@lls/vitescripts 2.0.6 → 2.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/vitescripts",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "lls vite plugins",
5
5
  "main": "src/index.mjs",
6
6
  "files": [
@@ -28,7 +28,7 @@ const llsCssModuleMacroPlugin = async ({ themeIsFreeMode, themeIsDarkMode, theme
28
28
  return undefined
29
29
  }
30
30
  return src
31
- .replace(/\${(Body[123]|Heading[123])}/g, (__, cap) => kitBag[cap])
31
+ .replace(/\${(Body[123]|Heading[1234]|Button[12]|Supporting|RippleEffect)}/g, (__, cap) => kitBag[cap])
32
32
  .replace(/\${getFluidSize\({(.*?)}\)}/gs, (__, cap) => {
33
33
  const args = {
34
34
  minViewport: 320, // BREAKPOINT_XXS