@nysds/tokens 1.18.3 → 1.19.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/dist/tokens.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * New York State Design System v1.18.3
2
+ * New York State Design System v1.19.1
3
3
  * Description: A design system for New York State's digital products.
4
4
  * Repository: https://github.com/its-hcd/nysds
5
5
  * License: MIT
@@ -226,6 +226,10 @@
226
226
  --nys-color-yellow-700: #8e7500;
227
227
  --nys-color-yellow-800: #6a5700;
228
228
  --nys-color-yellow-900: #463a00;
229
+ --nys-decoration-thickness-regular: 7%;
230
+ --nys-decoration-thickness-strong: 14%;
231
+ --nys-font-decoration-thickness-regular: 7%;
232
+ --nys-font-decoration-thickness-strong: 14%;
229
233
  --nys-font-family-agency: "D Sari", "Arial", sans-serif;
230
234
  --nys-font-family-alt: "Oswald", "Arial", sans-serif;
231
235
  --nys-font-family-body: var(--nys-font-family-sans);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nysds/tokens",
3
- "version": "1.18.3",
3
+ "version": "1.19.1",
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
@@ -1067,11 +1067,7 @@
1067
1067
  ]
1068
1068
  },
1069
1069
  "alt": {
1070
- "$value": [
1071
- "Oswald",
1072
- "Arial",
1073
- "sans-serif"
1074
- ]
1070
+ "$value": ["Oswald", "Arial", "sans-serif"]
1075
1071
  },
1076
1072
  "monospace": {
1077
1073
  "$value": [
@@ -1083,11 +1079,7 @@
1083
1079
  ]
1084
1080
  },
1085
1081
  "agency": {
1086
- "$value": [
1087
- "D Sari",
1088
- "Arial",
1089
- "sans-serif"
1090
- ],
1082
+ "$value": ["D Sari", "Arial", "sans-serif"],
1091
1083
  "$description": "Agency branding font family. USE for agency-specific branded text elements."
1092
1084
  },
1093
1085
  "body": {
@@ -1477,8 +1469,23 @@
1477
1469
  "$value": "{font.letterspacing.300}",
1478
1470
  "$description": "Letter spacing for h6 text. PAIR WITH --nys-font-size-h6."
1479
1471
  }
1472
+ },
1473
+
1474
+ "decoration": {
1475
+ "thickness": {
1476
+ "regular": { "$value": "7%", "$type": "string" },
1477
+ "strong": { "$value": "14%", "$type": "string" }
1478
+ }
1479
+ }
1480
+ },
1481
+
1482
+ "decoration": {
1483
+ "thickness": {
1484
+ "regular": { "$value": "7%", "$type": "string" },
1485
+ "strong": { "$value": "14%", "$type": "string" }
1480
1486
  }
1481
1487
  },
1488
+
1482
1489
  "icon": {
1483
1490
  "size": {
1484
1491
  "$type": "dimension",