@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
@@ -8478,9 +8478,9 @@
8478
8478
  "path": ["focus", "outlineColor"]
8479
8479
  },
8480
8480
  "focus-outline": {
8481
- "$value": "#0969da solid 2px",
8481
+ "$value": "2px solid #0969da",
8482
8482
  "$type": "border",
8483
- "filePath": "src/tokens/functional/border/light.json5",
8483
+ "filePath": "src/tokens/functional/border/border.json5",
8484
8484
  "isSource": true,
8485
8485
  "original": {
8486
8486
  "$value": {
@@ -16092,5 +16092,448 @@
16092
16092
  "name": "shadow-floating-legacy",
16093
16093
  "attributes": {},
16094
16094
  "path": ["shadow", "floating", "legacy"]
16095
+ },
16096
+ "border-default": {
16097
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0",
16098
+ "$type": "border",
16099
+ "filePath": "src/tokens/functional/border/border.json5",
16100
+ "isSource": true,
16101
+ "original": {
16102
+ "$value": {
16103
+ "color": "{borderColor.default}",
16104
+ "style": "solid",
16105
+ "width": "{borderWidth.default}"
16106
+ },
16107
+ "$type": "border"
16108
+ },
16109
+ "name": "border-default",
16110
+ "attributes": {},
16111
+ "path": ["border", "default"]
16112
+ },
16113
+ "border-muted": {
16114
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
16115
+ "$type": "border",
16116
+ "filePath": "src/tokens/functional/border/border.json5",
16117
+ "isSource": true,
16118
+ "original": {
16119
+ "$value": {
16120
+ "color": "{borderColor.muted}",
16121
+ "style": "solid",
16122
+ "width": "{borderWidth.default}"
16123
+ },
16124
+ "$type": "border"
16125
+ },
16126
+ "name": "border-muted",
16127
+ "attributes": {},
16128
+ "path": ["border", "muted"]
16129
+ },
16130
+ "border-emphasis": {
16131
+ "$value": "0.00390625rem,0.0625px solid #818b98",
16132
+ "$type": "border",
16133
+ "filePath": "src/tokens/functional/border/border.json5",
16134
+ "isSource": true,
16135
+ "original": {
16136
+ "$value": {
16137
+ "color": "{borderColor.emphasis}",
16138
+ "style": "solid",
16139
+ "width": "{borderWidth.default}"
16140
+ },
16141
+ "$type": "border"
16142
+ },
16143
+ "name": "border-emphasis",
16144
+ "attributes": {},
16145
+ "path": ["border", "emphasis"]
16146
+ },
16147
+ "border-disabled": {
16148
+ "$value": "0.00390625rem,0.0625px solid #818b981a",
16149
+ "$type": "border",
16150
+ "filePath": "src/tokens/functional/border/border.json5",
16151
+ "isSource": true,
16152
+ "original": {
16153
+ "$value": {
16154
+ "color": "{borderColor.disabled}",
16155
+ "style": "solid",
16156
+ "width": "{borderWidth.default}"
16157
+ },
16158
+ "$type": "border"
16159
+ },
16160
+ "name": "border-disabled",
16161
+ "attributes": {},
16162
+ "path": ["border", "disabled"]
16163
+ },
16164
+ "border-transparent": {
16165
+ "$value": "0.00390625rem,0.0625px solid #ffffff00",
16166
+ "$type": "border",
16167
+ "filePath": "src/tokens/functional/border/border.json5",
16168
+ "isSource": true,
16169
+ "original": {
16170
+ "$value": {
16171
+ "color": "{borderColor.transparent}",
16172
+ "style": "solid",
16173
+ "width": "{borderWidth.default}"
16174
+ },
16175
+ "$type": "border"
16176
+ },
16177
+ "name": "border-transparent",
16178
+ "attributes": {},
16179
+ "path": ["border", "transparent"]
16180
+ },
16181
+ "border-neutral-emphasis": {
16182
+ "$value": "0.00390625rem,0.0625px solid #59636e",
16183
+ "$type": "border",
16184
+ "filePath": "src/tokens/functional/border/border.json5",
16185
+ "isSource": true,
16186
+ "original": {
16187
+ "$value": {
16188
+ "color": "{borderColor.neutral.emphasis}",
16189
+ "style": "solid",
16190
+ "width": "{borderWidth.default}"
16191
+ },
16192
+ "$type": "border"
16193
+ },
16194
+ "name": "border-neutral-emphasis",
16195
+ "attributes": {},
16196
+ "path": ["border", "neutral", "emphasis"]
16197
+ },
16198
+ "border-neutral-muted": {
16199
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
16200
+ "$type": "border",
16201
+ "filePath": "src/tokens/functional/border/border.json5",
16202
+ "isSource": true,
16203
+ "original": {
16204
+ "$value": {
16205
+ "color": "{borderColor.neutral.muted}",
16206
+ "style": "solid",
16207
+ "width": "{borderWidth.default}"
16208
+ },
16209
+ "$type": "border"
16210
+ },
16211
+ "name": "border-neutral-muted",
16212
+ "attributes": {},
16213
+ "path": ["border", "neutral", "muted"]
16214
+ },
16215
+ "border-accent-emphasis": {
16216
+ "$value": "0.00390625rem,0.0625px solid #0969da",
16217
+ "$type": "border",
16218
+ "filePath": "src/tokens/functional/border/border.json5",
16219
+ "isSource": true,
16220
+ "original": {
16221
+ "$value": {
16222
+ "color": "{borderColor.accent.emphasis}",
16223
+ "style": "solid",
16224
+ "width": "{borderWidth.default}"
16225
+ },
16226
+ "$type": "border"
16227
+ },
16228
+ "name": "border-accent-emphasis",
16229
+ "attributes": {},
16230
+ "path": ["border", "accent", "emphasis"]
16231
+ },
16232
+ "border-accent-muted": {
16233
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
16234
+ "$type": "border",
16235
+ "filePath": "src/tokens/functional/border/border.json5",
16236
+ "isSource": true,
16237
+ "original": {
16238
+ "$value": {
16239
+ "color": "{borderColor.accent.muted}",
16240
+ "style": "solid",
16241
+ "width": "{borderWidth.default}"
16242
+ },
16243
+ "$type": "border"
16244
+ },
16245
+ "name": "border-accent-muted",
16246
+ "attributes": {},
16247
+ "path": ["border", "accent", "muted"]
16248
+ },
16249
+ "border-success-emphasis": {
16250
+ "$value": "0.00390625rem,0.0625px solid #1a7f37",
16251
+ "$type": "border",
16252
+ "filePath": "src/tokens/functional/border/border.json5",
16253
+ "isSource": true,
16254
+ "original": {
16255
+ "$value": {
16256
+ "color": "{borderColor.success.emphasis}",
16257
+ "style": "solid",
16258
+ "width": "{borderWidth.default}"
16259
+ },
16260
+ "$type": "border"
16261
+ },
16262
+ "name": "border-success-emphasis",
16263
+ "attributes": {},
16264
+ "path": ["border", "success", "emphasis"]
16265
+ },
16266
+ "border-success-muted": {
16267
+ "$value": "0.00390625rem,0.0625px solid #4ac26b66",
16268
+ "$type": "border",
16269
+ "filePath": "src/tokens/functional/border/border.json5",
16270
+ "isSource": true,
16271
+ "original": {
16272
+ "$value": {
16273
+ "color": "{borderColor.success.muted}",
16274
+ "style": "solid",
16275
+ "width": "{borderWidth.default}"
16276
+ },
16277
+ "$type": "border"
16278
+ },
16279
+ "name": "border-success-muted",
16280
+ "attributes": {},
16281
+ "path": ["border", "success", "muted"]
16282
+ },
16283
+ "border-open-emphasis": {
16284
+ "$value": "0.00390625rem,0.0625px solid #1a7f37",
16285
+ "$type": "border",
16286
+ "filePath": "src/tokens/functional/border/border.json5",
16287
+ "isSource": true,
16288
+ "original": {
16289
+ "$value": "{border.success.emphasis}",
16290
+ "$type": "border"
16291
+ },
16292
+ "name": "border-open-emphasis",
16293
+ "attributes": {},
16294
+ "path": ["border", "open", "emphasis"]
16295
+ },
16296
+ "border-open-muted": {
16297
+ "$value": "0.00390625rem,0.0625px solid #4ac26b66",
16298
+ "$type": "border",
16299
+ "filePath": "src/tokens/functional/border/border.json5",
16300
+ "isSource": true,
16301
+ "original": {
16302
+ "$value": "{border.success.muted}",
16303
+ "$type": "border"
16304
+ },
16305
+ "name": "border-open-muted",
16306
+ "attributes": {},
16307
+ "path": ["border", "open", "muted"]
16308
+ },
16309
+ "border-danger-emphasis": {
16310
+ "$value": "0.00390625rem,0.0625px solid #cf222e",
16311
+ "$type": "border",
16312
+ "filePath": "src/tokens/functional/border/border.json5",
16313
+ "isSource": true,
16314
+ "original": {
16315
+ "$value": {
16316
+ "color": "{borderColor.danger.emphasis}",
16317
+ "style": "solid",
16318
+ "width": "{borderWidth.default}"
16319
+ },
16320
+ "$type": "border"
16321
+ },
16322
+ "name": "border-danger-emphasis",
16323
+ "attributes": {},
16324
+ "path": ["border", "danger", "emphasis"]
16325
+ },
16326
+ "border-danger-muted": {
16327
+ "$value": "0.00390625rem,0.0625px solid #ff818266",
16328
+ "$type": "border",
16329
+ "filePath": "src/tokens/functional/border/border.json5",
16330
+ "isSource": true,
16331
+ "original": {
16332
+ "$value": {
16333
+ "color": "{borderColor.danger.muted}",
16334
+ "style": "solid",
16335
+ "width": "{borderWidth.default}"
16336
+ },
16337
+ "$type": "border"
16338
+ },
16339
+ "name": "border-danger-muted",
16340
+ "attributes": {},
16341
+ "path": ["border", "danger", "muted"]
16342
+ },
16343
+ "border-closed-emphasis": {
16344
+ "$value": "0.00390625rem,0.0625px solid #cf222e",
16345
+ "$type": "border",
16346
+ "filePath": "src/tokens/functional/border/border.json5",
16347
+ "isSource": true,
16348
+ "original": {
16349
+ "$value": "{border.danger.emphasis}",
16350
+ "$type": "border"
16351
+ },
16352
+ "name": "border-closed-emphasis",
16353
+ "attributes": {},
16354
+ "path": ["border", "closed", "emphasis"]
16355
+ },
16356
+ "border-closed-muted": {
16357
+ "$value": "0.00390625rem,0.0625px solid #ff818266",
16358
+ "$type": "border",
16359
+ "filePath": "src/tokens/functional/border/border.json5",
16360
+ "isSource": true,
16361
+ "original": {
16362
+ "$value": "{border.danger.muted}",
16363
+ "$type": "border"
16364
+ },
16365
+ "name": "border-closed-muted",
16366
+ "attributes": {},
16367
+ "path": ["border", "closed", "muted"]
16368
+ },
16369
+ "border-attention-emphasis": {
16370
+ "$value": "0.00390625rem,0.0625px solid #9a6700",
16371
+ "$type": "border",
16372
+ "filePath": "src/tokens/functional/border/border.json5",
16373
+ "isSource": true,
16374
+ "original": {
16375
+ "$value": {
16376
+ "color": "{borderColor.attention.emphasis}",
16377
+ "style": "solid",
16378
+ "width": "{borderWidth.default}"
16379
+ },
16380
+ "$type": "border"
16381
+ },
16382
+ "name": "border-attention-emphasis",
16383
+ "attributes": {},
16384
+ "path": ["border", "attention", "emphasis"]
16385
+ },
16386
+ "border-attention-muted": {
16387
+ "$value": "0.00390625rem,0.0625px solid #d4a72c66",
16388
+ "$type": "border",
16389
+ "filePath": "src/tokens/functional/border/border.json5",
16390
+ "isSource": true,
16391
+ "original": {
16392
+ "$value": {
16393
+ "color": "{borderColor.attention.muted}",
16394
+ "style": "solid",
16395
+ "width": "{borderWidth.default}"
16396
+ },
16397
+ "$type": "border"
16398
+ },
16399
+ "name": "border-attention-muted",
16400
+ "attributes": {},
16401
+ "path": ["border", "attention", "muted"]
16402
+ },
16403
+ "border-severe-emphasis": {
16404
+ "$value": "0.00390625rem,0.0625px solid #bc4c00",
16405
+ "$type": "border",
16406
+ "filePath": "src/tokens/functional/border/border.json5",
16407
+ "isSource": true,
16408
+ "original": {
16409
+ "$value": {
16410
+ "color": "{borderColor.severe.emphasis}",
16411
+ "style": "solid",
16412
+ "width": "{borderWidth.default}"
16413
+ },
16414
+ "$type": "border"
16415
+ },
16416
+ "name": "border-severe-emphasis",
16417
+ "attributes": {},
16418
+ "path": ["border", "severe", "emphasis"]
16419
+ },
16420
+ "border-severe-muted": {
16421
+ "$value": "0.00390625rem,0.0625px solid #fb8f4466",
16422
+ "$type": "border",
16423
+ "filePath": "src/tokens/functional/border/border.json5",
16424
+ "isSource": true,
16425
+ "original": {
16426
+ "$value": {
16427
+ "color": "{borderColor.severe.muted}",
16428
+ "style": "solid",
16429
+ "width": "{borderWidth.default}"
16430
+ },
16431
+ "$type": "border"
16432
+ },
16433
+ "name": "border-severe-muted",
16434
+ "attributes": {},
16435
+ "path": ["border", "severe", "muted"]
16436
+ },
16437
+ "border-done-emphasis": {
16438
+ "$value": "0.00390625rem,0.0625px solid #8250df",
16439
+ "$type": "border",
16440
+ "filePath": "src/tokens/functional/border/border.json5",
16441
+ "isSource": true,
16442
+ "original": {
16443
+ "$value": {
16444
+ "color": "{borderColor.done.emphasis}",
16445
+ "style": "solid",
16446
+ "width": "{borderWidth.default}"
16447
+ },
16448
+ "$type": "border"
16449
+ },
16450
+ "name": "border-done-emphasis",
16451
+ "attributes": {},
16452
+ "path": ["border", "done", "emphasis"]
16453
+ },
16454
+ "border-done-muted": {
16455
+ "$value": "0.00390625rem,0.0625px solid #c297ff66",
16456
+ "$type": "border",
16457
+ "filePath": "src/tokens/functional/border/border.json5",
16458
+ "isSource": true,
16459
+ "original": {
16460
+ "$value": {
16461
+ "color": "{borderColor.done.muted}",
16462
+ "style": "solid",
16463
+ "width": "{borderWidth.default}"
16464
+ },
16465
+ "$type": "border"
16466
+ },
16467
+ "name": "border-done-muted",
16468
+ "attributes": {},
16469
+ "path": ["border", "done", "muted"]
16470
+ },
16471
+ "border-upsell-emphasis": {
16472
+ "$value": "0.00390625rem,0.0625px solid #8250df",
16473
+ "$type": "border",
16474
+ "filePath": "src/tokens/functional/border/border.json5",
16475
+ "isSource": true,
16476
+ "original": {
16477
+ "$value": {
16478
+ "color": "{borderColor.upsell.emphasis}",
16479
+ "style": "solid",
16480
+ "width": "{borderWidth.default}"
16481
+ },
16482
+ "$type": "border"
16483
+ },
16484
+ "name": "border-upsell-emphasis",
16485
+ "attributes": {},
16486
+ "path": ["border", "upsell", "emphasis"]
16487
+ },
16488
+ "border-upsell-muted": {
16489
+ "$value": "0.00390625rem,0.0625px solid #c297ff66",
16490
+ "$type": "border",
16491
+ "filePath": "src/tokens/functional/border/border.json5",
16492
+ "isSource": true,
16493
+ "original": {
16494
+ "$value": {
16495
+ "color": "{borderColor.upsell.muted}",
16496
+ "style": "solid",
16497
+ "width": "{borderWidth.default}"
16498
+ },
16499
+ "$type": "border"
16500
+ },
16501
+ "name": "border-upsell-muted",
16502
+ "attributes": {},
16503
+ "path": ["border", "upsell", "muted"]
16504
+ },
16505
+ "border-sponsors-emphasis": {
16506
+ "$value": "0.00390625rem,0.0625px solid #bf3989",
16507
+ "$type": "border",
16508
+ "filePath": "src/tokens/functional/border/border.json5",
16509
+ "isSource": true,
16510
+ "original": {
16511
+ "$value": {
16512
+ "color": "{borderColor.sponsors.emphasis}",
16513
+ "style": "solid",
16514
+ "width": "{borderWidth.default}"
16515
+ },
16516
+ "$type": "border"
16517
+ },
16518
+ "name": "border-sponsors-emphasis",
16519
+ "attributes": {},
16520
+ "path": ["border", "sponsors", "emphasis"]
16521
+ },
16522
+ "border-sponsors-muted": {
16523
+ "$value": "0.00390625rem,0.0625px solid #ff80c866",
16524
+ "$type": "border",
16525
+ "filePath": "src/tokens/functional/border/border.json5",
16526
+ "isSource": true,
16527
+ "original": {
16528
+ "$value": {
16529
+ "color": "{borderColor.sponsors.muted}",
16530
+ "style": "solid",
16531
+ "width": "{borderWidth.default}"
16532
+ },
16533
+ "$type": "border"
16534
+ },
16535
+ "name": "border-sponsors-muted",
16536
+ "attributes": {},
16537
+ "path": ["border", "sponsors", "muted"]
16095
16538
  }
16096
16539
  }