@total_onion/onion-library 1.0.203 → 1.0.204

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.
@@ -7,7 +7,7 @@ const themePath =
7
7
 
8
8
  // Create the directory path for the target file
9
9
  const scssModulePath = path.join(themePath, 'assets/scss/modules');
10
- const scssFilePath = path.join(scssModulePath, 'dynamicBlocksPreview.scss');
10
+ const scssFilePath = path.join(scssModulePath, 'dynamicBlockScss-v3.scss');
11
11
 
12
12
  // Create directories if they don't exist
13
13
  fs.mkdirSync(scssModulePath, {recursive: true});
@@ -19,7 +19,7 @@ fs.writeFileSync(
19
19
  );
20
20
 
21
21
  const dynamicEntryPoints = globSync(
22
- `${themePath}/assets/scss/blocks/*.scss`
22
+ `${themePath}/assets/scss/blocks/*-v3.scss`
23
23
  ).map((path) => {
24
24
  const assetPath = path.replace(
25
25
  'assets/scss/blocks/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.0.203",
3
+ "version": "1.0.204",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {