@opexa/portal-components 0.0.730 → 0.0.732

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 (243) hide show
  1. package/dist/components/Jackpots/Jackpots.js +2 -2
  2. package/dist/components/Jackpots/Jackpots.module.css +219 -219
  3. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarousel.d.ts +20 -0
  4. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarousel.js +8 -0
  5. package/dist/components/Jackpots/JackpotsCarouselNext/JackpotsCarousel.d.ts +87 -0
  6. package/dist/components/Jackpots/JackpotsCarouselNext/JackpotsCarousel.js +77 -0
  7. package/dist/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselContext.d.ts +6 -0
  8. package/dist/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselContext.js +2 -0
  9. package/dist/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselItem.d.ts +44 -0
  10. package/dist/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselItem.js +198 -0
  11. package/dist/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselStageItem.d.ts +60 -0
  12. package/dist/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselStageItem.js +159 -0
  13. package/dist/components/Jackpots/JackpotsList/JackpotsList.d.ts +0 -1
  14. package/dist/components/Jackpots/JackpotsListNext/JackpotMultiStageMobile.js +2 -12
  15. package/dist/components/Jackpots/JackpotsListNext/JackpotsList.d.ts +0 -1
  16. package/dist/components/Jackpots/JackpotsListNext/JackpotsList.js +2 -2
  17. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
  18. package/dist/components/KYC/KYCVerificationStatus.lazy.js +7 -13
  19. package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +1 -0
  20. package/dist/components/PortalProvider/AndroidOnlyComponents.js +12 -0
  21. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  22. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  23. package/dist/services/queries.js +3069 -3069
  24. package/dist/styles/theme.css +773 -773
  25. package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
  26. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
  27. package/dist/ui/Badge/Badge.d.ts +12 -12
  28. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  29. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  30. package/dist/ui/Carousel/Carousel.d.ts +45 -45
  31. package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
  32. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  33. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  34. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  35. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  36. package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
  37. package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
  38. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  39. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  40. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  41. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  42. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  43. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  44. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  45. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  46. package/dist/ui/Menu/Menu.d.ts +307 -307
  47. package/dist/ui/Menu/menu.recipe.d.ts +17 -17
  48. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  49. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  50. package/dist/ui/Popover/Popover.d.ts +121 -121
  51. package/dist/ui/Popover/popover.recipe.d.ts +11 -11
  52. package/dist/ui/Progress/Progress.d.ts +27 -27
  53. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  54. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  55. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  56. package/dist/ui/Select/Select.d.ts +45 -45
  57. package/dist/ui/Select/select.recipe.d.ts +3 -3
  58. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  59. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  60. package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
  61. package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
  62. package/package.json +176 -176
  63. package/dist/components/DepositWithdrawal/AiOPaymentMethods.d.ts +0 -11
  64. package/dist/components/DepositWithdrawal/AiOPaymentMethods.js +0 -55
  65. package/dist/components/DigitainLauncher/Loading.d.ts +0 -1
  66. package/dist/components/DigitainLauncher/Loading.js +0 -5
  67. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
  68. package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
  69. package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
  70. package/dist/components/Disclaimer/TermsOfUse.js +0 -13
  71. package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
  72. package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
  73. package/dist/components/FeatureFlag/index.d.ts +0 -1
  74. package/dist/components/FeatureFlag/index.js +0 -1
  75. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +0 -184
  76. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +0 -184
  77. package/dist/components/KYC/AutoOpen.d.ts +0 -1
  78. package/dist/components/KYC/AutoOpen.js +0 -40
  79. package/dist/components/KYC/BasicInformation.d.ts +0 -1
  80. package/dist/components/KYC/BasicInformation.js +0 -101
  81. package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
  82. package/dist/components/KYC/CaptureIdDocument.js +0 -219
  83. package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
  84. package/dist/components/KYC/CaptureSelfie.js +0 -285
  85. package/dist/components/KYC/DisplayImage.d.ts +0 -5
  86. package/dist/components/KYC/DisplayImage.js +0 -8
  87. package/dist/components/KYC/FileUpload.d.ts +0 -10
  88. package/dist/components/KYC/FileUpload.js +0 -72
  89. package/dist/components/KYC/IdentityVerification.d.ts +0 -1
  90. package/dist/components/KYC/IdentityVerification.js +0 -120
  91. package/dist/components/KYC/Indicator.d.ts +0 -1
  92. package/dist/components/KYC/Indicator.js +0 -8
  93. package/dist/components/KYC/KYC.lazy.d.ts +0 -6
  94. package/dist/components/KYC/KYC.lazy.js +0 -45
  95. package/dist/components/KYC/KYCContext.d.ts +0 -6
  96. package/dist/components/KYC/KYCContext.js +0 -2
  97. package/dist/components/KYC/NoCameraError.d.ts +0 -7
  98. package/dist/components/KYC/NoCameraError.js +0 -6
  99. package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
  100. package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
  101. package/dist/components/KYC/PersonalInformation.d.ts +0 -1
  102. package/dist/components/KYC/PersonalInformation.js +0 -122
  103. package/dist/components/KYC/backup/Header.d.ts +0 -1
  104. package/dist/components/KYC/backup/Header.js +0 -8
  105. package/dist/components/KYC/backup/Indicator.d.ts +0 -1
  106. package/dist/components/KYC/backup/Indicator.js +0 -9
  107. package/dist/components/KYC/backup/KYC.d.ts +0 -1
  108. package/dist/components/KYC/backup/KYC.js +0 -14
  109. package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
  110. package/dist/components/KYC/backup/KYC.lazy.js +0 -26
  111. package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
  112. package/dist/components/KYC/backup/KYCContext.js +0 -2
  113. package/dist/components/KYC/backup/Step1.d.ts +0 -1
  114. package/dist/components/KYC/backup/Step1.js +0 -13
  115. package/dist/components/KYC/backup/Step2.d.ts +0 -1
  116. package/dist/components/KYC/backup/Step2.js +0 -13
  117. package/dist/components/KYC/backup/Step3.d.ts +0 -1
  118. package/dist/components/KYC/backup/Step3.js +0 -13
  119. package/dist/components/KYC/backup/Step4.d.ts +0 -1
  120. package/dist/components/KYC/backup/Step4.js +0 -7
  121. package/dist/components/KYC/backup/useKYC.d.ts +0 -10
  122. package/dist/components/KYC/backup/useKYC.js +0 -8
  123. package/dist/components/KYC/loadModels.d.ts +0 -1
  124. package/dist/components/KYC/loadModels.js +0 -9
  125. package/dist/components/KYC/useKYC.d.ts +0 -25
  126. package/dist/components/KYC/useKYC.js +0 -38
  127. package/dist/components/KYC/utils.d.ts +0 -9
  128. package/dist/components/KYC/utils.js +0 -79
  129. package/dist/components/Messages/Message.d.ts +0 -1
  130. package/dist/components/Messages/Message.js +0 -35
  131. package/dist/components/Messages/MessageContext.d.ts +0 -6
  132. package/dist/components/Messages/MessageContext.js +0 -2
  133. package/dist/components/Messages/MessagePopup.d.ts +0 -1
  134. package/dist/components/Messages/MessagePopup.js +0 -20
  135. package/dist/components/Messages/MessageTrigger.d.ts +0 -8
  136. package/dist/components/Messages/MessageTrigger.js +0 -19
  137. package/dist/components/PortalProvider/CXDTokenObserver.d.ts +0 -1
  138. package/dist/components/PortalProvider/CXDTokenObserver.js +0 -30
  139. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +0 -1
  140. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +0 -29
  141. package/dist/components/Quests/CountdownTimer.d.ts +0 -15
  142. package/dist/components/Quests/CountdownTimer.js +0 -33
  143. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
  144. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
  145. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
  146. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
  147. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
  148. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
  149. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
  150. package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
  151. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
  152. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
  153. package/dist/components/SessionWatcher/SessionWatcher.d.ts +0 -1
  154. package/dist/components/SessionWatcher/SessionWatcher.js +0 -20
  155. package/dist/components/SessionWatcher/index.d.ts +0 -1
  156. package/dist/components/SessionWatcher/index.js +0 -1
  157. package/dist/components/SignIn/utils.d.ts +0 -8
  158. package/dist/components/SignIn/utils.js +0 -26
  159. package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
  160. package/dist/components/SignUp/SignUp.lazy.js +0 -18
  161. package/dist/components/SignUp/SignUpContext.d.ts +0 -6
  162. package/dist/components/SignUp/SignUpContext.js +0 -2
  163. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
  164. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
  165. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
  166. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
  167. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
  168. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
  169. package/dist/components/SignUp/SignUpForm.d.ts +0 -1
  170. package/dist/components/SignUp/SignUpForm.js +0 -284
  171. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
  172. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
  173. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
  174. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
  175. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
  176. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
  177. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
  178. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
  179. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
  180. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
  181. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
  182. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
  183. package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
  184. package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
  185. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
  186. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
  187. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
  188. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
  189. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
  190. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
  191. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
  192. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
  193. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
  194. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
  195. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
  196. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
  197. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
  198. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
  199. package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
  200. package/dist/components/shared/IdDocumentField.client.js +0 -204
  201. package/dist/components/shared/IdDocumentField.d.ts +0 -2
  202. package/dist/components/shared/IdDocumentField.js +0 -11
  203. package/dist/components/shared/SelfieField.client.d.ts +0 -20
  204. package/dist/components/shared/SelfieField.client.js +0 -327
  205. package/dist/components/shared/SelfieField.d.ts +0 -2
  206. package/dist/components/shared/SelfieField.js +0 -11
  207. package/dist/constants/BranchCode.d.ts +0 -4
  208. package/dist/constants/BranchCode.js +0 -42
  209. package/dist/constants/Branches.d.ts +0 -2
  210. package/dist/constants/Branches.js +0 -42
  211. package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
  212. package/dist/handlers/postTransformIdFrontImage.js +0 -67
  213. package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
  214. package/dist/handlers/postTransformSelfieImage.js +0 -71
  215. package/dist/handlers.d.ts +0 -43
  216. package/dist/handlers.js +0 -297
  217. package/dist/icons/BellRingIcon.d.ts +0 -2
  218. package/dist/icons/BellRingIcon.js +0 -4
  219. package/dist/images/responsible-gaming-yellow.png +0 -0
  220. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
  221. package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
  222. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  223. package/dist/third-parties/FacebookPixel/api.js +0 -1
  224. package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
  225. package/dist/third-parties/FacebookPixel/index.js +0 -1
  226. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
  227. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
  228. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  229. package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
  230. package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
  231. package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
  232. package/dist/third-parties/index.d.ts +0 -2
  233. package/dist/third-parties/index.js +0 -2
  234. package/dist/utils/dataUrlToBlob.d.ts +0 -1
  235. package/dist/utils/dataUrlToBlob.js +0 -11
  236. package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
  237. package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
  238. package/dist/utils/getGameName.d.ts +0 -1
  239. package/dist/utils/getGameName.js +0 -6
  240. package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
  241. package/dist/utils/isBetween3amAnd3pm.js +0 -5
  242. package/dist/utils/resizeImageSize.d.ts +0 -2
  243. package/dist/utils/resizeImageSize.js +0 -11
@@ -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" | "root" | "indicator" | "list" | "trigger", 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" | "root" | "indicator" | "list" | "trigger", 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" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -3,8 +3,8 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
3
3
  [key: string]: {
4
4
  [key: string]: import("tailwind-variants").ClassValue | {
5
5
  content?: import("tailwind-variants").ClassValue;
6
- trigger?: import("tailwind-variants").ClassValue;
7
6
  positioner?: import("tailwind-variants").ClassValue;
7
+ trigger?: import("tailwind-variants").ClassValue;
8
8
  arrow?: import("tailwind-variants").ClassValue;
9
9
  arrowTip?: import("tailwind-variants").ClassValue;
10
10
  };
@@ -13,29 +13,29 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
13
13
  [x: string]: {
14
14
  [x: string]: import("tailwind-variants").ClassValue | {
15
15
  content?: import("tailwind-variants").ClassValue;
16
- trigger?: import("tailwind-variants").ClassValue;
17
16
  positioner?: import("tailwind-variants").ClassValue;
17
+ trigger?: import("tailwind-variants").ClassValue;
18
18
  arrow?: import("tailwind-variants").ClassValue;
19
19
  arrowTip?: import("tailwind-variants").ClassValue;
20
20
  };
21
21
  };
22
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
22
+ } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
23
23
  [key: string]: {
24
24
  [key: string]: import("tailwind-variants").ClassValue | {
25
25
  content?: import("tailwind-variants").ClassValue;
26
- trigger?: import("tailwind-variants").ClassValue;
27
26
  positioner?: import("tailwind-variants").ClassValue;
27
+ trigger?: import("tailwind-variants").ClassValue;
28
28
  arrow?: import("tailwind-variants").ClassValue;
29
29
  arrowTip?: import("tailwind-variants").ClassValue;
30
30
  };
31
31
  };
32
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
32
+ } | {}, 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>>>>>;
33
33
  export declare const Arrow: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ArrowProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
34
34
  [key: string]: {
35
35
  [key: string]: import("tailwind-variants").ClassValue | {
36
36
  content?: import("tailwind-variants").ClassValue;
37
- trigger?: import("tailwind-variants").ClassValue;
38
37
  positioner?: import("tailwind-variants").ClassValue;
38
+ trigger?: import("tailwind-variants").ClassValue;
39
39
  arrow?: import("tailwind-variants").ClassValue;
40
40
  arrowTip?: import("tailwind-variants").ClassValue;
41
41
  };
@@ -44,29 +44,29 @@ export declare const Arrow: import("react").ComponentType<import("@ark-ui/react"
44
44
  [x: string]: {
45
45
  [x: string]: import("tailwind-variants").ClassValue | {
46
46
  content?: import("tailwind-variants").ClassValue;
47
- trigger?: import("tailwind-variants").ClassValue;
48
47
  positioner?: import("tailwind-variants").ClassValue;
48
+ trigger?: import("tailwind-variants").ClassValue;
49
49
  arrow?: import("tailwind-variants").ClassValue;
50
50
  arrowTip?: import("tailwind-variants").ClassValue;
51
51
  };
52
52
  };
53
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
53
+ } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
54
54
  [key: string]: {
55
55
  [key: string]: import("tailwind-variants").ClassValue | {
56
56
  content?: import("tailwind-variants").ClassValue;
57
- trigger?: import("tailwind-variants").ClassValue;
58
57
  positioner?: import("tailwind-variants").ClassValue;
58
+ trigger?: import("tailwind-variants").ClassValue;
59
59
  arrow?: import("tailwind-variants").ClassValue;
60
60
  arrowTip?: import("tailwind-variants").ClassValue;
61
61
  };
62
62
  };
63
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
63
+ } | {}, 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>>>>>;
64
64
  export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ArrowTipProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
