@riverbankcms/sdk 0.80.0 → 0.82.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 (574) hide show
  1. package/README.md +65 -3
  2. package/dist/{PreviewEditorSidebar-O4NDX5TP.css → PreviewEditorSidebar-JA4VIPSZ.css} +1 -1
  3. package/dist/{PreviewEditorSidebar-QZG37QIF.mjs → PreviewEditorSidebar-LHGK6RIO.mjs} +760 -711
  4. package/dist/{SdkPreviewModeRuntime-PBGALTMK.css → PreviewEditorUI-36T7QYV4.css} +1 -1
  5. package/dist/{PreviewEditorUI-AXIKSMZA.mjs → PreviewEditorUI-AXZG2SDC.mjs} +167 -28
  6. package/dist/{PreviewEditorUI-4JVDBZBS.css → SdkPreviewModeRuntime-FXKI6XNL.css} +1 -1
  7. package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +8 -0
  8. package/dist/_dts/ai/src/contracts/proposals.d.ts +838 -262
  9. package/dist/_dts/altcha/src/AltchaWidget.d.ts +1 -1
  10. package/dist/_dts/api/src/analytics.d.ts +1 -1
  11. package/dist/_dts/api/src/bookingConfig.d.ts +4 -0
  12. package/dist/_dts/api/src/contentRuntime.d.ts +15 -3
  13. package/dist/_dts/api/src/contentTypes.d.ts +6 -0
  14. package/dist/_dts/api/src/courses.d.ts +1 -1
  15. package/dist/_dts/api/src/event-destination-policy.d.ts +17 -0
  16. package/dist/_dts/api/src/index.d.ts +6 -2
  17. package/dist/_dts/api/src/navigation/boundaries.d.ts +64 -0
  18. package/dist/_dts/api/src/navigation.d.ts +2 -0
  19. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +17 -12
  20. package/dist/_dts/api/src/siteGeneration.d.ts +1 -1
  21. package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +7 -6
  22. package/dist/_dts/api/src/types.d.ts +1 -1
  23. package/dist/_dts/block-form/src/backend/store-backend.d.ts +3 -1
  24. package/dist/_dts/block-form/src/backend/types.d.ts +3 -3
  25. package/dist/_dts/block-form/src/context/BlockContext.d.ts +1 -1
  26. package/dist/_dts/block-form/src/context/DisplayLabelResolverContext.d.ts +1 -1
  27. package/dist/_dts/block-form/src/context/FieldPreviewResolverContext.d.ts +2 -2
  28. package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
  29. package/dist/_dts/block-form/src/palette/PaletteContext.d.ts +1 -1
  30. package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
  31. package/dist/_dts/block-form/src/widgets/BackgroundColorWidget/BackgroundColorWidget.d.ts +2 -1
  32. package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
  33. package/dist/_dts/block-form/src/widgets/BooleanField/BooleanField.d.ts +1 -1
  34. package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
  35. package/dist/_dts/block-form/src/widgets/Field.d.ts +2 -2
  36. package/dist/_dts/block-form/src/widgets/FieldFrame.d.ts +3 -3
  37. package/dist/_dts/block-form/src/widgets/NumberField/NumberField.d.ts +1 -1
  38. package/dist/_dts/block-form/src/widgets/PresetOrCustomField/PresetOrCustomField.d.ts +1 -1
  39. package/dist/_dts/block-form/src/widgets/SdkSelectField/SdkSelectField.d.ts +1 -1
  40. package/dist/_dts/block-form/src/widgets/SelectField/SelectField.d.ts +1 -1
  41. package/dist/_dts/block-form/src/widgets/SelectWidget.d.ts +1 -1
  42. package/dist/_dts/block-form/src/widgets/SliderField/SliderField.d.ts +1 -1
  43. package/dist/_dts/block-form/src/widgets/TextField/TextField.d.ts +1 -1
  44. package/dist/_dts/block-form/src/widgets/TextInputWidget.d.ts +1 -1
  45. package/dist/_dts/block-form/src/widgets/ToggleWidget.d.ts +1 -1
  46. package/dist/_dts/block-form/src/widgets/stringDefaultValue.d.ts +1 -0
  47. package/dist/_dts/blocks/src/PageRenderer.d.ts +4 -1
  48. package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +28 -44
  49. package/dist/_dts/blocks/src/index.d.ts +6 -4
  50. package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
  51. package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +7 -7
  52. package/dist/_dts/blocks/src/primitives/content/components/RichText.d.ts +2 -1
  53. package/dist/_dts/blocks/src/primitives/content/components/Text.d.ts +2 -1
  54. package/dist/_dts/blocks/src/primitives/content/primitives.d.ts +4 -0
  55. package/dist/_dts/blocks/src/primitives/layout/Grid.d.ts +2 -1
  56. package/dist/_dts/blocks/src/primitives/layout/Inline.d.ts +2 -1
  57. package/dist/_dts/blocks/src/primitives/layout/Stack.d.ts +2 -1
  58. package/dist/_dts/blocks/src/server.d.ts +1 -1
  59. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +592 -592
  60. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +592 -592
  61. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +592 -592
  62. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +592 -592
  63. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +592 -592
  64. package/dist/_dts/blocks/src/system/blocks/courses/shared/types.d.ts +1 -1
  65. package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +3 -2
  66. package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +397 -111
  67. package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +6 -15
  68. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +592 -592
  69. package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +1 -1
  70. package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +2 -0
  71. package/dist/_dts/blocks/src/system/blocks/form.d.ts +20 -1
  72. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +592 -592
  73. package/dist/_dts/blocks/src/system/blocks/hero.d.ts +2 -0
  74. package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +3 -0
  75. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +3 -3
  76. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +54 -54
  77. package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +21 -0
  78. package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +162 -0
  79. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +592 -602
  80. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +592 -604
  81. package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +0 -4
  82. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +592 -592
  83. package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +2 -2
  84. package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +3 -0
  85. package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -0
  86. package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
  87. package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
  88. package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +19 -5
  89. package/dist/_dts/blocks/src/system/customize/facets.d.ts +2 -2
  90. package/dist/_dts/blocks/src/system/data/index.d.ts +2 -0
  91. package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +102 -0
  92. package/dist/_dts/blocks/src/system/data/loaderEndpoints.d.ts +1 -1
  93. package/dist/_dts/blocks/src/system/defineBlock.d.ts +3 -1
  94. package/dist/_dts/blocks/src/system/designCapabilities.d.ts +2 -2
  95. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +6 -1
  96. package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +0 -1
  97. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +71 -56
  98. package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +2 -0
  99. package/dist/_dts/blocks/src/system/node/types.d.ts +8 -1
  100. package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
  101. package/dist/_dts/blocks/src/system/registry.d.ts +1 -0
  102. package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
  103. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +56 -74
  104. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +27 -36
  105. package/dist/_dts/blocks/src/system/runtime/headingDecoration.d.ts +21 -0
  106. package/dist/_dts/blocks/src/system/runtime/hooks/useCalendarEvents.d.ts +45 -14
  107. package/dist/_dts/blocks/src/system/runtime/hooks/useEventFilters.d.ts +2 -9
  108. package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.d.ts +1 -10
  109. package/dist/_dts/blocks/src/system/runtime/nodes/ImageResolveContext.d.ts +2 -2
  110. package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +4 -0
  111. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.server.d.ts +1 -1
  112. package/dist/_dts/blocks/src/system/runtime/nodes/booking-runtime-sources.d.ts +3 -1
  113. package/dist/_dts/blocks/src/system/runtime/nodes/carousel.shared.d.ts +2 -1
  114. package/dist/_dts/blocks/src/system/runtime/nodes/cart.client.d.ts +2 -1
  115. package/dist/_dts/blocks/src/system/runtime/nodes/cart.server.d.ts +1 -1
  116. package/dist/_dts/blocks/src/system/runtime/nodes/checkout.client.d.ts +2 -1
  117. package/dist/_dts/blocks/src/system/runtime/nodes/checkout.server.d.ts +1 -1
  118. package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/display.d.ts +1 -5
  119. package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/view.d.ts +10 -13
  120. package/dist/_dts/blocks/src/system/runtime/nodes/course-details/view.d.ts +3 -2
  121. package/dist/_dts/blocks/src/system/runtime/nodes/course-details.server.d.ts +2 -2
  122. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/BookingModeStep.d.ts +1 -1
  123. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/CourseRegistrationWizard.d.ts +2 -1
  124. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/ErrorStep.d.ts +1 -1
  125. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/MembershipHero.d.ts +1 -1
  126. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PaymentFailedStep.d.ts +1 -1
  127. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PortalAuthSidebar.d.ts +1 -1
  128. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/StepIndicator.d.ts +1 -1
  129. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/SuccessStep.d.ts +1 -1
  130. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/VerifyingTimeoutStep.d.ts +1 -1
  131. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/WaitlistStep.d.ts +1 -1
  132. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/components.d.ts +5 -4
  133. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.client.d.ts +3 -2
  134. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.server.d.ts +1 -1
  135. package/dist/_dts/blocks/src/system/runtime/nodes/event-details/CoursePricingDisplay.d.ts +2 -1
  136. package/dist/_dts/blocks/src/system/runtime/nodes/event-details/view.d.ts +1 -1
  137. package/dist/_dts/blocks/src/system/runtime/nodes/event-details.client.d.ts +2 -2
  138. package/dist/_dts/blocks/src/system/runtime/nodes/event-details.server.d.ts +1 -1
  139. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationSummaryBar.d.ts +2 -1
  140. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizard.d.ts +2 -1
  141. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardActions.d.ts +2 -1
  142. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardContent.d.ts +2 -1
  143. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventSelectionStep.d.ts +2 -0
  144. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/OrderSummary.d.ts +1 -1
  145. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/PastOccurrenceNotice.d.ts +2 -1
  146. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/SelectableOptionCard.d.ts +1 -1
  147. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/StepIndicator.d.ts +1 -1
  148. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/registrationDerivations.d.ts +1 -1
  149. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -2
  150. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +2 -1
  151. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +12 -5
  152. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
  153. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +21 -16
  154. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.client.d.ts +3 -2
  155. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.interactive.d.ts +21 -16
  156. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +17 -28
  157. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.view.d.ts +1 -1
  158. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DateTimeTile.d.ts +2 -1
  159. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DayEventsModal.d.ts +2 -1
  160. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -1
  161. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventPaginatedListView.client.d.ts +2 -3
  162. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/WeekAgendaView.d.ts +3 -3
  163. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/listOptions.d.ts +50 -0
  164. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +2 -1
  165. package/dist/_dts/blocks/src/system/runtime/nodes/gifting.client.d.ts +2 -1
  166. package/dist/_dts/blocks/src/system/runtime/nodes/gifting.server.d.ts +2 -1
  167. package/dist/_dts/blocks/src/system/runtime/nodes/location-map.client.d.ts +2 -2
  168. package/dist/_dts/blocks/src/system/runtime/nodes/location-map.server.d.ts +1 -1
  169. package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +4 -4
  170. package/dist/_dts/blocks/src/system/runtime/nodes/location-map.view.d.ts +1 -1
  171. package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +29 -14
  172. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +2 -1
  173. package/dist/_dts/blocks/src/system/runtime/nodes/offerings-preview.d.ts +23 -0
  174. package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.client.d.ts +2 -1
  175. package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.server.d.ts +1 -1
  176. package/dist/_dts/blocks/src/system/runtime/nodes/product-list.client.d.ts +2 -1
  177. package/dist/_dts/blocks/src/system/runtime/nodes/product-list.server.d.ts +1 -1
  178. package/dist/_dts/blocks/src/system/runtime/nodes/shared/MagicLinkForm.d.ts +2 -1
  179. package/dist/_dts/blocks/src/system/runtime/nodes/shop-add-feedback.d.ts +1 -1
  180. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.d.ts +5 -4
  181. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.server.d.ts +5 -4
  182. package/dist/_dts/blocks/src/system/runtime/nodes/shop.client.d.ts +2 -1
  183. package/dist/_dts/blocks/src/system/runtime/nodes/shop.interactive.d.ts +0 -17
  184. package/dist/_dts/blocks/src/system/runtime/nodes/shop.server.d.ts +1 -1
  185. package/dist/_dts/blocks/src/system/runtime/nodes/shop.types.d.ts +0 -1
  186. package/dist/_dts/blocks/src/system/runtime/nodes/spinner.d.ts +1 -1
  187. package/dist/_dts/blocks/src/system/runtime/resolver.d.ts +13 -0
  188. package/dist/_dts/blocks/src/system/runtime/shared/components/ActionRow.d.ts +1 -1
  189. package/dist/_dts/blocks/src/system/runtime/shared/components/CheckIcon.d.ts +1 -1
  190. package/dist/_dts/blocks/src/system/runtime/shared/components/ClockIcon.d.ts +1 -1
  191. package/dist/_dts/blocks/src/system/runtime/shared/components/CrossIcon.d.ts +1 -1
  192. package/dist/_dts/blocks/src/system/runtime/shared/components/FeedbackMessage.d.ts +1 -1
  193. package/dist/_dts/blocks/src/system/runtime/shared/components/FieldValidationMessage.d.ts +1 -1
  194. package/dist/_dts/blocks/src/system/runtime/shared/components/MembershipHero.d.ts +1 -1
  195. package/dist/_dts/blocks/src/system/runtime/shared/components/StateIcon.d.ts +1 -1
  196. package/dist/_dts/blocks/src/system/runtime/shared/components/StepIndicator.d.ts +1 -1
  197. package/dist/_dts/blocks/src/system/runtime/shared/components/TerminalPanel.d.ts +1 -1
  198. package/dist/_dts/blocks/src/system/transforms/registry/_utils/sectionForegroundStyles.d.ts +2 -0
  199. package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +4 -2
  200. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
  201. package/dist/_dts/calendar/src/grid.d.ts +27 -0
  202. package/dist/_dts/calendar/src/index.d.ts +2 -2
  203. package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +1 -1
  204. package/dist/_dts/content-editor/src/components/EditableBlockProvider.d.ts +1 -1
  205. package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +1 -1
  206. package/dist/_dts/content-editor/src/controller/useAutosaveTriggers.d.ts +3 -1
  207. package/dist/_dts/content-editor/src/editorTransactionState.d.ts +1 -0
  208. package/dist/_dts/content-editor/src/hooks/autosaveScopePlanning.d.ts +26 -0
  209. package/dist/_dts/content-editor/src/hooks/publishability.d.ts +1 -0
  210. package/dist/_dts/content-editor/src/hooks/useLinkedEntryAutosave.d.ts +23 -0
  211. package/dist/_dts/content-editor/src/hooks/useReactiveToolbar.d.ts +1 -1
  212. package/dist/_dts/content-editor/src/hooks/useSimpleAutosave.d.ts +2 -2
  213. package/dist/_dts/content-editor/src/index.d.ts +3 -1
  214. package/dist/_dts/content-editor/src/lib/json.d.ts +2 -0
  215. package/dist/_dts/content-editor/src/linkedEntries/domain.d.ts +8 -0
  216. package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +6 -1
  217. package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +6 -1
  218. package/dist/_dts/content-editor/src/primitives/shared/activePreviewField.d.ts +2 -0
  219. package/dist/_dts/content-editor/src/primitives/shared/index.d.ts +1 -1
  220. package/dist/_dts/content-editor/src/primitives/shared/storeBinding.d.ts +3 -1
  221. package/dist/_dts/content-editor/src/primitives/shared/types.d.ts +5 -0
  222. package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +58 -0
  223. package/dist/_dts/content-editor/src/ui/editorTransactionState.d.ts +93 -0
  224. package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +67 -5
  225. package/dist/_dts/content-editor/src/ui/stores/autosaveStore.d.ts +2 -0
  226. package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
  227. package/dist/_dts/content-model/src/content-types/builtin-schemas.d.ts +0 -40
  228. package/dist/_dts/content-model/src/content-types/builtins.d.ts +43 -40
  229. package/dist/_dts/content-model/src/metadataConfig.d.ts +87 -47
  230. package/dist/_dts/content-model/src/templates/defaults.d.ts +0 -1
  231. package/dist/_dts/core/src/branded.d.ts +5 -0
  232. package/dist/_dts/core/src/event-pricing.d.ts +72 -0
  233. package/dist/_dts/core/src/index.d.ts +1 -0
  234. package/dist/_dts/core/src/stable-json.d.ts +1 -0
  235. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +27 -2
  236. package/dist/_dts/db/src/schemas/forms.d.ts +4 -4
  237. package/dist/_dts/editor/src/EditorProvider.d.ts +26 -0
  238. package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +26 -0
  239. package/dist/_dts/editor/src/chrome/EditorStatusBar.d.ts +45 -0
  240. package/dist/_dts/editor/src/chrome/statusBarPresentation.d.ts +25 -0
  241. package/dist/_dts/editor/src/components/EditingToggle.d.ts +9 -0
  242. package/dist/_dts/editor/src/hooks/useEditableElement.d.ts +18 -0
  243. package/dist/_dts/editor/src/index.d.ts +29 -0
  244. package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -0
  245. package/dist/_dts/editor/src/lib/utils.d.ts +1 -0
  246. package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +20 -0
  247. package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +11 -0
  248. package/dist/_dts/editor/src/primitives/SaveContext.d.ts +12 -0
  249. package/dist/_dts/editor/src/primitives/helpers.d.ts +1 -0
  250. package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +26 -0
  251. package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +16 -0
  252. package/dist/_dts/editor/src/primitives/rich-text/config.d.ts +23 -0
  253. package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextImage.d.ts +2 -0
  254. package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextLink.d.ts +1 -0
  255. package/dist/_dts/editor/src/primitives/rich-text/imageActions.d.ts +22 -0
  256. package/dist/_dts/editor/src/primitives/rich-text/sanitize.d.ts +23 -0
  257. package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +6 -0
  258. package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +10 -0
  259. package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +11 -0
  260. package/dist/_dts/editor/src/primitives/rich-text/toolbar/linkPopoverUtils.d.ts +58 -0
  261. package/dist/_dts/editor/src/primitives/rich-text/useRichTextEditor.d.ts +19 -0
  262. package/dist/_dts/editor/src/primitives/rich-text/utils.d.ts +20 -0
  263. package/dist/_dts/editor/src/utils/optimisticTokens.d.ts +27 -0
  264. package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +2 -2
  265. package/dist/_dts/editor-blocks/src/BlockForm.d.ts +2 -1
  266. package/dist/_dts/editor-blocks/src/FormProvider.d.ts +1 -1
  267. package/dist/_dts/editor-blocks/src/block-editor/AddBlockDivider.d.ts +1 -1
  268. package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +4 -4
  269. package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +1 -1
  270. package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +5 -5
  271. package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +1 -1
  272. package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
  273. package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
  274. package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +2 -2
  275. package/dist/_dts/editor-blocks/src/block-editor/EmptyState.d.ts +1 -1
  276. package/dist/_dts/editor-blocks/src/block-editor/EnhancedBlockPickerDialog.d.ts +1 -1
  277. package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +1 -1
  278. package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +1 -1
  279. package/dist/_dts/editor-blocks/src/block-editor/HeaderActions.d.ts +1 -1
  280. package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +4 -4
  281. package/dist/_dts/editor-blocks/src/block-editor/actionPresentation.d.ts +15 -0
  282. package/dist/_dts/editor-blocks/src/block-editor/blockHeaderActionPlan.d.ts +49 -0
  283. package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -0
  284. package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +2 -2
  285. package/dist/_dts/editor-blocks/src/widgets/button/ButtonField.d.ts +1 -1
  286. package/dist/_dts/editor-blocks/src/widgets/button/ButtonVariantField.d.ts +1 -1
  287. package/dist/_dts/editor-blocks/src/widgets/button/context.d.ts +1 -1
  288. package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeSelectField.d.ts +1 -1
  289. package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeWidgetProvider.d.ts +1 -1
  290. package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerField.d.ts +1 -1
  291. package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +1 -1
  292. package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
  293. package/dist/_dts/editor-blocks/src/widgets/index.d.ts +2 -0
  294. package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +1 -1
  295. package/dist/_dts/editor-blocks/src/widgets/link/LinkPickerDialog.d.ts +1 -1
  296. package/dist/_dts/editor-blocks/src/widgets/link/LinkSummary.d.ts +1 -1
  297. package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +1 -1
  298. package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +1 -1
  299. package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewGroupOrderField.d.ts +2 -0
  300. package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewWidgetProvider.d.ts +10 -0
  301. package/dist/_dts/editor-blocks/src/widgets/offerings-preview/index.d.ts +3 -0
  302. package/dist/_dts/editor-blocks/src/widgets/offerings-preview/orderDomain.d.ts +29 -0
  303. package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +1 -1
  304. package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
  305. package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +1 -1
  306. package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +2 -2
  307. package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +2 -2
  308. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +3 -0
  309. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +14 -0
  310. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/index.d.ts +6 -0
  311. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/loaders.d.ts +51 -0
  312. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/types.d.ts +20 -0
  313. package/dist/_dts/editor-blocks/src/widgets/site-option-picker/utils.d.ts +5 -0
  314. package/dist/_dts/media-core/src/index.d.ts +1 -0
  315. package/dist/_dts/media-core/src/renderableMediaAsset.d.ts +18 -0
  316. package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
  317. package/dist/_dts/media-editor/src/CropDialogShell.d.ts +1 -1
  318. package/dist/_dts/media-editor/src/FileAssetPreview.d.ts +1 -1
  319. package/dist/_dts/media-editor/src/MediaEditor.d.ts +4 -1
  320. package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +2 -1
  321. package/dist/_dts/media-editor/src/MediaPreview.d.ts +1 -1
  322. package/dist/_dts/media-editor/src/context.d.ts +1 -1
  323. package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
  324. package/dist/_dts/media-editor/src/index.d.ts +1 -1
  325. package/dist/_dts/media-editor/src/provider.d.ts +1 -1
  326. package/dist/_dts/media-react/src/components/AuthenticatedImage.d.ts +1 -1
  327. package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +1 -1
  328. package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +1 -1
  329. package/dist/_dts/preview-next/src/client/PreviewShellSmoke.d.ts +2 -1
  330. package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +7 -4
  331. package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +2 -1
  332. package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +7 -3
  333. package/dist/_dts/preview-next/src/client/blocks/blockCustomizePopoverRows.d.ts +25 -0
  334. package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -1
  335. package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +4 -30
  336. package/dist/_dts/preview-next/src/client/blocks/linkedEntryRenderOverlay.d.ts +11 -0
  337. package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +3 -9
  338. package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +2 -2
  339. package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +2 -1
  340. package/dist/_dts/preview-next/src/client/index.d.ts +0 -1
  341. package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +1 -1
  342. package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +4 -2
  343. package/dist/_dts/preview-next/src/client/preview/LinkedEntryEditEventBridge.d.ts +1 -0
  344. package/dist/_dts/preview-next/src/client/preview/MaintenanceModeBadge.d.ts +1 -1
  345. package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -1
  346. package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +6 -3
  347. package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +2 -2
  348. package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +2 -1
  349. package/dist/_dts/preview-next/src/client/preview/PreviewAuthInit.d.ts +1 -1
  350. package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +2 -2
  351. package/dist/_dts/preview-next/src/client/preview/PreviewChromeLayer.d.ts +20 -0
  352. package/dist/_dts/preview-next/src/client/preview/PreviewConfirmationDialog.d.ts +2 -1
  353. package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +2 -2
  354. package/dist/_dts/preview-next/src/client/preview/PreviewDesignHistoryOrderContext.d.ts +13 -0
  355. package/dist/_dts/preview-next/src/client/preview/PreviewEditorGuidanceCard.d.ts +2 -1
  356. package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +4 -3
  357. package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
  358. package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +3 -2
  359. package/dist/_dts/preview-next/src/client/preview/PreviewQueryProvider.d.ts +2 -2
  360. package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +21 -20
  361. package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +4 -3
  362. package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +13 -0
  363. package/dist/_dts/preview-next/src/client/preview/PreviewViewportControls.d.ts +1 -1
  364. package/dist/_dts/preview-next/src/client/preview/PreviewZoomControls.d.ts +1 -1
  365. package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +2 -1
  366. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +2 -1
  367. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +60 -6
  368. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +2 -1
  369. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +14 -1
  370. package/dist/_dts/preview-next/src/client/preview/SubrouteNoticePanel.d.ts +2 -1
  371. package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +9 -0
  372. package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +51 -0
  373. package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +68 -0
  374. package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +8 -1
  375. package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +11 -9
  376. package/dist/_dts/preview-next/src/client/preview/previewDesignHistoryOrder.d.ts +18 -0
  377. package/dist/_dts/preview-next/src/client/preview/previewUndoDomains.d.ts +1 -1
  378. package/dist/_dts/preview-next/src/client/preview/siteChromeBrandPreferences.d.ts +41 -0
  379. package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +120 -0
  380. package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +30 -0
  381. package/dist/_dts/preview-next/src/client/preview/siteStyleHistoryState.d.ts +55 -0
  382. package/dist/_dts/preview-next/src/client/preview/styleConfiguratorApplyPayload.d.ts +1 -0
  383. package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +2 -2
  384. package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +2 -1
  385. package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +2 -1
  386. package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +8 -5
  387. package/dist/_dts/preview-next/src/constants.d.ts +0 -1
  388. package/dist/_dts/sdk/src/__mocks__/next-cache.d.ts +4 -3
  389. package/dist/_dts/sdk/src/cli/commands/pull-dry-run.d.ts +1 -1
  390. package/dist/_dts/sdk/src/cli/config-loader.d.ts +3 -1
  391. package/dist/_dts/sdk/src/cli/content/reader.d.ts +6 -12
  392. package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -0
  393. package/dist/_dts/sdk/src/cli/site-commands/localBlockManifestResolver.d.ts +31 -0
  394. package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +3 -1
  395. package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -0
  396. package/dist/_dts/sdk/src/cli/sync/validation.d.ts +7 -7
  397. package/dist/_dts/sdk/src/client/types.d.ts +36 -4
  398. package/dist/_dts/sdk/src/client.d.ts +1 -1
  399. package/dist/_dts/sdk/src/config/content-types.d.ts +3 -14
  400. package/dist/_dts/sdk/src/config/content-validation.d.ts +9 -214
  401. package/dist/_dts/sdk/src/config/types.d.ts +10 -1
  402. package/dist/_dts/sdk/src/config/validation.d.ts +24 -24
  403. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +30 -4
  404. package/dist/_dts/sdk/src/index.d.ts +1 -1
  405. package/dist/_dts/sdk/src/preview-next/client/index.d.ts +6 -6
  406. package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +4 -3
  407. package/dist/_dts/sdk/src/public-api/contracts.d.ts +39 -37
  408. package/dist/_dts/sdk/src/rendering/components/Block.d.ts +1 -1
  409. package/dist/_dts/sdk/src/rendering/components/Block.server.d.ts +1 -1
  410. package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +1 -1
  411. package/dist/_dts/sdk/src/rendering/components/Page.d.ts +1 -1
  412. package/dist/_dts/sdk/src/rendering/components/Page.server.d.ts +1 -1
  413. package/dist/_dts/sdk/src/rendering/components/PageHydrationBootstrap.d.ts +1 -1
  414. package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +10 -9
  415. package/dist/_dts/sdk/src/rendering/islands/enhancers/routeIslandApiConfig.d.ts +9 -0
  416. package/dist/_dts/sdk/src/rendering/islands/types.d.ts +6 -15
  417. package/dist/_dts/sdk/src/rendering/mediaAssets.d.ts +4 -0
  418. package/dist/_dts/sdk/src/rendering/primitives/RichText.d.ts +2 -1
  419. package/dist/_dts/sdk/src/server.d.ts +1 -1
  420. package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +1 -1
  421. package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
  422. package/dist/_dts/sdk/src/version.d.ts +1 -1
  423. package/dist/_dts/site-commands/src/commands.d.ts +69 -21
  424. package/dist/_dts/theme-core/src/ClientThemeScope.d.ts +1 -1
  425. package/dist/_dts/theme-core/src/ThemeFontLoader.d.ts +3 -2
  426. package/dist/_dts/theme-core/src/ThemeScope.d.ts +1 -1
  427. package/dist/_dts/theme-core/src/ThemeScopeCore.d.ts +1 -1
  428. package/dist/_dts/theme-core/src/accordions/types.d.ts +5 -5
  429. package/dist/_dts/theme-core/src/buttons/constants.d.ts +26 -1
  430. package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
  431. package/dist/_dts/theme-core/src/buttons/personalities/joy-stamp.d.ts +22 -0
  432. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +8 -7
  433. package/dist/_dts/theme-core/src/buttons/types.d.ts +26 -17
  434. package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +44 -0
  435. package/dist/_dts/theme-core/src/cards/types.d.ts +5 -5
  436. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  437. package/dist/_dts/theme-core/src/inputs/types.d.ts +2 -2
  438. package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
  439. package/dist/_dts/theme-core/src/interactive/types.d.ts +10 -0
  440. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +228 -198
  441. package/dist/_dts/theme-core/src/mock-themes/components/PaletteCard.d.ts +1 -1
  442. package/dist/_dts/theme-core/src/mock-themes/components/swatch.d.ts +1 -1
  443. package/dist/_dts/theme-core/src/navigation/presets.d.ts +1 -1
  444. package/dist/_dts/theme-core/src/navigation/types.d.ts +1 -1
  445. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
  446. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +6 -6
  447. package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +27 -0
  448. package/dist/_dts/theme-core/src/schema.d.ts +273 -226
  449. package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
  450. package/dist/_dts/theme-core/src/site-styles/accessibleSurfaces.d.ts +4 -1
  451. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +87 -31
  452. package/dist/_dts/theme-core/src/site-styles/appearancePresetResolution.d.ts +6 -2
  453. package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +27 -0
  454. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +87 -31
  455. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +30 -1
  456. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +32 -16
  457. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +13 -9
  458. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +5 -0
  459. package/dist/_dts/theme-core/src/site-styles/index.d.ts +3 -0
  460. package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
  461. package/dist/_dts/theme-core/src/site-styles/pageDesignEditorModel.d.ts +3 -23
  462. package/dist/_dts/theme-core/src/site-styles/pageDesignIntent.d.ts +276 -4
  463. package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
  464. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +33 -3
  465. package/dist/_dts/theme-core/src/site-styles/sectionTransitions.d.ts +508 -0
  466. package/dist/_dts/theme-core/src/site-styles/siteChromeBackgrounds.d.ts +30 -0
  467. package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +10 -10
  468. package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
  469. package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
  470. package/dist/_dts/theme-core/src/site-styles/types.d.ts +26 -6
  471. package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
  472. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +3 -3
  473. package/dist/_dts/ui/src/async-boundary.d.ts +1 -1
  474. package/dist/_dts/ui/src/badge.d.ts +1 -1
  475. package/dist/_dts/ui/src/button-group.d.ts +3 -3
  476. package/dist/_dts/ui/src/calendar.d.ts +2 -2
  477. package/dist/_dts/ui/src/card.d.ts +6 -6
  478. package/dist/_dts/ui/src/combobox.d.ts +1 -1
  479. package/dist/_dts/ui/src/command-multi-select.d.ts +1 -1
  480. package/dist/_dts/ui/src/content-spinner.d.ts +1 -1
  481. package/dist/_dts/ui/src/delayed-spinner.d.ts +1 -1
  482. package/dist/_dts/ui/src/dev-toolbar.d.ts +1 -1
  483. package/dist/_dts/ui/src/dialog.d.ts +10 -10
  484. package/dist/_dts/ui/src/dropdown-menu.d.ts +1 -1
  485. package/dist/_dts/ui/src/editor-drawer.d.ts +1 -1
  486. package/dist/_dts/ui/src/empty-state.d.ts +1 -1
  487. package/dist/_dts/ui/src/filter-button-group.d.ts +1 -1
  488. package/dist/_dts/ui/src/fixed-bottom-surface.d.ts +1 -1
  489. package/dist/_dts/ui/src/form.d.ts +7 -7
  490. package/dist/_dts/ui/src/label.d.ts +1 -1
  491. package/dist/_dts/ui/src/menubar.d.ts +16 -16
  492. package/dist/_dts/ui/src/navigation-tabs.d.ts +2 -2
  493. package/dist/_dts/ui/src/number-input.d.ts +1 -1
  494. package/dist/_dts/ui/src/palette/ColorChooserDialog.d.ts +1 -1
  495. package/dist/_dts/ui/src/palette/ColorSlotButton.d.ts +1 -1
  496. package/dist/_dts/ui/src/palette/ColorSwatchButton.d.ts +1 -1
  497. package/dist/_dts/ui/src/palette/PaletteTokenEditor.d.ts +1 -1
  498. package/dist/_dts/ui/src/resizable-split-pane.d.ts +1 -1
  499. package/dist/_dts/ui/src/select.d.ts +10 -10
  500. package/dist/_dts/ui/src/separator.d.ts +1 -1
  501. package/dist/_dts/ui/src/sheet.d.ts +9 -9
  502. package/dist/_dts/ui/src/spinner.d.ts +1 -1
  503. package/dist/_dts/ui/src/tooltip.d.ts +4 -4
  504. package/dist/{chunk-MPBNEVPB.mjs → chunk-2BUMISSH.mjs} +1 -1
  505. package/dist/{chunk-7PCYG6YV.mjs → chunk-6FWNF3DJ.mjs} +2086 -1128
  506. package/dist/{chunk-BBLZSQEY.mjs → chunk-FIREV57T.mjs} +14 -9
  507. package/dist/{chunk-5NZGBSJF.mjs → chunk-G35HOQEN.mjs} +2608 -2397
  508. package/dist/{chunk-HTB4BMKD.mjs → chunk-HKB6XVIP.mjs} +321 -113
  509. package/dist/{chunk-GYXKAUFV.mjs → chunk-XQR6THQJ.mjs} +27831 -17740
  510. package/dist/cli/index.mjs +4581 -2802
  511. package/dist/cli/init-docs/content/workflow-custom-block.md +5 -0
  512. package/dist/client/{accordion-QFZMNB7O.mjs → accordion-G34C45TW.mjs} +2 -2
  513. package/dist/client/{bookingForm-NCIXFWIG.mjs → bookingForm-BLBVKSAQ.mjs} +12 -12
  514. package/dist/client/bookings.mjs +321 -60
  515. package/dist/client/{carousel-EO4BJMWD.mjs → carousel-7ZVTBRMD.mjs} +3 -3
  516. package/dist/client/{cart-FTYCLYUW.mjs → cart-Q6S6LZUO.mjs} +8 -7
  517. package/dist/client/{checkout-NFGLVCOX.mjs → checkout-5QJLDE4I.mjs} +8 -7
  518. package/dist/client/{chunk-IWFZSQNZ.mjs → chunk-5PQH4Y75.mjs} +3 -3
  519. package/dist/client/{chunk-Y37KDO7P.mjs → chunk-CHAB5ACD.mjs} +5 -4
  520. package/dist/client/{chunk-VDS5YFLX.mjs → chunk-CSZGLBYR.mjs} +1 -1
  521. package/dist/client/{chunk-3PEDD5KJ.mjs → chunk-DVNUDUVT.mjs} +1 -1
  522. package/dist/client/{chunk-6GVVWSPU.mjs → chunk-EQKYMX4N.mjs} +348 -301
  523. package/dist/client/{chunk-YLMKMCSJ.mjs → chunk-GFSQNTRW.mjs} +1 -3
  524. package/dist/client/chunk-L4J5Y62O.mjs +18 -0
  525. package/dist/client/{chunk-PUOELU4O.mjs → chunk-RJHTCTCZ.mjs} +550 -262
  526. package/dist/client/{chunk-AUJ5DBZJ.mjs → chunk-S3MKFGOG.mjs} +170 -28
  527. package/dist/client/{chunk-CE7IBGVW.mjs → chunk-SBBSMFFG.mjs} +1 -1
  528. package/dist/client/{chunk-4W66ALYT.mjs → chunk-U2EW7RSR.mjs} +1 -1
  529. package/dist/client/{chunk-PYRBIURC.mjs → chunk-WJFHDTYF.mjs} +17 -34
  530. package/dist/client/{chunk-T6UIP6UZ.mjs → chunk-ZF4XEWDM.mjs} +1 -1
  531. package/dist/client/client.mjs +13449 -9393
  532. package/dist/client/{courseRegistration-2EORROPS.mjs → courseRegistration-VUG2JJDB.mjs} +13 -12
  533. package/dist/client/{eventCalendar-WZI4VL6N.mjs → eventCalendar-E7D2LD4N.mjs} +14 -14
  534. package/dist/client/{eventCombined-QCB2TCNL.mjs → eventCombined-FUZ2Z3CS.mjs} +14 -14
  535. package/dist/client/{eventDetails-TFTATAPH.mjs → eventDetails-QRITJAOW.mjs} +9 -9
  536. package/dist/client/{eventListing-A2CQEHEQ.mjs → eventListing-INMQMJZ5.mjs} +14 -14
  537. package/dist/client/{eventRegistration-OELPVLUY.mjs → eventRegistration-TOOJD4WU.mjs} +17 -15
  538. package/dist/client/{form-NTIFD6WQ.mjs → form-BOWN7ZNQ.mjs} +3 -3
  539. package/dist/client/{headerSection-7TBNKCLA.mjs → headerSection-HFQNZOUU.mjs} +55 -14
  540. package/dist/client/hooks.mjs +26989 -25527
  541. package/dist/client/{locationMap-LRLB5A3H.mjs → locationMap-VUZGC7Y5.mjs} +2 -2
  542. package/dist/client/{newsletterForm-XI52RZSN.mjs → newsletterForm-X2XQTPCB.mjs} +3 -3
  543. package/dist/client/{productDetail-GSNKBFLY.mjs → productDetail-TA7D2G2B.mjs} +8 -7
  544. package/dist/client/{productList-BGCGT4KZ.mjs → productList-AZOLOZKM.mjs} +8 -7
  545. package/dist/client/rendering/client.mjs +5518 -3869
  546. package/dist/client/rendering/islands.mjs +32 -20
  547. package/dist/client/rendering.mjs +14494 -10485
  548. package/dist/client/{shop-RQHUCLNY.mjs → shop-ZDLO7IIG.mjs} +8 -7
  549. package/dist/client/spam-protection.mjs +3 -5
  550. package/dist/preview-next/client/runtime.css +1 -1
  551. package/dist/preview-next/client/runtime.mjs +5 -5
  552. package/dist/preview-next/constants.mjs +0 -2
  553. package/dist/preview-next/index.mjs +0 -2
  554. package/dist/{sdk-runtime-A4LHT2RS.mjs → sdk-runtime-CTWKNBDQ.mjs} +6 -6
  555. package/dist/{sdk-runtime-EEMNSB7J.css → sdk-runtime-JD4A6SU6.css} +1 -1
  556. package/dist/server/components.mjs +10475 -7369
  557. package/dist/server/config-validation.mjs +26616 -25360
  558. package/dist/server/config.mjs +26616 -25360
  559. package/dist/server/data.mjs +27048 -25586
  560. package/dist/server/index.mjs +109 -56
  561. package/dist/server/next.mjs +15424 -12076
  562. package/dist/server/page-converter.mjs +5570 -3107
  563. package/dist/server/prebuild.mjs +2 -1
  564. package/dist/server/rendering/server.mjs +10850 -7549
  565. package/dist/server/rendering.mjs +10855 -7554
  566. package/dist/server/routing.mjs +30134 -28531
  567. package/dist/server/server.mjs +27369 -25856
  568. package/dist/server/theme-bridge.mjs +902 -167
  569. package/dist/server/theme.mjs +197 -133
  570. package/dist/styles/index.css +606 -133
  571. package/package.json +16 -16
  572. package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +0 -8
  573. package/dist/_dts/editor-blocks/src/block-editor/actionControlMode.d.ts +0 -2
  574. package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +0 -3
