@primer/primitives 11.2.2-rc.d0fa0d53 → 11.3.0-rc.839041ca

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +70 -0
  2. package/dist/css/functional/themes/dark-colorblind.css +70 -0
  3. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +70 -0
  4. package/dist/css/functional/themes/dark-dimmed.css +70 -0
  5. package/dist/css/functional/themes/dark-high-contrast.css +70 -0
  6. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +70 -0
  7. package/dist/css/functional/themes/dark-tritanopia.css +70 -0
  8. package/dist/css/functional/themes/dark.css +70 -0
  9. package/dist/css/functional/themes/light-colorblind-high-contrast.css +70 -0
  10. package/dist/css/functional/themes/light-colorblind.css +70 -0
  11. package/dist/css/functional/themes/light-high-contrast.css +70 -0
  12. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +70 -0
  13. package/dist/css/functional/themes/light-tritanopia.css +70 -0
  14. package/dist/css/functional/themes/light.css +70 -0
  15. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +1373 -0
  16. package/dist/docs/functional/themes/dark-colorblind.json +1377 -0
  17. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +1373 -0
  18. package/dist/docs/functional/themes/dark-dimmed.json +1377 -0
  19. package/dist/docs/functional/themes/dark-high-contrast.json +1373 -0
  20. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +1373 -0
  21. package/dist/docs/functional/themes/dark-tritanopia.json +1377 -0
  22. package/dist/docs/functional/themes/dark.json +1377 -0
  23. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +1373 -0
  24. package/dist/docs/functional/themes/light-colorblind.json +1373 -0
  25. package/dist/docs/functional/themes/light-high-contrast.json +1373 -0
  26. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +1373 -0
  27. package/dist/docs/functional/themes/light-tritanopia.json +1373 -0
  28. package/dist/docs/functional/themes/light.json +1373 -0
  29. package/dist/figma/themes/dark-colorblind.json +565 -0
  30. package/dist/figma/themes/dark-dimmed.json +565 -0
  31. package/dist/figma/themes/dark-high-contrast.json +563 -0
  32. package/dist/figma/themes/dark-tritanopia.json +565 -0
  33. package/dist/figma/themes/dark.json +565 -0
  34. package/dist/figma/themes/light-colorblind.json +563 -0
  35. package/dist/figma/themes/light-high-contrast.json +563 -0
  36. package/dist/figma/themes/light-tritanopia.json +563 -0
  37. package/dist/figma/themes/light.json +563 -0
  38. package/dist/internalCss/dark-colorblind-high-contrast.css +70 -0
  39. package/dist/internalCss/dark-colorblind.css +70 -0
  40. package/dist/internalCss/dark-dimmed-high-contrast.css +70 -0
  41. package/dist/internalCss/dark-dimmed.css +70 -0
  42. package/dist/internalCss/dark-high-contrast.css +70 -0
  43. package/dist/internalCss/dark-tritanopia-high-contrast.css +70 -0
  44. package/dist/internalCss/dark-tritanopia.css +70 -0
  45. package/dist/internalCss/dark.css +70 -0
  46. package/dist/internalCss/light-colorblind-high-contrast.css +70 -0
  47. package/dist/internalCss/light-colorblind.css +70 -0
  48. package/dist/internalCss/light-high-contrast.css +70 -0
  49. package/dist/internalCss/light-tritanopia-high-contrast.css +70 -0
  50. package/dist/internalCss/light-tritanopia.css +70 -0
  51. package/dist/internalCss/light.css +70 -0
  52. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +1373 -0
  53. package/dist/styleLint/functional/themes/dark-colorblind.json +1377 -0
  54. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +1373 -0
  55. package/dist/styleLint/functional/themes/dark-dimmed.json +1377 -0
  56. package/dist/styleLint/functional/themes/dark-high-contrast.json +1373 -0
  57. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +1373 -0
  58. package/dist/styleLint/functional/themes/dark-tritanopia.json +1377 -0
  59. package/dist/styleLint/functional/themes/dark.json +1377 -0
  60. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +1373 -0
  61. package/dist/styleLint/functional/themes/light-colorblind.json +1373 -0
  62. package/dist/styleLint/functional/themes/light-high-contrast.json +1373 -0
  63. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +1373 -0
  64. package/dist/styleLint/functional/themes/light-tritanopia.json +1373 -0
  65. package/dist/styleLint/functional/themes/light.json +1373 -0
  66. package/package.json +1 -1
  67. package/src/tokens/component/button.json5 +522 -0
