@riverbankcms/sdk 0.76.0 → 0.77.1

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.
Files changed (151) hide show
  1. package/dist/{PreviewEditorSidebar-X2HWXFOL.mjs → PreviewEditorSidebar-DVUG7GK4.mjs} +1019 -442
  2. package/dist/{PreviewEditorUI-AQXIXPOH.mjs → PreviewEditorUI-P7RN4CDS.mjs} +2 -2
  3. package/dist/SdkPreviewModeRuntime-KLPX47SE.mjs +8 -0
  4. package/dist/_dts/ai/src/contracts/proposals.d.ts +538 -20
  5. package/dist/_dts/api/src/contentRuntime.d.ts +5 -0
  6. package/dist/_dts/api/src/siteAssets.d.ts +1 -0
  7. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +26 -2
  8. package/dist/_dts/block-form/src/blockDraftSaveability.d.ts +28 -0
  9. package/dist/_dts/block-form/src/client/index.d.ts +2 -2
  10. package/dist/_dts/block-form/src/index.d.ts +2 -1
  11. package/dist/_dts/block-form/src/widgets/DateField/dateFieldSchema.d.ts +1 -1
  12. package/dist/_dts/block-form/src/widgets/DateTimeField/dateTimeFieldSchema.d.ts +1 -1
  13. package/dist/_dts/block-form/src/widgets/TimeField/timeFieldSchema.d.ts +1 -1
  14. package/dist/_dts/blocks/src/PageRenderer.d.ts +10 -10
  15. package/dist/_dts/blocks/src/client/site-chrome.d.ts +22 -0
  16. package/dist/_dts/blocks/src/customBlockRegistry.d.ts +57 -0
  17. package/dist/_dts/blocks/src/index.d.ts +2 -0
  18. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +20 -2
  19. package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +25 -0
  20. package/dist/_dts/blocks/src/system/blocks/index.d.ts +2 -0
  21. package/dist/_dts/blocks/src/system/blocks/intro.d.ts +24 -0
  22. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +3 -34
  23. package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +2 -2
  24. package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
  25. package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +30 -0
  26. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -1
  27. package/dist/_dts/blocks/src/system/fields/ctas.d.ts +7 -0
  28. package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +16 -2
  29. package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
  30. package/dist/_dts/blocks/src/system/runtime/components/multi-step/runtimeFormValidation.d.ts +28 -0
  31. package/dist/_dts/blocks/src/system/runtime/nodes/accordion.d.ts +2 -0
  32. package/dist/_dts/blocks/src/system/runtime/nodes/accordion.server.d.ts +2 -0
  33. package/dist/_dts/blocks/src/system/runtime/nodes/accordionIconTreatment.d.ts +5 -0
  34. package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +5 -4
  35. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +2 -1
  36. package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +2 -0
  37. package/dist/_dts/content-editor/src/hooks/blockDraftLifecycle.d.ts +48 -0
  38. package/dist/_dts/content-editor/src/hooks/invalidBlockSelectors.d.ts +4 -0
  39. package/dist/_dts/content-editor/src/hooks/publishability.d.ts +47 -0
  40. package/dist/_dts/content-editor/src/index.d.ts +1 -0
  41. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +20 -0
  42. package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +2 -1
  43. package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +2 -1
  44. package/dist/_dts/editor-blocks/src/block-editor/customBlockRegistry.d.ts +2 -0
  45. package/dist/_dts/editor-blocks/src/block-editor/sdkBlockMerger.d.ts +9 -37
  46. package/dist/_dts/editor-blocks/src/index.d.ts +2 -2
  47. package/dist/_dts/preview-next/src/client/index.d.ts +3 -0
  48. package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +5 -1
  49. package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +20 -0
  50. package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +7 -2
  51. package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +7 -2
  52. package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +7 -2
  53. package/dist/_dts/preview-next/src/client/preview/PreviewThemedSiteDocument.d.ts +18 -0
  54. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +20 -3
  55. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +6 -1
  56. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +14 -4
  57. package/dist/_dts/preview-next/src/client/preview/previewDesignCoordinator.d.ts +73 -0
  58. package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +12 -4
  59. package/dist/_dts/preview-next/src/client/preview/siteStylePreviewPlanner.d.ts +46 -0
  60. package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +6 -1
  61. package/dist/_dts/preview-next/src/client/preview/typographySelectionInput.d.ts +14 -0
  62. package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +1 -1
  63. package/dist/_dts/sdk/src/cli/commands/style.d.ts +8 -0
  64. package/dist/_dts/sdk/src/client/management/types.d.ts +6 -1
  65. package/dist/_dts/sdk/src/client/types.d.ts +9 -0
  66. package/dist/_dts/sdk/src/client.d.ts +1 -1
  67. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +35 -0
  68. package/dist/_dts/sdk/src/contracts/theme.d.ts +1 -1
  69. package/dist/_dts/sdk/src/index.d.ts +2 -1
  70. package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -0
  71. package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
  72. package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
  73. package/dist/_dts/sdk/src/version.d.ts +1 -1
  74. package/dist/_dts/site-commands/src/commands.d.ts +15 -0
  75. package/dist/_dts/theme-core/src/buttons/personalities/earth-pill.d.ts +16 -0
  76. package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
  77. package/dist/_dts/theme-core/src/fonts/types.d.ts +1 -1
  78. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  79. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +72 -27
  80. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
  81. package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +16 -0
  82. package/dist/_dts/theme-core/src/schema.d.ts +306 -30
  83. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +81 -0
  84. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +6 -4
  85. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +81 -0
  86. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +119 -3
  87. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +4 -4
  88. package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +13 -0
  89. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
  90. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +402 -13
  91. package/dist/_dts/theme-core/src/site-styles/headerOpeningSection.d.ts +6 -0
  92. package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
  93. package/dist/_dts/theme-core/src/site-styles/persistedIdParseResult.d.ts +9 -0
  94. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +20 -4
  95. package/dist/_dts/theme-core/src/site-styles/types.d.ts +74 -2
  96. package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +189 -0
  97. package/dist/{chunk-Q4OLG66B.mjs → chunk-2SPENC5M.mjs} +476 -153
  98. package/dist/{chunk-Z7JLNTJR.mjs → chunk-6SMUFTXD.mjs} +2 -1
  99. package/dist/{chunk-TW2Y4RR5.mjs → chunk-IENWFSLO.mjs} +365 -52
  100. package/dist/{chunk-LYI7TEMH.mjs → chunk-KWJPDZH2.mjs} +4682 -1463
  101. package/dist/{chunk-V5VORNEJ.mjs → chunk-ZYEJLCTN.mjs} +1 -1
  102. package/dist/cli/index.mjs +2314 -267
  103. package/dist/client/{accordion-2YHIBOZH.mjs → accordion-RZMQSYLR.mjs} +1 -1
  104. package/dist/client/{bookingForm-35IBDWAS.mjs → bookingForm-NF4ASVNV.mjs} +2 -2
  105. package/dist/client/bookings.mjs +92 -0
  106. package/dist/client/{carousel-K6XG7NZQ.mjs → carousel-LDX47ZIK.mjs} +1 -1
  107. package/dist/client/{cart-HCFYUTTU.mjs → cart-RGXDS5F4.mjs} +3 -3
  108. package/dist/client/{checkout-J3U4XR7K.mjs → checkout-P7WWSNNY.mjs} +3 -3
  109. package/dist/client/{chunk-BOIHIU7E.mjs → chunk-E2TDNXCL.mjs} +1 -1
  110. package/dist/client/{chunk-PFBX3IQL.mjs → chunk-GMVTOKYG.mjs} +2 -2
  111. package/dist/client/{chunk-FGUIVT2B.mjs → chunk-JNC7CGHX.mjs} +1 -1
  112. package/dist/client/{chunk-SNSWVZEP.mjs → chunk-L3DNHIJX.mjs} +3 -3
  113. package/dist/client/{chunk-7UOSCYY4.mjs → chunk-R56FQ3RR.mjs} +92 -0
  114. package/dist/client/{chunk-J227A3CQ.mjs → chunk-UFSWADAO.mjs} +1 -1
  115. package/dist/client/client.mjs +3579 -1351
  116. package/dist/client/{courseRegistration-ZBXS7VGI.mjs → courseRegistration-7F65K5ZR.mjs} +2 -2
  117. package/dist/client/{eventCalendar-EQQZHJBA.mjs → eventCalendar-GLSC5KTL.mjs} +4 -4
  118. package/dist/client/{eventCombined-JCFTGBFQ.mjs → eventCombined-ZHK4WKUR.mjs} +4 -4
  119. package/dist/client/{eventDetails-HLUTQSYY.mjs → eventDetails-E3PJYBIN.mjs} +4 -4
  120. package/dist/client/{eventListing-FG4MICVB.mjs → eventListing-EMS3WC3E.mjs} +4 -4
  121. package/dist/client/{eventRegistration-GUEB7LBT.mjs → eventRegistration-NZOTVNPI.mjs} +4 -4
  122. package/dist/client/{form-YQEW4YIT.mjs → form-ETFZFATW.mjs} +1 -1
  123. package/dist/client/{headerSection-GTR3TTRM.mjs → headerSection-4LBP7ULT.mjs} +2 -2
  124. package/dist/client/hooks.mjs +2226 -402
  125. package/dist/client/{locationMap-SPC7VGUH.mjs → locationMap-5M655YSJ.mjs} +1 -1
  126. package/dist/client/{newsletterForm-4IW5BLID.mjs → newsletterForm-QOUYW44O.mjs} +1 -1
  127. package/dist/client/{productDetail-KP5H2WJO.mjs → productDetail-O4DOCWQG.mjs} +3 -3
  128. package/dist/client/{productList-3M3M72XZ.mjs → productList-A5RO5WIS.mjs} +3 -3
  129. package/dist/client/rendering/client.mjs +198 -32
  130. package/dist/client/rendering/islands.mjs +18 -18
  131. package/dist/client/rendering.mjs +3573 -1355
  132. package/dist/client/{shop-ACQKVGOM.mjs → shop-L4MZH4I2.mjs} +3 -3
  133. package/dist/preview-next/client/runtime.mjs +4 -4
  134. package/dist/{sdk-runtime-K7HNB4U2.mjs → sdk-runtime-6UT2S7KZ.mjs} +5 -5
  135. package/dist/server/components.mjs +3497 -1333
  136. package/dist/server/config-validation.mjs +2229 -402
  137. package/dist/server/config.mjs +2229 -402
  138. package/dist/server/data.mjs +2226 -402
  139. package/dist/server/index.mjs +31 -2
  140. package/dist/server/next.mjs +3503 -1329
  141. package/dist/server/page-converter.mjs +2213 -403
  142. package/dist/server/prebuild.mjs +1 -1
  143. package/dist/server/rendering/server.mjs +3497 -1333
  144. package/dist/server/rendering.mjs +3497 -1333
  145. package/dist/server/routing.mjs +2250 -363
  146. package/dist/server/server.mjs +2243 -400
  147. package/dist/server/theme-bridge.mjs +1313 -1035
  148. package/dist/server/theme.mjs +237 -12
  149. package/dist/styles/index.css +1081 -1028
  150. package/package.json +1 -1
  151. package/dist/SdkPreviewModeRuntime-ZQNDCASH.mjs +0 -8
