@primer/primitives 10.0.0-rc.d2acd2c0 → 10.0.0-rc.dd3dde40

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 (121) hide show
  1. package/README.md +2 -2
  2. package/dist/build/PrimerStyleDictionary.js +27 -26
  3. package/dist/build/filters/isCubicBezier.d.ts +7 -0
  4. package/dist/build/filters/isCubicBezier.js +10 -0
  5. package/dist/build/formats/typescriptExportDefinition.js +2 -2
  6. package/dist/build/parsers/w3cJsonParser.js +2 -2
  7. package/dist/build/platforms/css.js +1 -0
  8. package/dist/build/schemas/borderToken.d.ts +3 -3
  9. package/dist/build/schemas/colorToken.d.ts +3 -3
  10. package/dist/build/schemas/cubicBezierToken.d.ts +18 -0
  11. package/dist/build/schemas/cubicBezierToken.js +8 -0
  12. package/dist/build/schemas/designToken.js +2 -1
  13. package/dist/build/schemas/dimensionToken.d.ts +3 -3
  14. package/dist/build/schemas/durationToken.d.ts +3 -3
  15. package/dist/build/schemas/fontFamilyToken.d.ts +3 -3
  16. package/dist/build/schemas/fontWeightToken.d.ts +3 -3
  17. package/dist/build/schemas/numberToken.d.ts +3 -3
  18. package/dist/build/schemas/shadowToken.d.ts +3 -3
  19. package/dist/build/schemas/stringToken.d.ts +3 -3
  20. package/dist/build/schemas/tokenType.d.ts +1 -1
  21. package/dist/build/schemas/typographyToken.d.ts +3 -3
  22. package/dist/build/schemas/validTokenType.d.ts +1 -1
  23. package/dist/build/schemas/validTokenType.js +1 -0
  24. package/dist/build/schemas/viewportRangeToken.d.ts +3 -3
  25. package/dist/build/transformers/cubicBezierToCss.d.ts +8 -0
  26. package/dist/build/transformers/cubicBezierToCss.js +23 -0
  27. package/dist/build/transformers/durationToCss.js +2 -2
  28. package/dist/build/transformers/index.d.ts +1 -0
  29. package/dist/build/transformers/index.js +1 -0
  30. package/dist/css/base/motion/motion.css +17 -0
  31. package/dist/css/functional/motion/motion.css +4 -3
  32. package/dist/css/functional/themes/dark-colorblind.css +58 -38
  33. package/dist/css/functional/themes/dark-dimmed.css +44 -24
  34. package/dist/css/functional/themes/dark-high-contrast.css +42 -22
  35. package/dist/css/functional/themes/dark-tritanopia.css +44 -24
  36. package/dist/css/functional/themes/dark.css +42 -22
  37. package/dist/css/functional/themes/light-colorblind.css +60 -40
  38. package/dist/css/functional/themes/light-high-contrast.css +44 -24
  39. package/dist/css/functional/themes/light-tritanopia.css +42 -22
  40. package/dist/css/functional/themes/light.css +42 -22
  41. package/dist/css/functional/typography/typography.css +43 -43
  42. package/dist/css/primitives.css +64 -46
  43. package/dist/docs/base/motion/motion.json +205 -0
  44. package/dist/docs/functional/motion/motion.json +18 -3
  45. package/dist/docs/functional/themes/dark-colorblind.json +564 -282
  46. package/dist/docs/functional/themes/dark-dimmed.json +580 -276
  47. package/dist/docs/functional/themes/dark-high-contrast.json +408 -168
  48. package/dist/docs/functional/themes/dark-tritanopia.json +558 -280
  49. package/dist/docs/functional/themes/dark.json +564 -276
  50. package/dist/docs/functional/themes/light-colorblind.json +388 -108
  51. package/dist/docs/functional/themes/light-high-contrast.json +353 -83
  52. package/dist/docs/functional/themes/light-tritanopia.json +327 -81
  53. package/dist/docs/functional/themes/light.json +356 -78
  54. package/dist/fallbacks/base/motion/motion.json +17 -0
  55. package/dist/fallbacks/functional/motion/motion.json +1 -0
  56. package/dist/figma/dimension/dimension.json +518 -518
  57. package/dist/figma/figma.json +19 -19
  58. package/dist/figma/scales/dark-dimmed.json +3536 -656
  59. package/dist/figma/scales/dark-high-constrast.json +3535 -655
  60. package/dist/figma/scales/dark.json +3371 -491
  61. package/dist/figma/scales/light-high-constrast.json +3533 -653
  62. package/dist/figma/scales/light.json +3370 -490
  63. package/dist/figma/shadows/dark-colorblind.json +285 -285
  64. package/dist/figma/shadows/dark-dimmed.json +285 -285
  65. package/dist/figma/shadows/dark-high-contrast.json +285 -285
  66. package/dist/figma/shadows/dark-tritanopia.json +285 -285
  67. package/dist/figma/shadows/dark.json +285 -285
  68. package/dist/figma/shadows/light-colorblind.json +254 -254
  69. package/dist/figma/shadows/light-high-contrast.json +254 -254
  70. package/dist/figma/shadows/light-tritanopia.json +254 -254
  71. package/dist/figma/shadows/light.json +254 -254
  72. package/dist/figma/themes/dark-colorblind.json +5197 -5068
  73. package/dist/figma/themes/dark-dimmed.json +5526 -5351
  74. package/dist/figma/themes/dark-high-contrast.json +4361 -4251
  75. package/dist/figma/themes/dark-tritanopia.json +5315 -5187
  76. package/dist/figma/themes/dark.json +5740 -5581
  77. package/dist/figma/themes/light-colorblind.json +5104 -4929
  78. package/dist/figma/themes/light-high-contrast.json +4462 -4319
  79. package/dist/figma/themes/light-tritanopia.json +5176 -5050
  80. package/dist/figma/themes/light.json +5657 -5500
  81. package/dist/figma/typography/typography.json +162 -162
  82. package/dist/internalCss/dark-colorblind.css +58 -38
  83. package/dist/internalCss/dark-dimmed.css +44 -24
  84. package/dist/internalCss/dark-high-contrast.css +42 -22
  85. package/dist/internalCss/dark-tritanopia.css +44 -24
  86. package/dist/internalCss/dark.css +42 -22
  87. package/dist/internalCss/light-colorblind.css +60 -40
  88. package/dist/internalCss/light-high-contrast.css +44 -24
  89. package/dist/internalCss/light-tritanopia.css +42 -22
  90. package/dist/internalCss/light.css +42 -22
  91. package/dist/styleLint/base/motion/motion.json +205 -0
  92. package/dist/styleLint/functional/motion/motion.json +18 -3
  93. package/dist/styleLint/functional/themes/dark-colorblind.json +564 -282
  94. package/dist/styleLint/functional/themes/dark-dimmed.json +580 -276
  95. package/dist/styleLint/functional/themes/dark-high-contrast.json +407 -167
  96. package/dist/styleLint/functional/themes/dark-tritanopia.json +558 -280
  97. package/dist/styleLint/functional/themes/dark.json +564 -276
  98. package/dist/styleLint/functional/themes/light-colorblind.json +388 -108
  99. package/dist/styleLint/functional/themes/light-high-contrast.json +353 -83
  100. package/dist/styleLint/functional/themes/light-tritanopia.json +327 -81
  101. package/dist/styleLint/functional/themes/light.json +356 -78
  102. package/package.json +21 -29
  103. package/src/tokens/base/motion/easing.json5 +26 -0
  104. package/src/tokens/base/motion/timing.json5 +50 -0
  105. package/src/tokens/functional/color/dark/app-dark.json5 +203 -88
  106. package/src/tokens/functional/color/dark/data-vis-dark.json5 +20 -20
  107. package/src/tokens/functional/color/dark/display-dark.json5 +95 -95
  108. package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +0 -8
  109. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +39 -26
  110. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +56 -30
  111. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +37 -14
  112. package/src/tokens/functional/color/dark/patterns-dark.json5 +16 -4
  113. package/src/tokens/functional/color/dark/primitives-dark.json5 +1 -1
  114. package/src/tokens/functional/color/light/app-light.json5 +195 -85
  115. package/src/tokens/functional/color/light/data-vis-light.json5 +20 -20
  116. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +25 -25
  117. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +61 -33
  118. package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +62 -10
  119. package/src/tokens/functional/color/light/patterns-light.json5 +13 -1
  120. package/src/tokens/functional/motion/loading.json5 +1 -1
  121. package/src/tokens/functional/motion/patterns.json5 +9 -2
