dune-react 0.0.40 → 0.0.42

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 (158) hide show
  1. package/dist/components/puck-block/contact-sections/centered-form/index.d.ts +96 -0
  2. package/dist/components/puck-block/contact-sections/centered-form/index.js +6 -1
  3. package/dist/components/puck-block/contact-sections/contact-cards-grid/contact-cards-grid.js +3 -3
  4. package/dist/components/puck-block/contact-sections/contact-cards-grid/index.d.ts +159 -0
  5. package/dist/components/puck-block/contact-sections/contact-cards-grid/index.js +14 -1
  6. package/dist/components/puck-block/contact-sections/contact-modal/index.d.ts +99 -0
  7. package/dist/components/puck-block/contact-sections/contact-modal/index.js +7 -1
  8. package/dist/components/puck-block/contact-sections/form-with-media/index.d.ts +87 -0
  9. package/dist/components/puck-block/contact-sections/form-with-media/index.js +4 -1
  10. package/dist/components/puck-block/contact-sections/header-form-cards/index.d.ts +104 -0
  11. package/dist/components/puck-block/contact-sections/header-form-cards/index.js +13 -2
  12. package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.d.ts +150 -0
  13. package/dist/components/puck-block/contact-sections/header-info-fullwidth/index.js +12 -1
  14. package/dist/components/puck-block/contact-sections/info-cards-media/index.d.ts +150 -0
  15. package/dist/components/puck-block/contact-sections/info-cards-media/index.js +12 -1
  16. package/dist/components/puck-block/contact-sections/location-cards-grid/index.d.ts +147 -0
  17. package/dist/components/puck-block/contact-sections/location-cards-grid/index.js +5 -1
  18. package/dist/components/puck-block/contact-sections/props.d.ts +1 -1
  19. package/dist/components/puck-block/contact-sections/split-info-form/index.d.ts +96 -0
  20. package/dist/components/puck-block/contact-sections/split-info-form/index.js +6 -1
  21. package/dist/components/puck-block/contact-sections/tab-locations/index.d.ts +147 -0
  22. package/dist/components/puck-block/contact-sections/tab-locations/index.js +5 -1
  23. package/dist/components/puck-block/cta-sections/props.d.ts +1 -1
  24. package/dist/components/puck-block/cta-sections/props.js +8 -0
  25. package/dist/components/puck-block/cta-sections/side-media-cta/index.d.ts +75 -0
  26. package/dist/components/puck-block/cta-sections/side-media-cta/index.js +6 -6
  27. package/dist/components/puck-block/cta-sections/side-media-cta/side-media-cta.js +3 -3
  28. package/dist/components/puck-block/cta-sections/text-block-cta/text-block-cta.js +3 -3
  29. package/dist/components/puck-block/faq-sections/dual-column-accordion-faq/dual-column-accordion-faq.js +2 -2
  30. package/dist/components/puck-block/faq-sections/props.d.ts +2 -2
  31. package/dist/components/puck-block/faq-sections/stacked-accordion-faq/stacked-accordion-faq.js +5 -5
  32. package/dist/components/puck-block/faq-sections/stacked-static-faq/stacked-static-faq.js +3 -3
  33. package/dist/components/puck-block/faq-sections/two-column-accordion-faq/index.d.ts +6 -0
  34. package/dist/components/puck-block/faq-sections/two-column-accordion-faq/index.js +2 -0
  35. package/dist/components/puck-block/faq-sections/two-column-accordion-faq/two-column-accordion-faq.js +2 -2
  36. package/dist/components/puck-block/faq-sections/two-column-static-faq/index.d.ts +6 -0
  37. package/dist/components/puck-block/faq-sections/two-column-static-faq/index.js +2 -0
  38. package/dist/components/puck-block/feature-sections/props.d.ts +3 -3
  39. package/dist/components/puck-block/feature-sections/text-media-split/component.js +6 -6
  40. package/dist/components/puck-block/feature-sections/text-only-section/component.js +8 -8
  41. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.d.ts +226 -2
  42. package/dist/components/puck-block/footer-sections/centered-minimal-footer/index.js +34 -1
  43. package/dist/components/puck-block/footer-sections/contact-links-footer/contact-links-footer.js +2 -2
  44. package/dist/components/puck-block/footer-sections/contact-links-footer/index.d.ts +159 -2
  45. package/dist/components/puck-block/footer-sections/contact-links-footer/index.js +32 -2
  46. package/dist/components/puck-block/footer-sections/cta-links-footer/cta-links-footer.js +2 -2
  47. package/dist/components/puck-block/footer-sections/cta-links-footer/index.d.ts +114 -2
  48. package/dist/components/puck-block/footer-sections/cta-links-footer/index.js +44 -2
  49. package/dist/components/puck-block/footer-sections/props.d.ts +2 -2
  50. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.d.ts +145 -0
  51. package/dist/components/puck-block/gallery-sections/asymmetric-grid/index.js +6 -0
  52. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.d.ts +169 -0
  53. package/dist/components/puck-block/gallery-sections/fullscreen-portfolio/index.js +11 -2
  54. package/dist/components/puck-block/gallery-sections/image-carousel/image-carousel.js +6 -6
  55. package/dist/components/puck-block/gallery-sections/image-carousel/index.d.ts +145 -0
  56. package/dist/components/puck-block/gallery-sections/image-carousel/index.js +6 -0
  57. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.d.ts +163 -0
  58. package/dist/components/puck-block/gallery-sections/interactive-portfolio/index.js +9 -1
  59. package/dist/components/puck-block/gallery-sections/masonry-grid/index.d.ts +145 -0
  60. package/dist/components/puck-block/gallery-sections/masonry-grid/index.js +6 -0
  61. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.d.ts +104 -0
  62. package/dist/components/puck-block/gallery-sections/portfolio-cards/index.js +7 -3
  63. package/dist/components/puck-block/gallery-sections/portfolio-cards/portfolio-cards.js +3 -3
  64. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.d.ts +104 -0
  65. package/dist/components/puck-block/gallery-sections/portfolio-divider/index.js +7 -3
  66. package/dist/components/puck-block/gallery-sections/props.d.ts +3 -3
  67. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.d.ts +145 -0
  68. package/dist/components/puck-block/gallery-sections/scroll-parallax/index.js +7 -1
  69. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.d.ts +228 -0
  70. package/dist/components/puck-block/gallery-sections/scroll-parallax-portfolio/index.js +13 -1
  71. package/dist/components/puck-block/gallery-sections/split-carousel/index.d.ts +145 -0
  72. package/dist/components/puck-block/gallery-sections/split-carousel/index.js +6 -0
  73. package/dist/components/puck-block/gallery-sections/static-grid/index.d.ts +145 -0
  74. package/dist/components/puck-block/gallery-sections/static-grid/index.js +6 -0
  75. package/dist/components/puck-block/header-sections/centered-navbar/index.d.ts +5 -2
  76. package/dist/components/puck-block/header-sections/centered-navbar/index.js +8 -1
  77. package/dist/components/puck-block/header-sections/drawer-navbar/index.d.ts +5 -2
  78. package/dist/components/puck-block/header-sections/drawer-navbar/index.js +1 -1
  79. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.d.ts +5 -2
  80. package/dist/components/puck-block/header-sections/floating-bordered-navbar/index.js +1 -1
  81. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.d.ts +5 -2
  82. package/dist/components/puck-block/header-sections/fullscreen-overlay-navbar/index.js +1 -1
  83. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.d.ts +5 -2
  84. package/dist/components/puck-block/header-sections/mega-menu-navbar/index.js +1 -1
  85. package/dist/components/puck-block/header-sections/standard-navbar/index.d.ts +5 -2
  86. package/dist/components/puck-block/header-sections/standard-navbar/index.js +8 -1
  87. package/dist/components/puck-block/hero-sections/carousel-hero/component.d.ts +1 -6
  88. package/dist/components/puck-block/hero-sections/carousel-hero/component.js +24 -36
  89. package/dist/components/puck-block/hero-sections/carousel-hero/index.d.ts +0 -6
  90. package/dist/components/puck-block/hero-sections/carousel-hero/index.js +1 -3
  91. package/dist/components/puck-block/hero-sections/props.d.ts +2 -2
  92. package/dist/components/puck-block/hero-sections/three-image-parallax-hero/component.js +5 -5
  93. package/dist/components/puck-block/metrics-sections/center-media-stats/index.d.ts +79 -0
  94. package/dist/components/puck-block/metrics-sections/center-media-stats/index.js +2 -0
  95. package/dist/components/puck-block/metrics-sections/header-stats-row/header-stats-row.js +6 -1
  96. package/dist/components/puck-block/pricing-sections/pricing-card-grid/index.d.ts +55 -0
  97. package/dist/components/puck-block/pricing-sections/pricing-card-grid/index.js +3 -1
  98. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/component.js +7 -7
  99. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/index.d.ts +55 -0
  100. package/dist/components/puck-block/pricing-sections/pricing-comparison-table/index.js +3 -1
  101. package/dist/components/puck-block/pricing-sections/props.d.ts +2 -2
  102. package/dist/components/puck-block/pricing-sections/single-pricing-card/index.d.ts +64 -0
  103. package/dist/components/puck-block/pricing-sections/single-pricing-card/index.js +5 -1
  104. package/dist/components/puck-block/pricing-sections/split-pricing/index.d.ts +70 -0
  105. package/dist/components/puck-block/pricing-sections/split-pricing/index.js +7 -2
  106. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/index.d.ts +78 -0
  107. package/dist/components/puck-block/pricing-sections/tab-pricing-grid/index.js +13 -1
  108. package/dist/components/puck-block/pricing-sections/tab-single-pricing/index.d.ts +23 -0
  109. package/dist/components/puck-block/pricing-sections/tab-single-pricing/index.js +10 -1
  110. package/dist/components/puck-block/registry.generated.d.ts +5734 -2060
  111. package/dist/components/puck-block/registry.generated.js +14 -14
  112. package/dist/components/puck-block/showcase-sections/compact-timeline/component.js +3 -3
  113. package/dist/components/puck-block/showcase-sections/horizontal-timeline/component.js +3 -3
  114. package/dist/components/puck-block/showcase-sections/props.d.ts +2 -2
  115. package/dist/components/puck-block/showcase-sections/single-column-timeline/component.js +6 -6
  116. package/dist/components/puck-block/showcase-sections/sticky-scroll-timeline/component.js +6 -6
  117. package/dist/components/puck-block/showcase-sections/zigzag-timeline/component.js +6 -6
  118. package/dist/components/puck-block/team-sections/props.d.ts +1 -1
  119. package/dist/components/puck-block/team-sections/team-carousel/index.d.ts +25 -0
  120. package/dist/components/puck-block/team-sections/team-carousel/index.js +22 -1
  121. package/dist/components/puck-block/team-sections/team-grid/component.js +3 -3
  122. package/dist/components/puck-block/team-sections/team-grid/index.d.ts +25 -0
  123. package/dist/components/puck-block/team-sections/team-grid/index.js +22 -1
  124. package/dist/components/puck-block/team-sections/team-inline-card/index.d.ts +25 -0
  125. package/dist/components/puck-block/team-sections/team-inline-card/index.js +22 -1
  126. package/dist/components/puck-block/team-sections/team-sticky-scatter/index.d.ts +25 -0
  127. package/dist/components/puck-block/team-sections/team-sticky-scatter/index.js +22 -1
  128. package/dist/components/puck-block/team-sections/team-two-column/index.d.ts +25 -0
  129. package/dist/components/puck-block/team-sections/team-two-column/index.js +22 -1
  130. package/dist/components/puck-block/testimonial-sections/bento-testimonial/component.js +2 -2
  131. package/dist/components/puck-block/testimonial-sections/bento-testimonial/index.d.ts +3 -0
  132. package/dist/components/puck-block/testimonial-sections/bento-testimonial/index.js +6 -1
  133. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/component.js +3 -3
  134. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/index.d.ts +9 -0
  135. package/dist/components/puck-block/testimonial-sections/halfscreen-testimonial-carousel/index.js +3 -1
  136. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/index.d.ts +9 -0
  137. package/dist/components/puck-block/testimonial-sections/marquee-testimonial/index.js +3 -1
  138. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/index.d.ts +9 -0
  139. package/dist/components/puck-block/testimonial-sections/masonry-testimonial/index.js +3 -1
  140. package/dist/components/puck-block/testimonial-sections/props.d.ts +5 -5
  141. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/index.d.ts +9 -0
  142. package/dist/components/puck-block/testimonial-sections/sticky-testimonial/index.js +3 -1
  143. package/dist/components/puck-block/testimonial-sections/tab-testimonial/component.js +7 -7
  144. package/dist/components/puck-block/testimonial-sections/tab-testimonial/index.d.ts +47 -0
  145. package/dist/components/puck-block/testimonial-sections/tab-testimonial/index.js +5 -1
  146. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/component.js +6 -6
  147. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/index.d.ts +30 -0
  148. package/dist/components/puck-block/testimonial-sections/testimonial-card-grid/index.js +6 -1
  149. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/component.js +9 -9
  150. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/index.d.ts +21 -0
  151. package/dist/components/puck-block/testimonial-sections/testimonial-carousel/index.js +5 -1
  152. package/dist/components/puck-block/text-sections/blog-article/component.js +3 -3
  153. package/dist/components/puck-block/text-sections/props.d.ts +3 -3
  154. package/dist/components/puck-block/text-sections/prose-content/component.js +3 -3
  155. package/dist/components/puck-core/core/props/index.js +7 -0
  156. package/dist/components/puck-core/core/puck-fields-to-zod.d.ts +1 -0
  157. package/dist/components/puck-core/core/puck-fields-to-zod.js +21 -10
  158. package/package.json +1 -1
