Skip to content
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

Version Packages (beta) #236

Merged
merged 1 commit into from
Jan 4, 2024
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 @@ -15,6 +15,7 @@
"happy-students-vanish",
"lemon-dragons-raise",
"neat-balloons-rhyme",
"six-phones-rescue",
"slimy-emus-enjoy",
"soft-moles-walk",
"strange-rings-love",
Expand Down
21 changes: 21 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.8

### Minor Changes

- 507f3c2: Added new and updating existing background layer tokens to S2 set in Tokens Studio and S2/Variables. Also reordered token organization to reflect proper usage based on [S2 guidelines](https://s2.spectrum.corp.adobe.com/page/background-layers/#editing-contexts).

## Design Motivation

In Spectrum 2, background layers are used differently depending on the primary context of the page. We now have a full set of tokens to help users distinguish between primary purposes, editing vs browsing.

## Token Diff

_Tokens added (2):_

- `background-elevated-color`
- `background-pasteboard-color`

_Token values updated (1):_

- `background-base-color`

## 13.0.0-beta.7

### Minor 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.7",
"version": "13.0.0-beta.8",
"description": "Design tokens for Spectrum, Adobe's design system",
"type": "module",
"main": "tasks/buildSpectrumTokens.js",
Expand Down
Loading