@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
@@ -86,7 +86,7 @@
86
86
  "value": "#f6f8fa",
87
87
  "type": "color"
88
88
  },
89
- "diffBlob-addition-fgColor-text": {
89
+ "diffBlob-additionLine-fgColor": {
90
90
  "$extensions": {
91
91
  "org.primer.figma": {
92
92
  "collection": "mode",
@@ -109,13 +109,42 @@
109
109
  }
110
110
  }
111
111
  },
112
- "name": "diffBlob-addition-fgColor-text",
112
+ "name": "diffBlob-additionLine-fgColor",
113
113
  "attributes": {},
114
- "path": ["diffBlob", "addition", "fgColor", "text"],
114
+ "path": ["diffBlob", "additionLine", "fgColor"],
115
115
  "value": "#1f2328",
116
116
  "type": "color"
117
117
  },
118
- "diffBlob-addition-fgColor-num": {
118
+ "diffBlob-additionLine-bgColor": {
119
+ "$extensions": {
120
+ "org.primer.figma": {
121
+ "collection": "mode",
122
+ "mode": "light",
123
+ "group": "component",
124
+ "scopes": ["bgColor"]
125
+ }
126
+ },
127
+ "filePath": "src/tokens/functional/color/light/app-light.json5",
128
+ "isSource": true,
129
+ "original": {
130
+ "$value": "{bgColor.success.muted}",
131
+ "$type": "color",
132
+ "$extensions": {
133
+ "org.primer.figma": {
134
+ "collection": "mode",
135
+ "mode": "light",
136
+ "group": "component",
137
+ "scopes": ["bgColor"]
138
+ }
139
+ }
140
+ },
141
+ "name": "diffBlob-additionLine-bgColor",
142
+ "attributes": {},
143
+ "path": ["diffBlob", "additionLine", "bgColor"],
144
+ "value": "#ddf4ff",
145
+ "type": "color"
146
+ },
147
+ "diffBlob-additionWord-fgColor": {
119
148
  "$extensions": {
120
149
  "org.primer.figma": {
121
150
  "collection": "mode",
@@ -138,60 +167,168 @@
138
167
  }
139
168
  }
140
169
  },
141
- "name": "diffBlob-addition-fgColor-num",
170
+ "name": "diffBlob-additionWord-fgColor",
142
171
  "attributes": {},
143
- "path": ["diffBlob", "addition", "fgColor", "num"],
172
+ "path": ["diffBlob", "additionWord", "fgColor"],
144
173
  "value": "#1f2328",
145
174
  "type": "color"
146
175
  },
147
- "diffBlob-addition-bgColor-num": {
148
- "mix": {
149
- "color": "#ddf4ff",
150
- "weight": 0.8
151
- },
176
+ "diffBlob-additionWord-bgColor": {
152
177
  "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
153
178
  "isSource": true,
154
179
  "original": {
155
180
  "$value": "{base.color.blue.1}",
181
+ "$type": "color"
182
+ },
183
+ "name": "diffBlob-additionWord-bgColor",
184
+ "attributes": {},
185
+ "path": ["diffBlob", "additionWord", "bgColor"],
186
+ "value": "#b6e3ff",
187
+ "type": "color"
188
+ },
189
+ "diffBlob-additionNum-fgColor": {
190
+ "$extensions": {
191
+ "org.primer.figma": {
192
+ "collection": "mode",
193
+ "mode": "light",
194
+ "group": "component",
195
+ "scopes": ["fgColor"]
196
+ }
197
+ },
198
+ "filePath": "src/tokens/functional/color/light/app-light.json5",
199
+ "isSource": true,
200
+ "original": {
201
+ "$value": "{fgColor.default}",
156
202
  "$type": "color",
157
- "mix": {
158
- "color": "{base.color.blue.0}",
159
- "weight": 0.8
203
+ "$extensions": {
204
+ "org.primer.figma": {
205
+ "collection": "mode",
206
+ "mode": "light",
207
+ "group": "component",
208
+ "scopes": ["fgColor"]
209
+ }
160
210
  }
161
211
  },
162
- "name": "diffBlob-addition-bgColor-num",
212
+ "name": "diffBlob-additionNum-fgColor",
163
213
  "attributes": {},
164
- "path": ["diffBlob", "addition", "bgColor", "num"],
165
- "value": "#d5f1ff",
214
+ "path": ["diffBlob", "additionNum", "fgColor"],
215
+ "value": "#1f2328",
166
216
  "type": "color"
167
217
  },
168
- "diffBlob-addition-bgColor-line": {
218
+ "diffBlob-additionNum-bgColor": {
169
219
  "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
170
220
  "isSource": true,
171
221
  "original": {
172
- "$value": "{base.color.blue.0}",
222
+ "$value": "{base.color.blue.1}",
173
223
  "$type": "color"
174
224
  },
175
- "name": "diffBlob-addition-bgColor-line",
225
+ "name": "diffBlob-additionNum-bgColor",
176
226
  "attributes": {},
177
- "path": ["diffBlob", "addition", "bgColor", "line"],
178
- "value": "#ddf4ff",
227
+ "path": ["diffBlob", "additionNum", "bgColor"],
228
+ "value": "#b6e3ff",
229
+ "type": "color"
230
+ },
231
+ "diffBlob-deletionLine-fgColor": {
232
+ "$extensions": {
233
+ "org.primer.figma": {
234
+ "collection": "mode",
235
+ "mode": "light",
236
+ "group": "component",
237
+ "scopes": ["fgColor"]
238
+ }
239
+ },
240
+ "filePath": "src/tokens/functional/color/light/app-light.json5",
241
+ "isSource": true,
242
+ "original": {
243
+ "$value": "{fgColor.default}",
244
+ "$type": "color",
245
+ "$extensions": {
246
+ "org.primer.figma": {
247
+ "collection": "mode",
248
+ "mode": "light",
249
+ "group": "component",
250
+ "scopes": ["fgColor"]
251
+ }
252
+ }
253
+ },
254
+ "name": "diffBlob-deletionLine-fgColor",
255
+ "attributes": {},
256
+ "path": ["diffBlob", "deletionLine", "fgColor"],
257
+ "value": "#1f2328",
258
+ "type": "color"
259
+ },
260
+ "diffBlob-deletionLine-bgColor": {
261
+ "$extensions": {
262
+ "org.primer.figma": {
263
+ "collection": "mode",
264
+ "mode": "light",
265
+ "group": "component",
266
+ "scopes": ["bgColor"]
267
+ }
268
+ },
269
+ "filePath": "src/tokens/functional/color/light/app-light.json5",
270
+ "isSource": true,
271
+ "original": {
272
+ "$value": "{bgColor.danger.muted}",
273
+ "$type": "color",
274
+ "$extensions": {
275
+ "org.primer.figma": {
276
+ "collection": "mode",
277
+ "mode": "light",
278
+ "group": "component",
279
+ "scopes": ["bgColor"]
280
+ }
281
+ }
282
+ },
283
+ "name": "diffBlob-deletionLine-bgColor",
284
+ "attributes": {},
285
+ "path": ["diffBlob", "deletionLine", "bgColor"],
286
+ "value": "#ffebe9",
287
+ "type": "color"
288
+ },
289
+ "diffBlob-deletionWord-fgColor": {
290
+ "$extensions": {
291
+ "org.primer.figma": {
292
+ "collection": "mode",
293
+ "mode": "light",
294
+ "group": "component",
295
+ "scopes": ["fgColor"]
296
+ }
297
+ },
298
+ "filePath": "src/tokens/functional/color/light/app-light.json5",
299
+ "isSource": true,
300
+ "original": {
301
+ "$value": "{fgColor.default}",
302
+ "$type": "color",
303
+ "$extensions": {
304
+ "org.primer.figma": {
305
+ "collection": "mode",
306
+ "mode": "light",
307
+ "group": "component",
308
+ "scopes": ["fgColor"]
309
+ }
310
+ }
311
+ },
312
+ "name": "diffBlob-deletionWord-fgColor",
313
+ "attributes": {},
314
+ "path": ["diffBlob", "deletionWord", "fgColor"],
315
+ "value": "#1f2328",
179
316
  "type": "color"
180
317
  },
181
- "diffBlob-addition-bgColor-word": {
318
+ "diffBlob-deletionWord-bgColor": {
182
319
  "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
183
320
  "isSource": true,
184
321
  "original": {
185
- "$value": "{base.color.blue.1}",
322
+ "$value": "{base.color.red.1}",
186
323
  "$type": "color"
187
324
  },
188
- "name": "diffBlob-addition-bgColor-word",
325
+ "name": "diffBlob-deletionWord-bgColor",
189
326
  "attributes": {},
190
- "path": ["diffBlob", "addition", "bgColor", "word"],
191
- "value": "#b6e3ff",
327
+ "path": ["diffBlob", "deletionWord", "bgColor"],
328
+ "value": "#ffcecb",
192
329
  "type": "color"
193
330
  },
194
- "diffBlob-deletion-fgColor-text": {
331
+ "diffBlob-deletionNum-fgColor": {
195
332
  "$extensions": {
196
333
  "org.primer.figma": {
197
334
  "collection": "mode",
@@ -214,13 +351,84 @@
214
351
  }
215
352
  }
216
353
  },
217
- "name": "diffBlob-deletion-fgColor-text",
354
+ "name": "diffBlob-deletionNum-fgColor",
218
355
  "attributes": {},
219
- "path": ["diffBlob", "deletion", "fgColor", "text"],
356
+ "path": ["diffBlob", "deletionNum", "fgColor"],
220
357
  "value": "#1f2328",
221
358
  "type": "color"
222
359
  },
223
- "diffBlob-deletion-fgColor-num": {
360
+ "diffBlob-deletionNum-bgColor": {
361
+ "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
362
+ "isSource": true,
363
+ "original": {
364
+ "$value": "{base.color.red.1}",
365
+ "$type": "color"
366
+ },
367
+ "name": "diffBlob-deletionNum-bgColor",
368
+ "attributes": {},
369
+ "path": ["diffBlob", "deletionNum", "bgColor"],
370
+ "value": "#ffcecb",
371
+ "type": "color"
372
+ },
373
+ "diffBlob-hunkLine-bgColor": {
374
+ "$extensions": {
375
+ "org.primer.figma": {
376
+ "collection": "mode",
377
+ "mode": "light",
378
+ "group": "component",
379
+ "scopes": ["bgColor"]
380
+ }
381
+ },
382
+ "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
383
+ "isSource": true,
384
+ "original": {
385
+ "$value": "{base.color.neutral.1}",
386
+ "$type": "color",
387
+ "$extensions": {
388
+ "org.primer.figma": {
389
+ "collection": "mode",
390
+ "mode": "light",
391
+ "group": "component",
392
+ "scopes": ["bgColor"]
393
+ }
394
+ }
395
+ },
396
+ "name": "diffBlob-hunkLine-bgColor",
397
+ "attributes": {},
398
+ "path": ["diffBlob", "hunkLine", "bgColor"],
399
+ "value": "#f6f8fa",
400
+ "type": "color"
401
+ },
402
+ "diffBlob-hunkLine-fgColor": {
403
+ "$extensions": {
404
+ "org.primer.figma": {
405
+ "collection": "mode",
406
+ "mode": "light",
407
+ "group": "component",
408
+ "scopes": ["fgColor"]
409
+ }
410
+ },
411
+ "filePath": "src/tokens/functional/color/light/app-light.json5",
412
+ "isSource": true,
413
+ "original": {
414
+ "$value": "{fgColor.muted}",
415
+ "$type": "color",
416
+ "$extensions": {
417
+ "org.primer.figma": {
418
+ "collection": "mode",
419
+ "mode": "light",
420
+ "group": "component",
421
+ "scopes": ["fgColor"]
422
+ }
423
+ }
424
+ },
425
+ "name": "diffBlob-hunkLine-fgColor",
426
+ "attributes": {},
427
+ "path": ["diffBlob", "hunkLine", "fgColor"],
428
+ "value": "#59636e",
429
+ "type": "color"
430
+ },
431
+ "diffBlob-hunkNum-fgColor-rest": {
224
432
  "$extensions": {
225
433
  "org.primer.figma": {
226
434
  "collection": "mode",
@@ -243,13 +451,26 @@
243
451
  }
244
452
  }
245
453
  },
246
- "name": "diffBlob-deletion-fgColor-num",
454
+ "name": "diffBlob-hunkNum-fgColor-rest",
455
+ "attributes": {},
456
+ "path": ["diffBlob", "hunkNum", "fgColor", "rest"],
457
+ "value": "#1f2328",
458
+ "type": "color"
459
+ },
460
+ "diffBlob-hunkNum-fgColor-hover": {
461
+ "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
462
+ "isSource": true,
463
+ "original": {
464
+ "$value": "{fgColor.default}",
465
+ "$type": "color"
466
+ },
467
+ "name": "diffBlob-hunkNum-fgColor-hover",
247
468
  "attributes": {},
248
- "path": ["diffBlob", "deletion", "fgColor", "num"],
469
+ "path": ["diffBlob", "hunkNum", "fgColor", "hover"],
249
470
  "value": "#1f2328",
250
471
  "type": "color"
251
472
  },
252
- "diffBlob-deletion-bgColor-num": {
473
+ "diffBlob-hunkNum-bgColor-rest": {
253
474
  "$extensions": {
254
475
  "org.primer.figma": {
255
476
  "collection": "mode",
@@ -258,10 +479,10 @@
258
479
  "scopes": ["bgColor"]
259
480
  }
260
481
  },
261
- "filePath": "src/tokens/functional/color/light/app-light.json5",
482
+ "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
262
483
  "isSource": true,
263
484
  "original": {
264
- "$value": "{base.color.red.1}",
485
+ "$value": "{base.color.neutral.3}",
265
486
  "$type": "color",
266
487
  "$extensions": {
267
488
  "org.primer.figma": {
@@ -272,13 +493,13 @@
272
493
  }
273
494
  }
274
495
  },
275
- "name": "diffBlob-deletion-bgColor-num",
496
+ "name": "diffBlob-hunkNum-bgColor-rest",
276
497
  "attributes": {},
277
- "path": ["diffBlob", "deletion", "bgColor", "num"],
278
- "value": "#ffcecb",
498
+ "path": ["diffBlob", "hunkNum", "bgColor", "rest"],
499
+ "value": "#e6eaef",
279
500
  "type": "color"
280
501
  },
281
- "diffBlob-deletion-bgColor-line": {
502
+ "diffBlob-hunkNum-bgColor-hover": {
282
503
  "$extensions": {
283
504
  "org.primer.figma": {
284
505
  "collection": "mode",
@@ -287,10 +508,10 @@
287
508
  "scopes": ["bgColor"]
288
509
  }
289
510
  },
290
- "filePath": "src/tokens/functional/color/light/app-light.json5",
511
+ "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
291
512
  "isSource": true,
292
513
  "original": {
293
- "$value": "{base.color.red.0}",
514
+ "$value": "{base.color.neutral.7}",
294
515
  "$type": "color",
295
516
  "$extensions": {
296
517
  "org.primer.figma": {
@@ -301,13 +522,13 @@
301
522
  }
302
523
  }
303
524
  },
304
- "name": "diffBlob-deletion-bgColor-line",
525
+ "name": "diffBlob-hunkNum-bgColor-hover",
305
526
  "attributes": {},
306
- "path": ["diffBlob", "deletion", "bgColor", "line"],
307
- "value": "#ffebe9",
527
+ "path": ["diffBlob", "hunkNum", "bgColor", "hover"],
528
+ "value": "#c8d1da",
308
529
  "type": "color"
309
530
  },
310
- "diffBlob-deletion-bgColor-word": {
531
+ "diffBlob-emptyNum-bgColor": {
311
532
  "$extensions": {
312
533
  "org.primer.figma": {
313
534
  "collection": "mode",
@@ -316,11 +537,10 @@
316
537
  "scopes": ["bgColor"]
317
538
  }
318
539
  },
319
- "alpha": 0.4,
320
540
  "filePath": "src/tokens/functional/color/light/app-light.json5",
321
541
  "isSource": true,
322
542
  "original": {
323
- "$value": "{base.color.red.3}",
543
+ "$value": "{bgColor.muted}",
324
544
  "$type": "color",
325
545
  "$extensions": {
326
546
  "org.primer.figma": {
@@ -329,16 +549,15 @@
329
549
  "group": "component",
330
550
  "scopes": ["bgColor"]
331
551
  }
332
- },
333
- "alpha": 0.4
552
+ }
334
553
  },
335
- "name": "diffBlob-deletion-bgColor-word",
554
+ "name": "diffBlob-emptyNum-bgColor",
336
555
  "attributes": {},
337
- "path": ["diffBlob", "deletion", "bgColor", "word"],
338
- "value": "#ff818266",
556
+ "path": ["diffBlob", "emptyNum", "bgColor"],
557
+ "value": "#f6f8fa",
339
558
  "type": "color"
340
559
  },
341
- "diffBlob-hunk-bgColor-num": {
560
+ "diffBlob-emptyLine-bgColor": {
342
561
  "$extensions": {
343
562
  "org.primer.figma": {
344
563
  "collection": "mode",
@@ -347,11 +566,10 @@
347
566
  "scopes": ["bgColor"]
348
567
  }
349
568
  },
350
- "alpha": 0.4,
351
569
  "filePath": "src/tokens/functional/color/light/app-light.json5",
352
570
  "isSource": true,
353
571
  "original": {
354
- "$value": "{base.color.blue.3}",
572
+ "$value": "{bgColor.muted}",
355
573
  "$type": "color",
356
574
  "$extensions": {
357
575
  "org.primer.figma": {
@@ -360,13 +578,12 @@
360
578
  "group": "component",
361
579
  "scopes": ["bgColor"]
362
580
  }
363
- },
364
- "alpha": 0.4
581
+ }
365
582
  },
366
- "name": "diffBlob-hunk-bgColor-num",
583
+ "name": "diffBlob-emptyLine-bgColor",
367
584
  "attributes": {},
368
- "path": ["diffBlob", "hunk", "bgColor", "num"],
369
- "value": "#54aeff66",
585
+ "path": ["diffBlob", "emptyLine", "bgColor"],
586
+ "value": "#f6f8fa",
370
587
  "type": "color"
371
588
  },
372
589
  "diffBlob-expander-iconColor": {
@@ -1115,7 +1332,7 @@
1115
1332
  "collection": "mode",
1116
1333
  "mode": "dark",
1117
1334
  "group": "component",
1118
- "scopes": ["bgColor"]
1335
+ "scopes": ["bgColor", "borderColor"]
1119
1336
  }
1120
1337
  },
1121
1338
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1128,7 +1345,7 @@
1128
1345
  "collection": "mode",
1129
1346
  "mode": "dark",
1130
1347
  "group": "component",
1131
- "scopes": ["bgColor"]
1348
+ "scopes": ["bgColor", "borderColor"]
1132
1349
  }
1133
1350
  }
1134
1351
  },
@@ -1173,7 +1390,7 @@
1173
1390
  "collection": "mode",
1174
1391
  "mode": "dark",
1175
1392
  "group": "component",
1176
- "scopes": ["bgColor"]
1393
+ "scopes": ["bgColor", "borderColor"]
1177
1394
  }
1178
1395
  },
