@riverbankcms/sdk 0.77.1 → 0.78.2

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 (295) hide show
  1. package/README.md +114 -43
  2. package/dist/{PreviewEditorSidebar-DVUG7GK4.mjs → PreviewEditorSidebar-4DXLYX2V.mjs} +4962 -4885
  3. package/dist/{PreviewEditorUI-P7RN4CDS.mjs → PreviewEditorUI-CS5P4N3P.mjs} +4 -4
  4. package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +190 -154
  6. package/dist/_dts/api/src/accessAdmin.d.ts +5 -0
  7. package/dist/_dts/api/src/billing.d.ts +3 -26
  8. package/dist/_dts/api/src/bookingVerticals.d.ts +4 -0
  9. package/dist/_dts/api/src/content-editor.d.ts +1 -0
  10. package/dist/_dts/api/src/contentRuntime.d.ts +1 -0
  11. package/dist/_dts/api/src/demoDashboardMutationSurfaces.d.ts +46 -0
  12. package/dist/_dts/api/src/endpoints.d.ts +17 -0
  13. package/dist/_dts/api/src/index.d.ts +16 -4
  14. package/dist/_dts/api/src/navigation/dashboardBookingsNav.d.ts +87 -0
  15. package/dist/_dts/api/src/navigation/dashboardDemoNav.d.ts +5 -0
  16. package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +45 -0
  17. package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +42 -0
  18. package/dist/_dts/api/src/navigation/dashboardTeamMemberNav.d.ts +24 -0
  19. package/dist/_dts/api/src/navigation/linkUrlType.d.ts +3 -0
  20. package/dist/_dts/api/src/navigation.d.ts +12 -0
  21. package/dist/_dts/api/src/public/types.d.ts +1 -1
  22. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +55 -26
  23. package/dist/_dts/api/src/request.d.ts +3 -11
  24. package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -0
  25. package/dist/_dts/api/src/sdkContracts.d.ts +7 -1
  26. package/dist/_dts/api/src/siteManagementEndpoints.d.ts +10 -0
  27. package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +1 -0
  28. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +15 -19
  29. package/dist/_dts/api/src/staffAccess.d.ts +79 -0
  30. package/dist/_dts/api/src/types.d.ts +14 -27
  31. package/dist/_dts/api/src/workflows/automaticWorkflowTriggers.d.ts +21 -0
  32. package/dist/_dts/block-form/src/fields/types.d.ts +6 -0
  33. package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterList.d.ts +3 -2
  34. package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRow.d.ts +6 -3
  35. package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRowActions.d.ts +8 -3
  36. package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/index.d.ts +1 -1
  37. package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useLinearRepeaterDnd.d.ts +1 -0
  38. package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -0
  39. package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useResolvedItemLabel.d.ts +7 -0
  40. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/buildSummary.d.ts +1 -0
  41. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/index.d.ts +3 -1
  42. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
  43. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterLabelSource.d.ts +15 -0
  44. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterRowActionsDomain.d.ts +50 -0
  45. package/dist/_dts/blocks/src/client/site-chrome.d.ts +4 -1
  46. package/dist/_dts/blocks/src/index.d.ts +1 -0
  47. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +879 -288
  48. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +879 -288
  49. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +879 -288
  50. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +879 -288
  51. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +879 -288
  52. package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +2 -2
  53. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +885 -289
  54. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +879 -288
  55. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +3 -1
  56. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +68 -21
  57. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +879 -288
  58. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +879 -288
  59. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +879 -288
  60. package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -0
  61. package/dist/_dts/blocks/src/system/data/index.d.ts +5 -3
  62. package/dist/_dts/blocks/src/system/data/previewResolvedDataState.d.ts +45 -0
  63. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +2 -1
  64. package/dist/_dts/blocks/src/system/fragments/library/faqAccordion.d.ts +5 -0
  65. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +193 -29
  66. package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +10 -0
  67. package/dist/_dts/blocks/src/system/node/fragments/index.d.ts +1 -0
  68. package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +9 -0
  69. package/dist/_dts/blocks/src/system/runtime/api/client.d.ts +3 -2
  70. package/dist/_dts/blocks/src/system/runtime/api/endpoints.d.ts +8 -0
  71. package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -1
  72. package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +43 -8
  73. package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +8 -7
  74. package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +1 -1
  75. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +1 -1
  76. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCompactRow.d.ts +1 -4
  77. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +7 -0
  78. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -8
  79. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.server.d.ts +2 -9
  80. package/dist/_dts/blocks/src/system/runtime/nodes/shop-cart-discount-ui.d.ts +5 -0
  81. package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +76 -0
  82. package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout.state.d.ts +1 -4
  83. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce-store.d.ts +2 -0
  84. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.shared.d.ts +1 -0
  85. package/dist/_dts/blocks/src/system/runtime/nodes/shop-discount-apply.state.d.ts +52 -0
  86. package/dist/_dts/blocks/src/system/runtime/nodes/shop.state.d.ts +2 -4
  87. package/dist/_dts/blocks/src/system/runtime/nodes/useDiscountApply.d.ts +21 -0
  88. package/dist/_dts/blocks/src/system/runtime/shared/components/DiscountCodeDisclosure.d.ts +54 -0
  89. package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +2 -0
  90. package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +2 -2
  91. package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
  92. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
  93. package/dist/_dts/content-editor/src/contentTypeEditorContentState.d.ts +26 -0
  94. package/dist/_dts/content-editor/src/definitions/factory.d.ts +75 -0
  95. package/dist/_dts/content-editor/src/entryWorkflows.d.ts +2 -0
  96. package/dist/_dts/content-editor/src/footerBlocksEditorState.d.ts +76 -0
  97. package/dist/_dts/content-editor/src/index.d.ts +6 -1
  98. package/dist/_dts/content-editor/src/pageWorkflowContent.d.ts +29 -0
  99. package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +2 -2
  100. package/dist/_dts/content-model/src/content-types/schema.d.ts +17 -3
  101. package/dist/_dts/content-model/src/index.d.ts +1 -0
  102. package/dist/_dts/content-model/src/routeTemplate.d.ts +4 -0
  103. package/dist/_dts/content-model/src/templates/bindingTypeCompatibility.d.ts +3 -1
  104. package/dist/_dts/content-model/src/templates/bindingValidation.d.ts +10 -4
  105. package/dist/_dts/content-model/src/templates/editorState.d.ts +25 -0
  106. package/dist/_dts/content-model/src/templates/fieldPaths.d.ts +20 -0
  107. package/dist/_dts/content-model/src/templates/manifestAdapter.d.ts +5 -2
  108. package/dist/_dts/core/src/branded.d.ts +108 -85
  109. package/dist/_dts/core/src/csv-cells.d.ts +10 -0
  110. package/dist/_dts/core/src/csv-date-filter.d.ts +27 -0
  111. package/dist/_dts/core/src/csv-escape.d.ts +1 -0
  112. package/dist/_dts/core/src/csv-filename.d.ts +18 -0
  113. package/dist/_dts/core/src/csv-render.d.ts +4 -0
  114. package/dist/_dts/core/src/csv-types.d.ts +116 -0
  115. package/dist/_dts/core/src/currency-format.d.ts +4 -0
  116. package/dist/_dts/core/src/demo-capability-policy.d.ts +29 -0
  117. package/dist/_dts/core/src/demo-claim-access.d.ts +14 -0
  118. package/dist/_dts/core/src/demo-lifecycle-status.d.ts +11 -0
  119. package/dist/_dts/core/src/demo-runtime.d.ts +47 -0
  120. package/dist/_dts/core/src/duration.d.ts +14 -0
  121. package/dist/_dts/core/src/editor-state.d.ts +7 -7
  122. package/dist/_dts/core/src/email-format.d.ts +10 -0
  123. package/dist/_dts/core/src/field-errors.d.ts +1 -0
  124. package/dist/_dts/core/src/form-submission-preview.d.ts +24 -0
  125. package/dist/_dts/core/src/index.d.ts +20 -0
  126. package/dist/_dts/core/src/number-input.d.ts +22 -0
  127. package/dist/_dts/core/src/participants.d.ts +2 -2
  128. package/dist/_dts/core/src/public-url-validation.d.ts +12 -0
  129. package/dist/_dts/core/src/slug.d.ts +39 -0
  130. package/dist/_dts/core/src/string.d.ts +19 -0
  131. package/dist/_dts/core/src/uuid.d.ts +6 -0
  132. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +11 -0
  133. package/dist/_dts/db/src/schemas/forms.d.ts +50 -50
  134. package/dist/_dts/editor-blocks/src/blockPayload.d.ts +1 -1
  135. package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +34 -0
  136. package/dist/_dts/media-core/src/bulkDeletePlanning.d.ts +24 -0
  137. package/dist/_dts/media-core/src/canonicalCropReview.d.ts +66 -0
  138. package/dist/_dts/media-core/src/classifyAllPlanning.d.ts +48 -0
  139. package/dist/_dts/media-core/src/filename.d.ts +1 -0
  140. package/dist/_dts/media-core/src/index.d.ts +10 -0
  141. package/dist/_dts/media-core/src/mediaAssetUsageStatus.d.ts +47 -0
  142. package/dist/_dts/media-core/src/mediaSettingsState.d.ts +3 -0
  143. package/dist/_dts/media-core/src/portableMediaReferences.d.ts +38 -0
  144. package/dist/_dts/media-core/src/uploadVerificationContract.d.ts +28 -0
  145. package/dist/_dts/media-core/src/videoAssetRepair.d.ts +38 -0
  146. package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -1
  147. package/dist/_dts/media-editor/src/MediaPreview.d.ts +3 -1
  148. package/dist/_dts/media-editor/src/fieldUi.d.ts +5 -0
  149. package/dist/_dts/media-editor/src/index.d.ts +1 -1
  150. package/dist/_dts/media-editor/src/mediaEditorDebug.d.ts +1 -0
  151. package/dist/_dts/path-utils/src/index.d.ts +8 -0
  152. package/dist/_dts/path-utils/src/redirectPaths.d.ts +26 -0
  153. package/dist/_dts/path-utils/src/safeAppPath.d.ts +26 -0
  154. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +2 -1
  155. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -0
  156. package/dist/_dts/preview-next/src/client/preview/previewDocumentFrame.d.ts +31 -0
  157. package/dist/_dts/sdk/src/cli/commands/push/consts.d.ts +1 -1
  158. package/dist/_dts/sdk/src/cli/commands/push/metadata.d.ts +2 -0
  159. package/dist/_dts/sdk/src/cli/commands/push/stale.d.ts +3 -3
  160. package/dist/_dts/sdk/src/cli/commands/push-execute.d.ts +7 -0
  161. package/dist/_dts/sdk/src/cli/commands/push.d.ts +2 -0
  162. package/dist/_dts/sdk/src/cli/content/reader.d.ts +13 -0
  163. package/dist/_dts/sdk/src/cli/content/writer.d.ts +2 -1
  164. package/dist/_dts/sdk/src/cli/helpers.d.ts +2 -0
  165. package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +6 -6
  166. package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +5 -0
  167. package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +4 -0
  168. package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +5 -2
  169. package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +10 -1
  170. package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +1 -1
  171. package/dist/_dts/sdk/src/client/error.d.ts +3 -0
  172. package/dist/_dts/sdk/src/client/index.d.ts +2 -2
  173. package/dist/_dts/sdk/src/client/management/types.d.ts +6 -0
  174. package/dist/_dts/sdk/src/client/types.d.ts +39 -21
  175. package/dist/_dts/sdk/src/config/content-types.d.ts +7 -0
  176. package/dist/_dts/sdk/src/config/field-definitions.d.ts +2 -0
  177. package/dist/_dts/sdk/src/index.d.ts +2 -2
  178. package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +16 -16
  179. package/dist/_dts/sdk/src/next/content-load-failure.d.ts +51 -0
  180. package/dist/_dts/sdk/src/next/index.d.ts +2 -1
  181. package/dist/_dts/sdk/src/next/types.d.ts +19 -0
  182. package/dist/_dts/sdk/src/portal/redirects.d.ts +1 -1
  183. package/dist/_dts/sdk/src/routing/index.d.ts +3 -2
  184. package/dist/_dts/sdk/src/routing/resolvePageContent.d.ts +71 -6
  185. package/dist/_dts/sdk/src/version.d.ts +1 -1
  186. package/dist/_dts/site-commands/src/commands.d.ts +15 -12
  187. package/dist/_dts/site-commands/src/index.d.ts +1 -0
  188. package/dist/_dts/site-commands/src/pagePaths.d.ts +6 -0
  189. package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +26 -0
  190. package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -0
  191. package/dist/_dts/theme-core/src/blocks/vars/index.d.ts +1 -0
  192. package/dist/_dts/theme-core/src/fonts/index.d.ts +1 -0
  193. package/dist/_dts/theme-core/src/fonts/uploadFormat.d.ts +44 -0
  194. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  195. package/dist/_dts/theme-core/src/index.d.ts +3 -1
  196. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +36 -24
  197. package/dist/_dts/theme-core/src/navigation/generateNavLinkCSS.d.ts +6 -1
  198. package/dist/_dts/theme-core/src/navigation/types.d.ts +12 -0
  199. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +3 -3
  200. package/dist/_dts/theme-core/src/runtime/themeCssVarNames.d.ts +7 -0
  201. package/dist/_dts/theme-core/src/schema.d.ts +64 -18
  202. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +214 -34
  203. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +5 -2
  204. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +214 -34
  205. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +24 -0
  206. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +31 -3
  207. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
  208. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +33 -1
  209. package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +4 -2
  210. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +9 -1
  211. package/dist/_dts/theme-core/src/site-styles/types.d.ts +27 -2
  212. package/dist/_dts/theme-core/src/siteChrome.d.ts +17 -34
  213. package/dist/_dts/theme-core/src/siteChromeOverlayClearance.d.ts +22 -0
  214. package/dist/_dts/theme-core/src/siteChromePlacement.d.ts +22 -0
  215. package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +32 -0
  216. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
  217. package/dist/{altcha-B5XGSXP5.mjs → altcha-EKUEQ4RP.mjs} +1 -1
  218. package/dist/{chunk-IENWFSLO.mjs → chunk-4QEGTLK6.mjs} +1 -1
  219. package/dist/{chunk-ZYEJLCTN.mjs → chunk-6HYXHRAI.mjs} +5 -5
  220. package/dist/{chunk-VX7B5VAC.mjs → chunk-CR5HKAGU.mjs} +32 -5
  221. package/dist/{chunk-KWJPDZH2.mjs → chunk-MCRQMPET.mjs} +3793 -1201
  222. package/dist/{chunk-6SMUFTXD.mjs → chunk-OKMBEAXY.mjs} +1 -1
  223. package/dist/{chunk-XGB3TDIC.mjs → chunk-R7POPVJR.mjs} +2 -8
  224. package/dist/{chunk-2SPENC5M.mjs → chunk-RGTOD4AJ.mjs} +242 -57
  225. package/dist/cli/index.mjs +2361 -668
  226. package/dist/cli/init-docs/content/cli-reference.md +3 -2
  227. package/dist/cli/init-docs/content/content-management.md +2 -2
  228. package/dist/cli/init-docs/content/workflow-preview-mode.md +68 -2
  229. package/dist/client/{accordion-RZMQSYLR.mjs → accordion-PLYNJIIM.mjs} +2 -2
  230. package/dist/client/analytics.mjs +1 -1
  231. package/dist/client/{bookingForm-NF4ASVNV.mjs → bookingForm-BXAP6AO7.mjs} +76 -72
  232. package/dist/client/bookings.mjs +3765 -310
  233. package/dist/client/{carousel-LDX47ZIK.mjs → carousel-TRBXDHGF.mjs} +3 -4
  234. package/dist/client/{cart-RGXDS5F4.mjs → cart-Z7H3HJRS.mjs} +8 -8
  235. package/dist/client/{checkout-P7WWSNNY.mjs → checkout-WAFCUBIX.mjs} +8 -8
  236. package/dist/client/{chunk-II7O4XN3.mjs → chunk-75OUS5MT.mjs} +2 -2
  237. package/dist/client/{chunk-PMAIXMAB.mjs → chunk-AUJ5DBZJ.mjs} +42 -37
  238. package/dist/client/{chunk-TQ5MSPDX.mjs → chunk-CE7IBGVW.mjs} +3 -1
  239. package/dist/client/{chunk-E2TDNXCL.mjs → chunk-CWGTG37I.mjs} +2 -1
  240. package/dist/client/{chunk-UFSWADAO.mjs → chunk-DNRGY432.mjs} +6 -67
  241. package/dist/client/{chunk-GMVTOKYG.mjs → chunk-FUXW6VW2.mjs} +512 -66
  242. package/dist/client/{chunk-R56FQ3RR.mjs → chunk-JGXPTEI2.mjs} +322 -106
  243. package/dist/client/{chunk-L3DNHIJX.mjs → chunk-JRDUHZCT.mjs} +53 -53
  244. package/dist/client/{chunk-M3L3KYYR.mjs → chunk-UDNSI5PY.mjs} +12 -0
  245. package/dist/client/{chunk-JEZECJ3W.mjs → chunk-UVQEJJTN.mjs} +129 -3
  246. package/dist/client/{chunk-F7LHOKEH.mjs → chunk-XSV6KW4D.mjs} +1 -1
  247. package/dist/client/chunk-ZFHRN6W2.mjs +66 -0
  248. package/dist/client/{chunk-JNC7CGHX.mjs → chunk-ZI3LLBPZ.mjs} +3 -3
  249. package/dist/client/client.mjs +7577 -4979
  250. package/dist/client/{courseRegistration-7F65K5ZR.mjs → courseRegistration-AHFQHWIJ.mjs} +19 -16
  251. package/dist/client/{eventCalendar-GLSC5KTL.mjs → eventCalendar-LDXTV5R7.mjs} +10 -10
  252. package/dist/client/{eventCombined-ZHK4WKUR.mjs → eventCombined-A4JGTNJO.mjs} +10 -10
  253. package/dist/client/{eventDetails-E3PJYBIN.mjs → eventDetails-4YXTZ7EG.mjs} +10 -10
  254. package/dist/client/{eventListing-EMS3WC3E.mjs → eventListing-P72TPFFM.mjs} +10 -10
  255. package/dist/client/{eventRegistration-NZOTVNPI.mjs → eventRegistration-LSYJHGMT.mjs} +10 -10
  256. package/dist/client/{form-ETFZFATW.mjs → form-AOPYOKOW.mjs} +10 -7
  257. package/dist/client/{headerSection-4LBP7ULT.mjs → headerSection-5TFYDFVQ.mjs} +3 -3
  258. package/dist/client/hooks.mjs +1119 -327
  259. package/dist/client/{locationMap-5M655YSJ.mjs → locationMap-QSZ3ZVAZ.mjs} +3 -3
  260. package/dist/client/{newsletterForm-QOUYW44O.mjs → newsletterForm-KTRHZY52.mjs} +3 -3
  261. package/dist/client/{productDetail-O4DOCWQG.mjs → productDetail-N4E775RG.mjs} +8 -8
  262. package/dist/client/{productList-A5RO5WIS.mjs → productList-UGUQ2S45.mjs} +8 -8
  263. package/dist/client/rendering/client.mjs +7262 -2775
  264. package/dist/client/rendering/islands.mjs +19 -19
  265. package/dist/client/rendering.mjs +6964 -4587
  266. package/dist/client/{shop-L4MZH4I2.mjs → shop-VHSZEEQ2.mjs} +8 -8
  267. package/dist/preview-next/before-render.mjs +18 -1
  268. package/dist/preview-next/client/runtime.mjs +6 -6
  269. package/dist/preview-next/editor-chrome.css +10 -0
  270. package/dist/preview-next/middleware.mjs +18 -1
  271. package/dist/preview-next/tailwind-sources.css +1 -0
  272. package/dist/sdk-runtime-WHPJEF5G.mjs +8 -0
  273. package/dist/server/components.mjs +2736 -1316
  274. package/dist/server/config-template-validation.mjs +221 -15
  275. package/dist/server/config-validation.mjs +1346 -550
  276. package/dist/server/config.mjs +1346 -550
  277. package/dist/server/data.mjs +1118 -326
  278. package/dist/server/index.mjs +514 -251
  279. package/dist/server/next.mjs +4446 -2444
  280. package/dist/server/page-converter.mjs +631 -155
  281. package/dist/server/prebuild.mjs +1 -1
  282. package/dist/server/rendering/server.mjs +2743 -1323
  283. package/dist/server/rendering.mjs +2764 -1328
  284. package/dist/server/routing.mjs +1860 -590
  285. package/dist/server/server.mjs +1622 -575
  286. package/dist/server/theme-bridge.mjs +3151 -131
  287. package/dist/server/theme.mjs +10 -1
  288. package/dist/styles/index.css +488 -48
  289. package/package.json +2 -1
  290. package/dist/SdkPreviewModeRuntime-KLPX47SE.mjs +0 -8
  291. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/DiscountCodeSection.d.ts +0 -7
  292. package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +0 -4
  293. package/dist/client/chunk-OJPZEZU2.mjs +0 -31
  294. package/dist/client/chunk-RTZ3JKKX.mjs +0 -178
  295. package/dist/sdk-runtime-6UT2S7KZ.mjs +0 -8
@@ -16,8 +16,8 @@ export declare const axesSchema: z.ZodObject<{
16
16
  regular: "regular";
17
17
  }>;
18
18
  mediaBias: z.ZodEnum<{
19
- media: "media";
20
19
  text: "text";
20
+ media: "media";
21
21
  mixed: "mixed";
22
22
  }>;
23
23
  conversionBias: z.ZodEnum<{
@@ -138,9 +138,9 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
138
138
  }, z.core.$strip>>>;
139
139
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
140
140
  fill: "fill";
141
+ custom: "custom";
141
142
  fit: "fit";
142
143
  original: "original";
143
- custom: "custom";
144
144
  }>>>;
145
145
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
146
146
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -181,6 +181,10 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
181
181
  quiet: "quiet";
182
182
  "brand-depth": "brand-depth";
183
183
  }>>>;
184
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
185
+ plain: "plain";
186
+ "lined-panel": "lined-panel";
187
+ }>>>;
184
188
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
185
189
  pill: "pill";
186
190
  plain: "plain";
@@ -297,9 +301,9 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
297
301
  }, z.core.$strip>>>;
298
302
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
299
303
  fill: "fill";
304
+ custom: "custom";
300
305
  fit: "fit";
301
306
  original: "original";
302
- custom: "custom";
303
307
  }>>>;
