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