@riverbankcms/sdk 0.77.0 → 0.78.0

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 (237) hide show
  1. package/README.md +69 -0
  2. package/dist/{PreviewEditorSidebar-XSX7QKHQ.mjs → PreviewEditorSidebar-RIKFQ72L.mjs} +4916 -4847
  3. package/dist/{PreviewEditorUI-YZNEZ3QD.mjs → PreviewEditorUI-XO7TUWKK.mjs} +3 -3
  4. package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +194 -184
  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/demoDashboardMutationSurfaces.d.ts +46 -0
  11. package/dist/_dts/api/src/endpoints.d.ts +8 -0
  12. package/dist/_dts/api/src/index.d.ts +14 -2
  13. package/dist/_dts/api/src/navigation/dashboardBookingsNav.d.ts +87 -0
  14. package/dist/_dts/api/src/navigation/dashboardDemoNav.d.ts +5 -0
  15. package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +45 -0
  16. package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +42 -0
  17. package/dist/_dts/api/src/navigation/dashboardTeamMemberNav.d.ts +24 -0
  18. package/dist/_dts/api/src/navigation/linkUrlType.d.ts +3 -0
  19. package/dist/_dts/api/src/navigation.d.ts +12 -0
  20. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +55 -26
  21. package/dist/_dts/api/src/staffAccess.d.ts +79 -0
  22. package/dist/_dts/api/src/types.d.ts +3 -1
  23. package/dist/_dts/api/src/workflows/automaticWorkflowTriggers.d.ts +21 -0
  24. package/dist/_dts/blocks/src/client/site-chrome.d.ts +4 -1
  25. package/dist/_dts/blocks/src/customBlockRegistry.d.ts +20 -1
  26. package/dist/_dts/blocks/src/index.d.ts +3 -2
  27. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
  28. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
  29. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
  30. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
  31. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
  32. package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +2 -2
  33. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
  34. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
  35. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
  36. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +21 -21
  37. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
  38. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
  39. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
  40. package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +2 -2
  41. package/dist/_dts/blocks/src/system/data/index.d.ts +5 -3
  42. package/dist/_dts/blocks/src/system/data/previewResolvedDataState.d.ts +45 -0
  43. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +2 -1
  44. package/dist/_dts/blocks/src/system/fragments/library/faqAccordion.d.ts +5 -0
  45. package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +5 -0
  46. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +29 -29
  47. package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +10 -0
  48. package/dist/_dts/blocks/src/system/node/fragments/index.d.ts +1 -0
  49. package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +9 -0
  50. package/dist/_dts/blocks/src/system/runtime/api/client.d.ts +3 -2
  51. package/dist/_dts/blocks/src/system/runtime/api/endpoints.d.ts +8 -0
  52. package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -1
  53. package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +43 -8
  54. package/dist/_dts/blocks/src/system/runtime/components/multi-step/runtimeFormValidation.d.ts +28 -0
  55. package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +8 -7
  56. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCompactRow.d.ts +1 -4
  57. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +7 -0
  58. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -8
  59. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.server.d.ts +2 -9
  60. package/dist/_dts/blocks/src/system/runtime/nodes/shop-cart-discount-ui.d.ts +5 -0
  61. package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +76 -0
  62. package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout.state.d.ts +1 -4
  63. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce-store.d.ts +2 -0
  64. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.shared.d.ts +1 -0
  65. package/dist/_dts/blocks/src/system/runtime/nodes/shop-discount-apply.state.d.ts +52 -0
  66. package/dist/_dts/blocks/src/system/runtime/nodes/shop.state.d.ts +2 -4
  67. package/dist/_dts/blocks/src/system/runtime/nodes/useDiscountApply.d.ts +21 -0
  68. package/dist/_dts/blocks/src/system/runtime/shared/components/DiscountCodeDisclosure.d.ts +54 -0
  69. package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +2 -0
  70. package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +2 -2
  71. package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +4 -4
  72. package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
  73. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
  74. package/dist/_dts/content-editor/src/contentTypeEditorContentState.d.ts +26 -0
  75. package/dist/_dts/content-editor/src/definitions/factory.d.ts +75 -0
  76. package/dist/_dts/content-editor/src/entryWorkflows.d.ts +2 -0
  77. package/dist/_dts/content-editor/src/footerBlocksEditorState.d.ts +76 -0
  78. package/dist/_dts/content-editor/src/index.d.ts +5 -0
  79. package/dist/_dts/content-editor/src/pageWorkflowContent.d.ts +29 -0
  80. package/dist/_dts/content-model/src/content-types/schema.d.ts +3 -3
  81. package/dist/_dts/content-model/src/index.d.ts +1 -0
  82. package/dist/_dts/content-model/src/routeTemplate.d.ts +4 -0
  83. package/dist/_dts/content-model/src/templates/editorState.d.ts +25 -0
  84. package/dist/_dts/core/src/csv-cells.d.ts +10 -0
  85. package/dist/_dts/core/src/csv-date-filter.d.ts +27 -0
  86. package/dist/_dts/core/src/csv-escape.d.ts +1 -0
  87. package/dist/_dts/core/src/csv-filename.d.ts +18 -0
  88. package/dist/_dts/core/src/csv-render.d.ts +4 -0
  89. package/dist/_dts/core/src/csv-types.d.ts +116 -0
  90. package/dist/_dts/core/src/currency-format.d.ts +4 -0
  91. package/dist/_dts/core/src/demo-capability-policy.d.ts +29 -0
  92. package/dist/_dts/core/src/demo-claim-access.d.ts +14 -0
  93. package/dist/_dts/core/src/demo-lifecycle-status.d.ts +11 -0
  94. package/dist/_dts/core/src/demo-runtime.d.ts +47 -0
  95. package/dist/_dts/core/src/duration.d.ts +14 -0
  96. package/dist/_dts/core/src/email-format.d.ts +10 -0
  97. package/dist/_dts/core/src/field-errors.d.ts +1 -0
  98. package/dist/_dts/core/src/form-submission-preview.d.ts +24 -0
  99. package/dist/_dts/core/src/index.d.ts +20 -0
  100. package/dist/_dts/core/src/number-input.d.ts +22 -0
  101. package/dist/_dts/core/src/public-url-validation.d.ts +12 -0
  102. package/dist/_dts/core/src/slug.d.ts +39 -0
  103. package/dist/_dts/core/src/string.d.ts +19 -0
  104. package/dist/_dts/core/src/uuid.d.ts +6 -0
  105. package/dist/_dts/db/src/schemas/forms.d.ts +50 -50
  106. package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +34 -0
  107. package/dist/_dts/media-core/src/bulkDeletePlanning.d.ts +24 -0
  108. package/dist/_dts/media-core/src/canonicalCropReview.d.ts +66 -0
  109. package/dist/_dts/media-core/src/classifyAllPlanning.d.ts +48 -0
  110. package/dist/_dts/media-core/src/filename.d.ts +1 -0
  111. package/dist/_dts/media-core/src/index.d.ts +10 -0
  112. package/dist/_dts/media-core/src/mediaAssetUsageStatus.d.ts +47 -0
  113. package/dist/_dts/media-core/src/mediaSettingsState.d.ts +3 -0
  114. package/dist/_dts/media-core/src/portableMediaReferences.d.ts +38 -0
  115. package/dist/_dts/media-core/src/uploadVerificationContract.d.ts +28 -0
  116. package/dist/_dts/media-core/src/videoAssetRepair.d.ts +38 -0
  117. package/dist/_dts/media-editor/src/mediaEditorDebug.d.ts +1 -0
  118. package/dist/_dts/path-utils/src/index.d.ts +8 -0
  119. package/dist/_dts/path-utils/src/redirectPaths.d.ts +26 -0
  120. package/dist/_dts/path-utils/src/safeAppPath.d.ts +26 -0
  121. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +2 -1
  122. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -0
  123. package/dist/_dts/preview-next/src/client/preview/previewDocumentFrame.d.ts +31 -0
  124. package/dist/_dts/sdk/src/client/error.d.ts +3 -0
  125. package/dist/_dts/sdk/src/client/index.d.ts +2 -2
  126. package/dist/_dts/sdk/src/client/types.d.ts +37 -19
  127. package/dist/_dts/sdk/src/contracts/theme.d.ts +1 -1
  128. package/dist/_dts/sdk/src/index.d.ts +2 -2
  129. package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +16 -16
  130. package/dist/_dts/sdk/src/next/content-load-failure.d.ts +51 -0
  131. package/dist/_dts/sdk/src/next/index.d.ts +2 -1
  132. package/dist/_dts/sdk/src/next/types.d.ts +19 -0
  133. package/dist/_dts/sdk/src/portal/redirects.d.ts +1 -1
  134. package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
  135. package/dist/_dts/sdk/src/routing/index.d.ts +3 -2
  136. package/dist/_dts/sdk/src/routing/resolvePageContent.d.ts +71 -6
  137. package/dist/_dts/sdk/src/version.d.ts +1 -1
  138. package/dist/_dts/site-commands/src/commands.d.ts +12 -12
  139. package/dist/_dts/site-commands/src/index.d.ts +1 -0
  140. package/dist/_dts/site-commands/src/pagePaths.d.ts +6 -0
  141. package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +26 -0
  142. package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -0
  143. package/dist/_dts/theme-core/src/blocks/vars/index.d.ts +1 -0
  144. package/dist/_dts/theme-core/src/fonts/index.d.ts +1 -0
  145. package/dist/_dts/theme-core/src/fonts/uploadFormat.d.ts +44 -0
  146. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  147. package/dist/_dts/theme-core/src/index.d.ts +3 -1
  148. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +63 -51
  149. package/dist/_dts/theme-core/src/navigation/generateNavLinkCSS.d.ts +6 -1
  150. package/dist/_dts/theme-core/src/navigation/types.d.ts +12 -0
  151. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +3 -3
  152. package/dist/_dts/theme-core/src/runtime/themeCssVarNames.d.ts +7 -0
  153. package/dist/_dts/theme-core/src/schema.d.ts +90 -48
  154. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +214 -34
  155. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +5 -2
  156. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +214 -34
  157. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +25 -1
  158. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +35 -7
  159. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
  160. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +96 -34
  161. package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +4 -2
  162. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +9 -1
  163. package/dist/_dts/theme-core/src/site-styles/types.d.ts +27 -2
  164. package/dist/_dts/theme-core/src/siteChrome.d.ts +17 -34
  165. package/dist/_dts/theme-core/src/siteChromeOverlayClearance.d.ts +22 -0
  166. package/dist/_dts/theme-core/src/siteChromePlacement.d.ts +22 -0
  167. package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +32 -0
  168. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
  169. package/dist/{chunk-EAWHBECW.mjs → chunk-F7RTCZYN.mjs} +229 -50
  170. package/dist/{chunk-GSQX43EZ.mjs → chunk-NIDXI46P.mjs} +22 -41
  171. package/dist/{chunk-WLQBJN2Z.mjs → chunk-OECWLDHN.mjs} +4538 -1911
  172. package/dist/{chunk-VX7B5VAC.mjs → chunk-SVMMM2NA.mjs} +8 -0
  173. package/dist/{chunk-6SMUFTXD.mjs → chunk-SXOLGNMX.mjs} +1 -1
  174. package/dist/{chunk-ANKDYZ2E.mjs → chunk-TXDES5P2.mjs} +2 -2
  175. package/dist/cli/index.mjs +2036 -594
  176. package/dist/client/{accordion-RZMQSYLR.mjs → accordion-EVDEOUPR.mjs} +2 -2
  177. package/dist/client/{bookingForm-NF4ASVNV.mjs → bookingForm-DIHBLC64.mjs} +27 -30
  178. package/dist/client/bookings.mjs +3707 -259
  179. package/dist/client/{carousel-LDX47ZIK.mjs → carousel-FEBQHIWI.mjs} +3 -4
  180. package/dist/client/{cart-RGXDS5F4.mjs → cart-7CKSXAE4.mjs} +8 -8
  181. package/dist/client/{checkout-P7WWSNNY.mjs → checkout-WKYCANLV.mjs} +8 -8
  182. package/dist/client/{chunk-JNC7CGHX.mjs → chunk-2SAVKN2M.mjs} +2 -2
  183. package/dist/client/{chunk-TQ5MSPDX.mjs → chunk-36WJCERQ.mjs} +1 -1
  184. package/dist/client/{chunk-R56FQ3RR.mjs → chunk-65F47D7Y.mjs} +280 -71
  185. package/dist/client/{chunk-L3DNHIJX.mjs → chunk-GUK2FPXQ.mjs} +23 -45
  186. package/dist/client/{chunk-PMAIXMAB.mjs → chunk-IVNCUVAV.mjs} +26 -21
  187. package/dist/client/{chunk-II7O4XN3.mjs → chunk-OFMSCGNY.mjs} +2 -2
  188. package/dist/client/chunk-PD6NBCEY.mjs +66 -0
  189. package/dist/client/{chunk-GMVTOKYG.mjs → chunk-RV6FX7UH.mjs} +510 -64
  190. package/dist/client/{chunk-E2TDNXCL.mjs → chunk-RZDWX7QW.mjs} +2 -1
  191. package/dist/client/{chunk-M3L3KYYR.mjs → chunk-UDNSI5PY.mjs} +12 -0
  192. package/dist/client/{chunk-JEZECJ3W.mjs → chunk-VPPMNXCF.mjs} +129 -3
  193. package/dist/client/{chunk-UFSWADAO.mjs → chunk-YDSEG6GZ.mjs} +5 -66
  194. package/dist/client/client.mjs +8983 -6152
  195. package/dist/client/{courseRegistration-7F65K5ZR.mjs → courseRegistration-5QF2PHKM.mjs} +14 -11
  196. package/dist/client/{eventCalendar-GLSC5KTL.mjs → eventCalendar-4ZOSETDU.mjs} +9 -9
  197. package/dist/client/{eventCombined-ZHK4WKUR.mjs → eventCombined-WQGU7JUX.mjs} +9 -9
  198. package/dist/client/{eventDetails-E3PJYBIN.mjs → eventDetails-AYWVUJ5Y.mjs} +9 -9
  199. package/dist/client/{eventListing-EMS3WC3E.mjs → eventListing-NT7C6UT5.mjs} +9 -9
  200. package/dist/client/{eventRegistration-NZOTVNPI.mjs → eventRegistration-OH24F4ZJ.mjs} +9 -9
  201. package/dist/client/{form-ETFZFATW.mjs → form-7L42SRBB.mjs} +6 -6
  202. package/dist/client/{headerSection-4LBP7ULT.mjs → headerSection-OZRZNZ52.mjs} +3 -3
  203. package/dist/client/hooks.mjs +1388 -427
  204. package/dist/client/{locationMap-5M655YSJ.mjs → locationMap-ZBXRPQ7C.mjs} +2 -2
  205. package/dist/client/{newsletterForm-QOUYW44O.mjs → newsletterForm-SNAGFF2I.mjs} +3 -3
  206. package/dist/client/{productDetail-O4DOCWQG.mjs → productDetail-I46BOFGV.mjs} +8 -8
  207. package/dist/client/{productList-A5RO5WIS.mjs → productList-BOYHTYI6.mjs} +8 -8
  208. package/dist/client/rendering/client.mjs +7090 -2645
  209. package/dist/client/rendering/islands.mjs +19 -19
  210. package/dist/client/rendering.mjs +7395 -4767
  211. package/dist/client/{shop-L4MZH4I2.mjs → shop-XTXPZTKR.mjs} +8 -8
  212. package/dist/preview-next/before-render.mjs +8 -0
  213. package/dist/preview-next/client/runtime.mjs +5 -5
  214. package/dist/preview-next/editor-chrome.css +10 -0
  215. package/dist/preview-next/middleware.mjs +8 -0
  216. package/dist/{sdk-runtime-Q6MTR4KL.mjs → sdk-runtime-ZJLKC6DR.mjs} +6 -6
  217. package/dist/server/components.mjs +4175 -2480
  218. package/dist/server/config-validation.mjs +1619 -658
  219. package/dist/server/config.mjs +1619 -658
  220. package/dist/server/data.mjs +1388 -427
  221. package/dist/server/index.mjs +488 -246
  222. package/dist/server/next.mjs +5607 -3354
  223. package/dist/server/page-converter.mjs +912 -259
  224. package/dist/server/prebuild.mjs +1 -1
  225. package/dist/server/rendering/server.mjs +4176 -2481
  226. package/dist/server/rendering.mjs +4194 -2486
  227. package/dist/server/routing.mjs +2078 -639
  228. package/dist/server/server.mjs +1886 -685
  229. package/dist/server/theme-bridge.mjs +4441 -1300
  230. package/dist/server/theme.mjs +89 -12
  231. package/dist/styles/index.css +1576 -1083
  232. package/package.json +2 -1
  233. package/dist/SdkPreviewModeRuntime-5FS5E6BI.mjs +0 -8
  234. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/DiscountCodeSection.d.ts +0 -7
  235. package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +0 -4
  236. package/dist/client/chunk-OJPZEZU2.mjs +0 -31
  237. package/dist/client/chunk-RTZ3JKKX.mjs +0 -178
@@ -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";
@@ -1,5 +1,5 @@
1
1
  import type { BlockLayoutFamily } from './blockFlow';
2
- import type { ContentFrameIntent, EyebrowTreatment, HeroLegibilityStrategy, HeadingDecoration, ImageSurfaceMotion, ImageSurfaceTreatment, AccordionIconTreatment, NonEmptyReadonlyArray, SectionHeightIntent, SiteStyleEmphasis, SiteStyleItemSurfaceIntent, SiteStyleSectionTransitionIntent, SiteStyleSurfaceIntent, TestimonialCardTreatment, TileTreatment } from './types';
2
+ import type { ContentFrameIntent, EyebrowTreatment, EventListTreatment, HeroCompositionIntent, HeroLegibilityStrategy, HeroTypographyScaleIntent, HeadingDecoration, ImageSurfaceMotion, ImageSurfaceTreatment, AccordionIconTreatment, NonEmptyReadonlyArray, SectionHeightIntent, SiteStyleEmphasis, SiteStyleItemSurfaceIntent, SiteStyleSectionTransitionIntent, SiteStyleSurfaceIntent, TestimonialCardTreatment, TileTreatment } from './types';
3
3
  export type AppearancePresetTarget = 'hero' | 'intro' | 'body-text' | 'offerings' | 'feature-cards' | 'events' | 'media-text' | 'testimonials' | 'faq' | 'contact-form' | 'cta';
