@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.
- package/package.json +4 -4
- 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
|
@@ -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
|
-
|
|
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": "
|
|
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": "
|
|
408
|
-
|
|
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": "
|
|
572
|
+
"background-color": "white",
|
|
583
573
|
"border-color": "brand",
|
|
584
574
|
"border-width": "1px",
|
|
585
575
|
"border-style": "solid",
|
|
586
|
-
"border-radius": "
|
|
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": "
|
|
607
|
-
|
|
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
|
-
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
-
"
|
|
140
|
-
"
|
|
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": "
|
|
150
|
-
"justify-content": "
|
|
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
|
-
|
|
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": "
|
|
204
|
-
|
|
205
|
-
height: "411px",
|
|
179
|
+
"border-radius": "base",
|
|
180
|
+
height: "400px",
|
|
206
181
|
"margin-bottom": "lg",
|
|
182
|
+
width: "100%",
|
|
183
|
+
display: "block",
|
|
207
184
|
},
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
"
|
|
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": "
|
|
222
|
-
|
|
223
|
-
height: "411px",
|
|
192
|
+
"border-radius": "base",
|
|
193
|
+
height: "400px",
|
|
224
194
|
"margin-bottom": "lg",
|
|
195
|
+
width: "100%",
|
|
196
|
+
display: "block",
|
|
225
197
|
},
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
"
|
|
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": "
|
|
205
|
+
"border-radius": "base",
|
|
206
|
+
height: "400px",
|
|
207
|
+
"margin-bottom": "lg",
|
|
240
208
|
width: "100%",
|
|
241
|
-
|
|
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
|
-
|
|
246
|
-
|
|
247
|
-
|
|
241
|
+
selectedVariants: {
|
|
242
|
+
Heading_Level: "H5",
|
|
243
|
+
},
|
|
248
244
|
},
|
|
249
245
|
},
|
|
250
246
|
{
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
247
|
+
title: {
|
|
248
|
+
selectedVariants: {
|
|
249
|
+
Heading_Level: "H5",
|
|
250
|
+
},
|
|
255
251
|
},
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
title: {
|
|
255
|
+
selectedVariants: {
|
|
256
|
+
Heading_Level: "H5",
|
|
257
|
+
},
|
|
261
258
|
},
|
|
259
|
+
},
|
|
260
|
+
{
|
|
262
261
|
title: {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
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
|
};
|