304
308
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
305
309
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -393,9 +397,9 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
393
397
  }, z.core.$strip>>>;
394
398
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
395
399
  fill: "fill";
400
+ custom: "custom";
396
401
  fit: "fit";
397
402
  original: "original";
398
- custom: "custom";
399
403
  }>>>;
400
404
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
401
405
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -502,9 +506,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
502
506
  }, z.core.$strip>>>;
503
507
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
504
508
  fill: "fill";
509
+ custom: "custom";
505
510
  fit: "fit";
506
511
  original: "original";
507
- custom: "custom";
508
512
  }>>>;
509
513
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
510
514
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -545,6 +549,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
545
549
  quiet: "quiet";
546
550
  "brand-depth": "brand-depth";
547
551
  }>>>;
552
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
553
+ plain: "plain";
554
+ "lined-panel": "lined-panel";
555
+ }>>>;
548
556
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
549
557
  pill: "pill";
550
558
  plain: "plain";
@@ -661,9 +669,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
661
669
  }, z.core.$strip>>>;
662
670
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
663
671
  fill: "fill";
672
+ custom: "custom";
664
673
  fit: "fit";
665
674
  original: "original";
666
- custom: "custom";
667
675
  }>>>;
668
676
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
669
677
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -757,9 +765,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
757
765
  }, z.core.$strip>>>;
