@riverbankcms/sdk 0.75.0 → 0.77.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 +2 -0
- package/dist/{PreviewEditorSidebar-U2IHCBYN.mjs → PreviewEditorSidebar-XSX7QKHQ.mjs} +1179 -519
- package/dist/{PreviewEditorUI-ZGH2RQNP.mjs → PreviewEditorUI-YZNEZ3QD.mjs} +2 -2
- package/dist/SdkPreviewModeRuntime-5FS5E6BI.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +528 -20
- package/dist/_dts/api/src/bookingOperations.d.ts +12 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +5 -0
- package/dist/_dts/api/src/index.d.ts +1 -1
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +11 -3
- package/dist/_dts/api/src/siteAssets.d.ts +1 -0
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +26 -2
- package/dist/_dts/block-form/src/blockDraftSaveability.d.ts +28 -1
- package/dist/_dts/block-form/src/client/index.d.ts +2 -2
- package/dist/_dts/block-form/src/index.d.ts +2 -1
- package/dist/_dts/block-form/src/manifest/utils.d.ts +24 -0
- package/dist/_dts/block-form/src/widgets/DateField/dateFieldSchema.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateTimeField/dateTimeFieldSchema.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TimeField/timeFieldSchema.d.ts +1 -1
- package/dist/_dts/blocks/src/PageRenderer.d.ts +10 -10
- package/dist/_dts/blocks/src/client/events.d.ts +3 -1
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +22 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +4 -4
- package/dist/_dts/blocks/src/customBlockRegistry.d.ts +38 -0
- package/dist/_dts/blocks/src/index.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +20 -2
- package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +25 -0
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/intro.d.ts +24 -0
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +3 -34
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +30 -0
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -1
- package/dist/_dts/blocks/src/system/fields/ctas.d.ts +7 -0
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +11 -2
- 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 +6 -6
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.server.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/accordionIconTreatment.d.ts +5 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.interactive.d.ts +3 -27
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-runtime-sources.d.ts +163 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +5 -5
- package/dist/_dts/blocks/src/system/runtime/shared/components/BookingOptionCompactRow.d.ts +29 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/BookingOptionList.d.ts +13 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +4 -0
- package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +4 -3
- package/dist/_dts/blocks/src/system/runtime/shared/utils/bookingRoute.d.ts +20 -0
- package/dist/_dts/blocks/src/system/runtime/shared/utils/index.d.ts +2 -1
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +1 -0
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +2 -1
- package/dist/_dts/blocks/src/system/types/link.d.ts +12 -0
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +2 -0
- package/dist/_dts/content-editor/src/hooks/blockDraftLifecycle.d.ts +48 -0
- package/dist/_dts/content-editor/src/hooks/invalidBlockSelectors.d.ts +4 -0
- package/dist/_dts/content-editor/src/hooks/publishability.d.ts +47 -0
- package/dist/_dts/content-editor/src/index.d.ts +1 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +20 -0
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +4 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +3 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +3 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockSettingsModal.d.ts +5 -1
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +4 -1
- package/dist/_dts/editor-blocks/src/block-editor/actionControlMode.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/block-editor/customBlockRegistry.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/block-editor/sdkBlockMerger.d.ts +9 -37
- package/dist/_dts/editor-blocks/src/index.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/index.d.ts +3 -0
- package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +5 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +7 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +7 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +7 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewThemedSiteDocument.d.ts +18 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +20 -3
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +6 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +14 -4
- package/dist/_dts/preview-next/src/client/preview/previewDesignCoordinator.d.ts +73 -0
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +12 -4
- package/dist/_dts/preview-next/src/client/preview/siteStylePreviewPlanner.d.ts +46 -0
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +6 -1
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +21 -3
- package/dist/_dts/preview-next/src/client/preview/typographySelectionInput.d.ts +14 -0
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/style.d.ts +8 -0
- package/dist/_dts/sdk/src/client/management/types.d.ts +6 -1
- package/dist/_dts/sdk/src/client/types.d.ts +9 -0
- package/dist/_dts/sdk/src/client.d.ts +1 -1
- package/dist/_dts/sdk/src/components.d.ts +2 -2
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +35 -0
- package/dist/_dts/sdk/src/index.d.ts +2 -1
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -0
- package/dist/_dts/sdk/src/rendering/index.d.ts +2 -2
- package/dist/_dts/sdk/src/rendering/overrideResolution.d.ts +6 -0
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +21 -1
- package/dist/_dts/sdk/src/rendering/server.d.ts +4 -3
- package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +15 -0
- package/dist/_dts/theme-core/src/buttons/personalities/earth-pill.d.ts +16 -0
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/fonts/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +45 -0
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +16 -0
- package/dist/_dts/theme-core/src/schema.d.ts +280 -0
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +81 -0
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +6 -4
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +81 -0
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +118 -2
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +13 -0
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +364 -5
- package/dist/_dts/theme-core/src/site-styles/headerOpeningSection.d.ts +6 -0
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/persistedIdParseResult.d.ts +9 -0
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +20 -4
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +74 -2
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +189 -0
- package/dist/{chunk-Z7JLNTJR.mjs → chunk-6SMUFTXD.mjs} +2 -1
- package/dist/{chunk-ZSHFGFUG.mjs → chunk-ANKDYZ2E.mjs} +1 -1
- package/dist/{chunk-BGMNDF6T.mjs → chunk-EAWHBECW.mjs} +476 -153
- package/dist/{chunk-RWXQBRQZ.mjs → chunk-GSQX43EZ.mjs} +450 -63
- package/dist/{chunk-GFE74WRD.mjs → chunk-WLQBJN2Z.mjs} +3275 -435
- package/dist/cli/index.mjs +2023 -181
- package/dist/client/{accordion-T2UD2ZTH.mjs → accordion-RZMQSYLR.mjs} +1 -1
- package/dist/client/{bookingForm-GUP75FKN.mjs → bookingForm-NF4ASVNV.mjs} +3 -13
- package/dist/client/bookings.mjs +103 -11
- package/dist/client/{carousel-2NQA6V57.mjs → carousel-LDX47ZIK.mjs} +1 -1
- package/dist/client/{cart-5TFIAFDS.mjs → cart-RGXDS5F4.mjs} +4 -4
- package/dist/client/{checkout-TP4WAHZE.mjs → checkout-P7WWSNNY.mjs} +4 -4
- package/dist/client/{chunk-ZLMS67RR.mjs → chunk-E2TDNXCL.mjs} +1 -1
- package/dist/client/{chunk-NWOUL6JY.mjs → chunk-GMVTOKYG.mjs} +3 -3
- package/dist/client/{chunk-CY2ZTSE5.mjs → chunk-JNC7CGHX.mjs} +1 -1
- package/dist/client/{chunk-VUAOE3AG.mjs → chunk-L3DNHIJX.mjs} +4 -4
- package/dist/client/{chunk-FU2QRZMX.mjs → chunk-R56FQ3RR.mjs} +163 -24
- package/dist/client/{chunk-WJXXNDSE.mjs → chunk-UFSWADAO.mjs} +1 -1
- package/dist/client/client.mjs +4392 -2504
- package/dist/client/{courseRegistration-5DPU6PDY.mjs → courseRegistration-7F65K5ZR.mjs} +3 -3
- package/dist/client/{eventCalendar-F3GZGTEF.mjs → eventCalendar-GLSC5KTL.mjs} +5 -5
- package/dist/client/{eventCombined-BQOB6QMY.mjs → eventCombined-ZHK4WKUR.mjs} +5 -5
- package/dist/client/{eventDetails-PEM2EJWE.mjs → eventDetails-E3PJYBIN.mjs} +5 -5
- package/dist/client/{eventListing-YMIQPVME.mjs → eventListing-EMS3WC3E.mjs} +5 -5
- package/dist/client/{eventRegistration-4I6ZNDUF.mjs → eventRegistration-NZOTVNPI.mjs} +5 -5
- package/dist/client/{form-ZJVAYZ6G.mjs → form-ETFZFATW.mjs} +1 -1
- package/dist/client/{headerSection-TOT5MGTF.mjs → headerSection-4LBP7ULT.mjs} +2 -2
- package/dist/client/hooks.mjs +1918 -293
- package/dist/client/{locationMap-J66NZREU.mjs → locationMap-5M655YSJ.mjs} +1 -1
- package/dist/client/{newsletterForm-ET2XUMRO.mjs → newsletterForm-QOUYW44O.mjs} +1 -1
- package/dist/client/{productDetail-C2XIH7C5.mjs → productDetail-O4DOCWQG.mjs} +4 -4
- package/dist/client/{productList-T2AZLFTP.mjs → productList-A5RO5WIS.mjs} +4 -4
- package/dist/client/rendering/client.mjs +3328 -3177
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +5461 -3584
- package/dist/client/{shop-UZ6IUZXD.mjs → shop-L4MZH4I2.mjs} +4 -4
- package/dist/preview-next/chrome.css +1 -1
- package/dist/preview-next/client/runtime.mjs +4 -4
- package/dist/preview-next/editor-base.css +2 -148
- package/dist/preview-next/editor-chrome.css +179 -0
- package/dist/{sdk-runtime-JCUQM63Y.mjs → sdk-runtime-Q6MTR4KL.mjs} +5 -5
- package/dist/server/components.mjs +2983 -1093
- package/dist/server/config-validation.mjs +1921 -293
- package/dist/server/config.mjs +1921 -293
- package/dist/server/data.mjs +1918 -293
- package/dist/server/index.mjs +31 -2
- package/dist/server/next.mjs +2951 -1043
- package/dist/server/page-converter.mjs +1894 -281
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +2995 -1096
- package/dist/server/rendering.mjs +2988 -1098
- package/dist/server/routing.mjs +1963 -275
- package/dist/server/server.mjs +1932 -288
- package/dist/server/theme-bridge.mjs +158 -1
- package/dist/server/theme.mjs +158 -1
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-MTUGBTLQ.mjs +0 -8
- /package/dist/client/{chunk-2PHQZ666.mjs → chunk-JEZECJ3W.mjs} +0 -0
|
@@ -110,7 +110,12 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
110
110
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
111
111
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
112
112
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
113
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
114
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
116
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
117
|
+
headerLayoutId: z.ZodString;
|
|
118
|
+
headerStyleId: z.ZodString;
|
|
114
119
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
115
120
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
116
121
|
}, z.core.$strict>;
|
|
@@ -1020,7 +1025,12 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1020
1025
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
1021
1026
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
1022
1027
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1028
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1029
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1030
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1023
1031
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
1032
|
+
headerLayoutId: z.ZodString;
|
|
1033
|
+
headerStyleId: z.ZodString;
|
|
1024
1034
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
1025
1035
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
1026
1036
|
}, z.core.$strict>;
|
|
@@ -1929,7 +1939,12 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
1929
1939
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
1930
1940
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
1931
1941
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1942
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1943
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1944
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1932
1945
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
1946
|
+
headerLayoutId: z.ZodString;
|
|
1947
|
+
headerStyleId: z.ZodString;
|
|
1933
1948
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
1934
1949
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
1935
1950
|
}, z.core.$strict>;
|
|
@@ -2854,7 +2869,12 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
2854
2869
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
2855
2870
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
2856
2871
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2872
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2873
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2874
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2857
2875
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
2876
|
+
headerLayoutId: z.ZodString;
|
|
2877
|
+
headerStyleId: z.ZodString;
|
|
2858
2878
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
2859
2879
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
2860
2880
|
}, z.core.$strict>;
|
|
@@ -3767,7 +3787,12 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
3767
3787
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
3768
3788
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
3769
3789
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3790
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3791
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3792
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3770
3793
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
3794
|
+
headerLayoutId: z.ZodString;
|
|
3795
|
+
headerStyleId: z.ZodString;
|
|
3771
3796
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
3772
3797
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
3773
3798
|
}, z.core.$strict>;
|
|
@@ -4909,8 +4934,40 @@ declare const SiteStyleSelectionCommandBodySchema: z.ZodObject<{
|
|
|
4909
4934
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
4910
4935
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
4911
4936
|
}>>>;
|
|
4912
|
-
headerLookId: z.ZodNullable<z.
|
|
4913
|
-
|
|
4937
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
4938
|
+
"clean-base": "clean-base";
|
|
4939
|
+
"brand-solid": "brand-solid";
|
|
4940
|
+
"editorial-line": "editorial-line";
|
|
4941
|
+
"centered-calm": "centered-calm";
|
|
4942
|
+
"practical-utility": "practical-utility";
|
|
4943
|
+
"minimal-transparent": "minimal-transparent";
|
|
4944
|
+
"transparent-overlay": "transparent-overlay";
|
|
4945
|
+
"floating-glass": "floating-glass";
|
|
4946
|
+
}>>;
|
|
4947
|
+
headerLayoutId: z.ZodEnum<{
|
|
4948
|
+
classic: "classic";
|
|
4949
|
+
centered: "centered";
|
|
4950
|
+
floating: "floating";
|
|
4951
|
+
editorial: "editorial";
|
|
4952
|
+
}>;
|
|
4953
|
+
headerStyleId: z.ZodEnum<{
|
|
4954
|
+
minimal: "minimal";
|
|
4955
|
+
glass: "glass";
|
|
4956
|
+
"editorial-line": "editorial-line";
|
|
4957
|
+
"fine-line": "fine-line";
|
|
4958
|
+
"soft-bar": "soft-bar";
|
|
4959
|
+
"pill-nav": "pill-nav";
|
|
4960
|
+
"brand-bar": "brand-bar";
|
|
4961
|
+
"brand-underline": "brand-underline";
|
|
4962
|
+
"brand-pill": "brand-pill";
|
|
4963
|
+
"flat-tabs": "flat-tabs";
|
|
4964
|
+
"minimal-surface": "minimal-surface";
|
|
4965
|
+
"soft-shell": "soft-shell";
|
|
4966
|
+
}>;
|
|
4967
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
4968
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
4969
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
4970
|
+
}>>;
|
|
4914
4971
|
baseSelectionVersion: z.ZodNumber;
|
|
4915
4972
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4916
4973
|
}, z.core.$strict>;
|
|
@@ -4955,8 +5012,40 @@ export declare const SiteStyleSelectionCommandBackedPreviewSchema: z.ZodObject<{
|
|
|
4955
5012
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
4956
5013
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
4957
5014
|
}>>>;
|
|
4958
|
-
headerLookId: z.ZodNullable<z.
|
|
4959
|
-
|
|
5015
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
5016
|
+
"clean-base": "clean-base";
|
|
5017
|
+
"brand-solid": "brand-solid";
|
|
5018
|
+
"editorial-line": "editorial-line";
|
|
5019
|
+
"centered-calm": "centered-calm";
|
|
5020
|
+
"practical-utility": "practical-utility";
|
|
5021
|
+
"minimal-transparent": "minimal-transparent";
|
|
5022
|
+
"transparent-overlay": "transparent-overlay";
|
|
5023
|
+
"floating-glass": "floating-glass";
|
|
5024
|
+
}>>;
|
|
5025
|
+
headerLayoutId: z.ZodEnum<{
|
|
5026
|
+
classic: "classic";
|
|
5027
|
+
centered: "centered";
|
|
5028
|
+
floating: "floating";
|
|
5029
|
+
editorial: "editorial";
|
|
5030
|
+
}>;
|
|
5031
|
+
headerStyleId: z.ZodEnum<{
|
|
5032
|
+
minimal: "minimal";
|
|
5033
|
+
glass: "glass";
|
|
5034
|
+
"editorial-line": "editorial-line";
|
|
5035
|
+
"fine-line": "fine-line";
|
|
5036
|
+
"soft-bar": "soft-bar";
|
|
5037
|
+
"pill-nav": "pill-nav";
|
|
5038
|
+
"brand-bar": "brand-bar";
|
|
5039
|
+
"brand-underline": "brand-underline";
|
|
5040
|
+
"brand-pill": "brand-pill";
|
|
5041
|
+
"flat-tabs": "flat-tabs";
|
|
5042
|
+
"minimal-surface": "minimal-surface";
|
|
5043
|
+
"soft-shell": "soft-shell";
|
|
5044
|
+
}>;
|
|
5045
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
5046
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
5047
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
5048
|
+
}>>;
|
|
4960
5049
|
baseSelectionVersion: z.ZodNumber;
|
|
4961
5050
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4962
5051
|
}, z.core.$strict>;
|
|
@@ -5007,8 +5096,40 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5007
5096
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5008
5097
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5009
5098
|
}>>>;
|
|
5010
|
-
headerLookId: z.ZodNullable<z.
|
|
5011
|
-
|
|
5099
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
5100
|
+
"clean-base": "clean-base";
|
|
5101
|
+
"brand-solid": "brand-solid";
|
|
5102
|
+
"editorial-line": "editorial-line";
|
|
5103
|
+
"centered-calm": "centered-calm";
|
|
5104
|
+
"practical-utility": "practical-utility";
|
|
5105
|
+
"minimal-transparent": "minimal-transparent";
|
|
5106
|
+
"transparent-overlay": "transparent-overlay";
|
|
5107
|
+
"floating-glass": "floating-glass";
|
|
5108
|
+
}>>;
|
|
5109
|
+
headerLayoutId: z.ZodEnum<{
|
|
5110
|
+
classic: "classic";
|
|
5111
|
+
centered: "centered";
|
|
5112
|
+
floating: "floating";
|
|
5113
|
+
editorial: "editorial";
|
|
5114
|
+
}>;
|
|
5115
|
+
headerStyleId: z.ZodEnum<{
|
|
5116
|
+
minimal: "minimal";
|
|
5117
|
+
glass: "glass";
|
|
5118
|
+
"editorial-line": "editorial-line";
|
|
5119
|
+
"fine-line": "fine-line";
|
|
5120
|
+
"soft-bar": "soft-bar";
|
|
5121
|
+
"pill-nav": "pill-nav";
|
|
5122
|
+
"brand-bar": "brand-bar";
|
|
5123
|
+
"brand-underline": "brand-underline";
|
|
5124
|
+
"brand-pill": "brand-pill";
|
|
5125
|
+
"flat-tabs": "flat-tabs";
|
|
5126
|
+
"minimal-surface": "minimal-surface";
|
|
5127
|
+
"soft-shell": "soft-shell";
|
|
5128
|
+
}>;
|
|
5129
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
5130
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
5131
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
5132
|
+
}>>;
|
|
5012
5133
|
baseSelectionVersion: z.ZodNumber;
|
|
5013
5134
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5014
5135
|
}, z.core.$strict>;
|
|
@@ -5070,7 +5191,12 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5070
5191
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
5071
5192
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
5072
5193
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
5194
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5195
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5196
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5073
5197
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
5198
|
+
headerLayoutId: z.ZodString;
|
|
5199
|
+
headerStyleId: z.ZodString;
|
|
5074
5200
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
5075
5201
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
5076
5202
|
}, z.core.$strict>;
|
|
@@ -5946,8 +6072,40 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5946
6072
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5947
6073
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5948
6074
|
}>>>;
|
|
5949
|
-
headerLookId: z.ZodNullable<z.
|
|
5950
|
-
|
|
6075
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
6076
|
+
"clean-base": "clean-base";
|
|
6077
|
+
"brand-solid": "brand-solid";
|
|
6078
|
+
"editorial-line": "editorial-line";
|
|
6079
|
+
"centered-calm": "centered-calm";
|
|
6080
|
+
"practical-utility": "practical-utility";
|
|
6081
|
+
"minimal-transparent": "minimal-transparent";
|
|
6082
|
+
"transparent-overlay": "transparent-overlay";
|
|
6083
|
+
"floating-glass": "floating-glass";
|
|
6084
|
+
}>>;
|
|
6085
|
+
headerLayoutId: z.ZodEnum<{
|
|
6086
|
+
classic: "classic";
|
|
6087
|
+
centered: "centered";
|
|
6088
|
+
floating: "floating";
|
|
6089
|
+
editorial: "editorial";
|
|
6090
|
+
}>;
|
|
6091
|
+
headerStyleId: z.ZodEnum<{
|
|
6092
|
+
minimal: "minimal";
|
|
6093
|
+
glass: "glass";
|
|
6094
|
+
"editorial-line": "editorial-line";
|
|
6095
|
+
"fine-line": "fine-line";
|
|
6096
|
+
"soft-bar": "soft-bar";
|
|
6097
|
+
"pill-nav": "pill-nav";
|
|
6098
|
+
"brand-bar": "brand-bar";
|
|
6099
|
+
"brand-underline": "brand-underline";
|
|
6100
|
+
"brand-pill": "brand-pill";
|
|
6101
|
+
"flat-tabs": "flat-tabs";
|
|
6102
|
+
"minimal-surface": "minimal-surface";
|
|
6103
|
+
"soft-shell": "soft-shell";
|
|
6104
|
+
}>;
|
|
6105
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
6106
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
6107
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
6108
|
+
}>>;
|
|
5951
6109
|
baseSelectionVersion: z.ZodNumber;
|
|
5952
6110
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5953
6111
|
}, z.core.$strict>;
|
|
@@ -5971,6 +6129,8 @@ export declare const ProposeSiteStyleSelectionPreviewOnlyOutputSchema: z.ZodObje
|
|
|
5971
6129
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
5972
6130
|
paletteOverrides: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5973
6131
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
6132
|
+
headerLayoutId: z.ZodNullable<z.ZodString>;
|
|
6133
|
+
headerStyleId: z.ZodNullable<z.ZodString>;
|
|
5974
6134
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
5975
6135
|
}, z.core.$strict>;
|
|
5976
6136
|
}, z.core.$strip>;
|
|
@@ -6012,8 +6172,40 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6012
6172
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6013
6173
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6014
6174
|
}>>>;
|
|
6015
|
-
headerLookId: z.ZodNullable<z.
|
|
6016
|
-
|
|
6175
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
6176
|
+
"clean-base": "clean-base";
|
|
6177
|
+
"brand-solid": "brand-solid";
|
|
6178
|
+
"editorial-line": "editorial-line";
|
|
6179
|
+
"centered-calm": "centered-calm";
|
|
6180
|
+
"practical-utility": "practical-utility";
|
|
6181
|
+
"minimal-transparent": "minimal-transparent";
|
|
6182
|
+
"transparent-overlay": "transparent-overlay";
|
|
6183
|
+
"floating-glass": "floating-glass";
|
|
6184
|
+
}>>;
|
|
6185
|
+
headerLayoutId: z.ZodEnum<{
|
|
6186
|
+
classic: "classic";
|
|
6187
|
+
centered: "centered";
|
|
6188
|
+
floating: "floating";
|
|
6189
|
+
editorial: "editorial";
|
|
6190
|
+
}>;
|
|
6191
|
+
headerStyleId: z.ZodEnum<{
|
|
6192
|
+
minimal: "minimal";
|
|
6193
|
+
glass: "glass";
|
|
6194
|
+
"editorial-line": "editorial-line";
|
|
6195
|
+
"fine-line": "fine-line";
|
|
6196
|
+
"soft-bar": "soft-bar";
|
|
6197
|
+
"pill-nav": "pill-nav";
|
|
6198
|
+
"brand-bar": "brand-bar";
|
|
6199
|
+
"brand-underline": "brand-underline";
|
|
6200
|
+
"brand-pill": "brand-pill";
|
|
6201
|
+
"flat-tabs": "flat-tabs";
|
|
6202
|
+
"minimal-surface": "minimal-surface";
|
|
6203
|
+
"soft-shell": "soft-shell";
|
|
6204
|
+
}>;
|
|
6205
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
6206
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
6207
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
6208
|
+
}>>;
|
|
6017
6209
|
baseSelectionVersion: z.ZodNumber;
|
|
6018
6210
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6019
6211
|
}, z.core.$strict>;
|
|
@@ -6075,7 +6267,12 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6075
6267
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
6076
6268
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
6077
6269
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
6270
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6271
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6272
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6078
6273
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
6274
|
+
headerLayoutId: z.ZodString;
|
|
6275
|
+
headerStyleId: z.ZodString;
|
|
6079
6276
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
6080
6277
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
6081
6278
|
}, z.core.$strict>;
|
|
@@ -6951,8 +7148,40 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6951
7148
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6952
7149
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6953
7150
|
}>>>;
|
|
6954
|
-
headerLookId: z.ZodNullable<z.
|
|
6955
|
-
|
|
7151
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
7152
|
+
"clean-base": "clean-base";
|
|
7153
|
+
"brand-solid": "brand-solid";
|
|
7154
|
+
"editorial-line": "editorial-line";
|
|
7155
|
+
"centered-calm": "centered-calm";
|
|
7156
|
+
"practical-utility": "practical-utility";
|
|
7157
|
+
"minimal-transparent": "minimal-transparent";
|
|
7158
|
+
"transparent-overlay": "transparent-overlay";
|
|
7159
|
+
"floating-glass": "floating-glass";
|
|
7160
|
+
}>>;
|
|
7161
|
+
headerLayoutId: z.ZodEnum<{
|
|
7162
|
+
classic: "classic";
|
|
7163
|
+
centered: "centered";
|
|
7164
|
+
floating: "floating";
|
|
7165
|
+
editorial: "editorial";
|
|
7166
|
+
}>;
|
|
7167
|
+
headerStyleId: z.ZodEnum<{
|
|
7168
|
+
minimal: "minimal";
|
|
7169
|
+
glass: "glass";
|
|
7170
|
+
"editorial-line": "editorial-line";
|
|
7171
|
+
"fine-line": "fine-line";
|
|
7172
|
+
"soft-bar": "soft-bar";
|
|
7173
|
+
"pill-nav": "pill-nav";
|
|
7174
|
+
"brand-bar": "brand-bar";
|
|
7175
|
+
"brand-underline": "brand-underline";
|
|
7176
|
+
"brand-pill": "brand-pill";
|
|
7177
|
+
"flat-tabs": "flat-tabs";
|
|
7178
|
+
"minimal-surface": "minimal-surface";
|
|
7179
|
+
"soft-shell": "soft-shell";
|
|
7180
|
+
}>;
|
|
7181
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
7182
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
7183
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
7184
|
+
}>>;
|
|
6956
7185
|
baseSelectionVersion: z.ZodNumber;
|
|
6957
7186
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6958
7187
|
}, z.core.$strict>;
|
|
@@ -6975,6 +7204,8 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6975
7204
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
6976
7205
|
paletteOverrides: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6977
7206
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
7207
|
+
headerLayoutId: z.ZodNullable<z.ZodString>;
|
|
7208
|
+
headerStyleId: z.ZodNullable<z.ZodString>;
|
|
6978
7209
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
6979
7210
|
}, z.core.$strict>;
|
|
6980
7211
|
}, z.core.$strip>]>;
|
|
@@ -7018,8 +7249,40 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7018
7249
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7019
7250
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7020
7251
|
}>>>;
|
|
7021
|
-
headerLookId: z.ZodNullable<z.
|
|
7022
|
-
|
|
7252
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
7253
|
+
"clean-base": "clean-base";
|
|
7254
|
+
"brand-solid": "brand-solid";
|
|
7255
|
+
"editorial-line": "editorial-line";
|
|
7256
|
+
"centered-calm": "centered-calm";
|
|
7257
|
+
"practical-utility": "practical-utility";
|
|
7258
|
+
"minimal-transparent": "minimal-transparent";
|
|
7259
|
+
"transparent-overlay": "transparent-overlay";
|
|
7260
|
+
"floating-glass": "floating-glass";
|
|
7261
|
+
}>>;
|
|
7262
|
+
headerLayoutId: z.ZodEnum<{
|
|
7263
|
+
classic: "classic";
|
|
7264
|
+
centered: "centered";
|
|
7265
|
+
floating: "floating";
|
|
7266
|
+
editorial: "editorial";
|
|
7267
|
+
}>;
|
|
7268
|
+
headerStyleId: z.ZodEnum<{
|
|
7269
|
+
minimal: "minimal";
|
|
7270
|
+
glass: "glass";
|
|
7271
|
+
"editorial-line": "editorial-line";
|
|
7272
|
+
"fine-line": "fine-line";
|
|
7273
|
+
"soft-bar": "soft-bar";
|
|
7274
|
+
"pill-nav": "pill-nav";
|
|
7275
|
+
"brand-bar": "brand-bar";
|
|
7276
|
+
"brand-underline": "brand-underline";
|
|
7277
|
+
"brand-pill": "brand-pill";
|
|
7278
|
+
"flat-tabs": "flat-tabs";
|
|
7279
|
+
"minimal-surface": "minimal-surface";
|
|
7280
|
+
"soft-shell": "soft-shell";
|
|
7281
|
+
}>;
|
|
7282
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
7283
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
7284
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
7285
|
+
}>>;
|
|
7023
7286
|
baseSelectionVersion: z.ZodNumber;
|
|
7024
7287
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7025
7288
|
}, z.core.$strict>;
|
|
@@ -7081,7 +7344,12 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7081
7344
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
7082
7345
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
7083
7346
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
7347
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7348
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7349
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7084
7350
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
7351
|
+
headerLayoutId: z.ZodString;
|
|
7352
|
+
headerStyleId: z.ZodString;
|
|
7085
7353
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
7086
7354
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
7087
7355
|
}, z.core.$strict>;
|
|
@@ -7957,8 +8225,40 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7957
8225
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7958
8226
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7959
8227
|
}>>>;
|
|
7960
|
-
headerLookId: z.ZodNullable<z.
|
|
7961
|
-
|
|
8228
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
8229
|
+
"clean-base": "clean-base";
|
|
8230
|
+
"brand-solid": "brand-solid";
|
|
8231
|
+
"editorial-line": "editorial-line";
|
|
8232
|
+
"centered-calm": "centered-calm";
|
|
8233
|
+
"practical-utility": "practical-utility";
|
|
8234
|
+
"minimal-transparent": "minimal-transparent";
|
|
8235
|
+
"transparent-overlay": "transparent-overlay";
|
|
8236
|
+
"floating-glass": "floating-glass";
|
|
8237
|
+
}>>;
|
|
8238
|
+
headerLayoutId: z.ZodEnum<{
|
|
8239
|
+
classic: "classic";
|
|
8240
|
+
centered: "centered";
|
|
8241
|
+
floating: "floating";
|
|
8242
|
+
editorial: "editorial";
|
|
8243
|
+
}>;
|
|
8244
|
+
headerStyleId: z.ZodEnum<{
|
|
8245
|
+
minimal: "minimal";
|
|
8246
|
+
glass: "glass";
|
|
8247
|
+
"editorial-line": "editorial-line";
|
|
8248
|
+
"fine-line": "fine-line";
|
|
8249
|
+
"soft-bar": "soft-bar";
|
|
8250
|
+
"pill-nav": "pill-nav";
|
|
8251
|
+
"brand-bar": "brand-bar";
|
|
8252
|
+
"brand-underline": "brand-underline";
|
|
8253
|
+
"brand-pill": "brand-pill";
|
|
8254
|
+
"flat-tabs": "flat-tabs";
|
|
8255
|
+
"minimal-surface": "minimal-surface";
|
|
8256
|
+
"soft-shell": "soft-shell";
|
|
8257
|
+
}>;
|
|
8258
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
8259
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
8260
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
8261
|
+
}>>;
|
|
7962
8262
|
baseSelectionVersion: z.ZodNumber;
|
|
7963
8263
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7964
8264
|
}, z.core.$strict>;
|
|
@@ -7981,6 +8281,8 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7981
8281
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
7982
8282
|
paletteOverrides: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7983
8283
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
8284
|
+
headerLayoutId: z.ZodNullable<z.ZodString>;
|
|
8285
|
+
headerStyleId: z.ZodNullable<z.ZodString>;
|
|
7984
8286
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
7985
8287
|
}, z.core.$strict>;
|
|
7986
8288
|
}, z.core.$strip>]>]>;
|
|
@@ -8349,7 +8651,12 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
8349
8651
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
8350
8652
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
8351
8653
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
8654
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8655
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8656
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8352
8657
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
8658
|
+
headerLayoutId: z.ZodString;
|
|
8659
|
+
headerStyleId: z.ZodString;
|
|
8353
8660
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
8354
8661
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
8355
8662
|
}, z.core.$strict>;
|
|
@@ -9379,7 +9686,12 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
9379
9686
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
9380
9687
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
9381
9688
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
9689
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9690
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9691
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9382
9692
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
9693
|
+
headerLayoutId: z.ZodString;
|
|
9694
|
+
headerStyleId: z.ZodString;
|
|
9383
9695
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
9384
9696
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
9385
9697
|
}, z.core.$strict>;
|
|
@@ -10301,7 +10613,12 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
10301
10613
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
10302
10614
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
10303
10615
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
10616
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10617
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10618
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10304
10619
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
10620
|
+
headerLayoutId: z.ZodString;
|
|
10621
|
+
headerStyleId: z.ZodString;
|
|
10305
10622
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
10306
10623
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
10307
10624
|
}, z.core.$strict>;
|
|
@@ -11217,7 +11534,12 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
11217
11534
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
11218
11535
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
11219
11536
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
11537
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11538
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11539
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11220
11540
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
11541
|
+
headerLayoutId: z.ZodString;
|
|
11542
|
+
headerStyleId: z.ZodString;
|
|
11221
11543
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
11222
11544
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
11223
11545
|
}, z.core.$strict>;
|
|
@@ -12133,7 +12455,12 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
12133
12455
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
12134
12456
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
12135
12457
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
12458
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12459
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12460
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12136
12461
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
12462
|
+
headerLayoutId: z.ZodString;
|
|
12463
|
+
headerStyleId: z.ZodString;
|
|
12137
12464
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
12138
12465
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
12139
12466
|
}, z.core.$strict>;
|
|
@@ -13049,7 +13376,12 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13049
13376
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
13050
13377
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
13051
13378
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
13379
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13380
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13381
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13052
13382
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
13383
|
+
headerLayoutId: z.ZodString;
|
|
13384
|
+
headerStyleId: z.ZodString;
|
|
13053
13385
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
13054
13386
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
13055
13387
|
}, z.core.$strict>;
|
|
@@ -13984,7 +14316,12 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
13984
14316
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
13985
14317
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
13986
14318
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
14319
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14320
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14321
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13987
14322
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
14323
|
+
headerLayoutId: z.ZodString;
|
|
14324
|
+
headerStyleId: z.ZodString;
|
|
13988
14325
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
13989
14326
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
13990
14327
|
}, z.core.$strict>;
|
|
@@ -14936,7 +15273,12 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
14936
15273
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
14937
15274
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
14938
15275
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
15276
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15277
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15278
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14939
15279
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
15280
|
+
headerLayoutId: z.ZodString;
|
|
15281
|
+
headerStyleId: z.ZodString;
|
|
14940
15282
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
14941
15283
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
14942
15284
|
}, z.core.$strict>;
|
|
@@ -15876,7 +16218,12 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
15876
16218
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
15877
16219
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
15878
16220
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
16221
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16222
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16223
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15879
16224
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
16225
|
+
headerLayoutId: z.ZodString;
|
|
16226
|
+
headerStyleId: z.ZodString;
|
|
15880
16227
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
15881
16228
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
15882
16229
|
}, z.core.$strict>;
|
|
@@ -16816,7 +17163,12 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
16816
17163
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
16817
17164
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
16818
17165
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
17166
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17167
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17168
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16819
17169
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
17170
|
+
headerLayoutId: z.ZodString;
|
|
17171
|
+
headerStyleId: z.ZodString;
|
|
16820
17172
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
16821
17173
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
16822
17174
|
}, z.core.$strict>;
|
|
@@ -17756,7 +18108,12 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
17756
18108
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
17757
18109
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
17758
18110
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
18111
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18112
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18113
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17759
18114
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
18115
|
+
headerLayoutId: z.ZodString;
|
|
18116
|
+
headerStyleId: z.ZodString;
|
|
17760
18117
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
17761
18118
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
17762
18119
|
}, z.core.$strict>;
|
|
@@ -18692,7 +19049,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
18692
19049
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
18693
19050
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
18694
19051
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
19052
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19053
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19054
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18695
19055
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
19056
|
+
headerLayoutId: z.ZodString;
|
|
19057
|
+
headerStyleId: z.ZodString;
|
|
18696
19058
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
18697
19059
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
18698
19060
|
}, z.core.$strict>;
|
|
@@ -19643,7 +20005,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19643
20005
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
19644
20006
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
19645
20007
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
20008
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20009
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20010
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19646
20011
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
20012
|
+
headerLayoutId: z.ZodString;
|
|
20013
|
+
headerStyleId: z.ZodString;
|
|
19647
20014
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
19648
20015
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
19649
20016
|
}, z.core.$strict>;
|
|
@@ -20582,7 +20949,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20582
20949
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
20583
20950
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
20584
20951
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
20952
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20953
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20954
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20585
20955
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
20956
|
+
headerLayoutId: z.ZodString;
|
|
20957
|
+
headerStyleId: z.ZodString;
|
|
20586
20958
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
20587
20959
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
20588
20960
|
}, z.core.$strict>;
|
|
@@ -21521,7 +21893,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21521
21893
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
21522
21894
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
21523
21895
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
21896
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21897
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21898
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21524
21899
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
21900
|
+
headerLayoutId: z.ZodString;
|
|
21901
|
+
headerStyleId: z.ZodString;
|
|
21525
21902
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
21526
21903
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
21527
21904
|
}, z.core.$strict>;
|
|
@@ -22460,7 +22837,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22460
22837
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
22461
22838
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
22462
22839
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
22840
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22841
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22842
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22463
22843
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
22844
|
+
headerLayoutId: z.ZodString;
|
|
22845
|
+
headerStyleId: z.ZodString;
|
|
22464
22846
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
22465
22847
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
22466
22848
|
}, z.core.$strict>;
|
|
@@ -23399,7 +23781,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23399
23781
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
23400
23782
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
23401
23783
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
23784
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23785
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23786
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23402
23787
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
23788
|
+
headerLayoutId: z.ZodString;
|
|
23789
|
+
headerStyleId: z.ZodString;
|
|
23403
23790
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
23404
23791
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
23405
23792
|
}, z.core.$strict>;
|
|
@@ -24350,7 +24737,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24350
24737
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
24351
24738
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
24352
24739
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
24740
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24741
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24742
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24353
24743
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
24744
|
+
headerLayoutId: z.ZodString;
|
|
24745
|
+
headerStyleId: z.ZodString;
|
|
24354
24746
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
24355
24747
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
24356
24748
|
}, z.core.$strict>;
|
|
@@ -25289,7 +25681,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25289
25681
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
25290
25682
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
25291
25683
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
25684
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25685
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25686
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25292
25687
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
25688
|
+
headerLayoutId: z.ZodString;
|
|
25689
|
+
headerStyleId: z.ZodString;
|
|
25293
25690
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
25294
25691
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
25295
25692
|
}, z.core.$strict>;
|
|
@@ -26228,7 +26625,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26228
26625
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
26229
26626
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
26230
26627
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
26628
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26629
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26630
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26231
26631
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
26632
|
+
headerLayoutId: z.ZodString;
|
|
26633
|
+
headerStyleId: z.ZodString;
|
|
26232
26634
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
26233
26635
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
26234
26636
|
}, z.core.$strict>;
|
|
@@ -27167,7 +27569,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27167
27569
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
27168
27570
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
27169
27571
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
27572
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27573
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27574
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27170
27575
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
27576
|
+
headerLayoutId: z.ZodString;
|
|
27577
|
+
headerStyleId: z.ZodString;
|
|
27171
27578
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
27172
27579
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
27173
27580
|
}, z.core.$strict>;
|
|
@@ -28077,7 +28484,12 @@ export declare const proposalToolSchemas: {
|
|
|
28077
28484
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
28078
28485
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
28079
28486
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
28487
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28488
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28489
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28080
28490
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
28491
|
+
headerLayoutId: z.ZodString;
|
|
28492
|
+
headerStyleId: z.ZodString;
|
|
28081
28493
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
28082
28494
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
28083
28495
|
}, z.core.$strict>;
|
|
@@ -29087,8 +29499,40 @@ export declare const proposalToolSchemas: {
|
|
|
29087
29499
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
29088
29500
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
29089
29501
|
}>>>;
|
|
29090
|
-
headerLookId: z.ZodNullable<z.
|
|
29091
|
-
|
|
29502
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
29503
|
+
"clean-base": "clean-base";
|
|
29504
|
+
"brand-solid": "brand-solid";
|
|
29505
|
+
"editorial-line": "editorial-line";
|
|
29506
|
+
"centered-calm": "centered-calm";
|
|
29507
|
+
"practical-utility": "practical-utility";
|
|
29508
|
+
"minimal-transparent": "minimal-transparent";
|
|
29509
|
+
"transparent-overlay": "transparent-overlay";
|
|
29510
|
+
"floating-glass": "floating-glass";
|
|
29511
|
+
}>>;
|
|
29512
|
+
headerLayoutId: z.ZodEnum<{
|
|
29513
|
+
classic: "classic";
|
|
29514
|
+
centered: "centered";
|
|
29515
|
+
floating: "floating";
|
|
29516
|
+
editorial: "editorial";
|
|
29517
|
+
}>;
|
|
29518
|
+
headerStyleId: z.ZodEnum<{
|
|
29519
|
+
minimal: "minimal";
|
|
29520
|
+
glass: "glass";
|
|
29521
|
+
"editorial-line": "editorial-line";
|
|
29522
|
+
"fine-line": "fine-line";
|
|
29523
|
+
"soft-bar": "soft-bar";
|
|
29524
|
+
"pill-nav": "pill-nav";
|
|
29525
|
+
"brand-bar": "brand-bar";
|
|
29526
|
+
"brand-underline": "brand-underline";
|
|
29527
|
+
"brand-pill": "brand-pill";
|
|
29528
|
+
"flat-tabs": "flat-tabs";
|
|
29529
|
+
"minimal-surface": "minimal-surface";
|
|
29530
|
+
"soft-shell": "soft-shell";
|
|
29531
|
+
}>;
|
|
29532
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
29533
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
29534
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
29535
|
+
}>>;
|
|
29092
29536
|
baseSelectionVersion: z.ZodNumber;
|
|
29093
29537
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29094
29538
|
}, z.core.$strict>;
|
|
@@ -29150,7 +29594,12 @@ export declare const proposalToolSchemas: {
|
|
|
29150
29594
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
29151
29595
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
29152
29596
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
29597
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29598
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29599
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29153
29600
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
29601
|
+
headerLayoutId: z.ZodString;
|
|
29602
|
+
headerStyleId: z.ZodString;
|
|
29154
29603
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
29155
29604
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
29156
29605
|
}, z.core.$strict>;
|
|
@@ -30026,8 +30475,40 @@ export declare const proposalToolSchemas: {
|
|
|
30026
30475
|
text?: import("../../../blocks/src/index").HexColor | undefined;
|
|
30027
30476
|
border?: import("../../../blocks/src/index").HexColor | undefined;
|
|
30028
30477
|
}>>>;
|
|
30029
|
-
headerLookId: z.ZodNullable<z.
|
|
30030
|
-
|
|
30478
|
+
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
30479
|
+
"clean-base": "clean-base";
|
|
30480
|
+
"brand-solid": "brand-solid";
|
|
30481
|
+
"editorial-line": "editorial-line";
|
|
30482
|
+
"centered-calm": "centered-calm";
|
|
30483
|
+
"practical-utility": "practical-utility";
|
|
30484
|
+
"minimal-transparent": "minimal-transparent";
|
|
30485
|
+
"transparent-overlay": "transparent-overlay";
|
|
30486
|
+
"floating-glass": "floating-glass";
|
|
30487
|
+
}>>;
|
|
30488
|
+
headerLayoutId: z.ZodEnum<{
|
|
30489
|
+
classic: "classic";
|
|
30490
|
+
centered: "centered";
|
|
30491
|
+
floating: "floating";
|
|
30492
|
+
editorial: "editorial";
|
|
30493
|
+
}>;
|
|
30494
|
+
headerStyleId: z.ZodEnum<{
|
|
30495
|
+
minimal: "minimal";
|
|
30496
|
+
glass: "glass";
|
|
30497
|
+
"editorial-line": "editorial-line";
|
|
30498
|
+
"fine-line": "fine-line";
|
|
30499
|
+
"soft-bar": "soft-bar";
|
|
30500
|
+
"pill-nav": "pill-nav";
|
|
30501
|
+
"brand-bar": "brand-bar";
|
|
30502
|
+
"brand-underline": "brand-underline";
|
|
30503
|
+
"brand-pill": "brand-pill";
|
|
30504
|
+
"flat-tabs": "flat-tabs";
|
|
30505
|
+
"minimal-surface": "minimal-surface";
|
|
30506
|
+
"soft-shell": "soft-shell";
|
|
30507
|
+
}>;
|
|
30508
|
+
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
30509
|
+
"footer-muted-grounding": "footer-muted-grounding";
|
|
30510
|
+
"site-footer-brand-two-band": "site-footer-brand-two-band";
|
|
30511
|
+
}>>;
|
|
30031
30512
|
baseSelectionVersion: z.ZodNumber;
|
|
30032
30513
|
selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30033
30514
|
}, z.core.$strict>;
|
|
@@ -30050,6 +30531,8 @@ export declare const proposalToolSchemas: {
|
|
|
30050
30531
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
30051
30532
|
paletteOverrides: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
30052
30533
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
30534
|
+
headerLayoutId: z.ZodNullable<z.ZodString>;
|
|
30535
|
+
headerStyleId: z.ZodNullable<z.ZodString>;
|
|
30053
30536
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
30054
30537
|
}, z.core.$strict>;
|
|
30055
30538
|
}, z.core.$strip>]>]>;
|
|
@@ -30152,7 +30635,12 @@ export declare const proposalToolSchemas: {
|
|
|
30152
30635
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
30153
30636
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
30154
30637
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
30638
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30639
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30640
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30155
30641
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
30642
|
+
headerLayoutId: z.ZodString;
|
|
30643
|
+
headerStyleId: z.ZodString;
|
|
30156
30644
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
30157
30645
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
30158
30646
|
}, z.core.$strict>;
|
|
@@ -31103,7 +31591,12 @@ export declare const proposalToolSchemas: {
|
|
|
31103
31591
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
31104
31592
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
31105
31593
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
31594
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31595
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31596
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31106
31597
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
31598
|
+
headerLayoutId: z.ZodString;
|
|
31599
|
+
headerStyleId: z.ZodString;
|
|
31107
31600
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
31108
31601
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
31109
31602
|
}, z.core.$strict>;
|
|
@@ -32042,7 +32535,12 @@ export declare const proposalToolSchemas: {
|
|
|
32042
32535
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
32043
32536
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
32044
32537
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
32538
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32539
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32540
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32045
32541
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
32542
|
+
headerLayoutId: z.ZodString;
|
|
32543
|
+
headerStyleId: z.ZodString;
|
|
32046
32544
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
32047
32545
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
32048
32546
|
}, z.core.$strict>;
|
|
@@ -32981,7 +33479,12 @@ export declare const proposalToolSchemas: {
|
|
|
32981
33479
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
32982
33480
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
32983
33481
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
33482
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33483
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33484
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32984
33485
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
33486
|
+
headerLayoutId: z.ZodString;
|
|
33487
|
+
headerStyleId: z.ZodString;
|
|
32985
33488
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
32986
33489
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
32987
33490
|
}, z.core.$strict>;
|
|
@@ -33920,7 +34423,12 @@ export declare const proposalToolSchemas: {
|
|
|
33920
34423
|
buttonPersonalityId: z.ZodNullable<z.ZodString>;
|
|
33921
34424
|
paletteVariantId: z.ZodNullable<z.ZodString>;
|
|
33922
34425
|
paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
34426
|
+
typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34427
|
+
typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34428
|
+
typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33923
34429
|
headerLookId: z.ZodNullable<z.ZodString>;
|
|
34430
|
+
headerLayoutId: z.ZodString;
|
|
34431
|
+
headerStyleId: z.ZodString;
|
|
33924
34432
|
footerLookId: z.ZodNullable<z.ZodString>;
|
|
33925
34433
|
baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
|
|
33926
34434
|
}, z.core.$strict>;
|