@riverbankcms/sdk 0.79.0 → 0.81.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/dist/PreviewEditorSidebar-RDCMEXIJ.mjs +3163 -0
- package/dist/{PreviewEditorUI-27KJVEET.mjs → PreviewEditorUI-NYGQ6K7B.mjs} +194 -30
- package/dist/SdkPreviewModeRuntime-AKCSCZEC.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +20 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +12 -0
- package/dist/_dts/api/src/contentTypes.d.ts +6 -0
- package/dist/_dts/api/src/endpoints.d.ts +24 -0
- package/dist/_dts/api/src/index.d.ts +3 -3
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +53 -0
- package/dist/_dts/api/src/siteInfrastructure.d.ts +124 -0
- package/dist/_dts/api/src/siteOnboarding.d.ts +13 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +10 -1
- package/dist/_dts/block-form/src/backend/store-backend.d.ts +3 -1
- package/dist/_dts/block-form/src/backend/types.d.ts +3 -3
- package/dist/_dts/block-form/src/client/index.d.ts +2 -0
- package/dist/_dts/block-form/src/index.d.ts +2 -0
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +2 -1
- package/dist/_dts/blocks/src/PageRenderer.d.ts +3 -0
- package/dist/_dts/blocks/src/client/header.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +12 -12
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +20 -28
- package/dist/_dts/blocks/src/index.d.ts +7 -5
- package/dist/_dts/blocks/src/primitives/content/components/Text.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/primitives.d.ts +1 -0
- package/dist/_dts/blocks/src/server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-listing.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +135 -0
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +9 -1
- package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/form.d.ts +20 -1
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +19 -0
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +134 -0
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +7 -1
- package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -0
- package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +34 -15
- package/dist/_dts/blocks/src/system/data/index.d.ts +2 -0
- package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +64 -0
- package/dist/_dts/blocks/src/system/data/loaderEndpoints.d.ts +1 -1
- package/dist/_dts/blocks/src/system/designCapabilities.d.ts +2 -2
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +10 -3
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +5 -0
- package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +2 -0
- package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +1 -4
- package/dist/_dts/blocks/src/system/node/types.d.ts +8 -1
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +2 -2
- package/dist/_dts/blocks/src/system/registry.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +51 -57
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +24 -27
- package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +10 -2
- package/dist/_dts/blocks/src/system/runtime/headingDecoration.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useCalendarEvents.d.ts +45 -14
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventFilters.d.ts +2 -9
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.d.ts +1 -10
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +21 -16
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.interactive.d.ts +21 -16
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +22 -33
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventSpotlight.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCard.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventModals.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventPaginatedListView.client.d.ts +2 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/WeekAgendaView.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/listOptions.d.ts +50 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +29 -14
- package/dist/_dts/blocks/src/system/runtime/nodes/offerings-preview.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/resolver.d.ts +7 -0
- package/dist/_dts/blocks/src/system/transforms/registry/_utils/sectionForegroundStyles.d.ts +2 -0
- package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +7 -2
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +9 -0
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +14 -1
- package/dist/_dts/calendar/src/grid.d.ts +27 -0
- package/dist/_dts/calendar/src/index.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/useAutosaveTriggers.d.ts +3 -1
- package/dist/_dts/content-editor/src/editorTransactionState.d.ts +1 -0
- package/dist/_dts/content-editor/src/hooks/autosaveScopePlanning.d.ts +26 -0
- package/dist/_dts/content-editor/src/hooks/publishability.d.ts +1 -0
- package/dist/_dts/content-editor/src/hooks/useLinkedEntryAutosave.d.ts +23 -0
- package/dist/_dts/content-editor/src/hooks/useReactiveToolbar.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useSimpleAutosave.d.ts +2 -2
- package/dist/_dts/content-editor/src/index.d.ts +3 -1
- package/dist/_dts/content-editor/src/lib/json.d.ts +2 -0
- package/dist/_dts/content-editor/src/linkedEntries/domain.d.ts +8 -0
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +58 -0
- package/dist/_dts/content-editor/src/ui/editorTransactionState.d.ts +93 -0
- package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +60 -3
- package/dist/_dts/content-editor/src/ui/stores/autosaveStore.d.ts +2 -0
- package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
- package/dist/_dts/content-model/src/content-types/builtins.d.ts +43 -0
- package/dist/_dts/content-model/src/metadataConfig.d.ts +87 -47
- package/dist/_dts/core/src/branded.d.ts +5 -0
- package/dist/_dts/core/src/index.d.ts +1 -0
- package/dist/_dts/core/src/stable-json.d.ts +1 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +9 -3
- package/dist/_dts/editor/src/EditorProvider.d.ts +26 -0
- package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +26 -0
- package/dist/_dts/editor/src/chrome/EditorStatusBar.d.ts +45 -0
- package/dist/_dts/editor/src/chrome/statusBarPresentation.d.ts +25 -0
- package/dist/_dts/editor/src/components/EditingToggle.d.ts +9 -0
- package/dist/_dts/editor/src/hooks/useEditableElement.d.ts +18 -0
- package/dist/_dts/editor/src/index.d.ts +29 -0
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -0
- package/dist/_dts/editor/src/lib/utils.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +20 -0
- package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +11 -0
- package/dist/_dts/editor/src/primitives/SaveContext.d.ts +12 -0
- package/dist/_dts/editor/src/primitives/helpers.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +26 -0
- package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +16 -0
- package/dist/_dts/editor/src/primitives/rich-text/config.d.ts +23 -0
- package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextImage.d.ts +2 -0
- package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextLink.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/rich-text/imageActions.d.ts +22 -0
- package/dist/_dts/editor/src/primitives/rich-text/sanitize.d.ts +23 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +6 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +10 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +11 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/linkPopoverUtils.d.ts +58 -0
- package/dist/_dts/editor/src/primitives/rich-text/useRichTextEditor.d.ts +19 -0
- package/dist/_dts/editor/src/primitives/rich-text/utils.d.ts +20 -0
- package/dist/_dts/editor/src/utils/optimisticTokens.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +5 -9
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +6 -10
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +6 -4
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +4 -8
- package/dist/_dts/editor-blocks/src/block-editor/actionPresentation.d.ts +15 -0
- package/dist/_dts/editor-blocks/src/block-editor/blockHeaderActionPlan.d.ts +49 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +14 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/index.d.ts +6 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/loaders.d.ts +51 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/types.d.ts +20 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/utils.d.ts +5 -0
- package/dist/_dts/media-core/src/index.d.ts +1 -0
- package/dist/_dts/media-core/src/renderableMediaAsset.d.ts +18 -0
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +4 -1
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +2 -1
- package/dist/_dts/media-editor/src/index.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +7 -2
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +5 -1
- package/dist/_dts/preview-next/src/client/blocks/blockCustomizePopoverRows.d.ts +25 -0
- package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +4 -30
- package/dist/_dts/preview-next/src/client/blocks/linkedEntryRenderOverlay.d.ts +11 -0
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +3 -9
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +24 -0
- package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +35 -0
- package/dist/_dts/preview-next/src/client/index.d.ts +0 -1
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -1
- package/dist/_dts/preview-next/src/client/preview/LinkedEntryEditEventBridge.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +5 -6
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +4 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewChromeLayer.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignHistoryOrderContext.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +19 -19
- package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +47 -4
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +14 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +5 -0
- package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +46 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +68 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeEditorDraftPatch.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +8 -1
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +11 -9
- package/dist/_dts/preview-next/src/client/preview/previewDesignHistoryOrder.d.ts +18 -0
- package/dist/_dts/preview-next/src/client/preview/previewUndoDomains.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeBrandPreferences.d.ts +41 -0
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +101 -0
- package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +29 -0
- package/dist/_dts/preview-next/src/client/preview/siteStyleHistoryState.d.ts +55 -0
- package/dist/_dts/preview-next/src/client/preview/storeTypes.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorApplyPayload.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +6 -3
- package/dist/_dts/preview-next/src/constants.d.ts +0 -1
- package/dist/_dts/sdk/src/cli/commands/webhooks.d.ts +44 -0
- package/dist/_dts/sdk/src/cli/config-loader.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +5 -3
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -0
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +56 -0
- package/dist/_dts/sdk/src/client/management/webhooks.d.ts +3 -0
- package/dist/_dts/sdk/src/config/types.d.ts +1 -1
- package/dist/_dts/sdk/src/config/validation.d.ts +3 -3
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +34 -5
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +10 -0
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +42 -0
- package/dist/_dts/sdk/src/rendering/mediaAssets.d.ts +4 -0
- package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +220 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +45 -2
- package/dist/_dts/theme-core/src/blockOverrides.d.ts +8 -0
- package/dist/_dts/theme-core/src/blocks/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/blocks/vars/testimonials.d.ts +4 -1
- package/dist/_dts/theme-core/src/buttons/constants.d.ts +26 -1
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/joy-stamp.d.ts +22 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +2 -1
- package/dist/_dts/theme-core/src/buttons/types.d.ts +9 -0
- package/dist/_dts/theme-core/src/cards/core.d.ts +20 -0
- package/dist/_dts/theme-core/src/cards/generateDefaultCardSystem.d.ts +6 -3
- package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +149 -0
- package/dist/_dts/theme-core/src/cards/types.d.ts +177 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/interactive/types.d.ts +10 -0
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +180 -21
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +30 -0
- package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +16 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +27 -0
- package/dist/_dts/theme-core/src/schema.d.ts +486 -55
- package/dist/_dts/theme-core/src/site-styles/accessibleSurfaces.d.ts +4 -1
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +172 -47
- package/dist/_dts/theme-core/src/site-styles/appearancePresetResolution.d.ts +6 -2
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +2 -3
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +172 -47
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +140 -2
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +18 -2
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +20 -1
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +10 -2
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +291 -6
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +3 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +193 -0
- package/dist/_dts/theme-core/src/site-styles/pageDesignEditorModel.d.ts +3 -23
- package/dist/_dts/theme-core/src/site-styles/pageDesignIntent.d.ts +276 -4
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +2 -8
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +43 -10
- package/dist/_dts/theme-core/src/site-styles/sectionTransitions.d.ts +508 -0
- package/dist/_dts/theme-core/src/site-styles/siteStyleThemeCompiler.d.ts +11 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +10 -10
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/testimonialQuotePresets.d.ts +15 -0
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +28 -32
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/{chunk-4HCW7FHJ.mjs → chunk-3PTVPAT4.mjs} +1984 -1142
- package/dist/{PreviewEditorSidebar-56NMJMIK.mjs → chunk-3QWQ2MUQ.mjs} +1050 -2609
- package/dist/{chunk-GP555I66.mjs → chunk-3VT7LZY2.mjs} +413 -157
- package/dist/{chunk-A3HHFKVT.mjs → chunk-4T5JIPWY.mjs} +1 -1
- package/dist/{chunk-K2IIF34C.mjs → chunk-E3NZYEKF.mjs} +25 -7
- package/dist/{chunk-V47ZU33I.mjs → chunk-WUHKQBB6.mjs} +12062 -3211
- package/dist/cli/index.mjs +3395 -817
- package/dist/cli/init-docs/content/workflow-isr-revalidation.md +16 -4
- package/dist/client/{accordion-QLA7KBYO.mjs → accordion-SFIIZWNH.mjs} +2 -2
- package/dist/client/{bookingForm-PYZIPA5G.mjs → bookingForm-CFKZVWGA.mjs} +5 -5
- package/dist/client/bookings.mjs +1422 -345
- package/dist/client/{carousel-5EIULWBI.mjs → carousel-ELXWSBLA.mjs} +3 -3
- package/dist/client/{cart-DOP3FNI4.mjs → cart-6SSCPYY5.mjs} +6 -6
- package/dist/client/{checkout-BVMF6FBV.mjs → checkout-UFQ34HPV.mjs} +6 -6
- package/dist/client/{chunk-44K2U3QI.mjs → chunk-76JUETXQ.mjs} +139 -186
- package/dist/client/{chunk-AUJ5DBZJ.mjs → chunk-7BXX7WXH.mjs} +112 -28
- package/dist/client/{chunk-UDS3NTWA.mjs → chunk-G56BSZAM.mjs} +2 -2
- package/dist/client/{chunk-V6M5FCR5.mjs → chunk-IUEDYLFJ.mjs} +1 -1
- package/dist/client/{chunk-YLDYVRZL.mjs → chunk-NP47RHIX.mjs} +5 -5
- package/dist/client/{chunk-R5ESWNKX.mjs → chunk-NX6X3GRF.mjs} +419 -85
- package/dist/client/{chunk-CCNTDRCF.mjs → chunk-PA2LJH2M.mjs} +2 -2
- package/dist/client/{chunk-CE7IBGVW.mjs → chunk-RMWMT3ZD.mjs} +1 -1
- package/dist/client/{chunk-TYONZMST.mjs → chunk-TCJS3NY5.mjs} +1 -1
- package/dist/client/{chunk-GG4M2NP6.mjs → chunk-V6XI4M2Q.mjs} +1 -1
- package/dist/client/client.mjs +9077 -4410
- package/dist/client/{courseRegistration-E6EAA6NL.mjs → courseRegistration-HJIISAAG.mjs} +5 -5
- package/dist/client/{eventCalendar-HBG3HAK6.mjs → eventCalendar-F6YVUCZR.mjs} +7 -7
- package/dist/client/{eventCombined-6K5ZZWAK.mjs → eventCombined-B5DSTIOK.mjs} +7 -7
- package/dist/client/{eventDetails-Q75ICXLT.mjs → eventDetails-SEJDDHQC.mjs} +7 -7
- package/dist/client/{eventListing-27P5F7DZ.mjs → eventListing-TPMWIIBO.mjs} +7 -7
- package/dist/client/{eventRegistration-IQ7AMASR.mjs → eventRegistration-QU6W2PV6.mjs} +7 -7
- package/dist/client/{form-JRTD65FN.mjs → form-LVTYNTDE.mjs} +2 -2
- package/dist/client/{headerSection-7FPSSZHS.mjs → headerSection-SO3MFC4U.mjs} +110 -28
- package/dist/client/hooks.mjs +4695 -2260
- package/dist/client/{locationMap-7NGFNYBH.mjs → locationMap-5E5FLAKO.mjs} +2 -2
- package/dist/client/{newsletterForm-F3BADCI2.mjs → newsletterForm-GN32JEBQ.mjs} +2 -2
- package/dist/client/{productDetail-V3HP7ITJ.mjs → productDetail-Q346KSVR.mjs} +6 -6
- package/dist/client/{productList-L3EGJUF2.mjs → productList-DTDMQYGZ.mjs} +6 -6
- package/dist/client/rendering/client.mjs +5795 -3582
- package/dist/client/rendering/islands.mjs +32 -20
- package/dist/client/rendering.mjs +7988 -3317
- package/dist/client/{shop-DQUB5E2C.mjs → shop-OFUW7KPN.mjs} +6 -6
- package/dist/preview-next/before-render.mjs +24 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/constants.mjs +0 -2
- package/dist/preview-next/index.mjs +0 -2
- package/dist/preview-next/middleware.mjs +24 -0
- package/dist/{sdk-runtime-AF6KXJU4.mjs → sdk-runtime-2GIX6I7X.mjs} +6 -6
- package/dist/server/components.mjs +7384 -3089
- package/dist/server/config-validation.mjs +4747 -2418
- package/dist/server/config.mjs +4747 -2418
- package/dist/server/data.mjs +4695 -2260
- package/dist/server/index.mjs +26 -1
- package/dist/server/next.mjs +7430 -3039
- package/dist/server/page-converter.mjs +3985 -2070
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +7489 -3094
- package/dist/server/rendering.mjs +7491 -3096
- package/dist/server/routing.mjs +4965 -2386
- package/dist/server/server.mjs +4713 -2278
- package/dist/server/theme-bridge.mjs +2181 -383
- package/dist/server/theme.mjs +477 -222
- package/dist/styles/index.css +747 -71
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-H4BSP6E7.mjs +0 -8
- package/dist/_dts/editor-blocks/src/block-editor/actionControlMode.d.ts +0 -2
- package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +0 -3
- package/dist/chunk-LCY32PXF.mjs +0 -1175
|
@@ -74,4 +74,14 @@ export interface InteractiveElementConfig {
|
|
|
74
74
|
border?: {
|
|
75
75
|
colorToken: string;
|
|
76
76
|
};
|
|
77
|
+
/**
|
|
78
|
+
* Shadow override (optional). Effects that key off the element's offset —
|
|
79
|
+
* e.g. `press-down` matching its translate to the shadow — read this so
|
|
80
|
+
* they track the variant's own shadow rather than the theme default.
|
|
81
|
+
*/
|
|
82
|
+
shadow?: {
|
|
83
|
+
elevation: 'none' | 'low' | 'medium' | 'high';
|
|
84
|
+
softness?: 'crisp' | 'soft' | 'hard' | null;
|
|
85
|
+
position?: 'bottom' | 'bottom-right';
|
|
86
|
+
};
|
|
77
87
|
}
|
|
@@ -11,7 +11,7 @@ export declare const mockThemes: {
|
|
|
11
11
|
density: "compact" | "airy" | "regular";
|
|
12
12
|
mediaBias: "text" | "media" | "mixed";
|
|
13
13
|
conversionBias: "high" | "low" | "med";
|
|
14
|
-
motion: "standard" | "
|
|
14
|
+
motion: "standard" | "expressive" | "subtle";
|
|
15
15
|
};
|
|
16
16
|
palette: {
|
|
17
17
|
colors: {
|
|
@@ -233,6 +233,9 @@ export declare const mockThemes: {
|
|
|
233
233
|
fontFamily: "body" | "heading";
|
|
234
234
|
letterSpacing: "wide" | "normal" | "wider" | "widest";
|
|
235
235
|
gradient: boolean;
|
|
236
|
+
brandDisplay?: "auto" | "logo-only" | "logo-plus-title" | "title-only" | undefined;
|
|
237
|
+
size?: "standard" | "auto" | "compact" | "display" | "generous" | undefined;
|
|
238
|
+
accommodation?: "title-only" | "inline-logo-only" | "inline-wordmark" | "inline-mark-with-title" | "logo-plate" | "centered-badge" | "popout-badge" | "centered-masthead" | "hero-badge" | undefined;
|
|
236
239
|
} | undefined;
|
|
237
240
|
logoText?: {
|
|
238
241
|
mobileWrapLines?: 1 | 2 | undefined;
|
|
@@ -457,7 +460,7 @@ export declare const mockThemes: {
|
|
|
457
460
|
textColor?: string | null | undefined;
|
|
458
461
|
} | undefined;
|
|
459
462
|
textColor?: string | null | undefined;
|
|
460
|
-
textAlign?: "
|
|
463
|
+
textAlign?: "left" | "right" | "center" | undefined;
|
|
461
464
|
paddingY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
462
465
|
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
463
466
|
borderTop?: {
|
|
@@ -552,6 +555,7 @@ export declare const mockThemes: {
|
|
|
552
555
|
elevation: "medium" | "none" | "high" | "low";
|
|
553
556
|
softness: "soft" | "crisp" | "hard" | null;
|
|
554
557
|
position: "bottom" | "bottom-right";
|
|
558
|
+
colorToken?: string | undefined;
|
|
555
559
|
} | undefined;
|
|
556
560
|
border?: {
|
|
557
561
|
widthClass: string;
|
|
@@ -632,23 +636,35 @@ export declare const mockThemes: {
|
|
|
632
636
|
type: "transparent";
|
|
633
637
|
};
|
|
634
638
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
639
|
+
foregroundToken?: string | undefined;
|
|
635
640
|
shadow?: {
|
|
636
641
|
elevation: "medium" | "none" | "high" | "low";
|
|
637
642
|
softness: "soft" | "crisp" | "hard" | null;
|
|
638
643
|
position: "bottom" | "bottom-right";
|
|
639
644
|
} | undefined;
|
|
640
645
|
corners?: "rounded" | "square" | "pill" | "soft" | undefined;
|
|
646
|
+
cornerRadii?: {
|
|
647
|
+
topLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
648
|
+
topRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
649
|
+
bottomLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
650
|
+
bottomRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
651
|
+
} | undefined;
|
|
641
652
|
border?: {
|
|
642
653
|
widthClass: string;
|
|
643
654
|
colorToken: string;
|
|
644
655
|
} | undefined;
|
|
656
|
+
accentEdge?: {
|
|
657
|
+
edge: "left" | "right" | "top" | "bottom";
|
|
658
|
+
colorToken: string;
|
|
659
|
+
width: "medium" | "thick" | "thin" | "heavy";
|
|
660
|
+
} | undefined;
|
|
645
661
|
}[];
|
|
646
662
|
} | undefined;
|
|
647
663
|
accordions?: {
|
|
648
664
|
background: {
|
|
649
665
|
type: "solid";
|
|
650
666
|
colorToken: string;
|
|
651
|
-
};
|
|
667
|
+
} | null;
|
|
652
668
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
653
669
|
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
654
670
|
border: {
|
|
@@ -669,6 +685,10 @@ export declare const mockThemes: {
|
|
|
669
685
|
trigger: {
|
|
670
686
|
textColorToken: string;
|
|
671
687
|
fontWeight: "medium" | "bold" | "regular" | "semibold" | null;
|
|
688
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
689
|
+
fontScale?: "body" | "md" | "lg" | undefined;
|
|
690
|
+
letterSpacing?: "wide" | "normal" | "tight" | undefined;
|
|
691
|
+
textTransform?: "none" | "uppercase" | undefined;
|
|
672
692
|
};
|
|
673
693
|
hover: {
|
|
674
694
|
backgroundColorToken?: string | undefined;
|
|
@@ -678,6 +698,22 @@ export declare const mockThemes: {
|
|
|
678
698
|
content: {
|
|
679
699
|
textColorToken: string;
|
|
680
700
|
};
|
|
701
|
+
openState?: {
|
|
702
|
+
backgroundColorToken?: string | undefined;
|
|
703
|
+
triggerColorToken?: string | undefined;
|
|
704
|
+
accent?: {
|
|
705
|
+
edge: "left" | "top" | "bottom";
|
|
706
|
+
colorToken: string;
|
|
707
|
+
thickness: "medium" | "thick" | "thin";
|
|
708
|
+
} | undefined;
|
|
709
|
+
} | undefined;
|
|
710
|
+
} | undefined;
|
|
711
|
+
testimonialQuote?: {
|
|
712
|
+
style: "none" | "serif-display" | "accent-glyph";
|
|
713
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
714
|
+
scale?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
715
|
+
colorToken?: string | undefined;
|
|
716
|
+
opacity?: number | undefined;
|
|
681
717
|
} | undefined;
|
|
682
718
|
inputs?: {
|
|
683
719
|
base: {
|
|
@@ -748,8 +784,10 @@ export declare const mockThemes: {
|
|
|
748
784
|
sectionStyles?: {
|
|
749
785
|
background?: {
|
|
750
786
|
type?: "image" | "color" | "gradient" | undefined;
|
|
787
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
751
788
|
color?: string | null | undefined;
|
|
752
789
|
gradient?: string | null | undefined;
|
|
790
|
+
gradientPresetId?: string | null | undefined;
|
|
753
791
|
image?: {
|
|
754
792
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
755
793
|
purpose?: string | undefined;
|
|
@@ -797,6 +835,8 @@ export declare const mockThemes: {
|
|
|
797
835
|
} | null | undefined;
|
|
798
836
|
textColor?: string | null | undefined;
|
|
799
837
|
headingColor?: string | null | undefined;
|
|
838
|
+
linkColor?: string | null | undefined;
|
|
839
|
+
supportingColor?: string | null | undefined;
|
|
800
840
|
} | null | undefined;
|
|
801
841
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
802
842
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
@@ -805,13 +845,11 @@ export declare const mockThemes: {
|
|
|
805
845
|
eyebrowTreatment?: "plain" | "pill" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
806
846
|
headingDecoration?: {
|
|
807
847
|
family: "none";
|
|
808
|
-
placement: "none";
|
|
809
848
|
} | {
|
|
810
849
|
family: "organic-squiggle" | "short-center-rule";
|
|
811
|
-
placement: "after-heading" | "between-heading-and-body" | "under-centered-heading";
|
|
812
850
|
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
813
851
|
} | null | undefined;
|
|
814
|
-
headingDecorationOverride?: "off" | "site-default" |
|
|
852
|
+
headingDecorationOverride?: "off" | "site-default" | null | undefined;
|
|
815
853
|
accordionIconTreatment?: {
|
|
816
854
|
iconSet: "caret" | "chevron" | "plus" | "minimal-cross";
|
|
817
855
|
colorToken: "current" | "text" | "primary" | "secondary" | "muted" | "accent";
|
|
@@ -822,8 +860,10 @@ export declare const mockThemes: {
|
|
|
822
860
|
containerStyles?: {
|
|
823
861
|
background?: {
|
|
824
862
|
type?: "image" | "color" | "gradient" | undefined;
|
|
863
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
825
864
|
color?: string | null | undefined;
|
|
826
865
|
gradient?: string | null | undefined;
|
|
866
|
+
gradientPresetId?: string | null | undefined;
|
|
827
867
|
image?: {
|
|
828
868
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
829
869
|
purpose?: string | undefined;
|
|
@@ -871,6 +911,8 @@ export declare const mockThemes: {
|
|
|
871
911
|
} | null | undefined;
|
|
872
912
|
textColor?: string | null | undefined;
|
|
873
913
|
headingColor?: string | null | undefined;
|
|
914
|
+
linkColor?: string | null | undefined;
|
|
915
|
+
supportingColor?: string | null | undefined;
|
|
874
916
|
} | null | undefined;
|
|
875
917
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
876
918
|
raised?: boolean | null | undefined;
|
|
@@ -880,8 +922,10 @@ export declare const mockThemes: {
|
|
|
880
922
|
cardStyles?: {
|
|
881
923
|
background?: {
|
|
882
924
|
type?: "image" | "color" | "gradient" | undefined;
|
|
925
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
883
926
|
color?: string | null | undefined;
|
|
884
927
|
gradient?: string | null | undefined;
|
|
928
|
+
gradientPresetId?: string | null | undefined;
|
|
885
929
|
image?: {
|
|
886
930
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
887
931
|
purpose?: string | undefined;
|
|
@@ -929,6 +973,8 @@ export declare const mockThemes: {
|
|
|
929
973
|
} | null | undefined;
|
|
930
974
|
textColor?: string | null | undefined;
|
|
931
975
|
headingColor?: string | null | undefined;
|
|
976
|
+
linkColor?: string | null | undefined;
|
|
977
|
+
supportingColor?: string | null | undefined;
|
|
932
978
|
} | null | undefined;
|
|
933
979
|
border?: {
|
|
934
980
|
enabled?: boolean | null | undefined;
|
|
@@ -938,10 +984,17 @@ export declare const mockThemes: {
|
|
|
938
984
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
939
985
|
raised?: boolean | null | undefined;
|
|
940
986
|
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
941
|
-
treatment?: "accent-quote" | null | undefined;
|
|
987
|
+
treatment?: "accent-quote" | "editorial-rule" | "soft-panel" | "editorial-serif-quote" | "editorial-open" | "color-blocked" | null | undefined;
|
|
988
|
+
cardVariant?: "none" | "default" | "alternative" | null | undefined;
|
|
942
989
|
} | null | undefined;
|
|
943
990
|
} | undefined;
|
|
944
991
|
}> | undefined;
|
|
992
|
+
headingDecoration?: {
|
|
993
|
+
family: "none";
|
|
994
|
+
} | {
|
|
995
|
+
family: "organic-squiggle" | "short-center-rule";
|
|
996
|
+
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
997
|
+
} | undefined;
|
|
945
998
|
customCssRules?: {
|
|
946
999
|
id: string;
|
|
947
1000
|
selector: string;
|
|
@@ -1001,7 +1054,7 @@ export declare const mockThemes: {
|
|
|
1001
1054
|
density: "compact" | "airy" | "regular";
|
|
1002
1055
|
mediaBias: "text" | "media" | "mixed";
|
|
1003
1056
|
conversionBias: "high" | "low" | "med";
|
|
1004
|
-
motion: "standard" | "
|
|
1057
|
+
motion: "standard" | "expressive" | "subtle";
|
|
1005
1058
|
};
|
|
1006
1059
|
palette: {
|
|
1007
1060
|
colors: {
|
|
@@ -1223,6 +1276,9 @@ export declare const mockThemes: {
|
|
|
1223
1276
|
fontFamily: "body" | "heading";
|
|
1224
1277
|
letterSpacing: "wide" | "normal" | "wider" | "widest";
|
|
1225
1278
|
gradient: boolean;
|
|
1279
|
+
brandDisplay?: "auto" | "logo-only" | "logo-plus-title" | "title-only" | undefined;
|
|
1280
|
+
size?: "standard" | "auto" | "compact" | "display" | "generous" | undefined;
|
|
1281
|
+
accommodation?: "title-only" | "inline-logo-only" | "inline-wordmark" | "inline-mark-with-title" | "logo-plate" | "centered-badge" | "popout-badge" | "centered-masthead" | "hero-badge" | undefined;
|
|
1226
1282
|
} | undefined;
|
|
1227
1283
|
logoText?: {
|
|
1228
1284
|
mobileWrapLines?: 1 | 2 | undefined;
|
|
@@ -1447,7 +1503,7 @@ export declare const mockThemes: {
|
|
|
1447
1503
|
textColor?: string | null | undefined;
|
|
1448
1504
|
} | undefined;
|
|
1449
1505
|
textColor?: string | null | undefined;
|
|
1450
|
-
textAlign?: "
|
|
1506
|
+
textAlign?: "left" | "right" | "center" | undefined;
|
|
1451
1507
|
paddingY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
1452
1508
|
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
1453
1509
|
borderTop?: {
|
|
@@ -1542,6 +1598,7 @@ export declare const mockThemes: {
|
|
|
1542
1598
|
elevation: "medium" | "none" | "high" | "low";
|
|
1543
1599
|
softness: "soft" | "crisp" | "hard" | null;
|
|
1544
1600
|
position: "bottom" | "bottom-right";
|
|
1601
|
+
colorToken?: string | undefined;
|
|
1545
1602
|
} | undefined;
|
|
1546
1603
|
border?: {
|
|
1547
1604
|
widthClass: string;
|
|
@@ -1622,23 +1679,35 @@ export declare const mockThemes: {
|
|
|
1622
1679
|
type: "transparent";
|
|
1623
1680
|
};
|
|
1624
1681
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
1682
|
+
foregroundToken?: string | undefined;
|
|
1625
1683
|
shadow?: {
|
|
1626
1684
|
elevation: "medium" | "none" | "high" | "low";
|
|
1627
1685
|
softness: "soft" | "crisp" | "hard" | null;
|
|
1628
1686
|
position: "bottom" | "bottom-right";
|
|
1629
1687
|
} | undefined;
|
|
1630
1688
|
corners?: "rounded" | "square" | "pill" | "soft" | undefined;
|
|
1689
|
+
cornerRadii?: {
|
|
1690
|
+
topLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
1691
|
+
topRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
1692
|
+
bottomLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
1693
|
+
bottomRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
1694
|
+
} | undefined;
|
|
1631
1695
|
border?: {
|
|
1632
1696
|
widthClass: string;
|
|
1633
1697
|
colorToken: string;
|
|
1634
1698
|
} | undefined;
|
|
1699
|
+
accentEdge?: {
|
|
1700
|
+
edge: "left" | "right" | "top" | "bottom";
|
|
1701
|
+
colorToken: string;
|
|
1702
|
+
width: "medium" | "thick" | "thin" | "heavy";
|
|
1703
|
+
} | undefined;
|
|
1635
1704
|
}[];
|
|
1636
1705
|
} | undefined;
|
|
1637
1706
|
accordions?: {
|
|
1638
1707
|
background: {
|
|
1639
1708
|
type: "solid";
|
|
1640
1709
|
colorToken: string;
|
|
1641
|
-
};
|
|
1710
|
+
} | null;
|
|
1642
1711
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
1643
1712
|
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
1644
1713
|
border: {
|
|
@@ -1659,6 +1728,10 @@ export declare const mockThemes: {
|
|
|
1659
1728
|
trigger: {
|
|
1660
1729
|
textColorToken: string;
|
|
1661
1730
|
fontWeight: "medium" | "bold" | "regular" | "semibold" | null;
|
|
1731
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
1732
|
+
fontScale?: "body" | "md" | "lg" | undefined;
|
|
1733
|
+
letterSpacing?: "wide" | "normal" | "tight" | undefined;
|
|
1734
|
+
textTransform?: "none" | "uppercase" | undefined;
|
|
1662
1735
|
};
|
|
1663
1736
|
hover: {
|
|
1664
1737
|
backgroundColorToken?: string | undefined;
|
|
@@ -1668,6 +1741,22 @@ export declare const mockThemes: {
|
|
|
1668
1741
|
content: {
|
|
1669
1742
|
textColorToken: string;
|
|
1670
1743
|
};
|
|
1744
|
+
openState?: {
|
|
1745
|
+
backgroundColorToken?: string | undefined;
|
|
1746
|
+
triggerColorToken?: string | undefined;
|
|
1747
|
+
accent?: {
|
|
1748
|
+
edge: "left" | "top" | "bottom";
|
|
1749
|
+
colorToken: string;
|
|
1750
|
+
thickness: "medium" | "thick" | "thin";
|
|
1751
|
+
} | undefined;
|
|
1752
|
+
} | undefined;
|
|
1753
|
+
} | undefined;
|
|
1754
|
+
testimonialQuote?: {
|
|
1755
|
+
style: "none" | "serif-display" | "accent-glyph";
|
|
1756
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
1757
|
+
scale?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
1758
|
+
colorToken?: string | undefined;
|
|
1759
|
+
opacity?: number | undefined;
|
|
1671
1760
|
} | undefined;
|
|
1672
1761
|
inputs?: {
|
|
1673
1762
|
base: {
|
|
@@ -1738,8 +1827,10 @@ export declare const mockThemes: {
|
|
|
1738
1827
|
sectionStyles?: {
|
|
1739
1828
|
background?: {
|
|
1740
1829
|
type?: "image" | "color" | "gradient" | undefined;
|
|
1830
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
1741
1831
|
color?: string | null | undefined;
|
|
1742
1832
|
gradient?: string | null | undefined;
|
|
1833
|
+
gradientPresetId?: string | null | undefined;
|
|
1743
1834
|
image?: {
|
|
1744
1835
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
1745
1836
|
purpose?: string | undefined;
|
|
@@ -1787,6 +1878,8 @@ export declare const mockThemes: {
|
|
|
1787
1878
|
} | null | undefined;
|
|
1788
1879
|
textColor?: string | null | undefined;
|
|
1789
1880
|
headingColor?: string | null | undefined;
|
|
1881
|
+
linkColor?: string | null | undefined;
|
|
1882
|
+
supportingColor?: string | null | undefined;
|
|
1790
1883
|
} | null | undefined;
|
|
1791
1884
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
1792
1885
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
@@ -1795,13 +1888,11 @@ export declare const mockThemes: {
|
|
|
1795
1888
|
eyebrowTreatment?: "plain" | "pill" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
1796
1889
|
headingDecoration?: {
|
|
1797
1890
|
family: "none";
|
|
1798
|
-
placement: "none";
|
|
1799
1891
|
} | {
|
|
1800
1892
|
family: "organic-squiggle" | "short-center-rule";
|
|
1801
|
-
placement: "after-heading" | "between-heading-and-body" | "under-centered-heading";
|
|
1802
1893
|
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
1803
1894
|
} | null | undefined;
|
|
1804
|
-
headingDecorationOverride?: "off" | "site-default" |
|
|
1895
|
+
headingDecorationOverride?: "off" | "site-default" | null | undefined;
|
|
1805
1896
|
accordionIconTreatment?: {
|
|
1806
1897
|
iconSet: "caret" | "chevron" | "plus" | "minimal-cross";
|
|
1807
1898
|
colorToken: "current" | "text" | "primary" | "secondary" | "muted" | "accent";
|
|
@@ -1812,8 +1903,10 @@ export declare const mockThemes: {
|
|
|
1812
1903
|
containerStyles?: {
|
|
1813
1904
|
background?: {
|
|
1814
1905
|
type?: "image" | "color" | "gradient" | undefined;
|
|
1906
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
1815
1907
|
color?: string | null | undefined;
|
|
1816
1908
|
gradient?: string | null | undefined;
|
|
1909
|
+
gradientPresetId?: string | null | undefined;
|
|
1817
1910
|
image?: {
|
|
1818
1911
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
1819
1912
|
purpose?: string | undefined;
|
|
@@ -1861,6 +1954,8 @@ export declare const mockThemes: {
|
|
|
1861
1954
|
} | null | undefined;
|
|
1862
1955
|
textColor?: string | null | undefined;
|
|
1863
1956
|
headingColor?: string | null | undefined;
|
|
1957
|
+
linkColor?: string | null | undefined;
|
|
1958
|
+
supportingColor?: string | null | undefined;
|
|
1864
1959
|
} | null | undefined;
|
|
1865
1960
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
1866
1961
|
raised?: boolean | null | undefined;
|
|
@@ -1870,8 +1965,10 @@ export declare const mockThemes: {
|
|
|
1870
1965
|
cardStyles?: {
|
|
1871
1966
|
background?: {
|
|
1872
1967
|
type?: "image" | "color" | "gradient" | undefined;
|
|
1968
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
1873
1969
|
color?: string | null | undefined;
|
|
1874
1970
|
gradient?: string | null | undefined;
|
|
1971
|
+
gradientPresetId?: string | null | undefined;
|
|
1875
1972
|
image?: {
|
|
1876
1973
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
1877
1974
|
purpose?: string | undefined;
|
|
@@ -1919,6 +2016,8 @@ export declare const mockThemes: {
|
|
|
1919
2016
|
} | null | undefined;
|
|
1920
2017
|
textColor?: string | null | undefined;
|
|
1921
2018
|
headingColor?: string | null | undefined;
|
|
2019
|
+
linkColor?: string | null | undefined;
|
|
2020
|
+
supportingColor?: string | null | undefined;
|
|
1922
2021
|
} | null | undefined;
|
|
1923
2022
|
border?: {
|
|
1924
2023
|
enabled?: boolean | null | undefined;
|
|
@@ -1928,10 +2027,17 @@ export declare const mockThemes: {
|
|
|
1928
2027
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
1929
2028
|
raised?: boolean | null | undefined;
|
|
1930
2029
|
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
1931
|
-
treatment?: "accent-quote" | null | undefined;
|
|
2030
|
+
treatment?: "accent-quote" | "editorial-rule" | "soft-panel" | "editorial-serif-quote" | "editorial-open" | "color-blocked" | null | undefined;
|
|
2031
|
+
cardVariant?: "none" | "default" | "alternative" | null | undefined;
|
|
1932
2032
|
} | null | undefined;
|
|
1933
2033
|
} | undefined;
|
|
1934
2034
|
}> | undefined;
|
|
2035
|
+
headingDecoration?: {
|
|
2036
|
+
family: "none";
|
|
2037
|
+
} | {
|
|
2038
|
+
family: "organic-squiggle" | "short-center-rule";
|
|
2039
|
+
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
2040
|
+
} | undefined;
|
|
1935
2041
|
customCssRules?: {
|
|
1936
2042
|
id: string;
|
|
1937
2043
|
selector: string;
|
|
@@ -1991,7 +2097,7 @@ export declare const mockThemes: {
|
|
|
1991
2097
|
density: "compact" | "airy" | "regular";
|
|
1992
2098
|
mediaBias: "text" | "media" | "mixed";
|
|
1993
2099
|
conversionBias: "high" | "low" | "med";
|
|
1994
|
-
motion: "standard" | "
|
|
2100
|
+
motion: "standard" | "expressive" | "subtle";
|
|
1995
2101
|
};
|
|
1996
2102
|
palette: {
|
|
1997
2103
|
colors: {
|
|
@@ -2213,6 +2319,9 @@ export declare const mockThemes: {
|
|
|
2213
2319
|
fontFamily: "body" | "heading";
|
|
2214
2320
|
letterSpacing: "wide" | "normal" | "wider" | "widest";
|
|
2215
2321
|
gradient: boolean;
|
|
2322
|
+
brandDisplay?: "auto" | "logo-only" | "logo-plus-title" | "title-only" | undefined;
|
|
2323
|
+
size?: "standard" | "auto" | "compact" | "display" | "generous" | undefined;
|
|
2324
|
+
accommodation?: "title-only" | "inline-logo-only" | "inline-wordmark" | "inline-mark-with-title" | "logo-plate" | "centered-badge" | "popout-badge" | "centered-masthead" | "hero-badge" | undefined;
|
|
2216
2325
|
} | undefined;
|
|
2217
2326
|
logoText?: {
|
|
2218
2327
|
mobileWrapLines?: 1 | 2 | undefined;
|
|
@@ -2437,7 +2546,7 @@ export declare const mockThemes: {
|
|
|
2437
2546
|
textColor?: string | null | undefined;
|
|
2438
2547
|
} | undefined;
|
|
2439
2548
|
textColor?: string | null | undefined;
|
|
2440
|
-
textAlign?: "
|
|
2549
|
+
textAlign?: "left" | "right" | "center" | undefined;
|
|
2441
2550
|
paddingY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
2442
2551
|
paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
|
|
2443
2552
|
borderTop?: {
|
|
@@ -2532,6 +2641,7 @@ export declare const mockThemes: {
|
|
|
2532
2641
|
elevation: "medium" | "none" | "high" | "low";
|
|
2533
2642
|
softness: "soft" | "crisp" | "hard" | null;
|
|
2534
2643
|
position: "bottom" | "bottom-right";
|
|
2644
|
+
colorToken?: string | undefined;
|
|
2535
2645
|
} | undefined;
|
|
2536
2646
|
border?: {
|
|
2537
2647
|
widthClass: string;
|
|
@@ -2612,23 +2722,35 @@ export declare const mockThemes: {
|
|
|
2612
2722
|
type: "transparent";
|
|
2613
2723
|
};
|
|
2614
2724
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
2725
|
+
foregroundToken?: string | undefined;
|
|
2615
2726
|
shadow?: {
|
|
2616
2727
|
elevation: "medium" | "none" | "high" | "low";
|
|
2617
2728
|
softness: "soft" | "crisp" | "hard" | null;
|
|
2618
2729
|
position: "bottom" | "bottom-right";
|
|
2619
2730
|
} | undefined;
|
|
2620
2731
|
corners?: "rounded" | "square" | "pill" | "soft" | undefined;
|
|
2732
|
+
cornerRadii?: {
|
|
2733
|
+
topLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
2734
|
+
topRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
2735
|
+
bottomLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
2736
|
+
bottomRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
2737
|
+
} | undefined;
|
|
2621
2738
|
border?: {
|
|
2622
2739
|
widthClass: string;
|
|
2623
2740
|
colorToken: string;
|
|
2624
2741
|
} | undefined;
|
|
2742
|
+
accentEdge?: {
|
|
2743
|
+
edge: "left" | "right" | "top" | "bottom";
|
|
2744
|
+
colorToken: string;
|
|
2745
|
+
width: "medium" | "thick" | "thin" | "heavy";
|
|
2746
|
+
} | undefined;
|
|
2625
2747
|
}[];
|
|
2626
2748
|
} | undefined;
|
|
2627
2749
|
accordions?: {
|
|
2628
2750
|
background: {
|
|
2629
2751
|
type: "solid";
|
|
2630
2752
|
colorToken: string;
|
|
2631
|
-
};
|
|
2753
|
+
} | null;
|
|
2632
2754
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
2633
2755
|
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
2634
2756
|
border: {
|
|
@@ -2649,6 +2771,10 @@ export declare const mockThemes: {
|
|
|
2649
2771
|
trigger: {
|
|
2650
2772
|
textColorToken: string;
|
|
2651
2773
|
fontWeight: "medium" | "bold" | "regular" | "semibold" | null;
|
|
2774
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
2775
|
+
fontScale?: "body" | "md" | "lg" | undefined;
|
|
2776
|
+
letterSpacing?: "wide" | "normal" | "tight" | undefined;
|
|
2777
|
+
textTransform?: "none" | "uppercase" | undefined;
|
|
2652
2778
|
};
|
|
2653
2779
|
hover: {
|
|
2654
2780
|
backgroundColorToken?: string | undefined;
|
|
@@ -2658,6 +2784,22 @@ export declare const mockThemes: {
|
|
|
2658
2784
|
content: {
|
|
2659
2785
|
textColorToken: string;
|
|
2660
2786
|
};
|
|
2787
|
+
openState?: {
|
|
2788
|
+
backgroundColorToken?: string | undefined;
|
|
2789
|
+
triggerColorToken?: string | undefined;
|
|
2790
|
+
accent?: {
|
|
2791
|
+
edge: "left" | "top" | "bottom";
|
|
2792
|
+
colorToken: string;
|
|
2793
|
+
thickness: "medium" | "thick" | "thin";
|
|
2794
|
+
} | undefined;
|
|
2795
|
+
} | undefined;
|
|
2796
|
+
} | undefined;
|
|
2797
|
+
testimonialQuote?: {
|
|
2798
|
+
style: "none" | "serif-display" | "accent-glyph";
|
|
2799
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
2800
|
+
scale?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
2801
|
+
colorToken?: string | undefined;
|
|
2802
|
+
opacity?: number | undefined;
|
|
2661
2803
|
} | undefined;
|
|
2662
2804
|
inputs?: {
|
|
2663
2805
|
base: {
|
|
@@ -2728,8 +2870,10 @@ export declare const mockThemes: {
|
|
|
2728
2870
|
sectionStyles?: {
|
|
2729
2871
|
background?: {
|
|
2730
2872
|
type?: "image" | "color" | "gradient" | undefined;
|
|
2873
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
2731
2874
|
color?: string | null | undefined;
|
|
2732
2875
|
gradient?: string | null | undefined;
|
|
2876
|
+
gradientPresetId?: string | null | undefined;
|
|
2733
2877
|
image?: {
|
|
2734
2878
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
2735
2879
|
purpose?: string | undefined;
|
|
@@ -2777,6 +2921,8 @@ export declare const mockThemes: {
|
|
|
2777
2921
|
} | null | undefined;
|
|
2778
2922
|
textColor?: string | null | undefined;
|
|
2779
2923
|
headingColor?: string | null | undefined;
|
|
2924
|
+
linkColor?: string | null | undefined;
|
|
2925
|
+
supportingColor?: string | null | undefined;
|
|
2780
2926
|
} | null | undefined;
|
|
2781
2927
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
2782
2928
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
@@ -2785,13 +2931,11 @@ export declare const mockThemes: {
|
|
|
2785
2931
|
eyebrowTreatment?: "plain" | "pill" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
2786
2932
|
headingDecoration?: {
|
|
2787
2933
|
family: "none";
|
|
2788
|
-
placement: "none";
|
|
2789
2934
|
} | {
|
|
2790
2935
|
family: "organic-squiggle" | "short-center-rule";
|
|
2791
|
-
placement: "after-heading" | "between-heading-and-body" | "under-centered-heading";
|
|
2792
2936
|
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
2793
2937
|
} | null | undefined;
|
|
2794
|
-
headingDecorationOverride?: "off" | "site-default" |
|
|
2938
|
+
headingDecorationOverride?: "off" | "site-default" | null | undefined;
|
|
2795
2939
|
accordionIconTreatment?: {
|
|
2796
2940
|
iconSet: "caret" | "chevron" | "plus" | "minimal-cross";
|
|
2797
2941
|
colorToken: "current" | "text" | "primary" | "secondary" | "muted" | "accent";
|
|
@@ -2802,8 +2946,10 @@ export declare const mockThemes: {
|
|
|
2802
2946
|
containerStyles?: {
|
|
2803
2947
|
background?: {
|
|
2804
2948
|
type?: "image" | "color" | "gradient" | undefined;
|
|
2949
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
2805
2950
|
color?: string | null | undefined;
|
|
2806
2951
|
gradient?: string | null | undefined;
|
|
2952
|
+
gradientPresetId?: string | null | undefined;
|
|
2807
2953
|
image?: {
|
|
2808
2954
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
2809
2955
|
purpose?: string | undefined;
|
|
@@ -2851,6 +2997,8 @@ export declare const mockThemes: {
|
|
|
2851
2997
|
} | null | undefined;
|
|
2852
2998
|
textColor?: string | null | undefined;
|
|
2853
2999
|
headingColor?: string | null | undefined;
|
|
3000
|
+
linkColor?: string | null | undefined;
|
|
3001
|
+
supportingColor?: string | null | undefined;
|
|
2854
3002
|
} | null | undefined;
|
|
2855
3003
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
2856
3004
|
raised?: boolean | null | undefined;
|
|
@@ -2860,8 +3008,10 @@ export declare const mockThemes: {
|
|
|
2860
3008
|
cardStyles?: {
|
|
2861
3009
|
background?: {
|
|
2862
3010
|
type?: "image" | "color" | "gradient" | undefined;
|
|
3011
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
2863
3012
|
color?: string | null | undefined;
|
|
2864
3013
|
gradient?: string | null | undefined;
|
|
3014
|
+
gradientPresetId?: string | null | undefined;
|
|
2865
3015
|
image?: {
|
|
2866
3016
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
2867
3017
|
purpose?: string | undefined;
|
|
@@ -2909,6 +3059,8 @@ export declare const mockThemes: {
|
|
|
2909
3059
|
} | null | undefined;
|
|
2910
3060
|
textColor?: string | null | undefined;
|
|
2911
3061
|
headingColor?: string | null | undefined;
|
|
3062
|
+
linkColor?: string | null | undefined;
|
|
3063
|
+
supportingColor?: string | null | undefined;
|
|
2912
3064
|
} | null | undefined;
|
|
2913
3065
|
border?: {
|
|
2914
3066
|
enabled?: boolean | null | undefined;
|
|
@@ -2918,10 +3070,17 @@ export declare const mockThemes: {
|
|
|
2918
3070
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
2919
3071
|
raised?: boolean | null | undefined;
|
|
2920
3072
|
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
2921
|
-
treatment?: "accent-quote" | null | undefined;
|
|
3073
|
+
treatment?: "accent-quote" | "editorial-rule" | "soft-panel" | "editorial-serif-quote" | "editorial-open" | "color-blocked" | null | undefined;
|
|
3074
|
+
cardVariant?: "none" | "default" | "alternative" | null | undefined;
|
|
2922
3075
|
} | null | undefined;
|
|
2923
3076
|
} | undefined;
|
|
2924
3077
|
}> | undefined;
|
|
3078
|
+
headingDecoration?: {
|
|
3079
|
+
family: "none";
|
|
3080
|
+
} | {
|
|
3081
|
+
family: "organic-squiggle" | "short-center-rule";
|
|
3082
|
+
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
3083
|
+
} | undefined;
|
|
2925
3084
|
customCssRules?: {
|
|
2926
3085
|
id: string;
|
|
2927
3086
|
selector: string;
|
|
@@ -223,6 +223,36 @@ export declare const paletteVariants: readonly [Readonly<{
|
|
|
223
223
|
name: import("../../../../blocks/src/index").PaletteTokenName;
|
|
224
224
|
hex: string;
|
|
225
225
|
}>[];
|
|
226
|
+
}>, Readonly<{
|
|
227
|
+
id: PaletteVariantId<"soft-natural-lilac">;
|
|
228
|
+
name: string;
|
|
229
|
+
description: string;
|
|
230
|
+
tags: Readonly<Partial<Readonly<{
|
|
231
|
+
tone: import("../../../../blocks/src/index").StyleTone;
|
|
232
|
+
energy: import("../../../../blocks/src/index").StyleEnergy;
|
|
233
|
+
motion: import("../../../../blocks/src/index").StyleMotion;
|
|
234
|
+
era: import("../../../../blocks/src/index").StyleEra;
|
|
235
|
+
}>>>;
|
|
236
|
+
mode: "light" | "dark";
|
|
237
|
+
colors: readonly Readonly<{
|
|
238
|
+
name: import("../../../../blocks/src/index").PaletteTokenName;
|
|
239
|
+
hex: string;
|
|
240
|
+
}>[];
|
|
241
|
+
}>, Readonly<{
|
|
242
|
+
id: PaletteVariantId<"warm-dark-ember">;
|
|
243
|
+
name: string;
|
|
244
|
+
description: string;
|
|
245
|
+
tags: Readonly<Partial<Readonly<{
|
|
246
|
+
tone: import("../../../../blocks/src/index").StyleTone;
|
|
247
|
+
energy: import("../../../../blocks/src/index").StyleEnergy;
|
|
248
|
+
motion: import("../../../../blocks/src/index").StyleMotion;
|
|
249
|
+
era: import("../../../../blocks/src/index").StyleEra;
|
|
250
|
+
}>>>;
|
|
251
|
+
mode: "light" | "dark";
|
|
252
|
+
colors: readonly Readonly<{
|
|
253
|
+
name: import("../../../../blocks/src/index").PaletteTokenName;
|
|
254
|
+
hex: string;
|
|
255
|
+
}>[];
|
|
226
256
|
}>];
|
|
227
257
|
type UnbrandedPaletteVariantId<TValue> = TValue extends infer TRaw & {
|
|
228
258
|
readonly __brand: 'PaletteVariantId';
|