@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
@@ -8352,9 +8352,9 @@
8352
8352
  "path": ["focus", "outlineColor"]
8353
8353
  },
8354
8354
  "focus-outline": {
8355
- "$value": "#0969da solid 2px",
8355
+ "$value": "2px solid #0969da",
8356
8356
  "$type": "border",
8357
- "filePath": "src/tokens/functional/border/light.json5",
8357
+ "filePath": "src/tokens/functional/border/border.json5",
8358
8358
  "isSource": true,
8359
8359
  "original": {
8360
8360
  "$value": {
@@ -15468,5 +15468,448 @@
15468
15468
  "name": "shadow-floating-legacy",
15469
15469
  "attributes": {},
15470
15470
  "path": ["shadow", "floating", "legacy"]
15471
+ },
15472
+ "border-default": {
15473
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0",
15474
+ "$type": "border",
15475
+ "filePath": "src/tokens/functional/border/border.json5",
15476
+ "isSource": true,
15477
+ "original": {
15478
+ "$value": {
15479
+ "color": "{borderColor.default}",
15480
+ "style": "solid",
15481
+ "width": "{borderWidth.default}"
15482
+ },
15483
+ "$type": "border"
15484
+ },
15485
+ "name": "border-default",
15486
+ "attributes": {},
15487
+ "path": ["border", "default"]
15488
+ },
15489
+ "border-muted": {
15490
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
15491
+ "$type": "border",
15492
+ "filePath": "src/tokens/functional/border/border.json5",
15493
+ "isSource": true,
15494
+ "original": {
15495
+ "$value": {
15496
+ "color": "{borderColor.muted}",
15497
+ "style": "solid",
15498
+ "width": "{borderWidth.default}"
15499
+ },
15500
+ "$type": "border"
15501
+ },
15502
+ "name": "border-muted",
15503
+ "attributes": {},
15504
+ "path": ["border", "muted"]
15505
+ },
15506
+ "border-emphasis": {
15507
+ "$value": "0.00390625rem,0.0625px solid #818b98",
15508
+ "$type": "border",
15509
+ "filePath": "src/tokens/functional/border/border.json5",
15510
+ "isSource": true,
15511
+ "original": {
15512
+ "$value": {
15513
+ "color": "{borderColor.emphasis}",
15514
+ "style": "solid",
15515
+ "width": "{borderWidth.default}"
15516
+ },
15517
+ "$type": "border"
15518
+ },
15519
+ "name": "border-emphasis",
15520
+ "attributes": {},
15521
+ "path": ["border", "emphasis"]
15522
+ },
15523
+ "border-disabled": {
15524
+ "$value": "0.00390625rem,0.0625px solid #818b981a",
15525
+ "$type": "border",
15526
+ "filePath": "src/tokens/functional/border/border.json5",
15527
+ "isSource": true,
15528
+ "original": {
15529
+ "$value": {
15530
+ "color": "{borderColor.disabled}",
15531
+ "style": "solid",
15532
+ "width": "{borderWidth.default}"
15533
+ },
15534
+ "$type": "border"
15535
+ },
15536
+ "name": "border-disabled",
15537
+ "attributes": {},
15538
+ "path": ["border", "disabled"]
15539
+ },
15540
+ "border-transparent": {
15541
+ "$value": "0.00390625rem,0.0625px solid #ffffff00",
15542
+ "$type": "border",
15543
+ "filePath": "src/tokens/functional/border/border.json5",
15544
+ "isSource": true,
15545
+ "original": {
15546
+ "$value": {
15547
+ "color": "{borderColor.transparent}",
15548
+ "style": "solid",
15549
+ "width": "{borderWidth.default}"
15550
+ },
15551
+ "$type": "border"
15552
+ },
15553
+ "name": "border-transparent",
15554
+ "attributes": {},
15555
+ "path": ["border", "transparent"]
15556
+ },
15557
+ "border-neutral-emphasis": {
15558
+ "$value": "0.00390625rem,0.0625px solid #59636e",
15559
+ "$type": "border",
15560
+ "filePath": "src/tokens/functional/border/border.json5",
15561
+ "isSource": true,
15562
+ "original": {
15563
+ "$value": {
15564
+ "color": "{borderColor.neutral.emphasis}",
15565
+ "style": "solid",
15566
+ "width": "{borderWidth.default}"
15567
+ },
15568
+ "$type": "border"
15569
+ },
15570
+ "name": "border-neutral-emphasis",
15571
+ "attributes": {},
15572
+ "path": ["border", "neutral", "emphasis"]
15573
+ },
15574
+ "border-neutral-muted": {
15575
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
15576
+ "$type": "border",
15577
+ "filePath": "src/tokens/functional/border/border.json5",
15578
+ "isSource": true,
15579
+ "original": {
15580
+ "$value": {
15581
+ "color": "{borderColor.neutral.muted}",
15582
+ "style": "solid",
15583
+ "width": "{borderWidth.default}"
15584
+ },
15585
+ "$type": "border"
15586
+ },
15587
+ "name": "border-neutral-muted",
15588
+ "attributes": {},
15589
+ "path": ["border", "neutral", "muted"]
15590
+ },
15591
+ "border-accent-emphasis": {
15592
+ "$value": "0.00390625rem,0.0625px solid #0969da",
15593
+ "$type": "border",
15594
+ "filePath": "src/tokens/functional/border/border.json5",
15595
+ "isSource": true,
15596
+ "original": {
15597
+ "$value": {
15598
+ "color": "{borderColor.accent.emphasis}",
15599
+ "style": "solid",
15600
+ "width": "{borderWidth.default}"
15601
+ },
15602
+ "$type": "border"
15603
+ },
15604
+ "name": "border-accent-emphasis",
15605
+ "attributes": {},
15606
+ "path": ["border", "accent", "emphasis"]
15607
+ },
15608
+ "border-accent-muted": {
15609
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
15610
+ "$type": "border",
15611
+ "filePath": "src/tokens/functional/border/border.json5",
15612
+ "isSource": true,
15613
+ "original": {
15614
+ "$value": {
15615
+ "color": "{borderColor.accent.muted}",
15616
+ "style": "solid",
15617
+ "width": "{borderWidth.default}"
15618
+ },
15619
+ "$type": "border"
15620
+ },
15621
+ "name": "border-accent-muted",
15622
+ "attributes": {},
15623
+ "path": ["border", "accent", "muted"]
15624
+ },
15625
+ "border-success-emphasis": {
15626
+ "$value": "0.00390625rem,0.0625px solid #0969da",
15627
+ "$type": "border",
15628
+ "filePath": "src/tokens/functional/border/border.json5",
15629
+ "isSource": true,
15630
+ "original": {
15631
+ "$value": {
15632
+ "color": "{borderColor.success.emphasis}",
15633
+ "style": "solid",
15634
+ "width": "{borderWidth.default}"
15635
+ },
15636
+ "$type": "border"
15637
+ },
15638
+ "name": "border-success-emphasis",
15639
+ "attributes": {},
15640
+ "path": ["border", "success", "emphasis"]
15641
+ },
15642
+ "border-success-muted": {
15643
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
15644
+ "$type": "border",
15645
+ "filePath": "src/tokens/functional/border/border.json5",
15646
+ "isSource": true,
15647
+ "original": {
15648
+ "$value": {
15649
+ "color": "{borderColor.success.muted}",
15650
+ "style": "solid",
15651
+ "width": "{borderWidth.default}"
15652
+ },
15653
+ "$type": "border"
15654
+ },
15655
+ "name": "border-success-muted",
15656
+ "attributes": {},
15657
+ "path": ["border", "success", "muted"]
15658
+ },
15659
+ "border-open-emphasis": {
15660
+ "$value": "0.00390625rem,0.0625px solid #0969da",
15661
+ "$type": "border",
15662
+ "filePath": "src/tokens/functional/border/border.json5",
15663
+ "isSource": true,
15664
+ "original": {
15665
+ "$value": "{border.success.emphasis}",
15666
+ "$type": "border"
15667
+ },
15668
+ "name": "border-open-emphasis",
15669
+ "attributes": {},
15670
+ "path": ["border", "open", "emphasis"]
15671
+ },
15672
+ "border-open-muted": {
15673
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
15674
+ "$type": "border",
15675
+ "filePath": "src/tokens/functional/border/border.json5",
15676
+ "isSource": true,
15677
+ "original": {
15678
+ "$value": "{border.success.muted}",
15679
+ "$type": "border"
15680
+ },
15681
+ "name": "border-open-muted",
15682
+ "attributes": {},
15683
+ "path": ["border", "open", "muted"]
15684
+ },
15685
+ "border-danger-emphasis": {
15686
+ "$value": "0.00390625rem,0.0625px solid #cf222e",
15687
+ "$type": "border",
15688
+ "filePath": "src/tokens/functional/border/border.json5",
15689
+ "isSource": true,
15690
+ "original": {
15691
+ "$value": {
15692
+ "color": "{borderColor.danger.emphasis}",
15693
+ "style": "solid",
15694
+ "width": "{borderWidth.default}"
15695
+ },
15696
+ "$type": "border"
15697
+ },
15698
+ "name": "border-danger-emphasis",
15699
+ "attributes": {},
15700
+ "path": ["border", "danger", "emphasis"]
15701
+ },
15702
+ "border-danger-muted": {
15703
+ "$value": "0.00390625rem,0.0625px solid #ff818266",
15704
+ "$type": "border",
15705
+ "filePath": "src/tokens/functional/border/border.json5",
15706
+ "isSource": true,
15707
+ "original": {
15708
+ "$value": {
15709
+ "color": "{borderColor.danger.muted}",
15710
+ "style": "solid",
15711
+ "width": "{borderWidth.default}"
15712
+ },
15713
+ "$type": "border"
15714
+ },
15715
+ "name": "border-danger-muted",
15716
+ "attributes": {},
15717
+ "path": ["border", "danger", "muted"]
15718
+ },
15719
+ "border-closed-emphasis": {
15720
+ "$value": "0.00390625rem,0.0625px solid #cf222e",
15721
+ "$type": "border",
15722
+ "filePath": "src/tokens/functional/border/border.json5",
15723
+ "isSource": true,
15724
+ "original": {
15725
+ "$value": "{border.danger.emphasis}",
15726
+ "$type": "border"
15727
+ },
15728
+ "name": "border-closed-emphasis",
15729
+ "attributes": {},
15730
+ "path": ["border", "closed", "emphasis"]
15731
+ },
15732
+ "border-closed-muted": {
15733
+ "$value": "0.00390625rem,0.0625px solid #ff818266",
15734
+ "$type": "border",
15735
+ "filePath": "src/tokens/functional/border/border.json5",
15736
+ "isSource": true,
15737
+ "original": {
15738
+ "$value": "{border.danger.muted}",
15739
+ "$type": "border"
15740
+ },
15741
+ "name": "border-closed-muted",
15742
+ "attributes": {},
15743
+ "path": ["border", "closed", "muted"]
15744
+ },
15745
+ "border-attention-emphasis": {
15746
+ "$value": "0.00390625rem,0.0625px solid #9a6700",
15747
+ "$type": "border",
15748
+ "filePath": "src/tokens/functional/border/border.json5",
15749
+ "isSource": true,
15750
+ "original": {
15751
+ "$value": {
15752
+ "color": "{borderColor.attention.emphasis}",
15753
+ "style": "solid",
15754
+ "width": "{borderWidth.default}"
15755
+ },
15756
+ "$type": "border"
15757
+ },
15758
+ "name": "border-attention-emphasis",
15759
+ "attributes": {},
15760
+ "path": ["border", "attention", "emphasis"]
15761
+ },
15762
+ "border-attention-muted": {
15763
+ "$value": "0.00390625rem,0.0625px solid #d4a72c66",
15764
+ "$type": "border",
15765
+ "filePath": "src/tokens/functional/border/border.json5",
15766
+ "isSource": true,
15767
+ "original": {
15768
+ "$value": {
15769
+ "color": "{borderColor.attention.muted}",
15770
+ "style": "solid",
15771
+ "width": "{borderWidth.default}"
15772
+ },
15773
+ "$type": "border"
15774
+ },
15775
+ "name": "border-attention-muted",
15776
+ "attributes": {},
15777
+ "path": ["border", "attention", "muted"]
15778
+ },
15779
+ "border-severe-emphasis": {
15780
+ "$value": "0.00390625rem,0.0625px solid #cf222e",
15781
+ "$type": "border",
15782
+ "filePath": "src/tokens/functional/border/border.json5",
15783
+ "isSource": true,
15784
+ "original": {
15785
+ "$value": {
15786
+ "color": "{borderColor.severe.emphasis}",
15787
+ "style": "solid",
15788
+ "width": "{borderWidth.default}"
15789
+ },
15790
+ "$type": "border"
15791
+ },
15792
+ "name": "border-severe-emphasis",
15793
+ "attributes": {},
15794
+ "path": ["border", "severe", "emphasis"]
15795
+ },
15796
+ "border-severe-muted": {
15797
+ "$value": "0.00390625rem,0.0625px solid #ff818266",
15798
+ "$type": "border",
15799
+ "filePath": "src/tokens/functional/border/border.json5",
15800
+ "isSource": true,
15801
+ "original": {
15802
+ "$value": {
15803
+ "color": "{borderColor.severe.muted}",
15804
+ "style": "solid",
15805
+ "width": "{borderWidth.default}"
15806
+ },
15807
+ "$type": "border"
15808
+ },
15809
+ "name": "border-severe-muted",
15810
+ "attributes": {},
15811
+ "path": ["border", "severe", "muted"]
15812
+ },
15813
+ "border-done-emphasis": {
15814
+ "$value": "0.00390625rem,0.0625px solid #8250df",
15815
+ "$type": "border",
15816
+ "filePath": "src/tokens/functional/border/border.json5",
15817
+ "isSource": true,
15818
+ "original": {
15819
+ "$value": {
15820
+ "color": "{borderColor.done.emphasis}",
15821
+ "style": "solid",
15822
+ "width": "{borderWidth.default}"
15823
+ },
15824
+ "$type": "border"
15825
+ },
15826
+ "name": "border-done-emphasis",
15827
+ "attributes": {},
15828
+ "path": ["border", "done", "emphasis"]
15829
+ },
15830
+ "border-done-muted": {
15831
+ "$value": "0.00390625rem,0.0625px solid #c297ff66",
15832
+ "$type": "border",
15833
+ "filePath": "src/tokens/functional/border/border.json5",
15834
+ "isSource": true,
15835
+ "original": {
15836
+ "$value": {
15837
+ "color": "{borderColor.done.muted}",
15838
+ "style": "solid",
15839
+ "width": "{borderWidth.default}"
15840
+ },
15841
+ "$type": "border"
15842
+ },
15843
+ "name": "border-done-muted",
15844
+ "attributes": {},
15845
+ "path": ["border", "done", "muted"]
15846
+ },
15847
+ "border-upsell-emphasis": {
15848
+ "$value": "0.00390625rem,0.0625px solid #8250df",
15849
+ "$type": "border",
15850
+ "filePath": "src/tokens/functional/border/border.json5",
15851
+ "isSource": true,
15852
+ "original": {
15853
+ "$value": {
15854
+ "color": "{borderColor.upsell.emphasis}",
15855
+ "style": "solid",
15856
+ "width": "{borderWidth.default}"
15857
+ },
15858
+ "$type": "border"
15859
+ },
15860
+ "name": "border-upsell-emphasis",
15861
+ "attributes": {},
15862
+ "path": ["border", "upsell", "emphasis"]
15863
+ },
15864
+ "border-upsell-muted": {
15865
+ "$value": "0.00390625rem,0.0625px solid #c297ff66",
15866
+ "$type": "border",
15867
+ "filePath": "src/tokens/functional/border/border.json5",
15868
+ "isSource": true,
15869
+ "original": {
15870
+ "$value": {
15871
+ "color": "{borderColor.upsell.muted}",
15872
+ "style": "solid",
15873
+ "width": "{borderWidth.default}"
15874
+ },
15875
+ "$type": "border"
15876
+ },
15877
+ "name": "border-upsell-muted",
15878
+ "attributes": {},
15879
+ "path": ["border", "upsell", "muted"]
15880
+ },
15881
+ "border-sponsors-emphasis": {
15882
+ "$value": "0.00390625rem,0.0625px solid #bf3989",
15883
+ "$type": "border",
15884
+ "filePath": "src/tokens/functional/border/border.json5",
15885
+ "isSource": true,
15886
+ "original": {
15887
+ "$value": {
15888
+ "color": "{borderColor.sponsors.emphasis}",
15889
+ "style": "solid",
15890
+ "width": "{borderWidth.default}"
15891
+ },
15892
+ "$type": "border"
15893
+ },
15894
+ "name": "border-sponsors-emphasis",
15895
+ "attributes": {},
15896
+ "path": ["border", "sponsors", "emphasis"]
15897
+ },
15898
+ "border-sponsors-muted": {
15899
+ "$value": "0.00390625rem,0.0625px solid #ff80c866",
15900
+ "$type": "border",
15901
+ "filePath": "src/tokens/functional/border/border.json5",
15902
+ "isSource": true,
15903
+ "original": {
15904
+ "$value": {
15905
+ "color": "{borderColor.sponsors.muted}",
15906
+ "style": "solid",
15907
+ "width": "{borderWidth.default}"
15908
+ },
15909
+ "$type": "border"
15910
+ },
15911
+ "name": "border-sponsors-muted",
15912
+ "attributes": {},
15913
+ "path": ["border", "sponsors", "muted"]
15471
15914
  }
15472
15915
  }