@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
@@ -8505,6 +8505,23 @@
8505
8505
  "attributes": {},
8506
8506
  "path": ["focus", "outlineColor"]
8507
8507
  },
8508
+ "focus-outline": {
8509
+ "$value": "2px solid #1f6feb",
8510
+ "$type": "border",
8511
+ "filePath": "src/tokens/functional/border/border.json5",
8512
+ "isSource": true,
8513
+ "original": {
8514
+ "$value": {
8515
+ "color": "{focus.outlineColor}",
8516
+ "style": "solid",
8517
+ "width": "2px"
8518
+ },
8519
+ "$type": "border"
8520
+ },
8521
+ "name": "focus-outline",
8522
+ "attributes": {},
8523
+ "path": ["focus", "outline"]
8524
+ },
8508
8525
  "menu-bgColor-active": {
8509
8526
  "$value": "#151b23",
8510
8527
  "$type": "color",
@@ -16128,21 +16145,447 @@
16128
16145
  "attributes": {},
16129
16146
  "path": ["shadow", "floating", "legacy"]
16130
16147
  },
16131
- "outline-focus": {
16132
- "$value": "#1f6feb solid 2px",
16148
+ "border-default": {
16149
+ "$value": "0.00390625rem,0.0625px solid #3d444d",
16133
16150
  "$type": "border",
16134
- "filePath": "src/tokens/functional/border/dark.json5",
16151
+ "filePath": "src/tokens/functional/border/border.json5",
16135
16152
  "isSource": true,
16136
16153
  "original": {
16137
16154
  "$value": {
16138
- "color": "{focus.outlineColor}",
16155
+ "color": "{borderColor.default}",
16139
16156
  "style": "solid",
16140
- "width": "2px"
16157
+ "width": "{borderWidth.default}"
16158
+ },
16159
+ "$type": "border"
16160
+ },
16161
+ "name": "border-default",
16162
+ "attributes": {},
16163
+ "path": ["border", "default"]
16164
+ },
16165
+ "border-muted": {
16166
+ "$value": "0.00390625rem,0.0625px solid #3d444db3",
16167
+ "$type": "border",
16168
+ "filePath": "src/tokens/functional/border/border.json5",
16169
+ "isSource": true,
16170
+ "original": {
16171
+ "$value": {
16172
+ "color": "{borderColor.muted}",
16173
+ "style": "solid",
16174
+ "width": "{borderWidth.default}"
16175
+ },
16176
+ "$type": "border"
16177
+ },
16178
+ "name": "border-muted",
16179
+ "attributes": {},
16180
+ "path": ["border", "muted"]
16181
+ },
16182
+ "border-emphasis": {
16183
+ "$value": "0.00390625rem,0.0625px solid #656c76",
16184
+ "$type": "border",
16185
+ "filePath": "src/tokens/functional/border/border.json5",
16186
+ "isSource": true,
16187
+ "original": {
16188
+ "$value": {
16189
+ "color": "{borderColor.emphasis}",
16190
+ "style": "solid",
16191
+ "width": "{borderWidth.default}"
16192
+ },
16193
+ "$type": "border"
16194
+ },
16195
+ "name": "border-emphasis",
16196
+ "attributes": {},
16197
+ "path": ["border", "emphasis"]
16198
+ },
16199
+ "border-disabled": {
16200
+ "$value": "0.00390625rem,0.0625px solid #656c761a",
16201
+ "$type": "border",
16202
+ "filePath": "src/tokens/functional/border/border.json5",
16203
+ "isSource": true,
16204
+ "original": {
16205
+ "$value": {
16206
+ "color": "{borderColor.disabled}",
16207
+ "style": "solid",
16208
+ "width": "{borderWidth.default}"
16209
+ },
16210
+ "$type": "border"
16211
+ },
16212
+ "name": "border-disabled",
16213
+ "attributes": {},
16214
+ "path": ["border", "disabled"]
16215
+ },
16216
+ "border-transparent": {
16217
+ "$value": "0.00390625rem,0.0625px solid #00000000",
16218
+ "$type": "border",
16219
+ "filePath": "src/tokens/functional/border/border.json5",
16220
+ "isSource": true,
16221
+ "original": {
16222
+ "$value": {
16223
+ "color": "{borderColor.transparent}",
16224
+ "style": "solid",
16225
+ "width": "{borderWidth.default}"
16226
+ },
16227
+ "$type": "border"
16228
+ },
16229
+ "name": "border-transparent",
16230
+ "attributes": {},
16231
+ "path": ["border", "transparent"]
16232
+ },
16233
+ "border-neutral-emphasis": {
16234
+ "$value": "0.00390625rem,0.0625px solid #656c76",
16235
+ "$type": "border",
16236
+ "filePath": "src/tokens/functional/border/border.json5",
16237
+ "isSource": true,
16238
+ "original": {
16239
+ "$value": {
16240
+ "color": "{borderColor.neutral.emphasis}",
16241
+ "style": "solid",
16242
+ "width": "{borderWidth.default}"
16243
+ },
16244
+ "$type": "border"
16245
+ },
16246
+ "name": "border-neutral-emphasis",
16247
+ "attributes": {},
16248
+ "path": ["border", "neutral", "emphasis"]
16249
+ },
16250
+ "border-neutral-muted": {
16251
+ "$value": "0.00390625rem,0.0625px solid #3d444db3",
16252
+ "$type": "border",
16253
+ "filePath": "src/tokens/functional/border/border.json5",
16254
+ "isSource": true,
16255
+ "original": {
16256
+ "$value": {
16257
+ "color": "{borderColor.neutral.muted}",
16258
+ "style": "solid",
16259
+ "width": "{borderWidth.default}"
16260
+ },
16261
+ "$type": "border"
16262
+ },
16263
+ "name": "border-neutral-muted",
16264
+ "attributes": {},
16265
+ "path": ["border", "neutral", "muted"]
16266
+ },
16267
+ "border-accent-emphasis": {
16268
+ "$value": "0.00390625rem,0.0625px solid #1f6feb",
16269
+ "$type": "border",
16270
+ "filePath": "src/tokens/functional/border/border.json5",
16271
+ "isSource": true,
16272
+ "original": {
16273
+ "$value": {
16274
+ "color": "{borderColor.accent.emphasis}",
16275
+ "style": "solid",
16276
+ "width": "{borderWidth.default}"
16277
+ },
16278
+ "$type": "border"
16279
+ },
16280
+ "name": "border-accent-emphasis",
16281
+ "attributes": {},
16282
+ "path": ["border", "accent", "emphasis"]
16283
+ },
16284
+ "border-accent-muted": {
16285
+ "$value": "0.00390625rem,0.0625px solid #388bfd66",
16286
+ "$type": "border",
16287
+ "filePath": "src/tokens/functional/border/border.json5",
16288
+ "isSource": true,
16289
+ "original": {
16290
+ "$value": {
16291
+ "color": "{borderColor.accent.muted}",
16292
+ "style": "solid",
16293
+ "width": "{borderWidth.default}"
16294
+ },
16295
+ "$type": "border"
16296
+ },
16297
+ "name": "border-accent-muted",
16298
+ "attributes": {},
16299
+ "path": ["border", "accent", "muted"]
16300
+ },
16301
+ "border-success-emphasis": {
16302
+ "$value": "0.00390625rem,0.0625px solid #238636",
16303
+ "$type": "border",
16304
+ "filePath": "src/tokens/functional/border/border.json5",
16305
+ "isSource": true,
16306
+ "original": {
16307
+ "$value": {
16308
+ "color": "{borderColor.success.emphasis}",
16309
+ "style": "solid",
16310
+ "width": "{borderWidth.default}"
16311
+ },
16312
+ "$type": "border"
16313
+ },
16314
+ "name": "border-success-emphasis",
16315
+ "attributes": {},
16316
+ "path": ["border", "success", "emphasis"]
16317
+ },
16318
+ "border-success-muted": {
16319
+ "$value": "0.00390625rem,0.0625px solid #2ea04366",
16320
+ "$type": "border",
16321
+ "filePath": "src/tokens/functional/border/border.json5",
16322
+ "isSource": true,
16323
+ "original": {
16324
+ "$value": {
16325
+ "color": "{borderColor.success.muted}",
16326
+ "style": "solid",
16327
+ "width": "{borderWidth.default}"
16328
+ },
16329
+ "$type": "border"
16330
+ },
16331
+ "name": "border-success-muted",
16332
+ "attributes": {},
16333
+ "path": ["border", "success", "muted"]
16334
+ },
16335
+ "border-open-emphasis": {
16336
+ "$value": "0.00390625rem,0.0625px solid #238636",
16337
+ "$type": "border",
16338
+ "filePath": "src/tokens/functional/border/border.json5",
16339
+ "isSource": true,
16340
+ "original": {
16341
+ "$value": "{border.success.emphasis}",
16342
+ "$type": "border"
16343
+ },
16344
+ "name": "border-open-emphasis",
16345
+ "attributes": {},
16346
+ "path": ["border", "open", "emphasis"]
16347
+ },
16348
+ "border-open-muted": {
16349
+ "$value": "0.00390625rem,0.0625px solid #2ea04366",
16350
+ "$type": "border",
16351
+ "filePath": "src/tokens/functional/border/border.json5",
16352
+ "isSource": true,
16353
+ "original": {
16354
+ "$value": "{border.success.muted}",
16355
+ "$type": "border"
16356
+ },
16357
+ "name": "border-open-muted",
16358
+ "attributes": {},
16359
+ "path": ["border", "open", "muted"]
16360
+ },
16361
+ "border-danger-emphasis": {
16362
+ "$value": "0.00390625rem,0.0625px solid #da3633",
16363
+ "$type": "border",
16364
+ "filePath": "src/tokens/functional/border/border.json5",
16365
+ "isSource": true,
16366
+ "original": {
16367
+ "$value": {
16368
+ "color": "{borderColor.danger.emphasis}",
16369
+ "style": "solid",
16370
+ "width": "{borderWidth.default}"
16371
+ },
16372
+ "$type": "border"
16373
+ },
16374
+ "name": "border-danger-emphasis",
16375
+ "attributes": {},
16376
+ "path": ["border", "danger", "emphasis"]
16377
+ },
16378
+ "border-danger-muted": {
16379
+ "$value": "0.00390625rem,0.0625px solid #f8514966",
16380
+ "$type": "border",
16381
+ "filePath": "src/tokens/functional/border/border.json5",
16382
+ "isSource": true,
16383
+ "original": {
16384
+ "$value": {
16385
+ "color": "{borderColor.danger.muted}",
16386
+ "style": "solid",
16387
+ "width": "{borderWidth.default}"
16388
+ },
16389
+ "$type": "border"
16390
+ },
16391
+ "name": "border-danger-muted",
16392
+ "attributes": {},
16393
+ "path": ["border", "danger", "muted"]
16394
+ },
16395
+ "border-closed-emphasis": {
16396
+ "$value": "0.00390625rem,0.0625px solid #da3633",
16397
+ "$type": "border",
16398
+ "filePath": "src/tokens/functional/border/border.json5",
16399
+ "isSource": true,
16400
+ "original": {
16401
+ "$value": "{border.danger.emphasis}",
16402
+ "$type": "border"
16403
+ },
16404
+ "name": "border-closed-emphasis",
16405
+ "attributes": {},
16406
+ "path": ["border", "closed", "emphasis"]
16407
+ },
16408
+ "border-closed-muted": {
16409
+ "$value": "0.00390625rem,0.0625px solid #f8514966",
16410
+ "$type": "border",
16411
+ "filePath": "src/tokens/functional/border/border.json5",
16412
+ "isSource": true,
16413
+ "original": {
16414
+ "$value": "{border.danger.muted}",
16415
+ "$type": "border"
16416
+ },
16417
+ "name": "border-closed-muted",
16418
+ "attributes": {},
16419
+ "path": ["border", "closed", "muted"]
16420
+ },
16421
+ "border-attention-emphasis": {
16422
+ "$value": "0.00390625rem,0.0625px solid #9e6a03",
16423
+ "$type": "border",
16424
+ "filePath": "src/tokens/functional/border/border.json5",
16425
+ "isSource": true,
16426
+ "original": {
16427
+ "$value": {
16428
+ "color": "{borderColor.attention.emphasis}",
16429
+ "style": "solid",
16430
+ "width": "{borderWidth.default}"
16431
+ },
16432
+ "$type": "border"
16433
+ },
16434
+ "name": "border-attention-emphasis",
16435
+ "attributes": {},
16436
+ "path": ["border", "attention", "emphasis"]
16437
+ },
16438
+ "border-attention-muted": {
16439
+ "$value": "0.00390625rem,0.0625px solid #bb800966",
16440
+ "$type": "border",
16441
+ "filePath": "src/tokens/functional/border/border.json5",
16442
+ "isSource": true,
16443
+ "original": {
16444
+ "$value": {
16445
+ "color": "{borderColor.attention.muted}",
16446
+ "style": "solid",
16447
+ "width": "{borderWidth.default}"
16448
+ },
16449
+ "$type": "border"
16450
+ },
16451
+ "name": "border-attention-muted",
16452
+ "attributes": {},
16453
+ "path": ["border", "attention", "muted"]
16454
+ },
16455
+ "border-severe-emphasis": {
16456
+ "$value": "0.00390625rem,0.0625px solid #bd561d",
16457
+ "$type": "border",
16458
+ "filePath": "src/tokens/functional/border/border.json5",
16459
+ "isSource": true,
16460
+ "original": {
16461
+ "$value": {
16462
+ "color": "{borderColor.severe.emphasis}",
16463
+ "style": "solid",
16464
+ "width": "{borderWidth.default}"
16465
+ },
16466
+ "$type": "border"
16467
+ },
16468
+ "name": "border-severe-emphasis",
16469
+ "attributes": {},
16470
+ "path": ["border", "severe", "emphasis"]
16471
+ },
16472
+ "border-severe-muted": {
16473
+ "$value": "0.00390625rem,0.0625px solid #db6d2866",
16474
+ "$type": "border",
16475
+ "filePath": "src/tokens/functional/border/border.json5",
16476
+ "isSource": true,
16477
+ "original": {
16478
+ "$value": {
16479
+ "color": "{borderColor.severe.muted}",
16480
+ "style": "solid",
16481
+ "width": "{borderWidth.default}"
16482
+ },
16483
+ "$type": "border"
16484
+ },
16485
+ "name": "border-severe-muted",
16486
+ "attributes": {},
16487
+ "path": ["border", "severe", "muted"]
16488
+ },
16489
+ "border-done-emphasis": {
16490
+ "$value": "0.00390625rem,0.0625px solid #8957e5",
16491
+ "$type": "border",
16492
+ "filePath": "src/tokens/functional/border/border.json5",
16493
+ "isSource": true,
16494
+ "original": {
16495
+ "$value": {
16496
+ "color": "{borderColor.done.emphasis}",
16497
+ "style": "solid",
16498
+ "width": "{borderWidth.default}"
16499
+ },
16500
+ "$type": "border"
16501
+ },
16502
+ "name": "border-done-emphasis",
16503
+ "attributes": {},
16504
+ "path": ["border", "done", "emphasis"]
16505
+ },
16506
+ "border-done-muted": {
16507
+ "$value": "0.00390625rem,0.0625px solid #ab7df866",
16508
+ "$type": "border",
16509
+ "filePath": "src/tokens/functional/border/border.json5",
16510
+ "isSource": true,
16511
+ "original": {
16512
+ "$value": {
16513
+ "color": "{borderColor.done.muted}",
16514
+ "style": "solid",
16515
+ "width": "{borderWidth.default}"
16516
+ },
16517
+ "$type": "border"
16518
+ },
16519
+ "name": "border-done-muted",
16520
+ "attributes": {},
16521
+ "path": ["border", "done", "muted"]
16522
+ },
16523
+ "border-upsell-emphasis": {
16524
+ "$value": "0.00390625rem,0.0625px solid #8957e5",
16525
+ "$type": "border",
16526
+ "filePath": "src/tokens/functional/border/border.json5",
16527
+ "isSource": true,
16528
+ "original": {
16529
+ "$value": {
16530
+ "color": "{borderColor.upsell.emphasis}",
16531
+ "style": "solid",
16532
+ "width": "{borderWidth.default}"
16533
+ },
16534
+ "$type": "border"
16535
+ },
16536
+ "name": "border-upsell-emphasis",
16537
+ "attributes": {},
16538
+ "path": ["border", "upsell", "emphasis"]
16539
+ },
16540
+ "border-upsell-muted": {
16541
+ "$value": "0.00390625rem,0.0625px solid #ab7df866",
16542
+ "$type": "border",
16543
+ "filePath": "src/tokens/functional/border/border.json5",
16544
+ "isSource": true,
16545
+ "original": {
16546
+ "$value": {
16547
+ "color": "{borderColor.upsell.muted}",
16548
+ "style": "solid",
16549
+ "width": "{borderWidth.default}"
16550
+ },
16551
+ "$type": "border"
16552
+ },
16553
+ "name": "border-upsell-muted",
16554
+ "attributes": {},
16555
+ "path": ["border", "upsell", "muted"]
16556
+ },
16557
+ "border-sponsors-emphasis": {
16558
+ "$value": "0.00390625rem,0.0625px solid #bf4b8a",
16559
+ "$type": "border",
16560
+ "filePath": "src/tokens/functional/border/border.json5",
16561
+ "isSource": true,
16562
+ "original": {
16563
+ "$value": {
16564
+ "color": "{borderColor.sponsors.emphasis}",
16565
+ "style": "solid",
16566
+ "width": "{borderWidth.default}"
16567
+ },
16568
+ "$type": "border"
16569
+ },
16570
+ "name": "border-sponsors-emphasis",
16571
+ "attributes": {},
16572
+ "path": ["border", "sponsors", "emphasis"]
16573
+ },
16574
+ "border-sponsors-muted": {
16575
+ "$value": "0.00390625rem,0.0625px solid #db61a266",
16576
+ "$type": "border",
16577
+ "filePath": "src/tokens/functional/border/border.json5",
16578
+ "isSource": true,
16579
+ "original": {
16580
+ "$value": {
16581
+ "color": "{borderColor.sponsors.muted}",
16582
+ "style": "solid",
16583
+ "width": "{borderWidth.default}"
16141
16584
  },
16142
16585
  "$type": "border"
16143
16586
  },
16144
- "name": "outline-focus",
16587
+ "name": "border-sponsors-muted",
16145
16588
  "attributes": {},
16146
- "path": ["outline", "focus"]
16589
+ "path": ["border", "sponsors", "muted"]
16147
16590
  }
16148
16591
  }