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