@riverbankcms/sdk 0.78.2 → 0.80.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 +80 -0
- package/dist/PreviewEditorSidebar-QZG37QIF.mjs +2655 -0
- package/dist/{PreviewEditorUI-CS5P4N3P.mjs → PreviewEditorUI-AXIKSMZA.mjs} +27 -4
- package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +56 -0
- package/dist/_dts/api/src/endpoints.d.ts +79 -0
- package/dist/_dts/api/src/index.d.ts +6 -4
- package/dist/_dts/api/src/media.d.ts +8 -1
- package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +1 -1
- package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +8 -8
- package/dist/_dts/api/src/navigation/identity.d.ts +59 -0
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +4 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +1 -0
- package/dist/_dts/api/src/siteIcons.d.ts +128 -0
- package/dist/_dts/api/src/siteInfrastructure.d.ts +124 -0
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +16 -0
- package/dist/_dts/api/src/siteOnboarding.d.ts +13 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +17 -1
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +6 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/api/src/webhooks.d.ts +239 -0
- 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/client/header.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +12 -12
- package/dist/_dts/blocks/src/index.d.ts +5 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
- 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/types.d.ts +4 -1
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +57 -0
- package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +4 -0
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +22 -22
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +13 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +179 -0
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -2
- package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +1 -0
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +10 -0
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +3 -1
- package/dist/_dts/blocks/src/system/icons/ids.d.ts +13 -0
- package/dist/_dts/blocks/src/system/icons/index.d.ts +6 -0
- package/dist/_dts/blocks/src/system/icons/presets.d.ts +4 -0
- package/dist/_dts/blocks/src/system/icons/registry.d.ts +18 -0
- package/dist/_dts/blocks/src/system/icons/semantic.d.ts +239 -0
- package/dist/_dts/blocks/src/system/icons/value.d.ts +94 -0
- package/dist/_dts/blocks/src/system/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +4 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -0
- package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +1 -4
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +7 -7
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +10 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +5 -5
- 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/feature-card-icon.d.ts +13 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +3 -0
- 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/content-model/src/contentManifest.d.ts +3 -1
- package/dist/_dts/core/src/branded.d.ts +6 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +200 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +8 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +8 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +8 -2
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +17 -0
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +42 -0
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +7 -1
- package/dist/_dts/editor-blocks/src/block-editor/featureCardIconActions.d.ts +82 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDomain.d.ts +8 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -2
- package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +2 -1
- package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +5 -1
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +17 -0
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +24 -0
- package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +34 -0
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +2 -5
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +8 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeEditorDraftPatch.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +6 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/storeTypes.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/commands/webhooks.d.ts +44 -0
- package/dist/_dts/sdk/src/cli/navigationIdentity.d.ts +11 -0
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/site-commands/oneOffCommands.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/sync/diff.d.ts +9 -0
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +58 -0
- package/dist/_dts/sdk/src/client/management/webhooks.d.ts +3 -0
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +3 -1
- package/dist/_dts/sdk/src/contracts/index.d.ts +1 -1
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +24 -4
- package/dist/_dts/sdk/src/next/index.d.ts +1 -1
- package/dist/_dts/sdk/src/next/revalidate.d.ts +26 -5
- package/dist/_dts/sdk/src/next/static-params.d.ts +28 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -1
- package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/sdk/src/webhooks/index.d.ts +1 -1
- package/dist/_dts/sdk/src/webhooks/verify.d.ts +6 -102
- package/dist/_dts/site-commands/src/commands.d.ts +3 -0
- 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/personalities/types.d.ts +1 -1
- 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 +105 -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/mock-themes/all.d.ts +159 -21
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -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/schema.d.ts +451 -57
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +2 -3
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +135 -3
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +5 -5
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +20 -1
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +8 -2
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +286 -6
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +193 -0
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +6 -12
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +10 -7
- package/dist/_dts/theme-core/src/site-styles/siteStyleThemeCompiler.d.ts +11 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +2 -2
- 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 +7 -29
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -0
- package/dist/_dts/ui/src/combobox.d.ts +1 -0
- package/dist/{PreviewEditorSidebar-4DXLYX2V.mjs → chunk-5NZGBSJF.mjs} +2215 -2566
- package/dist/{chunk-RGTOD4AJ.mjs → chunk-7PCYG6YV.mjs} +621 -108
- package/dist/{chunk-CR5HKAGU.mjs → chunk-BBLZSQEY.mjs} +79 -0
- package/dist/{chunk-MCRQMPET.mjs → chunk-GYXKAUFV.mjs} +4500 -912
- package/dist/{chunk-6HYXHRAI.mjs → chunk-HTB4BMKD.mjs} +267 -49
- package/dist/{chunk-OKMBEAXY.mjs → chunk-MPBNEVPB.mjs} +1 -1
- package/dist/cli/index.mjs +3255 -702
- package/dist/cli/init-docs/content/workflow-editor-workflows.md +2 -0
- package/dist/cli/init-docs/content/workflow-isr-revalidation.md +150 -0
- package/dist/client/{accordion-PLYNJIIM.mjs → accordion-QFZMNB7O.mjs} +1 -1
- package/dist/client/{bookingForm-BXAP6AO7.mjs → bookingForm-NCIXFWIG.mjs} +3 -3
- package/dist/client/bookings.mjs +1246 -323
- package/dist/client/{carousel-TRBXDHGF.mjs → carousel-EO4BJMWD.mjs} +2 -2
- package/dist/client/{cart-Z7H3HJRS.mjs → cart-FTYCLYUW.mjs} +5 -5
- package/dist/client/{checkout-WAFCUBIX.mjs → checkout-NFGLVCOX.mjs} +5 -5
- package/dist/client/{chunk-CWGTG37I.mjs → chunk-4W66ALYT.mjs} +1 -1
- package/dist/client/{chunk-JRDUHZCT.mjs → chunk-6GVVWSPU.mjs} +4 -4
- package/dist/client/{chunk-75OUS5MT.mjs → chunk-IWFZSQNZ.mjs} +1 -1
- package/dist/client/{chunk-JGXPTEI2.mjs → chunk-PUOELU4O.mjs} +95 -8
- package/dist/client/{chunk-FUXW6VW2.mjs → chunk-PYRBIURC.mjs} +4 -4
- package/dist/client/{chunk-ZI3LLBPZ.mjs → chunk-T6UIP6UZ.mjs} +1 -1
- package/dist/client/{chunk-DNRGY432.mjs → chunk-VDS5YFLX.mjs} +1 -1
- package/dist/client/{chunk-UVQEJJTN.mjs → chunk-Y37KDO7P.mjs} +1 -1
- package/dist/client/client.mjs +24277 -20796
- package/dist/client/{courseRegistration-AHFQHWIJ.mjs → courseRegistration-2EORROPS.mjs} +3 -3
- package/dist/client/{eventCalendar-LDXTV5R7.mjs → eventCalendar-WZI4VL6N.mjs} +5 -5
- package/dist/client/{eventCombined-A4JGTNJO.mjs → eventCombined-QCB2TCNL.mjs} +5 -5
- package/dist/client/{eventDetails-4YXTZ7EG.mjs → eventDetails-TFTATAPH.mjs} +5 -5
- package/dist/client/{eventListing-P72TPFFM.mjs → eventListing-A2CQEHEQ.mjs} +5 -5
- package/dist/client/{eventRegistration-LSYJHGMT.mjs → eventRegistration-OELPVLUY.mjs} +5 -5
- package/dist/client/{form-AOPYOKOW.mjs → form-NTIFD6WQ.mjs} +1 -1
- package/dist/client/{headerSection-5TFYDFVQ.mjs → headerSection-7TBNKCLA.mjs} +65 -24
- package/dist/client/hooks.mjs +3687 -2024
- package/dist/client/{locationMap-QSZ3ZVAZ.mjs → locationMap-LRLB5A3H.mjs} +1 -1
- package/dist/client/{newsletterForm-KTRHZY52.mjs → newsletterForm-XI52RZSN.mjs} +1 -1
- package/dist/client/{productDetail-N4E775RG.mjs → productDetail-GSNKBFLY.mjs} +5 -5
- package/dist/client/{productList-UGUQ2S45.mjs → productList-BGCGT4KZ.mjs} +5 -5
- package/dist/client/rendering/client.mjs +5274 -3030
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +6271 -2790
- package/dist/client/{shop-VHSZEEQ2.mjs → shop-RQHUCLNY.mjs} +5 -5
- package/dist/preview-next/before-render.mjs +79 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +79 -0
- package/dist/{sdk-runtime-WHPJEF5G.mjs → sdk-runtime-A4LHT2RS.mjs} +6 -6
- package/dist/server/components.mjs +6215 -3057
- package/dist/server/config-validation.mjs +3858 -2194
- package/dist/server/config.mjs +3858 -2194
- package/dist/server/data.mjs +3687 -2024
- package/dist/server/index.mjs +88 -1
- package/dist/server/next/revalidate.mjs +229 -34
- package/dist/server/next.mjs +6295 -3036
- package/dist/server/page-converter.mjs +3055 -1883
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +6220 -3062
- package/dist/server/rendering.mjs +6233 -3075
- package/dist/server/routing.mjs +4251 -2137
- package/dist/server/server.mjs +3705 -2042
- package/dist/server/theme-bridge.mjs +1617 -329
- package/dist/server/theme.mjs +411 -221
- package/dist/server/webhooks.mjs +129 -25
- package/dist/styles/index.css +355 -33
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +0 -8
- package/dist/chunk-4QEGTLK6.mjs +0 -1175
|
@@ -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;
|
|
@@ -632,23 +635,35 @@ export declare const mockThemes: {
|
|
|
632
635
|
type: "transparent";
|
|
633
636
|
};
|
|
634
637
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
638
|
+
foregroundToken?: string | undefined;
|
|
635
639
|
shadow?: {
|
|
636
640
|
elevation: "medium" | "none" | "high" | "low";
|
|
637
641
|
softness: "soft" | "crisp" | "hard" | null;
|
|
638
642
|
position: "bottom" | "bottom-right";
|
|
639
643
|
} | undefined;
|
|
640
644
|
corners?: "rounded" | "square" | "pill" | "soft" | undefined;
|
|
645
|
+
cornerRadii?: {
|
|
646
|
+
topLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
647
|
+
topRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
648
|
+
bottomLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
649
|
+
bottomRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
650
|
+
} | undefined;
|
|
641
651
|
border?: {
|
|
642
652
|
widthClass: string;
|
|
643
653
|
colorToken: string;
|
|
644
654
|
} | undefined;
|
|
655
|
+
accentEdge?: {
|
|
656
|
+
edge: "left" | "right" | "top" | "bottom";
|
|
657
|
+
colorToken: string;
|
|
658
|
+
width: "medium" | "thick" | "thin" | "heavy";
|
|
659
|
+
} | undefined;
|
|
645
660
|
}[];
|
|
646
661
|
} | undefined;
|
|
647
662
|
accordions?: {
|
|
648
663
|
background: {
|
|
649
664
|
type: "solid";
|
|
650
665
|
colorToken: string;
|
|
651
|
-
};
|
|
666
|
+
} | null;
|
|
652
667
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
653
668
|
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
654
669
|
border: {
|
|
@@ -669,6 +684,10 @@ export declare const mockThemes: {
|
|
|
669
684
|
trigger: {
|
|
670
685
|
textColorToken: string;
|
|
671
686
|
fontWeight: "medium" | "bold" | "regular" | "semibold" | null;
|
|
687
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
688
|
+
fontScale?: "body" | "md" | "lg" | undefined;
|
|
689
|
+
letterSpacing?: "wide" | "normal" | "tight" | undefined;
|
|
690
|
+
textTransform?: "none" | "uppercase" | undefined;
|
|
672
691
|
};
|
|
673
692
|
hover: {
|
|
674
693
|
backgroundColorToken?: string | undefined;
|
|
@@ -678,6 +697,22 @@ export declare const mockThemes: {
|
|
|
678
697
|
content: {
|
|
679
698
|
textColorToken: string;
|
|
680
699
|
};
|
|
700
|
+
openState?: {
|
|
701
|
+
backgroundColorToken?: string | undefined;
|
|
702
|
+
triggerColorToken?: string | undefined;
|
|
703
|
+
accent?: {
|
|
704
|
+
edge: "left" | "top" | "bottom";
|
|
705
|
+
colorToken: string;
|
|
706
|
+
thickness: "medium" | "thick" | "thin";
|
|
707
|
+
} | undefined;
|
|
708
|
+
} | undefined;
|
|
709
|
+
} | undefined;
|
|
710
|
+
testimonialQuote?: {
|
|
711
|
+
style: "none" | "serif-display" | "accent-glyph";
|
|
712
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
713
|
+
scale?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
714
|
+
colorToken?: string | undefined;
|
|
715
|
+
opacity?: number | undefined;
|
|
681
716
|
} | undefined;
|
|
682
717
|
inputs?: {
|
|
683
718
|
base: {
|
|
@@ -748,8 +783,10 @@ export declare const mockThemes: {
|
|
|
748
783
|
sectionStyles?: {
|
|
749
784
|
background?: {
|
|
750
785
|
type?: "image" | "color" | "gradient" | undefined;
|
|
786
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
751
787
|
color?: string | null | undefined;
|
|
752
788
|
gradient?: string | null | undefined;
|
|
789
|
+
gradientPresetId?: string | null | undefined;
|
|
753
790
|
image?: {
|
|
754
791
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
755
792
|
purpose?: string | undefined;
|
|
@@ -802,16 +839,14 @@ export declare const mockThemes: {
|
|
|
802
839
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
803
840
|
tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
|
|
804
841
|
eventListTreatment?: "plain" | "lined-panel" | null | undefined;
|
|
805
|
-
eyebrowTreatment?: "
|
|
842
|
+
eyebrowTreatment?: "plain" | "pill" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
806
843
|
headingDecoration?: {
|
|
807
844
|
family: "none";
|
|
808
|
-
placement: "none";
|
|
809
845
|
} | {
|
|
810
846
|
family: "organic-squiggle" | "short-center-rule";
|
|
811
|
-
placement: "after-heading" | "between-heading-and-body" | "under-centered-heading";
|
|
812
847
|
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
813
848
|
} | null | undefined;
|
|
814
|
-
headingDecorationOverride?: "off" | "site-default" |
|
|
849
|
+
headingDecorationOverride?: "off" | "site-default" | null | undefined;
|
|
815
850
|
accordionIconTreatment?: {
|
|
816
851
|
iconSet: "caret" | "chevron" | "plus" | "minimal-cross";
|
|
817
852
|
colorToken: "current" | "text" | "primary" | "secondary" | "muted" | "accent";
|
|
@@ -822,8 +857,10 @@ export declare const mockThemes: {
|
|
|
822
857
|
containerStyles?: {
|
|
823
858
|
background?: {
|
|
824
859
|
type?: "image" | "color" | "gradient" | undefined;
|
|
860
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
825
861
|
color?: string | null | undefined;
|
|
826
862
|
gradient?: string | null | undefined;
|
|
863
|
+
gradientPresetId?: string | null | undefined;
|
|
827
864
|
image?: {
|
|
828
865
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
829
866
|
purpose?: string | undefined;
|
|
@@ -880,8 +917,10 @@ export declare const mockThemes: {
|
|
|
880
917
|
cardStyles?: {
|
|
881
918
|
background?: {
|
|
882
919
|
type?: "image" | "color" | "gradient" | undefined;
|
|
920
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
883
921
|
color?: string | null | undefined;
|
|
884
922
|
gradient?: string | null | undefined;
|
|
923
|
+
gradientPresetId?: string | null | undefined;
|
|
885
924
|
image?: {
|
|
886
925
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
887
926
|
purpose?: string | undefined;
|
|
@@ -938,10 +977,17 @@ export declare const mockThemes: {
|
|
|
938
977
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
939
978
|
raised?: boolean | null | undefined;
|
|
940
979
|
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
941
|
-
treatment?: "accent-quote" | null | undefined;
|
|
980
|
+
treatment?: "accent-quote" | "editorial-rule" | "soft-panel" | "editorial-serif-quote" | "editorial-open" | null | undefined;
|
|
981
|
+
cardVariant?: "none" | "default" | "alternative" | null | undefined;
|
|
942
982
|
} | null | undefined;
|
|
943
983
|
} | undefined;
|
|
944
984
|
}> | undefined;
|
|
985
|
+
headingDecoration?: {
|
|
986
|
+
family: "none";
|
|
987
|
+
} | {
|
|
988
|
+
family: "organic-squiggle" | "short-center-rule";
|
|
989
|
+
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
990
|
+
} | undefined;
|
|
945
991
|
customCssRules?: {
|
|
946
992
|
id: string;
|
|
947
993
|
selector: string;
|
|
@@ -1001,7 +1047,7 @@ export declare const mockThemes: {
|
|
|
1001
1047
|
density: "compact" | "airy" | "regular";
|
|
1002
1048
|
mediaBias: "text" | "media" | "mixed";
|
|
1003
1049
|
conversionBias: "high" | "low" | "med";
|
|
1004
|
-
motion: "standard" | "
|
|
1050
|
+
motion: "standard" | "expressive" | "subtle";
|
|
1005
1051
|
};
|
|
1006
1052
|
palette: {
|
|
1007
1053
|
colors: {
|
|
@@ -1223,6 +1269,9 @@ export declare const mockThemes: {
|
|
|
1223
1269
|
fontFamily: "body" | "heading";
|
|
1224
1270
|
letterSpacing: "wide" | "normal" | "wider" | "widest";
|
|
1225
1271
|
gradient: boolean;
|
|
1272
|
+
brandDisplay?: "auto" | "logo-only" | "logo-plus-title" | "title-only" | undefined;
|
|
1273
|
+
size?: "standard" | "auto" | "compact" | "display" | "generous" | undefined;
|
|
1274
|
+
accommodation?: "title-only" | "inline-logo-only" | "inline-wordmark" | "inline-mark-with-title" | "logo-plate" | "centered-badge" | "popout-badge" | "centered-masthead" | "hero-badge" | undefined;
|
|
1226
1275
|
} | undefined;
|
|
1227
1276
|
logoText?: {
|
|
1228
1277
|
mobileWrapLines?: 1 | 2 | undefined;
|
|
@@ -1622,23 +1671,35 @@ export declare const mockThemes: {
|
|
|
1622
1671
|
type: "transparent";
|
|
1623
1672
|
};
|
|
1624
1673
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
1674
|
+
foregroundToken?: string | undefined;
|
|
1625
1675
|
shadow?: {
|
|
1626
1676
|
elevation: "medium" | "none" | "high" | "low";
|
|
1627
1677
|
softness: "soft" | "crisp" | "hard" | null;
|
|
1628
1678
|
position: "bottom" | "bottom-right";
|
|
1629
1679
|
} | undefined;
|
|
1630
1680
|
corners?: "rounded" | "square" | "pill" | "soft" | undefined;
|
|
1681
|
+
cornerRadii?: {
|
|
1682
|
+
topLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
1683
|
+
topRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
1684
|
+
bottomLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
1685
|
+
bottomRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
1686
|
+
} | undefined;
|
|
1631
1687
|
border?: {
|
|
1632
1688
|
widthClass: string;
|
|
1633
1689
|
colorToken: string;
|
|
1634
1690
|
} | undefined;
|
|
1691
|
+
accentEdge?: {
|
|
1692
|
+
edge: "left" | "right" | "top" | "bottom";
|
|
1693
|
+
colorToken: string;
|
|
1694
|
+
width: "medium" | "thick" | "thin" | "heavy";
|
|
1695
|
+
} | undefined;
|
|
1635
1696
|
}[];
|
|
1636
1697
|
} | undefined;
|
|
1637
1698
|
accordions?: {
|
|
1638
1699
|
background: {
|
|
1639
1700
|
type: "solid";
|
|
1640
1701
|
colorToken: string;
|
|
1641
|
-
};
|
|
1702
|
+
} | null;
|
|
1642
1703
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
1643
1704
|
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
1644
1705
|
border: {
|
|
@@ -1659,6 +1720,10 @@ export declare const mockThemes: {
|
|
|
1659
1720
|
trigger: {
|
|
1660
1721
|
textColorToken: string;
|
|
1661
1722
|
fontWeight: "medium" | "bold" | "regular" | "semibold" | null;
|
|
1723
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
1724
|
+
fontScale?: "body" | "md" | "lg" | undefined;
|
|
1725
|
+
letterSpacing?: "wide" | "normal" | "tight" | undefined;
|
|
1726
|
+
textTransform?: "none" | "uppercase" | undefined;
|
|
1662
1727
|
};
|
|
1663
1728
|
hover: {
|
|
1664
1729
|
backgroundColorToken?: string | undefined;
|
|
@@ -1668,6 +1733,22 @@ export declare const mockThemes: {
|
|
|
1668
1733
|
content: {
|
|
1669
1734
|
textColorToken: string;
|
|
1670
1735
|
};
|
|
1736
|
+
openState?: {
|
|
1737
|
+
backgroundColorToken?: string | undefined;
|
|
1738
|
+
triggerColorToken?: string | undefined;
|
|
1739
|
+
accent?: {
|
|
1740
|
+
edge: "left" | "top" | "bottom";
|
|
1741
|
+
colorToken: string;
|
|
1742
|
+
thickness: "medium" | "thick" | "thin";
|
|
1743
|
+
} | undefined;
|
|
1744
|
+
} | undefined;
|
|
1745
|
+
} | undefined;
|
|
1746
|
+
testimonialQuote?: {
|
|
1747
|
+
style: "none" | "serif-display" | "accent-glyph";
|
|
1748
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
1749
|
+
scale?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
1750
|
+
colorToken?: string | undefined;
|
|
1751
|
+
opacity?: number | undefined;
|
|
1671
1752
|
} | undefined;
|
|
1672
1753
|
inputs?: {
|
|
1673
1754
|
base: {
|
|
@@ -1738,8 +1819,10 @@ export declare const mockThemes: {
|
|
|
1738
1819
|
sectionStyles?: {
|
|
1739
1820
|
background?: {
|
|
1740
1821
|
type?: "image" | "color" | "gradient" | undefined;
|
|
1822
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
1741
1823
|
color?: string | null | undefined;
|
|
1742
1824
|
gradient?: string | null | undefined;
|
|
1825
|
+
gradientPresetId?: string | null | undefined;
|
|
1743
1826
|
image?: {
|
|
1744
1827
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
1745
1828
|
purpose?: string | undefined;
|
|
@@ -1792,16 +1875,14 @@ export declare const mockThemes: {
|
|
|
1792
1875
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
1793
1876
|
tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
|
|
1794
1877
|
eventListTreatment?: "plain" | "lined-panel" | null | undefined;
|
|
1795
|
-
eyebrowTreatment?: "
|
|
1878
|
+
eyebrowTreatment?: "plain" | "pill" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
1796
1879
|
headingDecoration?: {
|
|
1797
1880
|
family: "none";
|
|
1798
|
-
placement: "none";
|
|
1799
1881
|
} | {
|
|
1800
1882
|
family: "organic-squiggle" | "short-center-rule";
|
|
1801
|
-
placement: "after-heading" | "between-heading-and-body" | "under-centered-heading";
|
|
1802
1883
|
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
1803
1884
|
} | null | undefined;
|
|
1804
|
-
headingDecorationOverride?: "off" | "site-default" |
|
|
1885
|
+
headingDecorationOverride?: "off" | "site-default" | null | undefined;
|
|
1805
1886
|
accordionIconTreatment?: {
|
|
1806
1887
|
iconSet: "caret" | "chevron" | "plus" | "minimal-cross";
|
|
1807
1888
|
colorToken: "current" | "text" | "primary" | "secondary" | "muted" | "accent";
|
|
@@ -1812,8 +1893,10 @@ export declare const mockThemes: {
|
|
|
1812
1893
|
containerStyles?: {
|
|
1813
1894
|
background?: {
|
|
1814
1895
|
type?: "image" | "color" | "gradient" | undefined;
|
|
1896
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
1815
1897
|
color?: string | null | undefined;
|
|
1816
1898
|
gradient?: string | null | undefined;
|
|
1899
|
+
gradientPresetId?: string | null | undefined;
|
|
1817
1900
|
image?: {
|
|
1818
1901
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
1819
1902
|
purpose?: string | undefined;
|
|
@@ -1870,8 +1953,10 @@ export declare const mockThemes: {
|
|
|
1870
1953
|
cardStyles?: {
|
|
1871
1954
|
background?: {
|
|
1872
1955
|
type?: "image" | "color" | "gradient" | undefined;
|
|
1956
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
1873
1957
|
color?: string | null | undefined;
|
|
1874
1958
|
gradient?: string | null | undefined;
|
|
1959
|
+
gradientPresetId?: string | null | undefined;
|
|
1875
1960
|
image?: {
|
|
1876
1961
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
1877
1962
|
purpose?: string | undefined;
|
|
@@ -1928,10 +2013,17 @@ export declare const mockThemes: {
|
|
|
1928
2013
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
1929
2014
|
raised?: boolean | null | undefined;
|
|
1930
2015
|
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
1931
|
-
treatment?: "accent-quote" | null | undefined;
|
|
2016
|
+
treatment?: "accent-quote" | "editorial-rule" | "soft-panel" | "editorial-serif-quote" | "editorial-open" | null | undefined;
|
|
2017
|
+
cardVariant?: "none" | "default" | "alternative" | null | undefined;
|
|
1932
2018
|
} | null | undefined;
|
|
1933
2019
|
} | undefined;
|
|
1934
2020
|
}> | undefined;
|
|
2021
|
+
headingDecoration?: {
|
|
2022
|
+
family: "none";
|
|
2023
|
+
} | {
|
|
2024
|
+
family: "organic-squiggle" | "short-center-rule";
|
|
2025
|
+
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
2026
|
+
} | undefined;
|
|
1935
2027
|
customCssRules?: {
|
|
1936
2028
|
id: string;
|
|
1937
2029
|
selector: string;
|
|
@@ -1991,7 +2083,7 @@ export declare const mockThemes: {
|
|
|
1991
2083
|
density: "compact" | "airy" | "regular";
|
|
1992
2084
|
mediaBias: "text" | "media" | "mixed";
|
|
1993
2085
|
conversionBias: "high" | "low" | "med";
|
|
1994
|
-
motion: "standard" | "
|
|
2086
|
+
motion: "standard" | "expressive" | "subtle";
|
|
1995
2087
|
};
|
|
1996
2088
|
palette: {
|
|
1997
2089
|
colors: {
|
|
@@ -2213,6 +2305,9 @@ export declare const mockThemes: {
|
|
|
2213
2305
|
fontFamily: "body" | "heading";
|
|
2214
2306
|
letterSpacing: "wide" | "normal" | "wider" | "widest";
|
|
2215
2307
|
gradient: boolean;
|
|
2308
|
+
brandDisplay?: "auto" | "logo-only" | "logo-plus-title" | "title-only" | undefined;
|
|
2309
|
+
size?: "standard" | "auto" | "compact" | "display" | "generous" | undefined;
|
|
2310
|
+
accommodation?: "title-only" | "inline-logo-only" | "inline-wordmark" | "inline-mark-with-title" | "logo-plate" | "centered-badge" | "popout-badge" | "centered-masthead" | "hero-badge" | undefined;
|
|
2216
2311
|
} | undefined;
|
|
2217
2312
|
logoText?: {
|
|
2218
2313
|
mobileWrapLines?: 1 | 2 | undefined;
|
|
@@ -2612,23 +2707,35 @@ export declare const mockThemes: {
|
|
|
2612
2707
|
type: "transparent";
|
|
2613
2708
|
};
|
|
2614
2709
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
2710
|
+
foregroundToken?: string | undefined;
|
|
2615
2711
|
shadow?: {
|
|
2616
2712
|
elevation: "medium" | "none" | "high" | "low";
|
|
2617
2713
|
softness: "soft" | "crisp" | "hard" | null;
|
|
2618
2714
|
position: "bottom" | "bottom-right";
|
|
2619
2715
|
} | undefined;
|
|
2620
2716
|
corners?: "rounded" | "square" | "pill" | "soft" | undefined;
|
|
2717
|
+
cornerRadii?: {
|
|
2718
|
+
topLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
2719
|
+
topRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
2720
|
+
bottomLeft?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
2721
|
+
bottomRight?: "rounded" | "square" | "pill" | "soft" | "expressive" | undefined;
|
|
2722
|
+
} | undefined;
|
|
2621
2723
|
border?: {
|
|
2622
2724
|
widthClass: string;
|
|
2623
2725
|
colorToken: string;
|
|
2624
2726
|
} | undefined;
|
|
2727
|
+
accentEdge?: {
|
|
2728
|
+
edge: "left" | "right" | "top" | "bottom";
|
|
2729
|
+
colorToken: string;
|
|
2730
|
+
width: "medium" | "thick" | "thin" | "heavy";
|
|
2731
|
+
} | undefined;
|
|
2625
2732
|
}[];
|
|
2626
2733
|
} | undefined;
|
|
2627
2734
|
accordions?: {
|
|
2628
2735
|
background: {
|
|
2629
2736
|
type: "solid";
|
|
2630
2737
|
colorToken: string;
|
|
2631
|
-
};
|
|
2738
|
+
} | null;
|
|
2632
2739
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
2633
2740
|
corners: "rounded" | "square" | "pill" | "soft" | null;
|
|
2634
2741
|
border: {
|
|
@@ -2649,6 +2756,10 @@ export declare const mockThemes: {
|
|
|
2649
2756
|
trigger: {
|
|
2650
2757
|
textColorToken: string;
|
|
2651
2758
|
fontWeight: "medium" | "bold" | "regular" | "semibold" | null;
|
|
2759
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
2760
|
+
fontScale?: "body" | "md" | "lg" | undefined;
|
|
2761
|
+
letterSpacing?: "wide" | "normal" | "tight" | undefined;
|
|
2762
|
+
textTransform?: "none" | "uppercase" | undefined;
|
|
2652
2763
|
};
|
|
2653
2764
|
hover: {
|
|
2654
2765
|
backgroundColorToken?: string | undefined;
|
|
@@ -2658,6 +2769,22 @@ export declare const mockThemes: {
|
|
|
2658
2769
|
content: {
|
|
2659
2770
|
textColorToken: string;
|
|
2660
2771
|
};
|
|
2772
|
+
openState?: {
|
|
2773
|
+
backgroundColorToken?: string | undefined;
|
|
2774
|
+
triggerColorToken?: string | undefined;
|
|
2775
|
+
accent?: {
|
|
2776
|
+
edge: "left" | "top" | "bottom";
|
|
2777
|
+
colorToken: string;
|
|
2778
|
+
thickness: "medium" | "thick" | "thin";
|
|
2779
|
+
} | undefined;
|
|
2780
|
+
} | undefined;
|
|
2781
|
+
} | undefined;
|
|
2782
|
+
testimonialQuote?: {
|
|
2783
|
+
style: "none" | "serif-display" | "accent-glyph";
|
|
2784
|
+
fontFamily?: "body" | "heading" | undefined;
|
|
2785
|
+
scale?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
2786
|
+
colorToken?: string | undefined;
|
|
2787
|
+
opacity?: number | undefined;
|
|
2661
2788
|
} | undefined;
|
|
2662
2789
|
inputs?: {
|
|
2663
2790
|
base: {
|
|
@@ -2728,8 +2855,10 @@ export declare const mockThemes: {
|
|
|
2728
2855
|
sectionStyles?: {
|
|
2729
2856
|
background?: {
|
|
2730
2857
|
type?: "image" | "color" | "gradient" | undefined;
|
|
2858
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
2731
2859
|
color?: string | null | undefined;
|
|
2732
2860
|
gradient?: string | null | undefined;
|
|
2861
|
+
gradientPresetId?: string | null | undefined;
|
|
2733
2862
|
image?: {
|
|
2734
2863
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
2735
2864
|
purpose?: string | undefined;
|
|
@@ -2782,16 +2911,14 @@ export declare const mockThemes: {
|
|
|
2782
2911
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
2783
2912
|
tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
|
|
2784
2913
|
eventListTreatment?: "plain" | "lined-panel" | null | undefined;
|
|
2785
|
-
eyebrowTreatment?: "
|
|
2914
|
+
eyebrowTreatment?: "plain" | "pill" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
2786
2915
|
headingDecoration?: {
|
|
2787
2916
|
family: "none";
|
|
2788
|
-
placement: "none";
|
|
2789
2917
|
} | {
|
|
2790
2918
|
family: "organic-squiggle" | "short-center-rule";
|
|
2791
|
-
placement: "after-heading" | "between-heading-and-body" | "under-centered-heading";
|
|
2792
2919
|
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
2793
2920
|
} | null | undefined;
|
|
2794
|
-
headingDecorationOverride?: "off" | "site-default" |
|
|
2921
|
+
headingDecorationOverride?: "off" | "site-default" | null | undefined;
|
|
2795
2922
|
accordionIconTreatment?: {
|
|
2796
2923
|
iconSet: "caret" | "chevron" | "plus" | "minimal-cross";
|
|
2797
2924
|
colorToken: "current" | "text" | "primary" | "secondary" | "muted" | "accent";
|
|
@@ -2802,8 +2929,10 @@ export declare const mockThemes: {
|
|
|
2802
2929
|
containerStyles?: {
|
|
2803
2930
|
background?: {
|
|
2804
2931
|
type?: "image" | "color" | "gradient" | undefined;
|
|
2932
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
2805
2933
|
color?: string | null | undefined;
|
|
2806
2934
|
gradient?: string | null | undefined;
|
|
2935
|
+
gradientPresetId?: string | null | undefined;
|
|
2807
2936
|
image?: {
|
|
2808
2937
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
2809
2938
|
purpose?: string | undefined;
|
|
@@ -2860,8 +2989,10 @@ export declare const mockThemes: {
|
|
|
2860
2989
|
cardStyles?: {
|
|
2861
2990
|
background?: {
|
|
2862
2991
|
type?: "image" | "color" | "gradient" | undefined;
|
|
2992
|
+
contentOwner?: "page-design-editor" | undefined;
|
|
2863
2993
|
color?: string | null | undefined;
|
|
2864
2994
|
gradient?: string | null | undefined;
|
|
2995
|
+
gradientPresetId?: string | null | undefined;
|
|
2865
2996
|
image?: {
|
|
2866
2997
|
type: "image" | "video" | "audio" | "document" | "spreadsheet" | "archive";
|
|
2867
2998
|
purpose?: string | undefined;
|
|
@@ -2918,10 +3049,17 @@ export declare const mockThemes: {
|
|
|
2918
3049
|
spacing?: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious" | null | undefined;
|
|
2919
3050
|
raised?: boolean | null | undefined;
|
|
2920
3051
|
rounded?: "full" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
|
|
2921
|
-
treatment?: "accent-quote" | null | undefined;
|
|
3052
|
+
treatment?: "accent-quote" | "editorial-rule" | "soft-panel" | "editorial-serif-quote" | "editorial-open" | null | undefined;
|
|
3053
|
+
cardVariant?: "none" | "default" | "alternative" | null | undefined;
|
|
2922
3054
|
} | null | undefined;
|
|
2923
3055
|
} | undefined;
|
|
2924
3056
|
}> | undefined;
|
|
3057
|
+
headingDecoration?: {
|
|
3058
|
+
family: "none";
|
|
3059
|
+
} | {
|
|
3060
|
+
family: "organic-squiggle" | "short-center-rule";
|
|
3061
|
+
colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
|
|
3062
|
+
} | undefined;
|
|
2925
3063
|
customCssRules?: {
|
|
2926
3064
|
id: string;
|
|
2927
3065
|
selector: string;
|
|
@@ -223,6 +223,21 @@ 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
|
+
}>[];
|
|
226
241
|
}>];
|
|
227
242
|
type UnbrandedPaletteVariantId<TValue> = TValue extends infer TRaw & {
|
|
228
243
|
readonly __brand: 'PaletteVariantId';
|
|
@@ -50,3 +50,19 @@ export declare const softNaturalWatercolor: Readonly<{
|
|
|
50
50
|
hex: string;
|
|
51
51
|
}>[];
|
|
52
52
|
}>;
|
|
53
|
+
export declare const softNaturalLilac: Readonly<{
|
|
54
|
+
id: import("../../../../blocks/src/index").PaletteVariantId<"soft-natural-lilac">;
|
|
55
|
+
name: string;
|
|
56
|
+
description: string;
|
|
57
|
+
tags: Readonly<Partial<Readonly<{
|
|
58
|
+
tone: import("../../../../blocks/src/index").StyleTone;
|
|
59
|
+
energy: import("../../../../blocks/src/index").StyleEnergy;
|
|
60
|
+
motion: import("../../../../blocks/src/index").StyleMotion;
|
|
61
|
+
era: import("../../../../blocks/src/index").StyleEra;
|
|
62
|
+
}>>>;
|
|
63
|
+
mode: "light" | "dark";
|
|
64
|
+
colors: readonly Readonly<{
|
|
65
|
+
name: import("../../../../blocks/src/index").PaletteTokenName;
|
|
66
|
+
hex: string;
|
|
67
|
+
}>[];
|
|
68
|
+
}>;
|
|
@@ -50,8 +50,8 @@ export declare const paletteVariantSchema: z.ZodObject<{
|
|
|
50
50
|
}>>;
|
|
51
51
|
motion: z.ZodOptional<z.ZodEnum<{
|
|
52
52
|
standard: "standard";
|
|
53
|
-
subtle: "subtle";
|
|
54
53
|
expressive: "expressive";
|
|
54
|
+
subtle: "subtle";
|
|
55
55
|
}>>;
|
|
56
56
|
era: z.ZodOptional<z.ZodEnum<{
|
|
57
57
|
editorial: "editorial";
|