@gustavo-valsechi/client 1.3.7 → 1.3.9
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/components/index.d.ts +1 -1
- package/dist/components/types/avatar/index.d.ts +1 -1
- package/dist/components/types/badge/index.d.ts +1 -1
- package/dist/components/types/block/index.d.ts +1 -1
- package/dist/components/types/chart/index.d.ts +1 -1
- package/dist/components/types/credit-card/card/index.d.ts +1 -1
- package/dist/components/types/credit-card/functions/index.d.ts +1 -1
- package/dist/components/types/credit-card/index.d.ts +1 -1
- package/dist/components/types/form/index.d.ts +1 -1
- package/dist/components/types/form/types/button/index.d.ts +1 -1
- package/dist/components/types/form/types/datetime/index.d.ts +1 -1
- package/dist/components/types/form/types/file/index.d.ts +1 -1
- package/dist/components/types/form/types/input/index.d.ts +1 -1
- package/dist/components/types/form/types/label/index.d.ts +1 -1
- package/dist/components/types/form/types/select/index.d.ts +1 -1
- package/dist/components/types/form/types/textarea/index.d.ts +1 -1
- package/dist/components/types/loading/app/index.d.ts +1 -1
- package/dist/components/types/loading/bar/index.d.ts +1 -1
- package/dist/components/types/logo/index.d.ts +1 -1
- package/dist/components/types/lottie/index.d.ts +1 -1
- package/dist/components/types/modal/index.d.ts +1 -1
- package/dist/components/types/table/index.d.ts +1 -1
- package/dist/components/types/table/index.js +1 -1
- package/dist/components/types/table/modal/index.d.ts +1 -1
- package/dist/components/types/table/paginate/index.d.ts +1 -1
- package/dist/contexts/icon/index.d.ts +1 -1
- package/dist/contexts/modal/index.d.ts +1 -1
- package/dist/contexts/theme/content.d.ts +1 -1
- package/dist/contexts/theme/index.d.ts +1 -1
- package/dist/interfaces/components/block/index.d.ts +1 -1
- package/dist/interfaces/components/index.d.ts +1 -1
- package/dist/interfaces/components/lottie/index.d.ts +1 -1
- package/dist/interfaces/components/modal/index.d.ts +1 -1
- package/dist/interfaces/contexts/modal/index.d.ts +1 -1
- package/dist/styled.d.ts +1 -1
- package/package.json +7 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IAvatar } from "
|
|
1
|
+
import { IAvatar } from "../../../interfaces";
|
|
2
2
|
export declare function Avatar(props: IAvatar): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IBadge } from "
|
|
1
|
+
import { IBadge } from "../../../interfaces";
|
|
2
2
|
export declare function Badge(props: IBadge): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IBlock } from "
|
|
1
|
+
import { IBlock } from "../../../interfaces";
|
|
2
2
|
export declare function Block(props: IBlock): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IChart } from "
|
|
1
|
+
import { IChart } from "../../../interfaces";
|
|
2
2
|
export declare function Chart(props: IChart): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ICreditCard } from "
|
|
1
|
+
import { ICreditCard } from "../../../../interfaces";
|
|
2
2
|
export default function CreditCardComponent(props: ICreditCard): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ICreditCard } from "
|
|
1
|
+
import { ICreditCard } from "../../../../interfaces";
|
|
2
2
|
export default function CreditCardFunctions(props: ICreditCard): false | import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ICreditCard } from "
|
|
1
|
+
import { ICreditCard } from "../../../interfaces";
|
|
2
2
|
export declare function CreditCard(props: ICreditCard): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IButton } from "
|
|
1
|
+
import { IButton } from "../../../../../interfaces";
|
|
2
2
|
export declare function Button(props: IButton): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputDateTime } from "
|
|
1
|
+
import { IInputDateTime } from "../../../../../interfaces";
|
|
2
2
|
export declare function InputDateTime(props: IInputDateTime): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputFile } from "
|
|
1
|
+
import { IInputFile } from "../../../../../interfaces";
|
|
2
2
|
export declare function InputFile(props: IInputFile): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputText } from "
|
|
1
|
+
import { IInputText } from "../../../../../interfaces";
|
|
2
2
|
export declare function InputText(props: IInputText): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputLabel } from "
|
|
1
|
+
import { IInputLabel } from "../../../../../interfaces";
|
|
2
2
|
export declare function InputLabel(props: IInputLabel): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputSelect } from "
|
|
1
|
+
import { IInputSelect } from "../../../../../interfaces";
|
|
2
2
|
export declare function InputSelect(props: IInputSelect): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputTextarea } from "
|
|
1
|
+
import { IInputTextarea } from "../../../../../interfaces";
|
|
2
2
|
export declare function InputTextarea(props: IInputTextarea): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ILoadingApp } from "
|
|
1
|
+
import { ILoadingApp } from "../../../../interfaces";
|
|
2
2
|
export declare function LoadingApp(props: ILoadingApp): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ILoadingBar } from "
|
|
1
|
+
import { ILoadingBar } from "../../../../interfaces";
|
|
2
2
|
export declare function LoadingBar(props: ILoadingBar): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ILogo } from "
|
|
1
|
+
import { ILogo } from "../../../interfaces";
|
|
2
2
|
export declare function Logo(props: ILogo): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ILottie } from "
|
|
1
|
+
import { ILottie } from "../../../interfaces";
|
|
2
2
|
export declare function Lottie(props: ILottie): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IModal } from "
|
|
1
|
+
import { IModal } from "../../../interfaces";
|
|
2
2
|
export declare function Modal(props: IModal): import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
3
|
import { useEffect } from "react";
|
|
4
4
|
import { Container } from "./styles";
|
|
5
|
-
import { LoadingBar } from "
|
|
5
|
+
import { LoadingBar } from "../../../components";
|
|
6
6
|
import { Paginate } from "./paginate";
|
|
7
7
|
import { useModal, useTheme } from "../../../contexts";
|
|
8
8
|
import _ from "lodash";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IModal } from "
|
|
1
|
+
import { IModal } from "../../../../interfaces";
|
|
2
2
|
export default function Modal(props: IModal): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPaginate } from "
|
|
1
|
+
import { IPaginate } from "../../../../interfaces";
|
|
2
2
|
export declare function Paginate(props: IPaginate): false | import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IIconProvider } from "
|
|
1
|
+
import { IIconProvider } from "../../interfaces";
|
|
2
2
|
declare const IconProviderContainer: ({ children }: IIconProvider) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const useIcon: () => any;
|
|
4
4
|
export { IconProviderContainer as IconProvider, useIcon };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IModalProvider, IModalContext } from "
|
|
1
|
+
import { IModalProvider, IModalContext } from "../../interfaces";
|
|
2
2
|
declare const ModalProviderContainer: ({ children }: IModalProvider) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const useModal: () => IModalContext;
|
|
4
4
|
export { ModalProviderContainer as ModalProvider, useModal };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IThemeProvider, IThemeContext } from "
|
|
1
|
+
import { IThemeProvider, IThemeContext } from "../../interfaces";
|
|
2
2
|
declare const ThemeProviderContainer: (props: IThemeProvider) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const useTheme: () => IThemeContext;
|
|
4
4
|
export { ThemeProviderContainer as ThemeProvider, useTheme };
|
package/dist/styled.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gustavo-valsechi/client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.9",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
|
-
"files": [
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
7
9
|
"license": "UNLICENSED",
|
|
8
10
|
"scripts": {
|
|
9
|
-
"build": "npx rimraf node_modules/.cache && tsc"
|
|
11
|
+
"build": "npx rimraf node_modules/.cache && tsc && tsc-alias"
|
|
10
12
|
},
|
|
11
13
|
"peerDependencies": {
|
|
12
14
|
"react": "18.3.1",
|
|
@@ -14,8 +16,8 @@
|
|
|
14
16
|
"styled-components": "6.1.12"
|
|
15
17
|
},
|
|
16
18
|
"dependencies": {
|
|
17
|
-
"@gustavo-valsechi/server": "1.0.4",
|
|
18
19
|
"@emotion/is-prop-valid": "1.3.0",
|
|
20
|
+
"@gustavo-valsechi/server": "1.0.4",
|
|
19
21
|
"@hookform/resolvers": "5.2.2",
|
|
20
22
|
"apexcharts": "3.51.0",
|
|
21
23
|
"lodash": "4.17.21",
|
|
@@ -43,6 +45,7 @@
|
|
|
43
45
|
"react": "18.3.1",
|
|
44
46
|
"react-dom": "18.3.1",
|
|
45
47
|
"styled-components": "6.1.12",
|
|
48
|
+
"tsc-alias": "^1.8.16",
|
|
46
49
|
"typescript": "5.5.4"
|
|
47
50
|
},
|
|
48
51
|
"publishConfig": {
|