@riverbankcms/sdk 0.68.0 → 0.70.2
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/ai/src/contracts/commandExposure.d.ts +8 -0
- package/dist/_dts/ai/src/contracts/feedback.d.ts +55 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +34764 -0
- package/dist/_dts/ai/src/contracts.d.ts +5 -0
- package/dist/_dts/ai/src/designer/rfc6902.d.ts +16 -0
- package/dist/_dts/ai/src/designer/themePatch.d.ts +50 -0
- 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 +23 -0
- package/dist/_dts/api/src/availability.d.ts +84 -2
- 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/bookingManagementEndpoints.d.ts +10 -1
- 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 +3 -2
- package/dist/_dts/api/src/contentTypes.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +29 -0
- 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 +5 -1
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +33 -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 +2 -2
- package/dist/_dts/api/src/url.d.ts +1 -1
- package/dist/_dts/billing/src/components/index.d.ts +102 -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 +236 -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 +11 -10
- 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 +10 -9
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +10 -9
- 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 +8 -6
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +8 -6
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +5 -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/styleConfiguratorApplyPayload.d.ts +8 -0
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +5 -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/commands/style.d.ts +19 -0
- 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/client/management/index.d.ts +2 -1
- package/dist/_dts/sdk/src/client/management/theme.d.ts +3 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +23 -0
- 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 +19 -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 +95 -46
- 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 +15 -2
- 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 +5989 -5678
- package/dist/client/bookings.mjs +104 -34
- package/dist/client/client.mjs +4482 -4298
- package/dist/client/hooks.mjs +5783 -3847
- package/dist/client/rendering/client.mjs +164 -35
- package/dist/client/rendering/islands.mjs +164 -35
- package/dist/client/rendering.mjs +530 -346
- package/dist/preview-next/before-render.mjs +39 -0
- package/dist/preview-next/client/runtime.mjs +339 -92
- package/dist/preview-next/middleware.mjs +39 -0
- package/dist/server/components.mjs +418 -310
- package/dist/server/config-validation.mjs +6899 -4883
- package/dist/server/config.mjs +6890 -4883
- package/dist/server/data.mjs +5783 -3847
- package/dist/server/index.mjs +199 -1762
- package/dist/server/next.mjs +6577 -5268
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +420 -312
- package/dist/server/rendering.mjs +420 -312
- package/dist/server/routing.mjs +11475 -7881
- package/dist/server/server.mjs +5770 -3834
- package/dist/server/theme-bridge.mjs +249 -15
- package/package.json +1 -3
|
@@ -74,7 +74,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
74
74
|
readonly ui: {
|
|
75
75
|
readonly intent: "display";
|
|
76
76
|
};
|
|
77
|
-
}, import("
|
|
77
|
+
}, import("../../../../block-form/src/backend/index").FieldDefinition, {
|
|
78
78
|
readonly id: "gap";
|
|
79
79
|
readonly type: "select";
|
|
80
80
|
readonly label: "Gap between media and text";
|
|
@@ -129,8 +129,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
129
129
|
max: number;
|
|
130
130
|
} | undefined;
|
|
131
131
|
showSlugPreview?: boolean | undefined;
|
|
132
|
-
variant?: "full" | "
|
|
133
|
-
richTextVariant?: "full" | "
|
|
132
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
133
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
134
134
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
135
135
|
cropEditorAutoOpen?: boolean | undefined;
|
|
136
136
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -169,7 +169,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
169
169
|
modalConfig?: {
|
|
170
170
|
buttonLabel?: string | undefined;
|
|
171
171
|
description?: string | undefined;
|
|
172
|
-
buttonVariant?: "
|
|
172
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
173
173
|
showCustomizedIndicator?: boolean | undefined;
|
|
174
174
|
maxWidth?: string | undefined;
|
|
175
175
|
} | undefined;
|
|
@@ -177,7 +177,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
177
177
|
fullWidth?: boolean | undefined;
|
|
178
178
|
row?: string | undefined;
|
|
179
179
|
colSpan?: number | undefined;
|
|
180
|
-
layout?: "
|
|
180
|
+
layout?: "grid" | "stack" | undefined;
|
|
181
181
|
columns?: number | undefined;
|
|
182
182
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
183
183
|
gridColumns?: {
|
|
@@ -208,8 +208,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
208
208
|
iconPickerPreset?: "cta" | undefined;
|
|
209
209
|
contentTypeField?: string | undefined;
|
|
210
210
|
fixedContentType?: string | undefined;
|
|
211
|
-
valueFrom?: "id" | "
|
|
212
|
-
siteOptionSource?: "
|
|
211
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
212
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
213
213
|
searchThreshold?: number | undefined;
|
|
214
214
|
renderInHeader?: boolean | undefined;
|
|
215
215
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -218,7 +218,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
218
218
|
kind: "static";
|
|
219
219
|
} | {
|
|
220
220
|
kind: "site";
|
|
221
|
-
optionSource: "
|
|
221
|
+
optionSource: "eventCategories" | "venues" | "staffMembers";
|
|
222
222
|
} | {
|
|
223
223
|
kind: "sdk";
|
|
224
224
|
} | undefined;
|
|
@@ -242,8 +242,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
242
242
|
max: number;
|
|
243
243
|
} | undefined;
|
|
244
244
|
showSlugPreview?: boolean | undefined;
|
|
245
|
-
variant?: "full" | "
|
|
246
|
-
richTextVariant?: "full" | "
|
|
245
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
246
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
247
247
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
248
248
|
cropEditorAutoOpen?: boolean | undefined;
|
|
249
249
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -282,7 +282,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
282
282
|
modalConfig?: {
|
|
283
283
|
buttonLabel?: string | undefined;
|
|
284
284
|
description?: string | undefined;
|
|
285
|
-
buttonVariant?: "
|
|
285
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
286
286
|
showCustomizedIndicator?: boolean | undefined;
|
|
287
287
|
maxWidth?: string | undefined;
|
|
288
288
|
} | undefined;
|
|
@@ -290,7 +290,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
290
290
|
fullWidth?: boolean | undefined;
|
|
291
291
|
row?: string | undefined;
|
|
292
292
|
colSpan?: number | undefined;
|
|
293
|
-
layout?: "
|
|
293
|
+
layout?: "grid" | "stack" | undefined;
|
|
294
294
|
columns?: number | undefined;
|
|
295
295
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
296
296
|
gridColumns?: {
|
|
@@ -321,8 +321,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
321
321
|
iconPickerPreset?: "cta" | undefined;
|
|
322
322
|
contentTypeField?: string | undefined;
|
|
323
323
|
fixedContentType?: string | undefined;
|
|
324
|
-
valueFrom?: "id" | "
|
|
325
|
-
siteOptionSource?: "
|
|
324
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
325
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
326
326
|
searchThreshold?: number | undefined;
|
|
327
327
|
renderInHeader?: boolean | undefined;
|
|
328
328
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -347,8 +347,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
347
347
|
max: number;
|
|
348
348
|
} | undefined;
|
|
349
349
|
showSlugPreview?: boolean | undefined;
|
|
350
|
-
variant?: "full" | "
|
|
351
|
-
richTextVariant?: "full" | "
|
|
350
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
351
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
352
352
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
353
353
|
cropEditorAutoOpen?: boolean | undefined;
|
|
354
354
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -387,7 +387,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
387
387
|
modalConfig?: {
|
|
388
388
|
buttonLabel?: string | undefined;
|
|
389
389
|
description?: string | undefined;
|
|
390
|
-
buttonVariant?: "
|
|
390
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
391
391
|
showCustomizedIndicator?: boolean | undefined;
|
|
392
392
|
maxWidth?: string | undefined;
|
|
393
393
|
} | undefined;
|
|
@@ -395,7 +395,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
395
395
|
fullWidth?: boolean | undefined;
|
|
396
396
|
row?: string | undefined;
|
|
397
397
|
colSpan?: number | undefined;
|
|
398
|
-
layout?: "
|
|
398
|
+
layout?: "grid" | "stack" | undefined;
|
|
399
399
|
columns?: number | undefined;
|
|
400
400
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
401
401
|
gridColumns?: {
|
|
@@ -426,8 +426,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
426
426
|
iconPickerPreset?: "cta" | undefined;
|
|
427
427
|
contentTypeField?: string | undefined;
|
|
428
428
|
fixedContentType?: string | undefined;
|
|
429
|
-
valueFrom?: "id" | "
|
|
430
|
-
siteOptionSource?: "
|
|
429
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
430
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
431
431
|
searchThreshold?: number | undefined;
|
|
432
432
|
renderInHeader?: boolean | undefined;
|
|
433
433
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -452,8 +452,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
452
452
|
max: number;
|
|
453
453
|
} | undefined;
|
|
454
454
|
showSlugPreview?: boolean | undefined;
|
|
455
|
-
variant?: "full" | "
|
|
456
|
-
richTextVariant?: "full" | "
|
|
455
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
456
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
457
457
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
458
458
|
cropEditorAutoOpen?: boolean | undefined;
|
|
459
459
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -492,7 +492,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
492
492
|
modalConfig?: {
|
|
493
493
|
buttonLabel?: string | undefined;
|
|
494
494
|
description?: string | undefined;
|
|
495
|
-
buttonVariant?: "
|
|
495
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
496
496
|
showCustomizedIndicator?: boolean | undefined;
|
|
497
497
|
maxWidth?: string | undefined;
|
|
498
498
|
} | undefined;
|
|
@@ -500,7 +500,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
500
500
|
fullWidth?: boolean | undefined;
|
|
501
501
|
row?: string | undefined;
|
|
502
502
|
colSpan?: number | undefined;
|
|
503
|
-
layout?: "
|
|
503
|
+
layout?: "grid" | "stack" | undefined;
|
|
504
504
|
columns?: number | undefined;
|
|
505
505
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
506
506
|
gridColumns?: {
|
|
@@ -531,8 +531,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
531
531
|
iconPickerPreset?: "cta" | undefined;
|
|
532
532
|
contentTypeField?: string | undefined;
|
|
533
533
|
fixedContentType?: string | undefined;
|
|
534
|
-
valueFrom?: "id" | "
|
|
535
|
-
siteOptionSource?: "
|
|
534
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
535
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
536
536
|
searchThreshold?: number | undefined;
|
|
537
537
|
renderInHeader?: boolean | undefined;
|
|
538
538
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -557,8 +557,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
557
557
|
max: number;
|
|
558
558
|
} | undefined;
|
|
559
559
|
showSlugPreview?: boolean | undefined;
|
|
560
|
-
variant?: "full" | "
|
|
561
|
-
richTextVariant?: "full" | "
|
|
560
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
561
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
562
562
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
563
563
|
cropEditorAutoOpen?: boolean | undefined;
|
|
564
564
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -597,7 +597,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
597
597
|
modalConfig?: {
|
|
598
598
|
buttonLabel?: string | undefined;
|
|
599
599
|
description?: string | undefined;
|
|
600
|
-
buttonVariant?: "
|
|
600
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
601
601
|
showCustomizedIndicator?: boolean | undefined;
|
|
602
602
|
maxWidth?: string | undefined;
|
|
603
603
|
} | undefined;
|
|
@@ -605,7 +605,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
605
605
|
fullWidth?: boolean | undefined;
|
|
606
606
|
row?: string | undefined;
|
|
607
607
|
colSpan?: number | undefined;
|
|
608
|
-
layout?: "
|
|
608
|
+
layout?: "grid" | "stack" | undefined;
|
|
609
609
|
columns?: number | undefined;
|
|
610
610
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
611
611
|
gridColumns?: {
|
|
@@ -636,8 +636,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
636
636
|
iconPickerPreset?: "cta" | undefined;
|
|
637
637
|
contentTypeField?: string | undefined;
|
|
638
638
|
fixedContentType?: string | undefined;
|
|
639
|
-
valueFrom?: "id" | "
|
|
640
|
-
siteOptionSource?: "
|
|
639
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
640
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
641
641
|
searchThreshold?: number | undefined;
|
|
642
642
|
renderInHeader?: boolean | undefined;
|
|
643
643
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -661,8 +661,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
661
661
|
max: number;
|
|
662
662
|
} | undefined;
|
|
663
663
|
showSlugPreview?: boolean | undefined;
|
|
664
|
-
variant?: "full" | "
|
|
665
|
-
richTextVariant?: "full" | "
|
|
664
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
665
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
666
666
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
667
667
|
cropEditorAutoOpen?: boolean | undefined;
|
|
668
668
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -701,7 +701,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
701
701
|
modalConfig?: {
|
|
702
702
|
buttonLabel?: string | undefined;
|
|
703
703
|
description?: string | undefined;
|
|
704
|
-
buttonVariant?: "
|
|
704
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
705
705
|
showCustomizedIndicator?: boolean | undefined;
|
|
706
706
|
maxWidth?: string | undefined;
|
|
707
707
|
} | undefined;
|
|
@@ -709,7 +709,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
709
709
|
fullWidth?: boolean | undefined;
|
|
710
710
|
row?: string | undefined;
|
|
711
711
|
colSpan?: number | undefined;
|
|
712
|
-
layout?: "
|
|
712
|
+
layout?: "grid" | "stack" | undefined;
|
|
713
713
|
columns?: number | undefined;
|
|
714
714
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
715
715
|
gridColumns?: {
|
|
@@ -740,8 +740,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
740
740
|
iconPickerPreset?: "cta" | undefined;
|
|
741
741
|
contentTypeField?: string | undefined;
|
|
742
742
|
fixedContentType?: string | undefined;
|
|
743
|
-
valueFrom?: "id" | "
|
|
744
|
-
siteOptionSource?: "
|
|
743
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
744
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
745
745
|
searchThreshold?: number | undefined;
|
|
746
746
|
renderInHeader?: boolean | undefined;
|
|
747
747
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -765,8 +765,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
765
765
|
max: number;
|
|
766
766
|
} | undefined;
|
|
767
767
|
showSlugPreview?: boolean | undefined;
|
|
768
|
-
variant?: "full" | "
|
|
769
|
-
richTextVariant?: "full" | "
|
|
768
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
769
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
770
770
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
771
771
|
cropEditorAutoOpen?: boolean | undefined;
|
|
772
772
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -805,7 +805,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
805
805
|
modalConfig?: {
|
|
806
806
|
buttonLabel?: string | undefined;
|
|
807
807
|
description?: string | undefined;
|
|
808
|
-
buttonVariant?: "
|
|
808
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
809
809
|
showCustomizedIndicator?: boolean | undefined;
|
|
810
810
|
maxWidth?: string | undefined;
|
|
811
811
|
} | undefined;
|
|
@@ -813,7 +813,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
813
813
|
fullWidth?: boolean | undefined;
|
|
814
814
|
row?: string | undefined;
|
|
815
815
|
colSpan?: number | undefined;
|
|
816
|
-
layout?: "
|
|
816
|
+
layout?: "grid" | "stack" | undefined;
|
|
817
817
|
columns?: number | undefined;
|
|
818
818
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
819
819
|
gridColumns?: {
|
|
@@ -844,8 +844,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
844
844
|
iconPickerPreset?: "cta" | undefined;
|
|
845
845
|
contentTypeField?: string | undefined;
|
|
846
846
|
fixedContentType?: string | undefined;
|
|
847
|
-
valueFrom?: "id" | "
|
|
848
|
-
siteOptionSource?: "
|
|
847
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
848
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
849
849
|
searchThreshold?: number | undefined;
|
|
850
850
|
renderInHeader?: boolean | undefined;
|
|
851
851
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -869,8 +869,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
869
869
|
max: number;
|
|
870
870
|
} | undefined;
|
|
871
871
|
showSlugPreview?: boolean | undefined;
|
|
872
|
-
variant?: "full" | "
|
|
873
|
-
richTextVariant?: "full" | "
|
|
872
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
873
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
874
874
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
875
875
|
cropEditorAutoOpen?: boolean | undefined;
|
|
876
876
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -909,7 +909,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
909
909
|
modalConfig?: {
|
|
910
910
|
buttonLabel?: string | undefined;
|
|
911
911
|
description?: string | undefined;
|
|
912
|
-
buttonVariant?: "
|
|
912
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
913
913
|
showCustomizedIndicator?: boolean | undefined;
|
|
914
914
|
maxWidth?: string | undefined;
|
|
915
915
|
} | undefined;
|
|
@@ -917,7 +917,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
917
917
|
fullWidth?: boolean | undefined;
|
|
918
918
|
row?: string | undefined;
|
|
919
919
|
colSpan?: number | undefined;
|
|
920
|
-
layout?: "
|
|
920
|
+
layout?: "grid" | "stack" | undefined;
|
|
921
921
|
columns?: number | undefined;
|
|
922
922
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
923
923
|
gridColumns?: {
|
|
@@ -948,8 +948,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
948
948
|
iconPickerPreset?: "cta" | undefined;
|
|
949
949
|
contentTypeField?: string | undefined;
|
|
950
950
|
fixedContentType?: string | undefined;
|
|
951
|
-
valueFrom?: "id" | "
|
|
952
|
-
siteOptionSource?: "
|
|
951
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
952
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
953
953
|
searchThreshold?: number | undefined;
|
|
954
954
|
renderInHeader?: boolean | undefined;
|
|
955
955
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -973,8 +973,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
973
973
|
max: number;
|
|
974
974
|
} | undefined;
|
|
975
975
|
showSlugPreview?: boolean | undefined;
|
|
976
|
-
variant?: "full" | "
|
|
977
|
-
richTextVariant?: "full" | "
|
|
976
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
977
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
978
978
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
979
979
|
cropEditorAutoOpen?: boolean | undefined;
|
|
980
980
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1013,7 +1013,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1013
1013
|
modalConfig?: {
|
|
1014
1014
|
buttonLabel?: string | undefined;
|
|
1015
1015
|
description?: string | undefined;
|
|
1016
|
-
buttonVariant?: "
|
|
1016
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1017
1017
|
showCustomizedIndicator?: boolean | undefined;
|
|
1018
1018
|
maxWidth?: string | undefined;
|
|
1019
1019
|
} | undefined;
|
|
@@ -1021,7 +1021,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1021
1021
|
fullWidth?: boolean | undefined;
|
|
1022
1022
|
row?: string | undefined;
|
|
1023
1023
|
colSpan?: number | undefined;
|
|
1024
|
-
layout?: "
|
|
1024
|
+
layout?: "grid" | "stack" | undefined;
|
|
1025
1025
|
columns?: number | undefined;
|
|
1026
1026
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1027
1027
|
gridColumns?: {
|
|
@@ -1052,8 +1052,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1052
1052
|
iconPickerPreset?: "cta" | undefined;
|
|
1053
1053
|
contentTypeField?: string | undefined;
|
|
1054
1054
|
fixedContentType?: string | undefined;
|
|
1055
|
-
valueFrom?: "id" | "
|
|
1056
|
-
siteOptionSource?: "
|
|
1055
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1056
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
1057
1057
|
searchThreshold?: number | undefined;
|
|
1058
1058
|
renderInHeader?: boolean | undefined;
|
|
1059
1059
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -1081,8 +1081,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1081
1081
|
max: number;
|
|
1082
1082
|
} | undefined;
|
|
1083
1083
|
showSlugPreview?: boolean | undefined;
|
|
1084
|
-
variant?: "full" | "
|
|
1085
|
-
richTextVariant?: "full" | "
|
|
1084
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1085
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1086
1086
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
1087
1087
|
cropEditorAutoOpen?: boolean | undefined;
|
|
1088
1088
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1121,7 +1121,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1121
1121
|
modalConfig?: {
|
|
1122
1122
|
buttonLabel?: string | undefined;
|
|
1123
1123
|
description?: string | undefined;
|
|
1124
|
-
buttonVariant?: "
|
|
1124
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1125
1125
|
showCustomizedIndicator?: boolean | undefined;
|
|
1126
1126
|
maxWidth?: string | undefined;
|
|
1127
1127
|
} | undefined;
|
|
@@ -1129,7 +1129,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1129
1129
|
fullWidth?: boolean | undefined;
|
|
1130
1130
|
row?: string | undefined;
|
|
1131
1131
|
colSpan?: number | undefined;
|
|
1132
|
-
layout?: "
|
|
1132
|
+
layout?: "grid" | "stack" | undefined;
|
|
1133
1133
|
columns?: number | undefined;
|
|
1134
1134
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1135
1135
|
gridColumns?: {
|
|
@@ -1160,8 +1160,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1160
1160
|
iconPickerPreset?: "cta" | undefined;
|
|
1161
1161
|
contentTypeField?: string | undefined;
|
|
1162
1162
|
fixedContentType?: string | undefined;
|
|
1163
|
-
valueFrom?: "id" | "
|
|
1164
|
-
siteOptionSource?: "
|
|
1163
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1164
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
1165
1165
|
searchThreshold?: number | undefined;
|
|
1166
1166
|
renderInHeader?: boolean | undefined;
|
|
1167
1167
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -1185,8 +1185,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1185
1185
|
max: number;
|
|
1186
1186
|
} | undefined;
|
|
1187
1187
|
showSlugPreview?: boolean | undefined;
|
|
1188
|
-
variant?: "full" | "
|
|
1189
|
-
richTextVariant?: "full" | "
|
|
1188
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1189
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1190
1190
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
1191
1191
|
cropEditorAutoOpen?: boolean | undefined;
|
|
1192
1192
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1225,7 +1225,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1225
1225
|
modalConfig?: {
|
|
1226
1226
|
buttonLabel?: string | undefined;
|
|
1227
1227
|
description?: string | undefined;
|
|
1228
|
-
buttonVariant?: "
|
|
1228
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1229
1229
|
showCustomizedIndicator?: boolean | undefined;
|
|
1230
1230
|
maxWidth?: string | undefined;
|
|
1231
1231
|
} | undefined;
|
|
@@ -1233,7 +1233,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1233
1233
|
fullWidth?: boolean | undefined;
|
|
1234
1234
|
row?: string | undefined;
|
|
1235
1235
|
colSpan?: number | undefined;
|
|
1236
|
-
layout?: "
|
|
1236
|
+
layout?: "grid" | "stack" | undefined;
|
|
1237
1237
|
columns?: number | undefined;
|
|
1238
1238
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1239
1239
|
gridColumns?: {
|
|
@@ -1264,8 +1264,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1264
1264
|
iconPickerPreset?: "cta" | undefined;
|
|
1265
1265
|
contentTypeField?: string | undefined;
|
|
1266
1266
|
fixedContentType?: string | undefined;
|
|
1267
|
-
valueFrom?: "id" | "
|
|
1268
|
-
siteOptionSource?: "
|
|
1267
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1268
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
1269
1269
|
searchThreshold?: number | undefined;
|
|
1270
1270
|
renderInHeader?: boolean | undefined;
|
|
1271
1271
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -1291,8 +1291,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1291
1291
|
max: number;
|
|
1292
1292
|
} | undefined;
|
|
1293
1293
|
showSlugPreview?: boolean | undefined;
|
|
1294
|
-
variant?: "full" | "
|
|
1295
|
-
richTextVariant?: "full" | "
|
|
1294
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1295
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1296
1296
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
1297
1297
|
cropEditorAutoOpen?: boolean | undefined;
|
|
1298
1298
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1331,7 +1331,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1331
1331
|
modalConfig?: {
|
|
1332
1332
|
buttonLabel?: string | undefined;
|
|
1333
1333
|
description?: string | undefined;
|
|
1334
|
-
buttonVariant?: "
|
|
1334
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1335
1335
|
showCustomizedIndicator?: boolean | undefined;
|
|
1336
1336
|
maxWidth?: string | undefined;
|
|
1337
1337
|
} | undefined;
|
|
@@ -1339,7 +1339,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1339
1339
|
fullWidth?: boolean | undefined;
|
|
1340
1340
|
row?: string | undefined;
|
|
1341
1341
|
colSpan?: number | undefined;
|
|
1342
|
-
layout?: "
|
|
1342
|
+
layout?: "grid" | "stack" | undefined;
|
|
1343
1343
|
columns?: number | undefined;
|
|
1344
1344
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1345
1345
|
gridColumns?: {
|
|
@@ -1370,8 +1370,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1370
1370
|
iconPickerPreset?: "cta" | undefined;
|
|
1371
1371
|
contentTypeField?: string | undefined;
|
|
1372
1372
|
fixedContentType?: string | undefined;
|
|
1373
|
-
valueFrom?: "id" | "
|
|
1374
|
-
siteOptionSource?: "
|
|
1373
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1374
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
1375
1375
|
searchThreshold?: number | undefined;
|
|
1376
1376
|
renderInHeader?: boolean | undefined;
|
|
1377
1377
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -1395,8 +1395,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1395
1395
|
max: number;
|
|
1396
1396
|
} | undefined;
|
|
1397
1397
|
showSlugPreview?: boolean | undefined;
|
|
1398
|
-
variant?: "full" | "
|
|
1399
|
-
richTextVariant?: "full" | "
|
|
1398
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1399
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1400
1400
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
1401
1401
|
cropEditorAutoOpen?: boolean | undefined;
|
|
1402
1402
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1435,7 +1435,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1435
1435
|
modalConfig?: {
|
|
1436
1436
|
buttonLabel?: string | undefined;
|
|
1437
1437
|
description?: string | undefined;
|
|
1438
|
-
buttonVariant?: "
|
|
1438
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1439
1439
|
showCustomizedIndicator?: boolean | undefined;
|
|
1440
1440
|
maxWidth?: string | undefined;
|
|
1441
1441
|
} | undefined;
|
|
@@ -1443,7 +1443,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1443
1443
|
fullWidth?: boolean | undefined;
|
|
1444
1444
|
row?: string | undefined;
|
|
1445
1445
|
colSpan?: number | undefined;
|
|
1446
|
-
layout?: "
|
|
1446
|
+
layout?: "grid" | "stack" | undefined;
|
|
1447
1447
|
columns?: number | undefined;
|
|
1448
1448
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1449
1449
|
gridColumns?: {
|
|
@@ -1474,8 +1474,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1474
1474
|
iconPickerPreset?: "cta" | undefined;
|
|
1475
1475
|
contentTypeField?: string | undefined;
|
|
1476
1476
|
fixedContentType?: string | undefined;
|
|
1477
|
-
valueFrom?: "id" | "
|
|
1478
|
-
siteOptionSource?: "
|
|
1477
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1478
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
1479
1479
|
searchThreshold?: number | undefined;
|
|
1480
1480
|
renderInHeader?: boolean | undefined;
|
|
1481
1481
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -1506,8 +1506,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1506
1506
|
max: number;
|
|
1507
1507
|
} | undefined;
|
|
1508
1508
|
showSlugPreview?: boolean | undefined;
|
|
1509
|
-
variant?: "full" | "
|
|
1510
|
-
richTextVariant?: "full" | "
|
|
1509
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1510
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1511
1511
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
1512
1512
|
cropEditorAutoOpen?: boolean | undefined;
|
|
1513
1513
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1546,7 +1546,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1546
1546
|
modalConfig?: {
|
|
1547
1547
|
buttonLabel?: string | undefined;
|
|
1548
1548
|
description?: string | undefined;
|
|
1549
|
-
buttonVariant?: "
|
|
1549
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1550
1550
|
showCustomizedIndicator?: boolean | undefined;
|
|
1551
1551
|
maxWidth?: string | undefined;
|
|
1552
1552
|
} | undefined;
|
|
@@ -1554,7 +1554,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1554
1554
|
fullWidth?: boolean | undefined;
|
|
1555
1555
|
row?: string | undefined;
|
|
1556
1556
|
colSpan?: number | undefined;
|
|
1557
|
-
layout?: "
|
|
1557
|
+
layout?: "grid" | "stack" | undefined;
|
|
1558
1558
|
columns?: number | undefined;
|
|
1559
1559
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1560
1560
|
gridColumns?: {
|
|
@@ -1585,8 +1585,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1585
1585
|
iconPickerPreset?: "cta" | undefined;
|
|
1586
1586
|
contentTypeField?: string | undefined;
|
|
1587
1587
|
fixedContentType?: string | undefined;
|
|
1588
|
-
valueFrom?: "id" | "
|
|
1589
|
-
siteOptionSource?: "
|
|
1588
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1589
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
1590
1590
|
searchThreshold?: number | undefined;
|
|
1591
1591
|
renderInHeader?: boolean | undefined;
|
|
1592
1592
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -1616,8 +1616,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1616
1616
|
max: number;
|
|
1617
1617
|
} | undefined;
|
|
1618
1618
|
showSlugPreview?: boolean | undefined;
|
|
1619
|
-
variant?: "full" | "
|
|
1620
|
-
richTextVariant?: "full" | "
|
|
1619
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1620
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1621
1621
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
1622
1622
|
cropEditorAutoOpen?: boolean | undefined;
|
|
1623
1623
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1656,7 +1656,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1656
1656
|
modalConfig?: {
|
|
1657
1657
|
buttonLabel?: string | undefined;
|
|
1658
1658
|
description?: string | undefined;
|
|
1659
|
-
buttonVariant?: "
|
|
1659
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1660
1660
|
showCustomizedIndicator?: boolean | undefined;
|
|
1661
1661
|
maxWidth?: string | undefined;
|
|
1662
1662
|
} | undefined;
|
|
@@ -1664,7 +1664,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1664
1664
|
fullWidth?: boolean | undefined;
|
|
1665
1665
|
row?: string | undefined;
|
|
1666
1666
|
colSpan?: number | undefined;
|
|
1667
|
-
layout?: "
|
|
1667
|
+
layout?: "grid" | "stack" | undefined;
|
|
1668
1668
|
columns?: number | undefined;
|
|
1669
1669
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1670
1670
|
gridColumns?: {
|
|
@@ -1695,8 +1695,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1695
1695
|
iconPickerPreset?: "cta" | undefined;
|
|
1696
1696
|
contentTypeField?: string | undefined;
|
|
1697
1697
|
fixedContentType?: string | undefined;
|
|
1698
|
-
valueFrom?: "id" | "
|
|
1699
|
-
siteOptionSource?: "
|
|
1698
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1699
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
1700
1700
|
searchThreshold?: number | undefined;
|
|
1701
1701
|
renderInHeader?: boolean | undefined;
|
|
1702
1702
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -1720,8 +1720,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1720
1720
|
max: number;
|
|
1721
1721
|
} | undefined;
|
|
1722
1722
|
showSlugPreview?: boolean | undefined;
|
|
1723
|
-
variant?: "full" | "
|
|
1724
|
-
richTextVariant?: "full" | "
|
|
1723
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1724
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1725
1725
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
1726
1726
|
cropEditorAutoOpen?: boolean | undefined;
|
|
1727
1727
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1760,7 +1760,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1760
1760
|
modalConfig?: {
|
|
1761
1761
|
buttonLabel?: string | undefined;
|
|
1762
1762
|
description?: string | undefined;
|
|
1763
|
-
buttonVariant?: "
|
|
1763
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1764
1764
|
showCustomizedIndicator?: boolean | undefined;
|
|
1765
1765
|
maxWidth?: string | undefined;
|
|
1766
1766
|
} | undefined;
|
|
@@ -1768,7 +1768,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1768
1768
|
fullWidth?: boolean | undefined;
|
|
1769
1769
|
row?: string | undefined;
|
|
1770
1770
|
colSpan?: number | undefined;
|
|
1771
|
-
layout?: "
|
|
1771
|
+
layout?: "grid" | "stack" | undefined;
|
|
1772
1772
|
columns?: number | undefined;
|
|
1773
1773
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1774
1774
|
gridColumns?: {
|
|
@@ -1799,21 +1799,21 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1799
1799
|
iconPickerPreset?: "cta" | undefined;
|
|
1800
1800
|
contentTypeField?: string | undefined;
|
|
1801
1801
|
fixedContentType?: string | undefined;
|
|
1802
|
-
valueFrom?: "id" | "
|
|
1803
|
-
siteOptionSource?: "
|
|
1802
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1803
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
1804
1804
|
searchThreshold?: number | undefined;
|
|
1805
1805
|
renderInHeader?: boolean | undefined;
|
|
1806
1806
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
1807
1807
|
} | undefined;
|
|
1808
1808
|
readonly fixedContentType?: string | undefined;
|
|
1809
1809
|
readonly contentTypeField?: string | undefined;
|
|
1810
|
-
readonly valueFrom?: "id" | "
|
|
1810
|
+
readonly valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1811
1811
|
} | {
|
|
1812
1812
|
readonly id: string;
|
|
1813
1813
|
readonly type: "repeater";
|
|
1814
1814
|
readonly label: string;
|
|
1815
|
-
readonly required: boolean;
|
|
1816
1815
|
readonly description?: string | undefined;
|
|
1816
|
+
readonly required: boolean;
|
|
1817
1817
|
readonly defaultValue?: any;
|
|
1818
1818
|
readonly visibleRoles?: ("admin" | "designer" | "author")[] | undefined;
|
|
1819
1819
|
readonly ui?: {
|
|
@@ -1827,8 +1827,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1827
1827
|
max: number;
|
|
1828
1828
|
} | undefined;
|
|
1829
1829
|
showSlugPreview?: boolean | undefined;
|
|
1830
|
-
variant?: "full" | "
|
|
1831
|
-
richTextVariant?: "full" | "
|
|
1830
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1831
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1832
1832
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
1833
1833
|
cropEditorAutoOpen?: boolean | undefined;
|
|
1834
1834
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1867,7 +1867,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1867
1867
|
modalConfig?: {
|
|
1868
1868
|
buttonLabel?: string | undefined;
|
|
1869
1869
|
description?: string | undefined;
|
|
1870
|
-
buttonVariant?: "
|
|
1870
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1871
1871
|
showCustomizedIndicator?: boolean | undefined;
|
|
1872
1872
|
maxWidth?: string | undefined;
|
|
1873
1873
|
} | undefined;
|
|
@@ -1875,7 +1875,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1875
1875
|
fullWidth?: boolean | undefined;
|
|
1876
1876
|
row?: string | undefined;
|
|
1877
1877
|
colSpan?: number | undefined;
|
|
1878
|
-
layout?: "
|
|
1878
|
+
layout?: "grid" | "stack" | undefined;
|
|
1879
1879
|
columns?: number | undefined;
|
|
1880
1880
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1881
1881
|
gridColumns?: {
|
|
@@ -1906,8 +1906,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1906
1906
|
iconPickerPreset?: "cta" | undefined;
|
|
1907
1907
|
contentTypeField?: string | undefined;
|
|
1908
1908
|
fixedContentType?: string | undefined;
|
|
1909
|
-
valueFrom?: "id" | "
|
|
1910
|
-
siteOptionSource?: "
|
|
1909
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
1910
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
1911
1911
|
searchThreshold?: number | undefined;
|
|
1912
1912
|
renderInHeader?: boolean | undefined;
|
|
1913
1913
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
@@ -1919,15 +1919,15 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1919
1919
|
readonly polymorphic?: boolean | undefined;
|
|
1920
1920
|
readonly allowConversion: boolean;
|
|
1921
1921
|
readonly schema?: {
|
|
1922
|
-
fields: import("
|
|
1922
|
+
fields: import("../../../../block-form/src/backend/index").FieldDefinition[];
|
|
1923
1923
|
};
|
|
1924
1924
|
readonly itemTypes?: Record<string, import("..").ItemTypeDefinition>;
|
|
1925
1925
|
} | {
|
|
1926
1926
|
readonly id: string;
|
|
1927
1927
|
readonly type: "group";
|
|
1928
1928
|
readonly label: string;
|
|
1929
|
-
readonly required: boolean;
|
|
1930
1929
|
readonly description?: string | undefined;
|
|
1930
|
+
readonly required: boolean;
|
|
1931
1931
|
readonly defaultValue?: any;
|
|
1932
1932
|
readonly visibleRoles?: ("admin" | "designer" | "author")[] | undefined;
|
|
1933
1933
|
readonly ui?: {
|
|
@@ -1941,8 +1941,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1941
1941
|
max: number;
|
|
1942
1942
|
} | undefined;
|
|
1943
1943
|
showSlugPreview?: boolean | undefined;
|
|
1944
|
-
variant?: "full" | "
|
|
1945
|
-
richTextVariant?: "full" | "
|
|
1944
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1945
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
1946
1946
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
1947
1947
|
cropEditorAutoOpen?: boolean | undefined;
|
|
1948
1948
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -1981,7 +1981,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1981
1981
|
modalConfig?: {
|
|
1982
1982
|
buttonLabel?: string | undefined;
|
|
1983
1983
|
description?: string | undefined;
|
|
1984
|
-
buttonVariant?: "
|
|
1984
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
1985
1985
|
showCustomizedIndicator?: boolean | undefined;
|
|
1986
1986
|
maxWidth?: string | undefined;
|
|
1987
1987
|
} | undefined;
|
|
@@ -1989,7 +1989,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
1989
1989
|
fullWidth?: boolean | undefined;
|
|
1990
1990
|
row?: string | undefined;
|
|
1991
1991
|
colSpan?: number | undefined;
|
|
1992
|
-
layout?: "
|
|
1992
|
+
layout?: "grid" | "stack" | undefined;
|
|
1993
1993
|
columns?: number | undefined;
|
|
1994
1994
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
1995
1995
|
gridColumns?: {
|
|
@@ -2020,21 +2020,21 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2020
2020
|
iconPickerPreset?: "cta" | undefined;
|
|
2021
2021
|
contentTypeField?: string | undefined;
|
|
2022
2022
|
fixedContentType?: string | undefined;
|
|
2023
|
-
valueFrom?: "id" | "
|
|
2024
|
-
siteOptionSource?: "
|
|
2023
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
2024
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
2025
2025
|
searchThreshold?: number | undefined;
|
|
2026
2026
|
renderInHeader?: boolean | undefined;
|
|
2027
2027
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
2028
2028
|
} | undefined;
|
|
2029
2029
|
readonly schema: {
|
|
2030
|
-
fields: import("
|
|
2030
|
+
fields: import("../../../../block-form/src/backend/index").FieldDefinition[];
|
|
2031
2031
|
};
|
|
2032
2032
|
} | {
|
|
2033
2033
|
readonly id: string;
|
|
2034
2034
|
readonly type: "modal";
|
|
2035
2035
|
readonly label: string;
|
|
2036
|
-
readonly required: boolean;
|
|
2037
2036
|
readonly description?: string | undefined;
|
|
2037
|
+
readonly required: boolean;
|
|
2038
2038
|
readonly defaultValue?: any;
|
|
2039
2039
|
readonly visibleRoles?: ("admin" | "designer" | "author")[] | undefined;
|
|
2040
2040
|
readonly ui?: {
|
|
@@ -2048,8 +2048,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2048
2048
|
max: number;
|
|
2049
2049
|
} | undefined;
|
|
2050
2050
|
showSlugPreview?: boolean | undefined;
|
|
2051
|
-
variant?: "full" | "
|
|
2052
|
-
richTextVariant?: "full" | "
|
|
2051
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
2052
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
2053
2053
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
2054
2054
|
cropEditorAutoOpen?: boolean | undefined;
|
|
2055
2055
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -2088,7 +2088,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2088
2088
|
modalConfig?: {
|
|
2089
2089
|
buttonLabel?: string | undefined;
|
|
2090
2090
|
description?: string | undefined;
|
|
2091
|
-
buttonVariant?: "
|
|
2091
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
2092
2092
|
showCustomizedIndicator?: boolean | undefined;
|
|
2093
2093
|
maxWidth?: string | undefined;
|
|
2094
2094
|
} | undefined;
|
|
@@ -2096,7 +2096,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2096
2096
|
fullWidth?: boolean | undefined;
|
|
2097
2097
|
row?: string | undefined;
|
|
2098
2098
|
colSpan?: number | undefined;
|
|
2099
|
-
layout?: "
|
|
2099
|
+
layout?: "grid" | "stack" | undefined;
|
|
2100
2100
|
columns?: number | undefined;
|
|
2101
2101
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
2102
2102
|
gridColumns?: {
|
|
@@ -2127,21 +2127,21 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2127
2127
|
iconPickerPreset?: "cta" | undefined;
|
|
2128
2128
|
contentTypeField?: string | undefined;
|
|
2129
2129
|
fixedContentType?: string | undefined;
|
|
2130
|
-
valueFrom?: "id" | "
|
|
2131
|
-
siteOptionSource?: "
|
|
2130
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
2131
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
2132
2132
|
searchThreshold?: number | undefined;
|
|
2133
2133
|
renderInHeader?: boolean | undefined;
|
|
2134
2134
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
2135
2135
|
} | undefined;
|
|
2136
2136
|
readonly schema: {
|
|
2137
|
-
fields: import("
|
|
2137
|
+
fields: import("../../../../block-form/src/backend/index").FieldDefinition[];
|
|
2138
2138
|
};
|
|
2139
2139
|
} | {
|
|
2140
2140
|
readonly id: string;
|
|
2141
2141
|
readonly type: "tabGroup";
|
|
2142
2142
|
readonly label: string;
|
|
2143
|
-
readonly required: boolean;
|
|
2144
2143
|
readonly description?: string | undefined;
|
|
2144
|
+
readonly required: boolean;
|
|
2145
2145
|
readonly defaultValue?: any;
|
|
2146
2146
|
readonly visibleRoles?: ("admin" | "designer" | "author")[] | undefined;
|
|
2147
2147
|
readonly ui?: {
|
|
@@ -2155,8 +2155,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2155
2155
|
max: number;
|
|
2156
2156
|
} | undefined;
|
|
2157
2157
|
showSlugPreview?: boolean | undefined;
|
|
2158
|
-
variant?: "full" | "
|
|
2159
|
-
richTextVariant?: "full" | "
|
|
2158
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
2159
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
2160
2160
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
2161
2161
|
cropEditorAutoOpen?: boolean | undefined;
|
|
2162
2162
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -2195,7 +2195,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2195
2195
|
modalConfig?: {
|
|
2196
2196
|
buttonLabel?: string | undefined;
|
|
2197
2197
|
description?: string | undefined;
|
|
2198
|
-
buttonVariant?: "
|
|
2198
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
2199
2199
|
showCustomizedIndicator?: boolean | undefined;
|
|
2200
2200
|
maxWidth?: string | undefined;
|
|
2201
2201
|
} | undefined;
|
|
@@ -2203,7 +2203,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2203
2203
|
fullWidth?: boolean | undefined;
|
|
2204
2204
|
row?: string | undefined;
|
|
2205
2205
|
colSpan?: number | undefined;
|
|
2206
|
-
layout?: "
|
|
2206
|
+
layout?: "grid" | "stack" | undefined;
|
|
2207
2207
|
columns?: number | undefined;
|
|
2208
2208
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
2209
2209
|
gridColumns?: {
|
|
@@ -2234,15 +2234,15 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2234
2234
|
iconPickerPreset?: "cta" | undefined;
|
|
2235
2235
|
contentTypeField?: string | undefined;
|
|
2236
2236
|
fixedContentType?: string | undefined;
|
|
2237
|
-
valueFrom?: "id" | "
|
|
2238
|
-
siteOptionSource?: "
|
|
2237
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
2238
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
2239
2239
|
searchThreshold?: number | undefined;
|
|
2240
2240
|
renderInHeader?: boolean | undefined;
|
|
2241
2241
|
intent?: "content" | "style" | "display" | "behavior" | undefined;
|
|
2242
2242
|
} | undefined;
|
|
2243
2243
|
readonly activeTabField?: string | undefined;
|
|
2244
2244
|
readonly tabs: import("..").TabDefinition[];
|
|
2245
|
-
}, ...import("
|
|
2245
|
+
}, ...import("../../../../block-form/src/backend/index").FieldDefinition[], {
|
|
2246
2246
|
readonly id: "aspectRatio";
|
|
2247
2247
|
readonly type: "select";
|
|
2248
2248
|
readonly label: "Media aspect ratio";
|
|
@@ -2307,8 +2307,8 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2307
2307
|
max: number;
|
|
2308
2308
|
} | undefined;
|
|
2309
2309
|
showSlugPreview?: boolean | undefined;
|
|
2310
|
-
variant?: "full" | "
|
|
2311
|
-
richTextVariant?: "full" | "
|
|
2310
|
+
variant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
2311
|
+
richTextVariant?: "full" | "inline" | "limited" | "media" | "notes" | undefined;
|
|
2312
2312
|
cropEditorMode?: "inline" | "dialog" | undefined;
|
|
2313
2313
|
cropEditorAutoOpen?: boolean | undefined;
|
|
2314
2314
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
@@ -2340,7 +2340,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2340
2340
|
modalConfig?: {
|
|
2341
2341
|
buttonLabel?: string | undefined;
|
|
2342
2342
|
description?: string | undefined;
|
|
2343
|
-
buttonVariant?: "
|
|
2343
|
+
buttonVariant?: "outline" | "default" | undefined;
|
|
2344
2344
|
showCustomizedIndicator?: boolean | undefined;
|
|
2345
2345
|
maxWidth?: string | undefined;
|
|
2346
2346
|
} | undefined;
|
|
@@ -2348,7 +2348,7 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2348
2348
|
fullWidth?: boolean | undefined;
|
|
2349
2349
|
row?: string | undefined;
|
|
2350
2350
|
colSpan?: number | undefined;
|
|
2351
|
-
layout?: "
|
|
2351
|
+
layout?: "grid" | "stack" | undefined;
|
|
2352
2352
|
columns?: number | undefined;
|
|
2353
2353
|
gridColsPreset?: "simple2" | "simple3" | "simple4" | "buttonCtaRow" | undefined;
|
|
2354
2354
|
gridColumns?: {
|
|
@@ -2379,20 +2379,20 @@ export declare const mediaTextManifest: import("..").DefinedBlockManifest<import
|
|
|
2379
2379
|
iconPickerPreset?: "cta" | undefined;
|
|
2380
2380
|
contentTypeField?: string | undefined;
|
|
2381
2381
|
fixedContentType?: string | undefined;
|
|
2382
|
-
valueFrom?: "id" | "
|
|
2383
|
-
siteOptionSource?: "
|
|
2382
|
+
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
2383
|
+
siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
|
|
2384
2384
|
searchThreshold?: number | undefined;
|
|
2385
2385
|
renderInHeader?: boolean | undefined;
|
|
2386
2386
|
};
|
|
2387
2387
|
id: "_textCardStyles";
|
|
2388
2388
|
type: "modal";
|
|
2389
2389
|
label: string;
|
|
2390
|
-
required: boolean;
|
|
2391
2390
|
description?: string | undefined;
|
|
2391
|
+
required: boolean;
|
|
2392
2392
|
defaultValue?: any;
|
|
2393
2393
|
visibleRoles?: ("admin" | "designer" | "author")[] | undefined;
|
|
2394
2394
|
schema: {
|
|
2395
|
-
fields: import("
|
|
2395
|
+
fields: import("../../../../block-form/src/backend/index").FieldDefinition[];
|
|
2396
2396
|
};
|
|
2397
2397
|
__boxStyleType?: "card" | undefined;
|
|
2398
2398
|
}];
|