@aurodesignsystem/design-tokens 8.2.1 → 8.2.2

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 (66) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
  3. package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
  4. package/dist/legacy/auro-classic/JSData--color.js +1 -1
  5. package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
  6. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  7. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  8. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  9. package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
  10. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  11. package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
  12. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  13. package/dist/legacy/transparent/CSSCustomProperties--transparent.css +1 -1
  14. package/dist/primitives/base/JSONVariablesNested--primitivesBase.json +11 -6
  15. package/dist/primitives/base/JSObject--allTokens.js +169 -126
  16. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +8 -7
  17. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +8 -7
  18. package/dist/themes/CSSCustomProperties--bundled.css +26 -26
  19. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  20. package/dist/themes/alaska/CSSCustomProperties--alaska.css +6 -6
  21. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  22. package/dist/themes/alaska/JSONVariablesNested--alaska.json +16 -11
  23. package/dist/themes/alaska/JSObject--allTokens.js +181 -138
  24. package/dist/themes/alaska/SCSSVariables--alaska.scss +13 -12
  25. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +13 -12
  26. package/dist/themes/alaska/primitives--alaska.scss +8 -7
  27. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +6 -6
  28. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  29. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +16 -11
  30. package/dist/themes/alaska-classic/JSObject--allTokens.js +181 -138
  31. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +13 -12
  32. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +13 -12
  33. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +8 -7
  34. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +6 -6
  35. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  36. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +16 -11
  37. package/dist/themes/auro-1/JSObject--allTokens.js +181 -138
  38. package/dist/themes/auro-1/SCSSVariables--auro1.scss +13 -12
  39. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +13 -12
  40. package/dist/themes/auro-1/primitives--auro1.scss +8 -7
  41. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +6 -6
  42. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  43. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +16 -11
  44. package/dist/themes/auro-2/JSObject--allTokens.js +181 -138
  45. package/dist/themes/auro-2/SCSSVariables--auro2.scss +13 -12
  46. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +13 -12
  47. package/dist/themes/auro-2/primitives--auro2.scss +8 -7
  48. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +6 -6
  49. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  50. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +16 -11
  51. package/dist/themes/hawaiian/JSObject--allTokens.js +181 -138
  52. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +13 -12
  53. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +13 -12
  54. package/dist/themes/hawaiian/primitives--hawaiian.scss +8 -7
  55. package/package.json +1 -1
  56. package/src/primitives/base/type/line-height.json +44 -34
  57. package/src/themes/alaska/basic/type/brand.json +2 -2
  58. package/src/themes/alaska/basic/type/line-height.json +5 -5
  59. package/src/themes/alaska-classic/basic/type/brand.json +2 -2
  60. package/src/themes/alaska-classic/basic/type/line-height.json +5 -5
  61. package/src/themes/auro-1/basic/type/brand.json +2 -2
  62. package/src/themes/auro-1/basic/type/line-height.json +5 -5
  63. package/src/themes/auro-2/basic/type/brand.json +2 -2
  64. package/src/themes/auro-2/basic/type/line-height.json +5 -5
  65. package/src/themes/hawaiian/basic/type/brand.json +2 -2
  66. package/src/themes/hawaiian/basic/type/line-height.json +5 -5
@@ -9,12 +9,17 @@
9
9
  "010": "0.10em"
10
10
  },
11
11
  "lineHeight": {
12
- "100": "1",
13
- "125": "1.25",
14
- "130": "1.3",
15
- "150": "1.5",
16
- "163": "1.63",
17
- "088": "0.88"
12
+ "percent": {
13
+ "100": "1",
14
+ "130": "1.3"
15
+ },
16
+ "px": {
17
+ "14": "0.875rem",
18
+ "16": "1rem",
19
+ "20": "1.25rem",
20
+ "24": "1.5rem",
21
+ "26": "1.625rem"
22
+ }
18
23
  },
