@levo-so/blocks 0.1.0 → 0.1.2
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 +5 -9
- package/src/blocks/about-us/about-us-1.schema.ts +563 -0
- package/src/blocks/about-us/about-us-1.tsx +53 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +419 -0
- package/src/blocks/blogs/blog-listing-1.tsx +79 -0
- package/src/blocks/blogs/blog-listing-2.schema.ts +608 -0
- package/src/blocks/blogs/blog-listing-2.tsx +83 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +392 -0
- package/src/blocks/blogs/blog-post-1.tsx +52 -0
- package/src/blocks/blogs/blog-post-2.schema.ts +834 -0
- package/src/blocks/blogs/blog-post-2.tsx +131 -0
- package/src/blocks/cards/cards-10.schema.ts +433 -0
- package/src/blocks/cards/cards-10.tsx +46 -0
- package/src/blocks/cards/cards-11.schema.ts +440 -0
- package/src/blocks/cards/cards-11.tsx +50 -0
- package/src/blocks/cards/cards-12.schema.ts +578 -0
- package/src/blocks/cards/cards-12.tsx +54 -0
- package/src/blocks/cards/cards-2.schema.ts +293 -0
- package/src/blocks/cards/cards-2.tsx +42 -0
- package/src/blocks/cards/cards-3.schema.ts +365 -0
- package/src/blocks/cards/cards-3.tsx +49 -0
- package/src/blocks/cards/cards-4.schema.ts +677 -0
- package/src/blocks/cards/cards-4.tsx +50 -0
- package/src/blocks/cards/cards-5.schema.ts +264 -0
- package/src/blocks/cards/cards-5.tsx +34 -0
- package/src/blocks/cards/cards-6.schema.ts +639 -0
- package/src/blocks/cards/cards-6.tsx +136 -0
- package/src/blocks/cards/cards-7.schema.ts +1793 -0
- package/src/blocks/cards/cards-7.tsx +165 -0
- package/src/blocks/cards/cards-8.schema.ts +691 -0
- package/src/blocks/cards/cards-8.tsx +43 -0
- package/src/blocks/cards/cards-9.schema.ts +827 -0
- package/src/blocks/cards/cards-9.tsx +54 -0
- package/src/blocks/carousel/carousel-1.schema.ts +250 -0
- package/src/blocks/carousel/carousel-1.tsx +79 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +226 -0
- package/src/blocks/contact-us/contact-us-1.tsx +39 -0
- package/src/blocks/contact-us/contact-us-2.schema.ts +524 -0
- package/src/blocks/contact-us/contact-us-2.tsx +71 -0
- package/src/blocks/content/content-1.schema.ts +884 -0
- package/src/blocks/content/content-1.tsx +69 -0
- package/src/blocks/content/content-2.schema.ts +209 -0
- package/src/blocks/content/content-2.tsx +32 -0
- package/src/blocks/content/content-3.schema.ts +864 -0
- package/src/blocks/content/content-3.tsx +54 -0
- package/src/blocks/content/content-4.schema.ts +287 -0
- package/src/blocks/content/content-4.tsx +47 -0
- package/src/blocks/content/content-5.schema.ts +944 -0
- package/src/blocks/content/content-5.tsx +58 -0
- package/src/blocks/content/content-6.schema.ts +991 -0
- package/src/blocks/content/content-6.tsx +61 -0
- package/src/blocks/cta/cta-1.schema.ts +361 -0
- package/src/blocks/cta/cta-1.tsx +33 -0
- package/src/blocks/cta/cta-2.schema.ts +209 -0
- package/src/blocks/cta/cta-2.tsx +28 -0
- package/src/blocks/cta/cta-3.schema.ts +156 -0
- package/src/blocks/cta/cta-3.tsx +48 -0
- package/src/blocks/embed/embed-1.schema.ts +153 -0
- package/src/blocks/embed/embed-1.tsx +38 -0
- package/src/blocks/event/event-details.schema.ts +737 -0
- package/src/blocks/event/event-details.tsx +107 -0
- package/src/blocks/event/event-listing-2.schema.ts +496 -0
- package/src/blocks/event/event-listing-2.tsx +70 -0
- package/src/blocks/event/event-listing-3.schema.ts +605 -0
- package/src/blocks/event/event-listing-3.tsx +95 -0
- package/src/blocks/event/event-listing.schema.ts +1358 -0
- package/src/blocks/event/event-listing.tsx +90 -0
- package/src/blocks/faq/faq-1.schema.ts +357 -0
- package/src/blocks/faq/faq-1.tsx +65 -0
- package/src/blocks/faq/faq-2.schema.ts +356 -0
- package/src/blocks/faq/faq-2.tsx +84 -0
- package/src/blocks/faq/faq-3.schema.ts +475 -0
- package/src/blocks/faq/faq-3.tsx +70 -0
- package/src/blocks/features/features-1/features-1.schema.ts +165 -0
- package/src/blocks/features/features-1/features-1.tsx +48 -0
- package/src/blocks/features/features-1/variants/default.ts +197 -0
- package/{dist/blocks/features/features-1/variants/index.js → src/blocks/features/features-1/variants/index.ts} +7 -1
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +138 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +487 -0
- package/src/blocks/features/features-2.schema.ts +338 -0
- package/src/blocks/features/features-2.tsx +66 -0
- package/src/blocks/features/features-3.schema.ts +438 -0
- package/src/blocks/features/features-3.tsx +56 -0
- package/src/blocks/features/features-4.schema.ts +631 -0
- package/src/blocks/features/features-4.tsx +75 -0
- package/src/blocks/features/features-5.schema.ts +747 -0
- package/src/blocks/features/features-5.tsx +49 -0
- package/src/blocks/features/features-6.schema.ts +849 -0
- package/src/blocks/features/features-6.tsx +125 -0
- package/src/blocks/footer/footer-1.schema.ts +589 -0
- package/src/blocks/footer/footer-1.tsx +90 -0
- package/src/blocks/footer/footer-2.schema.ts +898 -0
- package/src/blocks/footer/footer-2.tsx +77 -0
- package/src/blocks/footer/footer-3.schema.ts +487 -0
- package/src/blocks/footer/footer-3.tsx +100 -0
- package/src/blocks/footer/footer-4.schema.ts +644 -0
- package/src/blocks/footer/footer-4.tsx +97 -0
- package/src/blocks/footer/footer-5.schema.ts +425 -0
- package/src/blocks/footer/footer-5.tsx +91 -0
- package/src/blocks/hero/hero-1.schema.ts +766 -0
- package/src/blocks/hero/hero-1.tsx +52 -0
- package/src/blocks/hero/hero-2.schema.ts +316 -0
- package/src/blocks/hero/hero-2.tsx +49 -0
- package/src/blocks/hero/hero-3.schema.ts +415 -0
- package/src/blocks/hero/hero-3.tsx +50 -0
- package/src/blocks/hero/hero-4.schema.ts +325 -0
- package/src/blocks/hero/hero-4.tsx +89 -0
- package/src/blocks/hero/hero-5.schema.ts +192 -0
- package/src/blocks/hero/hero-5.tsx +86 -0
- package/src/blocks/hero/hero-6.schema.ts +703 -0
- package/src/blocks/hero/hero-6.tsx +62 -0
- package/src/blocks/hero/hero-7.schema.ts +508 -0
- package/src/blocks/hero/hero-7.tsx +115 -0
- package/src/blocks/hero/hero-8.schema.ts +372 -0
- package/src/blocks/hero/hero-8.tsx +113 -0
- package/src/blocks/hero/hero-9.schema.ts +379 -0
- package/src/blocks/hero/hero-9.tsx +49 -0
- package/src/blocks/index.ts +78 -0
- package/src/blocks/logos/logos-1.schema.ts +264 -0
- package/src/blocks/logos/logos-1.tsx +60 -0
- package/src/blocks/navbar/navbar-1.schema.ts +961 -0
- package/src/blocks/navbar/navbar-1.tsx +398 -0
- package/src/blocks/navbar/navbar-2.schema.ts +1226 -0
- package/src/blocks/navbar/navbar-2.tsx +417 -0
- package/src/blocks/pricing/pricing-1.schema.ts +1002 -0
- package/src/blocks/pricing/pricing-1.tsx +88 -0
- package/src/blocks/products/products-listing-1.schema.ts +274 -0
- package/src/blocks/products/products-listing-1.tsx +48 -0
- package/src/blocks/stats/stats-1.schema.ts +231 -0
- package/src/blocks/stats/stats-1.tsx +38 -0
- package/src/blocks/stats/stats-2.schema.ts +111 -0
- package/src/blocks/stats/stats-2.tsx +52 -0
- package/src/blocks/stats/variants/default.ts +190 -0
- package/src/blocks/stats/variants/hero.ts +153 -0
- package/{dist/blocks/stats/variants/index.js → src/blocks/stats/variants/index.ts} +1 -0
- package/src/blocks/team/team-1.schema.ts +516 -0
- package/src/blocks/team/team-1.tsx +80 -0
- package/src/blocks/team/team-2.schema.ts +2813 -0
- package/src/blocks/team/team-2.tsx +74 -0
- package/src/blocks/team/team-3.schema.ts +707 -0
- package/src/blocks/team/team-3.tsx +103 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +168 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +29 -0
- package/src/blocks/testimonial/testimonial-1.schema.ts +345 -0
- package/src/blocks/testimonial/testimonial-1.tsx +79 -0
- package/src/blocks/testimonial/testimonial-2.schema.ts +816 -0
- package/src/blocks/testimonial/testimonial-2.tsx +161 -0
- package/src/blocks/testimonial/testimonial-3.schema.ts +279 -0
- package/src/blocks/testimonial/testimonial-3.tsx +128 -0
- package/src/blocks/testimonial/testimonial-4.schema.ts +3373 -0
- package/src/blocks/testimonial/testimonial-4.tsx +202 -0
- package/src/blocks/testimonial/testimonial-5.schema.ts +434 -0
- package/src/blocks/testimonial/testimonial-5.tsx +106 -0
- package/src/blocks/testimonial/testimonial-6.schema.ts +709 -0
- package/src/blocks/testimonial/testimonial-6.tsx +128 -0
- package/{dist/index.js → src/index.ts} +5 -2
- package/{dist/schemas/blocks.js → src/schemas/blocks.ts} +75 -72
- package/src/schemas/categories.ts +134 -0
- package/src/styles.d.ts +4 -0
- package/dist/blocks/about-us/about-us-1.d.ts +0 -5
- package/dist/blocks/about-us/about-us-1.js +0 -5
- package/dist/blocks/about-us/about-us-1.schema.d.ts +0 -38
- package/dist/blocks/about-us/about-us-1.schema.js +0 -537
- package/dist/blocks/blogs/blog-listing-1.d.ts +0 -5
- package/dist/blocks/blogs/blog-listing-1.js +0 -12
- package/dist/blocks/blogs/blog-listing-1.schema.d.ts +0 -59
- package/dist/blocks/blogs/blog-listing-1.schema.js +0 -387
- package/dist/blocks/blogs/blog-listing-2.d.ts +0 -5
- package/dist/blocks/blogs/blog-listing-2.js +0 -9
- package/dist/blocks/blogs/blog-listing-2.schema.d.ts +0 -104
- package/dist/blocks/blogs/blog-listing-2.schema.js +0 -572
- package/dist/blocks/blogs/blog-post-1.d.ts +0 -6
- package/dist/blocks/blogs/blog-post-1.js +0 -8
- package/dist/blocks/blogs/blog-post-1.schema.d.ts +0 -48
- package/dist/blocks/blogs/blog-post-1.schema.js +0 -358
- package/dist/blocks/blogs/blog-post-2.d.ts +0 -6
- package/dist/blocks/blogs/blog-post-2.js +0 -8
- package/dist/blocks/blogs/blog-post-2.schema.d.ts +0 -74
- package/dist/blocks/blogs/blog-post-2.schema.js +0 -779
- package/dist/blocks/cards/cards-10.d.ts +0 -6
- package/dist/blocks/cards/cards-10.js +0 -4
- package/dist/blocks/cards/cards-10.schema.d.ts +0 -44
- package/dist/blocks/cards/cards-10.schema.js +0 -405
- package/dist/blocks/cards/cards-11.d.ts +0 -6
- package/dist/blocks/cards/cards-11.js +0 -4
- package/dist/blocks/cards/cards-11.schema.d.ts +0 -58
- package/dist/blocks/cards/cards-11.schema.js +0 -406
- package/dist/blocks/cards/cards-12.d.ts +0 -6
- package/dist/blocks/cards/cards-12.js +0 -4
- package/dist/blocks/cards/cards-12.schema.d.ts +0 -38
- package/dist/blocks/cards/cards-12.schema.js +0 -545
- package/dist/blocks/cards/cards-2.d.ts +0 -5
- package/dist/blocks/cards/cards-2.js +0 -4
- package/dist/blocks/cards/cards-2.schema.d.ts +0 -46
- package/dist/blocks/cards/cards-2.schema.js +0 -260
- package/dist/blocks/cards/cards-3.d.ts +0 -6
- package/dist/blocks/cards/cards-3.js +0 -5
- package/dist/blocks/cards/cards-3.schema.d.ts +0 -36
- package/dist/blocks/cards/cards-3.schema.js +0 -351
- package/dist/blocks/cards/cards-4.d.ts +0 -6
- package/dist/blocks/cards/cards-4.js +0 -4
- package/dist/blocks/cards/cards-4.schema.d.ts +0 -40
- package/dist/blocks/cards/cards-4.schema.js +0 -648
- package/dist/blocks/cards/cards-5.d.ts +0 -5
- package/dist/blocks/cards/cards-5.js +0 -4
- package/dist/blocks/cards/cards-5.schema.d.ts +0 -48
- package/dist/blocks/cards/cards-5.schema.js +0 -238
- package/dist/blocks/cards/cards-6.d.ts +0 -5
- package/dist/blocks/cards/cards-6.js +0 -45
- package/dist/blocks/cards/cards-6.schema.d.ts +0 -50
- package/dist/blocks/cards/cards-6.schema.js +0 -608
- package/dist/blocks/cards/cards-7.d.ts +0 -5
- package/dist/blocks/cards/cards-7.js +0 -45
- package/dist/blocks/cards/cards-7.schema.d.ts +0 -87
- package/dist/blocks/cards/cards-7.schema.js +0 -1732
- package/dist/blocks/cards/cards-8.d.ts +0 -6
- package/dist/blocks/cards/cards-8.js +0 -4
- package/dist/blocks/cards/cards-8.schema.d.ts +0 -40
- package/dist/blocks/cards/cards-8.schema.js +0 -660
- package/dist/blocks/cards/cards-9.d.ts +0 -5
- package/dist/blocks/cards/cards-9.js +0 -4
- package/dist/blocks/cards/cards-9.schema.d.ts +0 -55
- package/dist/blocks/cards/cards-9.schema.js +0 -798
- package/dist/blocks/carousel/carousel-1.d.ts +0 -5
- package/dist/blocks/carousel/carousel-1.js +0 -12
- package/dist/blocks/carousel/carousel-1.schema.d.ts +0 -51
- package/dist/blocks/carousel/carousel-1.schema.js +0 -236
- package/dist/blocks/contact-us/contact-us-1.d.ts +0 -5
- package/dist/blocks/contact-us/contact-us-1.js +0 -4
- package/dist/blocks/contact-us/contact-us-1.schema.d.ts +0 -31
- package/dist/blocks/contact-us/contact-us-1.schema.js +0 -202
- package/dist/blocks/contact-us/contact-us-2.d.ts +0 -5
- package/dist/blocks/contact-us/contact-us-2.js +0 -4
- package/dist/blocks/contact-us/contact-us-2.schema.d.ts +0 -59
- package/dist/blocks/contact-us/contact-us-2.schema.js +0 -512
- package/dist/blocks/content/content-1.d.ts +0 -6
- package/dist/blocks/content/content-1.js +0 -4
- package/dist/blocks/content/content-1.schema.d.ts +0 -56
- package/dist/blocks/content/content-1.schema.js +0 -807
- package/dist/blocks/content/content-2.d.ts +0 -5
- package/dist/blocks/content/content-2.js +0 -4
- package/dist/blocks/content/content-2.schema.d.ts +0 -78
- package/dist/blocks/content/content-2.schema.js +0 -200
- package/dist/blocks/content/content-3.d.ts +0 -6
- package/dist/blocks/content/content-3.js +0 -5
- package/dist/blocks/content/content-3.schema.d.ts +0 -23
- package/dist/blocks/content/content-3.schema.js +0 -850
- package/dist/blocks/content/content-4.d.ts +0 -6
- package/dist/blocks/content/content-4.js +0 -6
- package/dist/blocks/content/content-4.schema.d.ts +0 -33
- package/dist/blocks/content/content-4.schema.js +0 -252
- package/dist/blocks/content/content-5.d.ts +0 -6
- package/dist/blocks/content/content-5.js +0 -5
- package/dist/blocks/content/content-5.schema.d.ts +0 -37
- package/dist/blocks/content/content-5.schema.js +0 -932
- package/dist/blocks/content/content-6.d.ts +0 -6
- package/dist/blocks/content/content-6.js +0 -5
- package/dist/blocks/content/content-6.schema.d.ts +0 -41
- package/dist/blocks/content/content-6.schema.js +0 -976
- package/dist/blocks/cta/cta-1.d.ts +0 -5
- package/dist/blocks/cta/cta-1.js +0 -4
- package/dist/blocks/cta/cta-1.schema.d.ts +0 -40
- package/dist/blocks/cta/cta-1.schema.js +0 -339
- package/dist/blocks/cta/cta-2.d.ts +0 -5
- package/dist/blocks/cta/cta-2.js +0 -4
- package/dist/blocks/cta/cta-2.schema.d.ts +0 -45
- package/dist/blocks/cta/cta-2.schema.js +0 -183
- package/dist/blocks/cta/cta-3.d.ts +0 -5
- package/dist/blocks/cta/cta-3.js +0 -4
- package/dist/blocks/cta/cta-3.schema.d.ts +0 -34
- package/dist/blocks/cta/cta-3.schema.js +0 -137
- package/dist/blocks/embed/embed-1.d.ts +0 -5
- package/dist/blocks/embed/embed-1.js +0 -5
- package/dist/blocks/embed/embed-1.schema.d.ts +0 -13
- package/dist/blocks/embed/embed-1.schema.js +0 -146
- package/dist/blocks/event/event-details.d.ts +0 -5
- package/dist/blocks/event/event-details.js +0 -9
- package/dist/blocks/event/event-details.schema.d.ts +0 -112
- package/dist/blocks/event/event-details.schema.js +0 -685
- package/dist/blocks/event/event-listing-2.d.ts +0 -5
- package/dist/blocks/event/event-listing-2.js +0 -4
- package/dist/blocks/event/event-listing-2.schema.d.ts +0 -84
- package/dist/blocks/event/event-listing-2.schema.js +0 -455
- package/dist/blocks/event/event-listing-3.d.ts +0 -5
- package/dist/blocks/event/event-listing-3.js +0 -10
- package/dist/blocks/event/event-listing-3.schema.d.ts +0 -77
- package/dist/blocks/event/event-listing-3.schema.js +0 -570
- package/dist/blocks/event/event-listing.d.ts +0 -5
- package/dist/blocks/event/event-listing.js +0 -10
- package/dist/blocks/event/event-listing.schema.d.ts +0 -51
- package/dist/blocks/event/event-listing.schema.js +0 -1297
- package/dist/blocks/faq/faq-1.d.ts +0 -5
- package/dist/blocks/faq/faq-1.js +0 -4
- package/dist/blocks/faq/faq-1.schema.d.ts +0 -47
- package/dist/blocks/faq/faq-1.schema.js +0 -325
- package/dist/blocks/faq/faq-2.d.ts +0 -6
- package/dist/blocks/faq/faq-2.js +0 -19
- package/dist/blocks/faq/faq-2.schema.d.ts +0 -47
- package/dist/blocks/faq/faq-2.schema.js +0 -329
- package/dist/blocks/faq/faq-3.d.ts +0 -5
- package/dist/blocks/faq/faq-3.js +0 -4
- package/dist/blocks/faq/faq-3.schema.d.ts +0 -40
- package/dist/blocks/faq/faq-3.schema.js +0 -444
- package/dist/blocks/features/features-1/features-1.d.ts +0 -5
- package/dist/blocks/features/features-1/features-1.js +0 -4
- package/dist/blocks/features/features-1/features-1.schema.d.ts +0 -5
- package/dist/blocks/features/features-1/features-1.schema.js +0 -142
- package/dist/blocks/features/features-1/variants/default.d.ts +0 -37
- package/dist/blocks/features/features-1/variants/default.js +0 -185
- package/dist/blocks/features/features-1/variants/index.d.ts +0 -5
- package/dist/blocks/features/features-1/variants/stylized-cards-v1.d.ts +0 -3
- package/dist/blocks/features/features-1/variants/stylized-cards-v1.js +0 -132
- package/dist/blocks/features/features-1/variants/stylized-cards-v2.d.ts +0 -3
- package/dist/blocks/features/features-1/variants/stylized-cards-v2.js +0 -484
- package/dist/blocks/features/features-2.d.ts +0 -5
- package/dist/blocks/features/features-2.js +0 -8
- package/dist/blocks/features/features-2.schema.d.ts +0 -41
- package/dist/blocks/features/features-2.schema.js +0 -321
- package/dist/blocks/features/features-3.d.ts +0 -5
- package/dist/blocks/features/features-3.js +0 -4
- package/dist/blocks/features/features-3.schema.d.ts +0 -40
- package/dist/blocks/features/features-3.schema.js +0 -424
- package/dist/blocks/features/features-4.d.ts +0 -5
- package/dist/blocks/features/features-4.js +0 -4
- package/dist/blocks/features/features-4.schema.d.ts +0 -60
- package/dist/blocks/features/features-4.schema.js +0 -594
- package/dist/blocks/features/features-5.d.ts +0 -6
- package/dist/blocks/features/features-5.js +0 -5
- package/dist/blocks/features/features-5.schema.d.ts +0 -28
- package/dist/blocks/features/features-5.schema.js +0 -727
- package/dist/blocks/features/features-6.d.ts +0 -5
- package/dist/blocks/features/features-6.js +0 -31
- package/dist/blocks/features/features-6.schema.d.ts +0 -74
- package/dist/blocks/features/features-6.schema.js +0 -814
- package/dist/blocks/footer/footer-1.d.ts +0 -6
- package/dist/blocks/footer/footer-1.js +0 -5
- package/dist/blocks/footer/footer-1.schema.d.ts +0 -62
- package/dist/blocks/footer/footer-1.schema.js +0 -565
- package/dist/blocks/footer/footer-2.d.ts +0 -5
- package/dist/blocks/footer/footer-2.js +0 -4
- package/dist/blocks/footer/footer-2.schema.d.ts +0 -76
- package/dist/blocks/footer/footer-2.schema.js +0 -876
- package/dist/blocks/footer/footer-3.d.ts +0 -6
- package/dist/blocks/footer/footer-3.js +0 -15
- package/dist/blocks/footer/footer-3.schema.d.ts +0 -48
- package/dist/blocks/footer/footer-3.schema.js +0 -475
- package/dist/blocks/footer/footer-4.d.ts +0 -6
- package/dist/blocks/footer/footer-4.js +0 -5
- package/dist/blocks/footer/footer-4.schema.d.ts +0 -71
- package/dist/blocks/footer/footer-4.schema.js +0 -620
- package/dist/blocks/footer/footer-5.d.ts +0 -6
- package/dist/blocks/footer/footer-5.js +0 -5
- package/dist/blocks/footer/footer-5.schema.d.ts +0 -52
- package/dist/blocks/footer/footer-5.schema.js +0 -400
- package/dist/blocks/hero/hero-1.d.ts +0 -5
- package/dist/blocks/hero/hero-1.js +0 -4
- package/dist/blocks/hero/hero-1.schema.d.ts +0 -35
- package/dist/blocks/hero/hero-1.schema.js +0 -742
- package/dist/blocks/hero/hero-2.d.ts +0 -5
- package/dist/blocks/hero/hero-2.js +0 -4
- package/dist/blocks/hero/hero-2.schema.d.ts +0 -46
- package/dist/blocks/hero/hero-2.schema.js +0 -282
- package/dist/blocks/hero/hero-3.d.ts +0 -5
- package/dist/blocks/hero/hero-3.js +0 -4
- package/dist/blocks/hero/hero-3.schema.d.ts +0 -54
- package/dist/blocks/hero/hero-3.schema.js +0 -378
- package/dist/blocks/hero/hero-4.d.ts +0 -5
- package/dist/blocks/hero/hero-4.js +0 -30
- package/dist/blocks/hero/hero-4.schema.d.ts +0 -33
- package/dist/blocks/hero/hero-4.schema.js +0 -316
- package/dist/blocks/hero/hero-5.d.ts +0 -5
- package/dist/blocks/hero/hero-5.js +0 -30
- package/dist/blocks/hero/hero-5.schema.d.ts +0 -32
- package/dist/blocks/hero/hero-5.schema.js +0 -183
- package/dist/blocks/hero/hero-6.d.ts +0 -5
- package/dist/blocks/hero/hero-6.js +0 -8
- package/dist/blocks/hero/hero-6.schema.d.ts +0 -36
- package/dist/blocks/hero/hero-6.schema.js +0 -617
- package/dist/blocks/hero/hero-7.d.ts +0 -5
- package/dist/blocks/hero/hero-7.js +0 -40
- package/dist/blocks/hero/hero-7.schema.d.ts +0 -12
- package/dist/blocks/hero/hero-7.schema.js +0 -471
- package/dist/blocks/hero/hero-8.d.ts +0 -5
- package/dist/blocks/hero/hero-8.js +0 -39
- package/dist/blocks/hero/hero-8.schema.d.ts +0 -17
- package/dist/blocks/hero/hero-8.schema.js +0 -343
- package/dist/blocks/hero/hero-9.d.ts +0 -6
- package/dist/blocks/hero/hero-9.js +0 -4
- package/dist/blocks/hero/hero-9.schema.d.ts +0 -39
- package/dist/blocks/hero/hero-9.schema.js +0 -355
- package/dist/blocks/index.d.ts +0 -3
- package/dist/blocks/index.js +0 -74
- package/dist/blocks/logos/logos-1.d.ts +0 -5
- package/dist/blocks/logos/logos-1.js +0 -10
- package/dist/blocks/logos/logos-1.schema.d.ts +0 -34
- package/dist/blocks/logos/logos-1.schema.js +0 -239
- package/dist/blocks/navbar/navbar-1.d.ts +0 -6
- package/dist/blocks/navbar/navbar-1.js +0 -100
- package/dist/blocks/navbar/navbar-1.schema.d.ts +0 -117
- package/dist/blocks/navbar/navbar-1.schema.js +0 -938
- package/dist/blocks/navbar/navbar-2.d.ts +0 -6
- package/dist/blocks/navbar/navbar-2.js +0 -99
- package/dist/blocks/navbar/navbar-2.schema.d.ts +0 -134
- package/dist/blocks/navbar/navbar-2.schema.js +0 -1200
- package/dist/blocks/pricing/pricing-1.d.ts +0 -5
- package/dist/blocks/pricing/pricing-1.js +0 -4
- package/dist/blocks/pricing/pricing-1.schema.d.ts +0 -87
- package/dist/blocks/pricing/pricing-1.schema.js +0 -976
- package/dist/blocks/products/products-listing-1.d.ts +0 -5
- package/dist/blocks/products/products-listing-1.js +0 -4
- package/dist/blocks/products/products-listing-1.schema.d.ts +0 -36
- package/dist/blocks/products/products-listing-1.schema.js +0 -264
- package/dist/blocks/stats/stats-1.d.ts +0 -6
- package/dist/blocks/stats/stats-1.js +0 -6
- package/dist/blocks/stats/stats-1.schema.d.ts +0 -25
- package/dist/blocks/stats/stats-1.schema.js +0 -213
- package/dist/blocks/stats/stats-2.d.ts +0 -6
- package/dist/blocks/stats/stats-2.js +0 -6
- package/dist/blocks/stats/stats-2.schema.d.ts +0 -5
- package/dist/blocks/stats/stats-2.schema.js +0 -104
- package/dist/blocks/stats/variants/default.d.ts +0 -22
- package/dist/blocks/stats/variants/default.js +0 -185
- package/dist/blocks/stats/variants/hero.d.ts +0 -3
- package/dist/blocks/stats/variants/hero.js +0 -151
- package/dist/blocks/stats/variants/index.d.ts +0 -4
- package/dist/blocks/team/team-1.d.ts +0 -6
- package/dist/blocks/team/team-1.js +0 -6
- package/dist/blocks/team/team-1.schema.d.ts +0 -65
- package/dist/blocks/team/team-1.schema.js +0 -476
- package/dist/blocks/team/team-2.d.ts +0 -6
- package/dist/blocks/team/team-2.js +0 -6
- package/dist/blocks/team/team-2.schema.d.ts +0 -52
- package/dist/blocks/team/team-2.schema.js +0 -2732
- package/dist/blocks/team/team-3.d.ts +0 -5
- package/dist/blocks/team/team-3.js +0 -30
- package/dist/blocks/team/team-3.schema.d.ts +0 -32
- package/dist/blocks/team/team-3.schema.js +0 -679
- package/dist/blocks/termsAndPrivacy/terms-and-conditions-1.d.ts +0 -6
- package/dist/blocks/termsAndPrivacy/terms-and-conditions-1.js +0 -4
- package/dist/blocks/termsAndPrivacy/terms-and-conditions-1.schema.d.ts +0 -14
- package/dist/blocks/termsAndPrivacy/terms-and-conditions-1.schema.js +0 -154
- package/dist/blocks/testimonial/testimonial-1.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-1.js +0 -10
- package/dist/blocks/testimonial/testimonial-1.schema.d.ts +0 -16
- package/dist/blocks/testimonial/testimonial-1.schema.js +0 -314
- package/dist/blocks/testimonial/testimonial-2.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-2.js +0 -42
- package/dist/blocks/testimonial/testimonial-2.schema.d.ts +0 -54
- package/dist/blocks/testimonial/testimonial-2.schema.js +0 -771
- package/dist/blocks/testimonial/testimonial-3.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-3.js +0 -38
- package/dist/blocks/testimonial/testimonial-3.schema.d.ts +0 -56
- package/dist/blocks/testimonial/testimonial-3.schema.js +0 -260
- package/dist/blocks/testimonial/testimonial-4.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-4.js +0 -51
- package/dist/blocks/testimonial/testimonial-4.schema.d.ts +0 -145
- package/dist/blocks/testimonial/testimonial-4.schema.js +0 -3214
- package/dist/blocks/testimonial/testimonial-5.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-5.js +0 -31
- package/dist/blocks/testimonial/testimonial-5.schema.d.ts +0 -33
- package/dist/blocks/testimonial/testimonial-5.schema.js +0 -401
- package/dist/blocks/testimonial/testimonial-6.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-6.js +0 -39
- package/dist/blocks/testimonial/testimonial-6.schema.d.ts +0 -60
- package/dist/blocks/testimonial/testimonial-6.schema.js +0 -695
- package/dist/index.d.ts +0 -6
- package/dist/schemas/blocks.d.ts +0 -3
- package/dist/schemas/categories.d.ts +0 -3
- package/dist/schemas/categories.js +0 -129
- package/dist/schemas/index.d.ts +0 -3
- /package/{dist/schemas/index.js → src/schemas/index.ts} +0 -0
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type ILevoBlockBaseProps } from "@levo-so/studio";
|
|
2
|
-
import type { IProductsListing1Content } from "./products-listing-1.schema";
|
|
3
|
-
declare const ProductsListing1: React.FC<ILevoBlockBaseProps<IProductsListing1Content>>;
|
|
4
|
-
export default ProductsListing1;
|
|
5
|
-
//# sourceMappingURL=products-listing-1.d.ts.map
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Button, Heading, Image, Typography, Container, Section, Box, } from "@levo-so/studio";
|
|
3
|
-
const ProductsListing1 = ({ content }) => (_jsx(Section, { elementKey: "layout", children: _jsxs(Container, { elementKey: "container", children: [_jsxs(Box, { elementKey: "header_box", children: [_jsx(Heading, { elementKey: "title" }), _jsxs(Box, { elementKey: "cta_box", children: [_jsx(Typography, { elementKey: "description" }), _jsx(Button, { elementKey: "button_1" })] })] }), _jsx(Box, { "data-levo_group": true, elementKey: "products_levoGroup", children: (content.products ?? []).map((_, index) => (_jsxs(Box, { "data-levo_group_item": true, elementKey: `products.${index}.card`, children: [_jsx(Image, { alt: "product image", elementKey: `products.${index}.image`, width: 400, height: 400 }), _jsx(Heading, { elementKey: `products.${index}.title` }), _jsx(Typography, { elementKey: `products.${index}.price` })] }, index))) })] }) }));
|
|
4
|
-
export default ProductsListing1;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import type { IBlock } from "@levo-so/studio";
|
|
2
|
-
declare const DEFAULT_CONTENT: {
|
|
3
|
-
layout: null;
|
|
4
|
-
container: null;
|
|
5
|
-
header_box: null;
|
|
6
|
-
title: string;
|
|
7
|
-
cta_box: null;
|
|
8
|
-
description: string;
|
|
9
|
-
cta: string;
|
|
10
|
-
products_levoGroup: null;
|
|
11
|
-
products: {
|
|
12
|
-
card: null;
|
|
13
|
-
image: {
|
|
14
|
-
id: string;
|
|
15
|
-
location: string;
|
|
16
|
-
kind: string;
|
|
17
|
-
mimetype: string;
|
|
18
|
-
srcset: {
|
|
19
|
-
"1080w": string;
|
|
20
|
-
"1200w": string;
|
|
21
|
-
"1920w": string;
|
|
22
|
-
"320w": string;
|
|
23
|
-
"640w": string;
|
|
24
|
-
"750w": string;
|
|
25
|
-
"828w": string;
|
|
26
|
-
path: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
title: string;
|
|
30
|
-
price: string;
|
|
31
|
-
}[];
|
|
32
|
-
};
|
|
33
|
-
export type IProductsListing1Content = typeof DEFAULT_CONTENT;
|
|
34
|
-
export declare const ProductsListing1: IBlock;
|
|
35
|
-
export {};
|
|
36
|
-
//# sourceMappingURL=products-listing-1.schema.d.ts.map
|
|
@@ -1,264 +0,0 @@
|
|
|
1
|
-
const DEFAULT_IMAGE = {
|
|
2
|
-
id: "7141014160938075687",
|
|
3
|
-
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
4
|
-
kind: "image",
|
|
5
|
-
mimetype: "image/png",
|
|
6
|
-
srcset: {
|
|
7
|
-
"1080w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
8
|
-
"1200w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
9
|
-
"1920w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
10
|
-
"320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
11
|
-
"640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
12
|
-
"750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
13
|
-
"828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
14
|
-
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
15
|
-
},
|
|
16
|
-
};
|
|
17
|
-
const DEFAULT_CONTENT = {
|
|
18
|
-
layout: null,
|
|
19
|
-
container: null,
|
|
20
|
-
header_box: null,
|
|
21
|
-
title: "AI-Powered Products Built for Growth",
|
|
22
|
-
cta_box: null,
|
|
23
|
-
description: "Our intelligent, scalable, and user-friendly products leverage AI to enhance performance, automation, and user engagement.",
|
|
24
|
-
cta: "View More",
|
|
25
|
-
products_levoGroup: null,
|
|
26
|
-
products: [
|
|
27
|
-
{
|
|
28
|
-
card: null,
|
|
29
|
-
image: DEFAULT_IMAGE,
|
|
30
|
-
title: "Websites",
|
|
31
|
-
price: "$25.00",
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
card: null,
|
|
35
|
-
image: DEFAULT_IMAGE,
|
|
36
|
-
title: "Mobile Apps",
|
|
37
|
-
price: "$25.00",
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
card: null,
|
|
41
|
-
image: DEFAULT_IMAGE,
|
|
42
|
-
title: "Chatbots",
|
|
43
|
-
price: "$25.00",
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
card: null,
|
|
47
|
-
image: DEFAULT_IMAGE,
|
|
48
|
-
title: "Platforms",
|
|
49
|
-
price: "$25.00",
|
|
50
|
-
},
|
|
51
|
-
],
|
|
52
|
-
};
|
|
53
|
-
export const ProductsListing1 = {
|
|
54
|
-
category_id: "products",
|
|
55
|
-
title: "Products Listing 1",
|
|
56
|
-
key: "products-listing-1",
|
|
57
|
-
version: "v1",
|
|
58
|
-
content_schema: [
|
|
59
|
-
{
|
|
60
|
-
key: "layout",
|
|
61
|
-
label: "Layout",
|
|
62
|
-
field_interface: "LayoutWidget",
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
key: "container",
|
|
66
|
-
label: "Container",
|
|
67
|
-
field_interface: "ContainerWidget",
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
key: "header_box",
|
|
71
|
-
label: "Header Box",
|
|
72
|
-
field_interface: "BoxWidget",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
key: "title",
|
|
76
|
-
label: "Title",
|
|
77
|
-
field_interface: "HeadingWidget",
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
key: "cta_box",
|
|
81
|
-
label: "Cta Box",
|
|
82
|
-
field_interface: "BoxWidget",
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
key: "description",
|
|
86
|
-
label: "Description",
|
|
87
|
-
field_interface: "TypographyWidget",
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
key: "button_1",
|
|
91
|
-
label: "Button 1",
|
|
92
|
-
field_interface: "ButtonWidget",
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
key: "products",
|
|
96
|
-
label: "Products",
|
|
97
|
-
kind: "group",
|
|
98
|
-
field_interface: "BoxWidget",
|
|
99
|
-
fields: [
|
|
100
|
-
{
|
|
101
|
-
key: "card",
|
|
102
|
-
label: "Card",
|
|
103
|
-
field_interface: "BoxWidget",
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
key: "image",
|
|
107
|
-
label: "Image",
|
|
108
|
-
field_interface: "ImageWidget",
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
key: "title",
|
|
112
|
-
label: "Title",
|
|
113
|
-
field_interface: "HeadingWidget",
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
key: "price",
|
|
117
|
-
label: "Price",
|
|
118
|
-
field_interface: "TypographyWidget",
|
|
119
|
-
},
|
|
120
|
-
],
|
|
121
|
-
},
|
|
122
|
-
],
|
|
123
|
-
layouts: [
|
|
124
|
-
{
|
|
125
|
-
key: "default",
|
|
126
|
-
title: "Default",
|
|
127
|
-
styles: {
|
|
128
|
-
container: {
|
|
129
|
-
"max-width": "72rem",
|
|
130
|
-
"margin-left": "auto",
|
|
131
|
-
"margin-right": "auto",
|
|
132
|
-
"padding-left": "base",
|
|
133
|
-
"padding-right": "base",
|
|
134
|
-
"padding-top": "7xl",
|
|
135
|
-
"padding-bottom": "7xl",
|
|
136
|
-
},
|
|
137
|
-
header_box: {
|
|
138
|
-
display: "flex",
|
|
139
|
-
"flex-direction": "row",
|
|
140
|
-
"justify-content": "space-between",
|
|
141
|
-
"column-gap": "3xl",
|
|
142
|
-
"margin-bottom": "7xl",
|
|
143
|
-
mobile: {
|
|
144
|
-
"flex-direction": "column",
|
|
145
|
-
},
|
|
146
|
-
},
|
|
147
|
-
title: {
|
|
148
|
-
"font-size": "4xl",
|
|
149
|
-
"font-weight": "700",
|
|
150
|
-
color: "text-1",
|
|
151
|
-
"line-height": "1.2",
|
|
152
|
-
"max-width": "36rem",
|
|
153
|
-
},
|
|
154
|
-
cta_box: {
|
|
155
|
-
display: "flex",
|
|
156
|
-
"flex-direction": "column",
|
|
157
|
-
mobile: {
|
|
158
|
-
width: "100%",
|
|
159
|
-
},
|
|
160
|
-
},
|
|
161
|
-
description: {
|
|
162
|
-
color: "text-2",
|
|
163
|
-
"font-size": "base",
|
|
164
|
-
"max-width": "28rem",
|
|
165
|
-
"margin-bottom": "sm",
|
|
166
|
-
tablet: {
|
|
167
|
-
"margin-bottom": "none",
|
|
168
|
-
},
|
|
169
|
-
},
|
|
170
|
-
button_1: {
|
|
171
|
-
width: "fit-content",
|
|
172
|
-
display: "flex",
|
|
173
|
-
"align-items": "center",
|
|
174
|
-
"column-gap": "xs",
|
|
175
|
-
},
|
|
176
|
-
products_levoGroup: {
|
|
177
|
-
display: "grid",
|
|
178
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
179
|
-
"row-gap": "3xl",
|
|
180
|
-
"column-gap": "3xl",
|
|
181
|
-
mobile: {
|
|
182
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
183
|
-
},
|
|
184
|
-
},
|
|
185
|
-
products: [
|
|
186
|
-
{
|
|
187
|
-
card: {
|
|
188
|
-
"border-radius": "2xl",
|
|
189
|
-
display: "flex",
|
|
190
|
-
"flex-direction": "column",
|
|
191
|
-
},
|
|
192
|
-
image: {
|
|
193
|
-
"border-radius": "2xl",
|
|
194
|
-
width: "100%",
|
|
195
|
-
height: "411px",
|
|
196
|
-
"margin-bottom": "lg",
|
|
197
|
-
},
|
|
198
|
-
title: {
|
|
199
|
-
"font-size": "lg",
|
|
200
|
-
"font-weight": "600",
|
|
201
|
-
"margin-bottom": "2xs",
|
|
202
|
-
},
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
card: {
|
|
206
|
-
"border-radius": "2xl",
|
|
207
|
-
display: "flex",
|
|
208
|
-
"flex-direction": "column",
|
|
209
|
-
},
|
|
210
|
-
image: {
|
|
211
|
-
"border-radius": "2xl",
|
|
212
|
-
width: "100%",
|
|
213
|
-
height: "411px",
|
|
214
|
-
"margin-bottom": "lg",
|
|
215
|
-
},
|
|
216
|
-
title: {
|
|
217
|
-
"font-size": "lg",
|
|
218
|
-
"font-weight": "600",
|
|
219
|
-
"margin-bottom": "2xs",
|
|
220
|
-
},
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
card: {
|
|
224
|
-
"border-radius": "2xl",
|
|
225
|
-
display: "flex",
|
|
226
|
-
"flex-direction": "column",
|
|
227
|
-
},
|
|
228
|
-
image: {
|
|
229
|
-
"border-radius": "2xl",
|
|
230
|
-
width: "100%",
|
|
231
|
-
height: "411px",
|
|
232
|
-
"margin-bottom": "lg",
|
|
233
|
-
},
|
|
234
|
-
title: {
|
|
235
|
-
"font-size": "lg",
|
|
236
|
-
"font-weight": "600",
|
|
237
|
-
"margin-bottom": "2xs",
|
|
238
|
-
},
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
card: {
|
|
242
|
-
"border-radius": "2xl",
|
|
243
|
-
display: "flex",
|
|
244
|
-
"flex-direction": "column",
|
|
245
|
-
},
|
|
246
|
-
image: {
|
|
247
|
-
"border-radius": "2xl",
|
|
248
|
-
width: "100%",
|
|
249
|
-
height: "411px",
|
|
250
|
-
"margin-bottom": "lg",
|
|
251
|
-
},
|
|
252
|
-
title: {
|
|
253
|
-
"font-size": "lg",
|
|
254
|
-
"font-weight": "600",
|
|
255
|
-
"margin-bottom": "2xs",
|
|
256
|
-
},
|
|
257
|
-
},
|
|
258
|
-
],
|
|
259
|
-
},
|
|
260
|
-
content: DEFAULT_CONTENT,
|
|
261
|
-
config: {},
|
|
262
|
-
},
|
|
263
|
-
],
|
|
264
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { ILevoBlockBaseProps } from "@levo-so/studio";
|
|
2
|
-
import React from "react";
|
|
3
|
-
import type { IStats1Content } from "./stats-1.schema";
|
|
4
|
-
declare const Stats1: React.FC<ILevoBlockBaseProps<IStats1Content>>;
|
|
5
|
-
export default Stats1;
|
|
6
|
-
//# sourceMappingURL=stats-1.d.ts.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Box, Container, Heading, Icon, Section, Typography, } from "@levo-so/studio";
|
|
3
|
-
const Stats1 = ({ content }) => {
|
|
4
|
-
return (_jsx(Section, { elementKey: "layout", children: _jsx(Container, { elementKey: "container", children: _jsx(Box, { elementKey: "stats_levoGroup", children: (content?.stats ?? []).map((_, index) => (_jsxs(Box, { "data-levo_group_item": true, elementKey: `stats.${index}.stat`, children: [_jsx(Icon, { elementKey: `stats.${index}.icon` }), _jsxs(Box, { elementKey: `stats.${index}.content-wrapper`, children: [_jsx(Heading, { elementKey: `stats.${index}.header` }), _jsx(Typography, { elementKey: `stats.${index}.description` })] })] }, index))) }) }) }));
|
|
5
|
-
};
|
|
6
|
-
export default Stats1;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IBlock } from "@levo-so/studio";
|
|
2
|
-
declare const DEFAULT_CONTENT: {
|
|
3
|
-
layout: null;
|
|
4
|
-
container: null;
|
|
5
|
-
stats_levoGroup: null;
|
|
6
|
-
stats: {
|
|
7
|
-
stat: null;
|
|
8
|
-
icon: {
|
|
9
|
-
kind: string;
|
|
10
|
-
data: {
|
|
11
|
-
id: string;
|
|
12
|
-
label: string;
|
|
13
|
-
tags: string[];
|
|
14
|
-
svgCode: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
"content-wrapper": null;
|
|
18
|
-
header: string;
|
|
19
|
-
description: string;
|
|
20
|
-
}[];
|
|
21
|
-
};
|
|
22
|
-
export type IStats1Content = typeof DEFAULT_CONTENT;
|
|
23
|
-
export declare const Stats1: IBlock;
|
|
24
|
-
export {};
|
|
25
|
-
//# sourceMappingURL=stats-1.schema.d.ts.map
|
|
@@ -1,213 +0,0 @@
|
|
|
1
|
-
const DUMMY_ICON = {
|
|
2
|
-
kind: "icon",
|
|
3
|
-
data: {
|
|
4
|
-
id: "archive-minus",
|
|
5
|
-
label: "Archive Minus",
|
|
6
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
7
|
-
svgCode: '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
8
|
-
},
|
|
9
|
-
};
|
|
10
|
-
const DEFAULT_CONTENT = {
|
|
11
|
-
layout: null,
|
|
12
|
-
container: null,
|
|
13
|
-
stats_levoGroup: null,
|
|
14
|
-
stats: [
|
|
15
|
-
{
|
|
16
|
-
stat: null,
|
|
17
|
-
icon: DUMMY_ICON,
|
|
18
|
-
"content-wrapper": null,
|
|
19
|
-
header: "20+",
|
|
20
|
-
description: "Years of experience",
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
stat: null,
|
|
24
|
-
icon: DUMMY_ICON,
|
|
25
|
-
"content-wrapper": null,
|
|
26
|
-
header: "500+",
|
|
27
|
-
description: "Happy Client Worldwide",
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
stat: null,
|
|
31
|
-
icon: DUMMY_ICON,
|
|
32
|
-
"content-wrapper": null,
|
|
33
|
-
header: "1K+",
|
|
34
|
-
description: "Audits Completed",
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
stat: null,
|
|
38
|
-
icon: DUMMY_ICON,
|
|
39
|
-
"content-wrapper": null,
|
|
40
|
-
header: "22+",
|
|
41
|
-
description: "Business Awards",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
};
|
|
45
|
-
const STAT_STYLE = {
|
|
46
|
-
stat: {
|
|
47
|
-
border: "none",
|
|
48
|
-
"background-color": "transparent",
|
|
49
|
-
"box-shadow": "none",
|
|
50
|
-
display: "flex",
|
|
51
|
-
width: "100%",
|
|
52
|
-
"flex-direction": "column",
|
|
53
|
-
"row-gap": "xl",
|
|
54
|
-
},
|
|
55
|
-
icon: {
|
|
56
|
-
width: "48px",
|
|
57
|
-
height: "48px",
|
|
58
|
-
"object-fit": "contain",
|
|
59
|
-
"margin-left": "auto",
|
|
60
|
-
"margin-right": "auto",
|
|
61
|
-
},
|
|
62
|
-
"content-wrapper": {
|
|
63
|
-
display: "flex",
|
|
64
|
-
"flex-direction": "column",
|
|
65
|
-
"align-items": "center",
|
|
66
|
-
"row-gap": "xs",
|
|
67
|
-
},
|
|
68
|
-
header: {
|
|
69
|
-
color: "var(--color-brand-foreground)",
|
|
70
|
-
"font-size": "4xl",
|
|
71
|
-
"font-weight": 700,
|
|
72
|
-
},
|
|
73
|
-
description: {
|
|
74
|
-
color: "var(--color-brand-foreground)",
|
|
75
|
-
"font-size": "base",
|
|
76
|
-
"font-weight": 600,
|
|
77
|
-
},
|
|
78
|
-
};
|
|
79
|
-
const STATS_STYLES = Array(4)
|
|
80
|
-
?.fill(0)
|
|
81
|
-
?.map((_) => STAT_STYLE);
|
|
82
|
-
export const Stats1 = {
|
|
83
|
-
category_id: "stats",
|
|
84
|
-
title: "Stats 1",
|
|
85
|
-
key: "stats-1",
|
|
86
|
-
version: "v1",
|
|
87
|
-
prompt_description: "Four-column stats block with bold numbers, descriptive captions, and matching icons above each stat, all set on a solid color background for high visibility.",
|
|
88
|
-
content_schema: [
|
|
89
|
-
{
|
|
90
|
-
key: "layout",
|
|
91
|
-
label: "Layout",
|
|
92
|
-
field_interface: "LayoutWidget",
|
|
93
|
-
hint: {
|
|
94
|
-
prompt_description: "Defines the overall section layout for a horizontal metrics/statistics block. Use a balanced, four-column grid with generous spacing and central alignment.",
|
|
95
|
-
},
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
key: "container",
|
|
99
|
-
label: "Container",
|
|
100
|
-
field_interface: "ContainerWidget",
|
|
101
|
-
hint: {
|
|
102
|
-
prompt_description: "Acts as the main content container for the statistics block, ensuring visual consistency, providing padding, and maintaining readability on a colored background.",
|
|
103
|
-
},
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
key: "stats",
|
|
107
|
-
label: "Stats",
|
|
108
|
-
kind: "group",
|
|
109
|
-
field_interface: "BoxWidget",
|
|
110
|
-
fields: [
|
|
111
|
-
{
|
|
112
|
-
key: "stat",
|
|
113
|
-
label: "Stat",
|
|
114
|
-
field_interface: "BoxWidget",
|
|
115
|
-
hint: {
|
|
116
|
-
prompt_description: "Holds the content for a single statistics card. Used to group an icon, a prominent numeric/statistic header, and a brief descriptive label.",
|
|
117
|
-
},
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
key: "icon",
|
|
121
|
-
label: "Icon",
|
|
122
|
-
field_interface: "IconWidget",
|
|
123
|
-
hint: {
|
|
124
|
-
prompt_description: "An illustrative, line-style icon visually representing the corresponding statistic (such as years of experience, clients, etc.) in a friendly, simple style. Appears above each stat.",
|
|
125
|
-
orientation: "square",
|
|
126
|
-
size: "small",
|
|
127
|
-
usecase: "icon",
|
|
128
|
-
},
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
key: "content-wrapper",
|
|
132
|
-
label: "Content Wrapper",
|
|
133
|
-
field_interface: "BoxWidget",
|
|
134
|
-
hint: {
|
|
135
|
-
prompt_description: "Groups and aligns the header and description text for a stat. Maintains vertical stacking and central alignment beneath the icon.",
|
|
136
|
-
},
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
key: "header",
|
|
140
|
-
label: "Header",
|
|
141
|
-
field_interface: "HeadingWidget",
|
|
142
|
-
hint: {
|
|
143
|
-
prompt_description: "The headline number/statistic for the metric, such as '20+', '500+', etc. Must be very brief, bold, and immediately catch the eye. Use compact statistic formats. Tone is factual and celebratory.",
|
|
144
|
-
min_characters: 2,
|
|
145
|
-
max_characters: 6,
|
|
146
|
-
},
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
key: "description",
|
|
150
|
-
label: "Description",
|
|
151
|
-
field_interface: "TypographyWidget",
|
|
152
|
-
hint: {
|
|
153
|
-
prompt_description: "A short, clear phrase describing what the headline number/stat means (e.g., 'Years of experience', 'Happy Client Worldwide'). Should be descriptive but concise, generally one line. Tone is professional, positive, and straightforward.",
|
|
154
|
-
min_characters: 10,
|
|
155
|
-
max_characters: 32,
|
|
156
|
-
},
|
|
157
|
-
},
|
|
158
|
-
],
|
|
159
|
-
hint: {
|
|
160
|
-
prompt_description: "A group of statistic cards highlighting key business achievements or metrics. Each card showcases one metric, icon, and label. Used to quickly communicate credentials or success factors.",
|
|
161
|
-
min_items: 4,
|
|
162
|
-
max_items: 4,
|
|
163
|
-
},
|
|
164
|
-
},
|
|
165
|
-
],
|
|
166
|
-
layouts: [
|
|
167
|
-
{
|
|
168
|
-
key: "default",
|
|
169
|
-
title: "Default",
|
|
170
|
-
styles: {
|
|
171
|
-
layout: {
|
|
172
|
-
width: "100%",
|
|
173
|
-
"background-color": "var(--color-brand)",
|
|
174
|
-
"padding-top": "9xl",
|
|
175
|
-
"padding-bottom": "9xl",
|
|
176
|
-
"padding-right": "12xl",
|
|
177
|
-
"padding-left": "12xl",
|
|
178
|
-
tablet: {
|
|
179
|
-
"padding-top": "9xl",
|
|
180
|
-
"padding-bottom": "9xl",
|
|
181
|
-
"padding-right": "9xl",
|
|
182
|
-
"padding-left": "9xl",
|
|
183
|
-
},
|
|
184
|
-
mobile: {
|
|
185
|
-
"padding-top": "6xl",
|
|
186
|
-
"padding-bottom": "6xl",
|
|
187
|
-
"padding-right": "6xl",
|
|
188
|
-
"padding-left": "6xl",
|
|
189
|
-
},
|
|
190
|
-
},
|
|
191
|
-
container: {
|
|
192
|
-
"margin-left": "auto",
|
|
193
|
-
"margin-right": "auto",
|
|
194
|
-
},
|
|
195
|
-
stats_levoGroup: {
|
|
196
|
-
display: "grid",
|
|
197
|
-
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
198
|
-
"column-gap": "9xl",
|
|
199
|
-
"row-gap": "9xl",
|
|
200
|
-
tablet: {
|
|
201
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
202
|
-
},
|
|
203
|
-
mobile: {
|
|
204
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
205
|
-
},
|
|
206
|
-
},
|
|
207
|
-
stats: STATS_STYLES,
|
|
208
|
-
},
|
|
209
|
-
content: DEFAULT_CONTENT,
|
|
210
|
-
config: {},
|
|
211
|
-
},
|
|
212
|
-
],
|
|
213
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { ILevoBlockBaseProps } from "@levo-so/studio";
|
|
2
|
-
import React from "react";
|
|
3
|
-
import type { IStats2Content } from "./stats-2.schema";
|
|
4
|
-
declare const Stats2: React.FC<ILevoBlockBaseProps<IStats2Content>>;
|
|
5
|
-
export default Stats2;
|
|
6
|
-
//# sourceMappingURL=stats-2.d.ts.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Box, Button, Container, Heading, Section, Typography, } from "@levo-so/studio";
|
|
3
|
-
const Stats2 = ({ content }) => {
|
|
4
|
-
return (_jsx(Section, { elementKey: "layout", children: _jsx(Container, { elementKey: "container", children: _jsxs(Box, { elementKey: "content_wrapper", children: [_jsxs(Box, { elementKey: "text_content", children: [_jsxs(Box, { elementKey: "small_title_wrapper", children: [_jsx(Box, { elementKey: "horizontal_divider" }), _jsx(Typography, { elementKey: "small_title" })] }), _jsx(Heading, { elementKey: "main_title" }), _jsx(Typography, { elementKey: "description" }), _jsx(Button, { elementKey: "cta" })] }), _jsxs(Box, { elementKey: "stats_section", children: [_jsxs(Box, { elementKey: "header_section", children: [_jsx(Heading, { elementKey: "section_title" }), _jsx(Typography, { elementKey: "section_description" })] }), _jsx(Box, { elementKey: "stats_levoGroup", "data-levo_group": true, children: (content?.stats ?? []).map((_, index) => (_jsxs(Box, { "data-levo_group_item": true, elementKey: `stats.${index}.stat_card`, children: [_jsx(Heading, { elementKey: `stats.${index}.number` }), _jsx(Typography, { elementKey: `stats.${index}.label` })] }, index))) })] })] }) }) }));
|
|
5
|
-
};
|
|
6
|
-
export default Stats2;
|