@gitlab/ui 105.1.1 → 105.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/components/base/datepicker/datepicker.js +2 -2
  3. package/dist/components/base/paginated_list/paginated_list.js +1 -1
  4. package/dist/components/regions/dashboard_skeleton/dashboard_skeleton.js +2 -2
  5. package/dist/components/utilities/friendly_wrap/friendly_wrap.js +1 -1
  6. package/dist/index.css +1 -1
  7. package/dist/index.css.map +1 -1
  8. package/dist/tailwind.css +1 -1
  9. package/dist/tailwind.css.map +1 -1
  10. package/dist/tokens/build/js/tokens.dark.js +33 -1
  11. package/dist/tokens/build/js/tokens.js +33 -1
  12. package/dist/tokens/css/tokens.css +32 -0
  13. package/dist/tokens/css/tokens.dark.css +32 -0
  14. package/dist/tokens/js/tokens.dark.js +32 -0
  15. package/dist/tokens/js/tokens.js +32 -0
  16. package/dist/tokens/json/tokens.dark.json +887 -0
  17. package/dist/tokens/json/tokens.json +887 -0
  18. package/dist/tokens/scss/_tokens.dark.scss +32 -0
  19. package/dist/tokens/scss/_tokens.scss +32 -0
  20. package/dist/tokens/scss/_tokens_custom_properties.scss +32 -0
  21. package/dist/tokens/tokens_table.js +1 -1
  22. package/dist/vendor/bootstrap-vue/src/components/dropdown/dropdown.js +1 -1
  23. package/dist/vendor/bootstrap-vue/src/components/form/form-invalid-feedback.js +1 -1
  24. package/dist/vendor/bootstrap-vue/src/components/form/form-valid-feedback.js +1 -1
  25. package/dist/vendor/bootstrap-vue/src/components/form-group/form-group.js +4 -4
  26. package/dist/vendor/bootstrap-vue/src/components/modal/helpers/modal-manager.js +1 -1
  27. package/dist/vendor/bootstrap-vue/src/components/table/helpers/mixin-sorting.js +2 -2
  28. package/dist/vendor/bootstrap-vue/src/components/table/helpers/mixin-table-renderer.js +1 -1
  29. package/dist/vendor/bootstrap-vue/src/components/table/helpers/mixin-thead.js +1 -1
  30. package/package.json +2 -1
  31. package/src/components/base/datepicker/datepicker.vue +2 -2
  32. package/src/components/base/paginated_list/paginated_list.vue +1 -1
  33. package/src/components/regions/dashboard_skeleton/dashboard_skeleton.vue +12 -10
  34. package/src/components/utilities/friendly_wrap/friendly_wrap.vue +1 -1
  35. package/src/scss/mixins.scss +0 -31
  36. package/src/tokens/build/css/tokens.css +32 -0
  37. package/src/tokens/build/css/tokens.dark.css +32 -0
  38. package/src/tokens/build/js/tokens.dark.js +32 -0
  39. package/src/tokens/build/js/tokens.js +32 -0
  40. package/src/tokens/build/json/tokens.dark.json +887 -0
  41. package/src/tokens/build/json/tokens.json +887 -0
  42. package/src/tokens/build/scss/_tokens.dark.scss +32 -0
  43. package/src/tokens/build/scss/_tokens.scss +32 -0
  44. package/src/tokens/build/scss/_tokens_custom_properties.scss +32 -0
  45. package/src/tokens/contextual/illustration.tokens.json +366 -0
  46. package/src/tokens/tokens_table.vue +1 -1
  47. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown.js +1 -1
  48. package/src/vendor/bootstrap-vue/src/components/form/form-invalid-feedback.js +1 -1
  49. package/src/vendor/bootstrap-vue/src/components/form/form-invalid-feedback.spec.js +10 -10
  50. package/src/vendor/bootstrap-vue/src/components/form/form-valid-feedback.js +1 -1
  51. package/src/vendor/bootstrap-vue/src/components/form/form-valid-feedback.spec.js +10 -10
  52. package/src/vendor/bootstrap-vue/src/components/form-group/form-group.js +4 -4
  53. package/src/vendor/bootstrap-vue/src/components/form-group/form-group.spec.js +3 -3
  54. package/src/vendor/bootstrap-vue/src/components/modal/helpers/modal-manager.js +1 -1
  55. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-sorting.js +2 -2
  56. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-table-renderer.js +1 -1
  57. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-thead.js +1 -1
  58. package/src/vendor/bootstrap-vue/src/components/table/table-lite.spec.js +2 -2
  59. package/src/vendor/bootstrap-vue/src/components/table/table-simple.spec.js +2 -2
  60. package/src/vendor/bootstrap-vue/src/components/table/table.spec.js +2 -2
  61. package/tailwind.defaults.js +8 -0