@@ -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,41 @@ 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.ZodString>;
4913
- footerLookId: z.ZodNullable<z.ZodString>;
4937
+ headerLookId: z.ZodNullable<z.ZodEnum<{
4938
+ "clean-base": "clean-base";
4939
+ "brand-solid": "brand-solid";
4940
+ "serif-line": "serif-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
+ }>;
4952
+ headerStyleId: z.ZodEnum<{
4953
+ minimal: "minimal";
4954
+ glass: "glass";
4955
+ "serif-line": "serif-line";
4956
+ "fine-line": "fine-line";
4957
+ "soft-bar": "soft-bar";
4958
+ "pill-nav": "pill-nav";
4959
+ "brand-bar": "brand-bar";
4960
+ "brand-underline": "brand-underline";
4961
+ "brand-pill": "brand-pill";
4962
+ "flat-tabs": "flat-tabs";
4963
+ "minimal-surface": "minimal-surface";
4964
+ "soft-shell": "soft-shell";
4965
+ "split-glass": "split-glass";
4966
+ "split-pill": "split-pill";
4967
+ }>;
4968
+ footerLookId: z.ZodNullable<z.ZodEnum<{
4969
+ "footer-muted-grounding": "footer-muted-grounding";
4970
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
4971
+ }>>;
4914
4972
  baseSelectionVersion: z.ZodNumber;
4915
4973
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4916
4974
  }, z.core.$strict>;
@@ -4955,8 +5013,41 @@ export declare const SiteStyleSelectionCommandBackedPreviewSchema: z.ZodObject<{
4955
5013
  text?: import("../../../blocks/src/index").HexColor | undefined;
4956
5014
  border?: import("../../../blocks/src/index").HexColor | undefined;
4957
5015
  }>>>;
4958
- headerLookId: z.ZodNullable<z.ZodString>;
4959
- footerLookId: z.ZodNullable<z.ZodString>;
5016
+ headerLookId: z.ZodNullable<z.ZodEnum<{
5017
+ "clean-base": "clean-base";
5018
+ "brand-solid": "brand-solid";
5019
+ "serif-line": "serif-line";
5020
+ "centered-calm": "centered-calm";
5021
+ "practical-utility": "practical-utility";
5022
+ "minimal-transparent": "minimal-transparent";
5023
+ "transparent-overlay": "transparent-overlay";
5024
+ "floating-glass": "floating-glass";
5025
+ }>>;
5026
+ headerLayoutId: z.ZodEnum<{
5027
+ classic: "classic";
5028
+ centered: "centered";
5029
+ floating: "floating";
5030
+ }>;
5031
+ headerStyleId: z.ZodEnum<{
5032
+ minimal: "minimal";
5033
+ glass: "glass";
5034
+ "serif-line": "serif-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
+ "split-glass": "split-glass";
5045
+ "split-pill": "split-pill";
5046
+ }>;
5047
+ footerLookId: z.ZodNullable<z.ZodEnum<{
5048
+ "footer-muted-grounding": "footer-muted-grounding";
5049
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
5050
+ }>>;
4960
5051
  baseSelectionVersion: z.ZodNumber;
4961
5052
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4962
5053
  }, z.core.$strict>;
@@ -5007,8 +5098,41 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
5007
5098
  text?: import("../../../blocks/src/index").HexColor | undefined;
5008
5099
  border?: import("../../../blocks/src/index").HexColor | undefined;
5009
5100
  }>>>;
5010
- headerLookId: z.ZodNullable<z.ZodString>;
5011
- footerLookId: z.ZodNullable<z.ZodString>;
5101
+ headerLookId: z.ZodNullable<z.ZodEnum<{
5102
+ "clean-base": "clean-base";
5103
+ "brand-solid": "brand-solid";
5104
+ "serif-line": "serif-line";
5105
+ "centered-calm": "centered-calm";
5106
+ "practical-utility": "practical-utility";
5107
+ "minimal-transparent": "minimal-transparent";
5108
+ "transparent-overlay": "transparent-overlay";
5109
+ "floating-glass": "floating-glass";
5110
+ }>>;
5111
+ headerLayoutId: z.ZodEnum<{
5112
+ classic: "classic";
5113
+ centered: "centered";
5114
+ floating: "floating";
5115
+ }>;
5116
+ headerStyleId: z.ZodEnum<{
5117
+ minimal: "minimal";
5118
+ glass: "glass";
5119
+ "serif-line": "serif-line";
5120
+ "fine-line": "fine-line";
5121
+ "soft-bar": "soft-bar";
5122
+ "pill-nav": "pill-nav";
5123
+ "brand-bar": "brand-bar";
5124
+ "brand-underline": "brand-underline";
5125
+ "brand-pill": "brand-pill";
5126
+ "flat-tabs": "flat-tabs";
5127
+ "minimal-surface": "minimal-surface";
5128
+ "soft-shell": "soft-shell";
5129
+ "split-glass": "split-glass";
5130
+ "split-pill": "split-pill";
5131
+ }>;
5132
+ footerLookId: z.ZodNullable<z.ZodEnum<{
5133
+ "footer-muted-grounding": "footer-muted-grounding";
5134
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
5135
+ }>>;
5012
5136
  baseSelectionVersion: z.ZodNumber;
5013
5137
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5014
5138
  }, z.core.$strict>;
@@ -5070,7 +5194,12 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
5070
5194
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
5071
5195
  paletteVariantId: z.ZodNullable<z.ZodString>;
5072
5196
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
5197
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5198
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5199
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5073
5200
  headerLookId: z.ZodNullable<z.ZodString>;
5201
+ headerLayoutId: z.ZodString;
5202
+ headerStyleId: z.ZodString;
5074
5203
  footerLookId: z.ZodNullable<z.ZodString>;
5075
5204
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
5076
5205
  }, z.core.$strict>;
@@ -5946,8 +6075,41 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
5946
6075
  text?: import("../../../blocks/src/index").HexColor | undefined;
5947
6076
  border?: import("../../../blocks/src/index").HexColor | undefined;
5948
6077
  }>>>;
5949
- headerLookId: z.ZodNullable<z.ZodString>;
5950
- footerLookId: z.ZodNullable<z.ZodString>;
6078
+ headerLookId: z.ZodNullable<z.ZodEnum<{
6079
+ "clean-base": "clean-base";
6080
+ "brand-solid": "brand-solid";
6081
+ "serif-line": "serif-line";
6082
+ "centered-calm": "centered-calm";
6083
+ "practical-utility": "practical-utility";
6084
+ "minimal-transparent": "minimal-transparent";
6085
+ "transparent-overlay": "transparent-overlay";
6086
+ "floating-glass": "floating-glass";
6087
+ }>>;
6088
+ headerLayoutId: z.ZodEnum<{
6089
+ classic: "classic";
6090
+ centered: "centered";
6091
+ floating: "floating";
6092
+ }>;
6093
+ headerStyleId: z.ZodEnum<{
6094
+ minimal: "minimal";
6095
+ glass: "glass";
6096
+ "serif-line": "serif-line";
6097
+ "fine-line": "fine-line";
6098
+ "soft-bar": "soft-bar";
6099
+ "pill-nav": "pill-nav";
6100
+ "brand-bar": "brand-bar";
6101
+ "brand-underline": "brand-underline";
6102
+ "brand-pill": "brand-pill";
6103
+ "flat-tabs": "flat-tabs";
6104
+ "minimal-surface": "minimal-surface";
6105
+ "soft-shell": "soft-shell";
6106
+ "split-glass": "split-glass";
6107
+ "split-pill": "split-pill";
6108
+ }>;
6109
+ footerLookId: z.ZodNullable<z.ZodEnum<{
6110
+ "footer-muted-grounding": "footer-muted-grounding";
6111
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
6112
+ }>>;
5951
6113
  baseSelectionVersion: z.ZodNumber;
