@levo-so/blocks 0.1.59 → 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
|
@@ -60,7 +60,15 @@ const Features4: React.FC<ILevoBlockBaseProps<IFeatures4Content>> = ({
|
|
|
60
60
|
</Box>
|
|
61
61
|
))}
|
|
62
62
|
</Box>
|
|
63
|
-
<
|
|
63
|
+
<Box elementKey="ctas_levoGroup" data-levo_group>
|
|
64
|
+
{(content?.ctas ?? []).map((_: any, index: number) => (
|
|
65
|
+
<Button
|
|
66
|
+
key={`ctas.${index}.cta`}
|
|
67
|
+
elementKey={`ctas.${index}.cta`}
|
|
68
|
+
data-levo_group_item
|
|
69
|
+
/>
|
|
70
|
+
))}
|
|
71
|
+
</Box>
|
|
64
72
|
</Box>
|
|
65
73
|
</Box>
|
|
66
74
|
<Media
|
|
@@ -23,7 +23,8 @@ const DEFAULT_CONTENT = {
|
|
|
23
23
|
content_wrapper: null,
|
|
24
24
|
title: "Become a Volunteer",
|
|
25
25
|
description: "Join us to create meaningful change.",
|
|
26
|
-
|
|
26
|
+
ctas_levoGroup: null,
|
|
27
|
+
ctas: [{ cta: "Register" }, { cta: "Learn More" }],
|
|
27
28
|
separator: null,
|
|
28
29
|
},
|
|
29
30
|
{
|
|
@@ -33,7 +34,8 @@ const DEFAULT_CONTENT = {
|
|
|
33
34
|
content_wrapper: null,
|
|
34
35
|
title: "Partner with Us",
|
|
35
36
|
description: "Collaborate as a business or organization.",
|
|
36
|
-
|
|
37
|
+
ctas_levoGroup: null,
|
|
38
|
+
ctas: [{ cta: "Get Started" }, { cta: "Contact Us" }],
|
|
37
39
|
separator: null,
|
|
38
40
|
},
|
|
39
41
|
{
|
|
@@ -44,7 +46,8 @@ const DEFAULT_CONTENT = {
|
|
|
44
46
|
title: "Join as Member",
|
|
45
47
|
description:
|
|
46
48
|
"Be part of a strong network dedicated to community support.",
|
|
47
|
-
|
|
49
|
+
ctas_levoGroup: null,
|
|
50
|
+
ctas: [{ cta: "Join Today" }, { cta: "View Benefits" }],
|
|
48
51
|
separator: null,
|
|
49
52
|
},
|
|
50
53
|
{
|
|
@@ -54,7 +57,8 @@ const DEFAULT_CONTENT = {
|
|
|
54
57
|
content_wrapper: null,
|
|
55
58
|
title: "Donate",
|
|
56
59
|
description: "Your contributions help sustain our programs.",
|
|
57
|
-
|
|
60
|
+
ctas_levoGroup: null,
|
|
61
|
+
ctas: [{ cta: "Donate Now" }, { cta: "Other Ways" }],
|
|
58
62
|
separator: null,
|
|
59
63
|
},
|
|
60
64
|
],
|
|
@@ -156,13 +160,17 @@ export const Features5: IBlock = {
|
|
|
156
160
|
},
|
|
157
161
|
},
|
|
158
162
|
{
|
|
159
|
-
key: "
|
|
160
|
-
label: "CTA",
|
|
161
|
-
field_interface: "
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
163
|
+
key: "ctas",
|
|
164
|
+
label: "CTA Buttons Group",
|
|
165
|
+
field_interface: "BoxWidget",
|
|
166
|
+
kind: "group",
|
|
167
|
+
fields: [
|
|
168
|
+
{
|
|
169
|
+
key: "cta",
|
|
170
|
+
label: "CTA Button",
|
|
171
|
+
field_interface: "ButtonWidget",
|
|
172
|
+
},
|
|
173
|
+
],
|
|
166
174
|
},
|
|
167
175
|
{
|
|
168
176
|
key: "separator",
|
|
@@ -187,40 +195,8 @@ export const Features5: IBlock = {
|
|
|
187
195
|
key: "default",
|
|
188
196
|
title: "Default",
|
|
189
197
|
styles: {
|
|
190
|
-
layout: {
|
|
191
|
-
|
|
192
|
-
width: "100%",
|
|
193
|
-
"padding-top": "3xl",
|
|
194
|
-
"padding-bottom": "3xl",
|
|
195
|
-
"padding-left": "lg",
|
|
196
|
-
"padding-right": "lg",
|
|
197
|
-
"background-color": "white",
|
|
198
|
-
mobile: {
|
|
199
|
-
"padding-top": "2xl",
|
|
200
|
-
"padding-bottom": "2xl",
|
|
201
|
-
"padding-left": "base",
|
|
202
|
-
"padding-right": "base",
|
|
203
|
-
filter: "none",
|
|
204
|
-
},
|
|
205
|
-
filter: "none",
|
|
206
|
-
tablet: {
|
|
207
|
-
filter: "none",
|
|
208
|
-
},
|
|
209
|
-
},
|
|
210
|
-
container: {
|
|
211
|
-
display: "flex",
|
|
212
|
-
width: "100%",
|
|
213
|
-
"max-width": "1280px",
|
|
214
|
-
"margin-left": "auto",
|
|
215
|
-
"margin-right": "auto",
|
|
216
|
-
filter: "none",
|
|
217
|
-
tablet: {
|
|
218
|
-
filter: "none",
|
|
219
|
-
},
|
|
220
|
-
mobile: {
|
|
221
|
-
filter: "none",
|
|
222
|
-
},
|
|
223
|
-
},
|
|
198
|
+
layout: {},
|
|
199
|
+
container: {},
|
|
224
200
|
features_levoGroup: {
|
|
225
201
|
display: "flex",
|
|
226
202
|
width: "100%",
|
|
@@ -276,14 +252,15 @@ export const Features5: IBlock = {
|
|
|
276
252
|
"justify-content": "start",
|
|
277
253
|
},
|
|
278
254
|
icon: {
|
|
279
|
-
width: "48px",
|
|
280
|
-
height: "48px",
|
|
281
255
|
"flex-shrink": "0",
|
|
282
256
|
mobile: {
|
|
283
257
|
width: "40px",
|
|
284
258
|
height: "40px",
|
|
285
259
|
},
|
|
286
260
|
filter: "none",
|
|
261
|
+
height: "36px",
|
|
262
|
+
width: "36px",
|
|
263
|
+
"font-size": "36px",
|
|
287
264
|
},
|
|
288
265
|
content_wrapper: {
|
|
289
266
|
display: "flex",
|
|
@@ -299,50 +276,29 @@ export const Features5: IBlock = {
|
|
|
299
276
|
},
|
|
300
277
|
},
|
|
301
278
|
title: {
|
|
302
|
-
color: "text-1",
|
|
303
279
|
mobile: {
|
|
304
280
|
"text-align": "center",
|
|
305
281
|
},
|
|
282
|
+
"font-weight": 700,
|
|
306
283
|
},
|
|
307
284
|
description: {
|
|
308
|
-
"font-family": "var(--font-body)",
|
|
309
|
-
color: "text-2",
|
|
310
|
-
|
|
311
|
-
"line-height": "normal",
|
|
312
285
|
"max-width": "200px",
|
|
313
286
|
mobile: {
|
|
314
287
|
"max-width": "180px",
|
|
315
288
|
"text-align": "left",
|
|
316
|
-
filter: "none",
|
|
317
289
|
},
|
|
318
290
|
},
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
"border-radius": "base",
|
|
327
|
-
"border-width": "1px",
|
|
328
|
-
"border-color": "border",
|
|
329
|
-
|
|
330
|
-
"text-decoration": "none",
|
|
331
|
-
"margin-top": "xs",
|
|
332
|
-
mobile: {
|
|
333
|
-
"padding-top": "xs",
|
|
334
|
-
"padding-bottom": "xs",
|
|
335
|
-
"padding-left": "base",
|
|
336
|
-
"padding-right": "base",
|
|
337
|
-
},
|
|
338
|
-
filter: "none",
|
|
339
|
-
tablet: {
|
|
340
|
-
filter: "none",
|
|
341
|
-
"margin-top": "none",
|
|
342
|
-
"padding-top": "none",
|
|
343
|
-
"padding-bottom": "none",
|
|
344
|
-
},
|
|
291
|
+
ctas_levoGroup: {
|
|
292
|
+
display: "flex",
|
|
293
|
+
"flex-direction": "row",
|
|
294
|
+
"column-gap": "md",
|
|
295
|
+
"row-gap": "md",
|
|
296
|
+
"flex-wrap": "wrap",
|
|
297
|
+
"align-items": "center",
|
|
345
298
|
},
|
|
299
|
+
ctas: Array(2)
|
|
300
|
+
.fill(0)
|
|
301
|
+
.map(() => ({ cta: {} })),
|
|
346
302
|
separator: {
|
|
347
303
|
width: "1px",
|
|
348
304
|
height: "150px",
|
|
@@ -371,6 +327,8 @@ export const Features5: IBlock = {
|
|
|
371
327
|
mobile: {
|
|
372
328
|
"flex-direction": "column",
|
|
373
329
|
width: "100%",
|
|
330
|
+
filter: "none",
|
|
331
|
+
"border-bottom": "1px s",
|
|
374
332
|
},
|
|
375
333
|
tablet: {
|
|
376
334
|
filter: "none",
|
|
@@ -393,14 +351,15 @@ export const Features5: IBlock = {
|
|
|
393
351
|
"justify-content": "start",
|
|
394
352
|
},
|
|
395
353
|
icon: {
|
|
396
|
-
width: "48px",
|
|
397
|
-
height: "48px",
|
|
398
354
|
"flex-shrink": "0",
|
|
399
355
|
mobile: {
|
|
400
356
|
width: "40px",
|
|
401
357
|
height: "40px",
|
|
402
358
|
},
|
|
403
359
|
filter: "none",
|
|
360
|
+
height: "36px",
|
|
361
|
+
width: "36px",
|
|
362
|
+
"font-size": "36px",
|
|
404
363
|
},
|
|
405
364
|
content_wrapper: {
|
|
406
365
|
display: "flex",
|
|
@@ -416,55 +375,29 @@ export const Features5: IBlock = {
|
|
|
416
375
|
},
|
|
417
376
|
},
|
|
418
377
|
title: {
|
|
419
|
-
color: "text-1",
|
|
420
378
|
mobile: {
|
|
421
379
|
"text-align": "center",
|
|
422
380
|
},
|
|
381
|
+
"font-weight": 700,
|
|
423
382
|
},
|
|
424
383
|
description: {
|
|
425
|
-
color: "text-2",
|
|
426
384
|
"max-width": "200px",
|
|
427
385
|
mobile: {
|
|
428
386
|
"max-width": "180px",
|
|
429
387
|
"text-align": "left",
|
|
430
|
-
filter: "none",
|
|
431
388
|
},
|
|
432
389
|
},
|
|
433
|
-
|
|
390
|
+
ctas_levoGroup: {
|
|
434
391
|
display: "flex",
|
|
392
|
+
"flex-direction": "row",
|
|
393
|
+
"column-gap": "md",
|
|
394
|
+
"row-gap": "md",
|
|
395
|
+
"flex-wrap": "wrap",
|
|
435
396
|
"align-items": "center",
|
|
436
|
-
"justify-content": "center",
|
|
437
|
-
"border-radius": "base",
|
|
438
|
-
"background-color": "white",
|
|
439
|
-
color: "text-1",
|
|
440
|
-
cursor: "pointer",
|
|
441
|
-
|
|
442
|
-
"padding-top": "xs",
|
|
443
|
-
"padding-bottom": "xs",
|
|
444
|
-
"padding-left": "none",
|
|
445
|
-
"padding-right": "sm",
|
|
446
|
-
"border-color": "border",
|
|
447
|
-
"border-width": "1px",
|
|
448
|
-
"border-style": "solid",
|
|
449
|
-
_hover: {
|
|
450
|
-
opacity: "0.9",
|
|
451
|
-
},
|
|
452
|
-
"text-decoration": "none",
|
|
453
|
-
"margin-top": "xs",
|
|
454
|
-
mobile: {
|
|
455
|
-
"padding-top": "xs",
|
|
456
|
-
"padding-bottom": "xs",
|
|
457
|
-
"padding-left": "base",
|
|
458
|
-
"padding-right": "base",
|
|
459
|
-
},
|
|
460
|
-
filter: "none",
|
|
461
|
-
tablet: {
|
|
462
|
-
filter: "none",
|
|
463
|
-
"margin-top": "none",
|
|
464
|
-
"padding-top": "none",
|
|
465
|
-
"padding-bottom": "none",
|
|
466
|
-
},
|
|
467
397
|
},
|
|
398
|
+
ctas: Array(2)
|
|
399
|
+
.fill(0)
|
|
400
|
+
.map(() => ({ cta: {} })),
|
|
468
401
|
separator: {
|
|
469
402
|
width: "1px",
|
|
470
403
|
height: "150px",
|
|
@@ -473,11 +406,15 @@ export const Features5: IBlock = {
|
|
|
473
406
|
"margin-right": "xl",
|
|
474
407
|
mobile: {
|
|
475
408
|
display: "none",
|
|
409
|
+
filter: "none",
|
|
476
410
|
},
|
|
477
411
|
filter: "none",
|
|
478
412
|
tablet: {
|
|
479
413
|
filter: "none",
|
|
480
414
|
display: "none",
|
|
415
|
+
height: "80px",
|
|
416
|
+
"margin-left": "none",
|
|
417
|
+
"margin-right": "none",
|
|
481
418
|
},
|
|
482
419
|
},
|
|
483
420
|
},
|
|
@@ -489,6 +426,11 @@ export const Features5: IBlock = {
|
|
|
489
426
|
mobile: {
|
|
490
427
|
"flex-direction": "column",
|
|
491
428
|
width: "100%",
|
|
429
|
+
filter: "none",
|
|
430
|
+
"border-bottom": "1px s",
|
|
431
|
+
},
|
|
432
|
+
tablet: {
|
|
433
|
+
filter: "none",
|
|
492
434
|
},
|
|
493
435
|
},
|
|
494
436
|
icon_content_wrapper: {
|
|
@@ -508,14 +450,15 @@ export const Features5: IBlock = {
|
|
|
508
450
|
"justify-content": "start",
|
|
509
451
|
},
|
|
510
452
|
icon: {
|
|
511
|
-
width: "48px",
|
|
512
|
-
height: "48px",
|
|
513
453
|
"flex-shrink": "0",
|
|
514
454
|
mobile: {
|
|
515
455
|
width: "40px",
|
|
516
456
|
height: "40px",
|
|
517
457
|
},
|
|
518
458
|
filter: "none",
|
|
459
|
+
height: "36px",
|
|
460
|
+
width: "36px",
|
|
461
|
+
"font-size": "36px",
|
|
519
462
|
},
|
|
520
463
|
content_wrapper: {
|
|
521
464
|
display: "flex",
|
|
@@ -531,58 +474,29 @@ export const Features5: IBlock = {
|
|
|
531
474
|
},
|
|
532
475
|
},
|
|
533
476
|
title: {
|
|
534
|
-
color: "text-1",
|
|
535
477
|
mobile: {
|
|
536
478
|
"text-align": "center",
|
|
537
479
|
},
|
|
480
|
+
"font-weight": 700,
|
|
538
481
|
},
|
|
539
482
|
description: {
|
|
540
|
-
"font-family": "var(--font-body)",
|
|
541
|
-
color: "text-2",
|
|
542
|
-
|
|
543
|
-
"line-height": "normal",
|
|
544
483
|
"max-width": "200px",
|
|
545
484
|
mobile: {
|
|
546
485
|
"max-width": "180px",
|
|
547
486
|
"text-align": "left",
|
|
548
|
-
filter: "none",
|
|
549
487
|
},
|
|
550
488
|
},
|
|
551
|
-
|
|
489
|
+
ctas_levoGroup: {
|
|
552
490
|
display: "flex",
|
|
491
|
+
"flex-direction": "row",
|
|
492
|
+
"column-gap": "md",
|
|
493
|
+
"row-gap": "md",
|
|
494
|
+
"flex-wrap": "wrap",
|
|
553
495
|
"align-items": "center",
|
|
554
|
-
"justify-content": "center",
|
|
555
|
-
"border-radius": "base",
|
|
556
|
-
"background-color": "white",
|
|
557
|
-
color: "text-1",
|
|
558
|
-
cursor: "pointer",
|
|
559
|
-
|
|
560
|
-
"padding-top": "xs",
|
|
561
|
-
"padding-bottom": "xs",
|
|
562
|
-
"padding-left": "none",
|
|
563
|
-
"padding-right": "sm",
|
|
564
|
-
"border-color": "border",
|
|
565
|
-
"border-width": "1px",
|
|
566
|
-
"border-style": "solid",
|
|
567
|
-
_hover: {
|
|
568
|
-
opacity: "0.9",
|
|
569
|
-
},
|
|
570
|
-
"text-decoration": "none",
|
|
571
|
-
"margin-top": "xs",
|
|
572
|
-
mobile: {
|
|
573
|
-
"padding-top": "xs",
|
|
574
|
-
"padding-bottom": "xs",
|
|
575
|
-
"padding-left": "base",
|
|
576
|
-
"padding-right": "base",
|
|
577
|
-
},
|
|
578
|
-
filter: "none",
|
|
579
|
-
tablet: {
|
|
580
|
-
filter: "none",
|
|
581
|
-
"margin-top": "none",
|
|
582
|
-
"padding-top": "none",
|
|
583
|
-
"padding-bottom": "none",
|
|
584
|
-
},
|
|
585
496
|
},
|
|
497
|
+
ctas: Array(2)
|
|
498
|
+
.fill(0)
|
|
499
|
+
.map(() => ({ cta: {} })),
|
|
586
500
|
separator: {
|
|
587
501
|
width: "1px",
|
|
588
502
|
height: "150px",
|
|
@@ -591,11 +505,15 @@ export const Features5: IBlock = {
|
|
|
591
505
|
"margin-right": "xl",
|
|
592
506
|
mobile: {
|
|
593
507
|
display: "none",
|
|
508
|
+
filter: "none",
|
|
594
509
|
},
|
|
595
510
|
filter: "none",
|
|
596
511
|
tablet: {
|
|
597
512
|
filter: "none",
|
|
598
513
|
display: "none",
|
|
514
|
+
height: "80px",
|
|
515
|
+
"margin-left": "none",
|
|
516
|
+
"margin-right": "none",
|
|
599
517
|
},
|
|
600
518
|
},
|
|
601
519
|
},
|
|
@@ -607,6 +525,11 @@ export const Features5: IBlock = {
|
|
|
607
525
|
mobile: {
|
|
608
526
|
"flex-direction": "column",
|
|
609
527
|
width: "100%",
|
|
528
|
+
filter: "none",
|
|
529
|
+
"border-bottom": "1px s",
|
|
530
|
+
},
|
|
531
|
+
tablet: {
|
|
532
|
+
filter: "none",
|
|
610
533
|
},
|
|
611
534
|
},
|
|
612
535
|
icon_content_wrapper: {
|
|
@@ -626,15 +549,15 @@ export const Features5: IBlock = {
|
|
|
626
549
|
"justify-content": "start",
|
|
627
550
|
},
|
|
628
551
|
icon: {
|
|
629
|
-
width: "48px",
|
|
630
|
-
height: "48px",
|
|
631
552
|
"flex-shrink": "0",
|
|
632
553
|
mobile: {
|
|
633
554
|
width: "40px",
|
|
634
555
|
height: "40px",
|
|
635
|
-
filter: "none",
|
|
636
556
|
},
|
|
637
557
|
filter: "none",
|
|
558
|
+
height: "36px",
|
|
559
|
+
width: "36px",
|
|
560
|
+
"font-size": "36px",
|
|
638
561
|
},
|
|
639
562
|
content_wrapper: {
|
|
640
563
|
display: "flex",
|
|
@@ -650,66 +573,46 @@ export const Features5: IBlock = {
|
|
|
650
573
|
},
|
|
651
574
|
},
|
|
652
575
|
title: {
|
|
653
|
-
color: "text-1",
|
|
654
576
|
mobile: {
|
|
655
577
|
"text-align": "center",
|
|
656
578
|
},
|
|
579
|
+
"font-weight": 700,
|
|
657
580
|
},
|
|
658
581
|
description: {
|
|
659
|
-
"font-family": "var(--font-body)",
|
|
660
|
-
color: "text-2",
|
|
661
|
-
|
|
662
|
-
"line-height": "normal",
|
|
663
582
|
"max-width": "200px",
|
|
664
583
|
mobile: {
|
|
665
584
|
"max-width": "180px",
|
|
666
585
|
"text-align": "left",
|
|
667
|
-
filter: "none",
|
|
668
586
|
},
|
|
669
587
|
},
|
|
670
|
-
|
|
588
|
+
ctas_levoGroup: {
|
|
671
589
|
display: "flex",
|
|
590
|
+
"flex-direction": "row",
|
|
591
|
+
"column-gap": "md",
|
|
592
|
+
"row-gap": "md",
|
|
593
|
+
"flex-wrap": "wrap",
|
|
672
594
|
"align-items": "center",
|
|
673
|
-
"justify-content": "center",
|
|
674
|
-
"border-radius": "base",
|
|
675
|
-
"background-color": "white",
|
|
676
|
-
color: "text-1",
|
|
677
|
-
cursor: "pointer",
|
|
678
|
-
|
|
679
|
-
"padding-top": "xs",
|
|
680
|
-
"padding-bottom": "xs",
|
|
681
|
-
"padding-left": "none",
|
|
682
|
-
"padding-right": "sm",
|
|
683
|
-
"border-color": "border",
|
|
684
|
-
"border-width": "1px",
|
|
685
|
-
"border-style": "solid",
|
|
686
|
-
_hover: {
|
|
687
|
-
opacity: "0.9",
|
|
688
|
-
},
|
|
689
|
-
"text-decoration": "none",
|
|
690
|
-
"margin-top": "xs",
|
|
691
|
-
mobile: {
|
|
692
|
-
"padding-top": "xs",
|
|
693
|
-
"padding-bottom": "xs",
|
|
694
|
-
"padding-left": "base",
|
|
695
|
-
"padding-right": "base",
|
|
696
|
-
},
|
|
697
|
-
filter: "none",
|
|
698
|
-
tablet: {
|
|
699
|
-
filter: "none",
|
|
700
|
-
"margin-top": "none",
|
|
701
|
-
"padding-top": "none",
|
|
702
|
-
"padding-bottom": "none",
|
|
703
|
-
},
|
|
704
595
|
},
|
|
596
|
+
ctas: Array(2)
|
|
597
|
+
.fill(0)
|
|
598
|
+
.map(() => ({ cta: {} })),
|
|
705
599
|
separator: {
|
|
706
600
|
width: "1px",
|
|
707
|
-
height: "
|
|
601
|
+
height: "150px",
|
|
708
602
|
"background-color": "var(--color-border)",
|
|
709
603
|
"margin-left": "xl",
|
|
710
604
|
"margin-right": "xl",
|
|
711
605
|
mobile: {
|
|
712
606
|
display: "none",
|
|
607
|
+
filter: "none",
|
|
608
|
+
},
|
|
609
|
+
filter: "none",
|
|
610
|
+
tablet: {
|
|
611
|
+
filter: "none",
|
|
612
|
+
display: "none",
|
|
613
|
+
height: "80px",
|
|
614
|
+
"margin-left": "none",
|
|
615
|
+
"margin-right": "none",
|
|
713
616
|
},
|
|
714
617
|
},
|
|
715
618
|
},
|
|
@@ -722,6 +625,99 @@ export const Features5: IBlock = {
|
|
|
722
625
|
level: 2,
|
|
723
626
|
},
|
|
724
627
|
},
|
|
628
|
+
features: [
|
|
629
|
+
{
|
|
630
|
+
title: {
|
|
631
|
+
heading: {
|
|
632
|
+
level: "4",
|
|
633
|
+
},
|
|
634
|
+
selectedVariants: {
|
|
635
|
+
Heading_Level: "H4",
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
description: {
|
|
639
|
+
selectedVariants: {},
|
|
640
|
+
},
|
|
641
|
+
ctas: Array(2)
|
|
642
|
+
.fill(0)
|
|
643
|
+
.map(() => ({
|
|
644
|
+
cta: {
|
|
645
|
+
selectedVariants: {
|
|
646
|
+
Button_Variants: "Outline",
|
|
647
|
+
},
|
|
648
|
+
},
|
|
649
|
+
})),
|
|
650
|
+
icon: {
|
|
651
|
+
selectedVariants: {},
|
|
652
|
+
},
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
title: {
|
|
656
|
+
selectedVariants: {
|
|
657
|
+
Heading_Level: "H4",
|
|
658
|
+
},
|
|
659
|
+
},
|
|
660
|
+
description: {
|
|
661
|
+
selectedVariants: {},
|
|
662
|
+
},
|
|
663
|
+
ctas: Array(2)
|
|
664
|
+
.fill(0)
|
|
665
|
+
.map(() => ({
|
|
666
|
+
cta: {
|
|
667
|
+
selectedVariants: {
|
|
668
|
+
Button_Variants: "Outline",
|
|
669
|
+
},
|
|
670
|
+
},
|
|
671
|
+
})),
|
|
672
|
+
icon: {
|
|
673
|
+
selectedVariants: {},
|
|
674
|
+
},
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
title: {
|
|
678
|
+
selectedVariants: {
|
|
679
|
+
Heading_Level: "H4",
|
|
680
|
+
},
|
|
681
|
+
},
|
|
682
|
+
description: {
|
|
683
|
+
selectedVariants: {},
|
|
684
|
+
},
|
|
685
|
+
ctas: Array(2)
|
|
686
|
+
.fill(0)
|
|
687
|
+
.map(() => ({
|
|
688
|
+
cta: {
|
|
689
|
+
selectedVariants: {
|
|
690
|
+
Button_Variants: "Outline",
|
|
691
|
+
},
|
|
692
|
+
},
|
|
693
|
+
})),
|
|
694
|
+
icon: {
|
|
695
|
+
selectedVariants: {},
|
|
696
|
+
},
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
title: {
|
|
700
|
+
selectedVariants: {
|
|
701
|
+
Heading_Level: "H4",
|
|
702
|
+
},
|
|
703
|
+
},
|
|
704
|
+
description: {
|
|
705
|
+
selectedVariants: {},
|
|
706
|
+
},
|
|
707
|
+
ctas: Array(2)
|
|
708
|
+
.fill(0)
|
|
709
|
+
.map(() => ({
|
|
710
|
+
cta: {
|
|
711
|
+
selectedVariants: {
|
|
712
|
+
Button_Variants: "Outline",
|
|
713
|
+
},
|
|
714
|
+
},
|
|
715
|
+
})),
|
|
716
|
+
icon: {
|
|
717
|
+
selectedVariants: {},
|
|
718
|
+
},
|
|
719
|
+
},
|
|
720
|
+
],
|
|
725
721
|
},
|
|
726
722
|
},
|
|
727
723
|
],
|
|
@@ -29,7 +29,18 @@ const Features5: React.FC<ILevoBlockBaseProps<IFeatures5Content>> = ({
|
|
|
29
29
|
<Box elementKey={`features.${index}.content_wrapper`}>
|
|
30
30
|
<Heading elementKey={`features.${index}.title`} />
|
|
31
31
|
<Typography elementKey={`features.${index}.description`} />
|
|
32
|
-
<
|
|
32
|
+
<Box
|
|
33
|
+
elementKey={`features.${index}.ctas_levoGroup`}
|
|
34
|
+
data-levo_group
|
|
35
|
+
>
|
|
36
|
+
{(content?.features?.[index]?.ctas ?? []).map((_, ctaIndex) => (
|
|
37
|
+
<Button
|
|
38
|
+
key={`features.${index}.ctas.${ctaIndex}.cta`}
|
|
39
|
+
elementKey={`features.${index}.ctas.${ctaIndex}.cta`}
|
|
40
|
+
data-levo_group_item
|
|
41
|
+
/>
|
|
42
|
+
))}
|
|
43
|
+
</Box>
|
|
33
44
|
</Box>
|
|
34
45
|
</Box>
|
|
35
46
|
</Box>
|