@@ -72,7 +72,7 @@
72
72
  "attributes": {},
73
73
  "path": ["page", "header", "bgColor"]
74
74
  },
75
- "diffBlob-addition-fgColor-text": {
75
+ "diffBlob-additionLine-fgColor": {
76
76
  "$value": "#ffffff",
77
77
  "$type": "color",
78
78
  "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
@@ -81,11 +81,26 @@
81
81
  "$value": "{fgColor.onEmphasis}",
82
82
  "$type": "color"
83
83
  },
84
- "name": "diffBlob-addition-fgColor-text",
84
+ "name": "diffBlob-additionLine-fgColor",
85
85
  "attributes": {},
86
- "path": ["diffBlob", "addition", "fgColor", "text"]
86
+ "path": ["diffBlob", "additionLine", "fgColor"]
87
87
  },
88
- "diffBlob-addition-fgColor-num": {
88
+ "diffBlob-additionLine-bgColor": {
89
+ "$value": "#0ac74033",
90
+ "$type": "color",
91
+ "alpha": 0.2,
92
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
93
+ "isSource": true,
94
+ "original": {
95
+ "$value": "{bgColor.success.muted}",
96
+ "$type": "color",
97
+ "alpha": 0.2
98
+ },
99
+ "name": "diffBlob-additionLine-bgColor",
100
+ "attributes": {},
101
+ "path": ["diffBlob", "additionLine", "bgColor"]
102
+ },
103
+ "diffBlob-additionWord-fgColor": {
89
104
  "$value": "#ffffff",
90
105
  "$type": "color",
91
106
  "$extensions": {
@@ -110,43 +125,56 @@
110
125
  }
111
126
  }
112
127
  },
113
- "name": "diffBlob-addition-fgColor-num",
128
+ "name": "diffBlob-additionWord-fgColor",
114
129
  "attributes": {},
115
- "path": ["diffBlob", "addition", "fgColor", "num"]
130
+ "path": ["diffBlob", "additionWord", "fgColor"]
116
131
  },
117
- "diffBlob-addition-bgColor-num": {
118
- "$value": "#28d7514d",
132
+ "diffBlob-additionWord-bgColor": {
133
+ "$value": "#006222",
134
+ "$type": "color",
135
+ "alpha": 1,
136
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
137
+ "isSource": true,
138
+ "original": {
139
+ "$value": "{bgColor.success.emphasis}",
140
+ "$type": "color",
141
+ "alpha": 1
142
+ },
143
+ "name": "diffBlob-additionWord-bgColor",
144
+ "attributes": {},
145
+ "path": ["diffBlob", "additionWord", "bgColor"]
146
+ },
147
+ "diffBlob-additionNum-fgColor": {
148
+ "$value": "#ffffff",
119
149
  "$type": "color",
120
150
  "$extensions": {
121
151
  "org.primer.figma": {
122
152
  "collection": "mode",
123
153
  "mode": "dark",
124
154
  "group": "component",
125
- "scopes": ["bgColor"]
155
+ "scopes": ["fgColor"]
126
156
  }
127
157
  },
128
- "alpha": 0.3,
129
158
  "filePath": "src/tokens/functional/color/dark/app-dark.json5",
130
159
  "isSource": true,
131
160
  "original": {
132
- "$value": "{base.color.green.3}",
161
+ "$value": "{fgColor.default}",
133
162
  "$type": "color",
134
163
  "$extensions": {
135
164
  "org.primer.figma": {
136
165
  "collection": "mode",
137
166
  "mode": "dark",
138
167
  "group": "component",
139
- "scopes": ["bgColor"]
168
+ "scopes": ["fgColor"]
140
169
  }
141
- },
142
- "alpha": 0.3
170
+ }
143
171
  },
144
- "name": "diffBlob-addition-bgColor-num",
172
+ "name": "diffBlob-additionNum-fgColor",
145
173
  "attributes": {},
146
- "path": ["diffBlob", "addition", "bgColor", "num"]
174
+ "path": ["diffBlob", "additionNum", "fgColor"]
147
175
  },
