@aurodesignsystem/design-tokens 5.0.2 → 5.0.4

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 (122) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +86 -62
  3. package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
  4. package/dist/alaska/JSObject--allTokens.js +2124 -0
  5. package/dist/alaska/SCSSVariables--alaska.scss +63 -0
  6. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +67 -0
  7. package/dist/alaska/primitives--alaska.scss +215 -0
  8. package/dist/{tokens → auro-classic}/CSSCustomProperties.css +320 -312
  9. package/dist/{tokens → auro-classic}/CSSSizeCustomProperties.css +1 -1
  10. package/dist/{tokens → auro-classic}/JSData--color.js +3145 -2071
  11. package/dist/{tokens → auro-classic}/JSONVariablesFlat.json +12 -4
  12. package/dist/{tokens → auro-classic}/JSONVariablesNested.json +13 -9
  13. package/dist/{tokens/JSObject--allTokens.js → auro-classic/JSObject--deprecated.js} +14311 -8433
  14. package/dist/{tokens → auro-classic}/JSVariables--color.js +308 -312
  15. package/dist/{tokens → auro-classic}/SCSSVariableMap.scss +1 -1
  16. package/dist/{tokens/base → auro-classic}/SCSSVariables.scss +320 -312
  17. package/dist/{tokens → auro-classic}/SCSSVariablesMapFlat.scss +320 -312
  18. package/dist/{tokens → auro-classic}/SassCustomProperties.scss +320 -312
  19. package/dist/{tokens → auro-classic}/SassSizeCustomProperties.scss +1 -1
  20. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +66 -0
  21. package/dist/hawaiian/JSObject--allTokens.js +2124 -0
  22. package/dist/hawaiian/SCSSVariables--hawaiian.scss +63 -0
  23. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -0
  24. package/dist/hawaiian/primitives--hawaiian.scss +175 -0
  25. package/dist/{tokens/transparent/CSSCustomProperties.css → transparent/CSSCustomProperties--transparent.css} +1 -5
  26. package/package.json +5 -3
  27. package/src/primitives/alaska/color.json +796 -0
  28. package/src/primitives/alaska/typography.json +27 -0
  29. package/src/primitives/base/color.json +489 -0
  30. package/src/primitives/base/transparency.json +183 -0
  31. package/src/primitives/base/typography.json +210 -0
  32. package/src/primitives/hawaiian/color.json +508 -0
  33. package/src/primitives/hawaiian/typography.json +28 -0
  34. package/src/themes/alaska/color.json +394 -0
  35. package/src/themes/alaska/typography.json +132 -0
  36. package/src/themes/{excursion → auro-classic}/animation.json +6 -3
  37. package/src/{color → themes/auro-classic/color}/alert.json +7 -0
  38. package/src/{color → themes/auro-classic/color}/background.json +53 -25
  39. package/src/{color → themes/auro-classic/color}/base.json +303 -147
  40. package/src/{color → themes/auro-classic/color}/border.json +68 -32
  41. package/src/{color → themes/auro-classic/color}/brand.json +289 -158
  42. package/src/{color → themes/auro-classic/color}/container.json +101 -50
  43. package/src/{color → themes/auro-classic/color}/icon.json +129 -64
  44. package/src/{color → themes/auro-classic/color}/text.json +58 -28
  45. package/src/{color → themes/auro-classic/color}/tier.json +43 -22
  46. package/src/themes/{excursion → auro-classic}/color/ui.json +12 -1
  47. package/src/{color → themes/auro-classic/color}/utility.json +60 -30
  48. package/src/themes/auro-classic/comments.json +50 -0
  49. package/src/{depth.json → themes/auro-classic/depth.json} +9 -4
  50. package/src/{elevation.json → themes/auro-classic/elevation.json} +6 -3
  51. package/src/{asset → themes/auro-classic}/font.json +10 -5
  52. package/src/themes/{excursion → auro-classic}/grid-breakpoint.json +10 -5
  53. package/src/themes/{excursion → auro-classic}/grid-column.json +10 -5
  54. package/src/{grid-gutter.json → themes/auro-classic/grid-gutter.json} +10 -5
  55. package/src/{grid-margin.json → themes/auro-classic/grid-margin.json} +10 -5
  56. package/src/{size → themes/auro-classic/size}/radius.json +2 -1
  57. package/src/themes/auro-classic/size/scale.json +347 -0
  58. package/src/themes/auro-classic/size/unitless-scale.json +126 -0
  59. package/src/{text.json → themes/auro-classic/text.json} +192 -97
  60. package/src/themes/hawaiian/color.json +394 -0
  61. package/src/themes/hawaiian/typography.json +132 -0
  62. package/src/themes/transparent/color/alert.json +7 -0
  63. package/src/themes/transparent/color/background.json +30 -2
  64. package/src/themes/transparent/color/base.json +156 -0
  65. package/src/themes/transparent/color/border.json +36 -0
  66. package/src/themes/transparent/color/brand.json +167 -36
  67. package/src/themes/transparent/color/container.json +50 -0
  68. package/src/themes/transparent/color/icon.json +65 -0
  69. package/src/themes/transparent/color/text.json +30 -0
  70. package/src/themes/transparent/color/tier.json +22 -1
  71. package/src/themes/transparent/color/ui.json +12 -1
  72. package/src/themes/transparent/color/utility.json +30 -0
  73. package/src/themes/transparent/elevation.json +3 -0
  74. package/dist/tokens/JSObject--deprecated.js +0 -3157
  75. package/dist/tokens/SCSSVariables.scss +0 -1372
  76. package/dist/tokens/darkmode/CSSCustomProperties.css +0 -28
  77. package/dist/tokens/darkmode/JSDataColor.js +0 -528
  78. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +0 -528
  79. package/dist/tokens/darkmode/JSVariablesColor.js +0 -20
  80. package/dist/tokens/darkmode/SCSSVariables.scss +0 -21
  81. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +0 -25
  82. package/dist/tokens/darkmode/SassCustomProperties.scss +0 -28
  83. package/dist/tokens/excursion/JSONVariablesFlat.json +0 -736
  84. package/dist/tokens/excursion/JSONVariablesNested.json +0 -1222
  85. package/dist/tokens/hawaiian/CSSCustomProperties.css +0 -20
  86. package/src/animation.json +0 -21
  87. package/src/color/ui.json +0 -125
  88. package/src/color-darkmode/base.json +0 -24
  89. package/src/color-darkmode/border.json +0 -32
  90. package/src/color-darkmode/icon.json +0 -32
  91. package/src/color-darkmode/text.json +0 -71
  92. package/src/color-darkmode/tier.json +0 -34
  93. package/src/comments.json +0 -34
  94. package/src/grid-breakpoint.json +0 -29
  95. package/src/grid-column.json +0 -29
  96. package/src/size/scale.json +0 -240
  97. package/src/size/unitless-scale.json +0 -82
  98. package/src/themes/excursion/asset/font.json +0 -35
  99. package/src/themes/excursion/color/alert.json +0 -90
  100. package/src/themes/excursion/color/background.json +0 -280
  101. package/src/themes/excursion/color/base.json +0 -1303
  102. package/src/themes/excursion/color/border.json +0 -288
  103. package/src/themes/excursion/color/brand.json +0 -1549
  104. package/src/themes/excursion/color/container.json +0 -464
  105. package/src/themes/excursion/color/excursion.json +0 -254
  106. package/src/themes/excursion/color/icon.json +0 -476
  107. package/src/themes/excursion/color/text.json +0 -270
  108. package/src/themes/excursion/color/tier.json +0 -180
  109. package/src/themes/excursion/comments.json +0 -34
  110. package/src/themes/excursion/depth copy.json +0 -22
  111. package/src/themes/excursion/elevation.json +0 -22
  112. package/src/themes/excursion/grid-gutter.json +0 -29
  113. package/src/themes/excursion/grid-margin.json +0 -29
  114. package/src/themes/excursion/size/radius.json +0 -9
  115. package/src/themes/excursion/size/scale.json +0 -234
  116. package/src/themes/excursion/size/unitless-scale.json +0 -82
  117. package/src/themes/excursion/text.json +0 -572
  118. package/src/themes/hawaiian/color/background.json +0 -15
  119. package/src/themes/hawaiian/color/border.json +0 -18
  120. package/src/themes/hawaiian/color/container.json +0 -56
  121. package/src/themes/hawaiian/color/icon.json +0 -24
  122. package/src/themes/hawaiian/color/text.json +0 -44