@@ -16,19 +16,19 @@ export declare const axesSchema: z.ZodObject<{
16
16
  regular: "regular";
17
17
  }>;
18
18
  mediaBias: z.ZodEnum<{
19
+ mixed: "mixed";
19
20
  text: "text";
20
21
  media: "media";
21
- mixed: "mixed";
22
22
  }>;
23
23
  conversionBias: z.ZodEnum<{
24
- high: "high";
25
24
  low: "low";
25
+ high: "high";
26
26
  med: "med";
27
27
  }>;
28
28
  motion: z.ZodEnum<{
29
29
  standard: "standard";
30
- expressive: "expressive";
31
30
  subtle: "subtle";
31
+ expressive: "expressive";
32
32
  }>;
33
33
  }, z.core.$strip>;
34
34
  export declare const paletteColorSchema: z.ZodObject<{
@@ -37,8 +37,8 @@ export declare const paletteColorSchema: z.ZodObject<{
37
37
  }, z.core.$strip>;
38
38
  export declare const paletteMetaSchema: z.ZodObject<{
39
39
  mode: z.ZodEnum<{
40
- dark: "dark";
41
40
  light: "light";
41
+ dark: "dark";
42
42
  }>;
43
43
  }, z.core.$strip>;
44
44
  export declare const paletteSchema: z.ZodObject<{
@@ -48,8 +48,8 @@ export declare const paletteSchema: z.ZodObject<{
48
48
  }, z.core.$strip>>;
49
49
  meta: z.ZodObject<{
50
50
  mode: z.ZodEnum<{
51
- dark: "dark";
52
51
  light: "light";
52
+ dark: "dark";
53
53
  }>;
54
54
  }, z.core.$strip>;
55
55
  }, z.core.$strip>;
@@ -68,22 +68,22 @@ export declare const proseLinkStyleSchema: z.ZodObject<{
68
68
  decorationColorToken: z.ZodOptional<z.ZodString>;
69
69
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
70
70
  underlineStyle: z.ZodOptional<z.ZodEnum<{
71
- dashed: "dashed";
72
- dotted: "dotted";
73
71
  solid: "solid";
72
+ dotted: "dotted";
73
+ dashed: "dashed";
74
74
  }>>;
75
75
  underlineThickness: z.ZodOptional<z.ZodEnum<{
76
76
  medium: "medium";
77
77
  auto: "auto";
78
- thick: "thick";
79
- thin: "thin";
80
78
  fromFont: "fromFont";
79
+ thin: "thin";
80
+ thick: "thick";
81
81
  }>>;
82
82
  underlineOffset: z.ZodOptional<z.ZodEnum<{
83
83
  auto: "auto";
84
+ tight: "tight";
84
85
  normal: "normal";
85
86
  loose: "loose";
86
- tight: "tight";
87
87
  }>>;
88
88
  }, z.core.$strip>;
89
89
  export declare const sectionStylesOverrideSchema: z.ZodObject<{
@@ -163,6 +163,8 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
163
163
  }, z.core.$strip>>>;
164
164
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
165
165
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
166
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
167
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
166
168
  }, z.core.$strip>>>;
