@aurodesignsystem/design-tokens 5.3.1 → 5.5.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 (87) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/CSSCustomProperties--bundled.css +255 -341
  3. package/dist/alaska/CSSCustomProperties--alaska.css +127 -113
  4. package/dist/alaska/JSONVariablesNested--alaska.json +195 -143
  5. package/dist/alaska/JSObject--allTokens.js +3442 -3039
  6. package/dist/alaska/SCSSVariables--alaska.scss +127 -113
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +127 -113
  8. package/dist/alaska/primitives--alaska.scss +105 -75
  9. package/dist/auro-classic/CSSCustomProperties.css +162 -162
  10. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  11. package/dist/auro-classic/JSData--color.js +1 -1
  12. package/dist/auro-classic/JSONVariablesFlat.json +162 -162
  13. package/dist/auro-classic/JSONVariablesNested.json +452 -452
  14. package/dist/auro-classic/JSObject--allTokens.js +16610 -16610
  15. package/dist/auro-classic/JSObject--deprecated.js +17434 -17434
  16. package/dist/auro-classic/JSVariables--color.js +1 -1
  17. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  18. package/dist/auro-classic/SCSSVariables.scss +162 -162
  19. package/dist/auro-classic/SCSSVariablesMapFlat.scss +181 -181
  20. package/dist/auro-classic/SassCustomProperties.scss +162 -162
  21. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  22. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +129 -113
  23. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +177 -143
  24. package/dist/hawaiian/JSObject--allTokens.js +3362 -2893
  25. package/dist/hawaiian/SCSSVariables--hawaiian.scss +129 -113
  26. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +129 -113
  27. package/dist/hawaiian/primitives--hawaiian.scss +202 -172
  28. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  29. package/package.json +1 -1
  30. package/src/primitives/alaska/{typography.json → font.json} +4 -11
  31. package/src/primitives/alaska-classic/{typography.json → font.json} +4 -11
  32. package/src/primitives/base/{typography.json → font.json} +102 -48
  33. package/src/primitives/base/transparency.json +7 -0
  34. package/src/primitives/hawaiian/{typography.json → font.json} +3 -11
  35. package/src/themes/alaska/advanced/boolean.json +138 -0
  36. package/src/themes/alaska/advanced/button.json +262 -0
  37. package/src/themes/alaska/advanced/hyperlink.json +64 -0
  38. package/src/themes/alaska/advanced/shared.json +48 -0
  39. package/src/themes/alaska/advanced/state.json +72 -0
  40. package/src/themes/alaska/basic/color/border.json +66 -0
  41. package/src/themes/alaska/basic/color/brand.json +104 -0
  42. package/src/themes/alaska/basic/color/fare-brand.json +74 -0
  43. package/src/themes/alaska/basic/color/page-background.json +24 -0
  44. package/src/themes/alaska/basic/color/status.json +81 -0
  45. package/src/themes/alaska/basic/color/surface.json +96 -0
  46. package/src/themes/alaska/basic/color/text-icon.json +96 -0
  47. package/src/themes/alaska/basic/corner-radius.json +30 -0
  48. package/src/themes/alaska/basic/font/accent.json +288 -0
  49. package/src/themes/alaska/basic/font/body.json +63 -0
  50. package/src/themes/alaska/basic/font/display.json +248 -0
  51. package/src/themes/alaska/basic/font/heading.json +245 -0
  52. package/src/themes/alaska-classic/color.json +2 -2
  53. package/src/themes/alaska-classic/component/boolean.json +70 -0
  54. package/src/themes/alaska-classic/{component.json → component/button.json} +1 -133
  55. package/src/themes/alaska-classic/component/hyperlink.json +62 -0
  56. package/src/themes/alaska-classic/component/shared.json +46 -0
  57. package/src/themes/alaska-classic/component/state.json +70 -0
  58. package/src/themes/alaska-classic/typography.json +799 -107
  59. package/src/themes/hawaiian/advanced/boolean.json +138 -0
  60. package/src/themes/hawaiian/advanced/button.json +334 -0
  61. package/src/themes/hawaiian/advanced/hyperlink.json +64 -0
  62. package/src/themes/hawaiian/advanced/shared.json +48 -0
  63. package/src/themes/hawaiian/advanced/state.json +72 -0
  64. package/src/themes/hawaiian/basic/color/border.json +65 -0
  65. package/src/themes/hawaiian/basic/color/brand.json +105 -0
  66. package/src/themes/hawaiian/basic/color/color.json +57 -0
  67. package/src/themes/hawaiian/basic/color/fare-brand.json +75 -0
  68. package/src/themes/hawaiian/basic/color/page-background.json +25 -0
  69. package/src/themes/hawaiian/basic/color/status.json +81 -0
  70. package/src/themes/hawaiian/basic/color/surface.json +89 -0
  71. package/src/themes/hawaiian/basic/color/text-icon.json +58 -0
  72. package/src/themes/hawaiian/basic/font/accent.json +288 -0
  73. package/src/themes/hawaiian/basic/font/body.json +63 -0
  74. package/src/themes/hawaiian/basic/font/heading.json +248 -0
  75. package/src/themes/hawaiian/basic/font/typography.json +248 -0
  76. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +0 -119
  77. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +0 -154
  78. package/dist/alaska-classic/JSObject--allTokens.js +0 -3731
  79. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +0 -116
  80. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +0 -120
  81. package/dist/alaska-classic/primitives--alaskaClassic.scss +0 -215
  82. package/src/themes/alaska/color.json +0 -444
  83. package/src/themes/alaska/component.json +0 -392
  84. package/src/themes/alaska/typography.json +0 -132
  85. package/src/themes/hawaiian/color.json +0 -444
  86. package/src/themes/hawaiian/component.json +0 -392
  87. package/src/themes/hawaiian/typography.json +0 -132