148
- "diffBlob-addition-bgColor-line": {
149
- "$value": "#0ac74026",
176
+ "diffBlob-additionNum-bgColor": {
177
+ "$value": "#28d7514d",
150
178
  "$type": "color",
151
179
  "$extensions": {
152
180
  "org.primer.figma": {
@@ -156,12 +184,11 @@
156
184
  "scopes": ["bgColor"]
157
185
  }
158
186
  },
159
- "alpha": 0.15,
160
- "mix": null,
187
+ "alpha": 0.3,
161
188
  "filePath": "src/tokens/functional/color/dark/app-dark.json5",
162
189
  "isSource": true,
163
190
  "original": {
164
- "$value": "{base.color.green.4}",
191
+ "$value": "{base.color.green.3}",
165
192
  "$type": "color",
166
193
  "$extensions": {
167
194
  "org.primer.figma": {
@@ -171,42 +198,85 @@
171
198
  "scopes": ["bgColor"]
172
199
  }
173
200
  },
174
- "alpha": 0.15,
175
- "mix": null
201
+ "alpha": 0.3
176
202
  },
177
- "name": "diffBlob-addition-bgColor-line",
203
+ "name": "diffBlob-additionNum-bgColor",
178
204
  "attributes": {},
179
- "path": ["diffBlob", "addition", "bgColor", "line"]
205
+ "path": ["diffBlob", "additionNum", "bgColor"]
180
206
  },
181
- "diffBlob-addition-bgColor-word": {
182
- "$value": "#006222",
207
+ "diffBlob-deletionLine-fgColor": {
208
+ "$value": "#ffffff",
183
209
  "$type": "color",
184
- "alpha": 1,
185
210
  "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
186
211
  "isSource": true,
187
212
  "original": {
188
- "$value": "{bgColor.success.emphasis}",
213
+ "$value": "{fgColor.onEmphasis}",
214
+ "$type": "color"
215
+ },
216
+ "name": "diffBlob-deletionLine-fgColor",
217
+ "attributes": {},
218
+ "path": ["diffBlob", "deletionLine", "fgColor"]
219
+ },
220
+ "diffBlob-deletionLine-bgColor": {
221
+ "$value": "#ff808033",
222
+ "$type": "color",
223
+ "alpha": 0.2,
224
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
225
+ "isSource": true,
226
+ "original": {
227
+ "$value": "{bgColor.danger.muted}",
189
228
  "$type": "color",
190
- "alpha": 1
229
+ "alpha": 0.2
191
230
  },
192
- "name": "diffBlob-addition-bgColor-word",
231
+ "name": "diffBlob-deletionLine-bgColor",
193
232
  "attributes": {},
194
- "path": ["diffBlob", "addition", "bgColor", "word"]
233
+ "path": ["diffBlob", "deletionLine", "bgColor"]
195
234
  },
196
- "diffBlob-deletion-fgColor-text": {
235
+ "diffBlob-deletionWord-fgColor": {
197
236
  "$value": "#ffffff",
198
237
  "$type": "color",
238
+ "$extensions": {
239
+ "org.primer.figma": {
240
+ "collection": "mode",
241
+ "mode": "dark",
242
+ "group": "component",
243
+ "scopes": ["fgColor"]
244
+ }
245
+ },
246
+ "filePath": "src/tokens/functional/color/dark/app-dark.json5",
247
+ "isSource": true,
248
+ "original": {
249
+ "$value": "{fgColor.default}",
250
+ "$type": "color",
251
+ "$extensions": {
252
+ "org.primer.figma": {
253
+ "collection": "mode",
254
+ "mode": "dark",
255
+ "group": "component",
256
+ "scopes": ["fgColor"]
257
+ }
258
+ }
259
+ },
260
+ "name": "diffBlob-deletionWord-fgColor",
261
+ "attributes": {},
262
+ "path": ["diffBlob", "deletionWord", "fgColor"]
263
+ },
264
+ "diffBlob-deletionWord-bgColor": {
265
+ "$value": "#ad0116",
266
+ "$type": "color",
267
+ "alpha": 1,
199
268
  "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
200
269
  "isSource": true,
201
270
  "original": {
202
- "$value": "{fgColor.onEmphasis}",
203
- "$type": "color"
271
+ "$value": "{bgColor.danger.emphasis}",
272
+ "$type": "color",
273
+ "alpha": 1
204
274
  },
205
- "name": "diffBlob-deletion-fgColor-text",
275
+ "name": "diffBlob-deletionWord-bgColor",
206
276
  "attributes": {},
207
- "path": ["diffBlob", "deletion", "fgColor", "text"]
277
+ "path": ["diffBlob", "deletionWord", "bgColor"]
208
278
  },
209
- "diffBlob-deletion-fgColor-num": {
279
+ "diffBlob-deletionNum-fgColor": {
210
280
  "$value": "#ffffff",
211
281
  "$type": "color",
212
282
  "$extensions": {
@@ -231,11 +301,11 @@
231
301
  }
232
302
  }
233
303
  },
234
- "name": "diffBlob-deletion-fgColor-num",
304
+ "name": "diffBlob-deletionNum-fgColor",
235
305
  "attributes": {},
236
- "path": ["diffBlob", "deletion", "fgColor", "num"]
306
+ "path": ["diffBlob", "deletionNum", "fgColor"]
237
307
  },
238
- "diffBlob-deletion-bgColor-num": {
308
+ "diffBlob-deletionNum-bgColor": {
239
309
  "$value": "#ff80804d",
240
310
  "$type": "color",
241
311
  "$extensions": {
@@ -262,59 +332,113 @@
262
332
  },
263
333
  "alpha": 0.3
264
334
  },
265
- "name": "diffBlob-deletion-bgColor-num",
335
+ "name": "diffBlob-deletionNum-bgColor",
266
336
  "attributes": {},
267
- "path": ["diffBlob", "deletion", "bgColor", "num"]
337
+ "path": ["diffBlob", "deletionNum", "bgColor"]
268
338
  },
269
- "diffBlob-deletion-bgColor-line": {
270
- "$value": "#ff808026",
339
+ "diffBlob-hunkLine-fgColor": {
340
+ "$value": "#b7bdc8",
271
341
  "$type": "color",
272
342
  "$extensions": {
273
343
  "org.primer.figma": {
274
344
  "collection": "mode",
275
345
  "mode": "dark",
276
346
  "group": "component",
277
- "scopes": ["bgColor"]
347
+ "scopes": ["fgColor"]
278
348
  }
279
349
  },
280
- "alpha": 0.15,
281
- "mix": null,
282
350
  "filePath": "src/tokens/functional/color/dark/app-dark.json5",
283
351
  "isSource": true,
284
352
  "original": {
285
- "$value": "{base.color.red.4}",
353
+ "$value": "{fgColor.muted}",
286
354
  "$type": "color",
287
355
  "$extensions": {
288
356
  "org.primer.figma": {
289
357
  "collection": "mode",
290
358
  "mode": "dark",
291
359
  "group": "component",
292
- "scopes": ["bgColor"]
360
+ "scopes": ["fgColor"]
293
361
  }
294
- },
295
- "alpha": 0.15,
296
- "mix": null
362
+ }
297
363
  },
298
- "name": "diffBlob-deletion-bgColor-line",
364
+ "name": "diffBlob-hunkLine-fgColor",
299
365
  "attributes": {},
300
- "path": ["diffBlob", "deletion", "bgColor", "line"]
366
+ "path": ["diffBlob", "hunkLine", "fgColor"]
301
367
  },
302
- "diffBlob-deletion-bgColor-word": {
303
- "$value": "#ad0116",
368
+ "diffBlob-hunkLine-bgColor": {
369
+ "$value": "#5cacff33",
304
370
  "$type": "color",
305
- "alpha": 1,
371
+ "alpha": 0.2,
306
372
  "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
307
373
  "isSource": true,
308
374
  "original": {
309
- "$value": "{bgColor.danger.emphasis}",
375
+ "$value": "{bgColor.accent.muted}",
310
376
  "$type": "color",
311
- "alpha": 1
377
+ "alpha": 0.2
378
+ },
379
+ "name": "diffBlob-hunkLine-bgColor",
380
+ "attributes": {},
381
+ "path": ["diffBlob", "hunkLine", "bgColor"]
382
+ },
383
+ "diffBlob-hunkNum-fgColor-rest": {
384
+ "$value": "#ffffff",
385
+ "$type": "color",
386
+ "$extensions": {
387
+ "org.primer.figma": {
388
+ "collection": "mode",
389
+ "mode": "dark",
390
+ "group": "component",
391
+ "scopes": ["fgColor"]
392
+ }
312
393
  },
313
- "name": "diffBlob-deletion-bgColor-word",
394
+ "filePath": "src/tokens/functional/color/dark/app-dark.json5",
395
+ "isSource": true,
396
+ "original": {
397
+ "$value": "{fgColor.default}",
398
+ "$type": "color",
399
+ "$extensions": {
400
+ "org.primer.figma": {
401
+ "collection": "mode",
402
+ "mode": "dark",
403
+ "group": "component",
404
+ "scopes": ["fgColor"]
405
+ }
406
+ }
407
+ },
408
+ "name": "diffBlob-hunkNum-fgColor-rest",
314
409
  "attributes": {},
315
- "path": ["diffBlob", "deletion", "bgColor", "word"]
410
+ "path": ["diffBlob", "hunkNum", "fgColor", "rest"]
316
411
  },
317
- "diffBlob-hunk-bgColor-num": {
412
+ "diffBlob-hunkNum-fgColor-hover": {
413
+ "$value": "#ffffff",
414
+ "$type": "color",
415
+ "$extensions": {
416
+ "org.primer.figma": {
417
+ "collection": "mode",
418
+ "mode": "dark",
419
+ "group": "component",
420
+ "scopes": ["fgColor"]
421
+ }
422
+ },
423
+ "filePath": "src/tokens/functional/color/dark/app-dark.json5",
424
+ "isSource": true,
425
+ "original": {
426
+ "$value": "{fgColor.onEmphasis}",
427
+ "$type": "color",
428
+ "$extensions": {
429
+ "org.primer.figma": {
430
+ "collection": "mode",
431
+ "mode": "dark",
432
+ "group": "component",
433
+ "scopes": ["fgColor"]
434
+ }
435
+ }
436
+ },
437
+ "name": "diffBlob-hunkNum-fgColor-hover",
438
+ "attributes": {},
439
+ "path": ["diffBlob", "hunkNum", "fgColor", "hover"]
440
+ },
441
+ "diffBlob-hunkNum-bgColor-rest": {
318
442
  "$value": "#5cacff66",
319
443
  "$type": "color",
320
444
  "alpha": 0.4,
@@ -325,9 +449,96 @@
325
449
  "$type": "color",
326
450
  "alpha": 0.4
327
451
  },
328
- "name": "diffBlob-hunk-bgColor-num",
452
+ "name": "diffBlob-hunkNum-bgColor-rest",
453
+ "attributes": {},
454
+ "path": ["diffBlob", "hunkNum", "bgColor", "rest"]
455
+ },
456
+ "diffBlob-hunkNum-bgColor-hover": {
457
+ "$value": "#194fb1",
458
+ "$type": "color",
459
+ "$extensions": {
460
+ "org.primer.figma": {
461
+ "collection": "mode",
462
+ "mode": "dark",
463
+ "group": "component",
464
+ "scopes": ["bgColor"]
465
+ }
466
+ },
467
+ "filePath": "src/tokens/functional/color/dark/app-dark.json5",
468
+ "isSource": true,
469
+ "original": {
470
+ "$value": "{bgColor.accent.emphasis}",
471
+ "$type": "color",
472
+ "$extensions": {
473
+ "org.primer.figma": {
474
+ "collection": "mode",
475
+ "mode": "dark",
476
+ "group": "component",
477
+ "scopes": ["bgColor"]
478
+ }
479
+ }
480
+ },
481
+ "name": "diffBlob-hunkNum-bgColor-hover",
482
+ "attributes": {},
483
+ "path": ["diffBlob", "hunkNum", "bgColor", "hover"]
484
+ },
485
+ "diffBlob-emptyNum-bgColor": {
486
+ "$value": "#151b23",
487
+ "$type": "color",
488
+ "$extensions": {
489
+ "org.primer.figma": {
490
+ "collection": "mode",
491
+ "mode": "dark",
492
+ "group": "component",
493
+ "scopes": ["bgColor"]
494
+ }
495
+ },
496
+ "filePath": "src/tokens/functional/color/dark/app-dark.json5",
497
+ "isSource": true,
498
+ "original": {
499
+ "$value": "{bgColor.muted}",
500
+ "$type": "color",
501
+ "$extensions": {
502
+ "org.primer.figma": {
503
+ "collection": "mode",
504
+ "mode": "dark",
505
+ "group": "component",
506
+ "scopes": ["bgColor"]
507
+ }
508
+ }
509
+ },
510
+ "name": "diffBlob-emptyNum-bgColor",
511
+ "attributes": {},
512
+ "path": ["diffBlob", "emptyNum", "bgColor"]
513
+ },
514
+ "diffBlob-emptyLine-bgColor": {
515
+ "$value": "#151b23",
516
+ "$type": "color",
517
+ "$extensions": {
518
+ "org.primer.figma": {
519
+ "collection": "mode",
520
+ "mode": "dark",
521
+ "group": "component",
522
+ "scopes": ["bgColor"]
523
+ }
524
+ },
525
+ "filePath": "src/tokens/functional/color/dark/app-dark.json5",
526
+ "isSource": true,
527
+ "original": {
528
+ "$value": "{bgColor.muted}",
529
+ "$type": "color",
530
+ "$extensions": {
531
+ "org.primer.figma": {
532
+ "collection": "mode",
533
+ "mode": "dark",
534
+ "group": "component",
535
+ "scopes": ["bgColor"]
536
+ }
537
+ }
538
+ },
539
+ "name": "diffBlob-emptyLine-bgColor",
329
540
  "attributes": {},
330
- "path": ["diffBlob", "hunk", "bgColor", "num"]
541
+ "path": ["diffBlob", "emptyLine", "bgColor"]
331
542
  },
332
543
  "diffBlob-expander-iconColor": {
333
544
  "$value": "#ffffff",
@@ -1065,7 +1276,7 @@
1065
1276
  "collection": "mode",
1066
1277
  "mode": "dark",
1067
1278
  "group": "component",
1068
- "scopes": ["bgColor"]
1279
+ "scopes": ["bgColor", "borderColor"]
1069
1280
  }
1070
1281
  },
1071
1282
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1078,7 +1289,7 @@
1078
1289
  "collection": "mode",
1079
1290
  "mode": "dark",
1080
1291
  "group": "component",
1081
- "scopes": ["bgColor"]
1292
+ "scopes": ["bgColor", "borderColor"]
1082
1293
  }
1083
1294
  }