@@ -0,0 +1,2124 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Tue, 04 Mar 2025 18:37:01 GMT
4
+ */
5
+
6
+ module.exports = {
7
+ "color": {
8
+ "border": {
9
+ "bold": {
10
+ "value": "#adadad",
11
+ "type": "semantic",
12
+ "public": true,
13
+ "default": true,
14
+ "usage": "Bold border color",
15
+ "deprecated": false,
16
+ "filePath": "src/themes/hawaiian/color.json",
17
+ "isSource": false,
18
+ "original": {
19
+ "value": "{color.gray.400.value}",
20
+ "type": "semantic",
21
+ "public": true,
22
+ "default": true,
23
+ "usage": "Bold border color",
24
+ "deprecated": false
25
+ },
26
+ "name": "ds-color-border-bold",
27
+ "attributes": {
28
+ "category": "color",
29
+ "type": "border",
30
+ "item": "bold"
31
+ },
32
+ "path": [
33
+ "color",
34
+ "border",
35
+ "bold"
36
+ ]
37
+ },
38
+ "brand": {
39
+ "value": "#d0d0d0",
40
+ "type": "semantic",
41
+ "public": true,
42
+ "default": true,
43
+ "usage": "Brand border color",
44
+ "deprecated": false,
45
+ "filePath": "src/themes/hawaiian/color.json",
46
+ "isSource": false,
47
+ "original": {
48
+ "value": "{color.gray.250.value}",
49
+ "type": "semantic",
50
+ "public": true,
51
+ "default": true,
52
+ "usage": "Brand border color",
53
+ "deprecated": false
54
+ },
55
+ "name": "ds-color-border-brand",
56
+ "attributes": {
57
+ "category": "color",
58
+ "type": "border",
59
+ "item": "brand"
60
+ },
61
+ "path": [
62
+ "color",
63
+ "border",
64
+ "brand"
65
+ ]
66
+ },
67
+ "default": {
68
+ "value": "#d0d0d0",
69
+ "type": "semantic",
70
+ "public": true,
71
+ "default": true,
72
+ "usage": "Default border color",
73
+ "deprecated": false,
74
+ "filePath": "src/themes/hawaiian/color.json",
75
+ "isSource": false,
76
+ "original": {
77
+ "value": "{color.gray.250.value}",
78
+ "type": "semantic",
79
+ "public": true,
80
+ "default": true,
81
+ "usage": "Default border color",
82
+ "deprecated": false
83
+ },
84
+ "name": "ds-color-border-default",
85
+ "attributes": {
86
+ "category": "color",
87
+ "type": "border",
88
+ "item": "default"
89
+ },
90
+ "path": [
91
+ "color",
92
+ "border",
93
+ "default"
94
+ ]
95
+ },
96
+ "divider": {
97
+ "value": "#00000026",
98
+ "type": "semantic",
99
+ "public": true,
100
+ "default": true,
101
+ "usage": "Divider border color",
102
+ "deprecated": false,
103
+ "filePath": "src/themes/hawaiian/color.json",
104
+ "isSource": false,
105
+ "original": {
106
+ "value": "{transparency.black.15.value}",
107
+ "type": "semantic",
108
+ "public": true,
109
+ "default": true,
110
+ "usage": "Divider border color",
111
+ "deprecated": false
112
+ },
113
+ "name": "ds-color-border-divider",
114
+ "attributes": {
115
+ "category": "color",
116
+ "type": "border",
117
+ "item": "divider"
118
+ },
119
+ "path": [
120
+ "color",
121
+ "border",
122
+ "divider"
123
+ ]
124
+ },
125
+ "dividerInverse": {
126
+ "value": "#ffffff66",
127
+ "type": "semantic",
128
+ "public": true,
129
+ "default": true,
130
+ "usage": "Inverse divider border color",
131
+ "deprecated": false,
132
+ "filePath": "src/themes/hawaiian/color.json",
133
+ "isSource": false,
134
+ "original": {
135
+ "value": "{transparency.white.40.value}",
136
+ "type": "semantic",
137
+ "public": true,
138
+ "default": true,
139
+ "usage": "Inverse divider border color",
140
+ "deprecated": false
141
+ },
142
+ "name": "ds-color-border-divider-inverse",
143
+ "attributes": {
144
+ "category": "color",
145
+ "type": "border",
146
+ "item": "dividerInverse"
147
+ },
148
+ "path": [
149
+ "color",
150
+ "border",
151
+ "dividerInverse"
152
+ ]
153
+ },
154
+ "inverse": {
155
+ "value": "#ffffff",
156
+ "type": "semantic",
157
+ "public": true,
158
+ "default": true,
159
+ "usage": "Inverse border color",
160
+ "deprecated": false,
161
+ "filePath": "src/themes/hawaiian/color.json",
162
+ "isSource": false,
163
+ "original": {
164
+ "value": "{color.white.value}",
165
+ "type": "semantic",
166
+ "public": true,
167
+ "default": true,
168
+ "usage": "Inverse border color",
169
+ "deprecated": false
170
+ },
171
+ "name": "ds-color-border-inverse",
172
+ "attributes": {
173
+ "category": "color",
174
+ "type": "border",
175
+ "item": "inverse"
176
+ },
177
+ "path": [
178
+ "color",
179
+ "border",
180
+ "inverse"
181
+ ]
182
+ },
183
+ "subtle": {
184
+ "value": "#dddddd",
185
+ "type": "semantic",
186
+ "public": true,
187
+ "default": true,
188
+ "usage": "Subtle border color",
189
+ "deprecated": false,
190
+ "filePath": "src/themes/hawaiian/color.json",
191
+ "isSource": false,
192
+ "original": {
193
+ "value": "{color.gray.200.value}",
194
+ "type": "semantic",
195
+ "public": true,
196
+ "default": true,
197
+ "usage": "Subtle border color",
198
+ "deprecated": false
199
+ },
200
+ "name": "ds-color-border-subtle",
201
+ "attributes": {
202
+ "category": "color",
203
+ "type": "border",
204
+ "item": "subtle"
205
+ },
206
+ "path": [
207
+ "color",
208
+ "border",
209
+ "subtle"
210
+ ]
211
+ }
212
+ },
213
+ "brand": {
214
+ "accent1": {
215
+ "value": "#00a5ba",
216
+ "type": "semantic",
217
+ "public": true,
218
+ "default": true,
219
+ "usage": "Brand accent color",
220
+ "deprecated": false,
221
+ "filePath": "src/themes/hawaiian/color.json",
222
+ "isSource": false,
223
+ "original": {
224
+ "value": "{color.ocean.600.value}",
225
+ "type": "semantic",
226
+ "public": true,
227
+ "default": true,
228
+ "usage": "Brand accent color",
229
+ "deprecated": false
230
+ },
231
+ "name": "ds-color-brand-accent1",
232
+ "attributes": {
233
+ "category": "color",
234
+ "type": "brand",
235
+ "item": "accent1"
236
+ },
237
+ "path": [
238
+ "color",
239
+ "brand",
240
+ "accent1"
241
+ ]
242
+ },
243
+ "primary": {
244
+ "value": "#ce0c88",
245
+ "type": "semantic",
246
+ "public": true,
247
+ "default": true,
248
+ "usage": "Primary brand color",
249
+ "deprecated": false,
250
+ "filePath": "src/themes/hawaiian/color.json",
251
+ "isSource": false,
252
+ "original": {
253
+ "value": "{color.alohapink.600.value}",
254
+ "type": "semantic",
255
+ "public": true,
256
+ "default": true,
257
+ "usage": "Primary brand color",
258
+ "deprecated": false
259
+ },
260
+ "name": "ds-color-brand-primary",
261
+ "attributes": {
262
+ "category": "color",
263
+ "type": "brand",
264
+ "item": "primary"
265
+ },
266
+ "path": [
267
+ "color",
268
+ "brand",
269
+ "primary"
270
+ ]
271
+ },
272
+ "primaryBold": {
273
+ "value": "#831a57",
274
+ "type": "semantic",
275
+ "public": true,
276
+ "default": true,
277
+ "usage": "Bold primary brand color",
278
+ "deprecated": false,
279
+ "filePath": "src/themes/hawaiian/color.json",
280
+ "isSource": false,
281
+ "original": {
282
+ "value": "{color.alohapink.800.value}",
283
+ "type": "semantic",
284
+ "public": true,
285
+ "default": true,
286
+ "usage": "Bold primary brand color",
287
+ "deprecated": false
288
+ },
289
+ "name": "ds-color-brand-primary-bold",
290
+ "attributes": {
291
+ "category": "color",
292
+ "type": "brand",
293
+ "item": "primaryBold"
294
+ },
295
+ "path": [
296
+ "color",
297
+ "brand",
298
+ "primaryBold"
299
+ ]
300
+ },
301
+ "primarySubtle": {
302
+ "value": "#f0a5d2",
303
+ "type": "semantic",
304
+ "public": true,
305
+ "default": true,
306
+ "usage": "Subtle primary brand color",
307
+ "deprecated": false,
308
+ "filePath": "src/themes/hawaiian/color.json",
309
+ "isSource": false,
310
+ "original": {
311
+ "value": "{color.alohapink.400.value}",
312
+ "type": "semantic",
313
+ "public": true,
314
+ "default": true,
315
+ "usage": "Subtle primary brand color",
316
+ "deprecated": false
317
+ },
318
+ "name": "ds-color-brand-primary-subtle",
319
+ "attributes": {
320
+ "category": "color",
321
+ "type": "brand",
322
+ "item": "primarySubtle"
323
+ },
324
+ "path": [
325
+ "color",
326
+ "brand",
327
+ "primarySubtle"
328
+ ]
329
+ },
330
+ "secondary": {
331
+ "value": "#463c8f",
332
+ "type": "semantic",
333
+ "public": true,
334
+ "default": true,
335
+ "usage": "Secondary brand color",
336
+ "deprecated": false,
337
+ "filePath": "src/themes/hawaiian/color.json",
338
+ "isSource": false,
339
+ "original": {
340
+ "value": "{color.royalpurple.600.value}",
341
+ "type": "semantic",
342
+ "public": true,
343
+ "default": true,
344
+ "usage": "Secondary brand color",
345
+ "deprecated": false
346
+ },
347
+ "name": "ds-color-brand-secondary",
348
+ "attributes": {
349
+ "category": "color",
350
+ "type": "brand",
351
+ "item": "secondary"
352
+ },
353
+ "path": [
354
+ "color",
355
+ "brand",
356
+ "secondary"
357
+ ]
358
+ },
359
+ "secondaryBold": {
360
+ "value": "#31295c",
361
+ "type": "semantic",
362
+ "public": true,
363
+ "default": true,
364
+ "usage": "Bold secondary brand color",
365
+ "deprecated": false,
366
+ "filePath": "src/themes/hawaiian/color.json",
367
+ "isSource": false,
368
+ "original": {
369
+ "value": "{color.royalpurple.800.value}",
370
+ "type": "semantic",
371
+ "public": true,
372
+ "default": true,
373
+ "usage": "Bold secondary brand color",
374
+ "deprecated": false
375
+ },
376
+ "name": "ds-color-brand-secondary-bold",
377
+ "attributes": {
378
+ "category": "color",
379
+ "type": "brand",
380
+ "item": "secondaryBold"
381
+ },
382
+ "path": [
383
+ "color",
384
+ "brand",
385
+ "secondaryBold"
386
+ ]
387
+ },
388
+ "secondarySubtle": {
389
+ "value": "#8c7eb8",
390
+ "type": "semantic",
391
+ "public": true,
392
+ "default": true,
393
+ "usage": "Subtle secondary brand color",
394
+ "deprecated": false,
395
+ "filePath": "src/themes/hawaiian/color.json",
396
+ "isSource": false,
397
+ "original": {
398
+ "value": "{color.royalpurple.400.value}",
399
+ "type": "semantic",
400
+ "public": true,
401
+ "default": true,
402
+ "usage": "Subtle secondary brand color",
403
+ "deprecated": false
404
+ },
405
+ "name": "ds-color-brand-secondary-subtle",
406
+ "attributes": {
407
+ "category": "color",
408
+ "type": "brand",
409
+ "item": "secondarySubtle"
410
+ },
411
+ "path": [
412
+ "color",
413
+ "brand",
414
+ "secondarySubtle"
415
+ ]
416
+ },
417
+ "tertiary": {
418
+ "value": "#ee453d",
419
+ "type": "semantic",
420
+ "public": true,
421
+ "default": true,
422
+ "usage": "Tertiary brand color",
423
+ "deprecated": false,
424
+ "filePath": "src/themes/hawaiian/color.json",
425
+ "isSource": false,
426
+ "original": {
427
+ "value": "{color.sunset.600.value}",
428
+ "type": "semantic",
429
+ "public": true,
430
+ "default": true,
431
+ "usage": "Tertiary brand color",
432
+ "deprecated": false
433
+ },
434
+ "name": "ds-color-brand-tertiary",
435
+ "attributes": {
436
+ "category": "color",
437
+ "type": "brand",
438
+ "item": "tertiary"
439
+ },
440
+ "path": [
441
+ "color",
442
+ "brand",
443
+ "tertiary"
444
+ ]
445
+ },
446
+ "tertiaryBold": {
447
+ "value": "#97322a",
448
+ "type": "semantic",
449
+ "public": true,
450
+ "default": true,
451
+ "usage": "Bold tertiary brand color",
452
+ "deprecated": false,
453
+ "filePath": "src/themes/hawaiian/color.json",
454
+ "isSource": false,
455
+ "original": {
456
+ "value": "{color.sunset.800.value}",
457
+ "type": "semantic",
458
+ "public": true,
459
+ "default": true,
460
+ "usage": "Bold tertiary brand color",
461
+ "deprecated": false
462
+ },
463
+ "name": "ds-color-brand-tertiary-bold",
464
+ "attributes": {
465
+ "category": "color",
466
+ "type": "brand",
467
+ "item": "tertiaryBold"
468
+ },
469
+ "path": [
470
+ "color",
471
+ "brand",
472
+ "tertiaryBold"
473
+ ]
474
+ },
475
+ "tertiarySubtle": {
476
+ "value": "#ff9080",
477
+ "type": "semantic",
478
+ "public": true,
479
+ "default": true,
480
+ "usage": "Subtle tertiary brand color",
481
+ "deprecated": false,
482
+ "filePath": "src/themes/hawaiian/color.json",
483
+ "isSource": false,
484
+ "original": {
485
+ "value": "{color.sunset.400.value}",
486
+ "type": "semantic",
487
+ "public": true,
488
+ "default": true,
489
+ "usage": "Subtle tertiary brand color",
490
+ "deprecated": false
491
+ },
492
+ "name": "ds-color-brand-tertiary-subtle",
493
+ "attributes": {
494
+ "category": "color",
495
+ "type": "brand",
496
+ "item": "tertiarySubtle"
497
+ },
498
+ "path": [
499
+ "color",
500
+ "brand",
501
+ "tertiarySubtle"
502
+ ]
503
+ }
504
+ },
505
+ "fare": {
506
+ "brandBasic": {
507
+ "value": "#d0d0d0",
508
+ "type": "semantic",
509
+ "public": true,
510
+ "default": true,
511
+ "usage": "Basic fare brand color",
512
+ "deprecated": false,
513
+ "filePath": "src/themes/hawaiian/color.json",
514
+ "isSource": false,
515
+ "original": {
516
+ "value": "{color.gray.250.value}",
517
+ "type": "semantic",
518
+ "public": true,
519
+ "default": true,
520
+ "usage": "Basic fare brand color",
521
+ "deprecated": false
522
+ },
523
+ "name": "ds-color-fare-brand-basic",
524
+ "attributes": {
525
+ "category": "color",
526
+ "type": "fare",
527
+ "item": "brandBasic"
528
+ },
529
+ "path": [
530
+ "color",
531
+ "fare",
532
+ "brandBasic"
533
+ ]
534
+ },
535
+ "brandFirst": {
536
+ "value": "#463c8f",
537
+ "type": "semantic",
538
+ "public": true,
539
+ "default": true,
540
+ "usage": "First class fare brand color",
541
+ "deprecated": false,
542
+ "filePath": "src/themes/hawaiian/color.json",
543
+ "isSource": false,
544
+ "original": {
545
+ "value": "{color.brand.secondary.value}",
546
+ "type": "semantic",
547
+ "public": true,
548
+ "default": true,
549
+ "usage": "First class fare brand color",
550
+ "deprecated": false
551
+ },
552
+ "name": "ds-color-fare-brand-first",
553
+ "attributes": {
554
+ "category": "color",
555
+ "type": "fare",
556
+ "item": "brandFirst"
557
+ },
558
+ "path": [
559
+ "color",
560
+ "fare",
561
+ "brandFirst"
562
+ ]
563
+ },
564
+ "brandEconomy": {
565
+ "value": "#ce0c88",
566
+ "type": "semantic",
567
+ "public": true,
568
+ "default": true,
569
+ "usage": "Economy fare brand color",
570
+ "deprecated": false,
571
+ "filePath": "src/themes/hawaiian/color.json",
572
+ "isSource": false,
573
+ "original": {
574
+ "value": "{color.brand.primary.value}",
575
+ "type": "semantic",
576
+ "public": true,
577
+ "default": true,
578
+ "usage": "Economy fare brand color",
579
+ "deprecated": false
580
+ },
581
+ "name": "ds-color-fare-brand-economy",
582
+ "attributes": {
583
+ "category": "color",
584
+ "type": "fare",
585
+ "item": "brandEconomy"
586
+ },
587
+ "path": [
588
+ "color",
589
+ "fare",
590
+ "brandEconomy"
591
+ ]
592
+ },
593
+ "brandPremium": {
594
+ "value": "#00a5ba",
595
+ "type": "semantic",
596
+ "public": true,
597
+ "default": true,
598
+ "usage": "Premium fare brand color",
599
+ "deprecated": false,
600
+ "filePath": "src/themes/hawaiian/color.json",
601
+ "isSource": false,
602
+ "original": {
603
+ "value": "{color.brand.accent1.value}",
604
+ "type": "semantic",
605
+ "public": true,
606
+ "default": true,
607
+ "usage": "Premium fare brand color",
608
+ "deprecated": false
609
+ },
610
+ "name": "ds-color-fare-brand-premium",
611
+ "attributes": {
612
+ "category": "color",
613
+ "type": "fare",
614
+ "item": "brandPremium"
615
+ },
616
+ "path": [
617
+ "color",
618
+ "fare",
619
+ "brandPremium"
620
+ ]
621
+ },
622
+ "brandOneWorldEmerald": {
623
+ "value": "#139142",
624
+ "type": "semantic",
625
+ "public": true,
626
+ "default": true,
627
+ "usage": "One World Emerald brand color",
628
+ "deprecated": false,
629
+ "filePath": "src/themes/hawaiian/color.json",
630
+ "isSource": false,
631
+ "original": {
632
+ "value": "{color.oneWorld.emerald.value}",
633
+ "type": "semantic",
634
+ "public": true,
635
+ "default": true,
636
+ "usage": "One World Emerald brand color",
637
+ "deprecated": false
638
+ },
639
+ "name": "ds-color-fare-brand-one-world-emerald",
640
+ "attributes": {
641
+ "category": "color",
642
+ "type": "fare",
643
+ "item": "brandOneWorldEmerald"
644
+ },
645
+ "path": [
646
+ "color",
647
+ "fare",
648
+ "brandOneWorldEmerald"
649
+ ]
650
+ },
651
+ "brandOneWorldRuby": {
652
+ "value": "#a41d4a",
653
+ "type": "semantic",
654
+ "public": true,
655
+ "default": true,
656
+ "usage": "One World Ruby brand color",
657
+ "deprecated": false,
658
+ "filePath": "src/themes/hawaiian/color.json",
659
+ "isSource": false,
660
+ "original": {
661
+ "value": "{color.oneWorld.ruby.value}",
662
+ "type": "semantic",
663
+ "public": true,
664
+ "default": true,
665
+ "usage": "One World Ruby brand color",
666
+ "deprecated": false
667
+ },
668
+ "name": "ds-color-fare-brand-one-world-ruby",
669
+ "attributes": {
670
+ "category": "color",
671
+ "type": "fare",
672
+ "item": "brandOneWorldRuby"
673
+ },
674
+ "path": [
675
+ "color",
676
+ "fare",
677
+ "brandOneWorldRuby"
678
+ ]
679
+ },
680
+ "brandOneWorldSapphire": {
681
+ "value": "#015daa",
682
+ "type": "semantic",
683
+ "public": true,
684
+ "default": true,
685
+ "usage": "One World Sapphire brand color",
686
+ "deprecated": false,
687
+ "filePath": "src/themes/hawaiian/color.json",
688
+ "isSource": false,
689
+ "original": {
690
+ "value": "{color.oneWorld.sapphire.value}",
691
+ "type": "semantic",
692
+ "public": true,
693
+ "default": true,
694
+ "usage": "One World Sapphire brand color",
695
+ "deprecated": false
696
+ },
697
+ "name": "ds-color-fare-brand-one-world-sapphire",
698
+ "attributes": {
699
+ "category": "color",
700
+ "type": "fare",
701
+ "item": "brandOneWorldSapphire"
702
+ },
703
+ "path": [
704
+ "color",
705
+ "fare",
706
+ "brandOneWorldSapphire"
707
+ ]
708
+ }
709
+ },
710
+ "page": {
711
+ "backgroundDefault": {
712
+ "value": "#ffffff",
713
+ "type": "semantic",
714
+ "public": true,
715
+ "default": true,
716
+ "usage": "Default page background color",
717
+ "deprecated": false,
718
+ "filePath": "src/themes/hawaiian/color.json",
719
+ "isSource": false,
720
+ "original": {
721
+ "value": "{color.white.value}",
722
+ "type": "semantic",
723
+ "public": true,
724
+ "default": true,
725
+ "usage": "Default page background color",
726
+ "deprecated": false
727
+ },
728
+ "name": "ds-color-page-background-default",
729
+ "attributes": {
730
+ "category": "color",
731
+ "type": "page",
732
+ "item": "backgroundDefault"
733
+ },
734
+ "path": [
735
+ "color",
736
+ "page",
737
+ "backgroundDefault"
738
+ ]
739
+ },
740
+ "backgroundUtility": {
741
+ "value": "#f7f7f7",
742
+ "type": "semantic",
743
+ "public": true,
744
+ "default": true,
745
+ "usage": "Utility page background color",
746
+ "deprecated": false,
747
+ "filePath": "src/themes/hawaiian/color.json",
748
+ "isSource": false,
749
+ "original": {
750
+ "value": "{color.gray.100.value}",
751
+ "type": "semantic",
752
+ "public": true,
753
+ "default": true,
754
+ "usage": "Utility page background color",
755
+ "deprecated": false
756
+ },
757
+ "name": "ds-color-page-background-utility",
758
+ "attributes": {
759
+ "category": "color",
760
+ "type": "page",
761
+ "item": "backgroundUtility"
762
+ },
763
+ "path": [
764
+ "color",
765
+ "page",
766
+ "backgroundUtility"
767
+ ]
768
+ }
769
+ },
770
+ "status": {
771
+ "default": {
772
+ "value": "#463c8f",
773
+ "type": "semantic",
774
+ "public": true,
775
+ "default": true,
776
+ "usage": "Default status color",
777
+ "deprecated": false,
778
+ "filePath": "src/themes/hawaiian/color.json",
779
+ "isSource": false,
780
+ "original": {
781
+ "value": "{color.brand.secondary.value}",
782
+ "type": "semantic",
783
+ "public": true,
784
+ "default": true,
785
+ "usage": "Default status color",
786
+ "deprecated": false
787
+ },
788
+ "name": "ds-color-status-default",
789
+ "attributes": {
790
+ "category": "color",
791
+ "type": "status",
792
+ "item": "default"
793
+ },
794
+ "path": [
795
+ "color",
796
+ "status",
797
+ "default"
798
+ ]
799
+ },
800
+ "error": {
801
+ "100": {
802
+ "value": "#fddede",
803
+ "type": "primitive",
804
+ "public": false,
805
+ "default": true,
806
+ "deprecated": false,
807
+ "filePath": "src/primitives/base/color.json",
808
+ "isSource": true
809
+ },
810
+ "200": {
811
+ "value": "#f9a4a8",
812
+ "type": "primitive",
813
+ "public": false,
814
+ "default": true,
815
+ "deprecated": false,
816
+ "filePath": "src/primitives/base/color.json",
817
+ "isSource": true
818
+ },
819
+ "300": {
820
+ "value": "#f0898d",
821
+ "type": "primitive",
822
+ "public": false,
823
+ "default": true,
824
+ "deprecated": false,
825
+ "filePath": "src/primitives/base/color.json",
826
+ "isSource": true
827
+ },
828
+ "400": {
829
+ "value": "#f15f65",
830
+ "type": "primitive",
831
+ "public": false,
832
+ "default": true,
833
+ "deprecated": false,
834
+ "filePath": "src/primitives/base/color.json",
835
+ "isSource": true
836
+ },
837
+ "500": {
838
+ "value": "#e8454b",
839
+ "type": "primitive",
840
+ "public": false,
841
+ "default": true,
842
+ "deprecated": false,
843
+ "filePath": "src/primitives/base/color.json",
844
+ "isSource": true
845
+ },
846
+ "600": {
847
+ "value": "#e53339",
848
+ "type": "primitive",
849
+ "public": false,
850
+ "default": true,
851
+ "deprecated": false,
852
+ "filePath": "src/primitives/base/color.json",
853
+ "isSource": true
854
+ },
855
+ "700": {
856
+ "value": "#e31f26",
857
+ "type": "primitive",
858
+ "public": false,
859
+ "default": true,
860
+ "deprecated": false,
861
+ "filePath": "src/primitives/base/color.json",
862
+ "isSource": true
863
+ },
864
+ "800": {
865
+ "value": "#b1161c",
866
+ "type": "primitive",
867
+ "public": false,
868
+ "default": true,
869
+ "deprecated": false,
870
+ "filePath": "src/primitives/base/color.json",
871
+ "isSource": true
872
+ },
873
+ "900": {
874
+ "value": "#7a0f13",
875
+ "type": "primitive",
876
+ "public": false,
877
+ "default": true,
878
+ "deprecated": false,
879
+ "filePath": "src/primitives/base/color.json",
880
+ "isSource": true
881
+ },
882
+ "1000": {
883
+ "value": "#44090b",
884
+ "type": "primitive",
885
+ "public": false,
886
+ "default": true,
887
+ "deprecated": false,
888
+ "filePath": "src/primitives/base/color.json",
889
+ "isSource": true
890
+ },
891
+ "value": "#e53339",
892
+ "type": "semantic",
893
+ "public": true,
894
+ "default": true,
895
+ "usage": "Error status color",
896
+ "deprecated": false,
897
+ "filePath": "src/themes/hawaiian/color.json",
898
+ "isSource": false,
899
+ "original": {
900
+ "100": {
901
+ "value": "#fddede",
902
+ "type": "primitive",
903
+ "public": false,
904
+ "default": true,
905
+ "deprecated": false,
906
+ "filePath": "src/primitives/base/color.json",
907
+ "isSource": true
908
+ },
909
+ "200": {
910
+ "value": "#f9a4a8",
911
+ "type": "primitive",
912
+ "public": false,
913
+ "default": true,
914
+ "deprecated": false,
915
+ "filePath": "src/primitives/base/color.json",
916
+ "isSource": true
917
+ },
918
+ "300": {
919
+ "value": "#f0898d",
920
+ "type": "primitive",
921
+ "public": false,
922
+ "default": true,
923
+ "deprecated": false,
924
+ "filePath": "src/primitives/base/color.json",
925
+ "isSource": true
926
+ },
927
+ "400": {
928
+ "value": "#f15f65",
929
+ "type": "primitive",
930
+ "public": false,
931
+ "default": true,
932
+ "deprecated": false,
933
+ "filePath": "src/primitives/base/color.json",
934
+ "isSource": true
935
+ },
936
+ "500": {
937
+ "value": "#e8454b",
938
+ "type": "primitive",
939
+ "public": false,
940
+ "default": true,
941
+ "deprecated": false,
942
+ "filePath": "src/primitives/base/color.json",
943
+ "isSource": true
944
+ },
945
+ "600": {
946
+ "value": "#e53339",
947
+ "type": "primitive",
948
+ "public": false,
949
+ "default": true,
950
+ "deprecated": false,
951
+ "filePath": "src/primitives/base/color.json",
952
+ "isSource": true
953
+ },
954
+ "700": {
955
+ "value": "#e31f26",
956
+ "type": "primitive",
957
+ "public": false,
958
+ "default": true,
959
+ "deprecated": false,
960
+ "filePath": "src/primitives/base/color.json",
961
+ "isSource": true
962
+ },
963
+ "800": {
964
+ "value": "#b1161c",
965
+ "type": "primitive",
966
+ "public": false,
967
+ "default": true,
968
+ "deprecated": false,
969
+ "filePath": "src/primitives/base/color.json",
970
+ "isSource": true
971
+ },
972
+ "900": {
973
+ "value": "#7a0f13",
974
+ "type": "primitive",
975
+ "public": false,
976
+ "default": true,
977
+ "deprecated": false,
978
+ "filePath": "src/primitives/base/color.json",
979
+ "isSource": true
980
+ },
981
+ "1000": {
982
+ "value": "#44090b",
983
+ "type": "primitive",
984
+ "public": false,
985
+ "default": true,
986
+ "deprecated": false,
987
+ "filePath": "src/primitives/base/color.json",
988
+ "isSource": true
989
+ },
990
+ "value": "{color.status.error.600.value}",
991
+ "type": "semantic",
992
+ "public": true,
993
+ "default": true,
994
+ "usage": "Error status color",
995
+ "deprecated": false
996
+ },
997
+ "name": "ds-color-status-error",
998
+ "attributes": {
999
+ "category": "color",
1000
+ "type": "status",
1001
+ "item": "error"
1002
+ },
1003
+ "path": [
1004
+ "color",
1005
+ "status",
1006
+ "error"
1007
+ ]
1008
+ },
1009
+ "errorSubtle": {
1010
+ "value": "#fddede",
1011
+ "type": "semantic",
1012
+ "public": true,
1013
+ "default": true,
1014
+ "usage": "Subtle error status color",
1015
+ "deprecated": false,
1016
+ "filePath": "src/themes/hawaiian/color.json",
1017
+ "isSource": false,
1018
+ "original": {
1019
+ "value": "{color.status.error.100.value}",
1020
+ "type": "semantic",
1021
+ "public": true,
1022
+ "default": true,
1023
+ "usage": "Subtle error status color",
1024
+ "deprecated": false
1025
+ },
1026
+ "name": "ds-color-status-error-subtle",
1027
+ "attributes": {
1028
+ "category": "color",
1029
+ "type": "status",
1030
+ "item": "errorSubtle"
1031
+ },
1032
+ "path": [
1033
+ "color",
1034
+ "status",
1035
+ "errorSubtle"
1036
+ ]
1037
+ },
1038
+ "info": {
1039
+ "value": "#007db1",
1040
+ "type": "semantic",
1041
+ "public": true,
1042
+ "default": true,
1043
+ "usage": "Info status color",
1044
+ "deprecated": false,
1045
+ "filePath": "src/themes/hawaiian/color.json",
1046
+ "isSource": false,
1047
+ "original": {
1048
+ "value": "{color.status.help.600.value}",
1049
+ "type": "semantic",
1050
+ "public": true,
1051
+ "default": true,
1052
+ "usage": "Info status color",
1053
+ "deprecated": false
1054
+ },
1055
+ "name": "ds-color-status-info",
1056
+ "attributes": {
1057
+ "category": "color",
1058
+ "type": "status",
1059
+ "item": "info"
1060
+ },
1061
+ "path": [
1062
+ "color",
1063
+ "status",
1064
+ "info"
1065
+ ]
1066
+ },
1067
+ "infoSubtle": {
1068
+ "value": "#e8f2f8",
1069
+ "type": "semantic",
1070
+ "public": true,
1071
+ "default": true,
1072
+ "usage": "Subtle info status color",
1073
+ "deprecated": false,
1074
+ "filePath": "src/themes/hawaiian/color.json",
1075
+ "isSource": false,
1076
+ "original": {
1077
+ "value": "{color.status.help.100.value}",
1078
+ "type": "semantic",
1079
+ "public": true,
1080
+ "default": true,
1081
+ "usage": "Subtle info status color",
1082
+ "deprecated": false
1083
+ },
1084
+ "name": "ds-color-status-info-subtle",
1085
+ "attributes": {
1086
+ "category": "color",
1087
+ "type": "status",
1088
+ "item": "infoSubtle"
1089
+ },
1090
+ "path": [
1091
+ "color",
1092
+ "status",
1093
+ "infoSubtle"
1094
+ ]
1095
+ },
1096
+ "success": {
1097
+ "100": {
1098
+ "value": "#e4f1da",
1099
+ "type": "primitive",
1100
+ "public": false,
1101
+ "default": true,
1102
+ "deprecated": false,
1103
+ "filePath": "src/primitives/base/color.json",
1104
+ "isSource": true
1105
+ },
1106
+ "200": {
1107
+ "value": "#b6de9b",
1108
+ "type": "primitive",
1109
+ "public": false,
1110
+ "default": true,
1111
+ "deprecated": false,
1112
+ "filePath": "src/primitives/base/color.json",
1113
+ "isSource": true
1114
+ },
1115
+ "300": {
1116
+ "value": "#96cf6e",
1117
+ "type": "primitive",
1118
+ "public": false,
1119
+ "default": true,
1120
+ "deprecated": false,
1121
+ "filePath": "src/primitives/base/color.json",
1122
+ "isSource": true
1123
+ },
1124
+ "400": {
1125
+ "value": "#7ac248",
1126
+ "type": "primitive",
1127
+ "public": false,
1128
+ "default": true,
1129
+ "deprecated": false,
1130
+ "filePath": "src/primitives/base/color.json",
1131
+ "isSource": true
1132
+ },
1133
+ "500": {
1134
+ "value": "#5da72a",
1135
+ "type": "primitive",
1136
+ "public": false,
1137
+ "default": true,
1138
+ "deprecated": false,
1139
+ "filePath": "src/primitives/base/color.json",
1140
+ "isSource": true
1141
+ },
1142
+ "600": {
1143
+ "value": "#529325",
1144
+ "type": "primitive",
1145
+ "public": false,
1146
+ "default": true,
1147
+ "deprecated": false,
1148
+ "filePath": "src/primitives/base/color.json",
1149
+ "isSource": true
1150
+ },
1151
+ "700": {
1152
+ "value": "#447a1f",
1153
+ "type": "primitive",
1154
+ "public": false,
1155
+ "default": true,
1156
+ "deprecated": false,
1157
+ "filePath": "src/primitives/base/color.json",
1158
+ "isSource": true
1159
+ },
1160
+ "800": {
1161
+ "value": "#325a16",
1162
+ "type": "primitive",
1163
+ "public": false,
1164
+ "default": true,
1165
+ "deprecated": false,
1166
+ "filePath": "src/primitives/base/color.json",
1167
+ "isSource": true
1168
+ },
1169
+ "900": {
1170
+ "value": "#294912",
1171
+ "type": "primitive",
1172
+ "public": false,
1173
+ "default": true,
1174
+ "deprecated": false,
1175
+ "filePath": "src/primitives/base/color.json",
1176
+ "isSource": true
1177
+ },
1178
+ "1000": {
1179
+ "value": "#17290a",
1180
+ "type": "primitive",
1181
+ "public": false,
1182
+ "default": true,
1183
+ "deprecated": false,
1184
+ "filePath": "src/primitives/base/color.json",
1185
+ "isSource": true
1186
+ },
1187
+ "value": "#529325",
1188
+ "type": "semantic",
1189
+ "public": true,
1190
+ "default": true,
1191
+ "usage": "Success status color",
1192
+ "deprecated": false,
1193
+ "filePath": "src/themes/hawaiian/color.json",
1194
+ "isSource": false,
1195
+ "original": {
1196
+ "100": {
1197
+ "value": "#e4f1da",
1198
+ "type": "primitive",
1199
+ "public": false,
1200
+ "default": true,
1201
+ "deprecated": false,
1202
+ "filePath": "src/primitives/base/color.json",
1203
+ "isSource": true
1204
+ },
1205
+ "200": {
1206
+ "value": "#b6de9b",
1207
+ "type": "primitive",
1208
+ "public": false,
1209
+ "default": true,
1210
+ "deprecated": false,
1211
+ "filePath": "src/primitives/base/color.json",
1212
+ "isSource": true
1213
+ },
1214
+ "300": {
1215
+ "value": "#96cf6e",
1216
+ "type": "primitive",
1217
+ "public": false,
1218
+ "default": true,
1219
+ "deprecated": false,
1220
+ "filePath": "src/primitives/base/color.json",
1221
+ "isSource": true
1222
+ },
1223
+ "400": {
1224
+ "value": "#7ac248",
1225
+ "type": "primitive",
1226
+ "public": false,
1227
+ "default": true,
1228
+ "deprecated": false,
1229
+ "filePath": "src/primitives/base/color.json",
1230
+ "isSource": true
1231
+ },
1232
+ "500": {
1233
+ "value": "#5da72a",
1234
+ "type": "primitive",
1235
+ "public": false,
1236
+ "default": true,
1237
+ "deprecated": false,
1238
+ "filePath": "src/primitives/base/color.json",
1239
+ "isSource": true
1240
+ },
1241
+ "600": {
1242
+ "value": "#529325",
1243
+ "type": "primitive",
1244
+ "public": false,
1245
+ "default": true,
1246
+ "deprecated": false,
1247
+ "filePath": "src/primitives/base/color.json",
1248
+ "isSource": true
1249
+ },
1250
+ "700": {
1251
+ "value": "#447a1f",
1252
+ "type": "primitive",
1253
+ "public": false,
1254
+ "default": true,
1255
+ "deprecated": false,
1256
+ "filePath": "src/primitives/base/color.json",
1257
+ "isSource": true
1258
+ },
1259
+ "800": {
1260
+ "value": "#325a16",
1261
+ "type": "primitive",
1262
+ "public": false,
1263
+ "default": true,
1264
+ "deprecated": false,
1265
+ "filePath": "src/primitives/base/color.json",
1266
+ "isSource": true
1267
+ },
1268
+ "900": {
1269
+ "value": "#294912",
1270
+ "type": "primitive",
1271
+ "public": false,
1272
+ "default": true,
1273
+ "deprecated": false,
1274
+ "filePath": "src/primitives/base/color.json",
1275
+ "isSource": true
1276
+ },
1277
+ "1000": {
1278
+ "value": "#17290a",
1279
+ "type": "primitive",
1280
+ "public": false,
1281
+ "default": true,
1282
+ "deprecated": false,
1283
+ "filePath": "src/primitives/base/color.json",
1284
+ "isSource": true
1285
+ },
1286
+ "value": "{color.status.success.600.value}",
1287
+ "type": "semantic",
1288
+ "public": true,
1289
+ "default": true,
1290
+ "usage": "Success status color",
1291
+ "deprecated": false
1292
+ },
1293
+ "name": "ds-color-status-success",
1294
+ "attributes": {
1295
+ "category": "color",
1296
+ "type": "status",
1297
+ "item": "success"
1298
+ },
1299
+ "path": [
1300
+ "color",
1301
+ "status",
1302
+ "success"
1303
+ ]
1304
+ },
1305
+ "successSubtle": {
1306
+ "value": "#e4f1da",
1307
+ "type": "semantic",
1308
+ "public": true,
1309
+ "default": true,
1310
+ "usage": "Subtle success status color",
1311
+ "deprecated": false,
1312
+ "filePath": "src/themes/hawaiian/color.json",
1313
+ "isSource": false,
1314
+ "original": {
1315
+ "value": "{color.status.success.100.value}",
1316
+ "type": "semantic",
1317
+ "public": true,
1318
+ "default": true,
1319
+ "usage": "Subtle success status color",
1320
+ "deprecated": false
1321
+ },
1322
+ "name": "ds-color-status-success-subtle",
1323
+ "attributes": {
1324
+ "category": "color",
1325
+ "type": "status",
1326
+ "item": "successSubtle"
1327
+ },
1328
+ "path": [
1329
+ "color",
1330
+ "status",
1331
+ "successSubtle"
1332
+ ]
1333
+ },
1334
+ "warning": {
1335
+ "value": "#9e7b00",
1336
+ "type": "semantic",
1337
+ "public": true,
1338
+ "default": true,
1339
+ "usage": "Warning status color",
1340
+ "deprecated": false,
1341
+ "filePath": "src/themes/hawaiian/color.json",
1342
+ "isSource": false,
1343
+ "original": {
1344
+ "value": "{color.status.warn.600.value}",
1345
+ "type": "semantic",
1346
+ "public": true,
1347
+ "default": true,
1348
+ "usage": "Warning status color",
1349
+ "deprecated": false
1350
+ },
1351
+ "name": "ds-color-status-warning",
1352
+ "attributes": {
1353
+ "category": "color",
1354
+ "type": "status",
1355
+ "item": "warning"
1356
+ },
1357
+ "path": [
1358
+ "color",
1359
+ "status",
1360
+ "warning"
1361
+ ]
1362
+ },
1363
+ "warningSubtle": {
1364
+ "value": "#fff6d1",
1365
+ "type": "semantic",
1366
+ "public": true,
1367
+ "default": true,
1368
+ "usage": "Subtle warning status color",
1369
+ "deprecated": false,
1370
+ "filePath": "src/themes/hawaiian/color.json",
1371
+ "isSource": false,
1372
+ "original": {
1373
+ "value": "{color.status.warn.100.value}",
1374
+ "type": "semantic",
1375
+ "public": true,
1376
+ "default": true,
1377
+ "usage": "Subtle warning status color",
1378
+ "deprecated": false
1379
+ },
1380
+ "name": "ds-color-status-warning-subtle",
1381
+ "attributes": {
1382
+ "category": "color",
1383
+ "type": "status",
1384
+ "item": "warningSubtle"
1385
+ },
1386
+ "path": [
1387
+ "color",
1388
+ "status",
1389
+ "warningSubtle"
1390
+ ]
1391
+ }
1392
+ },
1393
+ "surface": {
1394
+ "accent1": {
1395
+ "value": "#f2f2f2",
1396
+ "type": "semantic",
1397
+ "public": true,
1398
+ "default": true,
1399
+ "usage": "Accent surface color",
1400
+ "deprecated": false,
1401
+ "filePath": "src/themes/hawaiian/color.json",
1402
+ "isSource": false,
1403
+ "original": {
1404
+ "value": "{color.gray.50.value}",
1405
+ "type": "semantic",
1406
+ "public": true,
1407
+ "default": true,
1408
+ "usage": "Accent surface color",
1409
+ "deprecated": false
1410
+ },
1411
+ "name": "ds-color-surface-accent1",
1412
+ "attributes": {
1413
+ "category": "color",
1414
+ "type": "surface",
1415
+ "item": "accent1"
1416
+ },
1417
+ "path": [
1418
+ "color",
1419
+ "surface",
1420
+ "accent1"
1421
+ ]
1422
+ },
1423
+ "accent1Muted": {
1424
+ "value": "#f2f2f2",
1425
+ "type": "semantic",
1426
+ "public": true,
1427
+ "default": true,
1428
+ "usage": "Muted accent surface color",
1429
+ "deprecated": false,
1430
+ "filePath": "src/themes/hawaiian/color.json",
1431
+ "isSource": false,
1432
+ "original": {
1433
+ "value": "{color.gray.50.value}",
1434
+ "type": "semantic",
1435
+ "public": true,
1436
+ "default": true,
1437
+ "usage": "Muted accent surface color",
1438
+ "deprecated": false
1439
+ },
1440
+ "name": "ds-color-surface-accent1-muted",
1441
+ "attributes": {
1442
+ "category": "color",
1443
+ "type": "surface",
1444
+ "item": "accent1Muted"
1445
+ },
1446
+ "path": [
1447
+ "color",
1448
+ "surface",
1449
+ "accent1Muted"
1450
+ ]
1451
+ },
1452
+ "default": {
1453
+ "value": "#ffffff",
1454
+ "type": "semantic",
1455
+ "public": true,
1456
+ "default": true,
1457
+ "usage": "Default surface color",
1458
+ "deprecated": false,
1459
+ "filePath": "src/themes/hawaiian/color.json",
1460
+ "isSource": false,
1461
+ "original": {
1462
+ "value": "{color.white.value}",
1463
+ "type": "semantic",
1464
+ "public": true,
1465
+ "default": true,
1466
+ "usage": "Default surface color",
1467
+ "deprecated": false
1468
+ },
1469
+ "name": "ds-color-surface-default",
1470
+ "attributes": {
1471
+ "category": "color",
1472
+ "type": "surface",
1473
+ "item": "default"
1474
+ },
1475
+ "path": [
1476
+ "color",
1477
+ "surface",
1478
+ "default"
1479
+ ]
1480
+ },
1481
+ "inverse": {
1482
+ "value": "#463c8f",
1483
+ "type": "semantic",
1484
+ "public": true,
1485
+ "default": true,
1486
+ "usage": "Inverse surface color",
1487
+ "deprecated": false,
1488
+ "filePath": "src/themes/hawaiian/color.json",
1489
+ "isSource": false,
1490
+ "original": {
1491
+ "value": "{color.brand.secondary.value}",
1492
+ "type": "semantic",
1493
+ "public": true,
1494
+ "default": true,
1495
+ "usage": "Inverse surface color",
1496
+ "deprecated": false
1497
+ },
1498
+ "name": "ds-color-surface-inverse",
1499
+ "attributes": {
1500
+ "category": "color",
1501
+ "type": "surface",
1502
+ "item": "inverse"
1503
+ },
1504
+ "path": [
1505
+ "color",
1506
+ "surface",
1507
+ "inverse"
1508
+ ]
1509
+ },
1510
+ "inverseSubtle": {
1511
+ "value": "#463c8f",
1512
+ "type": "semantic",
1513
+ "public": true,
1514
+ "default": true,
1515
+ "usage": "Subtle inverse surface color",
1516
+ "deprecated": false,
1517
+ "filePath": "src/themes/hawaiian/color.json",
1518
+ "isSource": false,
1519
+ "original": {
1520
+ "value": "{color.brand.secondary.value}",
1521
+ "type": "semantic",
1522
+ "public": true,
1523
+ "default": true,
1524
+ "usage": "Subtle inverse surface color",
1525
+ "deprecated": false
1526
+ },
1527
+ "name": "ds-color-surface-inverse-subtle",
1528
+ "attributes": {
1529
+ "category": "color",
1530
+ "type": "surface",
1531
+ "item": "inverseSubtle"
1532
+ },
1533
+ "path": [
1534
+ "color",
1535
+ "surface",
1536
+ "inverseSubtle"
1537
+ ]
1538
+ },
1539
+ "neutralMedium": {
1540
+ "value": "#dddddd",
1541
+ "type": "semantic",
1542
+ "public": true,
1543
+ "default": true,
1544
+ "usage": "Medium neutral surface color",
1545
+ "deprecated": false,
1546
+ "filePath": "src/themes/hawaiian/color.json",
1547
+ "isSource": false,
1548
+ "original": {
1549
+ "value": "{color.gray.200.value}",
1550
+ "type": "semantic",
1551
+ "public": true,
1552
+ "default": true,
1553
+ "usage": "Medium neutral surface color",
1554
+ "deprecated": false
1555
+ },
1556
+ "name": "ds-color-surface-neutral-medium",
1557
+ "attributes": {
1558
+ "category": "color",
1559
+ "type": "surface",
1560
+ "item": "neutralMedium"
1561
+ },
1562
+ "path": [
1563
+ "color",
1564
+ "surface",
1565
+ "neutralMedium"
1566
+ ]
1567
+ },
1568
+ "neutralSubtle": {
1569
+ "value": "#f2f2f2",
1570
+ "type": "semantic",
1571
+ "public": true,
1572
+ "default": true,
1573
+ "usage": "Subtle neutral surface color",
1574
+ "deprecated": false,
1575
+ "filePath": "src/themes/hawaiian/color.json",
1576
+ "isSource": false,
1577
+ "original": {
1578
+ "value": "{color.gray.50.value}",
1579
+ "type": "semantic",
1580
+ "public": true,
1581
+ "default": true,
1582
+ "usage": "Subtle neutral surface color",
1583
+ "deprecated": false
1584
+ },
1585
+ "name": "ds-color-surface-neutral-subtle",
1586
+ "attributes": {
1587
+ "category": "color",
1588
+ "type": "surface",
1589
+ "item": "neutralSubtle"
1590
+ },
1591
+ "path": [
1592
+ "color",
1593
+ "surface",
1594
+ "neutralSubtle"
1595
+ ]
1596
+ }
1597
+ },
1598
+ "texticon": {
1599
+ "accent1": {
1600
+ "value": "#000000",
1601
+ "type": "semantic",
1602
+ "public": true,
1603
+ "default": true,
1604
+ "usage": "Accent text/icon color",
1605
+ "deprecated": false,
1606
+ "filePath": "src/themes/hawaiian/color.json",
1607
+ "isSource": false,
1608
+ "original": {
1609
+ "value": "{color.black.value}",
1610
+ "type": "semantic",
1611
+ "public": true,
1612
+ "default": true,
1613
+ "usage": "Accent text/icon color",
1614
+ "deprecated": false
1615
+ },
1616
+ "name": "ds-color-texticon-accent1",
1617
+ "attributes": {
1618
+ "category": "color",
1619
+ "type": "texticon",
1620
+ "item": "accent1"
1621
+ },
1622
+ "path": [
1623
+ "color",
1624
+ "texticon",
1625
+ "accent1"
1626
+ ]
1627
+ },
1628
+ "default": {
1629
+ "value": "#000000",
1630
+ "type": "semantic",
1631
+ "public": true,
1632
+ "default": true,
1633
+ "usage": "Default text/icon color",
1634
+ "deprecated": false,
1635
+ "filePath": "src/themes/hawaiian/color.json",
1636
+ "isSource": false,
1637
+ "original": {
1638
+ "value": "{color.black.value}",
1639
+ "type": "semantic",
1640
+ "public": true,
1641
+ "default": true,
1642
+ "usage": "Default text/icon color",
1643
+ "deprecated": false
1644
+ },
1645
+ "name": "ds-color-texticon-default",
1646
+ "attributes": {
1647
+ "category": "color",
1648
+ "type": "texticon",
1649
+ "item": "default"
1650
+ },
1651
+ "path": [
1652
+ "color",
1653
+ "texticon",
1654
+ "default"
1655
+ ]
1656
+ },
1657
+ "disabled": {
1658
+ "value": "#adadad",
1659
+ "type": "semantic",
1660
+ "public": true,
1661
+ "default": true,
1662
+ "usage": "Disabled text/icon color",
1663
+ "deprecated": false,
1664
+ "filePath": "src/themes/hawaiian/color.json",
1665
+ "isSource": false,
1666
+ "original": {
1667
+ "value": "{color.gray.400.value}",
1668
+ "type": "semantic",
1669
+ "public": true,
1670
+ "default": true,
1671
+ "usage": "Disabled text/icon color",
1672
+ "deprecated": false
1673
+ },
1674
+ "name": "ds-color-texticon-disabled",
1675
+ "attributes": {
1676
+ "category": "color",
1677
+ "type": "texticon",
1678
+ "item": "disabled"
1679
+ },
1680
+ "path": [
1681
+ "color",
1682
+ "texticon",
1683
+ "disabled"
1684
+ ]
1685
+ },
1686
+ "inverse": {
1687
+ "value": "#ffffff",
1688
+ "type": "semantic",
1689
+ "public": true,
1690
+ "default": true,
1691
+ "usage": "Inverse text/icon color",
1692
+ "deprecated": false,
1693
+ "filePath": "src/themes/hawaiian/color.json",
1694
+ "isSource": false,
1695
+ "original": {
1696
+ "value": "{color.white.value}",
1697
+ "type": "semantic",
1698
+ "public": true,
1699
+ "default": true,
1700
+ "usage": "Inverse text/icon color",
1701
+ "deprecated": false
1702
+ },
1703
+ "name": "ds-color-texticon-inverse",
1704
+ "attributes": {
1705
+ "category": "color",
1706
+ "type": "texticon",
1707
+ "item": "inverse"
1708
+ },
1709
+ "path": [
1710
+ "color",
1711
+ "texticon",
1712
+ "inverse"
1713
+ ]
1714
+ },
1715
+ "muted": {
1716
+ "value": "#3d3d3d",
1717
+ "type": "semantic",
1718
+ "public": true,
1719
+ "default": true,
1720
+ "usage": "Muted text/icon color",
1721
+ "deprecated": false,
1722
+ "filePath": "src/themes/hawaiian/color.json",
1723
+ "isSource": false,
1724
+ "original": {
1725
+ "value": "{color.gray.900.value}",
1726
+ "type": "semantic",
1727
+ "public": true,
1728
+ "default": true,
1729
+ "usage": "Muted text/icon color",
1730
+ "deprecated": false
1731
+ },
1732
+ "name": "ds-color-texticon-muted",
1733
+ "attributes": {
1734
+ "category": "color",
1735
+ "type": "texticon",
1736
+ "item": "muted"
1737
+ },
1738
+ "path": [
1739
+ "color",
1740
+ "texticon",
1741
+ "muted"
1742
+ ]
1743
+ }
1744
+ }
1745
+ },
1746
+ "font": {
1747
+ "weight": {
1748
+ "display": {
1749
+ "value": "Semibold",
1750
+ "type": "semantic",
1751
+ "public": true,
1752
+ "default": true,
1753
+ "usage": "Display font weight",
1754
+ "deprecated": false,
1755
+ "filePath": "src/themes/hawaiian/typography.json",
1756
+ "isSource": false,
1757
+ "original": {
1758
+ "value": "{font.weight.semibold.value}",
1759
+ "type": "semantic",
1760
+ "public": true,
1761
+ "default": true,
1762
+ "usage": "Display font weight",
1763
+ "deprecated": false
1764
+ },
1765
+ "name": "ds-font-weight-display",
1766
+ "attributes": {
1767
+ "category": "font",
1768
+ "type": "weight",
1769
+ "item": "display"
1770
+ },
1771
+ "path": [
1772
+ "font",
1773
+ "weight",
1774
+ "display"
1775
+ ]
1776
+ },
1777
+ "body": {
1778
+ "default": {
1779
+ "value": "Regular",
1780
+ "type": "semantic",
1781
+ "public": true,
1782
+ "default": true,
1783
+ "usage": "Default body font weight",
1784
+ "deprecated": false,
1785
+ "filePath": "src/themes/hawaiian/typography.json",
1786
+ "isSource": false,
1787
+ "original": {
1788
+ "value": "{font.weight.regular.value}",
1789
+ "type": "semantic",
1790
+ "public": true,
1791
+ "default": true,
1792
+ "usage": "Default body font weight",
1793
+ "deprecated": false
1794
+ },
1795
+ "name": "ds-font-weight-body-default",
1796
+ "attributes": {
1797
+ "category": "font",
1798
+ "type": "weight",
1799
+ "item": "body",
1800
+ "subitem": "default"
1801
+ },
1802
+ "path": [
1803
+ "font",
1804
+ "weight",
1805
+ "body",
1806
+ "default"
1807
+ ]
1808
+ },
1809
+ "large": {
1810
+ "value": "Regular",
1811
+ "type": "semantic",
1812
+ "public": true,
1813
+ "default": true,
1814
+ "usage": "Large body font weight",
1815
+ "deprecated": false,
1816
+ "filePath": "src/themes/hawaiian/typography.json",
1817
+ "isSource": false,
1818
+ "original": {
1819
+ "value": "{font.weight.regular.value}",
1820
+ "type": "semantic",
1821
+ "public": true,
1822
+ "default": true,
1823
+ "usage": "Large body font weight",
1824
+ "deprecated": false
1825
+ },
1826
+ "name": "ds-font-weight-body-large",
1827
+ "attributes": {
1828
+ "category": "font",
1829
+ "type": "weight",
1830
+ "item": "body",
1831
+ "subitem": "large"
1832
+ },
1833
+ "path": [
1834
+ "font",
1835
+ "weight",
1836
+ "body",
1837
+ "large"
1838
+ ]
1839
+ },
1840
+ "small": {
1841
+ "value": "Regular",
1842
+ "type": "semantic",
1843
+ "public": true,
1844
+ "default": true,
1845
+ "usage": "Small body font weight",
1846
+ "deprecated": false,
1847
+ "filePath": "src/themes/hawaiian/typography.json",
1848
+ "isSource": false,
1849
+ "original": {
1850
+ "value": "{font.weight.regular.value}",
1851
+ "type": "semantic",
1852
+ "public": true,
1853
+ "default": true,
1854
+ "usage": "Small body font weight",
1855
+ "deprecated": false
1856
+ },
1857
+ "name": "ds-font-weight-body-small",
1858
+ "attributes": {
1859
+ "category": "font",
1860
+ "type": "weight",
1861
+ "item": "body",
1862
+ "subitem": "small"
1863
+ },
1864
+ "path": [
1865
+ "font",
1866
+ "weight",
1867
+ "body",
1868
+ "small"
1869
+ ]
1870
+ },
1871
+ "xsmall": {
1872
+ "value": "Regular",
1873
+ "type": "semantic",
1874
+ "public": true,
1875
+ "default": true,
1876
+ "usage": "Extra small body font weight",
1877
+ "deprecated": false,
1878
+ "filePath": "src/themes/hawaiian/typography.json",
1879
+ "isSource": false,
1880
+ "original": {
1881
+ "value": "{font.weight.regular.value}",
1882
+ "type": "semantic",
1883
+ "public": true,
1884
+ "default": true,
1885
+ "usage": "Extra small body font weight",
1886
+ "deprecated": false
1887
+ },
1888
+ "name": "ds-font-weight-body-xsmall",
1889
+ "attributes": {
1890
+ "category": "font",
1891
+ "type": "weight",
1892
+ "item": "body",
1893
+ "subitem": "xsmall"
1894
+ },
1895
+ "path": [
1896
+ "font",
1897
+ "weight",
1898
+ "body",
1899
+ "xsmall"
1900
+ ]
1901
+ },
1902
+ "xxsmall": {
1903
+ "value": "Regular",
1904
+ "type": "semantic",
1905
+ "public": true,
1906
+ "default": true,
1907
+ "usage": "Extra extra small body font weight",
1908
+ "deprecated": false,
1909
+ "filePath": "src/themes/hawaiian/typography.json",
1910
+ "isSource": false,
1911
+ "original": {
1912
+ "value": "{font.weight.regular.value}",
1913
+ "type": "semantic",
1914
+ "public": true,
1915
+ "default": true,
1916
+ "usage": "Extra extra small body font weight",
1917
+ "deprecated": false
1918
+ },
1919
+ "name": "ds-font-weight-body-xxsmall",
1920
+ "attributes": {
1921
+ "category": "font",
1922
+ "type": "weight",
1923
+ "item": "body",
1924
+ "subitem": "xxsmall"
1925
+ },
1926
+ "path": [
1927
+ "font",
1928
+ "weight",
1929
+ "body",
1930
+ "xxsmall"
1931
+ ]
1932
+ }
1933
+ },
1934
+ "heading": {
1935
+ "heading1": {
1936
+ "value": "Regular",
1937
+ "type": "semantic",
1938
+ "public": true,
1939
+ "default": true,
1940
+ "usage": "Heading 1 font weight",
1941
+ "deprecated": false,
1942
+ "filePath": "src/themes/hawaiian/typography.json",
1943
+ "isSource": false,
1944
+ "original": {
1945
+ "value": "{font.weight.regular.value}",
1946
+ "type": "semantic",
1947
+ "public": true,
1948
+ "default": true,
1949
+ "usage": "Heading 1 font weight",
1950
+ "deprecated": false
1951
+ },
1952
+ "name": "ds-font-weight-heading-heading1",
1953
+ "attributes": {
1954
+ "category": "font",
1955
+ "type": "weight",
1956
+ "item": "heading",
1957
+ "subitem": "heading1"
1958
+ },
1959
+ "path": [
1960
+ "font",
1961
+ "weight",
1962
+ "heading",
1963
+ "heading1"
1964
+ ]
1965
+ },
1966
+ "heading2": {
1967
+ "value": "Regular",
1968
+ "type": "semantic",
1969
+ "public": true,
1970
+ "default": true,
1971
+ "usage": "Heading 2 font weight",
1972
+ "deprecated": false,
1973
+ "filePath": "src/themes/hawaiian/typography.json",
1974
+ "isSource": false,
1975
+ "original": {
1976
+ "value": "{font.weight.regular.value}",
1977
+ "type": "semantic",
1978
+ "public": true,
1979
+ "default": true,
1980
+ "usage": "Heading 2 font weight",
1981
+ "deprecated": false
1982
+ },
1983
+ "name": "ds-font-weight-heading-heading2",
1984
+ "attributes": {
1985
+ "category": "font",
1986
+ "type": "weight",
1987
+ "item": "heading",
1988
+ "subitem": "heading2"
1989
+ },
1990
+ "path": [
1991
+ "font",
1992
+ "weight",
1993
+ "heading",
1994
+ "heading2"
1995
+ ]
1996
+ },
1997
+ "heading3": {
1998
+ "value": "Medium",
1999
+ "type": "semantic",
2000
+ "public": true,
2001
+ "default": true,
2002
+ "usage": "Heading 3 font weight",
2003
+ "deprecated": false,
2004
+ "filePath": "src/themes/hawaiian/typography.json",
2005
+ "isSource": false,
2006
+ "original": {
2007
+ "value": "{font.weight.medium.value}",
2008
+ "type": "semantic",
2009
+ "public": true,
2010
+ "default": true,
2011
+ "usage": "Heading 3 font weight",
2012
+ "deprecated": false
2013
+ },
2014
+ "name": "ds-font-weight-heading-heading3",
2015
+ "attributes": {
2016
+ "category": "font",
2017
+ "type": "weight",
2018
+ "item": "heading",
2019
+ "subitem": "heading3"
2020
+ },
2021
+ "path": [
2022
+ "font",
2023
+ "weight",
2024
+ "heading",
2025
+ "heading3"
2026
+ ]
2027
+ },
2028
+ "heading4": {
2029
+ "value": "Medium",
2030
+ "type": "semantic",
2031
+ "public": true,
2032
+ "default": true,
2033
+ "usage": "Heading 4 font weight",
2034
+ "deprecated": false,
2035
+ "filePath": "src/themes/hawaiian/typography.json",
2036
+ "isSource": false,
2037
+ "original": {
2038
+ "value": "{font.weight.medium.value}",
2039
+ "type": "semantic",
2040
+ "public": true,
2041
+ "default": true,
2042
+ "usage": "Heading 4 font weight",
2043
+ "deprecated": false
2044
+ },
2045
+ "name": "ds-font-weight-heading-heading4",
2046
+ "attributes": {
2047
+ "category": "font",
2048
+ "type": "weight",
2049
+ "item": "heading",
2050
+ "subitem": "heading4"
2051
+ },
2052
+ "path": [
2053
+ "font",
2054
+ "weight",
2055
+ "heading",
2056
+ "heading4"
2057
+ ]
2058
+ },
2059
+ "heading5": {
2060
+ "value": "Medium",
2061
+ "type": "semantic",
2062
+ "public": true,
2063
+ "default": true,
2064
+ "usage": "Heading 5 font weight",
2065
+ "deprecated": false,
2066
+ "filePath": "src/themes/hawaiian/typography.json",
2067
+ "isSource": false,
2068
+ "original": {
2069
+ "value": "{font.weight.medium.value}",
2070
+ "type": "semantic",
2071
+ "public": true,
2072
+ "default": true,
2073
+ "usage": "Heading 5 font weight",
2074
+ "deprecated": false
2075
+ },
2076
+ "name": "ds-font-weight-heading-heading5",
2077
+ "attributes": {
2078
+ "category": "font",
2079
+ "type": "weight",
2080
+ "item": "heading",
2081
+ "subitem": "heading5"
2082
+ },
2083
+ "path": [
2084
+ "font",
2085
+ "weight",
2086
+ "heading",
2087
+ "heading5"
2088
+ ]
2089
+ },
2090
+ "heading6": {
2091
+ "value": "Medium",
2092
+ "type": "semantic",
2093
+ "public": true,
2094
+ "default": true,
2095
+ "usage": "Heading 6 font weight",
2096
+ "deprecated": false,
2097
+ "filePath": "src/themes/hawaiian/typography.json",
2098
+ "isSource": false,
2099
+ "original": {
2100
+ "value": "{font.weight.medium.value}",
2101
+ "type": "semantic",
2102
+ "public": true,
2103
+ "default": true,
2104
+ "usage": "Heading 6 font weight",
2105
+ "deprecated": false
2106
+ },
2107
+ "name": "ds-font-weight-heading-heading6",
2108
+ "attributes": {
2109
+ "category": "font",
2110
+ "type": "weight",
2111
+ "item": "heading",
2112
+ "subitem": "heading6"
2113
+ },
2114
+ "path": [
2115
+ "font",
2116
+ "weight",
2117
+ "heading",
2118
+ "heading6"
2119
+ ]
2120
+ }
2121
+ }
2122
+ }
2123
+ }
2124
+ };