dune-react 0.0.41 → 0.0.43

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 (159) hide show
  1. package/dist/components/puck-block/contact-sections/centered-form/centered-form.js +1 -1
  2. package/dist/components/puck-block/contact-sections/centered-form/index.d.ts +96 -0
  3. package/dist/components/puck-block/contact-sections/centered-form/index.js +6 -1
  4. package/dist/components/puck-block/contact-sections/contact-cards-grid/contact-cards-grid.js +3 -3
  5. package/dist/components/puck-block/contact-sections/contact-cards-grid/index.d.ts +159 -0
  6. package/dist/components/puck-block/contact-sections/contact-cards-grid/index.js +14 -1
  7. package/dist/components/puck-block/contact-sections/contact-modal/contact-modal.js +1 -1
  8. package/dist/components/puck-block/contact-sections/contact-modal/index.d.ts +99 -0
  9. package/dist/components/puck-block/contact-sections/contact-modal/index.js +7 -1
  10. package/dist/components/puck-block/contact-sections/form-with-media/form-with-media.js +1 -1
  11. package/dist/components/puck-block/contact-sections/form-with-media/index.d.ts +87 -0
  12. package/dist/components/puck-block/contact-sections/form-with-media/index.js +4 -1
  13. package/dist/components/puck-block/contact-sections/header-form-cards/header-form-cards.js +1 -1
  14. package/dist/components/puck-block/contact-sections/header-form-cards/index.d.ts +104 -0
  15. package/dist/components/puck-block/contact-sections/header-form-cards/index.js +13 -2
  16. package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.d.ts +150 -0
  17. package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.js +12 -1
  18. package/dist/components/puck-block/contact-sections/info-cards-media/index.d.ts +150 -0
  19. package/dist/components/puck-block/contact-sections/info-cards-media/index.js +12 -1
  20. package/dist/components/puck-block/contact-sections/location-cards-grid/index.d.ts +147 -0
  21. package/dist/components/puck-block/contact-sections/location-cards-grid/index.js +5 -1
  22. package/dist/components/puck-block/contact-sections/props.d.ts +1 -1
  23. package/dist/components/puck-block/contact-sections/split-info-form/index.d.ts +96 -0
  24. package/dist/components/puck-block/contact-sections/split-info-form/index.js +6 -1
  25. package/dist/components/puck-block/contact-sections/split-info-form/split-info-form.js +135 -50
  26. package/dist/components/puck-block/contact-sections/tab-locations/index.d.ts +147 -0
  27. package/dist/components/puck-block/contact-sections/tab-locations/index.js +5 -1
  28. package/dist/components/puck-block/cta-sections/props.d.ts +1 -1
  29. package/dist/components/puck-block/cta-sections/props.js +8 -0
  30. package/dist/components/puck-block/cta-sections/side-media-cta/index.d.ts +75 -0
  31. package/dist/components/puck-block/cta-sections/side-media-cta/index.js +6 -6
  32. package/dist/components/puck-block/cta-sections/side-media-cta/side-media-cta.js +3 -3
  33. package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.js +3 -3
  34. package/dist/components/puck-block/faq-sections/dual-column-accordion-faq/dual-column-accordion-faq.js +2 -2
  35. package/dist/components/puck-block/faq-sections/props.d.ts +2 -2
  36. package/dist/components/puck-block/faq-sections/stacked-accordion-faq/stacked-accordion-faq.js +5 -5
  37. package/dist/components/puck-block/faq-sections/stacked-static-faq/stacked-static-faq.js +3 -3
  38. package/dist/components/puck-block/faq-sections/two-column-accordion-faq/index.d.ts +6 -0
  39. package/dist/components/puck-block/faq-sections/two-column-accordion-faq/index.js +2 -0
  40. package/dist/components/puck-block/faq-sections/two-column-accordion-faq/two-column-accordion-faq.js +2 -2
  41. package/dist/components/puck-block/faq-sections/two-column-static-faq/index.d.ts +6 -0
  42. package/dist/components/puck-block/faq-sections/two-column-static-faq/index.js +2 -0
  43. package/dist/components/puck-block/feature-sections/props.d.ts +3 -3
  44. package/dist/components/puck-block/feature-sections/text-media-split/component.js +6 -6
  45. package/dist/components/puck-block/feature-sections/text-only-section/component.js +8 -8
  46. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.d.ts +226 -2
  47. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.js +34 -1
  48. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.js +2 -2
  49. package/dist/components/puck-block/footer-sections/contact-links-footer/index.d.ts +159 -2
  50. package/dist/components/puck-block/footer-sections/contact-links-footer/index.js +32 -2
  51. package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.js +2 -2
  52. package/dist/components/puck-block/footer-sections/cta-links-footer/index.d.ts +114 -2
  53. package/dist/components/puck-block/footer-sections/cta-links-footer/index.js +44 -2
  54. package/dist/components/puck-block/footer-sections/props.d.ts +2 -2
  55. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.d.ts +145 -0
  56. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.js +6 -0
  57. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.d.ts +169 -0
  58. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.js +11 -2
  59. package/dist/components/puck-block/gallery-sections/image-carousel/image-carousel.js +6 -6
  60. package/dist/components/puck-block/gallery-sections/image-carousel/index.d.ts +145 -0
  61. package/dist/components/puck-block/gallery-sections/image-carousel/index.js +6 -0
  62. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.d.ts +163 -0
  63. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.js +9 -1
  64. package/dist/components/puck-block/gallery-sections/masonry-grid/index.d.ts +145 -0
  65. package/dist/components/puck-block/gallery-sections/masonry-grid/index.js +6 -0
  66. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +104 -0
  67. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.js +7 -3
  68. package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.js +3 -3
  69. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +104 -0
  70. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.js +7 -3
  71. package/dist/components/puck-block/gallery-sections/props.d.ts +3 -3
  72. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.d.ts +145 -0
  73. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.js +7 -1
  74. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.d.ts +228 -0
  75. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.js +13 -1
  76. package/dist/components/puck-block/gallery-sections/split-carousel/index.d.ts +145 -0
  77. package/dist/components/puck-block/gallery-sections/split-carousel/index.js +6 -0
  78. package/dist/components/puck-block/gallery-sections/static-grid/index.d.ts +145 -0
  79. package/dist/components/puck-block/gallery-sections/static-grid/index.js +6 -0
  80. package/dist/components/puck-block/header-sections/centered-navbar/index.d.ts +5 -2
  81. package/dist/components/puck-block/header-sections/centered-navbar/index.js +8 -1
  82. package/dist/components/puck-block/header-sections/drawer-navbar/index.d.ts +5 -2
  83. package/dist/components/puck-block/header-sections/drawer-navbar/index.js +1 -1
  84. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.d.ts +5 -2
  85. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.js +1 -1
  86. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.d.ts +5 -2
  87. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.js +1 -1
  88. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.d.ts +5 -2
  89. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.js +1 -1
  90. package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +5 -2
  91. package/dist/components/puck-block/header-sections/standard-navbar/index.js +8 -1
  92. package/dist/components/puck-block/hero-sections/carousel-hero/component.d.ts +1 -6
  93. package/dist/components/puck-block/hero-sections/carousel-hero/component.js +24 -36
  94. package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +0 -6
  95. package/dist/components/puck-block/hero-sections/carousel-hero/index.js +1 -3
  96. package/dist/components/puck-block/hero-sections/props.d.ts +2 -2
  97. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.js +5 -5
  98. package/dist/components/puck-block/metrics-sections/center-media-stats/index.d.ts +79 -0
  99. package/dist/components/puck-block/metrics-sections/center-media-stats/index.js +2 -0
  100. package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.js +6 -1
  101. package/dist/components/puck-block/pricing-sections/pricing-card-grid/index.d.ts +55 -0
  102. package/dist/components/puck-block/pricing-sections/pricing-card-grid/index.js +3 -1
  103. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/component.js +7 -7
  104. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/index.d.ts +55 -0
  105. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/index.js +3 -1
  106. package/dist/components/puck-block/pricing-sections/props.d.ts +2 -2
  107. package/dist/components/puck-block/pricing-sections/single-pricing-card/index.d.ts +64 -0
  108. package/dist/components/puck-block/pricing-sections/single-pricing-card/index.js +5 -1
  109. package/dist/components/puck-block/pricing-sections/split-pricing/index.d.ts +70 -0
  110. package/dist/components/puck-block/pricing-sections/split-pricing/index.js +7 -2
  111. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/index.d.ts +78 -0
  112. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/index.js +13 -1
  113. package/dist/components/puck-block/pricing-sections/tab-single-pricing/index.d.ts +23 -0
  114. package/dist/components/puck-block/pricing-sections/tab-single-pricing/index.js +10 -1
  115. package/dist/components/puck-block/registry.generated.d.ts +5732 -2061
  116. package/dist/components/puck-block/registry.generated.js +14 -14
  117. package/dist/components/puck-block/showcase-sections/compact-timeline/component.js +3 -3
  118. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.js +3 -3
  119. package/dist/components/puck-block/showcase-sections/props.d.ts +2 -2
  120. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.js +6 -6
  121. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.js +6 -6
  122. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.js +6 -6
  123. package/dist/components/puck-block/team-sections/props.d.ts +1 -1
  124. package/dist/components/puck-block/team-sections/team-carousel/index.d.ts +25 -0
  125. package/dist/components/puck-block/team-sections/team-carousel/index.js +22 -1
  126. package/dist/components/puck-block/team-sections/team-grid/component.js +3 -3
  127. package/dist/components/puck-block/team-sections/team-grid/index.d.ts +25 -0
  128. package/dist/components/puck-block/team-sections/team-grid/index.js +22 -1
  129. package/dist/components/puck-block/team-sections/team-inline-card/index.d.ts +25 -0
  130. package/dist/components/puck-block/team-sections/team-inline-card/index.js +22 -1
  131. package/dist/components/puck-block/team-sections/team-sticky-scatter/index.d.ts +25 -0
  132. package/dist/components/puck-block/team-sections/team-sticky-scatter/index.js +22 -1
  133. package/dist/components/puck-block/team-sections/team-two-column/index.d.ts +25 -0
  134. package/dist/components/puck-block/team-sections/team-two-column/index.js +22 -1
  135. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.js +2 -2
  136. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.js +3 -3
  137. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/index.d.ts +9 -0
  138. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/index.js +3 -1
  139. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/index.d.ts +9 -0
  140. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/index.js +3 -1
  141. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/index.d.ts +9 -0
  142. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/index.js +3 -1
  143. package/dist/components/puck-block/testimonial-sections/props.d.ts +5 -5
  144. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/index.d.ts +9 -0
  145. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/index.js +3 -1
  146. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.js +7 -7
  147. package/dist/components/puck-block/testimonial-sections/tab-testimonial/index.d.ts +47 -0
  148. package/dist/components/puck-block/testimonial-sections/tab-testimonial/index.js +5 -1
  149. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.js +6 -6
  150. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/index.d.ts +30 -0
  151. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/index.js +6 -1
  152. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.js +9 -9
  153. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/index.d.ts +21 -0
  154. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/index.js +5 -1
  155. package/dist/components/puck-block/text-sections/blog-article/component.js +3 -3
  156. package/dist/components/puck-block/text-sections/props.d.ts +3 -3
  157. package/dist/components/puck-block/text-sections/prose-content/component.js +3 -3
  158. package/dist/components/puck-core/core/props/index.js +0 -7
  159. package/package.json +20 -20
