@primer/primitives 10.1.0-rc.f1589f93 → 10.1.0

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 (119) hide show
  1. package/README.md +0 -21
  2. package/dist/build/filters/index.d.ts +0 -1
  3. package/dist/build/filters/index.js +0 -1
  4. package/dist/build/formats/jsonFigma.js +1 -2
  5. package/dist/build/platforms/css.js +6 -7
  6. package/dist/build/platforms/docJson.js +0 -1
  7. package/dist/build/platforms/fallbacks.js +0 -1
  8. package/dist/build/platforms/javascript.js +0 -1
  9. package/dist/build/platforms/json.js +0 -1
  10. package/dist/build/platforms/styleLint.js +0 -1
  11. package/dist/build/platforms/typescript.js +0 -1
  12. package/dist/build/primerStyleDictionary.js +7 -3
  13. package/dist/build/schemas/colorToken.d.ts +0 -18
  14. package/dist/build/schemas/colorToken.js +0 -7
  15. package/dist/build/transformers/borderToCss.js +2 -2
  16. package/dist/build/transformers/colorToRgbaFloat.js +2 -12
  17. package/dist/build/transformers/index.d.ts +0 -1
  18. package/dist/build/transformers/index.js +0 -1
  19. package/dist/css/functional/size/border.css +7 -6
  20. package/dist/css/functional/themes/dark-colorblind.css +60 -6
  21. package/dist/css/functional/themes/dark-dimmed.css +60 -6
  22. package/dist/css/functional/themes/dark-high-contrast.css +60 -6
  23. package/dist/css/functional/themes/dark-tritanopia.css +60 -6
  24. package/dist/css/functional/themes/dark.css +60 -6
  25. package/dist/css/functional/themes/light-colorblind.css +60 -6
  26. package/dist/css/functional/themes/light-high-contrast.css +60 -6
  27. package/dist/css/functional/themes/light-tritanopia.css +60 -6
  28. package/dist/css/functional/themes/light.css +60 -6
  29. package/dist/css/primitives.css +7 -6
  30. package/dist/docs/base/size/size.json +19 -19
  31. package/dist/docs/base/typography/typography.json +4 -4
  32. package/dist/docs/functional/size/border.json +41 -28
  33. package/dist/docs/functional/size/breakpoints.json +6 -6
  34. package/dist/docs/functional/size/size-coarse.json +3 -3
  35. package/dist/docs/functional/size/size-fine.json +3 -3
  36. package/dist/docs/functional/size/size.json +66 -66
  37. package/dist/docs/functional/size/viewport.json +6 -6
  38. package/dist/docs/functional/themes/dark-colorblind.json +475 -128
  39. package/dist/docs/functional/themes/dark-dimmed.json +519 -444
  40. package/dist/docs/functional/themes/dark-high-contrast.json +490 -241
  41. package/dist/docs/functional/themes/dark-tritanopia.json +485 -200
  42. package/dist/docs/functional/themes/dark.json +469 -102
  43. package/dist/docs/functional/themes/light-colorblind.json +463 -94
  44. package/dist/docs/functional/themes/light-high-contrast.json +487 -274
  45. package/dist/docs/functional/themes/light-tritanopia.json +463 -102
  46. package/dist/docs/functional/themes/light.json +460 -105
  47. package/dist/docs/functional/typography/typography.json +46 -46
  48. package/dist/fallbacks/functional/size/border.json +7 -6
  49. package/dist/figma/themes/dark-colorblind.json +14 -54
  50. package/dist/figma/themes/dark-dimmed.json +15 -356
  51. package/dist/figma/themes/dark-high-contrast.json +10 -129
  52. package/dist/figma/themes/dark-tritanopia.json +14 -111
  53. package/dist/figma/themes/dark.json +14 -34
  54. package/dist/figma/themes/light-colorblind.json +10 -20
  55. package/dist/figma/themes/light-high-contrast.json +10 -177
  56. package/dist/figma/themes/light-tritanopia.json +10 -24
  57. package/dist/figma/themes/light.json +10 -32
  58. package/dist/internalCss/dark-colorblind.css +88 -6
  59. package/dist/internalCss/dark-dimmed.css +88 -6
  60. package/dist/internalCss/dark-high-contrast.css +88 -6
  61. package/dist/internalCss/dark-tritanopia.css +88 -6
  62. package/dist/internalCss/dark.css +88 -6
  63. package/dist/internalCss/light-colorblind.css +88 -6
  64. package/dist/internalCss/light-high-contrast.css +88 -6
  65. package/dist/internalCss/light-tritanopia.css +88 -6
  66. package/dist/internalCss/light.css +88 -6
  67. package/dist/styleLint/base/size/size.json +19 -19
  68. package/dist/styleLint/base/typography/typography.json +4 -4
  69. package/dist/styleLint/functional/size/border.json +41 -28
  70. package/dist/styleLint/functional/size/breakpoints.json +6 -6
  71. package/dist/styleLint/functional/size/size-coarse.json +3 -3
  72. package/dist/styleLint/functional/size/size-fine.json +3 -3
  73. package/dist/styleLint/functional/size/size.json +66 -66
  74. package/dist/styleLint/functional/size/viewport.json +6 -6
  75. package/dist/styleLint/functional/themes/dark-colorblind.json +475 -128
  76. package/dist/styleLint/functional/themes/dark-dimmed.json +519 -444
  77. package/dist/styleLint/functional/themes/dark-high-contrast.json +490 -241
  78. package/dist/styleLint/functional/themes/dark-tritanopia.json +485 -200
  79. package/dist/styleLint/functional/themes/dark.json +469 -102
  80. package/dist/styleLint/functional/themes/light-colorblind.json +463 -94
  81. package/dist/styleLint/functional/themes/light-high-contrast.json +487 -274
  82. package/dist/styleLint/functional/themes/light-tritanopia.json +463 -102
  83. package/dist/styleLint/functional/themes/light.json +460 -105
  84. package/dist/styleLint/functional/typography/typography.json +46 -46
  85. package/package.json +1 -1
  86. package/src/tokens/base/typography/typography.json5 +48 -0
  87. package/src/tokens/functional/border/border.json5 +236 -0
  88. package/src/tokens/functional/color/dark/app-dark.json5 +0 -2
  89. package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +120 -6
  90. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +46 -29
  91. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +15 -20
  92. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +32 -18
  93. package/src/tokens/functional/color/dark/patterns-dark.json5 +13 -45
  94. package/src/tokens/functional/color/dark/primitives-dark.json5 +1 -6
  95. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +67 -20
  96. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +4 -21
  97. package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +3 -16
  98. package/src/tokens/functional/color/light/patterns-light.json5 +11 -47
  99. package/src/tokens/functional/color/light/primitives-light.json5 +2 -10
  100. package/src/tokens/functional/size/border.json5 +115 -0
  101. package/src/tokens/functional/typography/typography.json5 +527 -0
  102. package/dist/build/filters/isColorWithMix.d.ts +0 -7
  103. package/dist/build/filters/isColorWithMix.js +0 -24
  104. package/dist/build/transformers/colorToHexMix.d.ts +0 -8
  105. package/dist/build/transformers/colorToHexMix.js +0 -20
  106. package/dist/build/transformers/utilities/mix.d.ts +0 -5
  107. package/dist/build/transformers/utilities/mix.js +0 -38
  108. package/src/tokens/base/typography/typography.json +0 -48
  109. package/src/tokens/functional/border/dark.json5 +0 -12
  110. package/src/tokens/functional/border/light.json5 +0 -12
  111. package/src/tokens/functional/color/dark/patterns-dark.json +0 -3963
  112. package/src/tokens/functional/size/border.json +0 -111
  113. package/src/tokens/functional/typography/typography.json +0 -527
  114. /package/src/tokens/base/size/{size.json → size.json5} +0 -0
  115. /package/src/tokens/functional/size/{breakpoints.json → breakpoints.json5} +0 -0
  116. /package/src/tokens/functional/size/{size-coarse.json → size-coarse.json5} +0 -0
  117. /package/src/tokens/functional/size/{size-fine.json → size-fine.json5} +0 -0
  118. /package/src/tokens/functional/size/{size.json → size.json5} +0 -0
  119. /package/src/tokens/functional/size/{viewport.json → viewport.json5} +0 -0
