@total_onion/onion-library 2.0.25 → 2.0.26

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.
@@ -201,11 +201,11 @@ export default function carouselmultilayoutv3Js(options = {}) {
201
201
  }
202
202
  }
203
203
  );
204
- if (true) {
204
+ if (false) {
205
205
  import(
206
206
  'Assets/js/blocks/carousel-multi-layout-v3/carousel-multi-layout-v3-extra.js'
207
207
  ).then((result) => {
208
- result.default()
208
+ result.default();
209
209
  });
210
210
  }
211
211
  });
@@ -2,7 +2,7 @@
2
2
  @use '../fields-core-functions-v3/core-functions-v3';
3
3
  @use '../component-element-positioning-v3/element-positioning-v3';
4
4
  @use '../../breakpoints';
5
- // @use '../../node_modules/swiper/swiper-bundle.min.css';
5
+ @use 'NodeModules/swiper/swiper-bundle.min.css';
6
6
 
7
7
  .carousel-multi-layout-v3 {
8
8
  display: grid;
@@ -124,8 +124,7 @@
124
124
  var(--content-box-left-padding-mult)
125
125
  );
126
126
  margin: calc(
127
- var(--global-inline-spacing) *
128
- var(--content-box-top-margin)
127
+ var(--global-inline-spacing) * var(--content-box-top-margin)
129
128
  )
130
129
  calc(
131
130
  var(--global-inline-spacing) *
@@ -143,6 +142,9 @@
143
142
 
144
143
  @include box-shadow-v3.boxShadow();
145
144
  }
145
+ &__content-container {
146
+ width: 100%;
147
+ }
146
148
  &__content-box {
147
149
  max-width: var(--wysiwyg-max-width-mobile);
148
150
  margin-inline: auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {