@levo-so/blocks 0.1.59 → 0.1.61
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 +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- 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 +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -1,5 +1,23 @@
|
|
|
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": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-828w.webp",
|
|
16
|
+
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",
|
|
17
|
+
},
|
|
18
|
+
mimetype: "image/png",
|
|
19
|
+
};
|
|
20
|
+
|
|
3
21
|
const DEFAULT_CONTENT = {
|
|
4
22
|
layout: null,
|
|
5
23
|
container: null,
|
|
@@ -91,6 +109,7 @@ const DEFAULT_CONTENT = {
|
|
|
91
109
|
separator: null,
|
|
92
110
|
},
|
|
93
111
|
],
|
|
112
|
+
caption: null,
|
|
94
113
|
};
|
|
95
114
|
|
|
96
115
|
export type IHero11Content = typeof DEFAULT_CONTENT;
|
|
@@ -150,6 +169,16 @@ export const Hero11: IBlock = {
|
|
|
150
169
|
max_characters: 180,
|
|
151
170
|
},
|
|
152
171
|
},
|
|
172
|
+
{
|
|
173
|
+
key: "caption",
|
|
174
|
+
label: "Caption",
|
|
175
|
+
field_interface: "TypographyWidget",
|
|
176
|
+
hint: {
|
|
177
|
+
prompt_description: "Caption text",
|
|
178
|
+
min_characters: 80,
|
|
179
|
+
max_characters: 180,
|
|
180
|
+
},
|
|
181
|
+
},
|
|
153
182
|
{
|
|
154
183
|
key: "cta",
|
|
155
184
|
label: "Call to Action",
|
|
@@ -216,7 +245,7 @@ export const Hero11: IBlock = {
|
|
|
216
245
|
{
|
|
217
246
|
key: "title",
|
|
218
247
|
label: "Title",
|
|
219
|
-
field_interface: "
|
|
248
|
+
field_interface: "HeadingWidget",
|
|
220
249
|
hint: {
|
|
221
250
|
prompt_description:
|
|
222
251
|
"Feature title displayed prominently. Use clear, action-oriented language (2-4 words).",
|
|
@@ -261,8 +290,9 @@ export const Hero11: IBlock = {
|
|
|
261
290
|
title: "Default",
|
|
262
291
|
styles: {
|
|
263
292
|
layout: {
|
|
264
|
-
"
|
|
265
|
-
"
|
|
293
|
+
"background-image": `url("${MEDIA?.location}")`,
|
|
294
|
+
"background-position": "50% 50%",
|
|
295
|
+
"background-size": "cover",
|
|
266
296
|
},
|
|
267
297
|
container: {},
|
|
268
298
|
content_wrapper: {
|
|
@@ -279,21 +309,10 @@ export const Hero11: IBlock = {
|
|
|
279
309
|
filter: "none",
|
|
280
310
|
},
|
|
281
311
|
title: {
|
|
282
|
-
color: "text-1",
|
|
283
|
-
"font-size": "5xl",
|
|
284
|
-
"font-weight": "700",
|
|
285
|
-
mobile: {
|
|
286
|
-
"font-size": "3xl",
|
|
287
|
-
},
|
|
288
312
|
"max-width": "700px",
|
|
289
313
|
},
|
|
290
314
|
description: {
|
|
291
|
-
color: "text-2",
|
|
292
|
-
"font-size": "lg",
|
|
293
315
|
"max-width": "600px",
|
|
294
|
-
mobile: {
|
|
295
|
-
"font-size": "base",
|
|
296
|
-
},
|
|
297
316
|
},
|
|
298
317
|
cta_levoGroup: {
|
|
299
318
|
display: "flex",
|
|
@@ -350,11 +369,11 @@ export const Hero11: IBlock = {
|
|
|
350
369
|
"align-items": "center",
|
|
351
370
|
"margin-right": "3xl",
|
|
352
371
|
},
|
|
353
|
-
"justify-content": "
|
|
372
|
+
"justify-content": "center",
|
|
354
373
|
},
|
|
355
374
|
icon_content_wrapper: {
|
|
356
375
|
display: "flex",
|
|
357
|
-
"align-items": "
|
|
376
|
+
"align-items": "center",
|
|
358
377
|
"column-gap": "base",
|
|
359
378
|
"text-align": "left",
|
|
360
379
|
mobile: {
|
|
@@ -386,7 +405,7 @@ export const Hero11: IBlock = {
|
|
|
386
405
|
content_wrapper: {
|
|
387
406
|
display: "flex",
|
|
388
407
|
"flex-direction": "column",
|
|
389
|
-
"row-gap": "
|
|
408
|
+
"row-gap": "none",
|
|
390
409
|
filter: "none",
|
|
391
410
|
"justify-content": "start",
|
|
392
411
|
"align-items": "start",
|
|
@@ -397,23 +416,16 @@ export const Hero11: IBlock = {
|
|
|
397
416
|
},
|
|
398
417
|
},
|
|
399
418
|
title: {
|
|
400
|
-
color: "text-1",
|
|
401
|
-
"font-size": "lg",
|
|
402
|
-
"font-weight": "600",
|
|
403
419
|
mobile: {
|
|
404
420
|
"text-align": "center",
|
|
405
|
-
"font-size": "base",
|
|
406
421
|
},
|
|
422
|
+
"font-weight": 600,
|
|
407
423
|
},
|
|
408
424
|
description: {
|
|
409
|
-
"font-family": "var(--font-body)",
|
|
410
|
-
color: "text-2",
|
|
411
|
-
"line-height": "normal",
|
|
412
425
|
"max-width": "200px",
|
|
413
426
|
mobile: {
|
|
414
427
|
"max-width": "180px",
|
|
415
428
|
"text-align": "left",
|
|
416
|
-
filter: "none",
|
|
417
429
|
},
|
|
418
430
|
},
|
|
419
431
|
cta: {
|
|
@@ -465,22 +477,27 @@ export const Hero11: IBlock = {
|
|
|
465
477
|
{
|
|
466
478
|
item_wrapper: {
|
|
467
479
|
display: "flex",
|
|
468
|
-
"align-items": "
|
|
480
|
+
"align-items": "end",
|
|
469
481
|
"flex-grow": "1",
|
|
470
482
|
mobile: {
|
|
471
483
|
"flex-direction": "column",
|
|
472
484
|
width: "100%",
|
|
473
|
-
|
|
474
|
-
"
|
|
485
|
+
filter: "none",
|
|
486
|
+
"border-bottom": "1px s",
|
|
487
|
+
"justify-content": "start",
|
|
488
|
+
"align-items": "start",
|
|
475
489
|
},
|
|
476
490
|
tablet: {
|
|
477
491
|
filter: "none",
|
|
492
|
+
"justify-content": "center",
|
|
493
|
+
"align-items": "center",
|
|
494
|
+
"margin-right": "3xl",
|
|
478
495
|
},
|
|
479
496
|
"justify-content": "center",
|
|
480
497
|
},
|
|
481
498
|
icon_content_wrapper: {
|
|
482
499
|
display: "flex",
|
|
483
|
-
"align-items": "
|
|
500
|
+
"align-items": "center",
|
|
484
501
|
"column-gap": "base",
|
|
485
502
|
"text-align": "left",
|
|
486
503
|
mobile: {
|
|
@@ -494,6 +511,10 @@ export const Hero11: IBlock = {
|
|
|
494
511
|
},
|
|
495
512
|
filter: "none",
|
|
496
513
|
"justify-content": "start",
|
|
514
|
+
tablet: {
|
|
515
|
+
"justify-content": "start",
|
|
516
|
+
"align-items": "start",
|
|
517
|
+
},
|
|
497
518
|
},
|
|
498
519
|
icon: {
|
|
499
520
|
width: "48px",
|
|
@@ -508,7 +529,7 @@ export const Hero11: IBlock = {
|
|
|
508
529
|
content_wrapper: {
|
|
509
530
|
display: "flex",
|
|
510
531
|
"flex-direction": "column",
|
|
511
|
-
"row-gap": "
|
|
532
|
+
"row-gap": "none",
|
|
512
533
|
filter: "none",
|
|
513
534
|
"justify-content": "start",
|
|
514
535
|
"align-items": "start",
|
|
@@ -519,38 +540,28 @@ export const Hero11: IBlock = {
|
|
|
519
540
|
},
|
|
520
541
|
},
|
|
521
542
|
title: {
|
|
522
|
-
color: "text-1",
|
|
523
|
-
"font-size": "lg",
|
|
524
|
-
"font-weight": "600",
|
|
525
543
|
mobile: {
|
|
526
544
|
"text-align": "center",
|
|
527
|
-
"font-size": "base",
|
|
528
545
|
},
|
|
546
|
+
"font-weight": 600,
|
|
529
547
|
},
|
|
530
548
|
description: {
|
|
531
|
-
color: "text-2",
|
|
532
549
|
"max-width": "200px",
|
|
533
550
|
mobile: {
|
|
534
551
|
"max-width": "180px",
|
|
535
552
|
"text-align": "left",
|
|
536
|
-
filter: "none",
|
|
537
553
|
},
|
|
538
554
|
},
|
|
539
555
|
cta: {
|
|
540
|
-
display: "flex",
|
|
541
|
-
"align-items": "center",
|
|
542
|
-
"justify-content": "center",
|
|
543
|
-
"border-radius": "base",
|
|
544
556
|
"background-color": "white",
|
|
545
557
|
color: "text-1",
|
|
546
|
-
cursor: "pointer",
|
|
547
558
|
"padding-top": "xs",
|
|
548
559
|
"padding-bottom": "xs",
|
|
549
560
|
"padding-left": "none",
|
|
550
561
|
"padding-right": "sm",
|
|
551
|
-
"border-
|
|
562
|
+
"border-radius": "base",
|
|
552
563
|
"border-width": "1px",
|
|
553
|
-
"border-
|
|
564
|
+
"border-color": "border",
|
|
554
565
|
"text-decoration": "none",
|
|
555
566
|
"margin-top": "xs",
|
|
556
567
|
mobile: {
|
|
@@ -575,34 +586,42 @@ export const Hero11: IBlock = {
|
|
|
575
586
|
"margin-right": "xl",
|
|
576
587
|
mobile: {
|
|
577
588
|
display: "none",
|
|
589
|
+
filter: "none",
|
|
578
590
|
},
|
|
579
591
|
filter: "none",
|
|
580
592
|
tablet: {
|
|
581
593
|
filter: "none",
|
|
582
594
|
display: "none",
|
|
595
|
+
height: "80px",
|
|
596
|
+
"margin-left": "none",
|
|
597
|
+
"margin-right": "none",
|
|
583
598
|
},
|
|
584
599
|
},
|
|
585
600
|
},
|
|
586
601
|
{
|
|
587
602
|
item_wrapper: {
|
|
588
603
|
display: "flex",
|
|
589
|
-
"align-items": "
|
|
604
|
+
"align-items": "end",
|
|
590
605
|
"flex-grow": "1",
|
|
591
606
|
mobile: {
|
|
592
607
|
"flex-direction": "column",
|
|
593
608
|
width: "100%",
|
|
609
|
+
filter: "none",
|
|
610
|
+
"border-bottom": "1px s",
|
|
594
611
|
"justify-content": "start",
|
|
595
612
|
"align-items": "start",
|
|
596
613
|
},
|
|
597
|
-
"justify-content": "center",
|
|
598
614
|
tablet: {
|
|
615
|
+
filter: "none",
|
|
599
616
|
"justify-content": "center",
|
|
600
617
|
"align-items": "center",
|
|
618
|
+
"margin-right": "3xl",
|
|
601
619
|
},
|
|
620
|
+
"justify-content": "center",
|
|
602
621
|
},
|
|
603
622
|
icon_content_wrapper: {
|
|
604
623
|
display: "flex",
|
|
605
|
-
"align-items": "
|
|
624
|
+
"align-items": "center",
|
|
606
625
|
"column-gap": "base",
|
|
607
626
|
"text-align": "left",
|
|
608
627
|
mobile: {
|
|
@@ -616,6 +635,10 @@ export const Hero11: IBlock = {
|
|
|
616
635
|
},
|
|
617
636
|
filter: "none",
|
|
618
637
|
"justify-content": "start",
|
|
638
|
+
tablet: {
|
|
639
|
+
"justify-content": "start",
|
|
640
|
+
"align-items": "start",
|
|
641
|
+
},
|
|
619
642
|
},
|
|
620
643
|
icon: {
|
|
621
644
|
width: "48px",
|
|
@@ -630,7 +653,7 @@ export const Hero11: IBlock = {
|
|
|
630
653
|
content_wrapper: {
|
|
631
654
|
display: "flex",
|
|
632
655
|
"flex-direction": "column",
|
|
633
|
-
"row-gap": "
|
|
656
|
+
"row-gap": "none",
|
|
634
657
|
filter: "none",
|
|
635
658
|
"justify-content": "start",
|
|
636
659
|
"align-items": "start",
|
|
@@ -641,40 +664,28 @@ export const Hero11: IBlock = {
|
|
|
641
664
|
},
|
|
642
665
|
},
|
|
643
666
|
title: {
|
|
644
|
-
color: "text-1",
|
|
645
|
-
"font-size": "lg",
|
|
646
|
-
"font-weight": "600",
|
|
647
667
|
mobile: {
|
|
648
668
|
"text-align": "center",
|
|
649
|
-
"font-size": "base",
|
|
650
669
|
},
|
|
670
|
+
"font-weight": 600,
|
|
651
671
|
},
|
|
652
672
|
description: {
|
|
653
|
-
"font-family": "var(--font-body)",
|
|
654
|
-
color: "text-2",
|
|
655
|
-
"line-height": "normal",
|
|
656
673
|
"max-width": "200px",
|
|
657
674
|
mobile: {
|
|
658
675
|
"max-width": "180px",
|
|
659
676
|
"text-align": "left",
|
|
660
|
-
filter: "none",
|
|
661
677
|
},
|
|
662
678
|
},
|
|
663
679
|
cta: {
|
|
664
|
-
display: "flex",
|
|
665
|
-
"align-items": "center",
|
|
666
|
-
"justify-content": "center",
|
|
667
|
-
"border-radius": "base",
|
|
668
680
|
"background-color": "white",
|
|
669
681
|
color: "text-1",
|
|
670
|
-
cursor: "pointer",
|
|
671
682
|
"padding-top": "xs",
|
|
672
683
|
"padding-bottom": "xs",
|
|
673
684
|
"padding-left": "none",
|
|
674
685
|
"padding-right": "sm",
|
|
675
|
-
"border-
|
|
686
|
+
"border-radius": "base",
|
|
676
687
|
"border-width": "1px",
|
|
677
|
-
"border-
|
|
688
|
+
"border-color": "border",
|
|
678
689
|
"text-decoration": "none",
|
|
679
690
|
"margin-top": "xs",
|
|
680
691
|
mobile: {
|
|
@@ -699,34 +710,42 @@ export const Hero11: IBlock = {
|
|
|
699
710
|
"margin-right": "xl",
|
|
700
711
|
mobile: {
|
|
701
712
|
display: "none",
|
|
713
|
+
filter: "none",
|
|
702
714
|
},
|
|
703
715
|
filter: "none",
|
|
704
716
|
tablet: {
|
|
705
717
|
filter: "none",
|
|
706
718
|
display: "none",
|
|
719
|
+
height: "80px",
|
|
720
|
+
"margin-left": "none",
|
|
721
|
+
"margin-right": "none",
|
|
707
722
|
},
|
|
708
723
|
},
|
|
709
724
|
},
|
|
710
725
|
{
|
|
711
726
|
item_wrapper: {
|
|
712
727
|
display: "flex",
|
|
713
|
-
"align-items": "
|
|
728
|
+
"align-items": "end",
|
|
714
729
|
"flex-grow": "1",
|
|
715
730
|
mobile: {
|
|
716
731
|
"flex-direction": "column",
|
|
717
732
|
width: "100%",
|
|
718
|
-
|
|
719
|
-
"
|
|
733
|
+
filter: "none",
|
|
734
|
+
"border-bottom": "1px s",
|
|
735
|
+
"justify-content": "start",
|
|
736
|
+
"align-items": "start",
|
|
720
737
|
},
|
|
721
|
-
"justify-content": "start",
|
|
722
738
|
tablet: {
|
|
739
|
+
filter: "none",
|
|
723
740
|
"justify-content": "center",
|
|
724
741
|
"align-items": "center",
|
|
742
|
+
"margin-right": "3xl",
|
|
725
743
|
},
|
|
744
|
+
"justify-content": "center",
|
|
726
745
|
},
|
|
727
746
|
icon_content_wrapper: {
|
|
728
747
|
display: "flex",
|
|
729
|
-
"align-items": "
|
|
748
|
+
"align-items": "center",
|
|
730
749
|
"column-gap": "base",
|
|
731
750
|
"text-align": "left",
|
|
732
751
|
mobile: {
|
|
@@ -740,6 +759,10 @@ export const Hero11: IBlock = {
|
|
|
740
759
|
},
|
|
741
760
|
filter: "none",
|
|
742
761
|
"justify-content": "start",
|
|
762
|
+
tablet: {
|
|
763
|
+
"justify-content": "start",
|
|
764
|
+
"align-items": "start",
|
|
765
|
+
},
|
|
743
766
|
},
|
|
744
767
|
icon: {
|
|
745
768
|
width: "48px",
|
|
@@ -748,14 +771,13 @@ export const Hero11: IBlock = {
|
|
|
748
771
|
mobile: {
|
|
749
772
|
width: "40px",
|
|
750
773
|
height: "40px",
|
|
751
|
-
filter: "none",
|
|
752
774
|
},
|
|
753
775
|
filter: "none",
|
|
754
776
|
},
|
|
755
777
|
content_wrapper: {
|
|
756
778
|
display: "flex",
|
|
757
779
|
"flex-direction": "column",
|
|
758
|
-
"row-gap": "
|
|
780
|
+
"row-gap": "none",
|
|
759
781
|
filter: "none",
|
|
760
782
|
"justify-content": "start",
|
|
761
783
|
"align-items": "start",
|
|
@@ -766,40 +788,28 @@ export const Hero11: IBlock = {
|
|
|
766
788
|
},
|
|
767
789
|
},
|
|
768
790
|
title: {
|
|
769
|
-
color: "text-1",
|
|
770
|
-
"font-size": "lg",
|
|
771
|
-
"font-weight": "600",
|
|
772
791
|
mobile: {
|
|
773
792
|
"text-align": "center",
|
|
774
|
-
"font-size": "base",
|
|
775
793
|
},
|
|
794
|
+
"font-weight": 600,
|
|
776
795
|
},
|
|
777
796
|
description: {
|
|
778
|
-
"font-family": "var(--font-body)",
|
|
779
|
-
color: "text-2",
|
|
780
|
-
"line-height": "normal",
|
|
781
797
|
"max-width": "200px",
|
|
782
798
|
mobile: {
|
|
783
799
|
"max-width": "180px",
|
|
784
800
|
"text-align": "left",
|
|
785
|
-
filter: "none",
|
|
786
801
|
},
|
|
787
802
|
},
|
|
788
803
|
cta: {
|
|
789
|
-
display: "flex",
|
|
790
|
-
"align-items": "center",
|
|
791
|
-
"justify-content": "center",
|
|
792
|
-
"border-radius": "base",
|
|
793
804
|
"background-color": "white",
|
|
794
805
|
color: "text-1",
|
|
795
|
-
cursor: "pointer",
|
|
796
806
|
"padding-top": "xs",
|
|
797
807
|
"padding-bottom": "xs",
|
|
798
808
|
"padding-left": "none",
|
|
799
809
|
"padding-right": "sm",
|
|
800
|
-
"border-
|
|
810
|
+
"border-radius": "base",
|
|
801
811
|
"border-width": "1px",
|
|
802
|
-
"border-
|
|
812
|
+
"border-color": "border",
|
|
803
813
|
"text-decoration": "none",
|
|
804
814
|
"margin-top": "xs",
|
|
805
815
|
mobile: {
|
|
@@ -818,12 +828,21 @@ export const Hero11: IBlock = {
|
|
|
818
828
|
},
|
|
819
829
|
separator: {
|
|
820
830
|
width: "1px",
|
|
821
|
-
height: "
|
|
831
|
+
height: "100px",
|
|
822
832
|
"background-color": "var(--color-border)",
|
|
823
833
|
"margin-left": "xl",
|
|
824
834
|
"margin-right": "xl",
|
|
825
835
|
mobile: {
|
|
826
836
|
display: "none",
|
|
837
|
+
filter: "none",
|
|
838
|
+
},
|
|
839
|
+
filter: "none",
|
|
840
|
+
tablet: {
|
|
841
|
+
filter: "none",
|
|
842
|
+
display: "none",
|
|
843
|
+
height: "80px",
|
|
844
|
+
"margin-left": "none",
|
|
845
|
+
"margin-right": "none",
|
|
827
846
|
},
|
|
828
847
|
},
|
|
829
848
|
},
|
|
@@ -836,11 +855,99 @@ export const Hero11: IBlock = {
|
|
|
836
855
|
level: 1,
|
|
837
856
|
},
|
|
838
857
|
},
|
|
839
|
-
features:
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
858
|
+
features: [
|
|
859
|
+
{
|
|
860
|
+
description: {
|
|
861
|
+
selectedVariants: {},
|
|
862
|
+
},
|
|
863
|
+
item_wrapper: {
|
|
864
|
+
selectedVariants: {},
|
|
865
|
+
},
|
|
866
|
+
title: {
|
|
867
|
+
heading: {
|
|
868
|
+
level: "4",
|
|
869
|
+
},
|
|
870
|
+
selectedVariants: {
|
|
871
|
+
Heading_Level: "H5",
|
|
872
|
+
},
|
|
873
|
+
},
|
|
874
|
+
content_wrapper: {
|
|
875
|
+
selectedVariants: {},
|
|
876
|
+
},
|
|
877
|
+
icon_content_wrapper: {
|
|
878
|
+
selectedVariants: {},
|
|
879
|
+
},
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
description: {
|
|
883
|
+
selectedVariants: {},
|
|
884
|
+
},
|
|
885
|
+
item_wrapper: {
|
|
886
|
+
selectedVariants: {},
|
|
887
|
+
},
|
|
888
|
+
title: {
|
|
889
|
+
selectedVariants: {
|
|
890
|
+
Heading_Level: "H5",
|
|
891
|
+
},
|
|
892
|
+
heading: {
|
|
893
|
+
level: "4",
|
|
894
|
+
},
|
|
895
|
+
},
|
|
896
|
+
content_wrapper: {
|
|
897
|
+
selectedVariants: {},
|
|
898
|
+
},
|
|
899
|
+
icon_content_wrapper: {
|
|
900
|
+
selectedVariants: {},
|
|
901
|
+
},
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
description: {
|
|
905
|
+
selectedVariants: {},
|
|
906
|
+
},
|
|
907
|
+
item_wrapper: {
|
|
908
|
+
selectedVariants: {},
|
|
909
|
+
},
|
|
910
|
+
title: {
|
|
911
|
+
selectedVariants: {
|
|
912
|
+
Heading_Level: "H5",
|
|
913
|
+
},
|
|
914
|
+
heading: {
|
|
915
|
+
level: "4",
|
|
916
|
+
},
|
|
843
917
|
},
|
|
918
|
+
content_wrapper: {
|
|
919
|
+
selectedVariants: {},
|
|
920
|
+
},
|
|
921
|
+
icon_content_wrapper: {
|
|
922
|
+
selectedVariants: {},
|
|
923
|
+
},
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
description: {
|
|
927
|
+
selectedVariants: {},
|
|
928
|
+
},
|
|
929
|
+
item_wrapper: {
|
|
930
|
+
selectedVariants: {},
|
|
931
|
+
},
|
|
932
|
+
title: {
|
|
933
|
+
selectedVariants: {
|
|
934
|
+
Heading_Level: "H5",
|
|
935
|
+
},
|
|
936
|
+
heading: {
|
|
937
|
+
level: "4",
|
|
938
|
+
},
|
|
939
|
+
},
|
|
940
|
+
content_wrapper: {
|
|
941
|
+
selectedVariants: {},
|
|
942
|
+
},
|
|
943
|
+
icon_content_wrapper: {
|
|
944
|
+
selectedVariants: {},
|
|
945
|
+
},
|
|
946
|
+
},
|
|
947
|
+
],
|
|
948
|
+
description: {
|
|
949
|
+
selectedVariants: {
|
|
950
|
+
Typography_Variants: "Large",
|
|
844
951
|
},
|
|
845
952
|
},
|
|
846
953
|
},
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
Container,
|
|
5
5
|
Heading,
|
|
6
6
|
Icon,
|
|
7
|
+
type ILevoBlockBaseProps,
|
|
7
8
|
Section,
|
|
8
9
|
Typography,
|
|
9
|
-
type ILevoBlockBaseProps,
|
|
10
10
|
} from "@levo-so/studio";
|
|
11
11
|
import React from "react";
|
|
12
12
|
|
|
@@ -30,27 +30,22 @@ const Hero11: React.FC<ILevoBlockBaseProps<IHero11Content>> = ({ content }) => (
|
|
|
30
30
|
<Box elementKey="features_levoGroup" data-levo_group>
|
|
31
31
|
{(content.features ?? []).map((_, index) => (
|
|
32
32
|
<React.Fragment key={`hero-10-feature-${index}`}>
|
|
33
|
-
<Box
|
|
34
|
-
elementKey={`features.${index}.item_wrapper`}
|
|
35
|
-
data-levo_group_item
|
|
36
|
-
>
|
|
33
|
+
<Box elementKey={`features.${index}.item_wrapper`} data-levo_group_item>
|
|
37
34
|
<Box elementKey={`features.${index}.icon_content_wrapper`}>
|
|
38
35
|
<Icon elementKey={`features.${index}.icon`} />
|
|
39
36
|
<Box elementKey={`features.${index}.content_wrapper`}>
|
|
40
|
-
<
|
|
37
|
+
<Heading elementKey={`features.${index}.title`} />
|
|
41
38
|
<Typography elementKey={`features.${index}.description`} />
|
|
42
39
|
</Box>
|
|
43
40
|
</Box>
|
|
44
41
|
</Box>
|
|
45
42
|
{index < (content?.features?.length ?? 0) - 1 && (
|
|
46
|
-
<Box
|
|
47
|
-
elementKey={`features.${index}.separator`}
|
|
48
|
-
data-levo_group_item
|
|
49
|
-
/>
|
|
43
|
+
<Box elementKey={`features.${index}.separator`} data-levo_group_item />
|
|
50
44
|
)}
|
|
51
45
|
</React.Fragment>
|
|
52
46
|
))}
|
|
53
47
|
</Box>
|
|
48
|
+
<Typography elementKey="caption" />
|
|
54
49
|
</Box>
|
|
55
50
|
</Container>
|
|
56
51
|
</Section>
|