@riverbankcms/sdk 0.67.0 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -11
- package/dist/_dts/api/src/accessAdmin.d.ts +3 -3
- package/dist/_dts/api/src/admin/types.d.ts +1 -1
- package/dist/_dts/api/src/aiPlayground.d.ts +13 -39
- package/dist/_dts/api/src/appointmentSetup.d.ts +4 -0
- package/dist/_dts/api/src/billing.d.ts +7 -40
- package/dist/_dts/api/src/bookingConfig.d.ts +2 -2
- package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +4 -1
- package/dist/_dts/api/src/bookingOperations.d.ts +32 -1
- package/dist/_dts/api/src/bookingRecords.d.ts +1 -1
- package/dist/_dts/api/src/bookings.d.ts +1 -1
- package/dist/_dts/api/src/commercePortalEndpoints.d.ts +1 -1
- package/dist/_dts/api/src/communications.d.ts +1 -1
- package/dist/_dts/api/src/contentRuntime.d.ts +2 -2
- package/dist/_dts/api/src/contentTypes.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +7 -0
- package/dist/_dts/api/src/navigation/contracts.d.ts +9 -9
- package/dist/_dts/api/src/navigation/linkValue.d.ts +1 -1
- package/dist/_dts/api/src/navigation/types.d.ts +1 -1
- package/dist/_dts/api/src/public/index.d.ts +2 -2
- package/dist/_dts/api/src/public/types.d.ts +3 -3
- package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -2
- package/dist/_dts/api/src/sdkContracts.d.ts +1 -1
- package/dist/_dts/api/src/siteBanner.d.ts +9 -9
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +2 -2
- package/dist/_dts/api/src/siteOnboarding.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +1 -1
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +5 -5
- package/dist/_dts/api/src/siteSettings.d.ts +3 -3
- package/dist/_dts/api/src/teamMembers.d.ts +1 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/api/src/url.d.ts +1 -1
- package/dist/_dts/billing/src/components/index.d.ts +484 -0
- package/dist/_dts/block-form/src/backend/store-backend.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/types.d.ts +2 -2
- package/dist/_dts/block-form/src/blockDraftSaveability.d.ts +2 -2
- package/dist/_dts/block-form/src/context/ImageResolveContext.d.ts +1 -1
- package/dist/_dts/block-form/src/fields/types.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/canonicalValidation.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/manifestFormAdapter.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/mergeManifestWithSdkOptions.d.ts +1 -1
- package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
- package/dist/_dts/block-form/src/shared/disclosure.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterLayoutGrid.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/layoutGridDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterPresentation.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/resolveThumbnail.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RichTextField/richTextFieldSchema.d.ts +4 -4
- package/dist/_dts/block-form/src/widgets/constants.d.ts +1 -1
- package/dist/_dts/blocks/src/PageRenderer.d.ts +5 -1
- package/dist/_dts/blocks/src/bindings/index.d.ts +2 -2
- package/dist/_dts/blocks/src/client.d.ts +11 -3
- package/dist/_dts/blocks/src/index.d.ts +28 -27
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +1 -1
- package/dist/_dts/blocks/src/rendering/server.d.ts +1 -1
- package/dist/_dts/blocks/src/server.d.ts +1 -1
- package/dist/_dts/blocks/src/structure/schema.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +1666 -1666
- package/dist/_dts/blocks/src/system/blocks/blog-post.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +1666 -1666
- package/dist/_dts/blocks/src/system/blocks/columns.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/courses/shared/pricing.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +42 -42
- package/dist/_dts/blocks/src/system/blocks/cta-full.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +1764 -1764
- package/dist/_dts/blocks/src/system/blocks/events/shared/filtering.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +44 -44
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/file-download.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +9 -9
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +139 -139
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/shared/bookingPaymentTerms.d.ts +19 -19
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/video-grid.d.ts +1 -1
- package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -1
- package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +5 -5
- package/dist/_dts/blocks/src/system/designCapabilities.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fragments/library/card.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/ctaRow.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/feedbackCallout.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/heroCtaRow.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/sectionState.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/frame/frameStyles.d.ts +3 -3
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +2 -2
- package/dist/_dts/blocks/src/system/manifest/augmentManifest.d.ts +1 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +201 -201
- package/dist/_dts/blocks/src/system/media/constrainedVideoMedia.d.ts +1 -1
- package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/fragments/ctaButton.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/fragments/typography.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/schema.d.ts +5 -5
- package/dist/_dts/blocks/src/system/registry.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableSlots.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.d.ts +140 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useVisibleTabPolling.d.ts +10 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.default-ui.d.ts +8 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +500 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.reserved-fields.d.ts +27 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.state.d.ts +15 -8
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/timetableModel.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/LeafletStaticMap.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +6 -6
- package/dist/_dts/blocks/src/system/runtime/shared/bookingPaymentOptionCopy.d.ts +1 -1
- package/dist/_dts/blocks/src/system/theme/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +3 -3
- package/dist/_dts/blocks/src/system/types/link.d.ts +3 -3
- package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/buildPublishSuccessTransition.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/deriveRecoveryConflict.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/invalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useEntrySyncHelpers.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/blockedPublishPlan.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useEntryActions.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useEntryMutations.d.ts +2 -2
- package/dist/_dts/content-editor/src/hooks/useStoreAutosave.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/validateBlocksForPublish.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -1
- package/dist/_dts/content-editor/src/registry.d.ts +1 -1
- package/dist/_dts/content-editor/src/services/contentEntryServices.d.ts +2 -2
- package/dist/_dts/content-editor/src/types.d.ts +2 -2
- package/dist/_dts/content-editor/src/ui/blockValidationView.d.ts +3 -3
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/stores/utils.d.ts +1 -1
- package/dist/_dts/content-model/src/content-types/schema.d.ts +8 -8
- package/dist/_dts/core/src/branded.d.ts +2 -0
- package/dist/_dts/core/src/index.d.ts +2 -0
- package/dist/_dts/core/src/planner.d.ts +64 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +17 -18
- package/dist/_dts/db/src/schemas/forms.d.ts +62 -62
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +5 -5
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +5 -5
- package/dist/_dts/editor-blocks/src/FormProvider.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +6 -6
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockSettingsModal.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/EnhancedBlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/blockDiscovery.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/buildInsertBlockHistoryCommand.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockBaselineSync.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useDraftContent.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/preparedManifest.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/sdkBlockMerger.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/settingsIntent.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-form/debug.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/blockPayload.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +6 -6
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonVariantField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/context.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/index.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeSelectField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/index.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/loaders.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/types.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkSummary.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/loaders.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/types.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/utils.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/dynamicAdapters.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/reference/types.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/ensureRichTextImageAssetIdentifier.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/richTextImageHydration.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/shared/Combobox.d.ts +1 -1
- package/dist/_dts/media-core/src/fileAssetCompatibility.d.ts +1 -1
- package/dist/_dts/media-core/src/fileAssetDeletion.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDomain.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDownloadResolution.d.ts +1 -1
- package/dist/_dts/media-core/src/filePersistence.d.ts +1 -1
- package/dist/_dts/media-core/src/fileStorage.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadAssetBuilder.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadCleanup.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadCompletion.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadDurableFinalization.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadFinalization.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadSessionCreation.d.ts +1 -1
- package/dist/_dts/media-core/src/types.d.ts +2 -2
- package/dist/_dts/media-core/src/url.d.ts +1 -1
- package/dist/_dts/media-core/src/videoPrep.d.ts +1 -1
- package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +2 -2
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/context.d.ts +3 -3
- package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
- package/dist/_dts/media-editor/src/cropEditorSource.d.ts +1 -1
- package/dist/_dts/media-editor/src/debug.d.ts +1 -1
- package/dist/_dts/media-editor/src/provider.d.ts +3 -3
- package/dist/_dts/media-editor/src/runtimeMediaAssetState.d.ts +1 -1
- package/dist/_dts/media-editor/src/transformModel.d.ts +1 -1
- package/dist/_dts/media-editor/src/types.d.ts +2 -2
- package/dist/_dts/media-editor/src/utils.d.ts +1 -1
- package/dist/_dts/media-react/src/components/ImageCropper.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropDraftModel.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropGeometry.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropSessionState.d.ts +1 -1
- package/dist/_dts/media-react/src/components/useImageCropperController.d.ts +1 -1
- package/dist/_dts/media-react/src/ffmpegLoader.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/internal/classification.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/mediaAssetResponseMapper.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/useApiMediaUploader.d.ts +4 -4
- package/dist/_dts/media-react/src/utils/rotation.d.ts +1 -1
- package/dist/_dts/media-react/src/videoFrameExtraction.d.ts +1 -1
- package/dist/_dts/media-react/src/videoPrepBrowser.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/composePageFromBlocks.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/blocks/customizeFacetControls.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/editorRegistry.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/aiProposalProjection.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/applyPreviewProjections.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/types.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +9 -9
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorUI.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +8 -8
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +8 -8
- package/dist/_dts/preview-next/src/client/preview/PreviewViewportControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewZoomControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +4 -4
- package/dist/_dts/preview-next/src/client/preview/pageSchema.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromeSurface.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromeSurfacePolicy.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/sidebarTabPreference.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +4 -4
- package/dist/_dts/preview-next/src/client/preview/subrouteNotice.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewMode.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -3
- package/dist/_dts/sdk/src/bookings/index.d.ts +6 -2
- package/dist/_dts/sdk/src/bookings/types.d.ts +16 -8
- package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +32 -0
- package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +5 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/env.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entryMergePush.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/push-config.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +43 -13
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntimeCompat.d.ts +21 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +27 -0
- package/dist/_dts/sdk/src/cli/site-commands/datedOfferingCommands.d.ts +56 -0
- package/dist/_dts/sdk/src/cli/site-commands/entryCommands.d.ts +5 -3
- package/dist/_dts/sdk/src/cli/site-commands/footerCommands.d.ts +9 -3
- package/dist/_dts/sdk/src/cli/site-commands/formCommands.d.ts +6 -10
- package/dist/_dts/sdk/src/cli/site-commands/index.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +6 -10
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +6 -10
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +14 -68
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionPlan.d.ts +8 -0
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +97 -0
- package/dist/_dts/sdk/src/cli/site-commands/residualSettingsTrimming.d.ts +15 -0
- package/dist/_dts/sdk/src/cli/sync/index.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/sync/syncResultAggregation.d.ts +4 -0
- package/dist/_dts/sdk/src/config/validation.d.ts +37 -43
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +1 -1
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +19 -19
- package/dist/_dts/sdk/src/portal/config.d.ts +1 -1
- package/dist/_dts/sdk/src/portal/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/constants.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/cookies.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/index.d.ts +2 -2
- package/dist/_dts/sdk/src/preview-next/middleware.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/session.d.ts +1 -1
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +18 -4
- package/dist/_dts/sdk/src/rendering/islands/blocksContracts.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +3 -3
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +2 -0
- package/dist/_dts/sdk/src/spam-protection/index.d.ts +3 -3
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +6 -6
- package/dist/_dts/sdk/src/theme-bridge/generateCssVars.d.ts +4 -12
- package/dist/_dts/sdk/src/theme-bridge/index.d.ts +1 -1
- package/dist/_dts/sdk/src/theme-bridge/types.d.ts +17 -9
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/adapter.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +292 -34
- package/dist/_dts/site-commands/src/domain.d.ts +3 -3
- package/dist/_dts/site-commands/src/exposure.d.ts +3 -3
- package/dist/_dts/site-commands/src/index.d.ts +1 -0
- package/dist/_dts/site-commands/src/metadata.d.ts +79 -1
- package/dist/_dts/site-commands/src/planner.d.ts +1 -1
- package/dist/_dts/site-commands/src/refContributions.d.ts +1 -0
- package/dist/_dts/site-commands/src/refs.d.ts +8 -2
- package/dist/_dts/{sdk/src/cli/merge-remote → site-commands/src}/stableJson.d.ts +2 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +9 -9
- package/dist/_dts/theme-core/src/blocks/index.d.ts +2 -2
- package/dist/_dts/theme-core/src/blocks/types.d.ts +3 -2
- package/dist/_dts/theme-core/src/buttons/personalities/brushed-wash.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/confident-chip.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/editorial-link.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +35 -35
- package/dist/_dts/theme-core/src/buttons/personalities/ink-stamp.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/pebble.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/showtime-pill.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/soft-pill.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +7 -7
- package/dist/_dts/theme-core/src/buttons/types.d.ts +18 -18
- package/dist/_dts/theme-core/src/cards/types.d.ts +17 -17
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/index.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +13 -13
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +351 -351
- package/dist/_dts/theme-core/src/navigation/types.d.ts +15 -15
- package/dist/_dts/theme-core/src/palette/recipes/allRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/brand-led.d.ts +24 -24
- package/dist/_dts/theme-core/src/palette/variants/high-contrast.d.ts +18 -18
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +65 -65
- package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +18 -18
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +7 -7
- package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +18 -18
- package/dist/_dts/theme-core/src/progress/generateProgressCss.d.ts +2 -1
- package/dist/_dts/theme-core/src/recommend/generateThemes.d.ts +1 -1
- package/dist/_dts/theme-core/src/runtime/buildThemeRuntimeFromBridge.d.ts +32 -21
- package/dist/_dts/theme-core/src/schema.d.ts +568 -568
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +34 -34
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/pageDesignAuthority.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/siteStyleBlockPolicies.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +14 -14
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +4 -4
- package/dist/_dts/theme-core/src/status/generateStatusCss.d.ts +2 -1
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +5 -5
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button.d.ts +2 -2
- package/dist/_dts/ui/src/card.d.ts +1 -1
- package/dist/_dts/ui/src/color-picker.d.ts +1 -1
- package/dist/_dts/ui/src/surface.d.ts +2 -2
- package/dist/_dts/ui/src/toggle.d.ts +4 -4
- package/dist/cli/index.mjs +5910 -4824
- package/dist/client/bookings.mjs +5149 -3320
- package/dist/client/client.mjs +11643 -11031
- package/dist/client/hooks.mjs +5764 -3868
- package/dist/client/rendering/client.mjs +4317 -3724
- package/dist/client/rendering/islands.mjs +4087 -3494
- package/dist/client/rendering.mjs +4499 -3885
- package/dist/preview-next/before-render.mjs +14 -0
- package/dist/preview-next/client/runtime.mjs +2927 -2292
- package/dist/preview-next/middleware.mjs +14 -0
- package/dist/server/components.mjs +536 -368
- package/dist/server/config-validation.mjs +6886 -4910
- package/dist/server/config.mjs +6876 -4909
- package/dist/server/data.mjs +5764 -3868
- package/dist/server/index.mjs +174 -1762
- package/dist/server/next.mjs +6393 -5024
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +540 -370
- package/dist/server/rendering.mjs +540 -370
- package/dist/server/routing.mjs +10389 -6835
- package/dist/server/server.mjs +5701 -3805
- package/dist/server/theme-bridge.mjs +1558 -4902
- package/dist/styles/index.css +38 -38
- package/package.json +1 -3
- package/dist/_dts/blocks/src/system/runtime/components/booking/DateTimeSelectionStep.d.ts +0 -18
- package/dist/_dts/blocks/src/system/runtime/components/booking/PaymentOptionSelectionStep.d.ts +0 -9
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.d.ts +0 -44
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.state.d.ts +0 -23
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceSelectionStep.d.ts +0 -18
- package/dist/_dts/blocks/src/system/runtime/components/booking/slotDisplay.d.ts +0 -2
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/MultiStepForm.d.ts +0 -21
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.d.ts +0 -15
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.state.d.ts +0 -51
- package/dist/_dts/blocks/src/system/runtime/hooks/useBookingSteps.d.ts +0 -22
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { Brand } from '
|
|
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';
|
|
5
|
-
export declare const commandScopes: readonly ["site", "style", "media", "page", "block", "navigation", "form", "footer", "content", "staff", "venue", "event", "ticket", "course", "pass", "membership", "customer", "customer_pass", "customer_membership", "appointment", "course_enrollment", "event_registration", "pass_redemption", "order", "booking_settings", "appointment_service", "appointment_resource", "appointment_availability", "publish"];
|
|
5
|
+
export declare const commandScopes: readonly ["site", "style", "media", "page", "block", "navigation", "form", "footer", "content", "staff", "venue", "event_category", "event", "ticket", "course", "pass", "membership", "customer", "customer_pass", "customer_membership", "appointment", "course_enrollment", "event_registration", "pass_redemption", "order", "booking_settings", "appointment_service", "appointment_resource", "appointment_availability", "publish"];
|
|
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
|
|
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 |
|
|
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 |
|
|
24
|
+
commandRef: SiteCommandRef | null;
|
|
25
25
|
message: string;
|
|
26
26
|
}>;
|
|
27
27
|
export type SiteCommandExposureDecision = SiteCommandExposureAllowed | SiteCommandExposureRejection;
|
|
@@ -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", "
|
|
40
|
+
readonly intendedExposure: readonly ["recipe", "sdk_cli", "onboarding_planner", "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";
|
|
@@ -275,6 +288,45 @@ export declare const siteCommandMetadata: {
|
|
|
275
288
|
readonly capability: "bookings.venues.write";
|
|
276
289
|
readonly support: "supported";
|
|
277
290
|
};
|
|
291
|
+
readonly deleteVenue: {
|
|
292
|
+
readonly scope: "venue";
|
|
293
|
+
readonly risk: "medium";
|
|
294
|
+
readonly writeSemantics: "delete";
|
|
295
|
+
readonly lifecycleIntent: "mutation";
|
|
296
|
+
readonly idempotencyStrategy: "existing_id";
|
|
297
|
+
readonly conflictPolicy: "update_existing";
|
|
298
|
+
readonly previewability: "effect_required";
|
|
299
|
+
readonly allowedRuntimes: readonly ["development", "staging", "demo", "production"];
|
|
300
|
+
readonly intendedExposure: readonly ["sdk_cli", "internal_apply"];
|
|
301
|
+
readonly capability: "bookings.venues.delete";
|
|
302
|
+
readonly support: "supported";
|
|
303
|
+
};
|
|
304
|
+
readonly upsertEventCategory: {
|
|
305
|
+
readonly scope: "event_category";
|
|
306
|
+
readonly risk: "medium";
|
|
307
|
+
readonly writeSemantics: "upsert";
|
|
308
|
+
readonly lifecycleIntent: "mutation";
|
|
309
|
+
readonly idempotencyStrategy: "recipe_ref";
|
|
310
|
+
readonly conflictPolicy: "update_existing";
|
|
311
|
+
readonly previewability: "dry_run_only";
|
|
312
|
+
readonly allowedRuntimes: readonly ["development", "staging", "demo", "production"];
|
|
313
|
+
readonly intendedExposure: readonly ["sdk_cli", "internal_apply"];
|
|
314
|
+
readonly capability: "bookings.event_categories.write";
|
|
315
|
+
readonly support: "supported";
|
|
316
|
+
};
|
|
317
|
+
readonly deleteEventCategory: {
|
|
318
|
+
readonly scope: "event_category";
|
|
319
|
+
readonly risk: "medium";
|
|
320
|
+
readonly writeSemantics: "delete";
|
|
321
|
+
readonly lifecycleIntent: "mutation";
|
|
322
|
+
readonly idempotencyStrategy: "existing_id";
|
|
323
|
+
readonly conflictPolicy: "update_existing";
|
|
324
|
+
readonly previewability: "effect_required";
|
|
325
|
+
readonly allowedRuntimes: readonly ["development", "staging", "demo", "production"];
|
|
326
|
+
readonly intendedExposure: readonly ["sdk_cli", "internal_apply"];
|
|
327
|
+
readonly capability: "bookings.event_categories.delete";
|
|
328
|
+
readonly support: "supported";
|
|
329
|
+
};
|
|
278
330
|
readonly upsertEventSeries: {
|
|
279
331
|
readonly scope: "event";
|
|
280
332
|
readonly risk: "medium";
|
|
@@ -288,6 +340,19 @@ export declare const siteCommandMetadata: {
|
|
|
288
340
|
readonly capability: "bookings.events.write";
|
|
289
341
|
readonly support: "supported";
|
|
290
342
|
};
|
|
343
|
+
readonly deleteEventSeries: {
|
|
344
|
+
readonly scope: "event";
|
|
345
|
+
readonly risk: "medium";
|
|
346
|
+
readonly writeSemantics: "delete";
|
|
347
|
+
readonly lifecycleIntent: "mutation";
|
|
348
|
+
readonly idempotencyStrategy: "existing_id";
|
|
349
|
+
readonly conflictPolicy: "update_existing";
|
|
350
|
+
readonly previewability: "effect_required";
|
|
351
|
+
readonly allowedRuntimes: readonly ["development", "staging", "demo", "production"];
|
|
352
|
+
readonly intendedExposure: readonly ["sdk_cli", "internal_apply"];
|
|
353
|
+
readonly capability: "bookings.events.delete";
|
|
354
|
+
readonly support: "supported";
|
|
355
|
+
};
|
|
291
356
|
readonly upsertEventTicketType: {
|
|
292
357
|
readonly scope: "ticket";
|
|
293
358
|
readonly risk: "medium";
|
|
@@ -314,6 +379,19 @@ export declare const siteCommandMetadata: {
|
|
|
314
379
|
readonly capability: "bookings.courses.write";
|
|
315
380
|
readonly support: "supported";
|
|
316
381
|
};
|
|
382
|
+
readonly deleteCourse: {
|
|
383
|
+
readonly scope: "course";
|
|
384
|
+
readonly risk: "medium";
|
|
385
|
+
readonly writeSemantics: "delete";
|
|
386
|
+
readonly lifecycleIntent: "mutation";
|
|
387
|
+
readonly idempotencyStrategy: "existing_id";
|
|
388
|
+
readonly conflictPolicy: "update_existing";
|
|
389
|
+
readonly previewability: "effect_required";
|
|
390
|
+
readonly allowedRuntimes: readonly ["development", "staging", "demo", "production"];
|
|
391
|
+
readonly intendedExposure: readonly ["sdk_cli", "internal_apply"];
|
|
392
|
+
readonly capability: "bookings.courses.delete";
|
|
393
|
+
readonly support: "supported";
|
|
394
|
+
};
|
|
317
395
|
readonly upsertBookingPassProduct: {
|
|
318
396
|
readonly scope: "pass";
|
|
319
397
|
readonly risk: "medium";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Result } from '
|
|
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';
|
|
@@ -6,5 +6,6 @@ export type RefContribution = Readonly<{
|
|
|
6
6
|
export type CommandRefContributions = Readonly<{
|
|
7
7
|
provides: readonly RefContribution[];
|
|
8
8
|
requires: readonly RefContribution[];
|
|
9
|
+
requiresIfProvided?: readonly RefContribution[];
|
|
9
10
|
}>;
|
|
10
11
|
export declare function commandRefContributions(command: SiteCommand): CommandRefContributions;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type Brand, type Result } from '
|
|
2
|
-
export declare const resourceKinds: readonly ["site-style", "media", "page", "block", "blocks", "nav", "form", "footer", "content", "staff", "venue", "event", "course", "ticket", "pass", "membership", "customer", "customer-pass", "customer-membership", "appointment", "course-enrollment", "event-registration", "pass-redemption", "order", "appointment-service", "appointment-resource", "availability"];
|
|
1
|
+
import { type Brand, type Result } from '../../core/src/index';
|
|
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'>;
|
|
5
5
|
export type SiteStyleRef = Brand<`site-style:${string}`, 'SiteCommandResourceRef:site-style'>;
|
|
@@ -13,6 +13,7 @@ export type FooterRef = Brand<`footer:${string}`, 'SiteCommandResourceRef:footer
|
|
|
13
13
|
export type ContentEntryRef = Brand<`content:${string}`, 'SiteCommandResourceRef:content'>;
|
|
14
14
|
export type StaffRef = Brand<`staff:${string}`, 'SiteCommandResourceRef:staff'>;
|
|
15
15
|
export type VenueRef = Brand<`venue:${string}`, 'SiteCommandResourceRef:venue'>;
|
|
16
|
+
export type EventCategoryRef = Brand<`event-category:${string}`, 'SiteCommandResourceRef:event-category'>;
|
|
16
17
|
export type EventSeriesRef = Brand<`event:${string}`, 'SiteCommandResourceRef:event'>;
|
|
17
18
|
export type CourseRef = Brand<`course:${string}`, 'SiteCommandResourceRef:course'>;
|
|
18
19
|
export type TicketTypeRef = Brand<`ticket:${string}`, 'SiteCommandResourceRef:ticket'>;
|
|
@@ -42,6 +43,7 @@ export type ResourceRefByKind = Readonly<{
|
|
|
42
43
|
content: ContentEntryRef;
|
|
43
44
|
staff: StaffRef;
|
|
44
45
|
venue: VenueRef;
|
|
46
|
+
'event-category': EventCategoryRef;
|
|
45
47
|
event: EventSeriesRef;
|
|
46
48
|
course: CourseRef;
|
|
47
49
|
ticket: TicketTypeRef;
|
|
@@ -80,6 +82,10 @@ export declare function createBlocksRef(parts: readonly string[]): BlocksRef;
|
|
|
80
82
|
export declare function createNavigationRef(parts: readonly string[]): NavigationRef;
|
|
81
83
|
export declare function createFormRef(parts: readonly string[]): FormRef;
|
|
82
84
|
export declare function createFooterRef(parts: readonly string[]): FooterRef;
|
|
85
|
+
export declare function createVenueRef(parts: readonly string[]): VenueRef;
|
|
86
|
+
export declare function createEventCategoryRef(parts: readonly string[]): EventCategoryRef;
|
|
87
|
+
export declare function createEventSeriesRef(parts: readonly string[]): EventSeriesRef;
|
|
88
|
+
export declare function createCourseRef(parts: readonly string[]): CourseRef;
|
|
83
89
|
export declare function createSiteCommandSiteRef(parts: readonly string[]): SiteCommandSiteRef;
|
|
84
90
|
export declare function refSlug(ref: SiteCommandRef | string): string;
|
|
85
91
|
export declare function parseResourceRef(value: string): Result<ResourceRef, RefParseError>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export declare function stableStringify(value: unknown): string;
|
|
2
|
+
export declare function stableJsonStringify(value: unknown): string;
|
|
3
|
+
export declare function stableSha1Hex(value: string): string;
|
|
2
4
|
export declare function sortValue(value: unknown): unknown;
|
|
3
5
|
export declare function sortRecord(record: Record<string, unknown>): Record<string, unknown>;
|
|
@@ -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 '
|
|
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
|
|
10
|
+
* Contains the theme read surface and themeId for scoped CSS generation.
|
|
10
11
|
*/
|
|
11
12
|
export interface BlockVarGeneratorContext {
|
|
12
|
-
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("
|
|
11
|
-
energy: import("
|
|
12
|
-
motion: import("
|
|
13
|
-
era: import("
|
|
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("
|
|
15
|
+
buttonSystem: import("../../../../blocks/src/index").ButtonSystem;
|
|
16
16
|
}>;
|
|
@@ -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("
|
|
11
|
-
energy: import("
|
|
12
|
-
motion: import("
|
|
13
|
-
era: import("
|
|
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("
|
|
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("
|
|
11
|
-
energy: import("
|
|
12
|
-
motion: import("
|
|
13
|
-
era: import("
|
|
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("
|
|
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("
|
|
18
|
-
energy: import("
|
|
19
|
-
motion: import("
|
|
20
|
-
era: import("
|
|
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("
|
|
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("
|
|
29
|
-
energy: import("
|
|
30
|
-
motion: import("
|
|
31
|
-
era: import("
|
|
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("
|
|
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("
|
|
40
|
-
energy: import("
|
|
41
|
-
motion: import("
|
|
42
|
-
era: import("
|
|
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("
|
|
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("
|
|
51
|
-
energy: import("
|
|
52
|
-
motion: import("
|
|
53
|
-
era: import("
|
|
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("
|
|
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("
|
|
62
|
-
energy: import("
|
|
63
|
-
motion: import("
|
|
64
|
-
era: import("
|
|
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("
|
|
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("
|
|
73
|
-
energy: import("
|
|
74
|
-
motion: import("
|
|
75
|
-
era: import("
|
|
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("
|
|
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("
|
|
84
|
-
energy: import("
|
|
85
|
-
motion: import("
|
|
86
|
-
era: import("
|
|
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("
|
|
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("
|
|
11
|
-
energy: import("
|
|
12
|
-
motion: import("
|
|
13
|
-
era: import("
|
|
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("
|
|
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("
|
|
11
|
-
energy: import("
|
|
12
|
-
motion: import("
|
|
13
|
-
era: import("
|
|
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("
|
|
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("
|
|
12
|
-
energy: import("
|
|
13
|
-
motion: import("
|
|
14
|
-
era: import("
|
|
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("
|
|
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("
|
|
11
|
-
energy: import("
|
|
12
|
-
motion: import("
|
|
13
|
-
era: import("
|
|
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("
|
|
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<{
|