@opexa/portal-components 0.0.611 → 0.0.612

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 (91) hide show
  1. package/dist/client/hooks/useGlobalStore.d.ts +1 -0
  2. package/dist/client/hooks/useGlobalStore.js +13 -0
  3. package/dist/components/Account/Account.lazy.js +2 -39
  4. package/dist/components/Account/Wallet.d.ts +17 -0
  5. package/dist/components/Account/Wallet.example.d.ts +33 -0
  6. package/dist/components/Account/Wallet.example.js +36 -0
  7. package/dist/components/Account/Wallet.js +44 -0
  8. package/dist/components/Account/index.d.ts +1 -0
  9. package/dist/components/Account/index.js +1 -0
  10. package/dist/ui/AlertDialog/AlertDialog.d.ts +154 -154
  11. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +14 -14
  12. package/dist/ui/Avatar/Avatar.d.ts +9 -9
  13. package/dist/ui/Avatar/avatar.recipe.d.ts +3 -3
  14. package/dist/ui/Badge/Badge.d.ts +12 -12
  15. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  16. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  17. package/dist/ui/Carousel/Carousel.d.ts +99 -99
  18. package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
  19. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  20. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  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/Combobox/Combobox.d.ts +42 -42
  24. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  25. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  26. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  27. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  28. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  29. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  30. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  31. package/dist/ui/Field/Field.d.ts +21 -21
  32. package/dist/ui/Field/field.recipe.d.ts +3 -3
  33. package/dist/ui/Menu/Menu.d.ts +252 -252
  34. package/dist/ui/Menu/menu.recipe.d.ts +14 -14
  35. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  36. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  37. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  38. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  39. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  40. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  41. package/dist/ui/Popover/Popover.d.ts +55 -55
  42. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  43. package/dist/ui/Progress/Progress.d.ts +27 -27
  44. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  45. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  46. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  47. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  48. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  49. package/dist/ui/Select/Select.d.ts +45 -45
  50. package/dist/ui/Select/select.recipe.d.ts +3 -3
  51. package/dist/ui/Table/Table.d.ts +21 -21
  52. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  53. package/dist/ui/Table/table.recipe.d.ts +3 -3
  54. package/package.json +1 -1
  55. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +0 -7
  56. package/dist/components/AccountInfo/GoogleDisconnect.js +0 -11
  57. package/dist/components/DigitainLauncher/Loading.d.ts +0 -1
  58. package/dist/components/DigitainLauncher/Loading.js +0 -5
  59. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +0 -184
  60. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +0 -184
  61. package/dist/components/KYC/BasicInformation.d.ts +0 -1
  62. package/dist/components/KYC/BasicInformation.js +0 -101
  63. package/dist/components/KYC/IdentityVerification.d.ts +0 -1
  64. package/dist/components/KYC/IdentityVerification.js +0 -120
  65. package/dist/components/KYC/Indicator.d.ts +0 -1
  66. package/dist/components/KYC/Indicator.js +0 -8
  67. package/dist/components/KYC/KYC.lazy.d.ts +0 -6
  68. package/dist/components/KYC/KYC.lazy.js +0 -45
  69. package/dist/components/KYC/KYCContext.d.ts +0 -6
  70. package/dist/components/KYC/KYCContext.js +0 -2
  71. package/dist/components/KYC/KYCDefault/BasicInformation.d.ts +0 -1
  72. package/dist/components/KYC/KYCDefault/BasicInformation.js +0 -101
  73. package/dist/components/KYC/PersonalInformation.d.ts +0 -1
  74. package/dist/components/KYC/PersonalInformation.js +0 -122
  75. package/dist/components/KYC/useKYC.d.ts +0 -25
  76. package/dist/components/KYC/useKYC.js +0 -38
  77. package/dist/components/KYCNotRequired/KYCNotRequired.d.ts +0 -0
  78. package/dist/components/KYCNotRequired/KYCNotRequired.js +0 -1
  79. package/dist/components/PortalProvider/CXDTokenObserver.d.ts +0 -1
  80. package/dist/components/PortalProvider/CXDTokenObserver.js +0 -30
  81. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +0 -1
  82. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +0 -29
  83. package/dist/components/Quests/MultiWageringQuest.d.ts +0 -1
  84. package/dist/components/Quests/MultiWageringQuest.js +0 -111
  85. package/dist/components/SessionWatcher/SessionWatcher.d.ts +0 -1
  86. package/dist/components/SessionWatcher/SessionWatcher.js +0 -20
  87. package/dist/components/SessionWatcher/index.d.ts +0 -1
  88. package/dist/components/SessionWatcher/index.js +0 -1
  89. package/dist/icons/LinkBrokenIcon.d.ts +0 -2
  90. package/dist/icons/LinkBrokenIcon.js +0 -4
  91. package/dist/images/responsible-gaming-yellow.png +0 -0
