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