dune-react 0.0.30 → 0.0.32

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 (348) 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 +4 -4
  60. package/dist/components/puck-block/faq-sections/stacked-static-faq/stacked-static-faq.js +7 -7
  61. package/dist/components/puck-block/feature-sections/feature-cards-grid/component.d.ts +2 -2
  62. package/dist/components/puck-block/feature-sections/feature-cards-grid/component.js +6 -6
  63. package/dist/components/puck-block/feature-sections/feature-cards-grid/index.d.ts +1 -1
  64. package/dist/components/puck-block/feature-sections/feature-cards-grid/index.js +3 -3
  65. package/dist/components/puck-block/feature-sections/feature-list-split/component.d.ts +2 -2
  66. package/dist/components/puck-block/feature-sections/feature-list-split/component.js +6 -6
  67. package/dist/components/puck-block/feature-sections/feature-list-split/index.d.ts +1 -1
  68. package/dist/components/puck-block/feature-sections/feature-list-split/index.js +3 -3
  69. package/dist/components/puck-block/feature-sections/props.d.ts +3 -3
  70. package/dist/components/puck-block/feature-sections/tab-feature/component.d.ts +2 -2
  71. package/dist/components/puck-block/feature-sections/tab-feature/component.js +12 -12
  72. package/dist/components/puck-block/feature-sections/tab-feature/index.d.ts +1 -1
  73. package/dist/components/puck-block/feature-sections/tab-feature/index.js +2 -2
  74. package/dist/components/puck-block/feature-sections/text-media-split/component.js +5 -5
  75. package/dist/components/puck-block/feature-sections/text-media-split/index.d.ts +1 -1
  76. package/dist/components/puck-block/feature-sections/text-media-split/index.js +2 -2
  77. package/dist/components/puck-block/feature-sections/text-only-section/component.d.ts +2 -2
  78. package/dist/components/puck-block/feature-sections/text-only-section/component.js +2 -2
  79. package/dist/components/puck-block/feature-sections/text-only-section/index.d.ts +1 -1
  80. package/dist/components/puck-block/feature-sections/text-only-section/index.js +2 -2
  81. package/dist/components/puck-block/footer-sections/centered-minimal-footer/centered-minimal-footer.js +9 -9
  82. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.js +2 -2
  83. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.d.ts +7 -2
  84. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.js +9 -9
  85. package/dist/components/puck-block/footer-sections/contact-links-footer/index.d.ts +50 -10
  86. package/dist/components/puck-block/footer-sections/contact-links-footer/index.js +3 -2
  87. package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.js +9 -9
  88. package/dist/components/puck-block/footer-sections/cta-links-footer/index.d.ts +50 -10
  89. package/dist/components/puck-block/footer-sections/cta-links-footer/index.js +3 -3
  90. package/dist/components/puck-block/footer-sections/links-newsletter-footer/index.d.ts +50 -10
  91. package/dist/components/puck-block/footer-sections/newsletter-top-links-footer/index.d.ts +50 -10
  92. package/dist/components/puck-block/footer-sections/props.d.ts +17 -10
  93. package/dist/components/puck-block/footer-sections/props.js +8 -0
  94. package/dist/components/puck-block/gallery-sections/asymmetric-grid/asymmetric-grid.js +7 -7
  95. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.d.ts +1 -1
  96. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.js +2 -2
  97. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/fullscreen-portfolio.js +12 -12
  98. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.d.ts +1 -1
  99. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.js +2 -2
  100. package/dist/components/puck-block/gallery-sections/image-carousel/image-carousel.js +12 -12
  101. package/dist/components/puck-block/gallery-sections/image-carousel/index.d.ts +1 -1
  102. package/dist/components/puck-block/gallery-sections/image-carousel/index.js +2 -2
  103. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.d.ts +1 -1
  104. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.js +2 -2
  105. package/dist/components/puck-block/gallery-sections/interactive-portfolio/interactive-portfolio.js +14 -14
  106. package/dist/components/puck-block/gallery-sections/masonry-grid/index.d.ts +1 -1
  107. package/dist/components/puck-block/gallery-sections/masonry-grid/index.js +2 -2
  108. package/dist/components/puck-block/gallery-sections/masonry-grid/masonry-grid.js +7 -7
  109. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +1 -1
  110. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.js +2 -2
  111. package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.js +6 -6
  112. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +1 -1
  113. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.js +2 -2
  114. package/dist/components/puck-block/gallery-sections/portfolio-divider/portfolio-divider.js +9 -9
  115. package/dist/components/puck-block/gallery-sections/props.d.ts +8 -8
  116. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.d.ts +1 -1
  117. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.js +2 -2
  118. package/dist/components/puck-block/gallery-sections/scroll-parallax/scroll-parallax.js +11 -11
  119. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.d.ts +1 -1
  120. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.js +5 -5
  121. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/scroll-parallax-portfolio.js +26 -26
  122. package/dist/components/puck-block/gallery-sections/split-carousel/index.d.ts +1 -1
  123. package/dist/components/puck-block/gallery-sections/split-carousel/index.js +2 -2
  124. package/dist/components/puck-block/gallery-sections/split-carousel/split-carousel.js +6 -6
  125. package/dist/components/puck-block/gallery-sections/static-grid/index.d.ts +1 -1
  126. package/dist/components/puck-block/gallery-sections/static-grid/index.js +2 -2
  127. package/dist/components/puck-block/gallery-sections/static-grid/static-grid.js +7 -7
  128. package/dist/components/puck-block/header-sections/centered-navbar/centered-navbar.js +31 -24
  129. package/dist/components/puck-block/header-sections/centered-navbar/index.d.ts +81 -0
  130. package/dist/components/puck-block/header-sections/centered-navbar/index.js +8 -4
  131. package/dist/components/puck-block/header-sections/drawer-navbar/drawer-navbar.js +32 -25
  132. package/dist/components/puck-block/header-sections/drawer-navbar/index.d.ts +81 -0
  133. package/dist/components/puck-block/header-sections/drawer-navbar/index.js +5 -3
  134. package/dist/components/puck-block/header-sections/floating-bordered-navbar/floating-bordered-navbar.js +27 -22
  135. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.d.ts +80 -3
  136. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.js +3 -3
  137. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/fullscreen-overlay-navbar.js +23 -18
  138. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.d.ts +80 -3
  139. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.js +3 -3
  140. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.d.ts +53 -0
  141. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.js +3 -3
  142. package/dist/components/puck-block/header-sections/mega-menu-navbar/mega-menu-navbar.js +13 -6
  143. package/dist/components/puck-block/header-sections/props.d.ts +17 -5
  144. package/dist/components/puck-block/header-sections/props.js +8 -0
  145. package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +53 -0
  146. package/dist/components/puck-block/header-sections/standard-navbar/index.js +5 -4
  147. package/dist/components/puck-block/header-sections/standard-navbar/standard-navbar.js +9 -5
  148. package/dist/components/puck-block/hero-sections/carousel-hero/component.js +8 -8
  149. package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +1 -1
  150. package/dist/components/puck-block/hero-sections/carousel-hero/index.js +2 -2
  151. package/dist/components/puck-block/hero-sections/column-scroll-hero/component.d.ts +3 -3
  152. package/dist/components/puck-block/hero-sections/column-scroll-hero/component.js +14 -14
  153. package/dist/components/puck-block/hero-sections/column-scroll-hero/index.d.ts +2 -2
  154. package/dist/components/puck-block/hero-sections/column-scroll-hero/index.js +3 -3
  155. package/dist/components/puck-block/hero-sections/dual-marquee-hero/component.js +11 -11
  156. package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.d.ts +1 -1
  157. package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.js +2 -2
  158. package/dist/components/puck-block/hero-sections/fullscreen-hero/index.d.ts +1 -1
  159. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/component.js +5 -5
  160. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.d.ts +1 -1
  161. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.js +2 -2
  162. package/dist/components/puck-block/hero-sections/grid-expand-hero/component.js +16 -16
  163. package/dist/components/puck-block/hero-sections/grid-expand-hero/index.d.ts +1 -1
  164. package/dist/components/puck-block/hero-sections/grid-expand-hero/index.js +2 -2
  165. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/component.js +11 -11
  166. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.d.ts +1 -1
  167. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.js +2 -2
  168. package/dist/components/puck-block/hero-sections/media-text-hero/index.d.ts +1 -1
  169. package/dist/components/puck-block/hero-sections/mouse-track-hero/component.d.ts +3 -3
  170. package/dist/components/puck-block/hero-sections/mouse-track-hero/component.js +6 -6
  171. package/dist/components/puck-block/hero-sections/mouse-track-hero/index.js +3 -3
  172. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.d.ts +1 -1
  173. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.js +2 -2
  174. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/multi-image-grid-hero.js +7 -7
  175. package/dist/components/puck-block/hero-sections/overlapping-image-hero/index.js +4 -4
  176. package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.d.ts +4 -4
  177. package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.js +18 -18
  178. package/dist/components/puck-block/hero-sections/parallax-images-hero/component.js +12 -12
  179. package/dist/components/puck-block/hero-sections/parallax-images-hero/index.d.ts +1 -1
  180. package/dist/components/puck-block/hero-sections/parallax-images-hero/index.js +2 -2
  181. package/dist/components/puck-block/hero-sections/props.d.ts +4 -4
  182. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/component.js +5 -5
  183. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.d.ts +1 -1
  184. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.js +2 -2
  185. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/component.js +5 -5
  186. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.d.ts +1 -1
  187. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.js +2 -2
  188. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/component.js +9 -9
  189. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.d.ts +1 -1
  190. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.js +2 -2
  191. package/dist/components/puck-block/hero-sections/split-hero/index.d.ts +1 -1
  192. package/dist/components/puck-block/hero-sections/stacked-hero/index.d.ts +1 -1
  193. package/dist/components/puck-block/hero-sections/sticky-expand-hero/component.js +12 -12
  194. package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.d.ts +1 -1
  195. package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.js +2 -2
  196. package/dist/components/puck-block/hero-sections/sticky-video-hero/component.d.ts +2 -2
  197. package/dist/components/puck-block/hero-sections/sticky-video-hero/component.js +13 -13
  198. package/dist/components/puck-block/hero-sections/sticky-video-hero/index.d.ts +1 -1
  199. package/dist/components/puck-block/hero-sections/sticky-video-hero/index.js +3 -3
  200. package/dist/components/puck-block/hero-sections/tab-hero/component.d.ts +2 -2
  201. package/dist/components/puck-block/hero-sections/tab-hero/component.js +6 -6
  202. package/dist/components/puck-block/hero-sections/tab-hero/index.d.ts +1 -1
  203. package/dist/components/puck-block/hero-sections/tab-hero/index.js +2 -2
  204. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.d.ts +4 -4
  205. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.js +4 -4
  206. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/index.js +4 -4
  207. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/component.js +11 -11
  208. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.d.ts +1 -1
  209. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.js +2 -2
  210. package/dist/components/puck-block/hero-sections/zoom-grid-hero/component.js +7 -7
  211. package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.d.ts +1 -1
  212. package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.js +2 -2
  213. package/dist/components/puck-block/metrics-sections/center-media-stats/center-media-stats.js +5 -5
  214. package/dist/components/puck-block/metrics-sections/center-media-stats/index.d.ts +1 -1
  215. package/dist/components/puck-block/metrics-sections/center-media-stats/index.js +2 -2
  216. package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.js +4 -4
  217. package/dist/components/puck-block/metrics-sections/header-stats-row/index.d.ts +1 -1
  218. package/dist/components/puck-block/metrics-sections/header-stats-row/index.js +2 -2
  219. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.d.ts +2 -2
  220. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.js +3 -3
  221. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.d.ts +2 -2
  222. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.js +7 -7
  223. package/dist/components/puck-block/metrics-sections/props.d.ts +6 -6
  224. package/dist/components/puck-block/metrics-sections/split-stats/index.d.ts +1 -1
  225. package/dist/components/puck-block/metrics-sections/split-stats/index.js +2 -2
  226. package/dist/components/puck-block/metrics-sections/split-stats/split-stats.js +4 -4
  227. package/dist/components/puck-block/metrics-sections/tab-stats/index.d.ts +2 -2
  228. package/dist/components/puck-block/metrics-sections/tab-stats/index.js +3 -3
  229. package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.d.ts +3 -3
  230. package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.js +11 -11
  231. package/dist/components/puck-block/pricing-sections/pricing-card-grid/component.js +4 -4
  232. package/dist/components/puck-block/pricing-sections/props.d.ts +3 -3
  233. package/dist/components/puck-block/pricing-sections/single-pricing-card/component.d.ts +2 -2
  234. package/dist/components/puck-block/pricing-sections/single-pricing-card/component.js +3 -3
  235. package/dist/components/puck-block/pricing-sections/split-pricing/component.d.ts +2 -2
  236. package/dist/components/puck-block/pricing-sections/split-pricing/component.js +2 -2
  237. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/component.d.ts +2 -2
  238. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/component.js +4 -4
  239. package/dist/components/puck-block/pricing-sections/tab-single-pricing/component.d.ts +2 -2
  240. package/dist/components/puck-block/registry.generated.d.ts +694 -118
  241. package/dist/components/puck-block/showcase-sections/compact-timeline/component.d.ts +2 -2
  242. package/dist/components/puck-block/showcase-sections/compact-timeline/component.js +3 -3
  243. package/dist/components/puck-block/showcase-sections/compact-timeline/index.d.ts +2 -2
  244. package/dist/components/puck-block/showcase-sections/compact-timeline/index.js +2 -2
  245. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.d.ts +2 -2
  246. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.js +3 -3
  247. package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.d.ts +2 -2
  248. package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.js +2 -2
  249. package/dist/components/puck-block/showcase-sections/props.d.ts +2 -2
  250. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.d.ts +2 -2
  251. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.js +3 -3
  252. package/dist/components/puck-block/showcase-sections/single-column-timeline/index.d.ts +2 -2
  253. package/dist/components/puck-block/showcase-sections/single-column-timeline/index.js +2 -2
  254. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.d.ts +2 -2
  255. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.js +3 -3
  256. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.d.ts +2 -2
  257. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.js +2 -2
  258. package/dist/components/puck-block/showcase-sections/tab-timeline/component.d.ts +2 -2
  259. package/dist/components/puck-block/showcase-sections/tab-timeline/component.js +8 -8
  260. package/dist/components/puck-block/showcase-sections/tab-timeline/index.d.ts +2 -2
  261. package/dist/components/puck-block/showcase-sections/tab-timeline/index.js +2 -2
  262. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.d.ts +2 -2
  263. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.js +3 -3
  264. package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.d.ts +2 -2
  265. package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.js +2 -2
  266. package/dist/components/puck-block/team-sections/props.d.ts +4 -5
  267. package/dist/components/puck-block/team-sections/team-carousel/component.d.ts +2 -2
  268. package/dist/components/puck-block/team-sections/team-carousel/component.js +3 -3
  269. package/dist/components/puck-block/team-sections/team-grid/component.d.ts +2 -2
  270. package/dist/components/puck-block/team-sections/team-grid/component.js +6 -6
  271. package/dist/components/puck-block/team-sections/team-inline-card/component.d.ts +2 -2
  272. package/dist/components/puck-block/team-sections/team-inline-card/component.js +3 -3
  273. package/dist/components/puck-block/team-sections/team-sticky-scatter/component.d.ts +2 -2
  274. package/dist/components/puck-block/team-sections/team-sticky-scatter/component.js +3 -3
  275. package/dist/components/puck-block/team-sections/team-two-column/component.d.ts +2 -2
  276. package/dist/components/puck-block/team-sections/team-two-column/component.js +7 -7
  277. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.d.ts +4 -4
  278. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.js +8 -8
  279. package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.d.ts +3 -3
  280. package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.js +4 -4
  281. package/dist/components/puck-block/testimonial-sections/centered-testimonial/index.js +3 -3
  282. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.d.ts +3 -3
  283. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.js +3 -3
  284. package/dist/components/puck-block/testimonial-sections/image-testimonial/component.d.ts +3 -3
  285. package/dist/components/puck-block/testimonial-sections/image-testimonial/component.js +10 -10
  286. package/dist/components/puck-block/testimonial-sections/image-testimonial/index.d.ts +1 -1
  287. package/dist/components/puck-block/testimonial-sections/image-testimonial/index.js +3 -3
  288. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.d.ts +3 -3
  289. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.js +7 -7
  290. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.d.ts +1 -1
  291. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.js +3 -3
  292. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.d.ts +2 -2
  293. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.js +2 -2
  294. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.d.ts +2 -2
  295. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.js +5 -5
  296. package/dist/components/puck-block/testimonial-sections/props.d.ts +6 -7
  297. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.d.ts +3 -2
  298. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.js +6 -3
  299. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.d.ts +4 -4
  300. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.js +5 -5
  301. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.d.ts +4 -4
  302. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.js +9 -9
  303. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.d.ts +3 -3
  304. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.js +8 -8
  305. package/dist/components/puck-block/text-sections/blog-article/component.d.ts +4 -7
  306. package/dist/components/puck-block/text-sections/blog-article/component.js +9 -17
  307. package/dist/components/puck-block/text-sections/blog-article/index.d.ts +39 -14
  308. package/dist/components/puck-block/text-sections/blog-article/index.js +4 -10
  309. package/dist/components/puck-block/text-sections/props.d.ts +3 -3
  310. package/dist/components/puck-block/text-sections/prose-content/component.d.ts +2 -2
  311. package/dist/components/puck-block/text-sections/prose-content/component.js +3 -3
  312. package/dist/components/puck-block/text-sections/prose-content/index.d.ts +1 -1
  313. package/dist/components/puck-block/text-sections/prose-content/index.js +2 -2
  314. package/dist/components/puck-block/text-sections/prose-sidebar/component.d.ts +2 -2
  315. package/dist/components/puck-block/text-sections/prose-sidebar/index.d.ts +1 -1
  316. package/dist/components/puck-block/text-sections/side-media-content/component.js +5 -5
  317. package/dist/components/puck-block/text-sections/side-media-content/index.d.ts +1 -1
  318. package/dist/components/puck-block/text-sections/side-media-content/index.js +2 -2
  319. package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.d.ts +2 -2
  320. package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.js +4 -4
  321. package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.d.ts +2 -2
  322. package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.js +2 -2
  323. package/dist/components/puck-block/text-sections/text-header/component.d.ts +2 -2
  324. package/dist/components/puck-block/text-sections/text-header/index.d.ts +1 -1
  325. package/dist/components/puck-core/core/context/editor-context.d.ts +2 -0
  326. package/dist/components/puck-core/core/fields.d.ts +2 -2
  327. package/dist/components/puck-core/core/props/content.d.ts +3 -3
  328. package/dist/components/puck-core/core/props/index.d.ts +2 -2
  329. package/dist/components/puck-core/core/props/index.js +7 -0
  330. package/dist/components/puck-core/core/props/interactive.d.ts +44 -1
  331. package/dist/components/puck-core/core/props/interactive.js +24 -1
  332. package/dist/components/puck-core/core/props/media.d.ts +8 -8
  333. package/dist/components/puck-core/core/props/media.js +21 -21
  334. package/dist/components/puck-core/core/social-icons.d.ts +5 -0
  335. package/dist/components/puck-core/core/social-icons.js +48 -0
  336. package/dist/components/puck-core/core/with-editable.js +9 -2
  337. package/dist/components/puck-core/fields/media-upload-field.d.ts +7 -0
  338. package/dist/components/puck-core/fields/{image-upload-field.js → media-upload-field.js} +71 -28
  339. package/dist/components/puck-core/index.d.ts +2 -2
  340. package/dist/components/shadcn/tabs.d.ts +2 -1
  341. package/dist/components/shadcn/tabs.js +21 -3
  342. package/dist/components/shadcn/video-iframe.d.ts +2 -1
  343. package/dist/components/shadcn/video-iframe.js +7 -6
  344. package/dist/index.js +15 -12
  345. package/package.json +2 -2
  346. package/dist/components/puck-base/image.d.ts +0 -6
  347. package/dist/components/puck-base/image.js +0 -360
  348. 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,7 +3664,7 @@ 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;
