@riverbankcms/sdk 0.79.0 → 0.81.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 (327) hide show
  1. package/dist/PreviewEditorSidebar-RDCMEXIJ.mjs +3163 -0
  2. package/dist/{PreviewEditorUI-27KJVEET.mjs → PreviewEditorUI-NYGQ6K7B.mjs} +194 -30
  3. package/dist/SdkPreviewModeRuntime-AKCSCZEC.mjs +8 -0
  4. package/dist/_dts/ai/src/contracts/proposals.d.ts +20 -0
  5. package/dist/_dts/api/src/contentRuntime.d.ts +12 -0
  6. package/dist/_dts/api/src/contentTypes.d.ts +6 -0
  7. package/dist/_dts/api/src/endpoints.d.ts +24 -0
  8. package/dist/_dts/api/src/index.d.ts +3 -3
  9. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +53 -0
  10. package/dist/_dts/api/src/siteInfrastructure.d.ts +124 -0
  11. package/dist/_dts/api/src/siteOnboarding.d.ts +13 -0
  12. package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +10 -1
  13. package/dist/_dts/block-form/src/backend/store-backend.d.ts +3 -1
  14. package/dist/_dts/block-form/src/backend/types.d.ts +3 -3
  15. package/dist/_dts/block-form/src/client/index.d.ts +2 -0
  16. package/dist/_dts/block-form/src/index.d.ts +2 -0
  17. package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +2 -1
  18. package/dist/_dts/blocks/src/PageRenderer.d.ts +3 -0
  19. package/dist/_dts/blocks/src/client/header.d.ts +1 -1
  20. package/dist/_dts/blocks/src/client.d.ts +12 -12
  21. package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +20 -28
  22. package/dist/_dts/blocks/src/index.d.ts +7 -5
  23. package/dist/_dts/blocks/src/primitives/content/components/Text.d.ts +1 -1
  24. package/dist/_dts/blocks/src/primitives/content/primitives.d.ts +1 -0
  25. package/dist/_dts/blocks/src/server.d.ts +1 -1
  26. package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +3 -2
  27. package/dist/_dts/blocks/src/system/blocks/events/event-listing.d.ts +2 -2
  28. package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +2 -1
  29. package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +135 -0
  30. package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +9 -1
  31. package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +2 -0
  32. package/dist/_dts/blocks/src/system/blocks/form.d.ts +20 -1
  33. package/dist/_dts/blocks/src/system/blocks/hero.d.ts +2 -0
  34. package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +19 -0
  35. package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +134 -0
  36. package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +7 -1
  37. package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -0
  38. package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
  39. package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
  40. package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +34 -15
  41. package/dist/_dts/blocks/src/system/data/index.d.ts +2 -0
  42. package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +64 -0
  43. package/dist/_dts/blocks/src/system/data/loaderEndpoints.d.ts +1 -1
  44. package/dist/_dts/blocks/src/system/designCapabilities.d.ts +2 -2
  45. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +10 -3
  46. package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +5 -0
  47. package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +2 -0
  48. package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +1 -4
  49. package/dist/_dts/blocks/src/system/node/types.d.ts +8 -1
  50. package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +2 -2
  51. package/dist/_dts/blocks/src/system/registry.d.ts +1 -0
  52. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +51 -57
  53. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +24 -27
  54. package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +10 -2
  55. package/dist/_dts/blocks/src/system/runtime/headingDecoration.d.ts +21 -0
  56. package/dist/_dts/blocks/src/system/runtime/hooks/useCalendarEvents.d.ts +45 -14
  57. package/dist/_dts/blocks/src/system/runtime/hooks/useEventFilters.d.ts +2 -9
  58. package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.d.ts +1 -10
  59. package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +1 -0
  60. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +21 -16
  61. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.client.d.ts +3 -2
  62. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.interactive.d.ts +21 -16
  63. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +22 -33
  64. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.server.d.ts +2 -2
  65. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventSpotlight.d.ts +2 -2
  66. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCard.d.ts +2 -2
  67. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -2
  68. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventModals.d.ts +2 -2
  69. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventPaginatedListView.client.d.ts +2 -3
  70. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/WeekAgendaView.d.ts +3 -3
  71. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/listOptions.d.ts +50 -0
  72. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +2 -1
  73. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -2
  74. package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +29 -14
  75. package/dist/_dts/blocks/src/system/runtime/nodes/offerings-preview.d.ts +21 -0
  76. package/dist/_dts/blocks/src/system/runtime/resolver.d.ts +7 -0
  77. package/dist/_dts/blocks/src/system/transforms/registry/_utils/sectionForegroundStyles.d.ts +2 -0
  78. package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +7 -2
  79. package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +9 -0
  80. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +14 -1
  81. package/dist/_dts/calendar/src/grid.d.ts +27 -0
  82. package/dist/_dts/calendar/src/index.d.ts +2 -2
  83. package/dist/_dts/content-editor/src/controller/useAutosaveTriggers.d.ts +3 -1
  84. package/dist/_dts/content-editor/src/editorTransactionState.d.ts +1 -0
  85. package/dist/_dts/content-editor/src/hooks/autosaveScopePlanning.d.ts +26 -0
  86. package/dist/_dts/content-editor/src/hooks/publishability.d.ts +1 -0
  87. package/dist/_dts/content-editor/src/hooks/useLinkedEntryAutosave.d.ts +23 -0
  88. package/dist/_dts/content-editor/src/hooks/useReactiveToolbar.d.ts +1 -1
  89. package/dist/_dts/content-editor/src/hooks/useSimpleAutosave.d.ts +2 -2
  90. package/dist/_dts/content-editor/src/index.d.ts +3 -1
  91. package/dist/_dts/content-editor/src/lib/json.d.ts +2 -0
  92. package/dist/_dts/content-editor/src/linkedEntries/domain.d.ts +8 -0
  93. package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +58 -0
  94. package/dist/_dts/content-editor/src/ui/editorTransactionState.d.ts +93 -0
  95. package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +60 -3
  96. package/dist/_dts/content-editor/src/ui/stores/autosaveStore.d.ts +2 -0
  97. package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
  98. package/dist/_dts/content-model/src/content-types/builtins.d.ts +43 -0
  99. package/dist/_dts/content-model/src/metadataConfig.d.ts +87 -47
  100. package/dist/_dts/core/src/branded.d.ts +5 -0
  101. package/dist/_dts/core/src/index.d.ts +1 -0
  102. package/dist/_dts/core/src/stable-json.d.ts +1 -0
  103. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +9 -3
  104. package/dist/_dts/editor/src/EditorProvider.d.ts +26 -0
  105. package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +26 -0
  106. package/dist/_dts/editor/src/chrome/EditorStatusBar.d.ts +45 -0
  107. package/dist/_dts/editor/src/chrome/statusBarPresentation.d.ts +25 -0
  108. package/dist/_dts/editor/src/components/EditingToggle.d.ts +9 -0
  109. package/dist/_dts/editor/src/hooks/useEditableElement.d.ts +18 -0
  110. package/dist/_dts/editor/src/index.d.ts +29 -0
  111. package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -0
  112. package/dist/_dts/editor/src/lib/utils.d.ts +1 -0
  113. package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +20 -0
  114. package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +11 -0
  115. package/dist/_dts/editor/src/primitives/SaveContext.d.ts +12 -0
  116. package/dist/_dts/editor/src/primitives/helpers.d.ts +1 -0
  117. package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +26 -0
  118. package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +16 -0
  119. package/dist/_dts/editor/src/primitives/rich-text/config.d.ts +23 -0
  120. package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextImage.d.ts +2 -0
  121. package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextLink.d.ts +1 -0
  122. package/dist/_dts/editor/src/primitives/rich-text/imageActions.d.ts +22 -0
  123. package/dist/_dts/editor/src/primitives/rich-text/sanitize.d.ts +23 -0
  124. package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +6 -0
  125. package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +10 -0
  126. package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +11 -0
  127. package/dist/_dts/editor/src/primitives/rich-text/toolbar/linkPopoverUtils.d.ts +58 -0
  128. package/dist/_dts/editor/src/primitives/rich-text/useRichTextEditor.d.ts +19 -0
  129. package/dist/_dts/editor/src/primitives/rich-text/utils.d.ts +20 -0
  130. package/dist/_dts/editor/src/utils/optimisticTokens.d.ts +27 -0
  131. package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +2 -2
  132. package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +5 -9
  133. package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +2 -6
  134. package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +6 -10
  135. package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +2 -6
  136. package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +6 -4
  137. package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +4 -8
  138. package/dist/_dts/editor-blocks/src/block-editor/actionPresentation.d.ts +15 -0
  139. package/dist/_dts/editor-blocks/src/block-editor/blockHeaderActionPlan.d.ts +49 -0
  140. package/dist/_dts/editor-blocks/src/index.d.ts +2 -0
  141. package/dist/_dts/editor-blocks/src/widgets/index.d.ts +1 -0
  142. package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
  143. package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +1 -1
  144. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +3 -0
  145. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +14 -0
  146. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/index.d.ts +6 -0
  147. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/loaders.d.ts +51 -0
  148. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/types.d.ts +20 -0
  149. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/utils.d.ts +5 -0
  150. package/dist/_dts/media-core/src/index.d.ts +1 -0
  151. package/dist/_dts/media-core/src/renderableMediaAsset.d.ts +18 -0
  152. package/dist/_dts/media-editor/src/MediaEditor.d.ts +4 -1
  153. package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +2 -1
  154. package/dist/_dts/media-editor/src/index.d.ts +1 -1
  155. package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +7 -2
  156. package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +5 -1
  157. package/dist/_dts/preview-next/src/client/blocks/blockCustomizePopoverRows.d.ts +25 -0
  158. package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -1
  159. package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +4 -30
  160. package/dist/_dts/preview-next/src/client/blocks/linkedEntryRenderOverlay.d.ts +11 -0
  161. package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +3 -9
  162. package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +24 -0
  163. package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +35 -0
  164. package/dist/_dts/preview-next/src/client/index.d.ts +0 -1
  165. package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -1
  166. package/dist/_dts/preview-next/src/client/preview/LinkedEntryEditEventBridge.d.ts +1 -0
  167. package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +5 -6
  168. package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +4 -1
  169. package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +20 -0
  170. package/dist/_dts/preview-next/src/client/preview/PreviewChromeLayer.d.ts +20 -0
  171. package/dist/_dts/preview-next/src/client/preview/PreviewDesignHistoryOrderContext.d.ts +13 -0
  172. package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -0
  173. package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +19 -19
  174. package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +13 -0
  175. package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +13 -0
  176. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +47 -4
  177. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +14 -1
  178. package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +5 -0
  179. package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +46 -0
  180. package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +68 -0
  181. package/dist/_dts/preview-next/src/client/preview/previewCustomizeEditorDraftPatch.d.ts +13 -0
  182. package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +8 -1
  183. package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -0
  184. package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +11 -9
  185. package/dist/_dts/preview-next/src/client/preview/previewDesignHistoryOrder.d.ts +18 -0
  186. package/dist/_dts/preview-next/src/client/preview/previewUndoDomains.d.ts +1 -1
  187. package/dist/_dts/preview-next/src/client/preview/siteChromeBrandPreferences.d.ts +41 -0
  188. package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +101 -0
  189. package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +29 -0
  190. package/dist/_dts/preview-next/src/client/preview/siteStyleHistoryState.d.ts +55 -0
  191. package/dist/_dts/preview-next/src/client/preview/storeTypes.d.ts +4 -0
  192. package/dist/_dts/preview-next/src/client/preview/styleConfiguratorApplyPayload.d.ts +1 -0
  193. package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +2 -1
  194. package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +6 -3
  195. package/dist/_dts/preview-next/src/constants.d.ts +0 -1
  196. package/dist/_dts/sdk/src/cli/commands/webhooks.d.ts +44 -0
  197. package/dist/_dts/sdk/src/cli/config-loader.d.ts +3 -1
  198. package/dist/_dts/sdk/src/cli/content/reader.d.ts +5 -3
  199. package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -0
  200. package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +3 -1
  201. package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -0
  202. package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
  203. package/dist/_dts/sdk/src/client/management/types.d.ts +56 -0
  204. package/dist/_dts/sdk/src/client/management/webhooks.d.ts +3 -0
  205. package/dist/_dts/sdk/src/config/types.d.ts +1 -1
  206. package/dist/_dts/sdk/src/config/validation.d.ts +3 -3
  207. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +34 -5
  208. package/dist/_dts/sdk/src/public-api/contracts.d.ts +10 -0
  209. package/dist/_dts/sdk/src/rendering/islands/types.d.ts +42 -0
  210. package/dist/_dts/sdk/src/rendering/mediaAssets.d.ts +4 -0
  211. package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
  212. package/dist/_dts/sdk/src/version.d.ts +1 -1
  213. package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +220 -0
  214. package/dist/_dts/theme-core/src/accordions/types.d.ts +45 -2
  215. package/dist/_dts/theme-core/src/blockOverrides.d.ts +8 -0
  216. package/dist/_dts/theme-core/src/blocks/types.d.ts +1 -1
  217. package/dist/_dts/theme-core/src/blocks/vars/testimonials.d.ts +4 -1
  218. package/dist/_dts/theme-core/src/buttons/constants.d.ts +26 -1
  219. package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
  220. package/dist/_dts/theme-core/src/buttons/personalities/joy-stamp.d.ts +22 -0
  221. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +2 -1
  222. package/dist/_dts/theme-core/src/buttons/types.d.ts +9 -0
  223. package/dist/_dts/theme-core/src/cards/core.d.ts +20 -0
  224. package/dist/_dts/theme-core/src/cards/generateDefaultCardSystem.d.ts +6 -3
  225. package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +149 -0
  226. package/dist/_dts/theme-core/src/cards/types.d.ts +177 -0
  227. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  228. package/dist/_dts/theme-core/src/interactive/types.d.ts +10 -0
  229. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +180 -21
  230. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +30 -0
  231. package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +16 -0
  232. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +1 -1
  233. package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +27 -0
  234. package/dist/_dts/theme-core/src/schema.d.ts +486 -55
  235. package/dist/_dts/theme-core/src/site-styles/accessibleSurfaces.d.ts +4 -1
  236. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +172 -47
  237. package/dist/_dts/theme-core/src/site-styles/appearancePresetResolution.d.ts +6 -2
  238. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +2 -3
  239. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +172 -47
  240. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +140 -2
  241. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +18 -2
  242. package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +20 -1
  243. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +10 -2
  244. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +291 -6
  245. package/dist/_dts/theme-core/src/site-styles/index.d.ts +3 -0
  246. package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +193 -0
  247. package/dist/_dts/theme-core/src/site-styles/pageDesignEditorModel.d.ts +3 -23
  248. package/dist/_dts/theme-core/src/site-styles/pageDesignIntent.d.ts +276 -4
  249. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +2 -8
  250. package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
  251. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +43 -10
  252. package/dist/_dts/theme-core/src/site-styles/sectionTransitions.d.ts +508 -0
  253. package/dist/_dts/theme-core/src/site-styles/siteStyleThemeCompiler.d.ts +11 -0
  254. package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +10 -10
  255. package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
  256. package/dist/_dts/theme-core/src/site-styles/testimonialQuotePresets.d.ts +15 -0
  257. package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
  258. package/dist/_dts/theme-core/src/site-styles/types.d.ts +28 -32
  259. package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
  260. package/dist/{chunk-4HCW7FHJ.mjs → chunk-3PTVPAT4.mjs} +1984 -1142
  261. package/dist/{PreviewEditorSidebar-56NMJMIK.mjs → chunk-3QWQ2MUQ.mjs} +1050 -2609
  262. package/dist/{chunk-GP555I66.mjs → chunk-3VT7LZY2.mjs} +413 -157
  263. package/dist/{chunk-A3HHFKVT.mjs → chunk-4T5JIPWY.mjs} +1 -1
  264. package/dist/{chunk-K2IIF34C.mjs → chunk-E3NZYEKF.mjs} +25 -7
  265. package/dist/{chunk-V47ZU33I.mjs → chunk-WUHKQBB6.mjs} +12062 -3211
  266. package/dist/cli/index.mjs +3395 -817
  267. package/dist/cli/init-docs/content/workflow-isr-revalidation.md +16 -4
  268. package/dist/client/{accordion-QLA7KBYO.mjs → accordion-SFIIZWNH.mjs} +2 -2
  269. package/dist/client/{bookingForm-PYZIPA5G.mjs → bookingForm-CFKZVWGA.mjs} +5 -5
  270. package/dist/client/bookings.mjs +1422 -345
  271. package/dist/client/{carousel-5EIULWBI.mjs → carousel-ELXWSBLA.mjs} +3 -3
  272. package/dist/client/{cart-DOP3FNI4.mjs → cart-6SSCPYY5.mjs} +6 -6
  273. package/dist/client/{checkout-BVMF6FBV.mjs → checkout-UFQ34HPV.mjs} +6 -6
  274. package/dist/client/{chunk-44K2U3QI.mjs → chunk-76JUETXQ.mjs} +139 -186
  275. package/dist/client/{chunk-AUJ5DBZJ.mjs → chunk-7BXX7WXH.mjs} +112 -28
  276. package/dist/client/{chunk-UDS3NTWA.mjs → chunk-G56BSZAM.mjs} +2 -2
  277. package/dist/client/{chunk-V6M5FCR5.mjs → chunk-IUEDYLFJ.mjs} +1 -1
  278. package/dist/client/{chunk-YLDYVRZL.mjs → chunk-NP47RHIX.mjs} +5 -5
  279. package/dist/client/{chunk-R5ESWNKX.mjs → chunk-NX6X3GRF.mjs} +419 -85
  280. package/dist/client/{chunk-CCNTDRCF.mjs → chunk-PA2LJH2M.mjs} +2 -2
  281. package/dist/client/{chunk-CE7IBGVW.mjs → chunk-RMWMT3ZD.mjs} +1 -1
  282. package/dist/client/{chunk-TYONZMST.mjs → chunk-TCJS3NY5.mjs} +1 -1
  283. package/dist/client/{chunk-GG4M2NP6.mjs → chunk-V6XI4M2Q.mjs} +1 -1
  284. package/dist/client/client.mjs +9077 -4410
  285. package/dist/client/{courseRegistration-E6EAA6NL.mjs → courseRegistration-HJIISAAG.mjs} +5 -5
  286. package/dist/client/{eventCalendar-HBG3HAK6.mjs → eventCalendar-F6YVUCZR.mjs} +7 -7
  287. package/dist/client/{eventCombined-6K5ZZWAK.mjs → eventCombined-B5DSTIOK.mjs} +7 -7
  288. package/dist/client/{eventDetails-Q75ICXLT.mjs → eventDetails-SEJDDHQC.mjs} +7 -7
  289. package/dist/client/{eventListing-27P5F7DZ.mjs → eventListing-TPMWIIBO.mjs} +7 -7
  290. package/dist/client/{eventRegistration-IQ7AMASR.mjs → eventRegistration-QU6W2PV6.mjs} +7 -7
  291. package/dist/client/{form-JRTD65FN.mjs → form-LVTYNTDE.mjs} +2 -2
  292. package/dist/client/{headerSection-7FPSSZHS.mjs → headerSection-SO3MFC4U.mjs} +110 -28
  293. package/dist/client/hooks.mjs +4695 -2260
  294. package/dist/client/{locationMap-7NGFNYBH.mjs → locationMap-5E5FLAKO.mjs} +2 -2
  295. package/dist/client/{newsletterForm-F3BADCI2.mjs → newsletterForm-GN32JEBQ.mjs} +2 -2
  296. package/dist/client/{productDetail-V3HP7ITJ.mjs → productDetail-Q346KSVR.mjs} +6 -6
  297. package/dist/client/{productList-L3EGJUF2.mjs → productList-DTDMQYGZ.mjs} +6 -6
  298. package/dist/client/rendering/client.mjs +5795 -3582
  299. package/dist/client/rendering/islands.mjs +32 -20
  300. package/dist/client/rendering.mjs +7988 -3317
  301. package/dist/client/{shop-DQUB5E2C.mjs → shop-OFUW7KPN.mjs} +6 -6
  302. package/dist/preview-next/before-render.mjs +24 -0
  303. package/dist/preview-next/client/runtime.mjs +5 -5
  304. package/dist/preview-next/constants.mjs +0 -2
  305. package/dist/preview-next/index.mjs +0 -2
  306. package/dist/preview-next/middleware.mjs +24 -0
  307. package/dist/{sdk-runtime-AF6KXJU4.mjs → sdk-runtime-2GIX6I7X.mjs} +6 -6
  308. package/dist/server/components.mjs +7384 -3089
  309. package/dist/server/config-validation.mjs +4747 -2418
  310. package/dist/server/config.mjs +4747 -2418
  311. package/dist/server/data.mjs +4695 -2260
  312. package/dist/server/index.mjs +26 -1
  313. package/dist/server/next.mjs +7430 -3039
  314. package/dist/server/page-converter.mjs +3985 -2070
  315. package/dist/server/prebuild.mjs +1 -1
  316. package/dist/server/rendering/server.mjs +7489 -3094
  317. package/dist/server/rendering.mjs +7491 -3096
  318. package/dist/server/routing.mjs +4965 -2386
  319. package/dist/server/server.mjs +4713 -2278
  320. package/dist/server/theme-bridge.mjs +2181 -383
  321. package/dist/server/theme.mjs +477 -222
  322. package/dist/styles/index.css +747 -71
  323. package/package.json +1 -1
  324. package/dist/SdkPreviewModeRuntime-H4BSP6E7.mjs +0 -8
  325. package/dist/_dts/editor-blocks/src/block-editor/actionControlMode.d.ts +0 -2
  326. package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +0 -3
  327. package/dist/chunk-LCY32PXF.mjs +0 -1175