1179
1396
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1186,7 +1403,7 @@
1186
1403
  "collection": "mode",
1187
1404
  "mode": "dark",
1188
1405
  "group": "component",
1189
- "scopes": ["bgColor"]
1406
+ "scopes": ["bgColor", "borderColor"]
1190
1407
  }
1191
1408
  }
1192
1409
  },
@@ -1231,7 +1448,7 @@
1231
1448
  "collection": "mode",
1232
1449
  "mode": "dark",
1233
1450
  "group": "component",
1234
- "scopes": ["bgColor"]
1451
+ "scopes": ["bgColor", "borderColor"]
1235
1452
  }
1236
1453
  },
1237
1454
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1244,7 +1461,7 @@
1244
1461
  "collection": "mode",
1245
1462
  "mode": "dark",
1246
1463
  "group": "component",
1247
- "scopes": ["bgColor"]
1464
+ "scopes": ["bgColor", "borderColor"]
1248
1465
  }
1249
1466
  }
1250
1467
  },
@@ -1289,7 +1506,7 @@
1289
1506
  "collection": "mode",
1290
1507
  "mode": "dark",
1291
1508
  "group": "component",
1292
- "scopes": ["bgColor"]
1509
+ "scopes": ["bgColor", "borderColor"]
1293
1510
  }