@@ -3801,16 +3850,45 @@ declare const confMap: {
3801
3850
  };
3802
3851
  };
3803
3852
  };
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;
3853
+ socialLinks: {
3854
+ readonly type: "array";
3855
+ readonly label: "Social Links";
3856
+ readonly getItemSummary: (item: {
3857
+ platform?: string;
3858
+ }, i?: number) => string;
3859
+ readonly arrayFields: {
3860
+ readonly platform: {
3861
+ readonly type: "select";
3862
+ readonly label: "Platform";
3863
+ readonly options: readonly [{
3864
+ readonly label: "Twitter / X";
3865
+ readonly value: "twitter";
3866
+ }, {
3867
+ readonly label: "Facebook";
3868
+ readonly value: "facebook";
3869
+ }, {
3870
+ readonly label: "Instagram";
3871
+ readonly value: "instagram";
3872
+ }, {
3873
+ readonly label: "LinkedIn";
3874
+ readonly value: "linkedin";
3875
+ }, {
3876
+ readonly label: "YouTube";
3877
+ readonly value: "youtube";
3878
+ }, {
3879
+ readonly label: "GitHub";
3880
+ readonly value: "github";
3881
+ }, {
3882
+ readonly label: "TikTok";
3883
+ readonly value: "tiktok";
3884
+ }, {
3885
+ readonly label: "Discord";
3886
+ readonly value: "discord";
3887
+ }];
3888
+ };
3889
+ readonly url: {
3890
+ readonly type: "text";
3891
+ readonly label: "URL";
3814
3892
  };
3815
3893
  };
3816
3894
  };
