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