167
169
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
168
170
  medium: "medium";
@@ -205,9 +207,9 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
205
207
  text: "text";
206
208
  primary: "primary";
207
209
  secondary: "secondary";
208
- border: "border";
209
- muted: "muted";
210
210
  accent: "accent";
211
+ muted: "muted";
212
+ border: "border";
211
213
  }>>;
212
214
  }, z.core.$strip>]>>>;
213
215
  headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
@@ -216,8 +218,8 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
216
218
  }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
217
219
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
218
220
  iconSet: z.ZodEnum<{
219
- caret: "caret";
220
221
  chevron: "chevron";
222
+ caret: "caret";
221
223
  plus: "plus";
222
224
  "minimal-cross": "minimal-cross";
223
225
  }>;
@@ -226,16 +228,16 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
226
228
  text: "text";
227
229
  primary: "primary";
228
230
  secondary: "secondary";
229
- muted: "muted";
230
231
  accent: "accent";
232
+ muted: "muted";
231
233
  }>;
232
234
  openColorToken: z.ZodOptional<z.ZodEnum<{
233
235
  current: "current";
234
236
  text: "text";
235
237
  primary: "primary";
236
238
  secondary: "secondary";
237
- muted: "muted";
238
239
  accent: "accent";
240
+ muted: "muted";
239
241
  }>>;
240
242
  motion: z.ZodEnum<{
241
243
  none: "none";
@@ -321,6 +323,8 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
321
323
  }, z.core.$strip>>>;
322
324
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
323
325
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
326
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
327
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
324
328
  }, z.core.$strip>>>;
325
329
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
326
330
  medium: "medium";
@@ -419,6 +423,8 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
419
423
  }, z.core.$strip>>>;
420
424
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
421
425
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
426
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
427
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
422
428
  }, z.core.$strip>>>;
423
429
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
424
430
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -454,6 +460,7 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
454
460
  "soft-panel": "soft-panel";
455
461
  "editorial-serif-quote": "editorial-serif-quote";
456
462
  "editorial-open": "editorial-open";
463
+ "color-blocked": "color-blocked";
457
464
  }>>>;
458
465
  cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
459
466
  none: "none";
@@ -539,6 +546,8 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
539
546
  }, z.core.$strip>>>;
540
547
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
541
548
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
549
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
550
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
542
551
  }, z.core.$strip>>>;
543
552
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
544
553
  medium: "medium";
@@ -581,9 +590,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
581
590
  text: "text";
582
591
  primary: "primary";
583
592
  secondary: "secondary";
584
- border: "border";
585
- muted: "muted";
586
593
  accent: "accent";
594
+ muted: "muted";
595
+ border: "border";
587
596
  }>>;
588
597
  }, z.core.$strip>]>>>;
589
598
  headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
@@ -592,8 +601,8 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
592
601
  }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
593
602
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
594
603
  iconSet: z.ZodEnum<{
595
- caret: "caret";
596
604
  chevron: "chevron";
605
+ caret: "caret";
597
606
  plus: "plus";
598
607
  "minimal-cross": "minimal-cross";
599
608
  }>;
@@ -602,16 +611,16 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
602
611
  text: "text";
603
612
  primary: "primary";
604
613
  secondary: "secondary";
605
- muted: "muted";
606
614
  accent: "accent";
615
+ muted: "muted";
607
616
  }>;
608
617
  openColorToken: z.ZodOptional<z.ZodEnum<{
609
618
  current: "current";
610
619
  text: "text";
611
620
  primary: "primary";
612
621
  secondary: "secondary";
613
- muted: "muted";
614
622
  accent: "accent";
623
+ muted: "muted";
615
624
  }>>;
616
625
  motion: z.ZodEnum<{
617
626
  none: "none";
@@ -697,6 +706,8 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
697
706
  }, z.core.$strip>>>;
698
707
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
699
708
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
709
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
710
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
700
711
  }, z.core.$strip>>>;
701
712
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
702
713
  medium: "medium";
@@ -795,6 +806,8 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
795
806
  }, z.core.$strip>>>;
796
807
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
797
808
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
809
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
810
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
798
811
  }, z.core.$strip>>>;
799
812
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
800
813
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -830,6 +843,7 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
830
843
  "soft-panel": "soft-panel";
831
844
  "editorial-serif-quote": "editorial-serif-quote";
832
845
  "editorial-open": "editorial-open";
846
+ "color-blocked": "color-blocked";
833
847
  }>>>;
834
848
  cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
835
849
  none: "none";
@@ -847,22 +861,22 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
847
861
  decorationColorToken: z.ZodOptional<z.ZodString>;
848
862
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
849
863
  underlineStyle: z.ZodOptional<z.ZodEnum<{
850
- dashed: "dashed";
851
- dotted: "dotted";
852
864
  solid: "solid";
865
+ dotted: "dotted";
866
+ dashed: "dashed";
853
867
  }>>;
854
868
  underlineThickness: z.ZodOptional<z.ZodEnum<{
855
869
  medium: "medium";
856
870
  auto: "auto";
857
- thick: "thick";
858
- thin: "thin";
859
871
  fromFont: "fromFont";
872
+ thin: "thin";
873
+ thick: "thick";
860
874
  }>>;
861
875
  underlineOffset: z.ZodOptional<z.ZodEnum<{
862
876
  auto: "auto";
877
+ tight: "tight";
863
878
  normal: "normal";
864
879
  loose: "loose";
865
- tight: "tight";
866
880
  }>>;
867
881
  }, z.core.$strip>>;
868
882
  }, z.core.$strip>>;
@@ -944,6 +958,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
944
958
  }, z.core.$strip>>>;
945
959
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
946
960
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
961
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
962
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
947
963
  }, z.core.$strip>>>;
948
964
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
949
965
  medium: "medium";
@@ -986,9 +1002,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
986
1002
  text: "text";
