@oxyhq/services 6.9.44 → 6.9.46

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 (342) hide show
  1. package/lib/commonjs/ui/components/OxyPayButton.js +4 -2
  2. package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
  3. package/lib/commonjs/ui/components/OxyProvider.js +6 -5
  4. package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
  5. package/lib/commonjs/ui/components/OxySignInButton.js +83 -82
  6. package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
  7. package/lib/commonjs/ui/components/SignInModal.js +271 -102
  8. package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
  9. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +76 -121
  10. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
  11. package/lib/commonjs/ui/components/fileManagement/FileViewer.js +24 -15
  12. package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
  13. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +32 -18
  14. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -1
  15. package/lib/commonjs/ui/components/icon/OxyIcon.js +5 -4
  16. package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -1
  17. package/lib/commonjs/ui/components/index.js +0 -35
  18. package/lib/commonjs/ui/components/index.js.map +1 -1
  19. package/lib/commonjs/ui/components/internal/PinInput.js +3 -2
  20. package/lib/commonjs/ui/components/internal/PinInput.js.map +1 -1
  21. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +83 -219
  22. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
  23. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +26 -13
  24. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  25. package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +50 -28
  26. package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
  27. package/lib/commonjs/ui/components/payment/PaymentReviewStep.js +83 -48
  28. package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -1
  29. package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js +11 -10
  30. package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -1
  31. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js +38 -23
  32. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -1
  33. package/lib/commonjs/ui/constants/theme.js +2 -2
  34. package/lib/commonjs/ui/constants/theme.js.map +1 -1
  35. package/lib/commonjs/ui/context/hooks/useAuthOperations.js +4 -3
  36. package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
  37. package/lib/commonjs/ui/screens/AccountCenterScreen.js +13 -13
  38. package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
  39. package/lib/commonjs/ui/screens/AccountOverviewScreen.js +117 -142
  40. package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
  41. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +112 -78
  42. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
  43. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +213 -144
  44. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
  45. package/lib/commonjs/ui/screens/AccountVerificationScreen.js +26 -14
  46. package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
  47. package/lib/commonjs/ui/screens/FeedbackScreen.js +57 -51
  48. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  49. package/lib/commonjs/ui/screens/FileManagementScreen.js +108 -86
  50. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
  51. package/lib/commonjs/ui/screens/HistoryViewScreen.js +109 -130
  52. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  53. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +15 -8
  54. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  55. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +60 -54
  56. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
  57. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +12 -9
  58. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
  59. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +66 -93
  60. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  61. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +159 -190
  62. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
  63. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +20 -22
  64. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
  65. package/lib/commonjs/ui/screens/SearchSettingsScreen.js +16 -17
  66. package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
  67. package/lib/commonjs/ui/screens/SessionManagementScreen.js +127 -70
  68. package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
  69. package/lib/commonjs/ui/screens/UserLinksScreen.js +13 -29
  70. package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
  71. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +110 -52
  72. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  73. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +3 -5
  74. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
  75. package/lib/commonjs/ui/utils/fileManagement.js +0 -21
  76. package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
  77. package/lib/module/ui/components/OxyPayButton.js +4 -2
  78. package/lib/module/ui/components/OxyPayButton.js.map +1 -1
  79. package/lib/module/ui/components/OxyProvider.js +6 -5
  80. package/lib/module/ui/components/OxyProvider.js.map +1 -1
  81. package/lib/module/ui/components/OxySignInButton.js +84 -83
  82. package/lib/module/ui/components/OxySignInButton.js.map +1 -1
  83. package/lib/module/ui/components/SignInModal.js +271 -100
  84. package/lib/module/ui/components/SignInModal.js.map +1 -1
  85. package/lib/module/ui/components/fileManagement/FileDetailsModal.js +76 -122
  86. package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
  87. package/lib/module/ui/components/fileManagement/FileViewer.js +24 -15
  88. package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
  89. package/lib/module/ui/components/fileManagement/UploadPreview.js +32 -19
  90. package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
  91. package/lib/module/ui/components/icon/OxyIcon.js +5 -4
  92. package/lib/module/ui/components/icon/OxyIcon.js.map +1 -1
  93. package/lib/module/ui/components/index.js +0 -5
  94. package/lib/module/ui/components/index.js.map +1 -1
  95. package/lib/module/ui/components/internal/PinInput.js +3 -2
  96. package/lib/module/ui/components/internal/PinInput.js.map +1 -1
  97. package/lib/module/ui/components/modals/DeleteAccountModal.js +83 -220
  98. package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
  99. package/lib/module/ui/components/payment/PaymentDetailsStep.js +26 -13
  100. package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  101. package/lib/module/ui/components/payment/PaymentMethodStep.js +49 -26
  102. package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
  103. package/lib/module/ui/components/payment/PaymentReviewStep.js +84 -48
  104. package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -1
  105. package/lib/module/ui/components/payment/PaymentSuccessStep.js +11 -9
  106. package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -1
  107. package/lib/module/ui/components/payment/PaymentSummaryStep.js +38 -22
  108. package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -1
  109. package/lib/module/ui/constants/theme.js +2 -2
  110. package/lib/module/ui/constants/theme.js.map +1 -1
  111. package/lib/module/ui/context/hooks/useAuthOperations.js +4 -3
  112. package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
  113. package/lib/module/ui/screens/AccountCenterScreen.js +12 -13
  114. package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
  115. package/lib/module/ui/screens/AccountOverviewScreen.js +117 -142
  116. package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
  117. package/lib/module/ui/screens/AccountSettingsScreen.js +112 -78
  118. package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
  119. package/lib/module/ui/screens/AccountSwitcherScreen.js +213 -145
  120. package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
  121. package/lib/module/ui/screens/AccountVerificationScreen.js +28 -16
  122. package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
  123. package/lib/module/ui/screens/FeedbackScreen.js +48 -42
  124. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
  125. package/lib/module/ui/screens/FileManagementScreen.js +110 -88
  126. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
  127. package/lib/module/ui/screens/HistoryViewScreen.js +110 -131
  128. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  129. package/lib/module/ui/screens/LanguageSelectorScreen.js +16 -9
  130. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  131. package/lib/module/ui/screens/LegalDocumentsScreen.js +61 -55
  132. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  133. package/lib/module/ui/screens/PaymentGatewayScreen.js +12 -9
  134. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
  135. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +66 -94
  136. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  137. package/lib/module/ui/screens/PrivacySettingsScreen.js +161 -192
  138. package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
  139. package/lib/module/ui/screens/SavesCollectionsScreen.js +21 -23
  140. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
  141. package/lib/module/ui/screens/SearchSettingsScreen.js +17 -18
  142. package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
  143. package/lib/module/ui/screens/SessionManagementScreen.js +128 -72
  144. package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
  145. package/lib/module/ui/screens/UserLinksScreen.js +15 -31
  146. package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
  147. package/lib/module/ui/screens/WelcomeNewUserScreen.js +110 -52
  148. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  149. package/lib/module/ui/screens/karma/KarmaFAQScreen.js +4 -6
  150. package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
  151. package/lib/module/ui/utils/fileManagement.js +0 -20
  152. package/lib/module/ui/utils/fileManagement.js.map +1 -1
  153. package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts.map +1 -1
  154. package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -1
  155. package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts +0 -1
  156. package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -1
  157. package/lib/typescript/commonjs/ui/components/SignInModal.d.ts.map +1 -1
  158. package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts +3 -4
  159. package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -1
  160. package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
  161. package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts +2 -3
  162. package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts.map +1 -1
  163. package/lib/typescript/commonjs/ui/components/icon/OxyIcon.d.ts.map +1 -1
  164. package/lib/typescript/commonjs/ui/components/index.d.ts +0 -5
  165. package/lib/typescript/commonjs/ui/components/index.d.ts.map +1 -1
  166. package/lib/typescript/commonjs/ui/components/internal/PinInput.d.ts.map +1 -1
  167. package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts +2 -2
  168. package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts.map +1 -1
  169. package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
  170. package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts.map +1 -1
  171. package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts.map +1 -1
  172. package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -1
  173. package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
  174. package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
  175. package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts +1 -1
  176. package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts.map +1 -1
  177. package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts.map +1 -1
  178. package/lib/typescript/commonjs/ui/screens/AccountOverviewScreen.d.ts.map +1 -1
  179. package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
  180. package/lib/typescript/commonjs/ui/screens/AccountSwitcherScreen.d.ts.map +1 -1
  181. package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  182. package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -1
  183. package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -1
  184. package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  185. package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  186. package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  187. package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  188. package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  189. package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  190. package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  191. package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  192. package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -1
  193. package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  194. package/lib/typescript/commonjs/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -1
  195. package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts +0 -4
  196. package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts.map +1 -1
  197. package/lib/typescript/module/ui/components/OxyPayButton.d.ts.map +1 -1
  198. package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -1
  199. package/lib/typescript/module/ui/components/OxySignInButton.d.ts +0 -1
  200. package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -1
  201. package/lib/typescript/module/ui/components/SignInModal.d.ts.map +1 -1
  202. package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts +3 -4
  203. package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -1
  204. package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
  205. package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts +2 -3
  206. package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts.map +1 -1
  207. package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts.map +1 -1
  208. package/lib/typescript/module/ui/components/index.d.ts +0 -5
  209. package/lib/typescript/module/ui/components/index.d.ts.map +1 -1
  210. package/lib/typescript/module/ui/components/internal/PinInput.d.ts.map +1 -1
  211. package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts +2 -2
  212. package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts.map +1 -1
  213. package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
  214. package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts.map +1 -1
  215. package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts.map +1 -1
  216. package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -1
  217. package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
  218. package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
  219. package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts +1 -1
  220. package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts.map +1 -1
  221. package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts.map +1 -1
  222. package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts.map +1 -1
  223. package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
  224. package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts.map +1 -1
  225. package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  226. package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -1
  227. package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -1
  228. package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  229. package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  230. package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  231. package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  232. package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  233. package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  234. package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  235. package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  236. package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -1
  237. package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  238. package/lib/typescript/module/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -1
  239. package/lib/typescript/module/ui/utils/fileManagement.d.ts +0 -4
  240. package/lib/typescript/module/ui/utils/fileManagement.d.ts.map +1 -1
  241. package/package.json +3 -3
  242. package/src/ui/components/OxyPayButton.tsx +5 -3
  243. package/src/ui/components/OxyProvider.tsx +6 -5
  244. package/src/ui/components/OxySignInButton.tsx +82 -81
  245. package/src/ui/components/SignInModal.tsx +186 -42
  246. package/src/ui/components/fileManagement/FileDetailsModal.tsx +69 -99
  247. package/src/ui/components/fileManagement/FileViewer.tsx +25 -15
  248. package/src/ui/components/fileManagement/UploadPreview.tsx +58 -46
  249. package/src/ui/components/icon/OxyIcon.tsx +5 -4
  250. package/src/ui/components/index.ts +0 -5
  251. package/src/ui/components/internal/PinInput.tsx +4 -3
  252. package/src/ui/components/modals/DeleteAccountModal.tsx +79 -221
  253. package/src/ui/components/payment/PaymentDetailsStep.tsx +16 -19
  254. package/src/ui/components/payment/PaymentMethodStep.tsx +33 -35
  255. package/src/ui/components/payment/PaymentReviewStep.tsx +63 -67
  256. package/src/ui/components/payment/PaymentSuccessStep.tsx +4 -12
  257. package/src/ui/components/payment/PaymentSummaryStep.tsx +26 -33
  258. package/src/ui/constants/theme.ts +2 -2
  259. package/src/ui/context/hooks/useAuthOperations.ts +4 -3
  260. package/src/ui/screens/AccountCenterScreen.tsx +36 -139
  261. package/src/ui/screens/AccountOverviewScreen.tsx +107 -163
  262. package/src/ui/screens/AccountSettingsScreen.tsx +142 -156
  263. package/src/ui/screens/AccountSwitcherScreen.tsx +226 -199
  264. package/src/ui/screens/AccountVerificationScreen.tsx +34 -25
  265. package/src/ui/screens/FeedbackScreen.tsx +50 -38
  266. package/src/ui/screens/FileManagementScreen.tsx +88 -88
  267. package/src/ui/screens/HistoryViewScreen.tsx +79 -207
  268. package/src/ui/screens/LanguageSelectorScreen.tsx +19 -7
  269. package/src/ui/screens/LegalDocumentsScreen.tsx +46 -63
  270. package/src/ui/screens/PaymentGatewayScreen.tsx +11 -12
  271. package/src/ui/screens/PremiumSubscriptionScreen.tsx +73 -93
  272. package/src/ui/screens/PrivacySettingsScreen.tsx +81 -193
  273. package/src/ui/screens/SavesCollectionsScreen.tsx +23 -23
  274. package/src/ui/screens/SearchSettingsScreen.tsx +11 -19
  275. package/src/ui/screens/SessionManagementScreen.tsx +130 -76
  276. package/src/ui/screens/UserLinksScreen.tsx +15 -32
  277. package/src/ui/screens/WelcomeNewUserScreen.tsx +46 -20
  278. package/src/ui/screens/karma/KarmaFAQScreen.tsx +4 -6
  279. package/src/ui/utils/fileManagement.ts +0 -30
  280. package/lib/commonjs/ui/components/GroupedItem.js +0 -138
  281. package/lib/commonjs/ui/components/GroupedItem.js.map +0 -1
  282. package/lib/commonjs/ui/components/GroupedSection.js +0 -41
  283. package/lib/commonjs/ui/components/GroupedSection.js.map +0 -1
  284. package/lib/commonjs/ui/components/Section.js +0 -39
  285. package/lib/commonjs/ui/components/Section.js.map +0 -1
  286. package/lib/commonjs/ui/components/SectionTitle.js +0 -29
  287. package/lib/commonjs/ui/components/SectionTitle.js.map +0 -1
  288. package/lib/commonjs/ui/components/SettingRow.js +0 -90
  289. package/lib/commonjs/ui/components/SettingRow.js.map +0 -1
  290. package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +0 -206
  291. package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +0 -1
  292. package/lib/commonjs/ui/utils/confirmAction.js +0 -28
  293. package/lib/commonjs/ui/utils/confirmAction.js.map +0 -1
  294. package/lib/module/ui/components/GroupedItem.js +0 -135
  295. package/lib/module/ui/components/GroupedItem.js.map +0 -1
  296. package/lib/module/ui/components/GroupedSection.js +0 -37
  297. package/lib/module/ui/components/GroupedSection.js.map +0 -1
  298. package/lib/module/ui/components/Section.js +0 -34
  299. package/lib/module/ui/components/Section.js.map +0 -1
  300. package/lib/module/ui/components/SectionTitle.js +0 -25
  301. package/lib/module/ui/components/SectionTitle.js.map +0 -1
  302. package/lib/module/ui/components/SettingRow.js +0 -85
  303. package/lib/module/ui/components/SettingRow.js.map +0 -1
  304. package/lib/module/ui/components/internal/GroupedPillButtons.js +0 -202
  305. package/lib/module/ui/components/internal/GroupedPillButtons.js.map +0 -1
  306. package/lib/module/ui/utils/confirmAction.js +0 -25
  307. package/lib/module/ui/utils/confirmAction.js.map +0 -1
  308. package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts +0 -24
  309. package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts.map +0 -1
  310. package/lib/typescript/commonjs/ui/components/GroupedSection.d.ts +0 -30
  311. package/lib/typescript/commonjs/ui/components/GroupedSection.d.ts.map +0 -1
  312. package/lib/typescript/commonjs/ui/components/Section.d.ts +0 -12
  313. package/lib/typescript/commonjs/ui/components/Section.d.ts.map +0 -1
  314. package/lib/typescript/commonjs/ui/components/SectionTitle.d.ts +0 -10
  315. package/lib/typescript/commonjs/ui/components/SectionTitle.d.ts.map +0 -1
  316. package/lib/typescript/commonjs/ui/components/SettingRow.d.ts +0 -20
  317. package/lib/typescript/commonjs/ui/components/SettingRow.d.ts.map +0 -1
  318. package/lib/typescript/commonjs/ui/components/internal/GroupedPillButtons.d.ts +0 -24
  319. package/lib/typescript/commonjs/ui/components/internal/GroupedPillButtons.d.ts.map +0 -1
  320. package/lib/typescript/commonjs/ui/utils/confirmAction.d.ts +0 -7
  321. package/lib/typescript/commonjs/ui/utils/confirmAction.d.ts.map +0 -1
  322. package/lib/typescript/module/ui/components/GroupedItem.d.ts +0 -24
  323. package/lib/typescript/module/ui/components/GroupedItem.d.ts.map +0 -1
  324. package/lib/typescript/module/ui/components/GroupedSection.d.ts +0 -30
  325. package/lib/typescript/module/ui/components/GroupedSection.d.ts.map +0 -1
  326. package/lib/typescript/module/ui/components/Section.d.ts +0 -12
  327. package/lib/typescript/module/ui/components/Section.d.ts.map +0 -1
  328. package/lib/typescript/module/ui/components/SectionTitle.d.ts +0 -10
  329. package/lib/typescript/module/ui/components/SectionTitle.d.ts.map +0 -1
  330. package/lib/typescript/module/ui/components/SettingRow.d.ts +0 -20
  331. package/lib/typescript/module/ui/components/SettingRow.d.ts.map +0 -1
  332. package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts +0 -24
  333. package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts.map +0 -1
  334. package/lib/typescript/module/ui/utils/confirmAction.d.ts +0 -7
  335. package/lib/typescript/module/ui/utils/confirmAction.d.ts.map +0 -1
  336. package/src/ui/components/GroupedItem.tsx +0 -161
  337. package/src/ui/components/GroupedSection.tsx +0 -60
  338. package/src/ui/components/Section.tsx +0 -42
  339. package/src/ui/components/SectionTitle.tsx +0 -27
  340. package/src/ui/components/SettingRow.tsx +0 -98
  341. package/src/ui/components/internal/GroupedPillButtons.tsx +0 -250
  342. package/src/ui/utils/confirmAction.ts +0 -23
