@adobe/spectrum-tokens 14.7.0 → 14.8.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.7.0",
3
+ "version": "14.8.0",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -99,6 +99,13 @@
99
99
  "severity": "info",
100
100
  "message": "Known naming exception: 'focus-indicator-color' does not match canonical generation rules (tracked in naming-exceptions.json)"
101
101
  },
102
+ {
103
+ "file": "./src/color-aliases.json",
104
+ "token": "stack-item-selected-background-color-highlight",
105
+ "rule_id": "SPEC-007",
106
+ "severity": "warning",
107
+ "message": "Token 'stack-item-selected-background-color-highlight' does not roundtrip through name-object generation rules and is not in the exceptions allowlist"
108
+ },
102
109
  {
103
110
  "file": "./src/color-aliases.json",
104
111
  "token": "static-black-focus-indicator-color",
@@ -491,6 +498,20 @@
491
498
  "severity": "info",
492
499
  "message": "Known naming exception: 'stack-item-selected-background-opacity-emphasized-key-focus' does not match canonical generation rules (tracked in naming-exceptions.json)"
493
500
  },
501
+ {
502
+ "file": "./src/layout-component.json",
503
+ "token": "stack-item-selected-background-opacity-highlight",
504
+ "rule_id": "SPEC-007",
505
+ "severity": "warning",
506
+ "message": "Token 'stack-item-selected-background-opacity-highlight' does not roundtrip through name-object generation rules and is not in the exceptions allowlist"
507
+ },
508
+ {
509
+ "file": "./src/layout-component.json",
510
+ "token": "stack-item-selected-background-opacity-highlight-hover",
511
+ "rule_id": "SPEC-007",
512
+ "severity": "warning",
513
+ "message": "Token 'stack-item-selected-background-opacity-highlight-hover' does not roundtrip through name-object generation rules and is not in the exceptions allowlist"
514
+ },
494
515
  {
495
516
  "file": "./src/layout-component.json",
496
517
  "token": "steplist-step-default-height-extra-large",