@opexa/portal-components 0.0.903 → 0.0.905
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/useSignInSSOMutation.d.ts +3 -6
- package/dist/client/hooks/useSignInSSOMutation.js +7 -13
- package/dist/client/hooks/useVerifyMobileNumber.d.ts +3 -0
- package/dist/client/hooks/useVerifyMobileNumber.js +20 -0
- package/dist/client/services/signIn.d.ts +0 -1
- package/dist/client/services/signIn.js +0 -19
- package/dist/components/AccountInfo/AccountInfo.js +13 -2
- package/dist/components/AccountSecurity/AccountSecurity.js +16 -2
- package/dist/components/GamesSearch/GamesSearch.d.ts +2 -0
- package/dist/components/GamesSearch/GamesSearch.js +6 -3
- package/dist/components/Search/Search.lazy.d.ts +2 -0
- package/dist/components/Search/Search.lazy.js +2 -2
- package/dist/components/SingleSignOn/SingleSignOn.d.ts +2 -0
- package/dist/components/SingleSignOn/SingleSignOn.js +173 -0
- package/dist/components/SingleSignOn/index.d.ts +1 -0
- package/dist/components/SingleSignOn/index.js +1 -0
- package/dist/constants/GameProvider.js +12 -0
- package/dist/schemas/forgotPasswordSchema.d.ts +4 -4
- package/dist/services/account.d.ts +3 -0
- package/dist/services/auth.d.ts +5 -0
- package/dist/services/auth.js +26 -0
- 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/Collapsible/Collapsible.d.ts +20 -20
- package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
- 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 +88 -88
- package/dist/ui/Popover/popover.recipe.d.ts +8 -8
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- 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/dist/utils/mutationKeys.d.ts +1 -0
- package/dist/utils/mutationKeys.js +4 -0
- package/package.json +1 -1
|
@@ -4,11 +4,11 @@ export declare const popoverRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
4
4
|
title?: import("tailwind-variants").ClassValue;
|
|
5
5
|
content?: import("tailwind-variants").ClassValue;
|
|
6
6
|
anchor?: import("tailwind-variants").ClassValue;
|
|
7
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
8
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
9
7
|
positioner?: import("tailwind-variants").ClassValue;
|
|
8
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
10
9
|
description?: import("tailwind-variants").ClassValue;
|
|
11
10
|
closeTrigger?: import("tailwind-variants").ClassValue;
|
|
11
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
12
12
|
arrow?: import("tailwind-variants").ClassValue;
|
|
13
13
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
14
14
|
};
|
|
@@ -19,28 +19,28 @@ export declare const popoverRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
19
19
|
title?: import("tailwind-variants").ClassValue;
|
|
20
20
|
content?: import("tailwind-variants").ClassValue;
|
|
21
21
|
anchor?: import("tailwind-variants").ClassValue;
|
|
22
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
23
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
24
22
|
positioner?: import("tailwind-variants").ClassValue;
|
|
23
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
25
24
|
description?: import("tailwind-variants").ClassValue;
|
|
26
25
|
closeTrigger?: import("tailwind-variants").ClassValue;
|
|
26
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
27
27
|
arrow?: import("tailwind-variants").ClassValue;
|
|
28
28
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
} | {}, Record<"title" | "content" | "anchor" | "
|
|
31
|
+
} | {}, Record<"title" | "content" | "anchor" | "positioner" | "trigger" | "description" | "closeTrigger" | "indicator" | "arrow" | "arrowTip", string | string[]>, undefined, {
|
|
32
32
|
[key: string]: {
|
|
33
33
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
34
34
|
title?: import("tailwind-variants").ClassValue;
|
|
35
35
|
content?: import("tailwind-variants").ClassValue;
|
|
36
36
|
anchor?: import("tailwind-variants").ClassValue;
|
|
37
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
38
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
39
37
|
positioner?: import("tailwind-variants").ClassValue;
|
|
38
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
40
39
|
description?: import("tailwind-variants").ClassValue;
|
|
41
40
|
closeTrigger?: import("tailwind-variants").ClassValue;
|
|
41
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
42
42
|
arrow?: import("tailwind-variants").ClassValue;
|
|
43
43
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
|
-
} | {}, Record<"title" | "content" | "anchor" | "
|
|
46
|
+
} | {}, Record<"title" | "content" | "anchor" | "positioner" | "trigger" | "description" | "closeTrigger" | "indicator" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"title" | "content" | "anchor" | "positioner" | "trigger" | "description" | "closeTrigger" | "indicator" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
11
11
|
range: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
14
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
15
15
|
size: {
|
|
16
16
|
md: {};
|
|
17
17
|
};
|
|
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
23
23
|
range: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
26
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
27
27
|
size: {
|
|
28
28
|
md: {};
|
|
29
29
|
};
|
|
@@ -35,7 +35,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
35
35
|
range: string;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
38
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
39
39
|
export declare const Circle: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.CircleProps & import("react").RefAttributes<SVGSVGElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
40
40
|
size: {
|
|
41
41
|
md: {};
|
|
@@ -48,7 +48,7 @@ export declare const Circle: import("react").ComponentType<import("@ark-ui/react
|
|
|
48
48
|
range: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
51
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
52
52
|
size: {
|
|
53
53
|
md: {};
|
|
54
54
|
};
|
|
@@ -60,7 +60,7 @@ export declare const Circle: import("react").ComponentType<import("@ark-ui/react
|
|
|
60
60
|
range: string;
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
63
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
64
64
|
size: {
|
|
65
65
|
md: {};
|
|
66
66
|
};
|
|
@@ -72,7 +72,7 @@ export declare const Circle: import("react").ComponentType<import("@ark-ui/react
|
|
|
72
72
|
range: string;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
75
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
76
76
|
export declare const CircleRange: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.CircleRangeProps & import("react").RefAttributes<SVGCircleElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
77
77
|
size: {
|
|
78
78
|
md: {};
|
|
@@ -85,7 +85,7 @@ export declare const CircleRange: import("react").ComponentType<import("@ark-ui/
|
|
|
85
85
|
range: string;
|
|
86
86
|
};
|
|
87
87
|
};
|
|
88
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
88
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
89
89
|
size: {
|
|
90
90
|
md: {};
|
|
91
91
|
};
|
|
@@ -97,7 +97,7 @@ export declare const CircleRange: import("react").ComponentType<import("@ark-ui/
|
|
|
97
97
|
range: string;
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
100
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
101
101
|
size: {
|
|
102
102
|
md: {};
|
|
103
103
|
};
|
|
@@ -109,7 +109,7 @@ export declare const CircleRange: import("react").ComponentType<import("@ark-ui/
|
|
|
109
109
|
range: string;
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
112
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
113
113
|
export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.CircleTrackProps & import("react").RefAttributes<SVGCircleElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
114
114
|
size: {
|
|
115
115
|
md: {};
|
|
@@ -122,7 +122,7 @@ export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/
|
|
|
122
122
|
range: string;
|
|
123
123
|
};
|
|
124
124
|
};
|
|
125
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
125
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
126
126
|
size: {
|
|
127
127
|
md: {};
|
|
128
128
|
};
|
|
@@ -134,7 +134,7 @@ export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/
|
|
|
134
134
|
range: string;
|
|
135
135
|
};
|
|
136
136
|
};
|
|
137
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
137
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
138
138
|
size: {
|
|
139
139
|
md: {};
|
|
140
140
|
};
|
|
@@ -146,7 +146,7 @@ export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/
|
|
|
146
146
|
range: string;
|
|
147
147
|
};
|
|
148
148
|
};
|
|
149
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
149
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
150
150
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
151
151
|
size: {
|
|
152
152
|
md: {};
|
|
@@ -159,7 +159,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
159
159
|
range: string;
|
|
160
160
|
};
|
|
161
161
|
};
|
|
162
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
162
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
163
163
|
size: {
|
|
164
164
|
md: {};
|
|
165
165
|
};
|
|
@@ -171,7 +171,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
171
171
|
range: string;
|
|
172
172
|
};
|
|
173
173
|
};
|
|
174
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
174
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
175
175
|
size: {
|
|
176
176
|
md: {};
|
|
177
177
|
};
|
|
@@ -183,7 +183,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
183
183
|
range: string;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
186
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
187
187
|
export declare const Track: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.TrackProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
188
188
|
size: {
|
|
189
189
|
md: {};
|
|
@@ -196,7 +196,7 @@ export declare const Track: import("react").ComponentType<import("@ark-ui/react"
|
|
|
196
196
|
range: string;
|
|
197
197
|
};
|
|
198
198
|
};
|
|
199
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
199
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
200
200
|
size: {
|
|
201
201
|
md: {};
|
|
202
202
|
};
|
|
@@ -208,7 +208,7 @@ export declare const Track: import("react").ComponentType<import("@ark-ui/react"
|
|
|
208
208
|
range: string;
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
211
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
212
212
|
size: {
|
|
213
213
|
md: {};
|
|
214
214
|
};
|
|
@@ -220,7 +220,7 @@ export declare const Track: import("react").ComponentType<import("@ark-ui/react"
|
|
|
220
220
|
range: string;
|
|
221
221
|
};
|
|
222
222
|
};
|
|
223
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
223
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
224
224
|
export declare const ValueText: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.ValueTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
225
225
|
size: {
|
|
226
226
|
md: {};
|
|
@@ -233,7 +233,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
233
233
|
range: string;
|
|
234
234
|
};
|
|
235
235
|
};
|
|
236
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
236
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
237
237
|
size: {
|
|
238
238
|
md: {};
|
|
239
239
|
};
|
|
@@ -245,7 +245,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
245
245
|
range: string;
|
|
246
246
|
};
|
|
247
247
|
};
|
|
248
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
248
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
249
249
|
size: {
|
|
250
250
|
md: {};
|
|
251
251
|
};
|
|
@@ -257,7 +257,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
257
257
|
range: string;
|
|
258
258
|
};
|
|
259
259
|
};
|
|
260
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
260
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
261
261
|
export declare const View: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.ViewProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
262
262
|
size: {
|
|
263
263
|
md: {};
|
|
@@ -270,7 +270,7 @@ export declare const View: import("react").ComponentType<import("@ark-ui/react")
|
|
|
270
270
|
range: string;
|
|
271
271
|
};
|
|
272
272
|
};
|
|
273
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
273
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
274
274
|
size: {
|
|
275
275
|
md: {};
|
|
276
276
|
};
|
|
@@ -282,7 +282,7 @@ export declare const View: import("react").ComponentType<import("@ark-ui/react")
|
|
|
282
282
|
range: string;
|
|
283
283
|
};
|
|
284
284
|
};
|
|
285
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
285
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
286
286
|
size: {
|
|
287
287
|
md: {};
|
|
288
288
|
};
|
|
@@ -294,7 +294,7 @@ export declare const View: import("react").ComponentType<import("@ark-ui/react")
|
|
|
294
294
|
range: string;
|
|
295
295
|
};
|
|
296
296
|
};
|
|
297
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
297
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
298
298
|
export declare const Range: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.RangeProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
299
299
|
size: {
|
|
300
300
|
md: {};
|
|
@@ -307,7 +307,7 @@ export declare const Range: import("react").ComponentType<import("@ark-ui/react"
|
|
|
307
307
|
range: string;
|
|
308
308
|
};
|
|
309
309
|
};
|
|
310
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
310
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
311
311
|
size: {
|
|
312
312
|
md: {};
|
|
313
313
|
};
|
|
@@ -319,7 +319,7 @@ export declare const Range: import("react").ComponentType<import("@ark-ui/react"
|
|
|
319
319
|
range: string;
|
|
320
320
|
};
|
|
321
321
|
};
|
|
322
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
322
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
323
323
|
size: {
|
|
324
324
|
md: {};
|
|
325
325
|
};
|
|
@@ -331,5 +331,5 @@ export declare const Range: import("react").ComponentType<import("@ark-ui/react"
|
|
|
331
331
|
range: string;
|
|
332
332
|
};
|
|
333
333
|
};
|
|
334
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
334
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
335
335
|
export declare const Context: (props: Progress.ContextProps) => import("react").ReactNode;
|
|
@@ -10,7 +10,7 @@ export declare const progressRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
10
10
|
range: string;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
13
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
14
14
|
size: {
|
|
15
15
|
md: {};
|
|
16
16
|
};
|
|
@@ -22,7 +22,7 @@ export declare const progressRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
22
22
|
range: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
25
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
26
26
|
size: {
|
|
27
27
|
md: {};
|
|
28
28
|
};
|
|
@@ -34,4 +34,4 @@ export declare const progressRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
34
34
|
range: string;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
|
-
}, Record<"label" | "root" | "track" | "circle" | "view" | "
|
|
37
|
+
}, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
11
11
|
indicator: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
|
-
}, Record<"label" | "root" | "
|
|
14
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, {
|
|
15
15
|
size: {
|
|
16
16
|
md: {};
|
|
17
17
|
};
|
|
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
23
23
|
indicator: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
}, Record<"label" | "root" | "
|
|
26
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
27
27
|
size: {
|
|
28
28
|
md: {};
|
|
29
29
|
};
|
|
@@ -35,7 +35,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
35
35
|
indicator: string;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
|
-
}, Record<"label" | "root" | "
|
|
38
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
39
39
|
export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
40
40
|
size: {
|
|
41
41
|
md: {};
|
|
@@ -48,7 +48,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
48
48
|
indicator: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
}, Record<"label" | "root" | "
|
|
51
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, {
|
|
52
52
|
size: {
|
|
53
53
|
md: {};
|
|
54
54
|
};
|
|
@@ -60,7 +60,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
60
60
|
indicator: string;
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
|
-
}, Record<"label" | "root" | "
|
|
63
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
64
64
|
size: {
|
|
65
65
|
md: {};
|
|
66
66
|
};
|
|
@@ -72,7 +72,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
72
72
|
indicator: string;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
|
-
}, Record<"label" | "root" | "
|
|
75
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
76
76
|
export declare const Item: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.ItemProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
77
77
|
size: {
|
|
78
78
|
md: {};
|
|
@@ -85,7 +85,7 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
|
|
|
85
85
|
indicator: string;
|
|
86
86
|
};
|
|
87
87
|
};
|
|
88
|
-
}, Record<"label" | "root" | "
|
|
88
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, {
|
|
89
89
|
size: {
|
|
90
90
|
md: {};
|
|
91
91
|
};
|
|
@@ -97,7 +97,7 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
|
|
|
97
97
|
indicator: string;
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
|
-
}, Record<"label" | "root" | "
|
|
100
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
101
101
|
size: {
|
|
102
102
|
md: {};
|
|
103
103
|
};
|
|
@@ -109,7 +109,7 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
|
|
|
109
109
|
indicator: string;
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
|
-
}, Record<"label" | "root" | "
|
|
112
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
113
113
|
export declare const ItemControl: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.ItemControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
114
114
|
size: {
|
|
115
115
|
md: {};
|
|
@@ -122,7 +122,7 @@ export declare const ItemControl: import("react").ComponentType<import("@ark-ui/
|
|
|
122
122
|
indicator: string;
|
|
123
123
|
};
|
|
124
124
|
};
|
|
125
|
-
}, Record<"label" | "root" | "
|
|
125
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, {
|
|
126
126
|
size: {
|
|
127
127
|
md: {};
|
|
128
128
|
};
|
|
@@ -134,7 +134,7 @@ export declare const ItemControl: import("react").ComponentType<import("@ark-ui/
|
|
|
134
134
|
indicator: string;
|
|
135
135
|
};
|
|
136
136
|
};
|
|
137
|
-
}, Record<"label" | "root" | "
|
|
137
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
138
138
|
size: {
|
|
139
139
|
md: {};
|
|
140
140
|
};
|
|
@@ -146,7 +146,7 @@ export declare const ItemControl: import("react").ComponentType<import("@ark-ui/
|
|
|
146
146
|
indicator: string;
|
|
147
147
|
};
|
|
148
148
|
};
|
|
149
|
-
}, Record<"label" | "root" | "
|
|
149
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
150
150
|
export declare const ItemText: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.ItemTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
151
151
|
size: {
|
|
152
152
|
md: {};
|
|
@@ -159,7 +159,7 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
|
|
|
159
159
|
indicator: string;
|
|
160
160
|
};
|
|
161
161
|
};
|
|
162
|
-
}, Record<"label" | "root" | "
|
|
162
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, {
|
|
163
163
|
size: {
|
|
164
164
|
md: {};
|
|
165
165
|
};
|
|
@@ -171,7 +171,7 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
|
|
|
171
171
|
indicator: string;
|
|
172
172
|
};
|
|
173
173
|
};
|
|
174
|
-
}, Record<"label" | "root" | "
|
|
174
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
175
175
|
size: {
|
|
176
176
|
md: {};
|
|
177
177
|
};
|
|
@@ -183,7 +183,7 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
|
|
|
183
183
|
indicator: string;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
|
-
}, Record<"label" | "root" | "
|
|
186
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
187
187
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
188
188
|
size: {
|
|
189
189
|
md: {};
|
|
@@ -196,7 +196,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
196
196
|
indicator: string;
|
|
197
197
|
};
|
|
198
198
|
};
|
|
199
|
-
}, Record<"label" | "root" | "
|
|
199
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, {
|
|
200
200
|
size: {
|
|
201
201
|
md: {};
|
|
202
202
|
};
|
|
@@ -208,7 +208,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
208
208
|
indicator: string;
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
|
-
}, Record<"label" | "root" | "
|
|
211
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
212
212
|
size: {
|
|
213
213
|
md: {};
|
|
214
214
|
};
|
|
@@ -220,7 +220,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
220
220
|
indicator: string;
|
|
221
221
|
};
|
|
222
222
|
};
|
|
223
|
-
}, Record<"label" | "root" | "
|
|
223
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
224
224
|
export declare const Context: (props: SegmentGroup.ContextProps) => import("react").ReactNode;
|
|
225
225
|
export declare const ItemContext: (props: SegmentGroup.ItemContextProps) => import("react").ReactNode;
|
|
226
226
|
export declare const ItemHiddenInput: import("react").ForwardRefExoticComponent<SegmentGroup.ItemHiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -10,7 +10,7 @@ export declare const segmentGroupRecipe: import("tailwind-variants").TVReturnTyp
|
|
|
10
10
|
indicator: string;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
}, Record<"label" | "root" | "
|
|
13
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, {
|
|
14
14
|
size: {
|
|
15
15
|
md: {};
|
|
16
16
|
};
|
|
@@ -22,7 +22,7 @@ export declare const segmentGroupRecipe: import("tailwind-variants").TVReturnTyp
|
|
|
22
22
|
indicator: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
}, Record<"label" | "root" | "
|
|
25
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
26
26
|
size: {
|
|
27
27
|
md: {};
|
|
28
28
|
};
|
|
@@ -34,4 +34,4 @@ export declare const segmentGroupRecipe: import("tailwind-variants").TVReturnTyp
|
|
|
34
34
|
indicator: string;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
|
-
}, Record<"label" | "root" | "
|
|
37
|
+
}, Record<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>;
|