1294
1511
  },
1295
1512
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1302,7 +1519,7 @@
1302
1519
  "collection": "mode",
1303
1520
  "mode": "dark",
1304
1521
  "group": "component",
1305
- "scopes": ["bgColor"]
1522
+ "scopes": ["bgColor", "borderColor"]
1306
1523
  }
1307
1524
  }
1308
1525
  },
@@ -1347,7 +1564,7 @@
1347
1564
  "collection": "mode",
1348
1565
  "mode": "dark",
1349
1566
  "group": "component",
1350
- "scopes": ["bgColor"]
1567
+ "scopes": ["bgColor", "borderColor"]
1351
1568
  }
1352
1569
  },
1353
1570
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1360,7 +1577,7 @@
1360
1577
  "collection": "mode",
1361
1578
  "mode": "dark",
1362
1579
  "group": "component",
1363
- "scopes": ["bgColor"]
1580
+ "scopes": ["bgColor", "borderColor"]
1364
1581
  }
1365
1582
  }
1366
1583
  },
@@ -1405,7 +1622,7 @@
1405
1622
  "collection": "mode",
1406
1623
  "mode": "dark",
1407
1624
  "group": "component",
1408
- "scopes": ["bgColor"]
1625
+ "scopes": ["bgColor", "borderColor"]
1409
1626
  }
