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