@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
@@ -7029,6 +7029,23 @@
7029
7029
  "attributes": {},
7030
7030
  "path": ["focus", "outlineColor"]
7031
7031
  },
7032
+ "focus-outline": {
7033
+ "$value": "2px solid #409eff",
7034
+ "$type": "border",
7035
+ "filePath": "src/tokens/functional/border/border.json5",
7036
+ "isSource": true,
7037
+ "original": {
7038
+ "$value": {
7039
+ "color": "{focus.outlineColor}",
7040
+ "style": "solid",
7041
+ "width": "2px"
7042
+ },
7043
+ "$type": "border"
7044
+ },
7045
+ "name": "focus-outline",
7046
+ "attributes": {},
7047
+ "path": ["focus", "outline"]
7048
+ },
7032
7049
  "menu-bgColor-active": {
7033
7050
  "$value": "#151b23",
7034
7051
  "$type": "color",
@@ -13916,21 +13933,447 @@
13916
13933
  "attributes": {},
13917
13934
  "path": ["shadow", "floating", "legacy"]
13918
13935
  },
13919
- "outline-focus": {
13920
- "$value": "#409eff solid 2px",
13936
+ "border-default": {
13937
+ "$value": "0.00390625rem,0.0625px solid #b7bdc8",
13921
13938
  "$type": "border",
13922
- "filePath": "src/tokens/functional/border/dark.json5",
13939
+ "filePath": "src/tokens/functional/border/border.json5",
13923
13940
  "isSource": true,
13924
13941
  "original": {
13925
13942
  "$value": {
13926
- "color": "{focus.outlineColor}",
13943
+ "color": "{borderColor.default}",
13927
13944
  "style": "solid",
13928
- "width": "2px"
13945
+ "width": "{borderWidth.default}"
13946
+ },
13947
+ "$type": "border"
13948
+ },
13949
+ "name": "border-default",
13950
+ "attributes": {},
13951
+ "path": ["border", "default"]
13952
+ },
13953
+ "border-muted": {
13954
+ "$value": "0.00390625rem,0.0625px solid #b7bdc8",
13955
+ "$type": "border",
13956
+ "filePath": "src/tokens/functional/border/border.json5",
13957
+ "isSource": true,
13958
+ "original": {
13959
+ "$value": {
13960
+ "color": "{borderColor.muted}",
13961
+ "style": "solid",
13962
+ "width": "{borderWidth.default}"
13963
+ },
13964
+ "$type": "border"
13965
+ },
13966
+ "name": "border-muted",
13967
+ "attributes": {},
13968
+ "path": ["border", "muted"]
13969
+ },
13970
+ "border-emphasis": {
13971
+ "$value": "0.00390625rem,0.0625px solid #b7bdc8",
13972
+ "$type": "border",
13973
+ "filePath": "src/tokens/functional/border/border.json5",
13974
+ "isSource": true,
13975
+ "original": {
13976
+ "$value": {
13977
+ "color": "{borderColor.emphasis}",
13978
+ "style": "solid",
13979
+ "width": "{borderWidth.default}"
13980
+ },
13981
+ "$type": "border"
13982
+ },
13983
+ "name": "border-emphasis",
13984
+ "attributes": {},
13985
+ "path": ["border", "emphasis"]
13986
+ },
13987
+ "border-disabled": {
13988
+ "$value": "0.00390625rem,0.0625px solid #9198a11f",
13989
+ "$type": "border",
13990
+ "filePath": "src/tokens/functional/border/border.json5",
13991
+ "isSource": true,
13992
+ "original": {
13993
+ "$value": {
13994
+ "color": "{borderColor.disabled}",
13995
+ "style": "solid",
13996
+ "width": "{borderWidth.default}"
13997
+ },
13998
+ "$type": "border"
13999
+ },
14000
+ "name": "border-disabled",
14001
+ "attributes": {},
14002
+ "path": ["border", "disabled"]
14003
+ },
14004
+ "border-transparent": {
14005
+ "$value": "0.00390625rem,0.0625px solid #00000000",
14006
+ "$type": "border",
14007
+ "filePath": "src/tokens/functional/border/border.json5",
14008
+ "isSource": true,
14009
+ "original": {
14010
+ "$value": {
14011
+ "color": "{borderColor.transparent}",
14012
+ "style": "solid",
14013
+ "width": "{borderWidth.default}"
14014
+ },
14015
+ "$type": "border"
14016
+ },
14017
+ "name": "border-transparent",
14018
+ "attributes": {},
14019
+ "path": ["border", "transparent"]
14020
+ },
14021
+ "border-neutral-emphasis": {
14022
+ "$value": "0.00390625rem,0.0625px solid #b7bdc8",
14023
+ "$type": "border",
14024
+ "filePath": "src/tokens/functional/border/border.json5",
14025
+ "isSource": true,
14026
+ "original": {
14027
+ "$value": {
14028
+ "color": "{borderColor.neutral.emphasis}",
14029
+ "style": "solid",
14030
+ "width": "{borderWidth.default}"
14031
+ },
14032
+ "$type": "border"
14033
+ },
14034
+ "name": "border-neutral-emphasis",
14035
+ "attributes": {},
14036
+ "path": ["border", "neutral", "emphasis"]
14037
+ },
14038
+ "border-neutral-muted": {
14039
+ "$value": "0.00390625rem,0.0625px solid #b7bdc8",
14040
+ "$type": "border",
14041
+ "filePath": "src/tokens/functional/border/border.json5",
14042
+ "isSource": true,
14043
+ "original": {
14044
+ "$value": {
14045
+ "color": "{borderColor.neutral.muted}",
14046
+ "style": "solid",
14047
+ "width": "{borderWidth.default}"
14048
+ },
14049
+ "$type": "border"
14050
+ },
14051
+ "name": "border-neutral-muted",
14052
+ "attributes": {},
14053
+ "path": ["border", "neutral", "muted"]
14054
+ },
14055
+ "border-accent-emphasis": {
14056
+ "$value": "0.00390625rem,0.0625px solid #409eff",
14057
+ "$type": "border",
14058
+ "filePath": "src/tokens/functional/border/border.json5",
14059
+ "isSource": true,
14060
+ "original": {
14061
+ "$value": {
14062
+ "color": "{borderColor.accent.emphasis}",
14063
+ "style": "solid",
14064
+ "width": "{borderWidth.default}"
14065
+ },
14066
+ "$type": "border"
14067
+ },
14068
+ "name": "border-accent-emphasis",
14069
+ "attributes": {},
14070
+ "path": ["border", "accent", "emphasis"]
14071
+ },
14072
+ "border-accent-muted": {
14073
+ "$value": "0.00390625rem,0.0625px solid #5cacff",
14074
+ "$type": "border",
14075
+ "filePath": "src/tokens/functional/border/border.json5",
14076
+ "isSource": true,
14077
+ "original": {
14078
+ "$value": {
14079
+ "color": "{borderColor.accent.muted}",
14080
+ "style": "solid",
14081
+ "width": "{borderWidth.default}"
14082
+ },
14083
+ "$type": "border"
14084
+ },
14085
+ "name": "border-accent-muted",
14086
+ "attributes": {},
14087
+ "path": ["border", "accent", "muted"]
14088
+ },
14089
+ "border-success-emphasis": {
14090
+ "$value": "0.00390625rem,0.0625px solid #09b43a",
14091
+ "$type": "border",
14092
+ "filePath": "src/tokens/functional/border/border.json5",
14093
+ "isSource": true,
14094
+ "original": {
14095
+ "$value": {
14096
+ "color": "{borderColor.success.emphasis}",
14097
+ "style": "solid",
14098
+ "width": "{borderWidth.default}"
14099
+ },
14100
+ "$type": "border"
14101
+ },
14102
+ "name": "border-success-emphasis",
14103
+ "attributes": {},
14104
+ "path": ["border", "success", "emphasis"]
14105
+ },
14106
+ "border-success-muted": {
14107
+ "$value": "0.00390625rem,0.0625px solid #0ac740",
14108
+ "$type": "border",
14109
+ "filePath": "src/tokens/functional/border/border.json5",
14110
+ "isSource": true,
14111
+ "original": {
14112
+ "$value": {
14113
+ "color": "{borderColor.success.muted}",
14114
+ "style": "solid",
14115
+ "width": "{borderWidth.default}"
14116
+ },
14117
+ "$type": "border"
14118
+ },
14119
+ "name": "border-success-muted",
14120
+ "attributes": {},
14121
+ "path": ["border", "success", "muted"]
14122
+ },
14123
+ "border-open-emphasis": {
14124
+ "$value": "0.00390625rem,0.0625px solid #09b43a",
14125
+ "$type": "border",
14126
+ "filePath": "src/tokens/functional/border/border.json5",
14127
+ "isSource": true,
14128
+ "original": {
14129
+ "$value": "{border.success.emphasis}",
14130
+ "$type": "border"
14131
+ },
14132
+ "name": "border-open-emphasis",
14133
+ "attributes": {},
14134
+ "path": ["border", "open", "emphasis"]
14135
+ },
14136
+ "border-open-muted": {
14137
+ "$value": "0.00390625rem,0.0625px solid #0ac740",
14138
+ "$type": "border",
14139
+ "filePath": "src/tokens/functional/border/border.json5",
14140
+ "isSource": true,
14141
+ "original": {
14142
+ "$value": "{border.success.muted}",
14143
+ "$type": "border"
14144
+ },
14145
+ "name": "border-open-muted",
14146
+ "attributes": {},
14147
+ "path": ["border", "open", "muted"]
14148
+ },
14149
+ "border-danger-emphasis": {
14150
+ "$value": "0.00390625rem,0.0625px solid #ff6a69",
14151
+ "$type": "border",
14152
+ "filePath": "src/tokens/functional/border/border.json5",
14153
+ "isSource": true,
14154
+ "original": {
14155
+ "$value": {
14156
+ "color": "{borderColor.danger.emphasis}",
14157
+ "style": "solid",
14158
+ "width": "{borderWidth.default}"
14159
+ },
14160
+ "$type": "border"
14161
+ },
14162
+ "name": "border-danger-emphasis",
14163
+ "attributes": {},
14164
+ "path": ["border", "danger", "emphasis"]
14165
+ },
14166
+ "border-danger-muted": {
14167
+ "$value": "0.00390625rem,0.0625px solid #ff8080",
14168
+ "$type": "border",
14169
+ "filePath": "src/tokens/functional/border/border.json5",
14170
+ "isSource": true,
14171
+ "original": {
14172
+ "$value": {
14173
+ "color": "{borderColor.danger.muted}",
14174
+ "style": "solid",
14175
+ "width": "{borderWidth.default}"
14176
+ },
14177
+ "$type": "border"
14178
+ },
14179
+ "name": "border-danger-muted",
14180
+ "attributes": {},
14181
+ "path": ["border", "danger", "muted"]
14182
+ },
14183
+ "border-closed-emphasis": {
14184
+ "$value": "0.00390625rem,0.0625px solid #ff6a69",
14185
+ "$type": "border",
14186
+ "filePath": "src/tokens/functional/border/border.json5",
14187
+ "isSource": true,
14188
+ "original": {
14189
+ "$value": "{border.danger.emphasis}",
14190
+ "$type": "border"
14191
+ },
14192
+ "name": "border-closed-emphasis",
14193
+ "attributes": {},
14194
+ "path": ["border", "closed", "emphasis"]
14195
+ },
14196
+ "border-closed-muted": {
14197
+ "$value": "0.00390625rem,0.0625px solid #ff8080",
14198
+ "$type": "border",
14199
+ "filePath": "src/tokens/functional/border/border.json5",
14200
+ "isSource": true,
14201
+ "original": {
14202
+ "$value": "{border.danger.muted}",
14203
+ "$type": "border"
14204
+ },
14205
+ "name": "border-closed-muted",
14206
+ "attributes": {},
14207
+ "path": ["border", "closed", "muted"]
14208
+ },
14209
+ "border-attention-emphasis": {
14210
+ "$value": "0.00390625rem,0.0625px solid #e09b13",
14211
+ "$type": "border",
14212
+ "filePath": "src/tokens/functional/border/border.json5",
14213
+ "isSource": true,
14214
+ "original": {
14215
+ "$value": {
14216
+ "color": "{borderColor.attention.emphasis}",
14217
+ "style": "solid",
14218
+ "width": "{borderWidth.default}"
14219
+ },
14220
+ "$type": "border"
14221
+ },
14222
+ "name": "border-attention-emphasis",
14223
+ "attributes": {},
14224
+ "path": ["border", "attention", "emphasis"]
14225
+ },
14226
+ "border-attention-muted": {
14227
+ "$value": "0.00390625rem,0.0625px solid #edaa27",
14228
+ "$type": "border",
14229
+ "filePath": "src/tokens/functional/border/border.json5",
14230
+ "isSource": true,
14231
+ "original": {
14232
+ "$value": {
14233
+ "color": "{borderColor.attention.muted}",
14234
+ "style": "solid",
14235
+ "width": "{borderWidth.default}"
14236
+ },
14237
+ "$type": "border"
14238
+ },
14239
+ "name": "border-attention-muted",
14240
+ "attributes": {},
14241
+ "path": ["border", "attention", "muted"]
14242
+ },
14243
+ "border-severe-emphasis": {
14244
+ "$value": "0.00390625rem,0.0625px solid #e7811d",
14245
+ "$type": "border",
14246
+ "filePath": "src/tokens/functional/border/border.json5",
14247
+ "isSource": true,
14248
+ "original": {
14249
+ "$value": {
14250
+ "color": "{borderColor.severe.emphasis}",
14251
+ "style": "solid",
14252
+ "width": "{borderWidth.default}"
14253
+ },
14254
+ "$type": "border"
14255
+ },
14256
+ "name": "border-severe-emphasis",
14257
+ "attributes": {},
14258
+ "path": ["border", "severe", "emphasis"]
14259
+ },
14260
+ "border-severe-muted": {
14261
+ "$value": "0.00390625rem,0.0625px solid #f48b25",
14262
+ "$type": "border",
14263
+ "filePath": "src/tokens/functional/border/border.json5",
14264
+ "isSource": true,
14265
+ "original": {
14266
+ "$value": {
14267
+ "color": "{borderColor.severe.muted}",
14268
+ "style": "solid",
14269
+ "width": "{borderWidth.default}"
14270
+ },
14271
+ "$type": "border"
14272
+ },
14273
+ "name": "border-severe-muted",
14274
+ "attributes": {},
14275
+ "path": ["border", "severe", "muted"]
14276
+ },
14277
+ "border-done-emphasis": {
14278
+ "$value": "0.00390625rem,0.0625px solid #b87fff",
14279
+ "$type": "border",
14280
+ "filePath": "src/tokens/functional/border/border.json5",
14281
+ "isSource": true,
14282
+ "original": {
14283
+ "$value": {
14284
+ "color": "{borderColor.done.emphasis}",
14285
+ "style": "solid",
14286
+ "width": "{borderWidth.default}"
14287
+ },
14288
+ "$type": "border"
14289
+ },
14290
+ "name": "border-done-emphasis",
14291
+ "attributes": {},
14292
+ "path": ["border", "done", "emphasis"]
14293
+ },
14294
+ "border-done-muted": {
14295
+ "$value": "0.00390625rem,0.0625px solid #bf8fff",
14296
+ "$type": "border",
14297
+ "filePath": "src/tokens/functional/border/border.json5",
14298
+ "isSource": true,
14299
+ "original": {
14300
+ "$value": {
14301
+ "color": "{borderColor.done.muted}",
14302
+ "style": "solid",
14303
+ "width": "{borderWidth.default}"
14304
+ },
14305
+ "$type": "border"
14306
+ },
14307
+ "name": "border-done-muted",
14308
+ "attributes": {},
14309
+ "path": ["border", "done", "muted"]
14310
+ },
14311
+ "border-upsell-emphasis": {
14312
+ "$value": "0.00390625rem,0.0625px solid #b87fff",
14313
+ "$type": "border",
14314
+ "filePath": "src/tokens/functional/border/border.json5",
14315
+ "isSource": true,
14316
+ "original": {
14317
+ "$value": {
14318
+ "color": "{borderColor.upsell.emphasis}",
14319
+ "style": "solid",
14320
+ "width": "{borderWidth.default}"
14321
+ },
14322
+ "$type": "border"
14323
+ },
14324
+ "name": "border-upsell-emphasis",
14325
+ "attributes": {},
14326
+ "path": ["border", "upsell", "emphasis"]
14327
+ },
14328
+ "border-upsell-muted": {
14329
+ "$value": "0.00390625rem,0.0625px solid #bf8fff",
14330
+ "$type": "border",
14331
+ "filePath": "src/tokens/functional/border/border.json5",
14332
+ "isSource": true,
14333
+ "original": {
14334
+ "$value": {
14335
+ "color": "{borderColor.upsell.muted}",
14336
+ "style": "solid",
14337
+ "width": "{borderWidth.default}"
14338
+ },
14339
+ "$type": "border"
14340
+ },
14341
+ "name": "border-upsell-muted",
14342
+ "attributes": {},
14343
+ "path": ["border", "upsell", "muted"]
14344
+ },
14345
+ "border-sponsors-emphasis": {
14346
+ "$value": "0.00390625rem,0.0625px solid #ef6eb1",
14347
+ "$type": "border",
14348
+ "filePath": "src/tokens/functional/border/border.json5",
14349
+ "isSource": true,
14350
+ "original": {
14351
+ "$value": {
14352
+ "color": "{borderColor.sponsors.emphasis}",
14353
+ "style": "solid",
14354
+ "width": "{borderWidth.default}"
14355
+ },
14356
+ "$type": "border"
14357
+ },
14358
+ "name": "border-sponsors-emphasis",
14359
+ "attributes": {},
14360
+ "path": ["border", "sponsors", "emphasis"]
14361
+ },
14362
+ "border-sponsors-muted": {
14363
+ "$value": "0.00390625rem,0.0625px solid #f87cbd",
14364
+ "$type": "border",
14365
+ "filePath": "src/tokens/functional/border/border.json5",
14366
+ "isSource": true,
14367
+ "original": {
14368
+ "$value": {
14369
+ "color": "{borderColor.sponsors.muted}",
14370
+ "style": "solid",
14371
+ "width": "{borderWidth.default}"
13929
14372
  },
13930
14373
  "$type": "border"
13931
14374
  },
13932
- "name": "outline-focus",
14375
+ "name": "border-sponsors-muted",
13933
14376
  "attributes": {},
13934
- "path": ["outline", "focus"]
14377
+ "path": ["border", "sponsors", "muted"]
13935
14378
  }
13936
14379
  }