-
Notifications
You must be signed in to change notification settings - Fork 202
feat(radio): adding new colors, type, and size tokens, invalid state, WHCM #3555
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
Merged
aramos-adobe
merged 27 commits into
spectrum-two
from
aramos-adobe/css712-radio-group-s2-migration
Mar 20, 2025
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b5300b9
feat(radio): adding radio options
aramos-adobe b1e043e
chore(radio): update metadata
aramos-adobe 5272a11
feat(radio): removing unused hcm token
aramos-adobe 6075002
chore(radio): adding changeset
aramos-adobe 75c6f2b
feat(radio): updating emphasized hcm selected color
aramos-adobe 6ca3363
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe da822c1
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe efe4ccd
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe ccb1d52
feat(radio): adding more tests and helptext ecample
aramos-adobe 2f8d2d6
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe 13b27ce
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe 7d37136
feat(radio): restoring helptext css and removing changeset
aramos-adobe 77878dd
Merge branch 'aramos-adobe/css712-radio-group-s2-migration' of https:…
aramos-adobe d9818ed
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe b7b4f25
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe ee3d45d
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe b2d5f58
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe 2202448
feat(radio): removing dupe tokens, test, stories
aramos-adobe b43d118
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe c3322dd
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe 77f7789
feat(radio): updating template docs
aramos-adobe aa237b4
feat(radio): updating invalid template and story
aramos-adobe 75f9ed5
feat(radio): removing invalid state
aramos-adobe e288721
feat(radio): cleaning up templates
aramos-adobe 5570715
feat(radio): adding active control and test state
aramos-adobe bd6a49e
chore(radio): rebuilding metadata files
aramos-adobe a6365c3
Merge branch 'spectrum-two' into aramos-adobe/css712-radio-group-s2-m…
aramos-adobe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
"@spectrum-css/radio": major | ||
--- | ||
|
||
# Radio S2 Migration | ||
|
||
Updates: | ||
|
||
- High contrast tokens have been modified | ||
- Typography tokens modified | ||
|
||
## New tokens | ||
|
||
`--spectrum-radio-border-width` | ||
`--spectrum-radio-text-font-weight` | ||
`--spectrum-radio-text-font-style` | ||
|
||
## Modified tokens | ||
|
||
`--spectrum-radio-emphasized-accent-color` | ||
`--spectrum-radio-emphasized-accent-color-hover` | ||
`--spectrum-radio-emphasized-accent-color-down` | ||
`--spectrum-radio-emphasized-accent-color-focus` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jawinn marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 just a personal preference, but I'd actually love the PR to have this title! I feel like it would make it really easy to search for in the future.
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.
Me too! Do try to avoid using the h1 though, that's reserved for
# Change Log
. I recommend###
because it typically nests under the h2 version number.