@levo-so/blocks 0.1.2 → 0.1.54

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 (115) hide show
  1. package/package.json +4 -4
  2. package/src/blocks/about-us/about-us-1.schema.ts +26 -12
  3. package/src/blocks/about-us/about-us-2.schema.ts +269 -0
  4. package/src/blocks/about-us/about-us-2.tsx +47 -0
  5. package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
  6. package/src/blocks/blogs/blog-listing-1.tsx +79 -56
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
  8. package/src/blocks/blogs/blog-listing-2.tsx +16 -11
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
  10. package/src/blocks/blogs/blog-listing-3.tsx +84 -0
  11. package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
  12. package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
  13. package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
  14. package/src/blocks/blogs/blog-post-3.tsx +58 -0
  15. package/src/blocks/cards/cards-10.schema.ts +579 -0
  16. package/src/blocks/cards/cards-10.tsx +2 -0
  17. package/src/blocks/cards/cards-11.schema.ts +514 -36
  18. package/src/blocks/cards/cards-13.schema.ts +615 -0
  19. package/src/blocks/cards/cards-13.tsx +67 -0
  20. package/src/blocks/cards/cards-2.schema.ts +14 -17
  21. package/src/blocks/cards/cards-3.schema.ts +15 -25
  22. package/src/blocks/cards/cards-4.schema.ts +22 -44
  23. package/src/blocks/cards/cards-4.tsx +39 -39
  24. package/src/blocks/cards/cards-5.schema.ts +15 -34
  25. package/src/blocks/cards/cards-6.schema.ts +1500 -0
  26. package/src/blocks/cards/cards-6.tsx +11 -7
  27. package/src/blocks/cards/cards-7.schema.ts +1772 -27
  28. package/src/blocks/cards/cards-7.tsx +32 -0
  29. package/src/blocks/cards/cards-8.schema.ts +9 -9
  30. package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
  31. package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
  32. package/src/blocks/content/content-1.schema.ts +45 -67
  33. package/src/blocks/content/content-2.schema.ts +14 -11
  34. package/src/blocks/content/content-3.schema.ts +17 -115
  35. package/src/blocks/content/content-3.tsx +1 -0
  36. package/src/blocks/content/content-5.tsx +1 -0
  37. package/src/blocks/content/content-6.tsx +1 -0
  38. package/src/blocks/content/content-7.schema.ts +723 -0
  39. package/src/blocks/content/content-7.tsx +53 -0
  40. package/src/blocks/cta/cta-1.schema.ts +18 -26
  41. package/src/blocks/cta/cta-3.schema.ts +60 -0
  42. package/src/blocks/event/event-details.schema.ts +30 -35
  43. package/src/blocks/event/event-details.tsx +74 -79
  44. package/src/blocks/event/event-listing-2.schema.ts +85 -26
  45. package/src/blocks/event/event-listing-2.tsx +76 -52
  46. package/src/blocks/event/event-listing-3.schema.ts +58 -42
  47. package/src/blocks/event/event-listing-3.tsx +4 -9
  48. package/src/blocks/event/event-listing-4.schema.ts +3528 -0
  49. package/src/blocks/event/event-listing-4.tsx +97 -0
  50. package/src/blocks/event/event-listing.schema.ts +81 -86
  51. package/src/blocks/event/event-listing.tsx +1 -3
  52. package/src/blocks/faq/faq-1.schema.ts +13 -10
  53. package/src/blocks/faq/faq-2.schema.ts +12 -10
  54. package/src/blocks/features/features-1/variants/default.ts +12 -3
  55. package/src/blocks/features/features-2.schema.ts +192 -59
  56. package/src/blocks/features/features-3.schema.ts +11 -25
  57. package/src/blocks/features/features-4.schema.ts +20 -35
  58. package/src/blocks/features/features-5.schema.ts +18 -37
  59. package/src/blocks/footer/footer-1.schema.ts +28 -5
  60. package/src/blocks/footer/footer-2.schema.ts +18 -3
  61. package/src/blocks/footer/footer-3.schema.ts +85 -160
  62. package/src/blocks/footer/footer-3.tsx +1 -2
  63. package/src/blocks/footer/footer-4.schema.ts +10 -5
  64. package/src/blocks/footer/footer-4.tsx +1 -1
  65. package/src/blocks/footer/footer-5.schema.ts +10 -0
  66. package/src/blocks/footer/footer-5.tsx +11 -3
  67. package/src/blocks/footer/footer-6.schema.ts +730 -0
  68. package/src/blocks/footer/footer-6.tsx +100 -0
  69. package/src/blocks/hero/hero-1.schema.ts +165 -185
  70. package/src/blocks/hero/hero-10.schema.ts +175 -0
  71. package/src/blocks/hero/hero-10.tsx +35 -0
  72. package/src/blocks/hero/hero-2.schema.ts +60 -104
  73. package/src/blocks/hero/hero-2.tsx +11 -3
  74. package/src/blocks/hero/hero-3.schema.ts +68 -64
  75. package/src/blocks/hero/hero-4.schema.ts +148 -48
  76. package/src/blocks/hero/hero-5.schema.ts +29 -23
  77. package/src/blocks/hero/hero-6.schema.ts +28 -66
  78. package/src/blocks/hero/hero-7.schema.ts +34 -37
  79. package/src/blocks/hero/hero-8.schema.ts +5 -1
  80. package/src/blocks/index.ts +11 -0
  81. package/src/blocks/logos/logos-1.schema.ts +10 -4
  82. package/src/blocks/navbar/navbar-1.schema.ts +3 -5
  83. package/src/blocks/navbar/navbar-1.tsx +5 -19
  84. package/src/blocks/navbar/navbar-2.schema.ts +2 -4
  85. package/src/blocks/navbar/navbar-2.tsx +4 -18
  86. package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
  87. package/src/blocks/navbar/navbar-3.tsx +551 -0
  88. package/src/blocks/pricing/pricing-1.schema.ts +23 -37
  89. package/src/blocks/products/products-listing-1.schema.ts +73 -76
  90. package/src/blocks/profile/profile-1.schema.ts +399 -0
  91. package/src/blocks/profile/profile-1.tsx +64 -0
  92. package/src/blocks/stats/stats-1.schema.ts +34 -3
  93. package/src/blocks/stats/variants/default.ts +0 -1
  94. package/src/blocks/stats/variants/hero.ts +2 -13
  95. package/src/blocks/team/team-1.schema.ts +50 -22
  96. package/src/blocks/team/team-1.tsx +9 -3
  97. package/src/blocks/team/team-2.schema.ts +96 -167
  98. package/src/blocks/team/team-3.schema.ts +32 -49
  99. package/src/blocks/team/team-4.schema.ts +551 -0
  100. package/src/blocks/team/team-4.tsx +59 -0
  101. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
  102. package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
  103. package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
  104. package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
  105. package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
  106. package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
  107. package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
  108. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
  109. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
  110. package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
  111. package/src/blocks/testimonial/testimonial-5.tsx +32 -8
  112. package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
  113. package/src/blocks/testimonial/testimonial-6.tsx +107 -57
  114. package/src/schemas/blocks.ts +22 -0
  115. package/src/schemas/categories.ts +6 -0
