@salt-ds/theme 0.0.0-snapshot-20240517153906 → 0.0.0-snapshot-20240517155318

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 (2) hide show
  1. package/package.json +1 -1
  2. package/theme.json +0 -861
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/theme",
3
- "version": "0.0.0-snapshot-20240517153906",
3
+ "version": "0.0.0-snapshot-20240517155318",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/theme.json CHANGED
@@ -202,43 +202,6 @@
202
202
  "$type": "color"
203
203
  }
204
204
  },
205
- "error": {
206
- "palette-error-background": {
207
- "$value": {
208
- "$dark": "{foundations.color.color-red-900}",
209
- "$light": "{foundations.color.color-red-10}"
210
- },
211
- "$type": "color"
212
- },
213
- "palette-error-background-selected": {
214
- "$value": {
215
- "$dark": "{foundations.color.color-red-900}",
216
- "$light": "{foundations.color.color-red-20}"
217
- },
218
- "$type": "color"
219
- },
220
- "palette-error-border": {
221
- "$value": {
222
- "$dark": "{foundations.color.color-red-400}",
223
- "$light": "{foundations.color.color-red-500}"
224
- },
225
- "$type": "color"
226
- },
227
- "palette-error-foreground-decorative": {
228
- "$value": {
229
- "$dark": "{foundations.color.color-red-400}",
230
- "$light": "{foundations.color.color-red-500}"
231
- },
232
- "$type": "color"
233
- },
234
- "palette-error-foreground-informative": {
235
- "$value": {
236
- "$dark": "{foundations.color.color-red-200}",
237
- "$light": "{foundations.color.color-red-600}"
238
- },
239
- "$type": "color"
240
- }
241
- },
242
205
  "foreground": {
243
206
  "palette-foreground-active": {
244
207
  "$value": {
@@ -327,346 +290,6 @@
327
290
  "$type": "color"
328
291
  }
329
292
  },
330
- "interact": {
331
- "palette-interact-background": {
332
- "$value": {
333
- "$dark": "transparent",
334
- "$light": "transparent"
335
- },
336
- "$type": "color"
337
- },
338
- "palette-interact-background-blurSelected": {
339
- "$value": {
340
- "$dark": "{foundations.color.color-gray-600}",
341
- "$light": "{foundations.color.color-gray-30}"
342
- },
343
- "$type": "color"
344
- },
345
- "palette-interact-background-hover": {
346
- "$value": {
347
- "$dark": "{foundations.color.color-blue-800}",
348
- "$light": "{foundations.color.color-blue-10}"
349
- },
350
- "$type": "color"
351
- },
352
- "palette-interact-background-active": {
353
- "$value": {
354
- "$dark": "{foundations.color.color-blue-700}",
355
- "$light": "{foundations.color.color-blue-30}"
356
- },
357
- "$type": "color"
358
- },
359
- "palette-interact-background-disabled": {
360
- "$value": {
361
- "$dark": "transparent",
362
- "$light": "transparent"
363
- },
364
- "$type": "color"
365
- },
366
- "palette-interact-background-activeDisabled": {
367
- "$value": {
368
- "$dark": "{foundations.color.color-blue-700-fade-background}",
369
- "$light": "{foundations.color.color-blue-30-fade-background}"
370
- },
371
- "$type": "color"
372
- },
373
- "palette-interact-border": {
374
- "$value": {
375
- "$dark": "{foundations.color.color-gray-90}",
376
- "$light": "{foundations.color.color-gray-200}"
377
- },
378
- "$type": "color"
379
- },
380
- "palette-interact-border-active": {
381
- "$value": {
382
- "$dark": "{foundations.color.color-blue-100}",
383
- "$light": "{foundations.color.color-blue-600}"
384
- },
385
- "$type": "color"
386
- },
387
- "palette-interact-border-activeDisabled": {
388
- "$value": {
389
- "$dark": "{foundations.color.color-blue-100-fade-fill}",
390
- "$light": "{foundations.color.color-blue-600-fade-fill}"
391
- },
392
- "$type": "color"
393
- },
394
- "palette-interact-border-disabled": {
395
- "$value": {
396
- "$dark": "{foundations.color.color-gray-90-fade-border}",
397
- "$light": "{foundations.color.color-gray-200-fade-border}"
398
- },
399
- "$type": "color"
400
- },
401
- "palette-interact-border-hover": {
402
- "$value": {
403
- "$dark": "{foundations.color.color-blue-500}",
404
- "$light": "{foundations.color.color-blue-500}"
405
- },
406
- "$type": "color"
407
- },
408
- "palette-interact-border-readonly": {
409
- "$value": {
410
- "$dark": "{foundations.color.color-gray-90-fade-border-readonly}",
411
- "$light": "{foundations.color.color-gray-200-fade-border-readonly}"
412
- },
413
- "$type": "color"
414
- },
415
- "palette-interact-foreground": {
416
- "$value": {
417
- "$dark": "{foundations.color.color-gray-90}",
418
- "$light": "{foundations.color.color-gray-200}"
419
- },
420
- "$type": "color"
421
- },
422
- "palette-interact-foreground-active": {
423
- "$value": {
424
- "$dark": "{foundations.color.color-blue-100}",
425
- "$light": "{foundations.color.color-blue-600}"
426
- },
427
- "$type": "color"
428
- },
429
- "palette-interact-foreground-activeDisabled": {
430
- "$value": {
431
- "$dark": "{foundations.color.color-blue-100-fade-foreground}",
432
- "$light": "{foundations.color.color-blue-600-fade-foreground}"
433
- },
434
- "$type": "color"
435
- },
436
- "palette-interact-foreground-disabled": {
437
- "$value": {
438
- "$dark": "{foundations.color.color-gray-90-fade-foreground}",
439
- "$light": "{foundations.color.color-gray-200-fade-foreground}"
440
- },
441
- "$type": "color"
442
- },
443
- "palette-interact-foreground-hover": {
444
- "$value": {
445
- "$dark": "{foundations.color.color-blue-500}",
446
- "$light": "{foundations.color.color-blue-500}"
447
- },
448
- "$type": "color"
449
- },
450
- "palette-interact-outline": {
451
- "$value": {
452
- "$dark": "{foundations.color.color-blue-100}",
453
- "$light": "{foundations.color.color-blue-600}"
454
- },
455
- "$type": "color"
456
- },
457
- "palette-interact-cta-background": {
458
- "$value": {
459
- "$dark": "{foundations.color.color-blue-600}",
460
- "$light": "{foundations.color.color-blue-600}"
461
- },
462
- "$type": "color"
463
- },
464
- "palette-interact-cta-background-active": {
465
- "$value": {
466
- "$dark": "{foundations.color.color-blue-700}",
467
- "$light": "{foundations.color.color-blue-700}"
468
- },
469
- "$type": "color"
470
- },
471
- "palette-interact-cta-background-disabled": {
472
- "$value": {
473
- "$dark": "{foundations.color.color-blue-600-fade-background}",
474
- "$light": "{foundations.color.color-blue-600-fade-background}"
475
- },
476
- "$type": "color"
477
- },
478
- "palette-interact-cta-background-hover": {
479
- "$value": {
480
- "$dark": "{foundations.color.color-blue-500}",
481
- "$light": "{foundations.color.color-blue-500}"
482
- },
483
- "$type": "color"
484
- },
485
- "palette-interact-cta-foreground": {
486
- "$value": {
487
- "$dark": "{foundations.color.color-white}",
488
- "$light": "{foundations.color.color-white}"
489
- },
490
- "$type": "color"
491
- },
492
- "palette-interact-cta-foreground-active": {
493
- "$value": {
494
- "$dark": "{foundations.color.color-white}",
495
- "$light": "{foundations.color.color-white}"
496
- },
497
- "$type": "color"
498
- },
499
- "palette-interact-cta-foreground-disabled": {
500
- "$value": {
501
- "$dark": "{foundations.color.color-white-fade-foreground}",
502
- "$light": "{foundations.color.color-white-fade-foreground}"
503
- },
504
- "$type": "color"
505
- },
506
- "palette-interact-cta-foreground-hover": {
507
- "$value": {
508
- "$dark": "{foundations.color.color-white}",
509
- "$light": "{foundations.color.color-white}"
510
- },
511
- "$type": "color"
512
- },
513
- "palette-interact-primary-background": {
514
- "$value": {
515
- "$dark": "{foundations.color.color-gray-300}",
516
- "$light": "{foundations.color.color-gray-60}"
517
- },
518
- "$type": "color"
519
- },
520
- "palette-interact-primary-background-active": {
521
- "$value": {
522
- "$dark": "{foundations.color.color-gray-70}",
523
- "$light": "{foundations.color.color-gray-200}"
524
- },
525
- "$type": "color"
526
- },
527
- "palette-interact-primary-background-disabled": {
528
- "$value": {
529
- "$dark": "{foundations.color.color-gray-300-fade-background}",
530
- "$light": "{foundations.color.color-gray-60-fade-background}"
531
- },
532
- "$type": "color"
533
- },
534
- "palette-interact-primary-background-hover": {
535
- "$value": {
536
- "$dark": "{foundations.color.color-gray-200}",
537
- "$light": "{foundations.color.color-gray-40}"
538
- },
539
- "$type": "color"
540
- },
541
- "palette-interact-primary-foreground": {
542
- "$value": {
543
- "$dark": "{foundations.color.color-white}",
544
- "$light": "{foundations.color.color-gray-900}"
545
- },
546
- "$type": "color"
547
- },
548
- "palette-interact-primary-foreground-active": {
549
- "$value": {
550
- "$dark": "{foundations.color.color-gray-900}",
551
- "$light": "{foundations.color.color-white}"
552
- },
553
- "$type": "color"
554
- },
555
- "palette-interact-primary-foreground-disabled": {
556
- "$value": {
557
- "$dark": "{foundations.color.color-white-fade-foreground}",
558
- "$light": "{foundations.color.color-gray-900-fade-foreground}"
559
- },
560
- "$type": "color"
561
- },
562
- "palette-interact-primary-foreground-hover": {
563
- "$value": {
564
- "$dark": "{foundations.color.color-white}",
565
- "$light": "{foundations.color.color-gray-900}"
566
- },
567
- "$type": "color"
568
- },
569
- "palette-interact-secondary-background": {
570
- "$value": {
571
- "$dark": "transparent",
572
- "$light": "transparent"
573
- },
574
- "$type": "color"
575
- },
576
- "palette-interact-secondary-background-active": {
577
- "$value": {
578
- "$dark": "{foundations.color.color-gray-70}",
579
- "$light": "{foundations.color.color-gray-200}"
580
- },
581
- "$type": "color"
582
- },
583
- "palette-interact-secondary-background-disabled": {
584
- "$value": {
585
- "$dark": "transparent",
586
- "$light": "transparent"
587
- },
588
- "$type": "color"
589
- },
590
- "palette-interact-secondary-background-hover": {
591
- "$value": {
592
- "$dark": "{foundations.color.color-gray-200}",
593
- "$light": "{foundations.color.color-gray-40}"
594
- },
595
- "$type": "color"
596
- },
597
- "palette-interact-secondary-foreground": {
598
- "$value": {
599
- "$dark": "{foundations.color.color-white}",
600
- "$light": "{foundations.color.color-gray-900}"
601
- },
602
- "$type": "color"
603
- },
604
- "palette-interact-secondary-foreground-active": {
605
- "$value": {
606
- "$dark": "{foundations.color.color-gray-900}",
607
- "$light": "{foundations.color.color-white}"
608
- },
609
- "$type": "color"
610
- },
611
- "palette-interact-secondary-foreground-disabled": {
612
- "$value": {
613
- "$dark": "{foundations.color.color-white-fade-foreground}",
614
- "$light": "{foundations.color.color-gray-900-fade-foreground}"
615
- },
616
- "$type": "color"
617
- },
618
- "palette-interact-secondary-foreground-hover": {
619
- "$value": {
620
- "$dark": "{foundations.color.color-white}",
621
- "$light": "{foundations.color.color-gray-900}"
622
- },
623
- "$type": "color"
624
- }
625
- },
626
- "navigate": {
627
- "palette-navigate-background-hover": {
628
- "$value": {
629
- "$dark": "{foundations.color.color-white-fade-background-hover}",
630
- "$light": "{foundations.color.color-black-fade-background-hover}"
631
- },
632
- "$type": "color"
633
- },
634
- "palette-navigate-foreground-hover": {
635
- "$value": {
636
- "$dark": "{foundations.color.color-blue-200}",
637
- "$light": "{foundations.color.color-blue-600}"
638
- },
639
- "$type": "color"
640
- },
641
- "palette-navigate-foreground-active": {
642
- "$value": {
643
- "$dark": "{foundations.color.color-blue-300}",
644
- "$light": "{foundations.color.color-blue-700}"
645
- },
646
- "$type": "color"
647
- },
648
- "palette-navigate-foreground-visited": {
649
- "$value": {
650
- "$dark": "{foundations.color.color-purple-100}",
651
- "$light": "{foundations.color.color-purple-800}"
652
- },
653
- "$type": "color"
654
- },
655
- "palette-navigate-indicator-hover": {
656
- "$value": {
657
- "$dark": "{foundations.color.color-gray-90}",
658
- "$light": "{foundations.color.color-gray-90}"
659
- },
660
- "$type": "color"
661
- },
662
- "palette-navigate-indicator-active": {
663
- "$value": {
664
- "$dark": "{foundations.color.color-orange-400}",
665
- "$light": "{foundations.color.color-orange-600}"
666
- },
667
- "$type": "color"
668
- }
669
- },
670
293
  "negative": {
671
294
  "palette-negative": {
672
295
  "$value": {
@@ -813,43 +436,6 @@
813
436
  "$type": "color"
814
437
  }
815
438
  },
816
- "success": {
817
- "palette-success-background": {
818
- "$value": {
819
- "$dark": "{foundations.color.color-green-900}",
820
- "$light": "{foundations.color.color-green-10}"
821
- },
822
- "$type": "color"
823
- },
824
- "palette-success-background-selected": {
825
- "$value": {
826
- "$dark": "{foundations.color.color-green-900}",
827
- "$light": "{foundations.color.color-green-20}"
828
- },
829
- "$type": "color"
830
- },
831
- "palette-success-border": {
832
- "$value": {
833
- "$dark": "{foundations.color.color-green-400}",
834
- "$light": "{foundations.color.color-green-500}"
835
- },
836
- "$type": "color"
837
- },
838
- "palette-success-foreground-decorative": {
839
- "$value": {
840
- "$dark": "{foundations.color.color-green-400}",
841
- "$light": "{foundations.color.color-green-500}"
842
- },
843
- "$type": "color"
844
- },
845
- "palette-success-foreground-informative": {
846
- "$value": {
847
- "$dark": "{foundations.color.color-green-200}",
848
- "$light": "{foundations.color.color-green-600}"
849
- },
850
- "$type": "color"
851
- }
852
- },
853
439
  "warning": {
854
440
  "palette-warning": {
855
441
  "$value": {
@@ -865,36 +451,6 @@
865
451
  },
866
452
  "$type": "color"
867
453
  }
868
- },
869
- "opacity": {
870
- "palette-opacity-backdrop": {
871
- "$value": "{foundations.opacity.opacity-70}",
872
- "$type": "number"
873
- },
874
- "palette-opacity-disabled": {
875
- "$value": "{foundations.opacity.opacity-40}",
876
- "$type": "number"
877
- },
878
- "palette-opacity-background-readonly": {
879
- "$value": "{foundations.opacity.opacity-0}",
880
- "$type": "number"
881
- },
882
- "palette-opacity-border-readonly": {
883
- "$value": "{foundations.opacity.opacity-15}",
884
- "$type": "number"
885
- },
886
- "palette-opacity-primary-border": {
887
- "$value": "{foundations.opacity.opacity-40}",
888
- "$type": "number"
889
- },
890
- "palette-opacity-secondary-border": {
891
- "$value": "{foundations.opacity.opacity-25}",
892
- "$type": "number"
893
- },
894
- "palette-opacity-tertiary-border": {
895
- "$value": "{foundations.opacity.opacity-15}",
896
- "$type": "number"
897
- }
898
454
  }
899
455
  },
900
456
  "foundations": {
@@ -2004,393 +1560,6 @@
2004
1560
  }
2005
1561
  },
