Skip to content

Commit

Permalink
chore: release (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and GarthDB committed Dec 18, 2024
1 parent 9e1de80 commit 05195d0
Show file tree
Hide file tree
Showing 5 changed files with 61 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 @@ -19,6 +19,7 @@
"chatty-dolphins-build",
"chatty-turtles-sell",
"clever-onions-compete",
"cool-eyes-nail",
"curly-pants-enjoy",
"dirty-keys-deny",
"dirty-pets-attend",
Expand Down
51 changes: 51 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.54

### Minor Changes

- [#457](https://github.com/adobe/spectrum-tokens/pull/457) [`a923472`](https://github.com/adobe/spectrum-tokens/commit/a923472e8daf52e710471467131baf3b5ae4d8da) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - ## Design Motivation

- Updated desktop and mobile values for checkbox-control-size-[size] and checkbox-top-to-control-[size] tokens
- Made token changes required for the S2 action bar update

## Tokens Diff

**Tokens Changed (10)**

<details open><summary>Added (2)</summary>

- `action-bar-minimum-width`
- `action-bar-label-to-action-group-area`

</details>

Updated (8)

<details open><summary>Updated Properties (8)</summary>

- `checkbox-control-size-small`
- `desktop.value`: `12px` -> `14px`
- `mobile.value`: `16px` -> `18px`
- `checkbox-control-size-medium`
- `desktop.value`: `14px` -> `16px`
- `mobile.value`: `18px` -> `20px`
- `checkbox-control-size-large`
- `desktop.value`: `16px` -> `18px`
- `mobile.value`: `20px` -> `22px`
- `checkbox-control-size-extra-large`
- `desktop.value`: `18px` -> `20px`
- `mobile.value`: `22px` -> `26px`
- `checkbox-top-to-control-small`
- `desktop.value`: `6px` -> `5px`
- `mobile.value`: `7px` -> `6px`
- `checkbox-top-to-control-medium`
- `desktop.value`: `9px` -> `8px`
- `mobile.value`: `11px` -> `10px`
- `checkbox-top-to-control-large`
- `desktop.value`: `12px` -> `11px`
- `mobile.value`: `15px` -> `14px`
- `checkbox-top-to-control-extra-large`
- `desktop.value`: `15px` -> `14px`
- `mobile.value`: `19px` -> `17px`

</details>

## 13.0.0-beta.53

### 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.53",
"version": "13.0.0-beta.54",
"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.25

### Patch Changes

- Updated dependencies [[`a923472`](https://github.com/adobe/spectrum-tokens/commit/a923472e8daf52e710471467131baf3b5ae4d8da)]:
- @adobe/spectrum-tokens@13.0.0-beta.54

## 0.0.2-beta.24

### 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.24",
"version": "0.0.2-beta.25",
"description": "A simple tool to generate a CSV from the tokens",
"type": "module",
"private": true,
Expand Down

0 comments on commit 05195d0

Please sign in to comment.