@@ -3865,6 +3943,17 @@ declare const confMap: {
3865
3943
  readonly value: "false";
3866
3944
  }];
3867
3945
  };
3946
+ showSocialLinks: {
3947
+ readonly type: "radio";
3948
+ readonly label: "Display Social Links";
3949
+ readonly options: readonly [{
3950
+ readonly label: "Yes";
3951
+ readonly value: "true";
3952
+ }, {
3953
+ readonly label: "No";
3954
+ readonly value: "false";
3955
+ }];
3956
+ };
3868
3957
  };
3869
3958
  };
3870
3959
  };
@@ -3993,16 +4082,45 @@ declare const confMap: {
3993
4082
  };
3994
4083
  };
3995
4084
  };
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;
4085
+ socialLinks: {
4086
+ readonly type: "array";
4087
+ readonly label: "Social Links";
4088
+ readonly getItemSummary: (item: {
4089
+ platform?: string;
4090
+ }, i?: number) => string;
4091
+ readonly arrayFields: {
4092
+ readonly platform: {
4093
+ readonly type: "select";
4094
+ readonly label: "Platform";
4095
+ readonly options: readonly [{
4096
+ readonly label: "Twitter / X";
4097
+ readonly value: "twitter";
4098
+ }, {
4099
+ readonly label: "Facebook";
4100
+ readonly value: "facebook";
4101
+ }, {
4102
+ readonly label: "Instagram";
4103
+ readonly value: "instagram";
4104
+ }, {
4105
+ readonly label: "LinkedIn";
4106
+ readonly value: "linkedin";
4107
+ }, {
4108
+ readonly label: "YouTube";
4109
+ readonly value: "youtube";
4110
+ }, {
4111
+ readonly label: "GitHub";
4112
+ readonly value: "github";
4113
+ }, {
4114
+ readonly label: "TikTok";
4115
+ readonly value: "tiktok";
4116
+ }, {
4117
+ readonly label: "Discord";
4118
+ readonly value: "discord";
4119
+ }];
4120
+ };
4121
+ readonly url: {
4122
+ readonly type: "text";
4123
+ readonly label: "URL";
4006
4124
  };
4007
4125
  };
4008
4126
  };
