@primer/primitives 10.0.0-rc.367a0502 → 10.0.0-rc.4b3d8b21

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 (338) hide show
  1. package/dist/build/PrimerStyleDictionary.d.ts +8 -0
  2. package/dist/build/PrimerStyleDictionary.js +80 -0
  3. package/dist/build/filters/index.d.ts +14 -0
  4. package/dist/build/filters/index.js +14 -0
  5. package/dist/build/filters/isBorder.d.ts +7 -0
  6. package/dist/build/filters/isBorder.js +8 -0
  7. package/dist/build/filters/isColor.d.ts +7 -0
  8. package/dist/build/filters/isColor.js +13 -0
  9. package/dist/build/filters/isColorWithAlpha.d.ts +7 -0
  10. package/dist/build/filters/isColorWithAlpha.js +9 -0
  11. package/dist/build/filters/isColorWithMix.d.ts +7 -0
  12. package/dist/build/filters/isColorWithMix.js +24 -0
  13. package/dist/build/filters/isCubicBezier.d.ts +7 -0
  14. package/dist/build/filters/isCubicBezier.js +10 -0
  15. package/dist/build/filters/isDeprecated.d.ts +7 -0
  16. package/dist/build/filters/isDeprecated.js +8 -0
  17. package/dist/build/filters/isDimension.d.ts +7 -0
  18. package/dist/build/filters/isDimension.js +8 -0
  19. package/dist/build/filters/isDuration.d.ts +7 -0
  20. package/dist/build/filters/isDuration.js +8 -0
  21. package/dist/build/filters/isFontFamily.d.ts +7 -0
  22. package/dist/build/filters/isFontFamily.js +8 -0
  23. package/dist/build/filters/isFontWeight.d.ts +7 -0
  24. package/dist/build/filters/isFontWeight.js +8 -0
  25. package/dist/build/filters/isFromFile.d.ts +8 -0
  26. package/dist/build/filters/isFromFile.js +10 -0
  27. package/dist/build/filters/isNumber.d.ts +7 -0
  28. package/dist/build/filters/isNumber.js +8 -0
  29. package/dist/build/filters/isShadow.d.ts +7 -0
  30. package/dist/build/filters/isShadow.js +8 -0
  31. package/dist/build/filters/isSource.d.ts +7 -0
  32. package/dist/build/filters/isSource.js +8 -0
  33. package/dist/build/filters/isTypography.d.ts +7 -0
  34. package/dist/build/filters/isTypography.js +8 -0
  35. package/dist/build/formats/cssAdvanced.d.ts +2 -0
  36. package/dist/build/formats/cssAdvanced.js +86 -0
  37. package/dist/build/formats/cssCustomMedia.d.ts +7 -0
  38. package/dist/build/formats/cssCustomMedia.js +26 -0
  39. package/dist/build/formats/index.d.ts +9 -0
  40. package/dist/build/formats/index.js +9 -0
  41. package/dist/build/formats/javascriptCommonJs.d.ts +7 -0
  42. package/dist/build/formats/javascriptCommonJs.js +26 -0
  43. package/dist/build/formats/javascriptEsm.d.ts +7 -0
  44. package/dist/build/formats/javascriptEsm.js +26 -0
  45. package/dist/build/formats/jsonFigma.d.ts +7 -0
  46. package/dist/build/formats/jsonFigma.js +121 -0
  47. package/dist/build/formats/jsonNestedPrefixed.d.ts +8 -0
  48. package/dist/build/formats/jsonNestedPrefixed.js +30 -0
  49. package/dist/build/formats/jsonOneDimensional.d.ts +8 -0
  50. package/dist/build/formats/jsonOneDimensional.js +32 -0
  51. package/dist/build/formats/jsonPostCssFallback.d.ts +8 -0
  52. package/dist/build/formats/jsonPostCssFallback.js +14 -0
  53. package/dist/build/formats/typescriptExportDefinition.d.ts +7 -0
  54. package/dist/build/formats/typescriptExportDefinition.js +170 -0
  55. package/dist/build/formats/utilities/getPropName.d.ts +1 -0
  56. package/dist/build/formats/utilities/getPropName.js +16 -0
  57. package/dist/build/formats/utilities/jsonToFlat.d.ts +11 -0
  58. package/dist/build/formats/utilities/jsonToFlat.js +8 -0
  59. package/dist/build/formats/utilities/jsonToNestedValue.d.ts +8 -0
  60. package/dist/build/formats/utilities/jsonToNestedValue.js +23 -0
  61. package/dist/build/formats/utilities/prefixTokens.d.ts +8 -0
  62. package/dist/build/formats/utilities/prefixTokens.js +13 -0
  63. package/dist/build/parsers/index.d.ts +1 -0
  64. package/dist/build/parsers/index.js +1 -0
  65. package/dist/build/parsers/w3cJsonParser.d.ts +6 -0
  66. package/dist/build/parsers/w3cJsonParser.js +25 -0
  67. package/dist/build/platforms/css.d.ts +2 -0
  68. package/dist/build/platforms/css.js +96 -0
  69. package/dist/build/platforms/deprecatedJson.d.ts +2 -0
  70. package/dist/build/platforms/deprecatedJson.js +13 -0
  71. package/dist/build/platforms/docJson.d.ts +2 -0
  72. package/dist/build/platforms/docJson.js +35 -0
  73. package/dist/build/platforms/fallbacks.d.ts +2 -0
  74. package/dist/build/platforms/fallbacks.js +30 -0
  75. package/dist/build/platforms/figma.d.ts +2 -0
  76. package/dist/build/platforms/figma.js +60 -0
  77. package/dist/build/platforms/index.d.ts +10 -0
  78. package/dist/build/platforms/index.js +10 -0
  79. package/dist/build/platforms/javascript.d.ts +2 -0
  80. package/dist/build/platforms/javascript.js +26 -0
  81. package/dist/build/platforms/json.d.ts +2 -0
  82. package/dist/build/platforms/json.js +28 -0
  83. package/dist/build/platforms/styleLint.d.ts +2 -0
  84. package/dist/build/platforms/styleLint.js +30 -0
  85. package/dist/build/platforms/typeDefinitions.d.ts +2 -0
  86. package/dist/build/platforms/typeDefinitions.js +26 -0
  87. package/dist/build/platforms/typescript.d.ts +2 -0
  88. package/dist/build/platforms/typescript.js +26 -0
  89. package/dist/build/schemas/alphaValue.d.ts +2 -0
  90. package/dist/build/schemas/alphaValue.js +5 -0
  91. package/dist/build/schemas/baseToken.d.ts +11 -0
  92. package/dist/build/schemas/baseToken.js +7 -0
  93. package/dist/build/schemas/borderToken.d.ts +51 -0
  94. package/dist/build/schemas/borderToken.js +17 -0
  95. package/dist/build/schemas/collections.d.ts +6 -0
  96. package/dist/build/schemas/collections.js +12 -0
  97. package/dist/build/schemas/colorHexValue.d.ts +2 -0
  98. package/dist/build/schemas/colorHexValue.js +9 -0
  99. package/dist/build/schemas/colorToken.d.ts +85 -0
  100. package/dist/build/schemas/colorToken.js +52 -0
  101. package/dist/build/schemas/cubicBezierToken.d.ts +18 -0
  102. package/dist/build/schemas/cubicBezierToken.js +8 -0
  103. package/dist/build/schemas/designToken.d.ts +2 -0
  104. package/dist/build/schemas/designToken.js +36 -0
  105. package/dist/build/schemas/dimensionToken.d.ts +52 -0
  106. package/dist/build/schemas/dimensionToken.js +33 -0
  107. package/dist/build/schemas/dimensionValue.d.ts +2 -0
  108. package/dist/build/schemas/dimensionValue.js +9 -0
  109. package/dist/build/schemas/durationToken.d.ts +18 -0
  110. package/dist/build/schemas/durationToken.js +11 -0
  111. package/dist/build/schemas/durationValue.d.ts +2 -0
  112. package/dist/build/schemas/durationValue.js +5 -0
  113. package/dist/build/schemas/fontFamilyToken.d.ts +52 -0
  114. package/dist/build/schemas/fontFamilyToken.js +20 -0
  115. package/dist/build/schemas/fontWeightToken.d.ts +52 -0
  116. package/dist/build/schemas/fontWeightToken.js +21 -0
  117. package/dist/build/schemas/fontWeightValue.d.ts +2 -0
  118. package/dist/build/schemas/fontWeightValue.js +6 -0
  119. package/dist/build/schemas/numberToken.d.ts +71 -0
  120. package/dist/build/schemas/numberToken.js +27 -0
  121. package/dist/build/schemas/referenceValue.d.ts +2 -0
  122. package/dist/build/schemas/referenceValue.js +5 -0
  123. package/dist/build/schemas/scopes.d.ts +5 -0
  124. package/dist/build/schemas/scopes.js +29 -0
  125. package/dist/build/schemas/shadowToken.d.ts +157 -0
  126. package/dist/build/schemas/shadowToken.js +43 -0
  127. package/dist/build/schemas/stringToken.d.ts +18 -0
  128. package/dist/build/schemas/stringToken.js +10 -0
  129. package/dist/build/schemas/tokenName.d.ts +2 -0
  130. package/dist/build/schemas/tokenName.js +5 -0
  131. package/dist/build/schemas/tokenType.d.ts +3 -0
  132. package/dist/build/schemas/tokenType.js +2 -0
  133. package/dist/build/schemas/typographyToken.d.ts +59 -0
  134. package/dist/build/schemas/typographyToken.js +18 -0
  135. package/dist/build/schemas/validTokenType.d.ts +5 -0
  136. package/dist/build/schemas/validTokenType.js +31 -0
  137. package/dist/build/schemas/viewportRangeToken.d.ts +18 -0
  138. package/dist/build/schemas/viewportRangeToken.js +10 -0
  139. package/dist/build/transformers/borderToCss.d.ts +8 -0
  140. package/dist/build/transformers/borderToCss.js +38 -0
  141. package/dist/build/transformers/colorToHex.d.ts +8 -0
  142. package/dist/build/transformers/colorToHex.js +24 -0
  143. package/dist/build/transformers/colorToHexMix.d.ts +8 -0
  144. package/dist/build/transformers/colorToHexMix.js +20 -0
  145. package/dist/build/transformers/colorToRgbAlpha.d.ts +8 -0
  146. package/dist/build/transformers/colorToRgbAlpha.js +20 -0
  147. package/dist/build/transformers/colorToRgbaFloat.d.ts +8 -0
  148. package/dist/build/transformers/colorToRgbaFloat.js +46 -0
  149. package/dist/build/transformers/cubicBezierToCss.d.ts +8 -0
  150. package/dist/build/transformers/cubicBezierToCss.js +23 -0
  151. package/dist/build/transformers/dimensionToPixelUnitless.d.ts +8 -0
  152. package/dist/build/transformers/dimensionToPixelUnitless.js +49 -0
  153. package/dist/build/transformers/dimensionToRem.d.ts +8 -0
  154. package/dist/build/transformers/dimensionToRem.js +46 -0
  155. package/dist/build/transformers/dimensionToRemPxArray.d.ts +8 -0
  156. package/dist/build/transformers/dimensionToRemPxArray.js +46 -0
  157. package/dist/build/transformers/durationToCss.d.ts +8 -0
  158. package/dist/build/transformers/durationToCss.js +29 -0
  159. package/dist/build/transformers/figmaAttributes.d.ts +8 -0
  160. package/dist/build/transformers/figmaAttributes.js +55 -0
  161. package/dist/build/transformers/floatToPixel.d.ts +15 -0
  162. package/dist/build/transformers/floatToPixel.js +39 -0
  163. package/dist/build/transformers/fontFamilyToCss.d.ts +14 -0
  164. package/dist/build/transformers/fontFamilyToCss.js +37 -0
  165. package/dist/build/transformers/fontFamilyToFigma.d.ts +14 -0
  166. package/dist/build/transformers/fontFamilyToFigma.js +44 -0
  167. package/dist/build/transformers/fontWeightToNumber.d.ts +9 -0
  168. package/dist/build/transformers/fontWeightToNumber.js +50 -0
  169. package/dist/build/transformers/index.d.ts +25 -0
  170. package/dist/build/transformers/index.js +25 -0
  171. package/dist/build/transformers/jsonDeprecated.d.ts +8 -0
  172. package/dist/build/transformers/jsonDeprecated.js +14 -0
  173. package/dist/build/transformers/namePathToCamelCase.d.ts +8 -0
  174. package/dist/build/transformers/namePathToCamelCase.js +12 -0
  175. package/dist/build/transformers/namePathToDotNotation.d.ts +8 -0
  176. package/dist/build/transformers/namePathToDotNotation.js +31 -0
  177. package/dist/build/transformers/namePathToFigma.d.ts +9 -0
  178. package/dist/build/transformers/namePathToFigma.js +21 -0
  179. package/dist/build/transformers/namePathToKebabCase.d.ts +8 -0
  180. package/dist/build/transformers/namePathToKebabCase.js +16 -0
  181. package/dist/build/transformers/namePathToPascalCase.d.ts +8 -0
  182. package/dist/build/transformers/namePathToPascalCase.js +12 -0
  183. package/dist/build/transformers/namePathToSlashNotation.d.ts +8 -0
  184. package/dist/build/transformers/namePathToSlashNotation.js +16 -0
  185. package/dist/build/transformers/shadowToCss.d.ts +8 -0
  186. package/dist/build/transformers/shadowToCss.js +34 -0
  187. package/dist/build/transformers/typographyToCss.d.ts +8 -0
  188. package/dist/build/transformers/typographyToCss.js +27 -0
  189. package/dist/build/transformers/utilities/alpha.d.ts +9 -0
  190. package/dist/build/transformers/utilities/alpha.js +16 -0
  191. package/dist/build/transformers/utilities/checkRequiredTokenProperties.d.ts +7 -0
  192. package/dist/build/transformers/utilities/checkRequiredTokenProperties.js +13 -0
  193. package/dist/build/transformers/utilities/getTokenValue.d.ts +2 -0
  194. package/dist/build/transformers/utilities/getTokenValue.js +16 -0
  195. package/dist/build/transformers/utilities/hasSpaceInString.d.ts +1 -0
  196. package/dist/build/transformers/utilities/hasSpaceInString.js +6 -0
  197. package/dist/build/transformers/utilities/hexToRgbaFloat.d.ts +2 -0
  198. package/dist/build/transformers/utilities/hexToRgbaFloat.js +29 -0
  199. package/dist/build/transformers/utilities/invalidTokenError.d.ts +7 -0
  200. package/dist/build/transformers/utilities/invalidTokenError.js +27 -0
  201. package/dist/build/transformers/utilities/isRgbaFloat.d.ts +7 -0
  202. package/dist/build/transformers/utilities/isRgbaFloat.js +20 -0
  203. package/dist/build/transformers/utilities/mix.d.ts +5 -0
  204. package/dist/build/transformers/utilities/mix.js +38 -0
  205. package/dist/build/transformers/utilities/rgbaFloatToHex.d.ts +6 -0
  206. package/dist/build/transformers/utilities/rgbaFloatToHex.js +11 -0
  207. package/dist/build/types/Border.d.ts +5 -0
  208. package/dist/build/types/BorderTokenValue.d.ts +10 -0
  209. package/dist/build/types/ColorHex.d.ts +4 -0
  210. package/dist/build/types/PlatformInitializer.d.ts +11 -0
  211. package/dist/build/types/Shadow.d.ts +5 -0
  212. package/dist/build/types/ShadowTokenValue.d.ts +14 -0
  213. package/dist/build/types/SizeEm.d.ts +4 -0
  214. package/dist/build/types/SizePx.d.ts +4 -0
  215. package/dist/build/types/SizeRem.d.ts +4 -0
  216. package/dist/build/types/StyleDictionaryConfigGenerator.d.ts +15 -0
  217. package/dist/build/types/TokenBuildInput.d.ts +8 -0
  218. package/dist/build/types/TypographyTokenValue.d.ts +12 -0
  219. package/dist/build/types/w3cTransformedToken.d.ts +8 -0
  220. package/dist/build/utilities/copyFromDir.d.ts +8 -0
  221. package/dist/build/utilities/copyFromDir.js +31 -0
  222. package/dist/build/utilities/filterStringArray.d.ts +1 -0
  223. package/dist/build/utilities/filterStringArray.js +13 -0
  224. package/dist/build/utilities/getFlag.d.ts +8 -0
  225. package/dist/build/utilities/getFlag.js +12 -0
  226. package/dist/build/utilities/index.d.ts +9 -0
  227. package/dist/build/utilities/index.js +9 -0
  228. package/dist/build/utilities/joinFriendly.d.ts +1 -0
  229. package/dist/build/utilities/joinFriendly.js +1 -0
  230. package/dist/build/utilities/schemaErrorMessage.d.ts +1 -0
  231. package/dist/build/utilities/schemaErrorMessage.js +1 -0
  232. package/dist/build/utilities/toCamelCase.d.ts +1 -0
  233. package/dist/build/utilities/toCamelCase.js +16 -0
  234. package/dist/build/utilities/toPascalCase.d.ts +1 -0
  235. package/dist/build/utilities/toPascalCase.js +13 -0
  236. package/dist/build/utilities/treeWalker.d.ts +8 -0
  237. package/dist/build/utilities/treeWalker.js +23 -0
  238. package/dist/build/utilities/upperCaseFirstCharacter.d.ts +8 -0
  239. package/dist/build/utilities/upperCaseFirstCharacter.js +10 -0
  240. package/dist/css/functional/themes/dark-colorblind.css +58 -38
  241. package/dist/css/functional/themes/dark-dimmed.css +44 -24
  242. package/dist/css/functional/themes/dark-high-contrast.css +62 -42
  243. package/dist/css/functional/themes/dark-tritanopia.css +44 -24
  244. package/dist/css/functional/themes/dark.css +42 -22
  245. package/dist/css/functional/themes/light-colorblind.css +60 -40
  246. package/dist/css/functional/themes/light-high-contrast.css +58 -38
  247. package/dist/css/functional/themes/light-tritanopia.css +42 -22
  248. package/dist/css/functional/themes/light.css +42 -22
  249. package/dist/docs/base/size/size.json +76 -76
  250. package/dist/docs/base/typography/typography.json +16 -16
  251. package/dist/docs/functional/motion/motion.json +18 -18
  252. package/dist/docs/functional/size/border.json +56 -56
  253. package/dist/docs/functional/size/breakpoints.json +24 -24
  254. package/dist/docs/functional/size/size-coarse.json +12 -12
  255. package/dist/docs/functional/size/size-fine.json +12 -12
  256. package/dist/docs/functional/size/size.json +264 -264
  257. package/dist/docs/functional/size/viewport.json +24 -24
  258. package/dist/docs/functional/themes/dark-colorblind.json +2868 -3462
  259. package/dist/docs/functional/themes/dark-dimmed.json +2826 -3016
  260. package/dist/docs/functional/themes/dark-high-contrast.json +2822 -5100
  261. package/dist/docs/functional/themes/dark-tritanopia.json +2829 -3203
  262. package/dist/docs/functional/themes/dark.json +2808 -2520
  263. package/dist/docs/functional/themes/light-colorblind.json +2604 -3150
  264. package/dist/docs/functional/themes/light-high-contrast.json +2653 -4609
  265. package/dist/docs/functional/themes/light-tritanopia.json +2546 -2960
  266. package/dist/docs/functional/themes/light.json +2590 -2312
  267. package/dist/docs/functional/typography/typography.json +206 -206
  268. package/dist/figma/dimension/dimension.json +489 -489
  269. package/dist/figma/figma.json +19 -11
  270. package/dist/figma/scales/dark-dimmed.json +2918 -38
  271. package/dist/figma/scales/dark-high-constrast.json +2918 -38
  272. package/dist/figma/scales/dark.json +2915 -35
  273. package/dist/figma/scales/light-high-constrast.json +2920 -40
  274. package/dist/figma/scales/light.json +2920 -40
  275. package/dist/figma/shadows/dark-colorblind.json +280 -280
  276. package/dist/figma/shadows/dark-dimmed.json +280 -280
  277. package/dist/figma/shadows/dark-high-contrast.json +280 -280
  278. package/dist/figma/shadows/dark-tritanopia.json +280 -280
  279. package/dist/figma/shadows/dark.json +280 -280
  280. package/dist/figma/shadows/light-colorblind.json +281 -281
  281. package/dist/figma/shadows/light-high-contrast.json +281 -281
  282. package/dist/figma/shadows/light-tritanopia.json +281 -281
  283. package/dist/figma/shadows/light.json +281 -281
  284. package/dist/figma/themes/dark-colorblind.json +5063 -5797
  285. package/dist/figma/themes/dark-dimmed.json +5294 -5604
  286. package/dist/figma/themes/dark-high-contrast.json +4258 -6617
  287. package/dist/figma/themes/dark-tritanopia.json +5239 -5763
  288. package/dist/figma/themes/dark.json +5570 -5414
  289. package/dist/figma/themes/light-colorblind.json +4933 -5570
  290. package/dist/figma/themes/light-high-contrast.json +4198 -6229
  291. package/dist/figma/themes/light-tritanopia.json +5116 -5618
  292. package/dist/figma/themes/light.json +5427 -5270
  293. package/dist/figma/typography/typography.json +112 -156
  294. package/dist/internalCss/dark-colorblind.css +58 -38
  295. package/dist/internalCss/dark-dimmed.css +44 -24
  296. package/dist/internalCss/dark-high-contrast.css +62 -42
  297. package/dist/internalCss/dark-tritanopia.css +44 -24
  298. package/dist/internalCss/dark.css +42 -22
  299. package/dist/internalCss/light-colorblind.css +60 -40
  300. package/dist/internalCss/light-high-contrast.css +58 -38
  301. package/dist/internalCss/light-tritanopia.css +42 -22
  302. package/dist/internalCss/light.css +42 -22
  303. package/dist/styleLint/base/size/size.json +38 -38
  304. package/dist/styleLint/base/typography/typography.json +8 -8
  305. package/dist/styleLint/functional/motion/motion.json +12 -12
  306. package/dist/styleLint/functional/size/border.json +30 -30
  307. package/dist/styleLint/functional/size/breakpoints.json +12 -12
  308. package/dist/styleLint/functional/size/size-coarse.json +6 -6
  309. package/dist/styleLint/functional/size/size-fine.json +6 -6
  310. package/dist/styleLint/functional/size/size.json +132 -132
  311. package/dist/styleLint/functional/size/viewport.json +12 -12
  312. package/dist/styleLint/functional/themes/dark-colorblind.json +1644 -2238
  313. package/dist/styleLint/functional/themes/dark-dimmed.json +1699 -1889
  314. package/dist/styleLint/functional/themes/dark-high-contrast.json +1627 -3905
  315. package/dist/styleLint/functional/themes/dark-tritanopia.json +1704 -2078
  316. package/dist/styleLint/functional/themes/dark.json +1692 -1404
  317. package/dist/styleLint/functional/themes/light-colorblind.json +1506 -2052
  318. package/dist/styleLint/functional/themes/light-high-contrast.json +1515 -3471
  319. package/dist/styleLint/functional/themes/light-tritanopia.json +1434 -1848
  320. package/dist/styleLint/functional/themes/light.json +1474 -1196
  321. package/dist/styleLint/functional/typography/typography.json +114 -114
  322. package/package.json +9 -7
  323. package/src/tokens/functional/color/dark/app-dark.json5 +203 -88
  324. package/src/tokens/functional/color/dark/data-vis-dark.json5 +20 -20
  325. package/src/tokens/functional/color/dark/display-dark.json5 +95 -95
  326. package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +0 -8
  327. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +43 -30
  328. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +62 -30
  329. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +53 -12
  330. package/src/tokens/functional/color/dark/patterns-dark.json5 +16 -4
  331. package/src/tokens/functional/color/dark/primitives-dark.json5 +4 -4
  332. package/src/tokens/functional/color/light/app-light.json5 +195 -85
  333. package/src/tokens/functional/color/light/data-vis-light.json5 +20 -20
  334. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +25 -25
  335. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +65 -34
  336. package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +66 -11
  337. package/src/tokens/functional/color/light/patterns-light.json5 +13 -1
  338. package/src/tokens/functional/color/light/primitives-light.json5 +2 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "base-size-2": {
3
- "value": ["0.125rem", "2px"],
3
+ "$value": ["0.125rem", "2px"],
4
4
  "$type": "dimension",
5
5
  "$extensions": {
6
6
  "org.primer.figma": {
@@ -11,7 +11,7 @@
11
11
  "filePath": "src/tokens/base/size/size.json",
12
12
  "isSource": true,
13
13
  "original": {
14
- "value": "2px",
14
+ "$value": "2px",
15
15
  "$type": "dimension",
16
16
  "$extensions": {
17
17
  "org.primer.figma": {
@@ -25,7 +25,7 @@
25
25
  "path": ["base", "size", "2"]
26
26
  },
27
27
  "base-size-4": {
28
- "value": ["0.25rem", "4px"],
28
+ "$value": ["0.25rem", "4px"],
29
29
  "$type": "dimension",
30
30
  "$extensions": {
31
31
  "org.primer.figma": {
@@ -36,7 +36,7 @@
36
36
  "filePath": "src/tokens/base/size/size.json",
37
37
  "isSource": true,
38
38
  "original": {
39
- "value": "4px",
39
+ "$value": "4px",
40
40
  "$type": "dimension",
41
41
  "$extensions": {
42
42
  "org.primer.figma": {
@@ -50,7 +50,7 @@
50
50
  "path": ["base", "size", "4"]
51
51
  },
52
52
  "base-size-6": {
53
- "value": ["0.375rem", "6px"],
53
+ "$value": ["0.375rem", "6px"],
54
54
  "$type": "dimension",
55
55
  "$extensions": {
56
56
  "org.primer.figma": {
@@ -61,7 +61,7 @@
61
61
  "filePath": "src/tokens/base/size/size.json",
62
62
  "isSource": true,
63
63
  "original": {
64
- "value": "6px",
64
+ "$value": "6px",
65
65
  "$type": "dimension",
66
66
  "$extensions": {
67
67
  "org.primer.figma": {
@@ -75,7 +75,7 @@
75
75
  "path": ["base", "size", "6"]
76
76
  },
77
77
  "base-size-8": {
78
- "value": ["0.5rem", "8px"],
78
+ "$value": ["0.5rem", "8px"],
79
79
  "$type": "dimension",
80
80
  "$extensions": {
81
81
  "org.primer.figma": {
@@ -86,7 +86,7 @@
86
86
  "filePath": "src/tokens/base/size/size.json",
87
87
  "isSource": true,
88
88
  "original": {
89
- "value": "8px",
89
+ "$value": "8px",
90
90
  "$type": "dimension",
91
91
  "$extensions": {
92
92
  "org.primer.figma": {
@@ -100,7 +100,7 @@
100
100
  "path": ["base", "size", "8"]
101
101
  },
102
102
  "base-size-12": {
103
- "value": ["0.75rem", "12px"],
103
+ "$value": ["0.75rem", "12px"],
104
104
  "$type": "dimension",
105
105
  "$extensions": {
106
106
  "org.primer.figma": {
@@ -111,7 +111,7 @@
111
111
  "filePath": "src/tokens/base/size/size.json",
112
112
  "isSource": true,
113
113
  "original": {
114
- "value": "12px",
114
+ "$value": "12px",
115
115
  "$type": "dimension",
116
116
  "$extensions": {
117
117
  "org.primer.figma": {
@@ -125,7 +125,7 @@
125
125
  "path": ["base", "size", "12"]
126
126
  },
127
127
  "base-size-16": {
128
- "value": ["1rem", "16px"],
128
+ "$value": ["1rem", "16px"],
129
129
  "$type": "dimension",
130
130
  "$extensions": {
131
131
  "org.primer.figma": {
@@ -136,7 +136,7 @@
136
136
  "filePath": "src/tokens/base/size/size.json",
137
137
  "isSource": true,
138
138
  "original": {
139
- "value": "16px",
139
+ "$value": "16px",
140
140
  "$type": "dimension",
141
141
  "$extensions": {
142
142
  "org.primer.figma": {
@@ -150,7 +150,7 @@
150
150
  "path": ["base", "size", "16"]
151
151
  },
152
152
  "base-size-20": {
153
- "value": ["1.25rem", "20px"],
153
+ "$value": ["1.25rem", "20px"],
154
154
  "$type": "dimension",
155
155
  "$extensions": {
156
156
  "org.primer.figma": {
@@ -161,7 +161,7 @@
161
161
  "filePath": "src/tokens/base/size/size.json",
162
162
  "isSource": true,
163
163
  "original": {
164
- "value": "20px",
164
+ "$value": "20px",
165
165
  "$type": "dimension",
166
166
  "$extensions": {
167
167
  "org.primer.figma": {
@@ -175,7 +175,7 @@
175
175
  "path": ["base", "size", "20"]
176
176
  },
177
177
  "base-size-24": {
178
- "value": ["1.5rem", "24px"],
178
+ "$value": ["1.5rem", "24px"],
179
179
  "$type": "dimension",
180
180
  "$extensions": {
181
181
  "org.primer.figma": {
@@ -186,7 +186,7 @@
186
186
  "filePath": "src/tokens/base/size/size.json",
187
187
  "isSource": true,
188
188
  "original": {
189
- "value": "24px",
189
+ "$value": "24px",
190
190
  "$type": "dimension",
191
191
  "$extensions": {
192
192
  "org.primer.figma": {
@@ -200,7 +200,7 @@
200
200
  "path": ["base", "size", "24"]
201
201
  },
202
202
  "base-size-28": {
203
- "value": ["1.75rem", "28px"],
203
+ "$value": ["1.75rem", "28px"],
204
204
  "$type": "dimension",
205
205
  "$extensions": {
206
206
  "org.primer.figma": {
@@ -211,7 +211,7 @@
211
211
  "filePath": "src/tokens/base/size/size.json",
212
212
  "isSource": true,
213
213
  "original": {
214
- "value": "28px",
214
+ "$value": "28px",
215
215
  "$type": "dimension",
216
216
  "$extensions": {
217
217
  "org.primer.figma": {
@@ -225,7 +225,7 @@
225
225
  "path": ["base", "size", "28"]
226
226
  },
227
227
  "base-size-32": {
228
- "value": ["2rem", "32px"],
228
+ "$value": ["2rem", "32px"],
229
229
  "$type": "dimension",
230
230
  "$extensions": {
231
231
  "org.primer.figma": {
@@ -236,7 +236,7 @@
236
236
  "filePath": "src/tokens/base/size/size.json",
237
237
  "isSource": true,
238
238
  "original": {
239
- "value": "32px",
239
+ "$value": "32px",
240
240
  "$type": "dimension",
241
241
  "$extensions": {
242
242
  "org.primer.figma": {
@@ -250,7 +250,7 @@
250
250
  "path": ["base", "size", "32"]
251
251
  },
252
252
  "base-size-36": {
253
- "value": ["2.25rem", "36px"],
253
+ "$value": ["2.25rem", "36px"],
254
254
  "$type": "dimension",
255
255
  "$extensions": {
256
256
  "org.primer.figma": {
@@ -261,7 +261,7 @@
261
261
  "filePath": "src/tokens/base/size/size.json",
262
262
  "isSource": true,
263
263
  "original": {
264
- "value": "36px",
264
+ "$value": "36px",
265
265
  "$type": "dimension",
266
266
  "$extensions": {
267
267
  "org.primer.figma": {
@@ -275,7 +275,7 @@
275
275
  "path": ["base", "size", "36"]
276
276
  },
277
277
  "base-size-40": {
278
- "value": ["2.5rem", "40px"],
278
+ "$value": ["2.5rem", "40px"],
279
279
  "$type": "dimension",
280
280
  "$extensions": {
281
281
  "org.primer.figma": {
@@ -286,7 +286,7 @@
286
286
  "filePath": "src/tokens/base/size/size.json",
287
287
  "isSource": true,
288
288
  "original": {
289
- "value": "40px",
289
+ "$value": "40px",
290
290
  "$type": "dimension",
291
291
  "$extensions": {
292
292
  "org.primer.figma": {
@@ -300,7 +300,7 @@
300
300
  "path": ["base", "size", "40"]
301
301
  },
302
302
  "base-size-44": {
303
- "value": ["2.75rem", "44px"],
303
+ "$value": ["2.75rem", "44px"],
304
304
  "$type": "dimension",
305
305
  "$extensions": {
306
306
  "org.primer.figma": {
@@ -311,7 +311,7 @@
311
311
  "filePath": "src/tokens/base/size/size.json",
312
312
  "isSource": true,
313
313
  "original": {
314
- "value": "44px",
314
+ "$value": "44px",
315
315
  "$type": "dimension",
316
316
  "$extensions": {
317
317
  "org.primer.figma": {
@@ -325,7 +325,7 @@
325
325
  "path": ["base", "size", "44"]
326
326
  },
327
327
  "base-size-48": {
328
- "value": ["3rem", "48px"],
328
+ "$value": ["3rem", "48px"],
329
329
  "$type": "dimension",
330
330
  "$extensions": {
331
331
  "org.primer.figma": {
@@ -336,7 +336,7 @@
336
336
  "filePath": "src/tokens/base/size/size.json",
337
337
  "isSource": true,
338
338
  "original": {
339
- "value": "48px",
339
+ "$value": "48px",
340
340
  "$type": "dimension",
341
341
  "$extensions": {
342
342
  "org.primer.figma": {
@@ -350,7 +350,7 @@
350
350
  "path": ["base", "size", "48"]
351
351
  },
352
352
  "base-size-64": {
353
- "value": ["4rem", "64px"],
353
+ "$value": ["4rem", "64px"],
354
354
  "$type": "dimension",
355
355
  "$extensions": {
356
356
  "org.primer.figma": {
@@ -361,7 +361,7 @@
361
361
  "filePath": "src/tokens/base/size/size.json",
362
362
  "isSource": true,
363
363
  "original": {
364
- "value": "64px",
364
+ "$value": "64px",
365
365
  "$type": "dimension",
366
366
  "$extensions": {
367
367
  "org.primer.figma": {
@@ -375,7 +375,7 @@
375
375
  "path": ["base", "size", "64"]
376
376
  },
377
377
  "base-size-80": {
378
- "value": ["5rem", "80px"],
378
+ "$value": ["5rem", "80px"],
379
379
  "$type": "dimension",
380
380
  "$extensions": {
381
381
  "org.primer.figma": {
@@ -386,7 +386,7 @@
386
386
  "filePath": "src/tokens/base/size/size.json",
387
387
  "isSource": true,
388
388
  "original": {
389
- "value": "80px",
389
+ "$value": "80px",
390
390
  "$type": "dimension",
391
391
  "$extensions": {
392
392
  "org.primer.figma": {
@@ -400,7 +400,7 @@
400
400
  "path": ["base", "size", "80"]
401
401
  },
402
402
  "base-size-96": {
403
- "value": ["6rem", "96px"],
403
+ "$value": ["6rem", "96px"],
404
404
  "$type": "dimension",
405
405
  "$extensions": {
406
406
  "org.primer.figma": {
@@ -411,7 +411,7 @@
411
411
  "filePath": "src/tokens/base/size/size.json",
412
412
  "isSource": true,
413
413
  "original": {
414
- "value": "96px",
414
+ "$value": "96px",
415
415
  "$type": "dimension",
416
416
  "$extensions": {
417
417
  "org.primer.figma": {
@@ -425,7 +425,7 @@
425
425
  "path": ["base", "size", "96"]
426
426
  },
427
427
  "base-size-112": {
428
- "value": ["7rem", "112px"],
428
+ "$value": ["7rem", "112px"],
429
429
  "$type": "dimension",
430
430
  "$extensions": {
431
431
  "org.primer.figma": {
@@ -436,7 +436,7 @@
436
436
  "filePath": "src/tokens/base/size/size.json",
437
437
  "isSource": true,
438
438
  "original": {
439
- "value": "112px",
439
+ "$value": "112px",
440
440
  "$type": "dimension",
441
441
  "$extensions": {
442
442
  "org.primer.figma": {
@@ -450,7 +450,7 @@
450
450
  "path": ["base", "size", "112"]
451
451
  },
452
452
  "base-size-128": {
453
- "value": ["8rem", "128px"],
453
+ "$value": ["8rem", "128px"],
454
454
  "$type": "dimension",
455
455
  "$extensions": {
456
456
  "org.primer.figma": {
@@ -461,7 +461,7 @@
461
461
  "filePath": "src/tokens/base/size/size.json",
462
462
  "isSource": true,
463
463
  "original": {
464
- "value": "128px",
464
+ "$value": "128px",
465
465
  "$type": "dimension",
466
466
  "$extensions": {
467
467
  "org.primer.figma": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "base-text-weight-light": {
3
3
  "$type": "fontWeight",
4
- "value": 300,
4
+ "$value": 300,
5
5
  "$extensions": {
6
6
  "org.primer.figma": {
7
7
  "collection": "base/typography",
@@ -12,7 +12,7 @@
12
12
  "isSource": true,
13
13
  "original": {
14
14
  "$type": "fontWeight",
15
- "value": 300,
15
+ "$value": 300,
16
16
  "$extensions": {
17
17
  "org.primer.figma": {
18
18
  "collection": "base/typography",
@@ -25,7 +25,7 @@
25
25
  "path": ["base", "text", "weight", "light"]
26
26
  },
27
27
  "base-text-weight-normal": {
28
- "value": 400,
28
+ "$value": 400,
29
29
  "$type": "fontWeight",
30
30
  "$extensions": {
31
31
  "org.primer.figma": {
@@ -36,7 +36,7 @@
36
36
  "filePath": "src/tokens/base/typography/typography.json",
37
37
  "isSource": true,
38
38
  "original": {
39
- "value": 400,
39
+ "$value": 400,
40
40
  "$type": "fontWeight",
41
41
  "$extensions": {
42
42
  "org.primer.figma": {
@@ -50,7 +50,7 @@
50
50
  "path": ["base", "text", "weight", "normal"]
51
51
  },
52
52
  "base-text-weight-medium": {
53
- "value": 500,
53
+ "$value": 500,
54
54
  "$type": "fontWeight",
55
55
  "$extensions": {
56
56
  "org.primer.figma": {
@@ -61,7 +61,7 @@
61
61
  "filePath": "src/tokens/base/typography/typography.json",
62
62
  "isSource": true,
63
63
  "original": {
64
- "value": 500,
64
+ "$value": 500,
65
65
  "$type": "fontWeight",
66
66
  "$extensions": {
67
67
  "org.primer.figma": {
@@ -75,7 +75,7 @@
75
75
  "path": ["base", "text", "weight", "medium"]
76
76
  },
77
77
  "base-text-weight-semibold": {
78
- "value": 600,
78
+ "$value": 600,
79
79
  "$type": "fontWeight",
80
80
  "$extensions": {
81
81
  "org.primer.figma": {
@@ -86,7 +86,7 @@
86
86
  "filePath": "src/tokens/base/typography/typography.json",
87
87
  "isSource": true,
88
88
  "original": {
89
- "value": 600,
89
+ "$value": 600,
90
90
  "$type": "fontWeight",
91
91
  "$extensions": {
92
92
  "org.primer.figma": {
@@ -1,44 +1,44 @@
1
1
  {
2
2
  "motion-loading-delay-default": {
3
- "value": "1000ms",
3
+ "$value": "1000ms",
4
4
  "$type": "duration",
5
- "comment": "The amount of time to wait before showing a loading indicator or announcing a loading state to assistive technologies.",
5
+ "$description": "The amount of time to wait before showing a loading indicator or announcing a loading state to assistive technologies.",
6
6
  "filePath": "src/tokens/functional/motion/loading.json5",
7
7
  "isSource": true,
8
8
  "original": {
9
- "value": "1000ms",
9
+ "$value": "1000ms",
10
10
  "$type": "duration",
11
- "comment": "The amount of time to wait before showing a loading indicator or announcing a loading state to assistive technologies."
11
+ "$description": "The amount of time to wait before showing a loading indicator or announcing a loading state to assistive technologies."
12
12
  },
13
13
  "name": "motion-loading-delay-default",
14
14
  "attributes": {},
15
15
  "path": ["motion", "loading", "delay", "default"]
16
16
  },
17
17
  "motion-spinner-duration-rotation": {
18
- "value": "1000ms",
18
+ "$value": "1000ms",
19
19
  "$type": "duration",
20
- "comment": "The amount of time it takes the \"Spinner\" loading indicator to make a full 360deg rotation",
20
+ "$description": "The amount of time it takes the \"Spinner\" loading indicator to make a full 360deg rotation",
21
21
  "filePath": "src/tokens/functional/motion/patterns.json5",
22
22
  "isSource": true,
23
23
  "original": {
24
- "value": "1000ms",
24
+ "$value": "1000ms",
25
25
  "$type": "duration",
26
- "comment": "The amount of time it takes the \"Spinner\" loading indicator to make a full 360deg rotation"
26
+ "$description": "The amount of time it takes the \"Spinner\" loading indicator to make a full 360deg rotation"
27
27
  },
28
28
  "name": "motion-spinner-duration-rotation",
29
29
  "attributes": {},
30
30
  "path": ["motion", "spinner", "duration", "rotation"]
31
31
  },
32
32
  "motion-skeletonLoader-shimmer-duration-scale": {
33
- "value": "1000ms",
33
+ "$value": "1000ms",
34
34
  "$type": "duration",
35
- "comment": "The amount of times it takes the \"shimmer\" effect to go from the start (left) of the skeleton loader to the end (right)",
35
+ "$description": "The amount of times it takes the \"shimmer\" effect to go from the start (left) of the skeleton loader to the end (right)",
36
36
  "filePath": "src/tokens/functional/motion/patterns.json5",
37
37
  "isSource": true,
38
38
  "original": {
39
- "value": "1000ms",
39
+ "$value": "1000ms",
40
40
  "$type": "duration",
41
- "comment": "The amount of times it takes the \"shimmer\" effect to go from the start (left) of the skeleton loader to the end (right)"
41
+ "$description": "The amount of times it takes the \"shimmer\" effect to go from the start (left) of the skeleton loader to the end (right)"
42
42
  },
43
43
  "name": "motion-skeletonLoader-shimmer-duration-scale",
44
44
  "attributes": {},
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "boxShadow-thin": {
3
- "value": "inset 0 0 0 max(1px, 0.0625rem)",
4
- "comment": "Thin shadow for borders",
3
+ "$value": "inset 0 0 0 max(1px, 0.0625rem)",
4
+ "$description": "Thin shadow for borders",
5
5
  "$type": "string",
6
6
  "filePath": "src/tokens/functional/size/border.json",
7
7
  "isSource": true,
8
8
  "original": {
9
- "value": "inset 0 0 0 {borderWidth.thin}",
10
- "comment": "Thin shadow for borders",
9
+ "$value": "inset 0 0 0 {borderWidth.thin}",
10
+ "$description": "Thin shadow for borders",
11
11
  "$type": "string"
12
12
  },
13
13
  "name": "boxShadow-thin",
@@ -15,12 +15,12 @@
15
15
  "path": ["boxShadow", "thin"]
16
16
  },
17
17
  "boxShadow-thick": {
18
- "value": "inset 0 0 0 max(2px, 0.125rem)",
18
+ "$value": "inset 0 0 0 max(2px, 0.125rem)",
19
19
  "$type": "string",
20
20
  "filePath": "src/tokens/functional/size/border.json",
21
21
  "isSource": true,
22
22
  "original": {
23
- "value": "inset 0 0 0 {borderWidth.thick}",
23
+ "$value": "inset 0 0 0 {borderWidth.thick}",
24
24
  "$type": "string"
25
25
  },
26
26
  "name": "boxShadow-thick",
@@ -28,12 +28,12 @@
28
28
  "path": ["boxShadow", "thick"]
29
29
  },
30
30
  "boxShadow-thicker": {
31
- "value": "inset 0 0 0 max(4px, 0.25rem)",
31
+ "$value": "inset 0 0 0 max(4px, 0.25rem)",
32
32
  "$type": "string",
33
33
  "filePath": "src/tokens/functional/size/border.json",
34
34
  "isSource": true,
35
35
  "original": {
36
- "value": "inset 0 0 0 {borderWidth.thicker}",
36
+ "$value": "inset 0 0 0 {borderWidth.thicker}",
37
37
  "$type": "string"
38
38
  },
39
39
  "name": "boxShadow-thicker",
@@ -41,12 +41,12 @@
41
41
  "path": ["boxShadow", "thicker"]
42
42
  },
43
43
  "borderWidth-thin": {
44
- "value": "max(1px, 0.0625rem)",
44
+ "$value": "max(1px, 0.0625rem)",
45
45
  "$type": "string",
46
46
  "filePath": "src/tokens/functional/size/border.json",
47
47
  "isSource": true,
48
48
  "original": {
49
- "value": "max(1px, 0.0625rem)",
49
+ "$value": "max(1px, 0.0625rem)",
50
50
  "$type": "string"
51
51
  },
52
52
  "name": "borderWidth-thin",
@@ -54,12 +54,12 @@
54
54
  "path": ["borderWidth", "thin"]
55
55
  },
56
56
  "borderWidth-thick": {
57
- "value": "max(2px, 0.125rem)",
57
+ "$value": "max(2px, 0.125rem)",
58
58
  "$type": "string",
59
59
  "filePath": "src/tokens/functional/size/border.json",
60
60
  "isSource": true,
61
61
  "original": {
62
- "value": "max(2px, 0.125rem)",
62
+ "$value": "max(2px, 0.125rem)",
63
63
  "$type": "string"
64
64
  },
65
65
  "name": "borderWidth-thick",
@@ -67,12 +67,12 @@
67
67
  "path": ["borderWidth", "thick"]
68
68
  },
69
69
  "borderWidth-thicker": {
70
- "value": "max(4px, 0.25rem)",
70
+ "$value": "max(4px, 0.25rem)",
71
71
  "$type": "string",
72
72
  "filePath": "src/tokens/functional/size/border.json",
73
73
  "isSource": true,
74
74
  "original": {
75
- "value": "max(4px, 0.25rem)",
75
+ "$value": "max(4px, 0.25rem)",
76
76
  "$type": "string"
77
77
  },
78
78
  "name": "borderWidth-thicker",
@@ -80,7 +80,7 @@
80
80
  "path": ["borderWidth", "thicker"]
81
81
  },
82
82
  "borderRadius-small": {
83
- "value": ["0.1875rem", "3px"],
83
+ "$value": ["0.1875rem", "3px"],
84
84
  "$type": "dimension",
85
85
  "$extensions": {
86
86
  "org.primer.figma": {
@@ -94,7 +94,7 @@
94
94
  "filePath": "src/tokens/functional/size/border.json",
95
95
  "isSource": true,
96
96
  "original": {
97
- "value": "3px",
97
+ "$value": "3px",
98
98
  "$type": "dimension",
99
99
  "$extensions": {
100
100
  "org.primer.figma": {
@@ -111,7 +111,7 @@
111
111
  "path": ["borderRadius", "small"]
112
112
  },
113
113
  "borderRadius-medium": {
114
- "value": ["0.375rem", "6px"],
114
+ "$value": ["0.375rem", "6px"],
115
115
  "$type": "dimension",
116
116
  "$extensions": {
117
117
  "org.primer.figma": {
@@ -125,7 +125,7 @@
125
125
  "filePath": "src/tokens/functional/size/border.json",
126
126
  "isSource": true,
127
127
  "original": {
128
- "value": "6px",
128
+ "$value": "6px",
129
129
  "$type": "dimension",
130
130
  "$extensions": {
131
131
  "org.primer.figma": {
@@ -142,7 +142,7 @@
142
142
  "path": ["borderRadius", "medium"]
143
143
  },
144
144
  "borderRadius-large": {
145
- "value": ["0.75rem", "12px"],
145
+ "$value": ["0.75rem", "12px"],
146
146
  "$type": "dimension",
147
147
  "$extensions": {
148
148
  "org.primer.figma": {
@@ -156,7 +156,7 @@
156
156
  "filePath": "src/tokens/functional/size/border.json",
157
157
  "isSource": true,
158
158
  "original": {
159
- "value": "12px",
159
+ "$value": "12px",
160
160
  "$type": "dimension",
161
161
  "$extensions": {
162
162
  "org.primer.figma": {
@@ -173,9 +173,9 @@
173
173
  "path": ["borderRadius", "large"]
174
174
  },
175
175
  "borderRadius-full": {
176
- "value": ["624.9375rem", "9999px"],
176
+ "$value": ["624.9375rem", "9999px"],
177
177
  "$type": "dimension",
178
- "comment": "Use this border radius for pill shaped elements",
178
+ "$description": "Use this border radius for pill shaped elements",
179
179
  "$extensions": {
180
180
  "org.primer.figma": {
181
181
  "collection": "functional/size",
@@ -188,9 +188,9 @@
188
188
  "filePath": "src/tokens/functional/size/border.json",
189
189
  "isSource": true,
190
190
  "original": {
191
- "value": "9999px",
191
+ "$value": "9999px",
192
192
  "$type": "dimension",
193
- "comment": "Use this border radius for pill shaped elements",
193
+ "$description": "Use this border radius for pill shaped elements",
194
194
  "$extensions": {
195
195
  "org.primer.figma": {
196
196
  "collection": "functional/size",
@@ -206,7 +206,7 @@
206
206
  "path": ["borderRadius", "full"]
207
207
  },
208
208
  "borderRadius-default": {
209
- "value": ["0.0234375rem", "0.375px"],
209
+ "$value": ["0.0234375rem", "0.375px"],
210
210
  "$type": "dimension",
211
211
  "$extensions": {
212
212
  "org.primer.figma": {
@@ -220,7 +220,7 @@
220
220
  "filePath": "src/tokens/functional/size/border.json",
221
221
  "isSource": true,
222
222
  "original": {
223
- "value": "{borderRadius.medium}",
223
+ "$value": "{borderRadius.medium}",
224
224
  "$type": "dimension",
225
225
  "$extensions": {
226
226
  "org.primer.figma": {
@@ -237,12 +237,12 @@
237
237
  "path": ["borderRadius", "default"]
238
238
  },
239
239
  "outline-focus-offset": {
240
- "value": ["-0.125rem", "-2px"],
240
+ "$value": ["-0.125rem", "-2px"],
241
241
  "$type": "dimension",
242
242
  "filePath": "src/tokens/functional/size/border.json",
243
243
  "isSource": true,
244
244
  "original": {
245
- "value": "-2px",
245
+ "$value": "-2px",
246
246
  "$type": "dimension"
247
247
  },
248
248
  "name": "outline-focus-offset",
@@ -250,12 +250,12 @@
250
250
  "path": ["outline", "focus", "offset"]
251
251
  },
252
252
  "outline-focus-width": {
253
- "value": ["0.125rem", "2px"],
253
+ "$value": ["0.125rem", "2px"],
254
254
  "$type": "dimension",
255
255
  "filePath": "src/tokens/functional/size/border.json",
256
256
  "isSource": true,
257
257
  "original": {
258
- "value": "2px",
258
+ "$value": "2px",
259
259
  "$type": "dimension"
260
260
  },
261
261
  "name": "outline-focus-width",