@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
@@ -5370,14 +5370,10 @@
5370
5370
  "scopes": ["bgColor"]
5371
5371
  }
5372
5372
  },
5373
- "mix": {
5374
- "color": "#033d8b",
5375
- "weight": 0.2
5376
- },
5377
5373
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
5378
5374
  "isSource": true,
5379
5375
  "original": {
5380
- "$value": "{bgColor.accent.emphasis}",
5376
+ "$value": "#0860ca",
5381
5377
  "$type": "color",
5382
5378
  "$extensions": {
5383
5379
  "org.primer.figma": {
@@ -5385,10 +5381,6 @@
5385
5381
  "group": "component",
5386
5382
  "scopes": ["bgColor"]
5387
5383
  }
5388
- },
5389
- "mix": {
5390
- "color": "{base.color.blue.7}",
5391
- "weight": 0.2
5392
5384
  }
5393
5385
  },
5394
5386
  "name": "control-checked-bgColor-hover",
@@ -5405,14 +5397,10 @@
5405
5397
  "scopes": ["bgColor"]
5406
5398
  }
5407
5399
  },
5408
- "mix": {
5409
- "color": "#033d8b",
5410
- "weight": 0.4
5411
- },
5412
5400
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
5413
5401
  "isSource": true,
5414
5402
  "original": {
5415
- "$value": "{bgColor.accent.emphasis}",
5403
+ "$value": "#0757ba",
5416
5404
  "$type": "color",
5417
5405
  "$extensions": {
5418
5406
  "org.primer.figma": {
@@ -5420,10 +5408,6 @@
5420
5408
  "group": "component",
5421
5409
  "scopes": ["bgColor"]
5422
5410
  }
5423
- },
5424
- "mix": {
5425
- "color": "{base.color.blue.7}",
5426
- "weight": 0.4
5427
5411
  }
5428
5412
  },
5429
5413
  "name": "control-checked-bgColor-active",
@@ -6491,14 +6475,10 @@
6491
6475
  "scopes": ["bgColor"]
6492
6476
  }
6493
6477
  },
6494
- "mix": {
6495
- "color": "#116329",
6496
- "weight": 0.2
6497
- },
6498
6478
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
6499
6479
  "isSource": true,
6500
6480
  "original": {
6501
- "$value": "{bgColor.success.emphasis}",
6481
+ "$value": "#1c8139",
6502
6482
  "$type": "color",
6503
6483
  "$extensions": {
6504
6484
  "org.primer.figma": {
@@ -6506,10 +6486,6 @@
6506
6486
  "group": "component (internal)",
6507
6487
  "scopes": ["bgColor"]
6508
6488
  }
6509
- },
6510
- "mix": {
6511
- "color": "{base.color.green.6}",
6512
- "weight": 0.2
6513
6489
  }
6514
6490
  },
6515
6491
  "name": "button-primary-bgColor-hover",
@@ -6526,14 +6502,10 @@
6526
6502
  "scopes": ["bgColor"]
6527
6503
  }
6528
6504
  },
6529
- "mix": {
6530
- "color": "#116329",
6531
- "weight": 0.4
6532
- },
6533
6505
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
6534
6506
  "isSource": true,
6535
6507
  "original": {
6536
- "$value": "{bgColor.success.emphasis}",
6508
+ "$value": "#197935",
6537
6509
  "$type": "color",
6538
6510
  "$extensions": {
6539
6511
  "org.primer.figma": {
@@ -6541,10 +6513,6 @@
6541
6513
  "group": "component (internal)",
6542
6514
  "scopes": ["bgColor"]
6543
6515
  }
6544
- },
6545
- "mix": {
6546
- "color": "{base.color.green.6}",
6547
- "weight": 0.4
6548
6516
  }
6549
6517
  },
6550
6518
  "name": "button-primary-bgColor-active",
@@ -6561,14 +6529,10 @@
6561
6529
  "scopes": ["bgColor"]
6562
6530
  }
6563
6531
  },
6564
- "mix": {
6565
- "color": "#dafbe1",
6566
- "weight": 0.6
6567
- },
6568
6532
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
6569
6533
  "isSource": true,