987
1003
  primary: "primary";
988
1004
  secondary: "secondary";
989
- border: "border";
990
- muted: "muted";
991
1005
  accent: "accent";
1006
+ muted: "muted";
1007
+ border: "border";
992
1008
  }>>;
993
1009
  }, z.core.$strip>]>>>;
994
1010
  headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
@@ -997,8 +1013,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
997
1013
  }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
998
1014
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
999
1015
  iconSet: z.ZodEnum<{
1000
- caret: "caret";
1001
1016
  chevron: "chevron";
1017
+ caret: "caret";
1002
1018
  plus: "plus";
1003
1019
  "minimal-cross": "minimal-cross";
1004
1020
  }>;
@@ -1007,16 +1023,16 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1007
1023
  text: "text";
1008
1024
  primary: "primary";
1009
1025
  secondary: "secondary";
1010
- muted: "muted";
1011
1026
  accent: "accent";
1027
+ muted: "muted";
1012
1028
  }>;
1013
1029
  openColorToken: z.ZodOptional<z.ZodEnum<{
1014
1030
  current: "current";
1015
1031
  text: "text";
1016
1032
  primary: "primary";
1017
1033
  secondary: "secondary";
1018
- muted: "muted";
1019
1034
  accent: "accent";
1035
+ muted: "muted";
1020
1036
  }>>;
1021
1037
  motion: z.ZodEnum<{
1022
1038
  none: "none";
@@ -1102,6 +1118,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1102
1118
  }, z.core.$strip>>>;
1103
1119
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1104
1120
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1121
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1122
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1105
1123
  }, z.core.$strip>>>;
1106
1124
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1107
1125
  medium: "medium";
@@ -1200,6 +1218,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1200
1218
  }, z.core.$strip>>>;
1201
1219
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1202
1220
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1221
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1222
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1203
1223
  }, z.core.$strip>>>;
1204
1224
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1205
1225
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -1235,6 +1255,7 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
1235
1255
  "soft-panel": "soft-panel";
1236
1256
  "editorial-serif-quote": "editorial-serif-quote";
1237
1257
  "editorial-open": "editorial-open";
1258
+ "color-blocked": "color-blocked";
1238
1259
  }>>>;
1239
1260
  cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1240
1261
  none: "none";
@@ -1263,9 +1284,9 @@ export declare const typographySchema: z.ZodObject<{
1263
1284
  semibold: "semibold";
1264
1285
  }>;
1265
1286
  letterSpacing: z.ZodEnum<{
1287
+ tight: "tight";
1266
1288
  normal: "normal";
1267
1289
  loose: "loose";
1268
- tight: "tight";
1269
1290
  }>;
1270
1291
  lineHeight: z.ZodEnum<{
1271
1292
  normal: "normal";
@@ -1289,9 +1310,9 @@ export declare const typographySchema: z.ZodObject<{
1289
1310
  semibold: "semibold";
1290
1311
  }>;
1291
1312
  letterSpacing: z.ZodEnum<{
1313
+ tight: "tight";
1292
1314
  normal: "normal";
1293
1315
  loose: "loose";
1294
- tight: "tight";
1295
1316
  }>;
1296
1317
  lineHeight: z.ZodEnum<{
1297
1318
  normal: "normal";
@@ -1299,8 +1320,8 @@ export declare const typographySchema: z.ZodObject<{
1299
1320
  relaxed: "relaxed";
1300
1321
  }>;
1301
1322
  case: z.ZodNullable<z.ZodEnum<{
1302
- normal: "normal";
1303
1323
  uppercase: "uppercase";
1324
+ normal: "normal";
1304
1325
  smallCaps: "smallCaps";
1305
1326
  }>>;
1306
1327
  italic: z.ZodNullable<z.ZodBoolean>;
@@ -1315,9 +1336,9 @@ export declare const typographySchema: z.ZodObject<{
1315
1336
  semibold: "semibold";
1316
1337
  }>>>;
1317
1338
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1339
+ tight: "tight";
1318
1340
  normal: "normal";
1319
1341
  loose: "loose";
1320
- tight: "tight";
1321
1342
  }>>>;
1322
1343
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1323
1344
  sm: "sm";
@@ -1344,9 +1365,9 @@ export declare const typographySchema: z.ZodObject<{
1344
1365
  semibold: "semibold";
1345
1366
  }>>>;
1346
1367
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1368
+ tight: "tight";
1347
1369
  normal: "normal";
1348
1370
  loose: "loose";
1349
- tight: "tight";
1350
1371
  }>>>;
1351
1372
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1352
1373
  sm: "sm";
@@ -1373,9 +1394,9 @@ export declare const typographySchema: z.ZodObject<{
1373
1394
  semibold: "semibold";
1374
1395
  }>>>;
1375
1396
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1397
+ tight: "tight";
1376
1398
  normal: "normal";
1377
1399
  loose: "loose";
1378
- tight: "tight";
1379
1400
  }>>>;
1380
1401
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1381
1402
  sm: "sm";
@@ -1402,9 +1423,9 @@ export declare const typographySchema: z.ZodObject<{
1402
1423
  semibold: "semibold";
1403
1424
  }>>>;
1404
1425
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1426
+ tight: "tight";
1405
1427
  normal: "normal";
1406
1428
  loose: "loose";
1407
- tight: "tight";
1408
1429
  }>>>;
1409
1430
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1410
1431
  sm: "sm";
@@ -1431,9 +1452,9 @@ export declare const typographySchema: z.ZodObject<{
1431
1452
  semibold: "semibold";
1432
1453
  }>>>;
1433
1454
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1455
+ tight: "tight";
1434
1456
  normal: "normal";
1435
1457
  loose: "loose";
1436
- tight: "tight";
1437
1458
  }>>>;
1438
1459
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1439
1460
  sm: "sm";
@@ -1460,9 +1481,9 @@ export declare const typographySchema: z.ZodObject<{
1460
1481
  semibold: "semibold";
1461
1482
  }>>>;
1462
1483
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1484
+ tight: "tight";
1463
1485
  normal: "normal";
1464
1486
  loose: "loose";
1465
- tight: "tight";
1466
1487
  }>>>;
1467
1488
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1468
1489
  sm: "sm";
@@ -1496,22 +1517,22 @@ export declare const typographySchema: z.ZodObject<{
1496
1517
  decorationColorToken: z.ZodOptional<z.ZodString>;
1497
1518
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
1498
1519
  underlineStyle: z.ZodOptional<z.ZodEnum<{
1499
- dashed: "dashed";
1500
- dotted: "dotted";
1501
1520
  solid: "solid";
1521
+ dotted: "dotted";
1522
+ dashed: "dashed";
1502
1523
  }>>;
1503
1524
  underlineThickness: z.ZodOptional<z.ZodEnum<{
1504
1525
  medium: "medium";
1505
1526
  auto: "auto";
1506
- thick: "thick";
1507
- thin: "thin";
1508
1527
  fromFont: "fromFont";
1528
+ thin: "thin";
1529
+ thick: "thick";
1509
1530
  }>>;
1510
1531
  underlineOffset: z.ZodOptional<z.ZodEnum<{
1511
1532
  auto: "auto";
1533
+ tight: "tight";
1512
1534
  normal: "normal";
1513
1535
  loose: "loose";
1514
- tight: "tight";
1515
1536
  }>>;
1516
1537
  }, z.core.$strip>>;
1517
1538
  }, z.core.$strip>;
