@riverbankcms/sdk 0.67.0 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -11
- 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 -39
- package/dist/_dts/api/src/appointmentSetup.d.ts +4 -0
- package/dist/_dts/api/src/billing.d.ts +7 -40
- package/dist/_dts/api/src/bookingConfig.d.ts +2 -2
- package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +4 -1
- package/dist/_dts/api/src/bookingOperations.d.ts +32 -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 +2 -2
- package/dist/_dts/api/src/contentTypes.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +7 -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 +3 -3
- 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 +1 -1
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +5 -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 +1 -1
- package/dist/_dts/api/src/url.d.ts +1 -1
- package/dist/_dts/billing/src/components/index.d.ts +484 -0
- 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 +5 -1
- package/dist/_dts/blocks/src/bindings/index.d.ts +2 -2
- package/dist/_dts/blocks/src/client.d.ts +11 -3
- 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/useAvailableDates.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableSlots.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.d.ts +140 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useVisibleTabPolling.d.ts +10 -0
- 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.default-ui.d.ts +8 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +500 -0
- 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 +15 -8
- 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 +17 -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 +9 -9
- 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 +8 -8
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +8 -8
- 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 +5 -5
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +4 -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/styleConfiguratorSnapshot.d.ts +4 -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 +6 -2
- package/dist/_dts/sdk/src/bookings/types.d.ts +16 -8
- package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +32 -0
- package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +5 -1
- 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 +43 -13
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntimeCompat.d.ts +21 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +27 -0
- package/dist/_dts/sdk/src/cli/site-commands/datedOfferingCommands.d.ts +56 -0
- package/dist/_dts/sdk/src/cli/site-commands/entryCommands.d.ts +5 -3
- package/dist/_dts/sdk/src/cli/site-commands/footerCommands.d.ts +9 -3
- package/dist/_dts/sdk/src/cli/site-commands/formCommands.d.ts +6 -10
- package/dist/_dts/sdk/src/cli/site-commands/index.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +6 -10
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +6 -10
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +14 -68
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionPlan.d.ts +8 -0
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +97 -0
- package/dist/_dts/sdk/src/cli/site-commands/residualSettingsTrimming.d.ts +15 -0
- package/dist/_dts/sdk/src/cli/sync/index.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/sync/syncResultAggregation.d.ts +4 -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 +18 -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/rendering/overrides.d.ts +2 -0
- package/dist/_dts/sdk/src/spam-protection/index.d.ts +3 -3
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +6 -6
- package/dist/_dts/sdk/src/theme-bridge/generateCssVars.d.ts +4 -12
- package/dist/_dts/sdk/src/theme-bridge/index.d.ts +1 -1
- package/dist/_dts/sdk/src/theme-bridge/types.d.ts +17 -9
- 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 +292 -34
- package/dist/_dts/site-commands/src/domain.d.ts +3 -3
- package/dist/_dts/site-commands/src/exposure.d.ts +3 -3
- package/dist/_dts/site-commands/src/index.d.ts +1 -0
- package/dist/_dts/site-commands/src/metadata.d.ts +79 -1
- package/dist/_dts/site-commands/src/planner.d.ts +1 -1
- package/dist/_dts/site-commands/src/refContributions.d.ts +1 -0
- package/dist/_dts/site-commands/src/refs.d.ts +8 -2
- package/dist/_dts/{sdk/src/cli/merge-remote → site-commands/src}/stableJson.d.ts +2 -0
- 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/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/index.d.ts +1 -1
- 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 +32 -21
- 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 +5910 -4824
- package/dist/client/bookings.mjs +5149 -3320
- package/dist/client/client.mjs +11643 -11031
- package/dist/client/hooks.mjs +5764 -3868
- package/dist/client/rendering/client.mjs +4317 -3724
- package/dist/client/rendering/islands.mjs +4087 -3494
- package/dist/client/rendering.mjs +4499 -3885
- package/dist/preview-next/before-render.mjs +14 -0
- package/dist/preview-next/client/runtime.mjs +2927 -2292
- package/dist/preview-next/middleware.mjs +14 -0
- package/dist/server/components.mjs +536 -368
- package/dist/server/config-validation.mjs +6886 -4910
- package/dist/server/config.mjs +6876 -4909
- package/dist/server/data.mjs +5764 -3868
- package/dist/server/index.mjs +174 -1762
- package/dist/server/next.mjs +6393 -5024
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +540 -370
- package/dist/server/rendering.mjs +540 -370
- package/dist/server/routing.mjs +10389 -6835
- package/dist/server/server.mjs +5701 -3805
- package/dist/server/theme-bridge.mjs +1558 -4902
- package/dist/styles/index.css +38 -38
- package/package.json +1 -3
- package/dist/_dts/blocks/src/system/runtime/components/booking/DateTimeSelectionStep.d.ts +0 -18
- package/dist/_dts/blocks/src/system/runtime/components/booking/PaymentOptionSelectionStep.d.ts +0 -9
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.d.ts +0 -44
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.state.d.ts +0 -23
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceSelectionStep.d.ts +0 -18
- package/dist/_dts/blocks/src/system/runtime/components/booking/slotDisplay.d.ts +0 -2
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/MultiStepForm.d.ts +0 -21
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.d.ts +0 -15
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.state.d.ts +0 -51
- package/dist/_dts/blocks/src/system/runtime/hooks/useBookingSteps.d.ts +0 -22
|
@@ -6,11 +6,11 @@ export declare const mockThemes: {
|
|
|
6
6
|
description: string;
|
|
7
7
|
rationale: string;
|
|
8
8
|
axes: {
|
|
9
|
-
tone: "
|
|
9
|
+
tone: "classic" | "bold" | "minimal";
|
|
10
10
|
energy: "calm" | "vibrant";
|
|
11
|
-
density: "
|
|
12
|
-
mediaBias: "
|
|
13
|
-
conversionBias: "low" | "
|
|
11
|
+
density: "compact" | "airy" | "regular";
|
|
12
|
+
mediaBias: "media" | "text" | "mixed";
|
|
13
|
+
conversionBias: "low" | "high" | "med";
|
|
14
14
|
motion: "standard" | "subtle" | "expressive";
|
|
15
15
|
};
|
|
16
16
|
palette: {
|
|
@@ -25,7 +25,7 @@ export declare const mockThemes: {
|
|
|
25
25
|
typography: {
|
|
26
26
|
body: {
|
|
27
27
|
family: string;
|
|
28
|
-
weight: "
|
|
28
|
+
weight: "medium" | "bold" | "light" | "regular" | "semibold";
|
|
29
29
|
letterSpacing: "tight" | "normal" | "loose";
|
|
30
30
|
lineHeight: "normal" | "loose" | "relaxed";
|
|
31
31
|
size: "md" | "lg" | "xl";
|
|
@@ -33,63 +33,63 @@ export declare const mockThemes: {
|
|
|
33
33
|
headings: {
|
|
34
34
|
default: {
|
|
35
35
|
family: string;
|
|
36
|
-
weight: "
|
|
36
|
+
weight: "medium" | "bold" | "light" | "regular" | "semibold";
|
|
37
37
|
letterSpacing: "tight" | "normal" | "loose";
|
|
38
38
|
lineHeight: "normal" | "loose" | "relaxed";
|
|
39
|
-
case: "
|
|
39
|
+
case: "uppercase" | "normal" | "smallCaps" | null;
|
|
40
40
|
italic: boolean | null;
|
|
41
41
|
colorToken?: string | null | undefined;
|
|
42
42
|
};
|
|
43
43
|
h1: {
|
|
44
|
-
weight?: "
|
|
44
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
45
45
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
46
|
-
size?: "
|
|
46
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
47
47
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
48
48
|
italic?: boolean | null | undefined;
|
|
49
49
|
colorToken?: string | null | undefined;
|
|
50
50
|
};
|
|
51
51
|
h2: {
|
|
52
|
-
weight?: "
|
|
52
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
53
53
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
54
|
-
size?: "
|
|
54
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
55
55
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
56
56
|
italic?: boolean | null | undefined;
|
|
57
57
|
colorToken?: string | null | undefined;
|
|
58
58
|
};
|
|
59
59
|
h3: {
|
|
60
|
-
weight?: "
|
|
60
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
61
61
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
62
|
-
size?: "
|
|
62
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
63
63
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
64
64
|
italic?: boolean | null | undefined;
|
|
65
65
|
colorToken?: string | null | undefined;
|
|
66
66
|
};
|
|
67
67
|
h4?: {
|
|
68
|
-
weight?: "
|
|
68
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
69
69
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
70
|
-
size?: "
|
|
70
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
71
71
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
72
72
|
italic?: boolean | null | undefined;
|
|
73
73
|
colorToken?: string | null | undefined;
|
|
74
74
|
} | undefined;
|
|
75
75
|
h5?: {
|
|
76
|
-
weight?: "
|
|
76
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
77
77
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
78
|
-
size?: "
|
|
78
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
79
79
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
80
80
|
italic?: boolean | null | undefined;
|
|
81
81
|
colorToken?: string | null | undefined;
|
|
82
82
|
} | undefined;
|
|
83
83
|
h6?: {
|
|
84
|
-
weight?: "
|
|
84
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
85
85
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
86
|
-
size?: "
|
|
86
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
87
87
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
88
88
|
italic?: boolean | null | undefined;
|
|
89
89
|
colorToken?: string | null | undefined;
|
|
90
90
|
} | undefined;
|
|
91
91
|
};
|
|
92
|
-
scale: "compact" | "
|
|
92
|
+
scale: "compact" | "spacious" | "balanced" | "minorThird" | "majorThird" | "perfectFourth";
|
|
93
93
|
proseLinkStyle?: {
|
|
94
94
|
colorToken?: string | undefined;
|
|
95
95
|
hoverColorToken?: string | undefined;
|
|
@@ -98,7 +98,7 @@ export declare const mockThemes: {
|
|
|
98
98
|
hoverDecorationColorToken?: string | undefined;
|
|
99
99
|
underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
100
100
|
underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
|
|
101
|
-
underlineOffset?: "
|
|
101
|
+
underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
|
|
102
102
|
} | undefined;
|
|
103
103
|
};
|
|
104
104
|
space: "standard" | "comfortable" | "dense";
|
|
@@ -107,18 +107,18 @@ export declare const mockThemes: {
|
|
|
107
107
|
style: "solid" | "dashed";
|
|
108
108
|
};
|
|
109
109
|
shadow: {
|
|
110
|
-
elevation: "
|
|
111
|
-
softness: "
|
|
110
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
111
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
112
112
|
position: "bottom" | "bottom-right";
|
|
113
113
|
};
|
|
114
114
|
motion: {
|
|
115
|
-
level: "
|
|
115
|
+
level: "medium" | "low" | "high" | "off";
|
|
116
116
|
easing: "standard" | "snappy" | "gentle" | null;
|
|
117
117
|
};
|
|
118
|
-
corners: "
|
|
118
|
+
corners: "rounded" | "square" | "pill" | "soft";
|
|
119
119
|
header: {
|
|
120
|
-
variant: "classic" | "
|
|
121
|
-
positioning: "
|
|
120
|
+
variant: "classic" | "centered" | "transparent" | "floating" | "editorial";
|
|
121
|
+
positioning: "static" | "fixed" | "sticky";
|
|
122
122
|
shrinkOnScroll: boolean;
|
|
123
123
|
maxWidth: "full" | "container";
|
|
124
124
|
background: {
|
|
@@ -169,8 +169,8 @@ export declare const mockThemes: {
|
|
|
169
169
|
} | null | undefined;
|
|
170
170
|
textColor?: string | null | undefined;
|
|
171
171
|
};
|
|
172
|
-
navStyle: "
|
|
173
|
-
navWeight: "
|
|
172
|
+
navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
|
|
173
|
+
navWeight: "medium" | "bold" | "regular" | "semibold";
|
|
174
174
|
navContainer: {
|
|
175
175
|
type: "none" | "pill" | "glass";
|
|
176
176
|
opacity: number;
|
|
@@ -213,30 +213,30 @@ export declare const mockThemes: {
|
|
|
213
213
|
textColor?: string | null | undefined;
|
|
214
214
|
navColor?: string | null | undefined;
|
|
215
215
|
container?: {
|
|
216
|
-
rounded: "none" | "
|
|
216
|
+
rounded: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
217
217
|
border: boolean;
|
|
218
218
|
shadow: boolean;
|
|
219
|
-
padding: "
|
|
219
|
+
padding: "sm" | "md" | "lg";
|
|
220
220
|
opacity: number;
|
|
221
221
|
tint?: string | null | undefined;
|
|
222
222
|
} | undefined;
|
|
223
223
|
border?: {
|
|
224
|
-
width: "
|
|
224
|
+
width: "medium" | "none" | "thin" | "thick" | "hairline";
|
|
225
225
|
style: "solid" | "dashed";
|
|
226
|
-
position: "none" | "
|
|
226
|
+
position: "none" | "both" | "top" | "bottom";
|
|
227
227
|
colorToken?: string | undefined;
|
|
228
228
|
} | undefined;
|
|
229
229
|
shadow?: {
|
|
230
|
-
elevation: "none" | "
|
|
230
|
+
elevation: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
231
231
|
} | undefined;
|
|
232
232
|
logo?: {
|
|
233
233
|
fontFamily: "body" | "heading";
|
|
234
|
-
letterSpacing: "
|
|
234
|
+
letterSpacing: "wide" | "normal" | "wider" | "widest";
|
|
235
235
|
gradient: boolean;
|
|
236
236
|
} | undefined;
|
|
237
237
|
logoText?: {
|
|
238
238
|
mobileWrapLines?: 1 | 2 | undefined;
|
|
239
|
-
mobileMaxWidth?: "
|
|
239
|
+
mobileMaxWidth?: "sm" | "md" | "xs" | undefined;
|
|
240
240
|
hideOnShrink?: boolean | undefined;
|
|
241
241
|
} | undefined;
|
|
242
242
|
navEffects?: {
|
|
@@ -247,16 +247,16 @@ export declare const mockThemes: {
|
|
|
247
247
|
} | undefined;
|
|
248
248
|
navLinkStyle?: {
|
|
249
249
|
colorToken: string;
|
|
250
|
-
padding: "
|
|
251
|
-
borderRadius: "full" | "none" | "
|
|
250
|
+
padding: "none" | "compact" | "default";
|
|
251
|
+
borderRadius: "full" | "none" | "sm" | "md";
|
|
252
252
|
typography: "body" | "heading";
|
|
253
|
-
fontWeight: "
|
|
253
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold";
|
|
254
254
|
textTransform: "none" | "uppercase" | "capitalize";
|
|
255
255
|
italic: boolean;
|
|
256
|
-
textSize?: "
|
|
257
|
-
letterSpacing?: "
|
|
256
|
+
textSize?: "base" | "sm" | "lg" | "xs" | undefined;
|
|
257
|
+
letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
|
|
258
258
|
hoverColorToken?: string | null | undefined;
|
|
259
|
-
paddingX?: "
|
|
259
|
+
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
260
260
|
effects?: {
|
|
261
261
|
base?: {
|
|
262
262
|
effectId: string;
|
|
@@ -277,25 +277,25 @@ export declare const mockThemes: {
|
|
|
277
277
|
} | undefined;
|
|
278
278
|
name?: string | undefined;
|
|
279
279
|
} | undefined;
|
|
280
|
-
ctaGap?: "
|
|
281
|
-
ctaTreatment?: "
|
|
280
|
+
ctaGap?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
281
|
+
ctaTreatment?: "primary" | "secondary" | "outline" | "default" | "ghost" | "inverted" | undefined;
|
|
282
282
|
ctaVariant?: string | undefined;
|
|
283
283
|
dropdownStyle?: {
|
|
284
284
|
background: string;
|
|
285
285
|
textColor: string;
|
|
286
286
|
borderColor: string | null;
|
|
287
|
-
shadow: "none" | "
|
|
288
|
-
borderRadius: "none" | "
|
|
287
|
+
shadow: "none" | "sm" | "md" | "lg";
|
|
288
|
+
borderRadius: "none" | "sm" | "md" | "lg";
|
|
289
289
|
textTransform: "none" | "uppercase" | "capitalize";
|
|
290
|
-
letterSpacing: "
|
|
290
|
+
letterSpacing: "wide" | "normal" | "wider";
|
|
291
291
|
hoverBackground?: string | null | undefined;
|
|
292
292
|
hoverTextColor?: string | null | undefined;
|
|
293
|
-
fontWeight?: "
|
|
294
|
-
textSize?: "
|
|
293
|
+
fontWeight?: "medium" | "bold" | "regular" | "semibold" | undefined;
|
|
294
|
+
textSize?: "base" | "sm" | "lg" | "xs" | undefined;
|
|
295
295
|
} | undefined;
|
|
296
296
|
};
|
|
297
297
|
footer: {
|
|
298
|
-
variant: "
|
|
298
|
+
variant: "columns" | "split" | "simple";
|
|
299
299
|
maxWidth: "full" | "container";
|
|
300
300
|
background: {
|
|
301
301
|
type: "image" | "color" | "gradient";
|
|
@@ -345,23 +345,23 @@ export declare const mockThemes: {
|
|
|
345
345
|
} | null | undefined;
|
|
346
346
|
textColor?: string | null | undefined;
|
|
347
347
|
};
|
|
348
|
-
navStyle: "
|
|
349
|
-
navWeight: "
|
|
350
|
-
mode?: "
|
|
348
|
+
navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
|
|
349
|
+
navWeight: "medium" | "bold" | "regular" | "semibold";
|
|
350
|
+
mode?: "none" | "default" | "blocks" | "default+blocks" | undefined;
|
|
351
351
|
showLogoText?: boolean | undefined;
|
|
352
352
|
navColor?: string | null | undefined;
|
|
353
353
|
navLinkStyle?: {
|
|
354
354
|
colorToken: string;
|
|
355
|
-
padding: "
|
|
356
|
-
borderRadius: "full" | "none" | "
|
|
355
|
+
padding: "none" | "compact" | "default";
|
|
356
|
+
borderRadius: "full" | "none" | "sm" | "md";
|
|
357
357
|
typography: "body" | "heading";
|
|
358
|
-
fontWeight: "
|
|
358
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold";
|
|
359
359
|
textTransform: "none" | "uppercase" | "capitalize";
|
|
360
360
|
italic: boolean;
|
|
361
|
-
textSize?: "
|
|
362
|
-
letterSpacing?: "
|
|
361
|
+
textSize?: "base" | "sm" | "lg" | "xs" | undefined;
|
|
362
|
+
letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
|
|
363
363
|
hoverColorToken?: string | null | undefined;
|
|
364
|
-
paddingX?: "
|
|
364
|
+
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
365
365
|
effects?: {
|
|
366
366
|
base?: {
|
|
367
367
|
effectId: string;
|
|
@@ -389,19 +389,19 @@ export declare const mockThemes: {
|
|
|
389
389
|
underline?: boolean | undefined;
|
|
390
390
|
} | undefined;
|
|
391
391
|
navLayout?: {
|
|
392
|
-
layout?: "
|
|
393
|
-
align?: "
|
|
394
|
-
gapX?: "
|
|
395
|
-
gapY?: "
|
|
392
|
+
layout?: "inline" | "stack" | "inline-wrap" | undefined;
|
|
393
|
+
align?: "center" | "start" | "end" | "space-between" | undefined;
|
|
394
|
+
gapX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
395
|
+
gapY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
396
396
|
columns?: number | undefined;
|
|
397
397
|
} | undefined;
|
|
398
398
|
logo?: {
|
|
399
399
|
showLogo: boolean;
|
|
400
400
|
showLogoText?: boolean | undefined;
|
|
401
401
|
placement?: "left" | "right" | "above" | "below" | undefined;
|
|
402
|
-
size?: "
|
|
403
|
-
maxHeight?: "
|
|
404
|
-
align?: "
|
|
402
|
+
size?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
403
|
+
maxHeight?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
404
|
+
align?: "center" | "start" | "end" | undefined;
|
|
405
405
|
} | undefined;
|
|
406
406
|
bottomBar?: {
|
|
407
407
|
enabled?: boolean | undefined;
|
|
@@ -456,15 +456,15 @@ export declare const mockThemes: {
|
|
|
456
456
|
} | undefined;
|
|
457
457
|
textColor?: string | null | undefined;
|
|
458
458
|
textAlign?: "center" | "left" | "right" | undefined;
|
|
459
|
-
paddingY?: "
|
|
460
|
-
paddingX?: "
|
|
459
|
+
paddingY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
460
|
+
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
461
461
|
borderTop?: {
|
|
462
462
|
colorToken?: string | null | undefined;
|
|
463
|
-
width?: "
|
|
463
|
+
width?: "medium" | "none" | "thin" | "thick" | undefined;
|
|
464
464
|
} | undefined;
|
|
465
465
|
} | undefined;
|
|
466
466
|
};
|
|
467
|
-
siteStyleId?: import("
|
|
467
|
+
siteStyleId?: import("../../../blocks/src/index").SiteStyleId | undefined;
|
|
468
468
|
gradients?: {
|
|
469
469
|
button?: string | null | undefined;
|
|
470
470
|
hero?: string | null | undefined;
|
|
@@ -472,32 +472,32 @@ export declare const mockThemes: {
|
|
|
472
472
|
} | undefined;
|
|
473
473
|
layout?: {
|
|
474
474
|
containerPadding?: {
|
|
475
|
-
mobile?: "
|
|
476
|
-
tablet?: "
|
|
477
|
-
desktop?: "
|
|
475
|
+
mobile?: "compact" | "default" | "tight" | "relaxed" | undefined;
|
|
476
|
+
tablet?: "compact" | "default" | "tight" | "relaxed" | undefined;
|
|
477
|
+
desktop?: "compact" | "default" | "tight" | "relaxed" | undefined;
|
|
478
478
|
} | undefined;
|
|
479
479
|
} | undefined;
|
|
480
480
|
hero?: {
|
|
481
481
|
typography?: {
|
|
482
|
-
headlineSize?: "
|
|
482
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
483
483
|
headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
484
|
-
subheadlineSize?: "
|
|
484
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
485
485
|
subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
486
|
-
microHeadlineSize?: "
|
|
486
|
+
microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
487
487
|
microHeadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
488
|
-
microSubheadlineSize?: "
|
|
488
|
+
microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
489
489
|
microSubheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
490
490
|
responsive?: {
|
|
491
491
|
tablet?: {
|
|
492
|
-
headlineSize?: "
|
|
492
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
493
493
|
headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
494
|
-
subheadlineSize?: "
|
|
494
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
495
495
|
subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
496
496
|
} | undefined;
|
|
497
497
|
mobile?: {
|
|
498
|
-
headlineSize?: "
|
|
498
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
499
499
|
headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
500
|
-
subheadlineSize?: "
|
|
500
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
501
501
|
subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
502
502
|
} | undefined;
|
|
503
503
|
} | undefined;
|
|
@@ -511,10 +511,10 @@ export declare const mockThemes: {
|
|
|
511
511
|
} | undefined;
|
|
512
512
|
buttons?: {
|
|
513
513
|
global: {
|
|
514
|
-
cornerStyle: "
|
|
515
|
-
shadow: "
|
|
516
|
-
textTransform: "none" | "uppercase" | "
|
|
517
|
-
fontWeight:
|
|
514
|
+
cornerStyle: "rounded" | "square" | "pill";
|
|
515
|
+
shadow: "medium" | "none" | "low" | "high";
|
|
516
|
+
textTransform: "none" | "uppercase" | "lowercase" | "capitalize";
|
|
517
|
+
fontWeight: 600 | 500 | 700;
|
|
518
518
|
borderWidth: 1 | 2 | 3;
|
|
519
519
|
hoverTransform: "none" | "scale" | "lift" | "press";
|
|
520
520
|
hoverColor: "none" | "token" | "brighten" | "darken" | "saturate";
|
|
@@ -523,7 +523,7 @@ export declare const mockThemes: {
|
|
|
523
523
|
fontSize?: string | undefined;
|
|
524
524
|
letterSpacing?: "tight" | "normal" | "loose" | undefined;
|
|
525
525
|
italic?: boolean | undefined;
|
|
526
|
-
paddingPreset?: "
|
|
526
|
+
paddingPreset?: "compact" | "spacious" | "default" | undefined;
|
|
527
527
|
hoverColorToken?: string | undefined;
|
|
528
528
|
gradientStyle?: "linear" | "radial" | "conic" | undefined;
|
|
529
529
|
gradientAngle?: number | undefined;
|
|
@@ -547,8 +547,8 @@ export declare const mockThemes: {
|
|
|
547
547
|
textColorToken: string;
|
|
548
548
|
borderRadius?: string | undefined;
|
|
549
549
|
shadow?: {
|
|
550
|
-
elevation: "
|
|
551
|
-
softness: "
|
|
550
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
551
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
552
552
|
position: "bottom" | "bottom-right";
|
|
553
553
|
} | undefined;
|
|
554
554
|
border?: {
|
|
@@ -629,13 +629,13 @@ export declare const mockThemes: {
|
|
|
629
629
|
} | {
|
|
630
630
|
type: "transparent";
|
|
631
631
|
};
|
|
632
|
-
spacing: "
|
|
632
|
+
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
633
633
|
shadow?: {
|
|
634
|
-
elevation: "
|
|
635
|
-
softness: "
|
|
634
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
635
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
636
636
|
position: "bottom" | "bottom-right";
|
|
637
637
|
} | undefined;
|
|
638
|
-
corners?: "
|
|
638
|
+
corners?: "rounded" | "square" | "pill" | "soft" | undefined;
|
|
639
639
|
border?: {
|
|
640
640
|
widthClass: string;
|
|
641
641
|
colorToken: string;
|
|
@@ -647,25 +647,25 @@ export declare const mockThemes: {
|
|
|
647
647
|
type: "solid";
|
|
648
648
|
colorToken: string;
|
|
649
649
|
};
|
|
650
|
-
spacing: "
|
|
651
|
-
corners: "
|
|
650
|
+
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
651
|
+
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
652
652
|
border: {
|
|
653
653
|
widthClass: string;
|
|
654
654
|
colorToken: string;
|
|
655
655
|
} | null;
|
|
656
656
|
shadow: {
|
|
657
|
-
elevation: "
|
|
658
|
-
softness: "
|
|
657
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
658
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
659
659
|
position: "bottom" | "bottom-right";
|
|
660
660
|
} | null;
|
|
661
661
|
icon: {
|
|
662
662
|
style: "plus-minus" | "chevron" | "caret" | "arrow" | "circle-plus-minus";
|
|
663
663
|
position: "left" | "right";
|
|
664
|
-
size: "
|
|
664
|
+
size: "sm" | "md" | "lg";
|
|
665
665
|
};
|
|
666
666
|
trigger: {
|
|
667
667
|
textColorToken: string;
|
|
668
|
-
fontWeight: "
|
|
668
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold" | null;
|
|
669
669
|
};
|
|
670
670
|
hover: {
|
|
671
671
|
backgroundColorToken?: string | undefined;
|
|
@@ -690,20 +690,20 @@ export declare const mockThemes: {
|
|
|
690
690
|
colorToken: string;
|
|
691
691
|
style?: "all" | "underline" | undefined;
|
|
692
692
|
};
|
|
693
|
-
corners: "
|
|
693
|
+
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
694
694
|
shadow: {
|
|
695
|
-
elevation: "
|
|
696
|
-
softness: "
|
|
695
|
+
elevation: "medium" | "none" | "low";
|
|
696
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
697
697
|
} | null;
|
|
698
|
-
spacing: "
|
|
699
|
-
fontSize: "
|
|
698
|
+
spacing: "medium" | "compact" | "cozy" | "comfortable";
|
|
699
|
+
fontSize: "base" | "sm" | "lg";
|
|
700
700
|
};
|
|
701
701
|
label: {
|
|
702
702
|
textColorToken: string;
|
|
703
|
-
fontWeight: "
|
|
704
|
-
fontSize: "
|
|
705
|
-
textTransform?: "none" | "uppercase" | "
|
|
706
|
-
letterSpacing?: "
|
|
703
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold" | "black";
|
|
704
|
+
fontSize: "base" | "sm" | "2xs" | "xs";
|
|
705
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
706
|
+
letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
|
|
707
707
|
opacity?: number | undefined;
|
|
708
708
|
};
|
|
709
709
|
focus: {
|
|
@@ -722,7 +722,7 @@ export declare const mockThemes: {
|
|
|
722
722
|
};
|
|
723
723
|
} | undefined;
|
|
724
724
|
inputStyle?: {
|
|
725
|
-
shape: "
|
|
725
|
+
shape: "rounded" | "square" | "pill" | "soft";
|
|
726
726
|
border: "subtle" | "underline" | "defined";
|
|
727
727
|
focus: "underline" | "glow" | "ring";
|
|
728
728
|
label: "above" | "inside";
|
|
@@ -738,7 +738,7 @@ export declare const mockThemes: {
|
|
|
738
738
|
hoverDecorationColorToken?: string | undefined;
|
|
739
739
|
underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
740
740
|
underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
|
|
741
|
-
underlineOffset?: "
|
|
741
|
+
underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
|
|
742
742
|
} | undefined;
|
|
743
743
|
} | undefined;
|
|
744
744
|
styles?: {
|
|
@@ -781,7 +781,7 @@ export declare const mockThemes: {
|
|
|
781
781
|
rotation?: 0 | 90 | 180 | 270 | undefined;
|
|
782
782
|
} | undefined;
|
|
783
783
|
} | null | undefined;
|
|
784
|
-
objectFit?: "fill" | "
|
|
784
|
+
objectFit?: "fill" | "fit" | "original" | "custom" | null | undefined;
|
|
785
785
|
scale?: string | null | undefined;
|
|
786
786
|
position?: string | null | undefined;
|
|
787
787
|
opacity?: number | null | undefined;
|
|
@@ -795,7 +795,7 @@ export declare const mockThemes: {
|
|
|
795
795
|
textColor?: string | null | undefined;
|
|
796
796
|
headingColor?: string | null | undefined;
|
|
797
797
|
} | null | undefined;
|
|
798
|
-
spacing?: "
|
|
798
|
+
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
799
799
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
800
800
|
tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
|
|
801
801
|
eyebrowTreatment?: "pill" | "plain" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
@@ -839,7 +839,7 @@ export declare const mockThemes: {
|
|
|
839
839
|
rotation?: 0 | 90 | 180 | 270 | undefined;
|
|
840
840
|
} | undefined;
|
|
841
841
|
} | null | undefined;
|
|
842
|
-
objectFit?: "fill" | "
|
|
842
|
+
objectFit?: "fill" | "fit" | "original" | "custom" | null | undefined;
|
|
843
843
|
scale?: string | null | undefined;
|
|
844
844
|
position?: string | null | undefined;
|
|
845
845
|
opacity?: number | null | undefined;
|
|
@@ -853,9 +853,9 @@ export declare const mockThemes: {
|
|
|
853
853
|
textColor?: string | null | undefined;
|
|
854
854
|
headingColor?: string | null | undefined;
|
|
855
855
|
} | null | undefined;
|
|
856
|
-
spacing?: "
|
|
856
|
+
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
857
857
|
raised?: boolean | null | undefined;
|
|
858
|
-
rounded?: "full" | "none" | "
|
|
858
|
+
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
859
859
|
fullWidth?: boolean | null | undefined;
|
|
860
860
|
} | null | undefined;
|
|
861
861
|
cardStyles?: {
|
|
@@ -897,7 +897,7 @@ export declare const mockThemes: {
|
|
|
897
897
|
rotation?: 0 | 90 | 180 | 270 | undefined;
|
|
898
898
|
} | undefined;
|
|
899
899
|
} | null | undefined;
|
|
900
|
-
objectFit?: "fill" | "
|
|
900
|
+
objectFit?: "fill" | "fit" | "original" | "custom" | null | undefined;
|
|
901
901
|
scale?: string | null | undefined;
|
|
902
902
|
position?: string | null | undefined;
|
|
903
903
|
opacity?: number | null | undefined;
|
|
@@ -916,9 +916,9 @@ export declare const mockThemes: {
|
|
|
916
916
|
width?: "1" | "2" | "3" | "none" | null | undefined;
|
|
917
917
|
colorToken?: string | null | undefined;
|
|
918
918
|
} | null | undefined;
|
|
919
|
-
spacing?: "
|
|
919
|
+
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
920
920
|
raised?: boolean | null | undefined;
|
|
921
|
-
rounded?: "full" | "none" | "
|
|
921
|
+
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
922
922
|
treatment?: "accent-quote" | null | undefined;
|
|
923
923
|
} | null | undefined;
|
|
924
924
|
} | undefined;
|
|
@@ -977,11 +977,11 @@ export declare const mockThemes: {
|
|
|
977
977
|
description: string;
|
|
978
978
|
rationale: string;
|
|
979
979
|
axes: {
|
|
980
|
-
tone: "
|
|
980
|
+
tone: "classic" | "bold" | "minimal";
|
|
981
981
|
energy: "calm" | "vibrant";
|
|
982
|
-
density: "
|
|
983
|
-
mediaBias: "
|
|
984
|
-
conversionBias: "low" | "
|
|
982
|
+
density: "compact" | "airy" | "regular";
|
|
983
|
+
mediaBias: "media" | "text" | "mixed";
|
|
984
|
+
conversionBias: "low" | "high" | "med";
|
|
985
985
|
motion: "standard" | "subtle" | "expressive";
|
|
986
986
|
};
|
|
987
987
|
palette: {
|
|
@@ -996,7 +996,7 @@ export declare const mockThemes: {
|
|
|
996
996
|
typography: {
|
|
997
997
|
body: {
|
|
998
998
|
family: string;
|
|
999
|
-
weight: "
|
|
999
|
+
weight: "medium" | "bold" | "light" | "regular" | "semibold";
|
|
1000
1000
|
letterSpacing: "tight" | "normal" | "loose";
|
|
1001
1001
|
lineHeight: "normal" | "loose" | "relaxed";
|
|
1002
1002
|
size: "md" | "lg" | "xl";
|
|
@@ -1004,63 +1004,63 @@ export declare const mockThemes: {
|
|
|
1004
1004
|
headings: {
|
|
1005
1005
|
default: {
|
|
1006
1006
|
family: string;
|
|
1007
|
-
weight: "
|
|
1007
|
+
weight: "medium" | "bold" | "light" | "regular" | "semibold";
|
|
1008
1008
|
letterSpacing: "tight" | "normal" | "loose";
|
|
1009
1009
|
lineHeight: "normal" | "loose" | "relaxed";
|
|
1010
|
-
case: "
|
|
1010
|
+
case: "uppercase" | "normal" | "smallCaps" | null;
|
|
1011
1011
|
italic: boolean | null;
|
|
1012
1012
|
colorToken?: string | null | undefined;
|
|
1013
1013
|
};
|
|
1014
1014
|
h1: {
|
|
1015
|
-
weight?: "
|
|
1015
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
1016
1016
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
1017
|
-
size?: "
|
|
1017
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
1018
1018
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
1019
1019
|
italic?: boolean | null | undefined;
|
|
1020
1020
|
colorToken?: string | null | undefined;
|
|
1021
1021
|
};
|
|
1022
1022
|
h2: {
|
|
1023
|
-
weight?: "
|
|
1023
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
1024
1024
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
1025
|
-
size?: "
|
|
1025
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
1026
1026
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
1027
1027
|
italic?: boolean | null | undefined;
|
|
1028
1028
|
colorToken?: string | null | undefined;
|
|
1029
1029
|
};
|
|
1030
1030
|
h3: {
|
|
1031
|
-
weight?: "
|
|
1031
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
1032
1032
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
1033
|
-
size?: "
|
|
1033
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
1034
1034
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
1035
1035
|
italic?: boolean | null | undefined;
|
|
1036
1036
|
colorToken?: string | null | undefined;
|
|
1037
1037
|
};
|
|
1038
1038
|
h4?: {
|
|
1039
|
-
weight?: "
|
|
1039
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
1040
1040
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
1041
|
-
size?: "
|
|
1041
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
1042
1042
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
1043
1043
|
italic?: boolean | null | undefined;
|
|
1044
1044
|
colorToken?: string | null | undefined;
|
|
1045
1045
|
} | undefined;
|
|
1046
1046
|
h5?: {
|
|
1047
|
-
weight?: "
|
|
1047
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
1048
1048
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
1049
|
-
size?: "
|
|
1049
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
1050
1050
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
1051
1051
|
italic?: boolean | null | undefined;
|
|
1052
1052
|
colorToken?: string | null | undefined;
|
|
1053
1053
|
} | undefined;
|
|
1054
1054
|
h6?: {
|
|
1055
|
-
weight?: "
|
|
1055
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
1056
1056
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
1057
|
-
size?: "
|
|
1057
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
1058
1058
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
1059
1059
|
italic?: boolean | null | undefined;
|
|
1060
1060
|
colorToken?: string | null | undefined;
|
|
1061
1061
|
} | undefined;
|
|
1062
1062
|
};
|
|
1063
|
-
scale: "compact" | "
|
|
1063
|
+
scale: "compact" | "spacious" | "balanced" | "minorThird" | "majorThird" | "perfectFourth";
|
|
1064
1064
|
proseLinkStyle?: {
|
|
1065
1065
|
colorToken?: string | undefined;
|
|
1066
1066
|
hoverColorToken?: string | undefined;
|
|
@@ -1069,7 +1069,7 @@ export declare const mockThemes: {
|
|
|
1069
1069
|
hoverDecorationColorToken?: string | undefined;
|
|
1070
1070
|
underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
1071
1071
|
underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
|
|
1072
|
-
underlineOffset?: "
|
|
1072
|
+
underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
|
|
1073
1073
|
} | undefined;
|
|
1074
1074
|
};
|
|
1075
1075
|
space: "standard" | "comfortable" | "dense";
|
|
@@ -1078,18 +1078,18 @@ export declare const mockThemes: {
|
|
|
1078
1078
|
style: "solid" | "dashed";
|
|
1079
1079
|
};
|
|
1080
1080
|
shadow: {
|
|
1081
|
-
elevation: "
|
|
1082
|
-
softness: "
|
|
1081
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
1082
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
1083
1083
|
position: "bottom" | "bottom-right";
|
|
1084
1084
|
};
|
|
1085
1085
|
motion: {
|
|
1086
|
-
level: "
|
|
1086
|
+
level: "medium" | "low" | "high" | "off";
|
|
1087
1087
|
easing: "standard" | "snappy" | "gentle" | null;
|
|
1088
1088
|
};
|
|
1089
|
-
corners: "
|
|
1089
|
+
corners: "rounded" | "square" | "pill" | "soft";
|
|
1090
1090
|
header: {
|
|
1091
|
-
variant: "classic" | "
|
|
1092
|
-
positioning: "
|
|
1091
|
+
variant: "classic" | "centered" | "transparent" | "floating" | "editorial";
|
|
1092
|
+
positioning: "static" | "fixed" | "sticky";
|
|
1093
1093
|
shrinkOnScroll: boolean;
|
|
1094
1094
|
maxWidth: "full" | "container";
|
|
1095
1095
|
background: {
|
|
@@ -1140,8 +1140,8 @@ export declare const mockThemes: {
|
|
|
1140
1140
|
} | null | undefined;
|
|
1141
1141
|
textColor?: string | null | undefined;
|
|
1142
1142
|
};
|
|
1143
|
-
navStyle: "
|
|
1144
|
-
navWeight: "
|
|
1143
|
+
navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
|
|
1144
|
+
navWeight: "medium" | "bold" | "regular" | "semibold";
|
|
1145
1145
|
navContainer: {
|
|
1146
1146
|
type: "none" | "pill" | "glass";
|
|
1147
1147
|
opacity: number;
|
|
@@ -1184,30 +1184,30 @@ export declare const mockThemes: {
|
|
|
1184
1184
|
textColor?: string | null | undefined;
|
|
1185
1185
|
navColor?: string | null | undefined;
|
|
1186
1186
|
container?: {
|
|
1187
|
-
rounded: "none" | "
|
|
1187
|
+
rounded: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
1188
1188
|
border: boolean;
|
|
1189
1189
|
shadow: boolean;
|
|
1190
|
-
padding: "
|
|
1190
|
+
padding: "sm" | "md" | "lg";
|
|
1191
1191
|
opacity: number;
|
|
1192
1192
|
tint?: string | null | undefined;
|
|
1193
1193
|
} | undefined;
|
|
1194
1194
|
border?: {
|
|
1195
|
-
width: "
|
|
1195
|
+
width: "medium" | "none" | "thin" | "thick" | "hairline";
|
|
1196
1196
|
style: "solid" | "dashed";
|
|
1197
|
-
position: "none" | "
|
|
1197
|
+
position: "none" | "both" | "top" | "bottom";
|
|
1198
1198
|
colorToken?: string | undefined;
|
|
1199
1199
|
} | undefined;
|
|
1200
1200
|
shadow?: {
|
|
1201
|
-
elevation: "none" | "
|
|
1201
|
+
elevation: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
1202
1202
|
} | undefined;
|
|
1203
1203
|
logo?: {
|
|
1204
1204
|
fontFamily: "body" | "heading";
|
|
1205
|
-
letterSpacing: "
|
|
1205
|
+
letterSpacing: "wide" | "normal" | "wider" | "widest";
|
|
1206
1206
|
gradient: boolean;
|
|
1207
1207
|
} | undefined;
|
|
1208
1208
|
logoText?: {
|
|
1209
1209
|
mobileWrapLines?: 1 | 2 | undefined;
|
|
1210
|
-
mobileMaxWidth?: "
|
|
1210
|
+
mobileMaxWidth?: "sm" | "md" | "xs" | undefined;
|
|
1211
1211
|
hideOnShrink?: boolean | undefined;
|
|
1212
1212
|
} | undefined;
|
|
1213
1213
|
navEffects?: {
|
|
@@ -1218,16 +1218,16 @@ export declare const mockThemes: {
|
|
|
1218
1218
|
} | undefined;
|
|
1219
1219
|
navLinkStyle?: {
|
|
1220
1220
|
colorToken: string;
|
|
1221
|
-
padding: "
|
|
1222
|
-
borderRadius: "full" | "none" | "
|
|
1221
|
+
padding: "none" | "compact" | "default";
|
|
1222
|
+
borderRadius: "full" | "none" | "sm" | "md";
|
|
1223
1223
|
typography: "body" | "heading";
|
|
1224
|
-
fontWeight: "
|
|
1224
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold";
|
|
1225
1225
|
textTransform: "none" | "uppercase" | "capitalize";
|
|
1226
1226
|
italic: boolean;
|
|
1227
|
-
textSize?: "
|
|
1228
|
-
letterSpacing?: "
|
|
1227
|
+
textSize?: "base" | "sm" | "lg" | "xs" | undefined;
|
|
1228
|
+
letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
|
|
1229
1229
|
hoverColorToken?: string | null | undefined;
|
|
1230
|
-
paddingX?: "
|
|
1230
|
+
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
1231
1231
|
effects?: {
|
|
1232
1232
|
base?: {
|
|
1233
1233
|
effectId: string;
|
|
@@ -1248,25 +1248,25 @@ export declare const mockThemes: {
|
|
|
1248
1248
|
} | undefined;
|
|
1249
1249
|
name?: string | undefined;
|
|
1250
1250
|
} | undefined;
|
|
1251
|
-
ctaGap?: "
|
|
1252
|
-
ctaTreatment?: "
|
|
1251
|
+
ctaGap?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
1252
|
+
ctaTreatment?: "primary" | "secondary" | "outline" | "default" | "ghost" | "inverted" | undefined;
|
|
1253
1253
|
ctaVariant?: string | undefined;
|
|
1254
1254
|
dropdownStyle?: {
|
|
1255
1255
|
background: string;
|
|
1256
1256
|
textColor: string;
|
|
1257
1257
|
borderColor: string | null;
|
|
1258
|
-
shadow: "none" | "
|
|
1259
|
-
borderRadius: "none" | "
|
|
1258
|
+
shadow: "none" | "sm" | "md" | "lg";
|
|
1259
|
+
borderRadius: "none" | "sm" | "md" | "lg";
|
|
1260
1260
|
textTransform: "none" | "uppercase" | "capitalize";
|
|
1261
|
-
letterSpacing: "
|
|
1261
|
+
letterSpacing: "wide" | "normal" | "wider";
|
|
1262
1262
|
hoverBackground?: string | null | undefined;
|
|
1263
1263
|
hoverTextColor?: string | null | undefined;
|
|
1264
|
-
fontWeight?: "
|
|
1265
|
-
textSize?: "
|
|
1264
|
+
fontWeight?: "medium" | "bold" | "regular" | "semibold" | undefined;
|
|
1265
|
+
textSize?: "base" | "sm" | "lg" | "xs" | undefined;
|
|
1266
1266
|
} | undefined;
|
|
1267
1267
|
};
|
|
1268
1268
|
footer: {
|
|
1269
|
-
variant: "
|
|
1269
|
+
variant: "columns" | "split" | "simple";
|
|
1270
1270
|
maxWidth: "full" | "container";
|
|
1271
1271
|
background: {
|
|
1272
1272
|
type: "image" | "color" | "gradient";
|
|
@@ -1316,23 +1316,23 @@ export declare const mockThemes: {
|
|
|
1316
1316
|
} | null | undefined;
|
|
1317
1317
|
textColor?: string | null | undefined;
|
|
1318
1318
|
};
|
|
1319
|
-
navStyle: "
|
|
1320
|
-
navWeight: "
|
|
1321
|
-
mode?: "
|
|
1319
|
+
navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
|
|
1320
|
+
navWeight: "medium" | "bold" | "regular" | "semibold";
|
|
1321
|
+
mode?: "none" | "default" | "blocks" | "default+blocks" | undefined;
|
|
1322
1322
|
showLogoText?: boolean | undefined;
|
|
1323
1323
|
navColor?: string | null | undefined;
|
|
1324
1324
|
navLinkStyle?: {
|
|
1325
1325
|
colorToken: string;
|
|
1326
|
-
padding: "
|
|
1327
|
-
borderRadius: "full" | "none" | "
|
|
1326
|
+
padding: "none" | "compact" | "default";
|
|
1327
|
+
borderRadius: "full" | "none" | "sm" | "md";
|
|
1328
1328
|
typography: "body" | "heading";
|
|
1329
|
-
fontWeight: "
|
|
1329
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold";
|
|
1330
1330
|
textTransform: "none" | "uppercase" | "capitalize";
|
|
1331
1331
|
italic: boolean;
|
|
1332
|
-
textSize?: "
|
|
1333
|
-
letterSpacing?: "
|
|
1332
|
+
textSize?: "base" | "sm" | "lg" | "xs" | undefined;
|
|
1333
|
+
letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
|
|
1334
1334
|
hoverColorToken?: string | null | undefined;
|
|
1335
|
-
paddingX?: "
|
|
1335
|
+
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
1336
1336
|
effects?: {
|
|
1337
1337
|
base?: {
|
|
1338
1338
|
effectId: string;
|
|
@@ -1360,19 +1360,19 @@ export declare const mockThemes: {
|
|
|
1360
1360
|
underline?: boolean | undefined;
|
|
1361
1361
|
} | undefined;
|
|
1362
1362
|
navLayout?: {
|
|
1363
|
-
layout?: "
|
|
1364
|
-
align?: "
|
|
1365
|
-
gapX?: "
|
|
1366
|
-
gapY?: "
|
|
1363
|
+
layout?: "inline" | "stack" | "inline-wrap" | undefined;
|
|
1364
|
+
align?: "center" | "start" | "end" | "space-between" | undefined;
|
|
1365
|
+
gapX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
1366
|
+
gapY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
1367
1367
|
columns?: number | undefined;
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
logo?: {
|
|
1370
1370
|
showLogo: boolean;
|
|
1371
1371
|
showLogoText?: boolean | undefined;
|
|
1372
1372
|
placement?: "left" | "right" | "above" | "below" | undefined;
|
|
1373
|
-
size?: "
|
|
1374
|
-
maxHeight?: "
|
|
1375
|
-
align?: "
|
|
1373
|
+
size?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
1374
|
+
maxHeight?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
1375
|
+
align?: "center" | "start" | "end" | undefined;
|
|
1376
1376
|
} | undefined;
|
|
1377
1377
|
bottomBar?: {
|
|
1378
1378
|
enabled?: boolean | undefined;
|
|
@@ -1427,15 +1427,15 @@ export declare const mockThemes: {
|
|
|
1427
1427
|
} | undefined;
|
|
1428
1428
|
textColor?: string | null | undefined;
|
|
1429
1429
|
textAlign?: "center" | "left" | "right" | undefined;
|
|
1430
|
-
paddingY?: "
|
|
1431
|
-
paddingX?: "
|
|
1430
|
+
paddingY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
1431
|
+
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
1432
1432
|
borderTop?: {
|
|
1433
1433
|
colorToken?: string | null | undefined;
|
|
1434
|
-
width?: "
|
|
1434
|
+
width?: "medium" | "none" | "thin" | "thick" | undefined;
|
|
1435
1435
|
} | undefined;
|
|
1436
1436
|
} | undefined;
|
|
1437
1437
|
};
|
|
1438
|
-
siteStyleId?: import("
|
|
1438
|
+
siteStyleId?: import("../../../blocks/src/index").SiteStyleId | undefined;
|
|
1439
1439
|
gradients?: {
|
|
1440
1440
|
button?: string | null | undefined;
|
|
1441
1441
|
hero?: string | null | undefined;
|
|
@@ -1443,32 +1443,32 @@ export declare const mockThemes: {
|
|
|
1443
1443
|
} | undefined;
|
|
1444
1444
|
layout?: {
|
|
1445
1445
|
containerPadding?: {
|
|
1446
|
-
mobile?: "
|
|
1447
|
-
tablet?: "
|
|
1448
|
-
desktop?: "
|
|
1446
|
+
mobile?: "compact" | "default" | "tight" | "relaxed" | undefined;
|
|
1447
|
+
tablet?: "compact" | "default" | "tight" | "relaxed" | undefined;
|
|
1448
|
+
desktop?: "compact" | "default" | "tight" | "relaxed" | undefined;
|
|
1449
1449
|
} | undefined;
|
|
1450
1450
|
} | undefined;
|
|
1451
1451
|
hero?: {
|
|
1452
1452
|
typography?: {
|
|
1453
|
-
headlineSize?: "
|
|
1453
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
1454
1454
|
headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
1455
|
-
subheadlineSize?: "
|
|
1455
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
1456
1456
|
subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
1457
|
-
microHeadlineSize?: "
|
|
1457
|
+
microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
1458
1458
|
microHeadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
1459
|
-
microSubheadlineSize?: "
|
|
1459
|
+
microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
1460
1460
|
microSubheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
1461
1461
|
responsive?: {
|
|
1462
1462
|
tablet?: {
|
|
1463
|
-
headlineSize?: "
|
|
1463
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
1464
1464
|
headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
1465
|
-
subheadlineSize?: "
|
|
1465
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
1466
1466
|
subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
1467
1467
|
} | undefined;
|
|
1468
1468
|
mobile?: {
|
|
1469
|
-
headlineSize?: "
|
|
1469
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
1470
1470
|
headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
1471
|
-
subheadlineSize?: "
|
|
1471
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
1472
1472
|
subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
1473
1473
|
} | undefined;
|
|
1474
1474
|
} | undefined;
|
|
@@ -1482,10 +1482,10 @@ export declare const mockThemes: {
|
|
|
1482
1482
|
} | undefined;
|
|
1483
1483
|
buttons?: {
|
|
1484
1484
|
global: {
|
|
1485
|
-
cornerStyle: "
|
|
1486
|
-
shadow: "
|
|
1487
|
-
textTransform: "none" | "uppercase" | "
|
|
1488
|
-
fontWeight:
|
|
1485
|
+
cornerStyle: "rounded" | "square" | "pill";
|
|
1486
|
+
shadow: "medium" | "none" | "low" | "high";
|
|
1487
|
+
textTransform: "none" | "uppercase" | "lowercase" | "capitalize";
|
|
1488
|
+
fontWeight: 600 | 500 | 700;
|
|
1489
1489
|
borderWidth: 1 | 2 | 3;
|
|
1490
1490
|
hoverTransform: "none" | "scale" | "lift" | "press";
|
|
1491
1491
|
hoverColor: "none" | "token" | "brighten" | "darken" | "saturate";
|
|
@@ -1494,7 +1494,7 @@ export declare const mockThemes: {
|
|
|
1494
1494
|
fontSize?: string | undefined;
|
|
1495
1495
|
letterSpacing?: "tight" | "normal" | "loose" | undefined;
|
|
1496
1496
|
italic?: boolean | undefined;
|
|
1497
|
-
paddingPreset?: "
|
|
1497
|
+
paddingPreset?: "compact" | "spacious" | "default" | undefined;
|
|
1498
1498
|
hoverColorToken?: string | undefined;
|
|
1499
1499
|
gradientStyle?: "linear" | "radial" | "conic" | undefined;
|
|
1500
1500
|
gradientAngle?: number | undefined;
|
|
@@ -1518,8 +1518,8 @@ export declare const mockThemes: {
|
|
|
1518
1518
|
textColorToken: string;
|
|
1519
1519
|
borderRadius?: string | undefined;
|
|
1520
1520
|
shadow?: {
|
|
1521
|
-
elevation: "
|
|
1522
|
-
softness: "
|
|
1521
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
1522
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
1523
1523
|
position: "bottom" | "bottom-right";
|
|
1524
1524
|
} | undefined;
|
|
1525
1525
|
border?: {
|
|
@@ -1600,13 +1600,13 @@ export declare const mockThemes: {
|
|
|
1600
1600
|
} | {
|
|
1601
1601
|
type: "transparent";
|
|
1602
1602
|
};
|
|
1603
|
-
spacing: "
|
|
1603
|
+
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
1604
1604
|
shadow?: {
|
|
1605
|
-
elevation: "
|
|
1606
|
-
softness: "
|
|
1605
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
1606
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
1607
1607
|
position: "bottom" | "bottom-right";
|
|
1608
1608
|
} | undefined;
|
|
1609
|
-
corners?: "
|
|
1609
|
+
corners?: "rounded" | "square" | "pill" | "soft" | undefined;
|
|
1610
1610
|
border?: {
|
|
1611
1611
|
widthClass: string;
|
|
1612
1612
|
colorToken: string;
|
|
@@ -1618,25 +1618,25 @@ export declare const mockThemes: {
|
|
|
1618
1618
|
type: "solid";
|
|
1619
1619
|
colorToken: string;
|
|
1620
1620
|
};
|
|
1621
|
-
spacing: "
|
|
1622
|
-
corners: "
|
|
1621
|
+
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
1622
|
+
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
1623
1623
|
border: {
|
|
1624
1624
|
widthClass: string;
|
|
1625
1625
|
colorToken: string;
|
|
1626
1626
|
} | null;
|
|
1627
1627
|
shadow: {
|
|
1628
|
-
elevation: "
|
|
1629
|
-
softness: "
|
|
1628
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
1629
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
1630
1630
|
position: "bottom" | "bottom-right";
|
|
1631
1631
|
} | null;
|
|
1632
1632
|
icon: {
|
|
1633
1633
|
style: "plus-minus" | "chevron" | "caret" | "arrow" | "circle-plus-minus";
|
|
1634
1634
|
position: "left" | "right";
|
|
1635
|
-
size: "
|
|
1635
|
+
size: "sm" | "md" | "lg";
|
|
1636
1636
|
};
|
|
1637
1637
|
trigger: {
|
|
1638
1638
|
textColorToken: string;
|
|
1639
|
-
fontWeight: "
|
|
1639
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold" | null;
|
|
1640
1640
|
};
|
|
1641
1641
|
hover: {
|
|
1642
1642
|
backgroundColorToken?: string | undefined;
|
|
@@ -1661,20 +1661,20 @@ export declare const mockThemes: {
|
|
|
1661
1661
|
colorToken: string;
|
|
1662
1662
|
style?: "all" | "underline" | undefined;
|
|
1663
1663
|
};
|
|
1664
|
-
corners: "
|
|
1664
|
+
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
1665
1665
|
shadow: {
|
|
1666
|
-
elevation: "
|
|
1667
|
-
softness: "
|
|
1666
|
+
elevation: "medium" | "none" | "low";
|
|
1667
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
1668
1668
|
} | null;
|
|
1669
|
-
spacing: "
|
|
1670
|
-
fontSize: "
|
|
1669
|
+
spacing: "medium" | "compact" | "cozy" | "comfortable";
|
|
1670
|
+
fontSize: "base" | "sm" | "lg";
|
|
1671
1671
|
};
|
|
1672
1672
|
label: {
|
|
1673
1673
|
textColorToken: string;
|
|
1674
|
-
fontWeight: "
|
|
1675
|
-
fontSize: "
|
|
1676
|
-
textTransform?: "none" | "uppercase" | "
|
|
1677
|
-
letterSpacing?: "
|
|
1674
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold" | "black";
|
|
1675
|
+
fontSize: "base" | "sm" | "2xs" | "xs";
|
|
1676
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
1677
|
+
letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
|
|
1678
1678
|
opacity?: number | undefined;
|
|
1679
1679
|
};
|
|
1680
1680
|
focus: {
|
|
@@ -1693,7 +1693,7 @@ export declare const mockThemes: {
|
|
|
1693
1693
|
};
|
|
1694
1694
|
} | undefined;
|
|
1695
1695
|
inputStyle?: {
|
|
1696
|
-
shape: "
|
|
1696
|
+
shape: "rounded" | "square" | "pill" | "soft";
|
|
1697
1697
|
border: "subtle" | "underline" | "defined";
|
|
1698
1698
|
focus: "underline" | "glow" | "ring";
|
|
1699
1699
|
label: "above" | "inside";
|
|
@@ -1709,7 +1709,7 @@ export declare const mockThemes: {
|
|
|
1709
1709
|
hoverDecorationColorToken?: string | undefined;
|
|
1710
1710
|
underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
1711
1711
|
underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
|
|
1712
|
-
underlineOffset?: "
|
|
1712
|
+
underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
|
|
1713
1713
|
} | undefined;
|
|
1714
1714
|
} | undefined;
|
|
1715
1715
|
styles?: {
|
|
@@ -1752,7 +1752,7 @@ export declare const mockThemes: {
|
|
|
1752
1752
|
rotation?: 0 | 90 | 180 | 270 | undefined;
|
|
1753
1753
|
} | undefined;
|
|
1754
1754
|
} | null | undefined;
|
|
1755
|
-
objectFit?: "fill" | "
|
|
1755
|
+
objectFit?: "fill" | "fit" | "original" | "custom" | null | undefined;
|
|
1756
1756
|
scale?: string | null | undefined;
|
|
1757
1757
|
position?: string | null | undefined;
|
|
1758
1758
|
opacity?: number | null | undefined;
|
|
@@ -1766,7 +1766,7 @@ export declare const mockThemes: {
|
|
|
1766
1766
|
textColor?: string | null | undefined;
|
|
1767
1767
|
headingColor?: string | null | undefined;
|
|
1768
1768
|
} | null | undefined;
|
|
1769
|
-
spacing?: "
|
|
1769
|
+
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
1770
1770
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
1771
1771
|
tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
|
|
1772
1772
|
eyebrowTreatment?: "pill" | "plain" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
@@ -1810,7 +1810,7 @@ export declare const mockThemes: {
|
|
|
1810
1810
|
rotation?: 0 | 90 | 180 | 270 | undefined;
|
|
1811
1811
|
} | undefined;
|
|
1812
1812
|
} | null | undefined;
|
|
1813
|
-
objectFit?: "fill" | "
|
|
1813
|
+
objectFit?: "fill" | "fit" | "original" | "custom" | null | undefined;
|
|
1814
1814
|
scale?: string | null | undefined;
|
|
1815
1815
|
position?: string | null | undefined;
|
|
1816
1816
|
opacity?: number | null | undefined;
|
|
@@ -1824,9 +1824,9 @@ export declare const mockThemes: {
|
|
|
1824
1824
|
textColor?: string | null | undefined;
|
|
1825
1825
|
headingColor?: string | null | undefined;
|
|
1826
1826
|
} | null | undefined;
|
|
1827
|
-
spacing?: "
|
|
1827
|
+
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
1828
1828
|
raised?: boolean | null | undefined;
|
|
1829
|
-
rounded?: "full" | "none" | "
|
|
1829
|
+
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
1830
1830
|
fullWidth?: boolean | null | undefined;
|
|
1831
1831
|
} | null | undefined;
|
|
1832
1832
|
cardStyles?: {
|
|
@@ -1868,7 +1868,7 @@ export declare const mockThemes: {
|
|
|
1868
1868
|
rotation?: 0 | 90 | 180 | 270 | undefined;
|
|
1869
1869
|
} | undefined;
|
|
1870
1870
|
} | null | undefined;
|
|
1871
|
-
objectFit?: "fill" | "
|
|
1871
|
+
objectFit?: "fill" | "fit" | "original" | "custom" | null | undefined;
|
|
1872
1872
|
scale?: string | null | undefined;
|
|
1873
1873
|
position?: string | null | undefined;
|
|
1874
1874
|
opacity?: number | null | undefined;
|
|
@@ -1887,9 +1887,9 @@ export declare const mockThemes: {
|
|
|
1887
1887
|
width?: "1" | "2" | "3" | "none" | null | undefined;
|
|
1888
1888
|
colorToken?: string | null | undefined;
|
|
1889
1889
|
} | null | undefined;
|
|
1890
|
-
spacing?: "
|
|
1890
|
+
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
1891
1891
|
raised?: boolean | null | undefined;
|
|
1892
|
-
rounded?: "full" | "none" | "
|
|
1892
|
+
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
1893
1893
|
treatment?: "accent-quote" | null | undefined;
|
|
1894
1894
|
} | null | undefined;
|
|
1895
1895
|
} | undefined;
|
|
@@ -1948,11 +1948,11 @@ export declare const mockThemes: {
|
|
|
1948
1948
|
description: string;
|
|
1949
1949
|
rationale: string;
|
|
1950
1950
|
axes: {
|
|
1951
|
-
tone: "
|
|
1951
|
+
tone: "classic" | "bold" | "minimal";
|
|
1952
1952
|
energy: "calm" | "vibrant";
|
|
1953
|
-
density: "
|
|
1954
|
-
mediaBias: "
|
|
1955
|
-
conversionBias: "low" | "
|
|
1953
|
+
density: "compact" | "airy" | "regular";
|
|
1954
|
+
mediaBias: "media" | "text" | "mixed";
|
|
1955
|
+
conversionBias: "low" | "high" | "med";
|
|
1956
1956
|
motion: "standard" | "subtle" | "expressive";
|
|
1957
1957
|
};
|
|
1958
1958
|
palette: {
|
|
@@ -1967,7 +1967,7 @@ export declare const mockThemes: {
|
|
|
1967
1967
|
typography: {
|
|
1968
1968
|
body: {
|
|
1969
1969
|
family: string;
|
|
1970
|
-
weight: "
|
|
1970
|
+
weight: "medium" | "bold" | "light" | "regular" | "semibold";
|
|
1971
1971
|
letterSpacing: "tight" | "normal" | "loose";
|
|
1972
1972
|
lineHeight: "normal" | "loose" | "relaxed";
|
|
1973
1973
|
size: "md" | "lg" | "xl";
|
|
@@ -1975,63 +1975,63 @@ export declare const mockThemes: {
|
|
|
1975
1975
|
headings: {
|
|
1976
1976
|
default: {
|
|
1977
1977
|
family: string;
|
|
1978
|
-
weight: "
|
|
1978
|
+
weight: "medium" | "bold" | "light" | "regular" | "semibold";
|
|
1979
1979
|
letterSpacing: "tight" | "normal" | "loose";
|
|
1980
1980
|
lineHeight: "normal" | "loose" | "relaxed";
|
|
1981
|
-
case: "
|
|
1981
|
+
case: "uppercase" | "normal" | "smallCaps" | null;
|
|
1982
1982
|
italic: boolean | null;
|
|
1983
1983
|
colorToken?: string | null | undefined;
|
|
1984
1984
|
};
|
|
1985
1985
|
h1: {
|
|
1986
|
-
weight?: "
|
|
1986
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
1987
1987
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
1988
|
-
size?: "
|
|
1988
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
1989
1989
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
1990
1990
|
italic?: boolean | null | undefined;
|
|
1991
1991
|
colorToken?: string | null | undefined;
|
|
1992
1992
|
};
|
|
1993
1993
|
h2: {
|
|
1994
|
-
weight?: "
|
|
1994
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
1995
1995
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
1996
|
-
size?: "
|
|
1996
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
1997
1997
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
1998
1998
|
italic?: boolean | null | undefined;
|
|
1999
1999
|
colorToken?: string | null | undefined;
|
|
2000
2000
|
};
|
|
2001
2001
|
h3: {
|
|
2002
|
-
weight?: "
|
|
2002
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
2003
2003
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
2004
|
-
size?: "
|
|
2004
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
2005
2005
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
2006
2006
|
italic?: boolean | null | undefined;
|
|
2007
2007
|
colorToken?: string | null | undefined;
|
|
2008
2008
|
};
|
|
2009
2009
|
h4?: {
|
|
2010
|
-
weight?: "
|
|
2010
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
2011
2011
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
2012
|
-
size?: "
|
|
2012
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
2013
2013
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
2014
2014
|
italic?: boolean | null | undefined;
|
|
2015
2015
|
colorToken?: string | null | undefined;
|
|
2016
2016
|
} | undefined;
|
|
2017
2017
|
h5?: {
|
|
2018
|
-
weight?: "
|
|
2018
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
2019
2019
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
2020
|
-
size?: "
|
|
2020
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
2021
2021
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
2022
2022
|
italic?: boolean | null | undefined;
|
|
2023
2023
|
colorToken?: string | null | undefined;
|
|
2024
2024
|
} | undefined;
|
|
2025
2025
|
h6?: {
|
|
2026
|
-
weight?: "
|
|
2026
|
+
weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
|
|
2027
2027
|
letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
|
|
2028
|
-
size?: "
|
|
2028
|
+
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
|
|
2029
2029
|
lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
|
|
2030
2030
|
italic?: boolean | null | undefined;
|
|
2031
2031
|
colorToken?: string | null | undefined;
|
|
2032
2032
|
} | undefined;
|
|
2033
2033
|
};
|
|
2034
|
-
scale: "compact" | "
|
|
2034
|
+
scale: "compact" | "spacious" | "balanced" | "minorThird" | "majorThird" | "perfectFourth";
|
|
2035
2035
|
proseLinkStyle?: {
|
|
2036
2036
|
colorToken?: string | undefined;
|
|
2037
2037
|
hoverColorToken?: string | undefined;
|
|
@@ -2040,7 +2040,7 @@ export declare const mockThemes: {
|
|
|
2040
2040
|
hoverDecorationColorToken?: string | undefined;
|
|
2041
2041
|
underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
2042
2042
|
underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
|
|
2043
|
-
underlineOffset?: "
|
|
2043
|
+
underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
|
|
2044
2044
|
} | undefined;
|
|
2045
2045
|
};
|
|
2046
2046
|
space: "standard" | "comfortable" | "dense";
|
|
@@ -2049,18 +2049,18 @@ export declare const mockThemes: {
|
|
|
2049
2049
|
style: "solid" | "dashed";
|
|
2050
2050
|
};
|
|
2051
2051
|
shadow: {
|
|
2052
|
-
elevation: "
|
|
2053
|
-
softness: "
|
|
2052
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
2053
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
2054
2054
|
position: "bottom" | "bottom-right";
|
|
2055
2055
|
};
|
|
2056
2056
|
motion: {
|
|
2057
|
-
level: "
|
|
2057
|
+
level: "medium" | "low" | "high" | "off";
|
|
2058
2058
|
easing: "standard" | "snappy" | "gentle" | null;
|
|
2059
2059
|
};
|
|
2060
|
-
corners: "
|
|
2060
|
+
corners: "rounded" | "square" | "pill" | "soft";
|
|
2061
2061
|
header: {
|
|
2062
|
-
variant: "classic" | "
|
|
2063
|
-
positioning: "
|
|
2062
|
+
variant: "classic" | "centered" | "transparent" | "floating" | "editorial";
|
|
2063
|
+
positioning: "static" | "fixed" | "sticky";
|
|
2064
2064
|
shrinkOnScroll: boolean;
|
|
2065
2065
|
maxWidth: "full" | "container";
|
|
2066
2066
|
background: {
|
|
@@ -2111,8 +2111,8 @@ export declare const mockThemes: {
|
|
|
2111
2111
|
} | null | undefined;
|
|
2112
2112
|
textColor?: string | null | undefined;
|
|
2113
2113
|
};
|
|
2114
|
-
navStyle: "
|
|
2115
|
-
navWeight: "
|
|
2114
|
+
navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
|
|
2115
|
+
navWeight: "medium" | "bold" | "regular" | "semibold";
|
|
2116
2116
|
navContainer: {
|
|
2117
2117
|
type: "none" | "pill" | "glass";
|
|
2118
2118
|
opacity: number;
|
|
@@ -2155,30 +2155,30 @@ export declare const mockThemes: {
|
|
|
2155
2155
|
textColor?: string | null | undefined;
|
|
2156
2156
|
navColor?: string | null | undefined;
|
|
2157
2157
|
container?: {
|
|
2158
|
-
rounded: "none" | "
|
|
2158
|
+
rounded: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
2159
2159
|
border: boolean;
|
|
2160
2160
|
shadow: boolean;
|
|
2161
|
-
padding: "
|
|
2161
|
+
padding: "sm" | "md" | "lg";
|
|
2162
2162
|
opacity: number;
|
|
2163
2163
|
tint?: string | null | undefined;
|
|
2164
2164
|
} | undefined;
|
|
2165
2165
|
border?: {
|
|
2166
|
-
width: "
|
|
2166
|
+
width: "medium" | "none" | "thin" | "thick" | "hairline";
|
|
2167
2167
|
style: "solid" | "dashed";
|
|
2168
|
-
position: "none" | "
|
|
2168
|
+
position: "none" | "both" | "top" | "bottom";
|
|
2169
2169
|
colorToken?: string | undefined;
|
|
2170
2170
|
} | undefined;
|
|
2171
2171
|
shadow?: {
|
|
2172
|
-
elevation: "none" | "
|
|
2172
|
+
elevation: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
2173
2173
|
} | undefined;
|
|
2174
2174
|
logo?: {
|
|
2175
2175
|
fontFamily: "body" | "heading";
|
|
2176
|
-
letterSpacing: "
|
|
2176
|
+
letterSpacing: "wide" | "normal" | "wider" | "widest";
|
|
2177
2177
|
gradient: boolean;
|
|
2178
2178
|
} | undefined;
|
|
2179
2179
|
logoText?: {
|
|
2180
2180
|
mobileWrapLines?: 1 | 2 | undefined;
|
|
2181
|
-
mobileMaxWidth?: "
|
|
2181
|
+
mobileMaxWidth?: "sm" | "md" | "xs" | undefined;
|
|
2182
2182
|
hideOnShrink?: boolean | undefined;
|
|
2183
2183
|
} | undefined;
|
|
2184
2184
|
navEffects?: {
|
|
@@ -2189,16 +2189,16 @@ export declare const mockThemes: {
|
|
|
2189
2189
|
} | undefined;
|
|
2190
2190
|
navLinkStyle?: {
|
|
2191
2191
|
colorToken: string;
|
|
2192
|
-
padding: "
|
|
2193
|
-
borderRadius: "full" | "none" | "
|
|
2192
|
+
padding: "none" | "compact" | "default";
|
|
2193
|
+
borderRadius: "full" | "none" | "sm" | "md";
|
|
2194
2194
|
typography: "body" | "heading";
|
|
2195
|
-
fontWeight: "
|
|
2195
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold";
|
|
2196
2196
|
textTransform: "none" | "uppercase" | "capitalize";
|
|
2197
2197
|
italic: boolean;
|
|
2198
|
-
textSize?: "
|
|
2199
|
-
letterSpacing?: "
|
|
2198
|
+
textSize?: "base" | "sm" | "lg" | "xs" | undefined;
|
|
2199
|
+
letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
|
|
2200
2200
|
hoverColorToken?: string | null | undefined;
|
|
2201
|
-
paddingX?: "
|
|
2201
|
+
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
2202
2202
|
effects?: {
|
|
2203
2203
|
base?: {
|
|
2204
2204
|
effectId: string;
|
|
@@ -2219,25 +2219,25 @@ export declare const mockThemes: {
|
|
|
2219
2219
|
} | undefined;
|
|
2220
2220
|
name?: string | undefined;
|
|
2221
2221
|
} | undefined;
|
|
2222
|
-
ctaGap?: "
|
|
2223
|
-
ctaTreatment?: "
|
|
2222
|
+
ctaGap?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
2223
|
+
ctaTreatment?: "primary" | "secondary" | "outline" | "default" | "ghost" | "inverted" | undefined;
|
|
2224
2224
|
ctaVariant?: string | undefined;
|
|
2225
2225
|
dropdownStyle?: {
|
|
2226
2226
|
background: string;
|
|
2227
2227
|
textColor: string;
|
|
2228
2228
|
borderColor: string | null;
|
|
2229
|
-
shadow: "none" | "
|
|
2230
|
-
borderRadius: "none" | "
|
|
2229
|
+
shadow: "none" | "sm" | "md" | "lg";
|
|
2230
|
+
borderRadius: "none" | "sm" | "md" | "lg";
|
|
2231
2231
|
textTransform: "none" | "uppercase" | "capitalize";
|
|
2232
|
-
letterSpacing: "
|
|
2232
|
+
letterSpacing: "wide" | "normal" | "wider";
|
|
2233
2233
|
hoverBackground?: string | null | undefined;
|
|
2234
2234
|
hoverTextColor?: string | null | undefined;
|
|
2235
|
-
fontWeight?: "
|
|
2236
|
-
textSize?: "
|
|
2235
|
+
fontWeight?: "medium" | "bold" | "regular" | "semibold" | undefined;
|
|
2236
|
+
textSize?: "base" | "sm" | "lg" | "xs" | undefined;
|
|
2237
2237
|
} | undefined;
|
|
2238
2238
|
};
|
|
2239
2239
|
footer: {
|
|
2240
|
-
variant: "
|
|
2240
|
+
variant: "columns" | "split" | "simple";
|
|
2241
2241
|
maxWidth: "full" | "container";
|
|
2242
2242
|
background: {
|
|
2243
2243
|
type: "image" | "color" | "gradient";
|
|
@@ -2287,23 +2287,23 @@ export declare const mockThemes: {
|
|
|
2287
2287
|
} | null | undefined;
|
|
2288
2288
|
textColor?: string | null | undefined;
|
|
2289
2289
|
};
|
|
2290
|
-
navStyle: "
|
|
2291
|
-
navWeight: "
|
|
2292
|
-
mode?: "
|
|
2290
|
+
navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
|
|
2291
|
+
navWeight: "medium" | "bold" | "regular" | "semibold";
|
|
2292
|
+
mode?: "none" | "default" | "blocks" | "default+blocks" | undefined;
|
|
2293
2293
|
showLogoText?: boolean | undefined;
|
|
2294
2294
|
navColor?: string | null | undefined;
|
|
2295
2295
|
navLinkStyle?: {
|
|
2296
2296
|
colorToken: string;
|
|
2297
|
-
padding: "
|
|
2298
|
-
borderRadius: "full" | "none" | "
|
|
2297
|
+
padding: "none" | "compact" | "default";
|
|
2298
|
+
borderRadius: "full" | "none" | "sm" | "md";
|
|
2299
2299
|
typography: "body" | "heading";
|
|
2300
|
-
fontWeight: "
|
|
2300
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold";
|
|
2301
2301
|
textTransform: "none" | "uppercase" | "capitalize";
|
|
2302
2302
|
italic: boolean;
|
|
2303
|
-
textSize?: "
|
|
2304
|
-
letterSpacing?: "
|
|
2303
|
+
textSize?: "base" | "sm" | "lg" | "xs" | undefined;
|
|
2304
|
+
letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
|
|
2305
2305
|
hoverColorToken?: string | null | undefined;
|
|
2306
|
-
paddingX?: "
|
|
2306
|
+
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
2307
2307
|
effects?: {
|
|
2308
2308
|
base?: {
|
|
2309
2309
|
effectId: string;
|
|
@@ -2331,19 +2331,19 @@ export declare const mockThemes: {
|
|
|
2331
2331
|
underline?: boolean | undefined;
|
|
2332
2332
|
} | undefined;
|
|
2333
2333
|
navLayout?: {
|
|
2334
|
-
layout?: "
|
|
2335
|
-
align?: "
|
|
2336
|
-
gapX?: "
|
|
2337
|
-
gapY?: "
|
|
2334
|
+
layout?: "inline" | "stack" | "inline-wrap" | undefined;
|
|
2335
|
+
align?: "center" | "start" | "end" | "space-between" | undefined;
|
|
2336
|
+
gapX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
2337
|
+
gapY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
2338
2338
|
columns?: number | undefined;
|
|
2339
2339
|
} | undefined;
|
|
2340
2340
|
logo?: {
|
|
2341
2341
|
showLogo: boolean;
|
|
2342
2342
|
showLogoText?: boolean | undefined;
|
|
2343
2343
|
placement?: "left" | "right" | "above" | "below" | undefined;
|
|
2344
|
-
size?: "
|
|
2345
|
-
maxHeight?: "
|
|
2346
|
-
align?: "
|
|
2344
|
+
size?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
2345
|
+
maxHeight?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
2346
|
+
align?: "center" | "start" | "end" | undefined;
|
|
2347
2347
|
} | undefined;
|
|
2348
2348
|
bottomBar?: {
|
|
2349
2349
|
enabled?: boolean | undefined;
|
|
@@ -2398,15 +2398,15 @@ export declare const mockThemes: {
|
|
|
2398
2398
|
} | undefined;
|
|
2399
2399
|
textColor?: string | null | undefined;
|
|
2400
2400
|
textAlign?: "center" | "left" | "right" | undefined;
|
|
2401
|
-
paddingY?: "
|
|
2402
|
-
paddingX?: "
|
|
2401
|
+
paddingY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
2402
|
+
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
2403
2403
|
borderTop?: {
|
|
2404
2404
|
colorToken?: string | null | undefined;
|
|
2405
|
-
width?: "
|
|
2405
|
+
width?: "medium" | "none" | "thin" | "thick" | undefined;
|
|
2406
2406
|
} | undefined;
|
|
2407
2407
|
} | undefined;
|
|
2408
2408
|
};
|
|
2409
|
-
siteStyleId?: import("
|
|
2409
|
+
siteStyleId?: import("../../../blocks/src/index").SiteStyleId | undefined;
|
|
2410
2410
|
gradients?: {
|
|
2411
2411
|
button?: string | null | undefined;
|
|
2412
2412
|
hero?: string | null | undefined;
|
|
@@ -2414,32 +2414,32 @@ export declare const mockThemes: {
|
|
|
2414
2414
|
} | undefined;
|
|
2415
2415
|
layout?: {
|
|
2416
2416
|
containerPadding?: {
|
|
2417
|
-
mobile?: "
|
|
2418
|
-
tablet?: "
|
|
2419
|
-
desktop?: "
|
|
2417
|
+
mobile?: "compact" | "default" | "tight" | "relaxed" | undefined;
|
|
2418
|
+
tablet?: "compact" | "default" | "tight" | "relaxed" | undefined;
|
|
2419
|
+
desktop?: "compact" | "default" | "tight" | "relaxed" | undefined;
|
|
2420
2420
|
} | undefined;
|
|
2421
2421
|
} | undefined;
|
|
2422
2422
|
hero?: {
|
|
2423
2423
|
typography?: {
|
|
2424
|
-
headlineSize?: "
|
|
2424
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
2425
2425
|
headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
2426
|
-
subheadlineSize?: "
|
|
2426
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
2427
2427
|
subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
2428
|
-
microHeadlineSize?: "
|
|
2428
|
+
microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
2429
2429
|
microHeadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
2430
|
-
microSubheadlineSize?: "
|
|
2430
|
+
microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
2431
2431
|
microSubheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
2432
2432
|
responsive?: {
|
|
2433
2433
|
tablet?: {
|
|
2434
|
-
headlineSize?: "
|
|
2434
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
2435
2435
|
headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
2436
|
-
subheadlineSize?: "
|
|
2436
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
2437
2437
|
subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
2438
2438
|
} | undefined;
|
|
2439
2439
|
mobile?: {
|
|
2440
|
-
headlineSize?: "
|
|
2440
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
2441
2441
|
headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
2442
|
-
subheadlineSize?: "
|
|
2442
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
|
|
2443
2443
|
subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
|
|
2444
2444
|
} | undefined;
|
|
2445
2445
|
} | undefined;
|
|
@@ -2453,10 +2453,10 @@ export declare const mockThemes: {
|
|
|
2453
2453
|
} | undefined;
|
|
2454
2454
|
buttons?: {
|
|
2455
2455
|
global: {
|
|
2456
|
-
cornerStyle: "
|
|
2457
|
-
shadow: "
|
|
2458
|
-
textTransform: "none" | "uppercase" | "
|
|
2459
|
-
fontWeight:
|
|
2456
|
+
cornerStyle: "rounded" | "square" | "pill";
|
|
2457
|
+
shadow: "medium" | "none" | "low" | "high";
|
|
2458
|
+
textTransform: "none" | "uppercase" | "lowercase" | "capitalize";
|
|
2459
|
+
fontWeight: 600 | 500 | 700;
|
|
2460
2460
|
borderWidth: 1 | 2 | 3;
|
|
2461
2461
|
hoverTransform: "none" | "scale" | "lift" | "press";
|
|
2462
2462
|
hoverColor: "none" | "token" | "brighten" | "darken" | "saturate";
|
|
@@ -2465,7 +2465,7 @@ export declare const mockThemes: {
|
|
|
2465
2465
|
fontSize?: string | undefined;
|
|
2466
2466
|
letterSpacing?: "tight" | "normal" | "loose" | undefined;
|
|
2467
2467
|
italic?: boolean | undefined;
|
|
2468
|
-
paddingPreset?: "
|
|
2468
|
+
paddingPreset?: "compact" | "spacious" | "default" | undefined;
|
|
2469
2469
|
hoverColorToken?: string | undefined;
|
|
2470
2470
|
gradientStyle?: "linear" | "radial" | "conic" | undefined;
|
|
2471
2471
|
gradientAngle?: number | undefined;
|
|
@@ -2489,8 +2489,8 @@ export declare const mockThemes: {
|
|
|
2489
2489
|
textColorToken: string;
|
|
2490
2490
|
borderRadius?: string | undefined;
|
|
2491
2491
|
shadow?: {
|
|
2492
|
-
elevation: "
|
|
2493
|
-
softness: "
|
|
2492
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
2493
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
2494
2494
|
position: "bottom" | "bottom-right";
|
|
2495
2495
|
} | undefined;
|
|
2496
2496
|
border?: {
|
|
@@ -2571,13 +2571,13 @@ export declare const mockThemes: {
|
|
|
2571
2571
|
} | {
|
|
2572
2572
|
type: "transparent";
|
|
2573
2573
|
};
|
|
2574
|
-
spacing: "
|
|
2574
|
+
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
2575
2575
|
shadow?: {
|
|
2576
|
-
elevation: "
|
|
2577
|
-
softness: "
|
|
2576
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
2577
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
2578
2578
|
position: "bottom" | "bottom-right";
|
|
2579
2579
|
} | undefined;
|
|
2580
|
-
corners?: "
|
|
2580
|
+
corners?: "rounded" | "square" | "pill" | "soft" | undefined;
|
|
2581
2581
|
border?: {
|
|
2582
2582
|
widthClass: string;
|
|
2583
2583
|
colorToken: string;
|
|
@@ -2589,25 +2589,25 @@ export declare const mockThemes: {
|
|
|
2589
2589
|
type: "solid";
|
|
2590
2590
|
colorToken: string;
|
|
2591
2591
|
};
|
|
2592
|
-
spacing: "
|
|
2593
|
-
corners: "
|
|
2592
|
+
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
2593
|
+
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
2594
2594
|
border: {
|
|
2595
2595
|
widthClass: string;
|
|
2596
2596
|
colorToken: string;
|
|
2597
2597
|
} | null;
|
|
2598
2598
|
shadow: {
|
|
2599
|
-
elevation: "
|
|
2600
|
-
softness: "
|
|
2599
|
+
elevation: "medium" | "none" | "low" | "high";
|
|
2600
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
2601
2601
|
position: "bottom" | "bottom-right";
|
|
2602
2602
|
} | null;
|
|
2603
2603
|
icon: {
|
|
2604
2604
|
style: "plus-minus" | "chevron" | "caret" | "arrow" | "circle-plus-minus";
|
|
2605
2605
|
position: "left" | "right";
|
|
2606
|
-
size: "
|
|
2606
|
+
size: "sm" | "md" | "lg";
|
|
2607
2607
|
};
|
|
2608
2608
|
trigger: {
|
|
2609
2609
|
textColorToken: string;
|
|
2610
|
-
fontWeight: "
|
|
2610
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold" | null;
|
|
2611
2611
|
};
|
|
2612
2612
|
hover: {
|
|
2613
2613
|
backgroundColorToken?: string | undefined;
|
|
@@ -2632,20 +2632,20 @@ export declare const mockThemes: {
|
|
|
2632
2632
|
colorToken: string;
|
|
2633
2633
|
style?: "all" | "underline" | undefined;
|
|
2634
2634
|
};
|
|
2635
|
-
corners: "
|
|
2635
|
+
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
2636
2636
|
shadow: {
|
|
2637
|
-
elevation: "
|
|
2638
|
-
softness: "
|
|
2637
|
+
elevation: "medium" | "none" | "low";
|
|
2638
|
+
softness: "soft" | "crisp" | "hard" | null;
|
|
2639
2639
|
} | null;
|
|
2640
|
-
spacing: "
|
|
2641
|
-
fontSize: "
|
|
2640
|
+
spacing: "medium" | "compact" | "cozy" | "comfortable";
|
|
2641
|
+
fontSize: "base" | "sm" | "lg";
|
|
2642
2642
|
};
|
|
2643
2643
|
label: {
|
|
2644
2644
|
textColorToken: string;
|
|
2645
|
-
fontWeight: "
|
|
2646
|
-
fontSize: "
|
|
2647
|
-
textTransform?: "none" | "uppercase" | "
|
|
2648
|
-
letterSpacing?: "
|
|
2645
|
+
fontWeight: "medium" | "bold" | "regular" | "semibold" | "black";
|
|
2646
|
+
fontSize: "base" | "sm" | "2xs" | "xs";
|
|
2647
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
2648
|
+
letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
|
|
2649
2649
|
opacity?: number | undefined;
|
|
2650
2650
|
};
|
|
2651
2651
|
focus: {
|
|
@@ -2664,7 +2664,7 @@ export declare const mockThemes: {
|
|
|
2664
2664
|
};
|
|
2665
2665
|
} | undefined;
|
|
2666
2666
|
inputStyle?: {
|
|
2667
|
-
shape: "
|
|
2667
|
+
shape: "rounded" | "square" | "pill" | "soft";
|
|
2668
2668
|
border: "subtle" | "underline" | "defined";
|
|
2669
2669
|
focus: "underline" | "glow" | "ring";
|
|
2670
2670
|
label: "above" | "inside";
|
|
@@ -2680,7 +2680,7 @@ export declare const mockThemes: {
|
|
|
2680
2680
|
hoverDecorationColorToken?: string | undefined;
|
|
2681
2681
|
underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
2682
2682
|
underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
|
|
2683
|
-
underlineOffset?: "
|
|
2683
|
+
underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
|
|
2684
2684
|
} | undefined;
|
|
2685
2685
|
} | undefined;
|
|
2686
2686
|
styles?: {
|
|
@@ -2723,7 +2723,7 @@ export declare const mockThemes: {
|
|
|
2723
2723
|
rotation?: 0 | 90 | 180 | 270 | undefined;
|
|
2724
2724
|
} | undefined;
|
|
2725
2725
|
} | null | undefined;
|
|
2726
|
-
objectFit?: "fill" | "
|
|
2726
|
+
objectFit?: "fill" | "fit" | "original" | "custom" | null | undefined;
|
|
2727
2727
|
scale?: string | null | undefined;
|
|
2728
2728
|
position?: string | null | undefined;
|
|
2729
2729
|
opacity?: number | null | undefined;
|
|
@@ -2737,7 +2737,7 @@ export declare const mockThemes: {
|
|
|
2737
2737
|
textColor?: string | null | undefined;
|
|
2738
2738
|
headingColor?: string | null | undefined;
|
|
2739
2739
|
} | null | undefined;
|
|
2740
|
-
spacing?: "
|
|
2740
|
+
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
2741
2741
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
2742
2742
|
tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
|
|
2743
2743
|
eyebrowTreatment?: "pill" | "plain" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
@@ -2781,7 +2781,7 @@ export declare const mockThemes: {
|
|
|
2781
2781
|
rotation?: 0 | 90 | 180 | 270 | undefined;
|
|
2782
2782
|
} | undefined;
|
|
2783
2783
|
} | null | undefined;
|
|
2784
|
-
objectFit?: "fill" | "
|
|
2784
|
+
objectFit?: "fill" | "fit" | "original" | "custom" | null | undefined;
|
|
2785
2785
|
scale?: string | null | undefined;
|
|
2786
2786
|
position?: string | null | undefined;
|
|
2787
2787
|
opacity?: number | null | undefined;
|
|
@@ -2795,9 +2795,9 @@ export declare const mockThemes: {
|
|
|
2795
2795
|
textColor?: string | null | undefined;
|
|
2796
2796
|
headingColor?: string | null | undefined;
|
|
2797
2797
|
} | null | undefined;
|
|
2798
|
-
spacing?: "
|
|
2798
|
+
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
2799
2799
|
raised?: boolean | null | undefined;
|
|
2800
|
-
rounded?: "full" | "none" | "
|
|
2800
|
+
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
2801
2801
|
fullWidth?: boolean | null | undefined;
|
|
2802
2802
|
} | null | undefined;
|
|
2803
2803
|
cardStyles?: {
|
|
@@ -2839,7 +2839,7 @@ export declare const mockThemes: {
|
|
|
2839
2839
|
rotation?: 0 | 90 | 180 | 270 | undefined;
|
|
2840
2840
|
} | undefined;
|
|
2841
2841
|
} | null | undefined;
|
|
2842
|
-
objectFit?: "fill" | "
|
|
2842
|
+
objectFit?: "fill" | "fit" | "original" | "custom" | null | undefined;
|
|
2843
2843
|
scale?: string | null | undefined;
|
|
2844
2844
|
position?: string | null | undefined;
|
|
2845
2845
|
opacity?: number | null | undefined;
|
|
@@ -2858,9 +2858,9 @@ export declare const mockThemes: {
|
|
|
2858
2858
|
width?: "1" | "2" | "3" | "none" | null | undefined;
|
|
2859
2859
|
colorToken?: string | null | undefined;
|
|
2860
2860
|
} | null | undefined;
|
|
2861
|
-
spacing?: "
|
|
2861
|
+
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
2862
2862
|
raised?: boolean | null | undefined;
|
|
2863
|
-
rounded?: "full" | "none" | "
|
|
2863
|
+
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
2864
2864
|
treatment?: "accent-quote" | null | undefined;
|
|
2865
2865
|
} | null | undefined;
|
|
2866
2866
|
} | undefined;
|