@@ -118,7 +118,6 @@
118
118
  }
119
119
  },
120
120
  "alpha": 0.15,
121
- "mix": null,
122
121
  "filePath": "src/tokens/functional/color/dark/app-dark.json5",
123
122
  "isSource": true,
124
123
  "original": {
@@ -131,8 +130,7 @@
131
130
  "scopes": ["bgColor"]
132
131
  }
133
132
  },
134
- "alpha": 0.15,
135
- "mix": null
133
+ "alpha": 0.15
136
134
  },
137
135
  "name": "diffBlob-additionLine-bgColor",
138
136
  "attributes": {},
@@ -287,7 +285,6 @@
287
285
  "scopes": ["bgColor"]
288
286
  }
289
287
  },
290
- "mix": null,
291
288
  "filePath": "src/tokens/functional/color/dark/app-dark.json5",
292
289
  "isSource": true,
293
290
  "original": {
@@ -299,8 +296,7 @@
299
296
  "group": "component",
300
297
  "scopes": ["bgColor"]
301
298
  }
302
- },
303
- "mix": null
299
+ }
304
300
  },
305
301
  "name": "diffBlob-deletionLine-bgColor",
306
302
  "attributes": {},
@@ -4769,7 +4765,7 @@
4769
4765
  "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
4770
4766
  "isSource": true,
4771
4767
  "original": {
4772
- "$value": "{borderColor.default}",
4768
+ "$value": "#3d444d",
4773
4769
  "$type": "color"
4774
4770
  },
4775
4771
  "name": "control-borderColor-rest",
@@ -4806,25 +4802,13 @@
4806
4802
  "type": "color"
4807
4803
  },
4808
4804
  "control-borderColor-disabled": {
4809
- "$extensions": {
4810
- "org.primer.figma": {
4811
- "collection": "mode",
4812
- "group": "component",
4813
- "scopes": ["borderColor"]
4814
- }
4815
- },
4816
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
4805
+ "alpha": 0.1,
4806
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
4817
4807
  "isSource": true,
4818
4808
  "original": {
4819
- "$value": "{borderColor.disabled}",
4809
+ "$value": "{base.color.neutral.8}",
4820
4810
  "$type": "color",
4821
- "$extensions": {
4822
- "org.primer.figma": {
4823
- "collection": "mode",
4824
- "group": "component",
4825
- "scopes": ["borderColor"]
4826
- }
4827
- }
4811
+ "alpha": 0.1
4828
4812
  },
4829
4813
  "name": "control-borderColor-disabled",
4830
4814
  "attributes": {},
@@ -5285,33 +5269,11 @@
5285
5269
  "type": "color"
5286
5270
  },
5287
5271
  "control-checked-bgColor-hover": {
5288
- "$extensions": {
5289
- "org.primer.figma": {
5290
- "collection": "mode",
5291
- "group": "component",
5292
- "scopes": ["bgColor"]
5293
- }
5294
- },
5295
- "mix": {
5296
- "color": "#539bf5",
5297
- "weight": 0.2
5298
- },
5299
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
5272
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
5300
5273
  "isSource": true,
5301
5274
  "original": {
5302
- "$value": "{bgColor.accent.emphasis}",
5303
- "$type": "color",
5304
- "$extensions": {
5305
- "org.primer.figma": {
5306
- "collection": "mode",
5307
- "group": "component",
5308
- "scopes": ["bgColor"]
5309
- }
5310
- },
5311
- "mix": {
5312
- "color": "{base.color.blue.3}",
5313
- "weight": 0.2
5314
- }
5275
+ "$value": "#3876d3",
5276
+ "$type": "color"
5315
5277
  },
5316
5278
  "name": "control-checked-bgColor-hover",
5317
5279
  "attributes": {},
@@ -5320,33 +5282,11 @@
5320
5282
  "type": "color"
5321
5283
  },
5322
5284
  "control-checked-bgColor-active": {
5323
- "$extensions": {
5324
- "org.primer.figma": {
5325
- "collection": "mode",
5326
- "group": "component",
5327
- "scopes": ["bgColor"]
5328
- }
5329
- },
5330
- "mix": {
5331
- "color": "#539bf5",
5332
- "weight": 0.4
5333
- },
5334
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
5285
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
5335
5286
  "isSource": true,
5336
5287
  "original": {
5337
- "$value": "{bgColor.accent.emphasis}",
5338
- "$type": "color",
5339
- "$extensions": {
5340
- "org.primer.figma": {
5341
- "collection": "mode",
5342
- "group": "component",
5343
- "scopes": ["bgColor"]
5344
- }
5345
- },
5346
- "mix": {
5347
- "color": "{base.color.blue.3}",
5348
- "weight": 0.4
5349
- }
5288
+ "$value": "#3f7fdb",
5289
+ "$type": "color"
5350
5290
  },
5351
5291
  "name": "control-checked-bgColor-active",
5352
5292
  "attributes": {},
@@ -5463,25 +5403,11 @@
5463
5403
  "type": "color"
5464
5404
  },