5952
6114
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5953
6115
  }, z.core.$strict>;
@@ -5971,6 +6133,8 @@ export declare const ProposeSiteStyleSelectionPreviewOnlyOutputSchema: z.ZodObje
5971
6133
  paletteVariantId: z.ZodNullable<z.ZodString>;
5972
6134
  paletteOverrides: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
5973
6135
  headerLookId: z.ZodNullable<z.ZodString>;
6136
+ headerLayoutId: z.ZodNullable<z.ZodString>;
6137
+ headerStyleId: z.ZodNullable<z.ZodString>;
5974
6138
  footerLookId: z.ZodNullable<z.ZodString>;
5975
6139
  }, z.core.$strict>;
5976
6140
  }, z.core.$strip>;
@@ -6012,8 +6176,41 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
6012
6176
  text?: import("../../../blocks/src/index").HexColor | undefined;
6013
6177
  border?: import("../../../blocks/src/index").HexColor | undefined;
6014
6178
  }>>>;
6015
- headerLookId: z.ZodNullable<z.ZodString>;
6016
- footerLookId: z.ZodNullable<z.ZodString>;
6179
+ headerLookId: z.ZodNullable<z.ZodEnum<{
6180
+ "clean-base": "clean-base";
6181
+ "brand-solid": "brand-solid";
6182
+ "serif-line": "serif-line";
6183
+ "centered-calm": "centered-calm";
6184
+ "practical-utility": "practical-utility";
6185
+ "minimal-transparent": "minimal-transparent";
6186
+ "transparent-overlay": "transparent-overlay";
6187
+ "floating-glass": "floating-glass";
6188
+ }>>;
6189
+ headerLayoutId: z.ZodEnum<{
6190
+ classic: "classic";
6191
+ centered: "centered";
6192
+ floating: "floating";
6193
+ }>;
6194
+ headerStyleId: z.ZodEnum<{
6195
+ minimal: "minimal";
6196
+ glass: "glass";
6197
+ "serif-line": "serif-line";
6198
+ "fine-line": "fine-line";
6199
+ "soft-bar": "soft-bar";
6200
+ "pill-nav": "pill-nav";
6201
+ "brand-bar": "brand-bar";
6202
+ "brand-underline": "brand-underline";
6203
+ "brand-pill": "brand-pill";
6204
+ "flat-tabs": "flat-tabs";
6205
+ "minimal-surface": "minimal-surface";
6206
+ "soft-shell": "soft-shell";
6207
+ "split-glass": "split-glass";
6208
+ "split-pill": "split-pill";
6209
+ }>;
6210
+ footerLookId: z.ZodNullable<z.ZodEnum<{
6211
+ "footer-muted-grounding": "footer-muted-grounding";
6212
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
6213
+ }>>;
6017
6214
  baseSelectionVersion: z.ZodNumber;
6018
6215
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6019
6216
  }, z.core.$strict>;
@@ -6075,7 +6272,12 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
6075
6272
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
6076
6273
  paletteVariantId: z.ZodNullable<z.ZodString>;
6077
6274
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
6275
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6276
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6277
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6078
6278
  headerLookId: z.ZodNullable<z.ZodString>;
6279
+ headerLayoutId: z.ZodString;
6280
+ headerStyleId: z.ZodString;
6079
6281
  footerLookId: z.ZodNullable<z.ZodString>;
6080
6282
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
6081
6283
  }, z.core.$strict>;
@@ -6951,8 +7153,41 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
6951
7153
  text?: import("../../../blocks/src/index").HexColor | undefined;
6952
7154
  border?: import("../../../blocks/src/index").HexColor | undefined;
6953
7155
  }>>>;
6954
- headerLookId: z.ZodNullable<z.ZodString>;
6955
- footerLookId: z.ZodNullable<z.ZodString>;
7156
+ headerLookId: z.ZodNullable<z.ZodEnum<{
7157
+ "clean-base": "clean-base";
7158
+ "brand-solid": "brand-solid";
7159
+ "serif-line": "serif-line";
7160
+ "centered-calm": "centered-calm";
7161
+ "practical-utility": "practical-utility";
7162
+ "minimal-transparent": "minimal-transparent";
7163
+ "transparent-overlay": "transparent-overlay";
7164
+ "floating-glass": "floating-glass";
7165
+ }>>;
7166
+ headerLayoutId: z.ZodEnum<{
7167
+ classic: "classic";
7168
+ centered: "centered";
7169
+ floating: "floating";
7170
+ }>;
7171
+ headerStyleId: z.ZodEnum<{
7172
+ minimal: "minimal";
7173
+ glass: "glass";
7174
+ "serif-line": "serif-line";
7175
+ "fine-line": "fine-line";
7176
+ "soft-bar": "soft-bar";
7177
+ "pill-nav": "pill-nav";
7178
+ "brand-bar": "brand-bar";
7179
+ "brand-underline": "brand-underline";
7180
+ "brand-pill": "brand-pill";
7181
+ "flat-tabs": "flat-tabs";
7182
+ "minimal-surface": "minimal-surface";
7183
+ "soft-shell": "soft-shell";
7184
+ "split-glass": "split-glass";
7185
+ "split-pill": "split-pill";
7186
+ }>;
7187
+ footerLookId: z.ZodNullable<z.ZodEnum<{
7188
+ "footer-muted-grounding": "footer-muted-grounding";
7189
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
7190
+ }>>;
6956
7191
  baseSelectionVersion: z.ZodNumber;
6957
7192
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6958
7193
  }, z.core.$strict>;
@@ -6975,6 +7210,8 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
6975
7210
  paletteVariantId: z.ZodNullable<z.ZodString>;
6976
7211
  paletteOverrides: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
6977
7212
  headerLookId: z.ZodNullable<z.ZodString>;
7213
+ headerLayoutId: z.ZodNullable<z.ZodString>;
7214
+ headerStyleId: z.ZodNullable<z.ZodString>;
6978
7215
  footerLookId: z.ZodNullable<z.ZodString>;