@@ -10688,6 +10688,569 @@
10688
10688
  "group": "component (internal)",
10689
10689
  "scopes": ["TEXT_FILL", "SHAPE_FILL"]
10690
10690
  },
10691
+ {
10692
+ "name": "buttonKeybindingHint/default/bgColor/rest",
10693
+ "value": {
10694
+ "r": 0.14901960784313725,
10695
+ "g": 0.17254901960784313,
10696
+ "b": 0.21176470588235294,
10697
+ "a": 1
10698
+ },
10699
+ "type": "COLOR",
10700
+ "refId": "mode/buttonKeybindingHint/default/bgColor/rest",
10701
+ "reference": "base/color/dark/base/color/neutral/4",
10702
+ "collection": "mode",
10703
+ "mode": "dark high contrast",
10704
+ "group": "component (internal)",
10705
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10706
+ },
10707
+ {
10708
+ "name": "buttonKeybindingHint/default/bgColor/disabled",
10709
+ "value": {
10710
+ "r": 0.14901960784313725,
10711
+ "g": 0.17254901960784313,
10712
+ "b": 0.21176470588235294,
10713
+ "a": 1
10714
+ },
10715
+ "type": "COLOR",
10716
+ "refId": "mode/buttonKeybindingHint/default/bgColor/disabled",
10717
+ "reference": "mode/buttonKeybindingHint/default/bgColor/rest",
10718
+ "collection": "mode",
10719
+ "mode": "dark high contrast",
10720
+ "group": "component (internal)",
10721
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10722
+ },
10723
+ {
10724
+ "name": "buttonKeybindingHint/default/borderColor/rest",
10725
+ "value": {
10726
+ "r": 0.7176470588235294,
10727
+ "g": 0.7411764705882353,
10728
+ "b": 0.7843137254901961,
10729
+ "a": 1
10730
+ },
10731
+ "type": "COLOR",
10732
+ "refId": "mode/buttonKeybindingHint/default/borderColor/rest",
10733
+ "reference": "mode/borderColor/muted",
10734
+ "collection": "mode",
10735
+ "mode": "dark high contrast",
10736
+ "group": "component (internal)",
10737
+ "scopes": ["STROKE_COLOR"]
10738
+ },
10739
+ {
10740
+ "name": "buttonKeybindingHint/default/borderColor/disabled",
10741
+ "value": {
10742
+ "r": 0.396078431372549,
10743
+ "g": 0.4235294117647059,
10744
+ "b": 0.4627450980392157,
10745
+ "a": 0.1
10746
+ },
10747
+ "type": "COLOR",
10748
+ "refId": "mode/buttonKeybindingHint/default/borderColor/disabled",
10749
+ "reference": "mode/control/borderColor/disabled",
10750
+ "collection": "mode",
10751
+ "mode": "dark high contrast",
10752
+ "group": "component (internal)",
10753
+ "scopes": ["STROKE_COLOR"]
10754
+ },
10755
+ {
10756
+ "name": "buttonKeybindingHint/default/fgColor/rest",
10757
+ "value": {
10758
+ "r": 0.7176470588235294,
10759
+ "g": 0.7411764705882353,
10760
+ "b": 0.7843137254901961,
10761
+ "a": 1
10762
+ },
10763
+ "type": "COLOR",
10764
+ "refId": "mode/buttonKeybindingHint/default/fgColor/rest",
10765
+ "reference": "mode/fgColor/muted",
10766
+ "collection": "mode",
10767
+ "mode": "dark high contrast",
10768
+ "group": "component (internal)",
10769
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
10770
+ },
10771
+ {
10772
+ "name": "buttonKeybindingHint/default/fgColor/disabled",
10773
+ "value": {
10774
+ "r": 0.396078431372549,
10775
+ "g": 0.4235294117647059,
10776
+ "b": 0.4627450980392157,
10777
+ "a": 1
10778
+ },
10779
+ "type": "COLOR",
10780
+ "refId": "mode/buttonKeybindingHint/default/fgColor/disabled",
10781
+ "reference": "mode/control/fgColor/disabled",
10782
+ "collection": "mode",
10783
+ "mode": "dark high contrast",
10784
+ "group": "component (internal)",
10785
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
10786
+ },
10787
+ {
10788
+ "name": "buttonKeybindingHint/invisible/bgColor/rest",
10789
+ "value": {
10790
+ "r": 0.14901960784313725,
10791
+ "g": 0.17254901960784313,
10792
+ "b": 0.21176470588235294,
10793
+ "a": 1
10794
+ },
10795
+ "type": "COLOR",
10796
+ "refId": "mode/buttonKeybindingHint/invisible/bgColor/rest",
10797
+ "reference": "mode/buttonKeybindingHint/default/bgColor/rest",
10798
+ "collection": "mode",
10799
+ "mode": "dark high contrast",
10800
+ "group": "component (internal)",
10801
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10802
+ },
10803
+ {
10804
+ "name": "buttonKeybindingHint/invisible/bgColor/hover",
10805
+ "value": {
10806
+ "r": 0.1843137254901961,
10807
+ "g": 0.21568627450980393,
10808
+ "b": 0.25882352941176473,
10809
+ "a": 1
10810
+ },
10811
+ "type": "COLOR",
10812
+ "refId": "mode/buttonKeybindingHint/invisible/bgColor/hover",
10813
+ "reference": "mode/control/transparent/bgColor/hover",
10814
+ "collection": "mode",
10815
+ "mode": "dark high contrast",
10816
+ "group": "component (internal)",
10817
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10818
+ },
10819
+ {
10820
+ "name": "buttonKeybindingHint/invisible/bgColor/active",
10821
+ "value": {
10822
+ "r": 0.23921568627450981,
10823
+ "g": 0.26666666666666666,
10824
+ "b": 0.30196078431372547,
10825
+ "a": 1
10826
+ },
10827
+ "type": "COLOR",
10828
+ "refId": "mode/buttonKeybindingHint/invisible/bgColor/active",
10829
+ "reference": "mode/control/transparent/bgColor/active",
10830
+ "collection": "mode",
10831
+ "mode": "dark high contrast",
10832
+ "group": "component (internal)",
10833
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10834
+ },
10835
+ {
10836
+ "name": "buttonKeybindingHint/invisible/bgColor/disabled",
10837
+ "value": {
10838
+ "r": 0,
10839
+ "g": 0,
10840
+ "b": 0,
10841
+ "a": 0
10842
+ },
10843
+ "type": "COLOR",
10844
+ "refId": "mode/buttonKeybindingHint/invisible/bgColor/disabled",
10845
+ "reference": "mode/button/invisible/bgColor/disabled",
10846
+ "collection": "mode",
10847
+ "mode": "dark high contrast",
10848
+ "group": "component (internal)",
10849
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10850
+ },
10851
+ {
10852
+ "name": "buttonKeybindingHint/invisible/borderColor/rest",
10853
+ "value": {
10854
+ "r": 0.7176470588235294,
10855
+ "g": 0.7411764705882353,
10856
+ "b": 0.7843137254901961,
10857
+ "a": 1
10858
+ },
10859
+ "type": "COLOR",
10860
+ "refId": "mode/buttonKeybindingHint/invisible/borderColor/rest",
10861
+ "reference": "mode/borderColor/muted",
10862
+ "collection": "mode",
10863
+ "mode": "dark high contrast",
10864
+ "group": "component (internal)",
10865
+ "scopes": ["STROKE_COLOR"]
10866
+ },
10867
+ {
10868
+ "name": "buttonKeybindingHint/invisible/borderColor/disabled",
10869
+ "value": {
10870
+ "r": 0.396078431372549,
10871
+ "g": 0.4235294117647059,
10872
+ "b": 0.4627450980392157,
10873
+ "a": 0.1
10874
+ },
10875
+ "type": "COLOR",
10876
+ "refId": "mode/buttonKeybindingHint/invisible/borderColor/disabled",
10877
+ "reference": "mode/control/borderColor/disabled",
10878
+ "collection": "mode",
10879
+ "mode": "dark high contrast",
10880
+ "group": "component (internal)",
10881
+ "scopes": ["STROKE_COLOR"]
10882
+ },
10883
+ {
10884
+ "name": "buttonKeybindingHint/invisible/fgColor/rest",
10885
+ "value": {
10886
+ "r": 0.7176470588235294,
10887
+ "g": 0.7411764705882353,
10888
+ "b": 0.7843137254901961,
10889
+ "a": 1
10890
+ },
10891
+ "type": "COLOR",
10892
+ "refId": "mode/buttonKeybindingHint/invisible/fgColor/rest",
10893
+ "reference": "mode/fgColor/muted",
10894
+ "collection": "mode",
10895
+ "mode": "dark high contrast",
10896
+ "group": "component (internal)",
10897
+ "scopes": ["STROKE_COLOR"]
10898
+ },
10899
+ {
10900
+ "name": "buttonKeybindingHint/invisible/fgColor/disabled",
10901
+ "value": {
10902
+ "r": 0.396078431372549,
10903
+ "g": 0.4235294117647059,
10904
+ "b": 0.4627450980392157,
10905
+ "a": 1
10906
+ },
10907
+ "type": "COLOR",
10908
+ "refId": "mode/buttonKeybindingHint/invisible/fgColor/disabled",
10909
+ "reference": "mode/control/fgColor/disabled",
10910
+ "collection": "mode",
10911
+ "mode": "dark high contrast",
10912
+ "group": "component (internal)",
10913
+ "scopes": ["STROKE_COLOR"]
10914
+ },
10915
+ {
10916
+ "name": "buttonKeybindingHint/primary/bgColor/rest",
10917
+ "value": {
10918
+ "r": 0.00392156862745098,
10919
+ "g": 0.01568627450980392,
10920
+ "b": 0.03529411764705882,
10921
+ "a": 0.15
10922
+ },
10923
+ "type": "COLOR",
10924
+ "refId": "mode/buttonKeybindingHint/primary/bgColor/rest",
10925
+ "reference": "mode/buttonCounter/primary/bgColor/rest",
10926
+ "collection": "mode",
10927
+ "mode": "dark high contrast",
10928
+ "group": "component (internal)",
10929
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10930
+ },
10931
+ {
10932
+ "name": "buttonKeybindingHint/primary/bgColor/disabled",
10933
+ "value": {
10934
+ "r": 0.00392156862745098,
10935
+ "g": 0.01568627450980392,
10936
+ "b": 0.03529411764705882,
10937
+ "a": 0.1
10938
+ },
10939
+ "type": "COLOR",
10940
+ "alpha": 0.1,
10941
+ "refId": "mode/buttonKeybindingHint/primary/bgColor/disabled",
10942
+ "reference": "mode/buttonCounter/primary/bgColor/rest",
10943
+ "collection": "mode",
10944
+ "mode": "dark high contrast",
10945
+ "group": "component (internal)",
10946
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10947
+ },
10948
+ {
10949
+ "name": "buttonKeybindingHint/primary/borderColor/rest",
10950
+ "value": {
10951
+ "r": 1,
10952
+ "g": 1,
10953
+ "b": 1,
10954
+ "a": 1
10955
+ },
10956
+ "type": "COLOR",
10957
+ "refId": "mode/buttonKeybindingHint/primary/borderColor/rest",
10958
+ "reference": "base/color/dark/base/color/white",
10959
+ "collection": "mode",
10960
+ "mode": "dark high contrast",
10961
+ "group": "component (internal)",
10962
+ "scopes": ["STROKE_COLOR"]
10963
+ },
10964
+ {
10965
+ "name": "buttonKeybindingHint/primary/borderColor/disabled",
10966
+ "value": {
10967
+ "r": 0.396078431372549,
10968
+ "g": 0.4235294117647059,
10969
+ "b": 0.4627450980392157,
10970
+ "a": 0.1
10971
+ },
10972
+ "type": "COLOR",
10973
+ "refId": "mode/buttonKeybindingHint/primary/borderColor/disabled",
10974
+ "reference": "mode/control/borderColor/disabled",
10975
+ "collection": "mode",
10976
+ "mode": "dark high contrast",
10977
+ "group": "component (internal)",
10978
+ "scopes": ["STROKE_COLOR"]
10979
+ },
10980
+ {
10981
+ "name": "buttonKeybindingHint/primary/fgColor/rest",
10982
+ "value": {
10983
+ "r": 1,
10984
+ "g": 1,
10985
+ "b": 1,
10986
+ "a": 1
10987
+ },
10988
+ "type": "COLOR",
10989
+ "refId": "mode/buttonKeybindingHint/primary/fgColor/rest",
10990
+ "reference": "mode/fgColor/onEmphasis",
10991
+ "collection": "mode",
10992
+ "mode": "dark high contrast",
10993
+ "group": "component (internal)",
10994
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
10995
+ },
10996
+ {
10997
+ "name": "buttonKeybindingHint/primary/fgColor/disabled",
10998
+ "value": {
10999
+ "r": 1,
11000
+ "g": 1,
11001
+ "b": 1,
11002
+ "a": 0.4
11003
+ },
11004
+ "type": "COLOR",
11005
+ "refId": "mode/buttonKeybindingHint/primary/fgColor/disabled",
11006
+ "reference": "mode/button/primary/fgColor/disabled",
11007
+ "collection": "mode",
11008
+ "mode": "dark high contrast",
11009
+ "group": "component (internal)",
11010
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11011
+ },
11012
+ {
11013
+ "name": "buttonKeybindingHint/danger/bgColor/rest",
11014
+ "value": {
11015
+ "r": 0.14901960784313725,
11016
+ "g": 0.17254901960784313,
11017
+ "b": 0.21176470588235294,
11018
+ "a": 1
11019
+ },
11020
+ "type": "COLOR",
11021
+ "refId": "mode/buttonKeybindingHint/danger/bgColor/rest",
11022
+ "reference": "mode/buttonKeybindingHint/default/bgColor/rest",
11023
+ "collection": "mode",
11024
+ "mode": "dark high contrast",
11025
+ "group": "component (internal)",
11026
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11027
+ },
11028
+ {
11029
+ "name": "buttonKeybindingHint/danger/bgColor/hover",
11030
+ "value": {
11031
+ "r": 0.00392156862745098,
11032
+ "g": 0.01568627450980392,
11033
+ "b": 0.03529411764705882,
11034
+ "a": 0.2
11035
+ },
11036
+ "type": "COLOR",
11037
+ "alpha": 0.2,
11038
+ "refId": "mode/buttonKeybindingHint/danger/bgColor/hover",
11039
+ "reference": "base/color/dark-high-contrast/base/color/black",
11040
+ "collection": "mode",
11041
+ "mode": "dark high contrast",
11042
+ "group": "component (internal)",
11043
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11044
+ },
11045
+ {
11046
+ "name": "buttonKeybindingHint/danger/bgColor/active",
11047
+ "value": {
11048
+ "r": 0.00392156862745098,
11049
+ "g": 0.01568627450980392,
11050
+ "b": 0.03529411764705882,
11051
+ "a": 0.4
11052
+ },
11053
+ "type": "COLOR",
11054
+ "alpha": 0.4,
11055
+ "refId": "mode/buttonKeybindingHint/danger/bgColor/active",
11056
+ "reference": "base/color/dark-high-contrast/base/color/black",
11057
+ "collection": "mode",
11058
+ "mode": "dark high contrast",
11059
+ "group": "component (internal)",
11060
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11061
+ },
11062
+ {
11063
+ "name": "buttonKeybindingHint/danger/bgColor/disabled",
11064
+ "value": {
11065
+ "r": 0.14901960784313725,
11066
+ "g": 0.17254901960784313,
11067
+ "b": 0.21176470588235294,
11068
+ "a": 1
11069
+ },
11070
+ "type": "COLOR",
11071
+ "refId": "mode/buttonKeybindingHint/danger/bgColor/disabled",
11072
+ "reference": "mode/buttonKeybindingHint/default/bgColor/disabled",
11073
+ "collection": "mode",
11074
+ "mode": "dark high contrast",
11075
+ "group": "component (internal)",
11076
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11077
+ },
11078
+ {
11079
+ "name": "buttonKeybindingHint/danger/borderColor/rest",
11080
+ "value": {
11081
+ "r": 0.7176470588235294,
11082
+ "g": 0.7411764705882353,
11083
+ "b": 0.7843137254901961,
11084
+ "a": 1
11085
+ },
11086
+ "type": "COLOR",
11087
+ "refId": "mode/buttonKeybindingHint/danger/borderColor/rest",
11088
+ "reference": "mode/buttonKeybindingHint/default/borderColor/rest",
11089
+ "collection": "mode",
11090
+ "mode": "dark high contrast",
11091
+ "group": "component (internal)",
11092
+ "scopes": ["STROKE_COLOR"]
11093
+ },
11094
+ {
11095
+ "name": "buttonKeybindingHint/danger/borderColor/hover",
11096
+ "value": {
11097
+ "r": 1,
11098
+ "g": 1,
11099
+ "b": 1,
11100
+ "a": 1
11101
+ },
11102
+ "type": "COLOR",
11103
+ "refId": "mode/buttonKeybindingHint/danger/borderColor/hover",
11104
+ "reference": "base/color/dark/base/color/white",
11105
+ "collection": "mode",
11106
+ "mode": "dark high contrast",
11107
+ "group": "component (internal)",
11108
+ "scopes": ["STROKE_COLOR"]
11109
+ },
11110
+ {
11111
+ "name": "buttonKeybindingHint/danger/borderColor/active",
11112
+ "value": {
11113
+ "r": 1,
11114
+ "g": 1,
11115
+ "b": 1,
11116
+ "a": 1
11117
+ },
11118
+ "type": "COLOR",
11119
+ "refId": "mode/buttonKeybindingHint/danger/borderColor/active",
11120
+ "reference": "mode/buttonKeybindingHint/danger/borderColor/hover",
11121
+ "collection": "mode",
11122
+ "mode": "dark high contrast",
11123
+ "group": "component (internal)",
11124
+ "scopes": ["STROKE_COLOR"]
11125
+ },
11126
+ {
11127
+ "name": "buttonKeybindingHint/danger/borderColor/disabled",
11128
+ "value": {
11129
+ "r": 0.396078431372549,
11130
+ "g": 0.4235294117647059,
11131
+ "b": 0.4627450980392157,
11132
+ "a": 0.1
11133
+ },
11134
+ "type": "COLOR",
11135
+ "refId": "mode/buttonKeybindingHint/danger/borderColor/disabled",
11136
+ "reference": "mode/buttonKeybindingHint/default/borderColor/disabled",
11137
+ "collection": "mode",
11138
+ "mode": "dark high contrast",
11139
+ "group": "component (internal)",
11140
+ "scopes": ["STROKE_COLOR"]
11141
+ },
11142
+ {
11143
+ "name": "buttonKeybindingHint/danger/fgColor/rest",
11144
+ "value": {
11145
+ "r": 0.7176470588235294,
11146
+ "g": 0.7411764705882353,
11147
+ "b": 0.7843137254901961,
11148
+ "a": 1
11149
+ },
11150
+ "type": "COLOR",
11151
+ "refId": "mode/buttonKeybindingHint/danger/fgColor/rest",
11152
+ "reference": "mode/buttonKeybindingHint/default/fgColor/rest",
11153
+ "collection": "mode",
11154
+ "mode": "dark high contrast",
11155
+ "group": "component (internal)",
11156
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11157
+ },
11158
+ {
11159
+ "name": "buttonKeybindingHint/danger/fgColor/hover",
11160
+ "value": {
11161
+ "r": 1,
11162
+ "g": 1,
11163
+ "b": 1,
11164
+ "a": 1
11165
+ },
11166
+ "type": "COLOR",
11167
+ "refId": "mode/buttonKeybindingHint/danger/fgColor/hover",
11168
+ "reference": "mode/fgColor/onEmphasis",
11169
+ "collection": "mode",
11170
+ "mode": "dark high contrast",
11171
+ "group": "component (internal)",
11172
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11173
+ },
11174
+ {
11175
+ "name": "buttonKeybindingHint/danger/fgColor/active",
11176
+ "value": {
11177
+ "r": 1,
11178
+ "g": 1,
11179
+ "b": 1,
11180
+ "a": 1
11181
+ },
11182
+ "type": "COLOR",
11183
+ "refId": "mode/buttonKeybindingHint/danger/fgColor/active",
11184
+ "reference": "mode/fgColor/onEmphasis",
11185
+ "collection": "mode",
11186
+ "mode": "dark high contrast",
11187
+ "group": "component (internal)",
11188
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11189
+ },
11190
+ {
11191
+ "name": "buttonKeybindingHint/danger/fgColor/disabled",
11192
+ "value": {
11193
+ "r": 0.396078431372549,
11194
+ "g": 0.4235294117647059,
11195
+ "b": 0.4627450980392157,
11196
+ "a": 1
11197
+ },
11198
+ "type": "COLOR",
11199
+ "refId": "mode/buttonKeybindingHint/danger/fgColor/disabled",
11200
+ "reference": "mode/buttonKeybindingHint/default/fgColor/disabled",
11201
+ "collection": "mode",
11202
+ "mode": "dark high contrast",
11203
+ "group": "component (internal)",
11204
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11205
+ },
11206
+ {
11207
+ "name": "buttonKeybindingHint/inactive/bgColor",
11208
+ "value": {
11209
+ "r": 0.14901960784313725,
11210
+ "g": 0.17254901960784313,
11211
+ "b": 0.21176470588235294,
11212
+ "a": 1
11213
+ },
11214
+ "type": "COLOR",
11215
+ "refId": "mode/buttonKeybindingHint/inactive/bgColor",
11216
+ "reference": "base/color/dark/base/color/neutral/4",
11217
+ "collection": "mode",
11218
+ "mode": "dark high contrast",
11219
+ "group": "component (internal)",
11220
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11221
+ },
11222
+ {
11223
+ "name": "buttonKeybindingHint/inactive/borderColor",
11224
+ "value": {
11225
+ "r": 0.7176470588235294,
11226
+ "g": 0.7411764705882353,
11227
+ "b": 0.7843137254901961,
11228
+ "a": 1
11229
+ },
11230
+ "type": "COLOR",
11231
+ "refId": "mode/buttonKeybindingHint/inactive/borderColor",
11232
+ "reference": "mode/borderColor/muted",
11233
+ "collection": "mode",
11234
+ "mode": "dark high contrast",
11235
+ "group": "component (internal)",
11236
+ "scopes": ["STROKE_COLOR"]
11237
+ },
11238
+ {
11239
+ "name": "buttonKeybindingHint/inactive/fgColor",
11240
+ "value": {
11241
+ "r": 0.7176470588235294,
11242
+ "g": 0.7411764705882353,
11243
+ "b": 0.7843137254901961,
11244
+ "a": 1
11245
+ },
11246
+ "type": "COLOR",
11247
+ "refId": "mode/buttonKeybindingHint/inactive/fgColor",
11248
+ "reference": "mode/button/inactive/fgColor",
11249
+ "collection": "mode",
11250
+ "mode": "dark high contrast",
11251
+ "group": "component (internal)",
11252
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11253
+ },
10691
11254
  {
10692
11255
  "name": "card/bgColor",
10693
11256
  "value": {