@@ -1530,8 +1551,8 @@ export declare const shadow: z.ZodObject<{
1530
1551
  elevation: z.ZodEnum<{
1531
1552
  medium: "medium";
1532
1553
  none: "none";
1533
- high: "high";
1534
1554
  low: "low";
1555
+ high: "high";
1535
1556
  }>;
1536
1557
  softness: z.ZodNullable<z.ZodEnum<{
1537
1558
  soft: "soft";
@@ -1546,21 +1567,21 @@ export declare const shadow: z.ZodObject<{
1546
1567
  export declare const border: z.ZodObject<{
1547
1568
  width: z.ZodEnum<{
1548
1569
  none: "none";
1549
- thick: "thick";
1550
1570
  thin: "thin";
1571
+ thick: "thick";
1551
1572
  hairline: "hairline";
1552
1573
  }>;
1553
1574
  style: z.ZodEnum<{
1554
- dashed: "dashed";
1555
1575
  solid: "solid";
1576
+ dashed: "dashed";
1556
1577
  }>;
1557
1578
  }, z.core.$strip>;
1558
1579
  export declare const motion: z.ZodObject<{
1559
1580
  level: z.ZodEnum<{
1560
1581
  medium: "medium";
1561
- off: "off";
1562
- high: "high";
1563
1582
  low: "low";
1583
+ high: "high";
1584
+ off: "off";
1564
1585
  }>;
1565
1586
  easing: z.ZodNullable<z.ZodEnum<{
1566
1587
  standard: "standard";
@@ -1580,8 +1601,8 @@ export declare const cardStyle: z.ZodObject<{
1580
1601
  elevation: z.ZodEnum<{
1581
1602
  medium: "medium";
1582
1603
  none: "none";
1583
- high: "high";
1584
1604
  low: "low";
1605
+ high: "high";
1585
1606
  }>;
1586
1607
  border: z.ZodEnum<{
1587
1608
  none: "none";
@@ -1613,8 +1634,8 @@ export declare const inputStyle: z.ZodObject<{
1613
1634
  soft: "soft";
1614
1635
  }>;
1615
1636
  border: z.ZodEnum<{
1616
- underline: "underline";
1617
1637
  subtle: "subtle";
1638
+ underline: "underline";
1618
1639
  defined: "defined";
1619
1640
  }>;
1620
1641
  focus: z.ZodEnum<{
@@ -1623,8 +1644,8 @@ export declare const inputStyle: z.ZodObject<{
1623
1644
  ring: "ring";
1624
1645
  }>;
1625
1646
  label: z.ZodEnum<{
1626
- inside: "inside";
1627
1647
  above: "above";
1648
+ inside: "inside";
1628
1649
  }>;
1629
1650
  }, z.core.$strip>;
1630
1651
  declare const headerVariant: z.ZodEnum<{
@@ -1634,15 +1655,15 @@ declare const headerVariant: z.ZodEnum<{
1634
1655
  floating: "floating";
1635
1656
  }>;
1636
1657
  declare const headerPositioning: z.ZodEnum<{
1637
- static: "static";
1638
1658
  fixed: "fixed";
1659
+ static: "static";
1639
1660
  sticky: "sticky";
1640
1661
  }>;
1641
1662
  declare const headerNavStyle: z.ZodEnum<{
1642
1663
  scale: "scale";
1643
1664
  solid: "solid";
1644
- underline: "underline";
1645
1665
  minimal: "minimal";
1666
+ underline: "underline";
1646
1667
  "underline-grow": "underline-grow";
1647
1668
  capsule: "capsule";
1648
1669
  frosted: "frosted";
@@ -1680,13 +1701,13 @@ declare const headerBorderSchema: z.ZodOptional<z.ZodObject<{
1680
1701
  width: z.ZodDefault<z.ZodEnum<{
1681
1702
  medium: "medium";
1682
1703
  none: "none";
1683
- thick: "thick";
1684
1704
  thin: "thin";
1705
+ thick: "thick";
1685
1706
  hairline: "hairline";
1686
1707
  }>>;
1687
1708
  style: z.ZodDefault<z.ZodEnum<{
1688
- dashed: "dashed";
1689
1709
  solid: "solid";
1710
+ dashed: "dashed";
1690
1711
  }>>;
1691
1712
  colorToken: z.ZodOptional<z.ZodString>;
1692
1713
  position: z.ZodDefault<z.ZodEnum<{
@@ -1715,10 +1736,10 @@ declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
1715
1736
  "title-only": "title-only";
1716
1737
  }>>;
1717
1738
  size: z.ZodOptional<z.ZodEnum<{
1739
+ display: "display";
1718
1740
  standard: "standard";
1719
1741
  auto: "auto";
1720
1742
  compact: "compact";
1721
- display: "display";
1722
1743
  generous: "generous";
1723
1744
  }>>;
1724
1745
  accommodation: z.ZodOptional<z.ZodEnum<{
@@ -1768,8 +1789,8 @@ declare const dropdownStyleSchema: z.ZodOptional<z.ZodObject<{
1768
1789
  hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1769
1790
  textTransform: z.ZodDefault<z.ZodEnum<{
1770
1791
  none: "none";
1771
- capitalize: "capitalize";
1772
1792
  uppercase: "uppercase";
1793
+ capitalize: "capitalize";
1773
1794
  }>>;
1774
1795
  letterSpacing: z.ZodDefault<z.ZodEnum<{
1775
1796
  wide: "wide";
@@ -1807,6 +1828,7 @@ declare const headerBackgroundSchema: z.ZodObject<{
1807
1828
  color: "color";
1808
1829
  gradient: "gradient";
1809
1830
  }>;
1831
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
1810
1832
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1811
1833
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1812
1834
  type: z.ZodEnum<{
@@ -1871,8 +1893,8 @@ export declare const headerSchema: z.ZodObject<{
1871
1893
  floating: "floating";
1872
1894
  }>;
1873
1895
  positioning: z.ZodEnum<{
1874
- static: "static";
1875
1896
  fixed: "fixed";
1897
+ static: "static";
1876
1898
  sticky: "sticky";
1877
1899
  }>;
1878
1900
  shrinkOnScroll: z.ZodBoolean;
@@ -1927,6 +1949,7 @@ export declare const headerSchema: z.ZodObject<{
1927
1949
  color: "color";
1928
1950
  gradient: "gradient";
1929
1951
  }>;
1952
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
1930
1953
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1931
1954
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1932
1955
  type: z.ZodEnum<{
@@ -1987,8 +2010,8 @@ export declare const headerSchema: z.ZodObject<{
1987
2010
  navStyle: z.ZodEnum<{
1988
2011
  scale: "scale";
1989
2012
  solid: "solid";
1990
- underline: "underline";
1991
2013
  minimal: "minimal";
2014
+ underline: "underline";
1992
2015
  "underline-grow": "underline-grow";
1993
2016
  capsule: "capsule";
1994
2017
  frosted: "frosted";
@@ -2023,13 +2046,13 @@ export declare const headerSchema: z.ZodObject<{
2023
2046
  width: z.ZodDefault<z.ZodEnum<{
2024
2047
  medium: "medium";
2025
2048
  none: "none";
2026
- thick: "thick";
2027
2049
  thin: "thin";
2050
+ thick: "thick";
2028
2051
  hairline: "hairline";
2029
2052
  }>>;
2030
2053
  style: z.ZodDefault<z.ZodEnum<{
2031
- dashed: "dashed";
2032
2054
  solid: "solid";
2055
+ dashed: "dashed";
2033
2056
  }>>;
2034
2057
  colorToken: z.ZodOptional<z.ZodString>;
2035
2058
  position: z.ZodDefault<z.ZodEnum<{
@@ -2068,10 +2091,10 @@ export declare const headerSchema: z.ZodObject<{
2068
2091
  "title-only": "title-only";
2069
2092
  }>>;
2070
2093
  size: z.ZodOptional<z.ZodEnum<{
2094
+ display: "display";
2071
2095
  standard: "standard";
2072
2096
  auto: "auto";
2073
2097
  compact: "compact";
2074
- display: "display";
2075
2098
  generous: "generous";
2076
2099
  }>>;
2077
2100
  accommodation: z.ZodOptional<z.ZodEnum<{
@@ -2178,8 +2201,8 @@ export declare const headerSchema: z.ZodObject<{
2178
2201
  }>>;
2179
2202
  textTransform: z.ZodDefault<z.ZodEnum<{
2180
2203
  none: "none";
2181
- capitalize: "capitalize";
2182
2204
  uppercase: "uppercase";
2205
+ capitalize: "capitalize";
2183
2206
  }>>;
2184
2207
  italic: z.ZodDefault<z.ZodBoolean>;
2185
2208
  name: z.ZodOptional<z.ZodString>;
@@ -2221,8 +2244,8 @@ export declare const headerSchema: z.ZodObject<{
2221
2244
  hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2222
2245
  textTransform: z.ZodDefault<z.ZodEnum<{
2223
2246
  none: "none";
2224
- capitalize: "capitalize";
2225
2247
  uppercase: "uppercase";
2248
+ capitalize: "capitalize";
2226
2249
  }>>;
2227
2250
  letterSpacing: z.ZodDefault<z.ZodEnum<{
2228
2251
  wide: "wide";
@@ -2281,6 +2304,7 @@ export declare const footerSchema: z.ZodObject<{
2281
2304
  color: "color";
2282
2305
  gradient: "gradient";
2283
2306
  }>;
2307
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
2284
2308
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2285
2309
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2286
2310
  type: z.ZodEnum<{
@@ -2340,8 +2364,8 @@ export declare const footerSchema: z.ZodObject<{
2340
2364
  navStyle: z.ZodDefault<z.ZodEnum<{
2341
2365
  scale: "scale";
2342
2366
  solid: "solid";
2343
- underline: "underline";
2344
2367
  minimal: "minimal";
2368
+ underline: "underline";
2345
2369
  "underline-grow": "underline-grow";
2346
2370
  capsule: "capsule";
2347
2371
  frosted: "frosted";
@@ -2421,8 +2445,8 @@ export declare const footerSchema: z.ZodObject<{
2421
2445
  }>>;
2422
2446
  textTransform: z.ZodDefault<z.ZodEnum<{
2423
2447
  none: "none";
2424
- capitalize: "capitalize";
2425
2448
  uppercase: "uppercase";
2449
+ capitalize: "capitalize";
2426
2450
  }>>;
2427
2451
  italic: z.ZodDefault<z.ZodBoolean>;
2428
2452
  name: z.ZodOptional<z.ZodString>;
@@ -2441,9 +2465,9 @@ export declare const footerSchema: z.ZodObject<{
2441
2465
  }>>;
2442
2466
  align: z.ZodOptional<z.ZodEnum<{
2443
2467
  center: "center";
2444
- "space-between": "space-between";
2445
- end: "end";
2446
2468
  start: "start";
2469
+ end: "end";
2470
+ "space-between": "space-between";
2447
2471
  }>>;
2448
2472
  gapX: z.ZodOptional<z.ZodEnum<{
2449
2473
  none: "none";
@@ -2486,8 +2510,8 @@ export declare const footerSchema: z.ZodObject<{
2486
2510
  }>>;
2487
2511
  align: z.ZodOptional<z.ZodEnum<{
2488
2512
  center: "center";
2489
- end: "end";
2490
2513
  start: "start";
2514
+ end: "end";
2491
2515
  }>>;
2492
2516
  }, z.core.$strip>>;
2493
2517
  bottomBar: z.ZodOptional<z.ZodObject<{
@@ -2499,6 +2523,7 @@ export declare const footerSchema: z.ZodObject<{
2499
2523
  color: "color";
2500
2524
  gradient: "gradient";
2501
2525
  }>;
2526
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
2502
2527
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2503
2528
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2504
2529
  type: z.ZodEnum<{
@@ -2557,9 +2582,9 @@ export declare const footerSchema: z.ZodObject<{
2557
2582
  }, z.core.$strip>>;
2558
2583
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2559
2584
  textAlign: z.ZodOptional<z.ZodEnum<{
2560
- center: "center";
2561
2585
  left: "left";
2562
2586
  right: "right";
2587
+ center: "center";
2563
2588
  }>>;
2564
2589
  paddingY: z.ZodOptional<z.ZodEnum<{
2565
2590
  none: "none";
@@ -2582,8 +2607,8 @@ export declare const footerSchema: z.ZodObject<{
2582
2607
  width: z.ZodOptional<z.ZodEnum<{
2583
2608
  medium: "medium";
2584
2609
  none: "none";
2585
- thick: "thick";
2586
2610
  thin: "thin";
2611
+ thick: "thick";
2587
2612
  }>>;
2588
2613
  }, z.core.$strip>>;
2589
2614
  }, z.core.$strip>>;
@@ -2625,8 +2650,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2625
2650
  editorial: "editorial";
2626
2651
  }>>;
2627
2652
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2628
- normal: "normal";
2629
2653
  tight: "tight";
2654
+ normal: "normal";
2630
2655
  relaxed: "relaxed";
2631
2656
  snug: "snug";
2632
2657
  }>>;
@@ -2643,8 +2668,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2643
2668
  editorial: "editorial";
2644
2669
  }>>;
2645
2670
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2646
- normal: "normal";
2647
2671
  tight: "tight";
2672
+ normal: "normal";
2648
2673
  relaxed: "relaxed";
2649
2674
  snug: "snug";
2650
2675
  }>>;
@@ -2661,8 +2686,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2661
2686
  editorial: "editorial";
2662
2687
  }>>;
2663
2688
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2664
- normal: "normal";
2665
2689
  tight: "tight";
2690
+ normal: "normal";
2666
2691
  relaxed: "relaxed";
2667
2692
  snug: "snug";
2668
2693
  }>>;
@@ -2679,8 +2704,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2679
2704
  editorial: "editorial";
2680
2705
  }>>;
2681
2706
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2682
- normal: "normal";
2683
2707
  tight: "tight";
2708
+ normal: "normal";
2684
2709
  relaxed: "relaxed";
2685
2710
  snug: "snug";
2686
2711
  }>>;
@@ -2699,8 +2724,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2699
2724
  editorial: "editorial";
2700
2725
  }>>;
2701
2726
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2702
- normal: "normal";
2703
2727
  tight: "tight";
2728
+ normal: "normal";
2704
2729
  relaxed: "relaxed";
2705
2730
  snug: "snug";
2706
2731
  }>>;
@@ -2717,8 +2742,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2717
2742
  editorial: "editorial";
2718
2743
  }>>;
2719
2744
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2720
- normal: "normal";
2721
2745
  tight: "tight";
2746
+ normal: "normal";
2722
2747
  relaxed: "relaxed";
2723
2748
  snug: "snug";
2724
2749
  }>>;
@@ -2737,8 +2762,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2737
2762
  editorial: "editorial";
2738
2763
  }>>;
2739
2764
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2740
- normal: "normal";
2741
2765
  tight: "tight";
2766
+ normal: "normal";
2742
2767
  relaxed: "relaxed";
2743
2768
  snug: "snug";
2744
2769
  }>>;
@@ -2755,8 +2780,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2755
2780
  editorial: "editorial";
2756
2781
  }>>;
2757
2782
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2758
- normal: "normal";
2759
2783
  tight: "tight";
2784
+ normal: "normal";
2760
2785
  relaxed: "relaxed";
2761
2786
  snug: "snug";
2762
2787
  }>>;
@@ -2828,19 +2853,19 @@ export declare const themeSchema: z.ZodObject<{
2828
2853
  regular: "regular";
2829
2854
  }>;
2830
2855
  mediaBias: z.ZodEnum<{
2856
+ mixed: "mixed";
2831
2857
  text: "text";
2832
2858
  media: "media";
2833
- mixed: "mixed";
2834
2859
  }>;
2835
2860
  conversionBias: z.ZodEnum<{
2836
- high: "high";
2837
2861
  low: "low";
2862
+ high: "high";
2838
2863
  med: "med";
2839
2864
  }>;
2840
2865
  motion: z.ZodEnum<{
2841
2866
  standard: "standard";
2842
- expressive: "expressive";
2843
2867
  subtle: "subtle";
2868
+ expressive: "expressive";
2844
2869
  }>;
2845
2870
  }, z.core.$strip>;
2846
2871
  palette: z.ZodObject<{
@@ -2850,8 +2875,8 @@ export declare const themeSchema: z.ZodObject<{
2850
2875
  }, z.core.$strip>>;
2851
2876
  meta: z.ZodObject<{
2852
2877
  mode: z.ZodEnum<{
2853
- dark: "dark";
2854
2878
  light: "light";
2879
+ dark: "dark";
2855
2880
  }>;
2856
2881
  }, z.core.$strip>;
2857
2882
  }, z.core.$strip>;
@@ -2866,9 +2891,9 @@ export declare const themeSchema: z.ZodObject<{
2866
2891
  semibold: "semibold";
2867
2892
  }>;
2868
2893
  letterSpacing: z.ZodEnum<{
2894
+ tight: "tight";
2869
2895
  normal: "normal";
2870
2896
  loose: "loose";
2871
- tight: "tight";
2872
2897
  }>;
2873
2898
  lineHeight: z.ZodEnum<{
2874
2899
  normal: "normal";
@@ -2892,9 +2917,9 @@ export declare const themeSchema: z.ZodObject<{
2892
2917
  semibold: "semibold";
2893
2918
  }>;
2894
2919
  letterSpacing: z.ZodEnum<{
2920
+ tight: "tight";
2895
2921
  normal: "normal";
2896
2922
  loose: "loose";
2897
- tight: "tight";
2898
2923
  }>;
2899
2924
  lineHeight: z.ZodEnum<{
2900
2925
  normal: "normal";
@@ -2902,8 +2927,8 @@ export declare const themeSchema: z.ZodObject<{
2902
2927
  relaxed: "relaxed";
2903
2928
  }>;
2904
2929
  case: z.ZodNullable<z.ZodEnum<{
2905
- normal: "normal";
2906
2930
  uppercase: "uppercase";
2931
+ normal: "normal";
2907
2932
  smallCaps: "smallCaps";
2908
2933
  }>>;
2909
2934
  italic: z.ZodNullable<z.ZodBoolean>;
@@ -2918,9 +2943,9 @@ export declare const themeSchema: z.ZodObject<{
2918
2943
  semibold: "semibold";
2919
2944
  }>>>;
2920
2945
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2946
+ tight: "tight";
2921
2947
  normal: "normal";
2922
2948
  loose: "loose";
2923
- tight: "tight";
2924
2949
  }>>>;
2925
2950
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2926
2951
  sm: "sm";
@@ -2947,9 +2972,9 @@ export declare const themeSchema: z.ZodObject<{
2947
2972
  semibold: "semibold";
2948
2973
  }>>>;
2949
2974
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2975
+ tight: "tight";
2950
2976
  normal: "normal";
2951
2977
  loose: "loose";
2952
- tight: "tight";
2953
2978
  }>>>;
2954
2979
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2955
2980
  sm: "sm";
@@ -2976,9 +3001,9 @@ export declare const themeSchema: z.ZodObject<{
2976
3001
  semibold: "semibold";
2977
3002
  }>>>;
2978
3003
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
3004
+ tight: "tight";
2979
3005
  normal: "normal";
2980
3006
  loose: "loose";
2981
- tight: "tight";
2982
3007
  }>>>;
2983
3008
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2984
3009
  sm: "sm";
@@ -3005,9 +3030,9 @@ export declare const themeSchema: z.ZodObject<{
3005
3030
  semibold: "semibold";
3006
3031
  }>>>;
3007
3032
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
3033
+ tight: "tight";
3008
3034
  normal: "normal";
3009
3035
  loose: "loose";
3010
- tight: "tight";
3011
3036
  }>>>;
3012
3037
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
3013
3038
  sm: "sm";
@@ -3034,9 +3059,9 @@ export declare const themeSchema: z.ZodObject<{
3034
3059
  semibold: "semibold";
3035
3060
  }>>>;
3036
3061
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
3062
+ tight: "tight";
3037
3063
  normal: "normal";
3038
3064
  loose: "loose";
3039
- tight: "tight";
3040
3065
  }>>>;
3041
3066
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
3042
3067
  sm: "sm";
@@ -3063,9 +3088,9 @@ export declare const themeSchema: z.ZodObject<{
3063
3088
  semibold: "semibold";
3064
3089
  }>>>;
3065
3090
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
3091
+ tight: "tight";
3066
3092
  normal: "normal";
3067
3093
  loose: "loose";
3068
- tight: "tight";
3069
3094
  }>>>;
3070
3095
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
3071
3096
  sm: "sm";
@@ -3099,22 +3124,22 @@ export declare const themeSchema: z.ZodObject<{
3099
3124
  decorationColorToken: z.ZodOptional<z.ZodString>;
3100
3125
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
3101
3126
  underlineStyle: z.ZodOptional<z.ZodEnum<{
3102
- dashed: "dashed";
3103
- dotted: "dotted";
3104
3127
  solid: "solid";
3128
+ dotted: "dotted";
3129
+ dashed: "dashed";
3105
3130
  }>>;
3106
3131
  underlineThickness: z.ZodOptional<z.ZodEnum<{
3107
3132
  medium: "medium";
3108
3133
  auto: "auto";
3109
- thick: "thick";
3110
- thin: "thin";
3111
3134
  fromFont: "fromFont";
3135
+ thin: "thin";
3136
+ thick: "thick";
3112
3137
  }>>;
3113
3138
  underlineOffset: z.ZodOptional<z.ZodEnum<{
3114
3139
  auto: "auto";
3140
+ tight: "tight";
3115
3141
  normal: "normal";
3116
3142
  loose: "loose";
3117
- tight: "tight";
3118
3143
  }>>;
3119
3144
  }, z.core.$strip>>;
3120
3145
  }, z.core.$strip>;
@@ -3126,21 +3151,21 @@ export declare const themeSchema: z.ZodObject<{
3126
3151
  border: z.ZodObject<{
3127
3152
  width: z.ZodEnum<{
3128
3153
  none: "none";
3129
- thick: "thick";
3130
3154
  thin: "thin";
3155
+ thick: "thick";
3131
3156
  hairline: "hairline";
3132
3157
  }>;
3133
3158
  style: z.ZodEnum<{
3134
- dashed: "dashed";
3135
3159
  solid: "solid";
3160
+ dashed: "dashed";
3136
3161
  }>;
3137
3162
  }, z.core.$strip>;
3138
3163
  shadow: z.ZodObject<{
3139
3164
  elevation: z.ZodEnum<{
3140
3165
  medium: "medium";
3141
3166
  none: "none";
3142
- high: "high";
3143
3167
  low: "low";
3168
+ high: "high";
3144
3169
  }>;
3145
3170
  softness: z.ZodNullable<z.ZodEnum<{
3146
3171
  soft: "soft";
@@ -3155,9 +3180,9 @@ export declare const themeSchema: z.ZodObject<{
3155
3180
  motion: z.ZodObject<{
3156
3181
  level: z.ZodEnum<{
3157
3182
  medium: "medium";
3158
- off: "off";
3159
- high: "high";
3160
3183
  low: "low";
3184
+ high: "high";
3185
+ off: "off";
3161
3186
  }>;
3162
3187
  easing: z.ZodNullable<z.ZodEnum<{
3163
3188
  standard: "standard";
@@ -3213,8 +3238,8 @@ export declare const themeSchema: z.ZodObject<{
3213
3238
  editorial: "editorial";
3214
3239
  }>>;
3215
3240
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3216
- normal: "normal";
3217
3241
  tight: "tight";
3242
+ normal: "normal";
3218
3243
  relaxed: "relaxed";
3219
3244
  snug: "snug";
3220
3245
  }>>;
@@ -3231,8 +3256,8 @@ export declare const themeSchema: z.ZodObject<{
3231
3256
  editorial: "editorial";
3232
3257
  }>>;
3233
3258
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3234
- normal: "normal";
3235
3259
  tight: "tight";
3260
+ normal: "normal";
3236
3261
  relaxed: "relaxed";
3237
3262
  snug: "snug";
3238
3263
  }>>;
@@ -3249,8 +3274,8 @@ export declare const themeSchema: z.ZodObject<{
3249
3274
  editorial: "editorial";
3250
3275
  }>>;
3251
3276
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3252
- normal: "normal";
3253
3277
  tight: "tight";
3278
+ normal: "normal";
3254
3279
  relaxed: "relaxed";
3255
3280
  snug: "snug";
3256
3281
  }>>;
@@ -3267,8 +3292,8 @@ export declare const themeSchema: z.ZodObject<{
3267
3292
  editorial: "editorial";
3268
3293
  }>>;
3269
3294
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3270
- normal: "normal";
3271
3295
  tight: "tight";
3296
+ normal: "normal";
3272
3297
  relaxed: "relaxed";
3273
3298
  snug: "snug";
3274
3299
  }>>;
@@ -3287,8 +3312,8 @@ export declare const themeSchema: z.ZodObject<{
3287
3312
  editorial: "editorial";
3288
3313
  }>>;
3289
3314
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3290
- normal: "normal";
3291
3315
  tight: "tight";
3316
+ normal: "normal";
3292
3317
  relaxed: "relaxed";
3293
3318
  snug: "snug";
3294
3319
  }>>;
@@ -3305,8 +3330,8 @@ export declare const themeSchema: z.ZodObject<{
3305
3330
  editorial: "editorial";
3306
3331
  }>>;
3307
3332
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3308
- normal: "normal";
3309
3333
  tight: "tight";
3334
+ normal: "normal";
3310
3335
  relaxed: "relaxed";
3311
3336
  snug: "snug";
3312
3337
  }>>;
@@ -3325,8 +3350,8 @@ export declare const themeSchema: z.ZodObject<{
3325
3350
  editorial: "editorial";
3326
3351
  }>>;
3327
3352
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3328
- normal: "normal";
3329
3353
  tight: "tight";
3354
+ normal: "normal";
3330
3355
  relaxed: "relaxed";
3331
3356
  snug: "snug";
3332
3357
  }>>;
@@ -3343,8 +3368,8 @@ export declare const themeSchema: z.ZodObject<{
3343
3368
  editorial: "editorial";
3344
3369
  }>>;
3345
3370
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3346
- normal: "normal";
3347
3371
  tight: "tight";
3372
+ normal: "normal";
3348
3373
  relaxed: "relaxed";
3349
3374
  snug: "snug";
3350
3375
  }>>;
@@ -3372,8 +3397,8 @@ export declare const themeSchema: z.ZodObject<{
3372
3397
  floating: "floating";
3373
3398
  }>;
3374
3399
  positioning: z.ZodEnum<{
3375
- static: "static";
3376
3400
  fixed: "fixed";
3401
+ static: "static";
3377
3402
  sticky: "sticky";
3378
3403
  }>;
3379
3404
  shrinkOnScroll: z.ZodBoolean;
@@ -3428,6 +3453,7 @@ export declare const themeSchema: z.ZodObject<{
3428
3453
  color: "color";
3429
3454
  gradient: "gradient";
3430
3455
  }>;
3456
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
3431
3457
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3432
3458
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3433
3459
  type: z.ZodEnum<{
@@ -3488,8 +3514,8 @@ export declare const themeSchema: z.ZodObject<{
3488
3514
  navStyle: z.ZodEnum<{
3489
3515
  scale: "scale";
3490
3516
  solid: "solid";
3491
- underline: "underline";
3492
3517
  minimal: "minimal";
3518
+ underline: "underline";
3493
3519
  "underline-grow": "underline-grow";
3494
3520
  capsule: "capsule";
3495
3521
  frosted: "frosted";
@@ -3524,13 +3550,13 @@ export declare const themeSchema: z.ZodObject<{
3524
3550
  width: z.ZodDefault<z.ZodEnum<{
3525
3551
  medium: "medium";
3526
3552
  none: "none";
3527
- thick: "thick";
3528
3553
  thin: "thin";
3554
+ thick: "thick";
3529
3555
  hairline: "hairline";
3530
3556
  }>>;
3531
3557
  style: z.ZodDefault<z.ZodEnum<{
3532
- dashed: "dashed";
3533
3558
  solid: "solid";
3559
+ dashed: "dashed";
3534
3560
  }>>;
3535
3561
  colorToken: z.ZodOptional<z.ZodString>;
3536
3562
  position: z.ZodDefault<z.ZodEnum<{
@@ -3569,10 +3595,10 @@ export declare const themeSchema: z.ZodObject<{
3569
3595
  "title-only": "title-only";
3570
3596
  }>>;
3571
3597
  size: z.ZodOptional<z.ZodEnum<{
3598
+ display: "display";
3572
3599
  standard: "standard";
3573
3600
  auto: "auto";
3574
3601
  compact: "compact";
3575
- display: "display";
3576
3602
  generous: "generous";
3577
3603
  }>>;
3578
3604
  accommodation: z.ZodOptional<z.ZodEnum<{
@@ -3679,8 +3705,8 @@ export declare const themeSchema: z.ZodObject<{
3679
3705
  }>>;
3680
3706
  textTransform: z.ZodDefault<z.ZodEnum<{
3681
3707
  none: "none";
3682
- capitalize: "capitalize";
3683
3708
  uppercase: "uppercase";
3709
+ capitalize: "capitalize";
3684
3710
  }>>;
3685
3711
  italic: z.ZodDefault<z.ZodBoolean>;
3686
3712
  name: z.ZodOptional<z.ZodString>;
@@ -3722,8 +3748,8 @@ export declare const themeSchema: z.ZodObject<{
3722
3748
  hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3723
3749
  textTransform: z.ZodDefault<z.ZodEnum<{
3724
3750
  none: "none";
3725
- capitalize: "capitalize";
3726
3751
  uppercase: "uppercase";
3752
+ capitalize: "capitalize";
3727
3753
  }>>;
3728
3754
  letterSpacing: z.ZodDefault<z.ZodEnum<{
3729
3755
  wide: "wide";
@@ -3767,6 +3793,7 @@ export declare const themeSchema: z.ZodObject<{
3767
3793
  color: "color";
3768
3794
  gradient: "gradient";
3769
3795
  }>;
3796
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
3770
3797
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3771
3798
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3772
3799
  type: z.ZodEnum<{
@@ -3826,8 +3853,8 @@ export declare const themeSchema: z.ZodObject<{
3826
3853
  navStyle: z.ZodDefault<z.ZodEnum<{
3827
3854
  scale: "scale";
3828
3855
  solid: "solid";
3829
- underline: "underline";
3830
3856
  minimal: "minimal";
3857
+ underline: "underline";
3831
3858
  "underline-grow": "underline-grow";
3832
3859
  capsule: "capsule";
3833
3860
  frosted: "frosted";
@@ -3907,8 +3934,8 @@ export declare const themeSchema: z.ZodObject<{
3907
3934
  }>>;
3908
3935
  textTransform: z.ZodDefault<z.ZodEnum<{
3909
3936
  none: "none";
3910
- capitalize: "capitalize";
3911
3937
  uppercase: "uppercase";
3938
+ capitalize: "capitalize";
3912
3939
  }>>;
3913
3940
  italic: z.ZodDefault<z.ZodBoolean>;
3914
3941
  name: z.ZodOptional<z.ZodString>;
@@ -3927,9 +3954,9 @@ export declare const themeSchema: z.ZodObject<{
3927
3954
  }>>;
3928
3955
  align: z.ZodOptional<z.ZodEnum<{
3929
3956
  center: "center";
3930
- "space-between": "space-between";
3931
- end: "end";
3932
3957
  start: "start";
3958
+ end: "end";
3959
+ "space-between": "space-between";
3933
3960
  }>>;
3934
3961
  gapX: z.ZodOptional<z.ZodEnum<{
3935
3962
  none: "none";
@@ -3972,8 +3999,8 @@ export declare const themeSchema: z.ZodObject<{
3972
3999
  }>>;
3973
4000
  align: z.ZodOptional<z.ZodEnum<{
3974
4001
  center: "center";
3975
- end: "end";
3976
4002
  start: "start";
4003
+ end: "end";
3977
4004
  }>>;
3978
4005
  }, z.core.$strip>>;
3979
4006
  bottomBar: z.ZodOptional<z.ZodObject<{
@@ -3985,6 +4012,7 @@ export declare const themeSchema: z.ZodObject<{
3985
4012
  color: "color";
3986
4013
  gradient: "gradient";
3987
4014
  }>;
4015
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
3988
4016
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3989
4017
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3990
4018
  type: z.ZodEnum<{
@@ -4043,9 +4071,9 @@ export declare const themeSchema: z.ZodObject<{
4043
4071
  }, z.core.$strip>>;
4044
4072
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4045
4073
  textAlign: z.ZodOptional<z.ZodEnum<{
4046
- center: "center";
4047
4074
  left: "left";
4048
4075
  right: "right";
4076
+ center: "center";
4049
4077
  }>>;
4050
4078
  paddingY: z.ZodOptional<z.ZodEnum<{
4051
4079
  none: "none";
@@ -4068,8 +4096,8 @@ export declare const themeSchema: z.ZodObject<{
4068
4096
  width: z.ZodOptional<z.ZodEnum<{
4069
4097
  medium: "medium";
4070
4098
  none: "none";
4071
- thick: "thick";
4072
4099
  thin: "thin";
4100
+ thick: "thick";
4073
4101
  }>>;
4074
4102
  }, z.core.$strip>>;
4075
4103
  }, z.core.$strip>>;
@@ -4085,14 +4113,14 @@ export declare const themeSchema: z.ZodObject<{
4085
4113
  shadow: z.ZodEnum<{
4086
4114
  medium: "medium";
4087
4115
  none: "none";
4088
- high: "high";
4089
4116
  low: "low";
4117
+ high: "high";
4090
4118
  }>;
4091
4119
  textTransform: z.ZodEnum<{
4092
4120
  none: "none";
4093
- capitalize: "capitalize";
4094
4121
  lowercase: "lowercase";
4095
4122
  uppercase: "uppercase";
4123
+ capitalize: "capitalize";
4096
4124
  }>;
4097
4125
  fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
4098
4126
  borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
@@ -4102,9 +4130,9 @@ export declare const themeSchema: z.ZodObject<{
4102
4130
  }>>;
4103
4131
  fontSize: z.ZodOptional<z.ZodString>;
4104
4132
  letterSpacing: z.ZodOptional<z.ZodEnum<{
4133
+ tight: "tight";
4105
4134
  normal: "normal";
4106
4135
  loose: "loose";
4107
- tight: "tight";
4108
4136
  }>>;
4109
4137
  italic: z.ZodOptional<z.ZodBoolean>;
4110
4138
  paddingPreset: z.ZodOptional<z.ZodEnum<{
@@ -4121,8 +4149,8 @@ export declare const themeSchema: z.ZodObject<{
4121
4149
  hoverColor: z.ZodEnum<{
4122
4150
  none: "none";
4123
4151
  token: "token";
4124
- darken: "darken";
4125
4152
  brighten: "brighten";
4153
+ darken: "darken";
4126
4154
  saturate: "saturate";
4127
4155
  }>;
4128
4156
  hoverColorToken: z.ZodOptional<z.ZodString>;
@@ -4134,8 +4162,8 @@ export declare const themeSchema: z.ZodObject<{
4134
4162
  gradientAngle: z.ZodOptional<z.ZodNumber>;
4135
4163
  gradientSharpness: z.ZodOptional<z.ZodEnum<{
4136
4164
  medium: "medium";
4137
- smooth: "smooth";
4138
4165
  hard: "hard";
4166
+ smooth: "smooth";
4139
4167
  }>>;
4140
4168
  }, z.core.$strip>;
4141
4169
  variants: z.ZodArray<z.ZodObject<{
@@ -4168,8 +4196,8 @@ export declare const themeSchema: z.ZodObject<{
4168
4196
  elevation: z.ZodEnum<{
4169
4197
  medium: "medium";
4170
4198
  none: "none";
4171
- high: "high";
4172
4199
  low: "low";
4200
+ high: "high";
4173
4201
  }>;
4174
4202
  softness: z.ZodNullable<z.ZodEnum<{
4175
4203
  soft: "soft";
@@ -4180,6 +4208,7 @@ export declare const themeSchema: z.ZodObject<{
4180
4208
  bottom: "bottom";
4181
4209
  "bottom-right": "bottom-right";
4182
4210
  }>>;
4211
+ colorToken: z.ZodOptional<z.ZodString>;
4183
4212
  }, z.core.$strip>>;
4184
4213
  border: z.ZodOptional<z.ZodObject<{
4185
4214
  widthClass: z.ZodString;
@@ -4315,8 +4344,8 @@ export declare const themeSchema: z.ZodObject<{
4315
4344
  elevation: z.ZodEnum<{
4316
4345
  medium: "medium";
4317
4346
  none: "none";
4318
- high: "high";
4319
4347
  low: "low";
4348
+ high: "high";
4320
4349
  }>;
4321
4350
  softness: z.ZodNullable<z.ZodEnum<{
4322
4351
  soft: "soft";
@@ -4378,8 +4407,8 @@ export declare const themeSchema: z.ZodObject<{
4378
4407
  colorToken: z.ZodString;
4379
4408
  width: z.ZodEnum<{
4380
4409
  medium: "medium";
4381
- thick: "thick";
4382
4410
  thin: "thin";
4411
+ thick: "thick";
4383
4412
  heavy: "heavy";
4384
4413
  }>;
4385
4414
  }, z.core.$strip>>;
@@ -4412,8 +4441,8 @@ export declare const themeSchema: z.ZodObject<{
4412
4441
  elevation: z.ZodEnum<{
4413
4442
  medium: "medium";
4414
4443
  none: "none";
4415
- high: "high";
4416
4444
  low: "low";
4445
+ high: "high";
4417
4446
  }>;
4418
4447
  softness: z.ZodNullable<z.ZodEnum<{
4419
4448
  soft: "soft";
@@ -4427,9 +4456,9 @@ export declare const themeSchema: z.ZodObject<{
4427
4456
  }, z.core.$strip>>;
4428
4457
  icon: z.ZodObject<{
4429
4458
  style: z.ZodEnum<{
4430
- caret: "caret";
4431
4459
  "plus-minus": "plus-minus";
4432
4460
  chevron: "chevron";
4461
+ caret: "caret";
4433
4462
  arrow: "arrow";
4434
4463
  "circle-plus-minus": "circle-plus-minus";
4435
4464
  }>;
@@ -4463,8 +4492,8 @@ export declare const themeSchema: z.ZodObject<{
4463
4492
  }>>;
4464
4493
  letterSpacing: z.ZodOptional<z.ZodEnum<{
4465
4494
  wide: "wide";
4466
- normal: "normal";
4467
4495
  tight: "tight";
4496
+ normal: "normal";
4468
4497
  }>>;
4469
4498
  textTransform: z.ZodOptional<z.ZodEnum<{
4470
4499
  none: "none";
@@ -4488,8 +4517,8 @@ export declare const themeSchema: z.ZodObject<{
4488
4517
  colorToken: z.ZodString;
4489
4518
  thickness: z.ZodEnum<{
4490
4519
  medium: "medium";
4491
- thick: "thick";
4492
4520
  thin: "thin";
4521
+ thick: "thick";
4493
4522
  }>;
4494
4523
  }, z.core.$strip>>;
4495
4524
  }, z.core.$strip>>;
@@ -4568,9 +4597,9 @@ export declare const themeSchema: z.ZodObject<{
4568
4597
  fontWeight: z.ZodEnum<{
4569
4598
  medium: "medium";
4570
4599
  bold: "bold";
4571
- black: "black";
4572
4600
  regular: "regular";
4573
4601
  semibold: "semibold";
4602
+ black: "black";
4574
4603
  }>;
4575
4604
  fontSize: z.ZodEnum<{
4576
4605
  base: "base";
@@ -4580,9 +4609,9 @@ export declare const themeSchema: z.ZodObject<{
4580
4609
  }>;
4581
4610
  textTransform: z.ZodOptional<z.ZodEnum<{
4582
4611
  none: "none";
4583
- capitalize: "capitalize";
4584
4612
  lowercase: "lowercase";
4585
4613
  uppercase: "uppercase";
4614
+ capitalize: "capitalize";
4586
4615
  }>>;
4587
4616
  letterSpacing: z.ZodOptional<z.ZodEnum<{
4588
4617
  wide: "wide";
@@ -4620,8 +4649,8 @@ export declare const themeSchema: z.ZodObject<{
4620
4649
  soft: "soft";
4621
4650
  }>;
4622
4651
  border: z.ZodEnum<{
4623
- underline: "underline";
4624
4652
  subtle: "subtle";
4653
+ underline: "underline";
4625
4654
  defined: "defined";
4626
4655
  }>;
4627
4656
  focus: z.ZodEnum<{
@@ -4630,8 +4659,8 @@ export declare const themeSchema: z.ZodObject<{
4630
4659
  ring: "ring";
4631
4660
  }>;
4632
4661
  label: z.ZodEnum<{
4633
- inside: "inside";
4634
4662
  above: "above";
4663
+ inside: "inside";
4635
4664
  }>;
4636
4665
  }, z.core.$strip>>;
4637
4666
  blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
@@ -4644,22 +4673,22 @@ export declare const themeSchema: z.ZodObject<{
4644
4673
  decorationColorToken: z.ZodOptional<z.ZodString>;
4645
4674
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
4646
4675
  underlineStyle: z.ZodOptional<z.ZodEnum<{
4647
- dashed: "dashed";
4648
- dotted: "dotted";
4649
4676
  solid: "solid";
4677
+ dotted: "dotted";
4678
+ dashed: "dashed";
4650
4679
  }>>;
4651
4680
  underlineThickness: z.ZodOptional<z.ZodEnum<{
4652
4681
  medium: "medium";
4653
4682
  auto: "auto";
4654
- thick: "thick";
4655
- thin: "thin";
4656
4683
  fromFont: "fromFont";
4684
+ thin: "thin";
4685
+ thick: "thick";
4657
4686
  }>>;
4658
4687
  underlineOffset: z.ZodOptional<z.ZodEnum<{
4659
4688
  auto: "auto";
4689
+ tight: "tight";
4660
4690
  normal: "normal";
4661
4691
  loose: "loose";
4662
- tight: "tight";
4663
4692
  }>>;
4664
4693
  }, z.core.$strip>>;
4665
4694
  }, z.core.$strip>>;
@@ -4741,6 +4770,8 @@ export declare const themeSchema: z.ZodObject<{
4741
4770
  }, z.core.$strip>>>;
4742
4771
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4743
4772
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4773
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4774
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4744
4775
  }, z.core.$strip>>>;
4745
4776
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4746
4777
  medium: "medium";
@@ -4783,9 +4814,9 @@ export declare const themeSchema: z.ZodObject<{
4783
4814
  text: "text";
4784
4815
  primary: "primary";
4785
4816
  secondary: "secondary";
4786
- border: "border";
4787
- muted: "muted";
4788
4817
  accent: "accent";
4818
+ muted: "muted";
4819
+ border: "border";
4789
4820
  }>>;
4790
4821
  }, z.core.$strip>]>>>;
4791
4822
  headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
@@ -4794,8 +4825,8 @@ export declare const themeSchema: z.ZodObject<{
4794
4825
  }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
4795
4826
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4796
4827
  iconSet: z.ZodEnum<{
4797
- caret: "caret";
4798
4828
  chevron: "chevron";
4829
+ caret: "caret";
4799
4830
  plus: "plus";
4800
4831
  "minimal-cross": "minimal-cross";
4801
4832
  }>;
@@ -4804,16 +4835,16 @@ export declare const themeSchema: z.ZodObject<{
4804
4835
  text: "text";
4805
4836
  primary: "primary";
4806
4837
  secondary: "secondary";
4807
- muted: "muted";
4808
4838
  accent: "accent";
4839
+ muted: "muted";
4809
4840
  }>;
4810
4841
  openColorToken: z.ZodOptional<z.ZodEnum<{
4811
4842
  current: "current";
4812
4843
  text: "text";
4813
4844
  primary: "primary";
4814
4845
  secondary: "secondary";
4815
- muted: "muted";
4816
4846
  accent: "accent";
4847
+ muted: "muted";
4817
4848
  }>>;
4818
4849
  motion: z.ZodEnum<{
4819
4850
  none: "none";
@@ -4899,6 +4930,8 @@ export declare const themeSchema: z.ZodObject<{
4899
4930
  }, z.core.$strip>>>;
4900
4931
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4901
4932
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4933
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4934
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4902
4935
  }, z.core.$strip>>>;
4903
4936
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4904
4937
  medium: "medium";
@@ -4997,6 +5030,8 @@ export declare const themeSchema: z.ZodObject<{
4997
5030
  }, z.core.$strip>>>;
4998
5031
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4999
5032
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5033
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5034
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5000
5035
  }, z.core.$strip>>>;
5001
5036
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5002
5037
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -5032,6 +5067,7 @@ export declare const themeSchema: z.ZodObject<{
5032
5067
  "soft-panel": "soft-panel";
5033
5068
  "editorial-serif-quote": "editorial-serif-quote";
5034
5069
  "editorial-open": "editorial-open";
5070
+ "color-blocked": "color-blocked";
5035
5071
  }>>>;
5036
5072
  cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5037
5073
  none: "none";
@@ -5052,9 +5088,9 @@ export declare const themeSchema: z.ZodObject<{
5052
5088
  text: "text";
5053
5089
  primary: "primary";
5054
5090
  secondary: "secondary";
5055
- border: "border";
5056
- muted: "muted";
5057
5091
  accent: "accent";
5092
+ muted: "muted";
5093
+ border: "border";
5058
5094
  }>>;
5059
5095
  }, z.core.$strip>]>>;
5060
5096
  customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -5126,19 +5162,19 @@ export declare const themesTurnSchema: z.ZodObject<{
5126
5162
  regular: "regular";
5127
5163
  }>;
5128
5164
  mediaBias: z.ZodEnum<{
5165
+ mixed: "mixed";
5129
5166
  text: "text";
5130
5167
  media: "media";
5131
- mixed: "mixed";
5132
5168
  }>;
5133
5169
  conversionBias: z.ZodEnum<{
5134
- high: "high";
5135
5170
  low: "low";
5171
+ high: "high";
5136
5172
  med: "med";
5137
5173
  }>;
5138
5174
  motion: z.ZodEnum<{
5139
5175
  standard: "standard";
5140
- expressive: "expressive";
5141
5176
  subtle: "subtle";
5177
+ expressive: "expressive";
5142
5178
  }>;
5143
5179
  }, z.core.$strip>;
5144
5180
  palette: z.ZodObject<{
@@ -5148,8 +5184,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5148
5184
  }, z.core.$strip>>;
5149
5185
  meta: z.ZodObject<{
5150
5186
  mode: z.ZodEnum<{
5151
- dark: "dark";
5152
5187
  light: "light";
5188
+ dark: "dark";
5153
5189
  }>;
5154
5190
  }, z.core.$strip>;
5155
5191
  }, z.core.$strip>;
@@ -5164,9 +5200,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5164
5200
  semibold: "semibold";
5165
5201
  }>;
5166
5202
  letterSpacing: z.ZodEnum<{
5203
+ tight: "tight";
5167
5204
  normal: "normal";
5168
5205
  loose: "loose";
5169
- tight: "tight";
5170
5206
  }>;
5171
5207
  lineHeight: z.ZodEnum<{
5172
5208
  normal: "normal";
@@ -5190,9 +5226,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5190
5226
  semibold: "semibold";
5191
5227
  }>;
5192
5228
  letterSpacing: z.ZodEnum<{
5229
+ tight: "tight";
5193
5230
  normal: "normal";
5194
5231
  loose: "loose";
5195
- tight: "tight";
5196
5232
  }>;
5197
5233
  lineHeight: z.ZodEnum<{
5198
5234
  normal: "normal";
@@ -5200,8 +5236,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5200
5236
  relaxed: "relaxed";
5201
5237
  }>;
5202
5238
  case: z.ZodNullable<z.ZodEnum<{
5203
- normal: "normal";
5204
5239
  uppercase: "uppercase";
5240
+ normal: "normal";
5205
5241
  smallCaps: "smallCaps";
5206
5242
  }>>;
5207
5243
  italic: z.ZodNullable<z.ZodBoolean>;
@@ -5216,9 +5252,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5216
5252
  semibold: "semibold";
5217
5253
  }>>>;
5218
5254
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5255
+ tight: "tight";
5219
5256
  normal: "normal";
5220
5257
  loose: "loose";
5221
- tight: "tight";
5222
5258
  }>>>;
5223
5259
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5224
5260
  sm: "sm";
@@ -5245,9 +5281,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5245
5281
  semibold: "semibold";
5246
5282
  }>>>;
5247
5283
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5284
+ tight: "tight";
5248
5285
  normal: "normal";
5249
5286
  loose: "loose";
5250
- tight: "tight";
5251
5287
  }>>>;
5252
5288
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5253
5289
  sm: "sm";
@@ -5274,9 +5310,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5274
5310
  semibold: "semibold";
5275
5311
  }>>>;
5276
5312
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5313
+ tight: "tight";
5277
5314
  normal: "normal";
5278
5315
  loose: "loose";
5279
- tight: "tight";
5280
5316
  }>>>;
5281
5317
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5282
5318
  sm: "sm";
@@ -5303,9 +5339,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5303
5339
  semibold: "semibold";
5304
5340
  }>>>;
5305
5341
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5342
+ tight: "tight";
5306
5343
  normal: "normal";
5307
5344
  loose: "loose";
5308
- tight: "tight";
5309
5345
  }>>>;
5310
5346
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5311
5347
  sm: "sm";
@@ -5332,9 +5368,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5332
5368
  semibold: "semibold";
5333
5369
  }>>>;
5334
5370
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5371
+ tight: "tight";
5335
5372
  normal: "normal";
5336
5373
  loose: "loose";
5337
- tight: "tight";
5338
5374
  }>>>;
5339
5375
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5340
5376
  sm: "sm";
@@ -5361,9 +5397,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5361
5397
  semibold: "semibold";
5362
5398
  }>>>;
5363
5399
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5400
+ tight: "tight";
5364
5401
  normal: "normal";
5365
5402
  loose: "loose";
5366
- tight: "tight";
5367
5403
  }>>>;
5368
5404
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5369
5405
  sm: "sm";
@@ -5397,22 +5433,22 @@ export declare const themesTurnSchema: z.ZodObject<{
5397
5433
  decorationColorToken: z.ZodOptional<z.ZodString>;
5398
5434
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
5399
5435
  underlineStyle: z.ZodOptional<z.ZodEnum<{
5400
- dashed: "dashed";
5401
- dotted: "dotted";
5402
5436
  solid: "solid";
5437
+ dotted: "dotted";
5438
+ dashed: "dashed";
5403
5439
  }>>;
5404
5440
  underlineThickness: z.ZodOptional<z.ZodEnum<{
5405
5441
  medium: "medium";
5406
5442
  auto: "auto";
5407
- thick: "thick";
5408
- thin: "thin";
5409
5443
  fromFont: "fromFont";
5444
+ thin: "thin";
5445
+ thick: "thick";
5410
5446
  }>>;
5411
5447
  underlineOffset: z.ZodOptional<z.ZodEnum<{
5412
5448
  auto: "auto";
5449
+ tight: "tight";
5413
5450
  normal: "normal";
5414
5451
  loose: "loose";
5415
- tight: "tight";
5416
5452
  }>>;
5417
5453
  }, z.core.$strip>>;
5418
5454
  }, z.core.$strip>;
@@ -5424,21 +5460,21 @@ export declare const themesTurnSchema: z.ZodObject<{
5424
5460
  border: z.ZodObject<{
5425
5461
  width: z.ZodEnum<{
5426
5462
  none: "none";
5427
- thick: "thick";
5428
5463
  thin: "thin";
5464
+ thick: "thick";
5429
5465
  hairline: "hairline";
5430
5466
  }>;
5431
5467
  style: z.ZodEnum<{
5432
- dashed: "dashed";
5433
5468
  solid: "solid";
5469
+ dashed: "dashed";
5434
5470
  }>;
5435
5471
  }, z.core.$strip>;
5436
5472
  shadow: z.ZodObject<{
5437
5473
  elevation: z.ZodEnum<{
5438
5474
  medium: "medium";
5439
5475
  none: "none";
5440
- high: "high";
5441
5476
  low: "low";
5477
+ high: "high";
5442
5478
  }>;
5443
5479
  softness: z.ZodNullable<z.ZodEnum<{
5444
5480
  soft: "soft";
@@ -5453,9 +5489,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5453
5489
  motion: z.ZodObject<{
5454
5490
  level: z.ZodEnum<{
5455
5491
  medium: "medium";
5456
- off: "off";
5457
- high: "high";
5458
5492
  low: "low";
5493
+ high: "high";
5494
+ off: "off";
5459
5495
  }>;
5460
5496
  easing: z.ZodNullable<z.ZodEnum<{
5461
5497
  standard: "standard";
@@ -5511,8 +5547,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5511
5547
  editorial: "editorial";
5512
5548
  }>>;
5513
5549
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5514
- normal: "normal";
5515
5550
  tight: "tight";
5551
+ normal: "normal";
5516
5552
  relaxed: "relaxed";
5517
5553
  snug: "snug";
5518
5554
  }>>;
@@ -5529,8 +5565,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5529
5565
  editorial: "editorial";
5530
5566
  }>>;
5531
5567
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5532
- normal: "normal";
5533
5568
  tight: "tight";
5569
+ normal: "normal";
5534
5570
  relaxed: "relaxed";
5535
5571
  snug: "snug";
5536
5572
  }>>;
@@ -5547,8 +5583,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5547
5583
  editorial: "editorial";
5548
5584
  }>>;
5549
5585
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5550
- normal: "normal";
5551
5586
  tight: "tight";
5587
+ normal: "normal";
5552
5588
  relaxed: "relaxed";
5553
5589
  snug: "snug";
5554
5590
  }>>;
@@ -5565,8 +5601,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5565
5601
  editorial: "editorial";
5566
5602
  }>>;
5567
5603
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5568
- normal: "normal";
5569
5604
  tight: "tight";
5605
+ normal: "normal";
5570
5606
  relaxed: "relaxed";
5571
5607
  snug: "snug";
5572
5608
  }>>;
@@ -5585,8 +5621,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5585
5621
  editorial: "editorial";
5586
5622
  }>>;
5587
5623
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5588
- normal: "normal";
5589
5624
  tight: "tight";
5625
+ normal: "normal";
5590
5626
  relaxed: "relaxed";
5591
5627
  snug: "snug";
5592
5628
  }>>;
@@ -5603,8 +5639,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5603
5639
  editorial: "editorial";
5604
5640
  }>>;
5605
5641
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5606
- normal: "normal";
5607
5642
  tight: "tight";
5643
+ normal: "normal";
5608
5644
  relaxed: "relaxed";
5609
5645
  snug: "snug";
5610
5646
  }>>;
