@opexa/portal-components 0.0.921 → 0.0.922

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.
Files changed (46) hide show
  1. package/dist/client/hooks/useUpdateMobileNumber.d.ts +3 -0
  2. package/dist/client/hooks/useUpdateMobileNumber.js +20 -0
  3. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
  4. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
  5. package/dist/components/ResponsibleGaming/ResponsibleGamingV2.lazy.js +1 -1
  6. package/dist/components/TermsOfUse/TermsOfUseV2.lazy.js +1 -1
  7. package/dist/components/TransactionRecords/TableFilters.js +2 -2
  8. package/dist/components/UpdateMobileNumber/UpdateMobileNumber.d.ts +3 -0
  9. package/dist/components/UpdateMobileNumber/UpdateMobileNumber.js +136 -0
  10. package/dist/components/UpdateMobileNumber/index.d.ts +1 -0
  11. package/dist/components/UpdateMobileNumber/index.js +1 -0
  12. package/dist/services/account.d.ts +21 -0
  13. package/dist/services/account.js +11 -1
  14. package/dist/services/queries.d.ts +1 -0
  15. package/dist/services/queries.js +14 -0
  16. package/dist/types/index.d.ts +1 -1
  17. package/dist/ui/AlertDialog/AlertDialog.d.ts +121 -121
  18. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +11 -11
  19. package/dist/ui/Carousel/Carousel.d.ts +45 -45
  20. package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
  21. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  22. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  23. package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
  24. package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
  25. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  26. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  27. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  28. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  29. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  30. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  31. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  32. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  33. package/dist/ui/Menu/Menu.d.ts +90 -90
  34. package/dist/ui/Menu/menu.recipe.d.ts +5 -5
  35. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  36. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  37. package/dist/ui/Select/Select.d.ts +45 -45
  38. package/dist/ui/Select/select.recipe.d.ts +3 -3
  39. package/dist/ui/Table/Table.d.ts +21 -21
  40. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  41. package/dist/ui/Table/table.recipe.d.ts +3 -3
  42. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  43. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  44. package/dist/utils/mutationKeys.d.ts +1 -0
  45. package/dist/utils/mutationKeys.js +8 -1
  46. package/package.json +1 -1
@@ -12,7 +12,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
12
12
  body: string;
13
13
  };
14
14
  };
15
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
15
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
16
16
  size: {
17
17
  md: {
18
18
  root: string;
@@ -26,7 +26,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
26
26
  body: string;
27
27
  };
28
28
  };
29
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
30
30
  size: {
31
31
  md: {
32
32
  root: string;
@@ -40,7 +40,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
40
40
  body: string;
41
41
  };
42
42
  };
43
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
43
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
44
44
  export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
45
45
  size: {
46
46
  md: {
@@ -55,7 +55,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
55
55
  body: string;
56
56
  };
57
57
  };
58
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
58
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
59
59
  size: {
60
60
  md: {
61
61
  root: string;
@@ -69,7 +69,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
69
69
  body: string;
70
70
  };
71
71
  };
72
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
72
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
73
73
  size: {
74
74
  md: {
75
75
  root: string;
@@ -83,7 +83,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
83
83
  body: string;
84
84
  };
85
85
  };
86
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
86
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
87
87
  export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
88
88
  size: {
89
89
  md: {
@@ -98,7 +98,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
98
98
  body: string;
99
99
  };
100
100
  };
101
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
101
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
102
102
  size: {
103
103
  md: {
104
104
  root: string;
@@ -112,7 +112,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
112
112
  body: string;
113
113
  };
114
114
  };
115
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
115
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
116
116
  size: {
117
117
  md: {
118
118
  root: string;
@@ -126,7 +126,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
126
126
  body: string;
127
127
  };
128
128
  };
129
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
129
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
130
130
  export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
131
131
  size: {
132
132
  md: {
@@ -141,7 +141,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
141
141
  body: string;
142
142
  };
143
143
  };
144
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
144
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
145
145
  size: {
146
146
  md: {
147
147
  root: string;
@@ -155,7 +155,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
155
155
  body: string;
156
156
  };
157
157
  };
158
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
158
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
159
159
  size: {
160
160
  md: {
161
161
  root: string;
@@ -169,7 +169,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
169
169
  body: string;
170
170
  };
171
171
  };
172
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
172
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
173
173
  export declare const Row: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableRowElement> & import("react").HTMLAttributes<HTMLTableRowElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
174
174
  size: {
175
175
  md: {
@@ -184,7 +184,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
184
184
  body: string;
185
185
  };
186
186
  };
187
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
187
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
188
188
  size: {
189
189
  md: {
190
190
  root: string;
@@ -198,7 +198,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
198
198
  body: string;
199
199
  };
200
200
  };
201
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
201
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
202
202
  size: {
203
203
  md: {
204
204
  root: string;
@@ -212,7 +212,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
212
212
  body: string;
213
213
  };
214
214
  };
215
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
215
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
216
216
  export declare const Heading: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableHeaderCellElement> & import("react").ThHTMLAttributes<HTMLTableHeaderCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
217
217
  size: {
218
218
  md: {
@@ -227,7 +227,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
227
227
  body: string;
228
228
  };
229
229
  };
230
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
230
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
231
231
  size: {
232
232
  md: {
233
233
  root: string;
@@ -241,7 +241,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
241
241
  body: string;
242
242
  };
243
243
  };
244
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
244
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
245
245
  size: {
246
246
  md: {
247
247
  root: string;
@@ -255,7 +255,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
255
255
  body: string;
256
256
  };
257
257
  };
258
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
258
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
259
259
  export declare const Cell: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableDataCellElement> & import("react").TdHTMLAttributes<HTMLTableDataCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