6570
6534
  "original": {
6571
- "$value": "{base.color.green.4}",
6535
+ "$value": "#95d8a6",
6572
6536
  "$type": "color",
6573
6537
  "$extensions": {
6574
6538
  "org.primer.figma": {
@@ -6576,10 +6540,6 @@
6576
6540
  "group": "component (internal)",
6577
6541
  "scopes": ["bgColor"]
6578
6542
  }
6579
- },
6580
- "mix": {
6581
- "color": "{base.color.green.0}",
6582
- "weight": 0.6
6583
6543
  }
6584
6544
  },
6585
6545
  "name": "button-primary-bgColor-disabled",
@@ -7014,7 +6974,7 @@
7014
6974
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7015
6975
  "isSource": true,
7016
6976
  "original": {
7017
- "$value": "{control.transparent.bgColor.disabled}",
6977
+ "$value": "{base.color.transparent}",
7018
6978
  "$type": "color",
7019
6979
  "$extensions": {
7020
6980
  "org.primer.figma": {
@@ -7027,7 +6987,7 @@
7027
6987
  "name": "button-invisible-bgColor-disabled",
7028
6988
  "attributes": {},
7029
6989
  "path": ["button", "invisible", "bgColor", "disabled"],
7030
- "value": "#eff2f5",
6990
+ "value": "#ffffff00",
7031
6991
  "type": "color"
7032
6992
  },
7033
6993
  "button-invisible-borderColor-rest": {
@@ -7095,7 +7055,7 @@
7095
7055
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7096
7056
  "isSource": true,
7097
7057
  "original": {
7098
- "$value": "{control.borderColor.disabled}",
7058
+ "$value": "{base.color.transparent}",
7099
7059
  "$type": "color",
7100
7060
  "$extensions": {
7101
7061
  "org.primer.figma": {
@@ -7108,7 +7068,7 @@
7108
7068
  "name": "button-invisible-borderColor-disabled",
7109
7069
  "attributes": {},
7110
7070
  "path": ["button", "invisible", "borderColor", "disabled"],
7111
- "value": "#818b981a",
7071
+ "value": "#ffffff00",
7112
7072
  "type": "color"
7113
7073
  },
7114
7074
  "button-outline-fgColor-rest": {
@@ -7283,14 +7243,10 @@
7283
7243
  "scopes": ["bgColor"]
7284
7244
  }
7285
7245
  },
7286
- "mix": {
7287
- "color": "#033d8b",
7288
- "weight": 0.4
7289
- },
7290
7246
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7291
7247
  "isSource": true,
7292
7248
  "original": {
7293
- "$value": "{bgColor.accent.emphasis}",
7249
+ "$value": "#0757ba",
7294
7250
  "$type": "color",
7295
7251
  "$extensions": {
7296
7252
  "org.primer.figma": {
@@ -7298,10 +7254,6 @@
7298
7254
  "group": "component (internal)",
7299
7255
  "scopes": ["bgColor"]
7300
7256
  }
7301
- },
7302
- "mix": {
7303
- "color": "{base.color.blue.7}",
7304
- "weight": 0.4
7305
7257
  }
7306
7258
  },
7307
7259
  "name": "button-outline-bgColor-active",
@@ -7652,14 +7604,10 @@
7652
7604
  "scopes": ["bgColor"]
7653
7605
  }
7654
7606
  },
7655
- "mix": {
7656
- "color": "#660018",
7657
- "weight": 0.4
7658
- },
7659
7607
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7660
7608
  "isSource": true,
7661
7609
  "original": {
7662
- "$value": "{base.color.red.6}",
7610
+ "$value": "#8b0820",
7663
7611
  "$type": "color",
7664
7612
  "$extensions": {
7665
7613
  "org.primer.figma": {
@@ -7667,10 +7615,6 @@
7667
7615
  "group": "component (internal)",
7668
7616
  "scopes": ["bgColor"]
7669
7617
  }
7670
- },
7671
- "mix": {
7672
- "color": "{base.color.red.8}",
7673
- "weight": 0.4
7674
7618
  }
7675
7619
  },
7676
7620
  "name": "button-danger-bgColor-active",
@@ -8251,14 +8195,10 @@
8251
8195
  "scopes": ["fgColor"]
8252
8196
  }
8253
8197
  },
8254
- "mix": {
8255
- "color": "#a40e26",
8256
- "weight": 0.3
8257
- },
8258
8198
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8259
8199
  "isSource": true,
