@levo-so/blocks 0.1.58 → 0.1.60
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/package.json +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -11,24 +11,55 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
const
|
|
15
|
-
id: "
|
|
16
|
-
|
|
14
|
+
const MEDIA_1 = {
|
|
15
|
+
id: "n3q3FfSsUC2mq",
|
|
16
|
+
filename: "features-4-1.png",
|
|
17
17
|
kind: "image",
|
|
18
|
+
location:
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt.png",
|
|
20
|
+
srcset: {
|
|
21
|
+
"1080w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1080w.webp",
|
|
23
|
+
"1200w":
|
|
24
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1200w.webp",
|
|
25
|
+
"1920w":
|
|
26
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1920w.webp",
|
|
27
|
+
"320w":
|
|
28
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-320w.webp",
|
|
29
|
+
"640w":
|
|
30
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-640w.webp",
|
|
31
|
+
"750w":
|
|
32
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-750w.webp",
|
|
33
|
+
"828w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-828w.webp",
|
|
35
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1080w.webp 1080w",
|
|
36
|
+
},
|
|
18
37
|
mimetype: "image/png",
|
|
38
|
+
};
|
|
39
|
+
const MEDIA_VARIANT_1_1 = {
|
|
40
|
+
id: "yCrPm3F9zmfQQ",
|
|
41
|
+
filename: "features-4-variant-1-1.png",
|
|
42
|
+
kind: "image",
|
|
43
|
+
location:
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW.png",
|
|
19
45
|
srcset: {
|
|
20
46
|
"1080w":
|
|
21
|
-
"https://
|
|
47
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1080w.webp",
|
|
22
48
|
"1200w":
|
|
23
|
-
"https://
|
|
49
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1200w.webp",
|
|
24
50
|
"1920w":
|
|
25
|
-
"https://
|
|
26
|
-
"320w":
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
51
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1920w.webp",
|
|
52
|
+
"320w":
|
|
53
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-320w.webp",
|
|
54
|
+
"640w":
|
|
55
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-640w.webp",
|
|
56
|
+
"750w":
|
|
57
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-750w.webp",
|
|
58
|
+
"828w":
|
|
59
|
+
"https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-828w.webp",
|
|
60
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-640w.webp 640w",
|
|
31
61
|
},
|
|
62
|
+
mimetype: "image/png",
|
|
32
63
|
};
|
|
33
64
|
|
|
34
65
|
const DEFAULT_CONTENT = {
|
|
@@ -101,7 +132,101 @@ const DEFAULT_CONTENT = {
|
|
|
101
132
|
],
|
|
102
133
|
|
|
103
134
|
// Right product image
|
|
104
|
-
product_image:
|
|
135
|
+
product_image: MEDIA_1,
|
|
136
|
+
|
|
137
|
+
// CTA buttons
|
|
138
|
+
ctas_levoGroup: null,
|
|
139
|
+
ctas: [
|
|
140
|
+
{
|
|
141
|
+
cta: "Get Started",
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
cta: "Learn More",
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
};
|
|
148
|
+
const DEFAULT_CONTENT_VARIANT_1_1 = {
|
|
149
|
+
layout: null,
|
|
150
|
+
container: null,
|
|
151
|
+
content_wrapper: null,
|
|
152
|
+
header_section: null,
|
|
153
|
+
title: "Enterprise Solutions Overview",
|
|
154
|
+
subtitle: "Comprehensive Business Technology Platform",
|
|
155
|
+
|
|
156
|
+
// Left specifications area
|
|
157
|
+
specifications_wrapper: null,
|
|
158
|
+
specifications: [
|
|
159
|
+
{
|
|
160
|
+
spec_item: null,
|
|
161
|
+
icon: DUMMY_ICON,
|
|
162
|
+
value: "99.9%",
|
|
163
|
+
label: "Uptime Guarantee",
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
spec_item: null,
|
|
167
|
+
icon: DUMMY_ICON,
|
|
168
|
+
value: "24/7",
|
|
169
|
+
label: "Customer Support",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
spec_item: null,
|
|
173
|
+
icon: DUMMY_ICON,
|
|
174
|
+
value: "256-bit",
|
|
175
|
+
label: "Encryption Standard",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
spec_item: null,
|
|
179
|
+
icon: DUMMY_ICON,
|
|
180
|
+
value: "10,000+",
|
|
181
|
+
label: "Active Users",
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
spec_item: null,
|
|
185
|
+
icon: DUMMY_ICON,
|
|
186
|
+
value: "50TB",
|
|
187
|
+
label: "Storage Capacity",
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
spec_item: null,
|
|
191
|
+
icon: DUMMY_ICON,
|
|
192
|
+
value: "12 Months",
|
|
193
|
+
label: "Warranty Period",
|
|
194
|
+
},
|
|
195
|
+
],
|
|
196
|
+
|
|
197
|
+
// Specifications 2 section
|
|
198
|
+
specifications_2_wrapper: null,
|
|
199
|
+
specifications_2_title: "Service Level Agreements",
|
|
200
|
+
specifications_2_description:
|
|
201
|
+
"We believe in simple, science-backed nutrition that creates lasting change. Here’s what sets us apart:",
|
|
202
|
+
specifications_2: [
|
|
203
|
+
{
|
|
204
|
+
spec_2_item: null,
|
|
205
|
+
icon: DUMMY_ICON,
|
|
206
|
+
value: "Response Time: 4 hours | Resolution: 24 hours",
|
|
207
|
+
label: "Critical Issue Support",
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
spec_2_item: null,
|
|
211
|
+
icon: DUMMY_ICON,
|
|
212
|
+
value: "Response Time: 8 hours | Resolution: 48 hours",
|
|
213
|
+
label: "Standard Issue Support",
|
|
214
|
+
},
|
|
215
|
+
],
|
|
216
|
+
|
|
217
|
+
// Right product image
|
|
218
|
+
product_image: MEDIA_VARIANT_1_1,
|
|
219
|
+
|
|
220
|
+
// CTA buttons
|
|
221
|
+
ctas_levoGroup: null,
|
|
222
|
+
ctas: [
|
|
223
|
+
{
|
|
224
|
+
cta: "Get Started",
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
cta: "Learn More",
|
|
228
|
+
},
|
|
229
|
+
],
|
|
105
230
|
};
|
|
106
231
|
|
|
107
232
|
export type IFeatures4Content = typeof DEFAULT_CONTENT;
|
|
@@ -309,9 +434,17 @@ export const Features4: IBlock = {
|
|
|
309
434
|
],
|
|
310
435
|
},
|
|
311
436
|
{
|
|
312
|
-
key: "
|
|
313
|
-
label: "CTA",
|
|
314
|
-
field_interface: "
|
|
437
|
+
key: "ctas",
|
|
438
|
+
label: "CTA Buttons Group",
|
|
439
|
+
field_interface: "BoxWidget",
|
|
440
|
+
kind: "group",
|
|
441
|
+
fields: [
|
|
442
|
+
{
|
|
443
|
+
key: "cta",
|
|
444
|
+
label: "CTA Button",
|
|
445
|
+
field_interface: "ButtonWidget",
|
|
446
|
+
},
|
|
447
|
+
],
|
|
315
448
|
},
|
|
316
449
|
{
|
|
317
450
|
key: "product_image",
|
|
@@ -331,28 +464,8 @@ export const Features4: IBlock = {
|
|
|
331
464
|
title: "Default",
|
|
332
465
|
key: "default",
|
|
333
466
|
styles: {
|
|
334
|
-
layout: {
|
|
335
|
-
|
|
336
|
-
"padding-top": "5xl",
|
|
337
|
-
"padding-bottom": "5xl",
|
|
338
|
-
"padding-left": "8xl",
|
|
339
|
-
"padding-right": "8xl",
|
|
340
|
-
tablet: {
|
|
341
|
-
"padding-top": "3xl",
|
|
342
|
-
"padding-bottom": "3xl",
|
|
343
|
-
"padding-left": "4xl",
|
|
344
|
-
"padding-right": "4xl",
|
|
345
|
-
},
|
|
346
|
-
},
|
|
347
|
-
container: {
|
|
348
|
-
"margin-left": "auto",
|
|
349
|
-
"margin-right": "auto",
|
|
350
|
-
"max-width": "7xl",
|
|
351
|
-
mobile: {
|
|
352
|
-
filter: "none",
|
|
353
|
-
},
|
|
354
|
-
filter: "none",
|
|
355
|
-
},
|
|
467
|
+
layout: {},
|
|
468
|
+
container: {},
|
|
356
469
|
content_wrapper: {
|
|
357
470
|
display: "flex",
|
|
358
471
|
"align-items": "center",
|
|
@@ -368,12 +481,9 @@ export const Features4: IBlock = {
|
|
|
368
481
|
"margin-bottom": "4xl",
|
|
369
482
|
},
|
|
370
483
|
title: {
|
|
371
|
-
color: "text-1",
|
|
372
484
|
"margin-bottom": "sm",
|
|
373
485
|
},
|
|
374
|
-
subtitle: {
|
|
375
|
-
color: "text-2",
|
|
376
|
-
},
|
|
486
|
+
subtitle: {},
|
|
377
487
|
specifications_wrapper: {
|
|
378
488
|
flex: "1",
|
|
379
489
|
"max-width": "50%",
|
|
@@ -412,12 +522,10 @@ export const Features4: IBlock = {
|
|
|
412
522
|
color: "brand",
|
|
413
523
|
},
|
|
414
524
|
value: {
|
|
415
|
-
color: "text-1",
|
|
416
525
|
"margin-bottom": "3xs",
|
|
526
|
+
"font-weight": 700,
|
|
417
527
|
},
|
|
418
|
-
label: {
|
|
419
|
-
color: "text-2",
|
|
420
|
-
},
|
|
528
|
+
label: {},
|
|
421
529
|
},
|
|
422
530
|
{
|
|
423
531
|
spec_item: {
|
|
@@ -432,12 +540,10 @@ export const Features4: IBlock = {
|
|
|
432
540
|
color: "brand",
|
|
433
541
|
},
|
|
434
542
|
value: {
|
|
435
|
-
color: "text-1",
|
|
436
543
|
"margin-bottom": "3xs",
|
|
544
|
+
"font-weight": 700,
|
|
437
545
|
},
|
|
438
|
-
label: {
|
|
439
|
-
color: "text-2",
|
|
440
|
-
},
|
|
546
|
+
label: {},
|
|
441
547
|
},
|
|
442
548
|
{
|
|
443
549
|
spec_item: {
|
|
@@ -452,12 +558,10 @@ export const Features4: IBlock = {
|
|
|
452
558
|
color: "brand",
|
|
453
559
|
},
|
|
454
560
|
value: {
|
|
455
|
-
color: "text-1",
|
|
456
561
|
"margin-bottom": "3xs",
|
|
562
|
+
"font-weight": 700,
|
|
457
563
|
},
|
|
458
|
-
label: {
|
|
459
|
-
color: "text-2",
|
|
460
|
-
},
|
|
564
|
+
label: {},
|
|
461
565
|
},
|
|
462
566
|
{
|
|
463
567
|
spec_item: {
|
|
@@ -472,12 +576,10 @@ export const Features4: IBlock = {
|
|
|
472
576
|
color: "brand",
|
|
473
577
|
},
|
|
474
578
|
value: {
|
|
475
|
-
color: "text-1",
|
|
476
579
|
"margin-bottom": "3xs",
|
|
580
|
+
"font-weight": 700,
|
|
477
581
|
},
|
|
478
|
-
label: {
|
|
479
|
-
color: "text-2",
|
|
480
|
-
},
|
|
582
|
+
label: {},
|
|
481
583
|
},
|
|
482
584
|
{
|
|
483
585
|
spec_item: {
|
|
@@ -492,12 +594,10 @@ export const Features4: IBlock = {
|
|
|
492
594
|
color: "brand",
|
|
493
595
|
},
|
|
494
596
|
value: {
|
|
495
|
-
color: "text-1",
|
|
496
597
|
"margin-bottom": "3xs",
|
|
598
|
+
"font-weight": 700,
|
|
497
599
|
},
|
|
498
|
-
label: {
|
|
499
|
-
color: "text-2",
|
|
500
|
-
},
|
|
600
|
+
label: {},
|
|
501
601
|
},
|
|
502
602
|
{
|
|
503
603
|
spec_item: {
|
|
@@ -512,12 +612,10 @@ export const Features4: IBlock = {
|
|
|
512
612
|
color: "brand",
|
|
513
613
|
},
|
|
514
614
|
value: {
|
|
515
|
-
color: "text-1",
|
|
516
615
|
"margin-bottom": "3xs",
|
|
616
|
+
"font-weight": 700,
|
|
517
617
|
},
|
|
518
|
-
label: {
|
|
519
|
-
color: "text-2",
|
|
520
|
-
},
|
|
618
|
+
label: {},
|
|
521
619
|
},
|
|
522
620
|
],
|
|
523
621
|
specifications_2_wrapper: {
|
|
@@ -529,7 +627,6 @@ export const Features4: IBlock = {
|
|
|
529
627
|
"border-style": "solid",
|
|
530
628
|
},
|
|
531
629
|
specifications_2_title: {
|
|
532
|
-
color: "text-1",
|
|
533
630
|
"margin-bottom": "base",
|
|
534
631
|
},
|
|
535
632
|
specifications_2_levoGroup: {
|
|
@@ -551,12 +648,10 @@ export const Features4: IBlock = {
|
|
|
551
648
|
color: "brand",
|
|
552
649
|
},
|
|
553
650
|
value: {
|
|
554
|
-
color: "text-1",
|
|
555
651
|
"margin-bottom": "3xs",
|
|
652
|
+
"font-weight": 700,
|
|
556
653
|
},
|
|
557
|
-
label: {
|
|
558
|
-
color: "text-2",
|
|
559
|
-
},
|
|
654
|
+
label: {},
|
|
560
655
|
},
|
|
561
656
|
{
|
|
562
657
|
spec_2_item: {
|
|
@@ -571,14 +666,26 @@ export const Features4: IBlock = {
|
|
|
571
666
|
color: "brand",
|
|
572
667
|
},
|
|
573
668
|
value: {
|
|
574
|
-
color: "text-1",
|
|
575
669
|
"margin-bottom": "3xs",
|
|
670
|
+
"font-weight": 700,
|
|
576
671
|
},
|
|
577
|
-
label: {
|
|
578
|
-
color: "text-2",
|
|
579
|
-
},
|
|
672
|
+
label: {},
|
|
580
673
|
},
|
|
581
674
|
],
|
|
675
|
+
ctas_levoGroup: {
|
|
676
|
+
display: "flex",
|
|
677
|
+
"flex-direction": "row",
|
|
678
|
+
"column-gap": "md",
|
|
679
|
+
"row-gap": "md",
|
|
680
|
+
"flex-wrap": "wrap",
|
|
681
|
+
"align-items": "center",
|
|
682
|
+
"margin-top": "lg",
|
|
683
|
+
},
|
|
684
|
+
ctas: Array(2)
|
|
685
|
+
.fill(0)
|
|
686
|
+
.map(() => ({
|
|
687
|
+
cta: {},
|
|
688
|
+
})),
|
|
582
689
|
product_image: {
|
|
583
690
|
width: "50%",
|
|
584
691
|
height: "100%",
|
|
@@ -602,40 +709,107 @@ export const Features4: IBlock = {
|
|
|
602
709
|
},
|
|
603
710
|
specifications_2_title: {
|
|
604
711
|
selectedVariants: {
|
|
605
|
-
Heading_Level: "
|
|
712
|
+
Heading_Level: "H3",
|
|
606
713
|
},
|
|
607
714
|
heading: {
|
|
608
|
-
level:
|
|
715
|
+
level: "3",
|
|
609
716
|
},
|
|
610
717
|
},
|
|
718
|
+
specifications: [
|
|
719
|
+
{
|
|
720
|
+
value: {
|
|
721
|
+
heading: {
|
|
722
|
+
level: "4",
|
|
723
|
+
},
|
|
724
|
+
selectedVariants: {
|
|
725
|
+
Heading_Level: "H4",
|
|
726
|
+
},
|
|
727
|
+
},
|
|
728
|
+
label: {
|
|
729
|
+
selectedVariants: {},
|
|
730
|
+
},
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
value: {
|
|
734
|
+
selectedVariants: {
|
|
735
|
+
Heading_Level: "H4",
|
|
736
|
+
},
|
|
737
|
+
},
|
|
738
|
+
label: {
|
|
739
|
+
selectedVariants: {},
|
|
740
|
+
},
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
value: {
|
|
744
|
+
selectedVariants: {
|
|
745
|
+
Heading_Level: "H4",
|
|
746
|
+
},
|
|
747
|
+
},
|
|
748
|
+
label: {
|
|
749
|
+
selectedVariants: {},
|
|
750
|
+
},
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
value: {
|
|
754
|
+
selectedVariants: {
|
|
755
|
+
Heading_Level: "H4",
|
|
756
|
+
},
|
|
757
|
+
},
|
|
758
|
+
label: {
|
|
759
|
+
selectedVariants: {},
|
|
760
|
+
},
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
value: {
|
|
764
|
+
selectedVariants: {
|
|
765
|
+
Heading_Level: "H4",
|
|
766
|
+
},
|
|
767
|
+
heading: {
|
|
768
|
+
level: "4",
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
label: {
|
|
772
|
+
selectedVariants: {},
|
|
773
|
+
},
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
value: {
|
|
777
|
+
selectedVariants: {
|
|
778
|
+
Heading_Level: "H4",
|
|
779
|
+
},
|
|
780
|
+
},
|
|
781
|
+
label: {
|
|
782
|
+
selectedVariants: {},
|
|
783
|
+
},
|
|
784
|
+
},
|
|
785
|
+
],
|
|
786
|
+
specifications_2: [
|
|
787
|
+
{
|
|
788
|
+
value: {
|
|
789
|
+
heading: {
|
|
790
|
+
level: "5",
|
|
791
|
+
},
|
|
792
|
+
selectedVariants: {
|
|
793
|
+
Heading_Level: "H6",
|
|
794
|
+
},
|
|
795
|
+
},
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
value: {
|
|
799
|
+
selectedVariants: {
|
|
800
|
+
Heading_Level: "H6",
|
|
801
|
+
},
|
|
802
|
+
},
|
|
803
|
+
},
|
|
804
|
+
],
|
|
611
805
|
},
|
|
612
806
|
},
|
|
613
807
|
{
|
|
614
808
|
title: "Variant 1",
|
|
615
809
|
key: "Variant 1",
|
|
616
810
|
styles: {
|
|
617
|
-
layout: {
|
|
618
|
-
|
|
619
|
-
"padding-top": "5xl",
|
|
620
|
-
"padding-bottom": "5xl",
|
|
621
|
-
"padding-left": "8xl",
|
|
622
|
-
"padding-right": "8xl",
|
|
623
|
-
tablet: {
|
|
624
|
-
"padding-top": "3xl",
|
|
625
|
-
"padding-bottom": "3xl",
|
|
626
|
-
"padding-left": "4xl",
|
|
627
|
-
"padding-right": "4xl",
|
|
628
|
-
},
|
|
629
|
-
},
|
|
630
|
-
container: {
|
|
631
|
-
"margin-left": "auto",
|
|
632
|
-
"margin-right": "auto",
|
|
633
|
-
mobile: {
|
|
634
|
-
filter: "none",
|
|
635
|
-
},
|
|
636
|
-
filter: "none",
|
|
637
|
-
"max-width": "auto",
|
|
638
|
-
},
|
|
811
|
+
layout: {},
|
|
812
|
+
container: {},
|
|
639
813
|
content_wrapper: {
|
|
640
814
|
display: "flex",
|
|
641
815
|
"align-items": "center",
|
|
@@ -653,12 +827,9 @@ export const Features4: IBlock = {
|
|
|
653
827
|
display: "none",
|
|
654
828
|
},
|
|
655
829
|
title: {
|
|
656
|
-
color: "text-1",
|
|
657
830
|
"margin-bottom": "sm",
|
|
658
831
|
},
|
|
659
|
-
subtitle: {
|
|
660
|
-
color: "text-2",
|
|
661
|
-
},
|
|
832
|
+
subtitle: {},
|
|
662
833
|
specifications_wrapper: {
|
|
663
834
|
flex: "1",
|
|
664
835
|
"max-width": "50%",
|
|
@@ -697,12 +868,10 @@ export const Features4: IBlock = {
|
|
|
697
868
|
color: "brand",
|
|
698
869
|
},
|
|
699
870
|
value: {
|
|
700
|
-
color: "text-1",
|
|
701
871
|
"margin-bottom": "3xs",
|
|
872
|
+
"font-weight": 700,
|
|
702
873
|
},
|
|
703
|
-
label: {
|
|
704
|
-
color: "text-2",
|
|
705
|
-
},
|
|
874
|
+
label: {},
|
|
706
875
|
},
|
|
707
876
|
{
|
|
708
877
|
spec_item: {
|
|
@@ -717,12 +886,10 @@ export const Features4: IBlock = {
|
|
|
717
886
|
color: "brand",
|
|
718
887
|
},
|
|
719
888
|
value: {
|
|
720
|
-
color: "text-1",
|
|
721
889
|
"margin-bottom": "3xs",
|
|
890
|
+
"font-weight": 700,
|
|
722
891
|
},
|
|
723
|
-
label: {
|
|
724
|
-
color: "text-2",
|
|
725
|
-
},
|
|
892
|
+
label: {},
|
|
726
893
|
},
|
|
727
894
|
{
|
|
728
895
|
spec_item: {
|
|
@@ -737,12 +904,10 @@ export const Features4: IBlock = {
|
|
|
737
904
|
color: "brand",
|
|
738
905
|
},
|
|
739
906
|
value: {
|
|
740
|
-
color: "text-1",
|
|
741
907
|
"margin-bottom": "3xs",
|
|
908
|
+
"font-weight": 700,
|
|
742
909
|
},
|
|
743
|
-
label: {
|
|
744
|
-
color: "text-2",
|
|
745
|
-
},
|
|
910
|
+
label: {},
|
|
746
911
|
},
|
|
747
912
|
{
|
|
748
913
|
spec_item: {
|
|
@@ -757,12 +922,10 @@ export const Features4: IBlock = {
|
|
|
757
922
|
color: "brand",
|
|
758
923
|
},
|
|
759
924
|
value: {
|
|
760
|
-
color: "text-1",
|
|
761
925
|
"margin-bottom": "3xs",
|
|
926
|
+
"font-weight": 700,
|
|
762
927
|
},
|
|
763
|
-
label: {
|
|
764
|
-
color: "text-2",
|
|
765
|
-
},
|
|
928
|
+
label: {},
|
|
766
929
|
},
|
|
767
930
|
{
|
|
768
931
|
spec_item: {
|
|
@@ -777,12 +940,10 @@ export const Features4: IBlock = {
|
|
|
777
940
|
color: "brand",
|
|
778
941
|
},
|
|
779
942
|
value: {
|
|
780
|
-
color: "text-1",
|
|
781
943
|
"margin-bottom": "3xs",
|
|
944
|
+
"font-weight": 700,
|
|
782
945
|
},
|
|
783
|
-
label: {
|
|
784
|
-
color: "text-2",
|
|
785
|
-
},
|
|
946
|
+
label: {},
|
|
786
947
|
},
|
|
787
948
|
{
|
|
788
949
|
spec_item: {
|
|
@@ -797,12 +958,10 @@ export const Features4: IBlock = {
|
|
|
797
958
|
color: "brand",
|
|
798
959
|
},
|
|
799
960
|
value: {
|
|
800
|
-
color: "text-1",
|
|
801
961
|
"margin-bottom": "3xs",
|
|
962
|
+
"font-weight": 700,
|
|
802
963
|
},
|
|
803
|
-
label: {
|
|
804
|
-
color: "text-2",
|
|
805
|
-
},
|
|
964
|
+
label: {},
|
|
806
965
|
},
|
|
807
966
|
],
|
|
808
967
|
specifications_2_wrapper: {
|
|
@@ -810,9 +969,7 @@ export const Features4: IBlock = {
|
|
|
810
969
|
padding: "lg",
|
|
811
970
|
},
|
|
812
971
|
specifications_2_title: {
|
|
813
|
-
color: "text-1",
|
|
814
972
|
"margin-bottom": "base",
|
|
815
|
-
"font-size": "3xl",
|
|
816
973
|
},
|
|
817
974
|
specifications_2_levoGroup: {
|
|
818
975
|
display: "flex",
|
|
@@ -838,35 +995,9 @@ export const Features4: IBlock = {
|
|
|
838
995
|
},
|
|
839
996
|
value: {
|
|
840
997
|
"margin-bottom": "3xs",
|
|
841
|
-
"font-
|
|
842
|
-
"font-weight": 400,
|
|
843
|
-
},
|
|
844
|
-
label: {
|
|
845
|
-
color: "text-2",
|
|
846
|
-
display: "none",
|
|
847
|
-
},
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
spec_2_item: {
|
|
851
|
-
display: "flex",
|
|
852
|
-
"align-items": "center",
|
|
853
|
-
"column-gap": "sm",
|
|
854
|
-
"justify-content": "start",
|
|
855
|
-
},
|
|
856
|
-
icon: {
|
|
857
|
-
width: "22px",
|
|
858
|
-
height: "22px",
|
|
859
|
-
"margin-top": "none",
|
|
860
|
-
color: "brand",
|
|
861
|
-
"font-size": "22px",
|
|
862
|
-
},
|
|
863
|
-
value: {
|
|
864
|
-
"margin-bottom": "3xs",
|
|
865
|
-
"font-size": "base",
|
|
866
|
-
"font-weight": 400,
|
|
998
|
+
"font-weight": 700,
|
|
867
999
|
},
|
|
868
1000
|
label: {
|
|
869
|
-
color: "text-2",
|
|
870
1001
|
display: "none",
|
|
871
1002
|
},
|
|
872
1003
|
},
|
|
@@ -886,35 +1017,9 @@ export const Features4: IBlock = {
|
|
|
886
1017
|
},
|
|
887
1018
|
value: {
|
|
888
1019
|
"margin-bottom": "3xs",
|
|
889
|
-
"font-
|
|
890
|
-
"font-weight": 400,
|
|
891
|
-
},
|
|
892
|
-
label: {
|
|
893
|
-
color: "text-2",
|
|
894
|
-
display: "none",
|
|
895
|
-
},
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
spec_2_item: {
|
|
899
|
-
display: "flex",
|
|
900
|
-
"align-items": "start",
|
|
901
|
-
"column-gap": "sm",
|
|
902
|
-
},
|
|
903
|
-
icon: {
|
|
904
|
-
width: "22px",
|
|
905
|
-
height: "22px",
|
|
906
|
-
"margin-top": "2xs",
|
|
907
|
-
color: "brand",
|
|
908
|
-
"font-size": "22px",
|
|
909
|
-
},
|
|
910
|
-
value: {
|
|
911
|
-
color: "text-1",
|
|
912
|
-
"margin-bottom": "3xs",
|
|
913
|
-
"font-size": "lg",
|
|
914
|
-
"font-weight": 400,
|
|
1020
|
+
"font-weight": 700,
|
|
915
1021
|
},
|
|
916
1022
|
label: {
|
|
917
|
-
color: "text-2",
|
|
918
1023
|
display: "none",
|
|
919
1024
|
},
|
|
920
1025
|
},
|
|
@@ -930,7 +1035,7 @@ export const Features4: IBlock = {
|
|
|
930
1035
|
},
|
|
931
1036
|
},
|
|
932
1037
|
},
|
|
933
|
-
content:
|
|
1038
|
+
content: DEFAULT_CONTENT_VARIANT_1_1,
|
|
934
1039
|
config: {
|
|
935
1040
|
title: {
|
|
936
1041
|
selectedVariants: {
|
|
@@ -942,12 +1047,102 @@ export const Features4: IBlock = {
|
|
|
942
1047
|
},
|
|
943
1048
|
specifications_2_title: {
|
|
944
1049
|
selectedVariants: {
|
|
945
|
-
Heading_Level: "
|
|
1050
|
+
Heading_Level: "H3",
|
|
946
1051
|
},
|
|
947
1052
|
heading: {
|
|
948
|
-
level:
|
|
1053
|
+
level: "3",
|
|
949
1054
|
},
|
|
950
1055
|
},
|
|
1056
|
+
specifications_2: [
|
|
1057
|
+
{
|
|
1058
|
+
value: {
|
|
1059
|
+
heading: {
|
|
1060
|
+
level: "5",
|
|
1061
|
+
},
|
|
1062
|
+
selectedVariants: {
|
|
1063
|
+
Heading_Level: "H6",
|
|
1064
|
+
},
|
|
1065
|
+
},
|
|
1066
|
+
label: {
|
|
1067
|
+
selectedVariants: {},
|
|
1068
|
+
},
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
value: {
|
|
1072
|
+
selectedVariants: {
|
|
1073
|
+
Heading_Level: "H6",
|
|
1074
|
+
},
|
|
1075
|
+
},
|
|
1076
|
+
label: {
|
|
1077
|
+
selectedVariants: {},
|
|
1078
|
+
},
|
|
1079
|
+
},
|
|
1080
|
+
],
|
|
1081
|
+
specifications: [
|
|
1082
|
+
{
|
|
1083
|
+
value: {
|
|
1084
|
+
heading: {
|
|
1085
|
+
level: "4",
|
|
1086
|
+
},
|
|
1087
|
+
selectedVariants: {
|
|
1088
|
+
Heading_Level: "H4",
|
|
1089
|
+
},
|
|
1090
|
+
},
|
|
1091
|
+
label: {
|
|
1092
|
+
selectedVariants: {},
|
|
1093
|
+
},
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
value: {
|
|
1097
|
+
selectedVariants: {
|
|
1098
|
+
Heading_Level: "H4",
|
|
1099
|
+
},
|
|
1100
|
+
},
|
|
1101
|
+
label: {
|
|
1102
|
+
selectedVariants: {},
|
|
1103
|
+
},
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
value: {
|
|
1107
|
+
selectedVariants: {
|
|
1108
|
+
Heading_Level: "H4",
|
|
1109
|
+
},
|
|
1110
|
+
},
|
|
1111
|
+
label: {
|
|
1112
|
+
selectedVariants: {},
|
|
1113
|
+
},
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
value: {
|
|
1117
|
+
selectedVariants: {
|
|
1118
|
+
Heading_Level: "H4",
|
|
1119
|
+
},
|
|
1120
|
+
},
|
|
1121
|
+
label: {
|
|
1122
|
+
selectedVariants: {},
|
|
1123
|
+
},
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
value: {
|
|
1127
|
+
selectedVariants: {
|
|
1128
|
+
Heading_Level: "H4",
|
|
1129
|
+
},
|
|
1130
|
+
},
|
|
1131
|
+
label: {
|
|
1132
|
+
selectedVariants: {},
|
|
1133
|
+
},
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
value: {
|
|
1137
|
+
selectedVariants: {
|
|
1138
|
+
Heading_Level: "H4",
|
|
1139
|
+
},
|
|
1140
|
+
},
|
|
1141
|
+
label: {
|
|
1142
|
+
selectedVariants: {},
|
|
1143
|
+
},
|
|
1144
|
+
},
|
|
1145
|
+
],
|
|
951
1146
|
},
|
|
952
1147
|
},
|
|
953
1148
|
],
|