@huntflow/ui 0.0.39 → 0.0.40

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
1
  import { default as BaseButton } from './button.vue';
2
- export type { BaseButtonProps } from './types.ts';
2
+ export type { BaseButtonProps } from './types';
3
3
  export { BaseButton };
@@ -1,3 +1,3 @@
1
1
  import { default as BaseInput } from './input.vue';
2
- export type { BaseInputProps } from './types.ts';
2
+ export type { BaseInputProps } from './types';
3
3
  export { BaseInput };
@@ -1,4 +1,4 @@
1
- import { BaseInputSize, BaseInputType } from './types.ts';
1
+ import { BaseInputSize, BaseInputType } from './types';
2
2
  declare const _default: import('vue').DefineComponent<{
3
3
  value: string;
4
4
  type?: BaseInputType | undefined;
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.39",
5
+ "version": "0.0.40",
6
6
  "author": {
7
7
  "name": "HuntFlow Developer",
8
8
  "nickname": "developer",