@@ -4046,6 +4164,17 @@ declare const confMap: {
4046
4164
  readonly value: "false";
4047
4165
  }];
4048
4166
  };
4167
+ showSocialLinks: {
4168
+ readonly type: "radio";
4169
+ readonly label: "Display Social Links";
4170
+ readonly options: readonly [{
4171
+ readonly label: "Yes";
4172
+ readonly value: "true";
4173
+ }, {
4174
+ readonly label: "No";
4175
+ readonly value: "false";
4176
+ }];
4177
+ };
4049
4178
  };
4050
4179
  };
4051
4180
  };
@@ -4062,7 +4191,7 @@ declare const confMap: {
4062
4191
  readonly type: "textarea";
4063
4192
  readonly contentEditable: true;
4064
4193
  };
4065
- images: {
4194
+ medias: {
4066
4195
  readonly type: "array";
4067
4196
  readonly max: 10;
4068
4197
  readonly getItemSummary: (item: {
@@ -4137,7 +4266,7 @@ declare const confMap: {
4137
4266
  description: {
4138
4267
  type: string;
4139
4268
  };
4140
- image: {
4269
+ media: {
4141
4270
  type: "object";
4142
4271
  objectFields: {
4143
4272
  src: import("@puckeditor/core").Field<string>;
@@ -4253,7 +4382,7 @@ declare const confMap: {
4253
4382
  readonly type: "textarea";
4254
4383
  readonly contentEditable: true;
4255
4384
  };
4256
- images: {
4385
+ medias: {
4257
4386
  readonly type: "array";
4258
4387
  readonly max: 10;
4259
4388
  readonly getItemSummary: (item: {
@@ -4395,7 +4524,7 @@ declare const confMap: {
4395
4524
  tag: {
4396
4525
  type: string;
4397
4526
  };
4398
- image: {
4527
+ media: {
4399
4528
  type: "object";
4400
4529
  objectFields: {
4401
4530
  src: import("@puckeditor/core").Field<string>;
@@ -4462,7 +4591,7 @@ declare const confMap: {
4462
4591
  readonly type: "textarea";
4463
4592
  readonly contentEditable: true;
4464
4593
  };
4465
- images: {
4594
+ medias: {
4466
4595
  readonly type: "array";
4467
4596
  readonly max: 10;
4468
4597
  readonly getItemSummary: (item: {
@@ -4612,7 +4741,7 @@ declare const confMap: {
4612
4741
  description: {
4613
4742
  type: string;
4614
4743
  };
4615
- image: {
4744
+ media: {
4616
4745
  type: "object";
4617
4746
  objectFields: {
4618
4747
  src: import("@puckeditor/core").Field<string>;
@@ -4856,7 +4985,7 @@ declare const confMap: {
4856
4985
  description: {
4857
4986
  type: string;
4858
4987
  };
4859
- image: {
4988
+ media: {
4860
4989
  type: "object";
4861
4990
  objectFields: {
4862
4991
  src: import("@puckeditor/core").Field<string>;
@@ -4978,7 +5107,7 @@ declare const confMap: {
4978
5107
  readonly type: "textarea";
4979
5108
  readonly contentEditable: true;
4980
5109
  };
4981
- images: {
5110
+ medias: {
4982
5111
  readonly type: "array";
4983
5112
  readonly max: 10;
4984
5113
  readonly getItemSummary: (item: {
@@ -5014,7 +5143,7 @@ declare const confMap: {
5014
5143
  description: {
5015
5144
  type: string;
5016
5145
  };
5017
- image: {
5146
+ media: {
5018
5147
  type: "object";
5019
5148
  objectFields: {
5020
5149
  src: import("@puckeditor/core").Field<string>;
@@ -5102,7 +5231,7 @@ declare const confMap: {
5102
5231
  readonly type: "textarea";
5103
5232
  readonly contentEditable: true;
5104
5233
  };
5105
- images: {
5234
+ medias: {
5106
5235
  readonly type: "array";
5107
5236
  readonly max: 10;
5108
5237
  readonly getItemSummary: (item: {
@@ -5175,7 +5304,7 @@ declare const confMap: {
5175
5304
  readonly type: "textarea";
5176
5305
  readonly contentEditable: true;
5177
5306
  };
5178
- images: {
5307
+ medias: {
5179
5308
  readonly type: "array";
5180
5309
  readonly max: 10;
5181
5310
  readonly getItemSummary: (item: {
@@ -5360,6 +5489,87 @@ declare const confMap: {
5360
5489
  readonly instructions: "Buttons must use the same size";
5361
5490
  };
5362
5491
  };
5492
+ socialLinks: {
5493
+ readonly type: "array";
5494
+ readonly label: "Social Links";
5495
+ readonly getItemSummary: (item: {
5496
+ platform?: string;
5497
+ }, i?: number) => string;
5498
+ readonly arrayFields: {
5499
+ readonly platform: {
5500
+ readonly type: "select";
5501
+ readonly label: "Platform";
5502
+ readonly options: readonly [{
5503
+ readonly label: "Twitter / X";
5504
+ readonly value: "twitter";
5505
+ }, {
5506
+ readonly label: "Facebook";
5507
+ readonly value: "facebook";
5508
+ }, {
5509
+ readonly label: "Instagram";
5510
+ readonly value: "instagram";
5511
+ }, {
5512
+ readonly label: "LinkedIn";
5513
+ readonly value: "linkedin";
5514
+ }, {
5515
+ readonly label: "YouTube";
5516
+ readonly value: "youtube";
5517
+ }, {
5518
+ readonly label: "GitHub";
5519
+ readonly value: "github";
5520
+ }, {
5521
+ readonly label: "TikTok";
5522
+ readonly value: "tiktok";
5523
+ }, {
5524
+ readonly label: "Discord";
5525
+ readonly value: "discord";
5526
+ }];
5527
+ };
5528
+ readonly url: {
5529
+ readonly type: "text";
5530
+ readonly label: "URL";
5531
+ };
5532
+ };
5533
+ };
5534
+ styles: {
5535
+ type: string;
5536
+ label: string;
5537
+ objectFields: {
5538
+ className: {
5539
+ readonly type: "text";
5540
+ readonly label: "Class Name";
5541
+ readonly ai: {
5542
+ readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
5543
+ };
5544
+ };
5545
+ style: {
5546
+ readonly type: "object";
5547
+ readonly label: "Style";
5548
+ readonly objectFields: {};
5549
+ readonly ai: {
5550
+ readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
5551
+ };
5552
+ };
5553
+ css: {
5554
+ readonly type: "textarea";
5555
+ readonly label: "Custom CSS";
5556
+ readonly ai: {
5557
+ readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
5558
+ };
5559
+ };
5560
+ showSocialLinks: {
5561
+ readonly type: "radio";
5562
+ readonly label: "Display Social Links";
5563
+ readonly options: readonly [{
5564
+ readonly label: "Yes";
5565
+ readonly value: "true";
5566
+ }, {
5567
+ readonly label: "No";
5568
+ readonly value: "false";
5569
+ }];
5570
+ };
5571
+ };
5572
+ };
5363
5573
  };
5364
5574
  defaultProps: import("./header-sections/props").HeaderSectionBaseProps;
5365
5575
  render: (props: import("./header-sections/centered-navbar").CenteredNavbarProps) => import("react/jsx-runtime").JSX.Element;
@@ -5469,6 +5679,87 @@ declare const confMap: {
5469
5679
  readonly instructions: "Buttons must use the same size";
5470
5680
  };
5471
5681
  };
5682
+ socialLinks: {
5683
+ readonly type: "array";
5684
+ readonly label: "Social Links";
5685
+ readonly getItemSummary: (item: {
5686
+ platform?: string;
5687
+ }, i?: number) => string;
5688
+ readonly arrayFields: {
5689
+ readonly platform: {
5690
+ readonly type: "select";
5691
+ readonly label: "Platform";
5692
+ readonly options: readonly [{
5693
+ readonly label: "Twitter / X";
5694
+ readonly value: "twitter";
5695
+ }, {
5696
+ readonly label: "Facebook";
5697
+ readonly value: "facebook";
5698
+ }, {
5699
+ readonly label: "Instagram";
5700
+ readonly value: "instagram";
5701
+ }, {
5702
+ readonly label: "LinkedIn";
5703
+ readonly value: "linkedin";
5704
+ }, {
5705
+ readonly label: "YouTube";
5706
+ readonly value: "youtube";
5707
+ }, {
5708
+ readonly label: "GitHub";
5709
+ readonly value: "github";
5710
+ }, {
5711
+ readonly label: "TikTok";
5712
+ readonly value: "tiktok";
5713
+ }, {
5714
+ readonly label: "Discord";
5715
+ readonly value: "discord";
5716
+ }];
5717
+ };
5718
+ readonly url: {
5719
+ readonly type: "text";
5720
+ readonly label: "URL";
5721
+ };
5722
+ };
5723
+ };
5724
+ styles: {
5725
+ type: string;
5726
+ label: string;
5727
+ objectFields: {
5728
+ className: {
5729
+ readonly type: "text";
5730
+ readonly label: "Class Name";
5731
+ readonly ai: {
5732
+ readonly instructions: "Additional Tailwind CSS classes to apply to the section wrapper.";
5733
+ };
5734
+ };
5735
+ style: {
5736
+ readonly type: "object";
5737
+ readonly label: "Style";
5738
+ readonly objectFields: {};
5739
+ readonly ai: {
5740
+ readonly instructions: "Inline CSSProperties object for the section wrapper, e.g. { backgroundColor: 'red', minHeight: '100vh' }.";
5741
+ };
5742
+ };
5743
+ css: {
5744
+ readonly type: "textarea";
5745
+ readonly label: "Custom CSS";
5746
+ readonly ai: {
5747
+ readonly instructions: "Custom CSS rules. Use & as a placeholder for the section selector.";
5748
+ };
5749
+ };
5750
+ showSocialLinks: {
5751
+ readonly type: "radio";
5752
+ readonly label: "Display Social Links";
5753
+ readonly options: readonly [{
5754
+ readonly label: "Yes";
5755
+ readonly value: "true";
5756
+ }, {
5757
+ readonly label: "No";
5758
+ readonly value: "false";
5759
+ }];
5760
+ };
5761
+ };
5762
+ };
5472
5763
  };
5473
5764
  defaultProps: import("./header-sections/props").HeaderSectionBaseProps;
5474
5765
  render: (props: import("./header-sections/drawer-navbar").DrawerNavbarProps) => import("react/jsx-runtime").JSX.Element;
@@ -5499,9 +5790,13 @@ declare const confMap: {
5499
5790
  };
5500
5791
  };
5501
5792
  };
5502
- button: {
5503
- readonly type: "object";
5504
- readonly objectFields: {
5793
+ buttons: {
5794
+ readonly type: "array";
5795
+ readonly max: 3;
5796
+ readonly getItemSummary: (item: {
5797
+ label?: string;
5798
+ }, index?: number) => string;
5799
+ readonly arrayFields: {
5505
5800
  readonly label: {
5506
5801
  readonly type: "text";
5507
5802
  };
@@ -5553,6 +5848,68 @@ declare const confMap: {
5553
5848
  render: typeof import("../puck-core/fields/icon-picker-field").IconPickerField;
5554
5849
  };
5555
5850
  };
5851
+ readonly defaultItemProps: {
5852
+ readonly label: "Button";
5853
+ readonly action: {
5854
+ readonly type: "page";
5855
+ readonly pageUrl: "";
5856
+ readonly externalUrl: "";
5857
+ readonly openInNewTab: "false";
5858
+ readonly email: "";
5859
+ readonly subject: "";
5860
+ readonly phone: "";
5861
+ readonly sectionId: "";
5862
+ readonly downloadUrl: "";
5863
+ };
5864
+ readonly variant: "default";
5865
+ readonly size: "default";
5866
+ readonly icon: "none";
5867
+ };
5868
+ readonly ai: {
5869
+ readonly instructions: "Buttons must use the same size";
5870
+ };
5871
+ };
5872
+ socialLinks: {
5873
+ readonly type: "array";
5874
+ readonly label: "Social Links";
5875
+ readonly getItemSummary: (item: {
5876
+ platform?: string;
5877
+ }, i?: number) => string;
5878
+ readonly arrayFields: {
5879
+ readonly platform: {
5880
+ readonly type: "select";
5881
+ readonly label: "Platform";
5882
+ readonly options: readonly [{
5883
+ readonly label: "Twitter / X";
5884
+ readonly value: "twitter";
5885
+ }, {
5886
+ readonly label: "Facebook";
5887
+ readonly value: "facebook";
5888
+ }, {
5889
+ readonly label: "Instagram";
5890
+ readonly value: "instagram";
5891
+ }, {
5892
+ readonly label: "LinkedIn";
5893
+ readonly value: "linkedin";
5894
+ }, {
5895
+ readonly label: "YouTube";
5896
+ readonly value: "youtube";
5897
+ }, {
5898
+ readonly label: "GitHub";
5899
+ readonly value: "github";
5900
+ }, {
5901
+ readonly label: "TikTok";
5902
+ readonly value: "tiktok";
5903
+ }, {
5904
+ readonly label: "Discord";
5905
+ readonly value: "discord";
5906
+ }];
5907
+ };
5908
+ readonly url: {
5909
+ readonly type: "text";
5910
+ readonly label: "URL";
5911
+ };
5912
+ };
5556
5913
  };
5557
5914
  styles: {
5558
5915
  type: string;
@@ -5591,6 +5948,17 @@ declare const confMap: {
5591
5948
  readonly value: "fixed";
5592
5949
  }];
5593
5950
  };
5951
+ showSocialLinks: {
5952
+ readonly type: "radio";
5953
+ readonly label: "Display Social Links";
5954
+ readonly options: readonly [{
5955
+ readonly label: "Yes";
5956
+ readonly value: "true";
5957
+ }, {
5958
+ readonly label: "No";
5959
+ readonly value: "false";
5960
+ }];
5961
+ };
5594
5962
  };
5595
5963
  };
5596
5964
  };
@@ -5623,9 +5991,13 @@ declare const confMap: {
5623
5991
  };
5624
5992
  };
5625
5993
  };
5626
- button: {
5627
- readonly type: "object";
5628
- readonly objectFields: {
5994
+ buttons: {
5995
+ readonly type: "array";
5996
+ readonly max: 3;
5997
+ readonly getItemSummary: (item: {
5998
+ label?: string;
5999
+ }, index?: number) => string;
6000
+ readonly arrayFields: {
5629
6001
  readonly label: {
5630
6002
  readonly type: "text";
5631
6003
  };
@@ -5677,6 +6049,68 @@ declare const confMap: {
5677
6049
  render: typeof import("../puck-core/fields/icon-picker-field").IconPickerField;
5678
6050
  };
5679
6051
  };
6052
+ readonly defaultItemProps: {
6053
+ readonly label: "Button";
6054
+ readonly action: {
6055
+ readonly type: "page";
6056
+ readonly pageUrl: "";
6057
+ readonly externalUrl: "";
6058
+ readonly openInNewTab: "false";
6059
+ readonly email: "";
6060
+ readonly subject: "";
6061
+ readonly phone: "";
6062
+ readonly sectionId: "";
6063
+ readonly downloadUrl: "";
6064
+ };
6065
+ readonly variant: "default";
6066
+ readonly size: "default";
6067
+ readonly icon: "none";
6068
+ };
6069
+ readonly ai: {
6070
+ readonly instructions: "Buttons must use the same size";
6071
+ };
6072
+ };
6073
+ socialLinks: {
6074
+ readonly type: "array";
6075
+ readonly label: "Social Links";
6076
+ readonly getItemSummary: (item: {
6077
+ platform?: string;
6078
+ }, i?: number) => string;
6079
+ readonly arrayFields: {
6080
+ readonly platform: {
6081
+ readonly type: "select";
6082
+ readonly label: "Platform";
6083
+ readonly options: readonly [{
6084
+ readonly label: "Twitter / X";
6085
+ readonly value: "twitter";
6086
+ }, {
6087
+ readonly label: "Facebook";
6088
+ readonly value: "facebook";
6089
+ }, {
6090
+ readonly label: "Instagram";
6091
+ readonly value: "instagram";
6092
+ }, {
6093
+ readonly label: "LinkedIn";
6094
+ readonly value: "linkedin";
6095
+ }, {
6096
+ readonly label: "YouTube";
6097
+ readonly value: "youtube";
6098
+ }, {
6099
+ readonly label: "GitHub";
6100
+ readonly value: "github";
6101
+ }, {
6102
+ readonly label: "TikTok";
6103
+ readonly value: "tiktok";
6104
+ }, {
6105
+ readonly label: "Discord";
6106
+ readonly value: "discord";
6107
+ }];
6108
+ };
6109
+ readonly url: {
6110
+ readonly type: "text";
6111
+ readonly label: "URL";
6112
+ };
6113
+ };
5680
6114
  };
5681
6115
  styles: {
5682
6116
  type: string;
@@ -5724,6 +6158,17 @@ declare const confMap: {
5724
6158
  readonly value: "withForm";
5725
6159
  }];
5726
6160
  };
6161
+ showSocialLinks: {
6162
+ readonly type: "radio";
6163
+ readonly label: "Display Social Links";
6164
+ readonly options: readonly [{
6165
+ readonly label: "Yes";
6166
+ readonly value: "true";
6167
+ }, {
6168
+ readonly label: "No";
6169
+ readonly value: "false";
6170
+ }];
6171
+ };
5727
6172
  };
5728
6173
  };
5729
6174
  };
@@ -5835,6 +6280,48 @@ declare const confMap: {
5835
6280
  readonly instructions: "Buttons must use the same size";
5836
6281
  };
5837
6282
  };
6283
+ socialLinks: {
6284
+ readonly type: "array";
6285
+ readonly label: "Social Links";
6286
+ readonly getItemSummary: (item: {
6287
+ platform?: string;
6288
+ }, i?: number) => string;
6289
+ readonly arrayFields: {
6290
+ readonly platform: {
6291
+ readonly type: "select";
6292
+ readonly label: "Platform";
6293
+ readonly options: readonly [{
6294
+ readonly label: "Twitter / X";
6295
+ readonly value: "twitter";
6296
+ }, {
6297
+ readonly label: "Facebook";
6298
+ readonly value: "facebook";
6299
+ }, {
6300
+ readonly label: "Instagram";
6301
+ readonly value: "instagram";
6302
+ }, {
6303
+ readonly label: "LinkedIn";
6304
+ readonly value: "linkedin";
6305
+ }, {
6306
+ readonly label: "YouTube";
6307
+ readonly value: "youtube";
6308
+ }, {
6309
+ readonly label: "GitHub";
6310
+ readonly value: "github";
6311
+ }, {
6312
+ readonly label: "TikTok";
6313
+ readonly value: "tiktok";
6314
+ }, {
6315
+ readonly label: "Discord";
6316
+ readonly value: "discord";
6317
+ }];
6318
+ };
6319
+ readonly url: {
6320
+ readonly type: "text";
6321
+ readonly label: "URL";
6322
+ };
6323
+ };
6324
+ };
5838
6325
  styles: {
5839
6326
  type: string;
5840
6327
  label: string;
@@ -5884,6 +6371,17 @@ declare const confMap: {
5884
6371
  readonly value: "linksBlog";
5885
6372
  }];
5886
6373
  };
6374
+ showSocialLinks: {
6375
+ readonly type: "radio";
6376
+ readonly label: "Display Social Links";
6377
+ readonly options: readonly [{
6378
+ readonly label: "Yes";
6379
+ readonly value: "true";
6380
+ }, {
6381
+ readonly label: "No";
6382
+ readonly value: "false";
6383
+ }];
6384
+ };
5887
6385
  };
5888
6386
  };
5889
6387
  };
@@ -5995,6 +6493,48 @@ declare const confMap: {
5995
6493
  readonly instructions: "Buttons must use the same size";
5996
6494
  };
5997
6495
  };
6496
+ socialLinks: {
6497
+ readonly type: "array";
6498
+ readonly label: "Social Links";
6499
+ readonly getItemSummary: (item: {
6500
+ platform?: string;
6501
+ }, i?: number) => string;
6502
+ readonly arrayFields: {
6503
+ readonly platform: {
6504
+ readonly type: "select";
6505
+ readonly label: "Platform";
6506
+ readonly options: readonly [{
6507
+ readonly label: "Twitter / X";
6508
+ readonly value: "twitter";
6509
+ }, {
6510
+ readonly label: "Facebook";
6511
+ readonly value: "facebook";
6512
+ }, {
6513
+ readonly label: "Instagram";
6514
+ readonly value: "instagram";
6515
+ }, {
6516
+ readonly label: "LinkedIn";
6517
+ readonly value: "linkedin";
6518
+ }, {
6519
+ readonly label: "YouTube";
6520
+ readonly value: "youtube";
6521
+ }, {
6522
+ readonly label: "GitHub";
6523
+ readonly value: "github";
6524
+ }, {
6525
+ readonly label: "TikTok";
6526
+ readonly value: "tiktok";
6527
+ }, {
6528
+ readonly label: "Discord";
6529
+ readonly value: "discord";
6530
+ }];
6531
+ };
6532
+ readonly url: {
6533
+ readonly type: "text";
6534
+ readonly label: "URL";
6535
+ };
6536
+ };
6537
+ };
5998
6538
  styles: {
5999
6539
  type: string;
6000
6540
  label: string;
@@ -6035,6 +6575,17 @@ declare const confMap: {
6035
6575
  readonly value: "richGrouped";
6036
6576
  }];
6037
6577
  };
6578
+ showSocialLinks: {
6579
+ readonly type: "radio";
6580
+ readonly label: "Display Social Links";
6581
+ readonly options: readonly [{
6582
+ readonly label: "Yes";
6583
+ readonly value: "true";
6584
+ }, {
6585
+ readonly label: "No";
6586
+ readonly value: "false";
6587
+ }];
6588
+ };
6038
6589
  };
6039
6590
  };
6040
6591
  };
@@ -6130,7 +6681,7 @@ declare const confMap: {
6130
6681
  readonly instructions: "Buttons must use the same size";
6131
6682
  };
6132
6683
  };
6133
- images: {
6684
+ medias: {
6134
6685
  readonly type: "array";
6135
6686
  readonly max: 10;
6136
6687
  readonly getItemSummary: (item: {
@@ -6246,7 +6797,7 @@ declare const confMap: {
6246
6797
  readonly instructions: "Buttons must use the same size";
6247
6798
  };
6248
6799
  };
6249
- imagesPartOne: {
6800
+ mediasPartOne: {
6250
6801
  readonly type: "array";
6251
6802
  readonly max: 10;
6252
6803
  readonly getItemSummary: (item: {
@@ -6263,7 +6814,7 @@ declare const confMap: {
6263
6814
  src: string;
6264
6815
  };
6265
6816
  };
6266
- imagesPartTwo: {
6817
+ mediasPartTwo: {
6267
6818
  readonly type: "array";
6268
6819
  readonly max: 10;
6269
6820
  readonly getItemSummary: (item: {
@@ -6373,7 +6924,7 @@ declare const confMap: {
6373
6924
  readonly instructions: "Buttons must use the same size";
6374
6925
  };
6375
6926
  };
6376
- images: {
6927
+ medias: {
6377
6928
  readonly type: "array";
6378
6929
  readonly max: 10;
6379
6930
  readonly getItemSummary: (item: {
@@ -6486,7 +7037,7 @@ declare const confMap: {
6486
7037
  video: {
6487
7038
  type: string;
6488
7039
  };
6489
- images: {
7040
+ medias: {
6490
7041
  readonly type: "array";
6491
7042
  readonly max: 10;
6492
7043
  readonly getItemSummary: (item: {
@@ -6596,7 +7147,7 @@ declare const confMap: {
6596
7147
  readonly instructions: "Buttons must use the same size";
6597
7148
  };
6598
7149
  };
6599
- images: {
7150
+ medias: {
6600
7151
  readonly type: "array";
6601
7152
  readonly max: 10;
6602
7153
  readonly getItemSummary: (item: {
@@ -6764,7 +7315,7 @@ declare const confMap: {
6764
7315
  readonly instructions: "Buttons must use the same size";
6765
7316
  };
6766
7317
  };
6767
- images: {
7318
+ medias: {
6768
7319
  readonly type: "array";
6769
7320
  readonly max: 10;
6770
7321
  readonly getItemSummary: (item: {
@@ -7147,7 +7698,7 @@ declare const confMap: {
7147
7698
  readonly instructions: "Buttons must use the same size";
7148
7699
  };
7149
7700
  };
7150
- images: {
7701
+ medias: {
7151
7702
  readonly type: "array";
7152
7703
  readonly max: 10;
7153
7704
  readonly getItemSummary: (item: {
@@ -7503,7 +8054,7 @@ declare const confMap: {
7503
8054
  readonly instructions: "Buttons must use the same size";
7504
8055
  };
7505
8056
  };
7506
- images: {
8057
+ medias: {
7507
8058
  readonly type: "array";
7508
8059
  readonly max: 10;
7509
8060
  readonly getItemSummary: (item: {
@@ -7613,7 +8164,7 @@ declare const confMap: {
7613
8164
  readonly instructions: "Buttons must use the same size";
7614
8165
  };
7615
8166
  };
7616
- images: {
8167
+ medias: {
7617
8168
  readonly type: "array";
7618
8169
  readonly max: 10;
7619
8170
  readonly getItemSummary: (item: {
@@ -7726,7 +8277,7 @@ declare const confMap: {
7726
8277
  video: {
7727
8278
  type: string;
7728
8279
  };
7729
- images: {
8280
+ medias: {
7730
8281
  readonly type: "array";
7731
8282
  readonly max: 10;
7732
8283
  readonly getItemSummary: (item: {
@@ -7836,7 +8387,7 @@ declare const confMap: {
7836
8387
  readonly instructions: "Buttons must use the same size";
7837
8388
  };
7838
8389
  };
7839
- images: {
8390
+ medias: {
7840
8391
  readonly type: "array";
7841
8392
  readonly max: 10;
7842
8393
  readonly getItemSummary: (item: {
@@ -7991,7 +8542,7 @@ declare const confMap: {
7991
8542
  readonly instructions: "Buttons must use the same size";
7992
8543
  };
7993
8544
  };
7994
- images: {
8545
+ medias: {
7995
8546
  readonly type: "array";
7996
8547
  readonly max: 10;
7997
8548
  readonly getItemSummary: (item: {
@@ -8104,7 +8655,7 @@ declare const confMap: {
8104
8655
  video: {
8105
8656
  type: string;
8106
8657
  };
8107
- images: {
8658
+ medias: {
8108
8659
  readonly type: "array";
8109
8660
  readonly max: 10;
8110
8661
  readonly getItemSummary: (item: {
@@ -8207,7 +8758,7 @@ declare const confMap: {
8207
8758
  description: {
8208
8759
  type: string;
8209
8760
  };
8210
- image: {
8761
+ media: {
8211
8762
  type: string;
8212
8763
  objectFields: {
8213
8764
  src: {
@@ -8513,7 +9064,7 @@ declare const confMap: {
8513
9064
  readonly instructions: "Buttons must use the same size";
8514
9065
  };
8515
9066
  };
8516
- images: {
9067
+ medias: {
8517
9068
  readonly type: "array";
8518
9069
  readonly max: 10;
8519
9070
  readonly getItemSummary: (item: {
@@ -8623,7 +9174,7 @@ declare const confMap: {
8623
9174
  readonly instructions: "Buttons must use the same size";
8624
9175
  };
8625
9176
  };
8626
- images: {
9177
+ medias: {
8627
9178
  readonly type: "array";
8628
9179
  readonly max: 10;
8629
9180
  readonly getItemSummary: (item: {
@@ -8802,7 +9353,7 @@ declare const confMap: {
8802
9353
  };
8803
9354
  };
8804
9355
  };
8805
- image: {
9356
+ media: {
8806
9357
  type: "object";
8807
9358
  objectFields: {
8808
9359
  src: import("@puckeditor/core").Field<string>;
@@ -8987,7 +9538,7 @@ declare const confMap: {
8987
9538
  };
8988
9539
  };
8989
9540
  };
8990
- image: {
9541
+ media: {
8991
9542
  type: "object";
8992
9543
  objectFields: {
8993
9544
  src: import("@puckeditor/core").Field<string>;
@@ -9164,7 +9715,7 @@ declare const confMap: {
9164
9715
  max: number;
9165
9716
  getItemSummary: (item: {
9166
9717
  heading?: string;
9167
- image?: any;
9718
+ media?: any;
9168
9719
  }, index?: number) => string;
9169
9720
  arrayFields: {
9170
9721
  percentage: {
@@ -9178,7 +9729,7 @@ declare const confMap: {
9178
9729
  readonly type: "textarea";
9179
9730
  readonly contentEditable: true;
9180
9731
  };
9181
- image: {
9732
+ media: {
9182
9733
  type: "object";
9183
9734
  objectFields: {
9184
9735
  src: import("@puckeditor/core").Field<string>;
@@ -9354,7 +9905,7 @@ declare const confMap: {
9354
9905
  };
9355
9906
  };
9356
9907
  };
9357
- image: {
9908
+ media: {
9358
9909
  type: "object";
9359
9910
  objectFields: {
9360
9911
  src: import("@puckeditor/core").Field<string>;
@@ -9471,7 +10022,7 @@ declare const confMap: {
9471
10022
  readonly type: "textarea";
9472
10023
  readonly contentEditable: true;
9473
10024
  };
9474
- image: {
10025
+ media: {
9475
10026
  type: "object";
9476
10027
  objectFields: {
9477
10028
  src: import("@puckeditor/core").Field<string>;
@@ -9483,7 +10034,7 @@ declare const confMap: {
9483
10034
  video: {
9484
10035
  type: string;
9485
10036
  objectFields: {
9486
- image: {
10037
+ media: {
9487
10038
  type: "object";
9488
10039
  objectFields: {
9489
10040
  src: import("@puckeditor/core").Field<string>;
@@ -10229,7 +10780,7 @@ declare const confMap: {
10229
10780
  description: {
10230
10781
  type: string;
10231
10782
  };
10232
- image: {
10783
+ media: {
10233
10784
  type: "object";
10234
10785
  objectFields: {
10235
10786
  src: import("@puckeditor/core").Field<string>;
@@ -10284,7 +10835,7 @@ declare const confMap: {
10284
10835
  timelineItems: {
10285
10836
  date: string;
10286
10837
  description: string;
10287
- image?: import("./banner-sections/props").BaseImage;
10838
+ media?: import("./banner-sections/props").BaseMedia;
10288
10839
  }[];
10289
10840
  };
10290
10841
  render: (props: import("./showcase-sections/compact-timeline").CompactTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -10393,7 +10944,7 @@ declare const confMap: {
10393
10944
  description: {
10394
10945
  type: string;
10395
10946
  };
10396
- image: {
10947
+ media: {
10397
10948
  type: "object";
10398
10949
  objectFields: {
10399
10950
  src: import("@puckeditor/core").Field<string>;
@@ -10448,7 +10999,7 @@ declare const confMap: {
10448
10999
  timelineItems: {
10449
11000
  date: string;
10450
11001
  description: string;
10451
- image?: import("./banner-sections/props").BaseImage;
11002
+ media?: import("./banner-sections/props").BaseMedia;
10452
11003
  }[];
10453
11004
  };
10454
11005
  render: (props: import("./showcase-sections/horizontal-timeline").HorizontalTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -10639,7 +11190,7 @@ declare const confMap: {
10639
11190
  readonly instructions: "Buttons must use the same size";
10640
11191
  };
10641
11192
  };
10642
- image: {
11193
+ media: {
10643
11194
  type: "object";
10644
11195
  objectFields: {
10645
11196
  src: import("@puckeditor/core").Field<string>;
@@ -10707,7 +11258,7 @@ declare const confMap: {
10707
11258
  title: string;
10708
11259
  description: string;
10709
11260
  buttons: import("./banner-sections/props").BaseButton[];
10710
- image?: import("./banner-sections/props").BaseImage;
11261
+ media?: import("./banner-sections/props").BaseMedia;
10711
11262
  }[];
10712
11263
  };
10713
11264
  render: (props: import("./showcase-sections/single-column-timeline").SingleColumnTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -10898,7 +11449,7 @@ declare const confMap: {
10898
11449
  readonly instructions: "Buttons must use the same size";
10899
11450
  };
10900
11451
  };
10901
- image: {
11452
+ media: {
10902
11453
  type: "object";
10903
11454
  objectFields: {
10904
11455
  src: import("@puckeditor/core").Field<string>;
@@ -10966,7 +11517,7 @@ declare const confMap: {
10966
11517
  heading: string;
10967
11518
  description: string;
10968
11519
  buttons: import("./banner-sections/props").BaseButton[];
10969
- image?: import("./banner-sections/props").BaseImage;
11520
+ media?: import("./banner-sections/props").BaseMedia;
10970
11521
  }[];
10971
11522
  };
10972
11523
  render: (props: import("./showcase-sections/sticky-scroll-timeline").StickyScrollTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -11077,7 +11628,7 @@ declare const confMap: {
11077
11628
  readonly instructions: "Buttons must use the same size";
11078
11629
  };
11079
11630
  };
11080
- image: {
11631
+ media: {
11081
11632
  type: "object";
11082
11633
  objectFields: {
11083
11634
  src: import("@puckeditor/core").Field<string>;
@@ -11139,7 +11690,7 @@ declare const confMap: {
11139
11690
  heading: string;
11140
11691
  description: string;
11141
11692
  buttons: import("./banner-sections/props").BaseButton[];
11142
- image: import("./banner-sections/props").BaseImage;
11693
+ media: import("./banner-sections/props").BaseMedia;
11143
11694
  };
11144
11695
  }[];
11145
11696
  } & {
@@ -11333,7 +11884,7 @@ declare const confMap: {
11333
11884
  readonly instructions: "Buttons must use the same size";
11334
11885
  };
11335
11886
  };
11336
- image: {
11887
+ media: {
11337
11888
  type: "object";
11338
11889
  objectFields: {
11339
11890
  src: import("@puckeditor/core").Field<string>;
@@ -11401,7 +11952,7 @@ declare const confMap: {
11401
11952
  title: string;
11402
11953
  description: string;
11403
11954
  buttons: import("./banner-sections/props").BaseButton[];
11404
- image?: import("./banner-sections/props").BaseImage;
11955
+ media?: import("./banner-sections/props").BaseMedia;
11405
11956
  }[];
11406
11957
  };
11407
11958
  render: (props: import("./showcase-sections/zigzag-timeline").ZigzagTimelineProps) => import("react/jsx-runtime").JSX.Element;
@@ -12373,7 +12924,7 @@ declare const confMap: {
12373
12924
  quote: {
12374
12925
  type: string;
12375
12926
  };
12376
- images: {
12927
+ medias: {
12377
12928
  readonly type: "array";
12378
12929
  readonly max: 10;
12379
12930
  readonly getItemSummary: (item: {
@@ -12462,7 +13013,7 @@ declare const confMap: {
12462
13013
  quote: {
12463
13014
  type: string;
12464
13015
  };
12465
- image: {
13016
+ media: {
12466
13017
  type: "object";
12467
13018
  objectFields: {
12468
13019
  src: import("@puckeditor/core").Field<string>;
@@ -13199,17 +13750,45 @@ declare const confMap: {
13199
13750
  shareTitle: {
13200
13751
  type: string;
13201
13752
  };
13202
- socialMediaLinks: {
13203
- type: string;
13204
- getItemSummary: (item: {
13753
+ socialLinks: {
13754
+ readonly type: "array";
13755
+ readonly label: "Social Links";
13756
+ readonly getItemSummary: (item: {
13205
13757
  platform?: string;
13206
- }, index?: number) => string;
13207
- arrayFields: {
13208
- platform: {
13209
- type: string;
13758
+ }, i?: number) => string;
13759
+ readonly arrayFields: {
13760
+ readonly platform: {
13761
+ readonly type: "select";
13762
+ readonly label: "Platform";
13763
+ readonly options: readonly [{
13764
+ readonly label: "Twitter / X";
13765
+ readonly value: "twitter";
13766
+ }, {
13767
+ readonly label: "Facebook";
13768
+ readonly value: "facebook";
13769
+ }, {
13770
+ readonly label: "Instagram";
13771
+ readonly value: "instagram";
13772
+ }, {
13773
+ readonly label: "LinkedIn";
13774
+ readonly value: "linkedin";
13775
+ }, {
13776
+ readonly label: "YouTube";
13777
+ readonly value: "youtube";
13778
+ }, {
13779
+ readonly label: "GitHub";
13780
+ readonly value: "github";
13781
+ }, {
13782
+ readonly label: "TikTok";
13783
+ readonly value: "tiktok";
13784
+ }, {
13785
+ readonly label: "Discord";
13786
+ readonly value: "discord";
13787
+ }];
13210
13788
  };
13211
- url: {
13212
- type: string;
13789
+ readonly url: {
13790
+ readonly type: "text";
13791
+ readonly label: "URL";
13213
13792
  };
13214
13793
  };
13215
13794
  };
@@ -13304,10 +13883,7 @@ declare const confMap: {
13304
13883
  };
13305
13884
  defaultProps: Partial<import("./text-sections/props").TextSectionBaseProps> & {
13306
13885
  prose: string;
13307
- socialMediaLinks: {
13308
- platform: string;
13309
- url: string;
13310
- }[];
13886
+ socialLinks: import("./banner-sections/props").BaseSocialLink[];
13311
13887
  tags: {
13312
13888
  label: string;
13313
13889
  url: string;
@@ -13316,7 +13892,7 @@ declare const confMap: {
13316
13892
  author: {
13317
13893
  name: string;
13318
13894
  titleAndCompany: string;
13319
- avatar: import("./banner-sections/props").BaseImage;
13895
+ avatar: import("./banner-sections/props").BaseMedia;
13320
13896
  };
13321
13897
  breadcrumbs?: {
13322
13898
  label: string;
@@ -13457,7 +14033,7 @@ declare const confMap: {
13457
14033
  label: string;
13458
14034
  value: string;
13459
14035
  }[];
13460
- mediaImage?: import("./banner-sections/props").BaseImage;
14036
+ mediaImage?: import("./banner-sections/props").BaseMedia;
13461
14037
  };
13462
14038
  render: (props: import("./text-sections/prose-content").ProseContentProps) => import("react/jsx-runtime").JSX.Element;
13463
14039
  };
@@ -13470,7 +14046,7 @@ declare const confMap: {
13470
14046
  prose: {
13471
14047
  type: string;
13472
14048
  };
13473
- image: {
14049
+ media: {
13474
14050
  type: "object";
13475
14051
  objectFields: {
13476
14052
  src: import("@puckeditor/core").Field<string>;
@@ -13556,7 +14132,7 @@ declare const confMap: {
13556
14132
  prose: {
13557
14133
  type: string;
13558
14134
  };
13559
- images: {
14135
+ medias: {
13560
14136
  readonly type: "array";
13561
14137
  readonly max: 10;
13562
14138
  readonly getItemSummary: (item: {
@@ -13615,7 +14191,7 @@ declare const confMap: {
13615
14191
  };
13616
14192
  defaultProps: Partial<import("./text-sections/props").TextSectionBaseProps> & {
13617
14193
  prose: string;
13618
- images: import("./banner-sections/props").BaseImage[];
14194
+ medias: import("./banner-sections/props").BaseMedia[];
13619
14195
  };
13620
14196
  render: (props: import("./text-sections/sticky-text-multi-image").StickyTextMultiImageProps) => import("react/jsx-runtime").JSX.Element;
13621
14197
  };