@@ -27,8 +27,8 @@ export declare const axesSchema: z.ZodObject<{
27
27
  }>;
28
28
  motion: z.ZodEnum<{
29
29
  standard: "standard";
30
- subtle: "subtle";
31
30
  expressive: "expressive";
31
+ subtle: "subtle";
32
32
  }>;
33
33
  }, z.core.$strip>;
34
34
  export declare const paletteColorSchema: z.ZodObject<{
@@ -93,8 +93,10 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
93
93
  color: "color";
94
94
  gradient: "gradient";
95
95
  }>>;
96
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
96
97
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
97
98
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
99
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
98
100
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
99
101
  type: z.ZodEnum<{
100
102
  image: "image";
@@ -161,6 +163,8 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
161
163
  }, z.core.$strip>>>;
162
164
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
163
165
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
166
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
167
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
164
168
  }, z.core.$strip>>>;
165
169
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
166
170
  medium: "medium";
@@ -194,17 +198,11 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
194
198
  }>>>;
195
199
  headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
196
200
  family: z.ZodLiteral<"none">;
197
- placement: z.ZodLiteral<"none">;
198
201
  }, z.core.$strip>, z.ZodObject<{
199
202
  family: z.ZodEnum<{
200
203
  "organic-squiggle": "organic-squiggle";
201
204
  "short-center-rule": "short-center-rule";
202
205
  }>;
203
- placement: z.ZodEnum<{
204
- "after-heading": "after-heading";
205
- "between-heading-and-body": "between-heading-and-body";
206
- "under-centered-heading": "under-centered-heading";
207
- }>;
208
206
  colorToken: z.ZodOptional<z.ZodEnum<{
209
207
  text: "text";
210
208
  primary: "primary";
@@ -214,11 +212,10 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
214
212
  accent: "accent";
215
213
  }>>;
216
214
  }, z.core.$strip>]>>>;
217
- headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
215
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
218
216
  off: "off";
219
217
  "site-default": "site-default";
220
- on: "on";
221
- }>>>;
218
+ }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
222
219
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
223
220
  iconSet: z.ZodEnum<{
224
221
  caret: "caret";
@@ -256,8 +253,10 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
256
253
  color: "color";
257
254
  gradient: "gradient";
258
255
  }>>;
256
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
259
257
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
260
258
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
259
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
261
260
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
262
261
  type: z.ZodEnum<{
263
262
  image: "image";
@@ -324,6 +323,8 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
324
323
  }, z.core.$strip>>>;
325
324
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
326
325
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
326
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
327
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
327
328
  }, z.core.$strip>>>;
328
329
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
329
330
  medium: "medium";
@@ -352,8 +353,10 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
352
353
  color: "color";
353
354
  gradient: "gradient";
354
355
  }>>;
356
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
355
357
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
356
358
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
359
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
357
360
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
358
361
  type: z.ZodEnum<{
359
362
  image: "image";
@@ -420,6 +423,8 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
420
423
  }, z.core.$strip>>>;
421
424
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
422
425
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
426
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
427
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
423
428
  }, z.core.$strip>>>;
424
429
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
425
430
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -451,6 +456,16 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
451
456
  }>>>;