1410
1627
  },
1411
1628
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1418,7 +1635,7 @@
1418
1635
  "collection": "mode",
1419
1636
  "mode": "dark",
1420
1637
  "group": "component",
1421
- "scopes": ["bgColor"]
1638
+ "scopes": ["bgColor", "borderColor"]
1422
1639
  }
1423
1640
  }
1424
1641
  },
@@ -1463,7 +1680,7 @@
1463
1680
  "collection": "mode",
1464
1681
  "mode": "dark",
1465
1682
  "group": "component",
1466
- "scopes": ["bgColor"]
1683
+ "scopes": ["bgColor", "borderColor"]
1467
1684
  }
1468
1685
  },
1469
1686
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1476,7 +1693,7 @@
1476
1693
  "collection": "mode",
1477
1694
  "mode": "dark",
1478
1695
  "group": "component",
1479
- "scopes": ["bgColor"]
1696
+ "scopes": ["bgColor", "borderColor"]
1480
1697
  }
1481
1698
  }
1482
1699
  },
@@ -1521,7 +1738,7 @@
1521
1738
  "collection": "mode",
1522
1739
  "mode": "dark",
1523
1740
  "group": "component",
1524
- "scopes": ["bgColor"]
1741
+ "scopes": ["bgColor", "borderColor"]
1525
1742
  }
