@riverbankcms/sdk 0.77.0 → 0.78.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 (237) hide show
  1. package/README.md +69 -0
  2. package/dist/{PreviewEditorSidebar-XSX7QKHQ.mjs → PreviewEditorSidebar-RIKFQ72L.mjs} +4916 -4847
  3. package/dist/{PreviewEditorUI-YZNEZ3QD.mjs → PreviewEditorUI-XO7TUWKK.mjs} +3 -3
  4. package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +194 -184
  6. package/dist/_dts/api/src/accessAdmin.d.ts +5 -0
  7. package/dist/_dts/api/src/billing.d.ts +3 -26
  8. package/dist/_dts/api/src/bookingVerticals.d.ts +4 -0
  9. package/dist/_dts/api/src/content-editor.d.ts +1 -0
  10. package/dist/_dts/api/src/demoDashboardMutationSurfaces.d.ts +46 -0
  11. package/dist/_dts/api/src/endpoints.d.ts +8 -0
  12. package/dist/_dts/api/src/index.d.ts +14 -2
  13. package/dist/_dts/api/src/navigation/dashboardBookingsNav.d.ts +87 -0
  14. package/dist/_dts/api/src/navigation/dashboardDemoNav.d.ts +5 -0
  15. package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +45 -0
  16. package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +42 -0
  17. package/dist/_dts/api/src/navigation/dashboardTeamMemberNav.d.ts +24 -0
  18. package/dist/_dts/api/src/navigation/linkUrlType.d.ts +3 -0
  19. package/dist/_dts/api/src/navigation.d.ts +12 -0
  20. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +55 -26
  21. package/dist/_dts/api/src/staffAccess.d.ts +79 -0
  22. package/dist/_dts/api/src/types.d.ts +3 -1
  23. package/dist/_dts/api/src/workflows/automaticWorkflowTriggers.d.ts +21 -0
  24. package/dist/_dts/blocks/src/client/site-chrome.d.ts +4 -1
  25. package/dist/_dts/blocks/src/customBlockRegistry.d.ts +20 -1
  26. package/dist/_dts/blocks/src/index.d.ts +3 -2
  27. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
  28. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
  29. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
  30. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
  31. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
  32. package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +2 -2
  33. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
  34. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
  35. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
  36. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +21 -21
  37. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
  38. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
  39. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
  40. package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +2 -2
  41. package/dist/_dts/blocks/src/system/data/index.d.ts +5 -3
  42. package/dist/_dts/blocks/src/system/data/previewResolvedDataState.d.ts +45 -0
  43. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +2 -1
  44. package/dist/_dts/blocks/src/system/fragments/library/faqAccordion.d.ts +5 -0
  45. package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +5 -0
  46. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +29 -29
  47. package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +10 -0
  48. package/dist/_dts/blocks/src/system/node/fragments/index.d.ts +1 -0
  49. package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +9 -0
  50. package/dist/_dts/blocks/src/system/runtime/api/client.d.ts +3 -2
  51. package/dist/_dts/blocks/src/system/runtime/api/endpoints.d.ts +8 -0
  52. package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -1
  53. package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +43 -8
  54. package/dist/_dts/blocks/src/system/runtime/components/multi-step/runtimeFormValidation.d.ts +28 -0
  55. package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +8 -7
  56. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCompactRow.d.ts +1 -4
  57. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +7 -0
  58. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -8
  59. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.server.d.ts +2 -9
  60. package/dist/_dts/blocks/src/system/runtime/nodes/shop-cart-discount-ui.d.ts +5 -0
  61. package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +76 -0
  62. package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout.state.d.ts +1 -4
  63. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce-store.d.ts +2 -0
  64. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.shared.d.ts +1 -0
  65. package/dist/_dts/blocks/src/system/runtime/nodes/shop-discount-apply.state.d.ts +52 -0
  66. package/dist/_dts/blocks/src/system/runtime/nodes/shop.state.d.ts +2 -4
  67. package/dist/_dts/blocks/src/system/runtime/nodes/useDiscountApply.d.ts +21 -0
  68. package/dist/_dts/blocks/src/system/runtime/shared/components/DiscountCodeDisclosure.d.ts +54 -0
  69. package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +2 -0
  70. package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +2 -2
  71. package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +4 -4
  72. package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
  73. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
  74. package/dist/_dts/content-editor/src/contentTypeEditorContentState.d.ts +26 -0
  75. package/dist/_dts/content-editor/src/definitions/factory.d.ts +75 -0
  76. package/dist/_dts/content-editor/src/entryWorkflows.d.ts +2 -0
  77. package/dist/_dts/content-editor/src/footerBlocksEditorState.d.ts +76 -0
  78. package/dist/_dts/content-editor/src/index.d.ts +5 -0
  79. package/dist/_dts/content-editor/src/pageWorkflowContent.d.ts +29 -0
  80. package/dist/_dts/content-model/src/content-types/schema.d.ts +3 -3
  81. package/dist/_dts/content-model/src/index.d.ts +1 -0
  82. package/dist/_dts/content-model/src/routeTemplate.d.ts +4 -0
  83. package/dist/_dts/content-model/src/templates/editorState.d.ts +25 -0
  84. package/dist/_dts/core/src/csv-cells.d.ts +10 -0
  85. package/dist/_dts/core/src/csv-date-filter.d.ts +27 -0
  86. package/dist/_dts/core/src/csv-escape.d.ts +1 -0
  87. package/dist/_dts/core/src/csv-filename.d.ts +18 -0
  88. package/dist/_dts/core/src/csv-render.d.ts +4 -0
  89. package/dist/_dts/core/src/csv-types.d.ts +116 -0
  90. package/dist/_dts/core/src/currency-format.d.ts +4 -0
  91. package/dist/_dts/core/src/demo-capability-policy.d.ts +29 -0
  92. package/dist/_dts/core/src/demo-claim-access.d.ts +14 -0
  93. package/dist/_dts/core/src/demo-lifecycle-status.d.ts +11 -0
  94. package/dist/_dts/core/src/demo-runtime.d.ts +47 -0
  95. package/dist/_dts/core/src/duration.d.ts +14 -0
  96. package/dist/_dts/core/src/email-format.d.ts +10 -0
  97. package/dist/_dts/core/src/field-errors.d.ts +1 -0
  98. package/dist/_dts/core/src/form-submission-preview.d.ts +24 -0
  99. package/dist/_dts/core/src/index.d.ts +20 -0
  100. package/dist/_dts/core/src/number-input.d.ts +22 -0
  101. package/dist/_dts/core/src/public-url-validation.d.ts +12 -0
  102. package/dist/_dts/core/src/slug.d.ts +39 -0
  103. package/dist/_dts/core/src/string.d.ts +19 -0
  104. package/dist/_dts/core/src/uuid.d.ts +6 -0
  105. package/dist/_dts/db/src/schemas/forms.d.ts +50 -50
  106. package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +34 -0
  107. package/dist/_dts/media-core/src/bulkDeletePlanning.d.ts +24 -0
  108. package/dist/_dts/media-core/src/canonicalCropReview.d.ts +66 -0
  109. package/dist/_dts/media-core/src/classifyAllPlanning.d.ts +48 -0
  110. package/dist/_dts/media-core/src/filename.d.ts +1 -0
  111. package/dist/_dts/media-core/src/index.d.ts +10 -0
  112. package/dist/_dts/media-core/src/mediaAssetUsageStatus.d.ts +47 -0
  113. package/dist/_dts/media-core/src/mediaSettingsState.d.ts +3 -0
  114. package/dist/_dts/media-core/src/portableMediaReferences.d.ts +38 -0
  115. package/dist/_dts/media-core/src/uploadVerificationContract.d.ts +28 -0
  116. package/dist/_dts/media-core/src/videoAssetRepair.d.ts +38 -0
  117. package/dist/_dts/media-editor/src/mediaEditorDebug.d.ts +1 -0
  118. package/dist/_dts/path-utils/src/index.d.ts +8 -0
  119. package/dist/_dts/path-utils/src/redirectPaths.d.ts +26 -0
  120. package/dist/_dts/path-utils/src/safeAppPath.d.ts +26 -0
  121. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +2 -1
  122. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -0
  123. package/dist/_dts/preview-next/src/client/preview/previewDocumentFrame.d.ts +31 -0
  124. package/dist/_dts/sdk/src/client/error.d.ts +3 -0
  125. package/dist/_dts/sdk/src/client/index.d.ts +2 -2
  126. package/dist/_dts/sdk/src/client/types.d.ts +37 -19
  127. package/dist/_dts/sdk/src/contracts/theme.d.ts +1 -1
  128. package/dist/_dts/sdk/src/index.d.ts +2 -2
  129. package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +16 -16
  130. package/dist/_dts/sdk/src/next/content-load-failure.d.ts +51 -0
  131. package/dist/_dts/sdk/src/next/index.d.ts +2 -1
  132. package/dist/_dts/sdk/src/next/types.d.ts +19 -0
  133. package/dist/_dts/sdk/src/portal/redirects.d.ts +1 -1
  134. package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
  135. package/dist/_dts/sdk/src/routing/index.d.ts +3 -2
  136. package/dist/_dts/sdk/src/routing/resolvePageContent.d.ts +71 -6
  137. package/dist/_dts/sdk/src/version.d.ts +1 -1
  138. package/dist/_dts/site-commands/src/commands.d.ts +12 -12
  139. package/dist/_dts/site-commands/src/index.d.ts +1 -0
  140. package/dist/_dts/site-commands/src/pagePaths.d.ts +6 -0
  141. package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +26 -0
  142. package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -0
  143. package/dist/_dts/theme-core/src/blocks/vars/index.d.ts +1 -0
  144. package/dist/_dts/theme-core/src/fonts/index.d.ts +1 -0
  145. package/dist/_dts/theme-core/src/fonts/uploadFormat.d.ts +44 -0
  146. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  147. package/dist/_dts/theme-core/src/index.d.ts +3 -1
  148. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +63 -51
  149. package/dist/_dts/theme-core/src/navigation/generateNavLinkCSS.d.ts +6 -1
  150. package/dist/_dts/theme-core/src/navigation/types.d.ts +12 -0
  151. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +3 -3
  152. package/dist/_dts/theme-core/src/runtime/themeCssVarNames.d.ts +7 -0
  153. package/dist/_dts/theme-core/src/schema.d.ts +90 -48
  154. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +214 -34
  155. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +5 -2
  156. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +214 -34
  157. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +25 -1
  158. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +35 -7
  159. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
  160. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +96 -34
  161. package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +4 -2
  162. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +9 -1
  163. package/dist/_dts/theme-core/src/site-styles/types.d.ts +27 -2
  164. package/dist/_dts/theme-core/src/siteChrome.d.ts +17 -34
  165. package/dist/_dts/theme-core/src/siteChromeOverlayClearance.d.ts +22 -0
  166. package/dist/_dts/theme-core/src/siteChromePlacement.d.ts +22 -0
  167. package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +32 -0
  168. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
  169. package/dist/{chunk-EAWHBECW.mjs → chunk-F7RTCZYN.mjs} +229 -50
  170. package/dist/{chunk-GSQX43EZ.mjs → chunk-NIDXI46P.mjs} +22 -41
  171. package/dist/{chunk-WLQBJN2Z.mjs → chunk-OECWLDHN.mjs} +4538 -1911
  172. package/dist/{chunk-VX7B5VAC.mjs → chunk-SVMMM2NA.mjs} +8 -0
  173. package/dist/{chunk-6SMUFTXD.mjs → chunk-SXOLGNMX.mjs} +1 -1
  174. package/dist/{chunk-ANKDYZ2E.mjs → chunk-TXDES5P2.mjs} +2 -2
  175. package/dist/cli/index.mjs +2036 -594
  176. package/dist/client/{accordion-RZMQSYLR.mjs → accordion-EVDEOUPR.mjs} +2 -2
  177. package/dist/client/{bookingForm-NF4ASVNV.mjs → bookingForm-DIHBLC64.mjs} +27 -30
  178. package/dist/client/bookings.mjs +3707 -259
  179. package/dist/client/{carousel-LDX47ZIK.mjs → carousel-FEBQHIWI.mjs} +3 -4
  180. package/dist/client/{cart-RGXDS5F4.mjs → cart-7CKSXAE4.mjs} +8 -8
  181. package/dist/client/{checkout-P7WWSNNY.mjs → checkout-WKYCANLV.mjs} +8 -8
  182. package/dist/client/{chunk-JNC7CGHX.mjs → chunk-2SAVKN2M.mjs} +2 -2
  183. package/dist/client/{chunk-TQ5MSPDX.mjs → chunk-36WJCERQ.mjs} +1 -1
  184. package/dist/client/{chunk-R56FQ3RR.mjs → chunk-65F47D7Y.mjs} +280 -71
  185. package/dist/client/{chunk-L3DNHIJX.mjs → chunk-GUK2FPXQ.mjs} +23 -45
  186. package/dist/client/{chunk-PMAIXMAB.mjs → chunk-IVNCUVAV.mjs} +26 -21
  187. package/dist/client/{chunk-II7O4XN3.mjs → chunk-OFMSCGNY.mjs} +2 -2
  188. package/dist/client/chunk-PD6NBCEY.mjs +66 -0
  189. package/dist/client/{chunk-GMVTOKYG.mjs → chunk-RV6FX7UH.mjs} +510 -64
  190. package/dist/client/{chunk-E2TDNXCL.mjs → chunk-RZDWX7QW.mjs} +2 -1
  191. package/dist/client/{chunk-M3L3KYYR.mjs → chunk-UDNSI5PY.mjs} +12 -0
  192. package/dist/client/{chunk-JEZECJ3W.mjs → chunk-VPPMNXCF.mjs} +129 -3
  193. package/dist/client/{chunk-UFSWADAO.mjs → chunk-YDSEG6GZ.mjs} +5 -66
  194. package/dist/client/client.mjs +8983 -6152
  195. package/dist/client/{courseRegistration-7F65K5ZR.mjs → courseRegistration-5QF2PHKM.mjs} +14 -11
  196. package/dist/client/{eventCalendar-GLSC5KTL.mjs → eventCalendar-4ZOSETDU.mjs} +9 -9
  197. package/dist/client/{eventCombined-ZHK4WKUR.mjs → eventCombined-WQGU7JUX.mjs} +9 -9
  198. package/dist/client/{eventDetails-E3PJYBIN.mjs → eventDetails-AYWVUJ5Y.mjs} +9 -9
  199. package/dist/client/{eventListing-EMS3WC3E.mjs → eventListing-NT7C6UT5.mjs} +9 -9
  200. package/dist/client/{eventRegistration-NZOTVNPI.mjs → eventRegistration-OH24F4ZJ.mjs} +9 -9
  201. package/dist/client/{form-ETFZFATW.mjs → form-7L42SRBB.mjs} +6 -6
  202. package/dist/client/{headerSection-4LBP7ULT.mjs → headerSection-OZRZNZ52.mjs} +3 -3
  203. package/dist/client/hooks.mjs +1388 -427
  204. package/dist/client/{locationMap-5M655YSJ.mjs → locationMap-ZBXRPQ7C.mjs} +2 -2
  205. package/dist/client/{newsletterForm-QOUYW44O.mjs → newsletterForm-SNAGFF2I.mjs} +3 -3
  206. package/dist/client/{productDetail-O4DOCWQG.mjs → productDetail-I46BOFGV.mjs} +8 -8
  207. package/dist/client/{productList-A5RO5WIS.mjs → productList-BOYHTYI6.mjs} +8 -8
  208. package/dist/client/rendering/client.mjs +7090 -2645
  209. package/dist/client/rendering/islands.mjs +19 -19
  210. package/dist/client/rendering.mjs +7395 -4767
  211. package/dist/client/{shop-L4MZH4I2.mjs → shop-XTXPZTKR.mjs} +8 -8
  212. package/dist/preview-next/before-render.mjs +8 -0
  213. package/dist/preview-next/client/runtime.mjs +5 -5
  214. package/dist/preview-next/editor-chrome.css +10 -0
  215. package/dist/preview-next/middleware.mjs +8 -0
  216. package/dist/{sdk-runtime-Q6MTR4KL.mjs → sdk-runtime-ZJLKC6DR.mjs} +6 -6
  217. package/dist/server/components.mjs +4175 -2480
  218. package/dist/server/config-validation.mjs +1619 -658
  219. package/dist/server/config.mjs +1619 -658
  220. package/dist/server/data.mjs +1388 -427
  221. package/dist/server/index.mjs +488 -246
  222. package/dist/server/next.mjs +5607 -3354
  223. package/dist/server/page-converter.mjs +912 -259
  224. package/dist/server/prebuild.mjs +1 -1
  225. package/dist/server/rendering/server.mjs +4176 -2481
  226. package/dist/server/rendering.mjs +4194 -2486
  227. package/dist/server/routing.mjs +2078 -639
  228. package/dist/server/server.mjs +1886 -685
  229. package/dist/server/theme-bridge.mjs +4441 -1300
  230. package/dist/server/theme.mjs +89 -12
  231. package/dist/styles/index.css +1576 -1083
  232. package/package.json +2 -1
  233. package/dist/SdkPreviewModeRuntime-5FS5E6BI.mjs +0 -8
  234. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/DiscountCodeSection.d.ts +0 -7
  235. package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +0 -4
  236. package/dist/client/chunk-OJPZEZU2.mjs +0 -31
  237. package/dist/client/chunk-RTZ3JKKX.mjs +0 -178
@@ -16,8 +16,8 @@ export declare const axesSchema: z.ZodObject<{
16
16
  regular: "regular";
17
17
  }>;
18
18
  mediaBias: z.ZodEnum<{
19
- media: "media";
20
19
  text: "text";
20
+ media: "media";
21
21
  mixed: "mixed";
22
22
  }>;
23
23
  conversionBias: z.ZodEnum<{
@@ -138,9 +138,9 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
138
138
  }, z.core.$strip>>>;
139
139
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
140
140
  fill: "fill";
141
+ custom: "custom";
141
142
  fit: "fit";
142
143
  original: "original";
143
- custom: "custom";
144
144
  }>>>;
145
145
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
146
146
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -181,6 +181,10 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
181
181
  quiet: "quiet";
182
182
  "brand-depth": "brand-depth";
183
183
  }>>>;
184
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
185
+ plain: "plain";
186
+ "lined-panel": "lined-panel";
187
+ }>>>;
184
188
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
185
189
  pill: "pill";
186
190
  plain: "plain";
@@ -297,9 +301,9 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
297
301
  }, z.core.$strip>>>;
298
302
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
299
303
  fill: "fill";
304
+ custom: "custom";
300
305
  fit: "fit";
301
306
  original: "original";
302
- custom: "custom";
303
307
  }>>>;