8260
8200
  "original": {
8261
- "$value": "{base.color.red.5}",
8201
+ "$value": "#c21c2c",
8262
8202
  "$type": "color",
8263
8203
  "$extensions": {
8264
8204
  "org.primer.figma": {
@@ -8266,10 +8206,6 @@
8266
8206
  "group": "component (internal)",
8267
8207
  "scopes": ["fgColor"]
8268
8208
  }
8269
- },
8270
- "mix": {
8271
- "color": "{base.color.red.6}",
8272
- "weight": 0.3
8273
8209
  }
8274
8210
  },
8275
8211
  "name": "buttonCounter-danger-fgColor-rest",
@@ -8369,14 +8305,10 @@
8369
8305
  "scopes": ["bgColor"]
8370
8306
  }
8371
8307
  },
8372
- "mix": {
8373
- "color": "#80ccff",
8374
- "weight": 0.2
8375
- },
8376
8308
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8377
8309
  "isSource": true,
8378
8310
  "original": {
8379
- "$value": "{reactionButton.selected.bgColor.rest}",
8311
+ "$value": "#caecff",
8380
8312
  "$type": "color",
8381
8313
  "$extensions": {
8382
8314
  "org.primer.figma": {
@@ -8384,10 +8316,6 @@
8384
8316
  "group": "component (internal)",
8385
8317
  "scopes": ["bgColor"]
8386
8318
  }
8387
- },
8388
- "mix": {
8389
- "color": "{base.color.blue.2}",
8390
- "weight": 0.2
8391
8319
  }
8392
8320
  },
8393
8321
  "name": "reactionButton-selected-bgColor-hover",
@@ -8478,7 +8406,7 @@
8478
8406
  "type": "color"
8479
8407
  },
8480
8408
  "focus-outline": {
8481
- "filePath": "src/tokens/functional/border/light.json5",
8409
+ "filePath": "src/tokens/functional/border/border.json5",
8482
8410
  "isSource": true,
8483
8411
  "original": {
8484
8412
  "$value": {
@@ -8491,7 +8419,7 @@
8491
8419
  "name": "focus-outline",
8492
8420
  "attributes": {},
8493
8421
  "path": ["focus", "outline"],
8494
- "value": "#0969da solid 2px",
8422
+ "value": "2px solid #0969da",
8495
8423
  "type": "border"
8496
8424
  },
8497
8425
  "menu-bgColor-active": {
@@ -12480,14 +12408,10 @@
12480
12408
  }
12481
12409
  }
12482
12410
  },
12483
- "mix": {
12484
- "color": "#fa4549",
12485
- "weight": 0.05
12486
- },
12487
12411
  "filePath": "src/tokens/functional/color/light/primitives-light.json5",
12488
12412
  "isSource": true,
12489
12413
  "original": {
12490
- "$value": "{base.color.red.5}",
12414
+ "$value": "#d1242f",
12491
12415
  "$type": "color",
12492
12416
  "$extensions": {
12493
12417
  "org.primer.figma": {
@@ -12498,10 +12422,6 @@
12498
12422
  "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */"
12499
12423
  }
12500
12424
  }
12501
- },
12502
- "mix": {
12503
- "color": "{base.color.red.4}",
12504
- "weight": 0.05
12505
12425
  }
12506
12426
  },
12507
12427
  "name": "fgColor-danger",
@@ -13081,14 +13001,10 @@
13081
13001
  }
13082
13002
  }
13083
13003
  },
13084
- "mix": {
13085
- "color": "#1a7f37",
13086
- "weight": 0.75
13087
- },
13088
13004
  "filePath": "src/tokens/functional/color/light/primitives-light.json5",
13089
13005
  "isSource": true,
13090
13006
  "original": {
13091
- "$value": "{base.color.green.4}",
13007
+ "$value": "#1f883d",
13092
13008
  "$type": "color",
13093
13009
  "$extensions": {
13094
13010
  "org.primer.figma": {
@@ -13099,10 +13015,6 @@
13099
13015
  "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */"
13100
13016
  }
13101
13017
  }
13102
- },
13103
- "mix": {
13104
- "color": "{base.color.green.5}",
13105
- "weight": 0.75
13106
13018
  }
13107
13019
  },
13108
13020
  "name": "bgColor-success-emphasis",
@@ -16092,5 +16004,448 @@
16092
16004
  "path": ["shadow", "floating", "legacy"],