1084
1295
  },
@@ -1123,7 +1334,7 @@
1123
1334
  "collection": "mode",
1124
1335
  "mode": "dark",
1125
1336
  "group": "component",
1126
- "scopes": ["bgColor"]
1337
+ "scopes": ["bgColor", "borderColor"]
1127
1338
  }
1128
1339
  },
1129
1340
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1136,7 +1347,7 @@
1136
1347
  "collection": "mode",
1137
1348
  "mode": "dark",
1138
1349
  "group": "component",
1139
- "scopes": ["bgColor"]
1350
+ "scopes": ["bgColor", "borderColor"]
1140
1351
  }
1141
1352
  }
1142
1353
  },
@@ -1181,7 +1392,7 @@
1181
1392
  "collection": "mode",
1182
1393
  "mode": "dark",
1183
1394
  "group": "component",
1184
- "scopes": ["bgColor"]
1395
+ "scopes": ["bgColor", "borderColor"]
1185
1396
  }
1186
1397
  },
1187
1398
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1194,7 +1405,7 @@
1194
1405
  "collection": "mode",
1195
1406
  "mode": "dark",
1196
1407
  "group": "component",
1197
- "scopes": ["bgColor"]
1408
+ "scopes": ["bgColor", "borderColor"]
1198
1409
  }
1199
1410
  }
1200
1411
  },
@@ -1239,7 +1450,7 @@
1239
1450
  "collection": "mode",
1240
1451
  "mode": "dark",
1241
1452
  "group": "component",
1242
- "scopes": ["bgColor"]
1453
+ "scopes": ["bgColor", "borderColor"]
1243
1454
  }
1244
1455
  },
1245
1456
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1252,7 +1463,7 @@
1252
1463
  "collection": "mode",
1253
1464
  "mode": "dark",
1254
1465
  "group": "component",
1255
- "scopes": ["bgColor"]
1466
+ "scopes": ["bgColor", "borderColor"]
1256
1467
  }
1257
1468
  }
1258
1469
  },
@@ -1297,7 +1508,7 @@
1297
1508
  "collection": "mode",
1298
1509
  "mode": "dark",
1299
1510
  "group": "component",
1300
- "scopes": ["bgColor"]
1511
+ "scopes": ["bgColor", "borderColor"]
1301
1512
  }
1302
1513
  },
1303
1514
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1310,7 +1521,7 @@
1310
1521
  "collection": "mode",
1311
1522
  "mode": "dark",
1312
1523
  "group": "component",
1313
- "scopes": ["bgColor"]
1524
+ "scopes": ["bgColor", "borderColor"]
1314
1525
  }
1315
1526
  }
1316
1527
  },
@@ -1355,7 +1566,7 @@
1355
1566
  "collection": "mode",
1356
1567
  "mode": "dark",
1357
1568
  "group": "component",
1358
- "scopes": ["bgColor"]
1569
+ "scopes": ["bgColor", "borderColor"]
1359
1570
  }
1360
1571
  },
1361
1572
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1368,7 +1579,7 @@
1368
1579
  "collection": "mode",
1369
1580
  "mode": "dark",
1370
1581
  "group": "component",
1371
- "scopes": ["bgColor"]
1582
+ "scopes": ["bgColor", "borderColor"]
1372
1583
  }
1373
1584
  }
1374
1585
  },
@@ -1413,7 +1624,7 @@
1413
1624
  "collection": "mode",
1414
1625
  "mode": "dark",
1415
1626
  "group": "component",
1416
- "scopes": ["bgColor"]
1627
+ "scopes": ["bgColor", "borderColor"]
1417
1628
  }
1418
1629
  },
1419
1630
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1426,7 +1637,7 @@
1426
1637
  "collection": "mode",
1427
1638
  "mode": "dark",
1428
1639
  "group": "component",
1429
- "scopes": ["bgColor"]
1640
+ "scopes": ["bgColor", "borderColor"]
1430
1641
  }
1431
1642
  }
1432
1643
  },
@@ -1471,7 +1682,7 @@
1471
1682
  "collection": "mode",
1472
1683
  "mode": "dark",
1473
1684
  "group": "component",
1474
- "scopes": ["bgColor"]
1685
+ "scopes": ["bgColor", "borderColor"]
1475
1686
  }
