@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,1732 +0,0 @@
|
|
|
1
|
-
const DEFAULT_CONTENT = {
|
|
2
|
-
layout: null,
|
|
3
|
-
container: null,
|
|
4
|
-
header: null,
|
|
5
|
-
"header-content": null,
|
|
6
|
-
title: "Featured Solutions Overview",
|
|
7
|
-
description: "Discover comprehensive business solutions designed to accelerate growth and streamline operations across multiple industries.",
|
|
8
|
-
"carousel-container": null,
|
|
9
|
-
"carousel-navigation-arrow-left": " ",
|
|
10
|
-
"carousel-navigation-arrow-right": " ",
|
|
11
|
-
"carousel-navigation-bottom-container": null,
|
|
12
|
-
"carousel-navigation-bottom": null,
|
|
13
|
-
"carousel-navigation-arrow-left-bottom": " ",
|
|
14
|
-
"carousel-navigation-arrow-right-bottom": " ",
|
|
15
|
-
cards: [
|
|
16
|
-
{
|
|
17
|
-
card: null,
|
|
18
|
-
"image-container": null,
|
|
19
|
-
image: {
|
|
20
|
-
id: "hjB4vGY2wTjw",
|
|
21
|
-
filename: "image.png",
|
|
22
|
-
kind: "image",
|
|
23
|
-
location: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW.png",
|
|
24
|
-
srcset: {
|
|
25
|
-
"1080w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
|
|
26
|
-
"1200w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
|
|
27
|
-
"1920w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
|
|
28
|
-
"320w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
|
|
29
|
-
"640w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
|
|
30
|
-
"750w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
|
|
31
|
-
"828w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
|
|
32
|
-
path: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
|
|
33
|
-
},
|
|
34
|
-
mimetype: "image/png",
|
|
35
|
-
},
|
|
36
|
-
"content-container": null,
|
|
37
|
-
"header-container": null,
|
|
38
|
-
"card-title": "Enterprise Analytics Platform",
|
|
39
|
-
"card-description": "Advanced data analytics and business intelligence solutions for enterprise-level decision making.",
|
|
40
|
-
stats: [
|
|
41
|
-
{
|
|
42
|
-
stat_card: null,
|
|
43
|
-
number: "99.9%",
|
|
44
|
-
label: "Uptime",
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
stat_card: null,
|
|
48
|
-
number: "500K+",
|
|
49
|
-
label: "Data Points",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
stat_card: null,
|
|
53
|
-
number: "24/7",
|
|
54
|
-
label: "Support",
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
cta: "Learn More",
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
card: null,
|
|
61
|
-
"image-container": null,
|
|
62
|
-
image: {
|
|
63
|
-
id: "hjB4vGY2wTjw",
|
|
64
|
-
filename: "image.png",
|
|
65
|
-
kind: "image",
|
|
66
|
-
location: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW.png",
|
|
67
|
-
srcset: {
|
|
68
|
-
"1080w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
|
|
69
|
-
"1200w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
|
|
70
|
-
"1920w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
|
|
71
|
-
"320w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
|
|
72
|
-
"640w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
|
|
73
|
-
"750w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
|
|
74
|
-
"828w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
|
|
75
|
-
path: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
|
|
76
|
-
},
|
|
77
|
-
mimetype: "image/png",
|
|
78
|
-
},
|
|
79
|
-
"content-container": null,
|
|
80
|
-
"header-container": null,
|
|
81
|
-
"card-title": "Enterprise Analytics Platform",
|
|
82
|
-
"card-description": "Advanced data analytics and business intelligence solutions for enterprise-level decision making.",
|
|
83
|
-
stats: [
|
|
84
|
-
{
|
|
85
|
-
stat_card: null,
|
|
86
|
-
number: "99.9%",
|
|
87
|
-
label: "Uptime",
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
stat_card: null,
|
|
91
|
-
number: "500K+",
|
|
92
|
-
label: "Data Points",
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
stat_card: null,
|
|
96
|
-
number: "24/7",
|
|
97
|
-
label: "Support",
|
|
98
|
-
},
|
|
99
|
-
],
|
|
100
|
-
cta: "Learn More",
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
card: null,
|
|
104
|
-
"image-container": null,
|
|
105
|
-
image: {
|
|
106
|
-
id: "hjB4vGY2wTjw",
|
|
107
|
-
filename: "image.png",
|
|
108
|
-
kind: "image",
|
|
109
|
-
location: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW.png",
|
|
110
|
-
srcset: {
|
|
111
|
-
"1080w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
|
|
112
|
-
"1200w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
|
|
113
|
-
"1920w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
|
|
114
|
-
"320w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
|
|
115
|
-
"640w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
|
|
116
|
-
"750w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
|
|
117
|
-
"828w": "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
|
|
118
|
-
path: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
|
|
119
|
-
},
|
|
120
|
-
mimetype: "image/png",
|
|
121
|
-
},
|
|
122
|
-
"content-container": null,
|
|
123
|
-
"header-container": null,
|
|
124
|
-
"card-title": "Enterprise Analytics Platform",
|
|
125
|
-
"card-description": "Advanced data analytics and business intelligence solutions for enterprise-level decision making.",
|
|
126
|
-
stats: [
|
|
127
|
-
{
|
|
128
|
-
stat_card: null,
|
|
129
|
-
number: "99.9%",
|
|
130
|
-
label: "Uptime",
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
stat_card: null,
|
|
134
|
-
number: "500K+",
|
|
135
|
-
label: "Data Points",
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
stat_card: null,
|
|
139
|
-
number: "24/7",
|
|
140
|
-
label: "Support",
|
|
141
|
-
},
|
|
142
|
-
],
|
|
143
|
-
cta: "Learn More",
|
|
144
|
-
},
|
|
145
|
-
],
|
|
146
|
-
"carousel-navigation-arrow-left_leftIcon": {
|
|
147
|
-
kind: "icon",
|
|
148
|
-
data: {
|
|
149
|
-
id: "arrow-left",
|
|
150
|
-
label: "Arrow Left",
|
|
151
|
-
tags: ["arrow", "custom", "directional", "left"],
|
|
152
|
-
svgCode: '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
|
|
153
|
-
},
|
|
154
|
-
},
|
|
155
|
-
"carousel-navigation-arrow-right_rightIcon": {
|
|
156
|
-
kind: "icon",
|
|
157
|
-
data: {
|
|
158
|
-
id: "arrow-right-1",
|
|
159
|
-
label: "Arrow Right 1",
|
|
160
|
-
tags: ["arrow", "custom", "directional", "right"],
|
|
161
|
-
svgCode: '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
162
|
-
},
|
|
163
|
-
},
|
|
164
|
-
"carousel-navigation-arrow-left-bottom_leftIcon": {
|
|
165
|
-
kind: "icon",
|
|
166
|
-
data: {
|
|
167
|
-
id: "arrow-left",
|
|
168
|
-
label: "Arrow Left",
|
|
169
|
-
tags: ["arrow", "custom", "directional", "left"],
|
|
170
|
-
svgCode: '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
|
|
171
|
-
},
|
|
172
|
-
},
|
|
173
|
-
"carousel-navigation-arrow-right-bottom_rightIcon": {
|
|
174
|
-
kind: "icon",
|
|
175
|
-
data: {
|
|
176
|
-
id: "arrow-right-1",
|
|
177
|
-
label: "Arrow Right 1",
|
|
178
|
-
tags: ["arrow", "custom", "directional", "right"],
|
|
179
|
-
svgCode: '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
180
|
-
},
|
|
181
|
-
},
|
|
182
|
-
};
|
|
183
|
-
export const Cards7 = {
|
|
184
|
-
category_id: "cards",
|
|
185
|
-
title: "Cards 7",
|
|
186
|
-
key: "cards-7",
|
|
187
|
-
version: "v1",
|
|
188
|
-
prompt_description: "Interactive carousel showcasing feature cards with left-aligned images and right-aligned content including title, description, stats, and CTA button. Includes navigation arrows positioned on the left and right of the carousel.",
|
|
189
|
-
content_schema: [
|
|
190
|
-
{
|
|
191
|
-
key: "layout",
|
|
192
|
-
label: "Layout",
|
|
193
|
-
field_interface: "LayoutWidget",
|
|
194
|
-
hint: {
|
|
195
|
-
prompt_description: "Defines the overall layout structure for the cards carousel block with proper spacing and alignment.",
|
|
196
|
-
},
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
key: "container",
|
|
200
|
-
label: "Container",
|
|
201
|
-
field_interface: "ContainerWidget",
|
|
202
|
-
hint: {
|
|
203
|
-
prompt_description: "Main container providing centered alignment and responsive padding for the entire cards section.",
|
|
204
|
-
},
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
key: "header",
|
|
208
|
-
label: "Header",
|
|
209
|
-
field_interface: "BoxWidget",
|
|
210
|
-
hint: {
|
|
211
|
-
prompt_description: "Container for the section header elements including title and description.",
|
|
212
|
-
},
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
key: "header-content",
|
|
216
|
-
label: "Header Content",
|
|
217
|
-
field_interface: "BoxWidget",
|
|
218
|
-
hint: {
|
|
219
|
-
prompt_description: "Wrapper for organizing header title and description with proper spacing.",
|
|
220
|
-
},
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
key: "title",
|
|
224
|
-
label: "Title",
|
|
225
|
-
field_interface: "HeadingWidget",
|
|
226
|
-
hint: {
|
|
227
|
-
prompt_description: "Main section heading that introduces the featured cards. Should be compelling and descriptive of the solutions or features being showcased.",
|
|
228
|
-
min_characters: 20,
|
|
229
|
-
max_characters: 60,
|
|
230
|
-
},
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
key: "description",
|
|
234
|
-
label: "Description",
|
|
235
|
-
field_interface: "TypographyWidget",
|
|
236
|
-
hint: {
|
|
237
|
-
prompt_description: "Supporting text that provides additional context about the featured cards and their benefits. Should complement the main title.",
|
|
238
|
-
min_characters: 80,
|
|
239
|
-
max_characters: 200,
|
|
240
|
-
},
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
key: "carousel-container",
|
|
244
|
-
label: "Carousel Container",
|
|
245
|
-
field_interface: "BoxWidget",
|
|
246
|
-
hint: {
|
|
247
|
-
prompt_description: "Container that holds the carousel and navigation arrows, positioning them horizontally with proper spacing.",
|
|
248
|
-
},
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
key: "carousel-navigation-arrow-left",
|
|
252
|
-
label: "Carousel Navigation Arrow Left",
|
|
253
|
-
field_interface: "ButtonWidget",
|
|
254
|
-
hint: {
|
|
255
|
-
prompt_description: "Left navigation arrow to go to the previous card in the carousel. Positioned on the left side of the carousel.",
|
|
256
|
-
},
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
key: "carousel-navigation-arrow-right",
|
|
260
|
-
label: "Carousel Navigation Arrow Right",
|
|
261
|
-
field_interface: "ButtonWidget",
|
|
262
|
-
hint: {
|
|
263
|
-
prompt_description: "Right navigation arrow to go to the next card in the carousel. Positioned on the right side of the carousel.",
|
|
264
|
-
},
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
key: "carousel-navigation-bottom-container",
|
|
268
|
-
label: "Carousel Navigation Bottom Container",
|
|
269
|
-
field_interface: "BoxWidget",
|
|
270
|
-
hint: {
|
|
271
|
-
prompt_description: "Container for the bottom navigation arrows that appears on tablet and mobile devices below the carousel.",
|
|
272
|
-
},
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
key: "carousel-navigation-bottom",
|
|
276
|
-
label: "Carousel Navigation Bottom",
|
|
277
|
-
field_interface: "BoxWidget",
|
|
278
|
-
hint: {
|
|
279
|
-
prompt_description: "Bottom navigation wrapper that holds the left and right arrow buttons for tablet and mobile views.",
|
|
280
|
-
},
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
key: "carousel-navigation-arrow-left-bottom",
|
|
284
|
-
label: "Carousel Navigation Arrow Left Bottom",
|
|
285
|
-
field_interface: "ButtonWidget",
|
|
286
|
-
hint: {
|
|
287
|
-
prompt_description: "Left navigation arrow for bottom navigation. Visible on tablet and mobile to go to the previous card.",
|
|
288
|
-
},
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
key: "carousel-navigation-arrow-right-bottom",
|
|
292
|
-
label: "Carousel Navigation Arrow Right Bottom",
|
|
293
|
-
field_interface: "ButtonWidget",
|
|
294
|
-
hint: {
|
|
295
|
-
prompt_description: "Right navigation arrow for bottom navigation. Visible on tablet and mobile to go to the next card.",
|
|
296
|
-
},
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
key: "cards",
|
|
300
|
-
label: "Cards",
|
|
301
|
-
field_interface: "CarouselWidget",
|
|
302
|
-
kind: "group",
|
|
303
|
-
fields: [
|
|
304
|
-
{
|
|
305
|
-
key: "card",
|
|
306
|
-
label: "Card",
|
|
307
|
-
field_interface: "BoxWidget",
|
|
308
|
-
hint: {
|
|
309
|
-
prompt_description: "Individual card container that organizes the image and content in a horizontal layout.",
|
|
310
|
-
},
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
key: "image-container",
|
|
314
|
-
label: "Image Container",
|
|
315
|
-
field_interface: "BoxWidget",
|
|
316
|
-
hint: {
|
|
317
|
-
prompt_description: "Container for the card image, providing consistent sizing and positioning on the left side.",
|
|
318
|
-
},
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
key: "image",
|
|
322
|
-
label: "Image",
|
|
323
|
-
field_interface: "ImageWidget",
|
|
324
|
-
hint: {
|
|
325
|
-
prompt_description: "Visual representation of the featured solution or service. Should be professional and relevant to the card content.",
|
|
326
|
-
orientation: "landscape",
|
|
327
|
-
size: "large",
|
|
328
|
-
},
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
key: "content-container",
|
|
332
|
-
label: "Content Container",
|
|
333
|
-
field_interface: "BoxWidget",
|
|
334
|
-
hint: {
|
|
335
|
-
prompt_description: "Right-side container that holds all text content, stats, and CTA button with proper vertical spacing.",
|
|
336
|
-
},
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
key: "header-container",
|
|
340
|
-
label: "Header Container",
|
|
341
|
-
field_interface: "BoxWidget",
|
|
342
|
-
hint: {
|
|
343
|
-
prompt_description: "Container for the card's title and description, positioned at the top of the content area.",
|
|
344
|
-
},
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
key: "card-title",
|
|
348
|
-
label: "Card Title",
|
|
349
|
-
field_interface: "HeadingWidget",
|
|
350
|
-
hint: {
|
|
351
|
-
prompt_description: "Primary heading for the individual card. Should clearly identify the solution or feature being presented.",
|
|
352
|
-
min_characters: 15,
|
|
353
|
-
max_characters: 50,
|
|
354
|
-
},
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
key: "card-description",
|
|
358
|
-
label: "Card Description",
|
|
359
|
-
field_interface: "TypographyWidget",
|
|
360
|
-
hint: {
|
|
361
|
-
prompt_description: "Detailed description of the card's solution or feature, explaining its benefits and capabilities.",
|
|
362
|
-
min_characters: 60,
|
|
363
|
-
max_characters: 150,
|
|
364
|
-
},
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
key: "stats",
|
|
368
|
-
label: "Stats",
|
|
369
|
-
kind: "group",
|
|
370
|
-
field_interface: "BoxWidget",
|
|
371
|
-
fields: [
|
|
372
|
-
{
|
|
373
|
-
key: "stat_card",
|
|
374
|
-
label: "Stat Card",
|
|
375
|
-
field_interface: "BoxWidget",
|
|
376
|
-
hint: {
|
|
377
|
-
prompt_description: "Individual stat container holding a metric number and its descriptive label.",
|
|
378
|
-
},
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
key: "number",
|
|
382
|
-
label: "Number",
|
|
383
|
-
field_interface: "HeadingWidget",
|
|
384
|
-
hint: {
|
|
385
|
-
prompt_description: "The metric value or statistic (e.g., '99.9%', '500K+', '24/7'). Should be impactful and relevant.",
|
|
386
|
-
min_characters: 2,
|
|
387
|
-
max_characters: 8,
|
|
388
|
-
},
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
key: "label",
|
|
392
|
-
label: "Label",
|
|
393
|
-
field_interface: "TypographyWidget",
|
|
394
|
-
hint: {
|
|
395
|
-
prompt_description: "Descriptive label explaining what the number represents (e.g., 'Uptime', 'Users', 'Support').",
|
|
396
|
-
min_characters: 4,
|
|
397
|
-
max_characters: 20,
|
|
398
|
-
},
|
|
399
|
-
},
|
|
400
|
-
],
|
|
401
|
-
hint: {
|
|
402
|
-
prompt_description: "Collection of key performance metrics or statistics that demonstrate the value and effectiveness of the featured solution.",
|
|
403
|
-
min_items: 3,
|
|
404
|
-
max_items: 4,
|
|
405
|
-
},
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
key: "cta",
|
|
409
|
-
label: "CTA Button",
|
|
410
|
-
field_interface: "ButtonWidget",
|
|
411
|
-
hint: {
|
|
412
|
-
prompt_description: "Call-to-action button encouraging users to learn more or engage with the featured solution.",
|
|
413
|
-
},
|
|
414
|
-
},
|
|
415
|
-
],
|
|
416
|
-
hint: {
|
|
417
|
-
prompt_description: "Carousel of feature cards showcasing different solutions or services. Each card combines visual content with detailed information and key metrics.",
|
|
418
|
-
min_items: 3,
|
|
419
|
-
max_items: 6,
|
|
420
|
-
},
|
|
421
|
-
},
|
|
422
|
-
],
|
|
423
|
-
layouts: [
|
|
424
|
-
{
|
|
425
|
-
key: "default",
|
|
426
|
-
title: "Default",
|
|
427
|
-
styles: {
|
|
428
|
-
layout: {
|
|
429
|
-
"padding-top": "7xl",
|
|
430
|
-
"padding-bottom": "7xl",
|
|
431
|
-
"padding-left": "lg",
|
|
432
|
-
"padding-right": "lg",
|
|
433
|
-
mobile: {
|
|
434
|
-
"padding-top": "4xl",
|
|
435
|
-
"padding-bottom": "4xl",
|
|
436
|
-
"padding-left": "base",
|
|
437
|
-
"padding-right": "base",
|
|
438
|
-
},
|
|
439
|
-
tablet: {
|
|
440
|
-
"padding-left": "none",
|
|
441
|
-
"padding-right": "none",
|
|
442
|
-
"padding-top": "none",
|
|
443
|
-
"padding-bottom": "none",
|
|
444
|
-
},
|
|
445
|
-
},
|
|
446
|
-
container: {
|
|
447
|
-
"margin-left": "auto",
|
|
448
|
-
"margin-right": "auto",
|
|
449
|
-
"max-width": "none",
|
|
450
|
-
tablet: {
|
|
451
|
-
"margin-left": "auto",
|
|
452
|
-
"padding-left": "xl",
|
|
453
|
-
"padding-right": "xl",
|
|
454
|
-
},
|
|
455
|
-
},
|
|
456
|
-
header: {
|
|
457
|
-
"text-align": "center",
|
|
458
|
-
"margin-bottom": "4xl",
|
|
459
|
-
mobile: {
|
|
460
|
-
"margin-bottom": "2xl",
|
|
461
|
-
},
|
|
462
|
-
},
|
|
463
|
-
"header-content": {
|
|
464
|
-
"max-width": "800px",
|
|
465
|
-
"margin-left": "auto",
|
|
466
|
-
"margin-right": "auto",
|
|
467
|
-
},
|
|
468
|
-
title: {
|
|
469
|
-
color: "text-1",
|
|
470
|
-
"margin-bottom": "lg",
|
|
471
|
-
},
|
|
472
|
-
description: {
|
|
473
|
-
color: "text-2",
|
|
474
|
-
},
|
|
475
|
-
"carousel-container": {
|
|
476
|
-
display: "flex",
|
|
477
|
-
"align-items": "center",
|
|
478
|
-
"column-gap": "lg",
|
|
479
|
-
position: "relative",
|
|
480
|
-
mobile: {
|
|
481
|
-
"flex-direction": "column",
|
|
482
|
-
"row-gap": "lg",
|
|
483
|
-
},
|
|
484
|
-
tablet: {
|
|
485
|
-
"padding-left": "none",
|
|
486
|
-
"padding-right": "none",
|
|
487
|
-
},
|
|
488
|
-
},
|
|
489
|
-
"carousel-navigation-arrow-left": {
|
|
490
|
-
display: "flex",
|
|
491
|
-
"align-items": "center",
|
|
492
|
-
"justify-content": "center",
|
|
493
|
-
"border-radius": "50%",
|
|
494
|
-
"background-color": "white",
|
|
495
|
-
color: "text-2",
|
|
496
|
-
cursor: "pointer",
|
|
497
|
-
"font-size": "lg",
|
|
498
|
-
"font-weight": "500",
|
|
499
|
-
"padding-top": "none",
|
|
500
|
-
"padding-bottom": "none",
|
|
501
|
-
"padding-left": "none",
|
|
502
|
-
"padding-right": "none",
|
|
503
|
-
"border-color": "transparent",
|
|
504
|
-
"border-width": "0px",
|
|
505
|
-
"border-style": "solid",
|
|
506
|
-
_hover: {
|
|
507
|
-
opacity: "0.9",
|
|
508
|
-
},
|
|
509
|
-
width: "48px",
|
|
510
|
-
height: "48px",
|
|
511
|
-
border: "1px solid var(--color-border)",
|
|
512
|
-
transition: "opacity 0.3s ease, cursor 0.3s ease",
|
|
513
|
-
mobile: {
|
|
514
|
-
width: "40px",
|
|
515
|
-
height: "40px",
|
|
516
|
-
filter: "none",
|
|
517
|
-
"padding-top": "none",
|
|
518
|
-
"padding-bottom": "none",
|
|
519
|
-
"padding-left": "none",
|
|
520
|
-
"padding-right": "none",
|
|
521
|
-
},
|
|
522
|
-
tablet: {
|
|
523
|
-
display: "none",
|
|
524
|
-
},
|
|
525
|
-
},
|
|
526
|
-
"carousel-navigation-arrow-right": {
|
|
527
|
-
width: "48px",
|
|
528
|
-
height: "48px",
|
|
529
|
-
"border-radius": "50%",
|
|
530
|
-
"background-color": "white",
|
|
531
|
-
border: "1px solid var(--color-border)",
|
|
532
|
-
cursor: "pointer",
|
|
533
|
-
display: "flex",
|
|
534
|
-
"align-items": "center",
|
|
535
|
-
"justify-content": "center",
|
|
536
|
-
mobile: {
|
|
537
|
-
width: "40px",
|
|
538
|
-
height: "40px",
|
|
539
|
-
filter: "none",
|
|
540
|
-
"font-size": "xs",
|
|
541
|
-
},
|
|
542
|
-
"padding-top": "none",
|
|
543
|
-
"padding-bottom": "none",
|
|
544
|
-
"padding-left": "none",
|
|
545
|
-
"padding-right": "none",
|
|
546
|
-
"column-gap": "none",
|
|
547
|
-
color: "text-3",
|
|
548
|
-
tablet: {
|
|
549
|
-
filter: "none",
|
|
550
|
-
display: "none",
|
|
551
|
-
},
|
|
552
|
-
},
|
|
553
|
-
cards_levoGroup: {
|
|
554
|
-
flex: "1",
|
|
555
|
-
mobile: {
|
|
556
|
-
"max-width": "100%",
|
|
557
|
-
order: "1",
|
|
558
|
-
},
|
|
559
|
-
number_of_slides: 1,
|
|
560
|
-
tablet: {
|
|
561
|
-
number_of_slides: 1,
|
|
562
|
-
},
|
|
563
|
-
},
|
|
564
|
-
cards: [
|
|
565
|
-
{
|
|
566
|
-
card: {
|
|
567
|
-
display: "flex",
|
|
568
|
-
"background-color": "white",
|
|
569
|
-
"border-radius": "base",
|
|
570
|
-
"box-shadow": "lg",
|
|
571
|
-
overflow: "hidden",
|
|
572
|
-
"align-items": "stretch",
|
|
573
|
-
mobile: {
|
|
574
|
-
"flex-direction": "column",
|
|
575
|
-
"min-height": "auto",
|
|
576
|
-
"row-gap": "base",
|
|
577
|
-
},
|
|
578
|
-
"border-style": "solid",
|
|
579
|
-
"border-width": "1px",
|
|
580
|
-
"padding-left": "base",
|
|
581
|
-
"padding-right": "base",
|
|
582
|
-
"padding-top": "base",
|
|
583
|
-
"padding-bottom": "base",
|
|
584
|
-
tablet: {
|
|
585
|
-
"flex-direction": "column",
|
|
586
|
-
"align-items": "start",
|
|
587
|
-
},
|
|
588
|
-
},
|
|
589
|
-
"image-container": {
|
|
590
|
-
flex: "0 0 40%",
|
|
591
|
-
mobile: {
|
|
592
|
-
flex: "none",
|
|
593
|
-
width: "100%",
|
|
594
|
-
height: "100%",
|
|
595
|
-
},
|
|
596
|
-
tablet: {
|
|
597
|
-
width: "100%",
|
|
598
|
-
},
|
|
599
|
-
},
|
|
600
|
-
image: {
|
|
601
|
-
width: "100%",
|
|
602
|
-
height: "100%",
|
|
603
|
-
"object-fit": "cover",
|
|
604
|
-
},
|
|
605
|
-
"content-container": {
|
|
606
|
-
flex: "1",
|
|
607
|
-
padding: "2xl",
|
|
608
|
-
display: "flex",
|
|
609
|
-
"flex-direction": "column",
|
|
610
|
-
"justify-content": "space-between",
|
|
611
|
-
mobile: {
|
|
612
|
-
padding: "lg",
|
|
613
|
-
"padding-left": "none",
|
|
614
|
-
"padding-right": "none",
|
|
615
|
-
"padding-bottom": "none",
|
|
616
|
-
"padding-top": "none",
|
|
617
|
-
},
|
|
618
|
-
tablet: {
|
|
619
|
-
"flex-direction": "column",
|
|
620
|
-
},
|
|
621
|
-
},
|
|
622
|
-
"header-container": {
|
|
623
|
-
"margin-bottom": "lg",
|
|
624
|
-
},
|
|
625
|
-
"card-title": {
|
|
626
|
-
"margin-bottom": "sm",
|
|
627
|
-
tablet: {
|
|
628
|
-
"font-size": "xl",
|
|
629
|
-
},
|
|
630
|
-
},
|
|
631
|
-
"card-description": {
|
|
632
|
-
color: "text-2",
|
|
633
|
-
tablet: {
|
|
634
|
-
"max-width": "600px",
|
|
635
|
-
},
|
|
636
|
-
},
|
|
637
|
-
stats_levoGroup: {
|
|
638
|
-
display: "grid",
|
|
639
|
-
"column-gap": "lg",
|
|
640
|
-
"margin-bottom": "lg",
|
|
641
|
-
mobile: {
|
|
642
|
-
"flex-wrap": "wrap",
|
|
643
|
-
"row-gap": "sm",
|
|
644
|
-
"column-gap": "sm",
|
|
645
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
646
|
-
},
|
|
647
|
-
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
648
|
-
tablet: {
|
|
649
|
-
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
650
|
-
"row-gap": "lg",
|
|
651
|
-
},
|
|
652
|
-
},
|
|
653
|
-
stat_card: {
|
|
654
|
-
"text-align": "center",
|
|
655
|
-
mobile: {
|
|
656
|
-
flex: "1 1 calc(50% - 4px)",
|
|
657
|
-
"min-width": "80px",
|
|
658
|
-
},
|
|
659
|
-
},
|
|
660
|
-
number: {
|
|
661
|
-
color: "text-1",
|
|
662
|
-
"margin-bottom": "xs",
|
|
663
|
-
},
|
|
664
|
-
label: {
|
|
665
|
-
color: "text-2",
|
|
666
|
-
},
|
|
667
|
-
cta: {
|
|
668
|
-
"align-self": "flex-start",
|
|
669
|
-
"border-color": "border",
|
|
670
|
-
"padding-top": "sm",
|
|
671
|
-
"padding-bottom": "sm",
|
|
672
|
-
"padding-left": "lg",
|
|
673
|
-
"padding-right": "lg",
|
|
674
|
-
},
|
|
675
|
-
stats: [
|
|
676
|
-
{
|
|
677
|
-
number: {
|
|
678
|
-
tablet: {
|
|
679
|
-
"font-size": "2xl",
|
|
680
|
-
},
|
|
681
|
-
"font-size": "3xl",
|
|
682
|
-
},
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
number: {
|
|
686
|
-
"font-size": "3xl",
|
|
687
|
-
tablet: {
|
|
688
|
-
"font-size": "2xl",
|
|
689
|
-
},
|
|
690
|
-
},
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
number: {
|
|
694
|
-
"font-size": "3xl",
|
|
695
|
-
tablet: {
|
|
696
|
-
"font-size": "2xl",
|
|
697
|
-
},
|
|
698
|
-
},
|
|
699
|
-
},
|
|
700
|
-
],
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
card: {
|
|
704
|
-
display: "flex",
|
|
705
|
-
"background-color": "white",
|
|
706
|
-
"border-radius": "base",
|
|
707
|
-
"box-shadow": "lg",
|
|
708
|
-
overflow: "hidden",
|
|
709
|
-
"align-items": "stretch",
|
|
710
|
-
mobile: {
|
|
711
|
-
"flex-direction": "column",
|
|
712
|
-
"min-height": "auto",
|
|
713
|
-
"row-gap": "base",
|
|
714
|
-
},
|
|
715
|
-
"border-style": "solid",
|
|
716
|
-
"border-width": "1px",
|
|
717
|
-
"padding-left": "base",
|
|
718
|
-
"padding-right": "base",
|
|
719
|
-
"padding-top": "base",
|
|
720
|
-
"padding-bottom": "base",
|
|
721
|
-
tablet: {
|
|
722
|
-
"flex-direction": "column",
|
|
723
|
-
"align-items": "start",
|
|
724
|
-
},
|
|
725
|
-
},
|
|
726
|
-
"image-container": {
|
|
727
|
-
flex: "0 0 40%",
|
|
728
|
-
mobile: {
|
|
729
|
-
flex: "none",
|
|
730
|
-
width: "100%",
|
|
731
|
-
height: "100%",
|
|
732
|
-
},
|
|
733
|
-
tablet: {
|
|
734
|
-
width: "100%",
|
|
735
|
-
},
|
|
736
|
-
},
|
|
737
|
-
image: {
|
|
738
|
-
width: "100%",
|
|
739
|
-
height: "100%",
|
|
740
|
-
"object-fit": "cover",
|
|
741
|
-
},
|
|
742
|
-
"content-container": {
|
|
743
|
-
flex: "1",
|
|
744
|
-
padding: "2xl",
|
|
745
|
-
display: "flex",
|
|
746
|
-
"flex-direction": "column",
|
|
747
|
-
"justify-content": "space-between",
|
|
748
|
-
mobile: {
|
|
749
|
-
padding: "lg",
|
|
750
|
-
"padding-left": "none",
|
|
751
|
-
"padding-right": "none",
|
|
752
|
-
"padding-bottom": "none",
|
|
753
|
-
"padding-top": "none",
|
|
754
|
-
},
|
|
755
|
-
tablet: {
|
|
756
|
-
"flex-direction": "column",
|
|
757
|
-
},
|
|
758
|
-
},
|
|
759
|
-
"header-container": {
|
|
760
|
-
"margin-bottom": "lg",
|
|
761
|
-
},
|
|
762
|
-
"card-title": {
|
|
763
|
-
"margin-bottom": "sm",
|
|
764
|
-
tablet: {
|
|
765
|
-
"font-size": "xl",
|
|
766
|
-
},
|
|
767
|
-
},
|
|
768
|
-
"card-description": {
|
|
769
|
-
color: "text-2",
|
|
770
|
-
tablet: {
|
|
771
|
-
"max-width": "600px",
|
|
772
|
-
},
|
|
773
|
-
},
|
|
774
|
-
stats_levoGroup: {
|
|
775
|
-
display: "grid",
|
|
776
|
-
"column-gap": "lg",
|
|
777
|
-
"margin-bottom": "lg",
|
|
778
|
-
mobile: {
|
|
779
|
-
"flex-wrap": "wrap",
|
|
780
|
-
"row-gap": "sm",
|
|
781
|
-
"column-gap": "sm",
|
|
782
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
783
|
-
},
|
|
784
|
-
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
785
|
-
tablet: {
|
|
786
|
-
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
787
|
-
"row-gap": "lg",
|
|
788
|
-
},
|
|
789
|
-
},
|
|
790
|
-
stat_card: {
|
|
791
|
-
"text-align": "center",
|
|
792
|
-
mobile: {
|
|
793
|
-
flex: "1 1 calc(50% - 4px)",
|
|
794
|
-
"min-width": "80px",
|
|
795
|
-
},
|
|
796
|
-
},
|
|
797
|
-
number: {
|
|
798
|
-
color: "text-1",
|
|
799
|
-
"margin-bottom": "xs",
|
|
800
|
-
},
|
|
801
|
-
label: {
|
|
802
|
-
color: "text-2",
|
|
803
|
-
},
|
|
804
|
-
cta: {
|
|
805
|
-
"align-self": "flex-start",
|
|
806
|
-
"border-color": "border",
|
|
807
|
-
"padding-top": "sm",
|
|
808
|
-
"padding-bottom": "sm",
|
|
809
|
-
"padding-left": "lg",
|
|
810
|
-
"padding-right": "lg",
|
|
811
|
-
},
|
|
812
|
-
stats: [
|
|
813
|
-
{
|
|
814
|
-
number: {
|
|
815
|
-
tablet: {
|
|
816
|
-
"font-size": "2xl",
|
|
817
|
-
},
|
|
818
|
-
"font-size": "3xl",
|
|
819
|
-
},
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
number: {
|
|
823
|
-
"font-size": "3xl",
|
|
824
|
-
tablet: {
|
|
825
|
-
"font-size": "2xl",
|
|
826
|
-
},
|
|
827
|
-
},
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
number: {
|
|
831
|
-
"font-size": "3xl",
|
|
832
|
-
tablet: {
|
|
833
|
-
"font-size": "2xl",
|
|
834
|
-
},
|
|
835
|
-
},
|
|
836
|
-
},
|
|
837
|
-
],
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
card: {
|
|
841
|
-
display: "flex",
|
|
842
|
-
"background-color": "white",
|
|
843
|
-
"border-radius": "base",
|
|
844
|
-
"box-shadow": "lg",
|
|
845
|
-
overflow: "hidden",
|
|
846
|
-
"align-items": "stretch",
|
|
847
|
-
mobile: {
|
|
848
|
-
"flex-direction": "column",
|
|
849
|
-
"min-height": "auto",
|
|
850
|
-
"row-gap": "base",
|
|
851
|
-
},
|
|
852
|
-
"border-style": "solid",
|
|
853
|
-
"border-width": "1px",
|
|
854
|
-
"padding-left": "base",
|
|
855
|
-
"padding-right": "base",
|
|
856
|
-
"padding-top": "base",
|
|
857
|
-
"padding-bottom": "base",
|
|
858
|
-
tablet: {
|
|
859
|
-
"flex-direction": "column",
|
|
860
|
-
"align-items": "start",
|
|
861
|
-
},
|
|
862
|
-
},
|
|
863
|
-
"image-container": {
|
|
864
|
-
flex: "0 0 40%",
|
|
865
|
-
mobile: {
|
|
866
|
-
flex: "none",
|
|
867
|
-
width: "100%",
|
|
868
|
-
height: "100%",
|
|
869
|
-
},
|
|
870
|
-
tablet: {
|
|
871
|
-
width: "100%",
|
|
872
|
-
},
|
|
873
|
-
},
|
|
874
|
-
image: {
|
|
875
|
-
width: "100%",
|
|
876
|
-
height: "100%",
|
|
877
|
-
"object-fit": "cover",
|
|
878
|
-
},
|
|
879
|
-
"content-container": {
|
|
880
|
-
flex: "1",
|
|
881
|
-
padding: "2xl",
|
|
882
|
-
display: "flex",
|
|
883
|
-
"flex-direction": "column",
|
|
884
|
-
"justify-content": "space-between",
|
|
885
|
-
mobile: {
|
|
886
|
-
padding: "lg",
|
|
887
|
-
"padding-left": "none",
|
|
888
|
-
"padding-right": "none",
|
|
889
|
-
"padding-bottom": "none",
|
|
890
|
-
"padding-top": "none",
|
|
891
|
-
},
|
|
892
|
-
tablet: {
|
|
893
|
-
"flex-direction": "column",
|
|
894
|
-
},
|
|
895
|
-
},
|
|
896
|
-
"header-container": {
|
|
897
|
-
"margin-bottom": "lg",
|
|
898
|
-
},
|
|
899
|
-
"card-title": {
|
|
900
|
-
"margin-bottom": "sm",
|
|
901
|
-
tablet: {
|
|
902
|
-
"font-size": "xl",
|
|
903
|
-
},
|
|
904
|
-
},
|
|
905
|
-
"card-description": {
|
|
906
|
-
color: "text-2",
|
|
907
|
-
tablet: {
|
|
908
|
-
"max-width": "600px",
|
|
909
|
-
},
|
|
910
|
-
},
|
|
911
|
-
stats_levoGroup: {
|
|
912
|
-
display: "grid",
|
|
913
|
-
"column-gap": "lg",
|
|
914
|
-
"margin-bottom": "lg",
|
|
915
|
-
mobile: {
|
|
916
|
-
"flex-wrap": "wrap",
|
|
917
|
-
"row-gap": "sm",
|
|
918
|
-
"column-gap": "sm",
|
|
919
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
920
|
-
},
|
|
921
|
-
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
922
|
-
tablet: {
|
|
923
|
-
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
924
|
-
"row-gap": "lg",
|
|
925
|
-
},
|
|
926
|
-
},
|
|
927
|
-
stat_card: {
|
|
928
|
-
"text-align": "center",
|
|
929
|
-
mobile: {
|
|
930
|
-
flex: "1 1 calc(50% - 4px)",
|
|
931
|
-
"min-width": "80px",
|
|
932
|
-
},
|
|
933
|
-
},
|
|
934
|
-
number: {
|
|
935
|
-
color: "text-1",
|
|
936
|
-
"margin-bottom": "xs",
|
|
937
|
-
},
|
|
938
|
-
label: {
|
|
939
|
-
color: "text-2",
|
|
940
|
-
},
|
|
941
|
-
cta: {
|
|
942
|
-
"align-self": "flex-start",
|
|
943
|
-
"border-color": "border",
|
|
944
|
-
"padding-top": "sm",
|
|
945
|
-
"padding-bottom": "sm",
|
|
946
|
-
"padding-left": "lg",
|
|
947
|
-
"padding-right": "lg",
|
|
948
|
-
},
|
|
949
|
-
stats: [
|
|
950
|
-
{
|
|
951
|
-
number: {
|
|
952
|
-
tablet: {
|
|
953
|
-
"font-size": "2xl",
|
|
954
|
-
},
|
|
955
|
-
"font-size": "3xl",
|
|
956
|
-
},
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
number: {
|
|
960
|
-
"font-size": "3xl",
|
|
961
|
-
tablet: {
|
|
962
|
-
"font-size": "2xl",
|
|
963
|
-
},
|
|
964
|
-
},
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
number: {
|
|
968
|
-
"font-size": "3xl",
|
|
969
|
-
tablet: {
|
|
970
|
-
"font-size": "2xl",
|
|
971
|
-
},
|
|
972
|
-
},
|
|
973
|
-
},
|
|
974
|
-
],
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
card: {
|
|
978
|
-
display: "flex",
|
|
979
|
-
"background-color": "white",
|
|
980
|
-
"border-radius": "base",
|
|
981
|
-
"box-shadow": "lg",
|
|
982
|
-
overflow: "hidden",
|
|
983
|
-
"align-items": "stretch",
|
|
984
|
-
mobile: {
|
|
985
|
-
"flex-direction": "column",
|
|
986
|
-
"min-height": "auto",
|
|
987
|
-
"row-gap": "base",
|
|
988
|
-
},
|
|
989
|
-
"border-style": "solid",
|
|
990
|
-
"border-width": "1px",
|
|
991
|
-
"padding-left": "base",
|
|
992
|
-
"padding-right": "base",
|
|
993
|
-
"padding-top": "base",
|
|
994
|
-
"padding-bottom": "base",
|
|
995
|
-
tablet: {
|
|
996
|
-
"flex-direction": "column",
|
|
997
|
-
"align-items": "start",
|
|
998
|
-
},
|
|
999
|
-
},
|
|
1000
|
-
"image-container": {
|
|
1001
|
-
flex: "0 0 40%",
|
|
1002
|
-
mobile: {
|
|
1003
|
-
flex: "none",
|
|
1004
|
-
width: "100%",
|
|
1005
|
-
height: "100%",
|
|
1006
|
-
},
|
|
1007
|
-
tablet: {
|
|
1008
|
-
width: "100%",
|
|
1009
|
-
},
|
|
1010
|
-
},
|
|
1011
|
-
image: {
|
|
1012
|
-
width: "100%",
|
|
1013
|
-
height: "100%",
|
|
1014
|
-
"object-fit": "cover",
|
|
1015
|
-
},
|
|
1016
|
-
"content-container": {
|
|
1017
|
-
flex: "1",
|
|
1018
|
-
padding: "2xl",
|
|
1019
|
-
display: "flex",
|
|
1020
|
-
"flex-direction": "column",
|
|
1021
|
-
"justify-content": "space-between",
|
|
1022
|
-
mobile: {
|
|
1023
|
-
padding: "lg",
|
|
1024
|
-
"padding-left": "none",
|
|
1025
|
-
"padding-right": "none",
|
|
1026
|
-
"padding-bottom": "none",
|
|
1027
|
-
"padding-top": "none",
|
|
1028
|
-
},
|
|
1029
|
-
tablet: {
|
|
1030
|
-
"flex-direction": "column",
|
|
1031
|
-
},
|
|
1032
|
-
},
|
|
1033
|
-
"header-container": {
|
|
1034
|
-
"margin-bottom": "lg",
|
|
1035
|
-
},
|
|
1036
|
-
"card-title": {
|
|
1037
|
-
"margin-bottom": "sm",
|
|
1038
|
-
tablet: {
|
|
1039
|
-
"font-size": "xl",
|
|
1040
|
-
},
|
|
1041
|
-
},
|
|
1042
|
-
"card-description": {
|
|
1043
|
-
color: "text-2",
|
|
1044
|
-
tablet: {
|
|
1045
|
-
"max-width": "600px",
|
|
1046
|
-
},
|
|
1047
|
-
},
|
|
1048
|
-
stats_levoGroup: {
|
|
1049
|
-
display: "grid",
|
|
1050
|
-
"column-gap": "lg",
|
|
1051
|
-
"margin-bottom": "lg",
|
|
1052
|
-
mobile: {
|
|
1053
|
-
"flex-wrap": "wrap",
|
|
1054
|
-
"row-gap": "sm",
|
|
1055
|
-
"column-gap": "sm",
|
|
1056
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1057
|
-
},
|
|
1058
|
-
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
1059
|
-
tablet: {
|
|
1060
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1061
|
-
},
|
|
1062
|
-
},
|
|
1063
|
-
stat_card: {
|
|
1064
|
-
"text-align": "center",
|
|
1065
|
-
mobile: {
|
|
1066
|
-
flex: "1 1 calc(50% - 4px)",
|
|
1067
|
-
"min-width": "80px",
|
|
1068
|
-
},
|
|
1069
|
-
},
|
|
1070
|
-
number: {
|
|
1071
|
-
color: "text-1",
|
|
1072
|
-
"margin-bottom": "xs",
|
|
1073
|
-
},
|
|
1074
|
-
label: {
|
|
1075
|
-
color: "text-2",
|
|
1076
|
-
},
|
|
1077
|
-
cta: {
|
|
1078
|
-
"align-self": "flex-start",
|
|
1079
|
-
"border-color": "border",
|
|
1080
|
-
"padding-top": "sm",
|
|
1081
|
-
"padding-bottom": "sm",
|
|
1082
|
-
"padding-left": "lg",
|
|
1083
|
-
"padding-right": "lg",
|
|
1084
|
-
},
|
|
1085
|
-
stats: [
|
|
1086
|
-
{
|
|
1087
|
-
number: {
|
|
1088
|
-
tablet: {
|
|
1089
|
-
"font-size": "base",
|
|
1090
|
-
},
|
|
1091
|
-
"font-size": "3xl",
|
|
1092
|
-
},
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
number: {
|
|
1096
|
-
"font-size": "3xl",
|
|
1097
|
-
},
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
number: {
|
|
1101
|
-
"font-size": "3xl",
|
|
1102
|
-
},
|
|
1103
|
-
},
|
|
1104
|
-
],
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
card: {
|
|
1108
|
-
display: "flex",
|
|
1109
|
-
"background-color": "white",
|
|
1110
|
-
"border-radius": "base",
|
|
1111
|
-
"box-shadow": "lg",
|
|
1112
|
-
overflow: "hidden",
|
|
1113
|
-
"align-items": "stretch",
|
|
1114
|
-
mobile: {
|
|
1115
|
-
"flex-direction": "column",
|
|
1116
|
-
"min-height": "auto",
|
|
1117
|
-
"row-gap": "base",
|
|
1118
|
-
},
|
|
1119
|
-
"border-style": "solid",
|
|
1120
|
-
"border-width": "1px",
|
|
1121
|
-
"padding-left": "base",
|
|
1122
|
-
"padding-right": "base",
|
|
1123
|
-
"padding-top": "base",
|
|
1124
|
-
"padding-bottom": "base",
|
|
1125
|
-
tablet: {
|
|
1126
|
-
"flex-direction": "column",
|
|
1127
|
-
"align-items": "start",
|
|
1128
|
-
},
|
|
1129
|
-
},
|
|
1130
|
-
"image-container": {
|
|
1131
|
-
flex: "0 0 40%",
|
|
1132
|
-
mobile: {
|
|
1133
|
-
flex: "none",
|
|
1134
|
-
width: "100%",
|
|
1135
|
-
height: "100%",
|
|
1136
|
-
},
|
|
1137
|
-
tablet: {
|
|
1138
|
-
width: "100%",
|
|
1139
|
-
},
|
|
1140
|
-
},
|
|
1141
|
-
image: {
|
|
1142
|
-
width: "100%",
|
|
1143
|
-
height: "100%",
|
|
1144
|
-
"object-fit": "cover",
|
|
1145
|
-
},
|
|
1146
|
-
"content-container": {
|
|
1147
|
-
flex: "1",
|
|
1148
|
-
padding: "2xl",
|
|
1149
|
-
display: "flex",
|
|
1150
|
-
"flex-direction": "column",
|
|
1151
|
-
"justify-content": "space-between",
|
|
1152
|
-
mobile: {
|
|
1153
|
-
padding: "lg",
|
|
1154
|
-
"padding-left": "none",
|
|
1155
|
-
"padding-top": "none",
|
|
1156
|
-
"padding-right": "none",
|
|
1157
|
-
"padding-bottom": "none",
|
|
1158
|
-
},
|
|
1159
|
-
tablet: {
|
|
1160
|
-
"flex-direction": "column",
|
|
1161
|
-
},
|
|
1162
|
-
},
|
|
1163
|
-
"header-container": {
|
|
1164
|
-
"margin-bottom": "lg",
|
|
1165
|
-
},
|
|
1166
|
-
"card-title": {
|
|
1167
|
-
"margin-bottom": "sm",
|
|
1168
|
-
tablet: {
|
|
1169
|
-
"font-size": "xl",
|
|
1170
|
-
},
|
|
1171
|
-
},
|
|
1172
|
-
"card-description": {
|
|
1173
|
-
color: "text-2",
|
|
1174
|
-
tablet: {
|
|
1175
|
-
"max-width": "600px",
|
|
1176
|
-
},
|
|
1177
|
-
},
|
|
1178
|
-
stats_levoGroup: {
|
|
1179
|
-
display: "grid",
|
|
1180
|
-
"column-gap": "lg",
|
|
1181
|
-
"margin-bottom": "lg",
|
|
1182
|
-
mobile: {
|
|
1183
|
-
"flex-wrap": "wrap",
|
|
1184
|
-
"row-gap": "sm",
|
|
1185
|
-
"column-gap": "sm",
|
|
1186
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1187
|
-
},
|
|
1188
|
-
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
1189
|
-
tablet: {
|
|
1190
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1191
|
-
},
|
|
1192
|
-
},
|
|
1193
|
-
stat_card: {
|
|
1194
|
-
"text-align": "center",
|
|
1195
|
-
mobile: {
|
|
1196
|
-
flex: "1 1 calc(50% - 4px)",
|
|
1197
|
-
"min-width": "80px",
|
|
1198
|
-
},
|
|
1199
|
-
},
|
|
1200
|
-
number: {
|
|
1201
|
-
color: "text-1",
|
|
1202
|
-
"margin-bottom": "xs",
|
|
1203
|
-
},
|
|
1204
|
-
label: {
|
|
1205
|
-
color: "text-2",
|
|
1206
|
-
},
|
|
1207
|
-
cta: {
|
|
1208
|
-
"align-self": "flex-start",
|
|
1209
|
-
"border-color": "border",
|
|
1210
|
-
"padding-top": "sm",
|
|
1211
|
-
"padding-bottom": "sm",
|
|
1212
|
-
"padding-left": "lg",
|
|
1213
|
-
"padding-right": "lg",
|
|
1214
|
-
},
|
|
1215
|
-
stats: [
|
|
1216
|
-
{
|
|
1217
|
-
number: {
|
|
1218
|
-
"font-size": "3xl",
|
|
1219
|
-
},
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
number: {
|
|
1223
|
-
"font-size": "3xl",
|
|
1224
|
-
},
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
number: {
|
|
1228
|
-
"font-size": "3xl",
|
|
1229
|
-
},
|
|
1230
|
-
},
|
|
1231
|
-
],
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
card: {
|
|
1235
|
-
display: "flex",
|
|
1236
|
-
"background-color": "white",
|
|
1237
|
-
"border-radius": "base",
|
|
1238
|
-
"box-shadow": "lg",
|
|
1239
|
-
overflow: "hidden",
|
|
1240
|
-
"align-items": "stretch",
|
|
1241
|
-
mobile: {
|
|
1242
|
-
"flex-direction": "column",
|
|
1243
|
-
"min-height": "auto",
|
|
1244
|
-
"row-gap": "base",
|
|
1245
|
-
},
|
|
1246
|
-
"border-style": "solid",
|
|
1247
|
-
"border-width": "1px",
|
|
1248
|
-
"padding-left": "base",
|
|
1249
|
-
"padding-right": "base",
|
|
1250
|
-
"padding-top": "base",
|
|
1251
|
-
"padding-bottom": "base",
|
|
1252
|
-
tablet: {
|
|
1253
|
-
"flex-direction": "column",
|
|
1254
|
-
"align-items": "start",
|
|
1255
|
-
width: "fit-content",
|
|
1256
|
-
},
|
|
1257
|
-
},
|
|
1258
|
-
"image-container": {
|
|
1259
|
-
flex: "0 0 40%",
|
|
1260
|
-
mobile: {
|
|
1261
|
-
flex: "none",
|
|
1262
|
-
width: "100%",
|
|
1263
|
-
height: "100%",
|
|
1264
|
-
},
|
|
1265
|
-
tablet: {},
|
|
1266
|
-
},
|
|
1267
|
-
image: {
|
|
1268
|
-
width: "100%",
|
|
1269
|
-
height: "100%",
|
|
1270
|
-
"object-fit": "cover",
|
|
1271
|
-
},
|
|
1272
|
-
"content-container": {
|
|
1273
|
-
flex: "1",
|
|
1274
|
-
padding: "2xl",
|
|
1275
|
-
display: "flex",
|
|
1276
|
-
"flex-direction": "column",
|
|
1277
|
-
"justify-content": "space-between",
|
|
1278
|
-
mobile: {
|
|
1279
|
-
padding: "lg",
|
|
1280
|
-
"padding-left": "none",
|
|
1281
|
-
"padding-right": "none",
|
|
1282
|
-
"padding-bottom": "none",
|
|
1283
|
-
"padding-top": "none",
|
|
1284
|
-
},
|
|
1285
|
-
},
|
|
1286
|
-
"header-container": {
|
|
1287
|
-
"margin-bottom": "lg",
|
|
1288
|
-
},
|
|
1289
|
-
"card-title": {
|
|
1290
|
-
"margin-bottom": "sm",
|
|
1291
|
-
},
|
|
1292
|
-
"card-description": {
|
|
1293
|
-
color: "text-2",
|
|
1294
|
-
},
|
|
1295
|
-
stats_levoGroup: {
|
|
1296
|
-
display: "flex",
|
|
1297
|
-
"column-gap": "lg",
|
|
1298
|
-
"margin-bottom": "lg",
|
|
1299
|
-
mobile: {
|
|
1300
|
-
"flex-wrap": "wrap",
|
|
1301
|
-
"row-gap": "sm",
|
|
1302
|
-
"column-gap": "sm",
|
|
1303
|
-
},
|
|
1304
|
-
},
|
|
1305
|
-
stat_card: {
|
|
1306
|
-
"text-align": "center",
|
|
1307
|
-
mobile: {
|
|
1308
|
-
flex: "1 1 calc(50% - 4px)",
|
|
1309
|
-
"min-width": "80px",
|
|
1310
|
-
},
|
|
1311
|
-
},
|
|
1312
|
-
number: {
|
|
1313
|
-
color: "text-1",
|
|
1314
|
-
"margin-bottom": "xs",
|
|
1315
|
-
},
|
|
1316
|
-
label: {
|
|
1317
|
-
color: "text-2",
|
|
1318
|
-
},
|
|
1319
|
-
cta: {
|
|
1320
|
-
"align-self": "flex-start",
|
|
1321
|
-
"border-color": "border",
|
|
1322
|
-
"padding-top": "sm",
|
|
1323
|
-
"padding-bottom": "sm",
|
|
1324
|
-
"padding-left": "lg",
|
|
1325
|
-
"padding-right": "lg",
|
|
1326
|
-
},
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
card: {
|
|
1330
|
-
display: "flex",
|
|
1331
|
-
"background-color": "white",
|
|
1332
|
-
"border-radius": "base",
|
|
1333
|
-
"box-shadow": "lg",
|
|
1334
|
-
overflow: "hidden",
|
|
1335
|
-
"align-items": "stretch",
|
|
1336
|
-
mobile: {
|
|
1337
|
-
"flex-direction": "column",
|
|
1338
|
-
"min-height": "auto",
|
|
1339
|
-
"row-gap": "base",
|
|
1340
|
-
},
|
|
1341
|
-
"border-style": "solid",
|
|
1342
|
-
"border-width": "1px",
|
|
1343
|
-
"padding-left": "base",
|
|
1344
|
-
"padding-right": "base",
|
|
1345
|
-
"padding-top": "base",
|
|
1346
|
-
"padding-bottom": "base",
|
|
1347
|
-
tablet: {
|
|
1348
|
-
"flex-direction": "column",
|
|
1349
|
-
"align-items": "start",
|
|
1350
|
-
width: "fit-content",
|
|
1351
|
-
},
|
|
1352
|
-
},
|
|
1353
|
-
"image-container": {
|
|
1354
|
-
flex: "0 0 40%",
|
|
1355
|
-
mobile: {
|
|
1356
|
-
flex: "none",
|
|
1357
|
-
width: "100%",
|
|
1358
|
-
height: "100%",
|
|
1359
|
-
},
|
|
1360
|
-
tablet: {},
|
|
1361
|
-
},
|
|
1362
|
-
image: {
|
|
1363
|
-
width: "100%",
|
|
1364
|
-
height: "100%",
|
|
1365
|
-
"object-fit": "cover",
|
|
1366
|
-
},
|
|
1367
|
-
"content-container": {
|
|
1368
|
-
flex: "1",
|
|
1369
|
-
padding: "2xl",
|
|
1370
|
-
display: "flex",
|
|
1371
|
-
"flex-direction": "column",
|
|
1372
|
-
"justify-content": "space-between",
|
|
1373
|
-
mobile: {
|
|
1374
|
-
padding: "lg",
|
|
1375
|
-
"padding-left": "none",
|
|
1376
|
-
"padding-top": "none",
|
|
1377
|
-
"padding-right": "none",
|
|
1378
|
-
"padding-bottom": "none",
|
|
1379
|
-
},
|
|
1380
|
-
},
|
|
1381
|
-
"header-container": {
|
|
1382
|
-
"margin-bottom": "lg",
|
|
1383
|
-
},
|
|
1384
|
-
"card-title": {
|
|
1385
|
-
"margin-bottom": "sm",
|
|
1386
|
-
},
|
|
1387
|
-
"card-description": {
|
|
1388
|
-
color: "text-2",
|
|
1389
|
-
},
|
|
1390
|
-
stats_levoGroup: {
|
|
1391
|
-
display: "flex",
|
|
1392
|
-
"column-gap": "lg",
|
|
1393
|
-
"margin-bottom": "lg",
|
|
1394
|
-
mobile: {
|
|
1395
|
-
"flex-wrap": "wrap",
|
|
1396
|
-
"row-gap": "sm",
|
|
1397
|
-
"column-gap": "sm",
|
|
1398
|
-
},
|
|
1399
|
-
},
|
|
1400
|
-
stat_card: {
|
|
1401
|
-
"text-align": "center",
|
|
1402
|
-
mobile: {
|
|
1403
|
-
flex: "1 1 calc(50% - 4px)",
|
|
1404
|
-
"min-width": "80px",
|
|
1405
|
-
},
|
|
1406
|
-
},
|
|
1407
|
-
number: {
|
|
1408
|
-
color: "text-1",
|
|
1409
|
-
"margin-bottom": "xs",
|
|
1410
|
-
},
|
|
1411
|
-
label: {
|
|
1412
|
-
color: "text-2",
|
|
1413
|
-
},
|
|
1414
|
-
cta: {
|
|
1415
|
-
"align-self": "flex-start",
|
|
1416
|
-
"border-color": "border",
|
|
1417
|
-
"padding-top": "sm",
|
|
1418
|
-
"padding-bottom": "sm",
|
|
1419
|
-
"padding-left": "lg",
|
|
1420
|
-
"padding-right": "lg",
|
|
1421
|
-
},
|
|
1422
|
-
},
|
|
1423
|
-
{
|
|
1424
|
-
card: {
|
|
1425
|
-
display: "flex",
|
|
1426
|
-
"background-color": "white",
|
|
1427
|
-
"border-radius": "base",
|
|
1428
|
-
"box-shadow": "lg",
|
|
1429
|
-
overflow: "hidden",
|
|
1430
|
-
"align-items": "stretch",
|
|
1431
|
-
mobile: {
|
|
1432
|
-
"flex-direction": "column",
|
|
1433
|
-
"min-height": "auto",
|
|
1434
|
-
"row-gap": "base",
|
|
1435
|
-
},
|
|
1436
|
-
"border-style": "solid",
|
|
1437
|
-
"border-width": "1px",
|
|
1438
|
-
"padding-left": "base",
|
|
1439
|
-
"padding-right": "base",
|
|
1440
|
-
"padding-top": "base",
|
|
1441
|
-
"padding-bottom": "base",
|
|
1442
|
-
tablet: {
|
|
1443
|
-
"flex-direction": "column",
|
|
1444
|
-
"align-items": "start",
|
|
1445
|
-
width: "fit-content",
|
|
1446
|
-
},
|
|
1447
|
-
},
|
|
1448
|
-
"content-container": {
|
|
1449
|
-
flex: "1",
|
|
1450
|
-
padding: "2xl",
|
|
1451
|
-
display: "flex",
|
|
1452
|
-
"flex-direction": "column",
|
|
1453
|
-
"justify-content": "space-between",
|
|
1454
|
-
mobile: {
|
|
1455
|
-
padding: "lg",
|
|
1456
|
-
"padding-left": "none",
|
|
1457
|
-
"padding-right": "none",
|
|
1458
|
-
"padding-bottom": "none",
|
|
1459
|
-
"padding-top": "none",
|
|
1460
|
-
},
|
|
1461
|
-
},
|
|
1462
|
-
"image-container": {
|
|
1463
|
-
flex: "0 0 40%",
|
|
1464
|
-
mobile: {
|
|
1465
|
-
flex: "none",
|
|
1466
|
-
width: "100%",
|
|
1467
|
-
height: "100%",
|
|
1468
|
-
},
|
|
1469
|
-
tablet: {},
|
|
1470
|
-
},
|
|
1471
|
-
"header-container": {
|
|
1472
|
-
"margin-bottom": "lg",
|
|
1473
|
-
},
|
|
1474
|
-
stats_levoGroup: {
|
|
1475
|
-
display: "flex",
|
|
1476
|
-
"column-gap": "lg",
|
|
1477
|
-
"margin-bottom": "lg",
|
|
1478
|
-
mobile: {
|
|
1479
|
-
"flex-wrap": "wrap",
|
|
1480
|
-
"row-gap": "sm",
|
|
1481
|
-
"column-gap": "sm",
|
|
1482
|
-
},
|
|
1483
|
-
},
|
|
1484
|
-
cta: {
|
|
1485
|
-
"align-self": "flex-start",
|
|
1486
|
-
"border-color": "border",
|
|
1487
|
-
"padding-top": "sm",
|
|
1488
|
-
"padding-bottom": "sm",
|
|
1489
|
-
"padding-left": "lg",
|
|
1490
|
-
"padding-right": "lg",
|
|
1491
|
-
},
|
|
1492
|
-
"card-title": {
|
|
1493
|
-
"margin-bottom": "sm",
|
|
1494
|
-
},
|
|
1495
|
-
image: {
|
|
1496
|
-
mobile: {
|
|
1497
|
-
width: "100%",
|
|
1498
|
-
height: "100%",
|
|
1499
|
-
"object-fit": "cover",
|
|
1500
|
-
},
|
|
1501
|
-
},
|
|
1502
|
-
},
|
|
1503
|
-
{
|
|
1504
|
-
card: {
|
|
1505
|
-
display: "flex",
|
|
1506
|
-
"background-color": "white",
|
|
1507
|
-
"border-radius": "base",
|
|
1508
|
-
"box-shadow": "lg",
|
|
1509
|
-
overflow: "hidden",
|
|
1510
|
-
"align-items": "stretch",
|
|
1511
|
-
mobile: {
|
|
1512
|
-
"flex-direction": "column",
|
|
1513
|
-
"min-height": "auto",
|
|
1514
|
-
"row-gap": "base",
|
|
1515
|
-
},
|
|
1516
|
-
"border-style": "solid",
|
|
1517
|
-
"border-width": "1px",
|
|
1518
|
-
"padding-left": "base",
|
|
1519
|
-
"padding-right": "base",
|
|
1520
|
-
"padding-top": "base",
|
|
1521
|
-
"padding-bottom": "base",
|
|
1522
|
-
tablet: {
|
|
1523
|
-
"flex-direction": "column",
|
|
1524
|
-
"align-items": "start",
|
|
1525
|
-
width: "fit-content",
|
|
1526
|
-
},
|
|
1527
|
-
},
|
|
1528
|
-
"content-container": {
|
|
1529
|
-
flex: "1",
|
|
1530
|
-
padding: "2xl",
|
|
1531
|
-
display: "flex",
|
|
1532
|
-
"flex-direction": "column",
|
|
1533
|
-
"justify-content": "space-between",
|
|
1534
|
-
mobile: {
|
|
1535
|
-
padding: "lg",
|
|
1536
|
-
"padding-left": "none",
|
|
1537
|
-
"padding-top": "none",
|
|
1538
|
-
"padding-right": "none",
|
|
1539
|
-
"padding-bottom": "none",
|
|
1540
|
-
},
|
|
1541
|
-
},
|
|
1542
|
-
"image-container": {
|
|
1543
|
-
flex: "0 0 40%",
|
|
1544
|
-
mobile: {
|
|
1545
|
-
flex: "none",
|
|
1546
|
-
},
|
|
1547
|
-
tablet: {},
|
|
1548
|
-
},
|
|
1549
|
-
"header-container": {
|
|
1550
|
-
"margin-bottom": "lg",
|
|
1551
|
-
},
|
|
1552
|
-
stats_levoGroup: {
|
|
1553
|
-
display: "flex",
|
|
1554
|
-
"column-gap": "lg",
|
|
1555
|
-
"margin-bottom": "lg",
|
|
1556
|
-
mobile: {
|
|
1557
|
-
"flex-wrap": "wrap",
|
|
1558
|
-
"row-gap": "sm",
|
|
1559
|
-
"column-gap": "sm",
|
|
1560
|
-
},
|
|
1561
|
-
},
|
|
1562
|
-
cta: {
|
|
1563
|
-
"align-self": "flex-start",
|
|
1564
|
-
"border-color": "border",
|
|
1565
|
-
"padding-top": "sm",
|
|
1566
|
-
"padding-bottom": "sm",
|
|
1567
|
-
"padding-left": "lg",
|
|
1568
|
-
"padding-right": "lg",
|
|
1569
|
-
},
|
|
1570
|
-
"card-title": {
|
|
1571
|
-
"margin-bottom": "sm",
|
|
1572
|
-
},
|
|
1573
|
-
image: {
|
|
1574
|
-
mobile: {
|
|
1575
|
-
"object-fit": "cover",
|
|
1576
|
-
width: "100%",
|
|
1577
|
-
height: "100%",
|
|
1578
|
-
},
|
|
1579
|
-
},
|
|
1580
|
-
},
|
|
1581
|
-
],
|
|
1582
|
-
"carousel-navigation-arrow-left_leftIcon": {
|
|
1583
|
-
height: "22px",
|
|
1584
|
-
width: "22px",
|
|
1585
|
-
"font-size": "22px",
|
|
1586
|
-
},
|
|
1587
|
-
"carousel-navigation-arrow-right_rightIcon": {
|
|
1588
|
-
height: "24px",
|
|
1589
|
-
width: "24px",
|
|
1590
|
-
},
|
|
1591
|
-
"carousel-navigation-bottom-container": {
|
|
1592
|
-
display: "none",
|
|
1593
|
-
"justify-content": "center",
|
|
1594
|
-
"margin-top": "2xl",
|
|
1595
|
-
tablet: {
|
|
1596
|
-
display: "flex",
|
|
1597
|
-
},
|
|
1598
|
-
mobile: {
|
|
1599
|
-
display: "flex",
|
|
1600
|
-
},
|
|
1601
|
-
},
|
|
1602
|
-
"carousel-navigation-bottom": {
|
|
1603
|
-
display: "flex",
|
|
1604
|
-
"column-gap": "sm",
|
|
1605
|
-
"align-items": "center",
|
|
1606
|
-
},
|
|
1607
|
-
"carousel-navigation-arrow-left-bottom": {
|
|
1608
|
-
display: "flex",
|
|
1609
|
-
"align-items": "center",
|
|
1610
|
-
"justify-content": "center",
|
|
1611
|
-
"border-radius": "50%",
|
|
1612
|
-
"background-color": "white",
|
|
1613
|
-
color: "text-2",
|
|
1614
|
-
cursor: "pointer",
|
|
1615
|
-
"font-size": "lg",
|
|
1616
|
-
"font-weight": "500",
|
|
1617
|
-
"padding-top": "none",
|
|
1618
|
-
"padding-bottom": "none",
|
|
1619
|
-
"padding-left": "none",
|
|
1620
|
-
"padding-right": "none",
|
|
1621
|
-
"border-color": "transparent",
|
|
1622
|
-
"border-width": "0px",
|
|
1623
|
-
"border-style": "solid",
|
|
1624
|
-
_hover: {
|
|
1625
|
-
opacity: "0.9",
|
|
1626
|
-
},
|
|
1627
|
-
width: "48px",
|
|
1628
|
-
height: "48px",
|
|
1629
|
-
border: "1px solid var(--color-border)",
|
|
1630
|
-
transition: "opacity 0.3s ease, cursor 0.3s ease",
|
|
1631
|
-
"box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
|
|
1632
|
-
mobile: {
|
|
1633
|
-
width: "40px",
|
|
1634
|
-
height: "40px",
|
|
1635
|
-
},
|
|
1636
|
-
},
|
|
1637
|
-
"carousel-navigation-arrow-right-bottom": {
|
|
1638
|
-
width: "48px",
|
|
1639
|
-
height: "48px",
|
|
1640
|
-
"border-radius": "50%",
|
|
1641
|
-
"background-color": "white",
|
|
1642
|
-
border: "1px solid var(--color-border)",
|
|
1643
|
-
cursor: "pointer",
|
|
1644
|
-
display: "flex",
|
|
1645
|
-
"align-items": "center",
|
|
1646
|
-
"justify-content": "center",
|
|
1647
|
-
transition: "opacity 0.3s ease, cursor 0.3s ease",
|
|
1648
|
-
"box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
|
|
1649
|
-
"padding-top": "none",
|
|
1650
|
-
"padding-bottom": "none",
|
|
1651
|
-
"padding-left": "none",
|
|
1652
|
-
"padding-right": "none",
|
|
1653
|
-
color: "text-2",
|
|
1654
|
-
mobile: {
|
|
1655
|
-
width: "40px",
|
|
1656
|
-
height: "40px",
|
|
1657
|
-
},
|
|
1658
|
-
},
|
|
1659
|
-
"carousel-navigation-arrow-left-bottom_leftIcon": {
|
|
1660
|
-
height: "22px",
|
|
1661
|
-
width: "22px",
|
|
1662
|
-
"font-size": "22px",
|
|
1663
|
-
},
|
|
1664
|
-
"carousel-navigation-arrow-right-bottom_rightIcon": {
|
|
1665
|
-
height: "22px",
|
|
1666
|
-
width: "22px",
|
|
1667
|
-
"font-size": "22px",
|
|
1668
|
-
},
|
|
1669
|
-
},
|
|
1670
|
-
config: {
|
|
1671
|
-
cards_levoGroup: {
|
|
1672
|
-
carousel: {
|
|
1673
|
-
loop: false,
|
|
1674
|
-
},
|
|
1675
|
-
},
|
|
1676
|
-
"carousel-navigation-arrow-left": {
|
|
1677
|
-
button_icons: {
|
|
1678
|
-
left: {
|
|
1679
|
-
enabled: true,
|
|
1680
|
-
},
|
|
1681
|
-
},
|
|
1682
|
-
},
|
|
1683
|
-
"carousel-navigation-arrow-right": {
|
|
1684
|
-
button_icons: {
|
|
1685
|
-
right: {
|
|
1686
|
-
enabled: true,
|
|
1687
|
-
},
|
|
1688
|
-
},
|
|
1689
|
-
},
|
|
1690
|
-
"carousel-navigation-arrow-left-bottom": {
|
|
1691
|
-
button_icons: {
|
|
1692
|
-
left: {
|
|
1693
|
-
enabled: true,
|
|
1694
|
-
},
|
|
1695
|
-
},
|
|
1696
|
-
},
|
|
1697
|
-
"carousel-navigation-arrow-right-bottom": {
|
|
1698
|
-
button_icons: {
|
|
1699
|
-
right: {
|
|
1700
|
-
enabled: true,
|
|
1701
|
-
},
|
|
1702
|
-
},
|
|
1703
|
-
},
|
|
1704
|
-
title: {
|
|
1705
|
-
heading: {
|
|
1706
|
-
level: 2,
|
|
1707
|
-
},
|
|
1708
|
-
selectedVariants: {
|
|
1709
|
-
Heading_Level: "H2",
|
|
1710
|
-
},
|
|
1711
|
-
},
|
|
1712
|
-
"card-title": {
|
|
1713
|
-
heading: {
|
|
1714
|
-
level: 3,
|
|
1715
|
-
},
|
|
1716
|
-
selectedVariants: {
|
|
1717
|
-
Heading_Level: "H3",
|
|
1718
|
-
},
|
|
1719
|
-
},
|
|
1720
|
-
number: {
|
|
1721
|
-
heading: {
|
|
1722
|
-
level: 4,
|
|
1723
|
-
},
|
|
1724
|
-
selectedVariants: {
|
|
1725
|
-
Heading_Level: "H4",
|
|
1726
|
-
},
|
|
1727
|
-
},
|
|
1728
|
-
},
|
|
1729
|
-
content: DEFAULT_CONTENT,
|
|
1730
|
-
},
|
|
1731
|
-
],
|
|
1732
|
-
};
|