@riverbankcms/sdk 0.81.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 +81 -3
- package/dist/{PreviewEditorSidebar-RDCMEXIJ.mjs → PreviewEditorSidebar-HML67UDA.mjs} +367 -507
- package/dist/{PreviewEditorSidebar-O4NDX5TP.css → PreviewEditorSidebar-JA4VIPSZ.css} +1 -1
- package/dist/{SdkPreviewModeRuntime-PBGALTMK.css → PreviewEditorUI-36T7QYV4.css} +1 -1
- package/dist/{PreviewEditorUI-NYGQ6K7B.mjs → PreviewEditorUI-I4BQUU6K.mjs} +4 -6
- package/dist/{PreviewEditorUI-4JVDBZBS.css → SdkPreviewModeRuntime-FXKI6XNL.css} +1 -1
- package/dist/SdkPreviewModeRuntime-MCKMVDTK.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +1038 -262
- package/dist/_dts/altcha/src/AltchaWidget.d.ts +1 -1
- package/dist/_dts/api/src/analytics.d.ts +1 -1
- package/dist/_dts/api/src/blocks.d.ts +36 -0
- package/dist/_dts/api/src/bookingConfig.d.ts +4 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +49 -3
- package/dist/_dts/api/src/courses.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +40 -0
- package/dist/_dts/api/src/event-destination-policy.d.ts +17 -0
- package/dist/_dts/api/src/index.d.ts +6 -2
- package/dist/_dts/api/src/navigation/boundaries.d.ts +64 -0
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +6 -54
- 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/siteGeneration.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +29 -42
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +46 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/useBackendWatch.d.ts +6 -1
- package/dist/_dts/block-form/src/context/BlockContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/DisplayLabelResolverContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/FieldPreviewResolverContext.d.ts +2 -2
- package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
- package/dist/_dts/block-form/src/palette/PaletteContext.d.ts +1 -1
- package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -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/block-form/src/widgets/BackgroundColorWidget/BackgroundColorWidget.d.ts +2 -1
- package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BooleanField/BooleanField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/Field.d.ts +2 -2
- package/dist/_dts/block-form/src/widgets/FieldFrame.d.ts +3 -3
- package/dist/_dts/block-form/src/widgets/NumberField/NumberField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/PresetOrCustomField/PresetOrCustomField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SdkSelectField/SdkSelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectField/SelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SliderField/SliderField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextField/TextField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextInputWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/ToggleWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/stringDefaultValue.d.ts +1 -0
- package/dist/_dts/blocks/src/PageRenderer.d.ts +12 -1
- 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 +24 -20
- package/dist/_dts/blocks/src/index.d.ts +2 -2
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +7 -7
- package/dist/_dts/blocks/src/primitives/content/components/RichText.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/components/Text.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/primitives.d.ts +3 -0
- package/dist/_dts/blocks/src/primitives/layout/Grid.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Inline.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Stack.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/contact-newsletter.d.ts +171 -0
- package/dist/_dts/blocks/src/system/blocks/courses/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +302 -151
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +6 -20
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +3 -0
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +4 -10
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +2608 -225
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +4 -2
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +28 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +880 -2618
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +880 -2620
- package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +0 -4
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +36 -3
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +4 -4
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +3 -0
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +6 -2
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/index.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +38 -0
- package/dist/_dts/blocks/src/system/defineBlock.d.ts +3 -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 +106 -217
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +36 -30
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +18 -15
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessEventRegistrationFlow.d.ts +33 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/ImageResolveContext.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +3 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-runtime-sources.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/carousel.shared.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/display.d.ts +1 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/view.d.ts +10 -13
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details/view.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/BookingModeStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/CourseRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/ErrorStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PaymentFailedStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PortalAuthSidebar.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/SuccessStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/VerifyingTimeoutStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/WaitlistStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/components.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/CoursePricingDisplay.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationSummaryBar.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardActions.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardContent.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventSelectionStep.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/OrderSummary.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/PastOccurrenceNotice.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/SelectableOptionCard.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/StepIndicator.d.ts +1 -1
- 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/registrationDerivations.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -2
- 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 +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +38 -11
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DateTimeTile.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DayEventsModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +4 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/offerings-preview.d.ts +4 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/MagicLinkForm.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-add-feedback.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.server.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.interactive.d.ts +0 -17
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.types.d.ts +0 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/spinner.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/resolver.d.ts +6 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/ActionRow.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CheckIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/ClockIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CrossIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FeedbackMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FieldValidationMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StateIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/TerminalPanel.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
- package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +1 -1
- package/dist/_dts/content-editor/src/components/EditableBlockProvider.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +2 -2
- 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 +7 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +7 -1
- package/dist/_dts/content-editor/src/primitives/shared/activePreviewField.d.ts +2 -0
- package/dist/_dts/content-editor/src/primitives/shared/index.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/shared/storeBinding.d.ts +3 -1
- package/dist/_dts/content-editor/src/primitives/shared/types.d.ts +5 -0
- package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +7 -2
- package/dist/_dts/content-model/src/content-types/builtin-schemas.d.ts +0 -40
- package/dist/_dts/content-model/src/content-types/builtins.d.ts +0 -40
- 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 -1
- package/dist/_dts/core/src/event-pricing.d.ts +72 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +127 -7
- package/dist/_dts/db/src/schemas/forms.d.ts +4 -4
- package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +1 -1
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/SaveContext.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/FormProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/AddBlockDivider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/EmptyState.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/FeatureCardIconsPanel.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/HeaderActions.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +2 -2
- 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/block-editor/types.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +2 -2
- 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/content-type-select/ContentTypeSelectField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeWidgetProvider.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/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +1 -1
- 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 +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewGroupOrderField.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewWidgetProvider.d.ts +10 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/index.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/orderDomain.d.ts +29 -0
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +1 -1
- 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/media-editor/src/CropDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/CropDialogShell.d.ts +1 -1
- package/dist/_dts/media-editor/src/FileAssetPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/context.d.ts +1 -1
- package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
- package/dist/_dts/media-editor/src/provider.d.ts +1 -1
- package/dist/_dts/media-react/src/components/AuthenticatedImage.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/PreviewShellSmoke.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +5 -3
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.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/layout/PreviewLayoutContext.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
- package/dist/_dts/preview-next/src/client/preview/MaintenanceModeBadge.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthInit.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewChromeLayer.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewConfirmationDialog.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignHistoryOrderContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorGuidanceCard.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewQueryProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +2 -2
- 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/SelectedBlockCustomizePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +17 -3
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SubrouteNoticePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +14 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +5 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +11 -10
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +29 -6
- package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +5 -3
- package/dist/_dts/sdk/src/__mocks__/next-cache.d.ts +4 -3
- 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/commands/pull-dry-run.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +15 -22
- 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/cli/site-commands/commandSurfaceDispatch.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/localBlockManifestResolver.d.ts +31 -0
- 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/sync/validation.d.ts +7 -7
- 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/client/types.d.ts +36 -4
- package/dist/_dts/sdk/src/client.d.ts +1 -1
- package/dist/_dts/sdk/src/config/content-types.d.ts +3 -14
- package/dist/_dts/sdk/src/config/content-validation.d.ts +9 -214
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
- package/dist/_dts/sdk/src/config/types.d.ts +9 -0
- package/dist/_dts/sdk/src/config/validation.d.ts +21 -21
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +28 -5
- package/dist/_dts/sdk/src/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +6 -6
- package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +4 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +42 -37
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/components/Block.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Block.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/PageHydrationBootstrap.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +10 -9
- package/dist/_dts/sdk/src/rendering/islands/enhancers/routeIslandApiConfig.d.ts +9 -0
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +6 -57
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/primitives/RichText.d.ts +2 -1
- package/dist/_dts/sdk/src/server.d.ts +1 -1
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +1 -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 +84 -21
- package/dist/_dts/theme-core/src/ClientThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeFontLoader.d.ts +3 -2
- package/dist/_dts/theme-core/src/ThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeScopeCore.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +6 -6
- 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 +8 -8
- package/dist/_dts/theme-core/src/buttons/types.d.ts +20 -20
- package/dist/_dts/theme-core/src/cards/types.d.ts +20 -20
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +234 -225
- package/dist/_dts/theme-core/src/mock-themes/components/PaletteCard.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/components/swatch.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/presets.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +6 -6
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +16 -0
- package/dist/_dts/theme-core/src/schema.d.ts +263 -248
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +27 -0
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +16 -14
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +11 -9
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
- package/dist/_dts/theme-core/src/site-styles/siteChromeBackgrounds.d.ts +30 -0
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +3 -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/tokens/themeColorTokens.d.ts +3 -3
- package/dist/_dts/theme-core/src/utils/colorStyles.d.ts +6 -6
- package/dist/_dts/ui/src/async-boundary.d.ts +1 -1
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button-group.d.ts +3 -3
- package/dist/_dts/ui/src/calendar.d.ts +2 -2
- package/dist/_dts/ui/src/card.d.ts +6 -6
- package/dist/_dts/ui/src/combobox.d.ts +1 -1
- package/dist/_dts/ui/src/command-multi-select.d.ts +1 -1
- package/dist/_dts/ui/src/content-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/delayed-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/dev-toolbar.d.ts +1 -1
- package/dist/_dts/ui/src/dialog.d.ts +10 -10
- package/dist/_dts/ui/src/dropdown-menu.d.ts +1 -1
- package/dist/_dts/ui/src/editor-drawer.d.ts +1 -1
- package/dist/_dts/ui/src/empty-state.d.ts +1 -1
- package/dist/_dts/ui/src/filter-button-group.d.ts +1 -1
- package/dist/_dts/ui/src/fixed-bottom-surface.d.ts +1 -1
- package/dist/_dts/ui/src/form.d.ts +7 -7
- package/dist/_dts/ui/src/label.d.ts +1 -1
- package/dist/_dts/ui/src/menubar.d.ts +16 -16
- package/dist/_dts/ui/src/navigation-tabs.d.ts +2 -2
- package/dist/_dts/ui/src/number-input.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorChooserDialog.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSlotButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSwatchButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/PaletteTokenEditor.d.ts +1 -1
- package/dist/_dts/ui/src/resizable-split-pane.d.ts +1 -1
- package/dist/_dts/ui/src/select.d.ts +10 -10
- package/dist/_dts/ui/src/separator.d.ts +1 -1
- package/dist/_dts/ui/src/sheet.d.ts +9 -9
- package/dist/_dts/ui/src/spinner.d.ts +1 -1
- package/dist/_dts/ui/src/tooltip.d.ts +4 -4
- package/dist/{chunk-4T5JIPWY.mjs → chunk-3LXFQS7T.mjs} +1 -1
- package/dist/{chunk-3QWQ2MUQ.mjs → chunk-5E33VO6J.mjs} +3128 -2300
- package/dist/{chunk-3VT7LZY2.mjs → chunk-6X2OVO3S.mjs} +2 -2
- package/dist/{chunk-3PTVPAT4.mjs → chunk-HFMGVJCE.mjs} +388 -56
- package/dist/{chunk-E3NZYEKF.mjs → chunk-LBBPD2IW.mjs} +53 -2
- package/dist/{chunk-WUHKQBB6.mjs → chunk-MSHZO4SL.mjs} +23773 -18556
- package/dist/cli/index.mjs +6062 -3246
- package/dist/cli/init-docs/content/getting-started.md +2 -0
- package/dist/cli/init-docs/content/workflow-custom-block.md +5 -0
- package/dist/cli/init-docs/content/workflow-templates.md +93 -2
- package/dist/client/{accordion-SFIIZWNH.mjs → accordion-ESY65T56.mjs} +2 -2
- package/dist/client/{bookingForm-CFKZVWGA.mjs → bookingForm-JRFNZUHD.mjs} +12 -12
- package/dist/client/bookings.mjs +3568 -299
- package/dist/client/{carousel-ELXWSBLA.mjs → carousel-CPR5VWIP.mjs} +3 -3
- package/dist/client/{cart-6SSCPYY5.mjs → cart-ZUX5BA7O.mjs} +8 -7
- package/dist/client/{checkout-UFQ34HPV.mjs → checkout-RULGBADZ.mjs} +8 -7
- package/dist/client/{chunk-PA2LJH2M.mjs → chunk-52I7BGEK.mjs} +5 -4
- package/dist/client/{chunk-IUEDYLFJ.mjs → chunk-5ZEAZ33K.mjs} +1 -1
- package/dist/client/{chunk-V6XI4M2Q.mjs → chunk-BT6AEIKN.mjs} +1 -1
- package/dist/client/{chunk-3PEDD5KJ.mjs → chunk-DVNUDUVT.mjs} +1 -1
- package/dist/client/{chunk-YLMKMCSJ.mjs → chunk-GFSQNTRW.mjs} +1 -3
- package/dist/client/{chunk-NX6X3GRF.mjs → chunk-HXPWP5EN.mjs} +492 -201
- package/dist/client/{chunk-G56BSZAM.mjs → chunk-JWEYB4V6.mjs} +3 -3
- package/dist/client/chunk-L4J5Y62O.mjs +18 -0
- package/dist/client/{chunk-76JUETXQ.mjs → chunk-RDJFCPY3.mjs} +358 -157
- package/dist/client/{chunk-RMWMT3ZD.mjs → chunk-SYIJ5JO2.mjs} +1 -1
- package/dist/client/{chunk-NP47RHIX.mjs → chunk-URQCZD5W.mjs} +17 -34
- package/dist/client/{chunk-TCJS3NY5.mjs → chunk-Z5OBQ5I4.mjs} +1 -1
- package/dist/client/{chunk-7BXX7WXH.mjs → chunk-ZE5G642V.mjs} +60 -2
- package/dist/client/client.mjs +75121 -72133
- package/dist/client/{courseRegistration-HJIISAAG.mjs → courseRegistration-QTUDC35T.mjs} +13 -12
- package/dist/client/{eventCalendar-F6YVUCZR.mjs → eventCalendar-Q7NS4XLD.mjs} +14 -14
- package/dist/client/{eventCombined-B5DSTIOK.mjs → eventCombined-QAO7VUO5.mjs} +14 -14
- package/dist/client/{eventDetails-SEJDDHQC.mjs → eventDetails-WTNNU6Q3.mjs} +9 -9
- package/dist/client/{eventListing-TPMWIIBO.mjs → eventListing-5TA2ELDT.mjs} +14 -14
- package/dist/client/{eventRegistration-QU6W2PV6.mjs → eventRegistration-M6USZGRF.mjs} +17 -15
- package/dist/client/{form-LVTYNTDE.mjs → form-DGVGXLMH.mjs} +3 -3
- package/dist/client/{headerSection-SO3MFC4U.mjs → headerSection-O2AGMPCU.mjs} +4 -4
- package/dist/client/hooks.mjs +7289 -5663
- package/dist/client/{locationMap-5E5FLAKO.mjs → locationMap-EJRNRIKJ.mjs} +2 -2
- package/dist/client/{newsletterForm-GN32JEBQ.mjs → newsletterForm-7NTC2DTR.mjs} +3 -3
- package/dist/client/{productDetail-Q346KSVR.mjs → productDetail-HH4LP53D.mjs} +8 -7
- package/dist/client/{productList-DTDMQYGZ.mjs → productList-YVHYM2AF.mjs} +8 -7
- package/dist/client/rendering/client.mjs +3818 -2234
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +17370 -14360
- package/dist/client/{shop-OFUW7KPN.mjs → shop-UIFX7XRK.mjs} +8 -7
- package/dist/client/spam-protection.mjs +3 -5
- package/dist/preview-next/before-render.mjs +40 -0
- package/dist/preview-next/client/runtime.css +1 -1
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +40 -0
- package/dist/{sdk-runtime-EEMNSB7J.css → sdk-runtime-JD4A6SU6.css} +1 -1
- package/dist/{sdk-runtime-2GIX6I7X.mjs → sdk-runtime-ZENAOYMN.mjs} +6 -6
- package/dist/server/components.mjs +13473 -11321
- package/dist/server/config-validation.mjs +7017 -5489
- package/dist/server/config.mjs +7017 -5489
- package/dist/server/data.mjs +7295 -5669
- package/dist/server/index.mjs +149 -56
- package/dist/server/next.mjs +14431 -12060
- package/dist/server/page-converter.mjs +8062 -5399
- package/dist/server/prebuild.mjs +2 -1
- package/dist/server/rendering/server.mjs +13510 -11263
- package/dist/server/rendering.mjs +13613 -11293
- package/dist/server/routing.mjs +30919 -29206
- package/dist/server/server.mjs +27669 -25919
- package/dist/server/theme-bridge.mjs +1288 -146
- package/dist/server/theme.mjs +221 -131
- package/dist/styles/index.css +416 -96
- package/package.json +16 -16
- package/dist/SdkPreviewModeRuntime-AKCSCZEC.mjs +0 -8
|
@@ -26,13 +26,25 @@ declare const selectSourceSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26
26
|
}, z.core.$strip>, z.ZodObject<{
|
|
27
27
|
kind: z.ZodLiteral<"site">;
|
|
28
28
|
optionSource: z.ZodEnum<{
|
|
29
|
-
eventCategories: "eventCategories";
|
|
30
29
|
venues: "venues";
|
|
30
|
+
eventCategories: "eventCategories";
|
|
31
31
|
staffMembers: "staffMembers";
|
|
32
32
|
}>;
|
|
33
33
|
}, z.core.$strip>, z.ZodObject<{
|
|
34
34
|
kind: z.ZodLiteral<"sdk">;
|
|
35
35
|
}, z.core.$strip>], "kind">;
|
|
36
|
+
export type FieldVisibleWhenPredicate = {
|
|
37
|
+
field: string;
|
|
38
|
+
equals?: unknown;
|
|
39
|
+
notEquals?: unknown;
|
|
40
|
+
oneOf?: unknown[];
|
|
41
|
+
notIn?: unknown[];
|
|
42
|
+
minItems?: number;
|
|
43
|
+
maxItems?: number;
|
|
44
|
+
};
|
|
45
|
+
export type FieldVisibleWhen = FieldVisibleWhenPredicate | {
|
|
46
|
+
allOf: FieldVisibleWhenPredicate[];
|
|
47
|
+
};
|
|
36
48
|
declare const uiSchema: z.ZodObject<{
|
|
37
49
|
widget: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
38
50
|
preset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -111,13 +123,7 @@ declare const uiSchema: z.ZodObject<{
|
|
|
111
123
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
112
124
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
113
125
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
114
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
115
|
-
field: z.ZodString;
|
|
116
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
117
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
118
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
119
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
120
|
-
}, z.core.$strip>>>;
|
|
126
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
121
127
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
122
128
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
123
129
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -190,16 +196,16 @@ declare const uiSchema: z.ZodObject<{
|
|
|
190
196
|
slug: "slug";
|
|
191
197
|
}>>>;
|
|
192
198
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
193
|
-
eventCategories: "eventCategories";
|
|
194
199
|
venues: "venues";
|
|
200
|
+
eventCategories: "eventCategories";
|
|
195
201
|
staffMembers: "staffMembers";
|
|
196
202
|
}>>>;
|
|
197
203
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
198
204
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
199
205
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
206
|
+
display: "display";
|
|
200
207
|
style: "style";
|
|
201
208
|
content: "content";
|
|
202
|
-
display: "display";
|
|
203
209
|
behavior: "behavior";
|
|
204
210
|
}>>>;
|
|
205
211
|
}, z.core.$strip>;
|
|
@@ -292,13 +298,7 @@ declare const baseFieldSchema: z.ZodObject<{
|
|
|
292
298
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
293
299
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
294
300
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
295
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
296
|
-
field: z.ZodString;
|
|
297
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
298
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
299
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
300
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
301
|
-
}, z.core.$strip>>>;
|
|
301
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
302
302
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
303
303
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
304
304
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -371,16 +371,16 @@ declare const baseFieldSchema: z.ZodObject<{
|
|
|
371
371
|
slug: "slug";
|
|
372
372
|
}>>>;
|
|
373
373
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
374
|
-
eventCategories: "eventCategories";
|
|
375
374
|
venues: "venues";
|
|
375
|
+
eventCategories: "eventCategories";
|
|
376
376
|
staffMembers: "staffMembers";
|
|
377
377
|
}>>>;
|
|
378
378
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
379
379
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
380
380
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
381
|
+
display: "display";
|
|
381
382
|
style: "style";
|
|
382
383
|
content: "content";
|
|
383
|
-
display: "display";
|
|
384
384
|
behavior: "behavior";
|
|
385
385
|
}>>>;
|
|
386
386
|
}, z.core.$strip>>;
|
|
@@ -474,13 +474,7 @@ declare const textFieldSchema: z.ZodObject<{
|
|
|
474
474
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
475
475
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
476
476
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
477
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
478
|
-
field: z.ZodString;
|
|
479
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
480
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
481
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
482
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
483
|
-
}, z.core.$strip>>>;
|
|
477
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
484
478
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
485
479
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
486
480
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -553,16 +547,16 @@ declare const textFieldSchema: z.ZodObject<{
|
|
|
553
547
|
slug: "slug";
|
|
554
548
|
}>>>;
|
|
555
549
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
556
|
-
eventCategories: "eventCategories";
|
|
557
550
|
venues: "venues";
|
|
551
|
+
eventCategories: "eventCategories";
|
|
558
552
|
staffMembers: "staffMembers";
|
|
559
553
|
}>>>;
|
|
560
554
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
561
555
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
562
556
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
557
|
+
display: "display";
|
|
563
558
|
style: "style";
|
|
564
559
|
content: "content";
|
|
565
|
-
display: "display";
|
|
566
560
|
behavior: "behavior";
|
|
567
561
|
}>>>;
|
|
568
562
|
}, z.core.$strip>>;
|
|
@@ -659,13 +653,7 @@ declare const richTextFieldSchema: z.ZodObject<{
|
|
|
659
653
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
660
654
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
661
655
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
662
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
663
|
-
field: z.ZodString;
|
|
664
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
665
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
666
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
667
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
668
|
-
}, z.core.$strip>>>;
|
|
656
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
669
657
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
670
658
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
671
659
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -738,16 +726,16 @@ declare const richTextFieldSchema: z.ZodObject<{
|
|
|
738
726
|
slug: "slug";
|
|
739
727
|
}>>>;
|
|
740
728
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
741
|
-
eventCategories: "eventCategories";
|
|
742
729
|
venues: "venues";
|
|
730
|
+
eventCategories: "eventCategories";
|
|
743
731
|
staffMembers: "staffMembers";
|
|
744
732
|
}>>>;
|
|
745
733
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
746
734
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
747
735
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
736
|
+
display: "display";
|
|
748
737
|
style: "style";
|
|
749
738
|
content: "content";
|
|
750
|
-
display: "display";
|
|
751
739
|
behavior: "behavior";
|
|
752
740
|
}>>>;
|
|
753
741
|
}, z.core.$strip>>;
|
|
@@ -842,13 +830,7 @@ declare const mediaFieldSchema: z.ZodObject<{
|
|
|
842
830
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
843
831
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
844
832
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
845
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
846
|
-
field: z.ZodString;
|
|
847
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
848
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
849
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
850
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
851
|
-
}, z.core.$strip>>>;
|
|
833
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
852
834
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
853
835
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
854
836
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -921,16 +903,16 @@ declare const mediaFieldSchema: z.ZodObject<{
|
|
|
921
903
|
slug: "slug";
|
|
922
904
|
}>>>;
|
|
923
905
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
924
|
-
eventCategories: "eventCategories";
|
|
925
906
|
venues: "venues";
|
|
907
|
+
eventCategories: "eventCategories";
|
|
926
908
|
staffMembers: "staffMembers";
|
|
927
909
|
}>>>;
|
|
928
910
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
929
911
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
930
912
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
913
|
+
display: "display";
|
|
931
914
|
style: "style";
|
|
932
915
|
content: "content";
|
|
933
|
-
display: "display";
|
|
934
916
|
behavior: "behavior";
|
|
935
917
|
}>>>;
|
|
936
918
|
}, z.core.$strip>>;
|
|
@@ -1034,13 +1016,7 @@ declare const fileFieldSchema: z.ZodObject<{
|
|
|
1034
1016
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1035
1017
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1036
1018
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1037
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
1038
|
-
field: z.ZodString;
|
|
1039
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
1040
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
1041
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1042
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1043
|
-
}, z.core.$strip>>>;
|
|
1019
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
1044
1020
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1045
1021
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1046
1022
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1113,16 +1089,16 @@ declare const fileFieldSchema: z.ZodObject<{
|
|
|
1113
1089
|
slug: "slug";
|
|
1114
1090
|
}>>>;
|
|
1115
1091
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1116
|
-
eventCategories: "eventCategories";
|
|
1117
1092
|
venues: "venues";
|
|
1093
|
+
eventCategories: "eventCategories";
|
|
1118
1094
|
staffMembers: "staffMembers";
|
|
1119
1095
|
}>>>;
|
|
1120
1096
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1121
1097
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1122
1098
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1099
|
+
display: "display";
|
|
1123
1100
|
style: "style";
|
|
1124
1101
|
content: "content";
|
|
1125
|
-
display: "display";
|
|
1126
1102
|
behavior: "behavior";
|
|
1127
1103
|
}>>>;
|
|
1128
1104
|
}, z.core.$strip>>;
|
|
@@ -1223,13 +1199,7 @@ declare const booleanFieldSchema: z.ZodObject<{
|
|
|
1223
1199
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1224
1200
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1225
1201
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1226
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
1227
|
-
field: z.ZodString;
|
|
1228
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
1229
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
1230
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1231
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1232
|
-
}, z.core.$strip>>>;
|
|
1202
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
1233
1203
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1234
1204
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1235
1205
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1302,16 +1272,16 @@ declare const booleanFieldSchema: z.ZodObject<{
|
|
|
1302
1272
|
slug: "slug";
|
|
1303
1273
|
}>>>;
|
|
1304
1274
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1305
|
-
eventCategories: "eventCategories";
|
|
1306
1275
|
venues: "venues";
|
|
1276
|
+
eventCategories: "eventCategories";
|
|
1307
1277
|
staffMembers: "staffMembers";
|
|
1308
1278
|
}>>>;
|
|
1309
1279
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1310
1280
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1311
1281
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1282
|
+
display: "display";
|
|
1312
1283
|
style: "style";
|
|
1313
1284
|
content: "content";
|
|
1314
|
-
display: "display";
|
|
1315
1285
|
behavior: "behavior";
|
|
1316
1286
|
}>>>;
|
|
1317
1287
|
}, z.core.$strip>>;
|
|
@@ -1406,13 +1376,7 @@ declare const dateFieldSchema: z.ZodObject<{
|
|
|
1406
1376
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1407
1377
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1408
1378
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1409
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
1410
|
-
field: z.ZodString;
|
|
1411
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
1412
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
1413
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1414
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1415
|
-
}, z.core.$strip>>>;
|
|
1379
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
1416
1380
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1417
1381
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1418
1382
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1485,16 +1449,16 @@ declare const dateFieldSchema: z.ZodObject<{
|
|
|
1485
1449
|
slug: "slug";
|
|
1486
1450
|
}>>>;
|
|
1487
1451
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1488
|
-
eventCategories: "eventCategories";
|
|
1489
1452
|
venues: "venues";
|
|
1453
|
+
eventCategories: "eventCategories";
|
|
1490
1454
|
staffMembers: "staffMembers";
|
|
1491
1455
|
}>>>;
|
|
1492
1456
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1493
1457
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1494
1458
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1459
|
+
display: "display";
|
|
1495
1460
|
style: "style";
|
|
1496
1461
|
content: "content";
|
|
1497
|
-
display: "display";
|
|
1498
1462
|
behavior: "behavior";
|
|
1499
1463
|
}>>>;
|
|
1500
1464
|
}, z.core.$strip>>;
|
|
@@ -1589,13 +1553,7 @@ declare const timeFieldSchema: z.ZodObject<{
|
|
|
1589
1553
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1590
1554
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1591
1555
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1592
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
1593
|
-
field: z.ZodString;
|
|
1594
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
1595
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
1596
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1597
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1598
|
-
}, z.core.$strip>>>;
|
|
1556
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
1599
1557
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1600
1558
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1601
1559
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1668,16 +1626,16 @@ declare const timeFieldSchema: z.ZodObject<{
|
|
|
1668
1626
|
slug: "slug";
|
|
1669
1627
|
}>>>;
|
|
1670
1628
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1671
|
-
eventCategories: "eventCategories";
|
|
1672
1629
|
venues: "venues";
|
|
1630
|
+
eventCategories: "eventCategories";
|
|
1673
1631
|
staffMembers: "staffMembers";
|
|
1674
1632
|
}>>>;
|
|
1675
1633
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1676
1634
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1677
1635
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1636
|
+
display: "display";
|
|
1678
1637
|
style: "style";
|
|
1679
1638
|
content: "content";
|
|
1680
|
-
display: "display";
|
|
1681
1639
|
behavior: "behavior";
|
|
1682
1640
|
}>>>;
|
|
1683
1641
|
}, z.core.$strip>>;
|
|
@@ -1772,13 +1730,7 @@ declare const dateTimeFieldSchema: z.ZodObject<{
|
|
|
1772
1730
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1773
1731
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1774
1732
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1775
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
1776
|
-
field: z.ZodString;
|
|
1777
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
1778
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
1779
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1780
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1781
|
-
}, z.core.$strip>>>;
|
|
1733
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
1782
1734
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1783
1735
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1784
1736
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1851,16 +1803,16 @@ declare const dateTimeFieldSchema: z.ZodObject<{
|
|
|
1851
1803
|
slug: "slug";
|
|
1852
1804
|
}>>>;
|
|
1853
1805
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1854
|
-
eventCategories: "eventCategories";
|
|
1855
1806
|
venues: "venues";
|
|
1807
|
+
eventCategories: "eventCategories";
|
|
1856
1808
|
staffMembers: "staffMembers";
|
|
1857
1809
|
}>>>;
|
|
1858
1810
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1859
1811
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1860
1812
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1813
|
+
display: "display";
|
|
1861
1814
|
style: "style";
|
|
1862
1815
|
content: "content";
|
|
1863
|
-
display: "display";
|
|
1864
1816
|
behavior: "behavior";
|
|
1865
1817
|
}>>>;
|
|
1866
1818
|
}, z.core.$strip>>;
|
|
@@ -1955,13 +1907,7 @@ declare const slugFieldSchema: z.ZodObject<{
|
|
|
1955
1907
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1956
1908
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1957
1909
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1958
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
1959
|
-
field: z.ZodString;
|
|
1960
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
1961
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
1962
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1963
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1964
|
-
}, z.core.$strip>>>;
|
|
1910
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
1965
1911
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1966
1912
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1967
1913
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2034,16 +1980,16 @@ declare const slugFieldSchema: z.ZodObject<{
|
|
|
2034
1980
|
slug: "slug";
|
|
2035
1981
|
}>>>;
|
|
2036
1982
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2037
|
-
eventCategories: "eventCategories";
|
|
2038
1983
|
venues: "venues";
|
|
1984
|
+
eventCategories: "eventCategories";
|
|
2039
1985
|
staffMembers: "staffMembers";
|
|
2040
1986
|
}>>>;
|
|
2041
1987
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2042
1988
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2043
1989
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1990
|
+
display: "display";
|
|
2044
1991
|
style: "style";
|
|
2045
1992
|
content: "content";
|
|
2046
|
-
display: "display";
|
|
2047
1993
|
behavior: "behavior";
|
|
2048
1994
|
}>>>;
|
|
2049
1995
|
}, z.core.$strip>>;
|
|
@@ -2141,13 +2087,7 @@ declare const urlFieldSchema: z.ZodObject<{
|
|
|
2141
2087
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2142
2088
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2143
2089
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2144
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
2145
|
-
field: z.ZodString;
|
|
2146
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
2147
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
2148
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2149
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2150
|
-
}, z.core.$strip>>>;
|
|
2090
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
2151
2091
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2152
2092
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2153
2093
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2220,16 +2160,16 @@ declare const urlFieldSchema: z.ZodObject<{
|
|
|
2220
2160
|
slug: "slug";
|
|
2221
2161
|
}>>>;
|
|
2222
2162
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2223
|
-
eventCategories: "eventCategories";
|
|
2224
2163
|
venues: "venues";
|
|
2164
|
+
eventCategories: "eventCategories";
|
|
2225
2165
|
staffMembers: "staffMembers";
|
|
2226
2166
|
}>>>;
|
|
2227
2167
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2228
2168
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2229
2169
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2170
|
+
display: "display";
|
|
2230
2171
|
style: "style";
|
|
2231
2172
|
content: "content";
|
|
2232
|
-
display: "display";
|
|
2233
2173
|
behavior: "behavior";
|
|
2234
2174
|
}>>>;
|
|
2235
2175
|
}, z.core.$strip>>;
|
|
@@ -2325,13 +2265,7 @@ declare const linkFieldSchema: z.ZodObject<{
|
|
|
2325
2265
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2326
2266
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2327
2267
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2328
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
2329
|
-
field: z.ZodString;
|
|
2330
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
2331
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
2332
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2333
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2334
|
-
}, z.core.$strip>>>;
|
|
2268
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
2335
2269
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2336
2270
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2337
2271
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2404,16 +2338,16 @@ declare const linkFieldSchema: z.ZodObject<{
|
|
|
2404
2338
|
slug: "slug";
|
|
2405
2339
|
}>>>;
|
|
2406
2340
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2407
|
-
eventCategories: "eventCategories";
|
|
2408
2341
|
venues: "venues";
|
|
2342
|
+
eventCategories: "eventCategories";
|
|
2409
2343
|
staffMembers: "staffMembers";
|
|
2410
2344
|
}>>>;
|
|
2411
2345
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2412
2346
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2413
2347
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2348
|
+
display: "display";
|
|
2414
2349
|
style: "style";
|
|
2415
2350
|
content: "content";
|
|
2416
|
-
display: "display";
|
|
2417
2351
|
behavior: "behavior";
|
|
2418
2352
|
}>>>;
|
|
2419
2353
|
}, z.core.$strip>>;
|
|
@@ -2508,13 +2442,7 @@ declare const selectFieldSchema: z.ZodObject<{
|
|
|
2508
2442
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2509
2443
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2510
2444
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2511
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
2512
|
-
field: z.ZodString;
|
|
2513
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
2514
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
2515
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2516
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2517
|
-
}, z.core.$strip>>>;
|
|
2445
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
2518
2446
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2519
2447
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2520
2448
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2587,16 +2515,16 @@ declare const selectFieldSchema: z.ZodObject<{
|
|
|
2587
2515
|
slug: "slug";
|
|
2588
2516
|
}>>>;
|
|
2589
2517
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2590
|
-
eventCategories: "eventCategories";
|
|
2591
2518
|
venues: "venues";
|
|
2519
|
+
eventCategories: "eventCategories";
|
|
2592
2520
|
staffMembers: "staffMembers";
|
|
2593
2521
|
}>>>;
|
|
2594
2522
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2595
2523
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2596
2524
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2525
|
+
display: "display";
|
|
2597
2526
|
style: "style";
|
|
2598
2527
|
content: "content";
|
|
2599
|
-
display: "display";
|
|
2600
2528
|
behavior: "behavior";
|
|
2601
2529
|
}>>>;
|
|
2602
2530
|
}, z.core.$strip>>;
|
|
@@ -2613,8 +2541,8 @@ declare const selectFieldSchema: z.ZodObject<{
|
|
|
2613
2541
|
}, z.core.$strip>, z.ZodObject<{
|
|
2614
2542
|
kind: z.ZodLiteral<"site">;
|
|
2615
2543
|
optionSource: z.ZodEnum<{
|
|
2616
|
-
eventCategories: "eventCategories";
|
|
2617
2544
|
venues: "venues";
|
|
2545
|
+
eventCategories: "eventCategories";
|
|
2618
2546
|
staffMembers: "staffMembers";
|
|
2619
2547
|
}>;
|
|
2620
2548
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2710,13 +2638,7 @@ declare const referenceFieldSchema: z.ZodObject<{
|
|
|
2710
2638
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2711
2639
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2712
2640
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2713
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
2714
|
-
field: z.ZodString;
|
|
2715
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
2716
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
2717
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2718
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2719
|
-
}, z.core.$strip>>>;
|
|
2641
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
2720
2642
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2721
2643
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2722
2644
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2789,16 +2711,16 @@ declare const referenceFieldSchema: z.ZodObject<{
|
|
|
2789
2711
|
slug: "slug";
|
|
2790
2712
|
}>>>;
|
|
2791
2713
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2792
|
-
eventCategories: "eventCategories";
|
|
2793
2714
|
venues: "venues";
|
|
2715
|
+
eventCategories: "eventCategories";
|
|
2794
2716
|
staffMembers: "staffMembers";
|
|
2795
2717
|
}>>>;
|
|
2796
2718
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2797
2719
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2798
2720
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2721
|
+
display: "display";
|
|
2799
2722
|
style: "style";
|
|
2800
2723
|
content: "content";
|
|
2801
|
-
display: "display";
|
|
2802
2724
|
behavior: "behavior";
|
|
2803
2725
|
}>>>;
|
|
2804
2726
|
}, z.core.$strip>>;
|
|
@@ -2905,13 +2827,7 @@ declare const repeaterFieldSchema: z.ZodObject<{
|
|
|
2905
2827
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2906
2828
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2907
2829
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2908
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
2909
|
-
field: z.ZodString;
|
|
2910
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
2911
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
2912
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2913
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2914
|
-
}, z.core.$strip>>>;
|
|
2830
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
2915
2831
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2916
2832
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2917
2833
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2984,16 +2900,16 @@ declare const repeaterFieldSchema: z.ZodObject<{
|
|
|
2984
2900
|
slug: "slug";
|
|
2985
2901
|
}>>>;
|
|
2986
2902
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2987
|
-
eventCategories: "eventCategories";
|
|
2988
2903
|
venues: "venues";
|
|
2904
|
+
eventCategories: "eventCategories";
|
|
2989
2905
|
staffMembers: "staffMembers";
|
|
2990
2906
|
}>>>;
|
|
2991
2907
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2992
2908
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2993
2909
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2910
|
+
display: "display";
|
|
2994
2911
|
style: "style";
|
|
2995
2912
|
content: "content";
|
|
2996
|
-
display: "display";
|
|
2997
2913
|
behavior: "behavior";
|
|
2998
2914
|
}>>>;
|
|
2999
2915
|
}, z.core.$strip>>;
|
|
@@ -3105,13 +3021,7 @@ declare const groupFieldSchema: z.ZodObject<{
|
|
|
3105
3021
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3106
3022
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3107
3023
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3108
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
3109
|
-
field: z.ZodString;
|
|
3110
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
3111
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
3112
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3113
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3114
|
-
}, z.core.$strip>>>;
|
|
3024
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
3115
3025
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3116
3026
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3117
3027
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3184,16 +3094,16 @@ declare const groupFieldSchema: z.ZodObject<{
|
|
|
3184
3094
|
slug: "slug";
|
|
3185
3095
|
}>>>;
|
|
3186
3096
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3187
|
-
eventCategories: "eventCategories";
|
|
3188
3097
|
venues: "venues";
|
|
3098
|
+
eventCategories: "eventCategories";
|
|
3189
3099
|
staffMembers: "staffMembers";
|
|
3190
3100
|
}>>>;
|
|
3191
3101
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3192
3102
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3193
3103
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3104
|
+
display: "display";
|
|
3194
3105
|
style: "style";
|
|
3195
3106
|
content: "content";
|
|
3196
|
-
display: "display";
|
|
3197
3107
|
behavior: "behavior";
|
|
3198
3108
|
}>>>;
|
|
3199
3109
|
}, z.core.$strip>>;
|
|
@@ -3291,13 +3201,7 @@ declare const modalFieldSchema: z.ZodObject<{
|
|
|
3291
3201
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3292
3202
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3293
3203
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3294
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
3295
|
-
field: z.ZodString;
|
|
3296
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
3297
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
3298
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3299
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3300
|
-
}, z.core.$strip>>>;
|
|
3204
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
3301
3205
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3302
3206
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3303
3207
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3370,16 +3274,16 @@ declare const modalFieldSchema: z.ZodObject<{
|
|
|
3370
3274
|
slug: "slug";
|
|
3371
3275
|
}>>>;
|
|
3372
3276
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3373
|
-
eventCategories: "eventCategories";
|
|
3374
3277
|
venues: "venues";
|
|
3278
|
+
eventCategories: "eventCategories";
|
|
3375
3279
|
staffMembers: "staffMembers";
|
|
3376
3280
|
}>>>;
|
|
3377
3281
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3378
3282
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3379
3283
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3284
|
+
display: "display";
|
|
3380
3285
|
style: "style";
|
|
3381
3286
|
content: "content";
|
|
3382
|
-
display: "display";
|
|
3383
3287
|
behavior: "behavior";
|
|
3384
3288
|
}>>>;
|
|
3385
3289
|
}, z.core.$strip>>;
|
|
@@ -3477,13 +3381,7 @@ declare const numberFieldSchema: z.ZodObject<{
|
|
|
3477
3381
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3478
3382
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3479
3383
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3480
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
3481
|
-
field: z.ZodString;
|
|
3482
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
3483
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
3484
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3485
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3486
|
-
}, z.core.$strip>>>;
|
|
3384
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
3487
3385
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3488
3386
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3489
3387
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3556,16 +3454,16 @@ declare const numberFieldSchema: z.ZodObject<{
|
|
|
3556
3454
|
slug: "slug";
|
|
3557
3455
|
}>>>;
|
|
3558
3456
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3559
|
-
eventCategories: "eventCategories";
|
|
3560
3457
|
venues: "venues";
|
|
3458
|
+
eventCategories: "eventCategories";
|
|
3561
3459
|
staffMembers: "staffMembers";
|
|
3562
3460
|
}>>>;
|
|
3563
3461
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3564
3462
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3565
3463
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3464
|
+
display: "display";
|
|
3566
3465
|
style: "style";
|
|
3567
3466
|
content: "content";
|
|
3568
|
-
display: "display";
|
|
3569
3467
|
behavior: "behavior";
|
|
3570
3468
|
}>>>;
|
|
3571
3469
|
}, z.core.$strip>>;
|
|
@@ -3663,13 +3561,7 @@ declare const tabGroupFieldSchema: z.ZodObject<{
|
|
|
3663
3561
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3664
3562
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3665
3563
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3666
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
3667
|
-
field: z.ZodString;
|
|
3668
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
3669
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
3670
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3671
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3672
|
-
}, z.core.$strip>>>;
|
|
3564
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
3673
3565
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3674
3566
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3675
3567
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3742,16 +3634,16 @@ declare const tabGroupFieldSchema: z.ZodObject<{
|
|
|
3742
3634
|
slug: "slug";
|
|
3743
3635
|
}>>>;
|
|
3744
3636
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3745
|
-
eventCategories: "eventCategories";
|
|
3746
3637
|
venues: "venues";
|
|
3638
|
+
eventCategories: "eventCategories";
|
|
3747
3639
|
staffMembers: "staffMembers";
|
|
3748
3640
|
}>>>;
|
|
3749
3641
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3750
3642
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3751
3643
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3644
|
+
display: "display";
|
|
3752
3645
|
style: "style";
|
|
3753
3646
|
content: "content";
|
|
3754
|
-
display: "display";
|
|
3755
3647
|
behavior: "behavior";
|
|
3756
3648
|
}>>>;
|
|
3757
3649
|
}, z.core.$strip>>;
|
|
@@ -3859,13 +3751,7 @@ declare const presetOrCustomFieldSchema: z.ZodObject<{
|
|
|
3859
3751
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3860
3752
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3861
3753
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3862
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
3863
|
-
field: z.ZodString;
|
|
3864
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
3865
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
3866
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3867
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
3868
|
-
}, z.core.$strip>>>;
|
|
3754
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
3869
3755
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3870
3756
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3871
3757
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3938,16 +3824,16 @@ declare const presetOrCustomFieldSchema: z.ZodObject<{
|
|
|
3938
3824
|
slug: "slug";
|
|
3939
3825
|
}>>>;
|
|
3940
3826
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3941
|
-
eventCategories: "eventCategories";
|
|
3942
3827
|
venues: "venues";
|
|
3828
|
+
eventCategories: "eventCategories";
|
|
3943
3829
|
staffMembers: "staffMembers";
|
|
3944
3830
|
}>>>;
|
|
3945
3831
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3946
3832
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3947
3833
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3834
|
+
display: "display";
|
|
3948
3835
|
style: "style";
|
|
3949
3836
|
content: "content";
|
|
3950
|
-
display: "display";
|
|
3951
3837
|
behavior: "behavior";
|
|
3952
3838
|
}>>>;
|
|
3953
3839
|
}, z.core.$strip>>;
|
|
@@ -4051,13 +3937,7 @@ declare const contentTypeSelectFieldSchema: z.ZodObject<{
|
|
|
4051
3937
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4052
3938
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4053
3939
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4054
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
4055
|
-
field: z.ZodString;
|
|
4056
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
4057
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
4058
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
4059
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
4060
|
-
}, z.core.$strip>>>;
|
|
3940
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
4061
3941
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4062
3942
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
4063
3943
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -4130,16 +4010,16 @@ declare const contentTypeSelectFieldSchema: z.ZodObject<{
|
|
|
4130
4010
|
slug: "slug";
|
|
4131
4011
|
}>>>;
|
|
4132
4012
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
4133
|
-
eventCategories: "eventCategories";
|
|
4134
4013
|
venues: "venues";
|
|
4014
|
+
eventCategories: "eventCategories";
|
|
4135
4015
|
staffMembers: "staffMembers";
|
|
4136
4016
|
}>>>;
|
|
4137
4017
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4138
4018
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4139
4019
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
4020
|
+
display: "display";
|
|
4140
4021
|
style: "style";
|
|
4141
4022
|
content: "content";
|
|
4142
|
-
display: "display";
|
|
4143
4023
|
behavior: "behavior";
|
|
4144
4024
|
}>>>;
|
|
4145
4025
|
}, z.core.$strip>>;
|
|
@@ -4239,13 +4119,7 @@ declare const entryPickerFieldSchema: z.ZodObject<{
|
|
|
4239
4119
|
showValue: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4240
4120
|
pattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4241
4121
|
placeholder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4242
|
-
visibleWhen: z.ZodOptional<z.ZodOptional<z.
|
|
4243
|
-
field: z.ZodString;
|
|
4244
|
-
equals: z.ZodOptional<z.ZodAny>;
|
|
4245
|
-
notEquals: z.ZodOptional<z.ZodAny>;
|
|
4246
|
-
oneOf: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
4247
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
4248
|
-
}, z.core.$strip>>>;
|
|
4122
|
+
visibleWhen: z.ZodOptional<z.ZodOptional<z.ZodType<FieldVisibleWhen, unknown, z.core.$ZodTypeInternals<FieldVisibleWhen, unknown>>>>;
|
|
4249
4123
|
modalConfig: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4250
4124
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
4251
4125
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -4318,16 +4192,16 @@ declare const entryPickerFieldSchema: z.ZodObject<{
|
|
|
4318
4192
|
slug: "slug";
|
|
4319
4193
|
}>>>;
|
|
4320
4194
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
4321
|
-
eventCategories: "eventCategories";
|
|
4322
4195
|
venues: "venues";
|
|
4196
|
+
eventCategories: "eventCategories";
|
|
4323
4197
|
staffMembers: "staffMembers";
|
|
4324
4198
|
}>>>;
|
|
4325
4199
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4326
4200
|
renderInHeader: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4327
4201
|
intent: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
4202
|
+
display: "display";
|
|
4328
4203
|
style: "style";
|
|
4329
4204
|
content: "content";
|
|
4330
|
-
display: "display";
|
|
4331
4205
|
behavior: "behavior";
|
|
4332
4206
|
}>>>;
|
|
4333
4207
|
}, z.core.$strip>>;
|
|
@@ -4485,28 +4359,28 @@ export declare const styleTokenSchema: z.ZodObject<{
|
|
|
4485
4359
|
background: z.ZodOptional<z.ZodEnum<{
|
|
4486
4360
|
surface: "surface";
|
|
4487
4361
|
background: "background";
|
|
4488
|
-
muted: "muted";
|
|
4489
4362
|
foreground: "foreground";
|
|
4490
4363
|
accent: "accent";
|
|
4364
|
+
muted: "muted";
|
|
4491
4365
|
}>>;
|
|
4492
4366
|
foreground: z.ZodOptional<z.ZodEnum<{
|
|
4493
4367
|
surface: "surface";
|
|
4494
4368
|
background: "background";
|
|
4495
|
-
muted: "muted";
|
|
4496
4369
|
foreground: "foreground";
|
|
4497
4370
|
accent: "accent";
|
|
4371
|
+
muted: "muted";
|
|
4498
4372
|
}>>;
|
|
4499
4373
|
border: z.ZodOptional<z.ZodEnum<{
|
|
4500
4374
|
surface: "surface";
|
|
4501
4375
|
background: "background";
|
|
4502
|
-
muted: "muted";
|
|
4503
4376
|
foreground: "foreground";
|
|
4504
4377
|
accent: "accent";
|
|
4378
|
+
muted: "muted";
|
|
4505
4379
|
}>>;
|
|
4506
4380
|
typography: z.ZodOptional<z.ZodEnum<{
|
|
4381
|
+
display: "display";
|
|
4507
4382
|
body: "body";
|
|
4508
4383
|
caption: "caption";
|
|
4509
|
-
display: "display";
|
|
4510
4384
|
heading: "heading";
|
|
4511
4385
|
subheading: "subheading";
|
|
4512
4386
|
}>>;
|
|
@@ -4535,6 +4409,10 @@ export declare const behaviourSchema: z.ZodObject<{
|
|
|
4535
4409
|
managesOwnWrapper: z.ZodOptional<z.ZodBoolean>;
|
|
4536
4410
|
}, z.core.$strip>;
|
|
4537
4411
|
export type BehaviourConfig = z.infer<typeof behaviourSchema>;
|
|
4412
|
+
export declare const previewCustomizeManifestCurationSchema: z.ZodObject<{
|
|
4413
|
+
quickFieldPriority: z.ZodArray<z.ZodString>;
|
|
4414
|
+
}, z.core.$strip>;
|
|
4415
|
+
export type PreviewCustomizeManifestCuration = z.infer<typeof previewCustomizeManifestCurationSchema>;
|
|
4538
4416
|
export declare const blockCategoryEnum: z.ZodEnum<{
|
|
4539
4417
|
content: "content";
|
|
4540
4418
|
media: "media";
|
|
@@ -4569,28 +4447,28 @@ export declare const manifestSchema: z.ZodObject<{
|
|
|
4569
4447
|
background: z.ZodOptional<z.ZodEnum<{
|
|
4570
4448
|
surface: "surface";
|
|
4571
4449
|
background: "background";
|
|
4572
|
-
muted: "muted";
|
|
4573
4450
|
foreground: "foreground";
|
|
4574
4451
|
accent: "accent";
|
|
4452
|
+
muted: "muted";
|
|
4575
4453
|
}>>;
|
|
4576
4454
|
foreground: z.ZodOptional<z.ZodEnum<{
|
|
4577
4455
|
surface: "surface";
|
|
4578
4456
|
background: "background";
|
|
4579
|
-
muted: "muted";
|
|
4580
4457
|
foreground: "foreground";
|
|
4581
4458
|
accent: "accent";
|
|
4459
|
+
muted: "muted";
|
|
4582
4460
|
}>>;
|
|
4583
4461
|
border: z.ZodOptional<z.ZodEnum<{
|
|
4584
4462
|
surface: "surface";
|
|
4585
4463
|
background: "background";
|
|
4586
|
-
muted: "muted";
|
|
4587
4464
|
foreground: "foreground";
|
|
4588
4465
|
accent: "accent";
|
|
4466
|
+
muted: "muted";
|
|
4589
4467
|
}>>;
|
|
4590
4468
|
typography: z.ZodOptional<z.ZodEnum<{
|
|
4469
|
+
display: "display";
|
|
4591
4470
|
body: "body";
|
|
4592
4471
|
caption: "caption";
|
|
4593
|
-
display: "display";
|
|
4594
4472
|
heading: "heading";
|
|
4595
4473
|
subheading: "subheading";
|
|
4596
4474
|
}>>;
|
|
@@ -4617,6 +4495,9 @@ export declare const manifestSchema: z.ZodObject<{
|
|
|
4617
4495
|
paletteHidden: z.ZodDefault<z.ZodBoolean>;
|
|
4618
4496
|
managesOwnWrapper: z.ZodOptional<z.ZodBoolean>;
|
|
4619
4497
|
}, z.core.$strip>>;
|
|
4498
|
+
previewCustomize: z.ZodOptional<z.ZodObject<{
|
|
4499
|
+
quickFieldPriority: z.ZodArray<z.ZodString>;
|
|
4500
|
+
}, z.core.$strip>>;
|
|
4620
4501
|
layout: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodType<NodeDefinition, unknown, z.core.$ZodTypeInternals<NodeDefinition, unknown>>>, z.ZodType<NodeDefinition, unknown, z.core.$ZodTypeInternals<NodeDefinition, unknown>>]>>;
|
|
4621
4502
|
promotedFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4622
4503
|
variants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<NodeDefinition, unknown, z.core.$ZodTypeInternals<NodeDefinition, unknown>>>, z.ZodType<NodeDefinition, unknown, z.core.$ZodTypeInternals<NodeDefinition, unknown>>]>>>;
|
|
@@ -4753,6 +4634,14 @@ export interface SdkCustomBlock {
|
|
|
4753
4634
|
* ```
|
|
4754
4635
|
*/
|
|
4755
4636
|
dataLoaders?: Record<string, SdkConfigLoader>;
|
|
4637
|
+
/**
|
|
4638
|
+
* Optional Preview Customize curation.
|
|
4639
|
+
*
|
|
4640
|
+
* `quickFieldPriority` lists field IDs to consider for compact quick controls
|
|
4641
|
+
* in order of preference. Missing curation means all editable fields remain in
|
|
4642
|
+
* the full Customize panel.
|
|
4643
|
+
*/
|
|
4644
|
+
previewCustomize?: PreviewCustomizeManifestCuration;
|
|
4756
4645
|
/**
|
|
4757
4646
|
* Optional declarative layout using the node DSL.
|
|
4758
4647
|
*
|