@@ -70,6 +70,98 @@ declare const conf: {
70
70
  };
71
71
  };
72
72
  };
73
+ buttons: {
74
+ readonly type: "array";
75
+ readonly max: 3;
76
+ readonly getItemSummary: (item: {
77
+ label?: string;
78
+ }, index?: number) => string;
79
+ readonly arrayFields: {
80
+ readonly label: {
81
+ readonly type: "text";
82
+ };
83
+ readonly action: {
84
+ type: "custom";
85
+ label: string;
86
+ render: typeof import("../../..").ActionField;
87
+ };
88
+ readonly variant: {
89
+ readonly type: "select";
90
+ readonly options: readonly [{
91
+ readonly label: "primary";
92
+ readonly value: "default";
93
+ }, {
94
+ readonly label: "secondary";
95
+ readonly value: "secondary";
96
+ }, {
97
+ readonly label: "outline";
98
+ readonly value: "outline";
99
+ }, {
100
+ readonly label: "ghost";
101
+ readonly value: "ghost";
102
+ }, {
103
+ readonly label: "link";
104
+ readonly value: "link";
105
+ }, {
106
+ readonly label: "destructive";
107
+ readonly value: "destructive";
108
+ }];
109
+ };
110
+ readonly size: {
111
+ readonly type: "select";
112
+ readonly options: readonly [{
113
+ readonly label: "default";
114
+ readonly value: "default";
115
+ }, {
116
+ readonly label: "sm";
117
+ readonly value: "sm";
118
+ }, {
119
+ readonly label: "lg";
120
+ readonly value: "lg";
121
+ }, {
122
+ readonly label: "icon";
123
+ readonly value: "icon";
124
+ }];
125
+ };
126
+ readonly icon: {
127
+ type: "custom";
128
+ render: typeof import("../../../puck-core/fields/icon-picker-field").IconPickerField;
129
+ };
130
+ };
131
+ readonly defaultItemProps: {
132
+ readonly label: "Button";
133
+ readonly action: {
134
+ readonly type: "page";
135
+ readonly pageUrl: "";
136
+ readonly externalUrl: "";
137
+ readonly openInNewTab: "false";
138
+ readonly email: "";
139
+ readonly subject: "";
140
+ readonly phone: "";
141
+ readonly sectionId: "";
142
+ readonly downloadUrl: "";
143
+ };
144
+ readonly variant: "default";
145
+ readonly size: "default";
146
+ readonly icon: "none";
147
+ };
148
+ readonly ai: {
149
+ readonly instructions: "Buttons must use the same size";
150
+ };
151
+ };
152
+ media: {
153
+ type: "object";
154
+ objectFields: {
155
+ src: import("@puckeditor/core").Field<string>;
156
+ alt: {
157
+ type: "text";
158
+ };
159
+ };
160
+ };
161
+ locations: {
162
+ type: string;
163
+ arrayFields: {};
164
+ };
73
165
  contacts: {
74
166
  type: string;
75
167
  max: number;
@@ -86,6 +178,18 @@ declare const conf: {
86
178
  description: {
87
179
  type: string;
88
180
  };
181
+ link: {
182
+ type: string;
183
+ objectFields: {
184
+ label: {
185
+ type: string;
186
+ };
187
+ action: {
188
+ type: string;
189
+ label: string;
190
+ };
191
+ };
192
+ };
89
193
  };
90
194
  };
