dune-react 0.0.29 → 0.0.31
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/index.d.ts +5 -0
- package/dist/components/puck-base/article-card.d.ts +10 -0
- package/dist/components/puck-base/badge.d.ts +10 -0
- package/dist/components/puck-base/button.d.ts +13 -0
- package/dist/components/puck-base/card.d.ts +13 -0
- package/dist/components/puck-base/container.d.ts +24 -0
- package/dist/components/puck-base/content.d.ts +14 -0
- package/dist/components/puck-base/field.d.ts +9 -0
- package/dist/components/puck-base/form.d.ts +12 -0
- package/dist/components/puck-base/gradient-text.d.ts +10 -0
- package/dist/components/puck-base/image.d.ts +6 -0
- package/dist/components/puck-base/index.d.ts +11 -0
- package/dist/components/puck-base/navigation-menu.d.ts +18 -0
- package/dist/components/puck-base/safe-dynamic-icon.d.ts +7 -0
- 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/index.d.ts +90 -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 +254 -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/index.d.ts +53 -0
- package/dist/components/puck-block/banner-sections/index.d.ts +4 -0
- package/dist/components/puck-block/banner-sections/props.d.ts +122 -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/scroll-driven-marquee.d.ts +4 -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/scroll-parallax-text.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/_template/contact-us.d.ts +38 -0
- package/dist/components/puck-block/contact-sections/_template/index.d.ts +5 -0
- package/dist/components/puck-block/contact-sections/api/form-leads.d.ts +16 -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/index.d.ts +127 -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/index.d.ts +112 -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/index.d.ts +127 -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/index.d.ts +136 -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/index.d.ts +134 -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/index.d.ts +88 -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/info-cards-media.d.ts +4 -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/location-cards-grid.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/props.d.ts +155 -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/split-info-form.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/tab-locations/index.d.ts +97 -0
- package/dist/components/puck-block/contact-sections/tab-locations/tab-locations.d.ts +4 -0
- package/dist/components/puck-block/contact-sections/use-contact-form.d.ts +20 -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/index.d.ts +155 -0
- package/dist/components/puck-block/cta-sections/index.d.ts +4 -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/mouse-track-cta.d.ts +15 -0
- package/dist/components/puck-block/cta-sections/props.d.ts +143 -0
- package/dist/components/puck-block/cta-sections/side-media-cta/index.d.ts +165 -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 +227 -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/index.d.ts +138 -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/index.d.ts +108 -0
- package/dist/components/puck-block/faq-sections/index.d.ts +6 -0
- package/dist/components/puck-block/faq-sections/props.d.ts +87 -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/stacked-accordion-faq.d.ts +4 -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/stacked-static-faq.d.ts +4 -0
- package/dist/components/puck-block/faq-sections/stacked-static-faq/stacked-static-faq.js +7 -7
- 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/two-column-accordion-faq.d.ts +4 -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/two-column-static-faq.d.ts +4 -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/index.d.ts +246 -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/index.d.ts +246 -0
- package/dist/components/puck-block/feature-sections/index.d.ts +5 -0
- package/dist/components/puck-block/feature-sections/props.d.ts +150 -0
- package/dist/components/puck-block/feature-sections/tab-feature/component.d.ts +16 -0
- package/dist/components/puck-block/feature-sections/tab-feature/index.d.ts +43 -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/index.d.ts +209 -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/index.d.ts +209 -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/index.d.ts +102 -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 +164 -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/index.d.ts +159 -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/index.d.ts +186 -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 +184 -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 +179 -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 +195 -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 +100 -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/index.d.ts +75 -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/index.d.ts +126 -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/index.d.ts +136 -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/interactive-portfolio.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/masonry-grid/index.d.ts +84 -0
- package/dist/components/puck-block/gallery-sections/masonry-grid/masonry-grid.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +249 -0
- package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +198 -0
- package/dist/components/puck-block/gallery-sections/portfolio-divider/portfolio-divider.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/props.d.ts +275 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax/index.d.ts +36 -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-portfolio/index.d.ts +98 -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/split-carousel/index.d.ts +78 -0
- package/dist/components/puck-block/gallery-sections/split-carousel/split-carousel.d.ts +4 -0
- package/dist/components/puck-block/gallery-sections/static-grid/index.d.ts +95 -0
- package/dist/components/puck-block/gallery-sections/static-grid/static-grid.d.ts +4 -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/index.d.ts +114 -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/index.d.ts +114 -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/index.d.ts +129 -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/index.d.ts +138 -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/mega-menu-navbar.d.ts +4 -0
- package/dist/components/puck-block/header-sections/props.d.ts +107 -0
- package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +156 -0
- package/dist/components/puck-block/header-sections/standard-navbar/standard-navbar.d.ts +4 -0
- package/dist/components/puck-block/hero-sections/carousel-hero/component.d.ts +9 -0
- package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +121 -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/index.d.ts +132 -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/index.d.ts +115 -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/index.d.ts +118 -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/index.d.ts +173 -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/index.d.ts +115 -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/inline-image-hero.d.ts +12 -0
- package/dist/components/puck-block/hero-sections/media-text-hero/index.d.ts +243 -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/index.d.ts +132 -0
- package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.d.ts +171 -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/overlapping-image-hero/index.d.ts +195 -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 +2 -2
- 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/index.d.ts +115 -0
- package/dist/components/puck-block/hero-sections/props.d.ts +237 -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/index.d.ts +115 -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/index.d.ts +118 -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/index.d.ts +160 -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/index.d.ts +115 -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/index.d.ts +166 -0
- package/dist/components/puck-block/hero-sections/tab-hero/component.d.ts +24 -0
- package/dist/components/puck-block/hero-sections/tab-hero/index.d.ts +87 -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/index.d.ts +174 -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/index.d.ts +115 -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/index.d.ts +115 -0
- package/dist/components/puck-block/index.d.ts +18 -0
- package/dist/components/puck-block/location-sections/index.d.ts +3 -0
- package/dist/components/puck-block/location-sections/location-1/index.d.ts +5 -0
- package/dist/components/puck-block/location-sections/location-1/location.d.ts +27 -0
- package/dist/components/puck-block/location-sections/location-2/index.d.ts +5 -0
- package/dist/components/puck-block/location-sections/location-2/location.d.ts +29 -0
- package/dist/components/puck-block/location-sections/location-3/index.d.ts +5 -0
- package/dist/components/puck-block/location-sections/location-3/location.d.ts +26 -0
- package/dist/components/puck-block/location-sections/props.d.ts +44 -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/index.d.ts +111 -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/index.d.ts +193 -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/mixed-grid-stats.d.ts +13 -0
- package/dist/components/puck-block/metrics-sections/props.d.ts +127 -0
- package/dist/components/puck-block/metrics-sections/split-stats/index.d.ts +193 -0
- package/dist/components/puck-block/metrics-sections/split-stats/split-stats.d.ts +4 -0
- package/dist/components/puck-block/metrics-sections/tab-stats/index.d.ts +113 -0
- package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.d.ts +19 -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 +4 -4
- package/dist/components/puck-block/pricing-sections/pricing-card-grid/index.d.ts +101 -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/index.d.ts +158 -0
- package/dist/components/puck-block/pricing-sections/props.d.ts +91 -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/index.d.ts +88 -0
- package/dist/components/puck-block/pricing-sections/split-pricing/component.d.ts +21 -0
- package/dist/components/puck-block/pricing-sections/split-pricing/index.d.ts +79 -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 +4 -4
- package/dist/components/puck-block/pricing-sections/tab-pricing-grid/index.d.ts +99 -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/index.d.ts +88 -0
- package/dist/components/puck-block/registry.generated.d.ts +13630 -0
- package/dist/components/puck-block/showcase-sections/compact-timeline/component.d.ts +13 -0
- package/dist/components/puck-block/showcase-sections/compact-timeline/index.d.ts +169 -0
- package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.d.ts +13 -0
- package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.d.ts +169 -0
- package/dist/components/puck-block/showcase-sections/index.d.ts +6 -0
- package/dist/components/puck-block/showcase-sections/props.d.ts +73 -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/index.d.ts +264 -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/index.d.ts +264 -0
- package/dist/components/puck-block/showcase-sections/tab-timeline/component.d.ts +22 -0
- package/dist/components/puck-block/showcase-sections/tab-timeline/index.d.ts +181 -0
- package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.d.ts +15 -0
- package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.d.ts +264 -0
- package/dist/components/puck-block/team-sections/index.d.ts +5 -0
- package/dist/components/puck-block/team-sections/props.d.ts +101 -0
- package/dist/components/puck-block/team-sections/team-carousel/component.d.ts +25 -0
- package/dist/components/puck-block/team-sections/team-carousel/index.d.ts +147 -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 +3 -3
- package/dist/components/puck-block/team-sections/team-grid/index.d.ts +183 -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/index.d.ts +158 -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/index.d.ts +78 -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 +5 -5
- package/dist/components/puck-block/team-sections/team-two-column/index.d.ts +155 -0
- package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.d.ts +33 -0
- package/dist/components/puck-block/testimonial-sections/bento-testimonial/index.d.ts +84 -0
- package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.d.ts +14 -0
- package/dist/components/puck-block/testimonial-sections/centered-testimonial/index.d.ts +94 -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/index.d.ts +103 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial/component.d.ts +13 -0
- package/dist/components/puck-block/testimonial-sections/image-testimonial/index.d.ts +88 -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/index.d.ts +91 -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/index.d.ts +42 -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 +3 -3
- package/dist/components/puck-block/testimonial-sections/masonry-testimonial/index.d.ts +81 -0
- package/dist/components/puck-block/testimonial-sections/props.d.ts +210 -0
- package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.d.ts +16 -0
- package/dist/components/puck-block/testimonial-sections/sticky-testimonial/index.d.ts +160 -0
- package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.d.ts +22 -0
- package/dist/components/puck-block/testimonial-sections/tab-testimonial/index.d.ts +69 -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 +3 -3
- package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/index.d.ts +119 -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 +5 -5
- package/dist/components/puck-block/testimonial-sections/testimonial-carousel/index.d.ts +133 -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/index.d.ts +85 -0
- package/dist/components/puck-block/text-sections/blog-article/component.d.ts +30 -0
- package/dist/components/puck-block/text-sections/blog-article/index.d.ts +139 -0
- package/dist/components/puck-block/text-sections/index.d.ts +5 -0
- package/dist/components/puck-block/text-sections/props.d.ts +186 -0
- package/dist/components/puck-block/text-sections/prose-content/component.d.ts +14 -0
- package/dist/components/puck-block/text-sections/prose-content/index.d.ts +141 -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 +181 -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/index.d.ts +91 -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/index.d.ts +77 -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-block/type.d.ts +5 -0
- package/dist/components/puck-core/core/context/editor-context.d.ts +25 -0
- package/dist/components/puck-core/core/context/section-id-context.d.ts +6 -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/props/content.d.ts +224 -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/media.d.ts +51 -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/array-field.d.ts +7 -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/image-upload-field.d.ts +7 -0
- package/dist/components/puck-core/fields/index.d.ts +9 -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 +13 -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/use-upload.d.ts +42 -0
- package/dist/components/shadcn/accordion.d.ts +9 -0
- package/dist/components/shadcn/alert-dialog.d.ts +20 -0
- package/dist/components/shadcn/alert.d.ts +10 -0
- package/dist/components/shadcn/animated-theme-toggler.d.ts +4 -0
- package/dist/components/shadcn/aspect-ratio.d.ts +4 -0
- package/dist/components/shadcn/avatar.d.ts +13 -0
- package/dist/components/shadcn/badge-promo.d.ts +4 -0
- package/dist/components/shadcn/badge.d.ts +7 -0
- package/dist/components/shadcn/breadcrumb.d.ts +12 -0
- package/dist/components/shadcn/button-group.d.ts +10 -0
- package/dist/components/shadcn/button.d.ts +15 -0
- package/dist/components/shadcn/calendar.d.ts +10 -0
- package/dist/components/shadcn/card.d.ts +11 -0
- package/dist/components/shadcn/carousel.d.ts +28 -0
- package/dist/components/shadcn/chart.d.ts +40 -0
- package/dist/components/shadcn/checkbox.d.ts +3 -0
- package/dist/components/shadcn/collapsible.d.ts +12 -0
- package/dist/components/shadcn/combobox.d.ts +24 -0
- package/dist/components/shadcn/command.d.ts +19 -0
- package/dist/components/shadcn/context-menu.d.ts +31 -0
- package/dist/components/shadcn/dialog.d.ts +25 -0
- package/dist/components/shadcn/direction.d.ts +1 -0
- package/dist/components/shadcn/drawer.d.ts +13 -0
- package/dist/components/shadcn/dropdown-menu.d.ts +32 -0
- package/dist/components/shadcn/empty.d.ts +11 -0
- package/dist/components/shadcn/field.d.ts +24 -0
- package/dist/components/shadcn/form.d.ts +17 -0
- package/dist/components/shadcn/hover-card.d.ts +10 -0
- package/dist/components/shadcn/index.d.ts +63 -0
- package/dist/components/shadcn/input-group.d.ts +18 -0
- package/dist/components/shadcn/input-otp.d.ts +11 -0
- package/dist/components/shadcn/input.d.ts +3 -0
- package/dist/components/shadcn/item.d.ts +22 -0
- package/dist/components/shadcn/kbd.d.ts +3 -0
- package/dist/components/shadcn/label.d.ts +3 -0
- package/dist/components/shadcn/layout-text-flip.d.ts +4 -0
- package/dist/components/shadcn/menubar.d.ts +29 -0
- package/dist/components/shadcn/native-select.d.ts +8 -0
- package/dist/components/shadcn/navigation-menu.d.ts +14 -0
- package/dist/components/shadcn/pagination.d.ts +17 -0
- package/dist/components/shadcn/popover.d.ts +11 -0
- package/dist/components/shadcn/progress.d.ts +7 -0
- package/dist/components/shadcn/radio-group.d.ts +5 -0
- package/dist/components/shadcn/resizable-navbar.d.ts +52 -0
- package/dist/components/shadcn/resizable.d.ts +8 -0
- package/dist/components/shadcn/scroll-area.d.ts +4 -0
- package/dist/components/shadcn/select.d.ts +18 -0
- package/dist/components/shadcn/separator.d.ts +3 -0
- package/dist/components/shadcn/sheet.d.ts +14 -0
- package/dist/components/shadcn/sidebar.d.ts +66 -0
- package/dist/components/shadcn/skeleton.d.ts +2 -0
- package/dist/components/shadcn/slider.d.ts +3 -0
- package/dist/components/shadcn/sonner.d.ts +3 -0
- package/dist/components/shadcn/spinner.d.ts +2 -0
- package/dist/components/shadcn/switch.d.ts +5 -0
- package/dist/components/shadcn/table.d.ts +10 -0
- package/dist/components/shadcn/tabs.d.ts +10 -0
- package/dist/components/shadcn/textarea.d.ts +3 -0
- package/dist/components/shadcn/toast.d.ts +11 -0
- package/dist/components/shadcn/toggle-group.d.ts +9 -0
- package/dist/components/shadcn/toggle.d.ts +8 -0
- package/dist/components/shadcn/tooltip.d.ts +11 -0
- package/dist/components/shadcn/tweet-card-client.d.ts +4 -0
- package/dist/components/shadcn/tweet-card.d.ts +5 -0
- package/dist/components/shadcn/video-iframe.d.ts +6 -0
- package/dist/components/ui-block/background/index.d.ts +8 -0
- package/dist/components/ui-block/cover/index.d.ts +17 -0
- package/dist/components/ui-block/index.d.ts +4 -0
- package/dist/components/ui-block/sparkles/index.d.ts +13 -0
- package/dist/components/ui-block/spotlight/index.d.ts +13 -0
- package/dist/hooks/use-media-query.d.ts +1 -0
- package/dist/hooks/use-mobile.d.ts +1 -0
- package/dist/hooks/use-prefers-reduced-motion.d.ts +1 -0
- package/dist/hooks/use-scroll-container.d.ts +18 -0
- package/dist/index.d.ts +2 -0
- package/dist/lib/utils/index.d.ts +2 -0
- package/dist/lib/utils/utils-css.d.ts +1 -0
- package/dist/lib/utils.d.ts +1 -0
- package/dist/styles/relume-typography.d.ts +2 -0
- package/dist/utils/css-utils.d.ts +10 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/storage-qetag.d.ts +22 -0
- package/dist/utils/utils-api.d.ts +17 -0
- package/dist/utils/utils-canvas.d.ts +30 -0
- package/dist/utils/utils-common.d.ts +6 -0
- package/dist/utils/utils-image.d.ts +33 -0
- package/dist/utils/utils-random.d.ts +1 -0
- package/dist/utils/utils-time.d.ts +49 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2316 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Puck Section 样式系统
|
|
3
|
+
*
|
|
4
|
+
* 所有 section 组件共享一套可编辑的样式配置(背景、内边距、深色/浅色模式等)。
|
|
5
|
+
* 本文件是该样式系统的中枢,避免在 50+ 个组件中重复定义。
|
|
6
|
+
*
|
|
7
|
+
* 核心流程:
|
|
8
|
+
* createStylesField(extra) → 组件 index.tsx 的 fields.styles → Puck 编辑器右侧面板的样式控件
|
|
9
|
+
* createStylesDefaults(extra) → 组件 index.tsx 的 defaultProps.styles → 组件拖入画布时的初始样式
|
|
10
|
+
*
|
|
11
|
+
* 文件结构:
|
|
12
|
+
* 1. Types — 样式相关类型
|
|
13
|
+
* 2. Field 原子定义 — 每个编辑器控件的配置(padding / sectionStyle / backgroundColor …)
|
|
14
|
+
* 3. Fields & Defaults — 将原子 field 按层级组合(基础 / 带背景图)
|
|
15
|
+
* 4. 工厂函数 — createStylesField / createStylesDefaults
|
|
16
|
+
* 5. 各分类预设 — Banner / Hero / CTA … 每类导出 Interface + Field + Defaults 三件套
|
|
17
|
+
*/
|
|
18
|
+
import type { SectionStyle, OverlayStyle } from "@/components/puck-base/container";
|
|
19
|
+
export type PaddingLevel = "none" | "small" | "medium" | "large";
|
|
20
|
+
export type { SectionStyle, OverlayStyle };
|
|
21
|
+
/** 所有 section 通用的基础样式 */
|
|
22
|
+
export interface SectionBaseStyles {
|
|
23
|
+
sectionStyle?: SectionStyle;
|
|
24
|
+
backgroundColor?: string;
|
|
25
|
+
padding?: {
|
|
26
|
+
top?: PaddingLevel;
|
|
27
|
+
bottom?: PaddingLevel;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
/** 带背景图的 section 样式,继承基础样式 */
|
|
31
|
+
export interface SectionImageStyles extends SectionBaseStyles {
|
|
32
|
+
backgroundImage?: string;
|
|
33
|
+
overlay?: OverlayStyle;
|
|
34
|
+
}
|
|
35
|
+
export declare const paddingLevel: {
|
|
36
|
+
readonly type: "select";
|
|
37
|
+
readonly options: readonly [{
|
|
38
|
+
readonly label: "none";
|
|
39
|
+
readonly value: "none";
|
|
40
|
+
}, {
|
|
41
|
+
readonly label: "small";
|
|
42
|
+
readonly value: "small";
|
|
43
|
+
}, {
|
|
44
|
+
readonly label: "medium";
|
|
45
|
+
readonly value: "medium";
|
|
46
|
+
}, {
|
|
47
|
+
readonly label: "large";
|
|
48
|
+
readonly value: "large";
|
|
49
|
+
}];
|
|
50
|
+
readonly ai: {
|
|
51
|
+
readonly instructions: "Never select none as an option";
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
export declare const padding: {
|
|
55
|
+
readonly type: "object";
|
|
56
|
+
readonly objectFields: {
|
|
57
|
+
readonly top: {
|
|
58
|
+
readonly type: "select";
|
|
59
|
+
readonly options: readonly [{
|
|
60
|
+
readonly label: "none";
|
|
61
|
+
readonly value: "none";
|
|
62
|
+
}, {
|
|
63
|
+
readonly label: "small";
|
|
64
|
+
readonly value: "small";
|
|
65
|
+
}, {
|
|
66
|
+
readonly label: "medium";
|
|
67
|
+
readonly value: "medium";
|
|
68
|
+
}, {
|
|
69
|
+
readonly label: "large";
|
|
70
|
+
readonly value: "large";
|
|
71
|
+
}];
|
|
72
|
+
readonly ai: {
|
|
73
|
+
readonly instructions: "Never select none as an option";
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
readonly bottom: {
|
|
77
|
+
readonly type: "select";
|
|
78
|
+
readonly options: readonly [{
|
|
79
|
+
readonly label: "none";
|
|
80
|
+
readonly value: "none";
|
|
81
|
+
}, {
|
|
82
|
+
readonly label: "small";
|
|
83
|
+
readonly value: "small";
|
|
84
|
+
}, {
|
|
85
|
+
readonly label: "medium";
|
|
86
|
+
readonly value: "medium";
|
|
87
|
+
}, {
|
|
88
|
+
readonly label: "large";
|
|
89
|
+
readonly value: "large";
|
|
90
|
+
}];
|
|
91
|
+
readonly ai: {
|
|
92
|
+
readonly instructions: "Never select none as an option";
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
readonly ai: {
|
|
97
|
+
readonly exclude: true;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
export declare const sectionStyle: {
|
|
101
|
+
readonly type: "select";
|
|
102
|
+
readonly label: "Section Style";
|
|
103
|
+
readonly options: readonly [{
|
|
104
|
+
readonly label: "Default";
|
|
105
|
+
readonly value: "default";
|
|
106
|
+
}, {
|
|
107
|
+
readonly label: "Dark";
|
|
108
|
+
readonly value: "dark";
|
|
109
|
+
}, {
|
|
110
|
+
readonly label: "Muted";
|
|
111
|
+
readonly value: "muted";
|
|
112
|
+
}, {
|
|
113
|
+
readonly label: "Inverted";
|
|
114
|
+
readonly value: "inverted";
|
|
115
|
+
}, {
|
|
116
|
+
readonly label: "Custom";
|
|
117
|
+
readonly value: "custom";
|
|
118
|
+
}];
|
|
119
|
+
readonly ai: {
|
|
120
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
export declare const backgroundColor: {
|
|
124
|
+
readonly type: "text";
|
|
125
|
+
readonly label: "Background Color";
|
|
126
|
+
readonly ai: {
|
|
127
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
export declare const backgroundImage: {
|
|
131
|
+
readonly type: "text";
|
|
132
|
+
readonly label: "Background Image URL";
|
|
133
|
+
readonly ai: {
|
|
134
|
+
readonly instructions: "URL for a full-width background image behind the section.";
|
|
135
|
+
readonly stream: false;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
export declare const sectionOverlay: {
|
|
139
|
+
readonly type: "select";
|
|
140
|
+
readonly label: "Overlay";
|
|
141
|
+
readonly options: readonly [{
|
|
142
|
+
readonly label: "None";
|
|
143
|
+
readonly value: "none";
|
|
144
|
+
}, {
|
|
145
|
+
readonly label: "Gradient Top";
|
|
146
|
+
readonly value: "gradient-top";
|
|
147
|
+
}, {
|
|
148
|
+
readonly label: "Gradient Bottom";
|
|
149
|
+
readonly value: "gradient-bottom";
|
|
150
|
+
}, {
|
|
151
|
+
readonly label: "Noise";
|
|
152
|
+
readonly value: "noise";
|
|
153
|
+
}];
|
|
154
|
+
readonly ai: {
|
|
155
|
+
readonly instructions: "Use gradient overlays when the section has a background image that needs text contrast. Use noise for subtle texture.";
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
export declare const sectionBaseStyleFields: {
|
|
159
|
+
readonly sectionStyle: {
|
|
160
|
+
readonly type: "select";
|
|
161
|
+
readonly label: "Section Style";
|
|
162
|
+
readonly options: readonly [{
|
|
163
|
+
readonly label: "Default";
|
|
164
|
+
readonly value: "default";
|
|
165
|
+
}, {
|
|
166
|
+
readonly label: "Dark";
|
|
167
|
+
readonly value: "dark";
|
|
168
|
+
}, {
|
|
169
|
+
readonly label: "Muted";
|
|
170
|
+
readonly value: "muted";
|
|
171
|
+
}, {
|
|
172
|
+
readonly label: "Inverted";
|
|
173
|
+
readonly value: "inverted";
|
|
174
|
+
}, {
|
|
175
|
+
readonly label: "Custom";
|
|
176
|
+
readonly value: "custom";
|
|
177
|
+
}];
|
|
178
|
+
readonly ai: {
|
|
179
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
readonly backgroundColor: {
|
|
183
|
+
readonly type: "text";
|
|
184
|
+
readonly label: "Background Color";
|
|
185
|
+
readonly ai: {
|
|
186
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
readonly padding: {
|
|
190
|
+
readonly type: "object";
|
|
191
|
+
readonly objectFields: {
|
|
192
|
+
readonly top: {
|
|
193
|
+
readonly type: "select";
|
|
194
|
+
readonly options: readonly [{
|
|
195
|
+
readonly label: "none";
|
|
196
|
+
readonly value: "none";
|
|
197
|
+
}, {
|
|
198
|
+
readonly label: "small";
|
|
199
|
+
readonly value: "small";
|
|
200
|
+
}, {
|
|
201
|
+
readonly label: "medium";
|
|
202
|
+
readonly value: "medium";
|
|
203
|
+
}, {
|
|
204
|
+
readonly label: "large";
|
|
205
|
+
readonly value: "large";
|
|
206
|
+
}];
|
|
207
|
+
readonly ai: {
|
|
208
|
+
readonly instructions: "Never select none as an option";
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
readonly bottom: {
|
|
212
|
+
readonly type: "select";
|
|
213
|
+
readonly options: readonly [{
|
|
214
|
+
readonly label: "none";
|
|
215
|
+
readonly value: "none";
|
|
216
|
+
}, {
|
|
217
|
+
readonly label: "small";
|
|
218
|
+
readonly value: "small";
|
|
219
|
+
}, {
|
|
220
|
+
readonly label: "medium";
|
|
221
|
+
readonly value: "medium";
|
|
222
|
+
}, {
|
|
223
|
+
readonly label: "large";
|
|
224
|
+
readonly value: "large";
|
|
225
|
+
}];
|
|
226
|
+
readonly ai: {
|
|
227
|
+
readonly instructions: "Never select none as an option";
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
readonly ai: {
|
|
232
|
+
readonly exclude: true;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
export declare const paddingDefaults: {
|
|
237
|
+
readonly top: "medium";
|
|
238
|
+
readonly bottom: "medium";
|
|
239
|
+
};
|
|
240
|
+
export declare const sectionBaseStyleDefaults: {
|
|
241
|
+
sectionStyle: "default";
|
|
242
|
+
backgroundColor: string;
|
|
243
|
+
padding: {
|
|
244
|
+
readonly top: "medium";
|
|
245
|
+
readonly bottom: "medium";
|
|
246
|
+
};
|
|
247
|
+
};
|
|
248
|
+
export declare const sectionImageStyleFields: {
|
|
249
|
+
readonly backgroundImage: {
|
|
250
|
+
readonly type: "text";
|
|
251
|
+
readonly label: "Background Image URL";
|
|
252
|
+
readonly ai: {
|
|
253
|
+
readonly instructions: "URL for a full-width background image behind the section.";
|
|
254
|
+
readonly stream: false;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
readonly overlay: {
|
|
258
|
+
readonly type: "select";
|
|
259
|
+
readonly label: "Overlay";
|
|
260
|
+
readonly options: readonly [{
|
|
261
|
+
readonly label: "None";
|
|
262
|
+
readonly value: "none";
|
|
263
|
+
}, {
|
|
264
|
+
readonly label: "Gradient Top";
|
|
265
|
+
readonly value: "gradient-top";
|
|
266
|
+
}, {
|
|
267
|
+
readonly label: "Gradient Bottom";
|
|
268
|
+
readonly value: "gradient-bottom";
|
|
269
|
+
}, {
|
|
270
|
+
readonly label: "Noise";
|
|
271
|
+
readonly value: "noise";
|
|
272
|
+
}];
|
|
273
|
+
readonly ai: {
|
|
274
|
+
readonly instructions: "Use gradient overlays when the section has a background image that needs text contrast. Use noise for subtle texture.";
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
readonly sectionStyle: {
|
|
278
|
+
readonly type: "select";
|
|
279
|
+
readonly label: "Section Style";
|
|
280
|
+
readonly options: readonly [{
|
|
281
|
+
readonly label: "Default";
|
|
282
|
+
readonly value: "default";
|
|
283
|
+
}, {
|
|
284
|
+
readonly label: "Dark";
|
|
285
|
+
readonly value: "dark";
|
|
286
|
+
}, {
|
|
287
|
+
readonly label: "Muted";
|
|
288
|
+
readonly value: "muted";
|
|
289
|
+
}, {
|
|
290
|
+
readonly label: "Inverted";
|
|
291
|
+
readonly value: "inverted";
|
|
292
|
+
}, {
|
|
293
|
+
readonly label: "Custom";
|
|
294
|
+
readonly value: "custom";
|
|
295
|
+
}];
|
|
296
|
+
readonly ai: {
|
|
297
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
readonly backgroundColor: {
|
|
301
|
+
readonly type: "text";
|
|
302
|
+
readonly label: "Background Color";
|
|
303
|
+
readonly ai: {
|
|
304
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
readonly padding: {
|
|
308
|
+
readonly type: "object";
|
|
309
|
+
readonly objectFields: {
|
|
310
|
+
readonly top: {
|
|
311
|
+
readonly type: "select";
|
|
312
|
+
readonly options: readonly [{
|
|
313
|
+
readonly label: "none";
|
|
314
|
+
readonly value: "none";
|
|
315
|
+
}, {
|
|
316
|
+
readonly label: "small";
|
|
317
|
+
readonly value: "small";
|
|
318
|
+
}, {
|
|
319
|
+
readonly label: "medium";
|
|
320
|
+
readonly value: "medium";
|
|
321
|
+
}, {
|
|
322
|
+
readonly label: "large";
|
|
323
|
+
readonly value: "large";
|
|
324
|
+
}];
|
|
325
|
+
readonly ai: {
|
|
326
|
+
readonly instructions: "Never select none as an option";
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
readonly bottom: {
|
|
330
|
+
readonly type: "select";
|
|
331
|
+
readonly options: readonly [{
|
|
332
|
+
readonly label: "none";
|
|
333
|
+
readonly value: "none";
|
|
334
|
+
}, {
|
|
335
|
+
readonly label: "small";
|
|
336
|
+
readonly value: "small";
|
|
337
|
+
}, {
|
|
338
|
+
readonly label: "medium";
|
|
339
|
+
readonly value: "medium";
|
|
340
|
+
}, {
|
|
341
|
+
readonly label: "large";
|
|
342
|
+
readonly value: "large";
|
|
343
|
+
}];
|
|
344
|
+
readonly ai: {
|
|
345
|
+
readonly instructions: "Never select none as an option";
|
|
346
|
+
};
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
readonly ai: {
|
|
350
|
+
readonly exclude: true;
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
export declare const sectionImageStyleDefaults: {
|
|
355
|
+
backgroundImage: string;
|
|
356
|
+
overlay: "none";
|
|
357
|
+
sectionStyle: "default";
|
|
358
|
+
backgroundColor: string;
|
|
359
|
+
padding: {
|
|
360
|
+
readonly top: "medium";
|
|
361
|
+
readonly bottom: "medium";
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
/**
|
|
365
|
+
* 生成 Puck `styles` object field。
|
|
366
|
+
* 始终包含 sectionBaseStyleFields(sectionStyle / backgroundColor / padding),
|
|
367
|
+
* 可通过 extraFields 追加分类特有的控件。
|
|
368
|
+
*/
|
|
369
|
+
export declare function createStylesField<T extends Record<string, unknown> = Record<string, never>>(extraFields?: T): {
|
|
370
|
+
type: "object";
|
|
371
|
+
label: string;
|
|
372
|
+
objectFields: {
|
|
373
|
+
className: {
|
|
374
|
+
readonly type: "text";
|
|
375
|
+
readonly label: "Class Name";
|
|
376
|
+
readonly ai: {
|
|
377
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
style: {
|
|
381
|
+
readonly type: "object";
|
|
382
|
+
readonly label: "Style";
|
|
383
|
+
readonly objectFields: {};
|
|
384
|
+
readonly ai: {
|
|
385
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
386
|
+
};
|
|
387
|
+
};
|
|
388
|
+
css: {
|
|
389
|
+
readonly type: "textarea";
|
|
390
|
+
readonly label: "Custom CSS";
|
|
391
|
+
readonly ai: {
|
|
392
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
393
|
+
};
|
|
394
|
+
};
|
|
395
|
+
sectionStyle: {
|
|
396
|
+
readonly type: "select";
|
|
397
|
+
readonly label: "Section Style";
|
|
398
|
+
readonly options: readonly [{
|
|
399
|
+
readonly label: "Default";
|
|
400
|
+
readonly value: "default";
|
|
401
|
+
}, {
|
|
402
|
+
readonly label: "Dark";
|
|
403
|
+
readonly value: "dark";
|
|
404
|
+
}, {
|
|
405
|
+
readonly label: "Muted";
|
|
406
|
+
readonly value: "muted";
|
|
407
|
+
}, {
|
|
408
|
+
readonly label: "Inverted";
|
|
409
|
+
readonly value: "inverted";
|
|
410
|
+
}, {
|
|
411
|
+
readonly label: "Custom";
|
|
412
|
+
readonly value: "custom";
|
|
413
|
+
}];
|
|
414
|
+
readonly ai: {
|
|
415
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
416
|
+
};
|
|
417
|
+
};
|
|
418
|
+
backgroundColor: {
|
|
419
|
+
readonly type: "text";
|
|
420
|
+
readonly label: "Background Color";
|
|
421
|
+
readonly ai: {
|
|
422
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
423
|
+
};
|
|
424
|
+
};
|
|
425
|
+
padding: {
|
|
426
|
+
readonly type: "object";
|
|
427
|
+
readonly objectFields: {
|
|
428
|
+
readonly top: {
|
|
429
|
+
readonly type: "select";
|
|
430
|
+
readonly options: readonly [{
|
|
431
|
+
readonly label: "none";
|
|
432
|
+
readonly value: "none";
|
|
433
|
+
}, {
|
|
434
|
+
readonly label: "small";
|
|
435
|
+
readonly value: "small";
|
|
436
|
+
}, {
|
|
437
|
+
readonly label: "medium";
|
|
438
|
+
readonly value: "medium";
|
|
439
|
+
}, {
|
|
440
|
+
readonly label: "large";
|
|
441
|
+
readonly value: "large";
|
|
442
|
+
}];
|
|
443
|
+
readonly ai: {
|
|
444
|
+
readonly instructions: "Never select none as an option";
|
|
445
|
+
};
|
|
446
|
+
};
|
|
447
|
+
readonly bottom: {
|
|
448
|
+
readonly type: "select";
|
|
449
|
+
readonly options: readonly [{
|
|
450
|
+
readonly label: "none";
|
|
451
|
+
readonly value: "none";
|
|
452
|
+
}, {
|
|
453
|
+
readonly label: "small";
|
|
454
|
+
readonly value: "small";
|
|
455
|
+
}, {
|
|
456
|
+
readonly label: "medium";
|
|
457
|
+
readonly value: "medium";
|
|
458
|
+
}, {
|
|
459
|
+
readonly label: "large";
|
|
460
|
+
readonly value: "large";
|
|
461
|
+
}];
|
|
462
|
+
readonly ai: {
|
|
463
|
+
readonly instructions: "Never select none as an option";
|
|
464
|
+
};
|
|
465
|
+
};
|
|
466
|
+
};
|
|
467
|
+
readonly ai: {
|
|
468
|
+
readonly exclude: true;
|
|
469
|
+
};
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
/**
|
|
474
|
+
* 生成 Puck `styles` defaultProps。
|
|
475
|
+
* 始终包含 sectionBaseStyleDefaults 的全部 key,
|
|
476
|
+
* 可通过 extraDefaults 追加或覆盖分类特有的默认值。
|
|
477
|
+
*/
|
|
478
|
+
export declare function createStylesDefaults<T>(extraDefaults?: T): {
|
|
479
|
+
sectionStyle: "default";
|
|
480
|
+
backgroundColor: string;
|
|
481
|
+
padding: {
|
|
482
|
+
readonly top: "medium";
|
|
483
|
+
readonly bottom: "medium";
|
|
484
|
+
};
|
|
485
|
+
};
|
|
486
|
+
export interface BannerSectionStyles extends SectionBaseStyles {
|
|
487
|
+
textColor?: string;
|
|
488
|
+
align?: "left" | "center" | "right";
|
|
489
|
+
size?: "small" | "default";
|
|
490
|
+
}
|
|
491
|
+
export declare const bannerStylesField: {
|
|
492
|
+
type: "object";
|
|
493
|
+
label: string;
|
|
494
|
+
objectFields: {
|
|
495
|
+
className: {
|
|
496
|
+
readonly type: "text";
|
|
497
|
+
readonly label: "Class Name";
|
|
498
|
+
readonly ai: {
|
|
499
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
style: {
|
|
503
|
+
readonly type: "object";
|
|
504
|
+
readonly label: "Style";
|
|
505
|
+
readonly objectFields: {};
|
|
506
|
+
readonly ai: {
|
|
507
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
508
|
+
};
|
|
509
|
+
};
|
|
510
|
+
css: {
|
|
511
|
+
readonly type: "textarea";
|
|
512
|
+
readonly label: "Custom CSS";
|
|
513
|
+
readonly ai: {
|
|
514
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
515
|
+
};
|
|
516
|
+
};
|
|
517
|
+
sectionStyle: {
|
|
518
|
+
readonly type: "select";
|
|
519
|
+
readonly label: "Section Style";
|
|
520
|
+
readonly options: readonly [{
|
|
521
|
+
readonly label: "Default";
|
|
522
|
+
readonly value: "default";
|
|
523
|
+
}, {
|
|
524
|
+
readonly label: "Dark";
|
|
525
|
+
readonly value: "dark";
|
|
526
|
+
}, {
|
|
527
|
+
readonly label: "Muted";
|
|
528
|
+
readonly value: "muted";
|
|
529
|
+
}, {
|
|
530
|
+
readonly label: "Inverted";
|
|
531
|
+
readonly value: "inverted";
|
|
532
|
+
}, {
|
|
533
|
+
readonly label: "Custom";
|
|
534
|
+
readonly value: "custom";
|
|
535
|
+
}];
|
|
536
|
+
readonly ai: {
|
|
537
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
538
|
+
};
|
|
539
|
+
};
|
|
540
|
+
backgroundColor: {
|
|
541
|
+
readonly type: "text";
|
|
542
|
+
readonly label: "Background Color";
|
|
543
|
+
readonly ai: {
|
|
544
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
545
|
+
};
|
|
546
|
+
};
|
|
547
|
+
padding: {
|
|
548
|
+
readonly type: "object";
|
|
549
|
+
readonly objectFields: {
|
|
550
|
+
readonly top: {
|
|
551
|
+
readonly type: "select";
|
|
552
|
+
readonly options: readonly [{
|
|
553
|
+
readonly label: "none";
|
|
554
|
+
readonly value: "none";
|
|
555
|
+
}, {
|
|
556
|
+
readonly label: "small";
|
|
557
|
+
readonly value: "small";
|
|
558
|
+
}, {
|
|
559
|
+
readonly label: "medium";
|
|
560
|
+
readonly value: "medium";
|
|
561
|
+
}, {
|
|
562
|
+
readonly label: "large";
|
|
563
|
+
readonly value: "large";
|
|
564
|
+
}];
|
|
565
|
+
readonly ai: {
|
|
566
|
+
readonly instructions: "Never select none as an option";
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
readonly bottom: {
|
|
570
|
+
readonly type: "select";
|
|
571
|
+
readonly options: readonly [{
|
|
572
|
+
readonly label: "none";
|
|
573
|
+
readonly value: "none";
|
|
574
|
+
}, {
|
|
575
|
+
readonly label: "small";
|
|
576
|
+
readonly value: "small";
|
|
577
|
+
}, {
|
|
578
|
+
readonly label: "medium";
|
|
579
|
+
readonly value: "medium";
|
|
580
|
+
}, {
|
|
581
|
+
readonly label: "large";
|
|
582
|
+
readonly value: "large";
|
|
583
|
+
}];
|
|
584
|
+
readonly ai: {
|
|
585
|
+
readonly instructions: "Never select none as an option";
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
};
|
|
589
|
+
readonly ai: {
|
|
590
|
+
readonly exclude: true;
|
|
591
|
+
};
|
|
592
|
+
};
|
|
593
|
+
};
|
|
594
|
+
};
|
|
595
|
+
export declare const bannerStylesDefaults: {
|
|
596
|
+
sectionStyle: "default";
|
|
597
|
+
backgroundColor: string;
|
|
598
|
+
padding: {
|
|
599
|
+
readonly top: "medium";
|
|
600
|
+
readonly bottom: "medium";
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
export interface HeroSectionStyles extends SectionImageStyles {
|
|
604
|
+
align?: "left" | "center";
|
|
605
|
+
minHeight?: "medium" | "large" | "full";
|
|
606
|
+
}
|
|
607
|
+
export declare const heroStylesField: {
|
|
608
|
+
type: "object";
|
|
609
|
+
label: string;
|
|
610
|
+
objectFields: {
|
|
611
|
+
className: {
|
|
612
|
+
readonly type: "text";
|
|
613
|
+
readonly label: "Class Name";
|
|
614
|
+
readonly ai: {
|
|
615
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
style: {
|
|
619
|
+
readonly type: "object";
|
|
620
|
+
readonly label: "Style";
|
|
621
|
+
readonly objectFields: {};
|
|
622
|
+
readonly ai: {
|
|
623
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
css: {
|
|
627
|
+
readonly type: "textarea";
|
|
628
|
+
readonly label: "Custom CSS";
|
|
629
|
+
readonly ai: {
|
|
630
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
631
|
+
};
|
|
632
|
+
};
|
|
633
|
+
sectionStyle: {
|
|
634
|
+
readonly type: "select";
|
|
635
|
+
readonly label: "Section Style";
|
|
636
|
+
readonly options: readonly [{
|
|
637
|
+
readonly label: "Default";
|
|
638
|
+
readonly value: "default";
|
|
639
|
+
}, {
|
|
640
|
+
readonly label: "Dark";
|
|
641
|
+
readonly value: "dark";
|
|
642
|
+
}, {
|
|
643
|
+
readonly label: "Muted";
|
|
644
|
+
readonly value: "muted";
|
|
645
|
+
}, {
|
|
646
|
+
readonly label: "Inverted";
|
|
647
|
+
readonly value: "inverted";
|
|
648
|
+
}, {
|
|
649
|
+
readonly label: "Custom";
|
|
650
|
+
readonly value: "custom";
|
|
651
|
+
}];
|
|
652
|
+
readonly ai: {
|
|
653
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
backgroundColor: {
|
|
657
|
+
readonly type: "text";
|
|
658
|
+
readonly label: "Background Color";
|
|
659
|
+
readonly ai: {
|
|
660
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
661
|
+
};
|
|
662
|
+
};
|
|
663
|
+
padding: {
|
|
664
|
+
readonly type: "object";
|
|
665
|
+
readonly objectFields: {
|
|
666
|
+
readonly top: {
|
|
667
|
+
readonly type: "select";
|
|
668
|
+
readonly options: readonly [{
|
|
669
|
+
readonly label: "none";
|
|
670
|
+
readonly value: "none";
|
|
671
|
+
}, {
|
|
672
|
+
readonly label: "small";
|
|
673
|
+
readonly value: "small";
|
|
674
|
+
}, {
|
|
675
|
+
readonly label: "medium";
|
|
676
|
+
readonly value: "medium";
|
|
677
|
+
}, {
|
|
678
|
+
readonly label: "large";
|
|
679
|
+
readonly value: "large";
|
|
680
|
+
}];
|
|
681
|
+
readonly ai: {
|
|
682
|
+
readonly instructions: "Never select none as an option";
|
|
683
|
+
};
|
|
684
|
+
};
|
|
685
|
+
readonly bottom: {
|
|
686
|
+
readonly type: "select";
|
|
687
|
+
readonly options: readonly [{
|
|
688
|
+
readonly label: "none";
|
|
689
|
+
readonly value: "none";
|
|
690
|
+
}, {
|
|
691
|
+
readonly label: "small";
|
|
692
|
+
readonly value: "small";
|
|
693
|
+
}, {
|
|
694
|
+
readonly label: "medium";
|
|
695
|
+
readonly value: "medium";
|
|
696
|
+
}, {
|
|
697
|
+
readonly label: "large";
|
|
698
|
+
readonly value: "large";
|
|
699
|
+
}];
|
|
700
|
+
readonly ai: {
|
|
701
|
+
readonly instructions: "Never select none as an option";
|
|
702
|
+
};
|
|
703
|
+
};
|
|
704
|
+
};
|
|
705
|
+
readonly ai: {
|
|
706
|
+
readonly exclude: true;
|
|
707
|
+
};
|
|
708
|
+
};
|
|
709
|
+
};
|
|
710
|
+
};
|
|
711
|
+
export declare const heroStylesDefaults: {
|
|
712
|
+
sectionStyle: "default";
|
|
713
|
+
backgroundColor: string;
|
|
714
|
+
padding: {
|
|
715
|
+
readonly top: "medium";
|
|
716
|
+
readonly bottom: "medium";
|
|
717
|
+
};
|
|
718
|
+
};
|
|
719
|
+
export interface CtaSectionStyles extends SectionBaseStyles {
|
|
720
|
+
layout?: string;
|
|
721
|
+
}
|
|
722
|
+
export declare const ctaStylesField: {
|
|
723
|
+
type: "object";
|
|
724
|
+
label: string;
|
|
725
|
+
objectFields: {
|
|
726
|
+
className: {
|
|
727
|
+
readonly type: "text";
|
|
728
|
+
readonly label: "Class Name";
|
|
729
|
+
readonly ai: {
|
|
730
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
731
|
+
};
|
|
732
|
+
};
|
|
733
|
+
style: {
|
|
734
|
+
readonly type: "object";
|
|
735
|
+
readonly label: "Style";
|
|
736
|
+
readonly objectFields: {};
|
|
737
|
+
readonly ai: {
|
|
738
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
739
|
+
};
|
|
740
|
+
};
|
|
741
|
+
css: {
|
|
742
|
+
readonly type: "textarea";
|
|
743
|
+
readonly label: "Custom CSS";
|
|
744
|
+
readonly ai: {
|
|
745
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
746
|
+
};
|
|
747
|
+
};
|
|
748
|
+
sectionStyle: {
|
|
749
|
+
readonly type: "select";
|
|
750
|
+
readonly label: "Section Style";
|
|
751
|
+
readonly options: readonly [{
|
|
752
|
+
readonly label: "Default";
|
|
753
|
+
readonly value: "default";
|
|
754
|
+
}, {
|
|
755
|
+
readonly label: "Dark";
|
|
756
|
+
readonly value: "dark";
|
|
757
|
+
}, {
|
|
758
|
+
readonly label: "Muted";
|
|
759
|
+
readonly value: "muted";
|
|
760
|
+
}, {
|
|
761
|
+
readonly label: "Inverted";
|
|
762
|
+
readonly value: "inverted";
|
|
763
|
+
}, {
|
|
764
|
+
readonly label: "Custom";
|
|
765
|
+
readonly value: "custom";
|
|
766
|
+
}];
|
|
767
|
+
readonly ai: {
|
|
768
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
769
|
+
};
|
|
770
|
+
};
|
|
771
|
+
backgroundColor: {
|
|
772
|
+
readonly type: "text";
|
|
773
|
+
readonly label: "Background Color";
|
|
774
|
+
readonly ai: {
|
|
775
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
776
|
+
};
|
|
777
|
+
};
|
|
778
|
+
padding: {
|
|
779
|
+
readonly type: "object";
|
|
780
|
+
readonly objectFields: {
|
|
781
|
+
readonly top: {
|
|
782
|
+
readonly type: "select";
|
|
783
|
+
readonly options: readonly [{
|
|
784
|
+
readonly label: "none";
|
|
785
|
+
readonly value: "none";
|
|
786
|
+
}, {
|
|
787
|
+
readonly label: "small";
|
|
788
|
+
readonly value: "small";
|
|
789
|
+
}, {
|
|
790
|
+
readonly label: "medium";
|
|
791
|
+
readonly value: "medium";
|
|
792
|
+
}, {
|
|
793
|
+
readonly label: "large";
|
|
794
|
+
readonly value: "large";
|
|
795
|
+
}];
|
|
796
|
+
readonly ai: {
|
|
797
|
+
readonly instructions: "Never select none as an option";
|
|
798
|
+
};
|
|
799
|
+
};
|
|
800
|
+
readonly bottom: {
|
|
801
|
+
readonly type: "select";
|
|
802
|
+
readonly options: readonly [{
|
|
803
|
+
readonly label: "none";
|
|
804
|
+
readonly value: "none";
|
|
805
|
+
}, {
|
|
806
|
+
readonly label: "small";
|
|
807
|
+
readonly value: "small";
|
|
808
|
+
}, {
|
|
809
|
+
readonly label: "medium";
|
|
810
|
+
readonly value: "medium";
|
|
811
|
+
}, {
|
|
812
|
+
readonly label: "large";
|
|
813
|
+
readonly value: "large";
|
|
814
|
+
}];
|
|
815
|
+
readonly ai: {
|
|
816
|
+
readonly instructions: "Never select none as an option";
|
|
817
|
+
};
|
|
818
|
+
};
|
|
819
|
+
};
|
|
820
|
+
readonly ai: {
|
|
821
|
+
readonly exclude: true;
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
};
|
|
825
|
+
};
|
|
826
|
+
export declare const ctaStylesDefaults: {
|
|
827
|
+
sectionStyle: "default";
|
|
828
|
+
backgroundColor: string;
|
|
829
|
+
padding: {
|
|
830
|
+
readonly top: "medium";
|
|
831
|
+
readonly bottom: "medium";
|
|
832
|
+
};
|
|
833
|
+
};
|
|
834
|
+
export interface FeatureSectionStyles extends SectionBaseStyles {
|
|
835
|
+
columns?: 2 | 3 | 4;
|
|
836
|
+
}
|
|
837
|
+
export declare const featureStylesField: {
|
|
838
|
+
type: "object";
|
|
839
|
+
label: string;
|
|
840
|
+
objectFields: {
|
|
841
|
+
className: {
|
|
842
|
+
readonly type: "text";
|
|
843
|
+
readonly label: "Class Name";
|
|
844
|
+
readonly ai: {
|
|
845
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
846
|
+
};
|
|
847
|
+
};
|
|
848
|
+
style: {
|
|
849
|
+
readonly type: "object";
|
|
850
|
+
readonly label: "Style";
|
|
851
|
+
readonly objectFields: {};
|
|
852
|
+
readonly ai: {
|
|
853
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
854
|
+
};
|
|
855
|
+
};
|
|
856
|
+
css: {
|
|
857
|
+
readonly type: "textarea";
|
|
858
|
+
readonly label: "Custom CSS";
|
|
859
|
+
readonly ai: {
|
|
860
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
861
|
+
};
|
|
862
|
+
};
|
|
863
|
+
sectionStyle: {
|
|
864
|
+
readonly type: "select";
|
|
865
|
+
readonly label: "Section Style";
|
|
866
|
+
readonly options: readonly [{
|
|
867
|
+
readonly label: "Default";
|
|
868
|
+
readonly value: "default";
|
|
869
|
+
}, {
|
|
870
|
+
readonly label: "Dark";
|
|
871
|
+
readonly value: "dark";
|
|
872
|
+
}, {
|
|
873
|
+
readonly label: "Muted";
|
|
874
|
+
readonly value: "muted";
|
|
875
|
+
}, {
|
|
876
|
+
readonly label: "Inverted";
|
|
877
|
+
readonly value: "inverted";
|
|
878
|
+
}, {
|
|
879
|
+
readonly label: "Custom";
|
|
880
|
+
readonly value: "custom";
|
|
881
|
+
}];
|
|
882
|
+
readonly ai: {
|
|
883
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
884
|
+
};
|
|
885
|
+
};
|
|
886
|
+
backgroundColor: {
|
|
887
|
+
readonly type: "text";
|
|
888
|
+
readonly label: "Background Color";
|
|
889
|
+
readonly ai: {
|
|
890
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
891
|
+
};
|
|
892
|
+
};
|
|
893
|
+
padding: {
|
|
894
|
+
readonly type: "object";
|
|
895
|
+
readonly objectFields: {
|
|
896
|
+
readonly top: {
|
|
897
|
+
readonly type: "select";
|
|
898
|
+
readonly options: readonly [{
|
|
899
|
+
readonly label: "none";
|
|
900
|
+
readonly value: "none";
|
|
901
|
+
}, {
|
|
902
|
+
readonly label: "small";
|
|
903
|
+
readonly value: "small";
|
|
904
|
+
}, {
|
|
905
|
+
readonly label: "medium";
|
|
906
|
+
readonly value: "medium";
|
|
907
|
+
}, {
|
|
908
|
+
readonly label: "large";
|
|
909
|
+
readonly value: "large";
|
|
910
|
+
}];
|
|
911
|
+
readonly ai: {
|
|
912
|
+
readonly instructions: "Never select none as an option";
|
|
913
|
+
};
|
|
914
|
+
};
|
|
915
|
+
readonly bottom: {
|
|
916
|
+
readonly type: "select";
|
|
917
|
+
readonly options: readonly [{
|
|
918
|
+
readonly label: "none";
|
|
919
|
+
readonly value: "none";
|
|
920
|
+
}, {
|
|
921
|
+
readonly label: "small";
|
|
922
|
+
readonly value: "small";
|
|
923
|
+
}, {
|
|
924
|
+
readonly label: "medium";
|
|
925
|
+
readonly value: "medium";
|
|
926
|
+
}, {
|
|
927
|
+
readonly label: "large";
|
|
928
|
+
readonly value: "large";
|
|
929
|
+
}];
|
|
930
|
+
readonly ai: {
|
|
931
|
+
readonly instructions: "Never select none as an option";
|
|
932
|
+
};
|
|
933
|
+
};
|
|
934
|
+
};
|
|
935
|
+
readonly ai: {
|
|
936
|
+
readonly exclude: true;
|
|
937
|
+
};
|
|
938
|
+
};
|
|
939
|
+
};
|
|
940
|
+
};
|
|
941
|
+
export declare const featureStylesDefaults: {
|
|
942
|
+
sectionStyle: "default";
|
|
943
|
+
backgroundColor: string;
|
|
944
|
+
padding: {
|
|
945
|
+
readonly top: "medium";
|
|
946
|
+
readonly bottom: "medium";
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
export interface FaqSectionStyles extends SectionBaseStyles {
|
|
950
|
+
layout?: string;
|
|
951
|
+
}
|
|
952
|
+
export declare const faqStylesField: {
|
|
953
|
+
type: "object";
|
|
954
|
+
label: string;
|
|
955
|
+
objectFields: {
|
|
956
|
+
className: {
|
|
957
|
+
readonly type: "text";
|
|
958
|
+
readonly label: "Class Name";
|
|
959
|
+
readonly ai: {
|
|
960
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
961
|
+
};
|
|
962
|
+
};
|
|
963
|
+
style: {
|
|
964
|
+
readonly type: "object";
|
|
965
|
+
readonly label: "Style";
|
|
966
|
+
readonly objectFields: {};
|
|
967
|
+
readonly ai: {
|
|
968
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
969
|
+
};
|
|
970
|
+
};
|
|
971
|
+
css: {
|
|
972
|
+
readonly type: "textarea";
|
|
973
|
+
readonly label: "Custom CSS";
|
|
974
|
+
readonly ai: {
|
|
975
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
976
|
+
};
|
|
977
|
+
};
|
|
978
|
+
sectionStyle: {
|
|
979
|
+
readonly type: "select";
|
|
980
|
+
readonly label: "Section Style";
|
|
981
|
+
readonly options: readonly [{
|
|
982
|
+
readonly label: "Default";
|
|
983
|
+
readonly value: "default";
|
|
984
|
+
}, {
|
|
985
|
+
readonly label: "Dark";
|
|
986
|
+
readonly value: "dark";
|
|
987
|
+
}, {
|
|
988
|
+
readonly label: "Muted";
|
|
989
|
+
readonly value: "muted";
|
|
990
|
+
}, {
|
|
991
|
+
readonly label: "Inverted";
|
|
992
|
+
readonly value: "inverted";
|
|
993
|
+
}, {
|
|
994
|
+
readonly label: "Custom";
|
|
995
|
+
readonly value: "custom";
|
|
996
|
+
}];
|
|
997
|
+
readonly ai: {
|
|
998
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
999
|
+
};
|
|
1000
|
+
};
|
|
1001
|
+
backgroundColor: {
|
|
1002
|
+
readonly type: "text";
|
|
1003
|
+
readonly label: "Background Color";
|
|
1004
|
+
readonly ai: {
|
|
1005
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1006
|
+
};
|
|
1007
|
+
};
|
|
1008
|
+
padding: {
|
|
1009
|
+
readonly type: "object";
|
|
1010
|
+
readonly objectFields: {
|
|
1011
|
+
readonly top: {
|
|
1012
|
+
readonly type: "select";
|
|
1013
|
+
readonly options: readonly [{
|
|
1014
|
+
readonly label: "none";
|
|
1015
|
+
readonly value: "none";
|
|
1016
|
+
}, {
|
|
1017
|
+
readonly label: "small";
|
|
1018
|
+
readonly value: "small";
|
|
1019
|
+
}, {
|
|
1020
|
+
readonly label: "medium";
|
|
1021
|
+
readonly value: "medium";
|
|
1022
|
+
}, {
|
|
1023
|
+
readonly label: "large";
|
|
1024
|
+
readonly value: "large";
|
|
1025
|
+
}];
|
|
1026
|
+
readonly ai: {
|
|
1027
|
+
readonly instructions: "Never select none as an option";
|
|
1028
|
+
};
|
|
1029
|
+
};
|
|
1030
|
+
readonly bottom: {
|
|
1031
|
+
readonly type: "select";
|
|
1032
|
+
readonly options: readonly [{
|
|
1033
|
+
readonly label: "none";
|
|
1034
|
+
readonly value: "none";
|
|
1035
|
+
}, {
|
|
1036
|
+
readonly label: "small";
|
|
1037
|
+
readonly value: "small";
|
|
1038
|
+
}, {
|
|
1039
|
+
readonly label: "medium";
|
|
1040
|
+
readonly value: "medium";
|
|
1041
|
+
}, {
|
|
1042
|
+
readonly label: "large";
|
|
1043
|
+
readonly value: "large";
|
|
1044
|
+
}];
|
|
1045
|
+
readonly ai: {
|
|
1046
|
+
readonly instructions: "Never select none as an option";
|
|
1047
|
+
};
|
|
1048
|
+
};
|
|
1049
|
+
};
|
|
1050
|
+
readonly ai: {
|
|
1051
|
+
readonly exclude: true;
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
1054
|
+
};
|
|
1055
|
+
};
|
|
1056
|
+
export declare const faqStylesDefaults: {
|
|
1057
|
+
sectionStyle: "default";
|
|
1058
|
+
backgroundColor: string;
|
|
1059
|
+
padding: {
|
|
1060
|
+
readonly top: "medium";
|
|
1061
|
+
readonly bottom: "medium";
|
|
1062
|
+
};
|
|
1063
|
+
};
|
|
1064
|
+
export interface GallerySectionStyles extends SectionBaseStyles {
|
|
1065
|
+
gap?: "sm" | "md" | "lg";
|
|
1066
|
+
}
|
|
1067
|
+
export declare const galleryStylesField: {
|
|
1068
|
+
type: "object";
|
|
1069
|
+
label: string;
|
|
1070
|
+
objectFields: {
|
|
1071
|
+
className: {
|
|
1072
|
+
readonly type: "text";
|
|
1073
|
+
readonly label: "Class Name";
|
|
1074
|
+
readonly ai: {
|
|
1075
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
1076
|
+
};
|
|
1077
|
+
};
|
|
1078
|
+
style: {
|
|
1079
|
+
readonly type: "object";
|
|
1080
|
+
readonly label: "Style";
|
|
1081
|
+
readonly objectFields: {};
|
|
1082
|
+
readonly ai: {
|
|
1083
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
1084
|
+
};
|
|
1085
|
+
};
|
|
1086
|
+
css: {
|
|
1087
|
+
readonly type: "textarea";
|
|
1088
|
+
readonly label: "Custom CSS";
|
|
1089
|
+
readonly ai: {
|
|
1090
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
1091
|
+
};
|
|
1092
|
+
};
|
|
1093
|
+
sectionStyle: {
|
|
1094
|
+
readonly type: "select";
|
|
1095
|
+
readonly label: "Section Style";
|
|
1096
|
+
readonly options: readonly [{
|
|
1097
|
+
readonly label: "Default";
|
|
1098
|
+
readonly value: "default";
|
|
1099
|
+
}, {
|
|
1100
|
+
readonly label: "Dark";
|
|
1101
|
+
readonly value: "dark";
|
|
1102
|
+
}, {
|
|
1103
|
+
readonly label: "Muted";
|
|
1104
|
+
readonly value: "muted";
|
|
1105
|
+
}, {
|
|
1106
|
+
readonly label: "Inverted";
|
|
1107
|
+
readonly value: "inverted";
|
|
1108
|
+
}, {
|
|
1109
|
+
readonly label: "Custom";
|
|
1110
|
+
readonly value: "custom";
|
|
1111
|
+
}];
|
|
1112
|
+
readonly ai: {
|
|
1113
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1114
|
+
};
|
|
1115
|
+
};
|
|
1116
|
+
backgroundColor: {
|
|
1117
|
+
readonly type: "text";
|
|
1118
|
+
readonly label: "Background Color";
|
|
1119
|
+
readonly ai: {
|
|
1120
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1121
|
+
};
|
|
1122
|
+
};
|
|
1123
|
+
padding: {
|
|
1124
|
+
readonly type: "object";
|
|
1125
|
+
readonly objectFields: {
|
|
1126
|
+
readonly top: {
|
|
1127
|
+
readonly type: "select";
|
|
1128
|
+
readonly options: readonly [{
|
|
1129
|
+
readonly label: "none";
|
|
1130
|
+
readonly value: "none";
|
|
1131
|
+
}, {
|
|
1132
|
+
readonly label: "small";
|
|
1133
|
+
readonly value: "small";
|
|
1134
|
+
}, {
|
|
1135
|
+
readonly label: "medium";
|
|
1136
|
+
readonly value: "medium";
|
|
1137
|
+
}, {
|
|
1138
|
+
readonly label: "large";
|
|
1139
|
+
readonly value: "large";
|
|
1140
|
+
}];
|
|
1141
|
+
readonly ai: {
|
|
1142
|
+
readonly instructions: "Never select none as an option";
|
|
1143
|
+
};
|
|
1144
|
+
};
|
|
1145
|
+
readonly bottom: {
|
|
1146
|
+
readonly type: "select";
|
|
1147
|
+
readonly options: readonly [{
|
|
1148
|
+
readonly label: "none";
|
|
1149
|
+
readonly value: "none";
|
|
1150
|
+
}, {
|
|
1151
|
+
readonly label: "small";
|
|
1152
|
+
readonly value: "small";
|
|
1153
|
+
}, {
|
|
1154
|
+
readonly label: "medium";
|
|
1155
|
+
readonly value: "medium";
|
|
1156
|
+
}, {
|
|
1157
|
+
readonly label: "large";
|
|
1158
|
+
readonly value: "large";
|
|
1159
|
+
}];
|
|
1160
|
+
readonly ai: {
|
|
1161
|
+
readonly instructions: "Never select none as an option";
|
|
1162
|
+
};
|
|
1163
|
+
};
|
|
1164
|
+
};
|
|
1165
|
+
readonly ai: {
|
|
1166
|
+
readonly exclude: true;
|
|
1167
|
+
};
|
|
1168
|
+
};
|
|
1169
|
+
};
|
|
1170
|
+
};
|
|
1171
|
+
export declare const galleryStylesDefaults: {
|
|
1172
|
+
sectionStyle: "default";
|
|
1173
|
+
backgroundColor: string;
|
|
1174
|
+
padding: {
|
|
1175
|
+
readonly top: "medium";
|
|
1176
|
+
readonly bottom: "medium";
|
|
1177
|
+
};
|
|
1178
|
+
};
|
|
1179
|
+
export interface TestimonialSectionStyles extends SectionBaseStyles {
|
|
1180
|
+
layout?: string;
|
|
1181
|
+
}
|
|
1182
|
+
export declare const testimonialStylesField: {
|
|
1183
|
+
type: "object";
|
|
1184
|
+
label: string;
|
|
1185
|
+
objectFields: {
|
|
1186
|
+
className: {
|
|
1187
|
+
readonly type: "text";
|
|
1188
|
+
readonly label: "Class Name";
|
|
1189
|
+
readonly ai: {
|
|
1190
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
1191
|
+
};
|
|
1192
|
+
};
|
|
1193
|
+
style: {
|
|
1194
|
+
readonly type: "object";
|
|
1195
|
+
readonly label: "Style";
|
|
1196
|
+
readonly objectFields: {};
|
|
1197
|
+
readonly ai: {
|
|
1198
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
1199
|
+
};
|
|
1200
|
+
};
|
|
1201
|
+
css: {
|
|
1202
|
+
readonly type: "textarea";
|
|
1203
|
+
readonly label: "Custom CSS";
|
|
1204
|
+
readonly ai: {
|
|
1205
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
1206
|
+
};
|
|
1207
|
+
};
|
|
1208
|
+
sectionStyle: {
|
|
1209
|
+
readonly type: "select";
|
|
1210
|
+
readonly label: "Section Style";
|
|
1211
|
+
readonly options: readonly [{
|
|
1212
|
+
readonly label: "Default";
|
|
1213
|
+
readonly value: "default";
|
|
1214
|
+
}, {
|
|
1215
|
+
readonly label: "Dark";
|
|
1216
|
+
readonly value: "dark";
|
|
1217
|
+
}, {
|
|
1218
|
+
readonly label: "Muted";
|
|
1219
|
+
readonly value: "muted";
|
|
1220
|
+
}, {
|
|
1221
|
+
readonly label: "Inverted";
|
|
1222
|
+
readonly value: "inverted";
|
|
1223
|
+
}, {
|
|
1224
|
+
readonly label: "Custom";
|
|
1225
|
+
readonly value: "custom";
|
|
1226
|
+
}];
|
|
1227
|
+
readonly ai: {
|
|
1228
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1229
|
+
};
|
|
1230
|
+
};
|
|
1231
|
+
backgroundColor: {
|
|
1232
|
+
readonly type: "text";
|
|
1233
|
+
readonly label: "Background Color";
|
|
1234
|
+
readonly ai: {
|
|
1235
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1236
|
+
};
|
|
1237
|
+
};
|
|
1238
|
+
padding: {
|
|
1239
|
+
readonly type: "object";
|
|
1240
|
+
readonly objectFields: {
|
|
1241
|
+
readonly top: {
|
|
1242
|
+
readonly type: "select";
|
|
1243
|
+
readonly options: readonly [{
|
|
1244
|
+
readonly label: "none";
|
|
1245
|
+
readonly value: "none";
|
|
1246
|
+
}, {
|
|
1247
|
+
readonly label: "small";
|
|
1248
|
+
readonly value: "small";
|
|
1249
|
+
}, {
|
|
1250
|
+
readonly label: "medium";
|
|
1251
|
+
readonly value: "medium";
|
|
1252
|
+
}, {
|
|
1253
|
+
readonly label: "large";
|
|
1254
|
+
readonly value: "large";
|
|
1255
|
+
}];
|
|
1256
|
+
readonly ai: {
|
|
1257
|
+
readonly instructions: "Never select none as an option";
|
|
1258
|
+
};
|
|
1259
|
+
};
|
|
1260
|
+
readonly bottom: {
|
|
1261
|
+
readonly type: "select";
|
|
1262
|
+
readonly options: readonly [{
|
|
1263
|
+
readonly label: "none";
|
|
1264
|
+
readonly value: "none";
|
|
1265
|
+
}, {
|
|
1266
|
+
readonly label: "small";
|
|
1267
|
+
readonly value: "small";
|
|
1268
|
+
}, {
|
|
1269
|
+
readonly label: "medium";
|
|
1270
|
+
readonly value: "medium";
|
|
1271
|
+
}, {
|
|
1272
|
+
readonly label: "large";
|
|
1273
|
+
readonly value: "large";
|
|
1274
|
+
}];
|
|
1275
|
+
readonly ai: {
|
|
1276
|
+
readonly instructions: "Never select none as an option";
|
|
1277
|
+
};
|
|
1278
|
+
};
|
|
1279
|
+
};
|
|
1280
|
+
readonly ai: {
|
|
1281
|
+
readonly exclude: true;
|
|
1282
|
+
};
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
1285
|
+
};
|
|
1286
|
+
export declare const testimonialStylesDefaults: {
|
|
1287
|
+
sectionStyle: "default";
|
|
1288
|
+
backgroundColor: string;
|
|
1289
|
+
padding: {
|
|
1290
|
+
readonly top: "medium";
|
|
1291
|
+
readonly bottom: "medium";
|
|
1292
|
+
};
|
|
1293
|
+
};
|
|
1294
|
+
export interface ShowcaseSectionStyles extends SectionBaseStyles {
|
|
1295
|
+
layout?: string;
|
|
1296
|
+
}
|
|
1297
|
+
export declare const showcaseStylesField: {
|
|
1298
|
+
type: "object";
|
|
1299
|
+
label: string;
|
|
1300
|
+
objectFields: {
|
|
1301
|
+
className: {
|
|
1302
|
+
readonly type: "text";
|
|
1303
|
+
readonly label: "Class Name";
|
|
1304
|
+
readonly ai: {
|
|
1305
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
1306
|
+
};
|
|
1307
|
+
};
|
|
1308
|
+
style: {
|
|
1309
|
+
readonly type: "object";
|
|
1310
|
+
readonly label: "Style";
|
|
1311
|
+
readonly objectFields: {};
|
|
1312
|
+
readonly ai: {
|
|
1313
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
1314
|
+
};
|
|
1315
|
+
};
|
|
1316
|
+
css: {
|
|
1317
|
+
readonly type: "textarea";
|
|
1318
|
+
readonly label: "Custom CSS";
|
|
1319
|
+
readonly ai: {
|
|
1320
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
1321
|
+
};
|
|
1322
|
+
};
|
|
1323
|
+
sectionStyle: {
|
|
1324
|
+
readonly type: "select";
|
|
1325
|
+
readonly label: "Section Style";
|
|
1326
|
+
readonly options: readonly [{
|
|
1327
|
+
readonly label: "Default";
|
|
1328
|
+
readonly value: "default";
|
|
1329
|
+
}, {
|
|
1330
|
+
readonly label: "Dark";
|
|
1331
|
+
readonly value: "dark";
|
|
1332
|
+
}, {
|
|
1333
|
+
readonly label: "Muted";
|
|
1334
|
+
readonly value: "muted";
|
|
1335
|
+
}, {
|
|
1336
|
+
readonly label: "Inverted";
|
|
1337
|
+
readonly value: "inverted";
|
|
1338
|
+
}, {
|
|
1339
|
+
readonly label: "Custom";
|
|
1340
|
+
readonly value: "custom";
|
|
1341
|
+
}];
|
|
1342
|
+
readonly ai: {
|
|
1343
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1344
|
+
};
|
|
1345
|
+
};
|
|
1346
|
+
backgroundColor: {
|
|
1347
|
+
readonly type: "text";
|
|
1348
|
+
readonly label: "Background Color";
|
|
1349
|
+
readonly ai: {
|
|
1350
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1351
|
+
};
|
|
1352
|
+
};
|
|
1353
|
+
padding: {
|
|
1354
|
+
readonly type: "object";
|
|
1355
|
+
readonly objectFields: {
|
|
1356
|
+
readonly top: {
|
|
1357
|
+
readonly type: "select";
|
|
1358
|
+
readonly options: readonly [{
|
|
1359
|
+
readonly label: "none";
|
|
1360
|
+
readonly value: "none";
|
|
1361
|
+
}, {
|
|
1362
|
+
readonly label: "small";
|
|
1363
|
+
readonly value: "small";
|
|
1364
|
+
}, {
|
|
1365
|
+
readonly label: "medium";
|
|
1366
|
+
readonly value: "medium";
|
|
1367
|
+
}, {
|
|
1368
|
+
readonly label: "large";
|
|
1369
|
+
readonly value: "large";
|
|
1370
|
+
}];
|
|
1371
|
+
readonly ai: {
|
|
1372
|
+
readonly instructions: "Never select none as an option";
|
|
1373
|
+
};
|
|
1374
|
+
};
|
|
1375
|
+
readonly bottom: {
|
|
1376
|
+
readonly type: "select";
|
|
1377
|
+
readonly options: readonly [{
|
|
1378
|
+
readonly label: "none";
|
|
1379
|
+
readonly value: "none";
|
|
1380
|
+
}, {
|
|
1381
|
+
readonly label: "small";
|
|
1382
|
+
readonly value: "small";
|
|
1383
|
+
}, {
|
|
1384
|
+
readonly label: "medium";
|
|
1385
|
+
readonly value: "medium";
|
|
1386
|
+
}, {
|
|
1387
|
+
readonly label: "large";
|
|
1388
|
+
readonly value: "large";
|
|
1389
|
+
}];
|
|
1390
|
+
readonly ai: {
|
|
1391
|
+
readonly instructions: "Never select none as an option";
|
|
1392
|
+
};
|
|
1393
|
+
};
|
|
1394
|
+
};
|
|
1395
|
+
readonly ai: {
|
|
1396
|
+
readonly exclude: true;
|
|
1397
|
+
};
|
|
1398
|
+
};
|
|
1399
|
+
};
|
|
1400
|
+
};
|
|
1401
|
+
export declare const showcaseStylesDefaults: {
|
|
1402
|
+
sectionStyle: "default";
|
|
1403
|
+
backgroundColor: string;
|
|
1404
|
+
padding: {
|
|
1405
|
+
readonly top: "medium";
|
|
1406
|
+
readonly bottom: "medium";
|
|
1407
|
+
};
|
|
1408
|
+
};
|
|
1409
|
+
export interface TextSectionStyles extends SectionBaseStyles {
|
|
1410
|
+
maxWidth?: "sm" | "md" | "lg" | "full";
|
|
1411
|
+
}
|
|
1412
|
+
export declare const textStylesField: {
|
|
1413
|
+
type: "object";
|
|
1414
|
+
label: string;
|
|
1415
|
+
objectFields: {
|
|
1416
|
+
className: {
|
|
1417
|
+
readonly type: "text";
|
|
1418
|
+
readonly label: "Class Name";
|
|
1419
|
+
readonly ai: {
|
|
1420
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
1421
|
+
};
|
|
1422
|
+
};
|
|
1423
|
+
style: {
|
|
1424
|
+
readonly type: "object";
|
|
1425
|
+
readonly label: "Style";
|
|
1426
|
+
readonly objectFields: {};
|
|
1427
|
+
readonly ai: {
|
|
1428
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
1429
|
+
};
|
|
1430
|
+
};
|
|
1431
|
+
css: {
|
|
1432
|
+
readonly type: "textarea";
|
|
1433
|
+
readonly label: "Custom CSS";
|
|
1434
|
+
readonly ai: {
|
|
1435
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
1436
|
+
};
|
|
1437
|
+
};
|
|
1438
|
+
sectionStyle: {
|
|
1439
|
+
readonly type: "select";
|
|
1440
|
+
readonly label: "Section Style";
|
|
1441
|
+
readonly options: readonly [{
|
|
1442
|
+
readonly label: "Default";
|
|
1443
|
+
readonly value: "default";
|
|
1444
|
+
}, {
|
|
1445
|
+
readonly label: "Dark";
|
|
1446
|
+
readonly value: "dark";
|
|
1447
|
+
}, {
|
|
1448
|
+
readonly label: "Muted";
|
|
1449
|
+
readonly value: "muted";
|
|
1450
|
+
}, {
|
|
1451
|
+
readonly label: "Inverted";
|
|
1452
|
+
readonly value: "inverted";
|
|
1453
|
+
}, {
|
|
1454
|
+
readonly label: "Custom";
|
|
1455
|
+
readonly value: "custom";
|
|
1456
|
+
}];
|
|
1457
|
+
readonly ai: {
|
|
1458
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1459
|
+
};
|
|
1460
|
+
};
|
|
1461
|
+
backgroundColor: {
|
|
1462
|
+
readonly type: "text";
|
|
1463
|
+
readonly label: "Background Color";
|
|
1464
|
+
readonly ai: {
|
|
1465
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1466
|
+
};
|
|
1467
|
+
};
|
|
1468
|
+
padding: {
|
|
1469
|
+
readonly type: "object";
|
|
1470
|
+
readonly objectFields: {
|
|
1471
|
+
readonly top: {
|
|
1472
|
+
readonly type: "select";
|
|
1473
|
+
readonly options: readonly [{
|
|
1474
|
+
readonly label: "none";
|
|
1475
|
+
readonly value: "none";
|
|
1476
|
+
}, {
|
|
1477
|
+
readonly label: "small";
|
|
1478
|
+
readonly value: "small";
|
|
1479
|
+
}, {
|
|
1480
|
+
readonly label: "medium";
|
|
1481
|
+
readonly value: "medium";
|
|
1482
|
+
}, {
|
|
1483
|
+
readonly label: "large";
|
|
1484
|
+
readonly value: "large";
|
|
1485
|
+
}];
|
|
1486
|
+
readonly ai: {
|
|
1487
|
+
readonly instructions: "Never select none as an option";
|
|
1488
|
+
};
|
|
1489
|
+
};
|
|
1490
|
+
readonly bottom: {
|
|
1491
|
+
readonly type: "select";
|
|
1492
|
+
readonly options: readonly [{
|
|
1493
|
+
readonly label: "none";
|
|
1494
|
+
readonly value: "none";
|
|
1495
|
+
}, {
|
|
1496
|
+
readonly label: "small";
|
|
1497
|
+
readonly value: "small";
|
|
1498
|
+
}, {
|
|
1499
|
+
readonly label: "medium";
|
|
1500
|
+
readonly value: "medium";
|
|
1501
|
+
}, {
|
|
1502
|
+
readonly label: "large";
|
|
1503
|
+
readonly value: "large";
|
|
1504
|
+
}];
|
|
1505
|
+
readonly ai: {
|
|
1506
|
+
readonly instructions: "Never select none as an option";
|
|
1507
|
+
};
|
|
1508
|
+
};
|
|
1509
|
+
};
|
|
1510
|
+
readonly ai: {
|
|
1511
|
+
readonly exclude: true;
|
|
1512
|
+
};
|
|
1513
|
+
};
|
|
1514
|
+
};
|
|
1515
|
+
};
|
|
1516
|
+
export declare const textStylesDefaults: {
|
|
1517
|
+
sectionStyle: "default";
|
|
1518
|
+
backgroundColor: string;
|
|
1519
|
+
padding: {
|
|
1520
|
+
readonly top: "medium";
|
|
1521
|
+
readonly bottom: "medium";
|
|
1522
|
+
};
|
|
1523
|
+
};
|
|
1524
|
+
export interface ContactSectionStyles extends SectionBaseStyles {
|
|
1525
|
+
panelStyle?: string;
|
|
1526
|
+
}
|
|
1527
|
+
export declare const contactStylesField: {
|
|
1528
|
+
type: "object";
|
|
1529
|
+
label: string;
|
|
1530
|
+
objectFields: {
|
|
1531
|
+
className: {
|
|
1532
|
+
readonly type: "text";
|
|
1533
|
+
readonly label: "Class Name";
|
|
1534
|
+
readonly ai: {
|
|
1535
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
1536
|
+
};
|
|
1537
|
+
};
|
|
1538
|
+
style: {
|
|
1539
|
+
readonly type: "object";
|
|
1540
|
+
readonly label: "Style";
|
|
1541
|
+
readonly objectFields: {};
|
|
1542
|
+
readonly ai: {
|
|
1543
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
1544
|
+
};
|
|
1545
|
+
};
|
|
1546
|
+
css: {
|
|
1547
|
+
readonly type: "textarea";
|
|
1548
|
+
readonly label: "Custom CSS";
|
|
1549
|
+
readonly ai: {
|
|
1550
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
1551
|
+
};
|
|
1552
|
+
};
|
|
1553
|
+
sectionStyle: {
|
|
1554
|
+
readonly type: "select";
|
|
1555
|
+
readonly label: "Section Style";
|
|
1556
|
+
readonly options: readonly [{
|
|
1557
|
+
readonly label: "Default";
|
|
1558
|
+
readonly value: "default";
|
|
1559
|
+
}, {
|
|
1560
|
+
readonly label: "Dark";
|
|
1561
|
+
readonly value: "dark";
|
|
1562
|
+
}, {
|
|
1563
|
+
readonly label: "Muted";
|
|
1564
|
+
readonly value: "muted";
|
|
1565
|
+
}, {
|
|
1566
|
+
readonly label: "Inverted";
|
|
1567
|
+
readonly value: "inverted";
|
|
1568
|
+
}, {
|
|
1569
|
+
readonly label: "Custom";
|
|
1570
|
+
readonly value: "custom";
|
|
1571
|
+
}];
|
|
1572
|
+
readonly ai: {
|
|
1573
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
backgroundColor: {
|
|
1577
|
+
readonly type: "text";
|
|
1578
|
+
readonly label: "Background Color";
|
|
1579
|
+
readonly ai: {
|
|
1580
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1581
|
+
};
|
|
1582
|
+
};
|
|
1583
|
+
padding: {
|
|
1584
|
+
readonly type: "object";
|
|
1585
|
+
readonly objectFields: {
|
|
1586
|
+
readonly top: {
|
|
1587
|
+
readonly type: "select";
|
|
1588
|
+
readonly options: readonly [{
|
|
1589
|
+
readonly label: "none";
|
|
1590
|
+
readonly value: "none";
|
|
1591
|
+
}, {
|
|
1592
|
+
readonly label: "small";
|
|
1593
|
+
readonly value: "small";
|
|
1594
|
+
}, {
|
|
1595
|
+
readonly label: "medium";
|
|
1596
|
+
readonly value: "medium";
|
|
1597
|
+
}, {
|
|
1598
|
+
readonly label: "large";
|
|
1599
|
+
readonly value: "large";
|
|
1600
|
+
}];
|
|
1601
|
+
readonly ai: {
|
|
1602
|
+
readonly instructions: "Never select none as an option";
|
|
1603
|
+
};
|
|
1604
|
+
};
|
|
1605
|
+
readonly bottom: {
|
|
1606
|
+
readonly type: "select";
|
|
1607
|
+
readonly options: readonly [{
|
|
1608
|
+
readonly label: "none";
|
|
1609
|
+
readonly value: "none";
|
|
1610
|
+
}, {
|
|
1611
|
+
readonly label: "small";
|
|
1612
|
+
readonly value: "small";
|
|
1613
|
+
}, {
|
|
1614
|
+
readonly label: "medium";
|
|
1615
|
+
readonly value: "medium";
|
|
1616
|
+
}, {
|
|
1617
|
+
readonly label: "large";
|
|
1618
|
+
readonly value: "large";
|
|
1619
|
+
}];
|
|
1620
|
+
readonly ai: {
|
|
1621
|
+
readonly instructions: "Never select none as an option";
|
|
1622
|
+
};
|
|
1623
|
+
};
|
|
1624
|
+
};
|
|
1625
|
+
readonly ai: {
|
|
1626
|
+
readonly exclude: true;
|
|
1627
|
+
};
|
|
1628
|
+
};
|
|
1629
|
+
};
|
|
1630
|
+
};
|
|
1631
|
+
export declare const contactStylesDefaults: {
|
|
1632
|
+
sectionStyle: "default";
|
|
1633
|
+
backgroundColor: string;
|
|
1634
|
+
padding: {
|
|
1635
|
+
readonly top: "medium";
|
|
1636
|
+
readonly bottom: "medium";
|
|
1637
|
+
};
|
|
1638
|
+
};
|
|
1639
|
+
export type LocationSectionStyles = SectionBaseStyles;
|
|
1640
|
+
export declare const locationStylesField: {
|
|
1641
|
+
type: "object";
|
|
1642
|
+
label: string;
|
|
1643
|
+
objectFields: {
|
|
1644
|
+
className: {
|
|
1645
|
+
readonly type: "text";
|
|
1646
|
+
readonly label: "Class Name";
|
|
1647
|
+
readonly ai: {
|
|
1648
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
1649
|
+
};
|
|
1650
|
+
};
|
|
1651
|
+
style: {
|
|
1652
|
+
readonly type: "object";
|
|
1653
|
+
readonly label: "Style";
|
|
1654
|
+
readonly objectFields: {};
|
|
1655
|
+
readonly ai: {
|
|
1656
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
1657
|
+
};
|
|
1658
|
+
};
|
|
1659
|
+
css: {
|
|
1660
|
+
readonly type: "textarea";
|
|
1661
|
+
readonly label: "Custom CSS";
|
|
1662
|
+
readonly ai: {
|
|
1663
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
1664
|
+
};
|
|
1665
|
+
};
|
|
1666
|
+
sectionStyle: {
|
|
1667
|
+
readonly type: "select";
|
|
1668
|
+
readonly label: "Section Style";
|
|
1669
|
+
readonly options: readonly [{
|
|
1670
|
+
readonly label: "Default";
|
|
1671
|
+
readonly value: "default";
|
|
1672
|
+
}, {
|
|
1673
|
+
readonly label: "Dark";
|
|
1674
|
+
readonly value: "dark";
|
|
1675
|
+
}, {
|
|
1676
|
+
readonly label: "Muted";
|
|
1677
|
+
readonly value: "muted";
|
|
1678
|
+
}, {
|
|
1679
|
+
readonly label: "Inverted";
|
|
1680
|
+
readonly value: "inverted";
|
|
1681
|
+
}, {
|
|
1682
|
+
readonly label: "Custom";
|
|
1683
|
+
readonly value: "custom";
|
|
1684
|
+
}];
|
|
1685
|
+
readonly ai: {
|
|
1686
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1687
|
+
};
|
|
1688
|
+
};
|
|
1689
|
+
backgroundColor: {
|
|
1690
|
+
readonly type: "text";
|
|
1691
|
+
readonly label: "Background Color";
|
|
1692
|
+
readonly ai: {
|
|
1693
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1694
|
+
};
|
|
1695
|
+
};
|
|
1696
|
+
padding: {
|
|
1697
|
+
readonly type: "object";
|
|
1698
|
+
readonly objectFields: {
|
|
1699
|
+
readonly top: {
|
|
1700
|
+
readonly type: "select";
|
|
1701
|
+
readonly options: readonly [{
|
|
1702
|
+
readonly label: "none";
|
|
1703
|
+
readonly value: "none";
|
|
1704
|
+
}, {
|
|
1705
|
+
readonly label: "small";
|
|
1706
|
+
readonly value: "small";
|
|
1707
|
+
}, {
|
|
1708
|
+
readonly label: "medium";
|
|
1709
|
+
readonly value: "medium";
|
|
1710
|
+
}, {
|
|
1711
|
+
readonly label: "large";
|
|
1712
|
+
readonly value: "large";
|
|
1713
|
+
}];
|
|
1714
|
+
readonly ai: {
|
|
1715
|
+
readonly instructions: "Never select none as an option";
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
readonly bottom: {
|
|
1719
|
+
readonly type: "select";
|
|
1720
|
+
readonly options: readonly [{
|
|
1721
|
+
readonly label: "none";
|
|
1722
|
+
readonly value: "none";
|
|
1723
|
+
}, {
|
|
1724
|
+
readonly label: "small";
|
|
1725
|
+
readonly value: "small";
|
|
1726
|
+
}, {
|
|
1727
|
+
readonly label: "medium";
|
|
1728
|
+
readonly value: "medium";
|
|
1729
|
+
}, {
|
|
1730
|
+
readonly label: "large";
|
|
1731
|
+
readonly value: "large";
|
|
1732
|
+
}];
|
|
1733
|
+
readonly ai: {
|
|
1734
|
+
readonly instructions: "Never select none as an option";
|
|
1735
|
+
};
|
|
1736
|
+
};
|
|
1737
|
+
};
|
|
1738
|
+
readonly ai: {
|
|
1739
|
+
readonly exclude: true;
|
|
1740
|
+
};
|
|
1741
|
+
};
|
|
1742
|
+
};
|
|
1743
|
+
};
|
|
1744
|
+
export declare const locationStylesDefaults: {
|
|
1745
|
+
sectionStyle: "default";
|
|
1746
|
+
backgroundColor: string;
|
|
1747
|
+
padding: {
|
|
1748
|
+
readonly top: "medium";
|
|
1749
|
+
readonly bottom: "medium";
|
|
1750
|
+
};
|
|
1751
|
+
};
|
|
1752
|
+
export type FooterSectionStyles = SectionBaseStyles;
|
|
1753
|
+
export type HeaderSectionStyles = SectionBaseStyles;
|
|
1754
|
+
export type MetricsSectionStyles = SectionBaseStyles;
|
|
1755
|
+
export type PricingSectionStyles = SectionBaseStyles;
|
|
1756
|
+
export type TeamSectionStyles = SectionBaseStyles;
|
|
1757
|
+
export declare const footerStylesField: {
|
|
1758
|
+
type: "object";
|
|
1759
|
+
label: string;
|
|
1760
|
+
objectFields: {
|
|
1761
|
+
className: {
|
|
1762
|
+
readonly type: "text";
|
|
1763
|
+
readonly label: "Class Name";
|
|
1764
|
+
readonly ai: {
|
|
1765
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
1766
|
+
};
|
|
1767
|
+
};
|
|
1768
|
+
style: {
|
|
1769
|
+
readonly type: "object";
|
|
1770
|
+
readonly label: "Style";
|
|
1771
|
+
readonly objectFields: {};
|
|
1772
|
+
readonly ai: {
|
|
1773
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
1774
|
+
};
|
|
1775
|
+
};
|
|
1776
|
+
css: {
|
|
1777
|
+
readonly type: "textarea";
|
|
1778
|
+
readonly label: "Custom CSS";
|
|
1779
|
+
readonly ai: {
|
|
1780
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
1781
|
+
};
|
|
1782
|
+
};
|
|
1783
|
+
sectionStyle: {
|
|
1784
|
+
readonly type: "select";
|
|
1785
|
+
readonly label: "Section Style";
|
|
1786
|
+
readonly options: readonly [{
|
|
1787
|
+
readonly label: "Default";
|
|
1788
|
+
readonly value: "default";
|
|
1789
|
+
}, {
|
|
1790
|
+
readonly label: "Dark";
|
|
1791
|
+
readonly value: "dark";
|
|
1792
|
+
}, {
|
|
1793
|
+
readonly label: "Muted";
|
|
1794
|
+
readonly value: "muted";
|
|
1795
|
+
}, {
|
|
1796
|
+
readonly label: "Inverted";
|
|
1797
|
+
readonly value: "inverted";
|
|
1798
|
+
}, {
|
|
1799
|
+
readonly label: "Custom";
|
|
1800
|
+
readonly value: "custom";
|
|
1801
|
+
}];
|
|
1802
|
+
readonly ai: {
|
|
1803
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1804
|
+
};
|
|
1805
|
+
};
|
|
1806
|
+
backgroundColor: {
|
|
1807
|
+
readonly type: "text";
|
|
1808
|
+
readonly label: "Background Color";
|
|
1809
|
+
readonly ai: {
|
|
1810
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1811
|
+
};
|
|
1812
|
+
};
|
|
1813
|
+
padding: {
|
|
1814
|
+
readonly type: "object";
|
|
1815
|
+
readonly objectFields: {
|
|
1816
|
+
readonly top: {
|
|
1817
|
+
readonly type: "select";
|
|
1818
|
+
readonly options: readonly [{
|
|
1819
|
+
readonly label: "none";
|
|
1820
|
+
readonly value: "none";
|
|
1821
|
+
}, {
|
|
1822
|
+
readonly label: "small";
|
|
1823
|
+
readonly value: "small";
|
|
1824
|
+
}, {
|
|
1825
|
+
readonly label: "medium";
|
|
1826
|
+
readonly value: "medium";
|
|
1827
|
+
}, {
|
|
1828
|
+
readonly label: "large";
|
|
1829
|
+
readonly value: "large";
|
|
1830
|
+
}];
|
|
1831
|
+
readonly ai: {
|
|
1832
|
+
readonly instructions: "Never select none as an option";
|
|
1833
|
+
};
|
|
1834
|
+
};
|
|
1835
|
+
readonly bottom: {
|
|
1836
|
+
readonly type: "select";
|
|
1837
|
+
readonly options: readonly [{
|
|
1838
|
+
readonly label: "none";
|
|
1839
|
+
readonly value: "none";
|
|
1840
|
+
}, {
|
|
1841
|
+
readonly label: "small";
|
|
1842
|
+
readonly value: "small";
|
|
1843
|
+
}, {
|
|
1844
|
+
readonly label: "medium";
|
|
1845
|
+
readonly value: "medium";
|
|
1846
|
+
}, {
|
|
1847
|
+
readonly label: "large";
|
|
1848
|
+
readonly value: "large";
|
|
1849
|
+
}];
|
|
1850
|
+
readonly ai: {
|
|
1851
|
+
readonly instructions: "Never select none as an option";
|
|
1852
|
+
};
|
|
1853
|
+
};
|
|
1854
|
+
};
|
|
1855
|
+
readonly ai: {
|
|
1856
|
+
readonly exclude: true;
|
|
1857
|
+
};
|
|
1858
|
+
};
|
|
1859
|
+
};
|
|
1860
|
+
};
|
|
1861
|
+
export declare const footerStylesDefaults: {
|
|
1862
|
+
sectionStyle: "default";
|
|
1863
|
+
backgroundColor: string;
|
|
1864
|
+
padding: {
|
|
1865
|
+
readonly top: "medium";
|
|
1866
|
+
readonly bottom: "medium";
|
|
1867
|
+
};
|
|
1868
|
+
};
|
|
1869
|
+
export declare const headerStylesField: {
|
|
1870
|
+
type: "object";
|
|
1871
|
+
label: string;
|
|
1872
|
+
objectFields: {
|
|
1873
|
+
className: {
|
|
1874
|
+
readonly type: "text";
|
|
1875
|
+
readonly label: "Class Name";
|
|
1876
|
+
readonly ai: {
|
|
1877
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
1878
|
+
};
|
|
1879
|
+
};
|
|
1880
|
+
style: {
|
|
1881
|
+
readonly type: "object";
|
|
1882
|
+
readonly label: "Style";
|
|
1883
|
+
readonly objectFields: {};
|
|
1884
|
+
readonly ai: {
|
|
1885
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
1886
|
+
};
|
|
1887
|
+
};
|
|
1888
|
+
css: {
|
|
1889
|
+
readonly type: "textarea";
|
|
1890
|
+
readonly label: "Custom CSS";
|
|
1891
|
+
readonly ai: {
|
|
1892
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
1893
|
+
};
|
|
1894
|
+
};
|
|
1895
|
+
sectionStyle: {
|
|
1896
|
+
readonly type: "select";
|
|
1897
|
+
readonly label: "Section Style";
|
|
1898
|
+
readonly options: readonly [{
|
|
1899
|
+
readonly label: "Default";
|
|
1900
|
+
readonly value: "default";
|
|
1901
|
+
}, {
|
|
1902
|
+
readonly label: "Dark";
|
|
1903
|
+
readonly value: "dark";
|
|
1904
|
+
}, {
|
|
1905
|
+
readonly label: "Muted";
|
|
1906
|
+
readonly value: "muted";
|
|
1907
|
+
}, {
|
|
1908
|
+
readonly label: "Inverted";
|
|
1909
|
+
readonly value: "inverted";
|
|
1910
|
+
}, {
|
|
1911
|
+
readonly label: "Custom";
|
|
1912
|
+
readonly value: "custom";
|
|
1913
|
+
}];
|
|
1914
|
+
readonly ai: {
|
|
1915
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1916
|
+
};
|
|
1917
|
+
};
|
|
1918
|
+
backgroundColor: {
|
|
1919
|
+
readonly type: "text";
|
|
1920
|
+
readonly label: "Background Color";
|
|
1921
|
+
readonly ai: {
|
|
1922
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1923
|
+
};
|
|
1924
|
+
};
|
|
1925
|
+
padding: {
|
|
1926
|
+
readonly type: "object";
|
|
1927
|
+
readonly objectFields: {
|
|
1928
|
+
readonly top: {
|
|
1929
|
+
readonly type: "select";
|
|
1930
|
+
readonly options: readonly [{
|
|
1931
|
+
readonly label: "none";
|
|
1932
|
+
readonly value: "none";
|
|
1933
|
+
}, {
|
|
1934
|
+
readonly label: "small";
|
|
1935
|
+
readonly value: "small";
|
|
1936
|
+
}, {
|
|
1937
|
+
readonly label: "medium";
|
|
1938
|
+
readonly value: "medium";
|
|
1939
|
+
}, {
|
|
1940
|
+
readonly label: "large";
|
|
1941
|
+
readonly value: "large";
|
|
1942
|
+
}];
|
|
1943
|
+
readonly ai: {
|
|
1944
|
+
readonly instructions: "Never select none as an option";
|
|
1945
|
+
};
|
|
1946
|
+
};
|
|
1947
|
+
readonly bottom: {
|
|
1948
|
+
readonly type: "select";
|
|
1949
|
+
readonly options: readonly [{
|
|
1950
|
+
readonly label: "none";
|
|
1951
|
+
readonly value: "none";
|
|
1952
|
+
}, {
|
|
1953
|
+
readonly label: "small";
|
|
1954
|
+
readonly value: "small";
|
|
1955
|
+
}, {
|
|
1956
|
+
readonly label: "medium";
|
|
1957
|
+
readonly value: "medium";
|
|
1958
|
+
}, {
|
|
1959
|
+
readonly label: "large";
|
|
1960
|
+
readonly value: "large";
|
|
1961
|
+
}];
|
|
1962
|
+
readonly ai: {
|
|
1963
|
+
readonly instructions: "Never select none as an option";
|
|
1964
|
+
};
|
|
1965
|
+
};
|
|
1966
|
+
};
|
|
1967
|
+
readonly ai: {
|
|
1968
|
+
readonly exclude: true;
|
|
1969
|
+
};
|
|
1970
|
+
};
|
|
1971
|
+
};
|
|
1972
|
+
};
|
|
1973
|
+
export declare const headerStylesDefaults: {
|
|
1974
|
+
sectionStyle: "default";
|
|
1975
|
+
backgroundColor: string;
|
|
1976
|
+
padding: {
|
|
1977
|
+
readonly top: "medium";
|
|
1978
|
+
readonly bottom: "medium";
|
|
1979
|
+
};
|
|
1980
|
+
};
|
|
1981
|
+
export declare const metricsStylesField: {
|
|
1982
|
+
type: "object";
|
|
1983
|
+
label: string;
|
|
1984
|
+
objectFields: {
|
|
1985
|
+
className: {
|
|
1986
|
+
readonly type: "text";
|
|
1987
|
+
readonly label: "Class Name";
|
|
1988
|
+
readonly ai: {
|
|
1989
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
1990
|
+
};
|
|
1991
|
+
};
|
|
1992
|
+
style: {
|
|
1993
|
+
readonly type: "object";
|
|
1994
|
+
readonly label: "Style";
|
|
1995
|
+
readonly objectFields: {};
|
|
1996
|
+
readonly ai: {
|
|
1997
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
1998
|
+
};
|
|
1999
|
+
};
|
|
2000
|
+
css: {
|
|
2001
|
+
readonly type: "textarea";
|
|
2002
|
+
readonly label: "Custom CSS";
|
|
2003
|
+
readonly ai: {
|
|
2004
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
2005
|
+
};
|
|
2006
|
+
};
|
|
2007
|
+
sectionStyle: {
|
|
2008
|
+
readonly type: "select";
|
|
2009
|
+
readonly label: "Section Style";
|
|
2010
|
+
readonly options: readonly [{
|
|
2011
|
+
readonly label: "Default";
|
|
2012
|
+
readonly value: "default";
|
|
2013
|
+
}, {
|
|
2014
|
+
readonly label: "Dark";
|
|
2015
|
+
readonly value: "dark";
|
|
2016
|
+
}, {
|
|
2017
|
+
readonly label: "Muted";
|
|
2018
|
+
readonly value: "muted";
|
|
2019
|
+
}, {
|
|
2020
|
+
readonly label: "Inverted";
|
|
2021
|
+
readonly value: "inverted";
|
|
2022
|
+
}, {
|
|
2023
|
+
readonly label: "Custom";
|
|
2024
|
+
readonly value: "custom";
|
|
2025
|
+
}];
|
|
2026
|
+
readonly ai: {
|
|
2027
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
2028
|
+
};
|
|
2029
|
+
};
|
|
2030
|
+
backgroundColor: {
|
|
2031
|
+
readonly type: "text";
|
|
2032
|
+
readonly label: "Background Color";
|
|
2033
|
+
readonly ai: {
|
|
2034
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
2035
|
+
};
|
|
2036
|
+
};
|
|
2037
|
+
padding: {
|
|
2038
|
+
readonly type: "object";
|
|
2039
|
+
readonly objectFields: {
|
|
2040
|
+
readonly top: {
|
|
2041
|
+
readonly type: "select";
|
|
2042
|
+
readonly options: readonly [{
|
|
2043
|
+
readonly label: "none";
|
|
2044
|
+
readonly value: "none";
|
|
2045
|
+
}, {
|
|
2046
|
+
readonly label: "small";
|
|
2047
|
+
readonly value: "small";
|
|
2048
|
+
}, {
|
|
2049
|
+
readonly label: "medium";
|
|
2050
|
+
readonly value: "medium";
|
|
2051
|
+
}, {
|
|
2052
|
+
readonly label: "large";
|
|
2053
|
+
readonly value: "large";
|
|
2054
|
+
}];
|
|
2055
|
+
readonly ai: {
|
|
2056
|
+
readonly instructions: "Never select none as an option";
|
|
2057
|
+
};
|
|
2058
|
+
};
|
|
2059
|
+
readonly bottom: {
|
|
2060
|
+
readonly type: "select";
|
|
2061
|
+
readonly options: readonly [{
|
|
2062
|
+
readonly label: "none";
|
|
2063
|
+
readonly value: "none";
|
|
2064
|
+
}, {
|
|
2065
|
+
readonly label: "small";
|
|
2066
|
+
readonly value: "small";
|
|
2067
|
+
}, {
|
|
2068
|
+
readonly label: "medium";
|
|
2069
|
+
readonly value: "medium";
|
|
2070
|
+
}, {
|
|
2071
|
+
readonly label: "large";
|
|
2072
|
+
readonly value: "large";
|
|
2073
|
+
}];
|
|
2074
|
+
readonly ai: {
|
|
2075
|
+
readonly instructions: "Never select none as an option";
|
|
2076
|
+
};
|
|
2077
|
+
};
|
|
2078
|
+
};
|
|
2079
|
+
readonly ai: {
|
|
2080
|
+
readonly exclude: true;
|
|
2081
|
+
};
|
|
2082
|
+
};
|
|
2083
|
+
};
|
|
2084
|
+
};
|
|
2085
|
+
export declare const metricsStylesDefaults: {
|
|
2086
|
+
sectionStyle: "default";
|
|
2087
|
+
backgroundColor: string;
|
|
2088
|
+
padding: {
|
|
2089
|
+
readonly top: "medium";
|
|
2090
|
+
readonly bottom: "medium";
|
|
2091
|
+
};
|
|
2092
|
+
};
|
|
2093
|
+
export declare const pricingStylesField: {
|
|
2094
|
+
type: "object";
|
|
2095
|
+
label: string;
|
|
2096
|
+
objectFields: {
|
|
2097
|
+
className: {
|
|
2098
|
+
readonly type: "text";
|
|
2099
|
+
readonly label: "Class Name";
|
|
2100
|
+
readonly ai: {
|
|
2101
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
2102
|
+
};
|
|
2103
|
+
};
|
|
2104
|
+
style: {
|
|
2105
|
+
readonly type: "object";
|
|
2106
|
+
readonly label: "Style";
|
|
2107
|
+
readonly objectFields: {};
|
|
2108
|
+
readonly ai: {
|
|
2109
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
2110
|
+
};
|
|
2111
|
+
};
|
|
2112
|
+
css: {
|
|
2113
|
+
readonly type: "textarea";
|
|
2114
|
+
readonly label: "Custom CSS";
|
|
2115
|
+
readonly ai: {
|
|
2116
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
2117
|
+
};
|
|
2118
|
+
};
|
|
2119
|
+
sectionStyle: {
|
|
2120
|
+
readonly type: "select";
|
|
2121
|
+
readonly label: "Section Style";
|
|
2122
|
+
readonly options: readonly [{
|
|
2123
|
+
readonly label: "Default";
|
|
2124
|
+
readonly value: "default";
|
|
2125
|
+
}, {
|
|
2126
|
+
readonly label: "Dark";
|
|
2127
|
+
readonly value: "dark";
|
|
2128
|
+
}, {
|
|
2129
|
+
readonly label: "Muted";
|
|
2130
|
+
readonly value: "muted";
|
|
2131
|
+
}, {
|
|
2132
|
+
readonly label: "Inverted";
|
|
2133
|
+
readonly value: "inverted";
|
|
2134
|
+
}, {
|
|
2135
|
+
readonly label: "Custom";
|
|
2136
|
+
readonly value: "custom";
|
|
2137
|
+
}];
|
|
2138
|
+
readonly ai: {
|
|
2139
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
2140
|
+
};
|
|
2141
|
+
};
|
|
2142
|
+
backgroundColor: {
|
|
2143
|
+
readonly type: "text";
|
|
2144
|
+
readonly label: "Background Color";
|
|
2145
|
+
readonly ai: {
|
|
2146
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
2147
|
+
};
|
|
2148
|
+
};
|
|
2149
|
+
padding: {
|
|
2150
|
+
readonly type: "object";
|
|
2151
|
+
readonly objectFields: {
|
|
2152
|
+
readonly top: {
|
|
2153
|
+
readonly type: "select";
|
|
2154
|
+
readonly options: readonly [{
|
|
2155
|
+
readonly label: "none";
|
|
2156
|
+
readonly value: "none";
|
|
2157
|
+
}, {
|
|
2158
|
+
readonly label: "small";
|
|
2159
|
+
readonly value: "small";
|
|
2160
|
+
}, {
|
|
2161
|
+
readonly label: "medium";
|
|
2162
|
+
readonly value: "medium";
|
|
2163
|
+
}, {
|
|
2164
|
+
readonly label: "large";
|
|
2165
|
+
readonly value: "large";
|
|
2166
|
+
}];
|
|
2167
|
+
readonly ai: {
|
|
2168
|
+
readonly instructions: "Never select none as an option";
|
|
2169
|
+
};
|
|
2170
|
+
};
|
|
2171
|
+
readonly bottom: {
|
|
2172
|
+
readonly type: "select";
|
|
2173
|
+
readonly options: readonly [{
|
|
2174
|
+
readonly label: "none";
|
|
2175
|
+
readonly value: "none";
|
|
2176
|
+
}, {
|
|
2177
|
+
readonly label: "small";
|
|
2178
|
+
readonly value: "small";
|
|
2179
|
+
}, {
|
|
2180
|
+
readonly label: "medium";
|
|
2181
|
+
readonly value: "medium";
|
|
2182
|
+
}, {
|
|
2183
|
+
readonly label: "large";
|
|
2184
|
+
readonly value: "large";
|
|
2185
|
+
}];
|
|
2186
|
+
readonly ai: {
|
|
2187
|
+
readonly instructions: "Never select none as an option";
|
|
2188
|
+
};
|
|
2189
|
+
};
|
|
2190
|
+
};
|
|
2191
|
+
readonly ai: {
|
|
2192
|
+
readonly exclude: true;
|
|
2193
|
+
};
|
|
2194
|
+
};
|
|
2195
|
+
};
|
|
2196
|
+
};
|
|
2197
|
+
export declare const pricingStylesDefaults: {
|
|
2198
|
+
sectionStyle: "default";
|
|
2199
|
+
backgroundColor: string;
|
|
2200
|
+
padding: {
|
|
2201
|
+
readonly top: "medium";
|
|
2202
|
+
readonly bottom: "medium";
|
|
2203
|
+
};
|
|
2204
|
+
};
|
|
2205
|
+
export declare const teamStylesField: {
|
|
2206
|
+
type: "object";
|
|
2207
|
+
label: string;
|
|
2208
|
+
objectFields: {
|
|
2209
|
+
className: {
|
|
2210
|
+
readonly type: "text";
|
|
2211
|
+
readonly label: "Class Name";
|
|
2212
|
+
readonly ai: {
|
|
2213
|
+
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
2214
|
+
};
|
|
2215
|
+
};
|
|
2216
|
+
style: {
|
|
2217
|
+
readonly type: "object";
|
|
2218
|
+
readonly label: "Style";
|
|
2219
|
+
readonly objectFields: {};
|
|
2220
|
+
readonly ai: {
|
|
2221
|
+
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
2222
|
+
};
|
|
2223
|
+
};
|
|
2224
|
+
css: {
|
|
2225
|
+
readonly type: "textarea";
|
|
2226
|
+
readonly label: "Custom CSS";
|
|
2227
|
+
readonly ai: {
|
|
2228
|
+
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
2229
|
+
};
|
|
2230
|
+
};
|
|
2231
|
+
sectionStyle: {
|
|
2232
|
+
readonly type: "select";
|
|
2233
|
+
readonly label: "Section Style";
|
|
2234
|
+
readonly options: readonly [{
|
|
2235
|
+
readonly label: "Default";
|
|
2236
|
+
readonly value: "default";
|
|
2237
|
+
}, {
|
|
2238
|
+
readonly label: "Dark";
|
|
2239
|
+
readonly value: "dark";
|
|
2240
|
+
}, {
|
|
2241
|
+
readonly label: "Muted";
|
|
2242
|
+
readonly value: "muted";
|
|
2243
|
+
}, {
|
|
2244
|
+
readonly label: "Inverted";
|
|
2245
|
+
readonly value: "inverted";
|
|
2246
|
+
}, {
|
|
2247
|
+
readonly label: "Custom";
|
|
2248
|
+
readonly value: "custom";
|
|
2249
|
+
}];
|
|
2250
|
+
readonly ai: {
|
|
2251
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
2252
|
+
};
|
|
2253
|
+
};
|
|
2254
|
+
backgroundColor: {
|
|
2255
|
+
readonly type: "text";
|
|
2256
|
+
readonly label: "Background Color";
|
|
2257
|
+
readonly ai: {
|
|
2258
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
2259
|
+
};
|
|
2260
|
+
};
|
|
2261
|
+
padding: {
|
|
2262
|
+
readonly type: "object";
|
|
2263
|
+
readonly objectFields: {
|
|
2264
|
+
readonly top: {
|
|
2265
|
+
readonly type: "select";
|
|
2266
|
+
readonly options: readonly [{
|
|
2267
|
+
readonly label: "none";
|
|
2268
|
+
readonly value: "none";
|
|
2269
|
+
}, {
|
|
2270
|
+
readonly label: "small";
|
|
2271
|
+
readonly value: "small";
|
|
2272
|
+
}, {
|
|
2273
|
+
readonly label: "medium";
|
|
2274
|
+
readonly value: "medium";
|
|
2275
|
+
}, {
|
|
2276
|
+
readonly label: "large";
|
|
2277
|
+
readonly value: "large";
|
|
2278
|
+
}];
|
|
2279
|
+
readonly ai: {
|
|
2280
|
+
readonly instructions: "Never select none as an option";
|
|
2281
|
+
};
|
|
2282
|
+
};
|
|
2283
|
+
readonly bottom: {
|
|
2284
|
+
readonly type: "select";
|
|
2285
|
+
readonly options: readonly [{
|
|
2286
|
+
readonly label: "none";
|
|
2287
|
+
readonly value: "none";
|
|
2288
|
+
}, {
|
|
2289
|
+
readonly label: "small";
|
|
2290
|
+
readonly value: "small";
|
|
2291
|
+
}, {
|
|
2292
|
+
readonly label: "medium";
|
|
2293
|
+
readonly value: "medium";
|
|
2294
|
+
}, {
|
|
2295
|
+
readonly label: "large";
|
|
2296
|
+
readonly value: "large";
|
|
2297
|
+
}];
|
|
2298
|
+
readonly ai: {
|
|
2299
|
+
readonly instructions: "Never select none as an option";
|
|
2300
|
+
};
|
|
2301
|
+
};
|
|
2302
|
+
};
|
|
2303
|
+
readonly ai: {
|
|
2304
|
+
readonly exclude: true;
|
|
2305
|
+
};
|
|
2306
|
+
};
|
|
2307
|
+
};
|
|
2308
|
+
};
|
|
2309
|
+
export declare const teamStylesDefaults: {
|
|
2310
|
+
sectionStyle: "default";
|
|
2311
|
+
backgroundColor: string;
|
|
2312
|
+
padding: {
|
|
2313
|
+
readonly top: "medium";
|
|
2314
|
+
readonly bottom: "medium";
|
|
2315
|
+
};
|
|
2316
|
+
};
|