@gustavo-valsechi/client 1.3.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.
- package/README.md +0 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +49 -0
- package/dist/components/styles.d.ts +2 -0
- package/dist/components/styles.js +20 -0
- package/dist/components/types/avatar/index.d.ts +2 -0
- package/dist/components/types/avatar/index.js +39 -0
- package/dist/components/types/avatar/styles.d.ts +1 -0
- package/dist/components/types/avatar/styles.js +61 -0
- package/dist/components/types/badge/index.d.ts +2 -0
- package/dist/components/types/badge/index.js +22 -0
- package/dist/components/types/badge/styles.d.ts +1 -0
- package/dist/components/types/badge/styles.js +39 -0
- package/dist/components/types/block/index.d.ts +2 -0
- package/dist/components/types/block/index.js +11 -0
- package/dist/components/types/block/styles.d.ts +2 -0
- package/dist/components/types/block/styles.js +31 -0
- package/dist/components/types/chart/index.d.ts +2 -0
- package/dist/components/types/chart/index.js +39 -0
- package/dist/components/types/chart/styles.d.ts +1 -0
- package/dist/components/types/chart/styles.js +10 -0
- package/dist/components/types/credit-card/assets/index.d.ts +4 -0
- package/dist/components/types/credit-card/assets/index.js +19 -0
- package/dist/components/types/credit-card/card/index.d.ts +2 -0
- package/dist/components/types/credit-card/card/index.js +29 -0
- package/dist/components/types/credit-card/card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/card/styles.js +138 -0
- package/dist/components/types/credit-card/functions/index.d.ts +2 -0
- package/dist/components/types/credit-card/functions/index.js +14 -0
- package/dist/components/types/credit-card/functions/styles.d.ts +1 -0
- package/dist/components/types/credit-card/functions/styles.js +43 -0
- package/dist/components/types/credit-card/index.d.ts +2 -0
- package/dist/components/types/credit-card/index.js +35 -0
- package/dist/components/types/credit-card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/styles.js +40 -0
- package/dist/components/types/credit-card/tools/index.d.ts +6 -0
- package/dist/components/types/credit-card/tools/index.js +26 -0
- package/dist/components/types/form/index.d.ts +3 -0
- package/dist/components/types/form/index.js +85 -0
- package/dist/components/types/form/styles.d.ts +1 -0
- package/dist/components/types/form/styles.js +21 -0
- package/dist/components/types/form/types/button/index.d.ts +2 -0
- package/dist/components/types/form/types/button/index.js +14 -0
- package/dist/components/types/form/types/button/loading/index.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/index.js +9 -0
- package/dist/components/types/form/types/button/loading/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/styles.js +94 -0
- package/dist/components/types/form/types/button/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/styles.js +61 -0
- package/dist/components/types/form/types/datetime/index.d.ts +2 -0
- package/dist/components/types/form/types/datetime/index.js +26 -0
- package/dist/components/types/form/types/datetime/styles.d.ts +1 -0
- package/dist/components/types/form/types/datetime/styles.js +46 -0
- package/dist/components/types/form/types/file/index.d.ts +2 -0
- package/dist/components/types/form/types/file/index.js +27 -0
- package/dist/components/types/form/types/file/styles.d.ts +1 -0
- package/dist/components/types/form/types/file/styles.js +33 -0
- package/dist/components/types/form/types/index.d.ts +7 -0
- package/dist/components/types/form/types/index.js +23 -0
- package/dist/components/types/form/types/input/index.d.ts +2 -0
- package/dist/components/types/form/types/input/index.js +28 -0
- package/dist/components/types/form/types/input/styles.d.ts +1 -0
- package/dist/components/types/form/types/input/styles.js +52 -0
- package/dist/components/types/form/types/label/index.d.ts +2 -0
- package/dist/components/types/form/types/label/index.js +9 -0
- package/dist/components/types/form/types/label/styles.d.ts +1 -0
- package/dist/components/types/form/types/label/styles.js +13 -0
- package/dist/components/types/form/types/select/index.d.ts +2 -0
- package/dist/components/types/form/types/select/index.js +31 -0
- package/dist/components/types/form/types/select/styles.d.ts +1 -0
- package/dist/components/types/form/types/select/styles.js +58 -0
- package/dist/components/types/form/types/textarea/index.d.ts +2 -0
- package/dist/components/types/form/types/textarea/index.js +26 -0
- package/dist/components/types/form/types/textarea/styles.d.ts +1 -0
- package/dist/components/types/form/types/textarea/styles.js +45 -0
- package/dist/components/types/index.d.ts +11 -0
- package/dist/components/types/index.js +27 -0
- package/dist/components/types/loading/app/index.d.ts +2 -0
- package/dist/components/types/loading/app/index.js +10 -0
- package/dist/components/types/loading/app/styles.d.ts +1 -0
- package/dist/components/types/loading/app/styles.js +93 -0
- package/dist/components/types/loading/bar/index.d.ts +2 -0
- package/dist/components/types/loading/bar/index.js +9 -0
- package/dist/components/types/loading/bar/styles.d.ts +1 -0
- package/dist/components/types/loading/bar/styles.js +27 -0
- package/dist/components/types/loading/index.d.ts +2 -0
- package/dist/components/types/loading/index.js +18 -0
- package/dist/components/types/logo/index.d.ts +2 -0
- package/dist/components/types/logo/index.js +9 -0
- package/dist/components/types/logo/styles.d.ts +1 -0
- package/dist/components/types/logo/styles.js +25 -0
- package/dist/components/types/lottie/animations/index.d.ts +293 -0
- package/dist/components/types/lottie/animations/index.js +7 -0
- package/dist/components/types/lottie/animations/loader.json +1 -0
- package/dist/components/types/lottie/index.d.ts +2 -0
- package/dist/components/types/lottie/index.js +34 -0
- package/dist/components/types/lottie/styles.d.ts +1 -0
- package/dist/components/types/lottie/styles.js +28 -0
- package/dist/components/types/modal/index.d.ts +2 -0
- package/dist/components/types/modal/index.js +18 -0
- package/dist/components/types/modal/styles.d.ts +1 -0
- package/dist/components/types/modal/styles.js +159 -0
- package/dist/components/types/table/index.d.ts +3 -0
- package/dist/components/types/table/index.js +113 -0
- package/dist/components/types/table/modal/actions.d.ts +10 -0
- package/dist/components/types/table/modal/actions.js +8 -0
- package/dist/components/types/table/modal/index.d.ts +2 -0
- package/dist/components/types/table/modal/index.js +43 -0
- package/dist/components/types/table/modal/styles.d.ts +1 -0
- package/dist/components/types/table/modal/styles.js +58 -0
- package/dist/components/types/table/paginate/index.d.ts +2 -0
- package/dist/components/types/table/paginate/index.js +36 -0
- package/dist/components/types/table/paginate/styles.d.ts +1 -0
- package/dist/components/types/table/paginate/styles.js +42 -0
- package/dist/components/types/table/styles.d.ts +5 -0
- package/dist/components/types/table/styles.js +268 -0
- package/dist/contexts/icon/assets/brands/index.d.ts +2 -0
- package/dist/contexts/icon/assets/brands/index.js +9 -0
- package/dist/contexts/icon/assets/index.d.ts +6 -0
- package/dist/contexts/icon/assets/index.js +13 -0
- package/dist/contexts/icon/assets/regular/index.d.ts +2 -0
- package/dist/contexts/icon/assets/regular/index.js +9 -0
- package/dist/contexts/icon/assets/solid/index.d.ts +2 -0
- package/dist/contexts/icon/assets/solid/index.js +9 -0
- package/dist/contexts/icon/index.d.ts +4 -0
- package/dist/contexts/icon/index.js +82 -0
- package/dist/contexts/icon/styles.d.ts +1 -0
- package/dist/contexts/icon/styles.js +10 -0
- package/dist/contexts/index.d.ts +4 -0
- package/dist/contexts/index.js +21 -0
- package/dist/contexts/modal/index.d.ts +4 -0
- package/dist/contexts/modal/index.js +53 -0
- package/dist/contexts/modal/styles.d.ts +1 -0
- package/dist/contexts/modal/styles.js +10 -0
- package/dist/contexts/theme/content.d.ts +3 -0
- package/dist/contexts/theme/content.js +77 -0
- package/dist/contexts/theme/index.d.ts +4 -0
- package/dist/contexts/theme/index.js +32 -0
- package/dist/contexts/theme/styles.d.ts +1 -0
- package/dist/contexts/theme/styles.js +84 -0
- package/dist/contexts/tooltip/index.d.ts +6 -0
- package/dist/contexts/tooltip/index.js +65 -0
- package/dist/contexts/tooltip/styles.d.ts +1 -0
- package/dist/contexts/tooltip/styles.js +46 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +20 -0
- package/dist/interfaces/components/avatar/index.d.ts +6 -0
- package/dist/interfaces/components/avatar/index.js +2 -0
- package/dist/interfaces/components/badge/index.d.ts +3 -0
- package/dist/interfaces/components/badge/index.js +2 -0
- package/dist/interfaces/components/block/index.d.ts +16 -0
- package/dist/interfaces/components/block/index.js +2 -0
- package/dist/interfaces/components/chart/index.d.ts +9 -0
- package/dist/interfaces/components/chart/index.js +2 -0
- package/dist/interfaces/components/credit-card/index.d.ts +16 -0
- package/dist/interfaces/components/credit-card/index.js +2 -0
- package/dist/interfaces/components/form/button/index.d.ts +7 -0
- package/dist/interfaces/components/form/button/index.js +2 -0
- package/dist/interfaces/components/form/datetime/index.d.ts +15 -0
- package/dist/interfaces/components/form/datetime/index.js +2 -0
- package/dist/interfaces/components/form/file/index.d.ts +14 -0
- package/dist/interfaces/components/form/file/index.js +2 -0
- package/dist/interfaces/components/form/index.d.ts +16 -0
- package/dist/interfaces/components/form/index.js +23 -0
- package/dist/interfaces/components/form/input/index.d.ts +17 -0
- package/dist/interfaces/components/form/input/index.js +2 -0
- package/dist/interfaces/components/form/label/index.d.ts +5 -0
- package/dist/interfaces/components/form/label/index.js +2 -0
- package/dist/interfaces/components/form/select/index.d.ts +14 -0
- package/dist/interfaces/components/form/select/index.js +2 -0
- package/dist/interfaces/components/form/textarea/index.d.ts +16 -0
- package/dist/interfaces/components/form/textarea/index.js +2 -0
- package/dist/interfaces/components/index.d.ts +26 -0
- package/dist/interfaces/components/index.js +27 -0
- package/dist/interfaces/components/loading/app/index.d.ts +3 -0
- package/dist/interfaces/components/loading/app/index.js +2 -0
- package/dist/interfaces/components/loading/bar/index.d.ts +7 -0
- package/dist/interfaces/components/loading/bar/index.js +2 -0
- package/dist/interfaces/components/loading/index.d.ts +2 -0
- package/dist/interfaces/components/loading/index.js +18 -0
- package/dist/interfaces/components/logo/index.d.ts +6 -0
- package/dist/interfaces/components/logo/index.js +2 -0
- package/dist/interfaces/components/lottie/index.d.ts +12 -0
- package/dist/interfaces/components/lottie/index.js +2 -0
- package/dist/interfaces/components/modal/index.d.ts +16 -0
- package/dist/interfaces/components/modal/index.js +2 -0
- package/dist/interfaces/components/table/index.d.ts +46 -0
- package/dist/interfaces/components/table/index.js +17 -0
- package/dist/interfaces/components/table/paginate/index.d.ts +7 -0
- package/dist/interfaces/components/table/paginate/index.js +2 -0
- package/dist/interfaces/contexts/icon/index.d.ts +3 -0
- package/dist/interfaces/contexts/icon/index.js +2 -0
- package/dist/interfaces/contexts/index.d.ts +8 -0
- package/dist/interfaces/contexts/index.js +20 -0
- package/dist/interfaces/contexts/modal/index.d.ts +16 -0
- package/dist/interfaces/contexts/modal/index.js +3 -0
- package/dist/interfaces/contexts/theme/index.d.ts +42 -0
- package/dist/interfaces/contexts/theme/index.js +2 -0
- package/dist/interfaces/contexts/tooltip/index.d.ts +3 -0
- package/dist/interfaces/contexts/tooltip/index.js +2 -0
- package/dist/interfaces/index.d.ts +2 -0
- package/dist/interfaces/index.js +18 -0
- package/dist/styled.d.ts +6 -0
- package/dist/styled.js +3 -0
- package/dist/tsup.config.d.ts +2 -0
- package/dist/tsup.config.js +21 -0
- package/package.json +69 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export * from "./paginate";
|
|
3
|
+
export interface ITableAction {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
position?: string;
|
|
6
|
+
function: (data?: any) => any;
|
|
7
|
+
icon?: string;
|
|
8
|
+
label?: string;
|
|
9
|
+
tooltip?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface ITableColumn {
|
|
12
|
+
name?: string;
|
|
13
|
+
style?: object;
|
|
14
|
+
action?: ITableAction;
|
|
15
|
+
}
|
|
16
|
+
export interface ITableRow {
|
|
17
|
+
actions?: Array<ITableAction>;
|
|
18
|
+
image?: any;
|
|
19
|
+
icon?: any;
|
|
20
|
+
style?: any;
|
|
21
|
+
mask?: any;
|
|
22
|
+
custom?: (data: any) => React.ReactNode;
|
|
23
|
+
name?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface ITable {
|
|
26
|
+
content: Array<any>;
|
|
27
|
+
loading?: boolean | {
|
|
28
|
+
is?: boolean;
|
|
29
|
+
items?: Array<any>;
|
|
30
|
+
};
|
|
31
|
+
options: Array<{
|
|
32
|
+
column: ITableColumn | string;
|
|
33
|
+
row: ITableRow | string;
|
|
34
|
+
}>;
|
|
35
|
+
notFound?: {
|
|
36
|
+
title: string;
|
|
37
|
+
message: string;
|
|
38
|
+
};
|
|
39
|
+
paginate?: {
|
|
40
|
+
total: number;
|
|
41
|
+
page: {
|
|
42
|
+
value: number;
|
|
43
|
+
set: (value: number) => any;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./paginate"), exports);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./icon"), exports);
|
|
18
|
+
__exportStar(require("./theme"), exports);
|
|
19
|
+
__exportStar(require("./tooltip"), exports);
|
|
20
|
+
__exportStar(require("./modal"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Modal } from "@components";
|
|
2
|
+
import { IModal, IBaseProvider } from "../..";
|
|
3
|
+
export interface IModalProvider extends IBaseProvider {
|
|
4
|
+
}
|
|
5
|
+
export interface IModalConfig {
|
|
6
|
+
component: typeof Modal;
|
|
7
|
+
name: string;
|
|
8
|
+
props?: IModal;
|
|
9
|
+
type?: "fixed" | "dinamic";
|
|
10
|
+
}
|
|
11
|
+
export interface IModalContext {
|
|
12
|
+
value: Array<IModalConfig>;
|
|
13
|
+
add: (value: IModalConfig) => void;
|
|
14
|
+
remove: (modalName: string) => void;
|
|
15
|
+
setProps: (modalName: string, props: IModal) => void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { IBaseProvider } from "../..";
|
|
2
|
+
export interface IThemeProvider extends IBaseProvider {
|
|
3
|
+
theme?: string;
|
|
4
|
+
}
|
|
5
|
+
export interface ICommonTheme {
|
|
6
|
+
secondary: string;
|
|
7
|
+
tertiary: string;
|
|
8
|
+
positive: string;
|
|
9
|
+
negative: string;
|
|
10
|
+
mobileMaxWidth: string;
|
|
11
|
+
mobileMinWidth: string;
|
|
12
|
+
}
|
|
13
|
+
export interface IThemeContent extends ICommonTheme {
|
|
14
|
+
primary: string;
|
|
15
|
+
reverse: string;
|
|
16
|
+
tooltip: string;
|
|
17
|
+
t8: string;
|
|
18
|
+
t7: string;
|
|
19
|
+
t6: string;
|
|
20
|
+
t5: string;
|
|
21
|
+
t4: string;
|
|
22
|
+
t3: string;
|
|
23
|
+
t2: string;
|
|
24
|
+
t1: string;
|
|
25
|
+
t08: string;
|
|
26
|
+
t05: string;
|
|
27
|
+
t03: string;
|
|
28
|
+
t02: string;
|
|
29
|
+
t01: string;
|
|
30
|
+
lgrad: string;
|
|
31
|
+
maingrad: string;
|
|
32
|
+
}
|
|
33
|
+
export interface ITheme {
|
|
34
|
+
light: IThemeContent;
|
|
35
|
+
dark: IThemeContent;
|
|
36
|
+
}
|
|
37
|
+
export interface IThemeContext {
|
|
38
|
+
theme: keyof ITheme;
|
|
39
|
+
setTheme: (theme: keyof ITheme) => void;
|
|
40
|
+
content: IThemeContent;
|
|
41
|
+
Switcher: any;
|
|
42
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./components"), exports);
|
|
18
|
+
__exportStar(require("./contexts"), exports);
|
package/dist/styled.d.ts
ADDED
package/dist/styled.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tsup_1 = require("tsup");
|
|
4
|
+
exports.default = (0, tsup_1.defineConfig)({
|
|
5
|
+
entry: {
|
|
6
|
+
"index": "index.tsx",
|
|
7
|
+
"interfaces/index": "interfaces/index.tsx",
|
|
8
|
+
"components/index": "components/index.tsx",
|
|
9
|
+
"contexts/index": "contexts/index.tsx",
|
|
10
|
+
},
|
|
11
|
+
outDir: "dist",
|
|
12
|
+
format: ["esm", "cjs"],
|
|
13
|
+
dts: true,
|
|
14
|
+
clean: false,
|
|
15
|
+
splitting: false,
|
|
16
|
+
minify: true,
|
|
17
|
+
esbuildOptions(opt) {
|
|
18
|
+
opt.banner = { js: '"use client";' };
|
|
19
|
+
opt.external = ["react", "react-dom", "styled-components", "next"];
|
|
20
|
+
}
|
|
21
|
+
});
|
package/package.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@gustavo-valsechi/client",
|
|
3
|
+
"version": "1.3.0",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"types": "dist/index.d.ts",
|
|
6
|
+
"files": ["dist"],
|
|
7
|
+
"license": "UNLICENSED",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "npx rimraf node_modules/.cache && tsc"
|
|
10
|
+
},
|
|
11
|
+
"peerDependencies": {
|
|
12
|
+
"react": "18.3.1",
|
|
13
|
+
"react-dom": "18.3.1",
|
|
14
|
+
"styled-components": "6.1.12"
|
|
15
|
+
},
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@gustavo-valsechi/server": "1.0.3",
|
|
18
|
+
"@emotion/is-prop-valid": "1.3.0",
|
|
19
|
+
"@hookform/resolvers": "5.2.2",
|
|
20
|
+
"apexcharts": "3.51.0",
|
|
21
|
+
"lodash": "4.17.21",
|
|
22
|
+
"next": "14.2.5",
|
|
23
|
+
"randomcolor": "0.6.2",
|
|
24
|
+
"react-apexcharts": "1.4.1",
|
|
25
|
+
"react-credit-cards-2": "1.0.3",
|
|
26
|
+
"react-hook-form": "7.65.0",
|
|
27
|
+
"react-hot-toast": "2.4.1",
|
|
28
|
+
"react-lottie": "1.2.4",
|
|
29
|
+
"tsup": "^8.5.0",
|
|
30
|
+
"zod": "4.1.12",
|
|
31
|
+
"zod-formik-adapter": "1.3.0"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@types/lodash": "4.17.7",
|
|
35
|
+
"@types/node": "22.0.2",
|
|
36
|
+
"@types/randomcolor": "0.5.9",
|
|
37
|
+
"@types/react": "18.3.3",
|
|
38
|
+
"@types/react-dom": "18.3.0",
|
|
39
|
+
"@types/react-lottie": "1.2.10",
|
|
40
|
+
"@types/styled-components": "5.1.34",
|
|
41
|
+
"esbuild": "^0.25.11",
|
|
42
|
+
"raw-loader": "4.0.2",
|
|
43
|
+
"react": "18.3.1",
|
|
44
|
+
"react-dom": "18.3.1",
|
|
45
|
+
"styled-components": "6.1.12",
|
|
46
|
+
"typescript": "5.5.4"
|
|
47
|
+
},
|
|
48
|
+
"publishConfig": {
|
|
49
|
+
"access": "public"
|
|
50
|
+
},
|
|
51
|
+
"exports": {
|
|
52
|
+
".": {
|
|
53
|
+
"import": "./dist/index.js",
|
|
54
|
+
"types": "./dist/index.d.ts"
|
|
55
|
+
},
|
|
56
|
+
"./components": {
|
|
57
|
+
"import": "./dist/components/index.js",
|
|
58
|
+
"types": "./dist/components/index.d.ts"
|
|
59
|
+
},
|
|
60
|
+
"./contexts": {
|
|
61
|
+
"import": "./dist/contexts/index.js",
|
|
62
|
+
"types": "./dist/contexts/index.d.ts"
|
|
63
|
+
},
|
|
64
|
+
"./interfaces": {
|
|
65
|
+
"import": "./dist/interfaces/index.js",
|
|
66
|
+
"types": "./dist/interfaces/index.d.ts"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|