452
457
  treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
453
458
  "accent-quote": "accent-quote";
459
+ "editorial-rule": "editorial-rule";
460
+ "soft-panel": "soft-panel";
461
+ "editorial-serif-quote": "editorial-serif-quote";
462
+ "editorial-open": "editorial-open";
463
+ "color-blocked": "color-blocked";
464
+ }>>>;
465
+ cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
466
+ none: "none";
467
+ default: "default";
468
+ alternative: "alternative";
454
469
  }>>>;
455
470
  }, z.core.$strip>;
456
471
  declare const blockStyleOverridesSchema: z.ZodObject<{
@@ -461,8 +476,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
461
476
  color: "color";
462
477
  gradient: "gradient";
463
478
  }>>;
479
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
464
480
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
465
481
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
482
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
466
483
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
467
484
  type: z.ZodEnum<{
468
485
  image: "image";
@@ -529,6 +546,8 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
529
546
  }, z.core.$strip>>>;
530
547
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
531
548
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
549
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
550
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
532
551
  }, z.core.$strip>>>;
533
552
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
534
553
  medium: "medium";
@@ -562,17 +581,11 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
562
581
  }>>>;
563
582
  headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
564
583
  family: z.ZodLiteral<"none">;
565
- placement: z.ZodLiteral<"none">;
566
584
  }, z.core.$strip>, z.ZodObject<{
567
585
  family: z.ZodEnum<{
568
586
  "organic-squiggle": "organic-squiggle";
569
587
  "short-center-rule": "short-center-rule";
570
588
  }>;
571
- placement: z.ZodEnum<{
572
- "after-heading": "after-heading";
573
- "between-heading-and-body": "between-heading-and-body";
574
- "under-centered-heading": "under-centered-heading";
575
- }>;
576
589
  colorToken: z.ZodOptional<z.ZodEnum<{
577
590
  text: "text";
578
591
  primary: "primary";
@@ -582,11 +595,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
582
595
  accent: "accent";
583
596
  }>>;
584
597
  }, z.core.$strip>]>>>;
585
- headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
598
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
586
599
  off: "off";
587
600
  "site-default": "site-default";
588
- on: "on";
589
- }>>>;
601
+ }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
590
602
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
591
603
  iconSet: z.ZodEnum<{
592
604
  caret: "caret";
@@ -624,8 +636,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
624
636
  color: "color";
625
637
  gradient: "gradient";
626
638
  }>>;
639
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
627
640
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
628
641
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
642
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
629
643
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
630
644
  type: z.ZodEnum<{
631
645
  image: "image";
@@ -692,6 +706,8 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
692
706
  }, z.core.$strip>>>;
693
707
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
694
708
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
709
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
710
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
695
711
  }, z.core.$strip>>>;
696
712
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
697
713
  medium: "medium";
@@ -720,8 +736,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
720
736
  color: "color";
721
737
  gradient: "gradient";
722
738
  }>>;
739
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
723
740
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
724
741
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
742
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
725
743
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
726
744
  type: z.ZodEnum<{
727
745
  image: "image";
@@ -788,6 +806,8 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
788
806
  }, z.core.$strip>>>;
789
807
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
790
808
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
809
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
810
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
791
811
  }, z.core.$strip>>>;
792
812
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
793
813
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -819,6 +839,16 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
819
839
  }>>>;
820
840
  treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
821
841
  "accent-quote": "accent-quote";
842
+ "editorial-rule": "editorial-rule";
843
+ "soft-panel": "soft-panel";
844
+ "editorial-serif-quote": "editorial-serif-quote";
845
+ "editorial-open": "editorial-open";
846
+ "color-blocked": "color-blocked";
847
+ }>>>;
848
+ cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
849
+ none: "none";
850
+ default: "default";
851
+ alternative: "alternative";
822
852
  }>>>;
823
853
  }, z.core.$strip>>>;
824
854
  }, z.core.$strip>;
@@ -858,8 +888,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
858
888
  color: "color";
859
889
  gradient: "gradient";
860
890
  }>>;
891
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
861
892
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
862
893
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
894
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
863
895
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
864
896
  type: z.ZodEnum<{
865
897
  image: "image";
@@ -926,6 +958,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
926
958
  }, z.core.$strip>>>;
927
959
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
928
960
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
961
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
962
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
929
963
  }, z.core.$strip>>>;
930
964
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
931
965
  medium: "medium";
@@ -959,17 +993,11 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
959
993
  }>>>;
960
994
  headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
961
995
  family: z.ZodLiteral<"none">;
962
- placement: z.ZodLiteral<"none">;
963
996
  }, z.core.$strip>, z.ZodObject<{
964
997
  family: z.ZodEnum<{
965
998
  "organic-squiggle": "organic-squiggle";
966
999
  "short-center-rule": "short-center-rule";
967
1000
  }>;
968
- placement: z.ZodEnum<{
969
- "after-heading": "after-heading";
970
- "between-heading-and-body": "between-heading-and-body";
971
- "under-centered-heading": "under-centered-heading";
972
- }>;
973
1001
  colorToken: z.ZodOptional<z.ZodEnum<{
974
1002
  text: "text";
975
1003
  primary: "primary";
@@ -979,11 +1007,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
979
1007
  accent: "accent";
980
1008
  }>>;
981
1009
  }, z.core.$strip>]>>>;
982
- headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1010
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
983
1011
  off: "off";
984
1012
  "site-default": "site-default";
985
- on: "on";
986
- }>>>;
1013
+ }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
987
1014
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
988
1015
  iconSet: z.ZodEnum<{
989
1016
  caret: "caret";
@@ -1021,8 +1048,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1021
1048
  color: "color";
1022
1049
  gradient: "gradient";
1023
1050
  }>>;
1051
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
1024
1052
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1025
1053
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1054
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1026
1055
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1027
1056
  type: z.ZodEnum<{
1028
1057
  image: "image";
@@ -1089,6 +1118,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1089
1118
  }, z.core.$strip>>>;
1090
1119
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1091
1120
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1121
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1122
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1092
1123
  }, z.core.$strip>>>;
1093
1124
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1094
1125
  medium: "medium";
@@ -1117,8 +1148,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1117
1148
  color: "color";
1118
1149
  gradient: "gradient";
1119
1150
  }>>;
1151
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
1120
1152
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1121
1153
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1154
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1122
1155
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1123
1156
  type: z.ZodEnum<{
1124
1157
  image: "image";
@@ -1185,6 +1218,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1185
1218
  }, z.core.$strip>>>;
1186
1219
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1187
1220
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1221
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1222
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1188
1223
  }, z.core.$strip>>>;
1189
1224
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1190
1225
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -1216,6 +1251,16 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1216
1251
  }>>>;
1217
1252
  treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1218
1253
  "accent-quote": "accent-quote";
1254
+ "editorial-rule": "editorial-rule";
1255
+ "soft-panel": "soft-panel";
1256
+ "editorial-serif-quote": "editorial-serif-quote";
1257
+ "editorial-open": "editorial-open";
1258
+ "color-blocked": "color-blocked";
1259
+ }>>>;
1260
+ cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1261
+ none: "none";
1262
+ default: "default";
1263
+ alternative: "alternative";
1219
1264
  }>>>;
1220
1265
  }, z.core.$strip>>>;
1221
1266
  }, z.core.$strip>>;
@@ -1684,6 +1729,30 @@ declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
1684
1729
  widest: "widest";
1685
1730
  }>>;
1686
1731
  gradient: z.ZodDefault<z.ZodBoolean>;
