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