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