Skip to content

Commit

Permalink
chore: snapshot release s2-foundations
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Aug 29, 2024
1 parent c619961 commit 2b37fda
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 83 deletions.
81 changes: 0 additions & 81 deletions .changeset/strange-panthers-watch.md

This file was deleted.

82 changes: 82 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,87 @@
# @adobe/spectrum-tokens

## 0.0.0-s2-foundations-20240829232433

### Minor Changes

- [#406](https://github.com/adobe/spectrum-tokens/pull/406) [`c619961`](https://github.com/adobe/spectrum-tokens/commit/c61996125ad9920468cdff44aadc69f17a644cab) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Updating to the latest S2 colors

## Token Diff

### Tokens added (34):

- `accent-subtle-background-color-default`
- `blue-subtle-background-color-default`
- `brown-subtle-background-color-default`
- `celery-subtle-background-color-default`
- `chartreuse-subtle-background-color-default`
- `cinnamon-subtle-background-color-default`
- `cyan-subtle-background-color-default`
- `drop-shadow-color-300`
- `drop-shadow-dragged-color`
- `fuchsia-subtle-background-color-default`
- `gray-subtle-background-color-default`
- `green-subtle-background-color-default`
- `indigo-subtle-background-color-default`
- `informative-subtle-background-color-default`
- `magenta-subtle-background-color-default`
- `negative-subtle-background-color-default`
- `neutral-subtle-background-color-default`
- `notice-subtle-background-color-default`
- `orange-subtle-background-color-default`
- `pink-subtle-background-color-default`
- `positive-subtle-background-color-default`
- `purple-subtle-background-color-default`
- `red-subtle-background-color-default`
- `seafoam-subtle-background-color-default`
- `silver-subtle-background-color-default`
- `static-black-text-color`
- `static-black-track-color`
- `static-black-track-indicator-color`
- `static-white-text-color`
- `static-white-track-color`
- `static-white-track-indicator-color`
- `track-color`
- `turquoise-subtle-background-color-default`
- `yellow-subtle-background-color-default`

### Token values updated (34):

- `accent-background-color-default`
- `accent-background-color-down`
- `accent-background-color-hover`
- `accent-background-color-key-focus`
- `blue-background-color-default`
- `brown-background-color-default`
- `cinnamon-background-color-default`
- `cyan-background-color-default`
- `fuchsia-background-color-default`
- `green-background-color-default`
- `indigo-background-color-default`
- `informative-background-color-default`
- `informative-background-color-down`
- `informative-background-color-hover`
- `informative-background-color-key-focus`
- `magenta-background-color-default`
- `negative-background-color-default`
- `negative-background-color-down`
- `negative-background-color-hover`
- `negative-background-color-key-focus`
- `negative-visual-color`
- `notice-visual-color`
- `pink-background-color-default`
- `positive-background-color-default`
- `positive-background-color-down`
- `positive-background-color-hover`
- `positive-background-color-key-focus`
- `positive-visual-color`
- `purple-background-color-default`
- `red-background-color-default`
- `seafoam-background-color-default`
- `silver-background-color-default`
- `table-selected-row-background-color`
- `turquoise-background-color-default`

## 0.0.0-s2-foundations-20240628172417

### 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": "0.0.0-s2-foundations-20240628172417",
"version": "0.0.0-s2-foundations-20240829232433",
"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.0-s2-foundations-20240829232433

### Patch Changes

- Updated dependencies [[`c619961`](https://github.com/adobe/spectrum-tokens/commit/c61996125ad9920468cdff44aadc69f17a644cab)]:
- @adobe/spectrum-tokens@0.0.0-s2-foundations-20240829232433

## 0.0.0-s2-foundations-20240628172417

### 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.0-s2-foundations-20240628172417",
"version": "0.0.0-s2-foundations-20240829232433",
"description": "A simple tool to generate a CSV from the tokens",
"type": "module",
"private": true,
Expand Down

0 comments on commit 2b37fda

Please sign in to comment.