1732
+ brandDisplay: z.ZodOptional<z.ZodEnum<{
1733
+ auto: "auto";
1734
+ "logo-only": "logo-only";
1735
+ "logo-plus-title": "logo-plus-title";
1736
+ "title-only": "title-only";
1737
+ }>>;
1738
+ size: z.ZodOptional<z.ZodEnum<{
1739
+ standard: "standard";
1740
+ auto: "auto";
1741
+ compact: "compact";
1742
+ display: "display";
1743
+ generous: "generous";
1744
+ }>>;
1745
+ accommodation: z.ZodOptional<z.ZodEnum<{
1746
+ "title-only": "title-only";
1747
+ "inline-logo-only": "inline-logo-only";
1748
+ "inline-wordmark": "inline-wordmark";
1749
+ "inline-mark-with-title": "inline-mark-with-title";
1750
+ "logo-plate": "logo-plate";
1751
+ "centered-badge": "centered-badge";
1752
+ "popout-badge": "popout-badge";
1753
+ "centered-masthead": "centered-masthead";
1754
+ "hero-badge": "hero-badge";
1755
+ }>>;
1687
1756
  }, z.core.$strip>>;
1688
1757
  declare const headerLogoTextSchema: z.ZodOptional<z.ZodObject<{
1689
1758
  mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
@@ -2013,6 +2082,30 @@ export declare const headerSchema: z.ZodObject<{
2013
2082
  widest: "widest";
2014
2083
  }>>;
2015
2084
  gradient: z.ZodDefault<z.ZodBoolean>;
2085
+ brandDisplay: z.ZodOptional<z.ZodEnum<{
2086
+ auto: "auto";
2087
+ "logo-only": "logo-only";
2088
+ "logo-plus-title": "logo-plus-title";
2089
+ "title-only": "title-only";
2090
+ }>>;
2091
+ size: z.ZodOptional<z.ZodEnum<{
2092
+ standard: "standard";
2093
+ auto: "auto";
2094
+ compact: "compact";
2095
+ display: "display";
2096
+ generous: "generous";
2097
+ }>>;
2098
+ accommodation: z.ZodOptional<z.ZodEnum<{
2099
+ "title-only": "title-only";
2100
+ "inline-logo-only": "inline-logo-only";
2101
+ "inline-wordmark": "inline-wordmark";
2102
+ "inline-mark-with-title": "inline-mark-with-title";
2103
+ "logo-plate": "logo-plate";
2104
+ "centered-badge": "centered-badge";
2105
+ "popout-badge": "popout-badge";
2106
+ "centered-masthead": "centered-masthead";
2107
+ "hero-badge": "hero-badge";
2108
+ }>>;
2016
2109
  }, z.core.$strip>>;
