-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(vwc-badge): viv-200 badge volta parity #485
Conversation
PR showcase deployed here. |
note #488 may reduce code difference |
@JoelGraham93 can u please break this PR from the badge combined? we aren't planning to support it atm. |
@yinon I've replaced |
None we are aware of yet |
if (changes.has('dense')) { | ||
if (this.dense && this.enlarged) { | ||
this.enlarged = false; | ||
} | ||
} | ||
|
||
if (changes.has('enlarged')) { | ||
if (this.enlarged && this.dense) { | ||
this.removeAttribute('dense'); | ||
this.dense = false; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can now become a decorator, on class or this updated method. let's discuss it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example added in f5a7cfc
@@ -29,14 +31,49 @@ | |||
} | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can all layout based styles be extracted to a foundation mixin?
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
PR showcase deployed here. |
Kudos, SonarCloud Quality Gate passed!
|
PR showcase deployed here. |
No description provided.