1476
1687
  },
1477
1688
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1484,7 +1695,7 @@
1484
1695
  "collection": "mode",
1485
1696
  "mode": "dark",
1486
1697
  "group": "component",
1487
- "scopes": ["bgColor"]
1698
+ "scopes": ["bgColor", "borderColor"]
1488
1699
  }
1489
1700
  }
1490
1701
  },
@@ -1529,7 +1740,7 @@
1529
1740
  "collection": "mode",
1530
1741
  "mode": "dark",
1531
1742
  "group": "component",
1532
- "scopes": ["bgColor"]
1743
+ "scopes": ["bgColor", "borderColor"]
1533
1744
  }
1534
1745
  },
1535
1746
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1542,7 +1753,7 @@
1542
1753
  "collection": "mode",
1543
1754
  "mode": "dark",
1544
1755
  "group": "component",
1545
- "scopes": ["bgColor"]
1756
+ "scopes": ["bgColor", "borderColor"]
1546
1757
  }
1547
1758
  }
1548
1759
  },
@@ -1587,7 +1798,7 @@
1587
1798
  "collection": "mode",
1588
1799
  "mode": "dark",
1589
1800
  "group": "component",
1590
- "scopes": ["bgColor"]
1801
+ "scopes": ["bgColor", "borderColor"]
1591
1802
  }
1592
1803
  },
1593
1804
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1600,7 +1811,7 @@
1600
1811
  "collection": "mode",
1601
1812
  "mode": "dark",
1602
1813
  "group": "component",
1603
- "scopes": ["bgColor"]
1814
+ "scopes": ["bgColor", "borderColor"]
1604
1815
  }
1605
1816
  }
1606
1817
  },