304
308
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
305
309
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -393,9 +397,9 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
393
397
  }, z.core.$strip>>>;
394
398
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
395
399
  fill: "fill";
400
+ custom: "custom";
396
401
  fit: "fit";
397
402
  original: "original";
398
- custom: "custom";
399
403
  }>>>;
400
404
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
401
405
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -502,9 +506,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
502
506
  }, z.core.$strip>>>;
503
507
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
504
508
  fill: "fill";
509
+ custom: "custom";
505
510
  fit: "fit";
506
511
  original: "original";
507
- custom: "custom";
508
512
  }>>>;
509
513
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
510
514
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -545,6 +549,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
545
549
  quiet: "quiet";
546
550
  "brand-depth": "brand-depth";
547
551
  }>>>;
552
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
553
+ plain: "plain";
554
+ "lined-panel": "lined-panel";
555
+ }>>>;
548
556
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
549
557
  pill: "pill";
550
558
  plain: "plain";
@@ -661,9 +669,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
661
669
  }, z.core.$strip>>>;
662
670
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
663
671
  fill: "fill";
672
+ custom: "custom";
664
673
  fit: "fit";
665
674
  original: "original";
666
- custom: "custom";
667
675
  }>>>;
668
676
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
669
677
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -757,9 +765,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
757
765
  }, z.core.$strip>>>;
