@oxyhq/services 11.0.0 → 11.1.1

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 (434) hide show
  1. package/lib/commonjs/index.js +7 -0
  2. package/lib/commonjs/index.js.map +1 -1
  3. package/lib/commonjs/ui/components/AccountMenu.js +9 -5
  4. package/lib/commonjs/ui/components/AccountMenu.js.map +1 -1
  5. package/lib/commonjs/ui/components/AnotherDeviceQR.js +51 -56
  6. package/lib/commonjs/ui/components/AnotherDeviceQR.js.map +1 -1
  7. package/lib/commonjs/ui/components/BottomSheetRouter.js +1 -0
  8. package/lib/commonjs/ui/components/BottomSheetRouter.js.map +1 -1
  9. package/lib/commonjs/ui/components/FollowButton.js +18 -5
  10. package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
  11. package/lib/commonjs/ui/components/OxyLogo.js +1 -1
  12. package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
  13. package/lib/commonjs/ui/components/OxyProvider.js +23 -7
  14. package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
  15. package/lib/commonjs/ui/components/SignInModal.js +20 -1
  16. package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
  17. package/lib/commonjs/ui/components/fileManagement/FileViewer.js +19 -9
  18. package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
  19. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +4 -2
  20. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -1
  21. package/lib/commonjs/ui/context/OxyContext.js +153 -19
  22. package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
  23. package/lib/commonjs/ui/context/hooks/useAuthOperations.js +6 -17
  24. package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
  25. package/lib/commonjs/ui/hooks/mutations/mutationFactory.js +5 -5
  26. package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
  27. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +38 -38
  28. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
  29. package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +2 -2
  30. package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
  31. package/lib/commonjs/ui/hooks/queries/queryKeys.js +3 -3
  32. package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
  33. package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +1 -1
  34. package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -1
  35. package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js +16 -12
  36. package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js.map +1 -1
  37. package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +10 -6
  38. package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
  39. package/lib/commonjs/ui/hooks/queryClient.js +6 -5
  40. package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
  41. package/lib/commonjs/ui/hooks/useOxyAuthSession.js +40 -2
  42. package/lib/commonjs/ui/hooks/useOxyAuthSession.js.map +1 -1
  43. package/lib/commonjs/ui/hooks/useProfileEditing.js +21 -0
  44. package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
  45. package/lib/commonjs/ui/hooks/useSessionManagement.js +3 -3
  46. package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
  47. package/lib/commonjs/ui/screens/AccountVerificationScreen.js +100 -108
  48. package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
  49. package/lib/commonjs/ui/screens/AppInfoScreen.js +227 -273
  50. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
  51. package/lib/commonjs/ui/screens/AvatarCropScreen.js +10 -4
  52. package/lib/commonjs/ui/screens/AvatarCropScreen.js.map +1 -1
  53. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js +20 -37
  54. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js.map +1 -1
  55. package/lib/commonjs/ui/screens/CreateManagedAccountScreen.js +89 -201
  56. package/lib/commonjs/ui/screens/CreateManagedAccountScreen.js.map +1 -1
  57. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +80 -208
  58. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
  59. package/lib/commonjs/ui/screens/FAQScreen.js +56 -208
  60. package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -1
  61. package/lib/commonjs/ui/screens/FeedbackScreen.js +303 -352
  62. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  63. package/lib/commonjs/ui/screens/FileManagementScreen.js +20 -20
  64. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
  65. package/lib/commonjs/ui/screens/HelpSupportScreen.js +77 -89
  66. package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
  67. package/lib/commonjs/ui/screens/HistoryViewScreen.js +43 -58
  68. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  69. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +67 -90
  70. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  71. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +77 -177
  72. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
  73. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +113 -107
  74. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
  75. package/lib/commonjs/ui/screens/ManageAccountScreen.js +55 -114
  76. package/lib/commonjs/ui/screens/ManageAccountScreen.js.map +1 -1
  77. package/lib/commonjs/ui/screens/NotificationsScreen.js +67 -85
  78. package/lib/commonjs/ui/screens/NotificationsScreen.js.map +1 -1
  79. package/lib/commonjs/ui/screens/OxyAuthScreen.js +71 -135
  80. package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
  81. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +15 -9
  82. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
  83. package/lib/commonjs/ui/screens/PreferencesScreen.js +65 -83
  84. package/lib/commonjs/ui/screens/PreferencesScreen.js.map +1 -1
  85. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +378 -1023
  86. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  87. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +294 -242
  88. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
  89. package/lib/commonjs/ui/screens/ProfileScreen.js +194 -333
  90. package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
  91. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +57 -97
  92. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
  93. package/lib/commonjs/ui/screens/SearchSettingsScreen.js +41 -41
  94. package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
  95. package/lib/commonjs/ui/screens/UserLinksScreen.js +17 -24
  96. package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
  97. package/lib/commonjs/ui/screens/UserListScreen.js +83 -214
  98. package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
  99. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +115 -77
  100. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  101. package/lib/commonjs/ui/screens/trust/TrustAboutScreen.js +70 -57
  102. package/lib/commonjs/ui/screens/trust/TrustAboutScreen.js.map +1 -1
  103. package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js +136 -332
  104. package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js.map +1 -1
  105. package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js +47 -137
  106. package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js.map +1 -1
  107. package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js +182 -115
  108. package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -1
  109. package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js +138 -214
  110. package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js.map +1 -1
  111. package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js +54 -92
  112. package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js.map +1 -1
  113. package/lib/commonjs/ui/utils/activeAuthuser.js +15 -9
  114. package/lib/commonjs/ui/utils/activeAuthuser.js.map +1 -1
  115. package/lib/commonjs/ui/utils/avatarUtils.js +1 -1
  116. package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
  117. package/lib/module/index.js +2 -0
  118. package/lib/module/index.js.map +1 -1
  119. package/lib/module/ui/components/AccountMenu.js +10 -6
  120. package/lib/module/ui/components/AccountMenu.js.map +1 -1
  121. package/lib/module/ui/components/AnotherDeviceQR.js +50 -56
  122. package/lib/module/ui/components/AnotherDeviceQR.js.map +1 -1
  123. package/lib/module/ui/components/BottomSheetRouter.js +2 -1
  124. package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
  125. package/lib/module/ui/components/FollowButton.js +18 -5
  126. package/lib/module/ui/components/FollowButton.js.map +1 -1
  127. package/lib/module/ui/components/OxyLogo.js +1 -1
  128. package/lib/module/ui/components/OxyLogo.js.map +1 -1
  129. package/lib/module/ui/components/OxyProvider.js +23 -7
  130. package/lib/module/ui/components/OxyProvider.js.map +1 -1
  131. package/lib/module/ui/components/SignInModal.js +20 -1
  132. package/lib/module/ui/components/SignInModal.js.map +1 -1
  133. package/lib/module/ui/components/fileManagement/FileViewer.js +19 -9
  134. package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
  135. package/lib/module/ui/components/fileManagement/UploadPreview.js +4 -2
  136. package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
  137. package/lib/module/ui/context/OxyContext.js +154 -20
  138. package/lib/module/ui/context/OxyContext.js.map +1 -1
  139. package/lib/module/ui/context/hooks/useAuthOperations.js +6 -17
  140. package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
  141. package/lib/module/ui/hooks/mutations/mutationFactory.js +5 -5
  142. package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -1
  143. package/lib/module/ui/hooks/mutations/useAccountMutations.js +38 -38
  144. package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
  145. package/lib/module/ui/hooks/mutations/useServicesMutations.js +2 -2
  146. package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
  147. package/lib/module/ui/hooks/queries/queryKeys.js +3 -3
  148. package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
  149. package/lib/module/ui/hooks/queries/useAccountQueries.js +1 -1
  150. package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
  151. package/lib/module/ui/hooks/queries/usePaymentQueries.js +16 -12
  152. package/lib/module/ui/hooks/queries/usePaymentQueries.js.map +1 -1
  153. package/lib/module/ui/hooks/queries/useServicesQueries.js +9 -6
  154. package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
  155. package/lib/module/ui/hooks/queryClient.js +6 -5
  156. package/lib/module/ui/hooks/queryClient.js.map +1 -1
  157. package/lib/module/ui/hooks/useOxyAuthSession.js +40 -2
  158. package/lib/module/ui/hooks/useOxyAuthSession.js.map +1 -1
  159. package/lib/module/ui/hooks/useProfileEditing.js +21 -0
  160. package/lib/module/ui/hooks/useProfileEditing.js.map +1 -1
  161. package/lib/module/ui/hooks/useSessionManagement.js +4 -3
  162. package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
  163. package/lib/module/ui/screens/AccountVerificationScreen.js +101 -109
  164. package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
  165. package/lib/module/ui/screens/AppInfoScreen.js +228 -275
  166. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
  167. package/lib/module/ui/screens/AvatarCropScreen.js +10 -4
  168. package/lib/module/ui/screens/AvatarCropScreen.js.map +1 -1
  169. package/lib/module/ui/screens/ConnectedAppsScreen.js +19 -39
  170. package/lib/module/ui/screens/ConnectedAppsScreen.js.map +1 -1
  171. package/lib/module/ui/screens/CreateManagedAccountScreen.js +90 -202
  172. package/lib/module/ui/screens/CreateManagedAccountScreen.js.map +1 -1
  173. package/lib/module/ui/screens/EditProfileFieldScreen.js +77 -205
  174. package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
  175. package/lib/module/ui/screens/FAQScreen.js +55 -207
  176. package/lib/module/ui/screens/FAQScreen.js.map +1 -1
  177. package/lib/module/ui/screens/FeedbackScreen.js +301 -350
  178. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
  179. package/lib/module/ui/screens/FileManagementScreen.js +20 -20
  180. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
  181. package/lib/module/ui/screens/HelpSupportScreen.js +78 -90
  182. package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
  183. package/lib/module/ui/screens/HistoryViewScreen.js +44 -59
  184. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  185. package/lib/module/ui/screens/LanguageSelectorScreen.js +68 -91
  186. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  187. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +75 -177
  188. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
  189. package/lib/module/ui/screens/LegalDocumentsScreen.js +116 -108
  190. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  191. package/lib/module/ui/screens/ManageAccountScreen.js +52 -112
  192. package/lib/module/ui/screens/ManageAccountScreen.js.map +1 -1
  193. package/lib/module/ui/screens/NotificationsScreen.js +68 -86
  194. package/lib/module/ui/screens/NotificationsScreen.js.map +1 -1
  195. package/lib/module/ui/screens/OxyAuthScreen.js +69 -134
  196. package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -1
  197. package/lib/module/ui/screens/PaymentGatewayScreen.js +16 -10
  198. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
  199. package/lib/module/ui/screens/PreferencesScreen.js +66 -84
  200. package/lib/module/ui/screens/PreferencesScreen.js.map +1 -1
  201. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +366 -1012
  202. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  203. package/lib/module/ui/screens/PrivacySettingsScreen.js +295 -243
  204. package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
  205. package/lib/module/ui/screens/ProfileScreen.js +192 -331
  206. package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
  207. package/lib/module/ui/screens/SavesCollectionsScreen.js +58 -98
  208. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
  209. package/lib/module/ui/screens/SearchSettingsScreen.js +42 -42
  210. package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
  211. package/lib/module/ui/screens/UserLinksScreen.js +18 -25
  212. package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
  213. package/lib/module/ui/screens/UserListScreen.js +81 -212
  214. package/lib/module/ui/screens/UserListScreen.js.map +1 -1
  215. package/lib/module/ui/screens/WelcomeNewUserScreen.js +114 -76
  216. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  217. package/lib/module/ui/screens/trust/TrustAboutScreen.js +69 -57
  218. package/lib/module/ui/screens/trust/TrustAboutScreen.js.map +1 -1
  219. package/lib/module/ui/screens/trust/TrustCenterScreen.js +135 -332
  220. package/lib/module/ui/screens/trust/TrustCenterScreen.js.map +1 -1
  221. package/lib/module/ui/screens/trust/TrustFAQScreen.js +48 -138
  222. package/lib/module/ui/screens/trust/TrustFAQScreen.js.map +1 -1
  223. package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js +184 -117
  224. package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -1
  225. package/lib/module/ui/screens/trust/TrustRewardsScreen.js +132 -208
  226. package/lib/module/ui/screens/trust/TrustRewardsScreen.js.map +1 -1
  227. package/lib/module/ui/screens/trust/TrustRulesScreen.js +58 -94
  228. package/lib/module/ui/screens/trust/TrustRulesScreen.js.map +1 -1
  229. package/lib/module/ui/utils/activeAuthuser.js +15 -9
  230. package/lib/module/ui/utils/activeAuthuser.js.map +1 -1
  231. package/lib/module/ui/utils/avatarUtils.js +1 -1
  232. package/lib/module/ui/utils/avatarUtils.js.map +1 -1
  233. package/lib/typescript/commonjs/index.d.ts +2 -0
  234. package/lib/typescript/commonjs/index.d.ts.map +1 -1
  235. package/lib/typescript/commonjs/ui/components/AccountMenu.d.ts +2 -0
  236. package/lib/typescript/commonjs/ui/components/AccountMenu.d.ts.map +1 -1
  237. package/lib/typescript/commonjs/ui/components/AnotherDeviceQR.d.ts +12 -2
  238. package/lib/typescript/commonjs/ui/components/AnotherDeviceQR.d.ts.map +1 -1
  239. package/lib/typescript/commonjs/ui/components/BottomSheetRouter.d.ts.map +1 -1
  240. package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -1
  241. package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts +3 -2
  242. package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -1
  243. package/lib/typescript/commonjs/ui/components/SignInModal.d.ts.map +1 -1
  244. package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts +1 -1
  245. package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -1
  246. package/lib/typescript/commonjs/ui/context/OxyContext.d.ts +34 -0
  247. package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -1
  248. package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
  249. package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts +6 -0
  250. package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
  251. package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts +3 -3
  252. package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts.map +1 -1
  253. package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts.map +1 -1
  254. package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts.map +1 -1
  255. package/lib/typescript/commonjs/ui/hooks/useOxyAuthSession.d.ts +22 -0
  256. package/lib/typescript/commonjs/ui/hooks/useOxyAuthSession.d.ts.map +1 -1
  257. package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts +3 -0
  258. package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts.map +1 -1
  259. package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts +2 -1
  260. package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -1
  261. package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  262. package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts.map +1 -1
  263. package/lib/typescript/commonjs/ui/screens/AvatarCropScreen.d.ts.map +1 -1
  264. package/lib/typescript/commonjs/ui/screens/ConnectedAppsScreen.d.ts.map +1 -1
  265. package/lib/typescript/commonjs/ui/screens/CreateManagedAccountScreen.d.ts.map +1 -1
  266. package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
  267. package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -1
  268. package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -1
  269. package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts.map +1 -1
  270. package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  271. package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  272. package/lib/typescript/commonjs/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -1
  273. package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  274. package/lib/typescript/commonjs/ui/screens/ManageAccountScreen.d.ts.map +1 -1
  275. package/lib/typescript/commonjs/ui/screens/NotificationsScreen.d.ts.map +1 -1
  276. package/lib/typescript/commonjs/ui/screens/OxyAuthScreen.d.ts.map +1 -1
  277. package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  278. package/lib/typescript/commonjs/ui/screens/PreferencesScreen.d.ts.map +1 -1
  279. package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  280. package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  281. package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts.map +1 -1
  282. package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
  283. package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  284. package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -1
  285. package/lib/typescript/commonjs/ui/screens/UserListScreen.d.ts.map +1 -1
  286. package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  287. package/lib/typescript/commonjs/ui/screens/trust/TrustAboutScreen.d.ts.map +1 -1
  288. package/lib/typescript/commonjs/ui/screens/trust/TrustCenterScreen.d.ts.map +1 -1
  289. package/lib/typescript/commonjs/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -1
  290. package/lib/typescript/commonjs/ui/screens/trust/TrustLeaderboardScreen.d.ts.map +1 -1
  291. package/lib/typescript/commonjs/ui/screens/trust/TrustRewardsScreen.d.ts.map +1 -1
  292. package/lib/typescript/commonjs/ui/screens/trust/TrustRulesScreen.d.ts.map +1 -1
  293. package/lib/typescript/commonjs/ui/utils/activeAuthuser.d.ts.map +1 -1
  294. package/lib/typescript/module/index.d.ts +2 -0
  295. package/lib/typescript/module/index.d.ts.map +1 -1
  296. package/lib/typescript/module/ui/components/AccountMenu.d.ts +2 -0
  297. package/lib/typescript/module/ui/components/AccountMenu.d.ts.map +1 -1
  298. package/lib/typescript/module/ui/components/AnotherDeviceQR.d.ts +12 -2
  299. package/lib/typescript/module/ui/components/AnotherDeviceQR.d.ts.map +1 -1
  300. package/lib/typescript/module/ui/components/BottomSheetRouter.d.ts.map +1 -1
  301. package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -1
  302. package/lib/typescript/module/ui/components/OxyProvider.d.ts +3 -2
  303. package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -1
  304. package/lib/typescript/module/ui/components/SignInModal.d.ts.map +1 -1
  305. package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts +1 -1
  306. package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -1
  307. package/lib/typescript/module/ui/context/OxyContext.d.ts +34 -0
  308. package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -1
  309. package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
  310. package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +6 -0
  311. package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
  312. package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts +3 -3
  313. package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts.map +1 -1
  314. package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts.map +1 -1
  315. package/lib/typescript/module/ui/hooks/queryClient.d.ts.map +1 -1
  316. package/lib/typescript/module/ui/hooks/useOxyAuthSession.d.ts +22 -0
  317. package/lib/typescript/module/ui/hooks/useOxyAuthSession.d.ts.map +1 -1
  318. package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts +3 -0
  319. package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts.map +1 -1
  320. package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts +2 -1
  321. package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -1
  322. package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  323. package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts.map +1 -1
  324. package/lib/typescript/module/ui/screens/AvatarCropScreen.d.ts.map +1 -1
  325. package/lib/typescript/module/ui/screens/ConnectedAppsScreen.d.ts.map +1 -1
  326. package/lib/typescript/module/ui/screens/CreateManagedAccountScreen.d.ts.map +1 -1
  327. package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
  328. package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -1
  329. package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -1
  330. package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts.map +1 -1
  331. package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  332. package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  333. package/lib/typescript/module/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -1
  334. package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  335. package/lib/typescript/module/ui/screens/ManageAccountScreen.d.ts.map +1 -1
  336. package/lib/typescript/module/ui/screens/NotificationsScreen.d.ts.map +1 -1
  337. package/lib/typescript/module/ui/screens/OxyAuthScreen.d.ts.map +1 -1
  338. package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  339. package/lib/typescript/module/ui/screens/PreferencesScreen.d.ts.map +1 -1
  340. package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  341. package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  342. package/lib/typescript/module/ui/screens/ProfileScreen.d.ts.map +1 -1
  343. package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
  344. package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  345. package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -1
  346. package/lib/typescript/module/ui/screens/UserListScreen.d.ts.map +1 -1
  347. package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  348. package/lib/typescript/module/ui/screens/trust/TrustAboutScreen.d.ts.map +1 -1
  349. package/lib/typescript/module/ui/screens/trust/TrustCenterScreen.d.ts.map +1 -1
  350. package/lib/typescript/module/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -1
  351. package/lib/typescript/module/ui/screens/trust/TrustLeaderboardScreen.d.ts.map +1 -1
  352. package/lib/typescript/module/ui/screens/trust/TrustRewardsScreen.d.ts.map +1 -1
  353. package/lib/typescript/module/ui/screens/trust/TrustRulesScreen.d.ts.map +1 -1
  354. package/lib/typescript/module/ui/utils/activeAuthuser.d.ts.map +1 -1
  355. package/lib/typescript/types/expo-haptics.d.ts +42 -0
  356. package/package.json +8 -3
  357. package/src/index.ts +2 -0
  358. package/src/types/expo-haptics.d.ts +42 -0
  359. package/src/ui/components/AccountMenu.tsx +11 -5
  360. package/src/ui/components/AnotherDeviceQR.tsx +53 -45
  361. package/src/ui/components/BottomSheetRouter.tsx +2 -1
  362. package/src/ui/components/FollowButton.tsx +24 -5
  363. package/src/ui/components/OxyLogo.tsx +1 -1
  364. package/src/ui/components/OxyProvider.tsx +22 -8
  365. package/src/ui/components/SignInModal.tsx +21 -2
  366. package/src/ui/components/TouchableRipple/TouchableRipple.native.tsx +1 -1
  367. package/src/ui/components/fileManagement/FileViewer.tsx +9 -9
  368. package/src/ui/components/fileManagement/UploadPreview.tsx +2 -2
  369. package/src/ui/context/OxyContext.tsx +178 -21
  370. package/src/ui/context/hooks/useAuthOperations.ts +6 -17
  371. package/src/ui/hooks/mutations/mutationFactory.ts +5 -5
  372. package/src/ui/hooks/mutations/useAccountMutations.ts +38 -38
  373. package/src/ui/hooks/mutations/useServicesMutations.ts +2 -2
  374. package/src/ui/hooks/queries/queryKeys.ts +6 -3
  375. package/src/ui/hooks/queries/useAccountQueries.ts +1 -1
  376. package/src/ui/hooks/queries/usePaymentQueries.ts +12 -12
  377. package/src/ui/hooks/queries/useServicesQueries.ts +9 -6
  378. package/src/ui/hooks/queryClient.ts +5 -5
  379. package/src/ui/hooks/useOxyAuthSession.ts +76 -2
  380. package/src/ui/hooks/useProfileEditing.ts +24 -0
  381. package/src/ui/hooks/useSessionManagement.ts +9 -6
  382. package/src/ui/screens/AccountVerificationScreen.tsx +101 -113
  383. package/src/ui/screens/AppInfoScreen.tsx +200 -238
  384. package/src/ui/screens/AvatarCropScreen.tsx +17 -4
  385. package/src/ui/screens/ConnectedAppsScreen.tsx +16 -34
  386. package/src/ui/screens/CreateManagedAccountScreen.tsx +94 -170
  387. package/src/ui/screens/EditProfileFieldScreen.tsx +77 -190
  388. package/src/ui/screens/FAQScreen.tsx +77 -208
  389. package/src/ui/screens/FeedbackScreen.tsx +330 -239
  390. package/src/ui/screens/FileManagementScreen.tsx +20 -20
  391. package/src/ui/screens/HelpSupportScreen.tsx +67 -82
  392. package/src/ui/screens/HistoryViewScreen.tsx +32 -38
  393. package/src/ui/screens/LanguageSelectorScreen.tsx +79 -93
  394. package/src/ui/screens/LearnMoreUsernamesScreen.tsx +81 -164
  395. package/src/ui/screens/LegalDocumentsScreen.tsx +184 -123
  396. package/src/ui/screens/ManageAccountScreen.tsx +48 -114
  397. package/src/ui/screens/NotificationsScreen.tsx +107 -106
  398. package/src/ui/screens/OxyAuthScreen.tsx +76 -109
  399. package/src/ui/screens/PaymentGatewayScreen.tsx +16 -7
  400. package/src/ui/screens/PreferencesScreen.tsx +96 -116
  401. package/src/ui/screens/PremiumSubscriptionScreen.tsx +419 -872
  402. package/src/ui/screens/PrivacySettingsScreen.tsx +203 -185
  403. package/src/ui/screens/ProfileScreen.tsx +162 -246
  404. package/src/ui/screens/SavesCollectionsScreen.tsx +78 -125
  405. package/src/ui/screens/SearchSettingsScreen.tsx +52 -41
  406. package/src/ui/screens/UserLinksScreen.tsx +18 -25
  407. package/src/ui/screens/UserListScreen.tsx +95 -188
  408. package/src/ui/screens/WelcomeNewUserScreen.tsx +109 -36
  409. package/src/ui/screens/trust/TrustAboutScreen.tsx +52 -41
  410. package/src/ui/screens/trust/TrustCenterScreen.tsx +184 -222
  411. package/src/ui/screens/trust/TrustFAQScreen.tsx +64 -124
  412. package/src/ui/screens/trust/TrustLeaderboardScreen.tsx +190 -67
  413. package/src/ui/screens/trust/TrustRewardsScreen.tsx +147 -182
  414. package/src/ui/screens/trust/TrustRulesScreen.tsx +77 -50
  415. package/src/ui/utils/activeAuthuser.ts +15 -9
  416. package/src/ui/utils/avatarUtils.ts +1 -1
  417. package/lib/commonjs/ui/components/feedback/FormInput.js +0 -72
  418. package/lib/commonjs/ui/components/feedback/FormInput.js.map +0 -1
  419. package/lib/commonjs/ui/components/feedback/feedbackStyles.js +0 -261
  420. package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +0 -1
  421. package/lib/module/ui/components/feedback/FormInput.js +0 -67
  422. package/lib/module/ui/components/feedback/FormInput.js.map +0 -1
  423. package/lib/module/ui/components/feedback/feedbackStyles.js +0 -256
  424. package/lib/module/ui/components/feedback/feedbackStyles.js.map +0 -1
  425. package/lib/typescript/commonjs/ui/components/feedback/FormInput.d.ts +0 -20
  426. package/lib/typescript/commonjs/ui/components/feedback/FormInput.d.ts.map +0 -1
  427. package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts +0 -279
  428. package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts.map +0 -1
  429. package/lib/typescript/module/ui/components/feedback/FormInput.d.ts +0 -20
  430. package/lib/typescript/module/ui/components/feedback/FormInput.d.ts.map +0 -1
  431. package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts +0 -279
  432. package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts.map +0 -1
  433. package/src/ui/components/feedback/FormInput.tsx +0 -84
  434. package/src/ui/components/feedback/feedbackStyles.ts +0 -246
