dune-react 0.0.29 → 0.0.30

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.
Files changed (418) hide show
  1. package/dist/components/index.d.ts +5 -0
  2. package/dist/components/puck-base/article-card.d.ts +10 -0
  3. package/dist/components/puck-base/badge.d.ts +10 -0
  4. package/dist/components/puck-base/button.d.ts +13 -0
  5. package/dist/components/puck-base/card.d.ts +13 -0
  6. package/dist/components/puck-base/container.d.ts +24 -0
  7. package/dist/components/puck-base/content.d.ts +14 -0
  8. package/dist/components/puck-base/field.d.ts +9 -0
  9. package/dist/components/puck-base/form.d.ts +12 -0
  10. package/dist/components/puck-base/gradient-text.d.ts +10 -0
  11. package/dist/components/puck-base/image.d.ts +6 -0
  12. package/dist/components/puck-base/index.d.ts +11 -0
  13. package/dist/components/puck-base/navigation-menu.d.ts +18 -0
  14. package/dist/components/puck-base/safe-dynamic-icon.d.ts +7 -0
  15. package/dist/components/puck-block/banner-sections/css-marquee-banner/css-marquee-banner.d.ts +4 -0
  16. package/dist/components/puck-block/banner-sections/css-marquee-banner/index.d.ts +90 -0
  17. package/dist/components/puck-block/banner-sections/dismissible-banner/dismissible-banner.d.ts +4 -0
  18. package/dist/components/puck-block/banner-sections/dismissible-banner/index.d.ts +254 -0
  19. package/dist/components/puck-block/banner-sections/dual-row-marquee/dual-row-marquee.d.ts +4 -0
  20. package/dist/components/puck-block/banner-sections/dual-row-marquee/index.d.ts +53 -0
  21. package/dist/components/puck-block/banner-sections/index.d.ts +4 -0
  22. package/dist/components/puck-block/banner-sections/props.d.ts +122 -0
  23. package/dist/components/puck-block/banner-sections/scroll-driven-marquee/index.d.ts +19 -0
  24. package/dist/components/puck-block/banner-sections/scroll-driven-marquee/scroll-driven-marquee.d.ts +4 -0
  25. package/dist/components/puck-block/banner-sections/scroll-parallax-text/index.d.ts +19 -0
  26. package/dist/components/puck-block/banner-sections/scroll-parallax-text/scroll-parallax-text.d.ts +4 -0
  27. package/dist/components/puck-block/contact-sections/_template/contact-us.d.ts +38 -0
  28. package/dist/components/puck-block/contact-sections/_template/index.d.ts +5 -0
  29. package/dist/components/puck-block/contact-sections/api/form-leads.d.ts +16 -0
  30. package/dist/components/puck-block/contact-sections/centered-form/centered-form.d.ts +4 -0
  31. package/dist/components/puck-block/contact-sections/centered-form/index.d.ts +127 -0
  32. package/dist/components/puck-block/contact-sections/contact-cards-grid/contact-cards-grid.d.ts +4 -0
  33. package/dist/components/puck-block/contact-sections/contact-cards-grid/index.d.ts +112 -0
  34. package/dist/components/puck-block/contact-sections/contact-modal/contact-modal.d.ts +4 -0
  35. package/dist/components/puck-block/contact-sections/contact-modal/index.d.ts +127 -0
  36. package/dist/components/puck-block/contact-sections/form-with-media/form-with-media.d.ts +4 -0
  37. package/dist/components/puck-block/contact-sections/form-with-media/index.d.ts +136 -0
  38. package/dist/components/puck-block/contact-sections/header-form-cards/header-form-cards.d.ts +4 -0
  39. package/dist/components/puck-block/contact-sections/header-form-cards/index.d.ts +134 -0
  40. package/dist/components/puck-block/contact-sections/header-info-fullwidth/header-info-fullwidth.d.ts +4 -0
  41. package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.d.ts +88 -0
  42. package/dist/components/puck-block/contact-sections/index.d.ts +10 -0
  43. package/dist/components/puck-block/contact-sections/info-cards-media/index.d.ts +88 -0
  44. package/dist/components/puck-block/contact-sections/info-cards-media/info-cards-media.d.ts +4 -0
  45. package/dist/components/puck-block/contact-sections/location-cards-grid/index.d.ts +165 -0
  46. package/dist/components/puck-block/contact-sections/location-cards-grid/location-cards-grid.d.ts +4 -0
  47. package/dist/components/puck-block/contact-sections/props.d.ts +155 -0
  48. package/dist/components/puck-block/contact-sections/split-info-form/index.d.ts +125 -0
  49. package/dist/components/puck-block/contact-sections/split-info-form/split-info-form.d.ts +4 -0
  50. package/dist/components/puck-block/contact-sections/tab-locations/index.d.ts +97 -0
  51. package/dist/components/puck-block/contact-sections/tab-locations/tab-locations.d.ts +4 -0
  52. package/dist/components/puck-block/contact-sections/use-contact-form.d.ts +20 -0
  53. package/dist/components/puck-block/cta-sections/feature-card-cta/feature-card-cta.d.ts +13 -0
  54. package/dist/components/puck-block/cta-sections/feature-card-cta/index.d.ts +155 -0
  55. package/dist/components/puck-block/cta-sections/index.d.ts +4 -0
  56. package/dist/components/puck-block/cta-sections/mouse-track-cta/index.d.ts +83 -0
  57. package/dist/components/puck-block/cta-sections/mouse-track-cta/mouse-track-cta.d.ts +15 -0
  58. package/dist/components/puck-block/cta-sections/props.d.ts +143 -0
  59. package/dist/components/puck-block/cta-sections/side-media-cta/index.d.ts +165 -0
  60. package/dist/components/puck-block/cta-sections/side-media-cta/side-media-cta.d.ts +4 -0
  61. package/dist/components/puck-block/cta-sections/text-block-cta/index.d.ts +227 -0
  62. package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.d.ts +8 -0
  63. package/dist/components/puck-block/faq-sections/dual-column-accordion-faq/dual-column-accordion-faq.d.ts +4 -0
  64. package/dist/components/puck-block/faq-sections/dual-column-accordion-faq/index.d.ts +138 -0
  65. package/dist/components/puck-block/faq-sections/icon-card-faq/icon-card-faq.d.ts +12 -0
  66. package/dist/components/puck-block/faq-sections/icon-card-faq/index.d.ts +108 -0
  67. package/dist/components/puck-block/faq-sections/index.d.ts +6 -0
  68. package/dist/components/puck-block/faq-sections/props.d.ts +87 -0
  69. package/dist/components/puck-block/faq-sections/stacked-accordion-faq/index.d.ts +160 -0
  70. package/dist/components/puck-block/faq-sections/stacked-accordion-faq/stacked-accordion-faq.d.ts +4 -0
  71. package/dist/components/puck-block/faq-sections/stacked-static-faq/index.d.ts +163 -0
  72. package/dist/components/puck-block/faq-sections/stacked-static-faq/stacked-static-faq.d.ts +4 -0
  73. package/dist/components/puck-block/faq-sections/two-column-accordion-faq/index.d.ts +130 -0
  74. package/dist/components/puck-block/faq-sections/two-column-accordion-faq/two-column-accordion-faq.d.ts +4 -0
  75. package/dist/components/puck-block/faq-sections/two-column-static-faq/index.d.ts +91 -0
  76. package/dist/components/puck-block/faq-sections/two-column-static-faq/two-column-static-faq.d.ts +4 -0
  77. package/dist/components/puck-block/feature-sections/feature-cards-grid/component.d.ts +14 -0
  78. package/dist/components/puck-block/feature-sections/feature-cards-grid/index.d.ts +246 -0
  79. package/dist/components/puck-block/feature-sections/feature-list-split/component.d.ts +14 -0
  80. package/dist/components/puck-block/feature-sections/feature-list-split/index.d.ts +246 -0
  81. package/dist/components/puck-block/feature-sections/index.d.ts +5 -0
  82. package/dist/components/puck-block/feature-sections/props.d.ts +150 -0
  83. package/dist/components/puck-block/feature-sections/tab-feature/component.d.ts +16 -0
  84. package/dist/components/puck-block/feature-sections/tab-feature/index.d.ts +43 -0
  85. package/dist/components/puck-block/feature-sections/text-media-split/component.d.ts +4 -0
  86. package/dist/components/puck-block/feature-sections/text-media-split/index.d.ts +209 -0
  87. package/dist/components/puck-block/feature-sections/text-only-section/component.d.ts +14 -0
  88. package/dist/components/puck-block/feature-sections/text-only-section/index.d.ts +209 -0
  89. package/dist/components/puck-block/footer-sections/centered-minimal-footer/centered-minimal-footer.d.ts +4 -0
  90. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.d.ts +102 -0
  91. package/dist/components/puck-block/footer-sections/compact-newsletter-footer/compact-newsletter-footer.d.ts +4 -0
  92. package/dist/components/puck-block/footer-sections/compact-newsletter-footer/index.d.ts +164 -0
  93. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.d.ts +4 -0
  94. package/dist/components/puck-block/footer-sections/contact-links-footer/index.d.ts +159 -0
  95. package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.d.ts +4 -0
  96. package/dist/components/puck-block/footer-sections/cta-links-footer/index.d.ts +186 -0
  97. package/dist/components/puck-block/footer-sections/index.d.ts +3 -0
  98. package/dist/components/puck-block/footer-sections/links-newsletter-footer/index.d.ts +184 -0
  99. package/dist/components/puck-block/footer-sections/links-newsletter-footer/links-newsletter-footer.d.ts +4 -0
  100. package/dist/components/puck-block/footer-sections/newsletter-links-footer/index.d.ts +179 -0
  101. package/dist/components/puck-block/footer-sections/newsletter-links-footer/newsletter-links-footer.d.ts +4 -0
  102. package/dist/components/puck-block/footer-sections/newsletter-top-links-footer/index.d.ts +195 -0
  103. package/dist/components/puck-block/footer-sections/newsletter-top-links-footer/newsletter-top-links-footer.d.ts +4 -0
  104. package/dist/components/puck-block/footer-sections/props.d.ts +100 -0
  105. package/dist/components/puck-block/gallery-sections/asymmetric-grid/asymmetric-grid.d.ts +4 -0
  106. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.d.ts +75 -0
  107. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/fullscreen-portfolio.d.ts +4 -0
  108. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.d.ts +126 -0
  109. package/dist/components/puck-block/gallery-sections/image-carousel/image-carousel.d.ts +4 -0
  110. package/dist/components/puck-block/gallery-sections/image-carousel/index.d.ts +136 -0
  111. package/dist/components/puck-block/gallery-sections/index.d.ts +11 -0
  112. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.d.ts +83 -0
  113. package/dist/components/puck-block/gallery-sections/interactive-portfolio/interactive-portfolio.d.ts +4 -0
  114. package/dist/components/puck-block/gallery-sections/masonry-grid/index.d.ts +84 -0
  115. package/dist/components/puck-block/gallery-sections/masonry-grid/masonry-grid.d.ts +4 -0
  116. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +249 -0
  117. package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.d.ts +4 -0
  118. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +198 -0
  119. package/dist/components/puck-block/gallery-sections/portfolio-divider/portfolio-divider.d.ts +4 -0
  120. package/dist/components/puck-block/gallery-sections/props.d.ts +275 -0
  121. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.d.ts +36 -0
  122. package/dist/components/puck-block/gallery-sections/scroll-parallax/scroll-parallax.d.ts +4 -0
  123. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.d.ts +98 -0
  124. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/scroll-parallax-portfolio.d.ts +4 -0
  125. package/dist/components/puck-block/gallery-sections/split-carousel/index.d.ts +78 -0
  126. package/dist/components/puck-block/gallery-sections/split-carousel/split-carousel.d.ts +4 -0
  127. package/dist/components/puck-block/gallery-sections/static-grid/index.d.ts +95 -0
  128. package/dist/components/puck-block/gallery-sections/static-grid/static-grid.d.ts +4 -0
  129. package/dist/components/puck-block/header-sections/centered-navbar/centered-navbar.d.ts +4 -0
  130. package/dist/components/puck-block/header-sections/centered-navbar/index.d.ts +114 -0
  131. package/dist/components/puck-block/header-sections/drawer-navbar/drawer-navbar.d.ts +4 -0
  132. package/dist/components/puck-block/header-sections/drawer-navbar/index.d.ts +114 -0
  133. package/dist/components/puck-block/header-sections/floating-bordered-navbar/floating-bordered-navbar.d.ts +4 -0
  134. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.d.ts +129 -0
  135. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/fullscreen-overlay-navbar.d.ts +4 -0
  136. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.d.ts +138 -0
  137. package/dist/components/puck-block/header-sections/index.d.ts +6 -0
  138. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.d.ts +165 -0
  139. package/dist/components/puck-block/header-sections/mega-menu-navbar/mega-menu-navbar.d.ts +4 -0
  140. package/dist/components/puck-block/header-sections/props.d.ts +107 -0
  141. package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +156 -0
  142. package/dist/components/puck-block/header-sections/standard-navbar/standard-navbar.d.ts +4 -0
  143. package/dist/components/puck-block/hero-sections/carousel-hero/component.d.ts +9 -0
  144. package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +121 -0
  145. package/dist/components/puck-block/hero-sections/centered-hero/centered-hero.d.ts +4 -0
  146. package/dist/components/puck-block/hero-sections/centered-hero/index.d.ts +212 -0
  147. package/dist/components/puck-block/hero-sections/column-scroll-hero/component.d.ts +9 -0
  148. package/dist/components/puck-block/hero-sections/column-scroll-hero/index.d.ts +132 -0
  149. package/dist/components/puck-block/hero-sections/dual-marquee-hero/component.d.ts +4 -0
  150. package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.d.ts +115 -0
  151. package/dist/components/puck-block/hero-sections/fullscreen-hero/fullscreen-hero.d.ts +4 -0
  152. package/dist/components/puck-block/hero-sections/fullscreen-hero/index.d.ts +269 -0
  153. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/component.d.ts +4 -0
  154. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.d.ts +118 -0
  155. package/dist/components/puck-block/hero-sections/grid-expand-hero/component.d.ts +4 -0
  156. package/dist/components/puck-block/hero-sections/grid-expand-hero/index.d.ts +173 -0
  157. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/component.d.ts +4 -0
  158. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.d.ts +115 -0
  159. package/dist/components/puck-block/hero-sections/index.d.ts +20 -0
  160. package/dist/components/puck-block/hero-sections/inline-image-hero/index.d.ts +151 -0
  161. package/dist/components/puck-block/hero-sections/inline-image-hero/inline-image-hero.d.ts +12 -0
  162. package/dist/components/puck-block/hero-sections/media-text-hero/index.d.ts +243 -0
  163. package/dist/components/puck-block/hero-sections/media-text-hero/media-text-hero.d.ts +4 -0
  164. package/dist/components/puck-block/hero-sections/mouse-track-hero/component.d.ts +9 -0
  165. package/dist/components/puck-block/hero-sections/mouse-track-hero/index.d.ts +132 -0
  166. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.d.ts +171 -0
  167. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/multi-image-grid-hero.d.ts +4 -0
  168. package/dist/components/puck-block/hero-sections/overlapping-image-hero/index.d.ts +195 -0
  169. package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.d.ts +10 -0
  170. package/dist/components/puck-block/hero-sections/parallax-images-hero/component.d.ts +4 -0
  171. package/dist/components/puck-block/hero-sections/parallax-images-hero/index.d.ts +115 -0
  172. package/dist/components/puck-block/hero-sections/props.d.ts +237 -0
  173. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/component.d.ts +4 -0
  174. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.d.ts +115 -0
  175. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/component.d.ts +4 -0
  176. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.d.ts +118 -0
  177. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/component.d.ts +4 -0
  178. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.d.ts +160 -0
  179. package/dist/components/puck-block/hero-sections/split-hero/index.d.ts +263 -0
  180. package/dist/components/puck-block/hero-sections/split-hero/split-hero.d.ts +4 -0
  181. package/dist/components/puck-block/hero-sections/stacked-hero/index.d.ts +246 -0
  182. package/dist/components/puck-block/hero-sections/stacked-hero/stacked-hero.d.ts +4 -0
  183. package/dist/components/puck-block/hero-sections/sticky-expand-hero/component.d.ts +4 -0
  184. package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.d.ts +115 -0
  185. package/dist/components/puck-block/hero-sections/sticky-video-hero/component.d.ts +8 -0
  186. package/dist/components/puck-block/hero-sections/sticky-video-hero/index.d.ts +166 -0
  187. package/dist/components/puck-block/hero-sections/tab-hero/component.d.ts +24 -0
  188. package/dist/components/puck-block/hero-sections/tab-hero/index.d.ts +87 -0
  189. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.d.ts +10 -0
  190. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/index.d.ts +174 -0
  191. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/component.d.ts +4 -0
  192. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.d.ts +115 -0
  193. package/dist/components/puck-block/hero-sections/zoom-grid-hero/component.d.ts +4 -0
  194. package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.d.ts +115 -0
  195. package/dist/components/puck-block/index.d.ts +18 -0
  196. package/dist/components/puck-block/location-sections/index.d.ts +3 -0
  197. package/dist/components/puck-block/location-sections/location-1/index.d.ts +5 -0
  198. package/dist/components/puck-block/location-sections/location-1/location.d.ts +27 -0
  199. package/dist/components/puck-block/location-sections/location-2/index.d.ts +5 -0
  200. package/dist/components/puck-block/location-sections/location-2/location.d.ts +29 -0
  201. package/dist/components/puck-block/location-sections/location-3/index.d.ts +5 -0
  202. package/dist/components/puck-block/location-sections/location-3/location.d.ts +26 -0
  203. package/dist/components/puck-block/location-sections/props.d.ts +44 -0
  204. package/dist/components/puck-block/metrics-sections/center-media-stats/center-media-stats.d.ts +4 -0
  205. package/dist/components/puck-block/metrics-sections/center-media-stats/index.d.ts +111 -0
  206. package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.d.ts +4 -0
  207. package/dist/components/puck-block/metrics-sections/header-stats-row/index.d.ts +193 -0
  208. package/dist/components/puck-block/metrics-sections/index.d.ts +5 -0
  209. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.d.ts +184 -0
  210. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.d.ts +13 -0
  211. package/dist/components/puck-block/metrics-sections/props.d.ts +127 -0
  212. package/dist/components/puck-block/metrics-sections/split-stats/index.d.ts +193 -0
  213. package/dist/components/puck-block/metrics-sections/split-stats/split-stats.d.ts +4 -0
  214. package/dist/components/puck-block/metrics-sections/tab-stats/index.d.ts +113 -0
  215. package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.d.ts +19 -0
  216. package/dist/components/puck-block/pricing-sections/index.d.ts +6 -0
  217. package/dist/components/puck-block/pricing-sections/pricing-card-grid/component.d.ts +15 -0
  218. package/dist/components/puck-block/pricing-sections/pricing-card-grid/index.d.ts +101 -0
  219. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/component.d.ts +31 -0
  220. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/index.d.ts +158 -0
  221. package/dist/components/puck-block/pricing-sections/props.d.ts +91 -0
  222. package/dist/components/puck-block/pricing-sections/single-pricing-card/component.d.ts +17 -0
  223. package/dist/components/puck-block/pricing-sections/single-pricing-card/index.d.ts +88 -0
  224. package/dist/components/puck-block/pricing-sections/split-pricing/component.d.ts +21 -0
  225. package/dist/components/puck-block/pricing-sections/split-pricing/index.d.ts +79 -0
  226. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/component.d.ts +24 -0
  227. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/index.d.ts +99 -0
  228. package/dist/components/puck-block/pricing-sections/tab-single-pricing/component.d.ts +23 -0
  229. package/dist/components/puck-block/pricing-sections/tab-single-pricing/index.d.ts +88 -0
  230. package/dist/components/puck-block/registry.generated.d.ts +13630 -0
  231. package/dist/components/puck-block/showcase-sections/compact-timeline/component.d.ts +13 -0
  232. package/dist/components/puck-block/showcase-sections/compact-timeline/index.d.ts +169 -0
  233. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.d.ts +13 -0
  234. package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.d.ts +169 -0
  235. package/dist/components/puck-block/showcase-sections/index.d.ts +6 -0
  236. package/dist/components/puck-block/showcase-sections/props.d.ts +73 -0
  237. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.d.ts +15 -0
  238. package/dist/components/puck-block/showcase-sections/single-column-timeline/index.d.ts +264 -0
  239. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.d.ts +15 -0
  240. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.d.ts +264 -0
  241. package/dist/components/puck-block/showcase-sections/tab-timeline/component.d.ts +22 -0
  242. package/dist/components/puck-block/showcase-sections/tab-timeline/index.d.ts +181 -0
  243. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.d.ts +15 -0
  244. package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.d.ts +264 -0
  245. package/dist/components/puck-block/team-sections/index.d.ts +5 -0
  246. package/dist/components/puck-block/team-sections/props.d.ts +101 -0
  247. package/dist/components/puck-block/team-sections/team-carousel/component.d.ts +25 -0
  248. package/dist/components/puck-block/team-sections/team-carousel/index.d.ts +147 -0
  249. package/dist/components/puck-block/team-sections/team-grid/component.d.ts +25 -0
  250. package/dist/components/puck-block/team-sections/team-grid/index.d.ts +183 -0
  251. package/dist/components/puck-block/team-sections/team-inline-card/component.d.ts +25 -0
  252. package/dist/components/puck-block/team-sections/team-inline-card/index.d.ts +158 -0
  253. package/dist/components/puck-block/team-sections/team-sticky-scatter/component.d.ts +20 -0
  254. package/dist/components/puck-block/team-sections/team-sticky-scatter/index.d.ts +78 -0
  255. package/dist/components/puck-block/team-sections/team-two-column/component.d.ts +20 -0
  256. package/dist/components/puck-block/team-sections/team-two-column/index.d.ts +155 -0
  257. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.d.ts +33 -0
  258. package/dist/components/puck-block/testimonial-sections/bento-testimonial/index.d.ts +84 -0
  259. package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.d.ts +14 -0
  260. package/dist/components/puck-block/testimonial-sections/centered-testimonial/index.d.ts +94 -0
  261. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.d.ts +18 -0
  262. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/index.d.ts +103 -0
  263. package/dist/components/puck-block/testimonial-sections/image-testimonial/component.d.ts +13 -0
  264. package/dist/components/puck-block/testimonial-sections/image-testimonial/index.d.ts +88 -0
  265. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.d.ts +17 -0
  266. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.d.ts +91 -0
  267. package/dist/components/puck-block/testimonial-sections/index.d.ts +11 -0
  268. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.d.ts +16 -0
  269. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/index.d.ts +42 -0
  270. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.d.ts +16 -0
  271. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/index.d.ts +81 -0
  272. package/dist/components/puck-block/testimonial-sections/props.d.ts +210 -0
  273. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.d.ts +16 -0
  274. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/index.d.ts +160 -0
  275. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.d.ts +22 -0
  276. package/dist/components/puck-block/testimonial-sections/tab-testimonial/index.d.ts +69 -0
  277. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.d.ts +18 -0
  278. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/index.d.ts +119 -0
  279. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.d.ts +17 -0
  280. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/index.d.ts +133 -0
  281. package/dist/components/puck-block/text-sections/aside-nav-content/component.d.ts +17 -0
  282. package/dist/components/puck-block/text-sections/aside-nav-content/index.d.ts +85 -0
  283. package/dist/components/puck-block/text-sections/blog-article/component.d.ts +30 -0
  284. package/dist/components/puck-block/text-sections/blog-article/index.d.ts +139 -0
  285. package/dist/components/puck-block/text-sections/index.d.ts +5 -0
  286. package/dist/components/puck-block/text-sections/props.d.ts +186 -0
  287. package/dist/components/puck-block/text-sections/prose-content/component.d.ts +14 -0
  288. package/dist/components/puck-block/text-sections/prose-content/index.d.ts +141 -0
  289. package/dist/components/puck-block/text-sections/prose-sidebar/component.d.ts +27 -0
  290. package/dist/components/puck-block/text-sections/prose-sidebar/index.d.ts +181 -0
  291. package/dist/components/puck-block/text-sections/side-media-content/component.d.ts +8 -0
  292. package/dist/components/puck-block/text-sections/side-media-content/index.d.ts +91 -0
  293. package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.d.ts +9 -0
  294. package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.d.ts +77 -0
  295. package/dist/components/puck-block/text-sections/text-header/component.d.ts +9 -0
  296. package/dist/components/puck-block/text-sections/text-header/index.d.ts +264 -0
  297. package/dist/components/puck-block/type.d.ts +5 -0
  298. package/dist/components/puck-core/core/context/editor-context.d.ts +25 -0
  299. package/dist/components/puck-core/core/context/section-id-context.d.ts +6 -0
  300. package/dist/components/puck-core/core/fields.d.ts +19 -0
  301. package/dist/components/puck-core/core/hooks.d.ts +19 -0
  302. package/dist/components/puck-core/core/icon-catalog.d.ts +14 -0
  303. package/dist/components/puck-core/core/props/content.d.ts +224 -0
  304. package/dist/components/puck-core/core/props/form.d.ts +172 -0
  305. package/dist/components/puck-core/core/props/index.d.ts +271 -0
  306. package/dist/components/puck-core/core/props/interactive.d.ts +244 -0
  307. package/dist/components/puck-core/core/props/media.d.ts +51 -0
  308. package/dist/components/puck-core/core/props/section.d.ts +21 -0
  309. package/dist/components/puck-core/core/styles.d.ts +2316 -0
  310. package/dist/components/puck-core/core/types.d.ts +8 -0
  311. package/dist/components/puck-core/core/utils.d.ts +5 -0
  312. package/dist/components/puck-core/core/with-editable.d.ts +16 -0
  313. package/dist/components/puck-core/error-boundary.d.ts +4 -0
  314. package/dist/components/puck-core/fields/action-field.d.ts +30 -0
  315. package/dist/components/puck-core/fields/array-field.d.ts +7 -0
  316. package/dist/components/puck-core/fields/auto-field.d.ts +2 -0
  317. package/dist/components/puck-core/fields/color-field.d.ts +6 -0
  318. package/dist/components/puck-core/fields/icon-picker-field.d.ts +8 -0
  319. package/dist/components/puck-core/fields/image-upload-field.d.ts +7 -0
  320. package/dist/components/puck-core/fields/index.d.ts +9 -0
  321. package/dist/components/puck-core/fields/location-field.d.ts +44 -0
  322. package/dist/components/puck-core/fields/object-field.d.ts +8 -0
  323. package/dist/components/puck-core/fields/radio-toggle-field.d.ts +10 -0
  324. package/dist/components/puck-core/fields/types.d.ts +29 -0
  325. package/dist/components/puck-core/fields/virtualized-select-field.d.ts +13 -0
  326. package/dist/components/puck-core/index.d.ts +13 -0
  327. package/dist/components/puck-core/inline-editable.d.ts +14 -0
  328. package/dist/components/puck-core/section-wrapper.d.ts +33 -0
  329. package/dist/components/puck-core/use-upload.d.ts +42 -0
  330. package/dist/components/shadcn/accordion.d.ts +9 -0
  331. package/dist/components/shadcn/alert-dialog.d.ts +20 -0
  332. package/dist/components/shadcn/alert.d.ts +10 -0
  333. package/dist/components/shadcn/animated-theme-toggler.d.ts +4 -0
  334. package/dist/components/shadcn/aspect-ratio.d.ts +4 -0
  335. package/dist/components/shadcn/avatar.d.ts +13 -0
  336. package/dist/components/shadcn/badge-promo.d.ts +4 -0
  337. package/dist/components/shadcn/badge.d.ts +7 -0
  338. package/dist/components/shadcn/breadcrumb.d.ts +12 -0
  339. package/dist/components/shadcn/button-group.d.ts +10 -0
  340. package/dist/components/shadcn/button.d.ts +15 -0
  341. package/dist/components/shadcn/calendar.d.ts +10 -0
  342. package/dist/components/shadcn/card.d.ts +11 -0
  343. package/dist/components/shadcn/carousel.d.ts +28 -0
  344. package/dist/components/shadcn/chart.d.ts +40 -0
  345. package/dist/components/shadcn/checkbox.d.ts +3 -0
  346. package/dist/components/shadcn/collapsible.d.ts +12 -0
  347. package/dist/components/shadcn/combobox.d.ts +24 -0
  348. package/dist/components/shadcn/command.d.ts +19 -0
  349. package/dist/components/shadcn/context-menu.d.ts +31 -0
  350. package/dist/components/shadcn/dialog.d.ts +25 -0
  351. package/dist/components/shadcn/direction.d.ts +1 -0
  352. package/dist/components/shadcn/drawer.d.ts +13 -0
  353. package/dist/components/shadcn/dropdown-menu.d.ts +32 -0
  354. package/dist/components/shadcn/empty.d.ts +11 -0
  355. package/dist/components/shadcn/field.d.ts +24 -0
  356. package/dist/components/shadcn/form.d.ts +17 -0
  357. package/dist/components/shadcn/hover-card.d.ts +10 -0
  358. package/dist/components/shadcn/index.d.ts +63 -0
  359. package/dist/components/shadcn/input-group.d.ts +18 -0
  360. package/dist/components/shadcn/input-otp.d.ts +11 -0
  361. package/dist/components/shadcn/input.d.ts +3 -0
  362. package/dist/components/shadcn/item.d.ts +22 -0
  363. package/dist/components/shadcn/kbd.d.ts +3 -0
  364. package/dist/components/shadcn/label.d.ts +3 -0
  365. package/dist/components/shadcn/layout-text-flip.d.ts +4 -0
  366. package/dist/components/shadcn/menubar.d.ts +29 -0
  367. package/dist/components/shadcn/native-select.d.ts +8 -0
  368. package/dist/components/shadcn/navigation-menu.d.ts +14 -0
  369. package/dist/components/shadcn/pagination.d.ts +17 -0
  370. package/dist/components/shadcn/popover.d.ts +11 -0
  371. package/dist/components/shadcn/progress.d.ts +7 -0
  372. package/dist/components/shadcn/radio-group.d.ts +5 -0
  373. package/dist/components/shadcn/resizable-navbar.d.ts +52 -0
  374. package/dist/components/shadcn/resizable.d.ts +8 -0
  375. package/dist/components/shadcn/scroll-area.d.ts +4 -0
  376. package/dist/components/shadcn/select.d.ts +18 -0
  377. package/dist/components/shadcn/separator.d.ts +3 -0
  378. package/dist/components/shadcn/sheet.d.ts +14 -0
  379. package/dist/components/shadcn/sidebar.d.ts +66 -0
  380. package/dist/components/shadcn/skeleton.d.ts +2 -0
  381. package/dist/components/shadcn/slider.d.ts +3 -0
  382. package/dist/components/shadcn/sonner.d.ts +3 -0
  383. package/dist/components/shadcn/spinner.d.ts +2 -0
  384. package/dist/components/shadcn/switch.d.ts +5 -0
  385. package/dist/components/shadcn/table.d.ts +10 -0
  386. package/dist/components/shadcn/tabs.d.ts +10 -0
  387. package/dist/components/shadcn/textarea.d.ts +3 -0
  388. package/dist/components/shadcn/toast.d.ts +11 -0
  389. package/dist/components/shadcn/toggle-group.d.ts +9 -0
  390. package/dist/components/shadcn/toggle.d.ts +8 -0
  391. package/dist/components/shadcn/tooltip.d.ts +11 -0
  392. package/dist/components/shadcn/tweet-card-client.d.ts +4 -0
  393. package/dist/components/shadcn/tweet-card.d.ts +5 -0
  394. package/dist/components/shadcn/video-iframe.d.ts +6 -0
  395. package/dist/components/ui-block/background/index.d.ts +8 -0
  396. package/dist/components/ui-block/cover/index.d.ts +17 -0
  397. package/dist/components/ui-block/index.d.ts +4 -0
  398. package/dist/components/ui-block/sparkles/index.d.ts +13 -0
  399. package/dist/components/ui-block/spotlight/index.d.ts +13 -0
  400. package/dist/hooks/use-media-query.d.ts +1 -0
  401. package/dist/hooks/use-mobile.d.ts +1 -0
  402. package/dist/hooks/use-prefers-reduced-motion.d.ts +1 -0
  403. package/dist/hooks/use-scroll-container.d.ts +18 -0
  404. package/dist/index.d.ts +2 -0
  405. package/dist/lib/utils/index.d.ts +2 -0
  406. package/dist/lib/utils/utils-css.d.ts +1 -0
  407. package/dist/lib/utils.d.ts +1 -0
  408. package/dist/styles/relume-typography.d.ts +2 -0
  409. package/dist/utils/css-utils.d.ts +10 -0
  410. package/dist/utils/index.d.ts +9 -0
  411. package/dist/utils/storage-qetag.d.ts +22 -0
  412. package/dist/utils/utils-api.d.ts +17 -0
  413. package/dist/utils/utils-canvas.d.ts +30 -0
  414. package/dist/utils/utils-common.d.ts +6 -0
  415. package/dist/utils/utils-image.d.ts +33 -0
  416. package/dist/utils/utils-random.d.ts +1 -0
  417. package/dist/utils/utils-time.d.ts +49 -0
  418. package/package.json +2 -2
