@aurodesignsystem/design-tokens 8.2.1 → 8.3.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 (71) hide show
  1. package/CHANGELOG.md +15 -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 +36 -26
  19. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  20. package/dist/themes/alaska/CSSCustomProperties--alaska.css +8 -6
  21. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  22. package/dist/themes/alaska/JSONVariablesNested--alaska.json +18 -11
  23. package/dist/themes/alaska/JSObject--allTokens.js +239 -138
  24. package/dist/themes/alaska/SCSSVariables--alaska.scss +15 -12
  25. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +15 -12
  26. package/dist/themes/alaska/primitives--alaska.scss +8 -7
  27. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +8 -6
  28. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  29. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +18 -11
  30. package/dist/themes/alaska-classic/JSObject--allTokens.js +239 -138
  31. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +15 -12
  32. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +15 -12
  33. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +8 -7
  34. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +8 -6
  35. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  36. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +18 -11
  37. package/dist/themes/auro-1/JSObject--allTokens.js +239 -138
  38. package/dist/themes/auro-1/SCSSVariables--auro1.scss +15 -12
  39. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +15 -12
  40. package/dist/themes/auro-1/primitives--auro1.scss +8 -7
  41. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +8 -6
  42. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  43. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +18 -11
  44. package/dist/themes/auro-2/JSObject--allTokens.js +239 -138
  45. package/dist/themes/auro-2/SCSSVariables--auro2.scss +15 -12
  46. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +15 -12
  47. package/dist/themes/auro-2/primitives--auro2.scss +8 -7
  48. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +8 -6
  49. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  50. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +18 -11
  51. package/dist/themes/hawaiian/JSObject--allTokens.js +239 -138
  52. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +15 -12
  53. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +15 -12
  54. package/dist/themes/hawaiian/primitives--hawaiian.scss +8 -7
  55. package/package.json +7 -7
  56. package/src/primitives/base/type/line-height.json +44 -34
  57. package/src/themes/alaska/advanced/color/shared.json +14 -0
  58. package/src/themes/alaska/basic/type/brand.json +2 -2
  59. package/src/themes/alaska/basic/type/line-height.json +5 -5
  60. package/src/themes/alaska-classic/advanced/color/shared.json +14 -0
  61. package/src/themes/alaska-classic/basic/type/brand.json +2 -2
  62. package/src/themes/alaska-classic/basic/type/line-height.json +5 -5
  63. package/src/themes/auro-1/advanced/color/shared.json +14 -0
  64. package/src/themes/auro-1/basic/type/brand.json +2 -2
  65. package/src/themes/auro-1/basic/type/line-height.json +5 -5
  66. package/src/themes/auro-2/advanced/color/shared.json +14 -0
  67. package/src/themes/auro-2/basic/type/brand.json +2 -2
  68. package/src/themes/auro-2/basic/type/line-height.json +5 -5
  69. package/src/themes/hawaiian/advanced/color/shared.json +14 -0
  70. package/src/themes/hawaiian/basic/type/brand.json +2 -2
  71. package/src/themes/hawaiian/basic/type/line-height.json +5 -5
@@ -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 Mon, 21 Jul 2025 18:35:16 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": {
@@ -3759,6 +3802,64 @@ module.exports = {
3759
3802
  "backgroundStrong"
3760
3803
  ]
3761
3804
  },
