@adobe/spectrum-tokens 13.15.0 → 13.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#593](https://github.com/adobe/spectrum-tokens/pull/593) [`1e860c4`](https://github.com/adobe/spectrum-tokens/commit/1e860c4436c58ceca6f4500ea7e24d6d8cdd20c8) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - SDS-15337: Standard panel gripper color update
8
+
9
+ Source: [spectrum-tokens-studio-data#283](https://github.com/adobe/spectrum-tokens-studio-data/pull/283)
10
+
11
+ ## Token Changes
12
+
13
+ ### Updated (1)
14
+ - `standard-panel-gripper-color`
15
+ - `value`: `{gray-200}` -> `{gray-500}`
16
+
3
17
  ## 13.15.0
4
18
 
5
19
  ### Minor Changes
@@ -642,7 +642,7 @@
642
642
  "stack-item-selected-background-color-emphasized": "rgb(59, 99, 251)",
643
643
  "stack-item-selected-background-color-hover": "rgb(225, 225, 225)",
644
644
  "stack-item-selected-background-color-key-focus": "rgb(225, 225, 225)",
645
- "standard-panel-gripper-color": "rgb(225, 225, 225)",
645
+ "standard-panel-gripper-color": "rgb(143, 143, 143)",
646
646
  "standard-panel-gripper-color-drag": "rgb(41, 41, 41)",
647
647
  "static-black-focus-indicator-color": "rgb(0, 0, 0)",
648
648
  "static-black-text-color": "rgb(0, 0, 0)",
@@ -1402,7 +1402,7 @@
1402
1402
  "stack-item-selected-background-color-emphasized": "rgb(64, 105, 253)",
1403
1403
  "stack-item-selected-background-color-hover": "rgb(50, 50, 50)",
1404
1404
  "stack-item-selected-background-color-key-focus": "rgb(50, 50, 50)",
1405
- "standard-panel-gripper-color": "rgb(50, 50, 50)",
1405
+ "standard-panel-gripper-color": "rgb(109, 109, 109)",
1406
1406
  "standard-panel-gripper-color-drag": "rgb(219, 219, 219)",
1407
1407
  "static-black-focus-indicator-color": "rgb(0, 0, 0)",
1408
1408
  "static-black-text-color": "rgb(0, 0, 0)",
@@ -8040,19 +8040,19 @@
8040
8040
  "uuid": "69e2d0b3-6807-4e46-9f8a-72bf49439f36"
8041
8041
  },
8042
8042
  "standard-panel-gripper-color": {
8043
- "ref": "{gray-200}",
8043
+ "ref": "{gray-500}",
8044
8044
  "sets": {
8045
8045
  "light": {
8046
- "value": "rgb(225, 225, 225)",
8047
- "uuid": "8de4888d-8da5-45a0-8d5d-64a734993ae4"
8046
+ "value": "rgb(143, 143, 143)",
8047
+ "uuid": "7fa86c73-f058-4922-be8d-19902515cf44"
8048
8048
  },
8049
8049
  "dark": {
8050
- "value": "rgb(50, 50, 50)",
8051
- "uuid": "0a676e7a-8a89-4607-a918-3abcfb0234a2"
8050
+ "value": "rgb(109, 109, 109)",
8051
+ "uuid": "05808575-f14b-49d1-aefb-e3667ec0f5a4"
8052
8052
  },
8053
8053
  "wireframe": {
8054
- "value": "rgb(214, 224, 246)",
8055
- "uuid": "eaad36fe-2827-4404-8876-060de75c2b34"
8054
+ "value": "rgb(108, 142, 217)",
8055
+ "uuid": "bc09529e-716c-4541-a75a-081ed9fdd860"
8056
8056
  }
8057
8057
  },
8058
8058
  "uuid": "71840c7b-acdd-45b9-a228-5091591f5405"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "13.15.0",
3
+ "version": "13.15.1",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -457,7 +457,7 @@
457
457
  "standard-panel-gripper-color": {
458
458
  "component": "standard-panel",
459
459
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
460
- "value": "{gray-200}",
460
+ "value": "{gray-500}",
461
461
  "uuid": "71840c7b-acdd-45b9-a228-5091591f5405"
462
462
  },
463
463
  "bar-panel-gripper-color": {
@@ -595,4 +595,4 @@
595
595
  "value": "{accent-background-color-default}",
596
596
  "uuid": "95685612-09b7-477f-9c13-06eb58abe5c8"
597
597
  }
598
- }
598
+ }