4
4
  export type BlockAppearanceDesign = Readonly<{
5
5
  sectionSurface: SiteStyleSurfaceIntent;
@@ -9,10 +9,13 @@ export type BlockAppearanceDesign = Readonly<{
9
9
  emphasis: SiteStyleEmphasis;
10
10
  sectionHeight?: SectionHeightIntent;
11
11
  heroLegibility?: HeroLegibilityStrategy;
12
+ heroComposition?: HeroCompositionIntent;
13
+ heroTypographyScale?: HeroTypographyScaleIntent;
12
14
  imageSurfaceTreatment?: ImageSurfaceTreatment;
13
15
  imageSurfaceMotion?: ImageSurfaceMotion;
14
16
  testimonialCardTreatment?: TestimonialCardTreatment;
15
17
  tileTreatment?: TileTreatment;
18
+ eventListTreatment?: EventListTreatment;
16
19
  eyebrowTreatment?: EyebrowTreatment;
17
20
  headingDecoration?: HeadingDecoration;
18
21
  accordionIconTreatment?: AccordionIconTreatment | null;
@@ -21,7 +24,7 @@ export type BlockAppearancePresetConstraints = Readonly<{
21
24
  layoutFamilies?: readonly BlockLayoutFamily[];
22
25
  layoutVariantKeys?: readonly string[];
23
26
  }>;
24
- export type BlockAppearanceOptionDesignPatch = Readonly<Partial<Pick<BlockAppearanceDesign, 'heroLegibility' | 'imageSurfaceTreatment' | 'imageSurfaceMotion' | 'sectionHeight' | 'testimonialCardTreatment' | 'tileTreatment' | 'eyebrowTreatment' | 'headingDecoration' | 'accordionIconTreatment'>>>;
27
+ export type BlockAppearanceOptionDesignPatch = Readonly<Partial<Pick<BlockAppearanceDesign, 'heroLegibility' | 'heroComposition' | 'heroTypographyScale' | 'imageSurfaceTreatment' | 'imageSurfaceMotion' | 'sectionHeight' | 'testimonialCardTreatment' | 'tileTreatment' | 'eventListTreatment' | 'eyebrowTreatment' | 'headingDecoration' | 'accordionIconTreatment'>>>;
25
28
  export type BlockAppearanceLayoutDesignPatch = BlockAppearanceOptionDesignPatch;
26
29
  export type BlockAppearanceOption = Readonly<{
27
30
  id: string;