@@ -350,15 +350,10 @@ export const Pricing1: IBlock = {
350
350
  "padding-right": "lg",
351
351
  filter: "none",
352
352
  },
353
+
353
354
  title: {
354
- "text-align": "center",
355
- "margin-bottom": "4xl",
356
- "font-size": "5xl",
357
- "font-weight": "700",
358
355
  color: "text-1",
359
- mobile: {
360
- "font-size": "3xl",
361
- },
356
+ "margin-bottom": "none",
362
357
  filter: "none",
363
358
  "padding-bottom": "5xl",
364
359
  },
@@ -380,7 +375,7 @@ export const Pricing1: IBlock = {
380
375
  "border-color": "border",
381
376
  "border-width": "1px",
382
377
  "border-style": "solid",
383
- "border-radius": "xl",
378
+ "border-radius": "base",
384
379
  "padding-top": "3xl",
385
380
  "padding-bottom": "3xl",
386
381
  "padding-left": "sm",
@@ -404,9 +399,8 @@ export const Pricing1: IBlock = {
404
399
  "padding-bottom": "xs",
405
400
  "padding-left": "base",
406
401
  "padding-right": "base",
407
- "border-radius": "lg",
408
- "font-size": "sm",
409
- "font-weight": "600",
402
+ "border-radius": "base",
403
+
410
404
  filter: "none",
411
405
  },
412
406
  badge: {
@@ -416,8 +410,6 @@ export const Pricing1: IBlock = {
416
410
  filter: "none",
417
411
  },
418
412
  title: {
419
- "font-size": "2xl",
420
- "font-weight": "700",
421
413
  color: "text-1",
422
414
  "margin-bottom": "xs",
423
415
  mobile: {
@@ -466,8 +458,6 @@ export const Pricing1: IBlock = {
466
458
  color: "brandForeground",
467
459
  "padding-top": "xs",
468
460
  "padding-bottom": "xs",
469
- "border-radius": "3xl",
470
- "font-weight": 600,
471
461
  "margin-bottom": "2xl",
472
462
  "border-width": "0",
473
463
  mobile: {
@@ -579,11 +569,11 @@ export const Pricing1: IBlock = {
579
569
  },
580
570
  {
581
571
  card: {
582
- "background-color": "background-1",
572
+ "background-color": "white",
583
573
  "border-color": "brand",
584
574
  "border-width": "1px",
585
575
  "border-style": "solid",
586
- "border-radius": "xl",
576
+ "border-radius": "base",
587
577
  "padding-top": "3xl",
588
578
  "padding-bottom": "3xl",
589
579
  "padding-left": "sm",
@@ -603,9 +593,8 @@ export const Pricing1: IBlock = {
603
593
  "padding-bottom": "4xs",
604
594
  "padding-left": "base",
605
595
  "padding-right": "base",
606
- "border-radius": "3xl",
607
- "font-size": "sm",
608
- "font-weight": "600",
596
+ "border-radius": "base",
597
+
609
598
  filter: "none",
610
599
  "border-style": "solid",
611
600
  "border-width": "1px",
@@ -613,7 +602,7 @@ export const Pricing1: IBlock = {
613
602
  },
614
603
  badge: {
615
604
  "font-size": "sm",
616
- "font-weight": 600,
605
+
617
606
  color: "brand",
618
607
  filter: "none",
619
608
  "background-color": "white",
@@ -621,7 +610,7 @@ export const Pricing1: IBlock = {
621
610
  "padding-bottom": "5xs",
622
611
  "padding-left": "2xs",
623
612
  "padding-right": "2xs",
624
- "border-radius": "3xl",
613
+ "border-radius": "base",
625
614
  "border-style": "solid",
626
615
  "border-width": "1px",
627
616
  "border-color": "brand",
@@ -631,8 +620,6 @@ export const Pricing1: IBlock = {
631
620
  height: "min-content",
632
621
  },
633
622
  title: {
634
- "font-size": "2xl",
635
- "font-weight": "700",
636
623
  color: "text-1",
637
624
  "margin-bottom": "xs",
638
625
  mobile: {
@@ -679,8 +666,6 @@ export const Pricing1: IBlock = {
679
666
  color: "brandForeground",
680
667
  "padding-top": "xs",
681
668
  "padding-bottom": "xs",
682
- "border-radius": "3xl",
683
- "font-weight": 600,
684
669
  "margin-bottom": "2xl",
685
670
  "border-width": "0",
686
671
  mobile: {
@@ -801,7 +786,7 @@ export const Pricing1: IBlock = {
801
786
  "border-color": "border",
802
787
  "border-width": "1px",
803
788
  "border-style": "solid",
804
- "border-radius": "xl",
789
+ "border-radius": "base",
805
790
  "padding-top": "3xl",
806
791
  "padding-bottom": "3xl",
807
792
  "padding-left": "sm",
@@ -825,18 +810,12 @@ export const Pricing1: IBlock = {
825
810
  "padding-bottom": "xs",
826
811
  "padding-left": "base",
827
812
  "padding-right": "base",
828
- "border-radius": "lg",
829
- "font-size": "sm",
830
- "font-weight": "600",
813
+ "border-radius": "base",
831
814
  },
832
815
  badge: {
833
- "font-size": "sm",
834
- "font-weight": "600",
835
816
  color: "brandForeground",
836
817
  },
837
818
  title: {
838
- "font-size": "2xl",
839
- "font-weight": "700",
840
819
  color: "text-1",
841
820
  "margin-bottom": "xs",
842
821
  mobile: {
@@ -883,8 +862,6 @@ export const Pricing1: IBlock = {
883
862
  color: "brandForeground",
884
863
  "padding-top": "xs",
885
864
  "padding-bottom": "xs",
886
- "border-radius": "3xl",
887
- "font-weight": 600,
888
865
  "margin-bottom": "2xl",
889
866
  "border-width": "0",
890
867
  mobile: {
@@ -996,7 +973,16 @@ export const Pricing1: IBlock = {
996
973
  ],
997
974
  },
998
975
  content: DEFAULT_CONTENT,
999
- config: {},
976
+ config: {
977
+ title: {
978
+ heading: {
979
+ level: 2,
980
+ },
981
+ selectedVariants: {
982
+ Heading_Level: "H2",
983
+ },
984
+ },
985
+ },
1000
986
  },
1001
987
  ],
1002
988
  };
@@ -136,30 +136,20 @@ export const ProductsListing1: IBlock = {
136
136
  title: "Default",
137
137
  styles: {
138
138
  container: {
139
- "max-width": "72rem",
140
- "margin-left": "auto",
141
- "margin-right": "auto",
142
- "padding-left": "base",
143
- "padding-right": "base",
144
- "padding-top": "7xl",
145
- "padding-bottom": "7xl",
139
+ "padding-top": "10xl",
140
+ "padding-bottom": "10xl",
146
141
  },
147
142
  header_box: {
148
143
  display: "flex",
149
- "flex-direction": "row",
150
- "justify-content": "space-between",
144
+ "flex-direction": "column",
145
+ "justify-content": "center",
151
146
  "column-gap": "3xl",
152
147
  "margin-bottom": "7xl",
153
148
  mobile: {
154
149
  "flex-direction": "column",
155
150
  },
156
- },
157
- title: {
158
- "font-size": "4xl",
159
- "font-weight": "700",
160
- color: "text-1",
161
- "line-height": "1.2",
162
- "max-width": "36rem",
151
+ "align-items": "center",
152
+ "row-gap": "md",
163
153
  },
164
154
  cta_box: {
165
155
  display: "flex",
@@ -167,21 +157,12 @@ export const ProductsListing1: IBlock = {
167
157
  mobile: {
168
158
  width: "100%",
169
159
  },
160
+ "row-gap": "xs",
161
+ "justify-content": "center",
162
+ "align-items": "center",
170
163
  },
171
164
  description: {
172
- color: "text-2",
173
- "font-size": "base",
174
165
  "max-width": "28rem",
175
- "margin-bottom": "sm",
176
- tablet: {
177
- "margin-bottom": "none",
178
- },
179
- },
180
- button_1: {
181
- width: "fit-content",
182
- display: "flex",
183
- "align-items": "center",
184
- "column-gap": "xs",
185
166
  },
186
167
  products_levoGroup: {
187
168
  display: "grid",
@@ -194,81 +175,97 @@ export const ProductsListing1: IBlock = {
194
175
  },
195
176
  products: [
196
177
  {
197
- card: {
198
- "border-radius": "2xl",
199
- display: "flex",
200
- "flex-direction": "column",
201
- },
202
178
  image: {
203
- "border-radius": "2xl",
204
- width: "100%",
205
- height: "411px",
179
+ "border-radius": "base",
180
+ height: "400px",
206
181
  "margin-bottom": "lg",
182
+ width: "100%",
183
+ display: "block",
207
184
  },
208
- title: {
209
- "font-size": "lg",
210
- "font-weight": "600",
211
- "margin-bottom": "2xs",
185
+
186
+ price: {
187
+ "margin-top": "4xs",
212
188
  },
213
189
  },
214
190
  {
215
- card: {
216
- "border-radius": "2xl",
217
- display: "flex",
218
- "flex-direction": "column",
219
- },
220
191
  image: {
221
- "border-radius": "2xl",
222
- width: "100%",
223
- height: "411px",
192
+ "border-radius": "base",
193
+ height: "400px",
224
194
  "margin-bottom": "lg",
195
+ width: "100%",
196
+ display: "block",
225
197
  },
226
- title: {
227
- "font-size": "lg",
228
- "font-weight": "600",
229
- "margin-bottom": "2xs",
198
+
199
+ price: {
200
+ "margin-top": "4xs",
230
201
  },
231
202
  },
232
203
  {
233
- card: {
234
- "border-radius": "2xl",
235
- display: "flex",
236
- "flex-direction": "column",
237
- },
238
204
  image: {
239
- "border-radius": "2xl",
205
+ "border-radius": "base",
206
+ height: "400px",
207
+ "margin-bottom": "lg",
240
208
  width: "100%",
241
- height: "411px",
209
+ display: "block",
210
+ },
211
+
212
+ price: {
213
+ "margin-top": "4xs",
214
+ },
215
+ },
216
+ {
217
+ image: {
218
+ "border-radius": "base",
219
+ height: "400px",
242
220
  "margin-bottom": "lg",
221
+ width: "100%",
222
+ display: "block",
243
223
  },
224
+
225
+ price: {
226
+ "margin-top": "4xs",
227
+ },
228
+ },
229
+ ],
230
+ },
231
+ content: DEFAULT_CONTENT,
232
+ config: {
233
+ title: {
234
+ selectedVariants: {
235
+ Heading_Level: "H2",
236
+ },
237
+ },
238
+ products: [
239
+ {
244
240
  title: {
245
- "font-size": "lg",
246
- "font-weight": "600",
247
- "margin-bottom": "2xs",
241
+ selectedVariants: {
242
+ Heading_Level: "H5",
243
+ },
248
244
  },
249
245
  },
250
246
  {
251
- card: {
252
- "border-radius": "2xl",
253
- display: "flex",
254
- "flex-direction": "column",
247
+ title: {
248
+ selectedVariants: {
249
+ Heading_Level: "H5",
250
+ },
255
251
  },
256
- image: {
257
- "border-radius": "2xl",
258
- width: "100%",
259
- height: "411px",
260
- "margin-bottom": "lg",
252
+ },
253
+ {
254
+ title: {
255
+ selectedVariants: {
256
+ Heading_Level: "H5",
257
+ },
261
258
  },
259
+ },
260
+ {
262
261
  title: {
263
- "font-size": "lg",
264
- "font-weight": "600",
265
- "margin-bottom": "2xs",
262
+ selectedVariants: {
263
+ Heading_Level: "H5",
264
+ },
266
265
  },
267
266
  },
268
267
  ],
269
268
  },
270
- content: DEFAULT_CONTENT,
271
- config: {},
272
269
  },
273
270
  ],
274
271
  };