@hxtos/hx-components 0.13.0 → 0.15.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.
@@ -4,4 +4,3 @@ export interface Props extends InputProps {
4
4
  mask?: string;
5
5
  }
6
6
  export declare const BaseField: ({ name, helper, onChange, onBlur, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
7
- export default BaseField;
@@ -1,3 +1,3 @@
1
- import { Props } from "./BaseField.tsx";
1
+ import { Props } from "./BaseField";
2
2
  export declare const ColorField: (props: Props) => import("react/jsx-runtime").JSX.Element;
3
3
  export default ColorField;
@@ -1,3 +1,3 @@
1
- import { Props } from "./BaseField.tsx";
1
+ import { Props } from "./BaseField";
2
2
  export declare const DateField: (props: Props) => import("react/jsx-runtime").JSX.Element;
3
3
  export default DateField;
@@ -1,3 +1,3 @@
1
- import { Props } from "./BaseField.tsx";
1
+ import { Props } from "./BaseField";
2
2
  export declare const DatetimeField: (props: Props) => import("react/jsx-runtime").JSX.Element;
3
3
  export default DatetimeField;
@@ -1,4 +1,4 @@
1
- import { Props } from "./BaseField.tsx";
1
+ import { Props } from "./BaseField";
2
2
  type MaskedTextProps = Props & {
3
3
  mask: string;
4
4
  };
@@ -1,3 +1,3 @@
1
- import { Props } from "./BaseField.tsx";
1
+ import { Props } from "./BaseField";
2
2
  export declare const NumberField: (props: Props) => import("react/jsx-runtime").JSX.Element;
3
3
  export default NumberField;
@@ -1,3 +1,3 @@
1
- import { Props } from "./BaseField.tsx";
1
+ import { Props } from "./BaseField";
2
2
  export declare const TextField: (props: Props) => import("react/jsx-runtime").JSX.Element;
3
3
  export default TextField;
@@ -1,3 +1,3 @@
1
- import { Props } from "./BaseField.tsx";
1
+ import { Props } from "./BaseField";
2
2
  export declare const TimeField: (props: Props) => import("react/jsx-runtime").JSX.Element;
3
3
  export default TimeField;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Hxtos"
5
5
  },
6
6
  "private": false,
7
- "version": "0.13.0",
7
+ "version": "0.15.0",
8
8
  "license": "MIT",
9
9
  "description": "Biblioteca de componentes Hxtos",
10
10
  "type": "module",