dune-react 0.0.19 → 0.0.21
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/dist/components/puck-base/core/fields.js +1 -25
- package/dist/components/puck-base/core/styles.js +3 -6
- package/dist/components/puck-base/core/with-editable.js +13 -2
- package/dist/components/puck-base/fields/action-field.js +1 -1
- package/dist/components/puck-base/fields/location-field.js +2 -5
- package/dist/components/puck-base/form.js +1 -1
- package/dist/components/puck-base/image.js +1 -1
- package/dist/components/puck-base/index.d.ts +2 -1
- package/dist/components/puck-base/inline-editable.js +1 -1
- package/dist/components/puck-block/banner-sections/css-marquee-banner/css-marquee-banner.d.ts +4 -0
- package/dist/components/puck-block/banner-sections/css-marquee-banner/css-marquee-banner.js +116 -0
- package/dist/components/puck-block/banner-sections/css-marquee-banner/index.d.ts +90 -0
- package/dist/components/puck-block/banner-sections/css-marquee-banner/index.js +41 -0
- package/dist/components/puck-block/banner-sections/dismissible-banner/dismissible-banner.d.ts +4 -0
- package/dist/components/puck-block/banner-sections/dismissible-banner/index.d.ts +276 -0
- package/dist/components/puck-block/banner-sections/dual-row-marquee/dual-row-marquee.d.ts +4 -0
- package/dist/components/puck-block/banner-sections/dual-row-marquee/dual-row-marquee.js +90 -0
- package/dist/components/puck-block/banner-sections/dual-row-marquee/index.d.ts +53 -0
- package/dist/components/puck-block/banner-sections/dual-row-marquee/index.js +31 -0
- package/dist/components/puck-block/banner-sections/index.d.ts +4 -0
- package/dist/components/puck-block/banner-sections/props.d.ts +120 -20
- package/dist/components/puck-block/banner-sections/props.js +21 -0
- package/dist/components/puck-block/banner-sections/scroll-driven-marquee/index.d.ts +19 -0
- package/dist/components/puck-block/banner-sections/scroll-driven-marquee/index.js +20 -0
- package/dist/components/puck-block/banner-sections/scroll-driven-marquee/scroll-driven-marquee.d.ts +4 -0
- package/dist/components/puck-block/banner-sections/scroll-driven-marquee/scroll-driven-marquee.js +51 -0
- package/dist/components/puck-block/banner-sections/scroll-parallax-text/index.d.ts +19 -0
- package/dist/components/puck-block/banner-sections/scroll-parallax-text/index.js +20 -0
- package/dist/components/puck-block/banner-sections/scroll-parallax-text/scroll-parallax-text.d.ts +4 -0
- package/dist/components/puck-block/banner-sections/scroll-parallax-text/scroll-parallax-text.js +60 -0
- package/dist/components/puck-block/contact-sections/centered-form/centered-form.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/centered-form/centered-form.js +163 -0
- package/dist/components/puck-block/contact-sections/centered-form/index.d.ts +127 -0
- package/dist/components/puck-block/contact-sections/centered-form/index.js +29 -0
- package/dist/components/puck-block/contact-sections/contact-cards-grid/contact-cards-grid.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/contact-cards-grid/contact-cards-grid.js +110 -0
- package/dist/components/puck-block/contact-sections/contact-cards-grid/index.d.ts +112 -0
- package/dist/components/puck-block/contact-sections/contact-cards-grid/index.js +39 -0
- package/dist/components/puck-block/contact-sections/contact-modal/contact-modal.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/contact-modal/contact-modal.js +178 -0
- package/dist/components/puck-block/contact-sections/contact-modal/index.d.ts +127 -0
- package/dist/components/puck-block/contact-sections/contact-modal/index.js +28 -0
- package/dist/components/puck-block/contact-sections/form-with-media/form-with-media.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/form-with-media/form-with-media.js +113 -0
- package/dist/components/puck-block/contact-sections/form-with-media/index.d.ts +136 -0
- package/dist/components/puck-block/contact-sections/form-with-media/index.js +31 -0
- package/dist/components/puck-block/contact-sections/header-form-cards/header-form-cards.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/header-form-cards/header-form-cards.js +181 -0
- package/dist/components/puck-block/contact-sections/header-form-cards/index.d.ts +134 -0
- package/dist/components/puck-block/contact-sections/header-form-cards/index.js +38 -0
- package/dist/components/puck-block/contact-sections/header-info-fullwidth/header-info-fullwidth.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/header-info-fullwidth/header-info-fullwidth.js +80 -0
- package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.d.ts +88 -0
- package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.js +38 -0
- package/dist/components/puck-block/contact-sections/index.d.ts +10 -0
- package/dist/components/puck-block/contact-sections/info-cards-media/index.d.ts +88 -0
- package/dist/components/puck-block/contact-sections/info-cards-media/index.js +38 -0
- package/dist/components/puck-block/contact-sections/info-cards-media/info-cards-media.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/info-cards-media/info-cards-media.js +79 -0
- package/dist/components/puck-block/contact-sections/location-cards-grid/index.d.ts +165 -0
- package/dist/components/puck-block/contact-sections/location-cards-grid/index.js +42 -0
- package/dist/components/puck-block/contact-sections/location-cards-grid/location-cards-grid.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/location-cards-grid/location-cards-grid.js +112 -0
- package/dist/components/puck-block/contact-sections/props.d.ts +153 -63
- package/dist/components/puck-block/contact-sections/props.js +70 -0
- package/dist/components/puck-block/contact-sections/split-info-form/index.d.ts +125 -0
- package/dist/components/puck-block/contact-sections/split-info-form/index.js +31 -0
- package/dist/components/puck-block/contact-sections/split-info-form/split-info-form.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/split-info-form/split-info-form.js +162 -0
- package/dist/components/puck-block/contact-sections/tab-locations/index.d.ts +97 -0
- package/dist/components/puck-block/contact-sections/tab-locations/index.js +41 -0
- package/dist/components/puck-block/contact-sections/tab-locations/tab-locations.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/tab-locations/tab-locations.js +127 -0
- package/dist/components/puck-block/contact-sections/use-contact-form.d.ts +20 -0
- package/dist/components/puck-block/contact-sections/use-contact-form.js +41 -0
- package/dist/components/puck-block/cta-sections/feature-card-cta/feature-card-cta.d.ts +13 -0
- package/dist/components/puck-block/cta-sections/feature-card-cta/feature-card-cta.js +55 -0
- package/dist/components/puck-block/cta-sections/feature-card-cta/index.d.ts +155 -0
- package/dist/components/puck-block/cta-sections/feature-card-cta/index.js +36 -0
- package/dist/components/puck-block/cta-sections/index.d.ts +2 -0
- package/dist/components/puck-block/cta-sections/mouse-track-cta/index.d.ts +83 -0
- package/dist/components/puck-block/cta-sections/mouse-track-cta/index.js +37 -0
- package/dist/components/puck-block/cta-sections/mouse-track-cta/mouse-track-cta.d.ts +15 -0
- package/dist/components/puck-block/cta-sections/mouse-track-cta/mouse-track-cta.js +173 -0
- package/dist/components/puck-block/cta-sections/props.d.ts +141 -45
- package/dist/components/puck-block/cta-sections/props.js +21 -0
- package/dist/components/puck-block/cta-sections/side-media-cta/index.d.ts +237 -0
- package/dist/components/puck-block/cta-sections/side-media-cta/side-media-cta.d.ts +4 -0
- package/dist/components/puck-block/cta-sections/text-block-cta/index.d.ts +299 -0
- package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.d.ts +8 -0
- package/dist/components/puck-block/faq-sections/dual-column-accordion-faq/dual-column-accordion-faq.d.ts +4 -0
- package/dist/components/puck-block/faq-sections/dual-column-accordion-faq/dual-column-accordion-faq.js +81 -0
- package/dist/components/puck-block/faq-sections/dual-column-accordion-faq/index.d.ts +138 -0
- package/dist/components/puck-block/faq-sections/dual-column-accordion-faq/index.js +38 -0
- package/dist/components/puck-block/faq-sections/icon-card-faq/icon-card-faq.d.ts +12 -0
- package/dist/components/puck-block/faq-sections/icon-card-faq/icon-card-faq.js +80 -0
- package/dist/components/puck-block/faq-sections/icon-card-faq/index.d.ts +108 -0
- package/dist/components/puck-block/faq-sections/icon-card-faq/index.js +30 -0
- package/dist/components/puck-block/faq-sections/index.d.ts +6 -0
- package/dist/components/puck-block/faq-sections/props.d.ts +83 -26
- package/dist/components/puck-block/faq-sections/props.js +38 -0
- package/dist/components/puck-block/faq-sections/stacked-accordion-faq/index.d.ts +160 -0
- package/dist/components/puck-block/faq-sections/stacked-accordion-faq/index.js +40 -0
- package/dist/components/puck-block/faq-sections/stacked-accordion-faq/stacked-accordion-faq.d.ts +4 -0
- package/dist/components/puck-block/faq-sections/stacked-accordion-faq/stacked-accordion-faq.js +84 -0
- package/dist/components/puck-block/faq-sections/stacked-static-faq/index.d.ts +163 -0
- package/dist/components/puck-block/faq-sections/stacked-static-faq/index.js +40 -0
- package/dist/components/puck-block/faq-sections/stacked-static-faq/stacked-static-faq.d.ts +4 -0
- package/dist/components/puck-block/faq-sections/stacked-static-faq/stacked-static-faq.js +72 -0
- package/dist/components/puck-block/faq-sections/two-column-accordion-faq/index.d.ts +130 -0
- package/dist/components/puck-block/faq-sections/two-column-accordion-faq/index.js +36 -0
- package/dist/components/puck-block/faq-sections/two-column-accordion-faq/two-column-accordion-faq.d.ts +4 -0
- package/dist/components/puck-block/faq-sections/two-column-accordion-faq/two-column-accordion-faq.js +60 -0
- package/dist/components/puck-block/faq-sections/two-column-static-faq/index.d.ts +91 -0
- package/dist/components/puck-block/faq-sections/two-column-static-faq/index.js +26 -0
- package/dist/components/puck-block/faq-sections/two-column-static-faq/two-column-static-faq.d.ts +4 -0
- package/dist/components/puck-block/faq-sections/two-column-static-faq/two-column-static-faq.js +47 -0
- package/dist/components/puck-block/feature-sections/feature-cards-grid/component.d.ts +14 -0
- package/dist/components/puck-block/feature-sections/feature-cards-grid/component.js +110 -0
- package/dist/components/puck-block/feature-sections/feature-cards-grid/index.d.ts +246 -0
- package/dist/components/puck-block/feature-sections/feature-cards-grid/index.js +37 -0
- package/dist/components/puck-block/feature-sections/feature-list-split/component.d.ts +14 -0
- package/dist/components/puck-block/feature-sections/feature-list-split/component.js +107 -0
- package/dist/components/puck-block/feature-sections/feature-list-split/index.d.ts +246 -0
- package/dist/components/puck-block/feature-sections/feature-list-split/index.js +37 -0
- package/dist/components/puck-block/feature-sections/index.d.ts +5 -0
- package/dist/components/puck-block/feature-sections/props.d.ts +148 -46
- package/dist/components/puck-block/feature-sections/props.js +62 -0
- package/dist/components/puck-block/feature-sections/tab-feature/component.d.ts +16 -0
- package/dist/components/puck-block/feature-sections/tab-feature/component.js +123 -0
- package/dist/components/puck-block/feature-sections/tab-feature/index.d.ts +43 -0
- package/dist/components/puck-block/feature-sections/tab-feature/index.js +25 -0
- package/dist/components/puck-block/feature-sections/text-media-split/component.d.ts +4 -0
- package/dist/components/puck-block/feature-sections/text-media-split/component.js +94 -0
- package/dist/components/puck-block/feature-sections/text-media-split/index.d.ts +209 -0
- package/dist/components/puck-block/feature-sections/text-media-split/index.js +34 -0
- package/dist/components/puck-block/feature-sections/text-only-section/component.d.ts +14 -0
- package/dist/components/puck-block/feature-sections/text-only-section/component.js +95 -0
- package/dist/components/puck-block/feature-sections/text-only-section/index.d.ts +209 -0
- package/dist/components/puck-block/feature-sections/text-only-section/index.js +42 -0
- package/dist/components/puck-block/footer-sections/centered-minimal-footer/centered-minimal-footer.d.ts +4 -0
- package/dist/components/puck-block/footer-sections/centered-minimal-footer/centered-minimal-footer.js +43 -0
- package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.d.ts +23 -0
- package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.js +8 -0
- package/dist/components/puck-block/footer-sections/compact-newsletter-footer/compact-newsletter-footer.d.ts +4 -0
- package/dist/components/puck-block/footer-sections/compact-newsletter-footer/index.d.ts +123 -0
- package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.d.ts +4 -0
- package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.js +61 -0
- package/dist/components/puck-block/footer-sections/contact-links-footer/index.d.ts +73 -0
- package/dist/components/puck-block/footer-sections/contact-links-footer/index.js +10 -0
- package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.d.ts +4 -0
- package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.js +52 -0
- package/dist/components/puck-block/footer-sections/cta-links-footer/index.d.ts +149 -0
- package/dist/components/puck-block/footer-sections/cta-links-footer/index.js +12 -0
- package/dist/components/puck-block/footer-sections/index.d.ts +3 -0
- package/dist/components/puck-block/footer-sections/links-newsletter-footer/index.d.ts +130 -0
- package/dist/components/puck-block/footer-sections/links-newsletter-footer/links-newsletter-footer.d.ts +4 -0
- package/dist/components/puck-block/footer-sections/newsletter-links-footer/index.d.ts +138 -0
- package/dist/components/puck-block/footer-sections/newsletter-links-footer/newsletter-links-footer.d.ts +4 -0
- package/dist/components/puck-block/footer-sections/newsletter-top-links-footer/index.d.ts +141 -0
- package/dist/components/puck-block/footer-sections/newsletter-top-links-footer/newsletter-top-links-footer.d.ts +4 -0
- package/dist/components/puck-block/footer-sections/props.d.ts +92 -26
- package/dist/components/puck-block/footer-sections/props.js +21 -0
- package/dist/components/puck-block/gallery-sections/asymmetric-grid/asymmetric-grid.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/asymmetric-grid/asymmetric-grid.js +76 -0
- package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.d.ts +75 -0
- package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.js +27 -0
- package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/fullscreen-portfolio.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/fullscreen-portfolio.js +140 -0
- package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.d.ts +129 -0
- package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.js +40 -0
- package/dist/components/puck-block/gallery-sections/image-carousel/image-carousel.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/image-carousel/image-carousel.js +177 -0
- package/dist/components/puck-block/gallery-sections/image-carousel/index.d.ts +123 -0
- package/dist/components/puck-block/gallery-sections/image-carousel/index.js +32 -0
- package/dist/components/puck-block/gallery-sections/index.d.ts +11 -0
- package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.d.ts +83 -0
- package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.js +35 -0
- package/dist/components/puck-block/gallery-sections/interactive-portfolio/interactive-portfolio.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/interactive-portfolio/interactive-portfolio.js +188 -0
- package/dist/components/puck-block/gallery-sections/masonry-grid/index.d.ts +68 -0
- package/dist/components/puck-block/gallery-sections/masonry-grid/index.js +27 -0
- package/dist/components/puck-block/gallery-sections/masonry-grid/masonry-grid.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/masonry-grid/masonry-grid.js +66 -0
- package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +233 -0
- package/dist/components/puck-block/gallery-sections/portfolio-cards/index.js +44 -0
- package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.js +160 -0
- package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +198 -0
- package/dist/components/puck-block/gallery-sections/portfolio-divider/index.js +41 -0
- package/dist/components/puck-block/gallery-sections/portfolio-divider/portfolio-divider.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/portfolio-divider/portfolio-divider.js +122 -0
- package/dist/components/puck-block/gallery-sections/props.d.ts +234 -24
- package/dist/components/puck-block/gallery-sections/props.js +117 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax/index.d.ts +36 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax/index.js +17 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax/scroll-parallax.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax/scroll-parallax.js +62 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.d.ts +101 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.js +41 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/scroll-parallax-portfolio.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/scroll-parallax-portfolio.js +256 -0
- package/dist/components/puck-block/gallery-sections/split-carousel/index.d.ts +68 -0
- package/dist/components/puck-block/gallery-sections/split-carousel/index.js +27 -0
- package/dist/components/puck-block/gallery-sections/split-carousel/split-carousel.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/split-carousel/split-carousel.js +99 -0
- package/dist/components/puck-block/gallery-sections/static-grid/index.d.ts +79 -0
- package/dist/components/puck-block/gallery-sections/static-grid/index.js +28 -0
- package/dist/components/puck-block/gallery-sections/static-grid/static-grid.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/static-grid/static-grid.js +66 -0
- package/dist/components/puck-block/header-sections/centered-navbar/centered-navbar.d.ts +4 -0
- package/dist/components/puck-block/header-sections/centered-navbar/centered-navbar.js +35 -0
- package/dist/components/puck-block/header-sections/centered-navbar/index.d.ts +114 -0
- package/dist/components/puck-block/header-sections/centered-navbar/index.js +17 -0
- package/dist/components/puck-block/header-sections/drawer-navbar/drawer-navbar.d.ts +4 -0
- package/dist/components/puck-block/header-sections/drawer-navbar/drawer-navbar.js +37 -0
- package/dist/components/puck-block/header-sections/drawer-navbar/index.d.ts +114 -0
- package/dist/components/puck-block/header-sections/drawer-navbar/index.js +13 -0
- package/dist/components/puck-block/header-sections/floating-bordered-navbar/floating-bordered-navbar.d.ts +4 -0
- package/dist/components/puck-block/header-sections/floating-bordered-navbar/floating-bordered-navbar.js +48 -0
- package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.d.ts +129 -0
- package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.js +15 -0
- package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/fullscreen-overlay-navbar.d.ts +4 -0
- package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/fullscreen-overlay-navbar.js +39 -0
- package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.d.ts +138 -0
- package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.js +15 -0
- package/dist/components/puck-block/header-sections/index.d.ts +6 -0
- package/dist/components/puck-block/header-sections/mega-menu-navbar/index.d.ts +165 -0
- package/dist/components/puck-block/header-sections/mega-menu-navbar/index.js +15 -0
- package/dist/components/puck-block/header-sections/mega-menu-navbar/mega-menu-navbar.d.ts +4 -0
- package/dist/components/puck-block/header-sections/mega-menu-navbar/mega-menu-navbar.js +38 -0
- package/dist/components/puck-block/header-sections/props.d.ts +101 -38
- package/dist/components/puck-block/header-sections/props.js +45 -0
- package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +156 -0
- package/dist/components/puck-block/header-sections/standard-navbar/index.js +20 -0
- package/dist/components/puck-block/header-sections/standard-navbar/standard-navbar.d.ts +4 -0
- package/dist/components/puck-block/header-sections/standard-navbar/standard-navbar.js +62 -0
- package/dist/components/puck-block/hero-sections/carousel-hero/component.d.ts +9 -0
- package/dist/components/puck-block/hero-sections/carousel-hero/component.js +89 -0
- package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +121 -0
- package/dist/components/puck-block/hero-sections/carousel-hero/index.js +21 -0
- package/dist/components/puck-block/hero-sections/centered-hero/centered-hero.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/centered-hero/index.d.ts +212 -0
- package/dist/components/puck-block/hero-sections/column-scroll-hero/component.d.ts +9 -0
- package/dist/components/puck-block/hero-sections/column-scroll-hero/component.js +101 -0
- package/dist/components/puck-block/hero-sections/column-scroll-hero/index.d.ts +132 -0
- package/dist/components/puck-block/hero-sections/column-scroll-hero/index.js +20 -0
- package/dist/components/puck-block/hero-sections/dual-marquee-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/dual-marquee-hero/component.js +87 -0
- package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.d.ts +115 -0
- package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.js +19 -0
- package/dist/components/puck-block/hero-sections/fullscreen-hero/fullscreen-hero.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/fullscreen-hero/index.d.ts +269 -0
- package/dist/components/puck-block/hero-sections/fullscreen-video-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/fullscreen-video-hero/component.js +87 -0
- package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.d.ts +118 -0
- package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.js +20 -0
- package/dist/components/puck-block/hero-sections/grid-expand-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/grid-expand-hero/component.js +201 -0
- package/dist/components/puck-block/hero-sections/grid-expand-hero/index.d.ts +157 -0
- package/dist/components/puck-block/hero-sections/grid-expand-hero/index.js +29 -0
- package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/component.js +83 -0
- package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.d.ts +115 -0
- package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.js +19 -0
- package/dist/components/puck-block/hero-sections/index.d.ts +20 -0
- package/dist/components/puck-block/hero-sections/inline-image-hero/index.d.ts +151 -0
- package/dist/components/puck-block/hero-sections/inline-image-hero/index.js +38 -0
- package/dist/components/puck-block/hero-sections/inline-image-hero/inline-image-hero.d.ts +12 -0
- package/dist/components/puck-block/hero-sections/inline-image-hero/inline-image-hero.js +73 -0
- package/dist/components/puck-block/hero-sections/media-text-hero/index.d.ts +246 -0
- package/dist/components/puck-block/hero-sections/media-text-hero/media-text-hero.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/mouse-track-hero/component.d.ts +9 -0
- package/dist/components/puck-block/hero-sections/mouse-track-hero/component.js +148 -0
- package/dist/components/puck-block/hero-sections/mouse-track-hero/index.d.ts +132 -0
- package/dist/components/puck-block/hero-sections/mouse-track-hero/index.js +20 -0
- package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.d.ts +158 -0
- package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.js +37 -0
- package/dist/components/puck-block/hero-sections/multi-image-grid-hero/multi-image-grid-hero.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/multi-image-grid-hero/multi-image-grid-hero.js +86 -0
- package/dist/components/puck-block/hero-sections/overlapping-image-hero/index.d.ts +195 -0
- package/dist/components/puck-block/hero-sections/overlapping-image-hero/index.js +33 -0
- package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.d.ts +10 -0
- package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.js +221 -0
- package/dist/components/puck-block/hero-sections/parallax-images-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/parallax-images-hero/component.js +123 -0
- package/dist/components/puck-block/hero-sections/parallax-images-hero/index.d.ts +115 -0
- package/dist/components/puck-block/hero-sections/parallax-images-hero/index.js +19 -0
- package/dist/components/puck-block/hero-sections/props.d.ts +203 -56
- package/dist/components/puck-block/hero-sections/props.js +73 -0
- package/dist/components/puck-block/hero-sections/scatter-parallax-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/scatter-parallax-hero/component.js +108 -0
- package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.d.ts +115 -0
- package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.js +19 -0
- package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/component.js +97 -0
- package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.d.ts +118 -0
- package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.js +20 -0
- package/dist/components/puck-block/hero-sections/scroll-zoom-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/scroll-zoom-hero/component.js +80 -0
- package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.d.ts +160 -0
- package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.js +30 -0
- package/dist/components/puck-block/hero-sections/split-hero/index.d.ts +263 -0
- package/dist/components/puck-block/hero-sections/split-hero/split-hero.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/stacked-hero/index.d.ts +246 -0
- package/dist/components/puck-block/hero-sections/stacked-hero/stacked-hero.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/sticky-expand-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/sticky-expand-hero/component.js +68 -0
- package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.d.ts +107 -0
- package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.js +19 -0
- package/dist/components/puck-block/hero-sections/sticky-video-hero/component.d.ts +8 -0
- package/dist/components/puck-block/hero-sections/sticky-video-hero/component.js +222 -0
- package/dist/components/puck-block/hero-sections/sticky-video-hero/index.d.ts +166 -0
- package/dist/components/puck-block/hero-sections/sticky-video-hero/index.js +31 -0
- package/dist/components/puck-block/hero-sections/tab-hero/component.d.ts +24 -0
- package/dist/components/puck-block/hero-sections/tab-hero/component.js +150 -0
- package/dist/components/puck-block/hero-sections/tab-hero/index.d.ts +103 -0
- package/dist/components/puck-block/hero-sections/tab-hero/index.js +44 -0
- package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.d.ts +10 -0
- package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.js +130 -0
- package/dist/components/puck-block/hero-sections/three-image-parallax-hero/index.d.ts +174 -0
- package/dist/components/puck-block/hero-sections/three-image-parallax-hero/index.js +31 -0
- package/dist/components/puck-block/hero-sections/vertical-gallery-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/vertical-gallery-hero/component.js +81 -0
- package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.d.ts +115 -0
- package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.js +19 -0
- package/dist/components/puck-block/hero-sections/zoom-grid-hero/component.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/zoom-grid-hero/component.js +119 -0
- package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.d.ts +115 -0
- package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.js +19 -0
- package/dist/components/puck-block/index.d.ts +15 -57
- package/dist/components/puck-block/location-sections/location-1/location.d.ts +3 -0
- package/dist/components/puck-block/location-sections/location-2/location.d.ts +3 -0
- package/dist/components/puck-block/location-sections/location-3/location.d.ts +3 -0
- package/dist/components/puck-block/location-sections/props.d.ts +3 -0
- package/dist/components/puck-block/metrics-sections/center-media-stats/center-media-stats.d.ts +4 -0
- package/dist/components/puck-block/metrics-sections/center-media-stats/center-media-stats.js +119 -0
- package/dist/components/puck-block/metrics-sections/center-media-stats/index.d.ts +111 -0
- package/dist/components/puck-block/metrics-sections/center-media-stats/index.js +39 -0
- package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.d.ts +4 -0
- package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.js +108 -0
- package/dist/components/puck-block/metrics-sections/header-stats-row/index.d.ts +193 -0
- package/dist/components/puck-block/metrics-sections/header-stats-row/index.js +41 -0
- package/dist/components/puck-block/metrics-sections/index.d.ts +5 -0
- package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.d.ts +184 -0
- package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.js +41 -0
- package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.d.ts +13 -0
- package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.js +117 -0
- package/dist/components/puck-block/metrics-sections/props.d.ts +122 -38
- package/dist/components/puck-block/metrics-sections/props.js +55 -0
- package/dist/components/puck-block/metrics-sections/split-stats/index.d.ts +193 -0
- package/dist/components/puck-block/metrics-sections/split-stats/index.js +41 -0
- package/dist/components/puck-block/metrics-sections/split-stats/split-stats.d.ts +4 -0
- package/dist/components/puck-block/metrics-sections/split-stats/split-stats.js +102 -0
- package/dist/components/puck-block/metrics-sections/tab-stats/index.d.ts +135 -0
- package/dist/components/puck-block/metrics-sections/tab-stats/index.js +47 -0
- package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.d.ts +19 -0
- package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.js +139 -0
- package/dist/components/puck-block/pricing-sections/index.d.ts +6 -0
- package/dist/components/puck-block/pricing-sections/pricing-card-grid/component.d.ts +15 -0
- package/dist/components/puck-block/pricing-sections/pricing-card-grid/component.js +71 -0
- package/dist/components/puck-block/pricing-sections/pricing-card-grid/index.d.ts +101 -0
- package/dist/components/puck-block/pricing-sections/pricing-card-grid/index.js +40 -0
- package/dist/components/puck-block/pricing-sections/pricing-comparison-table/component.d.ts +31 -0
- package/dist/components/puck-block/pricing-sections/pricing-comparison-table/component.js +131 -0
- package/dist/components/puck-block/pricing-sections/pricing-comparison-table/index.d.ts +111 -0
- package/dist/components/puck-block/pricing-sections/pricing-comparison-table/index.js +44 -0
- package/dist/components/puck-block/pricing-sections/props.d.ts +89 -44
- package/dist/components/puck-block/pricing-sections/props.js +47 -0
- package/dist/components/puck-block/pricing-sections/single-pricing-card/component.d.ts +17 -0
- package/dist/components/puck-block/pricing-sections/single-pricing-card/component.js +144 -0
- package/dist/components/puck-block/pricing-sections/single-pricing-card/index.d.ts +110 -0
- package/dist/components/puck-block/pricing-sections/single-pricing-card/index.js +39 -0
- package/dist/components/puck-block/pricing-sections/split-pricing/component.d.ts +21 -0
- package/dist/components/puck-block/pricing-sections/split-pricing/component.js +82 -0
- package/dist/components/puck-block/pricing-sections/split-pricing/index.d.ts +73 -0
- package/dist/components/puck-block/pricing-sections/split-pricing/index.js +34 -0
- package/dist/components/puck-block/pricing-sections/tab-pricing-grid/component.d.ts +24 -0
- package/dist/components/puck-block/pricing-sections/tab-pricing-grid/component.js +91 -0
- package/dist/components/puck-block/pricing-sections/tab-pricing-grid/index.d.ts +99 -0
- package/dist/components/puck-block/pricing-sections/tab-pricing-grid/index.js +42 -0
- package/dist/components/puck-block/pricing-sections/tab-single-pricing/component.d.ts +23 -0
- package/dist/components/puck-block/pricing-sections/tab-single-pricing/component.js +84 -0
- package/dist/components/puck-block/pricing-sections/tab-single-pricing/index.d.ts +88 -0
- package/dist/components/puck-block/pricing-sections/tab-single-pricing/index.js +41 -0
- package/dist/components/puck-block/showcase-sections/compact-timeline/component.d.ts +13 -0
- package/dist/components/puck-block/showcase-sections/compact-timeline/component.js +101 -0
- package/dist/components/puck-block/showcase-sections/compact-timeline/index.d.ts +169 -0
- package/dist/components/puck-block/showcase-sections/compact-timeline/index.js +38 -0
- package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.d.ts +13 -0
- package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.js +85 -0
- package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.d.ts +169 -0
- package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.js +38 -0
- package/dist/components/puck-block/showcase-sections/index.d.ts +6 -0
- package/dist/components/puck-block/showcase-sections/props.d.ts +71 -46
- package/dist/components/puck-block/showcase-sections/props.js +29 -0
- package/dist/components/puck-block/showcase-sections/single-column-timeline/component.d.ts +15 -0
- package/dist/components/puck-block/showcase-sections/single-column-timeline/component.js +105 -0
- package/dist/components/puck-block/showcase-sections/single-column-timeline/index.d.ts +264 -0
- package/dist/components/puck-block/showcase-sections/single-column-timeline/index.js +41 -0
- package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.d.ts +15 -0
- package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.js +103 -0
- package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.d.ts +264 -0
- package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.js +41 -0
- package/dist/components/puck-block/showcase-sections/tab-timeline/component.d.ts +22 -0
- package/dist/components/puck-block/showcase-sections/tab-timeline/component.js +142 -0
- package/dist/components/puck-block/showcase-sections/tab-timeline/index.d.ts +203 -0
- package/dist/components/puck-block/showcase-sections/tab-timeline/index.js +43 -0
- package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.d.ts +15 -0
- package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.js +124 -0
- package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.d.ts +264 -0
- package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.js +41 -0
- package/dist/components/puck-block/team-sections/index.d.ts +5 -0
- package/dist/components/puck-block/team-sections/props.d.ts +99 -37
- package/dist/components/puck-block/team-sections/props.js +54 -0
- package/dist/components/puck-block/team-sections/team-carousel/component.d.ts +25 -0
- package/dist/components/puck-block/team-sections/team-carousel/component.js +108 -0
- package/dist/components/puck-block/team-sections/team-carousel/index.d.ts +169 -0
- package/dist/components/puck-block/team-sections/team-carousel/index.js +46 -0
- package/dist/components/puck-block/team-sections/team-grid/component.d.ts +25 -0
- package/dist/components/puck-block/team-sections/team-grid/component.js +70 -0
- package/dist/components/puck-block/team-sections/team-grid/index.d.ts +205 -0
- package/dist/components/puck-block/team-sections/team-grid/index.js +49 -0
- package/dist/components/puck-block/team-sections/team-inline-card/component.d.ts +25 -0
- package/dist/components/puck-block/team-sections/team-inline-card/component.js +74 -0
- package/dist/components/puck-block/team-sections/team-inline-card/index.d.ts +180 -0
- package/dist/components/puck-block/team-sections/team-inline-card/index.js +47 -0
- package/dist/components/puck-block/team-sections/team-sticky-scatter/component.d.ts +20 -0
- package/dist/components/puck-block/team-sections/team-sticky-scatter/component.js +68 -0
- package/dist/components/puck-block/team-sections/team-sticky-scatter/index.d.ts +78 -0
- package/dist/components/puck-block/team-sections/team-sticky-scatter/index.js +35 -0
- package/dist/components/puck-block/team-sections/team-two-column/component.d.ts +20 -0
- package/dist/components/puck-block/team-sections/team-two-column/component.js +69 -0
- package/dist/components/puck-block/team-sections/team-two-column/index.d.ts +155 -0
- package/dist/components/puck-block/team-sections/team-two-column/index.js +39 -0
- package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.d.ts +33 -0
- package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.js +182 -0
- package/dist/components/puck-block/testimonial-sections/bento-testimonial/index.d.ts +84 -0
- package/dist/components/puck-block/testimonial-sections/bento-testimonial/index.js +40 -0
- package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.d.ts +14 -0
- package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.js +74 -0
- package/dist/components/puck-block/testimonial-sections/centered-testimonial/index.d.ts +94 -0
- package/dist/components/puck-block/testimonial-sections/centered-testimonial/index.js +31 -0
- package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.d.ts +18 -0
- package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.js +118 -0
- package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/index.d.ts +103 -0
- package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/index.js +38 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial/component.d.ts +13 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial/component.js +59 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial/index.d.ts +88 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial/index.js +29 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.d.ts +17 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.js +104 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.d.ts +91 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.js +36 -0
- package/dist/components/puck-block/testimonial-sections/index.d.ts +11 -0
- package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.d.ts +16 -0
- package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.js +72 -0
- package/dist/components/puck-block/testimonial-sections/marquee-testimonial/index.d.ts +42 -0
- package/dist/components/puck-block/testimonial-sections/marquee-testimonial/index.js +26 -0
- package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.d.ts +16 -0
- package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.js +78 -0
- package/dist/components/puck-block/testimonial-sections/masonry-testimonial/index.d.ts +81 -0
- package/dist/components/puck-block/testimonial-sections/masonry-testimonial/index.js +36 -0
- package/dist/components/puck-block/testimonial-sections/props.d.ts +208 -32
- package/dist/components/puck-block/testimonial-sections/props.js +126 -0
- package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.d.ts +16 -0
- package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.js +93 -0
- package/dist/components/puck-block/testimonial-sections/sticky-testimonial/index.d.ts +160 -0
- package/dist/components/puck-block/testimonial-sections/sticky-testimonial/index.js +38 -0
- package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.d.ts +22 -0
- package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.js +107 -0
- package/dist/components/puck-block/testimonial-sections/tab-testimonial/index.d.ts +69 -0
- package/dist/components/puck-block/testimonial-sections/tab-testimonial/index.js +32 -0
- package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.d.ts +18 -0
- package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.js +95 -0
- package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/index.d.ts +119 -0
- package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/index.js +38 -0
- package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.d.ts +17 -0
- package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.js +122 -0
- package/dist/components/puck-block/testimonial-sections/testimonial-carousel/index.d.ts +133 -0
- package/dist/components/puck-block/testimonial-sections/testimonial-carousel/index.js +39 -0
- package/dist/components/puck-block/text-sections/aside-nav-content/component.d.ts +17 -0
- package/dist/components/puck-block/text-sections/aside-nav-content/component.js +65 -0
- package/dist/components/puck-block/text-sections/aside-nav-content/index.d.ts +107 -0
- package/dist/components/puck-block/text-sections/aside-nav-content/index.js +38 -0
- package/dist/components/puck-block/text-sections/blog-article/component.d.ts +30 -0
- package/dist/components/puck-block/text-sections/blog-article/component.js +96 -0
- package/dist/components/puck-block/text-sections/blog-article/index.d.ts +161 -0
- package/dist/components/puck-block/text-sections/blog-article/index.js +58 -0
- package/dist/components/puck-block/text-sections/index.d.ts +5 -0
- package/dist/components/puck-block/text-sections/props.d.ts +183 -55
- package/dist/components/puck-block/text-sections/props.js +67 -0
- package/dist/components/puck-block/text-sections/prose-content/component.d.ts +14 -0
- package/dist/components/puck-block/text-sections/prose-content/component.js +97 -0
- package/dist/components/puck-block/text-sections/prose-content/index.d.ts +141 -0
- package/dist/components/puck-block/text-sections/prose-content/index.js +39 -0
- package/dist/components/puck-block/text-sections/prose-sidebar/component.d.ts +27 -0
- package/dist/components/puck-block/text-sections/prose-sidebar/index.d.ts +203 -0
- package/dist/components/puck-block/text-sections/side-media-content/component.d.ts +8 -0
- package/dist/components/puck-block/text-sections/side-media-content/component.js +85 -0
- package/dist/components/puck-block/text-sections/side-media-content/index.d.ts +91 -0
- package/dist/components/puck-block/text-sections/side-media-content/index.js +29 -0
- package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.d.ts +9 -0
- package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.js +49 -0
- package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.d.ts +77 -0
- package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.js +27 -0
- package/dist/components/puck-block/text-sections/text-header/component.d.ts +9 -0
- package/dist/components/puck-block/text-sections/text-header/index.d.ts +264 -0
- package/dist/components/puck-core/core/context/section-id-context.d.ts +6 -0
- package/dist/components/puck-core/core/context/section-id-context.js +12 -0
- package/dist/components/puck-core/core/fields.d.ts +19 -0
- package/dist/components/puck-core/core/hooks.d.ts +19 -0
- package/dist/components/puck-core/core/icon-catalog.d.ts +14 -0
- package/dist/components/puck-core/core/icon-catalog.js +193 -0
- package/dist/components/puck-core/core/props/content.d.ts +224 -0
- package/dist/components/puck-core/core/props/content.js +13 -0
- package/dist/components/puck-core/core/props/form.d.ts +172 -0
- package/dist/components/puck-core/core/props/index.d.ts +271 -0
- package/dist/components/puck-core/core/props/interactive.d.ts +244 -0
- package/dist/components/puck-core/core/props/interactive.js +101 -0
- package/dist/components/puck-core/core/props/media.d.ts +51 -0
- package/dist/components/puck-core/core/props/media.js +41 -0
- package/dist/components/puck-core/core/props/section.d.ts +21 -0
- package/dist/components/puck-core/core/styles.d.ts +2316 -0
- package/dist/components/puck-core/core/types.d.ts +8 -0
- package/dist/components/puck-core/core/utils.d.ts +5 -0
- package/dist/components/puck-core/core/with-editable.d.ts +16 -0
- package/dist/components/puck-core/error-boundary.d.ts +4 -0
- package/dist/components/puck-core/fields/action-field.d.ts +30 -0
- package/dist/components/puck-core/fields/action-field.js +265 -0
- package/dist/components/puck-core/fields/auto-field.d.ts +2 -0
- package/dist/components/puck-core/fields/color-field.d.ts +6 -0
- package/dist/components/puck-core/fields/icon-picker-field.d.ts +8 -0
- package/dist/components/puck-core/fields/icon-picker-field.js +153 -0
- package/dist/components/puck-core/fields/image-upload-field.d.ts +7 -0
- package/dist/components/puck-core/fields/index.d.ts +8 -0
- package/dist/components/puck-core/fields/location-field.d.ts +44 -0
- package/dist/components/puck-core/fields/object-field.d.ts +8 -0
- package/dist/components/puck-core/fields/radio-toggle-field.d.ts +10 -0
- package/dist/components/puck-core/fields/types.d.ts +29 -0
- package/dist/components/puck-core/fields/virtualized-select-field.d.ts +13 -0
- package/dist/components/puck-core/index.d.ts +12 -0
- package/dist/components/puck-core/inline-editable.d.ts +14 -0
- package/dist/components/puck-core/section-wrapper.d.ts +33 -0
- package/dist/components/puck-core/section-wrapper.js +48 -0
- package/dist/components/puck-core/use-upload.d.ts +42 -0
- package/dist/components/shadcn/video-iframe.d.ts +6 -0
- package/dist/components/shadcn/video-iframe.js +33 -0
- package/dist/hooks/use-media-query.d.ts +1 -0
- package/dist/hooks/use-media-query.js +15 -0
- package/dist/hooks/use-scroll-container.d.ts +18 -0
- package/dist/hooks/use-scroll-container.js +25 -0
- package/dist/index.js +220 -119
- package/dist/node_modules/.pnpm/react-icons@5.6.0_react@19.2.4/node_modules/react-icons/bi/index.js +24 -0
- package/dist/node_modules/.pnpm/react-icons@5.6.0_react@19.2.4/node_modules/react-icons/cg/index.js +8 -0
- package/dist/node_modules/.pnpm/react-icons@5.6.0_react@19.2.4/node_modules/react-icons/fa6/index.js +8 -0
- package/dist/node_modules/.pnpm/react-icons@5.6.0_react@19.2.4/node_modules/react-icons/lib/iconBase.js +109 -0
- package/dist/node_modules/.pnpm/react-icons@5.6.0_react@19.2.4/node_modules/react-icons/lib/iconContext.js +13 -0
- package/dist/node_modules/.pnpm/react-icons@5.6.0_react@19.2.4/node_modules/react-icons/rx/index.js +8 -0
- package/dist/styles/relume-typography.d.ts +2 -0
- package/package.json +5 -1
- package/dist/components/puck-base/navigation-menu.js +0 -202
- package/dist/components/puck-block/banner-sections/announcement-banner-1/announcement-banner.d.ts +0 -12
- package/dist/components/puck-block/banner-sections/announcement-banner-1/announcement-banner.js +0 -57
- package/dist/components/puck-block/banner-sections/announcement-banner-1/index.d.ts +0 -5
- package/dist/components/puck-block/banner-sections/announcement-banner-1/index.js +0 -32
- package/dist/components/puck-block/banner-sections/marquee-1/index.d.ts +0 -5
- package/dist/components/puck-block/banner-sections/marquee-1/index.js +0 -51
- package/dist/components/puck-block/banner-sections/marquee-1/marquee.d.ts +0 -12
- package/dist/components/puck-block/banner-sections/marquee-1/marquee.js +0 -45
- package/dist/components/puck-block/contact-sections/contact-us-1/contact-us.js +0 -169
- package/dist/components/puck-block/contact-sections/contact-us-1/index.js +0 -124
- package/dist/components/puck-block/contact-sections/contact-us-2/contact-us-2.d.ts +0 -30
- package/dist/components/puck-block/contact-sections/contact-us-2/contact-us-2.js +0 -234
- package/dist/components/puck-block/contact-sections/contact-us-2/index.d.ts +0 -5
- package/dist/components/puck-block/contact-sections/contact-us-2/index.js +0 -74
- package/dist/components/puck-block/contact-sections/contact-us-3/contact-us-3.d.ts +0 -32
- package/dist/components/puck-block/contact-sections/contact-us-3/contact-us-3.js +0 -250
- package/dist/components/puck-block/contact-sections/contact-us-3/index.d.ts +0 -5
- package/dist/components/puck-block/contact-sections/contact-us-3/index.js +0 -114
- package/dist/components/puck-block/cta-sections/banner-cta-1/banner-cta.d.ts +0 -18
- package/dist/components/puck-block/cta-sections/banner-cta-1/banner-cta.js +0 -42
- package/dist/components/puck-block/cta-sections/banner-cta-1/index.d.ts +0 -5
- package/dist/components/puck-block/cta-sections/banner-cta-1/index.js +0 -36
- package/dist/components/puck-block/cta-sections/cta-1/cta.d.ts +0 -12
- package/dist/components/puck-block/cta-sections/cta-1/cta.js +0 -38
- package/dist/components/puck-block/cta-sections/cta-1/index.d.ts +0 -5
- package/dist/components/puck-block/cta-sections/cta-1/index.js +0 -44
- package/dist/components/puck-block/cta-sections/gradient-cta-1/gradient-cta.d.ts +0 -14
- package/dist/components/puck-block/cta-sections/gradient-cta-1/gradient-cta.js +0 -65
- package/dist/components/puck-block/cta-sections/gradient-cta-1/index.d.ts +0 -5
- package/dist/components/puck-block/cta-sections/gradient-cta-1/index.js +0 -53
- package/dist/components/puck-block/cta-sections/newsletter-signup-1/index.d.ts +0 -5
- package/dist/components/puck-block/cta-sections/newsletter-signup-1/index.js +0 -30
- package/dist/components/puck-block/cta-sections/newsletter-signup-1/newsletter-signup.d.ts +0 -13
- package/dist/components/puck-block/cta-sections/newsletter-signup-1/newsletter-signup.js +0 -44
- package/dist/components/puck-block/cta-sections/promo-section-1/index.d.ts +0 -5
- package/dist/components/puck-block/cta-sections/promo-section-1/index.js +0 -44
- package/dist/components/puck-block/cta-sections/promo-section-1/promo-section.d.ts +0 -20
- package/dist/components/puck-block/cta-sections/promo-section-1/promo-section.js +0 -117
- package/dist/components/puck-block/faq-sections/accordion-1/accordion.d.ts +0 -15
- package/dist/components/puck-block/faq-sections/accordion-1/accordion.js +0 -58
- package/dist/components/puck-block/faq-sections/accordion-1/index.d.ts +0 -5
- package/dist/components/puck-block/faq-sections/accordion-1/index.js +0 -43
- package/dist/components/puck-block/faq-sections/faq-1/faq.d.ts +0 -17
- package/dist/components/puck-block/faq-sections/faq-1/faq.js +0 -68
- package/dist/components/puck-block/faq-sections/faq-1/index.d.ts +0 -5
- package/dist/components/puck-block/faq-sections/faq-1/index.js +0 -99
- package/dist/components/puck-block/faq-sections/faq-2/faq-2.d.ts +0 -18
- package/dist/components/puck-block/faq-sections/faq-2/faq-2.js +0 -54
- package/dist/components/puck-block/faq-sections/faq-2/index.d.ts +0 -5
- package/dist/components/puck-block/faq-sections/faq-2/index.js +0 -61
- package/dist/components/puck-block/feature-sections/bento-1/bento.d.ts +0 -12
- package/dist/components/puck-block/feature-sections/bento-1/bento.js +0 -56
- package/dist/components/puck-block/feature-sections/bento-1/index.d.ts +0 -5
- package/dist/components/puck-block/feature-sections/bento-1/index.js +0 -46
- package/dist/components/puck-block/feature-sections/feature-cards-1/feature-cards.d.ts +0 -13
- package/dist/components/puck-block/feature-sections/feature-cards-1/feature-cards.js +0 -46
- package/dist/components/puck-block/feature-sections/feature-cards-1/index.d.ts +0 -5
- package/dist/components/puck-block/feature-sections/feature-cards-1/index.js +0 -78
- package/dist/components/puck-block/feature-sections/feature-showcase-1/feature-showcase.d.ts +0 -21
- package/dist/components/puck-block/feature-sections/feature-showcase-1/feature-showcase.js +0 -36
- package/dist/components/puck-block/feature-sections/feature-showcase-1/index.d.ts +0 -5
- package/dist/components/puck-block/feature-sections/feature-showcase-1/index.js +0 -56
- package/dist/components/puck-block/feature-sections/icon-grid-1/icon-grid.d.ts +0 -19
- package/dist/components/puck-block/feature-sections/icon-grid-1/icon-grid.js +0 -86
- package/dist/components/puck-block/feature-sections/icon-grid-1/index.d.ts +0 -5
- package/dist/components/puck-block/feature-sections/icon-grid-1/index.js +0 -64
- package/dist/components/puck-block/feature-sections/product-features-1/index.d.ts +0 -5
- package/dist/components/puck-block/feature-sections/product-features-1/index.js +0 -86
- package/dist/components/puck-block/feature-sections/product-features-1/product-features.d.ts +0 -27
- package/dist/components/puck-block/feature-sections/product-features-1/product-features.js +0 -118
- package/dist/components/puck-block/footer-sections/footer-1/footer.d.ts +0 -24
- package/dist/components/puck-block/footer-sections/footer-1/footer.js +0 -58
- package/dist/components/puck-block/footer-sections/footer-1/index.d.ts +0 -5
- package/dist/components/puck-block/footer-sections/footer-1/index.js +0 -130
- package/dist/components/puck-block/gallery-sections/gallery-1/gallery.d.ts +0 -20
- package/dist/components/puck-block/gallery-sections/gallery-1/gallery.js +0 -77
- package/dist/components/puck-block/gallery-sections/gallery-1/index.d.ts +0 -5
- package/dist/components/puck-block/gallery-sections/gallery-1/index.js +0 -71
- package/dist/components/puck-block/gallery-sections/gallery-2/gallery-2.d.ts +0 -16
- package/dist/components/puck-block/gallery-sections/gallery-2/gallery-2.js +0 -94
- package/dist/components/puck-block/gallery-sections/gallery-2/index.d.ts +0 -5
- package/dist/components/puck-block/gallery-sections/gallery-2/index.js +0 -43
- package/dist/components/puck-block/gallery-sections/gallery-3/gallery-3.d.ts +0 -19
- package/dist/components/puck-block/gallery-sections/gallery-3/gallery-3.js +0 -119
- package/dist/components/puck-block/gallery-sections/gallery-3/index.d.ts +0 -5
- package/dist/components/puck-block/gallery-sections/gallery-3/index.js +0 -62
- package/dist/components/puck-block/header-sections/header-1/header.d.ts +0 -38
- package/dist/components/puck-block/header-sections/header-1/header.js +0 -168
- package/dist/components/puck-block/header-sections/header-1/index.d.ts +0 -33
- package/dist/components/puck-block/header-sections/header-1/index.js +0 -210
- package/dist/components/puck-block/header-sections/sticky-nav-1/index.d.ts +0 -5
- package/dist/components/puck-block/header-sections/sticky-nav-1/index.js +0 -30
- package/dist/components/puck-block/header-sections/sticky-nav-1/sticky-nav.d.ts +0 -14
- package/dist/components/puck-block/header-sections/sticky-nav-1/sticky-nav.js +0 -49
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/fullscreen-hero.d.ts +0 -23
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/fullscreen-hero.js +0 -128
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/index.d.ts +0 -5
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/index.js +0 -50
- package/dist/components/puck-block/hero-sections/gradient-hero-1/gradient-hero.d.ts +0 -12
- package/dist/components/puck-block/hero-sections/gradient-hero-1/gradient-hero.js +0 -50
- package/dist/components/puck-block/hero-sections/gradient-hero-1/index.d.ts +0 -5
- package/dist/components/puck-block/hero-sections/gradient-hero-1/index.js +0 -37
- package/dist/components/puck-block/hero-sections/hero-1/hero.d.ts +0 -23
- package/dist/components/puck-block/hero-sections/hero-1/hero.js +0 -222
- package/dist/components/puck-block/hero-sections/hero-1/index.d.ts +0 -12
- package/dist/components/puck-block/hero-sections/hero-1/index.js +0 -79
- package/dist/components/puck-block/hero-sections/image-hero-1/image-hero.d.ts +0 -22
- package/dist/components/puck-block/hero-sections/image-hero-1/image-hero.js +0 -97
- package/dist/components/puck-block/hero-sections/image-hero-1/index.d.ts +0 -5
- package/dist/components/puck-block/hero-sections/image-hero-1/index.js +0 -61
- package/dist/components/puck-block/hero-sections/split-hero-1/index.d.ts +0 -5
- package/dist/components/puck-block/hero-sections/split-hero-1/index.js +0 -34
- package/dist/components/puck-block/hero-sections/split-hero-1/split-hero.d.ts +0 -14
- package/dist/components/puck-block/hero-sections/split-hero-1/split-hero.js +0 -62
- package/dist/components/puck-block/hero-sections/video-hero-1/index.d.ts +0 -5
- package/dist/components/puck-block/hero-sections/video-hero-1/index.js +0 -26
- package/dist/components/puck-block/hero-sections/video-hero-1/video-hero.d.ts +0 -15
- package/dist/components/puck-block/hero-sections/video-hero-1/video-hero.js +0 -45
- package/dist/components/puck-block/location-sections/location-1/index.js +0 -100
- package/dist/components/puck-block/location-sections/location-1/location.js +0 -139
- package/dist/components/puck-block/location-sections/location-2/index.js +0 -124
- package/dist/components/puck-block/location-sections/location-2/location.js +0 -133
- package/dist/components/puck-block/location-sections/location-3/index.js +0 -108
- package/dist/components/puck-block/location-sections/location-3/location.js +0 -140
- package/dist/components/puck-block/metrics-sections/stats-1/index.d.ts +0 -5
- package/dist/components/puck-block/metrics-sections/stats-1/index.js +0 -129
- package/dist/components/puck-block/metrics-sections/stats-1/stats.d.ts +0 -18
- package/dist/components/puck-block/metrics-sections/stats-1/stats.js +0 -103
- package/dist/components/puck-block/metrics-sections/stats-2/index.d.ts +0 -5
- package/dist/components/puck-block/metrics-sections/stats-2/index.js +0 -74
- package/dist/components/puck-block/metrics-sections/stats-2/stats-2.d.ts +0 -18
- package/dist/components/puck-block/metrics-sections/stats-2/stats-2.js +0 -56
- package/dist/components/puck-block/metrics-sections/stats-3/index.d.ts +0 -5
- package/dist/components/puck-block/metrics-sections/stats-3/index.js +0 -84
- package/dist/components/puck-block/metrics-sections/stats-3/stats-3.d.ts +0 -18
- package/dist/components/puck-block/metrics-sections/stats-3/stats-3.js +0 -69
- package/dist/components/puck-block/pricing-sections/comparison-1/comparison.d.ts +0 -16
- package/dist/components/puck-block/pricing-sections/comparison-1/comparison.js +0 -58
- package/dist/components/puck-block/pricing-sections/comparison-1/index.d.ts +0 -5
- package/dist/components/puck-block/pricing-sections/comparison-1/index.js +0 -67
- package/dist/components/puck-block/pricing-sections/pricing-1/index.d.ts +0 -5
- package/dist/components/puck-block/pricing-sections/pricing-1/index.js +0 -88
- package/dist/components/puck-block/pricing-sections/pricing-1/pricing.d.ts +0 -21
- package/dist/components/puck-block/pricing-sections/pricing-1/pricing.js +0 -58
- package/dist/components/puck-block/pricing-sections/pricing-2/index.d.ts +0 -5
- package/dist/components/puck-block/pricing-sections/pricing-2/index.js +0 -147
- package/dist/components/puck-block/pricing-sections/pricing-2/pricing-2.d.ts +0 -26
- package/dist/components/puck-block/pricing-sections/pricing-2/pricing-2.js +0 -71
- package/dist/components/puck-block/showcase-sections/before-after-1/before-after.d.ts +0 -22
- package/dist/components/puck-block/showcase-sections/before-after-1/before-after.js +0 -71
- package/dist/components/puck-block/showcase-sections/before-after-1/index.d.ts +0 -5
- package/dist/components/puck-block/showcase-sections/before-after-1/index.js +0 -72
- package/dist/components/puck-block/showcase-sections/case-study-1/case-study.d.ts +0 -21
- package/dist/components/puck-block/showcase-sections/case-study-1/case-study.js +0 -42
- package/dist/components/puck-block/showcase-sections/case-study-1/index.d.ts +0 -5
- package/dist/components/puck-block/showcase-sections/case-study-1/index.js +0 -36
- package/dist/components/puck-block/showcase-sections/step-by-step-1/index.d.ts +0 -5
- package/dist/components/puck-block/showcase-sections/step-by-step-1/index.js +0 -60
- package/dist/components/puck-block/showcase-sections/step-by-step-1/step-by-step.d.ts +0 -19
- package/dist/components/puck-block/showcase-sections/step-by-step-1/step-by-step.js +0 -50
- package/dist/components/puck-block/team-sections/team-grid-1/index.d.ts +0 -5
- package/dist/components/puck-block/team-sections/team-grid-1/index.js +0 -65
- package/dist/components/puck-block/team-sections/team-grid-1/team-grid.d.ts +0 -23
- package/dist/components/puck-block/team-sections/team-grid-1/team-grid.js +0 -74
- package/dist/components/puck-block/team-sections/team-grid-2/index.d.ts +0 -5
- package/dist/components/puck-block/team-sections/team-grid-2/index.js +0 -60
- package/dist/components/puck-block/team-sections/team-grid-2/team-grid-2.d.ts +0 -23
- package/dist/components/puck-block/team-sections/team-grid-2/team-grid-2.js +0 -44
- package/dist/components/puck-block/team-sections/team-profiles-1/index.d.ts +0 -5
- package/dist/components/puck-block/team-sections/team-profiles-1/index.js +0 -55
- package/dist/components/puck-block/team-sections/team-profiles-1/team-profiles.d.ts +0 -23
- package/dist/components/puck-block/team-sections/team-profiles-1/team-profiles.js +0 -105
- package/dist/components/puck-block/testimonial-sections/customers-1/customers.d.ts +0 -17
- package/dist/components/puck-block/testimonial-sections/customers-1/customers.js +0 -103
- package/dist/components/puck-block/testimonial-sections/customers-1/index.d.ts +0 -5
- package/dist/components/puck-block/testimonial-sections/customers-1/index.js +0 -58
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/index.d.ts +0 -5
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/index.js +0 -49
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/logo-marquee.d.ts +0 -15
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/logo-marquee.js +0 -50
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/index.d.ts +0 -5
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/index.js +0 -51
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/logo-wall.d.ts +0 -17
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/logo-wall.js +0 -55
- package/dist/components/puck-block/testimonial-sections/review-section-1/index.d.ts +0 -5
- package/dist/components/puck-block/testimonial-sections/review-section-1/index.js +0 -87
- package/dist/components/puck-block/testimonial-sections/review-section-1/review-section.d.ts +0 -23
- package/dist/components/puck-block/testimonial-sections/review-section-1/review-section.js +0 -63
- package/dist/components/puck-block/testimonial-sections/testimonials-1/index.d.ts +0 -5
- package/dist/components/puck-block/testimonial-sections/testimonials-1/index.js +0 -72
- package/dist/components/puck-block/testimonial-sections/testimonials-1/testimonials.d.ts +0 -20
- package/dist/components/puck-block/testimonial-sections/testimonials-1/testimonials.js +0 -148
- package/dist/components/puck-block/text-sections/articles-1/articles.d.ts +0 -17
- package/dist/components/puck-block/text-sections/articles-1/articles.js +0 -55
- package/dist/components/puck-block/text-sections/articles-1/index.d.ts +0 -5
- package/dist/components/puck-block/text-sections/articles-1/index.js +0 -83
- package/dist/components/puck-block/text-sections/content-section-1/content-section.d.ts +0 -22
- package/dist/components/puck-block/text-sections/content-section-1/content-section.js +0 -119
- package/dist/components/puck-block/text-sections/content-section-1/index.d.ts +0 -5
- package/dist/components/puck-block/text-sections/content-section-1/index.js +0 -69
- package/dist/components/puck-block/text-sections/rich-text-1/index.d.ts +0 -5
- package/dist/components/puck-block/text-sections/rich-text-1/index.js +0 -32
- package/dist/components/puck-block/text-sections/rich-text-1/rich-text.d.ts +0 -11
- package/dist/components/puck-block/text-sections/rich-text-1/rich-text.js +0 -30
- package/dist/components/puck-block/text-sections/tab-section-1/index.d.ts +0 -5
- package/dist/components/puck-block/text-sections/tab-section-1/index.js +0 -51
- package/dist/components/puck-block/text-sections/tab-section-1/tab-section.d.ts +0 -19
- package/dist/components/puck-block/text-sections/tab-section-1/tab-section.js +0 -53
- package/dist/components/puck-block/text-sections/timeline-1/index.d.ts +0 -5
- package/dist/components/puck-block/text-sections/timeline-1/index.js +0 -60
- package/dist/components/puck-block/text-sections/timeline-1/timeline.d.ts +0 -16
- package/dist/components/puck-block/text-sections/timeline-1/timeline.js +0 -34
- package/dist/components/puck-block/text-sections/two-column-1/index.d.ts +0 -5
- package/dist/components/puck-block/text-sections/two-column-1/index.js +0 -88
- package/dist/components/puck-block/text-sections/two-column-1/two-column.d.ts +0 -18
- package/dist/components/puck-block/text-sections/two-column-1/two-column.js +0 -95
- package/dist/hooks/use-prefers-reduced-motion.js +0 -23
- /package/dist/components/puck-block/contact-sections/{contact-us-1 → _template}/contact-us.d.ts +0 -0
- /package/dist/components/puck-block/contact-sections/{contact-us-1 → _template}/index.d.ts +0 -0
- /package/dist/components/{puck-base → puck-core/core/context}/editor-context.d.ts +0 -0
- /package/dist/components/{puck-base → puck-core/core/context}/editor-context.js +0 -0
package/dist/index.js
CHANGED
|
@@ -1,35 +1,131 @@
|
|
|
1
|
-
import { default as default2 } from "./components/
|
|
2
|
-
import { default as default3 } from "./components/puck-block/
|
|
3
|
-
import { default as default4 } from "./components/
|
|
4
|
-
import { default as default5 } from "./components/puck-
|
|
1
|
+
import { default as default2 } from "./components/puck-block/text-sections/aside-nav-content/index.js";
|
|
2
|
+
import { default as default3 } from "./components/puck-block/gallery-sections/asymmetric-grid/index.js";
|
|
3
|
+
import { default as default4 } from "./components/ui-block/background/index.js";
|
|
4
|
+
import { default as default5 } from "./components/puck-block/testimonial-sections/bento-testimonial/index.js";
|
|
5
|
+
import { default as default6 } from "./components/puck-block/text-sections/blog-article/index.js";
|
|
6
|
+
import { default as default7 } from "./components/puck-block/hero-sections/carousel-hero/index.js";
|
|
7
|
+
import { default as default8 } from "./components/puck-block/metrics-sections/center-media-stats/index.js";
|
|
8
|
+
import { default as default9 } from "./components/puck-block/contact-sections/centered-form/index.js";
|
|
9
|
+
import { default as default10 } from "./components/puck-block/footer-sections/centered-minimal-footer/index.js";
|
|
10
|
+
import { default as default11 } from "./components/puck-block/header-sections/centered-navbar/index.js";
|
|
11
|
+
import { default as default12 } from "./components/puck-block/testimonial-sections/centered-testimonial/index.js";
|
|
12
|
+
import { default as default13 } from "./components/puck-block/hero-sections/column-scroll-hero/index.js";
|
|
13
|
+
import { default as default14 } from "./components/puck-block/showcase-sections/compact-timeline/index.js";
|
|
14
|
+
import { default as default15 } from "./components/puck-block/contact-sections/contact-cards-grid/index.js";
|
|
15
|
+
import { default as default16 } from "./components/puck-block/footer-sections/contact-links-footer/index.js";
|
|
16
|
+
import { default as default17 } from "./components/puck-block/contact-sections/contact-modal/index.js";
|
|
17
|
+
import { default as default18 } from "./components/puck-block/banner-sections/css-marquee-banner/index.js";
|
|
18
|
+
import { default as default19 } from "./components/puck-block/footer-sections/cta-links-footer/index.js";
|
|
19
|
+
import { default as default20 } from "./components/puck-block/header-sections/drawer-navbar/index.js";
|
|
20
|
+
import { default as default21 } from "./components/puck-block/faq-sections/dual-column-accordion-faq/index.js";
|
|
21
|
+
import { default as default22 } from "./components/puck-block/hero-sections/dual-marquee-hero/index.js";
|
|
22
|
+
import { default as default23 } from "./components/puck-block/banner-sections/dual-row-marquee/index.js";
|
|
23
|
+
import { default as default24 } from "./components/puck-block/cta-sections/feature-card-cta/index.js";
|
|
24
|
+
import { default as default25 } from "./components/puck-block/feature-sections/feature-cards-grid/index.js";
|
|
25
|
+
import { default as default26 } from "./components/puck-block/feature-sections/feature-list-split/index.js";
|
|
26
|
+
import { default as default27 } from "./components/puck-block/header-sections/floating-bordered-navbar/index.js";
|
|
27
|
+
import { default as default28 } from "./components/puck-block/contact-sections/form-with-media/index.js";
|
|
28
|
+
import { default as default29 } from "./components/puck-block/header-sections/fullscreen-overlay-navbar/index.js";
|
|
29
|
+
import { default as default30 } from "./components/puck-block/gallery-sections/fullscreen-portfolio/index.js";
|
|
30
|
+
import { default as default31 } from "./components/puck-block/hero-sections/fullscreen-video-hero/index.js";
|
|
31
|
+
import { default as default32 } from "./components/puck-block/hero-sections/grid-expand-hero/index.js";
|
|
32
|
+
import { default as default33 } from "./components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/index.js";
|
|
33
|
+
import { default as default34 } from "./components/puck-block/contact-sections/header-form-cards/index.js";
|
|
34
|
+
import { default as default35 } from "./components/puck-block/contact-sections/header-info-fullwidth/index.js";
|
|
35
|
+
import { default as default36 } from "./components/puck-block/metrics-sections/header-stats-row/index.js";
|
|
36
|
+
import { default as default37 } from "./components/puck-block/hero-sections/horizontal-marquee-hero/index.js";
|
|
37
|
+
import { default as default38 } from "./components/puck-block/showcase-sections/horizontal-timeline/index.js";
|
|
38
|
+
import { default as default39 } from "./components/puck-block/faq-sections/icon-card-faq/index.js";
|
|
39
|
+
import { default as default40 } from "./components/puck-block/gallery-sections/image-carousel/index.js";
|
|
40
|
+
import { default as default41 } from "./components/puck-block/testimonial-sections/image-testimonial-carousel/index.js";
|
|
41
|
+
import { default as default42 } from "./components/puck-block/testimonial-sections/image-testimonial/index.js";
|
|
42
|
+
import { default as default43 } from "./components/puck-block/contact-sections/info-cards-media/index.js";
|
|
43
|
+
import { default as default44 } from "./components/puck-block/hero-sections/inline-image-hero/index.js";
|
|
44
|
+
import { default as default45 } from "./components/puck-block/gallery-sections/interactive-portfolio/index.js";
|
|
45
|
+
import { default as default46 } from "./components/puck-block/contact-sections/location-cards-grid/index.js";
|
|
46
|
+
import { default as default47 } from "./components/puck-block/testimonial-sections/marquee-testimonial/index.js";
|
|
47
|
+
import { default as default48 } from "./components/puck-block/gallery-sections/masonry-grid/index.js";
|
|
48
|
+
import { default as default49 } from "./components/puck-block/testimonial-sections/masonry-testimonial/index.js";
|
|
49
|
+
import { default as default50 } from "./components/puck-block/header-sections/mega-menu-navbar/index.js";
|
|
50
|
+
import { default as default51 } from "./components/puck-block/metrics-sections/mixed-grid-stats/index.js";
|
|
51
|
+
import { default as default52 } from "./components/puck-block/cta-sections/mouse-track-cta/index.js";
|
|
52
|
+
import { default as default53 } from "./components/puck-block/hero-sections/mouse-track-hero/index.js";
|
|
53
|
+
import { default as default54 } from "./components/puck-block/hero-sections/multi-image-grid-hero/index.js";
|
|
54
|
+
import { default as default55 } from "./components/puck-block/hero-sections/overlapping-image-hero/index.js";
|
|
55
|
+
import { default as default56 } from "./components/puck-block/hero-sections/parallax-images-hero/index.js";
|
|
56
|
+
import { default as default57 } from "./components/puck-block/gallery-sections/portfolio-cards/index.js";
|
|
57
|
+
import { default as default58 } from "./components/puck-block/gallery-sections/portfolio-divider/index.js";
|
|
58
|
+
import { default as default59 } from "./components/puck-block/pricing-sections/pricing-card-grid/index.js";
|
|
59
|
+
import { default as default60 } from "./components/puck-block/pricing-sections/pricing-comparison-table/index.js";
|
|
60
|
+
import { default as default61 } from "./components/puck-block/text-sections/prose-content/index.js";
|
|
61
|
+
import { default as default62 } from "./components/puck-block/hero-sections/scatter-parallax-hero/index.js";
|
|
62
|
+
import { default as default63 } from "./components/puck-block/banner-sections/scroll-driven-marquee/index.js";
|
|
63
|
+
import { default as default64 } from "./components/puck-block/hero-sections/scroll-expand-video-hero/index.js";
|
|
64
|
+
import { default as default65 } from "./components/puck-block/gallery-sections/scroll-parallax/index.js";
|
|
65
|
+
import { default as default66 } from "./components/puck-block/gallery-sections/scroll-parallax-portfolio/index.js";
|
|
66
|
+
import { default as default67 } from "./components/puck-block/banner-sections/scroll-parallax-text/index.js";
|
|
67
|
+
import { default as default68 } from "./components/puck-block/hero-sections/scroll-zoom-hero/index.js";
|
|
68
|
+
import { default as default69 } from "./components/shadcn/badge-promo.js";
|
|
69
|
+
import { default as default70 } from "./components/puck-block/text-sections/side-media-content/index.js";
|
|
70
|
+
import { default as default71 } from "./components/puck-block/showcase-sections/single-column-timeline/index.js";
|
|
71
|
+
import { default as default72 } from "./components/puck-block/pricing-sections/single-pricing-card/index.js";
|
|
72
|
+
import { default as default73 } from "./components/puck-block/gallery-sections/split-carousel/index.js";
|
|
73
|
+
import { default as default74 } from "./components/puck-block/contact-sections/split-info-form/index.js";
|
|
74
|
+
import { default as default75 } from "./components/puck-block/pricing-sections/split-pricing/index.js";
|
|
75
|
+
import { default as default76 } from "./components/puck-block/metrics-sections/split-stats/index.js";
|
|
76
|
+
import { default as default77 } from "./components/puck-block/faq-sections/stacked-accordion-faq/index.js";
|
|
77
|
+
import { default as default78 } from "./components/puck-block/faq-sections/stacked-static-faq/index.js";
|
|
78
|
+
import { default as default79 } from "./components/puck-block/header-sections/standard-navbar/index.js";
|
|
79
|
+
import { default as default80 } from "./components/puck-block/gallery-sections/static-grid/index.js";
|
|
80
|
+
import { default as default81 } from "./components/puck-block/hero-sections/sticky-expand-hero/index.js";
|
|
81
|
+
import { default as default82 } from "./components/puck-block/showcase-sections/sticky-scroll-timeline/index.js";
|
|
82
|
+
import { default as default83 } from "./components/puck-block/testimonial-sections/sticky-testimonial/index.js";
|
|
83
|
+
import { default as default84 } from "./components/puck-block/text-sections/sticky-text-multi-image/index.js";
|
|
84
|
+
import { default as default85 } from "./components/puck-block/hero-sections/sticky-video-hero/index.js";
|
|
85
|
+
import { default as default86 } from "./components/puck-block/feature-sections/tab-feature/index.js";
|
|
86
|
+
import { default as default87 } from "./components/puck-block/hero-sections/tab-hero/index.js";
|
|
87
|
+
import { default as default88 } from "./components/puck-block/contact-sections/tab-locations/index.js";
|
|
88
|
+
import { default as default89 } from "./components/puck-block/pricing-sections/tab-pricing-grid/index.js";
|
|
89
|
+
import { default as default90 } from "./components/puck-block/pricing-sections/tab-single-pricing/index.js";
|
|
90
|
+
import { default as default91 } from "./components/puck-block/metrics-sections/tab-stats/index.js";
|
|
91
|
+
import { default as default92 } from "./components/puck-block/testimonial-sections/tab-testimonial/index.js";
|
|
92
|
+
import { default as default93 } from "./components/puck-block/showcase-sections/tab-timeline/index.js";
|
|
93
|
+
import { default as default94 } from "./components/puck-block/team-sections/team-carousel/index.js";
|
|
94
|
+
import { default as default95 } from "./components/puck-block/team-sections/team-grid/index.js";
|
|
95
|
+
import { default as default96 } from "./components/puck-block/team-sections/team-inline-card/index.js";
|
|
96
|
+
import { default as default97 } from "./components/puck-block/team-sections/team-sticky-scatter/index.js";
|
|
97
|
+
import { default as default98 } from "./components/puck-block/team-sections/team-two-column/index.js";
|
|
98
|
+
import { default as default99 } from "./components/puck-block/testimonial-sections/testimonial-card-grid/index.js";
|
|
99
|
+
import { default as default100 } from "./components/puck-block/testimonial-sections/testimonial-carousel/index.js";
|
|
100
|
+
import { default as default101 } from "./components/puck-block/feature-sections/text-media-split/index.js";
|
|
101
|
+
import { default as default102 } from "./components/puck-block/feature-sections/text-only-section/index.js";
|
|
102
|
+
import { default as default103 } from "./components/puck-block/hero-sections/three-image-parallax-hero/index.js";
|
|
103
|
+
import { default as default104 } from "./components/puck-block/faq-sections/two-column-accordion-faq/index.js";
|
|
104
|
+
import { default as default105 } from "./components/puck-block/faq-sections/two-column-static-faq/index.js";
|
|
105
|
+
import { default as default106 } from "./components/puck-block/hero-sections/vertical-gallery-hero/index.js";
|
|
106
|
+
import { default as default107 } from "./components/puck-block/showcase-sections/zigzag-timeline/index.js";
|
|
107
|
+
import { default as default108 } from "./components/puck-block/hero-sections/zoom-grid-hero/index.js";
|
|
108
|
+
import { default as default109 } from "./components/puck-base/use-upload.js";
|
|
5
109
|
import { ACTION_TYPE_FIELD_MAP, ACTION_TYPE_OPTIONS, ActionField, DownloadActionFields, EmailActionFields, ExternalActionFields, PageActionFields, PhoneActionFields, SectionActionFields } from "./components/puck-base/fields/action-field.js";
|
|
6
110
|
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "./components/shadcn/accordion.js";
|
|
7
|
-
import { conf } from "./components/puck-block/faq-sections/accordion-1/index.js";
|
|
8
111
|
import { Alert, AlertAction, AlertDescription, AlertTitle } from "./components/shadcn/alert.js";
|
|
9
112
|
import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from "./components/shadcn/alert-dialog.js";
|
|
10
113
|
import { AnimatedThemeToggler } from "./components/shadcn/animated-theme-toggler.js";
|
|
11
|
-
import { conf as conf2 } from "./components/puck-block/banner-sections/announcement-banner-1/index.js";
|
|
12
|
-
import { conf as conf3 } from "./components/puck-block/text-sections/articles-1/index.js";
|
|
13
114
|
import { AspectRatio } from "./components/shadcn/aspect-ratio.js";
|
|
14
115
|
import { AutoField } from "./components/puck-base/fields/auto-field.js";
|
|
15
116
|
import { Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage } from "./components/shadcn/avatar.js";
|
|
16
117
|
import { Badge, badgeVariants } from "./components/shadcn/badge.js";
|
|
17
|
-
import { conf as conf4 } from "./components/puck-block/cta-sections/banner-cta-1/index.js";
|
|
18
|
-
import { conf as conf5 } from "./components/puck-block/showcase-sections/before-after-1/index.js";
|
|
19
|
-
import { conf as conf6 } from "./components/puck-block/feature-sections/bento-1/index.js";
|
|
20
118
|
import { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from "./components/shadcn/breadcrumb.js";
|
|
21
119
|
import { Button, buttonVariants } from "./components/shadcn/button.js";
|
|
22
120
|
import { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants } from "./components/shadcn/button-group.js";
|
|
23
121
|
import { Calendar, CalendarDayButton } from "./components/shadcn/calendar.js";
|
|
24
122
|
import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "./components/shadcn/card.js";
|
|
25
123
|
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, useCarousel } from "./components/shadcn/carousel.js";
|
|
26
|
-
import { conf as conf7 } from "./components/puck-block/showcase-sections/case-study-1/index.js";
|
|
27
124
|
import { ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent } from "./components/shadcn/chart.js";
|
|
28
125
|
import { Checkbox } from "./components/shadcn/checkbox.js";
|
|
29
126
|
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "./components/shadcn/collapsible.js";
|
|
30
127
|
import { Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, useComboboxAnchor } from "./components/shadcn/combobox.js";
|
|
31
128
|
import { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut } from "./components/shadcn/command.js";
|
|
32
|
-
import { conf as conf8 } from "./components/puck-block/pricing-sections/comparison-1/index.js";
|
|
33
129
|
import { CompoundArticleCard } from "./components/puck-base/article-card.js";
|
|
34
130
|
import { CompoundBadge } from "./components/puck-base/badge.js";
|
|
35
131
|
import { CompoundButton } from "./components/puck-base/button.js";
|
|
@@ -39,39 +135,19 @@ import { CompoundContent } from "./components/puck-base/content.js";
|
|
|
39
135
|
import { CompoundField, fieldTypes } from "./components/puck-base/field.js";
|
|
40
136
|
import { CompoundForm, formMethods } from "./components/puck-base/form.js";
|
|
41
137
|
import { CompoundImage } from "./components/puck-base/image.js";
|
|
42
|
-
import { conf as conf9 } from "./components/puck-block/contact-sections/contact-us-2/index.js";
|
|
43
|
-
import { conf as conf10 } from "./components/puck-block/contact-sections/contact-us-3/index.js";
|
|
44
|
-
import { conf as conf11 } from "./components/puck-block/contact-sections/contact-us-1/index.js";
|
|
45
|
-
import { conf as conf12 } from "./components/puck-block/text-sections/content-section-1/index.js";
|
|
46
138
|
import { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from "./components/shadcn/context-menu.js";
|
|
47
139
|
import { Cover } from "./components/ui-block/cover/index.js";
|
|
48
|
-
import { conf as conf13 } from "./components/puck-block/cta-sections/cta-1/index.js";
|
|
49
|
-
import { conf as conf14 } from "./components/puck-block/testimonial-sections/customers-1/index.js";
|
|
50
140
|
import { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from "./components/shadcn/dialog.js";
|
|
51
141
|
import { DirectionProvider, useDirection } from "@base-ui/react/direction-provider";
|
|
52
142
|
import { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from "./components/shadcn/drawer.js";
|
|
53
143
|
import { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from "./components/shadcn/dropdown-menu.js";
|
|
54
|
-
import { EditorContextProvider, useEditorContext } from "./components/puck-
|
|
144
|
+
import { EditorContextProvider, useEditorContext } from "./components/puck-core/core/context/editor-context.js";
|
|
55
145
|
import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle } from "./components/shadcn/empty.js";
|
|
56
146
|
import { ErrorBoundary } from "./components/puck-base/error-boundary.js";
|
|
57
|
-
import { conf as conf15 } from "./components/puck-block/faq-sections/faq-2/index.js";
|
|
58
|
-
import { conf as conf16 } from "./components/puck-block/faq-sections/faq-1/index.js";
|
|
59
|
-
import { conf as conf17 } from "./components/puck-block/feature-sections/feature-cards-1/index.js";
|
|
60
|
-
import { conf as conf18 } from "./components/puck-block/feature-sections/feature-showcase-1/index.js";
|
|
61
147
|
import { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from "./components/shadcn/field.js";
|
|
62
|
-
import { conf as conf19 } from "./components/puck-block/footer-sections/footer-1/index.js";
|
|
63
148
|
import { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage } from "./components/shadcn/form.js";
|
|
64
|
-
import { conf as conf20 } from "./components/puck-block/hero-sections/fullscreen-hero-1/index.js";
|
|
65
|
-
import { conf as conf21 } from "./components/puck-block/gallery-sections/gallery-2/index.js";
|
|
66
|
-
import { conf as conf22 } from "./components/puck-block/gallery-sections/gallery-3/index.js";
|
|
67
|
-
import { conf as conf23 } from "./components/puck-block/gallery-sections/gallery-1/index.js";
|
|
68
|
-
import { conf as conf24 } from "./components/puck-block/cta-sections/gradient-cta-1/index.js";
|
|
69
|
-
import { conf as conf25 } from "./components/puck-block/hero-sections/gradient-hero-1/index.js";
|
|
70
149
|
import { GradientText } from "./components/puck-base/gradient-text.js";
|
|
71
|
-
import { conf as conf26 } from "./components/puck-block/hero-sections/hero-1/index.js";
|
|
72
150
|
import { HoverCard, HoverCardContent, HoverCardTrigger } from "./components/shadcn/hover-card.js";
|
|
73
|
-
import { conf as conf27 } from "./components/puck-block/feature-sections/icon-grid-1/index.js";
|
|
74
|
-
import { conf as conf28 } from "./components/puck-block/hero-sections/image-hero-1/index.js";
|
|
75
151
|
import { ImageUploadField } from "./components/puck-base/image-upload-field.js";
|
|
76
152
|
import { InlineEditable } from "./components/puck-base/inline-editable.js";
|
|
77
153
|
import { Input } from "./components/shadcn/input.js";
|
|
@@ -81,29 +157,17 @@ import { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup,
|
|
|
81
157
|
import { Kbd, KbdGroup } from "./components/shadcn/kbd.js";
|
|
82
158
|
import { Label } from "./components/shadcn/label.js";
|
|
83
159
|
import { LayoutTextFlip } from "./components/shadcn/layout-text-flip.js";
|
|
84
|
-
import { conf as conf29 } from "./components/puck-block/location-sections/location-2/index.js";
|
|
85
|
-
import { conf as conf30 } from "./components/puck-block/location-sections/location-3/index.js";
|
|
86
|
-
import { conf as conf31 } from "./components/puck-block/location-sections/location-1/index.js";
|
|
87
|
-
import { conf as conf32 } from "./components/puck-block/testimonial-sections/logo-marquee-1/index.js";
|
|
88
|
-
import { conf as conf33 } from "./components/puck-block/testimonial-sections/logo-wall-1/index.js";
|
|
89
|
-
import { conf as conf34 } from "./components/puck-block/banner-sections/marquee-1/index.js";
|
|
90
160
|
import { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger } from "./components/shadcn/menubar.js";
|
|
91
161
|
import { MobileNav, MobileNavHeader, MobileNavMenu, MobileNavToggle, NavBody, NavItems, Navbar, NavbarButton, NavbarLogo } from "./components/shadcn/resizable-navbar.js";
|
|
92
162
|
import { NativeSelect, NativeSelectOptGroup, NativeSelectOption } from "./components/shadcn/native-select.js";
|
|
93
163
|
import { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, navigationMenuTriggerStyle } from "./components/shadcn/navigation-menu.js";
|
|
94
|
-
import { conf as conf35 } from "./components/puck-block/cta-sections/newsletter-signup-1/index.js";
|
|
95
164
|
import { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from "./components/shadcn/pagination.js";
|
|
96
165
|
import { Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from "./components/shadcn/popover.js";
|
|
97
|
-
import { conf as conf36 } from "./components/puck-block/pricing-sections/pricing-2/index.js";
|
|
98
|
-
import { conf as conf37 } from "./components/puck-block/pricing-sections/pricing-1/index.js";
|
|
99
|
-
import { conf as conf38 } from "./components/puck-block/feature-sections/product-features-1/index.js";
|
|
100
166
|
import { Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue } from "./components/shadcn/progress.js";
|
|
101
|
-
import { conf as conf39 } from "./components/puck-block/cta-sections/promo-section-1/index.js";
|
|
102
167
|
import { RadioGroup, RadioGroupItem } from "./components/shadcn/radio-group.js";
|
|
103
168
|
import { ResizableHandle, ResizablePanel, ResizablePanelGroup } from "./components/shadcn/resizable.js";
|
|
104
|
-
import { conf as conf40 } from "./components/puck-block/testimonial-sections/review-section-1/index.js";
|
|
105
|
-
import { conf as conf41 } from "./components/puck-block/text-sections/rich-text-1/index.js";
|
|
106
169
|
import { ScrollArea, ScrollBar } from "./components/shadcn/scroll-area.js";
|
|
170
|
+
import { SectionIdProvider, useSectionId } from "./components/puck-core/core/context/section-id-context.js";
|
|
107
171
|
import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from "./components/shadcn/select.js";
|
|
108
172
|
import { Separator } from "./components/shadcn/separator.js";
|
|
109
173
|
import { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from "./components/shadcn/sheet.js";
|
|
@@ -112,31 +176,17 @@ import { Skeleton } from "./components/shadcn/skeleton.js";
|
|
|
112
176
|
import { Slider } from "./components/shadcn/slider.js";
|
|
113
177
|
import { SparklesCore } from "./components/ui-block/sparkles/index.js";
|
|
114
178
|
import { Spinner } from "./components/shadcn/spinner.js";
|
|
115
|
-
import { conf as conf42 } from "./components/puck-block/hero-sections/split-hero-1/index.js";
|
|
116
179
|
import { Spotlight } from "./components/ui-block/spotlight/index.js";
|
|
117
|
-
import { conf as conf43 } from "./components/puck-block/metrics-sections/stats-2/index.js";
|
|
118
|
-
import { conf as conf44 } from "./components/puck-block/metrics-sections/stats-3/index.js";
|
|
119
|
-
import { conf as conf45 } from "./components/puck-block/metrics-sections/stats-1/index.js";
|
|
120
|
-
import { conf as conf46 } from "./components/puck-block/showcase-sections/step-by-step-1/index.js";
|
|
121
|
-
import { conf as conf47 } from "./components/puck-block/header-sections/sticky-nav-1/index.js";
|
|
122
180
|
import { Switch } from "./components/shadcn/switch.js";
|
|
123
|
-
import { conf as conf48 } from "./components/puck-block/text-sections/tab-section-1/index.js";
|
|
124
181
|
import { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from "./components/shadcn/table.js";
|
|
125
182
|
import { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants } from "./components/shadcn/tabs.js";
|
|
126
|
-
import { conf as conf49 } from "./components/puck-block/team-sections/team-grid-2/index.js";
|
|
127
|
-
import { conf as conf50 } from "./components/puck-block/team-sections/team-grid-1/index.js";
|
|
128
|
-
import { conf as conf51 } from "./components/puck-block/team-sections/team-profiles-1/index.js";
|
|
129
|
-
import { conf as conf52 } from "./components/puck-block/testimonial-sections/testimonials-1/index.js";
|
|
130
183
|
import { Textarea } from "./components/shadcn/textarea.js";
|
|
131
|
-
import { conf as conf53 } from "./components/puck-block/text-sections/timeline-1/index.js";
|
|
132
184
|
import { Toaster } from "./components/shadcn/sonner.js";
|
|
133
185
|
import { Toggle, toggleVariants } from "./components/shadcn/toggle.js";
|
|
134
186
|
import { ToggleGroup, ToggleGroupItem } from "./components/shadcn/toggle-group.js";
|
|
135
187
|
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "./components/shadcn/tooltip.js";
|
|
136
188
|
import { TweetCard, truncate } from "./components/shadcn/tweet-card.js";
|
|
137
189
|
import { TweetCardClient } from "./components/shadcn/tweet-card-client.js";
|
|
138
|
-
import { conf as conf54 } from "./components/puck-block/text-sections/two-column-1/index.js";
|
|
139
|
-
import { conf as conf55 } from "./components/puck-block/hero-sections/video-hero-1/index.js";
|
|
140
190
|
import { action, actionDefaults, badge, button, buttons, card, cards, contentFields, contentFieldsWithFeatures, description, features, field, fieldDefaults, form, formDefaults, getPlaceholderImageUrl, heading, icon, image, image16x9Placeholder, image1x1Placeholder, image9x16Placeholder, images } from "./components/puck-base/core/fields.js";
|
|
141
191
|
import { backgroundColor, backgroundImage, padding, paddingDefaults, paddingLevel, sectionOverlay, sectionStyle } from "./components/puck-base/core/styles.js";
|
|
142
192
|
import { base64ToFile, base64ToUrl, blobToBase64, blobToUrl, convertBase64ToBlob, structureFile } from "./utils/utils-canvas.js";
|
|
@@ -154,7 +204,6 @@ export {
|
|
|
154
204
|
ACTION_TYPE_FIELD_MAP,
|
|
155
205
|
ACTION_TYPE_OPTIONS,
|
|
156
206
|
Accordion,
|
|
157
|
-
conf as AccordionConf,
|
|
158
207
|
AccordionContent,
|
|
159
208
|
AccordionItem,
|
|
160
209
|
AccordionTrigger,
|
|
@@ -176,9 +225,9 @@ export {
|
|
|
176
225
|
AlertDialogTrigger,
|
|
177
226
|
AlertTitle,
|
|
178
227
|
AnimatedThemeToggler,
|
|
179
|
-
|
|
180
|
-
conf3 as ArticlesConf,
|
|
228
|
+
default2 as AsideNavContentConf,
|
|
181
229
|
AspectRatio,
|
|
230
|
+
default3 as AsymmetricGridConf,
|
|
182
231
|
AutoField,
|
|
183
232
|
Avatar,
|
|
184
233
|
AvatarBadge,
|
|
@@ -186,11 +235,10 @@ export {
|
|
|
186
235
|
AvatarGroup,
|
|
187
236
|
AvatarGroupCount,
|
|
188
237
|
AvatarImage,
|
|
189
|
-
|
|
238
|
+
default4 as Background,
|
|
190
239
|
Badge,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
conf6 as BentoConf,
|
|
240
|
+
default5 as BentoTestimonialConf,
|
|
241
|
+
default6 as BlogArticleConf,
|
|
194
242
|
Breadcrumb,
|
|
195
243
|
BreadcrumbEllipsis,
|
|
196
244
|
BreadcrumbItem,
|
|
@@ -213,10 +261,15 @@ export {
|
|
|
213
261
|
CardTitle,
|
|
214
262
|
Carousel,
|
|
215
263
|
CarouselContent,
|
|
264
|
+
default7 as CarouselHeroConf,
|
|
216
265
|
CarouselItem,
|
|
217
266
|
CarouselNext,
|
|
218
267
|
CarouselPrevious,
|
|
219
|
-
|
|
268
|
+
default8 as CenterMediaStatsConf,
|
|
269
|
+
default9 as CenteredFormConf,
|
|
270
|
+
default10 as CenteredMinimalFooterConf,
|
|
271
|
+
default11 as CenteredNavbarConf,
|
|
272
|
+
default12 as CenteredTestimonialConf,
|
|
220
273
|
ChartContainer,
|
|
221
274
|
ChartLegend,
|
|
222
275
|
ChartLegendContent,
|
|
@@ -227,6 +280,7 @@ export {
|
|
|
227
280
|
Collapsible,
|
|
228
281
|
CollapsibleContent,
|
|
229
282
|
CollapsibleTrigger,
|
|
283
|
+
default13 as ColumnScrollHeroConf,
|
|
230
284
|
Combobox,
|
|
231
285
|
ComboboxChip,
|
|
232
286
|
ComboboxChips,
|
|
@@ -251,7 +305,7 @@ export {
|
|
|
251
305
|
CommandList,
|
|
252
306
|
CommandSeparator,
|
|
253
307
|
CommandShortcut,
|
|
254
|
-
|
|
308
|
+
default14 as CompactTimelineConf,
|
|
255
309
|
CompoundArticleCard,
|
|
256
310
|
CompoundBadge,
|
|
257
311
|
CompoundButton,
|
|
@@ -261,10 +315,9 @@ export {
|
|
|
261
315
|
CompoundField,
|
|
262
316
|
CompoundForm,
|
|
263
317
|
CompoundImage,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
conf12 as ContentSectionConf,
|
|
318
|
+
default15 as ContactCardsGridConf,
|
|
319
|
+
default16 as ContactLinksFooterConf,
|
|
320
|
+
default17 as ContactModalConf,
|
|
268
321
|
ContextMenu,
|
|
269
322
|
ContextMenuCheckboxItem,
|
|
270
323
|
ContextMenuContent,
|
|
@@ -281,8 +334,8 @@ export {
|
|
|
281
334
|
ContextMenuSubTrigger,
|
|
282
335
|
ContextMenuTrigger,
|
|
283
336
|
Cover,
|
|
284
|
-
|
|
285
|
-
|
|
337
|
+
default18 as CssMarqueeBannerConf,
|
|
338
|
+
default19 as CtaLinksFooterConf,
|
|
286
339
|
Dialog,
|
|
287
340
|
DialogClose,
|
|
288
341
|
DialogContent,
|
|
@@ -301,6 +354,7 @@ export {
|
|
|
301
354
|
DrawerDescription,
|
|
302
355
|
DrawerFooter,
|
|
303
356
|
DrawerHeader,
|
|
357
|
+
default20 as DrawerNavbarConf,
|
|
304
358
|
DrawerOverlay,
|
|
305
359
|
DrawerPortal,
|
|
306
360
|
DrawerTitle,
|
|
@@ -320,6 +374,9 @@ export {
|
|
|
320
374
|
DropdownMenuSubContent,
|
|
321
375
|
DropdownMenuSubTrigger,
|
|
322
376
|
DropdownMenuTrigger,
|
|
377
|
+
default21 as DualColumnAccordionFaqConf,
|
|
378
|
+
default22 as DualMarqueeHeroConf,
|
|
379
|
+
default23 as DualRowMarqueeConf,
|
|
323
380
|
EditorContextProvider,
|
|
324
381
|
EmailActionFields,
|
|
325
382
|
Empty,
|
|
@@ -330,10 +387,9 @@ export {
|
|
|
330
387
|
EmptyTitle,
|
|
331
388
|
ErrorBoundary,
|
|
332
389
|
ExternalActionFields,
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
conf18 as FeatureShowcaseConf,
|
|
390
|
+
default24 as FeatureCardCtaConf,
|
|
391
|
+
default25 as FeatureCardsGridConf,
|
|
392
|
+
default26 as FeatureListSplitConf,
|
|
337
393
|
Field,
|
|
338
394
|
FieldContent,
|
|
339
395
|
FieldDescription,
|
|
@@ -344,7 +400,7 @@ export {
|
|
|
344
400
|
FieldSeparator,
|
|
345
401
|
FieldSet,
|
|
346
402
|
FieldTitle,
|
|
347
|
-
|
|
403
|
+
default27 as FloatingBorderedNavbarConf,
|
|
348
404
|
Form,
|
|
349
405
|
FormControl,
|
|
350
406
|
FormDescription,
|
|
@@ -352,22 +408,29 @@ export {
|
|
|
352
408
|
FormItem,
|
|
353
409
|
FormLabel,
|
|
354
410
|
FormMessage,
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
conf24 as GradientCtaConf,
|
|
360
|
-
conf25 as GradientHeroConf,
|
|
411
|
+
default28 as FormWithMediaConf,
|
|
412
|
+
default29 as FullscreenOverlayNavbarConf,
|
|
413
|
+
default30 as FullscreenPortfolioConf,
|
|
414
|
+
default31 as FullscreenVideoHeroConf,
|
|
361
415
|
GradientText,
|
|
362
|
-
|
|
363
|
-
|
|
416
|
+
default32 as GridExpandHeroConf,
|
|
417
|
+
default33 as HalfscreenTestimonialCarouselConf,
|
|
418
|
+
default34 as HeaderFormCardsConf,
|
|
419
|
+
default35 as HeaderInfoFullwidthConf,
|
|
420
|
+
default36 as HeaderStatsRowConf,
|
|
421
|
+
default37 as HorizontalMarqueeHeroConf,
|
|
422
|
+
default38 as HorizontalTimelineConf,
|
|
364
423
|
HoverCard,
|
|
365
424
|
HoverCardContent,
|
|
366
425
|
HoverCardTrigger,
|
|
367
|
-
|
|
368
|
-
|
|
426
|
+
default39 as IconCardFaqConf,
|
|
427
|
+
default40 as ImageCarouselConf,
|
|
428
|
+
default41 as ImageTestimonialCarouselConf,
|
|
429
|
+
default42 as ImageTestimonialConf,
|
|
369
430
|
ImageUploadField,
|
|
431
|
+
default43 as InfoCardsMediaConf,
|
|
370
432
|
InlineEditable,
|
|
433
|
+
default44 as InlineImageHeroConf,
|
|
371
434
|
Input,
|
|
372
435
|
InputGroup,
|
|
373
436
|
InputGroupAddon,
|
|
@@ -379,6 +442,7 @@ export {
|
|
|
379
442
|
InputOTPGroup,
|
|
380
443
|
InputOTPSeparator,
|
|
381
444
|
InputOTPSlot,
|
|
445
|
+
default45 as InteractivePortfolioConf,
|
|
382
446
|
Item,
|
|
383
447
|
ItemActions,
|
|
384
448
|
ItemContent,
|
|
@@ -393,12 +457,11 @@ export {
|
|
|
393
457
|
KbdGroup,
|
|
394
458
|
Label,
|
|
395
459
|
LayoutTextFlip,
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
conf34 as MarqueeConf,
|
|
460
|
+
default46 as LocationCardsGridConf,
|
|
461
|
+
default47 as MarqueeTestimonialConf,
|
|
462
|
+
default48 as MasonryGridConf,
|
|
463
|
+
default49 as MasonryTestimonialConf,
|
|
464
|
+
default50 as MegaMenuNavbarConf,
|
|
402
465
|
Menubar,
|
|
403
466
|
MenubarCheckboxItem,
|
|
404
467
|
MenubarContent,
|
|
@@ -415,10 +478,14 @@ export {
|
|
|
415
478
|
MenubarSubContent,
|
|
416
479
|
MenubarSubTrigger,
|
|
417
480
|
MenubarTrigger,
|
|
481
|
+
default51 as MixedGridStatsConf,
|
|
418
482
|
MobileNav,
|
|
419
483
|
MobileNavHeader,
|
|
420
484
|
MobileNavMenu,
|
|
421
485
|
MobileNavToggle,
|
|
486
|
+
default52 as MouseTrackCtaConf,
|
|
487
|
+
default53 as MouseTrackHeroConf,
|
|
488
|
+
default54 as MultiImageGridHeroConf,
|
|
422
489
|
NativeSelect,
|
|
423
490
|
NativeSelectOptGroup,
|
|
424
491
|
NativeSelectOption,
|
|
@@ -435,7 +502,7 @@ export {
|
|
|
435
502
|
NavigationMenuList,
|
|
436
503
|
NavigationMenuPositioner,
|
|
437
504
|
NavigationMenuTrigger,
|
|
438
|
-
|
|
505
|
+
default55 as OverlappingImageHeroConf,
|
|
439
506
|
PageActionFields,
|
|
440
507
|
Pagination,
|
|
441
508
|
PaginationContent,
|
|
@@ -444,6 +511,7 @@ export {
|
|
|
444
511
|
PaginationLink,
|
|
445
512
|
PaginationNext,
|
|
446
513
|
PaginationPrevious,
|
|
514
|
+
default56 as ParallaxImagesHeroConf,
|
|
447
515
|
PhoneActionFields,
|
|
448
516
|
Popover,
|
|
449
517
|
PopoverContent,
|
|
@@ -451,25 +519,32 @@ export {
|
|
|
451
519
|
PopoverHeader,
|
|
452
520
|
PopoverTitle,
|
|
453
521
|
PopoverTrigger,
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
522
|
+
default57 as PortfolioCardsConf,
|
|
523
|
+
default58 as PortfolioDividerConf,
|
|
524
|
+
default59 as PricingCardGridConf,
|
|
525
|
+
default60 as PricingComparisonTableConf,
|
|
457
526
|
Progress,
|
|
458
527
|
ProgressIndicator,
|
|
459
528
|
ProgressLabel,
|
|
460
529
|
ProgressTrack,
|
|
461
530
|
ProgressValue,
|
|
462
|
-
|
|
531
|
+
default61 as ProseContentConf,
|
|
463
532
|
RadioGroup,
|
|
464
533
|
RadioGroupItem,
|
|
465
534
|
ResizableHandle,
|
|
466
535
|
ResizablePanel,
|
|
467
536
|
ResizablePanelGroup,
|
|
468
|
-
|
|
469
|
-
conf41 as RichTextConf,
|
|
537
|
+
default62 as ScatterParallaxHeroConf,
|
|
470
538
|
ScrollArea,
|
|
471
539
|
ScrollBar,
|
|
540
|
+
default63 as ScrollDrivenMarqueeConf,
|
|
541
|
+
default64 as ScrollExpandVideoHeroConf,
|
|
542
|
+
default65 as ScrollParallaxConf,
|
|
543
|
+
default66 as ScrollParallaxPortfolioConf,
|
|
544
|
+
default67 as ScrollParallaxTextConf,
|
|
545
|
+
default68 as ScrollZoomHeroConf,
|
|
472
546
|
SectionActionFields,
|
|
547
|
+
SectionIdProvider,
|
|
473
548
|
Select,
|
|
474
549
|
SelectContent,
|
|
475
550
|
SelectGroup,
|
|
@@ -489,7 +564,8 @@ export {
|
|
|
489
564
|
SheetHeader,
|
|
490
565
|
SheetTitle,
|
|
491
566
|
SheetTrigger,
|
|
492
|
-
|
|
567
|
+
default69 as ShinyPromoBadge,
|
|
568
|
+
default70 as SideMediaContentConf,
|
|
493
569
|
Sidebar,
|
|
494
570
|
SidebarContent,
|
|
495
571
|
SidebarFooter,
|
|
@@ -513,19 +589,35 @@ export {
|
|
|
513
589
|
SidebarRail,
|
|
514
590
|
SidebarSeparator,
|
|
515
591
|
SidebarTrigger,
|
|
592
|
+
default71 as SingleColumnTimelineConf,
|
|
593
|
+
default72 as SinglePricingCardConf,
|
|
516
594
|
Skeleton,
|
|
517
595
|
Slider,
|
|
518
596
|
SparklesCore,
|
|
519
597
|
Spinner,
|
|
520
|
-
|
|
598
|
+
default73 as SplitCarouselConf,
|
|
599
|
+
default74 as SplitInfoFormConf,
|
|
600
|
+
default75 as SplitPricingConf,
|
|
601
|
+
default76 as SplitStatsConf,
|
|
521
602
|
Spotlight,
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
603
|
+
default77 as StackedAccordionFaqConf,
|
|
604
|
+
default78 as StackedStaticFaqConf,
|
|
605
|
+
default79 as StandardNavbarConf,
|
|
606
|
+
default80 as StaticGridConf,
|
|
607
|
+
default81 as StickyExpandHeroConf,
|
|
608
|
+
default82 as StickyScrollTimelineConf,
|
|
609
|
+
default83 as StickyTestimonialConf,
|
|
610
|
+
default84 as StickyTextMultiImageConf,
|
|
611
|
+
default85 as StickyVideoHeroConf,
|
|
527
612
|
Switch,
|
|
528
|
-
|
|
613
|
+
default86 as TabFeatureConf,
|
|
614
|
+
default87 as TabHeroConf,
|
|
615
|
+
default88 as TabLocationsConf,
|
|
616
|
+
default89 as TabPricingGridConf,
|
|
617
|
+
default90 as TabSinglePricingConf,
|
|
618
|
+
default91 as TabStatsConf,
|
|
619
|
+
default92 as TabTestimonialConf,
|
|
620
|
+
default93 as TabTimelineConf,
|
|
529
621
|
Table,
|
|
530
622
|
TableBody,
|
|
531
623
|
TableCaption,
|
|
@@ -538,12 +630,17 @@ export {
|
|
|
538
630
|
TabsContent,
|
|
539
631
|
TabsList,
|
|
540
632
|
TabsTrigger,
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
633
|
+
default94 as TeamCarouselConf,
|
|
634
|
+
default95 as TeamGridConf,
|
|
635
|
+
default96 as TeamInlineCardConf,
|
|
636
|
+
default97 as TeamStickyScatterConf,
|
|
637
|
+
default98 as TeamTwoColumnConf,
|
|
638
|
+
default99 as TestimonialCardGridConf,
|
|
639
|
+
default100 as TestimonialCarouselConf,
|
|
640
|
+
default101 as TextMediaSplitConf,
|
|
641
|
+
default102 as TextOnlySectionConf,
|
|
545
642
|
Textarea,
|
|
546
|
-
|
|
643
|
+
default103 as ThreeImageParallaxHeroConf,
|
|
547
644
|
Toaster,
|
|
548
645
|
Toggle,
|
|
549
646
|
ToggleGroup,
|
|
@@ -554,8 +651,11 @@ export {
|
|
|
554
651
|
TooltipTrigger,
|
|
555
652
|
TweetCard,
|
|
556
653
|
TweetCardClient,
|
|
557
|
-
|
|
558
|
-
|
|
654
|
+
default104 as TwoColumnAccordionFaqConf,
|
|
655
|
+
default105 as TwoColumnStaticFaqConf,
|
|
656
|
+
default106 as VerticalGalleryHeroConf,
|
|
657
|
+
default107 as ZigzagTimelineConf,
|
|
658
|
+
default108 as ZoomGridHeroConf,
|
|
559
659
|
action,
|
|
560
660
|
actionDefaults,
|
|
561
661
|
backgroundColor,
|
|
@@ -631,7 +731,8 @@ export {
|
|
|
631
731
|
usePuckDispatch,
|
|
632
732
|
usePuckGetSelectorForId,
|
|
633
733
|
usePuckHistory,
|
|
734
|
+
useSectionId,
|
|
634
735
|
useSidebar,
|
|
635
|
-
|
|
736
|
+
default109 as useUpload,
|
|
636
737
|
withEditable
|
|
637
738
|
};
|
package/dist/node_modules/.pnpm/react-icons@5.6.0_react@19.2.4/node_modules/react-icons/bi/index.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { GenIcon } from "../lib/iconBase.js";
|
|
2
|
+
import "../lib/iconContext.js";
|
|
3
|
+
function BiPhone(props) {
|
|
4
|
+
return GenIcon({ "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M17.707 12.293a.999.999 0 0 0-1.414 0l-1.594 1.594c-.739-.22-2.118-.72-2.992-1.594s-1.374-2.253-1.594-2.992l1.594-1.594a.999.999 0 0 0 0-1.414l-4-4a.999.999 0 0 0-1.414 0L3.581 5.005c-.38.38-.594.902-.586 1.435.023 1.424.4 6.37 4.298 10.268s8.844 4.274 10.269 4.298h.028c.528 0 1.027-.208 1.405-.586l2.712-2.712a.999.999 0 0 0 0-1.414l-4-4.001zm-.127 6.712c-1.248-.021-5.518-.356-8.873-3.712-3.366-3.366-3.692-7.651-3.712-8.874L7 4.414 9.586 7 8.293 8.293a1 1 0 0 0-.272.912c.024.115.611 2.842 2.271 4.502s4.387 2.247 4.502 2.271a.991.991 0 0 0 .912-.271L17 14.414 19.586 17l-2.006 2.005z" }, "child": [] }] })(props);
|
|
5
|
+
}
|
|
6
|
+
function BiMap(props) {
|
|
7
|
+
return GenIcon({ "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M12 14c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z" }, "child": [] }, { "tag": "path", "attr": { "d": "M11.42 21.814a.998.998 0 0 0 1.16 0C12.884 21.599 20.029 16.44 20 10c0-4.411-3.589-8-8-8S4 5.589 4 9.995c-.029 6.445 7.116 11.604 7.42 11.819zM12 4c3.309 0 6 2.691 6 6.005.021 4.438-4.388 8.423-6 9.73-1.611-1.308-6.021-5.294-6-9.735 0-3.309 2.691-6 6-6z" }, "child": [] }] })(props);
|
|
8
|
+
}
|
|
9
|
+
function BiEnvelope(props) {
|
|
10
|
+
return GenIcon({ "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z" }, "child": [] }] })(props);
|
|
11
|
+
}
|
|
12
|
+
function BiCheck(props) {
|
|
13
|
+
return GenIcon({ "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "m10 15.586-3.293-3.293-1.414 1.414L10 18.414l9.707-9.707-1.414-1.414z" }, "child": [] }] })(props);
|
|
14
|
+
}
|
|
15
|
+
function BiSolidStar(props) {
|
|
16
|
+
return GenIcon({ "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M21.947 9.179a1.001 1.001 0 0 0-.868-.676l-5.701-.453-2.467-5.461a.998.998 0 0 0-1.822-.001L8.622 8.05l-5.701.453a1 1 0 0 0-.619 1.713l4.213 4.107-1.49 6.452a1 1 0 0 0 1.53 1.057L12 18.202l5.445 3.63a1.001 1.001 0 0 0 1.517-1.106l-1.829-6.4 4.536-4.082c.297-.268.406-.686.278-1.065z" }, "child": [] }] })(props);
|
|
17
|
+
}
|
|
18
|
+
export {
|
|
19
|
+
BiCheck,
|
|
20
|
+
BiEnvelope,
|
|
21
|
+
BiMap,
|
|
22
|
+
BiPhone,
|
|
23
|
+
BiSolidStar
|
|
24
|
+
};
|