6979
7216
  }, z.core.$strict>;
6980
7217
  }, z.core.$strip>]>;
@@ -7018,8 +7255,41 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
7018
7255
  text?: import("../../../blocks/src/index").HexColor | undefined;
7019
7256
  border?: import("../../../blocks/src/index").HexColor | undefined;
7020
7257
  }>>>;
7021
- headerLookId: z.ZodNullable<z.ZodString>;
7022
- footerLookId: z.ZodNullable<z.ZodString>;
7258
+ headerLookId: z.ZodNullable<z.ZodEnum<{
7259
+ "clean-base": "clean-base";
7260
+ "brand-solid": "brand-solid";
7261
+ "serif-line": "serif-line";
7262
+ "centered-calm": "centered-calm";
7263
+ "practical-utility": "practical-utility";
7264
+ "minimal-transparent": "minimal-transparent";
7265
+ "transparent-overlay": "transparent-overlay";
7266
+ "floating-glass": "floating-glass";
7267
+ }>>;
7268
+ headerLayoutId: z.ZodEnum<{
7269
+ classic: "classic";
7270
+ centered: "centered";
7271
+ floating: "floating";
7272
+ }>;
7273
+ headerStyleId: z.ZodEnum<{
7274
+ minimal: "minimal";
7275
+ glass: "glass";
7276
+ "serif-line": "serif-line";
7277
+ "fine-line": "fine-line";
7278
+ "soft-bar": "soft-bar";
7279
+ "pill-nav": "pill-nav";
7280
+ "brand-bar": "brand-bar";
7281
+ "brand-underline": "brand-underline";
7282
+ "brand-pill": "brand-pill";
7283
+ "flat-tabs": "flat-tabs";
7284
+ "minimal-surface": "minimal-surface";
7285
+ "soft-shell": "soft-shell";
7286
+ "split-glass": "split-glass";
7287
+ "split-pill": "split-pill";
7288
+ }>;
7289
+ footerLookId: z.ZodNullable<z.ZodEnum<{
7290
+ "footer-muted-grounding": "footer-muted-grounding";
7291
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
7292
+ }>>;
7023
7293
  baseSelectionVersion: z.ZodNumber;
7024
7294
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7025
7295
  }, z.core.$strict>;
@@ -7081,7 +7351,12 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
7081
7351
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
7082
7352
  paletteVariantId: z.ZodNullable<z.ZodString>;
7083
7353
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
7354
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7355
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7356
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7084
7357
  headerLookId: z.ZodNullable<z.ZodString>;
7358
+ headerLayoutId: z.ZodString;
7359
+ headerStyleId: z.ZodString;
7085
7360
  footerLookId: z.ZodNullable<z.ZodString>;
7086
7361
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
7087
7362
  }, z.core.$strict>;
@@ -7957,8 +8232,41 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
7957
8232
  text?: import("../../../blocks/src/index").HexColor | undefined;
7958
8233
  border?: import("../../../blocks/src/index").HexColor | undefined;
7959
8234
  }>>>;
7960
- headerLookId: z.ZodNullable<z.ZodString>;
7961
- footerLookId: z.ZodNullable<z.ZodString>;
8235
+ headerLookId: z.ZodNullable<z.ZodEnum<{
8236
+ "clean-base": "clean-base";
8237
+ "brand-solid": "brand-solid";
8238
+ "serif-line": "serif-line";
8239
+ "centered-calm": "centered-calm";
8240
+ "practical-utility": "practical-utility";
8241
+ "minimal-transparent": "minimal-transparent";
8242
+ "transparent-overlay": "transparent-overlay";
8243
+ "floating-glass": "floating-glass";
8244
+ }>>;
8245
+ headerLayoutId: z.ZodEnum<{
8246
+ classic: "classic";
8247
+ centered: "centered";
8248
+ floating: "floating";
8249
+ }>;
8250
+ headerStyleId: z.ZodEnum<{
8251
+ minimal: "minimal";
8252
+ glass: "glass";
8253
+ "serif-line": "serif-line";
8254
+ "fine-line": "fine-line";
8255
+ "soft-bar": "soft-bar";
8256
+ "pill-nav": "pill-nav";
8257
+ "brand-bar": "brand-bar";
8258
+ "brand-underline": "brand-underline";
8259
+ "brand-pill": "brand-pill";
8260
+ "flat-tabs": "flat-tabs";
8261
+ "minimal-surface": "minimal-surface";
8262
+ "soft-shell": "soft-shell";
8263
+ "split-glass": "split-glass";
8264
+ "split-pill": "split-pill";
8265
+ }>;
8266
+ footerLookId: z.ZodNullable<z.ZodEnum<{
8267
+ "footer-muted-grounding": "footer-muted-grounding";
8268
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
8269
+ }>>;
7962
8270
  baseSelectionVersion: z.ZodNumber;
7963
8271
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7964
8272
  }, z.core.$strict>;
@@ -7981,6 +8289,8 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
7981
8289
  paletteVariantId: z.ZodNullable<z.ZodString>;
7982
8290
  paletteOverrides: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
7983
8291
  headerLookId: z.ZodNullable<z.ZodString>;
8292
+ headerLayoutId: z.ZodNullable<z.ZodString>;
8293
+ headerStyleId: z.ZodNullable<z.ZodString>;
7984
8294
  footerLookId: z.ZodNullable<z.ZodString>;
7985
8295
  }, z.core.$strict>;
7986
8296
  }, z.core.$strip>]>]>;
@@ -8349,7 +8659,12 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
8349
8659
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
8350
8660
  paletteVariantId: z.ZodNullable<z.ZodString>;
8351
8661
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
8662
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8663
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8664
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8352
8665
  headerLookId: z.ZodNullable<z.ZodString>;
8666
+ headerLayoutId: z.ZodString;
8667
+ headerStyleId: z.ZodString;
8353
8668
  footerLookId: z.ZodNullable<z.ZodString>;
8354
8669
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
8355
8670
  }, z.core.$strict>;
@@ -9379,7 +9694,12 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
9379
9694
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
9380
9695
  paletteVariantId: z.ZodNullable<z.ZodString>;
9381
9696
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
9697
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9698
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9699
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9382
9700
  headerLookId: z.ZodNullable<z.ZodString>;
