@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
|
@@ -121,7 +121,20 @@ const Cards7: React.FC<ILevoBlockBaseProps<ICards7Content>> = ({ content }) => {
|
|
|
121
121
|
),
|
|
122
122
|
)}
|
|
123
123
|
</Box>
|
|
124
|
-
<
|
|
124
|
+
<Box
|
|
125
|
+
elementKey={`cards.${index}.ctas_levoGroup`}
|
|
126
|
+
data-levo_group
|
|
127
|
+
>
|
|
128
|
+
{(content?.cards?.[index]?.ctas ?? []).map(
|
|
129
|
+
(_: unknown, ctaIndex: number) => (
|
|
130
|
+
<Button
|
|
131
|
+
data-levo_group_item
|
|
132
|
+
elementKey={`cards.${index}.ctas.${ctaIndex}.cta`}
|
|
133
|
+
key={ctaIndex}
|
|
134
|
+
/>
|
|
135
|
+
),
|
|
136
|
+
)}
|
|
137
|
+
</Box>
|
|
125
138
|
</Box>
|
|
126
139
|
</Box>
|
|
127
140
|
</CarouselItem>
|
|
@@ -5,7 +5,13 @@ const DEFAULT_CONTENT = {
|
|
|
5
5
|
container: null,
|
|
6
6
|
header_section: null,
|
|
7
7
|
main_title: "Career Opportunity",
|
|
8
|
-
|
|
8
|
+
main_description:
|
|
9
|
+
"Career Opportunity Career Opportunity Career Opportunity Career Opportunity Career Opportunity ",
|
|
10
|
+
header_buttons_levoGroup: null,
|
|
11
|
+
header_buttons: [
|
|
12
|
+
{ header_button: "View All" },
|
|
13
|
+
{ header_button: "Learn More" },
|
|
14
|
+
],
|
|
9
15
|
grid: [
|
|
10
16
|
{
|
|
11
17
|
card: null,
|
|
@@ -15,7 +21,8 @@ const DEFAULT_CONTENT = {
|
|
|
15
21
|
title: "Senior Software Engineer",
|
|
16
22
|
description:
|
|
17
23
|
"Join our innovative development team to build cutting-edge solutions using modern technologies and agile methodologies.",
|
|
18
|
-
|
|
24
|
+
ctas_levoGroup: null,
|
|
25
|
+
ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
|
|
19
26
|
},
|
|
20
27
|
{
|
|
21
28
|
card: null,
|
|
@@ -25,7 +32,8 @@ const DEFAULT_CONTENT = {
|
|
|
25
32
|
title: "Product Marketing Manager",
|
|
26
33
|
description:
|
|
27
34
|
"Drive product growth and market expansion through strategic marketing campaigns and data-driven insights.",
|
|
28
|
-
|
|
35
|
+
ctas_levoGroup: null,
|
|
36
|
+
ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
|
|
29
37
|
},
|
|
30
38
|
{
|
|
31
39
|
card: null,
|
|
@@ -35,7 +43,8 @@ const DEFAULT_CONTENT = {
|
|
|
35
43
|
title: "UX Research Specialist",
|
|
36
44
|
description:
|
|
37
45
|
"Lead user research initiatives to enhance product experiences and inform design decisions across our platform.",
|
|
38
|
-
|
|
46
|
+
ctas_levoGroup: null,
|
|
47
|
+
ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
|
|
39
48
|
},
|
|
40
49
|
{
|
|
41
50
|
card: null,
|
|
@@ -45,7 +54,8 @@ const DEFAULT_CONTENT = {
|
|
|
45
54
|
title: "Data Science Lead",
|
|
46
55
|
description:
|
|
47
56
|
"Spearhead machine learning projects and analytics initiatives to unlock business insights and drive innovation.",
|
|
48
|
-
|
|
57
|
+
ctas_levoGroup: null,
|
|
58
|
+
ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
|
|
49
59
|
},
|
|
50
60
|
],
|
|
51
61
|
header_button_rightIcon: {
|
|
@@ -113,6 +123,11 @@ export const Cards8: IBlock = {
|
|
|
113
123
|
"Header area containing the main title and view all button, positioned horizontally.",
|
|
114
124
|
},
|
|
115
125
|
},
|
|
126
|
+
{
|
|
127
|
+
key: "title_container",
|
|
128
|
+
label: "Title Container",
|
|
129
|
+
field_interface: "BoxWidget",
|
|
130
|
+
},
|
|
116
131
|
{
|
|
117
132
|
key: "main_title",
|
|
118
133
|
label: "Main Title",
|
|
@@ -125,14 +140,33 @@ export const Cards8: IBlock = {
|
|
|
125
140
|
},
|
|
126
141
|
},
|
|
127
142
|
{
|
|
128
|
-
key: "
|
|
129
|
-
label: "
|
|
130
|
-
field_interface: "
|
|
143
|
+
key: "main_description",
|
|
144
|
+
label: "Main Description",
|
|
145
|
+
field_interface: "TypographyWidget",
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
key: "header_buttons",
|
|
149
|
+
label: "Header Button Group",
|
|
150
|
+
field_interface: "BoxWidget",
|
|
151
|
+
kind: "group",
|
|
152
|
+
fields: [
|
|
153
|
+
{
|
|
154
|
+
key: "header_button",
|
|
155
|
+
label: "Header Button",
|
|
156
|
+
field_interface: "ButtonWidget",
|
|
157
|
+
hint: {
|
|
158
|
+
prompt_description:
|
|
159
|
+
"Action button for career opportunities. Should encourage exploration.",
|
|
160
|
+
min_characters: 6,
|
|
161
|
+
max_characters: 20,
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
],
|
|
131
165
|
hint: {
|
|
132
166
|
prompt_description:
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
|
|
167
|
+
"Group of header action buttons for viewing career opportunities and related actions.",
|
|
168
|
+
min_items: 1,
|
|
169
|
+
max_items: 3,
|
|
136
170
|
},
|
|
137
171
|
},
|
|
138
172
|
{
|
|
@@ -202,15 +236,28 @@ export const Cards8: IBlock = {
|
|
|
202
236
|
},
|
|
203
237
|
},
|
|
204
238
|
{
|
|
205
|
-
key: "
|
|
206
|
-
label: "Apply
|
|
207
|
-
field_interface: "
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
239
|
+
key: "ctas_levoGroup",
|
|
240
|
+
label: "Apply Buttons Group",
|
|
241
|
+
field_interface: "BoxWidget",
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
key: "ctas",
|
|
245
|
+
label: "Apply Buttons",
|
|
246
|
+
field_interface: "BoxWidget",
|
|
247
|
+
kind: "group",
|
|
248
|
+
fields: [
|
|
249
|
+
{
|
|
250
|
+
key: "cta",
|
|
251
|
+
label: "Apply Button",
|
|
252
|
+
field_interface: "ButtonWidget",
|
|
253
|
+
hint: {
|
|
254
|
+
prompt_description:
|
|
255
|
+
"Primary call-to-action button for job application. Should be compelling and action-oriented.",
|
|
256
|
+
min_characters: 6,
|
|
257
|
+
max_characters: 20,
|
|
258
|
+
},
|
|
259
|
+
},
|
|
260
|
+
],
|
|
214
261
|
},
|
|
215
262
|
],
|
|
216
263
|
hint: {
|
|
@@ -226,31 +273,8 @@ export const Cards8: IBlock = {
|
|
|
226
273
|
title: "Default",
|
|
227
274
|
key: "default",
|
|
228
275
|
styles: {
|
|
229
|
-
layout: {
|
|
230
|
-
|
|
231
|
-
"padding-bottom": "6xl",
|
|
232
|
-
"padding-left": "xl",
|
|
233
|
-
"padding-right": "xl",
|
|
234
|
-
"background-color": "oklch(0.9643 0.0169 61.9599)",
|
|
235
|
-
tablet: {
|
|
236
|
-
"padding-top": "4xl",
|
|
237
|
-
"padding-bottom": "4xl",
|
|
238
|
-
"padding-left": "lg",
|
|
239
|
-
"padding-right": "lg",
|
|
240
|
-
},
|
|
241
|
-
mobile: {
|
|
242
|
-
"padding-top": "3xl",
|
|
243
|
-
"padding-bottom": "3xl",
|
|
244
|
-
"padding-left": "base",
|
|
245
|
-
"padding-right": "base",
|
|
246
|
-
},
|
|
247
|
-
},
|
|
248
|
-
container: {
|
|
249
|
-
"max-width": "1280px",
|
|
250
|
-
"margin-left": "auto",
|
|
251
|
-
"margin-right": "auto",
|
|
252
|
-
filter: "none",
|
|
253
|
-
},
|
|
276
|
+
layout: {},
|
|
277
|
+
container: {},
|
|
254
278
|
header_section: {
|
|
255
279
|
display: "flex",
|
|
256
280
|
"justify-content": "space-between",
|
|
@@ -265,16 +289,15 @@ export const Cards8: IBlock = {
|
|
|
265
289
|
},
|
|
266
290
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
267
291
|
},
|
|
268
|
-
|
|
269
|
-
color: "text-3",
|
|
270
|
-
"font-size": "base",
|
|
271
|
-
"font-weight": "500",
|
|
292
|
+
header_buttons_levoGroup: {
|
|
272
293
|
display: "flex",
|
|
273
|
-
"
|
|
294
|
+
"flex-direction": "row",
|
|
274
295
|
"column-gap": "xs",
|
|
275
|
-
|
|
276
|
-
"
|
|
296
|
+
"row-gap": "xs",
|
|
297
|
+
"flex-wrap": "wrap",
|
|
298
|
+
"align-items": "center",
|
|
277
299
|
},
|
|
300
|
+
header_buttons: [{}, {}],
|
|
278
301
|
grid_levoGroup: {
|
|
279
302
|
filter: "none",
|
|
280
303
|
display: "grid",
|
|
@@ -286,8 +309,9 @@ export const Cards8: IBlock = {
|
|
|
286
309
|
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
287
310
|
},
|
|
288
311
|
},
|
|
289
|
-
grid:
|
|
290
|
-
|
|
312
|
+
grid: Array(4)
|
|
313
|
+
.fill(0)
|
|
314
|
+
.map((v) => ({
|
|
291
315
|
card: {
|
|
292
316
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
293
317
|
display: "block",
|
|
@@ -312,12 +336,13 @@ export const Cards8: IBlock = {
|
|
|
312
336
|
"padding-bottom": "xl",
|
|
313
337
|
},
|
|
314
338
|
},
|
|
339
|
+
title: {
|
|
340
|
+
"font-weight": 700,
|
|
341
|
+
},
|
|
315
342
|
badge: {
|
|
316
|
-
|
|
317
|
-
"
|
|
318
|
-
|
|
319
|
-
"background-color": "oklch(0.9289 0.0214 142.4953)",
|
|
320
|
-
color: "oklch(0.4451 0.1328 142.4953)",
|
|
343
|
+
"font-weight": 500,
|
|
344
|
+
"background-color": "brandSecondary",
|
|
345
|
+
color: "brandSecondaryForeground",
|
|
321
346
|
"padding-top": "xs",
|
|
322
347
|
"padding-bottom": "xs",
|
|
323
348
|
"padding-left": "sm",
|
|
@@ -350,341 +375,135 @@ export const Cards8: IBlock = {
|
|
|
350
375
|
"row-gap": "sm",
|
|
351
376
|
"flex-grow": "1",
|
|
352
377
|
},
|
|
353
|
-
title: {
|
|
354
|
-
filter: "none",
|
|
355
|
-
"font-size": "2xl",
|
|
356
|
-
"font-weight": "700",
|
|
357
|
-
color: "text-1",
|
|
358
|
-
"line-height": "1.3",
|
|
359
|
-
},
|
|
360
378
|
description: {
|
|
361
|
-
filter: "none",
|
|
362
|
-
"font-size": "base",
|
|
363
|
-
color: "text-2",
|
|
364
|
-
"line-height": "1.5",
|
|
365
379
|
display: "none",
|
|
366
380
|
},
|
|
367
|
-
|
|
381
|
+
ctas_levoGroup: {
|
|
382
|
+
display: "flex",
|
|
383
|
+
"flex-direction": "row",
|
|
384
|
+
"align-items": "center",
|
|
385
|
+
gap: "sm",
|
|
368
386
|
filter: "none",
|
|
369
387
|
"border-radius": "base",
|
|
370
388
|
"flex-shrink": "0",
|
|
371
389
|
mobile: {
|
|
372
390
|
filter: "none",
|
|
391
|
+
"flex-direction": "column",
|
|
373
392
|
width: "100%",
|
|
374
393
|
},
|
|
375
394
|
tablet: {
|
|
376
395
|
filter: "none",
|
|
396
|
+
"flex-direction": "column",
|
|
377
397
|
width: "100%",
|
|
378
398
|
},
|
|
379
399
|
},
|
|
400
|
+
ctas: [
|
|
401
|
+
{
|
|
402
|
+
cta: {},
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
cta: {},
|
|
406
|
+
},
|
|
407
|
+
],
|
|
408
|
+
})),
|
|
409
|
+
header_button_rightIcon: {
|
|
410
|
+
width: "18px",
|
|
411
|
+
filter: "none",
|
|
412
|
+
},
|
|
413
|
+
header_buttons_levoGroupItem: {
|
|
414
|
+
header_button: {},
|
|
415
|
+
},
|
|
416
|
+
},
|
|
417
|
+
content: DEFAULT_CONTENT,
|
|
418
|
+
config: {
|
|
419
|
+
main_title: {
|
|
420
|
+
selectedVariants: {
|
|
421
|
+
Heading_Level: "H2",
|
|
380
422
|
},
|
|
423
|
+
},
|
|
424
|
+
"grid.0.ctas": [null, null],
|
|
425
|
+
"grid.1.ctas": [null, null],
|
|
426
|
+
"grid.2.ctas": [null, null],
|
|
427
|
+
"grid.3.ctas": [null, null],
|
|
428
|
+
header_buttons: [
|
|
381
429
|
{
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
"padding-left": "3xl",
|
|
389
|
-
"padding-right": "3xl",
|
|
390
|
-
"border-radius": "xl",
|
|
391
|
-
mobile: {
|
|
392
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
393
|
-
"padding-top": "xl",
|
|
394
|
-
"padding-left": "xl",
|
|
395
|
-
"padding-right": "xl",
|
|
396
|
-
"padding-bottom": "xl",
|
|
397
|
-
},
|
|
398
|
-
tablet: {
|
|
399
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
400
|
-
"padding-top": "xl",
|
|
401
|
-
"padding-right": "xl",
|
|
402
|
-
"padding-left": "xl",
|
|
403
|
-
"padding-bottom": "xl",
|
|
430
|
+
header_button: {
|
|
431
|
+
selectedVariants: {},
|
|
432
|
+
button_icons: {
|
|
433
|
+
right: {
|
|
434
|
+
enabled: true,
|
|
435
|
+
},
|
|
404
436
|
},
|
|
405
437
|
},
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
"background-color": "oklch(0.9289 0.0214 142.4953)",
|
|
411
|
-
color: "oklch(0.4451 0.1328 142.4953)",
|
|
412
|
-
"padding-top": "xs",
|
|
413
|
-
"padding-bottom": "xs",
|
|
414
|
-
"padding-left": "sm",
|
|
415
|
-
"padding-right": "sm",
|
|
416
|
-
"border-radius": "3xl",
|
|
417
|
-
display: "inline-block",
|
|
418
|
-
"margin-bottom": "lg",
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
header_button: {
|
|
441
|
+
selectedVariants: {},
|
|
419
442
|
},
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
"flex-direction": "column",
|
|
428
|
-
"row-gap": "lg",
|
|
443
|
+
},
|
|
444
|
+
],
|
|
445
|
+
grid: [
|
|
446
|
+
{
|
|
447
|
+
title: {
|
|
448
|
+
heading: {
|
|
449
|
+
level: "4",
|
|
429
450
|
},
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
"flex-direction": "column",
|
|
433
|
-
"row-gap": "lg",
|
|
451
|
+
selectedVariants: {
|
|
452
|
+
Heading_Level: "H5",
|
|
434
453
|
},
|
|
435
454
|
},
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
"flex-direction": "column",
|
|
440
|
-
"row-gap": "sm",
|
|
441
|
-
"flex-grow": "1",
|
|
442
|
-
},
|
|
443
|
-
title: {
|
|
444
|
-
filter: "none",
|
|
445
|
-
"font-size": "2xl",
|
|
446
|
-
"font-weight": "700",
|
|
447
|
-
color: "text-1",
|
|
448
|
-
"line-height": "1.3",
|
|
449
|
-
},
|
|
450
|
-
description: {
|
|
451
|
-
filter: "none",
|
|
452
|
-
"font-size": "base",
|
|
453
|
-
color: "text-2",
|
|
454
|
-
"line-height": "1.5",
|
|
455
|
-
display: "none",
|
|
456
|
-
},
|
|
457
|
-
cta: {
|
|
458
|
-
filter: "none",
|
|
459
|
-
"border-radius": "base",
|
|
460
|
-
"flex-shrink": "0",
|
|
461
|
-
mobile: {
|
|
462
|
-
filter: "none",
|
|
463
|
-
width: "100%",
|
|
464
|
-
},
|
|
465
|
-
tablet: {
|
|
466
|
-
filter: "none",
|
|
467
|
-
width: "100%",
|
|
455
|
+
badge: {
|
|
456
|
+
selectedVariants: {
|
|
457
|
+
Typography_Variants: "Small",
|
|
468
458
|
},
|
|
469
459
|
},
|
|
470
460
|
},
|
|
471
461
|
{
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
"background-color": "white",
|
|
476
|
-
"padding-top": "3xl",
|
|
477
|
-
"padding-bottom": "3xl",
|
|
478
|
-
"padding-left": "3xl",
|
|
479
|
-
"padding-right": "3xl",
|
|
480
|
-
"border-radius": "xl",
|
|
481
|
-
mobile: {
|
|
482
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
483
|
-
"padding-top": "xl",
|
|
484
|
-
"padding-left": "xl",
|
|
485
|
-
"padding-right": "xl",
|
|
486
|
-
"padding-bottom": "xl",
|
|
462
|
+
title: {
|
|
463
|
+
selectedVariants: {
|
|
464
|
+
Heading_Level: "H5",
|
|
487
465
|
},
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
"padding-top": "xl",
|
|
491
|
-
"padding-right": "xl",
|
|
492
|
-
"padding-left": "xl",
|
|
493
|
-
"padding-bottom": "xl",
|
|
466
|
+
heading: {
|
|
467
|
+
level: "4",
|
|
494
468
|
},
|
|
495
469
|
},
|
|
496
470
|
badge: {
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
"font-weight": "500",
|
|
500
|
-
"background-color": "oklch(0.9289 0.0214 142.4953)",
|
|
501
|
-
color: "oklch(0.4451 0.1328 142.4953)",
|
|
502
|
-
"padding-top": "xs",
|
|
503
|
-
"padding-bottom": "xs",
|
|
504
|
-
"padding-left": "sm",
|
|
505
|
-
"padding-right": "sm",
|
|
506
|
-
"border-radius": "3xl",
|
|
507
|
-
display: "inline-block",
|
|
508
|
-
"margin-bottom": "lg",
|
|
509
|
-
},
|
|
510
|
-
content_container: {
|
|
511
|
-
filter: "none",
|
|
512
|
-
display: "flex",
|
|
513
|
-
"align-items": "flex-start",
|
|
514
|
-
"column-gap": "lg",
|
|
515
|
-
mobile: {
|
|
516
|
-
filter: "none",
|
|
517
|
-
"flex-direction": "column",
|
|
518
|
-
"row-gap": "lg",
|
|
519
|
-
},
|
|
520
|
-
tablet: {
|
|
521
|
-
filter: "none",
|
|
522
|
-
"flex-direction": "column",
|
|
523
|
-
"row-gap": "lg",
|
|
524
|
-
},
|
|
525
|
-
},
|
|
526
|
-
text_section: {
|
|
527
|
-
filter: "none",
|
|
528
|
-
display: "flex",
|
|
529
|
-
"flex-direction": "column",
|
|
530
|
-
"row-gap": "sm",
|
|
531
|
-
"flex-grow": "1",
|
|
532
|
-
},
|
|
533
|
-
title: {
|
|
534
|
-
filter: "none",
|
|
535
|
-
"font-size": "2xl",
|
|
536
|
-
"font-weight": "700",
|
|
537
|
-
color: "text-1",
|
|
538
|
-
"line-height": "1.3",
|
|
539
|
-
},
|
|
540
|
-
description: {
|
|
541
|
-
filter: "none",
|
|
542
|
-
"font-size": "base",
|
|
543
|
-
color: "text-2",
|
|
544
|
-
"line-height": "1.5",
|
|
545
|
-
display: "none",
|
|
546
|
-
},
|
|
547
|
-
cta: {
|
|
548
|
-
filter: "none",
|
|
549
|
-
"border-radius": "base",
|
|
550
|
-
"flex-shrink": "0",
|
|
551
|
-
mobile: {
|
|
552
|
-
filter: "none",
|
|
553
|
-
width: "100%",
|
|
554
|
-
},
|
|
555
|
-
tablet: {
|
|
556
|
-
filter: "none",
|
|
557
|
-
width: "100%",
|
|
471
|
+
selectedVariants: {
|
|
472
|
+
Typography_Variants: "Small",
|
|
558
473
|
},
|
|
559
474
|
},
|
|
560
475
|
},
|
|
561
476
|
{
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
"background-color": "white",
|
|
566
|
-
"padding-top": "3xl",
|
|
567
|
-
"padding-bottom": "3xl",
|
|
568
|
-
"padding-left": "3xl",
|
|
569
|
-
"padding-right": "3xl",
|
|
570
|
-
"border-radius": "xl",
|
|
571
|
-
mobile: {
|
|
572
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
573
|
-
"padding-top": "xl",
|
|
574
|
-
"padding-left": "xl",
|
|
575
|
-
"padding-right": "xl",
|
|
576
|
-
"padding-bottom": "xl",
|
|
477
|
+
title: {
|
|
478
|
+
selectedVariants: {
|
|
479
|
+
Heading_Level: "H5",
|
|
577
480
|
},
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
"padding-top": "xl",
|
|
581
|
-
"padding-right": "xl",
|
|
582
|
-
"padding-left": "xl",
|
|
583
|
-
"padding-bottom": "xl",
|
|
481
|
+
heading: {
|
|
482
|
+
level: "4",
|
|
584
483
|
},
|
|
585
484
|
},
|
|
586
485
|
badge: {
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
"background-color": "oklch(0.9289 0.0214 142.4953)",
|
|
591
|
-
color: "oklch(0.4451 0.1328 142.4953)",
|
|
592
|
-
"padding-top": "xs",
|
|
593
|
-
"padding-bottom": "xs",
|
|
594
|
-
"padding-left": "sm",
|
|
595
|
-
"padding-right": "sm",
|
|
596
|
-
"border-radius": "3xl",
|
|
597
|
-
display: "inline-block",
|
|
598
|
-
"margin-bottom": "lg",
|
|
486
|
+
selectedVariants: {
|
|
487
|
+
Typography_Variants: "Small",
|
|
488
|
+
},
|
|
599
489
|
},
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
mobile: {
|
|
606
|
-
filter: "none",
|
|
607
|
-
"flex-direction": "column",
|
|
608
|
-
"row-gap": "lg",
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
title: {
|
|
493
|
+
selectedVariants: {
|
|
494
|
+
Heading_Level: "H5",
|
|
609
495
|
},
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
"flex-direction": "column",
|
|
613
|
-
"row-gap": "lg",
|
|
496
|
+
heading: {
|
|
497
|
+
level: "4",
|
|
614
498
|
},
|
|
615
499
|
},
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
"flex-direction": "column",
|
|
620
|
-
"row-gap": "sm",
|
|
621
|
-
"flex-grow": "1",
|
|
622
|
-
},
|
|
623
|
-
description: {
|
|
624
|
-
filter: "none",
|
|
625
|
-
"font-size": "base",
|
|
626
|
-
color: "text-2",
|
|
627
|
-
"line-height": "1.5",
|
|
628
|
-
display: "none",
|
|
629
|
-
},
|
|
630
|
-
cta: {
|
|
631
|
-
filter: "none",
|
|
632
|
-
"border-radius": "base",
|
|
633
|
-
"flex-shrink": "0",
|
|
634
|
-
mobile: {
|
|
635
|
-
filter: "none",
|
|
636
|
-
width: "100%",
|
|
637
|
-
},
|
|
638
|
-
tablet: {
|
|
639
|
-
filter: "none",
|
|
640
|
-
width: "100%",
|
|
500
|
+
badge: {
|
|
501
|
+
selectedVariants: {
|
|
502
|
+
Typography_Variants: "Small",
|
|
641
503
|
},
|
|
642
504
|
},
|
|
643
505
|
},
|
|
644
506
|
],
|
|
645
|
-
header_button_rightIcon: {
|
|
646
|
-
width: "18px",
|
|
647
|
-
filter: "none",
|
|
648
|
-
},
|
|
649
|
-
},
|
|
650
|
-
content: DEFAULT_CONTENT,
|
|
651
|
-
config: {
|
|
652
|
-
main_title: {
|
|
653
|
-
selectedVariants: {
|
|
654
|
-
Heading_Level: "H2",
|
|
655
|
-
},
|
|
656
|
-
},
|
|
657
|
-
|
|
658
|
-
"grid.0.cta": {
|
|
659
|
-
selectedVariants: {
|
|
660
|
-
Button_Variants: "Primary",
|
|
661
|
-
},
|
|
662
|
-
},
|
|
663
|
-
"grid.1.cta": {
|
|
664
|
-
selectedVariants: {
|
|
665
|
-
Button_Variants: "Primary",
|
|
666
|
-
},
|
|
667
|
-
},
|
|
668
|
-
"grid.2.cta": {
|
|
669
|
-
selectedVariants: {
|
|
670
|
-
Button_Variants: "Primary",
|
|
671
|
-
},
|
|
672
|
-
},
|
|
673
|
-
"grid.3.cta": {
|
|
674
|
-
selectedVariants: {
|
|
675
|
-
Button_Variants: "Primary",
|
|
676
|
-
},
|
|
677
|
-
},
|
|
678
|
-
header_button: {
|
|
679
|
-
selectedVariants: {
|
|
680
|
-
Button_Variants: "Link",
|
|
681
|
-
},
|
|
682
|
-
button_icons: {
|
|
683
|
-
right: {
|
|
684
|
-
enabled: true,
|
|
685
|
-
},
|
|
686
|
-
},
|
|
687
|
-
},
|
|
688
507
|
},
|
|
689
508
|
},
|
|
690
509
|
],
|