Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"@spectrum-css/infieldprogresscircle": "0.0.0"
},
"changesets": [
"angry-needles-behave",
"beige-dragons-tickle",
"big-beds-care",
"chilly-peaches-sniff",
Expand Down
2 changes: 1 addition & 1 deletion components/fieldgroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@spectrum-css/checkbox": "11.0.0-next.0",
"@spectrum-css/helptext": "8.0.0-next.0",
"@spectrum-css/radio": "11.0.0-next.0",
"@spectrum-css/radio": "11.0.0-next.1",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
24 changes: 24 additions & 0 deletions components/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change log

## 11.0.0-next.1

### Major Changes

- [#3555](https://github.com/adobe/spectrum-css/pull/3555) [`0af6461`](https://github.com/adobe/spectrum-css/commit/0af646180cd61e1872cde39bed5436f97d378cc9) Thanks [@aramos-adobe](https://github.com/aramos-adobe)! - # 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`

## 11.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/radio",
"version": "11.0.0-next.0",
"version": "11.0.0-next.1",
"description": "The Spectrum CSS radio component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion tools/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@spectrum-css/popover": "9.0.0-next.1",
"@spectrum-css/progressbar": "7.0.0-next.0",
"@spectrum-css/progresscircle": "5.1.0",
"@spectrum-css/radio": "11.0.0-next.0",
"@spectrum-css/radio": "11.0.0-next.1",
"@spectrum-css/rating": "7.0.0-next.0",
"@spectrum-css/search": "9.0.0-next.0",
"@spectrum-css/sidenav": "8.0.0-next.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4098,7 +4098,7 @@ __metadata:
"@spectrum-css/popover": "npm:9.0.0-next.1"
"@spectrum-css/progressbar": "npm:7.0.0-next.0"
"@spectrum-css/progresscircle": "npm:5.1.0"
"@spectrum-css/radio": "npm:11.0.0-next.0"
"@spectrum-css/radio": "npm:11.0.0-next.1"
"@spectrum-css/rating": "npm:7.0.0-next.0"
"@spectrum-css/search": "npm:9.0.0-next.0"
"@spectrum-css/sidenav": "npm:8.0.0-next.0"
Expand Down Expand Up @@ -4630,7 +4630,7 @@ __metadata:
dependencies:
"@spectrum-css/checkbox": "npm:11.0.0-next.0"
"@spectrum-css/helptext": "npm:8.0.0-next.0"
"@spectrum-css/radio": "npm:11.0.0-next.0"
"@spectrum-css/radio": "npm:11.0.0-next.1"
"@spectrum-css/tokens": "npm:16.0.1"
peerDependencies:
"@spectrum-css/checkbox": ">=11.0.0-next.0"
Expand Down Expand Up @@ -5133,7 +5133,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/radio@npm:11.0.0-next.0, @spectrum-css/radio@workspace:components/radio":
"@spectrum-css/radio@npm:11.0.0-next.1, @spectrum-css/radio@workspace:components/radio":
version: 0.0.0-use.local
resolution: "@spectrum-css/radio@workspace:components/radio"
dependencies:
Expand Down
Loading