9701
+ headerLayoutId: z.ZodString;
9702
+ headerStyleId: z.ZodString;
9383
9703
  footerLookId: z.ZodNullable<z.ZodString>;
9384
9704
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
9385
9705
  }, z.core.$strict>;
@@ -10301,7 +10621,12 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
10301
10621
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
10302
10622
  paletteVariantId: z.ZodNullable<z.ZodString>;
10303
10623
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
10624
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10625
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10626
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10304
10627
  headerLookId: z.ZodNullable<z.ZodString>;
10628
+ headerLayoutId: z.ZodString;
10629
+ headerStyleId: z.ZodString;
10305
10630
  footerLookId: z.ZodNullable<z.ZodString>;
10306
10631
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
10307
10632
  }, z.core.$strict>;
@@ -11217,7 +11542,12 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
11217
11542
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
11218
11543
  paletteVariantId: z.ZodNullable<z.ZodString>;
11219
11544
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
11545
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11546
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11547
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11220
11548
  headerLookId: z.ZodNullable<z.ZodString>;
11549
+ headerLayoutId: z.ZodString;
11550
+ headerStyleId: z.ZodString;
11221
11551
  footerLookId: z.ZodNullable<z.ZodString>;
11222
11552
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
11223
11553
  }, z.core.$strict>;
@@ -12133,7 +12463,12 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
12133
12463
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
12134
12464
  paletteVariantId: z.ZodNullable<z.ZodString>;
12135
12465
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
12466
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12467
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12468
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12136
12469
  headerLookId: z.ZodNullable<z.ZodString>;
12470
+ headerLayoutId: z.ZodString;
12471
+ headerStyleId: z.ZodString;
12137
12472
  footerLookId: z.ZodNullable<z.ZodString>;
12138
12473
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
12139
12474
  }, z.core.$strict>;
@@ -13049,7 +13384,12 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
13049
13384
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
13050
13385
  paletteVariantId: z.ZodNullable<z.ZodString>;
13051
13386
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
13387
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13388
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13389
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13052
13390
  headerLookId: z.ZodNullable<z.ZodString>;
13391
+ headerLayoutId: z.ZodString;
13392
+ headerStyleId: z.ZodString;
13053
13393
  footerLookId: z.ZodNullable<z.ZodString>;
13054
13394
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
13055
13395
  }, z.core.$strict>;
@@ -13984,7 +14324,12 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
13984
14324
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
13985
14325
  paletteVariantId: z.ZodNullable<z.ZodString>;
13986
14326
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
14327
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14328
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14329
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13987
14330
  headerLookId: z.ZodNullable<z.ZodString>;
14331
+ headerLayoutId: z.ZodString;
14332
+ headerStyleId: z.ZodString;
13988
14333
  footerLookId: z.ZodNullable<z.ZodString>;
13989
14334
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
13990
14335
  }, z.core.$strict>;
@@ -14936,7 +15281,12 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
14936
15281
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
14937
15282
  paletteVariantId: z.ZodNullable<z.ZodString>;
14938
15283
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
15284
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15285
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15286
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14939
15287
  headerLookId: z.ZodNullable<z.ZodString>;
15288
+ headerLayoutId: z.ZodString;
15289
+ headerStyleId: z.ZodString;
14940
15290
  footerLookId: z.ZodNullable<z.ZodString>;
14941
15291
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
14942
15292
  }, z.core.$strict>;
@@ -15876,7 +16226,12 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
15876
16226
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
15877
16227
  paletteVariantId: z.ZodNullable<z.ZodString>;
15878
16228
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
16229
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16230
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16231
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15879
16232
  headerLookId: z.ZodNullable<z.ZodString>;
16233
+ headerLayoutId: z.ZodString;
16234
+ headerStyleId: z.ZodString;
15880
16235
  footerLookId: z.ZodNullable<z.ZodString>;
15881
16236
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
15882
16237
  }, z.core.$strict>;
@@ -16816,7 +17171,12 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
16816
17171
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
16817
17172
  paletteVariantId: z.ZodNullable<z.ZodString>;
16818
17173
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
17174
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17175
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17176
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16819
17177
  headerLookId: z.ZodNullable<z.ZodString>;
17178
+ headerLayoutId: z.ZodString;
17179
+ headerStyleId: z.ZodString;
16820
17180
  footerLookId: z.ZodNullable<z.ZodString>;
16821
17181
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
16822
17182
  }, z.core.$strict>;
@@ -17756,7 +18116,12 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
17756
18116
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
17757
18117
  paletteVariantId: z.ZodNullable<z.ZodString>;
17758
18118
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
18119
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18120
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18121
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17759
18122
  headerLookId: z.ZodNullable<z.ZodString>;
18123
+ headerLayoutId: z.ZodString;
18124
+ headerStyleId: z.ZodString;
17760
18125
  footerLookId: z.ZodNullable<z.ZodString>;
17761
18126
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
17762
18127
  }, z.core.$strict>;
@@ -18692,7 +19057,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
18692
19057
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
18693
19058
  paletteVariantId: z.ZodNullable<z.ZodString>;
18694
19059
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
19060
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19061
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19062
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18695
19063
  headerLookId: z.ZodNullable<z.ZodString>;
19064
+ headerLayoutId: z.ZodString;
19065
+ headerStyleId: z.ZodString;
18696
19066
  footerLookId: z.ZodNullable<z.ZodString>;
18697
19067
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
18698
19068
  }, z.core.$strict>;
@@ -19643,7 +20013,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
19643
20013
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
19644
20014
  paletteVariantId: z.ZodNullable<z.ZodString>;
19645
20015
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
20016
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20017
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20018
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19646
20019
  headerLookId: z.ZodNullable<z.ZodString>;
20020
+ headerLayoutId: z.ZodString;
20021
+ headerStyleId: z.ZodString;
19647
20022
  footerLookId: z.ZodNullable<z.ZodString>;
19648
20023
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
19649
20024
  }, z.core.$strict>;
@@ -20582,7 +20957,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
20582
20957
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
20583
20958
  paletteVariantId: z.ZodNullable<z.ZodString>;
20584
20959
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
20960
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20961
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20962
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20585
20963
  headerLookId: z.ZodNullable<z.ZodString>;
20964
+ headerLayoutId: z.ZodString;
20965
+ headerStyleId: z.ZodString;
20586
20966
  footerLookId: z.ZodNullable<z.ZodString>;
20587
20967
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
20588
20968
  }, z.core.$strict>;
@@ -21521,7 +21901,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
21521
21901
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
21522
21902
  paletteVariantId: z.ZodNullable<z.ZodString>;
21523
21903
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
21904
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21905
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21906
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21524
21907
  headerLookId: z.ZodNullable<z.ZodString>;
21908
+ headerLayoutId: z.ZodString;
21909
+ headerStyleId: z.ZodString;
21525
21910
  footerLookId: z.ZodNullable<z.ZodString>;
21526
21911
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
21527
21912
  }, z.core.$strict>;
@@ -22460,7 +22845,12 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
22460
22845
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
22461
22846
  paletteVariantId: z.ZodNullable<z.ZodString>;
22462
22847
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
22848
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22849
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22850
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22463
22851
  headerLookId: z.ZodNullable<z.ZodString>;
22852
+ headerLayoutId: z.ZodString;
22853
+ headerStyleId: z.ZodString;
22464
22854
  footerLookId: z.ZodNullable<z.ZodString>;
22465
22855
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
22466
22856
  }, z.core.$strict>;
@@ -23399,7 +23789,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
23399
23789
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
23400
23790
  paletteVariantId: z.ZodNullable<z.ZodString>;
23401
23791
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
23792
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23793
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23794
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23402
23795
  headerLookId: z.ZodNullable<z.ZodString>;
23796
+ headerLayoutId: z.ZodString;
23797
+ headerStyleId: z.ZodString;
23403
23798
  footerLookId: z.ZodNullable<z.ZodString>;
23404
23799
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
23405
23800
  }, z.core.$strict>;
@@ -24350,7 +24745,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
24350
24745
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
24351
24746
  paletteVariantId: z.ZodNullable<z.ZodString>;
24352
24747
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
24748
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24749
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24750
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24353
24751
  headerLookId: z.ZodNullable<z.ZodString>;
24752
+ headerLayoutId: z.ZodString;
24753
+ headerStyleId: z.ZodString;
24354
24754
  footerLookId: z.ZodNullable<z.ZodString>;
24355
24755
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
24356
24756
  }, z.core.$strict>;
@@ -25289,7 +25689,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
25289
25689
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
25290
25690
  paletteVariantId: z.ZodNullable<z.ZodString>;
25291
25691
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
25692
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25693
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25694
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25292
25695
  headerLookId: z.ZodNullable<z.ZodString>;
25696
+ headerLayoutId: z.ZodString;
25697
+ headerStyleId: z.ZodString;
25293
25698
  footerLookId: z.ZodNullable<z.ZodString>;
25294
25699
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
25295
25700
  }, z.core.$strict>;
@@ -26228,7 +26633,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
26228
26633
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
26229
26634
  paletteVariantId: z.ZodNullable<z.ZodString>;
26230
26635
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
26636
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26637
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26638
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26231
26639
  headerLookId: z.ZodNullable<z.ZodString>;
26640
+ headerLayoutId: z.ZodString;
26641
+ headerStyleId: z.ZodString;
26232
26642
  footerLookId: z.ZodNullable<z.ZodString>;
26233
26643
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
26234
26644
  }, z.core.$strict>;
@@ -27167,7 +27577,12 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
27167
27577
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
27168
27578
  paletteVariantId: z.ZodNullable<z.ZodString>;
27169
27579
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
27580
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27581
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27582
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27170
27583
  headerLookId: z.ZodNullable<z.ZodString>;
27584
+ headerLayoutId: z.ZodString;
27585
+ headerStyleId: z.ZodString;
27171
27586
  footerLookId: z.ZodNullable<z.ZodString>;
27172
27587
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
27173
27588
  }, z.core.$strict>;
@@ -28077,7 +28492,12 @@ export declare const proposalToolSchemas: {
28077
28492
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
28078
28493
  paletteVariantId: z.ZodNullable<z.ZodString>;
28079
28494
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
28495
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28496
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28497
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28080
28498
  headerLookId: z.ZodNullable<z.ZodString>;
28499
+ headerLayoutId: z.ZodString;
28500
+ headerStyleId: z.ZodString;
28081
28501
  footerLookId: z.ZodNullable<z.ZodString>;
28082
28502
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
28083
28503
  }, z.core.$strict>;
@@ -29087,8 +29507,41 @@ export declare const proposalToolSchemas: {
29087
29507
  text?: import("../../../blocks/src/index").HexColor | undefined;
29088
29508
  border?: import("../../../blocks/src/index").HexColor | undefined;
29089
29509
  }>>>;
29090
- headerLookId: z.ZodNullable<z.ZodString>;
29091
- footerLookId: z.ZodNullable<z.ZodString>;
29510
+ headerLookId: z.ZodNullable<z.ZodEnum<{
29511
+ "clean-base": "clean-base";
29512
+ "brand-solid": "brand-solid";
29513
+ "serif-line": "serif-line";
29514
+ "centered-calm": "centered-calm";
29515
+ "practical-utility": "practical-utility";
29516
+ "minimal-transparent": "minimal-transparent";
29517
+ "transparent-overlay": "transparent-overlay";
29518
+ "floating-glass": "floating-glass";
29519
+ }>>;
29520
+ headerLayoutId: z.ZodEnum<{
29521
+ classic: "classic";
29522
+ centered: "centered";
29523
+ floating: "floating";
29524
+ }>;
29525
+ headerStyleId: z.ZodEnum<{
29526
+ minimal: "minimal";
29527
+ glass: "glass";
29528
+ "serif-line": "serif-line";
29529
+ "fine-line": "fine-line";
29530
+ "soft-bar": "soft-bar";
29531
+ "pill-nav": "pill-nav";
29532
+ "brand-bar": "brand-bar";
29533
+ "brand-underline": "brand-underline";
29534
+ "brand-pill": "brand-pill";
29535
+ "flat-tabs": "flat-tabs";
29536
+ "minimal-surface": "minimal-surface";
29537
+ "soft-shell": "soft-shell";
29538
+ "split-glass": "split-glass";
29539
+ "split-pill": "split-pill";
29540
+ }>;
29541
+ footerLookId: z.ZodNullable<z.ZodEnum<{
29542
+ "footer-muted-grounding": "footer-muted-grounding";
29543
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
29544
+ }>>;
29092
29545
  baseSelectionVersion: z.ZodNumber;