65
65
  [key: string]: {
66
66
  [key: string]: import("tailwind-variants").ClassValue | {
67
67
  content?: import("tailwind-variants").ClassValue;
68
- trigger?: import("tailwind-variants").ClassValue;
69
68
  positioner?: import("tailwind-variants").ClassValue;
69
+ trigger?: import("tailwind-variants").ClassValue;
70
70
  arrow?: import("tailwind-variants").ClassValue;
71
71
  arrowTip?: import("tailwind-variants").ClassValue;
72
72
  };
@@ -75,29 +75,29 @@ export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/rea
75
75
  [x: string]: {
76
76
  [x: string]: import("tailwind-variants").ClassValue | {
77
77
  content?: import("tailwind-variants").ClassValue;
78
- trigger?: import("tailwind-variants").ClassValue;
79
78
  positioner?: import("tailwind-variants").ClassValue;
79
+ trigger?: import("tailwind-variants").ClassValue;
80
80
  arrow?: import("tailwind-variants").ClassValue;
81
81
  arrowTip?: import("tailwind-variants").ClassValue;
82
82
  };
83
83
  };
84
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
84
+ } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
85
85
  [key: string]: {
86
86
  [key: string]: import("tailwind-variants").ClassValue | {
87
87
  content?: import("tailwind-variants").ClassValue;
88
- trigger?: import("tailwind-variants").ClassValue;
89
88
  positioner?: import("tailwind-variants").ClassValue;
89
+ trigger?: import("tailwind-variants").ClassValue;
90
90
  arrow?: import("tailwind-variants").ClassValue;
91
91
  arrowTip?: import("tailwind-variants").ClassValue;
92
92
  };
93
93
  };
94
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
94
+ } | {}, 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>>>>>;
95
95
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
96
96
  [key: string]: {
97
97
  [key: string]: import("tailwind-variants").ClassValue | {
98
98
  content?: import("tailwind-variants").ClassValue;
99
- trigger?: import("tailwind-variants").ClassValue;
100
99
  positioner?: import("tailwind-variants").ClassValue;
100
+ trigger?: import("tailwind-variants").ClassValue;
101
101
  arrow?: import("tailwind-variants").ClassValue;
102
102
  arrowTip?: import("tailwind-variants").ClassValue;
103
103
  };
@@ -106,29 +106,29 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
106
106
  [x: string]: {
107
107
  [x: string]: import("tailwind-variants").ClassValue | {
108
108
  content?: import("tailwind-variants").ClassValue;
109
- trigger?: import("tailwind-variants").ClassValue;
110
109
  positioner?: import("tailwind-variants").ClassValue;
110
+ trigger?: import("tailwind-variants").ClassValue;
111
111
  arrow?: import("tailwind-variants").ClassValue;
112
112
  arrowTip?: import("tailwind-variants").ClassValue;
113
113
  };
114
114
  };
115
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
115
+ } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
116
116
  [key: string]: {
117
117
  [key: string]: import("tailwind-variants").ClassValue | {
118
118
  content?: import("tailwind-variants").ClassValue;
119
- trigger?: import("tailwind-variants").ClassValue;
120
119
  positioner?: import("tailwind-variants").ClassValue;
120
+ trigger?: import("tailwind-variants").ClassValue;
121
121
  arrow?: import("tailwind-variants").ClassValue;
122
122
  arrowTip?: import("tailwind-variants").ClassValue;
123
123
  };
124
124
  };
125
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
125
+ } | {}, 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>>>>>;
126
126
  export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