5465
5405
  "control-checked-borderColor-hover": {
5466
- "$extensions": {
5467
- "org.primer.figma": {
5468
- "collection": "mode",
5469
- "group": "component",
5470
- "scopes": ["borderColor"]
5471
- }
5472
- },
5473
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
5406
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
5474
5407
  "isSource": true,
5475
5408
  "original": {
5476
- "$value": "{control.checked.bgColor.hover}",
5477
- "$type": "color",
5478
- "$extensions": {
5479
- "org.primer.figma": {
5480
- "collection": "mode",
5481
- "group": "component",
5482
- "scopes": ["borderColor"]
5483
- }
5484
- }
5409
+ "$value": "#3876d3",
5410
+ "$type": "color"
5485
5411
  },
5486
5412
  "name": "control-checked-borderColor-hover",
5487
5413
  "attributes": {},
@@ -5490,25 +5416,11 @@
5490
5416
  "type": "color"
5491
5417
  },
5492
5418
  "control-checked-borderColor-active": {
5493
- "$extensions": {
5494
- "org.primer.figma": {
5495
- "collection": "mode",
5496
- "group": "component",
5497
- "scopes": ["borderColor"]
5498
- }
5499
- },
5500
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
5419
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
5501
5420
  "isSource": true,
5502
5421
  "original": {
5503
- "$value": "{control.checked.bgColor.active}",
5504
- "$type": "color",
5505
- "$extensions": {
5506
- "org.primer.figma": {
5507
- "collection": "mode",
5508
- "group": "component",
5509
- "scopes": ["borderColor"]
5510
- }
5511
- }
5422
+ "$value": "#3f7fdb",
5423
+ "$type": "color"
5512
5424
  },
5513
5425
  "name": "control-checked-borderColor-active",
5514
5426
  "attributes": {},
@@ -5664,25 +5576,11 @@
5664
5576
  "type": "color"
5665
5577
  },
5666
5578
  "controlTrack-borderColor-rest": {
5667
- "$extensions": {
5668
- "org.primer.figma": {
5669
- "collection": "mode",
5670
- "group": "component (internal)",
5671
- "scopes": ["borderColor"]
5672
- }
5673
- },
5674
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
5579
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
5675
5580
  "isSource": true,
5676
5581
  "original": {
5677
- "$value": "{borderColor.default}",
5678
- "$type": "color",
5679
- "$extensions": {
5680
- "org.primer.figma": {
5681
- "collection": "mode",
5682
- "group": "component (internal)",
5683
- "scopes": ["borderColor"]
5684
- }
5685
- }
5582
+ "$value": "{base.color.neutral.7}",
5583
+ "$type": "color"
5686
5584
  },
5687
5585
  "name": "controlTrack-borderColor-rest",
5688
5586
  "attributes": {},
@@ -6348,33 +6246,11 @@
6348
6246
  "type": "color"
6349
6247
  },
6350
6248
  "button-primary-bgColor-hover": {
6351
- "$extensions": {
6352
- "org.primer.figma": {
6353
- "collection": "mode",
6354
- "group": "component (internal)",
6355
- "scopes": ["bgColor"]
6356
- }
6357
- },
6358
- "mix": {
6359
- "color": "#57ab5a",
6360
- "weight": 0.2
6361
- },
6362
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6249
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
6363
6250
  "isSource": true,
6364
6251
  "original": {
6365
- "$value": "{bgColor.success.emphasis}",
6366
- "$type": "color",
6367
- "$extensions": {
6368
- "org.primer.figma": {
6369
- "collection": "mode",
6370
- "group": "component (internal)",
6371
- "scopes": ["bgColor"]
6372
- }
6373
- },
6374
- "mix": {
6375
- "color": "{base.color.green.3}",
6376
- "weight": 0.2
6377
- }
6252
+ "$value": "#3b8640",
6253
+ "$type": "color"
6378
6254
  },
6379
6255
  "name": "button-primary-bgColor-hover",
6380
6256
  "attributes": {},
@@ -6383,33 +6259,11 @@
6383
6259
  "type": "color"
6384
6260
  },
6385
6261
  "button-primary-bgColor-active": {
6386
- "$extensions": {
6387
- "org.primer.figma": {
6388
- "collection": "mode",
6389
- "group": "component (internal)",
6390
- "scopes": ["bgColor"]
6391
- }
6392
- },
6393
- "mix": {
6394
- "color": "#57ab5a",
6395
- "weight": 0.4
6396
- },
6397
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6262
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
6398
6263
  "isSource": true,
6399
6264
  "original": {
6400
- "$value": "{bgColor.success.emphasis}",
6401
- "$type": "color",
6402
- "$extensions": {
6403
- "org.primer.figma": {
6404
- "collection": "mode",
6405
- "group": "component (internal)",
6406
- "scopes": ["bgColor"]
6407
- }
6408
- },
6409
- "mix": {
6410
- "color": "{base.color.green.3}",
6411
- "weight": 0.4
6412
- }
6265
+ "$value": "#428f46",
6266
+ "$type": "color"
6413
6267
  },
6414
6268
  "name": "button-primary-bgColor-active",
6415
6269
  "attributes": {},
@@ -6418,19 +6272,11 @@
6418
6272
  "type": "color"
6419
6273
  },
6420
6274
  "button-primary-bgColor-disabled": {
6421
- "mix": {
6422
- "color": "#57ab5a",
6423
- "weight": 0.6
6424
- },
6425
6275
  "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
6426
6276
  "isSource": true,
6427
6277
  "original": {
6428
- "$value": "{base.color.green.4}",
6429
- "$type": "color",
6430
- "mix": {
6431
- "color": "{base.color.green.3}",
6432
- "weight": 0.6
6433
- }
6278
+ "$value": "#50a254",
6279
+ "$type": "color"
6434
6280
  },
6435
6281
  "name": "button-primary-bgColor-disabled",
6436
6282
  "attributes": {},
@@ -6522,25 +6368,11 @@
6522
6368
  "type": "color"
6523
6369
  },