260
260
  size: {
261
261
  md: {
@@ -270,7 +270,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
270
270
  body: string;
271
271
  };
272
272
  };
273
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
273
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
274
274
  size: {
275
275
  md: {
276
276
  root: string;
@@ -284,7 +284,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
284
284
  body: string;
285
285
  };
286
286
  };
287
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
287
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
288
288
  size: {
289
289
  md: {
290
290
  root: string;
@@ -298,4 +298,4 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
298
298
  body: string;
299
299
  };
300
300
  };
301
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
301
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
@@ -1 +1 @@
1
- export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row">;
1
+ export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row">;
@@ -12,7 +12,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
12
12
  body: string;
13
13
  };
14
14
  };
15
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
15
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, {
16
16
  size: {
17
17
  md: {
18
18
  root: string;
@@ -26,7 +26,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
26
26
  body: string;
27
27
  };
28
28
  };
29
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
30
30
  size: {
31
31
  md: {
32
32
  root: string;
@@ -40,4 +40,4 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
40
40
  body: string;
41
41
  };
42
42
  };
43
- }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>;
43
+ }, Record<"body" | "header" | "footer" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
11
11
  trigger: string;
12
12
  };
13
13
  };
14
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
14
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", 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
  trigger: string;
24
24
  };
25
25
  };
26
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", 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
  trigger: string;
36
36
  };
37
37
  };
38
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
39
39
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.ContentProps & 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 Content: import("react").ComponentType<import("@ark-ui/reac
48
48
  trigger: string;
49
49
  };
50
50
  };
51
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
51
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, {
52
52
  size: {
53
53
  md: {};
54
54
  };
@@ -60,7 +60,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
60
60
  trigger: string;
61
61
  };
62
62
  };
63
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
64
64
  size: {
65
65
  md: {};
66
66
  };
@@ -72,7 +72,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
72
72
  trigger: string;
73
73
  };
74
74
  };
75
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
76
76
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
77
77
  size: {
78
78
  md: {};
@@ -85,7 +85,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
85
85
  trigger: string;
86
86
  };
87
87
  };
88
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
88
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, {
89
89
  size: {
90
90
  md: {};
91
91
  };
@@ -97,7 +97,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
97
97
  trigger: string;
98
98
  };
99
99
  };
100
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
101
101
  size: {
102
102
  md: {};
103
103
  };
@@ -109,7 +109,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
109
109
  trigger: string;
110
110
  };
111
111
  };
112
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
113
113
  export declare const List: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.ListProps & 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 List: import("react").ComponentType<import("@ark-ui/react")
122
122
  trigger: string;
123
123
  };
124
124
  };
125
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
125
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, {
126
126
  size: {
127
127
  md: {};
128
128
  };
@@ -134,7 +134,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
134
134
  trigger: string;
135
135
  };
136
136
  };
137
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
138
138
  size: {
139
139
  md: {};
140
140
  };
@@ -146,7 +146,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
146
146
  trigger: string;
147
147
  };
148
148
  };
149
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
150
150
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
151
151
  size: {
152
152
  md: {};
@@ -159,7 +159,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
159
159
  trigger: string;
160
160
  };
161
161
  };
162
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
162
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, {
163
163
  size: {
164
164
  md: {};
165
165
  };
@@ -171,7 +171,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
171
171
  trigger: string;
172
172
  };
173
173
  };
174
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
175
175
  size: {
176
176
  md: {};
177
177
  };
@@ -183,5 +183,5 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
183
183
  trigger: string;
184
184
  };
185
185
  };
186
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
187
  export declare const Context: (props: Tabs.ContextProps) => import("react").ReactNode;
@@ -10,7 +10,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
10
10
  trigger: string;
11
11
  };
12
12
  };
13
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
13
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, {
14
14
  size: {
15
15
  md: {};
16
16
  };
@@ -22,7 +22,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
22
22
  trigger: string;
23
23
  };
24
24
  };
25
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
26
26
  size: {
27
27
  md: {};
28
28
  };
@@ -34,4 +34,4 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
34
34
  trigger: string;
35
35
  };
36
36
  };
37
- }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -36,6 +36,7 @@ export declare const getUpdateAccountMutationKey: () => MutationKey;
36
36
  export declare const getUpdateMemberVerificationQueryKey: () => MutationKey;
37
37
  export declare const getSendVerificationCodeMutationKey: () => MutationKey;
38
38
  export declare const getVerifyMobileNumberMutationKey: () => MutationKey;
39
+ export declare const getUpdateMobileNumberMutationKey: () => MutationKey;
39
40
  export declare const getSignInMutationKey: () => MutationKey;
40
41
  export declare const getSignInSSOMutationKey: () => MutationKey;
41
42
  export declare const getSignOutMutationKey: () => MutationKey;
@@ -141,8 +141,15 @@ export const getVerifyMobileNumberMutationKey = () => [
141
141
  PARENT_KEY,
142
142
  'verifyMobileNumber',
143
143
  ];
144
+ export const getUpdateMobileNumberMutationKey = () => [
145
+ PARENT_KEY,
146
+ 'updateMobileNumber',
147
+ ];
144
148
  export const getSignInMutationKey = () => [PARENT_KEY, 'signIn'];
145
- export const getSignInSSOMutationKey = () => [PARENT_KEY, 'signInSSO'];
149
+ export const getSignInSSOMutationKey = () => [
150
+ PARENT_KEY,
151
+ 'signInSSO',
152
+ ];
146
153
  export const getSignOutMutationKey = () => [PARENT_KEY, 'signOut'];
147
154
  export const getSignUpMutationKey = () => [PARENT_KEY, 'signUp'];
148
155
  export const getCompleteOnboardingMutationKey = () => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opexa/portal-components",
3
- "version": "0.0.921",
3
+ "version": "0.0.922",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",