dune-react 0.0.21 → 0.0.23
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 +1 -0
- package/dist/components/puck-base/button.d.ts +1 -1
- package/dist/components/puck-base/button.js +5 -6
- package/dist/components/puck-base/card.d.ts +1 -1
- package/dist/components/puck-base/container.js +1 -1
- package/dist/components/puck-base/content.d.ts +1 -1
- package/dist/components/puck-base/image.js +16 -16
- package/dist/components/puck-base/index.d.ts +1 -13
- package/dist/components/puck-block/banner-sections/css-marquee-banner/css-marquee-banner.js +13 -13
- package/dist/components/puck-block/banner-sections/dismissible-banner/index.d.ts +3 -25
- package/dist/components/puck-block/banner-sections/dual-row-marquee/dual-row-marquee.js +8 -8
- package/dist/components/puck-block/banner-sections/scroll-driven-marquee/scroll-driven-marquee.js +8 -6
- package/dist/components/puck-block/banner-sections/scroll-parallax-text/scroll-parallax-text.js +3 -1
- package/dist/components/puck-block/contact-sections/centered-form/index.d.ts +1 -1
- package/dist/components/puck-block/contact-sections/contact-cards-grid/contact-cards-grid.js +1 -1
- package/dist/components/puck-block/contact-sections/contact-modal/contact-modal.js +1 -1
- package/dist/components/puck-block/contact-sections/contact-modal/index.d.ts +1 -1
- package/dist/components/puck-block/contact-sections/form-with-media/form-with-media.js +1 -1
- package/dist/components/puck-block/contact-sections/form-with-media/index.d.ts +1 -1
- package/dist/components/puck-block/contact-sections/header-form-cards/header-form-cards.js +1 -1
- package/dist/components/puck-block/contact-sections/header-form-cards/index.d.ts +1 -1
- package/dist/components/puck-block/contact-sections/header-info-fullwidth/header-info-fullwidth.js +2 -2
- package/dist/components/puck-block/contact-sections/info-cards-media/info-cards-media.js +2 -2
- package/dist/components/puck-block/contact-sections/location-cards-grid/index.d.ts +1 -1
- package/dist/components/puck-block/contact-sections/split-info-form/index.d.ts +1 -1
- package/dist/components/puck-block/contact-sections/split-info-form/split-info-form.js +1 -1
- package/dist/components/puck-block/cta-sections/feature-card-cta/index.d.ts +1 -1
- package/dist/components/puck-block/cta-sections/index.d.ts +2 -0
- package/dist/components/puck-block/cta-sections/mouse-track-cta/index.d.ts +1 -1
- package/dist/components/puck-block/cta-sections/mouse-track-cta/mouse-track-cta.js +92 -63
- package/dist/components/puck-block/cta-sections/props.js +46 -0
- package/dist/components/puck-block/cta-sections/side-media-cta/index.d.ts +1 -73
- package/dist/components/puck-block/cta-sections/side-media-cta/index.js +35 -0
- package/dist/components/puck-block/cta-sections/side-media-cta/side-media-cta.js +84 -0
- package/dist/components/puck-block/cta-sections/text-block-cta/index.d.ts +2 -74
- package/dist/components/puck-block/cta-sections/text-block-cta/index.js +38 -0
- package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.d.ts +1 -1
- package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.js +165 -0
- package/dist/components/puck-block/faq-sections/dual-column-accordion-faq/index.d.ts +1 -1
- package/dist/components/puck-block/faq-sections/icon-card-faq/index.d.ts +1 -1
- package/dist/components/puck-block/faq-sections/stacked-accordion-faq/index.d.ts +1 -1
- package/dist/components/puck-block/faq-sections/stacked-static-faq/index.d.ts +1 -1
- package/dist/components/puck-block/faq-sections/two-column-accordion-faq/index.d.ts +1 -1
- package/dist/components/puck-block/faq-sections/two-column-static-faq/index.d.ts +1 -1
- package/dist/components/puck-block/feature-sections/feature-cards-grid/component.js +1 -1
- package/dist/components/puck-block/feature-sections/feature-cards-grid/index.d.ts +2 -2
- package/dist/components/puck-block/feature-sections/feature-list-split/component.js +1 -1
- package/dist/components/puck-block/feature-sections/feature-list-split/index.d.ts +2 -2
- package/dist/components/puck-block/feature-sections/tab-feature/component.js +80 -64
- package/dist/components/puck-block/feature-sections/text-media-split/component.js +1 -1
- package/dist/components/puck-block/feature-sections/text-media-split/index.d.ts +1 -1
- package/dist/components/puck-block/feature-sections/text-only-section/index.d.ts +1 -1
- package/dist/components/puck-block/footer-sections/centered-minimal-footer/centered-minimal-footer.js +72 -18
- package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.d.ts +79 -0
- package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.js +43 -1
- package/dist/components/puck-block/footer-sections/compact-newsletter-footer/index.d.ts +42 -1
- package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.js +4 -3
- package/dist/components/puck-block/footer-sections/contact-links-footer/index.d.ts +86 -0
- package/dist/components/puck-block/footer-sections/contact-links-footer/index.js +1 -1
- package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.js +3 -2
- package/dist/components/puck-block/footer-sections/cta-links-footer/index.d.ts +38 -1
- package/dist/components/puck-block/footer-sections/cta-links-footer/index.js +1 -1
- package/dist/components/puck-block/footer-sections/links-newsletter-footer/index.d.ts +55 -1
- package/dist/components/puck-block/footer-sections/newsletter-links-footer/index.d.ts +42 -1
- package/dist/components/puck-block/footer-sections/newsletter-top-links-footer/index.d.ts +55 -1
- package/dist/components/puck-block/footer-sections/props.d.ts +3 -0
- package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/fullscreen-portfolio.js +1 -1
- package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.d.ts +25 -28
- package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.js +3 -2
- package/dist/components/puck-block/gallery-sections/interactive-portfolio/interactive-portfolio.js +1 -1
- package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +2 -2
- package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.js +1 -1
- package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +2 -2
- package/dist/components/puck-block/gallery-sections/portfolio-divider/portfolio-divider.js +68 -65
- package/dist/components/puck-block/gallery-sections/props.d.ts +11 -1
- package/dist/components/puck-block/gallery-sections/props.js +7 -2
- package/dist/components/puck-block/gallery-sections/scroll-parallax/scroll-parallax.js +18 -0
- package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.d.ts +24 -27
- package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.js +3 -2
- package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/scroll-parallax-portfolio.js +25 -22
- package/dist/components/puck-block/gallery-sections/split-carousel/index.d.ts +11 -1
- package/dist/components/puck-block/header-sections/centered-navbar/centered-navbar.js +3 -2
- package/dist/components/puck-block/header-sections/centered-navbar/index.d.ts +1 -1
- package/dist/components/puck-block/header-sections/drawer-navbar/drawer-navbar.js +119 -17
- package/dist/components/puck-block/header-sections/drawer-navbar/index.d.ts +1 -1
- package/dist/components/puck-block/header-sections/floating-bordered-navbar/floating-bordered-navbar.js +162 -22
- package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.d.ts +1 -1
- package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/fullscreen-overlay-navbar.js +143 -19
- package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.d.ts +1 -1
- package/dist/components/puck-block/header-sections/mega-menu-navbar/index.d.ts +1 -1
- package/dist/components/puck-block/header-sections/mega-menu-navbar/mega-menu-navbar.js +3 -2
- package/dist/components/puck-block/header-sections/props.d.ts +3 -0
- package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +1 -1
- package/dist/components/puck-block/header-sections/standard-navbar/standard-navbar.js +3 -2
- package/dist/components/puck-block/hero-sections/carousel-hero/component.js +50 -9
- package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/centered-hero/index.d.ts +2 -2
- package/dist/components/puck-block/hero-sections/column-scroll-hero/component.js +8 -8
- package/dist/components/puck-block/hero-sections/column-scroll-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/dual-marquee-hero/component.js +6 -6
- package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/fullscreen-hero/index.d.ts +2 -2
- package/dist/components/puck-block/hero-sections/fullscreen-video-hero/component.js +5 -3
- package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/grid-expand-hero/component.js +26 -17
- package/dist/components/puck-block/hero-sections/grid-expand-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/component.js +3 -3
- package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/inline-image-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/media-text-hero/index.d.ts +26 -29
- package/dist/components/puck-block/hero-sections/mouse-track-hero/component.js +60 -19
- package/dist/components/puck-block/hero-sections/mouse-track-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.d.ts +25 -28
- package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.js +3 -2
- package/dist/components/puck-block/hero-sections/multi-image-grid-hero/multi-image-grid-hero.js +2 -2
- package/dist/components/puck-block/hero-sections/overlapping-image-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.js +3 -3
- package/dist/components/puck-block/hero-sections/parallax-images-hero/component.js +18 -6
- package/dist/components/puck-block/hero-sections/parallax-images-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/scatter-parallax-hero/component.js +9 -7
- package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/component.js +7 -5
- package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/scroll-zoom-hero/component.js +93 -44
- package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/split-hero/index.d.ts +2 -2
- package/dist/components/puck-block/hero-sections/stacked-hero/index.d.ts +2 -2
- package/dist/components/puck-block/hero-sections/sticky-expand-hero/component.js +1 -1
- package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.d.ts +14 -6
- package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.js +2 -2
- package/dist/components/puck-block/hero-sections/sticky-video-hero/component.js +2 -2
- package/dist/components/puck-block/hero-sections/sticky-video-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/tab-hero/component.js +4 -4
- package/dist/components/puck-block/hero-sections/tab-hero/index.d.ts +28 -44
- package/dist/components/puck-block/hero-sections/tab-hero/index.js +7 -2
- package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.js +96 -46
- package/dist/components/puck-block/hero-sections/three-image-parallax-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/vertical-gallery-hero/component.js +33 -10
- package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/zoom-grid-hero/component.js +14 -12
- package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.d.ts +1 -1
- package/dist/components/puck-block/index.d.ts +2 -0
- package/dist/components/puck-block/location-sections/location-1/location.d.ts +1 -1
- package/dist/components/puck-block/location-sections/location-2/location.d.ts +1 -1
- package/dist/components/puck-block/location-sections/location-3/location.d.ts +2 -2
- package/dist/components/puck-block/location-sections/props.d.ts +1 -1
- package/dist/components/puck-block/metrics-sections/center-media-stats/center-media-stats.js +1 -1
- package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.js +1 -1
- package/dist/components/puck-block/metrics-sections/header-stats-row/index.d.ts +1 -1
- package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.d.ts +1 -1
- package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.js +2 -2
- package/dist/components/puck-block/metrics-sections/split-stats/index.d.ts +1 -1
- package/dist/components/puck-block/metrics-sections/split-stats/split-stats.js +1 -1
- package/dist/components/puck-block/metrics-sections/tab-stats/index.d.ts +0 -22
- package/dist/components/puck-block/metrics-sections/tab-stats/index.js +1 -1
- package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.js +39 -26
- package/dist/components/puck-block/pricing-sections/pricing-comparison-table/index.d.ts +47 -0
- package/dist/components/puck-block/pricing-sections/pricing-comparison-table/index.js +34 -0
- package/dist/components/puck-block/pricing-sections/single-pricing-card/index.d.ts +0 -22
- package/dist/components/puck-block/pricing-sections/single-pricing-card/index.js +1 -1
- package/dist/components/puck-block/pricing-sections/split-pricing/component.js +3 -3
- package/dist/components/puck-block/pricing-sections/split-pricing/index.d.ts +28 -22
- package/dist/components/puck-block/pricing-sections/split-pricing/index.js +8 -1
- package/dist/components/puck-block/registry.generated.d.ts +13408 -0
- package/dist/components/puck-block/registry.generated.js +558 -0
- package/dist/components/puck-block/showcase-sections/compact-timeline/index.d.ts +1 -1
- package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.d.ts +1 -1
- package/dist/components/puck-block/showcase-sections/single-column-timeline/index.d.ts +2 -2
- package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.d.ts +2 -2
- package/dist/components/puck-block/showcase-sections/tab-timeline/component.js +1 -1
- package/dist/components/puck-block/showcase-sections/tab-timeline/index.d.ts +1 -23
- package/dist/components/puck-block/showcase-sections/tab-timeline/index.js +1 -1
- package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.d.ts +2 -2
- package/dist/components/puck-block/team-sections/team-carousel/index.d.ts +1 -23
- package/dist/components/puck-block/team-sections/team-carousel/index.js +1 -2
- package/dist/components/puck-block/team-sections/team-grid/index.d.ts +1 -23
- package/dist/components/puck-block/team-sections/team-grid/index.js +1 -2
- package/dist/components/puck-block/team-sections/team-inline-card/index.d.ts +1 -23
- package/dist/components/puck-block/team-sections/team-inline-card/index.js +1 -2
- package/dist/components/puck-block/team-sections/team-two-column/index.d.ts +1 -1
- package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.js +2 -2
- package/dist/components/puck-block/testimonial-sections/sticky-testimonial/index.d.ts +1 -1
- package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.js +2 -2
- package/dist/components/puck-block/text-sections/aside-nav-content/index.d.ts +0 -22
- package/dist/components/puck-block/text-sections/aside-nav-content/index.js +1 -1
- package/dist/components/puck-block/text-sections/blog-article/index.d.ts +0 -22
- package/dist/components/puck-block/text-sections/blog-article/index.js +1 -1
- package/dist/components/puck-block/text-sections/prose-content/component.js +1 -1
- package/dist/components/puck-block/text-sections/prose-sidebar/index.d.ts +1 -23
- package/dist/components/puck-block/text-sections/side-media-content/component.js +1 -1
- package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.js +3 -3
- package/dist/components/puck-block/text-sections/text-header/index.d.ts +2 -2
- package/dist/components/puck-core/core/props/content.js +41 -1
- package/dist/components/puck-core/core/props/form.js +76 -0
- package/dist/components/puck-core/core/props/index.js +34 -0
- package/dist/components/puck-core/core/props/interactive.js +17 -0
- package/dist/components/puck-core/core/props/media.js +14 -5
- package/dist/components/puck-core/core/styles.d.ts +1 -1
- package/dist/components/{puck-base → puck-core}/core/styles.js +3 -1
- package/dist/components/{puck-base → puck-core}/core/with-editable.js +1 -1
- package/dist/components/puck-core/fields/action-field.js +1 -1
- package/dist/components/puck-core/fields/array-field.d.ts +7 -0
- package/dist/components/puck-core/fields/array-field.js +229 -0
- package/dist/components/{puck-base → puck-core}/fields/auto-field.js +11 -0
- package/dist/components/{puck-base → puck-core/fields}/image-upload-field.js +5 -5
- package/dist/components/puck-core/fields/index.d.ts +1 -0
- package/dist/components/{puck-base → puck-core}/fields/location-field.js +1 -1
- package/dist/components/{puck-base → puck-core}/fields/object-field.js +1 -1
- package/dist/components/puck-core/index.d.ts +1 -0
- package/dist/components/{puck-base → puck-core}/inline-editable.js +1 -1
- package/dist/index.js +121 -104
- package/dist/node_modules/.pnpm/@dnd-kit_accessibility@3.1.1_react@19.2.4/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +59 -0
- package/dist/node_modules/.pnpm/@dnd-kit_core@6.3.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@dnd-kit/core/dist/core.esm.js +3093 -0
- package/dist/node_modules/.pnpm/@dnd-kit_sortable@10.0.0_@dnd-kit_core@6.3.1_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +592 -0
- package/dist/node_modules/.pnpm/@dnd-kit_utilities@3.2.2_react@19.2.4/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +301 -0
- package/package.json +4 -1
- package/dist/components/puck-base/core/fields.d.ts +0 -827
- package/dist/components/puck-base/core/fields.js +0 -267
- package/dist/components/puck-base/core/hooks.d.ts +0 -19
- package/dist/components/puck-base/core/icon-catalog.d.ts +0 -14
- package/dist/components/puck-base/core/icon-catalog.js +0 -193
- package/dist/components/puck-base/core/styles.d.ts +0 -1942
- package/dist/components/puck-base/core/types.d.ts +0 -20
- package/dist/components/puck-base/core/types.js +0 -26
- package/dist/components/puck-base/core/utils.d.ts +0 -5
- package/dist/components/puck-base/core/with-editable.d.ts +0 -16
- package/dist/components/puck-base/error-boundary.d.ts +0 -4
- package/dist/components/puck-base/fields/action-field.d.ts +0 -30
- package/dist/components/puck-base/fields/action-field.js +0 -265
- package/dist/components/puck-base/fields/auto-field.d.ts +0 -2
- package/dist/components/puck-base/fields/color-field.d.ts +0 -6
- package/dist/components/puck-base/fields/index.d.ts +0 -8
- package/dist/components/puck-base/fields/location-field.d.ts +0 -44
- package/dist/components/puck-base/fields/object-field.d.ts +0 -8
- package/dist/components/puck-base/fields/radio-toggle-field.d.ts +0 -10
- package/dist/components/puck-base/fields/types.d.ts +0 -29
- package/dist/components/puck-base/fields/virtualized-select-field.d.ts +0 -13
- package/dist/components/puck-base/icon-picker-field.d.ts +0 -8
- package/dist/components/puck-base/icon-picker-field.js +0 -153
- package/dist/components/puck-base/image-upload-field.d.ts +0 -7
- package/dist/components/puck-base/inline-editable.d.ts +0 -14
- package/dist/components/puck-base/use-upload.d.ts +0 -42
- /package/dist/components/{puck-base → puck-core}/core/hooks.js +0 -0
- /package/dist/components/{puck-base → puck-core}/core/utils.js +0 -0
- /package/dist/components/{puck-base → puck-core}/error-boundary.js +0 -0
- /package/dist/components/{puck-base → puck-core}/fields/color-field.js +0 -0
- /package/dist/components/{puck-base → puck-core}/fields/radio-toggle-field.js +0 -0
- /package/dist/components/{puck-base → puck-core}/fields/virtualized-select-field.js +0 -0
- /package/dist/components/{puck-base → puck-core}/use-upload.js +0 -0
|
@@ -5,22 +5,45 @@ import { CompoundImage } from "../../../puck-base/image.js";
|
|
|
5
5
|
import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
|
|
6
6
|
import { cn } from "../../../../utils/css-utils.js";
|
|
7
7
|
const VerticalGalleryHero = (props) => {
|
|
8
|
-
const {
|
|
8
|
+
const {
|
|
9
|
+
heading,
|
|
10
|
+
description,
|
|
11
|
+
buttons = [],
|
|
12
|
+
images = [],
|
|
13
|
+
styles
|
|
14
|
+
} = {
|
|
9
15
|
...VerticalGalleryHeroDefaults,
|
|
10
16
|
...props
|
|
11
17
|
};
|
|
12
|
-
const {
|
|
18
|
+
const {
|
|
19
|
+
className: sectionClassName,
|
|
20
|
+
style: sectionStyle,
|
|
21
|
+
css
|
|
22
|
+
} = styles ?? {};
|
|
13
23
|
return /* @__PURE__ */ jsxs(
|
|
14
24
|
SectionWrapper,
|
|
15
25
|
{
|
|
16
|
-
className: cn(
|
|
26
|
+
className: cn(
|
|
27
|
+
"grid grid-cols-1 gap-y-16 pt-16 md:grid-flow-row md:pt-24 lg:grid-flow-col lg:grid-cols-2 lg:items-center lg:pt-0",
|
|
28
|
+
sectionClassName
|
|
29
|
+
),
|
|
17
30
|
style: sectionStyle,
|
|
18
31
|
css,
|
|
19
32
|
children: [
|
|
20
33
|
/* @__PURE__ */ jsxs("div", { className: "mx-[5%] max-w-[40rem] justify-self-start lg:ml-[5vw] lg:mr-20 lg:justify-self-end", children: [
|
|
21
34
|
/* @__PURE__ */ jsx("h1", { className: "mb-5 text-6xl font-bold md:mb-6 md:text-9xl lg:text-10xl", children: heading }),
|
|
22
35
|
/* @__PURE__ */ jsx("p", { className: "md:text-md", children: description }),
|
|
23
|
-
/* @__PURE__ */ jsx("div", { className: "mt-6 flex flex-wrap gap-4 md:mt-8", children: buttons.map((button, index) => /* @__PURE__ */ jsx(
|
|
36
|
+
/* @__PURE__ */ jsx("div", { className: "mt-6 flex flex-wrap gap-4 md:mt-8", children: buttons.map((button, index) => /* @__PURE__ */ jsx(
|
|
37
|
+
CompoundButton,
|
|
38
|
+
{
|
|
39
|
+
label: button.label,
|
|
40
|
+
variant: button.variant,
|
|
41
|
+
size: button.size,
|
|
42
|
+
action: button.action,
|
|
43
|
+
icon: button.icon
|
|
44
|
+
},
|
|
45
|
+
index
|
|
46
|
+
)) })
|
|
24
47
|
] }),
|
|
25
48
|
/* @__PURE__ */ jsx("div", { className: "h-[30rem] overflow-hidden pl-[5vw] pr-[5vw] md:h-[40rem] lg:h-screen lg:pl-0", children: /* @__PURE__ */ jsxs("div", { className: "grid w-full grid-cols-2 gap-x-4", children: [
|
|
26
49
|
/* @__PURE__ */ jsx("div", { className: "-mt-[120%] grid size-full animate-loop-vertically columns-2 grid-cols-1 gap-4 self-center", children: images.map((image, index) => /* @__PURE__ */ jsx("div", { className: "grid size-full grid-cols-1 gap-4", children: /* @__PURE__ */ jsx("div", { className: "relative w-full pt-[120%]", children: /* @__PURE__ */ jsx(
|
|
@@ -51,27 +74,27 @@ const VerticalGalleryHeroDefaults = {
|
|
|
51
74
|
images: [
|
|
52
75
|
{
|
|
53
76
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
54
|
-
alt: "
|
|
77
|
+
alt: "Placeholder image 1"
|
|
55
78
|
},
|
|
56
79
|
{
|
|
57
80
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
58
|
-
alt: "
|
|
81
|
+
alt: "Placeholder image 2"
|
|
59
82
|
},
|
|
60
83
|
{
|
|
61
84
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
62
|
-
alt: "
|
|
85
|
+
alt: "Placeholder image 3"
|
|
63
86
|
},
|
|
64
87
|
{
|
|
65
88
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
66
|
-
alt: "
|
|
89
|
+
alt: "Placeholder image 4"
|
|
67
90
|
},
|
|
68
91
|
{
|
|
69
92
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
70
|
-
alt: "
|
|
93
|
+
alt: "Placeholder image 5"
|
|
71
94
|
},
|
|
72
95
|
{
|
|
73
96
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
74
|
-
alt: "
|
|
97
|
+
alt: "Placeholder image 6"
|
|
75
98
|
}
|
|
76
99
|
]
|
|
77
100
|
};
|
|
@@ -6,6 +6,7 @@ import { CompoundButton } from "../../../puck-base/button.js";
|
|
|
6
6
|
import { CompoundImage } from "../../../puck-base/image.js";
|
|
7
7
|
import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
|
|
8
8
|
import { useScrollContainer } from "../../../../hooks/use-scroll-container.js";
|
|
9
|
+
import { useEditorContext } from "../../../puck-core/core/context/editor-context.js";
|
|
9
10
|
import { useScroll, useTransform, motion } from "framer-motion";
|
|
10
11
|
const ZoomGridHero = (props) => {
|
|
11
12
|
const { heading, description, buttons = [], images = [], styles } = {
|
|
@@ -13,6 +14,7 @@ const ZoomGridHero = (props) => {
|
|
|
13
14
|
...props
|
|
14
15
|
};
|
|
15
16
|
const { className: sectionClassName, style: sectionStyle, css } = styles ?? {};
|
|
17
|
+
const { isEditor } = useEditorContext();
|
|
16
18
|
const sectionRef = useRef(null);
|
|
17
19
|
const [scrollContainerRef] = useScrollContainer(sectionRef);
|
|
18
20
|
const { scrollYProgress } = useScroll(
|
|
@@ -26,7 +28,7 @@ const ZoomGridHero = (props) => {
|
|
|
26
28
|
motion.div,
|
|
27
29
|
{
|
|
28
30
|
className: "flex h-full items-center justify-center",
|
|
29
|
-
style: { opacity: opacityContent },
|
|
31
|
+
style: { opacity: isEditor ? 1 : opacityContent },
|
|
30
32
|
children: /* @__PURE__ */ jsx("div", { className: "px-[5%] py-8 md:py-12 lg:py-14", children: /* @__PURE__ */ jsxs("div", { className: "relative z-10 mx-auto max-w-lg text-center", children: [
|
|
31
33
|
/* @__PURE__ */ jsx("h1", { className: "mb-5 text-6xl font-bold text-text-alternative md:mb-6 md:text-9xl lg:text-10xl", children: heading }),
|
|
32
34
|
/* @__PURE__ */ jsx("p", { className: "text-text-alternative md:text-md", children: description }),
|
|
@@ -39,13 +41,13 @@ const ZoomGridHero = (props) => {
|
|
|
39
41
|
motion.div,
|
|
40
42
|
{
|
|
41
43
|
className: "absolute inset-0 z-10 bg-black/50",
|
|
42
|
-
style: { opacity: opacityOverlay }
|
|
44
|
+
style: { opacity: isEditor ? 0 : opacityOverlay }
|
|
43
45
|
}
|
|
44
46
|
),
|
|
45
47
|
/* @__PURE__ */ jsx(
|
|
46
48
|
motion.div,
|
|
47
49
|
{
|
|
48
|
-
style: { scale },
|
|
50
|
+
style: { scale: isEditor ? 1 : scale },
|
|
49
51
|
className: "grid size-full auto-cols-fr grid-cols-1 gap-x-4 gap-y-4 md:grid-cols-3",
|
|
50
52
|
children: images.map((image, index) => /* @__PURE__ */ jsx(
|
|
51
53
|
"div",
|
|
@@ -77,39 +79,39 @@ const ZoomGridHeroDefaults = {
|
|
|
77
79
|
images: [
|
|
78
80
|
{
|
|
79
81
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
80
|
-
alt: "
|
|
82
|
+
alt: "Placeholder image 1"
|
|
81
83
|
},
|
|
82
84
|
{
|
|
83
85
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
84
|
-
alt: "
|
|
86
|
+
alt: "Placeholder image 2"
|
|
85
87
|
},
|
|
86
88
|
{
|
|
87
89
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
88
|
-
alt: "
|
|
90
|
+
alt: "Placeholder image 3"
|
|
89
91
|
},
|
|
90
92
|
{
|
|
91
93
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
92
|
-
alt: "
|
|
94
|
+
alt: "Placeholder image 4"
|
|
93
95
|
},
|
|
94
96
|
{
|
|
95
97
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
96
|
-
alt: "
|
|
98
|
+
alt: "Placeholder image 5"
|
|
97
99
|
},
|
|
98
100
|
{
|
|
99
101
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
100
|
-
alt: "
|
|
102
|
+
alt: "Placeholder image 6"
|
|
101
103
|
},
|
|
102
104
|
{
|
|
103
105
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
104
|
-
alt: "
|
|
106
|
+
alt: "Placeholder image 7"
|
|
105
107
|
},
|
|
106
108
|
{
|
|
107
109
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
108
|
-
alt: "
|
|
110
|
+
alt: "Placeholder image 8"
|
|
109
111
|
},
|
|
110
112
|
{
|
|
111
113
|
src: "https://picsum.photos/seed/hero-square/1200/1200",
|
|
112
|
-
alt: "
|
|
114
|
+
alt: "Placeholder image 9"
|
|
113
115
|
}
|
|
114
116
|
]
|
|
115
117
|
};
|
|
@@ -13,3 +13,5 @@ export * from "./text-sections";
|
|
|
13
13
|
export * from "./showcase-sections";
|
|
14
14
|
export * from "./team-sections";
|
|
15
15
|
export * from "./footer-sections";
|
|
16
|
+
export { confMap, categories, sectionsMap, buildComponents, getComponentDefaultProps } from "./registry.generated";
|
|
17
|
+
export type { ComponentName, ComponentProps } from "./registry.generated";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CompoundContainerProps } from "@/components/puck-base/container";
|
|
2
2
|
import { CompoundButtonProps } from "@/components/puck-base/button";
|
|
3
|
-
import type { MapLocation } from "@/components/puck-
|
|
3
|
+
import type { MapLocation } from "@/components/puck-core/core/fields";
|
|
4
4
|
interface LocationButton extends Omit<CompoundButtonProps, "label"> {
|
|
5
5
|
label?: string;
|
|
6
6
|
url?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CompoundContainerProps } from "@/components/puck-base/container";
|
|
2
2
|
import { CompoundButtonProps } from "@/components/puck-base/button";
|
|
3
|
-
import type { MapLocation } from "@/components/puck-
|
|
3
|
+
import type { MapLocation } from "@/components/puck-core/core/fields";
|
|
4
4
|
interface LocationButton extends Omit<CompoundButtonProps, "label"> {
|
|
5
5
|
label?: string;
|
|
6
6
|
url?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CompoundContainerProps } from "@/components/puck-base/container";
|
|
2
|
-
import type { Action } from "@/components/puck-
|
|
3
|
-
import type { MapLocation } from "@/components/puck-
|
|
2
|
+
import type { Action } from "@/components/puck-core/core/types";
|
|
3
|
+
import type { MapLocation } from "@/components/puck-core/core/fields";
|
|
4
4
|
export interface LocationEntry {
|
|
5
5
|
name: string;
|
|
6
6
|
location?: MapLocation;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { MapLocation } from "@/components/puck-
|
|
1
|
+
import type { MapLocation } from "@/components/puck-core/core/fields";
|
|
2
2
|
type LocationVariant = "location-1" | "location-2" | "location-3";
|
|
3
3
|
type LocationPadding = {
|
|
4
4
|
top?: "none" | "small" | "medium" | "large";
|
|
@@ -86,7 +86,7 @@ const MixedGridStatsDefaults = {
|
|
|
86
86
|
{
|
|
87
87
|
image: {
|
|
88
88
|
src: "https://picsum.photos/seed/stats-card1/800/600",
|
|
89
|
-
alt: "
|
|
89
|
+
alt: "Placeholder image"
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -102,7 +102,7 @@ const MixedGridStatsDefaults = {
|
|
|
102
102
|
{
|
|
103
103
|
image: {
|
|
104
104
|
src: "https://picsum.photos/seed/stats-card2/800/600",
|
|
105
|
-
alt: "
|
|
105
|
+
alt: "Placeholder image"
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
],
|
|
@@ -61,28 +61,6 @@ declare const conf: {
|
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
63
|
url: {
|
|
64
|
-
className: {
|
|
65
|
-
readonly type: "text";
|
|
66
|
-
readonly label: "Class Name";
|
|
67
|
-
readonly ai: {
|
|
68
|
-
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
style: {
|
|
72
|
-
readonly type: "object";
|
|
73
|
-
readonly label: "Style";
|
|
74
|
-
readonly objectFields: {};
|
|
75
|
-
readonly ai: {
|
|
76
|
-
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
css: {
|
|
80
|
-
readonly type: "textarea";
|
|
81
|
-
readonly label: "Custom CSS";
|
|
82
|
-
readonly ai: {
|
|
83
|
-
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
64
|
type: string;
|
|
87
65
|
};
|
|
88
66
|
};
|
|
@@ -19,7 +19,12 @@ const TabStats = (props) => {
|
|
|
19
19
|
...TabStatsDefaults,
|
|
20
20
|
...props
|
|
21
21
|
};
|
|
22
|
-
const {
|
|
22
|
+
const {
|
|
23
|
+
className: sectionClassName,
|
|
24
|
+
style: sectionStyle,
|
|
25
|
+
css,
|
|
26
|
+
mediaPosition = "left"
|
|
27
|
+
} = styles ?? {};
|
|
23
28
|
const isMediaLeft = mediaPosition === "left";
|
|
24
29
|
const mediaPanel = /* @__PURE__ */ jsx("div", { className: "max-size-full flex items-center justify-center overflow-hidden", children: tabs.map((tab) => /* @__PURE__ */ jsx(
|
|
25
30
|
TabsContent,
|
|
@@ -54,7 +59,7 @@ const TabStats = (props) => {
|
|
|
54
59
|
},
|
|
55
60
|
tab.value
|
|
56
61
|
)) });
|
|
57
|
-
const tabTriggers = /* @__PURE__ */ jsx(TabsList, { className: "grid grid-cols-1 items-center gap-x-4 gap-y-10", children: tabs.map((tab, index) => /* @__PURE__ */ jsxs(
|
|
62
|
+
const tabTriggers = /* @__PURE__ */ jsx(TabsList, { className: "grid grid-cols-1 h-full! w-full! items-center gap-x-4 gap-y-10", children: tabs.map((tab, index) => /* @__PURE__ */ jsxs(
|
|
58
63
|
TabsTrigger,
|
|
59
64
|
{
|
|
60
65
|
value: tab.value,
|
|
@@ -67,27 +72,35 @@ const TabStats = (props) => {
|
|
|
67
72
|
},
|
|
68
73
|
index
|
|
69
74
|
)) });
|
|
70
|
-
return /* @__PURE__ */ jsx(
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
75
|
+
return /* @__PURE__ */ jsx(
|
|
76
|
+
SectionWrapper,
|
|
77
|
+
{
|
|
78
|
+
className: cn("px-[5%] py-8 md:py-12 lg:py-14", sectionClassName),
|
|
79
|
+
style: sectionStyle,
|
|
80
|
+
css,
|
|
81
|
+
children: /* @__PURE__ */ jsxs("div", { className: "container flex flex-col items-start", children: [
|
|
82
|
+
/* @__PURE__ */ jsxs("div", { className: "rb-12 mb-12 w-full max-w-lg md:mb-18 lg:mb-20", children: [
|
|
83
|
+
/* @__PURE__ */ jsx("p", { className: "mb-3 font-semibold md:mb-4", children: tagline }),
|
|
84
|
+
/* @__PURE__ */ jsx("h1", { className: "mb-5 text-5xl font-bold md:mb-6 md:text-7xl lg:text-8xl", children: heading }),
|
|
85
|
+
/* @__PURE__ */ jsx("p", { className: "md:text-md", children: description })
|
|
86
|
+
] }),
|
|
87
|
+
/* @__PURE__ */ jsx(
|
|
88
|
+
Tabs,
|
|
89
|
+
{
|
|
90
|
+
defaultValue: defaultTabValue,
|
|
91
|
+
className: "grid grid-cols-1 items-center gap-y-12 md:grid-cols-2 md:gap-x-12 lg:gap-x-20",
|
|
92
|
+
children: isMediaLeft ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
93
|
+
mediaPanel,
|
|
94
|
+
tabTriggers
|
|
95
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
96
|
+
tabTriggers,
|
|
97
|
+
mediaPanel
|
|
98
|
+
] })
|
|
99
|
+
}
|
|
100
|
+
)
|
|
101
|
+
] })
|
|
102
|
+
}
|
|
103
|
+
);
|
|
91
104
|
};
|
|
92
105
|
const TabStatsDefaults = {
|
|
93
106
|
tagline: "Tagline",
|
|
@@ -102,7 +115,7 @@ const TabStatsDefaults = {
|
|
|
102
115
|
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
|
|
103
116
|
image: {
|
|
104
117
|
src: "https://picsum.photos/seed/stats-tab1/800/600",
|
|
105
|
-
alt: "
|
|
118
|
+
alt: "Placeholder image 1"
|
|
106
119
|
}
|
|
107
120
|
},
|
|
108
121
|
{
|
|
@@ -113,7 +126,7 @@ const TabStatsDefaults = {
|
|
|
113
126
|
video: {
|
|
114
127
|
image: {
|
|
115
128
|
src: "https://picsum.photos/seed/stats-tab2/800/600",
|
|
116
|
-
alt: "
|
|
129
|
+
alt: "Placeholder image 2"
|
|
117
130
|
},
|
|
118
131
|
url: "https://www.youtube.com/embed/8DKLYsikxTs?si=Ch9W0KrDWWUiCMMW"
|
|
119
132
|
}
|
|
@@ -125,7 +138,7 @@ const TabStatsDefaults = {
|
|
|
125
138
|
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
|
|
126
139
|
image: {
|
|
127
140
|
src: "https://picsum.photos/seed/stats-tab3/800/600",
|
|
128
|
-
alt: "
|
|
141
|
+
alt: "Placeholder image 3"
|
|
129
142
|
}
|
|
130
143
|
}
|
|
131
144
|
],
|
|
@@ -43,6 +43,53 @@ declare const conf: {
|
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
|
+
defaultTabValue: {
|
|
47
|
+
type: "radio";
|
|
48
|
+
label: string;
|
|
49
|
+
options: {
|
|
50
|
+
label: string;
|
|
51
|
+
value: string;
|
|
52
|
+
}[];
|
|
53
|
+
};
|
|
54
|
+
tabs: {
|
|
55
|
+
type: "array";
|
|
56
|
+
label: string;
|
|
57
|
+
getItemSummary: (item: {
|
|
58
|
+
tabName?: string;
|
|
59
|
+
}, index?: number) => string;
|
|
60
|
+
arrayFields: {
|
|
61
|
+
value: {
|
|
62
|
+
type: "radio";
|
|
63
|
+
label: string;
|
|
64
|
+
options: {
|
|
65
|
+
label: string;
|
|
66
|
+
value: string;
|
|
67
|
+
}[];
|
|
68
|
+
};
|
|
69
|
+
tabName: {
|
|
70
|
+
type: "text";
|
|
71
|
+
label: string;
|
|
72
|
+
};
|
|
73
|
+
pricingPlans: {
|
|
74
|
+
type: "array";
|
|
75
|
+
label: string;
|
|
76
|
+
getItemSummary: (item: {
|
|
77
|
+
planName?: string;
|
|
78
|
+
}, index?: number) => string;
|
|
79
|
+
arrayFields: {
|
|
80
|
+
planName: {
|
|
81
|
+
type: "text";
|
|
82
|
+
};
|
|
83
|
+
monthlyPrice: {
|
|
84
|
+
type: "text";
|
|
85
|
+
};
|
|
86
|
+
description: {
|
|
87
|
+
type: "textarea";
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
};
|
|
46
93
|
styles: {
|
|
47
94
|
type: string;
|
|
48
95
|
label: string;
|
|
@@ -23,6 +23,40 @@ const conf = {
|
|
|
23
23
|
title: { type: "text" }
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
+
defaultTabValue: {
|
|
27
|
+
type: "radio",
|
|
28
|
+
label: "Default Tab",
|
|
29
|
+
options: [
|
|
30
|
+
{ label: "Monthly", value: "monthly" },
|
|
31
|
+
{ label: "Yearly", value: "yearly" }
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
tabs: {
|
|
35
|
+
type: "array",
|
|
36
|
+
label: "Tabs",
|
|
37
|
+
getItemSummary: (item, index = 0) => item.tabName || `Tab ${index + 1}`,
|
|
38
|
+
arrayFields: {
|
|
39
|
+
value: {
|
|
40
|
+
type: "radio",
|
|
41
|
+
label: "Billing",
|
|
42
|
+
options: [
|
|
43
|
+
{ label: "Monthly", value: "monthly" },
|
|
44
|
+
{ label: "Yearly", value: "yearly" }
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
tabName: { type: "text", label: "Tab Name" },
|
|
48
|
+
pricingPlans: {
|
|
49
|
+
type: "array",
|
|
50
|
+
label: "Pricing Plans",
|
|
51
|
+
getItemSummary: (item, index = 0) => item.planName || `Plan ${index + 1}`,
|
|
52
|
+
arrayFields: {
|
|
53
|
+
planName: { type: "text" },
|
|
54
|
+
monthlyPrice: { type: "text" },
|
|
55
|
+
description: { type: "textarea" }
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
26
60
|
styles: {
|
|
27
61
|
type: "object",
|
|
28
62
|
label: "Styles",
|
|
@@ -20,28 +20,6 @@ declare const conf: {
|
|
|
20
20
|
label: string;
|
|
21
21
|
objectFields: {
|
|
22
22
|
planName: {
|
|
23
|
-
className: {
|
|
24
|
-
readonly type: "text";
|
|
25
|
-
readonly label: "Class Name";
|
|
26
|
-
readonly ai: {
|
|
27
|
-
readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
style: {
|
|
31
|
-
readonly type: "object";
|
|
32
|
-
readonly label: "Style";
|
|
33
|
-
readonly objectFields: {};
|
|
34
|
-
readonly ai: {
|
|
35
|
-
readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
css: {
|
|
39
|
-
readonly type: "textarea";
|
|
40
|
-
readonly label: "Custom CSS";
|
|
41
|
-
readonly ai: {
|
|
42
|
-
readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
23
|
type: string;
|
|
46
24
|
};
|
|
47
25
|
monthlyPrice: {
|
|
@@ -53,17 +53,17 @@ const SplitPricingDefaults = {
|
|
|
53
53
|
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.",
|
|
54
54
|
featureSections: [
|
|
55
55
|
{
|
|
56
|
-
icon: { src: "https://
|
|
56
|
+
icon: { src: "https://file.springbrand.ai/web_assets/template-logo.svg", alt: "Logo 1" },
|
|
57
57
|
heading: "Key feature heading",
|
|
58
58
|
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique."
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
icon: { src: "https://
|
|
61
|
+
icon: { src: "https://file.springbrand.ai/web_assets/template-logo.svg", alt: "Logo 2" },
|
|
62
62
|
heading: "Key feature heading",
|
|
63
63
|
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique."
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
icon: { src: "https://
|
|
66
|
+
icon: { src: "https://file.springbrand.ai/web_assets/template-logo.svg", alt: "Logo 3" },
|
|
67
67
|
heading: "Key feature heading",
|
|
68
68
|
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique."
|
|
69
69
|
}
|