758
766
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
759
767
  fill: "fill";
768
+ custom: "custom";
760
769
  fit: "fit";
761
770
  original: "original";
762
- custom: "custom";
763
771
  }>>>;
764
772
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
765
773
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -895,9 +903,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
895
903
  }, z.core.$strip>>>;
896
904
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
897
905
  fill: "fill";
906
+ custom: "custom";
898
907
  fit: "fit";
899
908
  original: "original";
900
- custom: "custom";
901
909
  }>>>;
902
910
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
903
911
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -938,6 +946,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
938
946
  quiet: "quiet";
939
947
  "brand-depth": "brand-depth";
940
948
  }>>>;
949
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
950
+ plain: "plain";
951
+ "lined-panel": "lined-panel";
952
+ }>>>;
941
953
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
942
954
  pill: "pill";
943
955
  plain: "plain";
@@ -1054,9 +1066,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1054
1066
  }, z.core.$strip>>>;
1055
1067
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1056
1068
  fill: "fill";
1069
+ custom: "custom";
1057
1070
  fit: "fit";
1058
1071
  original: "original";
1059
- custom: "custom";
1060
1072
  }>>>;
1061
1073
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1062
1074
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1150,9 +1162,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1150
1162
  }, z.core.$strip>>>;
1151
1163
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1152
1164
  fill: "fill";
