@riverbankcms/sdk 0.81.0 → 0.82.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 +65 -3
- package/dist/{PreviewEditorSidebar-O4NDX5TP.css → PreviewEditorSidebar-JA4VIPSZ.css} +1 -1
- package/dist/{PreviewEditorSidebar-RDCMEXIJ.mjs → PreviewEditorSidebar-LHGK6RIO.mjs} +40 -499
- package/dist/{SdkPreviewModeRuntime-PBGALTMK.css → PreviewEditorUI-36T7QYV4.css} +1 -1
- package/dist/{PreviewEditorUI-NYGQ6K7B.mjs → PreviewEditorUI-AXZG2SDC.mjs} +4 -6
- package/dist/{PreviewEditorUI-4JVDBZBS.css → SdkPreviewModeRuntime-FXKI6XNL.css} +1 -1
- package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +838 -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/bookingConfig.d.ts +4 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +3 -3
- package/dist/_dts/api/src/courses.d.ts +1 -1
- package/dist/_dts/api/src/event-destination-policy.d.ts +17 -0
- package/dist/_dts/api/src/index.d.ts +4 -0
- 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/siteGeneration.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +7 -6
- package/dist/_dts/api/src/types.d.ts +1 -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/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 +1 -1
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +8 -16
- 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 +592 -592
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +592 -592
- 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 +592 -592
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +3 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +54 -54
- 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 +592 -602
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +592 -604
- package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +0 -4
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +3 -0
- 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/manifest/schema.d.ts +71 -56
- 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 +12 -24
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +6 -12
- 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/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/utils.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +12 -5
- 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/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 +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +6 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +6 -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/templates/defaults.d.ts +0 -1
- package/dist/_dts/core/src/event-pricing.d.ts +72 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +27 -2
- 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/BlockForm.d.ts +2 -1
- 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/types.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-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/previewCustomizeControlPlan.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 +2 -2
- 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 +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +14 -3
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +2 -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 +5 -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 +4 -4
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +24 -5
- 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/cli/commands/pull-dry-run.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +6 -14
- 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/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/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 +2 -2
- 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 +29 -37
- 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/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/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/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +69 -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 +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 +17 -17
- package/dist/_dts/theme-core/src/cards/types.d.ts +5 -5
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +201 -192
- 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/types.d.ts +6 -6
- package/dist/_dts/theme-core/src/schema.d.ts +233 -223
- 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/designState.d.ts +14 -14
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +7 -7
- 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/rawStyleFields.d.ts +2 -0
- 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 +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +2 -0
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +3 -3
- 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-2BUMISSH.mjs} +1 -1
- package/dist/{chunk-3PTVPAT4.mjs → chunk-6FWNF3DJ.mjs} +237 -43
- package/dist/{chunk-E3NZYEKF.mjs → chunk-FIREV57T.mjs} +13 -2
- package/dist/{chunk-3QWQ2MUQ.mjs → chunk-G35HOQEN.mjs} +2997 -2255
- package/dist/{chunk-3VT7LZY2.mjs → chunk-HKB6XVIP.mjs} +2 -2
- package/dist/{chunk-WUHKQBB6.mjs → chunk-XQR6THQJ.mjs} +20801 -17561
- package/dist/cli/index.mjs +3274 -2518
- package/dist/cli/init-docs/content/workflow-custom-block.md +5 -0
- package/dist/client/{accordion-SFIIZWNH.mjs → accordion-G34C45TW.mjs} +2 -2
- package/dist/client/{bookingForm-CFKZVWGA.mjs → bookingForm-BLBVKSAQ.mjs} +12 -12
- package/dist/client/bookings.mjs +40 -41
- package/dist/client/{carousel-ELXWSBLA.mjs → carousel-7ZVTBRMD.mjs} +3 -3
- package/dist/client/{cart-6SSCPYY5.mjs → cart-Q6S6LZUO.mjs} +8 -7
- package/dist/client/{checkout-UFQ34HPV.mjs → checkout-5QJLDE4I.mjs} +8 -7
- package/dist/client/{chunk-G56BSZAM.mjs → chunk-5PQH4Y75.mjs} +3 -3
- package/dist/client/{chunk-PA2LJH2M.mjs → chunk-CHAB5ACD.mjs} +5 -4
- package/dist/client/{chunk-IUEDYLFJ.mjs → chunk-CSZGLBYR.mjs} +1 -1
- package/dist/client/{chunk-3PEDD5KJ.mjs → chunk-DVNUDUVT.mjs} +1 -1
- package/dist/client/{chunk-76JUETXQ.mjs → chunk-EQKYMX4N.mjs} +215 -121
- package/dist/client/{chunk-YLMKMCSJ.mjs → chunk-GFSQNTRW.mjs} +1 -3
- package/dist/client/chunk-L4J5Y62O.mjs +18 -0
- package/dist/client/{chunk-NX6X3GRF.mjs → chunk-RJHTCTCZ.mjs} +226 -188
- package/dist/client/{chunk-7BXX7WXH.mjs → chunk-S3MKFGOG.mjs} +59 -1
- package/dist/client/{chunk-RMWMT3ZD.mjs → chunk-SBBSMFFG.mjs} +1 -1
- package/dist/client/{chunk-TCJS3NY5.mjs → chunk-U2EW7RSR.mjs} +1 -1
- package/dist/client/{chunk-NP47RHIX.mjs → chunk-WJFHDTYF.mjs} +17 -34
- package/dist/client/{chunk-V6XI4M2Q.mjs → chunk-ZF4XEWDM.mjs} +1 -1
- package/dist/client/client.mjs +61332 -60062
- package/dist/client/{courseRegistration-HJIISAAG.mjs → courseRegistration-VUG2JJDB.mjs} +13 -12
- package/dist/client/{eventCalendar-F6YVUCZR.mjs → eventCalendar-E7D2LD4N.mjs} +14 -14
- package/dist/client/{eventCombined-B5DSTIOK.mjs → eventCombined-FUZ2Z3CS.mjs} +14 -14
- package/dist/client/{eventDetails-SEJDDHQC.mjs → eventDetails-QRITJAOW.mjs} +9 -9
- package/dist/client/{eventListing-TPMWIIBO.mjs → eventListing-INMQMJZ5.mjs} +14 -14
- package/dist/client/{eventRegistration-QU6W2PV6.mjs → eventRegistration-TOOJD4WU.mjs} +17 -15
- package/dist/client/{form-LVTYNTDE.mjs → form-BOWN7ZNQ.mjs} +3 -3
- package/dist/client/{headerSection-SO3MFC4U.mjs → headerSection-HFQNZOUU.mjs} +4 -4
- package/dist/client/hooks.mjs +26534 -26159
- package/dist/client/{locationMap-5E5FLAKO.mjs → locationMap-VUZGC7Y5.mjs} +2 -2
- package/dist/client/{newsletterForm-GN32JEBQ.mjs → newsletterForm-X2XQTPCB.mjs} +3 -3
- package/dist/client/{productDetail-Q346KSVR.mjs → productDetail-TA7D2G2B.mjs} +8 -7
- package/dist/client/{productList-DTDMQYGZ.mjs → productList-AZOLOZKM.mjs} +8 -7
- package/dist/client/rendering/client.mjs +1534 -1185
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +10674 -9455
- package/dist/client/{shop-OFUW7KPN.mjs → shop-ZDLO7IIG.mjs} +8 -7
- package/dist/client/spam-protection.mjs +3 -5
- package/dist/preview-next/client/runtime.css +1 -1
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/{sdk-runtime-2GIX6I7X.mjs → sdk-runtime-CTWKNBDQ.mjs} +6 -6
- package/dist/{sdk-runtime-EEMNSB7J.css → sdk-runtime-JD4A6SU6.css} +1 -1
- package/dist/server/components.mjs +7129 -6548
- package/dist/server/config-validation.mjs +26217 -25941
- package/dist/server/config.mjs +26217 -25941
- package/dist/server/data.mjs +26514 -26139
- package/dist/server/index.mjs +108 -56
- package/dist/server/next.mjs +30233 -29506
- package/dist/server/page-converter.mjs +2325 -846
- package/dist/server/prebuild.mjs +2 -1
- package/dist/server/rendering/server.mjs +8133 -7457
- package/dist/server/rendering.mjs +12160 -11484
- package/dist/server/routing.mjs +29684 -29263
- package/dist/server/server.mjs +26525 -26099
- package/dist/server/theme-bridge.mjs +142 -79
- package/dist/server/theme.mjs +129 -130
- package/dist/styles/index.css +132 -68
- package/package.json +16 -16
- package/dist/SdkPreviewModeRuntime-AKCSCZEC.mjs +0 -8
|
@@ -16,19 +16,19 @@ export declare const axesSchema: z.ZodObject<{
|
|
|
16
16
|
regular: "regular";
|
|
17
17
|
}>;
|
|
18
18
|
mediaBias: z.ZodEnum<{
|
|
19
|
+
mixed: "mixed";
|
|
19
20
|
text: "text";
|
|
20
21
|
media: "media";
|
|
21
|
-
mixed: "mixed";
|
|
22
22
|
}>;
|
|
23
23
|
conversionBias: z.ZodEnum<{
|
|
24
|
-
high: "high";
|
|
25
24
|
low: "low";
|
|
25
|
+
high: "high";
|
|
26
26
|
med: "med";
|
|
27
27
|
}>;
|
|
28
28
|
motion: z.ZodEnum<{
|
|
29
29
|
standard: "standard";
|
|
30
|
-
expressive: "expressive";
|
|
31
30
|
subtle: "subtle";
|
|
31
|
+
expressive: "expressive";
|
|
32
32
|
}>;
|
|
33
33
|
}, z.core.$strip>;
|
|
34
34
|
export declare const paletteColorSchema: z.ZodObject<{
|
|
@@ -37,8 +37,8 @@ export declare const paletteColorSchema: z.ZodObject<{
|
|
|
37
37
|
}, z.core.$strip>;
|
|
38
38
|
export declare const paletteMetaSchema: z.ZodObject<{
|
|
39
39
|
mode: z.ZodEnum<{
|
|
40
|
-
dark: "dark";
|
|
41
40
|
light: "light";
|
|
41
|
+
dark: "dark";
|
|
42
42
|
}>;
|
|
43
43
|
}, z.core.$strip>;
|
|
44
44
|
export declare const paletteSchema: z.ZodObject<{
|
|
@@ -48,8 +48,8 @@ export declare const paletteSchema: z.ZodObject<{
|
|
|
48
48
|
}, z.core.$strip>>;
|
|
49
49
|
meta: z.ZodObject<{
|
|
50
50
|
mode: z.ZodEnum<{
|
|
51
|
-
dark: "dark";
|
|
52
51
|
light: "light";
|
|
52
|
+
dark: "dark";
|
|
53
53
|
}>;
|
|
54
54
|
}, z.core.$strip>;
|
|
55
55
|
}, z.core.$strip>;
|
|
@@ -68,22 +68,22 @@ export declare const proseLinkStyleSchema: z.ZodObject<{
|
|
|
68
68
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
69
69
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
70
70
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
71
|
-
dashed: "dashed";
|
|
72
|
-
dotted: "dotted";
|
|
73
71
|
solid: "solid";
|
|
72
|
+
dotted: "dotted";
|
|
73
|
+
dashed: "dashed";
|
|
74
74
|
}>>;
|
|
75
75
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
76
76
|
medium: "medium";
|
|
77
77
|
auto: "auto";
|
|
78
|
-
thick: "thick";
|
|
79
|
-
thin: "thin";
|
|
80
78
|
fromFont: "fromFont";
|
|
79
|
+
thin: "thin";
|
|
80
|
+
thick: "thick";
|
|
81
81
|
}>>;
|
|
82
82
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
83
83
|
auto: "auto";
|
|
84
|
+
tight: "tight";
|
|
84
85
|
normal: "normal";
|
|
85
86
|
loose: "loose";
|
|
86
|
-
tight: "tight";
|
|
87
87
|
}>>;
|
|
88
88
|
}, z.core.$strip>;
|
|
89
89
|
export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
@@ -207,9 +207,9 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
207
207
|
text: "text";
|
|
208
208
|
primary: "primary";
|
|
209
209
|
secondary: "secondary";
|
|
210
|
-
border: "border";
|
|
211
|
-
muted: "muted";
|
|
212
210
|
accent: "accent";
|
|
211
|
+
muted: "muted";
|
|
212
|
+
border: "border";
|
|
213
213
|
}>>;
|
|
214
214
|
}, z.core.$strip>]>>>;
|
|
215
215
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -218,8 +218,8 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
218
218
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
219
219
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
220
220
|
iconSet: z.ZodEnum<{
|
|
221
|
-
caret: "caret";
|
|
222
221
|
chevron: "chevron";
|
|
222
|
+
caret: "caret";
|
|
223
223
|
plus: "plus";
|
|
224
224
|
"minimal-cross": "minimal-cross";
|
|
225
225
|
}>;
|
|
@@ -228,16 +228,16 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
228
228
|
text: "text";
|
|
229
229
|
primary: "primary";
|
|
230
230
|
secondary: "secondary";
|
|
231
|
-
muted: "muted";
|
|
232
231
|
accent: "accent";
|
|
232
|
+
muted: "muted";
|
|
233
233
|
}>;
|
|
234
234
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
235
235
|
current: "current";
|
|
236
236
|
text: "text";
|
|
237
237
|
primary: "primary";
|
|
238
238
|
secondary: "secondary";
|
|
239
|
-
muted: "muted";
|
|
240
239
|
accent: "accent";
|
|
240
|
+
muted: "muted";
|
|
241
241
|
}>>;
|
|
242
242
|
motion: z.ZodEnum<{
|
|
243
243
|
none: "none";
|
|
@@ -590,9 +590,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
590
590
|
text: "text";
|
|
591
591
|
primary: "primary";
|
|
592
592
|
secondary: "secondary";
|
|
593
|
-
border: "border";
|
|
594
|
-
muted: "muted";
|
|
595
593
|
accent: "accent";
|
|
594
|
+
muted: "muted";
|
|
595
|
+
border: "border";
|
|
596
596
|
}>>;
|
|
597
597
|
}, z.core.$strip>]>>>;
|
|
598
598
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -601,8 +601,8 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
601
601
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
602
602
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
603
603
|
iconSet: z.ZodEnum<{
|
|
604
|
-
caret: "caret";
|
|
605
604
|
chevron: "chevron";
|
|
605
|
+
caret: "caret";
|
|
606
606
|
plus: "plus";
|
|
607
607
|
"minimal-cross": "minimal-cross";
|
|
608
608
|
}>;
|
|
@@ -611,16 +611,16 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
611
611
|
text: "text";
|
|
612
612
|
primary: "primary";
|
|
613
613
|
secondary: "secondary";
|
|
614
|
-
muted: "muted";
|
|
615
614
|
accent: "accent";
|
|
615
|
+
muted: "muted";
|
|
616
616
|
}>;
|
|
617
617
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
618
618
|
current: "current";
|
|
619
619
|
text: "text";
|
|
620
620
|
primary: "primary";
|
|
621
621
|
secondary: "secondary";
|
|
622
|
-
muted: "muted";
|
|
623
622
|
accent: "accent";
|
|
623
|
+
muted: "muted";
|
|
624
624
|
}>>;
|
|
625
625
|
motion: z.ZodEnum<{
|
|
626
626
|
none: "none";
|
|
@@ -861,22 +861,22 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
861
861
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
862
862
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
863
863
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
864
|
-
dashed: "dashed";
|
|
865
|
-
dotted: "dotted";
|
|
866
864
|
solid: "solid";
|
|
865
|
+
dotted: "dotted";
|
|
866
|
+
dashed: "dashed";
|
|
867
867
|
}>>;
|
|
868
868
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
869
869
|
medium: "medium";
|
|
870
870
|
auto: "auto";
|
|
871
|
-
thick: "thick";
|
|
872
|
-
thin: "thin";
|
|
873
871
|
fromFont: "fromFont";
|
|
872
|
+
thin: "thin";
|
|
873
|
+
thick: "thick";
|
|
874
874
|
}>>;
|
|
875
875
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
876
876
|
auto: "auto";
|
|
877
|
+
tight: "tight";
|
|
877
878
|
normal: "normal";
|
|
878
879
|
loose: "loose";
|
|
879
|
-
tight: "tight";
|
|
880
880
|
}>>;
|
|
881
881
|
}, z.core.$strip>>;
|
|
882
882
|
}, z.core.$strip>>;
|
|
@@ -1002,9 +1002,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1002
1002
|
text: "text";
|
|
1003
1003
|
primary: "primary";
|
|
1004
1004
|
secondary: "secondary";
|
|
1005
|
-
border: "border";
|
|
1006
|
-
muted: "muted";
|
|
1007
1005
|
accent: "accent";
|
|
1006
|
+
muted: "muted";
|
|
1007
|
+
border: "border";
|
|
1008
1008
|
}>>;
|
|
1009
1009
|
}, z.core.$strip>]>>>;
|
|
1010
1010
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -1013,8 +1013,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1013
1013
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
1014
1014
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1015
1015
|
iconSet: z.ZodEnum<{
|
|
1016
|
-
caret: "caret";
|
|
1017
1016
|
chevron: "chevron";
|
|
1017
|
+
caret: "caret";
|
|
1018
1018
|
plus: "plus";
|
|
1019
1019
|
"minimal-cross": "minimal-cross";
|
|
1020
1020
|
}>;
|
|
@@ -1023,16 +1023,16 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1023
1023
|
text: "text";
|
|
1024
1024
|
primary: "primary";
|
|
1025
1025
|
secondary: "secondary";
|
|
1026
|
-
muted: "muted";
|
|
1027
1026
|
accent: "accent";
|
|
1027
|
+
muted: "muted";
|
|
1028
1028
|
}>;
|
|
1029
1029
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
1030
1030
|
current: "current";
|
|
1031
1031
|
text: "text";
|
|
1032
1032
|
primary: "primary";
|
|
1033
1033
|
secondary: "secondary";
|
|
1034
|
-
muted: "muted";
|
|
1035
1034
|
accent: "accent";
|
|
1035
|
+
muted: "muted";
|
|
1036
1036
|
}>>;
|
|
1037
1037
|
motion: z.ZodEnum<{
|
|
1038
1038
|
none: "none";
|
|
@@ -1284,9 +1284,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1284
1284
|
semibold: "semibold";
|
|
1285
1285
|
}>;
|
|
1286
1286
|
letterSpacing: z.ZodEnum<{
|
|
1287
|
+
tight: "tight";
|
|
1287
1288
|
normal: "normal";
|
|
1288
1289
|
loose: "loose";
|
|
1289
|
-
tight: "tight";
|
|
1290
1290
|
}>;
|
|
1291
1291
|
lineHeight: z.ZodEnum<{
|
|
1292
1292
|
normal: "normal";
|
|
@@ -1310,9 +1310,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1310
1310
|
semibold: "semibold";
|
|
1311
1311
|
}>;
|
|
1312
1312
|
letterSpacing: z.ZodEnum<{
|
|
1313
|
+
tight: "tight";
|
|
1313
1314
|
normal: "normal";
|
|
1314
1315
|
loose: "loose";
|
|
1315
|
-
tight: "tight";
|
|
1316
1316
|
}>;
|
|
1317
1317
|
lineHeight: z.ZodEnum<{
|
|
1318
1318
|
normal: "normal";
|
|
@@ -1320,8 +1320,8 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1320
1320
|
relaxed: "relaxed";
|
|
1321
1321
|
}>;
|
|
1322
1322
|
case: z.ZodNullable<z.ZodEnum<{
|
|
1323
|
-
normal: "normal";
|
|
1324
1323
|
uppercase: "uppercase";
|
|
1324
|
+
normal: "normal";
|
|
1325
1325
|
smallCaps: "smallCaps";
|
|
1326
1326
|
}>>;
|
|
1327
1327
|
italic: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -1336,9 +1336,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1336
1336
|
semibold: "semibold";
|
|
1337
1337
|
}>>>;
|
|
1338
1338
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1339
|
+
tight: "tight";
|
|
1339
1340
|
normal: "normal";
|
|
1340
1341
|
loose: "loose";
|
|
1341
|
-
tight: "tight";
|
|
1342
1342
|
}>>>;
|
|
1343
1343
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1344
1344
|
sm: "sm";
|
|
@@ -1365,9 +1365,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1365
1365
|
semibold: "semibold";
|
|
1366
1366
|
}>>>;
|
|
1367
1367
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1368
|
+
tight: "tight";
|
|
1368
1369
|
normal: "normal";
|
|
1369
1370
|
loose: "loose";
|
|
1370
|
-
tight: "tight";
|
|
1371
1371
|
}>>>;
|
|
1372
1372
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1373
1373
|
sm: "sm";
|
|
@@ -1394,9 +1394,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1394
1394
|
semibold: "semibold";
|
|
1395
1395
|
}>>>;
|
|
1396
1396
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1397
|
+
tight: "tight";
|
|
1397
1398
|
normal: "normal";
|
|
1398
1399
|
loose: "loose";
|
|
1399
|
-
tight: "tight";
|
|
1400
1400
|
}>>>;
|
|
1401
1401
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1402
1402
|
sm: "sm";
|
|
@@ -1423,9 +1423,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1423
1423
|
semibold: "semibold";
|
|
1424
1424
|
}>>>;
|
|
1425
1425
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1426
|
+
tight: "tight";
|
|
1426
1427
|
normal: "normal";
|
|
1427
1428
|
loose: "loose";
|
|
1428
|
-
tight: "tight";
|
|
1429
1429
|
}>>>;
|
|
1430
1430
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1431
1431
|
sm: "sm";
|
|
@@ -1452,9 +1452,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1452
1452
|
semibold: "semibold";
|
|
1453
1453
|
}>>>;
|
|
1454
1454
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1455
|
+
tight: "tight";
|
|
1455
1456
|
normal: "normal";
|
|
1456
1457
|
loose: "loose";
|
|
1457
|
-
tight: "tight";
|
|
1458
1458
|
}>>>;
|
|
1459
1459
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1460
1460
|
sm: "sm";
|
|
@@ -1481,9 +1481,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1481
1481
|
semibold: "semibold";
|
|
1482
1482
|
}>>>;
|
|
1483
1483
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1484
|
+
tight: "tight";
|
|
1484
1485
|
normal: "normal";
|
|
1485
1486
|
loose: "loose";
|
|
1486
|
-
tight: "tight";
|
|
1487
1487
|
}>>>;
|
|
1488
1488
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1489
1489
|
sm: "sm";
|
|
@@ -1517,22 +1517,22 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1517
1517
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
1518
1518
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
1519
1519
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1520
|
-
dashed: "dashed";
|
|
1521
|
-
dotted: "dotted";
|
|
1522
1520
|
solid: "solid";
|
|
1521
|
+
dotted: "dotted";
|
|
1522
|
+
dashed: "dashed";
|
|
1523
1523
|
}>>;
|
|
1524
1524
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
1525
1525
|
medium: "medium";
|
|
1526
1526
|
auto: "auto";
|
|
1527
|
-
thick: "thick";
|
|
1528
|
-
thin: "thin";
|
|
1529
1527
|
fromFont: "fromFont";
|
|
1528
|
+
thin: "thin";
|
|
1529
|
+
thick: "thick";
|
|
1530
1530
|
}>>;
|
|
1531
1531
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
1532
1532
|
auto: "auto";
|
|
1533
|
+
tight: "tight";
|
|
1533
1534
|
normal: "normal";
|
|
1534
1535
|
loose: "loose";
|
|
1535
|
-
tight: "tight";
|
|
1536
1536
|
}>>;
|
|
1537
1537
|
}, z.core.$strip>>;
|
|
1538
1538
|
}, z.core.$strip>;
|
|
@@ -1551,8 +1551,8 @@ export declare const shadow: z.ZodObject<{
|
|
|
1551
1551
|
elevation: z.ZodEnum<{
|
|
1552
1552
|
medium: "medium";
|
|
1553
1553
|
none: "none";
|
|
1554
|
-
high: "high";
|
|
1555
1554
|
low: "low";
|
|
1555
|
+
high: "high";
|
|
1556
1556
|
}>;
|
|
1557
1557
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
1558
1558
|
soft: "soft";
|
|
@@ -1567,21 +1567,21 @@ export declare const shadow: z.ZodObject<{
|
|
|
1567
1567
|
export declare const border: z.ZodObject<{
|
|
1568
1568
|
width: z.ZodEnum<{
|
|
1569
1569
|
none: "none";
|
|
1570
|
-
thick: "thick";
|
|
1571
1570
|
thin: "thin";
|
|
1571
|
+
thick: "thick";
|
|
1572
1572
|
hairline: "hairline";
|
|
1573
1573
|
}>;
|
|
1574
1574
|
style: z.ZodEnum<{
|
|
1575
|
-
dashed: "dashed";
|
|
1576
1575
|
solid: "solid";
|
|
1576
|
+
dashed: "dashed";
|
|
1577
1577
|
}>;
|
|
1578
1578
|
}, z.core.$strip>;
|
|
1579
1579
|
export declare const motion: z.ZodObject<{
|
|
1580
1580
|
level: z.ZodEnum<{
|
|
1581
1581
|
medium: "medium";
|
|
1582
|
-
off: "off";
|
|
1583
|
-
high: "high";
|
|
1584
1582
|
low: "low";
|
|
1583
|
+
high: "high";
|
|
1584
|
+
off: "off";
|
|
1585
1585
|
}>;
|
|
1586
1586
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
1587
1587
|
standard: "standard";
|
|
@@ -1601,8 +1601,8 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1601
1601
|
elevation: z.ZodEnum<{
|
|
1602
1602
|
medium: "medium";
|
|
1603
1603
|
none: "none";
|
|
1604
|
-
high: "high";
|
|
1605
1604
|
low: "low";
|
|
1605
|
+
high: "high";
|
|
1606
1606
|
}>;
|
|
1607
1607
|
border: z.ZodEnum<{
|
|
1608
1608
|
none: "none";
|
|
@@ -1634,8 +1634,8 @@ export declare const inputStyle: z.ZodObject<{
|
|
|
1634
1634
|
soft: "soft";
|
|
1635
1635
|
}>;
|
|
1636
1636
|
border: z.ZodEnum<{
|
|
1637
|
-
underline: "underline";
|
|
1638
1637
|
subtle: "subtle";
|
|
1638
|
+
underline: "underline";
|
|
1639
1639
|
defined: "defined";
|
|
1640
1640
|
}>;
|
|
1641
1641
|
focus: z.ZodEnum<{
|
|
@@ -1644,8 +1644,8 @@ export declare const inputStyle: z.ZodObject<{
|
|
|
1644
1644
|
ring: "ring";
|
|
1645
1645
|
}>;
|
|
1646
1646
|
label: z.ZodEnum<{
|
|
1647
|
-
inside: "inside";
|
|
1648
1647
|
above: "above";
|
|
1648
|
+
inside: "inside";
|
|
1649
1649
|
}>;
|
|
1650
1650
|
}, z.core.$strip>;
|
|
1651
1651
|
declare const headerVariant: z.ZodEnum<{
|
|
@@ -1655,15 +1655,15 @@ declare const headerVariant: z.ZodEnum<{
|
|
|
1655
1655
|
floating: "floating";
|
|
1656
1656
|
}>;
|
|
1657
1657
|
declare const headerPositioning: z.ZodEnum<{
|
|
1658
|
-
static: "static";
|
|
1659
1658
|
fixed: "fixed";
|
|
1659
|
+
static: "static";
|
|
1660
1660
|
sticky: "sticky";
|
|
1661
1661
|
}>;
|
|
1662
1662
|
declare const headerNavStyle: z.ZodEnum<{
|
|
1663
1663
|
scale: "scale";
|
|
1664
1664
|
solid: "solid";
|
|
1665
|
-
underline: "underline";
|
|
1666
1665
|
minimal: "minimal";
|
|
1666
|
+
underline: "underline";
|
|
1667
1667
|
"underline-grow": "underline-grow";
|
|
1668
1668
|
capsule: "capsule";
|
|
1669
1669
|
frosted: "frosted";
|
|
@@ -1701,13 +1701,13 @@ declare const headerBorderSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1701
1701
|
width: z.ZodDefault<z.ZodEnum<{
|
|
1702
1702
|
medium: "medium";
|
|
1703
1703
|
none: "none";
|
|
1704
|
-
thick: "thick";
|
|
1705
1704
|
thin: "thin";
|
|
1705
|
+
thick: "thick";
|
|
1706
1706
|
hairline: "hairline";
|
|
1707
1707
|
}>>;
|
|
1708
1708
|
style: z.ZodDefault<z.ZodEnum<{
|
|
1709
|
-
dashed: "dashed";
|
|
1710
1709
|
solid: "solid";
|
|
1710
|
+
dashed: "dashed";
|
|
1711
1711
|
}>>;
|
|
1712
1712
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
1713
1713
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -1736,10 +1736,10 @@ declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1736
1736
|
"title-only": "title-only";
|
|
1737
1737
|
}>>;
|
|
1738
1738
|
size: z.ZodOptional<z.ZodEnum<{
|
|
1739
|
+
display: "display";
|
|
1739
1740
|
standard: "standard";
|
|
1740
1741
|
auto: "auto";
|
|
1741
1742
|
compact: "compact";
|
|
1742
|
-
display: "display";
|
|
1743
1743
|
generous: "generous";
|
|
1744
1744
|
}>>;
|
|
1745
1745
|
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1789,8 +1789,8 @@ declare const dropdownStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1789
1789
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1790
1790
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
1791
1791
|
none: "none";
|
|
1792
|
-
capitalize: "capitalize";
|
|
1793
1792
|
uppercase: "uppercase";
|
|
1793
|
+
capitalize: "capitalize";
|
|
1794
1794
|
}>>;
|
|
1795
1795
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1796
1796
|
wide: "wide";
|
|
@@ -1828,6 +1828,7 @@ declare const headerBackgroundSchema: z.ZodObject<{
|
|
|
1828
1828
|
color: "color";
|
|
1829
1829
|
gradient: "gradient";
|
|
1830
1830
|
}>;
|
|
1831
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
1831
1832
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1832
1833
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1833
1834
|
type: z.ZodEnum<{
|
|
@@ -1892,8 +1893,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1892
1893
|
floating: "floating";
|
|
1893
1894
|
}>;
|
|
1894
1895
|
positioning: z.ZodEnum<{
|
|
1895
|
-
static: "static";
|
|
1896
1896
|
fixed: "fixed";
|
|
1897
|
+
static: "static";
|
|
1897
1898
|
sticky: "sticky";
|
|
1898
1899
|
}>;
|
|
1899
1900
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -1948,6 +1949,7 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1948
1949
|
color: "color";
|
|
1949
1950
|
gradient: "gradient";
|
|
1950
1951
|
}>;
|
|
1952
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
1951
1953
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1952
1954
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1953
1955
|
type: z.ZodEnum<{
|
|
@@ -2008,8 +2010,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2008
2010
|
navStyle: z.ZodEnum<{
|
|
2009
2011
|
scale: "scale";
|
|
2010
2012
|
solid: "solid";
|
|
2011
|
-
underline: "underline";
|
|
2012
2013
|
minimal: "minimal";
|
|
2014
|
+
underline: "underline";
|
|
2013
2015
|
"underline-grow": "underline-grow";
|
|
2014
2016
|
capsule: "capsule";
|
|
2015
2017
|
frosted: "frosted";
|
|
@@ -2044,13 +2046,13 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2044
2046
|
width: z.ZodDefault<z.ZodEnum<{
|
|
2045
2047
|
medium: "medium";
|
|
2046
2048
|
none: "none";
|
|
2047
|
-
thick: "thick";
|
|
2048
2049
|
thin: "thin";
|
|
2050
|
+
thick: "thick";
|
|
2049
2051
|
hairline: "hairline";
|
|
2050
2052
|
}>>;
|
|
2051
2053
|
style: z.ZodDefault<z.ZodEnum<{
|
|
2052
|
-
dashed: "dashed";
|
|
2053
2054
|
solid: "solid";
|
|
2055
|
+
dashed: "dashed";
|
|
2054
2056
|
}>>;
|
|
2055
2057
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
2056
2058
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -2089,10 +2091,10 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2089
2091
|
"title-only": "title-only";
|
|
2090
2092
|
}>>;
|
|
2091
2093
|
size: z.ZodOptional<z.ZodEnum<{
|
|
2094
|
+
display: "display";
|
|
2092
2095
|
standard: "standard";
|
|
2093
2096
|
auto: "auto";
|
|
2094
2097
|
compact: "compact";
|
|
2095
|
-
display: "display";
|
|
2096
2098
|
generous: "generous";
|
|
2097
2099
|
}>>;
|
|
2098
2100
|
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2199,8 +2201,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2199
2201
|
}>>;
|
|
2200
2202
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
2201
2203
|
none: "none";
|
|
2202
|
-
capitalize: "capitalize";
|
|
2203
2204
|
uppercase: "uppercase";
|
|
2205
|
+
capitalize: "capitalize";
|
|
2204
2206
|
}>>;
|
|
2205
2207
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
2206
2208
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -2242,8 +2244,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2242
2244
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2243
2245
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
2244
2246
|
none: "none";
|
|
2245
|
-
capitalize: "capitalize";
|
|
2246
2247
|
uppercase: "uppercase";
|
|
2248
|
+
capitalize: "capitalize";
|
|
2247
2249
|
}>>;
|
|
2248
2250
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
2249
2251
|
wide: "wide";
|
|
@@ -2302,6 +2304,7 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2302
2304
|
color: "color";
|
|
2303
2305
|
gradient: "gradient";
|
|
2304
2306
|
}>;
|
|
2307
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
2305
2308
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2306
2309
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2307
2310
|
type: z.ZodEnum<{
|
|
@@ -2361,8 +2364,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2361
2364
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
2362
2365
|
scale: "scale";
|
|
2363
2366
|
solid: "solid";
|
|
2364
|
-
underline: "underline";
|
|
2365
2367
|
minimal: "minimal";
|
|
2368
|
+
underline: "underline";
|
|
2366
2369
|
"underline-grow": "underline-grow";
|
|
2367
2370
|
capsule: "capsule";
|
|
2368
2371
|
frosted: "frosted";
|
|
@@ -2442,8 +2445,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2442
2445
|
}>>;
|
|
2443
2446
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
2444
2447
|
none: "none";
|
|
2445
|
-
capitalize: "capitalize";
|
|
2446
2448
|
uppercase: "uppercase";
|
|
2449
|
+
capitalize: "capitalize";
|
|
2447
2450
|
}>>;
|
|
2448
2451
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
2449
2452
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -2462,9 +2465,9 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2462
2465
|
}>>;
|
|
2463
2466
|
align: z.ZodOptional<z.ZodEnum<{
|
|
2464
2467
|
center: "center";
|
|
2465
|
-
"space-between": "space-between";
|
|
2466
|
-
end: "end";
|
|
2467
2468
|
start: "start";
|
|
2469
|
+
end: "end";
|
|
2470
|
+
"space-between": "space-between";
|
|
2468
2471
|
}>>;
|
|
2469
2472
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
2470
2473
|
none: "none";
|
|
@@ -2507,8 +2510,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2507
2510
|
}>>;
|
|
2508
2511
|
align: z.ZodOptional<z.ZodEnum<{
|
|
2509
2512
|
center: "center";
|
|
2510
|
-
end: "end";
|
|
2511
2513
|
start: "start";
|
|
2514
|
+
end: "end";
|
|
2512
2515
|
}>>;
|
|
2513
2516
|
}, z.core.$strip>>;
|
|
2514
2517
|
bottomBar: z.ZodOptional<z.ZodObject<{
|
|
@@ -2520,6 +2523,7 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2520
2523
|
color: "color";
|
|
2521
2524
|
gradient: "gradient";
|
|
2522
2525
|
}>;
|
|
2526
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
2523
2527
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2524
2528
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2525
2529
|
type: z.ZodEnum<{
|
|
@@ -2603,8 +2607,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2603
2607
|
width: z.ZodOptional<z.ZodEnum<{
|
|
2604
2608
|
medium: "medium";
|
|
2605
2609
|
none: "none";
|
|
2606
|
-
thick: "thick";
|
|
2607
2610
|
thin: "thin";
|
|
2611
|
+
thick: "thick";
|
|
2608
2612
|
}>>;
|
|
2609
2613
|
}, z.core.$strip>>;
|
|
2610
2614
|
}, z.core.$strip>>;
|
|
@@ -2646,8 +2650,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2646
2650
|
editorial: "editorial";
|
|
2647
2651
|
}>>;
|
|
2648
2652
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2649
|
-
normal: "normal";
|
|
2650
2653
|
tight: "tight";
|
|
2654
|
+
normal: "normal";
|
|
2651
2655
|
relaxed: "relaxed";
|
|
2652
2656
|
snug: "snug";
|
|
2653
2657
|
}>>;
|
|
@@ -2664,8 +2668,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2664
2668
|
editorial: "editorial";
|
|
2665
2669
|
}>>;
|
|
2666
2670
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2667
|
-
normal: "normal";
|
|
2668
2671
|
tight: "tight";
|
|
2672
|
+
normal: "normal";
|
|
2669
2673
|
relaxed: "relaxed";
|
|
2670
2674
|
snug: "snug";
|
|
2671
2675
|
}>>;
|
|
@@ -2682,8 +2686,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2682
2686
|
editorial: "editorial";
|
|
2683
2687
|
}>>;
|
|
2684
2688
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2685
|
-
normal: "normal";
|
|
2686
2689
|
tight: "tight";
|
|
2690
|
+
normal: "normal";
|
|
2687
2691
|
relaxed: "relaxed";
|
|
2688
2692
|
snug: "snug";
|
|
2689
2693
|
}>>;
|
|
@@ -2700,8 +2704,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2700
2704
|
editorial: "editorial";
|
|
2701
2705
|
}>>;
|
|
2702
2706
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2703
|
-
normal: "normal";
|
|
2704
2707
|
tight: "tight";
|
|
2708
|
+
normal: "normal";
|
|
2705
2709
|
relaxed: "relaxed";
|
|
2706
2710
|
snug: "snug";
|
|
2707
2711
|
}>>;
|
|
@@ -2720,8 +2724,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2720
2724
|
editorial: "editorial";
|
|
2721
2725
|
}>>;
|
|
2722
2726
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2723
|
-
normal: "normal";
|
|
2724
2727
|
tight: "tight";
|
|
2728
|
+
normal: "normal";
|
|
2725
2729
|
relaxed: "relaxed";
|
|
2726
2730
|
snug: "snug";
|
|
2727
2731
|
}>>;
|
|
@@ -2738,8 +2742,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2738
2742
|
editorial: "editorial";
|
|
2739
2743
|
}>>;
|
|
2740
2744
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2741
|
-
normal: "normal";
|
|
2742
2745
|
tight: "tight";
|
|
2746
|
+
normal: "normal";
|
|
2743
2747
|
relaxed: "relaxed";
|
|
2744
2748
|
snug: "snug";
|
|
2745
2749
|
}>>;
|
|
@@ -2758,8 +2762,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2758
2762
|
editorial: "editorial";
|
|
2759
2763
|
}>>;
|
|
2760
2764
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2761
|
-
normal: "normal";
|
|
2762
2765
|
tight: "tight";
|
|
2766
|
+
normal: "normal";
|
|
2763
2767
|
relaxed: "relaxed";
|
|
2764
2768
|
snug: "snug";
|
|
2765
2769
|
}>>;
|
|
@@ -2776,8 +2780,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2776
2780
|
editorial: "editorial";
|
|
2777
2781
|
}>>;
|
|
2778
2782
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2779
|
-
normal: "normal";
|
|
2780
2783
|
tight: "tight";
|
|
2784
|
+
normal: "normal";
|
|
2781
2785
|
relaxed: "relaxed";
|
|
2782
2786
|
snug: "snug";
|
|
2783
2787
|
}>>;
|
|
@@ -2849,19 +2853,19 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2849
2853
|
regular: "regular";
|
|
2850
2854
|
}>;
|
|
2851
2855
|
mediaBias: z.ZodEnum<{
|
|
2856
|
+
mixed: "mixed";
|
|
2852
2857
|
text: "text";
|
|
2853
2858
|
media: "media";
|
|
2854
|
-
mixed: "mixed";
|
|
2855
2859
|
}>;
|
|
2856
2860
|
conversionBias: z.ZodEnum<{
|
|
2857
|
-
high: "high";
|
|
2858
2861
|
low: "low";
|
|
2862
|
+
high: "high";
|
|
2859
2863
|
med: "med";
|
|
2860
2864
|
}>;
|
|
2861
2865
|
motion: z.ZodEnum<{
|
|
2862
2866
|
standard: "standard";
|
|
2863
|
-
expressive: "expressive";
|
|
2864
2867
|
subtle: "subtle";
|
|
2868
|
+
expressive: "expressive";
|
|
2865
2869
|
}>;
|
|
2866
2870
|
}, z.core.$strip>;
|
|
2867
2871
|
palette: z.ZodObject<{
|
|
@@ -2871,8 +2875,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2871
2875
|
}, z.core.$strip>>;
|
|
2872
2876
|
meta: z.ZodObject<{
|
|
2873
2877
|
mode: z.ZodEnum<{
|
|
2874
|
-
dark: "dark";
|
|
2875
2878
|
light: "light";
|
|
2879
|
+
dark: "dark";
|
|
2876
2880
|
}>;
|
|
2877
2881
|
}, z.core.$strip>;
|
|
2878
2882
|
}, z.core.$strip>;
|
|
@@ -2887,9 +2891,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2887
2891
|
semibold: "semibold";
|
|
2888
2892
|
}>;
|
|
2889
2893
|
letterSpacing: z.ZodEnum<{
|
|
2894
|
+
tight: "tight";
|
|
2890
2895
|
normal: "normal";
|
|
2891
2896
|
loose: "loose";
|
|
2892
|
-
tight: "tight";
|
|
2893
2897
|
}>;
|
|
2894
2898
|
lineHeight: z.ZodEnum<{
|
|
2895
2899
|
normal: "normal";
|
|
@@ -2913,9 +2917,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2913
2917
|
semibold: "semibold";
|
|
2914
2918
|
}>;
|
|
2915
2919
|
letterSpacing: z.ZodEnum<{
|
|
2920
|
+
tight: "tight";
|
|
2916
2921
|
normal: "normal";
|
|
2917
2922
|
loose: "loose";
|
|
2918
|
-
tight: "tight";
|
|
2919
2923
|
}>;
|
|
2920
2924
|
lineHeight: z.ZodEnum<{
|
|
2921
2925
|
normal: "normal";
|
|
@@ -2923,8 +2927,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2923
2927
|
relaxed: "relaxed";
|
|
2924
2928
|
}>;
|
|
2925
2929
|
case: z.ZodNullable<z.ZodEnum<{
|
|
2926
|
-
normal: "normal";
|
|
2927
2930
|
uppercase: "uppercase";
|
|
2931
|
+
normal: "normal";
|
|
2928
2932
|
smallCaps: "smallCaps";
|
|
2929
2933
|
}>>;
|
|
2930
2934
|
italic: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -2939,9 +2943,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2939
2943
|
semibold: "semibold";
|
|
2940
2944
|
}>>>;
|
|
2941
2945
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2946
|
+
tight: "tight";
|
|
2942
2947
|
normal: "normal";
|
|
2943
2948
|
loose: "loose";
|
|
2944
|
-
tight: "tight";
|
|
2945
2949
|
}>>>;
|
|
2946
2950
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2947
2951
|
sm: "sm";
|
|
@@ -2968,9 +2972,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2968
2972
|
semibold: "semibold";
|
|
2969
2973
|
}>>>;
|
|
2970
2974
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2975
|
+
tight: "tight";
|
|
2971
2976
|
normal: "normal";
|
|
2972
2977
|
loose: "loose";
|
|
2973
|
-
tight: "tight";
|
|
2974
2978
|
}>>>;
|
|
2975
2979
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2976
2980
|
sm: "sm";
|
|
@@ -2997,9 +3001,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2997
3001
|
semibold: "semibold";
|
|
2998
3002
|
}>>>;
|
|
2999
3003
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3004
|
+
tight: "tight";
|
|
3000
3005
|
normal: "normal";
|
|
3001
3006
|
loose: "loose";
|
|
3002
|
-
tight: "tight";
|
|
3003
3007
|
}>>>;
|
|
3004
3008
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3005
3009
|
sm: "sm";
|
|
@@ -3026,9 +3030,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3026
3030
|
semibold: "semibold";
|
|
3027
3031
|
}>>>;
|
|
3028
3032
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3033
|
+
tight: "tight";
|
|
3029
3034
|
normal: "normal";
|
|
3030
3035
|
loose: "loose";
|
|
3031
|
-
tight: "tight";
|
|
3032
3036
|
}>>>;
|
|
3033
3037
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3034
3038
|
sm: "sm";
|
|
@@ -3055,9 +3059,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3055
3059
|
semibold: "semibold";
|
|
3056
3060
|
}>>>;
|
|
3057
3061
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3062
|
+
tight: "tight";
|
|
3058
3063
|
normal: "normal";
|
|
3059
3064
|
loose: "loose";
|
|
3060
|
-
tight: "tight";
|
|
3061
3065
|
}>>>;
|
|
3062
3066
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3063
3067
|
sm: "sm";
|
|
@@ -3084,9 +3088,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3084
3088
|
semibold: "semibold";
|
|
3085
3089
|
}>>>;
|
|
3086
3090
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3091
|
+
tight: "tight";
|
|
3087
3092
|
normal: "normal";
|
|
3088
3093
|
loose: "loose";
|
|
3089
|
-
tight: "tight";
|
|
3090
3094
|
}>>>;
|
|
3091
3095
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3092
3096
|
sm: "sm";
|
|
@@ -3120,22 +3124,22 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3120
3124
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
3121
3125
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
3122
3126
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
3123
|
-
dashed: "dashed";
|
|
3124
|
-
dotted: "dotted";
|
|
3125
3127
|
solid: "solid";
|
|
3128
|
+
dotted: "dotted";
|
|
3129
|
+
dashed: "dashed";
|
|
3126
3130
|
}>>;
|
|
3127
3131
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
3128
3132
|
medium: "medium";
|
|
3129
3133
|
auto: "auto";
|
|
3130
|
-
thick: "thick";
|
|
3131
|
-
thin: "thin";
|
|
3132
3134
|
fromFont: "fromFont";
|
|
3135
|
+
thin: "thin";
|
|
3136
|
+
thick: "thick";
|
|
3133
3137
|
}>>;
|
|
3134
3138
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
3135
3139
|
auto: "auto";
|
|
3140
|
+
tight: "tight";
|
|
3136
3141
|
normal: "normal";
|
|
3137
3142
|
loose: "loose";
|
|
3138
|
-
tight: "tight";
|
|
3139
3143
|
}>>;
|
|
3140
3144
|
}, z.core.$strip>>;
|
|
3141
3145
|
}, z.core.$strip>;
|
|
@@ -3147,21 +3151,21 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3147
3151
|
border: z.ZodObject<{
|
|
3148
3152
|
width: z.ZodEnum<{
|
|
3149
3153
|
none: "none";
|
|
3150
|
-
thick: "thick";
|
|
3151
3154
|
thin: "thin";
|
|
3155
|
+
thick: "thick";
|
|
3152
3156
|
hairline: "hairline";
|
|
3153
3157
|
}>;
|
|
3154
3158
|
style: z.ZodEnum<{
|
|
3155
|
-
dashed: "dashed";
|
|
3156
3159
|
solid: "solid";
|
|
3160
|
+
dashed: "dashed";
|
|
3157
3161
|
}>;
|
|
3158
3162
|
}, z.core.$strip>;
|
|
3159
3163
|
shadow: z.ZodObject<{
|
|
3160
3164
|
elevation: z.ZodEnum<{
|
|
3161
3165
|
medium: "medium";
|
|
3162
3166
|
none: "none";
|
|
3163
|
-
high: "high";
|
|
3164
3167
|
low: "low";
|
|
3168
|
+
high: "high";
|
|
3165
3169
|
}>;
|
|
3166
3170
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
3167
3171
|
soft: "soft";
|
|
@@ -3176,9 +3180,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3176
3180
|
motion: z.ZodObject<{
|
|
3177
3181
|
level: z.ZodEnum<{
|
|
3178
3182
|
medium: "medium";
|
|
3179
|
-
off: "off";
|
|
3180
|
-
high: "high";
|
|
3181
3183
|
low: "low";
|
|
3184
|
+
high: "high";
|
|
3185
|
+
off: "off";
|
|
3182
3186
|
}>;
|
|
3183
3187
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
3184
3188
|
standard: "standard";
|
|
@@ -3234,8 +3238,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3234
3238
|
editorial: "editorial";
|
|
3235
3239
|
}>>;
|
|
3236
3240
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3237
|
-
normal: "normal";
|
|
3238
3241
|
tight: "tight";
|
|
3242
|
+
normal: "normal";
|
|
3239
3243
|
relaxed: "relaxed";
|
|
3240
3244
|
snug: "snug";
|
|
3241
3245
|
}>>;
|
|
@@ -3252,8 +3256,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3252
3256
|
editorial: "editorial";
|
|
3253
3257
|
}>>;
|
|
3254
3258
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3255
|
-
normal: "normal";
|
|
3256
3259
|
tight: "tight";
|
|
3260
|
+
normal: "normal";
|
|
3257
3261
|
relaxed: "relaxed";
|
|
3258
3262
|
snug: "snug";
|
|
3259
3263
|
}>>;
|
|
@@ -3270,8 +3274,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3270
3274
|
editorial: "editorial";
|
|
3271
3275
|
}>>;
|
|
3272
3276
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3273
|
-
normal: "normal";
|
|
3274
3277
|
tight: "tight";
|
|
3278
|
+
normal: "normal";
|
|
3275
3279
|
relaxed: "relaxed";
|
|
3276
3280
|
snug: "snug";
|
|
3277
3281
|
}>>;
|
|
@@ -3288,8 +3292,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3288
3292
|
editorial: "editorial";
|
|
3289
3293
|
}>>;
|
|
3290
3294
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3291
|
-
normal: "normal";
|
|
3292
3295
|
tight: "tight";
|
|
3296
|
+
normal: "normal";
|
|
3293
3297
|
relaxed: "relaxed";
|
|
3294
3298
|
snug: "snug";
|
|
3295
3299
|
}>>;
|
|
@@ -3308,8 +3312,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3308
3312
|
editorial: "editorial";
|
|
3309
3313
|
}>>;
|
|
3310
3314
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3311
|
-
normal: "normal";
|
|
3312
3315
|
tight: "tight";
|
|
3316
|
+
normal: "normal";
|
|
3313
3317
|
relaxed: "relaxed";
|
|
3314
3318
|
snug: "snug";
|
|
3315
3319
|
}>>;
|
|
@@ -3326,8 +3330,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3326
3330
|
editorial: "editorial";
|
|
3327
3331
|
}>>;
|
|
3328
3332
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3329
|
-
normal: "normal";
|
|
3330
3333
|
tight: "tight";
|
|
3334
|
+
normal: "normal";
|
|
3331
3335
|
relaxed: "relaxed";
|
|
3332
3336
|
snug: "snug";
|
|
3333
3337
|
}>>;
|
|
@@ -3346,8 +3350,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3346
3350
|
editorial: "editorial";
|
|
3347
3351
|
}>>;
|
|
3348
3352
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3349
|
-
normal: "normal";
|
|
3350
3353
|
tight: "tight";
|
|
3354
|
+
normal: "normal";
|
|
3351
3355
|
relaxed: "relaxed";
|
|
3352
3356
|
snug: "snug";
|
|
3353
3357
|
}>>;
|
|
@@ -3364,8 +3368,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3364
3368
|
editorial: "editorial";
|
|
3365
3369
|
}>>;
|
|
3366
3370
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3367
|
-
normal: "normal";
|
|
3368
3371
|
tight: "tight";
|
|
3372
|
+
normal: "normal";
|
|
3369
3373
|
relaxed: "relaxed";
|
|
3370
3374
|
snug: "snug";
|
|
3371
3375
|
}>>;
|
|
@@ -3393,8 +3397,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3393
3397
|
floating: "floating";
|
|
3394
3398
|
}>;
|
|
3395
3399
|
positioning: z.ZodEnum<{
|
|
3396
|
-
static: "static";
|
|
3397
3400
|
fixed: "fixed";
|
|
3401
|
+
static: "static";
|
|
3398
3402
|
sticky: "sticky";
|
|
3399
3403
|
}>;
|
|
3400
3404
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -3449,6 +3453,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3449
3453
|
color: "color";
|
|
3450
3454
|
gradient: "gradient";
|
|
3451
3455
|
}>;
|
|
3456
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
3452
3457
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3453
3458
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3454
3459
|
type: z.ZodEnum<{
|
|
@@ -3509,8 +3514,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3509
3514
|
navStyle: z.ZodEnum<{
|
|
3510
3515
|
scale: "scale";
|
|
3511
3516
|
solid: "solid";
|
|
3512
|
-
underline: "underline";
|
|
3513
3517
|
minimal: "minimal";
|
|
3518
|
+
underline: "underline";
|
|
3514
3519
|
"underline-grow": "underline-grow";
|
|
3515
3520
|
capsule: "capsule";
|
|
3516
3521
|
frosted: "frosted";
|
|
@@ -3545,13 +3550,13 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3545
3550
|
width: z.ZodDefault<z.ZodEnum<{
|
|
3546
3551
|
medium: "medium";
|
|
3547
3552
|
none: "none";
|
|
3548
|
-
thick: "thick";
|
|
3549
3553
|
thin: "thin";
|
|
3554
|
+
thick: "thick";
|
|
3550
3555
|
hairline: "hairline";
|
|
3551
3556
|
}>>;
|
|
3552
3557
|
style: z.ZodDefault<z.ZodEnum<{
|
|
3553
|
-
dashed: "dashed";
|
|
3554
3558
|
solid: "solid";
|
|
3559
|
+
dashed: "dashed";
|
|
3555
3560
|
}>>;
|
|
3556
3561
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
3557
3562
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -3590,10 +3595,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3590
3595
|
"title-only": "title-only";
|
|
3591
3596
|
}>>;
|
|
3592
3597
|
size: z.ZodOptional<z.ZodEnum<{
|
|
3598
|
+
display: "display";
|
|
3593
3599
|
standard: "standard";
|
|
3594
3600
|
auto: "auto";
|
|
3595
3601
|
compact: "compact";
|
|
3596
|
-
display: "display";
|
|
3597
3602
|
generous: "generous";
|
|
3598
3603
|
}>>;
|
|
3599
3604
|
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3700,8 +3705,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3700
3705
|
}>>;
|
|
3701
3706
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
3702
3707
|
none: "none";
|
|
3703
|
-
capitalize: "capitalize";
|
|
3704
3708
|
uppercase: "uppercase";
|
|
3709
|
+
capitalize: "capitalize";
|
|
3705
3710
|
}>>;
|
|
3706
3711
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
3707
3712
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -3743,8 +3748,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3743
3748
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3744
3749
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
3745
3750
|
none: "none";
|
|
3746
|
-
capitalize: "capitalize";
|
|
3747
3751
|
uppercase: "uppercase";
|
|
3752
|
+
capitalize: "capitalize";
|
|
3748
3753
|
}>>;
|
|
3749
3754
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
3750
3755
|
wide: "wide";
|
|
@@ -3788,6 +3793,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3788
3793
|
color: "color";
|
|
3789
3794
|
gradient: "gradient";
|
|
3790
3795
|
}>;
|
|
3796
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
3791
3797
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3792
3798
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3793
3799
|
type: z.ZodEnum<{
|
|
@@ -3847,8 +3853,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3847
3853
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
3848
3854
|
scale: "scale";
|
|
3849
3855
|
solid: "solid";
|
|
3850
|
-
underline: "underline";
|
|
3851
3856
|
minimal: "minimal";
|
|
3857
|
+
underline: "underline";
|
|
3852
3858
|
"underline-grow": "underline-grow";
|
|
3853
3859
|
capsule: "capsule";
|
|
3854
3860
|
frosted: "frosted";
|
|
@@ -3928,8 +3934,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3928
3934
|
}>>;
|
|
3929
3935
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
3930
3936
|
none: "none";
|
|
3931
|
-
capitalize: "capitalize";
|
|
3932
3937
|
uppercase: "uppercase";
|
|
3938
|
+
capitalize: "capitalize";
|
|
3933
3939
|
}>>;
|
|
3934
3940
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
3935
3941
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -3948,9 +3954,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3948
3954
|
}>>;
|
|
3949
3955
|
align: z.ZodOptional<z.ZodEnum<{
|
|
3950
3956
|
center: "center";
|
|
3951
|
-
"space-between": "space-between";
|
|
3952
|
-
end: "end";
|
|
3953
3957
|
start: "start";
|
|
3958
|
+
end: "end";
|
|
3959
|
+
"space-between": "space-between";
|
|
3954
3960
|
}>>;
|
|
3955
3961
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
3956
3962
|
none: "none";
|
|
@@ -3993,8 +3999,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3993
3999
|
}>>;
|
|
3994
4000
|
align: z.ZodOptional<z.ZodEnum<{
|
|
3995
4001
|
center: "center";
|
|
3996
|
-
end: "end";
|
|
3997
4002
|
start: "start";
|
|
4003
|
+
end: "end";
|
|
3998
4004
|
}>>;
|
|
3999
4005
|
}, z.core.$strip>>;
|
|
4000
4006
|
bottomBar: z.ZodOptional<z.ZodObject<{
|
|
@@ -4006,6 +4012,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4006
4012
|
color: "color";
|
|
4007
4013
|
gradient: "gradient";
|
|
4008
4014
|
}>;
|
|
4015
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
4009
4016
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4010
4017
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4011
4018
|
type: z.ZodEnum<{
|
|
@@ -4089,8 +4096,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4089
4096
|
width: z.ZodOptional<z.ZodEnum<{
|
|
4090
4097
|
medium: "medium";
|
|
4091
4098
|
none: "none";
|
|
4092
|
-
thick: "thick";
|
|
4093
4099
|
thin: "thin";
|
|
4100
|
+
thick: "thick";
|
|
4094
4101
|
}>>;
|
|
4095
4102
|
}, z.core.$strip>>;
|
|
4096
4103
|
}, z.core.$strip>>;
|
|
@@ -4106,14 +4113,14 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4106
4113
|
shadow: z.ZodEnum<{
|
|
4107
4114
|
medium: "medium";
|
|
4108
4115
|
none: "none";
|
|
4109
|
-
high: "high";
|
|
4110
4116
|
low: "low";
|
|
4117
|
+
high: "high";
|
|
4111
4118
|
}>;
|
|
4112
4119
|
textTransform: z.ZodEnum<{
|
|
4113
4120
|
none: "none";
|
|
4114
|
-
capitalize: "capitalize";
|
|
4115
4121
|
lowercase: "lowercase";
|
|
4116
4122
|
uppercase: "uppercase";
|
|
4123
|
+
capitalize: "capitalize";
|
|
4117
4124
|
}>;
|
|
4118
4125
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
4119
4126
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -4123,9 +4130,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4123
4130
|
}>>;
|
|
4124
4131
|
fontSize: z.ZodOptional<z.ZodString>;
|
|
4125
4132
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
4133
|
+
tight: "tight";
|
|
4126
4134
|
normal: "normal";
|
|
4127
4135
|
loose: "loose";
|
|
4128
|
-
tight: "tight";
|
|
4129
4136
|
}>>;
|
|
4130
4137
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
4131
4138
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4142,8 +4149,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4142
4149
|
hoverColor: z.ZodEnum<{
|
|
4143
4150
|
none: "none";
|
|
4144
4151
|
token: "token";
|
|
4145
|
-
darken: "darken";
|
|
4146
4152
|
brighten: "brighten";
|
|
4153
|
+
darken: "darken";
|
|
4147
4154
|
saturate: "saturate";
|
|
4148
4155
|
}>;
|
|
4149
4156
|
hoverColorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -4155,8 +4162,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4155
4162
|
gradientAngle: z.ZodOptional<z.ZodNumber>;
|
|
4156
4163
|
gradientSharpness: z.ZodOptional<z.ZodEnum<{
|
|
4157
4164
|
medium: "medium";
|
|
4158
|
-
smooth: "smooth";
|
|
4159
4165
|
hard: "hard";
|
|
4166
|
+
smooth: "smooth";
|
|
4160
4167
|
}>>;
|
|
4161
4168
|
}, z.core.$strip>;
|
|
4162
4169
|
variants: z.ZodArray<z.ZodObject<{
|
|
@@ -4189,8 +4196,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4189
4196
|
elevation: z.ZodEnum<{
|
|
4190
4197
|
medium: "medium";
|
|
4191
4198
|
none: "none";
|
|
4192
|
-
high: "high";
|
|
4193
4199
|
low: "low";
|
|
4200
|
+
high: "high";
|
|
4194
4201
|
}>;
|
|
4195
4202
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4196
4203
|
soft: "soft";
|
|
@@ -4337,8 +4344,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4337
4344
|
elevation: z.ZodEnum<{
|
|
4338
4345
|
medium: "medium";
|
|
4339
4346
|
none: "none";
|
|
4340
|
-
high: "high";
|
|
4341
4347
|
low: "low";
|
|
4348
|
+
high: "high";
|
|
4342
4349
|
}>;
|
|
4343
4350
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4344
4351
|
soft: "soft";
|
|
@@ -4400,8 +4407,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4400
4407
|
colorToken: z.ZodString;
|
|
4401
4408
|
width: z.ZodEnum<{
|
|
4402
4409
|
medium: "medium";
|
|
4403
|
-
thick: "thick";
|
|
4404
4410
|
thin: "thin";
|
|
4411
|
+
thick: "thick";
|
|
4405
4412
|
heavy: "heavy";
|
|
4406
4413
|
}>;
|
|
4407
4414
|
}, z.core.$strip>>;
|
|
@@ -4434,8 +4441,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4434
4441
|
elevation: z.ZodEnum<{
|
|
4435
4442
|
medium: "medium";
|
|
4436
4443
|
none: "none";
|
|
4437
|
-
high: "high";
|
|
4438
4444
|
low: "low";
|
|
4445
|
+
high: "high";
|
|
4439
4446
|
}>;
|
|
4440
4447
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4441
4448
|
soft: "soft";
|
|
@@ -4449,9 +4456,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4449
4456
|
}, z.core.$strip>>;
|
|
4450
4457
|
icon: z.ZodObject<{
|
|
4451
4458
|
style: z.ZodEnum<{
|
|
4452
|
-
caret: "caret";
|
|
4453
4459
|
"plus-minus": "plus-minus";
|
|
4454
4460
|
chevron: "chevron";
|
|
4461
|
+
caret: "caret";
|
|
4455
4462
|
arrow: "arrow";
|
|
4456
4463
|
"circle-plus-minus": "circle-plus-minus";
|
|
4457
4464
|
}>;
|
|
@@ -4485,8 +4492,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4485
4492
|
}>>;
|
|
4486
4493
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
4487
4494
|
wide: "wide";
|
|
4488
|
-
normal: "normal";
|
|
4489
4495
|
tight: "tight";
|
|
4496
|
+
normal: "normal";
|
|
4490
4497
|
}>>;
|
|
4491
4498
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
4492
4499
|
none: "none";
|
|
@@ -4510,8 +4517,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4510
4517
|
colorToken: z.ZodString;
|
|
4511
4518
|
thickness: z.ZodEnum<{
|
|
4512
4519
|
medium: "medium";
|
|
4513
|
-
thick: "thick";
|
|
4514
4520
|
thin: "thin";
|
|
4521
|
+
thick: "thick";
|
|
4515
4522
|
}>;
|
|
4516
4523
|
}, z.core.$strip>>;
|
|
4517
4524
|
}, z.core.$strip>>;
|
|
@@ -4590,9 +4597,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4590
4597
|
fontWeight: z.ZodEnum<{
|
|
4591
4598
|
medium: "medium";
|
|
4592
4599
|
bold: "bold";
|
|
4593
|
-
black: "black";
|
|
4594
4600
|
regular: "regular";
|
|
4595
4601
|
semibold: "semibold";
|
|
4602
|
+
black: "black";
|
|
4596
4603
|
}>;
|
|
4597
4604
|
fontSize: z.ZodEnum<{
|
|
4598
4605
|
base: "base";
|
|
@@ -4602,9 +4609,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4602
4609
|
}>;
|
|
4603
4610
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
4604
4611
|
none: "none";
|
|
4605
|
-
capitalize: "capitalize";
|
|
4606
4612
|
lowercase: "lowercase";
|
|
4607
4613
|
uppercase: "uppercase";
|
|
4614
|
+
capitalize: "capitalize";
|
|
4608
4615
|
}>>;
|
|
4609
4616
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
4610
4617
|
wide: "wide";
|
|
@@ -4642,8 +4649,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4642
4649
|
soft: "soft";
|
|
4643
4650
|
}>;
|
|
4644
4651
|
border: z.ZodEnum<{
|
|
4645
|
-
underline: "underline";
|
|
4646
4652
|
subtle: "subtle";
|
|
4653
|
+
underline: "underline";
|
|
4647
4654
|
defined: "defined";
|
|
4648
4655
|
}>;
|
|
4649
4656
|
focus: z.ZodEnum<{
|
|
@@ -4652,8 +4659,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4652
4659
|
ring: "ring";
|
|
4653
4660
|
}>;
|
|
4654
4661
|
label: z.ZodEnum<{
|
|
4655
|
-
inside: "inside";
|
|
4656
4662
|
above: "above";
|
|
4663
|
+
inside: "inside";
|
|
4657
4664
|
}>;
|
|
4658
4665
|
}, z.core.$strip>>;
|
|
4659
4666
|
blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -4666,22 +4673,22 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4666
4673
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
4667
4674
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
4668
4675
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
4669
|
-
dashed: "dashed";
|
|
4670
|
-
dotted: "dotted";
|
|
4671
4676
|
solid: "solid";
|
|
4677
|
+
dotted: "dotted";
|
|
4678
|
+
dashed: "dashed";
|
|
4672
4679
|
}>>;
|
|
4673
4680
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
4674
4681
|
medium: "medium";
|
|
4675
4682
|
auto: "auto";
|
|
4676
|
-
thick: "thick";
|
|
4677
|
-
thin: "thin";
|
|
4678
4683
|
fromFont: "fromFont";
|
|
4684
|
+
thin: "thin";
|
|
4685
|
+
thick: "thick";
|
|
4679
4686
|
}>>;
|
|
4680
4687
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
4681
4688
|
auto: "auto";
|
|
4689
|
+
tight: "tight";
|
|
4682
4690
|
normal: "normal";
|
|
4683
4691
|
loose: "loose";
|
|
4684
|
-
tight: "tight";
|
|
4685
4692
|
}>>;
|
|
4686
4693
|
}, z.core.$strip>>;
|
|
4687
4694
|
}, z.core.$strip>>;
|
|
@@ -4807,9 +4814,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4807
4814
|
text: "text";
|
|
4808
4815
|
primary: "primary";
|
|
4809
4816
|
secondary: "secondary";
|
|
4810
|
-
border: "border";
|
|
4811
|
-
muted: "muted";
|
|
4812
4817
|
accent: "accent";
|
|
4818
|
+
muted: "muted";
|
|
4819
|
+
border: "border";
|
|
4813
4820
|
}>>;
|
|
4814
4821
|
}, z.core.$strip>]>>>;
|
|
4815
4822
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -4818,8 +4825,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4818
4825
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
4819
4826
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4820
4827
|
iconSet: z.ZodEnum<{
|
|
4821
|
-
caret: "caret";
|
|
4822
4828
|
chevron: "chevron";
|
|
4829
|
+
caret: "caret";
|
|
4823
4830
|
plus: "plus";
|
|
4824
4831
|
"minimal-cross": "minimal-cross";
|
|
4825
4832
|
}>;
|
|
@@ -4828,16 +4835,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4828
4835
|
text: "text";
|
|
4829
4836
|
primary: "primary";
|
|
4830
4837
|
secondary: "secondary";
|
|
4831
|
-
muted: "muted";
|
|
4832
4838
|
accent: "accent";
|
|
4839
|
+
muted: "muted";
|
|
4833
4840
|
}>;
|
|
4834
4841
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
4835
4842
|
current: "current";
|
|
4836
4843
|
text: "text";
|
|
4837
4844
|
primary: "primary";
|
|
4838
4845
|
secondary: "secondary";
|
|
4839
|
-
muted: "muted";
|
|
4840
4846
|
accent: "accent";
|
|
4847
|
+
muted: "muted";
|
|
4841
4848
|
}>>;
|
|
4842
4849
|
motion: z.ZodEnum<{
|
|
4843
4850
|
none: "none";
|
|
@@ -5081,9 +5088,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
5081
5088
|
text: "text";
|
|
5082
5089
|
primary: "primary";
|
|
5083
5090
|
secondary: "secondary";
|
|
5084
|
-
border: "border";
|
|
5085
|
-
muted: "muted";
|
|
5086
5091
|
accent: "accent";
|
|
5092
|
+
muted: "muted";
|
|
5093
|
+
border: "border";
|
|
5087
5094
|
}>>;
|
|
5088
5095
|
}, z.core.$strip>]>>;
|
|
5089
5096
|
customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5155,19 +5162,19 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5155
5162
|
regular: "regular";
|
|
5156
5163
|
}>;
|
|
5157
5164
|
mediaBias: z.ZodEnum<{
|
|
5165
|
+
mixed: "mixed";
|
|
5158
5166
|
text: "text";
|
|
5159
5167
|
media: "media";
|
|
5160
|
-
mixed: "mixed";
|
|
5161
5168
|
}>;
|
|
5162
5169
|
conversionBias: z.ZodEnum<{
|
|
5163
|
-
high: "high";
|
|
5164
5170
|
low: "low";
|
|
5171
|
+
high: "high";
|
|
5165
5172
|
med: "med";
|
|
5166
5173
|
}>;
|
|
5167
5174
|
motion: z.ZodEnum<{
|
|
5168
5175
|
standard: "standard";
|
|
5169
|
-
expressive: "expressive";
|
|
5170
5176
|
subtle: "subtle";
|
|
5177
|
+
expressive: "expressive";
|
|
5171
5178
|
}>;
|
|
5172
5179
|
}, z.core.$strip>;
|
|
5173
5180
|
palette: z.ZodObject<{
|
|
@@ -5177,8 +5184,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5177
5184
|
}, z.core.$strip>>;
|
|
5178
5185
|
meta: z.ZodObject<{
|
|
5179
5186
|
mode: z.ZodEnum<{
|
|
5180
|
-
dark: "dark";
|
|
5181
5187
|
light: "light";
|
|
5188
|
+
dark: "dark";
|
|
5182
5189
|
}>;
|
|
5183
5190
|
}, z.core.$strip>;
|
|
5184
5191
|
}, z.core.$strip>;
|
|
@@ -5193,9 +5200,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5193
5200
|
semibold: "semibold";
|
|
5194
5201
|
}>;
|
|
5195
5202
|
letterSpacing: z.ZodEnum<{
|
|
5203
|
+
tight: "tight";
|
|
5196
5204
|
normal: "normal";
|
|
5197
5205
|
loose: "loose";
|
|
5198
|
-
tight: "tight";
|
|
5199
5206
|
}>;
|
|
5200
5207
|
lineHeight: z.ZodEnum<{
|
|
5201
5208
|
normal: "normal";
|
|
@@ -5219,9 +5226,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5219
5226
|
semibold: "semibold";
|
|
5220
5227
|
}>;
|
|
5221
5228
|
letterSpacing: z.ZodEnum<{
|
|
5229
|
+
tight: "tight";
|
|
5222
5230
|
normal: "normal";
|
|
5223
5231
|
loose: "loose";
|
|
5224
|
-
tight: "tight";
|
|
5225
5232
|
}>;
|
|
5226
5233
|
lineHeight: z.ZodEnum<{
|
|
5227
5234
|
normal: "normal";
|
|
@@ -5229,8 +5236,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5229
5236
|
relaxed: "relaxed";
|
|
5230
5237
|
}>;
|
|
5231
5238
|
case: z.ZodNullable<z.ZodEnum<{
|
|
5232
|
-
normal: "normal";
|
|
5233
5239
|
uppercase: "uppercase";
|
|
5240
|
+
normal: "normal";
|
|
5234
5241
|
smallCaps: "smallCaps";
|
|
5235
5242
|
}>>;
|
|
5236
5243
|
italic: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -5245,9 +5252,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5245
5252
|
semibold: "semibold";
|
|
5246
5253
|
}>>>;
|
|
5247
5254
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5255
|
+
tight: "tight";
|
|
5248
5256
|
normal: "normal";
|
|
5249
5257
|
loose: "loose";
|
|
5250
|
-
tight: "tight";
|
|
5251
5258
|
}>>>;
|
|
5252
5259
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5253
5260
|
sm: "sm";
|
|
@@ -5274,9 +5281,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5274
5281
|
semibold: "semibold";
|
|
5275
5282
|
}>>>;
|
|
5276
5283
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5284
|
+
tight: "tight";
|
|
5277
5285
|
normal: "normal";
|
|
5278
5286
|
loose: "loose";
|
|
5279
|
-
tight: "tight";
|
|
5280
5287
|
}>>>;
|
|
5281
5288
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5282
5289
|
sm: "sm";
|
|
@@ -5303,9 +5310,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5303
5310
|
semibold: "semibold";
|
|
5304
5311
|
}>>>;
|
|
5305
5312
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5313
|
+
tight: "tight";
|
|
5306
5314
|
normal: "normal";
|
|
5307
5315
|
loose: "loose";
|
|
5308
|
-
tight: "tight";
|
|
5309
5316
|
}>>>;
|
|
5310
5317
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5311
5318
|
sm: "sm";
|
|
@@ -5332,9 +5339,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5332
5339
|
semibold: "semibold";
|
|
5333
5340
|
}>>>;
|
|
5334
5341
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5342
|
+
tight: "tight";
|
|
5335
5343
|
normal: "normal";
|
|
5336
5344
|
loose: "loose";
|
|
5337
|
-
tight: "tight";
|
|
5338
5345
|
}>>>;
|
|
5339
5346
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5340
5347
|
sm: "sm";
|
|
@@ -5361,9 +5368,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5361
5368
|
semibold: "semibold";
|
|
5362
5369
|
}>>>;
|
|
5363
5370
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5371
|
+
tight: "tight";
|
|
5364
5372
|
normal: "normal";
|
|
5365
5373
|
loose: "loose";
|
|
5366
|
-
tight: "tight";
|
|
5367
5374
|
}>>>;
|
|
5368
5375
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5369
5376
|
sm: "sm";
|
|
@@ -5390,9 +5397,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5390
5397
|
semibold: "semibold";
|
|
5391
5398
|
}>>>;
|
|
5392
5399
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5400
|
+
tight: "tight";
|
|
5393
5401
|
normal: "normal";
|
|
5394
5402
|
loose: "loose";
|
|
5395
|
-
tight: "tight";
|
|
5396
5403
|
}>>>;
|
|
5397
5404
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5398
5405
|
sm: "sm";
|
|
@@ -5426,22 +5433,22 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5426
5433
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
5427
5434
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
5428
5435
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
5429
|
-
dashed: "dashed";
|
|
5430
|
-
dotted: "dotted";
|
|
5431
5436
|
solid: "solid";
|
|
5437
|
+
dotted: "dotted";
|
|
5438
|
+
dashed: "dashed";
|
|
5432
5439
|
}>>;
|
|
5433
5440
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
5434
5441
|
medium: "medium";
|
|
5435
5442
|
auto: "auto";
|
|
5436
|
-
thick: "thick";
|
|
5437
|
-
thin: "thin";
|
|
5438
5443
|
fromFont: "fromFont";
|
|
5444
|
+
thin: "thin";
|
|
5445
|
+
thick: "thick";
|
|
5439
5446
|
}>>;
|
|
5440
5447
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
5441
5448
|
auto: "auto";
|
|
5449
|
+
tight: "tight";
|
|
5442
5450
|
normal: "normal";
|
|
5443
5451
|
loose: "loose";
|
|
5444
|
-
tight: "tight";
|
|
5445
5452
|
}>>;
|
|
5446
5453
|
}, z.core.$strip>>;
|
|
5447
5454
|
}, z.core.$strip>;
|
|
@@ -5453,21 +5460,21 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5453
5460
|
border: z.ZodObject<{
|
|
5454
5461
|
width: z.ZodEnum<{
|
|
5455
5462
|
none: "none";
|
|
5456
|
-
thick: "thick";
|
|
5457
5463
|
thin: "thin";
|
|
5464
|
+
thick: "thick";
|
|
5458
5465
|
hairline: "hairline";
|
|
5459
5466
|
}>;
|
|
5460
5467
|
style: z.ZodEnum<{
|
|
5461
|
-
dashed: "dashed";
|
|
5462
5468
|
solid: "solid";
|
|
5469
|
+
dashed: "dashed";
|
|
5463
5470
|
}>;
|
|
5464
5471
|
}, z.core.$strip>;
|
|
5465
5472
|
shadow: z.ZodObject<{
|
|
5466
5473
|
elevation: z.ZodEnum<{
|
|
5467
5474
|
medium: "medium";
|
|
5468
5475
|
none: "none";
|
|
5469
|
-
high: "high";
|
|
5470
5476
|
low: "low";
|
|
5477
|
+
high: "high";
|
|
5471
5478
|
}>;
|
|
5472
5479
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
5473
5480
|
soft: "soft";
|
|
@@ -5482,9 +5489,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5482
5489
|
motion: z.ZodObject<{
|
|
5483
5490
|
level: z.ZodEnum<{
|
|
5484
5491
|
medium: "medium";
|
|
5485
|
-
off: "off";
|
|
5486
|
-
high: "high";
|
|
5487
5492
|
low: "low";
|
|
5493
|
+
high: "high";
|
|
5494
|
+
off: "off";
|
|
5488
5495
|
}>;
|
|
5489
5496
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
5490
5497
|
standard: "standard";
|
|
@@ -5540,8 +5547,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5540
5547
|
editorial: "editorial";
|
|
5541
5548
|
}>>;
|
|
5542
5549
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5543
|
-
normal: "normal";
|
|
5544
5550
|
tight: "tight";
|
|
5551
|
+
normal: "normal";
|
|
5545
5552
|
relaxed: "relaxed";
|
|
5546
5553
|
snug: "snug";
|
|
5547
5554
|
}>>;
|
|
@@ -5558,8 +5565,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5558
5565
|
editorial: "editorial";
|
|
5559
5566
|
}>>;
|
|
5560
5567
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5561
|
-
normal: "normal";
|
|
5562
5568
|
tight: "tight";
|
|
5569
|
+
normal: "normal";
|
|
5563
5570
|
relaxed: "relaxed";
|
|
5564
5571
|
snug: "snug";
|
|
5565
5572
|
}>>;
|
|
@@ -5576,8 +5583,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5576
5583
|
editorial: "editorial";
|
|
5577
5584
|
}>>;
|
|
5578
5585
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5579
|
-
normal: "normal";
|
|
5580
5586
|
tight: "tight";
|
|
5587
|
+
normal: "normal";
|
|
5581
5588
|
relaxed: "relaxed";
|
|
5582
5589
|
snug: "snug";
|
|
5583
5590
|
}>>;
|
|
@@ -5594,8 +5601,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5594
5601
|
editorial: "editorial";
|
|
5595
5602
|
}>>;
|
|
5596
5603
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5597
|
-
normal: "normal";
|
|
5598
5604
|
tight: "tight";
|
|
5605
|
+
normal: "normal";
|
|
5599
5606
|
relaxed: "relaxed";
|
|
5600
5607
|
snug: "snug";
|
|
5601
5608
|
}>>;
|
|
@@ -5614,8 +5621,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5614
5621
|
editorial: "editorial";
|
|
5615
5622
|
}>>;
|
|
5616
5623
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5617
|
-
normal: "normal";
|
|
5618
5624
|
tight: "tight";
|
|
5625
|
+
normal: "normal";
|
|
5619
5626
|
relaxed: "relaxed";
|
|
5620
5627
|
snug: "snug";
|
|
5621
5628
|
}>>;
|
|
@@ -5632,8 +5639,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5632
5639
|
editorial: "editorial";
|
|
5633
5640
|
}>>;
|
|
5634
5641
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5635
|
-
normal: "normal";
|
|
5636
5642
|
tight: "tight";
|
|
5643
|
+
normal: "normal";
|
|
5637
5644
|
relaxed: "relaxed";
|
|
5638
5645
|
snug: "snug";
|
|
5639
5646
|
}>>;
|
|
@@ -5652,8 +5659,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5652
5659
|
editorial: "editorial";
|
|
5653
5660
|
}>>;
|
|
5654
5661
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5655
|
-
normal: "normal";
|
|
5656
5662
|
tight: "tight";
|
|
5663
|
+
normal: "normal";
|
|
5657
5664
|
relaxed: "relaxed";
|
|
5658
5665
|
snug: "snug";
|
|
5659
5666
|
}>>;
|
|
@@ -5670,8 +5677,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5670
5677
|
editorial: "editorial";
|
|
5671
5678
|
}>>;
|
|
5672
5679
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5673
|
-
normal: "normal";
|
|
5674
5680
|
tight: "tight";
|
|
5681
|
+
normal: "normal";
|
|
5675
5682
|
relaxed: "relaxed";
|
|
5676
5683
|
snug: "snug";
|
|
5677
5684
|
}>>;
|
|
@@ -5699,8 +5706,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5699
5706
|
floating: "floating";
|
|
5700
5707
|
}>;
|
|
5701
5708
|
positioning: z.ZodEnum<{
|
|
5702
|
-
static: "static";
|
|
5703
5709
|
fixed: "fixed";
|
|
5710
|
+
static: "static";
|
|
5704
5711
|
sticky: "sticky";
|
|
5705
5712
|
}>;
|
|
5706
5713
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -5755,6 +5762,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5755
5762
|
color: "color";
|
|
5756
5763
|
gradient: "gradient";
|
|
5757
5764
|
}>;
|
|
5765
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
5758
5766
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5759
5767
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5760
5768
|
type: z.ZodEnum<{
|
|
@@ -5815,8 +5823,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5815
5823
|
navStyle: z.ZodEnum<{
|
|
5816
5824
|
scale: "scale";
|
|
5817
5825
|
solid: "solid";
|
|
5818
|
-
underline: "underline";
|
|
5819
5826
|
minimal: "minimal";
|
|
5827
|
+
underline: "underline";
|
|
5820
5828
|
"underline-grow": "underline-grow";
|
|
5821
5829
|
capsule: "capsule";
|
|
5822
5830
|
frosted: "frosted";
|
|
@@ -5851,13 +5859,13 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5851
5859
|
width: z.ZodDefault<z.ZodEnum<{
|
|
5852
5860
|
medium: "medium";
|
|
5853
5861
|
none: "none";
|
|
5854
|
-
thick: "thick";
|
|
5855
5862
|
thin: "thin";
|
|
5863
|
+
thick: "thick";
|
|
5856
5864
|
hairline: "hairline";
|
|
5857
5865
|
}>>;
|
|
5858
5866
|
style: z.ZodDefault<z.ZodEnum<{
|
|
5859
|
-
dashed: "dashed";
|
|
5860
5867
|
solid: "solid";
|
|
5868
|
+
dashed: "dashed";
|
|
5861
5869
|
}>>;
|
|
5862
5870
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
5863
5871
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -5896,10 +5904,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5896
5904
|
"title-only": "title-only";
|
|
5897
5905
|
}>>;
|
|
5898
5906
|
size: z.ZodOptional<z.ZodEnum<{
|
|
5907
|
+
display: "display";
|
|
5899
5908
|
standard: "standard";
|
|
5900
5909
|
auto: "auto";
|
|
5901
5910
|
compact: "compact";
|
|
5902
|
-
display: "display";
|
|
5903
5911
|
generous: "generous";
|
|
5904
5912
|
}>>;
|
|
5905
5913
|
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6006,8 +6014,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6006
6014
|
}>>;
|
|
6007
6015
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
6008
6016
|
none: "none";
|
|
6009
|
-
capitalize: "capitalize";
|
|
6010
6017
|
uppercase: "uppercase";
|
|
6018
|
+
capitalize: "capitalize";
|
|
6011
6019
|
}>>;
|
|
6012
6020
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
6013
6021
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -6049,8 +6057,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6049
6057
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6050
6058
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
6051
6059
|
none: "none";
|
|
6052
|
-
capitalize: "capitalize";
|
|
6053
6060
|
uppercase: "uppercase";
|
|
6061
|
+
capitalize: "capitalize";
|
|
6054
6062
|
}>>;
|
|
6055
6063
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
6056
6064
|
wide: "wide";
|
|
@@ -6094,6 +6102,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6094
6102
|
color: "color";
|
|
6095
6103
|
gradient: "gradient";
|
|
6096
6104
|
}>;
|
|
6105
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
6097
6106
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6098
6107
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6099
6108
|
type: z.ZodEnum<{
|
|
@@ -6153,8 +6162,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6153
6162
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
6154
6163
|
scale: "scale";
|
|
6155
6164
|
solid: "solid";
|
|
6156
|
-
underline: "underline";
|
|
6157
6165
|
minimal: "minimal";
|
|
6166
|
+
underline: "underline";
|
|
6158
6167
|
"underline-grow": "underline-grow";
|
|
6159
6168
|
capsule: "capsule";
|
|
6160
6169
|
frosted: "frosted";
|
|
@@ -6234,8 +6243,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6234
6243
|
}>>;
|
|
6235
6244
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
6236
6245
|
none: "none";
|
|
6237
|
-
capitalize: "capitalize";
|
|
6238
6246
|
uppercase: "uppercase";
|
|
6247
|
+
capitalize: "capitalize";
|
|
6239
6248
|
}>>;
|
|
6240
6249
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
6241
6250
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -6254,9 +6263,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6254
6263
|
}>>;
|
|
6255
6264
|
align: z.ZodOptional<z.ZodEnum<{
|
|
6256
6265
|
center: "center";
|
|
6257
|
-
"space-between": "space-between";
|
|
6258
|
-
end: "end";
|
|
6259
6266
|
start: "start";
|
|
6267
|
+
end: "end";
|
|
6268
|
+
"space-between": "space-between";
|
|
6260
6269
|
}>>;
|
|
6261
6270
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
6262
6271
|
none: "none";
|
|
@@ -6299,8 +6308,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6299
6308
|
}>>;
|
|
6300
6309
|
align: z.ZodOptional<z.ZodEnum<{
|
|
6301
6310
|
center: "center";
|
|
6302
|
-
end: "end";
|
|
6303
6311
|
start: "start";
|
|
6312
|
+
end: "end";
|
|
6304
6313
|
}>>;
|
|
6305
6314
|
}, z.core.$strip>>;
|
|
6306
6315
|
bottomBar: z.ZodOptional<z.ZodObject<{
|
|
@@ -6312,6 +6321,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6312
6321
|
color: "color";
|
|
6313
6322
|
gradient: "gradient";
|
|
6314
6323
|
}>;
|
|
6324
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
6315
6325
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6316
6326
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6317
6327
|
type: z.ZodEnum<{
|
|
@@ -6395,8 +6405,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6395
6405
|
width: z.ZodOptional<z.ZodEnum<{
|
|
6396
6406
|
medium: "medium";
|
|
6397
6407
|
none: "none";
|
|
6398
|
-
thick: "thick";
|
|
6399
6408
|
thin: "thin";
|
|
6409
|
+
thick: "thick";
|
|
6400
6410
|
}>>;
|
|
6401
6411
|
}, z.core.$strip>>;
|
|
6402
6412
|
}, z.core.$strip>>;
|
|
@@ -6412,14 +6422,14 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6412
6422
|
shadow: z.ZodEnum<{
|
|
6413
6423
|
medium: "medium";
|
|
6414
6424
|
none: "none";
|
|
6415
|
-
high: "high";
|
|
6416
6425
|
low: "low";
|
|
6426
|
+
high: "high";
|
|
6417
6427
|
}>;
|
|
6418
6428
|
textTransform: z.ZodEnum<{
|
|
6419
6429
|
none: "none";
|
|
6420
|
-
capitalize: "capitalize";
|
|
6421
6430
|
lowercase: "lowercase";
|
|
6422
6431
|
uppercase: "uppercase";
|
|
6432
|
+
capitalize: "capitalize";
|
|
6423
6433
|
}>;
|
|
6424
6434
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
6425
6435
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -6429,9 +6439,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6429
6439
|
}>>;
|
|
6430
6440
|
fontSize: z.ZodOptional<z.ZodString>;
|
|
6431
6441
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
6442
|
+
tight: "tight";
|
|
6432
6443
|
normal: "normal";
|
|
6433
6444
|
loose: "loose";
|
|
6434
|
-
tight: "tight";
|
|
6435
6445
|
}>>;
|
|
6436
6446
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
6437
6447
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6448,8 +6458,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6448
6458
|
hoverColor: z.ZodEnum<{
|
|
6449
6459
|
none: "none";
|
|
6450
6460
|
token: "token";
|
|
6451
|
-
darken: "darken";
|
|
6452
6461
|
brighten: "brighten";
|
|
6462
|
+
darken: "darken";
|
|
6453
6463
|
saturate: "saturate";
|
|
6454
6464
|
}>;
|
|
6455
6465
|
hoverColorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -6461,8 +6471,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6461
6471
|
gradientAngle: z.ZodOptional<z.ZodNumber>;
|
|
6462
6472
|
gradientSharpness: z.ZodOptional<z.ZodEnum<{
|
|
6463
6473
|
medium: "medium";
|
|
6464
|
-
smooth: "smooth";
|
|
6465
6474
|
hard: "hard";
|
|
6475
|
+
smooth: "smooth";
|
|
6466
6476
|
}>>;
|
|
6467
6477
|
}, z.core.$strip>;
|
|
6468
6478
|
variants: z.ZodArray<z.ZodObject<{
|
|
@@ -6495,8 +6505,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6495
6505
|
elevation: z.ZodEnum<{
|
|
6496
6506
|
medium: "medium";
|
|
6497
6507
|
none: "none";
|
|
6498
|
-
high: "high";
|
|
6499
6508
|
low: "low";
|
|
6509
|
+
high: "high";
|
|
6500
6510
|
}>;
|
|
6501
6511
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6502
6512
|
soft: "soft";
|
|
@@ -6643,8 +6653,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6643
6653
|
elevation: z.ZodEnum<{
|
|
6644
6654
|
medium: "medium";
|
|
6645
6655
|
none: "none";
|
|
6646
|
-
high: "high";
|
|
6647
6656
|
low: "low";
|
|
6657
|
+
high: "high";
|
|
6648
6658
|
}>;
|
|
6649
6659
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6650
6660
|
soft: "soft";
|
|
@@ -6706,8 +6716,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6706
6716
|
colorToken: z.ZodString;
|
|
6707
6717
|
width: z.ZodEnum<{
|
|
6708
6718
|
medium: "medium";
|
|
6709
|
-
thick: "thick";
|
|
6710
6719
|
thin: "thin";
|
|
6720
|
+
thick: "thick";
|
|
6711
6721
|
heavy: "heavy";
|
|
6712
6722
|
}>;
|
|
6713
6723
|
}, z.core.$strip>>;
|
|
@@ -6740,8 +6750,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6740
6750
|
elevation: z.ZodEnum<{
|
|
6741
6751
|
medium: "medium";
|
|
6742
6752
|
none: "none";
|
|
6743
|
-
high: "high";
|
|
6744
6753
|
low: "low";
|
|
6754
|
+
high: "high";
|
|
6745
6755
|
}>;
|
|
6746
6756
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6747
6757
|
soft: "soft";
|
|
@@ -6755,9 +6765,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6755
6765
|
}, z.core.$strip>>;
|
|
6756
6766
|
icon: z.ZodObject<{
|
|
6757
6767
|
style: z.ZodEnum<{
|
|
6758
|
-
caret: "caret";
|
|
6759
6768
|
"plus-minus": "plus-minus";
|
|
6760
6769
|
chevron: "chevron";
|
|
6770
|
+
caret: "caret";
|
|
6761
6771
|
arrow: "arrow";
|
|
6762
6772
|
"circle-plus-minus": "circle-plus-minus";
|
|
6763
6773
|
}>;
|
|
@@ -6791,8 +6801,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6791
6801
|
}>>;
|
|
6792
6802
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
6793
6803
|
wide: "wide";
|
|
6794
|
-
normal: "normal";
|
|
6795
6804
|
tight: "tight";
|
|
6805
|
+
normal: "normal";
|
|
6796
6806
|
}>>;
|
|
6797
6807
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
6798
6808
|
none: "none";
|
|
@@ -6816,8 +6826,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6816
6826
|
colorToken: z.ZodString;
|
|
6817
6827
|
thickness: z.ZodEnum<{
|
|
6818
6828
|
medium: "medium";
|
|
6819
|
-
thick: "thick";
|
|
6820
6829
|
thin: "thin";
|
|
6830
|
+
thick: "thick";
|
|
6821
6831
|
}>;
|
|
6822
6832
|
}, z.core.$strip>>;
|
|
6823
6833
|
}, z.core.$strip>>;
|
|
@@ -6896,9 +6906,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6896
6906
|
fontWeight: z.ZodEnum<{
|
|
6897
6907
|
medium: "medium";
|
|
6898
6908
|
bold: "bold";
|
|
6899
|
-
black: "black";
|
|
6900
6909
|
regular: "regular";
|
|
6901
6910
|
semibold: "semibold";
|
|
6911
|
+
black: "black";
|
|
6902
6912
|
}>;
|
|
6903
6913
|
fontSize: z.ZodEnum<{
|
|
6904
6914
|
base: "base";
|
|
@@ -6908,9 +6918,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6908
6918
|
}>;
|
|
6909
6919
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
6910
6920
|
none: "none";
|
|
6911
|
-
capitalize: "capitalize";
|
|
6912
6921
|
lowercase: "lowercase";
|
|
6913
6922
|
uppercase: "uppercase";
|
|
6923
|
+
capitalize: "capitalize";
|
|
6914
6924
|
}>>;
|
|
6915
6925
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
6916
6926
|
wide: "wide";
|
|
@@ -6948,8 +6958,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6948
6958
|
soft: "soft";
|
|
6949
6959
|
}>;
|
|
6950
6960
|
border: z.ZodEnum<{
|
|
6951
|
-
underline: "underline";
|
|
6952
6961
|
subtle: "subtle";
|
|
6962
|
+
underline: "underline";
|
|
6953
6963
|
defined: "defined";
|
|
6954
6964
|
}>;
|
|
6955
6965
|
focus: z.ZodEnum<{
|
|
@@ -6958,8 +6968,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6958
6968
|
ring: "ring";
|
|
6959
6969
|
}>;
|
|
6960
6970
|
label: z.ZodEnum<{
|
|
6961
|
-
inside: "inside";
|
|
6962
6971
|
above: "above";
|
|
6972
|
+
inside: "inside";
|
|
6963
6973
|
}>;
|
|
6964
6974
|
}, z.core.$strip>>;
|
|
6965
6975
|
blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -6972,22 +6982,22 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6972
6982
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
6973
6983
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
6974
6984
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
6975
|
-
dashed: "dashed";
|
|
6976
|
-
dotted: "dotted";
|
|
6977
6985
|
solid: "solid";
|
|
6986
|
+
dotted: "dotted";
|
|
6987
|
+
dashed: "dashed";
|
|
6978
6988
|
}>>;
|
|
6979
6989
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
6980
6990
|
medium: "medium";
|
|
6981
6991
|
auto: "auto";
|
|
6982
|
-
thick: "thick";
|
|
6983
|
-
thin: "thin";
|
|
6984
6992
|
fromFont: "fromFont";
|
|
6993
|
+
thin: "thin";
|
|
6994
|
+
thick: "thick";
|
|
6985
6995
|
}>>;
|
|
6986
6996
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
6987
6997
|
auto: "auto";
|
|
6998
|
+
tight: "tight";
|
|
6988
6999
|
normal: "normal";
|
|
6989
7000
|
loose: "loose";
|
|
6990
|
-
tight: "tight";
|
|
6991
7001
|
}>>;
|
|
6992
7002
|
}, z.core.$strip>>;
|
|
6993
7003
|
}, z.core.$strip>>;
|
|
@@ -7113,9 +7123,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7113
7123
|
text: "text";
|
|
7114
7124
|
primary: "primary";
|
|
7115
7125
|
secondary: "secondary";
|
|
7116
|
-
border: "border";
|
|
7117
|
-
muted: "muted";
|
|
7118
7126
|
accent: "accent";
|
|
7127
|
+
muted: "muted";
|
|
7128
|
+
border: "border";
|
|
7119
7129
|
}>>;
|
|
7120
7130
|
}, z.core.$strip>]>>>;
|
|
7121
7131
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -7124,8 +7134,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7124
7134
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
7125
7135
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7126
7136
|
iconSet: z.ZodEnum<{
|
|
7127
|
-
caret: "caret";
|
|
7128
7137
|
chevron: "chevron";
|
|
7138
|
+
caret: "caret";
|
|
7129
7139
|
plus: "plus";
|
|
7130
7140
|
"minimal-cross": "minimal-cross";
|
|
7131
7141
|
}>;
|
|
@@ -7134,16 +7144,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7134
7144
|
text: "text";
|
|
7135
7145
|
primary: "primary";
|
|
7136
7146
|
secondary: "secondary";
|
|
7137
|
-
muted: "muted";
|
|
7138
7147
|
accent: "accent";
|
|
7148
|
+
muted: "muted";
|
|
7139
7149
|
}>;
|
|
7140
7150
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
7141
7151
|
current: "current";
|
|
7142
7152
|
text: "text";
|
|
7143
7153
|
primary: "primary";
|
|
7144
7154
|
secondary: "secondary";
|
|
7145
|
-
muted: "muted";
|
|
7146
7155
|
accent: "accent";
|
|
7156
|
+
muted: "muted";
|
|
7147
7157
|
}>>;
|
|
7148
7158
|
motion: z.ZodEnum<{
|
|
7149
7159
|
none: "none";
|
|
@@ -7387,9 +7397,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7387
7397
|
text: "text";
|
|
7388
7398
|
primary: "primary";
|
|
7389
7399
|
secondary: "secondary";
|
|
7390
|
-
border: "border";
|
|
7391
|
-
muted: "muted";
|
|
7392
7400
|
accent: "accent";
|
|
7401
|
+
muted: "muted";
|
|
7402
|
+
border: "border";
|
|
7393
7403
|
}>>;
|
|
7394
7404
|
}, z.core.$strip>]>>;
|
|
7395
7405
|
customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|