@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
@@ -7,10 +7,10 @@ export declare const confidentChip: 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
  }>;
@@ -7,10 +7,10 @@ export declare const editorialLink: 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
  }>;
@@ -14,78 +14,78 @@ export declare const buttonPersonalities: readonly [Readonly<{
14
14
  name: string;
15
15
  description: string;
16
16
  tags: Readonly<Partial<Readonly<{
17
- tone: import("@riverbankcms/blocks").StyleTone;
18
- energy: import("@riverbankcms/blocks").StyleEnergy;
19
- motion: import("@riverbankcms/blocks").StyleMotion;
20
- era: import("@riverbankcms/blocks").StyleEra;
17
+ tone: import("../../../../blocks/src/index").StyleTone;
18
+ energy: import("../../../../blocks/src/index").StyleEnergy;
19
+ motion: import("../../../../blocks/src/index").StyleMotion;
20
+ era: import("../../../../blocks/src/index").StyleEra;
21
21
  }>>>;
22
- buttonSystem: import("@riverbankcms/blocks").ButtonSystem;
22
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
23
23
  }>, Readonly<{
24
24
  id: ButtonPersonalityId<"confident-chip">;
25
25
  name: string;
26
26
  description: string;
27
27
  tags: Readonly<Partial<Readonly<{
28
- tone: import("@riverbankcms/blocks").StyleTone;
29
- energy: import("@riverbankcms/blocks").StyleEnergy;
30
- motion: import("@riverbankcms/blocks").StyleMotion;
31
- era: import("@riverbankcms/blocks").StyleEra;
28
+ tone: import("../../../../blocks/src/index").StyleTone;
29
+ energy: import("../../../../blocks/src/index").StyleEnergy;
30
+ motion: import("../../../../blocks/src/index").StyleMotion;
31
+ era: import("../../../../blocks/src/index").StyleEra;
32
32
  }>>>;
33
- buttonSystem: import("@riverbankcms/blocks").ButtonSystem;
33
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
34
34
  }>, Readonly<{
35
35
  id: ButtonPersonalityId<"editorial-link">;
36
36
  name: string;
37
37
  description: string;
38
38
  tags: Readonly<Partial<Readonly<{
39
- tone: import("@riverbankcms/blocks").StyleTone;
40
- energy: import("@riverbankcms/blocks").StyleEnergy;
41
- motion: import("@riverbankcms/blocks").StyleMotion;
42
- era: import("@riverbankcms/blocks").StyleEra;
39
+ tone: import("../../../../blocks/src/index").StyleTone;
40
+ energy: import("../../../../blocks/src/index").StyleEnergy;
41
+ motion: import("../../../../blocks/src/index").StyleMotion;
42
+ era: import("../../../../blocks/src/index").StyleEra;
43
43
  }>>>;
44
- buttonSystem: import("@riverbankcms/blocks").ButtonSystem;
44
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
45
45
  }>, Readonly<{
46
46
  id: ButtonPersonalityId<"pebble">;
47
47
  name: string;
48
48
  description: string;
49
49
  tags: Readonly<Partial<Readonly<{
50
- tone: import("@riverbankcms/blocks").StyleTone;
51
- energy: import("@riverbankcms/blocks").StyleEnergy;
52
- motion: import("@riverbankcms/blocks").StyleMotion;
53
- era: import("@riverbankcms/blocks").StyleEra;
50
+ tone: import("../../../../blocks/src/index").StyleTone;
51
+ energy: import("../../../../blocks/src/index").StyleEnergy;
52
+ motion: import("../../../../blocks/src/index").StyleMotion;
53
+ era: import("../../../../blocks/src/index").StyleEra;
54
54
  }>>>;
55
- buttonSystem: import("@riverbankcms/blocks").ButtonSystem;
55
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
56
56
  }>, Readonly<{
57
57
  id: ButtonPersonalityId<"ink-stamp">;
58
58
  name: string;
59
59
  description: string;
60
60
  tags: Readonly<Partial<Readonly<{
61
- tone: import("@riverbankcms/blocks").StyleTone;
62
- energy: import("@riverbankcms/blocks").StyleEnergy;
63
- motion: import("@riverbankcms/blocks").StyleMotion;
64
- era: import("@riverbankcms/blocks").StyleEra;
61
+ tone: import("../../../../blocks/src/index").StyleTone;
62
+ energy: import("../../../../blocks/src/index").StyleEnergy;
63
+ motion: import("../../../../blocks/src/index").StyleMotion;
64
+ era: import("../../../../blocks/src/index").StyleEra;
65
65
  }>>>;
66
- buttonSystem: import("@riverbankcms/blocks").ButtonSystem;
66
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
67
67
  }>, Readonly<{
68
68
  id: ButtonPersonalityId<"brushed-wash">;
69
69
  name: string;
70
70
  description: string;
71
71
  tags: Readonly<Partial<Readonly<{
72
- tone: import("@riverbankcms/blocks").StyleTone;
73
- energy: import("@riverbankcms/blocks").StyleEnergy;
74
- motion: import("@riverbankcms/blocks").StyleMotion;
75
- era: import("@riverbankcms/blocks").StyleEra;
72
+ tone: import("../../../../blocks/src/index").StyleTone;
73
+ energy: import("../../../../blocks/src/index").StyleEnergy;
74
+ motion: import("../../../../blocks/src/index").StyleMotion;
75
+ era: import("../../../../blocks/src/index").StyleEra;
76
76
  }>>>;
77
- buttonSystem: import("@riverbankcms/blocks").ButtonSystem;
77
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
78
78
  }>, Readonly<{
79
79
  id: ButtonPersonalityId<"showtime-pill">;
80
80
  name: string;
81
81
  description: string;
82
82
  tags: Readonly<Partial<Readonly<{
83
- tone: import("@riverbankcms/blocks").StyleTone;
84
- energy: import("@riverbankcms/blocks").StyleEnergy;
85
- motion: import("@riverbankcms/blocks").StyleMotion;
86
- era: import("@riverbankcms/blocks").StyleEra;
83
+ tone: import("../../../../blocks/src/index").StyleTone;
84
+ energy: import("../../../../blocks/src/index").StyleEnergy;
85
+ motion: import("../../../../blocks/src/index").StyleMotion;
86
+ era: import("../../../../blocks/src/index").StyleEra;
87
87
  }>>>;
88
- buttonSystem: import("@riverbankcms/blocks").ButtonSystem;
88
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
89
89
  }>];
