-
Notifications
You must be signed in to change notification settings - Fork 4
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(Avatar): add in expanded size range #1734
Conversation
- support for xs, xl, xxl, and xxxl
Codecov Report
@@ Coverage Diff @@
## next #1734 +/- ##
==========================================
- Coverage 92.32% 92.28% -0.04%
==========================================
Files 146 146
Lines 2579 2579
Branches 665 665
==========================================
- Hits 2381 2380 -1
Misses 183 183
- Partials 15 16 +1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
size-limit report 📦
|
height: calc(var(--eds-size-base-unit) * 20); | ||
width: calc(var(--eds-size-base-unit) * 20); |
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.
Is this just because there is no --eds-size-20
?
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.
correct. I didn't want to create a token for that yet since we might move to t-shirt sizes instead of fixed constants
## [13.2.0](v13.1.1...v13.2.0) (2023-09-07) ### Features * **Avatar:** add in expanded size range ([#1734](#1734)) ([7af6e5e](7af6e5e)) * **tokens:** add tooling for EDS theming ([#1738](#1738)) ([91497bf](91497bf)) ### Bug Fixes * opt our rollup CJS build into TS's module interop behavior ([#1747](#1747)) ([2b0855e](2b0855e))
Summary:
Test Plan: