@levo-so/blocks 0.1.75 → 0.1.77

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.
Files changed (58) hide show
  1. package/package.json +4 -4
  2. package/src/blocks/about-us/about-us-1.schema.ts +0 -3
  3. package/src/blocks/blogs/ClientOnly.tsx +24 -0
  4. package/src/blocks/blogs/blog-listing-1.schema.ts +750 -111
  5. package/src/blocks/blogs/blog-listing-1.tsx +123 -41
  6. package/src/blocks/blogs/blog-listing-2.schema.ts +1127 -2640
  7. package/src/blocks/blogs/blog-listing-2.tsx +110 -23
  8. package/src/blocks/blogs/blog-listing-3.schema.ts +713 -2010
  9. package/src/blocks/blogs/blog-listing-3.tsx +118 -20
  10. package/src/blocks/blogs/blog-post-1.schema.ts +262 -32
  11. package/src/blocks/blogs/blog-post-1.tsx +217 -28
  12. package/src/blocks/cards/cards-16.schema.ts +947 -0
  13. package/src/blocks/cards/cards-16.tsx +106 -0
  14. package/src/blocks/cards/cards-17.schema.ts +1945 -0
  15. package/src/blocks/cards/cards-17.tsx +112 -0
  16. package/src/blocks/cards/cards-18.schema.ts +1040 -0
  17. package/src/blocks/cards/cards-18.tsx +102 -0
  18. package/src/blocks/cards/cards-2.schema.ts +2 -2
  19. package/src/blocks/cards/cards-3.schema.ts +3 -16
  20. package/src/blocks/cards/cards-4.schema.ts +3 -28
  21. package/src/blocks/cards/cards-7.schema.ts +4 -7
  22. package/src/blocks/cards/cards-8.schema.ts +1 -10
  23. package/src/blocks/carousel/carousel-2.schema.ts +1 -2
  24. package/src/blocks/content/content-10.schema.ts +450 -0
  25. package/src/blocks/content/content-10.tsx +43 -0
  26. package/src/blocks/content/content-3.schema.ts +22 -28
  27. package/src/blocks/content/content-5.schema.ts +0 -4
  28. package/src/blocks/cta/cta-1.schema.ts +0 -3
  29. package/src/blocks/event/event-details.schema.ts +41 -175
  30. package/src/blocks/event/event-details.tsx +45 -50
  31. package/src/blocks/event/event-listing-2.schema.ts +437 -202
  32. package/src/blocks/event/event-listing-2.tsx +86 -22
  33. package/src/blocks/event/event-listing-3.schema.ts +232 -196
  34. package/src/blocks/event/event-listing-3.tsx +62 -29
  35. package/src/blocks/event/event-listing-4.schema.ts +314 -2824
  36. package/src/blocks/event/event-listing-4.tsx +68 -32
  37. package/src/blocks/event/event-listing.schema.ts +176 -1032
  38. package/src/blocks/event/event-listing.tsx +59 -25
  39. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +0 -1
  40. package/src/blocks/features/features-4.schema.ts +4 -14
  41. package/src/blocks/features/features-5.schema.ts +30 -51
  42. package/src/blocks/features/features-6.schema.ts +0 -1
  43. package/src/blocks/filter-listing/filter-listing-1.schema.ts +1 -3
  44. package/src/blocks/footer/footer-3.schema.ts +6 -14
  45. package/src/blocks/hero/hero-11.schema.ts +25 -54
  46. package/src/blocks/hero/hero-5.schema.ts +2 -6
  47. package/src/blocks/hero/hero-6.schema.ts +1 -10
  48. package/src/blocks/index.ts +4 -0
  49. package/src/blocks/logos/logos-1.schema.ts +0 -30
  50. package/src/blocks/pricing/pricing-1.schema.ts +0 -3
  51. package/src/blocks/stats/variants/default.ts +4 -5
  52. package/src/blocks/team/team-2.schema.ts +57 -154
  53. package/src/blocks/team/team-3.schema.ts +14 -31
  54. package/src/blocks/testimonial/testimonial-4.schema.ts +67 -152
  55. package/src/blocks/testimonial/testimonial-5/variants/default.ts +0 -1
  56. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +0 -1
  57. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +0 -1
  58. package/src/schemas/blocks.ts +8 -0
