@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
|
@@ -247,6 +247,14 @@ export const Team3: IBlock = {
|
|
|
247
247
|
loop: true,
|
|
248
248
|
},
|
|
249
249
|
},
|
|
250
|
+
title: {
|
|
251
|
+
selectedVariants: {
|
|
252
|
+
Heading_Level: "H2",
|
|
253
|
+
},
|
|
254
|
+
heading: {
|
|
255
|
+
level: 2,
|
|
256
|
+
},
|
|
257
|
+
},
|
|
250
258
|
},
|
|
251
259
|
content: DEFAULT_CONTENT,
|
|
252
260
|
styles: {
|
|
@@ -281,16 +289,7 @@ export const Team3: IBlock = {
|
|
|
281
289
|
},
|
|
282
290
|
},
|
|
283
291
|
title: {
|
|
284
|
-
"font-size": "5xl",
|
|
285
|
-
"font-weight": "700",
|
|
286
292
|
color: "text-1",
|
|
287
|
-
"line-height": "1.2",
|
|
288
|
-
tablet: {
|
|
289
|
-
"font-size": "3xl",
|
|
290
|
-
},
|
|
291
|
-
mobile: {
|
|
292
|
-
"font-size": "2xl",
|
|
293
|
-
},
|
|
294
293
|
filter: "none",
|
|
295
294
|
"padding-bottom": "xl",
|
|
296
295
|
},
|
|
@@ -311,22 +310,22 @@ export const Team3: IBlock = {
|
|
|
311
310
|
"flex-direction": "column",
|
|
312
311
|
"align-items": "center",
|
|
313
312
|
"background-color": "background-1",
|
|
314
|
-
"border-radius": "
|
|
313
|
+
"border-radius": "base",
|
|
315
314
|
padding: "lg",
|
|
316
|
-
"box-shadow": "
|
|
315
|
+
"box-shadow": "default",
|
|
317
316
|
"margin-left": "6xs",
|
|
318
317
|
"margin-right": "6xs",
|
|
319
318
|
filter: "none",
|
|
320
319
|
"min-height": "400px",
|
|
321
320
|
"background-image":
|
|
322
|
-
'url("https://
|
|
321
|
+
'url("https://static.levostg.online/W6OEVMW8/6a30b8841e2947b6f1fb3138bc36c5dbf7c9a6ef-4JOTlp1PZh12.png")',
|
|
323
322
|
"background-position": "center center",
|
|
324
323
|
"background-size": "cover",
|
|
325
324
|
},
|
|
326
325
|
image: {
|
|
327
326
|
width: "200px",
|
|
328
327
|
height: "200px",
|
|
329
|
-
"border-radius": "
|
|
328
|
+
"border-radius": "base",
|
|
330
329
|
"object-fit": "cover",
|
|
331
330
|
"margin-bottom": "base",
|
|
332
331
|
filter: "none",
|
|
@@ -344,7 +343,7 @@ export const Team3: IBlock = {
|
|
|
344
343
|
"justify-content": "space-between",
|
|
345
344
|
"padding-top": "sm",
|
|
346
345
|
"padding-bottom": "sm",
|
|
347
|
-
"border-radius": "
|
|
346
|
+
"border-radius": "base",
|
|
348
347
|
"border-style": "solid",
|
|
349
348
|
"border-width": "1px",
|
|
350
349
|
"padding-left": "xs",
|
|
@@ -359,16 +358,12 @@ export const Team3: IBlock = {
|
|
|
359
358
|
filter: "none",
|
|
360
359
|
},
|
|
361
360
|
name: {
|
|
362
|
-
"font-size": "lg",
|
|
363
|
-
"font-weight": 600,
|
|
364
361
|
color: "text-1",
|
|
365
362
|
filter: "none",
|
|
366
363
|
},
|
|
367
364
|
position: {
|
|
368
|
-
"font-size": "base",
|
|
369
365
|
color: "text-2",
|
|
370
366
|
filter: "none",
|
|
371
|
-
"font-weight": 400,
|
|
372
367
|
},
|
|
373
368
|
social_levoGroup: {
|
|
374
369
|
display: "flex",
|
|
@@ -388,7 +383,7 @@ export const Team3: IBlock = {
|
|
|
388
383
|
"border-style": "solid",
|
|
389
384
|
"border-width": "1px",
|
|
390
385
|
"border-color": "brand",
|
|
391
|
-
"border-radius": "
|
|
386
|
+
"border-radius": "base",
|
|
392
387
|
"background-color": "white",
|
|
393
388
|
display: "block",
|
|
394
389
|
padding: "xs",
|
|
@@ -405,22 +400,22 @@ export const Team3: IBlock = {
|
|
|
405
400
|
"flex-direction": "column",
|
|
406
401
|
"align-items": "center",
|
|
407
402
|
"background-color": "background-1",
|
|
408
|
-
"border-radius": "
|
|
403
|
+
"border-radius": "base",
|
|
409
404
|
padding: "lg",
|
|
410
|
-
"box-shadow": "
|
|
405
|
+
"box-shadow": "default",
|
|
411
406
|
"margin-left": "6xs",
|
|
412
407
|
"margin-right": "6xs",
|
|
413
408
|
filter: "none",
|
|
414
409
|
"min-height": "400px",
|
|
415
410
|
"background-image":
|
|
416
|
-
'url("https://
|
|
411
|
+
'url("https://static.levostg.online/W6OEVMW8/6a30b8841e2947b6f1fb3138bc36c5dbf7c9a6ef-4JOTlp1PZh12.png")',
|
|
417
412
|
"background-position": "center center",
|
|
418
413
|
"background-size": "cover",
|
|
419
414
|
},
|
|
420
415
|
image: {
|
|
421
416
|
width: "200px",
|
|
422
417
|
height: "200px",
|
|
423
|
-
"border-radius": "
|
|
418
|
+
"border-radius": "base",
|
|
424
419
|
"object-fit": "cover",
|
|
425
420
|
"margin-bottom": "base",
|
|
426
421
|
filter: "none",
|
|
@@ -438,7 +433,7 @@ export const Team3: IBlock = {
|
|
|
438
433
|
"justify-content": "space-between",
|
|
439
434
|
"padding-top": "sm",
|
|
440
435
|
"padding-bottom": "sm",
|
|
441
|
-
"border-radius": "
|
|
436
|
+
"border-radius": "base",
|
|
442
437
|
"border-style": "solid",
|
|
443
438
|
"border-width": "1px",
|
|
444
439
|
"padding-left": "xs",
|
|
@@ -453,16 +448,12 @@ export const Team3: IBlock = {
|
|
|
453
448
|
filter: "none",
|
|
454
449
|
},
|
|
455
450
|
name: {
|
|
456
|
-
"font-size": "lg",
|
|
457
|
-
"font-weight": 600,
|
|
458
451
|
color: "text-1",
|
|
459
452
|
filter: "none",
|
|
460
453
|
},
|
|
461
454
|
position: {
|
|
462
|
-
"font-size": "base",
|
|
463
455
|
color: "text-2",
|
|
464
456
|
filter: "none",
|
|
465
|
-
"font-weight": 400,
|
|
466
457
|
},
|
|
467
458
|
social_levoGroup: {
|
|
468
459
|
display: "flex",
|
|
@@ -482,7 +473,7 @@ export const Team3: IBlock = {
|
|
|
482
473
|
"border-style": "solid",
|
|
483
474
|
"border-width": "1px",
|
|
484
475
|
"border-color": "brand",
|
|
485
|
-
"border-radius": "
|
|
476
|
+
"border-radius": "base",
|
|
486
477
|
"background-color": "white",
|
|
487
478
|
display: "block",
|
|
488
479
|
padding: "xs",
|
|
@@ -499,22 +490,22 @@ export const Team3: IBlock = {
|
|
|
499
490
|
"flex-direction": "column",
|
|
500
491
|
"align-items": "center",
|
|
501
492
|
"background-color": "background-1",
|
|
502
|
-
"border-radius": "
|
|
493
|
+
"border-radius": "base",
|
|
503
494
|
padding: "lg",
|
|
504
|
-
"box-shadow": "
|
|
495
|
+
"box-shadow": "default",
|
|
505
496
|
"margin-left": "6xs",
|
|
506
497
|
"margin-right": "6xs",
|
|
507
498
|
filter: "none",
|
|
508
499
|
"min-height": "400px",
|
|
509
500
|
"background-image":
|
|
510
|
-
'url("https://
|
|
501
|
+
'url("https://static.levostg.online/W6OEVMW8/6a30b8841e2947b6f1fb3138bc36c5dbf7c9a6ef-4JOTlp1PZh12.png")',
|
|
511
502
|
"background-position": "center center",
|
|
512
503
|
"background-size": "cover",
|
|
513
504
|
},
|
|
514
505
|
image: {
|
|
515
506
|
width: "200px",
|
|
516
507
|
height: "200px",
|
|
517
|
-
"border-radius": "
|
|
508
|
+
"border-radius": "base",
|
|
518
509
|
"object-fit": "cover",
|
|
519
510
|
"margin-bottom": "base",
|
|
520
511
|
filter: "none",
|
|
@@ -532,7 +523,7 @@ export const Team3: IBlock = {
|
|
|
532
523
|
"justify-content": "space-between",
|
|
533
524
|
"padding-top": "sm",
|
|
534
525
|
"padding-bottom": "sm",
|
|
535
|
-
"border-radius": "
|
|
526
|
+
"border-radius": "base",
|
|
536
527
|
"border-style": "solid",
|
|
537
528
|
"border-width": "1px",
|
|
538
529
|
"padding-left": "xs",
|
|
@@ -547,16 +538,12 @@ export const Team3: IBlock = {
|
|
|
547
538
|
filter: "none",
|
|
548
539
|
},
|
|
549
540
|
name: {
|
|
550
|
-
"font-size": "lg",
|
|
551
|
-
"font-weight": 600,
|
|
552
541
|
color: "text-1",
|
|
553
542
|
filter: "none",
|
|
554
543
|
},
|
|
555
544
|
position: {
|
|
556
|
-
"font-size": "base",
|
|
557
545
|
color: "text-2",
|
|
558
546
|
filter: "none",
|
|
559
|
-
"font-weight": 400,
|
|
560
547
|
},
|
|
561
548
|
social_levoGroup: {
|
|
562
549
|
display: "flex",
|
|
@@ -576,7 +563,7 @@ export const Team3: IBlock = {
|
|
|
576
563
|
"border-style": "solid",
|
|
577
564
|
"border-width": "1px",
|
|
578
565
|
"border-color": "brand",
|
|
579
|
-
"border-radius": "
|
|
566
|
+
"border-radius": "base",
|
|
580
567
|
"background-color": "white",
|
|
581
568
|
display: "block",
|
|
582
569
|
padding: "xs",
|
|
@@ -593,22 +580,22 @@ export const Team3: IBlock = {
|
|
|
593
580
|
"flex-direction": "column",
|
|
594
581
|
"align-items": "center",
|
|
595
582
|
"background-color": "background-1",
|
|
596
|
-
"border-radius": "
|
|
583
|
+
"border-radius": "base",
|
|
597
584
|
padding: "lg",
|
|
598
|
-
"box-shadow": "
|
|
585
|
+
"box-shadow": "default",
|
|
599
586
|
"margin-left": "6xs",
|
|
600
587
|
"margin-right": "6xs",
|
|
601
588
|
filter: "none",
|
|
602
589
|
"min-height": "400px",
|
|
603
590
|
"background-image":
|
|
604
|
-
'url("https://
|
|
591
|
+
'url("https://static.levostg.online/W6OEVMW8/6a30b8841e2947b6f1fb3138bc36c5dbf7c9a6ef-4JOTlp1PZh12.png")',
|
|
605
592
|
"background-position": "center center",
|
|
606
593
|
"background-size": "cover",
|
|
607
594
|
},
|
|
608
595
|
image: {
|
|
609
596
|
width: "200px",
|
|
610
597
|
height: "200px",
|
|
611
|
-
"border-radius": "
|
|
598
|
+
"border-radius": "base",
|
|
612
599
|
"object-fit": "cover",
|
|
613
600
|
"margin-bottom": "base",
|
|
614
601
|
filter: "none",
|
|
@@ -626,7 +613,7 @@ export const Team3: IBlock = {
|
|
|
626
613
|
"justify-content": "space-between",
|
|
627
614
|
"padding-top": "sm",
|
|
628
615
|
"padding-bottom": "sm",
|
|
629
|
-
"border-radius": "
|
|
616
|
+
"border-radius": "base",
|
|
630
617
|
"border-style": "solid",
|
|
631
618
|
"border-width": "1px",
|
|
632
619
|
"padding-left": "xs",
|
|
@@ -641,16 +628,12 @@ export const Team3: IBlock = {
|
|
|
641
628
|
filter: "none",
|
|
642
629
|
},
|
|
643
630
|
name: {
|
|
644
|
-
"font-size": "lg",
|
|
645
|
-
"font-weight": 600,
|
|
646
631
|
color: "text-1",
|
|
647
632
|
filter: "none",
|
|
648
633
|
},
|
|
649
634
|
position: {
|
|
650
|
-
"font-size": "base",
|
|
651
635
|
color: "text-2",
|
|
652
636
|
filter: "none",
|
|
653
|
-
"font-weight": 400,
|
|
654
637
|
},
|
|
655
638
|
social_levoGroup: {
|
|
656
639
|
display: "flex",
|
|
@@ -670,7 +653,7 @@ export const Team3: IBlock = {
|
|
|
670
653
|
"border-style": "solid",
|
|
671
654
|
"border-width": "1px",
|
|
672
655
|
"border-color": "brand",
|
|
673
|
-
"border-radius": "
|
|
656
|
+
"border-radius": "base",
|
|
674
657
|
"background-color": "white",
|
|
675
658
|
display: "block",
|
|
676
659
|
padding: "xs",
|