1165
+ custom: "custom";
1153
1166
  fit: "fit";
1154
1167
  original: "original";
1155
- custom: "custom";
1156
1168
  }>>>;
1157
1169
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1158
1170
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2040,6 +2052,10 @@ export declare const headerSchema: z.ZodObject<{
2040
2052
  wider: "wider";
2041
2053
  widest: "widest";
2042
2054
  }>>;
2055
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
2056
+ none: "none";
2057
+ "soft-glow": "soft-glow";
2058
+ }>>;
2043
2059
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2044
2060
  padding: z.ZodDefault<z.ZodEnum<{
2045
2061
  none: "none";
@@ -2279,6 +2295,10 @@ export declare const footerSchema: z.ZodObject<{
2279
2295
  wider: "wider";
2280
2296
  widest: "widest";
2281
2297
  }>>;
2298
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
2299
+ none: "none";
2300
+ "soft-glow": "soft-glow";
2301
+ }>>;
2282
2302
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2283
2303
  padding: z.ZodDefault<z.ZodEnum<{
2284
2304
  none: "none";
@@ -2710,8 +2730,8 @@ export declare const themeSchema: z.ZodObject<{
2710
2730
  regular: "regular";
2711
2731
  }>;
2712
2732
  mediaBias: z.ZodEnum<{
2713
- media: "media";
2714
2733
  text: "text";
2734
+ media: "media";
2715
2735
  mixed: "mixed";
2716
2736
  }>;
2717
2737
  conversionBias: z.ZodEnum<{
@@ -3483,6 +3503,10 @@ export declare const themeSchema: z.ZodObject<{
3483
3503
  wider: "wider";
3484
3504
  widest: "widest";
3485
3505
  }>>;
3506
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
3507
+ none: "none";
3508
+ "soft-glow": "soft-glow";
3509
+ }>>;
3486
3510
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3487
3511
  padding: z.ZodDefault<z.ZodEnum<{
3488
3512
  none: "none";
@@ -3707,6 +3731,10 @@ export declare const themeSchema: z.ZodObject<{
3707
3731
  wider: "wider";
3708
3732
  widest: "widest";
3709
3733
  }>>;
3734
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
3735
+ none: "none";
3736
+ "soft-glow": "soft-glow";
3737
+ }>>;
3710
3738
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3711
3739
  padding: z.ZodDefault<z.ZodEnum<{
3712
3740
  none: "none";
@@ -4246,6 +4274,7 @@ export declare const themeSchema: z.ZodObject<{
4246
4274
  md: "md";
4247
4275
  lg: "lg";
4248
4276
  }>;
4277
+ colorToken: z.ZodOptional<z.ZodString>;
4249
4278
  }, z.core.$strip>;
4250
4279
  trigger: z.ZodObject<{
4251
4280
  textColorToken: z.ZodString;
@@ -4465,9 +4494,9 @@ export declare const themeSchema: z.ZodObject<{
4465
4494
  }, z.core.$strip>>>;
4466
4495
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4467
4496
  fill: "fill";
4497
+ custom: "custom";
4468
4498
  fit: "fit";
4469
4499
  original: "original";
4470
- custom: "custom";
4471
4500
  }>>>;
4472
4501
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4473
4502
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4508,6 +4537,10 @@ export declare const themeSchema: z.ZodObject<{
4508
4537
  quiet: "quiet";
4509
4538
  "brand-depth": "brand-depth";
4510
4539
  }>>>;
4540
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4541
+ plain: "plain";
4542
+ "lined-panel": "lined-panel";
4543
+ }>>>;
4511
4544
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4512
4545
  pill: "pill";
4513
4546
  plain: "plain";
@@ -4624,9 +4657,9 @@ export declare const themeSchema: z.ZodObject<{
4624
4657
  }, z.core.$strip>>>;
4625
4658
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4626
4659
  fill: "fill";
4660
+ custom: "custom";
4627
4661
  fit: "fit";
4628
4662
  original: "original";
4629
- custom: "custom";
4630
4663
  }>>>;
4631
4664
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4632
4665
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4720,9 +4753,9 @@ export declare const themeSchema: z.ZodObject<{
4720
4753
  }, z.core.$strip>>>;
4721
4754
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4722
4755
  fill: "fill";
4756
+ custom: "custom";
4723
4757
  fit: "fit";
4724
4758
  original: "original";
4725
- custom: "custom";
4726
4759
  }>>>;
4727
4760
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4728
4761
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4847,8 +4880,8 @@ export declare const themesTurnSchema: z.ZodObject<{
4847
4880
  regular: "regular";
4848
4881
  }>;
