@huntflow/ui 0.0.24 → 0.0.25

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.
@@ -1,3 +1,3 @@
1
- export { default as BaseButton } from './button.vue';
2
- export type { BaseButtonProps } from './types.ts';
3
- export { buttonProps } from './types.ts';
1
+ import { default as BaseButton } from './button.vue';
2
+ export * from './types.ts';
3
+ export default BaseButton;
package/dist/main.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export { BaseButton } from './components/button';
1
+ export { default as BaseButton } from './components/button';
2
2
  export { default as BaseInput } from './components/input/input.vue';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@huntflow/ui",
3
3
  "description": "HuntFlow UiKit, icons, utils library",
4
4
  "private": false,
5
- "version": "0.0.24",
5
+ "version": "0.0.25",
6
6
  "types": "./dist/main.d.ts",
7
7
  "author": {
8
8
  "name": "HuntFlow Developer",