@total_onion/onion-library 2.0.25 → 2.0.27
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 (
|
|
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
|
-
|
|
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,7 +142,8 @@
|
|
|
143
142
|
|
|
144
143
|
@include box-shadow-v3.boxShadow();
|
|
145
144
|
}
|
|
146
|
-
&__content-box
|
|
145
|
+
&__content-box,
|
|
146
|
+
&__content-container {
|
|
147
147
|
max-width: var(--wysiwyg-max-width-mobile);
|
|
148
148
|
margin-inline: auto;
|
|
149
149
|
display: grid;
|