@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
@@ -8267,6 +8267,23 @@
8267
8267
  "value": "#316dca",
8268
8268
  "type": "color"
8269
8269
  },
8270
+ "focus-outline": {
8271
+ "filePath": "src/tokens/functional/border/border.json5",
8272
+ "isSource": true,
8273
+ "original": {
8274
+ "$value": {
8275
+ "color": "{focus.outlineColor}",
8276
+ "style": "solid",
8277
+ "width": "2px"
8278
+ },
8279
+ "$type": "border"
8280
+ },
8281
+ "name": "focus-outline",
8282
+ "attributes": {},
8283
+ "path": ["focus", "outline"],
8284
+ "value": "2px solid #316dca",
8285
+ "type": "border"
8286
+ },
8270
8287
  "menu-bgColor-active": {
8271
8288
  "$extensions": {
8272
8289
  "org.primer.figma": {
@@ -15706,21 +15723,447 @@
15706
15723
  "value": "0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866",
15707
15724
  "type": "shadow"
15708
15725
  },
15709
- "outline-focus": {
15710
- "filePath": "src/tokens/functional/border/dark.json5",
15726
+ "border-default": {
15727
+ "filePath": "src/tokens/functional/border/border.json5",
15711
15728
  "isSource": true,
15712
15729
  "original": {
15713
15730
  "$value": {
15714
- "color": "{focus.outlineColor}",
15731
+ "color": "{borderColor.default}",
15715
15732
  "style": "solid",
15716
- "width": "2px"
15733
+ "width": "{borderWidth.default}"
15734
+ },
15735
+ "$type": "border"
15736
+ },
15737
+ "name": "border-default",
15738
+ "attributes": {},
15739
+ "path": ["border", "default"],
15740
+ "value": "0.0625rem solid #3d444d",
15741
+ "type": "border"
15742
+ },
15743
+ "border-muted": {
15744
+ "filePath": "src/tokens/functional/border/border.json5",
15745
+ "isSource": true,
15746
+ "original": {
15747
+ "$value": {
15748
+ "color": "{borderColor.muted}",
15749
+ "style": "solid",
15750
+ "width": "{borderWidth.default}"
15751
+ },
15752
+ "$type": "border"
15753
+ },
15754
+ "name": "border-muted",
15755
+ "attributes": {},
15756
+ "path": ["border", "muted"],
15757
+ "value": "0.0625rem solid #3d444db3",
15758
+ "type": "border"
15759
+ },
15760
+ "border-emphasis": {
15761
+ "filePath": "src/tokens/functional/border/border.json5",
15762
+ "isSource": true,
15763
+ "original": {
15764
+ "$value": {
15765
+ "color": "{borderColor.emphasis}",
15766
+ "style": "solid",
15767
+ "width": "{borderWidth.default}"
15768
+ },
15769
+ "$type": "border"
15770
+ },
15771
+ "name": "border-emphasis",
15772
+ "attributes": {},
15773
+ "path": ["border", "emphasis"],
15774
+ "value": "0.0625rem solid #656c76",
15775
+ "type": "border"
15776
+ },
15777
+ "border-disabled": {
15778
+ "filePath": "src/tokens/functional/border/border.json5",
15779
+ "isSource": true,
15780
+ "original": {
15781
+ "$value": {
15782
+ "color": "{borderColor.disabled}",
15783
+ "style": "solid",
15784
+ "width": "{borderWidth.default}"
15785
+ },
15786
+ "$type": "border"
15787
+ },
15788
+ "name": "border-disabled",
15789
+ "attributes": {},
15790
+ "path": ["border", "disabled"],
15791
+ "value": "0.0625rem solid #656c761a",
15792
+ "type": "border"
15793
+ },
15794
+ "border-transparent": {
15795
+ "filePath": "src/tokens/functional/border/border.json5",
15796
+ "isSource": true,
15797
+ "original": {
15798
+ "$value": {
15799
+ "color": "{borderColor.transparent}",
15800
+ "style": "solid",
15801
+ "width": "{borderWidth.default}"
15802
+ },
15803
+ "$type": "border"
15804
+ },
15805
+ "name": "border-transparent",
15806
+ "attributes": {},
15807
+ "path": ["border", "transparent"],
15808
+ "value": "0.0625rem solid #00000000",
15809
+ "type": "border"
15810
+ },
15811
+ "border-neutral-emphasis": {
15812
+ "filePath": "src/tokens/functional/border/border.json5",
15813
+ "isSource": true,
15814
+ "original": {
15815
+ "$value": {
15816
+ "color": "{borderColor.neutral.emphasis}",
15817
+ "style": "solid",
15818
+ "width": "{borderWidth.default}"
15819
+ },
15820
+ "$type": "border"
15821
+ },
15822
+ "name": "border-neutral-emphasis",
15823
+ "attributes": {},
15824
+ "path": ["border", "neutral", "emphasis"],
15825
+ "value": "0.0625rem solid #656c76",
15826
+ "type": "border"
15827
+ },
15828
+ "border-neutral-muted": {
15829
+ "filePath": "src/tokens/functional/border/border.json5",
15830
+ "isSource": true,
15831
+ "original": {
15832
+ "$value": {
15833
+ "color": "{borderColor.neutral.muted}",
15834
+ "style": "solid",
15835
+ "width": "{borderWidth.default}"
15836
+ },
15837
+ "$type": "border"
15838
+ },
15839
+ "name": "border-neutral-muted",
15840
+ "attributes": {},
15841
+ "path": ["border", "neutral", "muted"],
15842
+ "value": "0.0625rem solid #3d444db3",
15843
+ "type": "border"
15844
+ },
15845
+ "border-accent-emphasis": {
15846
+ "filePath": "src/tokens/functional/border/border.json5",
15847
+ "isSource": true,
15848
+ "original": {
15849
+ "$value": {
15850
+ "color": "{borderColor.accent.emphasis}",
15851
+ "style": "solid",
15852
+ "width": "{borderWidth.default}"
15853
+ },
15854
+ "$type": "border"
15855
+ },
15856
+ "name": "border-accent-emphasis",
15857
+ "attributes": {},
15858
+ "path": ["border", "accent", "emphasis"],
15859
+ "value": "0.0625rem solid #316dca",
15860
+ "type": "border"
15861
+ },
15862
+ "border-accent-muted": {
15863
+ "filePath": "src/tokens/functional/border/border.json5",
15864
+ "isSource": true,
15865
+ "original": {
15866
+ "$value": {
15867
+ "color": "{borderColor.accent.muted}",
15868
+ "style": "solid",
15869
+ "width": "{borderWidth.default}"
15870
+ },
15871
+ "$type": "border"
15872
+ },
15873
+ "name": "border-accent-muted",
15874
+ "attributes": {},
15875
+ "path": ["border", "accent", "muted"],
15876
+ "value": "0.0625rem solid #4184e466",
15877
+ "type": "border"
15878
+ },
15879
+ "border-success-emphasis": {
15880
+ "filePath": "src/tokens/functional/border/border.json5",
15881
+ "isSource": true,
15882
+ "original": {
15883
+ "$value": {
15884
+ "color": "{borderColor.success.emphasis}",
15885
+ "style": "solid",
15886
+ "width": "{borderWidth.default}"
15887
+ },
15888
+ "$type": "border"
15889
+ },
15890
+ "name": "border-success-emphasis",
15891
+ "attributes": {},
15892
+ "path": ["border", "success", "emphasis"],
15893
+ "value": "0.0625rem solid #347d39",
15894
+ "type": "border"
15895
+ },
15896
+ "border-success-muted": {
15897
+ "filePath": "src/tokens/functional/border/border.json5",
15898
+ "isSource": true,
15899
+ "original": {
15900
+ "$value": {
15901
+ "color": "{borderColor.success.muted}",
15902
+ "style": "solid",
15903
+ "width": "{borderWidth.default}"
15904
+ },
15905
+ "$type": "border"
15906
+ },
15907
+ "name": "border-success-muted",
15908
+ "attributes": {},
15909
+ "path": ["border", "success", "muted"],
15910
+ "value": "0.0625rem solid #46954a66",
15911
+ "type": "border"
15912
+ },
15913
+ "border-open-emphasis": {
15914
+ "filePath": "src/tokens/functional/border/border.json5",
15915
+ "isSource": true,
15916
+ "original": {
15917
+ "$value": "{border.success.emphasis}",
15918
+ "$type": "border"
15919
+ },
15920
+ "name": "border-open-emphasis",
15921
+ "attributes": {},
15922
+ "path": ["border", "open", "emphasis"],
15923
+ "value": "0.0625rem solid #347d39",
15924
+ "type": "border"
15925
+ },
15926
+ "border-open-muted": {
15927
+ "filePath": "src/tokens/functional/border/border.json5",
15928
+ "isSource": true,
15929
+ "original": {
15930
+ "$value": "{border.success.muted}",
15931
+ "$type": "border"
15932
+ },
15933
+ "name": "border-open-muted",
15934
+ "attributes": {},
15935
+ "path": ["border", "open", "muted"],
15936
+ "value": "0.0625rem solid #46954a66",
15937
+ "type": "border"
15938
+ },
15939
+ "border-danger-emphasis": {
15940
+ "filePath": "src/tokens/functional/border/border.json5",
15941
+ "isSource": true,
15942
+ "original": {
15943
+ "$value": {
15944
+ "color": "{borderColor.danger.emphasis}",
15945
+ "style": "solid",
15946
+ "width": "{borderWidth.default}"
15947
+ },
15948
+ "$type": "border"
15949
+ },
15950
+ "name": "border-danger-emphasis",
15951
+ "attributes": {},
15952
+ "path": ["border", "danger", "emphasis"],
15953
+ "value": "0.0625rem solid #c93c37",
15954
+ "type": "border"
15955
+ },
15956
+ "border-danger-muted": {
15957
+ "filePath": "src/tokens/functional/border/border.json5",
15958
+ "isSource": true,
15959
+ "original": {
15960
+ "$value": {
15961
+ "color": "{borderColor.danger.muted}",
15962
+ "style": "solid",
15963
+ "width": "{borderWidth.default}"
15964
+ },
15965
+ "$type": "border"
15966
+ },
15967
+ "name": "border-danger-muted",
15968
+ "attributes": {},
15969
+ "path": ["border", "danger", "muted"],
15970
+ "value": "0.0625rem solid #e5534b66",
15971
+ "type": "border"
15972
+ },
15973
+ "border-closed-emphasis": {
15974
+ "filePath": "src/tokens/functional/border/border.json5",
15975
+ "isSource": true,
15976
+ "original": {
15977
+ "$value": "{border.danger.emphasis}",
15978
+ "$type": "border"
15979
+ },
15980
+ "name": "border-closed-emphasis",
15981
+ "attributes": {},
15982
+ "path": ["border", "closed", "emphasis"],
15983
+ "value": "0.0625rem solid #c93c37",
15984
+ "type": "border"
15985
+ },
15986
+ "border-closed-muted": {
15987
+ "filePath": "src/tokens/functional/border/border.json5",
15988
+ "isSource": true,
15989
+ "original": {
15990
+ "$value": "{border.danger.muted}",
15991
+ "$type": "border"
15992
+ },
15993
+ "name": "border-closed-muted",
15994
+ "attributes": {},
15995
+ "path": ["border", "closed", "muted"],
15996
+ "value": "0.0625rem solid #e5534b66",
15997
+ "type": "border"
15998
+ },
15999
+ "border-attention-emphasis": {
16000
+ "filePath": "src/tokens/functional/border/border.json5",
16001
+ "isSource": true,
16002
+ "original": {
16003
+ "$value": {
16004
+ "color": "{borderColor.attention.emphasis}",
16005
+ "style": "solid",
16006
+ "width": "{borderWidth.default}"
16007
+ },
16008
+ "$type": "border"
16009
+ },
16010
+ "name": "border-attention-emphasis",
16011
+ "attributes": {},
16012
+ "path": ["border", "attention", "emphasis"],
16013
+ "value": "0.0625rem solid #966600",
16014
+ "type": "border"
16015
+ },
16016
+ "border-attention-muted": {
16017
+ "filePath": "src/tokens/functional/border/border.json5",
16018
+ "isSource": true,
16019
+ "original": {
16020
+ "$value": {
16021
+ "color": "{borderColor.attention.muted}",
16022
+ "style": "solid",
16023
+ "width": "{borderWidth.default}"
16024
+ },
16025
+ "$type": "border"
16026
+ },
16027
+ "name": "border-attention-muted",
16028
+ "attributes": {},
16029
+ "path": ["border", "attention", "muted"],
16030
+ "value": "0.0625rem solid #ae7c1466",
16031
+ "type": "border"
16032
+ },
16033
+ "border-severe-emphasis": {
16034
+ "filePath": "src/tokens/functional/border/border.json5",
16035
+ "isSource": true,
16036
+ "original": {
16037
+ "$value": {
16038
+ "color": "{borderColor.severe.emphasis}",
16039
+ "style": "solid",
16040
+ "width": "{borderWidth.default}"
16041
+ },
16042
+ "$type": "border"
16043
+ },
16044
+ "name": "border-severe-emphasis",
16045
+ "attributes": {},
16046
+ "path": ["border", "severe", "emphasis"],
16047
+ "value": "0.0625rem solid #ae5622",
16048
+ "type": "border"
16049
+ },
16050
+ "border-severe-muted": {
16051
+ "filePath": "src/tokens/functional/border/border.json5",
16052
+ "isSource": true,
16053
+ "original": {
16054
+ "$value": {
16055
+ "color": "{borderColor.severe.muted}",
16056
+ "style": "solid",
16057
+ "width": "{borderWidth.default}"
16058
+ },
16059
+ "$type": "border"
16060
+ },
16061
+ "name": "border-severe-muted",
16062
+ "attributes": {},
16063
+ "path": ["border", "severe", "muted"],
16064
+ "value": "0.0625rem solid #cc6b2c66",
16065
+ "type": "border"
16066
+ },
16067
+ "border-done-emphasis": {
16068
+ "filePath": "src/tokens/functional/border/border.json5",
16069
+ "isSource": true,
16070
+ "original": {
16071
+ "$value": {
16072
+ "color": "{borderColor.done.emphasis}",
16073
+ "style": "solid",
16074
+ "width": "{borderWidth.default}"
16075
+ },
16076
+ "$type": "border"
16077
+ },
16078
+ "name": "border-done-emphasis",
16079
+ "attributes": {},
16080
+ "path": ["border", "done", "emphasis"],
16081
+ "value": "0.0625rem solid #8256d0",
16082
+ "type": "border"
16083
+ },
16084
+ "border-done-muted": {
16085
+ "filePath": "src/tokens/functional/border/border.json5",
16086
+ "isSource": true,
16087
+ "original": {
16088
+ "$value": {
16089
+ "color": "{borderColor.done.muted}",
16090
+ "style": "solid",
16091
+ "width": "{borderWidth.default}"
16092
+ },
16093
+ "$type": "border"
16094
+ },
16095
+ "name": "border-done-muted",
16096
+ "attributes": {},
16097
+ "path": ["border", "done", "muted"],
16098
+ "value": "0.0625rem solid #986ee266",
16099
+ "type": "border"
16100
+ },
16101
+ "border-upsell-emphasis": {
16102
+ "filePath": "src/tokens/functional/border/border.json5",
16103
+ "isSource": true,
16104
+ "original": {
16105
+ "$value": {
16106
+ "color": "{borderColor.upsell.emphasis}",
16107
+ "style": "solid",
16108
+ "width": "{borderWidth.default}"
16109
+ },
16110
+ "$type": "border"
16111
+ },
16112
+ "name": "border-upsell-emphasis",
16113
+ "attributes": {},
16114
+ "path": ["border", "upsell", "emphasis"],
16115
+ "value": "0.0625rem solid #8256d0",
16116
+ "type": "border"
16117
+ },
16118
+ "border-upsell-muted": {
16119
+ "filePath": "src/tokens/functional/border/border.json5",
16120
+ "isSource": true,
16121
+ "original": {
16122
+ "$value": {
16123
+ "color": "{borderColor.upsell.muted}",
16124
+ "style": "solid",
16125
+ "width": "{borderWidth.default}"
16126
+ },
16127
+ "$type": "border"
16128
+ },
16129
+ "name": "border-upsell-muted",
16130
+ "attributes": {},
16131
+ "path": ["border", "upsell", "muted"],
16132
+ "value": "0.0625rem solid #986ee266",
16133
+ "type": "border"
16134
+ },
16135
+ "border-sponsors-emphasis": {
16136
+ "filePath": "src/tokens/functional/border/border.json5",
16137
+ "isSource": true,
16138
+ "original": {
16139
+ "$value": {
16140
+ "color": "{borderColor.sponsors.emphasis}",
16141
+ "style": "solid",
16142
+ "width": "{borderWidth.default}"
16143
+ },
16144
+ "$type": "border"
16145
+ },
16146
+ "name": "border-sponsors-emphasis",
16147
+ "attributes": {},
16148
+ "path": ["border", "sponsors", "emphasis"],
16149
+ "value": "0.0625rem solid #ae4c82",
16150
+ "type": "border"
16151
+ },
16152
+ "border-sponsors-muted": {
16153
+ "filePath": "src/tokens/functional/border/border.json5",
16154
+ "isSource": true,
16155
+ "original": {
16156
+ "$value": {
16157
+ "color": "{borderColor.sponsors.muted}",
16158
+ "style": "solid",
16159
+ "width": "{borderWidth.default}"
15717
16160
  },
15718
16161
  "$type": "border"
15719
16162
  },
15720
- "name": "outline-focus",
16163
+ "name": "border-sponsors-muted",
15721
16164
  "attributes": {},
15722
- "path": ["outline", "focus"],
15723
- "value": "#316dca solid 2px",
16165
+ "path": ["border", "sponsors", "muted"],
16166
+ "value": "0.0625rem solid #c9619866",
15724
16167
  "type": "border"
15725
16168
  }
15726
16169
  }