@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ ## [8.2.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.2.1...v8.2.2) (2025-07-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * body line-height values ([9c5bbc4](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/9c5bbc488c12056f56cef0862ae369529ddb4911))
9
+ * update line-height values ([638d20f](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/638d20f1d10a07bac2dafd60a97752a2709e9835))
10
+
3
11
  ## [8.2.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.2.0...v8.2.1) (2025-06-10)
4
12
 
5
13
 
@@ -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 {
@@ -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 {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Jun 2025 23:03:59 GMT
3
+ * Generated on Fri, 18 Jul 2025 18:00:18 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Jun 2025 23:03:59 GMT
3
+ * Generated on Fri, 18 Jul 2025 18:00:18 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Jun 2025 23:03:59 GMT
3
+ * Generated on Fri, 18 Jul 2025 18:00:18 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Jun 2025 23:03:59 GMT
3
+ * Generated on Fri, 18 Jul 2025 18:00:18 GMT
4
4
  */
5
5
 
6
6
  export const DsColorAlertNotificationDefault = "#0074c8";
@@ -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
  $ds-size-25: 0.125rem !default; // 2px
@@ -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
  $ds-color-alert-notification-default: #0074c8;
6
6
  $ds-color-alert-warning-default: #de750c;
@@ -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: (
@@ -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 {
@@ -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 {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Jun 2025 23:03:59 GMT
3
+ * Generated on Fri, 18 Jul 2025 18:00:19 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -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",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Jun 2025 23:03:59 GMT
3
+ * Generated on Fri, 18 Jul 2025 18:00:19 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": true,
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": true,
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": true,
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": true,
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": true,
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": true,
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": true,
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": true,
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": true,
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": true,
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": true,
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": true,
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": true,
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": {
@@ -1,17 +1,18 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 10 Jun 2025 23:03:59 GMT
3
+ // Generated on Fri, 18 Jul 2025 18:00:19 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;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Tue, 10 Jun 2025 23:03:59 GMT
4
+ Generated on Fri, 18 Jul 2025 18:00:19 GMT
5
5
  */
6
6
 
7
7
  $auroPrimitiveBaseTokens: (
@@ -9,12 +9,13 @@ $auroPrimitiveBaseTokens: (
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),
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  Do not edit directly
3
- Generated on Tue, 10 Jun 2025 23:03:48 GMT
3
+ Generated on Fri, 18 Jul 2025 18:00:09 GMT
4
4
  */
5
5
 
6
6
  /* Properties from CSSCustomProperties--alaska.css */
@@ -201,11 +201,11 @@
201
201
  --ds-basic-type-letter-spacing-heading: 0;
202
202
  --ds-basic-type-line-height-accent: 1.3;
203
203
  --ds-basic-type-line-height-accent2: 1;
204
- --ds-basic-type-line-height-body: 1.63;
205
- --ds-basic-type-line-height-body2: 1.5;
206
- --ds-basic-type-line-height-body3: 1.25;
207
- --ds-basic-type-line-height-body4: 1;
208
- --ds-basic-type-line-height-body5: 0.88;
204
+ --ds-basic-type-line-height-body: 1.625rem;
205
+ --ds-basic-type-line-height-body2: 1.5rem;
206
+ --ds-basic-type-line-height-body3: 1.25rem;
207
+ --ds-basic-type-line-height-body4: 1rem;
208
+ --ds-basic-type-line-height-body5: 0.875rem;
209
209
  --ds-basic-type-line-height-display: 1.3;
210
210
  --ds-basic-type-line-height-heading: 1.3;
211
211
  --ds-basic-type-weight-accent: 450;
@@ -414,11 +414,11 @@
414
414
  --ds-basic-type-letter-spacing-heading: 0;
415
415
  --ds-basic-type-line-height-accent: 1.3;
416
416
  --ds-basic-type-line-height-accent2: 1;
417
- --ds-basic-type-line-height-body: 1.63;
418
- --ds-basic-type-line-height-body2: 1.5;
419
- --ds-basic-type-line-height-body3: 1.25;
420
- --ds-basic-type-line-height-body4: 1;
421
- --ds-basic-type-line-height-body5: 0.88;
417
+ --ds-basic-type-line-height-body: 1.625rem;
418
+ --ds-basic-type-line-height-body2: 1.5rem;
419
+ --ds-basic-type-line-height-body3: 1.25rem;
420
+ --ds-basic-type-line-height-body4: 1rem;
421
+ --ds-basic-type-line-height-body5: 0.875rem;
422
422
  --ds-basic-type-line-height-display: 1.3;
423
423
  --ds-basic-type-line-height-heading: 1.3;
424
424
  --ds-basic-type-weight-accent: 450;
@@ -627,11 +627,11 @@
627
627
  --ds-basic-type-letter-spacing-heading: 0;
628
628
  --ds-basic-type-line-height-accent: 1.3;
629
629
  --ds-basic-type-line-height-accent2: 1;
630
- --ds-basic-type-line-height-body: 1.63;
631
- --ds-basic-type-line-height-body2: 1.5;
632
- --ds-basic-type-line-height-body3: 1.25;
633
- --ds-basic-type-line-height-body4: 1;
634
- --ds-basic-type-line-height-body5: 0.88;
630
+ --ds-basic-type-line-height-body: 1.625rem;
631
+ --ds-basic-type-line-height-body2: 1.5rem;
632
+ --ds-basic-type-line-height-body3: 1.25rem;
633
+ --ds-basic-type-line-height-body4: 1rem;
634
+ --ds-basic-type-line-height-body5: 0.875rem;
635
635
  --ds-basic-type-line-height-display: 1.3;
636
636
  --ds-basic-type-line-height-heading: 1.3;
637
637
  --ds-basic-type-weight-accent: 500;
@@ -840,11 +840,11 @@
840
840
  --ds-basic-type-letter-spacing-heading: 0;
841
841
  --ds-basic-type-line-height-accent: 1.3;
842
842
  --ds-basic-type-line-height-accent2: 1;
843
- --ds-basic-type-line-height-body: 1.63;
844
- --ds-basic-type-line-height-body2: 1.5;
845
- --ds-basic-type-line-height-body3: 1.25;
846
- --ds-basic-type-line-height-body4: 1;
847
- --ds-basic-type-line-height-body5: 0.88;
843
+ --ds-basic-type-line-height-body: 1.625rem;
844
+ --ds-basic-type-line-height-body2: 1.5rem;
845
+ --ds-basic-type-line-height-body3: 1.25rem;
846
+ --ds-basic-type-line-height-body4: 1rem;
847
+ --ds-basic-type-line-height-body5: 0.875rem;
848
848
  --ds-basic-type-line-height-display: 1.3;
849
849
  --ds-basic-type-line-height-heading: 1.3;
850
850
  --ds-basic-type-weight-accent: 500;
@@ -1053,11 +1053,11 @@
1053
1053
  --ds-basic-type-letter-spacing-heading: 0;
1054
1054
  --ds-basic-type-line-height-accent: 1.3;
1055
1055
  --ds-basic-type-line-height-accent2: 1;
1056
- --ds-basic-type-line-height-body: 1.63;
1057
- --ds-basic-type-line-height-body2: 1.5;
1058
- --ds-basic-type-line-height-body3: 1.25;
1059
- --ds-basic-type-line-height-body4: 1;
1060
- --ds-basic-type-line-height-body5: 0.88;
1056
+ --ds-basic-type-line-height-body: 1.625rem;
1057
+ --ds-basic-type-line-height-body2: 1.5rem;
1058
+ --ds-basic-type-line-height-body3: 1.25rem;
1059
+ --ds-basic-type-line-height-body4: 1rem;
1060
+ --ds-basic-type-line-height-body5: 0.875rem;
1061
1061
  --ds-basic-type-line-height-display: 1.3;
1062
1062
  --ds-basic-type-line-height-heading: 1.3;
1063
1063
  --ds-basic-type-weight-accent: 400;