@total_onion/onion-library 3.0.15 → 3.0.18
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/esbuild.mjs +3 -3
- package/package.json +1 -1
- package/public/block-accent-image-v3/accent-image-v3.css +2 -0
- package/public/block-accordion-v3/accordion-v3.css +375 -385
- package/public/block-back-to-top-button-v3/back-to-top-button-v3.css +60 -58
- package/public/block-betterreviews-display-v3/betterreviews-display-v3.css +1 -4
- package/public/block-block-interactions-v3/block-interactions-v3.css +30 -28
- package/public/block-carousel-multi-layout-v3/carousel-multi-layout-v3.css +157 -164
- package/public/block-cocktail-recipe-v3/cocktail-recipe-v3.css +8 -16
- package/public/block-cover-link-v3/cover-link-v3.css +1 -4
- package/public/block-divider-v3/divider-v3.css +0 -2
- package/public/block-featured-image-gallery-v3/featured-image-gallery-v3.css +0 -6
- package/public/block-form-selection-v3/form-selection-v3.css +1 -4
- package/public/block-gradient-layer-v3/gradient-layer-v3.css +3 -12
- package/public/block-group-container-v3/group-container-v3.css +0 -22
- package/public/block-market-selector-v3/market-selector-v3.css +0 -3
- package/public/block-post-info-v3/post-info-v3.css +1063 -1153
- package/public/block-product-info-v3/product-info-v3.css +13 -90
- package/public/block-scrolling-banner-v3/scrolling-banner-v3.css +85 -87
- package/public/block-section-separator-v3/section-separator-v3.css +0 -2
- package/public/block-single-column-container-v3/single-column-container-v3.css +0 -2
- package/public/block-single-responsive-image-v3/single-responsive-image-v3.css +1 -4
- package/public/block-site-copyright-notice-v3/site-copyright-notice-v3.css +16 -14
- package/public/block-site-title-and-tagline-v3/site-title-and-tagline-v3.css +0 -2
- package/public/block-standard-content-v3/standard-content-v3.css +4 -28
- package/public/block-sub-group-container-v3/sub-group-container-v3.css +0 -22
- package/public/block-video-content-v3/video-content-v3.css +2 -7
- package/public/jsAssets.mjs +3 -39
- package/public/publicBundleBase.css +1168 -1191
- package/removeBlock.js +9 -0
|
@@ -13,8 +13,6 @@
|
|
|
13
13
|
.featured-image-gallery-v3__featured-image-container {
|
|
14
14
|
perspective: 1000px;
|
|
15
15
|
grid-area: featured;
|
|
16
|
-
align-self: stretch;
|
|
17
|
-
justify-self: stretch;
|
|
18
16
|
place-self: stretch;
|
|
19
17
|
aspect-ratio: 1;
|
|
20
18
|
}
|
|
@@ -41,8 +39,6 @@
|
|
|
41
39
|
}
|
|
42
40
|
.featured-image-gallery-v3__featured-image-back {
|
|
43
41
|
display: grid;
|
|
44
|
-
align-items: center;
|
|
45
|
-
justify-items: center;
|
|
46
42
|
place-items: center;
|
|
47
43
|
background-color: var(--bally-blue-dark);
|
|
48
44
|
transform: rotateY(180deg);
|
|
@@ -67,8 +63,6 @@
|
|
|
67
63
|
}
|
|
68
64
|
.featured-image-gallery-v3__other-images {
|
|
69
65
|
grid-area: other;
|
|
70
|
-
align-self: stretch;
|
|
71
|
-
justify-self: stretch;
|
|
72
66
|
place-self: stretch;
|
|
73
67
|
display: grid;
|
|
74
68
|
aspect-ratio: 1;
|
|
@@ -5,10 +5,7 @@
|
|
|
5
5
|
}
|
|
6
6
|
.gradient-layer-v3__gradient-overlay-element {
|
|
7
7
|
position: absolute;
|
|
8
|
-
|
|
9
|
-
right: 0;
|
|
10
|
-
bottom: 0;
|
|
11
|
-
left: 0;
|
|
8
|
+
inset: 0;
|
|
12
9
|
z-index: var(--gradient-zindex);
|
|
13
10
|
grid-area: var(--gradient-grid-area);
|
|
14
11
|
}
|
|
@@ -17,10 +14,7 @@
|
|
|
17
14
|
content: "";
|
|
18
15
|
pointer-events: none;
|
|
19
16
|
position: absolute;
|
|
20
|
-
|
|
21
|
-
right: 0;
|
|
22
|
-
bottom: 0;
|
|
23
|
-
left: 0;
|
|
17
|
+
inset: 0;
|
|
24
18
|
opacity: var(--gradient-opacity);
|
|
25
19
|
}
|
|
26
20
|
.gradient-layer-v3__gradient-overlay-element::before {
|
|
@@ -44,9 +38,6 @@
|
|
|
44
38
|
background: var(--blur-colour);
|
|
45
39
|
backdrop-filter: blur(var(--blur-value));
|
|
46
40
|
position: absolute;
|
|
47
|
-
|
|
48
|
-
right: 0;
|
|
49
|
-
bottom: 0;
|
|
50
|
-
left: 0;
|
|
41
|
+
inset: 0;
|
|
51
42
|
z-index: var(--blur-zindex);
|
|
52
43
|
}
|
|
@@ -2,14 +2,10 @@
|
|
|
2
2
|
.group-container-v3 {
|
|
3
3
|
display: grid;
|
|
4
4
|
grid-template: "main"/1fr;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-items: center;
|
|
7
5
|
place-items: center;
|
|
8
6
|
}
|
|
9
7
|
.group-container-v3__grid-container {
|
|
10
8
|
grid-area: main;
|
|
11
|
-
align-self: stretch;
|
|
12
|
-
justify-self: stretch;
|
|
13
9
|
place-self: stretch;
|
|
14
10
|
}
|
|
15
11
|
.group-container-v3__grid-container.flex-layout-container {
|
|
@@ -87,16 +83,12 @@
|
|
|
87
83
|
.group-container-v3__grid-container.grid-layout-container.scroll-btns-desktop::scroll-button(left) {
|
|
88
84
|
content: "\25c4";
|
|
89
85
|
position: absolute;
|
|
90
|
-
align-self: center;
|
|
91
|
-
justify-self: flex-start;
|
|
92
86
|
place-self: center flex-start;
|
|
93
87
|
z-index: 50;
|
|
94
88
|
}
|
|
95
89
|
.group-container-v3__grid-container.grid-layout-container.scroll-btns-desktop::scroll-button(right) {
|
|
96
90
|
content: "\25ba";
|
|
97
91
|
position: absolute;
|
|
98
|
-
align-self: center;
|
|
99
|
-
justify-self: flex-end;
|
|
100
92
|
place-self: center flex-end;
|
|
101
93
|
z-index: 50;
|
|
102
94
|
}
|
|
@@ -127,16 +119,12 @@
|
|
|
127
119
|
.group-container-v3__grid-container.grid-layout-container.scroll-btns-portrait::scroll-button(left) {
|
|
128
120
|
content: "\25c4";
|
|
129
121
|
position: absolute;
|
|
130
|
-
align-self: center;
|
|
131
|
-
justify-self: flex-start;
|
|
132
122
|
place-self: center flex-start;
|
|
133
123
|
z-index: 50;
|
|
134
124
|
}
|
|
135
125
|
.group-container-v3__grid-container.grid-layout-container.scroll-btns-portrait::scroll-button(right) {
|
|
136
126
|
content: "\25ba";
|
|
137
127
|
position: absolute;
|
|
138
|
-
align-self: center;
|
|
139
|
-
justify-self: flex-end;
|
|
140
128
|
place-self: center flex-end;
|
|
141
129
|
z-index: 50;
|
|
142
130
|
}
|
|
@@ -167,16 +155,12 @@
|
|
|
167
155
|
.group-container-v3__grid-container.grid-layout-container.scroll-btns-mobile::scroll-button(left) {
|
|
168
156
|
content: "\25c4";
|
|
169
157
|
position: absolute;
|
|
170
|
-
align-self: center;
|
|
171
|
-
justify-self: flex-start;
|
|
172
158
|
place-self: center flex-start;
|
|
173
159
|
z-index: 50;
|
|
174
160
|
}
|
|
175
161
|
.group-container-v3__grid-container.grid-layout-container.scroll-btns-mobile::scroll-button(right) {
|
|
176
162
|
content: "\25ba";
|
|
177
163
|
position: absolute;
|
|
178
|
-
align-self: center;
|
|
179
|
-
justify-self: flex-end;
|
|
180
164
|
place-self: center flex-end;
|
|
181
165
|
z-index: 50;
|
|
182
166
|
}
|
|
@@ -265,8 +249,6 @@
|
|
|
265
249
|
z-index: var(--element-z-index, 5);
|
|
266
250
|
grid-row: var(--grid-row-start-mobile)/span var(--grid-row-span-mobile);
|
|
267
251
|
grid-column: var(--grid-column-start-mobile)/span var(--grid-column-span-mobile);
|
|
268
|
-
align-self: var(--grid-vertical-placement-mobile);
|
|
269
|
-
justify-self: var(--grid-horizontal-placement-mobile);
|
|
270
252
|
place-self: var(--grid-vertical-placement-mobile) var(--grid-horizontal-placement-mobile);
|
|
271
253
|
}
|
|
272
254
|
.group-container-v3__block-container.grid-layout-container:has(> .subgrid-layout-mobile) {
|
|
@@ -280,8 +262,6 @@
|
|
|
280
262
|
.group-container-v3__block-container.grid-layout-container {
|
|
281
263
|
grid-row: var(--grid-row-start-portrait)/span var(--grid-row-span-portrait);
|
|
282
264
|
grid-column: var(--grid-column-start-portrait)/span var(--grid-column-span-portrait);
|
|
283
|
-
align-self: var(--grid-vertical-placement-portrait);
|
|
284
|
-
justify-self: var(--grid-horizontal-placement-portrait);
|
|
285
265
|
place-self: var(--grid-vertical-placement-portrait) var(--grid-horizontal-placement-portrait);
|
|
286
266
|
}
|
|
287
267
|
.group-container-v3__block-container.grid-layout-container:has(> .subgrid-layout-portrait) {
|
|
@@ -296,8 +276,6 @@
|
|
|
296
276
|
.group-container-v3__block-container.grid-layout-container {
|
|
297
277
|
grid-row: var(--grid-row-start)/span var(--grid-row-span);
|
|
298
278
|
grid-column: var(--grid-column-start)/span var(--grid-column-span);
|
|
299
|
-
align-self: var(--grid-vertical-placement-desktop);
|
|
300
|
-
justify-self: var(--grid-horizontal-placement-desktop);
|
|
301
279
|
place-self: var(--grid-vertical-placement-desktop) var(--grid-horizontal-placement-desktop);
|
|
302
280
|
}
|
|
303
281
|
.group-container-v3__block-container.grid-layout-container:has(> .subgrid-layout-desktop) {
|
|
@@ -69,8 +69,6 @@
|
|
|
69
69
|
grid-template-columns: repeat(2, 1fr);
|
|
70
70
|
grid-auto-rows: auto;
|
|
71
71
|
text-transform: uppercase;
|
|
72
|
-
align-items: flex-start;
|
|
73
|
-
justify-items: flex-start;
|
|
74
72
|
place-items: flex-start;
|
|
75
73
|
grid-gap: calc(10 / var(--design-reference) * var(--screen-width));
|
|
76
74
|
gap: calc(10 / var(--design-reference) * var(--screen-width));
|
|
@@ -93,7 +91,6 @@
|
|
|
93
91
|
}
|
|
94
92
|
.market-selector-v3 a.market-selector-v3__market-link,
|
|
95
93
|
.market-selector-v3 a.market-selector-v3__market-link--active {
|
|
96
|
-
-webkit-text-decoration: none;
|
|
97
94
|
text-decoration: none;
|
|
98
95
|
color: #2d2926;
|
|
99
96
|
font-weight: 400;
|