@@ -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" | "row" | "cell" | "heading", string | string[]>, undefined, {
15
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
43
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, {
58
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, import("tailwind-variants").TVReturnType<{
72
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
86
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, {
101
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, import("tailwind-variants").TVReturnType<{
115
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
129
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, {
144
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, import("tailwind-variants").TVReturnType<{
158
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
172
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, {
187
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, import("tailwind-variants").TVReturnType<{
201
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
215
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, {
230
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, import("tailwind-variants").TVReturnType<{
244
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
258
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, {
273
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, import("tailwind-variants").TVReturnType<{
287
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
301
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading">;
1
+ export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, {
15
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"root" | "header" | "body" | "footer" | "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" | "row" | "cell" | "heading", string | string[]>, undefined, unknown, unknown, undefined>>;
43
+ }, Record<"root" | "header" | "body" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opexa/portal-components",
3
- "version": "0.0.611",
3
+ "version": "0.0.612",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",
@@ -1,7 +0,0 @@
1
- import { type UseDisclosureReturn } from '../../client/hooks/useDisclosure';
2
- interface GoogleDisconnectProps {
3
- onConfirmAction?: (ctx: UseDisclosureReturn) => React.ReactNode;
4
- children?: (ctx: UseDisclosureReturn) => React.ReactNode;
5
- }
6
- export declare function GoogleDisconnect(props: GoogleDisconnectProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
@@ -1,11 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
3
- import { useDisclosure, } from '../../client/hooks/useDisclosure.js';
4
- import { LinkBrokenIcon } from '../../icons/LinkBrokenIcon.js';
5
- import { XIcon } from '../../icons/XIcon.js';
6
- import { Dialog } from '../../ui/Dialog/index.js';
7
- import { Portal } from '../../ui/Portal/index.js';
8
- export function GoogleDisconnect(props) {
9
- const disclosure = useDisclosure();
10
- return (_jsxs(_Fragment, { children: [props.children?.(disclosure), _jsx(Dialog.Root, { lazyMount: true, unmountOnExit: true, open: disclosure.open, onOpenChange: (details) => disclosure.setOpen(details.open), closeOnEscape: false, closeOnInteractOutside: false, children: _jsxs(Portal, { children: [_jsx(Dialog.Backdrop, { className: "!z-[calc(var(--z-dialog)+1)]" }), _jsx(Dialog.Positioner, { className: "!z-[calc(var(--z-dialog)+2)] flex items-center justify-center", children: _jsxs(Dialog.Content, { className: "mx-auto min-h-auto max-w-[25rem] overflow-y-auto rounded-xl p-6", children: [_jsx(Dialog.CloseTrigger, { children: _jsx(XIcon, {}) }), _jsxs("div", { className: "flex flex-col ", children: [_jsx("div", { className: "mx-auto flex size-12 items-center justify-center rounded-full bg-bg-brand-secondary text-text-brand", children: _jsx(LinkBrokenIcon, {}) }), _jsx("h2", { className: "mb-1 text-center font-semibold text-lg xl:mt-xl", children: "Disconnect Google Account" }), _jsx("p", { className: "text-center text-sm text-text-tertiary-600 leading-2xl", children: "Are you sure you want to disconnect your Google account? This may affect your ability to log in or sync data." })] }), _jsx("div", { className: "pt-6", children: props.onConfirmAction?.(disclosure) })] }) })] }) })] }));
11
- }
@@ -1 +0,0 @@
1
- export declare function Loading(): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export function Loading() {
4
- return (_jsx("div", { className: "flex h-[calc(100vh-400px)] w-full items-center justify-center px-4", children: _jsxs("div", { className: "flex flex-col items-center space-y-4", children: [_jsx("div", { className: "h-10 w-10 animate-spin rounded-full border-4 border-blue-500 border-t-transparent" }), _jsx("p", { className: "font-medium text-gray-700 text-lg", children: "Loading Sports Book\u2026" })] }) }));
5
- }
@@ -1,184 +0,0 @@
1
- @keyframes arrow-green-flash {
2
- 0% {
3
- color: #abefc6;
4
- }
5
- 100% {
6
- color: #079455;
7
- }
8
- }
9
-
10
- .animate-arrow-green-flash-1 {
11
- animation: arrow-green-flash 0.4s infinite;
12
- animation-delay: -0.2s;
13
- }
14
-
15
- .animate-arrow-green-flash-2 {
16
- animation: arrow-green-flash 0.4s infinite;
17
- animation-delay: -0.1s;
18
- }
19
-
20
- .animate-arrow-green-flash-3 {
21
- animation: arrow-green-flash 0.4s infinite;
22
- }
23
-
24
- @keyframes arrow-red-flash {
25
- 0%,
26
- 100% {
27
- color: #f97066;
28
- }
29
- 50% {
30
- color: #fecdca;
31
- }
32
- }
33
-
34
- .animate-arrow-red-flash-1 {
35
- animation: arrow-red-flash 0.4s infinite;
36
- }
37
-
38
- .animate-arrow-red-flash-2 {
39
- animation: arrow-red-flash 0.4s infinite;
40
- animation-delay: -0.1s;
41
- }
42
-
43
- .animate-arrow-red-flash-3 {
44
- animation: arrow-red-flash 0.4s infinite;
45
- animation-delay: -0.2s;
46
- }
47
-
48
- /* Animated BG */
49
- @keyframes rotate {
50
- to {
51
- transform: rotate(1turn);
52
- }
53
- }
54
-
55
- .light-rays {
56
- position: absolute;
57
- top: 0;
58
- left: 0;
59
- right: 0;
60
- bottom: 0;
61
- overflow: hidden;
62
-
63
- --first: var(--color-bg-tertiary);
64
- --second: var(--color-bg-quaternary);
65
- }
66
-
67
- .light-rays::before,
68
- .light-rays::after {
69
- content: '';
70
- position: absolute;
71
- top: var(--light-rays-top, 150px);
72
- left: calc(50% - 90px);
73
- margin: -100vmax;
74
- width: 200vmax;
75
- height: 200vmax;
76
- opacity: 0.6;
77
- transform-origin: center;
78
- }
79
-
80
- .light-rays::before {
81
- background: conic-gradient(
82
- var(--first) 0deg 7.2deg,
83
- var(--second) 7.2deg 14.4deg,
84
- var(--first) 14.4deg 21.6deg,
85
- var(--second) 21.6deg 28.8deg,
86
- var(--first) 28.8deg 36deg,
87
- var(--second) 36deg 43.2deg,
88
- var(--first) 43.2deg 50.4deg,
89
- var(--second) 50.4deg 57.6deg,
90
- var(--first) 57.6deg 64.8deg,
91
- var(--second) 64.8deg 72deg,
92
- var(--first) 72deg 79.2deg,
93
- var(--second) 79.2deg 86.4deg,
94
- var(--first) 86.4deg 93.6deg,
95
- var(--second) 93.6deg 100.8deg,
96
- var(--first) 100.8deg 108deg,
97
- var(--second) 108deg 115.2deg,
98
- var(--first) 115.2deg 122.4deg,
99
- var(--second) 122.4deg 129.6deg,
100
- var(--first) 129.6deg 136.8deg,
101
- var(--second) 136.8deg 144deg,
102
- var(--first) 144deg 151.2deg,
103
- var(--second) 151.2deg 158.4deg,
104
- var(--first) 158.4deg 165.6deg,
105
- var(--second) 165.6deg 172.8deg,
106
- var(--first) 172.8deg 180deg,
107
- var(--second) 180deg 187.2deg,
108
- var(--first) 187.2deg 194.4deg,
109
- var(--second) 194.4deg 201.6deg,
110
- var(--first) 201.6deg 208.8deg,
111
- var(--second) 208.8deg 216deg,
112
- var(--first) 216deg 223.2deg,
113
- var(--second) 223.2deg 230.4deg,
114
- var(--first) 230.4deg 237.6deg,
115
- var(--second) 237.6deg 244.8deg,
116
- var(--first) 244.8deg 252deg,
117
- var(--second) 252deg 259.2deg,
118
- var(--first) 259.2deg 266.4deg,
119
- var(--second) 266.4deg 273.6deg,
120
- var(--first) 273.6deg 280.8deg,
121
- var(--second) 280.8deg 288deg,
122
- var(--first) 288deg 295.2deg,
123
- var(--second) 295.2deg 302.4deg,
124
- var(--first) 302.4deg 309.6deg,
125
- var(--second) 309.6deg 316.8deg,
126
- var(--first) 316.8deg 324deg,
127
- var(--second) 324deg 331.2deg,
128
- var(--first) 331.2deg 338.4deg,
129
- var(--second) 338.4deg 345.6deg,
130
- var(--first) 345.6deg 352.8deg,
131
- var(--second) 352.8deg 360deg
132
- );
133
- animation: rotate 20s linear infinite;
134
- }
135
-
136
- @media (max-width: 1024px) {
137
- .light-rays::before,
138
- .light-rays::after {
139
- left: auto;
140
- right: 11%;
141
- }
142
- }
143
-
144
- /* ScrollArea.module.css */
145
- .scrollArea {
146
- overflow-y: scroll;
147
- padding-right: 4px;
148
- }
149
-
150
- /* WebKit-based browsers */
151
- .scrollArea::-webkit-scrollbar {
152
- width: 8px;
153
- }
154
-
155
- .scrollArea::-webkit-scrollbar-track {
156
- background: var(--color-bg-primary-alt);
157
- border-radius: 9999px;
158
- }
159
-
160
- .scrollArea::-webkit-scrollbar-thumb {
161
- background-color: var(--color-bg-quaternary);
162
- border-radius: 9999px;
163
- }
164
-
165
- @keyframes waveColor {
166
- 0%,
167
- 2.5% {
168
- color: var(--wave-highlight-color);
169
- }
170
- 2.51%,
171
- 100% {
172
- color: var(--color-brand-300);
173
- }
174
- }
175
-
176
- .animate-wave-color-success {
177
- --wave-highlight-color: var(--color-success-800);
178
- animation: waveColor 4s ease-in-out infinite;
179
- }
180
-
181
- .animate-wave-color-error {
182
- --wave-highlight-color: var(--color-error-600);
183
- animation: waveColor 4s ease-in-out infinite;
184
- }
@@ -1,184 +0,0 @@
1
- @keyframes arrow-green-flash {
2
- 0% {
3
- color: #abefc6;
4
- }
5
- 100% {
6
- color: #079455;
7
- }
8
- }
9
-
10
- .animate-arrow-green-flash-1 {
11
- animation: arrow-green-flash 0.4s infinite;
12
- animation-delay: -0.2s;
13
- }
14
-
15
- .animate-arrow-green-flash-2 {
16
- animation: arrow-green-flash 0.4s infinite;
17
- animation-delay: -0.1s;
18
- }
19
-
20
- .animate-arrow-green-flash-3 {
21
- animation: arrow-green-flash 0.4s infinite;
22
- }
23
-
24
- @keyframes arrow-red-flash {
25
- 0%,
26
- 100% {
27
- color: #f97066;
28
- }
29
- 50% {
30
- color: #fecdca;
31
- }
32
- }
33
-
34
- .animate-arrow-red-flash-1 {
35
- animation: arrow-red-flash 0.4s infinite;
36
- }
37
-
38
- .animate-arrow-red-flash-2 {
39
- animation: arrow-red-flash 0.4s infinite;
40
- animation-delay: -0.1s;
41
- }
42
-
43
- .animate-arrow-red-flash-3 {
44
- animation: arrow-red-flash 0.4s infinite;
45
- animation-delay: -0.2s;
46
- }
47
-
48
- /* Animated BG */
49
- @keyframes rotate {
50
- to {
51
- transform: rotate(1turn);
52
- }
53
- }
54
-
55
- .light-rays {
56
- position: absolute;
57
- top: 0;
58
- left: 0;
59
- right: 0;
60
- bottom: 0;
61
- overflow: hidden;
62
-
63
- --first: var(--color-bg-tertiary);
64
- --second: var(--color-bg-quaternary);
65
- }
66
-
67
- .light-rays::before,
68
- .light-rays::after {
69
- content: '';
70
- position: absolute;
71
- top: var(--light-rays-top, 150px);
72
- left: calc(50% - 90px);
73
- margin: -100vmax;
74
- width: 200vmax;
75
- height: 200vmax;
76
- opacity: 0.6;
77
- transform-origin: center;
78
- }
79
-
80
- .light-rays::before {
81
- background: conic-gradient(
82
- var(--first) 0deg 7.2deg,
83
- var(--second) 7.2deg 14.4deg,
84
- var(--first) 14.4deg 21.6deg,
85
- var(--second) 21.6deg 28.8deg,
86
- var(--first) 28.8deg 36deg,
87
- var(--second) 36deg 43.2deg,
88
- var(--first) 43.2deg 50.4deg,
89
- var(--second) 50.4deg 57.6deg,
90
- var(--first) 57.6deg 64.8deg,
91
- var(--second) 64.8deg 72deg,
92
- var(--first) 72deg 79.2deg,
93
- var(--second) 79.2deg 86.4deg,
94
- var(--first) 86.4deg 93.6deg,
95
- var(--second) 93.6deg 100.8deg,
96
- var(--first) 100.8deg 108deg,
97
- var(--second) 108deg 115.2deg,
98
- var(--first) 115.2deg 122.4deg,
99
- var(--second) 122.4deg 129.6deg,
100
- var(--first) 129.6deg 136.8deg,
101
- var(--second) 136.8deg 144deg,
102
- var(--first) 144deg 151.2deg,
103
- var(--second) 151.2deg 158.4deg,
104
- var(--first) 158.4deg 165.6deg,
105
- var(--second) 165.6deg 172.8deg,
106
- var(--first) 172.8deg 180deg,
107
- var(--second) 180deg 187.2deg,
108
- var(--first) 187.2deg 194.4deg,
109
- var(--second) 194.4deg 201.6deg,
110
- var(--first) 201.6deg 208.8deg,
111
- var(--second) 208.8deg 216deg,
112
- var(--first) 216deg 223.2deg,
113
- var(--second) 223.2deg 230.4deg,
114
- var(--first) 230.4deg 237.6deg,
115
- var(--second) 237.6deg 244.8deg,
116
- var(--first) 244.8deg 252deg,
117
- var(--second) 252deg 259.2deg,
118
- var(--first) 259.2deg 266.4deg,
119
- var(--second) 266.4deg 273.6deg,
120
- var(--first) 273.6deg 280.8deg,
121
- var(--second) 280.8deg 288deg,
122
- var(--first) 288deg 295.2deg,
123
- var(--second) 295.2deg 302.4deg,
124
- var(--first) 302.4deg 309.6deg,
125
- var(--second) 309.6deg 316.8deg,
126
- var(--first) 316.8deg 324deg,
127
- var(--second) 324deg 331.2deg,
128
- var(--first) 331.2deg 338.4deg,
129
- var(--second) 338.4deg 345.6deg,
130
- var(--first) 345.6deg 352.8deg,
131
- var(--second) 352.8deg 360deg
132
- );
133
- animation: rotate 20s linear infinite;
134
- }
135
-
136
- @media (max-width: 1024px) {
137
- .light-rays::before,
138
- .light-rays::after {
139
- left: auto;
140
- right: 11%;
141
- }
142
- }
143
-
144
- /* ScrollArea.module.css */
145
- .scrollArea {
146
- overflow-y: scroll;
147
- padding-right: 4px;
148
- }
149
-
150
- /* WebKit-based browsers */
151
- .scrollArea::-webkit-scrollbar {
152
- width: 8px;
153
- }
154
-
155
- .scrollArea::-webkit-scrollbar-track {
156
- background: var(--color-bg-primary-alt);
157
- border-radius: 9999px;
158
- }
159
-
160
- .scrollArea::-webkit-scrollbar-thumb {
161
- background-color: var(--color-bg-quaternary);
162
- border-radius: 9999px;
163
- }
164
-
165
- @keyframes waveColor {
166
- 0%,
167
- 2.5% {
168
- color: var(--wave-highlight-color);
169
- }
170
- 2.51%,
171
- 100% {
172
- color: var(--color-brand-300);
173
- }
174
- }
175
-
176
- .animate-wave-color-success {
177
- --wave-highlight-color: var(--color-success-800);
178
- animation: waveColor 4s ease-in-out infinite;
179
- }
180
-
181
- .animate-wave-color-error {
182
- --wave-highlight-color: var(--color-error-600);
183
- animation: waveColor 4s ease-in-out infinite;
184
- }
@@ -1 +0,0 @@
1
- export declare function BasicInformation(): import("react/jsx-runtime").JSX.Element;