@aurodesignsystem/design-tokens 8.2.0 → 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 +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 +41 -36
  15. package/dist/primitives/base/JSObject--allTokens.js +169 -126
  16. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +38 -37
  17. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +38 -37
  18. package/dist/themes/CSSCustomProperties--bundled.css +126 -126
  19. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  20. package/dist/themes/alaska/CSSCustomProperties--alaska.css +26 -26
  21. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  22. package/dist/themes/alaska/JSONVariablesNested--alaska.json +66 -61
  23. package/dist/themes/alaska/JSObject--allTokens.js +181 -138
  24. package/dist/themes/alaska/SCSSVariables--alaska.scss +63 -62
  25. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +63 -62
  26. package/dist/themes/alaska/primitives--alaska.scss +38 -37
  27. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +26 -26
  28. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  29. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +66 -61
  30. package/dist/themes/alaska-classic/JSObject--allTokens.js +181 -138
  31. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +63 -62
  32. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +63 -62
  33. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +38 -37
  34. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +26 -26
  35. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  36. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +66 -61
  37. package/dist/themes/auro-1/JSObject--allTokens.js +181 -138
  38. package/dist/themes/auro-1/SCSSVariables--auro1.scss +63 -62
  39. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +63 -62
  40. package/dist/themes/auro-1/primitives--auro1.scss +38 -37
  41. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +26 -26
  42. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  43. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +66 -61
  44. package/dist/themes/auro-2/JSObject--allTokens.js +181 -138
  45. package/dist/themes/auro-2/SCSSVariables--auro2.scss +63 -62
  46. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +63 -62
  47. package/dist/themes/auro-2/primitives--auro2.scss +38 -37
  48. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +26 -26
  49. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  50. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +66 -61
  51. package/dist/themes/hawaiian/JSObject--allTokens.js +181 -138
  52. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +63 -62
  53. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +63 -62
  54. package/dist/themes/hawaiian/primitives--hawaiian.scss +38 -37
  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,20 @@
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
+
11
+ ## [8.2.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.2.0...v8.2.1) (2025-06-10)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * numerical sass values should not be in quotes ([b149334](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/b149334cd7194deda13a64578ff6f5e83d3c616f))
17
+
3
18
  # [8.2.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.1.0...v8.2.0) (2025-06-05)
4
19
 
5
20
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:16 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 Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:15 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 Thu, 05 Jun 2025 21:48:16 GMT
3
+ * Generated on Fri, 18 Jul 2025 18:00:19 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -4,48 +4,53 @@
4
4
  "fallback": "system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif"
5
5
  },
6
6
  "letterSpacing": {
7
- "0": "\"0\"",
8
- "005": "\"0.05em\"",
9
- "010": "\"0.10em\""
7
+ "0": "0",
8
+ "005": "0.05em",
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
- "10": "\"0.625rem\"",
21
- "12": "\"0.75rem\"",
22
- "14": "\"0.875rem\"",
23
- "16": "\"1rem\"",
24
- "18": "\"1.125rem\"",
25
- "20": "\"1.25rem\"",
26
- "22": "\"1.375rem\"",
27
- "24": "\"1.5rem\"",
28
- "26": "\"1.625rem\"",
29
- "28": "\"1.75rem\"",
30
- "32": "\"2rem\"",
31
- "36": "\"2.25rem\"",
32
- "38": "\"2.375rem\"",
33
- "40": "\"2.5rem\"",
34
- "44": "\"2.75rem\"",
35
- "48": "\"3rem\"",
36
- "56": "\"3.5rem\"",
37
- "64": "\"4rem\"",
38
- "72": "\"4.5rem\"",
39
- "86": "\"5.375rem\""
25
+ "10": "0.625rem",
26
+ "12": "0.75rem",
27
+ "14": "0.875rem",
28
+ "16": "1rem",
29
+ "18": "1.125rem",
30
+ "20": "1.25rem",
31
+ "22": "1.375rem",
32
+ "24": "1.5rem",
33
+ "26": "1.625rem",
34
+ "28": "1.75rem",
35
+ "32": "2rem",
36
+ "36": "2.25rem",
37
+ "38": "2.375rem",
38
+ "40": "2.5rem",
39
+ "44": "2.75rem",
40
+ "48": "3rem",
41
+ "56": "3.5rem",
42
+ "64": "4rem",
43
+ "72": "4.5rem",
44
+ "86": "5.375rem"
40
45
  },
