@primer/primitives 10.0.0-rc.fd912e08 → 10.0.0

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 (339) hide show
  1. package/README.md +2 -2
  2. package/dist/build/PrimerStyleDictionary.d.ts +8 -0
  3. package/dist/build/PrimerStyleDictionary.js +80 -0
  4. package/dist/build/filters/index.d.ts +14 -0
  5. package/dist/build/filters/index.js +14 -0
  6. package/dist/build/filters/isBorder.d.ts +7 -0
  7. package/dist/build/filters/isBorder.js +8 -0
  8. package/dist/build/filters/isColor.d.ts +7 -0
  9. package/dist/build/filters/isColor.js +13 -0
  10. package/dist/build/filters/isColorWithAlpha.d.ts +7 -0
  11. package/dist/build/filters/isColorWithAlpha.js +9 -0
  12. package/dist/build/filters/isColorWithMix.d.ts +7 -0
  13. package/dist/build/filters/isColorWithMix.js +24 -0
  14. package/dist/build/filters/isCubicBezier.d.ts +7 -0
  15. package/dist/build/filters/isCubicBezier.js +10 -0
  16. package/dist/build/filters/isDeprecated.d.ts +7 -0
  17. package/dist/build/filters/isDeprecated.js +8 -0
  18. package/dist/build/filters/isDimension.d.ts +7 -0
  19. package/dist/build/filters/isDimension.js +8 -0
  20. package/dist/build/filters/isDuration.d.ts +7 -0
  21. package/dist/build/filters/isDuration.js +8 -0
  22. package/dist/build/filters/isFontFamily.d.ts +7 -0
  23. package/dist/build/filters/isFontFamily.js +8 -0
  24. package/dist/build/filters/isFontWeight.d.ts +7 -0
  25. package/dist/build/filters/isFontWeight.js +8 -0
  26. package/dist/build/filters/isFromFile.d.ts +8 -0
  27. package/dist/build/filters/isFromFile.js +10 -0
  28. package/dist/build/filters/isNumber.d.ts +7 -0
  29. package/dist/build/filters/isNumber.js +8 -0
  30. package/dist/build/filters/isShadow.d.ts +7 -0
  31. package/dist/build/filters/isShadow.js +8 -0
  32. package/dist/build/filters/isSource.d.ts +7 -0
  33. package/dist/build/filters/isSource.js +8 -0
  34. package/dist/build/filters/isTypography.d.ts +7 -0
  35. package/dist/build/filters/isTypography.js +8 -0
  36. package/dist/build/formats/cssAdvanced.d.ts +2 -0
  37. package/dist/build/formats/cssAdvanced.js +86 -0
  38. package/dist/build/formats/cssCustomMedia.d.ts +7 -0
  39. package/dist/build/formats/cssCustomMedia.js +26 -0
  40. package/dist/build/formats/index.d.ts +9 -0
  41. package/dist/build/formats/index.js +9 -0
  42. package/dist/build/formats/javascriptCommonJs.d.ts +7 -0
  43. package/dist/build/formats/javascriptCommonJs.js +26 -0
  44. package/dist/build/formats/javascriptEsm.d.ts +7 -0
  45. package/dist/build/formats/javascriptEsm.js +26 -0
  46. package/dist/build/formats/jsonFigma.d.ts +7 -0
  47. package/dist/build/formats/jsonFigma.js +121 -0
  48. package/dist/build/formats/jsonNestedPrefixed.d.ts +8 -0
  49. package/dist/build/formats/jsonNestedPrefixed.js +30 -0
  50. package/dist/build/formats/jsonOneDimensional.d.ts +8 -0
  51. package/dist/build/formats/jsonOneDimensional.js +32 -0
  52. package/dist/build/formats/jsonPostCssFallback.d.ts +8 -0
  53. package/dist/build/formats/jsonPostCssFallback.js +14 -0
  54. package/dist/build/formats/typescriptExportDefinition.d.ts +7 -0
  55. package/dist/build/formats/typescriptExportDefinition.js +170 -0
  56. package/dist/build/formats/utilities/getPropName.d.ts +1 -0
  57. package/dist/build/formats/utilities/getPropName.js +16 -0
  58. package/dist/build/formats/utilities/jsonToFlat.d.ts +11 -0
  59. package/dist/build/formats/utilities/jsonToFlat.js +8 -0
  60. package/dist/build/formats/utilities/jsonToNestedValue.d.ts +8 -0
  61. package/dist/build/formats/utilities/jsonToNestedValue.js +23 -0
  62. package/dist/build/formats/utilities/prefixTokens.d.ts +8 -0
  63. package/dist/build/formats/utilities/prefixTokens.js +13 -0
  64. package/dist/build/parsers/index.d.ts +1 -0
  65. package/dist/build/parsers/index.js +1 -0
  66. package/dist/build/parsers/w3cJsonParser.d.ts +6 -0
  67. package/dist/build/parsers/w3cJsonParser.js +25 -0
  68. package/dist/build/platforms/css.d.ts +2 -0
  69. package/dist/build/platforms/css.js +96 -0
  70. package/dist/build/platforms/deprecatedJson.d.ts +2 -0
  71. package/dist/build/platforms/deprecatedJson.js +13 -0
  72. package/dist/build/platforms/docJson.d.ts +2 -0
  73. package/dist/build/platforms/docJson.js +35 -0
  74. package/dist/build/platforms/fallbacks.d.ts +2 -0
  75. package/dist/build/platforms/fallbacks.js +30 -0
  76. package/dist/build/platforms/figma.d.ts +2 -0
  77. package/dist/build/platforms/figma.js +60 -0
  78. package/dist/build/platforms/index.d.ts +10 -0
  79. package/dist/build/platforms/index.js +10 -0
  80. package/dist/build/platforms/javascript.d.ts +2 -0
  81. package/dist/build/platforms/javascript.js +26 -0
  82. package/dist/build/platforms/json.d.ts +2 -0
  83. package/dist/build/platforms/json.js +28 -0
  84. package/dist/build/platforms/styleLint.d.ts +2 -0
  85. package/dist/build/platforms/styleLint.js +30 -0
  86. package/dist/build/platforms/typeDefinitions.d.ts +2 -0
  87. package/dist/build/platforms/typeDefinitions.js +26 -0
  88. package/dist/build/platforms/typescript.d.ts +2 -0
  89. package/dist/build/platforms/typescript.js +26 -0
  90. package/dist/build/schemas/alphaValue.d.ts +2 -0
  91. package/dist/build/schemas/alphaValue.js +5 -0
  92. package/dist/build/schemas/baseToken.d.ts +11 -0
  93. package/dist/build/schemas/baseToken.js +7 -0
  94. package/dist/build/schemas/borderToken.d.ts +51 -0
  95. package/dist/build/schemas/borderToken.js +17 -0
  96. package/dist/build/schemas/collections.d.ts +6 -0
  97. package/dist/build/schemas/collections.js +12 -0
  98. package/dist/build/schemas/colorHexValue.d.ts +2 -0
  99. package/dist/build/schemas/colorHexValue.js +9 -0
  100. package/dist/build/schemas/colorToken.d.ts +92 -0
  101. package/dist/build/schemas/colorToken.js +53 -0
  102. package/dist/build/schemas/cubicBezierToken.d.ts +18 -0
  103. package/dist/build/schemas/cubicBezierToken.js +8 -0
  104. package/dist/build/schemas/designToken.d.ts +2 -0
  105. package/dist/build/schemas/designToken.js +35 -0
  106. package/dist/build/schemas/dimensionToken.d.ts +59 -0
  107. package/dist/build/schemas/dimensionToken.js +34 -0
  108. package/dist/build/schemas/dimensionValue.d.ts +2 -0
  109. package/dist/build/schemas/dimensionValue.js +9 -0
  110. package/dist/build/schemas/durationToken.d.ts +18 -0
  111. package/dist/build/schemas/durationToken.js +11 -0
  112. package/dist/build/schemas/durationValue.d.ts +2 -0
  113. package/dist/build/schemas/durationValue.js +5 -0
  114. package/dist/build/schemas/fontFamilyToken.d.ts +52 -0
  115. package/dist/build/schemas/fontFamilyToken.js +20 -0
  116. package/dist/build/schemas/fontWeightToken.d.ts +52 -0
  117. package/dist/build/schemas/fontWeightToken.js +21 -0
  118. package/dist/build/schemas/fontWeightValue.d.ts +2 -0
  119. package/dist/build/schemas/fontWeightValue.js +6 -0
  120. package/dist/build/schemas/numberToken.d.ts +71 -0
  121. package/dist/build/schemas/numberToken.js +27 -0
  122. package/dist/build/schemas/referenceValue.d.ts +2 -0
  123. package/dist/build/schemas/referenceValue.js +5 -0
  124. package/dist/build/schemas/scopes.d.ts +5 -0
  125. package/dist/build/schemas/scopes.js +29 -0
  126. package/dist/build/schemas/shadowToken.d.ts +164 -0
  127. package/dist/build/schemas/shadowToken.js +46 -0
  128. package/dist/build/schemas/stringToken.d.ts +18 -0
  129. package/dist/build/schemas/stringToken.js +10 -0
  130. package/dist/build/schemas/tokenName.d.ts +2 -0
  131. package/dist/build/schemas/tokenName.js +5 -0
  132. package/dist/build/schemas/tokenType.d.ts +3 -0
  133. package/dist/build/schemas/tokenType.js +2 -0
  134. package/dist/build/schemas/typographyToken.d.ts +59 -0
  135. package/dist/build/schemas/typographyToken.js +18 -0
  136. package/dist/build/schemas/validTokenType.d.ts +5 -0
  137. package/dist/build/schemas/validTokenType.js +31 -0
  138. package/dist/build/schemas/viewportRangeToken.d.ts +18 -0
  139. package/dist/build/schemas/viewportRangeToken.js +10 -0
  140. package/dist/build/transformers/borderToCss.d.ts +8 -0
  141. package/dist/build/transformers/borderToCss.js +38 -0
  142. package/dist/build/transformers/colorToHex.d.ts +8 -0
  143. package/dist/build/transformers/colorToHex.js +24 -0
  144. package/dist/build/transformers/colorToHexMix.d.ts +8 -0
  145. package/dist/build/transformers/colorToHexMix.js +20 -0
  146. package/dist/build/transformers/colorToRgbAlpha.d.ts +8 -0
  147. package/dist/build/transformers/colorToRgbAlpha.js +20 -0
  148. package/dist/build/transformers/colorToRgbaFloat.d.ts +8 -0
  149. package/dist/build/transformers/colorToRgbaFloat.js +46 -0
  150. package/dist/build/transformers/cubicBezierToCss.d.ts +8 -0
  151. package/dist/build/transformers/cubicBezierToCss.js +23 -0
  152. package/dist/build/transformers/dimensionToPixelUnitless.d.ts +8 -0
  153. package/dist/build/transformers/dimensionToPixelUnitless.js +49 -0
  154. package/dist/build/transformers/dimensionToRem.d.ts +8 -0
  155. package/dist/build/transformers/dimensionToRem.js +46 -0
  156. package/dist/build/transformers/dimensionToRemPxArray.d.ts +8 -0
  157. package/dist/build/transformers/dimensionToRemPxArray.js +46 -0
  158. package/dist/build/transformers/durationToCss.d.ts +8 -0
  159. package/dist/build/transformers/durationToCss.js +29 -0
  160. package/dist/build/transformers/figmaAttributes.d.ts +8 -0
  161. package/dist/build/transformers/figmaAttributes.js +55 -0
  162. package/dist/build/transformers/floatToPixel.d.ts +15 -0
  163. package/dist/build/transformers/floatToPixel.js +39 -0
  164. package/dist/build/transformers/fontFamilyToCss.d.ts +14 -0
  165. package/dist/build/transformers/fontFamilyToCss.js +37 -0
  166. package/dist/build/transformers/fontFamilyToFigma.d.ts +14 -0
  167. package/dist/build/transformers/fontFamilyToFigma.js +44 -0
  168. package/dist/build/transformers/fontWeightToNumber.d.ts +9 -0
  169. package/dist/build/transformers/fontWeightToNumber.js +50 -0
  170. package/dist/build/transformers/index.d.ts +25 -0
  171. package/dist/build/transformers/index.js +25 -0
  172. package/dist/build/transformers/jsonDeprecated.d.ts +8 -0
  173. package/dist/build/transformers/jsonDeprecated.js +14 -0
  174. package/dist/build/transformers/namePathToCamelCase.d.ts +8 -0
  175. package/dist/build/transformers/namePathToCamelCase.js +12 -0
  176. package/dist/build/transformers/namePathToDotNotation.d.ts +8 -0
  177. package/dist/build/transformers/namePathToDotNotation.js +31 -0
  178. package/dist/build/transformers/namePathToFigma.d.ts +9 -0
  179. package/dist/build/transformers/namePathToFigma.js +21 -0
  180. package/dist/build/transformers/namePathToKebabCase.d.ts +8 -0
  181. package/dist/build/transformers/namePathToKebabCase.js +16 -0
  182. package/dist/build/transformers/namePathToPascalCase.d.ts +8 -0
  183. package/dist/build/transformers/namePathToPascalCase.js +12 -0
  184. package/dist/build/transformers/namePathToSlashNotation.d.ts +8 -0
  185. package/dist/build/transformers/namePathToSlashNotation.js +16 -0
  186. package/dist/build/transformers/shadowToCss.d.ts +8 -0
  187. package/dist/build/transformers/shadowToCss.js +34 -0
  188. package/dist/build/transformers/typographyToCss.d.ts +8 -0
  189. package/dist/build/transformers/typographyToCss.js +27 -0
  190. package/dist/build/transformers/utilities/alpha.d.ts +9 -0
  191. package/dist/build/transformers/utilities/alpha.js +16 -0
  192. package/dist/build/transformers/utilities/checkRequiredTokenProperties.d.ts +7 -0
  193. package/dist/build/transformers/utilities/checkRequiredTokenProperties.js +13 -0
  194. package/dist/build/transformers/utilities/getTokenValue.d.ts +2 -0
  195. package/dist/build/transformers/utilities/getTokenValue.js +16 -0
  196. package/dist/build/transformers/utilities/hasSpaceInString.d.ts +1 -0
  197. package/dist/build/transformers/utilities/hasSpaceInString.js +6 -0
  198. package/dist/build/transformers/utilities/hexToRgbaFloat.d.ts +2 -0
  199. package/dist/build/transformers/utilities/hexToRgbaFloat.js +29 -0
  200. package/dist/build/transformers/utilities/invalidTokenError.d.ts +7 -0
  201. package/dist/build/transformers/utilities/invalidTokenError.js +27 -0
  202. package/dist/build/transformers/utilities/isRgbaFloat.d.ts +7 -0
  203. package/dist/build/transformers/utilities/isRgbaFloat.js +20 -0
  204. package/dist/build/transformers/utilities/mix.d.ts +5 -0
  205. package/dist/build/transformers/utilities/mix.js +38 -0
  206. package/dist/build/transformers/utilities/rgbaFloatToHex.d.ts +6 -0
  207. package/dist/build/transformers/utilities/rgbaFloatToHex.js +11 -0
  208. package/dist/build/types/Border.d.ts +5 -0
  209. package/dist/build/types/BorderTokenValue.d.ts +10 -0
  210. package/dist/build/types/ColorHex.d.ts +4 -0
  211. package/dist/build/types/PlatformInitializer.d.ts +11 -0
  212. package/dist/build/types/Shadow.d.ts +5 -0
  213. package/dist/build/types/ShadowTokenValue.d.ts +14 -0
  214. package/dist/build/types/SizeEm.d.ts +4 -0
  215. package/dist/build/types/SizePx.d.ts +4 -0
  216. package/dist/build/types/SizeRem.d.ts +4 -0
  217. package/dist/build/types/StyleDictionaryConfigGenerator.d.ts +15 -0
  218. package/dist/build/types/TokenBuildInput.d.ts +8 -0
  219. package/dist/build/types/TypographyTokenValue.d.ts +12 -0
  220. package/dist/build/types/w3cTransformedToken.d.ts +8 -0
  221. package/dist/build/utilities/copyFromDir.d.ts +8 -0
  222. package/dist/build/utilities/copyFromDir.js +31 -0
  223. package/dist/build/utilities/filterStringArray.d.ts +1 -0
  224. package/dist/build/utilities/filterStringArray.js +13 -0
  225. package/dist/build/utilities/getFlag.d.ts +8 -0
  226. package/dist/build/utilities/getFlag.js +12 -0
  227. package/dist/build/utilities/index.d.ts +9 -0
  228. package/dist/build/utilities/index.js +9 -0
  229. package/dist/build/utilities/joinFriendly.d.ts +1 -0
  230. package/dist/build/utilities/joinFriendly.js +1 -0
  231. package/dist/build/utilities/schemaErrorMessage.d.ts +1 -0
  232. package/dist/build/utilities/schemaErrorMessage.js +1 -0
  233. package/dist/build/utilities/toCamelCase.d.ts +1 -0
  234. package/dist/build/utilities/toCamelCase.js +16 -0
  235. package/dist/build/utilities/toPascalCase.d.ts +1 -0
  236. package/dist/build/utilities/toPascalCase.js +13 -0
  237. package/dist/build/utilities/treeWalker.d.ts +8 -0
  238. package/dist/build/utilities/treeWalker.js +23 -0
  239. package/dist/build/utilities/upperCaseFirstCharacter.d.ts +8 -0
  240. package/dist/build/utilities/upperCaseFirstCharacter.js +10 -0
  241. package/dist/css/base/motion/motion.css +17 -0
  242. package/dist/css/functional/motion/motion.css +4 -3
  243. package/dist/css/functional/themes/dark-colorblind.css +58 -38
  244. package/dist/css/functional/themes/dark-dimmed.css +44 -24
  245. package/dist/css/functional/themes/dark-high-contrast.css +42 -22
  246. package/dist/css/functional/themes/dark-tritanopia.css +44 -24
  247. package/dist/css/functional/themes/dark.css +42 -22
  248. package/dist/css/functional/themes/light-colorblind.css +60 -40
  249. package/dist/css/functional/themes/light-high-contrast.css +44 -24
  250. package/dist/css/functional/themes/light-tritanopia.css +42 -22
  251. package/dist/css/functional/themes/light.css +42 -22
  252. package/dist/css/functional/typography/typography.css +43 -43
  253. package/dist/css/primitives.css +64 -46
  254. package/dist/docs/base/motion/motion.json +205 -0
  255. package/dist/docs/functional/motion/motion.json +18 -3
  256. package/dist/docs/functional/themes/dark-colorblind.json +350 -1114
  257. package/dist/docs/functional/themes/dark-dimmed.json +364 -1152
  258. package/dist/docs/functional/themes/dark-high-contrast.json +312 -922
  259. package/dist/docs/functional/themes/dark-tritanopia.json +344 -1138
  260. package/dist/docs/functional/themes/dark.json +346 -1206
  261. package/dist/docs/functional/themes/light-colorblind.json +366 -1140
  262. package/dist/docs/functional/themes/light-high-contrast.json +335 -949
  263. package/dist/docs/functional/themes/light-tritanopia.json +311 -1135
  264. package/dist/docs/functional/themes/light.json +336 -1202
  265. package/dist/fallbacks/base/motion/motion.json +17 -0
  266. package/dist/fallbacks/functional/motion/motion.json +1 -0
  267. package/dist/figma/dimension/dimension.json +518 -518
  268. package/dist/figma/figma.json +19 -19
  269. package/dist/figma/scales/dark-dimmed.json +3536 -656
  270. package/dist/figma/scales/dark-high-constrast.json +3535 -655
  271. package/dist/figma/scales/dark.json +3371 -491
  272. package/dist/figma/scales/light-high-constrast.json +3533 -653
  273. package/dist/figma/scales/light.json +3370 -490
  274. package/dist/figma/shadows/dark-colorblind.json +285 -285
  275. package/dist/figma/shadows/dark-dimmed.json +285 -285
  276. package/dist/figma/shadows/dark-high-contrast.json +285 -285
  277. package/dist/figma/shadows/dark-tritanopia.json +285 -285
  278. package/dist/figma/shadows/dark.json +285 -285
  279. package/dist/figma/shadows/light-colorblind.json +254 -254
  280. package/dist/figma/shadows/light-high-contrast.json +254 -254
  281. package/dist/figma/shadows/light-tritanopia.json +254 -254
  282. package/dist/figma/shadows/light.json +254 -254
  283. package/dist/figma/themes/dark-colorblind.json +5197 -5068
  284. package/dist/figma/themes/dark-dimmed.json +5526 -5351
  285. package/dist/figma/themes/dark-high-contrast.json +4361 -4251
  286. package/dist/figma/themes/dark-tritanopia.json +5315 -5187
  287. package/dist/figma/themes/dark.json +5740 -5581
  288. package/dist/figma/themes/light-colorblind.json +5104 -4929
  289. package/dist/figma/themes/light-high-contrast.json +4462 -4319
  290. package/dist/figma/themes/light-tritanopia.json +5176 -5050
  291. package/dist/figma/themes/light.json +5657 -5500
  292. package/dist/figma/typography/typography.json +162 -162
  293. package/dist/internalCss/dark-colorblind.css +58 -38
  294. package/dist/internalCss/dark-dimmed.css +44 -24
  295. package/dist/internalCss/dark-high-contrast.css +42 -22
  296. package/dist/internalCss/dark-tritanopia.css +44 -24
  297. package/dist/internalCss/dark.css +42 -22
  298. package/dist/internalCss/light-colorblind.css +60 -40
  299. package/dist/internalCss/light-high-contrast.css +44 -24
  300. package/dist/internalCss/light-tritanopia.css +42 -22
  301. package/dist/internalCss/light.css +42 -22
  302. package/dist/styleLint/base/motion/motion.json +205 -0
  303. package/dist/styleLint/functional/motion/motion.json +18 -3
  304. package/dist/styleLint/functional/themes/dark-colorblind.json +350 -1114
  305. package/dist/styleLint/functional/themes/dark-dimmed.json +364 -1152
  306. package/dist/styleLint/functional/themes/dark-high-contrast.json +311 -921
  307. package/dist/styleLint/functional/themes/dark-tritanopia.json +344 -1138
  308. package/dist/styleLint/functional/themes/dark.json +346 -1206
  309. package/dist/styleLint/functional/themes/light-colorblind.json +366 -1140
  310. package/dist/styleLint/functional/themes/light-high-contrast.json +335 -949
  311. package/dist/styleLint/functional/themes/light-tritanopia.json +311 -1135
  312. package/dist/styleLint/functional/themes/light.json +336 -1202
  313. package/package.json +23 -30
  314. package/src/tokens/base/motion/easing.json5 +26 -0
  315. package/src/tokens/base/motion/timing.json5 +50 -0
  316. package/src/tokens/functional/color/dark/app-dark.json5 +236 -121
  317. package/src/tokens/functional/color/dark/data-vis-dark.json5 +40 -40
  318. package/src/tokens/functional/color/dark/display-dark.json5 +95 -95
  319. package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +1 -9
  320. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +40 -27
  321. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +56 -30
  322. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +37 -14
  323. package/src/tokens/functional/color/dark/patterns-dark.json +3963 -0
  324. package/src/tokens/functional/color/dark/patterns-dark.json5 +126 -277
  325. package/src/tokens/functional/color/dark/primitives-dark.json5 +78 -78
  326. package/src/tokens/functional/color/dark/syntax-dark.json5 +47 -47
  327. package/src/tokens/functional/color/light/app-light.json5 +179 -118
  328. package/src/tokens/functional/color/light/data-vis-light.json5 +40 -40
  329. package/src/tokens/functional/color/light/display-light.json5 +0 -95
  330. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +25 -27
  331. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +58 -33
  332. package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +59 -10
  333. package/src/tokens/functional/color/light/patterns-light.json5 +126 -276
  334. package/src/tokens/functional/color/light/primitives-light.json5 +0 -78
  335. package/src/tokens/functional/color/light/syntax-light.json5 +0 -47
  336. package/src/tokens/functional/motion/loading.json5 +1 -1
  337. package/src/tokens/functional/motion/patterns.json5 +9 -2
  338. package/src/tokens/functional/shadow/dark.json5 +0 -14
  339. package/src/tokens/functional/shadow/light.json5 +0 -13