127
127
  [key: string]: {
128
128
  [key: string]: import("tailwind-variants").ClassValue | {
129
129
  content?: import("tailwind-variants").ClassValue;
130
- trigger?: import("tailwind-variants").ClassValue;
131
130
  positioner?: import("tailwind-variants").ClassValue;
131
+ trigger?: import("tailwind-variants").ClassValue;
132
132
  arrow?: import("tailwind-variants").ClassValue;
133
133
  arrowTip?: import("tailwind-variants").ClassValue;
134
134
  };
@@ -137,29 +137,29 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
137
137
  [x: string]: {
138
138
  [x: string]: import("tailwind-variants").ClassValue | {
139
139
  content?: import("tailwind-variants").ClassValue;
140
- trigger?: import("tailwind-variants").ClassValue;
141
140
  positioner?: import("tailwind-variants").ClassValue;
141
+ trigger?: import("tailwind-variants").ClassValue;
142
142
  arrow?: import("tailwind-variants").ClassValue;
143
143
  arrowTip?: import("tailwind-variants").ClassValue;
144
144
  };
145
145
  };
146
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
146
+ } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
147
147
  [key: string]: {
148
148
  [key: string]: import("tailwind-variants").ClassValue | {
149
149
  content?: import("tailwind-variants").ClassValue;
150
- trigger?: import("tailwind-variants").ClassValue;
151
150
  positioner?: import("tailwind-variants").ClassValue;
151
+ trigger?: import("tailwind-variants").ClassValue;
152
152
  arrow?: import("tailwind-variants").ClassValue;
153
153
  arrowTip?: import("tailwind-variants").ClassValue;
154
154
  };
155
155
  };
156
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
156
+ } | {}, 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>>>>>;
157
157
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
158
158
  [key: string]: {
159
159
  [key: string]: import("tailwind-variants").ClassValue | {
160
160
  content?: import("tailwind-variants").ClassValue;
161
- trigger?: import("tailwind-variants").ClassValue;
162
161
  positioner?: import("tailwind-variants").ClassValue;
162
+ trigger?: import("tailwind-variants").ClassValue;
163
163
  arrow?: import("tailwind-variants").ClassValue;
164
164
  arrowTip?: import("tailwind-variants").ClassValue;
165
165
  };
@@ -168,21 +168,21 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
168
168
  [x: string]: {
169
169
  [x: string]: import("tailwind-variants").ClassValue | {
170
170
  content?: import("tailwind-variants").ClassValue;
171
- trigger?: import("tailwind-variants").ClassValue;
172
171
  positioner?: import("tailwind-variants").ClassValue;
172
+ trigger?: import("tailwind-variants").ClassValue;
173
173
  arrow?: import("tailwind-variants").ClassValue;
174
174
  arrowTip?: import("tailwind-variants").ClassValue;
175
175
  };
176
176
  };
177
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
177
+ } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
178
178
  [key: string]: {
179
179
  [key: string]: import("tailwind-variants").ClassValue | {
180
180
  content?: import("tailwind-variants").ClassValue;
181
- trigger?: import("tailwind-variants").ClassValue;
182
181
  positioner?: import("tailwind-variants").ClassValue;
182
+ trigger?: import("tailwind-variants").ClassValue;
183
183
  arrow?: import("tailwind-variants").ClassValue;
184
184
  arrowTip?: import("tailwind-variants").ClassValue;
185
185
  };
186
186
  };
187
- } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
+ } | {}, 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>>>>>;
188
188
  export declare const Context: (props: Tooltip.ContextProps) => import("react").ReactNode;
