@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,104 +0,0 @@
|
|
|
1
|
-
import { defaultStats2Variant, heroStats2Variant } from "./variants";
|
|
2
|
-
export const Stats2 = {
|
|
3
|
-
category_id: "stats",
|
|
4
|
-
title: "Stats 2",
|
|
5
|
-
key: "stats-2",
|
|
6
|
-
version: "v1",
|
|
7
|
-
prompt_description: "Clean horizontal stats layout with section title, description, and four key metrics displayed as large numbers with descriptive labels below. Hero variant includes additional content section with small title, main title, description and CTA button.",
|
|
8
|
-
content_schema: [
|
|
9
|
-
{
|
|
10
|
-
key: "layout",
|
|
11
|
-
label: "Layout",
|
|
12
|
-
field_interface: "LayoutWidget",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
key: "container",
|
|
16
|
-
label: "Container",
|
|
17
|
-
field_interface: "ContainerWidget",
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
key: "content_wrapper",
|
|
21
|
-
label: "Content Wrapper",
|
|
22
|
-
field_interface: "BoxWidget",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
key: "text_content",
|
|
26
|
-
label: "Text Content",
|
|
27
|
-
field_interface: "BoxWidget",
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
key: "small_title_wrapper",
|
|
31
|
-
label: "Small Title Wrapper",
|
|
32
|
-
field_interface: "BoxWidget",
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
key: "horizontal_divider",
|
|
36
|
-
label: "Horizontal Divider",
|
|
37
|
-
field_interface: "BoxWidget",
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
key: "small_title",
|
|
41
|
-
label: "Small Title",
|
|
42
|
-
field_interface: "TypographyWidget",
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
key: "main_title",
|
|
46
|
-
label: "Main Title",
|
|
47
|
-
field_interface: "TypographyWidget",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
key: "description",
|
|
51
|
-
label: "Description",
|
|
52
|
-
field_interface: "TypographyWidget",
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
key: "cta",
|
|
56
|
-
label: "CTA Button",
|
|
57
|
-
field_interface: "ButtonWidget",
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
key: "stats_section",
|
|
61
|
-
label: "Stats Section",
|
|
62
|
-
field_interface: "BoxWidget",
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
key: "header_section",
|
|
66
|
-
label: "Header Section",
|
|
67
|
-
field_interface: "BoxWidget",
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
key: "section_title",
|
|
71
|
-
label: "Section Title",
|
|
72
|
-
field_interface: "TypographyWidget",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
key: "section_description",
|
|
76
|
-
label: "Section Description",
|
|
77
|
-
field_interface: "TypographyWidget",
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
key: "stats",
|
|
81
|
-
label: "Stats",
|
|
82
|
-
kind: "group",
|
|
83
|
-
field_interface: "BoxWidget",
|
|
84
|
-
fields: [
|
|
85
|
-
{
|
|
86
|
-
key: "stat_card",
|
|
87
|
-
label: "Stat Card",
|
|
88
|
-
field_interface: "BoxWidget",
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
key: "number",
|
|
92
|
-
label: "Number",
|
|
93
|
-
field_interface: "TypographyWidget",
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
key: "label",
|
|
97
|
-
label: "Label",
|
|
98
|
-
field_interface: "TypographyWidget",
|
|
99
|
-
},
|
|
100
|
-
],
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
|
-
layouts: [defaultStats2Variant, heroStats2Variant],
|
|
104
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IBlockLayouts } from "@levo-so/studio";
|
|
2
|
-
export declare const DEFAULT_CONTENT: {
|
|
3
|
-
layout: null;
|
|
4
|
-
container: null;
|
|
5
|
-
content_wrapper: null;
|
|
6
|
-
text_content: null;
|
|
7
|
-
small_title: string;
|
|
8
|
-
main_title: string;
|
|
9
|
-
description: string;
|
|
10
|
-
cta: string;
|
|
11
|
-
stats_section: null;
|
|
12
|
-
header_section: null;
|
|
13
|
-
section_title: string;
|
|
14
|
-
section_description: string;
|
|
15
|
-
stats: {
|
|
16
|
-
stat_card: null;
|
|
17
|
-
number: string;
|
|
18
|
-
label: string;
|
|
19
|
-
}[];
|
|
20
|
-
};
|
|
21
|
-
export declare const defaultStats2Variant: IBlockLayouts;
|
|
22
|
-
//# sourceMappingURL=default.d.ts.map
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
export const DEFAULT_CONTENT = {
|
|
2
|
-
layout: null,
|
|
3
|
-
container: null,
|
|
4
|
-
content_wrapper: null,
|
|
5
|
-
text_content: null,
|
|
6
|
-
small_title: "About Us",
|
|
7
|
-
main_title: "Where bold ideas meet flawless execution",
|
|
8
|
-
description: "We are a modern venture studio dedicated to building world-class products and companies from the ground up.",
|
|
9
|
-
cta: "Built With Us",
|
|
10
|
-
stats_section: null,
|
|
11
|
-
header_section: null,
|
|
12
|
-
section_title: "Who we are",
|
|
13
|
-
section_description: "We specialize in smart real estate solutions that enhance efficiency, streamline operations, and unlock growth potential. Our expert team and integrated services support developers, investors, and property owners across the real estate lifecycle.",
|
|
14
|
-
stats: [
|
|
15
|
-
{
|
|
16
|
-
stat_card: null,
|
|
17
|
-
number: "1200+",
|
|
18
|
-
label: "Active Members",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
stat_card: null,
|
|
22
|
-
number: "88%",
|
|
23
|
-
label: "Member Retention Rate",
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
stat_card: null,
|
|
27
|
-
number: "30+",
|
|
28
|
-
label: "Weekly Classes",
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
stat_card: null,
|
|
32
|
-
number: "95%",
|
|
33
|
-
label: "Satisfaction Rating",
|
|
34
|
-
},
|
|
35
|
-
],
|
|
36
|
-
};
|
|
37
|
-
export const defaultStats2Variant = {
|
|
38
|
-
title: "Default",
|
|
39
|
-
key: "default",
|
|
40
|
-
content: DEFAULT_CONTENT,
|
|
41
|
-
config: {},
|
|
42
|
-
styles: {
|
|
43
|
-
layout: {
|
|
44
|
-
"padding-top": "3xl",
|
|
45
|
-
"padding-bottom": "3xl",
|
|
46
|
-
"padding-left": "base",
|
|
47
|
-
"padding-right": "base",
|
|
48
|
-
"background-color": "background-1",
|
|
49
|
-
},
|
|
50
|
-
container: {
|
|
51
|
-
"max-width": "1280px",
|
|
52
|
-
"margin-left": "auto",
|
|
53
|
-
"margin-right": "auto",
|
|
54
|
-
filter: "none",
|
|
55
|
-
mobile: {
|
|
56
|
-
filter: "none",
|
|
57
|
-
},
|
|
58
|
-
tablet: {
|
|
59
|
-
filter: "none",
|
|
60
|
-
},
|
|
61
|
-
},
|
|
62
|
-
content_wrapper: {
|
|
63
|
-
display: "block",
|
|
64
|
-
},
|
|
65
|
-
text_content: {
|
|
66
|
-
display: "none",
|
|
67
|
-
},
|
|
68
|
-
stats_section: {
|
|
69
|
-
display: "block",
|
|
70
|
-
},
|
|
71
|
-
header_section: {
|
|
72
|
-
"margin-bottom": "3xl",
|
|
73
|
-
"text-align": "center",
|
|
74
|
-
"max-width": "none",
|
|
75
|
-
"margin-left": "auto",
|
|
76
|
-
"margin-right": "auto",
|
|
77
|
-
filter: "none",
|
|
78
|
-
display: "flex",
|
|
79
|
-
"flex-direction": "column",
|
|
80
|
-
"align-items": "start",
|
|
81
|
-
"justify-content": "start",
|
|
82
|
-
mobile: {
|
|
83
|
-
filter: "none",
|
|
84
|
-
"justify-content": "center",
|
|
85
|
-
"align-items": "center",
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
|
-
section_title: {
|
|
89
|
-
"font-size": "xs",
|
|
90
|
-
"font-weight": "600",
|
|
91
|
-
color: "text-1",
|
|
92
|
-
"margin-bottom": "lg",
|
|
93
|
-
"background-color": "background-2",
|
|
94
|
-
"padding-top": "xs",
|
|
95
|
-
"padding-bottom": "xs",
|
|
96
|
-
"padding-left": "base",
|
|
97
|
-
"padding-right": "base",
|
|
98
|
-
"border-radius": "100px",
|
|
99
|
-
display: "inline-block",
|
|
100
|
-
mobile: {
|
|
101
|
-
"font-size": "xs",
|
|
102
|
-
},
|
|
103
|
-
filter: "none",
|
|
104
|
-
},
|
|
105
|
-
section_description: {
|
|
106
|
-
"font-size": "2xl",
|
|
107
|
-
"font-weight": "400",
|
|
108
|
-
color: "text-1",
|
|
109
|
-
"line-height": "1.6",
|
|
110
|
-
mobile: {
|
|
111
|
-
"font-size": "lg",
|
|
112
|
-
filter: "none",
|
|
113
|
-
"text-align": "center",
|
|
114
|
-
},
|
|
115
|
-
filter: "none",
|
|
116
|
-
display: "block",
|
|
117
|
-
width: "auto",
|
|
118
|
-
"object-fit": "none",
|
|
119
|
-
"justify-content": "start",
|
|
120
|
-
"align-items": "start",
|
|
121
|
-
"text-align": "left",
|
|
122
|
-
tablet: {
|
|
123
|
-
filter: "none",
|
|
124
|
-
},
|
|
125
|
-
},
|
|
126
|
-
stats_levoGroup: {
|
|
127
|
-
display: "grid",
|
|
128
|
-
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
129
|
-
"column-gap": "2xl",
|
|
130
|
-
"row-gap": "xl",
|
|
131
|
-
width: "100%",
|
|
132
|
-
tablet: {
|
|
133
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
134
|
-
filter: "none",
|
|
135
|
-
width: "100%",
|
|
136
|
-
display: "grid",
|
|
137
|
-
},
|
|
138
|
-
mobile: {
|
|
139
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
140
|
-
filter: "none",
|
|
141
|
-
display: "grid",
|
|
142
|
-
width: "100%",
|
|
143
|
-
"place-items": "center",
|
|
144
|
-
},
|
|
145
|
-
filter: "none",
|
|
146
|
-
"border-style": "solid",
|
|
147
|
-
"border-top-width": "1px",
|
|
148
|
-
"border-color": "background-2",
|
|
149
|
-
"padding-bottom": "none",
|
|
150
|
-
"padding-top": "2xl",
|
|
151
|
-
},
|
|
152
|
-
"stats.$.stat_card": {
|
|
153
|
-
"text-align": "center",
|
|
154
|
-
},
|
|
155
|
-
"stats.$.number": {
|
|
156
|
-
"font-size": "4xl",
|
|
157
|
-
"font-weight": "700",
|
|
158
|
-
color: "text-1",
|
|
159
|
-
"margin-bottom": "xs",
|
|
160
|
-
mobile: {
|
|
161
|
-
"font-size": "3xl",
|
|
162
|
-
},
|
|
163
|
-
},
|
|
164
|
-
"stats.$.label": {
|
|
165
|
-
"font-size": "base",
|
|
166
|
-
"font-weight": "500",
|
|
167
|
-
color: "text-2",
|
|
168
|
-
mobile: {
|
|
169
|
-
"font-size": "sm",
|
|
170
|
-
},
|
|
171
|
-
},
|
|
172
|
-
small_title: {
|
|
173
|
-
display: "none",
|
|
174
|
-
},
|
|
175
|
-
main_title: {
|
|
176
|
-
display: "none",
|
|
177
|
-
},
|
|
178
|
-
description: {
|
|
179
|
-
display: "none",
|
|
180
|
-
},
|
|
181
|
-
cta: {
|
|
182
|
-
display: "none",
|
|
183
|
-
},
|
|
184
|
-
},
|
|
185
|
-
};
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
import { DEFAULT_CONTENT } from "./default";
|
|
2
|
-
export const heroStats2Variant = {
|
|
3
|
-
title: "Hero",
|
|
4
|
-
key: "hero",
|
|
5
|
-
content: DEFAULT_CONTENT,
|
|
6
|
-
config: {},
|
|
7
|
-
styles: {
|
|
8
|
-
layout: {
|
|
9
|
-
"padding-top": "3xl",
|
|
10
|
-
"padding-bottom": "3xl",
|
|
11
|
-
"padding-left": "base",
|
|
12
|
-
"padding-right": "base",
|
|
13
|
-
},
|
|
14
|
-
container: {
|
|
15
|
-
"max-width": "1280px",
|
|
16
|
-
"margin-left": "auto",
|
|
17
|
-
"margin-right": "auto",
|
|
18
|
-
},
|
|
19
|
-
content_wrapper: {
|
|
20
|
-
display: "grid",
|
|
21
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
22
|
-
"column-gap": "3xl",
|
|
23
|
-
"align-items": "center",
|
|
24
|
-
tablet: {
|
|
25
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
26
|
-
"row-gap": "3xl",
|
|
27
|
-
},
|
|
28
|
-
mobile: {
|
|
29
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
30
|
-
"row-gap": "2xl",
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
text_content: {
|
|
34
|
-
display: "flex",
|
|
35
|
-
"flex-direction": "column",
|
|
36
|
-
"align-items": "flex-start",
|
|
37
|
-
},
|
|
38
|
-
small_title: {
|
|
39
|
-
"font-size": "xl",
|
|
40
|
-
"font-weight": "600",
|
|
41
|
-
color: "text-1",
|
|
42
|
-
"margin-bottom": "base",
|
|
43
|
-
"padding-top": "none",
|
|
44
|
-
"padding-bottom": "none",
|
|
45
|
-
"padding-left": "base",
|
|
46
|
-
"padding-right": "base",
|
|
47
|
-
"border-radius": "100px",
|
|
48
|
-
display: "inline-block",
|
|
49
|
-
"margin-top": "xs",
|
|
50
|
-
},
|
|
51
|
-
main_title: {
|
|
52
|
-
"font-size": "3xl",
|
|
53
|
-
"font-weight": "700",
|
|
54
|
-
color: "text-1",
|
|
55
|
-
"margin-bottom": "base",
|
|
56
|
-
"line-height": "1.2",
|
|
57
|
-
mobile: {
|
|
58
|
-
"font-size": "2xl",
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
description: {
|
|
62
|
-
"font-size": "lg",
|
|
63
|
-
"font-weight": "400",
|
|
64
|
-
color: "text-2",
|
|
65
|
-
"line-height": "1.6",
|
|
66
|
-
"margin-bottom": "xl",
|
|
67
|
-
mobile: {
|
|
68
|
-
"font-size": "base",
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
cta: {
|
|
72
|
-
"background-color": "text-1",
|
|
73
|
-
color: "background-1",
|
|
74
|
-
"padding-top": "base",
|
|
75
|
-
"padding-bottom": "base",
|
|
76
|
-
"padding-left": "xl",
|
|
77
|
-
"padding-right": "xl",
|
|
78
|
-
"border-radius": "6px",
|
|
79
|
-
"font-weight": "600",
|
|
80
|
-
"font-size": "base",
|
|
81
|
-
display: "inline-flex",
|
|
82
|
-
"align-items": "center",
|
|
83
|
-
},
|
|
84
|
-
stats_section: {
|
|
85
|
-
display: "block",
|
|
86
|
-
},
|
|
87
|
-
header_section: {
|
|
88
|
-
"margin-bottom": "xl",
|
|
89
|
-
display: "none",
|
|
90
|
-
},
|
|
91
|
-
section_title: {
|
|
92
|
-
display: "none",
|
|
93
|
-
},
|
|
94
|
-
section_description: {
|
|
95
|
-
display: "none",
|
|
96
|
-
},
|
|
97
|
-
stats_levoGroup: {
|
|
98
|
-
display: "grid",
|
|
99
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
100
|
-
"column-gap": "xl",
|
|
101
|
-
"row-gap": "xl",
|
|
102
|
-
width: "100%",
|
|
103
|
-
mobile: {
|
|
104
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
105
|
-
"column-gap": "base",
|
|
106
|
-
"row-gap": "base",
|
|
107
|
-
},
|
|
108
|
-
},
|
|
109
|
-
"stats.$.stat_card": {
|
|
110
|
-
"text-align": "left",
|
|
111
|
-
"padding-top": "base",
|
|
112
|
-
"padding-bottom": "base",
|
|
113
|
-
"padding-left": "base",
|
|
114
|
-
"padding-right": "base",
|
|
115
|
-
"background-color": "background-2",
|
|
116
|
-
"border-radius": "8px",
|
|
117
|
-
},
|
|
118
|
-
"stats.$.number": {
|
|
119
|
-
"font-size": "3xl",
|
|
120
|
-
"font-weight": "700",
|
|
121
|
-
color: "text-1",
|
|
122
|
-
"margin-bottom": "xs",
|
|
123
|
-
mobile: {
|
|
124
|
-
"font-size": "2xl",
|
|
125
|
-
},
|
|
126
|
-
},
|
|
127
|
-
"stats.$.label": {
|
|
128
|
-
"font-size": "sm",
|
|
129
|
-
"font-weight": "500",
|
|
130
|
-
color: "text-2",
|
|
131
|
-
mobile: {
|
|
132
|
-
"font-size": "xs",
|
|
133
|
-
},
|
|
134
|
-
},
|
|
135
|
-
horizontal_divider: {
|
|
136
|
-
width: "60px",
|
|
137
|
-
height: "2px",
|
|
138
|
-
"background-color": " #00C896",
|
|
139
|
-
"padding-top": "none",
|
|
140
|
-
"padding-bottom": "none",
|
|
141
|
-
"margin-top": "none",
|
|
142
|
-
"margin-bottom": "none",
|
|
143
|
-
},
|
|
144
|
-
small_title_wrapper: {
|
|
145
|
-
display: "flex",
|
|
146
|
-
"justify-content": "center",
|
|
147
|
-
"align-items": "center",
|
|
148
|
-
"flex-direction": "row",
|
|
149
|
-
},
|
|
150
|
-
},
|
|
151
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type ILevoBlockBaseProps } from "@levo-so/studio";
|
|
2
|
-
import React from "react";
|
|
3
|
-
import type { ITeam1Content } from "./team-1.schema";
|
|
4
|
-
declare const Team1: React.FC<ILevoBlockBaseProps<ITeam1Content>>;
|
|
5
|
-
export default Team1;
|
|
6
|
-
//# sourceMappingURL=team-1.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, Icon, Media, Section, Typography, } from "@levo-so/studio";
|
|
3
|
-
const Team1 = ({ content }) => {
|
|
4
|
-
return (_jsxs(Section, { elementKey: "layout", children: [_jsxs(Container, { elementKey: "header-container", children: [_jsxs(Box, { elementKey: "header-content", children: [_jsx(Heading, { elementKey: "accent-title" }), _jsxs(Box, { elementKey: "title-wrapper", children: [_jsx(Heading, { elementKey: "title" }), _jsx(Typography, { elementKey: "description" })] })] }), _jsx(Button, { elementKey: "header-cta", className: "" })] }), _jsx(Container, { elementKey: "team_levoGroup", "data-levo_group": true, children: content?.team?.map((person, index) => (_jsxs(Box, { elementKey: `team.${index}.wrapper`, "data-levo_group_item": true, children: [_jsx(Media, { elementKey: `team.${index}.media`, alt: "person_image" }), _jsx(Box, { elementKey: `team.${index}.info-wrapper`, children: _jsxs(Box, { elementKey: `team.${index}.info`, className: "w-full px-8 py-7", children: [_jsx(Heading, { elementKey: `team.${index}.name`, children: person?.name }), _jsx(Typography, { elementKey: `team.${index}.description`, children: person?.description }), _jsx(Box, { elementKey: `team.${index}.links_levoGroup`, "data-levo_group": true, children: person?.links?.map((_, idx) => (_jsx(Box, { "data-levo_group_item": true, elementKey: `team.${index}.links.${idx}.wrapper`, children: _jsx(Icon, { elementKey: `team.${index}.links.${idx}.icon` }) }, `person_${index}_${idx}`))) })] }) })] }, index))) })] }));
|
|
5
|
-
};
|
|
6
|
-
export default Team1;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import type { IBlock } from "@levo-so/studio";
|
|
2
|
-
declare const DEFAULT_CONTENT: {
|
|
3
|
-
layout: null;
|
|
4
|
-
"header-container": null;
|
|
5
|
-
"header-content": null;
|
|
6
|
-
"accent-title": string;
|
|
7
|
-
"title-wrapper": null;
|
|
8
|
-
title: string;
|
|
9
|
-
description: string;
|
|
10
|
-
"header-cta": string;
|
|
11
|
-
team_levoGroup: null;
|
|
12
|
-
team: {
|
|
13
|
-
wrapper: null;
|
|
14
|
-
media: {
|
|
15
|
-
object: string;
|
|
16
|
-
id: string;
|
|
17
|
-
workspace_id: string;
|
|
18
|
-
filename: string;
|
|
19
|
-
kind: string;
|
|
20
|
-
path: string;
|
|
21
|
-
location: string;
|
|
22
|
-
metadata: {
|
|
23
|
-
etag: string;
|
|
24
|
-
mimetype: string;
|
|
25
|
-
size: number;
|
|
26
|
-
};
|
|
27
|
-
srcset: {
|
|
28
|
-
"1080w": string;
|
|
29
|
-
"1200w": string;
|
|
30
|
-
"1920w": string;
|
|
31
|
-
"320w": string;
|
|
32
|
-
"640w": string;
|
|
33
|
-
"750w": string;
|
|
34
|
-
"828w": string;
|
|
35
|
-
path: string;
|
|
36
|
-
};
|
|
37
|
-
created_at: string;
|
|
38
|
-
updated_at: string;
|
|
39
|
-
created_by: null;
|
|
40
|
-
updated_by: null;
|
|
41
|
-
};
|
|
42
|
-
"info-wrapper": null;
|
|
43
|
-
info: null;
|
|
44
|
-
name: string;
|
|
45
|
-
description: string;
|
|
46
|
-
links_levoGroup: null;
|
|
47
|
-
links: {
|
|
48
|
-
wrapper: null;
|
|
49
|
-
icon: {
|
|
50
|
-
kind: string;
|
|
51
|
-
data: {
|
|
52
|
-
id: string;
|
|
53
|
-
label: string;
|
|
54
|
-
tags: string[];
|
|
55
|
-
svgCode: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
link: string;
|
|
59
|
-
}[];
|
|
60
|
-
}[];
|
|
61
|
-
};
|
|
62
|
-
export type ITeam1Content = typeof DEFAULT_CONTENT;
|
|
63
|
-
export declare const Team1: IBlock;
|
|
64
|
-
export {};
|
|
65
|
-
//# sourceMappingURL=team-1.schema.d.ts.map
|