dune-react 0.0.31 → 0.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (368) hide show
  1. package/dist/components/puck-base/article-card.d.ts +2 -2
  2. package/dist/components/puck-base/article-card.js +2 -2
  3. package/dist/components/puck-base/card.d.ts +2 -2
  4. package/dist/components/puck-base/card.js +2 -2
  5. package/dist/components/puck-base/index.d.ts +2 -1
  6. package/dist/components/puck-base/media.d.ts +12 -0
  7. package/dist/components/puck-base/media.js +576 -0
  8. package/dist/components/puck-base/social-links.d.ts +7 -0
  9. package/dist/components/puck-base/social-links.js +23 -0
  10. package/dist/components/puck-block/banner-sections/css-marquee-banner/css-marquee-banner.js +6 -6
  11. package/dist/components/puck-block/banner-sections/css-marquee-banner/index.d.ts +1 -1
  12. package/dist/components/puck-block/banner-sections/css-marquee-banner/index.js +2 -2
  13. package/dist/components/puck-block/banner-sections/dismissible-banner/index.d.ts +42 -0
  14. package/dist/components/puck-block/banner-sections/dual-row-marquee/dual-row-marquee.js +10 -10
  15. package/dist/components/puck-block/banner-sections/dual-row-marquee/index.d.ts +2 -2
  16. package/dist/components/puck-block/banner-sections/dual-row-marquee/index.js +3 -3
  17. package/dist/components/puck-block/banner-sections/props.d.ts +9 -12
  18. package/dist/components/puck-block/contact-sections/centered-form/centered-form.js +1 -5
  19. package/dist/components/puck-block/contact-sections/contact-cards-grid/contact-cards-grid.js +1 -5
  20. package/dist/components/puck-block/contact-sections/contact-modal/contact-modal.js +1 -5
  21. package/dist/components/puck-block/contact-sections/form-with-media/form-with-media.js +4 -8
  22. package/dist/components/puck-block/contact-sections/form-with-media/index.d.ts +1 -1
  23. package/dist/components/puck-block/contact-sections/form-with-media/index.js +2 -2
  24. package/dist/components/puck-block/contact-sections/header-form-cards/header-form-cards.js +1 -5
  25. package/dist/components/puck-block/contact-sections/header-info-fullwidth/header-info-fullwidth.js +4 -8
  26. package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.d.ts +1 -1
  27. package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.js +2 -2
  28. package/dist/components/puck-block/contact-sections/info-cards-media/index.d.ts +1 -1
  29. package/dist/components/puck-block/contact-sections/info-cards-media/index.js +2 -2
  30. package/dist/components/puck-block/contact-sections/info-cards-media/info-cards-media.js +4 -8
  31. package/dist/components/puck-block/contact-sections/location-cards-grid/index.d.ts +1 -1
  32. package/dist/components/puck-block/contact-sections/location-cards-grid/index.js +2 -2
  33. package/dist/components/puck-block/contact-sections/location-cards-grid/location-cards-grid.js +10 -14
  34. package/dist/components/puck-block/contact-sections/props.d.ts +5 -16
  35. package/dist/components/puck-block/contact-sections/split-info-form/index.d.ts +1 -1
  36. package/dist/components/puck-block/contact-sections/split-info-form/split-info-form.d.ts +7 -2
  37. package/dist/components/puck-block/contact-sections/split-info-form/split-info-form.js +1 -2
  38. package/dist/components/puck-block/contact-sections/tab-locations/index.d.ts +57 -8
  39. package/dist/components/puck-block/contact-sections/tab-locations/index.js +7 -7
  40. package/dist/components/puck-block/contact-sections/tab-locations/tab-locations.js +40 -47
  41. package/dist/components/puck-block/cta-sections/feature-card-cta/feature-card-cta.d.ts +2 -2
  42. package/dist/components/puck-block/cta-sections/feature-card-cta/feature-card-cta.js +2 -2
  43. package/dist/components/puck-block/cta-sections/feature-card-cta/index.js +2 -2
  44. package/dist/components/puck-block/cta-sections/mouse-track-cta/index.d.ts +1 -1
  45. package/dist/components/puck-block/cta-sections/mouse-track-cta/index.js +2 -2
  46. package/dist/components/puck-block/cta-sections/mouse-track-cta/mouse-track-cta.d.ts +2 -2
  47. package/dist/components/puck-block/cta-sections/mouse-track-cta/mouse-track-cta.js +6 -6
  48. package/dist/components/puck-block/cta-sections/props.d.ts +3 -3
  49. package/dist/components/puck-block/cta-sections/side-media-cta/index.d.ts +1 -1
  50. package/dist/components/puck-block/cta-sections/side-media-cta/index.js +2 -2
  51. package/dist/components/puck-block/cta-sections/side-media-cta/side-media-cta.js +4 -4
  52. package/dist/components/puck-block/cta-sections/text-block-cta/index.d.ts +2 -2
  53. package/dist/components/puck-block/cta-sections/text-block-cta/index.js +3 -3
  54. package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.d.ts +3 -3
  55. package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.js +10 -10
  56. package/dist/components/puck-block/faq-sections/icon-card-faq/icon-card-faq.d.ts +2 -2
  57. package/dist/components/puck-block/faq-sections/icon-card-faq/icon-card-faq.js +2 -2
  58. package/dist/components/puck-block/faq-sections/icon-card-faq/index.js +2 -2
  59. package/dist/components/puck-block/faq-sections/props.d.ts +3 -3
  60. package/dist/components/puck-block/feature-sections/feature-cards-grid/component.d.ts +2 -2
  61. package/dist/components/puck-block/feature-sections/feature-cards-grid/component.js +6 -6
  62. package/dist/components/puck-block/feature-sections/feature-cards-grid/index.d.ts +1 -1
  63. package/dist/components/puck-block/feature-sections/feature-cards-grid/index.js +3 -3
  64. package/dist/components/puck-block/feature-sections/feature-list-split/component.d.ts +2 -2
  65. package/dist/components/puck-block/feature-sections/feature-list-split/component.js +6 -6
  66. package/dist/components/puck-block/feature-sections/feature-list-split/index.d.ts +1 -1
  67. package/dist/components/puck-block/feature-sections/feature-list-split/index.js +3 -3
  68. package/dist/components/puck-block/feature-sections/props.d.ts +3 -3
  69. package/dist/components/puck-block/feature-sections/tab-feature/component.d.ts +2 -2
  70. package/dist/components/puck-block/feature-sections/tab-feature/component.js +12 -12
  71. package/dist/components/puck-block/feature-sections/tab-feature/index.d.ts +1 -1
  72. package/dist/components/puck-block/feature-sections/tab-feature/index.js +2 -2
  73. package/dist/components/puck-block/feature-sections/text-media-split/component.js +5 -5
  74. package/dist/components/puck-block/feature-sections/text-media-split/index.d.ts +1 -1
  75. package/dist/components/puck-block/feature-sections/text-media-split/index.js +2 -2
  76. package/dist/components/puck-block/feature-sections/text-only-section/component.d.ts +2 -2
  77. package/dist/components/puck-block/feature-sections/text-only-section/component.js +2 -2
  78. package/dist/components/puck-block/feature-sections/text-only-section/index.d.ts +1 -1
  79. package/dist/components/puck-block/feature-sections/text-only-section/index.js +2 -2
  80. package/dist/components/puck-block/footer-sections/centered-minimal-footer/centered-minimal-footer.js +9 -9
  81. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.d.ts +11 -0
  82. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.js +3 -2
  83. package/dist/components/puck-block/footer-sections/compact-newsletter-footer/index.d.ts +11 -0
  84. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.d.ts +7 -2
  85. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.js +9 -9
  86. package/dist/components/puck-block/footer-sections/contact-links-footer/index.d.ts +61 -10
  87. package/dist/components/puck-block/footer-sections/contact-links-footer/index.js +3 -2
  88. package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.js +9 -9
  89. package/dist/components/puck-block/footer-sections/cta-links-footer/index.d.ts +61 -10
  90. package/dist/components/puck-block/footer-sections/cta-links-footer/index.js +3 -3
  91. package/dist/components/puck-block/footer-sections/links-newsletter-footer/index.d.ts +61 -10
  92. package/dist/components/puck-block/footer-sections/newsletter-links-footer/index.d.ts +11 -0
  93. package/dist/components/puck-block/footer-sections/newsletter-top-links-footer/index.d.ts +61 -10
  94. package/dist/components/puck-block/footer-sections/props.d.ts +17 -10
  95. package/dist/components/puck-block/footer-sections/props.js +8 -0
  96. package/dist/components/puck-block/gallery-sections/asymmetric-grid/asymmetric-grid.js +7 -7
  97. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.d.ts +1 -1
  98. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.js +2 -2
  99. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/fullscreen-portfolio.js +12 -12
  100. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.d.ts +1 -1
  101. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.js +2 -2
  102. package/dist/components/puck-block/gallery-sections/image-carousel/image-carousel.js +12 -12
  103. package/dist/components/puck-block/gallery-sections/image-carousel/index.d.ts +1 -1
  104. package/dist/components/puck-block/gallery-sections/image-carousel/index.js +2 -2
  105. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.d.ts +1 -1
  106. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.js +2 -2
  107. package/dist/components/puck-block/gallery-sections/interactive-portfolio/interactive-portfolio.js +14 -14
  108. package/dist/components/puck-block/gallery-sections/masonry-grid/index.d.ts +1 -1
  109. package/dist/components/puck-block/gallery-sections/masonry-grid/index.js +2 -2
  110. package/dist/components/puck-block/gallery-sections/masonry-grid/masonry-grid.js +7 -7
  111. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +1 -1
  112. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.js +2 -2
  113. package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.js +6 -6
  114. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +1 -1
  115. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.js +2 -2
  116. package/dist/components/puck-block/gallery-sections/portfolio-divider/portfolio-divider.js +9 -9
  117. package/dist/components/puck-block/gallery-sections/props.d.ts +8 -8
  118. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.d.ts +1 -1
  119. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.js +2 -2
  120. package/dist/components/puck-block/gallery-sections/scroll-parallax/scroll-parallax.js +11 -11
  121. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.d.ts +1 -1
  122. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.js +5 -5
  123. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/scroll-parallax-portfolio.js +26 -26
  124. package/dist/components/puck-block/gallery-sections/split-carousel/index.d.ts +1 -1
  125. package/dist/components/puck-block/gallery-sections/split-carousel/index.js +2 -2
  126. package/dist/components/puck-block/gallery-sections/split-carousel/split-carousel.js +6 -6
  127. package/dist/components/puck-block/gallery-sections/static-grid/index.d.ts +1 -1
  128. package/dist/components/puck-block/gallery-sections/static-grid/index.js +2 -2
  129. package/dist/components/puck-block/gallery-sections/static-grid/static-grid.js +7 -7
  130. package/dist/components/puck-block/header-sections/centered-navbar/centered-navbar.js +31 -24
  131. package/dist/components/puck-block/header-sections/centered-navbar/index.d.ts +92 -0
  132. package/dist/components/puck-block/header-sections/centered-navbar/index.js +9 -4
  133. package/dist/components/puck-block/header-sections/drawer-navbar/drawer-navbar.js +32 -25
  134. package/dist/components/puck-block/header-sections/drawer-navbar/index.d.ts +92 -0
  135. package/dist/components/puck-block/header-sections/drawer-navbar/index.js +5 -3
  136. package/dist/components/puck-block/header-sections/floating-bordered-navbar/floating-bordered-navbar.js +27 -22
  137. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.d.ts +91 -3
  138. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.js +3 -3
  139. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/fullscreen-overlay-navbar.js +23 -18
  140. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.d.ts +91 -3
  141. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.js +3 -3
  142. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.d.ts +64 -0
  143. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.js +3 -3
  144. package/dist/components/puck-block/header-sections/mega-menu-navbar/mega-menu-navbar.js +13 -6
  145. package/dist/components/puck-block/header-sections/props.d.ts +17 -5
  146. package/dist/components/puck-block/header-sections/props.js +8 -0
  147. package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +64 -0
  148. package/dist/components/puck-block/header-sections/standard-navbar/index.js +6 -4
  149. package/dist/components/puck-block/header-sections/standard-navbar/standard-navbar.js +9 -5
  150. package/dist/components/puck-block/hero-sections/carousel-hero/component.js +8 -8
  151. package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +1 -1
  152. package/dist/components/puck-block/hero-sections/carousel-hero/index.js +2 -2
  153. package/dist/components/puck-block/hero-sections/column-scroll-hero/component.d.ts +3 -3
  154. package/dist/components/puck-block/hero-sections/column-scroll-hero/component.js +14 -14
  155. package/dist/components/puck-block/hero-sections/column-scroll-hero/index.d.ts +2 -2
  156. package/dist/components/puck-block/hero-sections/column-scroll-hero/index.js +3 -3
  157. package/dist/components/puck-block/hero-sections/dual-marquee-hero/component.js +11 -11
  158. package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.d.ts +1 -1
  159. package/dist/components/puck-block/hero-sections/dual-marquee-hero/index.js +2 -2
  160. package/dist/components/puck-block/hero-sections/fullscreen-hero/index.d.ts +1 -1
  161. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/component.js +5 -5
  162. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.d.ts +1 -1
  163. package/dist/components/puck-block/hero-sections/fullscreen-video-hero/index.js +2 -2
  164. package/dist/components/puck-block/hero-sections/grid-expand-hero/component.js +16 -16
  165. package/dist/components/puck-block/hero-sections/grid-expand-hero/index.d.ts +1 -1
  166. package/dist/components/puck-block/hero-sections/grid-expand-hero/index.js +2 -2
  167. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/component.js +11 -11
  168. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.d.ts +1 -1
  169. package/dist/components/puck-block/hero-sections/horizontal-marquee-hero/index.js +2 -2
  170. package/dist/components/puck-block/hero-sections/media-text-hero/index.d.ts +1 -1
  171. package/dist/components/puck-block/hero-sections/mouse-track-hero/component.d.ts +3 -3
  172. package/dist/components/puck-block/hero-sections/mouse-track-hero/component.js +6 -6
  173. package/dist/components/puck-block/hero-sections/mouse-track-hero/index.js +3 -3
  174. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.d.ts +1 -1
  175. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/index.js +2 -2
  176. package/dist/components/puck-block/hero-sections/multi-image-grid-hero/multi-image-grid-hero.js +7 -7
  177. package/dist/components/puck-block/hero-sections/overlapping-image-hero/index.js +4 -4
  178. package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.d.ts +4 -4
  179. package/dist/components/puck-block/hero-sections/overlapping-image-hero/overlapping-image-hero.js +16 -16
  180. package/dist/components/puck-block/hero-sections/parallax-images-hero/component.js +12 -12
  181. package/dist/components/puck-block/hero-sections/parallax-images-hero/index.d.ts +1 -1
  182. package/dist/components/puck-block/hero-sections/parallax-images-hero/index.js +2 -2
  183. package/dist/components/puck-block/hero-sections/props.d.ts +3 -3
  184. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/component.js +5 -5
  185. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.d.ts +1 -1
  186. package/dist/components/puck-block/hero-sections/scatter-parallax-hero/index.js +2 -2
  187. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/component.js +5 -5
  188. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.d.ts +1 -1
  189. package/dist/components/puck-block/hero-sections/scroll-expand-video-hero/index.js +2 -2
  190. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/component.js +9 -9
  191. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.d.ts +1 -1
  192. package/dist/components/puck-block/hero-sections/scroll-zoom-hero/index.js +2 -2
  193. package/dist/components/puck-block/hero-sections/split-hero/index.d.ts +1 -1
  194. package/dist/components/puck-block/hero-sections/stacked-hero/index.d.ts +1 -1
  195. package/dist/components/puck-block/hero-sections/sticky-expand-hero/component.js +12 -12
  196. package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.d.ts +1 -1
  197. package/dist/components/puck-block/hero-sections/sticky-expand-hero/index.js +2 -2
  198. package/dist/components/puck-block/hero-sections/sticky-video-hero/component.d.ts +2 -2
  199. package/dist/components/puck-block/hero-sections/sticky-video-hero/component.js +13 -13
  200. package/dist/components/puck-block/hero-sections/sticky-video-hero/index.d.ts +1 -1
  201. package/dist/components/puck-block/hero-sections/sticky-video-hero/index.js +3 -3
  202. package/dist/components/puck-block/hero-sections/tab-hero/component.d.ts +2 -2
  203. package/dist/components/puck-block/hero-sections/tab-hero/component.js +7 -6
  204. package/dist/components/puck-block/hero-sections/tab-hero/index.d.ts +4 -7
  205. package/dist/components/puck-block/hero-sections/tab-hero/index.js +2 -7
  206. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.d.ts +4 -4
  207. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.js +4 -4
  208. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/index.js +4 -4
  209. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/component.js +11 -11
  210. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.d.ts +1 -1
  211. package/dist/components/puck-block/hero-sections/vertical-gallery-hero/index.js +2 -2
  212. package/dist/components/puck-block/hero-sections/zoom-grid-hero/component.js +7 -7
  213. package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.d.ts +1 -1
  214. package/dist/components/puck-block/hero-sections/zoom-grid-hero/index.js +2 -2
  215. package/dist/components/puck-block/metrics-sections/center-media-stats/center-media-stats.js +5 -5
  216. package/dist/components/puck-block/metrics-sections/center-media-stats/index.d.ts +1 -1
  217. package/dist/components/puck-block/metrics-sections/center-media-stats/index.js +2 -2
  218. package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.js +4 -4
  219. package/dist/components/puck-block/metrics-sections/header-stats-row/index.d.ts +1 -1
  220. package/dist/components/puck-block/metrics-sections/header-stats-row/index.js +2 -2
  221. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.d.ts +2 -2
  222. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/index.js +3 -3
  223. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.d.ts +2 -2
  224. package/dist/components/puck-block/metrics-sections/mixed-grid-stats/mixed-grid-stats.js +7 -7
  225. package/dist/components/puck-block/metrics-sections/props.d.ts +6 -6
  226. package/dist/components/puck-block/metrics-sections/split-stats/index.d.ts +1 -1
  227. package/dist/components/puck-block/metrics-sections/split-stats/index.js +2 -2
  228. package/dist/components/puck-block/metrics-sections/split-stats/split-stats.js +4 -4
  229. package/dist/components/puck-block/metrics-sections/tab-stats/index.d.ts +2 -2
  230. package/dist/components/puck-block/metrics-sections/tab-stats/index.js +3 -3
  231. package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.d.ts +3 -3
  232. package/dist/components/puck-block/metrics-sections/tab-stats/tab-stats.js +11 -11
  233. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/component.js +13 -0
  234. package/dist/components/puck-block/pricing-sections/props.d.ts +2 -2
  235. package/dist/components/puck-block/pricing-sections/single-pricing-card/component.d.ts +2 -2
  236. package/dist/components/puck-block/pricing-sections/single-pricing-card/component.js +3 -3
  237. package/dist/components/puck-block/pricing-sections/split-pricing/component.d.ts +2 -2
  238. package/dist/components/puck-block/pricing-sections/split-pricing/component.js +4 -3
  239. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/component.d.ts +2 -2
  240. package/dist/components/puck-block/pricing-sections/tab-single-pricing/component.d.ts +2 -2
  241. package/dist/components/puck-block/registry.generated.d.ts +796 -124
  242. package/dist/components/puck-block/showcase-sections/compact-timeline/component.d.ts +2 -2
  243. package/dist/components/puck-block/showcase-sections/compact-timeline/component.js +3 -3
  244. package/dist/components/puck-block/showcase-sections/compact-timeline/index.d.ts +2 -2
  245. package/dist/components/puck-block/showcase-sections/compact-timeline/index.js +2 -2
  246. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.d.ts +2 -2
  247. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.js +3 -3
  248. package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.d.ts +2 -2
  249. package/dist/components/puck-block/showcase-sections/horizontal-timeline/index.js +2 -2
  250. package/dist/components/puck-block/showcase-sections/props.d.ts +2 -2
  251. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.d.ts +2 -2
  252. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.js +3 -3
  253. package/dist/components/puck-block/showcase-sections/single-column-timeline/index.d.ts +2 -2
  254. package/dist/components/puck-block/showcase-sections/single-column-timeline/index.js +2 -2
  255. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.d.ts +2 -2
  256. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.js +3 -3
  257. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.d.ts +2 -2
  258. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/index.js +2 -2
  259. package/dist/components/puck-block/showcase-sections/tab-timeline/component.d.ts +2 -2
  260. package/dist/components/puck-block/showcase-sections/tab-timeline/component.js +8 -8
  261. package/dist/components/puck-block/showcase-sections/tab-timeline/index.d.ts +2 -2
  262. package/dist/components/puck-block/showcase-sections/tab-timeline/index.js +2 -2
  263. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.d.ts +2 -2
  264. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.js +3 -3
  265. package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.d.ts +2 -2
  266. package/dist/components/puck-block/showcase-sections/zigzag-timeline/index.js +2 -2
  267. package/dist/components/puck-block/team-sections/props.d.ts +2 -3
  268. package/dist/components/puck-block/team-sections/team-carousel/component.d.ts +2 -2
  269. package/dist/components/puck-block/team-sections/team-carousel/component.js +3 -3
  270. package/dist/components/puck-block/team-sections/team-grid/component.d.ts +2 -2
  271. package/dist/components/puck-block/team-sections/team-grid/component.js +3 -3
  272. package/dist/components/puck-block/team-sections/team-inline-card/component.d.ts +2 -2
  273. package/dist/components/puck-block/team-sections/team-inline-card/component.js +3 -3
  274. package/dist/components/puck-block/team-sections/team-sticky-scatter/component.d.ts +2 -2
  275. package/dist/components/puck-block/team-sections/team-sticky-scatter/component.js +3 -3
  276. package/dist/components/puck-block/team-sections/team-two-column/component.d.ts +2 -2
  277. package/dist/components/puck-block/team-sections/team-two-column/component.js +3 -3
  278. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.d.ts +4 -4
  279. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.js +8 -8
  280. package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.d.ts +3 -3
  281. package/dist/components/puck-block/testimonial-sections/centered-testimonial/component.js +4 -4
  282. package/dist/components/puck-block/testimonial-sections/centered-testimonial/index.js +3 -3
  283. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.d.ts +3 -3
  284. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.js +3 -3
  285. package/dist/components/puck-block/testimonial-sections/image-testimonial/component.d.ts +3 -3
  286. package/dist/components/puck-block/testimonial-sections/image-testimonial/component.js +10 -10
  287. package/dist/components/puck-block/testimonial-sections/image-testimonial/index.d.ts +1 -1
  288. package/dist/components/puck-block/testimonial-sections/image-testimonial/index.js +3 -3
  289. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.d.ts +3 -3
  290. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/component.js +7 -7
  291. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.d.ts +1 -1
  292. package/dist/components/puck-block/testimonial-sections/image-testimonial-carousel/index.js +3 -3
  293. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.d.ts +2 -2
  294. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/component.js +2 -2
  295. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.d.ts +2 -2
  296. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/component.js +2 -2
  297. package/dist/components/puck-block/testimonial-sections/props.d.ts +3 -4
  298. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.d.ts +3 -2
  299. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/component.js +6 -3
  300. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.d.ts +4 -4
  301. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.js +5 -5
  302. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.d.ts +4 -4
  303. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.js +6 -6
  304. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.d.ts +3 -3
  305. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.js +3 -3
  306. package/dist/components/puck-block/text-sections/blog-article/component.d.ts +4 -7
  307. package/dist/components/puck-block/text-sections/blog-article/component.js +9 -17
  308. package/dist/components/puck-block/text-sections/blog-article/index.d.ts +39 -14
  309. package/dist/components/puck-block/text-sections/blog-article/index.js +4 -10
  310. package/dist/components/puck-block/text-sections/props.d.ts +3 -3
  311. package/dist/components/puck-block/text-sections/prose-content/component.d.ts +2 -2
  312. package/dist/components/puck-block/text-sections/prose-content/component.js +3 -3
  313. package/dist/components/puck-block/text-sections/prose-content/index.d.ts +1 -1
  314. package/dist/components/puck-block/text-sections/prose-content/index.js +2 -2
  315. package/dist/components/puck-block/text-sections/prose-sidebar/component.d.ts +2 -2
  316. package/dist/components/puck-block/text-sections/prose-sidebar/index.d.ts +1 -1
  317. package/dist/components/puck-block/text-sections/side-media-content/component.js +5 -5
  318. package/dist/components/puck-block/text-sections/side-media-content/index.d.ts +1 -1
  319. package/dist/components/puck-block/text-sections/side-media-content/index.js +2 -2
  320. package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.d.ts +2 -2
  321. package/dist/components/puck-block/text-sections/sticky-text-multi-image/component.js +4 -4
  322. package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.d.ts +2 -2
  323. package/dist/components/puck-block/text-sections/sticky-text-multi-image/index.js +2 -2
  324. package/dist/components/puck-block/text-sections/text-header/component.d.ts +2 -2
  325. package/dist/components/puck-block/text-sections/text-header/index.d.ts +1 -1
  326. package/dist/components/puck-core/core/context/editor-context.d.ts +2 -0
  327. package/dist/components/puck-core/core/fields.d.ts +2 -2
  328. package/dist/components/puck-core/core/props/content.d.ts +3 -3
  329. package/dist/components/puck-core/core/props/index.d.ts +2 -2
  330. package/dist/components/puck-core/core/props/index.js +7 -0
  331. package/dist/components/puck-core/core/props/interactive.d.ts +44 -1
  332. package/dist/components/puck-core/core/props/interactive.js +24 -1
  333. package/dist/components/puck-core/core/props/media.d.ts +8 -8
  334. package/dist/components/puck-core/core/props/media.js +21 -21
  335. package/dist/components/puck-core/core/puck-fields-to-zod.d.ts +40 -0
  336. package/dist/components/puck-core/core/puck-fields-to-zod.js +113 -0
  337. package/dist/components/puck-core/core/social-icons.d.ts +5 -0
  338. package/dist/components/puck-core/core/social-icons.js +48 -0
  339. package/dist/components/puck-core/core/with-editable.js +9 -2
  340. package/dist/components/puck-core/fields/media-upload-field.d.ts +7 -0
  341. package/dist/components/puck-core/fields/{image-upload-field.js → media-upload-field.js} +71 -28
  342. package/dist/components/puck-core/index.d.ts +3 -2
  343. package/dist/components/shadcn/tabs.d.ts +2 -1
  344. package/dist/components/shadcn/tabs.js +21 -3
  345. package/dist/components/shadcn/video-iframe.d.ts +2 -1
  346. package/dist/components/shadcn/video-iframe.js +7 -6
  347. package/dist/index.js +18 -12
  348. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/errors.js +44 -0
  349. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/iso.js +43 -0
  350. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/parse.js +29 -0
  351. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.js +665 -0
  352. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/api.js +569 -0
  353. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/checks.js +410 -0
  354. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/core.js +74 -0
  355. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/doc.js +37 -0
  356. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/errors.js +72 -0
  357. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema-processors.js +314 -0
  358. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.js +95 -0
  359. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/regexes.js +81 -0
  360. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/registries.js +51 -0
  361. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js +1345 -0
  362. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/to-json-schema.js +362 -0
  363. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/util.js +430 -0
  364. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/versions.js +8 -0
  365. package/package.json +3 -2
  366. package/dist/components/puck-base/image.d.ts +0 -6
  367. package/dist/components/puck-base/image.js +0 -360
  368. package/dist/components/puck-core/fields/image-upload-field.d.ts +0 -7
