Skip to content

Commit ff1d0c8

Browse files
chore(deps): update dependency @adobe/spectrum-tokens to v13.15.1 (spectrum-two) (#4219)
* chore(deps): update dependency @adobe/spectrum-tokens to v13.15.1 * fix(tokens): update value of standard-panel-gripper-color --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: castastrophe <castastrophe@users.noreply.github.com>
1 parent 6646633 commit ff1d0c8

File tree

6 files changed

+511
-509
lines changed

6 files changed

+511
-509
lines changed

.changeset/good-times-dress.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@spectrum-css/tokens": patch
3+
---
4+
5+
Updated from [@adobe/spectrum-tokens](https://github.com/adobe/spectrum-tokens) [13.15.0](https://github.com/adobe/spectrum-tokens/releases/tag/%40adobe/spectrum-tokens%4013.15.0) -> [13.15.1](https://github.com/adobe/spectrum-tokens/releases/tag/%40adobe/spectrum-tokens%4013.15.1).
6+
7+
### Updated
8+
9+
- `--spectrum-standard-panel-gripper-color`: Updated from `var(--spectrum-gray-200)` to `var(--spectrum-gray-500)`.
10+
11+
- [#593](https://github.com/adobe/spectrum-tokens/pull/593) [`1e860c4`](https://github.com/adobe/spectrum-tokens/commit/1e860c4436c58ceca6f4500ea7e24d6d8cdd20c8) Thanks [@mrcjhicks](https://github.com/mrcjhicks)!

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ jobs:
117117
## --- BUILD --- ##
118118
- name: Build components & ui-icons
119119
shell: bash
120-
run: yarn ci
120+
# add and lint-staged to catch any formatting fixes before diffing
121+
run: yarn ci && git add . && yarn lint-staged
121122

122123
## --- UPLOAD (only ubuntu-latest at the moment) --- ##
123124
- name: Upload compiled assets & NX performance profile

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ignore dist directories except metadata.json
22
**/dist/*
33
!components/*/dist/metadata.json
4-
!tokens/dist/json/*
4+
!tokens/dist/json/tokens.json
55
!ui-icons/dist
66

77
# Not committing the map assets, these are dev-only

0 commit comments

Comments
 (0)