@@ -309,9 +309,7 @@ export const Hero11: IBlock = {
309
309
  width: "100%",
310
310
  mobile: {
311
311
  "row-gap": "2xl",
312
- filter: "none",
313
312
  },
314
- filter: "none",
315
313
  },
316
314
  title: {
317
315
  "max-width": "700px",
@@ -325,9 +323,7 @@ export const Hero11: IBlock = {
325
323
  "row-gap": "base",
326
324
  mobile: {
327
325
  "flex-direction": "column",
328
- filter: "none",
329
326
  },
330
- filter: "none",
331
327
  },
332
328
  cta: [
333
329
  {
@@ -339,9 +335,8 @@ export const Hero11: IBlock = {
339
335
  width: "100%",
340
336
  "align-items": "center",
341
337
  "justify-content": "space-between",
342
- filter: "none",
338
+
343
339
  tablet: {
344
- filter: "none",
345
340
  display: "grid",
346
341
  "column-gap": "none",
347
342
  "flex-direction": "row",
@@ -363,13 +358,12 @@ export const Hero11: IBlock = {
363
358
  mobile: {
364
359
  "flex-direction": "column",
365
360
  width: "100%",
366
- filter: "none",
361
+
367
362
  "border-bottom": "1px s",
368
363
  "justify-content": "start",
369
364
  "align-items": "start",
370
365
  },
371
366
  tablet: {
372
- filter: "none",
373
367
  "justify-content": "center",
374
368
  "align-items": "center",
375
369
  "margin-right": "3xl",
@@ -385,12 +379,12 @@ export const Hero11: IBlock = {
385
379
  "flex-direction": "row",
386
380
  "row-gap": "sm",
387
381
  "text-align": "center",
388
- filter: "none",
382
+
389
383
  "column-gap": "base",
390
384
  "justify-content": "center",
391
385
  "align-items": "center",
392
386
  },
393
- filter: "none",
387
+
394
388
  "justify-content": "start",
395
389
  tablet: {
396
390
  "justify-content": "start",
@@ -405,17 +399,15 @@ export const Hero11: IBlock = {
405
399
  width: "40px",
406
400
  height: "40px",
407
401
  },
408
- filter: "none",
409
402
  },
410
403
  content_wrapper: {
411
404
  display: "flex",
412
405
  "flex-direction": "column",
413
406
  "row-gap": "none",
414
- filter: "none",
407
+
415
408
  "justify-content": "start",
416
409
  "align-items": "start",
417
410
  mobile: {
418
- filter: "none",
419
411
  "justify-content": "start",
420
412
  "align-items": "start",
421
413
  },
@@ -451,9 +443,8 @@ export const Hero11: IBlock = {
451
443
  "padding-left": "base",
452
444
  "padding-right": "base",
453
445
  },
454
- filter: "none",
446
+
455
447
  tablet: {
456
- filter: "none",
457
448
  "margin-top": "none",
458
449
  "padding-top": "none",
459
450
  "padding-bottom": "none",
@@ -467,11 +458,9 @@ export const Hero11: IBlock = {
467
458
  "margin-right": "xl",
468
459
  mobile: {
469
460
  display: "none",
470
- filter: "none",
471
461
  },
472
- filter: "none",
462
+
473
463
  tablet: {
474
- filter: "none",
475
464
  display: "none",
476
465
  height: "80px",
477
466
  "margin-left": "none",
@@ -487,13 +476,12 @@ export const Hero11: IBlock = {
487
476
  mobile: {
488
477
  "flex-direction": "column",
489
478
  width: "100%",
490
- filter: "none",
479
+
491
480
  "border-bottom": "1px s",
492
481
  "justify-content": "start",
493
482
  "align-items": "start",
494
483
  },
495
484
  tablet: {
496
- filter: "none",
497
485
  "justify-content": "center",
498
486
  "align-items": "center",
499
487
  "margin-right": "3xl",
@@ -509,12 +497,12 @@ export const Hero11: IBlock = {
509
497
  "flex-direction": "row",
510
498
  "row-gap": "sm",
511
499
  "text-align": "center",
512
- filter: "none",
500
+
513
501
  "column-gap": "base",
514
502
  "justify-content": "center",
515
503
  "align-items": "center",
516
504
  },
517
- filter: "none",
505
+
518
506
  "justify-content": "start",
519
507
  tablet: {
520
508
  "justify-content": "start",
@@ -529,17 +517,15 @@ export const Hero11: IBlock = {
529
517
  width: "40px",
530
518
  height: "40px",
531
519
  },
532
- filter: "none",
533
520
  },
534
521
  content_wrapper: {
535
522
  display: "flex",
536
523
  "flex-direction": "column",
537
524
  "row-gap": "none",
538
- filter: "none",
525
+
539
526
  "justify-content": "start",
540
527
  "align-items": "start",
541
528
  mobile: {
542
- filter: "none",
543
529
  "justify-content": "start",
544
530
  "align-items": "start",
545
531
  },
@@ -575,9 +561,8 @@ export const Hero11: IBlock = {
575
561
  "padding-left": "base",
576
562
  "padding-right": "base",
577
563
  },
578
- filter: "none",
564
+
579
565
  tablet: {
580
- filter: "none",
581
566
  "margin-top": "none",
582
567
  "padding-top": "none",
583
568
  "padding-bottom": "none",
@@ -591,11 +576,9 @@ export const Hero11: IBlock = {
591
576
  "margin-right": "xl",
592
577
  mobile: {
593
578
  display: "none",
594
- filter: "none",
595
579
  },
596
- filter: "none",
580
+
597
581
  tablet: {
598
- filter: "none",
599
582
  display: "none",
600
583
  height: "80px",
601
584
  "margin-left": "none",
@@ -611,13 +594,12 @@ export const Hero11: IBlock = {
611
594
  mobile: {
612
595
  "flex-direction": "column",
613
596
  width: "100%",
614
- filter: "none",
597
+
615
598
  "border-bottom": "1px s",
616
599
  "justify-content": "start",
617
600
  "align-items": "start",
618
601
  },
619
602
  tablet: {
620
- filter: "none",
621
603
  "justify-content": "center",
622
604
  "align-items": "center",
623
605
  "margin-right": "3xl",
@@ -633,12 +615,12 @@ export const Hero11: IBlock = {
633
615
  "flex-direction": "row",
634
616
  "row-gap": "sm",
635
617
  "text-align": "center",
636
- filter: "none",
618
+
637
619
  "column-gap": "base",
638
620
  "justify-content": "center",
639
621
  "align-items": "center",
640
622
  },
641
- filter: "none",
623
+
642
624
  "justify-content": "start",
643
625
  tablet: {
644
626
  "justify-content": "start",
@@ -653,17 +635,15 @@ export const Hero11: IBlock = {
653
635
  width: "40px",
654
636
  height: "40px",
655
637
  },
656
- filter: "none",
657
638
  },
658
639
  content_wrapper: {
659
640
  display: "flex",
660
641
  "flex-direction": "column",
661
642
  "row-gap": "none",
662
- filter: "none",
643
+
663
644
  "justify-content": "start",
664
645
  "align-items": "start",
665
646
  mobile: {
666
- filter: "none",
667
647
  "justify-content": "start",
668
648
  "align-items": "start",
669
649
  },
@@ -699,9 +679,8 @@ export const Hero11: IBlock = {
699
679
  "padding-left": "base",
700
680
  "padding-right": "base",
701
681
  },
702
- filter: "none",
682
+
703
683
  tablet: {
704
- filter: "none",
705
684
  "margin-top": "none",
706
685
  "padding-top": "none",
707
686
  "padding-bottom": "none",
@@ -715,11 +694,9 @@ export const Hero11: IBlock = {
715
694
  "margin-right": "xl",
716
695
  mobile: {
717
696
  display: "none",
718
- filter: "none",
719
697
  },
720
- filter: "none",
698
+
721
699
  tablet: {
722
- filter: "none",
723
700
  display: "none",
724
701
  height: "80px",
725
702
  "margin-left": "none",
@@ -735,13 +712,12 @@ export const Hero11: IBlock = {
735
712
  mobile: {
736
713
  "flex-direction": "column",
737
714
  width: "100%",
738
- filter: "none",
715
+
739
716
  "border-bottom": "1px s",
740
717
  "justify-content": "start",
741
718
  "align-items": "start",
742
719
  },
743
720
  tablet: {
744
- filter: "none",
745
721
  "justify-content": "center",
746
722
  "align-items": "center",
747
723
  "margin-right": "3xl",
@@ -757,12 +733,12 @@ export const Hero11: IBlock = {
757
733
  "flex-direction": "row",
758
734
  "row-gap": "sm",
759
735
  "text-align": "center",
760
- filter: "none",
736
+
761
737
  "column-gap": "base",
762
738
  "justify-content": "center",
763
739
  "align-items": "center",
764
740
  },
765
- filter: "none",
741
+
766
742
  "justify-content": "start",
767
743
  tablet: {
768
744
  "justify-content": "start",
@@ -777,17 +753,15 @@ export const Hero11: IBlock = {
777
753
  width: "40px",
778
754
  height: "40px",
779
755
  },
780
- filter: "none",
781
756
  },
782
757
  content_wrapper: {
783
758
  display: "flex",
784
759
  "flex-direction": "column",
785
760
  "row-gap": "none",
786
- filter: "none",
761
+
787
762
  "justify-content": "start",
788
763
  "align-items": "start",
789
764
  mobile: {
790
- filter: "none",
791
765
  "justify-content": "start",
792
766
  "align-items": "start",
793
767
  },
@@ -823,9 +797,8 @@ export const Hero11: IBlock = {
823
797
  "padding-left": "base",
824
798
  "padding-right": "base",
825
799
  },
826
- filter: "none",
800
+
827
801
  tablet: {
828
- filter: "none",
829
802
  "margin-top": "none",
830
803
  "padding-top": "none",
831
804
  "padding-bottom": "none",
@@ -839,11 +812,9 @@ export const Hero11: IBlock = {
839
812
  "margin-right": "xl",
840
813
  mobile: {
841
814
  display: "none",
842
- filter: "none",
843
815
  },
844
- filter: "none",
816
+
845
817
  tablet: {
846
- filter: "none",
847
818
  display: "none",
848
819
  height: "80px",
849
820
  "margin-left": "none",
@@ -227,12 +227,8 @@ export const Hero5: IBlock = {
227
227
  .fill(0)
228
228
  .map(() => ({
229
229
  cta: {
230
- tablet: {
231
- filter: "none",
232
- },
233
- mobile: {
234
- filter: "none",
235
- },
230
+ tablet: {},
231
+ mobile: {},
236
232
  },
237
233
  })),
238
234
  "header-content": {
@@ -416,7 +416,7 @@ export const Hero6: IBlock = {
416
416
  mobile: {
417
417
  number_of_slides: 1,
418
418
  },
419
- filter: "none",
419
+
420
420
  height: "auto",
421
421
  },
422
422
  "media_collage.*.image": {
@@ -448,7 +448,6 @@ export const Hero6: IBlock = {
448
448
  media_collage: [
449
449
  {
450
450
  image: {
451
- filter: "none",
452
451
  height: "350px",
453
452
  "object-fit": "cover",
454
453
  "border-radius": "base",
@@ -457,7 +456,6 @@ export const Hero6: IBlock = {
457
456
  },
458
457
  {
459
458
  image: {
460
- filter: "none",
461
459
  width: "260px",
462
460
  height: "350px",
463
461
  "object-fit": "cover",
@@ -466,7 +464,6 @@ export const Hero6: IBlock = {
466
464
  },
467
465
  {
468
466
  image: {
469
- filter: "none",
470
467
  height: "350px",
471
468
  "object-fit": "cover",
472
469
  "border-radius": "base",
@@ -475,7 +472,6 @@ export const Hero6: IBlock = {
475
472
  },
476
473
  {
477
474
  image: {
478
- filter: "none",
479
475
  height: "350px",
480
476
  "object-fit": "cover",
481
477
  "border-radius": "base",
@@ -484,7 +480,6 @@ export const Hero6: IBlock = {
484
480
  },
485
481
  {
486
482
  image: {
487
- filter: "none",
488
483
  height: "350px",
489
484
  "object-fit": "cover",
490
485
  "border-radius": "base",
@@ -493,7 +488,6 @@ export const Hero6: IBlock = {
493
488
  },
494
489
  {
495
490
  image: {
496
- filter: "none",
497
491
  height: "350px",
498
492
  "object-fit": "cover",
499
493
  "border-radius": "base",
@@ -502,7 +496,6 @@ export const Hero6: IBlock = {
502
496
  },
503
497
  {
504
498
  image: {
505
- filter: "none",
506
499
  height: "350px",
507
500
  "object-fit": "cover",
508
501
  "border-radius": "base",
@@ -511,7 +504,6 @@ export const Hero6: IBlock = {
511
504
  },
512
505
  {
513
506
  image: {
514
- filter: "none",
515
507
  height: "350px",
516
508
  "object-fit": "cover",
517
509
  "border-radius": "base",
@@ -520,7 +512,6 @@ export const Hero6: IBlock = {
520
512
  },
521
513
  {
522
514
  image: {
523
- filter: "none",
524
515
  height: "350px",
525
516
  "object-fit": "cover",
526
517
  "border-radius": "base",
@@ -25,6 +25,9 @@ export const blocks: Record<string, BlockComponent> = {
25
25
  "cards-13:v1": lazy(() => import("./cards/cards-13")),
26
26
  "cards-14:v1": lazy(() => import("./cards/cards-14")),
27
27
  "cards-15:v1": lazy(() => import("./cards/cards-15")),
28
+ "cards-16:v1": lazy(() => import("./cards/cards-16")),
29
+ "cards-17:v1": lazy(() => import("./cards/cards-17")),
30
+ "cards-18:v1": lazy(() => import("./cards/cards-18")),
28
31
  "contact-us-1:v1": lazy(() => import("./contact-us/contact-us-1")),
29
32
  "contact-us-2:v1": lazy(() => import("./contact-us/contact-us-2")),
30
33
  "content-1:v1": lazy(() => import("./content/content-1")),
@@ -36,6 +39,7 @@ export const blocks: Record<string, BlockComponent> = {
36
39
  "content-7:v1": lazy(() => import("./content/content-7")),
37
40
  "content-8:v1": lazy(() => import("./content/content-8")),
38
41
  "content-9:v1": lazy(() => import("./content/content-9")),
42
+ "content-10:v1": lazy(() => import("./content/content-10")),
39
43
  "timeline-1:v1": lazy(() => import("./timeline/timeline-1")),
40
44
  "cta-1:v1": lazy(() => import("./cta/cta-1")),
41
45
  "cta-2:v1": lazy(() => import("./cta/cta-2")),
@@ -305,7 +305,6 @@ export const Logos1: IBlock = {
305
305
  logos: [
306
306
  {
307
307
  wrapper: {
308
- filter: "none",
309
308
  display: "flex",
310
309
  "align-items": "center",
311
310
  "justify-content": "center",
@@ -313,7 +312,6 @@ export const Logos1: IBlock = {
313
312
  },
314
313
  {
315
314
  wrapper: {
316
- filter: "none",
317
315
  display: "flex",
318
316
  "align-items": "center",
319
317
  "justify-content": "center",
@@ -321,7 +319,6 @@ export const Logos1: IBlock = {
321
319
  },
322
320
  {
323
321
  wrapper: {
324
- filter: "none",
325
322
  display: "flex",
326
323
  "align-items": "center",
327
324
  "justify-content": "center",
@@ -329,7 +326,6 @@ export const Logos1: IBlock = {
329
326
  },
330
327
  {
331
328
  wrapper: {
332
- filter: "none",
333
329
  display: "flex",
334
330
  "align-items": "center",
335
331
  "justify-content": "center",
@@ -337,7 +333,6 @@ export const Logos1: IBlock = {
337
333
  },
338
334
  {
339
335
  wrapper: {
340
- filter: "none",
341
336
  display: "flex",
342
337
  "align-items": "center",
343
338
  "justify-content": "center",
@@ -345,7 +340,6 @@ export const Logos1: IBlock = {
345
340
  },
346
341
  {
347
342
  wrapper: {
348
- filter: "none",
349
343
  display: "flex",
350
344
  "align-items": "center",
351
345
  "justify-content": "center",
@@ -353,7 +347,6 @@ export const Logos1: IBlock = {
353
347
  },
354
348
  {
355
349
  wrapper: {
356
- filter: "none",
357
350
  display: "flex",
358
351
  "align-items": "center",
359
352
  "justify-content": "center",
@@ -361,7 +354,6 @@ export const Logos1: IBlock = {
361
354
  },
362
355
  {
363
356
  wrapper: {
364
- filter: "none",
365
357
  display: "flex",
366
358
  "align-items": "center",
367
359
  "justify-content": "center",
@@ -369,7 +361,6 @@ export const Logos1: IBlock = {
369
361
  },
370
362
  {
371
363
  wrapper: {
372
- filter: "none",
373
364
  display: "flex",
374
365
  "align-items": "center",
375
366
  "justify-content": "center",
@@ -377,7 +368,6 @@ export const Logos1: IBlock = {
377
368
  },
378
369
  {
379
370
  wrapper: {
380
- filter: "none",
381
371
  display: "flex",
382
372
  "align-items": "center",
383
373
  "justify-content": "center",
@@ -385,7 +375,6 @@ export const Logos1: IBlock = {
385
375
  },
386
376
  {
387
377
  wrapper: {
388
- filter: "none",
389
378
  display: "flex",
390
379
  "align-items": "center",
391
380
  "justify-content": "center",
@@ -393,7 +382,6 @@ export const Logos1: IBlock = {
393
382
  },
394
383
  {
395
384
  wrapper: {
396
- filter: "none",
397
385
  display: "flex",
398
386
  "align-items": "center",
399
387
  "justify-content": "center",
@@ -401,7 +389,6 @@ export const Logos1: IBlock = {
401
389
  },
402
390
  {
403
391
  wrapper: {
404
- filter: "none",
405
392
  display: "flex",
406
393
  "align-items": "center",
407
394
  "justify-content": "center",
@@ -409,7 +396,6 @@ export const Logos1: IBlock = {
409
396
  },
410
397
  {
411
398
  wrapper: {
412
- filter: "none",
413
399
  display: "flex",
414
400
  "align-items": "center",
415
401
  "justify-content": "center",
@@ -417,7 +403,6 @@ export const Logos1: IBlock = {
417
403
  },
418
404
  {
419
405
  wrapper: {
420
- filter: "none",
421
406
  display: "flex",
422
407
  "align-items": "center",
423
408
  "justify-content": "center",
@@ -425,7 +410,6 @@ export const Logos1: IBlock = {
425
410
  },
426
411
  {
427
412
  wrapper: {
428
- filter: "none",
429
413
  display: "flex",
430
414
  "align-items": "center",
431
415
  "justify-content": "center",
@@ -433,7 +417,6 @@ export const Logos1: IBlock = {
433
417
  },
434
418
  {
435
419
  wrapper: {
436
- filter: "none",
437
420
  display: "flex",
438
421
  "align-items": "center",
439
422
  "justify-content": "center",
@@ -441,7 +424,6 @@ export const Logos1: IBlock = {
441
424
  },
442
425
  {
443
426
  wrapper: {
444
- filter: "none",
445
427
  display: "flex",
446
428
  "align-items": "center",
447
429
  "justify-content": "center",
@@ -449,7 +431,6 @@ export const Logos1: IBlock = {
449
431
  },
450
432
  {
451
433
  wrapper: {
452
- filter: "none",
453
434
  display: "flex",
454
435
  "align-items": "center",
455
436
  "justify-content": "center",
@@ -457,7 +438,6 @@ export const Logos1: IBlock = {
457
438
  },
458
439
  {
459
440
  wrapper: {
460
- filter: "none",
461
441
  display: "flex",
462
442
  "align-items": "center",
463
443
  "justify-content": "center",
@@ -465,7 +445,6 @@ export const Logos1: IBlock = {
465
445
  },
466
446
  {
467
447
  wrapper: {
468
- filter: "none",
469
448
  display: "flex",
470
449
  "align-items": "center",
471
450
  "justify-content": "center",
@@ -473,7 +452,6 @@ export const Logos1: IBlock = {
473
452
  },
474
453
  {
475
454
  wrapper: {
476
- filter: "none",
477
455
  display: "flex",
478
456
  "align-items": "center",
479
457
  "justify-content": "center",
@@ -481,7 +459,6 @@ export const Logos1: IBlock = {
481
459
  },
482
460
  {
483
461
  wrapper: {
484
- filter: "none",
485
462
  display: "flex",
486
463
  "align-items": "center",
487
464
  "justify-content": "center",
@@ -489,7 +466,6 @@ export const Logos1: IBlock = {
489
466
  },
490
467
  {
491
468
  wrapper: {
492
- filter: "none",
493
469
  display: "flex",
494
470
  "align-items": "center",
495
471
  "justify-content": "center",
@@ -497,7 +473,6 @@ export const Logos1: IBlock = {
497
473
  },
498
474
  {
499
475
  wrapper: {
500
- filter: "none",
501
476
  display: "flex",
502
477
  "align-items": "center",
503
478
  "justify-content": "center",
@@ -505,7 +480,6 @@ export const Logos1: IBlock = {
505
480
  },
506
481
  {
507
482
  wrapper: {
508
- filter: "none",
509
483
  display: "flex",
510
484
  "align-items": "center",
511
485
  "justify-content": "center",
@@ -513,7 +487,6 @@ export const Logos1: IBlock = {
513
487
  },
514
488
  {
515
489
  wrapper: {
516
- filter: "none",
517
490
  display: "flex",
518
491
  "align-items": "center",
519
492
  "justify-content": "center",
@@ -521,7 +494,6 @@ export const Logos1: IBlock = {
521
494
  },
522
495
  {
523
496
  wrapper: {
524
- filter: "none",
525
497
  display: "flex",
526
498
  "align-items": "center",
527
499
  "justify-content": "center",
@@ -529,7 +501,6 @@ export const Logos1: IBlock = {
529
501
  },
530
502
  {
531
503
  wrapper: {
532
- filter: "none",
533
504
  display: "flex",
534
505
  "align-items": "center",
535
506
  "justify-content": "center",
@@ -537,7 +508,6 @@ export const Logos1: IBlock = {
537
508
  },
538
509
  {
539
510
  wrapper: {
540
- filter: "none",
541
511
  display: "flex",
542
512
  "align-items": "center",
543
513
  "justify-content": "center",
@@ -388,7 +388,6 @@ export const Pricing1: IBlock = {
388
388
  "padding-left": "base",
389
389
  "padding-right": "base",
390
390
  "border-radius": "base",
391
- filter: "none",
392
391
  },
393
392
  badge: {
394
393
  "font-weight": "600",
@@ -536,7 +535,6 @@ export const Pricing1: IBlock = {
536
535
  "padding-left": "base",
537
536
  "padding-right": "base",
538
537
  "border-radius": "base",
539
- filter: "none",
540
538
  },
541
539
  badge: {
542
540
  "font-weight": "600",
@@ -686,7 +684,6 @@ export const Pricing1: IBlock = {
686
684
  "padding-left": "base",
687
685
  "padding-right": "base",
688
686
  "border-radius": "base",
689
- filter: "none",
690
687
  },
691
688
  badge: {
692
689
  "font-weight": "600",