90
90
  type UnbrandedButtonPersonalityId<TValue> = TValue extends infer TRaw & {
91
91
  readonly __brand: 'ButtonPersonalityId';
@@ -7,10 +7,10 @@ export declare const inkStamp: 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
  }>;
@@ -7,10 +7,10 @@ export declare const pebble: 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
  }>;
@@ -8,10 +8,10 @@ export declare const showtimePill: Readonly<{
8
8
  name: string;
9
9
  description: string;
10
10
  tags: Readonly<Partial<Readonly<{
11
- tone: import("@riverbankcms/blocks").StyleTone;
12
- energy: import("@riverbankcms/blocks").StyleEnergy;
13
- motion: import("@riverbankcms/blocks").StyleMotion;
14
- era: import("@riverbankcms/blocks").StyleEra;
11
+ tone: import("../../../../blocks/src/index").StyleTone;
12
+ energy: import("../../../../blocks/src/index").StyleEnergy;
13
+ motion: import("../../../../blocks/src/index").StyleMotion;
14
+ era: import("../../../../blocks/src/index").StyleEra;
15
15
  }>>>;
16
- buttonSystem: import("@riverbankcms/blocks").ButtonSystem;
16
+ buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
17
17
  }>;
@@ -7,10 +7,10 @@ export declare const softPill: 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
  }>;