4849
4882
  mediaBias: z.ZodEnum<{
4850
- media: "media";
4851
4883
  text: "text";
4884
+ media: "media";
4852
4885
  mixed: "mixed";
4853
4886
  }>;
4854
4887
  conversionBias: z.ZodEnum<{
@@ -5620,6 +5653,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5620
5653
  wider: "wider";
5621
5654
  widest: "widest";
5622
5655
  }>>;
5656
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
5657
+ none: "none";
5658
+ "soft-glow": "soft-glow";
5659
+ }>>;
5623
5660
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5624
5661
  padding: z.ZodDefault<z.ZodEnum<{
5625
5662
  none: "none";
@@ -5844,6 +5881,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5844
5881
  wider: "wider";
5845
5882
  widest: "widest";
5846
5883
  }>>;
5884
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
5885
+ none: "none";
5886
+ "soft-glow": "soft-glow";
5887
+ }>>;
5847
5888
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5848
5889
  padding: z.ZodDefault<z.ZodEnum<{
5849
5890
  none: "none";
@@ -6383,6 +6424,7 @@ export declare const themesTurnSchema: z.ZodObject<{
6383
6424
  md: "md";
6384
6425
  lg: "lg";
6385
6426
  }>;
6427
+ colorToken: z.ZodOptional<z.ZodString>;
6386
6428
  }, z.core.$strip>;
6387
6429
  trigger: z.ZodObject<{
6388
6430
  textColorToken: z.ZodString;
@@ -6602,9 +6644,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6602
6644
  }, z.core.$strip>>>;
6603
6645
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6604
6646
  fill: "fill";
6647
+ custom: "custom";
6605
6648
  fit: "fit";
6606
6649
  original: "original";
6607
- custom: "custom";
6608
6650
  }>>>;
6609
6651
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6610
6652
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -6645,6 +6687,10 @@ export declare const themesTurnSchema: z.ZodObject<{
6645
6687
  quiet: "quiet";
6646
6688
  "brand-depth": "brand-depth";
6647
6689
  }>>>;
6690
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6691
+ plain: "plain";
6692
+ "lined-panel": "lined-panel";
6693
+ }>>>;
6648
6694
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6649
6695
  pill: "pill";
6650
6696
  plain: "plain";
@@ -6761,9 +6807,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6761
6807
  }, z.core.$strip>>>;
6762
6808
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6763
6809
  fill: "fill";
6810
+ custom: "custom";
6764
6811
  fit: "fit";
6765
6812
  original: "original";
6766
- custom: "custom";
6767
6813
  }>>>;
6768
6814
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6769
6815
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -6857,9 +6903,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6857
6903
  }, z.core.$strip>>>;
6858
6904
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6859
6905
  fill: "fill";
6906
+ custom: "custom";
6860
6907
  fit: "fit";
6861
6908
  original: "original";
6862
- custom: "custom";
6863
6909
  }>>>;
