@riverbankcms/sdk 0.68.0 → 0.70.2

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 (430) hide show
  1. package/dist/_dts/ai/src/contracts/commandExposure.d.ts +8 -0
  2. package/dist/_dts/ai/src/contracts/feedback.d.ts +55 -0
  3. package/dist/_dts/ai/src/contracts/proposals.d.ts +34764 -0
  4. package/dist/_dts/ai/src/contracts.d.ts +5 -0
  5. package/dist/_dts/ai/src/designer/rfc6902.d.ts +16 -0
  6. package/dist/_dts/ai/src/designer/themePatch.d.ts +50 -0
  7. package/dist/_dts/api/src/accessAdmin.d.ts +3 -3
  8. package/dist/_dts/api/src/admin/types.d.ts +1 -1
  9. package/dist/_dts/api/src/aiPlayground.d.ts +13 -87
  10. package/dist/_dts/api/src/appointmentSetup.d.ts +23 -0
  11. package/dist/_dts/api/src/availability.d.ts +84 -2
  12. package/dist/_dts/api/src/billing.d.ts +1 -1
  13. package/dist/_dts/api/src/bookingConfig.d.ts +2 -2
  14. package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +10 -1
  15. package/dist/_dts/api/src/bookingRecords.d.ts +1 -1
  16. package/dist/_dts/api/src/bookings.d.ts +1 -1
  17. package/dist/_dts/api/src/commercePortalEndpoints.d.ts +1 -1
  18. package/dist/_dts/api/src/communications.d.ts +1 -1
  19. package/dist/_dts/api/src/contentRuntime.d.ts +3 -2
  20. package/dist/_dts/api/src/contentTypes.d.ts +1 -1
  21. package/dist/_dts/api/src/endpoints.d.ts +29 -0
  22. package/dist/_dts/api/src/navigation/contracts.d.ts +9 -9
  23. package/dist/_dts/api/src/navigation/linkValue.d.ts +1 -1
  24. package/dist/_dts/api/src/navigation/types.d.ts +1 -1
  25. package/dist/_dts/api/src/public/index.d.ts +2 -2
  26. package/dist/_dts/api/src/public/types.d.ts +2 -2
  27. package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -2
  28. package/dist/_dts/api/src/sdkContracts.d.ts +1 -1
  29. package/dist/_dts/api/src/siteBanner.d.ts +9 -9
  30. package/dist/_dts/api/src/siteManagementEndpoints.d.ts +2 -2
  31. package/dist/_dts/api/src/siteOnboarding.d.ts +1 -1
  32. package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +5 -1
  33. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +33 -5
  34. package/dist/_dts/api/src/siteSettings.d.ts +3 -3
  35. package/dist/_dts/api/src/teamMembers.d.ts +1 -1
  36. package/dist/_dts/api/src/types.d.ts +2 -2
  37. package/dist/_dts/api/src/url.d.ts +1 -1
  38. package/dist/_dts/billing/src/components/index.d.ts +102 -3
  39. package/dist/_dts/block-form/src/backend/store-backend.d.ts +1 -1
  40. package/dist/_dts/block-form/src/backend/types.d.ts +2 -2
  41. package/dist/_dts/block-form/src/blockDraftSaveability.d.ts +2 -2
  42. package/dist/_dts/block-form/src/context/ImageResolveContext.d.ts +1 -1
  43. package/dist/_dts/block-form/src/fields/types.d.ts +1 -1
  44. package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
  45. package/dist/_dts/block-form/src/manifest/canonicalValidation.d.ts +1 -1
  46. package/dist/_dts/block-form/src/manifest/manifestFormAdapter.d.ts +1 -1
  47. package/dist/_dts/block-form/src/manifest/mergeManifestWithSdkOptions.d.ts +1 -1
  48. package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
  49. package/dist/_dts/block-form/src/shared/disclosure.d.ts +1 -1
  50. package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
  51. package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
  52. package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterLayoutGrid.d.ts +1 -1
  53. package/dist/_dts/block-form/src/widgets/RepeaterField/components/layoutGridDomain.d.ts +1 -1
  54. package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -1
  55. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
  56. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterPresentation.d.ts +1 -1
  57. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/resolveThumbnail.d.ts +1 -1
  58. package/dist/_dts/block-form/src/widgets/RichTextField/richTextFieldSchema.d.ts +4 -4
  59. package/dist/_dts/block-form/src/widgets/constants.d.ts +1 -1
  60. package/dist/_dts/blocks/src/PageRenderer.d.ts +1 -1
  61. package/dist/_dts/blocks/src/bindings/index.d.ts +2 -2
  62. package/dist/_dts/blocks/src/client.d.ts +6 -4
  63. package/dist/_dts/blocks/src/index.d.ts +28 -27
  64. package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
  65. package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +1 -1
  66. package/dist/_dts/blocks/src/rendering/server.d.ts +1 -1
  67. package/dist/_dts/blocks/src/server.d.ts +1 -1
  68. package/dist/_dts/blocks/src/structure/schema.d.ts +1 -1
  69. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +1665 -1665
  70. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +1666 -1666
  71. package/dist/_dts/blocks/src/system/blocks/blog-post.d.ts +1 -1
  72. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +1665 -1665
  73. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +1665 -1665
  74. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +1666 -1666
  75. package/dist/_dts/blocks/src/system/blocks/columns.d.ts +1 -1
  76. package/dist/_dts/blocks/src/system/blocks/courses/shared/pricing.d.ts +3 -2
  77. package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +42 -42
  78. package/dist/_dts/blocks/src/system/blocks/cta-full.d.ts +1761 -1761
  79. package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +2 -2
  80. package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +1764 -1764
  81. package/dist/_dts/blocks/src/system/blocks/events/shared/filtering.d.ts +1 -1
  82. package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +44 -44
  83. package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +1 -1
  84. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +1665 -1665
  85. package/dist/_dts/blocks/src/system/blocks/file-download.d.ts +1 -1
  86. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +1665 -1665
  87. package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +1 -1
  88. package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -1
  89. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +9 -9
  90. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +139 -139
  91. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +1665 -1665
  92. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +1665 -1665
  93. package/dist/_dts/blocks/src/system/blocks/shared/bookingPaymentTerms.d.ts +19 -19
  94. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +1665 -1665
  95. package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -3
  96. package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +1 -1
  97. package/dist/_dts/blocks/src/system/blocks/video-grid.d.ts +1 -1
  98. package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -1
  99. package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
  100. package/dist/_dts/blocks/src/system/customize/facets.d.ts +5 -5
  101. package/dist/_dts/blocks/src/system/designCapabilities.d.ts +1 -1
  102. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +1 -1
  103. package/dist/_dts/blocks/src/system/fragments/library/card.d.ts +1761 -1761
  104. package/dist/_dts/blocks/src/system/fragments/library/ctaRow.d.ts +1761 -1761
  105. package/dist/_dts/blocks/src/system/fragments/library/feedbackCallout.d.ts +1761 -1761
  106. package/dist/_dts/blocks/src/system/fragments/library/heroCtaRow.d.ts +1761 -1761
  107. package/dist/_dts/blocks/src/system/fragments/library/sectionState.d.ts +1761 -1761
  108. package/dist/_dts/blocks/src/system/frame/frameStyles.d.ts +3 -3
  109. package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +2 -2
  110. package/dist/_dts/blocks/src/system/manifest/augmentManifest.d.ts +1 -1
  111. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +201 -201
  112. package/dist/_dts/blocks/src/system/media/constrainedVideoMedia.d.ts +1 -1
  113. package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +1 -1
  114. package/dist/_dts/blocks/src/system/node/fragments/ctaButton.d.ts +1 -1
  115. package/dist/_dts/blocks/src/system/node/fragments/typography.d.ts +1 -1
  116. package/dist/_dts/blocks/src/system/node/schema.d.ts +5 -5
  117. package/dist/_dts/blocks/src/system/registry.d.ts +2 -2
  118. package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
  119. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +1 -1
  120. package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +1 -1
  121. package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.d.ts +2 -2
  122. package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +2 -2
  123. package/dist/_dts/blocks/src/system/runtime/nodes/accordion.d.ts +1 -1
  124. package/dist/_dts/blocks/src/system/runtime/nodes/accordion.server.d.ts +1 -1
  125. package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +1 -1
  126. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +45 -29
  127. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.reserved-fields.d.ts +27 -0
  128. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.state.d.ts +11 -7
  129. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/timetableModel.d.ts +1 -1
  130. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +3 -3
  131. package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +1 -1
  132. package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +1 -1
  133. package/dist/_dts/blocks/src/system/runtime/nodes/shared/LeafletStaticMap.d.ts +1 -1
  134. package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +6 -6
  135. package/dist/_dts/blocks/src/system/runtime/shared/bookingPaymentOptionCopy.d.ts +1 -1
  136. package/dist/_dts/blocks/src/system/theme/index.d.ts +1 -1
  137. package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +1 -1
  138. package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
  139. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +3 -3
  140. package/dist/_dts/blocks/src/system/types/link.d.ts +3 -3
  141. package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +3 -3
  142. package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +3 -3
  143. package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +2 -2
  144. package/dist/_dts/content-editor/src/controller/buildPublishSuccessTransition.d.ts +2 -2
  145. package/dist/_dts/content-editor/src/controller/deriveRecoveryConflict.d.ts +1 -1
  146. package/dist/_dts/content-editor/src/controller/invalidBlockRecovery.d.ts +1 -1
  147. package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
  148. package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
  149. package/dist/_dts/content-editor/src/controller/useEntrySyncHelpers.d.ts +3 -3
  150. package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
  151. package/dist/_dts/content-editor/src/hooks/blockedPublishPlan.d.ts +1 -1
  152. package/dist/_dts/content-editor/src/hooks/useEntryActions.d.ts +1 -1
  153. package/dist/_dts/content-editor/src/hooks/useEntryMutations.d.ts +2 -2
  154. package/dist/_dts/content-editor/src/hooks/useStoreAutosave.d.ts +1 -1
  155. package/dist/_dts/content-editor/src/hooks/validateBlocksForPublish.d.ts +1 -1
  156. package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +1 -1
  157. package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -1
  158. package/dist/_dts/content-editor/src/registry.d.ts +1 -1
  159. package/dist/_dts/content-editor/src/services/contentEntryServices.d.ts +2 -2
  160. package/dist/_dts/content-editor/src/types.d.ts +2 -2
  161. package/dist/_dts/content-editor/src/ui/blockValidationView.d.ts +3 -3
  162. package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +1 -1
  163. package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
  164. package/dist/_dts/content-editor/src/ui/stores/utils.d.ts +1 -1
  165. package/dist/_dts/content-model/src/content-types/schema.d.ts +8 -8
  166. package/dist/_dts/core/src/branded.d.ts +2 -0
  167. package/dist/_dts/core/src/index.d.ts +2 -0
  168. package/dist/_dts/core/src/planner.d.ts +64 -0
  169. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +236 -18
  170. package/dist/_dts/db/src/schemas/forms.d.ts +62 -62
  171. package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +5 -5
  172. package/dist/_dts/editor-blocks/src/BlockForm.d.ts +5 -5
  173. package/dist/_dts/editor-blocks/src/FormProvider.d.ts +2 -2
  174. package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +6 -6
  175. package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +3 -3
  176. package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +2 -2
  177. package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +2 -2
  178. package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
  179. package/dist/_dts/editor-blocks/src/block-editor/BlockSettingsModal.d.ts +2 -2
  180. package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
  181. package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +1 -1
  182. package/dist/_dts/editor-blocks/src/block-editor/EnhancedBlockPickerDialog.d.ts +1 -1
  183. package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +3 -3
  184. package/dist/_dts/editor-blocks/src/block-editor/blockDiscovery.d.ts +1 -1
  185. package/dist/_dts/editor-blocks/src/block-editor/hooks/buildInsertBlockHistoryCommand.d.ts +1 -1
  186. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockBaselineSync.d.ts +1 -1
  187. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -3
  188. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +2 -2
  189. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +2 -2
  190. package/dist/_dts/editor-blocks/src/block-editor/hooks/useDraftContent.d.ts +1 -1
  191. package/dist/_dts/editor-blocks/src/block-editor/preparedManifest.d.ts +2 -2
  192. package/dist/_dts/editor-blocks/src/block-editor/sdkBlockMerger.d.ts +3 -3
  193. package/dist/_dts/editor-blocks/src/block-editor/settingsIntent.d.ts +1 -1
  194. package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -1
  195. package/dist/_dts/editor-blocks/src/block-form/debug.d.ts +1 -1
  196. package/dist/_dts/editor-blocks/src/blockPayload.d.ts +2 -2
  197. package/dist/_dts/editor-blocks/src/index.d.ts +2 -2
  198. package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +6 -6
  199. package/dist/_dts/editor-blocks/src/widgets/button/ButtonField.d.ts +1 -1
  200. package/dist/_dts/editor-blocks/src/widgets/button/ButtonVariantField.d.ts +1 -1
  201. package/dist/_dts/editor-blocks/src/widgets/button/context.d.ts +1 -1
  202. package/dist/_dts/editor-blocks/src/widgets/button/index.d.ts +1 -1
  203. package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeSelectField.d.ts +1 -1
  204. package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerField.d.ts +1 -1
  205. package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +1 -1
  206. package/dist/_dts/editor-blocks/src/widgets/entry-picker/index.d.ts +1 -1
  207. package/dist/_dts/editor-blocks/src/widgets/entry-picker/loaders.d.ts +2 -2
  208. package/dist/_dts/editor-blocks/src/widgets/entry-picker/types.d.ts +2 -2
  209. package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
  210. package/dist/_dts/editor-blocks/src/widgets/link/LinkField.d.ts +2 -2
  211. package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +3 -3
  212. package/dist/_dts/editor-blocks/src/widgets/link/LinkPickerDialog.d.ts +1 -1
  213. package/dist/_dts/editor-blocks/src/widgets/link/LinkSummary.d.ts +1 -1
  214. package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +3 -3
  215. package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +2 -2
  216. package/dist/_dts/editor-blocks/src/widgets/link/loaders.d.ts +3 -3
  217. package/dist/_dts/editor-blocks/src/widgets/link/types.d.ts +2 -2
  218. package/dist/_dts/editor-blocks/src/widgets/link/utils.d.ts +2 -2
  219. package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +2 -2
  220. package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
  221. package/dist/_dts/editor-blocks/src/widgets/reference/dynamicAdapters.d.ts +1 -1
  222. package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +3 -3
  223. package/dist/_dts/editor-blocks/src/widgets/reference/types.d.ts +3 -3
  224. package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +2 -2
  225. package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
  226. package/dist/_dts/editor-blocks/src/widgets/rich-text/ensureRichTextImageAssetIdentifier.d.ts +1 -1
  227. package/dist/_dts/editor-blocks/src/widgets/rich-text/richTextImageHydration.d.ts +1 -1
  228. package/dist/_dts/editor-blocks/src/widgets/shared/Combobox.d.ts +1 -1
  229. package/dist/_dts/media-core/src/fileAssetCompatibility.d.ts +1 -1
  230. package/dist/_dts/media-core/src/fileAssetDeletion.d.ts +1 -1
  231. package/dist/_dts/media-core/src/fileDomain.d.ts +1 -1
  232. package/dist/_dts/media-core/src/fileDownloadResolution.d.ts +1 -1
  233. package/dist/_dts/media-core/src/filePersistence.d.ts +1 -1
  234. package/dist/_dts/media-core/src/fileStorage.d.ts +1 -1
  235. package/dist/_dts/media-core/src/fileUploadAssetBuilder.d.ts +1 -1
  236. package/dist/_dts/media-core/src/fileUploadCleanup.d.ts +1 -1
  237. package/dist/_dts/media-core/src/fileUploadCompletion.d.ts +1 -1
  238. package/dist/_dts/media-core/src/fileUploadDurableFinalization.d.ts +1 -1
  239. package/dist/_dts/media-core/src/fileUploadFinalization.d.ts +1 -1
  240. package/dist/_dts/media-core/src/fileUploadSessionCreation.d.ts +1 -1
  241. package/dist/_dts/media-core/src/types.d.ts +2 -2
  242. package/dist/_dts/media-core/src/url.d.ts +1 -1
  243. package/dist/_dts/media-core/src/videoPrep.d.ts +1 -1
  244. package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
  245. package/dist/_dts/media-editor/src/MediaEditor.d.ts +2 -2
  246. package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +1 -1
  247. package/dist/_dts/media-editor/src/context.d.ts +3 -3
  248. package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
  249. package/dist/_dts/media-editor/src/cropEditorSource.d.ts +1 -1
  250. package/dist/_dts/media-editor/src/debug.d.ts +1 -1
  251. package/dist/_dts/media-editor/src/provider.d.ts +3 -3
  252. package/dist/_dts/media-editor/src/runtimeMediaAssetState.d.ts +1 -1
  253. package/dist/_dts/media-editor/src/transformModel.d.ts +1 -1
  254. package/dist/_dts/media-editor/src/types.d.ts +2 -2
  255. package/dist/_dts/media-editor/src/utils.d.ts +1 -1
  256. package/dist/_dts/media-react/src/components/ImageCropper.d.ts +1 -1
  257. package/dist/_dts/media-react/src/components/cropDraftModel.d.ts +1 -1
  258. package/dist/_dts/media-react/src/components/cropGeometry.d.ts +1 -1
  259. package/dist/_dts/media-react/src/components/cropSessionState.d.ts +1 -1
  260. package/dist/_dts/media-react/src/components/useImageCropperController.d.ts +1 -1
  261. package/dist/_dts/media-react/src/ffmpegLoader.d.ts +1 -1
  262. package/dist/_dts/media-react/src/hooks/internal/classification.d.ts +1 -1
  263. package/dist/_dts/media-react/src/hooks/mediaAssetResponseMapper.d.ts +1 -1
  264. package/dist/_dts/media-react/src/hooks/useApiMediaUploader.d.ts +4 -4
  265. package/dist/_dts/media-react/src/utils/rotation.d.ts +1 -1
  266. package/dist/_dts/media-react/src/videoFrameExtraction.d.ts +1 -1
  267. package/dist/_dts/media-react/src/videoPrepBrowser.d.ts +2 -2
  268. package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +1 -1
  269. package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +1 -1
  270. package/dist/_dts/preview-next/src/client/blocks/composer/composePageFromBlocks.d.ts +1 -1
  271. package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -2
  272. package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +3 -3
  273. package/dist/_dts/preview-next/src/client/blocks/customizeFacetControls.d.ts +2 -2
  274. package/dist/_dts/preview-next/src/client/blocks/editorRegistry.d.ts +1 -1
  275. package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +2 -2
  276. package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +2 -2
  277. package/dist/_dts/preview-next/src/client/blocks/previewProjection/aiProposalProjection.d.ts +2 -2
  278. package/dist/_dts/preview-next/src/client/blocks/previewProjection/applyPreviewProjections.d.ts +2 -2
  279. package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
  280. package/dist/_dts/preview-next/src/client/blocks/previewProjection/types.d.ts +3 -3
  281. package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +5 -5
  282. package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -2
  283. package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +5 -5
  284. package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +1 -1
  285. package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +1 -1
  286. package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +11 -10
  287. package/dist/_dts/preview-next/src/client/preview/PreviewEditorUI.d.ts +2 -2
  288. package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
  289. package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +10 -9
  290. package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +10 -9
  291. package/dist/_dts/preview-next/src/client/preview/PreviewViewportControls.d.ts +1 -1
  292. package/dist/_dts/preview-next/src/client/preview/PreviewZoomControls.d.ts +1 -1
  293. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +8 -6
  294. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +8 -6
  295. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +5 -4
  296. package/dist/_dts/preview-next/src/client/preview/pageSchema.d.ts +1 -1
  297. package/dist/_dts/preview-next/src/client/preview/previewChromeSurface.d.ts +1 -1
  298. package/dist/_dts/preview-next/src/client/preview/previewChromeSurfacePolicy.d.ts +1 -1
  299. package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +3 -3
  300. package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -2
  301. package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +1 -1
  302. package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +1 -1
  303. package/dist/_dts/preview-next/src/client/preview/sidebarTabPreference.d.ts +1 -1
  304. package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +2 -2
  305. package/dist/_dts/preview-next/src/client/preview/styleConfiguratorApplyPayload.d.ts +8 -0
  306. package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +5 -4
  307. package/dist/_dts/preview-next/src/client/preview/subrouteNotice.d.ts +1 -1
  308. package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +1 -1
  309. package/dist/_dts/preview-next/src/client/sdk/SdkPreviewMode.d.ts +2 -2
  310. package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +2 -2
  311. package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +3 -3
  312. package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -3
  313. package/dist/_dts/sdk/src/bookings/index.d.ts +3 -2
  314. package/dist/_dts/sdk/src/bookings/types.d.ts +16 -10
  315. package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +1 -1
  316. package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +1 -1
  317. package/dist/_dts/sdk/src/cli/commands/style.d.ts +19 -0
  318. package/dist/_dts/sdk/src/cli/content/reader.d.ts +1 -1
  319. package/dist/_dts/sdk/src/cli/env.d.ts +1 -1
  320. package/dist/_dts/sdk/src/cli/merge-remote/entryMergePush.d.ts +1 -1
  321. package/dist/_dts/sdk/src/cli/push-config.d.ts +1 -1
  322. package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +1 -1
  323. package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +2 -2
  324. package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -1
  325. package/dist/_dts/sdk/src/cli/site-commands/datedOfferingCommands.d.ts +1 -1
  326. package/dist/_dts/sdk/src/cli/site-commands/entryCommands.d.ts +2 -2
  327. package/dist/_dts/sdk/src/cli/site-commands/footerCommands.d.ts +2 -2
  328. package/dist/_dts/sdk/src/cli/site-commands/formCommands.d.ts +2 -2
  329. package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +2 -2
  330. package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +2 -2
  331. package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -1
  332. package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +1 -1
  333. package/dist/_dts/sdk/src/client/management/index.d.ts +2 -1
  334. package/dist/_dts/sdk/src/client/management/theme.d.ts +3 -1
  335. package/dist/_dts/sdk/src/client/management/types.d.ts +23 -0
  336. package/dist/_dts/sdk/src/config/validation.d.ts +37 -43
  337. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +1 -1
  338. package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +19 -19
  339. package/dist/_dts/sdk/src/portal/config.d.ts +1 -1
  340. package/dist/_dts/sdk/src/portal/index.d.ts +1 -1
  341. package/dist/_dts/sdk/src/preview-next/client/index.d.ts +1 -1
  342. package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +1 -1
  343. package/dist/_dts/sdk/src/preview-next/constants.d.ts +1 -1
  344. package/dist/_dts/sdk/src/preview-next/cookies.d.ts +1 -1
  345. package/dist/_dts/sdk/src/preview-next/index.d.ts +2 -2
  346. package/dist/_dts/sdk/src/preview-next/middleware.d.ts +1 -1
  347. package/dist/_dts/sdk/src/preview-next/session.d.ts +1 -1
  348. package/dist/_dts/sdk/src/public-api/contracts.d.ts +19 -4
  349. package/dist/_dts/sdk/src/rendering/islands/blocksContracts.d.ts +1 -1
  350. package/dist/_dts/sdk/src/rendering/islands/types.d.ts +3 -3
  351. package/dist/_dts/sdk/src/spam-protection/index.d.ts +3 -3
  352. package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +2 -2
  353. package/dist/_dts/sdk/src/version.d.ts +1 -1
  354. package/dist/_dts/site-commands/src/adapter.d.ts +1 -1
  355. package/dist/_dts/site-commands/src/commands.d.ts +95 -46
  356. package/dist/_dts/site-commands/src/domain.d.ts +2 -2
  357. package/dist/_dts/site-commands/src/exposure.d.ts +3 -3
  358. package/dist/_dts/site-commands/src/metadata.d.ts +15 -2
  359. package/dist/_dts/site-commands/src/planner.d.ts +1 -1
  360. package/dist/_dts/site-commands/src/refs.d.ts +1 -1
  361. package/dist/_dts/theme-core/src/accordions/types.d.ts +9 -9
  362. package/dist/_dts/theme-core/src/blocks/index.d.ts +2 -2
  363. package/dist/_dts/theme-core/src/blocks/types.d.ts +3 -2
  364. package/dist/_dts/theme-core/src/buttons/personalities/brushed-wash.d.ts +5 -5
  365. package/dist/_dts/theme-core/src/buttons/personalities/confident-chip.d.ts +5 -5
  366. package/dist/_dts/theme-core/src/buttons/personalities/editorial-link.d.ts +5 -5
  367. package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +35 -35
  368. package/dist/_dts/theme-core/src/buttons/personalities/ink-stamp.d.ts +5 -5
  369. package/dist/_dts/theme-core/src/buttons/personalities/pebble.d.ts +5 -5
  370. package/dist/_dts/theme-core/src/buttons/personalities/showtime-pill.d.ts +5 -5
  371. package/dist/_dts/theme-core/src/buttons/personalities/soft-pill.d.ts +5 -5
  372. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +7 -7
  373. package/dist/_dts/theme-core/src/buttons/types.d.ts +18 -18
  374. package/dist/_dts/theme-core/src/cards/types.d.ts +17 -17
  375. package/dist/_dts/theme-core/src/inputs/types.d.ts +13 -13
  376. package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
  377. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +351 -351
  378. package/dist/_dts/theme-core/src/navigation/types.d.ts +15 -15
  379. package/dist/_dts/theme-core/src/palette/recipes/allRecipes.d.ts +1 -1
  380. package/dist/_dts/theme-core/src/palette/variants/brand-led.d.ts +24 -24
  381. package/dist/_dts/theme-core/src/palette/variants/high-contrast.d.ts +18 -18
  382. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +65 -65
  383. package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +18 -18
  384. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +7 -7
  385. package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +18 -18
  386. package/dist/_dts/theme-core/src/progress/generateProgressCss.d.ts +2 -1
  387. package/dist/_dts/theme-core/src/recommend/generateThemes.d.ts +1 -1
  388. package/dist/_dts/theme-core/src/runtime/buildThemeRuntimeFromBridge.d.ts +4 -0
  389. package/dist/_dts/theme-core/src/schema.d.ts +568 -568
  390. package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
  391. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +1 -1
  392. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +1 -1
  393. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +34 -34
  394. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
  395. package/dist/_dts/theme-core/src/site-styles/pageDesignAuthority.d.ts +1 -1
  396. package/dist/_dts/theme-core/src/site-styles/siteStyleBlockPolicies.d.ts +1 -1
  397. package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +14 -14
  398. package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
  399. package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +4 -4
  400. package/dist/_dts/theme-core/src/status/generateStatusCss.d.ts +2 -1
  401. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +5 -5
  402. package/dist/_dts/ui/src/badge.d.ts +1 -1
  403. package/dist/_dts/ui/src/button.d.ts +2 -2
  404. package/dist/_dts/ui/src/card.d.ts +1 -1
  405. package/dist/_dts/ui/src/color-picker.d.ts +1 -1
  406. package/dist/_dts/ui/src/surface.d.ts +2 -2
  407. package/dist/_dts/ui/src/toggle.d.ts +4 -4
  408. package/dist/cli/index.mjs +5989 -5678
  409. package/dist/client/bookings.mjs +104 -34
  410. package/dist/client/client.mjs +4482 -4298
  411. package/dist/client/hooks.mjs +5783 -3847
  412. package/dist/client/rendering/client.mjs +164 -35
  413. package/dist/client/rendering/islands.mjs +164 -35
  414. package/dist/client/rendering.mjs +530 -346
  415. package/dist/preview-next/before-render.mjs +39 -0
  416. package/dist/preview-next/client/runtime.mjs +339 -92
  417. package/dist/preview-next/middleware.mjs +39 -0
  418. package/dist/server/components.mjs +418 -310
  419. package/dist/server/config-validation.mjs +6899 -4883
  420. package/dist/server/config.mjs +6890 -4883
  421. package/dist/server/data.mjs +5783 -3847
  422. package/dist/server/index.mjs +199 -1762
  423. package/dist/server/next.mjs +6577 -5268
  424. package/dist/server/prebuild.mjs +1 -1
  425. package/dist/server/rendering/server.mjs +420 -312
  426. package/dist/server/rendering.mjs +420 -312
  427. package/dist/server/routing.mjs +11475 -7881
  428. package/dist/server/server.mjs +5770 -3834
  429. package/dist/server/theme-bridge.mjs +249 -15
  430. package/package.json +1 -3
