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