Skip to content

Commit

Permalink
fix: added missing component data
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Dec 18, 2024
1 parent ff1d3e0 commit 9d49872
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
50 changes: 50 additions & 0 deletions .changeset/cool-eyes-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
"@adobe/spectrum-tokens": minor
---

## 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>
4 changes: 3 additions & 1 deletion packages/tokens/src/layout-component.json
Original file line number Diff line number Diff line change
Expand Up @@ -10470,13 +10470,15 @@
"uuid": "a83e023c-dc92-4b3e-8375-351bbf8ec9bb"
},
"action-bar-minimum-width": {
"component": "action-bar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "176px",
"uuid": "9fb582b4-38e6-43d0-9b94-69964fb24c9f"
},
"action-bar-label-to-action-group-area": {
"component": "action-bar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{spacing-300}",
"uuid": "72e276ce-d6ee-4bcf-9955-91c833b8b2cd"
}
}
}

0 comments on commit 9d49872

Please sign in to comment.