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