@oneclick.dev/cms-kit 0.0.31 → 0.0.32
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/dist/index.cjs.js +1 -1
- package/dist/index.es.js +3 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -142409,7 +142409,9 @@ export {
|
|
|
142409
142409
|
components,
|
|
142410
142410
|
useBreadcrumbs$1 as useBreadcrumbs,
|
|
142411
142411
|
useCms,
|
|
142412
|
+
useConfirmation$1 as useConfirmation,
|
|
142412
142413
|
useFirebaseIntegration,
|
|
142414
|
+
useFlowBuilder,
|
|
142413
142415
|
useFormBuilder,
|
|
142414
142416
|
useIntegrationActionBuilder,
|
|
142415
142417
|
useIntegrationActions$1 as useIntegrationActions,
|
|
@@ -142420,6 +142422,7 @@ export {
|
|
|
142420
142422
|
useModulePermissions,
|
|
142421
142423
|
useModuleStorage,
|
|
142422
142424
|
useNavigateToModuleRoute,
|
|
142425
|
+
useOverlayStack,
|
|
142423
142426
|
useProjectService,
|
|
142424
142427
|
useQueryBuilder,
|
|
142425
142428
|
useRunProcess,
|