@levo-so/blocks 0.1.2 → 0.1.52
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 +2 -2
- package/src/blocks/about-us/about-us-1.schema.ts +26 -12
- package/src/blocks/about-us/about-us-2.schema.ts +269 -0
- package/src/blocks/about-us/about-us-2.tsx +47 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
- package/src/blocks/blogs/blog-listing-1.tsx +79 -56
- package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
- package/src/blocks/blogs/blog-listing-2.tsx +16 -11
- package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
- package/src/blocks/blogs/blog-listing-3.tsx +84 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
- package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
- package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
- package/src/blocks/blogs/blog-post-3.tsx +58 -0
- package/src/blocks/cards/cards-10.schema.ts +579 -0
- package/src/blocks/cards/cards-10.tsx +2 -0
- package/src/blocks/cards/cards-11.schema.ts +514 -36
- package/src/blocks/cards/cards-13.schema.ts +615 -0
- package/src/blocks/cards/cards-13.tsx +67 -0
- package/src/blocks/cards/cards-2.schema.ts +14 -17
- package/src/blocks/cards/cards-3.schema.ts +15 -25
- package/src/blocks/cards/cards-4.schema.ts +22 -44
- package/src/blocks/cards/cards-4.tsx +39 -39
- package/src/blocks/cards/cards-5.schema.ts +15 -34
- package/src/blocks/cards/cards-6.schema.ts +1500 -0
- package/src/blocks/cards/cards-6.tsx +11 -7
- package/src/blocks/cards/cards-7.schema.ts +1772 -27
- package/src/blocks/cards/cards-7.tsx +32 -0
- package/src/blocks/cards/cards-8.schema.ts +9 -9
- package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
- package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
- package/src/blocks/content/content-1.schema.ts +45 -67
- package/src/blocks/content/content-2.schema.ts +14 -11
- package/src/blocks/content/content-3.schema.ts +17 -115
- package/src/blocks/content/content-3.tsx +1 -0
- package/src/blocks/content/content-5.tsx +1 -0
- package/src/blocks/content/content-6.tsx +1 -0
- package/src/blocks/content/content-7.schema.ts +723 -0
- package/src/blocks/content/content-7.tsx +53 -0
- package/src/blocks/cta/cta-1.schema.ts +18 -26
- package/src/blocks/cta/cta-3.schema.ts +60 -0
- package/src/blocks/event/event-details.schema.ts +30 -35
- package/src/blocks/event/event-details.tsx +74 -79
- package/src/blocks/event/event-listing-2.schema.ts +85 -26
- package/src/blocks/event/event-listing-2.tsx +76 -52
- package/src/blocks/event/event-listing-3.schema.ts +58 -42
- package/src/blocks/event/event-listing-3.tsx +4 -9
- package/src/blocks/event/event-listing-4.schema.ts +3528 -0
- package/src/blocks/event/event-listing-4.tsx +97 -0
- package/src/blocks/event/event-listing.schema.ts +81 -86
- package/src/blocks/event/event-listing.tsx +1 -3
- package/src/blocks/faq/faq-1.schema.ts +13 -10
- package/src/blocks/faq/faq-2.schema.ts +12 -10
- package/src/blocks/features/features-1/variants/default.ts +12 -3
- package/src/blocks/features/features-2.schema.ts +192 -59
- package/src/blocks/features/features-3.schema.ts +11 -25
- package/src/blocks/features/features-4.schema.ts +20 -35
- package/src/blocks/features/features-5.schema.ts +18 -37
- package/src/blocks/footer/footer-1.schema.ts +28 -5
- package/src/blocks/footer/footer-2.schema.ts +18 -3
- package/src/blocks/footer/footer-3.schema.ts +85 -160
- package/src/blocks/footer/footer-3.tsx +1 -2
- package/src/blocks/footer/footer-4.schema.ts +10 -5
- package/src/blocks/footer/footer-4.tsx +1 -1
- package/src/blocks/footer/footer-5.schema.ts +10 -0
- package/src/blocks/footer/footer-5.tsx +11 -3
- package/src/blocks/footer/footer-6.schema.ts +730 -0
- package/src/blocks/footer/footer-6.tsx +100 -0
- package/src/blocks/hero/hero-1.schema.ts +165 -185
- package/src/blocks/hero/hero-10.schema.ts +175 -0
- package/src/blocks/hero/hero-10.tsx +35 -0
- package/src/blocks/hero/hero-2.schema.ts +60 -104
- package/src/blocks/hero/hero-2.tsx +11 -3
- package/src/blocks/hero/hero-3.schema.ts +68 -64
- package/src/blocks/hero/hero-4.schema.ts +148 -48
- package/src/blocks/hero/hero-5.schema.ts +29 -23
- package/src/blocks/hero/hero-6.schema.ts +28 -66
- package/src/blocks/hero/hero-7.schema.ts +34 -37
- package/src/blocks/hero/hero-8.schema.ts +5 -1
- package/src/blocks/index.ts +11 -0
- package/src/blocks/logos/logos-1.schema.ts +10 -4
- package/src/blocks/navbar/navbar-1.schema.ts +3 -5
- package/src/blocks/navbar/navbar-1.tsx +5 -19
- package/src/blocks/navbar/navbar-2.schema.ts +2 -4
- package/src/blocks/navbar/navbar-2.tsx +4 -18
- package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
- package/src/blocks/navbar/navbar-3.tsx +551 -0
- package/src/blocks/pricing/pricing-1.schema.ts +23 -37
- package/src/blocks/products/products-listing-1.schema.ts +73 -76
- package/src/blocks/profile/profile-1.schema.ts +399 -0
- package/src/blocks/profile/profile-1.tsx +64 -0
- package/src/blocks/stats/stats-1.schema.ts +34 -3
- package/src/blocks/stats/variants/default.ts +0 -1
- package/src/blocks/stats/variants/hero.ts +2 -13
- package/src/blocks/team/team-1.schema.ts +50 -22
- package/src/blocks/team/team-1.tsx +9 -3
- package/src/blocks/team/team-2.schema.ts +96 -167
- package/src/blocks/team/team-3.schema.ts +32 -49
- package/src/blocks/team/team-4.schema.ts +551 -0
- package/src/blocks/team/team-4.tsx +59 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
- package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
- package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
- package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
- package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
- package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
- package/src/blocks/testimonial/testimonial-5.tsx +32 -8
- package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
- package/src/blocks/testimonial/testimonial-6.tsx +107 -57
- package/src/schemas/blocks.ts +22 -0
- package/src/schemas/categories.ts +6 -0
|
@@ -2,7 +2,6 @@ import type { IBlock } from "@levo-so/studio";
|
|
|
2
2
|
|
|
3
3
|
const DEFAULT_CONTENT = {
|
|
4
4
|
layout: null,
|
|
5
|
-
container: null,
|
|
6
5
|
header_wrapper: null,
|
|
7
6
|
badge_wrapper: null,
|
|
8
7
|
badge_icon: {
|
|
@@ -224,7 +223,40 @@ export const Hero3: IBlock = {
|
|
|
224
223
|
{
|
|
225
224
|
key: "default",
|
|
226
225
|
title: "Default",
|
|
227
|
-
config: {
|
|
226
|
+
config: {
|
|
227
|
+
title: {
|
|
228
|
+
heading: {
|
|
229
|
+
level: 1,
|
|
230
|
+
},
|
|
231
|
+
selectedVariants: {
|
|
232
|
+
Heading_Level: "H1",
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
|
+
"features.0.title": {
|
|
236
|
+
heading: {
|
|
237
|
+
level: 1,
|
|
238
|
+
},
|
|
239
|
+
selectedVariants: {
|
|
240
|
+
Heading_Level: "H1",
|
|
241
|
+
},
|
|
242
|
+
},
|
|
243
|
+
"features.1.title": {
|
|
244
|
+
heading: {
|
|
245
|
+
level: 1,
|
|
246
|
+
},
|
|
247
|
+
selectedVariants: {
|
|
248
|
+
Heading_Level: "H1",
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
"features.2.title": {
|
|
252
|
+
heading: {
|
|
253
|
+
level: 1,
|
|
254
|
+
},
|
|
255
|
+
selectedVariants: {
|
|
256
|
+
Heading_Level: "H1",
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
},
|
|
228
260
|
content: DEFAULT_CONTENT,
|
|
229
261
|
styles: {
|
|
230
262
|
container: {
|
|
@@ -233,59 +265,46 @@ export const Hero3: IBlock = {
|
|
|
233
265
|
"margin-right": "auto",
|
|
234
266
|
"padding-left": "base",
|
|
235
267
|
"padding-right": "base",
|
|
236
|
-
"padding-top": "
|
|
237
|
-
"padding-bottom": "
|
|
238
|
-
"background-color": "
|
|
268
|
+
"padding-top": "4xl",
|
|
269
|
+
"padding-bottom": "4xl",
|
|
270
|
+
"background-color": "background-1",
|
|
239
271
|
},
|
|
240
272
|
header_wrapper: {
|
|
241
|
-
"margin-bottom": "
|
|
273
|
+
"margin-bottom": "3xl",
|
|
242
274
|
},
|
|
243
275
|
badge_wrapper: {
|
|
244
276
|
display: "inline-flex",
|
|
245
277
|
"align-items": "center",
|
|
246
278
|
gap: "xs",
|
|
247
|
-
|
|
248
|
-
"font-weight": "500",
|
|
249
|
-
color: "brand",
|
|
279
|
+
color: "text-2",
|
|
250
280
|
},
|
|
251
281
|
badge_icon: {
|
|
252
|
-
|
|
282
|
+
"border-radius": "base",
|
|
253
283
|
},
|
|
254
284
|
headings_wrapper: {
|
|
255
|
-
"margin-top": "
|
|
285
|
+
"margin-top": "2xl",
|
|
256
286
|
display: "flex",
|
|
257
287
|
"flex-direction": "row",
|
|
258
288
|
"justify-content": "space-between",
|
|
259
289
|
"align-items": "start",
|
|
260
|
-
gap: "
|
|
290
|
+
gap: "lg",
|
|
261
291
|
mobile: {
|
|
262
292
|
"flex-direction": "column",
|
|
263
293
|
},
|
|
264
294
|
},
|
|
265
295
|
title: {
|
|
266
|
-
"font-size": "4xl",
|
|
267
|
-
"font-weight": "700",
|
|
268
296
|
color: "text-1",
|
|
269
|
-
"line-height": "1.2",
|
|
270
297
|
"max-width": "36rem",
|
|
271
|
-
mobile: {
|
|
272
|
-
"font-size": "3xl",
|
|
273
|
-
},
|
|
274
298
|
},
|
|
275
299
|
description: {
|
|
276
300
|
color: "text-2",
|
|
277
|
-
"font-size": "sm",
|
|
278
301
|
"max-width": "28rem",
|
|
279
|
-
"margin-top": "
|
|
280
|
-
mobile: {
|
|
281
|
-
"font-size": "base",
|
|
282
|
-
"margin-top": "xs",
|
|
283
|
-
},
|
|
302
|
+
"margin-top": "xs",
|
|
284
303
|
},
|
|
285
304
|
features_levoGroup: {
|
|
286
305
|
display: "grid",
|
|
287
306
|
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
288
|
-
gap: "
|
|
307
|
+
gap: "lg",
|
|
289
308
|
tablet: {
|
|
290
309
|
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
291
310
|
},
|
|
@@ -296,17 +315,15 @@ export const Hero3: IBlock = {
|
|
|
296
315
|
features: [
|
|
297
316
|
{
|
|
298
317
|
card: {
|
|
299
|
-
"background-color": "
|
|
300
|
-
"border-radius": "
|
|
318
|
+
"background-color": "background-1",
|
|
319
|
+
"border-radius": "base",
|
|
301
320
|
border: "1px solid",
|
|
302
|
-
"border-color": "
|
|
303
|
-
"box-shadow": "
|
|
304
|
-
padding: "
|
|
321
|
+
"border-color": "border",
|
|
322
|
+
"box-shadow": "default",
|
|
323
|
+
padding: "lg",
|
|
305
324
|
display: "flex",
|
|
306
325
|
"flex-direction": "column",
|
|
307
326
|
"align-items": "start",
|
|
308
|
-
transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
|
|
309
|
-
mobile: {},
|
|
310
327
|
},
|
|
311
328
|
icon_wrapper: {
|
|
312
329
|
display: "flex",
|
|
@@ -314,37 +331,32 @@ export const Hero3: IBlock = {
|
|
|
314
331
|
"justify-content": "center",
|
|
315
332
|
height: "3rem",
|
|
316
333
|
width: "3rem",
|
|
317
|
-
"border-radius": "
|
|
334
|
+
"border-radius": "base",
|
|
318
335
|
"background-color": "background-2",
|
|
319
|
-
"margin-bottom": "
|
|
336
|
+
"margin-bottom": "base",
|
|
320
337
|
},
|
|
321
338
|
icon: {
|
|
322
339
|
color: "brand",
|
|
323
340
|
},
|
|
324
341
|
title: {
|
|
325
|
-
"font-weight": "600",
|
|
326
|
-
"font-size": "lg",
|
|
327
342
|
color: "text-1",
|
|
328
|
-
"margin-bottom": "
|
|
343
|
+
"margin-bottom": "xs",
|
|
329
344
|
},
|
|
330
345
|
description: {
|
|
331
346
|
color: "text-2",
|
|
332
|
-
"font-size": "sm",
|
|
333
347
|
},
|
|
334
348
|
},
|
|
335
349
|
{
|
|
336
350
|
card: {
|
|
337
|
-
"background-color": "
|
|
338
|
-
"border-radius": "
|
|
351
|
+
"background-color": "background-1",
|
|
352
|
+
"border-radius": "base",
|
|
339
353
|
border: "1px solid",
|
|
340
|
-
"border-color": "
|
|
341
|
-
"box-shadow": "
|
|
342
|
-
padding: "
|
|
354
|
+
"border-color": "border",
|
|
355
|
+
"box-shadow": "default",
|
|
356
|
+
padding: "lg",
|
|
343
357
|
display: "flex",
|
|
344
358
|
"flex-direction": "column",
|
|
345
359
|
"align-items": "start",
|
|
346
|
-
transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
|
|
347
|
-
mobile: {},
|
|
348
360
|
},
|
|
349
361
|
icon_wrapper: {
|
|
350
362
|
display: "flex",
|
|
@@ -352,37 +364,32 @@ export const Hero3: IBlock = {
|
|
|
352
364
|
"justify-content": "center",
|
|
353
365
|
height: "3rem",
|
|
354
366
|
width: "3rem",
|
|
355
|
-
"border-radius": "
|
|
367
|
+
"border-radius": "base",
|
|
356
368
|
"background-color": "background-2",
|
|
357
|
-
"margin-bottom": "
|
|
369
|
+
"margin-bottom": "base",
|
|
358
370
|
},
|
|
359
371
|
icon: {
|
|
360
372
|
color: "brand",
|
|
361
373
|
},
|
|
362
374
|
title: {
|
|
363
|
-
"font-weight": "600",
|
|
364
|
-
"font-size": "lg",
|
|
365
375
|
color: "text-1",
|
|
366
|
-
"margin-bottom": "
|
|
376
|
+
"margin-bottom": "xs",
|
|
367
377
|
},
|
|
368
378
|
description: {
|
|
369
379
|
color: "text-2",
|
|
370
|
-
"font-size": "sm",
|
|
371
380
|
},
|
|
372
381
|
},
|
|
373
382
|
{
|
|
374
383
|
card: {
|
|
375
|
-
"background-color": "
|
|
376
|
-
"border-radius": "
|
|
384
|
+
"background-color": "background-1",
|
|
385
|
+
"border-radius": "base",
|
|
377
386
|
border: "1px solid",
|
|
378
|
-
"border-color": "
|
|
379
|
-
"box-shadow": "
|
|
380
|
-
padding: "
|
|
387
|
+
"border-color": "border",
|
|
388
|
+
"box-shadow": "default",
|
|
389
|
+
padding: "lg",
|
|
381
390
|
display: "flex",
|
|
382
391
|
"flex-direction": "column",
|
|
383
392
|
"align-items": "start",
|
|
384
|
-
transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
|
|
385
|
-
mobile: {},
|
|
386
393
|
},
|
|
387
394
|
icon_wrapper: {
|
|
388
395
|
display: "flex",
|
|
@@ -390,22 +397,19 @@ export const Hero3: IBlock = {
|
|
|
390
397
|
"justify-content": "center",
|
|
391
398
|
height: "3rem",
|
|
392
399
|
width: "3rem",
|
|
393
|
-
"border-radius": "
|
|
400
|
+
"border-radius": "base",
|
|
394
401
|
"background-color": "background-2",
|
|
395
|
-
"margin-bottom": "
|
|
402
|
+
"margin-bottom": "base",
|
|
396
403
|
},
|
|
397
404
|
icon: {
|
|
398
405
|
color: "brand",
|
|
399
406
|
},
|
|
400
407
|
title: {
|
|
401
|
-
"font-weight": "600",
|
|
402
|
-
"font-size": "lg",
|
|
403
408
|
color: "text-1",
|
|
404
|
-
"margin-bottom": "
|
|
409
|
+
"margin-bottom": "xs",
|
|
405
410
|
},
|
|
406
411
|
description: {
|
|
407
412
|
color: "text-2",
|
|
408
|
-
"font-size": "sm",
|
|
409
413
|
},
|
|
410
414
|
},
|
|
411
415
|
],
|
|
@@ -22,7 +22,6 @@ const DEFAULT_IMAGE = {
|
|
|
22
22
|
|
|
23
23
|
const DEFAULT_CONTENT = {
|
|
24
24
|
layout: null,
|
|
25
|
-
container: null,
|
|
26
25
|
slider_dots: null,
|
|
27
26
|
slider_dot: null,
|
|
28
27
|
slides: [
|
|
@@ -125,20 +124,19 @@ export const Hero4: IBlock = {
|
|
|
125
124
|
title: "Default",
|
|
126
125
|
styles: {
|
|
127
126
|
layout: {
|
|
128
|
-
"padding-left": "
|
|
129
|
-
"padding-right": "
|
|
130
|
-
"padding-top": "
|
|
131
|
-
"padding-bottom": "
|
|
127
|
+
"padding-left": "2xl",
|
|
128
|
+
"padding-right": "2xl",
|
|
129
|
+
"padding-top": "4xl",
|
|
130
|
+
"padding-bottom": "3xl",
|
|
132
131
|
mobile: {
|
|
133
|
-
"padding-top": "
|
|
134
|
-
"padding-left": "
|
|
135
|
-
"padding-right": "
|
|
136
|
-
"padding-bottom": "
|
|
132
|
+
"padding-top": "2xl",
|
|
133
|
+
"padding-left": "base",
|
|
134
|
+
"padding-right": "base",
|
|
135
|
+
"padding-bottom": "2xl",
|
|
137
136
|
},
|
|
138
137
|
},
|
|
139
138
|
container: {
|
|
140
139
|
position: "relative",
|
|
141
|
-
"max-width": "72rem",
|
|
142
140
|
"margin-left": "auto",
|
|
143
141
|
"margin-right": "auto",
|
|
144
142
|
},
|
|
@@ -148,15 +146,14 @@ export const Hero4: IBlock = {
|
|
|
148
146
|
left: "50%",
|
|
149
147
|
transform: "translateX(-50%)",
|
|
150
148
|
display: "flex",
|
|
151
|
-
"column-gap": "
|
|
149
|
+
"column-gap": "xs",
|
|
152
150
|
"align-items": "center",
|
|
153
151
|
"z-index": "20",
|
|
154
|
-
"padding-top": "
|
|
155
|
-
"padding-right": "
|
|
156
|
-
"padding-bottom": "
|
|
157
|
-
"padding-left": "
|
|
158
|
-
"
|
|
159
|
-
"border-radius": "3xl",
|
|
152
|
+
"padding-top": "xs",
|
|
153
|
+
"padding-right": "xs",
|
|
154
|
+
"padding-bottom": "xs",
|
|
155
|
+
"padding-left": "xs",
|
|
156
|
+
"border-radius": "base",
|
|
160
157
|
tablet: {
|
|
161
158
|
bottom: "20px",
|
|
162
159
|
},
|
|
@@ -167,8 +164,8 @@ export const Hero4: IBlock = {
|
|
|
167
164
|
slider_dot: {
|
|
168
165
|
width: "8px",
|
|
169
166
|
height: "8px",
|
|
170
|
-
"border-radius": "
|
|
171
|
-
"background-color": "
|
|
167
|
+
"border-radius": "base",
|
|
168
|
+
"background-color": "text-1",
|
|
172
169
|
},
|
|
173
170
|
slides_levoGroup: {
|
|
174
171
|
width: "100%",
|
|
@@ -180,44 +177,54 @@ export const Hero4: IBlock = {
|
|
|
180
177
|
display: "flex",
|
|
181
178
|
"align-items": "end",
|
|
182
179
|
"justify-content": "space-between",
|
|
180
|
+
"margin-bottom": "lg",
|
|
183
181
|
mobile: {
|
|
184
182
|
"flex-direction": "column",
|
|
185
183
|
"align-items": "center",
|
|
186
184
|
"justify-content": "center",
|
|
187
|
-
"padding-left": "
|
|
188
|
-
"padding-top": "
|
|
189
|
-
"padding-right": "
|
|
190
|
-
"row-gap": "
|
|
185
|
+
"padding-left": "sm",
|
|
186
|
+
"padding-top": "sm",
|
|
187
|
+
"padding-right": "sm",
|
|
188
|
+
"row-gap": "md",
|
|
189
|
+
"margin-bottom": "md",
|
|
191
190
|
},
|
|
192
191
|
tablet: {
|
|
193
192
|
"flex-direction": "column",
|
|
194
193
|
"align-items": "center",
|
|
195
|
-
"row-gap": "
|
|
194
|
+
"row-gap": "lg",
|
|
195
|
+
"margin-bottom": "lg",
|
|
196
196
|
},
|
|
197
197
|
},
|
|
198
198
|
title: {
|
|
199
|
-
"font-size": "4xl",
|
|
200
|
-
"font-weight": "600",
|
|
201
|
-
"line-height": "1.2",
|
|
202
199
|
"max-width": "42rem",
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
},
|
|
200
|
+
color: "text-1",
|
|
201
|
+
"margin-bottom": "md",
|
|
206
202
|
tablet: {
|
|
207
203
|
"text-align": "center",
|
|
208
|
-
|
|
204
|
+
},
|
|
205
|
+
mobile: {
|
|
206
|
+
"text-align": "center",
|
|
209
207
|
},
|
|
210
208
|
},
|
|
209
|
+
cta: {
|
|
210
|
+
"box-shadow": "default",
|
|
211
|
+
},
|
|
211
212
|
image: {
|
|
212
213
|
width: "100%",
|
|
213
214
|
height: "100%",
|
|
214
215
|
"object-fit": "cover",
|
|
215
216
|
"object-position": "center",
|
|
217
|
+
"border-radius": "base",
|
|
216
218
|
},
|
|
217
219
|
wrapper: {
|
|
218
220
|
display: "flex",
|
|
219
221
|
"flex-direction": "column",
|
|
220
|
-
"row-gap": "
|
|
222
|
+
"row-gap": "md",
|
|
223
|
+
padding: "lg",
|
|
224
|
+
mobile: {
|
|
225
|
+
padding: "md",
|
|
226
|
+
"row-gap": "sm",
|
|
227
|
+
},
|
|
221
228
|
},
|
|
222
229
|
},
|
|
223
230
|
{
|
|
@@ -225,31 +232,51 @@ export const Hero4: IBlock = {
|
|
|
225
232
|
display: "flex",
|
|
226
233
|
"align-items": "end",
|
|
227
234
|
"justify-content": "space-between",
|
|
235
|
+
"margin-bottom": "lg",
|
|
228
236
|
mobile: {
|
|
229
237
|
"flex-direction": "column",
|
|
230
238
|
"align-items": "center",
|
|
231
239
|
"justify-content": "center",
|
|
240
|
+
"row-gap": "md",
|
|
241
|
+
"margin-bottom": "md",
|
|
242
|
+
},
|
|
243
|
+
tablet: {
|
|
244
|
+
"flex-direction": "column",
|
|
245
|
+
"align-items": "center",
|
|
246
|
+
"row-gap": "lg",
|
|
247
|
+
"margin-bottom": "lg",
|
|
232
248
|
},
|
|
233
249
|
},
|
|
234
250
|
title: {
|
|
235
|
-
"font-size": "4xl",
|
|
236
|
-
"font-weight": "600",
|
|
237
|
-
"line-height": "1.2",
|
|
238
251
|
"max-width": "42rem",
|
|
252
|
+
color: "text-1",
|
|
253
|
+
"margin-bottom": "md",
|
|
254
|
+
tablet: {
|
|
255
|
+
"text-align": "center",
|
|
256
|
+
},
|
|
239
257
|
mobile: {
|
|
240
|
-
"
|
|
258
|
+
"text-align": "center",
|
|
241
259
|
},
|
|
242
260
|
},
|
|
261
|
+
cta: {
|
|
262
|
+
"box-shadow": "default",
|
|
263
|
+
},
|
|
243
264
|
image: {
|
|
244
265
|
width: "100%",
|
|
245
266
|
height: "100%",
|
|
246
267
|
"object-fit": "cover",
|
|
247
268
|
"object-position": "center",
|
|
269
|
+
"border-radius": "base",
|
|
248
270
|
},
|
|
249
271
|
wrapper: {
|
|
250
272
|
display: "flex",
|
|
251
273
|
"flex-direction": "column",
|
|
252
|
-
"row-gap": "
|
|
274
|
+
"row-gap": "md",
|
|
275
|
+
padding: "lg",
|
|
276
|
+
mobile: {
|
|
277
|
+
padding: "md",
|
|
278
|
+
"row-gap": "sm",
|
|
279
|
+
},
|
|
253
280
|
},
|
|
254
281
|
},
|
|
255
282
|
{
|
|
@@ -257,31 +284,51 @@ export const Hero4: IBlock = {
|
|
|
257
284
|
display: "flex",
|
|
258
285
|
"align-items": "end",
|
|
259
286
|
"justify-content": "space-between",
|
|
287
|
+
"margin-bottom": "lg",
|
|
260
288
|
mobile: {
|
|
261
289
|
"flex-direction": "column",
|
|
262
290
|
"align-items": "center",
|
|
263
291
|
"justify-content": "center",
|
|
292
|
+
"row-gap": "md",
|
|
293
|
+
"margin-bottom": "md",
|
|
294
|
+
},
|
|
295
|
+
tablet: {
|
|
296
|
+
"flex-direction": "column",
|
|
297
|
+
"align-items": "center",
|
|
298
|
+
"row-gap": "lg",
|
|
299
|
+
"margin-bottom": "lg",
|
|
264
300
|
},
|
|
265
301
|
},
|
|
266
302
|
title: {
|
|
267
|
-
"font-size": "4xl",
|
|
268
|
-
"font-weight": "600",
|
|
269
|
-
"line-height": "1.2",
|
|
270
303
|
"max-width": "42rem",
|
|
304
|
+
color: "text-1",
|
|
305
|
+
"margin-bottom": "md",
|
|
306
|
+
tablet: {
|
|
307
|
+
"text-align": "center",
|
|
308
|
+
},
|
|
271
309
|
mobile: {
|
|
272
|
-
"
|
|
310
|
+
"text-align": "center",
|
|
273
311
|
},
|
|
274
312
|
},
|
|
313
|
+
cta: {
|
|
314
|
+
"box-shadow": "default",
|
|
315
|
+
},
|
|
275
316
|
image: {
|
|
276
317
|
width: "100%",
|
|
277
318
|
height: "100%",
|
|
278
319
|
"object-fit": "cover",
|
|
279
320
|
"object-position": "center",
|
|
321
|
+
"border-radius": "base",
|
|
280
322
|
},
|
|
281
323
|
wrapper: {
|
|
282
324
|
display: "flex",
|
|
283
325
|
"flex-direction": "column",
|
|
284
|
-
"row-gap": "
|
|
326
|
+
"row-gap": "md",
|
|
327
|
+
padding: "lg",
|
|
328
|
+
mobile: {
|
|
329
|
+
padding: "md",
|
|
330
|
+
"row-gap": "sm",
|
|
331
|
+
},
|
|
285
332
|
},
|
|
286
333
|
},
|
|
287
334
|
{
|
|
@@ -289,37 +336,90 @@ export const Hero4: IBlock = {
|
|
|
289
336
|
display: "flex",
|
|
290
337
|
"align-items": "end",
|
|
291
338
|
"justify-content": "space-between",
|
|
339
|
+
"margin-bottom": "lg",
|
|
292
340
|
mobile: {
|
|
293
341
|
"flex-direction": "column",
|
|
294
342
|
"align-items": "center",
|
|
295
343
|
"justify-content": "center",
|
|
344
|
+
"row-gap": "md",
|
|
345
|
+
"margin-bottom": "md",
|
|
346
|
+
},
|
|
347
|
+
tablet: {
|
|
348
|
+
"flex-direction": "column",
|
|
349
|
+
"align-items": "center",
|
|
350
|
+
"row-gap": "lg",
|
|
351
|
+
"margin-bottom": "lg",
|
|
296
352
|
},
|
|
297
353
|
},
|
|
298
354
|
title: {
|
|
299
|
-
"font-size": "4xl",
|
|
300
|
-
"font-weight": "600",
|
|
301
|
-
"line-height": "1.2",
|
|
302
355
|
"max-width": "42rem",
|
|
356
|
+
color: "text-1",
|
|
357
|
+
"margin-bottom": "md",
|
|
358
|
+
tablet: {
|
|
359
|
+
"text-align": "center",
|
|
360
|
+
},
|
|
303
361
|
mobile: {
|
|
304
|
-
"
|
|
362
|
+
"text-align": "center",
|
|
305
363
|
},
|
|
306
364
|
},
|
|
365
|
+
cta: {
|
|
366
|
+
"box-shadow": "default",
|
|
367
|
+
},
|
|
307
368
|
image: {
|
|
308
369
|
width: "100%",
|
|
309
370
|
height: "100%",
|
|
310
371
|
"object-fit": "cover",
|
|
311
372
|
"object-position": "center",
|
|
373
|
+
"border-radius": "base",
|
|
312
374
|
},
|
|
313
375
|
wrapper: {
|
|
314
376
|
display: "flex",
|
|
315
377
|
"flex-direction": "column",
|
|
316
|
-
"row-gap": "
|
|
378
|
+
"row-gap": "md",
|
|
379
|
+
padding: "lg",
|
|
380
|
+
mobile: {
|
|
381
|
+
padding: "md",
|
|
382
|
+
"row-gap": "sm",
|
|
383
|
+
},
|
|
317
384
|
},
|
|
318
385
|
},
|
|
319
386
|
],
|
|
320
387
|
},
|
|
321
388
|
content: DEFAULT_CONTENT,
|
|
322
|
-
config: {
|
|
389
|
+
config: {
|
|
390
|
+
"slides.0.title": {
|
|
391
|
+
heading: {
|
|
392
|
+
level: 1,
|
|
393
|
+
},
|
|
394
|
+
selectedVariants: {
|
|
395
|
+
Heading_Level: "H1",
|
|
396
|
+
},
|
|
397
|
+
},
|
|
398
|
+
"slides.1.title": {
|
|
399
|
+
heading: {
|
|
400
|
+
level: 1,
|
|
401
|
+
},
|
|
402
|
+
selectedVariants: {
|
|
403
|
+
Heading_Level: "H1",
|
|
404
|
+
},
|
|
405
|
+
},
|
|
406
|
+
"slides.2.title": {
|
|
407
|
+
heading: {
|
|
408
|
+
level: 1,
|
|
409
|
+
},
|
|
410
|
+
selectedVariants: {
|
|
411
|
+
Heading_Level: "H1",
|
|
412
|
+
},
|
|
413
|
+
},
|
|
414
|
+
"slides.3.title": {
|
|
415
|
+
heading: {
|
|
416
|
+
level: 1,
|
|
417
|
+
},
|
|
418
|
+
selectedVariants: {
|
|
419
|
+
Heading_Level: "H1",
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
},
|
|
323
423
|
},
|
|
324
424
|
],
|
|
325
425
|
};
|