16093
16005
  "value": "0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f",
16094
16006
  "type": "shadow"
16007
+ },
16008
+ "border-default": {
16009
+ "filePath": "src/tokens/functional/border/border.json5",
16010
+ "isSource": true,
16011
+ "original": {
16012
+ "$value": {
16013
+ "color": "{borderColor.default}",
16014
+ "style": "solid",
16015
+ "width": "{borderWidth.default}"
16016
+ },
16017
+ "$type": "border"
16018
+ },
16019
+ "name": "border-default",
16020
+ "attributes": {},
16021
+ "path": ["border", "default"],
16022
+ "value": "0.0625rem solid #d1d9e0",
16023
+ "type": "border"
16024
+ },
16025
+ "border-muted": {
16026
+ "filePath": "src/tokens/functional/border/border.json5",
16027
+ "isSource": true,
16028
+ "original": {
16029
+ "$value": {
16030
+ "color": "{borderColor.muted}",
16031
+ "style": "solid",
16032
+ "width": "{borderWidth.default}"
16033
+ },
16034
+ "$type": "border"
16035
+ },
16036
+ "name": "border-muted",
16037
+ "attributes": {},
16038
+ "path": ["border", "muted"],
16039
+ "value": "0.0625rem solid #d1d9e0b3",
16040
+ "type": "border"
16041
+ },
16042
+ "border-emphasis": {
16043
+ "filePath": "src/tokens/functional/border/border.json5",
16044
+ "isSource": true,
16045
+ "original": {
16046
+ "$value": {
16047
+ "color": "{borderColor.emphasis}",
16048
+ "style": "solid",
16049
+ "width": "{borderWidth.default}"
16050
+ },
16051
+ "$type": "border"
16052
+ },
16053
+ "name": "border-emphasis",
16054
+ "attributes": {},
16055
+ "path": ["border", "emphasis"],
16056
+ "value": "0.0625rem solid #818b98",
16057
+ "type": "border"
16058
+ },
16059
+ "border-disabled": {
16060
+ "filePath": "src/tokens/functional/border/border.json5",
16061
+ "isSource": true,
16062
+ "original": {
16063
+ "$value": {
16064
+ "color": "{borderColor.disabled}",
16065
+ "style": "solid",
16066
+ "width": "{borderWidth.default}"
16067
+ },
16068
+ "$type": "border"
16069
+ },
16070
+ "name": "border-disabled",
16071
+ "attributes": {},
16072
+ "path": ["border", "disabled"],
16073
+ "value": "0.0625rem solid #818b981a",
16074
+ "type": "border"
16075
+ },
16076
+ "border-transparent": {
16077
+ "filePath": "src/tokens/functional/border/border.json5",
16078
+ "isSource": true,
16079
+ "original": {
16080
+ "$value": {
16081
+ "color": "{borderColor.transparent}",
16082
+ "style": "solid",
16083
+ "width": "{borderWidth.default}"
16084
+ },
16085
+ "$type": "border"
16086
+ },
16087
+ "name": "border-transparent",
16088
+ "attributes": {},
16089
+ "path": ["border", "transparent"],
16090
+ "value": "0.0625rem solid #ffffff00",
16091
+ "type": "border"
16092
+ },
16093
+ "border-neutral-emphasis": {
16094
+ "filePath": "src/tokens/functional/border/border.json5",
16095
+ "isSource": true,
16096
+ "original": {
16097
+ "$value": {
16098
+ "color": "{borderColor.neutral.emphasis}",
16099
+ "style": "solid",
16100
+ "width": "{borderWidth.default}"
16101
+ },
16102
+ "$type": "border"
16103
+ },
16104
+ "name": "border-neutral-emphasis",
16105
+ "attributes": {},
16106
+ "path": ["border", "neutral", "emphasis"],
16107
+ "value": "0.0625rem solid #59636e",
16108
+ "type": "border"
16109
+ },
16110
+ "border-neutral-muted": {
16111
+ "filePath": "src/tokens/functional/border/border.json5",
16112
+ "isSource": true,
16113
+ "original": {
16114
+ "$value": {
16115
+ "color": "{borderColor.neutral.muted}",
16116
+ "style": "solid",
16117
+ "width": "{borderWidth.default}"
16118
+ },
16119
+ "$type": "border"
16120
+ },
16121
+ "name": "border-neutral-muted",
16122
+ "attributes": {},
16123
+ "path": ["border", "neutral", "muted"],
16124
+ "value": "0.0625rem solid #d1d9e0b3",
16125
+ "type": "border"
16126
+ },
16127
+ "border-accent-emphasis": {
16128
+ "filePath": "src/tokens/functional/border/border.json5",
16129
+ "isSource": true,
16130
+ "original": {
16131
+ "$value": {
16132
+ "color": "{borderColor.accent.emphasis}",
16133
+ "style": "solid",
16134
+ "width": "{borderWidth.default}"
16135
+ },
16136
+ "$type": "border"
16137
+ },
16138
+ "name": "border-accent-emphasis",
16139
+ "attributes": {},
16140
+ "path": ["border", "accent", "emphasis"],
16141
+ "value": "0.0625rem solid #0969da",
16142
+ "type": "border"
16143
+ },
16144
+ "border-accent-muted": {
16145
+ "filePath": "src/tokens/functional/border/border.json5",
16146
+ "isSource": true,
16147
+ "original": {
16148
+ "$value": {
16149
+ "color": "{borderColor.accent.muted}",
16150
+ "style": "solid",
16151
+ "width": "{borderWidth.default}"
16152
+ },
16153
+ "$type": "border"
16154
+ },
16155
+ "name": "border-accent-muted",
16156
+ "attributes": {},
16157
+ "path": ["border", "accent", "muted"],
16158
+ "value": "0.0625rem solid #54aeff66",
16159
+ "type": "border"
16160
+ },
16161
+ "border-success-emphasis": {
16162
+ "filePath": "src/tokens/functional/border/border.json5",
16163
+ "isSource": true,
16164
+ "original": {
16165
+ "$value": {
16166
+ "color": "{borderColor.success.emphasis}",
16167
+ "style": "solid",
16168
+ "width": "{borderWidth.default}"
16169
+ },
16170
+ "$type": "border"
16171
+ },
16172
+ "name": "border-success-emphasis",
16173
+ "attributes": {},
16174
+ "path": ["border", "success", "emphasis"],
16175
+ "value": "0.0625rem solid #1a7f37",
16176
+ "type": "border"
16177
+ },
16178
+ "border-success-muted": {
16179
+ "filePath": "src/tokens/functional/border/border.json5",
16180
+ "isSource": true,
16181
+ "original": {
16182
+ "$value": {
16183
+ "color": "{borderColor.success.muted}",
16184
+ "style": "solid",
16185
+ "width": "{borderWidth.default}"
16186
+ },
16187
+ "$type": "border"
16188
+ },
16189
+ "name": "border-success-muted",
16190
+ "attributes": {},
16191
+ "path": ["border", "success", "muted"],
16192
+ "value": "0.0625rem solid #4ac26b66",
16193
+ "type": "border"
16194
+ },
16195
+ "border-open-emphasis": {
16196
+ "filePath": "src/tokens/functional/border/border.json5",
16197
+ "isSource": true,
16198
+ "original": {
16199
+ "$value": "{border.success.emphasis}",
16200
+ "$type": "border"
16201
+ },
16202
+ "name": "border-open-emphasis",
16203
+ "attributes": {},
16204
+ "path": ["border", "open", "emphasis"],
16205
+ "value": "0.0625rem solid #1a7f37",
16206
+ "type": "border"
16207
+ },
16208
+ "border-open-muted": {
16209
+ "filePath": "src/tokens/functional/border/border.json5",
16210
+ "isSource": true,
16211
+ "original": {
16212
+ "$value": "{border.success.muted}",
16213
+ "$type": "border"
16214
+ },
16215
+ "name": "border-open-muted",
16216
+ "attributes": {},
16217
+ "path": ["border", "open", "muted"],
16218
+ "value": "0.0625rem solid #4ac26b66",
16219
+ "type": "border"
16220
+ },
16221
+ "border-danger-emphasis": {
16222
+ "filePath": "src/tokens/functional/border/border.json5",
16223
+ "isSource": true,
16224
+ "original": {
16225
+ "$value": {
16226
+ "color": "{borderColor.danger.emphasis}",
16227
+ "style": "solid",
16228
+ "width": "{borderWidth.default}"
16229
+ },
16230
+ "$type": "border"
16231
+ },
16232
+ "name": "border-danger-emphasis",
16233
+ "attributes": {},
16234
+ "path": ["border", "danger", "emphasis"],
16235
+ "value": "0.0625rem solid #cf222e",
16236
+ "type": "border"
16237
+ },
16238
+ "border-danger-muted": {
16239
+ "filePath": "src/tokens/functional/border/border.json5",
16240
+ "isSource": true,
16241
+ "original": {
16242
+ "$value": {
16243
+ "color": "{borderColor.danger.muted}",
16244
+ "style": "solid",
16245
+ "width": "{borderWidth.default}"
16246
+ },
16247
+ "$type": "border"
16248
+ },
16249
+ "name": "border-danger-muted",
16250
+ "attributes": {},
16251
+ "path": ["border", "danger", "muted"],
16252
+ "value": "0.0625rem solid #ff818266",
16253
+ "type": "border"
16254
+ },
16255
+ "border-closed-emphasis": {
16256
+ "filePath": "src/tokens/functional/border/border.json5",
16257
+ "isSource": true,
16258
+ "original": {
16259
+ "$value": "{border.danger.emphasis}",
16260
+ "$type": "border"
16261
+ },
16262
+ "name": "border-closed-emphasis",
16263
+ "attributes": {},
16264
+ "path": ["border", "closed", "emphasis"],
16265
+ "value": "0.0625rem solid #cf222e",
16266
+ "type": "border"
16267
+ },
16268
+ "border-closed-muted": {
16269
+ "filePath": "src/tokens/functional/border/border.json5",
16270
+ "isSource": true,
16271
+ "original": {
16272
+ "$value": "{border.danger.muted}",
16273
+ "$type": "border"
16274
+ },
16275
+ "name": "border-closed-muted",
16276
+ "attributes": {},
16277
+ "path": ["border", "closed", "muted"],
16278
+ "value": "0.0625rem solid #ff818266",
16279
+ "type": "border"
16280
+ },
16281
+ "border-attention-emphasis": {
16282
+ "filePath": "src/tokens/functional/border/border.json5",
16283
+ "isSource": true,
16284
+ "original": {
16285
+ "$value": {
16286
+ "color": "{borderColor.attention.emphasis}",
16287
+ "style": "solid",
16288
+ "width": "{borderWidth.default}"
16289
+ },
16290
+ "$type": "border"
16291
+ },
16292
+ "name": "border-attention-emphasis",
16293
+ "attributes": {},
16294
+ "path": ["border", "attention", "emphasis"],
16295
+ "value": "0.0625rem solid #9a6700",
16296
+ "type": "border"
16297
+ },
16298
+ "border-attention-muted": {
16299
+ "filePath": "src/tokens/functional/border/border.json5",
16300
+ "isSource": true,
16301
+ "original": {
16302
+ "$value": {
16303
+ "color": "{borderColor.attention.muted}",
16304
+ "style": "solid",
16305
+ "width": "{borderWidth.default}"
16306
+ },
16307
+ "$type": "border"
16308
+ },
16309
+ "name": "border-attention-muted",
16310
+ "attributes": {},
16311
+ "path": ["border", "attention", "muted"],
16312
+ "value": "0.0625rem solid #d4a72c66",
16313
+ "type": "border"
16314
+ },
16315
+ "border-severe-emphasis": {
16316
+ "filePath": "src/tokens/functional/border/border.json5",
16317
+ "isSource": true,
16318
+ "original": {
16319
+ "$value": {
16320
+ "color": "{borderColor.severe.emphasis}",
16321
+ "style": "solid",
16322
+ "width": "{borderWidth.default}"
16323
+ },
16324
+ "$type": "border"
16325
+ },
16326
+ "name": "border-severe-emphasis",
16327
+ "attributes": {},
16328
+ "path": ["border", "severe", "emphasis"],
16329
+ "value": "0.0625rem solid #bc4c00",
16330
+ "type": "border"
16331
+ },
16332
+ "border-severe-muted": {
16333
+ "filePath": "src/tokens/functional/border/border.json5",
16334
+ "isSource": true,
16335
+ "original": {
16336
+ "$value": {
16337
+ "color": "{borderColor.severe.muted}",
16338
+ "style": "solid",
16339
+ "width": "{borderWidth.default}"
16340
+ },
16341
+ "$type": "border"
16342
+ },
16343
+ "name": "border-severe-muted",
16344
+ "attributes": {},
16345
+ "path": ["border", "severe", "muted"],
16346
+ "value": "0.0625rem solid #fb8f4466",
16347
+ "type": "border"
16348
+ },
16349
+ "border-done-emphasis": {
16350
+ "filePath": "src/tokens/functional/border/border.json5",
16351
+ "isSource": true,
16352
+ "original": {
16353
+ "$value": {
16354
+ "color": "{borderColor.done.emphasis}",
16355
+ "style": "solid",
16356
+ "width": "{borderWidth.default}"
16357
+ },
16358
+ "$type": "border"
16359
+ },
16360
+ "name": "border-done-emphasis",
16361
+ "attributes": {},
16362
+ "path": ["border", "done", "emphasis"],
16363
+ "value": "0.0625rem solid #8250df",
16364
+ "type": "border"
16365
+ },
16366
+ "border-done-muted": {
16367
+ "filePath": "src/tokens/functional/border/border.json5",
16368
+ "isSource": true,
16369
+ "original": {
16370
+ "$value": {
16371
+ "color": "{borderColor.done.muted}",
16372
+ "style": "solid",
16373
+ "width": "{borderWidth.default}"
16374
+ },
16375
+ "$type": "border"
16376
+ },
16377
+ "name": "border-done-muted",
16378
+ "attributes": {},
16379
+ "path": ["border", "done", "muted"],
16380
+ "value": "0.0625rem solid #c297ff66",
16381
+ "type": "border"
16382
+ },
16383
+ "border-upsell-emphasis": {
16384
+ "filePath": "src/tokens/functional/border/border.json5",
16385
+ "isSource": true,
16386
+ "original": {
16387
+ "$value": {
16388
+ "color": "{borderColor.upsell.emphasis}",
16389
+ "style": "solid",
16390
+ "width": "{borderWidth.default}"
16391
+ },
16392
+ "$type": "border"
16393
+ },
16394
+ "name": "border-upsell-emphasis",
16395
+ "attributes": {},
16396
+ "path": ["border", "upsell", "emphasis"],
16397
+ "value": "0.0625rem solid #8250df",
16398
+ "type": "border"
16399
+ },
16400
+ "border-upsell-muted": {
16401
+ "filePath": "src/tokens/functional/border/border.json5",
16402
+ "isSource": true,
16403
+ "original": {
16404
+ "$value": {
16405
+ "color": "{borderColor.upsell.muted}",
16406
+ "style": "solid",
16407
+ "width": "{borderWidth.default}"
16408
+ },
16409
+ "$type": "border"
16410
+ },
16411
+ "name": "border-upsell-muted",
16412
+ "attributes": {},
16413
+ "path": ["border", "upsell", "muted"],
16414
+ "value": "0.0625rem solid #c297ff66",
16415
+ "type": "border"
16416
+ },
16417
+ "border-sponsors-emphasis": {
16418
+ "filePath": "src/tokens/functional/border/border.json5",
16419
+ "isSource": true,
16420
+ "original": {
16421
+ "$value": {
16422
+ "color": "{borderColor.sponsors.emphasis}",
16423
+ "style": "solid",
16424
+ "width": "{borderWidth.default}"
16425
+ },
16426
+ "$type": "border"
16427
+ },
16428
+ "name": "border-sponsors-emphasis",
16429
+ "attributes": {},
16430
+ "path": ["border", "sponsors", "emphasis"],
16431
+ "value": "0.0625rem solid #bf3989",
16432
+ "type": "border"
16433
+ },
16434
+ "border-sponsors-muted": {
16435
+ "filePath": "src/tokens/functional/border/border.json5",
16436
+ "isSource": true,
16437
+ "original": {
16438
+ "$value": {
16439
+ "color": "{borderColor.sponsors.muted}",
16440
+ "style": "solid",
16441
+ "width": "{borderWidth.default}"
16442
+ },
16443
+ "$type": "border"
16444
+ },
16445
+ "name": "border-sponsors-muted",
16446
+ "attributes": {},
16447
+ "path": ["border", "sponsors", "muted"],
16448
+ "value": "0.0625rem solid #ff80c866",
16449
+ "type": "border"
16095
16450
  }
16096
16451
  }