@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
@@ -5274,14 +5274,10 @@
5274
5274
  "scopes": ["bgColor"]
5275
5275
  }
5276
5276
  },
5277
- "mix": {
5278
- "color": "#033d8b",
5279
- "weight": 0.2
5280
- },
5281
5277
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
5282
5278
  "isSource": true,
5283
5279
  "original": {
5284
- "$value": "{bgColor.accent.emphasis}",
5280
+ "$value": "#0860ca",
5285
5281
  "$type": "color",
5286
5282
  "$extensions": {
5287
5283
  "org.primer.figma": {
@@ -5289,10 +5285,6 @@
5289
5285
  "group": "component",
5290
5286
  "scopes": ["bgColor"]
5291
5287
  }
5292
- },
5293
- "mix": {
5294
- "color": "{base.color.blue.7}",
5295
- "weight": 0.2
5296
5288
  }
5297
5289
  },
5298
5290
  "name": "control-checked-bgColor-hover",
@@ -5309,14 +5301,10 @@
5309
5301
  "scopes": ["bgColor"]
5310
5302
  }
5311
5303
  },
5312
- "mix": {
5313
- "color": "#033d8b",
5314
- "weight": 0.4
5315
- },
5316
5304
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
5317
5305
  "isSource": true,
5318
5306
  "original": {
5319
- "$value": "{bgColor.accent.emphasis}",
5307
+ "$value": "#0757ba",
5320
5308
  "$type": "color",
5321
5309
  "$extensions": {
5322
5310
  "org.primer.figma": {
@@ -5324,10 +5312,6 @@
5324
5312
  "group": "component",
5325
5313
  "scopes": ["bgColor"]
5326
5314
  }
5327
- },
5328
- "mix": {
5329
- "color": "{base.color.blue.7}",
5330
- "weight": 0.4
5331
5315
  }
5332
5316
  },
5333
5317
  "name": "control-checked-bgColor-active",
