@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
@@ -10825,6 +10825,1379 @@
10825
10825
  "attributes": {},
10826
10826
  "path": ["buttonCounter", "primary", "bgColor", "rest"]
10827
10827
  },
10828
+ "buttonKeybindingHint-danger-bgColor-active": {
10829
+ "key": "{buttonKeybindingHint.danger.bgColor.active}",
10830
+ "$value": "#01040966",
10831
+ "$type": "color",
10832
+ "$extensions": {
10833
+ "org.primer.figma": {
10834
+ "collection": "mode",
10835
+ "group": "component (internal)",
10836
+ "scopes": ["bgColor"]
10837
+ }
10838
+ },
10839
+ "alpha": 0.4,
10840
+ "filePath": "src/tokens/component/button.json5",
10841
+ "isSource": true,
10842
+ "original": {
10843
+ "$value": "{base.color.black}",
10844
+ "$type": "color",
10845
+ "$extensions": {
10846
+ "org.primer.figma": {
10847
+ "collection": "mode",
10848
+ "group": "component (internal)",
10849
+ "scopes": ["bgColor"]
10850
+ }
10851
+ },
10852
+ "alpha": 0.4,
10853
+ "key": "{buttonKeybindingHint.danger.bgColor.active}"
10854
+ },
10855
+ "name": "buttonKeybindingHint-danger-bgColor-active",
10856
+ "attributes": {},
10857
+ "path": ["buttonKeybindingHint", "danger", "bgColor", "active"]
10858
+ },
10859
+ "buttonKeybindingHint-danger-bgColor-disabled": {
10860
+ "key": "{buttonKeybindingHint.danger.bgColor.disabled}",
10861
+ "$value": "#eff2f5",
10862
+ "$type": "color",
10863
+ "$extensions": {
10864
+ "org.primer.figma": {
10865
+ "collection": "mode",
10866
+ "group": "component (internal)",
10867
+ "scopes": ["bgColor"]
10868
+ }
10869
+ },
10870
+ "filePath": "src/tokens/component/button.json5",
10871
+ "isSource": true,
10872
+ "original": {
10873
+ "$value": "{buttonKeybindingHint.default.bgColor.disabled}",
10874
+ "$type": "color",
10875
+ "$extensions": {
10876
+ "org.primer.figma": {
10877
+ "collection": "mode",
10878
+ "group": "component (internal)",
10879
+ "scopes": ["bgColor"]
10880
+ }
10881
+ },
10882
+ "key": "{buttonKeybindingHint.danger.bgColor.disabled}"
10883
+ },
10884
+ "name": "buttonKeybindingHint-danger-bgColor-disabled",
10885
+ "attributes": {},
10886
+ "path": ["buttonKeybindingHint", "danger", "bgColor", "disabled"]
10887
+ },
10888
+ "buttonKeybindingHint-danger-bgColor-hover": {
10889
+ "key": "{buttonKeybindingHint.danger.bgColor.hover}",
10890
+ "$value": "#01040933",
10891
+ "$type": "color",
10892
+ "$extensions": {
10893
+ "org.primer.figma": {
10894
+ "collection": "mode",
10895
+ "group": "component (internal)",
10896
+ "scopes": ["bgColor"]
10897
+ }
10898
+ },
10899
+ "alpha": 0.2,
10900
+ "filePath": "src/tokens/component/button.json5",
10901
+ "isSource": true,
10902
+ "original": {
10903
+ "$value": "{base.color.black}",
10904
+ "$type": "color",
10905
+ "$extensions": {
10906
+ "org.primer.figma": {
10907
+ "collection": "mode",
10908
+ "group": "component (internal)",
10909
+ "scopes": ["bgColor"]
10910
+ }
10911
+ },
10912
+ "alpha": 0.2,
10913
+ "key": "{buttonKeybindingHint.danger.bgColor.hover}"
10914
+ },
10915
+ "name": "buttonKeybindingHint-danger-bgColor-hover",
10916
+ "attributes": {},
10917
+ "path": ["buttonKeybindingHint", "danger", "bgColor", "hover"]
10918
+ },
10919
+ "buttonKeybindingHint-danger-bgColor-rest": {
10920
+ "key": "{buttonKeybindingHint.danger.bgColor.rest}",
10921
+ "$value": "#eff2f5",
10922
+ "$type": "color",
10923
+ "$extensions": {
10924
+ "org.primer.figma": {
10925
+ "collection": "mode",
10926
+ "group": "component (internal)",
10927
+ "scopes": ["bgColor"]
10928
+ }
10929
+ },
10930
+ "filePath": "src/tokens/component/button.json5",
10931
+ "isSource": true,
10932
+ "original": {
10933
+ "$value": "{buttonKeybindingHint.default.bgColor.rest}",
10934
+ "$type": "color",
10935
+ "$extensions": {
10936
+ "org.primer.figma": {
10937
+ "collection": "mode",
10938
+ "group": "component (internal)",
10939
+ "scopes": ["bgColor"]
10940
+ }
10941
+ },
10942
+ "key": "{buttonKeybindingHint.danger.bgColor.rest}"
10943
+ },
10944
+ "name": "buttonKeybindingHint-danger-bgColor-rest",
10945
+ "attributes": {},
10946
+ "path": ["buttonKeybindingHint", "danger", "bgColor", "rest"]
10947
+ },
10948
+ "buttonKeybindingHint-danger-borderColor-active": {
10949
+ "key": "{buttonKeybindingHint.danger.borderColor.active}",
10950
+ "$value": "#ffffff",
10951
+ "$type": "color",
10952
+ "$extensions": {
10953
+ "org.primer.figma": {
10954
+ "collection": "mode",
10955
+ "group": "component (internal)",
10956
+ "scopes": ["borderColor"]
10957
+ }
10958
+ },
10959
+ "filePath": "src/tokens/component/button.json5",
10960
+ "isSource": true,
10961
+ "original": {
10962
+ "$value": "{buttonKeybindingHint.danger.borderColor.hover}",
10963
+ "$type": "color",
10964
+ "$extensions": {
10965
+ "org.primer.figma": {
10966
+ "collection": "mode",
10967
+ "group": "component (internal)",
10968
+ "scopes": ["borderColor"]
10969
+ }
10970
+ },
10971
+ "key": "{buttonKeybindingHint.danger.borderColor.active}"
10972
+ },
10973
+ "name": "buttonKeybindingHint-danger-borderColor-active",
10974
+ "attributes": {},
10975
+ "path": ["buttonKeybindingHint", "danger", "borderColor", "active"]
10976
+ },
10977
+ "buttonKeybindingHint-danger-borderColor-disabled": {
10978
+ "key": "{buttonKeybindingHint.danger.borderColor.disabled}",
10979
+ "$value": "#59636e1f",
10980
+ "$type": "color",
10981
+ "$extensions": {
10982
+ "org.primer.figma": {
10983
+ "collection": "mode",
10984
+ "group": "component (internal)",
10985
+ "scopes": ["borderColor"]
10986
+ }
10987
+ },
10988
+ "filePath": "src/tokens/component/button.json5",
10989
+ "isSource": true,
10990
+ "original": {
10991
+ "$value": "{buttonKeybindingHint.default.borderColor.disabled}",
10992
+ "$type": "color",
10993
+ "$extensions": {
10994
+ "org.primer.figma": {
10995
+ "collection": "mode",
10996
+ "group": "component (internal)",
10997
+ "scopes": ["borderColor"]
10998
+ }
10999
+ },
11000
+ "key": "{buttonKeybindingHint.danger.borderColor.disabled}"
11001
+ },
11002
+ "name": "buttonKeybindingHint-danger-borderColor-disabled",
11003
+ "attributes": {},
11004
+ "path": ["buttonKeybindingHint", "danger", "borderColor", "disabled"]
11005
+ },
11006
+ "buttonKeybindingHint-danger-borderColor-hover": {
11007
+ "key": "{buttonKeybindingHint.danger.borderColor.hover}",
11008
+ "$value": "#ffffff",
11009
+ "$type": "color",
11010
+ "$extensions": {
11011
+ "org.primer.figma": {
11012
+ "collection": "mode",
11013
+ "group": "component (internal)",
11014
+ "scopes": ["borderColor"]
11015
+ },
11016
+ "org.primer.overrides": {
11017
+ "dark": {
11018
+ "$value": "#010409",
11019
+ "alpha": 0.1,
11020
+ "filePath": "src/tokens/component/button.json5",
11021
+ "isSource": true,
11022
+ "$type": "color"
11023
+ },
11024
+ "dark-dimmed": {
11025
+ "$value": "#010409",
11026
+ "alpha": 0.1,
11027
+ "filePath": "src/tokens/component/button.json5",
11028
+ "isSource": true,
11029
+ "$type": "color"
11030
+ },
11031
+ "dark-dimmed-high-contrast": {
11032
+ "$value": "#ffffff",
11033
+ "filePath": "src/tokens/component/button.json5",
11034
+ "isSource": true,
11035
+ "$type": "color"
11036
+ },
11037
+ "dark-high-contrast": {
11038
+ "$value": "#ffffff",
11039
+ "filePath": "src/tokens/component/button.json5",
11040
+ "isSource": true,
11041
+ "$type": "color"
11042
+ },
11043
+ "dark-tritanopia-high-contrast": {
11044
+ "$value": "#ffffff",
11045
+ "filePath": "src/tokens/component/button.json5",
11046
+ "isSource": true,
11047
+ "$type": "color"
11048
+ },
11049
+ "dark-protanopia-deuteranopia-high-contrast": {
11050
+ "$value": "#ffffff",
11051
+ "filePath": "src/tokens/component/button.json5",
11052
+ "isSource": true,
11053
+ "$type": "color"
11054
+ },
11055
+ "light-high-contrast": {
11056
+ "$value": "#ffffff",
11057
+ "filePath": "src/tokens/component/button.json5",
11058
+ "isSource": true,
11059
+ "$type": "color"
11060
+ },
11061
+ "light-tritanopia-high-contrast": {
11062
+ "$value": "#ffffff",
11063
+ "filePath": "src/tokens/component/button.json5",
11064
+ "isSource": true,
11065
+ "$type": "color"
11066
+ },
11067
+ "light-protanopia-deuteranopia-high-contrast": {
11068
+ "$value": "#ffffff",
11069
+ "filePath": "src/tokens/component/button.json5",
11070
+ "isSource": true,
11071
+ "$type": "color"
11072
+ }
11073
+ }
11074
+ },
11075
+ "filePath": "src/tokens/component/button.json5",
11076
+ "isSource": true,
11077
+ "original": {
11078
+ "$value": "{base.color.white}",
11079
+ "$type": "color",
11080
+ "$extensions": {
11081
+ "org.primer.figma": {
11082
+ "collection": "mode",
11083
+ "group": "component (internal)",
11084
+ "scopes": ["borderColor"]
11085
+ },
11086
+ "org.primer.overrides": {
11087
+ "dark": {
11088
+ "$value": "{base.color.black}",
11089
+ "alpha": 0.1,
11090
+ "filePath": "src/tokens/component/button.json5",
11091
+ "isSource": true,
11092
+ "$type": "color"
11093
+ },
11094
+ "dark-dimmed": {
11095
+ "$value": "{base.color.black}",
11096
+ "alpha": 0.1,
11097
+ "filePath": "src/tokens/component/button.json5",
11098
+ "isSource": true,
11099
+ "$type": "color"
11100
+ },
11101
+ "dark-dimmed-high-contrast": {
11102
+ "$value": "{base.color.white}",
11103
+ "filePath": "src/tokens/component/button.json5",
11104
+ "isSource": true,
11105
+ "$type": "color"
11106
+ },
11107
+ "dark-high-contrast": {
11108
+ "$value": "{base.color.white}",
11109
+ "filePath": "src/tokens/component/button.json5",
11110
+ "isSource": true,
11111
+ "$type": "color"
11112
+ },
11113
+ "dark-tritanopia-high-contrast": {
11114
+ "$value": "{base.color.white}",
11115
+ "filePath": "src/tokens/component/button.json5",
11116
+ "isSource": true,
11117
+ "$type": "color"
11118
+ },
11119
+ "dark-protanopia-deuteranopia-high-contrast": {
11120
+ "$value": "{base.color.white}",
11121
+ "filePath": "src/tokens/component/button.json5",
11122
+ "isSource": true,
11123
+ "$type": "color"
11124
+ },
11125
+ "light-high-contrast": {
11126
+ "$value": "{base.color.white}",
11127
+ "filePath": "src/tokens/component/button.json5",
11128
+ "isSource": true,
11129
+ "$type": "color"
11130
+ },
11131
+ "light-tritanopia-high-contrast": {
11132
+ "$value": "{base.color.white}",
11133
+ "filePath": "src/tokens/component/button.json5",
11134
+ "isSource": true,
11135
+ "$type": "color"
11136
+ },
11137
+ "light-protanopia-deuteranopia-high-contrast": {
11138
+ "$value": "{base.color.white}",
11139
+ "filePath": "src/tokens/component/button.json5",
11140
+ "isSource": true,
11141
+ "$type": "color"
11142
+ }
11143
+ }
11144
+ },
11145
+ "key": "{buttonKeybindingHint.danger.borderColor.hover}"
11146
+ },
11147
+ "name": "buttonKeybindingHint-danger-borderColor-hover",
11148
+ "attributes": {},
11149
+ "path": ["buttonKeybindingHint", "danger", "borderColor", "hover"]
11150
+ },
11151
+ "buttonKeybindingHint-danger-borderColor-rest": {
11152
+ "key": "{buttonKeybindingHint.danger.borderColor.rest}",
11153
+ "$value": "#454c54",
11154
+ "$type": "color",
11155
+ "$extensions": {
11156
+ "org.primer.figma": {
11157
+ "collection": "mode",
11158
+ "group": "component (internal)",
11159
+ "scopes": ["borderColor"]
11160
+ }
11161
+ },
11162
+ "filePath": "src/tokens/component/button.json5",
11163
+ "isSource": true,
11164
+ "original": {
11165
+ "$value": "{buttonKeybindingHint.default.borderColor.rest}",
11166
+ "$type": "color",
11167
+ "$extensions": {
11168
+ "org.primer.figma": {
11169
+ "collection": "mode",
11170
+ "group": "component (internal)",
11171
+ "scopes": ["borderColor"]
11172
+ }
11173
+ },
11174
+ "key": "{buttonKeybindingHint.danger.borderColor.rest}"
11175
+ },
11176
+ "name": "buttonKeybindingHint-danger-borderColor-rest",
11177
+ "attributes": {},
11178
+ "path": ["buttonKeybindingHint", "danger", "borderColor", "rest"]
11179
+ },
11180
+ "buttonKeybindingHint-danger-fgColor-active": {
11181
+ "key": "{buttonKeybindingHint.danger.fgColor.active}",
11182
+ "$value": "#ffffff",
11183
+ "$type": "color",
11184
+ "$extensions": {
11185
+ "org.primer.figma": {
11186
+ "collection": "mode",
11187
+ "group": "component (internal)",
11188
+ "scopes": ["fgColor"]
11189
+ }
11190
+ },
11191
+ "filePath": "src/tokens/component/button.json5",
11192
+ "isSource": true,
11193
+ "original": {
11194
+ "$value": "{fgColor.onEmphasis}",
11195
+ "$type": "color",
11196
+ "$extensions": {
11197
+ "org.primer.figma": {
11198
+ "collection": "mode",
11199
+ "group": "component (internal)",
11200
+ "scopes": ["fgColor"]
11201
+ }
11202
+ },
11203
+ "key": "{buttonKeybindingHint.danger.fgColor.active}"
11204
+ },
11205
+ "name": "buttonKeybindingHint-danger-fgColor-active",
11206
+ "attributes": {},
11207
+ "path": ["buttonKeybindingHint", "danger", "fgColor", "active"]
11208
+ },
11209
+ "buttonKeybindingHint-danger-fgColor-disabled": {
11210
+ "key": "{buttonKeybindingHint.danger.fgColor.disabled}",
11211
+ "$value": "#59636e",
11212
+ "$type": "color",
11213
+ "$extensions": {
11214
+ "org.primer.figma": {
11215
+ "collection": "mode",
11216
+ "group": "component (internal)",
11217
+ "scopes": ["fgColor"]
11218
+ }
11219
+ },
11220
+ "filePath": "src/tokens/component/button.json5",
11221
+ "isSource": true,
11222
+ "original": {
11223
+ "$value": "{buttonKeybindingHint.default.fgColor.disabled}",
11224
+ "$type": "color",
11225
+ "$extensions": {
11226
+ "org.primer.figma": {
11227
+ "collection": "mode",
11228
+ "group": "component (internal)",
11229
+ "scopes": ["fgColor"]
11230
+ }
11231
+ },
11232
+ "key": "{buttonKeybindingHint.danger.fgColor.disabled}"
11233
+ },
11234
+ "name": "buttonKeybindingHint-danger-fgColor-disabled",
11235
+ "attributes": {},
11236
+ "path": ["buttonKeybindingHint", "danger", "fgColor", "disabled"]
11237
+ },
11238
+ "buttonKeybindingHint-danger-fgColor-hover": {
11239
+ "key": "{buttonKeybindingHint.danger.fgColor.hover}",
11240
+ "$value": "#ffffff",
11241
+ "$type": "color",
11242
+ "$extensions": {
11243
+ "org.primer.figma": {
11244
+ "collection": "mode",
11245
+ "group": "component (internal)",
11246
+ "scopes": ["fgColor"]
11247
+ }
11248
+ },
11249
+ "filePath": "src/tokens/component/button.json5",
11250
+ "isSource": true,
11251
+ "original": {
11252
+ "$value": "{fgColor.onEmphasis}",
11253
+ "$type": "color",
11254
+ "$extensions": {
11255
+ "org.primer.figma": {
11256
+ "collection": "mode",
11257
+ "group": "component (internal)",
11258
+ "scopes": ["fgColor"]
11259
+ }
11260
+ },
11261
+ "key": "{buttonKeybindingHint.danger.fgColor.hover}"
11262
+ },
11263
+ "name": "buttonKeybindingHint-danger-fgColor-hover",
11264
+ "attributes": {},
11265
+ "path": ["buttonKeybindingHint", "danger", "fgColor", "hover"]
11266
+ },
11267
+ "buttonKeybindingHint-danger-fgColor-rest": {
11268
+ "key": "{buttonKeybindingHint.danger.fgColor.rest}",
11269
+ "$value": "#454c54",
11270
+ "$type": "color",
11271
+ "$extensions": {
11272
+ "org.primer.figma": {
11273
+ "collection": "mode",
11274
+ "group": "component (internal)",
11275
+ "scopes": ["fgColor"]
11276
+ }
11277
+ },
11278
+ "filePath": "src/tokens/component/button.json5",
11279
+ "isSource": true,
11280
+ "original": {
11281
+ "$value": "{buttonKeybindingHint.default.fgColor.rest}",
11282
+ "$type": "color",
11283
+ "$extensions": {
11284
+ "org.primer.figma": {
11285
+ "collection": "mode",
11286
+ "group": "component (internal)",
11287
+ "scopes": ["fgColor"]
11288
+ }
11289
+ },
11290
+ "key": "{buttonKeybindingHint.danger.fgColor.rest}"
11291
+ },
11292
+ "name": "buttonKeybindingHint-danger-fgColor-rest",
11293
+ "attributes": {},
11294
+ "path": ["buttonKeybindingHint", "danger", "fgColor", "rest"]
11295
+ },
11296
+ "buttonKeybindingHint-default-bgColor-disabled": {
11297
+ "key": "{buttonKeybindingHint.default.bgColor.disabled}",
11298
+ "$value": "#eff2f5",
11299
+ "$type": "color",
11300
+ "$extensions": {
11301
+ "org.primer.figma": {
11302
+ "collection": "mode",
11303
+ "group": "component (internal)",
11304
+ "scopes": ["bgColor"]
11305
+ }
11306
+ },
11307
+ "filePath": "src/tokens/component/button.json5",
11308
+ "isSource": true,
11309
+ "original": {
11310
+ "$value": "{buttonKeybindingHint.default.bgColor.rest}",
11311
+ "$type": "color",
11312
+ "$extensions": {
11313
+ "org.primer.figma": {
11314
+ "collection": "mode",
11315
+ "group": "component (internal)",
11316
+ "scopes": ["bgColor"]
11317
+ }
11318
+ },
11319
+ "key": "{buttonKeybindingHint.default.bgColor.disabled}"
11320
+ },
11321
+ "name": "buttonKeybindingHint-default-bgColor-disabled",
11322
+ "attributes": {},
11323
+ "path": ["buttonKeybindingHint", "default", "bgColor", "disabled"]
11324
+ },
11325
+ "buttonKeybindingHint-default-bgColor-rest": {
11326
+ "key": "{buttonKeybindingHint.default.bgColor.rest}",
11327
+ "$value": "#eff2f5",
11328
+ "$type": "color",
11329
+ "$extensions": {
11330
+ "org.primer.figma": {
11331
+ "collection": "mode",
11332
+ "group": "component (internal)",
11333
+ "scopes": ["bgColor"]
11334
+ },
11335
+ "org.primer.overrides": {
11336
+ "dark": {
11337
+ "$value": "#dae0e7",
11338
+ "filePath": "src/tokens/component/button.json5",
11339
+ "isSource": true,
11340
+ "$type": "color"
11341
+ },
11342
+ "dark-high-contrast": "#e0e6eb",
11343
+ "dark-protanopia-deuteranopia-high-contrast": "#e0e6eb",
11344
+ "dark-tritanopia-high-contrast": "#e0e6eb"
11345
+ }
11346
+ },
11347
+ "filePath": "src/tokens/component/button.json5",
11348
+ "isSource": true,
11349
+ "original": {
11350
+ "$value": "{base.color.neutral.2}",
11351
+ "$type": "color",
11352
+ "$extensions": {
11353
+ "org.primer.figma": {
11354
+ "collection": "mode",
11355
+ "group": "component (internal)",
11356
+ "scopes": ["bgColor"]
11357
+ },
11358
+ "org.primer.overrides": {
11359
+ "dark": {
11360
+ "$value": "{base.color.neutral.5}",
11361
+ "filePath": "src/tokens/component/button.json5",
11362
+ "isSource": true,
11363
+ "$type": "color"
11364
+ },
11365
+ "dark-high-contrast": "{base.color.neutral.4}",
11366
+ "dark-protanopia-deuteranopia-high-contrast": "{base.color.neutral.4}",
11367
+ "dark-tritanopia-high-contrast": "{base.color.neutral.4}"
11368
+ }
11369
+ },
11370
+ "key": "{buttonKeybindingHint.default.bgColor.rest}"
11371
+ },
11372
+ "name": "buttonKeybindingHint-default-bgColor-rest",
11373
+ "attributes": {},
11374
+ "path": ["buttonKeybindingHint", "default", "bgColor", "rest"]
11375
+ },
11376
+ "buttonKeybindingHint-default-borderColor-disabled": {
11377
+ "key": "{buttonKeybindingHint.default.borderColor.disabled}",
11378
+ "$value": "#59636e1f",
11379
+ "$type": "color",
11380
+ "$extensions": {
11381
+ "org.primer.figma": {
11382
+ "collection": "mode",
11383
+ "group": "component (internal)",
11384
+ "scopes": ["borderColor"]
11385
+ }
11386
+ },
11387
+ "filePath": "src/tokens/component/button.json5",
11388
+ "isSource": true,
11389
+ "original": {
11390
+ "$value": "{control.borderColor.disabled}",
11391
+ "$type": "color",
11392
+ "$extensions": {
11393
+ "org.primer.figma": {
11394
+ "collection": "mode",
11395
+ "group": "component (internal)",
11396
+ "scopes": ["borderColor"]
11397
+ }
11398
+ },
11399
+ "key": "{buttonKeybindingHint.default.borderColor.disabled}"
11400
+ },
11401
+ "name": "buttonKeybindingHint-default-borderColor-disabled",
11402
+ "attributes": {},
11403
+ "path": ["buttonKeybindingHint", "default", "borderColor", "disabled"]
11404
+ },
11405
+ "buttonKeybindingHint-default-borderColor-rest": {
11406
+ "key": "{buttonKeybindingHint.default.borderColor.rest}",
11407
+ "$value": "#454c54",
11408
+ "$type": "color",
11409
+ "$extensions": {
11410
+ "org.primer.figma": {
11411
+ "collection": "mode",
11412
+ "group": "component (internal)",
11413
+ "scopes": ["borderColor"]
11414
+ }
11415
+ },
11416
+ "filePath": "src/tokens/component/button.json5",
11417
+ "isSource": true,
11418
+ "original": {
11419
+ "$value": "{borderColor.muted}",
11420
+ "$type": "color",
11421
+ "$extensions": {
11422
+ "org.primer.figma": {
11423
+ "collection": "mode",
11424
+ "group": "component (internal)",
11425
+ "scopes": ["borderColor"]
11426
+ }
11427
+ },
11428
+ "key": "{buttonKeybindingHint.default.borderColor.rest}"
11429
+ },
11430
+ "name": "buttonKeybindingHint-default-borderColor-rest",
11431
+ "attributes": {},
11432
+ "path": ["buttonKeybindingHint", "default", "borderColor", "rest"]
11433
+ },
11434
+ "buttonKeybindingHint-default-fgColor-disabled": {
11435
+ "key": "{buttonKeybindingHint.default.fgColor.disabled}",
11436
+ "$value": "#59636e",
11437
+ "$type": "color",
11438
+ "$extensions": {
11439
+ "org.primer.figma": {
11440
+ "collection": "mode",
11441
+ "group": "component (internal)",
11442
+ "scopes": ["fgColor"]
11443
+ }
11444
+ },
11445
+ "filePath": "src/tokens/component/button.json5",
11446
+ "isSource": true,
11447
+ "original": {
11448
+ "$value": "{control.fgColor.disabled}",
11449
+ "$type": "color",
11450
+ "$extensions": {
11451
+ "org.primer.figma": {
11452
+ "collection": "mode",
11453
+ "group": "component (internal)",
11454
+ "scopes": ["fgColor"]
11455
+ }
11456
+ },
11457
+ "key": "{buttonKeybindingHint.default.fgColor.disabled}"
11458
+ },
11459
+ "name": "buttonKeybindingHint-default-fgColor-disabled",
11460
+ "attributes": {},
11461
+ "path": ["buttonKeybindingHint", "default", "fgColor", "disabled"]
11462
+ },
11463
+ "buttonKeybindingHint-default-fgColor-rest": {
11464
+ "key": "{buttonKeybindingHint.default.fgColor.rest}",
11465
+ "$value": "#454c54",
11466
+ "$type": "color",
11467
+ "$extensions": {
11468
+ "org.primer.figma": {
11469
+ "collection": "mode",
11470
+ "group": "component (internal)",
11471
+ "scopes": ["fgColor"]
11472
+ }
11473
+ },
11474
+ "filePath": "src/tokens/component/button.json5",
11475
+ "isSource": true,
11476
+ "original": {
11477
+ "$value": "{fgColor.muted}",
11478
+ "$type": "color",
11479
+ "$extensions": {
11480
+ "org.primer.figma": {
11481
+ "collection": "mode",
11482
+ "group": "component (internal)",
11483
+ "scopes": ["fgColor"]
11484
+ }
11485
+ },
11486
+ "key": "{buttonKeybindingHint.default.fgColor.rest}"
11487
+ },
11488
+ "name": "buttonKeybindingHint-default-fgColor-rest",
11489
+ "attributes": {},
11490
+ "path": ["buttonKeybindingHint", "default", "fgColor", "rest"]
11491
+ },
11492
+ "buttonKeybindingHint-inactive-bgColor": {
11493
+ "key": "{buttonKeybindingHint.inactive.bgColor}",
11494
+ "$value": "#eff2f5",
11495
+ "$type": "color",
11496
+ "$extensions": {
11497
+ "org.primer.figma": {
11498
+ "collection": "mode",
11499
+ "group": "component (internal)",
11500
+ "scopes": ["bgColor"]
11501
+ },
11502
+ "org.primer.overrides": {
11503
+ "dark": {
11504
+ "$value": "#dae0e7",
11505
+ "filePath": "src/tokens/component/button.json5",
11506
+ "isSource": true,
11507
+ "$type": "color"
11508
+ },
11509
+ "dark-high-contrast": "#e0e6eb",
11510
+ "dark-protanopia-deuteranopia-high-contrast": "#e0e6eb",
11511
+ "dark-tritanopia-high-contrast": "#e0e6eb"
11512
+ }
11513
+ },
11514
+ "filePath": "src/tokens/component/button.json5",
11515
+ "isSource": true,
11516
+ "original": {
11517
+ "$value": "{base.color.neutral.2}",
11518
+ "$type": "color",
11519
+ "$extensions": {
11520
+ "org.primer.figma": {
11521
+ "collection": "mode",
11522
+ "group": "component (internal)",
11523
+ "scopes": ["bgColor"]
11524
+ },
11525
+ "org.primer.overrides": {
11526
+ "dark": {
11527
+ "$value": "{base.color.neutral.5}",
11528
+ "filePath": "src/tokens/component/button.json5",
11529
+ "isSource": true,
11530
+ "$type": "color"
11531
+ },
11532
+ "dark-high-contrast": "{base.color.neutral.4}",
11533
+ "dark-protanopia-deuteranopia-high-contrast": "{base.color.neutral.4}",
11534
+ "dark-tritanopia-high-contrast": "{base.color.neutral.4}"
11535
+ }
11536
+ },
11537
+ "key": "{buttonKeybindingHint.inactive.bgColor}"
11538
+ },
11539
+ "name": "buttonKeybindingHint-inactive-bgColor",
11540
+ "attributes": {},
11541
+ "path": ["buttonKeybindingHint", "inactive", "bgColor"]
11542
+ },
11543
+ "buttonKeybindingHint-inactive-borderColor": {
11544
+ "key": "{buttonKeybindingHint.inactive.borderColor}",
11545
+ "$value": "#454c54",
11546
+ "$type": "color",
11547
+ "$extensions": {
11548
+ "org.primer.figma": {
11549
+ "collection": "mode",
11550
+ "group": "component (internal)",
11551
+ "scopes": ["borderColor"]
11552
+ }
11553
+ },
11554
+ "filePath": "src/tokens/component/button.json5",
11555
+ "isSource": true,
11556
+ "original": {
11557
+ "$value": "{borderColor.muted}",
11558
+ "$type": "color",
11559
+ "$extensions": {
11560
+ "org.primer.figma": {
11561
+ "collection": "mode",
11562
+ "group": "component (internal)",
11563
+ "scopes": ["borderColor"]
11564
+ }
11565
+ },
11566
+ "key": "{buttonKeybindingHint.inactive.borderColor}"
11567
+ },
11568
+ "name": "buttonKeybindingHint-inactive-borderColor",
11569
+ "attributes": {},
11570
+ "path": ["buttonKeybindingHint", "inactive", "borderColor"]
11571
+ },
11572
+ "buttonKeybindingHint-inactive-fgColor": {
11573
+ "key": "{buttonKeybindingHint.inactive.fgColor}",
11574
+ "$value": "#454c54",
11575
+ "$type": "color",
11576
+ "$extensions": {
11577
+ "org.primer.figma": {
11578
+ "collection": "mode",
11579
+ "group": "component (internal)",
11580
+ "scopes": ["fgColor"]
11581
+ }
11582
+ },
11583
+ "filePath": "src/tokens/component/button.json5",
11584
+ "isSource": true,
11585
+ "original": {
11586
+ "$value": "{button.inactive.fgColor}",
11587
+ "$type": "color",
11588
+ "$extensions": {
11589
+ "org.primer.figma": {
11590
+ "collection": "mode",
11591
+ "group": "component (internal)",
11592
+ "scopes": ["fgColor"]
11593
+ }
11594
+ },
11595
+ "key": "{buttonKeybindingHint.inactive.fgColor}"
11596
+ },
11597
+ "name": "buttonKeybindingHint-inactive-fgColor",
11598
+ "attributes": {},
11599
+ "path": ["buttonKeybindingHint", "inactive", "fgColor"]
11600
+ },
11601
+ "buttonKeybindingHint-invisible-bgColor-active": {
11602
+ "key": "{buttonKeybindingHint.invisible.bgColor.active}",
11603
+ "$value": "#d1d9e0",
11604
+ "$type": "color",
11605
+ "$extensions": {
11606
+ "org.primer.figma": {
11607
+ "collection": "mode",
11608
+ "group": "component (internal)",
11609
+ "scopes": ["bgColor"]
11610
+ }
11611
+ },
11612
+ "filePath": "src/tokens/component/button.json5",
11613
+ "isSource": true,
11614
+ "original": {
11615
+ "$value": "{control.transparent.bgColor.active}",
11616
+ "$type": "color",
11617
+ "$extensions": {
11618
+ "org.primer.figma": {
11619
+ "collection": "mode",
11620
+ "group": "component (internal)",
11621
+ "scopes": ["bgColor"]
11622
+ }
11623
+ },
11624
+ "key": "{buttonKeybindingHint.invisible.bgColor.active}"
11625
+ },
11626
+ "name": "buttonKeybindingHint-invisible-bgColor-active",
11627
+ "attributes": {},
11628
+ "path": ["buttonKeybindingHint", "invisible", "bgColor", "active"]
11629
+ },
11630
+ "buttonKeybindingHint-invisible-bgColor-disabled": {
11631
+ "key": "{buttonKeybindingHint.invisible.bgColor.disabled}",
11632
+ "$value": "#ffffff00",
11633
+ "$type": "color",
11634
+ "$extensions": {
11635
+ "org.primer.figma": {
11636
+ "collection": "mode",
11637
+ "group": "component (internal)",
11638
+ "scopes": ["bgColor"]
11639
+ }
11640
+ },
11641
+ "filePath": "src/tokens/component/button.json5",
11642
+ "isSource": true,
11643
+ "original": {
11644
+ "$value": "{button.invisible.bgColor.disabled}",
11645
+ "$type": "color",
11646
+ "$extensions": {
11647
+ "org.primer.figma": {
11648
+ "collection": "mode",
11649
+ "group": "component (internal)",
11650
+ "scopes": ["bgColor"]
11651
+ }
11652
+ },
11653
+ "key": "{buttonKeybindingHint.invisible.bgColor.disabled}"
11654
+ },
11655
+ "name": "buttonKeybindingHint-invisible-bgColor-disabled",
11656
+ "attributes": {},
11657
+ "path": ["buttonKeybindingHint", "invisible", "bgColor", "disabled"]
11658
+ },
11659
+ "buttonKeybindingHint-invisible-bgColor-hover": {
11660
+ "key": "{buttonKeybindingHint.invisible.bgColor.hover}",
11661
+ "$value": "#dae0e7",
11662
+ "$type": "color",
11663
+ "$extensions": {
11664
+ "org.primer.figma": {
11665
+ "collection": "mode",
11666
+ "group": "component (internal)",
11667
+ "scopes": ["bgColor"]
11668
+ }
11669
+ },
11670
+ "filePath": "src/tokens/component/button.json5",
11671
+ "isSource": true,
11672
+ "original": {
11673
+ "$value": "{control.transparent.bgColor.hover}",
11674
+ "$type": "color",
11675
+ "$extensions": {
11676
+ "org.primer.figma": {
11677
+ "collection": "mode",
11678
+ "group": "component (internal)",
11679
+ "scopes": ["bgColor"]
11680
+ }
11681
+ },
11682
+ "key": "{buttonKeybindingHint.invisible.bgColor.hover}"
11683
+ },
11684
+ "name": "buttonKeybindingHint-invisible-bgColor-hover",
11685
+ "attributes": {},
11686
+ "path": ["buttonKeybindingHint", "invisible", "bgColor", "hover"]
11687
+ },
11688
+ "buttonKeybindingHint-invisible-bgColor-rest": {
11689
+ "key": "{buttonKeybindingHint.invisible.bgColor.rest}",
11690
+ "$value": "#eff2f5",
11691
+ "$type": "color",
11692
+ "$extensions": {
11693
+ "org.primer.figma": {
11694
+ "collection": "mode",
11695
+ "group": "component (internal)",
11696
+ "scopes": ["bgColor"]
11697
+ }
11698
+ },
11699
+ "filePath": "src/tokens/component/button.json5",
11700
+ "isSource": true,
11701
+ "original": {
11702
+ "$value": "{buttonKeybindingHint.default.bgColor.rest}",
11703
+ "$type": "color",
11704
+ "$extensions": {
11705
+ "org.primer.figma": {
11706
+ "collection": "mode",
11707
+ "group": "component (internal)",
11708
+ "scopes": ["bgColor"]
11709
+ }
11710
+ },
11711
+ "key": "{buttonKeybindingHint.invisible.bgColor.rest}"
11712
+ },
11713
+ "name": "buttonKeybindingHint-invisible-bgColor-rest",
11714
+ "attributes": {},
11715
+ "path": ["buttonKeybindingHint", "invisible", "bgColor", "rest"]
11716
+ },
11717
+ "buttonKeybindingHint-invisible-borderColor-disabled": {
11718
+ "key": "{buttonKeybindingHint.invisible.borderColor.disabled}",
11719
+ "$value": "#59636e1f",
11720
+ "$type": "color",
11721
+ "$extensions": {
11722
+ "org.primer.figma": {
11723
+ "collection": "mode",
11724
+ "group": "component (internal)",
11725
+ "scopes": ["borderColor"]
11726
+ }
11727
+ },
11728
+ "filePath": "src/tokens/component/button.json5",
11729
+ "isSource": true,
11730
+ "original": {
11731
+ "$value": "{control.borderColor.disabled}",
11732
+ "$type": "color",
11733
+ "$extensions": {
11734
+ "org.primer.figma": {
11735
+ "collection": "mode",
11736
+ "group": "component (internal)",
11737
+ "scopes": ["borderColor"]
11738
+ }
11739
+ },
11740
+ "key": "{buttonKeybindingHint.invisible.borderColor.disabled}"
11741
+ },
11742
+ "name": "buttonKeybindingHint-invisible-borderColor-disabled",
11743
+ "attributes": {},
11744
+ "path": ["buttonKeybindingHint", "invisible", "borderColor", "disabled"]
11745
+ },
11746
+ "buttonKeybindingHint-invisible-borderColor-rest": {
11747
+ "key": "{buttonKeybindingHint.invisible.borderColor.rest}",
11748
+ "$value": "#454c54",
11749
+ "$type": "color",
11750
+ "$extensions": {
11751
+ "org.primer.figma": {
11752
+ "collection": "mode",
11753
+ "group": "component (internal)",
11754
+ "scopes": ["borderColor"]
11755
+ },
11756
+ "org.primer.overrides": {
11757
+ "dark-high-contrast": {
11758
+ "$value": "#454c54",
11759
+ "filePath": "src/tokens/component/button.json5",
11760
+ "isSource": true,
11761
+ "$type": "color"
11762
+ },
11763
+ "dark-tritanopia-high-contrast": {
11764
+ "$value": "#454c54",
11765
+ "filePath": "src/tokens/component/button.json5",
11766
+ "isSource": true,
11767
+ "$type": "color"
11768
+ },
11769
+ "dark-protanopia-deuteranopia-high-contrast": {
11770
+ "$value": "#454c54",
11771
+ "filePath": "src/tokens/component/button.json5",
11772
+ "isSource": true,
11773
+ "$type": "color"
11774
+ },
11775
+ "light-high-contrast": {
11776
+ "$value": "#454c54",
11777
+ "filePath": "src/tokens/component/button.json5",
11778
+ "isSource": true,
11779
+ "$type": "color"
11780
+ },
11781
+ "light-tritanopia-high-contrast": {
11782
+ "$value": "#454c54",
11783
+ "filePath": "src/tokens/component/button.json5",
11784
+ "isSource": true,
11785
+ "$type": "color"
11786
+ },
11787
+ "light-protanopia-deuteranopia-high-contrast": {
11788
+ "$value": "#454c54",
11789
+ "filePath": "src/tokens/component/button.json5",
11790
+ "isSource": true,
11791
+ "$type": "color"
11792
+ }
11793
+ }
11794
+ },
11795
+ "filePath": "src/tokens/component/button.json5",
11796
+ "isSource": true,
11797
+ "original": {
11798
+ "$value": "{borderColor.muted}",
11799
+ "$type": "color",
11800
+ "$extensions": {
11801
+ "org.primer.figma": {
11802
+ "collection": "mode",
11803
+ "group": "component (internal)",
11804
+ "scopes": ["borderColor"]
11805
+ },
11806
+ "org.primer.overrides": {
11807
+ "dark-high-contrast": {
11808
+ "$value": "{borderColor.muted}",
11809
+ "filePath": "src/tokens/component/button.json5",
11810
+ "isSource": true,
11811
+ "$type": "color"
11812
+ },
11813
+ "dark-tritanopia-high-contrast": {
11814
+ "$value": "{borderColor.muted}",
11815
+ "filePath": "src/tokens/component/button.json5",
11816
+ "isSource": true,
11817
+ "$type": "color"
11818
+ },
11819
+ "dark-protanopia-deuteranopia-high-contrast": {
11820
+ "$value": "{borderColor.muted}",
11821
+ "filePath": "src/tokens/component/button.json5",
11822
+ "isSource": true,
11823
+ "$type": "color"
11824
+ },
11825
+ "light-high-contrast": {
11826
+ "$value": "{borderColor.muted}",
11827
+ "filePath": "src/tokens/component/button.json5",
11828
+ "isSource": true,
11829
+ "$type": "color"
11830
+ },
11831
+ "light-tritanopia-high-contrast": {
11832
+ "$value": "{borderColor.muted}",
11833
+ "filePath": "src/tokens/component/button.json5",
11834
+ "isSource": true,
11835
+ "$type": "color"
11836
+ },
11837
+ "light-protanopia-deuteranopia-high-contrast": {
11838
+ "$value": "{borderColor.muted}",
11839
+ "filePath": "src/tokens/component/button.json5",
11840
+ "isSource": true,
11841
+ "$type": "color"
11842
+ }
11843
+ }
11844
+ },
11845
+ "key": "{buttonKeybindingHint.invisible.borderColor.rest}"
11846
+ },
11847
+ "name": "buttonKeybindingHint-invisible-borderColor-rest",
11848
+ "attributes": {},
11849
+ "path": ["buttonKeybindingHint", "invisible", "borderColor", "rest"]
11850
+ },
11851
+ "buttonKeybindingHint-invisible-fgColor-disabled": {
11852
+ "key": "{buttonKeybindingHint.invisible.fgColor.disabled}",
11853
+ "$value": "#59636e",
11854
+ "$type": "color",
11855
+ "$extensions": {
11856
+ "org.primer.figma": {
11857
+ "collection": "mode",
11858
+ "group": "component (internal)",
11859
+ "scopes": ["borderColor"]
11860
+ }
11861
+ },
11862
+ "filePath": "src/tokens/component/button.json5",
11863
+ "isSource": true,
11864
+ "original": {
11865
+ "$value": "{control.fgColor.disabled}",
11866
+ "$type": "color",
11867
+ "$extensions": {
11868
+ "org.primer.figma": {
11869
+ "collection": "mode",
11870
+ "group": "component (internal)",
11871
+ "scopes": ["borderColor"]
11872
+ }
11873
+ },
11874
+ "key": "{buttonKeybindingHint.invisible.fgColor.disabled}"
11875
+ },
11876
+ "name": "buttonKeybindingHint-invisible-fgColor-disabled",
11877
+ "attributes": {},
11878
+ "path": ["buttonKeybindingHint", "invisible", "fgColor", "disabled"]
11879
+ },
11880
+ "buttonKeybindingHint-invisible-fgColor-rest": {
11881
+ "key": "{buttonKeybindingHint.invisible.fgColor.rest}",
11882
+ "$value": "#454c54",
11883
+ "$type": "color",
11884
+ "$extensions": {
11885
+ "org.primer.figma": {
11886
+ "collection": "mode",
11887
+ "group": "component (internal)",
11888
+ "scopes": ["borderColor"]
11889
+ }
11890
+ },
11891
+ "filePath": "src/tokens/component/button.json5",
11892
+ "isSource": true,
11893
+ "original": {
11894
+ "$value": "{fgColor.muted}",
11895
+ "$type": "color",
11896
+ "$extensions": {
11897
+ "org.primer.figma": {
11898
+ "collection": "mode",
11899
+ "group": "component (internal)",
11900
+ "scopes": ["borderColor"]
11901
+ }
11902
+ },
11903
+ "key": "{buttonKeybindingHint.invisible.fgColor.rest}"
11904
+ },
11905
+ "name": "buttonKeybindingHint-invisible-fgColor-rest",
11906
+ "attributes": {},
11907
+ "path": ["buttonKeybindingHint", "invisible", "fgColor", "rest"]
11908
+ },
11909
+ "buttonKeybindingHint-primary-bgColor-disabled": {
11910
+ "key": "{buttonKeybindingHint.primary.bgColor.disabled}",
11911
+ "$value": "#00230b1a",
11912
+ "$type": "color",
11913
+ "$extensions": {
11914
+ "org.primer.figma": {
11915
+ "collection": "mode",
11916
+ "group": "component (internal)",
11917
+ "scopes": ["bgColor"]
11918
+ }
11919
+ },
11920
+ "alpha": 0.1,
11921
+ "filePath": "src/tokens/component/button.json5",
11922
+ "isSource": true,
11923
+ "original": {
11924
+ "$value": "{buttonCounter.primary.bgColor.rest}",
11925
+ "$type": "color",
11926
+ "$extensions": {
11927
+ "org.primer.figma": {
11928
+ "collection": "mode",
11929
+ "group": "component (internal)",
11930
+ "scopes": ["bgColor"]
11931
+ }
11932
+ },
11933
+ "alpha": 0.1,
11934
+ "key": "{buttonKeybindingHint.primary.bgColor.disabled}"
11935
+ },
11936
+ "name": "buttonKeybindingHint-primary-bgColor-disabled",
11937
+ "attributes": {},
11938
+ "path": ["buttonKeybindingHint", "primary", "bgColor", "disabled"]
11939
+ },
11940
+ "buttonKeybindingHint-primary-bgColor-rest": {
11941
+ "key": "{buttonKeybindingHint.primary.bgColor.rest}",
11942
+ "$value": "#00230b33",
11943
+ "$type": "color",
11944
+ "$extensions": {
11945
+ "org.primer.figma": {
11946
+ "collection": "mode",
11947
+ "group": "component (internal)",
11948
+ "scopes": ["bgColor"]
11949
+ }
11950
+ },
11951
+ "filePath": "src/tokens/component/button.json5",
11952
+ "isSource": true,
11953
+ "original": {
11954
+ "$value": "{buttonCounter.primary.bgColor.rest}",
11955
+ "$type": "color",
11956
+ "$extensions": {
11957
+ "org.primer.figma": {
11958
+ "collection": "mode",
11959
+ "group": "component (internal)",
11960
+ "scopes": ["bgColor"]
11961
+ }
11962
+ },
11963
+ "key": "{buttonKeybindingHint.primary.bgColor.rest}"
11964
+ },
11965
+ "name": "buttonKeybindingHint-primary-bgColor-rest",
11966
+ "attributes": {},
11967
+ "path": ["buttonKeybindingHint", "primary", "bgColor", "rest"]
11968
+ },
11969
+ "buttonKeybindingHint-primary-borderColor-disabled": {
11970
+ "key": "{buttonKeybindingHint.primary.borderColor.disabled}",
11971
+ "$value": "#59636e1f",
11972
+ "$type": "color",
11973
+ "$extensions": {
11974
+ "org.primer.figma": {
11975
+ "collection": "mode",
11976
+ "group": "component (internal)",
11977
+ "scopes": ["borderColor"]
11978
+ }
11979
+ },
11980
+ "filePath": "src/tokens/component/button.json5",
11981
+ "isSource": true,
11982
+ "original": {
11983
+ "$value": "{control.borderColor.disabled}",
11984
+ "$type": "color",
11985
+ "$extensions": {
11986
+ "org.primer.figma": {
11987
+ "collection": "mode",
11988
+ "group": "component (internal)",
11989
+ "scopes": ["borderColor"]
11990
+ }
11991
+ },
11992
+ "key": "{buttonKeybindingHint.primary.borderColor.disabled}"
11993
+ },
11994
+ "name": "buttonKeybindingHint-primary-borderColor-disabled",
11995
+ "attributes": {},
11996
+ "path": ["buttonKeybindingHint", "primary", "borderColor", "disabled"]
11997
+ },
11998
+ "buttonKeybindingHint-primary-borderColor-rest": {
11999
+ "key": "{buttonKeybindingHint.primary.borderColor.rest}",
12000
+ "$value": "#ffffff",
12001
+ "$type": "color",
12002
+ "$extensions": {
12003
+ "org.primer.figma": {
12004
+ "collection": "mode",
12005
+ "group": "component (internal)",
12006
+ "scopes": ["borderColor"]
12007
+ },
12008
+ "org.primer.overrides": {
12009
+ "dark-dimmed": {
12010
+ "$value": "#00230b33",
12011
+ "alpha": 0.1,
12012
+ "filePath": "src/tokens/component/button.json5",
12013
+ "isSource": true,
12014
+ "$type": "color"
12015
+ },
12016
+ "dark-dimmed-high-contrast": {
12017
+ "$value": "#ffffff",
12018
+ "filePath": "src/tokens/component/button.json5",
12019
+ "isSource": true,
12020
+ "$type": "color"
12021
+ },
12022
+ "dark": {
12023
+ "$value": "#00230b33",
12024
+ "alpha": 0.1,
12025
+ "filePath": "src/tokens/component/button.json5",
12026
+ "isSource": true,
12027
+ "$type": "color"
12028
+ },
12029
+ "dark-high-contrast": {
12030
+ "$value": "#ffffff",
12031
+ "filePath": "src/tokens/component/button.json5",
12032
+ "isSource": true,
12033
+ "$type": "color"
12034
+ },
12035
+ "dark-tritanopia-high-contrast": {
12036
+ "$value": "#ffffff",
12037
+ "filePath": "src/tokens/component/button.json5",
12038
+ "isSource": true,
12039
+ "$type": "color"
12040
+ },
12041
+ "dark-protanopia-deuteranopia-high-contrast": {
12042
+ "$value": "#ffffff",
12043
+ "filePath": "src/tokens/component/button.json5",
12044
+ "isSource": true,
12045
+ "$type": "color"
12046
+ },
12047
+ "light-high-contrast": {
12048
+ "$value": "#ffffff",
12049
+ "filePath": "src/tokens/component/button.json5",
12050
+ "isSource": true,
12051
+ "$type": "color"
12052
+ },
12053
+ "light-tritanopia-high-contrast": {
12054
+ "$value": "#ffffff",
12055
+ "filePath": "src/tokens/component/button.json5",
12056
+ "isSource": true,
12057
+ "$type": "color"
12058
+ },
12059
+ "light-protanopia-deuteranopia-high-contrast": {
12060
+ "$value": "#ffffff",
12061
+ "filePath": "src/tokens/component/button.json5",
12062
+ "isSource": true,
12063
+ "$type": "color"
12064
+ }
12065
+ }
12066
+ },
12067
+ "filePath": "src/tokens/component/button.json5",
12068
+ "isSource": true,
12069
+ "original": {
12070
+ "$value": "{base.color.white}",
12071
+ "$type": "color",
12072
+ "$extensions": {
12073
+ "org.primer.figma": {
12074
+ "collection": "mode",
12075
+ "group": "component (internal)",
12076
+ "scopes": ["borderColor"]
12077
+ },
12078
+ "org.primer.overrides": {
12079
+ "dark-dimmed": {
12080
+ "$value": "{buttonCounter.primary.bgColor.rest}",
12081
+ "alpha": 0.1,
12082
+ "filePath": "src/tokens/component/button.json5",
12083
+ "isSource": true,
12084
+ "$type": "color"
12085
+ },
12086
+ "dark-dimmed-high-contrast": {
12087
+ "$value": "{base.color.white}",
12088
+ "filePath": "src/tokens/component/button.json5",
12089
+ "isSource": true,
12090
+ "$type": "color"
12091
+ },
12092
+ "dark": {
12093
+ "$value": "{buttonCounter.primary.bgColor.rest}",
12094
+ "alpha": 0.1,
12095
+ "filePath": "src/tokens/component/button.json5",
12096
+ "isSource": true,
12097
+ "$type": "color"
12098
+ },
12099
+ "dark-high-contrast": {
12100
+ "$value": "{base.color.white}",
12101
+ "filePath": "src/tokens/component/button.json5",
12102
+ "isSource": true,
12103
+ "$type": "color"
12104
+ },
12105
+ "dark-tritanopia-high-contrast": {
12106
+ "$value": "{base.color.white}",
12107
+ "filePath": "src/tokens/component/button.json5",
12108
+ "isSource": true,
12109
+ "$type": "color"
12110
+ },
12111
+ "dark-protanopia-deuteranopia-high-contrast": {
12112
+ "$value": "{base.color.white}",
12113
+ "filePath": "src/tokens/component/button.json5",
12114
+ "isSource": true,
12115
+ "$type": "color"
12116
+ },
12117
+ "light-high-contrast": {
12118
+ "$value": "{base.color.white}",
12119
+ "filePath": "src/tokens/component/button.json5",
12120
+ "isSource": true,
12121
+ "$type": "color"
12122
+ },
12123
+ "light-tritanopia-high-contrast": {
12124
+ "$value": "{base.color.white}",
12125
+ "filePath": "src/tokens/component/button.json5",
12126
+ "isSource": true,
12127
+ "$type": "color"
12128
+ },
12129
+ "light-protanopia-deuteranopia-high-contrast": {
12130
+ "$value": "{base.color.white}",
12131
+ "filePath": "src/tokens/component/button.json5",
12132
+ "isSource": true,
12133
+ "$type": "color"
12134
+ }
12135
+ }
12136
+ },
12137
+ "key": "{buttonKeybindingHint.primary.borderColor.rest}"
12138
+ },
12139
+ "name": "buttonKeybindingHint-primary-borderColor-rest",
12140
+ "attributes": {},
12141
+ "path": ["buttonKeybindingHint", "primary", "borderColor", "rest"]
12142
+ },
12143
+ "buttonKeybindingHint-primary-fgColor-disabled": {
12144
+ "key": "{buttonKeybindingHint.primary.fgColor.disabled}",
12145
+ "$value": "#ffffffcc",
12146
+ "$type": "color",
12147
+ "$extensions": {
12148
+ "org.primer.figma": {
12149
+ "collection": "mode",
12150
+ "group": "component (internal)",
12151
+ "scopes": ["fgColor"]
12152
+ }
12153
+ },
12154
+ "filePath": "src/tokens/component/button.json5",
12155
+ "isSource": true,
12156
+ "original": {
12157
+ "$value": "{button.primary.fgColor.disabled}",
12158
+ "$type": "color",
12159
+ "$extensions": {
12160
+ "org.primer.figma": {
12161
+ "collection": "mode",
12162
+ "group": "component (internal)",
12163
+ "scopes": ["fgColor"]
12164
+ }
12165
+ },
12166
+ "key": "{buttonKeybindingHint.primary.fgColor.disabled}"
12167
+ },
12168
+ "name": "buttonKeybindingHint-primary-fgColor-disabled",
12169
+ "attributes": {},
12170
+ "path": ["buttonKeybindingHint", "primary", "fgColor", "disabled"]
12171
+ },
12172
+ "buttonKeybindingHint-primary-fgColor-rest": {
12173
+ "key": "{buttonKeybindingHint.primary.fgColor.rest}",
12174
+ "$value": "#ffffff",
12175
+ "$type": "color",
12176
+ "$extensions": {
12177
+ "org.primer.figma": {
12178
+ "collection": "mode",
12179
+ "group": "component (internal)",
12180
+ "scopes": ["fgColor"]
12181
+ }
12182
+ },
12183
+ "filePath": "src/tokens/component/button.json5",
12184
+ "isSource": true,
12185
+ "original": {
12186
+ "$value": "{fgColor.onEmphasis}",
12187
+ "$type": "color",
12188
+ "$extensions": {
12189
+ "org.primer.figma": {
12190
+ "collection": "mode",
12191
+ "group": "component (internal)",
12192
+ "scopes": ["fgColor"]
12193
+ }
12194
+ },
12195
+ "key": "{buttonKeybindingHint.primary.fgColor.rest}"
12196
+ },
12197
+ "name": "buttonKeybindingHint-primary-fgColor-rest",
12198
+ "attributes": {},
12199
+ "path": ["buttonKeybindingHint", "primary", "fgColor", "rest"]
12200
+ },
10828
12201
  "card-bgColor": {
10829
12202
  "key": "{card.bgColor}",
10830
12203
  "$value": "#ffffff",