@opexa/portal-components 0.0.799 → 0.0.800
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/constants/GameProvider.js +6 -6
- package/dist/images/game-providers/JK8.png +0 -0
- package/dist/types/index.d.ts +1 -1
- 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/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Dialog/Dialog.d.ts +33 -33
- package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +144 -144
- package/dist/ui/Menu/menu.recipe.d.ts +8 -8
- package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
- package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
- package/dist/ui/Popover/Popover.d.ts +55 -55
- package/dist/ui/Popover/popover.recipe.d.ts +5 -5
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/QrCode/QrCode.d.ts +40 -40
- package/dist/ui/QrCode/qrCode.recipe.d.ts +8 -8
- 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/package.json +1 -1
|
@@ -3,12 +3,12 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
3
3
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
4
|
content?: import("tailwind-variants").ClassValue;
|
|
5
5
|
indicator?: import("tailwind-variants").ClassValue;
|
|
6
|
-
|
|
6
|
+
separator?: import("tailwind-variants").ClassValue;
|
|
7
7
|
trigger?: import("tailwind-variants").ClassValue;
|
|
8
8
|
positioner?: import("tailwind-variants").ClassValue;
|
|
9
9
|
arrow?: import("tailwind-variants").ClassValue;
|
|
10
10
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
11
|
-
|
|
11
|
+
item?: import("tailwind-variants").ClassValue;
|
|
12
12
|
itemText?: import("tailwind-variants").ClassValue;
|
|
13
13
|
itemIndicator?: import("tailwind-variants").ClassValue;
|
|
14
14
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
@@ -22,12 +22,12 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
22
22
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
23
23
|
content?: import("tailwind-variants").ClassValue;
|
|
24
24
|
indicator?: import("tailwind-variants").ClassValue;
|
|
25
|
-
|
|
25
|
+
separator?: import("tailwind-variants").ClassValue;
|
|
26
26
|
trigger?: import("tailwind-variants").ClassValue;
|
|
27
27
|
positioner?: import("tailwind-variants").ClassValue;
|
|
28
28
|
arrow?: import("tailwind-variants").ClassValue;
|
|
29
29
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
30
|
-
|
|
30
|
+
item?: import("tailwind-variants").ClassValue;
|
|
31
31
|
itemText?: import("tailwind-variants").ClassValue;
|
|
32
32
|
itemIndicator?: import("tailwind-variants").ClassValue;
|
|
33
33
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
@@ -36,17 +36,17 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
36
36
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
-
} | {}, Record<"content" | "indicator" | "
|
|
39
|
+
} | {}, Record<"content" | "indicator" | "separator" | "trigger" | "positioner" | "arrow" | "arrowTip" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "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
|
indicator?: import("tailwind-variants").ClassValue;
|
|
44
|
-
|
|
44
|
+
separator?: import("tailwind-variants").ClassValue;
|
|
45
45
|
trigger?: import("tailwind-variants").ClassValue;
|
|
46
46
|
positioner?: import("tailwind-variants").ClassValue;
|
|
47
47
|
arrow?: import("tailwind-variants").ClassValue;
|
|
48
48
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
49
|
-
|
|
49
|
+
item?: import("tailwind-variants").ClassValue;
|
|
50
50
|
itemText?: import("tailwind-variants").ClassValue;
|
|
51
51
|
itemIndicator?: import("tailwind-variants").ClassValue;
|
|
52
52
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
@@ -55,4 +55,4 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
55
55
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
|
-
} | {}, Record<"content" | "indicator" | "
|
|
58
|
+
} | {}, Record<"content" | "indicator" | "separator" | "trigger" | "positioner" | "arrow" | "arrowTip" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "indicator" | "separator" | "trigger" | "positioner" | "arrow" | "arrowTip" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -12,7 +12,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
12
12
|
colorScheme: {
|
|
13
13
|
gray: {};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"input" | "label" | "root" | "
|
|
15
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
|
|
16
16
|
size: {
|
|
17
17
|
md: {
|
|
18
18
|
input: string;
|
|
@@ -25,7 +25,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
25
25
|
colorScheme: {
|
|
26
26
|
gray: {};
|
|
27
27
|
};
|
|
28
|
-
}, Record<"input" | "label" | "root" | "
|
|
28
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
29
29
|
size: {
|
|
30
30
|
md: {
|
|
31
31
|
input: string;
|
|
@@ -38,7 +38,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
38
38
|
colorScheme: {
|
|
39
39
|
gray: {};
|
|
40
40
|
};
|
|
41
|
-
}, Record<"input" | "label" | "root" | "
|
|
41
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
42
42
|
export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
43
43
|
size: {
|
|
44
44
|
md: {
|
|
@@ -52,7 +52,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
52
52
|
colorScheme: {
|
|
53
53
|
gray: {};
|
|
54
54
|
};
|
|
55
|
-
}, Record<"input" | "label" | "root" | "
|
|
55
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
|
|
56
56
|
size: {
|
|
57
57
|
md: {
|
|
58
58
|
input: string;
|
|
@@ -65,7 +65,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
65
65
|
colorScheme: {
|
|
66
66
|
gray: {};
|
|
67
67
|
};
|
|
68
|
-
}, Record<"input" | "label" | "root" | "
|
|
68
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
69
69
|
size: {
|
|
70
70
|
md: {
|
|
71
71
|
input: string;
|
|
@@ -78,7 +78,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
78
78
|
colorScheme: {
|
|
79
79
|
gray: {};
|
|
80
80
|
};
|
|
81
|
-
}, Record<"input" | "label" | "root" | "
|
|
81
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
82
82
|
export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.IndicatorProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
83
83
|
size: {
|
|
84
84
|
md: {
|
|
@@ -92,7 +92,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
92
92
|
colorScheme: {
|
|
93
93
|
gray: {};
|
|
94
94
|
};
|
|
95
|
-
}, Record<"input" | "label" | "root" | "
|
|
95
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
|
|
96
96
|
size: {
|
|
97
97
|
md: {
|
|
98
98
|
input: string;
|
|
@@ -105,7 +105,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
105
105
|
colorScheme: {
|
|
106
106
|
gray: {};
|
|
107
107
|
};
|
|
108
|
-
}, Record<"input" | "label" | "root" | "
|
|
108
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
109
109
|
size: {
|
|
110
110
|
md: {
|
|
111
111
|
input: string;
|
|
@@ -118,7 +118,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
118
118
|
colorScheme: {
|
|
119
119
|
gray: {};
|
|
120
120
|
};
|
|
121
|
-
}, Record<"input" | "label" | "root" | "
|
|
121
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
122
122
|
export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
123
123
|
size: {
|
|
124
124
|
md: {
|
|
@@ -132,7 +132,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
132
132
|
colorScheme: {
|
|
133
133
|
gray: {};
|
|
134
134
|
};
|
|
135
|
-
}, Record<"input" | "label" | "root" | "
|
|
135
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
|
|
136
136
|
size: {
|
|
137
137
|
md: {
|
|
138
138
|
input: string;
|
|
@@ -145,7 +145,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
145
145
|
colorScheme: {
|
|
146
146
|
gray: {};
|
|
147
147
|
};
|
|
148
|
-
}, Record<"input" | "label" | "root" | "
|
|
148
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
149
149
|
size: {
|
|
150
150
|
md: {
|
|
151
151
|
input: string;
|
|
@@ -158,7 +158,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
158
158
|
colorScheme: {
|
|
159
159
|
gray: {};
|
|
160
160
|
};
|
|
161
|
-
}, Record<"input" | "label" | "root" | "
|
|
161
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
162
162
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
163
163
|
size: {
|
|
164
164
|
md: {
|
|
@@ -172,7 +172,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
172
172
|
colorScheme: {
|
|
173
173
|
gray: {};
|
|
174
174
|
};
|
|
175
|
-
}, Record<"input" | "label" | "root" | "
|
|
175
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
|
|
176
176
|
size: {
|
|
177
177
|
md: {
|
|
178
178
|
input: string;
|
|
@@ -185,7 +185,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
185
185
|
colorScheme: {
|
|
186
186
|
gray: {};
|
|
187
187
|
};
|
|
188
|
-
}, Record<"input" | "label" | "root" | "
|
|
188
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
189
189
|
size: {
|
|
190
190
|
md: {
|
|
191
191
|
input: string;
|
|
@@ -198,7 +198,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
198
198
|
colorScheme: {
|
|
199
199
|
gray: {};
|
|
200
200
|
};
|
|
201
|
-
}, Record<"input" | "label" | "root" | "
|
|
201
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
202
202
|
export declare const VisibilityTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.VisibilityTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
203
203
|
size: {
|
|
204
204
|
md: {
|
|
@@ -212,7 +212,7 @@ export declare const VisibilityTrigger: import("react").ComponentType<import("@a
|
|
|
212
212
|
colorScheme: {
|
|
213
213
|
gray: {};
|
|
214
214
|
};
|
|
215
|
-
}, Record<"input" | "label" | "root" | "
|
|
215
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
|
|
216
216
|
size: {
|
|
217
217
|
md: {
|
|
218
218
|
input: string;
|
|
@@ -225,7 +225,7 @@ export declare const VisibilityTrigger: import("react").ComponentType<import("@a
|
|
|
225
225
|
colorScheme: {
|
|
226
226
|
gray: {};
|
|
227
227
|
};
|
|
228
|
-
}, Record<"input" | "label" | "root" | "
|
|
228
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
229
229
|
size: {
|
|
230
230
|
md: {
|
|
231
231
|
input: string;
|
|
@@ -238,5 +238,5 @@ export declare const VisibilityTrigger: import("react").ComponentType<import("@a
|
|
|
238
238
|
colorScheme: {
|
|
239
239
|
gray: {};
|
|
240
240
|
};
|
|
241
|
-
}, Record<"input" | "label" | "root" | "
|
|
241
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
242
242
|
export declare const Context: (props: PasswordInput.ContextProps) => import("react").ReactNode;
|
|
@@ -11,7 +11,7 @@ export declare const passwordInputRecipe: import("tailwind-variants").TVReturnTy
|
|
|
11
11
|
colorScheme: {
|
|
12
12
|
gray: {};
|
|
13
13
|
};
|
|
14
|
-
}, Record<"input" | "label" | "root" | "
|
|
14
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
|
|
15
15
|
size: {
|
|
16
16
|
md: {
|
|
17
17
|
input: string;
|
|
@@ -24,7 +24,7 @@ export declare const passwordInputRecipe: import("tailwind-variants").TVReturnTy
|
|
|
24
24
|
colorScheme: {
|
|
25
25
|
gray: {};
|
|
26
26
|
};
|
|
27
|
-
}, Record<"input" | "label" | "root" | "
|
|
27
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
28
28
|
size: {
|
|
29
29
|
md: {
|
|
30
30
|
input: string;
|
|
@@ -37,4 +37,4 @@ export declare const passwordInputRecipe: import("tailwind-variants").TVReturnTy
|
|
|
37
37
|
colorScheme: {
|
|
38
38
|
gray: {};
|
|
39
39
|
};
|
|
40
|
-
}, Record<"input" | "label" | "root" | "
|
|
40
|
+
}, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
|