@@ -6,7 +6,6 @@
6
6
  $extensions: {
7
7
  'org.primer.figma': {
8
8
  collection: 'mode',
9
- mode: 'light',
10
9
  group: 'component (internal)',
11
10
  scopes: ['bgColor'],
12
11
  },
@@ -18,7 +17,6 @@
18
17
  $extensions: {
19
18
  'org.primer.figma': {
20
19
  collection: 'mode',
21
- mode: 'light',
22
20
  group: 'component (internal)',
23
21
  scopes: ['borderColor'],
24
22
  },
@@ -34,7 +32,6 @@
34
32
  $extensions: {
35
33
  'org.primer.figma': {
36
34
  collection: 'mode',
37
- mode: 'light',
38
35
  group: 'component (internal)',
39
36
  scopes: ['bgColor'],
40
37
  },
@@ -46,7 +43,6 @@
46
43
  $extensions: {
47
44
  'org.primer.figma': {
48
45
  collection: 'mode',
49
- mode: 'light',
50
46
  group: 'component (internal)',
51
47
  scopes: ['bgColor'],
52
48
  },
@@ -63,7 +59,6 @@
63
59
  $extensions: {
64
60
  'org.primer.figma': {
65
61
  collection: 'mode',
66
- mode: 'light',
67
62
  group: 'component',
68
63
  scopes: ['bgColor'],
69
64
  },
@@ -75,7 +70,6 @@
75
70
  $extensions: {
76
71
  'org.primer.figma': {
77
72
  collection: 'mode',
78
- mode: 'light',
79
73
  group: 'component',
80
74
  scopes: ['bgColor'],
81
75
  },
@@ -87,7 +81,6 @@
87
81
  $extensions: {
88
82
  'org.primer.figma': {
89
83
  collection: 'mode',
90
- mode: 'light',
91
84
  group: 'component',
92
85
  scopes: ['bgColor'],
93
86
  },
@@ -99,7 +92,6 @@
99
92
  $extensions: {
100
93
  'org.primer.figma': {
101
94
  collection: 'mode',
102
- mode: 'light',
103
95
  group: 'component',
104
96
  scopes: ['bgColor'],
105
97
  },
@@ -111,7 +103,6 @@
111
103
  $extensions: {
112
104
  'org.primer.figma': {
113
105
  collection: 'mode',
114
- mode: 'light',
115
106
  group: 'component',
116
107
  scopes: ['bgColor'],
117
108
  },
@@ -125,7 +116,6 @@
125
116
  $extensions: {
126
117
  'org.primer.figma': {
127
118
  collection: 'mode',
128
- mode: 'light',
129
119
  group: 'component',
130
120
  scopes: ['fgColor'],
131
121
  },
@@ -137,7 +127,6 @@
137
127
  $extensions: {
138
128
  'org.primer.figma': {
139
129
  collection: 'mode',
140
- mode: 'light',
141
130
  group: 'component',
142
131
  scopes: ['fgColor'],
143
132
  },
@@ -149,7 +138,6 @@
149
138
  $extensions: {
150
139
  'org.primer.figma': {
151
140
  collection: 'mode',
152
- mode: 'light',
153
141
  group: 'component',
154
142
  scopes: ['fgColor'],
155
143
  },
@@ -163,7 +151,6 @@
163
151
  $extensions: {
164
152
  'org.primer.figma': {
165
153
  collection: 'mode',
166
- mode: 'light',
167
154
  group: 'component',
168
155
  scopes: ['borderColor'],
169
156
  },
@@ -175,7 +162,6 @@
175
162
  $extensions: {
176
163
  'org.primer.figma': {
177
164
  collection: 'mode',
178
- mode: 'light',
179
165
  group: 'component',
180
166
  scopes: ['borderColor'],
181
167
  },
@@ -187,7 +173,6 @@
187
173
  $extensions: {
188
174
  'org.primer.figma': {
189
175
  collection: 'mode',
190
- mode: 'light',
191
176
  group: 'component',
192
177
  scopes: ['borderColor'],
193
178
  },
@@ -199,7 +184,6 @@
199
184
  $extensions: {
200
185
  'org.primer.figma': {
201
186
  collection: 'mode',
202
- mode: 'light',
203
187
  group: 'component',
204
188
  scopes: ['borderColor'],
205
189
  },
@@ -211,7 +195,6 @@
211
195
  $extensions: {
212
196
  'org.primer.figma': {
213
197
  collection: 'mode',
214
- mode: 'light',
215
198
  group: 'component',
216
199
  scopes: ['borderColor'],
217
200
  },
@@ -223,7 +206,6 @@
223
206
  $extensions: {
224
207
  'org.primer.figma': {
225
208
  collection: 'mode',
226
- mode: 'light',
227
209
  group: 'component',
228
210
  scopes: ['borderColor'],
229
211
  },
@@ -235,7 +217,6 @@
235
217
  $extensions: {
236
218
  'org.primer.figma': {
237
219
  collection: 'mode',
238
- mode: 'light',
239
220
  group: 'component',
240
221
  scopes: ['borderColor'],
241
222
  },
@@ -249,7 +230,6 @@
249
230
  $extensions: {
250
231
  'org.primer.figma': {
251
232
  collection: 'mode',
252
- mode: 'light',
253
233
  group: 'component',
254
234
  scopes: ['fgColor'],
255
235
  },
@@ -264,7 +244,6 @@
264
244
  $extensions: {
265
245
  'org.primer.figma': {
266
246
  collection: 'mode',
267
- mode: 'light',
268
247
  group: 'component',
269
248
  scopes: ['bgColor'],
270
249
  },
@@ -276,7 +255,6 @@
276
255
  $extensions: {
277
256
  'org.primer.figma': {
278
257
  collection: 'mode',
279
- mode: 'light',
280
258
  group: 'component',
281
259
  scopes: ['bgColor'],
282
260
  },
@@ -289,7 +267,6 @@
289
267
  $extensions: {
290
268
  'org.primer.figma': {
291
269
  collection: 'mode',
292
- mode: 'light',
293
270
  group: 'component',
294
271
  scopes: ['bgColor'],
295
272
  },
@@ -302,7 +279,6 @@
302
279
  $extensions: {
303
280
  'org.primer.figma': {
304
281
  collection: 'mode',
305
- mode: 'light',
306
282
  group: 'component',
307
283
  scopes: ['bgColor'],
308
284
  },
@@ -314,7 +290,6 @@
314
290
  $extensions: {
315
291
  'org.primer.figma': {
316
292
  collection: 'mode',
317
- mode: 'light',
318
293
  group: 'component',
319
294
  scopes: ['bgColor'],
320
295
  },
@@ -329,7 +304,6 @@
329
304
  $extensions: {
330
305
  'org.primer.figma': {
331
306
  collection: 'mode',
332
- mode: 'light',
333
307
  group: 'component',
334
308
  scopes: ['borderColor'],
335
309
  },
@@ -341,7 +315,6 @@
341
315
  $extensions: {
342
316
  'org.primer.figma': {
343
317
  collection: 'mode',
344
- mode: 'light',
345
318
  group: 'component',
346
319
  scopes: ['borderColor'],
347
320
  },
@@ -353,7 +326,6 @@
353
326
  $extensions: {
354
327
  'org.primer.figma': {
355
328
  collection: 'mode',
356
- mode: 'light',
357
329
  group: 'component',
358
330
  scopes: ['borderColor'],
359
331
  },
@@ -369,7 +341,6 @@
369
341
  $extensions: {
370
342
  'org.primer.figma': {
371
343
  collection: 'mode',
372
- mode: 'light',
373
344
  group: 'component',
374
345
  scopes: ['fgColor'],
375
346
  },
@@ -381,7 +352,6 @@
381
352
  $extensions: {
382
353
  'org.primer.figma': {
383
354
  collection: 'mode',
384
- mode: 'light',
385
355
  group: 'component',
386
356
  scopes: ['fgColor'],
387
357
  },
@@ -395,7 +365,6 @@
395
365
  $extensions: {
396
366
  'org.primer.figma': {
397
367
  collection: 'mode',
398
- mode: 'light',
399
368
  group: 'component',
400
369
  scopes: ['bgColor'],
401
370
  },
@@ -407,7 +376,6 @@
407
376
  $extensions: {
408
377
  'org.primer.figma': {
409
378
  collection: 'mode',
410
- mode: 'light',
411
379
  group: 'component',
412
380
  scopes: ['bgColor'],
413
381
  },
@@ -424,7 +392,6 @@
424
392
  $extensions: {
425
393
  'org.primer.figma': {
426
394
  collection: 'mode',
427
- mode: 'light',
428
395
  group: 'component',
429
396
  scopes: ['bgColor'],
430
397
  },
@@ -436,7 +403,6 @@
436
403
  $extensions: {
437
404
  'org.primer.figma': {
438
405
  collection: 'mode',
439
- mode: 'light',
440
406
  group: 'component',
441
407
  scopes: ['bgColor'],
442
408
  },
@@ -452,7 +418,6 @@
452
418
  $extensions: {
453
419
  'org.primer.figma': {
454
420
  collection: 'mode',
455
- mode: 'light',
456
421
  group: 'component',
457
422
  scopes: ['bgColor'],
458
423
  },
@@ -468,7 +433,6 @@
468
433
  $extensions: {
469
434
  'org.primer.figma': {
470
435
  collection: 'mode',
471
- mode: 'light',
472
436
  group: 'component',
473
437
  scopes: ['bgColor'],
474
438
  },
@@ -482,7 +446,6 @@
482
446
  $extensions: {
483
447
  'org.primer.figma': {
484
448
  collection: 'mode',
485
- mode: 'light',
486
449
  group: 'component',
487
450
  scopes: ['fgColor'],
488
451
  },
@@ -494,7 +457,6 @@
494
457
  $extensions: {
495
458
  'org.primer.figma': {
496
459
  collection: 'mode',
497
- mode: 'light',
498
460
  group: 'component',
499
461
  scopes: ['fgColor'],
500
462
  },
@@ -508,7 +470,6 @@
508
470
  $extensions: {
509
471
  'org.primer.figma': {
510
472
  collection: 'mode',
511
- mode: 'light',
512
473
  group: 'component',
513
474
  scopes: ['borderColor'],
514
475
  },
@@ -520,7 +481,6 @@
520
481
  $extensions: {
521
482
  'org.primer.figma': {
522
483
  collection: 'mode',
523
- mode: 'light',
524
484
  group: 'component',
525
485
  scopes: ['borderColor'],
526
486
  },
@@ -532,7 +492,6 @@
532
492
  $extensions: {
533
493
  'org.primer.figma': {
534
494
  collection: 'mode',
535
- mode: 'light',
536
495
  group: 'component',
537
496
  scopes: ['borderColor'],
538
497
  },
@@ -544,7 +503,6 @@
544
503
  $extensions: {
545
504
  'org.primer.figma': {
546
505
  collection: 'mode',
547
- mode: 'light',
548
506
  group: 'component',
549
507
  scopes: ['borderColor'],
550
508
  },
@@ -561,7 +519,6 @@
561
519
  $extensions: {
562
520
  'org.primer.figma': {
563
521
  collection: 'mode',
564
- mode: 'light',
565
522
  group: 'component (internal)',
566
523
  scopes: ['bgColor'],
567
524
  },
@@ -573,7 +530,6 @@
573
530
  $extensions: {
574
531
  'org.primer.figma': {
575
532
  collection: 'mode',
576
- mode: 'light',
577
533
  group: 'component (internal)',
578
534
  scopes: ['bgColor'],
579
535
  },
@@ -585,7 +541,6 @@
585
541
  $extensions: {
586
542
  'org.primer.figma': {
587
543
  collection: 'mode',
588
- mode: 'light',
589
544
  group: 'component (internal)',
590
545
  scopes: ['bgColor'],
591
546
  },
@@ -597,7 +552,6 @@
597
552
  $extensions: {
598
553
  'org.primer.figma': {
599
554
  collection: 'mode',
600
- mode: 'light',
601
555
  group: 'component (internal)',
602
556
  scopes: ['bgColor'],
603
557
  },
@@ -611,7 +565,6 @@
611
565
  $extensions: {
612
566
  'org.primer.figma': {
613
567
  collection: 'mode',
614
- mode: 'light',
615
568
  group: 'component (internal)',
616
569
  scopes: ['fgColor'],
617
570
  },
@@ -623,7 +576,6 @@
623
576
  $extensions: {
624
577
  'org.primer.figma': {
625
578
  collection: 'mode',
626
- mode: 'light',
627
579
  group: 'component (internal)',
628
580
  scopes: ['fgColor'],
629
581
  },
@@ -637,7 +589,6 @@
637
589
  $extensions: {
638
590
  'org.primer.figma': {
639
591
  collection: 'mode',
640
- mode: 'light',
641
592
  group: 'component (internal)',
642
593
  scopes: ['borderColor'],
643
594
  },
@@ -649,7 +600,6 @@
649
600
  $extensions: {
650
601
  'org.primer.figma': {
651
602
  collection: 'mode',
652
- mode: 'light',
653
603
  group: 'component (internal)',
654
604
  scopes: ['borderColor'],
655
605
  },
@@ -665,7 +615,6 @@
665
615
  $extensions: {
666
616
  'org.primer.figma': {
667
617
  collection: 'mode',
668
- mode: 'light',
669
618
  group: 'component (internal)',
670
619
  scopes: ['bgColor'],
671
620
  },
@@ -677,7 +626,6 @@
677
626
  $extensions: {
678
627
  'org.primer.figma': {
679
628
  collection: 'mode',
680
- mode: 'light',
681
629
  group: 'component (internal)',
682
630
  scopes: ['bgColor'],
683
631
  },
@@ -689,7 +637,6 @@
689
637
  $extensions: {
690
638
  'org.primer.figma': {
691
639
  collection: 'mode',
692
- mode: 'light',
693
640
  group: 'component (internal)',
694
641
  scopes: ['bgColor'],
695
642
  },
@@ -703,7 +650,6 @@
703
650
  $extensions: {
704
651
  'org.primer.figma': {
705
652
  collection: 'mode',
706
- mode: 'light',
707
653
  group: 'component (internal)',
708
654
  scopes: ['borderColor'],
709
655
  },
@@ -715,7 +661,6 @@
715
661
  $extensions: {
716
662
  'org.primer.figma': {
717
663
  collection: 'mode',
718
- mode: 'light',
719
664
  group: 'component (internal)',
720
665
  scopes: ['borderColor'],
721
666
  },
@@ -727,7 +672,6 @@
727
672
  $extensions: {
728
673
  'org.primer.figma': {
729
674
  collection: 'mode',
730
- mode: 'light',
731
675
  group: 'component (internal)',
732
676
  scopes: ['borderColor'],
733
677
  },
@@ -742,7 +686,6 @@
742
686
  $extensions: {
743
687
  'org.primer.figma': {
744
688
  collection: 'mode',
745
- mode: 'light',
746
689
  group: 'component (internal)',
747
690
  scopes: ['borderColor'],
748
691
  },
@@ -755,7 +698,6 @@
755
698
  $extensions: {
756
699
  'org.primer.figma': {
757
700
  collection: 'mode',
758
- mode: 'light',
759
701
  group: 'component',
760
702
  scopes: ['bgColor'],
761
703
  },
@@ -767,12 +709,11 @@
767
709
  $extensions: {
768
710
  'org.primer.figma': {
769
711
  collection: 'mode',
770
- mode: 'light',
771
712
  group: 'component',
772
713
  scopes: ['bgColor'],
773
714
  },
774
715
  },
775
- }
716
+ },
776
717
  },
777
718
  },
778
719
  button: {
@@ -784,7 +725,6 @@
784
725
  $extensions: {
785
726
  'org.primer.figma': {
786
727
  collection: 'mode',
787
- mode: 'light',
788
728
  group: 'component (internal)',
789
729
  scopes: ['fgColor'],
790
730
  },
@@ -798,7 +738,6 @@
798
738
  $extensions: {
799
739
  'org.primer.figma': {
800
740
  collection: 'mode',
801
- mode: 'light',
802
741
  group: 'component (internal)',
803
742
  scopes: ['bgColor'],
804
743
  },
@@ -810,7 +749,6 @@
810
749
  $extensions: {
811
750
  'org.primer.figma': {
812
751
  collection: 'mode',
813
- mode: 'light',
814
752
  group: 'component (internal)',
815
753
  scopes: ['bgColor'],
816
754
  },
@@ -822,7 +760,6 @@
822
760
  $extensions: {
823
761
  'org.primer.figma': {
824
762
  collection: 'mode',
825
- mode: 'light',
826
763
  group: 'component (internal)',
827
764
  scopes: ['bgColor'],
828
765
  },
@@ -834,7 +771,6 @@
834
771
  $extensions: {
835
772
  'org.primer.figma': {
836
773
  collection: 'mode',
837
- mode: 'light',
838
774
  group: 'component (internal)',
839
775
  scopes: ['bgColor'],
840
776
  },
@@ -852,7 +788,6 @@
852
788
  $extensions: {
853
789
  'org.primer.figma': {
854
790
  collection: 'mode',
855
- mode: 'light',
856
791
  group: 'component (internal)',
857
792
  scopes: ['borderColor'],
858
793
  },
@@ -864,7 +799,6 @@
864
799
  $extensions: {
865
800
  'org.primer.figma': {
866
801
  collection: 'mode',
867
- mode: 'light',
868
802
  group: 'component (internal)',
869
803
  scopes: ['borderColor'],
870
804
  },
@@ -876,7 +810,6 @@
876
810
  $extensions: {
877
811
  'org.primer.figma': {
878
812
  collection: 'mode',
879
- mode: 'light',
880
813
  group: 'component (internal)',
881
814
  scopes: ['borderColor'],
882
815
  },
@@ -888,7 +821,6 @@
888
821
  $extensions: {
889
822
  'org.primer.figma': {
890
823
  collection: 'mode',
891
- mode: 'light',
892
824
  group: 'component (internal)',
893
825
  scopes: ['borderColor'],
894
826
  },
@@ -904,7 +836,6 @@
904
836
  $extensions: {
905
837
  'org.primer.figma': {
906
838
  collection: 'mode',
907
- mode: 'light',
908
839
  group: 'component (internal)',
909
840
  scopes: ['fgColor'],
910
841
  },
@@ -916,7 +847,6 @@
916
847
  $extensions: {
917
848
  'org.primer.figma': {
918
849
  collection: 'mode',
919
- mode: 'light',
920
850
  group: 'component (internal)',
921
851
  scopes: ['fgColor'],
922
852
  },
@@ -931,7 +861,6 @@
931
861
  $extensions: {
932
862
  'org.primer.figma': {
933
863
  collection: 'mode',
934
- mode: 'light',
935
864
  group: 'component (internal)',
936
865
  scopes: ['fgColor'],
937
866
  },
@@ -946,7 +875,6 @@
946
875
  $extensions: {
947
876
  'org.primer.figma': {
948
877
  collection: 'mode',
949
- mode: 'light',
950
878
  group: 'component (internal)',
951
879
  scopes: ['bgColor'],
952
880
  },
@@ -958,7 +886,6 @@
958
886
  $extensions: {
959
887
  'org.primer.figma': {
960
888
  collection: 'mode',
961
- mode: 'light',
962
889
  group: 'component (internal)',
963
890
  scopes: ['bgColor'],
964
891
  },
@@ -974,7 +901,6 @@
974
901
  $extensions: {
975
902
  'org.primer.figma': {
976
903
  collection: 'mode',
977
- mode: 'light',
978
904
  group: 'component (internal)',
979
905
  scopes: ['bgColor'],
980
906
  },
@@ -990,7 +916,6 @@
990
916
  $extensions: {
991
917
  'org.primer.figma': {
992
918
  collection: 'mode',
993
- mode: 'light',
994
919
  group: 'component (internal)',
995
920
  scopes: ['bgColor'],
996
921
  },
@@ -1008,7 +933,6 @@
1008
933
  $extensions: {
1009
934
  'org.primer.figma': {
1010
935
  collection: 'mode',
1011
- mode: 'light',
1012
936
  group: 'component (internal)',
1013
937
  scopes: ['borderColor'],
1014
938
  },
@@ -1021,7 +945,6 @@
1021
945
  $extensions: {
1022
946
  'org.primer.figma': {
1023
947
  collection: 'mode',
1024
- mode: 'light',
1025
948
  group: 'component (internal)',
1026
949
  scopes: ['borderColor'],
1027
950
  },
@@ -1033,7 +956,6 @@
1033
956
  $extensions: {
1034
957
  'org.primer.figma': {
1035
958
  collection: 'mode',
1036
- mode: 'light',
1037
959
  group: 'component (internal)',
1038
960
  scopes: ['borderColor'],
1039
961
  },
@@ -1045,7 +967,6 @@
1045
967
  $extensions: {
1046
968
  'org.primer.figma': {
1047
969
  collection: 'mode',
1048
- mode: 'light',
1049
970
  group: 'component (internal)',
1050
971
  scopes: ['borderColor'],
1051
972
  },
@@ -1061,7 +982,6 @@
1061
982
  $extensions: {
1062
983
  'org.primer.figma': {
1063
984
  collection: 'mode',
1064
- mode: 'light',
1065
985
  group: 'component (internal)',
1066
986
  scopes: ['fgColor'],
1067
987
  },
@@ -1073,7 +993,17 @@
1073
993
  $extensions: {
1074
994
  'org.primer.figma': {
1075
995
  collection: 'mode',
1076
- mode: 'light',
996
+ group: 'component (internal)',
997
+ scopes: ['fgColor'],
998
+ },
999
+ },
1000
+ },
1001
+ active: {
1002
+ $value: '{control.fgColor.rest}',
1003
+ $type: 'color',
1004
+ $extensions: {
1005
+ 'org.primer.figma': {
1006
+ collection: 'mode',
1077
1007
  group: 'component (internal)',
1078
1008
  scopes: ['fgColor'],
1079
1009
  },
@@ -1085,7 +1015,6 @@
1085
1015
  $extensions: {
1086
1016
  'org.primer.figma': {
1087
1017
  collection: 'mode',
1088
- mode: 'light',
1089
1018
  group: 'component (internal)',
1090
1019
  scopes: ['fgColor'],
1091
1020
  },
@@ -1099,7 +1028,6 @@
1099
1028
  $extensions: {
1100
1029
  'org.primer.figma': {
1101
1030
  collection: 'mode',
1102
- mode: 'light',
1103
1031
  group: 'component (internal)',
1104
1032
  scopes: ['fgColor'],
1105
1033
  },
@@ -1111,7 +1039,6 @@
1111
1039
  $extensions: {
1112
1040
  'org.primer.figma': {
1113
1041
  collection: 'mode',
1114
- mode: 'light',
1115
1042
  group: 'component (internal)',
1116
1043
  scopes: ['fgColor'],
1117
1044
  },
@@ -1123,7 +1050,6 @@
1123
1050
  $extensions: {
1124
1051
  'org.primer.figma': {
1125
1052
  collection: 'mode',
1126
- mode: 'light',
1127
1053
  group: 'component (internal)',
1128
1054
  scopes: ['fgColor'],
1129
1055
  },
@@ -1137,7 +1063,6 @@
1137
1063
  $extensions: {
1138
1064
  'org.primer.figma': {
1139
1065
  collection: 'mode',
1140
- mode: 'light',
1141
1066
  group: 'component (internal)',
1142
1067
  scopes: ['bgColor'],
1143
1068
  },
@@ -1149,7 +1074,6 @@
1149
1074
  $extensions: {
1150
1075
  'org.primer.figma': {
1151
1076
  collection: 'mode',
1152
- mode: 'light',
1153
1077
  group: 'component (internal)',
1154
1078
  scopes: ['bgColor'],
1155
1079
  },
@@ -1161,7 +1085,6 @@
1161
1085
  $extensions: {
1162
1086
  'org.primer.figma': {
1163
1087
  collection: 'mode',
1164
- mode: 'light',
1165
1088
  group: 'component (internal)',
1166
1089
  scopes: ['bgColor'],
1167
1090
  },
@@ -1173,7 +1096,6 @@
1173
1096
  $extensions: {
1174
1097
  'org.primer.figma': {
1175
1098
  collection: 'mode',
1176
- mode: 'light',
1177
1099
  group: 'component (internal)',
1178
1100
  scopes: ['bgColor'],
1179
1101
  },
@@ -1187,7 +1109,6 @@
1187
1109
  $extensions: {
1188
1110
  'org.primer.figma': {
1189
1111
  collection: 'mode',
1190
- mode: 'light',
1191
1112
  group: 'component (internal)',
1192
1113
  scopes: ['borderColor'],
1193
1114
  },
@@ -1199,7 +1120,6 @@
1199
1120
  $extensions: {
1200
1121
  'org.primer.figma': {
1201
1122
  collection: 'mode',
1202
- mode: 'light',
1203
1123
  group: 'component (internal)',
1204
1124
  scopes: ['borderColor'],
1205
1125
  },
@@ -1211,7 +1131,6 @@
1211
1131
  $extensions: {
1212
1132
  'org.primer.figma': {
1213
1133
  collection: 'mode',
1214
- mode: 'light',
1215
1134
  group: 'component (internal)',
1216
1135
  scopes: ['borderColor'],
1217
1136
  },
@@ -1227,7 +1146,6 @@
1227
1146
  $extensions: {
1228
1147
  'org.primer.figma': {
1229
1148
  collection: 'mode',
1230
- mode: 'light',
1231
1149
  group: 'component (internal)',
1232
1150
  scopes: ['fgColor'],
1233
1151
  },
@@ -1239,7 +1157,6 @@
1239
1157
  $extensions: {
1240
1158
  'org.primer.figma': {
1241
1159
  collection: 'mode',
1242
- mode: 'light',
1243
1160
  group: 'component (internal)',
1244
1161
  scopes: ['fgColor'],
1245
1162
  },
@@ -1251,7 +1168,6 @@
1251
1168
  $extensions: {
1252
1169
  'org.primer.figma': {
1253
1170
  collection: 'mode',
1254
- mode: 'light',
1255
1171
  group: 'component (internal)',
1256
1172
  scopes: ['fgColor'],
1257
1173
  },
@@ -1263,7 +1179,6 @@
1263
1179
  $extensions: {
1264
1180
  'org.primer.figma': {
1265
1181
  collection: 'mode',
1266
- mode: 'light',
1267
1182
  group: 'component (internal)',
1268
1183
  scopes: ['fgColor'],
1269
1184
  },
@@ -1278,7 +1193,6 @@
1278
1193
  $extensions: {
1279
1194
  'org.primer.figma': {
1280
1195
  collection: 'mode',
1281
- mode: 'light',
1282
1196
  group: 'component (internal)',
1283
1197
  scopes: ['bgColor'],
1284
1198
  },
@@ -1290,7 +1204,6 @@
1290
1204
  $extensions: {
1291
1205
  'org.primer.figma': {
1292
1206
  collection: 'mode',
1293
- mode: 'light',
1294
1207
  group: 'component (internal)',
1295
1208
  scopes: ['bgColor'],
1296
1209
  },
@@ -1302,7 +1215,6 @@
1302
1215
  $extensions: {
1303
1216
  'org.primer.figma': {
1304
1217
  collection: 'mode',
1305
- mode: 'light',
1306
1218
  group: 'component (internal)',
1307
1219
  scopes: ['bgColor'],
1308
1220
  },
@@ -1318,7 +1230,6 @@
1318
1230
  $extensions: {
1319
1231
  'org.primer.figma': {
1320
1232
  collection: 'mode',
1321
- mode: 'light',
1322
1233
  group: 'component (internal)',
1323
1234
  scopes: ['bgColor'],
1324
1235
  },
@@ -1332,7 +1243,6 @@
1332
1243
  $extensions: {
1333
1244
  'org.primer.figma': {
1334
1245
  collection: 'mode',
1335
- mode: 'light',
1336
1246
  group: 'component (internal)',
1337
1247
  scopes: ['borderColor'],
1338
1248
  },
@@ -1344,7 +1254,6 @@
1344
1254
  $extensions: {
1345
1255
  'org.primer.figma': {
1346
1256
  collection: 'mode',
1347
- mode: 'light',
1348
1257
  group: 'component (internal)',
1349
1258
  scopes: ['borderColor'],
1350
1259
  },
@@ -1360,7 +1269,6 @@
1360
1269
  $extensions: {
1361
1270
  'org.primer.figma': {
1362
1271
  collection: 'mode',
1363
- mode: 'light',
1364
1272
  group: 'component (internal)',
1365
1273
  scopes: ['fgColor'],
1366
1274
  },
@@ -1372,7 +1280,6 @@
1372
1280
  $extensions: {
1373
1281
  'org.primer.figma': {
1374
1282
  collection: 'mode',
1375
- mode: 'light',
1376
1283
  group: 'component (internal)',
1377
1284
  scopes: ['fgColor'],
1378
1285
  },
@@ -1384,7 +1291,6 @@
1384
1291
  $extensions: {
1385
1292
  'org.primer.figma': {
1386
1293
  collection: 'mode',
1387
- mode: 'light',
1388
1294
  group: 'component (internal)',
1389
1295
  scopes: ['fgColor'],
1390
1296
  },
@@ -1396,7 +1302,6 @@
1396
1302
  $extensions: {
1397
1303
  'org.primer.figma': {
1398
1304
  collection: 'mode',
1399
- mode: 'light',
1400
1305
  group: 'component (internal)',
1401
1306
  scopes: ['fgColor'],
1402
1307
  },
@@ -1411,7 +1316,6 @@
1411
1316
  $extensions: {
1412
1317
  'org.primer.figma': {
1413
1318
  collection: 'mode',
1414
- mode: 'light',
1415
1319
  group: 'component (internal)',
1416
1320
  scopes: ['fgColor'],
1417
1321
  },
@@ -1423,7 +1327,6 @@
1423
1327
  $extensions: {
1424
1328
  'org.primer.figma': {
1425
1329
  collection: 'mode',
1426
- mode: 'light',
1427
1330
  group: 'component (internal)',
1428
1331
  scopes: ['fgColor'],
1429
1332
  },
@@ -1437,7 +1340,6 @@
1437
1340
  $extensions: {
1438
1341
  'org.primer.figma': {
1439
1342
  collection: 'mode',
1440
- mode: 'light',
1441
1343
  group: 'component (internal)',
1442
1344
  scopes: ['bgColor'],
1443
1345
  },
@@ -1449,7 +1351,6 @@
1449
1351
  $extensions: {
1450
1352
  'org.primer.figma': {
1451
1353
  collection: 'mode',
1452
- mode: 'light',
1453
1354
  group: 'component (internal)',
1454
1355
  scopes: ['bgColor'],
1455
1356
  },
@@ -1461,7 +1362,6 @@
1461
1362
  $extensions: {
1462
1363
  'org.primer.figma': {
1463
1364
  collection: 'mode',
1464
- mode: 'light',
1465
1365
  group: 'component (internal)',
1466
1366
  scopes: ['bgColor'],
1467
1367
  },
@@ -1477,7 +1377,6 @@
1477
1377
  $extensions: {
1478
1378
  'org.primer.figma': {
1479
1379
  collection: 'mode',
1480
- mode: 'light',
1481
1380
  group: 'component (internal)',
1482
1381
  scopes: ['bgColor'],
1483
1382
  },
@@ -1491,7 +1390,6 @@
1491
1390
  $extensions: {
1492
1391
  'org.primer.figma': {
1493
1392
  collection: 'mode',
1494
- mode: 'light',
1495
1393
  group: 'component (internal)',
1496
1394
  scopes: ['borderColor'],
1497
1395
  },
@@ -1503,7 +1401,6 @@
1503
1401
  $extensions: {
1504
1402
  'org.primer.figma': {
1505
1403
  collection: 'mode',
1506
- mode: 'light',
1507
1404
  group: 'component (internal)',
1508
1405
  scopes: ['borderColor'],
1509
1406
  },
@@ -1515,7 +1412,6 @@
1515
1412
  $extensions: {
1516
1413
  'org.primer.figma': {
1517
1414
  collection: 'mode',
1518
- mode: 'light',
1519
1415
  group: 'component (internal)',
1520
1416
  scopes: ['borderColor'],
1521
1417
  },
@@ -1530,7 +1426,6 @@
1530
1426
  $extensions: {
1531
1427
  'org.primer.figma': {
1532
1428
  collection: 'mode',
1533
- mode: 'light',
1534
1429
  group: 'component (internal)',
1535
1430
  scopes: ['fgColor'],
1536
1431
  },
@@ -1542,7 +1437,6 @@
1542
1437
  $extensions: {
1543
1438
  'org.primer.figma': {
1544
1439
  collection: 'mode',
1545
- mode: 'light',
1546
1440
  group: 'component (internal)',
1547
1441
  scopes: ['bgColor'],
1548
1442
  },
@@ -1556,7 +1450,6 @@
1556
1450
  $extensions: {
1557
1451
  'org.primer.figma': {
1558
1452
  collection: 'mode',
1559
- mode: 'light',
1560
1453
  group: 'component (internal)',
1561
1454
  scopes: ['bgColor'],
1562
1455
  },
@@ -1573,7 +1466,6 @@
1573
1466
  $extensions: {
1574
1467
  'org.primer.figma': {
1575
1468
  collection: 'mode',
1576
- mode: 'light',
1577
1469
  group: 'component (internal)',
1578
1470
  scopes: ['bgColor'],
1579
1471
  },
@@ -1589,7 +1481,6 @@
1589
1481
  $extensions: {
1590
1482
  'org.primer.figma': {
1591
1483
  collection: 'mode',
1592
- mode: 'light',
1593
1484
  group: 'component (internal)',
1594
1485
  scopes: ['bgColor'],
1595
1486
  },
@@ -1605,7 +1496,6 @@
1605
1496
  $extensions: {
1606
1497
  'org.primer.figma': {
1607
1498
  collection: 'mode',
1608
- mode: 'light',
1609
1499
  group: 'component (internal)',
1610
1500
  scopes: ['bgColor'],
1611
1501
  },
@@ -1622,7 +1512,6 @@
1622
1512
  $extensions: {
1623
1513
  'org.primer.figma': {
1624
1514
  collection: 'mode',
1625
- mode: 'light',
1626
1515
  group: 'component (internal)',
1627
1516
  scopes: ['bgColor'],
1628
1517
  },
@@ -1635,7 +1524,6 @@
1635
1524
  $extensions: {
1636
1525
  'org.primer.figma': {
1637
1526
  collection: 'mode',
1638
- mode: 'light',
1639
1527
  group: 'component (internal)',
1640
1528
  scopes: ['bgColor'],
1641
1529
  },
@@ -1648,7 +1536,6 @@
1648
1536
  $extensions: {
1649
1537
  'org.primer.figma': {
1650
1538
  collection: 'mode',
1651
- mode: 'light',
1652
1539
  group: 'component (internal)',
1653
1540
  scopes: ['bgColor'],
1654
1541
  },
@@ -1663,7 +1550,6 @@
1663
1550
  $extensions: {
1664
1551
  'org.primer.figma': {
1665
1552
  collection: 'mode',
1666
- mode: 'light',
1667
1553
  group: 'component (internal)',
1668
1554
  scopes: ['fgColor'],
1669
1555
  },
@@ -1675,7 +1561,6 @@
1675
1561
  $extensions: {
1676
1562
  'org.primer.figma': {
1677
1563
  collection: 'mode',
1678
- mode: 'light',
1679
1564
  group: 'component (internal)',
1680
1565
  scopes: ['fgColor'],
1681
1566
  },
@@ -1687,7 +1572,6 @@
1687
1572
  $extensions: {
1688
1573
  'org.primer.figma': {
1689
1574
  collection: 'mode',
1690
- mode: 'light',
1691
1575
  group: 'component (internal)',
1692
1576
  scopes: ['fgColor'],
1693
1577
  },
@@ -1704,7 +1588,6 @@
1704
1588
  $extensions: {
1705
1589
  'org.primer.figma': {
1706
1590
  collection: 'mode',
1707
- mode: 'light',
1708
1591
  group: 'component (internal)',
1709
1592
  scopes: ['bgColor'],
1710
1593
  },
@@ -1717,7 +1600,6 @@
1717
1600
  $extensions: {
1718
1601
  'org.primer.figma': {
1719
1602
  collection: 'mode',
1720
- mode: 'light',
1721
1603
  group: 'component (internal)',
1722
1604
  scopes: ['bgColor'],
1723
1605
  },
@@ -1730,7 +1612,6 @@
1730
1612
  $extensions: {
1731
1613
  'org.primer.figma': {
1732
1614
  collection: 'mode',
1733
- mode: 'light',
1734
1615
  group: 'component (internal)',
1735
1616
  scopes: ['bgColor'],
1736
1617
  },
@@ -1745,7 +1626,6 @@
1745
1626
  $extensions: {
1746
1627
  'org.primer.figma': {
1747
1628
  collection: 'mode',
1748
- mode: 'light',
1749
1629
  group: 'component (internal)',
1750
1630
  scopes: ['fgColor'],
1751
1631
  },
@@ -1761,7 +1641,6 @@
1761
1641
  $extensions: {
1762
1642
  'org.primer.figma': {
1763
1643
  collection: 'mode',
1764
- mode: 'light',
1765
1644
  group: 'component (internal)',
1766
1645
  scopes: ['fgColor'],
1767
1646
  },
@@ -1773,7 +1652,6 @@
1773
1652
  $extensions: {
1774
1653
  'org.primer.figma': {
1775
1654
  collection: 'mode',
1776
- mode: 'light',
1777
1655
  group: 'component (internal)',
1778
1656
  scopes: ['fgColor'],
1779
1657
  },
@@ -1792,7 +1670,6 @@
1792
1670
  $extensions: {
1793
1671
  'org.primer.figma': {
1794
1672
  collection: 'mode',
1795
- mode: 'light',
1796
1673
  group: 'component (internal)',
1797
1674
  scopes: ['bgColor'],
1798
1675
  },
@@ -1804,7 +1681,6 @@
1804
1681
  $extensions: {
1805
1682
  'org.primer.figma': {
1806
1683
  collection: 'mode',
1807
- mode: 'light',
1808
1684
  group: 'component (internal)',
1809
1685
  scopes: ['bgColor'],
1810
1686
  },
@@ -1822,7 +1698,6 @@
1822
1698
  $extensions: {
1823
1699
  'org.primer.figma': {
1824
1700
  collection: 'mode',
1825
- mode: 'light',
1826
1701
  group: 'component (internal)',
1827
1702
  scopes: ['fgColor'],
1828
1703
  },
@@ -1834,7 +1709,6 @@
1834
1709
  $extensions: {
1835
1710
  'org.primer.figma': {
1836
1711
  collection: 'mode',
1837
- mode: 'light',
1838
1712
  group: 'component (internal)',
1839
1713
  scopes: ['fgColor'],
1840
1714
  },
@@ -1850,7 +1724,6 @@
1850
1724
  $extensions: {
1851
1725
  'org.primer.figma': {
1852
1726
  collection: 'mode',
1853
- mode: 'light',
1854
1727
  group: 'component (internal)',
1855
1728
  scopes: ['borderColor', 'effectColor'],
1856
1729
  },
@@ -1864,7 +1737,6 @@
1864
1737
  $extensions: {
1865
1738
  'org.primer.figma': {
1866
1739
  collection: 'mode',
1867
- mode: 'light',
1868
1740
  group: 'component (internal)',
1869
1741
  scopes: ['bgColor'],
1870
1742
  },
@@ -1877,7 +1749,6 @@
1877
1749
  $extensions: {
1878
1750
  'org.primer.figma': {
1879
1751
  collection: 'mode',
1880
- mode: 'light',
1881
1752
  group: 'component (internal)',
1882
1753
  scopes: ['fgColor'],
1883
1754
  },
@@ -1890,7 +1761,6 @@
1890
1761
  $extensions: {
1891
1762
  'org.primer.figma': {
1892
1763
  collection: 'mode',
1893
- mode: 'light',
1894
1764
  group: 'component (internal)',
1895
1765
  scopes: ['fgColor'],
1896
1766
  },
@@ -1904,7 +1774,6 @@
1904
1774
  $extensions: {
1905
1775
  'org.primer.figma': {
1906
1776
  collection: 'mode',
1907
- mode: 'light',
1908
1777
  group: 'component (internal)',
1909
1778
  scopes: ['borderColor'],
1910
1779
  },
@@ -1919,7 +1788,6 @@
1919
1788
  $extensions: {
1920
1789
  'org.primer.figma': {
1921
1790
  collection: 'mode',
1922
- mode: 'light',
1923
1791
  group: 'component (internal)',
1924
1792
  scopes: ['bgColor'],
1925
1793
  },
@@ -1931,7 +1799,6 @@
1931
1799
  $extensions: {
1932
1800
  'org.primer.figma': {
1933
1801
  collection: 'mode',
1934
- mode: 'light',
1935
1802
  group: 'component (internal)',
1936
1803
  scopes: ['borderColor'],
1937
1804
  },
@@ -1946,7 +1813,6 @@
1946
1813
  $extensions: {
1947
1814
  'org.primer.figma': {
1948
1815
  collection: 'mode',
1949
- mode: 'light',
1950
1816
  group: 'component (internal)',
1951
1817
  scopes: ['bgColor'],
1952
1818
  },
@@ -1961,7 +1827,6 @@
1961
1827
  $extensions: {
1962
1828
  'org.primer.figma': {
1963
1829
  collection: 'mode',
1964
- mode: 'light',
1965
1830
  group: 'component (internal)',
1966
1831
  scopes: ['bgColor'],
1967
1832
  },
@@ -1973,7 +1838,6 @@
1973
1838
  $extensions: {
1974
1839
  'org.primer.figma': {
1975
1840
  collection: 'mode',
1976
- mode: 'light',
1977
1841
  group: 'component (internal)',
1978
1842
  },
1979
1843
  },
@@ -1986,7 +1850,6 @@
1986
1850
  $extensions: {
1987
1851
  'org.primer.figma': {
1988
1852
  collection: 'mode',
1989
- mode: 'light',
1990
1853
  group: 'component (internal)',
1991
1854
  scopes: ['bgColor'],
1992
1855
  },
@@ -2002,7 +1865,6 @@
2002
1865
  $extensions: {
2003
1866
  'org.primer.figma': {
2004
1867
  collection: 'mode',
2005
- mode: 'light',
2006
1868
  group: 'component (internal)',
2007
1869
  scopes: ['borderColor'],
2008
1870
  },
@@ -2015,7 +1877,6 @@
2015
1877
  $extensions: {
2016
1878
  'org.primer.figma': {
2017
1879
  collection: 'mode',
2018
- mode: 'light',
2019
1880
  group: 'component (internal)',
2020
1881
  scopes: ['bgColor'],
2021
1882
  },
@@ -2031,7 +1892,6 @@
2031
1892
  $extensions: {
2032
1893
  'org.primer.figma': {
2033
1894
  collection: 'mode',
2034
- mode: 'light',
2035
1895
  group: 'component (internal)',
2036
1896
  scopes: ['bgColor'],
2037
1897
  },
@@ -2046,7 +1906,6 @@
2046
1906
  $extensions: {
2047
1907
  'org.primer.figma': {
2048
1908
  collection: 'mode',
2049
- mode: 'light',
2050
1909
  group: 'component',
2051
1910
  scopes: ['bgColor'],
2052
1911
  },
@@ -2061,7 +1920,6 @@
2061
1920
  $extensions: {
2062
1921
  'org.primer.figma': {
2063
1922
  collection: 'mode',
2064
- mode: 'light',
2065
1923
  group: 'component (internal)',
2066
1924
  scopes: ['bgColor'],
2067
1925
  },
@@ -2077,7 +1935,6 @@
2077
1935
  $extensions: {
2078
1936
  'org.primer.figma': {
2079
1937
  collection: 'mode',
2080
- mode: 'light',
2081
1938
  group: 'component (internal)',
2082
1939
  scopes: ['bgColor'],
2083
1940
  },
@@ -2094,7 +1951,6 @@
2094
1951
  $extensions: {
2095
1952
  'org.primer.figma': {
2096
1953
  collection: 'mode',
2097
- mode: 'light',
2098
1954
  group: 'component (internal)',
2099
1955
  scopes: ['borderColor'],
2100
1956
  },
@@ -2106,7 +1962,6 @@
2106
1962
  $extensions: {
2107
1963
  'org.primer.figma': {
2108
1964
  collection: 'mode',
2109
- mode: 'light',
2110
1965
  group: 'component (internal)',
2111
1966
  scopes: ['borderColor'],
2112
1967
  },
@@ -2120,7 +1975,6 @@
2120
1975
  $extensions: {
2121
1976
  'org.primer.figma': {
2122
1977
  collection: 'mode',
2123
- mode: 'light',
2124
1978
  group: 'component (internal)',
2125
1979
  scopes: ['fgColor'],
2126
1980
  },
@@ -2135,7 +1989,6 @@
2135
1989
  $extensions: {
2136
1990
  'org.primer.figma': {
2137
1991
  collection: 'mode',
2138
- mode: 'light',
2139
1992
  group: 'component',
2140
1993
  scopes: ['bgColor'],
2141
1994
  },
@@ -2150,7 +2003,6 @@
2150
2003
  $extensions: {
2151
2004
  'org.primer.figma': {
2152
2005
  collection: 'mode',
2153
- mode: 'light',
2154
2006
  group: 'component',
2155
2007
  scopes: ['bgColor'],
2156
2008
  },
@@ -2164,21 +2016,21 @@
2164
2016
  $value: '{base.display.color.green.0}',
2165
2017
  $type: 'color',
2166
2018
  $extensions: {
2167
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2019
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2168
2020
  },
2169
2021
  },
2170
2022
  hover: {
2171
2023
  $value: '{base.display.color.green.1}',
2172
2024
  $type: 'color',
2173
2025
  $extensions: {
2174
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2026
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2175
2027
  },
2176
2028
  },
2177
2029
  active: {
2178
2030
  $value: '{base.display.color.green.2}',
2179
2031
  $type: 'color',
2180
2032
  $extensions: {
2181
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2033
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2182
2034
  },
2183
2035
  },
2184
2036
  },
@@ -2187,21 +2039,21 @@
2187
2039
  $value: '{base.display.color.green.6}',
2188
2040
  $type: 'color',
2189
2041
  $extensions: {
2190
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2042
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2191
2043
  },
2192
2044
  },
2193
2045
  hover: {
2194
2046
  $value: '{base.display.color.green.7}',
2195
2047
  $type: 'color',
2196
2048
  $extensions: {
2197
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2049
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2198
2050
  },
2199
2051
  },
2200
2052
  active: {
2201
2053
  $value: '{base.display.color.green.8}',
2202
2054
  $type: 'color',
2203
2055
  $extensions: {
2204
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2056
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2205
2057
  },
2206
2058
  },
2207
2059
  },
@@ -2212,21 +2064,21 @@
2212
2064
  $value: '{base.display.color.orange.0}',
2213
2065
  $type: 'color',
2214
2066
  $extensions: {
2215
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2067
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2216
2068
  },
2217
2069
  },
2218
2070
  hover: {
2219
2071
  $value: '{base.display.color.orange.1}',
2220
2072
  $type: 'color',
2221
2073
  $extensions: {
2222
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2074
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2223
2075
  },
2224
2076
  },
2225
2077
  active: {
2226
2078
  $value: '{base.display.color.orange.2}',
2227
2079
  $type: 'color',
2228
2080
  $extensions: {
2229
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2081
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2230
2082
  },
2231
2083
  },
2232
2084
  },
@@ -2235,21 +2087,21 @@
2235
2087
  $value: '{base.display.color.orange.6}',
2236
2088
  $type: 'color',
2237
2089
  $extensions: {
2238
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2090
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2239
2091
  },
2240
2092
  },
2241
2093
  hover: {
2242
2094
  $value: '{base.display.color.orange.7}',
2243
2095
  $type: 'color',
2244
2096
  $extensions: {
2245
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2097
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2246
2098
  },
2247
2099
  },
2248
2100
  active: {
2249
2101
  $value: '{base.display.color.orange.8}',
2250
2102
  $type: 'color',
2251
2103
  $extensions: {
2252
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2104
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2253
2105
  },
2254
2106
  },
2255
2107
  },
@@ -2260,21 +2112,21 @@
2260
2112
  $value: '{base.display.color.purple.0}',
2261
2113
  $type: 'color',
2262
2114
  $extensions: {
2263
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2115
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2264
2116
  },
2265
2117
  },
2266
2118
  hover: {
2267
2119
  $value: '{base.display.color.purple.1}',
2268
2120
  $type: 'color',
2269
2121
  $extensions: {
2270
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2122
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2271
2123
  },
2272
2124
  },
2273
2125
  active: {
2274
2126
  $value: '{base.display.color.purple.2}',
2275
2127
  $type: 'color',
2276
2128
  $extensions: {
2277
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2129
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2278
2130
  },
2279
2131
  },
2280
2132
  },
@@ -2283,21 +2135,21 @@
2283
2135
  $value: '{base.display.color.purple.6}',
2284
2136
  $type: 'color',
2285
2137
  $extensions: {
2286
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2138
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2287
2139
  },
2288
2140
  },
2289
2141
  hover: {
2290
2142
  $value: '{base.display.color.purple.7}',
2291
2143
  $type: 'color',
2292
2144
  $extensions: {
2293
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2145
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2294
2146
  },
2295
2147
  },
2296
2148
  active: {
2297
2149
  $value: '{base.display.color.purple.8}',
2298
2150
  $type: 'color',
2299
2151
  $extensions: {
2300
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2152
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2301
2153
  },
2302
2154
  },
2303
2155
  },
@@ -2308,21 +2160,21 @@
2308
2160
  $value: '{base.display.color.red.0}',
2309
2161
  $type: 'color',
2310
2162
  $extensions: {
2311
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2163
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2312
2164
  },
2313
2165
  },
2314
2166
  hover: {
2315
2167
  $value: '{base.display.color.red.1}',
2316
2168
  $type: 'color',
2317
2169
  $extensions: {
2318
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2170
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2319
2171
  },
2320
2172
  },
2321
2173
  active: {
2322
2174
  $value: '{base.display.color.red.2}',
2323
2175
  $type: 'color',
2324
2176
  $extensions: {
2325
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2177
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2326
2178
  },
2327
2179
  },
2328
2180
  },
@@ -2331,21 +2183,21 @@
2331
2183
  $value: '{base.display.color.red.6}',
2332
2184
  $type: 'color',
2333
2185
  $extensions: {
2334
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2186
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2335
2187
  },
2336
2188
  },
2337
2189
  hover: {
2338
2190
  $value: '{base.display.color.red.7}',
2339
2191
  $type: 'color',
2340
2192
  $extensions: {
2341
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2193
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2342
2194
  },
2343
2195
  },
2344
2196
  active: {
2345
2197
  $value: '{base.display.color.red.8}',
2346
2198
  $type: 'color',
2347
2199
  $extensions: {
2348
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2200
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2349
2201
  },
2350
2202
  },
2351
2203
  },
@@ -2356,21 +2208,21 @@
2356
2208
  $value: '{base.display.color.yellow.0}',
2357
2209
  $type: 'color',
2358
2210
  $extensions: {
2359
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2211
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2360
2212
  },
2361
2213
  },
2362
2214
  hover: {
2363
2215
  $value: '{base.display.color.yellow.1}',
2364
2216
  $type: 'color',
2365
2217
  $extensions: {
2366
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2218
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2367
2219
  },
2368
2220
  },
2369
2221
  active: {
2370
2222
  $value: '{base.display.color.yellow.2}',
2371
2223
  $type: 'color',
2372
2224
  $extensions: {
2373
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2225
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2374
2226
  },
2375
2227
  },
2376
2228
  },
@@ -2379,21 +2231,21 @@
2379
2231
  $value: '{base.display.color.yellow.6}',
2380
2232
  $type: 'color',
2381
2233
  $extensions: {
2382
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2234
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2383
2235
  },
2384
2236
  },
2385
2237
  hover: {
2386
2238
  $value: '{base.display.color.yellow.7}',
2387
2239
  $type: 'color',
2388
2240
  $extensions: {
2389
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2241
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2390
2242
  },
2391
2243
  },
2392
2244
  active: {
2393
2245
  $value: '{base.display.color.yellow.8}',
2394
2246
  $type: 'color',
2395
2247
  $extensions: {
2396
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2248
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2397
2249
  },
2398
2250
  },
2399
2251
  },
@@ -2404,21 +2256,21 @@
2404
2256
  $value: '{base.display.color.gray.0}',
2405
2257
  $type: 'color',
2406
2258
  $extensions: {
2407
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2259
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2408
2260
  },
2409
2261
  },
2410
2262
  hover: {
2411
2263
  $value: '{base.display.color.gray.1}',
2412
2264
  $type: 'color',
2413
2265
  $extensions: {
2414
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2266
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2415
2267
  },
2416
2268
  },
2417
2269
  active: {
2418
2270
  $value: '{base.display.color.gray.2}',
2419
2271
  $type: 'color',
2420
2272
  $extensions: {
2421
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2273
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2422
2274
  },
2423
2275
  },
2424
2276
  },
@@ -2427,21 +2279,21 @@
2427
2279
  $value: '{base.display.color.gray.6}',
2428
2280
  $type: 'color',
2429
2281
  $extensions: {
2430
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2282
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2431
2283
  },
2432
2284
  },
2433
2285
  hover: {
2434
2286
  $value: '{base.display.color.gray.7}',
2435
2287
  $type: 'color',
2436
2288
  $extensions: {
2437
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2289
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2438
2290
  },
2439
2291
  },
2440
2292
  active: {
2441
2293
  $value: '{base.display.color.gray.8}',
2442
2294
  $type: 'color',
2443
2295
  $extensions: {
2444
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2296
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2445
2297
  },
2446
2298
  },
2447
2299
  },
@@ -2452,21 +2304,21 @@
2452
2304
  $value: '{base.display.color.auburn.0}',
2453
2305
  $type: 'color',
2454
2306
  $extensions: {
2455
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2307
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2456
2308
  },
2457
2309
  },
2458
2310
  hover: {
2459
2311
  $value: '{base.display.color.auburn.1}',
2460
2312
  $type: 'color',
2461
2313
  $extensions: {
2462
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2314
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2463
2315
  },
2464
2316
  },
2465
2317
  active: {
2466
2318
  $value: '{base.display.color.auburn.2}',
2467
2319
  $type: 'color',
2468
2320
  $extensions: {
2469
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2321
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2470
2322
  },
2471
2323
  },
2472
2324
  },
@@ -2475,21 +2327,21 @@
2475
2327
  $value: '{base.display.color.auburn.6}',
2476
2328
  $type: 'color',
2477
2329
  $extensions: {
2478
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2330
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2479
2331
  },
2480
2332
  },
2481
2333
  hover: {
2482
2334
  $value: '{base.display.color.auburn.7}',
2483
2335
  $type: 'color',
2484
2336
  $extensions: {
2485
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2337
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2486
2338
  },
2487
2339
  },
2488
2340
  active: {
2489
2341
  $value: '{base.display.color.auburn.8}',
2490
2342
  $type: 'color',
2491
2343
  $extensions: {
2492
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2344
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2493
2345
  },
2494
2346
  },
2495
2347
  },
@@ -2500,21 +2352,21 @@
2500
2352
  $value: '{base.display.color.brown.0}',
2501
2353
  $type: 'color',
2502
2354
  $extensions: {
2503
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2355
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2504
2356
  },
2505
2357
  },
2506
2358
  hover: {
2507
2359
  $value: '{base.display.color.brown.1}',
2508
2360
  $type: 'color',
2509
2361
  $extensions: {
2510
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2362
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2511
2363
  },
2512
2364
  },
2513
2365
  active: {
2514
2366
  $value: '{base.display.color.brown.2}',
2515
2367
  $type: 'color',
2516
2368
  $extensions: {
2517
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2369
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2518
2370
  },
2519
2371
  },
2520
2372
  },
@@ -2523,21 +2375,21 @@
2523
2375
  $value: '{base.display.color.brown.6}',
2524
2376
  $type: 'color',
2525
2377
  $extensions: {
2526
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2378
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2527
2379
  },
2528
2380
  },
2529
2381
  hover: {
2530
2382
  $value: '{base.display.color.brown.7}',
2531
2383
  $type: 'color',
2532
2384
  $extensions: {
2533
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2385
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2534
2386
  },
2535
2387
  },
2536
2388
  active: {
2537
2389
  $value: '{base.display.color.brown.8}',
2538
2390
  $type: 'color',
2539
2391
  $extensions: {
2540
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2392
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2541
2393
  },
2542
2394
  },
2543
2395
  },
@@ -2548,21 +2400,21 @@
2548
2400
  $value: '{base.display.color.lemon.0}',
2549
2401
  $type: 'color',
2550
2402
  $extensions: {
2551
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2403
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2552
2404
  },
2553
2405
  },
2554
2406
  hover: {
2555
2407
  $value: '{base.display.color.lemon.1}',
2556
2408
  $type: 'color',
2557
2409
  $extensions: {
2558
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2410
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2559
2411
  },
2560
2412
  },
2561
2413
  active: {
2562
2414
  $value: '{base.display.color.lemon.2}',
2563
2415
  $type: 'color',
2564
2416
  $extensions: {
2565
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2417
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2566
2418
  },
2567
2419
  },
2568
2420
  },
@@ -2571,21 +2423,21 @@
2571
2423
  $value: '{base.display.color.lemon.6}',
2572
2424
  $type: 'color',
2573
2425
  $extensions: {
2574
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2426
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2575
2427
  },
2576
2428
  },
2577
2429
  hover: {
2578
2430
  $value: '{base.display.color.lemon.7}',
2579
2431
  $type: 'color',
2580
2432
  $extensions: {
2581
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2433
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2582
2434
  },
2583
2435
  },
2584
2436
  active: {
2585
2437
  $value: '{base.display.color.lemon.8}',
2586
2438
  $type: 'color',
2587
2439
  $extensions: {
2588
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2440
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2589
2441
  },
2590
2442
  },
2591
2443
  },
@@ -2596,21 +2448,21 @@
2596
2448
  $value: '{base.display.color.olive.0}',
2597
2449
  $type: 'color',
2598
2450
  $extensions: {
2599
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2451
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2600
2452
  },
2601
2453
  },
2602
2454
  hover: {
2603
2455
  $value: '{base.display.color.olive.1}',
2604
2456
  $type: 'color',
2605
2457
  $extensions: {
2606
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2458
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2607
2459
  },
2608
2460
  },
2609
2461
  active: {
2610
2462
  $value: '{base.display.color.olive.2}',
2611
2463
  $type: 'color',
2612
2464
  $extensions: {
2613
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2465
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2614
2466
  },
2615
2467
  },
2616
2468
  },
@@ -2619,21 +2471,21 @@
2619
2471
  $value: '{base.display.color.olive.6}',
2620
2472
  $type: 'color',
2621
2473
  $extensions: {
2622
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2474
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2623
2475
  },
2624
2476
  },
2625
2477
  hover: {
2626
2478
  $value: '{base.display.color.olive.7}',
2627
2479
  $type: 'color',
2628
2480
  $extensions: {
2629
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2481
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2630
2482
  },
2631
2483
  },
2632
2484
  active: {
2633
2485
  $value: '{base.display.color.olive.8}',
2634
2486
  $type: 'color',
2635
2487
  $extensions: {
2636
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2488
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2637
2489
  },
2638
2490
  },
2639
2491
  },
@@ -2644,21 +2496,21 @@
2644
2496
  $value: '{base.display.color.lime.0}',
2645
2497
  $type: 'color',
2646
2498
  $extensions: {
2647
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2499
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2648
2500
  },
2649
2501
  },
2650
2502
  hover: {
2651
2503
  $value: '{base.display.color.lime.1}',
2652
2504
  $type: 'color',
2653
2505
  $extensions: {
2654
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2506
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2655
2507
  },
2656
2508
  },
2657
2509
  active: {
2658
2510
  $value: '{base.display.color.lime.2}',
2659
2511
  $type: 'color',
2660
2512
  $extensions: {
2661
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2513
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2662
2514
  },
2663
2515
  },
2664
2516
  },
@@ -2667,21 +2519,21 @@
2667
2519
  $value: '{base.display.color.lime.6}',
2668
2520
  $type: 'color',
2669
2521
  $extensions: {
2670
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2522
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2671
2523
  },
2672
2524
  },
2673
2525
  hover: {
2674
2526
  $value: '{base.display.color.lime.7}',
2675
2527
  $type: 'color',
2676
2528
  $extensions: {
2677
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2529
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2678
2530
  },
2679
2531
  },
2680
2532
  active: {
2681
2533
  $value: '{base.display.color.lime.8}',
2682
2534
  $type: 'color',
2683
2535
  $extensions: {
2684
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2536
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2685
2537
  },
2686
2538
  },
2687
2539
  },
@@ -2692,21 +2544,21 @@
2692
2544
  $value: '{base.display.color.pine.0}',
2693
2545
  $type: 'color',
2694
2546
  $extensions: {
2695
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2547
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2696
2548
  },
2697
2549
  },
2698
2550
  hover: {
2699
2551
  $value: '{base.display.color.pine.1}',
2700
2552
  $type: 'color',
2701
2553
  $extensions: {
2702
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2554
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2703
2555
  },
2704
2556
  },
2705
2557
  active: {
2706
2558
  $value: '{base.display.color.pine.2}',
2707
2559
  $type: 'color',
2708
2560
  $extensions: {
2709
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2561
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2710
2562
  },
2711
2563
  },
2712
2564
  },
@@ -2715,21 +2567,21 @@
2715
2567
  $value: '{base.display.color.pine.6}',
2716
2568
  $type: 'color',
2717
2569
  $extensions: {
2718
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2570
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2719
2571
  },
2720
2572
  },
2721
2573
  hover: {
2722
2574
  $value: '{base.display.color.pine.7}',
2723
2575
  $type: 'color',
2724
2576
  $extensions: {
2725
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2577
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2726
2578
  },
2727
2579
  },
2728
2580
  active: {
2729
2581
  $value: '{base.display.color.pine.8}',
2730
2582
  $type: 'color',
2731
2583
  $extensions: {
2732
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2584
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2733
2585
  },
2734
2586
  },
2735
2587
  },
@@ -2740,21 +2592,21 @@
2740
2592
  $value: '{base.display.color.teal.0}',
2741
2593
  $type: 'color',
2742
2594
  $extensions: {
2743
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2595
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2744
2596
  },
2745
2597
  },
2746
2598
  hover: {
2747
2599
  $value: '{base.display.color.teal.1}',
2748
2600
  $type: 'color',
2749
2601
  $extensions: {
2750
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2602
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2751
2603
  },
2752
2604
  },
2753
2605
  active: {
2754
2606
  $value: '{base.display.color.teal.2}',
2755
2607
  $type: 'color',
2756
2608
  $extensions: {
2757
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2609
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2758
2610
  },
2759
2611
  },
2760
2612
  },
@@ -2763,21 +2615,21 @@
2763
2615
  $value: '{base.display.color.teal.6}',
2764
2616
  $type: 'color',
2765
2617
  $extensions: {
2766
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2618
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2767
2619
  },
2768
2620
  },
2769
2621
  hover: {
2770
2622
  $value: '{base.display.color.teal.7}',
2771
2623
  $type: 'color',
2772
2624
  $extensions: {
2773
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2625
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2774
2626
  },
2775
2627
  },
2776
2628
  active: {
2777
2629
  $value: '{base.display.color.teal.8}',
2778
2630
  $type: 'color',
2779
2631
  $extensions: {
2780
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2632
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2781
2633
  },
2782
2634
  },
2783
2635
  },
@@ -2788,21 +2640,21 @@
2788
2640
  $value: '{base.display.color.cyan.0}',
2789
2641
  $type: 'color',
2790
2642
  $extensions: {
2791
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2643
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2792
2644
  },
2793
2645
  },
2794
2646
  hover: {
2795
2647
  $value: '{base.display.color.cyan.1}',
2796
2648
  $type: 'color',
2797
2649
  $extensions: {
2798
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2650
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2799
2651
  },
2800
2652
  },
2801
2653
  active: {
2802
2654
  $value: '{base.display.color.cyan.2}',
2803
2655
  $type: 'color',
2804
2656
  $extensions: {
2805
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2657
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2806
2658
  },
2807
2659
  },
2808
2660
  },
@@ -2811,21 +2663,21 @@
2811
2663
  $value: '{base.display.color.cyan.6}',
2812
2664
  $type: 'color',
2813
2665
  $extensions: {
2814
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2666
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2815
2667
  },
2816
2668
  },
2817
2669
  hover: {
2818
2670
  $value: '{base.display.color.cyan.7}',
2819
2671
  $type: 'color',
2820
2672
  $extensions: {
2821
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2673
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2822
2674
  },
2823
2675
  },
2824
2676
  active: {
2825
2677
  $value: '{base.display.color.cyan.8}',
2826
2678
  $type: 'color',
2827
2679
  $extensions: {
2828
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2680
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2829
2681
  },
2830
2682
  },
2831
2683
  },
@@ -2836,21 +2688,21 @@
2836
2688
  $value: '{base.display.color.indigo.0}',
2837
2689
  $type: 'color',
2838
2690
  $extensions: {
2839
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2691
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2840
2692
  },
2841
2693
  },
2842
2694
  hover: {
2843
2695
  $value: '{base.display.color.indigo.1}',
2844
2696
  $type: 'color',
2845
2697
  $extensions: {
2846
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2698
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2847
2699
  },
2848
2700
  },
2849
2701
  active: {
2850
2702
  $value: '{base.display.color.indigo.2}',
2851
2703
  $type: 'color',
2852
2704
  $extensions: {
2853
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2705
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2854
2706
  },
2855
2707
  },
2856
2708
  },
@@ -2859,21 +2711,21 @@
2859
2711
  $value: '{base.display.color.indigo.6}',
2860
2712
  $type: 'color',
2861
2713
  $extensions: {
2862
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2714
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2863
2715
  },
2864
2716
  },
2865
2717
  hover: {
2866
2718
  $value: '{base.display.color.indigo.7}',
2867
2719
  $type: 'color',
2868
2720
  $extensions: {
2869
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2721
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2870
2722
  },
2871
2723
  },
2872
2724
  active: {
2873
2725
  $value: '{base.display.color.indigo.8}',
2874
2726
  $type: 'color',
2875
2727
  $extensions: {
2876
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2728
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2877
2729
  },
2878
2730
  },
2879
2731
  },
@@ -2884,21 +2736,21 @@
2884
2736
  $value: '{base.display.color.blue.0}',
2885
2737
  $type: 'color',
2886
2738
  $extensions: {
2887
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2739
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2888
2740
  },
2889
2741
  },
2890
2742
  hover: {
2891
2743
  $value: '{base.display.color.blue.1}',
2892
2744
  $type: 'color',
2893
2745
  $extensions: {
2894
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2746
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2895
2747
  },
2896
2748
  },
2897
2749
  active: {
2898
2750
  $value: '{base.display.color.blue.2}',
2899
2751
  $type: 'color',
2900
2752
  $extensions: {
2901
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2753
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2902
2754
  },
2903
2755
  },
2904
2756
  },
@@ -2907,21 +2759,21 @@
2907
2759
  $value: '{base.display.color.blue.6}',
2908
2760
  $type: 'color',
2909
2761
  $extensions: {
2910
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2762
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2911
2763
  },
2912
2764
  },
2913
2765
  hover: {
2914
2766
  $value: '{base.display.color.blue.7}',
2915
2767
  $type: 'color',
2916
2768
  $extensions: {
2917
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2769
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2918
2770
  },
2919
2771
  },
2920
2772
  active: {
2921
2773
  $value: '{base.display.color.blue.8}',
2922
2774
  $type: 'color',
2923
2775
  $extensions: {
2924
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2776
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2925
2777
  },
2926
2778
  },
2927
2779
  },
@@ -2932,21 +2784,21 @@
2932
2784
  $value: '{base.display.color.plum.0}',
2933
2785
  $type: 'color',
2934
2786
  $extensions: {
2935
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2787
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2936
2788
  },
2937
2789
  },
2938
2790
  hover: {
2939
2791
  $value: '{base.display.color.plum.1}',
2940
2792
  $type: 'color',
2941
2793
  $extensions: {
2942
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2794
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2943
2795
  },
2944
2796
  },
2945
2797
  active: {
2946
2798
  $value: '{base.display.color.plum.2}',
2947
2799
  $type: 'color',
2948
2800
  $extensions: {
2949
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2801
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2950
2802
  },
2951
2803
  },
2952
2804
  },
@@ -2955,21 +2807,21 @@
2955
2807
  $value: '{base.display.color.plum.6}',
2956
2808
  $type: 'color',
2957
2809
  $extensions: {
2958
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2810
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2959
2811
  },
2960
2812
  },
2961
2813
  hover: {
2962
2814
  $value: '{base.display.color.plum.7}',
2963
2815
  $type: 'color',
2964
2816
  $extensions: {
2965
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2817
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2966
2818
  },
2967
2819
  },
2968
2820
  active: {
2969
2821
  $value: '{base.display.color.plum.8}',
2970
2822
  $type: 'color',
2971
2823
  $extensions: {
2972
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2824
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
2973
2825
  },
2974
2826
  },
2975
2827
  },
@@ -2980,21 +2832,21 @@
2980
2832
  $value: '{base.display.color.pink.0}',
2981
2833
  $type: 'color',
2982
2834
  $extensions: {
2983
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2835
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2984
2836
  },
2985
2837
  },
2986
2838
  hover: {
2987
2839
  $value: '{base.display.color.pink.1}',
2988
2840
  $type: 'color',
2989
2841
  $extensions: {
2990
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2842
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2991
2843
  },
2992
2844
  },
2993
2845
  active: {
2994
2846
  $value: '{base.display.color.pink.2}',
2995
2847
  $type: 'color',
2996
2848
  $extensions: {
2997
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2849
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
2998
2850
  },
2999
2851
  },
3000
2852
  },
@@ -3003,21 +2855,21 @@
3003
2855
  $value: '{base.display.color.pink.6}',
3004
2856
  $type: 'color',
3005
2857
  $extensions: {
3006
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2858
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
3007
2859
  },
3008
2860
  },
3009
2861
  hover: {
3010
2862
  $value: '{base.display.color.pink.7}',
3011
2863
  $type: 'color',
3012
2864
  $extensions: {
3013
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2865
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
3014
2866
  },
3015
2867
  },
3016
2868
  active: {
3017
2869
  $value: '{base.display.color.pink.8}',
3018
2870
  $type: 'color',
3019
2871
  $extensions: {
3020
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2872
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
3021
2873
  },
3022
2874
  },
3023
2875
  },
@@ -3028,21 +2880,21 @@
3028
2880
  $value: '{base.display.color.coral.0}',
3029
2881
  $type: 'color',
3030
2882
  $extensions: {
3031
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2883
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
3032
2884
  },
3033
2885
  },
3034
2886
  hover: {
3035
2887
  $value: '{base.display.color.coral.1}',
3036
2888
  $type: 'color',
3037
2889
  $extensions: {
3038
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2890
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
3039
2891
  },
3040
2892
  },
3041
2893
  active: {
3042
2894
  $value: '{base.display.color.coral.2}',
3043
2895
  $type: 'color',
3044
2896
  $extensions: {
3045
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['bgColor']},
2897
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['bgColor']},
3046
2898
  },
3047
2899
  },
3048
2900
  },
@@ -3051,21 +2903,21 @@
3051
2903
  $value: '{base.display.color.coral.6}',
3052
2904
  $type: 'color',
3053
2905
  $extensions: {
3054
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2906
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
3055
2907
  },
3056
2908
  },
3057
2909
  hover: {
3058
2910
  $value: '{base.display.color.coral.7}',
3059
2911
  $type: 'color',
3060
2912
  $extensions: {
3061
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2913
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
3062
2914
  },
3063
2915
  },
3064
2916
  active: {
3065
2917
  $value: '{base.display.color.coral.8}',
3066
2918
  $type: 'color',
3067
2919
  $extensions: {
3068
- 'org.primer.figma': {collection: 'mode', mode: 'light', group: 'component', scopes: ['fgColor']},
2920
+ 'org.primer.figma': {collection: 'mode', group: 'component', scopes: ['fgColor']},
3069
2921
  },
3070
2922
  },
3071
2923
  },
@@ -3078,7 +2930,6 @@
3078
2930
  $extensions: {
3079
2931
  'org.primer.figma': {
3080
2932
  collection: 'mode',
3081
- mode: 'light',
3082
2933
  group: 'component',
3083
2934
  scopes: ['bgColor'],
3084
2935
  },
@@ -3090,7 +2941,6 @@
3090
2941
  $extensions: {
3091
2942
  'org.primer.figma': {
3092
2943
  collection: 'mode',
3093
- mode: 'light',
3094
2944
  group: 'component',
3095
2945
  scopes: ['fgColor'],
3096
2946
  },