@riverbankcms/sdk 0.60.16 → 0.62.4

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 (232) hide show
  1. package/dist/_dts/api/src/accessAdmin.d.ts +7 -0
  2. package/dist/_dts/api/src/bookingClosures.d.ts +106 -0
  3. package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +59 -1
  4. package/dist/_dts/api/src/bookingRecords.d.ts +101 -4
  5. package/dist/_dts/api/src/bookings.d.ts +2 -1
  6. package/dist/_dts/api/src/calendar.d.ts +11 -1
  7. package/dist/_dts/api/src/contentRuntime.d.ts +2 -0
  8. package/dist/_dts/api/src/contentVersionHistory.d.ts +52 -0
  9. package/dist/_dts/api/src/contentVersionHistoryClient.d.ts +45 -0
  10. package/dist/_dts/api/src/endpoints.d.ts +206 -6
  11. package/dist/_dts/api/src/index.d.ts +9 -2
  12. package/dist/_dts/api/src/participantMessaging.d.ts +113 -0
  13. package/dist/_dts/api/src/siteManagementEndpoints.d.ts +31 -7
  14. package/dist/_dts/api/src/siteMembers.d.ts +10 -1
  15. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +76 -51
  16. package/dist/_dts/api/src/types.d.ts +3 -1
  17. package/dist/_dts/api/src/url.d.ts +3 -3
  18. package/dist/_dts/blocks/src/bindings/index.d.ts +2 -2
  19. package/dist/_dts/blocks/src/index.d.ts +66 -62
  20. package/dist/_dts/blocks/src/lib/media.d.ts +60 -0
  21. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +2 -2
  22. package/dist/_dts/blocks/src/system/blocks/audio-player.d.ts +2 -2
  23. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +2 -2
  24. package/dist/_dts/blocks/src/system/blocks/blog-post.d.ts +0 -21
  25. package/dist/_dts/blocks/src/system/blocks/body-text.d.ts +2 -6
  26. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +2 -2
  27. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +2 -2
  28. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +0 -10
  29. package/dist/_dts/blocks/src/system/blocks/columns.d.ts +0 -10
  30. package/dist/_dts/blocks/src/system/blocks/course-details.d.ts +0 -20
  31. package/dist/_dts/blocks/src/system/blocks/course-registration.d.ts +0 -20
  32. package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +15 -15
  33. package/dist/_dts/blocks/src/system/blocks/cta-full.d.ts +5 -10
  34. package/dist/_dts/blocks/src/system/blocks/embed.d.ts +0 -11
  35. package/dist/_dts/blocks/src/system/blocks/event-details.d.ts +0 -20
  36. package/dist/_dts/blocks/src/system/blocks/event-registration.d.ts +0 -20
  37. package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +43 -27
  38. package/dist/_dts/blocks/src/system/blocks/events/event-listing.d.ts +24 -15
  39. package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +2 -2
  40. package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +132 -12
  41. package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +3 -2
  42. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +2 -10
  43. package/dist/_dts/blocks/src/system/blocks/file-download.d.ts +2 -2
  44. package/dist/_dts/blocks/src/system/blocks/form.d.ts +2 -24
  45. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +2 -2
  46. package/dist/_dts/blocks/src/system/blocks/hero.d.ts +2 -3
  47. package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +2 -2
  48. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +0 -13
  49. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +17 -17
  50. package/dist/_dts/blocks/src/system/blocks/newsletter-signup.d.ts +2 -10
  51. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +2 -2
  52. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +2 -2
  53. package/dist/_dts/blocks/src/system/blocks/shared/bookingPaymentTerms.d.ts +9 -9
  54. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +2 -2
  55. package/dist/_dts/blocks/src/system/blocks/single-button.d.ts +16 -15
  56. package/dist/_dts/blocks/src/system/blocks/site-footer.d.ts +2 -6
  57. package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +0 -11
  58. package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -3
  59. package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +2 -2
  60. package/dist/_dts/blocks/src/system/blocks/video-grid.d.ts +2 -2
  61. package/dist/_dts/blocks/src/system/constants/events.d.ts +18 -0
  62. package/dist/_dts/blocks/src/system/customize/facets.d.ts +105 -0
  63. package/dist/_dts/blocks/src/system/defineBlock.d.ts +29 -5
  64. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +2 -1
  65. package/dist/_dts/blocks/src/system/fragments/library/blogFeaturedPost.d.ts +0 -24
  66. package/dist/_dts/blocks/src/system/fragments/library/bodyCopy.d.ts +0 -4
  67. package/dist/_dts/blocks/src/system/fragments/library/bookingForm.d.ts +0 -4
  68. package/dist/_dts/blocks/src/system/fragments/library/card.d.ts +0 -6
  69. package/dist/_dts/blocks/src/system/fragments/library/columnContent.d.ts +0 -6
  70. package/dist/_dts/blocks/src/system/fragments/library/ctaCopy.d.ts +0 -4
  71. package/dist/_dts/blocks/src/system/fragments/library/ctaRow.d.ts +0 -4
  72. package/dist/_dts/blocks/src/system/fragments/library/faqAccordion.d.ts +0 -4
  73. package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +0 -4
  74. package/dist/_dts/blocks/src/system/fragments/library/feedbackCallout.d.ts +0 -6
  75. package/dist/_dts/blocks/src/system/fragments/library/footerBottomText.d.ts +0 -4
  76. package/dist/_dts/blocks/src/system/fragments/library/formCopy.d.ts +0 -4
  77. package/dist/_dts/blocks/src/system/fragments/library/formEmbed.d.ts +0 -18
  78. package/dist/_dts/blocks/src/system/fragments/library/headerCta.d.ts +0 -4
  79. package/dist/_dts/blocks/src/system/fragments/library/heading.d.ts +0 -6
  80. package/dist/_dts/blocks/src/system/fragments/library/heroCopy.d.ts +0 -4
  81. package/dist/_dts/blocks/src/system/fragments/library/heroCtaRow.d.ts +0 -4
  82. package/dist/_dts/blocks/src/system/fragments/library/heroLayoutControls.d.ts +0 -4
  83. package/dist/_dts/blocks/src/system/fragments/library/image.d.ts +0 -6
  84. package/dist/_dts/blocks/src/system/fragments/library/newsletterCopy.d.ts +0 -4
  85. package/dist/_dts/blocks/src/system/fragments/library/newsletterForm.d.ts +0 -4
  86. package/dist/_dts/blocks/src/system/fragments/library/quote.d.ts +0 -6
  87. package/dist/_dts/blocks/src/system/fragments/library/richText.d.ts +0 -6
  88. package/dist/_dts/blocks/src/system/fragments/library/sectionState.d.ts +0 -6
  89. package/dist/_dts/blocks/src/system/fragments/library/singleButton.d.ts +0 -4
  90. package/dist/_dts/blocks/src/system/fragments/library/spinner.d.ts +0 -5
  91. package/dist/_dts/blocks/src/system/fragments/library/teamMember.d.ts +0 -6
  92. package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +0 -31
  93. package/dist/_dts/blocks/src/system/fragments/library/testimonialsHeading.d.ts +0 -4
  94. package/dist/_dts/blocks/src/system/fragments/library/videoEmbed.d.ts +0 -6
  95. package/dist/_dts/blocks/src/system/fragments/types.d.ts +11 -3
  96. package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +4 -0
  97. package/dist/_dts/blocks/src/system/index.d.ts +1 -0
  98. package/dist/_dts/blocks/src/system/manifest/derivedContent.d.ts +3 -3
  99. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +10 -10
  100. package/dist/_dts/blocks/src/system/media/constrainedVideoMedia.d.ts +13 -0
  101. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +6 -0
  102. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -0
  103. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +4 -0
  104. package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +1 -0
  105. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.client.state.d.ts +12 -0
  106. package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +7 -0
  107. package/dist/_dts/blocks/src/system/runtime/shared/components/FieldValidationMessage.d.ts +19 -0
  108. package/dist/_dts/blocks/src/system/runtime/shared/components/TerminalPanel.d.ts +8 -2
  109. package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +3 -1
  110. package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +2 -2
  111. package/dist/_dts/blocks/src/system/transforms/registry/_utils/themeColorResolution.d.ts +7 -0
  112. package/dist/_dts/content-editor/src/hooks/useDebouncedLatestSave.d.ts +24 -0
  113. package/dist/_dts/content-editor/src/index.d.ts +1 -0
  114. package/dist/_dts/content-editor/src/ui/stores/autosaveStore.d.ts +1 -0
  115. package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -0
  116. package/dist/_dts/content-model/src/contentManifest.d.ts +2 -2
  117. package/dist/_dts/content-model/src/referenceFields.d.ts +7 -1
  118. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +242 -6
  119. package/dist/_dts/db/src/schemas/forms.d.ts +1 -0
  120. package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +2 -0
  121. package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +3 -2
  122. package/dist/_dts/editor-blocks/src/widgets/entry-picker/loaders.d.ts +2 -1
  123. package/dist/_dts/editor-blocks/src/widgets/entry-picker/types.d.ts +2 -1
  124. package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +2 -1
  125. package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +2 -1
  126. package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +2 -1
  127. package/dist/_dts/editor-blocks/src/widgets/link/loaders.d.ts +2 -1
  128. package/dist/_dts/editor-blocks/src/widgets/link/types.d.ts +3 -2
  129. package/dist/_dts/editor-blocks/src/widgets/reference/dynamicAdapters.d.ts +9 -0
  130. package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +5 -1
  131. package/dist/_dts/media-core/src/index.d.ts +1 -0
  132. package/dist/_dts/media-core/src/videoSlotPolicy.d.ts +38 -0
  133. package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -1
  134. package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +7 -0
  135. package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +2 -1
  136. package/dist/_dts/preview-next/src/client/blocks/composer/composePageFromBlocks.d.ts +2 -1
  137. package/dist/_dts/preview-next/src/client/blocks/composer/index.d.ts +2 -2
  138. package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -1
  139. package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +31 -8
  140. package/dist/_dts/preview-next/src/client/blocks/customizeFacetControls.d.ts +9 -0
  141. package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +6 -5
  142. package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +14 -0
  143. package/dist/_dts/preview-next/src/client/blocks/previewProjection/aiProposalProjection.d.ts +7 -0
  144. package/dist/_dts/preview-next/src/client/blocks/previewProjection/applyPreviewProjections.d.ts +7 -0
  145. package/dist/_dts/preview-next/src/client/blocks/previewProjection/index.d.ts +4 -0
  146. package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +5 -0
  147. package/dist/_dts/preview-next/src/client/blocks/previewProjection/types.d.ts +72 -0
  148. package/dist/_dts/preview-next/src/client/index.d.ts +1 -1
  149. package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +8 -5
  150. package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +2 -1
  151. package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +11 -1
  152. package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +9 -5
  153. package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +6 -1
  154. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +13 -2
  155. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +7 -1
  156. package/dist/_dts/preview-next/src/client/preview/previewCustomizeControlStyles.d.ts +1 -0
  157. package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +7 -3
  158. package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +9 -1
  159. package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +13 -0
  160. package/dist/_dts/preview-next/src/client/preview/sidebarTabPreference.d.ts +8 -2
  161. package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +49 -0
  162. package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +1 -1
  163. package/dist/_dts/sdk/src/contracts/content.d.ts +10 -0
  164. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +1 -1
  165. package/dist/_dts/sdk/src/manifest/prompt/examples/features-grid.d.ts +1 -1
  166. package/dist/_dts/sdk/src/manifest/prompt/examples/pricing.d.ts +5 -5
  167. package/dist/_dts/sdk/src/public-api/contracts.d.ts +3 -1
  168. package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +1 -0
  169. package/dist/_dts/sdk/src/version.d.ts +1 -1
  170. package/dist/_dts/surfaces/src/index.d.ts +1 -0
  171. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  172. package/dist/_dts/theme-core/src/index.d.ts +1 -0
  173. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +3 -0
  174. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +2 -21
  175. package/dist/_dts/theme-core/src/schema.d.ts +25 -0
  176. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +451 -0
  177. package/dist/_dts/theme-core/src/site-styles/appearancePresetResolution.d.ts +12 -0
  178. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +61 -0
  179. package/dist/_dts/theme-core/src/site-styles/appearancePresets.d.ts +5 -563
  180. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +448 -0
  181. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +30 -0
  182. package/dist/_dts/theme-core/src/site-styles/customizableSurfaces.d.ts +94 -0
  183. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +12 -0
  184. package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +59 -0
  185. package/dist/_dts/theme-core/src/site-styles/generatedDesignPipeline.d.ts +4 -0
  186. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +2 -0
  187. package/dist/_dts/theme-core/src/site-styles/headerCtaVariants.d.ts +3 -0
  188. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +155 -0
  189. package/dist/_dts/theme-core/src/site-styles/headerOpeningSection.d.ts +15 -0
  190. package/dist/_dts/theme-core/src/site-styles/index.d.ts +6 -0
  191. package/dist/_dts/theme-core/src/site-styles/pageDesignAuthority.d.ts +7 -0
  192. package/dist/_dts/theme-core/src/site-styles/pageDesignEditorModel.d.ts +25 -0
  193. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +15 -1
  194. package/dist/_dts/theme-core/src/site-styles/records.d.ts +1 -0
  195. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +8 -0
  196. package/dist/_dts/theme-core/src/site-styles/siteStyleBlockPolicies.d.ts +96 -0
  197. package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +6 -6
  198. package/dist/_dts/theme-core/src/site-styles/types.d.ts +23 -5
  199. package/dist/_dts/theme-core/src/siteChrome.d.ts +53 -0
  200. package/dist/_dts/theme-core/src/tokens/colorTokenParts.d.ts +13 -0
  201. package/dist/_dts/theme-core/src/tokens/index.d.ts +2 -0
  202. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +29 -0
  203. package/dist/_dts/theme-core/src/utils/tokenOrColor.d.ts +27 -1
  204. package/dist/cli/index.mjs +5149 -3635
  205. package/dist/client/bookings.mjs +711 -560
  206. package/dist/client/client.mjs +10110 -8168
  207. package/dist/client/hooks.mjs +3861 -2739
  208. package/dist/client/rendering/client.mjs +8606 -7009
  209. package/dist/client/rendering/islands.mjs +25202 -23768
  210. package/dist/client/rendering.mjs +10661 -8713
  211. package/dist/preview-next/before-render.mjs +256 -6
  212. package/dist/preview-next/client/runtime.mjs +7700 -4016
  213. package/dist/preview-next/editor-base.css +31 -0
  214. package/dist/preview-next/middleware.mjs +267 -6
  215. package/dist/server/components.mjs +4501 -3270
  216. package/dist/server/config-validation.mjs +4089 -2967
  217. package/dist/server/config.mjs +4089 -2967
  218. package/dist/server/data.mjs +3861 -2739
  219. package/dist/server/index.mjs +322 -24
  220. package/dist/server/next.mjs +4274 -3041
  221. package/dist/server/page-converter.mjs +3520 -2717
  222. package/dist/server/prebuild.mjs +1 -1
  223. package/dist/server/rendering/server.mjs +4500 -3270
  224. package/dist/server/rendering.mjs +4526 -3291
  225. package/dist/server/routing.mjs +4006 -2723
  226. package/dist/server/server.mjs +3897 -2772
  227. package/dist/server/theme-bridge.mjs +1435 -788
  228. package/dist/server/theme.mjs +628 -497
  229. package/dist/styles/index.css +61 -9
  230. package/package.json +1 -1
  231. package/dist/_dts/blocks/src/system/transforms/registry/_utils/colorResolution.d.ts +0 -13
  232. package/dist/_dts/preview-next/src/client/blocks/overlay.d.ts +0 -30