2006
1562
  "characteristics": {
2007
- "text": {
2008
- "text-h1-fontSize": {
2009
- "$value": {
2010
- "$low": "32px",
2011
- "$touch": "42px",
2012
- "$medium": "24px",
2013
- "$high": "18px"
2014
- },
2015
- "$type": "fontSize"
2016
- },
2017
- "text-h1-lineHeight": {
2018
- "$value": {
2019
- "$low": "42px",
2020
- "$touch": "54px",
2021
- "$medium": "32px",
2022
- "$high": "24px"
2023
- },
2024
- "$type": "lineHeight"
2025
- },
2026
- "text-h2-fontSize": {
2027
- "$value": {
2028
- "$low": "24px",
2029
- "$touch": "32px",
2030
- "$medium": "18px",
2031
- "$high": "14px"
2032
- },
2033
- "$type": "fontSize"
2034
- },
2035
- "text-h2-lineHeight": {
2036
- "$value": {
2037
- "$low": "32px",
2038
- "$touch": "42px",
2039
- "$medium": "24px",
2040
- "$high": "18px"
2041
- },
2042
- "$type": "lineHeight"
2043
- },
2044
- "text-h3-fontSize": {
2045
- "$value": {
2046
- "$low": "18px",
2047
- "$touch": "24px",
2048
- "$medium": "14px",
2049
- "$high": "12px"
2050
- },
2051
- "$type": "fontSize"
2052
- },
2053
- "text-h3-lineHeight": {
2054
- "$value": {
2055
- "$low": "24px",
2056
- "$touch": "32px",
2057
- "$medium": "18px",
2058
- "$high": "16px"
2059
- },
2060
- "$type": "lineHeight"
2061
- },
2062
- "text-h4-fontSize": {
2063
- "$value": {
2064
- "$low": "14px",
2065
- "$touch": "16px",
2066
- "$medium": "12px",
2067
- "$high": "11px"
2068
- },
2069
- "$type": "fontSize"
2070
- },
2071
- "text-h4-lineHeight": {
2072
- "$value": {
2073
- "$low": "18px",
2074
- "$touch": "20px",
2075
- "$medium": "16px",
2076
- "$high": "14px"
2077
- },
2078
- "$type": "lineHeight"
2079
- },
2080
- "text-label-fontSize": {
2081
- "$value": {
2082
- "$low": "12px",
2083
- "$touch": "14px",
2084
- "$medium": "11px",
2085
- "$high": "10px"
2086
- },
2087
- "$type": "fontSize"
2088
- },
2089
- "text-label-lineHeight": {
2090
- "$value": {
2091
- "$low": "16px",
2092
- "$touch": "18px",
2093
- "$medium": "14px",
2094
- "$high": "13px"
2095
- },
2096
- "$type": "lineHeight"
2097
- },
2098
- "text-fontSize": {
2099
- "$value": {
2100
- "$low": "14px",
2101
- "$touch": "16px",
2102
- "$medium": "12px",
2103
- "$high": "11px"
2104
- },
2105
- "$type": "fontSize"
2106
- },
2107
- "text-lineHeight": {
2108
- "$value": {
2109
- "$low": "18px",
2110
- "$touch": "20px",
2111
- "$medium": "16px",
2112
- "$high": "14px"
2113
- },
2114
- "$type": "lineHeight"
2115
- },
2116
- "text-minHeight": {
2117
- "$value": {
2118
- "$low": "18px",
2119
- "$touch": "20px",
2120
- "$medium": "16px",
2121
- "$high": "14px"
2122
- },
2123
- "$type": "minHeight"
2124
- },
2125
- "text-display1-fontSize": {
2126
- "$value": {
2127
- "$low": "68px",
2128
- "$touch": "84px",
2129
- "$medium": "54px",
2130
- "$high": "42px"
2131
- },
2132
- "$type": "fontSize"
2133
- },
2134
- "text-display1-lineHeight": {
2135
- "$value": {
2136
- "$low": "88px",
2137
- "$touch": "109px",
2138
- "$medium": "70px",
2139
- "$high": "54px"
2140
- },
2141
- "$type": "lineHeight"
2142
- },
2143
- "text-display2-fontSize": {
2144
- "$value": {
2145
- "$low": "46px",
2146
- "$touch": "58px",
2147
- "$medium": "36px",
2148
- "$high": "28px"
2149
- },
2150
- "$type": "fontSize"
2151
- },
2152
- "text-display2-lineHeight": {
2153
- "$value": {
2154
- "$low": "60px",
2155
- "$touch": "76px",
2156
- "$medium": "47px",
2157
- "$high": "36px"
2158
- },
2159
- "$type": "lineHeight"
2160
- },
2161
- "text-display3-fontSize": {
2162
- "$value": {
2163
- "$low": "32px",
2164
- "$touch": "42px",
2165
- "$medium": "24px",
2166
- "$high": "18px"
2167
- },
2168
- "$type": "fontSize"
2169
- },
2170
- "text-display3-lineHeight": {
2171
- "$value": {
2172
- "$low": "42px",
2173
- "$touch": "54px",
2174
- "$medium": "32px",
2175
- "$high": "24px"
2176
- },
2177
- "$type": "lineHeight"
2178
- },
2179
- "text-notation-fontSize": {
2180
- "$value": {
2181
- "$low": "12px",
2182
- "$touch": "14px",
2183
- "$medium": "10px",
2184
- "$high": "8px"
2185
- },
2186
- "$type": "fontSize"
2187
- },
2188
- "text-notation-lineHeight": {
2189
- "$value": {
2190
- "$low": "16px",
2191
- "$touch": "18px",
2192
- "$medium": "13px",
2193
- "$high": "10px"
2194
- },
2195
- "$type": "lineHeight"
2196
- },
2197
- "text-letterSpacing": {
2198
- "$value": "0",
2199
- "$type": "letterSpacing"
2200
- },
2201
- "text-textAlign": {
2202
- "$value": "left",
2203
- "$type": "textAlign"
2204
- },
2205
- "text-textAlign-embedded": {
2206
- "$value": "center",
2207
- "$type": "textAlign"
2208
- },
2209
- "text-textTransform": {
2210
- "$value": "none",
2211
- "$type": "textTransform"
2212
- },
2213
- "text-action-letterSpacing": {
2214
- "$value": "0.6px",
2215
- "$type": "letterSpacing"
2216
- },
2217
- "text-action-textTransform": {
2218
- "$value": "uppercase",
2219
- "$type": "textTransform"
2220
- },
2221
- "text-action-textAlign": {
2222
- "$value": "center",
2223
- "$type": "textAlign"
2224
- },
2225
- "text-action-fontWeight": {
2226
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2227
- "$type": "fontWeight"
2228
- },
2229
- "text-fontFamily": {
2230
- "$value": "{palette.text.palette-text-fontFamily}",
2231
- "$type": "fontFamily"
2232
- },
2233
- "text-fontWeight": {
2234
- "$value": "{foundations.typography.typography-fontWeight-regular}",
2235
- "$type": "fontWeight"
2236
- },
2237
- "text-fontWeight-small": {
2238
- "$value": "{foundations.typography.typography-fontWeight-light}",
2239
- "$type": "fontWeight"
2240
- },
2241
- "text-fontWeight-strong": {
2242
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2243
- "$type": "fontWeight"
2244
- },
2245
- "text-notation-fontFamily": {
2246
- "$value": "{palette.text.palette-text-fontFamily}",
2247
- "$type": "fontFamily"
2248
- },
2249
- "text-notation-fontWeight": {
2250
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2251
- "$type": "fontWeight"
2252
- },
2253
- "text-notation-fontWeight-small": {
2254
- "$value": "{foundations.typography.typography-fontWeight-regular}",
2255
- "$type": "fontWeight"
2256
- },
2257
- "text-notation-fontWeight-strong": {
2258
- "$value": "{foundations.typography.typography-fontWeight-bold}",
2259
- "$type": "fontWeight"
2260
- },
2261
- "text-h1-fontFamily": {
2262
- "$value": "{palette.text.palette-text-fontFamily-heading}",
2263
- "$type": "fontFamily"
2264
- },
2265
- "text-h1-fontWeight": {
2266
- "$value": "{foundations.typography.typography-fontWeight-bold}",
2267
- "$type": "fontWeight"
2268
- },
2269
- "text-h1-fontWeight-small": {
2270
- "$value": "{foundations.typography.typography-fontWeight-medium}",
2271
- "$type": "fontWeight"
2272
- },
2273
- "text-h1-fontWeight-strong": {
2274
- "$value": "{foundations.typography.typography-fontWeight-extraBold}",
2275
- "$type": "fontWeight"
2276
- },
2277
- "text-h2-fontFamily": {
2278
- "$value": "{palette.text.palette-text-fontFamily-heading}",
2279
- "$type": "fontFamily"
2280
- },
2281
- "text-h2-fontWeight": {
2282
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2283
- "$type": "fontWeight"
2284
- },
2285
- "text-h2-fontWeight-small": {
2286
- "$value": "{foundations.typography.typography-fontWeight-regular}",
2287
- "$type": "fontWeight"
2288
- },
2289
- "text-h2-fontWeight-strong": {
2290
- "$value": "{foundations.typography.typography-fontWeight-bold}",
2291
- "$type": "fontWeight"
2292
- },
2293
- "text-h3-fontFamily": {
2294
- "$value": "{palette.text.palette-text-fontFamily-heading}",
2295
- "$type": "fontFamily"
2296
- },
2297
- "text-h3-fontWeight": {
2298
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2299
- "$type": "fontWeight"
2300
- },
2301
- "text-h3-fontWeight-small": {
2302
- "$value": "{foundations.typography.typography-fontWeight-regular}",
2303
- "$type": "fontWeight"
2304
- },
2305
- "text-h3-fontWeight-strong": {
2306
- "$value": "{foundations.typography.typography-fontWeight-bold}",
2307
- "$type": "fontWeight"
2308
- },
2309
- "text-h4-fontFamily": {
2310
- "$value": "{palette.text.palette-text-fontFamily-heading}",
2311
- "$type": "fontFamily"
2312
- },
2313
- "text-h4-fontWeight": {
2314
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2315
- "$type": "fontWeight"
2316
- },
2317
- "text-h4-fontWeight-small": {
2318
- "$value": "{foundations.typography.typography-fontWeight-regular}",
2319
- "$type": "fontWeight"
2320
- },
2321
- "text-h4-fontWeight-strong": {
2322
- "$value": "{foundations.typography.typography-fontWeight-bold}",
2323
- "$type": "fontWeight"
2324
- },
2325
- "text-label-fontFamily": {
2326
- "$value": "{palette.text.palette-text-fontFamily}",
2327
- "$type": "fontFamily"
2328
- },
2329
- "text-label-fontWeight": {
2330
- "$value": "{foundations.typography.typography-fontWeight-regular}",
2331
- "$type": "fontWeight"
2332
- },
2333
- "text-label-fontWeight-small": {
2334
- "$value": "{foundations.typography.typography-fontWeight-light}",
2335
- "$type": "fontWeight"
2336
- },
2337
- "text-label-fontWeight-strong": {
2338
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2339
- "$type": "fontWeight"
2340
- },
2341
- "text-display1-fontFamily": {
2342
- "$value": "{palette.text.palette-text-fontFamily-heading}",
2343
- "$type": "fontFamily"
2344
- },
2345
- "text-display1-fontWeight": {
2346
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2347
- "$type": "fontWeight"
2348
- },
2349
- "text-display1-fontWeight-strong": {
2350
- "$value": "{foundations.typography.typography-fontWeight-bold}",
2351
- "$type": "fontWeight"
2352
- },
2353
- "text-display1-fontWeight-small": {
2354
- "$value": "{foundations.typography.typography-fontWeight-regular}",
2355
- "$type": "fontWeight"
2356
- },
2357
- "text-display2-fontFamily": {
2358
- "$value": "{palette.text.palette-text-fontFamily-heading}",
2359
- "$type": "fontFamily"
2360
- },
2361
- "text-display2-fontWeight": {
2362
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2363
- "$type": "fontWeight"
2364
- },
2365
- "text-display2-fontWeight-strong": {
2366
- "$value": "{foundations.typography.typography-fontWeight-bold}",
2367
- "$type": "fontWeight"
2368
- },
2369
- "text-display2-fontWeight-small": {
2370
- "$value": "{foundations.typography.typography-fontWeight-regular}",
2371
- "$type": "fontWeight"
2372
- },
2373
- "text-display3-fontFamily": {
2374
- "$value": "{palette.text.palette-text-fontFamily-heading}",
2375
- "$type": "fontFamily"
2376
- },
2377
- "text-display3-fontWeight": {
2378
- "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2379
- "$type": "fontWeight"
2380
- },
2381
- "text-display3-fontWeight-strong": {
2382
- "$value": "{foundations.typography.typography-fontWeight-bold}",
2383
- "$type": "fontWeight"
2384
- },
2385
- "text-display3-fontWeight-small": {
2386
- "$value": "{foundations.typography.typography-fontWeight-regular}",
2387
- "$type": "fontWeight"
2388
- },
2389
- "text-code-fontFamily": {
2390
- "$value": "{palette.text.palette-text-fontFamily-code}",
2391
- "$type": "fontFamily"
2392
- }
2393
- },
2394
1563
  "accent": {
2395
1564
  "accent-background": {
2396
1565
  "$value": "{palette.accent.palette-accent}",
@@ -2579,32 +1748,6 @@
2579
1748
  "$type": "color"
2580
1749
  }
2581
1750
  },
2582
- "draggable": {
2583
- "draggable-horizontal-cursor-hover": {
2584
- "$value": "row-resize",
2585
- "$type": "cursor"
2586
- },
2587
- "draggable-horizontal-cursor-active": {
2588
- "$value": "row-resize",
2589
- "$type": "cursor"
2590
- },
2591
- "draggable-vertical-cursor-hover": {
2592
- "$value": "col-resize",
2593
- "$type": "cursor"
2594
- },
2595
- "draggable-vertical-cursor-active": {
2596
- "$value": "col-resize",
2597
- "$type": "cursor"
2598
- },
2599
- "draggable-grab-cursor-hover": {
2600
- "$value": "grab",
2601
- "$type": "cursor"
2602
- },
2603
- "draggable-grab-cursor-active": {
2604
- "$value": "grabbing",
2605
- "$type": "cursor"
2606
- }
2607
- },
2608
1751
  "editable": {
2609
1752
  "editable-borderColor": {
2610
1753
  "$value": "{palette.neutral.palette-neutral}",
@@ -2681,10 +1824,6 @@
2681
1824
  "navigable-indicator-active": {
2682
1825
  "$value": "{palette.accent.palette-accent}",
2683
1826
  "$type": "color"
2684
- },
2685
- "navigable-background-hover": {
2686
- "$value": "{palette.navigate.palette-navigate-background-hover}",
2687
- "$type": "color"
2688
1827
  }
2689
1828
  },
2690
1829
  "overlayable": {