@@ -5623,8 +5659,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5623
5659
  editorial: "editorial";
5624
5660
  }>>;
5625
5661
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5626
- normal: "normal";
5627
5662
  tight: "tight";
5663
+ normal: "normal";
5628
5664
  relaxed: "relaxed";
5629
5665
  snug: "snug";
5630
5666
  }>>;
@@ -5641,8 +5677,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5641
5677
  editorial: "editorial";
5642
5678
  }>>;
5643
5679
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5644
- normal: "normal";
5645
5680
  tight: "tight";
5681
+ normal: "normal";
5646
5682
  relaxed: "relaxed";
5647
5683
  snug: "snug";
5648
5684
  }>>;
@@ -5670,8 +5706,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5670
5706
  floating: "floating";
5671
5707
  }>;
5672
5708
  positioning: z.ZodEnum<{
5673
- static: "static";
5674
5709
  fixed: "fixed";
5710
+ static: "static";
5675
5711
  sticky: "sticky";
5676
5712
  }>;
5677
5713
  shrinkOnScroll: z.ZodBoolean;
@@ -5726,6 +5762,7 @@ export declare const themesTurnSchema: z.ZodObject<{
5726
5762
  color: "color";
5727
5763
  gradient: "gradient";
5728
5764
  }>;
5765
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
5729
5766
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5730
5767
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5731
5768
  type: z.ZodEnum<{
@@ -5786,8 +5823,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5786
5823
  navStyle: z.ZodEnum<{
5787
5824
  scale: "scale";
5788
5825
  solid: "solid";
5789
- underline: "underline";
5790
5826
  minimal: "minimal";
5827
+ underline: "underline";
5791
5828
  "underline-grow": "underline-grow";
5792
5829
  capsule: "capsule";
5793
5830
  frosted: "frosted";
@@ -5822,13 +5859,13 @@ export declare const themesTurnSchema: z.ZodObject<{
5822
5859
  width: z.ZodDefault<z.ZodEnum<{
5823
5860
  medium: "medium";
5824
5861
  none: "none";
5825
- thick: "thick";
5826
5862
  thin: "thin";
5863
+ thick: "thick";
5827
5864
  hairline: "hairline";
5828
5865
  }>>;
5829
5866
  style: z.ZodDefault<z.ZodEnum<{
5830
- dashed: "dashed";
5831
5867
  solid: "solid";
5868
+ dashed: "dashed";
5832
5869
  }>>;
5833
5870
  colorToken: z.ZodOptional<z.ZodString>;
5834
5871
  position: z.ZodDefault<z.ZodEnum<{
@@ -5867,10 +5904,10 @@ export declare const themesTurnSchema: z.ZodObject<{
5867
5904
  "title-only": "title-only";
5868
5905
  }>>;
5869
5906
  size: z.ZodOptional<z.ZodEnum<{
5907
+ display: "display";
5870
5908
  standard: "standard";
5871
5909
  auto: "auto";
5872
5910
  compact: "compact";
5873
- display: "display";
5874
5911
  generous: "generous";
5875
5912
  }>>;
5876
5913
  accommodation: z.ZodOptional<z.ZodEnum<{
@@ -5977,8 +6014,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5977
6014
  }>>;
5978
6015
  textTransform: z.ZodDefault<z.ZodEnum<{
5979
6016
  none: "none";
5980
- capitalize: "capitalize";
5981
6017
  uppercase: "uppercase";
6018
+ capitalize: "capitalize";
5982
6019
  }>>;
5983
6020
  italic: z.ZodDefault<z.ZodBoolean>;
5984
6021
  name: z.ZodOptional<z.ZodString>;
@@ -6020,8 +6057,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6020
6057
  hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6021
6058
  textTransform: z.ZodDefault<z.ZodEnum<{
6022
6059
  none: "none";
6023
- capitalize: "capitalize";
6024
6060
  uppercase: "uppercase";
6061
+ capitalize: "capitalize";
6025
6062
  }>>;
6026
6063
  letterSpacing: z.ZodDefault<z.ZodEnum<{
6027
6064
  wide: "wide";
@@ -6065,6 +6102,7 @@ export declare const themesTurnSchema: z.ZodObject<{
6065
6102
  color: "color";
6066
6103
  gradient: "gradient";
6067
6104
  }>;
6105
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
6068
6106
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6069
6107
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6070
6108
  type: z.ZodEnum<{
@@ -6124,8 +6162,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6124
6162
  navStyle: z.ZodDefault<z.ZodEnum<{
6125
6163
  scale: "scale";
6126
6164
  solid: "solid";
6127
- underline: "underline";
6128
6165
  minimal: "minimal";
6166
+ underline: "underline";
6129
6167
  "underline-grow": "underline-grow";
6130
6168
  capsule: "capsule";
6131
6169
  frosted: "frosted";
@@ -6205,8 +6243,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6205
6243
  }>>;
6206
6244
  textTransform: z.ZodDefault<z.ZodEnum<{
6207
6245
  none: "none";
6208
- capitalize: "capitalize";
6209
6246
  uppercase: "uppercase";
6247
+ capitalize: "capitalize";
6210
6248
  }>>;
6211
6249
  italic: z.ZodDefault<z.ZodBoolean>;
6212
6250
  name: z.ZodOptional<z.ZodString>;
@@ -6225,9 +6263,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6225
6263
  }>>;
6226
6264
  align: z.ZodOptional<z.ZodEnum<{
6227
6265
  center: "center";
6228
- "space-between": "space-between";
6229
- end: "end";
6230
6266
  start: "start";
6267
+ end: "end";
6268
+ "space-between": "space-between";
6231
6269
  }>>;
6232
6270
  gapX: z.ZodOptional<z.ZodEnum<{
6233
6271
  none: "none";
@@ -6270,8 +6308,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6270
6308
  }>>;
6271
6309
  align: z.ZodOptional<z.ZodEnum<{
6272
6310
  center: "center";
6273
- end: "end";
6274
6311
  start: "start";
6312
+ end: "end";
6275
6313
  }>>;
6276
6314
  }, z.core.$strip>>;
6277
6315
  bottomBar: z.ZodOptional<z.ZodObject<{
@@ -6283,6 +6321,7 @@ export declare const themesTurnSchema: z.ZodObject<{
6283
6321
  color: "color";
6284
6322
  gradient: "gradient";
6285
6323
  }>;
6324
+ contentOwner: z.ZodOptional<z.ZodLiteral<"site-chrome-editor">>;
6286
6325
  color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6287
6326
  gradient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6288
6327
  type: z.ZodEnum<{
@@ -6341,9 +6380,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6341
6380
  }, z.core.$strip>>;
6342
6381
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6343
6382
  textAlign: z.ZodOptional<z.ZodEnum<{
6344
- center: "center";
6345
6383
  left: "left";
6346
6384
  right: "right";
6385
+ center: "center";
6347
6386
  }>>;
6348
6387
  paddingY: z.ZodOptional<z.ZodEnum<{
6349
6388
  none: "none";
@@ -6366,8 +6405,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6366
6405
  width: z.ZodOptional<z.ZodEnum<{
6367
6406
  medium: "medium";
6368
6407
  none: "none";
6369
- thick: "thick";
6370
6408
  thin: "thin";
6409
+ thick: "thick";
6371
6410
  }>>;
6372
6411
  }, z.core.$strip>>;
6373
6412
  }, z.core.$strip>>;
@@ -6383,14 +6422,14 @@ export declare const themesTurnSchema: z.ZodObject<{
6383
6422
  shadow: z.ZodEnum<{
6384
6423
  medium: "medium";
6385
6424
  none: "none";
6386
- high: "high";
6387
6425
  low: "low";
6426
+ high: "high";
6388
6427
  }>;
6389
6428
  textTransform: z.ZodEnum<{
6390
6429
  none: "none";
6391
- capitalize: "capitalize";
6392
6430
  lowercase: "lowercase";
6393
6431
  uppercase: "uppercase";
6432
+ capitalize: "capitalize";
6394
6433
  }>;
6395
6434
  fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
6396
6435
  borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
@@ -6400,9 +6439,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6400
6439
  }>>;
6401
6440
  fontSize: z.ZodOptional<z.ZodString>;
6402
6441
  letterSpacing: z.ZodOptional<z.ZodEnum<{
6442
+ tight: "tight";
6403
6443
  normal: "normal";
6404
6444
  loose: "loose";
6405
- tight: "tight";
6406
6445
  }>>;
6407
6446
  italic: z.ZodOptional<z.ZodBoolean>;
6408
6447
  paddingPreset: z.ZodOptional<z.ZodEnum<{
@@ -6419,8 +6458,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6419
6458
  hoverColor: z.ZodEnum<{
6420
6459
  none: "none";
6421
6460
  token: "token";
6422
- darken: "darken";
6423
6461
  brighten: "brighten";
6462
+ darken: "darken";
6424
6463
  saturate: "saturate";
6425
6464
  }>;
6426
6465
  hoverColorToken: z.ZodOptional<z.ZodString>;
@@ -6432,8 +6471,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6432
6471
  gradientAngle: z.ZodOptional<z.ZodNumber>;
6433
6472
  gradientSharpness: z.ZodOptional<z.ZodEnum<{
6434
6473
  medium: "medium";
6435
- smooth: "smooth";
6436
6474
  hard: "hard";
6475
+ smooth: "smooth";
6437
6476
  }>>;
6438
6477
  }, z.core.$strip>;
6439
6478
  variants: z.ZodArray<z.ZodObject<{
@@ -6466,8 +6505,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6466
6505
  elevation: z.ZodEnum<{
6467
6506
  medium: "medium";
6468
6507
  none: "none";
6469
- high: "high";
6470
6508
  low: "low";
6509
+ high: "high";
6471
6510
  }>;
6472
6511
  softness: z.ZodNullable<z.ZodEnum<{
6473
6512
  soft: "soft";
@@ -6478,6 +6517,7 @@ export declare const themesTurnSchema: z.ZodObject<{
6478
6517
  bottom: "bottom";
6479
6518
  "bottom-right": "bottom-right";
6480
6519
  }>>;
6520
+ colorToken: z.ZodOptional<z.ZodString>;
6481
6521
  }, z.core.$strip>>;
6482
6522
  border: z.ZodOptional<z.ZodObject<{
6483
6523
  widthClass: z.ZodString;
@@ -6613,8 +6653,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6613
6653
  elevation: z.ZodEnum<{
6614
6654
  medium: "medium";
6615
6655
  none: "none";
6616
- high: "high";
6617
6656
  low: "low";
6657
+ high: "high";
6618
6658
  }>;
6619
6659
  softness: z.ZodNullable<z.ZodEnum<{
6620
6660
  soft: "soft";
@@ -6676,8 +6716,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6676
6716
  colorToken: z.ZodString;
6677
6717
  width: z.ZodEnum<{
6678
6718
  medium: "medium";
6679
- thick: "thick";
6680
6719
  thin: "thin";
6720
+ thick: "thick";
6681
6721
  heavy: "heavy";
6682
6722
  }>;
6683
6723
  }, z.core.$strip>>;
@@ -6710,8 +6750,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6710
6750
  elevation: z.ZodEnum<{
6711
6751
  medium: "medium";
6712
6752
  none: "none";
6713
- high: "high";
6714
6753
  low: "low";
6754
+ high: "high";
6715
6755
  }>;
6716
6756
  softness: z.ZodNullable<z.ZodEnum<{
6717
6757
  soft: "soft";
@@ -6725,9 +6765,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6725
6765
  }, z.core.$strip>>;
6726
6766
  icon: z.ZodObject<{
6727
6767
  style: z.ZodEnum<{
6728
- caret: "caret";
6729
6768
  "plus-minus": "plus-minus";
6730
6769
  chevron: "chevron";
6770
+ caret: "caret";
6731
6771
  arrow: "arrow";
6732
6772
  "circle-plus-minus": "circle-plus-minus";
6733
6773
  }>;
@@ -6761,8 +6801,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6761
6801
  }>>;
6762
6802
  letterSpacing: z.ZodOptional<z.ZodEnum<{
6763
6803
  wide: "wide";
6764
- normal: "normal";
6765
6804
  tight: "tight";
6805
+ normal: "normal";
6766
6806
  }>>;
6767
6807
  textTransform: z.ZodOptional<z.ZodEnum<{
6768
6808
  none: "none";
@@ -6786,8 +6826,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6786
6826
  colorToken: z.ZodString;
6787
6827
  thickness: z.ZodEnum<{
6788
6828
  medium: "medium";
6789
- thick: "thick";
6790
6829
  thin: "thin";
6830
+ thick: "thick";
6791
6831
  }>;
6792
6832
  }, z.core.$strip>>;
6793
6833
  }, z.core.$strip>>;
@@ -6866,9 +6906,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6866
6906
  fontWeight: z.ZodEnum<{
6867
6907
  medium: "medium";
6868
6908
  bold: "bold";
6869
- black: "black";
6870
6909
  regular: "regular";
6871
6910
  semibold: "semibold";
6911
+ black: "black";
6872
6912
  }>;
6873
6913
  fontSize: z.ZodEnum<{
6874
6914
  base: "base";
@@ -6878,9 +6918,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6878
6918
  }>;
6879
6919
  textTransform: z.ZodOptional<z.ZodEnum<{
6880
6920
  none: "none";
6881
- capitalize: "capitalize";
6882
6921
  lowercase: "lowercase";
6883
6922
  uppercase: "uppercase";
6923
+ capitalize: "capitalize";
6884
6924
  }>>;
6885
6925
  letterSpacing: z.ZodOptional<z.ZodEnum<{
6886
6926
  wide: "wide";
@@ -6918,8 +6958,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6918
6958
  soft: "soft";
6919
6959
  }>;
6920
6960
  border: z.ZodEnum<{
6921
- underline: "underline";
6922
6961
  subtle: "subtle";
6962
+ underline: "underline";
6923
6963
  defined: "defined";
6924
6964
  }>;
6925
6965
  focus: z.ZodEnum<{
@@ -6928,8 +6968,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6928
6968
  ring: "ring";
6929
6969
  }>;
6930
6970
  label: z.ZodEnum<{
6931
- inside: "inside";
6932
6971
  above: "above";
6972
+ inside: "inside";
6933
6973
  }>;
6934
6974
  }, z.core.$strip>>;
6935
6975
  blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
@@ -6942,22 +6982,22 @@ export declare const themesTurnSchema: z.ZodObject<{
6942
6982
  decorationColorToken: z.ZodOptional<z.ZodString>;
6943
6983
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
6944
6984
  underlineStyle: z.ZodOptional<z.ZodEnum<{
6945
- dashed: "dashed";
6946
- dotted: "dotted";
6947
6985
  solid: "solid";
6986
+ dotted: "dotted";
6987
+ dashed: "dashed";
6948
6988
  }>>;
6949
6989
  underlineThickness: z.ZodOptional<z.ZodEnum<{
6950
6990
  medium: "medium";
6951
6991
  auto: "auto";
6952
- thick: "thick";
6953
- thin: "thin";
6954
6992
  fromFont: "fromFont";
6993
+ thin: "thin";
6994
+ thick: "thick";
6955
6995
  }>>;
6956
6996
  underlineOffset: z.ZodOptional<z.ZodEnum<{
6957
6997
  auto: "auto";
6998
+ tight: "tight";
6958
6999
  normal: "normal";
6959
7000
  loose: "loose";
6960
- tight: "tight";
6961
7001
  }>>;
6962
7002
  }, z.core.$strip>>;
6963
7003
  }, z.core.$strip>>;
@@ -7039,6 +7079,8 @@ export declare const themesTurnSchema: z.ZodObject<{
7039
7079
  }, z.core.$strip>>>;
7040
7080
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7041
7081
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7082
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7083
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7042
7084
  }, z.core.$strip>>>;
7043
7085
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
7044
7086
  medium: "medium";
@@ -7081,9 +7123,9 @@ export declare const themesTurnSchema: z.ZodObject<{
7081
7123
  text: "text";
7082
7124
  primary: "primary";
7083
7125
  secondary: "secondary";
7084
- border: "border";
7085
- muted: "muted";
7086
7126
  accent: "accent";
7127
+ muted: "muted";
7128
+ border: "border";
7087
7129
  }>>;
7088
7130
  }, z.core.$strip>]>>>;
