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

Merged
merged 1 commit into from
Jul 25, 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 @@ -64,6 +64,7 @@
"unlucky-buckets-shop",
"warm-experts-beg",
"weak-crabs-hammer",
"wet-apricots-tickle",
"wet-jobs-lie",
"wild-numbers-sip",
"wise-turtles-confess"
Expand Down
26 changes: 26 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.42

### Minor Changes

- [#382](https://github.com/adobe/spectrum-tokens/pull/382) [`2af3850`](https://github.com/adobe/spectrum-tokens/commit/2af3850a554812fd9c1b3e6fd902a746c9ac42c7) Thanks [@nabuhasan](https://github.com/nabuhasan)! - Updated S2 swatch tokens and added swatch-group tokens in S2 Color and S2 Non-color data sets, respectively.

## Design Motivation

Swatch and swatch group components are being formalized as Spectrum 2 components. These tokens define the design data needed for implementation. Changes include updated corner rounding, colors and spacing for spacious density.

For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13497).

## Token Diff

_Tokens added (3):_

- `swatch-group-spacing-spacious`
- `swatch-group-border-opacity`
- `swatch-group-border-color`

_Tokens values updated (3):_

- `swatch-border-color`: `gray-900` -> `gray-1000`
- `swatch-border-opacity`: `0.51` -> `0.42`
- `swatch-disabled-icon-border-opacity`: `0.51` -> `0.42`

## 13.0.0-beta.41

### 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.41",
"version": "13.0.0-beta.42",
"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.13

### Patch Changes

- Updated dependencies [[`2af3850`](https://github.com/adobe/spectrum-tokens/commit/2af3850a554812fd9c1b3e6fd902a746c9ac42c7)]:
- @adobe/[email protected]

## 0.0.2-beta.12

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