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