Skip to content

Commit

Permalink
Merge branch 'beta' into tokens-sync/patch-spectrum2-from-main
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB authored Oct 4, 2024
2 parents 3a66247 + 3a26b17 commit 9b5def2
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 2 deletions.
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 @@
},
"changesets": [
"angry-zoos-applaud",
"big-hounds-tap",
"blue-parrots-hug",
"brown-years-perform",
"chatty-dolphins-build",
Expand Down
88 changes: 88 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,93 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.48

### Minor Changes

- [#415](https://github.com/adobe/spectrum-tokens/pull/415) [`caca973`](https://github.com/adobe/spectrum-tokens/commit/caca973300d34fc688fb828633b1da2ba8284990) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - 1. New typography tokens:

- Letter spacing, text-align, cjk

1. New gradient stop tokens
1. New component tokens for bar panel, rating, segmented control, slider, select box
1. New static color tokens

_Tokens added (51):_

- `letter-spacing`
- `text-align-start`
- `text-align-center`
- `text-align-end`
- `body-size-xxs`
- `body-cjk-size-xxxl`
- `body-cjk-size-xxl`
- `body-cjk-size-xl`
- `body-cjk-size-l`
- `body-cjk-size-m`
- `body-cjk-size-s`
- `body-cjk-size-xs`
- `body-cjk-size-xxs`
- `gradient-stop-1-genai`
- `gradient-stop-2-genai`
- `gradient-stop-3-genai`
- `gradient-stop-1-premium`
- `gradient-stop-2-premium`
- `gradient-stop-3-premium`
- `bar-panel-width`
- `bar-panel-minimum-width`
- `bar-panel-maximum-width`
- `bar-panel-spacing-extra-spacious`
- `rating-top-to-content-area-small`
- `rating-bottom-to-content-area-small`
- `rating-edge-to-content-area-small`
- `rating-top-to-content-area-medium`
- `rating-bottom-to-content-area-medium`
- `rating-edge-to-content-area-medium`
- `rating-width-small`
- `rating-height-small`
- `rating-width-medium`
- `rating-height-medium`
- `segmented-control-selection-border-width`
- `slider-handle-precision-width`
- `slider-track-height-medium`
- `slider-track-height-large`
- `segmented-control-item-height`
- `static-blue-900`
- `static-blue-1000`
- `static-fuchsia-900`
- `static-fuchsia-1000`
- `static-indigo-900`
- `static-indigo-1000`
- `static-magenta-900`
- `static-magenta-1000`
- `static-red-900`
- `static-red-1000`
- `bar-panel-gripper-color`
- `bar-panel-gripper-color-drag`
- `select-box-selected-border-color`

_Token values updated (9):_

- `font-size-1200`
- `desktop`: `50px` -> `51px`
- `font-size-1300`
- `desktop`: `60px` -> `58px`
- `cjk-letter-spacing`: `0.05em` -> `letter-spacing`
- `body-cjk-strong-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
- `body-cjk-strong-emphasized-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
- `slider-control-to-field-label-small`
- `desktop`: `5px` -> `-4px`
- `mobile`: `6px` -> `-8px`
- `slider-control-to-field-label-medium`
- `desktop`: `8px` -> `-12px`
- `mobile`: `10px` -> `-16px`
- `slider-control-to-field-label-large`
- `desktop`: `11px` -> `-16px`
- `mobile`: `14px` -> `-20px`
- `slider-control-to-field-label-extra-large`
- `desktop`: `14px` -> `-20px`
- `mobile`: `17px` -> `-28px`

## 13.0.0-beta.47

### 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.47",
"version": "13.0.0-beta.48",
"description": "Design tokens for Spectrum, Adobe's design system",
"type": "module",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions tools/token-csv-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# token-csv-generator

## 0.0.2-beta.19

### Patch Changes

- Updated dependencies [[`caca973`](https://github.com/adobe/spectrum-tokens/commit/caca973300d34fc688fb828633b1da2ba8284990)]:
- @adobe/spectrum-tokens@13.0.0-beta.48

## 0.0.2-beta.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/token-csv-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-csv-generator",
"version": "0.0.2-beta.18",
"version": "0.0.2-beta.19",
"description": "A simple tool to generate a CSV from the tokens",
"type": "module",
"private": true,
Expand Down

0 comments on commit 9b5def2

Please sign in to comment.