@primer/primitives 10.0.0 → 10.1.0-rc.3e576ad9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/dist/build/filters/isColor.js +0 -3
  2. package/dist/build/formats/typescriptExportDefinition.js +2 -2
  3. package/dist/build/platforms/css.d.ts +1 -1
  4. package/dist/build/platforms/css.js +10 -6
  5. package/dist/build/platforms/deprecatedJson.d.ts +1 -1
  6. package/dist/build/platforms/docJson.d.ts +1 -1
  7. package/dist/build/platforms/docJson.js +5 -1
  8. package/dist/build/platforms/fallbacks.d.ts +1 -1
  9. package/dist/build/platforms/figma.d.ts +1 -1
  10. package/dist/build/platforms/figma.js +6 -3
  11. package/dist/build/platforms/javascript.d.ts +1 -1
  12. package/dist/build/platforms/javascript.js +5 -1
  13. package/dist/build/platforms/json.d.ts +1 -1
  14. package/dist/build/platforms/json.js +5 -1
  15. package/dist/build/platforms/styleLint.d.ts +1 -1
  16. package/dist/build/platforms/styleLint.js +5 -1
  17. package/dist/build/platforms/typeDefinitions.d.ts +1 -1
  18. package/dist/build/platforms/typeDefinitions.js +5 -1
  19. package/dist/build/platforms/typescript.d.ts +1 -1
  20. package/dist/build/platforms/typescript.js +5 -1
  21. package/dist/build/preprocessors/themeOverrides.d.ts +2 -0
  22. package/dist/build/preprocessors/themeOverrides.js +22 -0
  23. package/dist/build/preprocessors/utilities/transformTokens.d.ts +8 -0
  24. package/dist/build/preprocessors/utilities/transformTokens.js +22 -0
  25. package/dist/build/{PrimerStyleDictionary.js → primerStyleDictionary.js} +8 -1
  26. package/dist/build/schemas/colorToken.d.ts +75 -0
  27. package/dist/build/schemas/colorToken.js +23 -0
  28. package/dist/build/transformers/borderToCss.js +2 -2
  29. package/dist/build/transformers/figmaAttributes.js +1 -1
  30. package/dist/build/transformers/utilities/invalidTokenError.js +0 -2
  31. package/dist/build/types/{StyleDictionaryConfigGenerator.d.ts → styleDictionaryConfigGenerator.d.ts} +1 -0
  32. package/dist/build/types/{TokenBuildInput.d.ts → tokenBuildInput.d.ts} +2 -0
  33. package/dist/build/utilities/lowerCaseFirstCharacter.d.ts +8 -0
  34. package/dist/build/utilities/lowerCaseFirstCharacter.js +10 -0
  35. package/dist/css/functional/size/border.css +7 -6
  36. package/dist/css/functional/themes/dark-colorblind.css +56 -2
  37. package/dist/css/functional/themes/dark-dimmed.css +56 -2
  38. package/dist/css/functional/themes/dark-high-contrast.css +56 -2
  39. package/dist/css/functional/themes/dark-tritanopia.css +56 -2
  40. package/dist/css/functional/themes/dark.css +56 -2
  41. package/dist/css/functional/themes/light-colorblind.css +56 -2
  42. package/dist/css/functional/themes/light-high-contrast.css +56 -2
  43. package/dist/css/functional/themes/light-tritanopia.css +56 -2
  44. package/dist/css/functional/themes/light.css +56 -2
  45. package/dist/css/primitives.css +7 -6
  46. package/dist/docs/base/size/size.json +19 -19
  47. package/dist/docs/base/typography/typography.json +4 -4
  48. package/dist/docs/functional/size/border.json +41 -28
  49. package/dist/docs/functional/size/breakpoints.json +6 -6
  50. package/dist/docs/functional/size/size-coarse.json +3 -3
  51. package/dist/docs/functional/size/size-fine.json +3 -3
  52. package/dist/docs/functional/size/size.json +66 -66
  53. package/dist/docs/functional/size/viewport.json +6 -6
  54. package/dist/docs/functional/themes/dark-colorblind.json +450 -7
  55. package/dist/docs/functional/themes/dark-dimmed.json +450 -7
  56. package/dist/docs/functional/themes/dark-high-contrast.json +450 -7
  57. package/dist/docs/functional/themes/dark-tritanopia.json +450 -7
  58. package/dist/docs/functional/themes/dark.json +450 -7
  59. package/dist/docs/functional/themes/light-colorblind.json +445 -2
  60. package/dist/docs/functional/themes/light-high-contrast.json +445 -2
  61. package/dist/docs/functional/themes/light-tritanopia.json +445 -2
  62. package/dist/docs/functional/themes/light.json +445 -2
  63. package/dist/docs/functional/typography/typography.json +46 -46
  64. package/dist/fallbacks/functional/size/border.json +7 -6
  65. package/dist/figma/figma.json +0 -8
  66. package/dist/internalCss/dark-colorblind.css +84 -2
  67. package/dist/internalCss/dark-dimmed.css +84 -2
  68. package/dist/internalCss/dark-high-contrast.css +84 -2
  69. package/dist/internalCss/dark-tritanopia.css +84 -2
  70. package/dist/internalCss/dark.css +84 -2
  71. package/dist/internalCss/light-colorblind.css +84 -2
  72. package/dist/internalCss/light-high-contrast.css +84 -2
  73. package/dist/internalCss/light-tritanopia.css +84 -2
  74. package/dist/internalCss/light.css +84 -2
  75. package/dist/styleLint/base/size/size.json +19 -19
  76. package/dist/styleLint/base/typography/typography.json +4 -4
  77. package/dist/styleLint/functional/size/border.json +41 -28
  78. package/dist/styleLint/functional/size/breakpoints.json +6 -6
  79. package/dist/styleLint/functional/size/size-coarse.json +3 -3
  80. package/dist/styleLint/functional/size/size-fine.json +3 -3
  81. package/dist/styleLint/functional/size/size.json +66 -66
  82. package/dist/styleLint/functional/size/viewport.json +6 -6
  83. package/dist/styleLint/functional/themes/dark-colorblind.json +450 -7
  84. package/dist/styleLint/functional/themes/dark-dimmed.json +450 -7
  85. package/dist/styleLint/functional/themes/dark-high-contrast.json +450 -7
  86. package/dist/styleLint/functional/themes/dark-tritanopia.json +450 -7
  87. package/dist/styleLint/functional/themes/dark.json +450 -7
  88. package/dist/styleLint/functional/themes/light-colorblind.json +445 -2
  89. package/dist/styleLint/functional/themes/light-high-contrast.json +445 -2
  90. package/dist/styleLint/functional/themes/light-tritanopia.json +445 -2
  91. package/dist/styleLint/functional/themes/light.json +445 -2
  92. package/dist/styleLint/functional/typography/typography.json +46 -46
  93. package/package.json +11 -10
  94. package/src/tokens/base/typography/typography.json5 +48 -0
  95. package/src/tokens/functional/border/border.json5 +236 -0
  96. package/src/tokens/functional/color/dark/primitives-dark.json5 +0 -1
  97. package/src/tokens/functional/size/border.json5 +115 -0
  98. package/src/tokens/functional/typography/typography.json5 +527 -0
  99. package/src/tokens/base/typography/typography.json +0 -48
  100. package/src/tokens/functional/border/dark.json5 +0 -12
  101. package/src/tokens/functional/border/light.json5 +0 -12
  102. package/src/tokens/functional/color/dark/patterns-dark.json +0 -3963
  103. package/src/tokens/functional/size/border.json +0 -111
  104. package/src/tokens/functional/typography/typography.json +0 -527
  105. /package/dist/build/{PrimerStyleDictionary.d.ts → primerStyleDictionary.d.ts} +0 -0
  106. /package/dist/build/types/{Border.d.ts → border.d.ts} +0 -0
  107. /package/dist/build/types/{BorderTokenValue.d.ts → borderTokenValue.d.ts} +0 -0
  108. /package/dist/build/types/{ColorHex.d.ts → colorHex.d.ts} +0 -0
  109. /package/dist/build/types/{PlatformInitializer.d.ts → platformInitializer.d.ts} +0 -0
  110. /package/dist/build/types/{Shadow.d.ts → shadow.d.ts} +0 -0
  111. /package/dist/build/types/{ShadowTokenValue.d.ts → shadowTokenValue.d.ts} +0 -0
  112. /package/dist/build/types/{SizeEm.d.ts → sizeEm.d.ts} +0 -0
  113. /package/dist/build/types/{SizePx.d.ts → sizePx.d.ts} +0 -0
  114. /package/dist/build/types/{SizeRem.d.ts → sizeRem.d.ts} +0 -0
  115. /package/dist/build/types/{TypographyTokenValue.d.ts → typographyTokenValue.d.ts} +0 -0
  116. /package/src/tokens/base/size/{size.json → size.json5} +0 -0
  117. /package/src/tokens/functional/size/{breakpoints.json → breakpoints.json5} +0 -0
  118. /package/src/tokens/functional/size/{size-coarse.json → size-coarse.json5} +0 -0
  119. /package/src/tokens/functional/size/{size-fine.json → size-fine.json5} +0 -0
  120. /package/src/tokens/functional/size/{size.json → size.json5} +0 -0
  121. /package/src/tokens/functional/size/{viewport.json → viewport.json5} +0 -0
@@ -7206,9 +7206,9 @@
7206
7206
  "path": ["focus", "outlineColor"]
7207
7207
  },
7208
7208
  "focus-outline": {
7209
- "$value": "#0349b4 solid 2px",
7209
+ "$value": "2px solid #0349b4",
7210
7210
  "$type": "border",
7211
- "filePath": "src/tokens/functional/border/light.json5",
7211
+ "filePath": "src/tokens/functional/border/border.json5",
7212
7212
  "isSource": true,
7213
7213
  "original": {
7214
7214
  "$value": {
@@ -14134,5 +14134,448 @@
14134
14134
  "name": "shadow-floating-legacy",
14135
14135
  "attributes": {},
14136
14136
  "path": ["shadow", "floating", "legacy"]
14137
+ },
14138
+ "border-default": {
14139
+ "$value": "0.00390625rem,0.0625px solid #454c54",
14140
+ "$type": "border",
14141
+ "filePath": "src/tokens/functional/border/border.json5",
14142
+ "isSource": true,
14143
+ "original": {
14144
+ "$value": {
14145
+ "color": "{borderColor.default}",
14146
+ "style": "solid",
14147
+ "width": "{borderWidth.default}"
14148
+ },
14149
+ "$type": "border"
14150
+ },
14151
+ "name": "border-default",
14152
+ "attributes": {},
14153
+ "path": ["border", "default"]
14154
+ },
14155
+ "border-muted": {
14156
+ "$value": "0.00390625rem,0.0625px solid #454c54",
14157
+ "$type": "border",
14158
+ "filePath": "src/tokens/functional/border/border.json5",
14159
+ "isSource": true,
14160
+ "original": {
14161
+ "$value": {
14162
+ "color": "{borderColor.muted}",
14163
+ "style": "solid",
14164
+ "width": "{borderWidth.default}"
14165
+ },
14166
+ "$type": "border"
14167
+ },
14168
+ "name": "border-muted",
14169
+ "attributes": {},
14170
+ "path": ["border", "muted"]
14171
+ },
14172
+ "border-emphasis": {
14173
+ "$value": "0.00390625rem,0.0625px solid #454c54",
14174
+ "$type": "border",
14175
+ "filePath": "src/tokens/functional/border/border.json5",
14176
+ "isSource": true,
14177
+ "original": {
14178
+ "$value": {
14179
+ "color": "{borderColor.emphasis}",
14180
+ "style": "solid",
14181
+ "width": "{borderWidth.default}"
14182
+ },
14183
+ "$type": "border"
14184
+ },
14185
+ "name": "border-emphasis",
14186
+ "attributes": {},
14187
+ "path": ["border", "emphasis"]
14188
+ },
14189
+ "border-disabled": {
14190
+ "$value": "0.00390625rem,0.0625px solid #59636e1f",
14191
+ "$type": "border",
14192
+ "filePath": "src/tokens/functional/border/border.json5",
14193
+ "isSource": true,
14194
+ "original": {
14195
+ "$value": {
14196
+ "color": "{borderColor.disabled}",
14197
+ "style": "solid",
14198
+ "width": "{borderWidth.default}"
14199
+ },
14200
+ "$type": "border"
14201
+ },
14202
+ "name": "border-disabled",
14203
+ "attributes": {},
14204
+ "path": ["border", "disabled"]
14205
+ },
14206
+ "border-transparent": {
14207
+ "$value": "0.00390625rem,0.0625px solid #ffffff00",
14208
+ "$type": "border",
14209
+ "filePath": "src/tokens/functional/border/border.json5",
14210
+ "isSource": true,
14211
+ "original": {
14212
+ "$value": {
14213
+ "color": "{borderColor.transparent}",
14214
+ "style": "solid",
14215
+ "width": "{borderWidth.default}"
14216
+ },
14217
+ "$type": "border"
14218
+ },
14219
+ "name": "border-transparent",
14220
+ "attributes": {},
14221
+ "path": ["border", "transparent"]
14222
+ },
14223
+ "border-neutral-emphasis": {
14224
+ "$value": "0.00390625rem,0.0625px solid #59636e",
14225
+ "$type": "border",
14226
+ "filePath": "src/tokens/functional/border/border.json5",
14227
+ "isSource": true,
14228
+ "original": {
14229
+ "$value": {
14230
+ "color": "{borderColor.neutral.emphasis}",
14231
+ "style": "solid",
14232
+ "width": "{borderWidth.default}"
14233
+ },
14234
+ "$type": "border"
14235
+ },
14236
+ "name": "border-neutral-emphasis",
14237
+ "attributes": {},
14238
+ "path": ["border", "neutral", "emphasis"]
14239
+ },
14240
+ "border-neutral-muted": {
14241
+ "$value": "0.00390625rem,0.0625px solid #454c54",
14242
+ "$type": "border",
14243
+ "filePath": "src/tokens/functional/border/border.json5",
14244
+ "isSource": true,
14245
+ "original": {
14246
+ "$value": {
14247
+ "color": "{borderColor.neutral.muted}",
14248
+ "style": "solid",
14249
+ "width": "{borderWidth.default}"
14250
+ },
14251
+ "$type": "border"
14252
+ },
14253
+ "name": "border-neutral-muted",
14254
+ "attributes": {},
14255
+ "path": ["border", "neutral", "muted"]
14256
+ },
14257
+ "border-accent-emphasis": {
14258
+ "$value": "0.00390625rem,0.0625px solid #0349b4",
14259
+ "$type": "border",
14260
+ "filePath": "src/tokens/functional/border/border.json5",
14261
+ "isSource": true,
14262
+ "original": {
14263
+ "$value": {
14264
+ "color": "{borderColor.accent.emphasis}",
14265
+ "style": "solid",
14266
+ "width": "{borderWidth.default}"
14267
+ },
14268
+ "$type": "border"
14269
+ },
14270
+ "name": "border-accent-emphasis",
14271
+ "attributes": {},
14272
+ "path": ["border", "accent", "emphasis"]
14273
+ },
14274
+ "border-accent-muted": {
14275
+ "$value": "0.00390625rem,0.0625px solid #368cf9",
14276
+ "$type": "border",
14277
+ "filePath": "src/tokens/functional/border/border.json5",
14278
+ "isSource": true,
14279
+ "original": {
14280
+ "$value": {
14281
+ "color": "{borderColor.accent.muted}",
14282
+ "style": "solid",
14283
+ "width": "{borderWidth.default}"
14284
+ },
14285
+ "$type": "border"
14286
+ },
14287
+ "name": "border-accent-muted",
14288
+ "attributes": {},
14289
+ "path": ["border", "accent", "muted"]
14290
+ },
14291
+ "border-success-emphasis": {
14292
+ "$value": "0.00390625rem,0.0625px solid #055d20",
14293
+ "$type": "border",
14294
+ "filePath": "src/tokens/functional/border/border.json5",
14295
+ "isSource": true,
14296
+ "original": {
14297
+ "$value": {
14298
+ "color": "{borderColor.success.emphasis}",
14299
+ "style": "solid",
14300
+ "width": "{borderWidth.default}"
14301
+ },
14302
+ "$type": "border"
14303
+ },
14304
+ "name": "border-success-emphasis",
14305
+ "attributes": {},
14306
+ "path": ["border", "success", "emphasis"]
14307
+ },
14308
+ "border-success-muted": {
14309
+ "$value": "0.00390625rem,0.0625px solid #26a148",
14310
+ "$type": "border",
14311
+ "filePath": "src/tokens/functional/border/border.json5",
14312
+ "isSource": true,
14313
+ "original": {
14314
+ "$value": {
14315
+ "color": "{borderColor.success.muted}",
14316
+ "style": "solid",
14317
+ "width": "{borderWidth.default}"
14318
+ },
14319
+ "$type": "border"
14320
+ },
14321
+ "name": "border-success-muted",
14322
+ "attributes": {},
14323
+ "path": ["border", "success", "muted"]
14324
+ },
14325
+ "border-open-emphasis": {
14326
+ "$value": "0.00390625rem,0.0625px solid #055d20",
14327
+ "$type": "border",
14328
+ "filePath": "src/tokens/functional/border/border.json5",
14329
+ "isSource": true,
14330
+ "original": {
14331
+ "$value": "{border.success.emphasis}",
14332
+ "$type": "border"
14333
+ },
14334
+ "name": "border-open-emphasis",
14335
+ "attributes": {},
14336
+ "path": ["border", "open", "emphasis"]
14337
+ },
14338
+ "border-open-muted": {
14339
+ "$value": "0.00390625rem,0.0625px solid #26a148",
14340
+ "$type": "border",
14341
+ "filePath": "src/tokens/functional/border/border.json5",
14342
+ "isSource": true,
14343
+ "original": {
14344
+ "$value": "{border.success.muted}",
14345
+ "$type": "border"
14346
+ },
14347
+ "name": "border-open-muted",
14348
+ "attributes": {},
14349
+ "path": ["border", "open", "muted"]
14350
+ },
14351
+ "border-danger-emphasis": {
14352
+ "$value": "0.00390625rem,0.0625px solid #a0111f",
14353
+ "$type": "border",
14354
+ "filePath": "src/tokens/functional/border/border.json5",
14355
+ "isSource": true,
14356
+ "original": {
14357
+ "$value": {
14358
+ "color": "{borderColor.danger.emphasis}",
14359
+ "style": "solid",
14360
+ "width": "{borderWidth.default}"
14361
+ },
14362
+ "$type": "border"
14363
+ },
14364
+ "name": "border-danger-emphasis",
14365
+ "attributes": {},
14366
+ "path": ["border", "danger", "emphasis"]
14367
+ },
14368
+ "border-danger-muted": {
14369
+ "$value": "0.00390625rem,0.0625px solid #ee5a5d",
14370
+ "$type": "border",
14371
+ "filePath": "src/tokens/functional/border/border.json5",
14372
+ "isSource": true,
14373
+ "original": {
14374
+ "$value": {
14375
+ "color": "{borderColor.danger.muted}",
14376
+ "style": "solid",
14377
+ "width": "{borderWidth.default}"
14378
+ },
14379
+ "$type": "border"
14380
+ },
14381
+ "name": "border-danger-muted",
14382
+ "attributes": {},
14383
+ "path": ["border", "danger", "muted"]
14384
+ },
14385
+ "border-closed-emphasis": {
14386
+ "$value": "0.00390625rem,0.0625px solid #a0111f",
14387
+ "$type": "border",
14388
+ "filePath": "src/tokens/functional/border/border.json5",
14389
+ "isSource": true,
14390
+ "original": {
14391
+ "$value": "{border.danger.emphasis}",
14392
+ "$type": "border"
14393
+ },
14394
+ "name": "border-closed-emphasis",
14395
+ "attributes": {},
14396
+ "path": ["border", "closed", "emphasis"]
14397
+ },
14398
+ "border-closed-muted": {
14399
+ "$value": "0.00390625rem,0.0625px solid #ee5a5d",
14400
+ "$type": "border",
14401
+ "filePath": "src/tokens/functional/border/border.json5",
14402
+ "isSource": true,
14403
+ "original": {
14404
+ "$value": "{border.danger.muted}",
14405
+ "$type": "border"
14406
+ },
14407
+ "name": "border-closed-muted",
14408
+ "attributes": {},
14409
+ "path": ["border", "closed", "muted"]
14410
+ },
14411
+ "border-attention-emphasis": {
14412
+ "$value": "0.00390625rem,0.0625px solid #744500",
14413
+ "$type": "border",
14414
+ "filePath": "src/tokens/functional/border/border.json5",
14415
+ "isSource": true,
14416
+ "original": {
14417
+ "$value": {
14418
+ "color": "{borderColor.attention.emphasis}",
14419
+ "style": "solid",
14420
+ "width": "{borderWidth.default}"
14421
+ },
14422
+ "$type": "border"
14423
+ },
14424
+ "name": "border-attention-emphasis",
14425
+ "attributes": {},
14426
+ "path": ["border", "attention", "emphasis"]
14427
+ },
14428
+ "border-attention-muted": {
14429
+ "$value": "0.00390625rem,0.0625px solid #b58407",
14430
+ "$type": "border",
14431
+ "filePath": "src/tokens/functional/border/border.json5",
14432
+ "isSource": true,
14433
+ "original": {
14434
+ "$value": {
14435
+ "color": "{borderColor.attention.muted}",
14436
+ "style": "solid",
14437
+ "width": "{borderWidth.default}"
14438
+ },
14439
+ "$type": "border"
14440
+ },
14441
+ "name": "border-attention-muted",
14442
+ "attributes": {},
14443
+ "path": ["border", "attention", "muted"]
14444
+ },
14445
+ "border-severe-emphasis": {
14446
+ "$value": "0.00390625rem,0.0625px solid #873800",
14447
+ "$type": "border",
14448
+ "filePath": "src/tokens/functional/border/border.json5",
14449
+ "isSource": true,
14450
+ "original": {
14451
+ "$value": {
14452
+ "color": "{borderColor.severe.emphasis}",
14453
+ "style": "solid",
14454
+ "width": "{borderWidth.default}"
14455
+ },
14456
+ "$type": "border"
14457
+ },
14458
+ "name": "border-severe-emphasis",
14459
+ "attributes": {},
14460
+ "path": ["border", "severe", "emphasis"]
14461
+ },
14462
+ "border-severe-muted": {
14463
+ "$value": "0.00390625rem,0.0625px solid #dc6d1a",
14464
+ "$type": "border",
14465
+ "filePath": "src/tokens/functional/border/border.json5",
14466
+ "isSource": true,
14467
+ "original": {
14468
+ "$value": {
14469
+ "color": "{borderColor.severe.muted}",
14470
+ "style": "solid",
14471
+ "width": "{borderWidth.default}"
14472
+ },
14473
+ "$type": "border"
14474
+ },
14475
+ "name": "border-severe-muted",
14476
+ "attributes": {},
14477
+ "path": ["border", "severe", "muted"]
14478
+ },
14479
+ "border-done-emphasis": {
14480
+ "$value": "0.00390625rem,0.0625px solid #622cbc",
14481
+ "$type": "border",
14482
+ "filePath": "src/tokens/functional/border/border.json5",
14483
+ "isSource": true,
14484
+ "original": {
14485
+ "$value": {
14486
+ "color": "{borderColor.done.emphasis}",
14487
+ "style": "solid",
14488
+ "width": "{borderWidth.default}"
14489
+ },
14490
+ "$type": "border"
14491
+ },
14492
+ "name": "border-done-emphasis",
14493
+ "attributes": {},
14494
+ "path": ["border", "done", "emphasis"]
14495
+ },
14496
+ "border-done-muted": {
14497
+ "$value": "0.00390625rem,0.0625px solid #a371f7",
14498
+ "$type": "border",
14499
+ "filePath": "src/tokens/functional/border/border.json5",
14500
+ "isSource": true,
14501
+ "original": {
14502
+ "$value": {
14503
+ "color": "{borderColor.done.muted}",
14504
+ "style": "solid",
14505
+ "width": "{borderWidth.default}"
14506
+ },
14507
+ "$type": "border"
14508
+ },
14509
+ "name": "border-done-muted",
14510
+ "attributes": {},
14511
+ "path": ["border", "done", "muted"]
14512
+ },
14513
+ "border-upsell-emphasis": {
14514
+ "$value": "0.00390625rem,0.0625px solid #622cbc",
14515
+ "$type": "border",
14516
+ "filePath": "src/tokens/functional/border/border.json5",
14517
+ "isSource": true,
14518
+ "original": {
14519
+ "$value": {
14520
+ "color": "{borderColor.upsell.emphasis}",
14521
+ "style": "solid",
14522
+ "width": "{borderWidth.default}"
14523
+ },
14524
+ "$type": "border"
14525
+ },
14526
+ "name": "border-upsell-emphasis",
14527
+ "attributes": {},
14528
+ "path": ["border", "upsell", "emphasis"]
14529
+ },
14530
+ "border-upsell-muted": {
14531
+ "$value": "0.00390625rem,0.0625px solid #a371f7",
14532
+ "$type": "border",
14533
+ "filePath": "src/tokens/functional/border/border.json5",
14534
+ "isSource": true,
14535
+ "original": {
14536
+ "$value": {
14537
+ "color": "{borderColor.upsell.muted}",
14538
+ "style": "solid",
14539
+ "width": "{borderWidth.default}"
14540
+ },
14541
+ "$type": "border"
14542
+ },
14543
+ "name": "border-upsell-muted",
14544
+ "attributes": {},
14545
+ "path": ["border", "upsell", "muted"]
14546
+ },
14547
+ "border-sponsors-emphasis": {
14548
+ "$value": "0.00390625rem,0.0625px solid #971368",
14549
+ "$type": "border",
14550
+ "filePath": "src/tokens/functional/border/border.json5",
14551
+ "isSource": true,
14552
+ "original": {
14553
+ "$value": {
14554
+ "color": "{borderColor.sponsors.emphasis}",
14555
+ "style": "solid",
14556
+ "width": "{borderWidth.default}"
14557
+ },
14558
+ "$type": "border"
14559
+ },
14560
+ "name": "border-sponsors-emphasis",
14561
+ "attributes": {},
14562
+ "path": ["border", "sponsors", "emphasis"]
14563
+ },
14564
+ "border-sponsors-muted": {
14565
+ "$value": "0.00390625rem,0.0625px solid #ed4baf",
14566
+ "$type": "border",
14567
+ "filePath": "src/tokens/functional/border/border.json5",
14568
+ "isSource": true,
14569
+ "original": {
14570
+ "$value": {
14571
+ "color": "{borderColor.sponsors.muted}",
14572
+ "style": "solid",
14573
+ "width": "{borderWidth.default}"
14574
+ },
14575
+ "$type": "border"
14576
+ },
14577
+ "name": "border-sponsors-muted",
14578
+ "attributes": {},
14579
+ "path": ["border", "sponsors", "muted"]
14137
14580
  }
14138
14581
  }