@levo-so/blocks 0.1.1 → 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/blocks.d.ts +0 -3
- package/dist/blocks.js +0 -74
- 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.d.ts +0 -3
- package/dist/schemas.js +0 -2
- /package/{dist/schemas/index.js → src/schemas/index.ts} +0 -0
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import type { IBlock } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
import type { DEFAULT_CONTENT } from "./variants";
|
|
4
|
+
import { defaultStats2Variant, heroStats2Variant } from "./variants";
|
|
5
|
+
|
|
6
|
+
export type IStats2Content = typeof DEFAULT_CONTENT;
|
|
7
|
+
|
|
8
|
+
export const Stats2: IBlock = {
|
|
9
|
+
category_id: "stats",
|
|
10
|
+
title: "Stats 2",
|
|
11
|
+
key: "stats-2",
|
|
12
|
+
version: "v1",
|
|
13
|
+
prompt_description:
|
|
14
|
+
"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.",
|
|
15
|
+
content_schema: [
|
|
16
|
+
{
|
|
17
|
+
key: "layout",
|
|
18
|
+
label: "Layout",
|
|
19
|
+
field_interface: "LayoutWidget",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
key: "container",
|
|
23
|
+
label: "Container",
|
|
24
|
+
field_interface: "ContainerWidget",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
key: "content_wrapper",
|
|
28
|
+
label: "Content Wrapper",
|
|
29
|
+
field_interface: "BoxWidget",
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
key: "text_content",
|
|
33
|
+
label: "Text Content",
|
|
34
|
+
field_interface: "BoxWidget",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
key: "small_title_wrapper",
|
|
38
|
+
label: "Small Title Wrapper",
|
|
39
|
+
field_interface: "BoxWidget",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
key: "horizontal_divider",
|
|
43
|
+
label: "Horizontal Divider",
|
|
44
|
+
field_interface: "BoxWidget",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
key: "small_title",
|
|
48
|
+
label: "Small Title",
|
|
49
|
+
field_interface: "TypographyWidget",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
key: "main_title",
|
|
53
|
+
label: "Main Title",
|
|
54
|
+
field_interface: "TypographyWidget",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
key: "description",
|
|
58
|
+
label: "Description",
|
|
59
|
+
field_interface: "TypographyWidget",
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
key: "cta",
|
|
63
|
+
label: "CTA Button",
|
|
64
|
+
field_interface: "ButtonWidget",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
key: "stats_section",
|
|
68
|
+
label: "Stats Section",
|
|
69
|
+
field_interface: "BoxWidget",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
key: "header_section",
|
|
73
|
+
label: "Header Section",
|
|
74
|
+
field_interface: "BoxWidget",
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
key: "section_title",
|
|
78
|
+
label: "Section Title",
|
|
79
|
+
field_interface: "TypographyWidget",
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
key: "section_description",
|
|
83
|
+
label: "Section Description",
|
|
84
|
+
field_interface: "TypographyWidget",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
key: "stats",
|
|
88
|
+
label: "Stats",
|
|
89
|
+
kind: "group",
|
|
90
|
+
field_interface: "BoxWidget",
|
|
91
|
+
fields: [
|
|
92
|
+
{
|
|
93
|
+
key: "stat_card",
|
|
94
|
+
label: "Stat Card",
|
|
95
|
+
field_interface: "BoxWidget",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
key: "number",
|
|
99
|
+
label: "Number",
|
|
100
|
+
field_interface: "TypographyWidget",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
key: "label",
|
|
104
|
+
label: "Label",
|
|
105
|
+
field_interface: "TypographyWidget",
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
},
|
|
109
|
+
],
|
|
110
|
+
layouts: [defaultStats2Variant, heroStats2Variant],
|
|
111
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { ILevoBlockBaseProps } from "@levo-so/studio";
|
|
2
|
+
import {
|
|
3
|
+
Box,
|
|
4
|
+
Button,
|
|
5
|
+
Container,
|
|
6
|
+
Heading,
|
|
7
|
+
Section,
|
|
8
|
+
Typography,
|
|
9
|
+
} from "@levo-so/studio";
|
|
10
|
+
import React from "react";
|
|
11
|
+
|
|
12
|
+
import type { IStats2Content } from "./stats-2.schema";
|
|
13
|
+
|
|
14
|
+
const Stats2: React.FC<ILevoBlockBaseProps<IStats2Content>> = ({ content }) => {
|
|
15
|
+
return (
|
|
16
|
+
<Section elementKey="layout">
|
|
17
|
+
<Container elementKey="container">
|
|
18
|
+
<Box elementKey="content_wrapper">
|
|
19
|
+
<Box elementKey="text_content">
|
|
20
|
+
<Box elementKey="small_title_wrapper">
|
|
21
|
+
<Box elementKey="horizontal_divider" />
|
|
22
|
+
<Typography elementKey="small_title" />
|
|
23
|
+
</Box>
|
|
24
|
+
<Heading elementKey="main_title" />
|
|
25
|
+
<Typography elementKey="description" />
|
|
26
|
+
<Button elementKey="cta" />
|
|
27
|
+
</Box>
|
|
28
|
+
<Box elementKey="stats_section">
|
|
29
|
+
<Box elementKey="header_section">
|
|
30
|
+
<Heading elementKey="section_title" />
|
|
31
|
+
<Typography elementKey="section_description" />
|
|
32
|
+
</Box>
|
|
33
|
+
<Box elementKey="stats_levoGroup" data-levo_group>
|
|
34
|
+
{(content?.stats ?? []).map((_: unknown, index: number) => (
|
|
35
|
+
<Box
|
|
36
|
+
data-levo_group_item
|
|
37
|
+
elementKey={`stats.${index}.stat_card`}
|
|
38
|
+
key={index}
|
|
39
|
+
>
|
|
40
|
+
<Heading elementKey={`stats.${index}.number`} />
|
|
41
|
+
<Typography elementKey={`stats.${index}.label`} />
|
|
42
|
+
</Box>
|
|
43
|
+
))}
|
|
44
|
+
</Box>
|
|
45
|
+
</Box>
|
|
46
|
+
</Box>
|
|
47
|
+
</Container>
|
|
48
|
+
</Section>
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export default Stats2;
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import type { IBlockLayouts } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
export const DEFAULT_CONTENT = {
|
|
4
|
+
layout: null,
|
|
5
|
+
container: null,
|
|
6
|
+
content_wrapper: null,
|
|
7
|
+
text_content: null,
|
|
8
|
+
small_title: "About Us",
|
|
9
|
+
main_title: "Where bold ideas meet flawless execution",
|
|
10
|
+
description:
|
|
11
|
+
"We are a modern venture studio dedicated to building world-class products and companies from the ground up.",
|
|
12
|
+
cta: "Built With Us",
|
|
13
|
+
stats_section: null,
|
|
14
|
+
header_section: null,
|
|
15
|
+
section_title: "Who we are",
|
|
16
|
+
section_description:
|
|
17
|
+
"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.",
|
|
18
|
+
stats: [
|
|
19
|
+
{
|
|
20
|
+
stat_card: null,
|
|
21
|
+
number: "1200+",
|
|
22
|
+
label: "Active Members",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
stat_card: null,
|
|
26
|
+
number: "88%",
|
|
27
|
+
label: "Member Retention Rate",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
stat_card: null,
|
|
31
|
+
number: "30+",
|
|
32
|
+
label: "Weekly Classes",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
stat_card: null,
|
|
36
|
+
number: "95%",
|
|
37
|
+
label: "Satisfaction Rating",
|
|
38
|
+
},
|
|
39
|
+
],
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export const defaultStats2Variant: IBlockLayouts = {
|
|
43
|
+
title: "Default",
|
|
44
|
+
key: "default",
|
|
45
|
+
content: DEFAULT_CONTENT,
|
|
46
|
+
config: {},
|
|
47
|
+
styles: {
|
|
48
|
+
layout: {
|
|
49
|
+
"padding-top": "3xl",
|
|
50
|
+
"padding-bottom": "3xl",
|
|
51
|
+
"padding-left": "base",
|
|
52
|
+
"padding-right": "base",
|
|
53
|
+
"background-color": "background-1",
|
|
54
|
+
},
|
|
55
|
+
container: {
|
|
56
|
+
"max-width": "1280px",
|
|
57
|
+
"margin-left": "auto",
|
|
58
|
+
"margin-right": "auto",
|
|
59
|
+
filter: "none",
|
|
60
|
+
mobile: {
|
|
61
|
+
filter: "none",
|
|
62
|
+
},
|
|
63
|
+
tablet: {
|
|
64
|
+
filter: "none",
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
content_wrapper: {
|
|
68
|
+
display: "block",
|
|
69
|
+
},
|
|
70
|
+
text_content: {
|
|
71
|
+
display: "none",
|
|
72
|
+
},
|
|
73
|
+
stats_section: {
|
|
74
|
+
display: "block",
|
|
75
|
+
},
|
|
76
|
+
header_section: {
|
|
77
|
+
"margin-bottom": "3xl",
|
|
78
|
+
"text-align": "center",
|
|
79
|
+
"max-width": "none",
|
|
80
|
+
"margin-left": "auto",
|
|
81
|
+
"margin-right": "auto",
|
|
82
|
+
filter: "none",
|
|
83
|
+
display: "flex",
|
|
84
|
+
"flex-direction": "column",
|
|
85
|
+
"align-items": "start",
|
|
86
|
+
"justify-content": "start",
|
|
87
|
+
mobile: {
|
|
88
|
+
filter: "none",
|
|
89
|
+
"justify-content": "center",
|
|
90
|
+
"align-items": "center",
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
section_title: {
|
|
94
|
+
"font-size": "xs",
|
|
95
|
+
"font-weight": "600",
|
|
96
|
+
color: "text-1",
|
|
97
|
+
"margin-bottom": "lg",
|
|
98
|
+
"background-color": "background-2",
|
|
99
|
+
"padding-top": "xs",
|
|
100
|
+
"padding-bottom": "xs",
|
|
101
|
+
"padding-left": "base",
|
|
102
|
+
"padding-right": "base",
|
|
103
|
+
"border-radius": "100px",
|
|
104
|
+
display: "inline-block",
|
|
105
|
+
mobile: {
|
|
106
|
+
"font-size": "xs",
|
|
107
|
+
},
|
|
108
|
+
filter: "none",
|
|
109
|
+
},
|
|
110
|
+
section_description: {
|
|
111
|
+
"font-size": "2xl",
|
|
112
|
+
"font-weight": "400",
|
|
113
|
+
color: "text-1",
|
|
114
|
+
"line-height": "1.6",
|
|
115
|
+
mobile: {
|
|
116
|
+
"font-size": "lg",
|
|
117
|
+
filter: "none",
|
|
118
|
+
"text-align": "center",
|
|
119
|
+
},
|
|
120
|
+
filter: "none",
|
|
121
|
+
display: "block",
|
|
122
|
+
width: "auto",
|
|
123
|
+
"object-fit": "none",
|
|
124
|
+
"justify-content": "start",
|
|
125
|
+
"align-items": "start",
|
|
126
|
+
"text-align": "left",
|
|
127
|
+
tablet: {
|
|
128
|
+
filter: "none",
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
stats_levoGroup: {
|
|
132
|
+
display: "grid",
|
|
133
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
134
|
+
"column-gap": "2xl",
|
|
135
|
+
"row-gap": "xl",
|
|
136
|
+
width: "100%",
|
|
137
|
+
tablet: {
|
|
138
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
139
|
+
filter: "none",
|
|
140
|
+
width: "100%",
|
|
141
|
+
display: "grid",
|
|
142
|
+
},
|
|
143
|
+
mobile: {
|
|
144
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
145
|
+
filter: "none",
|
|
146
|
+
display: "grid",
|
|
147
|
+
width: "100%",
|
|
148
|
+
"place-items": "center",
|
|
149
|
+
},
|
|
150
|
+
filter: "none",
|
|
151
|
+
"border-style": "solid",
|
|
152
|
+
"border-top-width": "1px",
|
|
153
|
+
"border-color": "background-2",
|
|
154
|
+
"padding-bottom": "none",
|
|
155
|
+
"padding-top": "2xl",
|
|
156
|
+
},
|
|
157
|
+
"stats.$.stat_card": {
|
|
158
|
+
"text-align": "center",
|
|
159
|
+
},
|
|
160
|
+
"stats.$.number": {
|
|
161
|
+
"font-size": "4xl",
|
|
162
|
+
"font-weight": "700",
|
|
163
|
+
color: "text-1",
|
|
164
|
+
"margin-bottom": "xs",
|
|
165
|
+
mobile: {
|
|
166
|
+
"font-size": "3xl",
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
"stats.$.label": {
|
|
170
|
+
"font-size": "base",
|
|
171
|
+
"font-weight": "500",
|
|
172
|
+
color: "text-2",
|
|
173
|
+
mobile: {
|
|
174
|
+
"font-size": "sm",
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
small_title: {
|
|
178
|
+
display: "none",
|
|
179
|
+
},
|
|
180
|
+
main_title: {
|
|
181
|
+
display: "none",
|
|
182
|
+
},
|
|
183
|
+
description: {
|
|
184
|
+
display: "none",
|
|
185
|
+
},
|
|
186
|
+
cta: {
|
|
187
|
+
display: "none",
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
};
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import type { IBlockLayouts } from "@levo-so/studio";
|
|
2
|
+
import { DEFAULT_CONTENT } from "./default";
|
|
3
|
+
|
|
4
|
+
export const heroStats2Variant: IBlockLayouts = {
|
|
5
|
+
title: "Hero",
|
|
6
|
+
key: "hero",
|
|
7
|
+
content: DEFAULT_CONTENT,
|
|
8
|
+
config: {},
|
|
9
|
+
styles: {
|
|
10
|
+
layout: {
|
|
11
|
+
"padding-top": "3xl",
|
|
12
|
+
"padding-bottom": "3xl",
|
|
13
|
+
"padding-left": "base",
|
|
14
|
+
"padding-right": "base",
|
|
15
|
+
},
|
|
16
|
+
container: {
|
|
17
|
+
"max-width": "1280px",
|
|
18
|
+
"margin-left": "auto",
|
|
19
|
+
"margin-right": "auto",
|
|
20
|
+
},
|
|
21
|
+
content_wrapper: {
|
|
22
|
+
display: "grid",
|
|
23
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
24
|
+
"column-gap": "3xl",
|
|
25
|
+
"align-items": "center",
|
|
26
|
+
tablet: {
|
|
27
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
28
|
+
"row-gap": "3xl",
|
|
29
|
+
},
|
|
30
|
+
mobile: {
|
|
31
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
32
|
+
"row-gap": "2xl",
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
text_content: {
|
|
36
|
+
display: "flex",
|
|
37
|
+
"flex-direction": "column",
|
|
38
|
+
"align-items": "flex-start",
|
|
39
|
+
},
|
|
40
|
+
small_title: {
|
|
41
|
+
"font-size": "xl",
|
|
42
|
+
"font-weight": "600",
|
|
43
|
+
color: "text-1",
|
|
44
|
+
"margin-bottom": "base",
|
|
45
|
+
"padding-top": "none",
|
|
46
|
+
"padding-bottom": "none",
|
|
47
|
+
"padding-left": "base",
|
|
48
|
+
"padding-right": "base",
|
|
49
|
+
"border-radius": "100px",
|
|
50
|
+
display: "inline-block",
|
|
51
|
+
"margin-top": "xs",
|
|
52
|
+
},
|
|
53
|
+
main_title: {
|
|
54
|
+
"font-size": "3xl",
|
|
55
|
+
"font-weight": "700",
|
|
56
|
+
color: "text-1",
|
|
57
|
+
"margin-bottom": "base",
|
|
58
|
+
"line-height": "1.2",
|
|
59
|
+
mobile: {
|
|
60
|
+
"font-size": "2xl",
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
description: {
|
|
64
|
+
"font-size": "lg",
|
|
65
|
+
"font-weight": "400",
|
|
66
|
+
color: "text-2",
|
|
67
|
+
"line-height": "1.6",
|
|
68
|
+
"margin-bottom": "xl",
|
|
69
|
+
mobile: {
|
|
70
|
+
"font-size": "base",
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
cta: {
|
|
74
|
+
"background-color": "text-1",
|
|
75
|
+
color: "background-1",
|
|
76
|
+
"padding-top": "base",
|
|
77
|
+
"padding-bottom": "base",
|
|
78
|
+
"padding-left": "xl",
|
|
79
|
+
"padding-right": "xl",
|
|
80
|
+
"border-radius": "6px",
|
|
81
|
+
"font-weight": "600",
|
|
82
|
+
"font-size": "base",
|
|
83
|
+
display: "inline-flex",
|
|
84
|
+
"align-items": "center",
|
|
85
|
+
},
|
|
86
|
+
stats_section: {
|
|
87
|
+
display: "block",
|
|
88
|
+
},
|
|
89
|
+
header_section: {
|
|
90
|
+
"margin-bottom": "xl",
|
|
91
|
+
display: "none",
|
|
92
|
+
},
|
|
93
|
+
section_title: {
|
|
94
|
+
display: "none",
|
|
95
|
+
},
|
|
96
|
+
section_description: {
|
|
97
|
+
display: "none",
|
|
98
|
+
},
|
|
99
|
+
stats_levoGroup: {
|
|
100
|
+
display: "grid",
|
|
101
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
102
|
+
"column-gap": "xl",
|
|
103
|
+
"row-gap": "xl",
|
|
104
|
+
width: "100%",
|
|
105
|
+
mobile: {
|
|
106
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
107
|
+
"column-gap": "base",
|
|
108
|
+
"row-gap": "base",
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
"stats.$.stat_card": {
|
|
112
|
+
"text-align": "left",
|
|
113
|
+
"padding-top": "base",
|
|
114
|
+
"padding-bottom": "base",
|
|
115
|
+
"padding-left": "base",
|
|
116
|
+
"padding-right": "base",
|
|
117
|
+
"background-color": "background-2",
|
|
118
|
+
"border-radius": "8px",
|
|
119
|
+
},
|
|
120
|
+
"stats.$.number": {
|
|
121
|
+
"font-size": "3xl",
|
|
122
|
+
"font-weight": "700",
|
|
123
|
+
color: "text-1",
|
|
124
|
+
"margin-bottom": "xs",
|
|
125
|
+
mobile: {
|
|
126
|
+
"font-size": "2xl",
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
|
+
"stats.$.label": {
|
|
130
|
+
"font-size": "sm",
|
|
131
|
+
"font-weight": "500",
|
|
132
|
+
color: "text-2",
|
|
133
|
+
mobile: {
|
|
134
|
+
"font-size": "xs",
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
horizontal_divider: {
|
|
138
|
+
width: "60px",
|
|
139
|
+
height: "2px",
|
|
140
|
+
"background-color": " #00C896",
|
|
141
|
+
"padding-top": "none",
|
|
142
|
+
"padding-bottom": "none",
|
|
143
|
+
"margin-top": "none",
|
|
144
|
+
"margin-bottom": "none",
|
|
145
|
+
},
|
|
146
|
+
small_title_wrapper: {
|
|
147
|
+
display: "flex",
|
|
148
|
+
"justify-content": "center",
|
|
149
|
+
"align-items": "center",
|
|
150
|
+
"flex-direction": "row",
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
|
+
};
|