@riverbankcms/sdk 0.76.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 (144) hide show
  1. package/dist/{PreviewEditorSidebar-X2HWXFOL.mjs → PreviewEditorSidebar-XSX7QKHQ.mjs} +1019 -442
  2. package/dist/{PreviewEditorUI-AQXIXPOH.mjs → PreviewEditorUI-YZNEZ3QD.mjs} +2 -2
  3. package/dist/SdkPreviewModeRuntime-5FS5E6BI.mjs +8 -0
  4. package/dist/_dts/ai/src/contracts/proposals.d.ts +528 -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 +38 -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/constants/blockKinds.d.ts +1 -1
  24. package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +30 -0
  25. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -1
  26. package/dist/_dts/blocks/src/system/fields/ctas.d.ts +7 -0
  27. package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +11 -2
  28. package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
  29. package/dist/_dts/blocks/src/system/runtime/nodes/accordion.d.ts +2 -0
  30. package/dist/_dts/blocks/src/system/runtime/nodes/accordion.server.d.ts +2 -0
  31. package/dist/_dts/blocks/src/system/runtime/nodes/accordionIconTreatment.d.ts +5 -0
  32. package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +1 -0
  33. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +2 -1
  34. package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +2 -0
  35. package/dist/_dts/content-editor/src/hooks/blockDraftLifecycle.d.ts +48 -0
  36. package/dist/_dts/content-editor/src/hooks/invalidBlockSelectors.d.ts +4 -0
  37. package/dist/_dts/content-editor/src/hooks/publishability.d.ts +47 -0
  38. package/dist/_dts/content-editor/src/index.d.ts +1 -0
  39. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +20 -0
  40. package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +2 -1
  41. package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +2 -1
  42. package/dist/_dts/editor-blocks/src/block-editor/customBlockRegistry.d.ts +2 -0
  43. package/dist/_dts/editor-blocks/src/block-editor/sdkBlockMerger.d.ts +9 -37
  44. package/dist/_dts/editor-blocks/src/index.d.ts +2 -2
  45. package/dist/_dts/preview-next/src/client/index.d.ts +3 -0
  46. package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +5 -1
  47. package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +20 -0
  48. package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +7 -2
  49. package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +7 -2
  50. package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +7 -2
  51. package/dist/_dts/preview-next/src/client/preview/PreviewThemedSiteDocument.d.ts +18 -0
  52. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +20 -3
  53. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +6 -1
  54. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +14 -4
  55. package/dist/_dts/preview-next/src/client/preview/previewDesignCoordinator.d.ts +73 -0
  56. package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +12 -4
  57. package/dist/_dts/preview-next/src/client/preview/siteStylePreviewPlanner.d.ts +46 -0
  58. package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +6 -1
  59. package/dist/_dts/preview-next/src/client/preview/typographySelectionInput.d.ts +14 -0
  60. package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +1 -1
  61. package/dist/_dts/sdk/src/cli/commands/style.d.ts +8 -0
  62. package/dist/_dts/sdk/src/client/management/types.d.ts +6 -1
  63. package/dist/_dts/sdk/src/client/types.d.ts +9 -0
  64. package/dist/_dts/sdk/src/client.d.ts +1 -1
  65. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +35 -0
  66. package/dist/_dts/sdk/src/index.d.ts +2 -1
  67. package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -0
  68. package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
  69. package/dist/_dts/sdk/src/version.d.ts +1 -1
  70. package/dist/_dts/site-commands/src/commands.d.ts +15 -0
  71. package/dist/_dts/theme-core/src/buttons/personalities/earth-pill.d.ts +16 -0
  72. package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
  73. package/dist/_dts/theme-core/src/fonts/types.d.ts +1 -1
  74. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +45 -0
  75. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
  76. package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +16 -0
  77. package/dist/_dts/theme-core/src/schema.d.ts +280 -0
  78. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +81 -0
  79. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +6 -4
  80. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +81 -0
  81. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +118 -2
  82. package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +13 -0
  83. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
  84. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +364 -5
  85. package/dist/_dts/theme-core/src/site-styles/headerOpeningSection.d.ts +6 -0
  86. package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
  87. package/dist/_dts/theme-core/src/site-styles/persistedIdParseResult.d.ts +9 -0
  88. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +20 -4
  89. package/dist/_dts/theme-core/src/site-styles/types.d.ts +74 -2
  90. package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +189 -0
  91. package/dist/{chunk-Z7JLNTJR.mjs → chunk-6SMUFTXD.mjs} +2 -1
  92. package/dist/{chunk-V5VORNEJ.mjs → chunk-ANKDYZ2E.mjs} +1 -1
  93. package/dist/{chunk-Q4OLG66B.mjs → chunk-EAWHBECW.mjs} +476 -153
  94. package/dist/{chunk-TW2Y4RR5.mjs → chunk-GSQX43EZ.mjs} +383 -51
  95. package/dist/{chunk-LYI7TEMH.mjs → chunk-WLQBJN2Z.mjs} +3096 -354
  96. package/dist/cli/index.mjs +2023 -181
  97. package/dist/client/{accordion-2YHIBOZH.mjs → accordion-RZMQSYLR.mjs} +1 -1
  98. package/dist/client/{bookingForm-35IBDWAS.mjs → bookingForm-NF4ASVNV.mjs} +2 -2
  99. package/dist/client/bookings.mjs +92 -0
  100. package/dist/client/{carousel-K6XG7NZQ.mjs → carousel-LDX47ZIK.mjs} +1 -1
  101. package/dist/client/{cart-HCFYUTTU.mjs → cart-RGXDS5F4.mjs} +3 -3
  102. package/dist/client/{checkout-J3U4XR7K.mjs → checkout-P7WWSNNY.mjs} +3 -3
  103. package/dist/client/{chunk-BOIHIU7E.mjs → chunk-E2TDNXCL.mjs} +1 -1
  104. package/dist/client/{chunk-PFBX3IQL.mjs → chunk-GMVTOKYG.mjs} +2 -2
  105. package/dist/client/{chunk-FGUIVT2B.mjs → chunk-JNC7CGHX.mjs} +1 -1
  106. package/dist/client/{chunk-SNSWVZEP.mjs → chunk-L3DNHIJX.mjs} +3 -3
  107. package/dist/client/{chunk-7UOSCYY4.mjs → chunk-R56FQ3RR.mjs} +92 -0
  108. package/dist/client/{chunk-J227A3CQ.mjs → chunk-UFSWADAO.mjs} +1 -1
  109. package/dist/client/client.mjs +2134 -228
  110. package/dist/client/{courseRegistration-ZBXS7VGI.mjs → courseRegistration-7F65K5ZR.mjs} +2 -2
  111. package/dist/client/{eventCalendar-EQQZHJBA.mjs → eventCalendar-GLSC5KTL.mjs} +4 -4
  112. package/dist/client/{eventCombined-JCFTGBFQ.mjs → eventCombined-ZHK4WKUR.mjs} +4 -4
  113. package/dist/client/{eventDetails-HLUTQSYY.mjs → eventDetails-E3PJYBIN.mjs} +4 -4
  114. package/dist/client/{eventListing-FG4MICVB.mjs → eventListing-EMS3WC3E.mjs} +4 -4
  115. package/dist/client/{eventRegistration-GUEB7LBT.mjs → eventRegistration-NZOTVNPI.mjs} +4 -4
  116. package/dist/client/{form-YQEW4YIT.mjs → form-ETFZFATW.mjs} +1 -1
  117. package/dist/client/{headerSection-GTR3TTRM.mjs → headerSection-4LBP7ULT.mjs} +2 -2
  118. package/dist/client/hooks.mjs +1918 -293
  119. package/dist/client/{locationMap-SPC7VGUH.mjs → locationMap-5M655YSJ.mjs} +1 -1
  120. package/dist/client/{newsletterForm-4IW5BLID.mjs → newsletterForm-QOUYW44O.mjs} +1 -1
  121. package/dist/client/{productDetail-KP5H2WJO.mjs → productDetail-O4DOCWQG.mjs} +3 -3
  122. package/dist/client/{productList-3M3M72XZ.mjs → productList-A5RO5WIS.mjs} +3 -3
  123. package/dist/client/rendering/client.mjs +198 -32
  124. package/dist/client/rendering/islands.mjs +18 -18
  125. package/dist/client/rendering.mjs +2095 -208
  126. package/dist/client/{shop-ACQKVGOM.mjs → shop-L4MZH4I2.mjs} +3 -3
  127. package/dist/preview-next/client/runtime.mjs +4 -4
  128. package/dist/{sdk-runtime-K7HNB4U2.mjs → sdk-runtime-Q6MTR4KL.mjs} +5 -5
  129. package/dist/server/components.mjs +2046 -204
  130. package/dist/server/config-validation.mjs +1921 -293
  131. package/dist/server/config.mjs +1921 -293
  132. package/dist/server/data.mjs +1918 -293
  133. package/dist/server/index.mjs +31 -2
  134. package/dist/server/next.mjs +2067 -206
  135. package/dist/server/page-converter.mjs +1894 -281
  136. package/dist/server/prebuild.mjs +1 -1
  137. package/dist/server/rendering/server.mjs +2046 -204
  138. package/dist/server/rendering.mjs +2046 -204
  139. package/dist/server/routing.mjs +1963 -275
  140. package/dist/server/server.mjs +1932 -288
  141. package/dist/server/theme-bridge.mjs +158 -1
  142. package/dist/server/theme.mjs +158 -1
  143. package/package.json +1 -1
  144. package/dist/SdkPreviewModeRuntime-ZQNDCASH.mjs +0 -8
@@ -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"];
@@ -195,6 +195,26 @@ export declare const blockAppearancePresets: readonly [{
195
195
  readonly transitionAfter: "soft-fade-short";
196
196
  readonly emphasis: "high";
197
197
  };
198
+ }, {
199
+ readonly kind: "block-design";
200
+ readonly id: "intro-soft-earth-statement";
201
+ readonly target: "intro";
202
+ readonly label: "Soft Earth intro statement";
203
+ readonly blockKinds: readonly ["block.intro"];
204
+ readonly design: {
205
+ readonly sectionSurface: "base";
206
+ readonly contentFrame: {
207
+ readonly kind: "plain";
208
+ };
209
+ readonly itemSurface: "none";
210
+ readonly transitionAfter: "soft-fade-short";
211
+ readonly emphasis: "high";
212
+ readonly headingDecoration: {
213
+ readonly family: "organic-squiggle";
214
+ readonly placement: "after-heading";
215
+ readonly colorToken: "primary";
216
+ };
217
+ };
198
218
  }, {
199
219
  readonly kind: "block-design";
200
220
  readonly id: "offerings-calm-list";
@@ -210,6 +230,26 @@ export declare const blockAppearancePresets: readonly [{
210
230
  readonly transitionAfter: "soft-fade-short";
211
231
  readonly emphasis: "medium";
212
232
  };
233
+ }, {
234
+ readonly kind: "block-design";
235
+ readonly id: "feature-cards-soft-earth-offerings";
236
+ readonly target: "feature-cards";
237
+ readonly label: "Soft Earth offering cards";
238
+ readonly blockKinds: readonly ["block.feature-cards"];
239
+ readonly design: {
240
+ readonly sectionSurface: "base";
241
+ readonly contentFrame: {
242
+ readonly kind: "plain";
243
+ };
244
+ readonly itemSurface: "raised";
245
+ readonly transitionAfter: "none";
246
+ readonly emphasis: "high";
247
+ readonly headingDecoration: {
248
+ readonly family: "short-center-rule";
249
+ readonly placement: "under-centered-heading";
250
+ readonly colorToken: "primary";
251
+ };
252
+ };
213
253
  }, {
214
254
  readonly kind: "block-design";
215
255
  readonly id: "events-base-calendar";
@@ -351,6 +391,27 @@ export declare const blockAppearancePresets: readonly [{
351
391
  readonly emphasis: "high";
352
392
  readonly testimonialCardTreatment: "accent-quote";
353
393
  };
394
+ }, {
395
+ readonly kind: "block-design";
396
+ readonly id: "testimonials-soft-earth-proof-band";
397
+ readonly target: "testimonials";
398
+ readonly label: "Soft Earth proof band";
399
+ readonly blockKinds: readonly ["block.testimonials"];
400
+ readonly design: {
401
+ readonly sectionSurface: "brand-depth-band";
402
+ readonly contentFrame: {
403
+ readonly kind: "plain";
404
+ };
405
+ readonly itemSurface: "none";
406
+ readonly transitionAfter: "soft-fade-short";
407
+ readonly emphasis: "high";
408
+ readonly testimonialCardTreatment: "accent-quote";
409
+ readonly headingDecoration: {
410
+ readonly family: "short-center-rule";
411
+ readonly placement: "under-centered-heading";
412
+ readonly colorToken: "border";
413
+ };
414
+ };
354
415
  }, {
355
416
  readonly kind: "block-design";
356
417
  readonly id: "faq-base-accordion";
@@ -382,6 +443,26 @@ export declare const blockAppearancePresets: readonly [{
382
443
  readonly transitionAfter: "none";
383
444
  readonly emphasis: "low";
384
445
  };
446
+ }, {
447
+ readonly kind: "block-design";
448
+ readonly id: "faq-soft-earth-two-column";
449
+ readonly target: "faq";
450
+ readonly label: "Soft Earth two-column FAQ";
451
+ readonly blockKinds: readonly ["block.faq"];
452
+ readonly design: {
453
+ readonly sectionSurface: "base";
454
+ readonly contentFrame: {
455
+ readonly kind: "plain";
456
+ };
457
+ readonly itemSurface: "flat";
458
+ readonly transitionAfter: "none";
459
+ readonly emphasis: "medium";
460
+ readonly accordionIconTreatment: {
461
+ readonly iconSet: "plus";
462
+ readonly colorToken: "primary";
463
+ readonly motion: "swap";
464
+ };
465
+ };
385
466
  }, {
386
467
  readonly kind: "block-design";
387
468
  readonly id: "contact-form-panel";