@gitlab/ui 88.3.0 → 88.4.1
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 +69 -34
- package/dist/tokens/build/js/tokens.js +69 -34
- package/dist/tokens/css/tokens.css +68 -33
- package/dist/tokens/css/tokens.dark.css +68 -33
- package/dist/tokens/js/tokens.dark.js +68 -33
- package/dist/tokens/js/tokens.js +68 -33
- package/dist/tokens/json/tokens.dark.json +842 -107
- package/dist/tokens/json/tokens.json +842 -107
- package/dist/tokens/scss/_tokens.dark.scss +68 -33
- 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/components/experimental/duo/chat/components/duo_chat_message/duo_chat_message.scss +1 -0
- package/src/tokens/build/css/tokens.css +68 -33
- package/src/tokens/build/css/tokens.dark.css +68 -33
- package/src/tokens/build/js/tokens.dark.js +68 -33
- package/src/tokens/build/js/tokens.js +68 -33
- package/src/tokens/build/json/tokens.dark.json +842 -107
- package/src/tokens/build/json/tokens.json +842 -107
- package/src/tokens/build/scss/_tokens.dark.scss +68 -33
- package/src/tokens/build/scss/_tokens.scss +68 -33
- package/src/tokens/build/scss/_tokens_custom_properties.scss +35 -0
- package/src/tokens/contextual/badge.tokens.json +208 -33
|
@@ -5609,7 +5609,7 @@
|
|
|
5609
5609
|
"default": {
|
|
5610
5610
|
"value": "#28272d",
|
|
5611
5611
|
"$type": "color",
|
|
5612
|
-
"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.",
|
|
5613
5613
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5614
5614
|
"isSource": true,
|
|
5615
5615
|
"original": {
|
|
@@ -5618,7 +5618,7 @@
|
|
|
5618
5618
|
"dark": "{color.neutral.900}"
|
|
5619
5619
|
},
|
|
5620
5620
|
"$type": "color",
|
|
5621
|
-
"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."
|
|
5622
5622
|
},
|
|
5623
5623
|
"name": "BADGE_MUTED_BACKGROUND_COLOR_DEFAULT",
|
|
5624
5624
|
"attributes": {},
|
|
@@ -5630,10 +5630,52 @@
|
|
|
5630
5630
|
"default"
|
|
5631
5631
|
]
|
|
5632
5632
|
},
|
|
5633
|
+
"hover": {
|
|
5634
|
+
"value": "#28272d",
|
|
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": "#28272d",
|
|
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
|
+
},
|
|
5633
5675
|
"active": {
|
|
5634
5676
|
"value": "#3a383f",
|
|
5635
5677
|
"$type": "color",
|
|
5636
|
-
"comment": "Used for the background of a
|
|
5678
|
+
"comment": "Used for the background of a muted badge in the active state.",
|
|
5637
5679
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5638
5680
|
"isSource": true,
|
|
5639
5681
|
"original": {
|
|
@@ -5642,7 +5684,7 @@
|
|
|
5642
5684
|
"dark": "{color.neutral.800}"
|
|
5643
5685
|
},
|
|
5644
5686
|
"$type": "color",
|
|
5645
|
-
"comment": "Used for the background of a
|
|
5687
|
+
"comment": "Used for the background of a muted badge in the active state."
|
|
5646
5688
|
},
|
|
5647
5689
|
"name": "BADGE_MUTED_BACKGROUND_COLOR_ACTIVE",
|
|
5648
5690
|
"attributes": {},
|
|
@@ -5658,10 +5700,31 @@
|
|
|
5658
5700
|
},
|
|
5659
5701
|
"border": {
|
|
5660
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
|
+
},
|
|
5661
5724
|
"hover": {
|
|
5662
5725
|
"value": "#4c4b51",
|
|
5663
5726
|
"$type": "color",
|
|
5664
|
-
"comment": "Used for the border of a
|
|
5727
|
+
"comment": "Used for the border of a muted badge in the hover state.",
|
|
5665
5728
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5666
5729
|
"isSource": true,
|
|
5667
5730
|
"original": {
|
|
@@ -5670,7 +5733,7 @@
|
|
|
5670
5733
|
"dark": "{color.neutral.700}"
|
|
5671
5734
|
},
|
|
5672
5735
|
"$type": "color",
|
|
5673
|
-
"comment": "Used for the border of a
|
|
5736
|
+
"comment": "Used for the border of a muted badge in the hover state."
|
|
5674
5737
|
},
|
|
5675
5738
|
"name": "BADGE_MUTED_BORDER_COLOR_HOVER",
|
|
5676
5739
|
"attributes": {},
|
|
@@ -5681,6 +5744,48 @@
|
|
|
5681
5744
|
"color",
|
|
5682
5745
|
"hover"
|
|
5683
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
|
+
]
|
|
5684
5789
|
}
|
|
5685
5790
|
}
|
|
5686
5791
|
},
|
|
@@ -5689,7 +5794,7 @@
|
|
|
5689
5794
|
"default": {
|
|
5690
5795
|
"value": "#a4a3a8",
|
|
5691
5796
|
"$type": "color",
|
|
5692
|
-
"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.",
|
|
5693
5798
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5694
5799
|
"isSource": true,
|
|
5695
5800
|
"original": {
|
|
@@ -5698,7 +5803,7 @@
|
|
|
5698
5803
|
"dark": "{color.neutral.300}"
|
|
5699
5804
|
},
|
|
5700
5805
|
"$type": "color",
|
|
5701
|
-
"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."
|
|
5702
5807
|
},
|
|
5703
5808
|
"name": "BADGE_MUTED_TEXT_COLOR_DEFAULT",
|
|
5704
5809
|
"attributes": {},
|
|
@@ -5713,7 +5818,7 @@
|
|
|
5713
5818
|
"hover": {
|
|
5714
5819
|
"value": "#bfbfc3",
|
|
5715
5820
|
"$type": "color",
|
|
5716
|
-
"comment": "Used for the text of a
|
|
5821
|
+
"comment": "Used for the text of a muted badge in the hover state.",
|
|
5717
5822
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5718
5823
|
"isSource": true,
|
|
5719
5824
|
"original": {
|
|
@@ -5722,7 +5827,7 @@
|
|
|
5722
5827
|
"dark": "{color.neutral.200}"
|
|
5723
5828
|
},
|
|
5724
5829
|
"$type": "color",
|
|
5725
|
-
"comment": "Used for the text of a
|
|
5830
|
+
"comment": "Used for the text of a muted badge in the hover state."
|
|
5726
5831
|
},
|
|
5727
5832
|
"name": "BADGE_MUTED_TEXT_COLOR_HOVER",
|
|
5728
5833
|
"attributes": {},
|
|
@@ -5737,13 +5842,13 @@
|
|
|
5737
5842
|
"focus": {
|
|
5738
5843
|
"value": "#bfbfc3",
|
|
5739
5844
|
"$type": "color",
|
|
5740
|
-
"comment": "Used for the text of a
|
|
5845
|
+
"comment": "Used for the text of a muted badge in the focus state.",
|
|
5741
5846
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5742
5847
|
"isSource": true,
|
|
5743
5848
|
"original": {
|
|
5744
5849
|
"value": "{badge.muted.text.color.hover}",
|
|
5745
5850
|
"$type": "color",
|
|
5746
|
-
"comment": "Used for the text of a
|
|
5851
|
+
"comment": "Used for the text of a muted badge in the focus state."
|
|
5747
5852
|
},
|
|
5748
5853
|
"name": "BADGE_MUTED_TEXT_COLOR_FOCUS",
|
|
5749
5854
|
"attributes": {},
|
|
@@ -5758,7 +5863,7 @@
|
|
|
5758
5863
|
"active": {
|
|
5759
5864
|
"value": "#dcdcde",
|
|
5760
5865
|
"$type": "color",
|
|
5761
|
-
"comment": "Used for the text of a
|
|
5866
|
+
"comment": "Used for the text of a muted badge in the active state.",
|
|
5762
5867
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5763
5868
|
"isSource": true,
|
|
5764
5869
|
"original": {
|
|
@@ -5767,7 +5872,7 @@
|
|
|
5767
5872
|
"dark": "{color.neutral.100}"
|
|
5768
5873
|
},
|
|
5769
5874
|
"$type": "color",
|
|
5770
|
-
"comment": "Used for the text of a
|
|
5875
|
+
"comment": "Used for the text of a muted badge in the active state."
|
|
5771
5876
|
},
|
|
5772
5877
|
"name": "BADGE_MUTED_TEXT_COLOR_ACTIVE",
|
|
5773
5878
|
"attributes": {},
|
|
@@ -5786,7 +5891,7 @@
|
|
|
5786
5891
|
"default": {
|
|
5787
5892
|
"value": "#89888d",
|
|
5788
5893
|
"$type": "color",
|
|
5789
|
-
"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.",
|
|
5790
5895
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5791
5896
|
"isSource": true,
|
|
5792
5897
|
"original": {
|
|
@@ -5795,7 +5900,7 @@
|
|
|
5795
5900
|
"dark": "{color.neutral.400}"
|
|
5796
5901
|
},
|
|
5797
5902
|
"$type": "color",
|
|
5798
|
-
"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."
|
|
5799
5904
|
},
|
|
5800
5905
|
"name": "BADGE_MUTED_ICON_COLOR_DEFAULT",
|
|
5801
5906
|
"attributes": {},
|
|
@@ -5810,7 +5915,7 @@
|
|
|
5810
5915
|
"hover": {
|
|
5811
5916
|
"value": "#a4a3a8",
|
|
5812
5917
|
"$type": "color",
|
|
5813
|
-
"comment": "Used for the icon of a
|
|
5918
|
+
"comment": "Used for the icon of a muted badge in the hover state.",
|
|
5814
5919
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5815
5920
|
"isSource": true,
|
|
5816
5921
|
"original": {
|
|
@@ -5819,7 +5924,7 @@
|
|
|
5819
5924
|
"dark": "{color.neutral.300}"
|
|
5820
5925
|
},
|
|
5821
5926
|
"$type": "color",
|
|
5822
|
-
"comment": "Used for the icon of a
|
|
5927
|
+
"comment": "Used for the icon of a muted badge in the hover state."
|
|
5823
5928
|
},
|
|
5824
5929
|
"name": "BADGE_MUTED_ICON_COLOR_HOVER",
|
|
5825
5930
|
"attributes": {},
|
|
@@ -5834,13 +5939,13 @@
|
|
|
5834
5939
|
"focus": {
|
|
5835
5940
|
"value": "#a4a3a8",
|
|
5836
5941
|
"$type": "color",
|
|
5837
|
-
"comment": "Used for the icon of a
|
|
5942
|
+
"comment": "Used for the icon of a muted badge in the focus state.",
|
|
5838
5943
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5839
5944
|
"isSource": true,
|
|
5840
5945
|
"original": {
|
|
5841
5946
|
"value": "{badge.muted.icon.color.hover}",
|
|
5842
5947
|
"$type": "color",
|
|
5843
|
-
"comment": "Used for the icon of a
|
|
5948
|
+
"comment": "Used for the icon of a muted badge in the focus state."
|
|
5844
5949
|
},
|
|
5845
5950
|
"name": "BADGE_MUTED_ICON_COLOR_FOCUS",
|
|
5846
5951
|
"attributes": {},
|
|
@@ -5855,7 +5960,7 @@
|
|
|
5855
5960
|
"active": {
|
|
5856
5961
|
"value": "#bfbfc3",
|
|
5857
5962
|
"$type": "color",
|
|
5858
|
-
"comment": "Used for the icon of a
|
|
5963
|
+
"comment": "Used for the icon of a muted badge in the active state.",
|
|
5859
5964
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
5860
5965
|
"isSource": true,
|
|
5861
5966
|
"original": {
|
|
@@ -5864,7 +5969,7 @@
|
|
|
5864
5969
|
"dark": "{color.neutral.200}"
|
|
5865
5970
|
},
|
|
5866
5971
|
"$type": "color",
|
|
5867
|
-
"comment": "Used for the icon of a
|
|
5972
|
+
"comment": "Used for the icon of a muted badge in the active state."
|
|
5868
5973
|
},
|
|
5869
5974
|
"name": "BADGE_MUTED_ICON_COLOR_ACTIVE",
|
|
5870
5975
|
"attributes": {},
|
|
@@ -5906,6 +6011,48 @@
|
|
|
5906
6011
|
"default"
|
|
5907
6012
|
]
|
|
5908
6013
|
},
|
|
6014
|
+
"hover": {
|
|
6015
|
+
"value": "#3a383f",
|
|
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": "#3a383f",
|
|
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
|
+
},
|
|
5909
6056
|
"active": {
|
|
5910
6057
|
"value": "#4c4b51",
|
|
5911
6058
|
"$type": "color",
|
|
@@ -5934,6 +6081,27 @@
|
|
|
5934
6081
|
},
|
|
5935
6082
|
"border": {
|
|
5936
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
|
+
},
|
|
5937
6105
|
"hover": {
|
|
5938
6106
|
"value": "#4c4b51",
|
|
5939
6107
|
"$type": "color",
|
|
@@ -5957,6 +6125,48 @@
|
|
|
5957
6125
|
"color",
|
|
5958
6126
|
"hover"
|
|
5959
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
|
+
]
|
|
5960
6170
|
}
|
|
5961
6171
|
}
|
|
5962
6172
|
},
|
|
@@ -6182,38 +6392,52 @@
|
|
|
6182
6392
|
"default"
|
|
6183
6393
|
]
|
|
6184
6394
|
},
|
|
6185
|
-
"
|
|
6186
|
-
"value": "#
|
|
6395
|
+
"hover": {
|
|
6396
|
+
"value": "#064787",
|
|
6187
6397
|
"$type": "color",
|
|
6188
|
-
"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.",
|
|
6189
6399
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6190
6400
|
"isSource": true,
|
|
6191
6401
|
"original": {
|
|
6192
|
-
"value": {
|
|
6193
|
-
"default": "{color.blue.200}",
|
|
6194
|
-
"dark": "{color.blue.700}"
|
|
6195
|
-
},
|
|
6402
|
+
"value": "{badge.info.background.color.default}",
|
|
6196
6403
|
"$type": "color",
|
|
6197
|
-
"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."
|
|
6198
6405
|
},
|
|
6199
|
-
"name": "
|
|
6406
|
+
"name": "BADGE_INFO_BACKGROUND_COLOR_HOVER",
|
|
6200
6407
|
"attributes": {},
|
|
6201
6408
|
"path": [
|
|
6202
6409
|
"badge",
|
|
6203
6410
|
"info",
|
|
6204
6411
|
"background",
|
|
6205
6412
|
"color",
|
|
6206
|
-
"
|
|
6413
|
+
"hover"
|
|
6207
6414
|
]
|
|
6208
|
-
}
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
|
|
6415
|
+
},
|
|
6416
|
+
"focus": {
|
|
6417
|
+
"value": "#064787",
|
|
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": {
|
|
6214
6438
|
"value": "#0b5cad",
|
|
6215
6439
|
"$type": "color",
|
|
6216
|
-
"comment": "Used for the
|
|
6440
|
+
"comment": "Used for the background of an informational badge in the active state.",
|
|
6217
6441
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6218
6442
|
"isSource": true,
|
|
6219
6443
|
"original": {
|
|
@@ -6222,78 +6446,169 @@
|
|
|
6222
6446
|
"dark": "{color.blue.700}"
|
|
6223
6447
|
},
|
|
6224
6448
|
"$type": "color",
|
|
6225
|
-
"comment": "Used for the
|
|
6449
|
+
"comment": "Used for the background of an informational badge in the active state."
|
|
6226
6450
|
},
|
|
6227
|
-
"name": "
|
|
6451
|
+
"name": "BADGE_INFO_BACKGROUND_COLOR_ACTIVE",
|
|
6228
6452
|
"attributes": {},
|
|
6229
6453
|
"path": [
|
|
6230
6454
|
"badge",
|
|
6231
6455
|
"info",
|
|
6232
|
-
"
|
|
6456
|
+
"background",
|
|
6233
6457
|
"color",
|
|
6234
|
-
"
|
|
6458
|
+
"active"
|
|
6235
6459
|
]
|
|
6236
6460
|
}
|
|
6237
6461
|
}
|
|
6238
6462
|
},
|
|
6239
|
-
"
|
|
6463
|
+
"border": {
|
|
6240
6464
|
"color": {
|
|
6241
6465
|
"default": {
|
|
6242
|
-
"value": "
|
|
6466
|
+
"value": "transparent",
|
|
6243
6467
|
"$type": "color",
|
|
6244
|
-
"comment": "Used for the
|
|
6468
|
+
"comment": "Used for the border of an informational badge when static or the default state when linked.",
|
|
6245
6469
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6246
6470
|
"isSource": true,
|
|
6247
6471
|
"original": {
|
|
6248
|
-
"value": {
|
|
6249
|
-
"default": "{color.blue.700}",
|
|
6250
|
-
"dark": "{color.blue.200}"
|
|
6251
|
-
},
|
|
6472
|
+
"value": "{color.alpha.0}",
|
|
6252
6473
|
"$type": "color",
|
|
6253
|
-
"comment": "Used for the
|
|
6474
|
+
"comment": "Used for the border of an informational badge when static or the default state when linked."
|
|
6254
6475
|
},
|
|
6255
|
-
"name": "
|
|
6476
|
+
"name": "BADGE_INFO_BORDER_COLOR_DEFAULT",
|
|
6256
6477
|
"attributes": {},
|
|
6257
6478
|
"path": [
|
|
6258
6479
|
"badge",
|
|
6259
6480
|
"info",
|
|
6260
|
-
"
|
|
6481
|
+
"border",
|
|
6261
6482
|
"color",
|
|
6262
6483
|
"default"
|
|
6263
6484
|
]
|
|
6264
6485
|
},
|
|
6265
6486
|
"hover": {
|
|
6266
|
-
"value": "#
|
|
6487
|
+
"value": "#0b5cad",
|
|
6267
6488
|
"$type": "color",
|
|
6268
|
-
"comment": "Used for the
|
|
6489
|
+
"comment": "Used for the border of an informational badge in the hover state.",
|
|
6269
6490
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6270
6491
|
"isSource": true,
|
|
6271
6492
|
"original": {
|
|
6272
6493
|
"value": {
|
|
6273
|
-
"default": "{color.blue.
|
|
6274
|
-
"dark": "{color.blue.
|
|
6494
|
+
"default": "{color.blue.200}",
|
|
6495
|
+
"dark": "{color.blue.700}"
|
|
6275
6496
|
},
|
|
6276
6497
|
"$type": "color",
|
|
6277
|
-
"comment": "Used for the
|
|
6498
|
+
"comment": "Used for the border of an informational badge in the hover state."
|
|
6278
6499
|
},
|
|
6279
|
-
"name": "
|
|
6500
|
+
"name": "BADGE_INFO_BORDER_COLOR_HOVER",
|
|
6280
6501
|
"attributes": {},
|
|
6281
6502
|
"path": [
|
|
6282
6503
|
"badge",
|
|
6283
6504
|
"info",
|
|
6284
|
-
"
|
|
6505
|
+
"border",
|
|
6285
6506
|
"color",
|
|
6286
6507
|
"hover"
|
|
6287
6508
|
]
|
|
6288
6509
|
},
|
|
6289
6510
|
"focus": {
|
|
6290
|
-
"value": "
|
|
6511
|
+
"value": "transparent",
|
|
6291
6512
|
"$type": "color",
|
|
6292
|
-
"comment": "Used for the
|
|
6513
|
+
"comment": "Used for the border of an informational badge in the focus state.",
|
|
6293
6514
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6294
6515
|
"isSource": true,
|
|
6295
6516
|
"original": {
|
|
6296
|
-
"value": "{
|
|
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": "#9dc7f1",
|
|
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": "#cbe2f9",
|
|
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",
|
|
6600
|
+
"color",
|
|
6601
|
+
"hover"
|
|
6602
|
+
]
|
|
6603
|
+
},
|
|
6604
|
+
"focus": {
|
|
6605
|
+
"value": "#cbe2f9",
|
|
6606
|
+
"$type": "color",
|
|
6607
|
+
"comment": "Used for the text of an informational badge in the focus state.",
|
|
6608
|
+
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6609
|
+
"isSource": true,
|
|
6610
|
+
"original": {
|
|
6611
|
+
"value": "{badge.info.text.color.hover}",
|
|
6297
6612
|
"$type": "color",
|
|
6298
6613
|
"comment": "Used for the text of an informational badge in the focus state."
|
|
6299
6614
|
},
|
|
@@ -6458,6 +6773,48 @@
|
|
|
6458
6773
|
"default"
|
|
6459
6774
|
]
|
|
6460
6775
|
},
|
|
6776
|
+
"hover": {
|
|
6777
|
+
"value": "#0d532a",
|
|
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": "#0d532a",
|
|
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
|
+
},
|
|
6461
6818
|
"active": {
|
|
6462
6819
|
"value": "#24663b",
|
|
6463
6820
|
"$type": "color",
|
|
@@ -6486,6 +6843,27 @@
|
|
|
6486
6843
|
},
|
|
6487
6844
|
"border": {
|
|
6488
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
|
+
},
|
|
6489
6867
|
"hover": {
|
|
6490
6868
|
"value": "#24663b",
|
|
6491
6869
|
"$type": "color",
|
|
@@ -6509,6 +6887,48 @@
|
|
|
6509
6887
|
"color",
|
|
6510
6888
|
"hover"
|
|
6511
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
|
+
]
|
|
6512
6932
|
}
|
|
6513
6933
|
}
|
|
6514
6934
|
},
|
|
@@ -6713,7 +7133,7 @@
|
|
|
6713
7133
|
"default": {
|
|
6714
7134
|
"value": "#703800",
|
|
6715
7135
|
"$type": "color",
|
|
6716
|
-
"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.",
|
|
6717
7137
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6718
7138
|
"isSource": true,
|
|
6719
7139
|
"original": {
|
|
@@ -6722,7 +7142,7 @@
|
|
|
6722
7142
|
"dark": "{color.orange.800}"
|
|
6723
7143
|
},
|
|
6724
7144
|
"$type": "color",
|
|
6725
|
-
"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."
|
|
6726
7146
|
},
|
|
6727
7147
|
"name": "BADGE_WARNING_BACKGROUND_COLOR_DEFAULT",
|
|
6728
7148
|
"attributes": {},
|
|
@@ -6734,10 +7154,52 @@
|
|
|
6734
7154
|
"default"
|
|
6735
7155
|
]
|
|
6736
7156
|
},
|
|
7157
|
+
"hover": {
|
|
7158
|
+
"value": "#703800",
|
|
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": "#703800",
|
|
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
|
+
},
|
|
6737
7199
|
"active": {
|
|
6738
7200
|
"value": "#8f4700",
|
|
6739
7201
|
"$type": "color",
|
|
6740
|
-
"comment": "Used for the background of a warning
|
|
7202
|
+
"comment": "Used for the background of a warning badge in the active state.",
|
|
6741
7203
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6742
7204
|
"isSource": true,
|
|
6743
7205
|
"original": {
|
|
@@ -6746,7 +7208,7 @@
|
|
|
6746
7208
|
"dark": "{color.orange.700}"
|
|
6747
7209
|
},
|
|
6748
7210
|
"$type": "color",
|
|
6749
|
-
"comment": "Used for the background of a warning
|
|
7211
|
+
"comment": "Used for the background of a warning badge in the active state."
|
|
6750
7212
|
},
|
|
6751
7213
|
"name": "BADGE_WARNING_BACKGROUND_COLOR_ACTIVE",
|
|
6752
7214
|
"attributes": {},
|
|
@@ -6762,10 +7224,31 @@
|
|
|
6762
7224
|
},
|
|
6763
7225
|
"border": {
|
|
6764
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
|
+
},
|
|
6765
7248
|
"hover": {
|
|
6766
7249
|
"value": "#8f4700",
|
|
6767
7250
|
"$type": "color",
|
|
6768
|
-
"comment": "Used for the border of a warning
|
|
7251
|
+
"comment": "Used for the border of a warning badge in the hover state.",
|
|
6769
7252
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6770
7253
|
"isSource": true,
|
|
6771
7254
|
"original": {
|
|
@@ -6774,7 +7257,7 @@
|
|
|
6774
7257
|
"dark": "{color.orange.700}"
|
|
6775
7258
|
},
|
|
6776
7259
|
"$type": "color",
|
|
6777
|
-
"comment": "Used for the border of a warning
|
|
7260
|
+
"comment": "Used for the border of a warning badge in the hover state."
|
|
6778
7261
|
},
|
|
6779
7262
|
"name": "BADGE_WARNING_BORDER_COLOR_HOVER",
|
|
6780
7263
|
"attributes": {},
|
|
@@ -6785,6 +7268,48 @@
|
|
|
6785
7268
|
"color",
|
|
6786
7269
|
"hover"
|
|
6787
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
|
+
]
|
|
6788
7313
|
}
|
|
6789
7314
|
}
|
|
6790
7315
|
},
|
|
@@ -6793,7 +7318,7 @@
|
|
|
6793
7318
|
"default": {
|
|
6794
7319
|
"value": "#e9be74",
|
|
6795
7320
|
"$type": "color",
|
|
6796
|
-
"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.",
|
|
6797
7322
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6798
7323
|
"isSource": true,
|
|
6799
7324
|
"original": {
|
|
@@ -6802,7 +7327,7 @@
|
|
|
6802
7327
|
"dark": "{color.orange.200}"
|
|
6803
7328
|
},
|
|
6804
7329
|
"$type": "color",
|
|
6805
|
-
"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."
|
|
6806
7331
|
},
|
|
6807
7332
|
"name": "BADGE_WARNING_TEXT_COLOR_DEFAULT",
|
|
6808
7333
|
"attributes": {},
|
|
@@ -6817,7 +7342,7 @@
|
|
|
6817
7342
|
"hover": {
|
|
6818
7343
|
"value": "#f5d9a8",
|
|
6819
7344
|
"$type": "color",
|
|
6820
|
-
"comment": "Used for the text of a warning
|
|
7345
|
+
"comment": "Used for the text of a warning badge in the hover state.",
|
|
6821
7346
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6822
7347
|
"isSource": true,
|
|
6823
7348
|
"original": {
|
|
@@ -6826,7 +7351,7 @@
|
|
|
6826
7351
|
"dark": "{color.orange.100}"
|
|
6827
7352
|
},
|
|
6828
7353
|
"$type": "color",
|
|
6829
|
-
"comment": "Used for the text of a warning
|
|
7354
|
+
"comment": "Used for the text of a warning badge in the hover state."
|
|
6830
7355
|
},
|
|
6831
7356
|
"name": "BADGE_WARNING_TEXT_COLOR_HOVER",
|
|
6832
7357
|
"attributes": {},
|
|
@@ -6841,13 +7366,13 @@
|
|
|
6841
7366
|
"focus": {
|
|
6842
7367
|
"value": "#f5d9a8",
|
|
6843
7368
|
"$type": "color",
|
|
6844
|
-
"comment": "Used for the text of a warning
|
|
7369
|
+
"comment": "Used for the text of a warning badge in the focus state.",
|
|
6845
7370
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6846
7371
|
"isSource": true,
|
|
6847
7372
|
"original": {
|
|
6848
7373
|
"value": "{badge.warning.text.color.hover}",
|
|
6849
7374
|
"$type": "color",
|
|
6850
|
-
"comment": "Used for the text of a warning
|
|
7375
|
+
"comment": "Used for the text of a warning badge in the focus state."
|
|
6851
7376
|
},
|
|
6852
7377
|
"name": "BADGE_WARNING_TEXT_COLOR_FOCUS",
|
|
6853
7378
|
"attributes": {},
|
|
@@ -6862,7 +7387,7 @@
|
|
|
6862
7387
|
"active": {
|
|
6863
7388
|
"value": "#fdf1dd",
|
|
6864
7389
|
"$type": "color",
|
|
6865
|
-
"comment": "Used for the text of a warning
|
|
7390
|
+
"comment": "Used for the text of a warning badge in the active state.",
|
|
6866
7391
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6867
7392
|
"isSource": true,
|
|
6868
7393
|
"original": {
|
|
@@ -6871,7 +7396,7 @@
|
|
|
6871
7396
|
"dark": "{color.orange.50}"
|
|
6872
7397
|
},
|
|
6873
7398
|
"$type": "color",
|
|
6874
|
-
"comment": "Used for the text of a warning
|
|
7399
|
+
"comment": "Used for the text of a warning badge in the active state."
|
|
6875
7400
|
},
|
|
6876
7401
|
"name": "BADGE_WARNING_TEXT_COLOR_ACTIVE",
|
|
6877
7402
|
"attributes": {},
|
|
@@ -6890,7 +7415,7 @@
|
|
|
6890
7415
|
"default": {
|
|
6891
7416
|
"value": "#c17d10",
|
|
6892
7417
|
"$type": "color",
|
|
6893
|
-
"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.",
|
|
6894
7419
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6895
7420
|
"isSource": true,
|
|
6896
7421
|
"original": {
|
|
@@ -6899,7 +7424,7 @@
|
|
|
6899
7424
|
"dark": "{color.orange.400}"
|
|
6900
7425
|
},
|
|
6901
7426
|
"$type": "color",
|
|
6902
|
-
"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."
|
|
6903
7428
|
},
|
|
6904
7429
|
"name": "BADGE_WARNING_ICON_COLOR_DEFAULT",
|
|
6905
7430
|
"attributes": {},
|
|
@@ -6914,7 +7439,7 @@
|
|
|
6914
7439
|
"hover": {
|
|
6915
7440
|
"value": "#d99530",
|
|
6916
7441
|
"$type": "color",
|
|
6917
|
-
"comment": "Used for the icon of a warning
|
|
7442
|
+
"comment": "Used for the icon of a warning badge in the hover state.",
|
|
6918
7443
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6919
7444
|
"isSource": true,
|
|
6920
7445
|
"original": {
|
|
@@ -6923,7 +7448,7 @@
|
|
|
6923
7448
|
"dark": "{color.orange.300}"
|
|
6924
7449
|
},
|
|
6925
7450
|
"$type": "color",
|
|
6926
|
-
"comment": "Used for the icon of a warning
|
|
7451
|
+
"comment": "Used for the icon of a warning badge in the hover state."
|
|
6927
7452
|
},
|
|
6928
7453
|
"name": "BADGE_WARNING_ICON_COLOR_HOVER",
|
|
6929
7454
|
"attributes": {},
|
|
@@ -6938,13 +7463,13 @@
|
|
|
6938
7463
|
"focus": {
|
|
6939
7464
|
"value": "#d99530",
|
|
6940
7465
|
"$type": "color",
|
|
6941
|
-
"comment": "Used for the icon of a warning
|
|
7466
|
+
"comment": "Used for the icon of a warning badge in the focus state.",
|
|
6942
7467
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6943
7468
|
"isSource": true,
|
|
6944
7469
|
"original": {
|
|
6945
7470
|
"value": "{badge.warning.icon.color.hover}",
|
|
6946
7471
|
"$type": "color",
|
|
6947
|
-
"comment": "Used for the icon of a warning
|
|
7472
|
+
"comment": "Used for the icon of a warning badge in the focus state."
|
|
6948
7473
|
},
|
|
6949
7474
|
"name": "BADGE_WARNING_ICON_COLOR_FOCUS",
|
|
6950
7475
|
"attributes": {},
|
|
@@ -6959,7 +7484,7 @@
|
|
|
6959
7484
|
"active": {
|
|
6960
7485
|
"value": "#e9be74",
|
|
6961
7486
|
"$type": "color",
|
|
6962
|
-
"comment": "Used for the icon of a warning
|
|
7487
|
+
"comment": "Used for the icon of a warning badge in the active state.",
|
|
6963
7488
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6964
7489
|
"isSource": true,
|
|
6965
7490
|
"original": {
|
|
@@ -6968,7 +7493,7 @@
|
|
|
6968
7493
|
"dark": "{color.orange.200}"
|
|
6969
7494
|
},
|
|
6970
7495
|
"$type": "color",
|
|
6971
|
-
"comment": "Used for the icon of a warning
|
|
7496
|
+
"comment": "Used for the icon of a warning badge in the active state."
|
|
6972
7497
|
},
|
|
6973
7498
|
"name": "BADGE_WARNING_ICON_COLOR_ACTIVE",
|
|
6974
7499
|
"attributes": {},
|
|
@@ -6989,7 +7514,7 @@
|
|
|
6989
7514
|
"default": {
|
|
6990
7515
|
"value": "#8d1300",
|
|
6991
7516
|
"$type": "color",
|
|
6992
|
-
"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.",
|
|
6993
7518
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
6994
7519
|
"isSource": true,
|
|
6995
7520
|
"original": {
|
|
@@ -6998,7 +7523,7 @@
|
|
|
6998
7523
|
"dark": "{color.red.800}"
|
|
6999
7524
|
},
|
|
7000
7525
|
"$type": "color",
|
|
7001
|
-
"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."
|
|
7002
7527
|
},
|
|
7003
7528
|
"name": "BADGE_DANGER_BACKGROUND_COLOR_DEFAULT",
|
|
7004
7529
|
"attributes": {},
|
|
@@ -7010,10 +7535,52 @@
|
|
|
7010
7535
|
"default"
|
|
7011
7536
|
]
|
|
7012
7537
|
},
|
|
7538
|
+
"hover": {
|
|
7539
|
+
"value": "#8d1300",
|
|
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": "#8d1300",
|
|
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
|
+
},
|
|
7013
7580
|
"active": {
|
|
7014
7581
|
"value": "#ae1800",
|
|
7015
7582
|
"$type": "color",
|
|
7016
|
-
"comment": "Used for the background of a danger
|
|
7583
|
+
"comment": "Used for the background of a danger badge in the active state.",
|
|
7017
7584
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7018
7585
|
"isSource": true,
|
|
7019
7586
|
"original": {
|
|
@@ -7022,7 +7589,7 @@
|
|
|
7022
7589
|
"dark": "{color.red.700}"
|
|
7023
7590
|
},
|
|
7024
7591
|
"$type": "color",
|
|
7025
|
-
"comment": "Used for the background of a danger
|
|
7592
|
+
"comment": "Used for the background of a danger badge in the active state."
|
|
7026
7593
|
},
|
|
7027
7594
|
"name": "BADGE_DANGER_BACKGROUND_COLOR_ACTIVE",
|
|
7028
7595
|
"attributes": {},
|
|
@@ -7038,10 +7605,31 @@
|
|
|
7038
7605
|
},
|
|
7039
7606
|
"border": {
|
|
7040
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
|
+
},
|
|
7041
7629
|
"hover": {
|
|
7042
7630
|
"value": "#ae1800",
|
|
7043
7631
|
"$type": "color",
|
|
7044
|
-
"comment": "Used for the border of a danger
|
|
7632
|
+
"comment": "Used for the border of a danger badge in the hover state.",
|
|
7045
7633
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7046
7634
|
"isSource": true,
|
|
7047
7635
|
"original": {
|
|
@@ -7050,7 +7638,7 @@
|
|
|
7050
7638
|
"dark": "{color.red.700}"
|
|
7051
7639
|
},
|
|
7052
7640
|
"$type": "color",
|
|
7053
|
-
"comment": "Used for the border of a danger
|
|
7641
|
+
"comment": "Used for the border of a danger badge in the hover state."
|
|
7054
7642
|
},
|
|
7055
7643
|
"name": "BADGE_DANGER_BORDER_COLOR_HOVER",
|
|
7056
7644
|
"attributes": {},
|
|
@@ -7061,6 +7649,48 @@
|
|
|
7061
7649
|
"color",
|
|
7062
7650
|
"hover"
|
|
7063
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
|
+
]
|
|
7064
7694
|
}
|
|
7065
7695
|
}
|
|
7066
7696
|
},
|
|
@@ -7069,7 +7699,7 @@
|
|
|
7069
7699
|
"default": {
|
|
7070
7700
|
"value": "#fcb5aa",
|
|
7071
7701
|
"$type": "color",
|
|
7072
|
-
"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.",
|
|
7073
7703
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7074
7704
|
"isSource": true,
|
|
7075
7705
|
"original": {
|
|
@@ -7078,7 +7708,7 @@
|
|
|
7078
7708
|
"dark": "{color.red.200}"
|
|
7079
7709
|
},
|
|
7080
7710
|
"$type": "color",
|
|
7081
|
-
"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."
|
|
7082
7712
|
},
|
|
7083
7713
|
"name": "BADGE_DANGER_TEXT_COLOR_DEFAULT",
|
|
7084
7714
|
"attributes": {},
|
|
@@ -7093,7 +7723,7 @@
|
|
|
7093
7723
|
"hover": {
|
|
7094
7724
|
"value": "#fdd4cd",
|
|
7095
7725
|
"$type": "color",
|
|
7096
|
-
"comment": "Used for the text of a danger
|
|
7726
|
+
"comment": "Used for the text of a danger badge in the hover state.",
|
|
7097
7727
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7098
7728
|
"isSource": true,
|
|
7099
7729
|
"original": {
|
|
@@ -7102,7 +7732,7 @@
|
|
|
7102
7732
|
"dark": "{color.red.100}"
|
|
7103
7733
|
},
|
|
7104
7734
|
"$type": "color",
|
|
7105
|
-
"comment": "Used for the text of a danger
|
|
7735
|
+
"comment": "Used for the text of a danger badge in the hover state."
|
|
7106
7736
|
},
|
|
7107
7737
|
"name": "BADGE_DANGER_TEXT_COLOR_HOVER",
|
|
7108
7738
|
"attributes": {},
|
|
@@ -7117,13 +7747,13 @@
|
|
|
7117
7747
|
"focus": {
|
|
7118
7748
|
"value": "#fdd4cd",
|
|
7119
7749
|
"$type": "color",
|
|
7120
|
-
"comment": "Used for the text of a danger
|
|
7750
|
+
"comment": "Used for the text of a danger badge in the focus state.",
|
|
7121
7751
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7122
7752
|
"isSource": true,
|
|
7123
7753
|
"original": {
|
|
7124
7754
|
"value": "{badge.danger.text.color.hover}",
|
|
7125
7755
|
"$type": "color",
|
|
7126
|
-
"comment": "Used for the text of a danger
|
|
7756
|
+
"comment": "Used for the text of a danger badge in the focus state."
|
|
7127
7757
|
},
|
|
7128
7758
|
"name": "BADGE_DANGER_TEXT_COLOR_FOCUS",
|
|
7129
7759
|
"attributes": {},
|
|
@@ -7138,7 +7768,7 @@
|
|
|
7138
7768
|
"active": {
|
|
7139
7769
|
"value": "#fcf1ef",
|
|
7140
7770
|
"$type": "color",
|
|
7141
|
-
"comment": "Used for the text of a danger
|
|
7771
|
+
"comment": "Used for the text of a danger badge in the active state.",
|
|
7142
7772
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7143
7773
|
"isSource": true,
|
|
7144
7774
|
"original": {
|
|
@@ -7147,7 +7777,7 @@
|
|
|
7147
7777
|
"dark": "{color.red.50}"
|
|
7148
7778
|
},
|
|
7149
7779
|
"$type": "color",
|
|
7150
|
-
"comment": "Used for the text of a danger
|
|
7780
|
+
"comment": "Used for the text of a danger badge in the active state."
|
|
7151
7781
|
},
|
|
7152
7782
|
"name": "BADGE_DANGER_TEXT_COLOR_ACTIVE",
|
|
7153
7783
|
"attributes": {},
|
|
@@ -7166,7 +7796,7 @@
|
|
|
7166
7796
|
"default": {
|
|
7167
7797
|
"value": "#ec5941",
|
|
7168
7798
|
"$type": "color",
|
|
7169
|
-
"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.",
|
|
7170
7800
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7171
7801
|
"isSource": true,
|
|
7172
7802
|
"original": {
|
|
@@ -7175,7 +7805,7 @@
|
|
|
7175
7805
|
"dark": "{color.red.400}"
|
|
7176
7806
|
},
|
|
7177
7807
|
"$type": "color",
|
|
7178
|
-
"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."
|
|
7179
7809
|
},
|
|
7180
7810
|
"name": "BADGE_DANGER_ICON_COLOR_DEFAULT",
|
|
7181
7811
|
"attributes": {},
|
|
@@ -7190,7 +7820,7 @@
|
|
|
7190
7820
|
"hover": {
|
|
7191
7821
|
"value": "#f57f6c",
|
|
7192
7822
|
"$type": "color",
|
|
7193
|
-
"comment": "Used for the icon of a danger
|
|
7823
|
+
"comment": "Used for the icon of a danger badge in the hover state.",
|
|
7194
7824
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7195
7825
|
"isSource": true,
|
|
7196
7826
|
"original": {
|
|
@@ -7199,7 +7829,7 @@
|
|
|
7199
7829
|
"dark": "{color.red.300}"
|
|
7200
7830
|
},
|
|
7201
7831
|
"$type": "color",
|
|
7202
|
-
"comment": "Used for the icon of a danger
|
|
7832
|
+
"comment": "Used for the icon of a danger badge in the hover state."
|
|
7203
7833
|
},
|
|
7204
7834
|
"name": "BADGE_DANGER_ICON_COLOR_HOVER",
|
|
7205
7835
|
"attributes": {},
|
|
@@ -7214,13 +7844,13 @@
|
|
|
7214
7844
|
"focus": {
|
|
7215
7845
|
"value": "#f57f6c",
|
|
7216
7846
|
"$type": "color",
|
|
7217
|
-
"comment": "Used for the icon of a danger
|
|
7847
|
+
"comment": "Used for the icon of a danger badge in the focus state.",
|
|
7218
7848
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7219
7849
|
"isSource": true,
|
|
7220
7850
|
"original": {
|
|
7221
7851
|
"value": "{badge.danger.icon.color.hover}",
|
|
7222
7852
|
"$type": "color",
|
|
7223
|
-
"comment": "Used for the icon of a danger
|
|
7853
|
+
"comment": "Used for the icon of a danger badge in the focus state."
|
|
7224
7854
|
},
|
|
7225
7855
|
"name": "BADGE_DANGER_ICON_COLOR_FOCUS",
|
|
7226
7856
|
"attributes": {},
|
|
@@ -7235,7 +7865,7 @@
|
|
|
7235
7865
|
"active": {
|
|
7236
7866
|
"value": "#fcb5aa",
|
|
7237
7867
|
"$type": "color",
|
|
7238
|
-
"comment": "Used for the icon of a danger
|
|
7868
|
+
"comment": "Used for the icon of a danger badge in the active state.",
|
|
7239
7869
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
7240
7870
|
"isSource": true,
|
|
7241
7871
|
"original": {
|
|
@@ -7244,7 +7874,7 @@
|
|
|
7244
7874
|
"dark": "{color.red.200}"
|
|
7245
7875
|
},
|
|
7246
7876
|
"$type": "color",
|
|
7247
|
-
"comment": "Used for the icon of a danger
|
|
7877
|
+
"comment": "Used for the icon of a danger badge in the active state."
|
|
7248
7878
|
},
|
|
7249
7879
|
"name": "BADGE_DANGER_ICON_COLOR_ACTIVE",
|
|
7250
7880
|
"attributes": {},
|
|
@@ -7286,6 +7916,48 @@
|
|
|
7286
7916
|
"default"
|
|
7287
7917
|
]
|
|
7288
7918
|
},
|
|
7919
|
+
"hover": {
|
|
7920
|
+
"value": "#2f2a6b",
|
|
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": "#2f2a6b",
|
|
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
|
+
},
|
|
7289
7961
|
"active": {
|
|
7290
7962
|
"value": "#453894",
|
|
7291
7963
|
"$type": "color",
|
|
@@ -7314,6 +7986,27 @@
|
|
|
7314
7986
|
},
|
|
7315
7987
|
"border": {
|
|
7316
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
|
+
},
|
|
7317
8010
|
"hover": {
|
|
7318
8011
|
"value": "#453894",
|
|
7319
8012
|
"$type": "color",
|
|
@@ -7337,6 +8030,48 @@
|
|
|
7337
8030
|
"color",
|
|
7338
8031
|
"hover"
|
|
7339
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
|
+
]
|
|
7340
8075
|
}
|
|
7341
8076
|
}
|
|
7342
8077
|
},
|