@opexa/portal-components 0.0.521 → 0.0.524
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/useGlobalStore.d.ts +3 -0
- package/dist/client/hooks/useGlobalStore.js +13 -0
- package/dist/components/Banner/Banner.client.d.ts +12 -0
- package/dist/components/Banner/Banner.client.js +49 -0
- package/dist/components/DigitainLauncher/DigitainLauncher.js +3 -0
- package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
- package/dist/components/DigitainLauncher/Loading.js +5 -0
- package/dist/components/KYC/BasicInformation.d.ts +1 -0
- package/dist/components/KYC/BasicInformation.js +101 -0
- package/dist/components/KYC/IdentityVerification.d.ts +1 -0
- package/dist/components/KYC/IdentityVerification.js +120 -0
- package/dist/components/KYC/Indicator.d.ts +1 -0
- package/dist/components/KYC/Indicator.js +8 -0
- package/dist/components/KYC/KYC.lazy.d.ts +6 -0
- package/dist/components/KYC/KYC.lazy.js +45 -0
- package/dist/components/KYC/KYCContext.d.ts +6 -0
- package/dist/components/KYC/KYCContext.js +2 -0
- package/dist/components/KYC/KYCDefault/KYCDefault.js +6 -2
- package/dist/components/KYC/KYCReminder.lazy.js +7 -5
- package/dist/components/KYC/PersonalInformation.d.ts +1 -0
- package/dist/components/KYC/PersonalInformation.js +122 -0
- package/dist/components/KYC/useKYC.d.ts +25 -0
- package/dist/components/KYC/useKYC.js +38 -0
- package/dist/components/Search/Search.lazy.js +10 -10
- package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
- package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
- package/dist/components/SessionWatcher/index.d.ts +1 -0
- package/dist/components/SessionWatcher/index.js +1 -0
- package/dist/components/SignIn/MobileNumberSignIn.js +5 -1
- package/dist/components/SignIn/NameAndPasswordSignIn.js +8 -1
- package/dist/components/SignIn/SignIn.lazy.d.ts +1 -0
- package/dist/components/SignIn/utils.d.ts +8 -0
- package/dist/components/SignIn/utils.js +26 -0
- package/dist/constants/Branches.d.ts +2 -0
- package/dist/constants/Branches.js +42 -0
- package/dist/constants/EnvVar.d.ts +1 -1
- package/dist/images/responsible-gaming-yellow.png +0 -0
- package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
- package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
- package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
- package/dist/third-parties/FacebookPixel/api.js +1 -0
- package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
- package/dist/third-parties/FacebookPixel/index.js +1 -0
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
- package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
- package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
- package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
- package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
- package/dist/third-parties/index.d.ts +2 -0
- package/dist/third-parties/index.js +2 -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 +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/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.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/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/Popover/Popover.d.ts +55 -55
- package/dist/ui/Popover/popover.recipe.d.ts +5 -5
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/QrCode/QrCode.d.ts +25 -25
- package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
- package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
- package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/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" | "
|
|
16
|
+
}, Record<"content" | "input" | "trigger" | "positioner" | "label" | "table" | "view" | "root" | "control" | "nextTrigger" | "prevTrigger" | "clearTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl", 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" | "
|
|
31
|
+
}, Record<"content" | "input" | "trigger" | "positioner" | "label" | "table" | "view" | "root" | "control" | "nextTrigger" | "prevTrigger" | "clearTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl", 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" | "
|
|
46
|
+
}, Record<"content" | "input" | "trigger" | "positioner" | "label" | "table" | "view" | "root" | "control" | "nextTrigger" | "prevTrigger" | "clearTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -6,21 +6,21 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
6
6
|
content: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
}, Record<"
|
|
9
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
10
10
|
scroll: {
|
|
11
11
|
window: {
|
|
12
12
|
positioner: string;
|
|
13
13
|
content: string;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
}, Record<"
|
|
16
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
17
17
|
scroll: {
|
|
18
18
|
window: {
|
|
19
19
|
positioner: string;
|
|
20
20
|
content: string;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
|
-
}, Record<"
|
|
23
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
24
24
|
export declare const Backdrop: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.BackdropProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
25
25
|
scroll: {
|
|
26
26
|
window: {
|
|
@@ -28,21 +28,21 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
28
28
|
content: string;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
}, Record<"
|
|
31
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
32
32
|
scroll: {
|
|
33
33
|
window: {
|
|
34
34
|
positioner: string;
|
|
35
35
|
content: string;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
|
-
}, Record<"
|
|
38
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
39
39
|
scroll: {
|
|
40
40
|
window: {
|
|
41
41
|
positioner: string;
|
|
42
42
|
content: string;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
|
-
}, Record<"
|
|
45
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
46
46
|
export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
47
47
|
scroll: {
|
|
48
48
|
window: {
|
|
@@ -50,21 +50,21 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
50
50
|
content: string;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
|
-
}, Record<"
|
|
53
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
54
54
|
scroll: {
|
|
55
55
|
window: {
|
|
56
56
|
positioner: string;
|
|
57
57
|
content: string;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
|
-
}, Record<"
|
|
60
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
61
61
|
scroll: {
|
|
62
62
|
window: {
|
|
63
63
|
positioner: string;
|
|
64
64
|
content: string;
|
|
65
65
|
};
|
|
66
66
|
};
|
|
67
|
-
}, Record<"
|
|
67
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
68
68
|
export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
69
69
|
scroll: {
|
|
70
70
|
window: {
|
|
@@ -72,21 +72,21 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
72
72
|
content: string;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
|
-
}, Record<"
|
|
75
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
76
76
|
scroll: {
|
|
77
77
|
window: {
|
|
78
78
|
positioner: string;
|
|
79
79
|
content: string;
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
|
-
}, Record<"
|
|
82
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
83
83
|
scroll: {
|
|
84
84
|
window: {
|
|
85
85
|
positioner: string;
|
|
86
86
|
content: string;
|
|
87
87
|
};
|
|
88
88
|
};
|
|
89
|
-
}, Record<"
|
|
89
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
90
90
|
export declare const Description: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.DescriptionProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
91
91
|
scroll: {
|
|
92
92
|
window: {
|
|
@@ -94,21 +94,21 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
94
94
|
content: string;
|
|
95
95
|
};
|
|
96
96
|
};
|
|
97
|
-
}, Record<"
|
|
97
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
98
98
|
scroll: {
|
|
99
99
|
window: {
|
|
100
100
|
positioner: string;
|
|
101
101
|
content: string;
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
|
-
}, Record<"
|
|
104
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
105
105
|
scroll: {
|
|
106
106
|
window: {
|
|
107
107
|
positioner: string;
|
|
108
108
|
content: string;
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
|
-
}, Record<"
|
|
111
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
112
112
|
export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
113
113
|
scroll: {
|
|
114
114
|
window: {
|
|
@@ -116,21 +116,21 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
116
116
|
content: string;
|
|
117
117
|
};
|
|
118
118
|
};
|
|
119
|
-
}, Record<"
|
|
119
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
120
120
|
scroll: {
|
|
121
121
|
window: {
|
|
122
122
|
positioner: string;
|
|
123
123
|
content: string;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
|
-
}, Record<"
|
|
126
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
127
127
|
scroll: {
|
|
128
128
|
window: {
|
|
129
129
|
positioner: string;
|
|
130
130
|
content: string;
|
|
131
131
|
};
|
|
132
132
|
};
|
|
133
|
-
}, Record<"
|
|
133
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
134
134
|
export declare const Title: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TitleProps & import("react").RefAttributes<HTMLHeadingElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
135
135
|
scroll: {
|
|
136
136
|
window: {
|
|
@@ -138,21 +138,21 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
138
138
|
content: string;
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
|
-
}, Record<"
|
|
141
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
142
142
|
scroll: {
|
|
143
143
|
window: {
|
|
144
144
|
positioner: string;
|
|
145
145
|
content: string;
|
|
146
146
|
};
|
|
147
147
|
};
|
|
148
|
-
}, Record<"
|
|
148
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
149
149
|
scroll: {
|
|
150
150
|
window: {
|
|
151
151
|
positioner: string;
|
|
152
152
|
content: string;
|
|
153
153
|
};
|
|
154
154
|
};
|
|
155
|
-
}, Record<"
|
|
155
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
156
156
|
export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
157
157
|
scroll: {
|
|
158
158
|
window: {
|
|
@@ -160,21 +160,21 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
160
160
|
content: string;
|
|
161
161
|
};
|
|
162
162
|
};
|
|
163
|
-
}, Record<"
|
|
163
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
164
164
|
scroll: {
|
|
165
165
|
window: {
|
|
166
166
|
positioner: string;
|
|
167
167
|
content: string;
|
|
168
168
|
};
|
|
169
169
|
};
|
|
170
|
-
}, Record<"
|
|
170
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
171
171
|
scroll: {
|
|
172
172
|
window: {
|
|
173
173
|
positioner: string;
|
|
174
174
|
content: string;
|
|
175
175
|
};
|
|
176
176
|
};
|
|
177
|
-
}, Record<"
|
|
177
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
178
178
|
export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
179
179
|
scroll: {
|
|
180
180
|
window: {
|
|
@@ -182,21 +182,21 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
182
182
|
content: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
-
}, Record<"
|
|
185
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
186
186
|
scroll: {
|
|
187
187
|
window: {
|
|
188
188
|
positioner: string;
|
|
189
189
|
content: string;
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
|
-
}, Record<"
|
|
192
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
193
193
|
scroll: {
|
|
194
194
|
window: {
|
|
195
195
|
positioner: string;
|
|
196
196
|
content: string;
|
|
197
197
|
};
|
|
198
198
|
};
|
|
199
|
-
}, Record<"
|
|
199
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
200
200
|
export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
201
201
|
scroll: {
|
|
202
202
|
window: {
|
|
@@ -204,21 +204,21 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
204
204
|
content: string;
|
|
205
205
|
};
|
|
206
206
|
};
|
|
207
|
-
}, Record<"
|
|
207
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
208
208
|
scroll: {
|
|
209
209
|
window: {
|
|
210
210
|
positioner: string;
|
|
211
211
|
content: string;
|
|
212
212
|
};
|
|
213
213
|
};
|
|
214
|
-
}, Record<"
|
|
214
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
215
215
|
scroll: {
|
|
216
216
|
window: {
|
|
217
217
|
positioner: string;
|
|
218
218
|
content: string;
|
|
219
219
|
};
|
|
220
220
|
};
|
|
221
|
-
}, Record<"
|
|
221
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
222
222
|
export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
223
223
|
scroll: {
|
|
224
224
|
window: {
|
|
@@ -226,19 +226,19 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
226
226
|
content: string;
|
|
227
227
|
};
|
|
228
228
|
};
|
|
229
|
-
}, Record<"
|
|
229
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
230
230
|
scroll: {
|
|
231
231
|
window: {
|
|
232
232
|
positioner: string;
|
|
233
233
|
content: string;
|
|
234
234
|
};
|
|
235
235
|
};
|
|
236
|
-
}, Record<"
|
|
236
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
237
237
|
scroll: {
|
|
238
238
|
window: {
|
|
239
239
|
positioner: string;
|
|
240
240
|
content: string;
|
|
241
241
|
};
|
|
242
242
|
};
|
|
243
|
-
}, Record<"
|
|
243
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
244
244
|
export declare const Context: (props: Dialog.ContextProps) => import("react").ReactNode;
|
|
@@ -5,18 +5,18 @@ export declare const dialogRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
5
5
|
content: string;
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
|
-
}, Record<"
|
|
8
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
|
|
9
9
|
scroll: {
|
|
10
10
|
window: {
|
|
11
11
|
positioner: string;
|
|
12
12
|
content: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"
|
|
15
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
16
16
|
scroll: {
|
|
17
17
|
window: {
|
|
18
18
|
positioner: string;
|
|
19
19
|
content: string;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
}, Record<"
|
|
22
|
+
}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", 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" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
22
22
|
size: {
|
|
23
23
|
sm: {
|
|
24
24
|
input: string;
|
|
@@ -37,7 +37,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
37
37
|
colorScheme: {
|
|
38
38
|
gray: {};
|
|
39
39
|
};
|
|
40
|
-
}, Record<"select" | "input" | "
|
|
40
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
41
41
|
size: {
|
|
42
42
|
sm: {
|
|
43
43
|
input: string;
|
|
@@ -56,7 +56,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
56
56
|
colorScheme: {
|
|
57
57
|
gray: {};
|
|
58
58
|
};
|
|
59
|
-
}, Record<"select" | "input" | "
|
|
59
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
60
60
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Field.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
61
61
|
size: {
|
|
62
62
|
sm: {
|
|
@@ -76,7 +76,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
76
76
|
colorScheme: {
|
|
77
77
|
gray: {};
|
|
78
78
|
};
|
|
79
|
-
}, Record<"select" | "input" | "
|
|
79
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
80
80
|
size: {
|
|
81
81
|
sm: {
|
|
82
82
|
input: string;
|
|
@@ -95,7 +95,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
95
95
|
colorScheme: {
|
|
96
96
|
gray: {};
|
|
97
97
|
};
|
|
98
|
-
}, Record<"select" | "input" | "
|
|
98
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
99
99
|
size: {
|
|
100
100
|
sm: {
|
|
101
101
|
input: string;
|
|
@@ -114,7 +114,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
114
114
|
colorScheme: {
|
|
115
115
|
gray: {};
|
|
116
116
|
};
|
|
117
|
-
}, Record<"select" | "input" | "
|
|
117
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
118
118
|
export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<Field.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
119
119
|
size: {
|
|
120
120
|
sm: {
|
|
@@ -134,7 +134,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
134
134
|
colorScheme: {
|
|
135
135
|
gray: {};
|
|
136
136
|
};
|
|
137
|
-
}, Record<"select" | "input" | "
|
|
137
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
138
138
|
size: {
|
|
139
139
|
sm: {
|
|
140
140
|
input: string;
|
|
@@ -153,7 +153,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
153
153
|
colorScheme: {
|
|
154
154
|
gray: {};
|
|
155
155
|
};
|
|
156
|
-
}, Record<"select" | "input" | "
|
|
156
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
157
157
|
size: {
|
|
158
158
|
sm: {
|
|
159
159
|
input: string;
|
|
@@ -172,7 +172,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
172
172
|
colorScheme: {
|
|
173
173
|
gray: {};
|
|
174
174
|
};
|
|
175
|
-
}, Record<"select" | "input" | "
|
|
175
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
176
176
|
export declare const HelperText: import("react").ComponentType<import("@ark-ui/react").Assign<Field.HelperTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
177
177
|
size: {
|
|
178
178
|
sm: {
|
|
@@ -192,7 +192,7 @@ export declare const HelperText: import("react").ComponentType<import("@ark-ui/r
|
|
|
192
192
|
colorScheme: {
|
|
193
193
|
gray: {};
|
|
194
194
|
};
|
|
195
|
-
}, Record<"select" | "input" | "
|
|
195
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
196
196
|
size: {
|
|
197
197
|
sm: {
|
|
198
198
|
input: string;
|
|
@@ -211,7 +211,7 @@ export declare const HelperText: import("react").ComponentType<import("@ark-ui/r
|
|
|
211
211
|
colorScheme: {
|
|
212
212
|
gray: {};
|
|
213
213
|
};
|
|
214
|
-
}, Record<"select" | "input" | "
|
|
214
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
215
215
|
size: {
|
|
216
216
|
sm: {
|
|
217
217
|
input: string;
|
|
@@ -230,7 +230,7 @@ export declare const HelperText: import("react").ComponentType<import("@ark-ui/r
|
|
|
230
230
|
colorScheme: {
|
|
231
231
|
gray: {};
|
|
232
232
|
};
|
|
233
|
-
}, Record<"select" | "input" | "
|
|
233
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
234
234
|
export declare const ErrorText: import("react").ComponentType<import("@ark-ui/react").Assign<Field.ErrorTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
235
235
|
size: {
|
|
236
236
|
sm: {
|
|
@@ -250,7 +250,7 @@ export declare const ErrorText: import("react").ComponentType<import("@ark-ui/re
|
|
|
250
250
|
colorScheme: {
|
|
251
251
|
gray: {};
|
|
252
252
|
};
|
|
253
|
-
}, Record<"select" | "input" | "
|
|
253
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
254
254
|
size: {
|
|
255
255
|
sm: {
|
|
256
256
|
input: string;
|
|
@@ -269,7 +269,7 @@ export declare const ErrorText: import("react").ComponentType<import("@ark-ui/re
|
|
|
269
269
|
colorScheme: {
|
|
270
270
|
gray: {};
|
|
271
271
|
};
|
|
272
|
-
}, Record<"select" | "input" | "
|
|
272
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
273
273
|
size: {
|
|
274
274
|
sm: {
|
|
275
275
|
input: string;
|
|
@@ -288,7 +288,7 @@ export declare const ErrorText: import("react").ComponentType<import("@ark-ui/re
|
|
|
288
288
|
colorScheme: {
|
|
289
289
|
gray: {};
|
|
290
290
|
};
|
|
291
|
-
}, Record<"select" | "input" | "
|
|
291
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
292
292
|
export declare const Select: import("react").ComponentType<import("@ark-ui/react").Assign<Field.SelectProps & import("react").RefAttributes<HTMLSelectElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
293
293
|
size: {
|
|
294
294
|
sm: {
|
|
@@ -308,7 +308,7 @@ export declare const Select: import("react").ComponentType<import("@ark-ui/react
|
|
|
308
308
|
colorScheme: {
|
|
309
309
|
gray: {};
|
|
310
310
|
};
|
|
311
|
-
}, Record<"select" | "input" | "
|
|
311
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
312
312
|
size: {
|
|
313
313
|
sm: {
|
|
314
314
|
input: string;
|
|
@@ -327,7 +327,7 @@ export declare const Select: import("react").ComponentType<import("@ark-ui/react
|
|
|
327
327
|
colorScheme: {
|
|
328
328
|
gray: {};
|
|
329
329
|
};
|
|
330
|
-
}, Record<"select" | "input" | "
|
|
330
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
331
331
|
size: {
|
|
332
332
|
sm: {
|
|
333
333
|
input: string;
|
|
@@ -346,7 +346,7 @@ export declare const Select: import("react").ComponentType<import("@ark-ui/react
|
|
|
346
346
|
colorScheme: {
|
|
347
347
|
gray: {};
|
|
348
348
|
};
|
|
349
|
-
}, Record<"select" | "input" | "
|
|
349
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
350
350
|
export declare const Textarea: import("react").ComponentType<import("@ark-ui/react").Assign<Field.TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
351
351
|
size: {
|
|
352
352
|
sm: {
|
|
@@ -366,7 +366,7 @@ export declare const Textarea: import("react").ComponentType<import("@ark-ui/rea
|
|
|
366
366
|
colorScheme: {
|
|
367
367
|
gray: {};
|
|
368
368
|
};
|
|
369
|
-
}, Record<"select" | "input" | "
|
|
369
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
370
370
|
size: {
|
|
371
371
|
sm: {
|
|
372
372
|
input: string;
|
|
@@ -385,7 +385,7 @@ export declare const Textarea: import("react").ComponentType<import("@ark-ui/rea
|
|
|
385
385
|
colorScheme: {
|
|
386
386
|
gray: {};
|
|
387
387
|
};
|
|
388
|
-
}, Record<"select" | "input" | "
|
|
388
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
389
389
|
size: {
|
|
390
390
|
sm: {
|
|
391
391
|
input: string;
|
|
@@ -404,5 +404,5 @@ export declare const Textarea: import("react").ComponentType<import("@ark-ui/rea
|
|
|
404
404
|
colorScheme: {
|
|
405
405
|
gray: {};
|
|
406
406
|
};
|
|
407
|
-
}, Record<"select" | "input" | "
|
|
407
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
408
408
|
export declare const Context: (props: Field.ContextProps) => import("react").ReactNode;
|
|
@@ -17,7 +17,7 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
17
17
|
colorScheme: {
|
|
18
18
|
gray: {};
|
|
19
19
|
};
|
|
20
|
-
}, Record<"select" | "input" | "
|
|
20
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
21
21
|
size: {
|
|
22
22
|
sm: {
|
|
23
23
|
input: string;
|
|
@@ -36,7 +36,7 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
36
36
|
colorScheme: {
|
|
37
37
|
gray: {};
|
|
38
38
|
};
|
|
39
|
-
}, Record<"select" | "input" | "
|
|
39
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
40
40
|
size: {
|
|
41
41
|
sm: {
|
|
42
42
|
input: string;
|
|
@@ -55,4 +55,4 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
55
55
|
colorScheme: {
|
|
56
56
|
gray: {};
|
|
57
57
|
};
|
|
58
|
-
}, Record<"select" | "input" | "
|
|
58
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>;
|