758
766
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
759
767
  fill: "fill";
768
+ custom: "custom";
760
769
  fit: "fit";
761
770
  original: "original";
762
- custom: "custom";
763
771
  }>>>;
764
772
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
765
773
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -895,9 +903,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
895
903
  }, z.core.$strip>>>;
896
904
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
897
905
  fill: "fill";
906
+ custom: "custom";
898
907
  fit: "fit";
899
908
  original: "original";
900
- custom: "custom";
901
909
  }>>>;
902
910
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
903
911
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -938,6 +946,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
938
946
  quiet: "quiet";
939
947
  "brand-depth": "brand-depth";
940
948
  }>>>;
949
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
950
+ plain: "plain";
951
+ "lined-panel": "lined-panel";
952
+ }>>>;
941
953
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
942
954
  pill: "pill";
943
955
  plain: "plain";
@@ -1054,9 +1066,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1054
1066
  }, z.core.$strip>>>;
1055
1067
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1056
1068
  fill: "fill";
1069
+ custom: "custom";
1057
1070
  fit: "fit";
1058
1071
  original: "original";
1059
- custom: "custom";
1060
1072
  }>>>;
1061
1073
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1062
1074
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1150,9 +1162,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1150
1162
  }, z.core.$strip>>>;
1151
1163
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1152
1164
  fill: "fill";
1165
+ custom: "custom";
1153
1166
  fit: "fit";
1154
1167
  original: "original";
1155
- custom: "custom";
1156
1168
  }>>>;
1157
1169
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1158
1170
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1596,7 +1608,6 @@ declare const headerVariant: z.ZodEnum<{
1596
1608
  centered: "centered";
1597
1609
  transparent: "transparent";
1598
1610
  floating: "floating";
1599
- editorial: "editorial";
1600
1611
  }>;
1601
1612
  declare const headerPositioning: z.ZodEnum<{
1602
1613
  static: "static";
@@ -1810,7 +1821,6 @@ export declare const headerSchema: z.ZodObject<{
1810
1821
  centered: "centered";
1811
1822
  transparent: "transparent";
1812
1823
  floating: "floating";
1813
- editorial: "editorial";
1814
1824
  }>;
1815
1825
  positioning: z.ZodEnum<{
1816
1826
  static: "static";
@@ -2042,6 +2052,10 @@ export declare const headerSchema: z.ZodObject<{
2042
2052
  wider: "wider";
2043
2053
  widest: "widest";
2044
2054
  }>>;
2055
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
2056
+ none: "none";
2057
+ "soft-glow": "soft-glow";
2058
+ }>>;
2045
2059
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2046
2060
  padding: z.ZodDefault<z.ZodEnum<{
2047
2061
  none: "none";
@@ -2281,6 +2295,10 @@ export declare const footerSchema: z.ZodObject<{
2281
2295
  wider: "wider";
2282
2296
  widest: "widest";
2283
2297
  }>>;
2298
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
2299
+ none: "none";
2300
+ "soft-glow": "soft-glow";
2301
+ }>>;
2284
2302
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2285
2303
  padding: z.ZodDefault<z.ZodEnum<{
2286
2304
  none: "none";
@@ -2529,10 +2547,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2529
2547
  xl: "xl";
2530
2548
  "2xl": "2xl";
2531
2549
  "3xl": "3xl";
2532
- editorial: "editorial";
2533
2550
  "4xl": "4xl";
2534
2551
  "5xl": "5xl";
2535
2552
  "6xl": "6xl";
2553
+ editorial: "editorial";
2536
2554
  }>>;
2537
2555
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2538
2556
  normal: "normal";
@@ -2547,10 +2565,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2547
2565
  xl: "xl";
2548
2566
  "2xl": "2xl";
2549
2567
  "3xl": "3xl";
2550
- editorial: "editorial";
2551
2568
  "4xl": "4xl";
2552
2569
  "5xl": "5xl";
2553
2570
  "6xl": "6xl";
2571
+ editorial: "editorial";
2554
2572
  }>>;
2555
2573
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2556
2574
  normal: "normal";
@@ -2565,10 +2583,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2565
2583
  xl: "xl";
2566
2584
  "2xl": "2xl";
2567
2585
  "3xl": "3xl";
2568
- editorial: "editorial";
2569
2586
  "4xl": "4xl";
2570
2587
  "5xl": "5xl";
2571
2588
  "6xl": "6xl";
2589
+ editorial: "editorial";
2572
2590
  }>>;
2573
2591
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2574
2592
  normal: "normal";
@@ -2583,10 +2601,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2583
2601
  xl: "xl";
2584
2602
  "2xl": "2xl";
2585
2603
  "3xl": "3xl";
2586
- editorial: "editorial";
2587
2604
  "4xl": "4xl";
2588
2605
  "5xl": "5xl";
2589
2606
  "6xl": "6xl";
2607
+ editorial: "editorial";
2590
2608
  }>>;
2591
2609
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2592
2610
  normal: "normal";
@@ -2603,10 +2621,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2603
2621
  xl: "xl";
2604
2622
  "2xl": "2xl";
2605
2623
  "3xl": "3xl";
2606
- editorial: "editorial";
2607
2624
  "4xl": "4xl";
2608
2625
  "5xl": "5xl";
2609
2626
  "6xl": "6xl";
2627
+ editorial: "editorial";
2610
2628
  }>>;
2611
2629
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2612
2630
  normal: "normal";
@@ -2621,10 +2639,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2621
2639
  xl: "xl";
2622
2640
  "2xl": "2xl";
2623
2641
  "3xl": "3xl";
2624
- editorial: "editorial";
2625
2642
  "4xl": "4xl";
2626
2643
  "5xl": "5xl";
2627
2644
  "6xl": "6xl";
2645
+ editorial: "editorial";
2628
2646
  }>>;
2629
2647
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2630
2648
  normal: "normal";
@@ -2641,10 +2659,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2641
2659
  xl: "xl";
2642
2660
  "2xl": "2xl";
2643
2661
  "3xl": "3xl";
2644
- editorial: "editorial";
2645
2662
  "4xl": "4xl";
2646
2663
  "5xl": "5xl";
2647
2664
  "6xl": "6xl";
2665
+ editorial: "editorial";
2648
2666
  }>>;
2649
2667
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2650
2668
  normal: "normal";
@@ -2659,10 +2677,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2659
2677
  xl: "xl";
2660
2678
  "2xl": "2xl";
2661
2679
  "3xl": "3xl";
2662
- editorial: "editorial";
2663
2680
  "4xl": "4xl";
2664
2681
  "5xl": "5xl";
2665
2682
  "6xl": "6xl";
2683
+ editorial: "editorial";
2666
2684
  }>>;
2667
2685
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2668
2686
  normal: "normal";
@@ -2712,8 +2730,8 @@ export declare const themeSchema: z.ZodObject<{
2712
2730
  regular: "regular";
2713
2731
  }>;
2714
2732
  mediaBias: z.ZodEnum<{
2715
- media: "media";
2716
2733
  text: "text";
2734
+ media: "media";
2717
2735
  mixed: "mixed";
2718
2736
  }>;
2719
2737
  conversionBias: z.ZodEnum<{
@@ -3091,10 +3109,10 @@ export declare const themeSchema: z.ZodObject<{
3091
3109
  xl: "xl";
3092
3110
  "2xl": "2xl";
3093
3111
  "3xl": "3xl";
3094
- editorial: "editorial";
3095
3112
  "4xl": "4xl";
3096
3113
  "5xl": "5xl";
3097
3114
  "6xl": "6xl";
3115
+ editorial: "editorial";
3098
3116
  }>>;
3099
3117
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3100
3118
  normal: "normal";
@@ -3109,10 +3127,10 @@ export declare const themeSchema: z.ZodObject<{
3109
3127
  xl: "xl";
3110
3128
  "2xl": "2xl";
3111
3129
  "3xl": "3xl";
3112
- editorial: "editorial";
3113
3130
  "4xl": "4xl";
3114
3131
  "5xl": "5xl";
3115
3132
  "6xl": "6xl";
3133
+ editorial: "editorial";
3116
3134
  }>>;
3117
3135
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3118
3136
  normal: "normal";
@@ -3127,10 +3145,10 @@ export declare const themeSchema: z.ZodObject<{
3127
3145
  xl: "xl";
3128
3146
  "2xl": "2xl";
3129
3147
  "3xl": "3xl";
3130
- editorial: "editorial";
3131
3148
  "4xl": "4xl";
3132
3149
  "5xl": "5xl";
3133
3150
  "6xl": "6xl";
3151
+ editorial: "editorial";
3134
3152
  }>>;
3135
3153
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3136
3154
  normal: "normal";
@@ -3145,10 +3163,10 @@ export declare const themeSchema: z.ZodObject<{
3145
3163
  xl: "xl";
3146
3164
  "2xl": "2xl";
3147
3165
  "3xl": "3xl";
3148
- editorial: "editorial";
3149
3166
  "4xl": "4xl";
3150
3167
  "5xl": "5xl";
3151
3168
  "6xl": "6xl";
3169
+ editorial: "editorial";
3152
3170
  }>>;
3153
3171
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3154
3172
  normal: "normal";
@@ -3165,10 +3183,10 @@ export declare const themeSchema: z.ZodObject<{
3165
3183
  xl: "xl";
3166
3184
  "2xl": "2xl";
3167
3185
  "3xl": "3xl";
3168
- editorial: "editorial";
3169
3186
  "4xl": "4xl";
3170
3187
  "5xl": "5xl";
3171
3188
  "6xl": "6xl";
3189
+ editorial: "editorial";
3172
3190
  }>>;
3173
3191
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3174
3192
  normal: "normal";
@@ -3183,10 +3201,10 @@ export declare const themeSchema: z.ZodObject<{
3183
3201
  xl: "xl";
3184
3202
  "2xl": "2xl";
3185
3203
  "3xl": "3xl";
3186
- editorial: "editorial";
3187
3204
  "4xl": "4xl";
3188
3205
  "5xl": "5xl";
3189
3206
  "6xl": "6xl";
3207
+ editorial: "editorial";
3190
3208
  }>>;
3191
3209
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3192
3210
  normal: "normal";
@@ -3203,10 +3221,10 @@ export declare const themeSchema: z.ZodObject<{
3203
3221
  xl: "xl";
3204
3222
  "2xl": "2xl";
3205
3223
  "3xl": "3xl";
3206
- editorial: "editorial";
3207
3224
  "4xl": "4xl";
3208
3225
  "5xl": "5xl";
3209
3226
  "6xl": "6xl";
3227
+ editorial: "editorial";
3210
3228
  }>>;
3211
3229
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3212
3230
  normal: "normal";
@@ -3221,10 +3239,10 @@ export declare const themeSchema: z.ZodObject<{
3221
3239
  xl: "xl";
3222
3240
  "2xl": "2xl";
3223
3241
  "3xl": "3xl";
3224
- editorial: "editorial";
3225
3242
  "4xl": "4xl";
3226
3243
  "5xl": "5xl";
3227
3244
  "6xl": "6xl";
3245
+ editorial: "editorial";
3228
3246
  }>>;
3229
3247
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3230
3248
  normal: "normal";
@@ -3254,7 +3272,6 @@ export declare const themeSchema: z.ZodObject<{
3254
3272
  centered: "centered";
3255
3273
  transparent: "transparent";
3256
3274
  floating: "floating";
3257
- editorial: "editorial";
3258
3275
  }>;
3259
3276
  positioning: z.ZodEnum<{
3260
3277
  static: "static";
@@ -3486,6 +3503,10 @@ export declare const themeSchema: z.ZodObject<{
3486
3503
  wider: "wider";
3487
3504
  widest: "widest";
3488
3505
  }>>;
3506
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
3507
+ none: "none";
3508
+ "soft-glow": "soft-glow";
3509
+ }>>;
3489
3510
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3490
3511
  padding: z.ZodDefault<z.ZodEnum<{
3491
3512
  none: "none";
@@ -3710,6 +3731,10 @@ export declare const themeSchema: z.ZodObject<{
3710
3731
  wider: "wider";
3711
3732
  widest: "widest";
3712
3733
  }>>;
3734
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
3735
+ none: "none";
3736
+ "soft-glow": "soft-glow";
3737
+ }>>;
3713
3738
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3714
3739
  padding: z.ZodDefault<z.ZodEnum<{
3715
3740
  none: "none";
@@ -4249,6 +4274,7 @@ export declare const themeSchema: z.ZodObject<{
4249
4274
  md: "md";
4250
4275
  lg: "lg";
4251
4276
  }>;
4277
+ colorToken: z.ZodOptional<z.ZodString>;
4252
4278
  }, z.core.$strip>;
4253
4279
  trigger: z.ZodObject<{
4254
4280
  textColorToken: z.ZodString;
@@ -4468,9 +4494,9 @@ export declare const themeSchema: z.ZodObject<{
4468
4494
  }, z.core.$strip>>>;
4469
4495
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4470
4496
  fill: "fill";
4497
+ custom: "custom";
4471
4498
  fit: "fit";
4472
4499
  original: "original";
4473
- custom: "custom";
4474
4500
  }>>>;
4475
4501
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4476
4502
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4511,6 +4537,10 @@ export declare const themeSchema: z.ZodObject<{
4511
4537
  quiet: "quiet";
4512
4538
  "brand-depth": "brand-depth";
4513
4539
  }>>>;
4540
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4541
+ plain: "plain";
4542
+ "lined-panel": "lined-panel";
4543
+ }>>>;
4514
4544
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4515
4545
  pill: "pill";
4516
4546
  plain: "plain";
@@ -4627,9 +4657,9 @@ export declare const themeSchema: z.ZodObject<{
4627
4657
  }, z.core.$strip>>>;
4628
4658
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4629
4659
  fill: "fill";
4660
+ custom: "custom";
4630
4661
  fit: "fit";
4631
4662
  original: "original";
4632
- custom: "custom";
4633
4663
  }>>>;
4634
4664
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4635
4665
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4723,9 +4753,9 @@ export declare const themeSchema: z.ZodObject<{
4723
4753
  }, z.core.$strip>>>;
4724
4754
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4725
4755
  fill: "fill";
4756
+ custom: "custom";
4726
4757
  fit: "fit";
4727
4758
  original: "original";
4728
- custom: "custom";
4729
4759
  }>>>;
4730
4760
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4731
4761
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4850,8 +4880,8 @@ export declare const themesTurnSchema: z.ZodObject<{
4850
4880
  regular: "regular";
4851
4881
  }>;
4852
4882
  mediaBias: z.ZodEnum<{
4853
- media: "media";
4854
4883
  text: "text";
4884
+ media: "media";
4855
4885
  mixed: "mixed";
4856
4886
  }>;
4857
4887
  conversionBias: z.ZodEnum<{
@@ -5229,10 +5259,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5229
5259
  xl: "xl";
5230
5260
  "2xl": "2xl";
5231
5261
  "3xl": "3xl";
5232
- editorial: "editorial";
5233
5262
  "4xl": "4xl";
5234
5263
  "5xl": "5xl";
5235
5264
  "6xl": "6xl";
5265
+ editorial: "editorial";
5236
5266
  }>>;
5237
5267
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5238
5268
  normal: "normal";
@@ -5247,10 +5277,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5247
5277
  xl: "xl";
5248
5278
  "2xl": "2xl";
5249
5279
  "3xl": "3xl";
5250
- editorial: "editorial";
5251
5280
  "4xl": "4xl";
5252
5281
  "5xl": "5xl";
5253
5282
  "6xl": "6xl";
5283
+ editorial: "editorial";
5254
5284
  }>>;
5255
5285
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5256
5286
  normal: "normal";
@@ -5265,10 +5295,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5265
5295
  xl: "xl";
5266
5296
  "2xl": "2xl";
5267
5297
  "3xl": "3xl";
5268
- editorial: "editorial";
5269
5298
  "4xl": "4xl";
5270
5299
  "5xl": "5xl";
5271
5300
  "6xl": "6xl";
5301
+ editorial: "editorial";
5272
5302
  }>>;
5273
5303
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5274
5304
  normal: "normal";
@@ -5283,10 +5313,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5283
5313
  xl: "xl";
5284
5314
  "2xl": "2xl";
5285
5315
  "3xl": "3xl";
5286
- editorial: "editorial";
5287
5316
  "4xl": "4xl";
5288
5317
  "5xl": "5xl";
5289
5318
  "6xl": "6xl";
5319
+ editorial: "editorial";
5290
5320
  }>>;
5291
5321
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5292
5322
  normal: "normal";
@@ -5303,10 +5333,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5303
5333
  xl: "xl";
5304
5334
  "2xl": "2xl";
5305
5335
  "3xl": "3xl";
5306
- editorial: "editorial";
5307
5336
  "4xl": "4xl";
5308
5337
  "5xl": "5xl";
5309
5338
  "6xl": "6xl";
5339
+ editorial: "editorial";
5310
5340
  }>>;
5311
5341
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5312
5342
  normal: "normal";
