@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ # [8.3.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.2.2...v8.3.0) (2025-07-21)
4
+
5
+
6
+ ### Features
7
+
8
+ * add emphasized background tokens ([252e603](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/252e603c21b097967067c4e718a3b6e360d389a7))
9
+
10
+ ## [8.2.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.2.1...v8.2.2) (2025-07-18)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * body line-height values ([9c5bbc4](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/9c5bbc488c12056f56cef0862ae369529ddb4911))
16
+ * update line-height values ([638d20f](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/638d20f1d10a07bac2dafd60a97752a2709e9835))
17
+
3
18
  ## [8.2.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.2.0...v8.2.1) (2025-06-10)
4
19
 
5
20
 
@@ -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 {
@@ -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 {
@@ -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 Mon, 21 Jul 2025 18:35:17 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 Mon, 21 Jul 2025 18:35:17 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 Mon, 21 Jul 2025 18:35:17 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 Mon, 21 Jul 2025 18:35:17 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 Mon, 21 Jul 2025 18:35:16 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 Mon, 21 Jul 2025 18:35:16 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 Mon, 21 Jul 2025 18:35:16 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 Mon, 21 Jul 2025 18:35:17 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 Mon, 21 Jul 2025 18:35:16 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 Mon, 21 Jul 2025 18:35:17 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 Mon, 21 Jul 2025 18:35:17 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 Mon, 21 Jul 2025 18:35:17 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 Mon, 21 Jul 2025 18:35:17 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),