dune-react 0.0.31 → 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 (345) 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.js +2 -2
  82. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.d.ts +7 -2
  83. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.js +9 -9
  84. package/dist/components/puck-block/footer-sections/contact-links-footer/index.d.ts +50 -10
  85. package/dist/components/puck-block/footer-sections/contact-links-footer/index.js +3 -2
  86. package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.js +9 -9
  87. package/dist/components/puck-block/footer-sections/cta-links-footer/index.d.ts +50 -10
  88. package/dist/components/puck-block/footer-sections/cta-links-footer/index.js +3 -3
  89. package/dist/components/puck-block/footer-sections/links-newsletter-footer/index.d.ts +50 -10
  90. package/dist/components/puck-block/footer-sections/newsletter-top-links-footer/index.d.ts +50 -10
  91. package/dist/components/puck-block/footer-sections/props.d.ts +17 -10
  92. package/dist/components/puck-block/footer-sections/props.js +8 -0
  93. package/dist/components/puck-block/gallery-sections/asymmetric-grid/asymmetric-grid.js +7 -7
  94. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.d.ts +1 -1
  95. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.js +2 -2
  96. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/fullscreen-portfolio.js +12 -12
  97. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.d.ts +1 -1
  98. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.js +2 -2
  99. package/dist/components/puck-block/gallery-sections/image-carousel/image-carousel.js +12 -12
  100. package/dist/components/puck-block/gallery-sections/image-carousel/index.d.ts +1 -1
  101. package/dist/components/puck-block/gallery-sections/image-carousel/index.js +2 -2
  102. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.d.ts +1 -1
  103. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.js +2 -2
  104. package/dist/components/puck-block/gallery-sections/interactive-portfolio/interactive-portfolio.js +14 -14
  105. package/dist/components/puck-block/gallery-sections/masonry-grid/index.d.ts +1 -1
  106. package/dist/components/puck-block/gallery-sections/masonry-grid/index.js +2 -2
  107. package/dist/components/puck-block/gallery-sections/masonry-grid/masonry-grid.js +7 -7
  108. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +1 -1
  109. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.js +2 -2
  110. package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.js +6 -6
  111. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +1 -1
  112. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.js +2 -2
  113. package/dist/components/puck-block/gallery-sections/portfolio-divider/portfolio-divider.js +9 -9
  114. package/dist/components/puck-block/gallery-sections/props.d.ts +8 -8
  115. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.d.ts +1 -1
  116. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.js +2 -2
  117. package/dist/components/puck-block/gallery-sections/scroll-parallax/scroll-parallax.js +11 -11
  118. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.d.ts +1 -1
  119. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.js +5 -5
  120. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/scroll-parallax-portfolio.js +26 -26
  121. package/dist/components/puck-block/gallery-sections/split-carousel/index.d.ts +1 -1
  122. package/dist/components/puck-block/gallery-sections/split-carousel/index.js +2 -2
  123. package/dist/components/puck-block/gallery-sections/split-carousel/split-carousel.js +6 -6
  124. package/dist/components/puck-block/gallery-sections/static-grid/index.d.ts +1 -1
  125. package/dist/components/puck-block/gallery-sections/static-grid/index.js +2 -2
  126. package/dist/components/puck-block/gallery-sections/static-grid/static-grid.js +7 -7
  127. package/dist/components/puck-block/header-sections/centered-navbar/centered-navbar.js +31 -24
  128. package/dist/components/puck-block/header-sections/centered-navbar/index.d.ts +81 -0
  129. package/dist/components/puck-block/header-sections/centered-navbar/index.js +8 -4
  130. package/dist/components/puck-block/header-sections/drawer-navbar/drawer-navbar.js +32 -25
  131. package/dist/components/puck-block/header-sections/drawer-navbar/index.d.ts +81 -0
  132. package/dist/components/puck-block/header-sections/drawer-navbar/index.js +5 -3
  133. package/dist/components/puck-block/header-sections/floating-bordered-navbar/floating-bordered-navbar.js +27 -22
  134. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.d.ts +80 -3
  135. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.js +3 -3
  136. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/fullscreen-overlay-navbar.js +23 -18
  137. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.d.ts +80 -3
  138. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.js +3 -3
  139. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.d.ts +53 -0
  140. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.js +3 -3
  141. package/dist/components/puck-block/header-sections/mega-menu-navbar/mega-menu-navbar.js +13 -6
  142. package/dist/components/puck-block/header-sections/props.d.ts +17 -5
  143. package/dist/components/puck-block/header-sections/props.js +8 -0
  144. package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +53 -0
  145. package/dist/components/puck-block/header-sections/standard-navbar/index.js +5 -4
  146. package/dist/components/puck-block/header-sections/standard-navbar/standard-navbar.js +9 -5
  147. package/dist/components/puck-block/hero-sections/carousel-hero/component.js +8 -8
  148. package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +1 -1
  149. package/dist/components/puck-block/hero-sections/carousel-hero/index.js +2 -2
  150. package/dist/components/puck-block/hero-sections/column-scroll-hero/component.d.ts +3 -3
  151. package/dist/components/puck-block/hero-sections/column-scroll-hero/component.js +14 -14
  152. package/dist/components/puck-block/hero-sections/column-scroll-hero/index.d.ts +2 -2
  153. package/dist/components/puck-block/hero-sections/column-scroll-hero/index.js +3 -3
  154. package/dist/components/puck-block/hero-sections/dual-marquee-hero/component.js +11 -11
  155. package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.d.ts +1 -1
  156. package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.js +2 -2
  157. package/dist/components/puck-block/hero-sections/fullscreen-hero/index.d.ts +1 -1
  158. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/component.js +5 -5
  159. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.d.ts +1 -1
  160. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.js +2 -2
  161. package/dist/components/puck-block/hero-sections/grid-expand-hero/component.js +16 -16
  162. package/dist/components/puck-block/hero-sections/grid-expand-hero/index.d.ts +1 -1
  163. package/dist/components/puck-block/hero-sections/grid-expand-hero/index.js +2 -2
  164. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/component.js +11 -11
  165. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.d.ts +1 -1
  166. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.js +2 -2
  167. package/dist/components/puck-block/hero-sections/media-text-hero/index.d.ts +1 -1
  168. package/dist/components/puck-block/hero-sections/mouse-track-hero/component.d.ts +3 -3
  169. package/dist/components/puck-block/hero-sections/mouse-track-hero/component.js +6 -6
  170. package/dist/components/puck-block/hero-sections/mouse-track-hero/index.js +3 -3
  171. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.d.ts +1 -1
  172. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.js +2 -2
  173. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/multi-image-grid-hero.js +7 -7
  174. package/dist/components/puck-block/hero-sections/overlapping-image-hero/index.js +4 -4
  175. package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.d.ts +4 -4
  176. package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.js +16 -16
  177. package/dist/components/puck-block/hero-sections/parallax-images-hero/component.js +12 -12
  178. package/dist/components/puck-block/hero-sections/parallax-images-hero/index.d.ts +1 -1
  179. package/dist/components/puck-block/hero-sections/parallax-images-hero/index.js +2 -2
  180. package/dist/components/puck-block/hero-sections/props.d.ts +3 -3
  181. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/component.js +5 -5
  182. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.d.ts +1 -1
  183. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.js +2 -2
  184. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/component.js +5 -5
  185. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.d.ts +1 -1
  186. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.js +2 -2
  187. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/component.js +9 -9
  188. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.d.ts +1 -1
  189. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.js +2 -2
  190. package/dist/components/puck-block/hero-sections/split-hero/index.d.ts +1 -1
  191. package/dist/components/puck-block/hero-sections/stacked-hero/index.d.ts +1 -1
  192. package/dist/components/puck-block/hero-sections/sticky-expand-hero/component.js +12 -12
  193. package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.d.ts +1 -1
  194. package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.js +2 -2
  195. package/dist/components/puck-block/hero-sections/sticky-video-hero/component.d.ts +2 -2
  196. package/dist/components/puck-block/hero-sections/sticky-video-hero/component.js +13 -13
  197. package/dist/components/puck-block/hero-sections/sticky-video-hero/index.d.ts +1 -1
  198. package/dist/components/puck-block/hero-sections/sticky-video-hero/index.js +3 -3
  199. package/dist/components/puck-block/hero-sections/tab-hero/component.d.ts +2 -2
  200. package/dist/components/puck-block/hero-sections/tab-hero/component.js +6 -6
  201. package/dist/components/puck-block/hero-sections/tab-hero/index.d.ts +1 -1
  202. package/dist/components/puck-block/hero-sections/tab-hero/index.js +2 -2
  203. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.d.ts +4 -4
  204. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.js +4 -4
  205. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/index.js +4 -4
  206. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/component.js +11 -11
  207. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.d.ts +1 -1
  208. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.js +2 -2
  209. package/dist/components/puck-block/hero-sections/zoom-grid-hero/component.js +7 -7
  210. package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.d.ts +1 -1
  211. package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.js +2 -2
  212. package/dist/components/puck-block/metrics-sections/center-media-stats/center-media-stats.js +5 -5
  213. package/dist/components/puck-block/metrics-sections/center-media-stats/index.d.ts +1 -1
  214. package/dist/components/puck-block/metrics-sections/center-media-stats/index.js +2 -2
  215. package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.js +4 -4
  216. package/dist/components/puck-block/metrics-sections/header-stats-row/index.d.ts +1 -1
  217. package/dist/components/puck-block/metrics-sections/header-stats-row/index.js +2 -2
  218. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.d.ts +2 -2
  219. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.js +3 -3
  220. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.d.ts +2 -2
  221. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.js +7 -7
  222. package/dist/components/puck-block/metrics-sections/props.d.ts +6 -6
  223. package/dist/components/puck-block/metrics-sections/split-stats/index.d.ts +1 -1
  224. package/dist/components/puck-block/metrics-sections/split-stats/index.js +2 -2
  225. package/dist/components/puck-block/metrics-sections/split-stats/split-stats.js +4 -4
  226. package/dist/components/puck-block/metrics-sections/tab-stats/index.d.ts +2 -2
  227. package/dist/components/puck-block/metrics-sections/tab-stats/index.js +3 -3
  228. package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.d.ts +3 -3
  229. package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.js +11 -11
  230. package/dist/components/puck-block/pricing-sections/props.d.ts +2 -2
  231. package/dist/components/puck-block/pricing-sections/single-pricing-card/component.d.ts +2 -2
  232. package/dist/components/puck-block/pricing-sections/single-pricing-card/component.js +3 -3
  233. package/dist/components/puck-block/pricing-sections/split-pricing/component.d.ts +2 -2
  234. package/dist/components/puck-block/pricing-sections/split-pricing/component.js +2 -2
  235. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/component.d.ts +2 -2
  236. package/dist/components/puck-block/pricing-sections/tab-single-pricing/component.d.ts +2 -2
  237. package/dist/components/puck-block/registry.generated.d.ts +694 -118
  238. package/dist/components/puck-block/showcase-sections/compact-timeline/component.d.ts +2 -2
  239. package/dist/components/puck-block/showcase-sections/compact-timeline/component.js +3 -3
  240. package/dist/components/puck-block/showcase-sections/compact-timeline/index.d.ts +2 -2
  241. package/dist/components/puck-block/showcase-sections/compact-timeline/index.js +2 -2
  242. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.d.ts +2 -2
  243. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.js +3 -3
  244. package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.d.ts +2 -2
  245. package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.js +2 -2
  246. package/dist/components/puck-block/showcase-sections/props.d.ts +2 -2
  247. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.d.ts +2 -2
  248. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.js +3 -3
  249. package/dist/components/puck-block/showcase-sections/single-column-timeline/index.d.ts +2 -2
  250. package/dist/components/puck-block/showcase-sections/single-column-timeline/index.js +2 -2
  251. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.d.ts +2 -2
  252. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.js +3 -3
  253. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.d.ts +2 -2
  254. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.js +2 -2
  255. package/dist/components/puck-block/showcase-sections/tab-timeline/component.d.ts +2 -2
  256. package/dist/components/puck-block/showcase-sections/tab-timeline/component.js +8 -8
  257. package/dist/components/puck-block/showcase-sections/tab-timeline/index.d.ts +2 -2
  258. package/dist/components/puck-block/showcase-sections/tab-timeline/index.js +2 -2
  259. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.d.ts +2 -2
  260. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.js +3 -3
  261. package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.d.ts +2 -2
  262. package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.js +2 -2
  263. package/dist/components/puck-block/team-sections/props.d.ts +2 -3
  264. package/dist/components/puck-block/team-sections/team-carousel/component.d.ts +2 -2
  265. package/dist/components/puck-block/team-sections/team-carousel/component.js +3 -3
  266. package/dist/components/puck-block/team-sections/team-grid/component.d.ts +2 -2
  267. package/dist/components/puck-block/team-sections/team-grid/component.js +3 -3
  268. package/dist/components/puck-block/team-sections/team-inline-card/component.d.ts +2 -2
  269. package/dist/components/puck-block/team-sections/team-inline-card/component.js +3 -3
  270. package/dist/components/puck-block/team-sections/team-sticky-scatter/component.d.ts +2 -2
  271. package/dist/components/puck-block/team-sections/team-sticky-scatter/component.js +3 -3
  272. package/dist/components/puck-block/team-sections/team-two-column/component.d.ts +2 -2
  273. package/dist/components/puck-block/team-sections/team-two-column/component.js +3 -3
  274. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.d.ts +4 -4
  275. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.js +8 -8
  276. package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.d.ts +3 -3
  277. package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.js +4 -4
  278. package/dist/components/puck-block/testimonial-sections/centered-testimonial/index.js +3 -3
  279. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.d.ts +3 -3
  280. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.js +3 -3
  281. package/dist/components/puck-block/testimonial-sections/image-testimonial/component.d.ts +3 -3
  282. package/dist/components/puck-block/testimonial-sections/image-testimonial/component.js +10 -10
  283. package/dist/components/puck-block/testimonial-sections/image-testimonial/index.d.ts +1 -1
  284. package/dist/components/puck-block/testimonial-sections/image-testimonial/index.js +3 -3
  285. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.d.ts +3 -3
  286. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.js +7 -7
  287. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.d.ts +1 -1
  288. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.js +3 -3
  289. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.d.ts +2 -2
  290. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.js +2 -2
  291. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.d.ts +2 -2
  292. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.js +2 -2
  293. package/dist/components/puck-block/testimonial-sections/props.d.ts +3 -4
  294. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.d.ts +3 -2
  295. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.js +6 -3
  296. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.d.ts +4 -4
  297. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.js +5 -5
  298. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.d.ts +4 -4
  299. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.js +6 -6
  300. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.d.ts +3 -3
  301. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.js +3 -3
  302. package/dist/components/puck-block/text-sections/blog-article/component.d.ts +4 -7
  303. package/dist/components/puck-block/text-sections/blog-article/component.js +9 -17
  304. package/dist/components/puck-block/text-sections/blog-article/index.d.ts +39 -14
  305. package/dist/components/puck-block/text-sections/blog-article/index.js +4 -10
  306. package/dist/components/puck-block/text-sections/props.d.ts +3 -3
  307. package/dist/components/puck-block/text-sections/prose-content/component.d.ts +2 -2
  308. package/dist/components/puck-block/text-sections/prose-content/component.js +3 -3
  309. package/dist/components/puck-block/text-sections/prose-content/index.d.ts +1 -1
  310. package/dist/components/puck-block/text-sections/prose-content/index.js +2 -2
  311. package/dist/components/puck-block/text-sections/prose-sidebar/component.d.ts +2 -2
  312. package/dist/components/puck-block/text-sections/prose-sidebar/index.d.ts +1 -1
  313. package/dist/components/puck-block/text-sections/side-media-content/component.js +5 -5
  314. package/dist/components/puck-block/text-sections/side-media-content/index.d.ts +1 -1
  315. package/dist/components/puck-block/text-sections/side-media-content/index.js +2 -2
  316. package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.d.ts +2 -2
  317. package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.js +4 -4
  318. package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.d.ts +2 -2
  319. package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.js +2 -2
  320. package/dist/components/puck-block/text-sections/text-header/component.d.ts +2 -2
  321. package/dist/components/puck-block/text-sections/text-header/index.d.ts +1 -1
  322. package/dist/components/puck-core/core/context/editor-context.d.ts +2 -0
  323. package/dist/components/puck-core/core/fields.d.ts +2 -2
  324. package/dist/components/puck-core/core/props/content.d.ts +3 -3
  325. package/dist/components/puck-core/core/props/index.d.ts +2 -2
  326. package/dist/components/puck-core/core/props/index.js +7 -0
  327. package/dist/components/puck-core/core/props/interactive.d.ts +44 -1
  328. package/dist/components/puck-core/core/props/interactive.js +24 -1
  329. package/dist/components/puck-core/core/props/media.d.ts +8 -8
  330. package/dist/components/puck-core/core/props/media.js +21 -21
  331. package/dist/components/puck-core/core/social-icons.d.ts +5 -0
  332. package/dist/components/puck-core/core/social-icons.js +48 -0
  333. package/dist/components/puck-core/core/with-editable.js +9 -2
  334. package/dist/components/puck-core/fields/media-upload-field.d.ts +7 -0
  335. package/dist/components/puck-core/fields/{image-upload-field.js → media-upload-field.js} +71 -28
  336. package/dist/components/puck-core/index.d.ts +2 -2
  337. package/dist/components/shadcn/tabs.d.ts +2 -1
  338. package/dist/components/shadcn/tabs.js +21 -3
  339. package/dist/components/shadcn/video-iframe.d.ts +2 -1
  340. package/dist/components/shadcn/video-iframe.js +7 -6
  341. package/dist/index.js +15 -12
  342. package/package.json +1 -1
  343. package/dist/components/puck-base/image.d.ts +0 -6
  344. package/dist/components/puck-base/image.js +0 -360
  345. package/dist/components/puck-core/fields/image-upload-field.d.ts +0 -7