6524
6370
  "button-primary-borderColor-disabled": {
6525
- "$extensions": {
6526
- "org.primer.figma": {
6527
- "collection": "mode",
6528
- "group": "component (internal)",
6529
- "scopes": ["borderColor"]
6530
- }
6531
- },
6532
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6371
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
6533
6372
  "isSource": true,
6534
6373
  "original": {
6535
- "$value": "{button.primary.bgColor.disabled}",
6536
- "$type": "color",
6537
- "$extensions": {
6538
- "org.primer.figma": {
6539
- "collection": "mode",
6540
- "group": "component (internal)",
6541
- "scopes": ["borderColor"]
6542
- }
6543
- }
6374
+ "$value": "#50a254",
6375
+ "$type": "color"
6544
6376
  },
6545
6377
  "name": "button-primary-borderColor-disabled",
6546
6378
  "attributes": {},
@@ -6836,7 +6668,7 @@
6836
6668
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6837
6669
  "isSource": true,
6838
6670
  "original": {
6839
- "$value": "{control.transparent.bgColor.disabled}",
6671
+ "$value": "{base.color.transparent}",
6840
6672
  "$type": "color",
6841
6673
  "$extensions": {
6842
6674
  "org.primer.figma": {
@@ -6849,7 +6681,7 @@
6849
6681
  "name": "button-invisible-bgColor-disabled",
6850
6682
  "attributes": {},
6851
6683
  "path": ["button", "invisible", "bgColor", "disabled"],
6852
- "value": "#2a313c",
6684
+ "value": "#00000000",
6853
6685
  "type": "color"
6854
6686
  },
6855
6687
  "button-invisible-borderColor-rest": {
@@ -6917,7 +6749,7 @@
6917
6749
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6918
6750
  "isSource": true,
6919
6751
  "original": {
6920
- "$value": "{control.borderColor.disabled}",
6752
+ "$value": "{base.color.transparent}",
6921
6753
  "$type": "color",
6922
6754
  "$extensions": {
6923
6755
  "org.primer.figma": {
@@ -6930,7 +6762,7 @@
6930
6762
  "name": "button-invisible-borderColor-disabled",
6931
6763
  "attributes": {},
6932
6764
  "path": ["button", "invisible", "borderColor", "disabled"],
6933
- "value": "#656c761a",
6765
+ "value": "#00000000",
6934
6766
  "type": "color"
6935
6767
  },
6936
6768
  "button-outline-fgColor-rest": {
@@ -7015,27 +6847,11 @@
7015
6847
  "type": "color"
7016
6848
  },
7017
6849
  "button-outline-fgColor-disabled": {
7018
- "$extensions": {
7019
- "org.primer.figma": {
7020
- "collection": "mode",
7021
- "group": "component (internal)",
7022
- "scopes": ["fgColor"]
7023
- }
7024
- },
7025
- "alpha": 0.5,
7026
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6850
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
7027
6851
  "isSource": true,
7028
6852
  "original": {
7029
- "$value": "{fgColor.accent}",
7030
- "$type": "color",
7031
- "$extensions": {
7032
- "org.primer.figma": {
7033
- "collection": "mode",
7034
- "group": "component (internal)",
7035
- "scopes": ["fgColor"]
7036
- }
7037
- },
7038
- "alpha": 0.5
6853
+ "$value": "#478be680",
6854
+ "$type": "color"
7039
6855
  },
7040
6856
  "name": "button-outline-fgColor-disabled",
7041
6857
  "attributes": {},
@@ -7241,33 +7057,11 @@
7241
7057
  "type": "shadow"
7242
7058
  },
7243
7059
  "button-danger-fgColor-rest": {
7244
- "$extensions": {
7245
- "org.primer.figma": {
7246
- "collection": "mode",
7247
- "group": "component (internal)",
7248
- "scopes": ["fgColor"]
7249
- }
7250
- },
7251
- "mix": {
7252
- "color": "#f47067",
7253
- "weight": 0.3
7254
- },
7255
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7060
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
7256
7061
  "isSource": true,
7257
7062
  "original": {
7258
- "$value": "{base.color.red.4}",
7259
- "$type": "color",
7260
- "$extensions": {
7261
- "org.primer.figma": {
7262
- "collection": "mode",
7263
- "group": "component (internal)",
7264
- "scopes": ["fgColor"]
7265
- }
7266
- },
7267
- "mix": {
7268
- "color": "{base.color.red.3}",
7269
- "weight": 0.3
7270
- }
7063
+ "$value": "#ea5c53",
7064
+ "$type": "color"
7271
7065
  },
7272
7066
  "name": "button-danger-fgColor-rest",
7273
7067
  "attributes": {},
@@ -7359,25 +7153,11 @@
7359
7153
  "type": "color"
7360
7154
  },
7361
7155
  "button-danger-iconColor-rest": {
7362
- "$extensions": {
7363
- "org.primer.figma": {
7364
- "collection": "mode",
7365
- "group": "component (internal)",
7366
- "scopes": ["fgColor"]
7367
- }
7368
- },
7369
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7156
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
7370
7157
  "isSource": true,
7371
7158
  "original": {
7372
- "$value": "{button.danger.fgColor.rest}",
7373
- "$type": "color",
7374
- "$extensions": {
7375
- "org.primer.figma": {
7376
- "collection": "mode",
7377
- "group": "component (internal)",
7378
- "scopes": ["fgColor"]
7379
- }
7380
- }
7159
+ "$value": "#ea5c53",
7160
+ "$type": "color"
7381
7161
  },
7382
7162
  "name": "button-danger-iconColor-rest",
7383
7163
  "attributes": {},
@@ -7467,33 +7247,11 @@
7467
7247
  "type": "color"
7468
7248
  },
7469
7249
  "button-danger-bgColor-active": {
7470
- "$extensions": {
7471
- "org.primer.figma": {
7472
- "collection": "mode",
7473
- "group": "component (internal)",
7474
- "scopes": ["bgColor"]
7475
- }
7476
- },
7477
- "mix": {
7478
- "color": "#e5534b",
7479
- "weight": 0.4
7480
- },
7481
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7250
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
7482
7251
  "isSource": true,
7483
7252
  "original": {
7484
- "$value": "{base.color.red.6}",
7485
- "$type": "color",
7486
- "$extensions": {
7487
- "org.primer.figma": {
7488
- "collection": "mode",
7489
- "group": "component (internal)",
7490
- "scopes": ["bgColor"]
7491
- }
7492
- },
7493
- "mix": {
7494
- "color": "{base.color.red.4}",
7495
- "weight": 0.4
7496
- }
7253
+ "$value": "#c33d38",
7254
+ "$type": "color"
7497
7255
  },
7498
7256
  "name": "button-danger-bgColor-active",
7499
7257
  "attributes": {},
@@ -8150,35 +7908,13 @@
8150
7908
  "type": "color"
8151
7909
  },
8152
7910
  "reactionButton-selected-bgColor-hover": {
8153
- "$extensions": {
8154
- "org.primer.figma": {
8155
- "collection": "mode",
8156
- "group": "component (internal)",
8157
- "scopes": ["bgColor"]
8158
- }
8159
- },
8160
- "mix": {
8161
- "color": "#6cb6ff",
8162
- "weight": 0.2
8163
- },
8164
- "alpha": 0.2,
8165
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7911
+ "alpha": 0.36,
7912
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
8166
7913
  "isSource": true,
8167
7914
  "original": {
8168
- "$value": "{reactionButton.selected.bgColor.rest}",
7915
+ "$value": "#4285e5",
8169
7916
  "$type": "color",
8170
- "$extensions": {
8171
- "org.primer.figma": {
8172
- "collection": "mode",
8173
- "group": "component (internal)",
8174
- "scopes": ["bgColor"]
8175
- }
8176
- },
8177
- "mix": {
8178
- "color": "{base.color.blue.2}",
8179
- "weight": 0.2
8180
- },
8181
- "alpha": 0.2
7917
+ "alpha": 0.36
8182
7918
  },
8183
7919
  "name": "reactionButton-selected-bgColor-hover",
8184
7920
  "attributes": {},
@@ -8267,6 +8003,23 @@
8267
8003
  "value": "#316dca",
8268
8004
  "type": "color"
8269
8005
  },
8006
+ "focus-outline": {
8007
+ "filePath": "src/tokens/functional/border/border.json5",
8008
+ "isSource": true,
8009
+ "original": {
8010
+ "$value": {
8011
+ "color": "{focus.outlineColor}",
8012
+ "style": "solid",
8013
+ "width": "2px"
8014
+ },
8015
+ "$type": "border"
8016
+ },
8017
+ "name": "focus-outline",
8018
+ "attributes": {},
8019
+ "path": ["focus", "outline"],
8020
+ "value": "2px solid #316dca",
8021
+ "type": "border"
8022
+ },
8270
8023
  "menu-bgColor-active": {
8271
8024
  "$extensions": {
8272
8025
  "org.primer.figma": {
@@ -8308,23 +8061,13 @@
8308
8061
  "type": "color"
8309
8062
  },
8310
8063
  "overlay-borderColor": {
8311
- "$extensions": {
8312
- "org.primer.figma": {
8313
- "collection": "mode",
8314
- "group": "component (internal)"
8315
- }
8316
- },
8317
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
8064
+ "alpha": 0.7,
8065
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
8318
8066
  "isSource": true,
8319
8067
  "original": {
8320
- "$value": "{borderColor.muted}",
8068
+ "$value": "{base.color.neutral.7}",
8321
8069
  "$type": "color",
8322
- "$extensions": {
8323
- "org.primer.figma": {
8324
- "collection": "mode",
8325
- "group": "component (internal)"
8326
- }
8327
- }
8070
+ "alpha": 0.7
8328
8071
  },
8329
8072
  "name": "overlay-borderColor",
8330
8073
  "attributes": {},
@@ -11982,39 +11725,11 @@
11982
11725
  "type": "color"
11983
11726
  },
11984
11727
  "fgColor-accent": {
11985
- "$extensions": {
11986
- "org.primer.figma": {
11987
- "collection": "mode",
11988
- "group": "semantic",
11989
- "scopes": ["fgColor"],
11990
- "codeSyntax": {
11991
- "web": "var(--fgColor-accent) /* utility class: .color-fg-accent */"
11992
- }
11993
- }
11994
- },
11995
- "mix": {
11996
- "color": "#316dca",
11997
- "weight": 0.35
11998
- },
11999
- "filePath": "src/tokens/functional/color/dark/primitives-dark.json5",
11728
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
12000
11729
  "isSource": true,
12001
11730
  "original": {
12002
- "$value": "{base.color.blue.3}",
12003
- "$type": "color",
12004
- "$extensions": {
12005
- "org.primer.figma": {
12006
- "collection": "mode",
12007
- "group": "semantic",
12008
- "scopes": ["fgColor"],
12009
- "codeSyntax": {
12010
- "web": "var(--fgColor-accent) /* utility class: .color-fg-accent */"
12011
- }
12012
- }
12013
- },
12014
- "mix": {
12015
- "color": "{base.color.blue.5}",
12016
- "weight": 0.35
12017
- }
11731
+ "$value": "#478be6",
11732
+ "$type": "color"
12018
11733
  },
12019
11734
  "name": "fgColor-accent",
12020
11735
  "attributes": {},
@@ -13241,31 +12956,11 @@
13241
12956
  "type": "color"
13242
12957
  },
13243
12958
  "borderColor-default": {
13244
- "$extensions": {
13245
- "org.primer.figma": {
13246
- "collection": "mode",
13247
- "group": "semantic",
13248
- "scopes": ["borderColor"],
13249
- "codeSyntax": {
13250
- "web": "var(--borderColor-default) /* utility class: .color-border-default */"
13251
- }
13252
- }
13253
- },
13254
- "filePath": "src/tokens/functional/color/dark/primitives-dark.json5",
12959
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
13255
12960
  "isSource": true,
13256
12961
  "original": {
13257
12962
  "$value": "{base.color.neutral.7}",
13258
- "$type": "color",
13259
- "$extensions": {
13260
- "org.primer.figma": {
13261
- "collection": "mode",
13262
- "group": "semantic",
13263
- "scopes": ["borderColor"],
13264
- "codeSyntax": {
13265
- "web": "var(--borderColor-default) /* utility class: .color-border-default */"
13266
- }
13267
- }
13268
- }
12963
+ "$type": "color"
13269
12964
  },
13270
12965
  "name": "borderColor-default",
13271
12966
  "attributes": {},
@@ -13274,32 +12969,12 @@
13274
12969
  "type": "color"
13275
12970
  },
13276
12971
  "borderColor-muted": {
13277
- "$extensions": {
13278
- "org.primer.figma": {
13279
- "collection": "mode",
13280
- "group": "semantic",
13281
- "scopes": ["borderColor"],
13282
- "codeSyntax": {
13283
- "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
13284
- }
13285
- }
13286
- },
13287
12972
  "alpha": 0.7,
13288
- "filePath": "src/tokens/functional/color/dark/primitives-dark.json5",
12973
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
13289
12974
  "isSource": true,
13290
12975
  "original": {
13291
- "$value": "{borderColor.default}",
12976
+ "$value": "{base.color.neutral.7}",
13292
12977
  "$type": "color",
13293
- "$extensions": {
13294
- "org.primer.figma": {
13295
- "collection": "mode",
13296
- "group": "semantic",
13297
- "scopes": ["borderColor"],
13298
- "codeSyntax": {
13299
- "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
13300
- }
13301
- }
13302
- },
13303
12978
  "alpha": 0.7
13304
12979
  },
13305
12980
  "name": "borderColor-muted",
@@ -13336,26 +13011,12 @@
13336
13011
  "type": "color"
13337
13012
  },
13338
13013
  "borderColor-disabled": {
13339
- "$extensions": {
13340
- "org.primer.figma": {
13341
- "collection": "mode",
13342
- "group": "semantic",
13343
- "scopes": ["borderColor"]
13344
- }
13345
- },
13346
13014
  "alpha": 0.1,
13347
- "filePath": "src/tokens/functional/color/dark/primitives-dark.json5",
13015
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
13348
13016
  "isSource": true,
13349
13017
  "original": {
13350
13018
  "$value": "{base.color.neutral.8}",
13351
13019
  "$type": "color",
13352
- "$extensions": {
13353
- "org.primer.figma": {
13354
- "collection": "mode",
13355
- "group": "semantic",
13356
- "scopes": ["borderColor"]
13357
- }
13358
- },
13359
13020
  "alpha": 0.1
13360
13021
  },
13361
13022
  "name": "borderColor-disabled",
@@ -13421,25 +13082,13 @@
13421
13082
  "type": "color"
13422
13083
  },
13423
13084
  "borderColor-neutral-muted": {
13424
- "$extensions": {
13425
- "org.primer.figma": {
13426
- "collection": "mode",
13427
- "group": "semantic",
13428
- "scopes": ["borderColor"]
13429
- }
13430
- },
13431
- "filePath": "src/tokens/functional/color/dark/primitives-dark.json5",
13085
+ "alpha": 0.7,
13086
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.dimmed.json5",
13432
13087
  "isSource": true,
13433
13088
  "original": {
13434
- "$value": "{borderColor.muted}",
13089
+ "$value": "{base.color.neutral.7}",
13435
13090
  "$type": "color",
13436
- "$extensions": {
13437
- "org.primer.figma": {
13438
- "collection": "mode",
13439
- "group": "semantic",
13440
- "scopes": ["borderColor"]
13441
- }
13442
- }
13091
+ "alpha": 0.7
13443
13092
  },
13444
13093
  "name": "borderColor-neutral-muted",
13445
13094
  "attributes": {},
@@ -15706,21 +15355,447 @@
15706
15355
  "value": "0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866",
15707
15356
  "type": "shadow"
15708
15357
  },
15709
- "outline-focus": {
15710
- "filePath": "src/tokens/functional/border/dark.json5",
15358
+ "border-default": {
15359
+ "filePath": "src/tokens/functional/border/border.json5",
15711
15360
  "isSource": true,
15712
15361
  "original": {
15713
15362
  "$value": {
15714
- "color": "{focus.outlineColor}",
15363
+ "color": "{borderColor.default}",
15715
15364
  "style": "solid",
15716
- "width": "2px"
15365
+ "width": "{borderWidth.default}"
15366
+ },
15367
+ "$type": "border"
15368
+ },
15369
+ "name": "border-default",
15370
+ "attributes": {},
15371
+ "path": ["border", "default"],
15372
+ "value": "0.0625rem solid #3d444d",
15373
+ "type": "border"
15374
+ },
15375
+ "border-muted": {
15376
+ "filePath": "src/tokens/functional/border/border.json5",
15377
+ "isSource": true,
15378
+ "original": {
15379
+ "$value": {
15380
+ "color": "{borderColor.muted}",
15381
+ "style": "solid",
15382
+ "width": "{borderWidth.default}"
15383
+ },
15384
+ "$type": "border"
15385
+ },
15386
+ "name": "border-muted",
15387
+ "attributes": {},
15388
+ "path": ["border", "muted"],
15389
+ "value": "0.0625rem solid #3d444db3",
15390
+ "type": "border"
15391
+ },
15392
+ "border-emphasis": {
15393
+ "filePath": "src/tokens/functional/border/border.json5",
15394
+ "isSource": true,
15395
+ "original": {
15396
+ "$value": {
15397
+ "color": "{borderColor.emphasis}",
15398
+ "style": "solid",
15399
+ "width": "{borderWidth.default}"
15400
+ },
15401
+ "$type": "border"
15402
+ },
15403
+ "name": "border-emphasis",
15404
+ "attributes": {},
15405
+ "path": ["border", "emphasis"],
15406
+ "value": "0.0625rem solid #656c76",
15407
+ "type": "border"
15408
+ },
15409
+ "border-disabled": {
15410
+ "filePath": "src/tokens/functional/border/border.json5",
15411
+ "isSource": true,
15412
+ "original": {
15413
+ "$value": {
15414
+ "color": "{borderColor.disabled}",
15415
+ "style": "solid",
15416
+ "width": "{borderWidth.default}"
15417
+ },
15418
+ "$type": "border"
15419
+ },
15420
+ "name": "border-disabled",
15421
+ "attributes": {},
15422
+ "path": ["border", "disabled"],
15423
+ "value": "0.0625rem solid #656c761a",
15424
+ "type": "border"
15425
+ },
15426
+ "border-transparent": {
15427
+ "filePath": "src/tokens/functional/border/border.json5",
15428
+ "isSource": true,
15429
+ "original": {
15430
+ "$value": {
15431
+ "color": "{borderColor.transparent}",
15432
+ "style": "solid",
15433
+ "width": "{borderWidth.default}"
15434
+ },
15435
+ "$type": "border"
15436
+ },
15437
+ "name": "border-transparent",
15438
+ "attributes": {},
15439
+ "path": ["border", "transparent"],
15440
+ "value": "0.0625rem solid #00000000",
15441
+ "type": "border"
15442
+ },
15443
+ "border-neutral-emphasis": {
15444
+ "filePath": "src/tokens/functional/border/border.json5",
15445
+ "isSource": true,
15446
+ "original": {
15447
+ "$value": {
15448
+ "color": "{borderColor.neutral.emphasis}",
15449
+ "style": "solid",
15450
+ "width": "{borderWidth.default}"
15451
+ },
15452
+ "$type": "border"
15453
+ },
15454
+ "name": "border-neutral-emphasis",
15455
+ "attributes": {},
15456
+ "path": ["border", "neutral", "emphasis"],
15457
+ "value": "0.0625rem solid #656c76",
15458
+ "type": "border"
15459
+ },
15460
+ "border-neutral-muted": {
15461
+ "filePath": "src/tokens/functional/border/border.json5",
15462
+ "isSource": true,
15463
+ "original": {
15464
+ "$value": {
15465
+ "color": "{borderColor.neutral.muted}",
15466
+ "style": "solid",
15467
+ "width": "{borderWidth.default}"
15468
+ },
15469
+ "$type": "border"
15470
+ },
15471
+ "name": "border-neutral-muted",
15472
+ "attributes": {},
15473
+ "path": ["border", "neutral", "muted"],
15474
+ "value": "0.0625rem solid #3d444db3",
15475
+ "type": "border"
15476
+ },
15477
+ "border-accent-emphasis": {
15478
+ "filePath": "src/tokens/functional/border/border.json5",
15479
+ "isSource": true,
15480
+ "original": {
15481
+ "$value": {
15482
+ "color": "{borderColor.accent.emphasis}",
15483
+ "style": "solid",
15484
+ "width": "{borderWidth.default}"
15485
+ },
15486
+ "$type": "border"
15487
+ },
15488
+ "name": "border-accent-emphasis",
15489
+ "attributes": {},
15490
+ "path": ["border", "accent", "emphasis"],
15491
+ "value": "0.0625rem solid #316dca",
15492
+ "type": "border"
15493
+ },
15494
+ "border-accent-muted": {
15495
+ "filePath": "src/tokens/functional/border/border.json5",
15496
+ "isSource": true,
15497
+ "original": {
15498
+ "$value": {
15499
+ "color": "{borderColor.accent.muted}",
15500
+ "style": "solid",
15501
+ "width": "{borderWidth.default}"
15502
+ },
15503
+ "$type": "border"
15504
+ },
15505
+ "name": "border-accent-muted",
15506
+ "attributes": {},
15507
+ "path": ["border", "accent", "muted"],
15508
+ "value": "0.0625rem solid #4184e466",
15509
+ "type": "border"
15510
+ },
15511
+ "border-success-emphasis": {
15512
+ "filePath": "src/tokens/functional/border/border.json5",
15513
+ "isSource": true,
15514
+ "original": {
15515
+ "$value": {
15516
+ "color": "{borderColor.success.emphasis}",
15517
+ "style": "solid",
15518
+ "width": "{borderWidth.default}"
15519
+ },
15520
+ "$type": "border"
15521
+ },
15522
+ "name": "border-success-emphasis",
15523
+ "attributes": {},
15524
+ "path": ["border", "success", "emphasis"],
15525
+ "value": "0.0625rem solid #347d39",
15526
+ "type": "border"
15527
+ },
15528
+ "border-success-muted": {
15529
+ "filePath": "src/tokens/functional/border/border.json5",
15530
+ "isSource": true,
15531
+ "original": {
15532
+ "$value": {
15533
+ "color": "{borderColor.success.muted}",
15534
+ "style": "solid",
15535
+ "width": "{borderWidth.default}"
15536
+ },
15537
+ "$type": "border"
15538
+ },
15539
+ "name": "border-success-muted",
15540
+ "attributes": {},
15541
+ "path": ["border", "success", "muted"],
15542
+ "value": "0.0625rem solid #46954a66",
15543
+ "type": "border"
15544
+ },
15545
+ "border-open-emphasis": {
15546
+ "filePath": "src/tokens/functional/border/border.json5",
15547
+ "isSource": true,
15548
+ "original": {
15549
+ "$value": "{border.success.emphasis}",
15550
+ "$type": "border"
15551
+ },
15552
+ "name": "border-open-emphasis",
15553
+ "attributes": {},
15554
+ "path": ["border", "open", "emphasis"],
15555
+ "value": "0.0625rem solid #347d39",
15556
+ "type": "border"
15557
+ },
15558
+ "border-open-muted": {
15559
+ "filePath": "src/tokens/functional/border/border.json5",
15560
+ "isSource": true,
15561
+ "original": {
15562
+ "$value": "{border.success.muted}",
15563
+ "$type": "border"
15564
+ },
15565
+ "name": "border-open-muted",
15566
+ "attributes": {},
15567
+ "path": ["border", "open", "muted"],
15568
+ "value": "0.0625rem solid #46954a66",
15569
+ "type": "border"
15570
+ },
15571
+ "border-danger-emphasis": {
15572
+ "filePath": "src/tokens/functional/border/border.json5",
15573
+ "isSource": true,
15574
+ "original": {
15575
+ "$value": {
15576
+ "color": "{borderColor.danger.emphasis}",
15577
+ "style": "solid",
15578
+ "width": "{borderWidth.default}"
15579
+ },
15580
+ "$type": "border"
15581
+ },
15582
+ "name": "border-danger-emphasis",
15583
+ "attributes": {},
15584
+ "path": ["border", "danger", "emphasis"],
15585
+ "value": "0.0625rem solid #c93c37",
15586
+ "type": "border"
15587
+ },
15588
+ "border-danger-muted": {
15589
+ "filePath": "src/tokens/functional/border/border.json5",
15590
+ "isSource": true,
15591
+ "original": {
15592
+ "$value": {
15593
+ "color": "{borderColor.danger.muted}",
15594
+ "style": "solid",
15595
+ "width": "{borderWidth.default}"
15596
+ },
15597
+ "$type": "border"
15598
+ },
15599
+ "name": "border-danger-muted",
15600
+ "attributes": {},
15601
+ "path": ["border", "danger", "muted"],
15602
+ "value": "0.0625rem solid #e5534b66",
15603
+ "type": "border"
15604
+ },
15605
+ "border-closed-emphasis": {
15606
+ "filePath": "src/tokens/functional/border/border.json5",
15607
+ "isSource": true,
15608
+ "original": {
15609
+ "$value": "{border.danger.emphasis}",
15610
+ "$type": "border"
15611
+ },
15612
+ "name": "border-closed-emphasis",
15613
+ "attributes": {},
15614
+ "path": ["border", "closed", "emphasis"],
15615
+ "value": "0.0625rem solid #c93c37",
15616
+ "type": "border"
15617
+ },
15618
+ "border-closed-muted": {
15619
+ "filePath": "src/tokens/functional/border/border.json5",
15620
+ "isSource": true,
15621
+ "original": {
15622
+ "$value": "{border.danger.muted}",
15623
+ "$type": "border"
15624
+ },
15625
+ "name": "border-closed-muted",
15626
+ "attributes": {},
15627
+ "path": ["border", "closed", "muted"],
15628
+ "value": "0.0625rem solid #e5534b66",
15629
+ "type": "border"
15630
+ },
15631
+ "border-attention-emphasis": {
15632
+ "filePath": "src/tokens/functional/border/border.json5",
15633
+ "isSource": true,
15634
+ "original": {
15635
+ "$value": {
15636
+ "color": "{borderColor.attention.emphasis}",
15637
+ "style": "solid",
15638
+ "width": "{borderWidth.default}"
15639
+ },
15640
+ "$type": "border"
15641
+ },
15642
+ "name": "border-attention-emphasis",
15643
+ "attributes": {},
15644
+ "path": ["border", "attention", "emphasis"],
15645
+ "value": "0.0625rem solid #966600",
15646
+ "type": "border"
15647
+ },
15648
+ "border-attention-muted": {
15649
+ "filePath": "src/tokens/functional/border/border.json5",
15650
+ "isSource": true,
15651
+ "original": {
15652
+ "$value": {
15653
+ "color": "{borderColor.attention.muted}",
15654
+ "style": "solid",
15655
+ "width": "{borderWidth.default}"
15656
+ },
15657
+ "$type": "border"
15658
+ },
15659
+ "name": "border-attention-muted",
15660
+ "attributes": {},
15661
+ "path": ["border", "attention", "muted"],
15662
+ "value": "0.0625rem solid #ae7c1466",
15663
+ "type": "border"
15664
+ },
15665
+ "border-severe-emphasis": {
15666
+ "filePath": "src/tokens/functional/border/border.json5",
15667
+ "isSource": true,
15668
+ "original": {
15669
+ "$value": {
15670
+ "color": "{borderColor.severe.emphasis}",
15671
+ "style": "solid",
15672
+ "width": "{borderWidth.default}"
15673
+ },
15674
+ "$type": "border"
15675
+ },
15676
+ "name": "border-severe-emphasis",
15677
+ "attributes": {},
15678
+ "path": ["border", "severe", "emphasis"],
15679
+ "value": "0.0625rem solid #ae5622",
15680
+ "type": "border"
15681
+ },
15682
+ "border-severe-muted": {
15683
+ "filePath": "src/tokens/functional/border/border.json5",
15684
+ "isSource": true,
15685
+ "original": {
15686
+ "$value": {
15687
+ "color": "{borderColor.severe.muted}",
15688
+ "style": "solid",
15689
+ "width": "{borderWidth.default}"
15690
+ },
15691
+ "$type": "border"
15692
+ },
15693
+ "name": "border-severe-muted",
15694
+ "attributes": {},
15695
+ "path": ["border", "severe", "muted"],
15696
+ "value": "0.0625rem solid #cc6b2c66",
15697
+ "type": "border"
15698
+ },
15699
+ "border-done-emphasis": {
15700
+ "filePath": "src/tokens/functional/border/border.json5",
15701
+ "isSource": true,
15702
+ "original": {
15703
+ "$value": {
15704
+ "color": "{borderColor.done.emphasis}",
15705
+ "style": "solid",
15706
+ "width": "{borderWidth.default}"
15707
+ },
15708
+ "$type": "border"
15709
+ },
15710
+ "name": "border-done-emphasis",
15711
+ "attributes": {},
15712
+ "path": ["border", "done", "emphasis"],
15713
+ "value": "0.0625rem solid #8256d0",
15714
+ "type": "border"
15715
+ },
15716
+ "border-done-muted": {
15717
+ "filePath": "src/tokens/functional/border/border.json5",
15718
+ "isSource": true,
15719
+ "original": {
15720
+ "$value": {
15721
+ "color": "{borderColor.done.muted}",
15722
+ "style": "solid",
15723
+ "width": "{borderWidth.default}"
15724
+ },
15725
+ "$type": "border"
15726
+ },
15727
+ "name": "border-done-muted",
15728
+ "attributes": {},
15729
+ "path": ["border", "done", "muted"],
15730
+ "value": "0.0625rem solid #986ee266",
15731
+ "type": "border"
15732
+ },
15733
+ "border-upsell-emphasis": {
15734
+ "filePath": "src/tokens/functional/border/border.json5",
15735
+ "isSource": true,
15736
+ "original": {
15737
+ "$value": {
15738
+ "color": "{borderColor.upsell.emphasis}",
15739
+ "style": "solid",
15740
+ "width": "{borderWidth.default}"
15741
+ },
15742
+ "$type": "border"
15743
+ },
15744
+ "name": "border-upsell-emphasis",
15745
+ "attributes": {},
15746
+ "path": ["border", "upsell", "emphasis"],
15747
+ "value": "0.0625rem solid #8256d0",
15748
+ "type": "border"
15749
+ },
15750
+ "border-upsell-muted": {
15751
+ "filePath": "src/tokens/functional/border/border.json5",
15752
+ "isSource": true,
15753
+ "original": {
15754
+ "$value": {
15755
+ "color": "{borderColor.upsell.muted}",
15756
+ "style": "solid",
15757
+ "width": "{borderWidth.default}"
15758
+ },
15759
+ "$type": "border"
15760
+ },
15761
+ "name": "border-upsell-muted",
15762
+ "attributes": {},
15763
+ "path": ["border", "upsell", "muted"],
15764
+ "value": "0.0625rem solid #986ee266",
15765
+ "type": "border"
15766
+ },
15767
+ "border-sponsors-emphasis": {
15768
+ "filePath": "src/tokens/functional/border/border.json5",
15769
+ "isSource": true,
15770
+ "original": {
15771
+ "$value": {
15772
+ "color": "{borderColor.sponsors.emphasis}",
15773
+ "style": "solid",
15774
+ "width": "{borderWidth.default}"
15775
+ },
15776
+ "$type": "border"
15777
+ },
15778
+ "name": "border-sponsors-emphasis",
15779
+ "attributes": {},
15780
+ "path": ["border", "sponsors", "emphasis"],
15781
+ "value": "0.0625rem solid #ae4c82",
15782
+ "type": "border"
15783
+ },
15784
+ "border-sponsors-muted": {
15785
+ "filePath": "src/tokens/functional/border/border.json5",
15786
+ "isSource": true,
15787
+ "original": {
15788
+ "$value": {
15789
+ "color": "{borderColor.sponsors.muted}",
15790
+ "style": "solid",
15791
+ "width": "{borderWidth.default}"
15717
15792
  },
15718
15793
  "$type": "border"
15719
15794
  },
15720
- "name": "outline-focus",
15795
+ "name": "border-sponsors-muted",
15721
15796
  "attributes": {},
15722
- "path": ["outline", "focus"],
15723
- "value": "#316dca solid 2px",
15797
+ "path": ["border", "sponsors", "muted"],
15798
+ "value": "0.0625rem solid #c9619866",
15724
15799
  "type": "border"
15725
15800
  }
15726
15801
  }