19
24
  "size": {
20
25
  "10": "0.625rem",
@@ -309,11 +314,11 @@
309
314
  "lineHeight": {
310
315
  "accent": "1.3",
311
316
  "accent2": "1",
312
- "body": "1.63",
313
- "body2": "1.5",
314
- "body3": "1.25",
315
- "body4": "1",
316
- "body5": "0.88",
317
+ "body": "1.625rem",
318
+ "body2": "1.5rem",
319
+ "body3": "1.25rem",
320
+ "body4": "1rem",
321
+ "body5": "0.875rem",
317
322
  "display": "1.3",
318
323
  "heading": "1.3"
319
324
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Jun 2025 23:03:58 GMT
3
+ * Generated on Fri, 18 Jul 2025 18:00:18 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -110,155 +110,198 @@ module.exports = {
110
110
  }
111
111
  },
112
112
  "lineHeight": {
113
- "100": {
114
- "deprecated": false,
115
- "public": true,
116
- "type": "primitive",
117
- "value": "1",
118
- "filePath": "src/primitives/base/type/line-height.json",
119
- "isSource": false,
120
- "original": {
113
+ "percent": {
114
+ "100": {
121
115
  "deprecated": false,
122
116
  "public": true,
123
117
  "type": "primitive",
124
- "value": "1"
125
- },
126
- "name": "ds-type-line-height-100",
127
- "attributes": {
128
- "category": "type",
129
- "type": "lineHeight",
130
- "item": "100"
118
+ "value": "1",
119
+ "filePath": "src/primitives/base/type/line-height.json",
120
+ "isSource": false,
121
+ "original": {
122
+ "deprecated": false,
123
+ "public": true,
124
+ "type": "primitive",
125
+ "value": "1"
126
+ },
127
+ "name": "ds-type-line-height-percent-100",
128
+ "attributes": {
129
+ "category": "type",
130
+ "type": "lineHeight",
131
+ "item": "percent",
132
+ "subitem": "100"
133
+ },
134
+ "path": [
135
+ "type",
136
+ "lineHeight",
137
+ "percent",
138
+ "100"
139
+ ]
131
140
  },
132
- "path": [
133
- "type",
134
- "lineHeight",
135
- "100"
136
- ]
137
- },
138
- "125": {
139
- "deprecated": false,
140
- "public": true,
141
- "type": "primitive",
142
- "value": "1.25",
143
- "filePath": "src/primitives/base/type/line-height.json",
144
- "isSource": false,
145
- "original": {
141
+ "130": {
146
142
  "deprecated": false,
147
143
  "public": true,
148
144
  "type": "primitive",
149
- "value": "1.25"
150
- },
151
- "name": "ds-type-line-height-125",
152
- "attributes": {
153
- "category": "type",
154
- "type": "lineHeight",
155
- "item": "125"
156
- },
157
- "path": [
158
- "type",
159
- "lineHeight",
160
- "125"
161
- ]
145
+ "value": "1.3",
146
+ "filePath": "src/primitives/base/type/line-height.json",
147
+ "isSource": false,
148
+ "original": {
149
+ "deprecated": false,
150
+ "public": true,
151
+ "type": "primitive",
152
+ "value": "1.3"
153
+ },
154
+ "name": "ds-type-line-height-percent-130",
155
+ "attributes": {
156
+ "category": "type",
157
+ "type": "lineHeight",
158
+ "item": "percent",
159
+ "subitem": "130"
160
+ },
161
+ "path": [
162
+ "type",
163
+ "lineHeight",
164
+ "percent",
165
+ "130"
166
+ ]
167
+ }
162
168
  },
163
- "130": {
164
- "deprecated": false,
165
- "public": true,
166
- "type": "primitive",
167
- "value": "1.3",
168
- "filePath": "src/primitives/base/type/line-height.json",
169
- "isSource": false,
170
- "original": {
169
+ "px": {
170
+ "14": {
171
171
  "deprecated": false,
172
172
  "public": true,
173
173
  "type": "primitive",
174
- "value": "1.3"
175
- },
176
- "name": "ds-type-line-height-130",
177
- "attributes": {
178
- "category": "type",
179
- "type": "lineHeight",
180
- "item": "130"
174
+ "value": "0.875rem",
175
+ "filePath": "src/primitives/base/type/line-height.json",
176
+ "isSource": false,
177
+ "original": {
178
+ "deprecated": false,
179
+ "public": true,
180
+ "type": "primitive",
181
+ "value": "0.875rem"
182
+ },
183
+ "name": "ds-type-line-height-px-14",
184
+ "attributes": {
185
+ "category": "type",
186
+ "type": "lineHeight",
187
+ "item": "px",
188
+ "subitem": "14"
189
+ },
190
+ "path": [
191
+ "type",
192
+ "lineHeight",
193
+ "px",
194
+ "14"
195
+ ]
181
196
  },
182
- "path": [
183
- "type",
184
- "lineHeight",
185
- "130"
186
- ]
187
- },
188
- "150": {
189
- "deprecated": false,
190
- "public": true,
191
- "type": "primitive",
192
- "value": "1.5",
193
- "filePath": "src/primitives/base/type/line-height.json",
194
- "isSource": false,
195
- "original": {
197
+ "16": {
196
198
  "deprecated": false,
197
199
  "public": true,
198
200
  "type": "primitive",
199
- "value": "1.5"
200
- },
201
- "name": "ds-type-line-height-150",
202
- "attributes": {
203
- "category": "type",
204
- "type": "lineHeight",
205
- "item": "150"
201
+ "value": "1rem",
202
+ "filePath": "src/primitives/base/type/line-height.json",
203
+ "isSource": false,
204
+ "original": {
205
+ "deprecated": false,
206
+ "public": true,
207
+ "type": "primitive",
208
+ "value": "1rem"
209
+ },
210
+ "name": "ds-type-line-height-px-16",
211
+ "attributes": {
212
+ "category": "type",
213
+ "type": "lineHeight",
214
+ "item": "px",
215
+ "subitem": "16"
216
+ },
217
+ "path": [
218
+ "type",
219
+ "lineHeight",
220
+ "px",
221
+ "16"
222
+ ]
206
223
  },
207
- "path": [
208
- "type",
209
- "lineHeight",
210
- "150"
211
- ]
212
- },
213
- "163": {
214
- "deprecated": false,
215
- "public": true,
216
- "type": "primitive",
217
- "value": "1.63",
218
- "filePath": "src/primitives/base/type/line-height.json",
219
- "isSource": false,
220
- "original": {
224
+ "20": {
221
225
  "deprecated": false,
222
226
  "public": true,
223
227
  "type": "primitive",
224
- "value": "1.63"
225
- },
226
- "name": "ds-type-line-height-163",
227
- "attributes": {
228
- "category": "type",
229
- "type": "lineHeight",
230
- "item": "163"
228
+ "value": "1.25rem",
229
+ "filePath": "src/primitives/base/type/line-height.json",
230
+ "isSource": false,
231
+ "original": {
232
+ "deprecated": false,
233
+ "public": true,
234
+ "type": "primitive",
235
+ "value": "1.25rem"
236
+ },
237
+ "name": "ds-type-line-height-px-20",
238
+ "attributes": {
239
+ "category": "type",
240
+ "type": "lineHeight",
241
+ "item": "px",
242
+ "subitem": "20"
243
+ },
244
+ "path": [
245
+ "type",
246
+ "lineHeight",
247
+ "px",
248
+ "20"
249
+ ]
231
250
  },
232
- "path": [
233
- "type",
234
- "lineHeight",
235
- "163"
236
- ]
237
- },
238
- "088": {
239
- "deprecated": false,
240
- "public": true,
241
- "type": "primitive",
242
- "value": "0.88",
243
- "filePath": "src/primitives/base/type/line-height.json",
244
- "isSource": false,
245
- "original": {
251
+ "24": {
246
252
  "deprecated": false,
247
253
  "public": true,
248
254
  "type": "primitive",
249
- "value": "0.88"
250
- },
251
- "name": "ds-type-line-height-088",
252
- "attributes": {
253
- "category": "type",
254
- "type": "lineHeight",
255
- "item": "088"
255
+ "value": "1.5rem",
256
+ "filePath": "src/primitives/base/type/line-height.json",
257
+ "isSource": false,
258
+ "original": {
259
+ "deprecated": false,
260
+ "public": true,
261
+ "type": "primitive",
262
+ "value": "1.5rem"
263
+ },
264
+ "name": "ds-type-line-height-px-24",
265
+ "attributes": {
266
+ "category": "type",
267
+ "type": "lineHeight",
268
+ "item": "px",
269
+ "subitem": "24"
270
+ },
271
+ "path": [
272
+ "type",
273
+ "lineHeight",
274
+ "px",
275
+ "24"
276
+ ]
256
277
  },
257
- "path": [
258
- "type",
259
- "lineHeight",
260
- "088"
261
- ]
278
+ "26": {
279
+ "deprecated": false,
280
+ "public": true,
281
+ "type": "primitive",
282
+ "value": "1.625rem",
283
+ "filePath": "src/primitives/base/type/line-height.json",
284
+ "isSource": false,
285
+ "original": {
286
+ "deprecated": false,
287
+ "public": true,
288
+ "type": "primitive",
289
+ "value": "1.625rem"
290
+ },
291
+ "name": "ds-type-line-height-px-26",
292
+ "attributes": {
293
+ "category": "type",
294
+ "type": "lineHeight",
295
+ "item": "px",
296
+ "subitem": "26"
297
+ },
298
+ "path": [
299
+ "type",
300
+ "lineHeight",
301
+ "px",
302
+ "26"
303
+ ]
304
+ }
262
305
  }
263
306
  },
264
307
  "size": {
@@ -6365,7 +6408,7 @@ module.exports = {
6365
6408
  "deprecated": false,
6366
6409
  "public": true,
6367
6410
  "type": "semantic",
6368
- "value": "{type.lineHeight.130.value}"
6411
+ "value": "{type.lineHeight.percent.130.value}"
6369
6412
  },
6370
6413
  "name": "ds-basic-type-brand-line-height-primary",
6371
6414
  "attributes": {
@@ -6392,7 +6435,7 @@ module.exports = {
6392
6435
  "deprecated": false,
6393
6436
  "public": true,
6394
6437
  "type": "semantic",
6395
- "value": "{type.lineHeight.100.value}"
6438
+ "value": "{type.lineHeight.percent.100.value}"
6396
6439
  },
6397
6440
  "name": "ds-basic-type-brand-line-height-secondary",
6398
6441
  "attributes": {
@@ -6796,14 +6839,14 @@ module.exports = {
6796
6839
  "deprecated": false,
6797
6840
  "public": true,
6798
6841
  "type": "semantic",
6799
- "value": "1.63",
6842
+ "value": "1.625rem",
6800
6843
  "filePath": "src/themes/alaska-classic/basic/type/line-height.json",
6801
6844
  "isSource": false,
6802
6845
  "original": {
6803
6846
  "deprecated": false,
6804
6847
  "public": true,
6805
6848
  "type": "semantic",
6806
- "value": "{type.lineHeight.163.value}"
6849
+ "value": "{type.lineHeight.px.26.value}"
6807
6850
  },
6808
6851
  "name": "ds-basic-type-line-height-body",
6809
6852
  "attributes": {
@@ -6823,14 +6866,14 @@ module.exports = {
6823
6866
  "deprecated": false,
6824
6867
  "public": true,
6825
6868
  "type": "semantic",
6826
- "value": "1.5",
6869
+ "value": "1.5rem",
6827
6870
  "filePath": "src/themes/alaska-classic/basic/type/line-height.json",
6828
6871
  "isSource": false,
6829
6872
  "original": {
6830
6873
  "deprecated": false,
6831
6874
  "public": true,
6832
6875
  "type": "semantic",
6833
- "value": "{type.lineHeight.150.value}"
6876
+ "value": "{type.lineHeight.px.24.value}"
6834
6877
  },
6835
6878
  "name": "ds-basic-type-line-height-body2",
6836
6879
  "attributes": {
@@ -6850,14 +6893,14 @@ module.exports = {
6850
6893
  "deprecated": false,
6851
6894
  "public": true,
6852
6895
  "type": "semantic",
6853
- "value": "1.25",
6896
+ "value": "1.25rem",
6854
6897
  "filePath": "src/themes/alaska-classic/basic/type/line-height.json",
6855
6898
  "isSource": false,
6856
6899
  "original": {
6857
6900
  "deprecated": false,
6858
6901
  "public": true,
6859
6902
  "type": "semantic",
6860
- "value": "{type.lineHeight.125.value}"
6903
+ "value": "{type.lineHeight.px.20.value}"
6861
6904
  },
6862
6905
  "name": "ds-basic-type-line-height-body3",
6863
6906
  "attributes": {
@@ -6877,14 +6920,14 @@ module.exports = {
6877
6920
  "deprecated": false,
6878
6921
  "public": true,
6879
6922
  "type": "semantic",
6880
- "value": "1",
6923
+ "value": "1rem",
6881
6924
  "filePath": "src/themes/alaska-classic/basic/type/line-height.json",
6882
6925
  "isSource": false,
6883
6926
  "original": {
6884
6927
  "deprecated": false,
6885
6928
  "public": true,
6886
6929
  "type": "semantic",
6887
- "value": "{basic.type.brand.lineHeightSecondary.value}"
6930
+ "value": "{type.lineHeight.px.16.value}"
6888
6931
  },
6889
6932
  "name": "ds-basic-type-line-height-body4",
6890
6933
  "attributes": {
@@ -6904,14 +6947,14 @@ module.exports = {
6904
6947
  "deprecated": false,
6905
6948
  "public": true,
6906
6949
  "type": "semantic",
6907
- "value": "0.88",
6950
+ "value": "0.875rem",
6908
6951
  "filePath": "src/themes/alaska-classic/basic/type/line-height.json",
6909
6952
  "isSource": false,
6910
6953
  "original": {
6911
6954
  "deprecated": false,
6912
6955
  "public": true,
6913
6956
  "type": "semantic",
6914
- "value": "{type.lineHeight.088.value}"
6957
+ "value": "{type.lineHeight.px.14.value}"
6915
6958
  },
6916
6959
  "name": "ds-basic-type-line-height-body5",
6917
6960
  "attributes": {
@@ -1,17 +1,18 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 10 Jun 2025 23:03:58 GMT
3
+ // Generated on Fri, 18 Jul 2025 18:00:18 GMT
4
4
 
5
5
  $ds-type-family-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
6
6
  $ds-type-letter-spacing-0: 0;
7
7
  $ds-type-letter-spacing-005: 0.05em;
8
8
  $ds-type-letter-spacing-010: 0.10em;
9
- $ds-type-line-height-100: 1;
10
- $ds-type-line-height-125: 1.25;
11
- $ds-type-line-height-130: 1.3;
12
- $ds-type-line-height-150: 1.5;
13
- $ds-type-line-height-163: 1.63;
14
- $ds-type-line-height-088: 0.88;
9
+ $ds-type-line-height-percent-100: 1;
10
+ $ds-type-line-height-percent-130: 1.3;
11
+ $ds-type-line-height-px-14: 0.875rem;
12
+ $ds-type-line-height-px-16: 1rem;
13
+ $ds-type-line-height-px-20: 1.25rem;
14
+ $ds-type-line-height-px-24: 1.5rem;
15
+ $ds-type-line-height-px-26: 1.625rem;
15
16
  $ds-type-size-10: 0.625rem;
16
17
  $ds-type-size-12: 0.75rem;
17
18
  $ds-type-size-14: 0.875rem;
@@ -235,11 +236,11 @@ $ds-basic-type-letter-spacing-display: 0;
235
236
  $ds-basic-type-letter-spacing-heading: 0;
236
237
  $ds-basic-type-line-height-accent: 1.3;
237
238
  $ds-basic-type-line-height-accent2: 1;
238
- $ds-basic-type-line-height-body: 1.63;
239
- $ds-basic-type-line-height-body2: 1.5;
240
- $ds-basic-type-line-height-body3: 1.25;
241
- $ds-basic-type-line-height-body4: 1;
242
- $ds-basic-type-line-height-body5: 0.88;
239
+ $ds-basic-type-line-height-body: 1.625rem;
240
+ $ds-basic-type-line-height-body2: 1.5rem;
241
+ $ds-basic-type-line-height-body3: 1.25rem;
242
+ $ds-basic-type-line-height-body4: 1rem;
243
+ $ds-basic-type-line-height-body5: 0.875rem;
243
244
  $ds-basic-type-line-height-display: 1.3;
244
245
  $ds-basic-type-line-height-heading: 1.3;
245
246
  $ds-basic-type-weight-accent: 450;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Tue, 10 Jun 2025 23:03:58 GMT
4
+ Generated on Fri, 18 Jul 2025 18:00:18 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -9,12 +9,13 @@ $auroTokens: (
9
9
  'ds-type-letter-spacing-0': (0),
10
10
  'ds-type-letter-spacing-005': (0.05em),
11
11
  'ds-type-letter-spacing-010': (0.10em),
12
- 'ds-type-line-height-100': (1),
13
- 'ds-type-line-height-125': (1.25),
14
- 'ds-type-line-height-130': (1.3),
15
- 'ds-type-line-height-150': (1.5),
16
- 'ds-type-line-height-163': (1.63),
17
- 'ds-type-line-height-088': (0.88),
12
+ 'ds-type-line-height-percent-100': (1),
13
+ 'ds-type-line-height-percent-130': (1.3),
14
+ 'ds-type-line-height-px-14': (0.875rem),
15
+ 'ds-type-line-height-px-16': (1rem),
16
+ 'ds-type-line-height-px-20': (1.25rem),
17
+ 'ds-type-line-height-px-24': (1.5rem),
18
+ 'ds-type-line-height-px-26': (1.625rem),
18
19
  'ds-type-size-10': (0.625rem),
19
20
  'ds-type-size-12': (0.75rem),
20
21
  'ds-type-size-14': (0.875rem),
@@ -238,11 +239,11 @@ $auroTokens: (
238
239
  'ds-basic-type-letter-spacing-heading': (0),
239
240
  'ds-basic-type-line-height-accent': (1.3),
240
241
  'ds-basic-type-line-height-accent2': (1),
241
- 'ds-basic-type-line-height-body': (1.63),
242
- 'ds-basic-type-line-height-body2': (1.5),
243
- 'ds-basic-type-line-height-body3': (1.25),
244
- 'ds-basic-type-line-height-body4': (1),
245
- 'ds-basic-type-line-height-body5': (0.88),
242
+ 'ds-basic-type-line-height-body': (1.625rem),
243
+ 'ds-basic-type-line-height-body2': (1.5rem),
244
+ 'ds-basic-type-line-height-body3': (1.25rem),
245
+ 'ds-basic-type-line-height-body4': (1rem),
246
+ 'ds-basic-type-line-height-body5': (0.875rem),
246
247
  'ds-basic-type-line-height-display': (1.3),
247
248
  'ds-basic-type-line-height-heading': (1.3),
248
249
  'ds-basic-type-weight-accent': (450),
@@ -1,17 +1,18 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 10 Jun 2025 23:03:58 GMT
3
+ // Generated on Fri, 18 Jul 2025 18:00:18 GMT
4
4
 
5
5
  $asc-type-family-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
6
6
  $asc-type-letter-spacing-0: 0;
7
7
  $asc-type-letter-spacing-005: 0.05em;
8
8
  $asc-type-letter-spacing-010: 0.10em;
9
- $asc-type-line-height-100: 1;
10
- $asc-type-line-height-125: 1.25;
11
- $asc-type-line-height-130: 1.3;
12
- $asc-type-line-height-150: 1.5;
13
- $asc-type-line-height-163: 1.63;
14
- $asc-type-line-height-088: 0.88;
9
+ $asc-type-line-height-percent-100: 1;
10
+ $asc-type-line-height-percent-130: 1.3;
11
+ $asc-type-line-height-px-14: 0.875rem;
12
+ $asc-type-line-height-px-16: 1rem;
13
+ $asc-type-line-height-px-20: 1.25rem;
14
+ $asc-type-line-height-px-24: 1.5rem;
15
+ $asc-type-line-height-px-26: 1.625rem;
15
16
  $asc-type-size-10: 0.625rem;
16
17
  $asc-type-size-12: 0.75rem;
17
18
  $asc-type-size-14: 0.875rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Jun 2025 23:03:58 GMT
3
+ * Generated on Fri, 18 Jul 2025 18:00:18 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -200,11 +200,11 @@
200
200
  --ds-basic-type-letter-spacing-heading: 0;
201
201
  --ds-basic-type-line-height-accent: 1.3;
202
202
  --ds-basic-type-line-height-accent2: 1;
203
- --ds-basic-type-line-height-body: 1.63;
204
- --ds-basic-type-line-height-body2: 1.5;
205
- --ds-basic-type-line-height-body3: 1.25;
206
- --ds-basic-type-line-height-body4: 1;
207
- --ds-basic-type-line-height-body5: 0.88;
203
+ --ds-basic-type-line-height-body: 1.625rem;
204
+ --ds-basic-type-line-height-body2: 1.5rem;
205
+ --ds-basic-type-line-height-body3: 1.25rem;
206
+ --ds-basic-type-line-height-body4: 1rem;
207
+ --ds-basic-type-line-height-body5: 0.875rem;
208
208
  --ds-basic-type-line-height-display: 1.3;
209
209
  --ds-basic-type-line-height-heading: 1.3;
210
210
  --ds-basic-type-weight-accent: 500;