@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
@@ -8310,7 +8310,7 @@
8310
8310
  "type": "color"
8311
8311
  },
8312
8312
  "focus-outline": {
8313
- "filePath": "src/tokens/functional/border/light.json5",
8313
+ "filePath": "src/tokens/functional/border/border.json5",
8314
8314
  "isSource": true,
8315
8315
  "original": {
8316
8316
  "$value": {
@@ -8323,7 +8323,7 @@
8323
8323
  "name": "focus-outline",
8324
8324
  "attributes": {},
8325
8325
  "path": ["focus", "outline"],
8326
- "value": "#0969da solid 2px",
8326
+ "value": "2px solid #0969da",
8327
8327
  "type": "border"
8328
8328
  },
8329
8329
  "menu-bgColor-active": {
@@ -15358,5 +15358,448 @@
15358
15358
  "path": ["shadow", "floating", "legacy"],
15359
15359
  "value": "0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f",
15360
15360
  "type": "shadow"
15361
+ },
15362
+ "border-default": {
15363
+ "filePath": "src/tokens/functional/border/border.json5",
15364
+ "isSource": true,
15365
+ "original": {
15366
+ "$value": {
15367
+ "color": "{borderColor.default}",
15368
+ "style": "solid",
15369
+ "width": "{borderWidth.default}"
15370
+ },
15371
+ "$type": "border"
15372
+ },
15373
+ "name": "border-default",
15374
+ "attributes": {},
15375
+ "path": ["border", "default"],
15376
+ "value": "0.0625rem solid #d1d9e0",
15377
+ "type": "border"
15378
+ },
15379
+ "border-muted": {
15380
+ "filePath": "src/tokens/functional/border/border.json5",
15381
+ "isSource": true,
15382
+ "original": {
15383
+ "$value": {
15384
+ "color": "{borderColor.muted}",
15385
+ "style": "solid",
15386
+ "width": "{borderWidth.default}"
15387
+ },
15388
+ "$type": "border"
15389
+ },
15390
+ "name": "border-muted",
15391
+ "attributes": {},
15392
+ "path": ["border", "muted"],
15393
+ "value": "0.0625rem solid #d1d9e0b3",
15394
+ "type": "border"
15395
+ },
15396
+ "border-emphasis": {
15397
+ "filePath": "src/tokens/functional/border/border.json5",
15398
+ "isSource": true,
15399
+ "original": {
15400
+ "$value": {
15401
+ "color": "{borderColor.emphasis}",
15402
+ "style": "solid",
15403
+ "width": "{borderWidth.default}"
15404
+ },
15405
+ "$type": "border"
15406
+ },
15407
+ "name": "border-emphasis",
15408
+ "attributes": {},
15409
+ "path": ["border", "emphasis"],
15410
+ "value": "0.0625rem solid #818b98",
15411
+ "type": "border"
15412
+ },
15413
+ "border-disabled": {
15414
+ "filePath": "src/tokens/functional/border/border.json5",
15415
+ "isSource": true,
15416
+ "original": {
15417
+ "$value": {
15418
+ "color": "{borderColor.disabled}",
15419
+ "style": "solid",
15420
+ "width": "{borderWidth.default}"
15421
+ },
15422
+ "$type": "border"
15423
+ },
15424
+ "name": "border-disabled",
15425
+ "attributes": {},
15426
+ "path": ["border", "disabled"],
15427
+ "value": "0.0625rem solid #818b981a",
15428
+ "type": "border"
15429
+ },
15430
+ "border-transparent": {
15431
+ "filePath": "src/tokens/functional/border/border.json5",
15432
+ "isSource": true,
15433
+ "original": {
15434
+ "$value": {
15435
+ "color": "{borderColor.transparent}",
15436
+ "style": "solid",
15437
+ "width": "{borderWidth.default}"
15438
+ },
15439
+ "$type": "border"
15440
+ },
15441
+ "name": "border-transparent",
15442
+ "attributes": {},
15443
+ "path": ["border", "transparent"],
15444
+ "value": "0.0625rem solid #ffffff00",
15445
+ "type": "border"
15446
+ },
15447
+ "border-neutral-emphasis": {
15448
+ "filePath": "src/tokens/functional/border/border.json5",
15449
+ "isSource": true,
15450
+ "original": {
15451
+ "$value": {
15452
+ "color": "{borderColor.neutral.emphasis}",
15453
+ "style": "solid",
15454
+ "width": "{borderWidth.default}"
15455
+ },
15456
+ "$type": "border"
15457
+ },
15458
+ "name": "border-neutral-emphasis",
15459
+ "attributes": {},
15460
+ "path": ["border", "neutral", "emphasis"],
15461
+ "value": "0.0625rem solid #59636e",
15462
+ "type": "border"
15463
+ },
15464
+ "border-neutral-muted": {
15465
+ "filePath": "src/tokens/functional/border/border.json5",
15466
+ "isSource": true,
15467
+ "original": {
15468
+ "$value": {
15469
+ "color": "{borderColor.neutral.muted}",
15470
+ "style": "solid",
15471
+ "width": "{borderWidth.default}"
15472
+ },
15473
+ "$type": "border"
15474
+ },
15475
+ "name": "border-neutral-muted",
15476
+ "attributes": {},
15477
+ "path": ["border", "neutral", "muted"],
15478
+ "value": "0.0625rem solid #d1d9e0b3",
15479
+ "type": "border"
15480
+ },
15481
+ "border-accent-emphasis": {
15482
+ "filePath": "src/tokens/functional/border/border.json5",
15483
+ "isSource": true,
15484
+ "original": {
15485
+ "$value": {
15486
+ "color": "{borderColor.accent.emphasis}",
15487
+ "style": "solid",
15488
+ "width": "{borderWidth.default}"
15489
+ },
15490
+ "$type": "border"
15491
+ },
15492
+ "name": "border-accent-emphasis",
15493
+ "attributes": {},
15494
+ "path": ["border", "accent", "emphasis"],
15495
+ "value": "0.0625rem solid #0969da",
15496
+ "type": "border"
15497
+ },
15498
+ "border-accent-muted": {
15499
+ "filePath": "src/tokens/functional/border/border.json5",
15500
+ "isSource": true,
15501
+ "original": {
15502
+ "$value": {
15503
+ "color": "{borderColor.accent.muted}",
15504
+ "style": "solid",
15505
+ "width": "{borderWidth.default}"
15506
+ },
15507
+ "$type": "border"
15508
+ },
15509
+ "name": "border-accent-muted",
15510
+ "attributes": {},
15511
+ "path": ["border", "accent", "muted"],
15512
+ "value": "0.0625rem solid #54aeff66",
15513
+ "type": "border"
15514
+ },
15515
+ "border-success-emphasis": {
15516
+ "filePath": "src/tokens/functional/border/border.json5",
15517
+ "isSource": true,
15518
+ "original": {
15519
+ "$value": {
15520
+ "color": "{borderColor.success.emphasis}",
15521
+ "style": "solid",
15522
+ "width": "{borderWidth.default}"
15523
+ },
15524
+ "$type": "border"
15525
+ },
15526
+ "name": "border-success-emphasis",
15527
+ "attributes": {},
15528
+ "path": ["border", "success", "emphasis"],
15529
+ "value": "0.0625rem solid #0969da",
15530
+ "type": "border"
15531
+ },
15532
+ "border-success-muted": {
15533
+ "filePath": "src/tokens/functional/border/border.json5",
15534
+ "isSource": true,
15535
+ "original": {
15536
+ "$value": {
15537
+ "color": "{borderColor.success.muted}",
15538
+ "style": "solid",
15539
+ "width": "{borderWidth.default}"
15540
+ },
15541
+ "$type": "border"
15542
+ },
15543
+ "name": "border-success-muted",
15544
+ "attributes": {},
15545
+ "path": ["border", "success", "muted"],
15546
+ "value": "0.0625rem solid #54aeff66",
15547
+ "type": "border"
15548
+ },
15549
+ "border-open-emphasis": {
15550
+ "filePath": "src/tokens/functional/border/border.json5",
15551
+ "isSource": true,
15552
+ "original": {
15553
+ "$value": "{border.success.emphasis}",
15554
+ "$type": "border"
15555
+ },
15556
+ "name": "border-open-emphasis",
15557
+ "attributes": {},
15558
+ "path": ["border", "open", "emphasis"],
15559
+ "value": "0.0625rem solid #0969da",
15560
+ "type": "border"
15561
+ },
15562
+ "border-open-muted": {
15563
+ "filePath": "src/tokens/functional/border/border.json5",
15564
+ "isSource": true,
15565
+ "original": {
15566
+ "$value": "{border.success.muted}",
15567
+ "$type": "border"
15568
+ },
15569
+ "name": "border-open-muted",
15570
+ "attributes": {},
15571
+ "path": ["border", "open", "muted"],
15572
+ "value": "0.0625rem solid #54aeff66",
15573
+ "type": "border"
15574
+ },
15575
+ "border-danger-emphasis": {
15576
+ "filePath": "src/tokens/functional/border/border.json5",
15577
+ "isSource": true,
15578
+ "original": {
15579
+ "$value": {
15580
+ "color": "{borderColor.danger.emphasis}",
15581
+ "style": "solid",
15582
+ "width": "{borderWidth.default}"
15583
+ },
15584
+ "$type": "border"
15585
+ },
15586
+ "name": "border-danger-emphasis",
15587
+ "attributes": {},
15588
+ "path": ["border", "danger", "emphasis"],
15589
+ "value": "0.0625rem solid #bc4c00",
15590
+ "type": "border"
15591
+ },
15592
+ "border-danger-muted": {
15593
+ "filePath": "src/tokens/functional/border/border.json5",
15594
+ "isSource": true,
15595
+ "original": {
15596
+ "$value": {
15597
+ "color": "{borderColor.danger.muted}",
15598
+ "style": "solid",
15599
+ "width": "{borderWidth.default}"
15600
+ },
15601
+ "$type": "border"
15602
+ },
15603
+ "name": "border-danger-muted",
15604
+ "attributes": {},
15605
+ "path": ["border", "danger", "muted"],
15606
+ "value": "0.0625rem solid #fb8f4466",
15607
+ "type": "border"
15608
+ },
15609
+ "border-closed-emphasis": {
15610
+ "filePath": "src/tokens/functional/border/border.json5",
15611
+ "isSource": true,
15612
+ "original": {
15613
+ "$value": "{border.danger.emphasis}",
15614
+ "$type": "border"
15615
+ },
15616
+ "name": "border-closed-emphasis",
15617
+ "attributes": {},
15618
+ "path": ["border", "closed", "emphasis"],
15619
+ "value": "0.0625rem solid #bc4c00",
15620
+ "type": "border"
15621
+ },
15622
+ "border-closed-muted": {
15623
+ "filePath": "src/tokens/functional/border/border.json5",
15624
+ "isSource": true,
15625
+ "original": {
15626
+ "$value": "{border.danger.muted}",
15627
+ "$type": "border"
15628
+ },
15629
+ "name": "border-closed-muted",
15630
+ "attributes": {},
15631
+ "path": ["border", "closed", "muted"],
15632
+ "value": "0.0625rem solid #fb8f4466",
15633
+ "type": "border"
15634
+ },
15635
+ "border-attention-emphasis": {
15636
+ "filePath": "src/tokens/functional/border/border.json5",
15637
+ "isSource": true,
15638
+ "original": {
15639
+ "$value": {
15640
+ "color": "{borderColor.attention.emphasis}",
15641
+ "style": "solid",
15642
+ "width": "{borderWidth.default}"
15643
+ },
15644
+ "$type": "border"
15645
+ },
15646
+ "name": "border-attention-emphasis",
15647
+ "attributes": {},
15648
+ "path": ["border", "attention", "emphasis"],
15649
+ "value": "0.0625rem solid #9a6700",
15650
+ "type": "border"
15651
+ },
15652
+ "border-attention-muted": {
15653
+ "filePath": "src/tokens/functional/border/border.json5",
15654
+ "isSource": true,
15655
+ "original": {
15656
+ "$value": {
15657
+ "color": "{borderColor.attention.muted}",
15658
+ "style": "solid",
15659
+ "width": "{borderWidth.default}"
15660
+ },
15661
+ "$type": "border"
15662
+ },
15663
+ "name": "border-attention-muted",
15664
+ "attributes": {},
15665
+ "path": ["border", "attention", "muted"],
15666
+ "value": "0.0625rem solid #d4a72c66",
15667
+ "type": "border"
15668
+ },
15669
+ "border-severe-emphasis": {
15670
+ "filePath": "src/tokens/functional/border/border.json5",
15671
+ "isSource": true,
15672
+ "original": {
15673
+ "$value": {
15674
+ "color": "{borderColor.severe.emphasis}",
15675
+ "style": "solid",
15676
+ "width": "{borderWidth.default}"
15677
+ },
15678
+ "$type": "border"
15679
+ },
15680
+ "name": "border-severe-emphasis",
15681
+ "attributes": {},
15682
+ "path": ["border", "severe", "emphasis"],
15683
+ "value": "0.0625rem solid #bc4c00",
15684
+ "type": "border"
15685
+ },
15686
+ "border-severe-muted": {
15687
+ "filePath": "src/tokens/functional/border/border.json5",
15688
+ "isSource": true,
15689
+ "original": {
15690
+ "$value": {
15691
+ "color": "{borderColor.severe.muted}",
15692
+ "style": "solid",
15693
+ "width": "{borderWidth.default}"
15694
+ },
15695
+ "$type": "border"
15696
+ },
15697
+ "name": "border-severe-muted",
15698
+ "attributes": {},
15699
+ "path": ["border", "severe", "muted"],
15700
+ "value": "0.0625rem solid #fb8f4466",
15701
+ "type": "border"
15702
+ },
15703
+ "border-done-emphasis": {
15704
+ "filePath": "src/tokens/functional/border/border.json5",
15705
+ "isSource": true,
15706
+ "original": {
15707
+ "$value": {
15708
+ "color": "{borderColor.done.emphasis}",
15709
+ "style": "solid",
15710
+ "width": "{borderWidth.default}"
15711
+ },
15712
+ "$type": "border"
15713
+ },
15714
+ "name": "border-done-emphasis",
15715
+ "attributes": {},
15716
+ "path": ["border", "done", "emphasis"],
15717
+ "value": "0.0625rem solid #8250df",
15718
+ "type": "border"
15719
+ },
15720
+ "border-done-muted": {
15721
+ "filePath": "src/tokens/functional/border/border.json5",
15722
+ "isSource": true,
15723
+ "original": {
15724
+ "$value": {
15725
+ "color": "{borderColor.done.muted}",
15726
+ "style": "solid",
15727
+ "width": "{borderWidth.default}"
15728
+ },
15729
+ "$type": "border"
15730
+ },
15731
+ "name": "border-done-muted",
15732
+ "attributes": {},
15733
+ "path": ["border", "done", "muted"],
15734
+ "value": "0.0625rem solid #c297ff66",
15735
+ "type": "border"
15736
+ },
15737
+ "border-upsell-emphasis": {
15738
+ "filePath": "src/tokens/functional/border/border.json5",
15739
+ "isSource": true,
15740
+ "original": {
15741
+ "$value": {
15742
+ "color": "{borderColor.upsell.emphasis}",
15743
+ "style": "solid",
15744
+ "width": "{borderWidth.default}"
15745
+ },
15746
+ "$type": "border"
15747
+ },
15748
+ "name": "border-upsell-emphasis",
15749
+ "attributes": {},
15750
+ "path": ["border", "upsell", "emphasis"],
15751
+ "value": "0.0625rem solid #8250df",
15752
+ "type": "border"
15753
+ },
15754
+ "border-upsell-muted": {
15755
+ "filePath": "src/tokens/functional/border/border.json5",
15756
+ "isSource": true,
15757
+ "original": {
15758
+ "$value": {
15759
+ "color": "{borderColor.upsell.muted}",
15760
+ "style": "solid",
15761
+ "width": "{borderWidth.default}"
15762
+ },
15763
+ "$type": "border"
15764
+ },
15765
+ "name": "border-upsell-muted",
15766
+ "attributes": {},
15767
+ "path": ["border", "upsell", "muted"],
15768
+ "value": "0.0625rem solid #c297ff66",
15769
+ "type": "border"
15770
+ },
15771
+ "border-sponsors-emphasis": {
15772
+ "filePath": "src/tokens/functional/border/border.json5",
15773
+ "isSource": true,
15774
+ "original": {
15775
+ "$value": {
15776
+ "color": "{borderColor.sponsors.emphasis}",
15777
+ "style": "solid",
15778
+ "width": "{borderWidth.default}"
15779
+ },
15780
+ "$type": "border"
15781
+ },
15782
+ "name": "border-sponsors-emphasis",
15783
+ "attributes": {},
15784
+ "path": ["border", "sponsors", "emphasis"],
15785
+ "value": "0.0625rem solid #bf3989",
15786
+ "type": "border"
15787
+ },
15788
+ "border-sponsors-muted": {
15789
+ "filePath": "src/tokens/functional/border/border.json5",
15790
+ "isSource": true,
15791
+ "original": {
15792
+ "$value": {
15793
+ "color": "{borderColor.sponsors.muted}",
15794
+ "style": "solid",
15795
+ "width": "{borderWidth.default}"
15796
+ },
15797
+ "$type": "border"
15798
+ },
15799
+ "name": "border-sponsors-muted",
15800
+ "attributes": {},
15801
+ "path": ["border", "sponsors", "muted"],
15802
+ "value": "0.0625rem solid #ff80c866",
15803
+ "type": "border"
15361
15804
  }
15362
15805
  }