2017
2110
  logoText: z.ZodOptional<z.ZodObject<{
2018
2111
  mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
@@ -2485,9 +2578,9 @@ export declare const footerSchema: z.ZodObject<{
2485
2578
  }, z.core.$strip>>;
2486
2579
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2487
2580
  textAlign: z.ZodOptional<z.ZodEnum<{
2488
- center: "center";
2489
2581
  left: "left";
2490
2582
  right: "right";
2583
+ center: "center";
2491
2584
  }>>;
2492
2585
  paddingY: z.ZodOptional<z.ZodEnum<{
2493
2586
  none: "none";
@@ -2709,6 +2802,32 @@ export declare const gradientsSchema: z.ZodObject<{
2709
2802
  hero: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2710
2803
  background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2711
2804
  }, z.core.$strip>;
2805
+ /**
2806
+ * Testimonial quote-mark treatment, owned by the site style (analogous to the
2807
+ * accordion icon). `style` is the coarse selector; the optional fields fine-tune
2808
+ * it. `none` hides the mark. The block renders the mark; the site style decides
2809
+ * its character; a look may still hide it.
2810
+ */
2811
+ export declare const testimonialQuoteTreatmentSchema: z.ZodObject<{
2812
+ style: z.ZodEnum<{
2813
+ none: "none";
2814
+ "serif-display": "serif-display";
2815
+ "accent-glyph": "accent-glyph";
2816
+ }>;
2817
+ fontFamily: z.ZodOptional<z.ZodEnum<{
2818
+ body: "body";
2819
+ heading: "heading";
2820
+ }>>;
2821
+ scale: z.ZodOptional<z.ZodEnum<{
2822
+ sm: "sm";
2823
+ md: "md";
2824
+ lg: "lg";
2825
+ xl: "xl";
2826
+ }>>;
2827
+ colorToken: z.ZodOptional<z.ZodString>;
2828
+ opacity: z.ZodOptional<z.ZodNumber>;
2829
+ }, z.core.$strip>;
2830
+ export type TestimonialQuoteTreatment = z.infer<typeof testimonialQuoteTreatmentSchema>;
2712
2831
  export declare const themeSchema: z.ZodObject<{
2713
2832
  name: z.ZodString;
2714
2833
  description: z.ZodString;
@@ -2741,8 +2860,8 @@ export declare const themeSchema: z.ZodObject<{
2741
2860
  }>;
2742
2861
  motion: z.ZodEnum<{
2743
2862
  standard: "standard";
2744
- subtle: "subtle";
2745
2863
  expressive: "expressive";
2864
+ subtle: "subtle";
2746
2865
  }>;
2747
2866
  }, z.core.$strip>;
2748
2867
  palette: z.ZodObject<{
@@ -3464,6 +3583,30 @@ export declare const themeSchema: z.ZodObject<{
3464
3583
  widest: "widest";
3465
3584
  }>>;
3466
3585
  gradient: z.ZodDefault<z.ZodBoolean>;
3586
+ brandDisplay: z.ZodOptional<z.ZodEnum<{
3587
+ auto: "auto";
3588
+ "logo-only": "logo-only";
3589
+ "logo-plus-title": "logo-plus-title";
3590
+ "title-only": "title-only";
3591
+ }>>;
3592
+ size: z.ZodOptional<z.ZodEnum<{
3593
+ standard: "standard";
3594
+ auto: "auto";
3595
+ compact: "compact";
3596
+ display: "display";
3597
+ generous: "generous";
3598
+ }>>;
3599
+ accommodation: z.ZodOptional<z.ZodEnum<{
3600
+ "title-only": "title-only";
3601
+ "inline-logo-only": "inline-logo-only";
3602
+ "inline-wordmark": "inline-wordmark";
3603
+ "inline-mark-with-title": "inline-mark-with-title";
3604
+ "logo-plate": "logo-plate";
3605
+ "centered-badge": "centered-badge";
3606
+ "popout-badge": "popout-badge";
3607
+ "centered-masthead": "centered-masthead";
3608
+ "hero-badge": "hero-badge";
3609
+ }>>;
3467
3610
  }, z.core.$strip>>;
3468
3611
  logoText: z.ZodOptional<z.ZodObject<{
3469
3612
  mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
@@ -3921,9 +4064,9 @@ export declare const themeSchema: z.ZodObject<{
3921
4064
  }, z.core.$strip>>;
3922
4065
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3923
4066
  textAlign: z.ZodOptional<z.ZodEnum<{
3924
- center: "center";
3925
4067
  left: "left";
3926
4068
  right: "right";
4069
+ center: "center";
3927
4070
  }>>;
3928
4071
  paddingY: z.ZodOptional<z.ZodEnum<{
3929
4072
  none: "none";
@@ -4058,6 +4201,7 @@ export declare const themeSchema: z.ZodObject<{
4058
4201
  bottom: "bottom";
4059
4202
  "bottom-right": "bottom-right";
4060
4203
  }>>;
4204
+ colorToken: z.ZodOptional<z.ZodString>;
4061
4205
  }, z.core.$strip>>;
4062
4206
  border: z.ZodOptional<z.ZodObject<{
4063
4207
  widthClass: z.ZodString;
@@ -4188,6 +4332,7 @@ export declare const themeSchema: z.ZodObject<{
4188
4332
  comfortable: "comfortable";
4189
4333
  spacious: "spacious";
4190
4334
  }>;
4335
+ foregroundToken: z.ZodOptional<z.ZodString>;
4191
4336
  shadow: z.ZodOptional<z.ZodObject<{
4192
4337
  elevation: z.ZodEnum<{
4193
4338
  medium: "medium";
@@ -4211,17 +4356,62 @@ export declare const themeSchema: z.ZodObject<{
4211
4356
  pill: "pill";
4212
4357
  soft: "soft";
4213
4358
  }>>;
4359
+ cornerRadii: z.ZodOptional<z.ZodObject<{
4360
+ topLeft: z.ZodOptional<z.ZodEnum<{
4361
+ rounded: "rounded";
4362
+ square: "square";
4363
+ pill: "pill";
4364
+ soft: "soft";
4365
+ expressive: "expressive";
4366
+ }>>;
4367
+ topRight: z.ZodOptional<z.ZodEnum<{
4368
+ rounded: "rounded";
4369
+ square: "square";
4370
+ pill: "pill";
4371
+ soft: "soft";
4372
+ expressive: "expressive";
4373
+ }>>;
4374
+ bottomLeft: z.ZodOptional<z.ZodEnum<{
4375
+ rounded: "rounded";
4376
+ square: "square";
4377
+ pill: "pill";
4378
+ soft: "soft";
4379
+ expressive: "expressive";
4380
+ }>>;
4381
+ bottomRight: z.ZodOptional<z.ZodEnum<{
4382
+ rounded: "rounded";
4383
+ square: "square";
4384
+ pill: "pill";
4385
+ soft: "soft";
4386
+ expressive: "expressive";
4387
+ }>>;
4388
+ }, z.core.$strip>>;
4214
4389
  border: z.ZodOptional<z.ZodObject<{
4215
4390
  widthClass: z.ZodString;
4216
4391
  colorToken: z.ZodString;
4217
4392
  }, z.core.$strip>>;
4393
+ accentEdge: z.ZodOptional<z.ZodObject<{
4394
+ edge: z.ZodEnum<{
4395
+ left: "left";
4396
+ right: "right";
4397
+ top: "top";
4398
+ bottom: "bottom";
4399
+ }>;
4400
+ colorToken: z.ZodString;
4401
+ width: z.ZodEnum<{
4402
+ medium: "medium";
4403
+ thick: "thick";
4404
+ thin: "thin";
4405
+ heavy: "heavy";
4406
+ }>;
4407
+ }, z.core.$strip>>;
4218
4408
  }, z.core.$strip>>;
4219
4409
  }, z.core.$strip>>;
4220
4410
  accordions: z.ZodOptional<z.ZodObject<{
4221
- background: z.ZodObject<{
4411
+ background: z.ZodNullable<z.ZodObject<{
4222
4412
  type: z.ZodLiteral<"solid">;
4223
4413
  colorToken: z.ZodString;
4224
- }, z.core.$strip>;
4414
+ }, z.core.$strip>>;
4225
4415
  spacing: z.ZodEnum<{
4226
4416
  medium: "medium";
4227
4417
  none: "none";
@@ -4284,16 +4474,70 @@ export declare const themeSchema: z.ZodObject<{
4284
4474
  regular: "regular";
4285
4475
  semibold: "semibold";
4286
4476
  }>>;
4477
+ fontFamily: z.ZodOptional<z.ZodEnum<{
4478
+ body: "body";
4479
+ heading: "heading";
4480
+ }>>;
4481
+ fontScale: z.ZodOptional<z.ZodEnum<{
4482
+ body: "body";
4483
+ md: "md";
4484
+ lg: "lg";
4485
+ }>>;
4486
+ letterSpacing: z.ZodOptional<z.ZodEnum<{
4487
+ wide: "wide";
4488
+ normal: "normal";
4489
+ tight: "tight";
4490
+ }>>;
4491
+ textTransform: z.ZodOptional<z.ZodEnum<{
4492
+ none: "none";
4493
+ uppercase: "uppercase";
4494
+ }>>;
4287
4495
  }, z.core.$strip>;
4288
4496
  hover: z.ZodObject<{
4289
4497
  backgroundColorToken: z.ZodOptional<z.ZodString>;
4290
4498
  textColorToken: z.ZodOptional<z.ZodString>;
4291
4499
  borderColorToken: z.ZodOptional<z.ZodString>;
4292
4500
  }, z.core.$strip>;
4501
+ openState: z.ZodOptional<z.ZodObject<{
4502
+ backgroundColorToken: z.ZodOptional<z.ZodString>;
4503
+ triggerColorToken: z.ZodOptional<z.ZodString>;
4504
+ accent: z.ZodOptional<z.ZodObject<{
4505
+ edge: z.ZodEnum<{
4506
+ left: "left";
4507
+ top: "top";
4508
+ bottom: "bottom";
4509
+ }>;
4510
+ colorToken: z.ZodString;
4511
+ thickness: z.ZodEnum<{
4512
+ medium: "medium";
4513
+ thick: "thick";
4514
+ thin: "thin";
4515
+ }>;
4516
+ }, z.core.$strip>>;
4517
+ }, z.core.$strip>>;
4293
4518
  content: z.ZodObject<{
4294
4519
  textColorToken: z.ZodString;
4295
4520
  }, z.core.$strip>;
4296
4521
  }, z.core.$strip>>;
4522
+ testimonialQuote: z.ZodOptional<z.ZodObject<{
4523
+ style: z.ZodEnum<{
4524
+ none: "none";
4525
+ "serif-display": "serif-display";
4526
+ "accent-glyph": "accent-glyph";
4527
+ }>;
4528
+ fontFamily: z.ZodOptional<z.ZodEnum<{
4529
+ body: "body";
4530
+ heading: "heading";
4531
+ }>>;
4532
+ scale: z.ZodOptional<z.ZodEnum<{
4533
+ sm: "sm";
4534
+ md: "md";
4535
+ lg: "lg";
4536
+ xl: "xl";
4537
+ }>>;
4538
+ colorToken: z.ZodOptional<z.ZodString>;
4539
+ opacity: z.ZodOptional<z.ZodNumber>;
4540
+ }, z.core.$strip>>;
4297
4541
  inputs: z.ZodOptional<z.ZodObject<{
4298
4542
  base: z.ZodObject<{
4299
4543
  background: z.ZodUnion<readonly [z.ZodObject<{
@@ -4449,8 +4693,10 @@ export declare const themeSchema: z.ZodObject<{
4449
4693
  color: "color";
4450
4694
  gradient: "gradient";
4451
4695
  }>>;
4696
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
4452
4697
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4453
4698
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4699
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4454
4700
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4455
4701
  type: z.ZodEnum<{
4456
4702
  image: "image";
@@ -4517,6 +4763,8 @@ export declare const themeSchema: z.ZodObject<{
4517
4763
  }, z.core.$strip>>>;
4518
4764
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4519
4765
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4766
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4767
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4520
4768
  }, z.core.$strip>>>;
4521
4769
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4522
4770
  medium: "medium";
@@ -4550,17 +4798,11 @@ export declare const themeSchema: z.ZodObject<{
4550
4798
  }>>>;
4551
4799
  headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
4552
4800
  family: z.ZodLiteral<"none">;
4553
- placement: z.ZodLiteral<"none">;
4554
4801
  }, z.core.$strip>, z.ZodObject<{
4555
4802
  family: z.ZodEnum<{
4556
4803
  "organic-squiggle": "organic-squiggle";
4557
4804
  "short-center-rule": "short-center-rule";
4558
4805
  }>;
4559
- placement: z.ZodEnum<{
4560
- "after-heading": "after-heading";
4561
- "between-heading-and-body": "between-heading-and-body";
4562
- "under-centered-heading": "under-centered-heading";
4563
- }>;
4564
4806
  colorToken: z.ZodOptional<z.ZodEnum<{
4565
4807
  text: "text";
4566
4808
  primary: "primary";
@@ -4570,11 +4812,10 @@ export declare const themeSchema: z.ZodObject<{
4570
4812
  accent: "accent";
4571
4813
  }>>;
4572
4814
  }, z.core.$strip>]>>>;
4573
- headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4815
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
4574
4816
  off: "off";
4575
4817
  "site-default": "site-default";
4576
- on: "on";
4577
- }>>>;
4818
+ }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
4578
4819
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4579
4820
  iconSet: z.ZodEnum<{
4580
4821
  caret: "caret";
@@ -4612,8 +4853,10 @@ export declare const themeSchema: z.ZodObject<{
4612
4853
  color: "color";
4613
4854
  gradient: "gradient";
4614
4855
  }>>;
4856
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
4615
4857
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4616
4858
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4859
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4617
4860
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4618
4861
  type: z.ZodEnum<{
4619
4862
  image: "image";
@@ -4680,6 +4923,8 @@ export declare const themeSchema: z.ZodObject<{
4680
4923
  }, z.core.$strip>>>;
4681
4924
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4682
4925
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4926
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4927
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4683
4928
  }, z.core.$strip>>>;
4684
4929
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4685
4930
  medium: "medium";
@@ -4708,8 +4953,10 @@ export declare const themeSchema: z.ZodObject<{
4708
4953
  color: "color";
4709
4954
  gradient: "gradient";
4710
4955
  }>>;
4956
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
4711
4957
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4712
4958
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4959
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4713
4960
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4714
4961
  type: z.ZodEnum<{
4715
4962
  image: "image";
@@ -4776,6 +5023,8 @@ export declare const themeSchema: z.ZodObject<{
4776
5023
  }, z.core.$strip>>>;
4777
5024
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4778
5025
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5026
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5027
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4779
5028
  }, z.core.$strip>>>;
4780
5029
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4781
5030
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -4807,10 +5056,36 @@ export declare const themeSchema: z.ZodObject<{
4807
5056
  }>>>;
4808
5057
  treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4809
5058
  "accent-quote": "accent-quote";
5059
+ "editorial-rule": "editorial-rule";
5060
+ "soft-panel": "soft-panel";
5061
+ "editorial-serif-quote": "editorial-serif-quote";
5062
+ "editorial-open": "editorial-open";
5063
+ "color-blocked": "color-blocked";
5064
+ }>>>;
5065
+ cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5066
+ none: "none";
5067
+ default: "default";
5068
+ alternative: "alternative";
4810
5069
  }>>>;
4811
5070
  }, z.core.$strip>>>;
4812
5071
  }, z.core.$strip>>;
4813
5072
  }, z.core.$strip>>>;
5073
+ headingDecoration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
5074
+ family: z.ZodLiteral<"none">;
5075
+ }, z.core.$strip>, z.ZodObject<{
5076
+ family: z.ZodEnum<{
5077
+ "organic-squiggle": "organic-squiggle";
5078
+ "short-center-rule": "short-center-rule";
5079
+ }>;
5080
+ colorToken: z.ZodOptional<z.ZodEnum<{
5081
+ text: "text";
5082
+ primary: "primary";
5083
+ secondary: "secondary";
5084
+ border: "border";
5085
+ muted: "muted";
5086
+ accent: "accent";
5087
+ }>>;
5088
+ }, z.core.$strip>]>>;
4814
5089
  customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{
4815
5090
  id: z.ZodString;
4816
5091
  selector: z.ZodString;
@@ -4891,8 +5166,8 @@ export declare const themesTurnSchema: z.ZodObject<{
4891
5166
  }>;
4892
5167
  motion: z.ZodEnum<{
4893
5168
  standard: "standard";
4894
- subtle: "subtle";
4895
5169
  expressive: "expressive";
5170
+ subtle: "subtle";
4896
5171
  }>;
4897
5172
  }, z.core.$strip>;
