@oneclick.dev/cms-kit 0.0.4 → 0.0.5

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.es.js CHANGED
@@ -142276,5 +142276,7 @@ for (const mod of Object.values(modules)) {
142276
142276
  }
142277
142277
  export {
142278
142278
  components,
142279
- useCms
142279
+ useCms,
142280
+ useLayout,
142281
+ useRunProcess
142280
142282
  };
@@ -0,0 +1,2 @@
1
+ export { useRunProcess } from '../components/ui/flow-builder/composables/useRunProcess';
2
+ export { useLayout } from '../components/ui/flow-builder/composables/useLayout';
@@ -1,3 +1,4 @@
1
+ export * from './composables';
1
2
  export * from './composables/useCms';
2
3
  export * from './types';
3
4
  export declare const components: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneclick.dev/cms-kit",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -13,6 +13,9 @@
13
13
  },
14
14
  "./style.css": {
15
15
  "default": "./dist/index.css"
16
+ },
17
+ "./dist/style.css": {
18
+ "default": "./dist/index.css"
16
19
  }
17
20
  },
18
21
  "files": [