@@ -1643,7 +1854,7 @@
1643
1854
  "$extensions": {
1644
1855
  "org.primer.figma": {
1645
1856
  "collection": "mode",
1646
- "mode": "light",
1857
+ "mode": "dark",
1647
1858
  "group": "component (internal)",
1648
1859
  "scopes": ["bgColor"]
1649
1860
  }
@@ -1656,7 +1867,7 @@
1656
1867
  "$extensions": {
1657
1868
  "org.primer.figma": {
1658
1869
  "collection": "mode",
1659
- "mode": "light",
1870
+ "mode": "dark",
1660
1871
  "group": "component (internal)",
1661
1872
  "scopes": ["bgColor"]
1662
1873
  }
@@ -1698,7 +1909,7 @@
1698
1909
  "$extensions": {
1699
1910
  "org.primer.figma": {
1700
1911
  "collection": "mode",
1701
- "mode": "light",
1912
+ "mode": "dark",
1702
1913
  "group": "component (internal)",
1703
1914
  "scopes": ["borderColor"]
1704
1915
  }
@@ -1711,7 +1922,7 @@
1711
1922
  "$extensions": {
1712
1923
  "org.primer.figma": {
1713
1924
  "collection": "mode",
1714
- "mode": "light",
1925
+ "mode": "dark",
1715
1926
  "group": "component (internal)",
1716
1927
  "scopes": ["borderColor"]
1717
1928
  }
@@ -1740,7 +1951,7 @@
1740
1951
  "$extensions": {
1741
1952
  "org.primer.figma": {
1742
1953
  "collection": "mode",
1743
- "mode": "light",
1954
+ "mode": "dark",
1744
1955
  "group": "component (internal)",
1745
1956
  "scopes": ["bgColor"]
1746
1957
  }
@@ -1753,7 +1964,7 @@
1753
1964
  "$extensions": {
1754
1965
  "org.primer.figma": {
1755
1966
  "collection": "mode",
1756
- "mode": "light",
1967
+ "mode": "dark",
1757
1968
  "group": "component (internal)",
1758
1969
  "scopes": ["bgColor"]
1759
1970
  }
@@ -1795,7 +2006,7 @@
1795
2006
  "$extensions": {
1796
2007
  "org.primer.figma": {
1797
2008
  "collection": "mode",
1798
- "mode": "light",
2009
+ "mode": "dark",
1799
2010
  "group": "component (internal)",
1800
2011
  "scopes": ["borderColor"]
1801
2012
  }
@@ -1808,7 +2019,7 @@
1808
2019
  "$extensions": {
1809
2020
  "org.primer.figma": {
1810
2021
  "collection": "mode",
1811
- "mode": "light",
2022
+ "mode": "dark",
1812
2023
  "group": "component (internal)",
1813
2024
  "scopes": ["borderColor"]
1814
2025
  }
@@ -1837,7 +2048,7 @@
1837
2048
  "$extensions": {
1838
2049
  "org.primer.figma": {
1839
2050
  "collection": "mode",
1840
- "mode": "light",
2051
+ "mode": "dark",
1841
2052
  "group": "component (internal)",
1842
2053
  "scopes": ["bgColor"]
1843
2054
  }
@@ -1850,7 +2061,7 @@
1850
2061
  "$extensions": {
1851
2062
  "org.primer.figma": {
1852
2063
  "collection": "mode",
1853
- "mode": "light",
2064
+ "mode": "dark",
1854
2065
  "group": "component (internal)",
1855
2066
  "scopes": ["bgColor"]
1856
2067
  }
@@ -1892,7 +2103,7 @@
1892
2103
  "$extensions": {
1893
2104
  "org.primer.figma": {
1894
2105
  "collection": "mode",
1895
- "mode": "light",
2106
+ "mode": "dark",
1896
2107
  "group": "component (internal)",
1897
2108
  "scopes": ["borderColor"]
1898
2109
  }
@@ -1905,7 +2116,7 @@
1905
2116
  "$extensions": {
1906
2117
  "org.primer.figma": {
1907
2118
  "collection": "mode",
1908
- "mode": "light",
2119
+ "mode": "dark",
1909
2120
  "group": "component (internal)",
1910
2121
  "scopes": ["borderColor"]
1911
2122
  }
@@ -1934,7 +2145,7 @@
1934
2145
  "$extensions": {
1935
2146
  "org.primer.figma": {
1936
2147
  "collection": "mode",
1937
- "mode": "light",
2148
+ "mode": "dark",
1938
2149
  "group": "component (internal)",
1939
2150
  "scopes": ["bgColor"]
1940
2151
  }
@@ -1947,7 +2158,7 @@
1947
2158
  "$extensions": {
1948
2159
  "org.primer.figma": {
1949
2160
  "collection": "mode",
1950
- "mode": "light",
2161
+ "mode": "dark",
1951
2162
  "group": "component (internal)",
1952
2163
  "scopes": ["bgColor"]
1953
2164
  }
@@ -1989,7 +2200,7 @@
1989
2200
  "$extensions": {
1990
2201
  "org.primer.figma": {
1991
2202
  "collection": "mode",
1992
- "mode": "light",
2203
+ "mode": "dark",
1993
2204
  "group": "component (internal)",
1994
2205
  "scopes": ["borderColor"]
1995
2206
  }
@@ -2002,7 +2213,7 @@
2002
2213
  "$extensions": {
2003
2214
  "org.primer.figma": {
2004
2215
  "collection": "mode",
2005
- "mode": "light",
2216
+ "mode": "dark",
2006
2217
  "group": "component (internal)",
2007
2218
  "scopes": ["borderColor"]
2008
2219
  }
@@ -2031,7 +2242,7 @@
2031
2242
  "$extensions": {
2032
2243
  "org.primer.figma": {
2033
2244
  "collection": "mode",
2034
- "mode": "light",
2245
+ "mode": "dark",
2035
2246
  "group": "component (internal)",
2036
2247
  "scopes": ["bgColor"]
2037
2248
  }
@@ -2044,7 +2255,7 @@
2044
2255
  "$extensions": {
2045
2256
  "org.primer.figma": {
2046
2257
  "collection": "mode",
2047
- "mode": "light",
2258
+ "mode": "dark",
2048
2259
  "group": "component (internal)",
2049
2260
  "scopes": ["bgColor"]
2050
2261
  }
@@ -2086,7 +2297,7 @@
2086
2297
  "$extensions": {
2087
2298
  "org.primer.figma": {
2088
2299
  "collection": "mode",
2089
- "mode": "light",
2300
+ "mode": "dark",
2090
2301
  "group": "component (internal)",
2091
2302
  "scopes": ["borderColor"]
2092
2303
  }
@@ -2099,7 +2310,7 @@
2099
2310
  "$extensions": {
2100
2311
  "org.primer.figma": {
2101
2312
  "collection": "mode",
2102
- "mode": "light",
2313
+ "mode": "dark",
2103
2314
  "group": "component (internal)",
2104
2315
  "scopes": ["borderColor"]
2105
2316
  }
@@ -2128,7 +2339,7 @@
2128
2339
  "$extensions": {
2129
2340
  "org.primer.figma": {
2130
2341
  "collection": "mode",
2131
- "mode": "light",
2342
+ "mode": "dark",
2132
2343
  "group": "component (internal)",
2133
2344
  "scopes": ["bgColor"]
2134
2345
  }
@@ -2141,7 +2352,7 @@
2141
2352
  "$extensions": {
2142
2353
  "org.primer.figma": {
2143
2354
  "collection": "mode",
2144
- "mode": "light",
2355
+ "mode": "dark",
2145
2356
  "group": "component (internal)",
2146
2357
  "scopes": ["bgColor"]
2147
2358
  }
@@ -2183,7 +2394,7 @@
2183
2394
  "$extensions": {
2184
2395
  "org.primer.figma": {
2185
2396
  "collection": "mode",
2186
- "mode": "light",
2397
+ "mode": "dark",
2187
2398
  "group": "component (internal)",
2188
2399
  "scopes": ["borderColor"]
2189
2400
  }
@@ -2196,7 +2407,7 @@
2196
2407
  "$extensions": {
2197
2408
  "org.primer.figma": {
2198
2409
  "collection": "mode",
2199
- "mode": "light",
2410
+ "mode": "dark",
2200
2411
  "group": "component (internal)",
2201
2412
  "scopes": ["borderColor"]
2202
2413
  }
@@ -2225,7 +2436,7 @@
2225
2436
  "$extensions": {
2226
2437
  "org.primer.figma": {
2227
2438
  "collection": "mode",
2228
- "mode": "light",
2439
+ "mode": "dark",
2229
2440
  "group": "component (internal)",
2230
2441
  "scopes": ["bgColor"]
2231
2442
  }
@@ -2238,7 +2449,7 @@
2238
2449
  "$extensions": {
2239
2450
  "org.primer.figma": {
2240
2451
  "collection": "mode",
2241
- "mode": "light",
2452
+ "mode": "dark",
2242
2453
  "group": "component (internal)",
2243
2454
  "scopes": ["bgColor"]
2244
2455
  }
@@ -2280,7 +2491,7 @@
2280
2491
  "$extensions": {
2281
2492
  "org.primer.figma": {
2282
2493
  "collection": "mode",
2283
- "mode": "light",
2494
+ "mode": "dark",
2284
2495
  "group": "component (internal)",
2285
2496
  "scopes": ["borderColor"]
2286
2497
  }
@@ -2293,7 +2504,7 @@
2293
2504
  "$extensions": {
2294
2505
  "org.primer.figma": {
2295
2506
  "collection": "mode",
2296
- "mode": "light",
2507
+ "mode": "dark",
2297
2508
  "group": "component (internal)",
2298
2509
  "scopes": ["borderColor"]
2299
2510
  }
@@ -2322,7 +2533,7 @@
2322
2533
  "$extensions": {
2323
2534
  "org.primer.figma": {
2324
2535
  "collection": "mode",
2325
- "mode": "light",
2536
+ "mode": "dark",
2326
2537
  "group": "component (internal)",
2327
2538
  "scopes": ["bgColor"]
2328
2539
  }
@@ -2335,7 +2546,7 @@
2335
2546
  "$extensions": {
2336
2547
  "org.primer.figma": {
2337
2548
  "collection": "mode",
2338
- "mode": "light",
2549
+ "mode": "dark",
2339
2550
  "group": "component (internal)",
2340
2551
  "scopes": ["bgColor"]
2341
2552
  }
@@ -2377,7 +2588,7 @@
2377
2588
  "$extensions": {
2378
2589
  "org.primer.figma": {
2379
2590
  "collection": "mode",
2380
- "mode": "light",
2591
+ "mode": "dark",
2381
2592
  "group": "component (internal)",
2382
2593
  "scopes": ["borderColor"]
2383
2594
  }
@@ -2390,7 +2601,7 @@
2390
2601
  "$extensions": {
2391
2602
  "org.primer.figma": {
2392
2603
  "collection": "mode",
2393
- "mode": "light",
2604
+ "mode": "dark",
2394
2605
  "group": "component (internal)",
2395
2606
  "scopes": ["borderColor"]
2396
2607
  }
@@ -2419,7 +2630,7 @@
2419
2630
  "$extensions": {
2420
2631
  "org.primer.figma": {
2421
2632
  "collection": "mode",
2422
- "mode": "light",
2633
+ "mode": "dark",
2423
2634
  "group": "component (internal)",
2424
2635
  "scopes": ["bgColor"]
2425
2636
  }
@@ -2432,7 +2643,7 @@
2432
2643
  "$extensions": {
2433
2644
  "org.primer.figma": {
2434
2645
  "collection": "mode",
2435
- "mode": "light",
2646
+ "mode": "dark",
2436
2647
  "group": "component (internal)",
2437
2648
  "scopes": ["bgColor"]
2438
2649
  }
@@ -2474,7 +2685,7 @@
2474
2685
  "$extensions": {
2475
2686
  "org.primer.figma": {
2476
2687
  "collection": "mode",
2477
- "mode": "light",
2688
+ "mode": "dark",
2478
2689
  "group": "component (internal)",
2479
2690
  "scopes": ["borderColor"]
2480
2691
  }
@@ -2487,7 +2698,7 @@
2487
2698
  "$extensions": {
2488
2699
  "org.primer.figma": {
2489
2700
  "collection": "mode",
2490
- "mode": "light",
2701
+ "mode": "dark",
2491
2702
  "group": "component (internal)",
2492
2703
  "scopes": ["borderColor"]
2493
2704
  }
@@ -2516,7 +2727,7 @@
2516
2727
  "$extensions": {
2517
2728
  "org.primer.figma": {
2518
2729
  "collection": "mode",
2519
- "mode": "light",
2730
+ "mode": "dark",
2520
2731
  "group": "component (internal)",
2521
2732
  "scopes": ["bgColor"]
2522
2733
  }
@@ -2529,7 +2740,7 @@
2529
2740
  "$extensions": {
2530
2741
  "org.primer.figma": {
2531
2742
  "collection": "mode",
2532
- "mode": "light",
2743
+ "mode": "dark",
2533
2744
  "group": "component (internal)",
2534
2745
  "scopes": ["bgColor"]
2535
2746
  }
@@ -2571,7 +2782,7 @@
2571
2782
  "$extensions": {
2572
2783
  "org.primer.figma": {
2573
2784
  "collection": "mode",
2574
- "mode": "light",
2785
+ "mode": "dark",
2575
2786
  "group": "component (internal)",
2576
2787
  "scopes": ["borderColor"]
2577
2788
  }
@@ -2584,7 +2795,7 @@
2584
2795
  "$extensions": {
2585
2796
  "org.primer.figma": {
2586
2797
  "collection": "mode",
2587
- "mode": "light",
2798
+ "mode": "dark",
2588
2799
  "group": "component (internal)",
2589
2800
  "scopes": ["borderColor"]
2590
2801
  }
@@ -2613,7 +2824,7 @@
2613
2824
  "$extensions": {
2614
2825
  "org.primer.figma": {
2615
2826
  "collection": "mode",
2616
- "mode": "light",
2827
+ "mode": "dark",
2617
2828
  "group": "component (internal)",
2618
2829
  "scopes": ["bgColor"]
2619
2830
  }
@@ -2626,7 +2837,7 @@
2626
2837
  "$extensions": {
2627
2838
  "org.primer.figma": {
2628
2839
  "collection": "mode",
2629
- "mode": "light",
2840
+ "mode": "dark",
2630
2841
  "group": "component (internal)",
2631
2842
  "scopes": ["bgColor"]
2632
2843
  }
@@ -2668,7 +2879,7 @@
2668
2879
  "$extensions": {
2669
2880
  "org.primer.figma": {
2670
2881
  "collection": "mode",
2671
- "mode": "light",
2882
+ "mode": "dark",
2672
2883
  "group": "component (internal)",
2673
2884
  "scopes": ["borderColor"]
2674
2885
  }
@@ -2681,7 +2892,7 @@
2681
2892
  "$extensions": {
2682
2893
  "org.primer.figma": {
2683
2894
  "collection": "mode",
2684
- "mode": "light",
2895
+ "mode": "dark",
2685
2896
  "group": "component (internal)",
2686
2897
  "scopes": ["borderColor"]
2687
2898
  }
@@ -2710,7 +2921,7 @@
2710
2921
  "$extensions": {
2711
2922
  "org.primer.figma": {
2712
2923
  "collection": "mode",
2713
- "mode": "light",
2924
+ "mode": "dark",
2714
2925
  "group": "component (internal)",
2715
2926
  "scopes": ["bgColor"]
2716
2927
  }
@@ -2723,7 +2934,7 @@
2723
2934
  "$extensions": {
2724
2935
  "org.primer.figma": {
2725
2936
  "collection": "mode",
2726
- "mode": "light",
2937
+ "mode": "dark",
2727
2938
  "group": "component (internal)",
2728
2939
  "scopes": ["bgColor"]
2729
2940
  }
@@ -2765,7 +2976,7 @@
2765
2976
  "$extensions": {
2766
2977
  "org.primer.figma": {
2767
2978
  "collection": "mode",
2768
- "mode": "light",
2979
+ "mode": "dark",
2769
2980
  "group": "component (internal)",
2770
2981
  "scopes": ["borderColor"]
2771
2982
  }
@@ -2778,7 +2989,7 @@
2778
2989
  "$extensions": {
2779
2990
  "org.primer.figma": {
2780
2991
  "collection": "mode",
2781
- "mode": "light",
2992
+ "mode": "dark",
2782
2993
  "group": "component (internal)",
2783
2994
  "scopes": ["borderColor"]
2784
2995
  }
@@ -2807,7 +3018,7 @@
2807
3018
  "$extensions": {
2808
3019
  "org.primer.figma": {
2809
3020
  "collection": "mode",
2810
- "mode": "light",
3021
+ "mode": "dark",
2811
3022
  "group": "component (internal)",
2812
3023
  "scopes": ["bgColor"]
2813
3024
  }
@@ -2820,7 +3031,7 @@
2820
3031
  "$extensions": {
2821
3032
  "org.primer.figma": {
2822
3033
  "collection": "mode",
2823
- "mode": "light",
3034
+ "mode": "dark",
2824
3035
  "group": "component (internal)",
2825
3036
  "scopes": ["bgColor"]
2826
3037
  }
@@ -2862,7 +3073,7 @@
2862
3073
  "$extensions": {
2863
3074
  "org.primer.figma": {
2864
3075
  "collection": "mode",
2865
- "mode": "light",
3076
+ "mode": "dark",
2866
3077
  "group": "component (internal)",
2867
3078
  "scopes": ["borderColor"]
2868
3079
  }
@@ -2875,7 +3086,7 @@
2875
3086
  "$extensions": {
2876
3087
  "org.primer.figma": {
2877
3088
  "collection": "mode",
2878
- "mode": "light",
3089
+ "mode": "dark",
2879
3090
  "group": "component (internal)",
2880
3091
  "scopes": ["borderColor"]
2881
3092
  }
@@ -2904,7 +3115,7 @@
2904
3115
  "$extensions": {
2905
3116
  "org.primer.figma": {
2906
3117
  "collection": "mode",
2907
- "mode": "light",
3118
+ "mode": "dark",
2908
3119
  "group": "component (internal)",
2909
3120
  "scopes": ["bgColor"]
2910
3121
  }
@@ -2917,7 +3128,7 @@
2917
3128
  "$extensions": {
2918
3129
  "org.primer.figma": {
2919
3130
  "collection": "mode",
2920
- "mode": "light",
3131
+ "mode": "dark",
2921
3132
  "group": "component (internal)",
2922
3133
  "scopes": ["bgColor"]
2923
3134
  }
@@ -2959,7 +3170,7 @@
2959
3170
  "$extensions": {
2960
3171
  "org.primer.figma": {
2961
3172
  "collection": "mode",
2962
- "mode": "light",
3173
+ "mode": "dark",
2963
3174
  "group": "component (internal)",
2964
3175
  "scopes": ["borderColor"]
2965
3176
  }
@@ -2972,7 +3183,7 @@
2972
3183
  "$extensions": {
2973
3184
  "org.primer.figma": {
2974
3185
  "collection": "mode",
2975
- "mode": "light",
3186
+ "mode": "dark",
2976
3187
  "group": "component (internal)",
2977
3188
  "scopes": ["borderColor"]
2978
3189
  }
@@ -3001,7 +3212,7 @@
3001
3212
  "$extensions": {
3002
3213
  "org.primer.figma": {
3003
3214
  "collection": "mode",
3004
- "mode": "light",
3215
+ "mode": "dark",
3005
3216
  "group": "component (internal)",
3006
3217
  "scopes": ["bgColor"]
3007
3218
  }
@@ -3014,7 +3225,7 @@
3014
3225
  "$extensions": {
3015
3226
  "org.primer.figma": {
3016
3227
  "collection": "mode",
3017
- "mode": "light",
3228
+ "mode": "dark",
3018
3229
  "group": "component (internal)",
3019
3230
  "scopes": ["bgColor"]
3020
3231
  }
@@ -3056,7 +3267,7 @@
3056
3267
  "$extensions": {
3057
3268
  "org.primer.figma": {
3058
3269
  "collection": "mode",
3059
- "mode": "light",
3270
+ "mode": "dark",
3060
3271
  "group": "component (internal)",
3061
3272
  "scopes": ["borderColor"]
3062
3273
  }
@@ -3069,7 +3280,7 @@
3069
3280
  "$extensions": {
3070
3281
  "org.primer.figma": {
3071
3282
  "collection": "mode",
3072
- "mode": "light",
3283
+ "mode": "dark",
3073
3284
  "group": "component (internal)",
3074
3285
  "scopes": ["borderColor"]
3075
3286
  }
@@ -3098,7 +3309,7 @@
3098
3309
  "$extensions": {
3099
3310
  "org.primer.figma": {
3100
3311
  "collection": "mode",
3101
- "mode": "light",
3312
+ "mode": "dark",
3102
3313
  "group": "component (internal)",
3103
3314
  "scopes": ["bgColor"]
3104
3315
  }
@@ -3111,7 +3322,7 @@
3111
3322
  "$extensions": {
3112
3323
  "org.primer.figma": {
3113
3324
  "collection": "mode",
3114
- "mode": "light",
3325
+ "mode": "dark",
3115
3326
  "group": "component (internal)",
3116
3327
  "scopes": ["bgColor"]
3117
3328
  }
@@ -3153,7 +3364,7 @@
3153
3364
  "$extensions": {
3154
3365
  "org.primer.figma": {
3155
3366
  "collection": "mode",
3156
- "mode": "light",
3367
+ "mode": "dark",
3157
3368
  "group": "component (internal)",
3158
3369
  "scopes": ["borderColor"]
3159
3370
  }
@@ -3166,7 +3377,7 @@
3166
3377
  "$extensions": {
3167
3378
  "org.primer.figma": {
3168
3379
  "collection": "mode",
3169
- "mode": "light",
3380
+ "mode": "dark",
3170
3381
  "group": "component (internal)",
3171
3382
  "scopes": ["borderColor"]
3172
3383
  }
@@ -3195,7 +3406,7 @@
3195
3406
  "$extensions": {
3196
3407
  "org.primer.figma": {
3197
3408
  "collection": "mode",
3198
- "mode": "light",
3409
+ "mode": "dark",
3199
3410
  "group": "component (internal)",
3200
3411
  "scopes": ["bgColor"]
3201
3412
  }
@@ -3208,7 +3419,7 @@
3208
3419
  "$extensions": {
3209
3420
  "org.primer.figma": {
3210
3421
  "collection": "mode",
3211
- "mode": "light",
3422
+ "mode": "dark",
3212
3423
  "group": "component (internal)",
3213
3424
  "scopes": ["bgColor"]
3214
3425
  }
@@ -3250,7 +3461,7 @@
3250
3461
  "$extensions": {
3251
3462
  "org.primer.figma": {
3252
3463
  "collection": "mode",
3253
- "mode": "light",
3464
+ "mode": "dark",
3254
3465
  "group": "component (internal)",
3255
3466
  "scopes": ["borderColor"]
3256
3467
  }
@@ -3263,7 +3474,7 @@
3263
3474
  "$extensions": {
3264
3475
  "org.primer.figma": {
3265
3476
  "collection": "mode",
3266
- "mode": "light",
3477
+ "mode": "dark",
3267
3478
  "group": "component (internal)",
3268
3479
  "scopes": ["borderColor"]
3269
3480
  }
@@ -3292,7 +3503,7 @@
3292
3503
  "$extensions": {
3293
3504
  "org.primer.figma": {
3294
3505
  "collection": "mode",
3295
- "mode": "light",
3506
+ "mode": "dark",
3296
3507
  "group": "component (internal)",
3297
3508
  "scopes": ["bgColor"]
3298
3509
  }
@@ -3305,7 +3516,7 @@
3305
3516
  "$extensions": {
3306
3517
  "org.primer.figma": {
3307
3518
  "collection": "mode",
3308
- "mode": "light",
3519
+ "mode": "dark",
3309
3520
  "group": "component (internal)",
3310
3521
  "scopes": ["bgColor"]
3311
3522
  }
@@ -3347,7 +3558,7 @@
3347
3558
  "$extensions": {
3348
3559
  "org.primer.figma": {
3349
3560
  "collection": "mode",
3350
- "mode": "light",
3561
+ "mode": "dark",
3351
3562
  "group": "component (internal)",
3352
3563
  "scopes": ["borderColor"]
3353
3564
  }
@@ -3360,7 +3571,7 @@
3360
3571
  "$extensions": {
3361
3572
  "org.primer.figma": {
3362
3573
  "collection": "mode",
3363
- "mode": "light",
3574
+ "mode": "dark",
3364
3575
  "group": "component (internal)",
3365
3576
  "scopes": ["borderColor"]
3366
3577
  }
@@ -3389,7 +3600,7 @@
3389
3600
  "$extensions": {
3390
3601
  "org.primer.figma": {
3391
3602
  "collection": "mode",
3392
- "mode": "light",
3603
+ "mode": "dark",
3393
3604
  "group": "component (internal)",
3394
3605
  "scopes": ["bgColor"]
3395
3606
  }
@@ -3402,7 +3613,7 @@
3402
3613
  "$extensions": {
3403
3614
  "org.primer.figma": {
3404
3615
  "collection": "mode",
3405
- "mode": "light",
3616
+ "mode": "dark",
3406
3617
  "group": "component (internal)",
3407
3618
  "scopes": ["bgColor"]
3408
3619
  }
@@ -3444,7 +3655,7 @@
3444
3655
  "$extensions": {
3445
3656
  "org.primer.figma": {
3446
3657
  "collection": "mode",
3447
- "mode": "light",
3658
+ "mode": "dark",
3448
3659
  "group": "component (internal)",
3449
3660
  "scopes": ["borderColor"]
3450
3661
  }
@@ -3457,7 +3668,7 @@
3457
3668
  "$extensions": {
3458
3669
  "org.primer.figma": {
3459
3670
  "collection": "mode",
3460
- "mode": "light",
3671
+ "mode": "dark",
3461
3672
  "group": "component (internal)",
3462
3673
  "scopes": ["borderColor"]
3463
3674
  }
@@ -5626,6 +5837,35 @@
5626
5837
  "attributes": {},
5627
5838
  "path": ["button", "invisible", "fgColor", "hover"]
5628
5839
  },
5840
+ "button-invisible-fgColor-active": {
5841
+ "$value": "#ffffff",
5842
+ "$type": "color",
5843
+ "$extensions": {
5844
+ "org.primer.figma": {
5845
+ "collection": "mode",
5846
+ "mode": "dark",
5847
+ "group": "component (internal)",
5848
+ "scopes": ["fgColor"]
5849
+ }
5850
+ },
5851
+ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
5852
+ "isSource": true,
5853
+ "original": {
5854
+ "$value": "{control.fgColor.rest}",
5855
+ "$type": "color",
5856
+ "$extensions": {
5857
+ "org.primer.figma": {
5858
+ "collection": "mode",
5859
+ "mode": "dark",
5860
+ "group": "component (internal)",
5861
+ "scopes": ["fgColor"]
5862
+ }
5863
+ }
5864
+ },
5865
+ "name": "button-invisible-fgColor-active",
5866
+ "attributes": {},
5867
+ "path": ["button", "invisible", "fgColor", "active"]
5868
+ },
5629
5869
  "button-invisible-fgColor-disabled": {
5630
5870
  "$value": "#656c76",
5631
5871
  "$type": "color",
@@ -5687,7 +5927,7 @@
5687
5927
  "$extensions": {
5688
5928
  "org.primer.figma": {
5689
5929
  "collection": "mode",
5690
- "mode": "light",
5930
+ "mode": "dark",
5691
5931
  "group": "component (internal)",
5692
5932
  "scopes": ["fgColor"]
5693
5933
  }
@@ -5700,7 +5940,7 @@
5700
5940
  "$extensions": {
5701
5941
  "org.primer.figma": {
5702
5942
  "collection": "mode",
5703
- "mode": "light",
5943
+ "mode": "dark",
5704
5944
  "group": "component (internal)",
5705
5945
  "scopes": ["fgColor"]
5706
5946
  }
@@ -6224,7 +6464,7 @@
6224
6464
  "$extensions": {
6225
6465
  "org.primer.figma": {
6226
6466
  "collection": "mode",
6227
- "mode": "light",
6467
+ "mode": "dark",
6228
6468
  "group": "component (internal)",
6229
6469
  "scopes": ["fgColor"]
6230
6470
  }
@@ -6237,7 +6477,7 @@
6237
6477
  "$extensions": {
6238
6478
  "org.primer.figma": {
6239
6479
  "collection": "mode",
6240
- "mode": "light",
6480
+ "mode": "dark",
6241
6481
  "group": "component (internal)",
6242
6482
  "scopes": ["fgColor"]
6243
6483
  }
@@ -11016,7 +11256,7 @@
11016
11256
  "$extensions": {
11017
11257
  "org.primer.figma": {
11018
11258
  "collection": "mode",
11019
- "mode": "light",
11259
+ "mode": "dark",
11020
11260
  "group": "semantic",
11021
11261
  "scopes": ["fgColor"]
11022
11262
  }
@@ -11029,7 +11269,7 @@
11029
11269
  "$extensions": {
11030
11270
  "org.primer.figma": {
11031
11271
  "collection": "mode",
11032
- "mode": "light",
11272
+ "mode": "dark",
11033
11273
  "group": "semantic",
11034
11274
  "scopes": ["fgColor"]
11035
11275
  }