@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,660 +0,0 @@
|
|
|
1
|
-
const DEFAULT_CONTENT = {
|
|
2
|
-
layout: null,
|
|
3
|
-
container: null,
|
|
4
|
-
header_section: null,
|
|
5
|
-
main_title: "Career Opportunity",
|
|
6
|
-
header_button: "View All",
|
|
7
|
-
grid: [
|
|
8
|
-
{
|
|
9
|
-
card: null,
|
|
10
|
-
badge: "3+ Years of Experience",
|
|
11
|
-
content_container: null,
|
|
12
|
-
text_section: null,
|
|
13
|
-
title: "Senior Software Engineer",
|
|
14
|
-
description: "Join our innovative development team to build cutting-edge solutions using modern technologies and agile methodologies.",
|
|
15
|
-
cta: "Apply Now",
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
card: null,
|
|
19
|
-
badge: "1+ Years of Experience",
|
|
20
|
-
content_container: null,
|
|
21
|
-
text_section: null,
|
|
22
|
-
title: "Product Marketing Manager",
|
|
23
|
-
description: "Drive product growth and market expansion through strategic marketing campaigns and data-driven insights.",
|
|
24
|
-
cta: "Apply Now",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
card: null,
|
|
28
|
-
badge: "2+ Years of Experience",
|
|
29
|
-
content_container: null,
|
|
30
|
-
text_section: null,
|
|
31
|
-
title: "UX Research Specialist",
|
|
32
|
-
description: "Lead user research initiatives to enhance product experiences and inform design decisions across our platform.",
|
|
33
|
-
cta: "Apply Now",
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
card: null,
|
|
37
|
-
badge: "5+ Years of Experience",
|
|
38
|
-
content_container: null,
|
|
39
|
-
text_section: null,
|
|
40
|
-
title: "Data Science Lead",
|
|
41
|
-
description: "Spearhead machine learning projects and analytics initiatives to unlock business insights and drive innovation.",
|
|
42
|
-
cta: "Apply Now",
|
|
43
|
-
},
|
|
44
|
-
],
|
|
45
|
-
header_button_rightIcon: {
|
|
46
|
-
kind: "custom",
|
|
47
|
-
data: {
|
|
48
|
-
id: "UpLVWyg9E9QC",
|
|
49
|
-
location: "https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs.png",
|
|
50
|
-
mimetype: "image/png",
|
|
51
|
-
kind: "image",
|
|
52
|
-
srcset: {
|
|
53
|
-
"1080w": "https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp",
|
|
54
|
-
"1200w": "https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp",
|
|
55
|
-
"1920w": "https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp",
|
|
56
|
-
"320w": "https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-320w.webp",
|
|
57
|
-
"640w": "https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-640w.webp",
|
|
58
|
-
"750w": "https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-750w.webp",
|
|
59
|
-
"828w": "https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-828w.webp",
|
|
60
|
-
path: "https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-320w.webp 320w, https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp 1200w, https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp 1080w",
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
};
|
|
65
|
-
export const Cards8 = {
|
|
66
|
-
category_id: "cards",
|
|
67
|
-
title: "Cards 8",
|
|
68
|
-
key: "cards-8",
|
|
69
|
-
version: "v1",
|
|
70
|
-
prompt_description: "Career opportunities section with header title and 'View All' button, featuring job cards in a grid layout. Each card displays a badge, job title, description, and a single CTA button in a flex layout.",
|
|
71
|
-
content_schema: [
|
|
72
|
-
{
|
|
73
|
-
key: "layout",
|
|
74
|
-
label: "Layout",
|
|
75
|
-
field_interface: "LayoutWidget",
|
|
76
|
-
hint: {
|
|
77
|
-
prompt_description: "Overall section layout for the career opportunities block. Controls spacing, background, and structure.",
|
|
78
|
-
},
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
key: "container",
|
|
82
|
-
label: "Container",
|
|
83
|
-
field_interface: "ContainerWidget",
|
|
84
|
-
hint: {
|
|
85
|
-
prompt_description: "Main container for centering and constraining the content width.",
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
key: "header_section",
|
|
90
|
-
label: "Header Section",
|
|
91
|
-
field_interface: "BoxWidget",
|
|
92
|
-
hint: {
|
|
93
|
-
prompt_description: "Header area containing the main title and view all button, positioned horizontally.",
|
|
94
|
-
},
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
key: "main_title",
|
|
98
|
-
label: "Main Title",
|
|
99
|
-
field_interface: "HeadingWidget",
|
|
100
|
-
hint: {
|
|
101
|
-
prompt_description: "Main section heading that describes the career opportunities section. Should be engaging and professional.",
|
|
102
|
-
min_characters: 10,
|
|
103
|
-
max_characters: 40,
|
|
104
|
-
},
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
key: "header_button",
|
|
108
|
-
label: "Header Button",
|
|
109
|
-
field_interface: "ButtonWidget",
|
|
110
|
-
hint: {
|
|
111
|
-
prompt_description: "Secondary action button for viewing all career opportunities. Should encourage exploration.",
|
|
112
|
-
min_characters: 6,
|
|
113
|
-
max_characters: 20,
|
|
114
|
-
},
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
key: "grid",
|
|
118
|
-
label: "Job Cards",
|
|
119
|
-
kind: "group",
|
|
120
|
-
field_interface: "BoxWidget",
|
|
121
|
-
fields: [
|
|
122
|
-
{
|
|
123
|
-
key: "card",
|
|
124
|
-
label: "Card Container",
|
|
125
|
-
field_interface: "BoxWidget",
|
|
126
|
-
hint: {
|
|
127
|
-
prompt_description: "Individual job card container for styling and layout. No direct content.",
|
|
128
|
-
},
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
key: "badge",
|
|
132
|
-
label: "Experience Badge",
|
|
133
|
-
field_interface: "TypographyWidget",
|
|
134
|
-
hint: {
|
|
135
|
-
prompt_description: "Small badge showing experience requirements, displayed as a capsule above the card content.",
|
|
136
|
-
min_characters: 10,
|
|
137
|
-
max_characters: 30,
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
key: "content_container",
|
|
142
|
-
label: "Content Container",
|
|
143
|
-
field_interface: "BoxWidget",
|
|
144
|
-
hint: {
|
|
145
|
-
prompt_description: "Main content container that holds the text section and CTA in a flex layout.",
|
|
146
|
-
},
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
key: "text_section",
|
|
150
|
-
label: "Text Section",
|
|
151
|
-
field_interface: "BoxWidget",
|
|
152
|
-
hint: {
|
|
153
|
-
prompt_description: "Left section containing job title and description in the flex layout.",
|
|
154
|
-
},
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
key: "title",
|
|
158
|
-
label: "Job Title",
|
|
159
|
-
field_interface: "HeadingWidget",
|
|
160
|
-
hint: {
|
|
161
|
-
prompt_description: "Job position title that's clear, professional, and attractive to potential candidates.",
|
|
162
|
-
min_characters: 15,
|
|
163
|
-
max_characters: 40,
|
|
164
|
-
},
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
key: "description",
|
|
168
|
-
label: "Job Description",
|
|
169
|
-
field_interface: "TypographyWidget",
|
|
170
|
-
hint: {
|
|
171
|
-
prompt_description: "Brief job description explaining key responsibilities and requirements. Should be engaging and informative.",
|
|
172
|
-
min_characters: 60,
|
|
173
|
-
max_characters: 150,
|
|
174
|
-
},
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
key: "cta",
|
|
178
|
-
label: "Apply Button",
|
|
179
|
-
field_interface: "ButtonWidget",
|
|
180
|
-
hint: {
|
|
181
|
-
prompt_description: "Primary call-to-action button for job application. Should be compelling and action-oriented.",
|
|
182
|
-
min_characters: 6,
|
|
183
|
-
max_characters: 20,
|
|
184
|
-
},
|
|
185
|
-
},
|
|
186
|
-
],
|
|
187
|
-
hint: {
|
|
188
|
-
prompt_description: "Collection of job opportunity cards featuring experience badges, titles, descriptions, and apply buttons.",
|
|
189
|
-
min_items: 2,
|
|
190
|
-
max_items: 6,
|
|
191
|
-
},
|
|
192
|
-
},
|
|
193
|
-
],
|
|
194
|
-
layouts: [
|
|
195
|
-
{
|
|
196
|
-
title: "Default",
|
|
197
|
-
key: "default",
|
|
198
|
-
styles: {
|
|
199
|
-
layout: {
|
|
200
|
-
"padding-top": "6xl",
|
|
201
|
-
"padding-bottom": "6xl",
|
|
202
|
-
"padding-left": "xl",
|
|
203
|
-
"padding-right": "xl",
|
|
204
|
-
"background-color": "oklch(0.9643 0.0169 61.9599)",
|
|
205
|
-
tablet: {
|
|
206
|
-
"padding-top": "4xl",
|
|
207
|
-
"padding-bottom": "4xl",
|
|
208
|
-
"padding-left": "lg",
|
|
209
|
-
"padding-right": "lg",
|
|
210
|
-
},
|
|
211
|
-
mobile: {
|
|
212
|
-
"padding-top": "3xl",
|
|
213
|
-
"padding-bottom": "3xl",
|
|
214
|
-
"padding-left": "base",
|
|
215
|
-
"padding-right": "base",
|
|
216
|
-
},
|
|
217
|
-
},
|
|
218
|
-
container: {
|
|
219
|
-
"max-width": "1280px",
|
|
220
|
-
"margin-left": "auto",
|
|
221
|
-
"margin-right": "auto",
|
|
222
|
-
filter: "none",
|
|
223
|
-
},
|
|
224
|
-
header_section: {
|
|
225
|
-
display: "flex",
|
|
226
|
-
"justify-content": "space-between",
|
|
227
|
-
"align-items": "center",
|
|
228
|
-
"margin-bottom": "4xl",
|
|
229
|
-
mobile: {
|
|
230
|
-
"flex-direction": "column",
|
|
231
|
-
"align-items": "center",
|
|
232
|
-
"row-gap": "lg",
|
|
233
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
234
|
-
"justify-content": "center",
|
|
235
|
-
},
|
|
236
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
237
|
-
},
|
|
238
|
-
header_button: {
|
|
239
|
-
color: "text-3",
|
|
240
|
-
"font-size": "base",
|
|
241
|
-
"font-weight": "500",
|
|
242
|
-
display: "flex",
|
|
243
|
-
"align-items": "center",
|
|
244
|
-
"column-gap": "xs",
|
|
245
|
-
filter: "none",
|
|
246
|
-
"text-decoration": "none",
|
|
247
|
-
},
|
|
248
|
-
grid_levoGroup: {
|
|
249
|
-
filter: "none",
|
|
250
|
-
display: "grid",
|
|
251
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
252
|
-
"row-gap": "xl",
|
|
253
|
-
"column-gap": "xl",
|
|
254
|
-
mobile: {
|
|
255
|
-
filter: "none",
|
|
256
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
257
|
-
},
|
|
258
|
-
},
|
|
259
|
-
grid: [
|
|
260
|
-
{
|
|
261
|
-
card: {
|
|
262
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
263
|
-
display: "block",
|
|
264
|
-
"background-color": "white",
|
|
265
|
-
"padding-top": "3xl",
|
|
266
|
-
"padding-bottom": "3xl",
|
|
267
|
-
"padding-left": "3xl",
|
|
268
|
-
"padding-right": "3xl",
|
|
269
|
-
"border-radius": "xl",
|
|
270
|
-
mobile: {
|
|
271
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
272
|
-
"padding-top": "xl",
|
|
273
|
-
"padding-left": "xl",
|
|
274
|
-
"padding-right": "xl",
|
|
275
|
-
"padding-bottom": "xl",
|
|
276
|
-
},
|
|
277
|
-
tablet: {
|
|
278
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
279
|
-
"padding-top": "xl",
|
|
280
|
-
"padding-right": "xl",
|
|
281
|
-
"padding-left": "xl",
|
|
282
|
-
"padding-bottom": "xl",
|
|
283
|
-
},
|
|
284
|
-
},
|
|
285
|
-
badge: {
|
|
286
|
-
filter: "none",
|
|
287
|
-
"font-size": "sm",
|
|
288
|
-
"font-weight": "500",
|
|
289
|
-
"background-color": "oklch(0.9289 0.0214 142.4953)",
|
|
290
|
-
color: "oklch(0.4451 0.1328 142.4953)",
|
|
291
|
-
"padding-top": "xs",
|
|
292
|
-
"padding-bottom": "xs",
|
|
293
|
-
"padding-left": "sm",
|
|
294
|
-
"padding-right": "sm",
|
|
295
|
-
"border-radius": "3xl",
|
|
296
|
-
display: "inline-block",
|
|
297
|
-
"margin-bottom": "lg",
|
|
298
|
-
},
|
|
299
|
-
content_container: {
|
|
300
|
-
filter: "none",
|
|
301
|
-
display: "flex",
|
|
302
|
-
"align-items": "start",
|
|
303
|
-
"column-gap": "lg",
|
|
304
|
-
mobile: {
|
|
305
|
-
filter: "none",
|
|
306
|
-
"flex-direction": "column",
|
|
307
|
-
"row-gap": "lg",
|
|
308
|
-
},
|
|
309
|
-
tablet: {
|
|
310
|
-
filter: "none",
|
|
311
|
-
"flex-direction": "column",
|
|
312
|
-
"row-gap": "lg",
|
|
313
|
-
},
|
|
314
|
-
"justify-content": "start",
|
|
315
|
-
},
|
|
316
|
-
text_section: {
|
|
317
|
-
filter: "none",
|
|
318
|
-
display: "flex",
|
|
319
|
-
"flex-direction": "column",
|
|
320
|
-
"row-gap": "sm",
|
|
321
|
-
"flex-grow": "1",
|
|
322
|
-
},
|
|
323
|
-
title: {
|
|
324
|
-
filter: "none",
|
|
325
|
-
"font-size": "2xl",
|
|
326
|
-
"font-weight": "700",
|
|
327
|
-
color: "text-1",
|
|
328
|
-
"line-height": "1.3",
|
|
329
|
-
},
|
|
330
|
-
description: {
|
|
331
|
-
filter: "none",
|
|
332
|
-
"font-size": "base",
|
|
333
|
-
color: "text-2",
|
|
334
|
-
"line-height": "1.5",
|
|
335
|
-
display: "none",
|
|
336
|
-
},
|
|
337
|
-
cta: {
|
|
338
|
-
filter: "none",
|
|
339
|
-
"border-radius": "base",
|
|
340
|
-
"flex-shrink": "0",
|
|
341
|
-
mobile: {
|
|
342
|
-
filter: "none",
|
|
343
|
-
width: "100%",
|
|
344
|
-
},
|
|
345
|
-
tablet: {
|
|
346
|
-
filter: "none",
|
|
347
|
-
width: "100%",
|
|
348
|
-
},
|
|
349
|
-
},
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
card: {
|
|
353
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
354
|
-
display: "block",
|
|
355
|
-
"background-color": "white",
|
|
356
|
-
"padding-top": "3xl",
|
|
357
|
-
"padding-bottom": "3xl",
|
|
358
|
-
"padding-left": "3xl",
|
|
359
|
-
"padding-right": "3xl",
|
|
360
|
-
"border-radius": "xl",
|
|
361
|
-
mobile: {
|
|
362
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
363
|
-
"padding-top": "xl",
|
|
364
|
-
"padding-left": "xl",
|
|
365
|
-
"padding-right": "xl",
|
|
366
|
-
"padding-bottom": "xl",
|
|
367
|
-
},
|
|
368
|
-
tablet: {
|
|
369
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
370
|
-
"padding-top": "xl",
|
|
371
|
-
"padding-right": "xl",
|
|
372
|
-
"padding-left": "xl",
|
|
373
|
-
"padding-bottom": "xl",
|
|
374
|
-
},
|
|
375
|
-
},
|
|
376
|
-
badge: {
|
|
377
|
-
filter: "none",
|
|
378
|
-
"font-size": "sm",
|
|
379
|
-
"font-weight": "500",
|
|
380
|
-
"background-color": "oklch(0.9289 0.0214 142.4953)",
|
|
381
|
-
color: "oklch(0.4451 0.1328 142.4953)",
|
|
382
|
-
"padding-top": "xs",
|
|
383
|
-
"padding-bottom": "xs",
|
|
384
|
-
"padding-left": "sm",
|
|
385
|
-
"padding-right": "sm",
|
|
386
|
-
"border-radius": "3xl",
|
|
387
|
-
display: "inline-block",
|
|
388
|
-
"margin-bottom": "lg",
|
|
389
|
-
},
|
|
390
|
-
content_container: {
|
|
391
|
-
filter: "none",
|
|
392
|
-
display: "flex",
|
|
393
|
-
"align-items": "flex-start",
|
|
394
|
-
"column-gap": "lg",
|
|
395
|
-
mobile: {
|
|
396
|
-
filter: "none",
|
|
397
|
-
"flex-direction": "column",
|
|
398
|
-
"row-gap": "lg",
|
|
399
|
-
},
|
|
400
|
-
tablet: {
|
|
401
|
-
filter: "none",
|
|
402
|
-
"flex-direction": "column",
|
|
403
|
-
"row-gap": "lg",
|
|
404
|
-
},
|
|
405
|
-
},
|
|
406
|
-
text_section: {
|
|
407
|
-
filter: "none",
|
|
408
|
-
display: "flex",
|
|
409
|
-
"flex-direction": "column",
|
|
410
|
-
"row-gap": "sm",
|
|
411
|
-
"flex-grow": "1",
|
|
412
|
-
},
|
|
413
|
-
title: {
|
|
414
|
-
filter: "none",
|
|
415
|
-
"font-size": "2xl",
|
|
416
|
-
"font-weight": "700",
|
|
417
|
-
color: "text-1",
|
|
418
|
-
"line-height": "1.3",
|
|
419
|
-
},
|
|
420
|
-
description: {
|
|
421
|
-
filter: "none",
|
|
422
|
-
"font-size": "base",
|
|
423
|
-
color: "text-2",
|
|
424
|
-
"line-height": "1.5",
|
|
425
|
-
display: "none",
|
|
426
|
-
},
|
|
427
|
-
cta: {
|
|
428
|
-
filter: "none",
|
|
429
|
-
"border-radius": "base",
|
|
430
|
-
"flex-shrink": "0",
|
|
431
|
-
mobile: {
|
|
432
|
-
filter: "none",
|
|
433
|
-
width: "100%",
|
|
434
|
-
},
|
|
435
|
-
tablet: {
|
|
436
|
-
filter: "none",
|
|
437
|
-
width: "100%",
|
|
438
|
-
},
|
|
439
|
-
},
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
card: {
|
|
443
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
444
|
-
display: "block",
|
|
445
|
-
"background-color": "white",
|
|
446
|
-
"padding-top": "3xl",
|
|
447
|
-
"padding-bottom": "3xl",
|
|
448
|
-
"padding-left": "3xl",
|
|
449
|
-
"padding-right": "3xl",
|
|
450
|
-
"border-radius": "xl",
|
|
451
|
-
mobile: {
|
|
452
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
453
|
-
"padding-top": "xl",
|
|
454
|
-
"padding-left": "xl",
|
|
455
|
-
"padding-right": "xl",
|
|
456
|
-
"padding-bottom": "xl",
|
|
457
|
-
},
|
|
458
|
-
tablet: {
|
|
459
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
460
|
-
"padding-top": "xl",
|
|
461
|
-
"padding-right": "xl",
|
|
462
|
-
"padding-left": "xl",
|
|
463
|
-
"padding-bottom": "xl",
|
|
464
|
-
},
|
|
465
|
-
},
|
|
466
|
-
badge: {
|
|
467
|
-
filter: "none",
|
|
468
|
-
"font-size": "sm",
|
|
469
|
-
"font-weight": "500",
|
|
470
|
-
"background-color": "oklch(0.9289 0.0214 142.4953)",
|
|
471
|
-
color: "oklch(0.4451 0.1328 142.4953)",
|
|
472
|
-
"padding-top": "xs",
|
|
473
|
-
"padding-bottom": "xs",
|
|
474
|
-
"padding-left": "sm",
|
|
475
|
-
"padding-right": "sm",
|
|
476
|
-
"border-radius": "3xl",
|
|
477
|
-
display: "inline-block",
|
|
478
|
-
"margin-bottom": "lg",
|
|
479
|
-
},
|
|
480
|
-
content_container: {
|
|
481
|
-
filter: "none",
|
|
482
|
-
display: "flex",
|
|
483
|
-
"align-items": "flex-start",
|
|
484
|
-
"column-gap": "lg",
|
|
485
|
-
mobile: {
|
|
486
|
-
filter: "none",
|
|
487
|
-
"flex-direction": "column",
|
|
488
|
-
"row-gap": "lg",
|
|
489
|
-
},
|
|
490
|
-
tablet: {
|
|
491
|
-
filter: "none",
|
|
492
|
-
"flex-direction": "column",
|
|
493
|
-
"row-gap": "lg",
|
|
494
|
-
},
|
|
495
|
-
},
|
|
496
|
-
text_section: {
|
|
497
|
-
filter: "none",
|
|
498
|
-
display: "flex",
|
|
499
|
-
"flex-direction": "column",
|
|
500
|
-
"row-gap": "sm",
|
|
501
|
-
"flex-grow": "1",
|
|
502
|
-
},
|
|
503
|
-
title: {
|
|
504
|
-
filter: "none",
|
|
505
|
-
"font-size": "2xl",
|
|
506
|
-
"font-weight": "700",
|
|
507
|
-
color: "text-1",
|
|
508
|
-
"line-height": "1.3",
|
|
509
|
-
},
|
|
510
|
-
description: {
|
|
511
|
-
filter: "none",
|
|
512
|
-
"font-size": "base",
|
|
513
|
-
color: "text-2",
|
|
514
|
-
"line-height": "1.5",
|
|
515
|
-
display: "none",
|
|
516
|
-
},
|
|
517
|
-
cta: {
|
|
518
|
-
filter: "none",
|
|
519
|
-
"border-radius": "base",
|
|
520
|
-
"flex-shrink": "0",
|
|
521
|
-
mobile: {
|
|
522
|
-
filter: "none",
|
|
523
|
-
width: "100%",
|
|
524
|
-
},
|
|
525
|
-
tablet: {
|
|
526
|
-
filter: "none",
|
|
527
|
-
width: "100%",
|
|
528
|
-
},
|
|
529
|
-
},
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
card: {
|
|
533
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
534
|
-
display: "block",
|
|
535
|
-
"background-color": "white",
|
|
536
|
-
"padding-top": "3xl",
|
|
537
|
-
"padding-bottom": "3xl",
|
|
538
|
-
"padding-left": "3xl",
|
|
539
|
-
"padding-right": "3xl",
|
|
540
|
-
"border-radius": "xl",
|
|
541
|
-
mobile: {
|
|
542
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
543
|
-
"padding-top": "xl",
|
|
544
|
-
"padding-left": "xl",
|
|
545
|
-
"padding-right": "xl",
|
|
546
|
-
"padding-bottom": "xl",
|
|
547
|
-
},
|
|
548
|
-
tablet: {
|
|
549
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
550
|
-
"padding-top": "xl",
|
|
551
|
-
"padding-right": "xl",
|
|
552
|
-
"padding-left": "xl",
|
|
553
|
-
"padding-bottom": "xl",
|
|
554
|
-
},
|
|
555
|
-
},
|
|
556
|
-
badge: {
|
|
557
|
-
filter: "none",
|
|
558
|
-
"font-size": "sm",
|
|
559
|
-
"font-weight": "500",
|
|
560
|
-
"background-color": "oklch(0.9289 0.0214 142.4953)",
|
|
561
|
-
color: "oklch(0.4451 0.1328 142.4953)",
|
|
562
|
-
"padding-top": "xs",
|
|
563
|
-
"padding-bottom": "xs",
|
|
564
|
-
"padding-left": "sm",
|
|
565
|
-
"padding-right": "sm",
|
|
566
|
-
"border-radius": "3xl",
|
|
567
|
-
display: "inline-block",
|
|
568
|
-
"margin-bottom": "lg",
|
|
569
|
-
},
|
|
570
|
-
content_container: {
|
|
571
|
-
filter: "none",
|
|
572
|
-
display: "flex",
|
|
573
|
-
"align-items": "flex-start",
|
|
574
|
-
"column-gap": "lg",
|
|
575
|
-
mobile: {
|
|
576
|
-
filter: "none",
|
|
577
|
-
"flex-direction": "column",
|
|
578
|
-
"row-gap": "lg",
|
|
579
|
-
},
|
|
580
|
-
tablet: {
|
|
581
|
-
filter: "none",
|
|
582
|
-
"flex-direction": "column",
|
|
583
|
-
"row-gap": "lg",
|
|
584
|
-
},
|
|
585
|
-
},
|
|
586
|
-
text_section: {
|
|
587
|
-
filter: "none",
|
|
588
|
-
display: "flex",
|
|
589
|
-
"flex-direction": "column",
|
|
590
|
-
"row-gap": "sm",
|
|
591
|
-
"flex-grow": "1",
|
|
592
|
-
},
|
|
593
|
-
description: {
|
|
594
|
-
filter: "none",
|
|
595
|
-
"font-size": "base",
|
|
596
|
-
color: "text-2",
|
|
597
|
-
"line-height": "1.5",
|
|
598
|
-
display: "none",
|
|
599
|
-
},
|
|
600
|
-
cta: {
|
|
601
|
-
filter: "none",
|
|
602
|
-
"border-radius": "base",
|
|
603
|
-
"flex-shrink": "0",
|
|
604
|
-
mobile: {
|
|
605
|
-
filter: "none",
|
|
606
|
-
width: "100%",
|
|
607
|
-
},
|
|
608
|
-
tablet: {
|
|
609
|
-
filter: "none",
|
|
610
|
-
width: "100%",
|
|
611
|
-
},
|
|
612
|
-
},
|
|
613
|
-
},
|
|
614
|
-
],
|
|
615
|
-
header_button_rightIcon: {
|
|
616
|
-
width: "18px",
|
|
617
|
-
filter: "none",
|
|
618
|
-
},
|
|
619
|
-
},
|
|
620
|
-
content: DEFAULT_CONTENT,
|
|
621
|
-
config: {
|
|
622
|
-
main_title: {
|
|
623
|
-
selectedVariants: {
|
|
624
|
-
Heading_Level: "H2",
|
|
625
|
-
},
|
|
626
|
-
},
|
|
627
|
-
"grid.0.cta": {
|
|
628
|
-
selectedVariants: {
|
|
629
|
-
Button_Variants: "Primary",
|
|
630
|
-
},
|
|
631
|
-
},
|
|
632
|
-
"grid.1.cta": {
|
|
633
|
-
selectedVariants: {
|
|
634
|
-
Button_Variants: "Primary",
|
|
635
|
-
},
|
|
636
|
-
},
|
|
637
|
-
"grid.2.cta": {
|
|
638
|
-
selectedVariants: {
|
|
639
|
-
Button_Variants: "Primary",
|
|
640
|
-
},
|
|
641
|
-
},
|
|
642
|
-
"grid.3.cta": {
|
|
643
|
-
selectedVariants: {
|
|
644
|
-
Button_Variants: "Primary",
|
|
645
|
-
},
|
|
646
|
-
},
|
|
647
|
-
header_button: {
|
|
648
|
-
selectedVariants: {
|
|
649
|
-
Button_Variants: "Link",
|
|
650
|
-
},
|
|
651
|
-
button_icons: {
|
|
652
|
-
right: {
|
|
653
|
-
enabled: true,
|
|
654
|
-
},
|
|
655
|
-
},
|
|
656
|
-
},
|
|
657
|
-
},
|
|
658
|
-
},
|
|
659
|
-
],
|
|
660
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Heading, Image, Typography, Container, Section, Box, Button, } from "@levo-so/studio";
|
|
3
|
-
const Cards9 = ({ content }) => (_jsx(Section, { elementKey: "layout", children: _jsxs(Container, { elementKey: "container", children: [_jsxs(Box, { elementKey: "header_wrapper", children: [_jsx(Heading, { elementKey: "title" }), _jsx(Button, { elementKey: "header_cta" })] }), _jsx(Box, { elementKey: "cards_levoGroup", "data-levo_group": true, children: (content.cards ?? []).map((_, index) => (_jsxs(Box, { elementKey: `cards.${index}.card_wrapper`, "data-levo_group_item": true, children: [_jsx(Box, { elementKey: `cards.${index}.left_container`, children: _jsx(Image, { elementKey: `cards.${index}.image`, alt: "Card image" }) }), _jsxs(Box, { elementKey: `cards.${index}.right_container`, children: [_jsx(Box, { elementKey: `cards.${index}.meta_container`, children: _jsxs(Box, { elementKey: `cards.${index}.date_wrapper`, children: [_jsx(Image, { elementKey: `cards.${index}.date_icon`, alt: "Date icon" }), _jsx(Typography, { elementKey: `cards.${index}.date_text` })] }) }), _jsxs(Box, { elementKey: `cards.${index}.text_container`, children: [_jsx(Typography, { elementKey: `cards.${index}.card_title` }), _jsx(Button, { elementKey: `cards.${index}.cta` })] })] })] }, `cards-9-card-${index}`))) })] }) }));
|
|
4
|
-
export default Cards9;
|