6864
6910
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6865
6911
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -17,10 +17,107 @@ export declare const appearancePresets: readonly [{
17
17
  readonly transitionAfter: "soft-fade-short";
18
18
  readonly emphasis: "high";
19
19
  readonly sectionHeight: "hero";
20
+ readonly heroComposition: "center";
21
+ readonly heroTypographyScale: "display";
20
22
  readonly imageSurfaceTreatment: {
21
23
  readonly kind: "neutral-wash";
22
24
  };
23
25
  };
26
+ }, {
27
+ readonly kind: "block-design";
28
+ readonly id: "hero-bottom-left-panel";
29
+ readonly target: "hero";
30
+ readonly label: "Bottom-left panel hero";
31
+ readonly blockKinds: readonly ["block.hero"];
32
+ readonly constraints: {
33
+ readonly layoutFamilies: readonly ["centered", "compact"];
34
+ };
35
+ readonly optionGroups: readonly [{
36
+ readonly id: "image-surface-treatment";
37
+ readonly label: "Treatment";
38
+ readonly selectedOptionId: "neutral-scrim";
39
+ readonly options: readonly [{
40
+ readonly id: "neutral-scrim";
41
+ readonly label: "Neutral scrim";
42
+ readonly designPatch: {
43
+ readonly imageSurfaceTreatment: {
44
+ readonly kind: "neutral-scrim";
45
+ readonly intensity: "balanced";
46
+ };
47
+ };
48
+ }, {
49
+ readonly id: "brand-scrim-primary";
50
+ readonly label: "Brand scrim";
51
+ readonly designPatch: {
52
+ readonly imageSurfaceTreatment: {
53
+ readonly kind: "brand-scrim";
54
+ readonly token: "primary";
55
+ readonly intensity: "balanced";
56
+ };
57
+ };
58
+ }];
59
+ }];
60
+ readonly layoutPatches: readonly [{
61
+ readonly constraints: {
62
+ readonly layoutVariantKeys: readonly ["micro"];
63
+ };
64
+ readonly designPatch: {
65
+ readonly sectionHeight: "banner";
66
+ readonly heroTypographyScale: "editorial";
67
+ };
68
+ }];
69
+ readonly design: {
70
+ readonly sectionSurface: "hero-image";
71
+ readonly contentFrame: Readonly<{
72
+ kind: "panel";
73
+ treatment: "raised";
74
+ }>;
75
+ readonly itemSurface: "none";
76
+ readonly transitionAfter: "soft-fade-short";
77
+ readonly emphasis: "high";
78
+ readonly sectionHeight: "immersive";
79
+ readonly heroComposition: "bottom-left";
80
+ readonly heroTypographyScale: "display";
81
+ readonly imageSurfaceTreatment: {
82
+ readonly kind: "neutral-scrim";
83
+ readonly intensity: "balanced";
84
+ };
85
+ };
86
+ }, {
87
+ readonly kind: "block-design";
88
+ readonly id: "hero-poster-image";
89
+ readonly target: "hero";
90
+ readonly label: "Poster image hero";
91
+ readonly blockKinds: readonly ["block.hero"];
92
+ readonly constraints: {
93
+ readonly layoutFamilies: readonly ["centered", "compact"];
94
+ };
95
+ readonly layoutPatches: readonly [{
96
+ readonly constraints: {
97
+ readonly layoutVariantKeys: readonly ["micro"];
98
+ };
99
+ readonly designPatch: {
100
+ readonly sectionHeight: "banner";
101
+ readonly heroTypographyScale: "display";
102
+ };
103
+ }];
104
+ readonly design: {
105
+ readonly sectionSurface: "hero-image";
106
+ readonly contentFrame: {
107
+ readonly kind: "plain";
108
+ };
109
+ readonly itemSurface: "none";
110
+ readonly transitionAfter: "soft-fade-short";
111
+ readonly emphasis: "high";
112
+ readonly sectionHeight: "immersive";
113
+ readonly heroComposition: "center";
114
+ readonly heroTypographyScale: "poster";
115
+ readonly imageSurfaceTreatment: {
116
+ readonly kind: "brand-scrim";
117
+ readonly token: "primary";
118
+ readonly intensity: "strong";
119
+ };
120
+ };
24
121
  }, {
25
122
  readonly kind: "block-design";
26
123
  readonly id: "hero-brand-scrim";
@@ -70,6 +167,8 @@ export declare const appearancePresets: readonly [{
70
167
  readonly transitionAfter: "soft-fade-short";
71
168
  readonly emphasis: "high";
72
169
  readonly sectionHeight: "immersive";
170
+ readonly heroComposition: "center";
171
+ readonly heroTypographyScale: "display";
73
172
  readonly imageSurfaceTreatment: {
74
173
  readonly kind: "brand-scrim";
75
174
  readonly token: "primary";
@@ -124,6 +223,8 @@ export declare const appearancePresets: readonly [{
124
223
  readonly transitionAfter: "soft-fade-short";
125
224
  readonly emphasis: "high";
126
225
  readonly sectionHeight: "immersive";
226
+ readonly heroComposition: "center";
227
+ readonly heroTypographyScale: "display";
127
228
  readonly imageSurfaceTreatment: {
128
229
  readonly kind: "brand-scrim";
129
230
  readonly token: "primary";
@@ -148,6 +249,8 @@ export declare const appearancePresets: readonly [{
148
249
  readonly itemSurface: "none";
149
250
  readonly transitionAfter: "soft-fade-short";
150
251
  readonly emphasis: "high";
252
+ readonly heroComposition: "center";
253
+ readonly heroTypographyScale: "editorial";
151
254
  readonly eyebrowTreatment: "accent-pill-bounce";
152
255
  };
153
256
  }, {
@@ -165,6 +268,87 @@ export declare const appearancePresets: readonly [{
165
268
  readonly itemSurface: "none";
166
269
  readonly transitionAfter: "none";
167
270
  readonly emphasis: "high";
271
+ readonly heroComposition: "center";
272
+ readonly heroTypographyScale: "editorial";
273
+ };
274
+ }, {
275
+ readonly kind: "block-design";
276
+ readonly id: "hero-split-editorial";
277
+ readonly target: "hero";
278
+ readonly label: "Editorial split hero";
279
+ readonly blockKinds: readonly ["block.hero"];
280
+ readonly constraints: {
281
+ readonly layoutFamilies: readonly ["split"];
282
+ };
283
+ readonly design: {
284
+ readonly sectionSurface: "base";
285
+ readonly contentFrame: {
286
+ readonly kind: "plain";
287
+ };
288
+ readonly itemSurface: "none";
289
+ readonly transitionAfter: "soft-fade-short";
290
+ readonly emphasis: "high";
291
+ readonly heroTypographyScale: "editorial";
292
+ };
293
+ }, {
294
+ readonly kind: "block-design";
295
+ readonly id: "hero-split-brand";
296
+ readonly target: "hero";
297
+ readonly label: "Brand split hero";
298
+ readonly blockKinds: readonly ["block.hero"];
299
+ readonly constraints: {
300
+ readonly layoutFamilies: readonly ["split"];
301
+ };
302
+ readonly design: {
303
+ readonly sectionSurface: "brand-depth-band";
304
+ readonly contentFrame: {
305
+ readonly kind: "plain";
306
+ };
307
+ readonly itemSurface: "none";
308
+ readonly transitionAfter: "soft-fade-short";
309
+ readonly emphasis: "high";
310
+ readonly heroTypographyScale: "display";
311
+ readonly eyebrowTreatment: "accent-pill-bounce";
312
+ };
313
+ }, {
314
+ readonly kind: "block-design";
315
+ readonly id: "hero-split-soft-panel";
316
+ readonly target: "hero";
317
+ readonly label: "Soft panel split hero";
318
+ readonly blockKinds: readonly ["block.hero"];
319
+ readonly constraints: {
320
+ readonly layoutFamilies: readonly ["split"];
321
+ };
322
+ readonly design: {
323
+ readonly sectionSurface: "muted-band";
324
+ readonly contentFrame: Readonly<{
325
+ kind: "panel";
326
+ treatment: "raised";
327
+ }>;
328
+ readonly itemSurface: "none";
329
+ readonly transitionAfter: "soft-fade-short";
330
+ readonly emphasis: "high";
331
+ readonly heroTypographyScale: "editorial";
332
+ };
333
+ }, {
334
+ readonly kind: "block-design";
335
+ readonly id: "hero-split-accent";
336
+ readonly target: "hero";
337
+ readonly label: "Accent split hero";
338
+ readonly blockKinds: readonly ["block.hero"];
339
+ readonly constraints: {
340
+ readonly layoutFamilies: readonly ["split"];
341
+ };
342
+ readonly design: {
343
+ readonly sectionSurface: "accent-band";
344
+ readonly contentFrame: Readonly<{
345
+ kind: "panel";
346
+ treatment: "raised";
347
+ }>;
348
+ readonly itemSurface: "none";
349
+ readonly transitionAfter: "soft-fade-short";
350
+ readonly emphasis: "high";
351
+ readonly heroTypographyScale: "display";
168
352
  };
169
353
  }, {
170
354
  readonly kind: "block-design";
@@ -198,9 +382,9 @@ export declare const appearancePresets: readonly [{
198
382
  };
199
383
  }, {
200
384
  readonly kind: "block-design";
201
- readonly id: "intro-soft-earth-statement";
385
+ readonly id: "intro-organic-statement";
202
386
  readonly target: "intro";
203
- readonly label: "Soft Earth intro statement";
387
+ readonly label: "Organic intro statement";
204
388
  readonly blockKinds: readonly ["block.intro"];
205
389
  readonly design: {
206
390
  readonly sectionSurface: "base";
@@ -233,9 +417,9 @@ export declare const appearancePresets: readonly [{
233
417
  };
234
418
  }, {
235
419
  readonly kind: "block-design";
236
- readonly id: "feature-cards-soft-earth-offerings";
420
+ readonly id: "feature-cards-raised-rule";
237
421
  readonly target: "feature-cards";
238
- readonly label: "Soft Earth offering cards";
422
+ readonly label: "Raised cards with rule";
239
423
  readonly blockKinds: readonly ["block.feature-cards"];
240
424
  readonly design: {
241
425
  readonly sectionSurface: "base";
@@ -266,6 +450,22 @@ export declare const appearancePresets: readonly [{
266
450
  readonly transitionAfter: "none";
267
451
  readonly emphasis: "medium";
268
452
  };
453
+ }, {
454
+ readonly kind: "block-design";
455
+ readonly id: "events-lined-panel";
456
+ readonly target: "events";
457
+ readonly label: "Lined event panel";
458
+ readonly blockKinds: readonly ["block.event-calendar", "block.event-listing"];
459
+ readonly design: {
460
+ readonly sectionSurface: "base";
461
+ readonly contentFrame: {
462
+ readonly kind: "plain";
463
+ };
464
+ readonly itemSurface: "none";
465
+ readonly transitionAfter: "none";
466
+ readonly emphasis: "medium";
467
+ readonly eventListTreatment: "lined-panel";
468
+ };
269
469
  }, {
270
470
  readonly kind: "block-design";
271
471
  readonly id: "schedule-details-accent-section";
@@ -331,9 +531,9 @@ export declare const appearancePresets: readonly [{
331
531
  };
332
532
  }, {
333
533
  readonly kind: "block-design";
334
- readonly id: "testimonials-carded-proof";
534
+ readonly id: "testimonials-simple-cards";
335
535
  readonly target: "testimonials";
336
- readonly label: "Carded social proof";
536
+ readonly label: "Simple testimonial cards";
337
537
  readonly blockKinds: readonly ["block.testimonials"];
338
538
  readonly design: {
339
539
  readonly sectionSurface: "base";
@@ -346,9 +546,9 @@ export declare const appearancePresets: readonly [{
346
546
  };
347
547
  }, {
348
548
  readonly kind: "block-design";
349
- readonly id: "testimonials-contained-proof";
549
+ readonly id: "testimonials-raised-panel";
350
550
  readonly target: "testimonials";
351
- readonly label: "Contained social proof";
551
+ readonly label: "Raised testimonial panel";
352
552
  readonly blockKinds: readonly ["block.testimonials"];
353
553
  readonly design: {
354
554
  readonly sectionSurface: "muted-band";
@@ -362,9 +562,9 @@ export declare const appearancePresets: readonly [{
362
562
  };
363
563
  }, {
364
564
  readonly kind: "block-design";
365
- readonly id: "testimonials-dark-proof";
565
+ readonly id: "testimonials-accent-panel";
366
566
  readonly target: "testimonials";
367
- readonly label: "Dark proof panel";
567
+ readonly label: "Accent testimonial panel";
368
568
  readonly blockKinds: readonly ["block.testimonials"];
369
569
  readonly design: {
370
570
  readonly sectionSurface: "accent-band";
@@ -378,9 +578,9 @@ export declare const appearancePresets: readonly [{
378
578
  };
379
579
  }, {
380
580
  readonly kind: "block-design";
381
- readonly id: "testimonials-accent-quote-proof";
581
+ readonly id: "testimonials-accent-quote-cards";
382
582
  readonly target: "testimonials";
383
- readonly label: "Accent quote proof";
583
+ readonly label: "Accent quote cards";
384
584
  readonly blockKinds: readonly ["block.testimonials"];
385
585
  readonly design: {
386
586
  readonly sectionSurface: "accent-band";
@@ -394,9 +594,9 @@ export declare const appearancePresets: readonly [{
394
594
  };
395
595
  }, {
396
596
  readonly kind: "block-design";
397
- readonly id: "testimonials-soft-earth-proof-band";
597
+ readonly id: "testimonials-brand-background-quotes";
398
598
  readonly target: "testimonials";
399
- readonly label: "Soft Earth proof band";
599
+ readonly label: "Brand background quotes";
400
600
  readonly blockKinds: readonly ["block.testimonials"];
401
601
  readonly design: {
402
602
  readonly sectionSurface: "brand-depth-band";
@@ -444,26 +644,6 @@ export declare const appearancePresets: readonly [{
444
644
  readonly transitionAfter: "none";
445
645
  readonly emphasis: "low";
446
646
  };
447
- }, {
448
- readonly kind: "block-design";
449
- readonly id: "faq-soft-earth-two-column";
450
- readonly target: "faq";
451
- readonly label: "Soft Earth two-column FAQ";
452
- readonly blockKinds: readonly ["block.faq"];
453
- readonly design: {
454
- readonly sectionSurface: "base";
455
- readonly contentFrame: {
456
- readonly kind: "plain";
457
- };
458
- readonly itemSurface: "flat";
459
- readonly transitionAfter: "none";
460
- readonly emphasis: "medium";
461
- readonly accordionIconTreatment: {
462
- readonly iconSet: "plus";
463
- readonly colorToken: "primary";
464
- readonly motion: "swap";
465
- };
466
- };
467
647
  }, {
468
648
  readonly kind: "block-design";
469
649
  readonly id: "contact-form-panel";