4898
5173
  palette: z.ZodObject<{
@@ -5614,6 +5889,30 @@ export declare const themesTurnSchema: z.ZodObject<{
5614
5889
  widest: "widest";
5615
5890
  }>>;
5616
5891
  gradient: z.ZodDefault<z.ZodBoolean>;
5892
+ brandDisplay: z.ZodOptional<z.ZodEnum<{
5893
+ auto: "auto";
5894
+ "logo-only": "logo-only";
5895
+ "logo-plus-title": "logo-plus-title";
5896
+ "title-only": "title-only";
5897
+ }>>;
5898
+ size: z.ZodOptional<z.ZodEnum<{
5899
+ standard: "standard";
5900
+ auto: "auto";
5901
+ compact: "compact";
5902
+ display: "display";
5903
+ generous: "generous";
5904
+ }>>;
5905
+ accommodation: z.ZodOptional<z.ZodEnum<{
5906
+ "title-only": "title-only";
5907
+ "inline-logo-only": "inline-logo-only";
5908
+ "inline-wordmark": "inline-wordmark";
5909
+ "inline-mark-with-title": "inline-mark-with-title";
5910
+ "logo-plate": "logo-plate";
5911
+ "centered-badge": "centered-badge";
5912
+ "popout-badge": "popout-badge";
5913
+ "centered-masthead": "centered-masthead";
5914
+ "hero-badge": "hero-badge";
5915
+ }>>;
5617
5916
  }, z.core.$strip>>;
5618
5917
  logoText: z.ZodOptional<z.ZodObject<{
5619
5918
  mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
@@ -6071,9 +6370,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6071
6370
  }, z.core.$strip>>;
6072
6371
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6073
6372
  textAlign: z.ZodOptional<z.ZodEnum<{
6074
- center: "center";
6075
6373
  left: "left";
6076
6374
  right: "right";
6375
+ center: "center";
6077
6376
  }>>;
6078
6377
  paddingY: z.ZodOptional<z.ZodEnum<{
6079
6378
  none: "none";
@@ -6208,6 +6507,7 @@ export declare const themesTurnSchema: z.ZodObject<{
6208
6507
  bottom: "bottom";
6209
6508
  "bottom-right": "bottom-right";
6210
6509
  }>>;
6510
+ colorToken: z.ZodOptional<z.ZodString>;
6211
6511
  }, z.core.$strip>>;
