-
Notifications
You must be signed in to change notification settings - Fork 195
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(thumbnail): S2 migration #3367
Conversation
🦋 Changeset detectedLatest commit: ef77162 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🚀 Deployed on https://pr-3367--spectrum-css.netlify.app |
File metricsSummaryTotal size: 4.29 MB* Table reports on changes to a package's main file. Other changes can be found in the collapsed Details section below.
Detailsthumbnail
* Results are not gzipped or minified. * An ASCII character in UTF-8 is 8 bits or 1 byte. |
7b3c26f
to
9108ccc
Compare
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.
Nice work on this. I left a few remaining questions I had for you, before approving. I also checked out treeview variant with thumbnails, as well as the table thumbnail variants, and I think they look alright. 👍 I assume any further styling of those thumbnails would come during the treeview and table anyways. (although I did have a question about the thumbnail layer note)
9108ccc
to
1d3facd
Compare
1d3facd
to
a0a75ec
Compare
a0a75ec
to
273bc2e
Compare
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.
This is looking great! Happy we figured out a good way to handle that opacity checkerboard token!
Thanks for looking into that treeview question I had. I think it's appropriate we take care of the "layer" thumbnail stuff along with treeview.
* feat(thumbnail): migrate to S2 * feat(thumbnail): add customstyles to scope change to thumbnail
* feat(thumbnail): migrate to S2 * feat(thumbnail): add customstyles to scope change to thumbnail
* feat(thumbnail): migrate to S2 * feat(thumbnail): add customstyles to scope change to thumbnail
Description
For
CSS-1023
.Replaces
corner-radius-75
withthumbnail-corner-radius
.Remaining changes in the design specifications pertain to the underlying checkerboard component.
Migrations for components leveraging
thumbnail
such astreeview
andtable
will be handled in separate PRs.Validation steps
Note: the scope of this migration was quite small and was limited to an updated token alias per the Figma docs.
To-do list