@opexa/portal-components 0.0.438 → 0.0.440

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 (256) hide show
  1. package/dist/client/hooks/useAccountQuery.js +6 -2
  2. package/dist/client/hooks/useApproveMemberVerification.d.ts +1 -3
  3. package/dist/client/hooks/useApproveMemberVerification.js +3 -6
  4. package/dist/client/hooks/useAvailablePromosQuery.js +6 -2
  5. package/dist/client/hooks/useAvailableQuestsCountQuery.js +6 -2
  6. package/dist/client/hooks/useAvailableQuestsQuery.js +5 -2
  7. package/dist/client/hooks/useBetRecordsQuery.js +6 -2
  8. package/dist/client/hooks/useBonusQuery.js +6 -2
  9. package/dist/client/hooks/useBonusesCountQuery.js +6 -2
  10. package/dist/client/hooks/useBonusesQuery.js +5 -2
  11. package/dist/client/hooks/useCashbackBonusQuery.js +6 -2
  12. package/dist/client/hooks/useCashbackBonusesCountQuery.js +6 -2
  13. package/dist/client/hooks/useCashbackBonusesQuery.js +5 -2
  14. package/dist/client/hooks/useControllableState.d.ts +8 -5
  15. package/dist/client/hooks/useControllableState.js +6 -27
  16. package/dist/client/hooks/useDepositQuery.js +6 -2
  17. package/dist/client/hooks/useDepositRecordsQuery.js +6 -2
  18. package/dist/client/hooks/useDepositsCountQuery.js +6 -2
  19. package/dist/client/hooks/useFavoriteGamesQuery.js +6 -2
  20. package/dist/client/hooks/useFileQuery.js +6 -2
  21. package/dist/client/hooks/useInstapayBankListQuery.js +6 -2
  22. package/dist/client/hooks/useIsMayaSessionValidQuery.js +6 -2
  23. package/dist/client/hooks/useMayaAuth.d.ts +6 -0
  24. package/dist/client/hooks/useMayaAuth.js +43 -0
  25. package/dist/client/hooks/useMemberVerificationQuery.js +6 -2
  26. package/dist/client/hooks/useMessagesQuery.js +6 -2
  27. package/dist/client/hooks/useOnboardingStatusQuery.js +6 -2
  28. package/dist/client/hooks/usePaymentSettingsQuery.js +6 -2
  29. package/dist/client/hooks/useProfileCompletionQuery.js +6 -2
  30. package/dist/client/hooks/useRecommendedGamesQuery.js +6 -2
  31. package/dist/client/hooks/useSessionHealthQuery.js +6 -2
  32. package/dist/client/hooks/useTransactionRecordsQuery.js +6 -2
  33. package/dist/client/hooks/useUnreadMessagesCountQuery.js +6 -2
  34. package/dist/client/hooks/useWalletQuery.js +6 -2
  35. package/dist/client/hooks/useWithdrawalRecordsQuery.js +6 -2
  36. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +7 -0
  37. package/dist/components/AccountInfo/GoogleDisconnect.js +11 -0
  38. package/dist/components/DigitainLauncher/Loading.js +1 -1
  39. package/dist/components/FavoriteGames/FavoriteGames.client.js +11 -1
  40. package/dist/components/GameLaunch/GameLaunchTrigger.js +10 -3
  41. package/dist/components/Games/Game.js +11 -1
  42. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  43. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  44. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  45. package/dist/components/KYC/BasicInformation.js +1 -1
  46. package/dist/components/KYC/IdentityVerification.js +1 -1
  47. package/dist/components/KYC/KYC.lazy.js +1 -1
  48. package/dist/components/KYC/KYCDefault/PersonalInformation.js +1 -4
  49. package/dist/components/KYC/PersonalInformation.js +1 -1
  50. package/dist/components/Maya/Maya.d.ts +1 -0
  51. package/dist/components/Maya/Maya.js +90 -0
  52. package/dist/components/Maya/index.d.ts +1 -0
  53. package/dist/components/Maya/index.js +1 -0
  54. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  55. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  56. package/dist/constants/EnvVar.d.ts +1 -1
  57. package/dist/icons/LinkBrokenIcon.d.ts +2 -0
  58. package/dist/icons/LinkBrokenIcon.js +4 -0
  59. package/dist/services/queries.js +2687 -2687
  60. package/dist/styles/theme.css +719 -719
  61. package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
  62. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
  63. package/dist/ui/Badge/Badge.d.ts +12 -12
  64. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  65. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  66. package/dist/ui/Carousel/Carousel.d.ts +99 -99
  67. package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
  68. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  69. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  70. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  71. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  72. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  73. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  74. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  75. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  76. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  77. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  78. package/dist/ui/Field/Field.d.ts +21 -21
  79. package/dist/ui/Field/field.recipe.d.ts +3 -3
  80. package/dist/ui/Menu/Menu.d.ts +90 -90
  81. package/dist/ui/Menu/menu.recipe.d.ts +5 -5
  82. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  83. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  84. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  85. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  86. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  87. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  88. package/dist/ui/Popover/Popover.d.ts +55 -55
  89. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  90. package/dist/ui/Progress/Progress.d.ts +27 -27
  91. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  92. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  93. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  94. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  95. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  96. package/dist/ui/Select/Select.d.ts +45 -45
  97. package/dist/ui/Select/select.recipe.d.ts +3 -3
  98. package/dist/ui/Table/Table.d.ts +21 -21
  99. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  100. package/dist/ui/Table/table.recipe.d.ts +3 -3
  101. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  102. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  103. package/dist/utils/getQueryClient.js +2 -1
  104. package/package.json +162 -161
  105. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
  106. package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
  107. package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
  108. package/dist/components/Disclaimer/TermsOfUse.js +0 -13
  109. package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
  110. package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
  111. package/dist/components/FeatureFlag/index.d.ts +0 -1
  112. package/dist/components/FeatureFlag/index.js +0 -1
  113. package/dist/components/KYC/AutoOpen.d.ts +0 -1
  114. package/dist/components/KYC/AutoOpen.js +0 -40
  115. package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
  116. package/dist/components/KYC/CaptureIdDocument.js +0 -219
  117. package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
  118. package/dist/components/KYC/CaptureSelfie.js +0 -285
  119. package/dist/components/KYC/DisplayImage.d.ts +0 -5
  120. package/dist/components/KYC/DisplayImage.js +0 -8
  121. package/dist/components/KYC/FileUpload.d.ts +0 -10
  122. package/dist/components/KYC/FileUpload.js +0 -72
  123. package/dist/components/KYC/NoCameraError.d.ts +0 -7
  124. package/dist/components/KYC/NoCameraError.js +0 -6
  125. package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
  126. package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
  127. package/dist/components/KYC/backup/Header.d.ts +0 -1
  128. package/dist/components/KYC/backup/Header.js +0 -8
  129. package/dist/components/KYC/backup/Indicator.d.ts +0 -1
  130. package/dist/components/KYC/backup/Indicator.js +0 -9
  131. package/dist/components/KYC/backup/KYC.d.ts +0 -1
  132. package/dist/components/KYC/backup/KYC.js +0 -14
  133. package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
  134. package/dist/components/KYC/backup/KYC.lazy.js +0 -26
  135. package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
  136. package/dist/components/KYC/backup/KYCContext.js +0 -2
  137. package/dist/components/KYC/backup/Step1.d.ts +0 -1
  138. package/dist/components/KYC/backup/Step1.js +0 -13
  139. package/dist/components/KYC/backup/Step2.d.ts +0 -1
  140. package/dist/components/KYC/backup/Step2.js +0 -13
  141. package/dist/components/KYC/backup/Step3.d.ts +0 -1
  142. package/dist/components/KYC/backup/Step3.js +0 -13
  143. package/dist/components/KYC/backup/Step4.d.ts +0 -1
  144. package/dist/components/KYC/backup/Step4.js +0 -7
  145. package/dist/components/KYC/backup/useKYC.d.ts +0 -10
  146. package/dist/components/KYC/backup/useKYC.js +0 -8
  147. package/dist/components/KYC/loadModels.d.ts +0 -1
  148. package/dist/components/KYC/loadModels.js +0 -9
  149. package/dist/components/KYC/utils.d.ts +0 -9
  150. package/dist/components/KYC/utils.js +0 -79
  151. package/dist/components/Messages/Message.d.ts +0 -1
  152. package/dist/components/Messages/Message.js +0 -35
  153. package/dist/components/Messages/MessageContext.d.ts +0 -6
  154. package/dist/components/Messages/MessageContext.js +0 -2
  155. package/dist/components/Messages/MessagePopup.d.ts +0 -1
  156. package/dist/components/Messages/MessagePopup.js +0 -20
  157. package/dist/components/Messages/MessageTrigger.d.ts +0 -8
  158. package/dist/components/Messages/MessageTrigger.js +0 -19
  159. package/dist/components/Quests/CountdownTimer.d.ts +0 -15
  160. package/dist/components/Quests/CountdownTimer.js +0 -33
  161. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
  162. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
  163. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
  164. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
  165. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
  166. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
  167. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
  168. package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
  169. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
  170. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
  171. package/dist/components/SignIn/utils.d.ts +0 -8
  172. package/dist/components/SignIn/utils.js +0 -26
  173. package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
  174. package/dist/components/SignUp/SignUp.lazy.js +0 -18
  175. package/dist/components/SignUp/SignUpContext.d.ts +0 -6
  176. package/dist/components/SignUp/SignUpContext.js +0 -2
  177. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
  178. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
  179. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
  180. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
  181. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
  182. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
  183. package/dist/components/SignUp/SignUpForm.d.ts +0 -1
  184. package/dist/components/SignUp/SignUpForm.js +0 -284
  185. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
  186. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
  187. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
  188. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
  189. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
  190. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
  191. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
  192. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
  193. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
  194. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
  195. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
  196. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
  197. package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
  198. package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
  199. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
  200. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
  201. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
  202. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
  203. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
  204. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
  205. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
  206. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
  207. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
  208. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
  209. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
  210. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
  211. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
  212. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
  213. package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
  214. package/dist/components/shared/IdDocumentField.client.js +0 -204
  215. package/dist/components/shared/IdDocumentField.d.ts +0 -2
  216. package/dist/components/shared/IdDocumentField.js +0 -11
  217. package/dist/components/shared/SelfieField.client.d.ts +0 -20
  218. package/dist/components/shared/SelfieField.client.js +0 -327
  219. package/dist/components/shared/SelfieField.d.ts +0 -2
  220. package/dist/components/shared/SelfieField.js +0 -11
  221. package/dist/constants/BranchCode.d.ts +0 -4
  222. package/dist/constants/BranchCode.js +0 -42
  223. package/dist/constants/Branches.d.ts +0 -2
  224. package/dist/constants/Branches.js +0 -42
  225. package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
  226. package/dist/handlers/postTransformIdFrontImage.js +0 -67
  227. package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
  228. package/dist/handlers/postTransformSelfieImage.js +0 -71
  229. package/dist/handlers.d.ts +0 -43
  230. package/dist/handlers.js +0 -297
  231. package/dist/icons/BellRingIcon.d.ts +0 -2
  232. package/dist/icons/BellRingIcon.js +0 -4
  233. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
  234. package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
  235. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  236. package/dist/third-parties/FacebookPixel/api.js +0 -1
  237. package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
  238. package/dist/third-parties/FacebookPixel/index.js +0 -1
  239. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
  240. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
  241. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  242. package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
  243. package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
  244. package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
  245. package/dist/third-parties/index.d.ts +0 -2
  246. package/dist/third-parties/index.js +0 -2
  247. package/dist/utils/dataUrlToBlob.d.ts +0 -1
  248. package/dist/utils/dataUrlToBlob.js +0 -11
  249. package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
  250. package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
  251. package/dist/utils/getGameName.d.ts +0 -1
  252. package/dist/utils/getGameName.js +0 -6
  253. package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
  254. package/dist/utils/isBetween3amAnd3pm.js +0 -5
  255. package/dist/utils/resizeImageSize.d.ts +0 -2
  256. package/dist/utils/resizeImageSize.js +0 -11
@@ -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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell">;
@@ -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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "body" | "footer" | "header" | "heading" | "row" | "cell", 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" | "indicator" | "list", string | string[]>, undefined, {
14
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, {
51
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, {
88
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, {
125
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, {
162
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, {
13
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", 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" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -1,9 +1,10 @@
1
- import { QueryClient, isServer } from '@tanstack/react-query';
1
+ import { isServer, QueryClient } from '@tanstack/react-query';
2
2
  import { cache } from 'react';
3
3
  function createQueryClient() {
4
4
  return new QueryClient({
5
5
  defaultOptions: {
6
6
  queries: {
7
+ enabled: typeof window !== 'undefined',
7
8
  staleTime: 1000 * 60 * 5, // 5mins
8
9
  gcTime: 1000 * 60 * 60 * 12, // 12hours
9
10
  refetchOnMount: true,