@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
@@ -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<{
@@ -1428,7 +1596,6 @@ declare const headerVariant: z.ZodEnum<{
1428
1596
  centered: "centered";
1429
1597
  transparent: "transparent";
1430
1598
  floating: "floating";
1431
- editorial: "editorial";
1432
1599
  }>;
1433
1600
  declare const headerPositioning: z.ZodEnum<{
1434
1601
  static: "static";
@@ -1642,7 +1809,6 @@ export declare const headerSchema: z.ZodObject<{
1642
1809
  centered: "centered";
1643
1810
  transparent: "transparent";
1644
1811
  floating: "floating";
1645
- editorial: "editorial";
1646
1812
  }>;
1647
1813
  positioning: z.ZodEnum<{
1648
1814
  static: "static";
@@ -2361,10 +2527,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2361
2527
  xl: "xl";
2362
2528
  "2xl": "2xl";
2363
2529
  "3xl": "3xl";
2364
- editorial: "editorial";
2365
2530
  "4xl": "4xl";
2366
2531
  "5xl": "5xl";
2367
2532
  "6xl": "6xl";
2533
+ editorial: "editorial";
2368
2534
  }>>;
2369
2535
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2370
2536
  normal: "normal";
@@ -2379,10 +2545,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2379
2545
  xl: "xl";
2380
2546
  "2xl": "2xl";
2381
2547
  "3xl": "3xl";
2382
- editorial: "editorial";
2383
2548
  "4xl": "4xl";
2384
2549
  "5xl": "5xl";
2385
2550
  "6xl": "6xl";
2551
+ editorial: "editorial";
2386
2552
  }>>;
2387
2553
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2388
2554
  normal: "normal";
@@ -2397,10 +2563,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2397
2563
  xl: "xl";
2398
2564
  "2xl": "2xl";
2399
2565
  "3xl": "3xl";
2400
- editorial: "editorial";
2401
2566
  "4xl": "4xl";
2402
2567
  "5xl": "5xl";
2403
2568
  "6xl": "6xl";
2569
+ editorial: "editorial";
2404
2570
  }>>;
2405
2571
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2406
2572
  normal: "normal";
@@ -2415,10 +2581,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2415
2581
  xl: "xl";
2416
2582
  "2xl": "2xl";
2417
2583
  "3xl": "3xl";
2418
- editorial: "editorial";
2419
2584
  "4xl": "4xl";
2420
2585
  "5xl": "5xl";
2421
2586
  "6xl": "6xl";
2587
+ editorial: "editorial";
2422
2588
  }>>;
2423
2589
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2424
2590
  normal: "normal";
@@ -2435,10 +2601,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2435
2601
  xl: "xl";
2436
2602
  "2xl": "2xl";
2437
2603
  "3xl": "3xl";
2438
- editorial: "editorial";
2439
2604
  "4xl": "4xl";
2440
2605
  "5xl": "5xl";
2441
2606
  "6xl": "6xl";
2607
+ editorial: "editorial";
2442
2608
  }>>;
2443
2609
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2444
2610
  normal: "normal";
@@ -2453,10 +2619,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2453
2619
  xl: "xl";
2454
2620
  "2xl": "2xl";
2455
2621
  "3xl": "3xl";
2456
- editorial: "editorial";
2457
2622
  "4xl": "4xl";
2458
2623
  "5xl": "5xl";
2459
2624
  "6xl": "6xl";
2625
+ editorial: "editorial";
2460
2626
  }>>;
2461
2627
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2462
2628
  normal: "normal";
@@ -2473,10 +2639,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2473
2639
  xl: "xl";
2474
2640
  "2xl": "2xl";
2475
2641
  "3xl": "3xl";
2476
- editorial: "editorial";
2477
2642
  "4xl": "4xl";
2478
2643
  "5xl": "5xl";
2479
2644
  "6xl": "6xl";
2645
+ editorial: "editorial";
2480
2646
  }>>;
2481
2647
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2482
2648
  normal: "normal";
@@ -2491,10 +2657,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2491
2657
  xl: "xl";
2492
2658
  "2xl": "2xl";
2493
2659
  "3xl": "3xl";
2494
- editorial: "editorial";
2495
2660
  "4xl": "4xl";
2496
2661
  "5xl": "5xl";
2497
2662
  "6xl": "6xl";
2663
+ editorial: "editorial";
2498
2664
  }>>;
2499
2665
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2500
2666
  normal: "normal";
@@ -2923,10 +3089,10 @@ export declare const themeSchema: z.ZodObject<{
2923
3089
  xl: "xl";
2924
3090
  "2xl": "2xl";
2925
3091
  "3xl": "3xl";
2926
- editorial: "editorial";
2927
3092
  "4xl": "4xl";
2928
3093
  "5xl": "5xl";
2929
3094
  "6xl": "6xl";
3095
+ editorial: "editorial";
2930
3096
  }>>;
2931
3097
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2932
3098
  normal: "normal";
@@ -2941,10 +3107,10 @@ export declare const themeSchema: z.ZodObject<{
2941
3107
  xl: "xl";
2942
3108
  "2xl": "2xl";
2943
3109
  "3xl": "3xl";
2944
- editorial: "editorial";
2945
3110
  "4xl": "4xl";
2946
3111
  "5xl": "5xl";
2947
3112
  "6xl": "6xl";
3113
+ editorial: "editorial";
2948
3114
  }>>;
2949
3115
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2950
3116
  normal: "normal";
@@ -2959,10 +3125,10 @@ export declare const themeSchema: z.ZodObject<{
2959
3125
  xl: "xl";
2960
3126
  "2xl": "2xl";
2961
3127
  "3xl": "3xl";
2962
- editorial: "editorial";
2963
3128
  "4xl": "4xl";
2964
3129
  "5xl": "5xl";
2965
3130
  "6xl": "6xl";
3131
+ editorial: "editorial";
2966
3132
  }>>;
2967
3133
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2968
3134
  normal: "normal";
@@ -2977,10 +3143,10 @@ export declare const themeSchema: z.ZodObject<{
2977
3143
  xl: "xl";
2978
3144
  "2xl": "2xl";
2979
3145
  "3xl": "3xl";
2980
- editorial: "editorial";
2981
3146
  "4xl": "4xl";
2982
3147
  "5xl": "5xl";
2983
3148
  "6xl": "6xl";
3149
+ editorial: "editorial";
2984
3150
  }>>;
2985
3151
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2986
3152
  normal: "normal";
@@ -2997,10 +3163,10 @@ export declare const themeSchema: z.ZodObject<{
2997
3163
  xl: "xl";
2998
3164
  "2xl": "2xl";
2999
3165
  "3xl": "3xl";
3000
- editorial: "editorial";
3001
3166
  "4xl": "4xl";
3002
3167
  "5xl": "5xl";
3003
3168
  "6xl": "6xl";
3169
+ editorial: "editorial";
3004
3170
  }>>;
3005
3171
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3006
3172
  normal: "normal";
@@ -3015,10 +3181,10 @@ export declare const themeSchema: z.ZodObject<{
3015
3181
  xl: "xl";
3016
3182
  "2xl": "2xl";
3017
3183
  "3xl": "3xl";
3018
- editorial: "editorial";
3019
3184
  "4xl": "4xl";
3020
3185
  "5xl": "5xl";
3021
3186
  "6xl": "6xl";
3187
+ editorial: "editorial";
3022
3188
  }>>;
3023
3189
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3024
3190
  normal: "normal";
@@ -3035,10 +3201,10 @@ export declare const themeSchema: z.ZodObject<{
3035
3201
  xl: "xl";
3036
3202
  "2xl": "2xl";
3037
3203
  "3xl": "3xl";
3038
- editorial: "editorial";
3039
3204
  "4xl": "4xl";
3040
3205
  "5xl": "5xl";
3041
3206
  "6xl": "6xl";
3207
+ editorial: "editorial";
3042
3208
  }>>;
3043
3209
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3044
3210
  normal: "normal";
@@ -3053,10 +3219,10 @@ export declare const themeSchema: z.ZodObject<{
3053
3219
  xl: "xl";
3054
3220
  "2xl": "2xl";
3055
3221
  "3xl": "3xl";
3056
- editorial: "editorial";
3057
3222
  "4xl": "4xl";
3058
3223
  "5xl": "5xl";
3059
3224
  "6xl": "6xl";
3225
+ editorial: "editorial";
3060
3226
  }>>;
3061
3227
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3062
3228
  normal: "normal";
@@ -3086,7 +3252,6 @@ export declare const themeSchema: z.ZodObject<{
3086
3252
  centered: "centered";
3087
3253
  transparent: "transparent";
3088
3254
  floating: "floating";
3089
- editorial: "editorial";
3090
3255
  }>;
3091
3256
  positioning: z.ZodEnum<{
3092
3257
  static: "static";
@@ -4350,6 +4515,62 @@ export declare const themeSchema: z.ZodObject<{
4350
4515
  "pill-bounce": "pill-bounce";
4351
4516
  "accent-pill-bounce": "accent-pill-bounce";
4352
4517
  }>>>;
4518
+ headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
4519
+ family: z.ZodLiteral<"none">;
4520
+ placement: z.ZodLiteral<"none">;
4521
+ }, z.core.$strip>, z.ZodObject<{
4522
+ family: z.ZodEnum<{
4523
+ "organic-squiggle": "organic-squiggle";
4524
+ "short-center-rule": "short-center-rule";
4525
+ }>;
4526
+ placement: z.ZodEnum<{
4527
+ "after-heading": "after-heading";
4528
+ "between-heading-and-body": "between-heading-and-body";
4529
+ "under-centered-heading": "under-centered-heading";
4530
+ }>;
4531
+ colorToken: z.ZodOptional<z.ZodEnum<{
4532
+ text: "text";
4533
+ primary: "primary";
4534
+ secondary: "secondary";
4535
+ border: "border";
4536
+ muted: "muted";
4537
+ accent: "accent";
4538
+ }>>;
4539
+ }, z.core.$strip>]>>>;
4540
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4541
+ off: "off";
4542
+ "site-default": "site-default";
4543
+ on: "on";
4544
+ }>>>;
4545
+ accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4546
+ iconSet: z.ZodEnum<{
4547
+ caret: "caret";
4548
+ chevron: "chevron";
4549
+ plus: "plus";
4550
+ "minimal-cross": "minimal-cross";
4551
+ }>;
4552
+ colorToken: z.ZodEnum<{
4553
+ current: "current";
4554
+ text: "text";
4555
+ primary: "primary";
4556
+ secondary: "secondary";
4557
+ muted: "muted";
4558
+ accent: "accent";
4559
+ }>;
4560
+ openColorToken: z.ZodOptional<z.ZodEnum<{
4561
+ current: "current";
4562
+ text: "text";
4563
+ primary: "primary";
4564
+ secondary: "secondary";
4565
+ muted: "muted";
4566
+ accent: "accent";
4567
+ }>>;
4568
+ motion: z.ZodEnum<{
4569
+ none: "none";
4570
+ rotate: "rotate";
4571
+ swap: "swap";
4572
+ }>;
4573
+ }, z.core.$strip>>>;
4353
4574
  }, z.core.$strip>>>;
4354
4575
  containerStyles: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4355
4576
  background: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -5005,10 +5226,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5005
5226
  xl: "xl";
5006
5227
  "2xl": "2xl";
5007
5228
  "3xl": "3xl";
5008
- editorial: "editorial";
5009
5229
  "4xl": "4xl";
5010
5230
  "5xl": "5xl";
5011
5231
  "6xl": "6xl";
5232
+ editorial: "editorial";
5012
5233
  }>>;
5013
5234
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5014
5235
  normal: "normal";
@@ -5023,10 +5244,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5023
5244
  xl: "xl";
5024
5245
  "2xl": "2xl";
5025
5246
  "3xl": "3xl";
5026
- editorial: "editorial";
5027
5247
  "4xl": "4xl";
5028
5248
  "5xl": "5xl";
5029
5249
  "6xl": "6xl";
5250
+ editorial: "editorial";
5030
5251
  }>>;
5031
5252
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5032
5253
  normal: "normal";
@@ -5041,10 +5262,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5041
5262
  xl: "xl";
5042
5263
  "2xl": "2xl";
5043
5264
  "3xl": "3xl";
5044
- editorial: "editorial";
5045
5265
  "4xl": "4xl";
5046
5266
  "5xl": "5xl";
5047
5267
  "6xl": "6xl";
5268
+ editorial: "editorial";
5048
5269
  }>>;
5049
5270
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5050
5271
  normal: "normal";
@@ -5059,10 +5280,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5059
5280
  xl: "xl";
5060
5281
  "2xl": "2xl";
5061
5282
  "3xl": "3xl";
5062
- editorial: "editorial";
5063
5283
  "4xl": "4xl";
5064
5284
  "5xl": "5xl";
5065
5285
  "6xl": "6xl";
5286
+ editorial: "editorial";
5066
5287
  }>>;
5067
5288
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5068
5289
  normal: "normal";
@@ -5079,10 +5300,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5079
5300
  xl: "xl";
5080
5301
  "2xl": "2xl";
5081
5302
  "3xl": "3xl";
5082
- editorial: "editorial";
5083
5303
  "4xl": "4xl";
5084
5304
  "5xl": "5xl";
5085
5305
  "6xl": "6xl";
5306
+ editorial: "editorial";
5086
5307
  }>>;
5087
5308
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5088
5309
  normal: "normal";
@@ -5097,10 +5318,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5097
5318
  xl: "xl";
5098
5319
  "2xl": "2xl";
5099
5320
  "3xl": "3xl";
5100
- editorial: "editorial";
5101
5321
  "4xl": "4xl";
5102
5322
  "5xl": "5xl";
5103
5323
  "6xl": "6xl";
5324
+ editorial: "editorial";
5104
5325
  }>>;
5105
5326
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5106
5327
  normal: "normal";
@@ -5117,10 +5338,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5117
5338
  xl: "xl";
5118
5339
  "2xl": "2xl";
5119
5340
  "3xl": "3xl";
5120
- editorial: "editorial";
5121
5341
  "4xl": "4xl";
5122
5342
  "5xl": "5xl";
5123
5343
  "6xl": "6xl";
5344
+ editorial: "editorial";
5124
5345
  }>>;
5125
5346
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5126
5347
  normal: "normal";
@@ -5135,10 +5356,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5135
5356
  xl: "xl";
5136
5357
  "2xl": "2xl";
5137
5358
  "3xl": "3xl";
5138
- editorial: "editorial";
5139
5359
  "4xl": "4xl";
5140
5360
  "5xl": "5xl";
5141
5361
  "6xl": "6xl";
5362
+ editorial: "editorial";
5142
5363
  }>>;
5143
5364
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5144
5365
  normal: "normal";
@@ -5168,7 +5389,6 @@ export declare const themesTurnSchema: z.ZodObject<{
5168
5389
  centered: "centered";
5169
5390
  transparent: "transparent";
5170
5391
  floating: "floating";
5171
- editorial: "editorial";
5172
5392
  }>;
5173
5393
  positioning: z.ZodEnum<{
5174
5394
  static: "static";
@@ -6432,6 +6652,62 @@ export declare const themesTurnSchema: z.ZodObject<{
6432
6652
  "pill-bounce": "pill-bounce";
6433
6653
  "accent-pill-bounce": "accent-pill-bounce";
6434
6654
  }>>>;
6655
+ headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
6656
+ family: z.ZodLiteral<"none">;
6657
+ placement: z.ZodLiteral<"none">;
6658
+ }, z.core.$strip>, z.ZodObject<{
6659
+ family: z.ZodEnum<{
6660
+ "organic-squiggle": "organic-squiggle";
6661
+ "short-center-rule": "short-center-rule";
6662
+ }>;
6663
+ placement: z.ZodEnum<{
6664
+ "after-heading": "after-heading";
6665
+ "between-heading-and-body": "between-heading-and-body";
6666
+ "under-centered-heading": "under-centered-heading";
6667
+ }>;
6668
+ colorToken: z.ZodOptional<z.ZodEnum<{
6669
+ text: "text";
6670
+ primary: "primary";
6671
+ secondary: "secondary";
6672
+ border: "border";
6673
+ muted: "muted";
6674
+ accent: "accent";
6675
+ }>>;
6676
+ }, z.core.$strip>]>>>;
6677
+ headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6678
+ off: "off";
6679
+ "site-default": "site-default";
6680
+ on: "on";
6681
+ }>>>;
6682
+ accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6683
+ iconSet: z.ZodEnum<{
6684
+ caret: "caret";
6685
+ chevron: "chevron";
6686
+ plus: "plus";
6687
+ "minimal-cross": "minimal-cross";
6688
+ }>;
6689
+ colorToken: z.ZodEnum<{
6690
+ current: "current";
6691
+ text: "text";
6692
+ primary: "primary";
6693
+ secondary: "secondary";
6694
+ muted: "muted";
6695
+ accent: "accent";
6696
+ }>;
6697
+ openColorToken: z.ZodOptional<z.ZodEnum<{
6698
+ current: "current";
6699
+ text: "text";
6700
+ primary: "primary";
6701
+ secondary: "secondary";
6702
+ muted: "muted";
6703
+ accent: "accent";
6704
+ }>>;
6705
+ motion: z.ZodEnum<{
6706
+ none: "none";
6707
+ rotate: "rotate";
6708
+ swap: "swap";
6709
+ }>;
6710
+ }, z.core.$strip>>>;
6435
6711
  }, z.core.$strip>>>;
6436
6712
  containerStyles: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6437
6713
  background: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -6733,8 +7009,8 @@ export type BlockThemeOverride = z.infer<typeof blockThemeOverrideSchema>;
6733
7009
  export type HydratedTheme = Omit<Theme, 'palette'> & {
6734
7010
  palette: ExpandedPalette;
6735
7011
  };
6736
- export type { ButtonSystem, ButtonVariant, ButtonGlobalSettings, ButtonPreset, ButtonTypography } from './buttons';
6737
- export type { CardSystem, CardVariant, CardSpacing, CardBackground, CardBorder } from './cards';
7012
+ export type { ButtonSystem, ButtonVariant, ButtonGlobalSettings, ButtonPreset, ButtonTypography, } from './buttons';
7013
+ export type { CardSystem, CardVariant, CardSpacing, CardBackground, CardBorder, } from './cards';
6738
7014
  /**
6739
7015
  * Style groups configuration: maps block kind to available style group names.
6740
7016
  *