@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,23 +1,90 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
4
|
-
id: "
|
|
5
|
-
|
|
3
|
+
const MEDIA_1 = {
|
|
4
|
+
id: "OaJSLqfjJnrh",
|
|
5
|
+
filename: "cta-2-1.jpg",
|
|
6
6
|
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4.jpg",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-828w.webp",
|
|
23
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-320w.webp 320w",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/jpeg",
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
const MEDIA_2 = {
|
|
29
|
+
id: "A8s91BvhprIr",
|
|
30
|
+
filename: "carousel-2-2-new.png",
|
|
31
|
+
kind: "image",
|
|
32
|
+
location:
|
|
33
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6.png",
|
|
34
|
+
srcset: {
|
|
35
|
+
"1080w":
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1080w.webp",
|
|
37
|
+
"1200w":
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1200w.webp",
|
|
39
|
+
"1920w":
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1920w.webp",
|
|
41
|
+
"320w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-320w.webp",
|
|
43
|
+
"640w":
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-640w.webp",
|
|
45
|
+
"750w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-750w.webp",
|
|
47
|
+
"828w":
|
|
48
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-828w.webp",
|
|
49
|
+
path: "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-750w.webp 750w",
|
|
50
|
+
},
|
|
7
51
|
mimetype: "image/png",
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const MEDIA_3 = {
|
|
55
|
+
id: "KQ5FRQXeGJVXT",
|
|
56
|
+
filename: "carousel-2-3.jpg",
|
|
57
|
+
kind: "image",
|
|
58
|
+
path: "WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR.jpg",
|
|
59
|
+
location:
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR.jpg",
|
|
61
|
+
metadata: {
|
|
62
|
+
etag: '"ebf93e4ef37f20570526391e64562b1c"',
|
|
63
|
+
mimetype: "image/jpeg",
|
|
64
|
+
size: 79539,
|
|
65
|
+
},
|
|
8
66
|
srcset: {
|
|
9
67
|
"1080w":
|
|
10
|
-
"https://
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1080w.webp",
|
|
11
69
|
"1200w":
|
|
12
|
-
"https://
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1200w.webp",
|
|
13
71
|
"1920w":
|
|
14
|
-
"https://
|
|
15
|
-
"320w":
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
72
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1920w.webp",
|
|
73
|
+
"320w":
|
|
74
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-320w.webp",
|
|
75
|
+
"640w":
|
|
76
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-640w.webp",
|
|
77
|
+
"750w":
|
|
78
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-750w.webp",
|
|
79
|
+
"828w":
|
|
80
|
+
"https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-828w.webp",
|
|
81
|
+
path: "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1080w.webp 1080w",
|
|
20
82
|
},
|
|
83
|
+
tags: [],
|
|
84
|
+
created_at: "2025-12-20T08:42:52.998Z",
|
|
85
|
+
updated_at: "2025-12-20T08:42:52.998Z",
|
|
86
|
+
created_by: null,
|
|
87
|
+
updated_by: null,
|
|
21
88
|
};
|
|
22
89
|
|
|
23
90
|
const DEFAULT_CONTENT = {
|
|
@@ -49,7 +116,7 @@ const DEFAULT_CONTENT = {
|
|
|
49
116
|
},
|
|
50
117
|
},
|
|
51
118
|
],
|
|
52
|
-
img:
|
|
119
|
+
img: MEDIA_1,
|
|
53
120
|
},
|
|
54
121
|
{
|
|
55
122
|
card: null,
|
|
@@ -71,12 +138,12 @@ const DEFAULT_CONTENT = {
|
|
|
71
138
|
},
|
|
72
139
|
},
|
|
73
140
|
],
|
|
74
|
-
img:
|
|
141
|
+
img: MEDIA_2,
|
|
75
142
|
},
|
|
76
143
|
{
|
|
77
144
|
card: null,
|
|
78
145
|
info: null,
|
|
79
|
-
"name-
|
|
146
|
+
"name-posiMEDIA_1ion-wrapper": null,
|
|
80
147
|
name: "Lisa Kudro",
|
|
81
148
|
description: "Senior Fitness Trainer",
|
|
82
149
|
social: [
|
|
@@ -93,7 +160,7 @@ const DEFAULT_CONTENT = {
|
|
|
93
160
|
},
|
|
94
161
|
},
|
|
95
162
|
],
|
|
96
|
-
img:
|
|
163
|
+
img: MEDIA_3,
|
|
97
164
|
},
|
|
98
165
|
],
|
|
99
166
|
"carousel-navigation-container": null,
|
|
@@ -122,7 +189,15 @@ const DEFAULT_CONTENT = {
|
|
|
122
189
|
},
|
|
123
190
|
},
|
|
124
191
|
cta_wrapper: null,
|
|
125
|
-
|
|
192
|
+
ctas_levoGroup: null,
|
|
193
|
+
ctas: [
|
|
194
|
+
{
|
|
195
|
+
cta: "Explore All Trainers",
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
cta: "Apply Now",
|
|
199
|
+
},
|
|
200
|
+
],
|
|
126
201
|
};
|
|
127
202
|
|
|
128
203
|
export type ICarousel2Content = typeof DEFAULT_CONTENT;
|
|
@@ -284,7 +359,7 @@ export const Carousel2: IBlock = {
|
|
|
284
359
|
{
|
|
285
360
|
key: "name",
|
|
286
361
|
label: "Member Name",
|
|
287
|
-
field_interface: "
|
|
362
|
+
field_interface: "HeadingWidget",
|
|
288
363
|
hint: {
|
|
289
364
|
prompt_description:
|
|
290
365
|
"Full name of the team member. Use professional, clear naming.",
|
|
@@ -347,15 +422,23 @@ export const Carousel2: IBlock = {
|
|
|
347
422
|
},
|
|
348
423
|
},
|
|
349
424
|
{
|
|
350
|
-
key: "
|
|
351
|
-
label: "CTA
|
|
352
|
-
field_interface: "
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
425
|
+
key: "ctas",
|
|
426
|
+
label: "CTA Buttons",
|
|
427
|
+
field_interface: "BoxWidget",
|
|
428
|
+
kind: "group",
|
|
429
|
+
fields: [
|
|
430
|
+
{
|
|
431
|
+
key: "cta",
|
|
432
|
+
label: "CTA Button",
|
|
433
|
+
field_interface: "ButtonWidget",
|
|
434
|
+
hint: {
|
|
435
|
+
prompt_description:
|
|
436
|
+
"Call-to-action button to encourage further engagement with the team or company.",
|
|
437
|
+
min_characters: 10,
|
|
438
|
+
max_characters: 30,
|
|
439
|
+
},
|
|
440
|
+
},
|
|
441
|
+
],
|
|
359
442
|
},
|
|
360
443
|
],
|
|
361
444
|
layouts: [
|
|
@@ -382,25 +465,57 @@ export const Carousel2: IBlock = {
|
|
|
382
465
|
},
|
|
383
466
|
},
|
|
384
467
|
},
|
|
468
|
+
description: {
|
|
469
|
+
selectedVariants: {
|
|
470
|
+
Typography_Variants: "Large",
|
|
471
|
+
},
|
|
472
|
+
},
|
|
473
|
+
team: [
|
|
474
|
+
{
|
|
475
|
+
description: {
|
|
476
|
+
selectedVariants: {},
|
|
477
|
+
},
|
|
478
|
+
name: {
|
|
479
|
+
heading: {
|
|
480
|
+
level: "4",
|
|
481
|
+
},
|
|
482
|
+
selectedVariants: {
|
|
483
|
+
Heading_Level: "H4",
|
|
484
|
+
},
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
description: {
|
|
489
|
+
selectedVariants: {},
|
|
490
|
+
},
|
|
491
|
+
name: {
|
|
492
|
+
selectedVariants: {
|
|
493
|
+
Heading_Level: "H4",
|
|
494
|
+
},
|
|
495
|
+
heading: {
|
|
496
|
+
level: "4",
|
|
497
|
+
},
|
|
498
|
+
},
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
description: {
|
|
502
|
+
selectedVariants: {},
|
|
503
|
+
},
|
|
504
|
+
name: {
|
|
505
|
+
selectedVariants: {
|
|
506
|
+
Heading_Level: "H4",
|
|
507
|
+
},
|
|
508
|
+
heading: {
|
|
509
|
+
level: "4",
|
|
510
|
+
},
|
|
511
|
+
},
|
|
512
|
+
},
|
|
513
|
+
],
|
|
385
514
|
},
|
|
386
515
|
content: DEFAULT_CONTENT,
|
|
387
516
|
styles: {
|
|
388
|
-
layout: {
|
|
389
|
-
|
|
390
|
-
"padding-top": "4xl",
|
|
391
|
-
"padding-bottom": "4xl",
|
|
392
|
-
mobile: {
|
|
393
|
-
"padding-top": "2xl",
|
|
394
|
-
"padding-bottom": "2xl",
|
|
395
|
-
},
|
|
396
|
-
},
|
|
397
|
-
container: {
|
|
398
|
-
"max-width": "1280px",
|
|
399
|
-
"margin-left": "auto",
|
|
400
|
-
"margin-right": "auto",
|
|
401
|
-
"padding-left": "xl",
|
|
402
|
-
"padding-right": "xl",
|
|
403
|
-
},
|
|
517
|
+
layout: {},
|
|
518
|
+
container: {},
|
|
404
519
|
header: {
|
|
405
520
|
"margin-bottom": "3xl",
|
|
406
521
|
mobile: {
|
|
@@ -422,23 +537,12 @@ export const Carousel2: IBlock = {
|
|
|
422
537
|
"max-width": "600px",
|
|
423
538
|
},
|
|
424
539
|
title: {
|
|
425
|
-
"font-size": "5xl",
|
|
426
|
-
"font-weight": "700",
|
|
427
|
-
color: "text-1",
|
|
428
|
-
"line-height": "1.2",
|
|
429
|
-
"margin-bottom": "none",
|
|
430
|
-
width: "100%",
|
|
431
540
|
mobile: {
|
|
432
|
-
"font-size": "3xl",
|
|
433
541
|
"text-align": "center",
|
|
434
542
|
},
|
|
435
543
|
},
|
|
436
544
|
description: {
|
|
437
|
-
"font-size": "lg",
|
|
438
|
-
color: "text-2",
|
|
439
|
-
"line-height": "1.6",
|
|
440
545
|
"text-align": "left",
|
|
441
|
-
"margin-bottom": "none",
|
|
442
546
|
mobile: {
|
|
443
547
|
"text-align": "center",
|
|
444
548
|
},
|
|
@@ -488,12 +592,6 @@ export const Carousel2: IBlock = {
|
|
|
488
592
|
"row-gap": "4xs",
|
|
489
593
|
},
|
|
490
594
|
name: {},
|
|
491
|
-
description: {
|
|
492
|
-
"font-size": "base",
|
|
493
|
-
color: "text-2",
|
|
494
|
-
"font-weight": "400",
|
|
495
|
-
display: "none",
|
|
496
|
-
},
|
|
497
595
|
social_levoGroup: {
|
|
498
596
|
display: "flex",
|
|
499
597
|
"justify-content": "center",
|
|
@@ -556,12 +654,6 @@ export const Carousel2: IBlock = {
|
|
|
556
654
|
"row-gap": "4xs",
|
|
557
655
|
},
|
|
558
656
|
name: {},
|
|
559
|
-
description: {
|
|
560
|
-
"font-size": "base",
|
|
561
|
-
color: "text-2",
|
|
562
|
-
"font-weight": "400",
|
|
563
|
-
display: "none",
|
|
564
|
-
},
|
|
565
657
|
social_levoGroup: {
|
|
566
658
|
display: "flex",
|
|
567
659
|
"justify-content": "center",
|
|
@@ -624,12 +716,6 @@ export const Carousel2: IBlock = {
|
|
|
624
716
|
"row-gap": "4xs",
|
|
625
717
|
},
|
|
626
718
|
name: {},
|
|
627
|
-
description: {
|
|
628
|
-
"font-size": "base",
|
|
629
|
-
color: "text-2",
|
|
630
|
-
"font-weight": "400",
|
|
631
|
-
display: "none",
|
|
632
|
-
},
|
|
633
719
|
social_levoGroup: {
|
|
634
720
|
display: "flex",
|
|
635
721
|
"justify-content": "center",
|
|
@@ -692,12 +778,6 @@ export const Carousel2: IBlock = {
|
|
|
692
778
|
"row-gap": "4xs",
|
|
693
779
|
},
|
|
694
780
|
name: {},
|
|
695
|
-
description: {
|
|
696
|
-
"font-size": "base",
|
|
697
|
-
color: "text-2",
|
|
698
|
-
"font-weight": "400",
|
|
699
|
-
display: "none",
|
|
700
|
-
},
|
|
701
781
|
social_levoGroup: {
|
|
702
782
|
display: "flex",
|
|
703
783
|
"justify-content": "center",
|
|
@@ -760,12 +840,6 @@ export const Carousel2: IBlock = {
|
|
|
760
840
|
"row-gap": "4xs",
|
|
761
841
|
},
|
|
762
842
|
name: {},
|
|
763
|
-
description: {
|
|
764
|
-
"font-size": "base",
|
|
765
|
-
color: "text-2",
|
|
766
|
-
"font-weight": "400",
|
|
767
|
-
display: "none",
|
|
768
|
-
},
|
|
769
843
|
social_levoGroup: {
|
|
770
844
|
display: "flex",
|
|
771
845
|
"justify-content": "center",
|
|
@@ -828,12 +902,6 @@ export const Carousel2: IBlock = {
|
|
|
828
902
|
"row-gap": "4xs",
|
|
829
903
|
},
|
|
830
904
|
name: {},
|
|
831
|
-
description: {
|
|
832
|
-
"font-size": "base",
|
|
833
|
-
color: "text-2",
|
|
834
|
-
"font-weight": "400",
|
|
835
|
-
display: "none",
|
|
836
|
-
},
|
|
837
905
|
social_levoGroup: {
|
|
838
906
|
display: "flex",
|
|
839
907
|
"justify-content": "center",
|
|
@@ -897,12 +965,6 @@ export const Carousel2: IBlock = {
|
|
|
897
965
|
name: {
|
|
898
966
|
color: "white",
|
|
899
967
|
},
|
|
900
|
-
description: {
|
|
901
|
-
"font-size": "base",
|
|
902
|
-
color: "text-2",
|
|
903
|
-
"font-weight": "400",
|
|
904
|
-
display: "none",
|
|
905
|
-
},
|
|
906
968
|
social_levoGroup: {
|
|
907
969
|
display: "flex",
|
|
908
970
|
"justify-content": "center",
|
|
@@ -961,12 +1023,6 @@ export const Carousel2: IBlock = {
|
|
|
961
1023
|
name: {
|
|
962
1024
|
color: "white",
|
|
963
1025
|
},
|
|
964
|
-
description: {
|
|
965
|
-
"font-size": "base",
|
|
966
|
-
color: "text-2",
|
|
967
|
-
"font-weight": "400",
|
|
968
|
-
display: "none",
|
|
969
|
-
},
|
|
970
1026
|
social_levoGroup: {
|
|
971
1027
|
display: "flex",
|
|
972
1028
|
"justify-content": "center",
|
|
@@ -1025,12 +1081,6 @@ export const Carousel2: IBlock = {
|
|
|
1025
1081
|
name: {
|
|
1026
1082
|
color: "white",
|
|
1027
1083
|
},
|
|
1028
|
-
description: {
|
|
1029
|
-
"font-size": "base",
|
|
1030
|
-
color: "text-2",
|
|
1031
|
-
"font-weight": "400",
|
|
1032
|
-
display: "none",
|
|
1033
|
-
},
|
|
1034
1084
|
social_levoGroup: {
|
|
1035
1085
|
display: "flex",
|
|
1036
1086
|
"justify-content": "center",
|
|
@@ -1063,18 +1113,17 @@ export const Carousel2: IBlock = {
|
|
|
1063
1113
|
"margin-top": "2xl",
|
|
1064
1114
|
},
|
|
1065
1115
|
},
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
"
|
|
1070
|
-
"padding-bottom": "base",
|
|
1071
|
-
"padding-left": "xl",
|
|
1072
|
-
"padding-right": "xl",
|
|
1073
|
-
"border-radius": "lg",
|
|
1074
|
-
"font-size": "base",
|
|
1075
|
-
"font-weight": "600",
|
|
1076
|
-
"border-style": "none",
|
|
1116
|
+
ctas_levoGroup: {
|
|
1117
|
+
display: "flex",
|
|
1118
|
+
"justify-content": "center",
|
|
1119
|
+
"column-gap": "sm",
|
|
1077
1120
|
},
|
|
1121
|
+
ctas: [
|
|
1122
|
+
{
|
|
1123
|
+
cta: {},
|
|
1124
|
+
},
|
|
1125
|
+
],
|
|
1126
|
+
|
|
1078
1127
|
"carousel-navigation-container": {
|
|
1079
1128
|
display: "flex",
|
|
1080
1129
|
"justify-content": "center",
|
|
@@ -1122,6 +1171,9 @@ export const Carousel2: IBlock = {
|
|
|
1122
1171
|
width: "22px",
|
|
1123
1172
|
"font-size": "22px",
|
|
1124
1173
|
},
|
|
1174
|
+
team_levoGroupItem: {
|
|
1175
|
+
description: {},
|
|
1176
|
+
},
|
|
1125
1177
|
},
|
|
1126
1178
|
},
|
|
1127
1179
|
],
|
|
@@ -98,7 +98,7 @@ const Carousel2: React.FC<ILevoBlockBaseProps<ICarousel2Content>> = ({
|
|
|
98
98
|
/>
|
|
99
99
|
<Box elementKey={`team.${index}.info`}>
|
|
100
100
|
<Box elementKey={`team.${index}.name-position-wrapper`}>
|
|
101
|
-
<
|
|
101
|
+
<Heading elementKey={`team.${index}.name`} />
|
|
102
102
|
<Typography elementKey={`team.${index}.description`} />
|
|
103
103
|
</Box>
|
|
104
104
|
<Box
|
|
@@ -149,7 +149,15 @@ const Carousel2: React.FC<ILevoBlockBaseProps<ICarousel2Content>> = ({
|
|
|
149
149
|
</Box>
|
|
150
150
|
)}
|
|
151
151
|
<Box elementKey="cta_wrapper">
|
|
152
|
-
<
|
|
152
|
+
<Box elementKey="ctas_levoGroup" data-levo_group>
|
|
153
|
+
{content?.ctas?.map((_, index) => (
|
|
154
|
+
<Button
|
|
155
|
+
key={index}
|
|
156
|
+
elementKey={`ctas.${index}.cta`}
|
|
157
|
+
data-levo_group_item
|
|
158
|
+
/>
|
|
159
|
+
))}
|
|
160
|
+
</Box>
|
|
153
161
|
</Box>
|
|
154
162
|
</Container>
|
|
155
163
|
</Section>
|