@opexa/portal-components 0.0.903 → 0.0.905
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/hooks/useSignInSSOMutation.d.ts +3 -6
- package/dist/client/hooks/useSignInSSOMutation.js +7 -13
- package/dist/client/hooks/useVerifyMobileNumber.d.ts +3 -0
- package/dist/client/hooks/useVerifyMobileNumber.js +20 -0
- package/dist/client/services/signIn.d.ts +0 -1
- package/dist/client/services/signIn.js +0 -19
- package/dist/components/AccountInfo/AccountInfo.js +13 -2
- package/dist/components/AccountSecurity/AccountSecurity.js +16 -2
- package/dist/components/GamesSearch/GamesSearch.d.ts +2 -0
- package/dist/components/GamesSearch/GamesSearch.js +6 -3
- package/dist/components/Search/Search.lazy.d.ts +2 -0
- package/dist/components/Search/Search.lazy.js +2 -2
- package/dist/components/SingleSignOn/SingleSignOn.d.ts +2 -0
- package/dist/components/SingleSignOn/SingleSignOn.js +173 -0
- package/dist/components/SingleSignOn/index.d.ts +1 -0
- package/dist/components/SingleSignOn/index.js +1 -0
- package/dist/constants/GameProvider.js +12 -0
- package/dist/schemas/forgotPasswordSchema.d.ts +4 -4
- package/dist/services/account.d.ts +3 -0
- package/dist/services/auth.d.ts +5 -0
- package/dist/services/auth.js +26 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
- package/dist/ui/Badge/Badge.d.ts +12 -12
- package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
- package/dist/ui/Badge/badge.recipe.d.ts +3 -3
- package/dist/ui/Carousel/Carousel.d.ts +72 -72
- package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
- package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Dialog/Dialog.d.ts +33 -33
- package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +360 -360
- package/dist/ui/Menu/menu.recipe.d.ts +20 -20
- package/dist/ui/Popover/Popover.d.ts +88 -88
- package/dist/ui/Popover/popover.recipe.d.ts +8 -8
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
- package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
- package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
- package/dist/utils/mutationKeys.d.ts +1 -0
- package/dist/utils/mutationKeys.js +4 -0
- package/package.json +1 -1
|
@@ -2,8 +2,8 @@ export declare const tooltipRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
2
2
|
[key: string]: {
|
|
3
3
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
4
|
content?: import("tailwind-variants").ClassValue;
|
|
5
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
6
5
|
positioner?: import("tailwind-variants").ClassValue;
|
|
6
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
7
7
|
arrow?: import("tailwind-variants").ClassValue;
|
|
8
8
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
9
9
|
};
|
|
@@ -12,20 +12,20 @@ export declare const tooltipRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
12
12
|
[x: string]: {
|
|
13
13
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
14
14
|
content?: import("tailwind-variants").ClassValue;
|
|
15
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
16
15
|
positioner?: import("tailwind-variants").ClassValue;
|
|
16
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
17
17
|
arrow?: import("tailwind-variants").ClassValue;
|
|
18
18
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
} | {}, Record<"content" | "
|
|
21
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
|
|
22
22
|
[key: string]: {
|
|
23
23
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
24
24
|
content?: import("tailwind-variants").ClassValue;
|
|
25
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
26
25
|
positioner?: import("tailwind-variants").ClassValue;
|
|
26
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
27
27
|
arrow?: import("tailwind-variants").ClassValue;
|
|
28
28
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
} | {}, Record<"content" | "
|
|
31
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -35,6 +35,7 @@ export declare const getUnmarkGameAsFavoriteMutationKey: () => MutationKey;
|
|
|
35
35
|
export declare const getUpdateAccountMutationKey: () => MutationKey;
|
|
36
36
|
export declare const getUpdateMemberVerificationQueryKey: () => MutationKey;
|
|
37
37
|
export declare const getSendVerificationCodeMutationKey: () => MutationKey;
|
|
38
|
+
export declare const getVerifyMobileNumberMutationKey: () => MutationKey;
|
|
38
39
|
export declare const getSignInMutationKey: () => MutationKey;
|
|
39
40
|
export declare const getSignInSSOMutationKey: () => MutationKey;
|
|
40
41
|
export declare const getSignOutMutationKey: () => MutationKey;
|
|
@@ -137,6 +137,10 @@ export const getSendVerificationCodeMutationKey = () => [
|
|
|
137
137
|
PARENT_KEY,
|
|
138
138
|
'sendVerificationCode',
|
|
139
139
|
];
|
|
140
|
+
export const getVerifyMobileNumberMutationKey = () => [
|
|
141
|
+
PARENT_KEY,
|
|
142
|
+
'verifyMobileNumber',
|
|
143
|
+
];
|
|
140
144
|
export const getSignInMutationKey = () => [PARENT_KEY, 'signIn'];
|
|
141
145
|
export const getSignInSSOMutationKey = () => [PARENT_KEY, 'signInSSO'];
|
|
142
146
|
export const getSignOutMutationKey = () => [PARENT_KEY, 'signOut'];
|