@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": {},
@@ -5390,14 +5386,10 @@
5390
5386
  "scopes": ["bgColor"]
5391
5387
  }
5392
5388
  },
5393
- "mix": {
5394
- "color": "#58a6ff",
5395
- "weight": 0.2
5396
- },
5397
5389
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
5398
5390
  "isSource": true,
5399
5391
  "original": {
5400
- "$value": "{bgColor.accent.emphasis}",
5392
+ "$value": "#2A7AEF",
5401
5393
  "$type": "color",
5402
5394
  "$extensions": {
5403
5395
  "org.primer.figma": {
@@ -5405,10 +5397,6 @@
5405
5397
  "group": "component",
5406
5398
  "scopes": ["bgColor"]
5407
5399
  }
5408
- },
5409
- "mix": {
5410
- "color": "{base.color.blue.3}",
5411
- "weight": 0.2
5412
5400
  }
5413
5401
  },
5414
5402
  "name": "control-checked-bgColor-hover",
@@ -5425,14 +5413,10 @@
5425
5413
  "scopes": ["bgColor"]
5426
5414
  }
5427
5415
  },
5428
- "mix": {
5429
- "color": "#58a6ff",
5430
- "weight": 0.4
5431
- },
5432
5416
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
5433
5417
  "isSource": true,
5434
5418
  "original": {
5435
- "$value": "{bgColor.accent.emphasis}",
5419
+ "$value": "#3685F3",
5436
5420
  "$type": "color",
5437
5421
  "$extensions": {
5438
5422
  "org.primer.figma": {
@@ -5440,10 +5424,6 @@
5440
5424
  "group": "component",
5441
5425
  "scopes": ["bgColor"]
5442
5426
  }
5443
- },
5444
- "mix": {
5445
- "color": "{base.color.blue.3}",
5446
- "weight": 0.4
5447
5427
  }
5448
5428
  },
5449
5429
  "name": "control-checked-bgColor-active",
@@ -6523,14 +6503,10 @@
6523
6503
  "scopes": ["bgColor"]
6524
6504
  }
6525
6505
  },
6526
- "mix": {
6527
- "color": "#3fb950",
6528
- "weight": 0.2
6529
- },
6530
6506
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6531
6507
  "isSource": true,
6532
6508
  "original": {
6533
- "$value": "{bgColor.success.emphasis}",
6509
+ "$value": "#29903B",
6534
6510
  "$type": "color",
6535
6511
  "$extensions": {
6536
6512
  "org.primer.figma": {
@@ -6538,10 +6514,6 @@
6538
6514
  "group": "component (internal)",
6539
6515
  "scopes": ["bgColor"]
6540
6516
  }
6541
- },
6542
- "mix": {
6543
- "color": "{base.color.green.3}",
6544
- "weight": 0.2
6545
6517
  }
6546
6518
  },
6547
6519
  "name": "button-primary-bgColor-hover",
@@ -6558,14 +6530,10 @@
6558
6530
  "scopes": ["bgColor"]
6559
6531
  }
6560
6532
  },
6561
- "mix": {
6562
- "color": "#3fb950",
6563
- "weight": 0.4
6564
- },
6565
6533
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6566
6534
  "isSource": true,
6567
6535
  "original": {
6568
- "$value": "{bgColor.success.emphasis}",
6536
+ "$value": "#2E9A40",
6569
6537
  "$type": "color",
6570
6538
  "$extensions": {
6571
6539
  "org.primer.figma": {
@@ -6573,10 +6541,6 @@
6573
6541
  "group": "component (internal)",
6574
6542
  "scopes": ["bgColor"]
6575
6543
  }
6576
- },
6577
- "mix": {
6578
- "color": "{base.color.green.3}",
6579
- "weight": 0.4
6580
6544
  }
6581
6545
  },
6582
6546
  "name": "button-primary-bgColor-active",
@@ -6593,14 +6557,10 @@
6593
6557
  "scopes": ["bgColor"]
6594
6558
  }
6595
6559
  },
6596
- "mix": {
6597
- "color": "#033a16",
6598
- "weight": 0.6
6599
- },
6600
6560
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6601
6561
  "isSource": true,
