-
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
fix(card): integrate elevation #1273
Conversation
🚀 Latest successful build of the PR deployed here. 🚀 |
|
||
declare global { | ||
interface HTMLElementTagNameMap { | ||
'vwc-card': VWCCard; | ||
} | ||
} | ||
|
||
const elevationSets = ['0' , '2', '4', '8', '12' , '16' , '24']; |
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 be imported from elevation
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.
there are none in the elevation comp... 😨
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.
in design tokens then?
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.
nop... the design tokens are like this: --vvd-shadow-surface-4dp
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.
we should open a ticket to support ts types of elevation tokens
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* fix(card): integrate elevation * typo fix * update test md * style for elevation part * clean code * card block-size * add elevation story + meta * content slot story * change dp to elevation * containment * updates * update snapshot * Fix Safari test * remove only :) * typo * typo Co-authored-by: yinonov <[email protected]> Co-authored-by: yonatankra <[email protected]>
* introduce support for `filterable` columns * Update spring-hack-challenge.md * fix(card): integrate elevation (#1273) * fix(card): integrate elevation * typo fix * update test md * style for elevation part * clean code * card block-size * add elevation story + meta * content slot story * change dp to elevation * containment * updates * update snapshot * Fix Safari test * remove only :) * typo * typo Co-authored-by: yinonov <[email protected]> Co-authored-by: yonatankra <[email protected]> * Update spring-hack-challenge.md * Update vwc-data-grid-column.ts * Update vwc-data-grid-column.ts Co-authored-by: Yonatan Kra <[email protected]> Co-authored-by: rachelbt <[email protected]> Co-authored-by: yinonov <[email protected]>
updated the style as in vivid-3:
Vonage/vivid-3#268
added hight property to match the elevation inside card