@@ -1,21 +1,23 @@
1
1
  "use strict";
2
2
 
3
3
  import { useEffect, useMemo, useState } from 'react';
4
- import { View, Text, TouchableOpacity, StyleSheet, ActivityIndicator, ScrollView, Platform } from 'react-native';
4
+ import { View, ScrollView, StyleSheet } from 'react-native';
5
5
  import { Ionicons } from '@expo/vector-icons';
6
- import { useI18n } from "../../hooks/useI18n.js";
6
+ import { Chip } from '@oxyhq/bloom/chip';
7
7
  import { useTheme } from '@oxyhq/bloom/theme';
8
- import { useColorScheme } from "../../hooks/useColorScheme.js";
9
- import { Colors } from "../../constants/theme.js";
10
- import { normalizeColorScheme } from '@oxyhq/core';
11
- import { darkenColor } from "../../utils/colorUtils.js";
8
+ import { H1, Text } from '@oxyhq/bloom/typography';
9
+ import { SettingsListGroup, SettingsListItem } from '@oxyhq/bloom/settings-list';
10
+ import Header from "../../components/Header.js";
11
+ import { SettingsIcon } from "../../components/SettingsIcon.js";
12
+ import LoadingState from "../../components/LoadingState.js";
13
+ import { useI18n } from "../../hooks/useI18n.js";
12
14
  import { useOxy } from "../../context/OxyContext.js";