@@ -2,7 +2,6 @@ import { buttonsField, badgeField } from "./interactive.js";
2
2
  import { actionDefaults, actionField, buttonDefaults, buttonField, iconField, resolveActionUrl } from "./interactive.js";
3
3
  import { descriptionField, headingField, featuresField } from "./content.js";
4
4
  import { cardField, cardsField } from "./content.js";
5
- import { getPlaceholderMediaUrl, media16x9Placeholder, media1x1Placeholder, media9x16Placeholder, mediaField, mediasField } from "./media.js";
6
5
  const contentFields = {
7
6
  heading: headingField,
8
7
  description: descriptionField,
@@ -29,13 +28,7 @@ export {
29
28
  contentFieldsWithFeatures,
30
29
  descriptionField,
31
30
  featuresField,
32
- getPlaceholderMediaUrl,
33
31
  headingField,
34
32
  iconField,
35
- media16x9Placeholder,
36
- media1x1Placeholder,
37
- media9x16Placeholder,
38
- mediaField,
39
- mediasField,
40
33
  resolveActionUrl
41
34
  };
package/package.json CHANGED
@@ -1,26 +1,8 @@
1
1
  {
2
2
  "name": "dune-react",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "scripts": {
7
- "dev": "vite",
8
- "gen:meta": "node --import ./scripts/register-mocks.mjs --import tsx/esm scripts/generate-component-meta.ts",
9
- "build": "pnpm gen:meta && vite build && tsc --project tsconfig.build.json",
10
- "watch": "vite build --watch & tsc --project tsconfig.build.json --watch --preserveWatchOutput &",
11
- "build:sync": "pnpm build && cd ../magent && pnpm sync:dune && cd ../canvas-editor && pnpm sync:dune",
12
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
13
- "preview": "vite preview",
14
- "storybook": "storybook dev -p 8080",
15
- "preview-storybook": "npx http-server storybook-static",
16
- "build-storybook": "storybook build && cp -r skills storybook-static/skills",
17
- "deploy-storybook": "storybook-to-ghpages -- --existing-output-dir=storybook-static",
18
- "ondeploy": "pnpm build-storybook && pnpm deploy-storybook",
19
- "sync:downstream": "bash scripts/postpublish.sh",
20
- "screenshot": "tsx scripts/screenshot-components.ts",
21
- "screenshot:copy": "tsx scripts/screenshot-components.ts --skip-capture",
22
- "upload:previews": "tsx scripts/upload-previews-r2.ts"
23
- },
24
6
  "sideEffects": [
25
7
  "*.css"
26
8
  ],
@@ -424,5 +406,23 @@
424
406
  "react-icons": "5.6.0",
425
407
  "shadcn": "4.0.8",
426
408
  "zod": "4.3.6"
409
+ },
410
+ "scripts": {
411
+ "dev": "vite",
412
+ "gen:meta": "node --import ./scripts/register-mocks.mjs --import tsx/esm scripts/generate-component-meta.ts",
413
+ "build": "pnpm gen:meta && vite build && tsc --project tsconfig.build.json",
414
+ "watch": "vite build --watch & tsc --project tsconfig.build.json --watch --preserveWatchOutput &",
415
+ "build:sync": "pnpm build && cd ../magent && pnpm sync:dune && cd ../canvas-editor && pnpm sync:dune",
416
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
417
+ "preview": "vite preview",
418
+ "storybook": "storybook dev -p 8080",
419
+ "preview-storybook": "npx http-server storybook-static",
420
+ "build-storybook": "storybook build && cp -r skills storybook-static/skills",
421
+ "deploy-storybook": "storybook-to-ghpages -- --existing-output-dir=storybook-static",
422
+ "ondeploy": "pnpm build-storybook && pnpm deploy-storybook",
423
+ "sync:downstream": "bash scripts/postpublish.sh",
424
+ "screenshot": "tsx scripts/screenshot-components.ts",
425
+ "screenshot:copy": "tsx scripts/screenshot-components.ts --skip-capture",
426
+ "upload:previews": "tsx scripts/upload-previews-r2.ts"
427
427
  }
428
- }
428
+ }