dune-react 0.0.31 → 0.0.33

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 (368) hide show
  1. package/dist/components/puck-base/article-card.d.ts +2 -2
  2. package/dist/components/puck-base/article-card.js +2 -2
  3. package/dist/components/puck-base/card.d.ts +2 -2
  4. package/dist/components/puck-base/card.js +2 -2
  5. package/dist/components/puck-base/index.d.ts +2 -1
  6. package/dist/components/puck-base/media.d.ts +12 -0
  7. package/dist/components/puck-base/media.js +576 -0
  8. package/dist/components/puck-base/social-links.d.ts +7 -0
  9. package/dist/components/puck-base/social-links.js +23 -0
  10. package/dist/components/puck-block/banner-sections/css-marquee-banner/css-marquee-banner.js +6 -6
  11. package/dist/components/puck-block/banner-sections/css-marquee-banner/index.d.ts +1 -1
  12. package/dist/components/puck-block/banner-sections/css-marquee-banner/index.js +2 -2
  13. package/dist/components/puck-block/banner-sections/dismissible-banner/index.d.ts +42 -0
  14. package/dist/components/puck-block/banner-sections/dual-row-marquee/dual-row-marquee.js +10 -10
  15. package/dist/components/puck-block/banner-sections/dual-row-marquee/index.d.ts +2 -2
  16. package/dist/components/puck-block/banner-sections/dual-row-marquee/index.js +3 -3
  17. package/dist/components/puck-block/banner-sections/props.d.ts +9 -12
  18. package/dist/components/puck-block/contact-sections/centered-form/centered-form.js +1 -5
  19. package/dist/components/puck-block/contact-sections/contact-cards-grid/contact-cards-grid.js +1 -5
  20. package/dist/components/puck-block/contact-sections/contact-modal/contact-modal.js +1 -5
  21. package/dist/components/puck-block/contact-sections/form-with-media/form-with-media.js +4 -8
  22. package/dist/components/puck-block/contact-sections/form-with-media/index.d.ts +1 -1
  23. package/dist/components/puck-block/contact-sections/form-with-media/index.js +2 -2
  24. package/dist/components/puck-block/contact-sections/header-form-cards/header-form-cards.js +1 -5
  25. package/dist/components/puck-block/contact-sections/header-info-fullwidth/header-info-fullwidth.js +4 -8
  26. package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.d.ts +1 -1
  27. package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.js +2 -2
  28. package/dist/components/puck-block/contact-sections/info-cards-media/index.d.ts +1 -1
  29. package/dist/components/puck-block/contact-sections/info-cards-media/index.js +2 -2
  30. package/dist/components/puck-block/contact-sections/info-cards-media/info-cards-media.js +4 -8
  31. package/dist/components/puck-block/contact-sections/location-cards-grid/index.d.ts +1 -1
  32. package/dist/components/puck-block/contact-sections/location-cards-grid/index.js +2 -2
  33. package/dist/components/puck-block/contact-sections/location-cards-grid/location-cards-grid.js +10 -14
  34. package/dist/components/puck-block/contact-sections/props.d.ts +5 -16
  35. package/dist/components/puck-block/contact-sections/split-info-form/index.d.ts +1 -1
  36. package/dist/components/puck-block/contact-sections/split-info-form/split-info-form.d.ts +7 -2
  37. package/dist/components/puck-block/contact-sections/split-info-form/split-info-form.js +1 -2
  38. package/dist/components/puck-block/contact-sections/tab-locations/index.d.ts +57 -8
  39. package/dist/components/puck-block/contact-sections/tab-locations/index.js +7 -7
  40. package/dist/components/puck-block/contact-sections/tab-locations/tab-locations.js +40 -47
  41. package/dist/components/puck-block/cta-sections/feature-card-cta/feature-card-cta.d.ts +2 -2
  42. package/dist/components/puck-block/cta-sections/feature-card-cta/feature-card-cta.js +2 -2
  43. package/dist/components/puck-block/cta-sections/feature-card-cta/index.js +2 -2
  44. package/dist/components/puck-block/cta-sections/mouse-track-cta/index.d.ts +1 -1
  45. package/dist/components/puck-block/cta-sections/mouse-track-cta/index.js +2 -2
  46. package/dist/components/puck-block/cta-sections/mouse-track-cta/mouse-track-cta.d.ts +2 -2
  47. package/dist/components/puck-block/cta-sections/mouse-track-cta/mouse-track-cta.js +6 -6
  48. package/dist/components/puck-block/cta-sections/props.d.ts +3 -3
  49. package/dist/components/puck-block/cta-sections/side-media-cta/index.d.ts +1 -1
  50. package/dist/components/puck-block/cta-sections/side-media-cta/index.js +2 -2
  51. package/dist/components/puck-block/cta-sections/side-media-cta/side-media-cta.js +4 -4
  52. package/dist/components/puck-block/cta-sections/text-block-cta/index.d.ts +2 -2
  53. package/dist/components/puck-block/cta-sections/text-block-cta/index.js +3 -3
  54. package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.d.ts +3 -3
  55. package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.js +10 -10
  56. package/dist/components/puck-block/faq-sections/icon-card-faq/icon-card-faq.d.ts +2 -2
  57. package/dist/components/puck-block/faq-sections/icon-card-faq/icon-card-faq.js +2 -2
  58. package/dist/components/puck-block/faq-sections/icon-card-faq/index.js +2 -2
  59. package/dist/components/puck-block/faq-sections/props.d.ts +3 -3
  60. package/dist/components/puck-block/feature-sections/feature-cards-grid/component.d.ts +2 -2
  61. package/dist/components/puck-block/feature-sections/feature-cards-grid/component.js +6 -6
  62. package/dist/components/puck-block/feature-sections/feature-cards-grid/index.d.ts +1 -1
  63. package/dist/components/puck-block/feature-sections/feature-cards-grid/index.js +3 -3
  64. package/dist/components/puck-block/feature-sections/feature-list-split/component.d.ts +2 -2
  65. package/dist/components/puck-block/feature-sections/feature-list-split/component.js +6 -6
  66. package/dist/components/puck-block/feature-sections/feature-list-split/index.d.ts +1 -1
  67. package/dist/components/puck-block/feature-sections/feature-list-split/index.js +3 -3
  68. package/dist/components/puck-block/feature-sections/props.d.ts +3 -3
  69. package/dist/components/puck-block/feature-sections/tab-feature/component.d.ts +2 -2
  70. package/dist/components/puck-block/feature-sections/tab-feature/component.js +12 -12
  71. package/dist/components/puck-block/feature-sections/tab-feature/index.d.ts +1 -1
  72. package/dist/components/puck-block/feature-sections/tab-feature/index.js +2 -2
  73. package/dist/components/puck-block/feature-sections/text-media-split/component.js +5 -5
  74. package/dist/components/puck-block/feature-sections/text-media-split/index.d.ts +1 -1
  75. package/dist/components/puck-block/feature-sections/text-media-split/index.js +2 -2
  76. package/dist/components/puck-block/feature-sections/text-only-section/component.d.ts +2 -2
  77. package/dist/components/puck-block/feature-sections/text-only-section/component.js +2 -2
  78. package/dist/components/puck-block/feature-sections/text-only-section/index.d.ts +1 -1
  79. package/dist/components/puck-block/feature-sections/text-only-section/index.js +2 -2
  80. package/dist/components/puck-block/footer-sections/centered-minimal-footer/centered-minimal-footer.js +9 -9
  81. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.d.ts +11 -0
  82. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.js +3 -2
  83. package/dist/components/puck-block/footer-sections/compact-newsletter-footer/index.d.ts +11 -0
  84. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.d.ts +7 -2
  85. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.js +9 -9
  86. package/dist/components/puck-block/footer-sections/contact-links-footer/index.d.ts +61 -10
  87. package/dist/components/puck-block/footer-sections/contact-links-footer/index.js +3 -2
  88. package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.js +9 -9
  89. package/dist/components/puck-block/footer-sections/cta-links-footer/index.d.ts +61 -10
  90. package/dist/components/puck-block/footer-sections/cta-links-footer/index.js +3 -3
  91. package/dist/components/puck-block/footer-sections/links-newsletter-footer/index.d.ts +61 -10
  92. package/dist/components/puck-block/footer-sections/newsletter-links-footer/index.d.ts +11 -0
  93. package/dist/components/puck-block/footer-sections/newsletter-top-links-footer/index.d.ts +61 -10
  94. package/dist/components/puck-block/footer-sections/props.d.ts +17 -10
  95. package/dist/components/puck-block/footer-sections/props.js +8 -0
  96. package/dist/components/puck-block/gallery-sections/asymmetric-grid/asymmetric-grid.js +7 -7
  97. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.d.ts +1 -1
  98. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.js +2 -2
  99. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/fullscreen-portfolio.js +12 -12
  100. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.d.ts +1 -1
  101. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.js +2 -2
  102. package/dist/components/puck-block/gallery-sections/image-carousel/image-carousel.js +12 -12
  103. package/dist/components/puck-block/gallery-sections/image-carousel/index.d.ts +1 -1
  104. package/dist/components/puck-block/gallery-sections/image-carousel/index.js +2 -2
  105. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.d.ts +1 -1
  106. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.js +2 -2
  107. package/dist/components/puck-block/gallery-sections/interactive-portfolio/interactive-portfolio.js +14 -14
  108. package/dist/components/puck-block/gallery-sections/masonry-grid/index.d.ts +1 -1
  109. package/dist/components/puck-block/gallery-sections/masonry-grid/index.js +2 -2
  110. package/dist/components/puck-block/gallery-sections/masonry-grid/masonry-grid.js +7 -7
  111. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +1 -1
  112. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.js +2 -2
  113. package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.js +6 -6
  114. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +1 -1
  115. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.js +2 -2
  116. package/dist/components/puck-block/gallery-sections/portfolio-divider/portfolio-divider.js +9 -9
  117. package/dist/components/puck-block/gallery-sections/props.d.ts +8 -8
  118. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.d.ts +1 -1
  119. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.js +2 -2
  120. package/dist/components/puck-block/gallery-sections/scroll-parallax/scroll-parallax.js +11 -11
  121. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.d.ts +1 -1
  122. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.js +5 -5
  123. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/scroll-parallax-portfolio.js +26 -26
  124. package/dist/components/puck-block/gallery-sections/split-carousel/index.d.ts +1 -1
  125. package/dist/components/puck-block/gallery-sections/split-carousel/index.js +2 -2
  126. package/dist/components/puck-block/gallery-sections/split-carousel/split-carousel.js +6 -6
  127. package/dist/components/puck-block/gallery-sections/static-grid/index.d.ts +1 -1
  128. package/dist/components/puck-block/gallery-sections/static-grid/index.js +2 -2
  129. package/dist/components/puck-block/gallery-sections/static-grid/static-grid.js +7 -7
  130. package/dist/components/puck-block/header-sections/centered-navbar/centered-navbar.js +31 -24
  131. package/dist/components/puck-block/header-sections/centered-navbar/index.d.ts +92 -0
  132. package/dist/components/puck-block/header-sections/centered-navbar/index.js +9 -4
  133. package/dist/components/puck-block/header-sections/drawer-navbar/drawer-navbar.js +32 -25
  134. package/dist/components/puck-block/header-sections/drawer-navbar/index.d.ts +92 -0
  135. package/dist/components/puck-block/header-sections/drawer-navbar/index.js +5 -3
  136. package/dist/components/puck-block/header-sections/floating-bordered-navbar/floating-bordered-navbar.js +27 -22
  137. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.d.ts +91 -3
  138. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.js +3 -3
  139. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/fullscreen-overlay-navbar.js +23 -18
  140. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.d.ts +91 -3
  141. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.js +3 -3
  142. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.d.ts +64 -0
  143. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.js +3 -3
  144. package/dist/components/puck-block/header-sections/mega-menu-navbar/mega-menu-navbar.js +13 -6
  145. package/dist/components/puck-block/header-sections/props.d.ts +17 -5
  146. package/dist/components/puck-block/header-sections/props.js +8 -0
  147. package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +64 -0
  148. package/dist/components/puck-block/header-sections/standard-navbar/index.js +6 -4
  149. package/dist/components/puck-block/header-sections/standard-navbar/standard-navbar.js +9 -5
  150. package/dist/components/puck-block/hero-sections/carousel-hero/component.js +8 -8
  151. package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +1 -1
  152. package/dist/components/puck-block/hero-sections/carousel-hero/index.js +2 -2
  153. package/dist/components/puck-block/hero-sections/column-scroll-hero/component.d.ts +3 -3
  154. package/dist/components/puck-block/hero-sections/column-scroll-hero/component.js +14 -14
  155. package/dist/components/puck-block/hero-sections/column-scroll-hero/index.d.ts +2 -2
  156. package/dist/components/puck-block/hero-sections/column-scroll-hero/index.js +3 -3
  157. package/dist/components/puck-block/hero-sections/dual-marquee-hero/component.js +11 -11
  158. package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.d.ts +1 -1
  159. package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.js +2 -2
  160. package/dist/components/puck-block/hero-sections/fullscreen-hero/index.d.ts +1 -1
  161. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/component.js +5 -5
  162. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.d.ts +1 -1
  163. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.js +2 -2
  164. package/dist/components/puck-block/hero-sections/grid-expand-hero/component.js +16 -16
  165. package/dist/components/puck-block/hero-sections/grid-expand-hero/index.d.ts +1 -1
  166. package/dist/components/puck-block/hero-sections/grid-expand-hero/index.js +2 -2
  167. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/component.js +11 -11
  168. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.d.ts +1 -1
  169. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.js +2 -2
  170. package/dist/components/puck-block/hero-sections/media-text-hero/index.d.ts +1 -1
  171. package/dist/components/puck-block/hero-sections/mouse-track-hero/component.d.ts +3 -3
  172. package/dist/components/puck-block/hero-sections/mouse-track-hero/component.js +6 -6
  173. package/dist/components/puck-block/hero-sections/mouse-track-hero/index.js +3 -3
  174. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.d.ts +1 -1
  175. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.js +2 -2
  176. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/multi-image-grid-hero.js +7 -7
  177. package/dist/components/puck-block/hero-sections/overlapping-image-hero/index.js +4 -4
  178. package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.d.ts +4 -4
  179. package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.js +16 -16
  180. package/dist/components/puck-block/hero-sections/parallax-images-hero/component.js +12 -12
  181. package/dist/components/puck-block/hero-sections/parallax-images-hero/index.d.ts +1 -1
  182. package/dist/components/puck-block/hero-sections/parallax-images-hero/index.js +2 -2
  183. package/dist/components/puck-block/hero-sections/props.d.ts +3 -3
  184. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/component.js +5 -5
  185. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.d.ts +1 -1
  186. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.js +2 -2
  187. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/component.js +5 -5
  188. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.d.ts +1 -1
  189. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.js +2 -2
  190. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/component.js +9 -9
  191. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.d.ts +1 -1
  192. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.js +2 -2
  193. package/dist/components/puck-block/hero-sections/split-hero/index.d.ts +1 -1
  194. package/dist/components/puck-block/hero-sections/stacked-hero/index.d.ts +1 -1
  195. package/dist/components/puck-block/hero-sections/sticky-expand-hero/component.js +12 -12
  196. package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.d.ts +1 -1
  197. package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.js +2 -2
  198. package/dist/components/puck-block/hero-sections/sticky-video-hero/component.d.ts +2 -2
  199. package/dist/components/puck-block/hero-sections/sticky-video-hero/component.js +13 -13
  200. package/dist/components/puck-block/hero-sections/sticky-video-hero/index.d.ts +1 -1
  201. package/dist/components/puck-block/hero-sections/sticky-video-hero/index.js +3 -3
  202. package/dist/components/puck-block/hero-sections/tab-hero/component.d.ts +2 -2
  203. package/dist/components/puck-block/hero-sections/tab-hero/component.js +7 -6
  204. package/dist/components/puck-block/hero-sections/tab-hero/index.d.ts +4 -7
  205. package/dist/components/puck-block/hero-sections/tab-hero/index.js +2 -7
  206. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.d.ts +4 -4
  207. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.js +4 -4
  208. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/index.js +4 -4
  209. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/component.js +11 -11
  210. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.d.ts +1 -1
  211. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.js +2 -2
  212. package/dist/components/puck-block/hero-sections/zoom-grid-hero/component.js +7 -7
  213. package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.d.ts +1 -1
  214. package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.js +2 -2
  215. package/dist/components/puck-block/metrics-sections/center-media-stats/center-media-stats.js +5 -5
  216. package/dist/components/puck-block/metrics-sections/center-media-stats/index.d.ts +1 -1
  217. package/dist/components/puck-block/metrics-sections/center-media-stats/index.js +2 -2
  218. package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.js +4 -4
  219. package/dist/components/puck-block/metrics-sections/header-stats-row/index.d.ts +1 -1
  220. package/dist/components/puck-block/metrics-sections/header-stats-row/index.js +2 -2
  221. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.d.ts +2 -2
  222. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.js +3 -3
  223. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.d.ts +2 -2
  224. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.js +7 -7
  225. package/dist/components/puck-block/metrics-sections/props.d.ts +6 -6
  226. package/dist/components/puck-block/metrics-sections/split-stats/index.d.ts +1 -1
  227. package/dist/components/puck-block/metrics-sections/split-stats/index.js +2 -2
  228. package/dist/components/puck-block/metrics-sections/split-stats/split-stats.js +4 -4
  229. package/dist/components/puck-block/metrics-sections/tab-stats/index.d.ts +2 -2
  230. package/dist/components/puck-block/metrics-sections/tab-stats/index.js +3 -3
  231. package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.d.ts +3 -3
  232. package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.js +11 -11
  233. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/component.js +13 -0
  234. package/dist/components/puck-block/pricing-sections/props.d.ts +2 -2
  235. package/dist/components/puck-block/pricing-sections/single-pricing-card/component.d.ts +2 -2
  236. package/dist/components/puck-block/pricing-sections/single-pricing-card/component.js +3 -3
  237. package/dist/components/puck-block/pricing-sections/split-pricing/component.d.ts +2 -2
  238. package/dist/components/puck-block/pricing-sections/split-pricing/component.js +4 -3
  239. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/component.d.ts +2 -2
  240. package/dist/components/puck-block/pricing-sections/tab-single-pricing/component.d.ts +2 -2
  241. package/dist/components/puck-block/registry.generated.d.ts +796 -124
  242. package/dist/components/puck-block/showcase-sections/compact-timeline/component.d.ts +2 -2
  243. package/dist/components/puck-block/showcase-sections/compact-timeline/component.js +3 -3
  244. package/dist/components/puck-block/showcase-sections/compact-timeline/index.d.ts +2 -2
  245. package/dist/components/puck-block/showcase-sections/compact-timeline/index.js +2 -2
  246. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.d.ts +2 -2
  247. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.js +3 -3
  248. package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.d.ts +2 -2
  249. package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.js +2 -2
  250. package/dist/components/puck-block/showcase-sections/props.d.ts +2 -2
  251. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.d.ts +2 -2
  252. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.js +3 -3
  253. package/dist/components/puck-block/showcase-sections/single-column-timeline/index.d.ts +2 -2
  254. package/dist/components/puck-block/showcase-sections/single-column-timeline/index.js +2 -2
  255. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.d.ts +2 -2
  256. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.js +3 -3
  257. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.d.ts +2 -2
  258. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.js +2 -2
  259. package/dist/components/puck-block/showcase-sections/tab-timeline/component.d.ts +2 -2
  260. package/dist/components/puck-block/showcase-sections/tab-timeline/component.js +8 -8
  261. package/dist/components/puck-block/showcase-sections/tab-timeline/index.d.ts +2 -2
  262. package/dist/components/puck-block/showcase-sections/tab-timeline/index.js +2 -2
  263. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.d.ts +2 -2
  264. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.js +3 -3
  265. package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.d.ts +2 -2
  266. package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.js +2 -2
  267. package/dist/components/puck-block/team-sections/props.d.ts +2 -3
  268. package/dist/components/puck-block/team-sections/team-carousel/component.d.ts +2 -2
  269. package/dist/components/puck-block/team-sections/team-carousel/component.js +3 -3
  270. package/dist/components/puck-block/team-sections/team-grid/component.d.ts +2 -2
  271. package/dist/components/puck-block/team-sections/team-grid/component.js +3 -3
  272. package/dist/components/puck-block/team-sections/team-inline-card/component.d.ts +2 -2
  273. package/dist/components/puck-block/team-sections/team-inline-card/component.js +3 -3
  274. package/dist/components/puck-block/team-sections/team-sticky-scatter/component.d.ts +2 -2
  275. package/dist/components/puck-block/team-sections/team-sticky-scatter/component.js +3 -3
  276. package/dist/components/puck-block/team-sections/team-two-column/component.d.ts +2 -2
  277. package/dist/components/puck-block/team-sections/team-two-column/component.js +3 -3
  278. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.d.ts +4 -4
  279. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.js +8 -8
  280. package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.d.ts +3 -3
  281. package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.js +4 -4
  282. package/dist/components/puck-block/testimonial-sections/centered-testimonial/index.js +3 -3
  283. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.d.ts +3 -3
  284. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.js +3 -3
  285. package/dist/components/puck-block/testimonial-sections/image-testimonial/component.d.ts +3 -3
  286. package/dist/components/puck-block/testimonial-sections/image-testimonial/component.js +10 -10
  287. package/dist/components/puck-block/testimonial-sections/image-testimonial/index.d.ts +1 -1
  288. package/dist/components/puck-block/testimonial-sections/image-testimonial/index.js +3 -3
  289. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.d.ts +3 -3
  290. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.js +7 -7
  291. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.d.ts +1 -1
  292. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.js +3 -3
  293. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.d.ts +2 -2
  294. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.js +2 -2
  295. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.d.ts +2 -2
  296. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.js +2 -2
  297. package/dist/components/puck-block/testimonial-sections/props.d.ts +3 -4
  298. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.d.ts +3 -2
  299. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.js +6 -3
  300. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.d.ts +4 -4
  301. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.js +5 -5
  302. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.d.ts +4 -4
  303. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.js +6 -6
  304. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.d.ts +3 -3
  305. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.js +3 -3
  306. package/dist/components/puck-block/text-sections/blog-article/component.d.ts +4 -7
  307. package/dist/components/puck-block/text-sections/blog-article/component.js +9 -17
  308. package/dist/components/puck-block/text-sections/blog-article/index.d.ts +39 -14
  309. package/dist/components/puck-block/text-sections/blog-article/index.js +4 -10
  310. package/dist/components/puck-block/text-sections/props.d.ts +3 -3
  311. package/dist/components/puck-block/text-sections/prose-content/component.d.ts +2 -2
  312. package/dist/components/puck-block/text-sections/prose-content/component.js +3 -3
  313. package/dist/components/puck-block/text-sections/prose-content/index.d.ts +1 -1
  314. package/dist/components/puck-block/text-sections/prose-content/index.js +2 -2
  315. package/dist/components/puck-block/text-sections/prose-sidebar/component.d.ts +2 -2
  316. package/dist/components/puck-block/text-sections/prose-sidebar/index.d.ts +1 -1
  317. package/dist/components/puck-block/text-sections/side-media-content/component.js +5 -5
  318. package/dist/components/puck-block/text-sections/side-media-content/index.d.ts +1 -1
  319. package/dist/components/puck-block/text-sections/side-media-content/index.js +2 -2
  320. package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.d.ts +2 -2
  321. package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.js +4 -4
  322. package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.d.ts +2 -2
  323. package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.js +2 -2
  324. package/dist/components/puck-block/text-sections/text-header/component.d.ts +2 -2
  325. package/dist/components/puck-block/text-sections/text-header/index.d.ts +1 -1
  326. package/dist/components/puck-core/core/context/editor-context.d.ts +2 -0
  327. package/dist/components/puck-core/core/fields.d.ts +2 -2
  328. package/dist/components/puck-core/core/props/content.d.ts +3 -3
  329. package/dist/components/puck-core/core/props/index.d.ts +2 -2
  330. package/dist/components/puck-core/core/props/index.js +7 -0
  331. package/dist/components/puck-core/core/props/interactive.d.ts +44 -1
  332. package/dist/components/puck-core/core/props/interactive.js +24 -1
  333. package/dist/components/puck-core/core/props/media.d.ts +8 -8
  334. package/dist/components/puck-core/core/props/media.js +21 -21
  335. package/dist/components/puck-core/core/puck-fields-to-zod.d.ts +40 -0
  336. package/dist/components/puck-core/core/puck-fields-to-zod.js +113 -0
  337. package/dist/components/puck-core/core/social-icons.d.ts +5 -0
  338. package/dist/components/puck-core/core/social-icons.js +48 -0
  339. package/dist/components/puck-core/core/with-editable.js +9 -2
  340. package/dist/components/puck-core/fields/media-upload-field.d.ts +7 -0
  341. package/dist/components/puck-core/fields/{image-upload-field.js → media-upload-field.js} +71 -28
  342. package/dist/components/puck-core/index.d.ts +3 -2
  343. package/dist/components/shadcn/tabs.d.ts +2 -1
  344. package/dist/components/shadcn/tabs.js +21 -3
  345. package/dist/components/shadcn/video-iframe.d.ts +2 -1
  346. package/dist/components/shadcn/video-iframe.js +7 -6
  347. package/dist/index.js +18 -12
  348. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/errors.js +44 -0
  349. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/iso.js +43 -0
  350. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/parse.js +29 -0
  351. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.js +665 -0
  352. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/api.js +569 -0
  353. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/checks.js +410 -0
  354. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/core.js +74 -0
  355. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/doc.js +37 -0
  356. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/errors.js +72 -0
  357. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema-processors.js +314 -0
  358. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.js +95 -0
  359. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/regexes.js +81 -0
  360. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/registries.js +51 -0
  361. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js +1345 -0
  362. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/to-json-schema.js +362 -0
  363. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/util.js +430 -0
  364. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/versions.js +8 -0
  365. package/package.json +3 -2
  366. package/dist/components/puck-base/image.d.ts +0 -6
  367. package/dist/components/puck-base/image.js +0 -360
  368. package/dist/components/puck-core/fields/image-upload-field.d.ts +0 -7