6602
6562
  "original": {
6603
- "$value": "{base.color.green.5}",
6563
+ "$value": "#105823",
6604
6564
  "$type": "color",
6605
6565
  "$extensions": {
6606
6566
  "org.primer.figma": {
@@ -6608,10 +6568,6 @@
6608
6568
  "group": "component (internal)",
6609
6569
  "scopes": ["bgColor"]
6610
6570
  }
6611
- },
6612
- "mix": {
6613
- "color": "{base.color.green.8}",
6614
- "weight": 0.6
6615
6571
  }
6616
6572
  },
6617
6573
  "name": "button-primary-bgColor-disabled",
@@ -6714,7 +6670,7 @@
6714
6670
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6715
6671
  "isSource": true,
6716
6672
  "original": {
6717
- "$value": "{button.primary.bgColor.disabled}",
6673
+ "$value": "#105823",
6718
6674
  "$type": "color",
6719
6675
  "$extensions": {
6720
6676
  "org.primer.figma": {
@@ -7046,7 +7002,7 @@
7046
7002
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7047
7003
  "isSource": true,
7048
7004
  "original": {
7049
- "$value": "{control.transparent.bgColor.disabled}",
7005
+ "$value": "{base.color.transparent}",
7050
7006
  "$type": "color",
7051
7007
  "$extensions": {
7052
7008
  "org.primer.figma": {
@@ -7059,7 +7015,7 @@
7059
7015
  "name": "button-invisible-bgColor-disabled",
7060
7016
  "attributes": {},
7061
7017
  "path": ["button", "invisible", "bgColor", "disabled"],
7062
- "value": "#212830",
7018
+ "value": "#00000000",
7063
7019
  "type": "color"
7064
7020
  },
7065
7021
  "button-invisible-borderColor-rest": {
@@ -7127,7 +7083,7 @@
7127
7083
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7128
7084
  "isSource": true,
7129
7085
  "original": {
7130
- "$value": "{control.borderColor.disabled}",
7086
+ "$value": "{base.color.transparent}",
7131
7087
  "$type": "color",
7132
7088
  "$extensions": {
7133
7089
  "org.primer.figma": {
@@ -7140,7 +7096,7 @@
7140
7096
  "name": "button-invisible-borderColor-disabled",
7141
7097
  "attributes": {},
7142
7098
  "path": ["button", "invisible", "borderColor", "disabled"],
7143
- "value": "#656c761a",
7099
+ "value": "#00000000",
7144
7100
  "type": "color"
7145
7101
  },
7146
7102
  "button-outline-fgColor-rest": {
@@ -7458,14 +7414,10 @@
7458
7414
  "scopes": ["fgColor"]
7459
7415
  }
7460
7416
  },
7461
- "mix": {
7462
- "color": "#ff7b72",
7463
- "weight": 0.3
7464
- },
7465
7417
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7466
7418
  "isSource": true,
7467
7419
  "original": {
7468
- "$value": "{base.color.red.4}",
7420
+ "$value": "#FA5E55",
7469
7421
  "$type": "color",
7470
7422
  "$extensions": {
7471
7423
  "org.primer.figma": {
@@ -7473,10 +7425,6 @@
7473
7425
  "group": "component (internal)",
7474
7426
  "scopes": ["fgColor"]
7475
7427
  }
7476
- },
7477
- "mix": {
7478
- "color": "{base.color.red.3}",
7479
- "weight": 0.3
7480
7428
  }
7481
7429
  },
7482
7430
  "name": "button-danger-fgColor-rest",
@@ -7579,7 +7527,7 @@
7579
7527
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7580
7528
  "isSource": true,
7581
7529
  "original": {
7582
- "$value": "{button.danger.fgColor.rest}",
7530
+ "$value": "#FA5E55",
7583
7531
  "$type": "color",
7584
7532
  "$extensions": {
7585
7533
  "org.primer.figma": {
@@ -7684,14 +7632,10 @@
7684
7632
  "scopes": ["bgColor"]
7685
7633
  }
7686
7634
  },
7687
- "mix": {
7688
- "color": "#f85149",
7689
- "weight": 0.4
7690
- },
7691
7635
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7692
7636
  "isSource": true,
7693
7637
  "original": {
7694
- "$value": "{base.color.red.6}",
7638
+ "$value": "#D03533",
7695
7639
  "$type": "color",
7696
7640
  "$extensions": {
7697
7641
  "org.primer.figma": {
@@ -7699,10 +7643,6 @@
7699
7643
  "group": "component (internal)",
7700
7644
  "scopes": ["bgColor"]
7701
7645
  }
7702
- },
7703
- "mix": {
7704
- "color": "{base.color.red.4}",
7705
- "weight": 0.4
7706
7646
  }
7707
7647
  },
7708
7648
  "name": "button-danger-bgColor-active",
@@ -8395,15 +8335,11 @@
8395
8335
  "scopes": ["bgColor"]
8396
8336
  }
8397
8337
  },
8398
- "mix": {
8399
- "color": "#79c0ff",
8400
- "weight": 0.2
8401
- },
8402
- "alpha": 0.2,
8338
+ "alpha": 0.36,
8403
8339
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
8404
8340
  "isSource": true,
8405
8341
  "original": {
8406
- "$value": "{reactionButton.selected.bgColor.rest}",
8342
+ "$value": "#3a8cfd",
8407
8343
  "$type": "color",
8408
8344
  "$extensions": {
8409
8345
  "org.primer.figma": {
@@ -8412,11 +8348,7 @@
8412
8348
  "scopes": ["bgColor"]
8413
8349
  }
8414
8350
  },
8415
- "mix": {
8416
- "color": "{base.color.blue.2}",
8417
- "weight": 0.2
8418
- },
8419
- "alpha": 0.2
8351
+ "alpha": 0.36
8420
8352
  },
8421
8353
  "name": "reactionButton-selected-bgColor-hover",
8422
8354
  "attributes": {},
@@ -8505,6 +8437,23 @@
8505
8437
  "value": "#1f6feb",
8506
8438
  "type": "color"
8507
8439
  },
8440
+ "focus-outline": {
8441
+ "filePath": "src/tokens/functional/border/border.json5",
8442
+ "isSource": true,
8443
+ "original": {
8444
+ "$value": {
8445
+ "color": "{focus.outlineColor}",
8446
+ "style": "solid",
8447
+ "width": "2px"
8448
+ },
8449
+ "$type": "border"
8450
+ },
8451
+ "name": "focus-outline",
8452
+ "attributes": {},
8453
+ "path": ["focus", "outline"],
8454
+ "value": "2px solid #1f6feb",
8455
+ "type": "border"
8456
+ },
8508
8457
  "menu-bgColor-active": {
8509
8458
  "$extensions": {
8510
8459
  "org.primer.figma": {
@@ -12326,14 +12275,10 @@
12326
12275
  }
12327
12276
  }
12328
12277
  },
12329
- "mix": {
12330
- "color": "#1f6feb",
12331
- "weight": 0.35
12332
- },
12333
12278
  "filePath": "src/tokens/functional/color/dark/primitives-dark.json5",
12334
12279
  "isSource": true,
12335
12280
  "original": {
12336
- "$value": "{base.color.blue.3}",
12281
+ "$value": "#4493F8",
12337
12282
  "$type": "color",
12338
12283
  "$extensions": {
12339
12284
  "org.primer.figma": {
@@ -12344,10 +12289,6 @@
12344
12289
  "web": "var(--fgColor-accent) /* utility class: .color-fg-accent */"
12345
12290
  }
12346
12291
  }
12347
- },
12348
- "mix": {
12349
- "color": "{base.color.blue.5}",
12350
- "weight": 0.35
12351
12292
  }
12352
12293
  },
12353
12294
  "name": "fgColor-accent",
@@ -16128,21 +16069,447 @@
16128
16069
  "value": "0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966",
16129
16070
  "type": "shadow"
16130
16071
  },
16131
- "outline-focus": {
16132
- "filePath": "src/tokens/functional/border/dark.json5",
16072
+ "border-default": {
16073
+ "filePath": "src/tokens/functional/border/border.json5",
16133
16074
  "isSource": true,
16134
16075
  "original": {
16135
16076
  "$value": {
16136
- "color": "{focus.outlineColor}",
16077
+ "color": "{borderColor.default}",
16137
16078
  "style": "solid",
16138
- "width": "2px"
16079
+ "width": "{borderWidth.default}"
16080
+ },
16081
+ "$type": "border"
16082
+ },
16083
+ "name": "border-default",
16084
+ "attributes": {},
16085
+ "path": ["border", "default"],
16086
+ "value": "0.0625rem solid #3d444d",
16087
+ "type": "border"
16088
+ },
16089
+ "border-muted": {
16090
+ "filePath": "src/tokens/functional/border/border.json5",
16091
+ "isSource": true,
16092
+ "original": {
16093
+ "$value": {
16094
+ "color": "{borderColor.muted}",
16095
+ "style": "solid",
16096
+ "width": "{borderWidth.default}"
16097
+ },
16098
+ "$type": "border"
16099
+ },
16100
+ "name": "border-muted",
16101
+ "attributes": {},
16102
+ "path": ["border", "muted"],
16103
+ "value": "0.0625rem solid #3d444db3",
16104
+ "type": "border"
16105
+ },
16106
+ "border-emphasis": {
16107
+ "filePath": "src/tokens/functional/border/border.json5",
16108
+ "isSource": true,
16109
+ "original": {
16110
+ "$value": {
16111
+ "color": "{borderColor.emphasis}",
16112
+ "style": "solid",
16113
+ "width": "{borderWidth.default}"
16114
+ },
16115
+ "$type": "border"
16116
+ },
16117
+ "name": "border-emphasis",
16118
+ "attributes": {},
16119
+ "path": ["border", "emphasis"],
16120
+ "value": "0.0625rem solid #656c76",
16121
+ "type": "border"
16122
+ },
16123
+ "border-disabled": {
16124
+ "filePath": "src/tokens/functional/border/border.json5",
16125
+ "isSource": true,
16126
+ "original": {
16127
+ "$value": {
16128
+ "color": "{borderColor.disabled}",
16129
+ "style": "solid",
16130
+ "width": "{borderWidth.default}"
16131
+ },
16132
+ "$type": "border"
16133
+ },
16134
+ "name": "border-disabled",
16135
+ "attributes": {},
16136
+ "path": ["border", "disabled"],
16137
+ "value": "0.0625rem solid #656c761a",
16138
+ "type": "border"
16139
+ },
16140
+ "border-transparent": {
16141
+ "filePath": "src/tokens/functional/border/border.json5",
16142
+ "isSource": true,
16143
+ "original": {
16144
+ "$value": {
16145
+ "color": "{borderColor.transparent}",
16146
+ "style": "solid",
16147
+ "width": "{borderWidth.default}"
16148
+ },
16149
+ "$type": "border"
16150
+ },
16151
+ "name": "border-transparent",
16152
+ "attributes": {},
16153
+ "path": ["border", "transparent"],
16154
+ "value": "0.0625rem solid #00000000",
16155
+ "type": "border"
16156
+ },
16157
+ "border-neutral-emphasis": {
16158
+ "filePath": "src/tokens/functional/border/border.json5",
16159
+ "isSource": true,
16160
+ "original": {
16161
+ "$value": {
16162
+ "color": "{borderColor.neutral.emphasis}",
16163
+ "style": "solid",
16164
+ "width": "{borderWidth.default}"
16165
+ },
16166
+ "$type": "border"
16167
+ },
16168
+ "name": "border-neutral-emphasis",
16169
+ "attributes": {},
16170
+ "path": ["border", "neutral", "emphasis"],
16171
+ "value": "0.0625rem solid #656c76",
16172
+ "type": "border"
16173
+ },
16174
+ "border-neutral-muted": {
16175
+ "filePath": "src/tokens/functional/border/border.json5",
16176
+ "isSource": true,
16177
+ "original": {
16178
+ "$value": {
16179
+ "color": "{borderColor.neutral.muted}",
16180
+ "style": "solid",
16181
+ "width": "{borderWidth.default}"
16182
+ },
16183
+ "$type": "border"
16184
+ },
16185
+ "name": "border-neutral-muted",
16186
+ "attributes": {},
16187
+ "path": ["border", "neutral", "muted"],
16188
+ "value": "0.0625rem solid #3d444db3",
16189
+ "type": "border"
16190
+ },
16191
+ "border-accent-emphasis": {
16192
+ "filePath": "src/tokens/functional/border/border.json5",
16193
+ "isSource": true,
16194
+ "original": {
16195
+ "$value": {
16196
+ "color": "{borderColor.accent.emphasis}",
16197
+ "style": "solid",
16198
+ "width": "{borderWidth.default}"
16199
+ },
16200
+ "$type": "border"
16201
+ },
16202
+ "name": "border-accent-emphasis",
16203
+ "attributes": {},
16204
+ "path": ["border", "accent", "emphasis"],
16205
+ "value": "0.0625rem solid #1f6feb",
16206
+ "type": "border"
16207
+ },
16208
+ "border-accent-muted": {
16209
+ "filePath": "src/tokens/functional/border/border.json5",
16210
+ "isSource": true,
16211
+ "original": {
16212
+ "$value": {
16213
+ "color": "{borderColor.accent.muted}",
16214
+ "style": "solid",
16215
+ "width": "{borderWidth.default}"
16216
+ },
16217
+ "$type": "border"
16218
+ },
16219
+ "name": "border-accent-muted",
16220
+ "attributes": {},
16221
+ "path": ["border", "accent", "muted"],
16222
+ "value": "0.0625rem solid #388bfd66",
16223
+ "type": "border"
16224
+ },
16225
+ "border-success-emphasis": {
16226
+ "filePath": "src/tokens/functional/border/border.json5",
16227
+ "isSource": true,
16228
+ "original": {
16229
+ "$value": {
16230
+ "color": "{borderColor.success.emphasis}",
16231
+ "style": "solid",
16232
+ "width": "{borderWidth.default}"
16233
+ },
16234
+ "$type": "border"
16235
+ },
16236
+ "name": "border-success-emphasis",
16237
+ "attributes": {},
16238
+ "path": ["border", "success", "emphasis"],
16239
+ "value": "0.0625rem solid #238636",
16240
+ "type": "border"
16241
+ },
16242
+ "border-success-muted": {
16243
+ "filePath": "src/tokens/functional/border/border.json5",
16244
+ "isSource": true,
16245
+ "original": {
16246
+ "$value": {
16247
+ "color": "{borderColor.success.muted}",
16248
+ "style": "solid",
16249
+ "width": "{borderWidth.default}"
16250
+ },
16251
+ "$type": "border"
16252
+ },
16253
+ "name": "border-success-muted",
16254
+ "attributes": {},
16255
+ "path": ["border", "success", "muted"],
16256
+ "value": "0.0625rem solid #2ea04366",
16257
+ "type": "border"
16258
+ },
16259
+ "border-open-emphasis": {
16260
+ "filePath": "src/tokens/functional/border/border.json5",
16261
+ "isSource": true,
16262
+ "original": {
16263
+ "$value": "{border.success.emphasis}",
16264
+ "$type": "border"
16265
+ },
16266
+ "name": "border-open-emphasis",
16267
+ "attributes": {},
16268
+ "path": ["border", "open", "emphasis"],
16269
+ "value": "0.0625rem solid #238636",
16270
+ "type": "border"
16271
+ },
16272
+ "border-open-muted": {
16273
+ "filePath": "src/tokens/functional/border/border.json5",
16274
+ "isSource": true,
16275
+ "original": {
16276
+ "$value": "{border.success.muted}",
16277
+ "$type": "border"
16278
+ },
16279
+ "name": "border-open-muted",
16280
+ "attributes": {},
16281
+ "path": ["border", "open", "muted"],
16282
+ "value": "0.0625rem solid #2ea04366",
16283
+ "type": "border"
16284
+ },
16285
+ "border-danger-emphasis": {
16286
+ "filePath": "src/tokens/functional/border/border.json5",
16287
+ "isSource": true,
16288
+ "original": {
16289
+ "$value": {
16290
+ "color": "{borderColor.danger.emphasis}",
16291
+ "style": "solid",
16292
+ "width": "{borderWidth.default}"
16293
+ },
16294
+ "$type": "border"
16295
+ },
16296
+ "name": "border-danger-emphasis",
16297
+ "attributes": {},
16298
+ "path": ["border", "danger", "emphasis"],
16299
+ "value": "0.0625rem solid #da3633",
16300
+ "type": "border"
16301
+ },
16302
+ "border-danger-muted": {
16303
+ "filePath": "src/tokens/functional/border/border.json5",
16304
+ "isSource": true,
16305
+ "original": {
16306
+ "$value": {
16307
+ "color": "{borderColor.danger.muted}",
16308
+ "style": "solid",
16309
+ "width": "{borderWidth.default}"
16310
+ },
16311
+ "$type": "border"
16312
+ },
16313
+ "name": "border-danger-muted",
16314
+ "attributes": {},
16315
+ "path": ["border", "danger", "muted"],
16316
+ "value": "0.0625rem solid #f8514966",
16317
+ "type": "border"
16318
+ },
16319
+ "border-closed-emphasis": {
16320
+ "filePath": "src/tokens/functional/border/border.json5",
16321
+ "isSource": true,
16322
+ "original": {
16323
+ "$value": "{border.danger.emphasis}",
16324
+ "$type": "border"
16325
+ },
16326
+ "name": "border-closed-emphasis",
16327
+ "attributes": {},
16328
+ "path": ["border", "closed", "emphasis"],
16329
+ "value": "0.0625rem solid #da3633",
16330
+ "type": "border"
16331
+ },
16332
+ "border-closed-muted": {
16333
+ "filePath": "src/tokens/functional/border/border.json5",
16334
+ "isSource": true,
16335
+ "original": {
16336
+ "$value": "{border.danger.muted}",
16337
+ "$type": "border"
16338
+ },
16339
+ "name": "border-closed-muted",
16340
+ "attributes": {},
16341
+ "path": ["border", "closed", "muted"],
16342
+ "value": "0.0625rem solid #f8514966",
16343
+ "type": "border"
16344
+ },
16345
+ "border-attention-emphasis": {
16346
+ "filePath": "src/tokens/functional/border/border.json5",
16347
+ "isSource": true,
16348
+ "original": {
16349
+ "$value": {
16350
+ "color": "{borderColor.attention.emphasis}",
16351
+ "style": "solid",
16352
+ "width": "{borderWidth.default}"
16353
+ },
16354
+ "$type": "border"
16355
+ },
16356
+ "name": "border-attention-emphasis",
16357
+ "attributes": {},
16358
+ "path": ["border", "attention", "emphasis"],
16359
+ "value": "0.0625rem solid #9e6a03",
16360
+ "type": "border"
16361
+ },
16362
+ "border-attention-muted": {
16363
+ "filePath": "src/tokens/functional/border/border.json5",
16364
+ "isSource": true,
16365
+ "original": {
16366
+ "$value": {
16367
+ "color": "{borderColor.attention.muted}",
16368
+ "style": "solid",
16369
+ "width": "{borderWidth.default}"
16370
+ },
16371
+ "$type": "border"
16372
+ },
16373
+ "name": "border-attention-muted",
16374
+ "attributes": {},
16375
+ "path": ["border", "attention", "muted"],
16376
+ "value": "0.0625rem solid #bb800966",
16377
+ "type": "border"
16378
+ },
16379
+ "border-severe-emphasis": {
16380
+ "filePath": "src/tokens/functional/border/border.json5",
16381
+ "isSource": true,
16382
+ "original": {
16383
+ "$value": {
16384
+ "color": "{borderColor.severe.emphasis}",
16385
+ "style": "solid",
16386
+ "width": "{borderWidth.default}"
16387
+ },
16388
+ "$type": "border"
16389
+ },
16390
+ "name": "border-severe-emphasis",
16391
+ "attributes": {},
16392
+ "path": ["border", "severe", "emphasis"],
16393
+ "value": "0.0625rem solid #bd561d",
16394
+ "type": "border"
16395
+ },
16396
+ "border-severe-muted": {
16397
+ "filePath": "src/tokens/functional/border/border.json5",
16398
+ "isSource": true,
16399
+ "original": {
16400
+ "$value": {
16401
+ "color": "{borderColor.severe.muted}",
16402
+ "style": "solid",
16403
+ "width": "{borderWidth.default}"
16404
+ },
16405
+ "$type": "border"
16406
+ },
16407
+ "name": "border-severe-muted",
16408
+ "attributes": {},
16409
+ "path": ["border", "severe", "muted"],
16410
+ "value": "0.0625rem solid #db6d2866",
16411
+ "type": "border"
16412
+ },
16413
+ "border-done-emphasis": {
16414
+ "filePath": "src/tokens/functional/border/border.json5",
16415
+ "isSource": true,
16416
+ "original": {
16417
+ "$value": {
16418
+ "color": "{borderColor.done.emphasis}",
16419
+ "style": "solid",
16420
+ "width": "{borderWidth.default}"
16421
+ },
16422
+ "$type": "border"
16423
+ },
16424
+ "name": "border-done-emphasis",
16425
+ "attributes": {},
16426
+ "path": ["border", "done", "emphasis"],
16427
+ "value": "0.0625rem solid #8957e5",
16428
+ "type": "border"
16429
+ },
16430
+ "border-done-muted": {
16431
+ "filePath": "src/tokens/functional/border/border.json5",
16432
+ "isSource": true,
16433
+ "original": {
16434
+ "$value": {
16435
+ "color": "{borderColor.done.muted}",
16436
+ "style": "solid",
16437
+ "width": "{borderWidth.default}"
16438
+ },
16439
+ "$type": "border"
16440
+ },
16441
+ "name": "border-done-muted",
16442
+ "attributes": {},
16443
+ "path": ["border", "done", "muted"],
16444
+ "value": "0.0625rem solid #ab7df866",
16445
+ "type": "border"
16446
+ },
16447
+ "border-upsell-emphasis": {
16448
+ "filePath": "src/tokens/functional/border/border.json5",
16449
+ "isSource": true,
16450
+ "original": {
16451
+ "$value": {
16452
+ "color": "{borderColor.upsell.emphasis}",
16453
+ "style": "solid",
16454
+ "width": "{borderWidth.default}"
16455
+ },
16456
+ "$type": "border"
16457
+ },
16458
+ "name": "border-upsell-emphasis",
16459
+ "attributes": {},
16460
+ "path": ["border", "upsell", "emphasis"],
16461
+ "value": "0.0625rem solid #8957e5",
16462
+ "type": "border"
16463
+ },
16464
+ "border-upsell-muted": {
16465
+ "filePath": "src/tokens/functional/border/border.json5",
16466
+ "isSource": true,
16467
+ "original": {
16468
+ "$value": {
16469
+ "color": "{borderColor.upsell.muted}",
16470
+ "style": "solid",
16471
+ "width": "{borderWidth.default}"
16472
+ },
16473
+ "$type": "border"
16474
+ },
16475
+ "name": "border-upsell-muted",
16476
+ "attributes": {},
16477
+ "path": ["border", "upsell", "muted"],
16478
+ "value": "0.0625rem solid #ab7df866",
16479
+ "type": "border"
16480
+ },
16481
+ "border-sponsors-emphasis": {
16482
+ "filePath": "src/tokens/functional/border/border.json5",
16483
+ "isSource": true,
16484
+ "original": {
16485
+ "$value": {
16486
+ "color": "{borderColor.sponsors.emphasis}",
16487
+ "style": "solid",
16488
+ "width": "{borderWidth.default}"
16489
+ },
16490
+ "$type": "border"
16491
+ },
16492
+ "name": "border-sponsors-emphasis",
16493
+ "attributes": {},
16494
+ "path": ["border", "sponsors", "emphasis"],
16495
+ "value": "0.0625rem solid #bf4b8a",
16496
+ "type": "border"
16497
+ },
16498
+ "border-sponsors-muted": {
16499
+ "filePath": "src/tokens/functional/border/border.json5",
16500
+ "isSource": true,
16501
+ "original": {
16502
+ "$value": {
16503
+ "color": "{borderColor.sponsors.muted}",
16504
+ "style": "solid",
16505
+ "width": "{borderWidth.default}"
16139
16506
  },
16140
16507
  "$type": "border"
16141
16508
  },
16142
- "name": "outline-focus",
16509
+ "name": "border-sponsors-muted",
16143
16510
  "attributes": {},
16144
- "path": ["outline", "focus"],
16145
- "value": "#1f6feb solid 2px",
16511
+ "path": ["border", "sponsors", "muted"],
16512
+ "value": "0.0625rem solid #db61a266",
16146
16513
  "type": "border"
16147
16514
  }
16148
16515
  }