@opexa/portal-components 0.1.35 → 0.1.37
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/usePlatformGamesQuery.d.ts +3 -0
- package/dist/client/hooks/usePlatformGamesQuery.js +42 -0
- package/dist/components/BetDepositLimit/BetDepositLimitModal.js +18 -1
- package/dist/components/ResponsibleGamingLimits/ResponsibleGamingLimitsForm.lazy.js +4 -4
- package/dist/components/Search/Search.lazy.d.ts +15 -1
- package/dist/components/Search/Search.lazy.js +41 -3
- package/dist/images/game-types/arcade.png +0 -0
- package/dist/images/game-types/bingo.png +0 -0
- package/dist/images/game-types/live.png +0 -0
- package/dist/images/game-types/numeric.png +0 -0
- package/dist/images/game-types/slots.png +0 -0
- package/dist/images/game-types/specialty.png +0 -0
- package/dist/images/game-types/sports.png +0 -0
- package/dist/schemas/forgotPasswordSchema.d.ts +4 -4
- package/dist/services/queries.d.ts +1 -0
- package/dist/services/queries.js +28 -0
- package/dist/services/wallet.d.ts +20 -1
- package/dist/services/wallet.js +5 -1
- package/dist/types/index.d.ts +12 -0
- 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 +45 -45
- package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
- 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/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
- package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
- package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
- package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
- package/dist/ui/PinInput/PinInput.d.ts +12 -12
- package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
- 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/utils/queryKeys.d.ts +2 -1
- package/dist/utils/queryKeys.js +1 -0
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ export declare const datePickerRecipe: import("tailwind-variants").TVReturnType<
|
|
|
13
13
|
trigger: string;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
}, Record<"content" | "input" | "trigger" | "positioner" | "
|
|
16
|
+
}, Record<"content" | "input" | "trigger" | "positioner" | "root" | "label" | "table" | "view" | "control" | "nextTrigger" | "prevTrigger" | "clearTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect", string | string[]>, undefined, {
|
|
17
17
|
size: {
|
|
18
18
|
md: {
|
|
19
19
|
control: string;
|
|
@@ -28,7 +28,7 @@ export declare const datePickerRecipe: import("tailwind-variants").TVReturnType<
|
|
|
28
28
|
trigger: string;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
}, Record<"content" | "input" | "trigger" | "positioner" | "
|
|
31
|
+
}, Record<"content" | "input" | "trigger" | "positioner" | "root" | "label" | "table" | "view" | "control" | "nextTrigger" | "prevTrigger" | "clearTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
32
32
|
size: {
|
|
33
33
|
md: {
|
|
34
34
|
control: string;
|
|
@@ -43,4 +43,4 @@ export declare const datePickerRecipe: import("tailwind-variants").TVReturnType<
|
|
|
43
43
|
trigger: string;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
|
-
}, Record<"content" | "input" | "trigger" | "positioner" | "
|
|
46
|
+
}, Record<"content" | "input" | "trigger" | "positioner" | "root" | "label" | "table" | "view" | "control" | "nextTrigger" | "prevTrigger" | "clearTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect", 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" | "
|
|
21
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
40
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
59
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
79
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
98
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
117
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
137
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
156
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
175
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
195
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
214
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
233
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
253
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
272
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
291
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
311
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
330
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
349
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
369
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
388
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
407
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
20
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
39
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "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" | "
|
|
58
|
+
}, Record<"select" | "input" | "root" | "label" | "errorText" | "helperText" | "textarea" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -7,7 +7,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
7
7
|
decrementTrigger: string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
-
}, Record<"input" | "
|
|
10
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
11
11
|
size: {
|
|
12
12
|
md: {
|
|
13
13
|
control: string;
|
|
@@ -15,7 +15,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
15
15
|
decrementTrigger: string;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
}, Record<"input" | "
|
|
18
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
19
19
|
size: {
|
|
20
20
|
md: {
|
|
21
21
|
control: string;
|
|
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
23
23
|
decrementTrigger: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
}, Record<"input" | "
|
|
26
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
27
27
|
export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
28
28
|
size: {
|
|
29
29
|
md: {
|
|
@@ -32,7 +32,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
32
32
|
decrementTrigger: string;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
|
-
}, Record<"input" | "
|
|
35
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
36
36
|
size: {
|
|
37
37
|
md: {
|
|
38
38
|
control: string;
|
|
@@ -40,7 +40,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
40
40
|
decrementTrigger: string;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
}, Record<"input" | "
|
|
43
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
44
44
|
size: {
|
|
45
45
|
md: {
|
|
46
46
|
control: string;
|
|
@@ -48,7 +48,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
48
48
|
decrementTrigger: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
}, Record<"input" | "
|
|
51
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
52
52
|
export declare const DecrementTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.DecrementTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
53
53
|
size: {
|
|
54
54
|
md: {
|
|
@@ -57,7 +57,7 @@ export declare const DecrementTrigger: import("react").ComponentType<import("@ar
|
|
|
57
57
|
decrementTrigger: string;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
|
-
}, Record<"input" | "
|
|
60
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
61
61
|
size: {
|
|
62
62
|
md: {
|
|
63
63
|
control: string;
|
|
@@ -65,7 +65,7 @@ export declare const DecrementTrigger: import("react").ComponentType<import("@ar
|
|
|
65
65
|
decrementTrigger: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
-
}, Record<"input" | "
|
|
68
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
69
69
|
size: {
|
|
70
70
|
md: {
|
|
71
71
|
control: string;
|
|
@@ -73,7 +73,7 @@ export declare const DecrementTrigger: import("react").ComponentType<import("@ar
|
|
|
73
73
|
decrementTrigger: string;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
-
}, Record<"input" | "
|
|
76
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
77
77
|
export declare const IncrementTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.IncrementTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
78
78
|
size: {
|
|
79
79
|
md: {
|
|
@@ -82,7 +82,7 @@ export declare const IncrementTrigger: import("react").ComponentType<import("@ar
|
|
|
82
82
|
decrementTrigger: string;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
|
-
}, Record<"input" | "
|
|
85
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
86
86
|
size: {
|
|
87
87
|
md: {
|
|
88
88
|
control: string;
|
|
@@ -90,7 +90,7 @@ export declare const IncrementTrigger: import("react").ComponentType<import("@ar
|
|
|
90
90
|
decrementTrigger: string;
|
|
91
91
|
};
|
|
92
92
|
};
|
|
93
|
-
}, Record<"input" | "
|
|
93
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
94
94
|
size: {
|
|
95
95
|
md: {
|
|
96
96
|
control: string;
|
|
@@ -98,7 +98,7 @@ export declare const IncrementTrigger: import("react").ComponentType<import("@ar
|
|
|
98
98
|
decrementTrigger: string;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
|
-
}, Record<"input" | "
|
|
101
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
102
102
|
export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
103
103
|
size: {
|
|
104
104
|
md: {
|
|
@@ -107,7 +107,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
107
107
|
decrementTrigger: string;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
|
-
}, Record<"input" | "
|
|
110
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
111
111
|
size: {
|
|
112
112
|
md: {
|
|
113
113
|
control: string;
|
|
@@ -115,7 +115,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
115
115
|
decrementTrigger: string;
|
|
116
116
|
};
|
|
117
117
|
};
|
|
118
|
-
}, Record<"input" | "
|
|
118
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
119
119
|
size: {
|
|
120
120
|
md: {
|
|
121
121
|
control: string;
|
|
@@ -123,7 +123,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
123
123
|
decrementTrigger: string;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
|
-
}, Record<"input" | "
|
|
126
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
127
127
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
128
128
|
size: {
|
|
129
129
|
md: {
|
|
@@ -132,7 +132,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
132
132
|
decrementTrigger: string;
|
|
133
133
|
};
|
|
134
134
|
};
|
|
135
|
-
}, Record<"input" | "
|
|
135
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
136
136
|
size: {
|
|
137
137
|
md: {
|
|
138
138
|
control: string;
|
|
@@ -140,7 +140,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
140
140
|
decrementTrigger: string;
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
|
-
}, Record<"input" | "
|
|
143
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
144
144
|
size: {
|
|
145
145
|
md: {
|
|
146
146
|
control: string;
|
|
@@ -148,7 +148,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
148
148
|
decrementTrigger: string;
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
|
-
}, Record<"input" | "
|
|
151
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
152
152
|
export declare const Scrubber: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.ScrubberProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
153
153
|
size: {
|
|
154
154
|
md: {
|
|
@@ -157,7 +157,7 @@ export declare const Scrubber: import("react").ComponentType<import("@ark-ui/rea
|
|
|
157
157
|
decrementTrigger: string;
|
|
158
158
|
};
|
|
159
159
|
};
|
|
160
|
-
}, Record<"input" | "
|
|
160
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
161
161
|
size: {
|
|
162
162
|
md: {
|
|
163
163
|
control: string;
|
|
@@ -165,7 +165,7 @@ export declare const Scrubber: import("react").ComponentType<import("@ark-ui/rea
|
|
|
165
165
|
decrementTrigger: string;
|
|
166
166
|
};
|
|
167
167
|
};
|
|
168
|
-
}, Record<"input" | "
|
|
168
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
169
169
|
size: {
|
|
170
170
|
md: {
|
|
171
171
|
control: string;
|
|
@@ -173,7 +173,7 @@ export declare const Scrubber: import("react").ComponentType<import("@ark-ui/rea
|
|
|
173
173
|
decrementTrigger: string;
|
|
174
174
|
};
|
|
175
175
|
};
|
|
176
|
-
}, Record<"input" | "
|
|
176
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
177
177
|
export declare const ValueText: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.ValueTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
178
178
|
size: {
|
|
179
179
|
md: {
|
|
@@ -182,7 +182,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
182
182
|
decrementTrigger: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
-
}, Record<"input" | "
|
|
185
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
186
186
|
size: {
|
|
187
187
|
md: {
|
|
188
188
|
control: string;
|
|
@@ -190,7 +190,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
190
190
|
decrementTrigger: string;
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
|
-
}, Record<"input" | "
|
|
193
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
194
194
|
size: {
|
|
195
195
|
md: {
|
|
196
196
|
control: string;
|
|
@@ -198,5 +198,5 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
198
198
|
decrementTrigger: string;
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
|
-
}, Record<"input" | "
|
|
201
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
202
202
|
export declare const Context: (props: NumberInput.ContextProps) => import("react").ReactNode;
|
|
@@ -6,7 +6,7 @@ export declare const numberInputRecipe: import("tailwind-variants").TVReturnType
|
|
|
6
6
|
decrementTrigger: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
}, Record<"input" | "
|
|
9
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
10
10
|
size: {
|
|
11
11
|
md: {
|
|
12
12
|
control: string;
|
|
@@ -14,7 +14,7 @@ export declare const numberInputRecipe: import("tailwind-variants").TVReturnType
|
|
|
14
14
|
decrementTrigger: string;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
-
}, Record<"input" | "
|
|
17
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
18
18
|
size: {
|
|
19
19
|
md: {
|
|
20
20
|
control: string;
|
|
@@ -22,4 +22,4 @@ export declare const numberInputRecipe: import("tailwind-variants").TVReturnType
|
|
|
22
22
|
decrementTrigger: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
}, Record<"input" | "
|
|
25
|
+
}, Record<"input" | "root" | "label" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>;
|