@gustavo-valsechi/client 1.3.23 → 1.3.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.
- package/dist/components/index.d.ts +3 -10
- package/dist/components/index.mjs +3082 -11
- package/dist/components/styles.d.ts +2 -0
- package/dist/components/styles.mjs +21 -0
- package/dist/components/types/avatar/index.d.ts +2 -0
- package/dist/components/types/avatar/index.mjs +88 -0
- package/dist/components/types/avatar/styles.d.ts +1 -0
- package/dist/components/types/avatar/styles.mjs +61 -0
- package/dist/components/types/badge/index.d.ts +2 -0
- package/dist/components/types/badge/index.mjs +324 -0
- package/dist/components/types/badge/styles.d.ts +1 -0
- package/dist/components/types/badge/styles.mjs +39 -0
- package/dist/components/types/block/index.d.ts +2 -0
- package/dist/components/types/block/index.mjs +3078 -0
- package/dist/components/types/block/styles.d.ts +2 -0
- package/dist/components/types/block/styles.mjs +32 -0
- package/dist/components/types/chart/index.d.ts +2 -0
- package/dist/components/types/chart/index.mjs +322 -0
- package/dist/components/types/chart/styles.d.ts +1 -0
- package/dist/components/types/chart/styles.mjs +10 -0
- package/dist/components/types/credit-card/assets/index.d.ts +4 -0
- package/dist/components/types/credit-card/assets/index.mjs +23 -0
- package/dist/components/types/credit-card/card/index.d.ts +2 -0
- package/dist/components/types/credit-card/card/index.mjs +732 -0
- package/dist/components/types/credit-card/card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/card/styles.mjs +138 -0
- package/dist/components/types/credit-card/functions/index.d.ts +2 -0
- package/dist/components/types/credit-card/functions/index.mjs +61 -0
- package/dist/components/types/credit-card/functions/styles.d.ts +1 -0
- package/dist/components/types/credit-card/functions/styles.mjs +43 -0
- package/dist/components/types/credit-card/index.d.ts +2 -0
- package/dist/components/types/credit-card/index.mjs +853 -0
- package/dist/components/types/credit-card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/styles.mjs +40 -0
- package/dist/components/types/credit-card/tools/index.d.ts +6 -0
- package/dist/components/types/credit-card/tools/index.mjs +566 -0
- package/dist/components/types/form/index.d.ts +3 -0
- package/dist/components/types/form/index.mjs +711 -0
- package/dist/components/types/form/styles.d.ts +1 -0
- package/dist/components/types/form/styles.mjs +21 -0
- package/dist/components/types/form/types/button/index.d.ts +2 -0
- package/dist/components/types/form/types/button/index.mjs +165 -0
- package/dist/components/types/form/types/button/loading/index.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/index.mjs +104 -0
- package/dist/components/types/form/types/button/loading/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/styles.mjs +94 -0
- package/dist/components/types/form/types/button/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/styles.mjs +47 -0
- package/dist/components/types/form/types/datetime/index.d.ts +2 -0
- package/dist/components/types/form/types/datetime/index.mjs +93 -0
- package/dist/components/types/form/types/datetime/styles.d.ts +1 -0
- package/dist/components/types/form/types/datetime/styles.mjs +46 -0
- package/dist/components/types/form/types/file/index.d.ts +2 -0
- package/dist/components/types/form/types/file/index.mjs +91 -0
- package/dist/components/types/form/types/file/styles.d.ts +1 -0
- package/dist/components/types/form/types/file/styles.mjs +33 -0
- package/dist/components/types/form/types/index.d.ts +7 -0
- package/dist/components/types/form/types/index.mjs +603 -0
- package/dist/components/types/form/types/input/index.d.ts +2 -0
- package/dist/components/types/form/types/input/index.mjs +113 -0
- package/dist/components/types/form/types/input/styles.d.ts +1 -0
- package/dist/components/types/form/types/input/styles.mjs +52 -0
- package/dist/components/types/form/types/label/index.d.ts +2 -0
- package/dist/components/types/form/types/label/index.mjs +19 -0
- package/dist/components/types/form/types/label/styles.d.ts +1 -0
- package/dist/components/types/form/types/label/styles.mjs +13 -0
- package/dist/components/types/form/types/select/index.d.ts +2 -0
- package/dist/components/types/form/types/select/index.mjs +125 -0
- package/dist/components/types/form/types/select/styles.d.ts +1 -0
- package/dist/components/types/form/types/select/styles.mjs +58 -0
- package/dist/components/types/form/types/textarea/index.d.ts +2 -0
- package/dist/components/types/form/types/textarea/index.mjs +92 -0
- package/dist/components/types/form/types/textarea/styles.d.ts +1 -0
- package/dist/components/types/form/types/textarea/styles.mjs +45 -0
- package/dist/components/types/index.d.ts +11 -0
- package/dist/components/types/index.mjs +3094 -0
- package/dist/components/types/loading/app/index.d.ts +2 -0
- package/dist/components/types/loading/app/index.mjs +128 -0
- package/dist/components/types/loading/app/styles.d.ts +1 -0
- package/dist/components/types/loading/app/styles.mjs +93 -0
- package/dist/components/types/loading/bar/index.d.ts +2 -0
- package/dist/components/types/loading/bar/index.mjs +33 -0
- package/dist/components/types/loading/bar/styles.d.ts +1 -0
- package/dist/components/types/loading/bar/styles.mjs +27 -0
- package/dist/components/types/loading/index.d.ts +2 -0
- package/dist/components/types/loading/index.mjs +156 -0
- package/dist/components/types/logo/index.d.ts +2 -0
- package/dist/components/types/logo/index.mjs +34 -0
- package/dist/components/types/logo/styles.d.ts +1 -0
- package/dist/components/types/logo/styles.mjs +25 -0
- package/dist/components/types/lottie/animations/index.d.ts +293 -0
- package/dist/components/types/lottie/animations/index.mjs +10 -0
- package/dist/components/types/lottie/index.d.ts +2 -0
- package/dist/components/types/lottie/index.mjs +69 -0
- package/dist/components/types/lottie/styles.d.ts +1 -0
- package/dist/components/types/lottie/styles.mjs +28 -0
- package/dist/components/types/modal/index.d.ts +2 -0
- package/dist/components/types/modal/index.mjs +2324 -0
- package/dist/components/types/modal/styles.d.ts +1 -0
- package/dist/components/types/modal/styles.mjs +135 -0
- package/dist/components/types/table/index.d.ts +3 -0
- package/dist/components/types/table/index.mjs +3079 -0
- package/dist/components/types/table/modal/actions.d.ts +10 -0
- package/dist/components/types/table/modal/actions.mjs +87 -0
- package/dist/components/types/table/modal/index.d.ts +2 -0
- package/dist/components/types/table/modal/index.mjs +3076 -0
- package/dist/components/types/table/modal/styles.d.ts +1 -0
- package/dist/components/types/table/modal/styles.mjs +58 -0
- package/dist/components/types/table/paginate/index.d.ts +2 -0
- package/dist/components/types/table/paginate/index.mjs +96 -0
- package/dist/components/types/table/paginate/styles.d.ts +1 -0
- package/dist/components/types/table/paginate/styles.mjs +42 -0
- package/dist/components/types/table/styles.d.ts +5 -0
- package/dist/components/types/table/styles.mjs +268 -0
- package/dist/contexts/icon/assets/brands/index.d.ts +2 -0
- package/dist/contexts/icon/assets/brands/index.mjs +19 -0
- package/dist/contexts/icon/assets/index.d.ts +6 -0
- package/dist/contexts/icon/assets/index.mjs +44 -0
- package/dist/contexts/icon/assets/regular/index.d.ts +2 -0
- package/dist/contexts/icon/assets/regular/index.mjs +19 -0
- package/dist/contexts/icon/assets/solid/index.d.ts +2 -0
- package/dist/contexts/icon/assets/solid/index.mjs +19 -0
- package/dist/contexts/icon/index.d.ts +4 -0
- package/dist/contexts/icon/index.mjs +281 -0
- package/dist/contexts/icon/styles.d.ts +1 -0
- package/dist/contexts/icon/styles.mjs +10 -0
- package/dist/contexts/index.d.ts +4 -20
- package/dist/contexts/index.mjs +486 -4
- package/dist/contexts/modal/index.d.ts +4 -0
- package/dist/contexts/modal/index.mjs +66 -0
- package/dist/contexts/modal/styles.d.ts +1 -0
- package/dist/contexts/modal/styles.mjs +10 -0
- package/dist/contexts/theme/content.d.ts +3 -0
- package/dist/contexts/theme/content.mjs +81 -0
- package/dist/contexts/theme/index.d.ts +4 -0
- package/dist/contexts/theme/index.mjs +201 -0
- package/dist/contexts/theme/styles.d.ts +1 -0
- package/dist/contexts/theme/styles.mjs +84 -0
- package/dist/contexts/tooltip/index.d.ts +6 -0
- package/dist/contexts/tooltip/index.mjs +117 -0
- package/dist/contexts/tooltip/styles.d.ts +1 -0
- package/dist/contexts/tooltip/styles.mjs +46 -0
- package/dist/index.d.ts +4 -17
- package/dist/index.mjs +3312 -4
- package/dist/interfaces/components/avatar/index.d.ts +6 -0
- package/dist/interfaces/components/avatar/index.mjs +1 -0
- package/dist/interfaces/components/badge/index.d.ts +3 -0
- package/dist/interfaces/components/badge/index.mjs +1 -0
- package/dist/interfaces/components/block/index.d.ts +16 -0
- package/dist/interfaces/components/block/index.mjs +1 -0
- package/dist/interfaces/components/chart/index.d.ts +9 -0
- package/dist/interfaces/components/chart/index.mjs +1 -0
- package/dist/interfaces/components/credit-card/index.d.ts +16 -0
- package/dist/interfaces/components/credit-card/index.mjs +1 -0
- package/dist/interfaces/components/form/button/index.d.ts +7 -0
- package/dist/interfaces/components/form/button/index.mjs +1 -0
- package/dist/interfaces/components/form/datetime/index.d.ts +15 -0
- package/dist/interfaces/components/form/datetime/index.mjs +1 -0
- package/dist/interfaces/components/form/file/index.d.ts +14 -0
- package/dist/interfaces/components/form/file/index.mjs +1 -0
- package/dist/interfaces/components/form/index.d.ts +16 -0
- package/dist/interfaces/components/form/index.mjs +1 -0
- package/dist/interfaces/components/form/input/index.d.ts +17 -0
- package/dist/interfaces/components/form/input/index.mjs +1 -0
- package/dist/interfaces/components/form/label/index.d.ts +5 -0
- package/dist/interfaces/components/form/label/index.mjs +1 -0
- package/dist/interfaces/components/form/select/index.d.ts +14 -0
- package/dist/interfaces/components/form/select/index.mjs +1 -0
- package/dist/interfaces/components/form/textarea/index.d.ts +16 -0
- package/dist/interfaces/components/form/textarea/index.mjs +1 -0
- package/dist/interfaces/components/index.d.ts +26 -0
- package/dist/interfaces/components/index.mjs +1 -0
- package/dist/interfaces/components/loading/app/index.d.ts +3 -0
- package/dist/interfaces/components/loading/app/index.mjs +1 -0
- package/dist/interfaces/components/loading/bar/index.d.ts +7 -0
- package/dist/interfaces/components/loading/bar/index.mjs +1 -0
- package/dist/interfaces/components/loading/index.d.ts +2 -0
- package/dist/interfaces/components/loading/index.mjs +1 -0
- package/dist/interfaces/components/logo/index.d.ts +6 -0
- package/dist/interfaces/components/logo/index.mjs +1 -0
- package/dist/interfaces/components/lottie/index.d.ts +12 -0
- package/dist/interfaces/components/lottie/index.mjs +1 -0
- package/dist/interfaces/components/modal/index.d.ts +16 -0
- package/dist/interfaces/components/modal/index.mjs +1 -0
- package/dist/interfaces/components/table/index.d.ts +46 -0
- package/dist/interfaces/components/table/index.mjs +1 -0
- package/dist/interfaces/components/table/paginate/index.d.ts +7 -0
- package/dist/interfaces/components/table/paginate/index.mjs +1 -0
- package/dist/interfaces/contexts/icon/index.d.ts +3 -0
- package/dist/interfaces/contexts/icon/index.mjs +1 -0
- package/dist/interfaces/contexts/index.d.ts +8 -0
- package/dist/interfaces/contexts/index.mjs +1 -0
- package/dist/interfaces/contexts/modal/index.d.ts +16 -0
- package/dist/interfaces/contexts/modal/index.mjs +2 -0
- package/dist/interfaces/contexts/theme/index.d.ts +42 -0
- package/dist/interfaces/contexts/theme/index.mjs +1 -0
- package/dist/interfaces/contexts/tooltip/index.d.ts +3 -0
- package/dist/interfaces/contexts/tooltip/index.mjs +1 -0
- package/dist/interfaces/index.d.ts +2 -12
- package/dist/interfaces/index.mjs +0 -2
- package/dist/styled.d.ts +6 -0
- package/dist/tsup.config.d.ts +2 -0
- package/package.json +13 -7
- package/dist/components/index.d.mts +0 -10
- package/dist/components/index.js +0 -63
- package/dist/contexts/index.d.mts +0 -20
- package/dist/contexts/index.js +0 -30
- package/dist/index-BhaGW0O1.d.ts +0 -601
- package/dist/index-BxA8LyyD.d.mts +0 -68
- package/dist/index-DDi0w5pw.d.mts +0 -601
- package/dist/index-DT7VKE7H.d.ts +0 -68
- package/dist/index-Da-DtPS-.d.mts +0 -29
- package/dist/index-Da-DtPS-.d.ts +0 -29
- package/dist/index.d.mts +0 -17
- package/dist/index.js +0 -28
- package/dist/interfaces/index.d.mts +0 -12
- package/dist/interfaces/index.js +0 -25
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
// components/types/form/types/input/index.tsx
|
|
5
|
+
import { useState } from "react";
|
|
6
|
+
|
|
7
|
+
// components/types/form/types/input/styles.tsx
|
|
8
|
+
import styled from "styled-components";
|
|
9
|
+
var Container = styled.div`
|
|
10
|
+
width: 100%;
|
|
11
|
+
padding-top: .3rem;
|
|
12
|
+
|
|
13
|
+
.iz-input-content {
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
border: 1px solid ${({ error, theme }) => error ? theme.negative : theme.t2};
|
|
18
|
+
border-radius: 5px;
|
|
19
|
+
overflow: hidden;
|
|
20
|
+
padding-right: ${({ password }) => password ? ".6rem" : "0rem"};
|
|
21
|
+
background-color: ${({ theme }) => theme.primary};
|
|
22
|
+
|
|
23
|
+
input {
|
|
24
|
+
border: 0;
|
|
25
|
+
padding: .5rem 1rem;
|
|
26
|
+
width: 100%;
|
|
27
|
+
font-size: .8rem;
|
|
28
|
+
background-color: ${({ theme }) => theme.primary};
|
|
29
|
+
color: ${({ theme }) => theme.t6};
|
|
30
|
+
|
|
31
|
+
&:disabled {
|
|
32
|
+
background-color: ${({ theme }) => theme.t2};
|
|
33
|
+
color: ${({ theme }) => theme.t6};
|
|
34
|
+
opacity: .7;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&:focus-visible {
|
|
38
|
+
outline: none;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
i {
|
|
43
|
+
color: ${({ theme }) => theme.t3};
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.iz-input-error {
|
|
49
|
+
color: ${({ theme }) => theme.negative};
|
|
50
|
+
font-size: .7rem;
|
|
51
|
+
}
|
|
52
|
+
`;
|
|
53
|
+
|
|
54
|
+
// components/types/form/types/label/styles.tsx
|
|
55
|
+
import styled2 from "styled-components";
|
|
56
|
+
var Container2 = styled2.label`
|
|
57
|
+
font-size: .8rem;
|
|
58
|
+
font-weight: 500;
|
|
59
|
+
color: ${({ theme }) => theme.t6};
|
|
60
|
+
`;
|
|
61
|
+
|
|
62
|
+
// components/types/form/types/label/index.tsx
|
|
63
|
+
import { jsx } from "react/jsx-runtime";
|
|
64
|
+
function InputLabel(props) {
|
|
65
|
+
return /* @__PURE__ */ jsx(Container2, { className: props.className, children: props.children });
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// components/types/form/types/input/index.tsx
|
|
69
|
+
import _ from "lodash";
|
|
70
|
+
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
71
|
+
function InputText(props) {
|
|
72
|
+
const [showPassword, setShowPassword] = useState(false);
|
|
73
|
+
const register = (props.register || ((name) => ({})))(props.name || "");
|
|
74
|
+
const onChange = (event) => {
|
|
75
|
+
const value = event.target.value || "";
|
|
76
|
+
event.target.value = props.mask ? props.mask(value) : value;
|
|
77
|
+
if (register.onChange) register.onChange(event);
|
|
78
|
+
if (props.onChange) props.onChange(value);
|
|
79
|
+
};
|
|
80
|
+
return /* @__PURE__ */ jsxs(Container, { className: props.className, error: props.error, password: props.type === "password", children: [
|
|
81
|
+
!!props.label && /* @__PURE__ */ jsxs(InputLabel, { children: [
|
|
82
|
+
props.label,
|
|
83
|
+
props.required ? "*" : ""
|
|
84
|
+
] }),
|
|
85
|
+
/* @__PURE__ */ jsxs("div", { className: "iz-input-content", children: [
|
|
86
|
+
/* @__PURE__ */ jsx2(
|
|
87
|
+
"input",
|
|
88
|
+
{
|
|
89
|
+
..._.omit(props, ["className", "register", "mask"]),
|
|
90
|
+
type: props.type === "password" ? showPassword ? "text" : "password" : props.type,
|
|
91
|
+
maxLength: props.maxLength || 255,
|
|
92
|
+
onFocus: () => {
|
|
93
|
+
if (props.onFocus) props.onFocus(props.name);
|
|
94
|
+
},
|
|
95
|
+
...register,
|
|
96
|
+
onChange
|
|
97
|
+
}
|
|
98
|
+
),
|
|
99
|
+
props.type === "password" && /* @__PURE__ */ jsx2(
|
|
100
|
+
"i",
|
|
101
|
+
{
|
|
102
|
+
"aria-hidden": true,
|
|
103
|
+
className: showPassword ? "fa-solid fa-eye-slash" : "fa-solid fa-eye",
|
|
104
|
+
onClick: () => setShowPassword(!showPassword)
|
|
105
|
+
}
|
|
106
|
+
)
|
|
107
|
+
] }),
|
|
108
|
+
!!props.error && /* @__PURE__ */ jsx2("div", { className: "iz-input-error", children: props.error })
|
|
109
|
+
] });
|
|
110
|
+
}
|
|
111
|
+
export {
|
|
112
|
+
InputText
|
|
113
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
// components/types/form/types/input/styles.tsx
|
|
5
|
+
import styled from "styled-components";
|
|
6
|
+
var Container = styled.div`
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding-top: .3rem;
|
|
9
|
+
|
|
10
|
+
.iz-input-content {
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
border: 1px solid ${({ error, theme }) => error ? theme.negative : theme.t2};
|
|
15
|
+
border-radius: 5px;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
padding-right: ${({ password }) => password ? ".6rem" : "0rem"};
|
|
18
|
+
background-color: ${({ theme }) => theme.primary};
|
|
19
|
+
|
|
20
|
+
input {
|
|
21
|
+
border: 0;
|
|
22
|
+
padding: .5rem 1rem;
|
|
23
|
+
width: 100%;
|
|
24
|
+
font-size: .8rem;
|
|
25
|
+
background-color: ${({ theme }) => theme.primary};
|
|
26
|
+
color: ${({ theme }) => theme.t6};
|
|
27
|
+
|
|
28
|
+
&:disabled {
|
|
29
|
+
background-color: ${({ theme }) => theme.t2};
|
|
30
|
+
color: ${({ theme }) => theme.t6};
|
|
31
|
+
opacity: .7;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&:focus-visible {
|
|
35
|
+
outline: none;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
i {
|
|
40
|
+
color: ${({ theme }) => theme.t3};
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.iz-input-error {
|
|
46
|
+
color: ${({ theme }) => theme.negative};
|
|
47
|
+
font-size: .7rem;
|
|
48
|
+
}
|
|
49
|
+
`;
|
|
50
|
+
export {
|
|
51
|
+
Container
|
|
52
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
// components/types/form/types/label/styles.tsx
|
|
5
|
+
import styled from "styled-components";
|
|
6
|
+
var Container = styled.label`
|
|
7
|
+
font-size: .8rem;
|
|
8
|
+
font-weight: 500;
|
|
9
|
+
color: ${({ theme }) => theme.t6};
|
|
10
|
+
`;
|
|
11
|
+
|
|
12
|
+
// components/types/form/types/label/index.tsx
|
|
13
|
+
import { jsx } from "react/jsx-runtime";
|
|
14
|
+
function InputLabel(props) {
|
|
15
|
+
return /* @__PURE__ */ jsx(Container, { className: props.className, children: props.children });
|
|
16
|
+
}
|
|
17
|
+
export {
|
|
18
|
+
InputLabel
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: any;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
// components/types/form/types/label/styles.tsx
|
|
5
|
+
import styled from "styled-components";
|
|
6
|
+
var Container = styled.label`
|
|
7
|
+
font-size: .8rem;
|
|
8
|
+
font-weight: 500;
|
|
9
|
+
color: ${({ theme }) => theme.t6};
|
|
10
|
+
`;
|
|
11
|
+
export {
|
|
12
|
+
Container
|
|
13
|
+
};
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
// components/types/form/types/select/index.tsx
|
|
5
|
+
import { useState } from "react";
|
|
6
|
+
|
|
7
|
+
// components/types/form/types/select/styles.tsx
|
|
8
|
+
import styled from "styled-components";
|
|
9
|
+
var Container = styled.div`
|
|
10
|
+
width: 100%;
|
|
11
|
+
padding-top: .3rem;
|
|
12
|
+
|
|
13
|
+
.iz-input-content {
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
border: 1px solid ${({ error, theme }) => error ? theme.negative : theme.t2};
|
|
18
|
+
border-radius: 5px;
|
|
19
|
+
overflow: hidden;
|
|
20
|
+
position: relative;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
|
|
23
|
+
select {
|
|
24
|
+
border: 0;
|
|
25
|
+
padding: .5rem 2.3rem .5rem 1rem;
|
|
26
|
+
width: 100%;
|
|
27
|
+
font-size: .8rem;
|
|
28
|
+
appearance: none;
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
background-color: ${({ theme }) => theme.primary};
|
|
31
|
+
color: ${({ theme }) => theme.t6};
|
|
32
|
+
|
|
33
|
+
&:disabled {
|
|
34
|
+
background-color: ${({ theme }) => theme.t2};
|
|
35
|
+
color: ${({ theme }) => theme.t6};
|
|
36
|
+
opacity: .7;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&:focus-visible {
|
|
40
|
+
outline: none;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
i {
|
|
45
|
+
position: absolute;
|
|
46
|
+
top: 50%;
|
|
47
|
+
right: .8rem;
|
|
48
|
+
transform: translateY(-50%);
|
|
49
|
+
font-size: .8rem;
|
|
50
|
+
color: ${({ theme }) => theme.t6};
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.iz-input-error {
|
|
55
|
+
color: ${({ theme }) => theme.negative};
|
|
56
|
+
font-size: .7rem;
|
|
57
|
+
}
|
|
58
|
+
`;
|
|
59
|
+
|
|
60
|
+
// components/types/form/types/label/styles.tsx
|
|
61
|
+
import styled2 from "styled-components";
|
|
62
|
+
var Container2 = styled2.label`
|
|
63
|
+
font-size: .8rem;
|
|
64
|
+
font-weight: 500;
|
|
65
|
+
color: ${({ theme }) => theme.t6};
|
|
66
|
+
`;
|
|
67
|
+
|
|
68
|
+
// components/types/form/types/label/index.tsx
|
|
69
|
+
import { jsx } from "react/jsx-runtime";
|
|
70
|
+
function InputLabel(props) {
|
|
71
|
+
return /* @__PURE__ */ jsx(Container2, { className: props.className, children: props.children });
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
// components/types/form/types/select/index.tsx
|
|
75
|
+
import _ from "lodash";
|
|
76
|
+
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
77
|
+
function InputSelect(props) {
|
|
78
|
+
const [focus, setFocus] = useState(false);
|
|
79
|
+
const register = (props.register || ((name) => ({})))(props.name || "");
|
|
80
|
+
const onChange = (event) => {
|
|
81
|
+
const value = event.target.value || "";
|
|
82
|
+
if (register.onChange) register.onChange(event);
|
|
83
|
+
if (props.onChange) props.onChange(value);
|
|
84
|
+
};
|
|
85
|
+
return /* @__PURE__ */ jsxs(Container, { className: props.className, error: props.error, children: [
|
|
86
|
+
!!props.label && /* @__PURE__ */ jsxs(InputLabel, { children: [
|
|
87
|
+
props.label,
|
|
88
|
+
props.required ? "*" : ""
|
|
89
|
+
] }),
|
|
90
|
+
/* @__PURE__ */ jsxs("div", { className: "iz-input-content", children: [
|
|
91
|
+
/* @__PURE__ */ jsx2(
|
|
92
|
+
"select",
|
|
93
|
+
{
|
|
94
|
+
..._.omit(props, ["className", "onChange", "onFocus", "options", "onMouseDown", "onBlur", "maxLength", "required", "register"]),
|
|
95
|
+
onMouseDown: () => setFocus(!focus),
|
|
96
|
+
onFocus: () => {
|
|
97
|
+
if (props.onFocus) props.onFocus(props.name);
|
|
98
|
+
},
|
|
99
|
+
...register,
|
|
100
|
+
onBlur: (event) => {
|
|
101
|
+
if (register.onBlur) register.onBlur(event);
|
|
102
|
+
setFocus(false);
|
|
103
|
+
},
|
|
104
|
+
onChange,
|
|
105
|
+
children: _.map(
|
|
106
|
+
props.options,
|
|
107
|
+
(data, index) => /* @__PURE__ */ jsx2(
|
|
108
|
+
"option",
|
|
109
|
+
{
|
|
110
|
+
value: Object.keys(data),
|
|
111
|
+
children: Object.values(data)
|
|
112
|
+
},
|
|
113
|
+
index
|
|
114
|
+
)
|
|
115
|
+
)
|
|
116
|
+
}
|
|
117
|
+
),
|
|
118
|
+
/* @__PURE__ */ jsx2("i", { "aria-hidden": true, className: focus ? "fa-solid fa-chevron-up" : "fa-solid fa-chevron-down" })
|
|
119
|
+
] }),
|
|
120
|
+
!!props.error && /* @__PURE__ */ jsx2("div", { className: "iz-input-error", children: props.error })
|
|
121
|
+
] });
|
|
122
|
+
}
|
|
123
|
+
export {
|
|
124
|
+
InputSelect
|
|
125
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: any;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
// components/types/form/types/select/styles.tsx
|
|
5
|
+
import styled from "styled-components";
|
|
6
|
+
var Container = styled.div`
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding-top: .3rem;
|
|
9
|
+
|
|
10
|
+
.iz-input-content {
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
border: 1px solid ${({ error, theme }) => error ? theme.negative : theme.t2};
|
|
15
|
+
border-radius: 5px;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
position: relative;
|
|
18
|
+
cursor: pointer;
|
|
19
|
+
|
|
20
|
+
select {
|
|
21
|
+
border: 0;
|
|
22
|
+
padding: .5rem 2.3rem .5rem 1rem;
|
|
23
|
+
width: 100%;
|
|
24
|
+
font-size: .8rem;
|
|
25
|
+
appearance: none;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
background-color: ${({ theme }) => theme.primary};
|
|
28
|
+
color: ${({ theme }) => theme.t6};
|
|
29
|
+
|
|
30
|
+
&:disabled {
|
|
31
|
+
background-color: ${({ theme }) => theme.t2};
|
|
32
|
+
color: ${({ theme }) => theme.t6};
|
|
33
|
+
opacity: .7;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:focus-visible {
|
|
37
|
+
outline: none;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
i {
|
|
42
|
+
position: absolute;
|
|
43
|
+
top: 50%;
|
|
44
|
+
right: .8rem;
|
|
45
|
+
transform: translateY(-50%);
|
|
46
|
+
font-size: .8rem;
|
|
47
|
+
color: ${({ theme }) => theme.t6};
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.iz-input-error {
|
|
52
|
+
color: ${({ theme }) => theme.negative};
|
|
53
|
+
font-size: .7rem;
|
|
54
|
+
}
|
|
55
|
+
`;
|
|
56
|
+
export {
|
|
57
|
+
Container
|
|
58
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
// components/types/form/types/textarea/styles.tsx
|
|
5
|
+
import styled from "styled-components";
|
|
6
|
+
var Container = styled.div`
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding-top: .3rem;
|
|
9
|
+
|
|
10
|
+
.iz-input-content {
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
border: 1px solid ${({ error, theme }) => error ? theme.negative : theme.t2};
|
|
15
|
+
border-radius: 5px;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
|
|
18
|
+
textarea {
|
|
19
|
+
border: 0;
|
|
20
|
+
padding: .5rem 1rem;
|
|
21
|
+
width: 100%;
|
|
22
|
+
font-size: .8rem;
|
|
23
|
+
background-color: ${({ theme }) => theme.primary};
|
|
24
|
+
color: ${({ theme }) => theme.t6};
|
|
25
|
+
|
|
26
|
+
&:disabled {
|
|
27
|
+
background-color: ${({ theme }) => theme.t2};
|
|
28
|
+
color: ${({ theme }) => theme.t6};
|
|
29
|
+
opacity: .7;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&:focus-visible {
|
|
33
|
+
outline: none;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.iz-input-error {
|
|
39
|
+
color: ${({ theme }) => theme.negative};
|
|
40
|
+
font-size: .7rem;
|
|
41
|
+
}
|
|
42
|
+
`;
|
|
43
|
+
|
|
44
|
+
// components/types/form/types/label/styles.tsx
|
|
45
|
+
import styled2 from "styled-components";
|
|
46
|
+
var Container2 = styled2.label`
|
|
47
|
+
font-size: .8rem;
|
|
48
|
+
font-weight: 500;
|
|
49
|
+
color: ${({ theme }) => theme.t6};
|
|
50
|
+
`;
|
|
51
|
+
|
|
52
|
+
// components/types/form/types/label/index.tsx
|
|
53
|
+
import { jsx } from "react/jsx-runtime";
|
|
54
|
+
function InputLabel(props) {
|
|
55
|
+
return /* @__PURE__ */ jsx(Container2, { className: props.className, children: props.children });
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// components/types/form/types/textarea/index.tsx
|
|
59
|
+
import _ from "lodash";
|
|
60
|
+
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
61
|
+
function InputTextarea(props) {
|
|
62
|
+
const register = (props.register || ((name) => ({})))(props.name || "");
|
|
63
|
+
const onChange = (event) => {
|
|
64
|
+
const value = event.target.value || "";
|
|
65
|
+
event.target.value = props.mask ? props.mask(value) : value;
|
|
66
|
+
if (register.onChange) register.onChange(event);
|
|
67
|
+
if (props.onChange) props.onChange(value);
|
|
68
|
+
};
|
|
69
|
+
return /* @__PURE__ */ jsxs(Container, { className: props.className, error: props.error, children: [
|
|
70
|
+
!!props.label && /* @__PURE__ */ jsxs(InputLabel, { children: [
|
|
71
|
+
props.label,
|
|
72
|
+
props.required ? "*" : ""
|
|
73
|
+
] }),
|
|
74
|
+
/* @__PURE__ */ jsx2("div", { className: "iz-input-content", children: /* @__PURE__ */ jsx2(
|
|
75
|
+
"textarea",
|
|
76
|
+
{
|
|
77
|
+
..._.omit(props, ["onFocus", "maxLength", "className", "onChange", "mask", "rows", "required", "register"]),
|
|
78
|
+
maxLength: props.maxLength,
|
|
79
|
+
rows: props.rows || 5,
|
|
80
|
+
onFocus: () => {
|
|
81
|
+
if (props.onFocus) props.onFocus(props.name);
|
|
82
|
+
},
|
|
83
|
+
...register,
|
|
84
|
+
onChange
|
|
85
|
+
}
|
|
86
|
+
) }),
|
|
87
|
+
!!props.error && /* @__PURE__ */ jsx2("div", { className: "iz-input-error", children: props.error })
|
|
88
|
+
] });
|
|
89
|
+
}
|
|
90
|
+
export {
|
|
91
|
+
InputTextarea
|
|
92
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
// components/types/form/types/textarea/styles.tsx
|
|
5
|
+
import styled from "styled-components";
|
|
6
|
+
var Container = styled.div`
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding-top: .3rem;
|
|
9
|
+
|
|
10
|
+
.iz-input-content {
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
border: 1px solid ${({ error, theme }) => error ? theme.negative : theme.t2};
|
|
15
|
+
border-radius: 5px;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
|
|
18
|
+
textarea {
|
|
19
|
+
border: 0;
|
|
20
|
+
padding: .5rem 1rem;
|
|
21
|
+
width: 100%;
|
|
22
|
+
font-size: .8rem;
|
|
23
|
+
background-color: ${({ theme }) => theme.primary};
|
|
24
|
+
color: ${({ theme }) => theme.t6};
|
|
25
|
+
|
|
26
|
+
&:disabled {
|
|
27
|
+
background-color: ${({ theme }) => theme.t2};
|
|
28
|
+
color: ${({ theme }) => theme.t6};
|
|
29
|
+
opacity: .7;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&:focus-visible {
|
|
33
|
+
outline: none;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.iz-input-error {
|
|
39
|
+
color: ${({ theme }) => theme.negative};
|
|
40
|
+
font-size: .7rem;
|
|
41
|
+
}
|
|
42
|
+
`;
|
|
43
|
+
export {
|
|
44
|
+
Container
|
|
45
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./table";
|
|
2
|
+
export * from "./loading";
|
|
3
|
+
export * from "./modal";
|
|
4
|
+
export * from "./badge";
|
|
5
|
+
export * from "./logo";
|
|
6
|
+
export * from "./form";
|
|
7
|
+
export * from "./chart";
|
|
8
|
+
export * from "./avatar";
|
|
9
|
+
export * from "./lottie";
|
|
10
|
+
export * from "./credit-card";
|
|
11
|
+
export * from "./block";
|