feat(in-line-alert): S2 migration#3659
Conversation
🦋 Changeset detectedLatest commit: 178bbe3 The changes in this PR will be included in the next version bump. 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 |
File metricsSummaryTotal size: 1.38 MB*
inlinealert
* An ASCII character in UTF-8 is 8 bits or 1 byte. |
|
🚀 Deployed on https://pr-3659--spectrum-css.netlify.app |
6c58d44 to
5938b6a
Compare
d488b5f to
c3d9962
Compare
castastrophe
left a comment
There was a problem hiding this comment.
Added a few questions, loving this update
6e044d6 to
24aa091
Compare
f124162 to
178bbe3
Compare
|
@cdransf In-line alert migration looks beautiful! I love the colors and the CSS is well structured. The only thing I'd probably add is the Link child component. It looks like every border variant the Link is |
178bbe3 to
9444ae6
Compare
…header story control
Co-authored-by: [ Cassondra ] <castastrophe@users.noreply.github.com>
…ld + markup examples
0c22272 to
24725ff
Compare
jawinn
left a comment
There was a problem hiding this comment.
Nice work! One last update and then I'm good to approve.
Co-authored-by: Josh Winn <965114+jawinn@users.noreply.github.com>
Description
CSS-710This migrates the
in-line alertcomponent to Spectrum 2. Custom properties have been updated and added per the design specification.Subtle and bold treatments have been added for each badge variant.
To use the subtle treatment, you will need to apply the
spectrum-InLineAlert--subtleclass:To use the bold treatment (which is reserved for high-attention alerts only), you will need to apply the
spectrum-InLineAlert--boldclass:Because subtle and bold treatments draw a similar level of attention you should choose only one to use consistently within a single product.
New mods
--mod-inlinealert-border-and-icon-color-neutral--mod-inlinealert-min-spacing-header-to-icon--mod-inlinealert-spacing-content-link-button--mod-inlinealert-spacing-header-contentRemoved mods
--mod-inlinealert-spacing-header-content-button--mod-inlinealert-spacing-header-to-iconNew custom properties
--spectrum-inlinealert-min-spacing-header-to-icon--spectrum-inlinealert-spacing-content-link-button--spectrum-inlinealert-spacing-header-contentRemoved custom properties
--spectrum-inlinealert-spacing-header-content-button--spectrum-inlinealert-spacing-header-to-iconValidation steps
Screenshots
To-do list