@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,316 +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
|
-
slider_dots: null,
|
|
21
|
-
slider_dot: null,
|
|
22
|
-
slides: [
|
|
23
|
-
{
|
|
24
|
-
wrapper: null,
|
|
25
|
-
headerWrapper: null,
|
|
26
|
-
title: "Your Trusted Partner in Financial Excellence",
|
|
27
|
-
cta: "Get Started",
|
|
28
|
-
image: DEFAULT_IMAGE,
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
wrapper: null,
|
|
32
|
-
headerWrapper: null,
|
|
33
|
-
title: "Smart Investment Solutions for Your Future",
|
|
34
|
-
cta: "Invest Now",
|
|
35
|
-
image: DEFAULT_IMAGE,
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
wrapper: null,
|
|
39
|
-
headerWrapper: null,
|
|
40
|
-
title: "Secure Digital Banking at Your Fingertips",
|
|
41
|
-
cta: "Open Account",
|
|
42
|
-
image: DEFAULT_IMAGE,
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
wrapper: null,
|
|
46
|
-
headerWrapper: null,
|
|
47
|
-
title: "Expert Financial Planning for Business Growth",
|
|
48
|
-
cta: "Learn More",
|
|
49
|
-
image: DEFAULT_IMAGE,
|
|
50
|
-
},
|
|
51
|
-
],
|
|
52
|
-
};
|
|
53
|
-
export const Hero4 = {
|
|
54
|
-
category_id: "hero",
|
|
55
|
-
title: "Hero 4",
|
|
56
|
-
key: "hero-4",
|
|
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: "slider_dots",
|
|
71
|
-
label: "Slider Dots",
|
|
72
|
-
field_interface: "BoxWidget",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
key: "slider_dot",
|
|
76
|
-
label: "Slider Dot",
|
|
77
|
-
field_interface: "BoxWidget",
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
key: "slides",
|
|
81
|
-
label: "Slides",
|
|
82
|
-
field_interface: "BoxWidget",
|
|
83
|
-
kind: "group",
|
|
84
|
-
fields: [
|
|
85
|
-
{
|
|
86
|
-
key: "wrapper",
|
|
87
|
-
label: "Slide Wrapper",
|
|
88
|
-
field_interface: "BoxWidget",
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
key: "headerWrapper",
|
|
92
|
-
label: "Header Wrapper",
|
|
93
|
-
field_interface: "BoxWidget",
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
key: "title",
|
|
97
|
-
label: "Title",
|
|
98
|
-
field_interface: "HeadingWidget",
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
key: "cta",
|
|
102
|
-
label: "CTA Button",
|
|
103
|
-
field_interface: "ButtonWidget",
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
key: "image",
|
|
107
|
-
label: "Image",
|
|
108
|
-
field_interface: "ImageWidget",
|
|
109
|
-
},
|
|
110
|
-
],
|
|
111
|
-
},
|
|
112
|
-
],
|
|
113
|
-
layouts: [
|
|
114
|
-
{
|
|
115
|
-
key: "default",
|
|
116
|
-
title: "Default",
|
|
117
|
-
styles: {
|
|
118
|
-
layout: {
|
|
119
|
-
"padding-left": "3xl",
|
|
120
|
-
"padding-right": "3xl",
|
|
121
|
-
"padding-top": "7xl",
|
|
122
|
-
"padding-bottom": "5xl",
|
|
123
|
-
mobile: {
|
|
124
|
-
"padding-top": "none",
|
|
125
|
-
"padding-left": "none",
|
|
126
|
-
"padding-right": "none",
|
|
127
|
-
"padding-bottom": "none",
|
|
128
|
-
},
|
|
129
|
-
},
|
|
130
|
-
container: {
|
|
131
|
-
position: "relative",
|
|
132
|
-
"max-width": "72rem",
|
|
133
|
-
"margin-left": "auto",
|
|
134
|
-
"margin-right": "auto",
|
|
135
|
-
},
|
|
136
|
-
slider_dots: {
|
|
137
|
-
position: "absolute",
|
|
138
|
-
bottom: "30px",
|
|
139
|
-
left: "50%",
|
|
140
|
-
transform: "translateX(-50%)",
|
|
141
|
-
display: "flex",
|
|
142
|
-
"column-gap": "2xs",
|
|
143
|
-
"align-items": "center",
|
|
144
|
-
"z-index": "20",
|
|
145
|
-
"padding-top": "4xs",
|
|
146
|
-
"padding-right": "4xs",
|
|
147
|
-
"padding-bottom": "4xs",
|
|
148
|
-
"padding-left": "4xs",
|
|
149
|
-
"background-color": "text-2",
|
|
150
|
-
"border-radius": "3xl",
|
|
151
|
-
tablet: {
|
|
152
|
-
bottom: "20px",
|
|
153
|
-
},
|
|
154
|
-
mobile: {
|
|
155
|
-
bottom: "10px",
|
|
156
|
-
},
|
|
157
|
-
},
|
|
158
|
-
slider_dot: {
|
|
159
|
-
width: "8px",
|
|
160
|
-
height: "8px",
|
|
161
|
-
"border-radius": "50%",
|
|
162
|
-
"background-color": "var(--color-brand-secondary)",
|
|
163
|
-
},
|
|
164
|
-
slides_levoGroup: {
|
|
165
|
-
width: "100%",
|
|
166
|
-
height: "100%",
|
|
167
|
-
},
|
|
168
|
-
slides: [
|
|
169
|
-
{
|
|
170
|
-
headerWrapper: {
|
|
171
|
-
display: "flex",
|
|
172
|
-
"align-items": "end",
|
|
173
|
-
"justify-content": "space-between",
|
|
174
|
-
mobile: {
|
|
175
|
-
"flex-direction": "column",
|
|
176
|
-
"align-items": "center",
|
|
177
|
-
"justify-content": "center",
|
|
178
|
-
"padding-left": "6xs",
|
|
179
|
-
"padding-top": "6xs",
|
|
180
|
-
"padding-right": "6xs",
|
|
181
|
-
"row-gap": "4xs",
|
|
182
|
-
},
|
|
183
|
-
tablet: {
|
|
184
|
-
"flex-direction": "column",
|
|
185
|
-
"align-items": "center",
|
|
186
|
-
"row-gap": "sm",
|
|
187
|
-
},
|
|
188
|
-
},
|
|
189
|
-
title: {
|
|
190
|
-
"font-size": "4xl",
|
|
191
|
-
"font-weight": "600",
|
|
192
|
-
"line-height": "1.2",
|
|
193
|
-
"max-width": "42rem",
|
|
194
|
-
mobile: {
|
|
195
|
-
"font-size": "3xl",
|
|
196
|
-
},
|
|
197
|
-
tablet: {
|
|
198
|
-
"text-align": "center",
|
|
199
|
-
"font-size": "3xl",
|
|
200
|
-
},
|
|
201
|
-
},
|
|
202
|
-
image: {
|
|
203
|
-
width: "100%",
|
|
204
|
-
height: "100%",
|
|
205
|
-
"object-fit": "cover",
|
|
206
|
-
"object-position": "center",
|
|
207
|
-
},
|
|
208
|
-
wrapper: {
|
|
209
|
-
display: "flex",
|
|
210
|
-
"flex-direction": "column",
|
|
211
|
-
"row-gap": "base",
|
|
212
|
-
},
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
headerWrapper: {
|
|
216
|
-
display: "flex",
|
|
217
|
-
"align-items": "end",
|
|
218
|
-
"justify-content": "space-between",
|
|
219
|
-
mobile: {
|
|
220
|
-
"flex-direction": "column",
|
|
221
|
-
"align-items": "center",
|
|
222
|
-
"justify-content": "center",
|
|
223
|
-
},
|
|
224
|
-
},
|
|
225
|
-
title: {
|
|
226
|
-
"font-size": "4xl",
|
|
227
|
-
"font-weight": "600",
|
|
228
|
-
"line-height": "1.2",
|
|
229
|
-
"max-width": "42rem",
|
|
230
|
-
mobile: {
|
|
231
|
-
"font-size": "3xl",
|
|
232
|
-
},
|
|
233
|
-
},
|
|
234
|
-
image: {
|
|
235
|
-
width: "100%",
|
|
236
|
-
height: "100%",
|
|
237
|
-
"object-fit": "cover",
|
|
238
|
-
"object-position": "center",
|
|
239
|
-
},
|
|
240
|
-
wrapper: {
|
|
241
|
-
display: "flex",
|
|
242
|
-
"flex-direction": "column",
|
|
243
|
-
"row-gap": "base",
|
|
244
|
-
},
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
headerWrapper: {
|
|
248
|
-
display: "flex",
|
|
249
|
-
"align-items": "end",
|
|
250
|
-
"justify-content": "space-between",
|
|
251
|
-
mobile: {
|
|
252
|
-
"flex-direction": "column",
|
|
253
|
-
"align-items": "center",
|
|
254
|
-
"justify-content": "center",
|
|
255
|
-
},
|
|
256
|
-
},
|
|
257
|
-
title: {
|
|
258
|
-
"font-size": "4xl",
|
|
259
|
-
"font-weight": "600",
|
|
260
|
-
"line-height": "1.2",
|
|
261
|
-
"max-width": "42rem",
|
|
262
|
-
mobile: {
|
|
263
|
-
"font-size": "3xl",
|
|
264
|
-
},
|
|
265
|
-
},
|
|
266
|
-
image: {
|
|
267
|
-
width: "100%",
|
|
268
|
-
height: "100%",
|
|
269
|
-
"object-fit": "cover",
|
|
270
|
-
"object-position": "center",
|
|
271
|
-
},
|
|
272
|
-
wrapper: {
|
|
273
|
-
display: "flex",
|
|
274
|
-
"flex-direction": "column",
|
|
275
|
-
"row-gap": "base",
|
|
276
|
-
},
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
headerWrapper: {
|
|
280
|
-
display: "flex",
|
|
281
|
-
"align-items": "end",
|
|
282
|
-
"justify-content": "space-between",
|
|
283
|
-
mobile: {
|
|
284
|
-
"flex-direction": "column",
|
|
285
|
-
"align-items": "center",
|
|
286
|
-
"justify-content": "center",
|
|
287
|
-
},
|
|
288
|
-
},
|
|
289
|
-
title: {
|
|
290
|
-
"font-size": "4xl",
|
|
291
|
-
"font-weight": "600",
|
|
292
|
-
"line-height": "1.2",
|
|
293
|
-
"max-width": "42rem",
|
|
294
|
-
mobile: {
|
|
295
|
-
"font-size": "3xl",
|
|
296
|
-
},
|
|
297
|
-
},
|
|
298
|
-
image: {
|
|
299
|
-
width: "100%",
|
|
300
|
-
height: "100%",
|
|
301
|
-
"object-fit": "cover",
|
|
302
|
-
"object-position": "center",
|
|
303
|
-
},
|
|
304
|
-
wrapper: {
|
|
305
|
-
display: "flex",
|
|
306
|
-
"flex-direction": "column",
|
|
307
|
-
"row-gap": "base",
|
|
308
|
-
},
|
|
309
|
-
},
|
|
310
|
-
],
|
|
311
|
-
},
|
|
312
|
-
content: DEFAULT_CONTENT,
|
|
313
|
-
config: {},
|
|
314
|
-
},
|
|
315
|
-
],
|
|
316
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Button, Heading, Image, Container, Section, Box, Carousel, CarouselContent, CarouselItem, } from "@levo-so/studio";
|
|
3
|
-
import { useEffect, useState } from "react";
|
|
4
|
-
const Hero5 = ({ content }) => {
|
|
5
|
-
const [api, setApi] = useState();
|
|
6
|
-
const [current, setCurrent] = useState(0);
|
|
7
|
-
const [count, setCount] = useState(0);
|
|
8
|
-
useEffect(() => {
|
|
9
|
-
if (!api) {
|
|
10
|
-
return;
|
|
11
|
-
}
|
|
12
|
-
setCount(api.scrollSnapList().length);
|
|
13
|
-
setCurrent(api.selectedScrollSnap() + 1);
|
|
14
|
-
api.on("select", () => {
|
|
15
|
-
setCurrent(api.selectedScrollSnap() + 1);
|
|
16
|
-
});
|
|
17
|
-
}, [api]);
|
|
18
|
-
return (_jsx(Section, { elementKey: "layout", children: _jsxs(Container, { elementKey: "container", children: [_jsxs(Box, { elementKey: "headerWrapper", children: [_jsx(Heading, { elementKey: "title" }), _jsx(Button, { elementKey: "cta" })] }), _jsx(Carousel, { elementKey: "images_levoGroup", setApi: setApi, "data-levo_group": true, children: _jsx(CarouselContent, { className: "h-full", children: (content?.images ?? [])?.map((_, index) => (_jsx(CarouselItem, { className: "relative h-full w-full", children: _jsx(Image, { elementKey: `images.${index}.image`, alt: `hero image ${index + 1}` }) }, index))) }) }), count > 0 && (_jsx(Box, { elementKey: "slider_dots", children: Array(count)
|
|
19
|
-
?.fill(0)
|
|
20
|
-
?.map((_, index) => (_jsx(Box, { elementKey: "slider_dot", style: index + 1 === current
|
|
21
|
-
? {
|
|
22
|
-
backgroundColor: "var(--color-brand)",
|
|
23
|
-
}
|
|
24
|
-
: {}, onClick: () => {
|
|
25
|
-
if (api) {
|
|
26
|
-
api?.scrollTo(index);
|
|
27
|
-
}
|
|
28
|
-
} }, index))) }))] }) }));
|
|
29
|
-
};
|
|
30
|
-
export default Hero5;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import type { IBlock } from "@levo-so/studio";
|
|
2
|
-
declare const DEFAULT_CONTENT: {
|
|
3
|
-
layout: null;
|
|
4
|
-
container: null;
|
|
5
|
-
headerWrapper: null;
|
|
6
|
-
title: string;
|
|
7
|
-
cta: string;
|
|
8
|
-
slider_dots: null;
|
|
9
|
-
slider_dot: null;
|
|
10
|
-
images: {
|
|
11
|
-
image: {
|
|
12
|
-
id: string;
|
|
13
|
-
location: string;
|
|
14
|
-
kind: string;
|
|
15
|
-
mimetype: string;
|
|
16
|
-
srcset: {
|
|
17
|
-
"1080w": string;
|
|
18
|
-
"1200w": string;
|
|
19
|
-
"1920w": string;
|
|
20
|
-
"320w": string;
|
|
21
|
-
"640w": string;
|
|
22
|
-
"750w": string;
|
|
23
|
-
"828w": string;
|
|
24
|
-
path: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
}[];
|
|
28
|
-
};
|
|
29
|
-
export type IHero5Content = typeof DEFAULT_CONTENT;
|
|
30
|
-
export declare const Hero5: IBlock;
|
|
31
|
-
export {};
|
|
32
|
-
//# sourceMappingURL=hero-5.schema.d.ts.map
|
|
@@ -1,183 +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
|
-
headerWrapper: null,
|
|
21
|
-
title: "Your Trusted Partner in Financial Excellence",
|
|
22
|
-
cta: "Get Started",
|
|
23
|
-
slider_dots: null,
|
|
24
|
-
slider_dot: null,
|
|
25
|
-
images: [
|
|
26
|
-
{
|
|
27
|
-
image: DEFAULT_IMAGE,
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
image: DEFAULT_IMAGE,
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
image: DEFAULT_IMAGE,
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
image: DEFAULT_IMAGE,
|
|
37
|
-
},
|
|
38
|
-
],
|
|
39
|
-
};
|
|
40
|
-
export const Hero5 = {
|
|
41
|
-
category_id: "hero",
|
|
42
|
-
title: "Hero 5",
|
|
43
|
-
key: "hero-5",
|
|
44
|
-
version: "v1",
|
|
45
|
-
content_schema: [
|
|
46
|
-
{
|
|
47
|
-
key: "layout",
|
|
48
|
-
label: "Layout",
|
|
49
|
-
field_interface: "LayoutWidget",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
key: "container",
|
|
53
|
-
label: "Container",
|
|
54
|
-
field_interface: "ContainerWidget",
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
key: "headerWrapper",
|
|
58
|
-
label: "Header Wrapper",
|
|
59
|
-
field_interface: "BoxWidget",
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
key: "title",
|
|
63
|
-
label: "Title",
|
|
64
|
-
field_interface: "HeadingWidget",
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
key: "cta",
|
|
68
|
-
label: "CTA Button",
|
|
69
|
-
field_interface: "ButtonWidget",
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
key: "slider_dots",
|
|
73
|
-
label: "Slider Dots",
|
|
74
|
-
field_interface: "BoxWidget",
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
key: "slider_dot",
|
|
78
|
-
label: "Slider Dot",
|
|
79
|
-
field_interface: "BoxWidget",
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
key: "images",
|
|
83
|
-
label: "Images",
|
|
84
|
-
field_interface: "CarouselWidget",
|
|
85
|
-
kind: "group",
|
|
86
|
-
fields: [
|
|
87
|
-
{
|
|
88
|
-
key: "image",
|
|
89
|
-
label: "Image",
|
|
90
|
-
field_interface: "MediaWidget",
|
|
91
|
-
},
|
|
92
|
-
],
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
layouts: [
|
|
96
|
-
{
|
|
97
|
-
key: "default",
|
|
98
|
-
title: "Default",
|
|
99
|
-
styles: {
|
|
100
|
-
container: {
|
|
101
|
-
position: "relative",
|
|
102
|
-
"max-width": "1280px",
|
|
103
|
-
"margin-left": "auto",
|
|
104
|
-
"margin-right": "auto",
|
|
105
|
-
"padding-top": "10xl",
|
|
106
|
-
"padding-bottom": "10xl",
|
|
107
|
-
tablet: {
|
|
108
|
-
"padding-bottom": "5xl",
|
|
109
|
-
"padding-left": "5xl",
|
|
110
|
-
"padding-right": "5xl",
|
|
111
|
-
"padding-top": "5xl",
|
|
112
|
-
},
|
|
113
|
-
mobile: {
|
|
114
|
-
"padding-bottom": "2xl",
|
|
115
|
-
"padding-left": "2xl",
|
|
116
|
-
"padding-right": "2xl",
|
|
117
|
-
"padding-top": "2xl",
|
|
118
|
-
},
|
|
119
|
-
},
|
|
120
|
-
slider_dots: {
|
|
121
|
-
position: "absolute",
|
|
122
|
-
bottom: "130px",
|
|
123
|
-
left: "50%",
|
|
124
|
-
transform: "translateX(-50%)",
|
|
125
|
-
display: "flex",
|
|
126
|
-
"column-gap": "2xs",
|
|
127
|
-
"align-items": "center",
|
|
128
|
-
"z-index": "20",
|
|
129
|
-
"padding-top": "4xs",
|
|
130
|
-
"padding-right": "4xs",
|
|
131
|
-
"padding-bottom": "4xs",
|
|
132
|
-
"padding-left": "4xs",
|
|
133
|
-
"background-color": "text-2",
|
|
134
|
-
"border-radius": "3xl",
|
|
135
|
-
tablet: {
|
|
136
|
-
bottom: "70px",
|
|
137
|
-
},
|
|
138
|
-
mobile: {
|
|
139
|
-
bottom: "50px",
|
|
140
|
-
},
|
|
141
|
-
},
|
|
142
|
-
slider_dot: {
|
|
143
|
-
width: "8px",
|
|
144
|
-
height: "8px",
|
|
145
|
-
"border-radius": "50%",
|
|
146
|
-
"background-color": "var(--color-brand-secondary)",
|
|
147
|
-
},
|
|
148
|
-
slides_levoGroup: {
|
|
149
|
-
width: "100%",
|
|
150
|
-
height: "100%",
|
|
151
|
-
},
|
|
152
|
-
headerWrapper: {
|
|
153
|
-
display: "flex",
|
|
154
|
-
"align-items": "center",
|
|
155
|
-
"justify-content": "space-between",
|
|
156
|
-
"margin-bottom": "7xl",
|
|
157
|
-
tablet: {
|
|
158
|
-
"flex-direction": "column",
|
|
159
|
-
"row-gap": "base",
|
|
160
|
-
"margin-bottom": "3xl",
|
|
161
|
-
},
|
|
162
|
-
},
|
|
163
|
-
title: {
|
|
164
|
-
"font-size": "4xl",
|
|
165
|
-
tablet: {
|
|
166
|
-
"font-size": "3xl",
|
|
167
|
-
"text-align": "center",
|
|
168
|
-
},
|
|
169
|
-
},
|
|
170
|
-
cta: {
|
|
171
|
-
tablet: {
|
|
172
|
-
filter: "none",
|
|
173
|
-
},
|
|
174
|
-
mobile: {
|
|
175
|
-
filter: "none",
|
|
176
|
-
},
|
|
177
|
-
},
|
|
178
|
-
},
|
|
179
|
-
content: DEFAULT_CONTENT,
|
|
180
|
-
config: {},
|
|
181
|
-
},
|
|
182
|
-
],
|
|
183
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Heading, Typography, Section, Container, Box, Media, Carousel, CarouselContent, CarouselItem, } from "@levo-so/studio";
|
|
3
|
-
const Hero6 = ({ content }) => (_jsx(Section, { elementKey: "layout", children: _jsxs(Container, { elementKey: "container", children: [_jsxs(Box, { elementKey: "content_wrapper", children: [_jsx(Typography, { elementKey: "label" }), _jsx(Heading, { elementKey: "title" }), _jsx(Typography, { elementKey: "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_wrapper`, children: [_jsx(Heading, { elementKey: `stats.${index}.value` }), _jsx(Typography, { elementKey: `stats.${index}.label` })] }, `hero-6-stat-${index}`))) })] }), _jsx(Carousel, { elementKey: "media_collage_levoGroup", "data-levo_group": true, opts: {
|
|
4
|
-
watchDrag: false,
|
|
5
|
-
watchResize: true,
|
|
6
|
-
watchSlides: true,
|
|
7
|
-
}, children: _jsx(CarouselContent, { children: (content?.media_collage ?? []).map((_, index) => (_jsx(CarouselItem, { "data-levo_group_item": true, children: _jsx(Media, { elementKey: `media_collage.${index}.image`, alt: `Healthcare professional ${index + 1}` }) }, `hero-6-media-${index}`))) }) })] }) }));
|
|
8
|
-
export default Hero6;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import type { IBlock } from "@levo-so/studio";
|
|
2
|
-
declare const DEFAULT_CONTENT: {
|
|
3
|
-
layout: null;
|
|
4
|
-
container: null;
|
|
5
|
-
content_wrapper: null;
|
|
6
|
-
label: string;
|
|
7
|
-
title: string;
|
|
8
|
-
description: string;
|
|
9
|
-
stats: {
|
|
10
|
-
stat_wrapper: null;
|
|
11
|
-
value: string;
|
|
12
|
-
label: string;
|
|
13
|
-
}[];
|
|
14
|
-
media_collage: {
|
|
15
|
-
image: {
|
|
16
|
-
id: string;
|
|
17
|
-
location: string;
|
|
18
|
-
kind: string;
|
|
19
|
-
mimetype: string;
|
|
20
|
-
srcset: {
|
|
21
|
-
"1080w": string;
|
|
22
|
-
"1200w": string;
|
|
23
|
-
"1920w": string;
|
|
24
|
-
"320w": string;
|
|
25
|
-
"640w": string;
|
|
26
|
-
"750w": string;
|
|
27
|
-
"828w": string;
|
|
28
|
-
path: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
}[];
|
|
32
|
-
};
|
|
33
|
-
export type IHero6Content = typeof DEFAULT_CONTENT;
|
|
34
|
-
export declare const Hero6: IBlock;
|
|
35
|
-
export {};
|
|
36
|
-
//# sourceMappingURL=hero-6.schema.d.ts.map
|