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
@@ -34,6 +34,29 @@ declare const conf: {
34
34
  value: {
35
35
  type: string;
36
36
  };
37
+ plans: {
38
+ type: string;
39
+ arrayFields: {
40
+ planName: {
41
+ type: string;
42
+ };
43
+ price: {
44
+ type: string;
45
+ };
46
+ features: {
47
+ type: string;
48
+ arrayFields: {};
49
+ };
50
+ button: {
51
+ type: string;
52
+ objectFields: {
53
+ label: {
54
+ type: string;
55
+ };
56
+ };
57
+ };
58
+ };
59
+ };
37
60
  };
38
61
  };
39
62
  styles: {
@@ -19,7 +19,16 @@ const conf = {
19
19
  getItemSummary: (item, index = 0) => item.tabName || `Tab ${index + 1}`,
20
20
  arrayFields: {
21
21
  tabName: { type: "text" },
22
- value: { type: "text" }
22
+ value: { type: "text" },
23
+ plans: {
24
+ type: "array",
25
+ arrayFields: {
26
+ planName: { type: "text" },
27
+ price: { type: "text" },
28
+ features: { type: "array", arrayFields: {} },
29
+ button: { type: "object", objectFields: { label: { type: "text" } } }
30
+ }
31
+ }
23
32
  }
24
33
  },
25
34
  styles: {