@@ -35,11 +35,17 @@ export declare const configureSiteIdentityCommandSchema: z.ZodObject<{
35
35
  }>>;
36
36
  }, z.core.$strict>;
37
37
  }, z.core.$strict>;
38
- export declare const applySiteStyleCommandSchema: z.ZodObject<{
39
- type: z.ZodLiteral<"applySiteStyle">;
38
+ export declare const applySiteStyleSelectionCommandSchema: z.ZodObject<{
39
+ type: z.ZodLiteral<"applySiteStyleSelection">;
40
40
  ref: z.ZodPipe<z.ZodString, z.ZodTransform<SiteStyleRef, string>>;
41
41
  input: z.ZodObject<{
42
- styleKey: z.ZodString;
42
+ siteStyleId: z.ZodPipe<z.ZodString, z.ZodTransform<SiteStyleRef, string>>;
43
+ buttonPersonalityId: z.ZodNullable<z.ZodString>;
44
+ paletteVariantId: z.ZodNullable<z.ZodString>;
45
+ paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
46
+ headerLookId: z.ZodNullable<z.ZodString>;
47
+ footerLookId: z.ZodNullable<z.ZodString>;
48
+ baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
43
49
  }, z.core.$strict>;
44
50
  }, z.core.$strict>;
45
51
  export declare const upsertMediaAssetCommandSchema: z.ZodObject<{
@@ -97,6 +103,17 @@ export declare const upsertPageBlockCommandSchema: z.ZodObject<{
97
103
  children: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodUnknown>>>;
98
104
  }, z.core.$strict>;
99
105
  }, z.core.$strict>;
106
+ export declare const patchPageBlockContentCommandSchema: z.ZodObject<{
107
+ type: z.ZodLiteral<"patchPageBlockContent">;
108
+ ref: z.ZodPipe<z.ZodString, z.ZodTransform<CommandRef, string>>;
109
+ input: z.ZodObject<{
110
+ pageIdentifier: z.ZodString;
111
+ pageRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<PageRef, string>>>;
112
+ identifier: z.ZodString;
113
+ field: z.ZodString;
114
+ value: z.ZodUnknown;
115
+ }, z.core.$strict>;
116
+ }, z.core.$strict>;
100
117
  export declare const deletePageBlockCommandSchema: z.ZodObject<{
101
118
  type: z.ZodLiteral<"deletePageBlock">;
102
119
  ref: z.ZodPipe<z.ZodString, z.ZodTransform<CommandRef, string>>;
@@ -151,8 +168,8 @@ declare const navigationLinkCommandInputSchema: z.ZodDiscriminatedUnion<[z.ZodOb
151
168
  }, z.core.$strict>, z.ZodObject<{
152
169
  kind: z.ZodLiteral<"cart">;
153
170
  badge: z.ZodEnum<{
154
- "show-count": "show-count";
155
171
  hidden: "hidden";
172
+ "show-count": "show-count";
156
173
  }>;
157
174
  label: z.ZodDiscriminatedUnion<[z.ZodObject<{
158
175
  kind: z.ZodLiteral<"icon-only">;
@@ -168,8 +185,8 @@ export declare const upsertNavigationMenuCommandSchema: z.ZodObject<{
168
185
  input: z.ZodObject<{
169
186
  name: z.ZodOptional<z.ZodString>;
170
187
  location: z.ZodOptional<z.ZodEnum<{
171
- header: "header";
172
188
  footer: "footer";
189
+ header: "header";
173
190
  main: "main";
174
191
  }>>;
175
192
  role: z.ZodOptional<z.ZodEnum<{
@@ -387,8 +404,8 @@ export declare const upsertEventSeriesCommandSchema: z.ZodObject<{
387
404
  }>;
388
405
  status: z.ZodOptional<z.ZodEnum<{
389
406
  active: "active";
390
- draft: "draft";
391
407
  cancelled: "cancelled";
408
+ draft: "draft";
392
409
  archived: "archived";
393
410
  }>>;
394
411
  visibility: z.ZodEnum<{
@@ -440,8 +457,8 @@ export declare const upsertEventSeriesCommandSchema: z.ZodObject<{
440
457
  acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
441
458
  deliveryMode: z.ZodOptional<z.ZodEnum<{
442
459
  in_person: "in_person";
443
- hybrid: "hybrid";
444
460
  online: "online";
461
+ hybrid: "hybrid";
445
462
  }>>;
446
463
  occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
447
464
  title: z.ZodOptional<z.ZodString>;
@@ -511,8 +528,8 @@ export declare const upsertCourseCommandSchema: z.ZodObject<{
511
528
  title: z.ZodString;
512
529
  status: z.ZodOptional<z.ZodEnum<{
513
530
  active: "active";
514
- draft: "draft";
515
531
  cancelled: "cancelled";
532
+ draft: "draft";
516
533
  }>>;
517
534
  visibility: z.ZodEnum<{
518
535
  draft: "draft";
@@ -619,8 +636,8 @@ export declare const configureBookingSettingsCommandSchema: z.ZodObject<{
619
636
  appointmentBookingPolicies: z.ZodOptional<z.ZodObject<{
620
637
  refunds: z.ZodOptional<z.ZodObject<{
621
638
  mode: z.ZodEnum<{
622
- never: "never";
623
639
  always: "always";
640
+ never: "never";
624
641
  cutoff: "cutoff";
625
642
  }>;
626
643
  cutoffHours: z.ZodOptional<z.ZodNumber>;
@@ -717,10 +734,10 @@ export declare const grantCustomerMembershipCommandSchema: z.ZodObject<{
717
734
  membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<MembershipProductRef, string>>;
718
735
  status: z.ZodDefault<z.ZodEnum<{
719
736
  active: "active";
720
- trialing: "trialing";
721
- past_due: "past_due";
722
- canceled: "canceled";
723
737
  paused: "paused";
738
+ canceled: "canceled";
739
+ past_due: "past_due";
740
+ trialing: "trialing";
724
741
  }>>;
725
742
  currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
726
743
  currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -759,8 +776,8 @@ export declare const seedCourseEnrollmentCommandSchema: z.ZodObject<{
759
776
  customerRef: z.ZodPipe<z.ZodString, z.ZodTransform<BookingCustomerRef, string>>;
760
777
  courseRef: z.ZodPipe<z.ZodString, z.ZodTransform<CourseRef, string>>;
761
778
  status: z.ZodDefault<z.ZodEnum<{
762
- cancelled: "cancelled";
763
779
  completed: "completed";
780
+ cancelled: "cancelled";
764
781
  enrolled: "enrolled";
765
782
  }>>;
766
783
  paymentMethod: z.ZodDefault<z.ZodLiteral<"free">>;
@@ -841,9 +858,9 @@ export declare const upsertAppointmentServiceCommandSchema: z.ZodObject<{
841
858
  durationMinutes: z.ZodNumber;
842
859
  isActive: z.ZodDefault<z.ZodBoolean>;
843
860
  locationType: z.ZodDefault<z.ZodEnum<{
844
- virtual: "virtual";
845
861
  in_person: "in_person";
846
862
  hybrid: "hybrid";
863
+ virtual: "virtual";
847
864
  }>>;
848
865
  timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
849
866
  buffers: z.ZodOptional<z.ZodObject<{
@@ -860,9 +877,9 @@ export declare const upsertAppointmentServiceCommandSchema: z.ZodObject<{
860
877
  durationMinutes: z.ZodNumber;
861
878
  isActive: z.ZodDefault<z.ZodBoolean>;
862
879
  locationType: z.ZodDefault<z.ZodEnum<{
863
- virtual: "virtual";
864
880
  in_person: "in_person";
865
881
  hybrid: "hybrid";
882
+ virtual: "virtual";
866
883
  }>>;
867
884
  timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
868
885
  buffers: z.ZodOptional<z.ZodObject<{
@@ -879,9 +896,9 @@ export declare const upsertAppointmentServiceCommandSchema: z.ZodObject<{
879
896
  durationMinutes: z.ZodNumber;
880
897
  isActive: z.ZodDefault<z.ZodBoolean>;
881
898
  locationType: z.ZodDefault<z.ZodEnum<{
882
- virtual: "virtual";
883
899
  in_person: "in_person";
884
900
  hybrid: "hybrid";
901
+ virtual: "virtual";
885
902
  }>>;
886
903
  timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
887
904
  buffers: z.ZodOptional<z.ZodObject<{
@@ -957,8 +974,8 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
957
974
  appointmentBookingPolicies: z.ZodOptional<z.ZodObject<{
958
975
  refunds: z.ZodOptional<z.ZodObject<{
959
976
  mode: z.ZodEnum<{
960
- never: "never";
961
977
  always: "always";
978
+ never: "never";
962
979
  cutoff: "cutoff";
963
980
  }>;
964
981
  cutoffHours: z.ZodOptional<z.ZodNumber>;
@@ -966,10 +983,16 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
966
983
  }, z.core.$strict>>;
967
984
  }, z.core.$strict>;
968
985
  }, z.core.$strict>, z.ZodObject<{
969
- type: z.ZodLiteral<"applySiteStyle">;
986
+ type: z.ZodLiteral<"applySiteStyleSelection">;
970
987
  ref: z.ZodPipe<z.ZodString, z.ZodTransform<SiteStyleRef, string>>;
971
988
  input: z.ZodObject<{
972
- styleKey: z.ZodString;
989
+ siteStyleId: z.ZodPipe<z.ZodString, z.ZodTransform<SiteStyleRef, string>>;
990
+ buttonPersonalityId: z.ZodNullable<z.ZodString>;
991
+ paletteVariantId: z.ZodNullable<z.ZodString>;
992
+ paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
993
+ headerLookId: z.ZodNullable<z.ZodString>;
994
+ footerLookId: z.ZodNullable<z.ZodString>;
995
+ baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
973
996
  }, z.core.$strict>;
974
997
  }, z.core.$strict>, z.ZodObject<{
975
998
  type: z.ZodLiteral<"upsertMediaAsset">;
@@ -1022,6 +1045,16 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1022
1045
  props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1023
1046
  children: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodUnknown>>>;
1024
1047
  }, z.core.$strict>;
1048
+ }, z.core.$strict>, z.ZodObject<{
1049
+ type: z.ZodLiteral<"patchPageBlockContent">;
1050
+ ref: z.ZodPipe<z.ZodString, z.ZodTransform<CommandRef, string>>;
1051
+ input: z.ZodObject<{
1052
+ pageIdentifier: z.ZodString;
1053
+ pageRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<PageRef, string>>>;
1054
+ identifier: z.ZodString;
1055
+ field: z.ZodString;
1056
+ value: z.ZodUnknown;
1057
+ }, z.core.$strict>;
1025
1058
  }, z.core.$strict>, z.ZodObject<{
1026
1059
  type: z.ZodLiteral<"deletePageBlock">;
1027
1060
  ref: z.ZodPipe<z.ZodString, z.ZodTransform<CommandRef, string>>;
@@ -1048,8 +1081,8 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1048
1081
  input: z.ZodObject<{
1049
1082
  name: z.ZodOptional<z.ZodString>;
1050
1083
  location: z.ZodOptional<z.ZodEnum<{
1051
- header: "header";
1052
1084
  footer: "footer";
1085
+ header: "header";
1053
1086
  main: "main";
1054
1087
  }>>;
1055
1088
  role: z.ZodOptional<z.ZodEnum<{
@@ -1268,8 +1301,8 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1268
1301
  }>;
1269
1302
  status: z.ZodOptional<z.ZodEnum<{
1270
1303
  active: "active";
1271
- draft: "draft";
1272
1304
  cancelled: "cancelled";
1305
+ draft: "draft";
1273
1306
  archived: "archived";
1274
1307
  }>>;
1275
1308
  visibility: z.ZodEnum<{
@@ -1321,8 +1354,8 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1321
1354
  acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
1322
1355
  deliveryMode: z.ZodOptional<z.ZodEnum<{
1323
1356
  in_person: "in_person";
1324
- hybrid: "hybrid";
1325
1357
  online: "online";
1358
+ hybrid: "hybrid";
1326
1359
  }>>;
1327
1360
  occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
1328
1361
  title: z.ZodOptional<z.ZodString>;
@@ -1389,8 +1422,8 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1389
1422
  title: z.ZodString;
1390
1423
  status: z.ZodOptional<z.ZodEnum<{
1391
1424
  active: "active";
1392
- draft: "draft";
1393
1425
  cancelled: "cancelled";
1426
+ draft: "draft";
1394
1427
  }>>;
1395
1428
  visibility: z.ZodEnum<{
1396
1429
  draft: "draft";
@@ -1543,10 +1576,10 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1543
1576
  membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<MembershipProductRef, string>>;
1544
1577
  status: z.ZodDefault<z.ZodEnum<{
1545
1578
  active: "active";
1546
- trialing: "trialing";
1547
- past_due: "past_due";
1548
- canceled: "canceled";
1549
1579
  paused: "paused";
1580
+ canceled: "canceled";
1581
+ past_due: "past_due";
1582
+ trialing: "trialing";
1550
1583
  }>>;
1551
1584
  currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1552
1585
  currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1579,8 +1612,8 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1579
1612
  customerRef: z.ZodPipe<z.ZodString, z.ZodTransform<BookingCustomerRef, string>>;
1580
1613
  courseRef: z.ZodPipe<z.ZodString, z.ZodTransform<CourseRef, string>>;
1581
1614
  status: z.ZodDefault<z.ZodEnum<{
1582
- cancelled: "cancelled";
1583
1615
  completed: "completed";
1616
+ cancelled: "cancelled";
1584
1617
  enrolled: "enrolled";
1585
1618
  }>>;
1586
1619
  paymentMethod: z.ZodDefault<z.ZodLiteral<"free">>;
@@ -1653,9 +1686,9 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1653
1686
  durationMinutes: z.ZodNumber;
1654
1687
  isActive: z.ZodDefault<z.ZodBoolean>;
1655
1688
  locationType: z.ZodDefault<z.ZodEnum<{
1656
- virtual: "virtual";
1657
1689
  in_person: "in_person";
1658
1690
  hybrid: "hybrid";
1691
+ virtual: "virtual";
1659
1692
  }>>;
1660
1693
  timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1661
1694
  buffers: z.ZodOptional<z.ZodObject<{
@@ -1672,9 +1705,9 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1672
1705
  durationMinutes: z.ZodNumber;
1673
1706
  isActive: z.ZodDefault<z.ZodBoolean>;
1674
1707
  locationType: z.ZodDefault<z.ZodEnum<{
1675
- virtual: "virtual";
1676
1708
  in_person: "in_person";
1677
1709
  hybrid: "hybrid";
1710
+ virtual: "virtual";
1678
1711
  }>>;
1679
1712
  timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1680
1713
  buffers: z.ZodOptional<z.ZodObject<{
@@ -1691,9 +1724,9 @@ export declare const siteCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1691
1724
  durationMinutes: z.ZodNumber;
1692
1725
  isActive: z.ZodDefault<z.ZodBoolean>;
1693
1726
  locationType: z.ZodDefault<z.ZodEnum<{
1694
- virtual: "virtual";
1695
1727
  in_person: "in_person";
1696
1728
  hybrid: "hybrid";
1729
+ virtual: "virtual";
1697
1730
  }>>;
1698
1731
  timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1699
1732
  buffers: z.ZodOptional<z.ZodObject<{
@@ -1769,8 +1802,8 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
1769
1802
  appointmentBookingPolicies: z.ZodOptional<z.ZodObject<{
1770
1803
  refunds: z.ZodOptional<z.ZodObject<{
1771
1804
  mode: z.ZodEnum<{
1772
- never: "never";
1773
1805
  always: "always";
1806
+ never: "never";
1774
1807
  cutoff: "cutoff";
1775
1808
  }>;
1776
1809
  cutoffHours: z.ZodOptional<z.ZodNumber>;
@@ -1778,10 +1811,16 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
1778
1811
  }, z.core.$strict>>;
1779
1812
  }, z.core.$strict>;
1780
1813
  }, z.core.$strict>, z.ZodObject<{
1781
- type: z.ZodLiteral<"applySiteStyle">;
1814
+ type: z.ZodLiteral<"applySiteStyleSelection">;
1782
1815
  ref: z.ZodPipe<z.ZodString, z.ZodTransform<SiteStyleRef, string>>;
1783
1816
  input: z.ZodObject<{
1784
- styleKey: z.ZodString;
1817
+ siteStyleId: z.ZodPipe<z.ZodString, z.ZodTransform<SiteStyleRef, string>>;
1818
+ buttonPersonalityId: z.ZodNullable<z.ZodString>;
1819
+ paletteVariantId: z.ZodNullable<z.ZodString>;
1820
+ paletteOverrides: z.ZodNullable<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
1821
+ headerLookId: z.ZodNullable<z.ZodString>;
1822
+ footerLookId: z.ZodNullable<z.ZodString>;
1823
+ baseSelectionVersion: z.ZodOptional<z.ZodNumber>;
1785
1824
  }, z.core.$strict>;
1786
1825
  }, z.core.$strict>, z.ZodObject<{
1787
1826
  type: z.ZodLiteral<"upsertMediaAsset">;
@@ -1834,6 +1873,16 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
1834
1873
  props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1835
1874
  children: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodUnknown>>>;
1836
1875
  }, z.core.$strict>;
1876
+ }, z.core.$strict>, z.ZodObject<{
1877
+ type: z.ZodLiteral<"patchPageBlockContent">;
1878
+ ref: z.ZodPipe<z.ZodString, z.ZodTransform<CommandRef, string>>;
1879
+ input: z.ZodObject<{
1880
+ pageIdentifier: z.ZodString;
1881
+ pageRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<PageRef, string>>>;
1882
+ identifier: z.ZodString;
1883
+ field: z.ZodString;
1884
+ value: z.ZodUnknown;
1885
+ }, z.core.$strict>;
1837
1886
  }, z.core.$strict>, z.ZodObject<{
1838
1887
  type: z.ZodLiteral<"deletePageBlock">;
1839
1888
  ref: z.ZodPipe<z.ZodString, z.ZodTransform<CommandRef, string>>;
@@ -1860,8 +1909,8 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
1860
1909
  input: z.ZodObject<{
1861
1910
  name: z.ZodOptional<z.ZodString>;
1862
1911
  location: z.ZodOptional<z.ZodEnum<{
1863
- header: "header";
1864
1912
  footer: "footer";
1913
+ header: "header";
1865
1914
  main: "main";
1866
1915
  }>>;
1867
1916
  role: z.ZodOptional<z.ZodEnum<{
@@ -2080,8 +2129,8 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
2080
2129
  }>;
2081
2130
  status: z.ZodOptional<z.ZodEnum<{
2082
2131
  active: "active";
2083
- draft: "draft";
2084
2132
  cancelled: "cancelled";
2133
+ draft: "draft";
2085
2134
  archived: "archived";
2086
2135
  }>>;
2087
2136
  visibility: z.ZodEnum<{
@@ -2133,8 +2182,8 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
2133
2182
  acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
2134
2183
  deliveryMode: z.ZodOptional<z.ZodEnum<{
2135
2184
  in_person: "in_person";
2136
- hybrid: "hybrid";
2137
2185
  online: "online";
2186
+ hybrid: "hybrid";
2138
2187
  }>>;
2139
2188
  occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
2140
2189
  title: z.ZodOptional<z.ZodString>;
@@ -2201,8 +2250,8 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
2201
2250
  title: z.ZodString;
2202
2251
  status: z.ZodOptional<z.ZodEnum<{
2203
2252
  active: "active";
2204
- draft: "draft";
2205
2253
  cancelled: "cancelled";
2254
+ draft: "draft";
2206
2255
  }>>;
2207
2256
  visibility: z.ZodEnum<{
2208
2257
  draft: "draft";
@@ -2355,10 +2404,10 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
2355
2404
  membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<MembershipProductRef, string>>;
2356
2405
  status: z.ZodDefault<z.ZodEnum<{
2357
2406
  active: "active";
2358
- trialing: "trialing";
2359
- past_due: "past_due";
2360
- canceled: "canceled";
2361
2407
  paused: "paused";
2408
+ canceled: "canceled";
2409
+ past_due: "past_due";
2410
+ trialing: "trialing";
2362
2411
  }>>;
2363
2412
  currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2364
2413
  currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2391,8 +2440,8 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
2391
2440
  customerRef: z.ZodPipe<z.ZodString, z.ZodTransform<BookingCustomerRef, string>>;
2392
2441
  courseRef: z.ZodPipe<z.ZodString, z.ZodTransform<CourseRef, string>>;
2393
2442
  status: z.ZodDefault<z.ZodEnum<{
2394
- cancelled: "cancelled";
2395
2443
  completed: "completed";
2444
+ cancelled: "cancelled";
2396
2445
  enrolled: "enrolled";
2397
2446
  }>>;
2398
2447
  paymentMethod: z.ZodDefault<z.ZodLiteral<"free">>;
@@ -2465,9 +2514,9 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
2465
2514
  durationMinutes: z.ZodNumber;
2466
2515
  isActive: z.ZodDefault<z.ZodBoolean>;
2467
2516
  locationType: z.ZodDefault<z.ZodEnum<{
2468
- virtual: "virtual";
2469
2517
  in_person: "in_person";
2470
2518
  hybrid: "hybrid";
2519
+ virtual: "virtual";
2471
2520
  }>>;
2472
2521
  timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2473
2522
  buffers: z.ZodOptional<z.ZodObject<{
@@ -2484,9 +2533,9 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
2484
2533
  durationMinutes: z.ZodNumber;
2485
2534
  isActive: z.ZodDefault<z.ZodBoolean>;
2486
2535
  locationType: z.ZodDefault<z.ZodEnum<{
2487
- virtual: "virtual";
2488
2536
  in_person: "in_person";
2489
2537
  hybrid: "hybrid";
2538
+ virtual: "virtual";
2490
2539
  }>>;
2491
2540
  timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2492
2541
  buffers: z.ZodOptional<z.ZodObject<{
@@ -2503,9 +2552,9 @@ export declare const siteCommandBatchSchema: z.ZodObject<{
2503
2552
  durationMinutes: z.ZodNumber;
2504
2553
  isActive: z.ZodDefault<z.ZodBoolean>;
2505
2554
  locationType: z.ZodDefault<z.ZodEnum<{
2506
- virtual: "virtual";
2507
2555
  in_person: "in_person";
2508
2556
  hybrid: "hybrid";
2557
+ virtual: "virtual";
2509
2558
  }>>;
2510
2559
  timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2511
2560
  buffers: z.ZodOptional<z.ZodObject<{
@@ -2556,8 +2605,8 @@ export type SiteCommandOf<TType extends SiteCommandType> = SiteCommand extends i
2556
2605
  } ? TCommand : never : never;
2557
2606
  export type ContentEntryIdentifierCommand = SiteCommandOf<'upsertContentEntry' | 'publishContentEntry' | 'unpublishContentEntry' | 'deleteContentEntry'>;
2558
2607
  export type PageIdentifierCommand = SiteCommandOf<'upsertPage' | 'publishPage' | 'unpublishPage'>;
2559
- export type PageBlockIdentifierCommand = SiteCommandOf<'upsertPageBlock' | 'deletePageBlock'>;
2560
- export type PageBlockPageIdentifierCommand = SiteCommandOf<'upsertPageBlock' | 'deletePageBlock' | 'reorderPageBlocks'>;
2608
+ export type PageBlockIdentifierCommand = SiteCommandOf<'upsertPageBlock' | 'patchPageBlockContent' | 'deletePageBlock'>;
2609
+ export type PageBlockPageIdentifierCommand = SiteCommandOf<'upsertPageBlock' | 'patchPageBlockContent' | 'deletePageBlock' | 'reorderPageBlocks'>;
2561
2610
  export declare function entryIdentifierForCommand(command: ContentEntryIdentifierCommand): string;
2562
2611
  export declare function pageIdentifierForCommand(command: PageIdentifierCommand): string;
2563
2612
  export declare function pagePathForCommand(command: SiteCommandOf<'upsertPage'>): string;
@@ -1,4 +1,4 @@
1
- import type { Brand } from '@riverbankcms/core';
1
+ import type { Brand } from '../../core/src/index';
2
2
  import type { SiteCommandCapabilityGapCode } from './capabilityGaps';
3
3
  import type { SiteCommandType } from './commands';
4
4
  import type { SiteCommandRef } from './refs';
@@ -6,7 +6,7 @@ export declare const commandScopes: readonly ["site", "style", "media", "page",
6
6
  export type CommandScope = (typeof commandScopes)[number];
7
7
  export declare const commandRisks: readonly ["low", "medium", "high", "restricted"];
8
8
  export type CommandRisk = (typeof commandRisks)[number];
9
- export declare const writeSemantics: readonly ["upsert", "append", "replace", "delete", "order_transition", "status_transition"];
9
+ export declare const writeSemantics: readonly ["upsert", "patch", "append", "replace", "delete", "order_transition", "status_transition"];
10
10
  export type WriteSemantics = (typeof writeSemantics)[number];
11
11
  export declare const lifecycleIntents: readonly ["mutation", "publish", "unpublish", "seed"];
12
12
  export type LifecycleIntent = (typeof lifecycleIntents)[number];
@@ -3,7 +3,7 @@ import type { AllowedRuntime, CommandRisk, IntendedExposure, SiteCommandCapabili
3
3
  import type { SiteCommandRef } from './refs';
4
4
  export type SiteCommandExposureTarget = Readonly<{
5
5
  type: SiteCommandType;
6
- ref?: SiteCommandRef | string;
6
+ ref?: SiteCommandRef;
7
7
  }>;
8
8
  export type SiteCommandExposurePolicy = Readonly<{
9
9
  exposure: IntendedExposure;
@@ -14,14 +14,14 @@ export type SiteCommandExposurePolicy = Readonly<{
14
14
  export type SiteCommandExposureAllowed = Readonly<{
15
15
  kind: 'allowed';
16
16
  commandType: SiteCommandType;
17
- commandRef: SiteCommandRef | string | null;
17
+ commandRef: SiteCommandRef | null;
18
18
  metadata: SiteCommandMetadata;
19
19
  }>;
20
20
  export type SiteCommandExposureRejection = Readonly<{
21
21
  kind: 'rejected';
22
22
  code: 'unsupported_command' | 'exposure_not_allowed' | 'runtime_not_allowed' | 'risk_not_allowed' | 'capability_gap';
23
23
  commandType: SiteCommandType;
24
- commandRef: SiteCommandRef | string | null;
24
+ commandRef: SiteCommandRef | null;
25
25
  message: string;
26
26
  }>;
27
27
  export type SiteCommandExposureDecision = SiteCommandExposureAllowed | SiteCommandExposureRejection;
@@ -28,7 +28,7 @@ export declare const siteCommandMetadata: {
28
28
  readonly capability: "bookings.settings.write";
29
29
  readonly support: "supported";
30
30
  };
31
- readonly applySiteStyle: {
31
+ readonly applySiteStyleSelection: {
32
32
  readonly scope: "style";
33
33
  readonly risk: "low";
34
34
  readonly writeSemantics: "upsert";
@@ -37,7 +37,7 @@ export declare const siteCommandMetadata: {
37
37
  readonly conflictPolicy: "update_existing";
38
38
  readonly previewability: "static_preview";
39
39
  readonly allowedRuntimes: readonly ["development", "staging", "demo", "production"];
40
- readonly intendedExposure: readonly ["recipe", "sdk_cli", "onboarding_planner", "internal_apply"];
40
+ readonly intendedExposure: readonly ["recipe", "sdk_cli", "onboarding_planner", "ai_proposal", "internal_apply"];
41
41
  readonly capability: "theme.write";
42
42
  readonly support: "supported";
43
43
  };
@@ -93,6 +93,19 @@ export declare const siteCommandMetadata: {
93
93
  readonly capability: "pages.blocks.write";
94
94
  readonly support: "supported";
95
95
  };
96
+ readonly patchPageBlockContent: {
97
+ readonly scope: "block";
98
+ readonly risk: "low";
99
+ readonly writeSemantics: "patch";
100
+ readonly lifecycleIntent: "mutation";
101
+ readonly idempotencyStrategy: "existing_id";
102
+ readonly conflictPolicy: "update_existing";
103
+ readonly previewability: "static_preview";
104
+ readonly allowedRuntimes: readonly ["development", "staging", "demo", "production"];
105
+ readonly intendedExposure: readonly ["ai_proposal", "internal_apply"];
106
+ readonly capability: "pages.blocks.content.patch";
107
+ readonly support: "supported";
108
+ };
96
109
  readonly deletePageBlock: {
97
110
  readonly scope: "block";
98
111
  readonly risk: "medium";
@@ -1,4 +1,4 @@
1
- import { type Result } from '@riverbankcms/core';
1
+ import { type Result } from '../../core/src/index';
2
2
  import { type SiteCommand, type SiteCommandBatch, type SiteCommandOf, type SiteCommandType } from './commands';
3
3
  import { type CommandRisk, type LifecycleIntent, type SiteCommandCapabilityGap, type SiteCommandIdempotencyKey, type SiteCommandMetadata, type SiteCommandValidationError } from './domain';
4
4
  import { type ResourceRef } from './refs';
@@ -1,4 +1,4 @@
1
- import { type Brand, type Result } from '@riverbankcms/core';
1
+ import { type Brand, type Result } from '../../core/src/index';
2
2
  export declare const resourceKinds: readonly ["site-style", "media", "page", "block", "blocks", "nav", "form", "footer", "content", "staff", "venue", "event-category", "event", "course", "ticket", "pass", "membership", "customer", "customer-pass", "customer-membership", "appointment", "course-enrollment", "event-registration", "pass-redemption", "order", "appointment-service", "appointment-resource", "availability"];
3
3
  export type ResourceKind = (typeof resourceKinds)[number];
4
4
  export type CommandRef = Brand<`${string}:${string}`, 'SiteCommandRef:command'>;
@@ -25,18 +25,18 @@ export declare const accordionSystemSchema: z.ZodObject<{
25
25
  colorToken: z.ZodString;
26
26
  }, z.core.$strip>;
27
27
  spacing: z.ZodEnum<{
28
+ medium: "medium";
28
29
  none: "none";
29
30
  compact: "compact";
30
- medium: "medium";
31
- spacious: "spacious";
32
- comfortable: "comfortable";
33
31
  cozy: "cozy";
32
+ comfortable: "comfortable";
33
+ spacious: "spacious";
34
34
  }>;
35
35
  corners: z.ZodNullable<z.ZodEnum<{
36
- soft: "soft";
37
- square: "square";
38
36
  rounded: "rounded";
37
+ square: "square";
39
38
  pill: "pill";
39
+ soft: "soft";
40
40
  }>>;
41
41
  border: z.ZodNullable<z.ZodObject<{
42
42
  widthClass: z.ZodString;
@@ -44,14 +44,14 @@ export declare const accordionSystemSchema: z.ZodObject<{
44
44
  }, z.core.$strip>>;
45
45
  shadow: z.ZodNullable<z.ZodObject<{
46
46
  elevation: z.ZodEnum<{
47
+ medium: "medium";
47
48
  none: "none";
48
49
  low: "low";
49
50
  high: "high";
50
- medium: "medium";
51
51
  }>;
52
52
  softness: z.ZodNullable<z.ZodEnum<{
53
- crisp: "crisp";
54
53
  soft: "soft";
54
+ crisp: "crisp";
55
55
  hard: "hard";
56
56
  }>>;
57
57
  position: z.ZodEnum<{
@@ -72,17 +72,17 @@ export declare const accordionSystemSchema: z.ZodObject<{
72
72
  right: "right";
73
73
  }>;
74
74
  size: z.ZodEnum<{
75
+ sm: "sm";
75
76
  md: "md";
76
77
  lg: "lg";
77
- sm: "sm";
78
78
  }>;
79
79
  }, z.core.$strip>;
80
80
  trigger: z.ZodObject<{
81
81
  textColorToken: z.ZodString;
82
82
  fontWeight: z.ZodNullable<z.ZodEnum<{
83
+ medium: "medium";
83
84
  bold: "bold";
84
85
  regular: "regular";
85
- medium: "medium";
86
86
  semibold: "semibold";
87
87
  }>>;
88
88
  }, z.core.$strip>;
@@ -10,12 +10,12 @@
10
10
  *
11
11
  * Usage:
12
12
  * ```typescript
13
- * import { generateAllBlockVarsCss, generateBlockCustomVarsCss } from '@riverbankcms/blocks';
13
+ * import { generateAllBlockVarsCss, generateBlockCustomVarsCss } from '../../../blocks/src/index';
14
14
  *
15
15
  * const blockVarsCss = generateAllBlockVarsCss({ theme, themeId });
16
16
  * const customVarsCss = generateBlockCustomVarsCss(themeId, theme.blockCustomVars);
17
17
  * ```
18
18
  */
19
- export type { BlockVarGeneratorContext, BlockVarGenerator, BlockVarRegistry, BlockCustomVars, } from './types';
19
+ export type { BlockVarGeneratorTheme, BlockVarGeneratorContext, BlockVarGenerator, BlockVarRegistry, BlockCustomVars, } from './types';
20
20
  export { registerBlockVarGenerator, getBlockVarGenerator, generateAllBlockVarsCss, generateBlockCustomVarsCss, } from './registry';
21
21
  export * from './vars';
@@ -4,12 +4,13 @@
4
4
  * Type definitions for Tier 3 (block-specific) CSS variable generation.
5
5
  */
6
6
  import type { Theme } from '../schema';
7
+ export type BlockVarGeneratorTheme = Pick<Theme, 'corners' | 'motion'>;
7
8
  /**
8
9
  * Context passed to block var generators.
9
- * Contains the full theme and themeId for scoped CSS generation.
10
+ * Contains the theme read surface and themeId for scoped CSS generation.
10
11
  */
11
12
  export interface BlockVarGeneratorContext {
12
- theme: Theme;
13
+ theme: BlockVarGeneratorTheme;
13
14
  themeId: string;
14
15
  }
15
16
  /**
@@ -7,10 +7,10 @@ export declare const brushedWash: Readonly<{
7
7
  name: string;
8
8
  description: string;
9
9
  tags: Readonly<Partial<Readonly<{
10
- tone: import("@riverbankcms/blocks").StyleTone;
11
- energy: import("@riverbankcms/blocks").StyleEnergy;
12
- motion: import("@riverbankcms/blocks").StyleMotion;
13
- era: import("@riverbankcms/blocks").StyleEra;
10
+ tone: import("../../../../blocks/src/index").StyleTone;
11
+ energy: import("../../../../blocks/src/index").StyleEnergy;
12
+ motion: import("../../../../blocks/src/index").StyleMotion;
13
+ era: import("../../../../blocks/src/index").StyleEra;
14
14
  }>>>;
15
- buttonSystem: import("@riverbankcms/blocks").ButtonSystem;
15
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
16
16
  }>;