@@ -18,6 +18,16 @@ export declare const mediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
18
18
  height: z.ZodOptional<z.ZodNumber>;
19
19
  storageBucket: z.ZodOptional<z.ZodString>;
20
20
  storagePath: z.ZodOptional<z.ZodString>;
21
+ poster: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
22
+ tag: z.ZodLiteral<"storage">;
23
+ assetId: z.ZodOptional<z.ZodString>;
24
+ storageBucket: z.ZodString;
25
+ storagePath: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ tag: z.ZodLiteral<"external-src">;
28
+ assetId: z.ZodOptional<z.ZodString>;
29
+ src: z.ZodString;
30
+ }, z.core.$strip>], "tag">>;
21
31
  transform: z.ZodOptional<z.ZodObject<{
22
32
  aspectCrops: z.ZodOptional<z.ZodPipe<z.ZodTransform<object | undefined, unknown>, z.ZodRecord<z.ZodString, z.ZodCatch<z.ZodObject<{
23
33
  aspect: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
@@ -51,6 +61,16 @@ export declare const mediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
51
61
  height: z.ZodOptional<z.ZodNumber>;
52
62
  storageBucket: z.ZodOptional<z.ZodString>;
53
63
  storagePath: z.ZodOptional<z.ZodString>;
64
+ poster: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
65
+ tag: z.ZodLiteral<"storage">;
66
+ assetId: z.ZodOptional<z.ZodString>;
67
+ storageBucket: z.ZodString;
68
+ storagePath: z.ZodString;
69
+ }, z.core.$strip>, z.ZodObject<{
70
+ tag: z.ZodLiteral<"external-src">;
71
+ assetId: z.ZodOptional<z.ZodString>;
72
+ src: z.ZodString;
73
+ }, z.core.$strip>], "tag">>;
54
74
  transform: z.ZodOptional<z.ZodObject<{
55
75
  aspectCrops: z.ZodOptional<z.ZodPipe<z.ZodTransform<object | undefined, unknown>, z.ZodRecord<z.ZodString, z.ZodCatch<z.ZodObject<{
56
76
  aspect: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
@@ -84,6 +104,16 @@ export declare const mediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
84
104
  height: z.ZodOptional<z.ZodNumber>;
85
105
  storageBucket: z.ZodOptional<z.ZodString>;
86
106
  storagePath: z.ZodOptional<z.ZodString>;
107
+ poster: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
108
+ tag: z.ZodLiteral<"storage">;
109
+ assetId: z.ZodOptional<z.ZodString>;
110
+ storageBucket: z.ZodString;
111
+ storagePath: z.ZodString;
112
+ }, z.core.$strip>, z.ZodObject<{
113
+ tag: z.ZodLiteral<"external-src">;
114
+ assetId: z.ZodOptional<z.ZodString>;
115
+ src: z.ZodString;
116
+ }, z.core.$strip>], "tag">>;
87
117
  transform: z.ZodOptional<z.ZodObject<{
88
118
  aspectCrops: z.ZodOptional<z.ZodPipe<z.ZodTransform<object | undefined, unknown>, z.ZodRecord<z.ZodString, z.ZodCatch<z.ZodObject<{
89
119
  aspect: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
@@ -117,6 +147,16 @@ export declare const mediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
117
147
  height: z.ZodOptional<z.ZodNumber>;
118
148
  storageBucket: z.ZodOptional<z.ZodString>;
119
149
  storagePath: z.ZodOptional<z.ZodString>;
150
+ poster: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
151
+ tag: z.ZodLiteral<"storage">;
152
+ assetId: z.ZodOptional<z.ZodString>;
153
+ storageBucket: z.ZodString;
154
+ storagePath: z.ZodString;
155
+ }, z.core.$strip>, z.ZodObject<{
156
+ tag: z.ZodLiteral<"external-src">;
157
+ assetId: z.ZodOptional<z.ZodString>;
158
+ src: z.ZodString;
159
+ }, z.core.$strip>], "tag">>;
120
160
  transform: z.ZodOptional<z.ZodObject<{
121
161
  aspectCrops: z.ZodOptional<z.ZodPipe<z.ZodTransform<object | undefined, unknown>, z.ZodRecord<z.ZodString, z.ZodCatch<z.ZodObject<{
122
162
  aspect: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
@@ -150,6 +190,16 @@ export declare const mediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
150
190
  height: z.ZodOptional<z.ZodNumber>;
151
191
  storageBucket: z.ZodOptional<z.ZodString>;
152
192
  storagePath: z.ZodOptional<z.ZodString>;
193
+ poster: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
194
+ tag: z.ZodLiteral<"storage">;
195
+ assetId: z.ZodOptional<z.ZodString>;
196
+ storageBucket: z.ZodString;
197
+ storagePath: z.ZodString;
198
+ }, z.core.$strip>, z.ZodObject<{
199
+ tag: z.ZodLiteral<"external-src">;
200
+ assetId: z.ZodOptional<z.ZodString>;
201
+ src: z.ZodString;
202
+ }, z.core.$strip>], "tag">>;
153
203
  transform: z.ZodOptional<z.ZodObject<{
154
204
  aspectCrops: z.ZodOptional<z.ZodPipe<z.ZodTransform<object | undefined, unknown>, z.ZodRecord<z.ZodString, z.ZodCatch<z.ZodObject<{
155
205
  aspect: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
@@ -183,6 +233,16 @@ export declare const mediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
183
233
  height: z.ZodOptional<z.ZodNumber>;
184
234
  storageBucket: z.ZodOptional<z.ZodString>;
185
235
  storagePath: z.ZodOptional<z.ZodString>;
236
+ poster: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
237
+ tag: z.ZodLiteral<"storage">;
238
+ assetId: z.ZodOptional<z.ZodString>;
239
+ storageBucket: z.ZodString;
240
+ storagePath: z.ZodString;
241
+ }, z.core.$strip>, z.ZodObject<{
242
+ tag: z.ZodLiteral<"external-src">;
243
+ assetId: z.ZodOptional<z.ZodString>;
244
+ src: z.ZodString;
245
+ }, z.core.$strip>], "tag">>;
186
246
  transform: z.ZodOptional<z.ZodObject<{
187
247
  aspectCrops: z.ZodOptional<z.ZodPipe<z.ZodTransform<object | undefined, unknown>, z.ZodRecord<z.ZodString, z.ZodCatch<z.ZodObject<{
188
248
  aspect: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
@@ -17,7 +17,7 @@ import { type SectionStylesContent } from "../fields/boxStyles";
17
17
  * The block no longer uses fragment composition - instead it dynamically
18
18
  * loads the booking form definition and renders its fields.
19
19
  */
20
- export declare const appointmentBookingManifest: import("..").DefinedBlockManifest<{
20
+ export declare const appointmentBookingManifest: import("..").DefinedBlockManifest<import("..").BlockContentShapeInput<{
21
21
  readonly id: "block.appointment-booking";
22
22
  readonly version: "2.0.0";
23
23
  readonly title: "Appointment Booking";
@@ -29104,7 +29104,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
29104
29104
  readonly tags: readonly ["booking", "appointment", "calendar", "scheduling", "reservation"];
29105
29105
  readonly icon: "Calendar";
29106
29106
  readonly layout: readonly [import("..").NodeDefinition];
29107
- }>;
29107
+ }>>;
29108
29108
  export type AppointmentBookingContent = {
29109
29109
  formId: string;
29110
29110
  heading?: string | null;
@@ -1,6 +1,6 @@
1
1
  import type { AudioMedia, ImageMedia } from "../../lib/media";
2
2
  import type { SystemBlockDefinition } from "../registry";
3
- export declare const audioPlayerManifest: import("..").DefinedBlockManifest<{
3
+ export declare const audioPlayerManifest: import("..").DefinedBlockManifest<import("..").BlockContentShapeInput<{
4
4
  readonly id: "block.audio-player";
5
5
  readonly title: "Audio Player";
6
6
  readonly titleSource: "title";
@@ -49,7 +49,7 @@ export declare const audioPlayerManifest: import("..").DefinedBlockManifest<{
49
49
  readonly typography: "body";
50
50
  readonly spacing: "md";
51
51
  };
52
- }>;
52
+ }>>;
53
53
  export type AudioPlayerContent = {
54
54
  audio?: AudioMedia | null;
55
55
  title?: string | null;
@@ -2,7 +2,7 @@ import { type CardStylesContent, type ContainerStylesContent, type SectionStyles
2
2
  import type { NodeDefinition } from "../node";
3
3
  import type { SystemBlockDefinition } from "../registry";
4
4
  type BlogListingVariant = "grid" | "stack";
5
- export declare const blogListingManifest: import("..").DefinedBlockManifest<{
5
+ export declare const blogListingManifest: import("..").DefinedBlockManifest<import("..").BlockContentShapeInput<{
6
6
  readonly id: "block.blog-listing";
7
7
  readonly title: "Blog listing";
8
8
  readonly category: "blog";
@@ -29071,7 +29071,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<{
29071
29071
  readonly background: "surface";
29072
29072
  readonly spacing: "lg";
29073
29073
  };
29074
- }>;
29074
+ }>>;
29075
29075
  export type BlogListingContent = {
29076
29076
  variant?: BlogListingVariant | null;
29077
29077
  /**
@@ -1,28 +1,7 @@
1
1
  import { z } from "zod";
2
- import type { NodeDefinition } from "../node";
3
2
  import type { SystemBlockDefinition } from "../registry";
4
3
  export declare const blogPostManifest: import("..").DefinedBlockManifest<{
5
- readonly id: "block.blog-post";
6
- readonly version: "0.1.0";
7
- readonly title: "Blog post";
8
- readonly description: "Highlights a single blog post with title, image, and excerpt.";
9
- readonly category: "blog";
10
- readonly contentTypes: readonly ["post"];
11
- readonly tags: readonly ["blog", "post", "featured", "highlight", "article", "single"];
12
- readonly icon: "FileText";
13
- readonly styleTokens: {
14
- readonly background: "surface";
15
- readonly typography: "body";
16
- readonly spacing: "md";
17
- };
18
- readonly behaviours: {
19
- readonly supportsThemeSwitching: true;
20
- readonly inlineEditing: false;
21
- readonly animation: false;
22
- readonly paletteHidden: false;
23
- };
24
4
  readonly additionalFields: import("..").FieldDefinition[];
25
- readonly layout: NodeDefinition;
26
5
  }>;
27
6
  export type BlogPostContent = {
28
7
  title?: string | null;
@@ -1,15 +1,12 @@
1
1
  import type { TipTapNode } from "../manifest/richTextSchema";
2
2
  import type { SystemBlockDefinition } from "../registry";
3
- export declare const bodyTextManifest: import("..").DefinedBlockManifest<{
3
+ export declare const bodyTextManifest: import("..").DefinedBlockManifest<import("..").BlockContentShapeInput<{
4
4
  readonly id: "block.body-text";
5
5
  readonly title: "Body Text";
6
6
  readonly titleSource: "heading";
7
7
  readonly category: "content";
8
8
  readonly fragments: readonly [{
9
9
  readonly fragment: import("..").DefinedFragment<{
10
- readonly id: "bodyCopy";
11
- readonly title: "Body Copy";
12
- readonly description: "Heading, rich text body, and alignment controls.";
13
10
  readonly fields: readonly [{
14
11
  readonly id: "heading";
15
12
  readonly type: "text";
@@ -37,7 +34,6 @@ export declare const bodyTextManifest: import("..").DefinedBlockManifest<{
37
34
  readonly label: "Center";
38
35
  }];
39
36
  }];
40
- readonly layout: import("..").NodeDefinition;
41
37
  }>;
42
38
  readonly fieldPriority: 0;
43
39
  }];
@@ -71,7 +67,7 @@ export declare const bodyTextManifest: import("..").DefinedBlockManifest<{
71
67
  readonly styleTokens: {
72
68
  readonly spacing: "md";
73
69
  };
74
- }>;
70
+ }>>;
75
71
  export type BodyTextManifest = typeof bodyTextManifest;
76
72
  export type BodyTextAlignment = "left" | "center";
77
73
  export type BodyTextContent = {
@@ -1,7 +1,7 @@
1
1
  import type { SystemBlockDefinition } from '../registry';
2
2
  import { type SectionStylesContent } from '../fields/boxStyles';
3
3
  import { cartBlockRuntime } from '../runtime/nodes/shop.interactive';
4
- export declare const cartManifest: import("..").DefinedBlockManifest<{
4
+ export declare const cartManifest: import("..").DefinedBlockManifest<import("..").BlockContentShapeInput<{
5
5
  readonly id: "block.cart";
6
6
  readonly version: "1.0.0";
7
7
  readonly title: "Cart";
@@ -29091,7 +29091,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<{
29091
29091
  readonly tags: readonly ["shop", "cart", "checkout"];
29092
29092
  readonly icon: "ShoppingCart";
29093
29093
  readonly layout: readonly [import("..").NodeDefinition];
29094
- }>;
29094
+ }>>;
29095
29095
  export type CartContent = {
29096
29096
  heading?: string | null;
29097
29097
  emptyStateText?: string | null;
@@ -1,7 +1,7 @@
1
1
  import type { SystemBlockDefinition } from '../registry';
2
2
  import { type SectionStylesContent } from '../fields/boxStyles';
3
3
  import { checkoutBlockRuntime } from '../runtime/nodes/shop.interactive';
4
- export declare const checkoutManifest: import("..").DefinedBlockManifest<{
4
+ export declare const checkoutManifest: import("..").DefinedBlockManifest<import("..").BlockContentShapeInput<{
5
5
  readonly id: "block.checkout";
6
6
  readonly version: "1.0.0";
7
7
  readonly title: "Checkout";
@@ -29084,7 +29084,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<{
29084
29084
  readonly tags: readonly ["shop", "checkout", "cart"];
29085
29085
  readonly icon: "CreditCard";
29086
29086
  readonly layout: readonly [import("..").NodeDefinition];
29087
- }>;
29087
+ }>>;
29088
29088
  export type CheckoutContent = {
29089
29089
  heading?: string | null;
29090
29090
  submitButtonText?: string | null;
@@ -2,9 +2,6 @@ import type { SystemBlockDefinition } from "../registry";
2
2
  import type { SemanticSpacing } from "../spacing";
3
3
  import { type CardStylesContent } from "../fields/boxStyles";
4
4
  export declare const collectionManifest: import("..").DefinedBlockManifest<{
5
- readonly id: "block.collection";
6
- readonly title: "Collection";
7
- readonly category: "layout";
8
5
  readonly additionalFields: readonly [import("..").FieldDefinition, import("..").FieldDefinition, import("..").FieldDefinition, import("..").RepeaterFieldDefinition, Omit<{
9
6
  id: string;
10
7
  label: string;
@@ -29045,13 +29042,6 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29045
29042
  id: "_cardStyles";
29046
29043
  readonly __boxStyleType?: "card" | undefined;
29047
29044
  }];
29048
- readonly layout: import("..").NodeDefinition;
29049
- readonly description: "Repeat items in a grid or stack layout.";
29050
- readonly tags: readonly ["collection", "grid", "stack", "repeater"];
29051
- readonly icon: "LayoutList";
29052
- readonly styleTokens: {
29053
- readonly spacing: "lg";
29054
- };
29055
29045
  }>;
29056
29046
  export type CollectionContent = {
29057
29047
  layout?: "grid" | "stack" | null;
@@ -1,17 +1,7 @@
1
1
  import type { SystemBlockDefinition } from '../registry';
2
2
  import type { SemanticSpacing } from '../spacing';
3
3
  export declare const columnsManifest: import("..").DefinedBlockManifest<{
4
- readonly id: "block.columns";
5
- readonly title: "Columns";
6
- readonly category: "layout";
7
4
  readonly additionalFields: readonly [import("..").FieldDefinition, import("..").FieldDefinition, import("..").FieldDefinition, import("..").FieldDefinition, import("..").RepeaterFieldDefinition];
8
- readonly layout: import("..").NodeDefinition;
9
- readonly description: "Multi-column layout with customizable content per column";
10
- readonly tags: readonly ["columns", "grid", "layout", "flexible", "multi-column"];
11
- readonly icon: "Columns";
12
- readonly styleTokens: {
13
- readonly spacing: "lg";
14
- };
15
5
  }>;
16
6
  export type ColumnsContent = {
17
7
  equalHeight?: boolean;
@@ -11,25 +11,6 @@ import type { SectionStylesContent } from "../fields/boxStyles";
11
11
  * Intended for use on course templates, but can also be placed on standalone pages.
12
12
  */
13
13
  export declare const courseDetailsManifest: import("..").DefinedBlockManifest<{
14
- readonly id: "block.course-details";
15
- readonly version: "1.0.0";
16
- readonly title: "Course Details";
17
- readonly titleSource: "heading";
18
- readonly description: "Schedule, venue, price, and enrollment status for a course";
19
- readonly category: "content";
20
- readonly tags: readonly ["courses", "schedule", "sessions", "venue", "pricing"];
21
- readonly icon: "GraduationCap";
22
- readonly styleTokens: {
23
- readonly background: "surface";
24
- readonly typography: "body";
25
- readonly spacing: "md";
26
- };
27
- readonly behaviours: {
28
- readonly supportsThemeSwitching: true;
29
- readonly inlineEditing: false;
30
- readonly animation: false;
31
- readonly paletteHidden: false;
32
- };
33
14
  readonly additionalFields: readonly [{
34
15
  readonly id: "heading";
35
16
  readonly type: "text";
@@ -146,7 +127,6 @@ export declare const courseDetailsManifest: import("..").DefinedBlockManifest<{
146
127
  readonly intent: "display";
147
128
  };
148
129
  }];
149
- readonly layout: readonly [import("..").NodeDefinition];
150
130
  }>;
151
131
  export type CourseDetailsContent = {
152
132
  heading?: string | null;
@@ -21,25 +21,6 @@ export { type PublicCourse, type CourseSession, type CourseVenue, type CourseSta
21
21
  * - Can also be placed on standalone pages with course selection
22
22
  */
23
23
  export declare const courseRegistrationManifest: import("..").DefinedBlockManifest<{
24
- readonly id: "block.course-registration";
25
- readonly version: "1.0.0";
26
- readonly title: "Course Registration";
27
- readonly titleSource: "heading";
28
- readonly description: "Enrollment form for multi-session courses";
29
- readonly category: "interactive";
30
- readonly tags: readonly ["courses", "enrollment", "booking", "form", "signup", "education"];
31
- readonly icon: "GraduationCap";
32
- readonly styleTokens: {
33
- readonly background: "surface";
34
- readonly typography: "body";
35
- readonly spacing: "md";
36
- };
37
- readonly behaviours: {
38
- readonly supportsThemeSwitching: true;
39
- readonly inlineEditing: false;
40
- readonly animation: false;
41
- readonly paletteHidden: false;
42
- };
43
24
  readonly additionalFields: readonly [{
44
25
  readonly id: "heading";
45
26
  readonly type: "text";
@@ -152,7 +133,6 @@ export declare const courseRegistrationManifest: import("..").DefinedBlockManife
152
133
  readonly intent: "style";
153
134
  };
154
135
  }];
155
- readonly layout: readonly [import("..").NodeDefinition];
156
136
  }>;
157
137
  export type CourseRegistrationContent = {
158
138
  heading?: string | null;
@@ -70,8 +70,8 @@ export declare const coursePricingSchema: z.ZodObject<{
70
70
  remainderDueCount: z.ZodNumber;
71
71
  intervalUnit: z.ZodEnum<{
72
72
  month: "month";
73
- day: "day";
74
73
  week: "week";
74
+ day: "day";
75
75
  }>;
76
76
  }, z.core.$strip>, z.ZodObject<{
77
77
  kind: z.ZodLiteral<"deposit_plus_scheduled_instalments">;
@@ -84,8 +84,8 @@ export declare const coursePricingSchema: z.ZodObject<{
84
84
  intervalCount: z.ZodNumber;
85
85
  intervalUnit: z.ZodEnum<{
86
86
  month: "month";
87
- day: "day";
88
87
  week: "week";
88
+ day: "day";
89
89
  }>;
90
90
  }, z.core.$strip>, z.ZodObject<{
91
91
  kind: z.ZodLiteral<"equal_scheduled_instalments">;
@@ -93,8 +93,8 @@ export declare const coursePricingSchema: z.ZodObject<{
93
93
  intervalCount: z.ZodNumber;
94
94
  intervalUnit: z.ZodEnum<{
95
95
  month: "month";
96
- day: "day";
97
96
  week: "week";
97
+ day: "day";
98
98
  }>;
99
99
  }, z.core.$strip>]>;
100
100
  }, z.core.$strip>, z.ZodObject<{
@@ -177,8 +177,8 @@ export declare const publicCourseSchema: z.ZodObject<{
177
177
  remainderDueCount: z.ZodNumber;
178
178
  intervalUnit: z.ZodEnum<{
179
179
  month: "month";
180
- day: "day";
181
180
  week: "week";
181
+ day: "day";
182
182
  }>;
183
183
  }, z.core.$strip>, z.ZodObject<{
184
184
  kind: z.ZodLiteral<"deposit_plus_scheduled_instalments">;
@@ -191,8 +191,8 @@ export declare const publicCourseSchema: z.ZodObject<{
191
191
  intervalCount: z.ZodNumber;
192
192
  intervalUnit: z.ZodEnum<{
193
193
  month: "month";
194
- day: "day";
195
194
  week: "week";
195
+ day: "day";
196
196
  }>;
197
197
  }, z.core.$strip>, z.ZodObject<{
198
198
  kind: z.ZodLiteral<"equal_scheduled_instalments">;
@@ -200,8 +200,8 @@ export declare const publicCourseSchema: z.ZodObject<{
200
200
  intervalCount: z.ZodNumber;
201
201
  intervalUnit: z.ZodEnum<{
202
202
  month: "month";
203
- day: "day";
204
203
  week: "week";
204
+ day: "day";
205
205
  }>;
206
206
  }, z.core.$strip>]>;
207
207
  }, z.core.$strip>, z.ZodObject<{
@@ -258,8 +258,8 @@ export declare const publicCourseSchema: z.ZodObject<{
258
258
  remainderDueCount: z.ZodNumber;
259
259
  intervalUnit: z.ZodEnum<{
260
260
  month: "month";
261
- day: "day";
262
261
  week: "week";
262
+ day: "day";
263
263
  }>;
264
264
  }, z.core.$strip>, z.ZodObject<{
265
265
  kind: z.ZodLiteral<"deposit_plus_scheduled_instalments">;
@@ -272,8 +272,8 @@ export declare const publicCourseSchema: z.ZodObject<{
272
272
  intervalCount: z.ZodNumber;
273
273
  intervalUnit: z.ZodEnum<{
274
274
  month: "month";
275
- day: "day";
276
275
  week: "week";
276
+ day: "day";
277
277
  }>;
278
278
  }, z.core.$strip>, z.ZodObject<{
279
279
  kind: z.ZodLiteral<"equal_scheduled_instalments">;
@@ -281,8 +281,8 @@ export declare const publicCourseSchema: z.ZodObject<{
281
281
  intervalCount: z.ZodNumber;
282
282
  intervalUnit: z.ZodEnum<{
283
283
  month: "month";
284
- day: "day";
285
284
  week: "week";
285
+ day: "day";
286
286
  }>;
287
287
  }, z.core.$strip>]>;
288
288
  }, z.core.$strip>, z.ZodObject<{
@@ -373,8 +373,8 @@ export declare const publicCoursesArraySchema: z.ZodArray<z.ZodObject<{
373
373
  remainderDueCount: z.ZodNumber;
374
374
  intervalUnit: z.ZodEnum<{
375
375
  month: "month";
376
- day: "day";
377
376
  week: "week";
377
+ day: "day";
378
378
  }>;
379
379
  }, z.core.$strip>, z.ZodObject<{
380
380
  kind: z.ZodLiteral<"deposit_plus_scheduled_instalments">;
@@ -387,8 +387,8 @@ export declare const publicCoursesArraySchema: z.ZodArray<z.ZodObject<{
387
387
  intervalCount: z.ZodNumber;
388
388
  intervalUnit: z.ZodEnum<{
389
389
  month: "month";
390
- day: "day";
391
390
  week: "week";
391
+ day: "day";
392
392
  }>;
393
393
  }, z.core.$strip>, z.ZodObject<{
394
394
  kind: z.ZodLiteral<"equal_scheduled_instalments">;
@@ -396,8 +396,8 @@ export declare const publicCoursesArraySchema: z.ZodArray<z.ZodObject<{
396
396
  intervalCount: z.ZodNumber;
397
397
  intervalUnit: z.ZodEnum<{
398
398
  month: "month";
399
- day: "day";
400
399
  week: "week";
400
+ day: "day";
401
401
  }>;
402
402
  }, z.core.$strip>]>;
403
403
  }, z.core.$strip>, z.ZodObject<{
@@ -454,8 +454,8 @@ export declare const publicCoursesArraySchema: z.ZodArray<z.ZodObject<{
454
454
  remainderDueCount: z.ZodNumber;
455
455
  intervalUnit: z.ZodEnum<{
456
456
  month: "month";
457
- day: "day";
458
457
  week: "week";
458
+ day: "day";
459
459
  }>;
460
460
  }, z.core.$strip>, z.ZodObject<{
461
461
  kind: z.ZodLiteral<"deposit_plus_scheduled_instalments">;
@@ -468,8 +468,8 @@ export declare const publicCoursesArraySchema: z.ZodArray<z.ZodObject<{
468
468
  intervalCount: z.ZodNumber;
469
469
  intervalUnit: z.ZodEnum<{
470
470
  month: "month";
471
- day: "day";
472
471
  week: "week";
472
+ day: "day";
473
473
  }>;
474
474
  }, z.core.$strip>, z.ZodObject<{
475
475
  kind: z.ZodLiteral<"equal_scheduled_instalments">;
@@ -477,8 +477,8 @@ export declare const publicCoursesArraySchema: z.ZodArray<z.ZodObject<{
477
477
  intervalCount: z.ZodNumber;
478
478
  intervalUnit: z.ZodEnum<{
479
479
  month: "month";
480
- day: "day";
481
480
  week: "week";
481
+ day: "day";
482
482
  }>;
483
483
  }, z.core.$strip>]>;
484
484
  }, z.core.$strip>, z.ZodObject<{
@@ -1,14 +1,12 @@
1
1
  import type { SystemBlockDefinition } from "../registry";
2
2
  import type { SectionStylesContent } from "../fields/boxStyles";
3
- export declare const ctaFullManifest: import("..").DefinedBlockManifest<{
3
+ import { type BlockContentShapeInput, type DefinedBlockManifest } from "../defineBlock";
4
+ declare const ctaFullConfig: {
4
5
  readonly id: "block.cta-full";
5
6
  readonly title: "Full-width CTA";
6
7
  readonly category: "marketing";
7
8
  readonly fragments: readonly [{
8
9
  readonly fragment: import("..").DefinedFragment<{
9
- readonly id: "ctaCopy";
10
- readonly title: "CTA Copy";
11
- readonly description: "Eyebrow, title, and supporting rich text for CTA layouts.";
12
10
  readonly fields: readonly [{
13
11
  readonly id: "eyebrow";
14
12
  readonly type: "text";
@@ -27,14 +25,10 @@ export declare const ctaFullManifest: import("..").DefinedBlockManifest<{
27
25
  readonly label: "Copy";
28
26
  readonly description: "Short paragraph of supporting copy.";
29
27
  }];
30
- readonly layout: readonly [import("..").NodeDefinition, import("..").NodeDefinition];
31
28
  }>;
32
29
  readonly fieldPriority: 0;
33
30
  }, {
34
31
  readonly fragment: import("..").DefinedFragment<{
35
- readonly id: "ctaRow";
36
- readonly title: "CTA Row";
37
- readonly description: "Repeatable calls to action rendered inline.";
38
32
  readonly fields: readonly [Omit<{
39
33
  id: string;
40
34
  label: string;
@@ -30760,7 +30754,6 @@ export declare const ctaFullManifest: import("..").DefinedBlockManifest<{
30760
30754
  }>];
30761
30755
  };
30762
30756
  }];
30763
- readonly layout: readonly [import("..").NodeDefinition];
30764
30757
  }>;
30765
30758
  readonly fieldPriority: 2;
30766
30759
  }];
@@ -30768,7 +30761,8 @@ export declare const ctaFullManifest: import("..").DefinedBlockManifest<{
30768
30761
  readonly description: "Centered call to action with optional background image.";
30769
30762
  readonly tags: readonly ["cta", "call-to-action", "button", "conversion", "action", "sign-up", "get-started"];
30770
30763
  readonly icon: "Target";
30771
- }>;
30764
+ };
30765
+ export declare const ctaFullManifest: DefinedBlockManifest<BlockContentShapeInput<typeof ctaFullConfig>>;
30772
30766
  export type CtaFullContent = {
30773
30767
  eyebrow?: string | null;
30774
30768
  title: string;
@@ -30780,3 +30774,4 @@ export type CtaFullContent = {
30780
30774
  }>;
30781
30775
  };
30782
30776
  export declare const ctaFullBlockDefinition: SystemBlockDefinition<CtaFullContent>;
30777
+ export {};
@@ -1,18 +1,7 @@
1
1
  import type { FieldDefinition } from "../manifest/schema";
2
2
  import type { SystemBlockDefinition } from "../registry";
3
3
  export declare const embedManifest: import("..").DefinedBlockManifest<{
4
- readonly id: "block.embed";
5
- readonly title: "Embed Content";
6
- readonly category: "content";
7
- readonly titleSource: "heading";
8
4
  readonly additionalFields: FieldDefinition[];
9
- readonly layout: import("..").NodeDefinition;
10
- readonly description: "Embed content entries from any content type. Sites provide custom layouts via block overrides.";
11
- readonly tags: readonly ["embed", "content", "dynamic", "collection", "entries", "listing"];
12
- readonly icon: "LayoutList";
13
- readonly styleTokens: {
14
- readonly spacing: "lg";
15
- };
16
5
  }>;
17
6
  export type EmbedContent = {
18
7
  heading?: string | null;
@@ -11,25 +11,6 @@ import type { SectionStylesContent } from "../fields/boxStyles";
11
11
  * Intended for use on event templates, but can also be placed on standalone pages.
12
12
  */
13
13
  export declare const eventDetailsManifest: import("..").DefinedBlockManifest<{
14
- readonly id: "block.event-details";
15
- readonly version: "1.0.0";
16
- readonly title: "Event Details";
17
- readonly titleSource: "heading";
18
- readonly description: "Date/time, venue, map, and other dates for an event";
19
- readonly category: "content";
20
- readonly tags: readonly ["events", "venue", "map", "schedule", "dates"];
21
- readonly icon: "MapPin";
22
- readonly styleTokens: {
23
- readonly background: "surface";
24
- readonly typography: "body";
25
- readonly spacing: "md";
26
- };
27
- readonly behaviours: {
28
- readonly supportsThemeSwitching: true;
29
- readonly inlineEditing: false;
30
- readonly animation: false;
31
- readonly paletteHidden: false;
32
- };
33
14
  readonly additionalFields: readonly [{
34
15
  readonly id: "heading";
35
16
  readonly type: "text";
@@ -117,7 +98,6 @@ export declare const eventDetailsManifest: import("..").DefinedBlockManifest<{
117
98
  readonly intent: "display";
118
99
  };
119
100
  }];
120
- readonly layout: readonly [import("..").NodeDefinition];
121
101
  }>;
122
102
  export type EventDetailsContent = {
123
103
  heading?: string | null;
@@ -21,25 +21,6 @@ import { eventRegistrationBlockRuntime } from "../runtime/nodes/event-registrati
21
21
  * - When standalone, shows full event + occurrence picker
22
22
  */
23
23
  export declare const eventRegistrationManifest: import("..").DefinedBlockManifest<{
24
- readonly id: "block.event-registration";
25
- readonly version: "1.0.0";
26
- readonly title: "Event Registration";
27
- readonly titleSource: "heading";
28
- readonly description: "Multi-step event registration form";
29
- readonly category: "interactive";
30
- readonly tags: readonly ["events", "registration", "booking", "form", "signup"];
31
- readonly icon: "ClipboardList";
32
- readonly styleTokens: {
33
- readonly background: "surface";
34
- readonly typography: "body";
35
- readonly spacing: "md";
36
- };
37
- readonly behaviours: {
38
- readonly supportsThemeSwitching: true;
39
- readonly inlineEditing: false;
40
- readonly animation: false;
41
- readonly paletteHidden: false;
42
- };
43
24
  readonly additionalFields: readonly [{
44
25
  readonly id: "heading";
45
26
  readonly type: "text";
@@ -141,7 +122,6 @@ export declare const eventRegistrationManifest: import("..").DefinedBlockManifes
141
122
  readonly intent: "style";
142
123
  };
143
124
  }];
144
- readonly layout: readonly [import("..").NodeDefinition];
145
125
  }>;
146
126
  export type EventRegistrationContent = {
147
127
  heading?: string | null;