@@ -32,7 +32,7 @@ declare const confMap: {
32
32
  title: {
33
33
  type: string;
34
34
  };
35
- image: {
35
+ media: {
36
36
  type: "object";
37
37
  objectFields: {
38
38
  src: import("@puckeditor/core").Field<string>;
@@ -109,7 +109,7 @@ declare const confMap: {
109
109
  title: {
110
110
  type: string;
111
111
  };
112
- image: {
112
+ media: {
113
113
  type: "object";
114
114
  objectFields: {
115
115
  src: import("@puckeditor/core").Field<string>;
@@ -130,7 +130,7 @@ declare const confMap: {
130
130
  title: {
131
131
  type: string;
132
132
  };
133
- image: {
133
+ media: {
134
134
  type: "object";
135
135
  objectFields: {
136
136
  src: import("@puckeditor/core").Field<string>;
@@ -592,7 +592,7 @@ declare const confMap: {
592
592
  };
593
593
  };
594
594
  };
595
- image: {
595
+ media: {
596
596
  type: "object";
597
597
  objectFields: {
598
598
  src: import("@puckeditor/core").Field<string>;
@@ -797,7 +797,7 @@ declare const confMap: {
797
797
  readonly type: "textarea";
798
798
  readonly contentEditable: true;
799
799
  };
800
- image: {
800
+ media: {
801
801
  type: "object";
802
802
  objectFields: {
803
803
  src: import("@puckeditor/core").Field<string>;
@@ -880,7 +880,7 @@ declare const confMap: {
880
880
  readonly type: "textarea";
881
881
  readonly contentEditable: true;
882
882
  };
883
- image: {
883
+ media: {
884
884
  type: "object";
885
885
  objectFields: {
886
886
  src: import("@puckeditor/core").Field<string>;
@@ -970,7 +970,7 @@ declare const confMap: {
970
970
  title?: string;
971
971
  }, index?: number) => string;
972
972
  arrayFields: {
973
- image: {
973
+ media: {
974
974
  type: "object";
975
975
  objectFields: {
976
976
  src: import("@puckeditor/core").Field<string>;
@@ -1227,7 +1227,7 @@ declare const confMap: {
1227
1227
  };
1228
1228
  };
1229
1229
  };
1230
- defaultProps: import("./contact-sections/props").ContactSectionBaseProps;
1230
+ defaultProps: import("./contact-sections/props").ContactSectionBaseProps & import("./contact-sections/split-info-form/split-info-form").SplitInfoFormOwnProps;
1231
1231
  render: (props: import("./contact-sections/split-info-form").SplitInfoFormProps) => import("react/jsx-runtime").JSX.Element;
1232
1232
  };
1233
1233
  TabLocations: {
@@ -1243,7 +1243,7 @@ declare const confMap: {
1243
1243
  readonly type: "textarea";
1244
1244
  readonly contentEditable: true;
1245
1245
  };
1246
- tabs: {
1246
+ locations: {
1247
1247
  type: string;
1248
1248
  max: number;
1249
1249
  getItemSummary: (item: {
@@ -1256,13 +1256,10 @@ declare const confMap: {
1256
1256
  title: {
1257
1257
  type: string;
1258
1258
  };
1259
- addressLine1: {
1260
- type: string;
1261
- };
1262
- addressLine2: {
1259
+ address: {
1263
1260
  type: string;
1264
1261
  };
1265
- image: {
1262
+ media: {
1266
1263
  type: "object";
1267
1264
  objectFields: {
1268
1265
  src: import("@puckeditor/core").Field<string>;
@@ -1274,8 +1271,60 @@ declare const confMap: {
1274
1271
  mapUrl: {
1275
1272
  type: string;
1276
1273
  };
1277
- buttonLabel: {
1278
- type: string;
1274
+ button: {
1275
+ readonly type: "object";
1276
+ readonly objectFields: {
1277
+ readonly label: {
1278
+ readonly type: "text";
1279
+ };
1280
+ readonly action: {
1281
+ type: "custom";
1282
+ label: string;
1283
+ render: typeof import("..").ActionField;
1284
+ };
1285
+ readonly variant: {
1286
+ readonly type: "select";
1287
+ readonly options: readonly [{
1288
+ readonly label: "primary";
1289
+ readonly value: "default";
1290
+ }, {
1291
+ readonly label: "secondary";
1292
+ readonly value: "secondary";
1293
+ }, {
1294
+ readonly label: "outline";
1295
+ readonly value: "outline";
1296
+ }, {
1297
+ readonly label: "ghost";
1298
+ readonly value: "ghost";
1299
+ }, {
1300
+ readonly label: "link";
1301
+ readonly value: "link";
1302
+ }, {
1303
+ readonly label: "destructive";
1304
+ readonly value: "destructive";
1305
+ }];
1306
+ };
1307
+ readonly size: {
1308
+ readonly type: "select";
1309
+ readonly options: readonly [{
1310
+ readonly label: "default";
1311
+ readonly value: "default";
1312
+ }, {
1313
+ readonly label: "sm";
1314
+ readonly value: "sm";
1315
+ }, {
1316
+ readonly label: "lg";
1317
+ readonly value: "lg";
1318
+ }, {
1319
+ readonly label: "icon";
1320
+ readonly value: "icon";
1321
+ }];
1322
+ };
1323
+ readonly icon: {
1324
+ type: "custom";
1325
+ render: typeof import("../puck-core/fields/icon-picker-field").IconPickerField;
1326
+ };
1327
+ };
1279
1328
  };
1280
1329
  };
1281
1330
  };
@@ -1496,7 +1545,7 @@ declare const confMap: {
1496
1545
  listNumber: {
1497
1546
  type: string;
1498
1547
  };
1499
- image: {
1548
+ media: {
1500
1549
  type: "object";
1501
1550
  objectFields: {
1502
1551
  src: import("@puckeditor/core").Field<string>;
@@ -1639,7 +1688,7 @@ declare const confMap: {
1639
1688
  readonly instructions: "Buttons must use the same size";
1640
1689
  };
1641
1690
  };
1642
- images: {
1691
+ medias: {
1643
1692
  readonly type: "array";
1644
1693
  readonly max: 10;
1645
1694
  readonly getItemSummary: (item: {
@@ -1799,7 +1848,7 @@ declare const confMap: {
1799
1848
  readonly instructions: "Buttons must use the same size";
1800
1849
  };
1801
1850
  };
1802
- images: {
1851
+ medias: {
1803
1852
  readonly type: "array";
1804
1853
  readonly max: 10;
1805
1854
  readonly getItemSummary: (item: {
@@ -1928,7 +1977,7 @@ declare const confMap: {
1928
1977
  };
1929
1978
  };
1930
1979
  defaultProps: Omit<import("./cta-sections/props").CtaSectionBaseProps, "inputPlaceholder" | "formButton" | "termsAndConditions"> & {
1931
- logos: import("./banner-sections/props").BaseImage[];
1980
+ logos: import("./banner-sections/props").BaseMedia[];
1932
1981
  };
1933
1982
  render: (props: import("./cta-sections/text-block-cta").TextBlockCtaProps) => import("react/jsx-runtime").JSX.Element;
1934
1983
  };
@@ -2875,7 +2924,7 @@ declare const confMap: {
2875
2924
  readonly instructions: "Buttons must use the same size";
2876
2925
  };
2877
2926
  };
2878
- image: {
2927
+ media: {
2879
2928
  type: "object";
2880
2929
  objectFields: {
2881
2930
  src: import("@puckeditor/core").Field<string>;
@@ -3116,7 +3165,7 @@ declare const confMap: {
3116
3165
  readonly instructions: "Buttons must use the same size";
3117
3166
  };
3118
3167
  };
3119
- image: {
3168
+ media: {
3120
3169
  type: "object";
3121
3170
  objectFields: {
3122
3171
  src: import("@puckeditor/core").Field<string>;
@@ -3194,7 +3243,7 @@ declare const confMap: {
3194
3243
  description: {
3195
3244
  type: string;
3196
3245
  };
3197
- image: {
3246
+ media: {
3198
3247
  type: "object";
3199
3248
  objectFields: {
3200
3249
  src: import("@puckeditor/core").Field<string>;
@@ -3304,7 +3353,7 @@ declare const confMap: {
3304
3353
  readonly instructions: "Buttons must use the same size";
3305
3354
  };
3306
3355
  };
3307
- image: {
3356
+ media: {
3308
3357
  type: "object";
3309
3358
  objectFields: {
3310
3359
  src: import("@puckeditor/core").Field<string>;
@@ -3615,13 +3664,24 @@ declare const confMap: {
3615
3664
  title: string;
3616
3665
  description: string;
3617
3666
  }[];
3618
- bgImage?: import("./banner-sections/props").BaseImage;
3667
+ bgImage?: import("./banner-sections/props").BaseMedia;
3619
3668
  bgVideo?: string;
3620
3669
  };
3621
3670
  render: (props: import("./feature-sections/text-only-section").TextOnlySectionProps) => import("react/jsx-runtime").JSX.Element;
3622
3671
  };
3623
3672
  CenteredMinimalFooter: {
3624
3673
  fields: {
3674
+ __metadata: {
3675
+ type: string;
3676
+ ai: {
3677
+ instructions: string;
3678
+ };
3679
+ objectFields: {
3680
+ type: {
3681
+ type: string;
3682
+ };
3683
+ };
3684
+ };
3625
3685
  logo: {
3626
3686
  type: "object";
3627
3687
  objectFields: {
@@ -3719,6 +3779,17 @@ declare const confMap: {
3719
3779
  };
3720
3780
  ContactLinksFooter: {
3721
3781
  fields: {
3782
+ __metadata: {
3783
+ type: string;
3784
+ ai: {
3785
+ instructions: string;
3786
+ };
3787
+ objectFields: {
3788
+ type: {
3789
+ type: string;
3790
+ };
3791
+ };
3792
+ };
3722
3793
  logo: {
3723
3794
  type: "object";
3724
3795
  objectFields: {
@@ -3801,16 +3872,45 @@ declare const confMap: {
3801
3872
  };
3802
3873
  };
3803
3874
  };
3804
- socialMediaLinks: {
3805
- type: string;
3806
- label: string;
3807
- getItemSummary: (item: {
3808
- url?: string;
3809
- }, index?: number) => string;
3810
- arrayFields: {
3811
- url: {
3812
- type: string;
3813
- label: string;
3875
+ socialLinks: {
3876
+ readonly type: "array";
3877
+ readonly label: "Social Links";
3878
+ readonly getItemSummary: (item: {
3879
+ platform?: string;
3880
+ }, i?: number) => string;
3881
+ readonly arrayFields: {
3882
+ readonly platform: {
3883
+ readonly type: "select";
3884
+ readonly label: "Platform";
3885
+ readonly options: readonly [{
3886
+ readonly label: "Twitter / X";
3887
+ readonly value: "twitter";
3888
+ }, {
3889
+ readonly label: "Facebook";
3890
+ readonly value: "facebook";
3891
+ }, {
3892
+ readonly label: "Instagram";
3893
+ readonly value: "instagram";
3894
+ }, {
3895
+ readonly label: "LinkedIn";
3896
+ readonly value: "linkedin";
3897
+ }, {
3898
+ readonly label: "YouTube";
3899
+ readonly value: "youtube";
3900
+ }, {
3901
+ readonly label: "GitHub";
3902
+ readonly value: "github";
3903
+ }, {
3904
+ readonly label: "TikTok";
3905
+ readonly value: "tiktok";
3906
+ }, {
3907
+ readonly label: "Discord";
3908
+ readonly value: "discord";
3909
+ }];
3910
+ };
3911
+ readonly url: {
3912
+ readonly type: "text";
3913
+ readonly label: "URL";
3814
3914
  };
3815
3915
  };
3816
3916
  };
@@ -3865,6 +3965,17 @@ declare const confMap: {
3865
3965
  readonly value: "false";
3866
3966
  }];
3867
3967
  };
3968
+ showSocialLinks: {
3969
+ readonly type: "radio";
3970
+ readonly label: "Display Social Links";
3971
+ readonly options: readonly [{
3972
+ readonly label: "Yes";
3973
+ readonly value: "true";
3974
+ }, {
3975
+ readonly label: "No";
3976
+ readonly value: "false";
3977
+ }];
3978
+ };
3868
3979
  };
3869
3980
  };
3870
3981
  };
@@ -3873,6 +3984,17 @@ declare const confMap: {
3873
3984
  };
3874
3985
  CtaLinksFooter: {
3875
3986
  fields: {
3987
+ __metadata: {
3988
+ type: string;
3989
+ ai: {
3990
+ instructions: string;
3991
+ };
3992
+ objectFields: {
3993
+ type: {
3994
+ type: string;
3995
+ };
3996
+ };
3997
+ };
3876
3998
  logo: {
3877
3999
  type: "object";
3878
4000
  objectFields: {
@@ -3993,16 +4115,45 @@ declare const confMap: {
3993
4115
  };
3994
4116
  };
3995
4117
  };
3996
- socialMediaLinks: {
3997
- type: string;
3998
- label: string;
3999
- getItemSummary: (item: {
4000
- url?: string;
4001
- }, index?: number) => string;
4002
- arrayFields: {
4003
- url: {
4004
- type: string;
4005
- label: string;
4118
+ socialLinks: {
4119
+ readonly type: "array";
4120
+ readonly label: "Social Links";
4121
+ readonly getItemSummary: (item: {
4122
+ platform?: string;
4123
+ }, i?: number) => string;
4124
+ readonly arrayFields: {
4125
+ readonly platform: {
4126
+ readonly type: "select";
4127
+ readonly label: "Platform";
4128
+ readonly options: readonly [{
4129
+ readonly label: "Twitter / X";
4130
+ readonly value: "twitter";
4131
+ }, {
4132
+ readonly label: "Facebook";
4133
+ readonly value: "facebook";
4134
+ }, {
4135
+ readonly label: "Instagram";
4136
+ readonly value: "instagram";
4137
+ }, {
4138
+ readonly label: "LinkedIn";
4139
+ readonly value: "linkedin";
4140
+ }, {
4141
+ readonly label: "YouTube";
4142
+ readonly value: "youtube";
4143
+ }, {
4144
+ readonly label: "GitHub";
4145
+ readonly value: "github";
4146
+ }, {
4147
+ readonly label: "TikTok";
4148
+ readonly value: "tiktok";
4149
+ }, {
4150
+ readonly label: "Discord";
4151
+ readonly value: "discord";
4152
+ }];
4153
+ };
4154
+ readonly url: {
4155
+ readonly type: "text";
4156
+ readonly label: "URL";
4006
4157
  };
4007
4158
  };
4008
4159
  };
@@ -4046,6 +4197,17 @@ declare const confMap: {
4046
4197
  readonly value: "false";
4047
4198
  }];
4048
4199
  };
4200
+ showSocialLinks: {
4201
+ readonly type: "radio";
4202
+ readonly label: "Display Social Links";
4203
+ readonly options: readonly [{
4204
+ readonly label: "Yes";
4205
+ readonly value: "true";
4206
+ }, {
4207
+ readonly label: "No";
4208
+ readonly value: "false";
4209
+ }];
4210
+ };
4049
4211
  };
4050
4212
  };
4051
4213
  };
@@ -4062,7 +4224,7 @@ declare const confMap: {
4062
4224
  readonly type: "textarea";
4063
4225
  readonly contentEditable: true;
4064
4226
  };
4065
- images: {
4227
+ medias: {
4066
4228
  readonly type: "array";
4067
4229
  readonly max: 10;
4068
4230
  readonly getItemSummary: (item: {
@@ -4137,7 +4299,7 @@ declare const confMap: {
4137
4299
  description: {
4138
4300
  type: string;
4139
4301
  };
4140
- image: {
4302
+ media: {
4141
4303
  type: "object";
4142
4304
  objectFields: {
4143
4305
  src: import("@puckeditor/core").Field<string>;
@@ -4253,7 +4415,7 @@ declare const confMap: {
4253
4415
  readonly type: "textarea";
4254
4416
  readonly contentEditable: true;
4255
4417
  };
4256
- images: {
4418
+ medias: {
4257
4419
  readonly type: "array";
4258
4420
  readonly max: 10;
4259
4421
  readonly getItemSummary: (item: {
@@ -4395,7 +4557,7 @@ declare const confMap: {
4395
4557
  tag: {
4396
4558
  type: string;
4397
4559
  };
4398
- image: {
4560
+ media: {
4399
4561
  type: "object";
4400
4562
  objectFields: {
4401
4563
  src: import("@puckeditor/core").Field<string>;
@@ -4462,7 +4624,7 @@ declare const confMap: {
4462
4624
  readonly type: "textarea";
4463
4625
  readonly contentEditable: true;
4464
4626
  };
4465
- images: {
4627
+ medias: {
4466
4628
  readonly type: "array";
4467
4629
  readonly max: 10;
4468
4630
  readonly getItemSummary: (item: {
@@ -4612,7 +4774,7 @@ declare const confMap: {
4612
4774
  description: {
4613
4775
  type: string;
4614
4776
  };
4615
- image: {
4777
+ media: {
4616
4778
  type: "object";
4617
4779
  objectFields: {
4618
4780
  src: import("@puckeditor/core").Field<string>;
@@ -4856,7 +5018,7 @@ declare const confMap: {
4856
5018
  description: {
4857
5019
  type: string;
4858
5020
  };
4859
- image: {
5021
+ media: {
4860
5022
  type: "object";
4861
5023
  objectFields: {
4862
5024
  src: import("@puckeditor/core").Field<string>;
@@ -4978,7 +5140,7 @@ declare const confMap: {
4978
5140
  readonly type: "textarea";
4979
5141
  readonly contentEditable: true;
4980
5142
  };
4981
- images: {
5143
+ medias: {
4982
5144
  readonly type: "array";
4983
5145
  readonly max: 10;
4984
5146
  readonly getItemSummary: (item: {
@@ -5014,7 +5176,7 @@ declare const confMap: {
5014
5176
  description: {
5015
5177
  type: string;
5016
5178
  };
5017
- image: {
5179
+ media: {
5018
5180
  type: "object";
5019
5181
  objectFields: {
5020
5182
  src: import("@puckeditor/core").Field<string>;
@@ -5102,7 +5264,7 @@ declare const confMap: {
5102
5264
  readonly type: "textarea";
5103
5265
  readonly contentEditable: true;
5104
5266
  };
5105
- images: {
5267
+ medias: {
5106
5268
  readonly type: "array";
5107
5269
  readonly max: 10;
5108
5270
  readonly getItemSummary: (item: {
@@ -5175,7 +5337,7 @@ declare const confMap: {
5175
5337
  readonly type: "textarea";
5176
5338
  readonly contentEditable: true;
5177
5339
  };
5178
- images: {
5340
+ medias: {
5179
5341
  readonly type: "array";
5180
5342
  readonly max: 10;
5181
5343
  readonly getItemSummary: (item: {
@@ -5257,6 +5419,17 @@ declare const confMap: {
5257
5419
  };
5258
5420
  CenteredNavbar: {
5259
5421
  fields: {
5422
+ __metadata: {
5423
+ type: string;
5424
+ ai: {
5425
+ instructions: string;
5426
+ };
5427
+ objectFields: {
5428
+ type: {
5429
+ type: string;
5430
+ };
5431
+ };
5432
+ };
5260
5433
  logo: {
5261
5434
  type: "object";
5262
5435
  objectFields: {
@@ -5360,12 +5533,104 @@ declare const confMap: {
5360
5533
  readonly instructions: "Buttons must use the same size";
5361
5534
  };
5362
5535
  };
5536
+ socialLinks: {
5537
+ readonly type: "array";
5538
+ readonly label: "Social Links";
5539
+ readonly getItemSummary: (item: {
5540
+ platform?: string;
5541
+ }, i?: number) => string;
5542
+ readonly arrayFields: {
5543
+ readonly platform: {
5544
+ readonly type: "select";
5545
+ readonly label: "Platform";
5546
+ readonly options: readonly [{
5547
+ readonly label: "Twitter / X";
5548
+ readonly value: "twitter";
5549
+ }, {
5550
+ readonly label: "Facebook";
5551
+ readonly value: "facebook";
5552
+ }, {
5553
+ readonly label: "Instagram";
5554
+ readonly value: "instagram";
5555
+ }, {
5556
+ readonly label: "LinkedIn";
5557
+ readonly value: "linkedin";
5558
+ }, {
5559
+ readonly label: "YouTube";
5560
+ readonly value: "youtube";
5561
+ }, {
5562
+ readonly label: "GitHub";
5563
+ readonly value: "github";
5564
+ }, {
5565
+ readonly label: "TikTok";
5566
+ readonly value: "tiktok";
5567
+ }, {
5568
+ readonly label: "Discord";
5569
+ readonly value: "discord";
5570
+ }];
5571
+ };
5572
+ readonly url: {
5573
+ readonly type: "text";
5574
+ readonly label: "URL";
5575
+ };
5576
+ };
5577
+ };
5578
+ styles: {
5579
+ type: string;
5580
+ label: string;
5581
+ objectFields: {
5582
+ className: {
5583
+ readonly type: "text";
5584
+ readonly label: "Class Name";
5585
+ readonly ai: {
5586
+ readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
5587
+ };
5588
+ };
5589
+ style: {
5590
+ readonly type: "object";
5591
+ readonly label: "Style";
5592
+ readonly objectFields: {};
5593
+ readonly ai: {
5594
+ readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
5595
+ };
5596
+ };
5597
+ css: {
5598
+ readonly type: "textarea";
5599
+ readonly label: "Custom CSS";
5600
+ readonly ai: {
5601
+ readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
5602
+ };
5603
+ };
5604
+ showSocialLinks: {
5605
+ readonly type: "radio";
5606
+ readonly label: "Display Social Links";
5607
+ readonly options: readonly [{
5608
+ readonly label: "Yes";
5609
+ readonly value: "true";
5610
+ }, {
5611
+ readonly label: "No";
5612
+ readonly value: "false";
5613
+ }];
5614
+ };
5615
+ };
5616
+ };
5363
5617
  };
5364
5618
  defaultProps: import("./header-sections/props").HeaderSectionBaseProps;
5365
5619
  render: (props: import("./header-sections/centered-navbar").CenteredNavbarProps) => import("react/jsx-runtime").JSX.Element;
5366
5620
  };
5367
5621
  DrawerNavbar: {
5368
5622
  fields: {
5623
+ __metadata: {
5624
+ type: string;
5625
+ ai: {
5626
+ instructions: string;
5627
+ };
5628
+ objectFields: {
5629
+ type: {
5630
+ type: string;
5631
+ };
5632
+ };
5633
+ };
5369
5634
  logo: {
5370
5635
  type: "object";
5371
5636
  objectFields: {
@@ -5469,12 +5734,104 @@ declare const confMap: {
5469
5734
  readonly instructions: "Buttons must use the same size";
5470
5735
  };
5471
5736
  };
5737
+ socialLinks: {
5738
+ readonly type: "array";
5739
+ readonly label: "Social Links";
5740
+ readonly getItemSummary: (item: {
5741
+ platform?: string;
5742
+ }, i?: number) => string;
5743
+ readonly arrayFields: {
5744
+ readonly platform: {
5745
+ readonly type: "select";
5746
+ readonly label: "Platform";
5747
+ readonly options: readonly [{
5748
+ readonly label: "Twitter / X";
5749
+ readonly value: "twitter";
5750
+ }, {
5751
+ readonly label: "Facebook";
5752
+ readonly value: "facebook";
5753
+ }, {
5754
+ readonly label: "Instagram";
5755
+ readonly value: "instagram";
5756
+ }, {
5757
+ readonly label: "LinkedIn";
5758
+ readonly value: "linkedin";
5759
+ }, {
5760
+ readonly label: "YouTube";
5761
+ readonly value: "youtube";
5762
+ }, {
5763
+ readonly label: "GitHub";
5764
+ readonly value: "github";
5765
+ }, {
5766
+ readonly label: "TikTok";
5767
+ readonly value: "tiktok";
5768
+ }, {
5769
+ readonly label: "Discord";
5770
+ readonly value: "discord";
5771
+ }];
5772
+ };
5773
+ readonly url: {
5774
+ readonly type: "text";
5775
+ readonly label: "URL";
5776
+ };
5777
+ };
5778
+ };
5779
+ styles: {
5780
+ type: string;
5781
+ label: string;
5782
+ objectFields: {
5783
+ className: {
5784
+ readonly type: "text";
5785
+ readonly label: "Class Name";
5786
+ readonly ai: {
5787
+ readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
5788
+ };
5789
+ };
5790
+ style: {
5791
+ readonly type: "object";
5792
+ readonly label: "Style";
5793
+ readonly objectFields: {};
5794
+ readonly ai: {
5795
+ readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
5796
+ };
5797
+ };
5798
+ css: {
5799
+ readonly type: "textarea";
5800
+ readonly label: "Custom CSS";
5801
+ readonly ai: {
5802
+ readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
5803
+ };
5804
+ };
5805
+ showSocialLinks: {
5806
+ readonly type: "radio";
5807
+ readonly label: "Display Social Links";
5808
+ readonly options: readonly [{
5809
+ readonly label: "Yes";
5810
+ readonly value: "true";
5811
+ }, {
5812
+ readonly label: "No";
5813
+ readonly value: "false";
5814
+ }];
5815
+ };
5816
+ };
5817
+ };
5472
5818
  };
5473
5819
  defaultProps: import("./header-sections/props").HeaderSectionBaseProps;
5474
5820
  render: (props: import("./header-sections/drawer-navbar").DrawerNavbarProps) => import("react/jsx-runtime").JSX.Element;
5475
5821
  };
5476
5822
  FloatingBorderedNavbar: {
5477
5823
  fields: {
5824
+ __metadata: {
5825
+ type: string;
5826
+ ai: {
5827
+ instructions: string;
5828
+ };
5829
+ objectFields: {
5830
+ type: {
5831
+ type: string;
5832
+ };
5833
+ };
5834
+ };
5478
5835
  logo: {
5479
5836
  type: "object";
5480
5837
  objectFields: {
@@ -5499,9 +5856,13 @@ declare const confMap: {
5499
5856
  };
5500
5857
  };
5501
5858
  };
5502
- button: {
5503
- readonly type: "object";
5504
- readonly objectFields: {
5859
+ buttons: {
5860
+ readonly type: "array";
5861
+ readonly max: 3;
5862
+ readonly getItemSummary: (item: {
5863
+ label?: string;
5864
+ }, index?: number) => string;
5865
+ readonly arrayFields: {
5505
5866
  readonly label: {
5506
5867
  readonly type: "text";
5507
5868
  };
@@ -5553,6 +5914,68 @@ declare const confMap: {
5553
5914
  render: typeof import("../puck-core/fields/icon-picker-field").IconPickerField;
5554
5915
  };
5555
5916
  };
5917
+ readonly defaultItemProps: {
5918
+ readonly label: "Button";
5919
+ readonly action: {
5920
+ readonly type: "page";
5921
+ readonly pageUrl: "";
5922
+ readonly externalUrl: "";
5923
+ readonly openInNewTab: "false";
5924
+ readonly email: "";
5925
+ readonly subject: "";
5926
+ readonly phone: "";
5927
+ readonly sectionId: "";
5928
+ readonly downloadUrl: "";
5929
+ };
5930
+ readonly variant: "default";
5931
+ readonly size: "default";
5932
+ readonly icon: "none";
5933
+ };
5934
+ readonly ai: {
5935
+ readonly instructions: "Buttons must use the same size";
5936
+ };
5937
+ };
5938
+ socialLinks: {
5939
+ readonly type: "array";
5940
+ readonly label: "Social Links";
5941
+ readonly getItemSummary: (item: {
5942
+ platform?: string;
5943
+ }, i?: number) => string;
5944
+ readonly arrayFields: {
5945
+ readonly platform: {
5946
+ readonly type: "select";
5947
+ readonly label: "Platform";
5948
+ readonly options: readonly [{
5949
+ readonly label: "Twitter / X";
5950
+ readonly value: "twitter";
5951
+ }, {
5952
+ readonly label: "Facebook";
5953
+ readonly value: "facebook";
5954
+ }, {
5955
+ readonly label: "Instagram";
5956
+ readonly value: "instagram";
5957
+ }, {
5958
+ readonly label: "LinkedIn";
5959
+ readonly value: "linkedin";
5960
+ }, {
5961
+ readonly label: "YouTube";
5962
+ readonly value: "youtube";
5963
+ }, {
5964
+ readonly label: "GitHub";
5965
+ readonly value: "github";
5966
+ }, {
5967
+ readonly label: "TikTok";
5968
+ readonly value: "tiktok";
5969
+ }, {
5970
+ readonly label: "Discord";
5971
+ readonly value: "discord";
5972
+ }];
5973
+ };
5974
+ readonly url: {
5975
+ readonly type: "text";
5976
+ readonly label: "URL";
5977
+ };
5978
+ };
5556
5979
  };
5557
5980
  styles: {
5558
5981
  type: string;
@@ -5591,6 +6014,17 @@ declare const confMap: {
5591
6014
  readonly value: "fixed";
5592
6015
  }];
5593
6016
  };
6017
+ showSocialLinks: {
6018
+ readonly type: "radio";
6019
+ readonly label: "Display Social Links";
6020
+ readonly options: readonly [{
6021
+ readonly label: "Yes";
6022
+ readonly value: "true";
6023
+ }, {
6024
+ readonly label: "No";
6025
+ readonly value: "false";
6026
+ }];
6027
+ };
5594
6028
  };
5595
6029
  };
5596
6030
  };
@@ -5599,6 +6033,17 @@ declare const confMap: {
5599
6033
  };
5600
6034
  FullscreenOverlayNavbar: {
5601
6035
  fields: {
6036
+ __metadata: {
6037
+ type: string;
6038
+ ai: {
6039
+ instructions: string;
6040
+ };
6041
+ objectFields: {
6042
+ type: {
6043
+ type: string;
6044
+ };
6045
+ };
6046
+ };
5602
6047
  logo: {
5603
6048
  type: "object";
5604
6049
  objectFields: {
@@ -5623,9 +6068,13 @@ declare const confMap: {
5623
6068
  };
5624
6069
  };
5625
6070
  };
5626
- button: {
5627
- readonly type: "object";
5628
- readonly objectFields: {
6071
+ buttons: {
6072
+ readonly type: "array";
6073
+ readonly max: 3;
6074
+ readonly getItemSummary: (item: {
6075
+ label?: string;
6076
+ }, index?: number) => string;
6077
+ readonly arrayFields: {
5629
6078
  readonly label: {
5630
6079
  readonly type: "text";
5631
6080
  };
@@ -5677,6 +6126,68 @@ declare const confMap: {
5677
6126
  render: typeof import("../puck-core/fields/icon-picker-field").IconPickerField;
5678
6127
  };
5679
6128
  };
6129
+ readonly defaultItemProps: {
6130
+ readonly label: "Button";
6131
+ readonly action: {
6132
+ readonly type: "page";
6133
+ readonly pageUrl: "";
6134
+ readonly externalUrl: "";
6135
+ readonly openInNewTab: "false";
6136
+ readonly email: "";
6137
+ readonly subject: "";
6138
+ readonly phone: "";
6139
+ readonly sectionId: "";
6140
+ readonly downloadUrl: "";
6141
+ };
6142
+ readonly variant: "default";
6143
+ readonly size: "default";
6144
+ readonly icon: "none";
6145
+ };
6146
+ readonly ai: {
6147
+ readonly instructions: "Buttons must use the same size";
6148
+ };
6149
+ };
6150
+ socialLinks: {
6151
+ readonly type: "array";
6152
+ readonly label: "Social Links";
6153
+ readonly getItemSummary: (item: {
6154
+ platform?: string;
6155
+ }, i?: number) => string;
6156
+ readonly arrayFields: {
6157
+ readonly platform: {
6158
+ readonly type: "select";
6159
+ readonly label: "Platform";
6160
+ readonly options: readonly [{
6161
+ readonly label: "Twitter / X";
6162
+ readonly value: "twitter";
6163
+ }, {
6164
+ readonly label: "Facebook";
6165
+ readonly value: "facebook";
6166
+ }, {
6167
+ readonly label: "Instagram";
6168
+ readonly value: "instagram";
6169
+ }, {
6170
+ readonly label: "LinkedIn";
6171
+ readonly value: "linkedin";
6172
+ }, {
6173
+ readonly label: "YouTube";
6174
+ readonly value: "youtube";
6175
+ }, {
6176
+ readonly label: "GitHub";
6177
+ readonly value: "github";
6178
+ }, {
6179
+ readonly label: "TikTok";
6180
+ readonly value: "tiktok";
6181
+ }, {
6182
+ readonly label: "Discord";
6183
+ readonly value: "discord";
6184
+ }];
6185
+ };
6186
+ readonly url: {
6187
+ readonly type: "text";
6188
+ readonly label: "URL";
6189
+ };
6190
+ };
5680
6191
  };
5681
6192
  styles: {
5682
6193
  type: string;
@@ -5724,6 +6235,17 @@ declare const confMap: {
5724
6235
  readonly value: "withForm";
5725
6236
  }];
5726
6237
  };
6238
+ showSocialLinks: {
6239
+ readonly type: "radio";
6240
+ readonly label: "Display Social Links";
6241
+ readonly options: readonly [{
6242
+ readonly label: "Yes";
6243
+ readonly value: "true";
6244
+ }, {
6245
+ readonly label: "No";
6246
+ readonly value: "false";
6247
+ }];
6248
+ };
5727
6249
  };
5728
6250
  };
5729
6251
  };
@@ -5732,6 +6254,17 @@ declare const confMap: {
5732
6254
  };
5733
6255
  MegaMenuNavbar: {
5734
6256
  fields: {
6257
+ __metadata: {
6258
+ type: string;
6259
+ ai: {
6260
+ instructions: string;
6261
+ };
6262
+ objectFields: {
6263
+ type: {
6264
+ type: string;
6265
+ };
6266
+ };
6267
+ };
5735
6268
  logo: {
5736
6269
  type: "object";
5737
6270
  objectFields: {
@@ -5835,6 +6368,48 @@ declare const confMap: {
5835
6368
  readonly instructions: "Buttons must use the same size";
5836
6369
  };
5837
6370
  };
6371
+ socialLinks: {
6372
+ readonly type: "array";
6373
+ readonly label: "Social Links";
6374
+ readonly getItemSummary: (item: {
6375
+ platform?: string;
6376
+ }, i?: number) => string;
6377
+ readonly arrayFields: {
6378
+ readonly platform: {
6379
+ readonly type: "select";
6380
+ readonly label: "Platform";
6381
+ readonly options: readonly [{
6382
+ readonly label: "Twitter / X";
6383
+ readonly value: "twitter";
6384
+ }, {
6385
+ readonly label: "Facebook";
6386
+ readonly value: "facebook";
6387
+ }, {
6388
+ readonly label: "Instagram";
6389
+ readonly value: "instagram";
6390
+ }, {
6391
+ readonly label: "LinkedIn";
6392
+ readonly value: "linkedin";
6393
+ }, {
6394
+ readonly label: "YouTube";
6395
+ readonly value: "youtube";
6396
+ }, {
6397
+ readonly label: "GitHub";
6398
+ readonly value: "github";
6399
+ }, {
6400
+ readonly label: "TikTok";
6401
+ readonly value: "tiktok";
6402
+ }, {
6403
+ readonly label: "Discord";
6404
+ readonly value: "discord";
6405
+ }];
6406
+ };
6407
+ readonly url: {
6408
+ readonly type: "text";
6409
+ readonly label: "URL";
6410
+ };
6411
+ };
6412
+ };
5838
6413
  styles: {
5839
6414
  type: string;
5840
6415
  label: string;
@@ -5884,6 +6459,17 @@ declare const confMap: {
5884
6459
  readonly value: "linksBlog";
5885
6460
  }];
5886
6461
  };
6462
+ showSocialLinks: {
6463
+ readonly type: "radio";
6464
+ readonly label: "Display Social Links";
6465
+ readonly options: readonly [{
6466
+ readonly label: "Yes";
6467
+ readonly value: "true";
6468
+ }, {
6469
+ readonly label: "No";
6470
+ readonly value: "false";
6471
+ }];
6472
+ };
5887
6473
  };
5888
6474
  };
5889
6475
  };
@@ -5892,6 +6478,17 @@ declare const confMap: {
5892
6478
  };
5893
6479
  StandardNavbar: {
5894
6480
  fields: {
6481
+ __metadata: {
6482
+ type: string;
6483
+ ai: {
6484
+ instructions: string;
6485
+ };
6486
+ objectFields: {
6487
+ type: {
6488
+ type: string;
6489
+ };
6490
+ };
6491
+ };
5895
6492
  logo: {
5896
6493
  type: "object";
5897
6494
  objectFields: {
@@ -5995,6 +6592,48 @@ declare const confMap: {
5995
6592
  readonly instructions: "Buttons must use the same size";
5996
6593
  };
5997
6594
  };
6595
+ socialLinks: {
6596
+ readonly type: "array";
6597
+ readonly label: "Social Links";
6598
+ readonly getItemSummary: (item: {
6599
+ platform?: string;
6600
+ }, i?: number) => string;
6601
+ readonly arrayFields: {
6602
+ readonly platform: {
6603
+ readonly type: "select";
6604
+ readonly label: "Platform";
6605
+ readonly options: readonly [{
6606
+ readonly label: "Twitter / X";
6607
+ readonly value: "twitter";
6608
+ }, {
6609
+ readonly label: "Facebook";
6610
+ readonly value: "facebook";
6611
+ }, {
6612
+ readonly label: "Instagram";
6613
+ readonly value: "instagram";
6614
+ }, {
6615
+ readonly label: "LinkedIn";
6616
+ readonly value: "linkedin";
6617
+ }, {
6618
+ readonly label: "YouTube";
6619
+ readonly value: "youtube";
6620
+ }, {
6621
+ readonly label: "GitHub";
6622
+ readonly value: "github";
6623
+ }, {
6624
+ readonly label: "TikTok";
6625
+ readonly value: "tiktok";
6626
+ }, {
6627
+ readonly label: "Discord";
6628
+ readonly value: "discord";
6629
+ }];
6630
+ };
6631
+ readonly url: {
6632
+ readonly type: "text";
6633
+ readonly label: "URL";
6634
+ };
6635
+ };
6636
+ };
5998
6637
  styles: {
5999
6638
  type: string;
6000
6639
  label: string;
@@ -6035,6 +6674,17 @@ declare const confMap: {
6035
6674
  readonly value: "richGrouped";
6036
6675
  }];
6037
6676
  };
6677
+ showSocialLinks: {
6678
+ readonly type: "radio";
6679
+ readonly label: "Display Social Links";
6680
+ readonly options: readonly [{
6681
+ readonly label: "Yes";
6682
+ readonly value: "true";
6683
+ }, {
6684
+ readonly label: "No";
6685
+ readonly value: "false";
6686
+ }];
6687
+ };
6038
6688
  };
6039
6689
  };
6040
6690
  };
@@ -6130,7 +6780,7 @@ declare const confMap: {
6130
6780
  readonly instructions: "Buttons must use the same size";
6131
6781
  };
6132
6782
  };
6133
- images: {
6783
+ medias: {
6134
6784
  readonly type: "array";
6135
6785
  readonly max: 10;
6136
6786
  readonly getItemSummary: (item: {
@@ -6246,7 +6896,7 @@ declare const confMap: {
6246
6896
  readonly instructions: "Buttons must use the same size";
6247
6897
  };
6248
6898
  };
6249
- imagesPartOne: {
6899
+ mediasPartOne: {
6250
6900
  readonly type: "array";
6251
6901
  readonly max: 10;
6252
6902
  readonly getItemSummary: (item: {
@@ -6263,7 +6913,7 @@ declare const confMap: {
6263
6913
  src: string;
6264
6914
  };
6265
6915
  };
6266
- imagesPartTwo: {
6916
+ mediasPartTwo: {
6267
6917
  readonly type: "array";
6268
6918
  readonly max: 10;
6269
6919
  readonly getItemSummary: (item: {
@@ -6373,7 +7023,7 @@ declare const confMap: {
6373
7023
  readonly instructions: "Buttons must use the same size";
6374
7024
  };
6375
7025
  };
6376
- images: {
7026
+ medias: {
6377
7027
  readonly type: "array";
6378
7028
  readonly max: 10;
6379
7029
  readonly getItemSummary: (item: {
@@ -6486,7 +7136,7 @@ declare const confMap: {
6486
7136
  video: {
6487
7137
  type: string;
6488
7138
  };
6489
- images: {
7139
+ medias: {
6490
7140
  readonly type: "array";
6491
7141
  readonly max: 10;
6492
7142
  readonly getItemSummary: (item: {
@@ -6596,7 +7246,7 @@ declare const confMap: {
6596
7246
  readonly instructions: "Buttons must use the same size";
6597
7247
  };
6598
7248
  };
6599
- images: {
7249
+ medias: {
6600
7250
  readonly type: "array";
6601
7251
  readonly max: 10;
6602
7252
  readonly getItemSummary: (item: {
@@ -6764,7 +7414,7 @@ declare const confMap: {
6764
7414
  readonly instructions: "Buttons must use the same size";
6765
7415
  };
6766
7416
  };
6767
- images: {
7417
+ medias: {
6768
7418
  readonly type: "array";
6769
7419
  readonly max: 10;
6770
7420
  readonly getItemSummary: (item: {
@@ -7147,7 +7797,7 @@ declare const confMap: {
7147
7797
  readonly instructions: "Buttons must use the same size";
7148
7798
  };
7149
7799
  };
7150
- images: {
7800
+ medias: {
7151
7801
  readonly type: "array";
7152
7802
  readonly max: 10;
7153
7803
  readonly getItemSummary: (item: {
@@ -7503,7 +8153,7 @@ declare const confMap: {
7503
8153
  readonly instructions: "Buttons must use the same size";
7504
8154
  };
7505
8155
  };
7506
- images: {
8156
+ medias: {
7507
8157
  readonly type: "array";
7508
8158
  readonly max: 10;
7509
8159
  readonly getItemSummary: (item: {
@@ -7613,7 +8263,7 @@ declare const confMap: {
7613
8263
  readonly instructions: "Buttons must use the same size";
7614
8264
  };
7615
8265
  };
7616
- images: {
8266
+ medias: {
7617
8267
  readonly type: "array";
7618
8268
  readonly max: 10;
7619
8269
  readonly getItemSummary: (item: {
@@ -7726,7 +8376,7 @@ declare const confMap: {
7726
8376
  video: {
7727
8377
  type: string;
7728
8378
  };
7729
- images: {
8379
+ medias: {
7730
8380
  readonly type: "array";
7731
8381
  readonly max: 10;
7732
8382
  readonly getItemSummary: (item: {
@@ -7836,7 +8486,7 @@ declare const confMap: {
7836
8486
  readonly instructions: "Buttons must use the same size";
7837
8487
  };
7838
8488
  };
7839
- images: {
8489
+ medias: {
7840
8490
  readonly type: "array";
7841
8491
  readonly max: 10;
7842
8492
  readonly getItemSummary: (item: {
@@ -7991,7 +8641,7 @@ declare const confMap: {
7991
8641
  readonly instructions: "Buttons must use the same size";
7992
8642
  };
7993
8643
  };
7994
- images: {
8644
+ medias: {
7995
8645
  readonly type: "array";
7996
8646
  readonly max: 10;
7997
8647
  readonly getItemSummary: (item: {
@@ -8104,7 +8754,7 @@ declare const confMap: {
8104
8754
  video: {
8105
8755
  type: string;
8106
8756
  };
8107
- images: {
8757
+ medias: {
8108
8758
  readonly type: "array";
8109
8759
  readonly max: 10;
8110
8760
  readonly getItemSummary: (item: {
@@ -8207,15 +8857,12 @@ declare const confMap: {
8207
8857
  description: {
8208
8858
  type: string;
8209
8859
  };
8210
- image: {
8211
- type: string;
8860
+ media: {
8861
+ type: "object";
8212
8862
  objectFields: {
8213
- src: {
8214
- type: string;
8215
- label: string;
8216
- };
8863
+ src: import("@puckeditor/core").Field<string>;
8217
8864
  alt: {
8218
- type: string;
8865
+ type: "text";
8219
8866
  };
8220
8867
  };
8221
8868
  };
@@ -8513,7 +9160,7 @@ declare const confMap: {
8513
9160
  readonly instructions: "Buttons must use the same size";
8514
9161
  };
8515
9162
  };
8516
- images: {
9163
+ medias: {
8517
9164
  readonly type: "array";
8518
9165
  readonly max: 10;
8519
9166
  readonly getItemSummary: (item: {
@@ -8623,7 +9270,7 @@ declare const confMap: {
8623
9270
  readonly instructions: "Buttons must use the same size";
8624
9271
  };
8625
9272
  };
8626
- images: {
9273
+ medias: {
8627
9274
  readonly type: "array";
8628
9275
  readonly max: 10;
8629
9276
  readonly getItemSummary: (item: {
@@ -8802,7 +9449,7 @@ declare const confMap: {
8802
9449
  };
8803
9450
  };
8804
9451
  };
8805
- image: {
9452
+ media: {
8806
9453
  type: "object";
8807
9454
  objectFields: {
8808
9455
  src: import("@puckeditor/core").Field<string>;
@@ -8987,7 +9634,7 @@ declare const confMap: {
8987
9634
  };
8988
9635
  };
8989
9636
  };
8990
- image: {
9637
+ media: {
8991
9638
  type: "object";
8992
9639
  objectFields: {
8993
9640
  src: import("@puckeditor/core").Field<string>;
@@ -9164,7 +9811,7 @@ declare const confMap: {
9164
9811
  max: number;
9165
9812
  getItemSummary: (item: {
9166
9813
  heading?: string;
9167
- image?: any;
9814
+ media?: any;
9168
9815
  }, index?: number) => string;
9169
9816
  arrayFields: {
9170
9817
  percentage: {
@@ -9178,7 +9825,7 @@ declare const confMap: {
9178
9825
  readonly type: "textarea";
9179
9826
  readonly contentEditable: true;
9180
9827
  };
9181
- image: {
9828
+ media: {
9182
9829
  type: "object";
9183
9830
  objectFields: {
9184
9831
  src: import("@puckeditor/core").Field<string>;
@@ -9354,7 +10001,7 @@ declare const confMap: {
9354
10001
  };
9355
10002
  };
9356
10003
  };
9357
- image: {
10004
+ media: {
9358
10005
  type: "object";
9359
10006
  objectFields: {
9360
10007
  src: import("@puckeditor/core").Field<string>;
@@ -9471,7 +10118,7 @@ declare const confMap: {
9471
10118
  readonly type: "textarea";
9472
10119
  readonly contentEditable: true;
9473
10120
  };
9474
- image: {
10121
+ media: {
9475
10122
  type: "object";
9476
10123
  objectFields: {
9477
10124
  src: import("@puckeditor/core").Field<string>;
@@ -9483,7 +10130,7 @@ declare const confMap: {
9483
10130
  video: {
9484
10131
  type: string;
9485
10132
  objectFields: {
9486
- image: {
10133
+ media: {
9487
10134
  type: "object";
9488
10135
  objectFields: {
9489
10136
  src: import("@puckeditor/core").Field<string>;
@@ -10229,7 +10876,7 @@ declare const confMap: {
10229
10876
  description: {
10230
10877
  type: string;
10231
10878
  };
10232
- image: {
10879
+ media: {
10233
10880
  type: "object";
10234
10881
  objectFields: {
10235
10882
  src: import("@puckeditor/core").Field<string>;
@@ -10284,7 +10931,7 @@ declare const confMap: {
10284
10931
  timelineItems: {
10285
10932
  date: string;
10286
10933
  description: string;
10287
- image?: import("./banner-sections/props").BaseImage;
10934
+ media?: import("./banner-sections/props").BaseMedia;
10288
10935
  }[];
10289
10936
  };
10290
10937
  render: (props: import("./showcase-sections/compact-timeline").CompactTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -10393,7 +11040,7 @@ declare const confMap: {
10393
11040
  description: {
10394
11041
  type: string;
10395
11042
  };
10396
- image: {
11043
+ media: {
10397
11044
  type: "object";
10398
11045
  objectFields: {
10399
11046
  src: import("@puckeditor/core").Field<string>;
@@ -10448,7 +11095,7 @@ declare const confMap: {
10448
11095
  timelineItems: {
10449
11096
  date: string;
10450
11097
  description: string;
10451
- image?: import("./banner-sections/props").BaseImage;
11098
+ media?: import("./banner-sections/props").BaseMedia;
10452
11099
  }[];
10453
11100
  };
10454
11101
  render: (props: import("./showcase-sections/horizontal-timeline").HorizontalTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -10639,7 +11286,7 @@ declare const confMap: {
10639
11286
  readonly instructions: "Buttons must use the same size";
10640
11287
  };
10641
11288
  };
10642
- image: {
11289
+ media: {
10643
11290
  type: "object";
10644
11291
  objectFields: {
10645
11292
  src: import("@puckeditor/core").Field<string>;
@@ -10707,7 +11354,7 @@ declare const confMap: {
10707
11354
  title: string;
10708
11355
  description: string;
10709
11356
  buttons: import("./banner-sections/props").BaseButton[];
10710
- image?: import("./banner-sections/props").BaseImage;
11357
+ media?: import("./banner-sections/props").BaseMedia;
10711
11358
  }[];
10712
11359
  };
10713
11360
  render: (props: import("./showcase-sections/single-column-timeline").SingleColumnTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -10898,7 +11545,7 @@ declare const confMap: {
10898
11545
  readonly instructions: "Buttons must use the same size";
10899
11546
  };
10900
11547
  };
10901
- image: {
11548
+ media: {
10902
11549
  type: "object";
10903
11550
  objectFields: {
10904
11551
  src: import("@puckeditor/core").Field<string>;
@@ -10966,7 +11613,7 @@ declare const confMap: {
10966
11613
  heading: string;
10967
11614
  description: string;
10968
11615
  buttons: import("./banner-sections/props").BaseButton[];
10969
- image?: import("./banner-sections/props").BaseImage;
11616
+ media?: import("./banner-sections/props").BaseMedia;
10970
11617
  }[];
10971
11618
  };
10972
11619
  render: (props: import("./showcase-sections/sticky-scroll-timeline").StickyScrollTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -11077,7 +11724,7 @@ declare const confMap: {
11077
11724
  readonly instructions: "Buttons must use the same size";
11078
11725
  };
11079
11726
  };
11080
- image: {
11727
+ media: {
11081
11728
  type: "object";
11082
11729
  objectFields: {
11083
11730
  src: import("@puckeditor/core").Field<string>;
@@ -11139,7 +11786,7 @@ declare const confMap: {
11139
11786
  heading: string;
11140
11787
  description: string;
11141
11788
  buttons: import("./banner-sections/props").BaseButton[];
11142
- image: import("./banner-sections/props").BaseImage;
11789
+ media: import("./banner-sections/props").BaseMedia;
11143
11790
  };
11144
11791
  }[];
11145
11792
  } & {
@@ -11333,7 +11980,7 @@ declare const confMap: {
11333
11980
  readonly instructions: "Buttons must use the same size";
11334
11981
  };
11335
11982
  };
11336
- image: {
11983
+ media: {
11337
11984
  type: "object";
11338
11985
  objectFields: {
11339
11986
  src: import("@puckeditor/core").Field<string>;
@@ -11401,7 +12048,7 @@ declare const confMap: {
11401
12048
  title: string;
11402
12049
  description: string;
11403
12050
  buttons: import("./banner-sections/props").BaseButton[];
11404
- image?: import("./banner-sections/props").BaseImage;
12051
+ media?: import("./banner-sections/props").BaseMedia;
11405
12052
  }[];
11406
12053
  };
11407
12054
  render: (props: import("./showcase-sections/zigzag-timeline").ZigzagTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -12373,7 +13020,7 @@ declare const confMap: {
12373
13020
  quote: {
12374
13021
  type: string;
12375
13022
  };
12376
- images: {
13023
+ medias: {
12377
13024
  readonly type: "array";
12378
13025
  readonly max: 10;
12379
13026
  readonly getItemSummary: (item: {
@@ -12462,7 +13109,7 @@ declare const confMap: {
12462
13109
  quote: {
12463
13110
  type: string;
12464
13111
  };
12465
- image: {
13112
+ media: {
12466
13113
  type: "object";
12467
13114
  objectFields: {
12468
13115
  src: import("@puckeditor/core").Field<string>;
@@ -13199,17 +13846,45 @@ declare const confMap: {
13199
13846
  shareTitle: {
13200
13847
  type: string;
13201
13848
  };
13202
- socialMediaLinks: {
13203
- type: string;
13204
- getItemSummary: (item: {
13849
+ socialLinks: {
13850
+ readonly type: "array";
13851
+ readonly label: "Social Links";
13852
+ readonly getItemSummary: (item: {
13205
13853
  platform?: string;
13206
- }, index?: number) => string;
13207
- arrayFields: {
13208
- platform: {
13209
- type: string;
13854
+ }, i?: number) => string;
13855
+ readonly arrayFields: {
13856
+ readonly platform: {
13857
+ readonly type: "select";
13858
+ readonly label: "Platform";
13859
+ readonly options: readonly [{
13860
+ readonly label: "Twitter / X";
13861
+ readonly value: "twitter";
13862
+ }, {
13863
+ readonly label: "Facebook";
13864
+ readonly value: "facebook";
13865
+ }, {
13866
+ readonly label: "Instagram";
13867
+ readonly value: "instagram";
13868
+ }, {
13869
+ readonly label: "LinkedIn";
13870
+ readonly value: "linkedin";
13871
+ }, {
13872
+ readonly label: "YouTube";
13873
+ readonly value: "youtube";
13874
+ }, {
13875
+ readonly label: "GitHub";
13876
+ readonly value: "github";
13877
+ }, {
13878
+ readonly label: "TikTok";
13879
+ readonly value: "tiktok";
13880
+ }, {
13881
+ readonly label: "Discord";
13882
+ readonly value: "discord";
13883
+ }];
13210
13884
  };
13211
- url: {
13212
- type: string;
13885
+ readonly url: {
13886
+ readonly type: "text";
13887
+ readonly label: "URL";
13213
13888
  };
13214
13889
  };
13215
13890
  };
@@ -13304,10 +13979,7 @@ declare const confMap: {
13304
13979
  };
13305
13980
  defaultProps: Partial<import("./text-sections/props").TextSectionBaseProps> & {
13306
13981
  prose: string;
13307
- socialMediaLinks: {
13308
- platform: string;
13309
- url: string;
13310
- }[];
13982
+ socialLinks: import("./banner-sections/props").BaseSocialLink[];
13311
13983
  tags: {
13312
13984
  label: string;
13313
13985
  url: string;
@@ -13316,7 +13988,7 @@ declare const confMap: {
13316
13988
  author: {
13317
13989
  name: string;
13318
13990
  titleAndCompany: string;
13319
- avatar: import("./banner-sections/props").BaseImage;
13991
+ avatar: import("./banner-sections/props").BaseMedia;
13320
13992
  };
13321
13993
  breadcrumbs?: {
13322
13994
  label: string;
@@ -13457,7 +14129,7 @@ declare const confMap: {
13457
14129
  label: string;
13458
14130
  value: string;
13459
14131
  }[];
13460
- mediaImage?: import("./banner-sections/props").BaseImage;
14132
+ mediaImage?: import("./banner-sections/props").BaseMedia;
13461
14133
  };
13462
14134
  render: (props: import("./text-sections/prose-content").ProseContentProps) => import("react/jsx-runtime").JSX.Element;
13463
14135
  };
@@ -13470,7 +14142,7 @@ declare const confMap: {
13470
14142
  prose: {
13471
14143
  type: string;
13472
14144
  };
13473
- image: {
14145
+ media: {
13474
14146
  type: "object";
13475
14147
  objectFields: {
13476
14148
  src: import("@puckeditor/core").Field<string>;
@@ -13556,7 +14228,7 @@ declare const confMap: {
13556
14228
  prose: {
13557
14229
  type: string;
13558
14230
  };
13559
- images: {
14231
+ medias: {
13560
14232
  readonly type: "array";
13561
14233
  readonly max: 10;
13562
14234
  readonly getItemSummary: (item: {
@@ -13615,7 +14287,7 @@ declare const confMap: {
13615
14287
  };
13616
14288
  defaultProps: Partial<import("./text-sections/props").TextSectionBaseProps> & {
13617
14289
  prose: string;
13618
- images: import("./banner-sections/props").BaseImage[];
14290
+ medias: import("./banner-sections/props").BaseMedia[];
13619
14291
  };
13620
14292
  render: (props: import("./text-sections/sticky-text-multi-image").StickyTextMultiImageProps) => import("react/jsx-runtime").JSX.Element;
13621
14293
  };