41
46
  "weight": {
42
- "book": "\"450\"",
43
- "condMedium": "\"500\"",
44
- "condNews": "\"450\"",
45
- "light": "\"300\"",
46
- "medium": "\"500\"",
47
- "regular": "\"400\"",
48
- "semibold": "\"600\""
47
+ "book": "450",
48
+ "condMedium": "500",
49
+ "condNews": "450",
50
+ "light": "300",
51
+ "medium": "500",
52
+ "regular": "400",
53
+ "semibold": "600"
49
54
  }
50
55
  },
51
56
  "color": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 05 Jun 2025 21:48:16 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,44 +1,45 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 05 Jun 2025 21:48:16 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
- $ds-type-letter-spacing-0: "0";
7
- $ds-type-letter-spacing-005: "0.05em";
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";
15
- $ds-type-size-10: "0.625rem";
16
- $ds-type-size-12: "0.75rem";
17
- $ds-type-size-14: "0.875rem";
18
- $ds-type-size-16: "1rem";
19
- $ds-type-size-18: "1.125rem";
20
- $ds-type-size-20: "1.25rem";
21
- $ds-type-size-22: "1.375rem";
22
- $ds-type-size-24: "1.5rem";
23
- $ds-type-size-26: "1.625rem";
24
- $ds-type-size-28: "1.75rem";
25
- $ds-type-size-32: "2rem";
26
- $ds-type-size-36: "2.25rem";
27
- $ds-type-size-38: "2.375rem";
28
- $ds-type-size-40: "2.5rem";
29
- $ds-type-size-44: "2.75rem";
30
- $ds-type-size-48: "3rem";
31
- $ds-type-size-56: "3.5rem";
32
- $ds-type-size-64: "4rem";
33
- $ds-type-size-72: "4.5rem";
34
- $ds-type-size-86: "5.375rem";
35
- $ds-type-weight-book: "450";
36
- $ds-type-weight-cond-medium: "500";
37
- $ds-type-weight-cond-news: "450";
38
- $ds-type-weight-light: "300";
39
- $ds-type-weight-medium: "500";
40
- $ds-type-weight-regular: "400";
41
- $ds-type-weight-semibold: "600";
6
+ $ds-type-letter-spacing-0: 0;
7
+ $ds-type-letter-spacing-005: 0.05em;
8
+ $ds-type-letter-spacing-010: 0.10em;
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;
16
+ $ds-type-size-10: 0.625rem;
17
+ $ds-type-size-12: 0.75rem;
18
+ $ds-type-size-14: 0.875rem;
19
+ $ds-type-size-16: 1rem;
20
+ $ds-type-size-18: 1.125rem;
21
+ $ds-type-size-20: 1.25rem;
22
+ $ds-type-size-22: 1.375rem;
23
+ $ds-type-size-24: 1.5rem;
24
+ $ds-type-size-26: 1.625rem;
25
+ $ds-type-size-28: 1.75rem;
26
+ $ds-type-size-32: 2rem;
27
+ $ds-type-size-36: 2.25rem;
28
+ $ds-type-size-38: 2.375rem;
29
+ $ds-type-size-40: 2.5rem;
30
+ $ds-type-size-44: 2.75rem;
31
+ $ds-type-size-48: 3rem;
32
+ $ds-type-size-56: 3.5rem;
33
+ $ds-type-size-64: 4rem;
34
+ $ds-type-size-72: 4.5rem;
35
+ $ds-type-size-86: 5.375rem;
36
+ $ds-type-weight-book: 450;
37
+ $ds-type-weight-cond-medium: 500;
38
+ $ds-type-weight-cond-news: 450;
39
+ $ds-type-weight-light: 300;
40
+ $ds-type-weight-medium: 500;
41
+ $ds-type-weight-regular: 400;
42
+ $ds-type-weight-semibold: 600;
42
43
  $ds-color-black: #000000;
43
44
  $ds-color-gray-50: #f7f7f7;
44
45
  $ds-color-gray-100: #f2f2f2;