@riverbankcms/sdk 0.68.0 → 0.70.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/_dts/api/src/accessAdmin.d.ts +3 -3
- package/dist/_dts/api/src/admin/types.d.ts +1 -1
- package/dist/_dts/api/src/aiPlayground.d.ts +13 -87
- package/dist/_dts/api/src/appointmentSetup.d.ts +4 -0
- package/dist/_dts/api/src/billing.d.ts +1 -1
- package/dist/_dts/api/src/bookingConfig.d.ts +2 -2
- package/dist/_dts/api/src/bookingRecords.d.ts +1 -1
- package/dist/_dts/api/src/bookings.d.ts +1 -1
- package/dist/_dts/api/src/commercePortalEndpoints.d.ts +1 -1
- package/dist/_dts/api/src/communications.d.ts +1 -1
- package/dist/_dts/api/src/contentRuntime.d.ts +2 -2
- package/dist/_dts/api/src/contentTypes.d.ts +1 -1
- package/dist/_dts/api/src/navigation/contracts.d.ts +9 -9
- package/dist/_dts/api/src/navigation/linkValue.d.ts +1 -1
- package/dist/_dts/api/src/navigation/types.d.ts +1 -1
- package/dist/_dts/api/src/public/index.d.ts +2 -2
- package/dist/_dts/api/src/public/types.d.ts +2 -2
- package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -2
- package/dist/_dts/api/src/sdkContracts.d.ts +1 -1
- package/dist/_dts/api/src/siteBanner.d.ts +9 -9
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +2 -2
- package/dist/_dts/api/src/siteOnboarding.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +1 -1
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +5 -5
- package/dist/_dts/api/src/siteSettings.d.ts +3 -3
- package/dist/_dts/api/src/teamMembers.d.ts +1 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/api/src/url.d.ts +1 -1
- package/dist/_dts/billing/src/components/index.d.ts +61 -3
- package/dist/_dts/block-form/src/backend/store-backend.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/types.d.ts +2 -2
- package/dist/_dts/block-form/src/blockDraftSaveability.d.ts +2 -2
- package/dist/_dts/block-form/src/context/ImageResolveContext.d.ts +1 -1
- package/dist/_dts/block-form/src/fields/types.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/canonicalValidation.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/manifestFormAdapter.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/mergeManifestWithSdkOptions.d.ts +1 -1
- package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
- package/dist/_dts/block-form/src/shared/disclosure.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterLayoutGrid.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/layoutGridDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterPresentation.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/resolveThumbnail.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RichTextField/richTextFieldSchema.d.ts +4 -4
- package/dist/_dts/block-form/src/widgets/constants.d.ts +1 -1
- package/dist/_dts/blocks/src/PageRenderer.d.ts +1 -1
- package/dist/_dts/blocks/src/bindings/index.d.ts +2 -2
- package/dist/_dts/blocks/src/client.d.ts +6 -4
- package/dist/_dts/blocks/src/index.d.ts +28 -27
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +1 -1
- package/dist/_dts/blocks/src/rendering/server.d.ts +1 -1
- package/dist/_dts/blocks/src/server.d.ts +1 -1
- package/dist/_dts/blocks/src/structure/schema.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +1666 -1666
- package/dist/_dts/blocks/src/system/blocks/blog-post.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +1666 -1666
- package/dist/_dts/blocks/src/system/blocks/columns.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/courses/shared/pricing.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +42 -42
- package/dist/_dts/blocks/src/system/blocks/cta-full.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +1764 -1764
- package/dist/_dts/blocks/src/system/blocks/events/shared/filtering.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +44 -44
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/file-download.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +9 -9
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +139 -139
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/shared/bookingPaymentTerms.d.ts +19 -19
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/video-grid.d.ts +1 -1
- package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -1
- package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +5 -5
- package/dist/_dts/blocks/src/system/designCapabilities.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fragments/library/card.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/ctaRow.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/feedbackCallout.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/heroCtaRow.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/sectionState.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/frame/frameStyles.d.ts +3 -3
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +2 -2
- package/dist/_dts/blocks/src/system/manifest/augmentManifest.d.ts +1 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +201 -201
- package/dist/_dts/blocks/src/system/media/constrainedVideoMedia.d.ts +1 -1
- package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/fragments/ctaButton.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/fragments/typography.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/schema.d.ts +5 -5
- package/dist/_dts/blocks/src/system/registry.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +45 -29
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.reserved-fields.d.ts +27 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.state.d.ts +11 -7
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/timetableModel.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/LeafletStaticMap.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +6 -6
- package/dist/_dts/blocks/src/system/runtime/shared/bookingPaymentOptionCopy.d.ts +1 -1
- package/dist/_dts/blocks/src/system/theme/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +3 -3
- package/dist/_dts/blocks/src/system/types/link.d.ts +3 -3
- package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/buildPublishSuccessTransition.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/deriveRecoveryConflict.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/invalidBlockRecovery.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/useEntrySyncHelpers.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/blockedPublishPlan.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useEntryActions.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useEntryMutations.d.ts +2 -2
- package/dist/_dts/content-editor/src/hooks/useStoreAutosave.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/validateBlocksForPublish.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -1
- package/dist/_dts/content-editor/src/registry.d.ts +1 -1
- package/dist/_dts/content-editor/src/services/contentEntryServices.d.ts +2 -2
- package/dist/_dts/content-editor/src/types.d.ts +2 -2
- package/dist/_dts/content-editor/src/ui/blockValidationView.d.ts +3 -3
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/stores/utils.d.ts +1 -1
- package/dist/_dts/content-model/src/content-types/schema.d.ts +8 -8
- package/dist/_dts/core/src/branded.d.ts +2 -0
- package/dist/_dts/core/src/index.d.ts +2 -0
- package/dist/_dts/core/src/planner.d.ts +64 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +17 -18
- package/dist/_dts/db/src/schemas/forms.d.ts +62 -62
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +5 -5
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +5 -5
- package/dist/_dts/editor-blocks/src/FormProvider.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +6 -6
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockSettingsModal.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/EnhancedBlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/blockDiscovery.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/buildInsertBlockHistoryCommand.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockBaselineSync.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useDraftContent.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/preparedManifest.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/sdkBlockMerger.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/settingsIntent.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-form/debug.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/blockPayload.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +6 -6
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonVariantField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/context.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/index.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeSelectField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/index.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/loaders.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/types.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkSummary.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/loaders.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/types.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/utils.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/dynamicAdapters.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/reference/types.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/ensureRichTextImageAssetIdentifier.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/richTextImageHydration.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/shared/Combobox.d.ts +1 -1
- package/dist/_dts/media-core/src/fileAssetCompatibility.d.ts +1 -1
- package/dist/_dts/media-core/src/fileAssetDeletion.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDomain.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDownloadResolution.d.ts +1 -1
- package/dist/_dts/media-core/src/filePersistence.d.ts +1 -1
- package/dist/_dts/media-core/src/fileStorage.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadAssetBuilder.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadCleanup.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadCompletion.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadDurableFinalization.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadFinalization.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadSessionCreation.d.ts +1 -1
- package/dist/_dts/media-core/src/types.d.ts +2 -2
- package/dist/_dts/media-core/src/url.d.ts +1 -1
- package/dist/_dts/media-core/src/videoPrep.d.ts +1 -1
- package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +2 -2
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/context.d.ts +3 -3
- package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
- package/dist/_dts/media-editor/src/cropEditorSource.d.ts +1 -1
- package/dist/_dts/media-editor/src/debug.d.ts +1 -1
- package/dist/_dts/media-editor/src/provider.d.ts +3 -3
- package/dist/_dts/media-editor/src/runtimeMediaAssetState.d.ts +1 -1
- package/dist/_dts/media-editor/src/transformModel.d.ts +1 -1
- package/dist/_dts/media-editor/src/types.d.ts +2 -2
- package/dist/_dts/media-editor/src/utils.d.ts +1 -1
- package/dist/_dts/media-react/src/components/ImageCropper.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropDraftModel.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropGeometry.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropSessionState.d.ts +1 -1
- package/dist/_dts/media-react/src/components/useImageCropperController.d.ts +1 -1
- package/dist/_dts/media-react/src/ffmpegLoader.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/internal/classification.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/mediaAssetResponseMapper.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/useApiMediaUploader.d.ts +4 -4
- package/dist/_dts/media-react/src/utils/rotation.d.ts +1 -1
- package/dist/_dts/media-react/src/videoFrameExtraction.d.ts +1 -1
- package/dist/_dts/media-react/src/videoPrepBrowser.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/composePageFromBlocks.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/blocks/customizeFacetControls.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/editorRegistry.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/aiProposalProjection.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/applyPreviewProjections.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/types.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +9 -9
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorUI.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +8 -8
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +8 -8
- package/dist/_dts/preview-next/src/client/preview/PreviewViewportControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewZoomControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +4 -4
- package/dist/_dts/preview-next/src/client/preview/pageSchema.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromeSurface.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromeSurfacePolicy.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/sidebarTabPreference.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +4 -4
- package/dist/_dts/preview-next/src/client/preview/subrouteNotice.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewMode.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -3
- package/dist/_dts/sdk/src/bookings/index.d.ts +3 -2
- package/dist/_dts/sdk/src/bookings/types.d.ts +16 -10
- package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/env.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entryMergePush.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/push-config.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/datedOfferingCommands.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/entryCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/footerCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/formCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +1 -1
- package/dist/_dts/sdk/src/config/validation.d.ts +37 -43
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +1 -1
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +19 -19
- package/dist/_dts/sdk/src/portal/config.d.ts +1 -1
- package/dist/_dts/sdk/src/portal/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/constants.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/cookies.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/index.d.ts +2 -2
- package/dist/_dts/sdk/src/preview-next/middleware.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/session.d.ts +1 -1
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +18 -4
- package/dist/_dts/sdk/src/rendering/islands/blocksContracts.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +3 -3
- package/dist/_dts/sdk/src/spam-protection/index.d.ts +3 -3
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +2 -2
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/adapter.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +70 -39
- package/dist/_dts/site-commands/src/domain.d.ts +2 -2
- package/dist/_dts/site-commands/src/exposure.d.ts +3 -3
- package/dist/_dts/site-commands/src/metadata.d.ts +13 -0
- package/dist/_dts/site-commands/src/planner.d.ts +1 -1
- package/dist/_dts/site-commands/src/refs.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +9 -9
- package/dist/_dts/theme-core/src/blocks/index.d.ts +2 -2
- package/dist/_dts/theme-core/src/blocks/types.d.ts +3 -2
- package/dist/_dts/theme-core/src/buttons/personalities/brushed-wash.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/confident-chip.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/editorial-link.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +35 -35
- package/dist/_dts/theme-core/src/buttons/personalities/ink-stamp.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/pebble.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/showtime-pill.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/soft-pill.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +7 -7
- package/dist/_dts/theme-core/src/buttons/types.d.ts +18 -18
- package/dist/_dts/theme-core/src/cards/types.d.ts +17 -17
- package/dist/_dts/theme-core/src/inputs/types.d.ts +13 -13
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +351 -351
- package/dist/_dts/theme-core/src/navigation/types.d.ts +15 -15
- package/dist/_dts/theme-core/src/palette/recipes/allRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/brand-led.d.ts +24 -24
- package/dist/_dts/theme-core/src/palette/variants/high-contrast.d.ts +18 -18
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +65 -65
- package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +18 -18
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +7 -7
- package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +18 -18
- package/dist/_dts/theme-core/src/progress/generateProgressCss.d.ts +2 -1
- package/dist/_dts/theme-core/src/recommend/generateThemes.d.ts +1 -1
- package/dist/_dts/theme-core/src/runtime/buildThemeRuntimeFromBridge.d.ts +4 -0
- package/dist/_dts/theme-core/src/schema.d.ts +568 -568
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +34 -34
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/pageDesignAuthority.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/siteStyleBlockPolicies.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +14 -14
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +4 -4
- package/dist/_dts/theme-core/src/status/generateStatusCss.d.ts +2 -1
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +5 -5
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button.d.ts +2 -2
- package/dist/_dts/ui/src/card.d.ts +1 -1
- package/dist/_dts/ui/src/color-picker.d.ts +1 -1
- package/dist/_dts/ui/src/surface.d.ts +2 -2
- package/dist/_dts/ui/src/toggle.d.ts +4 -4
- package/dist/cli/index.mjs +3031 -2878
- package/dist/client/bookings.mjs +104 -34
- package/dist/client/client.mjs +7757 -7627
- package/dist/client/hooks.mjs +5704 -3822
- package/dist/client/rendering/client.mjs +164 -35
- package/dist/client/rendering/islands.mjs +164 -35
- package/dist/client/rendering.mjs +476 -346
- package/dist/preview-next/client/runtime.mjs +188 -55
- package/dist/server/components.mjs +364 -310
- package/dist/server/config-validation.mjs +6851 -4889
- package/dist/server/config.mjs +6841 -4888
- package/dist/server/data.mjs +5704 -3822
- package/dist/server/index.mjs +160 -1762
- package/dist/server/next.mjs +6515 -5260
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +366 -312
- package/dist/server/rendering.mjs +366 -312
- package/dist/server/routing.mjs +10376 -6836
- package/dist/server/server.mjs +5692 -3810
- package/dist/server/theme-bridge.mjs +249 -15
- package/package.json +1 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { OutputContext } from '../../../output';
|
|
2
2
|
import type { ManagementClient } from '../../../../client/management';
|
|
3
3
|
import type { WriterOptions } from '../../../content/writer';
|
|
4
|
-
import type { SiteId } from '
|
|
4
|
+
import type { SiteId } from '../../../../../../core/src/index';
|
|
5
5
|
import type { EnvTarget } from '../../../helpers';
|
|
6
6
|
export interface ScopePushContext {
|
|
7
7
|
output: OutputContext;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Reads content from the file system for push operations.
|
|
5
5
|
* Mirrors the structure created by writer.ts.
|
|
6
6
|
*/
|
|
7
|
-
import type { NavigationLinkInput } from '
|
|
7
|
+
import type { NavigationLinkInput } from '../../../../api/src/index';
|
|
8
8
|
import type { Theme } from '../../contracts';
|
|
9
9
|
export interface LocalEntry {
|
|
10
10
|
identifier: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type SiteId } from '
|
|
1
|
+
import { type SiteId } from '../../../../core/src/index';
|
|
2
2
|
import type { ManagementClient } from '../../client/management/types';
|
|
3
3
|
import type { LocalEntry } from '../content/reader';
|
|
4
4
|
import type { EnvTarget } from '../helpers';
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import { Command } from 'commander';
|
|
7
7
|
import type { OutputContext } from './output';
|
|
8
|
-
import type { APIEndpoints } from '
|
|
8
|
+
import type { APIEndpoints } from '../../../api/src/public/index';
|
|
9
9
|
interface PushConfigOptions {
|
|
10
10
|
config?: string;
|
|
11
11
|
apiKey?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Brand } from '
|
|
1
|
+
import type { Brand } from '../../../../core/src/index';
|
|
2
2
|
export type CliContentTypeKey = Brand<string, 'SdkCliContentTypeKey'>;
|
|
3
3
|
export type CliEntryIdentifier = Brand<string, 'SdkCliEntryIdentifier'>;
|
|
4
4
|
export type CliPageIdentifier = Brand<string, 'SdkCliPageIdentifier'>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type Result, type SiteId } from '
|
|
2
|
-
import { type DryRunReport, type SiteCommandBatch, type SiteCommandExecutionSuccess, type SiteCommandOf, type SiteCommandPlanFor, type SiteCommandRef, type SiteCommandType, type SiteCommandValidationError } from '
|
|
1
|
+
import { type Result, type SiteId } from '../../../../core/src/index';
|
|
2
|
+
import { type DryRunReport, type SiteCommandBatch, type SiteCommandExecutionSuccess, type SiteCommandOf, type SiteCommandPlanFor, type SiteCommandRef, type SiteCommandType, type SiteCommandValidationError } from '../../../../site-commands/src/index';
|
|
3
3
|
import type { EnvTarget } from '../helpers';
|
|
4
4
|
export type CliCommandBatchRefInput<TSource extends string = string> = Readonly<{
|
|
5
5
|
source: TSource;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Result, type SiteId } from '
|
|
1
|
+
import { type Result, type SiteId } from '../../../../core/src/index';
|
|
2
2
|
import type { ManagementClient } from '../../client/management/types';
|
|
3
3
|
import type { LocalContent } from '../content/reader';
|
|
4
4
|
import type { EnvTarget } from '../helpers';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Result, type SiteId } from '
|
|
1
|
+
import { type Result, type SiteId } from '../../../../core/src/index';
|
|
2
2
|
import type { ManagementClient } from '../../client/management/types';
|
|
3
3
|
import type { LocalCourse, LocalEvent, LocalEventCategory, LocalVenue } from '../content/reader';
|
|
4
4
|
import type { EnvTarget } from '../helpers';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type Result, type SiteId } from '
|
|
2
|
-
import { type AllowedRuntime, type SiteCommandOf } from '
|
|
1
|
+
import { type Result, type SiteId } from '../../../../core/src/index';
|
|
2
|
+
import { type AllowedRuntime, type SiteCommandOf } from '../../../../site-commands/src/index';
|
|
3
3
|
import type { ManagementClient } from '../../client/management/types';
|
|
4
4
|
import type { LocalContent } from '../content/reader';
|
|
5
5
|
import type { EnvTarget } from '../helpers';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type Result, type SiteId } from '
|
|
2
|
-
import { type SiteCommandOf } from '
|
|
1
|
+
import { type Result, type SiteId } from '../../../../core/src/index';
|
|
2
|
+
import { type SiteCommandOf } from '../../../../site-commands/src/index';
|
|
3
3
|
import type { ManagementClient } from '../../client/management/types';
|
|
4
4
|
import type { LocalFooterContent } from '../content/reader';
|
|
5
5
|
import type { EnvTarget } from '../helpers';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type Result, type SiteId } from '
|
|
2
|
-
import { type SiteCommandOf } from '
|
|
1
|
+
import { type Result, type SiteId } from '../../../../core/src/index';
|
|
2
|
+
import { type SiteCommandOf } from '../../../../site-commands/src/index';
|
|
3
3
|
import type { ManagementClient } from '../../client/management/types';
|
|
4
4
|
import type { LocalContent } from '../content/reader';
|
|
5
5
|
import type { EnvTarget } from '../helpers';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type Result, type SiteId } from '
|
|
2
|
-
import { type SiteCommandOf } from '
|
|
1
|
+
import { type Result, type SiteId } from '../../../../core/src/index';
|
|
2
|
+
import { type SiteCommandOf } from '../../../../site-commands/src/index';
|
|
3
3
|
import type { ManagementClient } from '../../client/management/types';
|
|
4
4
|
import type { LocalContent } from '../content/reader';
|
|
5
5
|
import type { EnvTarget } from '../helpers';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type Result, type SiteId } from '
|
|
2
|
-
import { type SiteCommandOf } from '
|
|
1
|
+
import { type Result, type SiteId } from '../../../../core/src/index';
|
|
2
|
+
import { type SiteCommandOf } from '../../../../site-commands/src/index';
|
|
3
3
|
import type { ManagementClient } from '../../client/management/types';
|
|
4
4
|
import type { LocalContent } from '../content/reader';
|
|
5
5
|
import type { EnvTarget } from '../helpers';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type SiteId } from '
|
|
1
|
+
import { type SiteId } from '../../../../core/src/index';
|
|
2
2
|
import type { ManagementClient } from '../../client/management/types';
|
|
3
3
|
import type { LocalContent } from '../content/reader';
|
|
4
4
|
import type { EnvTarget } from '../helpers';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { SiteCommandRef, SiteCommandType } from '
|
|
1
|
+
import type { SiteCommandRef, SiteCommandType } from '../../../../site-commands/src/index';
|
|
2
2
|
import type { SyncResult, ResidualSettingsDiff, ResidualSettingsLocalContent } from '../sync';
|
|
3
3
|
import type { PushScope } from '../commands/push/consts';
|
|
4
4
|
import type { compileEntryPushCommands, EntryCommandExecutionReport } from './entryCommands';
|
|
@@ -39,18 +39,18 @@ export declare const sectionBackgroundSchema: z.ZodObject<{
|
|
|
39
39
|
* Schema for section spacing values.
|
|
40
40
|
*/
|
|
41
41
|
export declare const sectionSpacingSchema: z.ZodEnum<{
|
|
42
|
-
default: "default";
|
|
43
42
|
compact: "compact";
|
|
44
43
|
spacious: "spacious";
|
|
44
|
+
default: "default";
|
|
45
45
|
}>;
|
|
46
46
|
/**
|
|
47
47
|
* Schema for container max-width values.
|
|
48
48
|
*/
|
|
49
49
|
export declare const containerMaxWidthSchema: z.ZodEnum<{
|
|
50
|
-
|
|
50
|
+
narrow: "narrow";
|
|
51
51
|
full: "full";
|
|
52
|
+
default: "default";
|
|
52
53
|
wide: "wide";
|
|
53
|
-
narrow: "narrow";
|
|
54
54
|
}>;
|
|
55
55
|
/**
|
|
56
56
|
* Schema for container alignment values.
|
|
@@ -68,9 +68,9 @@ export declare const sectionOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
|
68
68
|
backgroundImage: z.ZodOptional<z.ZodBoolean>;
|
|
69
69
|
backgroundGradient: z.ZodOptional<z.ZodBoolean>;
|
|
70
70
|
spacing: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodEnum<{
|
|
71
|
-
default: "default";
|
|
72
71
|
compact: "compact";
|
|
73
72
|
spacious: "spacious";
|
|
73
|
+
default: "default";
|
|
74
74
|
}>>, z.ZodBoolean]>>;
|
|
75
75
|
textColor: z.ZodOptional<z.ZodBoolean>;
|
|
76
76
|
}, z.core.$strip>>;
|
|
@@ -79,10 +79,10 @@ export declare const sectionOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
|
79
79
|
*/
|
|
80
80
|
export declare const containerOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
81
81
|
maxWidth: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodEnum<{
|
|
82
|
-
|
|
82
|
+
narrow: "narrow";
|
|
83
83
|
full: "full";
|
|
84
|
+
default: "default";
|
|
84
85
|
wide: "wide";
|
|
85
|
-
narrow: "narrow";
|
|
86
86
|
}>>, z.ZodBoolean]>>;
|
|
87
87
|
alignment: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodEnum<{
|
|
88
88
|
center: "center";
|
|
@@ -104,18 +104,18 @@ export declare const siteStyleConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
|
104
104
|
backgroundImage: z.ZodOptional<z.ZodBoolean>;
|
|
105
105
|
backgroundGradient: z.ZodOptional<z.ZodBoolean>;
|
|
106
106
|
spacing: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodEnum<{
|
|
107
|
-
default: "default";
|
|
108
107
|
compact: "compact";
|
|
109
108
|
spacious: "spacious";
|
|
109
|
+
default: "default";
|
|
110
110
|
}>>, z.ZodBoolean]>>;
|
|
111
111
|
textColor: z.ZodOptional<z.ZodBoolean>;
|
|
112
112
|
}, z.core.$strip>>;
|
|
113
113
|
containerOptions: z.ZodOptional<z.ZodObject<{
|
|
114
114
|
maxWidth: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodEnum<{
|
|
115
|
-
|
|
115
|
+
narrow: "narrow";
|
|
116
116
|
full: "full";
|
|
117
|
+
default: "default";
|
|
117
118
|
wide: "wide";
|
|
118
|
-
narrow: "narrow";
|
|
119
119
|
}>>, z.ZodBoolean]>>;
|
|
120
120
|
alignment: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodEnum<{
|
|
121
121
|
center: "center";
|
|
@@ -133,17 +133,17 @@ export declare const siteStyleConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
|
133
133
|
* Derived from SUPPORTED_LOADER_ENDPOINTS - the single source of truth.
|
|
134
134
|
*/
|
|
135
135
|
export declare const sdkLoaderEndpointSchema: z.ZodEnum<{
|
|
136
|
-
|
|
137
|
-
|
|
136
|
+
listPublishedEntries: "listPublishedEntries";
|
|
137
|
+
getPublishedEntryPreview: "getPublishedEntryPreview";
|
|
138
138
|
listPublicEvents: "listPublicEvents";
|
|
139
|
-
|
|
139
|
+
getPublicEventDetails: "getPublicEventDetails";
|
|
140
140
|
listPublicCourses: "listPublicCourses";
|
|
141
141
|
listPublicTeamMembers: "listPublicTeamMembers";
|
|
142
|
-
listPublicMemberships: "listPublicMemberships";
|
|
143
142
|
listPublicProducts: "listPublicProducts";
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
143
|
+
listPublicPasses: "listPublicPasses";
|
|
144
|
+
listPublicMemberships: "listPublicMemberships";
|
|
145
|
+
getPublicFormById: "getPublicFormById";
|
|
146
|
+
getPublicBookingServices: "getPublicBookingServices";
|
|
147
147
|
}>;
|
|
148
148
|
export declare const loaderParamBindingSchema: z.ZodObject<{
|
|
149
149
|
$bind: z.ZodObject<{
|
|
@@ -155,8 +155,8 @@ export declare const loaderParamBindingSchema: z.ZodObject<{
|
|
|
155
155
|
}, z.core.$strip>>>;
|
|
156
156
|
pick: z.ZodDefault<z.ZodEnum<{
|
|
157
157
|
value: "value";
|
|
158
|
-
context: "context";
|
|
159
158
|
collection: "collection";
|
|
159
|
+
context: "context";
|
|
160
160
|
}>>;
|
|
161
161
|
coerce: z.ZodOptional<z.ZodEnum<{
|
|
162
162
|
string: "string";
|
|
@@ -178,8 +178,8 @@ export declare const loaderParamValueSchema: z.ZodUnion<readonly [z.ZodString, z
|
|
|
178
178
|
}, z.core.$strip>>>;
|
|
179
179
|
pick: z.ZodDefault<z.ZodEnum<{
|
|
180
180
|
value: "value";
|
|
181
|
-
context: "context";
|
|
182
181
|
collection: "collection";
|
|
182
|
+
context: "context";
|
|
183
183
|
}>>;
|
|
184
184
|
coerce: z.ZodOptional<z.ZodEnum<{
|
|
185
185
|
string: "string";
|
|
@@ -202,8 +202,8 @@ export declare const loaderWhenValueSchema: z.ZodUnion<readonly [z.ZodBoolean, z
|
|
|
202
202
|
}, z.core.$strip>>>;
|
|
203
203
|
pick: z.ZodDefault<z.ZodEnum<{
|
|
204
204
|
value: "value";
|
|
205
|
-
context: "context";
|
|
206
205
|
collection: "collection";
|
|
206
|
+
context: "context";
|
|
207
207
|
}>>;
|
|
208
208
|
coerce: z.ZodOptional<z.ZodEnum<{
|
|
209
209
|
string: "string";
|
|
@@ -220,17 +220,17 @@ export declare const loaderWhenValueSchema: z.ZodUnion<readonly [z.ZodBoolean, z
|
|
|
220
220
|
*/
|
|
221
221
|
export declare const sdkConfigLoaderSchema: z.ZodObject<{
|
|
222
222
|
endpoint: z.ZodEnum<{
|
|
223
|
-
|
|
224
|
-
|
|
223
|
+
listPublishedEntries: "listPublishedEntries";
|
|
224
|
+
getPublishedEntryPreview: "getPublishedEntryPreview";
|
|
225
225
|
listPublicEvents: "listPublicEvents";
|
|
226
|
-
|
|
226
|
+
getPublicEventDetails: "getPublicEventDetails";
|
|
227
227
|
listPublicCourses: "listPublicCourses";
|
|
228
228
|
listPublicTeamMembers: "listPublicTeamMembers";
|
|
229
|
-
listPublicMemberships: "listPublicMemberships";
|
|
230
229
|
listPublicProducts: "listPublicProducts";
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
230
|
+
listPublicPasses: "listPublicPasses";
|
|
231
|
+
listPublicMemberships: "listPublicMemberships";
|
|
232
|
+
getPublicFormById: "getPublicFormById";
|
|
233
|
+
getPublicBookingServices: "getPublicBookingServices";
|
|
234
234
|
}>;
|
|
235
235
|
params: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodObject<{
|
|
236
236
|
$bind: z.ZodObject<{
|
|
@@ -242,8 +242,8 @@ export declare const sdkConfigLoaderSchema: z.ZodObject<{
|
|
|
242
242
|
}, z.core.$strip>>>;
|
|
243
243
|
pick: z.ZodDefault<z.ZodEnum<{
|
|
244
244
|
value: "value";
|
|
245
|
-
context: "context";
|
|
246
245
|
collection: "collection";
|
|
246
|
+
context: "context";
|
|
247
247
|
}>>;
|
|
248
248
|
coerce: z.ZodOptional<z.ZodEnum<{
|
|
249
249
|
string: "string";
|
|
@@ -266,8 +266,8 @@ export declare const sdkConfigLoaderSchema: z.ZodObject<{
|
|
|
266
266
|
}, z.core.$strip>>>;
|
|
267
267
|
pick: z.ZodDefault<z.ZodEnum<{
|
|
268
268
|
value: "value";
|
|
269
|
-
context: "context";
|
|
270
269
|
collection: "collection";
|
|
270
|
+
context: "context";
|
|
271
271
|
}>>;
|
|
272
272
|
coerce: z.ZodOptional<z.ZodEnum<{
|
|
273
273
|
string: "string";
|
|
@@ -283,17 +283,17 @@ export declare const sdkConfigLoaderSchema: z.ZodObject<{
|
|
|
283
283
|
*/
|
|
284
284
|
export declare const sdkDataLoadersSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
285
285
|
endpoint: z.ZodEnum<{
|
|
286
|
-
|
|
287
|
-
|
|
286
|
+
listPublishedEntries: "listPublishedEntries";
|
|
287
|
+
getPublishedEntryPreview: "getPublishedEntryPreview";
|
|
288
288
|
listPublicEvents: "listPublicEvents";
|
|
289
|
-
|
|
289
|
+
getPublicEventDetails: "getPublicEventDetails";
|
|
290
290
|
listPublicCourses: "listPublicCourses";
|
|
291
291
|
listPublicTeamMembers: "listPublicTeamMembers";
|
|
292
|
-
listPublicMemberships: "listPublicMemberships";
|
|
293
292
|
listPublicProducts: "listPublicProducts";
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
293
|
+
listPublicPasses: "listPublicPasses";
|
|
294
|
+
listPublicMemberships: "listPublicMemberships";
|
|
295
|
+
getPublicFormById: "getPublicFormById";
|
|
296
|
+
getPublicBookingServices: "getPublicBookingServices";
|
|
297
297
|
}>;
|
|
298
298
|
params: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodObject<{
|
|
299
299
|
$bind: z.ZodObject<{
|
|
@@ -305,8 +305,8 @@ export declare const sdkDataLoadersSchema: z.ZodOptional<z.ZodRecord<z.ZodString
|
|
|
305
305
|
}, z.core.$strip>>>;
|
|
306
306
|
pick: z.ZodDefault<z.ZodEnum<{
|
|
307
307
|
value: "value";
|
|
308
|
-
context: "context";
|
|
309
308
|
collection: "collection";
|
|
309
|
+
context: "context";
|
|
310
310
|
}>>;
|
|
311
311
|
coerce: z.ZodOptional<z.ZodEnum<{
|
|
312
312
|
string: "string";
|
|
@@ -329,8 +329,8 @@ export declare const sdkDataLoadersSchema: z.ZodOptional<z.ZodRecord<z.ZodString
|
|
|
329
329
|
}, z.core.$strip>>>;
|
|
330
330
|
pick: z.ZodDefault<z.ZodEnum<{
|
|
331
331
|
value: "value";
|
|
332
|
-
context: "context";
|
|
333
332
|
collection: "collection";
|
|
333
|
+
context: "context";
|
|
334
334
|
}>>;
|
|
335
335
|
coerce: z.ZodOptional<z.ZodEnum<{
|
|
336
336
|
string: "string";
|
|
@@ -372,12 +372,6 @@ export declare const blockFieldOptionsSchema: z.ZodType<BlockFieldOptionsMap>;
|
|
|
372
372
|
* Note: Explicit type annotation required due to recursive fieldSchema complexity.
|
|
373
373
|
*/
|
|
374
374
|
export declare const blockFieldExtensionSchema: z.ZodType<BlockFieldExtension>;
|
|
375
|
-
/**
|
|
376
|
-
* Schema for block field extensions map.
|
|
377
|
-
*
|
|
378
|
-
* Block IDs must be system blocks (e.g., 'block.body-text', 'block.hero').
|
|
379
|
-
* Custom blocks ('custom.*') should define their fields directly, not via extensions.
|
|
380
|
-
*/
|
|
381
375
|
export declare const blockFieldExtensionsSchema: z.ZodType<BlockFieldExtensionsMap | undefined>;
|
|
382
376
|
/**
|
|
383
377
|
* Validates that extended field IDs don't conflict with existing block fields.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* require importing internal blocks package types.
|
|
6
6
|
*/
|
|
7
7
|
import type { LinkValue, Media, TipTapNode } from './content';
|
|
8
|
-
import type { EventCategoryId, VenueId } from '
|
|
8
|
+
import type { EventCategoryId, VenueId } from '../../../core/src/index';
|
|
9
9
|
type UnknownRecord = Record<string, unknown>;
|
|
10
10
|
type ImageMedia = Omit<Media, 'type'> & {
|
|
11
11
|
type: 'image';
|
|
@@ -8,22 +8,22 @@ import { z } from 'zod';
|
|
|
8
8
|
export declare const simpleFieldTypeEnum: z.ZodEnum<{
|
|
9
9
|
number: "number";
|
|
10
10
|
boolean: "boolean";
|
|
11
|
+
media: "media";
|
|
11
12
|
link: "link";
|
|
12
|
-
text: "text";
|
|
13
13
|
select: "select";
|
|
14
|
-
|
|
14
|
+
text: "text";
|
|
15
15
|
richText: "richText";
|
|
16
16
|
}>;
|
|
17
17
|
export declare const fieldTypeEnum: z.ZodEnum<{
|
|
18
18
|
number: "number";
|
|
19
19
|
boolean: "boolean";
|
|
20
|
+
media: "media";
|
|
20
21
|
link: "link";
|
|
21
|
-
text: "text";
|
|
22
22
|
select: "select";
|
|
23
|
-
|
|
24
|
-
group: "group";
|
|
23
|
+
text: "text";
|
|
25
24
|
richText: "richText";
|
|
26
25
|
repeater: "repeater";
|
|
26
|
+
group: "group";
|
|
27
27
|
}>;
|
|
28
28
|
/**
|
|
29
29
|
* Combined field schema supporting all field types.
|
|
@@ -34,10 +34,10 @@ export declare const extractedFieldSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
34
34
|
type: z.ZodEnum<{
|
|
35
35
|
number: "number";
|
|
36
36
|
boolean: "boolean";
|
|
37
|
+
media: "media";
|
|
37
38
|
link: "link";
|
|
38
|
-
text: "text";
|
|
39
39
|
select: "select";
|
|
40
|
-
|
|
40
|
+
text: "text";
|
|
41
41
|
richText: "richText";
|
|
42
42
|
}>;
|
|
43
43
|
label: z.ZodString;
|
|
@@ -61,10 +61,10 @@ export declare const extractedFieldSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
61
61
|
type: z.ZodEnum<{
|
|
62
62
|
number: "number";
|
|
63
63
|
boolean: "boolean";
|
|
64
|
+
media: "media";
|
|
64
65
|
link: "link";
|
|
65
|
-
text: "text";
|
|
66
66
|
select: "select";
|
|
67
|
-
|
|
67
|
+
text: "text";
|
|
68
68
|
richText: "richText";
|
|
69
69
|
}>;
|
|
70
70
|
label: z.ZodString;
|
|
@@ -81,10 +81,10 @@ export declare const extractedFieldSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
81
81
|
type: z.ZodEnum<{
|
|
82
82
|
number: "number";
|
|
83
83
|
boolean: "boolean";
|
|
84
|
+
media: "media";
|
|
84
85
|
link: "link";
|
|
85
|
-
text: "text";
|
|
86
86
|
select: "select";
|
|
87
|
-
|
|
87
|
+
text: "text";
|
|
88
88
|
richText: "richText";
|
|
89
89
|
}>;
|
|
90
90
|
label: z.ZodString;
|
|
@@ -167,10 +167,10 @@ export declare const pass1OutputSchema: z.ZodObject<{
|
|
|
167
167
|
blockDescription: z.ZodNullable<z.ZodString>;
|
|
168
168
|
category: z.ZodEnum<{
|
|
169
169
|
content: "content";
|
|
170
|
-
layout: "layout";
|
|
171
170
|
media: "media";
|
|
172
|
-
|
|
171
|
+
layout: "layout";
|
|
173
172
|
marketing: "marketing";
|
|
173
|
+
blog: "blog";
|
|
174
174
|
interactive: "interactive";
|
|
175
175
|
}>;
|
|
176
176
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -178,10 +178,10 @@ export declare const pass1OutputSchema: z.ZodObject<{
|
|
|
178
178
|
type: z.ZodEnum<{
|
|
179
179
|
number: "number";
|
|
180
180
|
boolean: "boolean";
|
|
181
|
+
media: "media";
|
|
181
182
|
link: "link";
|
|
182
|
-
text: "text";
|
|
183
183
|
select: "select";
|
|
184
|
-
|
|
184
|
+
text: "text";
|
|
185
185
|
richText: "richText";
|
|
186
186
|
}>;
|
|
187
187
|
label: z.ZodString;
|
|
@@ -205,10 +205,10 @@ export declare const pass1OutputSchema: z.ZodObject<{
|
|
|
205
205
|
type: z.ZodEnum<{
|
|
206
206
|
number: "number";
|
|
207
207
|
boolean: "boolean";
|
|
208
|
+
media: "media";
|
|
208
209
|
link: "link";
|
|
209
|
-
text: "text";
|
|
210
210
|
select: "select";
|
|
211
|
-
|
|
211
|
+
text: "text";
|
|
212
212
|
richText: "richText";
|
|
213
213
|
}>;
|
|
214
214
|
label: z.ZodString;
|
|
@@ -225,10 +225,10 @@ export declare const pass1OutputSchema: z.ZodObject<{
|
|
|
225
225
|
type: z.ZodEnum<{
|
|
226
226
|
number: "number";
|
|
227
227
|
boolean: "boolean";
|
|
228
|
+
media: "media";
|
|
228
229
|
link: "link";
|
|
229
|
-
text: "text";
|
|
230
230
|
select: "select";
|
|
231
|
-
|
|
231
|
+
text: "text";
|
|
232
232
|
richText: "richText";
|
|
233
233
|
}>;
|
|
234
234
|
label: z.ZodString;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* Usage:
|
|
7
7
|
* ```ts
|
|
8
8
|
* import { createPortalApiConfig } from '@riverbankcms/sdk/portal';
|
|
9
|
-
* import { BlockApiProvider } from '
|
|
9
|
+
* import { BlockApiProvider } from '../../../blocks/src/client';
|
|
10
10
|
*
|
|
11
11
|
* export default async function PortalPage() {
|
|
12
12
|
* const token = getPortalToken(await cookies());
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*
|
|
13
13
|
* // In your portal page (app/portal/page.tsx)
|
|
14
14
|
* import { getPortalToken, createPortalApiConfig } from '@riverbankcms/sdk/portal';
|
|
15
|
-
* import { BlockApiProvider } from '
|
|
15
|
+
* import { BlockApiProvider } from '../../../blocks/src/client';
|
|
16
16
|
* import { cookies } from 'next/headers';
|
|
17
17
|
*
|
|
18
18
|
* export default async function PortalPage() {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { SdkPreviewModeContent, SdkPreviewModeProps, PreviewShellProps, PreviewShellLayoutProps, } from '
|
|
1
|
+
export type { SdkPreviewModeContent, SdkPreviewModeProps, PreviewShellProps, PreviewShellLayoutProps, } from '../../../../preview-next/src/client/index';
|
|
2
2
|
export { SdkPreviewMode, PreviewQueryProvider, createPreviewQueryClient, PreviewShell, PreviewShellLayout, PreviewLayoutProvider, usePreviewLayout, useOptionalPreviewLayout, } from './runtime';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { SdkPreviewMode, PreviewQueryProvider, createPreviewQueryClient, PreviewShell, PreviewShellLayout, PreviewLayoutProvider, usePreviewLayout, useOptionalPreviewLayout, } from '
|
|
1
|
+
export { SdkPreviewMode, PreviewQueryProvider, createPreviewQueryClient, PreviewShell, PreviewShellLayout, PreviewLayoutProvider, usePreviewLayout, useOptionalPreviewLayout, } from '../../../../preview-next/src/client/index';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '
|
|
1
|
+
export * from '../../../preview-next/src/constants';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '
|
|
1
|
+
export * from '../../../preview-next/src/cookies';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '
|
|
2
|
-
export * from '
|
|
1
|
+
export * from '../../../preview-next/src/constants';
|
|
2
|
+
export * from '../../../preview-next/src/cookies';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { handlePreviewTokens } from '
|
|
1
|
+
export { handlePreviewTokens } from '../../../preview-next/src/middleware';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '
|
|
1
|
+
export * from '../../../preview-next/src/session';
|
|
@@ -1,8 +1,22 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
import type { MediaAssetIndexItem, SiteFooterContent, SiteHeaderContent, Theme } from "../contracts";
|
|
1
|
+
import type { AddressedLocationValue, BusinessAddress, BookingFlexibleBalanceConfig, BookingInstalmentPlanConfig } from "../../../core/src/index";
|
|
2
|
+
import type { Media, MediaAssetIndexItem, SiteFooterContent, SiteHeaderContent, Theme } from "../contracts";
|
|
4
3
|
import type { BlockFieldConfig as SdkBlockFieldConfig, BlockFieldOptionsMap as SdkBlockFieldOptionsMap, ContentConfig as SdkContentConfig, ContainerOptionsConfig as SdkContainerOptionsConfig, FieldSelectOption as SdkFieldSelectOption, SdkCustomBlock, SdkThemeConfig, SdkThemePalette, SectionBackground as SdkSectionBackground, SectionOptionsConfig as SdkSectionOptionsConfig, SiteStyleConfig as SdkSiteStyleConfig } from "../config/types";
|
|
5
|
-
export type
|
|
4
|
+
export type PublicTeamMemberSummary = {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
roleLabel: string | null;
|
|
8
|
+
summary: string | null;
|
|
9
|
+
profilePath: string | null;
|
|
10
|
+
};
|
|
11
|
+
export type PublicTeamMemberPhoto = (Omit<Media, 'type'> & {
|
|
12
|
+
type: 'image';
|
|
13
|
+
}) | null;
|
|
14
|
+
export type PublicTeamMemberBlockItem = PublicTeamMemberSummary & {
|
|
15
|
+
_type: 'teamMember';
|
|
16
|
+
role: string | null;
|
|
17
|
+
bio: string | null;
|
|
18
|
+
photo: PublicTeamMemberPhoto;
|
|
19
|
+
};
|
|
6
20
|
export type RuntimeSiteSdkConfig = {
|
|
7
21
|
theme?: SdkThemeConfig;
|
|
8
22
|
customBlocks?: SdkCustomBlock[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { runtimeIslandCodecs } from '
|
|
1
|
+
import { runtimeIslandCodecs } from '../../../../blocks/src/contracts/index';
|
|
2
2
|
export { runtimeIslandCodecs };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Media } from '../../contracts';
|
|
2
|
-
import type { PublicTeamMemberSummary } from '
|
|
3
|
-
import type { BookingFlexibleBalanceConfig, BookingInstalmentPlanConfig, LocationCoordinates } from '
|
|
4
|
-
import type { AccordionIslandProps as BlocksAccordionIslandProps, BookingFormConfig as BlocksBookingFormConfig, BookingFormInteractiveIslandProps as BlocksBookingFormIslandProps, BookingFormService as BlocksBookingFormService, CarouselIslandProps as BlocksCarouselIslandProps, CourseRegistrationInteractiveIslandProps as BlocksCourseRegistrationIslandProps, CartDisplay as BlocksCartDisplay, CartInteractiveIslandProps as BlocksCartIslandProps, CartLineDisplay as BlocksCartLineDisplay, CheckoutDisplay as BlocksCheckoutDisplay, CheckoutInteractiveIslandProps as BlocksCheckoutIslandProps, EventCalendarInteractiveIslandProps as BlocksEventCalendarIslandProps, EventCombinedInteractiveIslandProps as BlocksEventCombinedIslandProps, EventDetailsContentEntry as BlocksEventDetailsContentEntry, EventDetailsIslandProps as BlocksEventDetailsIslandProps, EventDetailsOccurrenceContext as BlocksEventDetailsOccurrenceContext, LocationMapIslandProps as BlocksLocationMapIslandProps, EventRegistrationInteractiveIslandProps as BlocksEventRegistrationIslandProps, EventListingDisplay as BlocksEventListingDisplay, EventListingHydration as BlocksEventListingHydration, EventListingInteractiveIslandProps as BlocksEventListingIslandProps, FormInteractiveIslandProps as BlocksFormIslandProps, HeaderSectionIslandProps as BlocksHeaderSectionIslandProps, MembershipCardDisplay as BlocksMembershipCardDisplay, NewsletterFormInteractiveIslandProps as BlocksNewsletterFormIslandProps, PassCardDisplay as BlocksPassCardDisplay, PassesMembershipsDisplay as BlocksPassesMembershipsDisplay, ProductCardDisplay as BlocksProductCardDisplay, ProductDetailDisplay as BlocksProductDetailDisplay, ProductDetailInteractiveIslandProps as BlocksProductDetailIslandProps, ProductListDisplay as BlocksProductListDisplay, ProductListInteractiveIslandProps as BlocksProductListIslandProps, ProductVariantOptionDisplay as BlocksProductVariantOptionDisplay, ShopInteractiveIslandProps as BlocksShopIslandProps } from '
|
|
2
|
+
import type { PublicTeamMemberSummary } from '../../../../api/src/index';
|
|
3
|
+
import type { BookingFlexibleBalanceConfig, BookingInstalmentPlanConfig, LocationCoordinates } from '../../../../core/src/index';
|
|
4
|
+
import type { AccordionIslandProps as BlocksAccordionIslandProps, BookingFormConfig as BlocksBookingFormConfig, BookingFormInteractiveIslandProps as BlocksBookingFormIslandProps, BookingFormService as BlocksBookingFormService, CarouselIslandProps as BlocksCarouselIslandProps, CourseRegistrationInteractiveIslandProps as BlocksCourseRegistrationIslandProps, CartDisplay as BlocksCartDisplay, CartInteractiveIslandProps as BlocksCartIslandProps, CartLineDisplay as BlocksCartLineDisplay, CheckoutDisplay as BlocksCheckoutDisplay, CheckoutInteractiveIslandProps as BlocksCheckoutIslandProps, EventCalendarInteractiveIslandProps as BlocksEventCalendarIslandProps, EventCombinedInteractiveIslandProps as BlocksEventCombinedIslandProps, EventDetailsContentEntry as BlocksEventDetailsContentEntry, EventDetailsIslandProps as BlocksEventDetailsIslandProps, EventDetailsOccurrenceContext as BlocksEventDetailsOccurrenceContext, LocationMapIslandProps as BlocksLocationMapIslandProps, EventRegistrationInteractiveIslandProps as BlocksEventRegistrationIslandProps, EventListingDisplay as BlocksEventListingDisplay, EventListingHydration as BlocksEventListingHydration, EventListingInteractiveIslandProps as BlocksEventListingIslandProps, FormInteractiveIslandProps as BlocksFormIslandProps, HeaderSectionIslandProps as BlocksHeaderSectionIslandProps, MembershipCardDisplay as BlocksMembershipCardDisplay, NewsletterFormInteractiveIslandProps as BlocksNewsletterFormIslandProps, PassCardDisplay as BlocksPassCardDisplay, PassesMembershipsDisplay as BlocksPassesMembershipsDisplay, ProductCardDisplay as BlocksProductCardDisplay, ProductDetailDisplay as BlocksProductDetailDisplay, ProductDetailInteractiveIslandProps as BlocksProductDetailIslandProps, ProductListDisplay as BlocksProductListDisplay, ProductListInteractiveIslandProps as BlocksProductListIslandProps, ProductVariantOptionDisplay as BlocksProductVariantOptionDisplay, ShopInteractiveIslandProps as BlocksShopIslandProps } from '../../../../blocks/src/contracts/index';
|
|
5
5
|
export type ResponsiveSlidesToShow = {
|
|
6
6
|
mobile?: number | string;
|
|
7
7
|
tablet?: number | string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { getChallengeUrl, hasSpamProtection } from '
|
|
2
|
-
export { AltchaWidget } from '
|
|
3
|
-
export type { AltchaWidgetProps } from '
|
|
1
|
+
export { getChallengeUrl, hasSpamProtection } from '../../../altcha/src/index';
|
|
2
|
+
export { AltchaWidget } from '../../../altcha/src/client';
|
|
3
|
+
export type { AltchaWidgetProps } from '../../../altcha/src/client';
|
|
4
4
|
export interface UseSpamProtectionOptions {
|
|
5
5
|
/** Auto-start solving when widget loads (default: true) */
|
|
6
6
|
auto?: boolean;
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
* ```
|
|
70
70
|
*/
|
|
71
71
|
import * as React from 'react';
|
|
72
|
-
import type { ThemeBridgeConfig } from './types';
|
|
72
|
+
import type { ThemeBridgeConfig, ThemeBridgeOutput } from './types';
|
|
73
73
|
export interface ThemeBridgeProviderProps {
|
|
74
74
|
/** Theme configuration */
|
|
75
75
|
config: ThemeBridgeConfig;
|
|
@@ -96,4 +96,4 @@ export declare function ThemeBridgeProvider({ config, children, className, }: Th
|
|
|
96
96
|
* Hook to access generated CSS variables from theme config.
|
|
97
97
|
* Useful for custom components that need theme values.
|
|
98
98
|
*/
|
|
99
|
-
export declare function useThemeBridgeCss(config: ThemeBridgeConfig):
|
|
99
|
+
export declare function useThemeBridgeCss(config: ThemeBridgeConfig): ThemeBridgeOutput;
|