@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
@@ -10679,6 +10679,571 @@
10679
10679
  "group": "component (internal)",
10680
10680
  "scopes": ["TEXT_FILL", "SHAPE_FILL"]
10681
10681
  },
10682
+ {
10683
+ "name": "buttonKeybindingHint/default/bgColor/rest",
10684
+ "value": {
10685
+ "r": 0.16470588235294117,
10686
+ "g": 0.19215686274509805,
10687
+ "b": 0.23529411764705882,
10688
+ "a": 1
10689
+ },
10690
+ "type": "COLOR",
10691
+ "refId": "mode/buttonKeybindingHint/default/bgColor/rest",
10692
+ "reference": "base/color/dark/base/color/neutral/5",
10693
+ "collection": "mode",
10694
+ "mode": "dark dimmed",
10695
+ "group": "component (internal)",
10696
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10697
+ },
10698
+ {
10699
+ "name": "buttonKeybindingHint/default/bgColor/disabled",
10700
+ "value": {
10701
+ "r": 0.16470588235294117,
10702
+ "g": 0.19215686274509805,
10703
+ "b": 0.23529411764705882,
10704
+ "a": 1
10705
+ },
10706
+ "type": "COLOR",
10707
+ "refId": "mode/buttonKeybindingHint/default/bgColor/disabled",
10708
+ "reference": "mode/buttonKeybindingHint/default/bgColor/rest",
10709
+ "collection": "mode",
10710
+ "mode": "dark dimmed",
10711
+ "group": "component (internal)",
10712
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10713
+ },
10714
+ {
10715
+ "name": "buttonKeybindingHint/default/borderColor/rest",
10716
+ "value": {
10717
+ "r": 0.23921568627450981,
10718
+ "g": 0.26666666666666666,
10719
+ "b": 0.30196078431372547,
10720
+ "a": 0.7
10721
+ },
10722
+ "type": "COLOR",
10723
+ "refId": "mode/buttonKeybindingHint/default/borderColor/rest",
10724
+ "reference": "mode/borderColor/muted",
10725
+ "collection": "mode",
10726
+ "mode": "dark dimmed",
10727
+ "group": "component (internal)",
10728
+ "scopes": ["STROKE_COLOR"]
10729
+ },
10730
+ {
10731
+ "name": "buttonKeybindingHint/default/borderColor/disabled",
10732
+ "value": {
10733
+ "r": 0.396078431372549,
10734
+ "g": 0.4235294117647059,
10735
+ "b": 0.4627450980392157,
10736
+ "a": 0.1
10737
+ },
10738
+ "type": "COLOR",
10739
+ "refId": "mode/buttonKeybindingHint/default/borderColor/disabled",
10740
+ "reference": "mode/control/borderColor/disabled",
10741
+ "collection": "mode",
10742
+ "mode": "dark dimmed",
10743
+ "group": "component (internal)",
10744
+ "scopes": ["STROKE_COLOR"]
10745
+ },
10746
+ {
10747
+ "name": "buttonKeybindingHint/default/fgColor/rest",
10748
+ "value": {
10749
+ "r": 0.5686274509803921,
10750
+ "g": 0.596078431372549,
10751
+ "b": 0.6313725490196078,
10752
+ "a": 1
10753
+ },
10754
+ "type": "COLOR",
10755
+ "refId": "mode/buttonKeybindingHint/default/fgColor/rest",
10756
+ "reference": "mode/fgColor/muted",
10757
+ "collection": "mode",
10758
+ "mode": "dark dimmed",
10759
+ "group": "component (internal)",
10760
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
10761
+ },
10762
+ {
10763
+ "name": "buttonKeybindingHint/default/fgColor/disabled",
10764
+ "value": {
10765
+ "r": 0.396078431372549,
10766
+ "g": 0.4235294117647059,
10767
+ "b": 0.4627450980392157,
10768
+ "a": 1
10769
+ },
10770
+ "type": "COLOR",
10771
+ "refId": "mode/buttonKeybindingHint/default/fgColor/disabled",
10772
+ "reference": "mode/control/fgColor/disabled",
10773
+ "collection": "mode",
10774
+ "mode": "dark dimmed",
10775
+ "group": "component (internal)",
10776
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
10777
+ },
10778
+ {
10779
+ "name": "buttonKeybindingHint/invisible/bgColor/rest",
10780
+ "value": {
10781
+ "r": 0.16470588235294117,
10782
+ "g": 0.19215686274509805,
10783
+ "b": 0.23529411764705882,
10784
+ "a": 1
10785
+ },
10786
+ "type": "COLOR",
10787
+ "refId": "mode/buttonKeybindingHint/invisible/bgColor/rest",
10788
+ "reference": "mode/buttonKeybindingHint/default/bgColor/rest",
10789
+ "collection": "mode",
10790
+ "mode": "dark dimmed",
10791
+ "group": "component (internal)",
10792
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10793
+ },
10794
+ {
10795
+ "name": "buttonKeybindingHint/invisible/bgColor/hover",
10796
+ "value": {
10797
+ "r": 0.396078431372549,
10798
+ "g": 0.4235294117647059,
10799
+ "b": 0.4627450980392157,
10800
+ "a": 0.15
10801
+ },
10802
+ "type": "COLOR",
10803
+ "refId": "mode/buttonKeybindingHint/invisible/bgColor/hover",
10804
+ "reference": "mode/control/transparent/bgColor/hover",
10805
+ "collection": "mode",
10806
+ "mode": "dark dimmed",
10807
+ "group": "component (internal)",
10808
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10809
+ },
10810
+ {
10811
+ "name": "buttonKeybindingHint/invisible/bgColor/active",
10812
+ "value": {
10813
+ "r": 0.396078431372549,
10814
+ "g": 0.4235294117647059,
10815
+ "b": 0.4627450980392157,
10816
+ "a": 0.2
10817
+ },
10818
+ "type": "COLOR",
10819
+ "refId": "mode/buttonKeybindingHint/invisible/bgColor/active",
10820
+ "reference": "mode/control/transparent/bgColor/active",
10821
+ "collection": "mode",
10822
+ "mode": "dark dimmed",
10823
+ "group": "component (internal)",
10824
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10825
+ },
10826
+ {
10827
+ "name": "buttonKeybindingHint/invisible/bgColor/disabled",
10828
+ "value": {
10829
+ "r": 0,
10830
+ "g": 0,
10831
+ "b": 0,
10832
+ "a": 0
10833
+ },
10834
+ "type": "COLOR",
10835
+ "refId": "mode/buttonKeybindingHint/invisible/bgColor/disabled",
10836
+ "reference": "mode/button/invisible/bgColor/disabled",
10837
+ "collection": "mode",
10838
+ "mode": "dark dimmed",
10839
+ "group": "component (internal)",
10840
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10841
+ },
10842
+ {
10843
+ "name": "buttonKeybindingHint/invisible/borderColor/rest",
10844
+ "value": {
10845
+ "r": 0,
10846
+ "g": 0,
10847
+ "b": 0,
10848
+ "a": 0
10849
+ },
10850
+ "type": "COLOR",
10851
+ "refId": "mode/buttonKeybindingHint/invisible/borderColor/rest",
10852
+ "reference": "base/color/dark/base/color/transparent",
10853
+ "collection": "mode",
10854
+ "mode": "dark dimmed",
10855
+ "group": "component (internal)",
10856
+ "scopes": ["STROKE_COLOR"]
10857
+ },
10858
+ {
10859
+ "name": "buttonKeybindingHint/invisible/borderColor/disabled",
10860
+ "value": {
10861
+ "r": 0.396078431372549,
10862
+ "g": 0.4235294117647059,
10863
+ "b": 0.4627450980392157,
10864
+ "a": 0.1
10865
+ },
10866
+ "type": "COLOR",
10867
+ "refId": "mode/buttonKeybindingHint/invisible/borderColor/disabled",
10868
+ "reference": "mode/control/borderColor/disabled",
10869
+ "collection": "mode",
10870
+ "mode": "dark dimmed",
10871
+ "group": "component (internal)",
10872
+ "scopes": ["STROKE_COLOR"]
10873
+ },
10874
+ {
10875
+ "name": "buttonKeybindingHint/invisible/fgColor/rest",
10876
+ "value": {
10877
+ "r": 0.5686274509803921,
10878
+ "g": 0.596078431372549,
10879
+ "b": 0.6313725490196078,
10880
+ "a": 1
10881
+ },
10882
+ "type": "COLOR",
10883
+ "refId": "mode/buttonKeybindingHint/invisible/fgColor/rest",
10884
+ "reference": "mode/fgColor/muted",
10885
+ "collection": "mode",
10886
+ "mode": "dark dimmed",
10887
+ "group": "component (internal)",
10888
+ "scopes": ["STROKE_COLOR"]
10889
+ },
10890
+ {
10891
+ "name": "buttonKeybindingHint/invisible/fgColor/disabled",
10892
+ "value": {
10893
+ "r": 0.396078431372549,
10894
+ "g": 0.4235294117647059,
10895
+ "b": 0.4627450980392157,
10896
+ "a": 1
10897
+ },
10898
+ "type": "COLOR",
10899
+ "refId": "mode/buttonKeybindingHint/invisible/fgColor/disabled",
10900
+ "reference": "mode/control/fgColor/disabled",
10901
+ "collection": "mode",
10902
+ "mode": "dark dimmed",
10903
+ "group": "component (internal)",
10904
+ "scopes": ["STROKE_COLOR"]
10905
+ },
10906
+ {
10907
+ "name": "buttonKeybindingHint/primary/bgColor/rest",
10908
+ "value": {
10909
+ "r": 0.06666666666666667,
10910
+ "g": 0.20392156862745098,
10911
+ "b": 0.09019607843137255,
10912
+ "a": 0.2
10913
+ },
10914
+ "type": "COLOR",
10915
+ "refId": "mode/buttonKeybindingHint/primary/bgColor/rest",
10916
+ "reference": "mode/buttonCounter/primary/bgColor/rest",
10917
+ "collection": "mode",
10918
+ "mode": "dark dimmed",
10919
+ "group": "component (internal)",
10920
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10921
+ },
10922
+ {
10923
+ "name": "buttonKeybindingHint/primary/bgColor/disabled",
10924
+ "value": {
10925
+ "r": 0.06666666666666667,
10926
+ "g": 0.20392156862745098,
10927
+ "b": 0.09019607843137255,
10928
+ "a": 0.1
10929
+ },
10930
+ "type": "COLOR",
10931
+ "alpha": 0.1,
10932
+ "refId": "mode/buttonKeybindingHint/primary/bgColor/disabled",
10933
+ "reference": "mode/buttonCounter/primary/bgColor/rest",
10934
+ "collection": "mode",
10935
+ "mode": "dark dimmed",
10936
+ "group": "component (internal)",
10937
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
10938
+ },
10939
+ {
10940
+ "name": "buttonKeybindingHint/primary/borderColor/rest",
10941
+ "value": {
10942
+ "r": 0.06666666666666667,
10943
+ "g": 0.20392156862745098,
10944
+ "b": 0.09019607843137255,
10945
+ "a": 0.1
10946
+ },
10947
+ "type": "COLOR",
10948
+ "alpha": 0.1,
10949
+ "refId": "mode/buttonKeybindingHint/primary/borderColor/rest",
10950
+ "reference": "mode/buttonCounter/primary/bgColor/rest",
10951
+ "collection": "mode",
10952
+ "mode": "dark dimmed",
10953
+ "group": "component (internal)",
10954
+ "scopes": ["STROKE_COLOR"]
10955
+ },
10956
+ {
10957
+ "name": "buttonKeybindingHint/primary/borderColor/disabled",
10958
+ "value": {
10959
+ "r": 0.396078431372549,
10960
+ "g": 0.4235294117647059,
10961
+ "b": 0.4627450980392157,
10962
+ "a": 0.1
10963
+ },
10964
+ "type": "COLOR",
10965
+ "refId": "mode/buttonKeybindingHint/primary/borderColor/disabled",
10966
+ "reference": "mode/control/borderColor/disabled",
10967
+ "collection": "mode",
10968
+ "mode": "dark dimmed",
10969
+ "group": "component (internal)",
10970
+ "scopes": ["STROKE_COLOR"]
10971
+ },
10972
+ {
10973
+ "name": "buttonKeybindingHint/primary/fgColor/rest",
10974
+ "value": {
10975
+ "r": 0.9411764705882353,
10976
+ "g": 0.9647058823529412,
10977
+ "b": 0.9882352941176471,
10978
+ "a": 1
10979
+ },
10980
+ "type": "COLOR",
10981
+ "refId": "mode/buttonKeybindingHint/primary/fgColor/rest",
10982
+ "reference": "mode/fgColor/onEmphasis",
10983
+ "collection": "mode",
10984
+ "mode": "dark dimmed",
10985
+ "group": "component (internal)",
10986
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
10987
+ },
10988
+ {
10989
+ "name": "buttonKeybindingHint/primary/fgColor/disabled",
10990
+ "value": {
10991
+ "r": 0.803921568627451,
10992
+ "g": 0.8509803921568627,
10993
+ "b": 0.8980392156862745,
10994
+ "a": 0.4
10995
+ },
10996
+ "type": "COLOR",
10997
+ "refId": "mode/buttonKeybindingHint/primary/fgColor/disabled",
10998
+ "reference": "mode/button/primary/fgColor/disabled",
10999
+ "collection": "mode",
11000
+ "mode": "dark dimmed",
11001
+ "group": "component (internal)",
11002
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11003
+ },
11004
+ {
11005
+ "name": "buttonKeybindingHint/danger/bgColor/rest",
11006
+ "value": {
11007
+ "r": 0.16470588235294117,
11008
+ "g": 0.19215686274509805,
11009
+ "b": 0.23529411764705882,
11010
+ "a": 1
11011
+ },
11012
+ "type": "COLOR",
11013
+ "refId": "mode/buttonKeybindingHint/danger/bgColor/rest",
11014
+ "reference": "mode/buttonKeybindingHint/default/bgColor/rest",
11015
+ "collection": "mode",
11016
+ "mode": "dark dimmed",
11017
+ "group": "component (internal)",
11018
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11019
+ },
11020
+ {
11021
+ "name": "buttonKeybindingHint/danger/bgColor/hover",
11022
+ "value": {
11023
+ "r": 0.00392156862745098,
11024
+ "g": 0.01568627450980392,
11025
+ "b": 0.03529411764705882,
11026
+ "a": 0.2
11027
+ },
11028
+ "type": "COLOR",
11029
+ "alpha": 0.2,
11030
+ "refId": "mode/buttonKeybindingHint/danger/bgColor/hover",
11031
+ "reference": "base/color/dark/base/color/black",
11032
+ "collection": "mode",
11033
+ "mode": "dark dimmed",
11034
+ "group": "component (internal)",
11035
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11036
+ },
11037
+ {
11038
+ "name": "buttonKeybindingHint/danger/bgColor/active",
11039
+ "value": {
11040
+ "r": 0.00392156862745098,
11041
+ "g": 0.01568627450980392,
11042
+ "b": 0.03529411764705882,
11043
+ "a": 0.4
11044
+ },
11045
+ "type": "COLOR",
11046
+ "alpha": 0.4,
11047
+ "refId": "mode/buttonKeybindingHint/danger/bgColor/active",
11048
+ "reference": "base/color/dark/base/color/black",
11049
+ "collection": "mode",
11050
+ "mode": "dark dimmed",
11051
+ "group": "component (internal)",
11052
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11053
+ },
11054
+ {
11055
+ "name": "buttonKeybindingHint/danger/bgColor/disabled",
11056
+ "value": {
11057
+ "r": 0.16470588235294117,
11058
+ "g": 0.19215686274509805,
11059
+ "b": 0.23529411764705882,
11060
+ "a": 1
11061
+ },
11062
+ "type": "COLOR",
11063
+ "refId": "mode/buttonKeybindingHint/danger/bgColor/disabled",
11064
+ "reference": "mode/buttonKeybindingHint/default/bgColor/disabled",
11065
+ "collection": "mode",
11066
+ "mode": "dark dimmed",
11067
+ "group": "component (internal)",
11068
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11069
+ },
11070
+ {
11071
+ "name": "buttonKeybindingHint/danger/borderColor/rest",
11072
+ "value": {
11073
+ "r": 0.23921568627450981,
11074
+ "g": 0.26666666666666666,
11075
+ "b": 0.30196078431372547,
11076
+ "a": 0.7
11077
+ },
11078
+ "type": "COLOR",
11079
+ "refId": "mode/buttonKeybindingHint/danger/borderColor/rest",
11080
+ "reference": "mode/buttonKeybindingHint/default/borderColor/rest",
11081
+ "collection": "mode",
11082
+ "mode": "dark dimmed",
11083
+ "group": "component (internal)",
11084
+ "scopes": ["STROKE_COLOR"]
11085
+ },
11086
+ {
11087
+ "name": "buttonKeybindingHint/danger/borderColor/hover",
11088
+ "value": {
11089
+ "r": 0.00392156862745098,
11090
+ "g": 0.01568627450980392,
11091
+ "b": 0.03529411764705882,
11092
+ "a": 0.1
11093
+ },
11094
+ "type": "COLOR",
11095
+ "alpha": 0.1,
11096
+ "refId": "mode/buttonKeybindingHint/danger/borderColor/hover",
11097
+ "reference": "base/color/dark/base/color/black",
11098
+ "collection": "mode",
11099
+ "mode": "dark dimmed",
11100
+ "group": "component (internal)",
11101
+ "scopes": ["STROKE_COLOR"]
11102
+ },
11103
+ {
11104
+ "name": "buttonKeybindingHint/danger/borderColor/active",
11105
+ "value": {
11106
+ "r": 0.00392156862745098,
11107
+ "g": 0.01568627450980392,
11108
+ "b": 0.03529411764705882,
11109
+ "a": 0.1
11110
+ },
11111
+ "type": "COLOR",
11112
+ "refId": "mode/buttonKeybindingHint/danger/borderColor/active",
11113
+ "reference": "mode/buttonKeybindingHint/danger/borderColor/hover",
11114
+ "collection": "mode",
11115
+ "mode": "dark dimmed",
11116
+ "group": "component (internal)",
11117
+ "scopes": ["STROKE_COLOR"]
11118
+ },
11119
+ {
11120
+ "name": "buttonKeybindingHint/danger/borderColor/disabled",
11121
+ "value": {
11122
+ "r": 0.396078431372549,
11123
+ "g": 0.4235294117647059,
11124
+ "b": 0.4627450980392157,
11125
+ "a": 0.1
11126
+ },
11127
+ "type": "COLOR",
11128
+ "refId": "mode/buttonKeybindingHint/danger/borderColor/disabled",
11129
+ "reference": "mode/buttonKeybindingHint/default/borderColor/disabled",
11130
+ "collection": "mode",
11131
+ "mode": "dark dimmed",
11132
+ "group": "component (internal)",
11133
+ "scopes": ["STROKE_COLOR"]
11134
+ },
11135
+ {
11136
+ "name": "buttonKeybindingHint/danger/fgColor/rest",
11137
+ "value": {
11138
+ "r": 0.5686274509803921,
11139
+ "g": 0.596078431372549,
11140
+ "b": 0.6313725490196078,
11141
+ "a": 1
11142
+ },
11143
+ "type": "COLOR",
11144
+ "refId": "mode/buttonKeybindingHint/danger/fgColor/rest",
11145
+ "reference": "mode/buttonKeybindingHint/default/fgColor/rest",
11146
+ "collection": "mode",
11147
+ "mode": "dark dimmed",
11148
+ "group": "component (internal)",
11149
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11150
+ },
11151
+ {
11152
+ "name": "buttonKeybindingHint/danger/fgColor/hover",
11153
+ "value": {
11154
+ "r": 0.9411764705882353,
11155
+ "g": 0.9647058823529412,
11156
+ "b": 0.9882352941176471,
11157
+ "a": 1
11158
+ },
11159
+ "type": "COLOR",
11160
+ "refId": "mode/buttonKeybindingHint/danger/fgColor/hover",
11161
+ "reference": "mode/fgColor/onEmphasis",
11162
+ "collection": "mode",
11163
+ "mode": "dark dimmed",
11164
+ "group": "component (internal)",
11165
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11166
+ },
11167
+ {
11168
+ "name": "buttonKeybindingHint/danger/fgColor/active",
11169
+ "value": {
11170
+ "r": 0.9411764705882353,
11171
+ "g": 0.9647058823529412,
11172
+ "b": 0.9882352941176471,
11173
+ "a": 1
11174
+ },
11175
+ "type": "COLOR",
11176
+ "refId": "mode/buttonKeybindingHint/danger/fgColor/active",
11177
+ "reference": "mode/fgColor/onEmphasis",
11178
+ "collection": "mode",
11179
+ "mode": "dark dimmed",
11180
+ "group": "component (internal)",
11181
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11182
+ },
11183
+ {
11184
+ "name": "buttonKeybindingHint/danger/fgColor/disabled",
11185
+ "value": {
11186
+ "r": 0.396078431372549,
11187
+ "g": 0.4235294117647059,
11188
+ "b": 0.4627450980392157,
11189
+ "a": 1
11190
+ },
11191
+ "type": "COLOR",
11192
+ "refId": "mode/buttonKeybindingHint/danger/fgColor/disabled",
11193
+ "reference": "mode/buttonKeybindingHint/default/fgColor/disabled",
11194
+ "collection": "mode",
11195
+ "mode": "dark dimmed",
11196
+ "group": "component (internal)",
11197
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11198
+ },
11199
+ {
11200
+ "name": "buttonKeybindingHint/inactive/bgColor",
11201
+ "value": {
11202
+ "r": 0.16470588235294117,
11203
+ "g": 0.19215686274509805,
11204
+ "b": 0.23529411764705882,
11205
+ "a": 1
11206
+ },
11207
+ "type": "COLOR",
11208
+ "refId": "mode/buttonKeybindingHint/inactive/bgColor",
11209
+ "reference": "base/color/dark/base/color/neutral/5",
11210
+ "collection": "mode",
11211
+ "mode": "dark dimmed",
11212
+ "group": "component (internal)",
11213
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11214
+ },
11215
+ {
11216
+ "name": "buttonKeybindingHint/inactive/borderColor",
11217
+ "value": {
11218
+ "r": 0.23921568627450981,
11219
+ "g": 0.26666666666666666,
11220
+ "b": 0.30196078431372547,
11221
+ "a": 0.7
11222
+ },
11223
+ "type": "COLOR",
11224
+ "refId": "mode/buttonKeybindingHint/inactive/borderColor",
11225
+ "reference": "mode/borderColor/muted",
11226
+ "collection": "mode",
11227
+ "mode": "dark dimmed",
11228
+ "group": "component (internal)",
11229
+ "scopes": ["STROKE_COLOR"]
11230
+ },
11231
+ {
11232
+ "name": "buttonKeybindingHint/inactive/fgColor",
11233
+ "value": {
11234
+ "r": 0.396078431372549,
11235
+ "g": 0.4235294117647059,
11236
+ "b": 0.4627450980392157,
11237
+ "a": 1
11238
+ },
11239
+ "type": "COLOR",
11240
+ "refId": "mode/buttonKeybindingHint/inactive/fgColor",
11241
+ "reference": "mode/button/inactive/fgColor",
11242
+ "collection": "mode",
11243
+ "mode": "dark dimmed",
11244
+ "group": "component (internal)",
11245
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
11246
+ },
10682
11247
  {
10683
11248
  "name": "card/bgColor",
10684
11249
  "value": {