@total_onion/onion-library 1.0.203 → 1.0.205
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/components/block-accent-image-v3/accent-image-v3-extra.scss +4 -5
- package/components/block-accordion-v3/accordion-v3-extra.scss +4 -5
- package/components/block-accordion-v3/accordion-v3.scss +29 -22
- package/components/block-betterreviews-display-v3/betterreviews-display-v3-extra.scss +4 -5
- package/components/block-betterreviews-display-v3/betterreviews-display-v3.scss +86 -65
- package/components/block-block-interactions-v3/block-interactions-v3.scss +2 -2
- package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3-extra.scss +2 -5
- package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.scss +3 -3
- package/components/block-cover-link-v3/cover-link-v3-extra.scss +1 -5
- package/components/block-divider-v3/divider-v3-extra.scss +2 -5
- package/components/block-divider-v3/divider-v3.scss +18 -6
- package/components/block-form-selection-v3/form-selection-v3-extra.scss +4 -5
- package/components/block-form-selection-v3/form-selection-v3.scss +2 -2
- package/components/block-gradient-layer-v3/gradient-layer-v3-extra.scss +4 -5
- package/components/block-group-container-v3/group-container-v3.js +0 -1
- package/components/block-group-container-v3/group-container-v3.scss +4 -7
- package/components/block-lottie-content-v3/lottie-content-v3-extra.scss +4 -5
- package/components/block-market-selector-v3/market-selector-v3-extra.scss +4 -5
- package/components/block-modal-form-v3/modal-form-v3-extra.scss +5 -4
- package/components/block-modal-form-v3/modal-form-v3.scss +3 -3
- package/components/block-post-info-v3/post-info-v3.scss +8 -8
- package/components/block-product-info-v3/product-info-v3.scss +6 -6
- package/components/block-section-separator-v3/section-separator-v3.scss +2 -2
- package/components/block-single-column-container-v3/single-column-container-v3-extra.scss +0 -4
- package/components/block-single-responsive-image-v3/single-responsive-image-v3-extra.scss +0 -4
- package/components/block-site-logo-container-v3/site-logo-container-v3-extra.scss +1 -5
- package/components/block-site-logo-container-v3/site-logo-container-v3.scss +2 -2
- package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3-extra.scss +1 -4
- package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.scss +2 -2
- package/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3-extra.scss +1 -5
- package/components/block-social-networks-v3/social-networks-v3-extra.scss +1 -5
- package/components/block-social-networks-v3/social-networks-v3.scss +4 -4
- package/components/block-spacer-v3/spacer-v3.scss +1 -1
- package/components/block-standard-content-v3/standard-content-v3-extra.scss +0 -6
- package/components/block-standard-content-v3/standard-content-v3.scss +1 -1
- package/components/block-sub-group-container-v3/sub-group-container-v3.scss +3 -3
- package/components/block-video-content-v3/video-content-v3-extra.scss +1 -5
- package/components/component-accent-text-v3/accent-text-v3-extra.scss +0 -4
- package/components/component-accent-text-v3/accent-text-v3.scss +2 -2
- package/components/component-animations-v3/animations-v3.scss +3 -5
- package/components/component-content-container-settings-v3/content-container-settings-v3.scss +2 -2
- package/components/component-content-container-v3/content-container-v3.scss +1 -1
- package/components/component-element-positioning-v3/element-positioning-v3.scss +1 -1
- package/components/component-flex-layout-container-v3/flex-layout-container-v3.scss +2 -2
- package/components/component-grid-layout-container-v3/grid-layout-container-v3.scss +2 -2
- package/components/component-grid-layout-element-v3/grid-layout-element-v3.scss +1 -1
- package/components/component-nav-menu-v3/nav-menu-v3.scss +1 -1
- package/components/fields-animations-v3/animations-v3.scss +3 -5
- package/components/fields-core-css-sizing-vars-v3/core-css-sizing-vars-v3.scss +2 -3
- package/components/fields-core-generic-v3/core-generic-v3.scss +1 -1
- package/components/fields-core-mixins-v3/core-mixins-v3.scss +1 -1
- package/components/fields-core-root-variables-v3/core-root-variables-v3.scss +1 -1
- package/components/fields-core-typography-mixins-v3/core-typography-mixins-v3.scss +2 -2
- package/components/fields-core-typography-v3/core-typography-v3.scss +2 -2
- package/{createPreviewScss.js → createDynamicBlockScss-v3.js} +2 -2
- package/package.json +1 -1
- package/public/publicbundlecss.css +1 -1
- package/public/publicbundlecss.css.map +1 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
@use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
-
@use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
-
@use 'Assets/scss/theme/breakpoints';
|
|
1
|
+
// @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
+
// @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
+
// @use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@mixin additionalStyles() {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
3
|
-
@use 'Assets/scss/theme/breakpoints';
|
|
1
|
+
// @use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
// @use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
|
+
// @use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@mixin additionalStyles() {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
}
|
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-content-container-settings-v3/content-container-settings-v3';
|
|
3
4
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
5
|
@use 'Assets/scss/blocks/accordion-v3/accordion-v3-extra';
|
|
5
|
-
@use 'Assets/scss/modules/library-modules/content-container-settings-v3/content-container-settings-v3';
|
|
6
6
|
|
|
7
7
|
.accordion-v3 {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
8
|
+
@include content-container-settings-v3.contentContainerSettingsV3();
|
|
9
|
+
width: 100%;
|
|
10
|
+
pointer-events: all;
|
|
11
|
+
display: flex;
|
|
12
|
+
flex-direction: column;
|
|
13
|
+
gap: core-functions-v3.fluidSize(var(--title-gap), 'mobile');
|
|
14
|
+
@include core-mixins-v3.device(breakpoints.$tabPortrait) {
|
|
15
|
+
gap: core-functions-v3.fluidSize(var(--title-gap), 'portrait');
|
|
16
|
+
}
|
|
17
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
18
|
+
gap: core-functions-v3.fluidSize(var(--title-gap), 'desktop');
|
|
19
|
+
}
|
|
21
20
|
|
|
22
21
|
&-wrapper {
|
|
23
22
|
text-align: initial;
|
|
@@ -38,21 +37,29 @@
|
|
|
38
37
|
}
|
|
39
38
|
|
|
40
39
|
&__content-container {
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
padding: core-functions-v3.fluidSize(10, 'static')
|
|
41
|
+
core-functions-v3.fluidSize(50, 'static')
|
|
42
|
+
core-functions-v3.fluidSize(10, 'static') 0;
|
|
43
|
+
}
|
|
43
44
|
|
|
44
45
|
&-image-wrapper {
|
|
45
46
|
grid-area: icon;
|
|
46
47
|
position: absolute;
|
|
47
|
-
right: core-functions-v3.fluidSize(2,'static');
|
|
48
|
+
right: core-functions-v3.fluidSize(2, 'static');
|
|
48
49
|
width: core-functions-v3.fluidSize(var(--image-icon-size), 'mobile');
|
|
49
50
|
|
|
50
51
|
@include core-mixins-v3.device(breakpoints.$tabPortrait) {
|
|
51
|
-
width: core-functions-v3.fluidSize(
|
|
52
|
+
width: core-functions-v3.fluidSize(
|
|
53
|
+
var(--image-icon-size),
|
|
54
|
+
'portrait'
|
|
55
|
+
);
|
|
52
56
|
}
|
|
53
57
|
|
|
54
58
|
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
55
|
-
width: core-functions-v3.fluidSize(
|
|
59
|
+
width: core-functions-v3.fluidSize(
|
|
60
|
+
var(--image-icon-size),
|
|
61
|
+
'desktop'
|
|
62
|
+
);
|
|
56
63
|
}
|
|
57
64
|
|
|
58
65
|
img {
|
|
@@ -186,4 +193,4 @@
|
|
|
186
193
|
}
|
|
187
194
|
}
|
|
188
195
|
|
|
189
|
-
@include accordion-v3-extra.additionalStyles();
|
|
196
|
+
@include accordion-v3-extra.additionalStyles();
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
@use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
-
@use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
-
@use 'Assets/scss/theme/breakpoints';
|
|
1
|
+
// @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
+
// @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
+
// @use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@mixin additionalStyles() {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
}
|
|
@@ -1,75 +1,96 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
3
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@use 'Assets/scss/blocks/betterreviews-display-v3/betterreviews-display-v3-extra';
|
|
5
5
|
|
|
6
6
|
.betterreviews-display-v3 {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
7
|
+
.better-reviews__average {
|
|
8
|
+
.better-reviews__criteria-stars {
|
|
9
|
+
--star-count: 5;
|
|
10
|
+
--star-size: 16px;
|
|
11
|
+
--better-reviews-star-width: calc(
|
|
12
|
+
var(--star-count) * var(--star-size) + (var(--star-count) - 1) *
|
|
13
|
+
0px
|
|
14
|
+
);
|
|
15
|
+
opacity: 0;
|
|
16
|
+
animation: slide-reveal-right 1s 0.5s ease-out forwards;
|
|
17
|
+
position: relative;
|
|
18
|
+
width: var(--better-reviews-star-width);
|
|
19
|
+
height: var(--star-size);
|
|
20
|
+
mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.86 26'><path d='M27.86,10.12l-7.24,6.46,1.99,9.42-8.68-4.71-8.68,4.54,1.99-9.43L0,9.95l9.77-1.22L13.93,0l4.16,8.73,9.77,1.4Z'/></svg>");
|
|
21
|
+
mask-repeat: repeat-x;
|
|
22
|
+
mask-size: var(--star-size) auto;
|
|
23
|
+
mask-position: left 33%;
|
|
24
|
+
background: transparent;
|
|
22
25
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
26
|
+
&::before {
|
|
27
|
+
content: '';
|
|
28
|
+
position: absolute;
|
|
29
|
+
inset: 0;
|
|
30
|
+
background: linear-gradient(
|
|
31
|
+
90deg,
|
|
32
|
+
#44271c 0%,
|
|
33
|
+
#dabb9c 32%,
|
|
34
|
+
#e5c29d 38%,
|
|
35
|
+
#ebc79f 45%,
|
|
36
|
+
#7a4a36 74%,
|
|
37
|
+
#89563e 81%,
|
|
38
|
+
#9d6749 92%,
|
|
39
|
+
#a56d4e 100%
|
|
40
|
+
);
|
|
41
|
+
background-clip: content-box;
|
|
42
|
+
mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.86 26'><path d='M27.86,10.12l-7.24,6.46,1.99,9.42-8.68-4.71-8.68,4.54,1.99-9.43L0,9.95l9.77-1.22L13.93,0l4.16,8.73,9.77,1.4Z'/></svg>");
|
|
43
|
+
mask-repeat: repeat-x;
|
|
44
|
+
mask-size: var(--star-size) auto;
|
|
45
|
+
mask-position: left 33%;
|
|
46
|
+
}
|
|
43
47
|
|
|
44
|
-
|
|
48
|
+
&.better-reviews__star_05::before {
|
|
49
|
+
padding-right: calc(var(--better-reviews-star-width) * 0.911);
|
|
50
|
+
}
|
|
51
|
+
&.better-reviews__star_10::before {
|
|
52
|
+
padding-right: calc(var(--better-reviews-star-width) * 0.8);
|
|
53
|
+
}
|
|
54
|
+
&.better-reviews__star_15::before {
|
|
55
|
+
padding-right: calc(var(--better-reviews-star-width) * 0.702);
|
|
56
|
+
}
|
|
57
|
+
&.better-reviews__star_20::before {
|
|
58
|
+
padding-right: calc(var(--better-reviews-star-width) * 0.6);
|
|
59
|
+
}
|
|
60
|
+
&.better-reviews__star_25::before {
|
|
61
|
+
padding-right: calc(var(--better-reviews-star-width) * 0.5);
|
|
62
|
+
}
|
|
63
|
+
&.better-reviews__star_30::before {
|
|
64
|
+
padding-right: calc(var(--better-reviews-star-width) * 0.4);
|
|
65
|
+
}
|
|
66
|
+
&.better-reviews__star_35::before {
|
|
67
|
+
padding-right: calc(var(--better-reviews-star-width) * 0.298);
|
|
68
|
+
}
|
|
69
|
+
&.better-reviews__star_40::before {
|
|
70
|
+
padding-right: calc(var(--better-reviews-star-width) * 0.2);
|
|
71
|
+
}
|
|
72
|
+
&.better-reviews__star_45::before {
|
|
73
|
+
padding-right: calc(var(--better-reviews-star-width) * 0.1);
|
|
74
|
+
}
|
|
75
|
+
&.better-reviews__star_50::before {
|
|
76
|
+
padding-right: 0;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
45
80
|
|
|
46
|
-
|
|
47
|
-
&.better-reviews__star_10::before { padding-right: calc(var(--better-reviews-star-width) * 0.8); }
|
|
48
|
-
&.better-reviews__star_15::before { padding-right: calc(var(--better-reviews-star-width) * 0.702); }
|
|
49
|
-
&.better-reviews__star_20::before { padding-right: calc(var(--better-reviews-star-width) * 0.6); }
|
|
50
|
-
&.better-reviews__star_25::before { padding-right: calc(var(--better-reviews-star-width) * 0.5); }
|
|
51
|
-
&.better-reviews__star_30::before { padding-right: calc(var(--better-reviews-star-width) * 0.4); }
|
|
52
|
-
&.better-reviews__star_35::before { padding-right: calc(var(--better-reviews-star-width) * 0.298); }
|
|
53
|
-
&.better-reviews__star_40::before { padding-right: calc(var(--better-reviews-star-width) * 0.2); }
|
|
54
|
-
&.better-reviews__star_45::before { padding-right: calc(var(--better-reviews-star-width) * 0.10); }
|
|
55
|
-
&.better-reviews__star_50::before { padding-right: 0; }
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@include betterreviews-display-v3-extra.additionalStyles();
|
|
81
|
+
@include betterreviews-display-v3-extra.additionalStyles();
|
|
60
82
|
}
|
|
61
83
|
|
|
62
|
-
|
|
63
84
|
@keyframes slide-reveal-right {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
85
|
+
from {
|
|
86
|
+
clip-path: inset(0 100% 0 0);
|
|
87
|
+
opacity: 0;
|
|
88
|
+
}
|
|
89
|
+
25% {
|
|
90
|
+
opacity: 1;
|
|
91
|
+
}
|
|
92
|
+
100% {
|
|
93
|
+
clip-path: inset(0 0 0 0);
|
|
94
|
+
opacity: 1;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
3
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@use 'Assets/scss/blocks/block-interactions-v3/block-interactions-v3-extra';
|
|
5
5
|
.block-interactions-v3 {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// LIBRARY FILE - Do not modify/override here as your changes will be lost when the package is updated.
|
|
2
|
-
@use '
|
|
3
|
-
@use '
|
|
4
|
-
@use '
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
3
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
4
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-element-positioning-v3/element-positioning-v3';
|
|
5
5
|
@use 'Assets/scss/theme/breakpoints';
|
|
6
6
|
@use 'Assets/scss/blocks/carousel-multi-layout-v3/carousel-multi-layout-v3-extra';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// LIBRARY FILE - Do not modify/override here as your changes will be lost when the package is updated.
|
|
2
|
-
@use '
|
|
3
|
-
@use '
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
3
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
4
4
|
@use 'Assets/scss/theme/breakpoints';
|
|
5
5
|
@use 'Assets/scss/blocks/divider-v3/divider-v3-extra';
|
|
6
6
|
|
|
@@ -57,8 +57,14 @@
|
|
|
57
57
|
);
|
|
58
58
|
|
|
59
59
|
@include core-mixins-v3.device(breakpoints.$tabPortrait) {
|
|
60
|
-
height: core-functions-v3.fluidSize(
|
|
61
|
-
|
|
60
|
+
height: core-functions-v3.fluidSize(
|
|
61
|
+
var(--divider-v3-height),
|
|
62
|
+
'portrait'
|
|
63
|
+
);
|
|
64
|
+
width: core-functions-v3.fluidSize(
|
|
65
|
+
var(--divider-v3-width),
|
|
66
|
+
'portrait'
|
|
67
|
+
);
|
|
62
68
|
max-width: core-functions-v3.fluidSize(
|
|
63
69
|
var(--divider-v3-max-width-portrait),
|
|
64
70
|
'portrait'
|
|
@@ -70,8 +76,14 @@
|
|
|
70
76
|
}
|
|
71
77
|
|
|
72
78
|
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
73
|
-
height: core-functions-v3.fluidSize(
|
|
74
|
-
|
|
79
|
+
height: core-functions-v3.fluidSize(
|
|
80
|
+
var(--divider-v3-height),
|
|
81
|
+
'desktop'
|
|
82
|
+
);
|
|
83
|
+
width: core-functions-v3.fluidSize(
|
|
84
|
+
var(--divider-v3-width),
|
|
85
|
+
'desktop'
|
|
86
|
+
);
|
|
75
87
|
max-width: core-functions-v3.fluidSize(
|
|
76
88
|
var(--divider-v3-max-width-desktop),
|
|
77
89
|
'desktop'
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
@use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
-
@use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
-
@use 'Assets/scss/theme/breakpoints';
|
|
1
|
+
// @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
+
// @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
+
// @use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@mixin additionalStyles() {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
3
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@use 'Assets/scss/blocks/form-selection-v3/form-selection-v3-extra';
|
|
5
5
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
@use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
-
@use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
-
@use 'Assets/scss/theme/breakpoints';
|
|
1
|
+
// @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
+
// @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
+
// @use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@mixin additionalStyles() {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
@use '
|
|
3
|
-
@use '
|
|
4
|
-
@use 'Assets/scss/modules/library-modules/flex-layout-container-v3/flex-layout-container-v3';
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-grid-layout-element-v3/grid-layout-element-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-grid-layout-container-v3/grid-layout-container-v3';
|
|
3
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-flex-layout-container-v3/flex-layout-container-v3';
|
|
5
4
|
@use 'Assets/scss/blocks/group-container-v3/group-container-v3-extra';
|
|
6
5
|
|
|
7
6
|
.group-container-v3 {
|
|
@@ -24,9 +23,7 @@
|
|
|
24
23
|
&.grid-layout-container {
|
|
25
24
|
@include grid-layout-element-v3.gridLayoutElement();
|
|
26
25
|
}
|
|
27
|
-
&:has(
|
|
28
|
-
.video-content-v3__video-container.video-playing.video-playing--high-z-index
|
|
29
|
-
) {
|
|
26
|
+
&:has(.video-content-v3__video-container.video-playing.video-playing--high-z-index) {
|
|
30
27
|
z-index: 50;
|
|
31
28
|
}
|
|
32
29
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
@use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
-
@use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
-
@use 'Assets/scss/theme/breakpoints';
|
|
1
|
+
// @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
+
// @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
+
// @use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@mixin additionalStyles() {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
@use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
-
@use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
-
@use 'Assets/scss/theme/breakpoints';
|
|
1
|
+
// @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
|
+
// @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
|
+
// @use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@mixin additionalStyles() {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
3
|
-
@use 'Assets/scss/theme/breakpoints';
|
|
4
|
-
@mixin additionalStyles() {
|
|
1
|
+
// @use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
// @use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
|
+
// @use 'Assets/scss/theme/breakpoints';
|
|
4
|
+
@mixin additionalStyles() {
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
3
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@use 'Assets/scss/blocks/modal-form-v3/modal-form-v3-extra';
|
|
5
5
|
.modal-form-v3 {
|
|
6
6
|
@include modal-form-v3-extra.additionalStyles();
|
|
7
|
-
}
|
|
7
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
3
|
-
@use '
|
|
4
|
-
@use '
|
|
5
|
-
@use '
|
|
6
|
-
@use '
|
|
7
|
-
@use 'Assets/scss/modules/library-modules/element-positioning-v3/element-positioning-v3';
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-content-container-settings-v3/content-container-settings-v3';
|
|
4
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-grid-layout-container-v3/grid-layout-container-v3';
|
|
5
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-grid-layout-element-v3/grid-layout-element-v3';
|
|
6
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-element-positioning-v3/element-positioning-v3';
|
|
8
7
|
@use 'Assets/scss/modules/library-modules/gradient-overlay/gradient-overlay';
|
|
9
8
|
@use 'Assets/scss/modules/library-modules/social-media-share/social-media-share';
|
|
10
9
|
@use 'Assets/scss/modules/library-modules/better-reviews/better-reviews';
|
|
11
|
-
@use 'Assets/scss/
|
|
10
|
+
@use 'Assets/scss/blocks/post-info-v3/post-info-v3-extra';
|
|
11
|
+
@use 'Assets/scss/theme/breakpoints';
|
|
12
12
|
|
|
13
13
|
.post-info-v3 {
|
|
14
14
|
display: grid;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
3
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@use 'Assets/scss/blocks/product-info-v3/product-info-v3-extra';
|
|
5
|
-
@use '
|
|
6
|
-
@use '
|
|
7
|
-
@use '
|
|
5
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-grid-layout-container-v3/grid-layout-container-v3';
|
|
6
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-grid-layout-element-v3/grid-layout-element-v3';
|
|
7
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-element-positioning-v3/element-positioning-v3';
|
|
8
8
|
@use 'Assets/scss/modules/library-modules/gradient-overlay/gradient-overlay';
|
|
9
|
-
@use '
|
|
9
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-content-container-settings-v3/content-container-settings-v3';
|
|
10
10
|
|
|
11
11
|
.product-info-v3 {
|
|
12
12
|
display: grid;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
3
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
|
|
5
5
|
.section-separator-v3 {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
3
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@use 'Assets/scss/blocks/site-logo-container-v3/site-logo-container-v3-extra';
|
|
5
5
|
.site-logo-container-v3 {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
3
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@use 'Assets/scss/blocks/site-title-and-tagline-v3/site-title-and-tagline-v3-extra';
|
|
5
5
|
|