@@ -5321,10 +5351,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5321
5351
  xl: "xl";
5322
5352
  "2xl": "2xl";
5323
5353
  "3xl": "3xl";
5324
- editorial: "editorial";
5325
5354
  "4xl": "4xl";
5326
5355
  "5xl": "5xl";
5327
5356
  "6xl": "6xl";
5357
+ editorial: "editorial";
5328
5358
  }>>;
5329
5359
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5330
5360
  normal: "normal";
@@ -5341,10 +5371,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5341
5371
  xl: "xl";
5342
5372
  "2xl": "2xl";
5343
5373
  "3xl": "3xl";
5344
- editorial: "editorial";
5345
5374
  "4xl": "4xl";
5346
5375
  "5xl": "5xl";
5347
5376
  "6xl": "6xl";
5377
+ editorial: "editorial";
5348
5378
  }>>;
5349
5379
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5350
5380
  normal: "normal";
@@ -5359,10 +5389,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5359
5389
  xl: "xl";
5360
5390
  "2xl": "2xl";
5361
5391
  "3xl": "3xl";
5362
- editorial: "editorial";
5363
5392
  "4xl": "4xl";
5364
5393
  "5xl": "5xl";
5365
5394
  "6xl": "6xl";
5395
+ editorial: "editorial";
5366
5396
  }>>;
5367
5397
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5368
5398
  normal: "normal";
@@ -5392,7 +5422,6 @@ export declare const themesTurnSchema: z.ZodObject<{
5392
5422
  centered: "centered";
5393
5423
  transparent: "transparent";
5394
5424
  floating: "floating";
5395
- editorial: "editorial";
5396
5425
  }>;
5397
5426
  positioning: z.ZodEnum<{
5398
5427
  static: "static";
@@ -5624,6 +5653,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5624
5653
  wider: "wider";
5625
5654
  widest: "widest";
5626
5655
  }>>;
5656
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
5657
+ none: "none";
5658
+ "soft-glow": "soft-glow";
5659
+ }>>;
5627
5660
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5628
5661
  padding: z.ZodDefault<z.ZodEnum<{
5629
5662
  none: "none";
@@ -5848,6 +5881,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5848
5881
  wider: "wider";
5849
5882
  widest: "widest";
5850
5883
  }>>;
5884
+ contrastTreatment: z.ZodOptional<z.ZodEnum<{
5885
+ none: "none";
5886
+ "soft-glow": "soft-glow";
5887
+ }>>;
5851
5888
  hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5852
5889
  padding: z.ZodDefault<z.ZodEnum<{
5853
5890
  none: "none";
@@ -6387,6 +6424,7 @@ export declare const themesTurnSchema: z.ZodObject<{
6387
6424
  md: "md";
6388
6425
  lg: "lg";
6389
6426
  }>;
6427
+ colorToken: z.ZodOptional<z.ZodString>;
6390
6428
  }, z.core.$strip>;
6391
6429
  trigger: z.ZodObject<{
6392
6430
  textColorToken: z.ZodString;
@@ -6606,9 +6644,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6606
6644
  }, z.core.$strip>>>;
6607
6645
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6608
6646
  fill: "fill";
6647
+ custom: "custom";
6609
6648
  fit: "fit";
6610
6649
  original: "original";
6611
- custom: "custom";
6612
6650
  }>>>;
6613
6651
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6614
6652
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -6649,6 +6687,10 @@ export declare const themesTurnSchema: z.ZodObject<{
6649
6687
  quiet: "quiet";
6650
6688
  "brand-depth": "brand-depth";
6651
6689
  }>>>;
6690
+ eventListTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6691
+ plain: "plain";
6692
+ "lined-panel": "lined-panel";
6693
+ }>>>;
6652
6694
  eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6653
6695
  pill: "pill";
6654
6696
  plain: "plain";
@@ -6765,9 +6807,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6765
6807
  }, z.core.$strip>>>;
6766
6808
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6767
6809
  fill: "fill";
6810
+ custom: "custom";
6768
6811
  fit: "fit";
6769
6812
  original: "original";
6770
- custom: "custom";
6771
6813
  }>>>;
6772
6814
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6773
6815
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -6861,9 +6903,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6861
6903
  }, z.core.$strip>>>;
6862
6904
  objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6863
6905
  fill: "fill";
6906
+ custom: "custom";
6864
6907
  fit: "fit";
6865
6908
  original: "original";
6866
- custom: "custom";
6867
6909
  }>>>;
6868
6910
  scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6869
6911
  position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -7013,8 +7055,8 @@ export type BlockThemeOverride = z.infer<typeof blockThemeOverrideSchema>;
7013
7055
  export type HydratedTheme = Omit<Theme, 'palette'> & {
7014
7056
  palette: ExpandedPalette;
7015
7057
  };
7016
- export type { ButtonSystem, ButtonVariant, ButtonGlobalSettings, ButtonPreset, ButtonTypography } from './buttons';
7017
- export type { CardSystem, CardVariant, CardSpacing, CardBackground, CardBorder } from './cards';
7058
+ export type { ButtonSystem, ButtonVariant, ButtonGlobalSettings, ButtonPreset, ButtonTypography, } from './buttons';
7059
+ export type { CardSystem, CardVariant, CardSpacing, CardBackground, CardBorder, } from './cards';
7018
7060
  /**
7019
7061
  * Style groups configuration: maps block kind to available style group names.
7020
7062
  *