@@ -30,9 +30,9 @@ export declare const buttonPersonalitySchema: z.ZodObject<{
30
30
  description: z.ZodString;
31
31
  tags: z.ZodObject<{
32
32
  tone: z.ZodOptional<z.ZodEnum<{
33
+ classic: "classic";
33
34
  bold: "bold";
34
35
  minimal: "minimal";
35
- classic: "classic";
36
36
  }>>;
37
37
  energy: z.ZodOptional<z.ZodEnum<{
38
38
  calm: "calm";
@@ -54,22 +54,22 @@ export declare const buttonPersonalitySchema: z.ZodObject<{
54
54
  buttonSystem: z.ZodObject<{
55
55
  global: z.ZodObject<{
56
56
  cornerStyle: z.ZodEnum<{
57
- square: "square";
58
57
  rounded: "rounded";
58
+ square: "square";
59
59
  pill: "pill";
60
60
  }>;
61
61
  cornerRadius: z.ZodOptional<z.ZodNumber>;
62
62
  shadow: z.ZodEnum<{
63
+ medium: "medium";
63
64
  none: "none";
64
65
  low: "low";
65
66
  high: "high";
66
- medium: "medium";
67
67
  }>;
68
68
  textTransform: z.ZodEnum<{
69
69
  none: "none";
70
70
  uppercase: "uppercase";
71
- capitalize: "capitalize";
72
71
  lowercase: "lowercase";
72
+ capitalize: "capitalize";
73
73
  }>;
74
74
  fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
75
75
  borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
@@ -85,9 +85,9 @@ export declare const buttonPersonalitySchema: z.ZodObject<{
85
85
  }>>;
86
86
  italic: z.ZodOptional<z.ZodBoolean>;
87
87
  paddingPreset: z.ZodOptional<z.ZodEnum<{
88
- default: "default";
89
88
  compact: "compact";
90
89
  spacious: "spacious";
90
+ default: "default";
91
91
  }>>;
92
92
  hoverTransform: z.ZodEnum<{
93
93
  none: "none";
@@ -143,14 +143,14 @@ export declare const buttonPersonalitySchema: z.ZodObject<{
143
143
  borderRadius: z.ZodOptional<z.ZodString>;
144
144
  shadow: z.ZodOptional<z.ZodObject<{
145
145
  elevation: z.ZodEnum<{
146
+ medium: "medium";
146
147
  none: "none";
147
148
  low: "low";
148
149
  high: "high";
149
- medium: "medium";
150
150
  }>;
151
151
  softness: z.ZodNullable<z.ZodEnum<{
152
- crisp: "crisp";
153
152
  soft: "soft";
153
+ crisp: "crisp";
154
154
  hard: "hard";
155
155
  }>>;
156
156
  position: z.ZodDefault<z.ZodEnum<{
@@ -89,21 +89,21 @@ export interface ButtonBorder {
89
89
  colorToken: string;
90
90
  }
91
91
  export declare const cornerStyleSchema: z.ZodEnum<{
92
- square: "square";
93
92
  rounded: "rounded";
93
+ square: "square";
94
94
  pill: "pill";
95
95
  }>;
96
96
  export declare const shadowSizeSchema: z.ZodEnum<{
97
+ medium: "medium";
97
98
  none: "none";
98
99
  low: "low";
99
100
  high: "high";
100
- medium: "medium";
101
101
  }>;
102
102
  export declare const textTransformSchema: z.ZodEnum<{
103
103
  none: "none";
104
104
  uppercase: "uppercase";
105
- capitalize: "capitalize";
106
105
  lowercase: "lowercase";
106
+ capitalize: "capitalize";
107
107
  }>;
108
108
  export declare const fontWeightSchema: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
109
109
  export declare const buttonTypographySchema: z.ZodEnum<{
@@ -129,9 +129,9 @@ export declare const hoverColorSchema: z.ZodEnum<{
129
129
  saturate: "saturate";
130
130
  }>;
131
131
  export declare const buttonPaddingPresetSchema: z.ZodEnum<{
132
- default: "default";
133
132
  compact: "compact";
134
133
  spacious: "spacious";
134
+ default: "default";
135
135
  }>;
136
136
  export declare const gradientStyleSchema: z.ZodEnum<{
137
137
  linear: "linear";
@@ -149,15 +149,15 @@ export declare const variantRoleSchema: z.ZodEnum<{
149
149
  primary: "primary";
150
150
  secondary: "secondary";
151
151
  outline: "outline";
152
- ghost: "ghost";
153
152
  accent: "accent";
153
+ ghost: "ghost";
154
154
  tertiary: "tertiary";
155
155
  }>;
156
156
  export declare const buttonSizeNameSchema: z.ZodEnum<{
157
+ sm: "sm";
157
158
  md: "md";
158
159
  lg: "lg";
159
160
  xl: "xl";
160
- sm: "sm";
161
161
  }>;
162
162
  export declare const paddingShorthandSchema: z.ZodString;
163
163
  export declare const buttonSizeConfigSchema: z.ZodObject<{
@@ -224,22 +224,22 @@ export declare const buttonSizesSchema: z.ZodPipe<z.ZodObject<{
224
224
  }>>;
225
225
  export declare const buttonGlobalSettingsSchema: z.ZodObject<{
226
226
  cornerStyle: z.ZodEnum<{
227
- square: "square";
228
227
  rounded: "rounded";
228
+ square: "square";
229
229
  pill: "pill";
230
230
  }>;
231
231
  cornerRadius: z.ZodOptional<z.ZodNumber>;
232
232
  shadow: z.ZodEnum<{
233
+ medium: "medium";
233
234
  none: "none";
234
235
  low: "low";
235
236
  high: "high";
236
- medium: "medium";
237
237
  }>;
238
238
  textTransform: z.ZodEnum<{
239
239
  none: "none";
240
240
  uppercase: "uppercase";
241
- capitalize: "capitalize";
242
241
  lowercase: "lowercase";
242
+ capitalize: "capitalize";
243
243
  }>;
244
244
  fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
245
245
  borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
@@ -255,9 +255,9 @@ export declare const buttonGlobalSettingsSchema: z.ZodObject<{
255
255
  }>>;
256
256
  italic: z.ZodOptional<z.ZodBoolean>;
257
257
  paddingPreset: z.ZodOptional<z.ZodEnum<{
258
- default: "default";
259
258
  compact: "compact";
260
259
  spacious: "spacious";
260
+ default: "default";
261
261
  }>>;
262
262
  hoverTransform: z.ZodEnum<{
263
263
  none: "none";
@@ -381,14 +381,14 @@ export declare const buttonVariantSchema: z.ZodObject<{
381
381
  borderRadius: z.ZodOptional<z.ZodString>;
382
382
  shadow: z.ZodOptional<z.ZodObject<{
383
383
  elevation: z.ZodEnum<{
384
+ medium: "medium";
384
385
  none: "none";
385
386
  low: "low";
386
387
  high: "high";
387
- medium: "medium";
388
388
  }>;
389
389
  softness: z.ZodNullable<z.ZodEnum<{
390
- crisp: "crisp";
391
390
  soft: "soft";
391
+ crisp: "crisp";
392
392
  hard: "hard";
393
393
  }>>;
394
394
  position: z.ZodDefault<z.ZodEnum<{
@@ -441,22 +441,22 @@ export declare const buttonVariantSchema: z.ZodObject<{
441
441
  export declare const buttonSystemSchema: z.ZodObject<{
442
442
  global: z.ZodObject<{
443
443
  cornerStyle: z.ZodEnum<{
444
- square: "square";
445
444
  rounded: "rounded";
445
+ square: "square";
446
446
  pill: "pill";
447
447
  }>;
448
448
  cornerRadius: z.ZodOptional<z.ZodNumber>;
449
449
  shadow: z.ZodEnum<{
450
+ medium: "medium";
450
451
  none: "none";
451
452
  low: "low";
452
453
  high: "high";
453
- medium: "medium";
454
454
  }>;
455
455
  textTransform: z.ZodEnum<{
456
456
  none: "none";
457
457
  uppercase: "uppercase";
458
- capitalize: "capitalize";
459
458
  lowercase: "lowercase";
459
+ capitalize: "capitalize";
460
460
  }>;
461
461
  fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
462
462
  borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
@@ -472,9 +472,9 @@ export declare const buttonSystemSchema: z.ZodObject<{
472
472
  }>>;
473
473
  italic: z.ZodOptional<z.ZodBoolean>;
474
474
  paddingPreset: z.ZodOptional<z.ZodEnum<{
475
- default: "default";
476
475
  compact: "compact";
477
476
  spacious: "spacious";
477
+ default: "default";
478
478
  }>>;
479
479
  hoverTransform: z.ZodEnum<{
480
480
  none: "none";
@@ -530,14 +530,14 @@ export declare const buttonSystemSchema: z.ZodObject<{
530
530
  borderRadius: z.ZodOptional<z.ZodString>;
531
531
  shadow: z.ZodOptional<z.ZodObject<{
532
532
  elevation: z.ZodEnum<{
533
+ medium: "medium";
533
534
  none: "none";
534
535
  low: "low";
535
536
  high: "high";
536
- medium: "medium";
537
537
  }>;
538
538
  softness: z.ZodNullable<z.ZodEnum<{
539
- crisp: "crisp";
540
539
  soft: "soft";
540
+ crisp: "crisp";
541
541
  hard: "hard";
542
542
  }>>;
543
543
  position: z.ZodDefault<z.ZodEnum<{
@@ -28,12 +28,12 @@ export interface CardBorder {
28
28
  colorToken: string;
29
29
  }
30
30
  export declare const cardSpacingSchema: z.ZodEnum<{
31
+ medium: "medium";
31
32
  none: "none";
32
33
  compact: "compact";
33
- medium: "medium";
34
- spacious: "spacious";
35
- comfortable: "comfortable";
36
34
  cozy: "cozy";
35
+ comfortable: "comfortable";
36
+ spacious: "spacious";
37
37
  }>;
38
38
  export declare const gradientDirectionSchema: z.ZodEnum<{
39
39
  "to-r": "to-r";
@@ -95,23 +95,23 @@ export declare const cardVariantSchema: z.ZodObject<{
95
95
  type: z.ZodLiteral<"transparent">;
96
96
  }, z.core.$strip>], "type">;
97
97
  spacing: z.ZodEnum<{
98
+ medium: "medium";
98
99
  none: "none";
99
100
  compact: "compact";
100
- medium: "medium";
101
- spacious: "spacious";
102
- comfortable: "comfortable";
103
101
  cozy: "cozy";
102
+ comfortable: "comfortable";
103
+ spacious: "spacious";
104
104
  }>;
105
105
  shadow: z.ZodOptional<z.ZodObject<{
106
106
  elevation: z.ZodEnum<{
107
+ medium: "medium";
107
108
  none: "none";
108
109
  low: "low";
109
110
  high: "high";
110
- medium: "medium";
111
111
  }>;
112
112
  softness: z.ZodNullable<z.ZodEnum<{
113
- crisp: "crisp";
114
113
  soft: "soft";
114
+ crisp: "crisp";
115
115
  hard: "hard";
116
116
  }>>;
117
117
  position: z.ZodDefault<z.ZodEnum<{
@@ -120,10 +120,10 @@ export declare const cardVariantSchema: z.ZodObject<{
120
120
  }>>;
121
121
  }, z.core.$strip>>;
122
122
  corners: z.ZodOptional<z.ZodEnum<{
123
- soft: "soft";
124
- square: "square";
125
123
  rounded: "rounded";
124
+ square: "square";
126
125
  pill: "pill";
126
+ soft: "soft";
127
127
  }>>;
128
128
  border: z.ZodOptional<z.ZodObject<{
129
129
  widthClass: z.ZodString;
@@ -157,23 +157,23 @@ export declare const cardSystemSchema: z.ZodObject<{
157
157
  type: z.ZodLiteral<"transparent">;
158
158
  }, z.core.$strip>], "type">;
159
159
  spacing: z.ZodEnum<{
160
+ medium: "medium";
160
161
  none: "none";
161
162
  compact: "compact";
162
- medium: "medium";
163
- spacious: "spacious";
164
- comfortable: "comfortable";
165
163
  cozy: "cozy";
164
+ comfortable: "comfortable";
165
+ spacious: "spacious";
166
166
  }>;
167
167
  shadow: z.ZodOptional<z.ZodObject<{
168
168
  elevation: z.ZodEnum<{
169
+ medium: "medium";
169
170
  none: "none";
170
171
  low: "low";
171
172
  high: "high";
172
- medium: "medium";
173
173
  }>;
174
174
  softness: z.ZodNullable<z.ZodEnum<{
175
- crisp: "crisp";
176
175
  soft: "soft";
176
+ crisp: "crisp";
177
177
  hard: "hard";
178
178
  }>>;
179
179
  position: z.ZodDefault<z.ZodEnum<{
@@ -182,10 +182,10 @@ export declare const cardSystemSchema: z.ZodObject<{
182
182
  }>>;
183
183
  }, z.core.$strip>>;
184
184
  corners: z.ZodOptional<z.ZodEnum<{
185
- soft: "soft";
186
- square: "square";
187
185
  rounded: "rounded";
186
+ square: "square";
188
187
  pill: "pill";
188
+ soft: "soft";
189
189
  }>>;
190
190
  border: z.ZodOptional<z.ZodObject<{
191
191
  widthClass: z.ZodString;
@@ -27,59 +27,59 @@ export declare const inputSystemSchema: z.ZodObject<{
27
27
  }>>;
28
28
  }, z.core.$strip>;
29
29
  corners: z.ZodNullable<z.ZodEnum<{
30
- soft: "soft";
31
- square: "square";
32
30
  rounded: "rounded";
31
+ square: "square";
33
32
  pill: "pill";
33
+ soft: "soft";
34
34
  }>>;
35
35
  shadow: z.ZodNullable<z.ZodObject<{
36
36
  elevation: z.ZodEnum<{
37
+ medium: "medium";
37
38
  none: "none";
38
39
  low: "low";
39
- medium: "medium";
40
40
  }>;
41
41
  softness: z.ZodNullable<z.ZodEnum<{
42
- crisp: "crisp";
43
42
  soft: "soft";
43
+ crisp: "crisp";
44
44
  hard: "hard";
45
45
  }>>;
46
46
  }, z.core.$strip>>;
47
47
  spacing: z.ZodEnum<{
48
- compact: "compact";
49
48
  medium: "medium";
50
- comfortable: "comfortable";
49
+ compact: "compact";
51
50
  cozy: "cozy";
51
+ comfortable: "comfortable";
52
52
  }>;
53
53
  fontSize: z.ZodEnum<{
54
- lg: "lg";
55
- sm: "sm";
56
54
  base: "base";
55
+ sm: "sm";
56
+ lg: "lg";
57
57
  }>;
58
58
  }, z.core.$strip>;
59
59
  label: z.ZodObject<{
60
60
  textColorToken: z.ZodString;
61
61
  fontWeight: z.ZodEnum<{
62
+ medium: "medium";
62
63
  bold: "bold";
63
64
  regular: "regular";
64
- medium: "medium";
65
65
  semibold: "semibold";
66
66
  black: "black";
67
67
  }>;
68
68
  fontSize: z.ZodEnum<{
69
- xs: "xs";
70
- sm: "sm";
71
69
  base: "base";
70
+ sm: "sm";
72
71
  "2xs": "2xs";
72
+ xs: "xs";
73
73
  }>;
74
74
  textTransform: z.ZodOptional<z.ZodEnum<{
75
75
  none: "none";
76
76
  uppercase: "uppercase";
77
- capitalize: "capitalize";
78
77
  lowercase: "lowercase";
78
+ capitalize: "capitalize";
79
79
  }>>;
80
80
  letterSpacing: z.ZodOptional<z.ZodEnum<{
81
- normal: "normal";
82
81
  wide: "wide";
82
+ normal: "normal";
83
83
  wider: "wider";
84
84
  widest: "widest";
85
85
  }>>;
@@ -13,9 +13,9 @@ export declare const interactiveTypographySchema: z.ZodObject<{
13
13
  heading: "heading";
14
14
  }>>;
15
15
  fontWeight: z.ZodDefault<z.ZodEnum<{
16
+ medium: "medium";
16
17
  bold: "bold";
17
18
  regular: "regular";
18
- medium: "medium";
19
19
  semibold: "semibold";
20
20
  }>>;
21
21
  textTransform: z.ZodDefault<z.ZodEnum<{