@opexa/portal-components 0.0.909 → 0.0.911
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/client/hooks/useCreateAurixPayGCashDepositMutation.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/AurixPayGCashDeposit/AurixPayGCashDeposit.js +21 -2
- package/dist/components/DepositWithdrawal/Deposit/AurixPayGrabPayDeposit/AurixPayGrabPayDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Form.js +2 -1
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/useAurixPayQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Withdrawal/Withdrawal.js +1 -1
- package/dist/components/Disclaimer/useDisclaimer.js +5 -2
- package/dist/components/Jackpots/JackpotsList/JackpotsList.js +6 -5
- package/dist/components/Jackpots/JackpotsListNext/JackpotsList.js +5 -4
- package/dist/components/Quests/Quests.client.d.ts +4 -4
- package/dist/components/Quests/Quests.client.js +10 -9
- package/dist/components/SingleSignOn/SingleSignOn.d.ts +1 -1
- package/dist/components/SingleSignOn/SingleSignOn.js +7 -15
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarousel.js +4 -3
- package/dist/components/Tournaments/TournamentsList/TournamentsList.js +5 -4
- package/dist/components/TransactionRecords/TableFilters.js +4 -0
- package/dist/schemas/forgotPasswordSchema.d.ts +4 -4
- package/dist/types/index.d.ts +1 -1
- package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
- package/dist/ui/Badge/Badge.d.ts +12 -12
- package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
- package/dist/ui/Badge/badge.recipe.d.ts +3 -3
- package/dist/ui/Carousel/Carousel.d.ts +72 -72
- package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Dialog/Dialog.d.ts +33 -33
- package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +360 -360
- package/dist/ui/Menu/menu.recipe.d.ts +20 -20
- package/dist/ui/Popover/Popover.d.ts +55 -55
- package/dist/ui/Popover/popover.recipe.d.ts +5 -5
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/QrCode/QrCode.d.ts +25 -25
- package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
- package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
- package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
- package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
- package/package.json +2 -1
|
@@ -8,7 +8,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
8
8
|
content: string;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
-
}, Record<"title" | "content" | "body" | "
|
|
11
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
12
12
|
placement: {
|
|
13
13
|
left: {
|
|
14
14
|
content: string;
|
|
@@ -17,7 +17,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
17
17
|
content: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
|
-
}, Record<"title" | "content" | "body" | "
|
|
20
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
21
21
|
placement: {
|
|
22
22
|
left: {
|
|
23
23
|
content: string;
|
|
@@ -26,7 +26,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
26
26
|
content: string;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
}, Record<"title" | "content" | "body" | "
|
|
29
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
30
30
|
export declare const Backdrop: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.BackdropProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
31
31
|
placement: {
|
|
32
32
|
left: {
|
|
@@ -36,7 +36,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
36
36
|
content: string;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
-
}, Record<"title" | "content" | "body" | "
|
|
39
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
40
40
|
placement: {
|
|
41
41
|
left: {
|
|
42
42
|
content: string;
|
|
@@ -45,7 +45,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
45
45
|
content: string;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
|
-
}, Record<"title" | "content" | "body" | "
|
|
48
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
49
49
|
placement: {
|
|
50
50
|
left: {
|
|
51
51
|
content: string;
|
|
@@ -54,7 +54,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
54
54
|
content: string;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
|
-
}, Record<"title" | "content" | "body" | "
|
|
57
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
58
58
|
export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
59
59
|
placement: {
|
|
60
60
|
left: {
|
|
@@ -64,7 +64,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
64
64
|
content: string;
|
|
65
65
|
};
|
|
66
66
|
};
|
|
67
|
-
}, Record<"title" | "content" | "body" | "
|
|
67
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
68
68
|
placement: {
|
|
69
69
|
left: {
|
|
70
70
|
content: string;
|
|
@@ -73,7 +73,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
73
73
|
content: string;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
-
}, Record<"title" | "content" | "body" | "
|
|
76
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
77
77
|
placement: {
|
|
78
78
|
left: {
|
|
79
79
|
content: string;
|
|
@@ -82,7 +82,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
82
82
|
content: string;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
|
-
}, Record<"title" | "content" | "body" | "
|
|
85
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
86
86
|
export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
87
87
|
placement: {
|
|
88
88
|
left: {
|
|
@@ -92,7 +92,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
92
92
|
content: string;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
|
-
}, Record<"title" | "content" | "body" | "
|
|
95
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
96
96
|
placement: {
|
|
97
97
|
left: {
|
|
98
98
|
content: string;
|
|
@@ -101,7 +101,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
101
101
|
content: string;
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
|
-
}, Record<"title" | "content" | "body" | "
|
|
104
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
105
105
|
placement: {
|
|
106
106
|
left: {
|
|
107
107
|
content: string;
|
|
@@ -110,7 +110,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
110
110
|
content: string;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
|
-
}, Record<"title" | "content" | "body" | "
|
|
113
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
114
114
|
export declare const Description: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.DescriptionProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
115
115
|
placement: {
|
|
116
116
|
left: {
|
|
@@ -120,7 +120,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
120
120
|
content: string;
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
|
-
}, Record<"title" | "content" | "body" | "
|
|
123
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
124
124
|
placement: {
|
|
125
125
|
left: {
|
|
126
126
|
content: string;
|
|
@@ -129,7 +129,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
129
129
|
content: string;
|
|
130
130
|
};
|
|
131
131
|
};
|
|
132
|
-
}, Record<"title" | "content" | "body" | "
|
|
132
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
133
133
|
placement: {
|
|
134
134
|
left: {
|
|
135
135
|
content: string;
|
|
@@ -138,7 +138,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
138
138
|
content: string;
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
|
-
}, Record<"title" | "content" | "body" | "
|
|
141
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
142
142
|
export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
143
143
|
placement: {
|
|
144
144
|
left: {
|
|
@@ -148,7 +148,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
148
148
|
content: string;
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
|
-
}, Record<"title" | "content" | "body" | "
|
|
151
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
152
152
|
placement: {
|
|
153
153
|
left: {
|
|
154
154
|
content: string;
|
|
@@ -157,7 +157,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
157
157
|
content: string;
|
|
158
158
|
};
|
|
159
159
|
};
|
|
160
|
-
}, Record<"title" | "content" | "body" | "
|
|
160
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
161
161
|
placement: {
|
|
162
162
|
left: {
|
|
163
163
|
content: string;
|
|
@@ -166,7 +166,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
166
166
|
content: string;
|
|
167
167
|
};
|
|
168
168
|
};
|
|
169
|
-
}, Record<"title" | "content" | "body" | "
|
|
169
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
170
170
|
export declare const Title: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TitleProps & import("react").RefAttributes<HTMLHeadingElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
171
171
|
placement: {
|
|
172
172
|
left: {
|
|
@@ -176,7 +176,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
176
176
|
content: string;
|
|
177
177
|
};
|
|
178
178
|
};
|
|
179
|
-
}, Record<"title" | "content" | "body" | "
|
|
179
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
180
180
|
placement: {
|
|
181
181
|
left: {
|
|
182
182
|
content: string;
|
|
@@ -185,7 +185,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
185
185
|
content: string;
|
|
186
186
|
};
|
|
187
187
|
};
|
|
188
|
-
}, Record<"title" | "content" | "body" | "
|
|
188
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
189
189
|
placement: {
|
|
190
190
|
left: {
|
|
191
191
|
content: string;
|
|
@@ -194,7 +194,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
194
194
|
content: string;
|
|
195
195
|
};
|
|
196
196
|
};
|
|
197
|
-
}, Record<"title" | "content" | "body" | "
|
|
197
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
198
198
|
export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
199
199
|
placement: {
|
|
200
200
|
left: {
|
|
@@ -204,7 +204,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
204
204
|
content: string;
|
|
205
205
|
};
|
|
206
206
|
};
|
|
207
|
-
}, Record<"title" | "content" | "body" | "
|
|
207
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
208
208
|
placement: {
|
|
209
209
|
left: {
|
|
210
210
|
content: string;
|
|
@@ -213,7 +213,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
213
213
|
content: string;
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
|
-
}, Record<"title" | "content" | "body" | "
|
|
216
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
217
217
|
placement: {
|
|
218
218
|
left: {
|
|
219
219
|
content: string;
|
|
@@ -222,7 +222,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
222
222
|
content: string;
|
|
223
223
|
};
|
|
224
224
|
};
|
|
225
|
-
}, Record<"title" | "content" | "body" | "
|
|
225
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
226
226
|
export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
227
227
|
placement: {
|
|
228
228
|
left: {
|
|
@@ -232,7 +232,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
232
232
|
content: string;
|
|
233
233
|
};
|
|
234
234
|
};
|
|
235
|
-
}, Record<"title" | "content" | "body" | "
|
|
235
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
236
236
|
placement: {
|
|
237
237
|
left: {
|
|
238
238
|
content: string;
|
|
@@ -241,7 +241,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
241
241
|
content: string;
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
|
-
}, Record<"title" | "content" | "body" | "
|
|
244
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
245
245
|
placement: {
|
|
246
246
|
left: {
|
|
247
247
|
content: string;
|
|
@@ -250,7 +250,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
250
250
|
content: string;
|
|
251
251
|
};
|
|
252
252
|
};
|
|
253
|
-
}, Record<"title" | "content" | "body" | "
|
|
253
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
254
254
|
export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
255
255
|
placement: {
|
|
256
256
|
left: {
|
|
@@ -260,7 +260,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
260
260
|
content: string;
|
|
261
261
|
};
|
|
262
262
|
};
|
|
263
|
-
}, Record<"title" | "content" | "body" | "
|
|
263
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
264
264
|
placement: {
|
|
265
265
|
left: {
|
|
266
266
|
content: string;
|
|
@@ -269,7 +269,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
269
269
|
content: string;
|
|
270
270
|
};
|
|
271
271
|
};
|
|
272
|
-
}, Record<"title" | "content" | "body" | "
|
|
272
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
273
273
|
placement: {
|
|
274
274
|
left: {
|
|
275
275
|
content: string;
|
|
@@ -278,7 +278,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
278
278
|
content: string;
|
|
279
279
|
};
|
|
280
280
|
};
|
|
281
|
-
}, Record<"title" | "content" | "body" | "
|
|
281
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
282
282
|
export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
283
283
|
placement: {
|
|
284
284
|
left: {
|
|
@@ -288,7 +288,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
288
288
|
content: string;
|
|
289
289
|
};
|
|
290
290
|
};
|
|
291
|
-
}, Record<"title" | "content" | "body" | "
|
|
291
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
292
292
|
placement: {
|
|
293
293
|
left: {
|
|
294
294
|
content: string;
|
|
@@ -297,7 +297,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
297
297
|
content: string;
|
|
298
298
|
};
|
|
299
299
|
};
|
|
300
|
-
}, Record<"title" | "content" | "body" | "
|
|
300
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
301
301
|
placement: {
|
|
302
302
|
left: {
|
|
303
303
|
content: string;
|
|
@@ -306,5 +306,5 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
306
306
|
content: string;
|
|
307
307
|
};
|
|
308
308
|
};
|
|
309
|
-
}, Record<"title" | "content" | "body" | "
|
|
309
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
310
310
|
export declare const Context: (props: Dialog.ContextProps) => import("react").ReactNode;
|
|
@@ -7,7 +7,7 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
7
7
|
content: string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
-
}, Record<"title" | "content" | "body" | "
|
|
10
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
11
11
|
placement: {
|
|
12
12
|
left: {
|
|
13
13
|
content: string;
|
|
@@ -16,7 +16,7 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
16
16
|
content: string;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
|
-
}, Record<"title" | "content" | "body" | "
|
|
19
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
20
20
|
placement: {
|
|
21
21
|
left: {
|
|
22
22
|
content: string;
|
|
@@ -25,4 +25,4 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
25
25
|
content: string;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
-
}, Record<"title" | "content" | "body" | "
|
|
28
|
+
}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
|
package/dist/ui/Field/Field.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
18
18
|
colorScheme: {
|
|
19
19
|
gray: {};
|
|
20
20
|
};
|
|
21
|
-
}, Record<"select" | "input" | "label" | "
|
|
21
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
22
22
|
size: {
|
|
23
23
|
sm: {
|
|
24
24
|
input: string;
|
|
@@ -37,7 +37,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
37
37
|
colorScheme: {
|
|
38
38
|
gray: {};
|
|
39
39
|
};
|
|
40
|
-
}, Record<"select" | "input" | "label" | "
|
|
40
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
41
41
|
size: {
|
|
42
42
|
sm: {
|
|
43
43
|
input: string;
|
|
@@ -56,7 +56,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
56
56
|
colorScheme: {
|
|
57
57
|
gray: {};
|
|
58
58
|
};
|
|
59
|
-
}, Record<"select" | "input" | "label" | "
|
|
59
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
60
60
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Field.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
61
61
|
size: {
|
|
62
62
|
sm: {
|
|
@@ -76,7 +76,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
76
76
|
colorScheme: {
|
|
77
77
|
gray: {};
|
|
78
78
|
};
|
|
79
|
-
}, Record<"select" | "input" | "label" | "
|
|
79
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
80
80
|
size: {
|
|
81
81
|
sm: {
|
|
82
82
|
input: string;
|
|
@@ -95,7 +95,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
95
95
|
colorScheme: {
|
|
96
96
|
gray: {};
|
|
97
97
|
};
|
|
98
|
-
}, Record<"select" | "input" | "label" | "
|
|
98
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
99
99
|
size: {
|
|
100
100
|
sm: {
|
|
101
101
|
input: string;
|
|
@@ -114,7 +114,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
114
114
|
colorScheme: {
|
|
115
115
|
gray: {};
|
|
116
116
|
};
|
|
117
|
-
}, Record<"select" | "input" | "label" | "
|
|
117
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
118
118
|
export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<Field.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
119
119
|
size: {
|
|
120
120
|
sm: {
|
|
@@ -134,7 +134,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
134
134
|
colorScheme: {
|
|
135
135
|
gray: {};
|
|
136
136
|
};
|
|
137
|
-
}, Record<"select" | "input" | "label" | "
|
|
137
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
138
138
|
size: {
|
|
139
139
|
sm: {
|
|
140
140
|
input: string;
|
|
@@ -153,7 +153,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
153
153
|
colorScheme: {
|
|
154
154
|
gray: {};
|
|
155
155
|
};
|
|
156
|
-
}, Record<"select" | "input" | "label" | "
|
|
156
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
157
157
|
size: {
|
|
158
158
|
sm: {
|
|
159
159
|
input: string;
|
|
@@ -172,7 +172,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
172
172
|
colorScheme: {
|
|
173
173
|
gray: {};
|
|
174
174
|
};
|
|
175
|
-
}, Record<"select" | "input" | "label" | "
|
|
175
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
176
176
|
export declare const HelperText: import("react").ComponentType<import("@ark-ui/react").Assign<Field.HelperTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
177
177
|
size: {
|
|
178
178
|
sm: {
|
|
@@ -192,7 +192,7 @@ export declare const HelperText: import("react").ComponentType<import("@ark-ui/r
|
|
|
192
192
|
colorScheme: {
|
|
193
193
|
gray: {};
|
|
194
194
|
};
|
|
195
|
-
}, Record<"select" | "input" | "label" | "
|
|
195
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
196
196
|
size: {
|
|
197
197
|
sm: {
|
|
198
198
|
input: string;
|
|
@@ -211,7 +211,7 @@ export declare const HelperText: import("react").ComponentType<import("@ark-ui/r
|
|
|
211
211
|
colorScheme: {
|
|
212
212
|
gray: {};
|
|
213
213
|
};
|
|
214
|
-
}, Record<"select" | "input" | "label" | "
|
|
214
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
215
215
|
size: {
|
|
216
216
|
sm: {
|
|
217
217
|
input: string;
|
|
@@ -230,7 +230,7 @@ export declare const HelperText: import("react").ComponentType<import("@ark-ui/r
|
|
|
230
230
|
colorScheme: {
|
|
231
231
|
gray: {};
|
|
232
232
|
};
|
|
233
|
-
}, Record<"select" | "input" | "label" | "
|
|
233
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
234
234
|
export declare const ErrorText: import("react").ComponentType<import("@ark-ui/react").Assign<Field.ErrorTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
235
235
|
size: {
|
|
236
236
|
sm: {
|
|
@@ -250,7 +250,7 @@ export declare const ErrorText: import("react").ComponentType<import("@ark-ui/re
|
|
|
250
250
|
colorScheme: {
|
|
251
251
|
gray: {};
|
|
252
252
|
};
|
|
253
|
-
}, Record<"select" | "input" | "label" | "
|
|
253
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
254
254
|
size: {
|
|
255
255
|
sm: {
|
|
256
256
|
input: string;
|
|
@@ -269,7 +269,7 @@ export declare const ErrorText: import("react").ComponentType<import("@ark-ui/re
|
|
|
269
269
|
colorScheme: {
|
|
270
270
|
gray: {};
|
|
271
271
|
};
|
|
272
|
-
}, Record<"select" | "input" | "label" | "
|
|
272
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
273
273
|
size: {
|
|
274
274
|
sm: {
|
|
275
275
|
input: string;
|
|
@@ -288,7 +288,7 @@ export declare const ErrorText: import("react").ComponentType<import("@ark-ui/re
|
|
|
288
288
|
colorScheme: {
|
|
289
289
|
gray: {};
|
|
290
290
|
};
|
|
291
|
-
}, Record<"select" | "input" | "label" | "
|
|
291
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
292
292
|
export declare const Select: import("react").ComponentType<import("@ark-ui/react").Assign<Field.SelectProps & import("react").RefAttributes<HTMLSelectElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
293
293
|
size: {
|
|
294
294
|
sm: {
|
|
@@ -308,7 +308,7 @@ export declare const Select: import("react").ComponentType<import("@ark-ui/react
|
|
|
308
308
|
colorScheme: {
|
|
309
309
|
gray: {};
|
|
310
310
|
};
|
|
311
|
-
}, Record<"select" | "input" | "label" | "
|
|
311
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
312
312
|
size: {
|
|
313
313
|
sm: {
|
|
314
314
|
input: string;
|
|
@@ -327,7 +327,7 @@ export declare const Select: import("react").ComponentType<import("@ark-ui/react
|
|
|
327
327
|
colorScheme: {
|
|
328
328
|
gray: {};
|
|
329
329
|
};
|
|
330
|
-
}, Record<"select" | "input" | "label" | "
|
|
330
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
331
331
|
size: {
|
|
332
332
|
sm: {
|
|
333
333
|
input: string;
|
|
@@ -346,7 +346,7 @@ export declare const Select: import("react").ComponentType<import("@ark-ui/react
|
|
|
346
346
|
colorScheme: {
|
|
347
347
|
gray: {};
|
|
348
348
|
};
|
|
349
|
-
}, Record<"select" | "input" | "label" | "
|
|
349
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
350
350
|
export declare const Textarea: import("react").ComponentType<import("@ark-ui/react").Assign<Field.TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
351
351
|
size: {
|
|
352
352
|
sm: {
|
|
@@ -366,7 +366,7 @@ export declare const Textarea: import("react").ComponentType<import("@ark-ui/rea
|
|
|
366
366
|
colorScheme: {
|
|
367
367
|
gray: {};
|
|
368
368
|
};
|
|
369
|
-
}, Record<"select" | "input" | "label" | "
|
|
369
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
370
370
|
size: {
|
|
371
371
|
sm: {
|
|
372
372
|
input: string;
|
|
@@ -385,7 +385,7 @@ export declare const Textarea: import("react").ComponentType<import("@ark-ui/rea
|
|
|
385
385
|
colorScheme: {
|
|
386
386
|
gray: {};
|
|
387
387
|
};
|
|
388
|
-
}, Record<"select" | "input" | "label" | "
|
|
388
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
389
389
|
size: {
|
|
390
390
|
sm: {
|
|
391
391
|
input: string;
|
|
@@ -404,5 +404,5 @@ export declare const Textarea: import("react").ComponentType<import("@ark-ui/rea
|
|
|
404
404
|
colorScheme: {
|
|
405
405
|
gray: {};
|
|
406
406
|
};
|
|
407
|
-
}, Record<"select" | "input" | "label" | "
|
|
407
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
408
408
|
export declare const Context: (props: Field.ContextProps) => import("react").ReactNode;
|
|
@@ -17,7 +17,7 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
17
17
|
colorScheme: {
|
|
18
18
|
gray: {};
|
|
19
19
|
};
|
|
20
|
-
}, Record<"select" | "input" | "label" | "
|
|
20
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
21
21
|
size: {
|
|
22
22
|
sm: {
|
|
23
23
|
input: string;
|
|
@@ -36,7 +36,7 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
36
36
|
colorScheme: {
|
|
37
37
|
gray: {};
|
|
38
38
|
};
|
|
39
|
-
}, Record<"select" | "input" | "label" | "
|
|
39
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
40
40
|
size: {
|
|
41
41
|
sm: {
|
|
42
42
|
input: string;
|
|
@@ -55,4 +55,4 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
55
55
|
colorScheme: {
|
|
56
56
|
gray: {};
|
|
57
57
|
};
|
|
58
|
-
}, Record<"select" | "input" | "label" | "
|
|
58
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>;
|