7089
7131
  headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
@@ -7092,8 +7134,8 @@ export declare const themesTurnSchema: z.ZodObject<{
7092
7134
  }>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
7093
7135
  accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7094
7136
  iconSet: z.ZodEnum<{
7095
- caret: "caret";
7096
7137
  chevron: "chevron";
7138
+ caret: "caret";
7097
7139
  plus: "plus";
7098
7140
  "minimal-cross": "minimal-cross";
7099
7141
  }>;
@@ -7102,16 +7144,16 @@ export declare const themesTurnSchema: z.ZodObject<{
7102
7144
  text: "text";
7103
7145
  primary: "primary";
7104
7146
  secondary: "secondary";
7105
- muted: "muted";
7106
7147
  accent: "accent";
7148
+ muted: "muted";
7107
7149
  }>;
7108
7150
  openColorToken: z.ZodOptional<z.ZodEnum<{
7109
7151
  current: "current";
7110
7152
  text: "text";
7111
7153
  primary: "primary";
7112
7154
  secondary: "secondary";
7113
- muted: "muted";
7114
7155
  accent: "accent";
7156
+ muted: "muted";
7115
7157
  }>>;
7116
7158
  motion: z.ZodEnum<{
7117
7159
  none: "none";
@@ -7197,6 +7239,8 @@ export declare const themesTurnSchema: z.ZodObject<{
7197
7239
  }, z.core.$strip>>>;
7198
7240
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7199
7241
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7242
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7243
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7200
7244
  }, z.core.$strip>>>;
