@primer/primitives 11.2.2-rc.fc1eacf3 → 11.3.0-rc.839041ca

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