91
195
  styles: {
@@ -1,6 +1,7 @@
1
1
  import { HeaderFormCards, HeaderFormCardsDefaults } from "./header-form-cards.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
- import { buttonField } from "../../../puck-core/core/props/interactive.js";
3
+ import { buttonsField, buttonField } from "../../../puck-core/core/props/interactive.js";
4
+ import { mediaField } from "../../../puck-core/core/props/media.js";
4
5
  import { contactStyleFields } from "../props.js";
5
6
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
6
7
  const conf = {
@@ -9,6 +10,9 @@ const conf = {
9
10
  heading: headingField,
10
11
  description: descriptionField,
11
12
  button: buttonField,
13
+ buttons: buttonsField,
14
+ media: mediaField,
15
+ locations: { type: "array", arrayFields: {} },
12
16
  contacts: {
13
17
  type: "array",
14
18
  max: 6,
@@ -16,7 +20,14 @@ const conf = {
16
20
  arrayFields: {
17
21
  icon: { type: "text" },
18
22
  title: { type: "text" },
19
- description: { type: "textarea" }
23
+ description: { type: "textarea" },
24
+ link: {
25
+ type: "object",
26
+ objectFields: {
27
+ label: { type: "text" },
28
+ action: { type: "custom", label: "action" }
29
+ }
30
+ }
20
31
  }
21
32
  },
22
33
  styles: {
@@ -15,6 +15,140 @@ declare const conf: {
15
15
  readonly type: "textarea";
16
16
  readonly contentEditable: true;
17
17
  };
18
+ button: {
19
+ readonly type: "object";
20
+ readonly objectFields: {
21
+ readonly label: {
22
+ readonly type: "text";
23
+ };
24
+ readonly action: {
25
+ type: "custom";
26
+ label: string;
27
+ render: typeof import("../../..").ActionField;
28
+ };
29
+ readonly variant: {
30
+ readonly type: "select";
31
+ readonly options: readonly [{
32
+ readonly label: "primary";
33
+ readonly value: "default";
34
+ }, {
35
+ readonly label: "secondary";
36
+ readonly value: "secondary";
37
+ }, {
38
+ readonly label: "outline";
39
+ readonly value: "outline";
40
+ }, {
41
+ readonly label: "ghost";
42
+ readonly value: "ghost";
43
+ }, {
44
+ readonly label: "link";
45
+ readonly value: "link";
46
+ }, {
47
+ readonly label: "destructive";
48
+ readonly value: "destructive";
49
+ }];
50
+ };
51
+ readonly size: {
52
+ readonly type: "select";
53
+ readonly options: readonly [{
54
+ readonly label: "default";
55
+ readonly value: "default";
56
+ }, {
57
+ readonly label: "sm";
58
+ readonly value: "sm";
59
+ }, {
60
+ readonly label: "lg";
61
+ readonly value: "lg";
62
+ }, {
63
+ readonly label: "icon";
64
+ readonly value: "icon";
65
+ }];
66
+ };
67
+ readonly icon: {
68
+ type: "custom";
69
+ render: typeof import("../../../puck-core/fields/icon-picker-field").IconPickerField;
70
+ };
71
+ };
72
+ };
73
+ buttons: {
74
+ readonly type: "array";
75
+ readonly max: 3;
76
+ readonly getItemSummary: (item: {
77
+ label?: string;
78
+ }, index?: number) => string;
79
+ readonly arrayFields: {
80
+ readonly label: {
81
+ readonly type: "text";
82
+ };
83
+ readonly action: {
84
+ type: "custom";
85
+ label: string;
86
+ render: typeof import("../../..").ActionField;
87
+ };
88
+ readonly variant: {
89
+ readonly type: "select";
90
+ readonly options: readonly [{
91
+ readonly label: "primary";
92
+ readonly value: "default";
93
+ }, {
94
+ readonly label: "secondary";
95
+ readonly value: "secondary";
96
+ }, {
97
+ readonly label: "outline";
98
+ readonly value: "outline";
99
+ }, {
100
+ readonly label: "ghost";
101
+ readonly value: "ghost";
102
+ }, {
103
+ readonly label: "link";
104
+ readonly value: "link";
105
+ }, {
106
+ readonly label: "destructive";
107
+ readonly value: "destructive";
108
+ }];
109
+ };
110
+ readonly size: {
111
+ readonly type: "select";
112
+ readonly options: readonly [{
113
+ readonly label: "default";
114
+ readonly value: "default";
115
+ }, {
116
+ readonly label: "sm";
117
+ readonly value: "sm";
118
+ }, {
119
+ readonly label: "lg";
120
+ readonly value: "lg";
121
+ }, {
122
+ readonly label: "icon";
123
+ readonly value: "icon";
124
+ }];
125
+ };
126
+ readonly icon: {
127
+ type: "custom";
128
+ render: typeof import("../../../puck-core/fields/icon-picker-field").IconPickerField;
129
+ };
130
+ };
131
+ readonly defaultItemProps: {
132
+ readonly label: "Button";
133
+ readonly action: {
134
+ readonly type: "page";
135
+ readonly pageUrl: "";
136
+ readonly externalUrl: "";
137
+ readonly openInNewTab: "false";
138
+ readonly email: "";
139
+ readonly subject: "";
140
+ readonly phone: "";
141
+ readonly sectionId: "";
142
+ readonly downloadUrl: "";
143
+ };
144
+ readonly variant: "default";
145
+ readonly size: "default";
146
+ readonly icon: "none";
147
+ };
148
+ readonly ai: {
149
+ readonly instructions: "Buttons must use the same size";
150
+ };
151
+ };
18
152
  media: {
19
153
  type: "object";
20
154
  objectFields: {
@@ -24,6 +158,10 @@ declare const conf: {
24
158
  };
25
159
  };
26
160
  };
161
+ locations: {
162
+ type: string;
163
+ arrayFields: {};
164
+ };
27
165
  contacts: {
28
166
  type: string;
29
167
  max: number;
@@ -40,6 +178,18 @@ declare const conf: {
40
178
  description: {
41
179
  type: string;
42
180
  };
181
+ link: {
182
+ type: string;
183
+ objectFields: {
184
+ label: {
185
+ type: string;
186
+ };
187
+ action: {
188
+ type: string;
189
+ label: string;
190
+ };
191
+ };
192
+ };
43
193
  };
44
194
  };
45
195
  styles: {
@@ -1,5 +1,6 @@
1
1
  import { HeaderInfoFullwidth, HeaderInfoFullwidthDefaults } from "./header-info-fullwidth.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
+ import { buttonsField, buttonField } from "../../../puck-core/core/props/interactive.js";
3
4
  import { mediaField } from "../../../puck-core/core/props/media.js";
4
5
  import { contactStyleFields } from "../props.js";
5
6
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
@@ -8,7 +9,10 @@ const conf = {
8
9
  tagline: { type: "text" },
9
10
  heading: headingField,
10
11
  description: descriptionField,
12
+ button: buttonField,
13
+ buttons: buttonsField,
11
14
  media: mediaField,
15
+ locations: { type: "array", arrayFields: {} },
12
16
  contacts: {
13
17
  type: "array",
14
18
  max: 6,
@@ -16,7 +20,14 @@ const conf = {
16
20
  arrayFields: {
17
21
  icon: { type: "text" },
18
22
  title: { type: "text" },
19
- description: { type: "textarea" }
23
+ description: { type: "textarea" },
24
+ link: {
25
+ type: "object",
26
+ objectFields: {
27
+ label: { type: "text" },
28
+ action: { type: "custom", label: "action" }
29
+ }
30
+ }
20
31
  }
21
32
  },
22
33
  styles: {
@@ -15,6 +15,140 @@ declare const conf: {
15
15
  readonly type: "textarea";
16
16
  readonly contentEditable: true;
17
17
  };
18
+ button: {
19
+ readonly type: "object";
20
+ readonly objectFields: {
21
+ readonly label: {
22
+ readonly type: "text";
23
+ };
24
+ readonly action: {
25
+ type: "custom";
26
+ label: string;
27
+ render: typeof import("../../..").ActionField;
28
+ };
29
+ readonly variant: {
30
+ readonly type: "select";
31
+ readonly options: readonly [{
32
+ readonly label: "primary";
33
+ readonly value: "default";
34
+ }, {
35
+ readonly label: "secondary";
36
+ readonly value: "secondary";
37
+ }, {
38
+ readonly label: "outline";
39
+ readonly value: "outline";
40
+ }, {
41
+ readonly label: "ghost";
42
+ readonly value: "ghost";
43
+ }, {
44
+ readonly label: "link";
45
+ readonly value: "link";
46
+ }, {
47
+ readonly label: "destructive";
48
+ readonly value: "destructive";
49
+ }];
50
+ };
51
+ readonly size: {
52
+ readonly type: "select";
53
+ readonly options: readonly [{
54
+ readonly label: "default";
55
+ readonly value: "default";
56
+ }, {
57
+ readonly label: "sm";
58
+ readonly value: "sm";
59
+ }, {
60
+ readonly label: "lg";
61
+ readonly value: "lg";
62
+ }, {
63
+ readonly label: "icon";
64
+ readonly value: "icon";
65
+ }];
66
+ };
67
+ readonly icon: {
68
+ type: "custom";
69
+ render: typeof import("../../../puck-core/fields/icon-picker-field").IconPickerField;
70
+ };
71
+ };
72
+ };
73
+ buttons: {
74
+ readonly type: "array";
75
+ readonly max: 3;
76
+ readonly getItemSummary: (item: {
77
+ label?: string;
78
+ }, index?: number) => string;
79
+ readonly arrayFields: {
80
+ readonly label: {
81
+ readonly type: "text";
82
+ };
83
+ readonly action: {
84
+ type: "custom";
85
+ label: string;
86
+ render: typeof import("../../..").ActionField;
87
+ };
88
+ readonly variant: {
89
+ readonly type: "select";
90
+ readonly options: readonly [{
91
+ readonly label: "primary";
92
+ readonly value: "default";
93
+ }, {
94
+ readonly label: "secondary";
95
+ readonly value: "secondary";
96
+ }, {
97
+ readonly label: "outline";
98
+ readonly value: "outline";
99
+ }, {
100
+ readonly label: "ghost";
101
+ readonly value: "ghost";
102
+ }, {
103
+ readonly label: "link";
104
+ readonly value: "link";
105
+ }, {
106
+ readonly label: "destructive";
107
+ readonly value: "destructive";
108
+ }];
109
+ };
110
+ readonly size: {
111
+ readonly type: "select";
112
+ readonly options: readonly [{
113
+ readonly label: "default";
114
+ readonly value: "default";
115
+ }, {
116
+ readonly label: "sm";
117
+ readonly value: "sm";
118
+ }, {
119
+ readonly label: "lg";
120
+ readonly value: "lg";
121
+ }, {
122
+ readonly label: "icon";
123
+ readonly value: "icon";
124
+ }];
125
+ };
126
+ readonly icon: {
127
+ type: "custom";
128
+ render: typeof import("../../../puck-core/fields/icon-picker-field").IconPickerField;
129
+ };
130
+ };
131
+ readonly defaultItemProps: {
132
+ readonly label: "Button";
133
+ readonly action: {
134
+ readonly type: "page";
135
+ readonly pageUrl: "";
136
+ readonly externalUrl: "";
137
+ readonly openInNewTab: "false";
138
+ readonly email: "";
139
+ readonly subject: "";
140
+ readonly phone: "";
141
+ readonly sectionId: "";
142
+ readonly downloadUrl: "";
143
+ };
144
+ readonly variant: "default";
145
+ readonly size: "default";
146
+ readonly icon: "none";
147
+ };
148
+ readonly ai: {
149
+ readonly instructions: "Buttons must use the same size";
150
+ };
151
+ };
18
152
  media: {
19
153
  type: "object";
20
154
  objectFields: {
@@ -24,6 +158,10 @@ declare const conf: {
24
158
  };
25
159
  };
26
160
  };
161
+ locations: {
162
+ type: string;
163
+ arrayFields: {};
164
+ };
27
165
  contacts: {
28
166
  type: string;
29
167
  max: number;
@@ -40,6 +178,18 @@ declare const conf: {
40
178
  description: {
41
179
  type: string;
42
180
  };
181
+ link: {
182
+ type: string;
183
+ objectFields: {
184
+ label: {
185
+ type: string;
186
+ };
187
+ action: {
188
+ type: string;
189
+ label: string;
190
+ };
191
+ };
192
+ };
43
193
  };
44
194
  };
45
195
  styles: {
@@ -1,5 +1,6 @@
1
1
  import { InfoCardsMedia, InfoCardsMediaDefaults } from "./info-cards-media.js";
2
2
  import { descriptionField, headingField } from "../../../puck-core/core/props/content.js";
3
+ import { buttonsField, buttonField } from "../../../puck-core/core/props/interactive.js";
3
4
  import { mediaField } from "../../../puck-core/core/props/media.js";
4
5
  import { contactStyleFields } from "../props.js";
5
6
  import { sectionWrapperFields } from "../../../puck-core/section-wrapper.js";
@@ -8,7 +9,10 @@ const conf = {
8
9
  tagline: { type: "text" },
9
10
  heading: headingField,
10
11
  description: descriptionField,
12
+ button: buttonField,
13
+ buttons: buttonsField,
11
14
  media: mediaField,
15
+ locations: { type: "array", arrayFields: {} },
12
16
  contacts: {
13
17
  type: "array",
14
18
  max: 6,
@@ -16,7 +20,14 @@ const conf = {
16
20
  arrayFields: {
17
21
  icon: { type: "text" },
18
22
  title: { type: "text" },
19
- description: { type: "textarea" }
23
+ description: { type: "textarea" },
24
+ link: {
25
+ type: "object",
26
+ objectFields: {
27
+ label: { type: "text" },
28
+ action: { type: "custom", label: "action" }
29
+ }
30
+ }
20
31
  }
21
32
  },
22
33
  styles: {