@@ -1,35 +1,35 @@
1
1
  "use strict";
2
2
 
3
- import { useCallback, useState, useEffect } from 'react';
3
+ import { useCallback, useState, useEffect, useMemo } from 'react';
4
4
  import { TouchableOpacity, Text, View, StyleSheet, Platform } from 'react-native';
5
5
  import { useAuthStore } from "../stores/authStore.js";
6
6
  import { useShallow } from 'zustand/react/shallow';
7
+ import { useTheme } from '@oxyhq/bloom/theme';
7
8
  import { fontFamilies } from "../styles/fonts.js";
8
9
  import OxyLogo from "./OxyLogo.js";
9
10
  import { showSignInModal, subscribeToSignInModal } from "./SignInModal.js";
10
11
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
11
12
  /**
12
13
  * A pre-styled button component for signing in with Oxy identity
13
- *
14
+ *
14
15
  * This component opens the Oxy Auth flow which allows users to authenticate
15
16
  * using their Oxy Accounts identity (via QR code or deep link).
16
- *
17
+ *
17
18
  * @example
18
19
  * ```tsx
19
20
  * // Basic usage
20
21
  * <OxySignInButton />
21
- *
22
+ *
22
23
  * // Custom styling
23
- * <OxySignInButton
24
- * variant="contained"
25
- * style={{ marginTop: 20 }}
26
- * text="Login with Oxy"
24
+ * <OxySignInButton
25
+ * variant="contained"
26
+ * style={{ marginTop: 20 }}
27
+ * text="Login with Oxy"
27
28
  * />
28
- *
29
+ *
29
30
  * // Custom handler
30
31
  * <OxySignInButton onPress={() => {
31
32
  * // Custom authentication flow
32
- * console.log('Custom auth flow initiated');
33
33
  * }} />
34
34
  * ```
35
35
  */
