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) #268

Merged
merged 1 commit into from
Feb 27, 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
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"transform-tokens-json": "0.0.1"
},
"changesets": [
"blue-parrots-hug",
"brown-years-perform",
"clever-onions-compete",
"dirty-pets-attend",
Expand All @@ -27,6 +28,7 @@
"smooth-turtles-retire",
"soft-moles-walk",
"strange-rings-love",
"sweet-pillows-protect",
"tame-bobcats-beg",
"unlucky-buckets-shop",
"warm-experts-beg",
Expand Down
19 changes: 19 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.17

### Minor Changes

- 9072ae7: `color-slider-border-color` token was updated to reference `gray-1000` instead of `gray-90`0 in both light and dark themes.
- 912e307: Updated `color-slider-border-rounding` token to use 7px instead of 4px in desktop only.
This token value update is the same value used by alias token: `corner-radius-medium-size-small`.

## Design Motivation

S2 color slider design changes.

## Token Diff

_Token values updated (2):_

- `color-slider-border-color`
- `color-slider-border-rounding`

## 13.0.0-beta.16

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