3805
+ "emphasizedBackground": {
3806
+ "deprecated": false,
3807
+ "public": true,
3808
+ "type": "semantic",
3809
+ "usage": "Emphasized background color",
3810
+ "value": "rgba(1, 66, 106, 0.1)",
3811
+ "filePath": "src/themes/alaska/advanced/color/shared.json",
3812
+ "isSource": false,
3813
+ "original": {
3814
+ "deprecated": false,
3815
+ "public": true,
3816
+ "type": "semantic",
3817
+ "usage": "Emphasized background color",
3818
+ "value": "rgba(1, 66, 106, 0.1)"
3819
+ },
3820
+ "name": "ds-advanced-color-shared-emphasized-background",
3821
+ "attributes": {
3822
+ "category": "advanced",
3823
+ "type": "color",
3824
+ "item": "shared",
3825
+ "subitem": "emphasizedBackground"
3826
+ },
3827
+ "path": [
3828
+ "advanced",
3829
+ "color",
3830
+ "shared",
3831
+ "emphasizedBackground"
3832
+ ]
3833
+ },
3834
+ "emphasizedBackgroundHover": {
3835
+ "deprecated": false,
3836
+ "public": true,
3837
+ "type": "semantic",
3838
+ "usage": "Emphasized background hover color",
3839
+ "value": "rgba(1, 66, 106, 0.2)",
3840
+ "filePath": "src/themes/alaska/advanced/color/shared.json",
3841
+ "isSource": false,
3842
+ "original": {
3843
+ "deprecated": false,
3844
+ "public": true,
3845
+ "type": "semantic",
3846
+ "usage": "Emphasized background hover color",
3847
+ "value": "rgba(1, 66, 106, 0.2)"
3848
+ },
3849
+ "name": "ds-advanced-color-shared-emphasized-background-hover",
3850
+ "attributes": {
3851
+ "category": "advanced",
3852
+ "type": "color",
3853
+ "item": "shared",
3854
+ "subitem": "emphasizedBackgroundHover"
3855
+ },
3856
+ "path": [
3857
+ "advanced",
3858
+ "color",
3859
+ "shared",
3860
+ "emphasizedBackgroundHover"
3861
+ ]
3862
+ },
3762
3863
  "scrim": {
3763
3864
  "deprecated": false,
3764
3865
  "public": true,
@@ -6365,7 +6466,7 @@ module.exports = {
6365
6466
  "deprecated": false,
6366
6467
  "public": true,
6367
6468
  "type": "semantic",
6368
- "value": "{type.lineHeight.130.value}"
6469
+ "value": "{type.lineHeight.percent.130.value}"
6369
6470
  },
6370
6471
  "name": "ds-basic-type-brand-line-height-primary",
6371
6472
  "attributes": {
@@ -6392,7 +6493,7 @@ module.exports = {
6392
6493
  "deprecated": false,
6393
6494
  "public": true,
6394
6495
  "type": "semantic",
6395
- "value": "{type.lineHeight.100.value}"
6496
+ "value": "{type.lineHeight.percent.100.value}"
6396
6497
  },
6397
6498
  "name": "ds-basic-type-brand-line-height-secondary",
6398
6499
  "attributes": {
@@ -6796,14 +6897,14 @@ module.exports = {
6796
6897
  "deprecated": false,
6797
6898
  "public": true,
6798
6899
  "type": "semantic",
6799
- "value": "1.63",
6900
+ "value": "1.625rem",
6800
6901
  "filePath": "src/themes/alaska/basic/type/line-height.json",
6801
6902
  "isSource": false,
6802
6903
  "original": {
6803
6904
  "deprecated": false,
6804
6905
  "public": true,
6805
6906
  "type": "semantic",
6806
- "value": "{type.lineHeight.163.value}"
6907
+ "value": "{type.lineHeight.px.26.value}"
6807
6908
  },
6808
6909
  "name": "ds-basic-type-line-height-body",
6809
6910
  "attributes": {
@@ -6823,14 +6924,14 @@ module.exports = {
6823
6924
  "deprecated": false,
6824
6925
  "public": true,
6825
6926
  "type": "semantic",
6826
- "value": "1.5",
6927
+ "value": "1.5rem",
6827
6928
  "filePath": "src/themes/alaska/basic/type/line-height.json",
6828
6929
  "isSource": false,
6829
6930
  "original": {
6830
6931
  "deprecated": false,
6831
6932
  "public": true,
6832
6933
  "type": "semantic",
6833
- "value": "{type.lineHeight.150.value}"
6934
+ "value": "{type.lineHeight.px.24.value}"
6834
6935
  },
6835
6936
  "name": "ds-basic-type-line-height-body2",
6836
6937
  "attributes": {
@@ -6850,14 +6951,14 @@ module.exports = {
6850
6951
  "deprecated": false,
6851
6952
  "public": true,
6852
6953
  "type": "semantic",
6853
- "value": "1.25",
6954
+ "value": "1.25rem",
6854
6955
  "filePath": "src/themes/alaska/basic/type/line-height.json",
6855
6956
  "isSource": false,
6856
6957
  "original": {
6857
6958
  "deprecated": false,
6858
6959
  "public": true,
6859
6960
  "type": "semantic",
6860
- "value": "{type.lineHeight.125.value}"
6961
+ "value": "{type.lineHeight.px.20.value}"
6861
6962
  },
6862
6963
  "name": "ds-basic-type-line-height-body3",
6863
6964
  "attributes": {
@@ -6877,14 +6978,14 @@ module.exports = {
6877
6978
  "deprecated": false,
6878
6979
  "public": true,
6879
6980
  "type": "semantic",
6880
- "value": "1",
6981
+ "value": "1rem",
6881
6982
  "filePath": "src/themes/alaska/basic/type/line-height.json",
6882
6983
  "isSource": false,
6883
6984
  "original": {
6884
6985
  "deprecated": false,
6885
6986
  "public": true,
6886
6987
  "type": "semantic",
6887
- "value": "{basic.type.brand.lineHeightSecondary.value}"
6988
+ "value": "{type.lineHeight.px.16.value}"
6888
6989
  },
6889
6990
  "name": "ds-basic-type-line-height-body4",
6890
6991
  "attributes": {
@@ -6904,14 +7005,14 @@ module.exports = {
6904
7005
  "deprecated": false,
6905
7006
  "public": true,
6906
7007
  "type": "semantic",
6907
- "value": "0.88",
7008
+ "value": "0.875rem",
6908
7009
  "filePath": "src/themes/alaska/basic/type/line-height.json",
6909
7010
  "isSource": false,
6910
7011
  "original": {
6911
7012
  "deprecated": false,
6912
7013
  "public": true,
6913
7014
  "type": "semantic",
6914
- "value": "{type.lineHeight.088.value}"
7015
+ "value": "{type.lineHeight.px.14.value}"
6915
7016
  },
6916
7017
  "name": "ds-basic-type-line-height-body5",
6917
7018
  "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 Mon, 21 Jul 2025 18:35:16 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;
@@ -132,6 +133,8 @@ $ds-advanced-color-shared-background-inverse-disabled: rgba(255, 255, 255, 0.1);
132
133
  $ds-advanced-color-shared-background-inverse-hover: rgba(255, 255, 255, 0.2);
133
134
  $ds-advanced-color-shared-background-muted: #f7f7f7;
134
135
  $ds-advanced-color-shared-background-strong: #7e7e7e;
136
+ $ds-advanced-color-shared-emphasized-background: rgba(1, 66, 106, 0.1);
137
+ $ds-advanced-color-shared-emphasized-background-hover: rgba(1, 66, 106, 0.2);
135
138
  $ds-advanced-color-shared-scrim: rgba(0, 0, 0, 0.5);
136
139
  $ds-advanced-color-shared-text-accent: #2875b5;
137
140
  $ds-advanced-color-skeleton-background: #f7f8fa;
@@ -235,11 +238,11 @@ $ds-basic-type-letter-spacing-display: 0;
235
238
  $ds-basic-type-letter-spacing-heading: 0;
236
239
  $ds-basic-type-line-height-accent: 1.3;
237
240
  $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;
241
+ $ds-basic-type-line-height-body: 1.625rem;
242
+ $ds-basic-type-line-height-body2: 1.5rem;
243
+ $ds-basic-type-line-height-body3: 1.25rem;
244
+ $ds-basic-type-line-height-body4: 1rem;
245
+ $ds-basic-type-line-height-body5: 0.875rem;
243
246
  $ds-basic-type-line-height-display: 1.3;
244
247
  $ds-basic-type-line-height-heading: 1.3;
245
248
  $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 Mon, 21 Jul 2025 18:35:16 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),
@@ -135,6 +136,8 @@ $auroTokens: (
135
136
  'ds-advanced-color-shared-background-inverse-hover': (rgba(255, 255, 255, 0.2)),
136
137
  'ds-advanced-color-shared-background-muted': (#f7f7f7),
137
138
  'ds-advanced-color-shared-background-strong': (#7e7e7e),
139
+ 'ds-advanced-color-shared-emphasized-background': (rgba(1, 66, 106, 0.1)),
140
+ 'ds-advanced-color-shared-emphasized-background-hover': (rgba(1, 66, 106, 0.2)),
138
141
  'ds-advanced-color-shared-scrim': (rgba(0, 0, 0, 0.5)),
139
142
  'ds-advanced-color-shared-text-accent': (#2875b5),
140
143
  'ds-advanced-color-skeleton-background': (#f7f8fa),
@@ -238,11 +241,11 @@ $auroTokens: (
238
241
  'ds-basic-type-letter-spacing-heading': (0),
239
242
  'ds-basic-type-line-height-accent': (1.3),
240
243
  '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),
244
+ 'ds-basic-type-line-height-body': (1.625rem),
245
+ 'ds-basic-type-line-height-body2': (1.5rem),
246
+ 'ds-basic-type-line-height-body3': (1.25rem),
247
+ 'ds-basic-type-line-height-body4': (1rem),
248
+ 'ds-basic-type-line-height-body5': (0.875rem),
246
249
  'ds-basic-type-line-height-display': (1.3),
247
250
  'ds-basic-type-line-height-heading': (1.3),
248
251
  '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 Mon, 21 Jul 2025 18:35:16 GMT
4
4
 
5
5
  $as-type-family-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
6
6
  $as-type-letter-spacing-0: 0;
7
7
  $as-type-letter-spacing-005: 0.05em;
8
8
  $as-type-letter-spacing-010: 0.10em;
9
- $as-type-line-height-100: 1;
10
- $as-type-line-height-125: 1.25;
11
- $as-type-line-height-130: 1.3;
12
- $as-type-line-height-150: 1.5;
13
- $as-type-line-height-163: 1.63;
14
- $as-type-line-height-088: 0.88;
9
+ $as-type-line-height-percent-100: 1;
10
+ $as-type-line-height-percent-130: 1.3;
11
+ $as-type-line-height-px-14: 0.875rem;
12
+ $as-type-line-height-px-16: 1rem;
13
+ $as-type-line-height-px-20: 1.25rem;
14
+ $as-type-line-height-px-24: 1.5rem;
15
+ $as-type-line-height-px-26: 1.625rem;
15
16
  $as-type-size-10: 0.625rem;
16
17
  $as-type-size-12: 0.75rem;
17
18
  $as-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 Mon, 21 Jul 2025 18:35:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -97,6 +97,8 @@
97
97
  --ds-advanced-color-shared-background-inverse-hover: rgba(255, 255, 255, 0.2);
98
98
  --ds-advanced-color-shared-background-muted: #f7f7f7;
99
99
  --ds-advanced-color-shared-background-strong: #7e7e7e;
100
+ --ds-advanced-color-shared-emphasized-background: #ffffff;
101
+ --ds-advanced-color-shared-emphasized-background-hover: #ffffff;
100
102
  --ds-advanced-color-shared-scrim: rgba(0, 0, 0, 0.5);
101
103
  --ds-advanced-color-shared-text-accent: #0074ca;
102
104
  --ds-advanced-color-skeleton-background: #f7f8fa;
@@ -200,11 +202,11 @@
200
202
  --ds-basic-type-letter-spacing-heading: 0;
201
203
  --ds-basic-type-line-height-accent: 1.3;
202
204
  --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;
205
+ --ds-basic-type-line-height-body: 1.625rem;
206
+ --ds-basic-type-line-height-body2: 1.5rem;
207
+ --ds-basic-type-line-height-body3: 1.25rem;
208
+ --ds-basic-type-line-height-body4: 1rem;
209
+ --ds-basic-type-line-height-body5: 0.875rem;
208
210
  --ds-basic-type-line-height-display: 1.3;
209
211
  --ds-basic-type-line-height-heading: 1.3;
210
212
  --ds-basic-type-weight-accent: 450;