@total_onion/onion-library 2.0.147 → 2.0.149

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.
@@ -210,13 +210,6 @@ export default function carouselmultilayoutv3Js(options = {}) {
210
210
  }
211
211
  }
212
212
  );
213
- if (false) {
214
- import(
215
- 'Assets/js/blocks/carousel-multi-layout-v3/carousel-multi-layout-v3-extra.js'
216
- ).then((result) => {
217
- result.default();
218
- });
219
- }
220
213
  });
221
214
  } catch (error) {
222
215
  console.error(error);
@@ -1,5 +1,5 @@
1
- @use '../components/fields-core-mixins-v3/core-mixins-v3';
2
- @use '../components/fields-core-functions-v3/core-functions-v3';
1
+ @use '../fields-core-mixins-v3/core-mixins-v3';
2
+ @use '../fields-core-functions-v3/core-functions-v3';
3
3
  @use '../../breakpoints';
4
4
  .cocktail-recipe-v3 {
5
5
  pointer-events: all;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.147",
3
+ "version": "2.0.149",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {