@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,7 +7206,7 @@
7206
7206
  "type": "color"
7207
7207
  },
7208
7208
  "focus-outline": {
7209
- "filePath": "src/tokens/functional/border/light.json5",
7209
+ "filePath": "src/tokens/functional/border/border.json5",
7210
7210
  "isSource": true,
7211
7211
  "original": {
7212
7212
  "$value": {
@@ -7219,7 +7219,7 @@
7219
7219
  "name": "focus-outline",
7220
7220
  "attributes": {},
7221
7221
  "path": ["focus", "outline"],
7222
- "value": "#0349b4 solid 2px",
7222
+ "value": "2px solid #0349b4",
7223
7223
  "type": "border"
7224
7224
  },
7225
7225
  "menu-bgColor-active": {
@@ -14134,5 +14134,448 @@
14134
14134
  "path": ["shadow", "floating", "legacy"],
14135
14135
  "value": "0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f",
14136
14136
  "type": "shadow"
14137
+ },
14138
+ "border-default": {
14139
+ "filePath": "src/tokens/functional/border/border.json5",
14140
+ "isSource": true,
14141
+ "original": {
14142
+ "$value": {
14143
+ "color": "{borderColor.default}",
14144
+ "style": "solid",
14145
+ "width": "{borderWidth.default}"
14146
+ },
14147
+ "$type": "border"
14148
+ },
14149
+ "name": "border-default",
14150
+ "attributes": {},
14151
+ "path": ["border", "default"],
14152
+ "value": "0.0625rem solid #454c54",
14153
+ "type": "border"
14154
+ },
14155
+ "border-muted": {
14156
+ "filePath": "src/tokens/functional/border/border.json5",
14157
+ "isSource": true,
14158
+ "original": {
14159
+ "$value": {
14160
+ "color": "{borderColor.muted}",
14161
+ "style": "solid",
14162
+ "width": "{borderWidth.default}"
14163
+ },
14164
+ "$type": "border"
14165
+ },
14166
+ "name": "border-muted",
14167
+ "attributes": {},
14168
+ "path": ["border", "muted"],
14169
+ "value": "0.0625rem solid #454c54",
14170
+ "type": "border"
14171
+ },
14172
+ "border-emphasis": {
14173
+ "filePath": "src/tokens/functional/border/border.json5",
14174
+ "isSource": true,
14175
+ "original": {
14176
+ "$value": {
14177
+ "color": "{borderColor.emphasis}",
14178
+ "style": "solid",
14179
+ "width": "{borderWidth.default}"
14180
+ },
14181
+ "$type": "border"
14182
+ },
14183
+ "name": "border-emphasis",
14184
+ "attributes": {},
14185
+ "path": ["border", "emphasis"],
14186
+ "value": "0.0625rem solid #454c54",
14187
+ "type": "border"
14188
+ },
14189
+ "border-disabled": {
14190
+ "filePath": "src/tokens/functional/border/border.json5",
14191
+ "isSource": true,
14192
+ "original": {
14193
+ "$value": {
14194
+ "color": "{borderColor.disabled}",
14195
+ "style": "solid",
14196
+ "width": "{borderWidth.default}"
14197
+ },
14198
+ "$type": "border"
14199
+ },
14200
+ "name": "border-disabled",
14201
+ "attributes": {},
14202
+ "path": ["border", "disabled"],
14203
+ "value": "0.0625rem solid #59636e1f",
14204
+ "type": "border"
14205
+ },
14206
+ "border-transparent": {
14207
+ "filePath": "src/tokens/functional/border/border.json5",
14208
+ "isSource": true,
14209
+ "original": {
14210
+ "$value": {
14211
+ "color": "{borderColor.transparent}",
14212
+ "style": "solid",
14213
+ "width": "{borderWidth.default}"
14214
+ },
14215
+ "$type": "border"
14216
+ },
14217
+ "name": "border-transparent",
14218
+ "attributes": {},
14219
+ "path": ["border", "transparent"],
14220
+ "value": "0.0625rem solid #ffffff00",
14221
+ "type": "border"
14222
+ },
14223
+ "border-neutral-emphasis": {
14224
+ "filePath": "src/tokens/functional/border/border.json5",
14225
+ "isSource": true,
14226
+ "original": {
14227
+ "$value": {
14228
+ "color": "{borderColor.neutral.emphasis}",
14229
+ "style": "solid",
14230
+ "width": "{borderWidth.default}"
14231
+ },
14232
+ "$type": "border"
14233
+ },
14234
+ "name": "border-neutral-emphasis",
14235
+ "attributes": {},
14236
+ "path": ["border", "neutral", "emphasis"],
14237
+ "value": "0.0625rem solid #59636e",
14238
+ "type": "border"
14239
+ },
14240
+ "border-neutral-muted": {
14241
+ "filePath": "src/tokens/functional/border/border.json5",
14242
+ "isSource": true,
14243
+ "original": {
14244
+ "$value": {
14245
+ "color": "{borderColor.neutral.muted}",
14246
+ "style": "solid",
14247
+ "width": "{borderWidth.default}"
14248
+ },
14249
+ "$type": "border"
14250
+ },
14251
+ "name": "border-neutral-muted",
14252
+ "attributes": {},
14253
+ "path": ["border", "neutral", "muted"],
14254
+ "value": "0.0625rem solid #454c54",
14255
+ "type": "border"
14256
+ },
14257
+ "border-accent-emphasis": {
14258
+ "filePath": "src/tokens/functional/border/border.json5",
14259
+ "isSource": true,
14260
+ "original": {
14261
+ "$value": {
14262
+ "color": "{borderColor.accent.emphasis}",
14263
+ "style": "solid",
14264
+ "width": "{borderWidth.default}"
14265
+ },
14266
+ "$type": "border"
14267
+ },
14268
+ "name": "border-accent-emphasis",
14269
+ "attributes": {},
14270
+ "path": ["border", "accent", "emphasis"],
14271
+ "value": "0.0625rem solid #0349b4",
14272
+ "type": "border"
14273
+ },
14274
+ "border-accent-muted": {
14275
+ "filePath": "src/tokens/functional/border/border.json5",
14276
+ "isSource": true,
14277
+ "original": {
14278
+ "$value": {
14279
+ "color": "{borderColor.accent.muted}",
14280
+ "style": "solid",
14281
+ "width": "{borderWidth.default}"
14282
+ },
14283
+ "$type": "border"
14284
+ },
14285
+ "name": "border-accent-muted",
14286
+ "attributes": {},
14287
+ "path": ["border", "accent", "muted"],
14288
+ "value": "0.0625rem solid #368cf9",
14289
+ "type": "border"
14290
+ },
14291
+ "border-success-emphasis": {
14292
+ "filePath": "src/tokens/functional/border/border.json5",
14293
+ "isSource": true,
14294
+ "original": {
14295
+ "$value": {
14296
+ "color": "{borderColor.success.emphasis}",
14297
+ "style": "solid",
14298
+ "width": "{borderWidth.default}"
14299
+ },
14300
+ "$type": "border"
14301
+ },
14302
+ "name": "border-success-emphasis",
14303
+ "attributes": {},
14304
+ "path": ["border", "success", "emphasis"],
14305
+ "value": "0.0625rem solid #055d20",
14306
+ "type": "border"
14307
+ },
14308
+ "border-success-muted": {
14309
+ "filePath": "src/tokens/functional/border/border.json5",
14310
+ "isSource": true,
14311
+ "original": {
14312
+ "$value": {
14313
+ "color": "{borderColor.success.muted}",
14314
+ "style": "solid",
14315
+ "width": "{borderWidth.default}"
14316
+ },
14317
+ "$type": "border"
14318
+ },
14319
+ "name": "border-success-muted",
14320
+ "attributes": {},
14321
+ "path": ["border", "success", "muted"],
14322
+ "value": "0.0625rem solid #26a148",
14323
+ "type": "border"
14324
+ },
14325
+ "border-open-emphasis": {
14326
+ "filePath": "src/tokens/functional/border/border.json5",
14327
+ "isSource": true,
14328
+ "original": {
14329
+ "$value": "{border.success.emphasis}",
14330
+ "$type": "border"
14331
+ },
14332
+ "name": "border-open-emphasis",
14333
+ "attributes": {},
14334
+ "path": ["border", "open", "emphasis"],
14335
+ "value": "0.0625rem solid #055d20",
14336
+ "type": "border"
14337
+ },
14338
+ "border-open-muted": {
14339
+ "filePath": "src/tokens/functional/border/border.json5",
14340
+ "isSource": true,
14341
+ "original": {
14342
+ "$value": "{border.success.muted}",
14343
+ "$type": "border"
14344
+ },
14345
+ "name": "border-open-muted",
14346
+ "attributes": {},
14347
+ "path": ["border", "open", "muted"],
14348
+ "value": "0.0625rem solid #26a148",
14349
+ "type": "border"
14350
+ },
14351
+ "border-danger-emphasis": {
14352
+ "filePath": "src/tokens/functional/border/border.json5",
14353
+ "isSource": true,
14354
+ "original": {
14355
+ "$value": {
14356
+ "color": "{borderColor.danger.emphasis}",
14357
+ "style": "solid",
14358
+ "width": "{borderWidth.default}"
14359
+ },
14360
+ "$type": "border"
14361
+ },
14362
+ "name": "border-danger-emphasis",
14363
+ "attributes": {},
14364
+ "path": ["border", "danger", "emphasis"],
14365
+ "value": "0.0625rem solid #a0111f",
14366
+ "type": "border"
14367
+ },
14368
+ "border-danger-muted": {
14369
+ "filePath": "src/tokens/functional/border/border.json5",
14370
+ "isSource": true,
14371
+ "original": {
14372
+ "$value": {
14373
+ "color": "{borderColor.danger.muted}",
14374
+ "style": "solid",
14375
+ "width": "{borderWidth.default}"
14376
+ },
14377
+ "$type": "border"
14378
+ },
14379
+ "name": "border-danger-muted",
14380
+ "attributes": {},
14381
+ "path": ["border", "danger", "muted"],
14382
+ "value": "0.0625rem solid #ee5a5d",
14383
+ "type": "border"
14384
+ },
14385
+ "border-closed-emphasis": {
14386
+ "filePath": "src/tokens/functional/border/border.json5",
14387
+ "isSource": true,
14388
+ "original": {
14389
+ "$value": "{border.danger.emphasis}",
14390
+ "$type": "border"
14391
+ },
14392
+ "name": "border-closed-emphasis",
14393
+ "attributes": {},
14394
+ "path": ["border", "closed", "emphasis"],
14395
+ "value": "0.0625rem solid #a0111f",
14396
+ "type": "border"
14397
+ },
14398
+ "border-closed-muted": {
14399
+ "filePath": "src/tokens/functional/border/border.json5",
14400
+ "isSource": true,
14401
+ "original": {
14402
+ "$value": "{border.danger.muted}",
14403
+ "$type": "border"
14404
+ },
14405
+ "name": "border-closed-muted",
14406
+ "attributes": {},
14407
+ "path": ["border", "closed", "muted"],
14408
+ "value": "0.0625rem solid #ee5a5d",
14409
+ "type": "border"
14410
+ },
14411
+ "border-attention-emphasis": {
14412
+ "filePath": "src/tokens/functional/border/border.json5",
14413
+ "isSource": true,
14414
+ "original": {
14415
+ "$value": {
14416
+ "color": "{borderColor.attention.emphasis}",
14417
+ "style": "solid",
14418
+ "width": "{borderWidth.default}"
14419
+ },
14420
+ "$type": "border"
14421
+ },
14422
+ "name": "border-attention-emphasis",
14423
+ "attributes": {},
14424
+ "path": ["border", "attention", "emphasis"],
14425
+ "value": "0.0625rem solid #744500",
14426
+ "type": "border"
14427
+ },
14428
+ "border-attention-muted": {
14429
+ "filePath": "src/tokens/functional/border/border.json5",
14430
+ "isSource": true,
14431
+ "original": {
14432
+ "$value": {
14433
+ "color": "{borderColor.attention.muted}",
14434
+ "style": "solid",
14435
+ "width": "{borderWidth.default}"
14436
+ },
14437
+ "$type": "border"
14438
+ },
14439
+ "name": "border-attention-muted",
14440
+ "attributes": {},
14441
+ "path": ["border", "attention", "muted"],
14442
+ "value": "0.0625rem solid #b58407",
14443
+ "type": "border"
14444
+ },
14445
+ "border-severe-emphasis": {
14446
+ "filePath": "src/tokens/functional/border/border.json5",
14447
+ "isSource": true,
14448
+ "original": {
14449
+ "$value": {
14450
+ "color": "{borderColor.severe.emphasis}",
14451
+ "style": "solid",
14452
+ "width": "{borderWidth.default}"
14453
+ },
14454
+ "$type": "border"
14455
+ },
14456
+ "name": "border-severe-emphasis",
14457
+ "attributes": {},
14458
+ "path": ["border", "severe", "emphasis"],
14459
+ "value": "0.0625rem solid #873800",
14460
+ "type": "border"
14461
+ },
14462
+ "border-severe-muted": {
14463
+ "filePath": "src/tokens/functional/border/border.json5",
14464
+ "isSource": true,
14465
+ "original": {
14466
+ "$value": {
14467
+ "color": "{borderColor.severe.muted}",
14468
+ "style": "solid",
14469
+ "width": "{borderWidth.default}"
14470
+ },
14471
+ "$type": "border"
14472
+ },
14473
+ "name": "border-severe-muted",
14474
+ "attributes": {},
14475
+ "path": ["border", "severe", "muted"],
14476
+ "value": "0.0625rem solid #dc6d1a",
14477
+ "type": "border"
14478
+ },
14479
+ "border-done-emphasis": {
14480
+ "filePath": "src/tokens/functional/border/border.json5",
14481
+ "isSource": true,
14482
+ "original": {
14483
+ "$value": {
14484
+ "color": "{borderColor.done.emphasis}",
14485
+ "style": "solid",
14486
+ "width": "{borderWidth.default}"
14487
+ },
14488
+ "$type": "border"
14489
+ },
14490
+ "name": "border-done-emphasis",
14491
+ "attributes": {},
14492
+ "path": ["border", "done", "emphasis"],
14493
+ "value": "0.0625rem solid #622cbc",
14494
+ "type": "border"
14495
+ },
14496
+ "border-done-muted": {
14497
+ "filePath": "src/tokens/functional/border/border.json5",
14498
+ "isSource": true,
14499
+ "original": {
14500
+ "$value": {
14501
+ "color": "{borderColor.done.muted}",
14502
+ "style": "solid",
14503
+ "width": "{borderWidth.default}"
14504
+ },
14505
+ "$type": "border"
14506
+ },
14507
+ "name": "border-done-muted",
14508
+ "attributes": {},
14509
+ "path": ["border", "done", "muted"],
14510
+ "value": "0.0625rem solid #a371f7",
14511
+ "type": "border"
14512
+ },
14513
+ "border-upsell-emphasis": {
14514
+ "filePath": "src/tokens/functional/border/border.json5",
14515
+ "isSource": true,
14516
+ "original": {
14517
+ "$value": {
14518
+ "color": "{borderColor.upsell.emphasis}",
14519
+ "style": "solid",
14520
+ "width": "{borderWidth.default}"
14521
+ },
14522
+ "$type": "border"
14523
+ },
14524
+ "name": "border-upsell-emphasis",
14525
+ "attributes": {},
14526
+ "path": ["border", "upsell", "emphasis"],
14527
+ "value": "0.0625rem solid #622cbc",
14528
+ "type": "border"
14529
+ },
14530
+ "border-upsell-muted": {
14531
+ "filePath": "src/tokens/functional/border/border.json5",
14532
+ "isSource": true,
14533
+ "original": {
14534
+ "$value": {
14535
+ "color": "{borderColor.upsell.muted}",
14536
+ "style": "solid",
14537
+ "width": "{borderWidth.default}"
14538
+ },
14539
+ "$type": "border"
14540
+ },
14541
+ "name": "border-upsell-muted",
14542
+ "attributes": {},
14543
+ "path": ["border", "upsell", "muted"],
14544
+ "value": "0.0625rem solid #a371f7",
14545
+ "type": "border"
14546
+ },
14547
+ "border-sponsors-emphasis": {
14548
+ "filePath": "src/tokens/functional/border/border.json5",
14549
+ "isSource": true,
14550
+ "original": {
14551
+ "$value": {
14552
+ "color": "{borderColor.sponsors.emphasis}",
14553
+ "style": "solid",
14554
+ "width": "{borderWidth.default}"
14555
+ },
14556
+ "$type": "border"
14557
+ },
14558
+ "name": "border-sponsors-emphasis",
14559
+ "attributes": {},
14560
+ "path": ["border", "sponsors", "emphasis"],
14561
+ "value": "0.0625rem solid #971368",
14562
+ "type": "border"
14563
+ },
14564
+ "border-sponsors-muted": {
14565
+ "filePath": "src/tokens/functional/border/border.json5",
14566
+ "isSource": true,
14567
+ "original": {
14568
+ "$value": {
14569
+ "color": "{borderColor.sponsors.muted}",
14570
+ "style": "solid",
14571
+ "width": "{borderWidth.default}"
14572
+ },
14573
+ "$type": "border"
14574
+ },
14575
+ "name": "border-sponsors-muted",
14576
+ "attributes": {},
14577
+ "path": ["border", "sponsors", "muted"],
14578
+ "value": "0.0625rem solid #ed4baf",
14579
+ "type": "border"
14137
14580
  }
14138
14581
  }