@riverbankcms/sdk 0.81.0 → 0.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -3
- package/dist/{PreviewEditorSidebar-RDCMEXIJ.mjs → PreviewEditorSidebar-HML67UDA.mjs} +367 -507
- package/dist/{PreviewEditorSidebar-O4NDX5TP.css → PreviewEditorSidebar-JA4VIPSZ.css} +1 -1
- package/dist/{SdkPreviewModeRuntime-PBGALTMK.css → PreviewEditorUI-36T7QYV4.css} +1 -1
- package/dist/{PreviewEditorUI-NYGQ6K7B.mjs → PreviewEditorUI-I4BQUU6K.mjs} +4 -6
- package/dist/{PreviewEditorUI-4JVDBZBS.css → SdkPreviewModeRuntime-FXKI6XNL.css} +1 -1
- package/dist/SdkPreviewModeRuntime-MCKMVDTK.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +1038 -262
- package/dist/_dts/altcha/src/AltchaWidget.d.ts +1 -1
- package/dist/_dts/api/src/analytics.d.ts +1 -1
- package/dist/_dts/api/src/blocks.d.ts +36 -0
- package/dist/_dts/api/src/bookingConfig.d.ts +4 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +49 -3
- package/dist/_dts/api/src/courses.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +40 -0
- package/dist/_dts/api/src/event-destination-policy.d.ts +17 -0
- package/dist/_dts/api/src/index.d.ts +6 -2
- package/dist/_dts/api/src/navigation/boundaries.d.ts +64 -0
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +6 -54
- package/dist/_dts/api/src/sdk-event-pricing.d.ts +61 -0
- package/dist/_dts/api/src/sdk-event-schedule.d.ts +52 -0
- package/dist/_dts/api/src/sdk-event-upsert.d.ts +50 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +67 -33
- package/dist/_dts/api/src/shared-contracts.d.ts +13 -0
- package/dist/_dts/api/src/siteGeneration.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +29 -42
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +46 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/useBackendWatch.d.ts +6 -1
- package/dist/_dts/block-form/src/context/BlockContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/DisplayLabelResolverContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/FieldPreviewResolverContext.d.ts +2 -2
- package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
- package/dist/_dts/block-form/src/palette/PaletteContext.d.ts +1 -1
- package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +3 -2
- package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +7 -0
- package/dist/_dts/block-form/src/widgets/BackgroundColorWidget/BackgroundColorWidget.d.ts +2 -1
- package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BooleanField/BooleanField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/Field.d.ts +2 -2
- package/dist/_dts/block-form/src/widgets/FieldFrame.d.ts +3 -3
- package/dist/_dts/block-form/src/widgets/NumberField/NumberField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/PresetOrCustomField/PresetOrCustomField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SdkSelectField/SdkSelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectField/SelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SliderField/SliderField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextField/TextField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextInputWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/ToggleWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/stringDefaultValue.d.ts +1 -0
- package/dist/_dts/blocks/src/PageRenderer.d.ts +12 -1
- package/dist/_dts/blocks/src/bindings/index.d.ts +1 -1
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +4 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +24 -20
- package/dist/_dts/blocks/src/index.d.ts +2 -2
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +7 -7
- package/dist/_dts/blocks/src/primitives/content/components/RichText.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/components/Text.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/primitives.d.ts +3 -0
- package/dist/_dts/blocks/src/primitives/layout/Grid.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Inline.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Stack.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/contact-newsletter.d.ts +171 -0
- package/dist/_dts/blocks/src/system/blocks/courses/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +302 -151
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +6 -20
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +3 -0
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +4 -10
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +2608 -225
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +4 -2
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +28 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +880 -2618
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +880 -2620
- package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +0 -4
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +36 -3
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +4 -4
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +3 -0
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +6 -2
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/index.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +38 -0
- package/dist/_dts/blocks/src/system/defineBlock.d.ts +3 -1
- package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +4 -1
- package/dist/_dts/blocks/src/system/fields/imageShape.d.ts +30 -0
- package/dist/_dts/blocks/src/system/fragments/library/heroLayoutControls.d.ts +25 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +106 -217
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +36 -30
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +18 -15
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessEventRegistrationFlow.d.ts +33 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/ImageResolveContext.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +3 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-runtime-sources.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/carousel.shared.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/display.d.ts +1 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/view.d.ts +10 -13
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details/view.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/BookingModeStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/CourseRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/ErrorStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PaymentFailedStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PortalAuthSidebar.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/SuccessStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/VerifyingTimeoutStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/WaitlistStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/components.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/CoursePricingDisplay.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationSummaryBar.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardActions.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardContent.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventSelectionStep.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/OrderSummary.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/PastOccurrenceNotice.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/SelectableOptionCard.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.state.d.ts +303 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/registrationDerivations.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +20 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +4 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +38 -11
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DateTimeTile.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DayEventsModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +4 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/offerings-preview.d.ts +4 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/MagicLinkForm.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-add-feedback.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.server.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.interactive.d.ts +0 -17
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.types.d.ts +0 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/spinner.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/resolver.d.ts +6 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/ActionRow.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CheckIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/ClockIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CrossIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FeedbackMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FieldValidationMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StateIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/TerminalPanel.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
- package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +1 -1
- package/dist/_dts/content-editor/src/components/EditableBlockProvider.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +7 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +7 -1
- package/dist/_dts/content-editor/src/primitives/shared/activePreviewField.d.ts +2 -0
- package/dist/_dts/content-editor/src/primitives/shared/index.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/shared/storeBinding.d.ts +3 -1
- package/dist/_dts/content-editor/src/primitives/shared/types.d.ts +5 -0
- package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +7 -2
- package/dist/_dts/content-model/src/content-types/builtin-schemas.d.ts +0 -40
- package/dist/_dts/content-model/src/content-types/builtins.d.ts +0 -40
- package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +356 -0
- package/dist/_dts/content-model/src/index.d.ts +1 -0
- package/dist/_dts/content-model/src/templates/defaults.d.ts +7 -1
- package/dist/_dts/core/src/event-pricing.d.ts +72 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +127 -7
- package/dist/_dts/db/src/schemas/forms.d.ts +4 -4
- package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +1 -1
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/SaveContext.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/FormProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/AddBlockDivider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/EmptyState.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/EnhancedBlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/HeaderActions.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/owner.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonVariantField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/context.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeSelectField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkSummary.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewGroupOrderField.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewWidgetProvider.d.ts +10 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/index.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/orderDomain.d.ts +29 -0
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +1 -1
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +8 -0
- package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +37 -3
- package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/CropDialogShell.d.ts +1 -1
- package/dist/_dts/media-editor/src/FileAssetPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/context.d.ts +1 -1
- package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
- package/dist/_dts/media-editor/src/provider.d.ts +1 -1
- package/dist/_dts/media-react/src/components/AuthenticatedImage.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/PreviewShellSmoke.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +5 -3
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
- package/dist/_dts/preview-next/src/client/preview/MaintenanceModeBadge.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthInit.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewChromeLayer.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewConfirmationDialog.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignHistoryOrderContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorGuidanceCard.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewQueryProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewViewportControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewZoomControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +17 -3
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SubrouteNoticePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +14 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +5 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +11 -10
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +29 -6
- package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +5 -3
- package/dist/_dts/sdk/src/__mocks__/next-cache.d.ts +4 -3
- package/dist/_dts/sdk/src/bookings/index.d.ts +5 -4
- package/dist/_dts/sdk/src/bookings/types.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/commands/pull-dry-run.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +15 -22
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +6 -1
- package/dist/_dts/sdk/src/cli/helpers.d.ts +10 -5
- package/dist/_dts/sdk/src/cli/merge-remote/entryLocal.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/merge-remote/entryMerge.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entrySnapshots.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/localBlockManifestResolver.d.ts +31 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/sync/validation.d.ts +7 -7
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +40 -10
- package/dist/_dts/sdk/src/client/types.d.ts +36 -4
- package/dist/_dts/sdk/src/client.d.ts +1 -1
- package/dist/_dts/sdk/src/config/content-types.d.ts +3 -14
- package/dist/_dts/sdk/src/config/content-validation.d.ts +9 -214
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
- package/dist/_dts/sdk/src/config/types.d.ts +9 -0
- package/dist/_dts/sdk/src/config/validation.d.ts +21 -21
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +28 -5
- package/dist/_dts/sdk/src/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +6 -6
- package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +4 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +42 -37
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/components/Block.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Block.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/PageHydrationBootstrap.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +10 -9
- package/dist/_dts/sdk/src/rendering/islands/enhancers/routeIslandApiConfig.d.ts +9 -0
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +6 -57
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/primitives/RichText.d.ts +2 -1
- package/dist/_dts/sdk/src/server.d.ts +1 -1
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +1 -1
- package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +84 -21
- package/dist/_dts/theme-core/src/ClientThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeFontLoader.d.ts +3 -2
- package/dist/_dts/theme-core/src/ThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeScopeCore.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +6 -6
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/ornate-ritual.d.ts +16 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +8 -8
- package/dist/_dts/theme-core/src/buttons/types.d.ts +20 -20
- package/dist/_dts/theme-core/src/cards/types.d.ts +20 -20
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +234 -225
- package/dist/_dts/theme-core/src/mock-themes/components/PaletteCard.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/components/swatch.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/presets.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +6 -6
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +16 -0
- package/dist/_dts/theme-core/src/schema.d.ts +263 -248
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +27 -0
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +16 -14
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +11 -9
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
- package/dist/_dts/theme-core/src/site-styles/siteChromeBackgrounds.d.ts +30 -0
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +3 -1
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +1 -0
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +3 -3
- package/dist/_dts/theme-core/src/utils/colorStyles.d.ts +6 -6
- package/dist/_dts/ui/src/async-boundary.d.ts +1 -1
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button-group.d.ts +3 -3
- package/dist/_dts/ui/src/calendar.d.ts +2 -2
- package/dist/_dts/ui/src/card.d.ts +6 -6
- package/dist/_dts/ui/src/combobox.d.ts +1 -1
- package/dist/_dts/ui/src/command-multi-select.d.ts +1 -1
- package/dist/_dts/ui/src/content-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/delayed-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/dev-toolbar.d.ts +1 -1
- package/dist/_dts/ui/src/dialog.d.ts +10 -10
- package/dist/_dts/ui/src/dropdown-menu.d.ts +1 -1
- package/dist/_dts/ui/src/editor-drawer.d.ts +1 -1
- package/dist/_dts/ui/src/empty-state.d.ts +1 -1
- package/dist/_dts/ui/src/filter-button-group.d.ts +1 -1
- package/dist/_dts/ui/src/fixed-bottom-surface.d.ts +1 -1
- package/dist/_dts/ui/src/form.d.ts +7 -7
- package/dist/_dts/ui/src/label.d.ts +1 -1
- package/dist/_dts/ui/src/menubar.d.ts +16 -16
- package/dist/_dts/ui/src/navigation-tabs.d.ts +2 -2
- package/dist/_dts/ui/src/number-input.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorChooserDialog.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSlotButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSwatchButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/PaletteTokenEditor.d.ts +1 -1
- package/dist/_dts/ui/src/resizable-split-pane.d.ts +1 -1
- package/dist/_dts/ui/src/select.d.ts +10 -10
- package/dist/_dts/ui/src/separator.d.ts +1 -1
- package/dist/_dts/ui/src/sheet.d.ts +9 -9
- package/dist/_dts/ui/src/spinner.d.ts +1 -1
- package/dist/_dts/ui/src/tooltip.d.ts +4 -4
- package/dist/{chunk-4T5JIPWY.mjs → chunk-3LXFQS7T.mjs} +1 -1
- package/dist/{chunk-3QWQ2MUQ.mjs → chunk-5E33VO6J.mjs} +3128 -2300
- package/dist/{chunk-3VT7LZY2.mjs → chunk-6X2OVO3S.mjs} +2 -2
- package/dist/{chunk-3PTVPAT4.mjs → chunk-HFMGVJCE.mjs} +388 -56
- package/dist/{chunk-E3NZYEKF.mjs → chunk-LBBPD2IW.mjs} +53 -2
- package/dist/{chunk-WUHKQBB6.mjs → chunk-MSHZO4SL.mjs} +23773 -18556
- package/dist/cli/index.mjs +6062 -3246
- package/dist/cli/init-docs/content/getting-started.md +2 -0
- package/dist/cli/init-docs/content/workflow-custom-block.md +5 -0
- package/dist/cli/init-docs/content/workflow-templates.md +93 -2
- package/dist/client/{accordion-SFIIZWNH.mjs → accordion-ESY65T56.mjs} +2 -2
- package/dist/client/{bookingForm-CFKZVWGA.mjs → bookingForm-JRFNZUHD.mjs} +12 -12
- package/dist/client/bookings.mjs +3568 -299
- package/dist/client/{carousel-ELXWSBLA.mjs → carousel-CPR5VWIP.mjs} +3 -3
- package/dist/client/{cart-6SSCPYY5.mjs → cart-ZUX5BA7O.mjs} +8 -7
- package/dist/client/{checkout-UFQ34HPV.mjs → checkout-RULGBADZ.mjs} +8 -7
- package/dist/client/{chunk-PA2LJH2M.mjs → chunk-52I7BGEK.mjs} +5 -4
- package/dist/client/{chunk-IUEDYLFJ.mjs → chunk-5ZEAZ33K.mjs} +1 -1
- package/dist/client/{chunk-V6XI4M2Q.mjs → chunk-BT6AEIKN.mjs} +1 -1
- package/dist/client/{chunk-3PEDD5KJ.mjs → chunk-DVNUDUVT.mjs} +1 -1
- package/dist/client/{chunk-YLMKMCSJ.mjs → chunk-GFSQNTRW.mjs} +1 -3
- package/dist/client/{chunk-NX6X3GRF.mjs → chunk-HXPWP5EN.mjs} +492 -201
- package/dist/client/{chunk-G56BSZAM.mjs → chunk-JWEYB4V6.mjs} +3 -3
- package/dist/client/chunk-L4J5Y62O.mjs +18 -0
- package/dist/client/{chunk-76JUETXQ.mjs → chunk-RDJFCPY3.mjs} +358 -157
- package/dist/client/{chunk-RMWMT3ZD.mjs → chunk-SYIJ5JO2.mjs} +1 -1
- package/dist/client/{chunk-NP47RHIX.mjs → chunk-URQCZD5W.mjs} +17 -34
- package/dist/client/{chunk-TCJS3NY5.mjs → chunk-Z5OBQ5I4.mjs} +1 -1
- package/dist/client/{chunk-7BXX7WXH.mjs → chunk-ZE5G642V.mjs} +60 -2
- package/dist/client/client.mjs +75121 -72133
- package/dist/client/{courseRegistration-HJIISAAG.mjs → courseRegistration-QTUDC35T.mjs} +13 -12
- package/dist/client/{eventCalendar-F6YVUCZR.mjs → eventCalendar-Q7NS4XLD.mjs} +14 -14
- package/dist/client/{eventCombined-B5DSTIOK.mjs → eventCombined-QAO7VUO5.mjs} +14 -14
- package/dist/client/{eventDetails-SEJDDHQC.mjs → eventDetails-WTNNU6Q3.mjs} +9 -9
- package/dist/client/{eventListing-TPMWIIBO.mjs → eventListing-5TA2ELDT.mjs} +14 -14
- package/dist/client/{eventRegistration-QU6W2PV6.mjs → eventRegistration-M6USZGRF.mjs} +17 -15
- package/dist/client/{form-LVTYNTDE.mjs → form-DGVGXLMH.mjs} +3 -3
- package/dist/client/{headerSection-SO3MFC4U.mjs → headerSection-O2AGMPCU.mjs} +4 -4
- package/dist/client/hooks.mjs +7289 -5663
- package/dist/client/{locationMap-5E5FLAKO.mjs → locationMap-EJRNRIKJ.mjs} +2 -2
- package/dist/client/{newsletterForm-GN32JEBQ.mjs → newsletterForm-7NTC2DTR.mjs} +3 -3
- package/dist/client/{productDetail-Q346KSVR.mjs → productDetail-HH4LP53D.mjs} +8 -7
- package/dist/client/{productList-DTDMQYGZ.mjs → productList-YVHYM2AF.mjs} +8 -7
- package/dist/client/rendering/client.mjs +3818 -2234
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +17370 -14360
- package/dist/client/{shop-OFUW7KPN.mjs → shop-UIFX7XRK.mjs} +8 -7
- package/dist/client/spam-protection.mjs +3 -5
- package/dist/preview-next/before-render.mjs +40 -0
- package/dist/preview-next/client/runtime.css +1 -1
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +40 -0
- package/dist/{sdk-runtime-EEMNSB7J.css → sdk-runtime-JD4A6SU6.css} +1 -1
- package/dist/{sdk-runtime-2GIX6I7X.mjs → sdk-runtime-ZENAOYMN.mjs} +6 -6
- package/dist/server/components.mjs +13473 -11321
- package/dist/server/config-validation.mjs +7017 -5489
- package/dist/server/config.mjs +7017 -5489
- package/dist/server/data.mjs +7295 -5669
- package/dist/server/index.mjs +149 -56
- package/dist/server/next.mjs +14431 -12060
- package/dist/server/page-converter.mjs +8062 -5399
- package/dist/server/prebuild.mjs +2 -1
- package/dist/server/rendering/server.mjs +13510 -11263
- package/dist/server/rendering.mjs +13613 -11293
- package/dist/server/routing.mjs +30919 -29206
- package/dist/server/server.mjs +27669 -25919
- package/dist/server/theme-bridge.mjs +1288 -146
- package/dist/server/theme.mjs +221 -131
- package/dist/styles/index.css +416 -96
- package/package.json +16 -16
- package/dist/SdkPreviewModeRuntime-AKCSCZEC.mjs +0 -8
|
@@ -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<{
|
|
@@ -192,6 +192,7 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
192
192
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
193
193
|
plain: "plain";
|
|
194
194
|
pill: "pill";
|
|
195
|
+
accent: "accent";
|
|
195
196
|
"accent-pill": "accent-pill";
|
|
196
197
|
"pill-bounce": "pill-bounce";
|
|
197
198
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -207,9 +208,9 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
207
208
|
text: "text";
|
|
208
209
|
primary: "primary";
|
|
209
210
|
secondary: "secondary";
|
|
210
|
-
border: "border";
|
|
211
|
-
muted: "muted";
|
|
212
211
|
accent: "accent";
|
|
212
|
+
muted: "muted";
|
|
213
|
+
border: "border";
|
|
213
214
|
}>>;
|
|
214
215
|
}, z.core.$strip>]>>>;
|
|
215
216
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -218,8 +219,8 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
218
219
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
219
220
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
220
221
|
iconSet: z.ZodEnum<{
|
|
221
|
-
caret: "caret";
|
|
222
222
|
chevron: "chevron";
|
|
223
|
+
caret: "caret";
|
|
223
224
|
plus: "plus";
|
|
224
225
|
"minimal-cross": "minimal-cross";
|
|
225
226
|
}>;
|
|
@@ -228,16 +229,16 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
228
229
|
text: "text";
|
|
229
230
|
primary: "primary";
|
|
230
231
|
secondary: "secondary";
|
|
231
|
-
muted: "muted";
|
|
232
232
|
accent: "accent";
|
|
233
|
+
muted: "muted";
|
|
233
234
|
}>;
|
|
234
235
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
235
236
|
current: "current";
|
|
236
237
|
text: "text";
|
|
237
238
|
primary: "primary";
|
|
238
239
|
secondary: "secondary";
|
|
239
|
-
muted: "muted";
|
|
240
240
|
accent: "accent";
|
|
241
|
+
muted: "muted";
|
|
241
242
|
}>>;
|
|
242
243
|
motion: z.ZodEnum<{
|
|
243
244
|
none: "none";
|
|
@@ -575,6 +576,7 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
575
576
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
576
577
|
plain: "plain";
|
|
577
578
|
pill: "pill";
|
|
579
|
+
accent: "accent";
|
|
578
580
|
"accent-pill": "accent-pill";
|
|
579
581
|
"pill-bounce": "pill-bounce";
|
|
580
582
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -590,9 +592,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
590
592
|
text: "text";
|
|
591
593
|
primary: "primary";
|
|
592
594
|
secondary: "secondary";
|
|
593
|
-
border: "border";
|
|
594
|
-
muted: "muted";
|
|
595
595
|
accent: "accent";
|
|
596
|
+
muted: "muted";
|
|
597
|
+
border: "border";
|
|
596
598
|
}>>;
|
|
597
599
|
}, z.core.$strip>]>>>;
|
|
598
600
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -601,8 +603,8 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
601
603
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
602
604
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
603
605
|
iconSet: z.ZodEnum<{
|
|
604
|
-
caret: "caret";
|
|
605
606
|
chevron: "chevron";
|
|
607
|
+
caret: "caret";
|
|
606
608
|
plus: "plus";
|
|
607
609
|
"minimal-cross": "minimal-cross";
|
|
608
610
|
}>;
|
|
@@ -611,16 +613,16 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
611
613
|
text: "text";
|
|
612
614
|
primary: "primary";
|
|
613
615
|
secondary: "secondary";
|
|
614
|
-
muted: "muted";
|
|
615
616
|
accent: "accent";
|
|
617
|
+
muted: "muted";
|
|
616
618
|
}>;
|
|
617
619
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
618
620
|
current: "current";
|
|
619
621
|
text: "text";
|
|
620
622
|
primary: "primary";
|
|
621
623
|
secondary: "secondary";
|
|
622
|
-
muted: "muted";
|
|
623
624
|
accent: "accent";
|
|
625
|
+
muted: "muted";
|
|
624
626
|
}>>;
|
|
625
627
|
motion: z.ZodEnum<{
|
|
626
628
|
none: "none";
|
|
@@ -861,22 +863,22 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
861
863
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
862
864
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
863
865
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
864
|
-
dashed: "dashed";
|
|
865
|
-
dotted: "dotted";
|
|
866
866
|
solid: "solid";
|
|
867
|
+
dotted: "dotted";
|
|
868
|
+
dashed: "dashed";
|
|
867
869
|
}>>;
|
|
868
870
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
869
871
|
medium: "medium";
|
|
870
872
|
auto: "auto";
|
|
871
|
-
thick: "thick";
|
|
872
|
-
thin: "thin";
|
|
873
873
|
fromFont: "fromFont";
|
|
874
|
+
thin: "thin";
|
|
875
|
+
thick: "thick";
|
|
874
876
|
}>>;
|
|
875
877
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
876
878
|
auto: "auto";
|
|
879
|
+
tight: "tight";
|
|
877
880
|
normal: "normal";
|
|
878
881
|
loose: "loose";
|
|
879
|
-
tight: "tight";
|
|
880
882
|
}>>;
|
|
881
883
|
}, z.core.$strip>>;
|
|
882
884
|
}, z.core.$strip>>;
|
|
@@ -987,6 +989,7 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
987
989
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
988
990
|
plain: "plain";
|
|
989
991
|
pill: "pill";
|
|
992
|
+
accent: "accent";
|
|
990
993
|
"accent-pill": "accent-pill";
|
|
991
994
|
"pill-bounce": "pill-bounce";
|
|
992
995
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -1002,9 +1005,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1002
1005
|
text: "text";
|
|
1003
1006
|
primary: "primary";
|
|
1004
1007
|
secondary: "secondary";
|
|
1005
|
-
border: "border";
|
|
1006
|
-
muted: "muted";
|
|
1007
1008
|
accent: "accent";
|
|
1009
|
+
muted: "muted";
|
|
1010
|
+
border: "border";
|
|
1008
1011
|
}>>;
|
|
1009
1012
|
}, z.core.$strip>]>>>;
|
|
1010
1013
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -1013,8 +1016,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1013
1016
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
1014
1017
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1015
1018
|
iconSet: z.ZodEnum<{
|
|
1016
|
-
caret: "caret";
|
|
1017
1019
|
chevron: "chevron";
|
|
1020
|
+
caret: "caret";
|
|
1018
1021
|
plus: "plus";
|
|
1019
1022
|
"minimal-cross": "minimal-cross";
|
|
1020
1023
|
}>;
|
|
@@ -1023,16 +1026,16 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1023
1026
|
text: "text";
|
|
1024
1027
|
primary: "primary";
|
|
1025
1028
|
secondary: "secondary";
|
|
1026
|
-
muted: "muted";
|
|
1027
1029
|
accent: "accent";
|
|
1030
|
+
muted: "muted";
|
|
1028
1031
|
}>;
|
|
1029
1032
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
1030
1033
|
current: "current";
|
|
1031
1034
|
text: "text";
|
|
1032
1035
|
primary: "primary";
|
|
1033
1036
|
secondary: "secondary";
|
|
1034
|
-
muted: "muted";
|
|
1035
1037
|
accent: "accent";
|
|
1038
|
+
muted: "muted";
|
|
1036
1039
|
}>>;
|
|
1037
1040
|
motion: z.ZodEnum<{
|
|
1038
1041
|
none: "none";
|
|
@@ -1284,9 +1287,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1284
1287
|
semibold: "semibold";
|
|
1285
1288
|
}>;
|
|
1286
1289
|
letterSpacing: z.ZodEnum<{
|
|
1290
|
+
tight: "tight";
|
|
1287
1291
|
normal: "normal";
|
|
1288
1292
|
loose: "loose";
|
|
1289
|
-
tight: "tight";
|
|
1290
1293
|
}>;
|
|
1291
1294
|
lineHeight: z.ZodEnum<{
|
|
1292
1295
|
normal: "normal";
|
|
@@ -1310,9 +1313,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1310
1313
|
semibold: "semibold";
|
|
1311
1314
|
}>;
|
|
1312
1315
|
letterSpacing: z.ZodEnum<{
|
|
1316
|
+
tight: "tight";
|
|
1313
1317
|
normal: "normal";
|
|
1314
1318
|
loose: "loose";
|
|
1315
|
-
tight: "tight";
|
|
1316
1319
|
}>;
|
|
1317
1320
|
lineHeight: z.ZodEnum<{
|
|
1318
1321
|
normal: "normal";
|
|
@@ -1320,8 +1323,8 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1320
1323
|
relaxed: "relaxed";
|
|
1321
1324
|
}>;
|
|
1322
1325
|
case: z.ZodNullable<z.ZodEnum<{
|
|
1323
|
-
normal: "normal";
|
|
1324
1326
|
uppercase: "uppercase";
|
|
1327
|
+
normal: "normal";
|
|
1325
1328
|
smallCaps: "smallCaps";
|
|
1326
1329
|
}>>;
|
|
1327
1330
|
italic: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -1336,9 +1339,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1336
1339
|
semibold: "semibold";
|
|
1337
1340
|
}>>>;
|
|
1338
1341
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1342
|
+
tight: "tight";
|
|
1339
1343
|
normal: "normal";
|
|
1340
1344
|
loose: "loose";
|
|
1341
|
-
tight: "tight";
|
|
1342
1345
|
}>>>;
|
|
1343
1346
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1344
1347
|
sm: "sm";
|
|
@@ -1365,9 +1368,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1365
1368
|
semibold: "semibold";
|
|
1366
1369
|
}>>>;
|
|
1367
1370
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1371
|
+
tight: "tight";
|
|
1368
1372
|
normal: "normal";
|
|
1369
1373
|
loose: "loose";
|
|
1370
|
-
tight: "tight";
|
|
1371
1374
|
}>>>;
|
|
1372
1375
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1373
1376
|
sm: "sm";
|
|
@@ -1394,9 +1397,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1394
1397
|
semibold: "semibold";
|
|
1395
1398
|
}>>>;
|
|
1396
1399
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1400
|
+
tight: "tight";
|
|
1397
1401
|
normal: "normal";
|
|
1398
1402
|
loose: "loose";
|
|
1399
|
-
tight: "tight";
|
|
1400
1403
|
}>>>;
|
|
1401
1404
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1402
1405
|
sm: "sm";
|
|
@@ -1423,9 +1426,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1423
1426
|
semibold: "semibold";
|
|
1424
1427
|
}>>>;
|
|
1425
1428
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1429
|
+
tight: "tight";
|
|
1426
1430
|
normal: "normal";
|
|
1427
1431
|
loose: "loose";
|
|
1428
|
-
tight: "tight";
|
|
1429
1432
|
}>>>;
|
|
1430
1433
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1431
1434
|
sm: "sm";
|
|
@@ -1452,9 +1455,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1452
1455
|
semibold: "semibold";
|
|
1453
1456
|
}>>>;
|
|
1454
1457
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1458
|
+
tight: "tight";
|
|
1455
1459
|
normal: "normal";
|
|
1456
1460
|
loose: "loose";
|
|
1457
|
-
tight: "tight";
|
|
1458
1461
|
}>>>;
|
|
1459
1462
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1460
1463
|
sm: "sm";
|
|
@@ -1481,9 +1484,9 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1481
1484
|
semibold: "semibold";
|
|
1482
1485
|
}>>>;
|
|
1483
1486
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1487
|
+
tight: "tight";
|
|
1484
1488
|
normal: "normal";
|
|
1485
1489
|
loose: "loose";
|
|
1486
|
-
tight: "tight";
|
|
1487
1490
|
}>>>;
|
|
1488
1491
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1489
1492
|
sm: "sm";
|
|
@@ -1517,22 +1520,22 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1517
1520
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
1518
1521
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
1519
1522
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1520
|
-
dashed: "dashed";
|
|
1521
|
-
dotted: "dotted";
|
|
1522
1523
|
solid: "solid";
|
|
1524
|
+
dotted: "dotted";
|
|
1525
|
+
dashed: "dashed";
|
|
1523
1526
|
}>>;
|
|
1524
1527
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
1525
1528
|
medium: "medium";
|
|
1526
1529
|
auto: "auto";
|
|
1527
|
-
thick: "thick";
|
|
1528
|
-
thin: "thin";
|
|
1529
1530
|
fromFont: "fromFont";
|
|
1531
|
+
thin: "thin";
|
|
1532
|
+
thick: "thick";
|
|
1530
1533
|
}>>;
|
|
1531
1534
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
1532
1535
|
auto: "auto";
|
|
1536
|
+
tight: "tight";
|
|
1533
1537
|
normal: "normal";
|
|
1534
1538
|
loose: "loose";
|
|
1535
|
-
tight: "tight";
|
|
1536
1539
|
}>>;
|
|
1537
1540
|
}, z.core.$strip>>;
|
|
1538
1541
|
}, z.core.$strip>;
|
|
@@ -1542,8 +1545,8 @@ export declare const spaceSchema: z.ZodEnum<{
|
|
|
1542
1545
|
dense: "dense";
|
|
1543
1546
|
}>;
|
|
1544
1547
|
export declare const corners: z.ZodEnum<{
|
|
1545
|
-
rounded: "rounded";
|
|
1546
1548
|
square: "square";
|
|
1549
|
+
rounded: "rounded";
|
|
1547
1550
|
pill: "pill";
|
|
1548
1551
|
soft: "soft";
|
|
1549
1552
|
}>;
|
|
@@ -1551,8 +1554,8 @@ export declare const shadow: z.ZodObject<{
|
|
|
1551
1554
|
elevation: z.ZodEnum<{
|
|
1552
1555
|
medium: "medium";
|
|
1553
1556
|
none: "none";
|
|
1554
|
-
high: "high";
|
|
1555
1557
|
low: "low";
|
|
1558
|
+
high: "high";
|
|
1556
1559
|
}>;
|
|
1557
1560
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
1558
1561
|
soft: "soft";
|
|
@@ -1567,21 +1570,21 @@ export declare const shadow: z.ZodObject<{
|
|
|
1567
1570
|
export declare const border: z.ZodObject<{
|
|
1568
1571
|
width: z.ZodEnum<{
|
|
1569
1572
|
none: "none";
|
|
1570
|
-
thick: "thick";
|
|
1571
1573
|
thin: "thin";
|
|
1574
|
+
thick: "thick";
|
|
1572
1575
|
hairline: "hairline";
|
|
1573
1576
|
}>;
|
|
1574
1577
|
style: z.ZodEnum<{
|
|
1575
|
-
dashed: "dashed";
|
|
1576
1578
|
solid: "solid";
|
|
1579
|
+
dashed: "dashed";
|
|
1577
1580
|
}>;
|
|
1578
1581
|
}, z.core.$strip>;
|
|
1579
1582
|
export declare const motion: z.ZodObject<{
|
|
1580
1583
|
level: z.ZodEnum<{
|
|
1581
1584
|
medium: "medium";
|
|
1582
|
-
off: "off";
|
|
1583
|
-
high: "high";
|
|
1584
1585
|
low: "low";
|
|
1586
|
+
high: "high";
|
|
1587
|
+
off: "off";
|
|
1585
1588
|
}>;
|
|
1586
1589
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
1587
1590
|
standard: "standard";
|
|
@@ -1591,8 +1594,8 @@ export declare const motion: z.ZodObject<{
|
|
|
1591
1594
|
}, z.core.$strip>;
|
|
1592
1595
|
export declare const buttonStyle: z.ZodObject<{
|
|
1593
1596
|
shape: z.ZodEnum<{
|
|
1594
|
-
rounded: "rounded";
|
|
1595
1597
|
square: "square";
|
|
1598
|
+
rounded: "rounded";
|
|
1596
1599
|
pill: "pill";
|
|
1597
1600
|
soft: "soft";
|
|
1598
1601
|
}>;
|
|
@@ -1601,8 +1604,8 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1601
1604
|
elevation: z.ZodEnum<{
|
|
1602
1605
|
medium: "medium";
|
|
1603
1606
|
none: "none";
|
|
1604
|
-
high: "high";
|
|
1605
1607
|
low: "low";
|
|
1608
|
+
high: "high";
|
|
1606
1609
|
}>;
|
|
1607
1610
|
border: z.ZodEnum<{
|
|
1608
1611
|
none: "none";
|
|
@@ -1610,8 +1613,8 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1610
1613
|
defined: "defined";
|
|
1611
1614
|
}>;
|
|
1612
1615
|
shape: z.ZodEnum<{
|
|
1613
|
-
rounded: "rounded";
|
|
1614
1616
|
square: "square";
|
|
1617
|
+
rounded: "rounded";
|
|
1615
1618
|
pill: "pill";
|
|
1616
1619
|
soft: "soft";
|
|
1617
1620
|
}>;
|
|
@@ -1621,21 +1624,21 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1621
1624
|
subtleBg: "subtleBg";
|
|
1622
1625
|
}>>;
|
|
1623
1626
|
mediaTreatment: z.ZodNullable<z.ZodEnum<{
|
|
1624
|
-
rounded: "rounded";
|
|
1625
1627
|
square: "square";
|
|
1628
|
+
rounded: "rounded";
|
|
1626
1629
|
bleed: "bleed";
|
|
1627
1630
|
}>>;
|
|
1628
1631
|
}, z.core.$strip>;
|
|
1629
1632
|
export declare const inputStyle: z.ZodObject<{
|
|
1630
1633
|
shape: z.ZodEnum<{
|
|
1631
|
-
rounded: "rounded";
|
|
1632
1634
|
square: "square";
|
|
1635
|
+
rounded: "rounded";
|
|
1633
1636
|
pill: "pill";
|
|
1634
1637
|
soft: "soft";
|
|
1635
1638
|
}>;
|
|
1636
1639
|
border: z.ZodEnum<{
|
|
1637
|
-
underline: "underline";
|
|
1638
1640
|
subtle: "subtle";
|
|
1641
|
+
underline: "underline";
|
|
1639
1642
|
defined: "defined";
|
|
1640
1643
|
}>;
|
|
1641
1644
|
focus: z.ZodEnum<{
|
|
@@ -1644,8 +1647,8 @@ export declare const inputStyle: z.ZodObject<{
|
|
|
1644
1647
|
ring: "ring";
|
|
1645
1648
|
}>;
|
|
1646
1649
|
label: z.ZodEnum<{
|
|
1647
|
-
inside: "inside";
|
|
1648
1650
|
above: "above";
|
|
1651
|
+
inside: "inside";
|
|
1649
1652
|
}>;
|
|
1650
1653
|
}, z.core.$strip>;
|
|
1651
1654
|
declare const headerVariant: z.ZodEnum<{
|
|
@@ -1655,15 +1658,15 @@ declare const headerVariant: z.ZodEnum<{
|
|
|
1655
1658
|
floating: "floating";
|
|
1656
1659
|
}>;
|
|
1657
1660
|
declare const headerPositioning: z.ZodEnum<{
|
|
1658
|
-
static: "static";
|
|
1659
1661
|
fixed: "fixed";
|
|
1662
|
+
static: "static";
|
|
1660
1663
|
sticky: "sticky";
|
|
1661
1664
|
}>;
|
|
1662
1665
|
declare const headerNavStyle: z.ZodEnum<{
|
|
1663
1666
|
scale: "scale";
|
|
1664
1667
|
solid: "solid";
|
|
1665
|
-
underline: "underline";
|
|
1666
1668
|
minimal: "minimal";
|
|
1669
|
+
underline: "underline";
|
|
1667
1670
|
"underline-grow": "underline-grow";
|
|
1668
1671
|
capsule: "capsule";
|
|
1669
1672
|
frosted: "frosted";
|
|
@@ -1701,13 +1704,13 @@ declare const headerBorderSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1701
1704
|
width: z.ZodDefault<z.ZodEnum<{
|
|
1702
1705
|
medium: "medium";
|
|
1703
1706
|
none: "none";
|
|
1704
|
-
thick: "thick";
|
|
1705
1707
|
thin: "thin";
|
|
1708
|
+
thick: "thick";
|
|
1706
1709
|
hairline: "hairline";
|
|
1707
1710
|
}>>;
|
|
1708
1711
|
style: z.ZodDefault<z.ZodEnum<{
|
|
1709
|
-
dashed: "dashed";
|
|
1710
1712
|
solid: "solid";
|
|
1713
|
+
dashed: "dashed";
|
|
1711
1714
|
}>>;
|
|
1712
1715
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
1713
1716
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -1736,10 +1739,10 @@ declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1736
1739
|
"title-only": "title-only";
|
|
1737
1740
|
}>>;
|
|
1738
1741
|
size: z.ZodOptional<z.ZodEnum<{
|
|
1742
|
+
display: "display";
|
|
1739
1743
|
standard: "standard";
|
|
1740
1744
|
auto: "auto";
|
|
1741
1745
|
compact: "compact";
|
|
1742
|
-
display: "display";
|
|
1743
1746
|
generous: "generous";
|
|
1744
1747
|
}>>;
|
|
1745
1748
|
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1789,8 +1792,8 @@ declare const dropdownStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1789
1792
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1790
1793
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
1791
1794
|
none: "none";
|
|
1792
|
-
capitalize: "capitalize";
|
|
1793
1795
|
uppercase: "uppercase";
|
|
1796
|
+
capitalize: "capitalize";
|
|
1794
1797
|
}>>;
|
|
1795
1798
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1796
1799
|
wide: "wide";
|
|
@@ -1828,6 +1831,7 @@ declare const headerBackgroundSchema: z.ZodObject<{
|
|
|
1828
1831
|
color: "color";
|
|
1829
1832
|
gradient: "gradient";
|
|
1830
1833
|
}>;
|
|
1834
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
1831
1835
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1832
1836
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1833
1837
|
type: z.ZodEnum<{
|
|
@@ -1892,8 +1896,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1892
1896
|
floating: "floating";
|
|
1893
1897
|
}>;
|
|
1894
1898
|
positioning: z.ZodEnum<{
|
|
1895
|
-
static: "static";
|
|
1896
1899
|
fixed: "fixed";
|
|
1900
|
+
static: "static";
|
|
1897
1901
|
sticky: "sticky";
|
|
1898
1902
|
}>;
|
|
1899
1903
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -1948,6 +1952,7 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1948
1952
|
color: "color";
|
|
1949
1953
|
gradient: "gradient";
|
|
1950
1954
|
}>;
|
|
1955
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
1951
1956
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1952
1957
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1953
1958
|
type: z.ZodEnum<{
|
|
@@ -2008,8 +2013,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2008
2013
|
navStyle: z.ZodEnum<{
|
|
2009
2014
|
scale: "scale";
|
|
2010
2015
|
solid: "solid";
|
|
2011
|
-
underline: "underline";
|
|
2012
2016
|
minimal: "minimal";
|
|
2017
|
+
underline: "underline";
|
|
2013
2018
|
"underline-grow": "underline-grow";
|
|
2014
2019
|
capsule: "capsule";
|
|
2015
2020
|
frosted: "frosted";
|
|
@@ -2044,13 +2049,13 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2044
2049
|
width: z.ZodDefault<z.ZodEnum<{
|
|
2045
2050
|
medium: "medium";
|
|
2046
2051
|
none: "none";
|
|
2047
|
-
thick: "thick";
|
|
2048
2052
|
thin: "thin";
|
|
2053
|
+
thick: "thick";
|
|
2049
2054
|
hairline: "hairline";
|
|
2050
2055
|
}>>;
|
|
2051
2056
|
style: z.ZodDefault<z.ZodEnum<{
|
|
2052
|
-
dashed: "dashed";
|
|
2053
2057
|
solid: "solid";
|
|
2058
|
+
dashed: "dashed";
|
|
2054
2059
|
}>>;
|
|
2055
2060
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
2056
2061
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -2089,10 +2094,10 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2089
2094
|
"title-only": "title-only";
|
|
2090
2095
|
}>>;
|
|
2091
2096
|
size: z.ZodOptional<z.ZodEnum<{
|
|
2097
|
+
display: "display";
|
|
2092
2098
|
standard: "standard";
|
|
2093
2099
|
auto: "auto";
|
|
2094
2100
|
compact: "compact";
|
|
2095
|
-
display: "display";
|
|
2096
2101
|
generous: "generous";
|
|
2097
2102
|
}>>;
|
|
2098
2103
|
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2199,8 +2204,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2199
2204
|
}>>;
|
|
2200
2205
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
2201
2206
|
none: "none";
|
|
2202
|
-
capitalize: "capitalize";
|
|
2203
2207
|
uppercase: "uppercase";
|
|
2208
|
+
capitalize: "capitalize";
|
|
2204
2209
|
}>>;
|
|
2205
2210
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
2206
2211
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -2242,8 +2247,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2242
2247
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2243
2248
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
2244
2249
|
none: "none";
|
|
2245
|
-
capitalize: "capitalize";
|
|
2246
2250
|
uppercase: "uppercase";
|
|
2251
|
+
capitalize: "capitalize";
|
|
2247
2252
|
}>>;
|
|
2248
2253
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
2249
2254
|
wide: "wide";
|
|
@@ -2302,6 +2307,7 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2302
2307
|
color: "color";
|
|
2303
2308
|
gradient: "gradient";
|
|
2304
2309
|
}>;
|
|
2310
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
2305
2311
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2306
2312
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2307
2313
|
type: z.ZodEnum<{
|
|
@@ -2361,8 +2367,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2361
2367
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
2362
2368
|
scale: "scale";
|
|
2363
2369
|
solid: "solid";
|
|
2364
|
-
underline: "underline";
|
|
2365
2370
|
minimal: "minimal";
|
|
2371
|
+
underline: "underline";
|
|
2366
2372
|
"underline-grow": "underline-grow";
|
|
2367
2373
|
capsule: "capsule";
|
|
2368
2374
|
frosted: "frosted";
|
|
@@ -2442,8 +2448,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2442
2448
|
}>>;
|
|
2443
2449
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
2444
2450
|
none: "none";
|
|
2445
|
-
capitalize: "capitalize";
|
|
2446
2451
|
uppercase: "uppercase";
|
|
2452
|
+
capitalize: "capitalize";
|
|
2447
2453
|
}>>;
|
|
2448
2454
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
2449
2455
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -2462,9 +2468,9 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2462
2468
|
}>>;
|
|
2463
2469
|
align: z.ZodOptional<z.ZodEnum<{
|
|
2464
2470
|
center: "center";
|
|
2465
|
-
"space-between": "space-between";
|
|
2466
|
-
end: "end";
|
|
2467
2471
|
start: "start";
|
|
2472
|
+
end: "end";
|
|
2473
|
+
"space-between": "space-between";
|
|
2468
2474
|
}>>;
|
|
2469
2475
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
2470
2476
|
none: "none";
|
|
@@ -2507,8 +2513,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2507
2513
|
}>>;
|
|
2508
2514
|
align: z.ZodOptional<z.ZodEnum<{
|
|
2509
2515
|
center: "center";
|
|
2510
|
-
end: "end";
|
|
2511
2516
|
start: "start";
|
|
2517
|
+
end: "end";
|
|
2512
2518
|
}>>;
|
|
2513
2519
|
}, z.core.$strip>>;
|
|
2514
2520
|
bottomBar: z.ZodOptional<z.ZodObject<{
|
|
@@ -2520,6 +2526,7 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2520
2526
|
color: "color";
|
|
2521
2527
|
gradient: "gradient";
|
|
2522
2528
|
}>;
|
|
2529
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
2523
2530
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2524
2531
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2525
2532
|
type: z.ZodEnum<{
|
|
@@ -2603,8 +2610,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2603
2610
|
width: z.ZodOptional<z.ZodEnum<{
|
|
2604
2611
|
medium: "medium";
|
|
2605
2612
|
none: "none";
|
|
2606
|
-
thick: "thick";
|
|
2607
2613
|
thin: "thin";
|
|
2614
|
+
thick: "thick";
|
|
2608
2615
|
}>>;
|
|
2609
2616
|
}, z.core.$strip>>;
|
|
2610
2617
|
}, z.core.$strip>>;
|
|
@@ -2646,8 +2653,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2646
2653
|
editorial: "editorial";
|
|
2647
2654
|
}>>;
|
|
2648
2655
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2649
|
-
normal: "normal";
|
|
2650
2656
|
tight: "tight";
|
|
2657
|
+
normal: "normal";
|
|
2651
2658
|
relaxed: "relaxed";
|
|
2652
2659
|
snug: "snug";
|
|
2653
2660
|
}>>;
|
|
@@ -2664,8 +2671,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2664
2671
|
editorial: "editorial";
|
|
2665
2672
|
}>>;
|
|
2666
2673
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2667
|
-
normal: "normal";
|
|
2668
2674
|
tight: "tight";
|
|
2675
|
+
normal: "normal";
|
|
2669
2676
|
relaxed: "relaxed";
|
|
2670
2677
|
snug: "snug";
|
|
2671
2678
|
}>>;
|
|
@@ -2682,8 +2689,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2682
2689
|
editorial: "editorial";
|
|
2683
2690
|
}>>;
|
|
2684
2691
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2685
|
-
normal: "normal";
|
|
2686
2692
|
tight: "tight";
|
|
2693
|
+
normal: "normal";
|
|
2687
2694
|
relaxed: "relaxed";
|
|
2688
2695
|
snug: "snug";
|
|
2689
2696
|
}>>;
|
|
@@ -2700,8 +2707,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2700
2707
|
editorial: "editorial";
|
|
2701
2708
|
}>>;
|
|
2702
2709
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2703
|
-
normal: "normal";
|
|
2704
2710
|
tight: "tight";
|
|
2711
|
+
normal: "normal";
|
|
2705
2712
|
relaxed: "relaxed";
|
|
2706
2713
|
snug: "snug";
|
|
2707
2714
|
}>>;
|
|
@@ -2720,8 +2727,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2720
2727
|
editorial: "editorial";
|
|
2721
2728
|
}>>;
|
|
2722
2729
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2723
|
-
normal: "normal";
|
|
2724
2730
|
tight: "tight";
|
|
2731
|
+
normal: "normal";
|
|
2725
2732
|
relaxed: "relaxed";
|
|
2726
2733
|
snug: "snug";
|
|
2727
2734
|
}>>;
|
|
@@ -2738,8 +2745,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2738
2745
|
editorial: "editorial";
|
|
2739
2746
|
}>>;
|
|
2740
2747
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2741
|
-
normal: "normal";
|
|
2742
2748
|
tight: "tight";
|
|
2749
|
+
normal: "normal";
|
|
2743
2750
|
relaxed: "relaxed";
|
|
2744
2751
|
snug: "snug";
|
|
2745
2752
|
}>>;
|
|
@@ -2758,8 +2765,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2758
2765
|
editorial: "editorial";
|
|
2759
2766
|
}>>;
|
|
2760
2767
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2761
|
-
normal: "normal";
|
|
2762
2768
|
tight: "tight";
|
|
2769
|
+
normal: "normal";
|
|
2763
2770
|
relaxed: "relaxed";
|
|
2764
2771
|
snug: "snug";
|
|
2765
2772
|
}>>;
|
|
@@ -2776,8 +2783,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2776
2783
|
editorial: "editorial";
|
|
2777
2784
|
}>>;
|
|
2778
2785
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2779
|
-
normal: "normal";
|
|
2780
2786
|
tight: "tight";
|
|
2787
|
+
normal: "normal";
|
|
2781
2788
|
relaxed: "relaxed";
|
|
2782
2789
|
snug: "snug";
|
|
2783
2790
|
}>>;
|
|
@@ -2849,19 +2856,19 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2849
2856
|
regular: "regular";
|
|
2850
2857
|
}>;
|
|
2851
2858
|
mediaBias: z.ZodEnum<{
|
|
2859
|
+
mixed: "mixed";
|
|
2852
2860
|
text: "text";
|
|
2853
2861
|
media: "media";
|
|
2854
|
-
mixed: "mixed";
|
|
2855
2862
|
}>;
|
|
2856
2863
|
conversionBias: z.ZodEnum<{
|
|
2857
|
-
high: "high";
|
|
2858
2864
|
low: "low";
|
|
2865
|
+
high: "high";
|
|
2859
2866
|
med: "med";
|
|
2860
2867
|
}>;
|
|
2861
2868
|
motion: z.ZodEnum<{
|
|
2862
2869
|
standard: "standard";
|
|
2863
|
-
expressive: "expressive";
|
|
2864
2870
|
subtle: "subtle";
|
|
2871
|
+
expressive: "expressive";
|
|
2865
2872
|
}>;
|
|
2866
2873
|
}, z.core.$strip>;
|
|
2867
2874
|
palette: z.ZodObject<{
|
|
@@ -2871,8 +2878,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2871
2878
|
}, z.core.$strip>>;
|
|
2872
2879
|
meta: z.ZodObject<{
|
|
2873
2880
|
mode: z.ZodEnum<{
|
|
2874
|
-
dark: "dark";
|
|
2875
2881
|
light: "light";
|
|
2882
|
+
dark: "dark";
|
|
2876
2883
|
}>;
|
|
2877
2884
|
}, z.core.$strip>;
|
|
2878
2885
|
}, z.core.$strip>;
|
|
@@ -2887,9 +2894,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2887
2894
|
semibold: "semibold";
|
|
2888
2895
|
}>;
|
|
2889
2896
|
letterSpacing: z.ZodEnum<{
|
|
2897
|
+
tight: "tight";
|
|
2890
2898
|
normal: "normal";
|
|
2891
2899
|
loose: "loose";
|
|
2892
|
-
tight: "tight";
|
|
2893
2900
|
}>;
|
|
2894
2901
|
lineHeight: z.ZodEnum<{
|
|
2895
2902
|
normal: "normal";
|
|
@@ -2913,9 +2920,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2913
2920
|
semibold: "semibold";
|
|
2914
2921
|
}>;
|
|
2915
2922
|
letterSpacing: z.ZodEnum<{
|
|
2923
|
+
tight: "tight";
|
|
2916
2924
|
normal: "normal";
|
|
2917
2925
|
loose: "loose";
|
|
2918
|
-
tight: "tight";
|
|
2919
2926
|
}>;
|
|
2920
2927
|
lineHeight: z.ZodEnum<{
|
|
2921
2928
|
normal: "normal";
|
|
@@ -2923,8 +2930,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2923
2930
|
relaxed: "relaxed";
|
|
2924
2931
|
}>;
|
|
2925
2932
|
case: z.ZodNullable<z.ZodEnum<{
|
|
2926
|
-
normal: "normal";
|
|
2927
2933
|
uppercase: "uppercase";
|
|
2934
|
+
normal: "normal";
|
|
2928
2935
|
smallCaps: "smallCaps";
|
|
2929
2936
|
}>>;
|
|
2930
2937
|
italic: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -2939,9 +2946,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2939
2946
|
semibold: "semibold";
|
|
2940
2947
|
}>>>;
|
|
2941
2948
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2949
|
+
tight: "tight";
|
|
2942
2950
|
normal: "normal";
|
|
2943
2951
|
loose: "loose";
|
|
2944
|
-
tight: "tight";
|
|
2945
2952
|
}>>>;
|
|
2946
2953
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2947
2954
|
sm: "sm";
|
|
@@ -2968,9 +2975,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2968
2975
|
semibold: "semibold";
|
|
2969
2976
|
}>>>;
|
|
2970
2977
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2978
|
+
tight: "tight";
|
|
2971
2979
|
normal: "normal";
|
|
2972
2980
|
loose: "loose";
|
|
2973
|
-
tight: "tight";
|
|
2974
2981
|
}>>>;
|
|
2975
2982
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2976
2983
|
sm: "sm";
|
|
@@ -2997,9 +3004,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2997
3004
|
semibold: "semibold";
|
|
2998
3005
|
}>>>;
|
|
2999
3006
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3007
|
+
tight: "tight";
|
|
3000
3008
|
normal: "normal";
|
|
3001
3009
|
loose: "loose";
|
|
3002
|
-
tight: "tight";
|
|
3003
3010
|
}>>>;
|
|
3004
3011
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3005
3012
|
sm: "sm";
|
|
@@ -3026,9 +3033,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3026
3033
|
semibold: "semibold";
|
|
3027
3034
|
}>>>;
|
|
3028
3035
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3036
|
+
tight: "tight";
|
|
3029
3037
|
normal: "normal";
|
|
3030
3038
|
loose: "loose";
|
|
3031
|
-
tight: "tight";
|
|
3032
3039
|
}>>>;
|
|
3033
3040
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3034
3041
|
sm: "sm";
|
|
@@ -3055,9 +3062,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3055
3062
|
semibold: "semibold";
|
|
3056
3063
|
}>>>;
|
|
3057
3064
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3065
|
+
tight: "tight";
|
|
3058
3066
|
normal: "normal";
|
|
3059
3067
|
loose: "loose";
|
|
3060
|
-
tight: "tight";
|
|
3061
3068
|
}>>>;
|
|
3062
3069
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3063
3070
|
sm: "sm";
|
|
@@ -3084,9 +3091,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3084
3091
|
semibold: "semibold";
|
|
3085
3092
|
}>>>;
|
|
3086
3093
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3094
|
+
tight: "tight";
|
|
3087
3095
|
normal: "normal";
|
|
3088
3096
|
loose: "loose";
|
|
3089
|
-
tight: "tight";
|
|
3090
3097
|
}>>>;
|
|
3091
3098
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3092
3099
|
sm: "sm";
|
|
@@ -3120,22 +3127,22 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3120
3127
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
3121
3128
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
3122
3129
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
3123
|
-
dashed: "dashed";
|
|
3124
|
-
dotted: "dotted";
|
|
3125
3130
|
solid: "solid";
|
|
3131
|
+
dotted: "dotted";
|
|
3132
|
+
dashed: "dashed";
|
|
3126
3133
|
}>>;
|
|
3127
3134
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
3128
3135
|
medium: "medium";
|
|
3129
3136
|
auto: "auto";
|
|
3130
|
-
thick: "thick";
|
|
3131
|
-
thin: "thin";
|
|
3132
3137
|
fromFont: "fromFont";
|
|
3138
|
+
thin: "thin";
|
|
3139
|
+
thick: "thick";
|
|
3133
3140
|
}>>;
|
|
3134
3141
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
3135
3142
|
auto: "auto";
|
|
3143
|
+
tight: "tight";
|
|
3136
3144
|
normal: "normal";
|
|
3137
3145
|
loose: "loose";
|
|
3138
|
-
tight: "tight";
|
|
3139
3146
|
}>>;
|
|
3140
3147
|
}, z.core.$strip>>;
|
|
3141
3148
|
}, z.core.$strip>;
|
|
@@ -3147,21 +3154,21 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3147
3154
|
border: z.ZodObject<{
|
|
3148
3155
|
width: z.ZodEnum<{
|
|
3149
3156
|
none: "none";
|
|
3150
|
-
thick: "thick";
|
|
3151
3157
|
thin: "thin";
|
|
3158
|
+
thick: "thick";
|
|
3152
3159
|
hairline: "hairline";
|
|
3153
3160
|
}>;
|
|
3154
3161
|
style: z.ZodEnum<{
|
|
3155
|
-
dashed: "dashed";
|
|
3156
3162
|
solid: "solid";
|
|
3163
|
+
dashed: "dashed";
|
|
3157
3164
|
}>;
|
|
3158
3165
|
}, z.core.$strip>;
|
|
3159
3166
|
shadow: z.ZodObject<{
|
|
3160
3167
|
elevation: z.ZodEnum<{
|
|
3161
3168
|
medium: "medium";
|
|
3162
3169
|
none: "none";
|
|
3163
|
-
high: "high";
|
|
3164
3170
|
low: "low";
|
|
3171
|
+
high: "high";
|
|
3165
3172
|
}>;
|
|
3166
3173
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
3167
3174
|
soft: "soft";
|
|
@@ -3176,9 +3183,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3176
3183
|
motion: z.ZodObject<{
|
|
3177
3184
|
level: z.ZodEnum<{
|
|
3178
3185
|
medium: "medium";
|
|
3179
|
-
off: "off";
|
|
3180
|
-
high: "high";
|
|
3181
3186
|
low: "low";
|
|
3187
|
+
high: "high";
|
|
3188
|
+
off: "off";
|
|
3182
3189
|
}>;
|
|
3183
3190
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
3184
3191
|
standard: "standard";
|
|
@@ -3187,8 +3194,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3187
3194
|
}>>;
|
|
3188
3195
|
}, z.core.$strip>;
|
|
3189
3196
|
corners: z.ZodEnum<{
|
|
3190
|
-
rounded: "rounded";
|
|
3191
3197
|
square: "square";
|
|
3198
|
+
rounded: "rounded";
|
|
3192
3199
|
pill: "pill";
|
|
3193
3200
|
soft: "soft";
|
|
3194
3201
|
}>;
|
|
@@ -3234,8 +3241,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3234
3241
|
editorial: "editorial";
|
|
3235
3242
|
}>>;
|
|
3236
3243
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3237
|
-
normal: "normal";
|
|
3238
3244
|
tight: "tight";
|
|
3245
|
+
normal: "normal";
|
|
3239
3246
|
relaxed: "relaxed";
|
|
3240
3247
|
snug: "snug";
|
|
3241
3248
|
}>>;
|
|
@@ -3252,8 +3259,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3252
3259
|
editorial: "editorial";
|
|
3253
3260
|
}>>;
|
|
3254
3261
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3255
|
-
normal: "normal";
|
|
3256
3262
|
tight: "tight";
|
|
3263
|
+
normal: "normal";
|
|
3257
3264
|
relaxed: "relaxed";
|
|
3258
3265
|
snug: "snug";
|
|
3259
3266
|
}>>;
|
|
@@ -3270,8 +3277,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3270
3277
|
editorial: "editorial";
|
|
3271
3278
|
}>>;
|
|
3272
3279
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3273
|
-
normal: "normal";
|
|
3274
3280
|
tight: "tight";
|
|
3281
|
+
normal: "normal";
|
|
3275
3282
|
relaxed: "relaxed";
|
|
3276
3283
|
snug: "snug";
|
|
3277
3284
|
}>>;
|
|
@@ -3288,8 +3295,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3288
3295
|
editorial: "editorial";
|
|
3289
3296
|
}>>;
|
|
3290
3297
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3291
|
-
normal: "normal";
|
|
3292
3298
|
tight: "tight";
|
|
3299
|
+
normal: "normal";
|
|
3293
3300
|
relaxed: "relaxed";
|
|
3294
3301
|
snug: "snug";
|
|
3295
3302
|
}>>;
|
|
@@ -3308,8 +3315,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3308
3315
|
editorial: "editorial";
|
|
3309
3316
|
}>>;
|
|
3310
3317
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3311
|
-
normal: "normal";
|
|
3312
3318
|
tight: "tight";
|
|
3319
|
+
normal: "normal";
|
|
3313
3320
|
relaxed: "relaxed";
|
|
3314
3321
|
snug: "snug";
|
|
3315
3322
|
}>>;
|
|
@@ -3326,8 +3333,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3326
3333
|
editorial: "editorial";
|
|
3327
3334
|
}>>;
|
|
3328
3335
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3329
|
-
normal: "normal";
|
|
3330
3336
|
tight: "tight";
|
|
3337
|
+
normal: "normal";
|
|
3331
3338
|
relaxed: "relaxed";
|
|
3332
3339
|
snug: "snug";
|
|
3333
3340
|
}>>;
|
|
@@ -3346,8 +3353,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3346
3353
|
editorial: "editorial";
|
|
3347
3354
|
}>>;
|
|
3348
3355
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3349
|
-
normal: "normal";
|
|
3350
3356
|
tight: "tight";
|
|
3357
|
+
normal: "normal";
|
|
3351
3358
|
relaxed: "relaxed";
|
|
3352
3359
|
snug: "snug";
|
|
3353
3360
|
}>>;
|
|
@@ -3364,8 +3371,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3364
3371
|
editorial: "editorial";
|
|
3365
3372
|
}>>;
|
|
3366
3373
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3367
|
-
normal: "normal";
|
|
3368
3374
|
tight: "tight";
|
|
3375
|
+
normal: "normal";
|
|
3369
3376
|
relaxed: "relaxed";
|
|
3370
3377
|
snug: "snug";
|
|
3371
3378
|
}>>;
|
|
@@ -3393,8 +3400,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3393
3400
|
floating: "floating";
|
|
3394
3401
|
}>;
|
|
3395
3402
|
positioning: z.ZodEnum<{
|
|
3396
|
-
static: "static";
|
|
3397
3403
|
fixed: "fixed";
|
|
3404
|
+
static: "static";
|
|
3398
3405
|
sticky: "sticky";
|
|
3399
3406
|
}>;
|
|
3400
3407
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -3449,6 +3456,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3449
3456
|
color: "color";
|
|
3450
3457
|
gradient: "gradient";
|
|
3451
3458
|
}>;
|
|
3459
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
3452
3460
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3453
3461
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3454
3462
|
type: z.ZodEnum<{
|
|
@@ -3509,8 +3517,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3509
3517
|
navStyle: z.ZodEnum<{
|
|
3510
3518
|
scale: "scale";
|
|
3511
3519
|
solid: "solid";
|
|
3512
|
-
underline: "underline";
|
|
3513
3520
|
minimal: "minimal";
|
|
3521
|
+
underline: "underline";
|
|
3514
3522
|
"underline-grow": "underline-grow";
|
|
3515
3523
|
capsule: "capsule";
|
|
3516
3524
|
frosted: "frosted";
|
|
@@ -3545,13 +3553,13 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3545
3553
|
width: z.ZodDefault<z.ZodEnum<{
|
|
3546
3554
|
medium: "medium";
|
|
3547
3555
|
none: "none";
|
|
3548
|
-
thick: "thick";
|
|
3549
3556
|
thin: "thin";
|
|
3557
|
+
thick: "thick";
|
|
3550
3558
|
hairline: "hairline";
|
|
3551
3559
|
}>>;
|
|
3552
3560
|
style: z.ZodDefault<z.ZodEnum<{
|
|
3553
|
-
dashed: "dashed";
|
|
3554
3561
|
solid: "solid";
|
|
3562
|
+
dashed: "dashed";
|
|
3555
3563
|
}>>;
|
|
3556
3564
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
3557
3565
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -3590,10 +3598,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3590
3598
|
"title-only": "title-only";
|
|
3591
3599
|
}>>;
|
|
3592
3600
|
size: z.ZodOptional<z.ZodEnum<{
|
|
3601
|
+
display: "display";
|
|
3593
3602
|
standard: "standard";
|
|
3594
3603
|
auto: "auto";
|
|
3595
3604
|
compact: "compact";
|
|
3596
|
-
display: "display";
|
|
3597
3605
|
generous: "generous";
|
|
3598
3606
|
}>>;
|
|
3599
3607
|
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3700,8 +3708,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3700
3708
|
}>>;
|
|
3701
3709
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
3702
3710
|
none: "none";
|
|
3703
|
-
capitalize: "capitalize";
|
|
3704
3711
|
uppercase: "uppercase";
|
|
3712
|
+
capitalize: "capitalize";
|
|
3705
3713
|
}>>;
|
|
3706
3714
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
3707
3715
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -3743,8 +3751,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3743
3751
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3744
3752
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
3745
3753
|
none: "none";
|
|
3746
|
-
capitalize: "capitalize";
|
|
3747
3754
|
uppercase: "uppercase";
|
|
3755
|
+
capitalize: "capitalize";
|
|
3748
3756
|
}>>;
|
|
3749
3757
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
3750
3758
|
wide: "wide";
|
|
@@ -3788,6 +3796,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3788
3796
|
color: "color";
|
|
3789
3797
|
gradient: "gradient";
|
|
3790
3798
|
}>;
|
|
3799
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
3791
3800
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3792
3801
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3793
3802
|
type: z.ZodEnum<{
|
|
@@ -3847,8 +3856,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3847
3856
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
3848
3857
|
scale: "scale";
|
|
3849
3858
|
solid: "solid";
|
|
3850
|
-
underline: "underline";
|
|
3851
3859
|
minimal: "minimal";
|
|
3860
|
+
underline: "underline";
|
|
3852
3861
|
"underline-grow": "underline-grow";
|
|
3853
3862
|
capsule: "capsule";
|
|
3854
3863
|
frosted: "frosted";
|
|
@@ -3928,8 +3937,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3928
3937
|
}>>;
|
|
3929
3938
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
3930
3939
|
none: "none";
|
|
3931
|
-
capitalize: "capitalize";
|
|
3932
3940
|
uppercase: "uppercase";
|
|
3941
|
+
capitalize: "capitalize";
|
|
3933
3942
|
}>>;
|
|
3934
3943
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
3935
3944
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -3948,9 +3957,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3948
3957
|
}>>;
|
|
3949
3958
|
align: z.ZodOptional<z.ZodEnum<{
|
|
3950
3959
|
center: "center";
|
|
3951
|
-
"space-between": "space-between";
|
|
3952
|
-
end: "end";
|
|
3953
3960
|
start: "start";
|
|
3961
|
+
end: "end";
|
|
3962
|
+
"space-between": "space-between";
|
|
3954
3963
|
}>>;
|
|
3955
3964
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
3956
3965
|
none: "none";
|
|
@@ -3993,8 +4002,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3993
4002
|
}>>;
|
|
3994
4003
|
align: z.ZodOptional<z.ZodEnum<{
|
|
3995
4004
|
center: "center";
|
|
3996
|
-
end: "end";
|
|
3997
4005
|
start: "start";
|
|
4006
|
+
end: "end";
|
|
3998
4007
|
}>>;
|
|
3999
4008
|
}, z.core.$strip>>;
|
|
4000
4009
|
bottomBar: z.ZodOptional<z.ZodObject<{
|
|
@@ -4006,6 +4015,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4006
4015
|
color: "color";
|
|
4007
4016
|
gradient: "gradient";
|
|
4008
4017
|
}>;
|
|
4018
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
4009
4019
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4010
4020
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4011
4021
|
type: z.ZodEnum<{
|
|
@@ -4089,8 +4099,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4089
4099
|
width: z.ZodOptional<z.ZodEnum<{
|
|
4090
4100
|
medium: "medium";
|
|
4091
4101
|
none: "none";
|
|
4092
|
-
thick: "thick";
|
|
4093
4102
|
thin: "thin";
|
|
4103
|
+
thick: "thick";
|
|
4094
4104
|
}>>;
|
|
4095
4105
|
}, z.core.$strip>>;
|
|
4096
4106
|
}, z.core.$strip>>;
|
|
@@ -4098,22 +4108,22 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4098
4108
|
buttons: z.ZodOptional<z.ZodObject<{
|
|
4099
4109
|
global: z.ZodObject<{
|
|
4100
4110
|
cornerStyle: z.ZodEnum<{
|
|
4101
|
-
rounded: "rounded";
|
|
4102
4111
|
square: "square";
|
|
4112
|
+
rounded: "rounded";
|
|
4103
4113
|
pill: "pill";
|
|
4104
4114
|
}>;
|
|
4105
4115
|
cornerRadius: z.ZodOptional<z.ZodNumber>;
|
|
4106
4116
|
shadow: z.ZodEnum<{
|
|
4107
4117
|
medium: "medium";
|
|
4108
4118
|
none: "none";
|
|
4109
|
-
high: "high";
|
|
4110
4119
|
low: "low";
|
|
4120
|
+
high: "high";
|
|
4111
4121
|
}>;
|
|
4112
4122
|
textTransform: z.ZodEnum<{
|
|
4113
4123
|
none: "none";
|
|
4114
|
-
capitalize: "capitalize";
|
|
4115
4124
|
lowercase: "lowercase";
|
|
4116
4125
|
uppercase: "uppercase";
|
|
4126
|
+
capitalize: "capitalize";
|
|
4117
4127
|
}>;
|
|
4118
4128
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
4119
4129
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -4123,9 +4133,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4123
4133
|
}>>;
|
|
4124
4134
|
fontSize: z.ZodOptional<z.ZodString>;
|
|
4125
4135
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
4136
|
+
tight: "tight";
|
|
4126
4137
|
normal: "normal";
|
|
4127
4138
|
loose: "loose";
|
|
4128
|
-
tight: "tight";
|
|
4129
4139
|
}>>;
|
|
4130
4140
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
4131
4141
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4142,8 +4152,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4142
4152
|
hoverColor: z.ZodEnum<{
|
|
4143
4153
|
none: "none";
|
|
4144
4154
|
token: "token";
|
|
4145
|
-
darken: "darken";
|
|
4146
4155
|
brighten: "brighten";
|
|
4156
|
+
darken: "darken";
|
|
4147
4157
|
saturate: "saturate";
|
|
4148
4158
|
}>;
|
|
4149
4159
|
hoverColorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -4155,8 +4165,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4155
4165
|
gradientAngle: z.ZodOptional<z.ZodNumber>;
|
|
4156
4166
|
gradientSharpness: z.ZodOptional<z.ZodEnum<{
|
|
4157
4167
|
medium: "medium";
|
|
4158
|
-
smooth: "smooth";
|
|
4159
4168
|
hard: "hard";
|
|
4169
|
+
smooth: "smooth";
|
|
4160
4170
|
}>>;
|
|
4161
4171
|
}, z.core.$strip>;
|
|
4162
4172
|
variants: z.ZodArray<z.ZodObject<{
|
|
@@ -4189,8 +4199,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4189
4199
|
elevation: z.ZodEnum<{
|
|
4190
4200
|
medium: "medium";
|
|
4191
4201
|
none: "none";
|
|
4192
|
-
high: "high";
|
|
4193
4202
|
low: "low";
|
|
4203
|
+
high: "high";
|
|
4194
4204
|
}>;
|
|
4195
4205
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4196
4206
|
soft: "soft";
|
|
@@ -4337,8 +4347,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4337
4347
|
elevation: z.ZodEnum<{
|
|
4338
4348
|
medium: "medium";
|
|
4339
4349
|
none: "none";
|
|
4340
|
-
high: "high";
|
|
4341
4350
|
low: "low";
|
|
4351
|
+
high: "high";
|
|
4342
4352
|
}>;
|
|
4343
4353
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4344
4354
|
soft: "soft";
|
|
@@ -4351,36 +4361,36 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4351
4361
|
}>>;
|
|
4352
4362
|
}, z.core.$strip>>;
|
|
4353
4363
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
4354
|
-
rounded: "rounded";
|
|
4355
4364
|
square: "square";
|
|
4365
|
+
rounded: "rounded";
|
|
4356
4366
|
pill: "pill";
|
|
4357
4367
|
soft: "soft";
|
|
4358
4368
|
}>>;
|
|
4359
4369
|
cornerRadii: z.ZodOptional<z.ZodObject<{
|
|
4360
4370
|
topLeft: z.ZodOptional<z.ZodEnum<{
|
|
4361
|
-
rounded: "rounded";
|
|
4362
4371
|
square: "square";
|
|
4372
|
+
rounded: "rounded";
|
|
4363
4373
|
pill: "pill";
|
|
4364
4374
|
soft: "soft";
|
|
4365
4375
|
expressive: "expressive";
|
|
4366
4376
|
}>>;
|
|
4367
4377
|
topRight: z.ZodOptional<z.ZodEnum<{
|
|
4368
|
-
rounded: "rounded";
|
|
4369
4378
|
square: "square";
|
|
4379
|
+
rounded: "rounded";
|
|
4370
4380
|
pill: "pill";
|
|
4371
4381
|
soft: "soft";
|
|
4372
4382
|
expressive: "expressive";
|
|
4373
4383
|
}>>;
|
|
4374
4384
|
bottomLeft: z.ZodOptional<z.ZodEnum<{
|
|
4375
|
-
rounded: "rounded";
|
|
4376
4385
|
square: "square";
|
|
4386
|
+
rounded: "rounded";
|
|
4377
4387
|
pill: "pill";
|
|
4378
4388
|
soft: "soft";
|
|
4379
4389
|
expressive: "expressive";
|
|
4380
4390
|
}>>;
|
|
4381
4391
|
bottomRight: z.ZodOptional<z.ZodEnum<{
|
|
4382
|
-
rounded: "rounded";
|
|
4383
4392
|
square: "square";
|
|
4393
|
+
rounded: "rounded";
|
|
4384
4394
|
pill: "pill";
|
|
4385
4395
|
soft: "soft";
|
|
4386
4396
|
expressive: "expressive";
|
|
@@ -4400,8 +4410,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4400
4410
|
colorToken: z.ZodString;
|
|
4401
4411
|
width: z.ZodEnum<{
|
|
4402
4412
|
medium: "medium";
|
|
4403
|
-
thick: "thick";
|
|
4404
4413
|
thin: "thin";
|
|
4414
|
+
thick: "thick";
|
|
4405
4415
|
heavy: "heavy";
|
|
4406
4416
|
}>;
|
|
4407
4417
|
}, z.core.$strip>>;
|
|
@@ -4421,8 +4431,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4421
4431
|
spacious: "spacious";
|
|
4422
4432
|
}>;
|
|
4423
4433
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
4424
|
-
rounded: "rounded";
|
|
4425
4434
|
square: "square";
|
|
4435
|
+
rounded: "rounded";
|
|
4426
4436
|
pill: "pill";
|
|
4427
4437
|
soft: "soft";
|
|
4428
4438
|
}>>;
|
|
@@ -4434,8 +4444,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4434
4444
|
elevation: z.ZodEnum<{
|
|
4435
4445
|
medium: "medium";
|
|
4436
4446
|
none: "none";
|
|
4437
|
-
high: "high";
|
|
4438
4447
|
low: "low";
|
|
4448
|
+
high: "high";
|
|
4439
4449
|
}>;
|
|
4440
4450
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4441
4451
|
soft: "soft";
|
|
@@ -4449,9 +4459,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4449
4459
|
}, z.core.$strip>>;
|
|
4450
4460
|
icon: z.ZodObject<{
|
|
4451
4461
|
style: z.ZodEnum<{
|
|
4452
|
-
caret: "caret";
|
|
4453
4462
|
"plus-minus": "plus-minus";
|
|
4454
4463
|
chevron: "chevron";
|
|
4464
|
+
caret: "caret";
|
|
4455
4465
|
arrow: "arrow";
|
|
4456
4466
|
"circle-plus-minus": "circle-plus-minus";
|
|
4457
4467
|
}>;
|
|
@@ -4485,8 +4495,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4485
4495
|
}>>;
|
|
4486
4496
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
4487
4497
|
wide: "wide";
|
|
4488
|
-
normal: "normal";
|
|
4489
4498
|
tight: "tight";
|
|
4499
|
+
normal: "normal";
|
|
4490
4500
|
}>>;
|
|
4491
4501
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
4492
4502
|
none: "none";
|
|
@@ -4510,8 +4520,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4510
4520
|
colorToken: z.ZodString;
|
|
4511
4521
|
thickness: z.ZodEnum<{
|
|
4512
4522
|
medium: "medium";
|
|
4513
|
-
thick: "thick";
|
|
4514
4523
|
thin: "thin";
|
|
4524
|
+
thick: "thick";
|
|
4515
4525
|
}>;
|
|
4516
4526
|
}, z.core.$strip>>;
|
|
4517
4527
|
}, z.core.$strip>>;
|
|
@@ -4556,8 +4566,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4556
4566
|
}>>;
|
|
4557
4567
|
}, z.core.$strip>;
|
|
4558
4568
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
4559
|
-
rounded: "rounded";
|
|
4560
4569
|
square: "square";
|
|
4570
|
+
rounded: "rounded";
|
|
4561
4571
|
pill: "pill";
|
|
4562
4572
|
soft: "soft";
|
|
4563
4573
|
}>>;
|
|
@@ -4590,9 +4600,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4590
4600
|
fontWeight: z.ZodEnum<{
|
|
4591
4601
|
medium: "medium";
|
|
4592
4602
|
bold: "bold";
|
|
4593
|
-
black: "black";
|
|
4594
4603
|
regular: "regular";
|
|
4595
4604
|
semibold: "semibold";
|
|
4605
|
+
black: "black";
|
|
4596
4606
|
}>;
|
|
4597
4607
|
fontSize: z.ZodEnum<{
|
|
4598
4608
|
base: "base";
|
|
@@ -4602,9 +4612,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4602
4612
|
}>;
|
|
4603
4613
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
4604
4614
|
none: "none";
|
|
4605
|
-
capitalize: "capitalize";
|
|
4606
4615
|
lowercase: "lowercase";
|
|
4607
4616
|
uppercase: "uppercase";
|
|
4617
|
+
capitalize: "capitalize";
|
|
4608
4618
|
}>>;
|
|
4609
4619
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
4610
4620
|
wide: "wide";
|
|
@@ -4636,14 +4646,14 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4636
4646
|
}, z.core.$strip>>;
|
|
4637
4647
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
4638
4648
|
shape: z.ZodEnum<{
|
|
4639
|
-
rounded: "rounded";
|
|
4640
4649
|
square: "square";
|
|
4650
|
+
rounded: "rounded";
|
|
4641
4651
|
pill: "pill";
|
|
4642
4652
|
soft: "soft";
|
|
4643
4653
|
}>;
|
|
4644
4654
|
border: z.ZodEnum<{
|
|
4645
|
-
underline: "underline";
|
|
4646
4655
|
subtle: "subtle";
|
|
4656
|
+
underline: "underline";
|
|
4647
4657
|
defined: "defined";
|
|
4648
4658
|
}>;
|
|
4649
4659
|
focus: z.ZodEnum<{
|
|
@@ -4652,8 +4662,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4652
4662
|
ring: "ring";
|
|
4653
4663
|
}>;
|
|
4654
4664
|
label: z.ZodEnum<{
|
|
4655
|
-
inside: "inside";
|
|
4656
4665
|
above: "above";
|
|
4666
|
+
inside: "inside";
|
|
4657
4667
|
}>;
|
|
4658
4668
|
}, z.core.$strip>>;
|
|
4659
4669
|
blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -4666,22 +4676,22 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4666
4676
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
4667
4677
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
4668
4678
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
4669
|
-
dashed: "dashed";
|
|
4670
|
-
dotted: "dotted";
|
|
4671
4679
|
solid: "solid";
|
|
4680
|
+
dotted: "dotted";
|
|
4681
|
+
dashed: "dashed";
|
|
4672
4682
|
}>>;
|
|
4673
4683
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
4674
4684
|
medium: "medium";
|
|
4675
4685
|
auto: "auto";
|
|
4676
|
-
thick: "thick";
|
|
4677
|
-
thin: "thin";
|
|
4678
4686
|
fromFont: "fromFont";
|
|
4687
|
+
thin: "thin";
|
|
4688
|
+
thick: "thick";
|
|
4679
4689
|
}>>;
|
|
4680
4690
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
4681
4691
|
auto: "auto";
|
|
4692
|
+
tight: "tight";
|
|
4682
4693
|
normal: "normal";
|
|
4683
4694
|
loose: "loose";
|
|
4684
|
-
tight: "tight";
|
|
4685
4695
|
}>>;
|
|
4686
4696
|
}, z.core.$strip>>;
|
|
4687
4697
|
}, z.core.$strip>>;
|
|
@@ -4792,6 +4802,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4792
4802
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4793
4803
|
plain: "plain";
|
|
4794
4804
|
pill: "pill";
|
|
4805
|
+
accent: "accent";
|
|
4795
4806
|
"accent-pill": "accent-pill";
|
|
4796
4807
|
"pill-bounce": "pill-bounce";
|
|
4797
4808
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -4807,9 +4818,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4807
4818
|
text: "text";
|
|
4808
4819
|
primary: "primary";
|
|
4809
4820
|
secondary: "secondary";
|
|
4810
|
-
border: "border";
|
|
4811
|
-
muted: "muted";
|
|
4812
4821
|
accent: "accent";
|
|
4822
|
+
muted: "muted";
|
|
4823
|
+
border: "border";
|
|
4813
4824
|
}>>;
|
|
4814
4825
|
}, z.core.$strip>]>>>;
|
|
4815
4826
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -4818,8 +4829,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4818
4829
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
4819
4830
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4820
4831
|
iconSet: z.ZodEnum<{
|
|
4821
|
-
caret: "caret";
|
|
4822
4832
|
chevron: "chevron";
|
|
4833
|
+
caret: "caret";
|
|
4823
4834
|
plus: "plus";
|
|
4824
4835
|
"minimal-cross": "minimal-cross";
|
|
4825
4836
|
}>;
|
|
@@ -4828,16 +4839,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4828
4839
|
text: "text";
|
|
4829
4840
|
primary: "primary";
|
|
4830
4841
|
secondary: "secondary";
|
|
4831
|
-
muted: "muted";
|
|
4832
4842
|
accent: "accent";
|
|
4843
|
+
muted: "muted";
|
|
4833
4844
|
}>;
|
|
4834
4845
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
4835
4846
|
current: "current";
|
|
4836
4847
|
text: "text";
|
|
4837
4848
|
primary: "primary";
|
|
4838
4849
|
secondary: "secondary";
|
|
4839
|
-
muted: "muted";
|
|
4840
4850
|
accent: "accent";
|
|
4851
|
+
muted: "muted";
|
|
4841
4852
|
}>>;
|
|
4842
4853
|
motion: z.ZodEnum<{
|
|
4843
4854
|
none: "none";
|
|
@@ -5081,9 +5092,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
5081
5092
|
text: "text";
|
|
5082
5093
|
primary: "primary";
|
|
5083
5094
|
secondary: "secondary";
|
|
5084
|
-
border: "border";
|
|
5085
|
-
muted: "muted";
|
|
5086
5095
|
accent: "accent";
|
|
5096
|
+
muted: "muted";
|
|
5097
|
+
border: "border";
|
|
5087
5098
|
}>>;
|
|
5088
5099
|
}, z.core.$strip>]>>;
|
|
5089
5100
|
customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5155,19 +5166,19 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5155
5166
|
regular: "regular";
|
|
5156
5167
|
}>;
|
|
5157
5168
|
mediaBias: z.ZodEnum<{
|
|
5169
|
+
mixed: "mixed";
|
|
5158
5170
|
text: "text";
|
|
5159
5171
|
media: "media";
|
|
5160
|
-
mixed: "mixed";
|
|
5161
5172
|
}>;
|
|
5162
5173
|
conversionBias: z.ZodEnum<{
|
|
5163
|
-
high: "high";
|
|
5164
5174
|
low: "low";
|
|
5175
|
+
high: "high";
|
|
5165
5176
|
med: "med";
|
|
5166
5177
|
}>;
|
|
5167
5178
|
motion: z.ZodEnum<{
|
|
5168
5179
|
standard: "standard";
|
|
5169
|
-
expressive: "expressive";
|
|
5170
5180
|
subtle: "subtle";
|
|
5181
|
+
expressive: "expressive";
|
|
5171
5182
|
}>;
|
|
5172
5183
|
}, z.core.$strip>;
|
|
5173
5184
|
palette: z.ZodObject<{
|
|
@@ -5177,8 +5188,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5177
5188
|
}, z.core.$strip>>;
|
|
5178
5189
|
meta: z.ZodObject<{
|
|
5179
5190
|
mode: z.ZodEnum<{
|
|
5180
|
-
dark: "dark";
|
|
5181
5191
|
light: "light";
|
|
5192
|
+
dark: "dark";
|
|
5182
5193
|
}>;
|
|
5183
5194
|
}, z.core.$strip>;
|
|
5184
5195
|
}, z.core.$strip>;
|
|
@@ -5193,9 +5204,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5193
5204
|
semibold: "semibold";
|
|
5194
5205
|
}>;
|
|
5195
5206
|
letterSpacing: z.ZodEnum<{
|
|
5207
|
+
tight: "tight";
|
|
5196
5208
|
normal: "normal";
|
|
5197
5209
|
loose: "loose";
|
|
5198
|
-
tight: "tight";
|
|
5199
5210
|
}>;
|
|
5200
5211
|
lineHeight: z.ZodEnum<{
|
|
5201
5212
|
normal: "normal";
|
|
@@ -5219,9 +5230,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5219
5230
|
semibold: "semibold";
|
|
5220
5231
|
}>;
|
|
5221
5232
|
letterSpacing: z.ZodEnum<{
|
|
5233
|
+
tight: "tight";
|
|
5222
5234
|
normal: "normal";
|
|
5223
5235
|
loose: "loose";
|
|
5224
|
-
tight: "tight";
|
|
5225
5236
|
}>;
|
|
5226
5237
|
lineHeight: z.ZodEnum<{
|
|
5227
5238
|
normal: "normal";
|
|
@@ -5229,8 +5240,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5229
5240
|
relaxed: "relaxed";
|
|
5230
5241
|
}>;
|
|
5231
5242
|
case: z.ZodNullable<z.ZodEnum<{
|
|
5232
|
-
normal: "normal";
|
|
5233
5243
|
uppercase: "uppercase";
|
|
5244
|
+
normal: "normal";
|
|
5234
5245
|
smallCaps: "smallCaps";
|
|
5235
5246
|
}>>;
|
|
5236
5247
|
italic: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -5245,9 +5256,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5245
5256
|
semibold: "semibold";
|
|
5246
5257
|
}>>>;
|
|
5247
5258
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5259
|
+
tight: "tight";
|
|
5248
5260
|
normal: "normal";
|
|
5249
5261
|
loose: "loose";
|
|
5250
|
-
tight: "tight";
|
|
5251
5262
|
}>>>;
|
|
5252
5263
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5253
5264
|
sm: "sm";
|
|
@@ -5274,9 +5285,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5274
5285
|
semibold: "semibold";
|
|
5275
5286
|
}>>>;
|
|
5276
5287
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5288
|
+
tight: "tight";
|
|
5277
5289
|
normal: "normal";
|
|
5278
5290
|
loose: "loose";
|
|
5279
|
-
tight: "tight";
|
|
5280
5291
|
}>>>;
|
|
5281
5292
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5282
5293
|
sm: "sm";
|
|
@@ -5303,9 +5314,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5303
5314
|
semibold: "semibold";
|
|
5304
5315
|
}>>>;
|
|
5305
5316
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5317
|
+
tight: "tight";
|
|
5306
5318
|
normal: "normal";
|
|
5307
5319
|
loose: "loose";
|
|
5308
|
-
tight: "tight";
|
|
5309
5320
|
}>>>;
|
|
5310
5321
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5311
5322
|
sm: "sm";
|
|
@@ -5332,9 +5343,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5332
5343
|
semibold: "semibold";
|
|
5333
5344
|
}>>>;
|
|
5334
5345
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5346
|
+
tight: "tight";
|
|
5335
5347
|
normal: "normal";
|
|
5336
5348
|
loose: "loose";
|
|
5337
|
-
tight: "tight";
|
|
5338
5349
|
}>>>;
|
|
5339
5350
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5340
5351
|
sm: "sm";
|
|
@@ -5361,9 +5372,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5361
5372
|
semibold: "semibold";
|
|
5362
5373
|
}>>>;
|
|
5363
5374
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5375
|
+
tight: "tight";
|
|
5364
5376
|
normal: "normal";
|
|
5365
5377
|
loose: "loose";
|
|
5366
|
-
tight: "tight";
|
|
5367
5378
|
}>>>;
|
|
5368
5379
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5369
5380
|
sm: "sm";
|
|
@@ -5390,9 +5401,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5390
5401
|
semibold: "semibold";
|
|
5391
5402
|
}>>>;
|
|
5392
5403
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5404
|
+
tight: "tight";
|
|
5393
5405
|
normal: "normal";
|
|
5394
5406
|
loose: "loose";
|
|
5395
|
-
tight: "tight";
|
|
5396
5407
|
}>>>;
|
|
5397
5408
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5398
5409
|
sm: "sm";
|
|
@@ -5426,22 +5437,22 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5426
5437
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
5427
5438
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
5428
5439
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
5429
|
-
dashed: "dashed";
|
|
5430
|
-
dotted: "dotted";
|
|
5431
5440
|
solid: "solid";
|
|
5441
|
+
dotted: "dotted";
|
|
5442
|
+
dashed: "dashed";
|
|
5432
5443
|
}>>;
|
|
5433
5444
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
5434
5445
|
medium: "medium";
|
|
5435
5446
|
auto: "auto";
|
|
5436
|
-
thick: "thick";
|
|
5437
|
-
thin: "thin";
|
|
5438
5447
|
fromFont: "fromFont";
|
|
5448
|
+
thin: "thin";
|
|
5449
|
+
thick: "thick";
|
|
5439
5450
|
}>>;
|
|
5440
5451
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
5441
5452
|
auto: "auto";
|
|
5453
|
+
tight: "tight";
|
|
5442
5454
|
normal: "normal";
|
|
5443
5455
|
loose: "loose";
|
|
5444
|
-
tight: "tight";
|
|
5445
5456
|
}>>;
|
|
5446
5457
|
}, z.core.$strip>>;
|
|
5447
5458
|
}, z.core.$strip>;
|
|
@@ -5453,21 +5464,21 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5453
5464
|
border: z.ZodObject<{
|
|
5454
5465
|
width: z.ZodEnum<{
|
|
5455
5466
|
none: "none";
|
|
5456
|
-
thick: "thick";
|
|
5457
5467
|
thin: "thin";
|
|
5468
|
+
thick: "thick";
|
|
5458
5469
|
hairline: "hairline";
|
|
5459
5470
|
}>;
|
|
5460
5471
|
style: z.ZodEnum<{
|
|
5461
|
-
dashed: "dashed";
|
|
5462
5472
|
solid: "solid";
|
|
5473
|
+
dashed: "dashed";
|
|
5463
5474
|
}>;
|
|
5464
5475
|
}, z.core.$strip>;
|
|
5465
5476
|
shadow: z.ZodObject<{
|
|
5466
5477
|
elevation: z.ZodEnum<{
|
|
5467
5478
|
medium: "medium";
|
|
5468
5479
|
none: "none";
|
|
5469
|
-
high: "high";
|
|
5470
5480
|
low: "low";
|
|
5481
|
+
high: "high";
|
|
5471
5482
|
}>;
|
|
5472
5483
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
5473
5484
|
soft: "soft";
|
|
@@ -5482,9 +5493,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5482
5493
|
motion: z.ZodObject<{
|
|
5483
5494
|
level: z.ZodEnum<{
|
|
5484
5495
|
medium: "medium";
|
|
5485
|
-
off: "off";
|
|
5486
|
-
high: "high";
|
|
5487
5496
|
low: "low";
|
|
5497
|
+
high: "high";
|
|
5498
|
+
off: "off";
|
|
5488
5499
|
}>;
|
|
5489
5500
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
5490
5501
|
standard: "standard";
|
|
@@ -5493,8 +5504,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5493
5504
|
}>>;
|
|
5494
5505
|
}, z.core.$strip>;
|
|
5495
5506
|
corners: z.ZodEnum<{
|
|
5496
|
-
rounded: "rounded";
|
|
5497
5507
|
square: "square";
|
|
5508
|
+
rounded: "rounded";
|
|
5498
5509
|
pill: "pill";
|
|
5499
5510
|
soft: "soft";
|
|
5500
5511
|
}>;
|
|
@@ -5540,8 +5551,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5540
5551
|
editorial: "editorial";
|
|
5541
5552
|
}>>;
|
|
5542
5553
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5543
|
-
normal: "normal";
|
|
5544
5554
|
tight: "tight";
|
|
5555
|
+
normal: "normal";
|
|
5545
5556
|
relaxed: "relaxed";
|
|
5546
5557
|
snug: "snug";
|
|
5547
5558
|
}>>;
|
|
@@ -5558,8 +5569,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5558
5569
|
editorial: "editorial";
|
|
5559
5570
|
}>>;
|
|
5560
5571
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5561
|
-
normal: "normal";
|
|
5562
5572
|
tight: "tight";
|
|
5573
|
+
normal: "normal";
|
|
5563
5574
|
relaxed: "relaxed";
|
|
5564
5575
|
snug: "snug";
|
|
5565
5576
|
}>>;
|
|
@@ -5576,8 +5587,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5576
5587
|
editorial: "editorial";
|
|
5577
5588
|
}>>;
|
|
5578
5589
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5579
|
-
normal: "normal";
|
|
5580
5590
|
tight: "tight";
|
|
5591
|
+
normal: "normal";
|
|
5581
5592
|
relaxed: "relaxed";
|
|
5582
5593
|
snug: "snug";
|
|
5583
5594
|
}>>;
|
|
@@ -5594,8 +5605,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5594
5605
|
editorial: "editorial";
|
|
5595
5606
|
}>>;
|
|
5596
5607
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5597
|
-
normal: "normal";
|
|
5598
5608
|
tight: "tight";
|
|
5609
|
+
normal: "normal";
|
|
5599
5610
|
relaxed: "relaxed";
|
|
5600
5611
|
snug: "snug";
|
|
5601
5612
|
}>>;
|
|
@@ -5614,8 +5625,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5614
5625
|
editorial: "editorial";
|
|
5615
5626
|
}>>;
|
|
5616
5627
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5617
|
-
normal: "normal";
|
|
5618
5628
|
tight: "tight";
|
|
5629
|
+
normal: "normal";
|
|
5619
5630
|
relaxed: "relaxed";
|
|
5620
5631
|
snug: "snug";
|
|
5621
5632
|
}>>;
|
|
@@ -5632,8 +5643,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5632
5643
|
editorial: "editorial";
|
|
5633
5644
|
}>>;
|
|
5634
5645
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5635
|
-
normal: "normal";
|
|
5636
5646
|
tight: "tight";
|
|
5647
|
+
normal: "normal";
|
|
5637
5648
|
relaxed: "relaxed";
|
|
5638
5649
|
snug: "snug";
|
|
5639
5650
|
}>>;
|
|
@@ -5652,8 +5663,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5652
5663
|
editorial: "editorial";
|
|
5653
5664
|
}>>;
|
|
5654
5665
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5655
|
-
normal: "normal";
|
|
5656
5666
|
tight: "tight";
|
|
5667
|
+
normal: "normal";
|
|
5657
5668
|
relaxed: "relaxed";
|
|
5658
5669
|
snug: "snug";
|
|
5659
5670
|
}>>;
|
|
@@ -5670,8 +5681,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5670
5681
|
editorial: "editorial";
|
|
5671
5682
|
}>>;
|
|
5672
5683
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5673
|
-
normal: "normal";
|
|
5674
5684
|
tight: "tight";
|
|
5685
|
+
normal: "normal";
|
|
5675
5686
|
relaxed: "relaxed";
|
|
5676
5687
|
snug: "snug";
|
|
5677
5688
|
}>>;
|
|
@@ -5699,8 +5710,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5699
5710
|
floating: "floating";
|
|
5700
5711
|
}>;
|
|
5701
5712
|
positioning: z.ZodEnum<{
|
|
5702
|
-
static: "static";
|
|
5703
5713
|
fixed: "fixed";
|
|
5714
|
+
static: "static";
|
|
5704
5715
|
sticky: "sticky";
|
|
5705
5716
|
}>;
|
|
5706
5717
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -5755,6 +5766,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5755
5766
|
color: "color";
|
|
5756
5767
|
gradient: "gradient";
|
|
5757
5768
|
}>;
|
|
5769
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
5758
5770
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5759
5771
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5760
5772
|
type: z.ZodEnum<{
|
|
@@ -5815,8 +5827,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5815
5827
|
navStyle: z.ZodEnum<{
|
|
5816
5828
|
scale: "scale";
|
|
5817
5829
|
solid: "solid";
|
|
5818
|
-
underline: "underline";
|
|
5819
5830
|
minimal: "minimal";
|
|
5831
|
+
underline: "underline";
|
|
5820
5832
|
"underline-grow": "underline-grow";
|
|
5821
5833
|
capsule: "capsule";
|
|
5822
5834
|
frosted: "frosted";
|
|
@@ -5851,13 +5863,13 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5851
5863
|
width: z.ZodDefault<z.ZodEnum<{
|
|
5852
5864
|
medium: "medium";
|
|
5853
5865
|
none: "none";
|
|
5854
|
-
thick: "thick";
|
|
5855
5866
|
thin: "thin";
|
|
5867
|
+
thick: "thick";
|
|
5856
5868
|
hairline: "hairline";
|
|
5857
5869
|
}>>;
|
|
5858
5870
|
style: z.ZodDefault<z.ZodEnum<{
|
|
5859
|
-
dashed: "dashed";
|
|
5860
5871
|
solid: "solid";
|
|
5872
|
+
dashed: "dashed";
|
|
5861
5873
|
}>>;
|
|
5862
5874
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
5863
5875
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -5896,10 +5908,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5896
5908
|
"title-only": "title-only";
|
|
5897
5909
|
}>>;
|
|
5898
5910
|
size: z.ZodOptional<z.ZodEnum<{
|
|
5911
|
+
display: "display";
|
|
5899
5912
|
standard: "standard";
|
|
5900
5913
|
auto: "auto";
|
|
5901
5914
|
compact: "compact";
|
|
5902
|
-
display: "display";
|
|
5903
5915
|
generous: "generous";
|
|
5904
5916
|
}>>;
|
|
5905
5917
|
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6006,8 +6018,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6006
6018
|
}>>;
|
|
6007
6019
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
6008
6020
|
none: "none";
|
|
6009
|
-
capitalize: "capitalize";
|
|
6010
6021
|
uppercase: "uppercase";
|
|
6022
|
+
capitalize: "capitalize";
|
|
6011
6023
|
}>>;
|
|
6012
6024
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
6013
6025
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -6049,8 +6061,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6049
6061
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6050
6062
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
6051
6063
|
none: "none";
|
|
6052
|
-
capitalize: "capitalize";
|
|
6053
6064
|
uppercase: "uppercase";
|
|
6065
|
+
capitalize: "capitalize";
|
|
6054
6066
|
}>>;
|
|
6055
6067
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
6056
6068
|
wide: "wide";
|
|
@@ -6094,6 +6106,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6094
6106
|
color: "color";
|
|
6095
6107
|
gradient: "gradient";
|
|
6096
6108
|
}>;
|
|
6109
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
6097
6110
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6098
6111
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6099
6112
|
type: z.ZodEnum<{
|
|
@@ -6153,8 +6166,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6153
6166
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
6154
6167
|
scale: "scale";
|
|
6155
6168
|
solid: "solid";
|
|
6156
|
-
underline: "underline";
|
|
6157
6169
|
minimal: "minimal";
|
|
6170
|
+
underline: "underline";
|
|
6158
6171
|
"underline-grow": "underline-grow";
|
|
6159
6172
|
capsule: "capsule";
|
|
6160
6173
|
frosted: "frosted";
|
|
@@ -6234,8 +6247,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6234
6247
|
}>>;
|
|
6235
6248
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
6236
6249
|
none: "none";
|
|
6237
|
-
capitalize: "capitalize";
|
|
6238
6250
|
uppercase: "uppercase";
|
|
6251
|
+
capitalize: "capitalize";
|
|
6239
6252
|
}>>;
|
|
6240
6253
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
6241
6254
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -6254,9 +6267,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6254
6267
|
}>>;
|
|
6255
6268
|
align: z.ZodOptional<z.ZodEnum<{
|
|
6256
6269
|
center: "center";
|
|
6257
|
-
"space-between": "space-between";
|
|
6258
|
-
end: "end";
|
|
6259
6270
|
start: "start";
|
|
6271
|
+
end: "end";
|
|
6272
|
+
"space-between": "space-between";
|
|
6260
6273
|
}>>;
|
|
6261
6274
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
6262
6275
|
none: "none";
|
|
@@ -6299,8 +6312,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6299
6312
|
}>>;
|
|
6300
6313
|
align: z.ZodOptional<z.ZodEnum<{
|
|
6301
6314
|
center: "center";
|
|
6302
|
-
end: "end";
|
|
6303
6315
|
start: "start";
|
|
6316
|
+
end: "end";
|
|
6304
6317
|
}>>;
|
|
6305
6318
|
}, z.core.$strip>>;
|
|
6306
6319
|
bottomBar: z.ZodOptional<z.ZodObject<{
|
|
@@ -6312,6 +6325,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6312
6325
|
color: "color";
|
|
6313
6326
|
gradient: "gradient";
|
|
6314
6327
|
}>;
|
|
6328
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
|
|
6315
6329
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6316
6330
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6317
6331
|
type: z.ZodEnum<{
|
|
@@ -6395,8 +6409,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6395
6409
|
width: z.ZodOptional<z.ZodEnum<{
|
|
6396
6410
|
medium: "medium";
|
|
6397
6411
|
none: "none";
|
|
6398
|
-
thick: "thick";
|
|
6399
6412
|
thin: "thin";
|
|
6413
|
+
thick: "thick";
|
|
6400
6414
|
}>>;
|
|
6401
6415
|
}, z.core.$strip>>;
|
|
6402
6416
|
}, z.core.$strip>>;
|
|
@@ -6404,22 +6418,22 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6404
6418
|
buttons: z.ZodOptional<z.ZodObject<{
|
|
6405
6419
|
global: z.ZodObject<{
|
|
6406
6420
|
cornerStyle: z.ZodEnum<{
|
|
6407
|
-
rounded: "rounded";
|
|
6408
6421
|
square: "square";
|
|
6422
|
+
rounded: "rounded";
|
|
6409
6423
|
pill: "pill";
|
|
6410
6424
|
}>;
|
|
6411
6425
|
cornerRadius: z.ZodOptional<z.ZodNumber>;
|
|
6412
6426
|
shadow: z.ZodEnum<{
|
|
6413
6427
|
medium: "medium";
|
|
6414
6428
|
none: "none";
|
|
6415
|
-
high: "high";
|
|
6416
6429
|
low: "low";
|
|
6430
|
+
high: "high";
|
|
6417
6431
|
}>;
|
|
6418
6432
|
textTransform: z.ZodEnum<{
|
|
6419
6433
|
none: "none";
|
|
6420
|
-
capitalize: "capitalize";
|
|
6421
6434
|
lowercase: "lowercase";
|
|
6422
6435
|
uppercase: "uppercase";
|
|
6436
|
+
capitalize: "capitalize";
|
|
6423
6437
|
}>;
|
|
6424
6438
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
6425
6439
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -6429,9 +6443,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6429
6443
|
}>>;
|
|
6430
6444
|
fontSize: z.ZodOptional<z.ZodString>;
|
|
6431
6445
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
6446
|
+
tight: "tight";
|
|
6432
6447
|
normal: "normal";
|
|
6433
6448
|
loose: "loose";
|
|
6434
|
-
tight: "tight";
|
|
6435
6449
|
}>>;
|
|
6436
6450
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
6437
6451
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6448,8 +6462,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6448
6462
|
hoverColor: z.ZodEnum<{
|
|
6449
6463
|
none: "none";
|
|
6450
6464
|
token: "token";
|
|
6451
|
-
darken: "darken";
|
|
6452
6465
|
brighten: "brighten";
|
|
6466
|
+
darken: "darken";
|
|
6453
6467
|
saturate: "saturate";
|
|
6454
6468
|
}>;
|
|
6455
6469
|
hoverColorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -6461,8 +6475,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6461
6475
|
gradientAngle: z.ZodOptional<z.ZodNumber>;
|
|
6462
6476
|
gradientSharpness: z.ZodOptional<z.ZodEnum<{
|
|
6463
6477
|
medium: "medium";
|
|
6464
|
-
smooth: "smooth";
|
|
6465
6478
|
hard: "hard";
|
|
6479
|
+
smooth: "smooth";
|
|
6466
6480
|
}>>;
|
|
6467
6481
|
}, z.core.$strip>;
|
|
6468
6482
|
variants: z.ZodArray<z.ZodObject<{
|
|
@@ -6495,8 +6509,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6495
6509
|
elevation: z.ZodEnum<{
|
|
6496
6510
|
medium: "medium";
|
|
6497
6511
|
none: "none";
|
|
6498
|
-
high: "high";
|
|
6499
6512
|
low: "low";
|
|
6513
|
+
high: "high";
|
|
6500
6514
|
}>;
|
|
6501
6515
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6502
6516
|
soft: "soft";
|
|
@@ -6643,8 +6657,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6643
6657
|
elevation: z.ZodEnum<{
|
|
6644
6658
|
medium: "medium";
|
|
6645
6659
|
none: "none";
|
|
6646
|
-
high: "high";
|
|
6647
6660
|
low: "low";
|
|
6661
|
+
high: "high";
|
|
6648
6662
|
}>;
|
|
6649
6663
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6650
6664
|
soft: "soft";
|
|
@@ -6657,36 +6671,36 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6657
6671
|
}>>;
|
|
6658
6672
|
}, z.core.$strip>>;
|
|
6659
6673
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
6660
|
-
rounded: "rounded";
|
|
6661
6674
|
square: "square";
|
|
6675
|
+
rounded: "rounded";
|
|
6662
6676
|
pill: "pill";
|
|
6663
6677
|
soft: "soft";
|
|
6664
6678
|
}>>;
|
|
6665
6679
|
cornerRadii: z.ZodOptional<z.ZodObject<{
|
|
6666
6680
|
topLeft: z.ZodOptional<z.ZodEnum<{
|
|
6667
|
-
rounded: "rounded";
|
|
6668
6681
|
square: "square";
|
|
6682
|
+
rounded: "rounded";
|
|
6669
6683
|
pill: "pill";
|
|
6670
6684
|
soft: "soft";
|
|
6671
6685
|
expressive: "expressive";
|
|
6672
6686
|
}>>;
|
|
6673
6687
|
topRight: z.ZodOptional<z.ZodEnum<{
|
|
6674
|
-
rounded: "rounded";
|
|
6675
6688
|
square: "square";
|
|
6689
|
+
rounded: "rounded";
|
|
6676
6690
|
pill: "pill";
|
|
6677
6691
|
soft: "soft";
|
|
6678
6692
|
expressive: "expressive";
|
|
6679
6693
|
}>>;
|
|
6680
6694
|
bottomLeft: z.ZodOptional<z.ZodEnum<{
|
|
6681
|
-
rounded: "rounded";
|
|
6682
6695
|
square: "square";
|
|
6696
|
+
rounded: "rounded";
|
|
6683
6697
|
pill: "pill";
|
|
6684
6698
|
soft: "soft";
|
|
6685
6699
|
expressive: "expressive";
|
|
6686
6700
|
}>>;
|
|
6687
6701
|
bottomRight: z.ZodOptional<z.ZodEnum<{
|
|
6688
|
-
rounded: "rounded";
|
|
6689
6702
|
square: "square";
|
|
6703
|
+
rounded: "rounded";
|
|
6690
6704
|
pill: "pill";
|
|
6691
6705
|
soft: "soft";
|
|
6692
6706
|
expressive: "expressive";
|
|
@@ -6706,8 +6720,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6706
6720
|
colorToken: z.ZodString;
|
|
6707
6721
|
width: z.ZodEnum<{
|
|
6708
6722
|
medium: "medium";
|
|
6709
|
-
thick: "thick";
|
|
6710
6723
|
thin: "thin";
|
|
6724
|
+
thick: "thick";
|
|
6711
6725
|
heavy: "heavy";
|
|
6712
6726
|
}>;
|
|
6713
6727
|
}, z.core.$strip>>;
|
|
@@ -6727,8 +6741,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6727
6741
|
spacious: "spacious";
|
|
6728
6742
|
}>;
|
|
6729
6743
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
6730
|
-
rounded: "rounded";
|
|
6731
6744
|
square: "square";
|
|
6745
|
+
rounded: "rounded";
|
|
6732
6746
|
pill: "pill";
|
|
6733
6747
|
soft: "soft";
|
|
6734
6748
|
}>>;
|
|
@@ -6740,8 +6754,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6740
6754
|
elevation: z.ZodEnum<{
|
|
6741
6755
|
medium: "medium";
|
|
6742
6756
|
none: "none";
|
|
6743
|
-
high: "high";
|
|
6744
6757
|
low: "low";
|
|
6758
|
+
high: "high";
|
|
6745
6759
|
}>;
|
|
6746
6760
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6747
6761
|
soft: "soft";
|
|
@@ -6755,9 +6769,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6755
6769
|
}, z.core.$strip>>;
|
|
6756
6770
|
icon: z.ZodObject<{
|
|
6757
6771
|
style: z.ZodEnum<{
|
|
6758
|
-
caret: "caret";
|
|
6759
6772
|
"plus-minus": "plus-minus";
|
|
6760
6773
|
chevron: "chevron";
|
|
6774
|
+
caret: "caret";
|
|
6761
6775
|
arrow: "arrow";
|
|
6762
6776
|
"circle-plus-minus": "circle-plus-minus";
|
|
6763
6777
|
}>;
|
|
@@ -6791,8 +6805,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6791
6805
|
}>>;
|
|
6792
6806
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
6793
6807
|
wide: "wide";
|
|
6794
|
-
normal: "normal";
|
|
6795
6808
|
tight: "tight";
|
|
6809
|
+
normal: "normal";
|
|
6796
6810
|
}>>;
|
|
6797
6811
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
6798
6812
|
none: "none";
|
|
@@ -6816,8 +6830,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6816
6830
|
colorToken: z.ZodString;
|
|
6817
6831
|
thickness: z.ZodEnum<{
|
|
6818
6832
|
medium: "medium";
|
|
6819
|
-
thick: "thick";
|
|
6820
6833
|
thin: "thin";
|
|
6834
|
+
thick: "thick";
|
|
6821
6835
|
}>;
|
|
6822
6836
|
}, z.core.$strip>>;
|
|
6823
6837
|
}, z.core.$strip>>;
|
|
@@ -6862,8 +6876,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6862
6876
|
}>>;
|
|
6863
6877
|
}, z.core.$strip>;
|
|
6864
6878
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
6865
|
-
rounded: "rounded";
|
|
6866
6879
|
square: "square";
|
|
6880
|
+
rounded: "rounded";
|
|
6867
6881
|
pill: "pill";
|
|
6868
6882
|
soft: "soft";
|
|
6869
6883
|
}>>;
|
|
@@ -6896,9 +6910,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6896
6910
|
fontWeight: z.ZodEnum<{
|
|
6897
6911
|
medium: "medium";
|
|
6898
6912
|
bold: "bold";
|
|
6899
|
-
black: "black";
|
|
6900
6913
|
regular: "regular";
|
|
6901
6914
|
semibold: "semibold";
|
|
6915
|
+
black: "black";
|
|
6902
6916
|
}>;
|
|
6903
6917
|
fontSize: z.ZodEnum<{
|
|
6904
6918
|
base: "base";
|
|
@@ -6908,9 +6922,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6908
6922
|
}>;
|
|
6909
6923
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
6910
6924
|
none: "none";
|
|
6911
|
-
capitalize: "capitalize";
|
|
6912
6925
|
lowercase: "lowercase";
|
|
6913
6926
|
uppercase: "uppercase";
|
|
6927
|
+
capitalize: "capitalize";
|
|
6914
6928
|
}>>;
|
|
6915
6929
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
6916
6930
|
wide: "wide";
|
|
@@ -6942,14 +6956,14 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6942
6956
|
}, z.core.$strip>>;
|
|
6943
6957
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
6944
6958
|
shape: z.ZodEnum<{
|
|
6945
|
-
rounded: "rounded";
|
|
6946
6959
|
square: "square";
|
|
6960
|
+
rounded: "rounded";
|
|
6947
6961
|
pill: "pill";
|
|
6948
6962
|
soft: "soft";
|
|
6949
6963
|
}>;
|
|
6950
6964
|
border: z.ZodEnum<{
|
|
6951
|
-
underline: "underline";
|
|
6952
6965
|
subtle: "subtle";
|
|
6966
|
+
underline: "underline";
|
|
6953
6967
|
defined: "defined";
|
|
6954
6968
|
}>;
|
|
6955
6969
|
focus: z.ZodEnum<{
|
|
@@ -6958,8 +6972,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6958
6972
|
ring: "ring";
|
|
6959
6973
|
}>;
|
|
6960
6974
|
label: z.ZodEnum<{
|
|
6961
|
-
inside: "inside";
|
|
6962
6975
|
above: "above";
|
|
6976
|
+
inside: "inside";
|
|
6963
6977
|
}>;
|
|
6964
6978
|
}, z.core.$strip>>;
|
|
6965
6979
|
blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -6972,22 +6986,22 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6972
6986
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
6973
6987
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
6974
6988
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
6975
|
-
dashed: "dashed";
|
|
6976
|
-
dotted: "dotted";
|
|
6977
6989
|
solid: "solid";
|
|
6990
|
+
dotted: "dotted";
|
|
6991
|
+
dashed: "dashed";
|
|
6978
6992
|
}>>;
|
|
6979
6993
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
6980
6994
|
medium: "medium";
|
|
6981
6995
|
auto: "auto";
|
|
6982
|
-
thick: "thick";
|
|
6983
|
-
thin: "thin";
|
|
6984
6996
|
fromFont: "fromFont";
|
|
6997
|
+
thin: "thin";
|
|
6998
|
+
thick: "thick";
|
|
6985
6999
|
}>>;
|
|
6986
7000
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
6987
7001
|
auto: "auto";
|
|
7002
|
+
tight: "tight";
|
|
6988
7003
|
normal: "normal";
|
|
6989
7004
|
loose: "loose";
|
|
6990
|
-
tight: "tight";
|
|
6991
7005
|
}>>;
|
|
6992
7006
|
}, z.core.$strip>>;
|
|
6993
7007
|
}, z.core.$strip>>;
|
|
@@ -7098,6 +7112,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7098
7112
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
7099
7113
|
plain: "plain";
|
|
7100
7114
|
pill: "pill";
|
|
7115
|
+
accent: "accent";
|
|
7101
7116
|
"accent-pill": "accent-pill";
|
|
7102
7117
|
"pill-bounce": "pill-bounce";
|
|
7103
7118
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -7113,9 +7128,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7113
7128
|
text: "text";
|
|
7114
7129
|
primary: "primary";
|
|
7115
7130
|
secondary: "secondary";
|
|
7116
|
-
border: "border";
|
|
7117
|
-
muted: "muted";
|
|
7118
7131
|
accent: "accent";
|
|
7132
|
+
muted: "muted";
|
|
7133
|
+
border: "border";
|
|
7119
7134
|
}>>;
|
|
7120
7135
|
}, z.core.$strip>]>>>;
|
|
7121
7136
|
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -7124,8 +7139,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7124
7139
|
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
7125
7140
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7126
7141
|
iconSet: z.ZodEnum<{
|
|
7127
|
-
caret: "caret";
|
|
7128
7142
|
chevron: "chevron";
|
|
7143
|
+
caret: "caret";
|
|
7129
7144
|
plus: "plus";
|
|
7130
7145
|
"minimal-cross": "minimal-cross";
|
|
7131
7146
|
}>;
|
|
@@ -7134,16 +7149,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7134
7149
|
text: "text";
|
|
7135
7150
|
primary: "primary";
|
|
7136
7151
|
secondary: "secondary";
|
|
7137
|
-
muted: "muted";
|
|
7138
7152
|
accent: "accent";
|
|
7153
|
+
muted: "muted";
|
|
7139
7154
|
}>;
|
|
7140
7155
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
7141
7156
|
current: "current";
|
|
7142
7157
|
text: "text";
|
|
7143
7158
|
primary: "primary";
|
|
7144
7159
|
secondary: "secondary";
|
|
7145
|
-
muted: "muted";
|
|
7146
7160
|
accent: "accent";
|
|
7161
|
+
muted: "muted";
|
|
7147
7162
|
}>>;
|
|
7148
7163
|
motion: z.ZodEnum<{
|
|
7149
7164
|
none: "none";
|
|
@@ -7387,9 +7402,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7387
7402
|
text: "text";
|
|
7388
7403
|
primary: "primary";
|
|
7389
7404
|
secondary: "secondary";
|
|
7390
|
-
border: "border";
|
|
7391
|
-
muted: "muted";
|
|
7392
7405
|
accent: "accent";
|
|
7406
|
+
muted: "muted";
|
|
7407
|
+
border: "border";
|
|
7393
7408
|
}>>;
|
|
7394
7409
|
}, z.core.$strip>]>>;
|
|
7395
7410
|
customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|