@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,78 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA_1 = {
|
|
4
|
+
id: "9GF4q5AuLeQq",
|
|
5
|
+
filename: "features-6-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-828w.webp",
|
|
23
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-828w.webp 828w",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
const MEDIA_2 = {
|
|
28
|
+
id: "uY20Yb6ksugq",
|
|
29
|
+
filename: "features-6-2.png",
|
|
30
|
+
kind: "image",
|
|
31
|
+
location: "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj.png",
|
|
32
|
+
srcset: {
|
|
33
|
+
"1080w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1080w.webp",
|
|
35
|
+
"1200w":
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1200w.webp",
|
|
37
|
+
"1920w":
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1920w.webp",
|
|
39
|
+
"320w":
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-320w.webp",
|
|
41
|
+
"640w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-640w.webp",
|
|
43
|
+
"750w":
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-750w.webp",
|
|
45
|
+
"828w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-828w.webp",
|
|
47
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1080w.webp 1080w",
|
|
48
|
+
},
|
|
49
|
+
mimetype: "image/png",
|
|
50
|
+
};
|
|
51
|
+
const MEDIA_3 = {
|
|
52
|
+
id: "hjBIvKro3Lkc",
|
|
53
|
+
filename: "features-6-3.png",
|
|
54
|
+
kind: "image",
|
|
55
|
+
location: "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr.png",
|
|
56
|
+
srcset: {
|
|
57
|
+
"1080w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1080w.webp",
|
|
59
|
+
"1200w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1200w.webp",
|
|
61
|
+
"1920w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1920w.webp",
|
|
63
|
+
"320w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-320w.webp",
|
|
65
|
+
"640w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-640w.webp",
|
|
67
|
+
"750w":
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-750w.webp",
|
|
69
|
+
"828w":
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-828w.webp",
|
|
71
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-640w.webp 640w",
|
|
72
|
+
},
|
|
73
|
+
mimetype: "image/png",
|
|
74
|
+
};
|
|
75
|
+
|
|
3
76
|
const DUMMY_IMAGE = {
|
|
4
77
|
id: "7141014160938075687",
|
|
5
78
|
location: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
@@ -28,10 +101,12 @@ const DEFAULT_CONTENT = {
|
|
|
28
101
|
layout: null,
|
|
29
102
|
container: null,
|
|
30
103
|
title: "Featured Solutions",
|
|
104
|
+
description:
|
|
105
|
+
"Featured Solutions Featured Solutions Featured Solutions Featured Solutions Featured Solutions Featured Solutions Featured Solutions Featured Solutions ",
|
|
31
106
|
features: [
|
|
32
107
|
{
|
|
33
108
|
card: null,
|
|
34
|
-
image:
|
|
109
|
+
image: MEDIA_1,
|
|
35
110
|
content_wrapper: null,
|
|
36
111
|
meta_container: null,
|
|
37
112
|
date_wrapper: null,
|
|
@@ -44,11 +119,12 @@ const DEFAULT_CONTENT = {
|
|
|
44
119
|
feature_title: "Digital Transformation Solutions",
|
|
45
120
|
description:
|
|
46
121
|
"Streamline your business operations with our comprehensive digital transformation platform designed for modern enterprises.",
|
|
47
|
-
|
|
122
|
+
ctas_levoGroup: null,
|
|
123
|
+
ctas: [{ cta: "Learn More" }, { cta: "View Demo" }],
|
|
48
124
|
},
|
|
49
125
|
{
|
|
50
126
|
card: null,
|
|
51
|
-
image:
|
|
127
|
+
image: MEDIA_2,
|
|
52
128
|
content_wrapper: null,
|
|
53
129
|
meta_container: null,
|
|
54
130
|
date_wrapper: null,
|
|
@@ -61,11 +137,12 @@ const DEFAULT_CONTENT = {
|
|
|
61
137
|
feature_title: "Cloud Infrastructure Management",
|
|
62
138
|
description:
|
|
63
139
|
"Scale your applications seamlessly with our advanced cloud infrastructure solutions and automated deployment systems.",
|
|
64
|
-
|
|
140
|
+
ctas_levoGroup: null,
|
|
141
|
+
ctas: [{ cta: "Get Started" }, { cta: "Free Trial" }],
|
|
65
142
|
},
|
|
66
143
|
{
|
|
67
144
|
card: null,
|
|
68
|
-
image:
|
|
145
|
+
image: MEDIA_3,
|
|
69
146
|
content_wrapper: null,
|
|
70
147
|
meta_container: null,
|
|
71
148
|
date_wrapper: null,
|
|
@@ -78,11 +155,12 @@ const DEFAULT_CONTENT = {
|
|
|
78
155
|
feature_title: "Business Intelligence Platform",
|
|
79
156
|
description:
|
|
80
157
|
"Make data-driven decisions with our powerful analytics platform that provides real-time insights and reporting capabilities.",
|
|
81
|
-
|
|
158
|
+
ctas_levoGroup: null,
|
|
159
|
+
ctas: [{ cta: "Explore Now" }, { cta: "Case Studies" }],
|
|
82
160
|
},
|
|
83
161
|
{
|
|
84
162
|
card: null,
|
|
85
|
-
image:
|
|
163
|
+
image: MEDIA_1,
|
|
86
164
|
content_wrapper: null,
|
|
87
165
|
meta_container: null,
|
|
88
166
|
date_wrapper: null,
|
|
@@ -95,7 +173,8 @@ const DEFAULT_CONTENT = {
|
|
|
95
173
|
feature_title: "Cybersecurity Framework",
|
|
96
174
|
description:
|
|
97
175
|
"Protect your digital assets with our comprehensive cybersecurity solutions and threat detection systems.",
|
|
98
|
-
|
|
176
|
+
ctas_levoGroup: null,
|
|
177
|
+
ctas: [{ cta: "Secure Now" }, { cta: "Security Audit" }],
|
|
99
178
|
},
|
|
100
179
|
],
|
|
101
180
|
"carousel-navigation-container": null,
|
|
@@ -123,6 +202,11 @@ export const Features6: IBlock = {
|
|
|
123
202
|
label: "Container",
|
|
124
203
|
field_interface: "ContainerWidget",
|
|
125
204
|
},
|
|
205
|
+
{
|
|
206
|
+
key: "header",
|
|
207
|
+
label: "Header",
|
|
208
|
+
field_interface: "BoxWidget",
|
|
209
|
+
},
|
|
126
210
|
{
|
|
127
211
|
key: "title",
|
|
128
212
|
label: "Section Title",
|
|
@@ -134,6 +218,17 @@ export const Features6: IBlock = {
|
|
|
134
218
|
max_characters: 40,
|
|
135
219
|
},
|
|
136
220
|
},
|
|
221
|
+
{
|
|
222
|
+
key: "description",
|
|
223
|
+
label: "Section Description",
|
|
224
|
+
field_interface: "HeadingWidget",
|
|
225
|
+
hint: {
|
|
226
|
+
prompt_description:
|
|
227
|
+
"Main heading for the feature section that introduces the carousel of featured solutions or products.",
|
|
228
|
+
min_characters: 10,
|
|
229
|
+
max_characters: 40,
|
|
230
|
+
},
|
|
231
|
+
},
|
|
137
232
|
{
|
|
138
233
|
key: "features",
|
|
139
234
|
label: "Features",
|
|
@@ -257,15 +352,17 @@ export const Features6: IBlock = {
|
|
|
257
352
|
},
|
|
258
353
|
},
|
|
259
354
|
{
|
|
260
|
-
key: "
|
|
261
|
-
label: "
|
|
262
|
-
field_interface: "
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
355
|
+
key: "ctas",
|
|
356
|
+
label: "CTA Buttons Group",
|
|
357
|
+
field_interface: "BoxWidget",
|
|
358
|
+
kind: "group",
|
|
359
|
+
fields: [
|
|
360
|
+
{
|
|
361
|
+
key: "cta",
|
|
362
|
+
label: "CTA Button",
|
|
363
|
+
field_interface: "ButtonWidget",
|
|
364
|
+
},
|
|
365
|
+
],
|
|
269
366
|
},
|
|
270
367
|
],
|
|
271
368
|
},
|
|
@@ -290,16 +387,8 @@ export const Features6: IBlock = {
|
|
|
290
387
|
key: "default",
|
|
291
388
|
title: "Default",
|
|
292
389
|
styles: {
|
|
293
|
-
layout: {
|
|
294
|
-
"padding-top": "5xl",
|
|
295
|
-
"padding-bottom": "5xl",
|
|
296
|
-
"padding-left": "2xl",
|
|
297
|
-
"padding-right": "2xl",
|
|
298
|
-
},
|
|
390
|
+
layout: {},
|
|
299
391
|
container: {
|
|
300
|
-
"max-width": "1280px",
|
|
301
|
-
"margin-left": "auto",
|
|
302
|
-
"margin-right": "auto",
|
|
303
392
|
display: "flex",
|
|
304
393
|
"flex-direction": "column",
|
|
305
394
|
"row-gap": "3xl",
|
|
@@ -365,8 +454,6 @@ export const Features6: IBlock = {
|
|
|
365
454
|
height: "16px",
|
|
366
455
|
},
|
|
367
456
|
date_text: {
|
|
368
|
-
"font-size": "sm",
|
|
369
|
-
color: "text-2",
|
|
370
457
|
"font-weight": "500",
|
|
371
458
|
},
|
|
372
459
|
category_wrapper: {
|
|
@@ -379,8 +466,6 @@ export const Features6: IBlock = {
|
|
|
379
466
|
height: "16px",
|
|
380
467
|
},
|
|
381
468
|
category_text: {
|
|
382
|
-
"font-size": "sm",
|
|
383
|
-
color: "text-2",
|
|
384
469
|
"font-weight": "500",
|
|
385
470
|
},
|
|
386
471
|
text_container: {
|
|
@@ -389,29 +474,22 @@ export const Features6: IBlock = {
|
|
|
389
474
|
"row-gap": "base",
|
|
390
475
|
},
|
|
391
476
|
feature_title: {
|
|
392
|
-
"font-
|
|
393
|
-
"font-weight": "600",
|
|
394
|
-
color: "text-1",
|
|
395
|
-
"line-height": "1.3",
|
|
477
|
+
"font-weight": 600,
|
|
396
478
|
},
|
|
397
479
|
description: {
|
|
398
|
-
"font-size": "base",
|
|
399
|
-
color: "text-2",
|
|
400
|
-
"line-height": "1.5",
|
|
401
480
|
width: "500px",
|
|
402
481
|
},
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"font-size": "sm",
|
|
411
|
-
"font-weight": "500",
|
|
412
|
-
width: "fit-content",
|
|
413
|
-
cursor: "pointer",
|
|
482
|
+
ctas_levoGroup: {
|
|
483
|
+
display: "flex",
|
|
484
|
+
"flex-direction": "row",
|
|
485
|
+
"column-gap": "md",
|
|
486
|
+
"row-gap": "md",
|
|
487
|
+
"flex-wrap": "wrap",
|
|
488
|
+
"align-items": "center",
|
|
414
489
|
},
|
|
490
|
+
ctas: Array(2)
|
|
491
|
+
.fill(0)
|
|
492
|
+
.map(() => ({ cta: {} })),
|
|
415
493
|
},
|
|
416
494
|
{
|
|
417
495
|
card: {
|
|
@@ -470,8 +548,6 @@ export const Features6: IBlock = {
|
|
|
470
548
|
height: "16px",
|
|
471
549
|
},
|
|
472
550
|
date_text: {
|
|
473
|
-
"font-size": "sm",
|
|
474
|
-
color: "text-2",
|
|
475
551
|
"font-weight": "500",
|
|
476
552
|
},
|
|
477
553
|
category_wrapper: {
|
|
@@ -484,8 +560,6 @@ export const Features6: IBlock = {
|
|
|
484
560
|
height: "16px",
|
|
485
561
|
},
|
|
486
562
|
category_text: {
|
|
487
|
-
"font-size": "sm",
|
|
488
|
-
color: "text-2",
|
|
489
563
|
"font-weight": "500",
|
|
490
564
|
},
|
|
491
565
|
text_container: {
|
|
@@ -494,29 +568,22 @@ export const Features6: IBlock = {
|
|
|
494
568
|
"row-gap": "base",
|
|
495
569
|
},
|
|
496
570
|
feature_title: {
|
|
497
|
-
"font-
|
|
498
|
-
"font-weight": "600",
|
|
499
|
-
color: "text-1",
|
|
500
|
-
"line-height": "1.3",
|
|
571
|
+
"font-weight": 600,
|
|
501
572
|
},
|
|
502
573
|
description: {
|
|
503
|
-
"font-size": "base",
|
|
504
|
-
color: "text-2",
|
|
505
|
-
"line-height": "1.5",
|
|
506
574
|
width: "500px",
|
|
507
575
|
},
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"font-size": "sm",
|
|
516
|
-
"font-weight": "500",
|
|
517
|
-
width: "fit-content",
|
|
518
|
-
cursor: "pointer",
|
|
576
|
+
ctas_levoGroup: {
|
|
577
|
+
display: "flex",
|
|
578
|
+
"flex-direction": "row",
|
|
579
|
+
"column-gap": "md",
|
|
580
|
+
"row-gap": "md",
|
|
581
|
+
"flex-wrap": "wrap",
|
|
582
|
+
"align-items": "center",
|
|
519
583
|
},
|
|
584
|
+
ctas: Array(2)
|
|
585
|
+
.fill(0)
|
|
586
|
+
.map(() => ({ cta: {} })),
|
|
520
587
|
},
|
|
521
588
|
{
|
|
522
589
|
card: {
|
|
@@ -575,8 +642,6 @@ export const Features6: IBlock = {
|
|
|
575
642
|
height: "16px",
|
|
576
643
|
},
|
|
577
644
|
date_text: {
|
|
578
|
-
"font-size": "sm",
|
|
579
|
-
color: "text-2",
|
|
580
645
|
"font-weight": "500",
|
|
581
646
|
},
|
|
582
647
|
category_wrapper: {
|
|
@@ -589,8 +654,6 @@ export const Features6: IBlock = {
|
|
|
589
654
|
height: "16px",
|
|
590
655
|
},
|
|
591
656
|
category_text: {
|
|
592
|
-
"font-size": "sm",
|
|
593
|
-
color: "text-2",
|
|
594
657
|
"font-weight": "500",
|
|
595
658
|
},
|
|
596
659
|
text_container: {
|
|
@@ -599,29 +662,22 @@ export const Features6: IBlock = {
|
|
|
599
662
|
"row-gap": "base",
|
|
600
663
|
},
|
|
601
664
|
feature_title: {
|
|
602
|
-
"font-
|
|
603
|
-
"font-weight": "600",
|
|
604
|
-
color: "text-1",
|
|
605
|
-
"line-height": "1.3",
|
|
665
|
+
"font-weight": 600,
|
|
606
666
|
},
|
|
607
667
|
description: {
|
|
608
|
-
"font-size": "base",
|
|
609
|
-
color: "text-2",
|
|
610
|
-
"line-height": "1.5",
|
|
611
668
|
width: "500px",
|
|
612
669
|
},
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
"
|
|
617
|
-
"
|
|
618
|
-
"
|
|
619
|
-
"
|
|
620
|
-
"font-size": "sm",
|
|
621
|
-
"font-weight": "500",
|
|
622
|
-
width: "fit-content",
|
|
623
|
-
cursor: "pointer",
|
|
670
|
+
ctas_levoGroup: {
|
|
671
|
+
display: "flex",
|
|
672
|
+
"flex-direction": "row",
|
|
673
|
+
"column-gap": "md",
|
|
674
|
+
"row-gap": "md",
|
|
675
|
+
"flex-wrap": "wrap",
|
|
676
|
+
"align-items": "center",
|
|
624
677
|
},
|
|
678
|
+
ctas: Array(2)
|
|
679
|
+
.fill(0)
|
|
680
|
+
.map(() => ({ cta: {} })),
|
|
625
681
|
},
|
|
626
682
|
{
|
|
627
683
|
card: {
|
|
@@ -680,8 +736,6 @@ export const Features6: IBlock = {
|
|
|
680
736
|
height: "16px",
|
|
681
737
|
},
|
|
682
738
|
date_text: {
|
|
683
|
-
"font-size": "sm",
|
|
684
|
-
color: "text-2",
|
|
685
739
|
"font-weight": "500",
|
|
686
740
|
},
|
|
687
741
|
category_wrapper: {
|
|
@@ -694,8 +748,6 @@ export const Features6: IBlock = {
|
|
|
694
748
|
height: "16px",
|
|
695
749
|
},
|
|
696
750
|
category_text: {
|
|
697
|
-
"font-size": "sm",
|
|
698
|
-
color: "text-2",
|
|
699
751
|
"font-weight": "500",
|
|
700
752
|
},
|
|
701
753
|
text_container: {
|
|
@@ -704,110 +756,22 @@ export const Features6: IBlock = {
|
|
|
704
756
|
"row-gap": "base",
|
|
705
757
|
},
|
|
706
758
|
feature_title: {
|
|
707
|
-
"font-
|
|
708
|
-
"font-weight": "600",
|
|
709
|
-
color: "text-1",
|
|
710
|
-
"line-height": "1.3",
|
|
759
|
+
"font-weight": 600,
|
|
711
760
|
},
|
|
712
761
|
description: {
|
|
713
|
-
"font-size": "base",
|
|
714
|
-
color: "text-2",
|
|
715
|
-
"line-height": "1.5",
|
|
716
762
|
width: "500px",
|
|
717
763
|
},
|
|
718
|
-
|
|
719
|
-
"background-color": "brand",
|
|
720
|
-
color: "brandForeground",
|
|
721
|
-
"padding-top": "xs",
|
|
722
|
-
"padding-bottom": "xs",
|
|
723
|
-
"padding-left": "base",
|
|
724
|
-
"padding-right": "base",
|
|
725
|
-
"font-size": "sm",
|
|
726
|
-
"font-weight": "500",
|
|
727
|
-
width: "fit-content",
|
|
728
|
-
cursor: "pointer",
|
|
729
|
-
},
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
card: {
|
|
733
|
-
display: "flex",
|
|
734
|
-
"flex-direction": "row",
|
|
735
|
-
"border-radius": "base",
|
|
736
|
-
overflow: "hidden",
|
|
737
|
-
"box-shadow":
|
|
738
|
-
"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
739
|
-
mobile: {
|
|
740
|
-
"flex-direction": "column",
|
|
741
|
-
},
|
|
742
|
-
"padding-left": "xl",
|
|
743
|
-
"padding-right": "xl",
|
|
744
|
-
"padding-top": "xl",
|
|
745
|
-
"padding-bottom": "xl",
|
|
746
|
-
},
|
|
747
|
-
image: {
|
|
748
|
-
width: "320px",
|
|
749
|
-
height: "240px",
|
|
750
|
-
"object-fit": "cover",
|
|
751
|
-
"border-radius": "base",
|
|
752
|
-
mobile: {
|
|
753
|
-
width: "100%",
|
|
754
|
-
height: "200px",
|
|
755
|
-
},
|
|
756
|
-
},
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
card: {
|
|
760
|
-
display: "flex",
|
|
761
|
-
"flex-direction": "row",
|
|
762
|
-
"border-radius": "base",
|
|
763
|
-
overflow: "hidden",
|
|
764
|
-
"box-shadow":
|
|
765
|
-
"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
766
|
-
mobile: {
|
|
767
|
-
"flex-direction": "column",
|
|
768
|
-
},
|
|
769
|
-
"padding-left": "xl",
|
|
770
|
-
"padding-right": "xl",
|
|
771
|
-
"padding-top": "xl",
|
|
772
|
-
"padding-bottom": "xl",
|
|
773
|
-
},
|
|
774
|
-
image: {
|
|
775
|
-
width: "320px",
|
|
776
|
-
height: "240px",
|
|
777
|
-
"object-fit": "cover",
|
|
778
|
-
"border-radius": "base",
|
|
779
|
-
mobile: {
|
|
780
|
-
width: "100%",
|
|
781
|
-
height: "200px",
|
|
782
|
-
},
|
|
783
|
-
},
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
card: {
|
|
764
|
+
ctas_levoGroup: {
|
|
787
765
|
display: "flex",
|
|
788
766
|
"flex-direction": "row",
|
|
789
|
-
"
|
|
790
|
-
|
|
791
|
-
"
|
|
792
|
-
|
|
793
|
-
mobile: {
|
|
794
|
-
"flex-direction": "column",
|
|
795
|
-
},
|
|
796
|
-
"padding-left": "xl",
|
|
797
|
-
"padding-right": "xl",
|
|
798
|
-
"padding-top": "xl",
|
|
799
|
-
"padding-bottom": "xl",
|
|
800
|
-
},
|
|
801
|
-
image: {
|
|
802
|
-
width: "320px",
|
|
803
|
-
height: "240px",
|
|
804
|
-
"object-fit": "cover",
|
|
805
|
-
"border-radius": "base",
|
|
806
|
-
mobile: {
|
|
807
|
-
width: "100%",
|
|
808
|
-
height: "200px",
|
|
809
|
-
},
|
|
767
|
+
"column-gap": "md",
|
|
768
|
+
"row-gap": "md",
|
|
769
|
+
"flex-wrap": "wrap",
|
|
770
|
+
"align-items": "center",
|
|
810
771
|
},
|
|
772
|
+
ctas: Array(2)
|
|
773
|
+
.fill(0)
|
|
774
|
+
.map(() => ({ cta: {} })),
|
|
811
775
|
},
|
|
812
776
|
],
|
|
813
777
|
"carousel-navigation-container": {
|
|
@@ -843,6 +807,89 @@ export const Features6: IBlock = {
|
|
|
843
807
|
Heading_Level: "H2",
|
|
844
808
|
},
|
|
845
809
|
},
|
|
810
|
+
features: [
|
|
811
|
+
{
|
|
812
|
+
date_text: {
|
|
813
|
+
selectedVariants: {
|
|
814
|
+
Typography_Variants: "Small",
|
|
815
|
+
},
|
|
816
|
+
},
|
|
817
|
+
category_text: {
|
|
818
|
+
selectedVariants: {
|
|
819
|
+
Typography_Variants: "Small",
|
|
820
|
+
},
|
|
821
|
+
},
|
|
822
|
+
feature_title: {
|
|
823
|
+
heading: {
|
|
824
|
+
level: "4",
|
|
825
|
+
},
|
|
826
|
+
selectedVariants: {
|
|
827
|
+
Heading_Level: "H5",
|
|
828
|
+
},
|
|
829
|
+
},
|
|
830
|
+
description: {
|
|
831
|
+
selectedVariants: {},
|
|
832
|
+
},
|
|
833
|
+
ctas: Array(2)
|
|
834
|
+
.fill(0)
|
|
835
|
+
.map(() => ({
|
|
836
|
+
cta: {
|
|
837
|
+
selectedVariants: {},
|
|
838
|
+
},
|
|
839
|
+
})),
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
description: {
|
|
843
|
+
selectedVariants: {},
|
|
844
|
+
},
|
|
845
|
+
feature_title: {
|
|
846
|
+
selectedVariants: {
|
|
847
|
+
Heading_Level: "H5",
|
|
848
|
+
},
|
|
849
|
+
},
|
|
850
|
+
ctas: Array(2)
|
|
851
|
+
.fill(0)
|
|
852
|
+
.map(() => ({
|
|
853
|
+
cta: {
|
|
854
|
+
selectedVariants: {},
|
|
855
|
+
},
|
|
856
|
+
})),
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
description: {
|
|
860
|
+
selectedVariants: {},
|
|
861
|
+
},
|
|
862
|
+
feature_title: {
|
|
863
|
+
selectedVariants: {
|
|
864
|
+
Heading_Level: "H5",
|
|
865
|
+
},
|
|
866
|
+
},
|
|
867
|
+
ctas: Array(2)
|
|
868
|
+
.fill(0)
|
|
869
|
+
.map(() => ({
|
|
870
|
+
cta: {
|
|
871
|
+
selectedVariants: {},
|
|
872
|
+
},
|
|
873
|
+
})),
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
description: {
|
|
877
|
+
selectedVariants: {},
|
|
878
|
+
},
|
|
879
|
+
feature_title: {
|
|
880
|
+
selectedVariants: {
|
|
881
|
+
Heading_Level: "H5",
|
|
882
|
+
},
|
|
883
|
+
},
|
|
884
|
+
ctas: Array(2)
|
|
885
|
+
.fill(0)
|
|
886
|
+
.map(() => ({
|
|
887
|
+
cta: {
|
|
888
|
+
selectedVariants: {},
|
|
889
|
+
},
|
|
890
|
+
})),
|
|
891
|
+
},
|
|
892
|
+
],
|
|
846
893
|
},
|
|
847
894
|
},
|
|
848
895
|
],
|
|
@@ -41,7 +41,10 @@ const Feature6: React.FC<ILevoBlockBaseProps<IFeature6Content>> = ({
|
|
|
41
41
|
return (
|
|
42
42
|
<Section elementKey="layout">
|
|
43
43
|
<Container elementKey="container">
|
|
44
|
-
<
|
|
44
|
+
<Box elementKey="header">
|
|
45
|
+
<Heading elementKey="title" />
|
|
46
|
+
<Typography elementKey="description" />
|
|
47
|
+
</Box>
|
|
45
48
|
|
|
46
49
|
<Carousel
|
|
47
50
|
elementKey="features_levoGroup"
|
|
@@ -83,7 +86,18 @@ const Feature6: React.FC<ILevoBlockBaseProps<IFeature6Content>> = ({
|
|
|
83
86
|
<Typography
|
|
84
87
|
elementKey={`features.${index}.description`}
|
|
85
88
|
/>
|
|
86
|
-
<
|
|
89
|
+
<Box
|
|
90
|
+
elementKey={`features.${index}.ctas_levoGroup`}
|
|
91
|
+
data-levo_group
|
|
92
|
+
>
|
|
93
|
+
{(content?.features?.[index]?.ctas ?? []).map((_, ctaIndex) => (
|
|
94
|
+
<Button
|
|
95
|
+
key={`features.${index}.ctas.${ctaIndex}.cta`}
|
|
96
|
+
elementKey={`features.${index}.ctas.${ctaIndex}.cta`}
|
|
97
|
+
data-levo_group_item
|
|
98
|
+
/>
|
|
99
|
+
))}
|
|
100
|
+
</Box>
|
|
87
101
|
</Box>
|
|
88
102
|
</Box>
|
|
89
103
|
</Box>
|