@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
@@ -8411,6 +8411,23 @@
8411
8411
  "attributes": {},
8412
8412
  "path": ["focus", "outlineColor"]
8413
8413
  },
8414
+ "focus-outline": {
8415
+ "$value": "2px solid #1f6feb",
8416
+ "$type": "border",
8417
+ "filePath": "src/tokens/functional/border/border.json5",
8418
+ "isSource": true,
8419
+ "original": {
8420
+ "$value": {
8421
+ "color": "{focus.outlineColor}",
8422
+ "style": "solid",
8423
+ "width": "2px"
8424
+ },
8425
+ "$type": "border"
8426
+ },
8427
+ "name": "focus-outline",
8428
+ "attributes": {},
8429
+ "path": ["focus", "outline"]
8430
+ },
8414
8431
  "menu-bgColor-active": {
8415
8432
  "$value": "#151b23",
8416
8433
  "$type": "color",
@@ -15542,21 +15559,447 @@
15542
15559
  "attributes": {},
15543
15560
  "path": ["shadow", "floating", "legacy"]
15544
15561
  },
15545
- "outline-focus": {
15546
- "$value": "#1f6feb solid 2px",
15562
+ "border-default": {
15563
+ "$value": "0.00390625rem,0.0625px solid #3d444d",
15547
15564
  "$type": "border",
15548
- "filePath": "src/tokens/functional/border/dark.json5",
15565
+ "filePath": "src/tokens/functional/border/border.json5",
15549
15566
  "isSource": true,
15550
15567
  "original": {
15551
15568
  "$value": {
15552
- "color": "{focus.outlineColor}",
15569
+ "color": "{borderColor.default}",
15553
15570
  "style": "solid",
15554
- "width": "2px"
15571
+ "width": "{borderWidth.default}"
15572
+ },
15573
+ "$type": "border"
15574
+ },
15575
+ "name": "border-default",
15576
+ "attributes": {},
15577
+ "path": ["border", "default"]
15578
+ },
15579
+ "border-muted": {
15580
+ "$value": "0.00390625rem,0.0625px solid #3d444db3",
15581
+ "$type": "border",
15582
+ "filePath": "src/tokens/functional/border/border.json5",
15583
+ "isSource": true,
15584
+ "original": {
15585
+ "$value": {
15586
+ "color": "{borderColor.muted}",
15587
+ "style": "solid",
15588
+ "width": "{borderWidth.default}"
15589
+ },
15590
+ "$type": "border"
15591
+ },
15592
+ "name": "border-muted",
15593
+ "attributes": {},
15594
+ "path": ["border", "muted"]
15595
+ },
15596
+ "border-emphasis": {
15597
+ "$value": "0.00390625rem,0.0625px solid #656c76",
15598
+ "$type": "border",
15599
+ "filePath": "src/tokens/functional/border/border.json5",
15600
+ "isSource": true,
15601
+ "original": {
15602
+ "$value": {
15603
+ "color": "{borderColor.emphasis}",
15604
+ "style": "solid",
15605
+ "width": "{borderWidth.default}"
15606
+ },
15607
+ "$type": "border"
15608
+ },
15609
+ "name": "border-emphasis",
15610
+ "attributes": {},
15611
+ "path": ["border", "emphasis"]
15612
+ },
15613
+ "border-disabled": {
15614
+ "$value": "0.00390625rem,0.0625px solid #656c761a",
15615
+ "$type": "border",
15616
+ "filePath": "src/tokens/functional/border/border.json5",
15617
+ "isSource": true,
15618
+ "original": {
15619
+ "$value": {
15620
+ "color": "{borderColor.disabled}",
15621
+ "style": "solid",
15622
+ "width": "{borderWidth.default}"
15623
+ },
15624
+ "$type": "border"
15625
+ },
15626
+ "name": "border-disabled",
15627
+ "attributes": {},
15628
+ "path": ["border", "disabled"]
15629
+ },
15630
+ "border-transparent": {
15631
+ "$value": "0.00390625rem,0.0625px solid #00000000",
15632
+ "$type": "border",
15633
+ "filePath": "src/tokens/functional/border/border.json5",
15634
+ "isSource": true,
15635
+ "original": {
15636
+ "$value": {
15637
+ "color": "{borderColor.transparent}",
15638
+ "style": "solid",
15639
+ "width": "{borderWidth.default}"
15640
+ },
15641
+ "$type": "border"
15642
+ },
15643
+ "name": "border-transparent",
15644
+ "attributes": {},
15645
+ "path": ["border", "transparent"]
15646
+ },
15647
+ "border-neutral-emphasis": {
15648
+ "$value": "0.00390625rem,0.0625px solid #656c76",
15649
+ "$type": "border",
15650
+ "filePath": "src/tokens/functional/border/border.json5",
15651
+ "isSource": true,
15652
+ "original": {
15653
+ "$value": {
15654
+ "color": "{borderColor.neutral.emphasis}",
15655
+ "style": "solid",
15656
+ "width": "{borderWidth.default}"
15657
+ },
15658
+ "$type": "border"
15659
+ },
15660
+ "name": "border-neutral-emphasis",
15661
+ "attributes": {},
15662
+ "path": ["border", "neutral", "emphasis"]
15663
+ },
15664
+ "border-neutral-muted": {
15665
+ "$value": "0.00390625rem,0.0625px solid #3d444db3",
15666
+ "$type": "border",
15667
+ "filePath": "src/tokens/functional/border/border.json5",
15668
+ "isSource": true,
15669
+ "original": {
15670
+ "$value": {
15671
+ "color": "{borderColor.neutral.muted}",
15672
+ "style": "solid",
15673
+ "width": "{borderWidth.default}"
15674
+ },
15675
+ "$type": "border"
15676
+ },
15677
+ "name": "border-neutral-muted",
15678
+ "attributes": {},
15679
+ "path": ["border", "neutral", "muted"]
15680
+ },
15681
+ "border-accent-emphasis": {
15682
+ "$value": "0.00390625rem,0.0625px solid #1f6feb",
15683
+ "$type": "border",
15684
+ "filePath": "src/tokens/functional/border/border.json5",
15685
+ "isSource": true,
15686
+ "original": {
15687
+ "$value": {
15688
+ "color": "{borderColor.accent.emphasis}",
15689
+ "style": "solid",
15690
+ "width": "{borderWidth.default}"
15691
+ },
15692
+ "$type": "border"
15693
+ },
15694
+ "name": "border-accent-emphasis",
15695
+ "attributes": {},
15696
+ "path": ["border", "accent", "emphasis"]
15697
+ },
15698
+ "border-accent-muted": {
15699
+ "$value": "0.00390625rem,0.0625px solid #388bfd66",
15700
+ "$type": "border",
15701
+ "filePath": "src/tokens/functional/border/border.json5",
15702
+ "isSource": true,
15703
+ "original": {
15704
+ "$value": {
15705
+ "color": "{borderColor.accent.muted}",
15706
+ "style": "solid",
15707
+ "width": "{borderWidth.default}"
15708
+ },
15709
+ "$type": "border"
15710
+ },
15711
+ "name": "border-accent-muted",
15712
+ "attributes": {},
15713
+ "path": ["border", "accent", "muted"]
15714
+ },
15715
+ "border-success-emphasis": {
15716
+ "$value": "0.00390625rem,0.0625px solid #1f6feb",
15717
+ "$type": "border",
15718
+ "filePath": "src/tokens/functional/border/border.json5",
15719
+ "isSource": true,
15720
+ "original": {
15721
+ "$value": {
15722
+ "color": "{borderColor.success.emphasis}",
15723
+ "style": "solid",
15724
+ "width": "{borderWidth.default}"
15725
+ },
15726
+ "$type": "border"
15727
+ },
15728
+ "name": "border-success-emphasis",
15729
+ "attributes": {},
15730
+ "path": ["border", "success", "emphasis"]
15731
+ },
15732
+ "border-success-muted": {
15733
+ "$value": "0.00390625rem,0.0625px solid #388bfd66",
15734
+ "$type": "border",
15735
+ "filePath": "src/tokens/functional/border/border.json5",
15736
+ "isSource": true,
15737
+ "original": {
15738
+ "$value": {
15739
+ "color": "{borderColor.success.muted}",
15740
+ "style": "solid",
15741
+ "width": "{borderWidth.default}"
15742
+ },
15743
+ "$type": "border"
15744
+ },
15745
+ "name": "border-success-muted",
15746
+ "attributes": {},
15747
+ "path": ["border", "success", "muted"]
15748
+ },
15749
+ "border-open-emphasis": {
15750
+ "$value": "0.00390625rem,0.0625px solid #1f6feb",
15751
+ "$type": "border",
15752
+ "filePath": "src/tokens/functional/border/border.json5",
15753
+ "isSource": true,
15754
+ "original": {
15755
+ "$value": "{border.success.emphasis}",
15756
+ "$type": "border"
15757
+ },
15758
+ "name": "border-open-emphasis",
15759
+ "attributes": {},
15760
+ "path": ["border", "open", "emphasis"]
15761
+ },
15762
+ "border-open-muted": {
15763
+ "$value": "0.00390625rem,0.0625px solid #388bfd66",
15764
+ "$type": "border",
15765
+ "filePath": "src/tokens/functional/border/border.json5",
15766
+ "isSource": true,
15767
+ "original": {
15768
+ "$value": "{border.success.muted}",
15769
+ "$type": "border"
15770
+ },
15771
+ "name": "border-open-muted",
15772
+ "attributes": {},
15773
+ "path": ["border", "open", "muted"]
15774
+ },
15775
+ "border-danger-emphasis": {
15776
+ "$value": "0.00390625rem,0.0625px solid #da3633",
15777
+ "$type": "border",
15778
+ "filePath": "src/tokens/functional/border/border.json5",
15779
+ "isSource": true,
15780
+ "original": {
15781
+ "$value": {
15782
+ "color": "{borderColor.danger.emphasis}",
15783
+ "style": "solid",
15784
+ "width": "{borderWidth.default}"
15785
+ },
15786
+ "$type": "border"
15787
+ },
15788
+ "name": "border-danger-emphasis",
15789
+ "attributes": {},
15790
+ "path": ["border", "danger", "emphasis"]
15791
+ },
15792
+ "border-danger-muted": {
15793
+ "$value": "0.00390625rem,0.0625px solid #f8514966",
15794
+ "$type": "border",
15795
+ "filePath": "src/tokens/functional/border/border.json5",
15796
+ "isSource": true,
15797
+ "original": {
15798
+ "$value": {
15799
+ "color": "{borderColor.danger.muted}",
15800
+ "style": "solid",
15801
+ "width": "{borderWidth.default}"
15802
+ },
15803
+ "$type": "border"
15804
+ },
15805
+ "name": "border-danger-muted",
15806
+ "attributes": {},
15807
+ "path": ["border", "danger", "muted"]
15808
+ },
15809
+ "border-closed-emphasis": {
15810
+ "$value": "0.00390625rem,0.0625px solid #da3633",
15811
+ "$type": "border",
15812
+ "filePath": "src/tokens/functional/border/border.json5",
15813
+ "isSource": true,
15814
+ "original": {
15815
+ "$value": "{border.danger.emphasis}",
15816
+ "$type": "border"
15817
+ },
15818
+ "name": "border-closed-emphasis",
15819
+ "attributes": {},
15820
+ "path": ["border", "closed", "emphasis"]
15821
+ },
15822
+ "border-closed-muted": {
15823
+ "$value": "0.00390625rem,0.0625px solid #f8514966",
15824
+ "$type": "border",
15825
+ "filePath": "src/tokens/functional/border/border.json5",
15826
+ "isSource": true,
15827
+ "original": {
15828
+ "$value": "{border.danger.muted}",
15829
+ "$type": "border"
15830
+ },
15831
+ "name": "border-closed-muted",
15832
+ "attributes": {},
15833
+ "path": ["border", "closed", "muted"]
15834
+ },
15835
+ "border-attention-emphasis": {
15836
+ "$value": "0.00390625rem,0.0625px solid #9e6a03",
15837
+ "$type": "border",
15838
+ "filePath": "src/tokens/functional/border/border.json5",
15839
+ "isSource": true,
15840
+ "original": {
15841
+ "$value": {
15842
+ "color": "{borderColor.attention.emphasis}",
15843
+ "style": "solid",
15844
+ "width": "{borderWidth.default}"
15845
+ },
15846
+ "$type": "border"
15847
+ },
15848
+ "name": "border-attention-emphasis",
15849
+ "attributes": {},
15850
+ "path": ["border", "attention", "emphasis"]
15851
+ },
15852
+ "border-attention-muted": {
15853
+ "$value": "0.00390625rem,0.0625px solid #bb800966",
15854
+ "$type": "border",
15855
+ "filePath": "src/tokens/functional/border/border.json5",
15856
+ "isSource": true,
15857
+ "original": {
15858
+ "$value": {
15859
+ "color": "{borderColor.attention.muted}",
15860
+ "style": "solid",
15861
+ "width": "{borderWidth.default}"
15862
+ },
15863
+ "$type": "border"
15864
+ },
15865
+ "name": "border-attention-muted",
15866
+ "attributes": {},
15867
+ "path": ["border", "attention", "muted"]
15868
+ },
15869
+ "border-severe-emphasis": {
15870
+ "$value": "0.00390625rem,0.0625px solid #da3633",
15871
+ "$type": "border",
15872
+ "filePath": "src/tokens/functional/border/border.json5",
15873
+ "isSource": true,
15874
+ "original": {
15875
+ "$value": {
15876
+ "color": "{borderColor.severe.emphasis}",
15877
+ "style": "solid",
15878
+ "width": "{borderWidth.default}"
15879
+ },
15880
+ "$type": "border"
15881
+ },
15882
+ "name": "border-severe-emphasis",
15883
+ "attributes": {},
15884
+ "path": ["border", "severe", "emphasis"]
15885
+ },
15886
+ "border-severe-muted": {
15887
+ "$value": "0.00390625rem,0.0625px solid #f8514966",
15888
+ "$type": "border",
15889
+ "filePath": "src/tokens/functional/border/border.json5",
15890
+ "isSource": true,
15891
+ "original": {
15892
+ "$value": {
15893
+ "color": "{borderColor.severe.muted}",
15894
+ "style": "solid",
15895
+ "width": "{borderWidth.default}"
15896
+ },
15897
+ "$type": "border"
15898
+ },
15899
+ "name": "border-severe-muted",
15900
+ "attributes": {},
15901
+ "path": ["border", "severe", "muted"]
15902
+ },
15903
+ "border-done-emphasis": {
15904
+ "$value": "0.00390625rem,0.0625px solid #8957e5",
15905
+ "$type": "border",
15906
+ "filePath": "src/tokens/functional/border/border.json5",
15907
+ "isSource": true,
15908
+ "original": {
15909
+ "$value": {
15910
+ "color": "{borderColor.done.emphasis}",
15911
+ "style": "solid",
15912
+ "width": "{borderWidth.default}"
15913
+ },
15914
+ "$type": "border"
15915
+ },
15916
+ "name": "border-done-emphasis",
15917
+ "attributes": {},
15918
+ "path": ["border", "done", "emphasis"]
15919
+ },
15920
+ "border-done-muted": {
15921
+ "$value": "0.00390625rem,0.0625px solid #ab7df866",
15922
+ "$type": "border",
15923
+ "filePath": "src/tokens/functional/border/border.json5",
15924
+ "isSource": true,
15925
+ "original": {
15926
+ "$value": {
15927
+ "color": "{borderColor.done.muted}",
15928
+ "style": "solid",
15929
+ "width": "{borderWidth.default}"
15930
+ },
15931
+ "$type": "border"
15932
+ },
15933
+ "name": "border-done-muted",
15934
+ "attributes": {},
15935
+ "path": ["border", "done", "muted"]
15936
+ },
15937
+ "border-upsell-emphasis": {
15938
+ "$value": "0.00390625rem,0.0625px solid #8957e5",
15939
+ "$type": "border",
15940
+ "filePath": "src/tokens/functional/border/border.json5",
15941
+ "isSource": true,
15942
+ "original": {
15943
+ "$value": {
15944
+ "color": "{borderColor.upsell.emphasis}",
15945
+ "style": "solid",
15946
+ "width": "{borderWidth.default}"
15947
+ },
15948
+ "$type": "border"
15949
+ },
15950
+ "name": "border-upsell-emphasis",
15951
+ "attributes": {},
15952
+ "path": ["border", "upsell", "emphasis"]
15953
+ },
15954
+ "border-upsell-muted": {
15955
+ "$value": "0.00390625rem,0.0625px solid #ab7df866",
15956
+ "$type": "border",
15957
+ "filePath": "src/tokens/functional/border/border.json5",
15958
+ "isSource": true,
15959
+ "original": {
15960
+ "$value": {
15961
+ "color": "{borderColor.upsell.muted}",
15962
+ "style": "solid",
15963
+ "width": "{borderWidth.default}"
15964
+ },
15965
+ "$type": "border"
15966
+ },
15967
+ "name": "border-upsell-muted",
15968
+ "attributes": {},
15969
+ "path": ["border", "upsell", "muted"]
15970
+ },
15971
+ "border-sponsors-emphasis": {
15972
+ "$value": "0.00390625rem,0.0625px solid #bf4b8a",
15973
+ "$type": "border",
15974
+ "filePath": "src/tokens/functional/border/border.json5",
15975
+ "isSource": true,
15976
+ "original": {
15977
+ "$value": {
15978
+ "color": "{borderColor.sponsors.emphasis}",
15979
+ "style": "solid",
15980
+ "width": "{borderWidth.default}"
15981
+ },
15982
+ "$type": "border"
15983
+ },
15984
+ "name": "border-sponsors-emphasis",
15985
+ "attributes": {},
15986
+ "path": ["border", "sponsors", "emphasis"]
15987
+ },
15988
+ "border-sponsors-muted": {
15989
+ "$value": "0.00390625rem,0.0625px solid #db61a266",
15990
+ "$type": "border",
15991
+ "filePath": "src/tokens/functional/border/border.json5",
15992
+ "isSource": true,
15993
+ "original": {
15994
+ "$value": {
15995
+ "color": "{borderColor.sponsors.muted}",
15996
+ "style": "solid",
15997
+ "width": "{borderWidth.default}"
15555
15998
  },
15556
15999
  "$type": "border"
15557
16000
  },
15558
- "name": "outline-focus",
16001
+ "name": "border-sponsors-muted",
15559
16002
  "attributes": {},
15560
- "path": ["outline", "focus"]
16003
+ "path": ["border", "sponsors", "muted"]
15561
16004
  }
15562
16005
  }