@@ -6388,19 +6372,11 @@
6388
6372
  "button-primary-bgColor-hover": {
6389
6373
  "$value": "#0864d1",
6390
6374
  "$type": "color",
6391
- "mix": {
6392
- "color": "#0550ae",
6393
- "weight": 0.2
6394
- },
6395
6375
  "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
6396
6376
  "isSource": true,
6397
6377
  "original": {
6398
- "$value": "{bgColor.success.emphasis}",
6399
- "$type": "color",
6400
- "mix": {
6401
- "color": "{base.color.blue.6}",
6402
- "weight": 0.2
6403
- }
6378
+ "$value": "#0864d1",
6379
+ "$type": "color"
6404
6380
  },
6405
6381
  "name": "button-primary-bgColor-hover",
6406
6382
  "attributes": {},
@@ -6409,19 +6385,11 @@
6409
6385
  "button-primary-bgColor-active": {
6410
6386
  "$value": "#075fc8",
6411
6387
  "$type": "color",
6412
- "mix": {
6413
- "color": "#0550ae",
6414
- "weight": 0.4
6415
- },
6416
6388
  "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
6417
6389
  "isSource": true,
6418
6390
  "original": {
6419
- "$value": "{bgColor.success.emphasis}",
6420
- "$type": "color",
6421
- "mix": {
6422
- "color": "{base.color.blue.6}",
6423
- "weight": 0.4
6424
- }
6391
+ "$value": "#075fc8",
6392
+ "$type": "color"
6425
6393
  },
6426
6394
  "name": "button-primary-bgColor-active",
6427
6395
  "attributes": {},
@@ -6430,19 +6398,11 @@
6430
6398
  "button-primary-bgColor-disabled": {
6431
6399
  "$value": "#92caff",
6432
6400
  "$type": "color",
6433
- "mix": {
6434
- "color": "#ddf4ff",
6435
- "weight": 0.6
6436
- },
6437
6401
  "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
6438
6402
  "isSource": true,
6439
6403
  "original": {
6440
- "$value": "{base.color.blue.4}",
6441
- "$type": "color",
6442
- "mix": {
6443
- "color": "{base.color.blue.0}",
6444
- "weight": 0.6
6445
- }
6404
+ "$value": "#92caff",
6405
+ "$type": "color"
6446
6406
  },
6447
6407
  "name": "button-primary-bgColor-disabled",
6448
6408
  "attributes": {},
@@ -6864,7 +6824,7 @@
6864
6824
  "path": ["button", "invisible", "bgColor", "active"]
6865
6825
  },
6866
6826
  "button-invisible-bgColor-disabled": {
6867
- "$value": "#eff2f5",
6827
+ "$value": "#ffffff00",
6868
6828
  "$type": "color",
6869
6829
  "$extensions": {
6870
6830
  "org.primer.figma": {
@@ -6876,7 +6836,7 @@
6876
6836
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
6877
6837
  "isSource": true,
6878
6838
  "original": {
6879
- "$value": "{control.transparent.bgColor.disabled}",
6839
+ "$value": "{base.color.transparent}",
6880
6840
  "$type": "color",
6881
6841
  "$extensions": {
6882
6842
  "org.primer.figma": {
@@ -6945,7 +6905,7 @@
6945
6905
  "path": ["button", "invisible", "borderColor", "hover"]
6946
6906
  },
6947
6907
  "button-invisible-borderColor-disabled": {
6948
- "$value": "#818b981a",
6908
+ "$value": "#ffffff00",
6949
6909
  "$type": "color",
6950
6910
  "$extensions": {
6951
6911
  "org.primer.figma": {
@@ -6957,7 +6917,7 @@
6957
6917
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
6958
6918
  "isSource": true,
6959
6919
  "original": {
6960
- "$value": "{control.borderColor.disabled}",
6920
+ "$value": "{base.color.transparent}",
6961
6921
  "$type": "color",
6962
6922
  "$extensions": {
6963
6923
  "org.primer.figma": {
@@ -7145,14 +7105,10 @@
7145
7105
  "scopes": ["bgColor"]
7146
7106
  }
7147
7107
  },
7148
- "mix": {
7149
- "color": "#033d8b",
7150
- "weight": 0.4
7151
- },
7152
7108
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7153
7109
  "isSource": true,
7154
7110
  "original": {
7155
- "$value": "{bgColor.accent.emphasis}",
7111
+ "$value": "#0757ba",
7156
7112
  "$type": "color",
7157
7113
  "$extensions": {
7158
7114
  "org.primer.figma": {
@@ -7160,10 +7116,6 @@
7160
7116
  "group": "component (internal)",
7161
7117
  "scopes": ["bgColor"]
7162
7118
  }
7163
- },
7164
- "mix": {
7165
- "color": "{base.color.blue.7}",
7166
- "weight": 0.4
7167
7119
  }
7168
7120
  },
7169
7121
  "name": "button-outline-bgColor-active",
@@ -7493,19 +7445,11 @@
7493
7445
  "button-danger-bgColor-active": {
7494
7446
  "$value": "#7e2f00",
7495
7447
  "$type": "color",
7496
- "mix": {
7497
- "color": "#5c2200",
7498
- "weight": 0.4
7499
- },
7500
7448
  "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
7501
7449
  "isSource": true,
7502
7450
  "original": {
7503
- "$value": "{base.color.orange.6}",
7504
- "$type": "color",
7505
- "mix": {
7506
- "color": "{base.color.orange.8}",
7507
- "weight": 0.4
7508
- }
7451
+ "$value": "#7e2f00",
7452
+ "$type": "color"
7509
7453
  },
7510
7454
  "name": "button-danger-bgColor-active",
7511
7455
  "attributes": {},
@@ -8085,14 +8029,10 @@
8085
8029
  "scopes": ["fgColor"]
8086
8030
  }
8087
8031
  },
8088
- "mix": {
8089
- "color": "#a40e26",
8090
- "weight": 0.3
8091
- },
8092
8032
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8093
8033
  "isSource": true,
8094
8034
  "original": {
8095
- "$value": "{base.color.red.5}",
8035
+ "$value": "#c21c2c",
8096
8036
  "$type": "color",
8097
8037
  "$extensions": {
8098
8038
  "org.primer.figma": {
@@ -8100,10 +8040,6 @@
8100
8040
  "group": "component (internal)",
8101
8041
  "scopes": ["fgColor"]
8102
8042
  }
8103
- },
8104
- "mix": {
8105
- "color": "{base.color.red.6}",
8106
- "weight": 0.3
8107
8043
  }
8108
8044
  },
8109
8045
  "name": "buttonCounter-danger-fgColor-rest",
@@ -8203,14 +8139,10 @@
8203
8139
  "scopes": ["bgColor"]
8204
8140
  }
8205
8141
  },
8206
- "mix": {
8207
- "color": "#80ccff",
8208
- "weight": 0.2
8209
- },
8210
8142
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8211
8143
  "isSource": true,
8212
8144
  "original": {
8213
- "$value": "{reactionButton.selected.bgColor.rest}",
8145
+ "$value": "#caecff",
8214
8146
  "$type": "color",
8215
8147
  "$extensions": {
8216
8148
  "org.primer.figma": {
@@ -8218,10 +8150,6 @@
8218
8150
  "group": "component (internal)",
8219
8151
  "scopes": ["bgColor"]
8220
8152
  }
8221
- },
8222
- "mix": {
8223
- "color": "{base.color.blue.2}",
8224
- "weight": 0.2
8225
8153
  }
8226
8154
  },
8227
8155
  "name": "reactionButton-selected-bgColor-hover",
@@ -8310,9 +8238,9 @@
8310
8238
  "path": ["focus", "outlineColor"]
8311
8239
  },
8312
8240
  "focus-outline": {
8313
- "$value": "#0969da solid 2px",
8241
+ "$value": "2px solid #0969da",
8314
8242
  "$type": "border",
8315
- "filePath": "src/tokens/functional/border/light.json5",
8243
+ "filePath": "src/tokens/functional/border/border.json5",
8316
8244
  "isSource": true,
8317
8245
  "original": {
8318
8246
  "$value": {
@@ -12797,13 +12725,11 @@
12797
12725
  "bgColor-success-emphasis": {
12798
12726
  "$value": "#0969da",
12799
12727
  "$type": "color",
12800
- "mix": null,
12801
12728
  "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
12802
12729
  "isSource": true,
12803
12730
  "original": {
12804
12731
  "$value": "{base.color.blue.5}",
12805
- "$type": "color",
12806
- "mix": null
12732
+ "$type": "color"
12807
12733
  },
12808
12734
  "name": "bgColor-success-emphasis",
12809
12735
  "attributes": {},
@@ -15358,5 +15284,448 @@
15358
15284
  "name": "shadow-floating-legacy",
15359
15285
  "attributes": {},
15360
15286
  "path": ["shadow", "floating", "legacy"]
15287
+ },
15288
+ "border-default": {
15289
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0",
15290
+ "$type": "border",
15291
+ "filePath": "src/tokens/functional/border/border.json5",
15292
+ "isSource": true,
15293
+ "original": {
15294
+ "$value": {
15295
+ "color": "{borderColor.default}",
15296
+ "style": "solid",
15297
+ "width": "{borderWidth.default}"
15298
+ },
15299
+ "$type": "border"
15300
+ },
15301
+ "name": "border-default",
15302
+ "attributes": {},
15303
+ "path": ["border", "default"]
15304
+ },
15305
+ "border-muted": {
15306
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
15307
+ "$type": "border",
15308
+ "filePath": "src/tokens/functional/border/border.json5",
15309
+ "isSource": true,
15310
+ "original": {
15311
+ "$value": {
15312
+ "color": "{borderColor.muted}",
15313
+ "style": "solid",
15314
+ "width": "{borderWidth.default}"
15315
+ },
15316
+ "$type": "border"
15317
+ },
15318
+ "name": "border-muted",
15319
+ "attributes": {},
15320
+ "path": ["border", "muted"]
15321
+ },
15322
+ "border-emphasis": {
15323
+ "$value": "0.00390625rem,0.0625px solid #818b98",
15324
+ "$type": "border",
15325
+ "filePath": "src/tokens/functional/border/border.json5",
15326
+ "isSource": true,
15327
+ "original": {
15328
+ "$value": {
15329
+ "color": "{borderColor.emphasis}",
15330
+ "style": "solid",
15331
+ "width": "{borderWidth.default}"
15332
+ },
15333
+ "$type": "border"
15334
+ },
15335
+ "name": "border-emphasis",
15336
+ "attributes": {},
15337
+ "path": ["border", "emphasis"]
15338
+ },
15339
+ "border-disabled": {
15340
+ "$value": "0.00390625rem,0.0625px solid #818b981a",
15341
+ "$type": "border",
15342
+ "filePath": "src/tokens/functional/border/border.json5",
15343
+ "isSource": true,
15344
+ "original": {
15345
+ "$value": {
15346
+ "color": "{borderColor.disabled}",
15347
+ "style": "solid",
15348
+ "width": "{borderWidth.default}"
15349
+ },
15350
+ "$type": "border"
15351
+ },
15352
+ "name": "border-disabled",
15353
+ "attributes": {},
15354
+ "path": ["border", "disabled"]
15355
+ },
15356
+ "border-transparent": {
15357
+ "$value": "0.00390625rem,0.0625px solid #ffffff00",
15358
+ "$type": "border",
15359
+ "filePath": "src/tokens/functional/border/border.json5",
15360
+ "isSource": true,
15361
+ "original": {
15362
+ "$value": {
15363
+ "color": "{borderColor.transparent}",
15364
+ "style": "solid",
15365
+ "width": "{borderWidth.default}"
15366
+ },
15367
+ "$type": "border"
15368
+ },
15369
+ "name": "border-transparent",
15370
+ "attributes": {},
15371
+ "path": ["border", "transparent"]
15372
+ },
15373
+ "border-neutral-emphasis": {
15374
+ "$value": "0.00390625rem,0.0625px solid #59636e",
15375
+ "$type": "border",
15376
+ "filePath": "src/tokens/functional/border/border.json5",
15377
+ "isSource": true,
15378
+ "original": {
15379
+ "$value": {
15380
+ "color": "{borderColor.neutral.emphasis}",
15381
+ "style": "solid",
15382
+ "width": "{borderWidth.default}"
15383
+ },
15384
+ "$type": "border"
15385
+ },
15386
+ "name": "border-neutral-emphasis",
15387
+ "attributes": {},
15388
+ "path": ["border", "neutral", "emphasis"]
15389
+ },
15390
+ "border-neutral-muted": {
15391
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
15392
+ "$type": "border",
15393
+ "filePath": "src/tokens/functional/border/border.json5",
15394
+ "isSource": true,
15395
+ "original": {
15396
+ "$value": {
15397
+ "color": "{borderColor.neutral.muted}",
15398
+ "style": "solid",
15399
+ "width": "{borderWidth.default}"
15400
+ },
15401
+ "$type": "border"
15402
+ },
15403
+ "name": "border-neutral-muted",
15404
+ "attributes": {},
15405
+ "path": ["border", "neutral", "muted"]
15406
+ },
15407
+ "border-accent-emphasis": {
15408
+ "$value": "0.00390625rem,0.0625px solid #0969da",
15409
+ "$type": "border",
15410
+ "filePath": "src/tokens/functional/border/border.json5",
15411
+ "isSource": true,
15412
+ "original": {
15413
+ "$value": {
15414
+ "color": "{borderColor.accent.emphasis}",
15415
+ "style": "solid",
15416
+ "width": "{borderWidth.default}"
15417
+ },
15418
+ "$type": "border"
15419
+ },
15420
+ "name": "border-accent-emphasis",
15421
+ "attributes": {},
15422
+ "path": ["border", "accent", "emphasis"]
15423
+ },
15424
+ "border-accent-muted": {
15425
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
15426
+ "$type": "border",
15427
+ "filePath": "src/tokens/functional/border/border.json5",
15428
+ "isSource": true,
15429
+ "original": {
15430
+ "$value": {
15431
+ "color": "{borderColor.accent.muted}",
15432
+ "style": "solid",
15433
+ "width": "{borderWidth.default}"
15434
+ },
15435
+ "$type": "border"
15436
+ },
15437
+ "name": "border-accent-muted",
15438
+ "attributes": {},
15439
+ "path": ["border", "accent", "muted"]
15440
+ },
15441
+ "border-success-emphasis": {
15442
+ "$value": "0.00390625rem,0.0625px solid #0969da",
15443
+ "$type": "border",
15444
+ "filePath": "src/tokens/functional/border/border.json5",
15445
+ "isSource": true,
15446
+ "original": {
15447
+ "$value": {
15448
+ "color": "{borderColor.success.emphasis}",
15449
+ "style": "solid",
15450
+ "width": "{borderWidth.default}"
15451
+ },
15452
+ "$type": "border"
15453
+ },
15454
+ "name": "border-success-emphasis",
15455
+ "attributes": {},
15456
+ "path": ["border", "success", "emphasis"]
15457
+ },
15458
+ "border-success-muted": {
15459
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
15460
+ "$type": "border",
15461
+ "filePath": "src/tokens/functional/border/border.json5",
15462
+ "isSource": true,
15463
+ "original": {
15464
+ "$value": {
15465
+ "color": "{borderColor.success.muted}",
15466
+ "style": "solid",
15467
+ "width": "{borderWidth.default}"
15468
+ },
15469
+ "$type": "border"
15470
+ },
15471
+ "name": "border-success-muted",
15472
+ "attributes": {},
15473
+ "path": ["border", "success", "muted"]
15474
+ },
15475
+ "border-open-emphasis": {
15476
+ "$value": "0.00390625rem,0.0625px solid #0969da",
15477
+ "$type": "border",
15478
+ "filePath": "src/tokens/functional/border/border.json5",
15479
+ "isSource": true,
15480
+ "original": {
15481
+ "$value": "{border.success.emphasis}",
15482
+ "$type": "border"
15483
+ },
15484
+ "name": "border-open-emphasis",
15485
+ "attributes": {},
15486
+ "path": ["border", "open", "emphasis"]
15487
+ },
15488
+ "border-open-muted": {
15489
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
15490
+ "$type": "border",
15491
+ "filePath": "src/tokens/functional/border/border.json5",
15492
+ "isSource": true,
15493
+ "original": {
15494
+ "$value": "{border.success.muted}",
15495
+ "$type": "border"
15496
+ },
15497
+ "name": "border-open-muted",
15498
+ "attributes": {},
15499
+ "path": ["border", "open", "muted"]
15500
+ },
15501
+ "border-danger-emphasis": {
15502
+ "$value": "0.00390625rem,0.0625px solid #bc4c00",
15503
+ "$type": "border",
15504
+ "filePath": "src/tokens/functional/border/border.json5",
15505
+ "isSource": true,
15506
+ "original": {
15507
+ "$value": {
15508
+ "color": "{borderColor.danger.emphasis}",
15509
+ "style": "solid",
15510
+ "width": "{borderWidth.default}"
15511
+ },
15512
+ "$type": "border"
15513
+ },
15514
+ "name": "border-danger-emphasis",
15515
+ "attributes": {},
15516
+ "path": ["border", "danger", "emphasis"]
15517
+ },
15518
+ "border-danger-muted": {
15519
+ "$value": "0.00390625rem,0.0625px solid #fb8f4466",
15520
+ "$type": "border",
15521
+ "filePath": "src/tokens/functional/border/border.json5",
15522
+ "isSource": true,
15523
+ "original": {
15524
+ "$value": {
15525
+ "color": "{borderColor.danger.muted}",
15526
+ "style": "solid",
15527
+ "width": "{borderWidth.default}"
15528
+ },
15529
+ "$type": "border"
15530
+ },
15531
+ "name": "border-danger-muted",
15532
+ "attributes": {},
15533
+ "path": ["border", "danger", "muted"]
15534
+ },
15535
+ "border-closed-emphasis": {
15536
+ "$value": "0.00390625rem,0.0625px solid #bc4c00",
15537
+ "$type": "border",
15538
+ "filePath": "src/tokens/functional/border/border.json5",
15539
+ "isSource": true,
15540
+ "original": {
15541
+ "$value": "{border.danger.emphasis}",
15542
+ "$type": "border"
15543
+ },
15544
+ "name": "border-closed-emphasis",
15545
+ "attributes": {},
15546
+ "path": ["border", "closed", "emphasis"]
15547
+ },
15548
+ "border-closed-muted": {
15549
+ "$value": "0.00390625rem,0.0625px solid #fb8f4466",
15550
+ "$type": "border",
15551
+ "filePath": "src/tokens/functional/border/border.json5",
15552
+ "isSource": true,
15553
+ "original": {
15554
+ "$value": "{border.danger.muted}",
15555
+ "$type": "border"
15556
+ },
15557
+ "name": "border-closed-muted",
15558
+ "attributes": {},
15559
+ "path": ["border", "closed", "muted"]
15560
+ },
15561
+ "border-attention-emphasis": {
15562
+ "$value": "0.00390625rem,0.0625px solid #9a6700",
15563
+ "$type": "border",
15564
+ "filePath": "src/tokens/functional/border/border.json5",
15565
+ "isSource": true,
15566
+ "original": {
15567
+ "$value": {
15568
+ "color": "{borderColor.attention.emphasis}",
15569
+ "style": "solid",
15570
+ "width": "{borderWidth.default}"
15571
+ },
15572
+ "$type": "border"
15573
+ },
15574
+ "name": "border-attention-emphasis",
15575
+ "attributes": {},
15576
+ "path": ["border", "attention", "emphasis"]
15577
+ },
15578
+ "border-attention-muted": {
15579
+ "$value": "0.00390625rem,0.0625px solid #d4a72c66",
15580
+ "$type": "border",
15581
+ "filePath": "src/tokens/functional/border/border.json5",
15582
+ "isSource": true,
15583
+ "original": {
15584
+ "$value": {
15585
+ "color": "{borderColor.attention.muted}",
15586
+ "style": "solid",
15587
+ "width": "{borderWidth.default}"
15588
+ },
15589
+ "$type": "border"
15590
+ },
15591
+ "name": "border-attention-muted",
15592
+ "attributes": {},
15593
+ "path": ["border", "attention", "muted"]
15594
+ },
15595
+ "border-severe-emphasis": {
15596
+ "$value": "0.00390625rem,0.0625px solid #bc4c00",
15597
+ "$type": "border",
15598
+ "filePath": "src/tokens/functional/border/border.json5",
15599
+ "isSource": true,
15600
+ "original": {
15601
+ "$value": {
15602
+ "color": "{borderColor.severe.emphasis}",
15603
+ "style": "solid",
15604
+ "width": "{borderWidth.default}"
15605
+ },
15606
+ "$type": "border"
15607
+ },
15608
+ "name": "border-severe-emphasis",
15609
+ "attributes": {},
15610
+ "path": ["border", "severe", "emphasis"]
15611
+ },
15612
+ "border-severe-muted": {
15613
+ "$value": "0.00390625rem,0.0625px solid #fb8f4466",
15614
+ "$type": "border",
15615
+ "filePath": "src/tokens/functional/border/border.json5",
15616
+ "isSource": true,
15617
+ "original": {
15618
+ "$value": {
15619
+ "color": "{borderColor.severe.muted}",
15620
+ "style": "solid",
15621
+ "width": "{borderWidth.default}"
15622
+ },
15623
+ "$type": "border"
15624
+ },
15625
+ "name": "border-severe-muted",
15626
+ "attributes": {},
15627
+ "path": ["border", "severe", "muted"]
15628
+ },
15629
+ "border-done-emphasis": {
15630
+ "$value": "0.00390625rem,0.0625px solid #8250df",
15631
+ "$type": "border",
15632
+ "filePath": "src/tokens/functional/border/border.json5",
15633
+ "isSource": true,
15634
+ "original": {
15635
+ "$value": {
15636
+ "color": "{borderColor.done.emphasis}",
15637
+ "style": "solid",
15638
+ "width": "{borderWidth.default}"
15639
+ },
15640
+ "$type": "border"
15641
+ },
15642
+ "name": "border-done-emphasis",
15643
+ "attributes": {},
15644
+ "path": ["border", "done", "emphasis"]
15645
+ },
15646
+ "border-done-muted": {
15647
+ "$value": "0.00390625rem,0.0625px solid #c297ff66",
15648
+ "$type": "border",
15649
+ "filePath": "src/tokens/functional/border/border.json5",
15650
+ "isSource": true,
15651
+ "original": {
15652
+ "$value": {
15653
+ "color": "{borderColor.done.muted}",
15654
+ "style": "solid",
15655
+ "width": "{borderWidth.default}"
15656
+ },
15657
+ "$type": "border"
15658
+ },
15659
+ "name": "border-done-muted",
15660
+ "attributes": {},
15661
+ "path": ["border", "done", "muted"]
15662
+ },
15663
+ "border-upsell-emphasis": {
15664
+ "$value": "0.00390625rem,0.0625px solid #8250df",
15665
+ "$type": "border",
15666
+ "filePath": "src/tokens/functional/border/border.json5",
15667
+ "isSource": true,
15668
+ "original": {
15669
+ "$value": {
15670
+ "color": "{borderColor.upsell.emphasis}",
15671
+ "style": "solid",
15672
+ "width": "{borderWidth.default}"
15673
+ },
15674
+ "$type": "border"
15675
+ },
15676
+ "name": "border-upsell-emphasis",
15677
+ "attributes": {},
15678
+ "path": ["border", "upsell", "emphasis"]
15679
+ },
15680
+ "border-upsell-muted": {
15681
+ "$value": "0.00390625rem,0.0625px solid #c297ff66",
15682
+ "$type": "border",
15683
+ "filePath": "src/tokens/functional/border/border.json5",
15684
+ "isSource": true,
15685
+ "original": {
15686
+ "$value": {
15687
+ "color": "{borderColor.upsell.muted}",
15688
+ "style": "solid",
15689
+ "width": "{borderWidth.default}"
15690
+ },
15691
+ "$type": "border"
15692
+ },
15693
+ "name": "border-upsell-muted",
15694
+ "attributes": {},
15695
+ "path": ["border", "upsell", "muted"]
15696
+ },
15697
+ "border-sponsors-emphasis": {
15698
+ "$value": "0.00390625rem,0.0625px solid #bf3989",
15699
+ "$type": "border",
15700
+ "filePath": "src/tokens/functional/border/border.json5",
15701
+ "isSource": true,
15702
+ "original": {
15703
+ "$value": {
15704
+ "color": "{borderColor.sponsors.emphasis}",
15705
+ "style": "solid",
15706
+ "width": "{borderWidth.default}"
15707
+ },
15708
+ "$type": "border"
15709
+ },
15710
+ "name": "border-sponsors-emphasis",
15711
+ "attributes": {},
15712
+ "path": ["border", "sponsors", "emphasis"]
15713
+ },
15714
+ "border-sponsors-muted": {
15715
+ "$value": "0.00390625rem,0.0625px solid #ff80c866",
15716
+ "$type": "border",
15717
+ "filePath": "src/tokens/functional/border/border.json5",
15718
+ "isSource": true,
15719
+ "original": {
15720
+ "$value": {
15721
+ "color": "{borderColor.sponsors.muted}",
15722
+ "style": "solid",
15723
+ "width": "{borderWidth.default}"
15724
+ },
15725
+ "$type": "border"
15726
+ },
15727
+ "name": "border-sponsors-muted",
15728
+ "attributes": {},
15729
+ "path": ["border", "sponsors", "muted"]
15361
15730
  }
15362
15731
  }