@@ -0,0 +1,5 @@
1
+ export * from "./shadcn/index.ts";
2
+ export * from "./ui-block/index.ts";
3
+ export * from "./puck-base/index.ts";
4
+ export * from "./puck-core/index.ts";
5
+ export * from "./puck-block/index.ts";
@@ -0,0 +1,10 @@
1
+ import { CompoundButtonProps } from "./button";
2
+ import { CompoundImageProps } from "./image";
3
+ export interface CompoundArticleCardProps {
4
+ image?: CompoundImageProps;
5
+ heading?: string;
6
+ description?: string;
7
+ button?: CompoundButtonProps;
8
+ className?: string;
9
+ }
10
+ export declare const CompoundArticleCard: ({ image, heading, description, button, className, }: CompoundArticleCardProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { Badge, badgeVariants } from "@/components/shadcn/badge";
2
+ import type { VariantProps } from "class-variance-authority";
3
+ type BadgeProps = React.ComponentProps<typeof Badge> & VariantProps<typeof badgeVariants>;
4
+ export interface CompoundBadgeProps {
5
+ label: string;
6
+ url?: string;
7
+ variant?: BadgeProps["variant"];
8
+ }
9
+ export declare const CompoundBadge: (props: CompoundBadgeProps) => import("react/jsx-runtime").JSX.Element;
10
+ export {};
@@ -0,0 +1,13 @@
1
+ import { type ButtonProps } from "@/components/shadcn/button";
2
+ import { Action, IconName } from "@/components/puck-core/core/types";
3
+ export interface CompoundButtonProps {
4
+ label: string;
5
+ action?: Action;
6
+ variant?: ButtonProps["variant"];
7
+ size?: ButtonProps["size"];
8
+ icon?: IconName;
9
+ type?: "button" | "submit" | "reset";
10
+ disabled?: boolean;
11
+ className?: string;
12
+ }
13
+ export declare const CompoundButton: (props: CompoundButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,13 @@
1
+ import { IconName } from "@/components/puck-core/core/types";
2
+ import { CompoundButtonProps } from "./button";
3
+ import { CompoundImageProps } from "./image";
4
+ export interface CompoundCardProps {
5
+ image?: CompoundImageProps;
6
+ icon?: IconName;
7
+ heading?: string;
8
+ description?: string;
9
+ button?: CompoundButtonProps;
10
+ cardStyle?: "default" | "light";
11
+ className?: string;
12
+ }
13
+ export declare const CompoundCard: ({ image, icon, heading, description, button, cardStyle, className, }: CompoundCardProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,24 @@
1
+ import { CSSProperties, ReactNode } from "react";
2
+ type PaddingLevel = "none" | "small" | "medium" | "large";
3
+ export type SectionStyle = "default" | "dark" | "muted" | "inverted" | "custom";
4
+ export type OverlayStyle = "none" | "gradient-top" | "gradient-bottom" | "noise";
5
+ export interface CompoundContainerProps {
6
+ children: ReactNode;
7
+ padding?: {
8
+ top?: PaddingLevel;
9
+ bottom?: PaddingLevel;
10
+ };
11
+ sectionStyle?: SectionStyle;
12
+ backgroundColor?: string;
13
+ backgroundImage?: string;
14
+ overlay?: OverlayStyle;
15
+ className?: string;
16
+ }
17
+ /**
18
+ * Section-scoped CSS variable presets.
19
+ * These override the root-level CSS variables so child components
20
+ * using `bg-background`, `text-foreground` etc. automatically adapt.
21
+ */
22
+ export declare const SECTION_STYLE_VARS: Record<string, CSSProperties>;
23
+ export declare const CompoundContainer: ({ children, padding, sectionStyle, backgroundColor, backgroundImage, overlay, className, }: CompoundContainerProps) => import("react/jsx-runtime").JSX.Element;
24
+ export {};
@@ -0,0 +1,14 @@
1
+ import { CompoundBadgeProps } from "./badge";
2
+ import { CompoundButtonProps } from "./button";
3
+ import { Feature } from "@/components/puck-core/core/types";
4
+ export interface CompoundContentProps {
5
+ badge?: CompoundBadgeProps;
6
+ heading?: string;
7
+ description?: string;
8
+ features?: Feature[];
9
+ buttons?: CompoundButtonProps[];
10
+ alignContent?: "start" | "center" | "end";
11
+ className?: string;
12
+ spacing?: "normal" | "tight";
13
+ }
14
+ export declare const CompoundContent: ({ badge, heading, description, features, buttons, alignContent, className, spacing, }: CompoundContentProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,9 @@
1
+ export declare const fieldTypes: readonly ["text", "number", "password", "date", "file"];
2
+ export type FieldTypes = (typeof fieldTypes)[number];
3
+ export interface CompoundFieldProps {
4
+ id?: string;
5
+ name: string;
6
+ label: string;
7
+ type: FieldTypes;
8
+ }
9
+ export declare const CompoundField: (props: CompoundFieldProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import { CompoundButtonProps } from "./button";
2
+ import { CompoundFieldProps } from "./field";
3
+ export declare const formMethods: readonly ["get", "post", "put", "patch", "delete"];
4
+ export type FormMethods = (typeof formMethods)[number];
5
+ export interface CompoundFormProps {
6
+ title?: string;
7
+ fields: CompoundFieldProps[];
8
+ action: string;
9
+ method: FormMethods;
10
+ button: CompoundButtonProps;
11
+ }
12
+ export declare const CompoundForm: (props: CompoundFormProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ export interface GradientTextProps {
2
+ text: string;
3
+ as?: "h1" | "h2" | "h3" | "h4" | "p" | "span";
4
+ gradientFrom?: string;
5
+ gradientTo?: string;
6
+ gradientVia?: string;
7
+ direction?: "to-r" | "to-l" | "to-b" | "to-t" | "to-br" | "to-bl";
8
+ className?: string;
9
+ }
10
+ export declare const GradientText: ({ text, as: Tag, gradientFrom, gradientTo, gradientVia, direction, className, }: GradientTextProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ export interface CompoundImageProps {
2
+ src: string;
3
+ alt?: string;
4
+ className?: string;
5
+ }
6
+ export declare const CompoundImage: (props: CompoundImageProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ export { CompoundBadge, type CompoundBadgeProps } from "./badge";
2
+ export { CompoundButton, type CompoundButtonProps } from "./button";
3
+ export { CompoundCard, type CompoundCardProps } from "./card";
4
+ export { CompoundContainer, type CompoundContainerProps, type SectionStyle, type OverlayStyle } from "./container";
5
+ export { CompoundContent, type CompoundContentProps } from "./content";
6
+ export { CompoundField, type CompoundFieldProps, fieldTypes, type FieldTypes } from "./field";
7
+ export { CompoundForm, type CompoundFormProps, formMethods, type FormMethods } from "./form";
8
+ export { CompoundImage, type CompoundImageProps } from "./image";
9
+ export { CompoundArticleCard, type CompoundArticleCardProps } from "./article-card";
10
+ export { GradientText, type GradientTextProps } from "./gradient-text";
11
+ export { SafeDynamicIcon } from "./safe-dynamic-icon";
@@ -0,0 +1,18 @@
1
+ import { NavigationMenu as NavigationMenuPrimitive } from "@base-ui/react/navigation-menu";
2
+ declare function NavigationMenu({ align, portalContainer, className, children, onValueChange, ...props }: NavigationMenuPrimitive.Root.Props & Pick<NavigationMenuPrimitive.Positioner.Props, "align"> & {
3
+ portalContainer?: HTMLElement | null | React.RefObject<HTMLElement | null>;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ declare function NavigationMenuList({ className, ...props }: React.ComponentPropsWithRef<typeof NavigationMenuPrimitive.List>): import("react/jsx-runtime").JSX.Element;
6
+ declare function NavigationMenuItem({ className, ...props }: React.ComponentPropsWithRef<typeof NavigationMenuPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
7
+ declare const navigationMenuTriggerStyle: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
8
+ declare function NavigationMenuTrigger({ className, children, ...props }: NavigationMenuPrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
9
+ declare function NavigationMenuContent({ className, ...props }: NavigationMenuPrimitive.Content.Props): import("react/jsx-runtime").JSX.Element;
10
+ declare function NavigationMenuPositioner({ className, side, sideOffset, align, alignOffset, portalContainer, ...props }: NavigationMenuPrimitive.Positioner.Props & {
11
+ portalContainer?: HTMLElement | null | React.RefObject<HTMLElement | null>;
12
+ }): import("react/jsx-runtime").JSX.Element;
13
+ declare function NavigationMenuLink({ className, asChild, children, active, ...props }: NavigationMenuPrimitive.Link.Props & {
14
+ asChild?: boolean;
15
+ active?: boolean;
16
+ }): import("react/jsx-runtime").JSX.Element;
17
+ declare function NavigationMenuIndicator({ className, ...props }: React.ComponentPropsWithRef<typeof NavigationMenuPrimitive.Icon>): import("react/jsx-runtime").JSX.Element;
18
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, navigationMenuTriggerStyle, NavigationMenuPositioner, };
@@ -0,0 +1,7 @@
1
+ import { DynamicIcon } from "lucide-react/dynamic";
2
+ import type { ComponentPropsWithoutRef } from "react";
3
+ type SafeDynamicIconProps = Omit<ComponentPropsWithoutRef<typeof DynamicIcon>, "name"> & {
4
+ name: string;
5
+ };
6
+ export declare function SafeDynamicIcon({ name, ...props }: SafeDynamicIconProps): import("react/jsx-runtime").JSX.Element | null;
7
+ export {};
@@ -0,0 +1,4 @@
1
+ import type { BannerComponentProps, BannerSectionBaseProps } from "../props";
2
+ export type CssMarqueeBannerProps = BannerComponentProps;
3
+ export declare const CssMarqueeBanner: (props: CssMarqueeBannerProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const CssMarqueeBannerDefaults: Partial<BannerSectionBaseProps>;
@@ -0,0 +1,90 @@
1
+ import { CssMarqueeBanner, CssMarqueeBannerDefaults } from "./css-marquee-banner";
2
+ import type { CssMarqueeBannerProps } from "./css-marquee-banner";
3
+ export { CssMarqueeBanner, CssMarqueeBannerDefaults };
4
+ export type { CssMarqueeBannerProps };
5
+ declare const conf: {
6
+ fields: {
7
+ headings: {
8
+ type: string;
9
+ max: number;
10
+ getItemSummary: (item: string, index?: number) => string;
11
+ arrayFields: {
12
+ type: string;
13
+ };
14
+ };
15
+ sections: {
16
+ type: string;
17
+ max: number;
18
+ getItemSummary: (item: {
19
+ title?: string;
20
+ }, index?: number) => string;
21
+ arrayFields: {
22
+ title: {
23
+ type: string;
24
+ };
25
+ image: {
26
+ type: "object";
27
+ objectFields: {
28
+ src: import("@puckeditor/core").Field<string>;
29
+ alt: {
30
+ type: "text";
31
+ };
32
+ };
33
+ };
34
+ };
35
+ };
36
+ styles: {
37
+ type: string;
38
+ label: string;
39
+ objectFields: {
40
+ className: {
41
+ readonly type: "text";
42
+ readonly label: "Class Name";
43
+ readonly ai: {
44
+ readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
45
+ };
46
+ };
47
+ style: {
48
+ readonly type: "object";
49
+ readonly label: "Style";
50
+ readonly objectFields: {};
51
+ readonly ai: {
52
+ readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
53
+ };
54
+ };
55
+ css: {
56
+ readonly type: "textarea";
57
+ readonly label: "Custom CSS";
58
+ readonly ai: {
59
+ readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
60
+ };
61
+ };
62
+ direction: {
63
+ readonly type: "radio";
64
+ readonly label: "Direction";
65
+ readonly options: readonly [{
66
+ readonly label: "Left";
67
+ readonly value: "left";
68
+ }, {
69
+ readonly label: "Right";
70
+ readonly value: "right";
71
+ }];
72
+ };
73
+ contentType: {
74
+ readonly type: "radio";
75
+ readonly label: "Content Type";
76
+ readonly options: readonly [{
77
+ readonly label: "Text Only";
78
+ readonly value: "text";
79
+ }, {
80
+ readonly label: "Text + Image";
81
+ readonly value: "textWithImage";
82
+ }];
83
+ };
84
+ };
85
+ };
86
+ };
87
+ defaultProps: Partial<import("../props").BannerSectionBaseProps>;
88
+ render: (props: CssMarqueeBannerProps) => import("react/jsx-runtime").JSX.Element;
89
+ };
90
+ export default conf;
@@ -0,0 +1,4 @@
1
+ import type { BannerComponentProps, BannerSectionBaseProps } from "../props";
2
+ export type DismissibleBannerProps = BannerComponentProps;
3
+ export declare const DismissibleBanner: (props: DismissibleBannerProps) => import("react/jsx-runtime").JSX.Element | null;
4
+ export declare const DismissibleBannerDefaults: Partial<BannerSectionBaseProps>;
@@ -0,0 +1,254 @@
1
+ import { DismissibleBanner, DismissibleBannerDefaults } from "./dismissible-banner";
2
+ import type { DismissibleBannerProps } from "./dismissible-banner";
3
+ export { DismissibleBanner, DismissibleBannerDefaults };
4
+ export type { DismissibleBannerProps };
5
+ declare const conf: {
6
+ fields: {
7
+ heading: {
8
+ readonly type: "text";
9
+ readonly contentEditable: true;
10
+ };
11
+ description: {
12
+ readonly type: "textarea";
13
+ readonly contentEditable: true;
14
+ };
15
+ logo: {
16
+ type: "object";
17
+ objectFields: {
18
+ src: import("@puckeditor/core").Field<string>;
19
+ alt: {
20
+ type: "text";
21
+ };
22
+ };
23
+ };
24
+ buttons: {
25
+ readonly type: "array";
26
+ readonly max: 3;
27
+ readonly getItemSummary: (item: {
28
+ label?: string;
29
+ }, index?: number) => string;
30
+ readonly arrayFields: {
31
+ readonly label: {
32
+ readonly type: "text";
33
+ };
34
+ readonly action: {
35
+ type: "custom";
36
+ label: string;
37
+ render: typeof import("../../..").ActionField;
38
+ };
39
+ readonly variant: {
40
+ readonly type: "select";
41
+ readonly options: readonly [{
42
+ readonly label: "primary";
43
+ readonly value: "default";
44
+ }, {
45
+ readonly label: "secondary";
46
+ readonly value: "secondary";
47
+ }, {
48
+ readonly label: "outline";
49
+ readonly value: "outline";
50
+ }, {
51
+ readonly label: "ghost";
52
+ readonly value: "ghost";
53
+ }, {
54
+ readonly label: "link";
55
+ readonly value: "link";
56
+ }, {
57
+ readonly label: "destructive";
58
+ readonly value: "destructive";
59
+ }];
60
+ };
61
+ readonly size: {
62
+ readonly type: "select";
63
+ readonly options: readonly [{
64
+ readonly label: "default";
65
+ readonly value: "default";
66
+ }, {
67
+ readonly label: "sm";
68
+ readonly value: "sm";
69
+ }, {
70
+ readonly label: "lg";
71
+ readonly value: "lg";
72
+ }, {
73
+ readonly label: "icon";
74
+ readonly value: "icon";
75
+ }];
76
+ };
77
+ readonly icon: {
78
+ type: "custom";
79
+ render: typeof import("../../../puck-core/fields/icon-picker-field").IconPickerField;
80
+ };
81
+ };
82
+ readonly defaultItemProps: {
83
+ readonly label: "Button";
84
+ readonly action: {
85
+ readonly type: "page";
86
+ readonly pageUrl: "";
87
+ readonly externalUrl: "";
88
+ readonly openInNewTab: "false";
89
+ readonly email: "";
90
+ readonly subject: "";
91
+ readonly phone: "";
92
+ readonly sectionId: "";
93
+ readonly downloadUrl: "";
94
+ };
95
+ readonly variant: "default";
96
+ readonly size: "default";
97
+ readonly icon: "none";
98
+ };
99
+ readonly ai: {
100
+ readonly instructions: "Buttons must use the same size";
101
+ };
102
+ };
103
+ inputPlaceholder: {
104
+ type: string;
105
+ };
106
+ formButton: {
107
+ readonly type: "object";
108
+ readonly objectFields: {
109
+ readonly label: {
110
+ readonly type: "text";
111
+ };
112
+ readonly action: {
113
+ type: "custom";
114
+ label: string;
115
+ render: typeof import("../../..").ActionField;
116
+ };
117
+ readonly variant: {
118
+ readonly type: "select";
119
+ readonly options: readonly [{
120
+ readonly label: "primary";
121
+ readonly value: "default";
122
+ }, {
123
+ readonly label: "secondary";
124
+ readonly value: "secondary";
125
+ }, {
126
+ readonly label: "outline";
127
+ readonly value: "outline";
128
+ }, {
129
+ readonly label: "ghost";
130
+ readonly value: "ghost";
131
+ }, {
132
+ readonly label: "link";
133
+ readonly value: "link";
134
+ }, {
135
+ readonly label: "destructive";
136
+ readonly value: "destructive";
137
+ }];
138
+ };
139
+ readonly size: {
140
+ readonly type: "select";
141
+ readonly options: readonly [{
142
+ readonly label: "default";
143
+ readonly value: "default";
144
+ }, {
145
+ readonly label: "sm";
146
+ readonly value: "sm";
147
+ }, {
148
+ readonly label: "lg";
149
+ readonly value: "lg";
150
+ }, {
151
+ readonly label: "icon";
152
+ readonly value: "icon";
153
+ }];
154
+ };
155
+ readonly icon: {
156
+ type: "custom";
157
+ render: typeof import("../../../puck-core/fields/icon-picker-field").IconPickerField;
158
+ };
159
+ };
160
+ };
161
+ headingStart: {
162
+ type: string;
163
+ };
164
+ headingEnd: {
165
+ type: string;
166
+ };
167
+ link: {
168
+ type: string;
169
+ objectFields: {
170
+ action: {
171
+ type: "custom";
172
+ label: string;
173
+ render: typeof import("../../..").ActionField;
174
+ };
175
+ title: {
176
+ type: string;
177
+ };
178
+ };
179
+ };
180
+ styles: {
181
+ type: string;
182
+ label: string;
183
+ objectFields: {
184
+ className: {
185
+ readonly type: "text";
186
+ readonly label: "Class Name";
187
+ readonly ai: {
188
+ readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
189
+ };
190
+ };
191
+ style: {
192
+ readonly type: "object";
193
+ readonly label: "Style";
194
+ readonly objectFields: {};
195
+ readonly ai: {
196
+ readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
197
+ };
198
+ };
199
+ css: {
200
+ readonly type: "textarea";
201
+ readonly label: "Custom CSS";
202
+ readonly ai: {
203
+ readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
204
+ };
205
+ };
206
+ containerStyle: {
207
+ readonly type: "radio";
208
+ readonly label: "Container Style";
209
+ readonly options: readonly [{
210
+ readonly label: "Boxed";
211
+ readonly value: "boxed";
212
+ }, {
213
+ readonly label: "Full Width";
214
+ readonly value: "fullWidth";
215
+ }];
216
+ };
217
+ textLayout: {
218
+ readonly type: "radio";
219
+ readonly label: "Text Layout";
220
+ readonly options: readonly [{
221
+ readonly label: "Default";
222
+ readonly value: "default";
223
+ }, {
224
+ readonly label: "Centered";
225
+ readonly value: "centered";
226
+ }, {
227
+ readonly label: "Inline Link";
228
+ readonly value: "inlineLink";
229
+ }];
230
+ };
231
+ ctaType: {
232
+ readonly type: "select";
233
+ readonly label: "CTA Type";
234
+ readonly options: readonly [{
235
+ readonly label: "Email Form";
236
+ readonly value: "email";
237
+ }, {
238
+ readonly label: "Single Button";
239
+ readonly value: "button";
240
+ }, {
241
+ readonly label: "Multiple Buttons";
242
+ readonly value: "buttons";
243
+ }, {
244
+ readonly label: "Social Links";
245
+ readonly value: "socialLinks";
246
+ }];
247
+ };
248
+ };
249
+ };
250
+ };
251
+ defaultProps: Partial<import("../props").BannerSectionBaseProps>;
252
+ render: (props: DismissibleBannerProps) => import("react/jsx-runtime").JSX.Element | null;
253
+ };
254
+ export default conf;
@@ -0,0 +1,4 @@
1
+ import type { BannerComponentProps, BannerSectionBaseProps } from "../props";
2
+ export type DualRowMarqueeProps = BannerComponentProps;
3
+ export declare const DualRowMarquee: (props: DualRowMarqueeProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const DualRowMarqueeDefaults: Partial<BannerSectionBaseProps>;
@@ -0,0 +1,53 @@
1
+ import { DualRowMarquee, DualRowMarqueeDefaults } from "./dual-row-marquee";
2
+ import type { DualRowMarqueeProps } from "./dual-row-marquee";
3
+ export { DualRowMarquee, DualRowMarqueeDefaults };
4
+ export type { DualRowMarqueeProps };
5
+ declare const conf: {
6
+ fields: {
7
+ headingsTop: {
8
+ type: string;
9
+ max: number;
10
+ getItemSummary: (item: {
11
+ title?: string;
12
+ }, index?: number) => string;
13
+ arrayFields: {
14
+ title: {
15
+ type: string;
16
+ };
17
+ image: {
18
+ type: "object";
19
+ objectFields: {
20
+ src: import("@puckeditor/core").Field<string>;
21
+ alt: {
22
+ type: "text";
23
+ };
24
+ };
25
+ };
26
+ };
27
+ };
28
+ headingsBottom: {
29
+ type: string;
30
+ max: number;
31
+ getItemSummary: (item: {
32
+ title?: string;
33
+ }, index?: number) => string;
34
+ arrayFields: {
35
+ title: {
36
+ type: string;
37
+ };
38
+ image: {
39
+ type: "object";
40
+ objectFields: {
41
+ src: import("@puckeditor/core").Field<string>;
42
+ alt: {
43
+ type: "text";
44
+ };
45
+ };
46
+ };
47
+ };
48
+ };
49
+ };
50
+ defaultProps: Partial<import("../props").BannerSectionBaseProps>;
51
+ render: (props: DualRowMarqueeProps) => import("react/jsx-runtime").JSX.Element;
52
+ };
53
+ export default conf;
@@ -0,0 +1,4 @@
1
+ export { default as CssMarqueeBannerConf } from "./css-marquee-banner";
2
+ export { default as DualRowMarqueeConf } from "./dual-row-marquee";
3
+ export { default as ScrollDrivenMarqueeConf } from "./scroll-driven-marquee";
4
+ export { default as ScrollParallaxTextConf } from "./scroll-parallax-text";