@@ -3,7 +3,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { useState, useRef } from "react";
4
4
  import { Dialog, DialogTrigger, DialogContent } from "../../../shadcn/dialog.js";
5
5
  import { CompoundButton } from "../../../puck-base/button.js";
6
- import { CompoundImage } from "../../../puck-base/image.js";
6
+ import { CompoundMedia } from "../../../puck-base/media.js";
7
7
  import { useScroll, useTransform, motion } from "motion/react";
8
8
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
9
9
  import { useScrollContainer } from "../../../../hooks/use-scroll-container.js";
@@ -16,14 +16,14 @@ const StickyVideoHero = (props) => {
16
16
  description = "",
17
17
  buttons = [],
18
18
  video = "",
19
- images = [{ src: "", alt: "" }],
19
+ medias = [{ src: "", alt: "" }],
20
20
  videoImage = { src: "", alt: "" },
21
21
  styles
22
22
  } = {
23
23
  ...StickyVideoHeroDefaults,
24
24
  ...props
25
25
  };
26
- const image = images == null ? void 0 : images[0];
26
+ const media = medias == null ? void 0 : medias[0];
27
27
  const { className: sectionClassName, style: sectionStyle, css, variant = "centered" } = styles ?? {};
28
28
  if (variant === "parallax-bg") {
29
29
  return /* @__PURE__ */ jsx(
@@ -33,7 +33,7 @@ const StickyVideoHero = (props) => {
33
33
  description,
34
34
  buttons,
35
35
  video,
36
- image,
36
+ media,
37
37
  videoImage,
38
38
  sectionClassName,
39
39
  sectionStyle,
@@ -48,7 +48,7 @@ const StickyVideoHero = (props) => {
48
48
  description,
49
49
  buttons,
50
50
  video,
51
- image,
51
+ media,
52
52
  sectionClassName,
53
53
  sectionStyle,
54
54
  css
@@ -60,7 +60,7 @@ const CenteredVariant = ({
60
60
  description,
61
61
  buttons,
62
62
  video,
63
- image,
63
+ media,
64
64
  sectionClassName,
65
65
  sectionStyle,
66
66
  css
@@ -92,10 +92,10 @@ const CenteredVariant = ({
92
92
  /* @__PURE__ */ jsx("div", { className: "sticky top-0 z-10 flex h-screen flex-col justify-center lg:top-[10vh] lg:justify-start", children: /* @__PURE__ */ jsxs(Dialog, { children: [
93
93
  /* @__PURE__ */ jsx(DialogTrigger, { asChild: true, children: /* @__PURE__ */ jsxs("button", { className: "relative flex w-full items-center justify-center", children: [
94
94
  /* @__PURE__ */ jsx(
95
- CompoundImage,
95
+ CompoundMedia,
96
96
  {
97
- src: image.src,
98
- alt: image.alt,
97
+ src: media.src,
98
+ alt: media.alt,
99
99
  className: "h-[80vh] max-h-[25rem] w-full object-cover sm:max-h-[30rem] md:max-h-[40rem] lg:max-h-none"
100
100
  }
101
101
  ),
@@ -127,7 +127,7 @@ const ParallaxBgVariant = ({
127
127
  description,
128
128
  buttons,
129
129
  video,
130
- image,
130
+ media,
131
131
  videoImage,
132
132
  sectionClassName,
133
133
  sectionStyle,
@@ -163,7 +163,7 @@ const ParallaxBgVariant = ({
163
163
  /* @__PURE__ */ jsx("div", { className: "mt-6 flex flex-wrap gap-4 md:mt-8", children: buttons.map((button, index) => /* @__PURE__ */ jsx(CompoundButton, { label: button.label, variant: button.variant, size: button.size, action: button.action, icon: button.icon }, index)) })
164
164
  ] }) }),
165
165
  /* @__PURE__ */ jsxs(motion.div, { className: "absolute inset-0 z-0", style: imageTranslate, children: [
166
- /* @__PURE__ */ jsx(CompoundImage, { src: image.src, alt: image.alt, className: "size-full object-cover" }),
166
+ /* @__PURE__ */ jsx(CompoundMedia, { src: media.src, alt: media.alt, className: "size-full object-cover" }),
167
167
  /* @__PURE__ */ jsx("div", { className: "absolute inset-0 bg-black/50" })
168
168
  ] }),
169
169
  /* @__PURE__ */ jsxs(Dialog, { children: [
@@ -173,7 +173,7 @@ const ParallaxBgVariant = ({
173
173
  className: "absolute bottom-[5%] right-[5%] flex w-full items-center justify-center md:max-w-[14rem] lg:max-w-xxs",
174
174
  style: videoDialogTranslate,
175
175
  children: [
176
- /* @__PURE__ */ jsx(CompoundImage, { src: videoImage.src, alt: videoImage.alt, className: "size-full object-cover" }),
176
+ /* @__PURE__ */ jsx(CompoundMedia, { src: videoImage.src, alt: videoImage.alt, className: "size-full object-cover" }),
177
177
  /* @__PURE__ */ jsx(FaCirclePlay, { className: "absolute z-20 size-16 text-white" })
178
178
  ]
179
179
  }
@@ -206,7 +206,7 @@ const StickyVideoHeroDefaults = {
206
206
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.",
207
207
  buttons: [{ label: "Button" }, { label: "Button", variant: "secondary" }],
208
208
  video: "https://www.youtube.com/embed/8DKLYsikxTs?si=Ch9W0KrDWWUiCMMW",
209
- images: [{
209
+ medias: [{
210
210
  src: "https://picsum.photos/seed/hero-video/1200/800",
211
211
  alt: "Placeholder image"
212
212
  }],
@@ -94,7 +94,7 @@ declare const conf: {
94
94
  video: {
95
95
  type: string;
96
96
  };
97
- images: {
97
+ medias: {
98
98
  readonly type: "array";
99
99
  readonly max: 10;
100
100
  readonly getItemSummary: (item: {
@@ -1,7 +1,7 @@
1
1
  import { StickyVideoHero, StickyVideoHeroDefaults } from "./component.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
3
  import { buttonsField } from "../../../puck-core/core/props/interactive.js";
4
- import { imageField, imagesField } from "../../../puck-core/core/props/media.js";
4
+ import { mediaField, mediasField } from "../../../puck-core/core/props/media.js";
5
5
  import { heroStyleFields } from "../props.js";
6
6
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
7
7
  const conf = {
@@ -10,8 +10,8 @@ const conf = {
10
10
  description: descriptionField,
11
11
  buttons: buttonsField,
12
12
  video: { type: "text" },
13
- images: imagesField,
14
- videoImage: imageField,
13
+ medias: mediasField,
14
+ videoImage: mediaField,
15
15
  styles: {
16
16
  type: "object",
17
17
  label: "Styles",
@@ -1,10 +1,10 @@
1
- import type { BaseImage, BaseButton, HeroComponentProps } from "../props";
1
+ import type { BaseMedia, BaseButton, HeroComponentProps } from "../props";
2
2
  type TabContent = {
3
3
  value: string;
4
4
  heading: string;
5
5
  description: string;
6
6
  buttons: BaseButton[];
7
- image: BaseImage;
7
+ media: BaseMedia;
8
8
  };
9
9
  type TabTrigger = {
10
10
  value: string;
@@ -3,7 +3,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { useState } from "react";
4
4
  import { Tabs, TabsContent, TabsList, TabsTrigger } from "../../../shadcn/tabs.js";
5
5
  import { CompoundButton } from "../../../puck-base/button.js";
6
- import { CompoundImage } from "../../../puck-base/image.js";
6
+ import { CompoundMedia } from "../../../puck-base/media.js";
7
7
  import { AnimatePresence, motion } from "motion/react";
8
8
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
9
9
  import { cn } from "../../../../utils/css-utils.js";
@@ -75,7 +75,7 @@ const TabContentBlock = ({ ...content }) => {
75
75
  ) }),
76
76
  /* @__PURE__ */ jsxs("div", { className: "absolute inset-0 z-0", children: [
77
77
  /* @__PURE__ */ jsx("div", { className: "absolute inset-0 z-10 bg-black/50" }),
78
- /* @__PURE__ */ jsx(CompoundImage, { className: "size-full object-cover", src: content.image.src, alt: content.image.alt })
78
+ /* @__PURE__ */ jsx(CompoundMedia, { className: "size-full object-cover", src: content.media.src, alt: content.media.alt })
79
79
  ] })
80
80
  ] });
81
81
  };
@@ -106,7 +106,7 @@ const TabHeroDefaults = {
106
106
  heading: "Medium length hero heading goes here",
107
107
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.",
108
108
  buttons: [{ label: "Button" }, { label: "Button", variant: "secondary" }],
109
- image: {
109
+ media: {
110
110
  src: "https://picsum.photos/seed/hero-landscape/1200/800",
111
111
  alt: "Placeholder image 1"
112
112
  }
@@ -116,7 +116,7 @@ const TabHeroDefaults = {
116
116
  heading: "Medium length hero heading goes here",
117
117
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.",
118
118
  buttons: [{ label: "Button" }, { label: "Button", variant: "secondary" }],
119
- image: {
119
+ media: {
120
120
  src: "https://picsum.photos/seed/hero-landscape/1200/800",
121
121
  alt: "Placeholder image 2"
122
122
  }
@@ -126,7 +126,7 @@ const TabHeroDefaults = {
126
126
  heading: "Medium length hero heading goes here",
127
127
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.",
128
128
  buttons: [{ label: "Button" }, { label: "Button", variant: "secondary" }],
129
- image: {
129
+ media: {
130
130
  src: "https://picsum.photos/seed/hero-landscape/1200/800",
131
131
  alt: "Placeholder image 3"
132
132
  }
@@ -136,7 +136,7 @@ const TabHeroDefaults = {
136
136
  heading: "Medium length hero heading goes here",
137
137
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.",
138
138
  buttons: [{ label: "Button" }, { label: "Button", variant: "secondary" }],
139
- image: {
139
+ media: {
140
140
  src: "https://picsum.photos/seed/hero-landscape/1200/800",
141
141
  alt: "Placeholder image 4"
142
142
  }
@@ -36,7 +36,7 @@ declare const conf: {
36
36
  description: {
37
37
  type: string;
38
38
  };
39
- image: {
39
+ media: {
40
40
  type: string;
41
41
  objectFields: {
42
42
  src: {
@@ -22,10 +22,10 @@ const conf = {
22
22
  value: { type: "text" },
23
23
  heading: { type: "text" },
24
24
  description: { type: "textarea" },
25
- image: {
25
+ media: {
26
26
  type: "object",
27
27
  objectFields: {
28
- src: { type: "image", label: "Image" },
28
+ src: { type: "image", label: "Media" },
29
29
  alt: { type: "text" }
30
30
  }
31
31
  }
@@ -1,8 +1,8 @@
1
- import type { BaseImage, HeroComponentProps } from "../props";
1
+ import type { BaseMedia, HeroComponentProps } from "../props";
2
2
  type ThreeImageParallaxHeroExtra = {
3
- imageLeft: BaseImage;
4
- imageCenter: BaseImage;
5
- imageRight: BaseImage;
3
+ imageLeft: BaseMedia;
4
+ imageCenter: BaseMedia;
5
+ imageRight: BaseMedia;
6
6
  };
7
7
  export type ThreeImageParallaxHeroProps = HeroComponentProps<ThreeImageParallaxHeroExtra>;
8
8
  export declare const ThreeImageParallaxHero: (props: ThreeImageParallaxHeroProps) => import("react/jsx-runtime").JSX.Element;
@@ -5,7 +5,7 @@ import { useScroll, useTransform, motion } from "motion/react";
5
5
  import { useMediaQuery } from "../../../../hooks/use-media-query.js";
6
6
  import { useScrollContainer } from "../../../../hooks/use-scroll-container.js";
7
7
  import { CompoundButton } from "../../../puck-base/button.js";
8
- import { CompoundImage } from "../../../puck-base/image.js";
8
+ import { CompoundMedia } from "../../../puck-base/media.js";
9
9
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
10
10
  import { cn } from "../../../../utils/css-utils.js";
11
11
  const ThreeImageParallaxHero = (props) => {
@@ -109,7 +109,7 @@ const ThreeImageParallaxHero = (props) => {
109
109
  className: "absolute bottom-0 left-0 z-10 w-2/5 overflow-hidden rounded-lg shadow-xl",
110
110
  style: leftImageTranslate,
111
111
  children: /* @__PURE__ */ jsx(
112
- CompoundImage,
112
+ CompoundMedia,
113
113
  {
114
114
  src: imageLeft.src,
115
115
  alt: imageLeft.alt,
@@ -124,7 +124,7 @@ const ThreeImageParallaxHero = (props) => {
124
124
  className: "mx-[10%] mb-[10%] w-1/2 overflow-hidden rounded-lg shadow-xl",
125
125
  style: centerImageTranslate,
126
126
  children: /* @__PURE__ */ jsx(
127
- CompoundImage,
127
+ CompoundMedia,
128
128
  {
129
129
  src: imageCenter.src,
130
130
  alt: imageCenter.alt,
@@ -139,7 +139,7 @@ const ThreeImageParallaxHero = (props) => {
139
139
  className: "absolute right-0 top-[10%] w-2/5 overflow-hidden rounded-lg shadow-xl",
140
140
  style: rightImageTranslate,
141
141
  children: /* @__PURE__ */ jsx(
142
- CompoundImage,
142
+ CompoundMedia,
143
143
  {
144
144
  src: imageRight.src,
145
145
  alt: imageRight.alt,
@@ -1,7 +1,7 @@
1
1
  import { ThreeImageParallaxHero, ThreeImageParallaxHeroDefaults } from "./component.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
3
  import { buttonsField } from "../../../puck-core/core/props/interactive.js";
4
- import { imageField } from "../../../puck-core/core/props/media.js";
4
+ import { mediaField } from "../../../puck-core/core/props/media.js";
5
5
  import { heroStyleFields } from "../props.js";
6
6
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
7
7
  const conf = {
@@ -9,9 +9,9 @@ const conf = {
9
9
  heading: headingField,
10
10
  description: descriptionField,
11
11
  buttons: buttonsField,
12
- imageLeft: imageField,
13
- imageCenter: imageField,
14
- imageRight: imageField,
12
+ imageLeft: mediaField,
13
+ imageCenter: mediaField,
14
+ imageRight: mediaField,
15
15
  styles: {
16
16
  type: "object",
17
17
  objectFields: {
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsxs, jsx } from "react/jsx-runtime";
3
3
  import { CompoundButton } from "../../../puck-base/button.js";
4
- import { CompoundImage } from "../../../puck-base/image.js";
4
+ import { CompoundMedia } from "../../../puck-base/media.js";
5
5
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
6
6
  import { cn } from "../../../../utils/css-utils.js";
7
7
  const VerticalGalleryHero = (props) => {
@@ -9,7 +9,7 @@ const VerticalGalleryHero = (props) => {
9
9
  heading,
10
10
  description,
11
11
  buttons = [],
12
- images = [],
12
+ medias = [],
13
13
  styles
14
14
  } = {
15
15
  ...VerticalGalleryHeroDefaults,
@@ -46,20 +46,20 @@ const VerticalGalleryHero = (props) => {
46
46
  )) })
47
47
  ] }),
48
48
  /* @__PURE__ */ jsx("div", { className: "h-[30rem] overflow-hidden pl-[5vw] pr-[5vw] md:h-[40rem] lg:h-screen lg:pl-0", children: /* @__PURE__ */ jsxs("div", { className: "grid w-full grid-cols-2 gap-x-4", children: [
49
- /* @__PURE__ */ jsx("div", { className: "-mt-[120%] grid size-full animate-loop-vertically columns-2 grid-cols-1 gap-4 self-center", children: images.map((image, index) => /* @__PURE__ */ jsx("div", { className: "grid size-full grid-cols-1 gap-4", children: /* @__PURE__ */ jsx("div", { className: "relative w-full pt-[120%]", children: /* @__PURE__ */ jsx(
50
- CompoundImage,
49
+ /* @__PURE__ */ jsx("div", { className: "-mt-[120%] grid size-full animate-loop-vertically columns-2 grid-cols-1 gap-4 self-center", children: medias.map((item, index) => /* @__PURE__ */ jsx("div", { className: "grid size-full grid-cols-1 gap-4", children: /* @__PURE__ */ jsx("div", { className: "relative w-full pt-[120%]", children: /* @__PURE__ */ jsx(
50
+ CompoundMedia,
51
51
  {
52
52
  className: "absolute inset-0 size-full object-cover",
53
- src: image.src,
54
- alt: image.alt
53
+ src: item.src,
54
+ alt: item.alt
55
55
  }
56
56
  ) }) }, index)) }),
57
- /* @__PURE__ */ jsx("div", { className: "grid size-full animate-loop-vertically grid-cols-1 gap-4", children: images.map((image, index) => /* @__PURE__ */ jsx("div", { className: "grid size-full grid-cols-1 gap-4", children: /* @__PURE__ */ jsx("div", { className: "relative w-full pt-[120%]", children: /* @__PURE__ */ jsx(
58
- CompoundImage,
57
+ /* @__PURE__ */ jsx("div", { className: "grid size-full animate-loop-vertically grid-cols-1 gap-4", children: medias.map((item, index) => /* @__PURE__ */ jsx("div", { className: "grid size-full grid-cols-1 gap-4", children: /* @__PURE__ */ jsx("div", { className: "relative w-full pt-[120%]", children: /* @__PURE__ */ jsx(
58
+ CompoundMedia,
59
59
  {
60
60
  className: "absolute inset-0 size-full object-cover",
61
- src: image.src,
62
- alt: image.alt
61
+ src: item.src,
62
+ alt: item.alt
63
63
  }
64
64
  ) }) }, index)) })
65
65
  ] }) })
@@ -71,7 +71,7 @@ const VerticalGalleryHeroDefaults = {
71
71
  heading: "Medium length hero heading goes here",
72
72
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.",
73
73
  buttons: [{ label: "Button" }, { label: "Button", variant: "secondary" }],
74
- images: [
74
+ medias: [
75
75
  {
76
76
  src: "https://picsum.photos/seed/hero-square/1200/1200",
77
77
  alt: "Placeholder image 1"
@@ -91,7 +91,7 @@ declare const conf: {
91
91
  readonly instructions: "Buttons must use the same size";
92
92
  };
93
93
  };
94
- images: {
94
+ medias: {
95
95
  readonly type: "array";
96
96
  readonly max: 10;
97
97
  readonly getItemSummary: (item: {
@@ -1,13 +1,13 @@
1
1
  import { VerticalGalleryHero, VerticalGalleryHeroDefaults } from "./component.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
3
  import { buttonsField } from "../../../puck-core/core/props/interactive.js";
4
- import { imagesField } from "../../../puck-core/core/props/media.js";
4
+ import { mediasField } from "../../../puck-core/core/props/media.js";
5
5
  const conf = {
6
6
  fields: {
7
7
  heading: headingField,
8
8
  description: descriptionField,
9
9
  buttons: buttonsField,
10
- images: imagesField
10
+ medias: mediasField
11
11
  },
12
12
  defaultProps: VerticalGalleryHeroDefaults,
13
13
  render: VerticalGalleryHero
@@ -3,13 +3,13 @@ import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { useRef } from "react";
4
4
  import { cn } from "../../../../utils/css-utils.js";
5
5
  import { CompoundButton } from "../../../puck-base/button.js";
6
- import { CompoundImage } from "../../../puck-base/image.js";
6
+ import { CompoundMedia } from "../../../puck-base/media.js";
7
7
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
8
8
  import { useScrollContainer } from "../../../../hooks/use-scroll-container.js";
9
9
  import { useEditorContext } from "../../../puck-core/core/context/editor-context.js";
10
10
  import { useScroll, useTransform, motion } from "motion/react";
11
11
  const ZoomGridHero = (props) => {
12
- const { heading, description, buttons = [], images = [], styles } = {
12
+ const { heading, description, buttons = [], medias = [], styles } = {
13
13
  ...ZoomGridHeroDefaults,
14
14
  ...props
15
15
  };
@@ -49,7 +49,7 @@ const ZoomGridHero = (props) => {
49
49
  {
50
50
  style: { scale: isEditor ? 1 : scale },
51
51
  className: "grid size-full auto-cols-fr grid-cols-1 gap-x-4 gap-y-4 md:grid-cols-3",
52
- children: images.map((image, index) => /* @__PURE__ */ jsx(
52
+ children: medias.map((item, index) => /* @__PURE__ */ jsx(
53
53
  "div",
54
54
  {
55
55
  className: cn(
@@ -57,10 +57,10 @@ const ZoomGridHero = (props) => {
57
57
  [0, 2, 3, 5, 6, 8].indexOf(index) !== -1 && "hidden md:block"
58
58
  ),
59
59
  children: /* @__PURE__ */ jsx(
60
- CompoundImage,
60
+ CompoundMedia,
61
61
  {
62
- src: image.src,
63
- alt: image.alt,
62
+ src: item.src,
63
+ alt: item.alt,
64
64
  className: "absolute inset-0 size-full object-cover"
65
65
  }
66
66
  )
@@ -76,7 +76,7 @@ const ZoomGridHeroDefaults = {
76
76
  heading: "Medium length hero heading goes here",
77
77
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.",
78
78
  buttons: [{ label: "Button" }, { label: "Button", variant: "secondary" }],
79
- images: [
79
+ medias: [
80
80
  {
81
81
  src: "https://picsum.photos/seed/hero-square/1200/1200",
82
82
  alt: "Placeholder image 1"
@@ -91,7 +91,7 @@ declare const conf: {
91
91
  readonly instructions: "Buttons must use the same size";
92
92
  };
93
93
  };
94
- images: {
94
+ medias: {
95
95
  readonly type: "array";
96
96
  readonly max: 10;
97
97
  readonly getItemSummary: (item: {
@@ -1,13 +1,13 @@
1
1
  import { ZoomGridHero, ZoomGridHeroDefaults } from "./component.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
3
  import { buttonsField } from "../../../puck-core/core/props/interactive.js";
4
- import { imagesField } from "../../../puck-core/core/props/media.js";
4
+ import { mediasField } from "../../../puck-core/core/props/media.js";
5
5
  const conf = {
6
6
  fields: {
7
7
  heading: headingField,
8
8
  description: descriptionField,
9
9
  buttons: buttonsField,
10
- images: imagesField
10
+ medias: mediasField
11
11
  },
12
12
  defaultProps: ZoomGridHeroDefaults,
13
13
  render: ZoomGridHero
@@ -2,7 +2,7 @@
2
2
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
3
3
  import { useState } from "react";
4
4
  import { Dialog, DialogTrigger, DialogContent } from "../../../shadcn/dialog.js";
5
- import { CompoundImage } from "../../../puck-base/image.js";
5
+ import { CompoundMedia } from "../../../puck-base/media.js";
6
6
  import { FaCirclePlay } from "../../../../node_modules/.pnpm/react-icons@5.6.0_react@19.2.4/node_modules/react-icons/fa6/index.js";
7
7
  import { CgSpinner } from "../../../../node_modules/.pnpm/react-icons@5.6.0_react@19.2.4/node_modules/react-icons/cg/index.js";
8
8
  import { cn } from "../../../../utils/css-utils.js";
@@ -13,7 +13,7 @@ const CenterMediaStats = (props) => {
13
13
  heading,
14
14
  description,
15
15
  stats,
16
- image,
16
+ media,
17
17
  styles
18
18
  } = {
19
19
  ...CenterMediaStatsDefaults,
@@ -52,7 +52,7 @@ const CenterMediaStats = (props) => {
52
52
  if (isPlayButton) {
53
53
  return /* @__PURE__ */ jsxs(Dialog, { children: [
54
54
  /* @__PURE__ */ jsx(DialogTrigger, { asChild: true, children: /* @__PURE__ */ jsxs("button", { className: "relative flex w-full items-center justify-center", children: [
55
- /* @__PURE__ */ jsx(CompoundImage, { src: image.src, alt: image.alt, className: "aspect-[3/2] size-full object-cover" }),
55
+ /* @__PURE__ */ jsx(CompoundMedia, { src: media.src, alt: media.alt, className: "aspect-[3/2] size-full object-cover" }),
56
56
  /* @__PURE__ */ jsx("span", { className: "absolute inset-0 z-10 bg-black/50" }),
57
57
  /* @__PURE__ */ jsx(FaCirclePlay, { className: "absolute z-20 size-16 text-white" })
58
58
  ] }) }),
@@ -74,7 +74,7 @@ const CenterMediaStats = (props) => {
74
74
  ] })
75
75
  ] });
76
76
  }
77
- return /* @__PURE__ */ jsx(CompoundImage, { className: "aspect-[3/2] size-full object-cover", src: image.src, alt: image.alt });
77
+ return /* @__PURE__ */ jsx(CompoundMedia, { className: "aspect-[3/2] size-full object-cover", src: media.src, alt: media.alt });
78
78
  };
79
79
  const mediaBlock = /* @__PURE__ */ jsx("div", { children: renderMedia() });
80
80
  const statsBlock = /* @__PURE__ */ jsx("div", { className: "grid grid-cols-1 gap-y-8 md:grid-cols-3 md:gap-x-8 md:gap-y-12 md:p-8 lg:grid-cols-1 lg:gap-x-0 lg:p-12", children: stats.map((stat, index) => renderStat(stat, index)) });
@@ -103,7 +103,7 @@ const CenterMediaStatsDefaults = {
103
103
  { percentage: "30%", heading: "Short heading goes here" },
104
104
  { percentage: "30%", heading: "Short heading goes here" }
105
105
  ],
106
- image: {
106
+ media: {
107
107
  src: "https://picsum.photos/seed/stats-media/1200/800",
108
108
  alt: "Placeholder image"
109
109
  },
@@ -31,7 +31,7 @@ declare const conf: {
31
31
  };
32
32
  };
33
33
  };
34
- image: {
34
+ media: {
35
35
  type: "object";
36
36
  objectFields: {
37
37
  src: import("@puckeditor/core").Field<string>;
@@ -1,6 +1,6 @@
1
1
  import { CenterMediaStats, CenterMediaStatsDefaults } from "./center-media-stats.js";
2
2
  import { headingField, descriptionField } from "../../../puck-core/core/props/content.js";
3
- import { imageField } from "../../../puck-core/core/props/media.js";
3
+ import { mediaField } from "../../../puck-core/core/props/media.js";
4
4
  import { metricsStyleFields } from "../props.js";
5
5
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
6
6
  const conf = {
@@ -17,7 +17,7 @@ const conf = {
17
17
  heading: headingField
18
18
  }
19
19
  },
20
- image: imageField,
20
+ media: mediaField,
21
21
  styles: {
22
22
  type: "object",
23
23
  label: "Styles",
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
2
  import { cn } from "../../../../utils/css-utils.js";
3
3
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
4
4
  import { CompoundButton } from "../../../puck-base/button.js";
5
- import { CompoundImage } from "../../../puck-base/image.js";
5
+ import { CompoundMedia } from "../../../puck-base/media.js";
6
6
  const HeaderStatsRow = (props) => {
7
7
  const {
8
8
  tagline,
@@ -10,7 +10,7 @@ const HeaderStatsRow = (props) => {
10
10
  description,
11
11
  buttons,
12
12
  stats,
13
- image,
13
+ media,
14
14
  styles
15
15
  } = {
16
16
  ...HeaderStatsRowDefaults,
@@ -50,7 +50,7 @@ const HeaderStatsRow = (props) => {
50
50
  return /* @__PURE__ */ jsxs(SectionWrapper, { className: cn("px-[5%] py-8 md:py-12 lg:py-14", { relative: hasBg }, sectionClassName), style: sectionStyle, css, children: [
51
51
  hasBg && /* @__PURE__ */ jsxs("div", { className: "absolute inset-0 z-0", children: [
52
52
  isBgImage && /* @__PURE__ */ jsxs(Fragment, { children: [
53
- /* @__PURE__ */ jsx(CompoundImage, { src: image.src, className: "size-full object-cover", alt: image.alt }),
53
+ /* @__PURE__ */ jsx(CompoundMedia, { src: media.src, className: "size-full object-cover", alt: media.alt }),
54
54
  /* @__PURE__ */ jsx("div", { className: "absolute inset-0 bg-black/50" })
55
55
  ] }),
56
56
  isBgVideo && /* @__PURE__ */ jsxs(Fragment, { children: [
@@ -92,7 +92,7 @@ const HeaderStatsRowDefaults = {
92
92
  { percentage: "30%", heading: "Short heading goes here" },
93
93
  { percentage: "30%", heading: "Short heading goes here" }
94
94
  ],
95
- image: {
95
+ media: {
96
96
  src: "https://picsum.photos/seed/stats-bg/1920/1080",
97
97
  alt: "Placeholder image"
98
98
  },
@@ -110,7 +110,7 @@ declare const conf: {
110
110
  };
111
111
  };
112
112
  };
113
- image: {
113
+ media: {
114
114
  type: "object";
115
115
  objectFields: {
116
116
  src: import("@puckeditor/core").Field<string>;
@@ -1,7 +1,7 @@
1
1
  import { HeaderStatsRow, HeaderStatsRowDefaults } from "./header-stats-row.js";
2
2
  import { headingField, descriptionField } from "../../../puck-core/core/props/content.js";
3
3
  import { buttonsField } from "../../../puck-core/core/props/interactive.js";
4
- import { imageField } from "../../../puck-core/core/props/media.js";
4
+ import { mediaField } from "../../../puck-core/core/props/media.js";
5
5
  import { metricsStyleFields } from "../props.js";
6
6
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
7
7
  const conf = {
@@ -19,7 +19,7 @@ const conf = {
19
19
  heading: headingField
20
20
  }
21
21
  },
22
- image: imageField,
22
+ media: mediaField,
23
23
  styles: {
24
24
  type: "object",
25
25
  label: "Styles",
@@ -99,7 +99,7 @@ declare const conf: {
99
99
  max: number;
100
100
  getItemSummary: (item: {
101
101
  heading?: string;
102
- image?: any;
102
+ media?: any;
103
103
  }, index?: number) => string;
104
104
  arrayFields: {
105
105
  percentage: {
@@ -113,7 +113,7 @@ declare const conf: {
113
113
  readonly type: "textarea";
114
114
  readonly contentEditable: true;
115
115
  };
116
- image: {
116
+ media: {
117
117
  type: "object";
118
118
  objectFields: {
119
119
  src: import("@puckeditor/core").Field<string>;
@@ -1,7 +1,7 @@
1
1
  import { MixedGridStats, MixedGridStatsDefaults } from "./mixed-grid-stats.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
3
  import { buttonsField } from "../../../puck-core/core/props/interactive.js";
4
- import { imageField } from "../../../puck-core/core/props/media.js";
4
+ import { mediaField } from "../../../puck-core/core/props/media.js";
5
5
  import { metricsStyleFields } from "../props.js";
6
6
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
7
7
  const conf = {
@@ -13,12 +13,12 @@ const conf = {
13
13
  cards: {
14
14
  type: "array",
15
15
  max: 8,
16
- getItemSummary: (item, index = 0) => item.heading || (item.image ? "Image Card" : `Card ${index + 1}`),
16
+ getItemSummary: (item, index = 0) => item.heading || (item.media ? "Media Card" : `Card ${index + 1}`),
17
17
  arrayFields: {
18
18
  percentage: { type: "text" },
19
19
  heading: headingField,
20
20
  description: descriptionField,
21
- image: imageField
21
+ media: mediaField
22
22
  }
23
23
  },
24
24
  styles: {