Skip to content

Commit

Permalink
Merge 29e31de into a08dced
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB authored Oct 5, 2023
2 parents a08dced + 29e31de commit c518b66
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"good-peas-mix",
"happy-students-vanish",
"lemon-dragons-raise",
"slimy-emus-enjoy",
"strange-rings-love"
]
}
16 changes: 16 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.4

### Major Changes

- a08dced: A handful of values transitioned from being defined per-set to being constants; set values are deprecated and root values are defined.

## Token Diff

_Token values updated (5):_

- `neutral-background-color-default`: changed from a color-set to a single value of a reference of `gray-800`
- `neutral-background-color-down`: changed from a color-set to a single value of a reference of `gray-900`
- `neutral-background-color-hover`: changed from a color-set to a single value of a reference of `gray-900`
- `neutral-background-color-key-focus`: changed from a color-set to a single value of a reference of `gray-900`
- `notice-background-color-default`: changed from a color-set to a single value of a reference of `notice-color-800`

## 13.0.0-beta.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/spectrum-tokens",
"version": "13.0.0-beta.3",
"version": "13.0.0-beta.4",
"description": "Design tokens for Spectrum, Adobe's design system",
"type": "module",
"main": "tasks/buildSpectrumTokens.js",
Expand Down

0 comments on commit c518b66

Please sign in to comment.