@nysds/tokens 1.0.0 → 1.14.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/tokens.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nysds/tokens",
3
- "version": "1.0.0",
3
+ "version": "1.14.0",
4
4
  "description": "Design tokens for the New York State Design System in DTCG 2025.10 format",
5
5
  "type": "module",
6
6
  "main": "src/tokens.json",
package/src/tokens.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://www.designtokens.org/schemas/2025.10/design-tokens.schema.json",
2
+ "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
3
3
 
4
4
  "primitive": {
5
5
  "$description": "Raw foundational values - not for direct use in code, referenced by applied tokens",