13
15
  import { getTrustTierLabel } from "./trustTier.js";
14
16
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
15
17
  const TrustCenterScreen = ({
16
- theme,
17
- navigate,
18
- goBack
18
+ onClose,
19
+ goBack,
20
+ navigate
19
21
  }) => {
20
22
  // Use useOxy() hook for OxyContext values
21
23
  const {
@@ -32,20 +34,7 @@ const TrustCenterScreen = ({
32
34
  const [isLoading, setIsLoading] = useState(true);
33
35
  const [error, setError] = useState(null);
34
36
  const bloomTheme = useTheme();
35
- const colorScheme = useColorScheme();
36
- const normalizedColorScheme = normalizeColorScheme(colorScheme);
37
- const themeColors = Colors[normalizedColorScheme];
38
- // Override primaryColor for Oxy Trust screens (purple instead of blue)
39
- const primaryColor = '#d169e5';
40
- const dangerColor = bloomTheme.colors.error;
41
- const mutedTextColor = bloomTheme.colors.textTertiary;
42
-
43
- // Icon colors from theme
44
- const iconLeaderboard = themeColors.iconPayments;
45
- const iconRules = themeColors.iconSecurity;
46
- const iconAbout = themeColors.iconPayments;
47
- const iconRewards = themeColors.iconStorage;
48
- const iconFAQ = themeColors.iconPersonalInfo;
37
+ const primaryColor = bloomTheme.colors.primary;
49
38
  useEffect(() => {
50
39
  if (!user) return;
51
40
  setIsLoading(true);
@@ -59,342 +48,156 @@ const TrustCenterScreen = ({
59
48
  }).finally(() => setIsLoading(false));
60
49
  }, [user, oxyServices, t]);
61
50
  const trustTierLabel = useMemo(() => trustTier ? getTrustTierLabel(trustTier, t) : null, [trustTier, t]);
51
+ const title = t('trust.center.title') || 'Trust Center';
62
52
  if (!isAuthenticated) {
63
- return /*#__PURE__*/_jsx(View, {
64
- style: [styles.container, {
65
- backgroundColor: bloomTheme.colors.background
66
- }],
67
- children: /*#__PURE__*/_jsx(Text, {
68
- style: [styles.message, {
69
- color: bloomTheme.colors.text
70
- }],
71
- children: t('common.status.notSignedIn') || 'Not signed in'
72
- })
53
+ return /*#__PURE__*/_jsxs(View, {
54
+ className: "flex-1 bg-bg",
55
+ children: [/*#__PURE__*/_jsx(Header, {
56
+ title: title,
57
+ onBack: goBack || onClose,
58
+ elevation: "subtle"
59
+ }), /*#__PURE__*/_jsx(View, {
60
+ style: styles.center,
61
+ children: /*#__PURE__*/_jsx(Text, {
62
+ className: "text-text font-medium text-base",
63
+ children: t('common.status.notSignedIn') || 'Not signed in'
64
+ })
65
+ })]
73
66
  });
74
67
  }
75
68
  if (isLoading) {
76
- return /*#__PURE__*/_jsx(View, {
77
- style: [styles.container, {
78
- justifyContent: 'center',
79
- backgroundColor: bloomTheme.colors.background
80
- }],
81
- children: /*#__PURE__*/_jsx(ActivityIndicator, {
82
- size: "large",
83
- color: primaryColor
84
- })
69
+ return /*#__PURE__*/_jsxs(View, {
70
+ className: "flex-1 bg-bg",
71
+ children: [/*#__PURE__*/_jsx(Header, {
72
+ title: title,
73
+ onBack: goBack || onClose,
74
+ elevation: "subtle"
75
+ }), /*#__PURE__*/_jsx(View, {
76
+ style: styles.center,
77
+ children: /*#__PURE__*/_jsx(LoadingState, {
78
+ color: primaryColor
79
+ })
80
+ })]
85
81
  });
86
82
  }
87
- return /*#__PURE__*/_jsx(View, {
88
- style: [styles.container, {
89
- backgroundColor: bloomTheme.colors.background
90
- }],
91
- children: /*#__PURE__*/_jsxs(ScrollView, {
92
- style: styles.scrollView,
93
- contentContainerStyle: styles.scrollContainer,
83
+ return /*#__PURE__*/_jsxs(View, {
84
+ className: "flex-1 bg-bg",
85
+ children: [/*#__PURE__*/_jsx(Header, {
86
+ title: title,
87
+ onBack: goBack || onClose,
88
+ elevation: "subtle"
89
+ }), /*#__PURE__*/_jsxs(ScrollView, {
90
+ className: "flex-1",
91
+ contentContainerClassName: "px-screen-margin pb-space-24",
94
92
  children: [/*#__PURE__*/_jsxs(View, {
95
- style: styles.walletHeader,
96
- children: [/*#__PURE__*/_jsx(Text, {
97
- style: [styles.reputationAmount, {
93
+ className: "items-center bg-fill-secondary rounded-radius-20 px-space-20 py-space-24 mb-space-16",
94
+ children: [/*#__PURE__*/_jsx(H1, {
95
+ style: {
98
96
  color: primaryColor
99
- }],
97
+ },
100
98
  children: reputationTotal ?? 0
101
99
  }), /*#__PURE__*/_jsx(Text, {
102
- style: [styles.reputationLabel, {
103
- color: bloomTheme.colors.textTertiary
104
- }],
100
+ className: "text-text-tertiary text-base mt-space-2 mb-space-12",
105
101
  children: t('trust.center.balance') || 'Reputation Balance'
106
- }), trustTierLabel && /*#__PURE__*/_jsxs(View, {
107
- style: [styles.tierBadge, {
108
- borderColor: primaryColor
109
- }],
110
- children: [/*#__PURE__*/_jsx(Ionicons, {
102
+ }), trustTierLabel ? /*#__PURE__*/_jsx(Chip, {
103
+ variant: "soft",
104
+ color: "primary",
105
+ startIcon: /*#__PURE__*/_jsx(Ionicons, {
111
106
  name: "shield-checkmark-outline",
112
107
  size: 14,
113
108
  color: primaryColor
114
- }), /*#__PURE__*/_jsx(Text, {
115
- style: [styles.tierBadgeText, {
116
- color: primaryColor
117
- }],
118
- children: trustTierLabel
119
- })]
120
- }), /*#__PURE__*/_jsxs(View, {
121
- style: styles.actionContainer,
122
- children: [/*#__PURE__*/_jsxs(View, {
123
- style: styles.actionRow,
124
- children: [/*#__PURE__*/_jsxs(TouchableOpacity, {
125
- style: styles.actionIconWrapper,
126
- onPress: () => navigate?.('TrustLeaderboard'),
127
- children: [/*#__PURE__*/_jsx(View, {
128
- style: [styles.actionIcon, {
129
- backgroundColor: iconLeaderboard
130
- }],
131
- children: /*#__PURE__*/_jsx(Ionicons, {
132
- name: "trophy-outline",
133
- size: 28,
134
- color: darkenColor(iconLeaderboard)
135
- })
136
- }), /*#__PURE__*/_jsx(Text, {
137
- style: [styles.actionLabel, {
138
- color: mutedTextColor
139
- }],
140
- children: t('trust.center.actions.leaderboard') || 'Leaderboard'
141
- })]
142
- }), /*#__PURE__*/_jsxs(TouchableOpacity, {
143
- style: styles.actionIconWrapper,
144
- onPress: () => navigate?.('TrustRules'),
145
- children: [/*#__PURE__*/_jsx(View, {
146
- style: [styles.actionIcon, {
147
- backgroundColor: iconRules
148
- }],
149
- children: /*#__PURE__*/_jsx(Ionicons, {
150
- name: "document-text-outline",
151
- size: 28,
152
- color: darkenColor(iconRules)
153
- })
154
- }), /*#__PURE__*/_jsx(Text, {
155
- style: [styles.actionLabel, {
156
- color: mutedTextColor
157
- }],
158
- children: t('trust.center.actions.rules') || 'Rules'
159
- })]
160
- }), /*#__PURE__*/_jsxs(TouchableOpacity, {
161
- style: styles.actionIconWrapper,
162
- onPress: () => navigate?.('AboutTrust'),
163
- children: [/*#__PURE__*/_jsx(View, {
164
- style: [styles.actionIcon, {
165
- backgroundColor: iconAbout
166
- }],
167
- children: /*#__PURE__*/_jsx(Ionicons, {
168
- name: "star-outline",
169
- size: 28,
170
- color: darkenColor(iconAbout)
171
- })
172
- }), /*#__PURE__*/_jsx(Text, {
173
- style: [styles.actionLabel, {
174
- color: mutedTextColor
175
- }],
176
- children: t('trust.center.actions.about') || 'About'
177
- })]
178
- })]
179
- }), /*#__PURE__*/_jsxs(View, {
180
- style: styles.actionRow,
181
- children: [/*#__PURE__*/_jsxs(TouchableOpacity, {
182
- style: styles.actionIconWrapper,
183
- onPress: () => navigate?.('TrustRewards'),
184
- children: [/*#__PURE__*/_jsx(View, {
185
- style: [styles.actionIcon, {
186
- backgroundColor: iconRewards
187
- }],
188
- children: /*#__PURE__*/_jsx(Ionicons, {
189
- name: "gift-outline",
190
- size: 28,
191
- color: darkenColor(iconRewards)
192
- })
193
- }), /*#__PURE__*/_jsx(Text, {
194
- style: [styles.actionLabel, {
195
- color: mutedTextColor
196
- }],
197
- children: t('trust.center.actions.rewards') || 'Rewards'
198
- })]
199
- }), /*#__PURE__*/_jsxs(TouchableOpacity, {
200
- style: styles.actionIconWrapper,
201
- onPress: () => navigate?.('TrustFAQ'),
202
- children: [/*#__PURE__*/_jsx(View, {
203
- style: [styles.actionIcon, {
204
- backgroundColor: iconFAQ
205
- }],
206
- children: /*#__PURE__*/_jsx(Ionicons, {
207
- name: "help-circle-outline",
208
- size: 28,
209
- color: darkenColor(iconFAQ)
210
- })
211
- }), /*#__PURE__*/_jsx(Text, {
212
- style: [styles.actionLabel, {
213
- color: mutedTextColor
214
- }],
215
- children: t('trust.center.actions.faq') || 'FAQ'
216
- })]
217
- })]
218
- })]
219
- }), /*#__PURE__*/_jsx(Text, {
220
- style: [styles.infoText, {
221
- color: mutedTextColor
222
- }],
109
+ }),
110
+ children: trustTierLabel
111
+ }) : null, /*#__PURE__*/_jsx(Text, {
112
+ className: "text-text-tertiary text-sm text-center mt-space-16",
113
+ style: styles.infoText,
223
114
  children: t('trust.center.info') || 'Reputation can only be earned by positive actions in the Oxy Ecosystem. It cannot be sent or received directly.'
224
115
  })]
225
- }), /*#__PURE__*/_jsx(Text, {
226
- style: [styles.sectionTitle, {
227
- color: bloomTheme.colors.text
228
- }],
229
- children: t('trust.center.history') || 'Reputation History'
230
- }), /*#__PURE__*/_jsx(View, {
231
- style: styles.historyContainer,
232
- children: transactions.length === 0 ? /*#__PURE__*/_jsx(Text, {
233
- style: {
234
- color: bloomTheme.colors.text,
235
- textAlign: 'center',
236
- marginTop: 16
237
- },
238
- children: t('trust.center.noHistory') || 'No reputation history yet.'
239
- }) : transactions.map(entry => /*#__PURE__*/_jsxs(View, {
240
- style: [styles.historyItem, {
241
- borderColor: bloomTheme.colors.border
242
- }],
243
- children: [/*#__PURE__*/_jsxs(Text, {
244
- style: [styles.historyPoints, {
245
- color: entry.points > 0 ? primaryColor : dangerColor
246
- }],
247
- children: [entry.points > 0 ? '+' : '', entry.points]
248
- }), /*#__PURE__*/_jsx(Text, {
249
- style: [styles.historyDesc, {
250
- color: bloomTheme.colors.text
251
- }],
252
- children: entry.reason || entry.actionType || t('trust.center.noDescription') || 'No description'
253
- }), /*#__PURE__*/_jsxs(View, {
254
- style: styles.historyMetaRow,
255
- children: [/*#__PURE__*/_jsx(Text, {
256
- style: [styles.historyCategory, {
257
- color: primaryColor
258
- }],
259
- children: entry.category
260
- }), /*#__PURE__*/_jsx(Text, {
261
- style: [styles.historyDate, {
262
- color: bloomTheme.colors.textTertiary
263
- }],
264
- children: entry.createdAt ? new Date(entry.createdAt).toLocaleString() : ''
265
- })]
266
- })]
116
+ }), /*#__PURE__*/_jsxs(SettingsListGroup, {
117
+ title: t('trust.center.actions.title') || 'Explore',
118
+ children: [/*#__PURE__*/_jsx(SettingsListItem, {
119
+ icon: /*#__PURE__*/_jsx(SettingsIcon, {
120
+ name: "trophy",
121
+ color: bloomTheme.colors.warning
122
+ }),
123
+ title: t('trust.center.actions.leaderboard') || 'Leaderboard',
124
+ onPress: () => navigate?.('TrustLeaderboard')
125
+ }), /*#__PURE__*/_jsx(SettingsListItem, {
126
+ icon: /*#__PURE__*/_jsx(SettingsIcon, {
127
+ name: "file-document",
128
+ color: bloomTheme.colors.info
129
+ }),
130
+ title: t('trust.center.actions.rules') || 'Rules',
131
+ onPress: () => navigate?.('TrustRules')
132
+ }), /*#__PURE__*/_jsx(SettingsListItem, {
133
+ icon: /*#__PURE__*/_jsx(SettingsIcon, {
134
+ name: "gift",
135
+ color: bloomTheme.colors.success
136
+ }),
137
+ title: t('trust.center.actions.rewards') || 'Rewards',
138
+ onPress: () => navigate?.('TrustRewards')
139
+ }), /*#__PURE__*/_jsx(SettingsListItem, {
140
+ icon: /*#__PURE__*/_jsx(SettingsIcon, {
141
+ name: "star",
142
+ color: bloomTheme.colors.primary
143
+ }),
144
+ title: t('trust.center.actions.about') || 'About',
145
+ onPress: () => navigate?.('AboutTrust')
146
+ }), /*#__PURE__*/_jsx(SettingsListItem, {
147
+ icon: /*#__PURE__*/_jsx(SettingsIcon, {
148
+ name: "help-circle",
149
+ color: bloomTheme.colors.secondary
150
+ }),
151
+ title: t('trust.center.actions.faq') || 'FAQ',
152
+ onPress: () => navigate?.('TrustFAQ')
153
+ })]
154
+ }), /*#__PURE__*/_jsx(SettingsListGroup, {
155
+ title: t('trust.center.history') || 'Reputation History',
156
+ children: transactions.length === 0 ? /*#__PURE__*/_jsx(SettingsListItem, {
157
+ icon: /*#__PURE__*/_jsx(SettingsIcon, {
158
+ name: "history",
159
+ color: bloomTheme.colors.textTertiary
160
+ }),
161
+ title: t('trust.center.noHistory') || 'No reputation history yet.',
162
+ showChevron: false,
163
+ disabled: true
164
+ }) : transactions.map(entry => /*#__PURE__*/_jsx(SettingsListItem, {
165
+ icon: /*#__PURE__*/_jsx(SettingsIcon, {
166
+ name: entry.points > 0 ? 'plus-circle' : 'minus-circle',
167
+ color: entry.points > 0 ? bloomTheme.colors.success : bloomTheme.colors.error
168
+ }),
169
+ title: entry.reason || entry.actionType || t('trust.center.noDescription') || 'No description',
170
+ description: `${entry.category}${entry.createdAt ? ` · ${new Date(entry.createdAt).toLocaleString()}` : ''}`,
171
+ rightElement: /*#__PURE__*/_jsx(Chip, {
172
+ variant: "soft",
173
+ size: "small",
174
+ color: entry.points > 0 ? 'success' : 'error',
175
+ children: `${entry.points > 0 ? '+' : ''}${entry.points}`
176
+ }),
177
+ showChevron: false
267
178
  }, entry.id))
268
- }), error && /*#__PURE__*/_jsx(Text, {
179
+ }), error ? /*#__PURE__*/_jsx(Text, {
180
+ className: "text-sm text-center mt-space-16",
269
181
  style: {
270
- color: dangerColor,
271
- marginTop: 16,
272
- textAlign: 'center'
182
+ color: bloomTheme.colors.error
273
183
  },
274
184
  children: error
275
- })]
276
- })
185
+ }) : null]
186
+ })]
277
187
  });
278
188
  };
189
+
190
+ // Layout-only styles: flex centering for the empty/loading branches and the
191
+ // info caption's measured max width. No color, spacing, radius, or typography
192
+ // roles live here — those use Bloom token classes.
279
193
  const styles = StyleSheet.create({
280
- container: {
281
- flex: 1
282
- },
283
- scrollView: {
284
- flex: 1
285
- },
286
- scrollContainer: {
287
- padding: 0,
288
- alignItems: 'center'
289
- },
290
- walletHeader: {
291
- alignItems: 'center',
292
- paddingTop: 36,
293
- paddingBottom: 24,
294
- width: '100%',
295
- backgroundColor: 'transparent'
296
- },
297
- reputationLabel: {
298
- fontSize: 16,
299
- marginBottom: 12
300
- },
301
- reputationAmount: {
302
- fontSize: 48,
303
- fontWeight: 'bold',
304
- marginBottom: 4
305
- },
306
- tierBadge: {
307
- flexDirection: 'row',
194
+ center: {
195
+ flex: 1,
308
196
  alignItems: 'center',
309
- gap: 6,
310
- borderWidth: 1,
311
- borderRadius: 999,
312
- paddingHorizontal: 12,
313
- paddingVertical: 5,
314
- marginBottom: 18
315
- },
316
- tierBadgeText: {
317
- fontSize: 13,
318
- fontWeight: '600'
319
- },
320
- actionContainer: {
321
- marginBottom: 18,
322
- gap: 8
323
- },
324
- actionRow: {
325
- flexDirection: 'row',
326
- justifyContent: 'center',
327
- gap: 2
328
- },
329
- actionIconWrapper: {
330
- alignItems: 'center',
331
- width: 72
332
- },
333
- actionIcon: {
334
- width: 56,
335
- height: 56,
336
- borderRadius: 28,
337
- alignItems: 'center',
338
- justifyContent: 'center',
339
- marginBottom: 6
340
- },
341
- actionIconText: {
342
- fontSize: 28
343
- },
344
- actionLabel: {
345
- fontSize: 10
197
+ justifyContent: 'center'
346
198
  },
347
199
  infoText: {
348
- fontSize: 13,
349
- textAlign: 'center',
350
- marginTop: 8,
351
- marginBottom: 8,
352
200
  maxWidth: 320
353
- },
354
- sectionTitle: {
355
- fontSize: 18,
356
- fontWeight: Platform.OS === 'web' ? '600' : undefined,
357
- marginTop: 8,
358
- alignSelf: 'flex-start',
359
- marginLeft: 24
360
- },
361
- historyContainer: {
362
- borderRadius: 15,
363
- overflow: 'hidden',
364
- marginBottom: 20,
365
- width: '100%',
366
- paddingHorizontal: 12
367
- },
368
- historyItem: {
369
- padding: 14,
370
- borderBottomWidth: 1
371
- },
372
- historyPoints: {
373
- fontSize: 16,
374
- fontWeight: '700'
375
- },
376
- historyDesc: {
377
- fontSize: 15,
378
- marginTop: 2
379
- },
380
- historyMetaRow: {
381
- flexDirection: 'row',
382
- alignItems: 'center',
383
- justifyContent: 'space-between',
384
- marginTop: 2
385
- },
386
- historyCategory: {
387
- fontSize: 12,
388
- fontWeight: '600',
389
- textTransform: 'capitalize'
390
- },
391
- historyDate: {
392
- fontSize: 13
393
- },
394
- message: {
395
- fontSize: 16,
396
- textAlign: 'center',
397
- marginTop: 24
398
201
  }
399
202
  });
400
203
  export default TrustCenterScreen;
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useMemo","useState","View","Text","TouchableOpacity","StyleSheet","ActivityIndicator","ScrollView","Platform","Ionicons","useI18n","useTheme","useColorScheme","Colors","normalizeColorScheme","darkenColor","useOxy","getTrustTierLabel","jsx","_jsx","jsxs","_jsxs","TrustCenterScreen","theme","navigate","goBack","user","oxyServices","isAuthenticated","t","reputationTotal","setReputationTotal","trustTier","setTrustTier","transactions","setTransactions","isLoading","setIsLoading","error","setError","bloomTheme","colorScheme","normalizedColorScheme","themeColors","primaryColor","dangerColor","colors","mutedTextColor","textTertiary","iconLeaderboard","iconPayments","iconRules","iconSecurity","iconAbout","iconRewards","iconStorage","iconFAQ","iconPersonalInfo","Promise","all","getReputationBalance","id","getReputationTransactions","then","balance","txns","total","Array","isArray","catch","err","Error","message","finally","trustTierLabel","style","styles","container","backgroundColor","background","children","color","text","justifyContent","size","scrollView","contentContainerStyle","scrollContainer","walletHeader","reputationAmount","reputationLabel","tierBadge","borderColor","name","tierBadgeText","actionContainer","actionRow","actionIconWrapper","onPress","actionIcon","actionLabel","infoText","sectionTitle","historyContainer","length","textAlign","marginTop","map","entry","historyItem","border","historyPoints","points","historyDesc","reason","actionType","historyMetaRow","historyCategory","category","historyDate","createdAt","Date","toLocaleString","create","flex","padding","alignItems","paddingTop","paddingBottom","width","fontSize","marginBottom","fontWeight","flexDirection","gap","borderWidth","borderRadius","paddingHorizontal","paddingVertical","height","actionIconText","maxWidth","OS","undefined","alignSelf","marginLeft","overflow","borderBottomWidth","textTransform"],"sourceRoot":"../../../../../src","sources":["ui/screens/trust/TrustCenterScreen.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["useEffect","useMemo","useState","View","ScrollView","StyleSheet","Ionicons","Chip","useTheme","H1","Text","SettingsListGroup","SettingsListItem","Header","SettingsIcon","LoadingState","useI18n","useOxy","getTrustTierLabel","jsx","_jsx","jsxs","_jsxs","TrustCenterScreen","onClose","goBack","navigate","user","oxyServices","isAuthenticated","t","reputationTotal","setReputationTotal","trustTier","setTrustTier","transactions","setTransactions","isLoading","setIsLoading","error","setError","bloomTheme","primaryColor","colors","primary","Promise","all","getReputationBalance","id","getReputationTransactions","then","balance","txns","total","Array","isArray","catch","err","Error","message","finally","trustTierLabel","title","className","children","onBack","elevation","style","styles","center","color","contentContainerClassName","variant","startIcon","name","size","infoText","icon","warning","onPress","info","success","secondary","length","textTertiary","showChevron","disabled","map","entry","points","reason","actionType","description","category","createdAt","Date","toLocaleString","rightElement","create","flex","alignItems","justifyContent","maxWidth"],"sourceRoot":"../../../../../src","sources":["ui/screens/trust/TrustCenterScreen.tsx"],"mappings":"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","ignoreList":[]}