6212
6512
  border: z.ZodOptional<z.ZodObject<{
6213
6513
  widthClass: z.ZodString;
@@ -6338,6 +6638,7 @@ export declare const themesTurnSchema: z.ZodObject<{
6338
6638
  comfortable: "comfortable";
6339
6639
  spacious: "spacious";
6340
6640
  }>;
6641
+ foregroundToken: z.ZodOptional<z.ZodString>;
6341
6642
  shadow: z.ZodOptional<z.ZodObject<{
6342
6643
  elevation: z.ZodEnum<{
6343
6644
  medium: "medium";
@@ -6361,17 +6662,62 @@ export declare const themesTurnSchema: z.ZodObject<{
6361
6662
  pill: "pill";
6362
6663
  soft: "soft";
6363
6664
  }>>;
6665
+ cornerRadii: z.ZodOptional<z.ZodObject<{
6666
+ topLeft: z.ZodOptional<z.ZodEnum<{
6667
+ rounded: "rounded";
6668
+ square: "square";
6669
+ pill: "pill";
6670
+ soft: "soft";
6671
+ expressive: "expressive";
6672
+ }>>;
6673
+ topRight: z.ZodOptional<z.ZodEnum<{
6674
+ rounded: "rounded";
6675
+ square: "square";
6676
+ pill: "pill";
6677
+ soft: "soft";
6678
+ expressive: "expressive";
6679
+ }>>;
6680
+ bottomLeft: z.ZodOptional<z.ZodEnum<{
6681
+ rounded: "rounded";
6682
+ square: "square";
6683
+ pill: "pill";
6684
+ soft: "soft";
6685
+ expressive: "expressive";
6686
+ }>>;
6687
+ bottomRight: z.ZodOptional<z.ZodEnum<{
6688
+ rounded: "rounded";
6689
+ square: "square";
6690
+ pill: "pill";
6691
+ soft: "soft";
6692
+ expressive: "expressive";
6693
+ }>>;
6694
+ }, z.core.$strip>>;
6364
6695
  border: z.ZodOptional<z.ZodObject<{
6365
6696
  widthClass: z.ZodString;
6366
6697
  colorToken: z.ZodString;
6367
6698
  }, z.core.$strip>>;
6699
+ accentEdge: z.ZodOptional<z.ZodObject<{
6700
+ edge: z.ZodEnum<{
6701
+ left: "left";
6702
+ right: "right";
6703
+ top: "top";
6704
+ bottom: "bottom";
6705
+ }>;
6706
+ colorToken: z.ZodString;
6707
+ width: z.ZodEnum<{
6708
+ medium: "medium";
6709
+ thick: "thick";
6710
+ thin: "thin";
6711
+ heavy: "heavy";
6712
+ }>;
6713
+ }, z.core.$strip>>;
6368
6714
  }, z.core.$strip>>;
6369
6715
  }, z.core.$strip>>;
6370
6716
  accordions: z.ZodOptional<z.ZodObject<{
6371
- background: z.ZodObject<{
6717
+ background: z.ZodNullable<z.ZodObject<{
6372
6718
  type: z.ZodLiteral<"solid">;
6373
6719
  colorToken: z.ZodString;
6374
- }, z.core.$strip>;
6720
+ }, z.core.$strip>>;
6375
6721
  spacing: z.ZodEnum<{
6376
6722
  medium: "medium";
6377
6723
  none: "none";
@@ -6434,16 +6780,70 @@ export declare const themesTurnSchema: z.ZodObject<{
6434
6780
  regular: "regular";
6435
6781
  semibold: "semibold";
6436
6782
  }>>;
6783
+ fontFamily: z.ZodOptional<z.ZodEnum<{
6784
+ body: "body";
6785
+ heading: "heading";
6786
+ }>>;
6787
+ fontScale: z.ZodOptional<z.ZodEnum<{
6788
+ body: "body";
6789
+ md: "md";
6790
+ lg: "lg";
6791
+ }>>;
6792
+ letterSpacing: z.ZodOptional<z.ZodEnum<{
6793
+ wide: "wide";
6794
+ normal: "normal";
6795
+ tight: "tight";
6796
+ }>>;
6797
+ textTransform: z.ZodOptional<z.ZodEnum<{
6798
+ none: "none";
6799
+ uppercase: "uppercase";
6800
+ }>>;
6437
6801
  }, z.core.$strip>;
6438
6802
  hover: z.ZodObject<{
6439
6803
  backgroundColorToken: z.ZodOptional<z.ZodString>;
6440
6804
  textColorToken: z.ZodOptional<z.ZodString>;
6441
6805
  borderColorToken: z.ZodOptional<z.ZodString>;
6442
6806
  }, z.core.$strip>;
6807
+ openState: z.ZodOptional<z.ZodObject<{
6808
+ backgroundColorToken: z.ZodOptional<z.ZodString>;
6809
+ triggerColorToken: z.ZodOptional<z.ZodString>;
6810
+ accent: z.ZodOptional<z.ZodObject<{
6811
+ edge: z.ZodEnum<{
6812
+ left: "left";
6813
+ top: "top";
6814
+ bottom: "bottom";
6815
+ }>;
6816
+ colorToken: z.ZodString;
6817
+ thickness: z.ZodEnum<{
6818
+ medium: "medium";
6819
+ thick: "thick";
6820
+ thin: "thin";
6821
+ }>;
6822
+ }, z.core.$strip>>;
6823
+ }, z.core.$strip>>;
6443
6824
  content: z.ZodObject<{
6444
6825
  textColorToken: z.ZodString;
6445
6826
  }, z.core.$strip>;
6446
6827
  }, z.core.$strip>>;
6828
+ testimonialQuote: z.ZodOptional<z.ZodObject<{
6829
+ style: z.ZodEnum<{
6830
+ none: "none";
6831
+ "serif-display": "serif-display";
6832
+ "accent-glyph": "accent-glyph";
6833
+ }>;
6834
+ fontFamily: z.ZodOptional<z.ZodEnum<{
6835
+ body: "body";
6836
+ heading: "heading";
6837
+ }>>;
6838
+ scale: z.ZodOptional<z.ZodEnum<{
6839
+ sm: "sm";
6840
+ md: "md";
6841
+ lg: "lg";
6842
+ xl: "xl";
6843
+ }>>;
6844
+ colorToken: z.ZodOptional<z.ZodString>;
6845
+ opacity: z.ZodOptional<z.ZodNumber>;
6846
+ }, z.core.$strip>>;
6447
6847
  inputs: z.ZodOptional<z.ZodObject<{
6448
6848
  base: z.ZodObject<{
6449
6849
  background: z.ZodUnion<readonly [z.ZodObject<{
@@ -6599,8 +6999,10 @@ export declare const themesTurnSchema: z.ZodObject<{
6599
6999
  color: "color";
6600
7000
  gradient: "gradient";
6601
7001
  }>>;
7002
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
6602
7003
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6603
7004
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7005
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6604
7006
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6605
7007
  type: z.ZodEnum<{
6606
7008
  image: "image";
@@ -6667,6 +7069,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6667
7069
  }, z.core.$strip>>>;
6668
7070
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6669
7071
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7072
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7073
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6670
7074
  }, z.core.$strip>>>;
6671
7075
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6672
7076
  medium: "medium";
@@ -6700,17 +7104,11 @@ export declare const themesTurnSchema: z.ZodObject<{
6700
7104
  }>>>;
6701
7105
  headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
6702
7106
  family: z.ZodLiteral<"none">;
6703
- placement: z.ZodLiteral<"none">;
6704
7107
  }, z.core.$strip>, z.ZodObject<{
6705
7108
  family: z.ZodEnum<{
6706
7109
  "organic-squiggle": "organic-squiggle";
6707
7110
  "short-center-rule": "short-center-rule";
6708
7111
  }>;
6709
- placement: z.ZodEnum<{
6710
- "after-heading": "after-heading";
6711
- "between-heading-and-body": "between-heading-and-body";
6712
- "under-centered-heading": "under-centered-heading";
6713
- }>;
6714
7112
  colorToken: z.ZodOptional<z.ZodEnum<{
6715
7113
  text: "text";
6716
7114
  primary: "primary";
@@ -6720,11 +7118,10 @@ export declare const themesTurnSchema: z.ZodObject<{
6720
7118
  accent: "accent";
6721
7119
  }>>;
6722
7120
  }, z.core.$strip>]>>>;
6723
- headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
7121
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
6724
7122
  off: "off";
6725
7123
  "site-default": "site-default";
6726
- on: "on";
6727
- }>>>;
7124
+ }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
6728
7125
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6729
7126
  iconSet: z.ZodEnum<{
6730
7127
  caret: "caret";
@@ -6762,8 +7159,10 @@ export declare const themesTurnSchema: z.ZodObject<{
6762
7159
  color: "color";
6763
7160
  gradient: "gradient";
6764
7161
  }>>;
7162
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
6765
7163
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6766
7164
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7165
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6767
7166
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6768
7167
  type: z.ZodEnum<{
6769
7168
  image: "image";
@@ -6830,6 +7229,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6830
7229
  }, z.core.$strip>>>;
6831
7230
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6832
7231
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7232
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7233
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6833
7234
  }, z.core.$strip>>>;
6834
7235
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6835
7236
  medium: "medium";
@@ -6858,8 +7259,10 @@ export declare const themesTurnSchema: z.ZodObject<{
6858
7259
  color: "color";
6859
7260
  gradient: "gradient";
6860
7261
  }>>;
7262
+ contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
6861
7263
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6862
7264
  gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7265
+ gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6863
7266
  image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6864
7267
  type: z.ZodEnum<{
6865
7268
  image: "image";
@@ -6926,6 +7329,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6926
7329
  }, z.core.$strip>>>;
6927
7330
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6928
7331
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7332
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7333
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6929
7334
  }, z.core.$strip>>>;
6930
7335
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6931
7336
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -6957,10 +7362,36 @@ export declare const themesTurnSchema: z.ZodObject<{
6957
7362
  }>>>;
6958
7363
  treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6959
7364
  "accent-quote": "accent-quote";
7365
+ "editorial-rule": "editorial-rule";
7366
+ "soft-panel": "soft-panel";
7367
+ "editorial-serif-quote": "editorial-serif-quote";
7368
+ "editorial-open": "editorial-open";
7369
+ "color-blocked": "color-blocked";
7370
+ }>>>;
7371
+ cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
7372
+ none: "none";
7373
+ default: "default";
7374
+ alternative: "alternative";
6960
7375
  }>>>;
6961
7376
  }, z.core.$strip>>>;
6962
7377
  }, z.core.$strip>>;
6963
7378
  }, z.core.$strip>>>;
7379
+ headingDecoration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
7380
+ family: z.ZodLiteral<"none">;
7381
+ }, z.core.$strip>, z.ZodObject<{
7382
+ family: z.ZodEnum<{
7383
+ "organic-squiggle": "organic-squiggle";
7384
+ "short-center-rule": "short-center-rule";
7385
+ }>;
7386
+ colorToken: z.ZodOptional<z.ZodEnum<{
7387
+ text: "text";
7388
+ primary: "primary";
7389
+ secondary: "secondary";
7390
+ border: "border";
7391
+ muted: "muted";
7392
+ accent: "accent";
7393
+ }>>;
7394
+ }, z.core.$strip>]>>;
6964
7395
  customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{
6965
7396
  id: z.ZodString;
6966
7397
  selector: z.ZodString;