7201
7245
  spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
7202
7246
  medium: "medium";
@@ -7295,6 +7339,8 @@ export declare const themesTurnSchema: z.ZodObject<{
7295
7339
  }, z.core.$strip>>>;
7296
7340
  textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7297
7341
  headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7342
+ linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7343
+ supportingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7298
7344
  }, z.core.$strip>>>;
7299
7345
  border: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7300
7346
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -7330,6 +7376,7 @@ export declare const themesTurnSchema: z.ZodObject<{
7330
7376
  "soft-panel": "soft-panel";
7331
7377
  "editorial-serif-quote": "editorial-serif-quote";
7332
7378
  "editorial-open": "editorial-open";
7379
+ "color-blocked": "color-blocked";
7333
7380
  }>>>;
7334
7381
  cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
7335
7382
  none: "none";
@@ -7350,9 +7397,9 @@ export declare const themesTurnSchema: z.ZodObject<{
7350
7397
  text: "text";
7351
7398
  primary: "primary";
7352
7399
  secondary: "secondary";
7353
- border: "border";
7354
- muted: "muted";
7355
7400
  accent: "accent";
7401
+ muted: "muted";
7402
+ border: "border";
7356
7403
  }>>;
7357
7404
  }, z.core.$strip>]>>;
7358
7405
  customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{