@@ -4,6 +4,17 @@ export { NewsletterLinksFooter, NewsletterLinksFooterDefaults };
4
4
  export type { NewsletterLinksFooterProps };
5
5
  declare const conf: {
6
6
  fields: {
7
+ __metadata: {
8
+ type: string;
9
+ ai: {
10
+ instructions: string;
11
+ };
12
+ objectFields: {
13
+ type: {
14
+ type: string;
15
+ };
16
+ };
17
+ };
7
18
  logo: {
8
19
  type: "object";
9
20
  objectFields: {
@@ -4,6 +4,17 @@ export { NewsletterTopLinksFooter, NewsletterTopLinksFooterDefaults };
4
4
  export type { NewsletterTopLinksFooterProps };
5
5
  declare const conf: {
6
6
  fields: {
7
+ __metadata: {
8
+ type: string;
9
+ ai: {
10
+ instructions: string;
11
+ };
12
+ objectFields: {
13
+ type: {
14
+ type: string;
15
+ };
16
+ };
17
+ };
7
18
  logo: {
8
19
  type: "object";
9
20
  objectFields: {
@@ -122,16 +133,45 @@ declare const conf: {
122
133
  };
123
134
  };
124
135
  };
125
- socialMediaLinks: {
126
- type: string;
127
- label: string;
128
- getItemSummary: (item: {
129
- url?: string;
130
- }, index?: number) => string;
131
- arrayFields: {
132
- url: {
133
- type: string;
134
- label: string;
136
+ socialLinks: {
137
+ readonly type: "array";
138
+ readonly label: "Social Links";
139
+ readonly getItemSummary: (item: {
140
+ platform?: string;
141
+ }, i?: number) => string;
142
+ readonly arrayFields: {
143
+ readonly platform: {
144
+ readonly type: "select";
145
+ readonly label: "Platform";
146
+ readonly options: readonly [{
147
+ readonly label: "Twitter / X";
148
+ readonly value: "twitter";
149
+ }, {
150
+ readonly label: "Facebook";
151
+ readonly value: "facebook";
152
+ }, {
153
+ readonly label: "Instagram";
154
+ readonly value: "instagram";
155
+ }, {
156
+ readonly label: "LinkedIn";
157
+ readonly value: "linkedin";
158
+ }, {
159
+ readonly label: "YouTube";
160
+ readonly value: "youtube";
161
+ }, {
162
+ readonly label: "GitHub";
163
+ readonly value: "github";
164
+ }, {
165
+ readonly label: "TikTok";
166
+ readonly value: "tiktok";
167
+ }, {
168
+ readonly label: "Discord";
169
+ readonly value: "discord";
170
+ }];
171
+ };
172
+ readonly url: {
173
+ readonly type: "text";
174
+ readonly label: "URL";
135
175
  };
136
176
  };
137
177
  };
@@ -186,6 +226,17 @@ declare const conf: {
186
226
  readonly value: "cta";
187
227
  }];
188
228
  };
229
+ showSocialLinks: {
230
+ readonly type: "radio";
231
+ readonly label: "Display Social Links";
232
+ readonly options: readonly [{
233
+ readonly label: "Yes";
234
+ readonly value: "true";
235
+ }, {
236
+ readonly label: "No";
237
+ readonly value: "false";
238
+ }];
239
+ };
189
240
  };
190
241
  };
191
242
  };
@@ -4,9 +4,9 @@
4
4
  * 基础类型引用自 ../props/(全局共享)
5
5
  * FooterSectionStyles 为 footer 特有的样式字段
6
6
  */
7
- import type { BaseImage } from "@/components/puck-core/core/props/media";
8
- import type { BaseButton } from "@/components/puck-core/core/props/interactive";
9
- export type { BaseImage, BaseButton };
7
+ import type { BaseMedia } from "@/components/puck-core/core/props/media";
8
+ import type { BaseButton, BaseSocialLink } from "@/components/puck-core/core/props/interactive";
9
+ export type { BaseMedia, BaseButton, BaseSocialLink };
10
10
  export interface FooterSectionStyles {
11
11
  className?: string;
12
12
  style?: React.CSSProperties;
@@ -14,6 +14,7 @@ export interface FooterSectionStyles {
14
14
  bordered?: boolean;
15
15
  hasCompanyImage?: boolean;
16
16
  topContentType?: "newsletter" | "cta";
17
+ showSocialLinks?: string;
17
18
  }
18
19
  export interface FooterLink {
19
20
  title: string;
@@ -24,10 +25,6 @@ export interface ColumnLinks {
24
25
  title?: string;
25
26
  links: FooterLink[];
26
27
  }
27
- export interface SocialMediaLink {
28
- url: string;
29
- icon: React.ReactNode;
30
- }
31
28
  export interface FooterAddress {
32
29
  label: string;
33
30
  value: string;
@@ -38,7 +35,7 @@ export interface FooterContact {
38
35
  email: string;
39
36
  }
40
37
  export interface FooterSectionBaseProps {
41
- logo: BaseImage & {
38
+ logo: BaseMedia & {
42
39
  url?: string;
43
40
  };
44
41
  heading: string;
@@ -52,10 +49,9 @@ export interface FooterSectionBaseProps {
52
49
  columnLinks: ColumnLinks[];
53
50
  footerText: string;
54
51
  footerLinks: FooterLink[];
55
- socialMediaLinks: SocialMediaLink[];
52
+ socialLinks: BaseSocialLink[];
56
53
  address: FooterAddress;
57
54
  contact: FooterContact;
58
- companyImages: BaseImage[];
59
55
  styles: FooterSectionStyles;
60
56
  __metadata?: {
61
57
  type: "footer";
@@ -95,6 +91,17 @@ export declare const footerStyleFields: {
95
91
  readonly value: "cta";
96
92
  }];
97
93
  };
94
+ readonly showSocialLinks: {
95
+ readonly type: "radio";
96
+ readonly label: "Display Social Links";
97
+ readonly options: readonly [{
98
+ readonly label: "Yes";
99
+ readonly value: "true";
100
+ }, {
101
+ readonly label: "No";
102
+ readonly value: "false";
103
+ }];
104
+ };
98
105
  };
99
106
  /** 将 FooterSectionBaseProps 与组件特有字段合并,生成最终 Props */
100
107
  export type FooterComponentProps<T extends object = object> = React.ComponentPropsWithoutRef<"section"> & Partial<FooterSectionBaseProps> & Partial<T>;
@@ -14,6 +14,14 @@ const footerStyleFields = {
14
14
  { label: "Yes", value: "true" },
15
15
  { label: "No", value: "false" }
16
16
  ]
17
+ },
18
+ showSocialLinks: {
19
+ type: "radio",
20
+ label: "Display Social Links",
21
+ options: [
22
+ { label: "Yes", value: "true" },
23
+ { label: "No", value: "false" }
24
+ ]
17
25
  }
18
26
  };
19
27
  export {
@@ -1,9 +1,9 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { cn } from "../../../../utils/css-utils.js";
3
- import { CompoundImage } from "../../../puck-base/image.js";
3
+ import { CompoundMedia } from "../../../puck-base/media.js";
4
4
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
5
5
  const AsymmetricGrid = (props) => {
6
- const { heading, description, images, styles } = {
6
+ const { heading, description, medias, styles } = {
7
7
  ...AsymmetricGridDefaults,
8
8
  ...props
9
9
  };
@@ -21,7 +21,7 @@ const AsymmetricGrid = (props) => {
21
21
  "md:grid-cols-2": !is4Small,
22
22
  "md:grid-cols-2 lg:grid-cols-3": is4Small
23
23
  }),
24
- children: images.map((image, index) => /* @__PURE__ */ jsx(
24
+ children: medias.map((media, index) => /* @__PURE__ */ jsx(
25
25
  "a",
26
26
  {
27
27
  href: "#",
@@ -37,10 +37,10 @@ const AsymmetricGrid = (props) => {
37
37
  "pt-[56.25%]": index !== 0
38
38
  }),
39
39
  children: /* @__PURE__ */ jsx(
40
- CompoundImage,
40
+ CompoundMedia,
41
41
  {
42
- src: image.src,
43
- alt: image.alt,
42
+ src: media.src,
43
+ alt: media.alt,
44
44
  className: "absolute inset-0 size-full object-cover"
45
45
  }
46
46
  )
@@ -59,7 +59,7 @@ const AsymmetricGridDefaults = {
59
59
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
60
60
  button: { label: "View all" },
61
61
  buttons: [],
62
- images: [
62
+ medias: [
63
63
  { src: "https://picsum.photos/seed/asym-1/800/800", alt: "Gallery image 1" },
64
64
  { src: "https://picsum.photos/seed/asym-2/800/450", alt: "Gallery image 2" },
65
65
  { src: "https://picsum.photos/seed/asym-3/800/450", alt: "Gallery image 3" }
@@ -12,7 +12,7 @@ declare const conf: {
12
12
  readonly type: "textarea";
13
13
  readonly contentEditable: true;
14
14
  };
15
- images: {
15
+ medias: {
16
16
  readonly type: "array";
17
17
  readonly max: 10;
18
18
  readonly getItemSummary: (item: {
@@ -1,13 +1,13 @@
1
1
  import { AsymmetricGrid, AsymmetricGridDefaults } from "./asymmetric-grid.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
- import { imagesField } from "../../../puck-core/core/props/media.js";
3
+ import { mediasField } from "../../../puck-core/core/props/media.js";
4
4
  import { galleryStyleFields } from "../props.js";
5
5
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
6
6
  const conf = {
7
7
  fields: {
8
8
  heading: headingField,
9
9
  description: descriptionField,
10
- images: imagesField,
10
+ medias: mediasField,
11
11
  styles: {
12
12
  type: "object",
13
13
  label: "Styles",
@@ -2,7 +2,7 @@
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { useRef } from "react";
4
4
  import { Button } from "../../../shadcn/button.js";
5
- import { CompoundImage } from "../../../puck-base/image.js";
5
+ import { CompoundMedia } from "../../../puck-base/media.js";
6
6
  import { useScroll, useTransform, motion } from "motion/react";
7
7
  import { cn } from "../../../../utils/css-utils.js";
8
8
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
@@ -23,10 +23,10 @@ const FullscreenPortfolio = (props) => {
23
23
  children: [
24
24
  /* @__PURE__ */ jsxs("div", { className: "absolute inset-0", children: [
25
25
  /* @__PURE__ */ jsx(
26
- CompoundImage,
26
+ CompoundMedia,
27
27
  {
28
- src: project.image.src,
29
- alt: project.image.alt,
28
+ src: project.media.src,
29
+ alt: project.media.alt,
30
30
  className: "size-full object-cover"
31
31
  }
32
32
  ),
@@ -79,10 +79,10 @@ const ScrollFadeVariant = ({
79
79
  children: [
80
80
  /* @__PURE__ */ jsxs("div", { className: "absolute inset-0", children: [
81
81
  /* @__PURE__ */ jsx(
82
- CompoundImage,
82
+ CompoundMedia,
83
83
  {
84
- src: project.image.src,
85
- alt: project.image.alt,
84
+ src: project.media.src,
85
+ alt: project.media.alt,
86
86
  className: "size-full object-cover"
87
87
  }
88
88
  ),
@@ -110,7 +110,7 @@ const ScrollFadeVariant = ({
110
110
  const defaultProject = {
111
111
  title: "Project name here",
112
112
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.",
113
- image: {
113
+ media: {
114
114
  src: "https://picsum.photos/seed/fullscreen-port/1920/1080",
115
115
  alt: "Placeholder image"
116
116
  },
@@ -123,11 +123,11 @@ const FullscreenPortfolioDefaults = {
123
123
  description: "",
124
124
  button: { label: "View all" },
125
125
  buttons: [],
126
- images: [],
126
+ medias: [],
127
127
  projects: [
128
- { ...defaultProject, image: { src: "https://picsum.photos/seed/fs-port-1/1920/1080", alt: "Project 1" } },
129
- { ...defaultProject, image: { src: "https://picsum.photos/seed/fs-port-2/1920/1080", alt: "Project 2" } },
130
- { ...defaultProject, image: { src: "https://picsum.photos/seed/fs-port-3/1920/1080", alt: "Project 3" } }
128
+ { ...defaultProject, media: { src: "https://picsum.photos/seed/fs-port-1/1920/1080", alt: "Project 1" } },
129
+ { ...defaultProject, media: { src: "https://picsum.photos/seed/fs-port-2/1920/1080", alt: "Project 2" } },
130
+ { ...defaultProject, media: { src: "https://picsum.photos/seed/fs-port-3/1920/1080", alt: "Project 3" } }
131
131
  ],
132
132
  hoverLinks: [],
133
133
  styles: {
@@ -17,7 +17,7 @@ declare const conf: {
17
17
  description: {
18
18
  type: string;
19
19
  };
20
- image: {
20
+ media: {
21
21
  type: "object";
22
22
  objectFields: {
23
23
  src: import("@puckeditor/core").Field<string>;
@@ -1,6 +1,6 @@
1
1
  import { FullscreenPortfolio, FullscreenPortfolioDefaults } from "./fullscreen-portfolio.js";
2
2
  import { buttonField } from "../../../puck-core/core/props/interactive.js";
3
- import { imageField } from "../../../puck-core/core/props/media.js";
3
+ import { mediaField } from "../../../puck-core/core/props/media.js";
4
4
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
5
5
  const conf = {
6
6
  fields: {
@@ -11,7 +11,7 @@ const conf = {
11
11
  arrayFields: {
12
12
  title: { type: "text" },
13
13
  description: { type: "textarea" },
14
- image: imageField,
14
+ media: mediaField,
15
15
  button: buttonField
16
16
  }
17
17
  },
@@ -2,11 +2,11 @@
2
2
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
3
3
  import { useState, useEffect } from "react";
4
4
  import { Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext } from "../../../shadcn/carousel.js";
5
- import { CompoundImage } from "../../../puck-base/image.js";
5
+ import { CompoundMedia } from "../../../puck-base/media.js";
6
6
  import { cn } from "../../../../utils/css-utils.js";
7
7
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
8
8
  const ImageCarousel = (props) => {
9
- const { heading, description, images, styles } = {
9
+ const { heading, description, medias, styles } = {
10
10
  ...ImageCarouselDefaults,
11
11
  ...props
12
12
  };
@@ -69,7 +69,7 @@ const ImageCarousel = (props) => {
69
69
  opts: { loop: true, align: "start" },
70
70
  className: cn({ "overflow-hidden": slideOverflow === "hidden" }),
71
71
  children: [
72
- /* @__PURE__ */ jsx(CarouselContent, { className: "ml-0", children: images.map((image, index) => /* @__PURE__ */ jsx(
72
+ /* @__PURE__ */ jsx(CarouselContent, { className: "ml-0", children: medias.map((media, index) => /* @__PURE__ */ jsx(
73
73
  CarouselItem,
74
74
  {
75
75
  className: cn(
@@ -88,10 +88,10 @@ const ImageCarousel = (props) => {
88
88
  "opacity-40": current !== index + 1
89
89
  }),
90
90
  children: /* @__PURE__ */ jsx(
91
- CompoundImage,
91
+ CompoundMedia,
92
92
  {
93
- src: image.src,
94
- alt: image.alt,
93
+ src: media.src,
94
+ alt: media.alt,
95
95
  className: cn("size-full object-cover", {
96
96
  "absolute inset-0": isFullscreen
97
97
  })
@@ -99,10 +99,10 @@ const ImageCarousel = (props) => {
99
99
  )
100
100
  }
101
101
  ) : /* @__PURE__ */ jsx(
102
- CompoundImage,
102
+ CompoundMedia,
103
103
  {
104
- src: image.src,
105
- alt: image.alt,
104
+ src: media.src,
105
+ alt: media.alt,
106
106
  className: cn("size-full object-cover", {
107
107
  "absolute inset-0": isFullscreen
108
108
  })
@@ -120,7 +120,7 @@ const ImageCarousel = (props) => {
120
120
  /* @__PURE__ */ jsx(CarouselPrevious, { className: "static left-0 top-0 size-12 -translate-y-0" }),
121
121
  /* @__PURE__ */ jsx(CarouselNext, { className: "static left-0 top-0 size-12 -translate-y-0" })
122
122
  ] }),
123
- /* @__PURE__ */ jsx("div", { className: "flex items-center", children: images.map((_, index) => /* @__PURE__ */ jsx(
123
+ /* @__PURE__ */ jsx("div", { className: "flex items-center", children: medias.map((_, index) => /* @__PURE__ */ jsx(
124
124
  "button",
125
125
  {
126
126
  onClick: () => api == null ? void 0 : api.scrollTo(index),
@@ -131,7 +131,7 @@ const ImageCarousel = (props) => {
131
131
  },
132
132
  index
133
133
  )) })
134
- ] }) : /* @__PURE__ */ jsx("div", { className: "absolute bottom-8 left-1/2 -translate-x-1/2 transform", children: images.map((_, index) => /* @__PURE__ */ jsx(
134
+ ] }) : /* @__PURE__ */ jsx("div", { className: "absolute bottom-8 left-1/2 -translate-x-1/2 transform", children: medias.map((_, index) => /* @__PURE__ */ jsx(
135
135
  "button",
136
136
  {
137
137
  onClick: () => api == null ? void 0 : api.scrollTo(index),
@@ -155,7 +155,7 @@ const ImageCarouselDefaults = {
155
155
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
156
156
  button: { label: "View all" },
157
157
  buttons: [],
158
- images: [
158
+ medias: [
159
159
  { src: "https://picsum.photos/seed/carousel-1/1920/1080", alt: "Gallery image 1" },
160
160
  { src: "https://picsum.photos/seed/carousel-2/1920/1080", alt: "Gallery image 2" },
161
161
  { src: "https://picsum.photos/seed/carousel-3/1920/1080", alt: "Gallery image 3" }
@@ -12,7 +12,7 @@ declare const conf: {
12
12
  readonly type: "textarea";
13
13
  readonly contentEditable: true;
14
14
  };
15
- images: {
15
+ medias: {
16
16
  readonly type: "array";
17
17
  readonly max: 10;
18
18
  readonly getItemSummary: (item: {
@@ -1,13 +1,13 @@
1
1
  import { ImageCarousel, ImageCarouselDefaults } from "./image-carousel.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
- import { imagesField } from "../../../puck-core/core/props/media.js";
3
+ import { mediasField } from "../../../puck-core/core/props/media.js";
4
4
  import { galleryStyleFields } from "../props.js";
5
5
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
6
6
  const conf = {
7
7
  fields: {
8
8
  heading: headingField,
9
9
  description: descriptionField,
10
- images: imagesField,
10
+ medias: mediasField,
11
11
  styles: {
12
12
  type: "object",
13
13
  label: "Styles",
@@ -23,7 +23,7 @@ declare const conf: {
23
23
  tag: {
24
24
  type: string;
25
25
  };
26
- image: {
26
+ media: {
27
27
  type: "object";
28
28
  objectFields: {
29
29
  src: import("@puckeditor/core").Field<string>;
@@ -1,5 +1,5 @@
1
1
  import { InteractivePortfolio, InteractivePortfolioDefaults } from "./interactive-portfolio.js";
2
- import { imageField } from "../../../puck-core/core/props/media.js";
2
+ import { mediaField } from "../../../puck-core/core/props/media.js";
3
3
  import { galleryStyleFields } from "../props.js";
4
4
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
5
5
  const conf = {
@@ -13,7 +13,7 @@ const conf = {
13
13
  url: { type: "text" },
14
14
  heading: { type: "text" },
15
15
  tag: { type: "text" },
16
- image: imageField
16
+ media: mediaField
17
17
  }
18
18
  },
19
19
  styles: {
@@ -4,7 +4,7 @@ import { useRef, useState } from "react";
4
4
  import { motion } from "motion/react";
5
5
  import { cn } from "../../../../utils/css-utils.js";
6
6
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
7
- import { CompoundImage } from "../../../puck-base/image.js";
7
+ import { CompoundMedia } from "../../../puck-base/media.js";
8
8
  const getDirection = (ev, obj) => {
9
9
  const { width: w, height: h, left, top } = obj.getBoundingClientRect();
10
10
  const centerX = left + w / 2;
@@ -64,10 +64,10 @@ const InteractivePortfolio = (props) => {
64
64
  /* @__PURE__ */ jsx("p", { className: "mb-6 font-semibold md:mb-8", children: tagline }),
65
65
  /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 gap-12 lg:grid-cols-2 lg:gap-16", children: [
66
66
  /* @__PURE__ */ jsx("div", { className: "lg:sticky lg:top-20 lg:self-start", children: /* @__PURE__ */ jsx("div", { className: "aspect-square w-full overflow-hidden", children: /* @__PURE__ */ jsx(
67
- CompoundImage,
67
+ CompoundMedia,
68
68
  {
69
- src: hoveredIndex !== null ? hoverLinks[hoveredIndex].image.src : (_a = hoverLinks[0]) == null ? void 0 : _a.image.src,
70
- alt: hoveredIndex !== null ? hoverLinks[hoveredIndex].image.alt : (_b = hoverLinks[0]) == null ? void 0 : _b.image.alt,
69
+ src: hoveredIndex !== null ? hoverLinks[hoveredIndex].media.src : (_a = hoverLinks[0]) == null ? void 0 : _a.media.src,
70
+ alt: hoveredIndex !== null ? hoverLinks[hoveredIndex].media.alt : (_b = hoverLinks[0]) == null ? void 0 : _b.media.alt,
71
71
  className: "size-full object-cover transition-all duration-500"
72
72
  }
73
73
  ) }) }),
@@ -160,8 +160,8 @@ const InteractivePortfolio = (props) => {
160
160
  {
161
161
  className: "size-full max-w-md",
162
162
  variants: imageVariants,
163
- src: link.image.src,
164
- alt: link.image.alt
163
+ src: link.media.src,
164
+ alt: link.media.alt
165
165
  }
166
166
  )
167
167
  }
@@ -182,7 +182,7 @@ const defaultHoverLink = {
182
182
  url: "#",
183
183
  heading: "Project name",
184
184
  tag: "Tag",
185
- image: {
185
+ media: {
186
186
  src: "https://picsum.photos/seed/interactive-port/800/800",
187
187
  alt: "Placeholder image"
188
188
  }
@@ -193,47 +193,47 @@ const InteractivePortfolioDefaults = {
193
193
  description: "",
194
194
  button: { label: "View all" },
195
195
  buttons: [],
196
- images: [],
196
+ medias: [],
197
197
  projects: [],
198
198
  hoverLinks: [
199
199
  {
200
200
  ...defaultHoverLink,
201
- image: {
201
+ media: {
202
202
  src: "https://picsum.photos/seed/ip-1/800/800",
203
203
  alt: "Project 1"
204
204
  }
205
205
  },
206
206
  {
207
207
  ...defaultHoverLink,
208
- image: {
208
+ media: {
209
209
  src: "https://picsum.photos/seed/ip-2/800/800",
210
210
  alt: "Project 2"
211
211
  }
212
212
  },
213
213
  {
214
214
  ...defaultHoverLink,
215
- image: {
215
+ media: {
216
216
  src: "https://picsum.photos/seed/ip-3/800/800",
217
217
  alt: "Project 3"
218
218
  }
219
219
  },
220
220
  {
221
221
  ...defaultHoverLink,
222
- image: {
222
+ media: {
223
223
  src: "https://picsum.photos/seed/ip-4/800/800",
224
224
  alt: "Project 4"
225
225
  }
226
226
  },
227
227
  {
228
228
  ...defaultHoverLink,
229
- image: {
229
+ media: {
230
230
  src: "https://picsum.photos/seed/ip-5/800/800",
231
231
  alt: "Project 5"
232
232
  }
233
233
  },
234
234
  {
235
235
  ...defaultHoverLink,
236
- image: {
236
+ media: {
237
237
  src: "https://picsum.photos/seed/ip-6/800/800",
238
238
  alt: "Project 6"
239
239
  }
@@ -12,7 +12,7 @@ declare const conf: {
12
12
  readonly type: "textarea";
13
13
  readonly contentEditable: true;
14
14
  };
15
- images: {
15
+ medias: {
16
16
  readonly type: "array";
17
17
  readonly max: 10;
18
18
  readonly getItemSummary: (item: {
@@ -1,13 +1,13 @@
1
1
  import { MasonryGrid, MasonryGridDefaults } from "./masonry-grid.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
- import { imagesField } from "../../../puck-core/core/props/media.js";
3
+ import { mediasField } from "../../../puck-core/core/props/media.js";
4
4
  import { galleryStyleFields } from "../props.js";
5
5
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
6
6
  const conf = {
7
7
  fields: {
8
8
  heading: headingField,
9
9
  description: descriptionField,
10
- images: imagesField,
10
+ medias: mediasField,
11
11
  styles: {
12
12
  type: "object",
13
13
  label: "Styles",
@@ -1,9 +1,9 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { cn } from "../../../../utils/css-utils.js";
3
3
  import { SectionWrapper } from "../../../puck-core/section-wrapper.js";
4
- import { CompoundImage } from "../../../puck-base/image.js";
4
+ import { CompoundMedia } from "../../../puck-base/media.js";
5
5
  const MasonryGrid = (props) => {
6
- const { heading, description, images, styles } = {
6
+ const { heading, description, medias, styles } = {
7
7
  ...MasonryGridDefaults,
8
8
  ...props
9
9
  };
@@ -32,7 +32,7 @@ const MasonryGrid = (props) => {
32
32
  "md:columns-2": cols === 2,
33
33
  "md:columns-2 lg:columns-3": cols === 3
34
34
  }),
35
- children: images.map((image, index) => /* @__PURE__ */ jsx("a", { href: "#", className: "mb-8 inline-block w-full", children: /* @__PURE__ */ jsx(
35
+ children: medias.map((media, index) => /* @__PURE__ */ jsx("a", { href: "#", className: "mb-8 inline-block w-full", children: /* @__PURE__ */ jsx(
36
36
  "div",
37
37
  {
38
38
  className: cn("relative inline-block w-full", {
@@ -40,10 +40,10 @@ const MasonryGrid = (props) => {
40
40
  "pt-[66.66%]": index % 3 !== 0
41
41
  }),
42
42
  children: /* @__PURE__ */ jsx(
43
- CompoundImage,
43
+ CompoundMedia,
44
44
  {
45
- src: image.src,
46
- alt: image.alt,
45
+ src: media.src,
46
+ alt: media.alt,
47
47
  className: "absolute inset-0 size-full object-cover"
48
48
  }
49
49
  )
@@ -61,7 +61,7 @@ const MasonryGridDefaults = {
61
61
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
62
62
  button: { label: "View all" },
63
63
  buttons: [],
64
- images: [
64
+ medias: [
65
65
  {
66
66
  src: "https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&h=800&fit=crop",
67
67
  alt: "Gallery image 1"