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