@@ -42,6 +42,7 @@ export const OxySignInButton = ({
42
42
  disabled = false,
43
43
  showWhenAuthenticated = false
44
44
  }) => {
45
+ const theme = useTheme();
45
46
  const {
46
47
  isAuthenticated,
47
48
  isLoading
@@ -66,6 +67,68 @@ export const OxySignInButton = ({
66
67
  // Show the full-screen sign-in modal on all platforms
67
68
  showSignInModal();
68
69
  }, [onPress]);
70
+ const themedStyles = useMemo(() => StyleSheet.create({
71
+ button: {
72
+ padding: 14,
73
+ borderRadius: 35,
74
+ alignItems: 'center',
75
+ justifyContent: 'center'
76
+ },
77
+ buttonDefault: {
78
+ backgroundColor: '#FFFFFF',
79
+ borderWidth: 1,
80
+ borderColor: theme.colors.borderLight,
81
+ ...Platform.select({
82
+ web: {
83
+ boxShadow: '0 2px 4px rgba(0,0,0,0.1)'
84
+ },
85
+ default: {
86
+ shadowColor: '#000000',
87
+ shadowOffset: {
88
+ width: 0,
89
+ height: 2
90
+ },
91
+ shadowOpacity: 0.1,
92
+ shadowRadius: 4,
93
+ elevation: 2
94
+ }
95
+ })
96
+ },
97
+ buttonOutline: {
98
+ backgroundColor: 'transparent',
99
+ borderWidth: 1,
100
+ borderColor: theme.colors.primary
101
+ },
102
+ buttonContained: {
103
+ backgroundColor: theme.colors.primary
104
+ },
105
+ buttonDisabled: {
106
+ opacity: 0.6
107
+ },
108
+ buttonContent: {
109
+ flexDirection: 'row',
110
+ alignItems: 'center',
111
+ justifyContent: 'center'
112
+ },
113
+ text: {
114
+ fontFamily: fontFamilies.interSemiBold,
115
+ fontWeight: Platform.OS === 'web' ? '600' : undefined,
116
+ fontSize: 16,
117
+ marginLeft: 10
118
+ },
119
+ textDefault: {
120
+ color: theme.colors.text
121
+ },
122
+ textOutline: {
123
+ color: theme.colors.primary
124
+ },
125
+ textContained: {
126
+ color: '#FFFFFF'
127
+ },
128
+ textDisabled: {
129
+ color: theme.colors.textTertiary
130
+ }
131
+ }), [theme]);
69
132
 
70
133
  // Don't show the button if already authenticated (unless explicitly overridden)
71
134
  if (isAuthenticated && !showWhenAuthenticated) return null;
@@ -75,11 +138,11 @@ export const OxySignInButton = ({
75
138
  const getButtonStyle = () => {
76
139
  switch (variant) {
77
140
  case 'outline':
78
- return [styles.buttonOutline, style];
141
+ return [themedStyles.buttonOutline, style];
79
142
  case 'contained':
80
- return [styles.buttonContained, style];
143
+ return [themedStyles.buttonContained, style];
81
144
  default:
82
- return [styles.buttonDefault, style];
145
+ return [themedStyles.buttonDefault, style];
83
146
  }
84
147
  };
85
148
 
@@ -87,95 +150,33 @@ export const OxySignInButton = ({
87
150
  const getTextStyle = () => {
88
151
  switch (variant) {
89
152
  case 'outline':
90
- return [styles.textOutline, textStyle];
153
+ return [themedStyles.textOutline, textStyle];
91
154
  case 'contained':
92
- return [styles.textContained, textStyle];
155
+ return [themedStyles.textContained, textStyle];
93
156
  default:
94
- return [styles.textDefault, textStyle];
157
+ return [themedStyles.textDefault, textStyle];
95
158
  }
96
159
  };
97
160
  return /*#__PURE__*/_jsx(TouchableOpacity, {
98
- style: [styles.button, getButtonStyle(), isButtonDisabled && styles.buttonDisabled],
161
+ style: [themedStyles.button, getButtonStyle(), isButtonDisabled && themedStyles.buttonDisabled],
99
162
  onPress: handlePress,
100
163
  disabled: isButtonDisabled,
101
164
  children: /*#__PURE__*/_jsxs(View, {
102
- style: styles.buttonContent,
165
+ style: themedStyles.buttonContent,
103
166
  children: [/*#__PURE__*/_jsx(OxyLogo, {
104
167
  variant: "icon",
105
168
  size: 20,
106
- fillColor: variant === 'contained' ? 'white' : '#d269e6',
107
- innerFillColor: variant === 'contained' ? '#d269e6' : undefined,
169
+ fillColor: variant === 'contained' ? 'white' : theme.colors.primary,
170
+ innerFillColor: variant === 'contained' ? theme.colors.primary : undefined,
108
171
  style: isButtonDisabled ? {
109
172
  opacity: 0.6
110
173
  } : undefined
111
174
  }), /*#__PURE__*/_jsx(Text, {
112
- style: [styles.text, getTextStyle(), isButtonDisabled && styles.textDisabled],
175
+ style: [themedStyles.text, getTextStyle(), isButtonDisabled && themedStyles.textDisabled],
113
176
  children: isLoading || isModalOpen ? 'Signing in...' : text
114
177
  })]
115
178
  })
116
179
  });
117
180
  };
118
- const styles = StyleSheet.create({
119
- button: {
120
- padding: 14,
121
- borderRadius: 35,
122
- alignItems: 'center',
123
- justifyContent: 'center'
124
- },
125
- buttonDefault: {
126
- backgroundColor: '#FFFFFF',
127
- borderWidth: 1,
128
- borderColor: '#DDDDDD',
129
- ...Platform.select({
130
- web: {
131
- boxShadow: '0 2px 4px rgba(0,0,0,0.1)'
132
- },
133
- default: {
134
- shadowColor: '#000000',
135
- shadowOffset: {
136
- width: 0,
137
- height: 2
138
- },
139
- shadowOpacity: 0.1,
140
- shadowRadius: 4,
141
- elevation: 2
142
- }
143
- })
144
- },
145
- buttonOutline: {
146
- backgroundColor: 'transparent',
147
- borderWidth: 1,
148
- borderColor: '#d169e5'
149
- },
150
- buttonContained: {
151
- backgroundColor: '#d169e5'
152
- },
153
- buttonDisabled: {
154
- opacity: 0.6
155
- },
156
- buttonContent: {
157
- flexDirection: 'row',
158
- alignItems: 'center',
159
- justifyContent: 'center'
160
- },
161
- text: {
162
- fontFamily: fontFamilies.interSemiBold,
163
- fontWeight: Platform.OS === 'web' ? '600' : undefined,
164
- fontSize: 16,
165
- marginLeft: 10
166
- },
167
- textDefault: {
168
- color: '#333333'
169
- },
170
- textOutline: {
171
- color: '#d169e5'
172
- },
173
- textContained: {
174
- color: '#FFFFFF'
175
- },
176
- textDisabled: {
177
- color: '#888888'
178
- }
179
- });
180
181
  export default OxySignInButton;
181
182
  //# sourceMappingURL=OxySignInButton.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["useCallback","useState","useEffect","TouchableOpacity","Text","View","StyleSheet","Platform","useAuthStore","useShallow","fontFamilies","OxyLogo","showSignInModal","subscribeToSignInModal","jsx","_jsx","jsxs","_jsxs","OxySignInButton","variant","onPress","style","textStyle","text","disabled","showWhenAuthenticated","isAuthenticated","isLoading","state","isModalOpen","setIsModalOpen","handlePress","isButtonDisabled","getButtonStyle","styles","buttonOutline","buttonContained","buttonDefault","getTextStyle","textOutline","textContained","textDefault","button","buttonDisabled","children","buttonContent","size","fillColor","innerFillColor","undefined","opacity","textDisabled","create","padding","borderRadius","alignItems","justifyContent","backgroundColor","borderWidth","borderColor","select","web","boxShadow","default","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","flexDirection","fontFamily","interSemiBold","fontWeight","OS","fontSize","marginLeft","color"],"sourceRoot":"../../../../src","sources":["ui/components/OxySignInButton.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["useCallback","useState","useEffect","useMemo","TouchableOpacity","Text","View","StyleSheet","Platform","useAuthStore","useShallow","useTheme","fontFamilies","OxyLogo","showSignInModal","subscribeToSignInModal","jsx","_jsx","jsxs","_jsxs","OxySignInButton","variant","onPress","style","textStyle","text","disabled","showWhenAuthenticated","theme","isAuthenticated","isLoading","state","isModalOpen","setIsModalOpen","handlePress","themedStyles","create","button","padding","borderRadius","alignItems","justifyContent","buttonDefault","backgroundColor","borderWidth","borderColor","colors","borderLight","select","web","boxShadow","default","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","buttonOutline","primary","buttonContained","buttonDisabled","opacity","buttonContent","flexDirection","fontFamily","interSemiBold","fontWeight","OS","undefined","fontSize","marginLeft","textDefault","color","textOutline","textContained","textDisabled","textTertiary","isButtonDisabled","getButtonStyle","getTextStyle","children","size","fillColor","innerFillColor"],"sourceRoot":"../../../../src","sources":["ui/components/OxySignInButton.tsx"],"mappings":"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","ignoreList":[]}