@riverbankcms/sdk 0.68.0 → 0.70.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_dts/ai/src/contracts/commandExposure.d.ts +8 -0
- package/dist/_dts/ai/src/contracts/feedback.d.ts +55 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +34764 -0
- package/dist/_dts/ai/src/contracts.d.ts +5 -0
- package/dist/_dts/ai/src/designer/rfc6902.d.ts +16 -0
- package/dist/_dts/ai/src/designer/themePatch.d.ts +50 -0
- package/dist/_dts/api/src/accessAdmin.d.ts +3 -3
- package/dist/_dts/api/src/admin/types.d.ts +1 -1
- package/dist/_dts/api/src/aiPlayground.d.ts +13 -87
- package/dist/_dts/api/src/appointmentSetup.d.ts +23 -0
- package/dist/_dts/api/src/availability.d.ts +84 -2
- package/dist/_dts/api/src/billing.d.ts +1 -1
- package/dist/_dts/api/src/bookingConfig.d.ts +2 -2
- package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +10 -1
- package/dist/_dts/api/src/bookingRecords.d.ts +1 -1
- package/dist/_dts/api/src/bookings.d.ts +1 -1
- package/dist/_dts/api/src/commercePortalEndpoints.d.ts +1 -1
- package/dist/_dts/api/src/communications.d.ts +1 -1
- package/dist/_dts/api/src/contentRuntime.d.ts +3 -2
- package/dist/_dts/api/src/contentTypes.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +29 -0
- package/dist/_dts/api/src/navigation/contracts.d.ts +9 -9
- package/dist/_dts/api/src/navigation/linkValue.d.ts +1 -1
- package/dist/_dts/api/src/navigation/types.d.ts +1 -1
- package/dist/_dts/api/src/public/index.d.ts +2 -2
- package/dist/_dts/api/src/public/types.d.ts +2 -2
- package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -2
- package/dist/_dts/api/src/sdkContracts.d.ts +1 -1
- package/dist/_dts/api/src/siteBanner.d.ts +9 -9
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +2 -2
- package/dist/_dts/api/src/siteOnboarding.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +5 -1
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +33 -5
- package/dist/_dts/api/src/siteSettings.d.ts +3 -3
- package/dist/_dts/api/src/teamMembers.d.ts +1 -1
- package/dist/_dts/api/src/types.d.ts +2 -2
- package/dist/_dts/api/src/url.d.ts +1 -1
- package/dist/_dts/billing/src/components/index.d.ts +102 -3
- package/dist/_dts/block-form/src/backend/store-backend.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/types.d.ts +2 -2
- package/dist/_dts/block-form/src/blockDraftSaveability.d.ts +2 -2
- package/dist/_dts/block-form/src/context/ImageResolveContext.d.ts +1 -1
- package/dist/_dts/block-form/src/fields/types.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/canonicalValidation.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/manifestFormAdapter.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/mergeManifestWithSdkOptions.d.ts +1 -1
- package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
- package/dist/_dts/block-form/src/shared/disclosure.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterLayoutGrid.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/layoutGridDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterPresentation.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/resolveThumbnail.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RichTextField/richTextFieldSchema.d.ts +4 -4
- package/dist/_dts/block-form/src/widgets/constants.d.ts +1 -1
- package/dist/_dts/blocks/src/PageRenderer.d.ts +1 -1
- package/dist/_dts/blocks/src/bindings/index.d.ts +2 -2
- package/dist/_dts/blocks/src/client.d.ts +6 -4
- package/dist/_dts/blocks/src/index.d.ts +28 -27
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +1 -1
- package/dist/_dts/blocks/src/rendering/server.d.ts +1 -1
- package/dist/_dts/blocks/src/server.d.ts +1 -1
- package/dist/_dts/blocks/src/structure/schema.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +1666 -1666
- package/dist/_dts/blocks/src/system/blocks/blog-post.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +1666 -1666
- package/dist/_dts/blocks/src/system/blocks/columns.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/courses/shared/pricing.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +42 -42
- package/dist/_dts/blocks/src/system/blocks/cta-full.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +1764 -1764
- package/dist/_dts/blocks/src/system/blocks/events/shared/filtering.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +44 -44
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/file-download.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +9 -9
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +139 -139
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/shared/bookingPaymentTerms.d.ts +19 -19
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/video-grid.d.ts +1 -1
- package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -1
- package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +5 -5
- package/dist/_dts/blocks/src/system/designCapabilities.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fragments/library/card.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/ctaRow.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/feedbackCallout.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/heroCtaRow.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/sectionState.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/frame/frameStyles.d.ts +3 -3
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +2 -2
- package/dist/_dts/blocks/src/system/manifest/augmentManifest.d.ts +1 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +201 -201
- package/dist/_dts/blocks/src/system/media/constrainedVideoMedia.d.ts +1 -1
- package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/fragments/ctaButton.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/fragments/typography.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/schema.d.ts +5 -5
- package/dist/_dts/blocks/src/system/registry.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +45 -29
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.reserved-fields.d.ts +27 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.state.d.ts +11 -7
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/timetableModel.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/LeafletStaticMap.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +6 -6
- package/dist/_dts/blocks/src/system/runtime/shared/bookingPaymentOptionCopy.d.ts +1 -1
- package/dist/_dts/blocks/src/system/theme/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +3 -3
- package/dist/_dts/blocks/src/system/types/link.d.ts +3 -3
- package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/buildPublishSuccessTransition.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/deriveRecoveryConflict.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/invalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useEntrySyncHelpers.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/blockedPublishPlan.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useEntryActions.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useEntryMutations.d.ts +2 -2
- package/dist/_dts/content-editor/src/hooks/useStoreAutosave.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/validateBlocksForPublish.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -1
- package/dist/_dts/content-editor/src/registry.d.ts +1 -1
- package/dist/_dts/content-editor/src/services/contentEntryServices.d.ts +2 -2
- package/dist/_dts/content-editor/src/types.d.ts +2 -2
- package/dist/_dts/content-editor/src/ui/blockValidationView.d.ts +3 -3
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/stores/utils.d.ts +1 -1
- package/dist/_dts/content-model/src/content-types/schema.d.ts +8 -8
- package/dist/_dts/core/src/branded.d.ts +2 -0
- package/dist/_dts/core/src/index.d.ts +2 -0
- package/dist/_dts/core/src/planner.d.ts +64 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +236 -18
- package/dist/_dts/db/src/schemas/forms.d.ts +62 -62
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +5 -5
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +5 -5
- package/dist/_dts/editor-blocks/src/FormProvider.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +6 -6
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockSettingsModal.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/EnhancedBlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/blockDiscovery.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/buildInsertBlockHistoryCommand.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockBaselineSync.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useDraftContent.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/preparedManifest.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/sdkBlockMerger.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/settingsIntent.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-form/debug.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/blockPayload.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +6 -6
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonVariantField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/context.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/index.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeSelectField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/index.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/loaders.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/types.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkSummary.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/loaders.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/types.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/utils.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/dynamicAdapters.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/reference/types.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/ensureRichTextImageAssetIdentifier.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/richTextImageHydration.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/shared/Combobox.d.ts +1 -1
- package/dist/_dts/media-core/src/fileAssetCompatibility.d.ts +1 -1
- package/dist/_dts/media-core/src/fileAssetDeletion.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDomain.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDownloadResolution.d.ts +1 -1
- package/dist/_dts/media-core/src/filePersistence.d.ts +1 -1
- package/dist/_dts/media-core/src/fileStorage.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadAssetBuilder.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadCleanup.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadCompletion.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadDurableFinalization.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadFinalization.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadSessionCreation.d.ts +1 -1
- package/dist/_dts/media-core/src/types.d.ts +2 -2
- package/dist/_dts/media-core/src/url.d.ts +1 -1
- package/dist/_dts/media-core/src/videoPrep.d.ts +1 -1
- package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +2 -2
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/context.d.ts +3 -3
- package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
- package/dist/_dts/media-editor/src/cropEditorSource.d.ts +1 -1
- package/dist/_dts/media-editor/src/debug.d.ts +1 -1
- package/dist/_dts/media-editor/src/provider.d.ts +3 -3
- package/dist/_dts/media-editor/src/runtimeMediaAssetState.d.ts +1 -1
- package/dist/_dts/media-editor/src/transformModel.d.ts +1 -1
- package/dist/_dts/media-editor/src/types.d.ts +2 -2
- package/dist/_dts/media-editor/src/utils.d.ts +1 -1
- package/dist/_dts/media-react/src/components/ImageCropper.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropDraftModel.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropGeometry.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropSessionState.d.ts +1 -1
- package/dist/_dts/media-react/src/components/useImageCropperController.d.ts +1 -1
- package/dist/_dts/media-react/src/ffmpegLoader.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/internal/classification.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/mediaAssetResponseMapper.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/useApiMediaUploader.d.ts +4 -4
- package/dist/_dts/media-react/src/utils/rotation.d.ts +1 -1
- package/dist/_dts/media-react/src/videoFrameExtraction.d.ts +1 -1
- package/dist/_dts/media-react/src/videoPrepBrowser.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/composePageFromBlocks.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/blocks/customizeFacetControls.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/editorRegistry.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/aiProposalProjection.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/applyPreviewProjections.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/types.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +11 -10
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorUI.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +10 -9
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +10 -9
- package/dist/_dts/preview-next/src/client/preview/PreviewViewportControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewZoomControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +8 -6
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +8 -6
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +5 -4
- package/dist/_dts/preview-next/src/client/preview/pageSchema.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromeSurface.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromeSurfacePolicy.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/sidebarTabPreference.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorApplyPayload.d.ts +8 -0
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +5 -4
- package/dist/_dts/preview-next/src/client/preview/subrouteNotice.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewMode.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -3
- package/dist/_dts/sdk/src/bookings/index.d.ts +3 -2
- package/dist/_dts/sdk/src/bookings/types.d.ts +16 -10
- package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/style.d.ts +19 -0
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/env.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entryMergePush.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/push-config.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/datedOfferingCommands.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/entryCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/footerCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/formCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/index.d.ts +2 -1
- package/dist/_dts/sdk/src/client/management/theme.d.ts +3 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +23 -0
- package/dist/_dts/sdk/src/config/validation.d.ts +37 -43
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +1 -1
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +19 -19
- package/dist/_dts/sdk/src/portal/config.d.ts +1 -1
- package/dist/_dts/sdk/src/portal/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/constants.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/cookies.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/index.d.ts +2 -2
- package/dist/_dts/sdk/src/preview-next/middleware.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/session.d.ts +1 -1
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +19 -4
- package/dist/_dts/sdk/src/rendering/islands/blocksContracts.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +3 -3
- package/dist/_dts/sdk/src/spam-protection/index.d.ts +3 -3
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +2 -2
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/adapter.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +95 -46
- package/dist/_dts/site-commands/src/domain.d.ts +2 -2
- package/dist/_dts/site-commands/src/exposure.d.ts +3 -3
- package/dist/_dts/site-commands/src/metadata.d.ts +15 -2
- package/dist/_dts/site-commands/src/planner.d.ts +1 -1
- package/dist/_dts/site-commands/src/refs.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +9 -9
- package/dist/_dts/theme-core/src/blocks/index.d.ts +2 -2
- package/dist/_dts/theme-core/src/blocks/types.d.ts +3 -2
- package/dist/_dts/theme-core/src/buttons/personalities/brushed-wash.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/confident-chip.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/editorial-link.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +35 -35
- package/dist/_dts/theme-core/src/buttons/personalities/ink-stamp.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/pebble.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/showtime-pill.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/soft-pill.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +7 -7
- package/dist/_dts/theme-core/src/buttons/types.d.ts +18 -18
- package/dist/_dts/theme-core/src/cards/types.d.ts +17 -17
- package/dist/_dts/theme-core/src/inputs/types.d.ts +13 -13
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +351 -351
- package/dist/_dts/theme-core/src/navigation/types.d.ts +15 -15
- package/dist/_dts/theme-core/src/palette/recipes/allRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/brand-led.d.ts +24 -24
- package/dist/_dts/theme-core/src/palette/variants/high-contrast.d.ts +18 -18
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +65 -65
- package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +18 -18
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +7 -7
- package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +18 -18
- package/dist/_dts/theme-core/src/progress/generateProgressCss.d.ts +2 -1
- package/dist/_dts/theme-core/src/recommend/generateThemes.d.ts +1 -1
- package/dist/_dts/theme-core/src/runtime/buildThemeRuntimeFromBridge.d.ts +4 -0
- package/dist/_dts/theme-core/src/schema.d.ts +568 -568
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +34 -34
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/pageDesignAuthority.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/siteStyleBlockPolicies.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +14 -14
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +4 -4
- package/dist/_dts/theme-core/src/status/generateStatusCss.d.ts +2 -1
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +5 -5
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button.d.ts +2 -2
- package/dist/_dts/ui/src/card.d.ts +1 -1
- package/dist/_dts/ui/src/color-picker.d.ts +1 -1
- package/dist/_dts/ui/src/surface.d.ts +2 -2
- package/dist/_dts/ui/src/toggle.d.ts +4 -4
- package/dist/cli/index.mjs +5989 -5678
- package/dist/client/bookings.mjs +104 -34
- package/dist/client/client.mjs +4482 -4298
- package/dist/client/hooks.mjs +5783 -3847
- package/dist/client/rendering/client.mjs +164 -35
- package/dist/client/rendering/islands.mjs +164 -35
- package/dist/client/rendering.mjs +530 -346
- package/dist/preview-next/before-render.mjs +39 -0
- package/dist/preview-next/client/runtime.mjs +339 -92
- package/dist/preview-next/middleware.mjs +39 -0
- package/dist/server/components.mjs +418 -310
- package/dist/server/config-validation.mjs +6899 -4883
- package/dist/server/config.mjs +6890 -4883
- package/dist/server/data.mjs +5783 -3847
- package/dist/server/index.mjs +199 -1762
- package/dist/server/next.mjs +6577 -5268
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +420 -312
- package/dist/server/rendering.mjs +420 -312
- package/dist/server/routing.mjs +11475 -7881
- package/dist/server/server.mjs +5770 -3834
- package/dist/server/theme-bridge.mjs +249 -15
- package/package.json +1 -3
|
@@ -2,28 +2,28 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { ExpandedPalette } from './palette/expandPalette';
|
|
3
3
|
export declare const axesSchema: z.ZodObject<{
|
|
4
4
|
tone: z.ZodEnum<{
|
|
5
|
+
classic: "classic";
|
|
5
6
|
bold: "bold";
|
|
6
7
|
minimal: "minimal";
|
|
7
|
-
classic: "classic";
|
|
8
8
|
}>;
|
|
9
9
|
energy: z.ZodEnum<{
|
|
10
10
|
calm: "calm";
|
|
11
11
|
vibrant: "vibrant";
|
|
12
12
|
}>;
|
|
13
13
|
density: z.ZodEnum<{
|
|
14
|
+
compact: "compact";
|
|
14
15
|
airy: "airy";
|
|
15
16
|
regular: "regular";
|
|
16
|
-
compact: "compact";
|
|
17
17
|
}>;
|
|
18
18
|
mediaBias: z.ZodEnum<{
|
|
19
|
-
mixed: "mixed";
|
|
20
|
-
text: "text";
|
|
21
19
|
media: "media";
|
|
20
|
+
text: "text";
|
|
21
|
+
mixed: "mixed";
|
|
22
22
|
}>;
|
|
23
23
|
conversionBias: z.ZodEnum<{
|
|
24
24
|
low: "low";
|
|
25
|
-
med: "med";
|
|
26
25
|
high: "high";
|
|
26
|
+
med: "med";
|
|
27
27
|
}>;
|
|
28
28
|
motion: z.ZodEnum<{
|
|
29
29
|
standard: "standard";
|
|
@@ -54,12 +54,12 @@ export declare const paletteSchema: z.ZodObject<{
|
|
|
54
54
|
}, z.core.$strip>;
|
|
55
55
|
}, z.core.$strip>;
|
|
56
56
|
declare const headingSizeSchema: z.ZodEnum<{
|
|
57
|
+
sm: "sm";
|
|
57
58
|
md: "md";
|
|
58
59
|
lg: "lg";
|
|
59
60
|
xl: "xl";
|
|
60
|
-
xs: "xs";
|
|
61
|
-
sm: "sm";
|
|
62
61
|
"2xl": "2xl";
|
|
62
|
+
xs: "xs";
|
|
63
63
|
}>;
|
|
64
64
|
export declare const proseLinkStyleSchema: z.ZodObject<{
|
|
65
65
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -80,10 +80,10 @@ export declare const proseLinkStyleSchema: z.ZodObject<{
|
|
|
80
80
|
thick: "thick";
|
|
81
81
|
}>>;
|
|
82
82
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
83
|
+
auto: "auto";
|
|
83
84
|
tight: "tight";
|
|
84
85
|
normal: "normal";
|
|
85
86
|
loose: "loose";
|
|
86
|
-
auto: "auto";
|
|
87
87
|
}>>;
|
|
88
88
|
}, z.core.$strip>;
|
|
89
89
|
export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
@@ -138,9 +138,9 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
138
138
|
}, z.core.$strip>>>;
|
|
139
139
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
140
140
|
fill: "fill";
|
|
141
|
-
custom: "custom";
|
|
142
141
|
fit: "fit";
|
|
143
142
|
original: "original";
|
|
143
|
+
custom: "custom";
|
|
144
144
|
}>>>;
|
|
145
145
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
146
146
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -163,12 +163,12 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
163
163
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
164
164
|
}, z.core.$strip>>>;
|
|
165
165
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
166
|
+
medium: "medium";
|
|
166
167
|
none: "none";
|
|
167
168
|
compact: "compact";
|
|
168
|
-
medium: "medium";
|
|
169
|
-
spacious: "spacious";
|
|
170
|
-
comfortable: "comfortable";
|
|
171
169
|
cozy: "cozy";
|
|
170
|
+
comfortable: "comfortable";
|
|
171
|
+
spacious: "spacious";
|
|
172
172
|
}>>>;
|
|
173
173
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
174
174
|
none: "none";
|
|
@@ -241,9 +241,9 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
|
|
|
241
241
|
}, z.core.$strip>>>;
|
|
242
242
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
243
243
|
fill: "fill";
|
|
244
|
-
custom: "custom";
|
|
245
244
|
fit: "fit";
|
|
246
245
|
original: "original";
|
|
246
|
+
custom: "custom";
|
|
247
247
|
}>>>;
|
|
248
248
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
249
249
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -266,21 +266,21 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
|
|
|
266
266
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
267
267
|
}, z.core.$strip>>>;
|
|
268
268
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
269
|
+
medium: "medium";
|
|
269
270
|
none: "none";
|
|
270
271
|
compact: "compact";
|
|
271
|
-
medium: "medium";
|
|
272
|
-
spacious: "spacious";
|
|
273
|
-
comfortable: "comfortable";
|
|
274
272
|
cozy: "cozy";
|
|
273
|
+
comfortable: "comfortable";
|
|
274
|
+
spacious: "spacious";
|
|
275
275
|
}>>>;
|
|
276
276
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
277
277
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
278
278
|
full: "full";
|
|
279
279
|
none: "none";
|
|
280
|
+
sm: "sm";
|
|
280
281
|
md: "md";
|
|
281
282
|
lg: "lg";
|
|
282
283
|
xl: "xl";
|
|
283
|
-
sm: "sm";
|
|
284
284
|
"2xl": "2xl";
|
|
285
285
|
}>>>;
|
|
286
286
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -337,9 +337,9 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
|
|
|
337
337
|
}, z.core.$strip>>>;
|
|
338
338
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
339
339
|
fill: "fill";
|
|
340
|
-
custom: "custom";
|
|
341
340
|
fit: "fit";
|
|
342
341
|
original: "original";
|
|
342
|
+
custom: "custom";
|
|
343
343
|
}>>>;
|
|
344
344
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
345
345
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -372,21 +372,21 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
|
|
|
372
372
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
373
373
|
}, z.core.$strip>>>;
|
|
374
374
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
375
|
+
medium: "medium";
|
|
375
376
|
none: "none";
|
|
376
377
|
compact: "compact";
|
|
377
|
-
medium: "medium";
|
|
378
|
-
spacious: "spacious";
|
|
379
|
-
comfortable: "comfortable";
|
|
380
378
|
cozy: "cozy";
|
|
379
|
+
comfortable: "comfortable";
|
|
380
|
+
spacious: "spacious";
|
|
381
381
|
}>>>;
|
|
382
382
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
383
383
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
384
384
|
full: "full";
|
|
385
385
|
none: "none";
|
|
386
|
+
sm: "sm";
|
|
386
387
|
md: "md";
|
|
387
388
|
lg: "lg";
|
|
388
389
|
xl: "xl";
|
|
389
|
-
sm: "sm";
|
|
390
390
|
"2xl": "2xl";
|
|
391
391
|
}>>>;
|
|
392
392
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -446,9 +446,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
446
446
|
}, z.core.$strip>>>;
|
|
447
447
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
448
448
|
fill: "fill";
|
|
449
|
-
custom: "custom";
|
|
450
449
|
fit: "fit";
|
|
451
450
|
original: "original";
|
|
451
|
+
custom: "custom";
|
|
452
452
|
}>>>;
|
|
453
453
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
454
454
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -471,12 +471,12 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
471
471
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
472
472
|
}, z.core.$strip>>>;
|
|
473
473
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
474
|
+
medium: "medium";
|
|
474
475
|
none: "none";
|
|
475
476
|
compact: "compact";
|
|
476
|
-
medium: "medium";
|
|
477
|
-
spacious: "spacious";
|
|
478
|
-
comfortable: "comfortable";
|
|
479
477
|
cozy: "cozy";
|
|
478
|
+
comfortable: "comfortable";
|
|
479
|
+
spacious: "spacious";
|
|
480
480
|
}>>>;
|
|
481
481
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
482
482
|
none: "none";
|
|
@@ -549,9 +549,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
549
549
|
}, z.core.$strip>>>;
|
|
550
550
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
551
551
|
fill: "fill";
|
|
552
|
-
custom: "custom";
|
|
553
552
|
fit: "fit";
|
|
554
553
|
original: "original";
|
|
554
|
+
custom: "custom";
|
|
555
555
|
}>>>;
|
|
556
556
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
557
557
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -574,21 +574,21 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
574
574
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
575
575
|
}, z.core.$strip>>>;
|
|
576
576
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
577
|
+
medium: "medium";
|
|
577
578
|
none: "none";
|
|
578
579
|
compact: "compact";
|
|
579
|
-
medium: "medium";
|
|
580
|
-
spacious: "spacious";
|
|
581
|
-
comfortable: "comfortable";
|
|
582
580
|
cozy: "cozy";
|
|
581
|
+
comfortable: "comfortable";
|
|
582
|
+
spacious: "spacious";
|
|
583
583
|
}>>>;
|
|
584
584
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
585
585
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
586
586
|
full: "full";
|
|
587
587
|
none: "none";
|
|
588
|
+
sm: "sm";
|
|
588
589
|
md: "md";
|
|
589
590
|
lg: "lg";
|
|
590
591
|
xl: "xl";
|
|
591
|
-
sm: "sm";
|
|
592
592
|
"2xl": "2xl";
|
|
593
593
|
}>>>;
|
|
594
594
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -645,9 +645,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
645
645
|
}, z.core.$strip>>>;
|
|
646
646
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
647
647
|
fill: "fill";
|
|
648
|
-
custom: "custom";
|
|
649
648
|
fit: "fit";
|
|
650
649
|
original: "original";
|
|
650
|
+
custom: "custom";
|
|
651
651
|
}>>>;
|
|
652
652
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
653
653
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -680,21 +680,21 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
680
680
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
681
681
|
}, z.core.$strip>>>;
|
|
682
682
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
683
|
+
medium: "medium";
|
|
683
684
|
none: "none";
|
|
684
685
|
compact: "compact";
|
|
685
|
-
medium: "medium";
|
|
686
|
-
spacious: "spacious";
|
|
687
|
-
comfortable: "comfortable";
|
|
688
686
|
cozy: "cozy";
|
|
687
|
+
comfortable: "comfortable";
|
|
688
|
+
spacious: "spacious";
|
|
689
689
|
}>>>;
|
|
690
690
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
691
691
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
692
692
|
full: "full";
|
|
693
693
|
none: "none";
|
|
694
|
+
sm: "sm";
|
|
694
695
|
md: "md";
|
|
695
696
|
lg: "lg";
|
|
696
697
|
xl: "xl";
|
|
697
|
-
sm: "sm";
|
|
698
698
|
"2xl": "2xl";
|
|
699
699
|
}>>>;
|
|
700
700
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -723,10 +723,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
723
723
|
thick: "thick";
|
|
724
724
|
}>>;
|
|
725
725
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
726
|
+
auto: "auto";
|
|
726
727
|
tight: "tight";
|
|
727
728
|
normal: "normal";
|
|
728
729
|
loose: "loose";
|
|
729
|
-
auto: "auto";
|
|
730
730
|
}>>;
|
|
731
731
|
}, z.core.$strip>>;
|
|
732
732
|
}, z.core.$strip>>;
|
|
@@ -783,9 +783,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
783
783
|
}, z.core.$strip>>>;
|
|
784
784
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
785
785
|
fill: "fill";
|
|
786
|
-
custom: "custom";
|
|
787
786
|
fit: "fit";
|
|
788
787
|
original: "original";
|
|
788
|
+
custom: "custom";
|
|
789
789
|
}>>>;
|
|
790
790
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
791
791
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -808,12 +808,12 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
808
808
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
809
809
|
}, z.core.$strip>>>;
|
|
810
810
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
811
|
+
medium: "medium";
|
|
811
812
|
none: "none";
|
|
812
813
|
compact: "compact";
|
|
813
|
-
medium: "medium";
|
|
814
|
-
spacious: "spacious";
|
|
815
|
-
comfortable: "comfortable";
|
|
816
814
|
cozy: "cozy";
|
|
815
|
+
comfortable: "comfortable";
|
|
816
|
+
spacious: "spacious";
|
|
817
817
|
}>>>;
|
|
818
818
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
819
819
|
none: "none";
|
|
@@ -886,9 +886,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
886
886
|
}, z.core.$strip>>>;
|
|
887
887
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
888
888
|
fill: "fill";
|
|
889
|
-
custom: "custom";
|
|
890
889
|
fit: "fit";
|
|
891
890
|
original: "original";
|
|
891
|
+
custom: "custom";
|
|
892
892
|
}>>>;
|
|
893
893
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
894
894
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -911,21 +911,21 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
911
911
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
912
912
|
}, z.core.$strip>>>;
|
|
913
913
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
914
|
+
medium: "medium";
|
|
914
915
|
none: "none";
|
|
915
916
|
compact: "compact";
|
|
916
|
-
medium: "medium";
|
|
917
|
-
spacious: "spacious";
|
|
918
|
-
comfortable: "comfortable";
|
|
919
917
|
cozy: "cozy";
|
|
918
|
+
comfortable: "comfortable";
|
|
919
|
+
spacious: "spacious";
|
|
920
920
|
}>>>;
|
|
921
921
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
922
922
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
923
923
|
full: "full";
|
|
924
924
|
none: "none";
|
|
925
|
+
sm: "sm";
|
|
925
926
|
md: "md";
|
|
926
927
|
lg: "lg";
|
|
927
928
|
xl: "xl";
|
|
928
|
-
sm: "sm";
|
|
929
929
|
"2xl": "2xl";
|
|
930
930
|
}>>>;
|
|
931
931
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -982,9 +982,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
982
982
|
}, z.core.$strip>>>;
|
|
983
983
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
984
984
|
fill: "fill";
|
|
985
|
-
custom: "custom";
|
|
986
985
|
fit: "fit";
|
|
987
986
|
original: "original";
|
|
987
|
+
custom: "custom";
|
|
988
988
|
}>>>;
|
|
989
989
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
990
990
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1017,21 +1017,21 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1017
1017
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1018
1018
|
}, z.core.$strip>>>;
|
|
1019
1019
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1020
|
+
medium: "medium";
|
|
1020
1021
|
none: "none";
|
|
1021
1022
|
compact: "compact";
|
|
1022
|
-
medium: "medium";
|
|
1023
|
-
spacious: "spacious";
|
|
1024
|
-
comfortable: "comfortable";
|
|
1025
1023
|
cozy: "cozy";
|
|
1024
|
+
comfortable: "comfortable";
|
|
1025
|
+
spacious: "spacious";
|
|
1026
1026
|
}>>>;
|
|
1027
1027
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1028
1028
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1029
1029
|
full: "full";
|
|
1030
1030
|
none: "none";
|
|
1031
|
+
sm: "sm";
|
|
1031
1032
|
md: "md";
|
|
1032
1033
|
lg: "lg";
|
|
1033
1034
|
xl: "xl";
|
|
1034
|
-
sm: "sm";
|
|
1035
1035
|
"2xl": "2xl";
|
|
1036
1036
|
}>>>;
|
|
1037
1037
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -1042,8 +1042,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1042
1042
|
}, z.core.$strip>;
|
|
1043
1043
|
declare const typographyScaleSchema: z.ZodEnum<{
|
|
1044
1044
|
compact: "compact";
|
|
1045
|
-
balanced: "balanced";
|
|
1046
1045
|
spacious: "spacious";
|
|
1046
|
+
balanced: "balanced";
|
|
1047
1047
|
minorThird: "minorThird";
|
|
1048
1048
|
majorThird: "majorThird";
|
|
1049
1049
|
perfectFourth: "perfectFourth";
|
|
@@ -1052,10 +1052,10 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1052
1052
|
body: z.ZodObject<{
|
|
1053
1053
|
family: z.ZodString;
|
|
1054
1054
|
weight: z.ZodEnum<{
|
|
1055
|
+
medium: "medium";
|
|
1055
1056
|
bold: "bold";
|
|
1056
|
-
regular: "regular";
|
|
1057
1057
|
light: "light";
|
|
1058
|
-
|
|
1058
|
+
regular: "regular";
|
|
1059
1059
|
semibold: "semibold";
|
|
1060
1060
|
}>;
|
|
1061
1061
|
letterSpacing: z.ZodEnum<{
|
|
@@ -1078,10 +1078,10 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1078
1078
|
default: z.ZodObject<{
|
|
1079
1079
|
family: z.ZodString;
|
|
1080
1080
|
weight: z.ZodEnum<{
|
|
1081
|
+
medium: "medium";
|
|
1081
1082
|
bold: "bold";
|
|
1082
|
-
regular: "regular";
|
|
1083
1083
|
light: "light";
|
|
1084
|
-
|
|
1084
|
+
regular: "regular";
|
|
1085
1085
|
semibold: "semibold";
|
|
1086
1086
|
}>;
|
|
1087
1087
|
letterSpacing: z.ZodEnum<{
|
|
@@ -1095,8 +1095,8 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1095
1095
|
relaxed: "relaxed";
|
|
1096
1096
|
}>;
|
|
1097
1097
|
case: z.ZodNullable<z.ZodEnum<{
|
|
1098
|
-
normal: "normal";
|
|
1099
1098
|
uppercase: "uppercase";
|
|
1099
|
+
normal: "normal";
|
|
1100
1100
|
smallCaps: "smallCaps";
|
|
1101
1101
|
}>>;
|
|
1102
1102
|
italic: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -1104,10 +1104,10 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1104
1104
|
}, z.core.$strip>;
|
|
1105
1105
|
h1: z.ZodObject<{
|
|
1106
1106
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1107
|
+
medium: "medium";
|
|
1107
1108
|
bold: "bold";
|
|
1108
|
-
regular: "regular";
|
|
1109
1109
|
light: "light";
|
|
1110
|
-
|
|
1110
|
+
regular: "regular";
|
|
1111
1111
|
semibold: "semibold";
|
|
1112
1112
|
}>>>;
|
|
1113
1113
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -1116,12 +1116,12 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1116
1116
|
loose: "loose";
|
|
1117
1117
|
}>>>;
|
|
1118
1118
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1119
|
+
sm: "sm";
|
|
1119
1120
|
md: "md";
|
|
1120
1121
|
lg: "lg";
|
|
1121
1122
|
xl: "xl";
|
|
1122
|
-
xs: "xs";
|
|
1123
|
-
sm: "sm";
|
|
1124
1123
|
"2xl": "2xl";
|
|
1124
|
+
xs: "xs";
|
|
1125
1125
|
}>>>;
|
|
1126
1126
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1127
1127
|
normal: "normal";
|
|
@@ -1133,10 +1133,10 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1133
1133
|
}, z.core.$strip>;
|
|
1134
1134
|
h2: z.ZodObject<{
|
|
1135
1135
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1136
|
+
medium: "medium";
|
|
1136
1137
|
bold: "bold";
|
|
1137
|
-
regular: "regular";
|
|
1138
1138
|
light: "light";
|
|
1139
|
-
|
|
1139
|
+
regular: "regular";
|
|
1140
1140
|
semibold: "semibold";
|
|
1141
1141
|
}>>>;
|
|
1142
1142
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -1145,12 +1145,12 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1145
1145
|
loose: "loose";
|
|
1146
1146
|
}>>>;
|
|
1147
1147
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1148
|
+
sm: "sm";
|
|
1148
1149
|
md: "md";
|
|
1149
1150
|
lg: "lg";
|
|
1150
1151
|
xl: "xl";
|
|
1151
|
-
xs: "xs";
|
|
1152
|
-
sm: "sm";
|
|
1153
1152
|
"2xl": "2xl";
|
|
1153
|
+
xs: "xs";
|
|
1154
1154
|
}>>>;
|
|
1155
1155
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1156
1156
|
normal: "normal";
|
|
@@ -1162,10 +1162,10 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1162
1162
|
}, z.core.$strip>;
|
|
1163
1163
|
h3: z.ZodObject<{
|
|
1164
1164
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1165
|
+
medium: "medium";
|
|
1165
1166
|
bold: "bold";
|
|
1166
|
-
regular: "regular";
|
|
1167
1167
|
light: "light";
|
|
1168
|
-
|
|
1168
|
+
regular: "regular";
|
|
1169
1169
|
semibold: "semibold";
|
|
1170
1170
|
}>>>;
|
|
1171
1171
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -1174,12 +1174,12 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1174
1174
|
loose: "loose";
|
|
1175
1175
|
}>>>;
|
|
1176
1176
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1177
|
+
sm: "sm";
|
|
1177
1178
|
md: "md";
|
|
1178
1179
|
lg: "lg";
|
|
1179
1180
|
xl: "xl";
|
|
1180
|
-
xs: "xs";
|
|
1181
|
-
sm: "sm";
|
|
1182
1181
|
"2xl": "2xl";
|
|
1182
|
+
xs: "xs";
|
|
1183
1183
|
}>>>;
|
|
1184
1184
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1185
1185
|
normal: "normal";
|
|
@@ -1191,10 +1191,10 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1191
1191
|
}, z.core.$strip>;
|
|
1192
1192
|
h4: z.ZodOptional<z.ZodObject<{
|
|
1193
1193
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1194
|
+
medium: "medium";
|
|
1194
1195
|
bold: "bold";
|
|
1195
|
-
regular: "regular";
|
|
1196
1196
|
light: "light";
|
|
1197
|
-
|
|
1197
|
+
regular: "regular";
|
|
1198
1198
|
semibold: "semibold";
|
|
1199
1199
|
}>>>;
|
|
1200
1200
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -1203,12 +1203,12 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1203
1203
|
loose: "loose";
|
|
1204
1204
|
}>>>;
|
|
1205
1205
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1206
|
+
sm: "sm";
|
|
1206
1207
|
md: "md";
|
|
1207
1208
|
lg: "lg";
|
|
1208
1209
|
xl: "xl";
|
|
1209
|
-
xs: "xs";
|
|
1210
|
-
sm: "sm";
|
|
1211
1210
|
"2xl": "2xl";
|
|
1211
|
+
xs: "xs";
|
|
1212
1212
|
}>>>;
|
|
1213
1213
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1214
1214
|
normal: "normal";
|
|
@@ -1220,10 +1220,10 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1220
1220
|
}, z.core.$strip>>;
|
|
1221
1221
|
h5: z.ZodOptional<z.ZodObject<{
|
|
1222
1222
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1223
|
+
medium: "medium";
|
|
1223
1224
|
bold: "bold";
|
|
1224
|
-
regular: "regular";
|
|
1225
1225
|
light: "light";
|
|
1226
|
-
|
|
1226
|
+
regular: "regular";
|
|
1227
1227
|
semibold: "semibold";
|
|
1228
1228
|
}>>>;
|
|
1229
1229
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -1232,12 +1232,12 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1232
1232
|
loose: "loose";
|
|
1233
1233
|
}>>>;
|
|
1234
1234
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1235
|
+
sm: "sm";
|
|
1235
1236
|
md: "md";
|
|
1236
1237
|
lg: "lg";
|
|
1237
1238
|
xl: "xl";
|
|
1238
|
-
xs: "xs";
|
|
1239
|
-
sm: "sm";
|
|
1240
1239
|
"2xl": "2xl";
|
|
1240
|
+
xs: "xs";
|
|
1241
1241
|
}>>>;
|
|
1242
1242
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1243
1243
|
normal: "normal";
|
|
@@ -1249,10 +1249,10 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1249
1249
|
}, z.core.$strip>>;
|
|
1250
1250
|
h6: z.ZodOptional<z.ZodObject<{
|
|
1251
1251
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1252
|
+
medium: "medium";
|
|
1252
1253
|
bold: "bold";
|
|
1253
|
-
regular: "regular";
|
|
1254
1254
|
light: "light";
|
|
1255
|
-
|
|
1255
|
+
regular: "regular";
|
|
1256
1256
|
semibold: "semibold";
|
|
1257
1257
|
}>>>;
|
|
1258
1258
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -1261,12 +1261,12 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1261
1261
|
loose: "loose";
|
|
1262
1262
|
}>>>;
|
|
1263
1263
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1264
|
+
sm: "sm";
|
|
1264
1265
|
md: "md";
|
|
1265
1266
|
lg: "lg";
|
|
1266
1267
|
xl: "xl";
|
|
1267
|
-
xs: "xs";
|
|
1268
|
-
sm: "sm";
|
|
1269
1268
|
"2xl": "2xl";
|
|
1269
|
+
xs: "xs";
|
|
1270
1270
|
}>>>;
|
|
1271
1271
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1272
1272
|
normal: "normal";
|
|
@@ -1279,8 +1279,8 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1279
1279
|
}, z.core.$strip>;
|
|
1280
1280
|
scale: z.ZodEnum<{
|
|
1281
1281
|
compact: "compact";
|
|
1282
|
-
balanced: "balanced";
|
|
1283
1282
|
spacious: "spacious";
|
|
1283
|
+
balanced: "balanced";
|
|
1284
1284
|
minorThird: "minorThird";
|
|
1285
1285
|
majorThird: "majorThird";
|
|
1286
1286
|
perfectFourth: "perfectFourth";
|
|
@@ -1304,10 +1304,10 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1304
1304
|
thick: "thick";
|
|
1305
1305
|
}>>;
|
|
1306
1306
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
1307
|
+
auto: "auto";
|
|
1307
1308
|
tight: "tight";
|
|
1308
1309
|
normal: "normal";
|
|
1309
1310
|
loose: "loose";
|
|
1310
|
-
auto: "auto";
|
|
1311
1311
|
}>>;
|
|
1312
1312
|
}, z.core.$strip>>;
|
|
1313
1313
|
}, z.core.$strip>;
|
|
@@ -1317,21 +1317,21 @@ export declare const spaceSchema: z.ZodEnum<{
|
|
|
1317
1317
|
dense: "dense";
|
|
1318
1318
|
}>;
|
|
1319
1319
|
export declare const corners: z.ZodEnum<{
|
|
1320
|
-
soft: "soft";
|
|
1321
|
-
square: "square";
|
|
1322
1320
|
rounded: "rounded";
|
|
1321
|
+
square: "square";
|
|
1323
1322
|
pill: "pill";
|
|
1323
|
+
soft: "soft";
|
|
1324
1324
|
}>;
|
|
1325
1325
|
export declare const shadow: z.ZodObject<{
|
|
1326
1326
|
elevation: z.ZodEnum<{
|
|
1327
|
+
medium: "medium";
|
|
1327
1328
|
none: "none";
|
|
1328
1329
|
low: "low";
|
|
1329
1330
|
high: "high";
|
|
1330
|
-
medium: "medium";
|
|
1331
1331
|
}>;
|
|
1332
1332
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
1333
|
-
crisp: "crisp";
|
|
1334
1333
|
soft: "soft";
|
|
1334
|
+
crisp: "crisp";
|
|
1335
1335
|
hard: "hard";
|
|
1336
1336
|
}>>;
|
|
1337
1337
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -1353,10 +1353,10 @@ export declare const border: z.ZodObject<{
|
|
|
1353
1353
|
}, z.core.$strip>;
|
|
1354
1354
|
export declare const motion: z.ZodObject<{
|
|
1355
1355
|
level: z.ZodEnum<{
|
|
1356
|
-
|
|
1356
|
+
medium: "medium";
|
|
1357
1357
|
low: "low";
|
|
1358
1358
|
high: "high";
|
|
1359
|
-
|
|
1359
|
+
off: "off";
|
|
1360
1360
|
}>;
|
|
1361
1361
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
1362
1362
|
standard: "standard";
|
|
@@ -1366,18 +1366,18 @@ export declare const motion: z.ZodObject<{
|
|
|
1366
1366
|
}, z.core.$strip>;
|
|
1367
1367
|
export declare const buttonStyle: z.ZodObject<{
|
|
1368
1368
|
shape: z.ZodEnum<{
|
|
1369
|
-
soft: "soft";
|
|
1370
|
-
square: "square";
|
|
1371
1369
|
rounded: "rounded";
|
|
1370
|
+
square: "square";
|
|
1372
1371
|
pill: "pill";
|
|
1372
|
+
soft: "soft";
|
|
1373
1373
|
}>;
|
|
1374
1374
|
}, z.core.$strip>;
|
|
1375
1375
|
export declare const cardStyle: z.ZodObject<{
|
|
1376
1376
|
elevation: z.ZodEnum<{
|
|
1377
|
+
medium: "medium";
|
|
1377
1378
|
none: "none";
|
|
1378
1379
|
low: "low";
|
|
1379
1380
|
high: "high";
|
|
1380
|
-
medium: "medium";
|
|
1381
1381
|
}>;
|
|
1382
1382
|
border: z.ZodEnum<{
|
|
1383
1383
|
none: "none";
|
|
@@ -1385,10 +1385,10 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1385
1385
|
defined: "defined";
|
|
1386
1386
|
}>;
|
|
1387
1387
|
shape: z.ZodEnum<{
|
|
1388
|
-
soft: "soft";
|
|
1389
|
-
square: "square";
|
|
1390
1388
|
rounded: "rounded";
|
|
1389
|
+
square: "square";
|
|
1391
1390
|
pill: "pill";
|
|
1391
|
+
soft: "soft";
|
|
1392
1392
|
}>;
|
|
1393
1393
|
headerStyle: z.ZodNullable<z.ZodEnum<{
|
|
1394
1394
|
plain: "plain";
|
|
@@ -1396,17 +1396,17 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1396
1396
|
subtleBg: "subtleBg";
|
|
1397
1397
|
}>>;
|
|
1398
1398
|
mediaTreatment: z.ZodNullable<z.ZodEnum<{
|
|
1399
|
-
square: "square";
|
|
1400
1399
|
rounded: "rounded";
|
|
1400
|
+
square: "square";
|
|
1401
1401
|
bleed: "bleed";
|
|
1402
1402
|
}>>;
|
|
1403
1403
|
}, z.core.$strip>;
|
|
1404
1404
|
export declare const inputStyle: z.ZodObject<{
|
|
1405
1405
|
shape: z.ZodEnum<{
|
|
1406
|
-
soft: "soft";
|
|
1407
|
-
square: "square";
|
|
1408
1406
|
rounded: "rounded";
|
|
1407
|
+
square: "square";
|
|
1409
1408
|
pill: "pill";
|
|
1409
|
+
soft: "soft";
|
|
1410
1410
|
}>;
|
|
1411
1411
|
border: z.ZodEnum<{
|
|
1412
1412
|
subtle: "subtle";
|
|
@@ -1425,29 +1425,29 @@ export declare const inputStyle: z.ZodObject<{
|
|
|
1425
1425
|
}, z.core.$strip>;
|
|
1426
1426
|
declare const headerVariant: z.ZodEnum<{
|
|
1427
1427
|
classic: "classic";
|
|
1428
|
-
editorial: "editorial";
|
|
1429
1428
|
centered: "centered";
|
|
1430
1429
|
transparent: "transparent";
|
|
1431
1430
|
floating: "floating";
|
|
1431
|
+
editorial: "editorial";
|
|
1432
1432
|
}>;
|
|
1433
1433
|
declare const headerPositioning: z.ZodEnum<{
|
|
1434
|
-
fixed: "fixed";
|
|
1435
1434
|
static: "static";
|
|
1435
|
+
fixed: "fixed";
|
|
1436
1436
|
sticky: "sticky";
|
|
1437
1437
|
}>;
|
|
1438
1438
|
declare const headerNavStyle: z.ZodEnum<{
|
|
1439
|
-
minimal: "minimal";
|
|
1440
1439
|
scale: "scale";
|
|
1441
|
-
underline: "underline";
|
|
1442
1440
|
solid: "solid";
|
|
1441
|
+
minimal: "minimal";
|
|
1442
|
+
underline: "underline";
|
|
1443
1443
|
"underline-grow": "underline-grow";
|
|
1444
1444
|
capsule: "capsule";
|
|
1445
1445
|
frosted: "frosted";
|
|
1446
1446
|
}>;
|
|
1447
1447
|
declare const navFontWeight: z.ZodEnum<{
|
|
1448
|
+
medium: "medium";
|
|
1448
1449
|
bold: "bold";
|
|
1449
1450
|
regular: "regular";
|
|
1450
|
-
medium: "medium";
|
|
1451
1451
|
semibold: "semibold";
|
|
1452
1452
|
}>;
|
|
1453
1453
|
declare const headerMaxWidth: z.ZodEnum<{
|
|
@@ -1457,26 +1457,26 @@ declare const headerMaxWidth: z.ZodEnum<{
|
|
|
1457
1457
|
declare const headerContainerSchema: z.ZodOptional<z.ZodObject<{
|
|
1458
1458
|
rounded: z.ZodDefault<z.ZodEnum<{
|
|
1459
1459
|
none: "none";
|
|
1460
|
+
sm: "sm";
|
|
1460
1461
|
md: "md";
|
|
1461
1462
|
lg: "lg";
|
|
1462
1463
|
xl: "xl";
|
|
1463
|
-
sm: "sm";
|
|
1464
1464
|
"2xl": "2xl";
|
|
1465
1465
|
}>>;
|
|
1466
1466
|
border: z.ZodDefault<z.ZodBoolean>;
|
|
1467
1467
|
shadow: z.ZodDefault<z.ZodBoolean>;
|
|
1468
1468
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
1469
|
+
sm: "sm";
|
|
1469
1470
|
md: "md";
|
|
1470
1471
|
lg: "lg";
|
|
1471
|
-
sm: "sm";
|
|
1472
1472
|
}>>;
|
|
1473
1473
|
tint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1474
1474
|
opacity: z.ZodDefault<z.ZodNumber>;
|
|
1475
1475
|
}, z.core.$strip>>;
|
|
1476
1476
|
declare const headerBorderSchema: z.ZodOptional<z.ZodObject<{
|
|
1477
1477
|
width: z.ZodDefault<z.ZodEnum<{
|
|
1478
|
-
none: "none";
|
|
1479
1478
|
medium: "medium";
|
|
1479
|
+
none: "none";
|
|
1480
1480
|
thin: "thin";
|
|
1481
1481
|
thick: "thick";
|
|
1482
1482
|
hairline: "hairline";
|
|
@@ -1488,9 +1488,9 @@ declare const headerBorderSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1488
1488
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
1489
1489
|
position: z.ZodDefault<z.ZodEnum<{
|
|
1490
1490
|
none: "none";
|
|
1491
|
-
bottom: "bottom";
|
|
1492
|
-
top: "top";
|
|
1493
1491
|
both: "both";
|
|
1492
|
+
top: "top";
|
|
1493
|
+
bottom: "bottom";
|
|
1494
1494
|
}>>;
|
|
1495
1495
|
}, z.core.$strip>>;
|
|
1496
1496
|
declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
@@ -1499,8 +1499,8 @@ declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1499
1499
|
heading: "heading";
|
|
1500
1500
|
}>>;
|
|
1501
1501
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1502
|
-
normal: "normal";
|
|
1503
1502
|
wide: "wide";
|
|
1503
|
+
normal: "normal";
|
|
1504
1504
|
wider: "wider";
|
|
1505
1505
|
widest: "widest";
|
|
1506
1506
|
}>>;
|
|
@@ -1509,9 +1509,9 @@ declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1509
1509
|
declare const headerLogoTextSchema: z.ZodOptional<z.ZodObject<{
|
|
1510
1510
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
1511
1511
|
mobileMaxWidth: z.ZodOptional<z.ZodEnum<{
|
|
1512
|
+
sm: "sm";
|
|
1512
1513
|
md: "md";
|
|
1513
1514
|
xs: "xs";
|
|
1514
|
-
sm: "sm";
|
|
1515
1515
|
}>>;
|
|
1516
1516
|
hideOnShrink: z.ZodOptional<z.ZodBoolean>;
|
|
1517
1517
|
}, z.core.$strip>>;
|
|
@@ -1527,15 +1527,15 @@ declare const dropdownStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1527
1527
|
borderColor: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1528
1528
|
shadow: z.ZodDefault<z.ZodEnum<{
|
|
1529
1529
|
none: "none";
|
|
1530
|
+
sm: "sm";
|
|
1530
1531
|
md: "md";
|
|
1531
1532
|
lg: "lg";
|
|
1532
|
-
sm: "sm";
|
|
1533
1533
|
}>>;
|
|
1534
1534
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
1535
1535
|
none: "none";
|
|
1536
|
+
sm: "sm";
|
|
1536
1537
|
md: "md";
|
|
1537
1538
|
lg: "lg";
|
|
1538
|
-
sm: "sm";
|
|
1539
1539
|
}>>;
|
|
1540
1540
|
hoverBackground: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1541
1541
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1545,21 +1545,21 @@ declare const dropdownStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1545
1545
|
capitalize: "capitalize";
|
|
1546
1546
|
}>>;
|
|
1547
1547
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1548
|
-
normal: "normal";
|
|
1549
1548
|
wide: "wide";
|
|
1549
|
+
normal: "normal";
|
|
1550
1550
|
wider: "wider";
|
|
1551
1551
|
}>>;
|
|
1552
1552
|
fontWeight: z.ZodOptional<z.ZodEnum<{
|
|
1553
|
+
medium: "medium";
|
|
1553
1554
|
bold: "bold";
|
|
1554
1555
|
regular: "regular";
|
|
1555
|
-
medium: "medium";
|
|
1556
1556
|
semibold: "semibold";
|
|
1557
1557
|
}>>;
|
|
1558
1558
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
1559
|
+
base: "base";
|
|
1560
|
+
sm: "sm";
|
|
1559
1561
|
lg: "lg";
|
|
1560
1562
|
xs: "xs";
|
|
1561
|
-
sm: "sm";
|
|
1562
|
-
base: "base";
|
|
1563
1563
|
}>>;
|
|
1564
1564
|
}, z.core.$strip>>;
|
|
1565
1565
|
/**
|
|
@@ -1567,12 +1567,12 @@ declare const dropdownStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1567
1567
|
* Controls the spacing between nav links and the CTA button.
|
|
1568
1568
|
*/
|
|
1569
1569
|
declare const headerCtaGapSchema: z.ZodEnum<{
|
|
1570
|
-
default: "default";
|
|
1571
1570
|
none: "none";
|
|
1572
1571
|
compact: "compact";
|
|
1572
|
+
spacious: "spacious";
|
|
1573
|
+
default: "default";
|
|
1573
1574
|
tight: "tight";
|
|
1574
1575
|
relaxed: "relaxed";
|
|
1575
|
-
spacious: "spacious";
|
|
1576
1576
|
}>;
|
|
1577
1577
|
declare const headerBackgroundSchema: z.ZodObject<{
|
|
1578
1578
|
type: z.ZodEnum<{
|
|
@@ -1639,14 +1639,14 @@ declare const headerBackgroundSchema: z.ZodObject<{
|
|
|
1639
1639
|
export declare const headerSchema: z.ZodObject<{
|
|
1640
1640
|
variant: z.ZodEnum<{
|
|
1641
1641
|
classic: "classic";
|
|
1642
|
-
editorial: "editorial";
|
|
1643
1642
|
centered: "centered";
|
|
1644
1643
|
transparent: "transparent";
|
|
1645
1644
|
floating: "floating";
|
|
1645
|
+
editorial: "editorial";
|
|
1646
1646
|
}>;
|
|
1647
1647
|
positioning: z.ZodEnum<{
|
|
1648
|
-
fixed: "fixed";
|
|
1649
1648
|
static: "static";
|
|
1649
|
+
fixed: "fixed";
|
|
1650
1650
|
sticky: "sticky";
|
|
1651
1651
|
}>;
|
|
1652
1652
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -1759,44 +1759,44 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1759
1759
|
}, z.core.$strip>>;
|
|
1760
1760
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1761
1761
|
navStyle: z.ZodEnum<{
|
|
1762
|
-
minimal: "minimal";
|
|
1763
1762
|
scale: "scale";
|
|
1764
|
-
underline: "underline";
|
|
1765
1763
|
solid: "solid";
|
|
1764
|
+
minimal: "minimal";
|
|
1765
|
+
underline: "underline";
|
|
1766
1766
|
"underline-grow": "underline-grow";
|
|
1767
1767
|
capsule: "capsule";
|
|
1768
1768
|
frosted: "frosted";
|
|
1769
1769
|
}>;
|
|
1770
1770
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1771
1771
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
1772
|
+
medium: "medium";
|
|
1772
1773
|
bold: "bold";
|
|
1773
1774
|
regular: "regular";
|
|
1774
|
-
medium: "medium";
|
|
1775
1775
|
semibold: "semibold";
|
|
1776
1776
|
}>>;
|
|
1777
1777
|
container: z.ZodOptional<z.ZodObject<{
|
|
1778
1778
|
rounded: z.ZodDefault<z.ZodEnum<{
|
|
1779
1779
|
none: "none";
|
|
1780
|
+
sm: "sm";
|
|
1780
1781
|
md: "md";
|
|
1781
1782
|
lg: "lg";
|
|
1782
1783
|
xl: "xl";
|
|
1783
|
-
sm: "sm";
|
|
1784
1784
|
"2xl": "2xl";
|
|
1785
1785
|
}>>;
|
|
1786
1786
|
border: z.ZodDefault<z.ZodBoolean>;
|
|
1787
1787
|
shadow: z.ZodDefault<z.ZodBoolean>;
|
|
1788
1788
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
1789
|
+
sm: "sm";
|
|
1789
1790
|
md: "md";
|
|
1790
1791
|
lg: "lg";
|
|
1791
|
-
sm: "sm";
|
|
1792
1792
|
}>>;
|
|
1793
1793
|
tint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1794
1794
|
opacity: z.ZodDefault<z.ZodNumber>;
|
|
1795
1795
|
}, z.core.$strip>>;
|
|
1796
1796
|
border: z.ZodOptional<z.ZodObject<{
|
|
1797
1797
|
width: z.ZodDefault<z.ZodEnum<{
|
|
1798
|
-
none: "none";
|
|
1799
1798
|
medium: "medium";
|
|
1799
|
+
none: "none";
|
|
1800
1800
|
thin: "thin";
|
|
1801
1801
|
thick: "thick";
|
|
1802
1802
|
hairline: "hairline";
|
|
@@ -1808,18 +1808,18 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1808
1808
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
1809
1809
|
position: z.ZodDefault<z.ZodEnum<{
|
|
1810
1810
|
none: "none";
|
|
1811
|
-
bottom: "bottom";
|
|
1812
|
-
top: "top";
|
|
1813
1811
|
both: "both";
|
|
1812
|
+
top: "top";
|
|
1813
|
+
bottom: "bottom";
|
|
1814
1814
|
}>>;
|
|
1815
1815
|
}, z.core.$strip>>;
|
|
1816
1816
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
1817
1817
|
elevation: z.ZodDefault<z.ZodEnum<{
|
|
1818
1818
|
none: "none";
|
|
1819
|
+
sm: "sm";
|
|
1819
1820
|
md: "md";
|
|
1820
1821
|
lg: "lg";
|
|
1821
1822
|
xl: "xl";
|
|
1822
|
-
sm: "sm";
|
|
1823
1823
|
"2xl": "2xl";
|
|
1824
1824
|
}>>;
|
|
1825
1825
|
}, z.core.$strip>>;
|
|
@@ -1829,8 +1829,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1829
1829
|
heading: "heading";
|
|
1830
1830
|
}>>;
|
|
1831
1831
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1832
|
-
normal: "normal";
|
|
1833
1832
|
wide: "wide";
|
|
1833
|
+
normal: "normal";
|
|
1834
1834
|
wider: "wider";
|
|
1835
1835
|
widest: "widest";
|
|
1836
1836
|
}>>;
|
|
@@ -1839,9 +1839,9 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1839
1839
|
logoText: z.ZodOptional<z.ZodObject<{
|
|
1840
1840
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
1841
1841
|
mobileMaxWidth: z.ZodOptional<z.ZodEnum<{
|
|
1842
|
+
sm: "sm";
|
|
1842
1843
|
md: "md";
|
|
1843
1844
|
xs: "xs";
|
|
1844
|
-
sm: "sm";
|
|
1845
1845
|
}>>;
|
|
1846
1846
|
hideOnShrink: z.ZodOptional<z.ZodBoolean>;
|
|
1847
1847
|
}, z.core.$strip>>;
|
|
@@ -1863,36 +1863,36 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1863
1863
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
1864
1864
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
1865
1865
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
1866
|
+
base: "base";
|
|
1867
|
+
sm: "sm";
|
|
1866
1868
|
lg: "lg";
|
|
1867
1869
|
xs: "xs";
|
|
1868
|
-
sm: "sm";
|
|
1869
|
-
base: "base";
|
|
1870
1870
|
}>>;
|
|
1871
1871
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
1872
|
-
normal: "normal";
|
|
1873
1872
|
wide: "wide";
|
|
1873
|
+
normal: "normal";
|
|
1874
1874
|
wider: "wider";
|
|
1875
1875
|
widest: "widest";
|
|
1876
1876
|
}>>;
|
|
1877
1877
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1878
1878
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
1879
|
-
default: "default";
|
|
1880
1879
|
none: "none";
|
|
1881
1880
|
compact: "compact";
|
|
1881
|
+
default: "default";
|
|
1882
1882
|
}>>;
|
|
1883
1883
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
1884
|
-
default: "default";
|
|
1885
1884
|
none: "none";
|
|
1886
1885
|
compact: "compact";
|
|
1886
|
+
spacious: "spacious";
|
|
1887
|
+
default: "default";
|
|
1887
1888
|
tight: "tight";
|
|
1888
1889
|
relaxed: "relaxed";
|
|
1889
|
-
spacious: "spacious";
|
|
1890
1890
|
}>>;
|
|
1891
1891
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
1892
1892
|
full: "full";
|
|
1893
1893
|
none: "none";
|
|
1894
|
-
md: "md";
|
|
1895
1894
|
sm: "sm";
|
|
1895
|
+
md: "md";
|
|
1896
1896
|
}>>;
|
|
1897
1897
|
effects: z.ZodOptional<z.ZodObject<{
|
|
1898
1898
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1917,9 +1917,9 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1917
1917
|
heading: "heading";
|
|
1918
1918
|
}>>;
|
|
1919
1919
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
1920
|
+
medium: "medium";
|
|
1920
1921
|
bold: "bold";
|
|
1921
1922
|
regular: "regular";
|
|
1922
|
-
medium: "medium";
|
|
1923
1923
|
semibold: "semibold";
|
|
1924
1924
|
}>>;
|
|
1925
1925
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
@@ -1931,20 +1931,20 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1931
1931
|
name: z.ZodOptional<z.ZodString>;
|
|
1932
1932
|
}, z.core.$strip>>;
|
|
1933
1933
|
ctaGap: z.ZodOptional<z.ZodEnum<{
|
|
1934
|
-
default: "default";
|
|
1935
1934
|
none: "none";
|
|
1936
1935
|
compact: "compact";
|
|
1936
|
+
spacious: "spacious";
|
|
1937
|
+
default: "default";
|
|
1937
1938
|
tight: "tight";
|
|
1938
1939
|
relaxed: "relaxed";
|
|
1939
|
-
spacious: "spacious";
|
|
1940
1940
|
}>>;
|
|
1941
1941
|
ctaTreatment: z.ZodOptional<z.ZodEnum<{
|
|
1942
|
-
default: "default";
|
|
1943
1942
|
primary: "primary";
|
|
1944
1943
|
secondary: "secondary";
|
|
1945
|
-
inverted: "inverted";
|
|
1946
1944
|
outline: "outline";
|
|
1945
|
+
default: "default";
|
|
1947
1946
|
ghost: "ghost";
|
|
1947
|
+
inverted: "inverted";
|
|
1948
1948
|
}>>;
|
|
1949
1949
|
ctaVariant: z.ZodOptional<z.ZodString>;
|
|
1950
1950
|
dropdownStyle: z.ZodOptional<z.ZodObject<{
|
|
@@ -1953,15 +1953,15 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1953
1953
|
borderColor: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1954
1954
|
shadow: z.ZodDefault<z.ZodEnum<{
|
|
1955
1955
|
none: "none";
|
|
1956
|
+
sm: "sm";
|
|
1956
1957
|
md: "md";
|
|
1957
1958
|
lg: "lg";
|
|
1958
|
-
sm: "sm";
|
|
1959
1959
|
}>>;
|
|
1960
1960
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
1961
1961
|
none: "none";
|
|
1962
|
+
sm: "sm";
|
|
1962
1963
|
md: "md";
|
|
1963
1964
|
lg: "lg";
|
|
1964
|
-
sm: "sm";
|
|
1965
1965
|
}>>;
|
|
1966
1966
|
hoverBackground: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1967
1967
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1971,50 +1971,50 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1971
1971
|
capitalize: "capitalize";
|
|
1972
1972
|
}>>;
|
|
1973
1973
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1974
|
-
normal: "normal";
|
|
1975
1974
|
wide: "wide";
|
|
1975
|
+
normal: "normal";
|
|
1976
1976
|
wider: "wider";
|
|
1977
1977
|
}>>;
|
|
1978
1978
|
fontWeight: z.ZodOptional<z.ZodEnum<{
|
|
1979
|
+
medium: "medium";
|
|
1979
1980
|
bold: "bold";
|
|
1980
1981
|
regular: "regular";
|
|
1981
|
-
medium: "medium";
|
|
1982
1982
|
semibold: "semibold";
|
|
1983
1983
|
}>>;
|
|
1984
1984
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
1985
|
+
base: "base";
|
|
1986
|
+
sm: "sm";
|
|
1985
1987
|
lg: "lg";
|
|
1986
1988
|
xs: "xs";
|
|
1987
|
-
sm: "sm";
|
|
1988
|
-
base: "base";
|
|
1989
1989
|
}>>;
|
|
1990
1990
|
}, z.core.$strip>>;
|
|
1991
1991
|
}, z.core.$strip>;
|
|
1992
1992
|
declare const footerVariant: z.ZodEnum<{
|
|
1993
|
+
columns: "columns";
|
|
1993
1994
|
split: "split";
|
|
1994
1995
|
simple: "simple";
|
|
1995
|
-
columns: "columns";
|
|
1996
1996
|
}>;
|
|
1997
1997
|
declare const footerMaxWidth: z.ZodEnum<{
|
|
1998
1998
|
full: "full";
|
|
1999
1999
|
container: "container";
|
|
2000
2000
|
}>;
|
|
2001
2001
|
declare const footerMode: z.ZodEnum<{
|
|
2002
|
-
blocks: "blocks";
|
|
2003
|
-
default: "default";
|
|
2004
2002
|
none: "none";
|
|
2003
|
+
default: "default";
|
|
2004
|
+
blocks: "blocks";
|
|
2005
2005
|
"default+blocks": "default+blocks";
|
|
2006
2006
|
}>;
|
|
2007
2007
|
export declare const footerSchema: z.ZodObject<{
|
|
2008
2008
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
2009
|
-
blocks: "blocks";
|
|
2010
|
-
default: "default";
|
|
2011
2009
|
none: "none";
|
|
2010
|
+
default: "default";
|
|
2011
|
+
blocks: "blocks";
|
|
2012
2012
|
"default+blocks": "default+blocks";
|
|
2013
2013
|
}>>;
|
|
2014
2014
|
variant: z.ZodEnum<{
|
|
2015
|
+
columns: "columns";
|
|
2015
2016
|
split: "split";
|
|
2016
2017
|
simple: "simple";
|
|
2017
|
-
columns: "columns";
|
|
2018
2018
|
}>;
|
|
2019
2019
|
maxWidth: z.ZodEnum<{
|
|
2020
2020
|
full: "full";
|
|
@@ -2084,54 +2084,54 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2084
2084
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2085
2085
|
}, z.core.$strip>>;
|
|
2086
2086
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
2087
|
-
minimal: "minimal";
|
|
2088
2087
|
scale: "scale";
|
|
2089
|
-
underline: "underline";
|
|
2090
2088
|
solid: "solid";
|
|
2089
|
+
minimal: "minimal";
|
|
2090
|
+
underline: "underline";
|
|
2091
2091
|
"underline-grow": "underline-grow";
|
|
2092
2092
|
capsule: "capsule";
|
|
2093
2093
|
frosted: "frosted";
|
|
2094
2094
|
}>>;
|
|
2095
2095
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2096
2096
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
2097
|
+
medium: "medium";
|
|
2097
2098
|
bold: "bold";
|
|
2098
2099
|
regular: "regular";
|
|
2099
|
-
medium: "medium";
|
|
2100
2100
|
semibold: "semibold";
|
|
2101
2101
|
}>>;
|
|
2102
2102
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
2103
2103
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
2104
2104
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
2105
|
+
base: "base";
|
|
2106
|
+
sm: "sm";
|
|
2105
2107
|
lg: "lg";
|
|
2106
2108
|
xs: "xs";
|
|
2107
|
-
sm: "sm";
|
|
2108
|
-
base: "base";
|
|
2109
2109
|
}>>;
|
|
2110
2110
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
2111
|
-
normal: "normal";
|
|
2112
2111
|
wide: "wide";
|
|
2112
|
+
normal: "normal";
|
|
2113
2113
|
wider: "wider";
|
|
2114
2114
|
widest: "widest";
|
|
2115
2115
|
}>>;
|
|
2116
2116
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2117
2117
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
2118
|
-
default: "default";
|
|
2119
2118
|
none: "none";
|
|
2120
2119
|
compact: "compact";
|
|
2120
|
+
default: "default";
|
|
2121
2121
|
}>>;
|
|
2122
2122
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
2123
|
-
default: "default";
|
|
2124
2123
|
none: "none";
|
|
2125
2124
|
compact: "compact";
|
|
2125
|
+
spacious: "spacious";
|
|
2126
|
+
default: "default";
|
|
2126
2127
|
tight: "tight";
|
|
2127
2128
|
relaxed: "relaxed";
|
|
2128
|
-
spacious: "spacious";
|
|
2129
2129
|
}>>;
|
|
2130
2130
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
2131
2131
|
full: "full";
|
|
2132
2132
|
none: "none";
|
|
2133
|
-
md: "md";
|
|
2134
2133
|
sm: "sm";
|
|
2134
|
+
md: "md";
|
|
2135
2135
|
}>>;
|
|
2136
2136
|
effects: z.ZodOptional<z.ZodObject<{
|
|
2137
2137
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2156,9 +2156,9 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2156
2156
|
heading: "heading";
|
|
2157
2157
|
}>>;
|
|
2158
2158
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
2159
|
+
medium: "medium";
|
|
2159
2160
|
bold: "bold";
|
|
2160
2161
|
regular: "regular";
|
|
2161
|
-
medium: "medium";
|
|
2162
2162
|
semibold: "semibold";
|
|
2163
2163
|
}>>;
|
|
2164
2164
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
@@ -2177,31 +2177,31 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2177
2177
|
}, z.core.$strip>>;
|
|
2178
2178
|
navLayout: z.ZodOptional<z.ZodObject<{
|
|
2179
2179
|
layout: z.ZodOptional<z.ZodEnum<{
|
|
2180
|
-
stack: "stack";
|
|
2181
2180
|
inline: "inline";
|
|
2181
|
+
stack: "stack";
|
|
2182
2182
|
"inline-wrap": "inline-wrap";
|
|
2183
2183
|
}>>;
|
|
2184
2184
|
align: z.ZodOptional<z.ZodEnum<{
|
|
2185
|
-
start: "start";
|
|
2186
2185
|
center: "center";
|
|
2186
|
+
start: "start";
|
|
2187
2187
|
end: "end";
|
|
2188
2188
|
"space-between": "space-between";
|
|
2189
2189
|
}>>;
|
|
2190
2190
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
2191
|
-
default: "default";
|
|
2192
2191
|
none: "none";
|
|
2193
2192
|
compact: "compact";
|
|
2193
|
+
spacious: "spacious";
|
|
2194
|
+
default: "default";
|
|
2194
2195
|
tight: "tight";
|
|
2195
2196
|
relaxed: "relaxed";
|
|
2196
|
-
spacious: "spacious";
|
|
2197
2197
|
}>>;
|
|
2198
2198
|
gapY: z.ZodOptional<z.ZodEnum<{
|
|
2199
|
-
default: "default";
|
|
2200
2199
|
none: "none";
|
|
2201
2200
|
compact: "compact";
|
|
2201
|
+
spacious: "spacious";
|
|
2202
|
+
default: "default";
|
|
2202
2203
|
tight: "tight";
|
|
2203
2204
|
relaxed: "relaxed";
|
|
2204
|
-
spacious: "spacious";
|
|
2205
2205
|
}>>;
|
|
2206
2206
|
columns: z.ZodOptional<z.ZodNumber>;
|
|
2207
2207
|
}, z.core.$strip>>;
|
|
@@ -2215,20 +2215,20 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2215
2215
|
below: "below";
|
|
2216
2216
|
}>>;
|
|
2217
2217
|
size: z.ZodOptional<z.ZodEnum<{
|
|
2218
|
+
sm: "sm";
|
|
2218
2219
|
md: "md";
|
|
2219
2220
|
lg: "lg";
|
|
2220
2221
|
xl: "xl";
|
|
2221
|
-
sm: "sm";
|
|
2222
2222
|
}>>;
|
|
2223
2223
|
maxHeight: z.ZodOptional<z.ZodEnum<{
|
|
2224
|
+
sm: "sm";
|
|
2224
2225
|
md: "md";
|
|
2225
2226
|
lg: "lg";
|
|
2226
2227
|
xl: "xl";
|
|
2227
|
-
sm: "sm";
|
|
2228
2228
|
}>>;
|
|
2229
2229
|
align: z.ZodOptional<z.ZodEnum<{
|
|
2230
|
-
start: "start";
|
|
2231
2230
|
center: "center";
|
|
2231
|
+
start: "start";
|
|
2232
2232
|
end: "end";
|
|
2233
2233
|
}>>;
|
|
2234
2234
|
}, z.core.$strip>>;
|
|
@@ -2304,26 +2304,26 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2304
2304
|
right: "right";
|
|
2305
2305
|
}>>;
|
|
2306
2306
|
paddingY: z.ZodOptional<z.ZodEnum<{
|
|
2307
|
-
default: "default";
|
|
2308
2307
|
none: "none";
|
|
2309
2308
|
compact: "compact";
|
|
2309
|
+
spacious: "spacious";
|
|
2310
|
+
default: "default";
|
|
2310
2311
|
tight: "tight";
|
|
2311
2312
|
relaxed: "relaxed";
|
|
2312
|
-
spacious: "spacious";
|
|
2313
2313
|
}>>;
|
|
2314
2314
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
2315
|
-
default: "default";
|
|
2316
2315
|
none: "none";
|
|
2317
2316
|
compact: "compact";
|
|
2317
|
+
spacious: "spacious";
|
|
2318
|
+
default: "default";
|
|
2318
2319
|
tight: "tight";
|
|
2319
2320
|
relaxed: "relaxed";
|
|
2320
|
-
spacious: "spacious";
|
|
2321
2321
|
}>>;
|
|
2322
2322
|
borderTop: z.ZodOptional<z.ZodObject<{
|
|
2323
2323
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2324
2324
|
width: z.ZodOptional<z.ZodEnum<{
|
|
2325
|
-
none: "none";
|
|
2326
2325
|
medium: "medium";
|
|
2326
|
+
none: "none";
|
|
2327
2327
|
thin: "thin";
|
|
2328
2328
|
thick: "thick";
|
|
2329
2329
|
}>>;
|
|
@@ -2333,20 +2333,20 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2333
2333
|
declare const layoutSchema: z.ZodOptional<z.ZodObject<{
|
|
2334
2334
|
containerPadding: z.ZodOptional<z.ZodObject<{
|
|
2335
2335
|
mobile: z.ZodOptional<z.ZodEnum<{
|
|
2336
|
-
default: "default";
|
|
2337
2336
|
compact: "compact";
|
|
2337
|
+
default: "default";
|
|
2338
2338
|
tight: "tight";
|
|
2339
2339
|
relaxed: "relaxed";
|
|
2340
2340
|
}>>;
|
|
2341
2341
|
tablet: z.ZodOptional<z.ZodEnum<{
|
|
2342
|
-
default: "default";
|
|
2343
2342
|
compact: "compact";
|
|
2343
|
+
default: "default";
|
|
2344
2344
|
tight: "tight";
|
|
2345
2345
|
relaxed: "relaxed";
|
|
2346
2346
|
}>>;
|
|
2347
2347
|
desktop: z.ZodOptional<z.ZodEnum<{
|
|
2348
|
-
default: "default";
|
|
2349
2348
|
compact: "compact";
|
|
2349
|
+
default: "default";
|
|
2350
2350
|
tight: "tight";
|
|
2351
2351
|
relaxed: "relaxed";
|
|
2352
2352
|
}>>;
|
|
@@ -2355,16 +2355,16 @@ declare const layoutSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2355
2355
|
declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
2356
2356
|
typography: z.ZodOptional<z.ZodObject<{
|
|
2357
2357
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2358
|
+
base: "base";
|
|
2359
|
+
sm: "sm";
|
|
2358
2360
|
lg: "lg";
|
|
2359
2361
|
xl: "xl";
|
|
2360
|
-
sm: "sm";
|
|
2361
2362
|
"2xl": "2xl";
|
|
2362
|
-
base: "base";
|
|
2363
2363
|
"3xl": "3xl";
|
|
2364
|
+
editorial: "editorial";
|
|
2364
2365
|
"4xl": "4xl";
|
|
2365
2366
|
"5xl": "5xl";
|
|
2366
2367
|
"6xl": "6xl";
|
|
2367
|
-
editorial: "editorial";
|
|
2368
2368
|
}>>;
|
|
2369
2369
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2370
2370
|
tight: "tight";
|
|
@@ -2373,16 +2373,16 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2373
2373
|
snug: "snug";
|
|
2374
2374
|
}>>;
|
|
2375
2375
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2376
|
+
base: "base";
|
|
2377
|
+
sm: "sm";
|
|
2376
2378
|
lg: "lg";
|
|
2377
2379
|
xl: "xl";
|
|
2378
|
-
sm: "sm";
|
|
2379
2380
|
"2xl": "2xl";
|
|
2380
|
-
base: "base";
|
|
2381
2381
|
"3xl": "3xl";
|
|
2382
|
+
editorial: "editorial";
|
|
2382
2383
|
"4xl": "4xl";
|
|
2383
2384
|
"5xl": "5xl";
|
|
2384
2385
|
"6xl": "6xl";
|
|
2385
|
-
editorial: "editorial";
|
|
2386
2386
|
}>>;
|
|
2387
2387
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2388
2388
|
tight: "tight";
|
|
@@ -2391,16 +2391,16 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2391
2391
|
snug: "snug";
|
|
2392
2392
|
}>>;
|
|
2393
2393
|
microHeadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2394
|
+
base: "base";
|
|
2395
|
+
sm: "sm";
|
|
2394
2396
|
lg: "lg";
|
|
2395
2397
|
xl: "xl";
|
|
2396
|
-
sm: "sm";
|
|
2397
2398
|
"2xl": "2xl";
|
|
2398
|
-
base: "base";
|
|
2399
2399
|
"3xl": "3xl";
|
|
2400
|
+
editorial: "editorial";
|
|
2400
2401
|
"4xl": "4xl";
|
|
2401
2402
|
"5xl": "5xl";
|
|
2402
2403
|
"6xl": "6xl";
|
|
2403
|
-
editorial: "editorial";
|
|
2404
2404
|
}>>;
|
|
2405
2405
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2406
2406
|
tight: "tight";
|
|
@@ -2409,16 +2409,16 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2409
2409
|
snug: "snug";
|
|
2410
2410
|
}>>;
|
|
2411
2411
|
microSubheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2412
|
+
base: "base";
|
|
2413
|
+
sm: "sm";
|
|
2412
2414
|
lg: "lg";
|
|
2413
2415
|
xl: "xl";
|
|
2414
|
-
sm: "sm";
|
|
2415
2416
|
"2xl": "2xl";
|
|
2416
|
-
base: "base";
|
|
2417
2417
|
"3xl": "3xl";
|
|
2418
|
+
editorial: "editorial";
|
|
2418
2419
|
"4xl": "4xl";
|
|
2419
2420
|
"5xl": "5xl";
|
|
2420
2421
|
"6xl": "6xl";
|
|
2421
|
-
editorial: "editorial";
|
|
2422
2422
|
}>>;
|
|
2423
2423
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2424
2424
|
tight: "tight";
|
|
@@ -2429,16 +2429,16 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2429
2429
|
responsive: z.ZodOptional<z.ZodObject<{
|
|
2430
2430
|
tablet: z.ZodOptional<z.ZodObject<{
|
|
2431
2431
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2432
|
+
base: "base";
|
|
2433
|
+
sm: "sm";
|
|
2432
2434
|
lg: "lg";
|
|
2433
2435
|
xl: "xl";
|
|
2434
|
-
sm: "sm";
|
|
2435
2436
|
"2xl": "2xl";
|
|
2436
|
-
base: "base";
|
|
2437
2437
|
"3xl": "3xl";
|
|
2438
|
+
editorial: "editorial";
|
|
2438
2439
|
"4xl": "4xl";
|
|
2439
2440
|
"5xl": "5xl";
|
|
2440
2441
|
"6xl": "6xl";
|
|
2441
|
-
editorial: "editorial";
|
|
2442
2442
|
}>>;
|
|
2443
2443
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2444
2444
|
tight: "tight";
|
|
@@ -2447,16 +2447,16 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2447
2447
|
snug: "snug";
|
|
2448
2448
|
}>>;
|
|
2449
2449
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2450
|
+
base: "base";
|
|
2451
|
+
sm: "sm";
|
|
2450
2452
|
lg: "lg";
|
|
2451
2453
|
xl: "xl";
|
|
2452
|
-
sm: "sm";
|
|
2453
2454
|
"2xl": "2xl";
|
|
2454
|
-
base: "base";
|
|
2455
2455
|
"3xl": "3xl";
|
|
2456
|
+
editorial: "editorial";
|
|
2456
2457
|
"4xl": "4xl";
|
|
2457
2458
|
"5xl": "5xl";
|
|
2458
2459
|
"6xl": "6xl";
|
|
2459
|
-
editorial: "editorial";
|
|
2460
2460
|
}>>;
|
|
2461
2461
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2462
2462
|
tight: "tight";
|
|
@@ -2467,16 +2467,16 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2467
2467
|
}, z.core.$strip>>;
|
|
2468
2468
|
mobile: z.ZodOptional<z.ZodObject<{
|
|
2469
2469
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2470
|
+
base: "base";
|
|
2471
|
+
sm: "sm";
|
|
2470
2472
|
lg: "lg";
|
|
2471
2473
|
xl: "xl";
|
|
2472
|
-
sm: "sm";
|
|
2473
2474
|
"2xl": "2xl";
|
|
2474
|
-
base: "base";
|
|
2475
2475
|
"3xl": "3xl";
|
|
2476
|
+
editorial: "editorial";
|
|
2476
2477
|
"4xl": "4xl";
|
|
2477
2478
|
"5xl": "5xl";
|
|
2478
2479
|
"6xl": "6xl";
|
|
2479
|
-
editorial: "editorial";
|
|
2480
2480
|
}>>;
|
|
2481
2481
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2482
2482
|
tight: "tight";
|
|
@@ -2485,16 +2485,16 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2485
2485
|
snug: "snug";
|
|
2486
2486
|
}>>;
|
|
2487
2487
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2488
|
+
base: "base";
|
|
2489
|
+
sm: "sm";
|
|
2488
2490
|
lg: "lg";
|
|
2489
2491
|
xl: "xl";
|
|
2490
|
-
sm: "sm";
|
|
2491
2492
|
"2xl": "2xl";
|
|
2492
|
-
base: "base";
|
|
2493
2493
|
"3xl": "3xl";
|
|
2494
|
+
editorial: "editorial";
|
|
2494
2495
|
"4xl": "4xl";
|
|
2495
2496
|
"5xl": "5xl";
|
|
2496
2497
|
"6xl": "6xl";
|
|
2497
|
-
editorial: "editorial";
|
|
2498
2498
|
}>>;
|
|
2499
2499
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2500
2500
|
tight: "tight";
|
|
@@ -2527,31 +2527,31 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2527
2527
|
name: z.ZodString;
|
|
2528
2528
|
description: z.ZodString;
|
|
2529
2529
|
rationale: z.ZodString;
|
|
2530
|
-
siteStyleId: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("
|
|
2530
|
+
siteStyleId: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../blocks/src/index").SiteStyleId, string>>>;
|
|
2531
2531
|
axes: z.ZodObject<{
|
|
2532
2532
|
tone: z.ZodEnum<{
|
|
2533
|
+
classic: "classic";
|
|
2533
2534
|
bold: "bold";
|
|
2534
2535
|
minimal: "minimal";
|
|
2535
|
-
classic: "classic";
|
|
2536
2536
|
}>;
|
|
2537
2537
|
energy: z.ZodEnum<{
|
|
2538
2538
|
calm: "calm";
|
|
2539
2539
|
vibrant: "vibrant";
|
|
2540
2540
|
}>;
|
|
2541
2541
|
density: z.ZodEnum<{
|
|
2542
|
+
compact: "compact";
|
|
2542
2543
|
airy: "airy";
|
|
2543
2544
|
regular: "regular";
|
|
2544
|
-
compact: "compact";
|
|
2545
2545
|
}>;
|
|
2546
2546
|
mediaBias: z.ZodEnum<{
|
|
2547
|
-
mixed: "mixed";
|
|
2548
|
-
text: "text";
|
|
2549
2547
|
media: "media";
|
|
2548
|
+
text: "text";
|
|
2549
|
+
mixed: "mixed";
|
|
2550
2550
|
}>;
|
|
2551
2551
|
conversionBias: z.ZodEnum<{
|
|
2552
2552
|
low: "low";
|
|
2553
|
-
med: "med";
|
|
2554
2553
|
high: "high";
|
|
2554
|
+
med: "med";
|
|
2555
2555
|
}>;
|
|
2556
2556
|
motion: z.ZodEnum<{
|
|
2557
2557
|
standard: "standard";
|
|
@@ -2575,10 +2575,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2575
2575
|
body: z.ZodObject<{
|
|
2576
2576
|
family: z.ZodString;
|
|
2577
2577
|
weight: z.ZodEnum<{
|
|
2578
|
+
medium: "medium";
|
|
2578
2579
|
bold: "bold";
|
|
2579
|
-
regular: "regular";
|
|
2580
2580
|
light: "light";
|
|
2581
|
-
|
|
2581
|
+
regular: "regular";
|
|
2582
2582
|
semibold: "semibold";
|
|
2583
2583
|
}>;
|
|
2584
2584
|
letterSpacing: z.ZodEnum<{
|
|
@@ -2601,10 +2601,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2601
2601
|
default: z.ZodObject<{
|
|
2602
2602
|
family: z.ZodString;
|
|
2603
2603
|
weight: z.ZodEnum<{
|
|
2604
|
+
medium: "medium";
|
|
2604
2605
|
bold: "bold";
|
|
2605
|
-
regular: "regular";
|
|
2606
2606
|
light: "light";
|
|
2607
|
-
|
|
2607
|
+
regular: "regular";
|
|
2608
2608
|
semibold: "semibold";
|
|
2609
2609
|
}>;
|
|
2610
2610
|
letterSpacing: z.ZodEnum<{
|
|
@@ -2618,8 +2618,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2618
2618
|
relaxed: "relaxed";
|
|
2619
2619
|
}>;
|
|
2620
2620
|
case: z.ZodNullable<z.ZodEnum<{
|
|
2621
|
-
normal: "normal";
|
|
2622
2621
|
uppercase: "uppercase";
|
|
2622
|
+
normal: "normal";
|
|
2623
2623
|
smallCaps: "smallCaps";
|
|
2624
2624
|
}>>;
|
|
2625
2625
|
italic: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -2627,10 +2627,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2627
2627
|
}, z.core.$strip>;
|
|
2628
2628
|
h1: z.ZodObject<{
|
|
2629
2629
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2630
|
+
medium: "medium";
|
|
2630
2631
|
bold: "bold";
|
|
2631
|
-
regular: "regular";
|
|
2632
2632
|
light: "light";
|
|
2633
|
-
|
|
2633
|
+
regular: "regular";
|
|
2634
2634
|
semibold: "semibold";
|
|
2635
2635
|
}>>>;
|
|
2636
2636
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -2639,12 +2639,12 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2639
2639
|
loose: "loose";
|
|
2640
2640
|
}>>>;
|
|
2641
2641
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2642
|
+
sm: "sm";
|
|
2642
2643
|
md: "md";
|
|
2643
2644
|
lg: "lg";
|
|
2644
2645
|
xl: "xl";
|
|
2645
|
-
xs: "xs";
|
|
2646
|
-
sm: "sm";
|
|
2647
2646
|
"2xl": "2xl";
|
|
2647
|
+
xs: "xs";
|
|
2648
2648
|
}>>>;
|
|
2649
2649
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2650
2650
|
normal: "normal";
|
|
@@ -2656,10 +2656,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2656
2656
|
}, z.core.$strip>;
|
|
2657
2657
|
h2: z.ZodObject<{
|
|
2658
2658
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2659
|
+
medium: "medium";
|
|
2659
2660
|
bold: "bold";
|
|
2660
|
-
regular: "regular";
|
|
2661
2661
|
light: "light";
|
|
2662
|
-
|
|
2662
|
+
regular: "regular";
|
|
2663
2663
|
semibold: "semibold";
|
|
2664
2664
|
}>>>;
|
|
2665
2665
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -2668,12 +2668,12 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2668
2668
|
loose: "loose";
|
|
2669
2669
|
}>>>;
|
|
2670
2670
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2671
|
+
sm: "sm";
|
|
2671
2672
|
md: "md";
|
|
2672
2673
|
lg: "lg";
|
|
2673
2674
|
xl: "xl";
|
|
2674
|
-
xs: "xs";
|
|
2675
|
-
sm: "sm";
|
|
2676
2675
|
"2xl": "2xl";
|
|
2676
|
+
xs: "xs";
|
|
2677
2677
|
}>>>;
|
|
2678
2678
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2679
2679
|
normal: "normal";
|
|
@@ -2685,10 +2685,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2685
2685
|
}, z.core.$strip>;
|
|
2686
2686
|
h3: z.ZodObject<{
|
|
2687
2687
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2688
|
+
medium: "medium";
|
|
2688
2689
|
bold: "bold";
|
|
2689
|
-
regular: "regular";
|
|
2690
2690
|
light: "light";
|
|
2691
|
-
|
|
2691
|
+
regular: "regular";
|
|
2692
2692
|
semibold: "semibold";
|
|
2693
2693
|
}>>>;
|
|
2694
2694
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -2697,12 +2697,12 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2697
2697
|
loose: "loose";
|
|
2698
2698
|
}>>>;
|
|
2699
2699
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2700
|
+
sm: "sm";
|
|
2700
2701
|
md: "md";
|
|
2701
2702
|
lg: "lg";
|
|
2702
2703
|
xl: "xl";
|
|
2703
|
-
xs: "xs";
|
|
2704
|
-
sm: "sm";
|
|
2705
2704
|
"2xl": "2xl";
|
|
2705
|
+
xs: "xs";
|
|
2706
2706
|
}>>>;
|
|
2707
2707
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2708
2708
|
normal: "normal";
|
|
@@ -2714,10 +2714,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2714
2714
|
}, z.core.$strip>;
|
|
2715
2715
|
h4: z.ZodOptional<z.ZodObject<{
|
|
2716
2716
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2717
|
+
medium: "medium";
|
|
2717
2718
|
bold: "bold";
|
|
2718
|
-
regular: "regular";
|
|
2719
2719
|
light: "light";
|
|
2720
|
-
|
|
2720
|
+
regular: "regular";
|
|
2721
2721
|
semibold: "semibold";
|
|
2722
2722
|
}>>>;
|
|
2723
2723
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -2726,12 +2726,12 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2726
2726
|
loose: "loose";
|
|
2727
2727
|
}>>>;
|
|
2728
2728
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2729
|
+
sm: "sm";
|
|
2729
2730
|
md: "md";
|
|
2730
2731
|
lg: "lg";
|
|
2731
2732
|
xl: "xl";
|
|
2732
|
-
xs: "xs";
|
|
2733
|
-
sm: "sm";
|
|
2734
2733
|
"2xl": "2xl";
|
|
2734
|
+
xs: "xs";
|
|
2735
2735
|
}>>>;
|
|
2736
2736
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2737
2737
|
normal: "normal";
|
|
@@ -2743,10 +2743,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2743
2743
|
}, z.core.$strip>>;
|
|
2744
2744
|
h5: z.ZodOptional<z.ZodObject<{
|
|
2745
2745
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2746
|
+
medium: "medium";
|
|
2746
2747
|
bold: "bold";
|
|
2747
|
-
regular: "regular";
|
|
2748
2748
|
light: "light";
|
|
2749
|
-
|
|
2749
|
+
regular: "regular";
|
|
2750
2750
|
semibold: "semibold";
|
|
2751
2751
|
}>>>;
|
|
2752
2752
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -2755,12 +2755,12 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2755
2755
|
loose: "loose";
|
|
2756
2756
|
}>>>;
|
|
2757
2757
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2758
|
+
sm: "sm";
|
|
2758
2759
|
md: "md";
|
|
2759
2760
|
lg: "lg";
|
|
2760
2761
|
xl: "xl";
|
|
2761
|
-
xs: "xs";
|
|
2762
|
-
sm: "sm";
|
|
2763
2762
|
"2xl": "2xl";
|
|
2763
|
+
xs: "xs";
|
|
2764
2764
|
}>>>;
|
|
2765
2765
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2766
2766
|
normal: "normal";
|
|
@@ -2772,10 +2772,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2772
2772
|
}, z.core.$strip>>;
|
|
2773
2773
|
h6: z.ZodOptional<z.ZodObject<{
|
|
2774
2774
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2775
|
+
medium: "medium";
|
|
2775
2776
|
bold: "bold";
|
|
2776
|
-
regular: "regular";
|
|
2777
2777
|
light: "light";
|
|
2778
|
-
|
|
2778
|
+
regular: "regular";
|
|
2779
2779
|
semibold: "semibold";
|
|
2780
2780
|
}>>>;
|
|
2781
2781
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -2784,12 +2784,12 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2784
2784
|
loose: "loose";
|
|
2785
2785
|
}>>>;
|
|
2786
2786
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2787
|
+
sm: "sm";
|
|
2787
2788
|
md: "md";
|
|
2788
2789
|
lg: "lg";
|
|
2789
2790
|
xl: "xl";
|
|
2790
|
-
xs: "xs";
|
|
2791
|
-
sm: "sm";
|
|
2792
2791
|
"2xl": "2xl";
|
|
2792
|
+
xs: "xs";
|
|
2793
2793
|
}>>>;
|
|
2794
2794
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2795
2795
|
normal: "normal";
|
|
@@ -2802,8 +2802,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2802
2802
|
}, z.core.$strip>;
|
|
2803
2803
|
scale: z.ZodEnum<{
|
|
2804
2804
|
compact: "compact";
|
|
2805
|
-
balanced: "balanced";
|
|
2806
2805
|
spacious: "spacious";
|
|
2806
|
+
balanced: "balanced";
|
|
2807
2807
|
minorThird: "minorThird";
|
|
2808
2808
|
majorThird: "majorThird";
|
|
2809
2809
|
perfectFourth: "perfectFourth";
|
|
@@ -2827,10 +2827,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2827
2827
|
thick: "thick";
|
|
2828
2828
|
}>>;
|
|
2829
2829
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
2830
|
+
auto: "auto";
|
|
2830
2831
|
tight: "tight";
|
|
2831
2832
|
normal: "normal";
|
|
2832
2833
|
loose: "loose";
|
|
2833
|
-
auto: "auto";
|
|
2834
2834
|
}>>;
|
|
2835
2835
|
}, z.core.$strip>>;
|
|
2836
2836
|
}, z.core.$strip>;
|
|
@@ -2853,14 +2853,14 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2853
2853
|
}, z.core.$strip>;
|
|
2854
2854
|
shadow: z.ZodObject<{
|
|
2855
2855
|
elevation: z.ZodEnum<{
|
|
2856
|
+
medium: "medium";
|
|
2856
2857
|
none: "none";
|
|
2857
2858
|
low: "low";
|
|
2858
2859
|
high: "high";
|
|
2859
|
-
medium: "medium";
|
|
2860
2860
|
}>;
|
|
2861
2861
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
2862
|
-
crisp: "crisp";
|
|
2863
2862
|
soft: "soft";
|
|
2863
|
+
crisp: "crisp";
|
|
2864
2864
|
hard: "hard";
|
|
2865
2865
|
}>>;
|
|
2866
2866
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -2870,10 +2870,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2870
2870
|
}, z.core.$strip>;
|
|
2871
2871
|
motion: z.ZodObject<{
|
|
2872
2872
|
level: z.ZodEnum<{
|
|
2873
|
-
|
|
2873
|
+
medium: "medium";
|
|
2874
2874
|
low: "low";
|
|
2875
2875
|
high: "high";
|
|
2876
|
-
|
|
2876
|
+
off: "off";
|
|
2877
2877
|
}>;
|
|
2878
2878
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
2879
2879
|
standard: "standard";
|
|
@@ -2882,10 +2882,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2882
2882
|
}>>;
|
|
2883
2883
|
}, z.core.$strip>;
|
|
2884
2884
|
corners: z.ZodEnum<{
|
|
2885
|
-
soft: "soft";
|
|
2886
|
-
square: "square";
|
|
2887
2885
|
rounded: "rounded";
|
|
2886
|
+
square: "square";
|
|
2888
2887
|
pill: "pill";
|
|
2888
|
+
soft: "soft";
|
|
2889
2889
|
}>;
|
|
2890
2890
|
gradients: z.ZodOptional<z.ZodObject<{
|
|
2891
2891
|
button: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2895,20 +2895,20 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2895
2895
|
layout: z.ZodOptional<z.ZodObject<{
|
|
2896
2896
|
containerPadding: z.ZodOptional<z.ZodObject<{
|
|
2897
2897
|
mobile: z.ZodOptional<z.ZodEnum<{
|
|
2898
|
-
default: "default";
|
|
2899
2898
|
compact: "compact";
|
|
2899
|
+
default: "default";
|
|
2900
2900
|
tight: "tight";
|
|
2901
2901
|
relaxed: "relaxed";
|
|
2902
2902
|
}>>;
|
|
2903
2903
|
tablet: z.ZodOptional<z.ZodEnum<{
|
|
2904
|
-
default: "default";
|
|
2905
2904
|
compact: "compact";
|
|
2905
|
+
default: "default";
|
|
2906
2906
|
tight: "tight";
|
|
2907
2907
|
relaxed: "relaxed";
|
|
2908
2908
|
}>>;
|
|
2909
2909
|
desktop: z.ZodOptional<z.ZodEnum<{
|
|
2910
|
-
default: "default";
|
|
2911
2910
|
compact: "compact";
|
|
2911
|
+
default: "default";
|
|
2912
2912
|
tight: "tight";
|
|
2913
2913
|
relaxed: "relaxed";
|
|
2914
2914
|
}>>;
|
|
@@ -2917,16 +2917,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2917
2917
|
hero: z.ZodOptional<z.ZodObject<{
|
|
2918
2918
|
typography: z.ZodOptional<z.ZodObject<{
|
|
2919
2919
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2920
|
+
base: "base";
|
|
2921
|
+
sm: "sm";
|
|
2920
2922
|
lg: "lg";
|
|
2921
2923
|
xl: "xl";
|
|
2922
|
-
sm: "sm";
|
|
2923
2924
|
"2xl": "2xl";
|
|
2924
|
-
base: "base";
|
|
2925
2925
|
"3xl": "3xl";
|
|
2926
|
+
editorial: "editorial";
|
|
2926
2927
|
"4xl": "4xl";
|
|
2927
2928
|
"5xl": "5xl";
|
|
2928
2929
|
"6xl": "6xl";
|
|
2929
|
-
editorial: "editorial";
|
|
2930
2930
|
}>>;
|
|
2931
2931
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2932
2932
|
tight: "tight";
|
|
@@ -2935,16 +2935,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2935
2935
|
snug: "snug";
|
|
2936
2936
|
}>>;
|
|
2937
2937
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2938
|
+
base: "base";
|
|
2939
|
+
sm: "sm";
|
|
2938
2940
|
lg: "lg";
|
|
2939
2941
|
xl: "xl";
|
|
2940
|
-
sm: "sm";
|
|
2941
2942
|
"2xl": "2xl";
|
|
2942
|
-
base: "base";
|
|
2943
2943
|
"3xl": "3xl";
|
|
2944
|
+
editorial: "editorial";
|
|
2944
2945
|
"4xl": "4xl";
|
|
2945
2946
|
"5xl": "5xl";
|
|
2946
2947
|
"6xl": "6xl";
|
|
2947
|
-
editorial: "editorial";
|
|
2948
2948
|
}>>;
|
|
2949
2949
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2950
2950
|
tight: "tight";
|
|
@@ -2953,16 +2953,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2953
2953
|
snug: "snug";
|
|
2954
2954
|
}>>;
|
|
2955
2955
|
microHeadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2956
|
+
base: "base";
|
|
2957
|
+
sm: "sm";
|
|
2956
2958
|
lg: "lg";
|
|
2957
2959
|
xl: "xl";
|
|
2958
|
-
sm: "sm";
|
|
2959
2960
|
"2xl": "2xl";
|
|
2960
|
-
base: "base";
|
|
2961
2961
|
"3xl": "3xl";
|
|
2962
|
+
editorial: "editorial";
|
|
2962
2963
|
"4xl": "4xl";
|
|
2963
2964
|
"5xl": "5xl";
|
|
2964
2965
|
"6xl": "6xl";
|
|
2965
|
-
editorial: "editorial";
|
|
2966
2966
|
}>>;
|
|
2967
2967
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2968
2968
|
tight: "tight";
|
|
@@ -2971,16 +2971,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2971
2971
|
snug: "snug";
|
|
2972
2972
|
}>>;
|
|
2973
2973
|
microSubheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2974
|
+
base: "base";
|
|
2975
|
+
sm: "sm";
|
|
2974
2976
|
lg: "lg";
|
|
2975
2977
|
xl: "xl";
|
|
2976
|
-
sm: "sm";
|
|
2977
2978
|
"2xl": "2xl";
|
|
2978
|
-
base: "base";
|
|
2979
2979
|
"3xl": "3xl";
|
|
2980
|
+
editorial: "editorial";
|
|
2980
2981
|
"4xl": "4xl";
|
|
2981
2982
|
"5xl": "5xl";
|
|
2982
2983
|
"6xl": "6xl";
|
|
2983
|
-
editorial: "editorial";
|
|
2984
2984
|
}>>;
|
|
2985
2985
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2986
2986
|
tight: "tight";
|
|
@@ -2991,16 +2991,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2991
2991
|
responsive: z.ZodOptional<z.ZodObject<{
|
|
2992
2992
|
tablet: z.ZodOptional<z.ZodObject<{
|
|
2993
2993
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2994
|
+
base: "base";
|
|
2995
|
+
sm: "sm";
|
|
2994
2996
|
lg: "lg";
|
|
2995
2997
|
xl: "xl";
|
|
2996
|
-
sm: "sm";
|
|
2997
2998
|
"2xl": "2xl";
|
|
2998
|
-
base: "base";
|
|
2999
2999
|
"3xl": "3xl";
|
|
3000
|
+
editorial: "editorial";
|
|
3000
3001
|
"4xl": "4xl";
|
|
3001
3002
|
"5xl": "5xl";
|
|
3002
3003
|
"6xl": "6xl";
|
|
3003
|
-
editorial: "editorial";
|
|
3004
3004
|
}>>;
|
|
3005
3005
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3006
3006
|
tight: "tight";
|
|
@@ -3009,16 +3009,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3009
3009
|
snug: "snug";
|
|
3010
3010
|
}>>;
|
|
3011
3011
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
3012
|
+
base: "base";
|
|
3013
|
+
sm: "sm";
|
|
3012
3014
|
lg: "lg";
|
|
3013
3015
|
xl: "xl";
|
|
3014
|
-
sm: "sm";
|
|
3015
3016
|
"2xl": "2xl";
|
|
3016
|
-
base: "base";
|
|
3017
3017
|
"3xl": "3xl";
|
|
3018
|
+
editorial: "editorial";
|
|
3018
3019
|
"4xl": "4xl";
|
|
3019
3020
|
"5xl": "5xl";
|
|
3020
3021
|
"6xl": "6xl";
|
|
3021
|
-
editorial: "editorial";
|
|
3022
3022
|
}>>;
|
|
3023
3023
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3024
3024
|
tight: "tight";
|
|
@@ -3029,16 +3029,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3029
3029
|
}, z.core.$strip>>;
|
|
3030
3030
|
mobile: z.ZodOptional<z.ZodObject<{
|
|
3031
3031
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
3032
|
+
base: "base";
|
|
3033
|
+
sm: "sm";
|
|
3032
3034
|
lg: "lg";
|
|
3033
3035
|
xl: "xl";
|
|
3034
|
-
sm: "sm";
|
|
3035
3036
|
"2xl": "2xl";
|
|
3036
|
-
base: "base";
|
|
3037
3037
|
"3xl": "3xl";
|
|
3038
|
+
editorial: "editorial";
|
|
3038
3039
|
"4xl": "4xl";
|
|
3039
3040
|
"5xl": "5xl";
|
|
3040
3041
|
"6xl": "6xl";
|
|
3041
|
-
editorial: "editorial";
|
|
3042
3042
|
}>>;
|
|
3043
3043
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3044
3044
|
tight: "tight";
|
|
@@ -3047,16 +3047,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3047
3047
|
snug: "snug";
|
|
3048
3048
|
}>>;
|
|
3049
3049
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
3050
|
+
base: "base";
|
|
3051
|
+
sm: "sm";
|
|
3050
3052
|
lg: "lg";
|
|
3051
3053
|
xl: "xl";
|
|
3052
|
-
sm: "sm";
|
|
3053
3054
|
"2xl": "2xl";
|
|
3054
|
-
base: "base";
|
|
3055
3055
|
"3xl": "3xl";
|
|
3056
|
+
editorial: "editorial";
|
|
3056
3057
|
"4xl": "4xl";
|
|
3057
3058
|
"5xl": "5xl";
|
|
3058
3059
|
"6xl": "6xl";
|
|
3059
|
-
editorial: "editorial";
|
|
3060
3060
|
}>>;
|
|
3061
3061
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3062
3062
|
tight: "tight";
|
|
@@ -3083,14 +3083,14 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3083
3083
|
header: z.ZodObject<{
|
|
3084
3084
|
variant: z.ZodEnum<{
|
|
3085
3085
|
classic: "classic";
|
|
3086
|
-
editorial: "editorial";
|
|
3087
3086
|
centered: "centered";
|
|
3088
3087
|
transparent: "transparent";
|
|
3089
3088
|
floating: "floating";
|
|
3089
|
+
editorial: "editorial";
|
|
3090
3090
|
}>;
|
|
3091
3091
|
positioning: z.ZodEnum<{
|
|
3092
|
-
fixed: "fixed";
|
|
3093
3092
|
static: "static";
|
|
3093
|
+
fixed: "fixed";
|
|
3094
3094
|
sticky: "sticky";
|
|
3095
3095
|
}>;
|
|
3096
3096
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -3203,44 +3203,44 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3203
3203
|
}, z.core.$strip>>;
|
|
3204
3204
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3205
3205
|
navStyle: z.ZodEnum<{
|
|
3206
|
-
minimal: "minimal";
|
|
3207
3206
|
scale: "scale";
|
|
3208
|
-
underline: "underline";
|
|
3209
3207
|
solid: "solid";
|
|
3208
|
+
minimal: "minimal";
|
|
3209
|
+
underline: "underline";
|
|
3210
3210
|
"underline-grow": "underline-grow";
|
|
3211
3211
|
capsule: "capsule";
|
|
3212
3212
|
frosted: "frosted";
|
|
3213
3213
|
}>;
|
|
3214
3214
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3215
3215
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
3216
|
+
medium: "medium";
|
|
3216
3217
|
bold: "bold";
|
|
3217
3218
|
regular: "regular";
|
|
3218
|
-
medium: "medium";
|
|
3219
3219
|
semibold: "semibold";
|
|
3220
3220
|
}>>;
|
|
3221
3221
|
container: z.ZodOptional<z.ZodObject<{
|
|
3222
3222
|
rounded: z.ZodDefault<z.ZodEnum<{
|
|
3223
3223
|
none: "none";
|
|
3224
|
+
sm: "sm";
|
|
3224
3225
|
md: "md";
|
|
3225
3226
|
lg: "lg";
|
|
3226
3227
|
xl: "xl";
|
|
3227
|
-
sm: "sm";
|
|
3228
3228
|
"2xl": "2xl";
|
|
3229
3229
|
}>>;
|
|
3230
3230
|
border: z.ZodDefault<z.ZodBoolean>;
|
|
3231
3231
|
shadow: z.ZodDefault<z.ZodBoolean>;
|
|
3232
3232
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
3233
|
+
sm: "sm";
|
|
3233
3234
|
md: "md";
|
|
3234
3235
|
lg: "lg";
|
|
3235
|
-
sm: "sm";
|
|
3236
3236
|
}>>;
|
|
3237
3237
|
tint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3238
3238
|
opacity: z.ZodDefault<z.ZodNumber>;
|
|
3239
3239
|
}, z.core.$strip>>;
|
|
3240
3240
|
border: z.ZodOptional<z.ZodObject<{
|
|
3241
3241
|
width: z.ZodDefault<z.ZodEnum<{
|
|
3242
|
-
none: "none";
|
|
3243
3242
|
medium: "medium";
|
|
3243
|
+
none: "none";
|
|
3244
3244
|
thin: "thin";
|
|
3245
3245
|
thick: "thick";
|
|
3246
3246
|
hairline: "hairline";
|
|
@@ -3252,18 +3252,18 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3252
3252
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
3253
3253
|
position: z.ZodDefault<z.ZodEnum<{
|
|
3254
3254
|
none: "none";
|
|
3255
|
-
bottom: "bottom";
|
|
3256
|
-
top: "top";
|
|
3257
3255
|
both: "both";
|
|
3256
|
+
top: "top";
|
|
3257
|
+
bottom: "bottom";
|
|
3258
3258
|
}>>;
|
|
3259
3259
|
}, z.core.$strip>>;
|
|
3260
3260
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
3261
3261
|
elevation: z.ZodDefault<z.ZodEnum<{
|
|
3262
3262
|
none: "none";
|
|
3263
|
+
sm: "sm";
|
|
3263
3264
|
md: "md";
|
|
3264
3265
|
lg: "lg";
|
|
3265
3266
|
xl: "xl";
|
|
3266
|
-
sm: "sm";
|
|
3267
3267
|
"2xl": "2xl";
|
|
3268
3268
|
}>>;
|
|
3269
3269
|
}, z.core.$strip>>;
|
|
@@ -3273,8 +3273,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3273
3273
|
heading: "heading";
|
|
3274
3274
|
}>>;
|
|
3275
3275
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
3276
|
-
normal: "normal";
|
|
3277
3276
|
wide: "wide";
|
|
3277
|
+
normal: "normal";
|
|
3278
3278
|
wider: "wider";
|
|
3279
3279
|
widest: "widest";
|
|
3280
3280
|
}>>;
|
|
@@ -3283,9 +3283,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3283
3283
|
logoText: z.ZodOptional<z.ZodObject<{
|
|
3284
3284
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
3285
3285
|
mobileMaxWidth: z.ZodOptional<z.ZodEnum<{
|
|
3286
|
+
sm: "sm";
|
|
3286
3287
|
md: "md";
|
|
3287
3288
|
xs: "xs";
|
|
3288
|
-
sm: "sm";
|
|
3289
3289
|
}>>;
|
|
3290
3290
|
hideOnShrink: z.ZodOptional<z.ZodBoolean>;
|
|
3291
3291
|
}, z.core.$strip>>;
|
|
@@ -3307,36 +3307,36 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3307
3307
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
3308
3308
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
3309
3309
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
3310
|
+
base: "base";
|
|
3311
|
+
sm: "sm";
|
|
3310
3312
|
lg: "lg";
|
|
3311
3313
|
xs: "xs";
|
|
3312
|
-
sm: "sm";
|
|
3313
|
-
base: "base";
|
|
3314
3314
|
}>>;
|
|
3315
3315
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
3316
|
-
normal: "normal";
|
|
3317
3316
|
wide: "wide";
|
|
3317
|
+
normal: "normal";
|
|
3318
3318
|
wider: "wider";
|
|
3319
3319
|
widest: "widest";
|
|
3320
3320
|
}>>;
|
|
3321
3321
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3322
3322
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
3323
|
-
default: "default";
|
|
3324
3323
|
none: "none";
|
|
3325
3324
|
compact: "compact";
|
|
3325
|
+
default: "default";
|
|
3326
3326
|
}>>;
|
|
3327
3327
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
3328
|
-
default: "default";
|
|
3329
3328
|
none: "none";
|
|
3330
3329
|
compact: "compact";
|
|
3330
|
+
spacious: "spacious";
|
|
3331
|
+
default: "default";
|
|
3331
3332
|
tight: "tight";
|
|
3332
3333
|
relaxed: "relaxed";
|
|
3333
|
-
spacious: "spacious";
|
|
3334
3334
|
}>>;
|
|
3335
3335
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
3336
3336
|
full: "full";
|
|
3337
3337
|
none: "none";
|
|
3338
|
-
md: "md";
|
|
3339
3338
|
sm: "sm";
|
|
3339
|
+
md: "md";
|
|
3340
3340
|
}>>;
|
|
3341
3341
|
effects: z.ZodOptional<z.ZodObject<{
|
|
3342
3342
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3361,9 +3361,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3361
3361
|
heading: "heading";
|
|
3362
3362
|
}>>;
|
|
3363
3363
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
3364
|
+
medium: "medium";
|
|
3364
3365
|
bold: "bold";
|
|
3365
3366
|
regular: "regular";
|
|
3366
|
-
medium: "medium";
|
|
3367
3367
|
semibold: "semibold";
|
|
3368
3368
|
}>>;
|
|
3369
3369
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
@@ -3375,20 +3375,20 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3375
3375
|
name: z.ZodOptional<z.ZodString>;
|
|
3376
3376
|
}, z.core.$strip>>;
|
|
3377
3377
|
ctaGap: z.ZodOptional<z.ZodEnum<{
|
|
3378
|
-
default: "default";
|
|
3379
3378
|
none: "none";
|
|
3380
3379
|
compact: "compact";
|
|
3380
|
+
spacious: "spacious";
|
|
3381
|
+
default: "default";
|
|
3381
3382
|
tight: "tight";
|
|
3382
3383
|
relaxed: "relaxed";
|
|
3383
|
-
spacious: "spacious";
|
|
3384
3384
|
}>>;
|
|
3385
3385
|
ctaTreatment: z.ZodOptional<z.ZodEnum<{
|
|
3386
|
-
default: "default";
|
|
3387
3386
|
primary: "primary";
|
|
3388
3387
|
secondary: "secondary";
|
|
3389
|
-
inverted: "inverted";
|
|
3390
3388
|
outline: "outline";
|
|
3389
|
+
default: "default";
|
|
3391
3390
|
ghost: "ghost";
|
|
3391
|
+
inverted: "inverted";
|
|
3392
3392
|
}>>;
|
|
3393
3393
|
ctaVariant: z.ZodOptional<z.ZodString>;
|
|
3394
3394
|
dropdownStyle: z.ZodOptional<z.ZodObject<{
|
|
@@ -3397,15 +3397,15 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3397
3397
|
borderColor: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
3398
3398
|
shadow: z.ZodDefault<z.ZodEnum<{
|
|
3399
3399
|
none: "none";
|
|
3400
|
+
sm: "sm";
|
|
3400
3401
|
md: "md";
|
|
3401
3402
|
lg: "lg";
|
|
3402
|
-
sm: "sm";
|
|
3403
3403
|
}>>;
|
|
3404
3404
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
3405
3405
|
none: "none";
|
|
3406
|
+
sm: "sm";
|
|
3406
3407
|
md: "md";
|
|
3407
3408
|
lg: "lg";
|
|
3408
|
-
sm: "sm";
|
|
3409
3409
|
}>>;
|
|
3410
3410
|
hoverBackground: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3411
3411
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3415,35 +3415,35 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3415
3415
|
capitalize: "capitalize";
|
|
3416
3416
|
}>>;
|
|
3417
3417
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
3418
|
-
normal: "normal";
|
|
3419
3418
|
wide: "wide";
|
|
3419
|
+
normal: "normal";
|
|
3420
3420
|
wider: "wider";
|
|
3421
3421
|
}>>;
|
|
3422
3422
|
fontWeight: z.ZodOptional<z.ZodEnum<{
|
|
3423
|
+
medium: "medium";
|
|
3423
3424
|
bold: "bold";
|
|
3424
3425
|
regular: "regular";
|
|
3425
|
-
medium: "medium";
|
|
3426
3426
|
semibold: "semibold";
|
|
3427
3427
|
}>>;
|
|
3428
3428
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
3429
|
+
base: "base";
|
|
3430
|
+
sm: "sm";
|
|
3429
3431
|
lg: "lg";
|
|
3430
3432
|
xs: "xs";
|
|
3431
|
-
sm: "sm";
|
|
3432
|
-
base: "base";
|
|
3433
3433
|
}>>;
|
|
3434
3434
|
}, z.core.$strip>>;
|
|
3435
3435
|
}, z.core.$strip>;
|
|
3436
3436
|
footer: z.ZodObject<{
|
|
3437
3437
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
3438
|
-
blocks: "blocks";
|
|
3439
|
-
default: "default";
|
|
3440
3438
|
none: "none";
|
|
3439
|
+
default: "default";
|
|
3440
|
+
blocks: "blocks";
|
|
3441
3441
|
"default+blocks": "default+blocks";
|
|
3442
3442
|
}>>;
|
|
3443
3443
|
variant: z.ZodEnum<{
|
|
3444
|
+
columns: "columns";
|
|
3444
3445
|
split: "split";
|
|
3445
3446
|
simple: "simple";
|
|
3446
|
-
columns: "columns";
|
|
3447
3447
|
}>;
|
|
3448
3448
|
maxWidth: z.ZodEnum<{
|
|
3449
3449
|
full: "full";
|
|
@@ -3513,54 +3513,54 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3513
3513
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3514
3514
|
}, z.core.$strip>>;
|
|
3515
3515
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
3516
|
+
scale: "scale";
|
|
3517
|
+
solid: "solid";
|
|
3516
3518
|
minimal: "minimal";
|
|
3517
|
-
scale: "scale";
|
|
3518
3519
|
underline: "underline";
|
|
3519
|
-
solid: "solid";
|
|
3520
3520
|
"underline-grow": "underline-grow";
|
|
3521
3521
|
capsule: "capsule";
|
|
3522
3522
|
frosted: "frosted";
|
|
3523
3523
|
}>>;
|
|
3524
3524
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3525
3525
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
3526
|
+
medium: "medium";
|
|
3526
3527
|
bold: "bold";
|
|
3527
3528
|
regular: "regular";
|
|
3528
|
-
medium: "medium";
|
|
3529
3529
|
semibold: "semibold";
|
|
3530
3530
|
}>>;
|
|
3531
3531
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
3532
3532
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
3533
3533
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
3534
|
+
base: "base";
|
|
3535
|
+
sm: "sm";
|
|
3534
3536
|
lg: "lg";
|
|
3535
3537
|
xs: "xs";
|
|
3536
|
-
sm: "sm";
|
|
3537
|
-
base: "base";
|
|
3538
3538
|
}>>;
|
|
3539
3539
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
3540
|
-
normal: "normal";
|
|
3541
3540
|
wide: "wide";
|
|
3541
|
+
normal: "normal";
|
|
3542
3542
|
wider: "wider";
|
|
3543
3543
|
widest: "widest";
|
|
3544
3544
|
}>>;
|
|
3545
3545
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3546
3546
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
3547
|
-
default: "default";
|
|
3548
3547
|
none: "none";
|
|
3549
3548
|
compact: "compact";
|
|
3549
|
+
default: "default";
|
|
3550
3550
|
}>>;
|
|
3551
3551
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
3552
|
-
default: "default";
|
|
3553
3552
|
none: "none";
|
|
3554
3553
|
compact: "compact";
|
|
3554
|
+
spacious: "spacious";
|
|
3555
|
+
default: "default";
|
|
3555
3556
|
tight: "tight";
|
|
3556
3557
|
relaxed: "relaxed";
|
|
3557
|
-
spacious: "spacious";
|
|
3558
3558
|
}>>;
|
|
3559
3559
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
3560
3560
|
full: "full";
|
|
3561
3561
|
none: "none";
|
|
3562
|
-
md: "md";
|
|
3563
3562
|
sm: "sm";
|
|
3563
|
+
md: "md";
|
|
3564
3564
|
}>>;
|
|
3565
3565
|
effects: z.ZodOptional<z.ZodObject<{
|
|
3566
3566
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3585,9 +3585,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3585
3585
|
heading: "heading";
|
|
3586
3586
|
}>>;
|
|
3587
3587
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
3588
|
+
medium: "medium";
|
|
3588
3589
|
bold: "bold";
|
|
3589
3590
|
regular: "regular";
|
|
3590
|
-
medium: "medium";
|
|
3591
3591
|
semibold: "semibold";
|
|
3592
3592
|
}>>;
|
|
3593
3593
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
@@ -3606,31 +3606,31 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3606
3606
|
}, z.core.$strip>>;
|
|
3607
3607
|
navLayout: z.ZodOptional<z.ZodObject<{
|
|
3608
3608
|
layout: z.ZodOptional<z.ZodEnum<{
|
|
3609
|
-
stack: "stack";
|
|
3610
3609
|
inline: "inline";
|
|
3610
|
+
stack: "stack";
|
|
3611
3611
|
"inline-wrap": "inline-wrap";
|
|
3612
3612
|
}>>;
|
|
3613
3613
|
align: z.ZodOptional<z.ZodEnum<{
|
|
3614
|
-
start: "start";
|
|
3615
3614
|
center: "center";
|
|
3615
|
+
start: "start";
|
|
3616
3616
|
end: "end";
|
|
3617
3617
|
"space-between": "space-between";
|
|
3618
3618
|
}>>;
|
|
3619
3619
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
3620
|
-
default: "default";
|
|
3621
3620
|
none: "none";
|
|
3622
3621
|
compact: "compact";
|
|
3622
|
+
spacious: "spacious";
|
|
3623
|
+
default: "default";
|
|
3623
3624
|
tight: "tight";
|
|
3624
3625
|
relaxed: "relaxed";
|
|
3625
|
-
spacious: "spacious";
|
|
3626
3626
|
}>>;
|
|
3627
3627
|
gapY: z.ZodOptional<z.ZodEnum<{
|
|
3628
|
-
default: "default";
|
|
3629
3628
|
none: "none";
|
|
3630
3629
|
compact: "compact";
|
|
3630
|
+
spacious: "spacious";
|
|
3631
|
+
default: "default";
|
|
3631
3632
|
tight: "tight";
|
|
3632
3633
|
relaxed: "relaxed";
|
|
3633
|
-
spacious: "spacious";
|
|
3634
3634
|
}>>;
|
|
3635
3635
|
columns: z.ZodOptional<z.ZodNumber>;
|
|
3636
3636
|
}, z.core.$strip>>;
|
|
@@ -3644,20 +3644,20 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3644
3644
|
below: "below";
|
|
3645
3645
|
}>>;
|
|
3646
3646
|
size: z.ZodOptional<z.ZodEnum<{
|
|
3647
|
+
sm: "sm";
|
|
3647
3648
|
md: "md";
|
|
3648
3649
|
lg: "lg";
|
|
3649
3650
|
xl: "xl";
|
|
3650
|
-
sm: "sm";
|
|
3651
3651
|
}>>;
|
|
3652
3652
|
maxHeight: z.ZodOptional<z.ZodEnum<{
|
|
3653
|
+
sm: "sm";
|
|
3653
3654
|
md: "md";
|
|
3654
3655
|
lg: "lg";
|
|
3655
3656
|
xl: "xl";
|
|
3656
|
-
sm: "sm";
|
|
3657
3657
|
}>>;
|
|
3658
3658
|
align: z.ZodOptional<z.ZodEnum<{
|
|
3659
|
-
start: "start";
|
|
3660
3659
|
center: "center";
|
|
3660
|
+
start: "start";
|
|
3661
3661
|
end: "end";
|
|
3662
3662
|
}>>;
|
|
3663
3663
|
}, z.core.$strip>>;
|
|
@@ -3733,26 +3733,26 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3733
3733
|
right: "right";
|
|
3734
3734
|
}>>;
|
|
3735
3735
|
paddingY: z.ZodOptional<z.ZodEnum<{
|
|
3736
|
-
default: "default";
|
|
3737
3736
|
none: "none";
|
|
3738
3737
|
compact: "compact";
|
|
3738
|
+
spacious: "spacious";
|
|
3739
|
+
default: "default";
|
|
3739
3740
|
tight: "tight";
|
|
3740
3741
|
relaxed: "relaxed";
|
|
3741
|
-
spacious: "spacious";
|
|
3742
3742
|
}>>;
|
|
3743
3743
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
3744
|
-
default: "default";
|
|
3745
3744
|
none: "none";
|
|
3746
3745
|
compact: "compact";
|
|
3746
|
+
spacious: "spacious";
|
|
3747
|
+
default: "default";
|
|
3747
3748
|
tight: "tight";
|
|
3748
3749
|
relaxed: "relaxed";
|
|
3749
|
-
spacious: "spacious";
|
|
3750
3750
|
}>>;
|
|
3751
3751
|
borderTop: z.ZodOptional<z.ZodObject<{
|
|
3752
3752
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3753
3753
|
width: z.ZodOptional<z.ZodEnum<{
|
|
3754
|
-
none: "none";
|
|
3755
3754
|
medium: "medium";
|
|
3755
|
+
none: "none";
|
|
3756
3756
|
thin: "thin";
|
|
3757
3757
|
thick: "thick";
|
|
3758
3758
|
}>>;
|
|
@@ -3762,22 +3762,22 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3762
3762
|
buttons: z.ZodOptional<z.ZodObject<{
|
|
3763
3763
|
global: z.ZodObject<{
|
|
3764
3764
|
cornerStyle: z.ZodEnum<{
|
|
3765
|
-
square: "square";
|
|
3766
3765
|
rounded: "rounded";
|
|
3766
|
+
square: "square";
|
|
3767
3767
|
pill: "pill";
|
|
3768
3768
|
}>;
|
|
3769
3769
|
cornerRadius: z.ZodOptional<z.ZodNumber>;
|
|
3770
3770
|
shadow: z.ZodEnum<{
|
|
3771
|
+
medium: "medium";
|
|
3771
3772
|
none: "none";
|
|
3772
3773
|
low: "low";
|
|
3773
3774
|
high: "high";
|
|
3774
|
-
medium: "medium";
|
|
3775
3775
|
}>;
|
|
3776
3776
|
textTransform: z.ZodEnum<{
|
|
3777
3777
|
none: "none";
|
|
3778
3778
|
uppercase: "uppercase";
|
|
3779
|
-
capitalize: "capitalize";
|
|
3780
3779
|
lowercase: "lowercase";
|
|
3780
|
+
capitalize: "capitalize";
|
|
3781
3781
|
}>;
|
|
3782
3782
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
3783
3783
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -3793,9 +3793,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3793
3793
|
}>>;
|
|
3794
3794
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
3795
3795
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
3796
|
-
default: "default";
|
|
3797
3796
|
compact: "compact";
|
|
3798
3797
|
spacious: "spacious";
|
|
3798
|
+
default: "default";
|
|
3799
3799
|
}>>;
|
|
3800
3800
|
hoverTransform: z.ZodEnum<{
|
|
3801
3801
|
none: "none";
|
|
@@ -3851,14 +3851,14 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3851
3851
|
borderRadius: z.ZodOptional<z.ZodString>;
|
|
3852
3852
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
3853
3853
|
elevation: z.ZodEnum<{
|
|
3854
|
+
medium: "medium";
|
|
3854
3855
|
none: "none";
|
|
3855
3856
|
low: "low";
|
|
3856
3857
|
high: "high";
|
|
3857
|
-
medium: "medium";
|
|
3858
3858
|
}>;
|
|
3859
3859
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
3860
|
-
crisp: "crisp";
|
|
3861
3860
|
soft: "soft";
|
|
3861
|
+
crisp: "crisp";
|
|
3862
3862
|
hard: "hard";
|
|
3863
3863
|
}>>;
|
|
3864
3864
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -3988,23 +3988,23 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3988
3988
|
type: z.ZodLiteral<"transparent">;
|
|
3989
3989
|
}, z.core.$strip>], "type">;
|
|
3990
3990
|
spacing: z.ZodEnum<{
|
|
3991
|
+
medium: "medium";
|
|
3991
3992
|
none: "none";
|
|
3992
3993
|
compact: "compact";
|
|
3993
|
-
medium: "medium";
|
|
3994
|
-
spacious: "spacious";
|
|
3995
|
-
comfortable: "comfortable";
|
|
3996
3994
|
cozy: "cozy";
|
|
3995
|
+
comfortable: "comfortable";
|
|
3996
|
+
spacious: "spacious";
|
|
3997
3997
|
}>;
|
|
3998
3998
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
3999
3999
|
elevation: z.ZodEnum<{
|
|
4000
|
+
medium: "medium";
|
|
4000
4001
|
none: "none";
|
|
4001
4002
|
low: "low";
|
|
4002
4003
|
high: "high";
|
|
4003
|
-
medium: "medium";
|
|
4004
4004
|
}>;
|
|
4005
4005
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4006
|
-
crisp: "crisp";
|
|
4007
4006
|
soft: "soft";
|
|
4007
|
+
crisp: "crisp";
|
|
4008
4008
|
hard: "hard";
|
|
4009
4009
|
}>>;
|
|
4010
4010
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -4013,10 +4013,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4013
4013
|
}>>;
|
|
4014
4014
|
}, z.core.$strip>>;
|
|
4015
4015
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
4016
|
-
soft: "soft";
|
|
4017
|
-
square: "square";
|
|
4018
4016
|
rounded: "rounded";
|
|
4017
|
+
square: "square";
|
|
4019
4018
|
pill: "pill";
|
|
4019
|
+
soft: "soft";
|
|
4020
4020
|
}>>;
|
|
4021
4021
|
border: z.ZodOptional<z.ZodObject<{
|
|
4022
4022
|
widthClass: z.ZodString;
|
|
@@ -4030,18 +4030,18 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4030
4030
|
colorToken: z.ZodString;
|
|
4031
4031
|
}, z.core.$strip>;
|
|
4032
4032
|
spacing: z.ZodEnum<{
|
|
4033
|
+
medium: "medium";
|
|
4033
4034
|
none: "none";
|
|
4034
4035
|
compact: "compact";
|
|
4035
|
-
medium: "medium";
|
|
4036
|
-
spacious: "spacious";
|
|
4037
|
-
comfortable: "comfortable";
|
|
4038
4036
|
cozy: "cozy";
|
|
4037
|
+
comfortable: "comfortable";
|
|
4038
|
+
spacious: "spacious";
|
|
4039
4039
|
}>;
|
|
4040
4040
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
4041
|
-
soft: "soft";
|
|
4042
|
-
square: "square";
|
|
4043
4041
|
rounded: "rounded";
|
|
4042
|
+
square: "square";
|
|
4044
4043
|
pill: "pill";
|
|
4044
|
+
soft: "soft";
|
|
4045
4045
|
}>>;
|
|
4046
4046
|
border: z.ZodNullable<z.ZodObject<{
|
|
4047
4047
|
widthClass: z.ZodString;
|
|
@@ -4049,14 +4049,14 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4049
4049
|
}, z.core.$strip>>;
|
|
4050
4050
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
4051
4051
|
elevation: z.ZodEnum<{
|
|
4052
|
+
medium: "medium";
|
|
4052
4053
|
none: "none";
|
|
4053
4054
|
low: "low";
|
|
4054
4055
|
high: "high";
|
|
4055
|
-
medium: "medium";
|
|
4056
4056
|
}>;
|
|
4057
4057
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4058
|
-
crisp: "crisp";
|
|
4059
4058
|
soft: "soft";
|
|
4059
|
+
crisp: "crisp";
|
|
4060
4060
|
hard: "hard";
|
|
4061
4061
|
}>>;
|
|
4062
4062
|
position: z.ZodEnum<{
|
|
@@ -4077,17 +4077,17 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4077
4077
|
right: "right";
|
|
4078
4078
|
}>;
|
|
4079
4079
|
size: z.ZodEnum<{
|
|
4080
|
+
sm: "sm";
|
|
4080
4081
|
md: "md";
|
|
4081
4082
|
lg: "lg";
|
|
4082
|
-
sm: "sm";
|
|
4083
4083
|
}>;
|
|
4084
4084
|
}, z.core.$strip>;
|
|
4085
4085
|
trigger: z.ZodObject<{
|
|
4086
4086
|
textColorToken: z.ZodString;
|
|
4087
4087
|
fontWeight: z.ZodNullable<z.ZodEnum<{
|
|
4088
|
+
medium: "medium";
|
|
4088
4089
|
bold: "bold";
|
|
4089
4090
|
regular: "regular";
|
|
4090
|
-
medium: "medium";
|
|
4091
4091
|
semibold: "semibold";
|
|
4092
4092
|
}>>;
|
|
4093
4093
|
}, z.core.$strip>;
|
|
@@ -4118,59 +4118,59 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4118
4118
|
}>>;
|
|
4119
4119
|
}, z.core.$strip>;
|
|
4120
4120
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
4121
|
-
soft: "soft";
|
|
4122
|
-
square: "square";
|
|
4123
4121
|
rounded: "rounded";
|
|
4122
|
+
square: "square";
|
|
4124
4123
|
pill: "pill";
|
|
4124
|
+
soft: "soft";
|
|
4125
4125
|
}>>;
|
|
4126
4126
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
4127
4127
|
elevation: z.ZodEnum<{
|
|
4128
|
+
medium: "medium";
|
|
4128
4129
|
none: "none";
|
|
4129
4130
|
low: "low";
|
|
4130
|
-
medium: "medium";
|
|
4131
4131
|
}>;
|
|
4132
4132
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4133
|
-
crisp: "crisp";
|
|
4134
4133
|
soft: "soft";
|
|
4134
|
+
crisp: "crisp";
|
|
4135
4135
|
hard: "hard";
|
|
4136
4136
|
}>>;
|
|
4137
4137
|
}, z.core.$strip>>;
|
|
4138
4138
|
spacing: z.ZodEnum<{
|
|
4139
|
-
compact: "compact";
|
|
4140
4139
|
medium: "medium";
|
|
4141
|
-
|
|
4140
|
+
compact: "compact";
|
|
4142
4141
|
cozy: "cozy";
|
|
4142
|
+
comfortable: "comfortable";
|
|
4143
4143
|
}>;
|
|
4144
4144
|
fontSize: z.ZodEnum<{
|
|
4145
|
-
lg: "lg";
|
|
4146
|
-
sm: "sm";
|
|
4147
4145
|
base: "base";
|
|
4146
|
+
sm: "sm";
|
|
4147
|
+
lg: "lg";
|
|
4148
4148
|
}>;
|
|
4149
4149
|
}, z.core.$strip>;
|
|
4150
4150
|
label: z.ZodObject<{
|
|
4151
4151
|
textColorToken: z.ZodString;
|
|
4152
4152
|
fontWeight: z.ZodEnum<{
|
|
4153
|
+
medium: "medium";
|
|
4153
4154
|
bold: "bold";
|
|
4154
4155
|
regular: "regular";
|
|
4155
|
-
medium: "medium";
|
|
4156
4156
|
semibold: "semibold";
|
|
4157
4157
|
black: "black";
|
|
4158
4158
|
}>;
|
|
4159
4159
|
fontSize: z.ZodEnum<{
|
|
4160
|
-
xs: "xs";
|
|
4161
|
-
sm: "sm";
|
|
4162
4160
|
base: "base";
|
|
4161
|
+
sm: "sm";
|
|
4163
4162
|
"2xs": "2xs";
|
|
4163
|
+
xs: "xs";
|
|
4164
4164
|
}>;
|
|
4165
4165
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
4166
4166
|
none: "none";
|
|
4167
4167
|
uppercase: "uppercase";
|
|
4168
|
-
capitalize: "capitalize";
|
|
4169
4168
|
lowercase: "lowercase";
|
|
4169
|
+
capitalize: "capitalize";
|
|
4170
4170
|
}>>;
|
|
4171
4171
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
4172
|
-
normal: "normal";
|
|
4173
4172
|
wide: "wide";
|
|
4173
|
+
normal: "normal";
|
|
4174
4174
|
wider: "wider";
|
|
4175
4175
|
widest: "widest";
|
|
4176
4176
|
}>>;
|
|
@@ -4198,10 +4198,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4198
4198
|
}, z.core.$strip>>;
|
|
4199
4199
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
4200
4200
|
shape: z.ZodEnum<{
|
|
4201
|
-
soft: "soft";
|
|
4202
|
-
square: "square";
|
|
4203
4201
|
rounded: "rounded";
|
|
4202
|
+
square: "square";
|
|
4204
4203
|
pill: "pill";
|
|
4204
|
+
soft: "soft";
|
|
4205
4205
|
}>;
|
|
4206
4206
|
border: z.ZodEnum<{
|
|
4207
4207
|
subtle: "subtle";
|
|
@@ -4240,10 +4240,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4240
4240
|
thick: "thick";
|
|
4241
4241
|
}>>;
|
|
4242
4242
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
4243
|
+
auto: "auto";
|
|
4243
4244
|
tight: "tight";
|
|
4244
4245
|
normal: "normal";
|
|
4245
4246
|
loose: "loose";
|
|
4246
|
-
auto: "auto";
|
|
4247
4247
|
}>>;
|
|
4248
4248
|
}, z.core.$strip>>;
|
|
4249
4249
|
}, z.core.$strip>>;
|
|
@@ -4300,9 +4300,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4300
4300
|
}, z.core.$strip>>>;
|
|
4301
4301
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4302
4302
|
fill: "fill";
|
|
4303
|
-
custom: "custom";
|
|
4304
4303
|
fit: "fit";
|
|
4305
4304
|
original: "original";
|
|
4305
|
+
custom: "custom";
|
|
4306
4306
|
}>>>;
|
|
4307
4307
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4308
4308
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4325,12 +4325,12 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4325
4325
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4326
4326
|
}, z.core.$strip>>>;
|
|
4327
4327
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4328
|
+
medium: "medium";
|
|
4328
4329
|
none: "none";
|
|
4329
4330
|
compact: "compact";
|
|
4330
|
-
medium: "medium";
|
|
4331
|
-
spacious: "spacious";
|
|
4332
|
-
comfortable: "comfortable";
|
|
4333
4331
|
cozy: "cozy";
|
|
4332
|
+
comfortable: "comfortable";
|
|
4333
|
+
spacious: "spacious";
|
|
4334
4334
|
}>>>;
|
|
4335
4335
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4336
4336
|
none: "none";
|
|
@@ -4403,9 +4403,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4403
4403
|
}, z.core.$strip>>>;
|
|
4404
4404
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4405
4405
|
fill: "fill";
|
|
4406
|
-
custom: "custom";
|
|
4407
4406
|
fit: "fit";
|
|
4408
4407
|
original: "original";
|
|
4408
|
+
custom: "custom";
|
|
4409
4409
|
}>>>;
|
|
4410
4410
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4411
4411
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4428,21 +4428,21 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4428
4428
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4429
4429
|
}, z.core.$strip>>>;
|
|
4430
4430
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4431
|
+
medium: "medium";
|
|
4431
4432
|
none: "none";
|
|
4432
4433
|
compact: "compact";
|
|
4433
|
-
medium: "medium";
|
|
4434
|
-
spacious: "spacious";
|
|
4435
|
-
comfortable: "comfortable";
|
|
4436
4434
|
cozy: "cozy";
|
|
4435
|
+
comfortable: "comfortable";
|
|
4436
|
+
spacious: "spacious";
|
|
4437
4437
|
}>>>;
|
|
4438
4438
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
4439
4439
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4440
4440
|
full: "full";
|
|
4441
4441
|
none: "none";
|
|
4442
|
+
sm: "sm";
|
|
4442
4443
|
md: "md";
|
|
4443
4444
|
lg: "lg";
|
|
4444
4445
|
xl: "xl";
|
|
4445
|
-
sm: "sm";
|
|
4446
4446
|
"2xl": "2xl";
|
|
4447
4447
|
}>>>;
|
|
4448
4448
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -4499,9 +4499,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4499
4499
|
}, z.core.$strip>>>;
|
|
4500
4500
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4501
4501
|
fill: "fill";
|
|
4502
|
-
custom: "custom";
|
|
4503
4502
|
fit: "fit";
|
|
4504
4503
|
original: "original";
|
|
4504
|
+
custom: "custom";
|
|
4505
4505
|
}>>>;
|
|
4506
4506
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4507
4507
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4534,21 +4534,21 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4534
4534
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4535
4535
|
}, z.core.$strip>>>;
|
|
4536
4536
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4537
|
+
medium: "medium";
|
|
4537
4538
|
none: "none";
|
|
4538
4539
|
compact: "compact";
|
|
4539
|
-
medium: "medium";
|
|
4540
|
-
spacious: "spacious";
|
|
4541
|
-
comfortable: "comfortable";
|
|
4542
4540
|
cozy: "cozy";
|
|
4541
|
+
comfortable: "comfortable";
|
|
4542
|
+
spacious: "spacious";
|
|
4543
4543
|
}>>>;
|
|
4544
4544
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
4545
4545
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4546
4546
|
full: "full";
|
|
4547
4547
|
none: "none";
|
|
4548
|
+
sm: "sm";
|
|
4548
4549
|
md: "md";
|
|
4549
4550
|
lg: "lg";
|
|
4550
4551
|
xl: "xl";
|
|
4551
|
-
sm: "sm";
|
|
4552
4552
|
"2xl": "2xl";
|
|
4553
4553
|
}>>>;
|
|
4554
4554
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -4609,31 +4609,31 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4609
4609
|
name: z.ZodString;
|
|
4610
4610
|
description: z.ZodString;
|
|
4611
4611
|
rationale: z.ZodString;
|
|
4612
|
-
siteStyleId: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("
|
|
4612
|
+
siteStyleId: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../blocks/src/index").SiteStyleId, string>>>;
|
|
4613
4613
|
axes: z.ZodObject<{
|
|
4614
4614
|
tone: z.ZodEnum<{
|
|
4615
|
+
classic: "classic";
|
|
4615
4616
|
bold: "bold";
|
|
4616
4617
|
minimal: "minimal";
|
|
4617
|
-
classic: "classic";
|
|
4618
4618
|
}>;
|
|
4619
4619
|
energy: z.ZodEnum<{
|
|
4620
4620
|
calm: "calm";
|
|
4621
4621
|
vibrant: "vibrant";
|
|
4622
4622
|
}>;
|
|
4623
4623
|
density: z.ZodEnum<{
|
|
4624
|
+
compact: "compact";
|
|
4624
4625
|
airy: "airy";
|
|
4625
4626
|
regular: "regular";
|
|
4626
|
-
compact: "compact";
|
|
4627
4627
|
}>;
|
|
4628
4628
|
mediaBias: z.ZodEnum<{
|
|
4629
|
-
mixed: "mixed";
|
|
4630
|
-
text: "text";
|
|
4631
4629
|
media: "media";
|
|
4630
|
+
text: "text";
|
|
4631
|
+
mixed: "mixed";
|
|
4632
4632
|
}>;
|
|
4633
4633
|
conversionBias: z.ZodEnum<{
|
|
4634
4634
|
low: "low";
|
|
4635
|
-
med: "med";
|
|
4636
4635
|
high: "high";
|
|
4636
|
+
med: "med";
|
|
4637
4637
|
}>;
|
|
4638
4638
|
motion: z.ZodEnum<{
|
|
4639
4639
|
standard: "standard";
|
|
@@ -4657,10 +4657,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4657
4657
|
body: z.ZodObject<{
|
|
4658
4658
|
family: z.ZodString;
|
|
4659
4659
|
weight: z.ZodEnum<{
|
|
4660
|
+
medium: "medium";
|
|
4660
4661
|
bold: "bold";
|
|
4661
|
-
regular: "regular";
|
|
4662
4662
|
light: "light";
|
|
4663
|
-
|
|
4663
|
+
regular: "regular";
|
|
4664
4664
|
semibold: "semibold";
|
|
4665
4665
|
}>;
|
|
4666
4666
|
letterSpacing: z.ZodEnum<{
|
|
@@ -4683,10 +4683,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4683
4683
|
default: z.ZodObject<{
|
|
4684
4684
|
family: z.ZodString;
|
|
4685
4685
|
weight: z.ZodEnum<{
|
|
4686
|
+
medium: "medium";
|
|
4686
4687
|
bold: "bold";
|
|
4687
|
-
regular: "regular";
|
|
4688
4688
|
light: "light";
|
|
4689
|
-
|
|
4689
|
+
regular: "regular";
|
|
4690
4690
|
semibold: "semibold";
|
|
4691
4691
|
}>;
|
|
4692
4692
|
letterSpacing: z.ZodEnum<{
|
|
@@ -4700,8 +4700,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4700
4700
|
relaxed: "relaxed";
|
|
4701
4701
|
}>;
|
|
4702
4702
|
case: z.ZodNullable<z.ZodEnum<{
|
|
4703
|
-
normal: "normal";
|
|
4704
4703
|
uppercase: "uppercase";
|
|
4704
|
+
normal: "normal";
|
|
4705
4705
|
smallCaps: "smallCaps";
|
|
4706
4706
|
}>>;
|
|
4707
4707
|
italic: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -4709,10 +4709,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4709
4709
|
}, z.core.$strip>;
|
|
4710
4710
|
h1: z.ZodObject<{
|
|
4711
4711
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4712
|
+
medium: "medium";
|
|
4712
4713
|
bold: "bold";
|
|
4713
|
-
regular: "regular";
|
|
4714
4714
|
light: "light";
|
|
4715
|
-
|
|
4715
|
+
regular: "regular";
|
|
4716
4716
|
semibold: "semibold";
|
|
4717
4717
|
}>>>;
|
|
4718
4718
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -4721,12 +4721,12 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4721
4721
|
loose: "loose";
|
|
4722
4722
|
}>>>;
|
|
4723
4723
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4724
|
+
sm: "sm";
|
|
4724
4725
|
md: "md";
|
|
4725
4726
|
lg: "lg";
|
|
4726
4727
|
xl: "xl";
|
|
4727
|
-
xs: "xs";
|
|
4728
|
-
sm: "sm";
|
|
4729
4728
|
"2xl": "2xl";
|
|
4729
|
+
xs: "xs";
|
|
4730
4730
|
}>>>;
|
|
4731
4731
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4732
4732
|
normal: "normal";
|
|
@@ -4738,10 +4738,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4738
4738
|
}, z.core.$strip>;
|
|
4739
4739
|
h2: z.ZodObject<{
|
|
4740
4740
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4741
|
+
medium: "medium";
|
|
4741
4742
|
bold: "bold";
|
|
4742
|
-
regular: "regular";
|
|
4743
4743
|
light: "light";
|
|
4744
|
-
|
|
4744
|
+
regular: "regular";
|
|
4745
4745
|
semibold: "semibold";
|
|
4746
4746
|
}>>>;
|
|
4747
4747
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -4750,12 +4750,12 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4750
4750
|
loose: "loose";
|
|
4751
4751
|
}>>>;
|
|
4752
4752
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4753
|
+
sm: "sm";
|
|
4753
4754
|
md: "md";
|
|
4754
4755
|
lg: "lg";
|
|
4755
4756
|
xl: "xl";
|
|
4756
|
-
xs: "xs";
|
|
4757
|
-
sm: "sm";
|
|
4758
4757
|
"2xl": "2xl";
|
|
4758
|
+
xs: "xs";
|
|
4759
4759
|
}>>>;
|
|
4760
4760
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4761
4761
|
normal: "normal";
|
|
@@ -4767,10 +4767,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4767
4767
|
}, z.core.$strip>;
|
|
4768
4768
|
h3: z.ZodObject<{
|
|
4769
4769
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4770
|
+
medium: "medium";
|
|
4770
4771
|
bold: "bold";
|
|
4771
|
-
regular: "regular";
|
|
4772
4772
|
light: "light";
|
|
4773
|
-
|
|
4773
|
+
regular: "regular";
|
|
4774
4774
|
semibold: "semibold";
|
|
4775
4775
|
}>>>;
|
|
4776
4776
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -4779,12 +4779,12 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4779
4779
|
loose: "loose";
|
|
4780
4780
|
}>>>;
|
|
4781
4781
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4782
|
+
sm: "sm";
|
|
4782
4783
|
md: "md";
|
|
4783
4784
|
lg: "lg";
|
|
4784
4785
|
xl: "xl";
|
|
4785
|
-
xs: "xs";
|
|
4786
|
-
sm: "sm";
|
|
4787
4786
|
"2xl": "2xl";
|
|
4787
|
+
xs: "xs";
|
|
4788
4788
|
}>>>;
|
|
4789
4789
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4790
4790
|
normal: "normal";
|
|
@@ -4796,10 +4796,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4796
4796
|
}, z.core.$strip>;
|
|
4797
4797
|
h4: z.ZodOptional<z.ZodObject<{
|
|
4798
4798
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4799
|
+
medium: "medium";
|
|
4799
4800
|
bold: "bold";
|
|
4800
|
-
regular: "regular";
|
|
4801
4801
|
light: "light";
|
|
4802
|
-
|
|
4802
|
+
regular: "regular";
|
|
4803
4803
|
semibold: "semibold";
|
|
4804
4804
|
}>>>;
|
|
4805
4805
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -4808,12 +4808,12 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4808
4808
|
loose: "loose";
|
|
4809
4809
|
}>>>;
|
|
4810
4810
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4811
|
+
sm: "sm";
|
|
4811
4812
|
md: "md";
|
|
4812
4813
|
lg: "lg";
|
|
4813
4814
|
xl: "xl";
|
|
4814
|
-
xs: "xs";
|
|
4815
|
-
sm: "sm";
|
|
4816
4815
|
"2xl": "2xl";
|
|
4816
|
+
xs: "xs";
|
|
4817
4817
|
}>>>;
|
|
4818
4818
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4819
4819
|
normal: "normal";
|
|
@@ -4825,10 +4825,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4825
4825
|
}, z.core.$strip>>;
|
|
4826
4826
|
h5: z.ZodOptional<z.ZodObject<{
|
|
4827
4827
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4828
|
+
medium: "medium";
|
|
4828
4829
|
bold: "bold";
|
|
4829
|
-
regular: "regular";
|
|
4830
4830
|
light: "light";
|
|
4831
|
-
|
|
4831
|
+
regular: "regular";
|
|
4832
4832
|
semibold: "semibold";
|
|
4833
4833
|
}>>>;
|
|
4834
4834
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -4837,12 +4837,12 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4837
4837
|
loose: "loose";
|
|
4838
4838
|
}>>>;
|
|
4839
4839
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4840
|
+
sm: "sm";
|
|
4840
4841
|
md: "md";
|
|
4841
4842
|
lg: "lg";
|
|
4842
4843
|
xl: "xl";
|
|
4843
|
-
xs: "xs";
|
|
4844
|
-
sm: "sm";
|
|
4845
4844
|
"2xl": "2xl";
|
|
4845
|
+
xs: "xs";
|
|
4846
4846
|
}>>>;
|
|
4847
4847
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4848
4848
|
normal: "normal";
|
|
@@ -4854,10 +4854,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4854
4854
|
}, z.core.$strip>>;
|
|
4855
4855
|
h6: z.ZodOptional<z.ZodObject<{
|
|
4856
4856
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4857
|
+
medium: "medium";
|
|
4857
4858
|
bold: "bold";
|
|
4858
|
-
regular: "regular";
|
|
4859
4859
|
light: "light";
|
|
4860
|
-
|
|
4860
|
+
regular: "regular";
|
|
4861
4861
|
semibold: "semibold";
|
|
4862
4862
|
}>>>;
|
|
4863
4863
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
@@ -4866,12 +4866,12 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4866
4866
|
loose: "loose";
|
|
4867
4867
|
}>>>;
|
|
4868
4868
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4869
|
+
sm: "sm";
|
|
4869
4870
|
md: "md";
|
|
4870
4871
|
lg: "lg";
|
|
4871
4872
|
xl: "xl";
|
|
4872
|
-
xs: "xs";
|
|
4873
|
-
sm: "sm";
|
|
4874
4873
|
"2xl": "2xl";
|
|
4874
|
+
xs: "xs";
|
|
4875
4875
|
}>>>;
|
|
4876
4876
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4877
4877
|
normal: "normal";
|
|
@@ -4884,8 +4884,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4884
4884
|
}, z.core.$strip>;
|
|
4885
4885
|
scale: z.ZodEnum<{
|
|
4886
4886
|
compact: "compact";
|
|
4887
|
-
balanced: "balanced";
|
|
4888
4887
|
spacious: "spacious";
|
|
4888
|
+
balanced: "balanced";
|
|
4889
4889
|
minorThird: "minorThird";
|
|
4890
4890
|
majorThird: "majorThird";
|
|
4891
4891
|
perfectFourth: "perfectFourth";
|
|
@@ -4909,10 +4909,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4909
4909
|
thick: "thick";
|
|
4910
4910
|
}>>;
|
|
4911
4911
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
4912
|
+
auto: "auto";
|
|
4912
4913
|
tight: "tight";
|
|
4913
4914
|
normal: "normal";
|
|
4914
4915
|
loose: "loose";
|
|
4915
|
-
auto: "auto";
|
|
4916
4916
|
}>>;
|
|
4917
4917
|
}, z.core.$strip>>;
|
|
4918
4918
|
}, z.core.$strip>;
|
|
@@ -4935,14 +4935,14 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4935
4935
|
}, z.core.$strip>;
|
|
4936
4936
|
shadow: z.ZodObject<{
|
|
4937
4937
|
elevation: z.ZodEnum<{
|
|
4938
|
+
medium: "medium";
|
|
4938
4939
|
none: "none";
|
|
4939
4940
|
low: "low";
|
|
4940
4941
|
high: "high";
|
|
4941
|
-
medium: "medium";
|
|
4942
4942
|
}>;
|
|
4943
4943
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4944
|
-
crisp: "crisp";
|
|
4945
4944
|
soft: "soft";
|
|
4945
|
+
crisp: "crisp";
|
|
4946
4946
|
hard: "hard";
|
|
4947
4947
|
}>>;
|
|
4948
4948
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -4952,10 +4952,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4952
4952
|
}, z.core.$strip>;
|
|
4953
4953
|
motion: z.ZodObject<{
|
|
4954
4954
|
level: z.ZodEnum<{
|
|
4955
|
-
|
|
4955
|
+
medium: "medium";
|
|
4956
4956
|
low: "low";
|
|
4957
4957
|
high: "high";
|
|
4958
|
-
|
|
4958
|
+
off: "off";
|
|
4959
4959
|
}>;
|
|
4960
4960
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
4961
4961
|
standard: "standard";
|
|
@@ -4964,10 +4964,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4964
4964
|
}>>;
|
|
4965
4965
|
}, z.core.$strip>;
|
|
4966
4966
|
corners: z.ZodEnum<{
|
|
4967
|
-
soft: "soft";
|
|
4968
|
-
square: "square";
|
|
4969
4967
|
rounded: "rounded";
|
|
4968
|
+
square: "square";
|
|
4970
4969
|
pill: "pill";
|
|
4970
|
+
soft: "soft";
|
|
4971
4971
|
}>;
|
|
4972
4972
|
gradients: z.ZodOptional<z.ZodObject<{
|
|
4973
4973
|
button: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4977,20 +4977,20 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4977
4977
|
layout: z.ZodOptional<z.ZodObject<{
|
|
4978
4978
|
containerPadding: z.ZodOptional<z.ZodObject<{
|
|
4979
4979
|
mobile: z.ZodOptional<z.ZodEnum<{
|
|
4980
|
-
default: "default";
|
|
4981
4980
|
compact: "compact";
|
|
4981
|
+
default: "default";
|
|
4982
4982
|
tight: "tight";
|
|
4983
4983
|
relaxed: "relaxed";
|
|
4984
4984
|
}>>;
|
|
4985
4985
|
tablet: z.ZodOptional<z.ZodEnum<{
|
|
4986
|
-
default: "default";
|
|
4987
4986
|
compact: "compact";
|
|
4987
|
+
default: "default";
|
|
4988
4988
|
tight: "tight";
|
|
4989
4989
|
relaxed: "relaxed";
|
|
4990
4990
|
}>>;
|
|
4991
4991
|
desktop: z.ZodOptional<z.ZodEnum<{
|
|
4992
|
-
default: "default";
|
|
4993
4992
|
compact: "compact";
|
|
4993
|
+
default: "default";
|
|
4994
4994
|
tight: "tight";
|
|
4995
4995
|
relaxed: "relaxed";
|
|
4996
4996
|
}>>;
|
|
@@ -4999,16 +4999,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4999
4999
|
hero: z.ZodOptional<z.ZodObject<{
|
|
5000
5000
|
typography: z.ZodOptional<z.ZodObject<{
|
|
5001
5001
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
5002
|
+
base: "base";
|
|
5003
|
+
sm: "sm";
|
|
5002
5004
|
lg: "lg";
|
|
5003
5005
|
xl: "xl";
|
|
5004
|
-
sm: "sm";
|
|
5005
5006
|
"2xl": "2xl";
|
|
5006
|
-
base: "base";
|
|
5007
5007
|
"3xl": "3xl";
|
|
5008
|
+
editorial: "editorial";
|
|
5008
5009
|
"4xl": "4xl";
|
|
5009
5010
|
"5xl": "5xl";
|
|
5010
5011
|
"6xl": "6xl";
|
|
5011
|
-
editorial: "editorial";
|
|
5012
5012
|
}>>;
|
|
5013
5013
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5014
5014
|
tight: "tight";
|
|
@@ -5017,16 +5017,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5017
5017
|
snug: "snug";
|
|
5018
5018
|
}>>;
|
|
5019
5019
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
5020
|
+
base: "base";
|
|
5021
|
+
sm: "sm";
|
|
5020
5022
|
lg: "lg";
|
|
5021
5023
|
xl: "xl";
|
|
5022
|
-
sm: "sm";
|
|
5023
5024
|
"2xl": "2xl";
|
|
5024
|
-
base: "base";
|
|
5025
5025
|
"3xl": "3xl";
|
|
5026
|
+
editorial: "editorial";
|
|
5026
5027
|
"4xl": "4xl";
|
|
5027
5028
|
"5xl": "5xl";
|
|
5028
5029
|
"6xl": "6xl";
|
|
5029
|
-
editorial: "editorial";
|
|
5030
5030
|
}>>;
|
|
5031
5031
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5032
5032
|
tight: "tight";
|
|
@@ -5035,16 +5035,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5035
5035
|
snug: "snug";
|
|
5036
5036
|
}>>;
|
|
5037
5037
|
microHeadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
5038
|
+
base: "base";
|
|
5039
|
+
sm: "sm";
|
|
5038
5040
|
lg: "lg";
|
|
5039
5041
|
xl: "xl";
|
|
5040
|
-
sm: "sm";
|
|
5041
5042
|
"2xl": "2xl";
|
|
5042
|
-
base: "base";
|
|
5043
5043
|
"3xl": "3xl";
|
|
5044
|
+
editorial: "editorial";
|
|
5044
5045
|
"4xl": "4xl";
|
|
5045
5046
|
"5xl": "5xl";
|
|
5046
5047
|
"6xl": "6xl";
|
|
5047
|
-
editorial: "editorial";
|
|
5048
5048
|
}>>;
|
|
5049
5049
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5050
5050
|
tight: "tight";
|
|
@@ -5053,16 +5053,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5053
5053
|
snug: "snug";
|
|
5054
5054
|
}>>;
|
|
5055
5055
|
microSubheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
5056
|
+
base: "base";
|
|
5057
|
+
sm: "sm";
|
|
5056
5058
|
lg: "lg";
|
|
5057
5059
|
xl: "xl";
|
|
5058
|
-
sm: "sm";
|
|
5059
5060
|
"2xl": "2xl";
|
|
5060
|
-
base: "base";
|
|
5061
5061
|
"3xl": "3xl";
|
|
5062
|
+
editorial: "editorial";
|
|
5062
5063
|
"4xl": "4xl";
|
|
5063
5064
|
"5xl": "5xl";
|
|
5064
5065
|
"6xl": "6xl";
|
|
5065
|
-
editorial: "editorial";
|
|
5066
5066
|
}>>;
|
|
5067
5067
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5068
5068
|
tight: "tight";
|
|
@@ -5073,16 +5073,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5073
5073
|
responsive: z.ZodOptional<z.ZodObject<{
|
|
5074
5074
|
tablet: z.ZodOptional<z.ZodObject<{
|
|
5075
5075
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
5076
|
+
base: "base";
|
|
5077
|
+
sm: "sm";
|
|
5076
5078
|
lg: "lg";
|
|
5077
5079
|
xl: "xl";
|
|
5078
|
-
sm: "sm";
|
|
5079
5080
|
"2xl": "2xl";
|
|
5080
|
-
base: "base";
|
|
5081
5081
|
"3xl": "3xl";
|
|
5082
|
+
editorial: "editorial";
|
|
5082
5083
|
"4xl": "4xl";
|
|
5083
5084
|
"5xl": "5xl";
|
|
5084
5085
|
"6xl": "6xl";
|
|
5085
|
-
editorial: "editorial";
|
|
5086
5086
|
}>>;
|
|
5087
5087
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5088
5088
|
tight: "tight";
|
|
@@ -5091,16 +5091,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5091
5091
|
snug: "snug";
|
|
5092
5092
|
}>>;
|
|
5093
5093
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
5094
|
+
base: "base";
|
|
5095
|
+
sm: "sm";
|
|
5094
5096
|
lg: "lg";
|
|
5095
5097
|
xl: "xl";
|
|
5096
|
-
sm: "sm";
|
|
5097
5098
|
"2xl": "2xl";
|
|
5098
|
-
base: "base";
|
|
5099
5099
|
"3xl": "3xl";
|
|
5100
|
+
editorial: "editorial";
|
|
5100
5101
|
"4xl": "4xl";
|
|
5101
5102
|
"5xl": "5xl";
|
|
5102
5103
|
"6xl": "6xl";
|
|
5103
|
-
editorial: "editorial";
|
|
5104
5104
|
}>>;
|
|
5105
5105
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5106
5106
|
tight: "tight";
|
|
@@ -5111,16 +5111,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5111
5111
|
}, z.core.$strip>>;
|
|
5112
5112
|
mobile: z.ZodOptional<z.ZodObject<{
|
|
5113
5113
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
5114
|
+
base: "base";
|
|
5115
|
+
sm: "sm";
|
|
5114
5116
|
lg: "lg";
|
|
5115
5117
|
xl: "xl";
|
|
5116
|
-
sm: "sm";
|
|
5117
5118
|
"2xl": "2xl";
|
|
5118
|
-
base: "base";
|
|
5119
5119
|
"3xl": "3xl";
|
|
5120
|
+
editorial: "editorial";
|
|
5120
5121
|
"4xl": "4xl";
|
|
5121
5122
|
"5xl": "5xl";
|
|
5122
5123
|
"6xl": "6xl";
|
|
5123
|
-
editorial: "editorial";
|
|
5124
5124
|
}>>;
|
|
5125
5125
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5126
5126
|
tight: "tight";
|
|
@@ -5129,16 +5129,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5129
5129
|
snug: "snug";
|
|
5130
5130
|
}>>;
|
|
5131
5131
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
5132
|
+
base: "base";
|
|
5133
|
+
sm: "sm";
|
|
5132
5134
|
lg: "lg";
|
|
5133
5135
|
xl: "xl";
|
|
5134
|
-
sm: "sm";
|
|
5135
5136
|
"2xl": "2xl";
|
|
5136
|
-
base: "base";
|
|
5137
5137
|
"3xl": "3xl";
|
|
5138
|
+
editorial: "editorial";
|
|
5138
5139
|
"4xl": "4xl";
|
|
5139
5140
|
"5xl": "5xl";
|
|
5140
5141
|
"6xl": "6xl";
|
|
5141
|
-
editorial: "editorial";
|
|
5142
5142
|
}>>;
|
|
5143
5143
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5144
5144
|
tight: "tight";
|
|
@@ -5165,14 +5165,14 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5165
5165
|
header: z.ZodObject<{
|
|
5166
5166
|
variant: z.ZodEnum<{
|
|
5167
5167
|
classic: "classic";
|
|
5168
|
-
editorial: "editorial";
|
|
5169
5168
|
centered: "centered";
|
|
5170
5169
|
transparent: "transparent";
|
|
5171
5170
|
floating: "floating";
|
|
5171
|
+
editorial: "editorial";
|
|
5172
5172
|
}>;
|
|
5173
5173
|
positioning: z.ZodEnum<{
|
|
5174
|
-
fixed: "fixed";
|
|
5175
5174
|
static: "static";
|
|
5175
|
+
fixed: "fixed";
|
|
5176
5176
|
sticky: "sticky";
|
|
5177
5177
|
}>;
|
|
5178
5178
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -5285,44 +5285,44 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5285
5285
|
}, z.core.$strip>>;
|
|
5286
5286
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5287
5287
|
navStyle: z.ZodEnum<{
|
|
5288
|
-
minimal: "minimal";
|
|
5289
5288
|
scale: "scale";
|
|
5290
|
-
underline: "underline";
|
|
5291
5289
|
solid: "solid";
|
|
5290
|
+
minimal: "minimal";
|
|
5291
|
+
underline: "underline";
|
|
5292
5292
|
"underline-grow": "underline-grow";
|
|
5293
5293
|
capsule: "capsule";
|
|
5294
5294
|
frosted: "frosted";
|
|
5295
5295
|
}>;
|
|
5296
5296
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5297
5297
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
5298
|
+
medium: "medium";
|
|
5298
5299
|
bold: "bold";
|
|
5299
5300
|
regular: "regular";
|
|
5300
|
-
medium: "medium";
|
|
5301
5301
|
semibold: "semibold";
|
|
5302
5302
|
}>>;
|
|
5303
5303
|
container: z.ZodOptional<z.ZodObject<{
|
|
5304
5304
|
rounded: z.ZodDefault<z.ZodEnum<{
|
|
5305
5305
|
none: "none";
|
|
5306
|
+
sm: "sm";
|
|
5306
5307
|
md: "md";
|
|
5307
5308
|
lg: "lg";
|
|
5308
5309
|
xl: "xl";
|
|
5309
|
-
sm: "sm";
|
|
5310
5310
|
"2xl": "2xl";
|
|
5311
5311
|
}>>;
|
|
5312
5312
|
border: z.ZodDefault<z.ZodBoolean>;
|
|
5313
5313
|
shadow: z.ZodDefault<z.ZodBoolean>;
|
|
5314
5314
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
5315
|
+
sm: "sm";
|
|
5315
5316
|
md: "md";
|
|
5316
5317
|
lg: "lg";
|
|
5317
|
-
sm: "sm";
|
|
5318
5318
|
}>>;
|
|
5319
5319
|
tint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5320
5320
|
opacity: z.ZodDefault<z.ZodNumber>;
|
|
5321
5321
|
}, z.core.$strip>>;
|
|
5322
5322
|
border: z.ZodOptional<z.ZodObject<{
|
|
5323
5323
|
width: z.ZodDefault<z.ZodEnum<{
|
|
5324
|
-
none: "none";
|
|
5325
5324
|
medium: "medium";
|
|
5325
|
+
none: "none";
|
|
5326
5326
|
thin: "thin";
|
|
5327
5327
|
thick: "thick";
|
|
5328
5328
|
hairline: "hairline";
|
|
@@ -5334,18 +5334,18 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5334
5334
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
5335
5335
|
position: z.ZodDefault<z.ZodEnum<{
|
|
5336
5336
|
none: "none";
|
|
5337
|
-
bottom: "bottom";
|
|
5338
|
-
top: "top";
|
|
5339
5337
|
both: "both";
|
|
5338
|
+
top: "top";
|
|
5339
|
+
bottom: "bottom";
|
|
5340
5340
|
}>>;
|
|
5341
5341
|
}, z.core.$strip>>;
|
|
5342
5342
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
5343
5343
|
elevation: z.ZodDefault<z.ZodEnum<{
|
|
5344
5344
|
none: "none";
|
|
5345
|
+
sm: "sm";
|
|
5345
5346
|
md: "md";
|
|
5346
5347
|
lg: "lg";
|
|
5347
5348
|
xl: "xl";
|
|
5348
|
-
sm: "sm";
|
|
5349
5349
|
"2xl": "2xl";
|
|
5350
5350
|
}>>;
|
|
5351
5351
|
}, z.core.$strip>>;
|
|
@@ -5355,8 +5355,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5355
5355
|
heading: "heading";
|
|
5356
5356
|
}>>;
|
|
5357
5357
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
5358
|
-
normal: "normal";
|
|
5359
5358
|
wide: "wide";
|
|
5359
|
+
normal: "normal";
|
|
5360
5360
|
wider: "wider";
|
|
5361
5361
|
widest: "widest";
|
|
5362
5362
|
}>>;
|
|
@@ -5365,9 +5365,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5365
5365
|
logoText: z.ZodOptional<z.ZodObject<{
|
|
5366
5366
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
5367
5367
|
mobileMaxWidth: z.ZodOptional<z.ZodEnum<{
|
|
5368
|
+
sm: "sm";
|
|
5368
5369
|
md: "md";
|
|
5369
5370
|
xs: "xs";
|
|
5370
|
-
sm: "sm";
|
|
5371
5371
|
}>>;
|
|
5372
5372
|
hideOnShrink: z.ZodOptional<z.ZodBoolean>;
|
|
5373
5373
|
}, z.core.$strip>>;
|
|
@@ -5389,36 +5389,36 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5389
5389
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
5390
5390
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
5391
5391
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
5392
|
+
base: "base";
|
|
5393
|
+
sm: "sm";
|
|
5392
5394
|
lg: "lg";
|
|
5393
5395
|
xs: "xs";
|
|
5394
|
-
sm: "sm";
|
|
5395
|
-
base: "base";
|
|
5396
5396
|
}>>;
|
|
5397
5397
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
5398
|
-
normal: "normal";
|
|
5399
5398
|
wide: "wide";
|
|
5399
|
+
normal: "normal";
|
|
5400
5400
|
wider: "wider";
|
|
5401
5401
|
widest: "widest";
|
|
5402
5402
|
}>>;
|
|
5403
5403
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5404
5404
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
5405
|
-
default: "default";
|
|
5406
5405
|
none: "none";
|
|
5407
5406
|
compact: "compact";
|
|
5407
|
+
default: "default";
|
|
5408
5408
|
}>>;
|
|
5409
5409
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
5410
|
-
default: "default";
|
|
5411
5410
|
none: "none";
|
|
5412
5411
|
compact: "compact";
|
|
5412
|
+
spacious: "spacious";
|
|
5413
|
+
default: "default";
|
|
5413
5414
|
tight: "tight";
|
|
5414
5415
|
relaxed: "relaxed";
|
|
5415
|
-
spacious: "spacious";
|
|
5416
5416
|
}>>;
|
|
5417
5417
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
5418
5418
|
full: "full";
|
|
5419
5419
|
none: "none";
|
|
5420
|
-
md: "md";
|
|
5421
5420
|
sm: "sm";
|
|
5421
|
+
md: "md";
|
|
5422
5422
|
}>>;
|
|
5423
5423
|
effects: z.ZodOptional<z.ZodObject<{
|
|
5424
5424
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5443,9 +5443,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5443
5443
|
heading: "heading";
|
|
5444
5444
|
}>>;
|
|
5445
5445
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
5446
|
+
medium: "medium";
|
|
5446
5447
|
bold: "bold";
|
|
5447
5448
|
regular: "regular";
|
|
5448
|
-
medium: "medium";
|
|
5449
5449
|
semibold: "semibold";
|
|
5450
5450
|
}>>;
|
|
5451
5451
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
@@ -5457,20 +5457,20 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5457
5457
|
name: z.ZodOptional<z.ZodString>;
|
|
5458
5458
|
}, z.core.$strip>>;
|
|
5459
5459
|
ctaGap: z.ZodOptional<z.ZodEnum<{
|
|
5460
|
-
default: "default";
|
|
5461
5460
|
none: "none";
|
|
5462
5461
|
compact: "compact";
|
|
5462
|
+
spacious: "spacious";
|
|
5463
|
+
default: "default";
|
|
5463
5464
|
tight: "tight";
|
|
5464
5465
|
relaxed: "relaxed";
|
|
5465
|
-
spacious: "spacious";
|
|
5466
5466
|
}>>;
|
|
5467
5467
|
ctaTreatment: z.ZodOptional<z.ZodEnum<{
|
|
5468
|
-
default: "default";
|
|
5469
5468
|
primary: "primary";
|
|
5470
5469
|
secondary: "secondary";
|
|
5471
|
-
inverted: "inverted";
|
|
5472
5470
|
outline: "outline";
|
|
5471
|
+
default: "default";
|
|
5473
5472
|
ghost: "ghost";
|
|
5473
|
+
inverted: "inverted";
|
|
5474
5474
|
}>>;
|
|
5475
5475
|
ctaVariant: z.ZodOptional<z.ZodString>;
|
|
5476
5476
|
dropdownStyle: z.ZodOptional<z.ZodObject<{
|
|
@@ -5479,15 +5479,15 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5479
5479
|
borderColor: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
5480
5480
|
shadow: z.ZodDefault<z.ZodEnum<{
|
|
5481
5481
|
none: "none";
|
|
5482
|
+
sm: "sm";
|
|
5482
5483
|
md: "md";
|
|
5483
5484
|
lg: "lg";
|
|
5484
|
-
sm: "sm";
|
|
5485
5485
|
}>>;
|
|
5486
5486
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
5487
5487
|
none: "none";
|
|
5488
|
+
sm: "sm";
|
|
5488
5489
|
md: "md";
|
|
5489
5490
|
lg: "lg";
|
|
5490
|
-
sm: "sm";
|
|
5491
5491
|
}>>;
|
|
5492
5492
|
hoverBackground: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5493
5493
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5497,35 +5497,35 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5497
5497
|
capitalize: "capitalize";
|
|
5498
5498
|
}>>;
|
|
5499
5499
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
5500
|
-
normal: "normal";
|
|
5501
5500
|
wide: "wide";
|
|
5501
|
+
normal: "normal";
|
|
5502
5502
|
wider: "wider";
|
|
5503
5503
|
}>>;
|
|
5504
5504
|
fontWeight: z.ZodOptional<z.ZodEnum<{
|
|
5505
|
+
medium: "medium";
|
|
5505
5506
|
bold: "bold";
|
|
5506
5507
|
regular: "regular";
|
|
5507
|
-
medium: "medium";
|
|
5508
5508
|
semibold: "semibold";
|
|
5509
5509
|
}>>;
|
|
5510
5510
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
5511
|
+
base: "base";
|
|
5512
|
+
sm: "sm";
|
|
5511
5513
|
lg: "lg";
|
|
5512
5514
|
xs: "xs";
|
|
5513
|
-
sm: "sm";
|
|
5514
|
-
base: "base";
|
|
5515
5515
|
}>>;
|
|
5516
5516
|
}, z.core.$strip>>;
|
|
5517
5517
|
}, z.core.$strip>;
|
|
5518
5518
|
footer: z.ZodObject<{
|
|
5519
5519
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
5520
|
-
blocks: "blocks";
|
|
5521
|
-
default: "default";
|
|
5522
5520
|
none: "none";
|
|
5521
|
+
default: "default";
|
|
5522
|
+
blocks: "blocks";
|
|
5523
5523
|
"default+blocks": "default+blocks";
|
|
5524
5524
|
}>>;
|
|
5525
5525
|
variant: z.ZodEnum<{
|
|
5526
|
+
columns: "columns";
|
|
5526
5527
|
split: "split";
|
|
5527
5528
|
simple: "simple";
|
|
5528
|
-
columns: "columns";
|
|
5529
5529
|
}>;
|
|
5530
5530
|
maxWidth: z.ZodEnum<{
|
|
5531
5531
|
full: "full";
|
|
@@ -5595,54 +5595,54 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5595
5595
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5596
5596
|
}, z.core.$strip>>;
|
|
5597
5597
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
5598
|
-
minimal: "minimal";
|
|
5599
5598
|
scale: "scale";
|
|
5600
|
-
underline: "underline";
|
|
5601
5599
|
solid: "solid";
|
|
5600
|
+
minimal: "minimal";
|
|
5601
|
+
underline: "underline";
|
|
5602
5602
|
"underline-grow": "underline-grow";
|
|
5603
5603
|
capsule: "capsule";
|
|
5604
5604
|
frosted: "frosted";
|
|
5605
5605
|
}>>;
|
|
5606
5606
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5607
5607
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
5608
|
+
medium: "medium";
|
|
5608
5609
|
bold: "bold";
|
|
5609
5610
|
regular: "regular";
|
|
5610
|
-
medium: "medium";
|
|
5611
5611
|
semibold: "semibold";
|
|
5612
5612
|
}>>;
|
|
5613
5613
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
5614
5614
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
5615
5615
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
5616
|
+
base: "base";
|
|
5617
|
+
sm: "sm";
|
|
5616
5618
|
lg: "lg";
|
|
5617
5619
|
xs: "xs";
|
|
5618
|
-
sm: "sm";
|
|
5619
|
-
base: "base";
|
|
5620
5620
|
}>>;
|
|
5621
5621
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
5622
|
-
normal: "normal";
|
|
5623
5622
|
wide: "wide";
|
|
5623
|
+
normal: "normal";
|
|
5624
5624
|
wider: "wider";
|
|
5625
5625
|
widest: "widest";
|
|
5626
5626
|
}>>;
|
|
5627
5627
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5628
5628
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
5629
|
-
default: "default";
|
|
5630
5629
|
none: "none";
|
|
5631
5630
|
compact: "compact";
|
|
5631
|
+
default: "default";
|
|
5632
5632
|
}>>;
|
|
5633
5633
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
5634
|
-
default: "default";
|
|
5635
5634
|
none: "none";
|
|
5636
5635
|
compact: "compact";
|
|
5636
|
+
spacious: "spacious";
|
|
5637
|
+
default: "default";
|
|
5637
5638
|
tight: "tight";
|
|
5638
5639
|
relaxed: "relaxed";
|
|
5639
|
-
spacious: "spacious";
|
|
5640
5640
|
}>>;
|
|
5641
5641
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
5642
5642
|
full: "full";
|
|
5643
5643
|
none: "none";
|
|
5644
|
-
md: "md";
|
|
5645
5644
|
sm: "sm";
|
|
5645
|
+
md: "md";
|
|
5646
5646
|
}>>;
|
|
5647
5647
|
effects: z.ZodOptional<z.ZodObject<{
|
|
5648
5648
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5667,9 +5667,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5667
5667
|
heading: "heading";
|
|
5668
5668
|
}>>;
|
|
5669
5669
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
5670
|
+
medium: "medium";
|
|
5670
5671
|
bold: "bold";
|
|
5671
5672
|
regular: "regular";
|
|
5672
|
-
medium: "medium";
|
|
5673
5673
|
semibold: "semibold";
|
|
5674
5674
|
}>>;
|
|
5675
5675
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
@@ -5688,31 +5688,31 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5688
5688
|
}, z.core.$strip>>;
|
|
5689
5689
|
navLayout: z.ZodOptional<z.ZodObject<{
|
|
5690
5690
|
layout: z.ZodOptional<z.ZodEnum<{
|
|
5691
|
-
stack: "stack";
|
|
5692
5691
|
inline: "inline";
|
|
5692
|
+
stack: "stack";
|
|
5693
5693
|
"inline-wrap": "inline-wrap";
|
|
5694
5694
|
}>>;
|
|
5695
5695
|
align: z.ZodOptional<z.ZodEnum<{
|
|
5696
|
-
start: "start";
|
|
5697
5696
|
center: "center";
|
|
5697
|
+
start: "start";
|
|
5698
5698
|
end: "end";
|
|
5699
5699
|
"space-between": "space-between";
|
|
5700
5700
|
}>>;
|
|
5701
5701
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
5702
|
-
default: "default";
|
|
5703
5702
|
none: "none";
|
|
5704
5703
|
compact: "compact";
|
|
5704
|
+
spacious: "spacious";
|
|
5705
|
+
default: "default";
|
|
5705
5706
|
tight: "tight";
|
|
5706
5707
|
relaxed: "relaxed";
|
|
5707
|
-
spacious: "spacious";
|
|
5708
5708
|
}>>;
|
|
5709
5709
|
gapY: z.ZodOptional<z.ZodEnum<{
|
|
5710
|
-
default: "default";
|
|
5711
5710
|
none: "none";
|
|
5712
5711
|
compact: "compact";
|
|
5712
|
+
spacious: "spacious";
|
|
5713
|
+
default: "default";
|
|
5713
5714
|
tight: "tight";
|
|
5714
5715
|
relaxed: "relaxed";
|
|
5715
|
-
spacious: "spacious";
|
|
5716
5716
|
}>>;
|
|
5717
5717
|
columns: z.ZodOptional<z.ZodNumber>;
|
|
5718
5718
|
}, z.core.$strip>>;
|
|
@@ -5726,20 +5726,20 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5726
5726
|
below: "below";
|
|
5727
5727
|
}>>;
|
|
5728
5728
|
size: z.ZodOptional<z.ZodEnum<{
|
|
5729
|
+
sm: "sm";
|
|
5729
5730
|
md: "md";
|
|
5730
5731
|
lg: "lg";
|
|
5731
5732
|
xl: "xl";
|
|
5732
|
-
sm: "sm";
|
|
5733
5733
|
}>>;
|
|
5734
5734
|
maxHeight: z.ZodOptional<z.ZodEnum<{
|
|
5735
|
+
sm: "sm";
|
|
5735
5736
|
md: "md";
|
|
5736
5737
|
lg: "lg";
|
|
5737
5738
|
xl: "xl";
|
|
5738
|
-
sm: "sm";
|
|
5739
5739
|
}>>;
|
|
5740
5740
|
align: z.ZodOptional<z.ZodEnum<{
|
|
5741
|
-
start: "start";
|
|
5742
5741
|
center: "center";
|
|
5742
|
+
start: "start";
|
|
5743
5743
|
end: "end";
|
|
5744
5744
|
}>>;
|
|
5745
5745
|
}, z.core.$strip>>;
|
|
@@ -5815,26 +5815,26 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5815
5815
|
right: "right";
|
|
5816
5816
|
}>>;
|
|
5817
5817
|
paddingY: z.ZodOptional<z.ZodEnum<{
|
|
5818
|
-
default: "default";
|
|
5819
5818
|
none: "none";
|
|
5820
5819
|
compact: "compact";
|
|
5820
|
+
spacious: "spacious";
|
|
5821
|
+
default: "default";
|
|
5821
5822
|
tight: "tight";
|
|
5822
5823
|
relaxed: "relaxed";
|
|
5823
|
-
spacious: "spacious";
|
|
5824
5824
|
}>>;
|
|
5825
5825
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
5826
|
-
default: "default";
|
|
5827
5826
|
none: "none";
|
|
5828
5827
|
compact: "compact";
|
|
5828
|
+
spacious: "spacious";
|
|
5829
|
+
default: "default";
|
|
5829
5830
|
tight: "tight";
|
|
5830
5831
|
relaxed: "relaxed";
|
|
5831
|
-
spacious: "spacious";
|
|
5832
5832
|
}>>;
|
|
5833
5833
|
borderTop: z.ZodOptional<z.ZodObject<{
|
|
5834
5834
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5835
5835
|
width: z.ZodOptional<z.ZodEnum<{
|
|
5836
|
-
none: "none";
|
|
5837
5836
|
medium: "medium";
|
|
5837
|
+
none: "none";
|
|
5838
5838
|
thin: "thin";
|
|
5839
5839
|
thick: "thick";
|
|
5840
5840
|
}>>;
|
|
@@ -5844,22 +5844,22 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5844
5844
|
buttons: z.ZodOptional<z.ZodObject<{
|
|
5845
5845
|
global: z.ZodObject<{
|
|
5846
5846
|
cornerStyle: z.ZodEnum<{
|
|
5847
|
-
square: "square";
|
|
5848
5847
|
rounded: "rounded";
|
|
5848
|
+
square: "square";
|
|
5849
5849
|
pill: "pill";
|
|
5850
5850
|
}>;
|
|
5851
5851
|
cornerRadius: z.ZodOptional<z.ZodNumber>;
|
|
5852
5852
|
shadow: z.ZodEnum<{
|
|
5853
|
+
medium: "medium";
|
|
5853
5854
|
none: "none";
|
|
5854
5855
|
low: "low";
|
|
5855
5856
|
high: "high";
|
|
5856
|
-
medium: "medium";
|
|
5857
5857
|
}>;
|
|
5858
5858
|
textTransform: z.ZodEnum<{
|
|
5859
5859
|
none: "none";
|
|
5860
5860
|
uppercase: "uppercase";
|
|
5861
|
-
capitalize: "capitalize";
|
|
5862
5861
|
lowercase: "lowercase";
|
|
5862
|
+
capitalize: "capitalize";
|
|
5863
5863
|
}>;
|
|
5864
5864
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
5865
5865
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -5875,9 +5875,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5875
5875
|
}>>;
|
|
5876
5876
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
5877
5877
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
5878
|
-
default: "default";
|
|
5879
5878
|
compact: "compact";
|
|
5880
5879
|
spacious: "spacious";
|
|
5880
|
+
default: "default";
|
|
5881
5881
|
}>>;
|
|
5882
5882
|
hoverTransform: z.ZodEnum<{
|
|
5883
5883
|
none: "none";
|
|
@@ -5933,14 +5933,14 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5933
5933
|
borderRadius: z.ZodOptional<z.ZodString>;
|
|
5934
5934
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
5935
5935
|
elevation: z.ZodEnum<{
|
|
5936
|
+
medium: "medium";
|
|
5936
5937
|
none: "none";
|
|
5937
5938
|
low: "low";
|
|
5938
5939
|
high: "high";
|
|
5939
|
-
medium: "medium";
|
|
5940
5940
|
}>;
|
|
5941
5941
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
5942
|
-
crisp: "crisp";
|
|
5943
5942
|
soft: "soft";
|
|
5943
|
+
crisp: "crisp";
|
|
5944
5944
|
hard: "hard";
|
|
5945
5945
|
}>>;
|
|
5946
5946
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -6070,23 +6070,23 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6070
6070
|
type: z.ZodLiteral<"transparent">;
|
|
6071
6071
|
}, z.core.$strip>], "type">;
|
|
6072
6072
|
spacing: z.ZodEnum<{
|
|
6073
|
+
medium: "medium";
|
|
6073
6074
|
none: "none";
|
|
6074
6075
|
compact: "compact";
|
|
6075
|
-
medium: "medium";
|
|
6076
|
-
spacious: "spacious";
|
|
6077
|
-
comfortable: "comfortable";
|
|
6078
6076
|
cozy: "cozy";
|
|
6077
|
+
comfortable: "comfortable";
|
|
6078
|
+
spacious: "spacious";
|
|
6079
6079
|
}>;
|
|
6080
6080
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
6081
6081
|
elevation: z.ZodEnum<{
|
|
6082
|
+
medium: "medium";
|
|
6082
6083
|
none: "none";
|
|
6083
6084
|
low: "low";
|
|
6084
6085
|
high: "high";
|
|
6085
|
-
medium: "medium";
|
|
6086
6086
|
}>;
|
|
6087
6087
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6088
|
-
crisp: "crisp";
|
|
6089
6088
|
soft: "soft";
|
|
6089
|
+
crisp: "crisp";
|
|
6090
6090
|
hard: "hard";
|
|
6091
6091
|
}>>;
|
|
6092
6092
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -6095,10 +6095,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6095
6095
|
}>>;
|
|
6096
6096
|
}, z.core.$strip>>;
|
|
6097
6097
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
6098
|
-
soft: "soft";
|
|
6099
|
-
square: "square";
|
|
6100
6098
|
rounded: "rounded";
|
|
6099
|
+
square: "square";
|
|
6101
6100
|
pill: "pill";
|
|
6101
|
+
soft: "soft";
|
|
6102
6102
|
}>>;
|
|
6103
6103
|
border: z.ZodOptional<z.ZodObject<{
|
|
6104
6104
|
widthClass: z.ZodString;
|
|
@@ -6112,18 +6112,18 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6112
6112
|
colorToken: z.ZodString;
|
|
6113
6113
|
}, z.core.$strip>;
|
|
6114
6114
|
spacing: z.ZodEnum<{
|
|
6115
|
+
medium: "medium";
|
|
6115
6116
|
none: "none";
|
|
6116
6117
|
compact: "compact";
|
|
6117
|
-
medium: "medium";
|
|
6118
|
-
spacious: "spacious";
|
|
6119
|
-
comfortable: "comfortable";
|
|
6120
6118
|
cozy: "cozy";
|
|
6119
|
+
comfortable: "comfortable";
|
|
6120
|
+
spacious: "spacious";
|
|
6121
6121
|
}>;
|
|
6122
6122
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
6123
|
-
soft: "soft";
|
|
6124
|
-
square: "square";
|
|
6125
6123
|
rounded: "rounded";
|
|
6124
|
+
square: "square";
|
|
6126
6125
|
pill: "pill";
|
|
6126
|
+
soft: "soft";
|
|
6127
6127
|
}>>;
|
|
6128
6128
|
border: z.ZodNullable<z.ZodObject<{
|
|
6129
6129
|
widthClass: z.ZodString;
|
|
@@ -6131,14 +6131,14 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6131
6131
|
}, z.core.$strip>>;
|
|
6132
6132
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
6133
6133
|
elevation: z.ZodEnum<{
|
|
6134
|
+
medium: "medium";
|
|
6134
6135
|
none: "none";
|
|
6135
6136
|
low: "low";
|
|
6136
6137
|
high: "high";
|
|
6137
|
-
medium: "medium";
|
|
6138
6138
|
}>;
|
|
6139
6139
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6140
|
-
crisp: "crisp";
|
|
6141
6140
|
soft: "soft";
|
|
6141
|
+
crisp: "crisp";
|
|
6142
6142
|
hard: "hard";
|
|
6143
6143
|
}>>;
|
|
6144
6144
|
position: z.ZodEnum<{
|
|
@@ -6159,17 +6159,17 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6159
6159
|
right: "right";
|
|
6160
6160
|
}>;
|
|
6161
6161
|
size: z.ZodEnum<{
|
|
6162
|
+
sm: "sm";
|
|
6162
6163
|
md: "md";
|
|
6163
6164
|
lg: "lg";
|
|
6164
|
-
sm: "sm";
|
|
6165
6165
|
}>;
|
|
6166
6166
|
}, z.core.$strip>;
|
|
6167
6167
|
trigger: z.ZodObject<{
|
|
6168
6168
|
textColorToken: z.ZodString;
|
|
6169
6169
|
fontWeight: z.ZodNullable<z.ZodEnum<{
|
|
6170
|
+
medium: "medium";
|
|
6170
6171
|
bold: "bold";
|
|
6171
6172
|
regular: "regular";
|
|
6172
|
-
medium: "medium";
|
|
6173
6173
|
semibold: "semibold";
|
|
6174
6174
|
}>>;
|
|
6175
6175
|
}, z.core.$strip>;
|
|
@@ -6200,59 +6200,59 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6200
6200
|
}>>;
|
|
6201
6201
|
}, z.core.$strip>;
|
|
6202
6202
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
6203
|
-
soft: "soft";
|
|
6204
|
-
square: "square";
|
|
6205
6203
|
rounded: "rounded";
|
|
6204
|
+
square: "square";
|
|
6206
6205
|
pill: "pill";
|
|
6206
|
+
soft: "soft";
|
|
6207
6207
|
}>>;
|
|
6208
6208
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
6209
6209
|
elevation: z.ZodEnum<{
|
|
6210
|
+
medium: "medium";
|
|
6210
6211
|
none: "none";
|
|
6211
6212
|
low: "low";
|
|
6212
|
-
medium: "medium";
|
|
6213
6213
|
}>;
|
|
6214
6214
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6215
|
-
crisp: "crisp";
|
|
6216
6215
|
soft: "soft";
|
|
6216
|
+
crisp: "crisp";
|
|
6217
6217
|
hard: "hard";
|
|
6218
6218
|
}>>;
|
|
6219
6219
|
}, z.core.$strip>>;
|
|
6220
6220
|
spacing: z.ZodEnum<{
|
|
6221
|
-
compact: "compact";
|
|
6222
6221
|
medium: "medium";
|
|
6223
|
-
|
|
6222
|
+
compact: "compact";
|
|
6224
6223
|
cozy: "cozy";
|
|
6224
|
+
comfortable: "comfortable";
|
|
6225
6225
|
}>;
|
|
6226
6226
|
fontSize: z.ZodEnum<{
|
|
6227
|
-
lg: "lg";
|
|
6228
|
-
sm: "sm";
|
|
6229
6227
|
base: "base";
|
|
6228
|
+
sm: "sm";
|
|
6229
|
+
lg: "lg";
|
|
6230
6230
|
}>;
|
|
6231
6231
|
}, z.core.$strip>;
|
|
6232
6232
|
label: z.ZodObject<{
|
|
6233
6233
|
textColorToken: z.ZodString;
|
|
6234
6234
|
fontWeight: z.ZodEnum<{
|
|
6235
|
+
medium: "medium";
|
|
6235
6236
|
bold: "bold";
|
|
6236
6237
|
regular: "regular";
|
|
6237
|
-
medium: "medium";
|
|
6238
6238
|
semibold: "semibold";
|
|
6239
6239
|
black: "black";
|
|
6240
6240
|
}>;
|
|
6241
6241
|
fontSize: z.ZodEnum<{
|
|
6242
|
-
xs: "xs";
|
|
6243
|
-
sm: "sm";
|
|
6244
6242
|
base: "base";
|
|
6243
|
+
sm: "sm";
|
|
6245
6244
|
"2xs": "2xs";
|
|
6245
|
+
xs: "xs";
|
|
6246
6246
|
}>;
|
|
6247
6247
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
6248
6248
|
none: "none";
|
|
6249
6249
|
uppercase: "uppercase";
|
|
6250
|
-
capitalize: "capitalize";
|
|
6251
6250
|
lowercase: "lowercase";
|
|
6251
|
+
capitalize: "capitalize";
|
|
6252
6252
|
}>>;
|
|
6253
6253
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
6254
|
-
normal: "normal";
|
|
6255
6254
|
wide: "wide";
|
|
6255
|
+
normal: "normal";
|
|
6256
6256
|
wider: "wider";
|
|
6257
6257
|
widest: "widest";
|
|
6258
6258
|
}>>;
|
|
@@ -6280,10 +6280,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6280
6280
|
}, z.core.$strip>>;
|
|
6281
6281
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
6282
6282
|
shape: z.ZodEnum<{
|
|
6283
|
-
soft: "soft";
|
|
6284
|
-
square: "square";
|
|
6285
6283
|
rounded: "rounded";
|
|
6284
|
+
square: "square";
|
|
6286
6285
|
pill: "pill";
|
|
6286
|
+
soft: "soft";
|
|
6287
6287
|
}>;
|
|
6288
6288
|
border: z.ZodEnum<{
|
|
6289
6289
|
subtle: "subtle";
|
|
@@ -6322,10 +6322,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6322
6322
|
thick: "thick";
|
|
6323
6323
|
}>>;
|
|
6324
6324
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
6325
|
+
auto: "auto";
|
|
6325
6326
|
tight: "tight";
|
|
6326
6327
|
normal: "normal";
|
|
6327
6328
|
loose: "loose";
|
|
6328
|
-
auto: "auto";
|
|
6329
6329
|
}>>;
|
|
6330
6330
|
}, z.core.$strip>>;
|
|
6331
6331
|
}, z.core.$strip>>;
|
|
@@ -6382,9 +6382,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6382
6382
|
}, z.core.$strip>>>;
|
|
6383
6383
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6384
6384
|
fill: "fill";
|
|
6385
|
-
custom: "custom";
|
|
6386
6385
|
fit: "fit";
|
|
6387
6386
|
original: "original";
|
|
6387
|
+
custom: "custom";
|
|
6388
6388
|
}>>>;
|
|
6389
6389
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6390
6390
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6407,12 +6407,12 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6407
6407
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6408
6408
|
}, z.core.$strip>>>;
|
|
6409
6409
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6410
|
+
medium: "medium";
|
|
6410
6411
|
none: "none";
|
|
6411
6412
|
compact: "compact";
|
|
6412
|
-
medium: "medium";
|
|
6413
|
-
spacious: "spacious";
|
|
6414
|
-
comfortable: "comfortable";
|
|
6415
6413
|
cozy: "cozy";
|
|
6414
|
+
comfortable: "comfortable";
|
|
6415
|
+
spacious: "spacious";
|
|
6416
6416
|
}>>>;
|
|
6417
6417
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6418
6418
|
none: "none";
|
|
@@ -6485,9 +6485,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6485
6485
|
}, z.core.$strip>>>;
|
|
6486
6486
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6487
6487
|
fill: "fill";
|
|
6488
|
-
custom: "custom";
|
|
6489
6488
|
fit: "fit";
|
|
6490
6489
|
original: "original";
|
|
6490
|
+
custom: "custom";
|
|
6491
6491
|
}>>>;
|
|
6492
6492
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6493
6493
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6510,21 +6510,21 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6510
6510
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6511
6511
|
}, z.core.$strip>>>;
|
|
6512
6512
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6513
|
+
medium: "medium";
|
|
6513
6514
|
none: "none";
|
|
6514
6515
|
compact: "compact";
|
|
6515
|
-
medium: "medium";
|
|
6516
|
-
spacious: "spacious";
|
|
6517
|
-
comfortable: "comfortable";
|
|
6518
6516
|
cozy: "cozy";
|
|
6517
|
+
comfortable: "comfortable";
|
|
6518
|
+
spacious: "spacious";
|
|
6519
6519
|
}>>>;
|
|
6520
6520
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
6521
6521
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6522
6522
|
full: "full";
|
|
6523
6523
|
none: "none";
|
|
6524
|
+
sm: "sm";
|
|
6524
6525
|
md: "md";
|
|
6525
6526
|
lg: "lg";
|
|
6526
6527
|
xl: "xl";
|
|
6527
|
-
sm: "sm";
|
|
6528
6528
|
"2xl": "2xl";
|
|
6529
6529
|
}>>>;
|
|
6530
6530
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -6581,9 +6581,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6581
6581
|
}, z.core.$strip>>>;
|
|
6582
6582
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6583
6583
|
fill: "fill";
|
|
6584
|
-
custom: "custom";
|
|
6585
6584
|
fit: "fit";
|
|
6586
6585
|
original: "original";
|
|
6586
|
+
custom: "custom";
|
|
6587
6587
|
}>>>;
|
|
6588
6588
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6589
6589
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6616,21 +6616,21 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6616
6616
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6617
6617
|
}, z.core.$strip>>>;
|
|
6618
6618
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6619
|
+
medium: "medium";
|
|
6619
6620
|
none: "none";
|
|
6620
6621
|
compact: "compact";
|
|
6621
|
-
medium: "medium";
|
|
6622
|
-
spacious: "spacious";
|
|
6623
|
-
comfortable: "comfortable";
|
|
6624
6622
|
cozy: "cozy";
|
|
6623
|
+
comfortable: "comfortable";
|
|
6624
|
+
spacious: "spacious";
|
|
6625
6625
|
}>>>;
|
|
6626
6626
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
6627
6627
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6628
6628
|
full: "full";
|
|
6629
6629
|
none: "none";
|
|
6630
|
+
sm: "sm";
|
|
6630
6631
|
md: "md";
|
|
6631
6632
|
lg: "lg";
|
|
6632
6633
|
xl: "xl";
|
|
6633
|
-
sm: "sm";
|
|
6634
6634
|
"2xl": "2xl";
|
|
6635
6635
|
}>>>;
|
|
6636
6636
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|