@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
|
@@ -1,5 +1,133 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA_DEFAULT = {
|
|
4
|
+
id: "MqnWyg8s7L1p",
|
|
5
|
+
filename: "hero-1-default.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location:
|
|
8
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS.png",
|
|
9
|
+
srcset: {
|
|
10
|
+
"1080w":
|
|
11
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1080w.webp",
|
|
12
|
+
"1200w":
|
|
13
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1200w.webp",
|
|
14
|
+
"1920w":
|
|
15
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1920w.webp",
|
|
16
|
+
"320w":
|
|
17
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-320w.webp",
|
|
18
|
+
"640w":
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-640w.webp",
|
|
20
|
+
"750w":
|
|
21
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-750w.webp",
|
|
22
|
+
"828w":
|
|
23
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-828w.webp",
|
|
24
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-750w.webp 750w",
|
|
25
|
+
},
|
|
26
|
+
mimetype: "image/png",
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const MEDIA_CARD = {
|
|
30
|
+
id: "GLULcijQKLWq",
|
|
31
|
+
filename: "hero-1-card.png",
|
|
32
|
+
kind: "image",
|
|
33
|
+
location: "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe.png",
|
|
34
|
+
srcset: {
|
|
35
|
+
"1080w":
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1080w.webp",
|
|
37
|
+
"1200w":
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1200w.webp",
|
|
39
|
+
"1920w":
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1920w.webp",
|
|
41
|
+
"320w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-320w.webp",
|
|
43
|
+
"640w":
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-640w.webp",
|
|
45
|
+
"750w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-750w.webp",
|
|
47
|
+
"828w":
|
|
48
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-828w.webp",
|
|
49
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-320w.webp 320w",
|
|
50
|
+
},
|
|
51
|
+
mimetype: "image/png",
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const MEDIA_CARD_LEFT = {
|
|
55
|
+
id: "hjBnvKreHz9s",
|
|
56
|
+
filename: "hero-1-card-left.png",
|
|
57
|
+
kind: "image",
|
|
58
|
+
location:
|
|
59
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ.png",
|
|
60
|
+
srcset: {
|
|
61
|
+
"1080w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1080w.webp",
|
|
63
|
+
"1200w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1200w.webp",
|
|
65
|
+
"1920w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1920w.webp",
|
|
67
|
+
"320w":
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-320w.webp",
|
|
69
|
+
"640w":
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-640w.webp",
|
|
71
|
+
"750w":
|
|
72
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-750w.webp",
|
|
73
|
+
"828w":
|
|
74
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-828w.webp",
|
|
75
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-750w.webp 750w",
|
|
76
|
+
},
|
|
77
|
+
mimetype: "image/png",
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
const MEDIA_FULL = {
|
|
81
|
+
id: "dO4pwFglIOnU",
|
|
82
|
+
filename: "hero-1-full.png",
|
|
83
|
+
kind: "image",
|
|
84
|
+
location: "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s.png",
|
|
85
|
+
srcset: {
|
|
86
|
+
"1080w":
|
|
87
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1080w.webp",
|
|
88
|
+
"1200w":
|
|
89
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1200w.webp",
|
|
90
|
+
"1920w":
|
|
91
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1920w.webp",
|
|
92
|
+
"320w":
|
|
93
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-320w.webp",
|
|
94
|
+
"640w":
|
|
95
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-640w.webp",
|
|
96
|
+
"750w":
|
|
97
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-750w.webp",
|
|
98
|
+
"828w":
|
|
99
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-828w.webp",
|
|
100
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1920w.webp 1920w",
|
|
101
|
+
},
|
|
102
|
+
mimetype: "image/png",
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
const MEDIA_VERTICAL = {
|
|
106
|
+
id: "KQ5XQXeVZ3sf",
|
|
107
|
+
filename: "hero-1-vertical.png",
|
|
108
|
+
kind: "image",
|
|
109
|
+
location:
|
|
110
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47.png",
|
|
111
|
+
srcset: {
|
|
112
|
+
"1080w":
|
|
113
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1080w.webp",
|
|
114
|
+
"1200w":
|
|
115
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1200w.webp",
|
|
116
|
+
"1920w":
|
|
117
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1920w.webp",
|
|
118
|
+
"320w":
|
|
119
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-320w.webp",
|
|
120
|
+
"640w":
|
|
121
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-640w.webp",
|
|
122
|
+
"750w":
|
|
123
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-750w.webp",
|
|
124
|
+
"828w":
|
|
125
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-828w.webp",
|
|
126
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1200w.webp 1200w",
|
|
127
|
+
},
|
|
128
|
+
mimetype: "image/png",
|
|
129
|
+
};
|
|
130
|
+
|
|
3
131
|
const DEFAULT_CONTENT = {
|
|
4
132
|
layout: null,
|
|
5
133
|
content_wrapper: null,
|
|
@@ -178,23 +306,10 @@ export const Hero1: IBlock = {
|
|
|
178
306
|
key: "default",
|
|
179
307
|
styles: {
|
|
180
308
|
layout: {
|
|
181
|
-
width: "100%",
|
|
182
309
|
"row-gap": "3xl",
|
|
183
310
|
"column-gap": "3xl",
|
|
184
|
-
"padding-top": "3xl",
|
|
185
|
-
"padding-right": "4xl",
|
|
186
|
-
"padding-bottom": "3xl",
|
|
187
|
-
"padding-left": "4xl",
|
|
188
|
-
tablet: {
|
|
189
|
-
"padding-top": "2xl",
|
|
190
|
-
"padding-right": "2xl",
|
|
191
|
-
"padding-bottom": "2xl",
|
|
192
|
-
"padding-left": "2xl",
|
|
193
|
-
},
|
|
194
311
|
},
|
|
195
312
|
container: {
|
|
196
|
-
"margin-left": "auto",
|
|
197
|
-
"margin-right": "auto",
|
|
198
313
|
display: "flex",
|
|
199
314
|
flex: "1",
|
|
200
315
|
"flex-direction": "row-reverse",
|
|
@@ -225,15 +340,9 @@ export const Hero1: IBlock = {
|
|
|
225
340
|
"justify-content": "center",
|
|
226
341
|
"row-gap": "base",
|
|
227
342
|
},
|
|
228
|
-
label: {
|
|
229
|
-
|
|
230
|
-
},
|
|
231
|
-
title: {
|
|
232
|
-
color: "text-1",
|
|
233
|
-
},
|
|
234
|
-
description: {
|
|
235
|
-
color: "text-2",
|
|
236
|
-
},
|
|
343
|
+
label: {},
|
|
344
|
+
title: {},
|
|
345
|
+
description: {},
|
|
237
346
|
hero_ctas_levoGroup: {
|
|
238
347
|
display: "flex",
|
|
239
348
|
gap: "base",
|
|
@@ -259,7 +368,14 @@ export const Hero1: IBlock = {
|
|
|
259
368
|
},
|
|
260
369
|
],
|
|
261
370
|
},
|
|
262
|
-
content:
|
|
371
|
+
content: {
|
|
372
|
+
...DEFAULT_CONTENT,
|
|
373
|
+
hero_images: [
|
|
374
|
+
{
|
|
375
|
+
image: MEDIA_DEFAULT,
|
|
376
|
+
},
|
|
377
|
+
],
|
|
378
|
+
},
|
|
263
379
|
config: {
|
|
264
380
|
title: {
|
|
265
381
|
heading: {
|
|
@@ -269,6 +385,11 @@ export const Hero1: IBlock = {
|
|
|
269
385
|
Heading_Level: "H1",
|
|
270
386
|
},
|
|
271
387
|
},
|
|
388
|
+
label: {
|
|
389
|
+
selectedVariants: {
|
|
390
|
+
Typography_Variants: "Body",
|
|
391
|
+
},
|
|
392
|
+
},
|
|
272
393
|
},
|
|
273
394
|
},
|
|
274
395
|
{
|
|
@@ -276,32 +397,24 @@ export const Hero1: IBlock = {
|
|
|
276
397
|
key: "card",
|
|
277
398
|
styles: {
|
|
278
399
|
layout: {
|
|
279
|
-
width: "100%",
|
|
280
400
|
"row-gap": "3xl",
|
|
281
401
|
"column-gap": "3xl",
|
|
282
|
-
padding: "base",
|
|
283
402
|
"background-color": "background-1",
|
|
284
403
|
},
|
|
285
404
|
container: {
|
|
286
|
-
"margin-left": "auto",
|
|
287
|
-
"margin-right": "auto",
|
|
288
405
|
display: "flex",
|
|
289
406
|
"flex-direction": "row",
|
|
290
407
|
"align-items": "center",
|
|
291
408
|
"row-gap": "3xl",
|
|
292
409
|
"column-gap": "3xl",
|
|
293
|
-
"border-radius": "
|
|
410
|
+
"border-radius": "xl",
|
|
294
411
|
"background-color": "white",
|
|
295
412
|
"box-shadow": "default",
|
|
296
413
|
"padding-top": "3xl",
|
|
297
|
-
"padding-right": "4xl",
|
|
298
414
|
"padding-bottom": "3xl",
|
|
299
|
-
"padding-left": "4xl",
|
|
300
415
|
tablet: {
|
|
301
416
|
"padding-top": "2xl",
|
|
302
|
-
"padding-right": "2xl",
|
|
303
417
|
"padding-bottom": "2xl",
|
|
304
|
-
"padding-left": "2xl",
|
|
305
418
|
},
|
|
306
419
|
mobile: {
|
|
307
420
|
"flex-direction": "column",
|
|
@@ -327,15 +440,9 @@ export const Hero1: IBlock = {
|
|
|
327
440
|
"justify-content": "center",
|
|
328
441
|
"row-gap": "base",
|
|
329
442
|
},
|
|
330
|
-
label: {
|
|
331
|
-
|
|
332
|
-
},
|
|
333
|
-
title: {
|
|
334
|
-
color: "text-1",
|
|
335
|
-
},
|
|
336
|
-
description: {
|
|
337
|
-
color: "text-2",
|
|
338
|
-
},
|
|
443
|
+
label: {},
|
|
444
|
+
title: {},
|
|
445
|
+
description: {},
|
|
339
446
|
hero_ctas_levoGroup: {
|
|
340
447
|
display: "flex",
|
|
341
448
|
gap: "base",
|
|
@@ -361,7 +468,14 @@ export const Hero1: IBlock = {
|
|
|
361
468
|
},
|
|
362
469
|
],
|
|
363
470
|
},
|
|
364
|
-
content:
|
|
471
|
+
content: {
|
|
472
|
+
...DEFAULT_CONTENT,
|
|
473
|
+
hero_images: [
|
|
474
|
+
{
|
|
475
|
+
image: MEDIA_CARD,
|
|
476
|
+
},
|
|
477
|
+
],
|
|
478
|
+
},
|
|
365
479
|
config: {
|
|
366
480
|
title: {
|
|
367
481
|
heading: {
|
|
@@ -385,8 +499,6 @@ export const Hero1: IBlock = {
|
|
|
385
499
|
"background-color": "background-1",
|
|
386
500
|
},
|
|
387
501
|
container: {
|
|
388
|
-
"margin-left": "auto",
|
|
389
|
-
"margin-right": "auto",
|
|
390
502
|
display: "flex",
|
|
391
503
|
flex: "1",
|
|
392
504
|
"flex-direction": "row-reverse",
|
|
@@ -464,7 +576,14 @@ export const Hero1: IBlock = {
|
|
|
464
576
|
},
|
|
465
577
|
],
|
|
466
578
|
},
|
|
467
|
-
content:
|
|
579
|
+
content: {
|
|
580
|
+
...DEFAULT_CONTENT,
|
|
581
|
+
hero_images: [
|
|
582
|
+
{
|
|
583
|
+
image: MEDIA_CARD_LEFT,
|
|
584
|
+
},
|
|
585
|
+
],
|
|
586
|
+
},
|
|
468
587
|
config: {
|
|
469
588
|
title: {
|
|
470
589
|
heading: {
|
|
@@ -485,20 +604,8 @@ export const Hero1: IBlock = {
|
|
|
485
604
|
width: "100%",
|
|
486
605
|
"row-gap": "3xl",
|
|
487
606
|
"column-gap": "3xl",
|
|
488
|
-
"padding-top": "3xl",
|
|
489
|
-
"padding-right": "4xl",
|
|
490
|
-
"padding-bottom": "3xl",
|
|
491
|
-
"padding-left": "4xl",
|
|
492
|
-
tablet: {
|
|
493
|
-
"padding-top": "2xl",
|
|
494
|
-
"padding-right": "2xl",
|
|
495
|
-
"padding-bottom": "2xl",
|
|
496
|
-
"padding-left": "2xl",
|
|
497
|
-
},
|
|
498
607
|
},
|
|
499
608
|
container: {
|
|
500
|
-
"margin-left": "auto",
|
|
501
|
-
"margin-right": "auto",
|
|
502
609
|
display: "flex",
|
|
503
610
|
flex: "1",
|
|
504
611
|
"flex-direction": "row",
|
|
@@ -506,16 +613,13 @@ export const Hero1: IBlock = {
|
|
|
506
613
|
"align-items": "center",
|
|
507
614
|
"row-gap": "3xl",
|
|
508
615
|
"column-gap": "3xl",
|
|
509
|
-
"padding-left": "4xl",
|
|
510
616
|
"padding-top": "8xl",
|
|
511
617
|
"padding-bottom": "8xl",
|
|
512
618
|
tablet: {
|
|
513
|
-
"padding-left": "2xl",
|
|
514
619
|
"padding-top": "4xl",
|
|
515
620
|
"padding-bottom": "4xl",
|
|
516
621
|
},
|
|
517
622
|
mobile: {
|
|
518
|
-
"padding-left": "lg",
|
|
519
623
|
"padding-top": "2xl",
|
|
520
624
|
"padding-bottom": "2xl",
|
|
521
625
|
"flex-direction": "column",
|
|
@@ -596,7 +700,14 @@ export const Hero1: IBlock = {
|
|
|
596
700
|
},
|
|
597
701
|
],
|
|
598
702
|
},
|
|
599
|
-
content:
|
|
703
|
+
content: {
|
|
704
|
+
...DEFAULT_CONTENT,
|
|
705
|
+
hero_images: [
|
|
706
|
+
{
|
|
707
|
+
image: MEDIA_FULL,
|
|
708
|
+
},
|
|
709
|
+
],
|
|
710
|
+
},
|
|
600
711
|
config: {
|
|
601
712
|
title: {
|
|
602
713
|
heading: {
|
|
@@ -617,20 +728,8 @@ export const Hero1: IBlock = {
|
|
|
617
728
|
width: "100%",
|
|
618
729
|
"row-gap": "3xl",
|
|
619
730
|
"column-gap": "3xl",
|
|
620
|
-
"padding-top": "3xl",
|
|
621
|
-
"padding-right": "4xl",
|
|
622
|
-
"padding-bottom": "3xl",
|
|
623
|
-
"padding-left": "4xl",
|
|
624
|
-
tablet: {
|
|
625
|
-
"padding-top": "2xl",
|
|
626
|
-
"padding-right": "2xl",
|
|
627
|
-
"padding-bottom": "2xl",
|
|
628
|
-
"padding-left": "2xl",
|
|
629
|
-
},
|
|
630
731
|
},
|
|
631
732
|
container: {
|
|
632
|
-
"margin-left": "auto",
|
|
633
|
-
"margin-right": "auto",
|
|
634
733
|
display: "flex",
|
|
635
734
|
flex: "1",
|
|
636
735
|
"flex-direction": "column",
|
|
@@ -638,9 +737,6 @@ export const Hero1: IBlock = {
|
|
|
638
737
|
"row-gap": "3xl",
|
|
639
738
|
"column-gap": "3xl",
|
|
640
739
|
mobile: {
|
|
641
|
-
"padding-left": "lg",
|
|
642
|
-
"padding-top": "4xl",
|
|
643
|
-
"padding-bottom": "4xl",
|
|
644
740
|
"flex-direction": "column",
|
|
645
741
|
},
|
|
646
742
|
},
|
|
@@ -666,15 +762,9 @@ export const Hero1: IBlock = {
|
|
|
666
762
|
"text-align": "center",
|
|
667
763
|
"row-gap": "base",
|
|
668
764
|
},
|
|
669
|
-
label: {
|
|
670
|
-
|
|
671
|
-
},
|
|
672
|
-
title: {
|
|
673
|
-
color: "text-1",
|
|
674
|
-
},
|
|
675
|
-
description: {
|
|
676
|
-
color: "text-2",
|
|
677
|
-
},
|
|
765
|
+
label: {},
|
|
766
|
+
title: {},
|
|
767
|
+
description: {},
|
|
678
768
|
hero_ctas_levoGroup: {
|
|
679
769
|
display: "flex",
|
|
680
770
|
gap: "base",
|
|
@@ -723,14 +813,21 @@ export const Hero1: IBlock = {
|
|
|
723
813
|
horizontal_divider: {
|
|
724
814
|
width: "60px",
|
|
725
815
|
height: "2px",
|
|
726
|
-
"background-color": "
|
|
816
|
+
"background-color": "brandSecondary",
|
|
727
817
|
"padding-top": "none",
|
|
728
818
|
"padding-bottom": "none",
|
|
729
819
|
"margin-top": "none",
|
|
730
820
|
"margin-bottom": "none",
|
|
731
821
|
},
|
|
732
822
|
},
|
|
733
|
-
content:
|
|
823
|
+
content: {
|
|
824
|
+
...DEFAULT_CONTENT,
|
|
825
|
+
hero_images: [
|
|
826
|
+
{
|
|
827
|
+
image: MEDIA_VERTICAL,
|
|
828
|
+
},
|
|
829
|
+
],
|
|
830
|
+
},
|
|
734
831
|
config: {
|
|
735
832
|
title: {
|
|
736
833
|
heading: {
|
|
@@ -89,27 +89,10 @@ export const Hero10: IBlock = {
|
|
|
89
89
|
title: "Default",
|
|
90
90
|
key: "default",
|
|
91
91
|
styles: {
|
|
92
|
-
layout: {
|
|
93
|
-
width: "100%",
|
|
94
|
-
"padding-top": "3xl",
|
|
95
|
-
"padding-right": "4xl",
|
|
96
|
-
"padding-bottom": "3xl",
|
|
97
|
-
"padding-left": "4xl",
|
|
98
|
-
tablet: {
|
|
99
|
-
"padding-top": "2xl",
|
|
100
|
-
"padding-right": "2xl",
|
|
101
|
-
"padding-bottom": "2xl",
|
|
102
|
-
"padding-left": "2xl",
|
|
103
|
-
},
|
|
104
|
-
},
|
|
92
|
+
layout: {},
|
|
105
93
|
container: {
|
|
106
|
-
"margin-left": "auto",
|
|
107
|
-
"margin-right": "auto",
|
|
108
94
|
display: "flex",
|
|
109
95
|
flex: "1",
|
|
110
|
-
"max-width": "auto",
|
|
111
|
-
"padding-left": "none",
|
|
112
|
-
"padding-right": "none",
|
|
113
96
|
},
|
|
114
97
|
content_wrapper: {
|
|
115
98
|
display: "flex",
|
|
@@ -120,13 +103,6 @@ export const Hero10: IBlock = {
|
|
|
120
103
|
width: "100%",
|
|
121
104
|
},
|
|
122
105
|
title: {
|
|
123
|
-
color: "text-1",
|
|
124
|
-
"font-size": "5xl",
|
|
125
|
-
"font-weight": "700",
|
|
126
|
-
mobile: {
|
|
127
|
-
"font-size": "3xl",
|
|
128
|
-
},
|
|
129
|
-
width: "100%",
|
|
130
106
|
"max-width": "400px",
|
|
131
107
|
},
|
|
132
108
|
text_cta_container: {
|
|
@@ -144,8 +120,6 @@ export const Hero10: IBlock = {
|
|
|
144
120
|
"flex-direction": "column",
|
|
145
121
|
},
|
|
146
122
|
description: {
|
|
147
|
-
color: "text-2",
|
|
148
|
-
"font-size": "lg",
|
|
149
123
|
flex: "1",
|
|
150
124
|
"max-width": "400px",
|
|
151
125
|
},
|
|
@@ -163,10 +137,15 @@ export const Hero10: IBlock = {
|
|
|
163
137
|
config: {
|
|
164
138
|
title: {
|
|
165
139
|
heading: {
|
|
166
|
-
level:
|
|
140
|
+
level: "2",
|
|
141
|
+
},
|
|
142
|
+
selectedVariants: {
|
|
143
|
+
Heading_Level: "H2",
|
|
167
144
|
},
|
|
145
|
+
},
|
|
146
|
+
description: {
|
|
168
147
|
selectedVariants: {
|
|
169
|
-
|
|
148
|
+
Typography_Variants: "Large",
|
|
170
149
|
},
|
|
171
150
|
},
|
|
172
151
|
},
|