@riverbankcms/sdk 0.82.0 → 0.84.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/README.md +16 -0
- package/dist/{PreviewEditorSidebar-LHGK6RIO.mjs → PreviewEditorSidebar-HML67UDA.mjs} +330 -11
- package/dist/{PreviewEditorUI-AXZG2SDC.mjs → PreviewEditorUI-I4BQUU6K.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-MCKMVDTK.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +200 -0
- package/dist/_dts/api/src/blocks.d.ts +36 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +46 -0
- package/dist/_dts/api/src/endpoints.d.ts +40 -0
- package/dist/_dts/api/src/index.d.ts +2 -2
- package/dist/_dts/api/src/sdk-event-pricing.d.ts +61 -0
- package/dist/_dts/api/src/sdk-event-schedule.d.ts +52 -0
- package/dist/_dts/api/src/sdk-event-upsert.d.ts +50 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +67 -33
- package/dist/_dts/api/src/shared-contracts.d.ts +13 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +22 -36
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +46 -1
- package/dist/_dts/block-form/src/backend/useBackendWatch.d.ts +6 -1
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +3 -2
- package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +7 -0
- package/dist/_dts/blocks/src/PageRenderer.d.ts +11 -0
- package/dist/_dts/blocks/src/bindings/index.d.ts +1 -1
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +4 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +16 -4
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/contact-newsletter.d.ts +171 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -7
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +2534 -151
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +36 -3
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +2 -2
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +4 -1
- package/dist/_dts/blocks/src/system/fields/imageShape.d.ts +30 -0
- package/dist/_dts/blocks/src/system/fragments/library/heroLayoutControls.d.ts +25 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +35 -161
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +24 -6
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +12 -3
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessEventRegistrationFlow.d.ts +33 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.state.d.ts +303 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +20 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +4 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +26 -6
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +2 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +356 -0
- package/dist/_dts/content-model/src/index.d.ts +1 -0
- package/dist/_dts/content-model/src/templates/defaults.d.ts +7 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +100 -5
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/owner.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +1 -0
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +8 -0
- package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +37 -3
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -1
- package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +8 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +9 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +9 -8
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +5 -1
- package/dist/_dts/sdk/src/bookings/index.d.ts +5 -4
- package/dist/_dts/sdk/src/bookings/types.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +9 -8
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +6 -1
- package/dist/_dts/sdk/src/cli/helpers.d.ts +10 -5
- package/dist/_dts/sdk/src/cli/merge-remote/entryLocal.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/merge-remote/entryMerge.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entrySnapshots.d.ts +2 -2
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +40 -10
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +26 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +13 -0
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -1
- 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/site-commands/src/commands.d.ts +15 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/ornate-ritual.d.ts +16 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/cards/types.d.ts +15 -15
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +33 -33
- 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 +16 -0
- package/dist/_dts/theme-core/src/schema.d.ts +30 -25
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +1 -0
- package/dist/_dts/theme-core/src/utils/colorStyles.d.ts +6 -6
- package/dist/{chunk-2BUMISSH.mjs → chunk-3LXFQS7T.mjs} +1 -1
- package/dist/{chunk-G35HOQEN.mjs → chunk-5E33VO6J.mjs} +132 -46
- package/dist/{chunk-HKB6XVIP.mjs → chunk-6X2OVO3S.mjs} +2 -2
- package/dist/{chunk-6FWNF3DJ.mjs → chunk-HFMGVJCE.mjs} +158 -20
- package/dist/{chunk-FIREV57T.mjs → chunk-LBBPD2IW.mjs} +40 -0
- package/dist/{chunk-XQR6THQJ.mjs → chunk-MSHZO4SL.mjs} +3193 -1216
- package/dist/cli/index.mjs +2635 -575
- package/dist/cli/init-docs/content/getting-started.md +2 -0
- package/dist/cli/init-docs/content/workflow-templates.md +93 -2
- package/dist/client/{accordion-G34C45TW.mjs → accordion-ESY65T56.mjs} +2 -2
- package/dist/client/{bookingForm-BLBVKSAQ.mjs → bookingForm-JRFNZUHD.mjs} +5 -5
- package/dist/client/bookings.mjs +3539 -269
- package/dist/client/{carousel-7ZVTBRMD.mjs → carousel-CPR5VWIP.mjs} +3 -3
- package/dist/client/{cart-Q6S6LZUO.mjs → cart-ZUX5BA7O.mjs} +6 -6
- package/dist/client/{checkout-5QJLDE4I.mjs → checkout-RULGBADZ.mjs} +6 -6
- package/dist/client/{chunk-CHAB5ACD.mjs → chunk-52I7BGEK.mjs} +2 -2
- package/dist/client/{chunk-CSZGLBYR.mjs → chunk-5ZEAZ33K.mjs} +1 -1
- package/dist/client/{chunk-ZF4XEWDM.mjs → chunk-BT6AEIKN.mjs} +1 -1
- package/dist/client/{chunk-RJHTCTCZ.mjs → chunk-HXPWP5EN.mjs} +268 -15
- package/dist/client/{chunk-5PQH4Y75.mjs → chunk-JWEYB4V6.mjs} +2 -2
- package/dist/client/{chunk-EQKYMX4N.mjs → chunk-RDJFCPY3.mjs} +158 -51
- package/dist/client/{chunk-SBBSMFFG.mjs → chunk-SYIJ5JO2.mjs} +1 -1
- package/dist/client/{chunk-WJFHDTYF.mjs → chunk-URQCZD5W.mjs} +5 -5
- package/dist/client/{chunk-U2EW7RSR.mjs → chunk-Z5OBQ5I4.mjs} +1 -1
- package/dist/client/{chunk-S3MKFGOG.mjs → chunk-ZE5G642V.mjs} +1 -1
- package/dist/client/client.mjs +2391 -673
- package/dist/client/{courseRegistration-VUG2JJDB.mjs → courseRegistration-QTUDC35T.mjs} +5 -5
- package/dist/client/{eventCalendar-E7D2LD4N.mjs → eventCalendar-Q7NS4XLD.mjs} +7 -7
- package/dist/client/{eventCombined-FUZ2Z3CS.mjs → eventCombined-QAO7VUO5.mjs} +7 -7
- package/dist/client/{eventDetails-QRITJAOW.mjs → eventDetails-WTNNU6Q3.mjs} +7 -7
- package/dist/client/{eventListing-INMQMJZ5.mjs → eventListing-5TA2ELDT.mjs} +7 -7
- package/dist/client/{eventRegistration-TOOJD4WU.mjs → eventRegistration-M6USZGRF.mjs} +7 -7
- package/dist/client/{form-BOWN7ZNQ.mjs → form-DGVGXLMH.mjs} +2 -2
- package/dist/client/{headerSection-HFQNZOUU.mjs → headerSection-O2AGMPCU.mjs} +3 -3
- package/dist/client/hooks.mjs +1636 -385
- package/dist/client/{locationMap-VUZGC7Y5.mjs → locationMap-EJRNRIKJ.mjs} +2 -2
- package/dist/client/{newsletterForm-X2XQTPCB.mjs → newsletterForm-7NTC2DTR.mjs} +2 -2
- package/dist/client/{productDetail-TA7D2G2B.mjs → productDetail-HH4LP53D.mjs} +6 -6
- package/dist/client/{productList-AZOLOZKM.mjs → productList-YVHYM2AF.mjs} +6 -6
- package/dist/client/rendering/client.mjs +2303 -1068
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +2587 -796
- package/dist/client/{shop-ZDLO7IIG.mjs → shop-UIFX7XRK.mjs} +6 -6
- package/dist/preview-next/before-render.mjs +40 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +40 -0
- package/dist/{sdk-runtime-CTWKNBDQ.mjs → sdk-runtime-ZENAOYMN.mjs} +6 -6
- package/dist/server/components.mjs +2028 -457
- package/dist/server/config-validation.mjs +1629 -377
- package/dist/server/config.mjs +1629 -377
- package/dist/server/data.mjs +1636 -385
- package/dist/server/index.mjs +42 -1
- package/dist/server/next.mjs +2215 -571
- package/dist/server/page-converter.mjs +2068 -884
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +2040 -469
- package/dist/server/rendering.mjs +2119 -475
- package/dist/server/routing.mjs +1711 -419
- package/dist/server/server.mjs +1718 -394
- package/dist/server/theme-bridge.mjs +1180 -101
- package/dist/server/theme.mjs +92 -1
- package/dist/styles/index.css +292 -36
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +0 -8
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import type { Theme } from
|
|
2
|
-
import type { APIEndpoint } from
|
|
3
|
-
import type { AdminCreateSiteRequest, AdminCreateSiteResponse, AdminDeletePriceOverrideRequest, AdminDeletePriceOverrideResponse, AdminDeleteSiteResponse, AdminGetPriceOverrideQuery, AdminGetPriceOverrideResponse, AdminUpsertPriceOverrideRequest, AdminUpsertPriceOverrideResponse } from
|
|
4
|
-
import type { MutableCourseStatus } from
|
|
5
|
-
import type { ListCustomBlocksResponse, CreateCustomBlockRequest, CreateCustomBlockResponse, DeleteCustomBlockResponse, GetCustomBlockResponse, SdkWorkflowRunStatusCallbackRequest, SdkWorkflowRunStatusCallbackResponse, UpdateCustomBlockRequest, UpdateCustomBlockResponse } from
|
|
6
|
-
import type { ContentTypeRecord, CreateContentTypeRequest, CreateContentTypeResponse, DeleteContentTypeResponse, DuplicateContentTypeResponse, ListContentTypesResponse, UpdateContentTypeRequest, UpdateContentTypeResponse } from
|
|
7
|
-
import type { CheckRedirectQuery, CheckRedirectResponse, CreateRedirectRuleRequest, CreateRedirectRuleResponse, DeleteRedirectRuleResponse, ListRedirectRulesResponse } from
|
|
8
|
-
import type { CreateManagementKeyRequest, CreateManagementKeyResponse, CreateSiteApiKeyRequest, CreateSiteApiKeyResponse, CreateSitePreviewKeyResponse, CreateWebhookRequest, CreateWebhookResponse, DeleteBackupUploadRequest, DeleteBackupUploadResponse, DeleteWebhookResponse, GetSiteApiKeyAccessLogsResponse, GetSitePreviewKeyResponse, GetWebhookResponse, ImportBackupAsNewSiteRequest, ImportBackupAsNewSiteResponse, ImportSiteBackupRequest, ListManagementKeysResponse, ListSiteApiKeysResponse, ListWebhooksResponse, RevokeManagementKeyRequest, RevokeManagementKeyResponse, RevokeSiteApiKeyResponse, SdkDeploymentHealthResponse, SetupSdkDeploymentRevalidationWebhookRequest, SetupSdkDeploymentRevalidationWebhookResponse, SetupSdkRevalidationWebhookRequest, SetupSdkRevalidationWebhookResponse, UpdateWebhookRequest, UpdateWebhookResponse, BackupImportResponse, BackupPreviewRequest, BackupPreviewResponse, CreateBackupUploadUrlRequest, CreateBackupUploadUrlResponse } from
|
|
9
|
-
import type { GetSiteInspirationAnalysisResponse, ListSiteInspirationAnalysesResponse } from
|
|
10
|
-
import type { ListGscPropertiesAdminResponse, AuthStatusResponse, CronAppointmentRemindersResponse, CronBillingStatusResponse, CronEventFeedbackEmailsResponse, CronEventOccurrencesResponse, CronEventRemindersResponse, CronMediaJobsQuery, CronMediaJobsResponse, CronNewsletterSendResponse, CronPaymentReconciliationResponse, CronSeoIngestResponse, CronWaitlistExpiryResponse } from
|
|
11
|
-
import type { ApplySiteStyleSelectionBody, ApplySiteStyleSelectionResponse } from
|
|
12
|
-
import type { ManagementMediaAsset, MediaResolveResponse, PushSdkConfigRequest, PushSdkConfigResponse, SdkBackfillIdentifiersResult, SdkGetCourseResponse, SdkGetEntryResponse, SdkGetEventCategoryResponse, SdkGetEventResponse, SdkGetFormResponse, SdkGetVenueResponse, SdkListCoursesResponse, SdkListEntriesResponse, SdkListEventCategoriesResponse, SdkListEventsResponse, SdkListFormsResponse, SdkListVenuesResponse, SdkMediaFinalizeUploadResponse, SdkMediaUploadUrlResponse, SdkPageResponse, SdkPublishOrUnpublishEntryResponse, SdkPullContentTypesResponse, SdkPullCourseProgram, SdkPullCourseSession, SdkPullCoursesResponse, SdkPullEntriesAllResponse, SdkPullEntriesByTypeResponse, SdkPullEntriesResponse, SdkPullEventCategoriesResponse, SdkPullEventsResponse,
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
15
|
-
import type {
|
|
1
|
+
import type { Theme } from '../../blocks/src/index';
|
|
2
|
+
import type { APIEndpoint } from './apiEndpointTypes';
|
|
3
|
+
import type { AdminCreateSiteRequest, AdminCreateSiteResponse, AdminDeletePriceOverrideRequest, AdminDeletePriceOverrideResponse, AdminDeleteSiteResponse, AdminGetPriceOverrideQuery, AdminGetPriceOverrideResponse, AdminUpsertPriceOverrideRequest, AdminUpsertPriceOverrideResponse } from './accessAdmin';
|
|
4
|
+
import type { MutableCourseStatus } from './courses';
|
|
5
|
+
import type { ListCustomBlocksResponse, CreateCustomBlockRequest, CreateCustomBlockResponse, DeleteCustomBlockResponse, GetCustomBlockResponse, SdkWorkflowRunStatusCallbackRequest, SdkWorkflowRunStatusCallbackResponse, UpdateCustomBlockRequest, UpdateCustomBlockResponse } from './contentRuntime';
|
|
6
|
+
import type { ContentTypeRecord, CreateContentTypeRequest, CreateContentTypeResponse, DeleteContentTypeResponse, DuplicateContentTypeResponse, ListContentTypesResponse, UpdateContentTypeRequest, UpdateContentTypeResponse } from './contentTypes';
|
|
7
|
+
import type { CheckRedirectQuery, CheckRedirectResponse, CreateRedirectRuleRequest, CreateRedirectRuleResponse, DeleteRedirectRuleResponse, ListRedirectRulesResponse } from './redirects';
|
|
8
|
+
import type { CreateManagementKeyRequest, CreateManagementKeyResponse, CreateSiteApiKeyRequest, CreateSiteApiKeyResponse, CreateSitePreviewKeyResponse, CreateWebhookRequest, CreateWebhookResponse, DeleteBackupUploadRequest, DeleteBackupUploadResponse, DeleteWebhookResponse, GetSiteApiKeyAccessLogsResponse, GetSitePreviewKeyResponse, GetWebhookResponse, ImportBackupAsNewSiteRequest, ImportBackupAsNewSiteResponse, ImportSiteBackupRequest, ListManagementKeysResponse, ListSiteApiKeysResponse, ListWebhooksResponse, RevokeManagementKeyRequest, RevokeManagementKeyResponse, RevokeSiteApiKeyResponse, SdkDeploymentHealthResponse, SetupSdkDeploymentRevalidationWebhookRequest, SetupSdkDeploymentRevalidationWebhookResponse, SetupSdkRevalidationWebhookRequest, SetupSdkRevalidationWebhookResponse, UpdateWebhookRequest, UpdateWebhookResponse, BackupImportResponse, BackupPreviewRequest, BackupPreviewResponse, CreateBackupUploadUrlRequest, CreateBackupUploadUrlResponse } from './siteInfrastructure';
|
|
9
|
+
import type { GetSiteInspirationAnalysisResponse, ListSiteInspirationAnalysesResponse } from './siteGeneration';
|
|
10
|
+
import type { ListGscPropertiesAdminResponse, AuthStatusResponse, CronAppointmentRemindersResponse, CronBillingStatusResponse, CronEventFeedbackEmailsResponse, CronEventOccurrencesResponse, CronEventRemindersResponse, CronMediaJobsQuery, CronMediaJobsResponse, CronNewsletterSendResponse, CronPaymentReconciliationResponse, CronSeoIngestResponse, CronWaitlistExpiryResponse } from './siteOperations';
|
|
11
|
+
import type { ApplySiteStyleSelectionBody, ApplySiteStyleSelectionResponse } from './siteRuntimeEndpoints';
|
|
12
|
+
import type { ManagementMediaAsset, MediaResolveResponse, PushSdkConfigRequest, PushSdkConfigResponse, SdkBackfillIdentifiersResult, SdkGetCourseResponse, SdkGetEntryResponse, SdkGetEventCategoryResponse, SdkGetEventResponse, SdkGetFormResponse, SdkGetVenueResponse, SdkListCoursesResponse, SdkListEntriesResponse, SdkListEventCategoriesResponse, SdkListEventsResponse, SdkListFormsResponse, SdkListVenuesResponse, SdkMediaFinalizeUploadResponse, SdkMediaUploadUrlResponse, SdkPageResponse, SdkEntryUpsertSlotBlock, SdkPublishOrUnpublishEntryResponse, SdkPullContentTypesResponse, SdkPullCourseProgram, SdkPullCourseSession, SdkPullCoursesResponse, SdkPullEntriesAllResponse, SdkPullEntriesByTypeResponse, SdkPullEntriesResponse, SdkPullEventCategoriesResponse, SdkPullEventsResponse, SdkPullFooterResponse, SdkPullFormSchema, SdkPullFormsResponse, SdkPullFormSettings, SdkPullNavigationResponse, SdkPullPagesResponse, SdkPullSettings, SdkPullSettingsResponse, SdkPullSiteInfoResponse, SdkPullThemeResponse, SdkPullVenue, SdkPullVenuesResponse, SdkUpdateSettingsResponse, SdkUpsertBlockResponse, SdkUpsertCourseResponse, SdkUpsertEntryResponse, SdkUpsertEventCategoryResponse, SdkUpsertEventResponse, SdkUpsertFooterResponse, SdkUpsertFormResponse, SdkUpsertNavigationMenuResponse, SdkUpsertThemeResponse, SdkUpsertVenueResponse } from './sdkContracts';
|
|
13
|
+
import type { SdkEventUpsertBody } from './sdk-event-upsert';
|
|
14
|
+
import type { StripeConnectDisconnectResponse, StripeConnectStartResponse, StripeConnectStatusResponse, UpdateStripeAutomaticTaxRequest } from './billing';
|
|
15
|
+
import type { NavigationLinkInput } from './navigation/types';
|
|
16
|
+
import type { JsonValue } from './shared-contracts';
|
|
16
17
|
export type SdkUpsertNavigationItemInput = Readonly<{
|
|
17
18
|
label: string;
|
|
18
19
|
isCta?: boolean;
|
|
@@ -329,8 +330,8 @@ export type SitePlatformAPIEndpoints = {
|
|
|
329
330
|
description?: string | null;
|
|
330
331
|
timezone?: string | null;
|
|
331
332
|
capacity?: number | null;
|
|
332
|
-
address?: SdkPullVenue[
|
|
333
|
-
location?: SdkPullVenue[
|
|
333
|
+
address?: SdkPullVenue['address'];
|
|
334
|
+
location?: SdkPullVenue['location'];
|
|
334
335
|
mapEmbed?: string | null;
|
|
335
336
|
}, {
|
|
336
337
|
siteId: string;
|
|
@@ -370,23 +371,7 @@ export type SitePlatformAPIEndpoints = {
|
|
|
370
371
|
sdkListEvents: APIEndpoint<never, {
|
|
371
372
|
siteId: string;
|
|
372
373
|
}, SdkListEventsResponse>;
|
|
373
|
-
sdkUpsertEvent: APIEndpoint<{
|
|
374
|
-
identifier: string;
|
|
375
|
-
title: string;
|
|
376
|
-
slug: string;
|
|
377
|
-
status?: SdkPullEventSeries["status"];
|
|
378
|
-
visibility?: SdkPullEventSeries["visibility"];
|
|
379
|
-
schedule: SdkPullEventSeries["schedule"];
|
|
380
|
-
capacity?: number | null;
|
|
381
|
-
pricing?: Partial<SdkPullEventSeries["pricing"]>;
|
|
382
|
-
venueRef?: string | null;
|
|
383
|
-
categoryRef?: string | null;
|
|
384
|
-
content?: SdkPullEventSeries["content"];
|
|
385
|
-
formRef?: string | null;
|
|
386
|
-
settings?: Record<string, unknown>;
|
|
387
|
-
presentation?: Record<string, unknown> | null;
|
|
388
|
-
tags?: string[];
|
|
389
|
-
}, {
|
|
374
|
+
sdkUpsertEvent: APIEndpoint<SdkEventUpsertBody, {
|
|
390
375
|
siteId: string;
|
|
391
376
|
}, SdkUpsertEventResponse>;
|
|
392
377
|
sdkGetEvent: APIEndpoint<never, {
|
|
@@ -407,7 +392,7 @@ export type SitePlatformAPIEndpoints = {
|
|
|
407
392
|
title: string;
|
|
408
393
|
slug: string;
|
|
409
394
|
status?: MutableCourseStatus;
|
|
410
|
-
visibility?:
|
|
395
|
+
visibility?: 'private' | 'public' | 'unlisted';
|
|
411
396
|
venueRef?: string | null;
|
|
412
397
|
categoryRef?: string | null;
|
|
413
398
|
formRef?: string | null;
|
|
@@ -438,6 +423,7 @@ export type SitePlatformAPIEndpoints = {
|
|
|
438
423
|
data: Record<string, unknown>;
|
|
439
424
|
slug?: string;
|
|
440
425
|
manualOrder?: number;
|
|
426
|
+
blocks?: Record<string, SdkEntryUpsertSlotBlock[]>;
|
|
441
427
|
}, {
|
|
442
428
|
siteId: string;
|
|
443
429
|
}, SdkUpsertEntryResponse>;
|
|
@@ -471,7 +457,7 @@ export type SitePlatformAPIEndpoints = {
|
|
|
471
457
|
}, SdkPublishOrUnpublishEntryResponse>;
|
|
472
458
|
sdkUpdateSettings: APIEndpoint<{
|
|
473
459
|
homepageId?: string | null;
|
|
474
|
-
seoDefaults?: SdkPullSettings[
|
|
460
|
+
seoDefaults?: SdkPullSettings['seoDefaults'];
|
|
475
461
|
logoIdentifier?: string | null;
|
|
476
462
|
faviconIdentifier?: string | null;
|
|
477
463
|
}, {
|
|
@@ -8,7 +8,7 @@ import type { APIEndpoint } from './apiEndpointTypes';
|
|
|
8
8
|
import type { AnalyticsReportQuery, AnalyticsReportResponse } from './analytics';
|
|
9
9
|
import type { CreateMediaAssetBody, MediaAssetResponse, MediaAssetFileFilterContract, MediaBulkDeleteResponse, MediaClassifyJobResponse, MediaJobSummaryResponse, MediaLabelSummary, MediaSettingsResponse } from './media';
|
|
10
10
|
import type { MediaUsageCheckResponse } from './shared-contracts';
|
|
11
|
-
import type { BlockWithContentResponse, BlockListItem, ContentEntryListStage, ListPublishedEntriesResponse, PageDraftRecord, PublishedBlockBaseline, PublishedContentEntryPreviewResponse, PublishedPostPreviewResponse, SdkBlockContent, SdkRuntimeContentByPathResponse, SdkTemplate, SiteBySlugResponse, ThemeGenerationTurn, ThemePreferencesRecord, ThemeRow } from './contentRuntime';
|
|
11
|
+
import type { BlockWithContentResponse, BlockListItem, ContentEntryListStage, EntryPageContentSlotsResponse, ListPublishedEntriesResponse, PageDraftRecord, PublishedBlockBaseline, PublishedContentEntryPreviewResponse, PublishedPostPreviewResponse, SdkBlockContent, SdkRuntimeContentByPathResponse, SdkTemplate, SiteBySlugResponse, ThemeGenerationTurn, ThemePreferencesRecord, ThemeRow } from './contentRuntime';
|
|
12
12
|
import type { GetVersionHistoryResponse, ListVersionHistoryResponse, RestoreVersionHistoryRequest, RestoreVersionHistoryResponse, VersionHistoryListQuery } from './contentVersionHistory';
|
|
13
13
|
import type { CreateInstagramZipUploadUrlRequest, CreateInstagramZipUploadUrlResponse, CreateMediaUploadUrlRequest, CreateMediaUploadUrlResponse, CreateSiteLogoUploadUrlRequest, CreateSiteLogoUploadUrlResponse, InstagramUploadZipRequest, MediaUploadFinalizeRequest, UploadSiteLogoRequest } from './siteInfrastructure';
|
|
14
14
|
import type { DevToolsGetSiteRoleDowngradeQuery, DevToolsImpersonationResponse, DevToolsSeedResponse, DevToolsSetSiteRoleDowngradeRequest, SiteRoleDowngradeState } from './siteOperations';
|
|
@@ -438,6 +438,51 @@ export type SiteRuntimeAPIEndpoints = {
|
|
|
438
438
|
stage: 'draft' | 'published';
|
|
439
439
|
optimistic_hash?: string | null;
|
|
440
440
|
}>;
|
|
441
|
+
listEntrySlotBlocks: APIEndpoint<never, {
|
|
442
|
+
siteId: string;
|
|
443
|
+
type: string;
|
|
444
|
+
entryId: string;
|
|
445
|
+
slotKey: string;
|
|
446
|
+
}, {
|
|
447
|
+
blocks: BlockListItem[];
|
|
448
|
+
}>;
|
|
449
|
+
listEntryPageContentSlots: APIEndpoint<never, {
|
|
450
|
+
siteId: string;
|
|
451
|
+
type: string;
|
|
452
|
+
entryId: string;
|
|
453
|
+
}, EntryPageContentSlotsResponse>;
|
|
454
|
+
createEntrySlotBlock: APIEndpoint<{
|
|
455
|
+
kind: string;
|
|
456
|
+
position?: number;
|
|
457
|
+
purpose?: string;
|
|
458
|
+
}, {
|
|
459
|
+
siteId: string;
|
|
460
|
+
type: string;
|
|
461
|
+
entryId: string;
|
|
462
|
+
slotKey: string;
|
|
463
|
+
}, {
|
|
464
|
+
ok: boolean;
|
|
465
|
+
block: Record<string, unknown>;
|
|
466
|
+
}>;
|
|
467
|
+
reorderEntrySlotBlocks: APIEndpoint<{
|
|
468
|
+
blockIds: string[];
|
|
469
|
+
}, {
|
|
470
|
+
siteId: string;
|
|
471
|
+
type: string;
|
|
472
|
+
entryId: string;
|
|
473
|
+
slotKey: string;
|
|
474
|
+
}, {
|
|
475
|
+
ok: boolean;
|
|
476
|
+
}>;
|
|
477
|
+
deleteEntrySlotBlock: APIEndpoint<never, {
|
|
478
|
+
siteId: string;
|
|
479
|
+
type: string;
|
|
480
|
+
entryId: string;
|
|
481
|
+
slotKey: string;
|
|
482
|
+
blockId: string;
|
|
483
|
+
}, {
|
|
484
|
+
ok: boolean;
|
|
485
|
+
}>;
|
|
441
486
|
createBlock: APIEndpoint<{
|
|
442
487
|
kind: string;
|
|
443
488
|
position?: number;
|
|
@@ -10,6 +10,11 @@ import type { FormBackend } from './adapter';
|
|
|
10
10
|
* Watch a field path and return its current value.
|
|
11
11
|
* The value updates reactively when the field changes.
|
|
12
12
|
*
|
|
13
|
+
* Keep the path shape stable for the lifetime of the component: a call site
|
|
14
|
+
* should not switch between a single string path and an array of paths. If a
|
|
15
|
+
* UI needs to change watch mode, split that branch into separate components so
|
|
16
|
+
* React hook ordering remains stable.
|
|
17
|
+
*
|
|
13
18
|
* Uses backend's unified interface - no branching on backend.type.
|
|
14
19
|
* Detects RHF backend by presence of backend.form property.
|
|
15
20
|
*
|
|
@@ -19,4 +24,4 @@ import type { FormBackend } from './adapter';
|
|
|
19
24
|
* const statusValue = useBackendWatch(backend, 'status')
|
|
20
25
|
* ```
|
|
21
26
|
*/
|
|
22
|
-
export declare function useBackendWatch(backend: FormBackend, path: string): unknown;
|
|
27
|
+
export declare function useBackendWatch(backend: FormBackend, path: string | readonly string[]): unknown;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* Handles both ui.hidden flag and conditional visibility based on other field values.
|
|
6
6
|
*/
|
|
7
7
|
import type { BaseFieldConfig } from '../fields/types';
|
|
8
|
-
import type
|
|
9
|
-
export type VisibilityValueReader
|
|
8
|
+
import { type VisibilityValueReader } from './visibleWhen';
|
|
9
|
+
export type { VisibilityValueReader } from './visibleWhen';
|
|
10
|
+
export declare function collectVisibleWhenWatchPaths(field: BaseFieldConfig, path: string): readonly string[];
|
|
10
11
|
export declare function evaluateVisibility(field: BaseFieldConfig, backend: VisibilityValueReader, path: string): boolean;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FieldVisibleWhen, FieldVisibleWhenPredicate } from '../../../blocks/src/system/manifest/schema';
|
|
2
|
+
export type VisibilityValueReader = {
|
|
3
|
+
getValue: (path: string) => unknown;
|
|
4
|
+
};
|
|
5
|
+
export declare function isVisibleWhenPredicate(visibleWhen: FieldVisibleWhen): visibleWhen is FieldVisibleWhenPredicate;
|
|
6
|
+
export declare function getVisibleWhenPredicates(visibleWhen: FieldVisibleWhen): readonly FieldVisibleWhenPredicate[];
|
|
7
|
+
export declare function evaluateVisibleWhenPredicate(condition: FieldVisibleWhenPredicate, watchedValue: unknown): boolean;
|
|
@@ -43,6 +43,7 @@ type PageRendererDataContext = {
|
|
|
43
43
|
pageId?: string;
|
|
44
44
|
resolvedData?: Record<string, Record<string, unknown>>;
|
|
45
45
|
previewStage?: 'published' | 'preview';
|
|
46
|
+
previewToken?: string | null;
|
|
46
47
|
routes?: RouteMap;
|
|
47
48
|
pagesByIdentifier?: Record<string, string>;
|
|
48
49
|
entriesByIdentifier?: Record<string, Record<string, string>>;
|
|
@@ -92,6 +93,16 @@ export type BlockOverrideProps<TContent = Record<string, unknown>> = {
|
|
|
92
93
|
apiBaseUrl?: string;
|
|
93
94
|
/** Customer portal token for Bearer-authenticated block runtime calls. */
|
|
94
95
|
portalToken?: string | null;
|
|
96
|
+
/** Preview bearer token for preview-aware block runtime calls. */
|
|
97
|
+
previewToken?: string | null;
|
|
98
|
+
/** Render stage for preview-aware block runtime calls. */
|
|
99
|
+
stage?: 'published' | 'preview';
|
|
100
|
+
/** Event/course subroute context for template-aware block overrides. */
|
|
101
|
+
occurrenceContext?: OccurrenceContextData | null;
|
|
102
|
+
/** Generic entry subroute context for template-aware block overrides. */
|
|
103
|
+
entrySubrouteContext?: EntrySubrouteContextData | null;
|
|
104
|
+
/** Content entry context for template-aware block overrides. */
|
|
105
|
+
contentEntry?: Record<string, unknown> | null;
|
|
95
106
|
/** Supabase project URL (useful for media URL resolution in override components) */
|
|
96
107
|
supabaseUrl?: string;
|
|
97
108
|
/** Full image-resolution context including canonical media sidecars. */
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type { BindingSource, BindingDescriptor, BindingInput, BindingMap, BindingContext, BindingPath, BindingTransformName, KnownBindingTransformName, FieldBindingDescriptor, MetaBindingDescriptor, LiteralBindingDescriptor, TransformBindingDescriptor, FallbackBindingDescriptor, } from './types';
|
|
8
8
|
export { TRANSFORMS, BINDING_SOURCES } from './types';
|
|
9
|
-
export { asDesignBlockId, asContentTemplateDesignBlockId, asLayoutVariantKey, buildPageDesignEditorReadModel, compileContentTemplateRuntimeFields, parsePageDesignIntent, surfaceResolutionContextFromTheme, type DesignBlockId, parseContentTemplateDesignIntent, type CompiledBlockRuntimeFields, type LayoutVariantKey, type PageDesignEditorBlockInput, type PageDesignIntent, type SurfaceResolutionContext, applyBlockContentVariantPolicy, deriveSiteStyleBlockPolicy, } from '../../../theme-core/src/site-styles/index';
|
|
9
|
+
export { asDesignBlockId, asContentTemplateDesignBlockId, asLayoutVariantKey, buildPageDesignEditorReadModel, compileContentTemplateRuntimeFields, parsePageDesignIntent, surfaceResolutionContextFromTheme, designRuntimeRulesForTheme, type DesignBlockId, parseContentTemplateDesignIntent, type CompiledBlockRuntimeFields, type LayoutVariantKey, type PageDesignEditorBlockInput, type PageDesignIntent, type SurfaceResolutionContext, applyBlockContentVariantPolicy, deriveSiteStyleBlockPolicy, } from '../../../theme-core/src/site-styles/index';
|
|
10
10
|
export { applyCompiledRuntimeFieldsToContent, buildEditorModelRuntimeFieldsByBlockId, } from '../../../theme-core/src/site-styles/previewCompiler';
|
|
11
11
|
export { blockDesignMetadataMapFromDefinitions } from '../system/designCapabilities';
|
|
12
12
|
export { systemBlockDefinitions } from '../system/blocks';
|
|
@@ -11,7 +11,7 @@ export type SiteChromeBlockRenderSpec = Readonly<{
|
|
|
11
11
|
canRenderReactively?: boolean;
|
|
12
12
|
}>;
|
|
13
13
|
export type SiteChromeRenderModel = Readonly<{
|
|
14
|
-
header: SiteChromeBlockRenderSpec;
|
|
14
|
+
header: SiteChromeBlockRenderSpec | null;
|
|
15
15
|
footer: SiteChromeBlockRenderSpec;
|
|
16
16
|
}>;
|
|
17
17
|
export type SiteChromeBlockRenderOptions = Readonly<{
|
|
@@ -18,7 +18,9 @@ export { FormNodeClient } from './system/runtime/nodes/form.client';
|
|
|
18
18
|
export { BookingFormClient } from './system/runtime/nodes/booking-form.client';
|
|
19
19
|
export { HeadlessBookingPaymentSelectionStep, type HeadlessBookingPaymentSelectionStepProps, } from './system/runtime/nodes/booking-form.default-ui';
|
|
20
20
|
export { HeadlessBookingProvider, createBookingBlockApiConfig, useHeadlessBookingFlow, } from './system/runtime/hooks/useHeadlessBookingFlow';
|
|
21
|
+
export { HeadlessEventRegistrationProvider, createEventRegistrationBlockApiConfig, useHeadlessEventRegistrationFlow, } from './system/runtime/hooks/useHeadlessEventRegistrationFlow';
|
|
21
22
|
export { AltchaWidget as HeadlessBookingAltchaWidget } from '../../altcha/src/client';
|
|
23
|
+
export { AltchaWidget as HeadlessEventRegistrationAltchaWidget } from '../../altcha/src/client';
|
|
22
24
|
export { EventRegistrationClient, EventRegistrationIslandClient, } from './system/runtime/nodes/event-registration.client';
|
|
23
25
|
export { EventDetailsClient, EventDetailsIslandClient, } from './system/runtime/nodes/event-details.client';
|
|
24
26
|
export { LocationMapClient, LocationMapIslandClient, } from './system/runtime/nodes/location-map.client';
|
|
@@ -33,6 +35,8 @@ export { BOOKING_FORM_DATA_RESERVED_KEY_VALUES } from './system/runtime/nodes/bo
|
|
|
33
35
|
export type { BookingFormData, BookingSelectedCollectionOptionKind, } from './system/runtime/nodes/booking-form.state';
|
|
34
36
|
export type { BookingAvailabilityModel, BookingAppointmentPackagesModel, BookingDiscountModel, BookingFieldsModel, BookingFlowActions, BookingPaymentModel, BookingResourcesModel, BookingServicesModel, BookingSpamProtectionModel, HeadlessBookingFlow, HeadlessBookingFlowOptions, HeadlessBookingProviderProps, } from './system/runtime/hooks/useHeadlessBookingFlow';
|
|
35
37
|
export type { AppointmentBookingOverrideData, AppointmentBookingOverrideInput, AppointmentBookingOverrideInputResult, AppointmentBookingOverridePropsLike, BookingAvailabilityQuery, BookingAppointmentPackagesUnavailableReason, BookingFieldValue, BookingFieldView, BookingFlowActionResult, BookingFlowFeedback, BookingFlowStatus, BookingFlowView, BookingResourceView, BookingFlowStep, BookingFlowStepId, BookingSlotView, BookingSubmitActionResult, BookingSubmitOptions, BookingValidationErrors, DerivedBookingFlowSteps, DeriveBookingFlowStepsInput, LoadState, } from './system/runtime/hooks/useHeadlessBookingFlow.state';
|
|
38
|
+
export type { EventRegistrationAttendeeModel, EventRegistrationDiscountModel, EventRegistrationEventsModel, EventRegistrationFlowActionResult, EventRegistrationFlowActions, EventRegistrationFlowStatus, EventRegistrationFlowStep, EventRegistrationFlowStepId, EventRegistrationFlowView, EventRegistrationGuestsModel, EventRegistrationLoadState, EventRegistrationOverrideData, EventRegistrationOverrideInput, EventRegistrationOverrideInputResult, EventRegistrationOverridePropsLike, EventRegistrationPaymentModel, EventRegistrationPaymentSelection, EventRegistrationPortalAuthModel, EventRegistrationSpamProtectionModel, EventRegistrationSubmitOptions, EventRegistrationSubmitResult, EventRegistrationTerminalModel, EventRegistrationTicketsModel, HeadlessEventRegistrationFlow, HeadlessEventRegistrationFlowOptions, HeadlessEventRegistrationProviderProps, } from './system/runtime/hooks/useHeadlessEventRegistrationFlow';
|
|
39
|
+
export { getEventRegistrationOverrideInput, } from './system/runtime/nodes/event-registration/event-registration.headless.state';
|
|
36
40
|
export { buildBookingAvailabilityQuery, buildBookingStepPlan, buildBookingSubmitPlan, createEmptyBookingValidationErrors, createFieldBookingValidationErrors, createFormBookingValidationError, describeUnknownError, deriveBookingFlowSteps, deriveBookingFieldViews, getAppointmentBookingOverrideInput, hasBookingValidationErrors, resolveAppointmentPackagesModel, resolveHeadlessBookingStatus, resolveHeadlessBookingView, toBookingFormData, toBookingSlotView, toBookingSlotViews, validateBookingField, validateBookingFields, validateBookingStep, } from './system/runtime/hooks/useHeadlessBookingFlow.state';
|
|
37
41
|
export type { EventDetailsClientProps, EventDetailsIslandClientProps, } from './system/runtime/nodes/event-details.client';
|
|
38
42
|
export type { LocationMapClientProps, LocationMapIslandClientProps, } from './system/runtime/nodes/location-map.client';
|
|
@@ -236,8 +236,11 @@ export declare const proofBlockIslandCodecs: {
|
|
|
236
236
|
} & Readonly<{
|
|
237
237
|
display: Readonly<{
|
|
238
238
|
kind: "event-registration";
|
|
239
|
-
state: "shell";
|
|
239
|
+
state: "generic-shell";
|
|
240
240
|
className: string | null;
|
|
241
|
+
titleText: string;
|
|
242
|
+
bodyText: string;
|
|
243
|
+
stepLabels: import("../system/runtime/nodes/event-registration.interactive").EventRegistrationGenericShellStepLabels;
|
|
241
244
|
summaryButtonText: string;
|
|
242
245
|
}>;
|
|
243
246
|
hydration: Readonly<Omit<import("../system/runtime/nodes/event-registration").EventRegistrationClientProps, "siteId" | "stage" | "className" | "buttonText" | "registrationEndpoint" | "eligibilityEndpoint" | "checkoutEndpoint">>;
|
|
@@ -256,8 +259,11 @@ export declare const proofBlockIslandCodecs: {
|
|
|
256
259
|
} & Readonly<{
|
|
257
260
|
display: Readonly<{
|
|
258
261
|
kind: "event-registration";
|
|
259
|
-
state: "shell";
|
|
262
|
+
state: "generic-shell";
|
|
260
263
|
className: string | null;
|
|
264
|
+
titleText: string;
|
|
265
|
+
bodyText: string;
|
|
266
|
+
stepLabels: import("../system/runtime/nodes/event-registration.interactive").EventRegistrationGenericShellStepLabels;
|
|
261
267
|
summaryButtonText: string;
|
|
262
268
|
}>;
|
|
263
269
|
hydration: Readonly<Omit<import("../system/runtime/nodes/event-registration").EventRegistrationClientProps, "siteId" | "stage" | "className" | "buttonText" | "registrationEndpoint" | "eligibilityEndpoint" | "checkoutEndpoint">>;
|
|
@@ -1278,8 +1284,11 @@ export declare const runtimeIslandCodecs: {
|
|
|
1278
1284
|
} & Readonly<{
|
|
1279
1285
|
display: Readonly<{
|
|
1280
1286
|
kind: "event-registration";
|
|
1281
|
-
state: "shell";
|
|
1287
|
+
state: "generic-shell";
|
|
1282
1288
|
className: string | null;
|
|
1289
|
+
titleText: string;
|
|
1290
|
+
bodyText: string;
|
|
1291
|
+
stepLabels: import("../system/runtime/nodes/event-registration.interactive").EventRegistrationGenericShellStepLabels;
|
|
1283
1292
|
summaryButtonText: string;
|
|
1284
1293
|
}>;
|
|
1285
1294
|
hydration: Readonly<Omit<import("../system/runtime/nodes/event-registration").EventRegistrationClientProps, "siteId" | "stage" | "className" | "buttonText" | "registrationEndpoint" | "eligibilityEndpoint" | "checkoutEndpoint">>;
|
|
@@ -1298,8 +1307,11 @@ export declare const runtimeIslandCodecs: {
|
|
|
1298
1307
|
} & Readonly<{
|
|
1299
1308
|
display: Readonly<{
|
|
1300
1309
|
kind: "event-registration";
|
|
1301
|
-
state: "shell";
|
|
1310
|
+
state: "generic-shell";
|
|
1302
1311
|
className: string | null;
|
|
1312
|
+
titleText: string;
|
|
1313
|
+
bodyText: string;
|
|
1314
|
+
stepLabels: import("../system/runtime/nodes/event-registration.interactive").EventRegistrationGenericShellStepLabels;
|
|
1303
1315
|
summaryButtonText: string;
|
|
1304
1316
|
}>;
|
|
1305
1317
|
hydration: Readonly<Omit<import("../system/runtime/nodes/event-registration").EventRegistrationClientProps, "siteId" | "stage" | "className" | "buttonText" | "registrationEndpoint" | "eligibilityEndpoint" | "checkoutEndpoint">>;
|