@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
|
@@ -18,13 +18,13 @@ export declare const componentBorderSchema: z.ZodObject<{
|
|
|
18
18
|
width: z.ZodDefault<z.ZodEnum<{
|
|
19
19
|
medium: "medium";
|
|
20
20
|
none: "none";
|
|
21
|
-
thick: "thick";
|
|
22
21
|
thin: "thin";
|
|
22
|
+
thick: "thick";
|
|
23
23
|
hairline: "hairline";
|
|
24
24
|
}>>;
|
|
25
25
|
style: z.ZodDefault<z.ZodEnum<{
|
|
26
|
-
dashed: "dashed";
|
|
27
26
|
solid: "solid";
|
|
27
|
+
dashed: "dashed";
|
|
28
28
|
}>>;
|
|
29
29
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
30
30
|
}, z.core.$strip>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type ThemeColorToken } from '../tokens';
|
|
2
|
+
export type BackgroundTextLegibilityRole = 'body' | 'large';
|
|
3
|
+
export declare const BACKGROUND_BODY_TEXT_MIN_CONTRAST_RATIO = 4.5;
|
|
4
|
+
export declare const BACKGROUND_LARGE_TEXT_MIN_CONTRAST_RATIO = 3;
|
|
5
|
+
export declare const backgroundTextLegibilityMinContrastRatio: {
|
|
6
|
+
readonly body: 4.5;
|
|
7
|
+
readonly large: 3;
|
|
8
|
+
};
|
|
9
|
+
export type ThemeBackgroundTextLegibilityPlan = Readonly<{
|
|
10
|
+
kind: 'theme-foreground-token';
|
|
11
|
+
foregroundToken: string;
|
|
12
|
+
minContrastRatio: 4.5 | 3;
|
|
13
|
+
}>;
|
|
14
|
+
export type ThemeChromeTextLegibilityPlan = Readonly<{
|
|
15
|
+
kind: 'theme-color-token';
|
|
16
|
+
foregroundToken: ThemeColorToken;
|
|
17
|
+
minContrastRatio: 4.5 | 3;
|
|
18
|
+
}>;
|
|
19
|
+
export declare const backgroundAppearanceQuickColorTokenNames: readonly ["background", "surface", "muted", "primary", "secondary", "accent"];
|
|
20
|
+
export declare const backgroundAppearanceBaseColorTokenNames: readonly ["background", "surface", "surfaceAlt", "muted", "primary", "secondary", "accent", "neutral"];
|
|
21
|
+
export declare const backgroundAppearanceShadeableColorTokenNames: readonly ["primary", "secondary", "accent", "neutral"];
|
|
22
|
+
export declare const backgroundAppearanceColorTokenNames: readonly ("surface" | "primary" | "secondary" | "background" | "accent" | "muted" | "surfaceAlt" | "neutral" | "neutral-600" | "neutral-500" | "neutral-800" | "neutral-700" | "neutral-900" | "primary-500" | "primary-400" | "neutral-950" | "primary-300" | "primary-600" | "secondary-600" | "accent-600" | "secondary-500" | "accent-400" | "neutral-400" | "neutral-50" | "neutral-100" | "neutral-200" | "neutral-300" | "secondary-400" | "accent-500" | "primary-100" | "primary-50" | "primary-900" | "secondary-50" | "secondary-900" | "accent-50" | "accent-900" | "primary-800" | "primary-700" | "primary-200" | "primary-950" | "secondary-100" | "secondary-200" | "secondary-300" | "secondary-700" | "secondary-800" | "secondary-950" | "accent-100" | "accent-200" | "accent-300" | "accent-700" | "accent-800" | "accent-950")[];
|
|
23
|
+
export declare const backgroundAppearanceAdvancedColorTokenNames: ("surface" | "primary" | "secondary" | "background" | "accent" | "muted" | "surfaceAlt" | "neutral" | "neutral-600" | "neutral-500" | "neutral-800" | "neutral-700" | "neutral-900" | "primary-500" | "primary-400" | "neutral-950" | "primary-300" | "primary-600" | "secondary-600" | "accent-600" | "secondary-500" | "accent-400" | "neutral-400" | "neutral-50" | "neutral-100" | "neutral-200" | "neutral-300" | "secondary-400" | "accent-500" | "primary-100" | "primary-50" | "primary-900" | "secondary-50" | "secondary-900" | "accent-50" | "accent-900" | "primary-800" | "primary-700" | "primary-200" | "primary-950" | "secondary-100" | "secondary-200" | "secondary-300" | "secondary-700" | "secondary-800" | "secondary-950" | "accent-100" | "accent-200" | "accent-300" | "accent-700" | "accent-800" | "accent-950")[];
|
|
24
|
+
export declare function parseBackgroundAppearanceColorToken(value: unknown): ThemeColorToken | null;
|
|
25
|
+
export declare function foregroundTokenForBackgroundAppearanceColorToken(token: ThemeColorToken): string;
|
|
26
|
+
export declare function planThemeBackgroundTextLegibility(backgroundToken: ThemeColorToken, role?: BackgroundTextLegibilityRole): ThemeBackgroundTextLegibilityPlan;
|
|
27
|
+
export declare function planThemeChromeTextLegibility(backgroundToken: ThemeColorToken, role?: BackgroundTextLegibilityRole): ThemeChromeTextLegibilityPlan;
|
|
@@ -6,9 +6,10 @@ import { type FooterLookId } from './footerLooks';
|
|
|
6
6
|
import { type CuratedChoice } from './curatedChoices';
|
|
7
7
|
import { type AppearancePresetId, type DesignSystemTemplate, type HeadingDecoration, type NonEmptyReadonlyArray, type SiteStyleId } from './types';
|
|
8
8
|
import { type KnownTypographyPresetId, type TypographyPresetId } from './typographyPresets';
|
|
9
|
+
import { type DesignRuntimeRules } from './runtimeCompiler';
|
|
9
10
|
export declare const SOFT_EARTH_SITE_STYLE_ID_VALUE: "site-style:soft-earth";
|
|
10
11
|
export declare const SOFT_EARTH_SITE_STYLE_ID: SiteStyleId;
|
|
11
|
-
export declare const curatedSiteStyleIdValues: readonly ["site-style:calm-studio", "site-style:clear-professional", "site-style:warm-editorial", "site-style:bright-community", "site-style:quiet-luxury", "site-style:practical-services", "site-style:quiet-practice", "site-style:personal-retreat-journal", "site-style:tactile-workshop", "site-style:modern-wellness", "site-style:clarity-zen-blue", "site-style:soft-earth", "site-style:bold-launch", "site-style:south-west-twerk-school", "site-style:original-joy"];
|
|
12
|
+
export declare const curatedSiteStyleIdValues: readonly ["site-style:calm-studio", "site-style:clear-professional", "site-style:warm-editorial", "site-style:bright-community", "site-style:quiet-luxury", "site-style:practical-services", "site-style:quiet-practice", "site-style:personal-retreat-journal", "site-style:tactile-workshop", "site-style:modern-wellness", "site-style:clarity-zen-blue", "site-style:soft-earth", "site-style:bold-launch", "site-style:south-west-twerk-school", "site-style:kirtan-ornate", "site-style:original-joy"];
|
|
12
13
|
export type CuratedSiteStyleIdValue = (typeof curatedSiteStyleIdValues)[number];
|
|
13
14
|
type CuratedSiteStyleHeroOverrides = Readonly<{
|
|
14
15
|
typography?: NonNullable<NonNullable<Theme['hero']>['typography']>;
|
|
@@ -89,6 +90,12 @@ export type CuratedSiteStyle = Readonly<{
|
|
|
89
90
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
90
91
|
template: DesignSystemTemplate;
|
|
91
92
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
93
|
+
/**
|
|
94
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
95
|
+
* semantic section surfaces into block runtime fields such as background
|
|
96
|
+
* and foreground tokens.
|
|
97
|
+
*/
|
|
98
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
92
99
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
93
100
|
/**
|
|
94
101
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -127,6 +134,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
127
134
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
128
135
|
template: DesignSystemTemplate;
|
|
129
136
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
137
|
+
/**
|
|
138
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
139
|
+
* semantic section surfaces into block runtime fields such as background
|
|
140
|
+
* and foreground tokens.
|
|
141
|
+
*/
|
|
142
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
130
143
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
131
144
|
/**
|
|
132
145
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -156,6 +169,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
156
169
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
157
170
|
template: DesignSystemTemplate;
|
|
158
171
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
172
|
+
/**
|
|
173
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
174
|
+
* semantic section surfaces into block runtime fields such as background
|
|
175
|
+
* and foreground tokens.
|
|
176
|
+
*/
|
|
177
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
159
178
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
160
179
|
/**
|
|
161
180
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -185,6 +204,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
185
204
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
186
205
|
template: DesignSystemTemplate;
|
|
187
206
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
207
|
+
/**
|
|
208
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
209
|
+
* semantic section surfaces into block runtime fields such as background
|
|
210
|
+
* and foreground tokens.
|
|
211
|
+
*/
|
|
212
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
188
213
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
189
214
|
/**
|
|
190
215
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -214,6 +239,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
214
239
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
215
240
|
template: DesignSystemTemplate;
|
|
216
241
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
242
|
+
/**
|
|
243
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
244
|
+
* semantic section surfaces into block runtime fields such as background
|
|
245
|
+
* and foreground tokens.
|
|
246
|
+
*/
|
|
247
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
217
248
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
218
249
|
/**
|
|
219
250
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -243,6 +274,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
243
274
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
244
275
|
template: DesignSystemTemplate;
|
|
245
276
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
277
|
+
/**
|
|
278
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
279
|
+
* semantic section surfaces into block runtime fields such as background
|
|
280
|
+
* and foreground tokens.
|
|
281
|
+
*/
|
|
282
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
246
283
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
247
284
|
/**
|
|
248
285
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -272,6 +309,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
272
309
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
273
310
|
template: DesignSystemTemplate;
|
|
274
311
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
312
|
+
/**
|
|
313
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
314
|
+
* semantic section surfaces into block runtime fields such as background
|
|
315
|
+
* and foreground tokens.
|
|
316
|
+
*/
|
|
317
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
275
318
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
276
319
|
/**
|
|
277
320
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -301,6 +344,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
301
344
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
302
345
|
template: DesignSystemTemplate;
|
|
303
346
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
347
|
+
/**
|
|
348
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
349
|
+
* semantic section surfaces into block runtime fields such as background
|
|
350
|
+
* and foreground tokens.
|
|
351
|
+
*/
|
|
352
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
304
353
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
305
354
|
/**
|
|
306
355
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -330,6 +379,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
330
379
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
331
380
|
template: DesignSystemTemplate;
|
|
332
381
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
382
|
+
/**
|
|
383
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
384
|
+
* semantic section surfaces into block runtime fields such as background
|
|
385
|
+
* and foreground tokens.
|
|
386
|
+
*/
|
|
387
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
333
388
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
334
389
|
/**
|
|
335
390
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -359,6 +414,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
359
414
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
360
415
|
template: DesignSystemTemplate;
|
|
361
416
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
417
|
+
/**
|
|
418
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
419
|
+
* semantic section surfaces into block runtime fields such as background
|
|
420
|
+
* and foreground tokens.
|
|
421
|
+
*/
|
|
422
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
362
423
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
363
424
|
/**
|
|
364
425
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -388,6 +449,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
388
449
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
389
450
|
template: DesignSystemTemplate;
|
|
390
451
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
452
|
+
/**
|
|
453
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
454
|
+
* semantic section surfaces into block runtime fields such as background
|
|
455
|
+
* and foreground tokens.
|
|
456
|
+
*/
|
|
457
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
391
458
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
392
459
|
/**
|
|
393
460
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -417,6 +484,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
417
484
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
418
485
|
template: DesignSystemTemplate;
|
|
419
486
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
487
|
+
/**
|
|
488
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
489
|
+
* semantic section surfaces into block runtime fields such as background
|
|
490
|
+
* and foreground tokens.
|
|
491
|
+
*/
|
|
492
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
420
493
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
421
494
|
/**
|
|
422
495
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -446,6 +519,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
446
519
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
447
520
|
template: DesignSystemTemplate;
|
|
448
521
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
522
|
+
/**
|
|
523
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
524
|
+
* semantic section surfaces into block runtime fields such as background
|
|
525
|
+
* and foreground tokens.
|
|
526
|
+
*/
|
|
527
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
449
528
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
450
529
|
/**
|
|
451
530
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -475,6 +554,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
475
554
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
476
555
|
template: DesignSystemTemplate;
|
|
477
556
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
557
|
+
/**
|
|
558
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
559
|
+
* semantic section surfaces into block runtime fields such as background
|
|
560
|
+
* and foreground tokens.
|
|
561
|
+
*/
|
|
562
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
478
563
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
479
564
|
/**
|
|
480
565
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -504,6 +589,12 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
504
589
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
505
590
|
template: DesignSystemTemplate;
|
|
506
591
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
592
|
+
/**
|
|
593
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
594
|
+
* semantic section surfaces into block runtime fields such as background
|
|
595
|
+
* and foreground tokens.
|
|
596
|
+
*/
|
|
597
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
507
598
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
508
599
|
/**
|
|
509
600
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -533,6 +624,47 @@ export declare const curatedSiteStyles: readonly [Readonly<{
|
|
|
533
624
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
534
625
|
template: DesignSystemTemplate;
|
|
535
626
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
627
|
+
/**
|
|
628
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
629
|
+
* semantic section surfaces into block runtime fields such as background
|
|
630
|
+
* and foreground tokens.
|
|
631
|
+
*/
|
|
632
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
633
|
+
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
634
|
+
/**
|
|
635
|
+
* Site-wide heading decoration signature (family + colour). Applied to
|
|
636
|
+
* eligible block headings as a single consistent mark; alignment is inherited
|
|
637
|
+
* from the heading. The factory defaults this to the short centre rule.
|
|
638
|
+
*/
|
|
639
|
+
headingDecoration: HeadingDecoration;
|
|
640
|
+
recommendedAppearancePresetIds: readonly AppearancePresetId[];
|
|
641
|
+
defaultHeaderSelection: HeaderLayoutStyleChoice;
|
|
642
|
+
recommendedHeaderLayoutChoices: NonEmptyReadonlyArray<HeaderLayoutChoice>;
|
|
643
|
+
recommendedHeaderStyleChoicesByLayout: RecommendedHeaderStylesByLayout;
|
|
644
|
+
discouragedHeaderSelections?: readonly HeaderLayoutStyleChoice[];
|
|
645
|
+
recommendedHeaderLookIds: readonly HeaderLookId[];
|
|
646
|
+
recommendedFooterLookIds: readonly FooterLookId[];
|
|
647
|
+
/** Authored picker choices. First item is the default/fallback. */
|
|
648
|
+
buttonPersonalityChoices: NonEmptyReadonlyArray<ButtonPersonalityChoice>;
|
|
649
|
+
/** Authored picker choices. First item is the default/fallback. */
|
|
650
|
+
paletteVariantChoices: NonEmptyReadonlyArray<PaletteVariantChoice>;
|
|
651
|
+
typographyPresetChoices: NonEmptyReadonlyArray<TypographyPresetChoice>;
|
|
652
|
+
defaultTypographyPresetId: KnownTypographyPresetId;
|
|
653
|
+
}>, Readonly<{
|
|
654
|
+
id: SiteStyleId;
|
|
655
|
+
name: string;
|
|
656
|
+
description: string;
|
|
657
|
+
generationBrief: string;
|
|
658
|
+
selectionKeywordRules: readonly CuratedSiteStyleSelectionKeywordRule[];
|
|
659
|
+
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
660
|
+
template: DesignSystemTemplate;
|
|
661
|
+
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
662
|
+
/**
|
|
663
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
664
|
+
* semantic section surfaces into block runtime fields such as background
|
|
665
|
+
* and foreground tokens.
|
|
666
|
+
*/
|
|
667
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
536
668
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
537
669
|
/**
|
|
538
670
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -563,6 +695,12 @@ export declare const curatedSiteStylesById: Map<SiteStyleId, Readonly<{
|
|
|
563
695
|
siteCreatorSelection: CuratedSiteStyleCreatorSelection;
|
|
564
696
|
template: DesignSystemTemplate;
|
|
565
697
|
themeOverrides?: CuratedSiteStyleThemeOverrides;
|
|
698
|
+
/**
|
|
699
|
+
* Optional Theme V2 runtime rules owned by the style. These translate
|
|
700
|
+
* semantic section surfaces into block runtime fields such as background
|
|
701
|
+
* and foreground tokens.
|
|
702
|
+
*/
|
|
703
|
+
designRuntimeRules?: DesignRuntimeRules;
|
|
566
704
|
defaultBlockVariants?: CuratedSiteStyleDefaultBlockVariants;
|
|
567
705
|
/**
|
|
568
706
|
* Site-wide heading decoration signature (family + colour). Applied to
|
|
@@ -585,5 +723,7 @@ export declare const curatedSiteStylesById: Map<SiteStyleId, Readonly<{
|
|
|
585
723
|
defaultTypographyPresetId: KnownTypographyPresetId;
|
|
586
724
|
}>>;
|
|
587
725
|
export declare function getCuratedSiteStyle(id: SiteStyleId): CuratedSiteStyle | null;
|
|
726
|
+
export declare function designRuntimeRulesForSiteStyle(siteStyle: CuratedSiteStyle | null | undefined): DesignRuntimeRules;
|
|
727
|
+
export declare function designRuntimeRulesForTheme(theme: Pick<Theme, 'siteStyleId'> | null | undefined): DesignRuntimeRules;
|
|
588
728
|
export declare function defaultBlockVariantForSiteStyle(siteStyle: CuratedSiteStyle, blockKind: 'block.faq'): FaqDefaultBlockVariant | null;
|
|
589
729
|
export {};
|
|
@@ -122,9 +122,9 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
122
122
|
}, z.core.$strict>, z.ZodObject<{
|
|
123
123
|
kind: z.ZodLiteral<"panel">;
|
|
124
124
|
treatment: z.ZodEnum<{
|
|
125
|
-
inset: "inset";
|
|
126
125
|
editorial: "editorial";
|
|
127
126
|
raised: "raised";
|
|
127
|
+
inset: "inset";
|
|
128
128
|
}>;
|
|
129
129
|
}, z.core.$strict>, z.ZodObject<{
|
|
130
130
|
kind: z.ZodLiteral<"flush-panel">;
|
|
@@ -133,19 +133,19 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
133
133
|
}>;
|
|
134
134
|
bleed: z.ZodEnum<{
|
|
135
135
|
both: "both";
|
|
136
|
-
end: "end";
|
|
137
136
|
start: "start";
|
|
137
|
+
end: "end";
|
|
138
138
|
}>;
|
|
139
139
|
}, z.core.$strict>], "kind">;
|
|
140
140
|
itemSurface: z.ZodEnum<{
|
|
141
141
|
flat: "flat";
|
|
142
142
|
none: "none";
|
|
143
143
|
default: "default";
|
|
144
|
-
inset: "inset";
|
|
145
144
|
editorial: "editorial";
|
|
146
145
|
raised: "raised";
|
|
147
146
|
"color-blocked": "color-blocked";
|
|
148
147
|
outlined: "outlined";
|
|
148
|
+
inset: "inset";
|
|
149
149
|
}>;
|
|
150
150
|
transitionAfter: z.ZodEnum<{
|
|
151
151
|
none: "none";
|
|
@@ -163,8 +163,8 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
163
163
|
}>;
|
|
164
164
|
emphasis: z.ZodEnum<{
|
|
165
165
|
medium: "medium";
|
|
166
|
-
high: "high";
|
|
167
166
|
low: "low";
|
|
167
|
+
high: "high";
|
|
168
168
|
}>;
|
|
169
169
|
sectionHeight: z.ZodOptional<z.ZodEnum<{
|
|
170
170
|
default: "default";
|
|
@@ -182,8 +182,8 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
182
182
|
"bottom-left": "bottom-left";
|
|
183
183
|
}>>;
|
|
184
184
|
heroTypographyScale: z.ZodOptional<z.ZodEnum<{
|
|
185
|
-
poster: "poster";
|
|
186
185
|
display: "display";
|
|
186
|
+
poster: "poster";
|
|
187
187
|
editorial: "editorial";
|
|
188
188
|
quiet: "quiet";
|
|
189
189
|
}>>;
|
|
@@ -255,6 +255,7 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
255
255
|
eyebrowTreatment: z.ZodOptional<z.ZodEnum<{
|
|
256
256
|
plain: "plain";
|
|
257
257
|
pill: "pill";
|
|
258
|
+
accent: "accent";
|
|
258
259
|
"accent-pill": "accent-pill";
|
|
259
260
|
"pill-bounce": "pill-bounce";
|
|
260
261
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -286,12 +287,12 @@ export declare const blockRuntimeStyleAuthoritySchema: z.ZodObject<{
|
|
|
286
287
|
unit: z.ZodLiteral<"block-runtime-fields">;
|
|
287
288
|
blockId: z.ZodPipe<z.ZodString, z.ZodTransform<DesignBlockId, string>>;
|
|
288
289
|
fields: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
290
|
+
_frameStyles: "_frameStyles";
|
|
289
291
|
_sectionStyles: "_sectionStyles";
|
|
290
292
|
_containerStyles: "_containerStyles";
|
|
291
|
-
_frameStyles: "_frameStyles";
|
|
292
293
|
_cardStyles: "_cardStyles";
|
|
293
294
|
styleGroup: "styleGroup";
|
|
294
|
-
}>>, z.ZodTransform<NonEmptyRuntimeStyleFieldNames, ("
|
|
295
|
+
}>>, z.ZodTransform<NonEmptyRuntimeStyleFieldNames, ("_frameStyles" | "_sectionStyles" | "_containerStyles" | "_cardStyles" | "styleGroup")[]>>;
|
|
295
296
|
authority: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
296
297
|
kind: z.ZodLiteral<"theme-v2">;
|
|
297
298
|
source: z.ZodEnum<{
|
|
@@ -338,9 +339,9 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
338
339
|
}, z.core.$strict>, z.ZodObject<{
|
|
339
340
|
kind: z.ZodLiteral<"panel">;
|
|
340
341
|
treatment: z.ZodEnum<{
|
|
341
|
-
inset: "inset";
|
|
342
342
|
editorial: "editorial";
|
|
343
343
|
raised: "raised";
|
|
344
|
+
inset: "inset";
|
|
344
345
|
}>;
|
|
345
346
|
}, z.core.$strict>, z.ZodObject<{
|
|
346
347
|
kind: z.ZodLiteral<"flush-panel">;
|
|
@@ -349,19 +350,19 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
349
350
|
}>;
|
|
350
351
|
bleed: z.ZodEnum<{
|
|
351
352
|
both: "both";
|
|
352
|
-
end: "end";
|
|
353
353
|
start: "start";
|
|
354
|
+
end: "end";
|
|
354
355
|
}>;
|
|
355
356
|
}, z.core.$strict>], "kind">;
|
|
356
357
|
itemSurface: z.ZodEnum<{
|
|
357
358
|
flat: "flat";
|
|
358
359
|
none: "none";
|
|
359
360
|
default: "default";
|
|
360
|
-
inset: "inset";
|
|
361
361
|
editorial: "editorial";
|
|
362
362
|
raised: "raised";
|
|
363
363
|
"color-blocked": "color-blocked";
|
|
364
364
|
outlined: "outlined";
|
|
365
|
+
inset: "inset";
|
|
365
366
|
}>;
|
|
366
367
|
transitionAfter: z.ZodEnum<{
|
|
367
368
|
none: "none";
|
|
@@ -379,8 +380,8 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
379
380
|
}>;
|
|
380
381
|
emphasis: z.ZodEnum<{
|
|
381
382
|
medium: "medium";
|
|
382
|
-
high: "high";
|
|
383
383
|
low: "low";
|
|
384
|
+
high: "high";
|
|
384
385
|
}>;
|
|
385
386
|
sectionHeight: z.ZodOptional<z.ZodEnum<{
|
|
386
387
|
default: "default";
|
|
@@ -398,8 +399,8 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
398
399
|
"bottom-left": "bottom-left";
|
|
399
400
|
}>>;
|
|
400
401
|
heroTypographyScale: z.ZodOptional<z.ZodEnum<{
|
|
401
|
-
poster: "poster";
|
|
402
402
|
display: "display";
|
|
403
|
+
poster: "poster";
|
|
403
404
|
editorial: "editorial";
|
|
404
405
|
quiet: "quiet";
|
|
405
406
|
}>>;
|
|
@@ -471,6 +472,7 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
471
472
|
eyebrowTreatment: z.ZodOptional<z.ZodEnum<{
|
|
472
473
|
plain: "plain";
|
|
473
474
|
pill: "pill";
|
|
475
|
+
accent: "accent";
|
|
474
476
|
"accent-pill": "accent-pill";
|
|
475
477
|
"pill-bounce": "pill-bounce";
|
|
476
478
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -480,12 +482,12 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
480
482
|
unit: z.ZodLiteral<"block-runtime-fields">;
|
|
481
483
|
blockId: z.ZodPipe<z.ZodString, z.ZodTransform<DesignBlockId, string>>;
|
|
482
484
|
fields: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
485
|
+
_frameStyles: "_frameStyles";
|
|
483
486
|
_sectionStyles: "_sectionStyles";
|
|
484
487
|
_containerStyles: "_containerStyles";
|
|
485
|
-
_frameStyles: "_frameStyles";
|
|
486
488
|
_cardStyles: "_cardStyles";
|
|
487
489
|
styleGroup: "styleGroup";
|
|
488
|
-
}>>, z.ZodTransform<NonEmptyRuntimeStyleFieldNames, ("
|
|
490
|
+
}>>, z.ZodTransform<NonEmptyRuntimeStyleFieldNames, ("_frameStyles" | "_sectionStyles" | "_containerStyles" | "_cardStyles" | "styleGroup")[]>>;
|
|
489
491
|
authority: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
490
492
|
kind: z.ZodLiteral<"theme-v2">;
|
|
491
493
|
source: z.ZodEnum<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Theme } from '../schema';
|
|
2
2
|
import { type SiteChromeLookDiagnostics } from './customizableSurfaces';
|
|
3
3
|
import { type Brand } from './types';
|
|
4
|
-
export declare const footerLookIdValues: readonly ["footer-muted-grounding", "footer-centered-calm", "footer-editorial-columns", "site-footer-brand-two-band"];
|
|
4
|
+
export declare const footerLookIdValues: readonly ["footer-identity-quiet", "footer-muted-grounding", "footer-centered-calm", "footer-split-editorial", "footer-editorial-columns", "site-footer-brand-two-band"];
|
|
5
5
|
export type FooterLookIdValue = typeof footerLookIdValues[number];
|
|
6
6
|
export type FooterLookId = Brand<FooterLookIdValue, 'FooterLookId'>;
|
|
7
7
|
export declare function asFooterLookId(value: FooterLookIdValue): FooterLookId;
|
|
@@ -18,18 +18,45 @@ export declare function parsePersistedFooterLookId(value: string): Exclude<Persi
|
|
|
18
18
|
kind: 'empty';
|
|
19
19
|
}>;
|
|
20
20
|
export declare function parsePersistedFooterLookId(value: string | null | undefined): PersistedFooterLookIdParseResult;
|
|
21
|
+
export declare const footerLayoutIdValues: readonly ["identity", "centered", "split", "columns"];
|
|
22
|
+
export type FooterLayoutIdValue = typeof footerLayoutIdValues[number];
|
|
23
|
+
export type FooterLayoutId = Brand<FooterLayoutIdValue, 'FooterLayoutId'>;
|
|
24
|
+
export declare function asFooterLayoutId(value: FooterLayoutIdValue): FooterLayoutId;
|
|
25
|
+
export declare const footerStyleIdValues: readonly ["quiet", "calm", "editorial", "brand-band"];
|
|
26
|
+
export type FooterStyleIdValue = typeof footerStyleIdValues[number];
|
|
27
|
+
export type FooterStyleId = Brand<FooterStyleIdValue, 'FooterStyleId'>;
|
|
28
|
+
export declare function asFooterStyleId(value: FooterStyleIdValue): FooterStyleId;
|
|
29
|
+
export type FooterLayoutDefinition = Readonly<{
|
|
30
|
+
id: FooterLayoutId;
|
|
31
|
+
label: string;
|
|
32
|
+
description: string;
|
|
33
|
+
requiresFooterNav?: boolean;
|
|
34
|
+
requiresFooterNavGroups?: boolean;
|
|
35
|
+
maxRecommendedNavDensity?: Extract<FooterSelectionContext['navDensity'], 'sparse' | 'balanced'>;
|
|
36
|
+
}>;
|
|
37
|
+
export type FooterStyleDefinition = Readonly<{
|
|
38
|
+
id: FooterStyleId;
|
|
39
|
+
label: string;
|
|
40
|
+
description: string;
|
|
41
|
+
}>;
|
|
21
42
|
export type FooterLookDefinition = Readonly<{
|
|
22
43
|
id: FooterLookId;
|
|
23
44
|
label: string;
|
|
45
|
+
layoutId: FooterLayoutId;
|
|
46
|
+
styleId: FooterStyleId;
|
|
47
|
+
hiddenFromLayoutStyleControls?: boolean;
|
|
48
|
+
requiresFooterNav?: boolean;
|
|
49
|
+
requiresFooterNavGroups?: boolean;
|
|
24
50
|
maxRecommendedNavDensity?: Extract<FooterSelectionContext['navDensity'], 'sparse' | 'balanced'>;
|
|
25
51
|
allowedContentPresence?: readonly Exclude<FooterSelectionContext['contentPresence'], 'unknown'>[];
|
|
26
52
|
compile: (theme: Theme) => Theme['footer'];
|
|
27
53
|
}>;
|
|
28
54
|
export type FooterSelectionContext = Readonly<{
|
|
29
|
-
navDensity: 'unknown' | 'sparse' | 'balanced' | 'dense';
|
|
55
|
+
navDensity: 'unknown' | 'none' | 'sparse' | 'balanced' | 'dense';
|
|
56
|
+
groupedNav: 'unknown' | 'none' | 'present';
|
|
30
57
|
contentPresence: 'unknown' | 'default-footer' | 'footer-blocks' | 'default-and-blocks';
|
|
31
58
|
}>;
|
|
32
|
-
export type RejectedFooterLookReason = 'footer-nav-too-dense' | 'footer-content-incompatible';
|
|
59
|
+
export type RejectedFooterLookReason = 'footer-nav-required' | 'footer-nav-groups-required' | 'footer-nav-too-dense' | 'footer-content-incompatible';
|
|
33
60
|
export type RejectedFooterLook = Readonly<{
|
|
34
61
|
lookId: FooterLookId;
|
|
35
62
|
reasons: readonly RejectedFooterLookReason[];
|
|
@@ -48,7 +75,63 @@ export type FooterLookResolutionInput = Readonly<{
|
|
|
48
75
|
}>;
|
|
49
76
|
export declare const defaultFooterSelectionContext: FooterSelectionContext;
|
|
50
77
|
export declare const guaranteedFallbackFooterLookId: FooterLookId;
|
|
51
|
-
|
|
78
|
+
export declare const footerLayoutCatalog: readonly [{
|
|
79
|
+
readonly id: FooterLayoutId;
|
|
80
|
+
readonly label: "Identity";
|
|
81
|
+
readonly description: "Logo, site text, address, and legal copy without relying on footer navigation.";
|
|
82
|
+
}, {
|
|
83
|
+
readonly id: FooterLayoutId;
|
|
84
|
+
readonly label: "Centered";
|
|
85
|
+
readonly description: "A calm centered stack for identity, short copy, and optional compact navigation.";
|
|
86
|
+
readonly maxRecommendedNavDensity: "sparse";
|
|
87
|
+
}, {
|
|
88
|
+
readonly id: FooterLayoutId;
|
|
89
|
+
readonly label: "Split";
|
|
90
|
+
readonly description: "Navigation and brand signoff separated into a wider split footer.";
|
|
91
|
+
readonly requiresFooterNav: true;
|
|
92
|
+
readonly maxRecommendedNavDensity: "balanced";
|
|
93
|
+
}, {
|
|
94
|
+
readonly id: FooterLayoutId;
|
|
95
|
+
readonly label: "Columns";
|
|
96
|
+
readonly description: "Grouped footer navigation columns with a supporting bottom line.";
|
|
97
|
+
readonly requiresFooterNav: true;
|
|
98
|
+
readonly requiresFooterNavGroups: true;
|
|
99
|
+
}];
|
|
100
|
+
export declare const footerStyleCatalog: readonly [{
|
|
101
|
+
readonly id: FooterStyleId;
|
|
102
|
+
readonly label: "Quiet";
|
|
103
|
+
readonly description: "Lightweight, practical footer treatment.";
|
|
104
|
+
}, {
|
|
105
|
+
readonly id: FooterStyleId;
|
|
106
|
+
readonly label: "Calm";
|
|
107
|
+
readonly description: "Soft centered treatment with restrained dividers.";
|
|
108
|
+
}, {
|
|
109
|
+
readonly id: FooterStyleId;
|
|
110
|
+
readonly label: "Editorial";
|
|
111
|
+
readonly description: "Text-forward treatment with fine-line structure.";
|
|
112
|
+
}, {
|
|
113
|
+
readonly id: FooterStyleId;
|
|
114
|
+
readonly label: "Brand band";
|
|
115
|
+
readonly description: "High-contrast brand treatment with a stronger bottom bar.";
|
|
116
|
+
}];
|
|
117
|
+
export declare function getFooterLayout(id: FooterLayoutId): FooterLayoutDefinition | null;
|
|
118
|
+
export declare function getFooterStyle(id: FooterStyleId): FooterStyleDefinition | null;
|
|
119
|
+
export declare function getFooterLooksForLayout(layoutId: FooterLayoutId): readonly FooterLookDefinition[];
|
|
120
|
+
export declare function getFooterLooksForStyle(styleId: FooterStyleId): readonly FooterLookDefinition[];
|
|
121
|
+
export declare function findFooterLookForLayoutStyle(input: Readonly<{
|
|
122
|
+
layoutId: FooterLayoutId;
|
|
123
|
+
styleId: FooterStyleId;
|
|
124
|
+
}>): FooterLookDefinition | null;
|
|
125
|
+
export declare function findDefaultFooterLookForLayout(layoutId: FooterLayoutId): FooterLookDefinition | null;
|
|
126
|
+
/**
|
|
127
|
+
* No-nav-safe identity footer: brand and legal/supporting copy carry the
|
|
128
|
+
* footer without implying missing navigation.
|
|
129
|
+
*/
|
|
130
|
+
declare function identityQuietFooter(theme: Theme): Theme['footer'];
|
|
131
|
+
/**
|
|
132
|
+
* Back-compat alias for the previous default footer Look. It keeps existing
|
|
133
|
+
* persisted selections valid while staying hidden from the new layout/style UI.
|
|
134
|
+
*/
|
|
52
135
|
declare function mutedGroundingFooter(theme: Theme): Theme['footer'];
|
|
53
136
|
/** Applies a high-contrast brand band with a darker full-bleed bottom bar. */
|
|
54
137
|
declare function brandTwoBandFooter(theme: Theme): Theme['footer'];
|
|
@@ -57,6 +140,8 @@ declare function brandTwoBandFooter(theme: Theme): Theme['footer'];
|
|
|
57
140
|
* hairline-topped copyright line, all centered.
|
|
58
141
|
*/
|
|
59
142
|
declare function centeredCalmFooter(theme: Theme): Theme['footer'];
|
|
143
|
+
/** Editorial split footer: compact nav on one side, brand signoff on the other. */
|
|
144
|
+
declare function splitEditorialFooter(theme: Theme): Theme['footer'];
|
|
60
145
|
/**
|
|
61
146
|
* Editorial columns: site name and supporting copy on the left, inline nav on
|
|
62
147
|
* the right, with a hairline-topped bottom line. Uses the footer block's
|
|
@@ -64,21 +149,41 @@ declare function centeredCalmFooter(theme: Theme): Theme['footer'];
|
|
|
64
149
|
*/
|
|
65
150
|
declare function editorialColumnsFooter(theme: Theme): Theme['footer'];
|
|
66
151
|
export declare const footerLookCatalog: readonly [{
|
|
152
|
+
readonly id: FooterLookId;
|
|
153
|
+
readonly label: "Identity footer";
|
|
154
|
+
readonly layoutId: FooterLayoutId;
|
|
155
|
+
readonly styleId: FooterStyleId;
|
|
156
|
+
readonly compile: typeof identityQuietFooter;
|
|
157
|
+
}, {
|
|
67
158
|
readonly id: FooterLookId;
|
|
68
159
|
readonly label: "Muted grounding footer";
|
|
160
|
+
readonly layoutId: FooterLayoutId;
|
|
161
|
+
readonly styleId: FooterStyleId;
|
|
162
|
+
readonly hiddenFromLayoutStyleControls: true;
|
|
69
163
|
readonly compile: typeof mutedGroundingFooter;
|
|
70
164
|
}, {
|
|
71
165
|
readonly id: FooterLookId;
|
|
72
166
|
readonly label: "Centered calm footer";
|
|
167
|
+
readonly layoutId: FooterLayoutId;
|
|
168
|
+
readonly styleId: FooterStyleId;
|
|
73
169
|
readonly compile: typeof centeredCalmFooter;
|
|
170
|
+
}, {
|
|
171
|
+
readonly id: FooterLookId;
|
|
172
|
+
readonly label: "Split editorial footer";
|
|
173
|
+
readonly layoutId: FooterLayoutId;
|
|
174
|
+
readonly styleId: FooterStyleId;
|
|
175
|
+
readonly compile: typeof splitEditorialFooter;
|
|
74
176
|
}, {
|
|
75
177
|
readonly id: FooterLookId;
|
|
76
178
|
readonly label: "Editorial columns footer";
|
|
179
|
+
readonly layoutId: FooterLayoutId;
|
|
180
|
+
readonly styleId: FooterStyleId;
|
|
77
181
|
readonly compile: typeof editorialColumnsFooter;
|
|
78
182
|
}, {
|
|
79
183
|
readonly id: FooterLookId;
|
|
80
184
|
readonly label: "Two-band brand footer";
|
|
81
|
-
readonly
|
|
185
|
+
readonly layoutId: FooterLayoutId;
|
|
186
|
+
readonly styleId: FooterStyleId;
|
|
82
187
|
readonly allowedContentPresence: readonly ["default-footer", "default-and-blocks"];
|
|
83
188
|
readonly compile: typeof brandTwoBandFooter;
|
|
84
189
|
}];
|