@levo-so/blocks 0.1.74 → 0.1.76

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
@@ -843,7 +843,7 @@ export const Testimonial4: IBlock = {
843
843
  mobile: {
844
844
  "flex-direction": "column",
845
845
  "row-gap": "md",
846
- filter: "none",
846
+
847
847
  "justify-content": "center",
848
848
  "align-items": "center",
849
849
  "padding-bottom": "none",
@@ -851,7 +851,7 @@ export const Testimonial4: IBlock = {
851
851
  tablet: {
852
852
  "margin-bottom": "base",
853
853
  },
854
- filter: "none",
854
+
855
855
  "padding-bottom": "lg",
856
856
  },
857
857
  "header-content": {
@@ -862,7 +862,6 @@ export const Testimonial4: IBlock = {
862
862
  "justify-content": "center",
863
863
  "row-gap": "2xs",
864
864
  "column-gap": "2xs",
865
- filter: "none",
866
865
  },
867
866
  "badge-container": {
868
867
  "border-radius": "2xl",
@@ -871,7 +870,6 @@ export const Testimonial4: IBlock = {
871
870
  "padding-right": "lg",
872
871
  "padding-top": "4xs",
873
872
  "padding-bottom": "4xs",
874
- filter: "none",
875
873
  },
876
874
  "badge-text": {
877
875
  "font-weight": 500,
@@ -883,7 +881,6 @@ export const Testimonial4: IBlock = {
883
881
  "justify-content": "flex-end",
884
882
  mobile: {
885
883
  display: "none",
886
- filter: "none",
887
884
  },
888
885
  },
889
886
  "carousel-navigation-bottom-container": {
@@ -892,9 +889,7 @@ export const Testimonial4: IBlock = {
892
889
  display: "flex",
893
890
  "justify-content": "center",
894
891
  "padding-bottom": "md",
895
- filter: "none",
896
892
  },
897
- filter: "none",
898
893
  },
899
894
  "carousel-left-arrow-container": {
900
895
  display: "none",
@@ -909,9 +904,7 @@ export const Testimonial4: IBlock = {
909
904
  display: "flex",
910
905
  "column-gap": "sm",
911
906
  "align-items": "center",
912
- mobile: {
913
- filter: "none",
914
- },
907
+ mobile: {},
915
908
  },
916
909
  "carousel-navigation-arrow-left": {
917
910
  display: "flex",
@@ -940,13 +933,13 @@ export const Testimonial4: IBlock = {
940
933
  mobile: {
941
934
  width: "40px",
942
935
  height: "40px",
943
- filter: "none",
936
+
944
937
  "padding-top": "none",
945
938
  "padding-bottom": "none",
946
939
  "padding-left": "none",
947
940
  "padding-right": "none",
948
941
  },
949
- filter: "none",
942
+
950
943
  "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
951
944
  "column-gap": "none",
952
945
  },
@@ -964,10 +957,10 @@ export const Testimonial4: IBlock = {
964
957
  mobile: {
965
958
  width: "40px",
966
959
  height: "40px",
967
- filter: "none",
960
+
968
961
  "font-size": "xs",
969
962
  },
970
- filter: "none",
963
+
971
964
  "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
972
965
  "padding-top": "none",
973
966
  "padding-bottom": "none",
@@ -975,36 +968,30 @@ export const Testimonial4: IBlock = {
975
968
  "padding-right": "none",
976
969
  "column-gap": "none",
977
970
  color: "text-3",
978
- tablet: {
979
- filter: "none",
980
- },
971
+ tablet: {},
981
972
  },
982
973
  "button-prev-icon": {
983
974
  width: "100%",
984
975
  height: "100%",
985
- filter: "none",
976
+
986
977
  mobile: {
987
978
  width: "100%",
988
979
  height: "100%",
989
- filter: "none",
990
980
  },
991
981
  },
992
982
  "button-next-icon": {
993
983
  width: "100%",
994
984
  height: "100%",
995
- filter: "none",
985
+
996
986
  mobile: {
997
987
  width: "100%",
998
988
  height: "100%",
999
- filter: "none",
1000
989
  },
1001
990
  },
1002
991
  testimonials_levoGroup: {
1003
992
  number_of_slides: 1,
1004
- filter: "none",
1005
- mobile: {
1006
- filter: "none",
1007
- },
993
+
994
+ mobile: {},
1008
995
  },
1009
996
  testimonials: [
1010
997
  {
@@ -1017,7 +1004,7 @@ export const Testimonial4: IBlock = {
1017
1004
  tablet: {
1018
1005
  "flex-direction": "column",
1019
1006
  },
1020
- filter: "none",
1007
+
1021
1008
  "justify-content": "space-between",
1022
1009
  width: "100%",
1023
1010
  },
@@ -1034,7 +1021,6 @@ export const Testimonial4: IBlock = {
1034
1021
  tablet: {
1035
1022
  "max-width": "100%",
1036
1023
  },
1037
- filter: "none",
1038
1024
  },
1039
1025
  cover_embed: {},
1040
1026
  "testimonial-content-wrapper": {
@@ -1056,7 +1042,6 @@ export const Testimonial4: IBlock = {
1056
1042
  mobile: {
1057
1043
  padding: "lg",
1058
1044
  },
1059
- filter: "none",
1060
1045
  },
1061
1046
  "testimonial-content": {
1062
1047
  display: "flex",
@@ -1110,7 +1095,7 @@ export const Testimonial4: IBlock = {
1110
1095
  tablet: {
1111
1096
  "flex-direction": "column",
1112
1097
  },
1113
- filter: "none",
1098
+
1114
1099
  "justify-content": "space-between",
1115
1100
  width: "100%",
1116
1101
  },
@@ -1127,7 +1112,6 @@ export const Testimonial4: IBlock = {
1127
1112
  tablet: {
1128
1113
  "max-width": "100%",
1129
1114
  },
1130
- filter: "none",
1131
1115
  },
1132
1116
  cover_embed: {},
1133
1117
  "testimonial-content-wrapper": {
@@ -1149,7 +1133,6 @@ export const Testimonial4: IBlock = {
1149
1133
  mobile: {
1150
1134
  padding: "lg",
1151
1135
  },
1152
- filter: "none",
1153
1136
  },
1154
1137
  "testimonial-content": {
1155
1138
  display: "flex",
@@ -1203,7 +1186,7 @@ export const Testimonial4: IBlock = {
1203
1186
  tablet: {
1204
1187
  "flex-direction": "column",
1205
1188
  },
1206
- filter: "none",
1189
+
1207
1190
  "justify-content": "space-between",
1208
1191
  width: "100%",
1209
1192
  },
@@ -1220,7 +1203,6 @@ export const Testimonial4: IBlock = {
1220
1203
  tablet: {
1221
1204
  "max-width": "100%",
1222
1205
  },
1223
- filter: "none",
1224
1206
  },
1225
1207
  cover_embed: {},
1226
1208
  "testimonial-content-wrapper": {
@@ -1242,7 +1224,6 @@ export const Testimonial4: IBlock = {
1242
1224
  mobile: {
1243
1225
  padding: "lg",
1244
1226
  },
1245
- filter: "none",
1246
1227
  },
1247
1228
  "testimonial-content": {
1248
1229
  display: "flex",
@@ -1290,7 +1271,6 @@ export const Testimonial4: IBlock = {
1290
1271
  container: {},
1291
1272
  layout: {},
1292
1273
  "carousel-navigation-arrow-left_leftIcon": {
1293
- filter: "none",
1294
1274
  height: "24px",
1295
1275
  width: "24px",
1296
1276
  "font-size": "24px",
@@ -1396,7 +1376,7 @@ export const Testimonial4: IBlock = {
1396
1376
  mobile: {
1397
1377
  "flex-direction": "column",
1398
1378
  "row-gap": "md",
1399
- filter: "none",
1379
+
1400
1380
  "justify-content": "center",
1401
1381
  "align-items": "center",
1402
1382
  "padding-bottom": "none",
@@ -1404,7 +1384,7 @@ export const Testimonial4: IBlock = {
1404
1384
  tablet: {
1405
1385
  "margin-bottom": "base",
1406
1386
  },
1407
- filter: "none",
1387
+
1408
1388
  "padding-bottom": "lg",
1409
1389
  "justify-content": "end",
1410
1390
  },
@@ -1416,7 +1396,6 @@ export const Testimonial4: IBlock = {
1416
1396
  "justify-content": "center",
1417
1397
  "row-gap": "2xs",
1418
1398
  "column-gap": "2xs",
1419
- filter: "none",
1420
1399
  },
1421
1400
  "badge-container": {
1422
1401
  "border-radius": "20px",
@@ -1425,7 +1404,6 @@ export const Testimonial4: IBlock = {
1425
1404
  "padding-right": "lg",
1426
1405
  "padding-top": "4xs",
1427
1406
  "padding-bottom": "4xs",
1428
- filter: "none",
1429
1407
  },
1430
1408
  "badge-text": {
1431
1409
  "font-size": "base",
@@ -1443,16 +1421,13 @@ export const Testimonial4: IBlock = {
1443
1421
  mobile: {
1444
1422
  "font-size": "2xl",
1445
1423
  },
1446
- filter: "none",
1447
1424
  },
1448
1425
  "carousel-navigation-top-container": {
1449
1426
  display: "flex",
1450
1427
  "justify-content": "flex-end",
1451
1428
  mobile: {
1452
1429
  display: "none",
1453
- filter: "none",
1454
1430
  },
1455
- filter: "none",
1456
1431
  },
1457
1432
  "carousel-navigation-bottom-container": {
1458
1433
  display: "none",
@@ -1460,10 +1435,9 @@ export const Testimonial4: IBlock = {
1460
1435
  display: "flex",
1461
1436
  "justify-content": "center",
1462
1437
  "padding-bottom": "md",
1463
- filter: "none",
1438
+
1464
1439
  "margin-top": "lg",
1465
1440
  },
1466
- filter: "none",
1467
1441
  },
1468
1442
  "carousel-left-arrow-container": {
1469
1443
  display: "none",
@@ -1478,9 +1452,7 @@ export const Testimonial4: IBlock = {
1478
1452
  display: "flex",
1479
1453
  "column-gap": "sm",
1480
1454
  "align-items": "center",
1481
- mobile: {
1482
- filter: "none",
1483
- },
1455
+ mobile: {},
1484
1456
  },
1485
1457
  "carousel-navigation-arrow-left": {
1486
1458
  display: "flex",
@@ -1509,13 +1481,13 @@ export const Testimonial4: IBlock = {
1509
1481
  mobile: {
1510
1482
  width: "40px",
1511
1483
  height: "40px",
1512
- filter: "none",
1484
+
1513
1485
  "padding-top": "none",
1514
1486
  "padding-bottom": "none",
1515
1487
  "padding-left": "none",
1516
1488
  "padding-right": "none",
1517
1489
  },
1518
- filter: "none",
1490
+
1519
1491
  "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
1520
1492
  },
1521
1493
  "carousel-navigation-arrow-right": {
@@ -1532,10 +1504,10 @@ export const Testimonial4: IBlock = {
1532
1504
  mobile: {
1533
1505
  width: "40px",
1534
1506
  height: "40px",
1535
- filter: "none",
1507
+
1536
1508
  "font-size": "xs",
1537
1509
  },
1538
- filter: "none",
1510
+
1539
1511
  "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
1540
1512
  "padding-top": "none",
1541
1513
  "padding-bottom": "none",
@@ -1546,32 +1518,28 @@ export const Testimonial4: IBlock = {
1546
1518
  "button-prev-icon": {
1547
1519
  width: "100%",
1548
1520
  height: "100%",
1549
- filter: "none",
1521
+
1550
1522
  mobile: {
1551
1523
  width: "100%",
1552
1524
  height: "100%",
1553
- filter: "none",
1554
1525
  },
1555
1526
  },
1556
1527
  "button-next-icon": {
1557
1528
  width: "100%",
1558
1529
  height: "100%",
1559
- filter: "none",
1530
+
1560
1531
  mobile: {
1561
1532
  width: "100%",
1562
1533
  height: "100%",
1563
- filter: "none",
1564
1534
  },
1565
1535
  },
1566
1536
  testimonials_levoGroup: {
1567
1537
  number_of_slides: 3,
1568
- filter: "none",
1538
+
1569
1539
  mobile: {
1570
- filter: "none",
1571
1540
  number_of_slides: 1,
1572
1541
  },
1573
1542
  tablet: {
1574
- filter: "none",
1575
1543
  number_of_slides: 2,
1576
1544
  },
1577
1545
  },
@@ -1585,9 +1553,8 @@ export const Testimonial4: IBlock = {
1585
1553
  overflow: "hidden",
1586
1554
  tablet: {
1587
1555
  "flex-direction": "column",
1588
- filter: "none",
1589
1556
  },
1590
- filter: "none",
1557
+
1591
1558
  "justify-content": "center",
1592
1559
  width: "100%",
1593
1560
  "flex-direction": "column",
@@ -1599,7 +1566,6 @@ export const Testimonial4: IBlock = {
1599
1566
  "padding-top": "xs",
1600
1567
  "row-gap": "lg",
1601
1568
  mobile: {
1602
- filter: "none",
1603
1569
  "margin-left": "none",
1604
1570
  "margin-right": "none",
1605
1571
  },
@@ -1608,9 +1574,8 @@ export const Testimonial4: IBlock = {
1608
1574
  tablet: {
1609
1575
  width: "100%",
1610
1576
  },
1611
- filter: "none",
1577
+
1612
1578
  mobile: {
1613
- filter: "none",
1614
1579
  width: "100%",
1615
1580
  },
1616
1581
  },
@@ -1621,10 +1586,8 @@ export const Testimonial4: IBlock = {
1621
1586
  tablet: {
1622
1587
  "max-width": "100%",
1623
1588
  },
1624
- filter: "none",
1625
- mobile: {
1626
- filter: "none",
1627
- },
1589
+
1590
+ mobile: {},
1628
1591
  },
1629
1592
  cover_embed: {},
1630
1593
  "testimonial-content-wrapper": {
@@ -1636,12 +1599,9 @@ export const Testimonial4: IBlock = {
1636
1599
  "border-bottom-right-radius": "3xl",
1637
1600
  tablet: {
1638
1601
  flex: "unset",
1639
- filter: "none",
1640
- },
1641
- mobile: {
1642
- filter: "none",
1643
1602
  },
1644
- filter: "none",
1603
+ mobile: {},
1604
+
1645
1605
  height: "auto",
1646
1606
  width: "100%",
1647
1607
  },
@@ -1666,7 +1626,6 @@ export const Testimonial4: IBlock = {
1666
1626
  height: "auto",
1667
1627
  width: "20px",
1668
1628
  },
1669
- filter: "none",
1670
1629
  },
1671
1630
  "testimonial-info": {
1672
1631
  display: "flex",
@@ -1685,7 +1644,6 @@ export const Testimonial4: IBlock = {
1685
1644
  display: "none",
1686
1645
  "flex-direction": "column",
1687
1646
  "row-gap": "4xs",
1688
- filter: "none",
1689
1647
  },
1690
1648
  "author-name": {
1691
1649
  color: "var(--color-text-1)",
@@ -1694,7 +1652,6 @@ export const Testimonial4: IBlock = {
1694
1652
  mobile: {
1695
1653
  "font-size": "lg",
1696
1654
  },
1697
- filter: "none",
1698
1655
  },
1699
1656
  "author-position": {
1700
1657
  color: "var(--color-text-2)",
@@ -1702,7 +1659,7 @@ export const Testimonial4: IBlock = {
1702
1659
  mobile: {
1703
1660
  "font-size": "sm",
1704
1661
  },
1705
- filter: "none",
1662
+
1706
1663
  "font-weight": 400,
1707
1664
  },
1708
1665
  },
@@ -1715,9 +1672,8 @@ export const Testimonial4: IBlock = {
1715
1672
  overflow: "hidden",
1716
1673
  tablet: {
1717
1674
  "flex-direction": "column",
1718
- filter: "none",
1719
1675
  },
1720
- filter: "none",
1676
+
1721
1677
  "justify-content": "center",
1722
1678
  width: "100%",
1723
1679
  "flex-direction": "column",
@@ -1729,7 +1685,6 @@ export const Testimonial4: IBlock = {
1729
1685
  "padding-top": "xs",
1730
1686
  "row-gap": "lg",
1731
1687
  mobile: {
1732
- filter: "none",
1733
1688
  "margin-left": "none",
1734
1689
  "margin-right": "none",
1735
1690
  },
@@ -1738,9 +1693,8 @@ export const Testimonial4: IBlock = {
1738
1693
  tablet: {
1739
1694
  width: "100%",
1740
1695
  },
1741
- filter: "none",
1696
+
1742
1697
  mobile: {
1743
- filter: "none",
1744
1698
  width: "100%",
1745
1699
  },
1746
1700
  },
@@ -1751,10 +1705,8 @@ export const Testimonial4: IBlock = {
1751
1705
  tablet: {
1752
1706
  "max-width": "100%",
1753
1707
  },
1754
- filter: "none",
1755
- mobile: {
1756
- filter: "none",
1757
- },
1708
+
1709
+ mobile: {},
1758
1710
  },
1759
1711
  cover_embed: {},
1760
1712
  "testimonial-content-wrapper": {
@@ -1766,12 +1718,9 @@ export const Testimonial4: IBlock = {
1766
1718
  "border-bottom-right-radius": "3xl",
1767
1719
  tablet: {
1768
1720
  flex: "unset",
1769
- filter: "none",
1770
1721
  },
1771
- mobile: {
1772
- filter: "none",
1773
- },
1774
- filter: "none",
1722
+ mobile: {},
1723
+
1775
1724
  height: "auto",
1776
1725
  width: "100%",
1777
1726
  },
@@ -1796,7 +1745,6 @@ export const Testimonial4: IBlock = {
1796
1745
  height: "auto",
1797
1746
  width: "20px",
1798
1747
  },
1799
- filter: "none",
1800
1748
  },
1801
1749
  "testimonial-info": {
1802
1750
  display: "flex",
@@ -1815,7 +1763,6 @@ export const Testimonial4: IBlock = {
1815
1763
  display: "none",
1816
1764
  "flex-direction": "column",
1817
1765
  "row-gap": "4xs",
1818
- filter: "none",
1819
1766
  },
1820
1767
  "author-name": {
1821
1768
  color: "var(--color-text-1)",
@@ -1824,7 +1771,6 @@ export const Testimonial4: IBlock = {
1824
1771
  mobile: {
1825
1772
  "font-size": "lg",
1826
1773
  },
1827
- filter: "none",
1828
1774
  },
1829
1775
  "author-position": {
1830
1776
  color: "var(--color-text-2)",
@@ -1832,7 +1778,7 @@ export const Testimonial4: IBlock = {
1832
1778
  mobile: {
1833
1779
  "font-size": "sm",
1834
1780
  },
1835
- filter: "none",
1781
+
1836
1782
  "font-weight": 400,
1837
1783
  },
1838
1784
  },
@@ -1845,9 +1791,8 @@ export const Testimonial4: IBlock = {
1845
1791
  overflow: "hidden",
1846
1792
  tablet: {
1847
1793
  "flex-direction": "column",
1848
- filter: "none",
1849
1794
  },
1850
- filter: "none",
1795
+
1851
1796
  "justify-content": "center",
1852
1797
  width: "100%",
1853
1798
  "flex-direction": "column",
@@ -1859,7 +1804,6 @@ export const Testimonial4: IBlock = {
1859
1804
  "padding-top": "xs",
1860
1805
  "row-gap": "lg",
1861
1806
  mobile: {
1862
- filter: "none",
1863
1807
  "margin-left": "none",
1864
1808
  "margin-right": "none",
1865
1809
  },
@@ -1868,9 +1812,8 @@ export const Testimonial4: IBlock = {
1868
1812
  tablet: {
1869
1813
  width: "100%",
1870
1814
  },
1871
- filter: "none",
1815
+
1872
1816
  mobile: {
1873
- filter: "none",
1874
1817
  width: "100%",
1875
1818
  },
1876
1819
  },
@@ -1881,10 +1824,8 @@ export const Testimonial4: IBlock = {
1881
1824
  tablet: {
1882
1825
  "max-width": "100%",
1883
1826
  },
1884
- filter: "none",
1885
- mobile: {
1886
- filter: "none",
1887
- },
1827
+
1828
+ mobile: {},
1888
1829
  },
1889
1830
  cover_embed: {},
1890
1831
  "testimonial-content-wrapper": {
@@ -1896,12 +1837,9 @@ export const Testimonial4: IBlock = {
1896
1837
  "border-bottom-right-radius": "3xl",
1897
1838
  tablet: {
1898
1839
  flex: "unset",
1899
- filter: "none",
1900
- },
1901
- mobile: {
1902
- filter: "none",
1903
1840
  },
1904
- filter: "none",
1841
+ mobile: {},
1842
+
1905
1843
  height: "auto",
1906
1844
  width: "100%",
1907
1845
  },
@@ -1926,7 +1864,6 @@ export const Testimonial4: IBlock = {
1926
1864
  height: "auto",
1927
1865
  width: "20px",
1928
1866
  },
1929
- filter: "none",
1930
1867
  },
1931
1868
  "testimonial-info": {
1932
1869
  display: "flex",
@@ -1945,7 +1882,6 @@ export const Testimonial4: IBlock = {
1945
1882
  display: "none",
1946
1883
  "flex-direction": "column",
1947
1884
  "row-gap": "4xs",
1948
- filter: "none",
1949
1885
  },
1950
1886
  "author-name": {
1951
1887
  color: "var(--color-text-1)",
@@ -1954,7 +1890,6 @@ export const Testimonial4: IBlock = {
1954
1890
  mobile: {
1955
1891
  "font-size": "lg",
1956
1892
  },
1957
- filter: "none",
1958
1893
  },
1959
1894
  "author-position": {
1960
1895
  color: "var(--color-text-2)",
@@ -1962,35 +1897,27 @@ export const Testimonial4: IBlock = {
1962
1897
  mobile: {
1963
1898
  "font-size": "sm",
1964
1899
  },
1965
- filter: "none",
1900
+
1966
1901
  "font-weight": 400,
1967
1902
  },
1968
1903
  },
1969
1904
  ],
1970
1905
  container: {
1971
- filter: "none",
1972
1906
  mobile: {
1973
- filter: "none",
1974
1907
  "padding-left": "sm",
1975
1908
  "padding-right": "sm",
1976
1909
  },
1977
- tablet: {
1978
- filter: "none",
1979
- },
1910
+ tablet: {},
1980
1911
  "padding-left": "none",
1981
1912
  "padding-right": "none",
1982
1913
  },
1983
- layout: {
1984
- filter: "none",
1985
- },
1914
+ layout: {},
1986
1915
  "carousel-navigation-arrow-left_leftIcon": {
1987
- filter: "none",
1988
1916
  height: "24px",
1989
1917
  width: "24px",
1990
1918
  "font-size": "24px",
1991
1919
  },
1992
1920
  "carousel-navigation-arrow-right_rightIcon": {
1993
- filter: "none",
1994
1921
  height: "24px",
1995
1922
  width: "24px",
1996
1923
  "font-size": "24px",
@@ -2060,7 +1987,7 @@ export const Testimonial4: IBlock = {
2060
1987
  mobile: {
2061
1988
  "flex-direction": "column",
2062
1989
  "row-gap": "md",
2063
- filter: "none",
1990
+
2064
1991
  "justify-content": "center",
2065
1992
  "align-items": "center",
2066
1993
  "padding-bottom": "none",
@@ -2069,7 +1996,7 @@ export const Testimonial4: IBlock = {
2069
1996
  "margin-bottom": "base",
2070
1997
  "padding-bottom": "5xl",
2071
1998
  },
2072
- filter: "none",
1999
+
2073
2000
  "padding-bottom": "10xl",
2074
2001
  },
2075
2002
  "header-content": {
@@ -2080,7 +2007,6 @@ export const Testimonial4: IBlock = {
2080
2007
  "justify-content": "center",
2081
2008
  "row-gap": "2xs",
2082
2009
  "column-gap": "2xs",
2083
- filter: "none",
2084
2010
  },
2085
2011
  "badge-container": {
2086
2012
  "border-radius": "20px",
@@ -2089,7 +2015,7 @@ export const Testimonial4: IBlock = {
2089
2015
  "padding-right": "lg",
2090
2016
  "padding-top": "4xs",
2091
2017
  "padding-bottom": "4xs",
2092
- filter: "none",
2018
+
2093
2019
  display: "none",
2094
2020
  },
2095
2021
  "badge-text": {
@@ -2142,7 +2068,6 @@ export const Testimonial4: IBlock = {
2142
2068
  "column-gap": "sm",
2143
2069
  "align-items": "center",
2144
2070
  mobile: {
2145
- filter: "none",
2146
2071
  display: "flex",
2147
2072
  },
2148
2073
  tablet: {
@@ -2180,13 +2105,13 @@ export const Testimonial4: IBlock = {
2180
2105
  mobile: {
2181
2106
  width: "40px",
2182
2107
  height: "40px",
2183
- filter: "none",
2108
+
2184
2109
  "padding-top": "none",
2185
2110
  "padding-bottom": "none",
2186
2111
  "padding-left": "none",
2187
2112
  "padding-right": "none",
2188
2113
  },
2189
- filter: "none",
2114
+
2190
2115
  "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
2191
2116
  "column-gap": "none",
2192
2117
  },
@@ -2204,10 +2129,10 @@ export const Testimonial4: IBlock = {
2204
2129
  mobile: {
2205
2130
  width: "40px",
2206
2131
  height: "40px",
2207
- filter: "none",
2132
+
2208
2133
  "font-size": "xs",
2209
2134
  },
2210
- filter: "none",
2135
+
2211
2136
  "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
2212
2137
  "padding-top": "none",
2213
2138
  "padding-bottom": "none",
@@ -2215,36 +2140,30 @@ export const Testimonial4: IBlock = {
2215
2140
  "padding-right": "none",
2216
2141
  "column-gap": "none",
2217
2142
  color: "text-3",
2218
- tablet: {
2219
- filter: "none",
2220
- },
2143
+ tablet: {},
2221
2144
  },
2222
2145
  "button-prev-icon": {
2223
2146
  width: "100%",
2224
2147
  height: "100%",
2225
- filter: "none",
2148
+
2226
2149
  mobile: {
2227
2150
  width: "100%",
2228
2151
  height: "100%",
2229
- filter: "none",
2230
2152
  },
2231
2153
  },
2232
2154
  "button-next-icon": {
2233
2155
  width: "100%",
2234
2156
  height: "100%",
2235
- filter: "none",
2157
+
2236
2158
  mobile: {
2237
2159
  width: "100%",
2238
2160
  height: "100%",
2239
- filter: "none",
2240
2161
  },
2241
2162
  },
2242
2163
  testimonials_levoGroup: {
2243
2164
  number_of_slides: 1,
2244
- filter: "none",
2245
- mobile: {
2246
- filter: "none",
2247
- },
2165
+
2166
+ mobile: {},
2248
2167
  },
2249
2168
  testimonials: [
2250
2169
  {
@@ -2258,7 +2177,7 @@ export const Testimonial4: IBlock = {
2258
2177
  "flex-direction": "column",
2259
2178
  width: "auto",
2260
2179
  },
2261
- filter: "none",
2180
+
2262
2181
  "justify-content": "center",
2263
2182
  width: "100%",
2264
2183
  "column-gap": "none",
@@ -2277,7 +2196,6 @@ export const Testimonial4: IBlock = {
2277
2196
  "max-width": "100%",
2278
2197
  "object-fit": "none",
2279
2198
  },
2280
- filter: "none",
2281
2199
  },
2282
2200
  cover_embed: {},
2283
2201
  "testimonial-content-wrapper": {
@@ -2297,7 +2215,7 @@ export const Testimonial4: IBlock = {
2297
2215
  mobile: {
2298
2216
  padding: "lg",
2299
2217
  },
2300
- filter: "none",
2218
+
2301
2219
  "background-color": "white",
2302
2220
  "padding-top": "9xl",
2303
2221
  "padding-bottom": "9xl",
@@ -2366,7 +2284,7 @@ export const Testimonial4: IBlock = {
2366
2284
  "flex-direction": "column",
2367
2285
  width: "auto",
2368
2286
  },
2369
- filter: "none",
2287
+
2370
2288
  "justify-content": "center",
2371
2289
  width: "100%",
2372
2290
  "column-gap": "none",
@@ -2385,7 +2303,6 @@ export const Testimonial4: IBlock = {
2385
2303
  "max-width": "100%",
2386
2304
  "object-fit": "none",
2387
2305
  },
2388
- filter: "none",
2389
2306
  },
2390
2307
  cover_embed: {},
2391
2308
  "testimonial-content-wrapper": {
@@ -2405,7 +2322,7 @@ export const Testimonial4: IBlock = {
2405
2322
  mobile: {
2406
2323
  padding: "lg",
2407
2324
  },
2408
- filter: "none",
2325
+
2409
2326
  "background-color": "white",
2410
2327
  "padding-top": "9xl",
2411
2328
  "padding-bottom": "9xl",
@@ -2474,7 +2391,7 @@ export const Testimonial4: IBlock = {
2474
2391
  "flex-direction": "column",
2475
2392
  width: "auto",
2476
2393
  },
2477
- filter: "none",
2394
+
2478
2395
  "justify-content": "center",
2479
2396
  width: "100%",
2480
2397
  "column-gap": "none",
@@ -2493,7 +2410,6 @@ export const Testimonial4: IBlock = {
2493
2410
  "max-width": "100%",
2494
2411
  "object-fit": "none",
2495
2412
  },
2496
- filter: "none",
2497
2413
  },
2498
2414
  cover_embed: {},
2499
2415
  "testimonial-content-wrapper": {
@@ -2513,7 +2429,7 @@ export const Testimonial4: IBlock = {
2513
2429
  mobile: {
2514
2430
  padding: "lg",
2515
2431
  },
2516
- filter: "none",
2432
+
2517
2433
  "background-color": "white",
2518
2434
  "padding-top": "9xl",
2519
2435
  "padding-bottom": "9xl",
@@ -2577,7 +2493,6 @@ export const Testimonial4: IBlock = {
2577
2493
  "background-color": "oklch(0.9266 0.0398 176.7693)",
2578
2494
  },
2579
2495
  "carousel-navigation-arrow-left_leftIcon": {
2580
- filter: "none",
2581
2496
  height: "24px",
2582
2497
  width: "24px",
2583
2498
  "font-size": "24px",