29093
29546
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29094
29547
  }, z.core.$strict>;
@@ -29150,7 +29603,12 @@ export declare const proposalToolSchemas: {
29150
29603
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
29151
29604
  paletteVariantId: z.ZodNullable<z.ZodString>;
29152
29605
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
29606
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29607
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29608
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29153
29609
  headerLookId: z.ZodNullable<z.ZodString>;
29610
+ headerLayoutId: z.ZodString;
29611
+ headerStyleId: z.ZodString;
29154
29612
  footerLookId: z.ZodNullable<z.ZodString>;
29155
29613
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
29156
29614
  }, z.core.$strict>;
@@ -30026,8 +30484,41 @@ export declare const proposalToolSchemas: {
30026
30484
  text?: import("../../../blocks/src/index").HexColor | undefined;
30027
30485
  border?: import("../../../blocks/src/index").HexColor | undefined;
30028
30486
  }>>>;
30029
- headerLookId: z.ZodNullable<z.ZodString>;
30030
- footerLookId: z.ZodNullable<z.ZodString>;
30487
+ headerLookId: z.ZodNullable<z.ZodEnum<{
30488
+ "clean-base": "clean-base";
30489
+ "brand-solid": "brand-solid";
30490
+ "serif-line": "serif-line";
30491
+ "centered-calm": "centered-calm";
30492
+ "practical-utility": "practical-utility";
30493
+ "minimal-transparent": "minimal-transparent";
30494
+ "transparent-overlay": "transparent-overlay";
30495
+ "floating-glass": "floating-glass";
30496
+ }>>;
30497
+ headerLayoutId: z.ZodEnum<{
30498
+ classic: "classic";
30499
+ centered: "centered";
30500
+ floating: "floating";
30501
+ }>;
30502
+ headerStyleId: z.ZodEnum<{
30503
+ minimal: "minimal";
30504
+ glass: "glass";
30505
+ "serif-line": "serif-line";
30506
+ "fine-line": "fine-line";
30507
+ "soft-bar": "soft-bar";
30508
+ "pill-nav": "pill-nav";
30509
+ "brand-bar": "brand-bar";
30510
+ "brand-underline": "brand-underline";
30511
+ "brand-pill": "brand-pill";
30512
+ "flat-tabs": "flat-tabs";
30513
+ "minimal-surface": "minimal-surface";
30514
+ "soft-shell": "soft-shell";
30515
+ "split-glass": "split-glass";
30516
+ "split-pill": "split-pill";
30517
+ }>;
30518
+ footerLookId: z.ZodNullable<z.ZodEnum<{
30519
+ "footer-muted-grounding": "footer-muted-grounding";
30520
+ "site-footer-brand-two-band": "site-footer-brand-two-band";
30521
+ }>>;
30031
30522
  baseSelectionVersion: z.ZodNumber;
30032
30523
  selectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30033
30524
  }, z.core.$strict>;
@@ -30050,6 +30541,8 @@ export declare const proposalToolSchemas: {
30050
30541
  paletteVariantId: z.ZodNullable<z.ZodString>;
30051
30542
  paletteOverrides: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
30052
30543
  headerLookId: z.ZodNullable<z.ZodString>;
30544
+ headerLayoutId: z.ZodNullable<z.ZodString>;
30545
+ headerStyleId: z.ZodNullable<z.ZodString>;
30053
30546
  footerLookId: z.ZodNullable<z.ZodString>;
30054
30547
  }, z.core.$strict>;
30055
30548
  }, z.core.$strip>]>]>;
@@ -30152,7 +30645,12 @@ export declare const proposalToolSchemas: {
30152
30645
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
30153
30646
  paletteVariantId: z.ZodNullable<z.ZodString>;
30154
30647
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
30648
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30649
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30650
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30155
30651
  headerLookId: z.ZodNullable<z.ZodString>;
30652
+ headerLayoutId: z.ZodString;
30653
+ headerStyleId: z.ZodString;
30156
30654
  footerLookId: z.ZodNullable<z.ZodString>;
30157
30655
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
30158
30656
  }, z.core.$strict>;
@@ -31103,7 +31601,12 @@ export declare const proposalToolSchemas: {
31103
31601
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
31104
31602
  paletteVariantId: z.ZodNullable<z.ZodString>;
31105
31603
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
31604
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31605
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31606
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31106
31607
  headerLookId: z.ZodNullable<z.ZodString>;
31608
+ headerLayoutId: z.ZodString;
31609
+ headerStyleId: z.ZodString;
31107
31610
  footerLookId: z.ZodNullable<z.ZodString>;
31108
31611
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
31109
31612
  }, z.core.$strict>;
@@ -32042,7 +32545,12 @@ export declare const proposalToolSchemas: {
32042
32545
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
32043
32546
  paletteVariantId: z.ZodNullable<z.ZodString>;
32044
32547
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
32548
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32549
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32550
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32045
32551
  headerLookId: z.ZodNullable<z.ZodString>;
32552
+ headerLayoutId: z.ZodString;
32553
+ headerStyleId: z.ZodString;
32046
32554
  footerLookId: z.ZodNullable<z.ZodString>;
32047
32555
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
32048
32556
  }, z.core.$strict>;
@@ -32981,7 +33489,12 @@ export declare const proposalToolSchemas: {
32981
33489
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
32982
33490
  paletteVariantId: z.ZodNullable<z.ZodString>;
32983
33491
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
33492
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33493
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33494
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32984
33495
  headerLookId: z.ZodNullable<z.ZodString>;
33496
+ headerLayoutId: z.ZodString;
33497
+ headerStyleId: z.ZodString;
32985
33498
  footerLookId: z.ZodNullable<z.ZodString>;
32986
33499
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
32987
33500
  }, z.core.$strict>;
@@ -33920,7 +34433,12 @@ export declare const proposalToolSchemas: {
33920
34433
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
33921
34434
  paletteVariantId: z.ZodNullable<z.ZodString>;
33922
34435
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
34436
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34437
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34438
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33923
34439
  headerLookId: z.ZodNullable<z.ZodString>;
34440
+ headerLayoutId: z.ZodString;
34441
+ headerStyleId: z.ZodString;
33924
34442
  footerLookId: z.ZodNullable<z.ZodString>;
33925
34443
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
33926
34444
  }, z.core.$strict>;