@gitlab/ui 88.2.1 → 88.4.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.
- package/CHANGELOG.md +14 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +75 -40
- package/dist/tokens/build/js/tokens.js +69 -34
- package/dist/tokens/css/tokens.css +68 -33
- package/dist/tokens/css/tokens.dark.css +74 -39
- package/dist/tokens/js/tokens.dark.js +74 -39
- package/dist/tokens/js/tokens.js +68 -33
- package/dist/tokens/json/tokens.dark.json +834 -93
- package/dist/tokens/json/tokens.json +851 -110
- package/dist/tokens/scss/_tokens.dark.scss +74 -39
- package/dist/tokens/scss/_tokens.scss +68 -33
- package/dist/tokens/scss/_tokens_custom_properties.scss +35 -0
- package/package.json +1 -1
- package/src/tokens/build/css/tokens.css +68 -33
- package/src/tokens/build/css/tokens.dark.css +74 -39
- package/src/tokens/build/js/tokens.dark.js +74 -39
- package/src/tokens/build/js/tokens.js +68 -33
- package/src/tokens/build/json/tokens.dark.json +834 -93
- package/src/tokens/build/json/tokens.json +851 -110
- package/src/tokens/build/scss/_tokens.dark.scss +74 -39
- package/src/tokens/build/scss/_tokens.scss +68 -33
- package/src/tokens/build/scss/_tokens_custom_properties.scss +35 -0
- package/src/tokens/contextual/avatar.tokens.json +12 -6
- package/src/tokens/contextual/badge.tokens.json +208 -33
|
@@ -5410,7 +5410,10 @@
|
|
|
5410
5410
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
5411
5411
|
"isSource": true,
|
|
5412
5412
|
"original": {
|
|
5413
|
-
"value":
|
|
5413
|
+
"value": {
|
|
5414
|
+
"default": "{color.alpha.dark.8}",
|
|
5415
|
+
"dark": "{color.alpha.light.8}"
|
|
5416
|
+
},
|
|
5414
5417
|
"$type": "color",
|
|
5415
5418
|
"comment": "Used to define the edge of an avatar."
|
|
5416
5419
|
},
|
|
@@ -5430,7 +5433,10 @@
|
|
|
5430
5433
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
5431
5434
|
"isSource": true,
|
|
5432
5435
|
"original": {
|
|
5433
|
-
"value":
|
|
5436
|
+
"value": {
|
|
5437
|
+
"default": "{color.alpha.dark.24}",
|
|
5438
|
+
"dark": "{color.alpha.light.24}"
|
|
5439
|
+
},
|
|
5434
5440
|
"$type": "color",
|
|
5435
5441
|
"comment": "Used to increase the edge definition of an avatar in the hover state."
|
|
5436
5442
|
},
|
|
@@ -5457,7 +5463,7 @@
|
|
|
5457
5463
|
"original": {
|
|
5458
5464
|
"value": {
|
|
5459
5465
|
"default": "{color.red.50}",
|
|
5460
|
-
"dark": "{color.red.
|
|
5466
|
+
"dark": "{color.red.950}"
|
|
5461
5467
|
},
|
|
5462
5468
|
"$type": "color",
|
|
5463
5469
|
"comment": "Red background for avatar fallback with no particular meaning."
|
|
@@ -5505,7 +5511,7 @@
|
|
|
5505
5511
|
"original": {
|
|
5506
5512
|
"value": {
|
|
5507
5513
|
"default": "{color.blue.50}",
|
|
5508
|
-
"dark": "{color.blue.
|
|
5514
|
+
"dark": "{color.blue.950}"
|
|
5509
5515
|
},
|
|
5510
5516
|
"$type": "color",
|
|
5511
5517
|
"comment": "Blue background for avatar fallback with no particular meaning."
|
|
@@ -5529,7 +5535,7 @@
|
|
|
5529
5535
|
"original": {
|
|
5530
5536
|
"value": {
|
|
5531
5537
|
"default": "{color.green.50}",
|
|
5532
|
-
"dark": "{color.green.
|
|
5538
|
+
"dark": "{color.green.950}"
|
|
5533
5539
|
},
|
|
5534
5540
|
"$type": "color",
|
|
5535
5541
|
"comment": "Green background for avatar fallback with no particular meaning."
|
|
@@ -5553,7 +5559,7 @@
|
|
|
5553
5559
|
"original": {
|
|
5554
5560
|
"value": {
|
|
5555
5561
|
"default": "{color.orange.50}",
|
|
5556
|
-
"dark": "{color.orange.
|
|
5562
|
+
"dark": "{color.orange.950}"
|
|
5557
5563
|
},
|
|
5558
5564
|
"$type": "color",
|
|
5559
5565
|
"comment": "Orange background for avatar fallback with no particular meaning."
|
|
@@ -5603,7 +5609,7 @@
|
|
|
5603
5609
|
"default": {
|
|
5604
5610
|
"value": "#ececef",
|
|
5605
5611
|
"$type": "color",
|
|
5606
|
-
"comment": "Used for the background of a
|
|
5612
|
+
"comment": "Used for the background of a muted badge when static or the default state when linked.",
|
|
5607
5613
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5608
5614
|
"isSource": true,
|
|
5609
5615
|
"original": {
|
|
@@ -5612,7 +5618,7 @@
|
|
|
5612
5618
|
"dark": "{color.neutral.900}"
|
|
5613
5619
|
},
|
|
5614
5620
|
"$type": "color",
|
|
5615
|
-
"comment": "Used for the background of a
|
|
5621
|
+
"comment": "Used for the background of a muted badge when static or the default state when linked."
|
|
5616
5622
|
},
|
|
5617
5623
|
"name": "BADGE_MUTED_BACKGROUND_COLOR_DEFAULT",
|
|
5618
5624
|
"attributes": {},
|
|
@@ -5624,10 +5630,52 @@
|
|
|
5624
5630
|
"default"
|
|
5625
5631
|
]
|
|
5626
5632
|
},
|
|
5633
|
+
"hover": {
|
|
5634
|
+
"value": "#ececef",
|
|
5635
|
+
"$type": "color",
|
|
5636
|
+
"comment": "Used for the background of a muted badge in the hover state.",
|
|
5637
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5638
|
+
"isSource": true,
|
|
5639
|
+
"original": {
|
|
5640
|
+
"value": "{badge.muted.background.color.default}",
|
|
5641
|
+
"$type": "color",
|
|
5642
|
+
"comment": "Used for the background of a muted badge in the hover state."
|
|
5643
|
+
},
|
|
5644
|
+
"name": "BADGE_MUTED_BACKGROUND_COLOR_HOVER",
|
|
5645
|
+
"attributes": {},
|
|
5646
|
+
"path": [
|
|
5647
|
+
"badge",
|
|
5648
|
+
"muted",
|
|
5649
|
+
"background",
|
|
5650
|
+
"color",
|
|
5651
|
+
"hover"
|
|
5652
|
+
]
|
|
5653
|
+
},
|
|
5654
|
+
"focus": {
|
|
5655
|
+
"value": "#ececef",
|
|
5656
|
+
"$type": "color",
|
|
5657
|
+
"comment": "Used for the background of a muted badge in the focus state.",
|
|
5658
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5659
|
+
"isSource": true,
|
|
5660
|
+
"original": {
|
|
5661
|
+
"value": "{badge.muted.background.color.hover}",
|
|
5662
|
+
"$type": "color",
|
|
5663
|
+
"comment": "Used for the background of a muted badge in the focus state."
|
|
5664
|
+
},
|
|
5665
|
+
"name": "BADGE_MUTED_BACKGROUND_COLOR_FOCUS",
|
|
5666
|
+
"attributes": {},
|
|
5667
|
+
"path": [
|
|
5668
|
+
"badge",
|
|
5669
|
+
"muted",
|
|
5670
|
+
"background",
|
|
5671
|
+
"color",
|
|
5672
|
+
"focus"
|
|
5673
|
+
]
|
|
5674
|
+
},
|
|
5627
5675
|
"active": {
|
|
5628
5676
|
"value": "#dcdcde",
|
|
5629
5677
|
"$type": "color",
|
|
5630
|
-
"comment": "Used for the background of a
|
|
5678
|
+
"comment": "Used for the background of a muted badge in the active state.",
|
|
5631
5679
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5632
5680
|
"isSource": true,
|
|
5633
5681
|
"original": {
|
|
@@ -5636,7 +5684,7 @@
|
|
|
5636
5684
|
"dark": "{color.neutral.800}"
|
|
5637
5685
|
},
|
|
5638
5686
|
"$type": "color",
|
|
5639
|
-
"comment": "Used for the background of a
|
|
5687
|
+
"comment": "Used for the background of a muted badge in the active state."
|
|
5640
5688
|
},
|
|
5641
5689
|
"name": "BADGE_MUTED_BACKGROUND_COLOR_ACTIVE",
|
|
5642
5690
|
"attributes": {},
|
|
@@ -5652,10 +5700,31 @@
|
|
|
5652
5700
|
},
|
|
5653
5701
|
"border": {
|
|
5654
5702
|
"color": {
|
|
5703
|
+
"default": {
|
|
5704
|
+
"value": "transparent",
|
|
5705
|
+
"$type": "color",
|
|
5706
|
+
"comment": "Used for the border of a muted badge when static or the default state when linked.",
|
|
5707
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5708
|
+
"isSource": true,
|
|
5709
|
+
"original": {
|
|
5710
|
+
"value": "{color.alpha.0}",
|
|
5711
|
+
"$type": "color",
|
|
5712
|
+
"comment": "Used for the border of a muted badge when static or the default state when linked."
|
|
5713
|
+
},
|
|
5714
|
+
"name": "BADGE_MUTED_BORDER_COLOR_DEFAULT",
|
|
5715
|
+
"attributes": {},
|
|
5716
|
+
"path": [
|
|
5717
|
+
"badge",
|
|
5718
|
+
"muted",
|
|
5719
|
+
"border",
|
|
5720
|
+
"color",
|
|
5721
|
+
"default"
|
|
5722
|
+
]
|
|
5723
|
+
},
|
|
5655
5724
|
"hover": {
|
|
5656
5725
|
"value": "#bfbfc3",
|
|
5657
5726
|
"$type": "color",
|
|
5658
|
-
"comment": "Used for the border of a
|
|
5727
|
+
"comment": "Used for the border of a muted badge in the hover state.",
|
|
5659
5728
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5660
5729
|
"isSource": true,
|
|
5661
5730
|
"original": {
|
|
@@ -5664,7 +5733,7 @@
|
|
|
5664
5733
|
"dark": "{color.neutral.700}"
|
|
5665
5734
|
},
|
|
5666
5735
|
"$type": "color",
|
|
5667
|
-
"comment": "Used for the border of a
|
|
5736
|
+
"comment": "Used for the border of a muted badge in the hover state."
|
|
5668
5737
|
},
|
|
5669
5738
|
"name": "BADGE_MUTED_BORDER_COLOR_HOVER",
|
|
5670
5739
|
"attributes": {},
|
|
@@ -5675,6 +5744,48 @@
|
|
|
5675
5744
|
"color",
|
|
5676
5745
|
"hover"
|
|
5677
5746
|
]
|
|
5747
|
+
},
|
|
5748
|
+
"focus": {
|
|
5749
|
+
"value": "transparent",
|
|
5750
|
+
"$type": "color",
|
|
5751
|
+
"comment": "Used for the border of a muted badge in the focus state.",
|
|
5752
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5753
|
+
"isSource": true,
|
|
5754
|
+
"original": {
|
|
5755
|
+
"value": "{color.alpha.0}",
|
|
5756
|
+
"$type": "color",
|
|
5757
|
+
"comment": "Used for the border of a muted badge in the focus state."
|
|
5758
|
+
},
|
|
5759
|
+
"name": "BADGE_MUTED_BORDER_COLOR_FOCUS",
|
|
5760
|
+
"attributes": {},
|
|
5761
|
+
"path": [
|
|
5762
|
+
"badge",
|
|
5763
|
+
"muted",
|
|
5764
|
+
"border",
|
|
5765
|
+
"color",
|
|
5766
|
+
"focus"
|
|
5767
|
+
]
|
|
5768
|
+
},
|
|
5769
|
+
"active": {
|
|
5770
|
+
"value": "transparent",
|
|
5771
|
+
"$type": "color",
|
|
5772
|
+
"comment": "Used for the border of a muted badge in the active state.",
|
|
5773
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5774
|
+
"isSource": true,
|
|
5775
|
+
"original": {
|
|
5776
|
+
"value": "{color.alpha.0}",
|
|
5777
|
+
"$type": "color",
|
|
5778
|
+
"comment": "Used for the border of a muted badge in the active state."
|
|
5779
|
+
},
|
|
5780
|
+
"name": "BADGE_MUTED_BORDER_COLOR_ACTIVE",
|
|
5781
|
+
"attributes": {},
|
|
5782
|
+
"path": [
|
|
5783
|
+
"badge",
|
|
5784
|
+
"muted",
|
|
5785
|
+
"border",
|
|
5786
|
+
"color",
|
|
5787
|
+
"active"
|
|
5788
|
+
]
|
|
5678
5789
|
}
|
|
5679
5790
|
}
|
|
5680
5791
|
},
|
|
@@ -5683,7 +5794,7 @@
|
|
|
5683
5794
|
"default": {
|
|
5684
5795
|
"value": "#626168",
|
|
5685
5796
|
"$type": "color",
|
|
5686
|
-
"comment": "Used for the text of a
|
|
5797
|
+
"comment": "Used for the text of a muted badge when static or the default state when linked.",
|
|
5687
5798
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5688
5799
|
"isSource": true,
|
|
5689
5800
|
"original": {
|
|
@@ -5692,7 +5803,7 @@
|
|
|
5692
5803
|
"dark": "{color.neutral.300}"
|
|
5693
5804
|
},
|
|
5694
5805
|
"$type": "color",
|
|
5695
|
-
"comment": "Used for the text of a
|
|
5806
|
+
"comment": "Used for the text of a muted badge when static or the default state when linked."
|
|
5696
5807
|
},
|
|
5697
5808
|
"name": "BADGE_MUTED_TEXT_COLOR_DEFAULT",
|
|
5698
5809
|
"attributes": {},
|
|
@@ -5707,7 +5818,7 @@
|
|
|
5707
5818
|
"hover": {
|
|
5708
5819
|
"value": "#4c4b51",
|
|
5709
5820
|
"$type": "color",
|
|
5710
|
-
"comment": "Used for the text of a
|
|
5821
|
+
"comment": "Used for the text of a muted badge in the hover state.",
|
|
5711
5822
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5712
5823
|
"isSource": true,
|
|
5713
5824
|
"original": {
|
|
@@ -5716,7 +5827,7 @@
|
|
|
5716
5827
|
"dark": "{color.neutral.200}"
|
|
5717
5828
|
},
|
|
5718
5829
|
"$type": "color",
|
|
5719
|
-
"comment": "Used for the text of a
|
|
5830
|
+
"comment": "Used for the text of a muted badge in the hover state."
|
|
5720
5831
|
},
|
|
5721
5832
|
"name": "BADGE_MUTED_TEXT_COLOR_HOVER",
|
|
5722
5833
|
"attributes": {},
|
|
@@ -5731,13 +5842,13 @@
|
|
|
5731
5842
|
"focus": {
|
|
5732
5843
|
"value": "#4c4b51",
|
|
5733
5844
|
"$type": "color",
|
|
5734
|
-
"comment": "Used for the text of a
|
|
5845
|
+
"comment": "Used for the text of a muted badge in the focus state.",
|
|
5735
5846
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5736
5847
|
"isSource": true,
|
|
5737
5848
|
"original": {
|
|
5738
5849
|
"value": "{badge.muted.text.color.hover}",
|
|
5739
5850
|
"$type": "color",
|
|
5740
|
-
"comment": "Used for the text of a
|
|
5851
|
+
"comment": "Used for the text of a muted badge in the focus state."
|
|
5741
5852
|
},
|
|
5742
5853
|
"name": "BADGE_MUTED_TEXT_COLOR_FOCUS",
|
|
5743
5854
|
"attributes": {},
|
|
@@ -5752,7 +5863,7 @@
|
|
|
5752
5863
|
"active": {
|
|
5753
5864
|
"value": "#3a383f",
|
|
5754
5865
|
"$type": "color",
|
|
5755
|
-
"comment": "Used for the text of a
|
|
5866
|
+
"comment": "Used for the text of a muted badge in the active state.",
|
|
5756
5867
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5757
5868
|
"isSource": true,
|
|
5758
5869
|
"original": {
|
|
@@ -5761,7 +5872,7 @@
|
|
|
5761
5872
|
"dark": "{color.neutral.100}"
|
|
5762
5873
|
},
|
|
5763
5874
|
"$type": "color",
|
|
5764
|
-
"comment": "Used for the text of a
|
|
5875
|
+
"comment": "Used for the text of a muted badge in the active state."
|
|
5765
5876
|
},
|
|
5766
5877
|
"name": "BADGE_MUTED_TEXT_COLOR_ACTIVE",
|
|
5767
5878
|
"attributes": {},
|
|
@@ -5780,7 +5891,7 @@
|
|
|
5780
5891
|
"default": {
|
|
5781
5892
|
"value": "#737278",
|
|
5782
5893
|
"$type": "color",
|
|
5783
|
-
"comment": "Used for the icon of a
|
|
5894
|
+
"comment": "Used for the icon of a muted badge when static or the default state when linked.",
|
|
5784
5895
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5785
5896
|
"isSource": true,
|
|
5786
5897
|
"original": {
|
|
@@ -5789,7 +5900,7 @@
|
|
|
5789
5900
|
"dark": "{color.neutral.400}"
|
|
5790
5901
|
},
|
|
5791
5902
|
"$type": "color",
|
|
5792
|
-
"comment": "Used for the icon of a
|
|
5903
|
+
"comment": "Used for the icon of a muted badge when static or the default state when linked."
|
|
5793
5904
|
},
|
|
5794
5905
|
"name": "BADGE_MUTED_ICON_COLOR_DEFAULT",
|
|
5795
5906
|
"attributes": {},
|
|
@@ -5804,7 +5915,7 @@
|
|
|
5804
5915
|
"hover": {
|
|
5805
5916
|
"value": "#626168",
|
|
5806
5917
|
"$type": "color",
|
|
5807
|
-
"comment": "Used for the icon of a
|
|
5918
|
+
"comment": "Used for the icon of a muted badge in the hover state.",
|
|
5808
5919
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5809
5920
|
"isSource": true,
|
|
5810
5921
|
"original": {
|
|
@@ -5813,7 +5924,7 @@
|
|
|
5813
5924
|
"dark": "{color.neutral.300}"
|
|
5814
5925
|
},
|
|
5815
5926
|
"$type": "color",
|
|
5816
|
-
"comment": "Used for the icon of a
|
|
5927
|
+
"comment": "Used for the icon of a muted badge in the hover state."
|
|
5817
5928
|
},
|
|
5818
5929
|
"name": "BADGE_MUTED_ICON_COLOR_HOVER",
|
|
5819
5930
|
"attributes": {},
|
|
@@ -5828,13 +5939,13 @@
|
|
|
5828
5939
|
"focus": {
|
|
5829
5940
|
"value": "#626168",
|
|
5830
5941
|
"$type": "color",
|
|
5831
|
-
"comment": "Used for the icon of a
|
|
5942
|
+
"comment": "Used for the icon of a muted badge in the focus state.",
|
|
5832
5943
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5833
5944
|
"isSource": true,
|
|
5834
5945
|
"original": {
|
|
5835
5946
|
"value": "{badge.muted.icon.color.hover}",
|
|
5836
5947
|
"$type": "color",
|
|
5837
|
-
"comment": "Used for the icon of a
|
|
5948
|
+
"comment": "Used for the icon of a muted badge in the focus state."
|
|
5838
5949
|
},
|
|
5839
5950
|
"name": "BADGE_MUTED_ICON_COLOR_FOCUS",
|
|
5840
5951
|
"attributes": {},
|
|
@@ -5849,7 +5960,7 @@
|
|
|
5849
5960
|
"active": {
|
|
5850
5961
|
"value": "#4c4b51",
|
|
5851
5962
|
"$type": "color",
|
|
5852
|
-
"comment": "Used for the icon of a
|
|
5963
|
+
"comment": "Used for the icon of a muted badge in the active state.",
|
|
5853
5964
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5854
5965
|
"isSource": true,
|
|
5855
5966
|
"original": {
|
|
@@ -5858,7 +5969,7 @@
|
|
|
5858
5969
|
"dark": "{color.neutral.200}"
|
|
5859
5970
|
},
|
|
5860
5971
|
"$type": "color",
|
|
5861
|
-
"comment": "Used for the icon of a
|
|
5972
|
+
"comment": "Used for the icon of a muted badge in the active state."
|
|
5862
5973
|
},
|
|
5863
5974
|
"name": "BADGE_MUTED_ICON_COLOR_ACTIVE",
|
|
5864
5975
|
"attributes": {},
|
|
@@ -5900,6 +6011,48 @@
|
|
|
5900
6011
|
"default"
|
|
5901
6012
|
]
|
|
5902
6013
|
},
|
|
6014
|
+
"hover": {
|
|
6015
|
+
"value": "#dcdcde",
|
|
6016
|
+
"$type": "color",
|
|
6017
|
+
"comment": "Used for the background of a neutral badge in the hover state.",
|
|
6018
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6019
|
+
"isSource": true,
|
|
6020
|
+
"original": {
|
|
6021
|
+
"value": "{badge.neutral.background.color.default}",
|
|
6022
|
+
"$type": "color",
|
|
6023
|
+
"comment": "Used for the background of a neutral badge in the hover state."
|
|
6024
|
+
},
|
|
6025
|
+
"name": "BADGE_NEUTRAL_BACKGROUND_COLOR_HOVER",
|
|
6026
|
+
"attributes": {},
|
|
6027
|
+
"path": [
|
|
6028
|
+
"badge",
|
|
6029
|
+
"neutral",
|
|
6030
|
+
"background",
|
|
6031
|
+
"color",
|
|
6032
|
+
"hover"
|
|
6033
|
+
]
|
|
6034
|
+
},
|
|
6035
|
+
"focus": {
|
|
6036
|
+
"value": "#dcdcde",
|
|
6037
|
+
"$type": "color",
|
|
6038
|
+
"comment": "Used for the background of a neutral badge in the focus state.",
|
|
6039
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6040
|
+
"isSource": true,
|
|
6041
|
+
"original": {
|
|
6042
|
+
"value": "{badge.neutral.background.color.hover}",
|
|
6043
|
+
"$type": "color",
|
|
6044
|
+
"comment": "Used for the background of a neutral badge in the focus state."
|
|
6045
|
+
},
|
|
6046
|
+
"name": "BADGE_NEUTRAL_BACKGROUND_COLOR_FOCUS",
|
|
6047
|
+
"attributes": {},
|
|
6048
|
+
"path": [
|
|
6049
|
+
"badge",
|
|
6050
|
+
"neutral",
|
|
6051
|
+
"background",
|
|
6052
|
+
"color",
|
|
6053
|
+
"focus"
|
|
6054
|
+
]
|
|
6055
|
+
},
|
|
5903
6056
|
"active": {
|
|
5904
6057
|
"value": "#bfbfc3",
|
|
5905
6058
|
"$type": "color",
|
|
@@ -5928,6 +6081,27 @@
|
|
|
5928
6081
|
},
|
|
5929
6082
|
"border": {
|
|
5930
6083
|
"color": {
|
|
6084
|
+
"default": {
|
|
6085
|
+
"value": "transparent",
|
|
6086
|
+
"$type": "color",
|
|
6087
|
+
"comment": "Used for the border of a neutral badge when static or the default state when linked.",
|
|
6088
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6089
|
+
"isSource": true,
|
|
6090
|
+
"original": {
|
|
6091
|
+
"value": "{color.alpha.0}",
|
|
6092
|
+
"$type": "color",
|
|
6093
|
+
"comment": "Used for the border of a neutral badge when static or the default state when linked."
|
|
6094
|
+
},
|
|
6095
|
+
"name": "BADGE_NEUTRAL_BORDER_COLOR_DEFAULT",
|
|
6096
|
+
"attributes": {},
|
|
6097
|
+
"path": [
|
|
6098
|
+
"badge",
|
|
6099
|
+
"neutral",
|
|
6100
|
+
"border",
|
|
6101
|
+
"color",
|
|
6102
|
+
"default"
|
|
6103
|
+
]
|
|
6104
|
+
},
|
|
5931
6105
|
"hover": {
|
|
5932
6106
|
"value": "#bfbfc3",
|
|
5933
6107
|
"$type": "color",
|
|
@@ -5951,6 +6125,48 @@
|
|
|
5951
6125
|
"color",
|
|
5952
6126
|
"hover"
|
|
5953
6127
|
]
|
|
6128
|
+
},
|
|
6129
|
+
"focus": {
|
|
6130
|
+
"value": "transparent",
|
|
6131
|
+
"$type": "color",
|
|
6132
|
+
"comment": "Used for the border of a neutral badge in the focus state.",
|
|
6133
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6134
|
+
"isSource": true,
|
|
6135
|
+
"original": {
|
|
6136
|
+
"value": "{color.alpha.0}",
|
|
6137
|
+
"$type": "color",
|
|
6138
|
+
"comment": "Used for the border of a neutral badge in the focus state."
|
|
6139
|
+
},
|
|
6140
|
+
"name": "BADGE_NEUTRAL_BORDER_COLOR_FOCUS",
|
|
6141
|
+
"attributes": {},
|
|
6142
|
+
"path": [
|
|
6143
|
+
"badge",
|
|
6144
|
+
"neutral",
|
|
6145
|
+
"border",
|
|
6146
|
+
"color",
|
|
6147
|
+
"focus"
|
|
6148
|
+
]
|
|
6149
|
+
},
|
|
6150
|
+
"active": {
|
|
6151
|
+
"value": "transparent",
|
|
6152
|
+
"$type": "color",
|
|
6153
|
+
"comment": "Used for the border of a neutral badge in the active state.",
|
|
6154
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6155
|
+
"isSource": true,
|
|
6156
|
+
"original": {
|
|
6157
|
+
"value": "{color.alpha.0}",
|
|
6158
|
+
"$type": "color",
|
|
6159
|
+
"comment": "Used for the border of a neutral badge in the active state."
|
|
6160
|
+
},
|
|
6161
|
+
"name": "BADGE_NEUTRAL_BORDER_COLOR_ACTIVE",
|
|
6162
|
+
"attributes": {},
|
|
6163
|
+
"path": [
|
|
6164
|
+
"badge",
|
|
6165
|
+
"neutral",
|
|
6166
|
+
"border",
|
|
6167
|
+
"color",
|
|
6168
|
+
"active"
|
|
6169
|
+
]
|
|
5954
6170
|
}
|
|
5955
6171
|
}
|
|
5956
6172
|
},
|
|
@@ -6176,38 +6392,52 @@
|
|
|
6176
6392
|
"default"
|
|
6177
6393
|
]
|
|
6178
6394
|
},
|
|
6179
|
-
"
|
|
6180
|
-
"value": "#
|
|
6395
|
+
"hover": {
|
|
6396
|
+
"value": "#cbe2f9",
|
|
6181
6397
|
"$type": "color",
|
|
6182
|
-
"comment": "Used for the background of an informational badge in the
|
|
6398
|
+
"comment": "Used for the background of an informational badge in the hover state.",
|
|
6183
6399
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6184
6400
|
"isSource": true,
|
|
6185
6401
|
"original": {
|
|
6186
|
-
"value": {
|
|
6187
|
-
"default": "{color.blue.200}",
|
|
6188
|
-
"dark": "{color.blue.700}"
|
|
6189
|
-
},
|
|
6402
|
+
"value": "{badge.info.background.color.default}",
|
|
6190
6403
|
"$type": "color",
|
|
6191
|
-
"comment": "Used for the background of an informational badge in the
|
|
6404
|
+
"comment": "Used for the background of an informational badge in the hover state."
|
|
6192
6405
|
},
|
|
6193
|
-
"name": "
|
|
6406
|
+
"name": "BADGE_INFO_BACKGROUND_COLOR_HOVER",
|
|
6194
6407
|
"attributes": {},
|
|
6195
6408
|
"path": [
|
|
6196
6409
|
"badge",
|
|
6197
6410
|
"info",
|
|
6198
6411
|
"background",
|
|
6199
6412
|
"color",
|
|
6200
|
-
"
|
|
6413
|
+
"hover"
|
|
6201
6414
|
]
|
|
6202
|
-
}
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
|
|
6415
|
+
},
|
|
6416
|
+
"focus": {
|
|
6417
|
+
"value": "#cbe2f9",
|
|
6418
|
+
"$type": "color",
|
|
6419
|
+
"comment": "Used for the background of an informational badge in the focus state.",
|
|
6420
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6421
|
+
"isSource": true,
|
|
6422
|
+
"original": {
|
|
6423
|
+
"value": "{badge.info.background.color.hover}",
|
|
6424
|
+
"$type": "color",
|
|
6425
|
+
"comment": "Used for the background of an informational badge in the focus state."
|
|
6426
|
+
},
|
|
6427
|
+
"name": "BADGE_INFO_BACKGROUND_COLOR_FOCUS",
|
|
6428
|
+
"attributes": {},
|
|
6429
|
+
"path": [
|
|
6430
|
+
"badge",
|
|
6431
|
+
"info",
|
|
6432
|
+
"background",
|
|
6433
|
+
"color",
|
|
6434
|
+
"focus"
|
|
6435
|
+
]
|
|
6436
|
+
},
|
|
6437
|
+
"active": {
|
|
6208
6438
|
"value": "#9dc7f1",
|
|
6209
6439
|
"$type": "color",
|
|
6210
|
-
"comment": "Used for the
|
|
6440
|
+
"comment": "Used for the background of an informational badge in the active state.",
|
|
6211
6441
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6212
6442
|
"isSource": true,
|
|
6213
6443
|
"original": {
|
|
@@ -6216,66 +6446,157 @@
|
|
|
6216
6446
|
"dark": "{color.blue.700}"
|
|
6217
6447
|
},
|
|
6218
6448
|
"$type": "color",
|
|
6219
|
-
"comment": "Used for the
|
|
6449
|
+
"comment": "Used for the background of an informational badge in the active state."
|
|
6220
6450
|
},
|
|
6221
|
-
"name": "
|
|
6451
|
+
"name": "BADGE_INFO_BACKGROUND_COLOR_ACTIVE",
|
|
6222
6452
|
"attributes": {},
|
|
6223
6453
|
"path": [
|
|
6224
6454
|
"badge",
|
|
6225
6455
|
"info",
|
|
6226
|
-
"
|
|
6456
|
+
"background",
|
|
6227
6457
|
"color",
|
|
6228
|
-
"
|
|
6458
|
+
"active"
|
|
6229
6459
|
]
|
|
6230
6460
|
}
|
|
6231
6461
|
}
|
|
6232
6462
|
},
|
|
6233
|
-
"
|
|
6463
|
+
"border": {
|
|
6234
6464
|
"color": {
|
|
6235
6465
|
"default": {
|
|
6236
|
-
"value": "
|
|
6466
|
+
"value": "transparent",
|
|
6237
6467
|
"$type": "color",
|
|
6238
|
-
"comment": "Used for the
|
|
6468
|
+
"comment": "Used for the border of an informational badge when static or the default state when linked.",
|
|
6239
6469
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6240
6470
|
"isSource": true,
|
|
6241
6471
|
"original": {
|
|
6242
|
-
"value": {
|
|
6243
|
-
"default": "{color.blue.700}",
|
|
6244
|
-
"dark": "{color.blue.200}"
|
|
6245
|
-
},
|
|
6472
|
+
"value": "{color.alpha.0}",
|
|
6246
6473
|
"$type": "color",
|
|
6247
|
-
"comment": "Used for the
|
|
6474
|
+
"comment": "Used for the border of an informational badge when static or the default state when linked."
|
|
6248
6475
|
},
|
|
6249
|
-
"name": "
|
|
6476
|
+
"name": "BADGE_INFO_BORDER_COLOR_DEFAULT",
|
|
6250
6477
|
"attributes": {},
|
|
6251
6478
|
"path": [
|
|
6252
6479
|
"badge",
|
|
6253
6480
|
"info",
|
|
6254
|
-
"
|
|
6481
|
+
"border",
|
|
6255
6482
|
"color",
|
|
6256
6483
|
"default"
|
|
6257
6484
|
]
|
|
6258
6485
|
},
|
|
6259
6486
|
"hover": {
|
|
6260
|
-
"value": "#
|
|
6487
|
+
"value": "#9dc7f1",
|
|
6261
6488
|
"$type": "color",
|
|
6262
|
-
"comment": "Used for the
|
|
6489
|
+
"comment": "Used for the border of an informational badge in the hover state.",
|
|
6263
6490
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6264
6491
|
"isSource": true,
|
|
6265
6492
|
"original": {
|
|
6266
6493
|
"value": {
|
|
6267
|
-
"default": "{color.blue.
|
|
6268
|
-
"dark": "{color.blue.
|
|
6494
|
+
"default": "{color.blue.200}",
|
|
6495
|
+
"dark": "{color.blue.700}"
|
|
6269
6496
|
},
|
|
6270
6497
|
"$type": "color",
|
|
6271
|
-
"comment": "Used for the
|
|
6498
|
+
"comment": "Used for the border of an informational badge in the hover state."
|
|
6272
6499
|
},
|
|
6273
|
-
"name": "
|
|
6500
|
+
"name": "BADGE_INFO_BORDER_COLOR_HOVER",
|
|
6274
6501
|
"attributes": {},
|
|
6275
6502
|
"path": [
|
|
6276
6503
|
"badge",
|
|
6277
6504
|
"info",
|
|
6278
|
-
"
|
|
6505
|
+
"border",
|
|
6506
|
+
"color",
|
|
6507
|
+
"hover"
|
|
6508
|
+
]
|
|
6509
|
+
},
|
|
6510
|
+
"focus": {
|
|
6511
|
+
"value": "transparent",
|
|
6512
|
+
"$type": "color",
|
|
6513
|
+
"comment": "Used for the border of an informational badge in the focus state.",
|
|
6514
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6515
|
+
"isSource": true,
|
|
6516
|
+
"original": {
|
|
6517
|
+
"value": "{color.alpha.0}",
|
|
6518
|
+
"$type": "color",
|
|
6519
|
+
"comment": "Used for the border of an informational badge in the focus state."
|
|
6520
|
+
},
|
|
6521
|
+
"name": "BADGE_INFO_BORDER_COLOR_FOCUS",
|
|
6522
|
+
"attributes": {},
|
|
6523
|
+
"path": [
|
|
6524
|
+
"badge",
|
|
6525
|
+
"info",
|
|
6526
|
+
"border",
|
|
6527
|
+
"color",
|
|
6528
|
+
"focus"
|
|
6529
|
+
]
|
|
6530
|
+
},
|
|
6531
|
+
"active": {
|
|
6532
|
+
"value": "transparent",
|
|
6533
|
+
"$type": "color",
|
|
6534
|
+
"comment": "Used for the border of an informational badge in the active state.",
|
|
6535
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6536
|
+
"isSource": true,
|
|
6537
|
+
"original": {
|
|
6538
|
+
"value": "{color.alpha.0}",
|
|
6539
|
+
"$type": "color",
|
|
6540
|
+
"comment": "Used for the border of an informational badge in the active state."
|
|
6541
|
+
},
|
|
6542
|
+
"name": "BADGE_INFO_BORDER_COLOR_ACTIVE",
|
|
6543
|
+
"attributes": {},
|
|
6544
|
+
"path": [
|
|
6545
|
+
"badge",
|
|
6546
|
+
"info",
|
|
6547
|
+
"border",
|
|
6548
|
+
"color",
|
|
6549
|
+
"active"
|
|
6550
|
+
]
|
|
6551
|
+
}
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
6554
|
+
"text": {
|
|
6555
|
+
"color": {
|
|
6556
|
+
"default": {
|
|
6557
|
+
"value": "#0b5cad",
|
|
6558
|
+
"$type": "color",
|
|
6559
|
+
"comment": "Used for the text of an informational badge when static or the default state when linked.",
|
|
6560
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6561
|
+
"isSource": true,
|
|
6562
|
+
"original": {
|
|
6563
|
+
"value": {
|
|
6564
|
+
"default": "{color.blue.700}",
|
|
6565
|
+
"dark": "{color.blue.200}"
|
|
6566
|
+
},
|
|
6567
|
+
"$type": "color",
|
|
6568
|
+
"comment": "Used for the text of an informational badge when static or the default state when linked."
|
|
6569
|
+
},
|
|
6570
|
+
"name": "BADGE_INFO_TEXT_COLOR_DEFAULT",
|
|
6571
|
+
"attributes": {},
|
|
6572
|
+
"path": [
|
|
6573
|
+
"badge",
|
|
6574
|
+
"info",
|
|
6575
|
+
"text",
|
|
6576
|
+
"color",
|
|
6577
|
+
"default"
|
|
6578
|
+
]
|
|
6579
|
+
},
|
|
6580
|
+
"hover": {
|
|
6581
|
+
"value": "#064787",
|
|
6582
|
+
"$type": "color",
|
|
6583
|
+
"comment": "Used for the text of an informational badge in the hover state.",
|
|
6584
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6585
|
+
"isSource": true,
|
|
6586
|
+
"original": {
|
|
6587
|
+
"value": {
|
|
6588
|
+
"default": "{color.blue.800}",
|
|
6589
|
+
"dark": "{color.blue.100}"
|
|
6590
|
+
},
|
|
6591
|
+
"$type": "color",
|
|
6592
|
+
"comment": "Used for the text of an informational badge in the hover state."
|
|
6593
|
+
},
|
|
6594
|
+
"name": "BADGE_INFO_TEXT_COLOR_HOVER",
|
|
6595
|
+
"attributes": {},
|
|
6596
|
+
"path": [
|
|
6597
|
+
"badge",
|
|
6598
|
+
"info",
|
|
6599
|
+
"text",
|
|
6279
6600
|
"color",
|
|
6280
6601
|
"hover"
|
|
6281
6602
|
]
|
|
@@ -6452,6 +6773,48 @@
|
|
|
6452
6773
|
"default"
|
|
6453
6774
|
]
|
|
6454
6775
|
},
|
|
6776
|
+
"hover": {
|
|
6777
|
+
"value": "#c3e6cd",
|
|
6778
|
+
"$type": "color",
|
|
6779
|
+
"comment": "Used for the background of a success badge in the hover state.",
|
|
6780
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6781
|
+
"isSource": true,
|
|
6782
|
+
"original": {
|
|
6783
|
+
"value": "{badge.success.background.color.default}",
|
|
6784
|
+
"$type": "color",
|
|
6785
|
+
"comment": "Used for the background of a success badge in the hover state."
|
|
6786
|
+
},
|
|
6787
|
+
"name": "BADGE_SUCCESS_BACKGROUND_COLOR_HOVER",
|
|
6788
|
+
"attributes": {},
|
|
6789
|
+
"path": [
|
|
6790
|
+
"badge",
|
|
6791
|
+
"success",
|
|
6792
|
+
"background",
|
|
6793
|
+
"color",
|
|
6794
|
+
"hover"
|
|
6795
|
+
]
|
|
6796
|
+
},
|
|
6797
|
+
"focus": {
|
|
6798
|
+
"value": "#c3e6cd",
|
|
6799
|
+
"$type": "color",
|
|
6800
|
+
"comment": "Used for the background of a success badge in the focus state.",
|
|
6801
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6802
|
+
"isSource": true,
|
|
6803
|
+
"original": {
|
|
6804
|
+
"value": "{badge.success.background.color.hover}",
|
|
6805
|
+
"$type": "color",
|
|
6806
|
+
"comment": "Used for the background of a success badge in the focus state."
|
|
6807
|
+
},
|
|
6808
|
+
"name": "BADGE_SUCCESS_BACKGROUND_COLOR_FOCUS",
|
|
6809
|
+
"attributes": {},
|
|
6810
|
+
"path": [
|
|
6811
|
+
"badge",
|
|
6812
|
+
"success",
|
|
6813
|
+
"background",
|
|
6814
|
+
"color",
|
|
6815
|
+
"focus"
|
|
6816
|
+
]
|
|
6817
|
+
},
|
|
6455
6818
|
"active": {
|
|
6456
6819
|
"value": "#91d4a8",
|
|
6457
6820
|
"$type": "color",
|
|
@@ -6480,6 +6843,27 @@
|
|
|
6480
6843
|
},
|
|
6481
6844
|
"border": {
|
|
6482
6845
|
"color": {
|
|
6846
|
+
"default": {
|
|
6847
|
+
"value": "transparent",
|
|
6848
|
+
"$type": "color",
|
|
6849
|
+
"comment": "Used for the border of a success badge when static or the default state when linked.",
|
|
6850
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6851
|
+
"isSource": true,
|
|
6852
|
+
"original": {
|
|
6853
|
+
"value": "{color.alpha.0}",
|
|
6854
|
+
"$type": "color",
|
|
6855
|
+
"comment": "Used for the border of a success badge when static or the default state when linked."
|
|
6856
|
+
},
|
|
6857
|
+
"name": "BADGE_SUCCESS_BORDER_COLOR_DEFAULT",
|
|
6858
|
+
"attributes": {},
|
|
6859
|
+
"path": [
|
|
6860
|
+
"badge",
|
|
6861
|
+
"success",
|
|
6862
|
+
"border",
|
|
6863
|
+
"color",
|
|
6864
|
+
"default"
|
|
6865
|
+
]
|
|
6866
|
+
},
|
|
6483
6867
|
"hover": {
|
|
6484
6868
|
"value": "#91d4a8",
|
|
6485
6869
|
"$type": "color",
|
|
@@ -6503,6 +6887,48 @@
|
|
|
6503
6887
|
"color",
|
|
6504
6888
|
"hover"
|
|
6505
6889
|
]
|
|
6890
|
+
},
|
|
6891
|
+
"focus": {
|
|
6892
|
+
"value": "transparent",
|
|
6893
|
+
"$type": "color",
|
|
6894
|
+
"comment": "Used for the border of a success badge in the focus state.",
|
|
6895
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6896
|
+
"isSource": true,
|
|
6897
|
+
"original": {
|
|
6898
|
+
"value": "{color.alpha.0}",
|
|
6899
|
+
"$type": "color",
|
|
6900
|
+
"comment": "Used for the border of a success badge in the focus state."
|
|
6901
|
+
},
|
|
6902
|
+
"name": "BADGE_SUCCESS_BORDER_COLOR_FOCUS",
|
|
6903
|
+
"attributes": {},
|
|
6904
|
+
"path": [
|
|
6905
|
+
"badge",
|
|
6906
|
+
"success",
|
|
6907
|
+
"border",
|
|
6908
|
+
"color",
|
|
6909
|
+
"focus"
|
|
6910
|
+
]
|
|
6911
|
+
},
|
|
6912
|
+
"active": {
|
|
6913
|
+
"value": "transparent",
|
|
6914
|
+
"$type": "color",
|
|
6915
|
+
"comment": "Used for the border of a success badge in the active state.",
|
|
6916
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6917
|
+
"isSource": true,
|
|
6918
|
+
"original": {
|
|
6919
|
+
"value": "{color.alpha.0}",
|
|
6920
|
+
"$type": "color",
|
|
6921
|
+
"comment": "Used for the border of a success badge in the active state."
|
|
6922
|
+
},
|
|
6923
|
+
"name": "BADGE_SUCCESS_BORDER_COLOR_ACTIVE",
|
|
6924
|
+
"attributes": {},
|
|
6925
|
+
"path": [
|
|
6926
|
+
"badge",
|
|
6927
|
+
"success",
|
|
6928
|
+
"border",
|
|
6929
|
+
"color",
|
|
6930
|
+
"active"
|
|
6931
|
+
]
|
|
6506
6932
|
}
|
|
6507
6933
|
}
|
|
6508
6934
|
},
|
|
@@ -6707,7 +7133,7 @@
|
|
|
6707
7133
|
"default": {
|
|
6708
7134
|
"value": "#f5d9a8",
|
|
6709
7135
|
"$type": "color",
|
|
6710
|
-
"comment": "Used for the background of a warning
|
|
7136
|
+
"comment": "Used for the background of a warning badge when static or the default state when linked.",
|
|
6711
7137
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6712
7138
|
"isSource": true,
|
|
6713
7139
|
"original": {
|
|
@@ -6716,7 +7142,7 @@
|
|
|
6716
7142
|
"dark": "{color.orange.800}"
|
|
6717
7143
|
},
|
|
6718
7144
|
"$type": "color",
|
|
6719
|
-
"comment": "Used for the background of a warning
|
|
7145
|
+
"comment": "Used for the background of a warning badge when static or the default state when linked."
|
|
6720
7146
|
},
|
|
6721
7147
|
"name": "BADGE_WARNING_BACKGROUND_COLOR_DEFAULT",
|
|
6722
7148
|
"attributes": {},
|
|
@@ -6728,10 +7154,52 @@
|
|
|
6728
7154
|
"default"
|
|
6729
7155
|
]
|
|
6730
7156
|
},
|
|
7157
|
+
"hover": {
|
|
7158
|
+
"value": "#f5d9a8",
|
|
7159
|
+
"$type": "color",
|
|
7160
|
+
"comment": "Used for the background of a warning badge in the hover state.",
|
|
7161
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7162
|
+
"isSource": true,
|
|
7163
|
+
"original": {
|
|
7164
|
+
"value": "{badge.warning.background.color.default}",
|
|
7165
|
+
"$type": "color",
|
|
7166
|
+
"comment": "Used for the background of a warning badge in the hover state."
|
|
7167
|
+
},
|
|
7168
|
+
"name": "BADGE_WARNING_BACKGROUND_COLOR_HOVER",
|
|
7169
|
+
"attributes": {},
|
|
7170
|
+
"path": [
|
|
7171
|
+
"badge",
|
|
7172
|
+
"warning",
|
|
7173
|
+
"background",
|
|
7174
|
+
"color",
|
|
7175
|
+
"hover"
|
|
7176
|
+
]
|
|
7177
|
+
},
|
|
7178
|
+
"focus": {
|
|
7179
|
+
"value": "#f5d9a8",
|
|
7180
|
+
"$type": "color",
|
|
7181
|
+
"comment": "Used for the background of a warning badge in the focus state.",
|
|
7182
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7183
|
+
"isSource": true,
|
|
7184
|
+
"original": {
|
|
7185
|
+
"value": "{badge.warning.background.color.hover}",
|
|
7186
|
+
"$type": "color",
|
|
7187
|
+
"comment": "Used for the background of a warning badge in the focus state."
|
|
7188
|
+
},
|
|
7189
|
+
"name": "BADGE_WARNING_BACKGROUND_COLOR_FOCUS",
|
|
7190
|
+
"attributes": {},
|
|
7191
|
+
"path": [
|
|
7192
|
+
"badge",
|
|
7193
|
+
"warning",
|
|
7194
|
+
"background",
|
|
7195
|
+
"color",
|
|
7196
|
+
"focus"
|
|
7197
|
+
]
|
|
7198
|
+
},
|
|
6731
7199
|
"active": {
|
|
6732
7200
|
"value": "#e9be74",
|
|
6733
7201
|
"$type": "color",
|
|
6734
|
-
"comment": "Used for the background of a warning
|
|
7202
|
+
"comment": "Used for the background of a warning badge in the active state.",
|
|
6735
7203
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6736
7204
|
"isSource": true,
|
|
6737
7205
|
"original": {
|
|
@@ -6740,7 +7208,7 @@
|
|
|
6740
7208
|
"dark": "{color.orange.700}"
|
|
6741
7209
|
},
|
|
6742
7210
|
"$type": "color",
|
|
6743
|
-
"comment": "Used for the background of a warning
|
|
7211
|
+
"comment": "Used for the background of a warning badge in the active state."
|
|
6744
7212
|
},
|
|
6745
7213
|
"name": "BADGE_WARNING_BACKGROUND_COLOR_ACTIVE",
|
|
6746
7214
|
"attributes": {},
|
|
@@ -6756,10 +7224,31 @@
|
|
|
6756
7224
|
},
|
|
6757
7225
|
"border": {
|
|
6758
7226
|
"color": {
|
|
7227
|
+
"default": {
|
|
7228
|
+
"value": "transparent",
|
|
7229
|
+
"$type": "color",
|
|
7230
|
+
"comment": "Used for the border of a warning badge when static or the default state when linked.",
|
|
7231
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7232
|
+
"isSource": true,
|
|
7233
|
+
"original": {
|
|
7234
|
+
"value": "{color.alpha.0}",
|
|
7235
|
+
"$type": "color",
|
|
7236
|
+
"comment": "Used for the border of a warning badge when static or the default state when linked."
|
|
7237
|
+
},
|
|
7238
|
+
"name": "BADGE_WARNING_BORDER_COLOR_DEFAULT",
|
|
7239
|
+
"attributes": {},
|
|
7240
|
+
"path": [
|
|
7241
|
+
"badge",
|
|
7242
|
+
"warning",
|
|
7243
|
+
"border",
|
|
7244
|
+
"color",
|
|
7245
|
+
"default"
|
|
7246
|
+
]
|
|
7247
|
+
},
|
|
6759
7248
|
"hover": {
|
|
6760
7249
|
"value": "#e9be74",
|
|
6761
7250
|
"$type": "color",
|
|
6762
|
-
"comment": "Used for the border of a warning
|
|
7251
|
+
"comment": "Used for the border of a warning badge in the hover state.",
|
|
6763
7252
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6764
7253
|
"isSource": true,
|
|
6765
7254
|
"original": {
|
|
@@ -6768,7 +7257,7 @@
|
|
|
6768
7257
|
"dark": "{color.orange.700}"
|
|
6769
7258
|
},
|
|
6770
7259
|
"$type": "color",
|
|
6771
|
-
"comment": "Used for the border of a warning
|
|
7260
|
+
"comment": "Used for the border of a warning badge in the hover state."
|
|
6772
7261
|
},
|
|
6773
7262
|
"name": "BADGE_WARNING_BORDER_COLOR_HOVER",
|
|
6774
7263
|
"attributes": {},
|
|
@@ -6779,6 +7268,48 @@
|
|
|
6779
7268
|
"color",
|
|
6780
7269
|
"hover"
|
|
6781
7270
|
]
|
|
7271
|
+
},
|
|
7272
|
+
"focus": {
|
|
7273
|
+
"value": "transparent",
|
|
7274
|
+
"$type": "color",
|
|
7275
|
+
"comment": "Used for the border of a warning badge in the focus state.",
|
|
7276
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7277
|
+
"isSource": true,
|
|
7278
|
+
"original": {
|
|
7279
|
+
"value": "{color.alpha.0}",
|
|
7280
|
+
"$type": "color",
|
|
7281
|
+
"comment": "Used for the border of a warning badge in the focus state."
|
|
7282
|
+
},
|
|
7283
|
+
"name": "BADGE_WARNING_BORDER_COLOR_FOCUS",
|
|
7284
|
+
"attributes": {},
|
|
7285
|
+
"path": [
|
|
7286
|
+
"badge",
|
|
7287
|
+
"warning",
|
|
7288
|
+
"border",
|
|
7289
|
+
"color",
|
|
7290
|
+
"focus"
|
|
7291
|
+
]
|
|
7292
|
+
},
|
|
7293
|
+
"active": {
|
|
7294
|
+
"value": "transparent",
|
|
7295
|
+
"$type": "color",
|
|
7296
|
+
"comment": "Used for the border of a warning badge in the active state.",
|
|
7297
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7298
|
+
"isSource": true,
|
|
7299
|
+
"original": {
|
|
7300
|
+
"value": "{color.alpha.0}",
|
|
7301
|
+
"$type": "color",
|
|
7302
|
+
"comment": "Used for the border of a warning badge in the active state."
|
|
7303
|
+
},
|
|
7304
|
+
"name": "BADGE_WARNING_BORDER_COLOR_ACTIVE",
|
|
7305
|
+
"attributes": {},
|
|
7306
|
+
"path": [
|
|
7307
|
+
"badge",
|
|
7308
|
+
"warning",
|
|
7309
|
+
"border",
|
|
7310
|
+
"color",
|
|
7311
|
+
"active"
|
|
7312
|
+
]
|
|
6782
7313
|
}
|
|
6783
7314
|
}
|
|
6784
7315
|
},
|
|
@@ -6787,7 +7318,7 @@
|
|
|
6787
7318
|
"default": {
|
|
6788
7319
|
"value": "#8f4700",
|
|
6789
7320
|
"$type": "color",
|
|
6790
|
-
"comment": "Used for the text of a warning
|
|
7321
|
+
"comment": "Used for the text of a warning badge when static or the default state when linked.",
|
|
6791
7322
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6792
7323
|
"isSource": true,
|
|
6793
7324
|
"original": {
|
|
@@ -6796,7 +7327,7 @@
|
|
|
6796
7327
|
"dark": "{color.orange.200}"
|
|
6797
7328
|
},
|
|
6798
7329
|
"$type": "color",
|
|
6799
|
-
"comment": "Used for the text of a warning
|
|
7330
|
+
"comment": "Used for the text of a warning badge when static or the default state when linked."
|
|
6800
7331
|
},
|
|
6801
7332
|
"name": "BADGE_WARNING_TEXT_COLOR_DEFAULT",
|
|
6802
7333
|
"attributes": {},
|
|
@@ -6811,7 +7342,7 @@
|
|
|
6811
7342
|
"hover": {
|
|
6812
7343
|
"value": "#703800",
|
|
6813
7344
|
"$type": "color",
|
|
6814
|
-
"comment": "Used for the text of a warning
|
|
7345
|
+
"comment": "Used for the text of a warning badge in the hover state.",
|
|
6815
7346
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6816
7347
|
"isSource": true,
|
|
6817
7348
|
"original": {
|
|
@@ -6820,7 +7351,7 @@
|
|
|
6820
7351
|
"dark": "{color.orange.100}"
|
|
6821
7352
|
},
|
|
6822
7353
|
"$type": "color",
|
|
6823
|
-
"comment": "Used for the text of a warning
|
|
7354
|
+
"comment": "Used for the text of a warning badge in the hover state."
|
|
6824
7355
|
},
|
|
6825
7356
|
"name": "BADGE_WARNING_TEXT_COLOR_HOVER",
|
|
6826
7357
|
"attributes": {},
|
|
@@ -6835,13 +7366,13 @@
|
|
|
6835
7366
|
"focus": {
|
|
6836
7367
|
"value": "#703800",
|
|
6837
7368
|
"$type": "color",
|
|
6838
|
-
"comment": "Used for the text of a warning
|
|
7369
|
+
"comment": "Used for the text of a warning badge in the focus state.",
|
|
6839
7370
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6840
7371
|
"isSource": true,
|
|
6841
7372
|
"original": {
|
|
6842
7373
|
"value": "{badge.warning.text.color.hover}",
|
|
6843
7374
|
"$type": "color",
|
|
6844
|
-
"comment": "Used for the text of a warning
|
|
7375
|
+
"comment": "Used for the text of a warning badge in the focus state."
|
|
6845
7376
|
},
|
|
6846
7377
|
"name": "BADGE_WARNING_TEXT_COLOR_FOCUS",
|
|
6847
7378
|
"attributes": {},
|
|
@@ -6856,7 +7387,7 @@
|
|
|
6856
7387
|
"active": {
|
|
6857
7388
|
"value": "#5c2900",
|
|
6858
7389
|
"$type": "color",
|
|
6859
|
-
"comment": "Used for the text of a warning
|
|
7390
|
+
"comment": "Used for the text of a warning badge in the active state.",
|
|
6860
7391
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6861
7392
|
"isSource": true,
|
|
6862
7393
|
"original": {
|
|
@@ -6865,7 +7396,7 @@
|
|
|
6865
7396
|
"dark": "{color.orange.50}"
|
|
6866
7397
|
},
|
|
6867
7398
|
"$type": "color",
|
|
6868
|
-
"comment": "Used for the text of a warning
|
|
7399
|
+
"comment": "Used for the text of a warning badge in the active state."
|
|
6869
7400
|
},
|
|
6870
7401
|
"name": "BADGE_WARNING_TEXT_COLOR_ACTIVE",
|
|
6871
7402
|
"attributes": {},
|
|
@@ -6884,7 +7415,7 @@
|
|
|
6884
7415
|
"default": {
|
|
6885
7416
|
"value": "#ab6100",
|
|
6886
7417
|
"$type": "color",
|
|
6887
|
-
"comment": "Used for the icon of a warning
|
|
7418
|
+
"comment": "Used for the icon of a warning badge when static or the default state when linked.",
|
|
6888
7419
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6889
7420
|
"isSource": true,
|
|
6890
7421
|
"original": {
|
|
@@ -6893,7 +7424,7 @@
|
|
|
6893
7424
|
"dark": "{color.orange.400}"
|
|
6894
7425
|
},
|
|
6895
7426
|
"$type": "color",
|
|
6896
|
-
"comment": "Used for the icon of a warning
|
|
7427
|
+
"comment": "Used for the icon of a warning badge when static or the default state when linked."
|
|
6897
7428
|
},
|
|
6898
7429
|
"name": "BADGE_WARNING_ICON_COLOR_DEFAULT",
|
|
6899
7430
|
"attributes": {},
|
|
@@ -6908,7 +7439,7 @@
|
|
|
6908
7439
|
"hover": {
|
|
6909
7440
|
"value": "#9e5400",
|
|
6910
7441
|
"$type": "color",
|
|
6911
|
-
"comment": "Used for the icon of a warning
|
|
7442
|
+
"comment": "Used for the icon of a warning badge in the hover state.",
|
|
6912
7443
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6913
7444
|
"isSource": true,
|
|
6914
7445
|
"original": {
|
|
@@ -6917,7 +7448,7 @@
|
|
|
6917
7448
|
"dark": "{color.orange.300}"
|
|
6918
7449
|
},
|
|
6919
7450
|
"$type": "color",
|
|
6920
|
-
"comment": "Used for the icon of a warning
|
|
7451
|
+
"comment": "Used for the icon of a warning badge in the hover state."
|
|
6921
7452
|
},
|
|
6922
7453
|
"name": "BADGE_WARNING_ICON_COLOR_HOVER",
|
|
6923
7454
|
"attributes": {},
|
|
@@ -6932,13 +7463,13 @@
|
|
|
6932
7463
|
"focus": {
|
|
6933
7464
|
"value": "#9e5400",
|
|
6934
7465
|
"$type": "color",
|
|
6935
|
-
"comment": "Used for the icon of a warning
|
|
7466
|
+
"comment": "Used for the icon of a warning badge in the focus state.",
|
|
6936
7467
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6937
7468
|
"isSource": true,
|
|
6938
7469
|
"original": {
|
|
6939
7470
|
"value": "{badge.warning.icon.color.hover}",
|
|
6940
7471
|
"$type": "color",
|
|
6941
|
-
"comment": "Used for the icon of a warning
|
|
7472
|
+
"comment": "Used for the icon of a warning badge in the focus state."
|
|
6942
7473
|
},
|
|
6943
7474
|
"name": "BADGE_WARNING_ICON_COLOR_FOCUS",
|
|
6944
7475
|
"attributes": {},
|
|
@@ -6953,7 +7484,7 @@
|
|
|
6953
7484
|
"active": {
|
|
6954
7485
|
"value": "#8f4700",
|
|
6955
7486
|
"$type": "color",
|
|
6956
|
-
"comment": "Used for the icon of a warning
|
|
7487
|
+
"comment": "Used for the icon of a warning badge in the active state.",
|
|
6957
7488
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6958
7489
|
"isSource": true,
|
|
6959
7490
|
"original": {
|
|
@@ -6962,7 +7493,7 @@
|
|
|
6962
7493
|
"dark": "{color.orange.200}"
|
|
6963
7494
|
},
|
|
6964
7495
|
"$type": "color",
|
|
6965
|
-
"comment": "Used for the icon of a warning
|
|
7496
|
+
"comment": "Used for the icon of a warning badge in the active state."
|
|
6966
7497
|
},
|
|
6967
7498
|
"name": "BADGE_WARNING_ICON_COLOR_ACTIVE",
|
|
6968
7499
|
"attributes": {},
|
|
@@ -6983,7 +7514,7 @@
|
|
|
6983
7514
|
"default": {
|
|
6984
7515
|
"value": "#fdd4cd",
|
|
6985
7516
|
"$type": "color",
|
|
6986
|
-
"comment": "Used for the background of a danger
|
|
7517
|
+
"comment": "Used for the background of a danger badge when static or the default state when linked.",
|
|
6987
7518
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6988
7519
|
"isSource": true,
|
|
6989
7520
|
"original": {
|
|
@@ -6992,7 +7523,7 @@
|
|
|
6992
7523
|
"dark": "{color.red.800}"
|
|
6993
7524
|
},
|
|
6994
7525
|
"$type": "color",
|
|
6995
|
-
"comment": "Used for the background of a danger
|
|
7526
|
+
"comment": "Used for the background of a danger badge when static or the default state when linked."
|
|
6996
7527
|
},
|
|
6997
7528
|
"name": "BADGE_DANGER_BACKGROUND_COLOR_DEFAULT",
|
|
6998
7529
|
"attributes": {},
|
|
@@ -7004,10 +7535,52 @@
|
|
|
7004
7535
|
"default"
|
|
7005
7536
|
]
|
|
7006
7537
|
},
|
|
7538
|
+
"hover": {
|
|
7539
|
+
"value": "#fdd4cd",
|
|
7540
|
+
"$type": "color",
|
|
7541
|
+
"comment": "Used for the background of a danger badge in the hover state.",
|
|
7542
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7543
|
+
"isSource": true,
|
|
7544
|
+
"original": {
|
|
7545
|
+
"value": "{badge.danger.background.color.default}",
|
|
7546
|
+
"$type": "color",
|
|
7547
|
+
"comment": "Used for the background of a danger badge in the hover state."
|
|
7548
|
+
},
|
|
7549
|
+
"name": "BADGE_DANGER_BACKGROUND_COLOR_HOVER",
|
|
7550
|
+
"attributes": {},
|
|
7551
|
+
"path": [
|
|
7552
|
+
"badge",
|
|
7553
|
+
"danger",
|
|
7554
|
+
"background",
|
|
7555
|
+
"color",
|
|
7556
|
+
"hover"
|
|
7557
|
+
]
|
|
7558
|
+
},
|
|
7559
|
+
"focus": {
|
|
7560
|
+
"value": "#fdd4cd",
|
|
7561
|
+
"$type": "color",
|
|
7562
|
+
"comment": "Used for the background of a danger badge in the focus state.",
|
|
7563
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7564
|
+
"isSource": true,
|
|
7565
|
+
"original": {
|
|
7566
|
+
"value": "{badge.danger.background.color.hover}",
|
|
7567
|
+
"$type": "color",
|
|
7568
|
+
"comment": "Used for the background of a danger badge in the focus state."
|
|
7569
|
+
},
|
|
7570
|
+
"name": "BADGE_DANGER_BACKGROUND_COLOR_FOCUS",
|
|
7571
|
+
"attributes": {},
|
|
7572
|
+
"path": [
|
|
7573
|
+
"badge",
|
|
7574
|
+
"danger",
|
|
7575
|
+
"background",
|
|
7576
|
+
"color",
|
|
7577
|
+
"focus"
|
|
7578
|
+
]
|
|
7579
|
+
},
|
|
7007
7580
|
"active": {
|
|
7008
7581
|
"value": "#fcb5aa",
|
|
7009
7582
|
"$type": "color",
|
|
7010
|
-
"comment": "Used for the background of a danger
|
|
7583
|
+
"comment": "Used for the background of a danger badge in the active state.",
|
|
7011
7584
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7012
7585
|
"isSource": true,
|
|
7013
7586
|
"original": {
|
|
@@ -7016,7 +7589,7 @@
|
|
|
7016
7589
|
"dark": "{color.red.700}"
|
|
7017
7590
|
},
|
|
7018
7591
|
"$type": "color",
|
|
7019
|
-
"comment": "Used for the background of a danger
|
|
7592
|
+
"comment": "Used for the background of a danger badge in the active state."
|
|
7020
7593
|
},
|
|
7021
7594
|
"name": "BADGE_DANGER_BACKGROUND_COLOR_ACTIVE",
|
|
7022
7595
|
"attributes": {},
|
|
@@ -7032,10 +7605,31 @@
|
|
|
7032
7605
|
},
|
|
7033
7606
|
"border": {
|
|
7034
7607
|
"color": {
|
|
7608
|
+
"default": {
|
|
7609
|
+
"value": "transparent",
|
|
7610
|
+
"$type": "color",
|
|
7611
|
+
"comment": "Used for the border of a danger badge when static or the default state when linked.",
|
|
7612
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7613
|
+
"isSource": true,
|
|
7614
|
+
"original": {
|
|
7615
|
+
"value": "{color.alpha.0}",
|
|
7616
|
+
"$type": "color",
|
|
7617
|
+
"comment": "Used for the border of a danger badge when static or the default state when linked."
|
|
7618
|
+
},
|
|
7619
|
+
"name": "BADGE_DANGER_BORDER_COLOR_DEFAULT",
|
|
7620
|
+
"attributes": {},
|
|
7621
|
+
"path": [
|
|
7622
|
+
"badge",
|
|
7623
|
+
"danger",
|
|
7624
|
+
"border",
|
|
7625
|
+
"color",
|
|
7626
|
+
"default"
|
|
7627
|
+
]
|
|
7628
|
+
},
|
|
7035
7629
|
"hover": {
|
|
7036
7630
|
"value": "#fcb5aa",
|
|
7037
7631
|
"$type": "color",
|
|
7038
|
-
"comment": "Used for the border of a danger
|
|
7632
|
+
"comment": "Used for the border of a danger badge in the hover state.",
|
|
7039
7633
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7040
7634
|
"isSource": true,
|
|
7041
7635
|
"original": {
|
|
@@ -7044,7 +7638,7 @@
|
|
|
7044
7638
|
"dark": "{color.red.700}"
|
|
7045
7639
|
},
|
|
7046
7640
|
"$type": "color",
|
|
7047
|
-
"comment": "Used for the border of a danger
|
|
7641
|
+
"comment": "Used for the border of a danger badge in the hover state."
|
|
7048
7642
|
},
|
|
7049
7643
|
"name": "BADGE_DANGER_BORDER_COLOR_HOVER",
|
|
7050
7644
|
"attributes": {},
|
|
@@ -7055,6 +7649,48 @@
|
|
|
7055
7649
|
"color",
|
|
7056
7650
|
"hover"
|
|
7057
7651
|
]
|
|
7652
|
+
},
|
|
7653
|
+
"focus": {
|
|
7654
|
+
"value": "transparent",
|
|
7655
|
+
"$type": "color",
|
|
7656
|
+
"comment": "Used for the border of a danger badge in the focus state.",
|
|
7657
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7658
|
+
"isSource": true,
|
|
7659
|
+
"original": {
|
|
7660
|
+
"value": "{color.alpha.0}",
|
|
7661
|
+
"$type": "color",
|
|
7662
|
+
"comment": "Used for the border of a danger badge in the focus state."
|
|
7663
|
+
},
|
|
7664
|
+
"name": "BADGE_DANGER_BORDER_COLOR_FOCUS",
|
|
7665
|
+
"attributes": {},
|
|
7666
|
+
"path": [
|
|
7667
|
+
"badge",
|
|
7668
|
+
"danger",
|
|
7669
|
+
"border",
|
|
7670
|
+
"color",
|
|
7671
|
+
"focus"
|
|
7672
|
+
]
|
|
7673
|
+
},
|
|
7674
|
+
"active": {
|
|
7675
|
+
"value": "transparent",
|
|
7676
|
+
"$type": "color",
|
|
7677
|
+
"comment": "Used for the border of a danger badge in the active state.",
|
|
7678
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7679
|
+
"isSource": true,
|
|
7680
|
+
"original": {
|
|
7681
|
+
"value": "{color.alpha.0}",
|
|
7682
|
+
"$type": "color",
|
|
7683
|
+
"comment": "Used for the border of a danger badge in the active state."
|
|
7684
|
+
},
|
|
7685
|
+
"name": "BADGE_DANGER_BORDER_COLOR_ACTIVE",
|
|
7686
|
+
"attributes": {},
|
|
7687
|
+
"path": [
|
|
7688
|
+
"badge",
|
|
7689
|
+
"danger",
|
|
7690
|
+
"border",
|
|
7691
|
+
"color",
|
|
7692
|
+
"active"
|
|
7693
|
+
]
|
|
7058
7694
|
}
|
|
7059
7695
|
}
|
|
7060
7696
|
},
|
|
@@ -7063,7 +7699,7 @@
|
|
|
7063
7699
|
"default": {
|
|
7064
7700
|
"value": "#ae1800",
|
|
7065
7701
|
"$type": "color",
|
|
7066
|
-
"comment": "Used for the text of a danger
|
|
7702
|
+
"comment": "Used for the text of a danger badge when static or the default state when linked.",
|
|
7067
7703
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7068
7704
|
"isSource": true,
|
|
7069
7705
|
"original": {
|
|
@@ -7072,7 +7708,7 @@
|
|
|
7072
7708
|
"dark": "{color.red.200}"
|
|
7073
7709
|
},
|
|
7074
7710
|
"$type": "color",
|
|
7075
|
-
"comment": "Used for the text of a danger
|
|
7711
|
+
"comment": "Used for the text of a danger badge when static or the default state when linked."
|
|
7076
7712
|
},
|
|
7077
7713
|
"name": "BADGE_DANGER_TEXT_COLOR_DEFAULT",
|
|
7078
7714
|
"attributes": {},
|
|
@@ -7087,7 +7723,7 @@
|
|
|
7087
7723
|
"hover": {
|
|
7088
7724
|
"value": "#8d1300",
|
|
7089
7725
|
"$type": "color",
|
|
7090
|
-
"comment": "Used for the text of a danger
|
|
7726
|
+
"comment": "Used for the text of a danger badge in the hover state.",
|
|
7091
7727
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7092
7728
|
"isSource": true,
|
|
7093
7729
|
"original": {
|
|
@@ -7096,7 +7732,7 @@
|
|
|
7096
7732
|
"dark": "{color.red.100}"
|
|
7097
7733
|
},
|
|
7098
7734
|
"$type": "color",
|
|
7099
|
-
"comment": "Used for the text of a danger
|
|
7735
|
+
"comment": "Used for the text of a danger badge in the hover state."
|
|
7100
7736
|
},
|
|
7101
7737
|
"name": "BADGE_DANGER_TEXT_COLOR_HOVER",
|
|
7102
7738
|
"attributes": {},
|
|
@@ -7111,13 +7747,13 @@
|
|
|
7111
7747
|
"focus": {
|
|
7112
7748
|
"value": "#8d1300",
|
|
7113
7749
|
"$type": "color",
|
|
7114
|
-
"comment": "Used for the text of a danger
|
|
7750
|
+
"comment": "Used for the text of a danger badge in the focus state.",
|
|
7115
7751
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7116
7752
|
"isSource": true,
|
|
7117
7753
|
"original": {
|
|
7118
7754
|
"value": "{badge.danger.text.color.hover}",
|
|
7119
7755
|
"$type": "color",
|
|
7120
|
-
"comment": "Used for the text of a danger
|
|
7756
|
+
"comment": "Used for the text of a danger badge in the focus state."
|
|
7121
7757
|
},
|
|
7122
7758
|
"name": "BADGE_DANGER_TEXT_COLOR_FOCUS",
|
|
7123
7759
|
"attributes": {},
|
|
@@ -7132,7 +7768,7 @@
|
|
|
7132
7768
|
"active": {
|
|
7133
7769
|
"value": "#660e00",
|
|
7134
7770
|
"$type": "color",
|
|
7135
|
-
"comment": "Used for the text of a danger
|
|
7771
|
+
"comment": "Used for the text of a danger badge in the active state.",
|
|
7136
7772
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7137
7773
|
"isSource": true,
|
|
7138
7774
|
"original": {
|
|
@@ -7141,7 +7777,7 @@
|
|
|
7141
7777
|
"dark": "{color.red.50}"
|
|
7142
7778
|
},
|
|
7143
7779
|
"$type": "color",
|
|
7144
|
-
"comment": "Used for the text of a danger
|
|
7780
|
+
"comment": "Used for the text of a danger badge in the active state."
|
|
7145
7781
|
},
|
|
7146
7782
|
"name": "BADGE_DANGER_TEXT_COLOR_ACTIVE",
|
|
7147
7783
|
"attributes": {},
|
|
@@ -7160,7 +7796,7 @@
|
|
|
7160
7796
|
"default": {
|
|
7161
7797
|
"value": "#dd2b0e",
|
|
7162
7798
|
"$type": "color",
|
|
7163
|
-
"comment": "Used for the icon of a danger
|
|
7799
|
+
"comment": "Used for the icon of a danger badge when static or the default state when linked.",
|
|
7164
7800
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7165
7801
|
"isSource": true,
|
|
7166
7802
|
"original": {
|
|
@@ -7169,7 +7805,7 @@
|
|
|
7169
7805
|
"dark": "{color.red.400}"
|
|
7170
7806
|
},
|
|
7171
7807
|
"$type": "color",
|
|
7172
|
-
"comment": "Used for the icon of a danger
|
|
7808
|
+
"comment": "Used for the icon of a danger badge when static or the default state when linked."
|
|
7173
7809
|
},
|
|
7174
7810
|
"name": "BADGE_DANGER_ICON_COLOR_DEFAULT",
|
|
7175
7811
|
"attributes": {},
|
|
@@ -7184,7 +7820,7 @@
|
|
|
7184
7820
|
"hover": {
|
|
7185
7821
|
"value": "#c91c00",
|
|
7186
7822
|
"$type": "color",
|
|
7187
|
-
"comment": "Used for the icon of a danger
|
|
7823
|
+
"comment": "Used for the icon of a danger badge in the hover state.",
|
|
7188
7824
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7189
7825
|
"isSource": true,
|
|
7190
7826
|
"original": {
|
|
@@ -7193,7 +7829,7 @@
|
|
|
7193
7829
|
"dark": "{color.red.300}"
|
|
7194
7830
|
},
|
|
7195
7831
|
"$type": "color",
|
|
7196
|
-
"comment": "Used for the icon of a danger
|
|
7832
|
+
"comment": "Used for the icon of a danger badge in the hover state."
|
|
7197
7833
|
},
|
|
7198
7834
|
"name": "BADGE_DANGER_ICON_COLOR_HOVER",
|
|
7199
7835
|
"attributes": {},
|
|
@@ -7208,13 +7844,13 @@
|
|
|
7208
7844
|
"focus": {
|
|
7209
7845
|
"value": "#c91c00",
|
|
7210
7846
|
"$type": "color",
|
|
7211
|
-
"comment": "Used for the icon of a danger
|
|
7847
|
+
"comment": "Used for the icon of a danger badge in the focus state.",
|
|
7212
7848
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7213
7849
|
"isSource": true,
|
|
7214
7850
|
"original": {
|
|
7215
7851
|
"value": "{badge.danger.icon.color.hover}",
|
|
7216
7852
|
"$type": "color",
|
|
7217
|
-
"comment": "Used for the icon of a danger
|
|
7853
|
+
"comment": "Used for the icon of a danger badge in the focus state."
|
|
7218
7854
|
},
|
|
7219
7855
|
"name": "BADGE_DANGER_ICON_COLOR_FOCUS",
|
|
7220
7856
|
"attributes": {},
|
|
@@ -7229,7 +7865,7 @@
|
|
|
7229
7865
|
"active": {
|
|
7230
7866
|
"value": "#ae1800",
|
|
7231
7867
|
"$type": "color",
|
|
7232
|
-
"comment": "Used for the icon of a danger
|
|
7868
|
+
"comment": "Used for the icon of a danger badge in the active state.",
|
|
7233
7869
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7234
7870
|
"isSource": true,
|
|
7235
7871
|
"original": {
|
|
@@ -7238,7 +7874,7 @@
|
|
|
7238
7874
|
"dark": "{color.red.200}"
|
|
7239
7875
|
},
|
|
7240
7876
|
"$type": "color",
|
|
7241
|
-
"comment": "Used for the icon of a danger
|
|
7877
|
+
"comment": "Used for the icon of a danger badge in the active state."
|
|
7242
7878
|
},
|
|
7243
7879
|
"name": "BADGE_DANGER_ICON_COLOR_ACTIVE",
|
|
7244
7880
|
"attributes": {},
|
|
@@ -7280,6 +7916,48 @@
|
|
|
7280
7916
|
"default"
|
|
7281
7917
|
]
|
|
7282
7918
|
},
|
|
7919
|
+
"hover": {
|
|
7920
|
+
"value": "#e1d8f9",
|
|
7921
|
+
"$type": "color",
|
|
7922
|
+
"comment": "Used for the background of a tier related badge in the hover state.",
|
|
7923
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7924
|
+
"isSource": true,
|
|
7925
|
+
"original": {
|
|
7926
|
+
"value": "{badge.tier.background.color.default}",
|
|
7927
|
+
"$type": "color",
|
|
7928
|
+
"comment": "Used for the background of a tier related badge in the hover state."
|
|
7929
|
+
},
|
|
7930
|
+
"name": "BADGE_TIER_BACKGROUND_COLOR_HOVER",
|
|
7931
|
+
"attributes": {},
|
|
7932
|
+
"path": [
|
|
7933
|
+
"badge",
|
|
7934
|
+
"tier",
|
|
7935
|
+
"background",
|
|
7936
|
+
"color",
|
|
7937
|
+
"hover"
|
|
7938
|
+
]
|
|
7939
|
+
},
|
|
7940
|
+
"focus": {
|
|
7941
|
+
"value": "#e1d8f9",
|
|
7942
|
+
"$type": "color",
|
|
7943
|
+
"comment": "Used for the background of a tier related badge in the focus state.",
|
|
7944
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7945
|
+
"isSource": true,
|
|
7946
|
+
"original": {
|
|
7947
|
+
"value": "{badge.tier.background.color.hover}",
|
|
7948
|
+
"$type": "color",
|
|
7949
|
+
"comment": "Used for the background of a tier related badge in the focus state."
|
|
7950
|
+
},
|
|
7951
|
+
"name": "BADGE_TIER_BACKGROUND_COLOR_FOCUS",
|
|
7952
|
+
"attributes": {},
|
|
7953
|
+
"path": [
|
|
7954
|
+
"badge",
|
|
7955
|
+
"tier",
|
|
7956
|
+
"background",
|
|
7957
|
+
"color",
|
|
7958
|
+
"focus"
|
|
7959
|
+
]
|
|
7960
|
+
},
|
|
7283
7961
|
"active": {
|
|
7284
7962
|
"value": "#cbbbf2",
|
|
7285
7963
|
"$type": "color",
|
|
@@ -7308,6 +7986,27 @@
|
|
|
7308
7986
|
},
|
|
7309
7987
|
"border": {
|
|
7310
7988
|
"color": {
|
|
7989
|
+
"default": {
|
|
7990
|
+
"value": "transparent",
|
|
7991
|
+
"$type": "color",
|
|
7992
|
+
"comment": "Used for the border of a tier related badge when static or the default state when linked.",
|
|
7993
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7994
|
+
"isSource": true,
|
|
7995
|
+
"original": {
|
|
7996
|
+
"value": "{color.alpha.0}",
|
|
7997
|
+
"$type": "color",
|
|
7998
|
+
"comment": "Used for the border of a tier related badge when static or the default state when linked."
|
|
7999
|
+
},
|
|
8000
|
+
"name": "BADGE_TIER_BORDER_COLOR_DEFAULT",
|
|
8001
|
+
"attributes": {},
|
|
8002
|
+
"path": [
|
|
8003
|
+
"badge",
|
|
8004
|
+
"tier",
|
|
8005
|
+
"border",
|
|
8006
|
+
"color",
|
|
8007
|
+
"default"
|
|
8008
|
+
]
|
|
8009
|
+
},
|
|
7311
8010
|
"hover": {
|
|
7312
8011
|
"value": "#cbbbf2",
|
|
7313
8012
|
"$type": "color",
|
|
@@ -7331,6 +8030,48 @@
|
|
|
7331
8030
|
"color",
|
|
7332
8031
|
"hover"
|
|
7333
8032
|
]
|
|
8033
|
+
},
|
|
8034
|
+
"focus": {
|
|
8035
|
+
"value": "transparent",
|
|
8036
|
+
"$type": "color",
|
|
8037
|
+
"comment": "Used for the border of a tier related badge in the focus state.",
|
|
8038
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
8039
|
+
"isSource": true,
|
|
8040
|
+
"original": {
|
|
8041
|
+
"value": "{color.alpha.0}",
|
|
8042
|
+
"$type": "color",
|
|
8043
|
+
"comment": "Used for the border of a tier related badge in the focus state."
|
|
8044
|
+
},
|
|
8045
|
+
"name": "BADGE_TIER_BORDER_COLOR_FOCUS",
|
|
8046
|
+
"attributes": {},
|
|
8047
|
+
"path": [
|
|
8048
|
+
"badge",
|
|
8049
|
+
"tier",
|
|
8050
|
+
"border",
|
|
8051
|
+
"color",
|
|
8052
|
+
"focus"
|
|
8053
|
+
]
|
|
8054
|
+
},
|
|
8055
|
+
"active": {
|
|
8056
|
+
"value": "transparent",
|
|
8057
|
+
"$type": "color",
|
|
8058
|
+
"comment": "Used for the border of a tier related badge in the active state.",
|
|
8059
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
8060
|
+
"isSource": true,
|
|
8061
|
+
"original": {
|
|
8062
|
+
"value": "{color.alpha.0}",
|
|
8063
|
+
"$type": "color",
|
|
8064
|
+
"comment": "Used for the border of a tier related badge in the active state."
|
|
8065
|
+
},
|
|
8066
|
+
"name": "BADGE_TIER_BORDER_COLOR_ACTIVE",
|
|
8067
|
+
"attributes": {},
|
|
8068
|
+
"path": [
|
|
8069
|
+
"badge",
|
|
8070
|
+
"tier",
|
|
8071
|
+
"border",
|
|
8072
|
+
"color",
|
|
8073
|
+
"active"
|
|
8074
|
+
]
|
|
7334
8075
|
}
|
|
7335
8076
|
}
|
|
7336
8077
|
},
|