@riverbankcms/sdk 0.80.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.
- package/dist/{PreviewEditorSidebar-QZG37QIF.mjs → PreviewEditorSidebar-RDCMEXIJ.mjs} +763 -255
- package/dist/{PreviewEditorUI-AXIKSMZA.mjs → PreviewEditorUI-NYGQ6K7B.mjs} +170 -29
- package/dist/SdkPreviewModeRuntime-AKCSCZEC.mjs +8 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +12 -0
- package/dist/_dts/api/src/contentTypes.d.ts +6 -0
- package/dist/_dts/api/src/index.d.ts +2 -2
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +53 -0
- package/dist/_dts/block-form/src/backend/store-backend.d.ts +3 -1
- package/dist/_dts/block-form/src/backend/types.d.ts +3 -3
- package/dist/_dts/blocks/src/PageRenderer.d.ts +3 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +20 -28
- package/dist/_dts/blocks/src/index.d.ts +6 -4
- package/dist/_dts/blocks/src/primitives/content/components/Text.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/primitives.d.ts +1 -0
- package/dist/_dts/blocks/src/server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +135 -0
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +5 -0
- package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/form.d.ts +20 -1
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +19 -0
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +134 -0
- package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -0
- package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +13 -3
- package/dist/_dts/blocks/src/system/data/index.d.ts +2 -0
- package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +64 -0
- package/dist/_dts/blocks/src/system/data/loaderEndpoints.d.ts +1 -1
- package/dist/_dts/blocks/src/system/designCapabilities.d.ts +2 -2
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +6 -1
- package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +0 -1
- package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +2 -0
- package/dist/_dts/blocks/src/system/node/types.d.ts +8 -1
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
- package/dist/_dts/blocks/src/system/registry.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +44 -50
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +21 -24
- package/dist/_dts/blocks/src/system/runtime/headingDecoration.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useCalendarEvents.d.ts +45 -14
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventFilters.d.ts +2 -9
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.d.ts +1 -10
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +21 -16
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.interactive.d.ts +21 -16
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +17 -28
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventPaginatedListView.client.d.ts +2 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/WeekAgendaView.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/listOptions.d.ts +50 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +29 -14
- package/dist/_dts/blocks/src/system/runtime/nodes/offerings-preview.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/resolver.d.ts +7 -0
- package/dist/_dts/blocks/src/system/transforms/registry/_utils/sectionForegroundStyles.d.ts +2 -0
- package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +4 -2
- package/dist/_dts/calendar/src/grid.d.ts +27 -0
- package/dist/_dts/calendar/src/index.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/useAutosaveTriggers.d.ts +3 -1
- package/dist/_dts/content-editor/src/editorTransactionState.d.ts +1 -0
- package/dist/_dts/content-editor/src/hooks/autosaveScopePlanning.d.ts +26 -0
- package/dist/_dts/content-editor/src/hooks/publishability.d.ts +1 -0
- package/dist/_dts/content-editor/src/hooks/useLinkedEntryAutosave.d.ts +23 -0
- package/dist/_dts/content-editor/src/hooks/useReactiveToolbar.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useSimpleAutosave.d.ts +2 -2
- package/dist/_dts/content-editor/src/index.d.ts +3 -1
- package/dist/_dts/content-editor/src/lib/json.d.ts +2 -0
- package/dist/_dts/content-editor/src/linkedEntries/domain.d.ts +8 -0
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +58 -0
- package/dist/_dts/content-editor/src/ui/editorTransactionState.d.ts +93 -0
- package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +60 -3
- package/dist/_dts/content-editor/src/ui/stores/autosaveStore.d.ts +2 -0
- package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
- package/dist/_dts/content-model/src/content-types/builtins.d.ts +43 -0
- package/dist/_dts/content-model/src/metadataConfig.d.ts +87 -47
- package/dist/_dts/core/src/branded.d.ts +5 -0
- package/dist/_dts/core/src/index.d.ts +1 -0
- package/dist/_dts/core/src/stable-json.d.ts +1 -0
- package/dist/_dts/editor/src/EditorProvider.d.ts +26 -0
- package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +26 -0
- package/dist/_dts/editor/src/chrome/EditorStatusBar.d.ts +45 -0
- package/dist/_dts/editor/src/chrome/statusBarPresentation.d.ts +25 -0
- package/dist/_dts/editor/src/components/EditingToggle.d.ts +9 -0
- package/dist/_dts/editor/src/hooks/useEditableElement.d.ts +18 -0
- package/dist/_dts/editor/src/index.d.ts +29 -0
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -0
- package/dist/_dts/editor/src/lib/utils.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +20 -0
- package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +11 -0
- package/dist/_dts/editor/src/primitives/SaveContext.d.ts +12 -0
- package/dist/_dts/editor/src/primitives/helpers.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +26 -0
- package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +16 -0
- package/dist/_dts/editor/src/primitives/rich-text/config.d.ts +23 -0
- package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextImage.d.ts +2 -0
- package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextLink.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/rich-text/imageActions.d.ts +22 -0
- package/dist/_dts/editor/src/primitives/rich-text/sanitize.d.ts +23 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +6 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +10 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +11 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/linkPopoverUtils.d.ts +58 -0
- package/dist/_dts/editor/src/primitives/rich-text/useRichTextEditor.d.ts +19 -0
- package/dist/_dts/editor/src/primitives/rich-text/utils.d.ts +20 -0
- package/dist/_dts/editor/src/utils/optimisticTokens.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +4 -4
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/actionPresentation.d.ts +15 -0
- package/dist/_dts/editor-blocks/src/block-editor/blockHeaderActionPlan.d.ts +49 -0
- package/dist/_dts/editor-blocks/src/widgets/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +14 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/index.d.ts +6 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/loaders.d.ts +51 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/types.d.ts +20 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/utils.d.ts +5 -0
- package/dist/_dts/media-core/src/index.d.ts +1 -0
- package/dist/_dts/media-core/src/renderableMediaAsset.d.ts +18 -0
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +4 -1
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +2 -1
- package/dist/_dts/media-editor/src/index.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +5 -1
- package/dist/_dts/preview-next/src/client/blocks/blockCustomizePopoverRows.d.ts +25 -0
- package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +4 -30
- package/dist/_dts/preview-next/src/client/blocks/linkedEntryRenderOverlay.d.ts +11 -0
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +3 -9
- package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/index.d.ts +0 -1
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -1
- package/dist/_dts/preview-next/src/client/preview/LinkedEntryEditEventBridge.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +3 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewChromeLayer.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignHistoryOrderContext.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +19 -19
- package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +47 -4
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +14 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +5 -0
- package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +46 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +68 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +8 -1
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +11 -9
- package/dist/_dts/preview-next/src/client/preview/previewDesignHistoryOrder.d.ts +18 -0
- package/dist/_dts/preview-next/src/client/preview/previewUndoDomains.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeBrandPreferences.d.ts +41 -0
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +101 -0
- package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +29 -0
- package/dist/_dts/preview-next/src/client/preview/siteStyleHistoryState.d.ts +55 -0
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorApplyPayload.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -2
- package/dist/_dts/preview-next/src/constants.d.ts +0 -1
- package/dist/_dts/sdk/src/cli/config-loader.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +5 -3
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -0
- package/dist/_dts/sdk/src/config/types.d.ts +1 -1
- package/dist/_dts/sdk/src/config/validation.d.ts +3 -3
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +28 -2
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +10 -0
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +42 -0
- package/dist/_dts/sdk/src/rendering/mediaAssets.d.ts +4 -0
- package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/constants.d.ts +26 -1
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/joy-stamp.d.ts +22 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -0
- package/dist/_dts/theme-core/src/buttons/types.d.ts +9 -0
- package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +44 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/interactive/types.d.ts +10 -0
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +27 -6
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +27 -0
- package/dist/_dts/theme-core/src/schema.d.ts +40 -3
- package/dist/_dts/theme-core/src/site-styles/accessibleSurfaces.d.ts +4 -1
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +87 -31
- package/dist/_dts/theme-core/src/site-styles/appearancePresetResolution.d.ts +6 -2
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +87 -31
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +30 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +18 -2
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +6 -2
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +5 -0
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/site-styles/pageDesignEditorModel.d.ts +3 -23
- package/dist/_dts/theme-core/src/site-styles/pageDesignIntent.d.ts +276 -4
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +33 -3
- package/dist/_dts/theme-core/src/site-styles/sectionTransitions.d.ts +508 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +10 -10
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +24 -6
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/{chunk-7PCYG6YV.mjs → chunk-3PTVPAT4.mjs} +1863 -1099
- package/dist/{chunk-5NZGBSJF.mjs → chunk-3QWQ2MUQ.mjs} +469 -1000
- package/dist/{chunk-HTB4BMKD.mjs → chunk-3VT7LZY2.mjs} +321 -113
- package/dist/{chunk-MPBNEVPB.mjs → chunk-4T5JIPWY.mjs} +1 -1
- package/dist/{chunk-BBLZSQEY.mjs → chunk-E3NZYEKF.mjs} +1 -7
- package/dist/{chunk-GYXKAUFV.mjs → chunk-WUHKQBB6.mjs} +9509 -2658
- package/dist/cli/index.mjs +1347 -324
- package/dist/client/{accordion-QFZMNB7O.mjs → accordion-SFIIZWNH.mjs} +2 -2
- package/dist/client/{bookingForm-NCIXFWIG.mjs → bookingForm-CFKZVWGA.mjs} +5 -5
- package/dist/client/bookings.mjs +281 -19
- package/dist/client/{carousel-EO4BJMWD.mjs → carousel-ELXWSBLA.mjs} +3 -3
- package/dist/client/{cart-FTYCLYUW.mjs → cart-6SSCPYY5.mjs} +6 -6
- package/dist/client/{checkout-NFGLVCOX.mjs → checkout-UFQ34HPV.mjs} +6 -6
- package/dist/client/{chunk-6GVVWSPU.mjs → chunk-76JUETXQ.mjs} +139 -186
- package/dist/client/{chunk-AUJ5DBZJ.mjs → chunk-7BXX7WXH.mjs} +112 -28
- package/dist/client/{chunk-IWFZSQNZ.mjs → chunk-G56BSZAM.mjs} +2 -2
- package/dist/client/{chunk-VDS5YFLX.mjs → chunk-IUEDYLFJ.mjs} +1 -1
- package/dist/client/{chunk-PYRBIURC.mjs → chunk-NP47RHIX.mjs} +5 -5
- package/dist/client/{chunk-PUOELU4O.mjs → chunk-NX6X3GRF.mjs} +330 -80
- package/dist/client/{chunk-Y37KDO7P.mjs → chunk-PA2LJH2M.mjs} +2 -2
- package/dist/client/{chunk-CE7IBGVW.mjs → chunk-RMWMT3ZD.mjs} +1 -1
- package/dist/client/{chunk-4W66ALYT.mjs → chunk-TCJS3NY5.mjs} +1 -1
- package/dist/client/{chunk-T6UIP6UZ.mjs → chunk-V6XI4M2Q.mjs} +1 -1
- package/dist/client/client.mjs +5924 -3138
- package/dist/client/{courseRegistration-2EORROPS.mjs → courseRegistration-HJIISAAG.mjs} +5 -5
- package/dist/client/{eventCalendar-WZI4VL6N.mjs → eventCalendar-F6YVUCZR.mjs} +7 -7
- package/dist/client/{eventCombined-QCB2TCNL.mjs → eventCombined-B5DSTIOK.mjs} +7 -7
- package/dist/client/{eventDetails-TFTATAPH.mjs → eventDetails-SEJDDHQC.mjs} +7 -7
- package/dist/client/{eventListing-A2CQEHEQ.mjs → eventListing-TPMWIIBO.mjs} +7 -7
- package/dist/client/{eventRegistration-OELPVLUY.mjs → eventRegistration-QU6W2PV6.mjs} +7 -7
- package/dist/client/{form-NTIFD6WQ.mjs → form-LVTYNTDE.mjs} +2 -2
- package/dist/client/{headerSection-7TBNKCLA.mjs → headerSection-SO3MFC4U.mjs} +54 -13
- package/dist/client/hooks.mjs +2266 -1179
- package/dist/client/{locationMap-LRLB5A3H.mjs → locationMap-5E5FLAKO.mjs} +2 -2
- package/dist/client/{newsletterForm-XI52RZSN.mjs → newsletterForm-GN32JEBQ.mjs} +2 -2
- package/dist/client/{productDetail-GSNKBFLY.mjs → productDetail-Q346KSVR.mjs} +6 -6
- package/dist/client/{productList-BGCGT4KZ.mjs → productList-DTDMQYGZ.mjs} +6 -6
- package/dist/client/rendering/client.mjs +4618 -3318
- package/dist/client/rendering/islands.mjs +32 -20
- package/dist/client/rendering.mjs +4898 -2108
- package/dist/client/{shop-RQHUCLNY.mjs → shop-OFUW7KPN.mjs} +6 -6
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/constants.mjs +0 -2
- package/dist/preview-next/index.mjs +0 -2
- package/dist/{sdk-runtime-A4LHT2RS.mjs → sdk-runtime-2GIX6I7X.mjs} +6 -6
- package/dist/server/components.mjs +4377 -1852
- package/dist/server/config-validation.mjs +2283 -1303
- package/dist/server/config.mjs +2283 -1303
- package/dist/server/data.mjs +2267 -1180
- package/dist/server/index.mjs +2 -1
- package/dist/server/next.mjs +4394 -1773
- package/dist/server/page-converter.mjs +1999 -1015
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +4482 -1857
- package/dist/server/rendering.mjs +4484 -1859
- package/dist/server/routing.mjs +2302 -1120
- package/dist/server/server.mjs +2284 -1197
- package/dist/server/theme-bridge.mjs +757 -85
- package/dist/server/theme.mjs +69 -4
- package/dist/styles/index.css +474 -65
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +0 -8
- package/dist/_dts/editor-blocks/src/block-editor/actionControlMode.d.ts +0 -2
- package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +0 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { type MediaAssetId } from '../../../../core/src/index';
|
|
2
2
|
import { type AppearancePresetId, type LayoutVariantKey } from '../../../../theme-core/src/site-styles/index';
|
|
3
3
|
import { type ThemeColorToken } from '../../../../theme-core/src/tokens/index';
|
|
4
|
+
import type { RenderableMediaAsset } from '../../../../media-core/src/index';
|
|
4
5
|
export type BackgroundMode = 'default' | 'color' | 'gradient' | 'image';
|
|
5
6
|
export type BackgroundModeCycleDirection = 'prev' | 'next';
|
|
6
7
|
export type BackgroundColorToken = ThemeColorToken & {
|
|
@@ -31,12 +32,19 @@ export type ParsedBackgroundOverride = Readonly<{
|
|
|
31
32
|
background: Readonly<Record<string, unknown>>;
|
|
32
33
|
}>;
|
|
33
34
|
export type BackgroundImagePoolSource = 'current' | 'generated-ambient' | 'previous-background' | 'general-media';
|
|
34
|
-
export type
|
|
35
|
+
export type BackgroundImagePoolMediaAsset = RenderableMediaAsset;
|
|
36
|
+
type BaseBackgroundImagePoolItem = Readonly<{
|
|
35
37
|
mediaId: MediaAssetId;
|
|
36
|
-
source: BackgroundImagePoolSource;
|
|
37
38
|
label?: string;
|
|
38
39
|
rank?: number;
|
|
39
40
|
}>;
|
|
41
|
+
export type BackgroundImagePoolItem = Readonly<BaseBackgroundImagePoolItem & {
|
|
42
|
+
source: 'current';
|
|
43
|
+
mediaAsset?: BackgroundImagePoolMediaAsset;
|
|
44
|
+
}> | Readonly<BaseBackgroundImagePoolItem & {
|
|
45
|
+
source: Exclude<BackgroundImagePoolSource, 'current'>;
|
|
46
|
+
mediaAsset: BackgroundImagePoolMediaAsset;
|
|
47
|
+
}>;
|
|
40
48
|
export type BackgroundContrastTreatment = Readonly<{
|
|
41
49
|
kind: 'theme-foreground';
|
|
42
50
|
minContrastRatio: 4.5;
|
|
@@ -149,7 +157,8 @@ export type ResolveBackgroundCapabilityInput = Readonly<{
|
|
|
149
157
|
}>;
|
|
150
158
|
export declare const BACKGROUND_MODES: readonly ["default", "color", "gradient", "image"];
|
|
151
159
|
export declare const DEFAULT_BACKGROUND_OVERRIDE: BackgroundOverride;
|
|
152
|
-
export declare const BACKGROUND_CUSTOMIZABLE_BLOCK_KINDS: readonly ["block.hero", "block.testimonials", "block.cta-full", "block.form"];
|
|
160
|
+
export declare const BACKGROUND_CUSTOMIZABLE_BLOCK_KINDS: readonly ["block.hero", "block.intro", "block.testimonials", "block.cta-full", "block.form"];
|
|
161
|
+
export declare const BACKGROUND_COLOR_ONLY_BLOCK_KINDS: readonly ["block.intro"];
|
|
153
162
|
export declare const BACKGROUND_RICH_LAYOUT_FAMILIES: readonly ["split"];
|
|
154
163
|
export declare const BACKGROUND_RICH_SECTION_SURFACES: readonly ["hero-image"];
|
|
155
164
|
export declare function isBackgroundCustomizableBlockKind(blockKind: string): boolean;
|
|
@@ -177,3 +186,4 @@ export declare function planBackgroundTransition(current: BackgroundOverride, ca
|
|
|
177
186
|
export declare function planBackgroundOverride(current: ParsedBackgroundOverride, capability: BackgroundCapability, override: BackgroundOverride): BackgroundOverridePlan;
|
|
178
187
|
export declare function rankBackgroundImagePoolItems(items: readonly BackgroundImagePoolItem[]): readonly BackgroundImagePoolItem[];
|
|
179
188
|
export declare function enabledBackgroundModes(capability: BackgroundCapability): readonly BackgroundMode[];
|
|
189
|
+
export {};
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export { prefetchBlockData } from './prefetchBlockData';
|
|
6
6
|
export type { PrefetchBlockDataOptions } from './prefetchBlockData';
|
|
7
|
+
export { LINKED_CONTENT_ENTRY_META_KEY, buildLinkedContentEditTarget, coerceLinkedContentEntriesPayload, describeLinkedContentEditSupport, getLinkedContentEntryMeta, } from './linkedContentEntries';
|
|
8
|
+
export type { LinkedContentEditSupport, LinkedContentEditTarget, LinkedContentEntryMeta, LinkedContentEntryRecord, PublicContentTypeFieldMeta, PublicContentTypeMeta, } from './linkedContentEntries';
|
|
7
9
|
export { initialPreviewResolvedDataState, previewResolvedDataReducer, selectPreviewResolvedData, } from './previewResolvedDataState';
|
|
8
10
|
export type { PreviewLoaderError, PreviewResolvedDataAction, PreviewResolvedDataState, } from './previewResolvedDataState';
|
|
9
11
|
export { SUPPORTED_LOADER_ENDPOINTS, isSupportedLoaderEndpoint, } from './loaderEndpoints';
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export declare const LINKED_CONTENT_ENTRY_META_KEY: "__rbLinkedContentEntry";
|
|
2
|
+
export type PublicContentTypeFieldMeta = Readonly<{
|
|
3
|
+
id: string;
|
|
4
|
+
type: string;
|
|
5
|
+
mediaKinds?: readonly string[] | null;
|
|
6
|
+
fileKinds?: readonly string[] | null;
|
|
7
|
+
}>;
|
|
8
|
+
export type PublicContentTypeMeta = Readonly<{
|
|
9
|
+
key: string;
|
|
10
|
+
titleField: string | null;
|
|
11
|
+
fields: readonly PublicContentTypeFieldMeta[];
|
|
12
|
+
previewLinkedEntryEditing?: PublicContentTypeLinkedEntryEditing | null;
|
|
13
|
+
}>;
|
|
14
|
+
export type PublicContentTypeLinkedEntryEditing = Readonly<{
|
|
15
|
+
kind: 'generic';
|
|
16
|
+
}> | Readonly<{
|
|
17
|
+
kind: 'unsupported-domain-backed';
|
|
18
|
+
reason: string;
|
|
19
|
+
}>;
|
|
20
|
+
export type LinkedContentEditSupport = Readonly<{
|
|
21
|
+
kind: 'supported';
|
|
22
|
+
}> | Readonly<{
|
|
23
|
+
kind: 'unsupported-domain-backed';
|
|
24
|
+
reason: string;
|
|
25
|
+
}> | Readonly<{
|
|
26
|
+
kind: 'unsupported-content-type';
|
|
27
|
+
reason: string;
|
|
28
|
+
}> | Readonly<{
|
|
29
|
+
kind: 'unsupported-missing-schema';
|
|
30
|
+
reason: string;
|
|
31
|
+
}>;
|
|
32
|
+
export type LinkedContentEntryMeta = Readonly<{
|
|
33
|
+
kind: 'linked-content-entry';
|
|
34
|
+
entryId: string;
|
|
35
|
+
contentTypeKey: string;
|
|
36
|
+
contentTypeLabel: string;
|
|
37
|
+
title: string;
|
|
38
|
+
optimisticHash: string | null;
|
|
39
|
+
support: LinkedContentEditSupport;
|
|
40
|
+
contentType: PublicContentTypeMeta;
|
|
41
|
+
}>;
|
|
42
|
+
export type LinkedContentEditTarget = Readonly<{
|
|
43
|
+
kind: 'linked-content-entry';
|
|
44
|
+
entryId: string;
|
|
45
|
+
contentTypeKey: string;
|
|
46
|
+
contentTypeLabel: string;
|
|
47
|
+
title: string;
|
|
48
|
+
sourceBlockId: string | null;
|
|
49
|
+
sourceBlockKind: string | null;
|
|
50
|
+
itemIndex: number;
|
|
51
|
+
content: Record<string, unknown>;
|
|
52
|
+
optimisticHash: string | null;
|
|
53
|
+
contentType: PublicContentTypeMeta;
|
|
54
|
+
}>;
|
|
55
|
+
export type LinkedContentEntryRecord = Record<string, unknown> & Partial<Record<typeof LINKED_CONTENT_ENTRY_META_KEY, LinkedContentEntryMeta>>;
|
|
56
|
+
export declare function coerceLinkedContentEntriesPayload(payload: unknown): unknown;
|
|
57
|
+
export declare function getLinkedContentEntryMeta(value: unknown): LinkedContentEntryMeta | null;
|
|
58
|
+
export declare function buildLinkedContentEditTarget(input: {
|
|
59
|
+
entry: unknown;
|
|
60
|
+
sourceBlockId?: string | null;
|
|
61
|
+
sourceBlockKind?: string | null;
|
|
62
|
+
itemIndex: number;
|
|
63
|
+
}): LinkedContentEditTarget | null;
|
|
64
|
+
export declare function describeLinkedContentEditSupport(support: LinkedContentEditSupport): string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const SUPPORTED_LOADER_ENDPOINTS: readonly ["listPublishedEntries", "getPublishedEntryPreview", "listPublicEvents", "getPublicEventDetails", "listPublicCourses", "listPublicTeamMembers", "listPublicProducts", "listPublicPasses", "listPublicMemberships", "getPublicFormById", "getPublicBookingServices"];
|
|
1
|
+
export declare const SUPPORTED_LOADER_ENDPOINTS: readonly ["listPublishedEntries", "getPublishedEntryPreview", "listPublicEvents", "getPublicEventDetails", "listPublicCourses", "listPublicRouteCandidates", "listPublicTeamMembers", "listPublicProducts", "listPublicPasses", "listPublicMemberships", "getPublicFormById", "getPublicBookingServices"];
|
|
2
2
|
export type SupportedLoaderEndpoint = typeof SUPPORTED_LOADER_ENDPOINTS[number];
|
|
3
3
|
export declare function isSupportedLoaderEndpoint(endpoint: string): endpoint is SupportedLoaderEndpoint;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BlockDesignCapability, type DesignedBlockDesignCapability, type DesignedBlockDesignCapabilityInput, type EyebrowTreatment, type BlockDesignCapabilityMap, type BlockDesignMetadataMap, type NonEmptyReadonlyArray, type UnsupportedBlockDesignCapabilityReason } from '../../../theme-core/src/site-styles/index';
|
|
1
|
+
import { type BlockDesignCapability, type DesignedBlockDesignCapability, type DesignedBlockDesignCapabilityInput, type EyebrowTreatment, type BlockDesignCapabilityMap, type BlockDesignMetadataMap, type NonEmptyReadonlyArray, type NoExtraKeys, type UnsupportedBlockDesignCapabilityReason } from '../../../theme-core/src/site-styles/index';
|
|
2
2
|
import type { AnyBlockRuntimeDefinition } from '../contracts';
|
|
3
3
|
import type { SystemBlockDefinition } from './registry';
|
|
4
4
|
export type NoBlockDesignCapabilityReason = UnsupportedBlockDesignCapabilityReason;
|
|
@@ -9,7 +9,7 @@ export type BlockDesignCapabilityDeclaration = Readonly<{
|
|
|
9
9
|
kind: 'none';
|
|
10
10
|
reason: NoBlockDesignCapabilityReason;
|
|
11
11
|
}>;
|
|
12
|
-
export declare function declareBlockDesignCapability(capability: DesignedBlockDesignCapabilityInput): BlockDesignCapabilityDeclaration;
|
|
12
|
+
export declare function declareBlockDesignCapability<const TCapability extends DesignedBlockDesignCapabilityInput>(capability: NoExtraKeys<TCapability, DesignedBlockDesignCapabilityInput>): BlockDesignCapabilityDeclaration;
|
|
13
13
|
export declare function withEyebrowCapability(declaration: BlockDesignCapabilityDeclaration, eyebrowTreatments: NonEmptyReadonlyArray<EyebrowTreatment>): BlockDesignCapabilityDeclaration;
|
|
14
14
|
export declare function declareNoBlockDesignCapability(reason: NoBlockDesignCapabilityReason): BlockDesignCapabilityDeclaration;
|
|
15
15
|
export declare function resolveDeclaredBlockDesignCapability(declaration: BlockDesignCapabilityDeclaration | undefined): BlockDesignCapability | undefined;
|
|
@@ -81,6 +81,10 @@ export type SectionStylesContent = {
|
|
|
81
81
|
textColor?: string | null;
|
|
82
82
|
/** Optional color token for headings. Falls back to textColor if not set. */
|
|
83
83
|
headingColor?: string | null;
|
|
84
|
+
/** Optional color token for links. Falls back to textColor if not set. */
|
|
85
|
+
linkColor?: string | null;
|
|
86
|
+
/** Optional color token for supporting copy. Falls back to textColor if not set. */
|
|
87
|
+
supportingColor?: string | null;
|
|
84
88
|
} | null;
|
|
85
89
|
spacing?: string | null;
|
|
86
90
|
minHeight?: 'none' | 'banner' | 'hero' | 'immersive' | null;
|
|
@@ -100,7 +104,8 @@ export type CardStylesContent = {
|
|
|
100
104
|
spacing?: string | null;
|
|
101
105
|
raised?: boolean | null;
|
|
102
106
|
rounded?: string | null;
|
|
103
|
-
|
|
107
|
+
cardVariant?: string | null;
|
|
108
|
+
treatment?: 'accent-quote' | 'editorial-rule' | 'soft-panel' | 'editorial-serif-quote' | 'editorial-open' | null;
|
|
104
109
|
} | null;
|
|
105
110
|
export type ContainerStylesContent = {
|
|
106
111
|
background?: Record<string, unknown> | null;
|
|
@@ -6,5 +6,7 @@ type ResolveMediaSlotContractInput = {
|
|
|
6
6
|
fieldAspectRatio?: string | null;
|
|
7
7
|
fieldUi?: unknown;
|
|
8
8
|
};
|
|
9
|
+
export declare const SECTION_BACKGROUND_MIN_SOURCE_WIDTH = 1920;
|
|
10
|
+
export declare const SECTION_BACKGROUND_MIN_SOURCE_HEIGHT = 900;
|
|
9
11
|
export declare function resolveMediaSlotContract({ blockKind, fieldPath, values, fieldAspectRatio, fieldUi, }: ResolveMediaSlotContractInput): MediaSlotContract;
|
|
10
12
|
export {};
|
|
@@ -60,7 +60,14 @@ export type NodeTypeProps<T extends string> = T extends 'grid' ? NodeProps & {
|
|
|
60
60
|
align?: unknown;
|
|
61
61
|
justify?: unknown;
|
|
62
62
|
className?: unknown;
|
|
63
|
-
} : T extends 'text'
|
|
63
|
+
} : T extends 'text' ? NodeProps & {
|
|
64
|
+
as?: string;
|
|
65
|
+
className?: unknown;
|
|
66
|
+
/** Internal resolver hint for rare headings that should not receive theme decorations. */
|
|
67
|
+
headingDecoration?: 'auto' | 'off';
|
|
68
|
+
size?: never;
|
|
69
|
+
weight?: never;
|
|
70
|
+
} : T extends 'richText' ? NodeProps & {
|
|
64
71
|
as?: string;
|
|
65
72
|
className?: unknown;
|
|
66
73
|
size?: never;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* SdkCustomBlock.layout definitions. Node types not in this list
|
|
12
12
|
* will be rejected during validation.
|
|
13
13
|
*/
|
|
14
|
-
export declare const ALLOWED_NODE_TYPES: readonly ["div", "figure", "section", "headerSection", "stack", "inline", "grid", "text", "richText", "media", "videoEmbed", "button", "link", "carousel", "accordion", "accordionItem", "form", "booking-form", "event-registration", "event-spotlight", "event-listing", "event-calendar", "event-combined", "shop", "product-list", "product-detail", "cart", "checkout", "gifting"];
|
|
14
|
+
export declare const ALLOWED_NODE_TYPES: readonly ["div", "figure", "section", "headerSection", "stack", "inline", "grid", "text", "richText", "media", "videoEmbed", "button", "link", "carousel", "accordion", "accordionItem", "form", "booking-form", "event-registration", "event-spotlight", "event-listing", "event-calendar", "offerings-preview", "event-combined", "shop", "product-list", "product-detail", "cart", "checkout", "gifting"];
|
|
15
15
|
export type AllowedNodeType = (typeof ALLOWED_NODE_TYPES)[number];
|
|
16
16
|
/**
|
|
17
17
|
* Valid transform IDs for declarative layouts.
|
|
@@ -29,6 +29,7 @@ export type SystemBlockComponentProps<TContent = Record<string, unknown>> = {
|
|
|
29
29
|
blockBindings?: Record<string, unknown>;
|
|
30
30
|
editableRouteMetadataFieldIds?: ResolverContext['editableRouteMetadataFieldIds'];
|
|
31
31
|
fragmentRegistry?: ResolverContext['fragmentRegistry'];
|
|
32
|
+
imageResolveContext?: ResolverContext['imageResolveContext'];
|
|
32
33
|
};
|
|
33
34
|
export type SystemBlockComponent<TContent = Record<string, unknown>> = ComponentType<SystemBlockComponentProps<TContent>>;
|
|
34
35
|
export type BlockDataLoader = {
|
|
@@ -214,7 +214,7 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
214
214
|
layout?: import("../..").EventLayout;
|
|
215
215
|
columns?: import("../..").ColumnOption;
|
|
216
216
|
eventsPerPage?: string;
|
|
217
|
-
paginationMode?: "
|
|
217
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
218
218
|
seeAllUrl?: string;
|
|
219
219
|
loadMoreText?: string;
|
|
220
220
|
cardVariant?: import("../..").EventCardVariantInput;
|
|
@@ -257,10 +257,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
257
257
|
hydration: Readonly<{
|
|
258
258
|
siteId: string;
|
|
259
259
|
stage?: "preview" | "published";
|
|
260
|
-
eventsPerPage:
|
|
261
|
-
|
|
262
|
-
seeAllUrl?: string;
|
|
263
|
-
loadMoreText: string;
|
|
260
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
261
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
264
262
|
showFilters: boolean;
|
|
265
263
|
showCategoryFilter: import("../..").FilterAutoShow;
|
|
266
264
|
showVenueFilter: boolean;
|
|
@@ -285,7 +283,7 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
285
283
|
layout?: import("../..").EventLayout;
|
|
286
284
|
columns?: import("../..").ColumnOption;
|
|
287
285
|
eventsPerPage?: string;
|
|
288
|
-
paginationMode?: "
|
|
286
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
289
287
|
seeAllUrl?: string;
|
|
290
288
|
loadMoreText?: string;
|
|
291
289
|
cardVariant?: import("../..").EventCardVariantInput;
|
|
@@ -316,7 +314,7 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
316
314
|
layout?: import("../..").EventLayout;
|
|
317
315
|
columns?: import("../..").ColumnOption;
|
|
318
316
|
eventsPerPage?: string;
|
|
319
|
-
paginationMode?: "
|
|
317
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
320
318
|
seeAllUrl?: string;
|
|
321
319
|
loadMoreText?: string;
|
|
322
320
|
cardVariant?: import("../..").EventCardVariantInput;
|
|
@@ -362,10 +360,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
362
360
|
hydration: Readonly<{
|
|
363
361
|
siteId: string;
|
|
364
362
|
stage?: "preview" | "published";
|
|
365
|
-
eventsPerPage:
|
|
366
|
-
|
|
367
|
-
seeAllUrl?: string;
|
|
368
|
-
loadMoreText: string;
|
|
363
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
364
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
369
365
|
showFilters: boolean;
|
|
370
366
|
showCategoryFilter: import("../..").FilterAutoShow;
|
|
371
367
|
showVenueFilter: boolean;
|
|
@@ -401,10 +397,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
401
397
|
hydration: Readonly<{
|
|
402
398
|
siteId: string;
|
|
403
399
|
stage?: "preview" | "published";
|
|
404
|
-
eventsPerPage:
|
|
405
|
-
|
|
406
|
-
seeAllUrl?: string;
|
|
407
|
-
loadMoreText: string;
|
|
400
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
401
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
408
402
|
showFilters: boolean;
|
|
409
403
|
showCategoryFilter: import("../..").FilterAutoShow;
|
|
410
404
|
showVenueFilter: boolean;
|
|
@@ -435,7 +429,7 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
435
429
|
layout?: import("../..").EventLayout;
|
|
436
430
|
columns?: import("../..").ColumnOption;
|
|
437
431
|
eventsPerPage?: string;
|
|
438
|
-
paginationMode?: "
|
|
432
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
439
433
|
seeAllUrl?: string;
|
|
440
434
|
loadMoreText?: string;
|
|
441
435
|
cardVariant?: import("../..").EventCardVariantInput;
|
|
@@ -478,10 +472,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
478
472
|
hydration: Readonly<{
|
|
479
473
|
siteId: string;
|
|
480
474
|
stage?: "preview" | "published";
|
|
481
|
-
eventsPerPage:
|
|
482
|
-
|
|
483
|
-
seeAllUrl?: string;
|
|
484
|
-
loadMoreText: string;
|
|
475
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
476
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
485
477
|
showFilters: boolean;
|
|
486
478
|
showCategoryFilter: import("../..").FilterAutoShow;
|
|
487
479
|
showVenueFilter: boolean;
|
|
@@ -506,7 +498,7 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
506
498
|
layout?: import("../..").EventLayout;
|
|
507
499
|
columns?: import("../..").ColumnOption;
|
|
508
500
|
eventsPerPage?: string;
|
|
509
|
-
paginationMode?: "
|
|
501
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
510
502
|
seeAllUrl?: string;
|
|
511
503
|
loadMoreText?: string;
|
|
512
504
|
cardVariant?: import("../..").EventCardVariantInput;
|
|
@@ -537,7 +529,7 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
537
529
|
layout?: import("../..").EventLayout;
|
|
538
530
|
columns?: import("../..").ColumnOption;
|
|
539
531
|
eventsPerPage?: string;
|
|
540
|
-
paginationMode?: "
|
|
532
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
541
533
|
seeAllUrl?: string;
|
|
542
534
|
loadMoreText?: string;
|
|
543
535
|
cardVariant?: import("../..").EventCardVariantInput;
|
|
@@ -583,10 +575,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
583
575
|
hydration: Readonly<{
|
|
584
576
|
siteId: string;
|
|
585
577
|
stage?: "preview" | "published";
|
|
586
|
-
eventsPerPage:
|
|
587
|
-
|
|
588
|
-
seeAllUrl?: string;
|
|
589
|
-
loadMoreText: string;
|
|
578
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
579
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
590
580
|
showFilters: boolean;
|
|
591
581
|
showCategoryFilter: import("../..").FilterAutoShow;
|
|
592
582
|
showVenueFilter: boolean;
|
|
@@ -622,10 +612,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
622
612
|
hydration: Readonly<{
|
|
623
613
|
siteId: string;
|
|
624
614
|
stage?: "preview" | "published";
|
|
625
|
-
eventsPerPage:
|
|
626
|
-
|
|
627
|
-
seeAllUrl?: string;
|
|
628
|
-
loadMoreText: string;
|
|
615
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
616
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
629
617
|
showFilters: boolean;
|
|
630
618
|
showCategoryFilter: import("../..").FilterAutoShow;
|
|
631
619
|
showVenueFilter: boolean;
|
|
@@ -663,7 +651,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
663
651
|
layout?: import("../..").EventLayout;
|
|
664
652
|
columns?: import("../..").ColumnOption;
|
|
665
653
|
eventsPerPage?: string;
|
|
666
|
-
|
|
654
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
655
|
+
seeAllUrl?: string;
|
|
667
656
|
loadMoreText?: string;
|
|
668
657
|
startOfWeek?: import("../..").WeekStart;
|
|
669
658
|
calendarTabViews?: import("../..").CalendarTabViews;
|
|
@@ -693,8 +682,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
693
682
|
events: readonly import("../..").PublicEvent[];
|
|
694
683
|
listLayout: import("../..").EventLayout;
|
|
695
684
|
listColumns: import("../..").ColumnOption;
|
|
696
|
-
eventsPerPage:
|
|
697
|
-
|
|
685
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
686
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
698
687
|
startOfWeek: import("../..").WeekStart;
|
|
699
688
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
700
689
|
showFilters: boolean;
|
|
@@ -739,7 +728,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
739
728
|
layout?: import("../..").EventLayout;
|
|
740
729
|
columns?: import("../..").ColumnOption;
|
|
741
730
|
eventsPerPage?: string;
|
|
742
|
-
|
|
731
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
732
|
+
seeAllUrl?: string;
|
|
743
733
|
loadMoreText?: string;
|
|
744
734
|
startOfWeek?: import("../..").WeekStart;
|
|
745
735
|
calendarTabViews?: import("../..").CalendarTabViews;
|
|
@@ -774,7 +764,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
774
764
|
layout?: import("../..").EventLayout;
|
|
775
765
|
columns?: import("../..").ColumnOption;
|
|
776
766
|
eventsPerPage?: string;
|
|
777
|
-
|
|
767
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
768
|
+
seeAllUrl?: string;
|
|
778
769
|
loadMoreText?: string;
|
|
779
770
|
startOfWeek?: import("../..").WeekStart;
|
|
780
771
|
calendarTabViews?: import("../..").CalendarTabViews;
|
|
@@ -807,8 +798,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
807
798
|
events: readonly import("../..").PublicEvent[];
|
|
808
799
|
listLayout: import("../..").EventLayout;
|
|
809
800
|
listColumns: import("../..").ColumnOption;
|
|
810
|
-
eventsPerPage:
|
|
811
|
-
|
|
801
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
802
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
812
803
|
startOfWeek: import("../..").WeekStart;
|
|
813
804
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
814
805
|
showFilters: boolean;
|
|
@@ -847,8 +838,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
847
838
|
events: readonly import("../..").PublicEvent[];
|
|
848
839
|
listLayout: import("../..").EventLayout;
|
|
849
840
|
listColumns: import("../..").ColumnOption;
|
|
850
|
-
eventsPerPage:
|
|
851
|
-
|
|
841
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
842
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
852
843
|
startOfWeek: import("../..").WeekStart;
|
|
853
844
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
854
845
|
showFilters: boolean;
|
|
@@ -899,7 +890,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
899
890
|
layout?: import("../..").EventLayout;
|
|
900
891
|
columns?: import("../..").ColumnOption;
|
|
901
892
|
eventsPerPage?: string;
|
|
902
|
-
|
|
893
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
894
|
+
seeAllUrl?: string;
|
|
903
895
|
loadMoreText?: string;
|
|
904
896
|
startOfWeek?: import("../..").WeekStart;
|
|
905
897
|
calendarTabViews?: import("../..").CalendarTabViews;
|
|
@@ -929,8 +921,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
929
921
|
events: readonly import("../..").PublicEvent[];
|
|
930
922
|
listLayout: import("../..").EventLayout;
|
|
931
923
|
listColumns: import("../..").ColumnOption;
|
|
932
|
-
eventsPerPage:
|
|
933
|
-
|
|
924
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
925
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
934
926
|
startOfWeek: import("../..").WeekStart;
|
|
935
927
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
936
928
|
showFilters: boolean;
|
|
@@ -975,7 +967,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
975
967
|
layout?: import("../..").EventLayout;
|
|
976
968
|
columns?: import("../..").ColumnOption;
|
|
977
969
|
eventsPerPage?: string;
|
|
978
|
-
|
|
970
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
971
|
+
seeAllUrl?: string;
|
|
979
972
|
loadMoreText?: string;
|
|
980
973
|
startOfWeek?: import("../..").WeekStart;
|
|
981
974
|
calendarTabViews?: import("../..").CalendarTabViews;
|
|
@@ -1010,7 +1003,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
1010
1003
|
layout?: import("../..").EventLayout;
|
|
1011
1004
|
columns?: import("../..").ColumnOption;
|
|
1012
1005
|
eventsPerPage?: string;
|
|
1013
|
-
|
|
1006
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
1007
|
+
seeAllUrl?: string;
|
|
1014
1008
|
loadMoreText?: string;
|
|
1015
1009
|
startOfWeek?: import("../..").WeekStart;
|
|
1016
1010
|
calendarTabViews?: import("../..").CalendarTabViews;
|
|
@@ -1043,8 +1037,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
1043
1037
|
events: readonly import("../..").PublicEvent[];
|
|
1044
1038
|
listLayout: import("../..").EventLayout;
|
|
1045
1039
|
listColumns: import("../..").ColumnOption;
|
|
1046
|
-
eventsPerPage:
|
|
1047
|
-
|
|
1040
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
1041
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
1048
1042
|
startOfWeek: import("../..").WeekStart;
|
|
1049
1043
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
1050
1044
|
showFilters: boolean;
|
|
@@ -1083,8 +1077,8 @@ export declare const runtimeBackedBlockClientEntries: {
|
|
|
1083
1077
|
events: readonly import("../..").PublicEvent[];
|
|
1084
1078
|
listLayout: import("../..").EventLayout;
|
|
1085
1079
|
listColumns: import("../..").ColumnOption;
|
|
1086
|
-
eventsPerPage:
|
|
1087
|
-
|
|
1080
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
1081
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
1088
1082
|
startOfWeek: import("../..").WeekStart;
|
|
1089
1083
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
1090
1084
|
showFilters: boolean;
|
|
@@ -2888,8 +2882,8 @@ export declare const clientComponentRegistryEntries: {
|
|
|
2888
2882
|
events: readonly import("../..").PublicEvent[];
|
|
2889
2883
|
listLayout: import("../..").EventLayout;
|
|
2890
2884
|
listColumns: import("../..").ColumnOption;
|
|
2891
|
-
eventsPerPage:
|
|
2892
|
-
|
|
2885
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
2886
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
2893
2887
|
startOfWeek: import("../..").WeekStart;
|
|
2894
2888
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
2895
2889
|
showFilters: boolean;
|
|
@@ -116,7 +116,7 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
116
116
|
layout?: import("../..").EventLayout;
|
|
117
117
|
columns?: import("../..").ColumnOption;
|
|
118
118
|
eventsPerPage?: string;
|
|
119
|
-
paginationMode?: "
|
|
119
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
120
120
|
seeAllUrl?: string;
|
|
121
121
|
loadMoreText?: string;
|
|
122
122
|
cardVariant?: import("../..").EventCardVariantInput;
|
|
@@ -159,10 +159,8 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
159
159
|
hydration: Readonly<{
|
|
160
160
|
siteId: string;
|
|
161
161
|
stage?: "preview" | "published";
|
|
162
|
-
eventsPerPage:
|
|
163
|
-
|
|
164
|
-
seeAllUrl?: string;
|
|
165
|
-
loadMoreText: string;
|
|
162
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
163
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
166
164
|
showFilters: boolean;
|
|
167
165
|
showCategoryFilter: import("../..").FilterAutoShow;
|
|
168
166
|
showVenueFilter: boolean;
|
|
@@ -187,7 +185,7 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
187
185
|
layout?: import("../..").EventLayout;
|
|
188
186
|
columns?: import("../..").ColumnOption;
|
|
189
187
|
eventsPerPage?: string;
|
|
190
|
-
paginationMode?: "
|
|
188
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
191
189
|
seeAllUrl?: string;
|
|
192
190
|
loadMoreText?: string;
|
|
193
191
|
cardVariant?: import("../..").EventCardVariantInput;
|
|
@@ -218,7 +216,7 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
218
216
|
layout?: import("../..").EventLayout;
|
|
219
217
|
columns?: import("../..").ColumnOption;
|
|
220
218
|
eventsPerPage?: string;
|
|
221
|
-
paginationMode?: "
|
|
219
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
222
220
|
seeAllUrl?: string;
|
|
223
221
|
loadMoreText?: string;
|
|
224
222
|
cardVariant?: import("../..").EventCardVariantInput;
|
|
@@ -264,10 +262,8 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
264
262
|
hydration: Readonly<{
|
|
265
263
|
siteId: string;
|
|
266
264
|
stage?: "preview" | "published";
|
|
267
|
-
eventsPerPage:
|
|
268
|
-
|
|
269
|
-
seeAllUrl?: string;
|
|
270
|
-
loadMoreText: string;
|
|
265
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
266
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
271
267
|
showFilters: boolean;
|
|
272
268
|
showCategoryFilter: import("../..").FilterAutoShow;
|
|
273
269
|
showVenueFilter: boolean;
|
|
@@ -303,10 +299,8 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
303
299
|
hydration: Readonly<{
|
|
304
300
|
siteId: string;
|
|
305
301
|
stage?: "preview" | "published";
|
|
306
|
-
eventsPerPage:
|
|
307
|
-
|
|
308
|
-
seeAllUrl?: string;
|
|
309
|
-
loadMoreText: string;
|
|
302
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
303
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
310
304
|
showFilters: boolean;
|
|
311
305
|
showCategoryFilter: import("../..").FilterAutoShow;
|
|
312
306
|
showVenueFilter: boolean;
|
|
@@ -342,7 +336,8 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
342
336
|
layout?: import("../..").EventLayout;
|
|
343
337
|
columns?: import("../..").ColumnOption;
|
|
344
338
|
eventsPerPage?: string;
|
|
345
|
-
|
|
339
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
340
|
+
seeAllUrl?: string;
|
|
346
341
|
loadMoreText?: string;
|
|
347
342
|
startOfWeek?: import("../..").WeekStart;
|
|
348
343
|
calendarTabViews?: import("../..").CalendarTabViews;
|
|
@@ -372,8 +367,8 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
372
367
|
events: readonly import("../..").PublicEvent[];
|
|
373
368
|
listLayout: import("../..").EventLayout;
|
|
374
369
|
listColumns: import("../..").ColumnOption;
|
|
375
|
-
eventsPerPage:
|
|
376
|
-
|
|
370
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
371
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
377
372
|
startOfWeek: import("../..").WeekStart;
|
|
378
373
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
379
374
|
showFilters: boolean;
|
|
@@ -418,7 +413,8 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
418
413
|
layout?: import("../..").EventLayout;
|
|
419
414
|
columns?: import("../..").ColumnOption;
|
|
420
415
|
eventsPerPage?: string;
|
|
421
|
-
|
|
416
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
417
|
+
seeAllUrl?: string;
|
|
422
418
|
loadMoreText?: string;
|
|
423
419
|
startOfWeek?: import("../..").WeekStart;
|
|
424
420
|
calendarTabViews?: import("../..").CalendarTabViews;
|
|
@@ -453,7 +449,8 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
453
449
|
layout?: import("../..").EventLayout;
|
|
454
450
|
columns?: import("../..").ColumnOption;
|
|
455
451
|
eventsPerPage?: string;
|
|
456
|
-
|
|
452
|
+
paginationMode?: import("../nodes/events/shared/listOptions").EventListPaginationMode;
|
|
453
|
+
seeAllUrl?: string;
|
|
457
454
|
loadMoreText?: string;
|
|
458
455
|
startOfWeek?: import("../..").WeekStart;
|
|
459
456
|
calendarTabViews?: import("../..").CalendarTabViews;
|
|
@@ -486,8 +483,8 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
486
483
|
events: readonly import("../..").PublicEvent[];
|
|
487
484
|
listLayout: import("../..").EventLayout;
|
|
488
485
|
listColumns: import("../..").ColumnOption;
|
|
489
|
-
eventsPerPage:
|
|
490
|
-
|
|
486
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
487
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
491
488
|
startOfWeek: import("../..").WeekStart;
|
|
492
489
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
493
490
|
showFilters: boolean;
|
|
@@ -526,8 +523,8 @@ export declare const runtimeBackedBlockServerEntries: {
|
|
|
526
523
|
events: readonly import("../..").PublicEvent[];
|
|
527
524
|
listLayout: import("../..").EventLayout;
|
|
528
525
|
listColumns: import("../..").ColumnOption;
|
|
529
|
-
eventsPerPage:
|
|
530
|
-
|
|
526
|
+
eventsPerPage: import("../nodes/events/shared/listOptions").EventPageSize;
|
|
527
|
+
paginationAction: import("../nodes/events/shared/listOptions").EventListPaginationAction;
|
|
531
528
|
startOfWeek: import("../..").WeekStart;
|
|
532
529
|
calendarTabViews: import("../..").CalendarTabViews;
|
|
533
530
|
showFilters: boolean;
|