@@ -14395,6 +14395,893 @@
14395
14395
  }
14396
14396
  }
14397
14397
  },
14398
+ "illustration": {
14399
+ "stroke": {
14400
+ "color": {
14401
+ "default": {
14402
+ "$value": "#171321",
14403
+ "$type": "color",
14404
+ "$description": "Default stroke color to define shape and provide essential detail.",
14405
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14406
+ "isSource": true,
14407
+ "original": {
14408
+ "$value": {
14409
+ "default": "#171321",
14410
+ "dark": "#e3e3e8"
14411
+ },
14412
+ "$type": "color",
14413
+ "$description": "Default stroke color to define shape and provide essential detail."
14414
+ },
14415
+ "name": "ILLUSTRATION_STROKE_COLOR_DEFAULT",
14416
+ "attributes": {},
14417
+ "path": [
14418
+ "illustration",
14419
+ "stroke",
14420
+ "color",
14421
+ "default"
14422
+ ]
14423
+ }
14424
+ },
14425
+ "width": {
14426
+ "default": {
14427
+ "$value": "0.125rem",
14428
+ "$type": "dimension",
14429
+ "$description": "Default stroke width to define shape and provide essential detail.",
14430
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14431
+ "isSource": true,
14432
+ "original": {
14433
+ "$value": {
14434
+ "default": "2px",
14435
+ "dark": "1.5px"
14436
+ },
14437
+ "$type": "dimension",
14438
+ "$description": "Default stroke width to define shape and provide essential detail."
14439
+ },
14440
+ "name": "ILLUSTRATION_STROKE_WIDTH_DEFAULT",
14441
+ "attributes": {},
14442
+ "path": [
14443
+ "illustration",
14444
+ "stroke",
14445
+ "width",
14446
+ "default"
14447
+ ]
14448
+ }
14449
+ }
14450
+ },
14451
+ "fill": {
14452
+ "color": {
14453
+ "default": {
14454
+ "$value": "#fff",
14455
+ "$type": "color",
14456
+ "$description": "Default fill color for an element where specific meaning or emphasis is not required.",
14457
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14458
+ "isSource": true,
14459
+ "original": {
14460
+ "$value": {
14461
+ "default": "#fff",
14462
+ "dark": "#423f4f"
14463
+ },
14464
+ "$type": "color",
14465
+ "$description": "Default fill color for an element where specific meaning or emphasis is not required."
14466
+ },
14467
+ "name": "ILLUSTRATION_FILL_COLOR_DEFAULT",
14468
+ "attributes": {},
14469
+ "path": [
14470
+ "illustration",
14471
+ "fill",
14472
+ "color",
14473
+ "default"
14474
+ ]
14475
+ }
14476
+ }
14477
+ },
14478
+ "status": {
14479
+ "fill": {
14480
+ "color": {
14481
+ "neutral": {
14482
+ "$value": "#aea5d6",
14483
+ "$type": "color",
14484
+ "$description": "Used as a fill to convey a concept which is neither positive or negative.",
14485
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14486
+ "isSource": true,
14487
+ "original": {
14488
+ "$value": {
14489
+ "default": "#aea5d6",
14490
+ "dark": "#6f6796"
14491
+ },
14492
+ "$type": "color",
14493
+ "$description": "Used as a fill to convey a concept which is neither positive or negative."
14494
+ },
14495
+ "name": "ILLUSTRATION_STATUS_FILL_COLOR_NEUTRAL",
14496
+ "attributes": {},
14497
+ "path": [
14498
+ "illustration",
14499
+ "status",
14500
+ "fill",
14501
+ "color",
14502
+ "neutral"
14503
+ ]
14504
+ },
14505
+ "success": {
14506
+ "$value": "#6fdac9",
14507
+ "$type": "color",
14508
+ "$description": "Used as a fill to convey a success or active concept, has a positive connotation.",
14509
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14510
+ "isSource": true,
14511
+ "original": {
14512
+ "$value": {
14513
+ "default": "#6fdac9",
14514
+ "dark": "#3b8581"
14515
+ },
14516
+ "$type": "color",
14517
+ "$description": "Used as a fill to convey a success or active concept, has a positive connotation."
14518
+ },
14519
+ "name": "ILLUSTRATION_STATUS_FILL_COLOR_SUCCESS",
14520
+ "attributes": {},
14521
+ "path": [
14522
+ "illustration",
14523
+ "status",
14524
+ "fill",
14525
+ "color",
14526
+ "success"
14527
+ ]
14528
+ },
14529
+ "warning": {
14530
+ "$value": "#fca326",
14531
+ "$type": "color",
14532
+ "$description": "Used as a fill to convey a caution or warning concept, has a slightly negative connotation.",
14533
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14534
+ "isSource": true,
14535
+ "original": {
14536
+ "$value": {
14537
+ "default": "#fca326",
14538
+ "dark": "#ab752f"
14539
+ },
14540
+ "$type": "color",
14541
+ "$description": "Used as a fill to convey a caution or warning concept, has a slightly negative connotation."
14542
+ },
14543
+ "name": "ILLUSTRATION_STATUS_FILL_COLOR_WARNING",
14544
+ "attributes": {},
14545
+ "path": [
14546
+ "illustration",
14547
+ "status",
14548
+ "fill",
14549
+ "color",
14550
+ "warning"
14551
+ ]
14552
+ },
14553
+ "danger": {
14554
+ "$value": "#ff9d73",
14555
+ "$type": "color",
14556
+ "$description": "Used as a fill to convey a critical or danger concept, has a negative connotation.",
14557
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14558
+ "isSource": true,
14559
+ "original": {
14560
+ "$value": {
14561
+ "default": "#ff9d73",
14562
+ "dark": "#aa563a"
14563
+ },
14564
+ "$type": "color",
14565
+ "$description": "Used as a fill to convey a critical or danger concept, has a negative connotation."
14566
+ },
14567
+ "name": "ILLUSTRATION_STATUS_FILL_COLOR_DANGER",
14568
+ "attributes": {},
14569
+ "path": [
14570
+ "illustration",
14571
+ "status",
14572
+ "fill",
14573
+ "color",
14574
+ "danger"
14575
+ ]
14576
+ }
14577
+ }
14578
+ }
14579
+ },
14580
+ "accent": {
14581
+ "stroke": {
14582
+ "color": {
14583
+ "orange": {
14584
+ "$value": "#ff9d73",
14585
+ "$type": "color",
14586
+ "$description": "Used for orange accent stroke detail on an object or attention-drawing element.",
14587
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14588
+ "isSource": true,
14589
+ "original": {
14590
+ "$value": {
14591
+ "default": "#ff9d73",
14592
+ "dark": "#e3865f"
14593
+ },
14594
+ "$type": "color",
14595
+ "$description": "Used for orange accent stroke detail on an object or attention-drawing element."
14596
+ },
14597
+ "name": "ILLUSTRATION_ACCENT_STROKE_COLOR_ORANGE",
14598
+ "attributes": {},
14599
+ "path": [
14600
+ "illustration",
14601
+ "accent",
14602
+ "stroke",
14603
+ "color",
14604
+ "orange"
14605
+ ]
14606
+ },
14607
+ "teal": {
14608
+ "$value": "#6fdac9",
14609
+ "$type": "color",
14610
+ "$description": "Used for teal accent stroke detail on an object or attention-drawing element.",
14611
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14612
+ "isSource": true,
14613
+ "original": {
14614
+ "$value": {
14615
+ "default": "#6fdac9",
14616
+ "dark": "#6baea3"
14617
+ },
14618
+ "$type": "color",
14619
+ "$description": "Used for teal accent stroke detail on an object or attention-drawing element."
14620
+ },
14621
+ "name": "ILLUSTRATION_ACCENT_STROKE_COLOR_TEAL",
14622
+ "attributes": {},
14623
+ "path": [
14624
+ "illustration",
14625
+ "accent",
14626
+ "stroke",
14627
+ "color",
14628
+ "teal"
14629
+ ]
14630
+ },
14631
+ "strong": {
14632
+ "$value": "#aea5d6",
14633
+ "$type": "color",
14634
+ "$description": "Used for dark accent stroke detail on an object or attention-drawing element.",
14635
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14636
+ "isSource": true,
14637
+ "original": {
14638
+ "$value": {
14639
+ "default": "#aea5d6",
14640
+ "dark": "#aea5d6"
14641
+ },
14642
+ "$type": "color",
14643
+ "$description": "Used for dark accent stroke detail on an object or attention-drawing element."
14644
+ },
14645
+ "name": "ILLUSTRATION_ACCENT_STROKE_COLOR_STRONG",
14646
+ "attributes": {},
14647
+ "path": [
14648
+ "illustration",
14649
+ "accent",
14650
+ "stroke",
14651
+ "color",
14652
+ "strong"
14653
+ ]
14654
+ }
14655
+ }
14656
+ },
14657
+ "fill": {
14658
+ "color": {
14659
+ "subtle": {
14660
+ "$value": "#d0c5e2",
14661
+ "$type": "color",
14662
+ "$description": "Used to add depth to a secondary element and supporting surface.",
14663
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14664
+ "isSource": true,
14665
+ "original": {
14666
+ "$value": {
14667
+ "default": "#d0c5e2",
14668
+ "dark": "#5c5371"
14669
+ },
14670
+ "$type": "color",
14671
+ "$description": "Used to add depth to a secondary element and supporting surface."
14672
+ },
14673
+ "name": "ILLUSTRATION_ACCENT_FILL_COLOR_SUBTLE",
14674
+ "attributes": {},
14675
+ "path": [
14676
+ "illustration",
14677
+ "accent",
14678
+ "fill",
14679
+ "color",
14680
+ "subtle"
14681
+ ]
14682
+ },
14683
+ "strong": {
14684
+ "$value": "#aea5d6",
14685
+ "$type": "color",
14686
+ "$description": "Used for an element requiring visual emphasis without competing with primary content or status indicators.",
14687
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14688
+ "isSource": true,
14689
+ "original": {
14690
+ "$value": {
14691
+ "default": "#aea5d6",
14692
+ "dark": "#6f6796"
14693
+ },
14694
+ "$type": "color",
14695
+ "$description": "Used for an element requiring visual emphasis without competing with primary content or status indicators."
14696
+ },
14697
+ "name": "ILLUSTRATION_ACCENT_FILL_COLOR_STRONG",
14698
+ "attributes": {},
14699
+ "path": [
14700
+ "illustration",
14701
+ "accent",
14702
+ "fill",
14703
+ "color",
14704
+ "strong"
14705
+ ]
14706
+ },
14707
+ "orange": {
14708
+ "$value": "#ff9d73",
14709
+ "$type": "color",
14710
+ "$description": "Used to add orange to a secondary element and supporting surface.",
14711
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14712
+ "isSource": true,
14713
+ "original": {
14714
+ "$value": {
14715
+ "default": "#ff9d73",
14716
+ "dark": "#aa563a"
14717
+ },
14718
+ "$type": "color",
14719
+ "$description": "Used to add orange to a secondary element and supporting surface."
14720
+ },
14721
+ "name": "ILLUSTRATION_ACCENT_FILL_COLOR_ORANGE",
14722
+ "attributes": {},
14723
+ "path": [
14724
+ "illustration",
14725
+ "accent",
14726
+ "fill",
14727
+ "color",
14728
+ "orange"
14729
+ ]
14730
+ },
14731
+ "teal": {
14732
+ "$value": "#6fdac9",
14733
+ "$type": "color",
14734
+ "$description": "Used to add teal to a secondary element and supporting surface.",
14735
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14736
+ "isSource": true,
14737
+ "original": {
14738
+ "$value": {
14739
+ "default": "#6fdac9",
14740
+ "dark": "#3b8581"
14741
+ },
14742
+ "$type": "color",
14743
+ "$description": "Used to add teal to a secondary element and supporting surface."
14744
+ },
14745
+ "name": "ILLUSTRATION_ACCENT_FILL_COLOR_TEAL",
14746
+ "attributes": {},
14747
+ "path": [
14748
+ "illustration",
14749
+ "accent",
14750
+ "fill",
14751
+ "color",
14752
+ "teal"
14753
+ ]
14754
+ }
14755
+ }
14756
+ }
14757
+ },
14758
+ "base": {
14759
+ "fill": {
14760
+ "color": {
14761
+ "$value": "#e7e4f2",
14762
+ "$type": "color",
14763
+ "$description": "Used for the consistent background shape present across all illustrations. Provides a unified foundation that visually grounds each illustration while maintaining system cohesion.",
14764
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14765
+ "isSource": true,
14766
+ "original": {
14767
+ "$value": {
14768
+ "default": "#e7e4f2",
14769
+ "dark": "#32303c"
14770
+ },
14771
+ "$type": "color",
14772
+ "$description": "Used for the consistent background shape present across all illustrations. Provides a unified foundation that visually grounds each illustration while maintaining system cohesion."
14773
+ },
14774
+ "name": "ILLUSTRATION_BASE_FILL_COLOR",
14775
+ "attributes": {},
14776
+ "path": [
14777
+ "illustration",
14778
+ "base",
14779
+ "fill",
14780
+ "color"
14781
+ ]
14782
+ }
14783
+ }
14784
+ },
14785
+ "isometric": {
14786
+ "stroke": {
14787
+ "color": {
14788
+ "default": {
14789
+ "$value": "#171321",
14790
+ "$type": "color",
14791
+ "$description": "Default stroke color to define shape and provide essential detail in isometric illustration.",
14792
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14793
+ "isSource": true,
14794
+ "original": {
14795
+ "$value": {
14796
+ "default": "#171321",
14797
+ "dark": "#e3e3e8"
14798
+ },
14799
+ "$type": "color",
14800
+ "$description": "Default stroke color to define shape and provide essential detail in isometric illustration."
14801
+ },
14802
+ "name": "ILLUSTRATION_ISOMETRIC_STROKE_COLOR_DEFAULT",
14803
+ "attributes": {},
14804
+ "path": [
14805
+ "illustration",
14806
+ "isometric",
14807
+ "stroke",
14808
+ "color",
14809
+ "default"
14810
+ ]
14811
+ }
14812
+ },
14813
+ "width": {
14814
+ "default": {
14815
+ "$value": "0.125rem",
14816
+ "$type": "dimension",
14817
+ "$description": "Default stroke width to define shape and provide essential detail in isometric illustration.",
14818
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14819
+ "isSource": true,
14820
+ "original": {
14821
+ "$value": {
14822
+ "default": "2px",
14823
+ "dark": "1.5px"
14824
+ },
14825
+ "$type": "dimension",
14826
+ "$description": "Default stroke width to define shape and provide essential detail in isometric illustration."
14827
+ },
14828
+ "name": "ILLUSTRATION_ISOMETRIC_STROKE_WIDTH_DEFAULT",
14829
+ "attributes": {},
14830
+ "path": [
14831
+ "illustration",
14832
+ "isometric",
14833
+ "stroke",
14834
+ "width",
14835
+ "default"
14836
+ ]
14837
+ }
14838
+ }
14839
+ },
14840
+ "glyph": {
14841
+ "top": {
14842
+ "fill": {
14843
+ "color": {
14844
+ "$value": "#c5f4ec",
14845
+ "$type": "color",
14846
+ "$description": "Used for the top face of isometric text and number elements.",
14847
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14848
+ "isSource": true,
14849
+ "original": {
14850
+ "$value": {
14851
+ "default": "#c5f4ec",
14852
+ "dark": "#5a566c"
14853
+ },
14854
+ "$type": "color",
14855
+ "$description": "Used for the top face of isometric text and number elements."
14856
+ },
14857
+ "name": "ILLUSTRATION_ISOMETRIC_GLYPH_TOP_FILL_COLOR",
14858
+ "attributes": {},
14859
+ "path": [
14860
+ "illustration",
14861
+ "isometric",
14862
+ "glyph",
14863
+ "top",
14864
+ "fill",
14865
+ "color"
14866
+ ]
14867
+ }
14868
+ }
14869
+ },
14870
+ "front": {
14871
+ "fill": {
14872
+ "color": {
14873
+ "$value": "#fff",
14874
+ "$type": "color",
14875
+ "$description": "Used for the front face of isometric text and number elements.",
14876
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14877
+ "isSource": true,
14878
+ "original": {
14879
+ "$value": {
14880
+ "default": "#fff",
14881
+ "dark": "#423f4f"
14882
+ },
14883
+ "$type": "color",
14884
+ "$description": "Used for the front face of isometric text and number elements."
14885
+ },
14886
+ "name": "ILLUSTRATION_ISOMETRIC_GLYPH_FRONT_FILL_COLOR",
14887
+ "attributes": {},
14888
+ "path": [
14889
+ "illustration",
14890
+ "isometric",
14891
+ "glyph",
14892
+ "front",
14893
+ "fill",
14894
+ "color"
14895
+ ]
14896
+ }
14897
+ }
14898
+ },
14899
+ "side": {
14900
+ "fill": {
14901
+ "color": {
14902
+ "$value": "#6fdac9",
14903
+ "$type": "color",
14904
+ "$description": "Used for the side face of isometric text and number elements.",
14905
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14906
+ "isSource": true,
14907
+ "original": {
14908
+ "$value": {
14909
+ "default": "#6fdac9",
14910
+ "dark": "#373441"
14911
+ },
14912
+ "$type": "color",
14913
+ "$description": "Used for the side face of isometric text and number elements."
14914
+ },
14915
+ "name": "ILLUSTRATION_ISOMETRIC_GLYPH_SIDE_FILL_COLOR",
14916
+ "attributes": {},
14917
+ "path": [
14918
+ "illustration",
14919
+ "isometric",
14920
+ "glyph",
14921
+ "side",
14922
+ "fill",
14923
+ "color"
14924
+ ]
14925
+ }
14926
+ }
14927
+ },
14928
+ "shadow": {
14929
+ "fill": {
14930
+ "color": {
14931
+ "$value": "#10b1b1",
14932
+ "$type": "color",
14933
+ "$description": "Used for the shadow of isometric text and number elements.",
14934
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14935
+ "isSource": true,
14936
+ "original": {
14937
+ "$value": {
14938
+ "default": "#10b1b1",
14939
+ "dark": "#292730"
14940
+ },
14941
+ "$type": "color",
14942
+ "$description": "Used for the shadow of isometric text and number elements."
14943
+ },
14944
+ "name": "ILLUSTRATION_ISOMETRIC_GLYPH_SHADOW_FILL_COLOR",
14945
+ "attributes": {},
14946
+ "path": [
14947
+ "illustration",
14948
+ "isometric",
14949
+ "glyph",
14950
+ "shadow",
14951
+ "fill",
14952
+ "color"
14953
+ ]
14954
+ }
14955
+ }
14956
+ }
14957
+ },
14958
+ "object": {
14959
+ "top": {
14960
+ "fill": {
14961
+ "color": {
14962
+ "$value": "#ff9d73",
14963
+ "$type": "color",
14964
+ "$description": "Used for the top face of an isometric object or symbol.",
14965
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14966
+ "isSource": true,
14967
+ "original": {
14968
+ "$value": {
14969
+ "default": "#ff9d73",
14970
+ "dark": "#aa563a"
14971
+ },
14972
+ "$type": "color",
14973
+ "$description": "Used for the top face of an isometric object or symbol."
14974
+ },
14975
+ "name": "ILLUSTRATION_ISOMETRIC_OBJECT_TOP_FILL_COLOR",
14976
+ "attributes": {},
14977
+ "path": [
14978
+ "illustration",
14979
+ "isometric",
14980
+ "object",
14981
+ "top",
14982
+ "fill",
14983
+ "color"
14984
+ ]
14985
+ }
14986
+ }
14987
+ },
14988
+ "front": {
14989
+ "fill": {
14990
+ "color": {
14991
+ "$value": "#ffc2a8",
14992
+ "$type": "color",
14993
+ "$description": "Used for the front face of an isometric object or symbol.",
14994
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
14995
+ "isSource": true,
14996
+ "original": {
14997
+ "$value": {
14998
+ "default": "#ffc2a8",
14999
+ "dark": "#a54623"
15000
+ },
15001
+ "$type": "color",
15002
+ "$description": "Used for the front face of an isometric object or symbol."
15003
+ },
15004
+ "name": "ILLUSTRATION_ISOMETRIC_OBJECT_FRONT_FILL_COLOR",
15005
+ "attributes": {},
15006
+ "path": [
15007
+ "illustration",
15008
+ "isometric",
15009
+ "object",
15010
+ "front",
15011
+ "fill",
15012
+ "color"
15013
+ ]
15014
+ }
15015
+ }
15016
+ },
15017
+ "side": {
15018
+ "fill": {
15019
+ "color": {
15020
+ "$value": "#ff7b42",
15021
+ "$type": "color",
15022
+ "$description": "Used for the side face of an isometric object or symbol.",
15023
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
15024
+ "isSource": true,
15025
+ "original": {
15026
+ "$value": {
15027
+ "default": "#ff7b42",
15028
+ "dark": "#8f4424"
15029
+ },
15030
+ "$type": "color",
15031
+ "$description": "Used for the side face of an isometric object or symbol."
15032
+ },
15033
+ "name": "ILLUSTRATION_ISOMETRIC_OBJECT_SIDE_FILL_COLOR",
15034
+ "attributes": {},
15035
+ "path": [
15036
+ "illustration",
15037
+ "isometric",
15038
+ "object",
15039
+ "side",
15040
+ "fill",
15041
+ "color"
15042
+ ]
15043
+ }
15044
+ }
15045
+ },
15046
+ "highlight": {
15047
+ "fill": {
15048
+ "color": {
15049
+ "$value": "#fff",
15050
+ "$type": "color",
15051
+ "$description": "Used for the face of an isometric object or symbol that requires maximum distinction from other elements.",
15052
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
15053
+ "isSource": true,
15054
+ "original": {
15055
+ "$value": {
15056
+ "default": "#fff",
15057
+ "dark": "#423f4f"
15058
+ },
15059
+ "$type": "color",
15060
+ "$description": "Used for the face of an isometric object or symbol that requires maximum distinction from other elements."
15061
+ },
15062
+ "name": "ILLUSTRATION_ISOMETRIC_OBJECT_HIGHLIGHT_FILL_COLOR",
15063
+ "attributes": {},
15064
+ "path": [
15065
+ "illustration",
15066
+ "isometric",
15067
+ "object",
15068
+ "highlight",
15069
+ "fill",
15070
+ "color"
15071
+ ]
15072
+ }
15073
+ }
15074
+ },
15075
+ "shadow": {
15076
+ "fill": {
15077
+ "color": {
15078
+ "$value": "#e24329",
15079
+ "$type": "color",
15080
+ "$description": "Used for the shadow of an isometric object or symbol.",
15081
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
15082
+ "isSource": true,
15083
+ "original": {
15084
+ "$value": {
15085
+ "default": "#e24329",
15086
+ "dark": "#3d2b2a"
15087
+ },
15088
+ "$type": "color",
15089
+ "$description": "Used for the shadow of an isometric object or symbol."
15090
+ },
15091
+ "name": "ILLUSTRATION_ISOMETRIC_OBJECT_SHADOW_FILL_COLOR",
15092
+ "attributes": {},
15093
+ "path": [
15094
+ "illustration",
15095
+ "isometric",
15096
+ "object",
15097
+ "shadow",
15098
+ "fill",
15099
+ "color"
15100
+ ]
15101
+ }
15102
+ }
15103
+ }
15104
+ },
15105
+ "accent": {
15106
+ "top": {
15107
+ "fill": {
15108
+ "color": {
15109
+ "$value": "#45424d",
15110
+ "$type": "color",
15111
+ "$description": "Used for the top face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content.",
15112
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
15113
+ "isSource": true,
15114
+ "original": {
15115
+ "$value": {
15116
+ "default": "#45424d",
15117
+ "dark": "#6d6972"
15118
+ },
15119
+ "$type": "color",
15120
+ "$description": "Used for the top face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content."
15121
+ },
15122
+ "name": "ILLUSTRATION_ISOMETRIC_ACCENT_TOP_FILL_COLOR",
15123
+ "attributes": {},
15124
+ "path": [
15125
+ "illustration",
15126
+ "isometric",
15127
+ "accent",
15128
+ "top",
15129
+ "fill",
15130
+ "color"
15131
+ ]
15132
+ }
15133
+ }
15134
+ },
15135
+ "front": {
15136
+ "fill": {
15137
+ "color": {
15138
+ "$value": "#74717a",
15139
+ "$type": "color",
15140
+ "$description": "Used for the front face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content.",
15141
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
15142
+ "isSource": true,
15143
+ "original": {
15144
+ "$value": {
15145
+ "default": "#74717a",
15146
+ "dark": "#49474d"
15147
+ },
15148
+ "$type": "color",
15149
+ "$description": "Used for the front face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content."
15150
+ },
15151
+ "name": "ILLUSTRATION_ISOMETRIC_ACCENT_FRONT_FILL_COLOR",
15152
+ "attributes": {},
15153
+ "path": [
15154
+ "illustration",
15155
+ "isometric",
15156
+ "accent",
15157
+ "front",
15158
+ "fill",
15159
+ "color"
15160
+ ]
15161
+ }
15162
+ }
15163
+ },
15164
+ "side": {
15165
+ "fill": {
15166
+ "color": {
15167
+ "$value": "#2b2838",
15168
+ "$type": "color",
15169
+ "$description": "Used for the side face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content.",
15170
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
15171
+ "isSource": true,
15172
+ "original": {
15173
+ "$value": {
15174
+ "default": "#2b2838",
15175
+ "dark": "#212023"
15176
+ },
15177
+ "$type": "color",
15178
+ "$description": "Used for the side face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content."
15179
+ },
15180
+ "name": "ILLUSTRATION_ISOMETRIC_ACCENT_SIDE_FILL_COLOR",
15181
+ "attributes": {},
15182
+ "path": [
15183
+ "illustration",
15184
+ "isometric",
15185
+ "accent",
15186
+ "side",
15187
+ "fill",
15188
+ "color"
15189
+ ]
15190
+ }
15191
+ }
15192
+ }
15193
+ },
15194
+ "base": {
15195
+ "top": {
15196
+ "fill": {
15197
+ "color": {
15198
+ "$value": "#e7e4f2",
15199
+ "$type": "color",
15200
+ "$description": "Used for the top surface of an isometric base platform.",
15201
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
15202
+ "isSource": true,
15203
+ "original": {
15204
+ "$value": {
15205
+ "default": "#e7e4f2",
15206
+ "dark": "#32303c"
15207
+ },
15208
+ "$type": "color",
15209
+ "$description": "Used for the top surface of an isometric base platform."
15210
+ },
15211
+ "name": "ILLUSTRATION_ISOMETRIC_BASE_TOP_FILL_COLOR",
15212
+ "attributes": {},
15213
+ "path": [
15214
+ "illustration",
15215
+ "isometric",
15216
+ "base",
15217
+ "top",
15218
+ "fill",
15219
+ "color"
15220
+ ]
15221
+ }
15222
+ }
15223
+ },
15224
+ "front": {
15225
+ "fill": {
15226
+ "color": {
15227
+ "$value": "#d5d0e8",
15228
+ "$type": "color",
15229
+ "$description": "Used for the front face of an isometric base platform.",
15230
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
15231
+ "isSource": true,
15232
+ "original": {
15233
+ "$value": {
15234
+ "default": "#d5d0e8",
15235
+ "dark": "#2b2932"
15236
+ },
15237
+ "$type": "color",
15238
+ "$description": "Used for the front face of an isometric base platform."
15239
+ },
15240
+ "name": "ILLUSTRATION_ISOMETRIC_BASE_FRONT_FILL_COLOR",
15241
+ "attributes": {},
15242
+ "path": [
15243
+ "illustration",
15244
+ "isometric",
15245
+ "base",
15246
+ "front",
15247
+ "fill",
15248
+ "color"
15249
+ ]
15250
+ }
15251
+ }
15252
+ },
15253
+ "side": {
15254
+ "fill": {
15255
+ "color": {
15256
+ "$value": "#aea5d6",
15257
+ "$type": "color",
15258
+ "$description": "Used for the side face of an isometric base platform.",
15259
+ "filePath": "src/tokens/contextual/illustration.tokens.json",
15260
+ "isSource": true,
15261
+ "original": {
15262
+ "$value": {
15263
+ "default": "#aea5d6",
15264
+ "dark": "#23222b"
15265
+ },
15266
+ "$type": "color",
15267
+ "$description": "Used for the side face of an isometric base platform."
15268
+ },
15269
+ "name": "ILLUSTRATION_ISOMETRIC_BASE_SIDE_FILL_COLOR",
15270
+ "attributes": {},
15271
+ "path": [
15272
+ "illustration",
15273
+ "isometric",
15274
+ "base",
15275
+ "side",
15276
+ "fill",
15277
+ "color"
15278
+ ]
15279
+ }
15280
+ }
15281
+ }
15282
+ }
15283
+ }
15284
+ },
14398
15285
  "label": {
14399
15286
  "light": {
14400
15287
  "text": {