@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,685 +0,0 @@
|
|
|
1
|
-
const DUMMY_IMAGE = {
|
|
2
|
-
kind: "icon",
|
|
3
|
-
data: {
|
|
4
|
-
id: "archive-minus",
|
|
5
|
-
label: "Archive Minus",
|
|
6
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
7
|
-
svgCode: '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
8
|
-
},
|
|
9
|
-
};
|
|
10
|
-
const DEFAULT_CONTENT = {
|
|
11
|
-
layout: null,
|
|
12
|
-
container: null,
|
|
13
|
-
"main-wrapper": null,
|
|
14
|
-
"hero-card": null,
|
|
15
|
-
"hero-image": {
|
|
16
|
-
id: "event-hero-image",
|
|
17
|
-
location: "https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=800&h=400&fit=crop",
|
|
18
|
-
kind: "image",
|
|
19
|
-
mimetype: "image/jpeg",
|
|
20
|
-
srcset: {
|
|
21
|
-
"320w": "https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=320&h=200&fit=crop",
|
|
22
|
-
"640w": "https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=640&h=320&fit=crop",
|
|
23
|
-
"800w": "https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=800&h=400&fit=crop",
|
|
24
|
-
"1200w": "https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1200&h=600&fit=crop",
|
|
25
|
-
path: "https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=320&h=200&fit=crop 320w, https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=640&h=320&fit=crop 640w, https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=800&h=400&fit=crop 800w, https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1200&h=600&fit=crop 1200w",
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
"hero-content": null,
|
|
29
|
-
title: "Annual Technology Summit 2024",
|
|
30
|
-
"event-info": null,
|
|
31
|
-
"start-date-wrapper": null,
|
|
32
|
-
"date-icon": DUMMY_IMAGE,
|
|
33
|
-
"start-date": "March 15, 2024",
|
|
34
|
-
"end-date-wrapper": null,
|
|
35
|
-
"end-date-icon": DUMMY_IMAGE,
|
|
36
|
-
"end-date": "March 15, 2024",
|
|
37
|
-
"time-wrapper": null,
|
|
38
|
-
"time-icon": DUMMY_IMAGE,
|
|
39
|
-
"time-range": "09:00 AM - 05:00 PM",
|
|
40
|
-
"kind-wrapper": null,
|
|
41
|
-
"kind-icon": DUMMY_IMAGE,
|
|
42
|
-
kind: "Conference",
|
|
43
|
-
"timing-wrapper": null,
|
|
44
|
-
"timing-icon": DUMMY_IMAGE,
|
|
45
|
-
timing: "Full Day",
|
|
46
|
-
"content-section": null,
|
|
47
|
-
"main-content": null,
|
|
48
|
-
"register-button": "Register Now",
|
|
49
|
-
"registration-ended": "The registration for this event has ended.",
|
|
50
|
-
event: null,
|
|
51
|
-
description: "Join us for an exciting day of technology insights, networking opportunities, and industry expertise. Our annual summit brings together thought leaders, innovators, and professionals to explore the latest trends in digital transformation, artificial intelligence, and emerging technologies. Experience keynote presentations, interactive workshops, and valuable networking sessions designed to accelerate your professional growth.",
|
|
52
|
-
"contact-sidebar": null,
|
|
53
|
-
"contact-card": null,
|
|
54
|
-
"contact-title": "Event Contact",
|
|
55
|
-
"contact-details": null,
|
|
56
|
-
"name-field": null,
|
|
57
|
-
"name-label": "Name:",
|
|
58
|
-
"name-value": "Sarah Johnson",
|
|
59
|
-
"email-field": null,
|
|
60
|
-
"email-label": "Email:",
|
|
61
|
-
"email-value": "events@techsummit.com",
|
|
62
|
-
"phone-field": null,
|
|
63
|
-
"phone-label": "Phone:",
|
|
64
|
-
"phone-value": "+1 (555) 123-4567",
|
|
65
|
-
starts_at: "2024-03-15T09:00:00Z",
|
|
66
|
-
ends_at: "2024-03-15T17:00:00Z",
|
|
67
|
-
};
|
|
68
|
-
export const EventDetails = {
|
|
69
|
-
category_id: "event",
|
|
70
|
-
title: "Event Details",
|
|
71
|
-
key: "event-details",
|
|
72
|
-
version: "v1",
|
|
73
|
-
prompt_description: "Detailed event page featuring hero image, event information, registration button, event description, and contact details sidebar",
|
|
74
|
-
content_schema: [
|
|
75
|
-
{
|
|
76
|
-
key: "layout",
|
|
77
|
-
label: "Layout",
|
|
78
|
-
field_interface: "LayoutWidget",
|
|
79
|
-
hint: {
|
|
80
|
-
prompt_description: "Defines the overall structure and layout of the Event Details block. No content generation required.",
|
|
81
|
-
},
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
key: "container",
|
|
85
|
-
label: "Container",
|
|
86
|
-
field_interface: "ContainerWidget",
|
|
87
|
-
hint: {
|
|
88
|
-
prompt_description: "Contains the whole Event Details section, providing spacing and alignment. No content generation required.",
|
|
89
|
-
},
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
key: "main-wrapper",
|
|
93
|
-
label: "Main Wrapper",
|
|
94
|
-
field_interface: "BoxWidget",
|
|
95
|
-
hint: {
|
|
96
|
-
prompt_description: "Main container wrapping all event details content. No content generation required.",
|
|
97
|
-
},
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
key: "hero-card",
|
|
101
|
-
label: "Hero Card",
|
|
102
|
-
field_interface: "BoxWidget",
|
|
103
|
-
hint: {
|
|
104
|
-
prompt_description: "Card container for the hero section with image and basic event info. No content generation required.",
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
key: "hero-image",
|
|
109
|
-
label: "Hero Image",
|
|
110
|
-
field_interface: "ImageWidget",
|
|
111
|
-
hint: {
|
|
112
|
-
prompt_description: "Main event cover image showcasing the event theme or venue.",
|
|
113
|
-
},
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
key: "hero-content",
|
|
117
|
-
label: "Hero Content",
|
|
118
|
-
field_interface: "BoxWidget",
|
|
119
|
-
hint: {
|
|
120
|
-
prompt_description: "Container for hero text content including title and event info. No content generation required.",
|
|
121
|
-
},
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
key: "title",
|
|
125
|
-
label: "Event Title",
|
|
126
|
-
field_interface: "HeadingWidget",
|
|
127
|
-
hint: {
|
|
128
|
-
prompt_description: "Main event title that clearly describes the event name and purpose.",
|
|
129
|
-
min_characters: 20,
|
|
130
|
-
max_characters: 60,
|
|
131
|
-
},
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
key: "event-info",
|
|
135
|
-
label: "Event Info Container",
|
|
136
|
-
field_interface: "BoxWidget",
|
|
137
|
-
hint: {
|
|
138
|
-
prompt_description: "Container for event metadata like date, time, type. No content generation required.",
|
|
139
|
-
},
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
key: "start-date-wrapper",
|
|
143
|
-
label: "Start Date Wrapper",
|
|
144
|
-
field_interface: "BoxWidget",
|
|
145
|
-
hint: {
|
|
146
|
-
prompt_description: "Container for start date information. No content generation required.",
|
|
147
|
-
},
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
key: "date-icon",
|
|
151
|
-
label: "Date Icon",
|
|
152
|
-
field_interface: "IconWidget",
|
|
153
|
-
hint: {
|
|
154
|
-
prompt_description: "Icon representing date/calendar information.",
|
|
155
|
-
},
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
key: "starts_at",
|
|
159
|
-
label: "Start Date",
|
|
160
|
-
field_interface: "TypographyWidget",
|
|
161
|
-
hint: {
|
|
162
|
-
prompt_description: "Event start date in readable format.",
|
|
163
|
-
},
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
key: "end-date-wrapper",
|
|
167
|
-
label: "End Date Wrapper",
|
|
168
|
-
field_interface: "BoxWidget",
|
|
169
|
-
hint: {
|
|
170
|
-
prompt_description: "Container for end date information. No content generation required.",
|
|
171
|
-
},
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
key: "end-date-icon",
|
|
175
|
-
label: "End Date Icon",
|
|
176
|
-
field_interface: "IconWidget",
|
|
177
|
-
hint: {
|
|
178
|
-
prompt_description: "Icon representing end date/calendar information.",
|
|
179
|
-
},
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
key: "ends_at",
|
|
183
|
-
label: "End Date",
|
|
184
|
-
field_interface: "TypographyWidget",
|
|
185
|
-
hint: {
|
|
186
|
-
prompt_description: "Event end date in readable format.",
|
|
187
|
-
},
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
key: "time-wrapper",
|
|
191
|
-
label: "Time Wrapper",
|
|
192
|
-
field_interface: "BoxWidget",
|
|
193
|
-
hint: {
|
|
194
|
-
prompt_description: "Container for time range information. No content generation required.",
|
|
195
|
-
},
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
key: "time-icon",
|
|
199
|
-
label: "Time Icon",
|
|
200
|
-
field_interface: "IconWidget",
|
|
201
|
-
hint: {
|
|
202
|
-
prompt_description: "Icon representing time/clock information.",
|
|
203
|
-
},
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
key: "time-range",
|
|
207
|
-
label: "Time Range",
|
|
208
|
-
field_interface: "TypographyWidget",
|
|
209
|
-
hint: {
|
|
210
|
-
prompt_description: "Event time range from start to end time.",
|
|
211
|
-
},
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
key: "kind-wrapper",
|
|
215
|
-
label: "Kind Wrapper",
|
|
216
|
-
field_interface: "BoxWidget",
|
|
217
|
-
hint: {
|
|
218
|
-
prompt_description: "Container for event kind information. No content generation required.",
|
|
219
|
-
},
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
key: "kind-icon",
|
|
223
|
-
label: "Kind Icon",
|
|
224
|
-
field_interface: "IconWidget",
|
|
225
|
-
hint: {
|
|
226
|
-
prompt_description: "Icon representing event type/kind.",
|
|
227
|
-
},
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
key: "kind",
|
|
231
|
-
label: "Event Kind",
|
|
232
|
-
field_interface: "TypographyWidget",
|
|
233
|
-
hint: {
|
|
234
|
-
prompt_description: "Type or category of the event (e.g., Conference, Workshop).",
|
|
235
|
-
min_characters: 5,
|
|
236
|
-
max_characters: 20,
|
|
237
|
-
},
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
key: "timing-wrapper",
|
|
241
|
-
label: "Timing Wrapper",
|
|
242
|
-
field_interface: "BoxWidget",
|
|
243
|
-
hint: {
|
|
244
|
-
prompt_description: "Container for event timing information. No content generation required.",
|
|
245
|
-
},
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
key: "timing-icon",
|
|
249
|
-
label: "Timing Icon",
|
|
250
|
-
field_interface: "IconWidget",
|
|
251
|
-
hint: {
|
|
252
|
-
prompt_description: "Icon representing event duration/timing.",
|
|
253
|
-
},
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
key: "timing",
|
|
257
|
-
label: "Event Timing",
|
|
258
|
-
field_interface: "TypographyWidget",
|
|
259
|
-
hint: {
|
|
260
|
-
prompt_description: "Duration or timing description of the event (e.g., Full Day, Half Day).",
|
|
261
|
-
min_characters: 5,
|
|
262
|
-
max_characters: 20,
|
|
263
|
-
},
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
key: "content-section",
|
|
267
|
-
label: "Content Section",
|
|
268
|
-
field_interface: "BoxWidget",
|
|
269
|
-
hint: {
|
|
270
|
-
prompt_description: "Main content area containing description and contact sidebar. No content generation required.",
|
|
271
|
-
},
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
key: "main-content",
|
|
275
|
-
label: "Main Content",
|
|
276
|
-
field_interface: "BoxWidget",
|
|
277
|
-
hint: {
|
|
278
|
-
prompt_description: "Primary content area with registration button and description. No content generation required.",
|
|
279
|
-
},
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
key: "register-button",
|
|
283
|
-
label: "Registration Button",
|
|
284
|
-
field_interface: "ButtonWidget",
|
|
285
|
-
hint: {
|
|
286
|
-
prompt_description: "Call-to-action button for event registration. Should be compelling and action-oriented.",
|
|
287
|
-
min_characters: 8,
|
|
288
|
-
max_characters: 20,
|
|
289
|
-
},
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
key: "registration-ended",
|
|
293
|
-
label: "Registration Ended Message",
|
|
294
|
-
field_interface: "TypographyWidget",
|
|
295
|
-
hint: {
|
|
296
|
-
prompt_description: "Message shown when event registration has ended.",
|
|
297
|
-
min_characters: 20,
|
|
298
|
-
max_characters: 60,
|
|
299
|
-
},
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
key: "event",
|
|
303
|
-
label: "Event Object",
|
|
304
|
-
field_interface: "BoxWidget",
|
|
305
|
-
hint: {
|
|
306
|
-
prompt_description: "Event data object for registration logic. No content generation required.",
|
|
307
|
-
},
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
key: "description",
|
|
311
|
-
label: "Event Description",
|
|
312
|
-
field_interface: "TypographyWidget",
|
|
313
|
-
hint: {
|
|
314
|
-
prompt_description: "Detailed event description explaining what attendees can expect, key highlights, and benefits of attending.",
|
|
315
|
-
min_characters: 150,
|
|
316
|
-
max_characters: 400,
|
|
317
|
-
},
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
key: "contact-sidebar",
|
|
321
|
-
label: "Contact Sidebar",
|
|
322
|
-
field_interface: "BoxWidget",
|
|
323
|
-
hint: {
|
|
324
|
-
prompt_description: "Sidebar container for contact information. No content generation required.",
|
|
325
|
-
},
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
key: "contact-card",
|
|
329
|
-
label: "Contact Card",
|
|
330
|
-
field_interface: "BoxWidget",
|
|
331
|
-
hint: {
|
|
332
|
-
prompt_description: "Card containing contact details for the event. No content generation required.",
|
|
333
|
-
},
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
key: "contact-title",
|
|
337
|
-
label: "Contact Title",
|
|
338
|
-
field_interface: "HeadingWidget",
|
|
339
|
-
hint: {
|
|
340
|
-
prompt_description: "Title for the contact section, typically 'Contact Us' or 'Event Contact'.",
|
|
341
|
-
min_characters: 8,
|
|
342
|
-
max_characters: 20,
|
|
343
|
-
},
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
key: "contact-details",
|
|
347
|
-
label: "Contact Details Container",
|
|
348
|
-
field_interface: "BoxWidget",
|
|
349
|
-
hint: {
|
|
350
|
-
prompt_description: "Container for all contact detail fields. No content generation required.",
|
|
351
|
-
},
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
key: "name-field",
|
|
355
|
-
label: "Name Field",
|
|
356
|
-
field_interface: "BoxWidget",
|
|
357
|
-
hint: {
|
|
358
|
-
prompt_description: "Container for contact person name field. No content generation required.",
|
|
359
|
-
},
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
key: "name-label",
|
|
363
|
-
label: "Name Label",
|
|
364
|
-
field_interface: "TypographyWidget",
|
|
365
|
-
hint: {
|
|
366
|
-
prompt_description: "Label for contact person name, typically 'Name:'.",
|
|
367
|
-
},
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
key: "name-value",
|
|
371
|
-
label: "Contact Name",
|
|
372
|
-
field_interface: "TypographyWidget",
|
|
373
|
-
hint: {
|
|
374
|
-
prompt_description: "Name of the event contact person or organizer.",
|
|
375
|
-
min_characters: 10,
|
|
376
|
-
max_characters: 30,
|
|
377
|
-
},
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
key: "email-field",
|
|
381
|
-
label: "Email Field",
|
|
382
|
-
field_interface: "BoxWidget",
|
|
383
|
-
hint: {
|
|
384
|
-
prompt_description: "Container for email contact field. No content generation required.",
|
|
385
|
-
},
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
key: "email-label",
|
|
389
|
-
label: "Email Label",
|
|
390
|
-
field_interface: "TypographyWidget",
|
|
391
|
-
hint: {
|
|
392
|
-
prompt_description: "Label for email contact, typically 'Email:'.",
|
|
393
|
-
},
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
key: "email-value",
|
|
397
|
-
label: "Contact Email",
|
|
398
|
-
field_interface: "TypographyWidget",
|
|
399
|
-
hint: {
|
|
400
|
-
prompt_description: "Professional email address for event inquiries and contact.",
|
|
401
|
-
min_characters: 15,
|
|
402
|
-
max_characters: 40,
|
|
403
|
-
},
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
key: "phone-field",
|
|
407
|
-
label: "Phone Field",
|
|
408
|
-
field_interface: "BoxWidget",
|
|
409
|
-
hint: {
|
|
410
|
-
prompt_description: "Container for phone contact field. No content generation required.",
|
|
411
|
-
},
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
key: "phone-label",
|
|
415
|
-
label: "Phone Label",
|
|
416
|
-
field_interface: "TypographyWidget",
|
|
417
|
-
hint: {
|
|
418
|
-
prompt_description: "Label for phone contact, typically 'Phone:'.",
|
|
419
|
-
},
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
key: "phone-value",
|
|
423
|
-
label: "Contact Phone",
|
|
424
|
-
field_interface: "TypographyWidget",
|
|
425
|
-
hint: {
|
|
426
|
-
prompt_description: "Professional phone number for event inquiries and contact.",
|
|
427
|
-
min_characters: 12,
|
|
428
|
-
max_characters: 20,
|
|
429
|
-
},
|
|
430
|
-
},
|
|
431
|
-
],
|
|
432
|
-
layouts: [
|
|
433
|
-
{
|
|
434
|
-
key: "default",
|
|
435
|
-
title: "Default",
|
|
436
|
-
styles: {
|
|
437
|
-
layout: {
|
|
438
|
-
"padding-top": "3xl",
|
|
439
|
-
"padding-bottom": "3xl",
|
|
440
|
-
"padding-left": "base",
|
|
441
|
-
"padding-right": "base",
|
|
442
|
-
},
|
|
443
|
-
container: {
|
|
444
|
-
"max-width": "1280px",
|
|
445
|
-
"margin-left": "auto",
|
|
446
|
-
"margin-right": "auto",
|
|
447
|
-
},
|
|
448
|
-
"main-wrapper": {
|
|
449
|
-
display: "flex",
|
|
450
|
-
"flex-direction": "column",
|
|
451
|
-
"row-gap": "xl",
|
|
452
|
-
},
|
|
453
|
-
"hero-card": {
|
|
454
|
-
display: "flex",
|
|
455
|
-
"flex-direction": "column",
|
|
456
|
-
"border-radius": "16px",
|
|
457
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
458
|
-
overflow: "hidden",
|
|
459
|
-
},
|
|
460
|
-
"hero-image": {
|
|
461
|
-
width: "100%",
|
|
462
|
-
height: "400px",
|
|
463
|
-
"object-fit": "cover",
|
|
464
|
-
mobile: {
|
|
465
|
-
height: "250px",
|
|
466
|
-
},
|
|
467
|
-
},
|
|
468
|
-
"hero-content": {
|
|
469
|
-
"padding-top": "lg",
|
|
470
|
-
"padding-bottom": "lg",
|
|
471
|
-
"padding-left": "lg",
|
|
472
|
-
"padding-right": "lg",
|
|
473
|
-
},
|
|
474
|
-
title: {
|
|
475
|
-
"font-size": "2xl",
|
|
476
|
-
"font-weight": "700",
|
|
477
|
-
color: "text-1",
|
|
478
|
-
"margin-bottom": "base",
|
|
479
|
-
mobile: {
|
|
480
|
-
"font-size": "xl",
|
|
481
|
-
},
|
|
482
|
-
},
|
|
483
|
-
"event-info": {
|
|
484
|
-
display: "flex",
|
|
485
|
-
"flex-wrap": "wrap",
|
|
486
|
-
"column-gap": "base",
|
|
487
|
-
"row-gap": "sm",
|
|
488
|
-
},
|
|
489
|
-
"start-date-wrapper": {
|
|
490
|
-
display: "flex",
|
|
491
|
-
"align-items": "center",
|
|
492
|
-
"column-gap": "xs",
|
|
493
|
-
},
|
|
494
|
-
"date-icon": {
|
|
495
|
-
width: "16px",
|
|
496
|
-
height: "16px",
|
|
497
|
-
},
|
|
498
|
-
"start-date": {
|
|
499
|
-
"font-size": "sm",
|
|
500
|
-
color: "text-2",
|
|
501
|
-
"text-transform": "capitalize",
|
|
502
|
-
},
|
|
503
|
-
starts_at: {
|
|
504
|
-
"font-size": "sm",
|
|
505
|
-
color: "text-2",
|
|
506
|
-
"text-transform": "capitalize",
|
|
507
|
-
},
|
|
508
|
-
"end-date-wrapper": {
|
|
509
|
-
display: "flex",
|
|
510
|
-
"align-items": "center",
|
|
511
|
-
"column-gap": "xs",
|
|
512
|
-
},
|
|
513
|
-
"end-date-icon": {
|
|
514
|
-
width: "16px",
|
|
515
|
-
height: "16px",
|
|
516
|
-
},
|
|
517
|
-
"end-date": {
|
|
518
|
-
"font-size": "sm",
|
|
519
|
-
color: "text-2",
|
|
520
|
-
"text-transform": "capitalize",
|
|
521
|
-
},
|
|
522
|
-
ends_at: {
|
|
523
|
-
"font-size": "sm",
|
|
524
|
-
color: "text-2",
|
|
525
|
-
"text-transform": "capitalize",
|
|
526
|
-
},
|
|
527
|
-
"time-wrapper": {
|
|
528
|
-
display: "flex",
|
|
529
|
-
"align-items": "center",
|
|
530
|
-
"column-gap": "xs",
|
|
531
|
-
},
|
|
532
|
-
"time-icon": {
|
|
533
|
-
width: "16px",
|
|
534
|
-
height: "16px",
|
|
535
|
-
},
|
|
536
|
-
"time-range": {
|
|
537
|
-
"font-size": "sm",
|
|
538
|
-
color: "text-2",
|
|
539
|
-
},
|
|
540
|
-
"kind-wrapper": {
|
|
541
|
-
display: "flex",
|
|
542
|
-
"align-items": "center",
|
|
543
|
-
"column-gap": "xs",
|
|
544
|
-
},
|
|
545
|
-
"kind-icon": {
|
|
546
|
-
width: "16px",
|
|
547
|
-
height: "16px",
|
|
548
|
-
},
|
|
549
|
-
kind: {
|
|
550
|
-
"font-size": "sm",
|
|
551
|
-
color: "text-2",
|
|
552
|
-
"text-transform": "capitalize",
|
|
553
|
-
},
|
|
554
|
-
"timing-wrapper": {
|
|
555
|
-
display: "flex",
|
|
556
|
-
"align-items": "center",
|
|
557
|
-
"column-gap": "xs",
|
|
558
|
-
},
|
|
559
|
-
"timing-icon": {
|
|
560
|
-
width: "16px",
|
|
561
|
-
height: "16px",
|
|
562
|
-
},
|
|
563
|
-
timing: {
|
|
564
|
-
"font-size": "sm",
|
|
565
|
-
color: "text-2",
|
|
566
|
-
"text-transform": "capitalize",
|
|
567
|
-
},
|
|
568
|
-
"content-section": {
|
|
569
|
-
display: "flex",
|
|
570
|
-
"column-gap": "2xl",
|
|
571
|
-
mobile: {
|
|
572
|
-
"flex-direction": "column",
|
|
573
|
-
"row-gap": "xl",
|
|
574
|
-
},
|
|
575
|
-
},
|
|
576
|
-
"main-content": {
|
|
577
|
-
"flex-basis": "66.67%",
|
|
578
|
-
display: "flex",
|
|
579
|
-
"flex-direction": "column",
|
|
580
|
-
"row-gap": "xl",
|
|
581
|
-
"border-radius": "16px",
|
|
582
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
583
|
-
"padding-top": "lg",
|
|
584
|
-
"padding-bottom": "lg",
|
|
585
|
-
"padding-left": "lg",
|
|
586
|
-
"padding-right": "lg",
|
|
587
|
-
mobile: {
|
|
588
|
-
"flex-basis": "100%",
|
|
589
|
-
},
|
|
590
|
-
},
|
|
591
|
-
"register-button": {
|
|
592
|
-
"background-color": "background-1",
|
|
593
|
-
color: "text-1",
|
|
594
|
-
"padding-top": "base",
|
|
595
|
-
"padding-bottom": "base",
|
|
596
|
-
"padding-left": "xl",
|
|
597
|
-
"padding-right": "xl",
|
|
598
|
-
"border-radius": "8px",
|
|
599
|
-
"font-weight": "600",
|
|
600
|
-
"align-self": "flex-start",
|
|
601
|
-
},
|
|
602
|
-
"registration-ended": {
|
|
603
|
-
"font-size": "base",
|
|
604
|
-
color: "text-2",
|
|
605
|
-
"padding-top": "base",
|
|
606
|
-
"padding-bottom": "base",
|
|
607
|
-
},
|
|
608
|
-
description: {
|
|
609
|
-
"font-size": "base",
|
|
610
|
-
color: "text-2",
|
|
611
|
-
"line-height": "1.6",
|
|
612
|
-
},
|
|
613
|
-
"contact-sidebar": {
|
|
614
|
-
"flex-basis": "33.33%",
|
|
615
|
-
mobile: {
|
|
616
|
-
"flex-basis": "100%",
|
|
617
|
-
},
|
|
618
|
-
},
|
|
619
|
-
"contact-card": {
|
|
620
|
-
"border-radius": "16px",
|
|
621
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
622
|
-
"padding-top": "lg",
|
|
623
|
-
"padding-bottom": "lg",
|
|
624
|
-
"padding-left": "lg",
|
|
625
|
-
"padding-right": "lg",
|
|
626
|
-
},
|
|
627
|
-
"contact-title": {
|
|
628
|
-
"font-size": "xl",
|
|
629
|
-
"font-weight": "700",
|
|
630
|
-
color: "text-1",
|
|
631
|
-
"margin-bottom": "base",
|
|
632
|
-
},
|
|
633
|
-
"contact-details": {
|
|
634
|
-
display: "flex",
|
|
635
|
-
"flex-direction": "column",
|
|
636
|
-
"row-gap": "sm",
|
|
637
|
-
},
|
|
638
|
-
"name-field": {
|
|
639
|
-
display: "flex",
|
|
640
|
-
"flex-direction": "column",
|
|
641
|
-
"row-gap": "xs",
|
|
642
|
-
},
|
|
643
|
-
"name-label": {
|
|
644
|
-
"font-size": "base",
|
|
645
|
-
color: "text-2",
|
|
646
|
-
},
|
|
647
|
-
"name-value": {
|
|
648
|
-
"font-size": "base",
|
|
649
|
-
"font-weight": "500",
|
|
650
|
-
color: "text-1",
|
|
651
|
-
},
|
|
652
|
-
"email-field": {
|
|
653
|
-
display: "flex",
|
|
654
|
-
"flex-direction": "column",
|
|
655
|
-
"row-gap": "xs",
|
|
656
|
-
},
|
|
657
|
-
"email-label": {
|
|
658
|
-
"font-size": "base",
|
|
659
|
-
color: "text-2",
|
|
660
|
-
},
|
|
661
|
-
"email-value": {
|
|
662
|
-
"font-size": "base",
|
|
663
|
-
"font-weight": "500",
|
|
664
|
-
color: "text-1",
|
|
665
|
-
},
|
|
666
|
-
"phone-field": {
|
|
667
|
-
display: "flex",
|
|
668
|
-
"flex-direction": "column",
|
|
669
|
-
"row-gap": "xs",
|
|
670
|
-
},
|
|
671
|
-
"phone-label": {
|
|
672
|
-
"font-size": "base",
|
|
673
|
-
color: "text-2",
|
|
674
|
-
},
|
|
675
|
-
"phone-value": {
|
|
676
|
-
"font-size": "base",
|
|
677
|
-
"font-weight": "500",
|
|
678
|
-
color: "text-1",
|
|
679
|
-
},
|
|
680
|
-
},
|
|
681
|
-
content: DEFAULT_CONTENT,
|
|
682
|
-
config: {},
|
|
683
|
-
},
|
|
684
|
-
],
|
|
685
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { ILevoBlockBaseProps } from "@levo-so/studio";
|
|
2
|
-
import type { IEventListing2Content } from "./event-listing-2.schema";
|
|
3
|
-
declare const EventListing2: React.FC<ILevoBlockBaseProps<IEventListing2Content>>;
|
|
4
|
-
export default EventListing2;
|
|
5
|
-
//# sourceMappingURL=event-listing-2.d.ts.map
|