@opexa/portal-components 0.0.534 → 0.0.536
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AccountInfo/AccountInfo.d.ts +1 -0
- package/dist/components/AccountInfo/AccountInfo.js +3 -3
- package/dist/components/SignIn/SignInMethod.d.ts +1 -1
- package/dist/components/SignIn/SignInMethod.js +2 -0
- package/dist/components/SignIn/useSignIn.d.ts +2 -0
- package/dist/components/SignIn/useSignIn.js +5 -1
- package/dist/components/SignUp/SignUpNameAndPassword/SignUpNameAndPasswordForm.js +8 -4
- package/dist/services/queries.d.ts +1 -1
- package/dist/services/queries.js +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
- 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/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/Menu/Menu.d.ts +198 -198
- package/dist/ui/Menu/menu.recipe.d.ts +11 -11
- package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
- package/dist/ui/NumberInput/numberInput.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/package.json +1 -1
|
@@ -4,14 +4,14 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
4
4
|
content?: import("tailwind-variants").ClassValue;
|
|
5
5
|
trigger?: import("tailwind-variants").ClassValue;
|
|
6
6
|
positioner?: import("tailwind-variants").ClassValue;
|
|
7
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
8
7
|
item?: import("tailwind-variants").ClassValue;
|
|
8
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
9
9
|
itemText?: import("tailwind-variants").ClassValue;
|
|
10
|
-
arrow?: import("tailwind-variants").ClassValue;
|
|
11
|
-
arrowTip?: import("tailwind-variants").ClassValue;
|
|
12
10
|
itemIndicator?: import("tailwind-variants").ClassValue;
|
|
13
11
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
14
12
|
itemGroupLabel?: import("tailwind-variants").ClassValue;
|
|
13
|
+
arrow?: import("tailwind-variants").ClassValue;
|
|
14
|
+
arrowTip?: import("tailwind-variants").ClassValue;
|
|
15
15
|
separator?: import("tailwind-variants").ClassValue;
|
|
16
16
|
contextTrigger?: import("tailwind-variants").ClassValue;
|
|
17
17
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
@@ -23,36 +23,36 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
23
23
|
content?: import("tailwind-variants").ClassValue;
|
|
24
24
|
trigger?: import("tailwind-variants").ClassValue;
|
|
25
25
|
positioner?: import("tailwind-variants").ClassValue;
|
|
26
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
27
26
|
item?: import("tailwind-variants").ClassValue;
|
|
27
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
28
28
|
itemText?: import("tailwind-variants").ClassValue;
|
|
29
|
-
arrow?: import("tailwind-variants").ClassValue;
|
|
30
|
-
arrowTip?: import("tailwind-variants").ClassValue;
|
|
31
29
|
itemIndicator?: import("tailwind-variants").ClassValue;
|
|
32
30
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
33
31
|
itemGroupLabel?: import("tailwind-variants").ClassValue;
|
|
32
|
+
arrow?: import("tailwind-variants").ClassValue;
|
|
33
|
+
arrowTip?: import("tailwind-variants").ClassValue;
|
|
34
34
|
separator?: import("tailwind-variants").ClassValue;
|
|
35
35
|
contextTrigger?: import("tailwind-variants").ClassValue;
|
|
36
36
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
-
} | {}, Record<"content" | "trigger" | "positioner" | "
|
|
39
|
+
} | {}, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "arrow" | "arrowTip" | "separator" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
40
40
|
[key: string]: {
|
|
41
41
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
42
42
|
content?: import("tailwind-variants").ClassValue;
|
|
43
43
|
trigger?: import("tailwind-variants").ClassValue;
|
|
44
44
|
positioner?: import("tailwind-variants").ClassValue;
|
|
45
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
46
45
|
item?: import("tailwind-variants").ClassValue;
|
|
46
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
47
47
|
itemText?: import("tailwind-variants").ClassValue;
|
|
48
|
-
arrow?: import("tailwind-variants").ClassValue;
|
|
49
|
-
arrowTip?: import("tailwind-variants").ClassValue;
|
|
50
48
|
itemIndicator?: import("tailwind-variants").ClassValue;
|
|
51
49
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
52
50
|
itemGroupLabel?: import("tailwind-variants").ClassValue;
|
|
51
|
+
arrow?: import("tailwind-variants").ClassValue;
|
|
52
|
+
arrowTip?: import("tailwind-variants").ClassValue;
|
|
53
53
|
separator?: import("tailwind-variants").ClassValue;
|
|
54
54
|
contextTrigger?: import("tailwind-variants").ClassValue;
|
|
55
55
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
|
-
} | {}, Record<"content" | "trigger" | "positioner" | "
|
|
58
|
+
} | {}, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "arrow" | "arrowTip" | "separator" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "arrow" | "arrowTip" | "separator" | "contextTrigger" | "triggerItem", 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" | "label" | "root" | "
|
|
10
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
18
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
26
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
35
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
43
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
51
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
60
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
68
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
76
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
85
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
93
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
101
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
110
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
118
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
126
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
135
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
143
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
151
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
160
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
168
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
176
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
185
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
193
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
201
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
9
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
17
|
+
}, Record<"input" | "label" | "root" | "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" | "label" | "root" | "
|
|
25
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", 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" | "indicator" | "itemControl" | "itemText", string | string[]>, undefined, unknown, unknown, undefined>>;
|