@deepnoid/ui 0.1.26 → 0.1.28
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/.turbo/turbo-build.log +170 -166
- package/dist/{chunk-MSAULFDB.mjs → chunk-272FMLIL.mjs} +17 -17
- package/dist/{chunk-3IU2RPSM.mjs → chunk-2SDYFOZL.mjs} +46 -35
- package/dist/{chunk-HWL7TPUN.mjs → chunk-2TKEWFGH.mjs} +1 -1
- package/dist/chunk-4OSN2OE2.mjs +178 -0
- package/dist/chunk-6TIIBU7J.mjs +35 -0
- package/dist/{chunk-Q72LZAPG.mjs → chunk-A7RU3FU5.mjs} +1 -1
- package/dist/{chunk-P5PJTJLY.mjs → chunk-BEQ3KZGS.mjs} +19 -19
- package/dist/{chunk-IRAHS4WS.mjs → chunk-G67WUZO3.mjs} +1 -1
- package/dist/{chunk-YBDA3WQP.mjs → chunk-IBI3OVQI.mjs} +1 -1
- package/dist/{chunk-BQUZRVYW.mjs → chunk-JTZUXVOU.mjs} +1 -1
- package/dist/{chunk-6OMHIMIA.mjs → chunk-JV7VLO2L.mjs} +2 -2
- package/dist/{chunk-B3DFSXGC.mjs → chunk-K7VUN5BS.mjs} +2 -2
- package/dist/{chunk-DLQFMOBN.mjs → chunk-KYJTZPXY.mjs} +1 -1
- package/dist/{chunk-OUAKGMDW.mjs → chunk-MEY4IL7D.mjs} +1 -1
- package/dist/{chunk-SCFTSNCK.mjs → chunk-NHVIKP4H.mjs} +6 -6
- package/dist/{chunk-PMMTMYRI.mjs → chunk-QIEKOGY7.mjs} +1 -1
- package/dist/{chunk-QY7LYAXT.mjs → chunk-RT3S3VVJ.mjs} +2 -2
- package/dist/{chunk-IVK24VIL.mjs → chunk-SO7BGWM7.mjs} +2 -2
- package/dist/{chunk-XQGD4ZIX.mjs → chunk-SP3JVQY3.mjs} +1 -1
- package/dist/{chunk-EAK5DVWA.mjs → chunk-UNH3BCGN.mjs} +8 -1
- package/dist/{chunk-6HX3PPL6.mjs → chunk-WLNLVX7Q.mjs} +1 -1
- package/dist/components/avatar/avatar.js +46 -35
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +46 -35
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +46 -35
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +46 -35
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +46 -35
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +46 -35
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +46 -35
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +46 -35
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +46 -35
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +46 -35
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +46 -35
- package/dist/components/dateTimePicker/dateTimePicker.mjs +9 -9
- package/dist/components/dateTimePicker/index.js +46 -35
- package/dist/components/dateTimePicker/index.mjs +9 -9
- package/dist/components/dateTimePicker/timePicker.js +46 -35
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/icon/Icon.d.mts +9 -5
- package/dist/components/icon/Icon.d.ts +9 -5
- package/dist/components/icon/Icon.js +46 -35
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +46 -35
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +3 -2
- package/dist/components/icon/template.d.ts +3 -2
- package/dist/components/icon/template.js +46 -35
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +64 -53
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.d.mts +44 -44
- package/dist/components/input/input.d.ts +44 -44
- package/dist/components/input/input.js +64 -53
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +46 -35
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +46 -35
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +46 -35
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +46 -35
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +64 -53
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +64 -53
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/select/index.js +62 -51
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.d.mts +38 -38
- package/dist/components/select/select.d.ts +38 -38
- package/dist/components/select/select.js +62 -51
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/definition-table.d.mts +51 -0
- package/dist/components/table/definition-table.d.ts +51 -0
- package/dist/components/table/definition-table.js +351 -0
- package/dist/components/table/definition-table.mjs +9 -0
- package/dist/components/table/form-table.d.mts +1 -1
- package/dist/components/table/form-table.d.ts +1 -1
- package/dist/components/table/form-table.mjs +43 -3
- package/dist/components/table/index.d.mts +1 -1
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.js +86 -82
- package/dist/components/table/index.mjs +9 -9
- package/dist/components/table/table-head.js +8 -1
- package/dist/components/table/table-head.mjs +1 -1
- package/dist/components/table/table.js +72 -54
- package/dist/components/table/table.mjs +6 -6
- package/dist/components/toast/index.js +46 -35
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +46 -35
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +46 -35
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.d.mts +1 -0
- package/dist/components/tree/index.d.ts +1 -0
- package/dist/components/tree/index.js +170 -84
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.d.mts +17 -10
- package/dist/components/tree/tree.d.ts +17 -10
- package/dist/components/tree/tree.js +175 -84
- package/dist/components/tree/tree.mjs +5 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +226 -147
- package/dist/index.mjs +31 -31
- package/package.json +1 -1
- package/dist/chunk-ICZTNO4V.mjs +0 -49
- package/dist/chunk-TEQ723QO.mjs +0 -102
|
@@ -5,8 +5,8 @@ import { Size, SlotsToClasses } from '../../utils/types.mjs';
|
|
|
5
5
|
|
|
6
6
|
interface Props extends Omit<ComponentProps<"input">, "size"> {
|
|
7
7
|
label?: string;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
helperMessage?: string;
|
|
9
|
+
errorMessage?: string;
|
|
10
10
|
startContent?: ReactElement<{
|
|
11
11
|
className?: string;
|
|
12
12
|
size?: Size;
|
|
@@ -38,11 +38,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
38
38
|
color: {
|
|
39
39
|
primary: {
|
|
40
40
|
content: string[];
|
|
41
|
-
|
|
41
|
+
helperMessage: string[];
|
|
42
42
|
};
|
|
43
43
|
secondary: {
|
|
44
44
|
content: string[];
|
|
45
|
-
|
|
45
|
+
helperMessage: string[];
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
size: {
|
|
@@ -51,32 +51,32 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
51
51
|
label: string[];
|
|
52
52
|
innerWrapper: string[];
|
|
53
53
|
inputWrapper: string[];
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
helperMessage: string[];
|
|
55
|
+
errorMessage: string[];
|
|
56
56
|
};
|
|
57
57
|
md: {
|
|
58
58
|
base: string[];
|
|
59
59
|
label: string[];
|
|
60
60
|
innerWrapper: string[];
|
|
61
61
|
inputWrapper: string[];
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
helperMessage: string[];
|
|
63
|
+
errorMessage: string[];
|
|
64
64
|
};
|
|
65
65
|
lg: {
|
|
66
66
|
base: string[];
|
|
67
67
|
label: string[];
|
|
68
68
|
innerWrapper: string[];
|
|
69
69
|
inputWrapper: string[];
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
helperMessage: string[];
|
|
71
|
+
errorMessage: string[];
|
|
72
72
|
};
|
|
73
73
|
xl: {
|
|
74
74
|
base: string[];
|
|
75
75
|
label: string[];
|
|
76
76
|
innerWrapper: string[];
|
|
77
77
|
inputWrapper: string[];
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
helperMessage: string[];
|
|
79
|
+
errorMessage: string[];
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
82
|
direction: {
|
|
@@ -95,8 +95,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
95
95
|
inputWrapper: string[];
|
|
96
96
|
input: string[];
|
|
97
97
|
content: string[];
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
helperMessage: string[];
|
|
99
|
+
errorMessage: string[];
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
102
|
}, {
|
|
@@ -108,8 +108,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
108
108
|
inputWrapper: string[];
|
|
109
109
|
input: string[];
|
|
110
110
|
content: string[];
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
helperMessage: string[];
|
|
112
|
+
errorMessage: string[];
|
|
113
113
|
readonly: string[];
|
|
114
114
|
}, undefined, {
|
|
115
115
|
variant: {
|
|
@@ -129,11 +129,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
129
129
|
color: {
|
|
130
130
|
primary: {
|
|
131
131
|
content: string[];
|
|
132
|
-
|
|
132
|
+
helperMessage: string[];
|
|
133
133
|
};
|
|
134
134
|
secondary: {
|
|
135
135
|
content: string[];
|
|
136
|
-
|
|
136
|
+
helperMessage: string[];
|
|
137
137
|
};
|
|
138
138
|
};
|
|
139
139
|
size: {
|
|
@@ -142,32 +142,32 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
142
142
|
label: string[];
|
|
143
143
|
innerWrapper: string[];
|
|
144
144
|
inputWrapper: string[];
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
helperMessage: string[];
|
|
146
|
+
errorMessage: string[];
|
|
147
147
|
};
|
|
148
148
|
md: {
|
|
149
149
|
base: string[];
|
|
150
150
|
label: string[];
|
|
151
151
|
innerWrapper: string[];
|
|
152
152
|
inputWrapper: string[];
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
helperMessage: string[];
|
|
154
|
+
errorMessage: string[];
|
|
155
155
|
};
|
|
156
156
|
lg: {
|
|
157
157
|
base: string[];
|
|
158
158
|
label: string[];
|
|
159
159
|
innerWrapper: string[];
|
|
160
160
|
inputWrapper: string[];
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
helperMessage: string[];
|
|
162
|
+
errorMessage: string[];
|
|
163
163
|
};
|
|
164
164
|
xl: {
|
|
165
165
|
base: string[];
|
|
166
166
|
label: string[];
|
|
167
167
|
innerWrapper: string[];
|
|
168
168
|
inputWrapper: string[];
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
helperMessage: string[];
|
|
170
|
+
errorMessage: string[];
|
|
171
171
|
};
|
|
172
172
|
};
|
|
173
173
|
direction: {
|
|
@@ -186,8 +186,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
186
186
|
inputWrapper: string[];
|
|
187
187
|
input: string[];
|
|
188
188
|
content: string[];
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
helperMessage: string[];
|
|
190
|
+
errorMessage: string[];
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
193
|
}, {
|
|
@@ -199,8 +199,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
199
199
|
inputWrapper: string[];
|
|
200
200
|
input: string[];
|
|
201
201
|
content: string[];
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
helperMessage: string[];
|
|
203
|
+
errorMessage: string[];
|
|
204
204
|
readonly: string[];
|
|
205
205
|
}, tailwind_variants.TVReturnType<{
|
|
206
206
|
variant: {
|
|
@@ -220,11 +220,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
220
220
|
color: {
|
|
221
221
|
primary: {
|
|
222
222
|
content: string[];
|
|
223
|
-
|
|
223
|
+
helperMessage: string[];
|
|
224
224
|
};
|
|
225
225
|
secondary: {
|
|
226
226
|
content: string[];
|
|
227
|
-
|
|
227
|
+
helperMessage: string[];
|
|
228
228
|
};
|
|
229
229
|
};
|
|
230
230
|
size: {
|
|
@@ -233,32 +233,32 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
233
233
|
label: string[];
|
|
234
234
|
innerWrapper: string[];
|
|
235
235
|
inputWrapper: string[];
|
|
236
|
-
|
|
237
|
-
|
|
236
|
+
helperMessage: string[];
|
|
237
|
+
errorMessage: string[];
|
|
238
238
|
};
|
|
239
239
|
md: {
|
|
240
240
|
base: string[];
|
|
241
241
|
label: string[];
|
|
242
242
|
innerWrapper: string[];
|
|
243
243
|
inputWrapper: string[];
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
helperMessage: string[];
|
|
245
|
+
errorMessage: string[];
|
|
246
246
|
};
|
|
247
247
|
lg: {
|
|
248
248
|
base: string[];
|
|
249
249
|
label: string[];
|
|
250
250
|
innerWrapper: string[];
|
|
251
251
|
inputWrapper: string[];
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
helperMessage: string[];
|
|
253
|
+
errorMessage: string[];
|
|
254
254
|
};
|
|
255
255
|
xl: {
|
|
256
256
|
base: string[];
|
|
257
257
|
label: string[];
|
|
258
258
|
innerWrapper: string[];
|
|
259
259
|
inputWrapper: string[];
|
|
260
|
-
|
|
261
|
-
|
|
260
|
+
helperMessage: string[];
|
|
261
|
+
errorMessage: string[];
|
|
262
262
|
};
|
|
263
263
|
};
|
|
264
264
|
direction: {
|
|
@@ -277,8 +277,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
277
277
|
inputWrapper: string[];
|
|
278
278
|
input: string[];
|
|
279
279
|
content: string[];
|
|
280
|
-
|
|
281
|
-
|
|
280
|
+
helperMessage: string[];
|
|
281
|
+
errorMessage: string[];
|
|
282
282
|
};
|
|
283
283
|
};
|
|
284
284
|
}, {
|
|
@@ -290,8 +290,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
290
290
|
inputWrapper: string[];
|
|
291
291
|
input: string[];
|
|
292
292
|
content: string[];
|
|
293
|
-
|
|
294
|
-
|
|
293
|
+
helperMessage: string[];
|
|
294
|
+
errorMessage: string[];
|
|
295
295
|
readonly: string[];
|
|
296
296
|
}, undefined, unknown, unknown, undefined>>;
|
|
297
297
|
type InputVariantProps = VariantProps<typeof inputStyle>;
|
|
@@ -5,8 +5,8 @@ import { Size, SlotsToClasses } from '../../utils/types.js';
|
|
|
5
5
|
|
|
6
6
|
interface Props extends Omit<ComponentProps<"input">, "size"> {
|
|
7
7
|
label?: string;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
helperMessage?: string;
|
|
9
|
+
errorMessage?: string;
|
|
10
10
|
startContent?: ReactElement<{
|
|
11
11
|
className?: string;
|
|
12
12
|
size?: Size;
|
|
@@ -38,11 +38,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
38
38
|
color: {
|
|
39
39
|
primary: {
|
|
40
40
|
content: string[];
|
|
41
|
-
|
|
41
|
+
helperMessage: string[];
|
|
42
42
|
};
|
|
43
43
|
secondary: {
|
|
44
44
|
content: string[];
|
|
45
|
-
|
|
45
|
+
helperMessage: string[];
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
size: {
|
|
@@ -51,32 +51,32 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
51
51
|
label: string[];
|
|
52
52
|
innerWrapper: string[];
|
|
53
53
|
inputWrapper: string[];
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
helperMessage: string[];
|
|
55
|
+
errorMessage: string[];
|
|
56
56
|
};
|
|
57
57
|
md: {
|
|
58
58
|
base: string[];
|
|
59
59
|
label: string[];
|
|
60
60
|
innerWrapper: string[];
|
|
61
61
|
inputWrapper: string[];
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
helperMessage: string[];
|
|
63
|
+
errorMessage: string[];
|
|
64
64
|
};
|
|
65
65
|
lg: {
|
|
66
66
|
base: string[];
|
|
67
67
|
label: string[];
|
|
68
68
|
innerWrapper: string[];
|
|
69
69
|
inputWrapper: string[];
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
helperMessage: string[];
|
|
71
|
+
errorMessage: string[];
|
|
72
72
|
};
|
|
73
73
|
xl: {
|
|
74
74
|
base: string[];
|
|
75
75
|
label: string[];
|
|
76
76
|
innerWrapper: string[];
|
|
77
77
|
inputWrapper: string[];
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
helperMessage: string[];
|
|
79
|
+
errorMessage: string[];
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
82
|
direction: {
|
|
@@ -95,8 +95,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
95
95
|
inputWrapper: string[];
|
|
96
96
|
input: string[];
|
|
97
97
|
content: string[];
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
helperMessage: string[];
|
|
99
|
+
errorMessage: string[];
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
102
|
}, {
|
|
@@ -108,8 +108,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
108
108
|
inputWrapper: string[];
|
|
109
109
|
input: string[];
|
|
110
110
|
content: string[];
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
helperMessage: string[];
|
|
112
|
+
errorMessage: string[];
|
|
113
113
|
readonly: string[];
|
|
114
114
|
}, undefined, {
|
|
115
115
|
variant: {
|
|
@@ -129,11 +129,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
129
129
|
color: {
|
|
130
130
|
primary: {
|
|
131
131
|
content: string[];
|
|
132
|
-
|
|
132
|
+
helperMessage: string[];
|
|
133
133
|
};
|
|
134
134
|
secondary: {
|
|
135
135
|
content: string[];
|
|
136
|
-
|
|
136
|
+
helperMessage: string[];
|
|
137
137
|
};
|
|
138
138
|
};
|
|
139
139
|
size: {
|
|
@@ -142,32 +142,32 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
142
142
|
label: string[];
|
|
143
143
|
innerWrapper: string[];
|
|
144
144
|
inputWrapper: string[];
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
helperMessage: string[];
|
|
146
|
+
errorMessage: string[];
|
|
147
147
|
};
|
|
148
148
|
md: {
|
|
149
149
|
base: string[];
|
|
150
150
|
label: string[];
|
|
151
151
|
innerWrapper: string[];
|
|
152
152
|
inputWrapper: string[];
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
helperMessage: string[];
|
|
154
|
+
errorMessage: string[];
|
|
155
155
|
};
|
|
156
156
|
lg: {
|
|
157
157
|
base: string[];
|
|
158
158
|
label: string[];
|
|
159
159
|
innerWrapper: string[];
|
|
160
160
|
inputWrapper: string[];
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
helperMessage: string[];
|
|
162
|
+
errorMessage: string[];
|
|
163
163
|
};
|
|
164
164
|
xl: {
|
|
165
165
|
base: string[];
|
|
166
166
|
label: string[];
|
|
167
167
|
innerWrapper: string[];
|
|
168
168
|
inputWrapper: string[];
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
helperMessage: string[];
|
|
170
|
+
errorMessage: string[];
|
|
171
171
|
};
|
|
172
172
|
};
|
|
173
173
|
direction: {
|
|
@@ -186,8 +186,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
186
186
|
inputWrapper: string[];
|
|
187
187
|
input: string[];
|
|
188
188
|
content: string[];
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
helperMessage: string[];
|
|
190
|
+
errorMessage: string[];
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
193
|
}, {
|
|
@@ -199,8 +199,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
199
199
|
inputWrapper: string[];
|
|
200
200
|
input: string[];
|
|
201
201
|
content: string[];
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
helperMessage: string[];
|
|
203
|
+
errorMessage: string[];
|
|
204
204
|
readonly: string[];
|
|
205
205
|
}, tailwind_variants.TVReturnType<{
|
|
206
206
|
variant: {
|
|
@@ -220,11 +220,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
220
220
|
color: {
|
|
221
221
|
primary: {
|
|
222
222
|
content: string[];
|
|
223
|
-
|
|
223
|
+
helperMessage: string[];
|
|
224
224
|
};
|
|
225
225
|
secondary: {
|
|
226
226
|
content: string[];
|
|
227
|
-
|
|
227
|
+
helperMessage: string[];
|
|
228
228
|
};
|
|
229
229
|
};
|
|
230
230
|
size: {
|
|
@@ -233,32 +233,32 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
233
233
|
label: string[];
|
|
234
234
|
innerWrapper: string[];
|
|
235
235
|
inputWrapper: string[];
|
|
236
|
-
|
|
237
|
-
|
|
236
|
+
helperMessage: string[];
|
|
237
|
+
errorMessage: string[];
|
|
238
238
|
};
|
|
239
239
|
md: {
|
|
240
240
|
base: string[];
|
|
241
241
|
label: string[];
|
|
242
242
|
innerWrapper: string[];
|
|
243
243
|
inputWrapper: string[];
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
helperMessage: string[];
|
|
245
|
+
errorMessage: string[];
|
|
246
246
|
};
|
|
247
247
|
lg: {
|
|
248
248
|
base: string[];
|
|
249
249
|
label: string[];
|
|
250
250
|
innerWrapper: string[];
|
|
251
251
|
inputWrapper: string[];
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
helperMessage: string[];
|
|
253
|
+
errorMessage: string[];
|
|
254
254
|
};
|
|
255
255
|
xl: {
|
|
256
256
|
base: string[];
|
|
257
257
|
label: string[];
|
|
258
258
|
innerWrapper: string[];
|
|
259
259
|
inputWrapper: string[];
|
|
260
|
-
|
|
261
|
-
|
|
260
|
+
helperMessage: string[];
|
|
261
|
+
errorMessage: string[];
|
|
262
262
|
};
|
|
263
263
|
};
|
|
264
264
|
direction: {
|
|
@@ -277,8 +277,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
277
277
|
inputWrapper: string[];
|
|
278
278
|
input: string[];
|
|
279
279
|
content: string[];
|
|
280
|
-
|
|
281
|
-
|
|
280
|
+
helperMessage: string[];
|
|
281
|
+
errorMessage: string[];
|
|
282
282
|
};
|
|
283
283
|
};
|
|
284
284
|
}, {
|
|
@@ -290,8 +290,8 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
290
290
|
inputWrapper: string[];
|
|
291
291
|
input: string[];
|
|
292
292
|
content: string[];
|
|
293
|
-
|
|
294
|
-
|
|
293
|
+
helperMessage: string[];
|
|
294
|
+
errorMessage: string[];
|
|
295
295
|
readonly: string[];
|
|
296
296
|
}, undefined, unknown, unknown, undefined>>;
|
|
297
297
|
type InputVariantProps = VariantProps<typeof inputStyle>;
|