@@ -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" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
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" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>;
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>>;
package/package.json CHANGED
@@ -1,176 +1,176 @@
1
- {
2
- "name": "@opexa/portal-components",
3
- "version": "0.0.730",
4
- "exports": {
5
- "./ui/*": {
6
- "types": "./dist/ui/*/index.d.ts",
7
- "default": "./dist/ui/*/index.js"
8
- },
9
- "./utils/*": {
10
- "types": "./dist/utils/*.d.ts",
11
- "import": "./dist/utils/*.js"
12
- },
13
- "./types": {
14
- "types": "./dist/types/index.d.ts",
15
- "import": "./dist/types/index.js"
16
- },
17
- "./handlers": {
18
- "types": "./dist/handlers/index.d.ts",
19
- "default": "./dist/handlers/index.js"
20
- },
21
- "./middleware": {
22
- "types": "./dist/middleware.d.ts",
23
- "default": "./dist/middleware.js"
24
- },
25
- "./constants": {
26
- "types": "./dist/constants/index.d.ts",
27
- "default": "./dist/constants/index.js"
28
- },
29
- "./services/*": {
30
- "types": "./dist/services/*.d.ts",
31
- "default": "./dist/services/*.js"
32
- },
33
- "./client-utils/*": {
34
- "types": "./dist/client/utils/*.d.ts",
35
- "default": "./dist/client/utils/*.js"
36
- },
37
- "./client-hooks/*": {
38
- "types": "./dist/client/hooks/*.d.ts",
39
- "default": "./dist/client/hooks/*.js"
40
- },
41
- "./client-services/*": {
42
- "types": "./dist/client/services/*.d.ts",
43
- "default": "./dist/client/services/*.js"
44
- },
45
- "./server-utils/*": {
46
- "types": "./dist/server/utils/*.d.ts",
47
- "default": "./dist/server/utils/*.js"
48
- },
49
- "./server-services/*": {
50
- "types": "./dist/server/services/*.d.ts",
51
- "default": "./dist/server/services/*.js"
52
- },
53
- "./next.config": {
54
- "types": "./dist/next.config.d.ts",
55
- "default": "./dist/next.config.js"
56
- },
57
- "./theme.css": "./dist/styles/theme.css",
58
- "./*": {
59
- "types": "./dist/components/*/index.d.ts",
60
- "default": "./dist/components/*/index.js"
61
- }
62
- },
63
- "files": [
64
- "dist",
65
- "!dist/tsconfig.tsbuildinfo",
66
- "!dist/tsconfig.build.tsbuildinfo"
67
- ],
68
- "publishConfig": {
69
- "access": "public"
70
- },
71
- "scripts": {
72
- "dev": "next dev --port 4000",
73
- "build": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json && copy-files-from-to",
74
- "build:app": "next build",
75
- "start": "next start",
76
- "release": "release-it"
77
- },
78
- "dependencies": {
79
- "@ark-ui/react": "^5.16.0",
80
- "@capacitor/android": "^7.4.3",
81
- "@capacitor/app": "^7.0.2",
82
- "@capacitor/camera": "^7.0.2",
83
- "@capacitor/cli": "^7.4.3",
84
- "@capacitor/core": "^7.4.3",
85
- "@capacitor/file-transfer": "^1.0.5",
86
- "@capacitor/filesystem": "^7.1.4",
87
- "@capacitor/push-notifications": "^7.0.2",
88
- "@capacitor/splash-screen": "^7.0.2",
89
- "@date-fns/tz": "^1.2.0",
90
- "@greatsumini/react-facebook-login": "^3.4.0",
91
- "@mediapipe/tasks-vision": "0.10.22-rc.20250304",
92
- "@next/third-parties": "^15.4.1",
93
- "@radix-ui/react-use-controllable-state": "^1.2.2",
94
- "@react-oauth/google": "^0.12.2",
95
- "@sumsub/websdk": "^2.3.18",
96
- "@sumsub/websdk-react": "^2.3.18",
97
- "@tailwindcss/typography": "^0.5.16",
98
- "capacitor-native-biometric": "^4.2.2",
99
- "capacitor-plugin-safe-area": "^4.0.0",
100
- "date-fns": "^4.1.0",
101
- "embla-carousel-autoplay": "^8.6.0",
102
- "embla-carousel-react": "^8.6.0",
103
- "is-mobile": "^5.0.0",
104
- "latest": "^0.2.0",
105
- "lodash-es": "^4.17.21",
106
- "next-recaptcha-v3": "^1.5.2",
107
- "qrcode": "^1.5.4",
108
- "tailwind-merge": "^3.3.1",
109
- "tailwind-variants": "^1.0.0",
110
- "tailwind-zag": "^1.0.2",
111
- "tiny-invariant": "^1.3.3",
112
- "type-fest": "^4.41.0",
113
- "usehooks-ts": "^3.1.1",
114
- "zustand": "^5.0.6"
115
- },
116
- "devDependencies": {
117
- "@hookform/resolvers": "5.1.1",
118
- "@opexa/object-id": "0.1.6",
119
- "@tailwindcss/postcss": "4",
120
- "@tanstack/react-query": "5.83.0",
121
- "@tanstack/react-query-devtools": "5.83.0",
122
- "@total-typescript/ts-reset": "0.6.1",
123
- "@types/lodash-es": "4.17.12",
124
- "@types/node": "24",
125
- "@types/qrcode": "^1.5.5",
126
- "@types/react": "19.1.8",
127
- "@types/react-dom": "19.1.6",
128
- "copy-files-from-to": "3.12.1",
129
- "next": "15.4.2-canary.0",
130
- "react": "19.1.0",
131
- "react-dom": "19.1.0",
132
- "react-hook-form": "7.60.0",
133
- "release-it": "19.0.3",
134
- "tailwindcss": "4.1.11",
135
- "tsc-alias": "1.8.16",
136
- "typescript": "5",
137
- "zod": "4.0.5"
138
- },
139
- "peerDependencies": {
140
- "@hookform/resolvers": "^4.0.0 || ^5.0.0",
141
- "@opexa/object-id": "^0.1.0",
142
- "@tanstack/react-query": "^5.0.0",
143
- "next": "^15.4.0-canary.1",
144
- "react": "^19.0.0",
145
- "react-dom": "^19.0.0",
146
- "react-hook-form": "^7.0.0",
147
- "tailwindcss": "^4.0.0",
148
- "zod": "^3.0.0"
149
- },
150
- "release-it": {
151
- "git": {
152
- "commitMessage": "chore: release ${npm.name} v${version}",
153
- "tagName": "${npm.name}@${version}"
154
- },
155
- "github": {
156
- "release": false
157
- },
158
- "hooks": {
159
- "after:bump": [
160
- "pnpm build"
161
- ]
162
- }
163
- },
164
- "copyFiles": [
165
- {
166
- "from": "src/lib/**/*.{png,jpg,jpeg,gif,svg,css,json}",
167
- "to": "dist/",
168
- "toFlat": false
169
- }
170
- ],
171
- "copyFilesSettings": {
172
- "whenFileExists": "overwrite",
173
- "removeSourceMappingURL": true,
174
- "ignoreDotFilesAndFolders": false
175
- }
176
- }
1
+ {
2
+ "name": "@opexa/portal-components",
3
+ "version": "0.0.732",
4
+ "exports": {
5
+ "./ui/*": {
6
+ "types": "./dist/ui/*/index.d.ts",
7
+ "default": "./dist/ui/*/index.js"
8
+ },
9
+ "./utils/*": {
10
+ "types": "./dist/utils/*.d.ts",
11
+ "import": "./dist/utils/*.js"
12
+ },
13
+ "./types": {
14
+ "types": "./dist/types/index.d.ts",
15
+ "import": "./dist/types/index.js"
16
+ },
17
+ "./handlers": {
18
+ "types": "./dist/handlers/index.d.ts",
19
+ "default": "./dist/handlers/index.js"
20
+ },
21
+ "./middleware": {
22
+ "types": "./dist/middleware.d.ts",
23
+ "default": "./dist/middleware.js"
24
+ },
25
+ "./constants": {
26
+ "types": "./dist/constants/index.d.ts",
27
+ "default": "./dist/constants/index.js"
28
+ },
29
+ "./services/*": {
30
+ "types": "./dist/services/*.d.ts",
31
+ "default": "./dist/services/*.js"
32
+ },
33
+ "./client-utils/*": {
34
+ "types": "./dist/client/utils/*.d.ts",
35
+ "default": "./dist/client/utils/*.js"
36
+ },
37
+ "./client-hooks/*": {
38
+ "types": "./dist/client/hooks/*.d.ts",
39
+ "default": "./dist/client/hooks/*.js"
40
+ },
41
+ "./client-services/*": {
42
+ "types": "./dist/client/services/*.d.ts",
43
+ "default": "./dist/client/services/*.js"
44
+ },
45
+ "./server-utils/*": {
46
+ "types": "./dist/server/utils/*.d.ts",
47
+ "default": "./dist/server/utils/*.js"
48
+ },
49
+ "./server-services/*": {
50
+ "types": "./dist/server/services/*.d.ts",
51
+ "default": "./dist/server/services/*.js"
52
+ },
53
+ "./next.config": {
54
+ "types": "./dist/next.config.d.ts",
55
+ "default": "./dist/next.config.js"
56
+ },
57
+ "./theme.css": "./dist/styles/theme.css",
58
+ "./*": {
59
+ "types": "./dist/components/*/index.d.ts",
60
+ "default": "./dist/components/*/index.js"
61
+ }
62
+ },
63
+ "files": [
64
+ "dist",
65
+ "!dist/tsconfig.tsbuildinfo",
66
+ "!dist/tsconfig.build.tsbuildinfo"
67
+ ],
68
+ "publishConfig": {
69
+ "access": "public"
70
+ },
71
+ "scripts": {
72
+ "dev": "next dev --port 4000",
73
+ "build": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json && copy-files-from-to",
74
+ "build:app": "next build",
75
+ "start": "next start",
76
+ "release": "release-it"
77
+ },
78
+ "dependencies": {
79
+ "@ark-ui/react": "^5.16.0",
80
+ "@capacitor/android": "^7.4.3",
81
+ "@capacitor/app": "^7.0.2",
82
+ "@capacitor/camera": "^7.0.2",
83
+ "@capacitor/cli": "^7.4.3",
84
+ "@capacitor/core": "^7.4.3",
85
+ "@capacitor/file-transfer": "^1.0.5",
86
+ "@capacitor/filesystem": "^7.1.4",
87
+ "@capacitor/push-notifications": "^7.0.2",
88
+ "@capacitor/splash-screen": "^7.0.2",
89
+ "@date-fns/tz": "^1.2.0",
90
+ "@greatsumini/react-facebook-login": "^3.4.0",
91
+ "@mediapipe/tasks-vision": "0.10.22-rc.20250304",
92
+ "@next/third-parties": "^15.4.1",
93
+ "@radix-ui/react-use-controllable-state": "^1.2.2",
94
+ "@react-oauth/google": "^0.12.2",
95
+ "@sumsub/websdk": "^2.3.18",
96
+ "@sumsub/websdk-react": "^2.3.18",
97
+ "@tailwindcss/typography": "^0.5.16",
98
+ "capacitor-native-biometric": "^4.2.2",
99
+ "capacitor-plugin-safe-area": "^4.0.0",
100
+ "date-fns": "^4.1.0",
101
+ "embla-carousel-autoplay": "^8.6.0",
102
+ "embla-carousel-react": "^8.6.0",
103
+ "is-mobile": "^5.0.0",
104
+ "latest": "^0.2.0",
105
+ "lodash-es": "^4.17.21",
106
+ "next-recaptcha-v3": "^1.5.2",
107
+ "qrcode": "^1.5.4",
108
+ "tailwind-merge": "^3.3.1",
109
+ "tailwind-variants": "^1.0.0",
110
+ "tailwind-zag": "^1.0.2",
111
+ "tiny-invariant": "^1.3.3",
112
+ "type-fest": "^4.41.0",
113
+ "usehooks-ts": "^3.1.1",
114
+ "zustand": "^5.0.6"
115
+ },
116
+ "devDependencies": {
117
+ "@hookform/resolvers": "5.1.1",
118
+ "@opexa/object-id": "0.1.6",
119
+ "@tailwindcss/postcss": "4",
120
+ "@tanstack/react-query": "5.83.0",
121
+ "@tanstack/react-query-devtools": "5.83.0",
122
+ "@total-typescript/ts-reset": "0.6.1",
123
+ "@types/lodash-es": "4.17.12",
124
+ "@types/node": "24",
125
+ "@types/qrcode": "^1.5.5",
126
+ "@types/react": "19.1.8",
127
+ "@types/react-dom": "19.1.6",
128
+ "copy-files-from-to": "3.12.1",
129
+ "next": "15.4.2-canary.0",
130
+ "react": "19.1.0",
131
+ "react-dom": "19.1.0",
132
+ "react-hook-form": "7.60.0",
133
+ "release-it": "19.0.3",
134
+ "tailwindcss": "4.1.11",
135
+ "tsc-alias": "1.8.16",
136
+ "typescript": "5",
137
+ "zod": "4.0.5"
138
+ },
139
+ "peerDependencies": {
140
+ "@hookform/resolvers": "^4.0.0 || ^5.0.0",
141
+ "@opexa/object-id": "^0.1.0",
142
+ "@tanstack/react-query": "^5.0.0",
143
+ "next": "^15.4.0-canary.1",
144
+ "react": "^19.0.0",
145
+ "react-dom": "^19.0.0",
146
+ "react-hook-form": "^7.0.0",
147
+ "tailwindcss": "^4.0.0",
148
+ "zod": "^3.0.0"
149
+ },
150
+ "release-it": {
151
+ "git": {
152
+ "commitMessage": "chore: release ${npm.name} v${version}",
153
+ "tagName": "${npm.name}@${version}"
154
+ },
155
+ "github": {
156
+ "release": false
157
+ },
158
+ "hooks": {
159
+ "after:bump": [
160
+ "pnpm build"
161
+ ]
162
+ }
163
+ },
164
+ "copyFiles": [
165
+ {
166
+ "from": "src/lib/**/*.{png,jpg,jpeg,gif,svg,css,json}",
167
+ "to": "dist/",
168
+ "toFlat": false
169
+ }
170
+ ],
171
+ "copyFilesSettings": {
172
+ "whenFileExists": "overwrite",
173
+ "removeSourceMappingURL": true,
174
+ "ignoreDotFilesAndFolders": false
175
+ }
176
+ }
@@ -1,11 +0,0 @@
1
- import { type AiOeWalletPaymentMethod } from './utils';
2
- interface AiOPaymentMethodsProps {
3
- value?: AiOeWalletPaymentMethod;
4
- onChange?: (value: AiOeWalletPaymentMethod) => void;
5
- defaultValue?: AiOeWalletPaymentMethod;
6
- options?: AiOeWalletPaymentMethod[];
7
- className?: string;
8
- label?: string;
9
- }
10
- export declare function AiOPaymentMethods(props: AiOPaymentMethodsProps): import("react/jsx-runtime").JSX.Element;
11
- export {};