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