@adobe/spectrum-tokens 14.5.0 → 14.7.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "14.5.0",
3
+ "version": "14.7.0",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -8,6 +8,7 @@
8
8
  "^[a-z0-9]+(-[a-z0-9]+)*$": {
9
9
  "anyOf": [
10
10
  { "$ref": "token-types/alias.json" },
11
+ { "$ref": "token-types/alignment.json" },
11
12
  { "$ref": "token-types/color.json" },
12
13
  { "$ref": "token-types/color-set.json" },
13
14
  { "$ref": "token-types/dimension.json" },
@@ -22,7 +23,6 @@
22
23
  { "$ref": "token-types/scale-set.json" },
23
24
  { "$ref": "token-types/set.json" },
24
25
  { "$ref": "token-types/system-set.json" },
25
- { "$ref": "token-types/text-align.json" },
26
26
  { "$ref": "token-types/text-transform.json" },
27
27
  { "$ref": "token-types/token.json" },
28
28
  { "$ref": "token-types/typography.json" }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json",
4
- "title": "Text align",
5
- "description": "Sets the horizontal alignment of the inline-level content inside a block element",
3
+ "$id": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alignment.json",
4
+ "title": "Alignment",
5
+ "description": "Defines an alignment value (horizontal, vertical, or text) along a single axis. Keyword values are direction-aware: 'start' and 'end' resolve based on writing mode or layout direction.",
6
6
  "type": "object",
7
7
  "allOf": [
8
8
  {
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "properties": {
13
13
  "$schema": {
14
- "const": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json"
14
+ "const": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alignment.json"
15
15
  },
16
16
  "value": {
17
17
  "type": "string",
@@ -2502,5 +2502,10 @@
2502
2502
  }
2503
2503
  },
2504
2504
  "uuid": "d0362576-7efc-4910-a671-b87695571050"
2505
+ },
2506
+ "stack-item-selected-background-color-highlight": {
2507
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
2508
+ "value": "{accent-background-color-default}",
2509
+ "uuid": "beaff99a-634a-4ce8-b2f4-54c63202d45b"
2505
2510
  }
2506
2511
  }
@@ -449,8 +449,8 @@
449
449
  "stack-item-selected-background-color-down": {
450
450
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
451
451
  "component": "stack-item",
452
- "uuid": "1ad58d16-66da-44ae-829e-9ee1ff56a857",
453
- "value": "{gray-200}"
452
+ "value": "{gray-300}",
453
+ "uuid": "1ad58d16-66da-44ae-829e-9ee1ff56a857"
454
454
  },
455
455
  "stack-item-selected-background-color-emphasized": {
456
456
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
@@ -608,4 +608,4 @@
608
608
  "uuid": "c325ed8f-8248-40c3-a0f0-efba57638f24",
609
609
  "value": "{gray-100}"
610
610
  }
611
- }
611
+ }