@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.
Files changed (177) hide show
  1. package/README.md +2 -0
  2. package/dist/{PreviewEditorSidebar-U2IHCBYN.mjs → PreviewEditorSidebar-XSX7QKHQ.mjs} +1179 -519
  3. package/dist/{PreviewEditorUI-ZGH2RQNP.mjs → PreviewEditorUI-YZNEZ3QD.mjs} +2 -2
  4. package/dist/SdkPreviewModeRuntime-5FS5E6BI.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +528 -20
  6. package/dist/_dts/api/src/bookingOperations.d.ts +12 -0
  7. package/dist/_dts/api/src/contentRuntime.d.ts +5 -0
  8. package/dist/_dts/api/src/index.d.ts +1 -1
  9. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +11 -3
  10. package/dist/_dts/api/src/siteAssets.d.ts +1 -0
  11. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +26 -2
  12. package/dist/_dts/block-form/src/blockDraftSaveability.d.ts +28 -1
  13. package/dist/_dts/block-form/src/client/index.d.ts +2 -2
  14. package/dist/_dts/block-form/src/index.d.ts +2 -1
  15. package/dist/_dts/block-form/src/manifest/utils.d.ts +24 -0
  16. package/dist/_dts/block-form/src/widgets/DateField/dateFieldSchema.d.ts +1 -1
  17. package/dist/_dts/block-form/src/widgets/DateTimeField/dateTimeFieldSchema.d.ts +1 -1
  18. package/dist/_dts/block-form/src/widgets/TimeField/timeFieldSchema.d.ts +1 -1
  19. package/dist/_dts/blocks/src/PageRenderer.d.ts +10 -10
  20. package/dist/_dts/blocks/src/client/events.d.ts +3 -1
  21. package/dist/_dts/blocks/src/client/site-chrome.d.ts +22 -0
  22. package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +4 -4
  23. package/dist/_dts/blocks/src/customBlockRegistry.d.ts +38 -0
  24. package/dist/_dts/blocks/src/index.d.ts +2 -0
  25. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +20 -2
  26. package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +25 -0
  27. package/dist/_dts/blocks/src/system/blocks/index.d.ts +2 -0
  28. package/dist/_dts/blocks/src/system/blocks/intro.d.ts +24 -0
  29. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +3 -34
  30. package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
  31. package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +30 -0
  32. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -1
  33. package/dist/_dts/blocks/src/system/fields/ctas.d.ts +7 -0
  34. package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +11 -2
  35. package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
  36. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +6 -6
  37. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -3
  38. package/dist/_dts/blocks/src/system/runtime/nodes/accordion.d.ts +2 -0
  39. package/dist/_dts/blocks/src/system/runtime/nodes/accordion.server.d.ts +2 -0
  40. package/dist/_dts/blocks/src/system/runtime/nodes/accordionIconTreatment.d.ts +5 -0
  41. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.interactive.d.ts +3 -27
  42. package/dist/_dts/blocks/src/system/runtime/nodes/booking-runtime-sources.d.ts +163 -0
  43. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +5 -5
  44. package/dist/_dts/blocks/src/system/runtime/shared/components/BookingOptionCompactRow.d.ts +29 -0
  45. package/dist/_dts/blocks/src/system/runtime/shared/components/BookingOptionList.d.ts +13 -0
  46. package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +4 -0
  47. package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +4 -3
  48. package/dist/_dts/blocks/src/system/runtime/shared/utils/bookingRoute.d.ts +20 -0
  49. package/dist/_dts/blocks/src/system/runtime/shared/utils/index.d.ts +2 -1
  50. package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +1 -0
  51. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +2 -1
  52. package/dist/_dts/blocks/src/system/types/link.d.ts +12 -0
  53. package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +2 -0
  54. package/dist/_dts/content-editor/src/hooks/blockDraftLifecycle.d.ts +48 -0
  55. package/dist/_dts/content-editor/src/hooks/invalidBlockSelectors.d.ts +4 -0
  56. package/dist/_dts/content-editor/src/hooks/publishability.d.ts +47 -0
  57. package/dist/_dts/content-editor/src/index.d.ts +1 -0
  58. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +20 -0
  59. package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +4 -1
  60. package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +3 -1
  61. package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +3 -1
  62. package/dist/_dts/editor-blocks/src/block-editor/BlockSettingsModal.d.ts +5 -1
  63. package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +4 -1
  64. package/dist/_dts/editor-blocks/src/block-editor/actionControlMode.d.ts +2 -0
  65. package/dist/_dts/editor-blocks/src/block-editor/customBlockRegistry.d.ts +2 -0
  66. package/dist/_dts/editor-blocks/src/block-editor/sdkBlockMerger.d.ts +9 -37
  67. package/dist/_dts/editor-blocks/src/index.d.ts +3 -3
  68. package/dist/_dts/preview-next/src/client/index.d.ts +3 -0
  69. package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +5 -1
  70. package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +20 -0
  71. package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +7 -2
  72. package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +7 -2
  73. package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +7 -2
  74. package/dist/_dts/preview-next/src/client/preview/PreviewThemedSiteDocument.d.ts +18 -0
  75. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +20 -3
  76. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +6 -1
  77. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +14 -4
  78. package/dist/_dts/preview-next/src/client/preview/previewDesignCoordinator.d.ts +73 -0
  79. package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +12 -4
  80. package/dist/_dts/preview-next/src/client/preview/siteStylePreviewPlanner.d.ts +46 -0
  81. package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +6 -1
  82. package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +21 -3
  83. package/dist/_dts/preview-next/src/client/preview/typographySelectionInput.d.ts +14 -0
  84. package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +1 -1
  85. package/dist/_dts/sdk/src/cli/commands/style.d.ts +8 -0
  86. package/dist/_dts/sdk/src/client/management/types.d.ts +6 -1
  87. package/dist/_dts/sdk/src/client/types.d.ts +9 -0
  88. package/dist/_dts/sdk/src/client.d.ts +1 -1
  89. package/dist/_dts/sdk/src/components.d.ts +2 -2
  90. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +35 -0
  91. package/dist/_dts/sdk/src/index.d.ts +2 -1
  92. package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -0
  93. package/dist/_dts/sdk/src/rendering/index.d.ts +2 -2
  94. package/dist/_dts/sdk/src/rendering/overrideResolution.d.ts +6 -0
  95. package/dist/_dts/sdk/src/rendering/overrides.d.ts +21 -1
  96. package/dist/_dts/sdk/src/rendering/server.d.ts +4 -3
  97. package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
  98. package/dist/_dts/sdk/src/version.d.ts +1 -1
  99. package/dist/_dts/site-commands/src/commands.d.ts +15 -0
  100. package/dist/_dts/theme-core/src/buttons/personalities/earth-pill.d.ts +16 -0
  101. package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
  102. package/dist/_dts/theme-core/src/fonts/types.d.ts +1 -1
  103. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +45 -0
  104. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
  105. package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +16 -0
  106. package/dist/_dts/theme-core/src/schema.d.ts +280 -0
  107. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +81 -0
  108. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +6 -4
  109. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +81 -0
  110. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +118 -2
  111. package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +13 -0
  112. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
  113. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +364 -5
  114. package/dist/_dts/theme-core/src/site-styles/headerOpeningSection.d.ts +6 -0
  115. package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
  116. package/dist/_dts/theme-core/src/site-styles/persistedIdParseResult.d.ts +9 -0
  117. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +20 -4
  118. package/dist/_dts/theme-core/src/site-styles/types.d.ts +74 -2
  119. package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +189 -0
  120. package/dist/{chunk-Z7JLNTJR.mjs → chunk-6SMUFTXD.mjs} +2 -1
  121. package/dist/{chunk-ZSHFGFUG.mjs → chunk-ANKDYZ2E.mjs} +1 -1
  122. package/dist/{chunk-BGMNDF6T.mjs → chunk-EAWHBECW.mjs} +476 -153
  123. package/dist/{chunk-RWXQBRQZ.mjs → chunk-GSQX43EZ.mjs} +450 -63
  124. package/dist/{chunk-GFE74WRD.mjs → chunk-WLQBJN2Z.mjs} +3275 -435
  125. package/dist/cli/index.mjs +2023 -181
  126. package/dist/client/{accordion-T2UD2ZTH.mjs → accordion-RZMQSYLR.mjs} +1 -1
  127. package/dist/client/{bookingForm-GUP75FKN.mjs → bookingForm-NF4ASVNV.mjs} +3 -13
  128. package/dist/client/bookings.mjs +103 -11
  129. package/dist/client/{carousel-2NQA6V57.mjs → carousel-LDX47ZIK.mjs} +1 -1
  130. package/dist/client/{cart-5TFIAFDS.mjs → cart-RGXDS5F4.mjs} +4 -4
  131. package/dist/client/{checkout-TP4WAHZE.mjs → checkout-P7WWSNNY.mjs} +4 -4
  132. package/dist/client/{chunk-ZLMS67RR.mjs → chunk-E2TDNXCL.mjs} +1 -1
  133. package/dist/client/{chunk-NWOUL6JY.mjs → chunk-GMVTOKYG.mjs} +3 -3
  134. package/dist/client/{chunk-CY2ZTSE5.mjs → chunk-JNC7CGHX.mjs} +1 -1
  135. package/dist/client/{chunk-VUAOE3AG.mjs → chunk-L3DNHIJX.mjs} +4 -4
  136. package/dist/client/{chunk-FU2QRZMX.mjs → chunk-R56FQ3RR.mjs} +163 -24
  137. package/dist/client/{chunk-WJXXNDSE.mjs → chunk-UFSWADAO.mjs} +1 -1
  138. package/dist/client/client.mjs +4392 -2504
  139. package/dist/client/{courseRegistration-5DPU6PDY.mjs → courseRegistration-7F65K5ZR.mjs} +3 -3
  140. package/dist/client/{eventCalendar-F3GZGTEF.mjs → eventCalendar-GLSC5KTL.mjs} +5 -5
  141. package/dist/client/{eventCombined-BQOB6QMY.mjs → eventCombined-ZHK4WKUR.mjs} +5 -5
  142. package/dist/client/{eventDetails-PEM2EJWE.mjs → eventDetails-E3PJYBIN.mjs} +5 -5
  143. package/dist/client/{eventListing-YMIQPVME.mjs → eventListing-EMS3WC3E.mjs} +5 -5
  144. package/dist/client/{eventRegistration-4I6ZNDUF.mjs → eventRegistration-NZOTVNPI.mjs} +5 -5
  145. package/dist/client/{form-ZJVAYZ6G.mjs → form-ETFZFATW.mjs} +1 -1
  146. package/dist/client/{headerSection-TOT5MGTF.mjs → headerSection-4LBP7ULT.mjs} +2 -2
  147. package/dist/client/hooks.mjs +1918 -293
  148. package/dist/client/{locationMap-J66NZREU.mjs → locationMap-5M655YSJ.mjs} +1 -1
  149. package/dist/client/{newsletterForm-ET2XUMRO.mjs → newsletterForm-QOUYW44O.mjs} +1 -1
  150. package/dist/client/{productDetail-C2XIH7C5.mjs → productDetail-O4DOCWQG.mjs} +4 -4
  151. package/dist/client/{productList-T2AZLFTP.mjs → productList-A5RO5WIS.mjs} +4 -4
  152. package/dist/client/rendering/client.mjs +3328 -3177
  153. package/dist/client/rendering/islands.mjs +18 -18
  154. package/dist/client/rendering.mjs +5461 -3584
  155. package/dist/client/{shop-UZ6IUZXD.mjs → shop-L4MZH4I2.mjs} +4 -4
  156. package/dist/preview-next/chrome.css +1 -1
  157. package/dist/preview-next/client/runtime.mjs +4 -4
  158. package/dist/preview-next/editor-base.css +2 -148
  159. package/dist/preview-next/editor-chrome.css +179 -0
  160. package/dist/{sdk-runtime-JCUQM63Y.mjs → sdk-runtime-Q6MTR4KL.mjs} +5 -5
  161. package/dist/server/components.mjs +2983 -1093
  162. package/dist/server/config-validation.mjs +1921 -293
  163. package/dist/server/config.mjs +1921 -293
  164. package/dist/server/data.mjs +1918 -293
  165. package/dist/server/index.mjs +31 -2
  166. package/dist/server/next.mjs +2951 -1043
  167. package/dist/server/page-converter.mjs +1894 -281
  168. package/dist/server/prebuild.mjs +1 -1
  169. package/dist/server/rendering/server.mjs +2995 -1096
  170. package/dist/server/rendering.mjs +2988 -1098
  171. package/dist/server/routing.mjs +1963 -275
  172. package/dist/server/server.mjs +1932 -288
  173. package/dist/server/theme-bridge.mjs +158 -1
  174. package/dist/server/theme.mjs +158 -1
  175. package/package.json +1 -1
  176. package/dist/SdkPreviewModeRuntime-MTUGBTLQ.mjs +0 -8
  177. /package/dist/client/{chunk-2PHQZ666.mjs → chunk-JEZECJ3W.mjs} +0 -0
@@ -43,7 +43,12 @@ export declare const applySiteStyleSelectionCommandSchema: z.ZodObject<{
43
43
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
44
44
  paletteVariantId: z.ZodNullable<z.ZodString>;
45
45
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
46
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
49
  headerLookId: z.ZodNullable<z.ZodString>;
50
+ headerLayoutId: z.ZodString;
51
+ headerStyleId: z.ZodString;
47
52
  footerLookId: z.ZodNullable<z.ZodString>;
48
53
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
49
54
  }, z.core.$strict>;
@@ -990,7 +995,12 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
990
995
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
991
996
  paletteVariantId: z.ZodNullable<z.ZodString>;
992
997
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
998
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
999
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1000
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
993
1001
  headerLookId: z.ZodNullable<z.ZodString>;
1002
+ headerLayoutId: z.ZodString;
1003
+ headerStyleId: z.ZodString;
994
1004
  footerLookId: z.ZodNullable<z.ZodString>;
995
1005
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
996
1006
  }, z.core.$strict>;
@@ -1818,7 +1828,12 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
1818
1828
  buttonPersonalityId: z.ZodNullable<z.ZodString>;
1819
1829
  paletteVariantId: z.ZodNullable<z.ZodString>;
1820
1830
  paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
1831
+ typographyPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1832
+ typographyBodyFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1833
+ typographyHeadingFontOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1821
1834
  headerLookId: z.ZodNullable<z.ZodString>;
1835
+ headerLayoutId: z.ZodString;
1836
+ headerStyleId: z.ZodString;
1822
1837
  footerLookId: z.ZodNullable<z.ZodString>;
1823
1838
  baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
1824
1839
  }, z.core.$strict>;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Earth Pill - warm studio pills with compact, primary-coloured ghost CTAs.
3
+ * Built for grounded editorial wellness styles such as Soft Earth.
4
+ */
5
+ export declare const earthPill: Readonly<{
6
+ id: import("./types").ButtonPersonalityId<"earth-pill">;
7
+ name: string;
8
+ description: string;
9
+ tags: Readonly<Partial<Readonly<{
10
+ tone: import("../../../../blocks/src/index").StyleTone;
11
+ energy: import("../../../../blocks/src/index").StyleEnergy;
12
+ motion: import("../../../../blocks/src/index").StyleMotion;
13
+ era: import("../../../../blocks/src/index").StyleEra;
14
+ }>>>;
15
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
16
+ }>;
@@ -20,6 +20,17 @@ export declare const buttonPersonalities: readonly [Readonly<{
20
20
  era: import("../../../../blocks/src/index").StyleEra;
21
21
  }>>>;
22
22
  buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
23
+ }>, Readonly<{
24
+ id: ButtonPersonalityId<"earth-pill">;
25
+ name: string;
26
+ description: string;
27
+ tags: Readonly<Partial<Readonly<{
28
+ tone: import("../../../../blocks/src/index").StyleTone;
29
+ energy: import("../../../../blocks/src/index").StyleEnergy;
30
+ motion: import("../../../../blocks/src/index").StyleMotion;
31
+ era: import("../../../../blocks/src/index").StyleEra;
32
+ }>>>;
33
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
23
34
  }>, Readonly<{
24
35
  id: ButtonPersonalityId<"confident-chip">;
25
36
  name: string;
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Used by:
5
5
  * - packages/blocks: ThemeFontLoader
6
- * - apps/dashboard: Font settings, FontPicker
6
+ * - apps/dashboard: Font settings
7
7
  * - apps/frontend: Font loading
8
8
  */
9
9
  /**
@@ -799,6 +799,21 @@ export declare const mockThemes: {
799
799
  minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
800
800
  tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
801
801
  eyebrowTreatment?: "pill" | "plain" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
802
+ headingDecoration?: {
803
+ family: "none";
804
+ placement: "none";
805
+ } | {
806
+ family: "organic-squiggle" | "short-center-rule";
807
+ placement: "after-heading" | "between-heading-and-body" | "under-centered-heading";
808
+ colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
809
+ } | null | undefined;
810
+ headingDecorationOverride?: "off" | "site-default" | "on" | null | undefined;
811
+ accordionIconTreatment?: {
812
+ iconSet: "caret" | "chevron" | "plus" | "minimal-cross";
813
+ colorToken: "current" | "text" | "primary" | "secondary" | "muted" | "accent";
814
+ motion: "none" | "rotate" | "swap";
815
+ openColorToken?: "current" | "text" | "primary" | "secondary" | "muted" | "accent" | undefined;
816
+ } | null | undefined;
802
817
  } | null | undefined;
803
818
  containerStyles?: {
804
819
  background?: {
@@ -1770,6 +1785,21 @@ export declare const mockThemes: {
1770
1785
  minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
1771
1786
  tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
1772
1787
  eyebrowTreatment?: "pill" | "plain" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
1788
+ headingDecoration?: {
1789
+ family: "none";
1790
+ placement: "none";
1791
+ } | {
1792
+ family: "organic-squiggle" | "short-center-rule";
1793
+ placement: "after-heading" | "between-heading-and-body" | "under-centered-heading";
1794
+ colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
1795
+ } | null | undefined;
1796
+ headingDecorationOverride?: "off" | "site-default" | "on" | null | undefined;
1797
+ accordionIconTreatment?: {
1798
+ iconSet: "caret" | "chevron" | "plus" | "minimal-cross";
1799
+ colorToken: "current" | "text" | "primary" | "secondary" | "muted" | "accent";
1800
+ motion: "none" | "rotate" | "swap";
1801
+ openColorToken?: "current" | "text" | "primary" | "secondary" | "muted" | "accent" | undefined;
1802
+ } | null | undefined;
1773
1803
  } | null | undefined;
1774
1804
  containerStyles?: {
1775
1805
  background?: {
@@ -2741,6 +2771,21 @@ export declare const mockThemes: {
2741
2771
  minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
2742
2772
  tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
2743
2773
  eyebrowTreatment?: "pill" | "plain" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
2774
+ headingDecoration?: {
2775
+ family: "none";
2776
+ placement: "none";
2777
+ } | {
2778
+ family: "organic-squiggle" | "short-center-rule";
2779
+ placement: "after-heading" | "between-heading-and-body" | "under-centered-heading";
2780
+ colorToken?: "text" | "primary" | "secondary" | "border" | "muted" | "accent" | undefined;
2781
+ } | null | undefined;
2782
+ headingDecorationOverride?: "off" | "site-default" | "on" | null | undefined;
2783
+ accordionIconTreatment?: {
2784
+ iconSet: "caret" | "chevron" | "plus" | "minimal-cross";
2785
+ colorToken: "current" | "text" | "primary" | "secondary" | "muted" | "accent";
2786
+ motion: "none" | "rotate" | "swap";
2787
+ openColorToken?: "current" | "text" | "primary" | "secondary" | "muted" | "accent" | undefined;
2788
+ } | null | undefined;
2744
2789
  } | null | undefined;
2745
2790
  containerStyles?: {
2746
2791
  background?: {
@@ -103,6 +103,21 @@ export declare const paletteVariants: readonly [Readonly<{
103
103
  name: import("../../../../blocks/src/index").PaletteTokenName;
104
104
  hex: string;
105
105
  }>[];
106
+ }>, Readonly<{
107
+ id: PaletteVariantId<"warm-neutral-soft-earth">;
108
+ name: string;
109
+ description: string;
110
+ tags: Readonly<Partial<Readonly<{
111
+ tone: import("../../../../blocks/src/index").StyleTone;
112
+ energy: import("../../../../blocks/src/index").StyleEnergy;
113
+ motion: import("../../../../blocks/src/index").StyleMotion;
114
+ era: import("../../../../blocks/src/index").StyleEra;
115
+ }>>>;
116
+ mode: "light" | "dark";
117
+ colors: readonly Readonly<{
118
+ name: import("../../../../blocks/src/index").PaletteTokenName;
119
+ hex: string;
120
+ }>[];
106
121
  }>, Readonly<{
107
122
  id: PaletteVariantId<"warm-neutral-forest">;
108
123
  name: string;
@@ -34,6 +34,22 @@ export declare const warmNeutralCream: Readonly<{
34
34
  hex: string;
35
35
  }>[];
36
36
  }>;
37
+ export declare const warmNeutralSoftEarth: Readonly<{
38
+ id: import("../../../../blocks/src/index").PaletteVariantId<"warm-neutral-soft-earth">;
39
+ name: string;
40
+ description: string;
41
+ tags: Readonly<Partial<Readonly<{
42
+ tone: import("../../../../blocks/src/index").StyleTone;
43
+ energy: import("../../../../blocks/src/index").StyleEnergy;
44
+ motion: import("../../../../blocks/src/index").StyleMotion;
45
+ era: import("../../../../blocks/src/index").StyleEra;
46
+ }>>>;
47
+ mode: "light" | "dark";
48
+ colors: readonly Readonly<{
49
+ name: import("../../../../blocks/src/index").PaletteTokenName;
50
+ hex: string;
51
+ }>[];
52
+ }>;
37
53
  export declare const warmNeutralForest: Readonly<{
38
54
  id: import("../../../../blocks/src/index").PaletteVariantId<"warm-neutral-forest">;
39
55
  name: string;
@@ -188,6 +188,62 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
188
188
  "pill-bounce": "pill-bounce";
189
189
  "accent-pill-bounce": "accent-pill-bounce";
190
190
  }>>>;
191
+ headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
192
+ family: z.ZodLiteral<"none">;
193
+ placement: z.ZodLiteral<"none">;
194
+ }, z.core.$strip>, z.ZodObject<{
195
+ family: z.ZodEnum<{
196
+ "organic-squiggle": "organic-squiggle";
197
+ "short-center-rule": "short-center-rule";
198
+ }>;
199
+ placement: z.ZodEnum<{
200
+ "after-heading": "after-heading";
201
+ "between-heading-and-body": "between-heading-and-body";
202
+ "under-centered-heading": "under-centered-heading";
203
+ }>;
204
+ colorToken: z.ZodOptional<z.ZodEnum<{
205
+ text: "text";
206
+ primary: "primary";
207
+ secondary: "secondary";
208
+ border: "border";
209
+ muted: "muted";
210
+ accent: "accent";
211
+ }>>;
212
+ }, z.core.$strip>]>>>;
213
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
214
+ off: "off";
215
+ "site-default": "site-default";
216
+ on: "on";
217
+ }>>>;
218
+ accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
219
+ iconSet: z.ZodEnum<{
220
+ caret: "caret";
221
+ chevron: "chevron";
222
+ plus: "plus";
223
+ "minimal-cross": "minimal-cross";
224
+ }>;
225
+ colorToken: z.ZodEnum<{
226
+ current: "current";
227
+ text: "text";
228
+ primary: "primary";
229
+ secondary: "secondary";
230
+ muted: "muted";
231
+ accent: "accent";
232
+ }>;
233
+ openColorToken: z.ZodOptional<z.ZodEnum<{
234
+ current: "current";
235
+ text: "text";
236
+ primary: "primary";
237
+ secondary: "secondary";
238
+ muted: "muted";
239
+ accent: "accent";
240
+ }>>;
241
+ motion: z.ZodEnum<{
242
+ none: "none";
243
+ rotate: "rotate";
244
+ swap: "swap";
245
+ }>;
246
+ }, z.core.$strip>>>;
191
247
  }, z.core.$strip>;
192
248
  export declare const containerStylesOverrideSchema: z.ZodObject<{
193
249
  background: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -496,6 +552,62 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
496
552
  "pill-bounce": "pill-bounce";
497
553
  "accent-pill-bounce": "accent-pill-bounce";
498
554
  }>>>;
555
+ headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
556
+ family: z.ZodLiteral<"none">;
557
+ placement: z.ZodLiteral<"none">;
558
+ }, z.core.$strip>, z.ZodObject<{
559
+ family: z.ZodEnum<{
560
+ "organic-squiggle": "organic-squiggle";
561
+ "short-center-rule": "short-center-rule";
562
+ }>;
563
+ placement: z.ZodEnum<{
564
+ "after-heading": "after-heading";
565
+ "between-heading-and-body": "between-heading-and-body";
566
+ "under-centered-heading": "under-centered-heading";
567
+ }>;
568
+ colorToken: z.ZodOptional<z.ZodEnum<{
569
+ text: "text";
570
+ primary: "primary";
571
+ secondary: "secondary";
572
+ border: "border";
573
+ muted: "muted";
574
+ accent: "accent";
575
+ }>>;
576
+ }, z.core.$strip>]>>>;
577
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
578
+ off: "off";
579
+ "site-default": "site-default";
580
+ on: "on";
581
+ }>>>;
582
+ accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
583
+ iconSet: z.ZodEnum<{
584
+ caret: "caret";
585
+ chevron: "chevron";
586
+ plus: "plus";
587
+ "minimal-cross": "minimal-cross";
588
+ }>;
589
+ colorToken: z.ZodEnum<{
590
+ current: "current";
591
+ text: "text";
592
+ primary: "primary";
593
+ secondary: "secondary";
594
+ muted: "muted";
595
+ accent: "accent";
596
+ }>;
597
+ openColorToken: z.ZodOptional<z.ZodEnum<{
598
+ current: "current";
599
+ text: "text";
600
+ primary: "primary";
601
+ secondary: "secondary";
602
+ muted: "muted";
603
+ accent: "accent";
604
+ }>>;
605
+ motion: z.ZodEnum<{
606
+ none: "none";
607
+ rotate: "rotate";
608
+ swap: "swap";
609
+ }>;
610
+ }, z.core.$strip>>>;
499
611
  }, z.core.$strip>>>;
500
612
  containerStyles: z.ZodOptional<z.ZodNullable<z.ZodObject<{
501
613
  background: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -833,6 +945,62 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
833
945
  "pill-bounce": "pill-bounce";
834
946
  "accent-pill-bounce": "accent-pill-bounce";
835
947
  }>>>;
948
+ headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
949
+ family: z.ZodLiteral<"none">;
950
+ placement: z.ZodLiteral<"none">;
951
+ }, z.core.$strip>, z.ZodObject<{
952
+ family: z.ZodEnum<{
953
+ "organic-squiggle": "organic-squiggle";
954
+ "short-center-rule": "short-center-rule";
955
+ }>;
956
+ placement: z.ZodEnum<{
957
+ "after-heading": "after-heading";
958
+ "between-heading-and-body": "between-heading-and-body";
959
+ "under-centered-heading": "under-centered-heading";
960
+ }>;
961
+ colorToken: z.ZodOptional<z.ZodEnum<{
962
+ text: "text";
963
+ primary: "primary";
964
+ secondary: "secondary";
965
+ border: "border";
966
+ muted: "muted";
967
+ accent: "accent";
968
+ }>>;
969
+ }, z.core.$strip>]>>>;
970
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
971
+ off: "off";
972
+ "site-default": "site-default";
973
+ on: "on";
974
+ }>>>;
975
+ accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
976
+ iconSet: z.ZodEnum<{
977
+ caret: "caret";
978
+ chevron: "chevron";
979
+ plus: "plus";
980
+ "minimal-cross": "minimal-cross";
981
+ }>;
982
+ colorToken: z.ZodEnum<{
983
+ current: "current";
984
+ text: "text";
985
+ primary: "primary";
986
+ secondary: "secondary";
987
+ muted: "muted";
988
+ accent: "accent";
989
+ }>;
990
+ openColorToken: z.ZodOptional<z.ZodEnum<{
991
+ current: "current";
992
+ text: "text";
993
+ primary: "primary";
994
+ secondary: "secondary";
995
+ muted: "muted";
996
+ accent: "accent";
997
+ }>>;
998
+ motion: z.ZodEnum<{
999
+ none: "none";
1000
+ rotate: "rotate";
1001
+ swap: "swap";
1002
+ }>;
1003
+ }, z.core.$strip>>>;
836
1004
  }, z.core.$strip>>>;
837
1005
  containerStyles: z.ZodOptional<z.ZodNullable<z.ZodObject<{
838
1006
  background: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -4350,6 +4518,62 @@ export declare const themeSchema: z.ZodObject<{
4350
4518
  "pill-bounce": "pill-bounce";
4351
4519
  "accent-pill-bounce": "accent-pill-bounce";
4352
4520
  }>>>;
4521
+ headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
4522
+ family: z.ZodLiteral<"none">;
4523
+ placement: z.ZodLiteral<"none">;
4524
+ }, z.core.$strip>, z.ZodObject<{
4525
+ family: z.ZodEnum<{
4526
+ "organic-squiggle": "organic-squiggle";
4527
+ "short-center-rule": "short-center-rule";
4528
+ }>;
4529
+ placement: z.ZodEnum<{
4530
+ "after-heading": "after-heading";
4531
+ "between-heading-and-body": "between-heading-and-body";
4532
+ "under-centered-heading": "under-centered-heading";
4533
+ }>;
4534
+ colorToken: z.ZodOptional<z.ZodEnum<{
4535
+ text: "text";
4536
+ primary: "primary";
4537
+ secondary: "secondary";
4538
+ border: "border";
4539
+ muted: "muted";
4540
+ accent: "accent";
4541
+ }>>;
4542
+ }, z.core.$strip>]>>>;
4543
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4544
+ off: "off";
4545
+ "site-default": "site-default";
4546
+ on: "on";
4547
+ }>>>;
4548
+ accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4549
+ iconSet: z.ZodEnum<{
4550
+ caret: "caret";
4551
+ chevron: "chevron";
4552
+ plus: "plus";
4553
+ "minimal-cross": "minimal-cross";
4554
+ }>;
4555
+ colorToken: z.ZodEnum<{
4556
+ current: "current";
4557
+ text: "text";
4558
+ primary: "primary";
4559
+ secondary: "secondary";
4560
+ muted: "muted";
4561
+ accent: "accent";
4562
+ }>;
4563
+ openColorToken: z.ZodOptional<z.ZodEnum<{
4564
+ current: "current";
4565
+ text: "text";
4566
+ primary: "primary";
4567
+ secondary: "secondary";
4568
+ muted: "muted";
4569
+ accent: "accent";
4570
+ }>>;
4571
+ motion: z.ZodEnum<{
4572
+ none: "none";
4573
+ rotate: "rotate";
4574
+ swap: "swap";
4575
+ }>;
4576
+ }, z.core.$strip>>>;
4353
4577
  }, z.core.$strip>>>;
4354
4578
  containerStyles: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4355
4579
  background: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -6432,6 +6656,62 @@ export declare const themesTurnSchema: z.ZodObject<{
6432
6656
  "pill-bounce": "pill-bounce";
6433
6657
  "accent-pill-bounce": "accent-pill-bounce";
6434
6658
  }>>>;
6659
+ headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
6660
+ family: z.ZodLiteral<"none">;
6661
+ placement: z.ZodLiteral<"none">;
6662
+ }, z.core.$strip>, z.ZodObject<{
6663
+ family: z.ZodEnum<{
6664
+ "organic-squiggle": "organic-squiggle";
6665
+ "short-center-rule": "short-center-rule";
6666
+ }>;
6667
+ placement: z.ZodEnum<{
6668
+ "after-heading": "after-heading";
6669
+ "between-heading-and-body": "between-heading-and-body";
6670
+ "under-centered-heading": "under-centered-heading";
6671
+ }>;
6672
+ colorToken: z.ZodOptional<z.ZodEnum<{
6673
+ text: "text";
6674
+ primary: "primary";
6675
+ secondary: "secondary";
6676
+ border: "border";
6677
+ muted: "muted";
6678
+ accent: "accent";
6679
+ }>>;
6680
+ }, z.core.$strip>]>>>;
6681
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6682
+ off: "off";
6683
+ "site-default": "site-default";
6684
+ on: "on";
6685
+ }>>>;
6686
+ accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6687
+ iconSet: z.ZodEnum<{
6688
+ caret: "caret";
6689
+ chevron: "chevron";
6690
+ plus: "plus";
6691
+ "minimal-cross": "minimal-cross";
6692
+ }>;
6693
+ colorToken: z.ZodEnum<{
6694
+ current: "current";
6695
+ text: "text";
6696
+ primary: "primary";
6697
+ secondary: "secondary";
6698
+ muted: "muted";
6699
+ accent: "accent";
6700
+ }>;
6701
+ openColorToken: z.ZodOptional<z.ZodEnum<{
6702
+ current: "current";
6703
+ text: "text";
6704
+ primary: "primary";
6705
+ secondary: "secondary";
6706
+ muted: "muted";
6707
+ accent: "accent";
6708
+ }>>;
6709
+ motion: z.ZodEnum<{
6710
+ none: "none";
6711
+ rotate: "rotate";
6712
+ swap: "swap";
6713
+ }>;
6714
+ }, z.core.$strip>>>;
6435
6715
  }, z.core.$strip>>>;
6436
6716
  containerStyles: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6437
6717
  background: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -196,6 +196,26 @@ export declare const appearancePresets: readonly [{
196
196
  readonly transitionAfter: "soft-fade-short";
197
197
  readonly emphasis: "high";
198
198
  };
199
+ }, {
200
+ readonly kind: "block-design";
201
+ readonly id: "intro-soft-earth-statement";
202
+ readonly target: "intro";
203
+ readonly label: "Soft Earth intro statement";
204
+ readonly blockKinds: readonly ["block.intro"];
205
+ readonly design: {
206
+ readonly sectionSurface: "base";
207
+ readonly contentFrame: {
208
+ readonly kind: "plain";
209
+ };
210
+ readonly itemSurface: "none";
211
+ readonly transitionAfter: "soft-fade-short";
212
+ readonly emphasis: "high";
213
+ readonly headingDecoration: {
214
+ readonly family: "organic-squiggle";
215
+ readonly placement: "after-heading";
216
+ readonly colorToken: "primary";
217
+ };
218
+ };
199
219
  }, {
200
220
  readonly kind: "block-design";
201
221
  readonly id: "offerings-calm-list";
@@ -211,6 +231,26 @@ export declare const appearancePresets: readonly [{
211
231
  readonly transitionAfter: "soft-fade-short";
212
232
  readonly emphasis: "medium";
213
233
  };
234
+ }, {
235
+ readonly kind: "block-design";
236
+ readonly id: "feature-cards-soft-earth-offerings";
237
+ readonly target: "feature-cards";
238
+ readonly label: "Soft Earth offering cards";
239
+ readonly blockKinds: readonly ["block.feature-cards"];
240
+ readonly design: {
241
+ readonly sectionSurface: "base";
242
+ readonly contentFrame: {
243
+ readonly kind: "plain";
244
+ };
245
+ readonly itemSurface: "raised";
246
+ readonly transitionAfter: "none";
247
+ readonly emphasis: "high";
248
+ readonly headingDecoration: {
249
+ readonly family: "short-center-rule";
250
+ readonly placement: "under-centered-heading";
251
+ readonly colorToken: "primary";
252
+ };
253
+ };
214
254
  }, {
215
255
  readonly kind: "block-design";
216
256
  readonly id: "events-base-calendar";
@@ -352,6 +392,27 @@ export declare const appearancePresets: readonly [{
352
392
  readonly emphasis: "high";
353
393
  readonly testimonialCardTreatment: "accent-quote";
354
394
  };
395
+ }, {
396
+ readonly kind: "block-design";
397
+ readonly id: "testimonials-soft-earth-proof-band";
398
+ readonly target: "testimonials";
399
+ readonly label: "Soft Earth proof band";
400
+ readonly blockKinds: readonly ["block.testimonials"];
401
+ readonly design: {
402
+ readonly sectionSurface: "brand-depth-band";
403
+ readonly contentFrame: {
404
+ readonly kind: "plain";
405
+ };
406
+ readonly itemSurface: "none";
407
+ readonly transitionAfter: "soft-fade-short";
408
+ readonly emphasis: "high";
409
+ readonly testimonialCardTreatment: "accent-quote";
410
+ readonly headingDecoration: {
411
+ readonly family: "short-center-rule";
412
+ readonly placement: "under-centered-heading";
413
+ readonly colorToken: "border";
414
+ };
415
+ };
355
416
  }, {
356
417
  readonly kind: "block-design";
357
418
  readonly id: "faq-base-accordion";
@@ -383,6 +444,26 @@ export declare const appearancePresets: readonly [{
383
444
  readonly transitionAfter: "none";
384
445
  readonly emphasis: "low";
385
446
  };
447
+ }, {
448
+ readonly kind: "block-design";
449
+ readonly id: "faq-soft-earth-two-column";
450
+ readonly target: "faq";
451
+ readonly label: "Soft Earth two-column FAQ";
452
+ readonly blockKinds: readonly ["block.faq"];
453
+ readonly design: {
454
+ readonly sectionSurface: "base";
455
+ readonly contentFrame: {
456
+ readonly kind: "plain";
457
+ };
458
+ readonly itemSurface: "flat";
459
+ readonly transitionAfter: "none";
460
+ readonly emphasis: "medium";
461
+ readonly accordionIconTreatment: {
462
+ readonly iconSet: "plus";
463
+ readonly colorToken: "primary";
464
+ readonly motion: "swap";
465
+ };
466
+ };
386
467
  }, {
387
468
  readonly kind: "block-design";
388
469
  readonly id: "contact-form-panel";
@@ -1,6 +1,6 @@
1
1
  import type { BlockLayoutFamily } from './blockFlow';
2
- import type { ContentFrameIntent, EyebrowTreatment, HeroLegibilityStrategy, ImageSurfaceMotion, ImageSurfaceTreatment, NonEmptyReadonlyArray, SectionHeightIntent, SiteStyleEmphasis, SiteStyleItemSurfaceIntent, SiteStyleSectionTransitionIntent, SiteStyleSurfaceIntent, TestimonialCardTreatment, TileTreatment } from './types';
3
- export type AppearancePresetTarget = 'hero' | 'body-text' | 'offerings' | 'events' | 'media-text' | 'testimonials' | 'faq' | 'contact-form' | 'cta';
2
+ import type { ContentFrameIntent, EyebrowTreatment, HeroLegibilityStrategy, HeadingDecoration, ImageSurfaceMotion, ImageSurfaceTreatment, AccordionIconTreatment, NonEmptyReadonlyArray, SectionHeightIntent, SiteStyleEmphasis, SiteStyleItemSurfaceIntent, SiteStyleSectionTransitionIntent, SiteStyleSurfaceIntent, TestimonialCardTreatment, TileTreatment } from './types';
3
+ export type AppearancePresetTarget = 'hero' | 'intro' | 'body-text' | 'offerings' | 'feature-cards' | 'events' | 'media-text' | 'testimonials' | 'faq' | 'contact-form' | 'cta';
4
4
  export type BlockAppearanceDesign = Readonly<{
5
5
  sectionSurface: SiteStyleSurfaceIntent;
6
6
  contentFrame: ContentFrameIntent;
@@ -14,12 +14,14 @@ export type BlockAppearanceDesign = Readonly<{
14
14
  testimonialCardTreatment?: TestimonialCardTreatment;
15
15
  tileTreatment?: TileTreatment;
16
16
  eyebrowTreatment?: EyebrowTreatment;
17
+ headingDecoration?: HeadingDecoration;
18
+ accordionIconTreatment?: AccordionIconTreatment | null;
17
19
  }>;
18
20
  export type BlockAppearancePresetConstraints = Readonly<{
19
21
  layoutFamilies?: readonly BlockLayoutFamily[];
20
22
  layoutVariantKeys?: readonly string[];
21
23
  }>;
22
- export type BlockAppearanceOptionDesignPatch = Readonly<Partial<Pick<BlockAppearanceDesign, 'heroLegibility' | 'imageSurfaceTreatment' | 'imageSurfaceMotion' | 'sectionHeight' | 'testimonialCardTreatment' | 'tileTreatment' | 'eyebrowTreatment'>>>;
24
+ export type BlockAppearanceOptionDesignPatch = Readonly<Partial<Pick<BlockAppearanceDesign, 'heroLegibility' | 'imageSurfaceTreatment' | 'imageSurfaceMotion' | 'sectionHeight' | 'testimonialCardTreatment' | 'tileTreatment' | 'eyebrowTreatment' | 'headingDecoration' | 'accordionIconTreatment'>>>;
23
25
  export type BlockAppearanceLayoutDesignPatch = BlockAppearanceOptionDesignPatch;
24
26
  export type BlockAppearanceOption = Readonly<{
25
27
  id: string;
@@ -58,4 +60,4 @@ export type BlockAppearancePreset = Readonly<{
58
60
  }>;
59
61
  export type AppearancePreset = BlockAppearancePreset;
60
62
  export type BlockAppearancePresetTarget = BlockAppearancePreset['target'];
61
- export declare const appearancePresetTargets: readonly ["hero", "body-text", "offerings", "events", "media-text", "testimonials", "faq", "contact-form", "cta"];
63
+ export declare const appearancePresetTargets: readonly ["hero", "intro", "body-text", "offerings", "feature-cards", "events", "media-text", "testimonials", "faq", "contact-form", "cta"];