1526
1743
  },
1527
1744
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1534,7 +1751,7 @@
1534
1751
  "collection": "mode",
1535
1752
  "mode": "dark",
1536
1753
  "group": "component",
1537
- "scopes": ["bgColor"]
1754
+ "scopes": ["bgColor", "borderColor"]
1538
1755
  }
1539
1756
  }
1540
1757
  },
@@ -1579,7 +1796,7 @@
1579
1796
  "collection": "mode",
1580
1797
  "mode": "dark",
1581
1798
  "group": "component",
1582
- "scopes": ["bgColor"]
1799
+ "scopes": ["bgColor", "borderColor"]
1583
1800
  }
1584
1801
  },
1585
1802
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1592,7 +1809,7 @@
1592
1809
  "collection": "mode",
1593
1810
  "mode": "dark",
1594
1811
  "group": "component",
1595
- "scopes": ["bgColor"]
1812
+ "scopes": ["bgColor", "borderColor"]
1596
1813
  }
1597
1814
  }
1598
1815
  },
@@ -1637,7 +1854,7 @@
1637
1854
  "collection": "mode",
1638
1855
  "mode": "dark",
1639
1856
  "group": "component",
1640
- "scopes": ["bgColor"]
1857
+ "scopes": ["bgColor", "borderColor"]
1641
1858
  }
1642
1859
  },
1643
1860
  "filePath": "src/tokens/functional/color/light/data-vis-light.json5",
@@ -1650,7 +1867,7 @@
1650
1867
  "collection": "mode",
1651
1868
  "mode": "dark",
1652
1869
  "group": "component",
1653
- "scopes": ["bgColor"]
1870
+ "scopes": ["bgColor", "borderColor"]
1654
1871
  }
1655
1872
  }
1656
1873
  },
@@ -6922,6 +7139,35 @@
6922
7139
  "value": "#25292e",
6923
7140
  "type": "color"
6924
7141
  },
7142
+ "button-invisible-fgColor-active": {
7143
+ "$extensions": {
7144
+ "org.primer.figma": {
7145
+ "collection": "mode",
7146
+ "mode": "light",
7147
+ "group": "component (internal)",
7148
+ "scopes": ["fgColor"]
7149
+ }
7150
+ },
7151
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7152
+ "isSource": true,
7153
+ "original": {
7154
+ "$value": "{control.fgColor.rest}",
7155
+ "$type": "color",
7156
+ "$extensions": {
7157
+ "org.primer.figma": {
7158
+ "collection": "mode",
7159
+ "mode": "light",
7160
+ "group": "component (internal)",
7161
+ "scopes": ["fgColor"]
7162
+ }
7163
+ }
7164
+ },
7165
+ "name": "button-invisible-fgColor-active",
7166
+ "attributes": {},
7167
+ "path": ["button", "invisible", "fgColor", "active"],
7168
+ "value": "#25292e",
7169
+ "type": "color"
7170
+ },
6925
7171
  "button-invisible-fgColor-disabled": {
6926
7172
  "$extensions": {
6927
7173
  "org.primer.figma": {