@@ -1,444 +0,0 @@
1
- {
2
- "color": {
3
- "border": {
4
- "bold": {
5
- "value": "{color.gray.400.value}",
6
- "type": "semantic",
7
- "public": true,
8
- "default": true,
9
- "usage": "Bold border color",
10
- "deprecated": false
11
- },
12
- "brand": {
13
- "value": "{color.gray.250.value}",
14
- "type": "semantic",
15
- "public": true,
16
- "default": true,
17
- "usage": "Brand border color",
18
- "deprecated": false
19
- },
20
- "default": {
21
- "value": "{color.gray.250.value}",
22
- "type": "semantic",
23
- "public": true,
24
- "default": true,
25
- "usage": "Default border color",
26
- "deprecated": false
27
- },
28
- "divider": {
29
- "value": "{transparency.black.15.value}",
30
- "type": "semantic",
31
- "public": true,
32
- "default": true,
33
- "usage": "Divider border color",
34
- "deprecated": false
35
- },
36
- "dividerInverse": {
37
- "value": "{transparency.white.40.value}",
38
- "type": "semantic",
39
- "public": true,
40
- "default": true,
41
- "usage": "Inverse divider border color",
42
- "deprecated": false
43
- },
44
- "inverse": {
45
- "value": "{color.white.value}",
46
- "type": "semantic",
47
- "public": true,
48
- "default": true,
49
- "usage": "Inverse border color",
50
- "deprecated": false
51
- },
52
- "subtle": {
53
- "value": "{color.gray.200.value}",
54
- "type": "semantic",
55
- "public": true,
56
- "default": true,
57
- "usage": "Subtle border color",
58
- "deprecated": false
59
- }
60
- },
61
- "brand": {
62
- "primary": {
63
- "value": "{color.alohapink.600.value}",
64
- "type": "semantic",
65
- "public": true,
66
- "default": true,
67
- "usage": "Primary brand color",
68
- "deprecated": false
69
- },
70
- "primaryBold": {
71
- "value": "{color.alohapink.800.value}",
72
- "type": "semantic",
73
- "public": true,
74
- "default": true,
75
- "usage": "Bold primary brand color",
76
- "deprecated": false
77
- },
78
- "primaryMuted": {
79
- "value": "{color.alohapink.100.value}",
80
- "type": "semantic",
81
- "public": true,
82
- "default": true,
83
- "usage": "Muted primary brand color",
84
- "deprecated": false
85
- },
86
- "primarySubtle": {
87
- "value": "{color.alohapink.400.value}",
88
- "type": "semantic",
89
- "public": true,
90
- "default": true,
91
- "usage": "Subtle primary brand color",
92
- "deprecated": false
93
- },
94
- "secondary": {
95
- "value": "{color.royalpurple.600.value}",
96
- "type": "semantic",
97
- "public": true,
98
- "default": true,
99
- "usage": "Secondary brand color",
100
- "deprecated": false
101
- },
102
- "secondaryBold": {
103
- "value": "{color.royalpurple.800.value}",
104
- "type": "semantic",
105
- "public": true,
106
- "default": true,
107
- "usage": "Bold secondary brand color",
108
- "deprecated": false
109
- },
110
- "secondaryMuted": {
111
- "value": "{color.royalpurple.100.value}",
112
- "type": "semantic",
113
- "public": true,
114
- "default": true,
115
- "usage": "Muted secondary brand color",
116
- "deprecated": false
117
- },
118
- "secondarySubtle": {
119
- "value": "{color.royalpurple.500.value}",
120
- "type": "semantic",
121
- "public": true,
122
- "default": true,
123
- "usage": "Subtle secondary brand color",
124
- "deprecated": false
125
- },
126
- "tertiary": {
127
- "value": "{color.sunset.600.value}",
128
- "type": "semantic",
129
- "public": true,
130
- "default": true,
131
- "usage": "Tertiary brand color",
132
- "deprecated": false
133
- },
134
- "tertiaryBold": {
135
- "value": "{color.sunset.800.value}",
136
- "type": "semantic",
137
- "public": true,
138
- "default": true,
139
- "usage": "Bold tertiary brand color",
140
- "deprecated": false
141
- },
142
- "tertiaryMuted": {
143
- "value": "{color.sunset.100.value}",
144
- "type": "semantic",
145
- "public": true,
146
- "default": true,
147
- "usage": "Muted tertiary brand color",
148
- "deprecated": false
149
- },
150
- "tertiarySubtle": {
151
- "value": "{color.sunset.400.value}",
152
- "type": "semantic",
153
- "public": true,
154
- "default": true,
155
- "usage": "Subtle tertiary brand color",
156
- "deprecated": false
157
- }
158
- },
159
- "farebrand": {
160
- "basiceconomy": {
161
- "value": "{color.gray.250.value}",
162
- "type": "semantic",
163
- "public": true,
164
- "default": true,
165
- "usage": "Basic fare brand color",
166
- "deprecated": false
167
- },
168
- "businessFirst": {
169
- "value": "{color.royalpurple.600.value}",
170
- "type": "semantic",
171
- "public": true,
172
- "default": true,
173
- "usage": "First class fare brand color",
174
- "deprecated": false
175
- },
176
- "economy": {
177
- "value": "{color.alohapink.600.value}",
178
- "type": "semantic",
179
- "public": true,
180
- "default": true,
181
- "usage": "Economy fare brand color",
182
- "deprecated": false
183
- },
184
- "premiumeconomy": {
185
- "value": "{color.ocean.600.value}",
186
- "type": "semantic",
187
- "public": true,
188
- "default": true,
189
- "usage": "Premium fare brand color",
190
- "deprecated": false
191
- },
192
- "oneworld": {
193
- "emerald": {
194
- "value": "{color.oneworld.emerald.value}",
195
- "type": "semantic",
196
- "public": true,
197
- "default": true,
198
- "usage": "OneWorld Emerald brand color",
199
- "deprecated": false
200
- },
201
- "sapphire": {
202
- "value": "{color.oneworld.sapphire.value}",
203
- "type": "semantic",
204
- "public": true,
205
- "default": true,
206
- "usage": "OneWorld Sapphire brand color",
207
- "deprecated": false
208
- },
209
- "ruby": {
210
- "value": "{color.oneworld.ruby.value}",
211
- "type": "semantic",
212
- "public": true,
213
- "default": true,
214
- "usage": "OneWorld Ruby brand color",
215
- "deprecated": false
216
- }
217
- }
218
- },
219
- "pagebackground": {
220
- "default": {
221
- "value": "{color.white.value}",
222
- "type": "semantic",
223
- "public": true,
224
- "default": true,
225
- "usage": "Default page background color",
226
- "deprecated": false
227
- },
228
- "utility": {
229
- "value": "{color.gray.100.value}",
230
- "type": "semantic",
231
- "public": true,
232
- "default": true,
233
- "usage": "Utility page background color",
234
- "deprecated": false
235
- }
236
- },
237
- "status": {
238
- "default": {
239
- "value": "{color.brand.secondary.value}",
240
- "type": "semantic",
241
- "public": true,
242
- "default": true,
243
- "usage": "Default status color",
244
- "deprecated": false
245
- },
246
- "error": {
247
- "value": "{color.status.error.600.value}",
248
- "type": "semantic",
249
- "public": true,
250
- "default": true,
251
- "usage": "Error status color",
252
- "deprecated": false
253
- },
254
- "errorSubtle": {
255
- "value": "{color.status.error.100.value}",
256
- "type": "semantic",
257
- "public": true,
258
- "default": true,
259
- "usage": "Subtle error status color",
260
- "deprecated": false
261
- },
262
- "info": {
263
- "value": "{color.status.help.600.value}",
264
- "type": "semantic",
265
- "public": true,
266
- "default": true,
267
- "usage": "Info status color",
268
- "deprecated": false
269
- },
270
- "infoSubtle": {
271
- "value": "{color.status.help.100.value}",
272
- "type": "semantic",
273
- "public": true,
274
- "default": true,
275
- "usage": "Subtle info status color",
276
- "deprecated": false
277
- },
278
- "success": {
279
- "value": "{color.status.success.600.value}",
280
- "type": "semantic",
281
- "public": true,
282
- "default": true,
283
- "usage": "Success status color",
284
- "deprecated": false
285
- },
286
- "successSubtle": {
287
- "value": "{color.status.success.100.value}",
288
- "type": "semantic",
289
- "public": true,
290
- "default": true,
291
- "usage": "Subtle success status color",
292
- "deprecated": false
293
- },
294
- "warning": {
295
- "value": "{color.status.warn.300.value}",
296
- "type": "semantic",
297
- "public": true,
298
- "default": true,
299
- "usage": "Warning status color",
300
- "deprecated": false
301
- },
302
- "warningSubtle": {
303
- "value": "{color.status.warn.100.value}",
304
- "type": "semantic",
305
- "public": true,
306
- "default": true,
307
- "usage": "Subtle warning status color",
308
- "deprecated": false
309
- }
310
- },
311
- "surface": {
312
- "accent1": {
313
- "value": "{color.gray.200.value}",
314
- "type": "semantic",
315
- "public": true,
316
- "default": true,
317
- "usage": "Accent surface color",
318
- "deprecated": false
319
- },
320
- "accent1Muted": {
321
- "value": "{color.gray.50.value}",
322
- "type": "semantic",
323
- "public": true,
324
- "default": true,
325
- "usage": "Muted accent surface color",
326
- "deprecated": false
327
- },
328
- "accent1Subtle": {
329
- "value": "{color.gray.100.value}",
330
- "type": "semantic",
331
- "public": true,
332
- "default": true,
333
- "usage": "Subtle accent surface color",
334
- "deprecated": false
335
- },
336
- "accent2": {
337
- "value": "{color.gray.200.value}",
338
- "type": "semantic",
339
- "public": true,
340
- "default": true,
341
- "usage": "Accent surface color",
342
- "deprecated": false
343
- },
344
- "accent2Muted": {
345
- "value": "{color.gray.50.value}",
346
- "type": "semantic",
347
- "public": true,
348
- "default": true,
349
- "usage": "Muted accent surface color",
350
- "deprecated": false
351
- },
352
- "default": {
353
- "value": "{color.white.value}",
354
- "type": "semantic",
355
- "public": true,
356
- "default": true,
357
- "usage": "Default surface color",
358
- "deprecated": false
359
- },
360
- "inverse": {
361
- "value": "{color.brand.secondary.value}",
362
- "type": "semantic",
363
- "public": true,
364
- "default": true,
365
- "usage": "Inverse surface color",
366
- "deprecated": false
367
- },
368
- "inverseSubtle": {
369
- "value": "{color.brand.secondarySubtle.value}",
370
- "type": "semantic",
371
- "public": true,
372
- "default": true,
373
- "usage": "Subtle inverse surface color",
374
- "deprecated": false
375
- },
376
- "neutralMedium": {
377
- "value": "{color.gray.200.value}",
378
- "type": "semantic",
379
- "public": true,
380
- "default": true,
381
- "usage": "Medium neutral surface color",
382
- "deprecated": false
383
- },
384
- "neutralSubtle": {
385
- "value": "{color.gray.50.value}",
386
- "type": "semantic",
387
- "public": true,
388
- "default": true,
389
- "usage": "Subtle neutral surface color",
390
- "deprecated": false
391
- }
392
- },
393
- "texticon": {
394
- "accent1": {
395
- "value": "{color.black.value}",
396
- "type": "semantic",
397
- "public": true,
398
- "default": true,
399
- "usage": "Accent text/icon color",
400
- "deprecated": false
401
- },
402
- "default": {
403
- "value": "{color.black.value}",
404
- "type": "semantic",
405
- "public": true,
406
- "default": true,
407
- "usage": "Default text/icon color",
408
- "deprecated": false
409
- },
410
- "disabled": {
411
- "value": "{color.gray.250.value}",
412
- "type": "semantic",
413
- "public": true,
414
- "default": true,
415
- "usage": "Disabled text/icon color",
416
- "deprecated": false
417
- },
418
- "inverse": {
419
- "value": "{color.white.value}",
420
- "type": "semantic",
421
- "public": true,
422
- "default": true,
423
- "usage": "Inverse text/icon color",
424
- "deprecated": false
425
- },
426
- "inverseDisabled": {
427
- "value": "{color.gray.250.value}",
428
- "type": "semantic",
429
- "public": true,
430
- "default": true,
431
- "usage": "Disabled inverse text/icon color",
432
- "deprecated": false
433
- },
434
- "muted": {
435
- "value": "{color.gray.900.value}",
436
- "type": "semantic",
437
- "public": true,
438
- "default": true,
439
- "usage": "Muted text/icon color",
440
- "deprecated": false
441
- }
442
- }
443
- }
444
- }