@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
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA = {
|
|
4
|
+
id: "CISNrrDGAzAU",
|
|
5
|
+
filename: "hero-4-2.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-828w.webp",
|
|
23
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-320w.webp 320w",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
|
|
3
28
|
const DEFAULT_CONTENT = {
|
|
4
29
|
layout: null,
|
|
5
30
|
container: null,
|
|
@@ -216,7 +241,7 @@ export const Hero11: IBlock = {
|
|
|
216
241
|
{
|
|
217
242
|
key: "title",
|
|
218
243
|
label: "Title",
|
|
219
|
-
field_interface: "
|
|
244
|
+
field_interface: "HeadingWidget",
|
|
220
245
|
hint: {
|
|
221
246
|
prompt_description:
|
|
222
247
|
"Feature title displayed prominently. Use clear, action-oriented language (2-4 words).",
|
|
@@ -261,8 +286,9 @@ export const Hero11: IBlock = {
|
|
|
261
286
|
title: "Default",
|
|
262
287
|
styles: {
|
|
263
288
|
layout: {
|
|
264
|
-
"
|
|
265
|
-
"
|
|
289
|
+
"background-image": `url("${MEDIA?.location}")`,
|
|
290
|
+
"background-position": "50% 50%",
|
|
291
|
+
"background-size": "cover",
|
|
266
292
|
},
|
|
267
293
|
container: {},
|
|
268
294
|
content_wrapper: {
|
|
@@ -279,21 +305,10 @@ export const Hero11: IBlock = {
|
|
|
279
305
|
filter: "none",
|
|
280
306
|
},
|
|
281
307
|
title: {
|
|
282
|
-
color: "text-1",
|
|
283
|
-
"font-size": "5xl",
|
|
284
|
-
"font-weight": "700",
|
|
285
|
-
mobile: {
|
|
286
|
-
"font-size": "3xl",
|
|
287
|
-
},
|
|
288
308
|
"max-width": "700px",
|
|
289
309
|
},
|
|
290
310
|
description: {
|
|
291
|
-
color: "text-2",
|
|
292
|
-
"font-size": "lg",
|
|
293
311
|
"max-width": "600px",
|
|
294
|
-
mobile: {
|
|
295
|
-
"font-size": "base",
|
|
296
|
-
},
|
|
297
312
|
},
|
|
298
313
|
cta_levoGroup: {
|
|
299
314
|
display: "flex",
|
|
@@ -350,11 +365,11 @@ export const Hero11: IBlock = {
|
|
|
350
365
|
"align-items": "center",
|
|
351
366
|
"margin-right": "3xl",
|
|
352
367
|
},
|
|
353
|
-
"justify-content": "
|
|
368
|
+
"justify-content": "center",
|
|
354
369
|
},
|
|
355
370
|
icon_content_wrapper: {
|
|
356
371
|
display: "flex",
|
|
357
|
-
"align-items": "
|
|
372
|
+
"align-items": "center",
|
|
358
373
|
"column-gap": "base",
|
|
359
374
|
"text-align": "left",
|
|
360
375
|
mobile: {
|
|
@@ -386,7 +401,7 @@ export const Hero11: IBlock = {
|
|
|
386
401
|
content_wrapper: {
|
|
387
402
|
display: "flex",
|
|
388
403
|
"flex-direction": "column",
|
|
389
|
-
"row-gap": "
|
|
404
|
+
"row-gap": "none",
|
|
390
405
|
filter: "none",
|
|
391
406
|
"justify-content": "start",
|
|
392
407
|
"align-items": "start",
|
|
@@ -397,23 +412,16 @@ export const Hero11: IBlock = {
|
|
|
397
412
|
},
|
|
398
413
|
},
|
|
399
414
|
title: {
|
|
400
|
-
color: "text-1",
|
|
401
|
-
"font-size": "lg",
|
|
402
|
-
"font-weight": "600",
|
|
403
415
|
mobile: {
|
|
404
416
|
"text-align": "center",
|
|
405
|
-
"font-size": "base",
|
|
406
417
|
},
|
|
418
|
+
"font-weight": 600,
|
|
407
419
|
},
|
|
408
420
|
description: {
|
|
409
|
-
"font-family": "var(--font-body)",
|
|
410
|
-
color: "text-2",
|
|
411
|
-
"line-height": "normal",
|
|
412
421
|
"max-width": "200px",
|
|
413
422
|
mobile: {
|
|
414
423
|
"max-width": "180px",
|
|
415
424
|
"text-align": "left",
|
|
416
|
-
filter: "none",
|
|
417
425
|
},
|
|
418
426
|
},
|
|
419
427
|
cta: {
|
|
@@ -465,22 +473,27 @@ export const Hero11: IBlock = {
|
|
|
465
473
|
{
|
|
466
474
|
item_wrapper: {
|
|
467
475
|
display: "flex",
|
|
468
|
-
"align-items": "
|
|
476
|
+
"align-items": "end",
|
|
469
477
|
"flex-grow": "1",
|
|
470
478
|
mobile: {
|
|
471
479
|
"flex-direction": "column",
|
|
472
480
|
width: "100%",
|
|
473
|
-
|
|
474
|
-
"
|
|
481
|
+
filter: "none",
|
|
482
|
+
"border-bottom": "1px s",
|
|
483
|
+
"justify-content": "start",
|
|
484
|
+
"align-items": "start",
|
|
475
485
|
},
|
|
476
486
|
tablet: {
|
|
477
487
|
filter: "none",
|
|
488
|
+
"justify-content": "center",
|
|
489
|
+
"align-items": "center",
|
|
490
|
+
"margin-right": "3xl",
|
|
478
491
|
},
|
|
479
492
|
"justify-content": "center",
|
|
480
493
|
},
|
|
481
494
|
icon_content_wrapper: {
|
|
482
495
|
display: "flex",
|
|
483
|
-
"align-items": "
|
|
496
|
+
"align-items": "center",
|
|
484
497
|
"column-gap": "base",
|
|
485
498
|
"text-align": "left",
|
|
486
499
|
mobile: {
|
|
@@ -494,6 +507,10 @@ export const Hero11: IBlock = {
|
|
|
494
507
|
},
|
|
495
508
|
filter: "none",
|
|
496
509
|
"justify-content": "start",
|
|
510
|
+
tablet: {
|
|
511
|
+
"justify-content": "start",
|
|
512
|
+
"align-items": "start",
|
|
513
|
+
},
|
|
497
514
|
},
|
|
498
515
|
icon: {
|
|
499
516
|
width: "48px",
|
|
@@ -508,7 +525,7 @@ export const Hero11: IBlock = {
|
|
|
508
525
|
content_wrapper: {
|
|
509
526
|
display: "flex",
|
|
510
527
|
"flex-direction": "column",
|
|
511
|
-
"row-gap": "
|
|
528
|
+
"row-gap": "none",
|
|
512
529
|
filter: "none",
|
|
513
530
|
"justify-content": "start",
|
|
514
531
|
"align-items": "start",
|
|
@@ -519,38 +536,28 @@ export const Hero11: IBlock = {
|
|
|
519
536
|
},
|
|
520
537
|
},
|
|
521
538
|
title: {
|
|
522
|
-
color: "text-1",
|
|
523
|
-
"font-size": "lg",
|
|
524
|
-
"font-weight": "600",
|
|
525
539
|
mobile: {
|
|
526
540
|
"text-align": "center",
|
|
527
|
-
"font-size": "base",
|
|
528
541
|
},
|
|
542
|
+
"font-weight": 600,
|
|
529
543
|
},
|
|
530
544
|
description: {
|
|
531
|
-
color: "text-2",
|
|
532
545
|
"max-width": "200px",
|
|
533
546
|
mobile: {
|
|
534
547
|
"max-width": "180px",
|
|
535
548
|
"text-align": "left",
|
|
536
|
-
filter: "none",
|
|
537
549
|
},
|
|
538
550
|
},
|
|
539
551
|
cta: {
|
|
540
|
-
display: "flex",
|
|
541
|
-
"align-items": "center",
|
|
542
|
-
"justify-content": "center",
|
|
543
|
-
"border-radius": "base",
|
|
544
552
|
"background-color": "white",
|
|
545
553
|
color: "text-1",
|
|
546
|
-
cursor: "pointer",
|
|
547
554
|
"padding-top": "xs",
|
|
548
555
|
"padding-bottom": "xs",
|
|
549
556
|
"padding-left": "none",
|
|
550
557
|
"padding-right": "sm",
|
|
551
|
-
"border-
|
|
558
|
+
"border-radius": "base",
|
|
552
559
|
"border-width": "1px",
|
|
553
|
-
"border-
|
|
560
|
+
"border-color": "border",
|
|
554
561
|
"text-decoration": "none",
|
|
555
562
|
"margin-top": "xs",
|
|
556
563
|
mobile: {
|
|
@@ -575,34 +582,42 @@ export const Hero11: IBlock = {
|
|
|
575
582
|
"margin-right": "xl",
|
|
576
583
|
mobile: {
|
|
577
584
|
display: "none",
|
|
585
|
+
filter: "none",
|
|
578
586
|
},
|
|
579
587
|
filter: "none",
|
|
580
588
|
tablet: {
|
|
581
589
|
filter: "none",
|
|
582
590
|
display: "none",
|
|
591
|
+
height: "80px",
|
|
592
|
+
"margin-left": "none",
|
|
593
|
+
"margin-right": "none",
|
|
583
594
|
},
|
|
584
595
|
},
|
|
585
596
|
},
|
|
586
597
|
{
|
|
587
598
|
item_wrapper: {
|
|
588
599
|
display: "flex",
|
|
589
|
-
"align-items": "
|
|
600
|
+
"align-items": "end",
|
|
590
601
|
"flex-grow": "1",
|
|
591
602
|
mobile: {
|
|
592
603
|
"flex-direction": "column",
|
|
593
604
|
width: "100%",
|
|
605
|
+
filter: "none",
|
|
606
|
+
"border-bottom": "1px s",
|
|
594
607
|
"justify-content": "start",
|
|
595
608
|
"align-items": "start",
|
|
596
609
|
},
|
|
597
|
-
"justify-content": "center",
|
|
598
610
|
tablet: {
|
|
611
|
+
filter: "none",
|
|
599
612
|
"justify-content": "center",
|
|
600
613
|
"align-items": "center",
|
|
614
|
+
"margin-right": "3xl",
|
|
601
615
|
},
|
|
616
|
+
"justify-content": "center",
|
|
602
617
|
},
|
|
603
618
|
icon_content_wrapper: {
|
|
604
619
|
display: "flex",
|
|
605
|
-
"align-items": "
|
|
620
|
+
"align-items": "center",
|
|
606
621
|
"column-gap": "base",
|
|
607
622
|
"text-align": "left",
|
|
608
623
|
mobile: {
|
|
@@ -616,6 +631,10 @@ export const Hero11: IBlock = {
|
|
|
616
631
|
},
|
|
617
632
|
filter: "none",
|
|
618
633
|
"justify-content": "start",
|
|
634
|
+
tablet: {
|
|
635
|
+
"justify-content": "start",
|
|
636
|
+
"align-items": "start",
|
|
637
|
+
},
|
|
619
638
|
},
|
|
620
639
|
icon: {
|
|
621
640
|
width: "48px",
|
|
@@ -630,7 +649,7 @@ export const Hero11: IBlock = {
|
|
|
630
649
|
content_wrapper: {
|
|
631
650
|
display: "flex",
|
|
632
651
|
"flex-direction": "column",
|
|
633
|
-
"row-gap": "
|
|
652
|
+
"row-gap": "none",
|
|
634
653
|
filter: "none",
|
|
635
654
|
"justify-content": "start",
|
|
636
655
|
"align-items": "start",
|
|
@@ -641,40 +660,28 @@ export const Hero11: IBlock = {
|
|
|
641
660
|
},
|
|
642
661
|
},
|
|
643
662
|
title: {
|
|
644
|
-
color: "text-1",
|
|
645
|
-
"font-size": "lg",
|
|
646
|
-
"font-weight": "600",
|
|
647
663
|
mobile: {
|
|
648
664
|
"text-align": "center",
|
|
649
|
-
"font-size": "base",
|
|
650
665
|
},
|
|
666
|
+
"font-weight": 600,
|
|
651
667
|
},
|
|
652
668
|
description: {
|
|
653
|
-
"font-family": "var(--font-body)",
|
|
654
|
-
color: "text-2",
|
|
655
|
-
"line-height": "normal",
|
|
656
669
|
"max-width": "200px",
|
|
657
670
|
mobile: {
|
|
658
671
|
"max-width": "180px",
|
|
659
672
|
"text-align": "left",
|
|
660
|
-
filter: "none",
|
|
661
673
|
},
|
|
662
674
|
},
|
|
663
675
|
cta: {
|
|
664
|
-
display: "flex",
|
|
665
|
-
"align-items": "center",
|
|
666
|
-
"justify-content": "center",
|
|
667
|
-
"border-radius": "base",
|
|
668
676
|
"background-color": "white",
|
|
669
677
|
color: "text-1",
|
|
670
|
-
cursor: "pointer",
|
|
671
678
|
"padding-top": "xs",
|
|
672
679
|
"padding-bottom": "xs",
|
|
673
680
|
"padding-left": "none",
|
|
674
681
|
"padding-right": "sm",
|
|
675
|
-
"border-
|
|
682
|
+
"border-radius": "base",
|
|
676
683
|
"border-width": "1px",
|
|
677
|
-
"border-
|
|
684
|
+
"border-color": "border",
|
|
678
685
|
"text-decoration": "none",
|
|
679
686
|
"margin-top": "xs",
|
|
680
687
|
mobile: {
|
|
@@ -699,34 +706,42 @@ export const Hero11: IBlock = {
|
|
|
699
706
|
"margin-right": "xl",
|
|
700
707
|
mobile: {
|
|
701
708
|
display: "none",
|
|
709
|
+
filter: "none",
|
|
702
710
|
},
|
|
703
711
|
filter: "none",
|
|
704
712
|
tablet: {
|
|
705
713
|
filter: "none",
|
|
706
714
|
display: "none",
|
|
715
|
+
height: "80px",
|
|
716
|
+
"margin-left": "none",
|
|
717
|
+
"margin-right": "none",
|
|
707
718
|
},
|
|
708
719
|
},
|
|
709
720
|
},
|
|
710
721
|
{
|
|
711
722
|
item_wrapper: {
|
|
712
723
|
display: "flex",
|
|
713
|
-
"align-items": "
|
|
724
|
+
"align-items": "end",
|
|
714
725
|
"flex-grow": "1",
|
|
715
726
|
mobile: {
|
|
716
727
|
"flex-direction": "column",
|
|
717
728
|
width: "100%",
|
|
718
|
-
|
|
719
|
-
"
|
|
729
|
+
filter: "none",
|
|
730
|
+
"border-bottom": "1px s",
|
|
731
|
+
"justify-content": "start",
|
|
732
|
+
"align-items": "start",
|
|
720
733
|
},
|
|
721
|
-
"justify-content": "start",
|
|
722
734
|
tablet: {
|
|
735
|
+
filter: "none",
|
|
723
736
|
"justify-content": "center",
|
|
724
737
|
"align-items": "center",
|
|
738
|
+
"margin-right": "3xl",
|
|
725
739
|
},
|
|
740
|
+
"justify-content": "center",
|
|
726
741
|
},
|
|
727
742
|
icon_content_wrapper: {
|
|
728
743
|
display: "flex",
|
|
729
|
-
"align-items": "
|
|
744
|
+
"align-items": "center",
|
|
730
745
|
"column-gap": "base",
|
|
731
746
|
"text-align": "left",
|
|
732
747
|
mobile: {
|
|
@@ -740,6 +755,10 @@ export const Hero11: IBlock = {
|
|
|
740
755
|
},
|
|
741
756
|
filter: "none",
|
|
742
757
|
"justify-content": "start",
|
|
758
|
+
tablet: {
|
|
759
|
+
"justify-content": "start",
|
|
760
|
+
"align-items": "start",
|
|
761
|
+
},
|
|
743
762
|
},
|
|
744
763
|
icon: {
|
|
745
764
|
width: "48px",
|
|
@@ -748,14 +767,13 @@ export const Hero11: IBlock = {
|
|
|
748
767
|
mobile: {
|
|
749
768
|
width: "40px",
|
|
750
769
|
height: "40px",
|
|
751
|
-
filter: "none",
|
|
752
770
|
},
|
|
753
771
|
filter: "none",
|
|
754
772
|
},
|
|
755
773
|
content_wrapper: {
|
|
756
774
|
display: "flex",
|
|
757
775
|
"flex-direction": "column",
|
|
758
|
-
"row-gap": "
|
|
776
|
+
"row-gap": "none",
|
|
759
777
|
filter: "none",
|
|
760
778
|
"justify-content": "start",
|
|
761
779
|
"align-items": "start",
|
|
@@ -766,40 +784,28 @@ export const Hero11: IBlock = {
|
|
|
766
784
|
},
|
|
767
785
|
},
|
|
768
786
|
title: {
|
|
769
|
-
color: "text-1",
|
|
770
|
-
"font-size": "lg",
|
|
771
|
-
"font-weight": "600",
|
|
772
787
|
mobile: {
|
|
773
788
|
"text-align": "center",
|
|
774
|
-
"font-size": "base",
|
|
775
789
|
},
|
|
790
|
+
"font-weight": 600,
|
|
776
791
|
},
|
|
777
792
|
description: {
|
|
778
|
-
"font-family": "var(--font-body)",
|
|
779
|
-
color: "text-2",
|
|
780
|
-
"line-height": "normal",
|
|
781
793
|
"max-width": "200px",
|
|
782
794
|
mobile: {
|
|
783
795
|
"max-width": "180px",
|
|
784
796
|
"text-align": "left",
|
|
785
|
-
filter: "none",
|
|
786
797
|
},
|
|
787
798
|
},
|
|
788
799
|
cta: {
|
|
789
|
-
display: "flex",
|
|
790
|
-
"align-items": "center",
|
|
791
|
-
"justify-content": "center",
|
|
792
|
-
"border-radius": "base",
|
|
793
800
|
"background-color": "white",
|
|
794
801
|
color: "text-1",
|
|
795
|
-
cursor: "pointer",
|
|
796
802
|
"padding-top": "xs",
|
|
797
803
|
"padding-bottom": "xs",
|
|
798
804
|
"padding-left": "none",
|
|
799
805
|
"padding-right": "sm",
|
|
800
|
-
"border-
|
|
806
|
+
"border-radius": "base",
|
|
801
807
|
"border-width": "1px",
|
|
802
|
-
"border-
|
|
808
|
+
"border-color": "border",
|
|
803
809
|
"text-decoration": "none",
|
|
804
810
|
"margin-top": "xs",
|
|
805
811
|
mobile: {
|
|
@@ -818,12 +824,21 @@ export const Hero11: IBlock = {
|
|
|
818
824
|
},
|
|
819
825
|
separator: {
|
|
820
826
|
width: "1px",
|
|
821
|
-
height: "
|
|
827
|
+
height: "100px",
|
|
822
828
|
"background-color": "var(--color-border)",
|
|
823
829
|
"margin-left": "xl",
|
|
824
830
|
"margin-right": "xl",
|
|
825
831
|
mobile: {
|
|
826
832
|
display: "none",
|
|
833
|
+
filter: "none",
|
|
834
|
+
},
|
|
835
|
+
filter: "none",
|
|
836
|
+
tablet: {
|
|
837
|
+
filter: "none",
|
|
838
|
+
display: "none",
|
|
839
|
+
height: "80px",
|
|
840
|
+
"margin-left": "none",
|
|
841
|
+
"margin-right": "none",
|
|
827
842
|
},
|
|
828
843
|
},
|
|
829
844
|
},
|
|
@@ -836,12 +851,100 @@ export const Hero11: IBlock = {
|
|
|
836
851
|
level: 1,
|
|
837
852
|
},
|
|
838
853
|
},
|
|
839
|
-
features:
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
854
|
+
features: [
|
|
855
|
+
{
|
|
856
|
+
description: {
|
|
857
|
+
selectedVariants: {},
|
|
858
|
+
},
|
|
859
|
+
item_wrapper: {
|
|
860
|
+
selectedVariants: {},
|
|
861
|
+
},
|
|
862
|
+
title: {
|
|
863
|
+
heading: {
|
|
864
|
+
level: "4",
|
|
865
|
+
},
|
|
866
|
+
selectedVariants: {
|
|
867
|
+
Heading_Level: "H5",
|
|
868
|
+
},
|
|
869
|
+
},
|
|
870
|
+
content_wrapper: {
|
|
871
|
+
selectedVariants: {},
|
|
872
|
+
},
|
|
873
|
+
icon_content_wrapper: {
|
|
874
|
+
selectedVariants: {},
|
|
843
875
|
},
|
|
844
876
|
},
|
|
877
|
+
{
|
|
878
|
+
description: {
|
|
879
|
+
selectedVariants: {},
|
|
880
|
+
},
|
|
881
|
+
item_wrapper: {
|
|
882
|
+
selectedVariants: {},
|
|
883
|
+
},
|
|
884
|
+
title: {
|
|
885
|
+
selectedVariants: {
|
|
886
|
+
Heading_Level: "H5",
|
|
887
|
+
},
|
|
888
|
+
heading: {
|
|
889
|
+
level: "4",
|
|
890
|
+
},
|
|
891
|
+
},
|
|
892
|
+
content_wrapper: {
|
|
893
|
+
selectedVariants: {},
|
|
894
|
+
},
|
|
895
|
+
icon_content_wrapper: {
|
|
896
|
+
selectedVariants: {},
|
|
897
|
+
},
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
description: {
|
|
901
|
+
selectedVariants: {},
|
|
902
|
+
},
|
|
903
|
+
item_wrapper: {
|
|
904
|
+
selectedVariants: {},
|
|
905
|
+
},
|
|
906
|
+
title: {
|
|
907
|
+
selectedVariants: {
|
|
908
|
+
Heading_Level: "H5",
|
|
909
|
+
},
|
|
910
|
+
heading: {
|
|
911
|
+
level: "4",
|
|
912
|
+
},
|
|
913
|
+
},
|
|
914
|
+
content_wrapper: {
|
|
915
|
+
selectedVariants: {},
|
|
916
|
+
},
|
|
917
|
+
icon_content_wrapper: {
|
|
918
|
+
selectedVariants: {},
|
|
919
|
+
},
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
description: {
|
|
923
|
+
selectedVariants: {},
|
|
924
|
+
},
|
|
925
|
+
item_wrapper: {
|
|
926
|
+
selectedVariants: {},
|
|
927
|
+
},
|
|
928
|
+
title: {
|
|
929
|
+
selectedVariants: {
|
|
930
|
+
Heading_Level: "H5",
|
|
931
|
+
},
|
|
932
|
+
heading: {
|
|
933
|
+
level: "4",
|
|
934
|
+
},
|
|
935
|
+
},
|
|
936
|
+
content_wrapper: {
|
|
937
|
+
selectedVariants: {},
|
|
938
|
+
},
|
|
939
|
+
icon_content_wrapper: {
|
|
940
|
+
selectedVariants: {},
|
|
941
|
+
},
|
|
942
|
+
},
|
|
943
|
+
],
|
|
944
|
+
description: {
|
|
945
|
+
selectedVariants: {
|
|
946
|
+
Typography_Variants: "Large",
|
|
947
|
+
},
|
|
845
948
|
},
|
|
846
949
|
},
|
|
847
950
|
},
|
|
@@ -37,7 +37,7 @@ const Hero11: React.FC<ILevoBlockBaseProps<IHero11Content>> = ({ content }) => (
|
|
|
37
37
|
<Box elementKey={`features.${index}.icon_content_wrapper`}>
|
|
38
38
|
<Icon elementKey={`features.${index}.icon`} />
|
|
39
39
|
<Box elementKey={`features.${index}.content_wrapper`}>
|
|
40
|
-
<
|
|
40
|
+
<Heading elementKey={`features.${index}.title`} />
|
|
41
41
|
<Typography elementKey={`features.${index}.description`} />
|
|
42
42
|
</Box>
|
|
43
43
|
</Box>
|