@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,279 +0,0 @@
1
- import type { FeedbackColors } from './types';
2
- export declare const createFeedbackStyles: (colors: FeedbackColors) => {
3
- container: {
4
- flex: number;
5
- };
6
- fullBleed: {
7
- width: "100%";
8
- alignSelf: "stretch";
9
- };
10
- scrollContent: {
11
- paddingHorizontal: number;
12
- paddingVertical: number;
13
- paddingTop: number;
14
- paddingBottom: number;
15
- flexGrow: number;
16
- };
17
- stepContainer: {
18
- flex: number;
19
- justifyContent: "flex-start";
20
- alignItems: "flex-start";
21
- };
22
- modernHeader: {
23
- alignItems: "flex-start";
24
- width: "100%";
25
- marginBottom: number;
26
- };
27
- stepTitle: {
28
- fontWeight: "bold" | undefined;
29
- fontSize: number;
30
- lineHeight: number;
31
- marginBottom: number;
32
- textAlign: "left";
33
- letterSpacing: number;
34
- };
35
- modernSubtitle: {
36
- fontSize: number;
37
- lineHeight: number;
38
- textAlign: "left";
39
- opacity: number;
40
- marginBottom: number;
41
- };
42
- inputContainer: {
43
- width: "100%";
44
- marginBottom: number;
45
- };
46
- premiumInputWrapper: {
47
- flexDirection: "row";
48
- alignItems: "center";
49
- height: number;
50
- borderRadius: number;
51
- paddingHorizontal: number;
52
- borderWidth: number;
53
- backgroundColor: string;
54
- };
55
- textAreaWrapper: {
56
- flexDirection: "column";
57
- alignItems: "flex-start";
58
- minHeight: number;
59
- borderRadius: number;
60
- paddingHorizontal: number;
61
- paddingVertical: number;
62
- borderWidth: number;
63
- backgroundColor: string;
64
- };
65
- inputIcon: {
66
- marginRight: number;
67
- };
68
- inputContent: {
69
- flex: number;
70
- };
71
- modernLabel: {
72
- fontSize: number;
73
- fontWeight: "500";
74
- marginBottom: number;
75
- };
76
- modernInput: {
77
- flex: number;
78
- fontSize: number;
79
- height: "100%";
80
- };
81
- textArea: {
82
- flex: number;
83
- fontSize: number;
84
- textAlignVertical: "top";
85
- minHeight: number;
86
- };
87
- categoryContainer: {
88
- marginBottom: number;
89
- };
90
- checkboxContainer: {
91
- flexDirection: "row";
92
- alignItems: "center";
93
- marginBottom: number;
94
- };
95
- checkbox: {
96
- width: number;
97
- height: number;
98
- borderRadius: number;
99
- borderWidth: number;
100
- marginRight: number;
101
- alignItems: "center";
102
- justifyContent: "center";
103
- };
104
- checkboxText: {
105
- fontSize: number;
106
- flex: number;
107
- };
108
- button: {
109
- boxShadow: string;
110
- shadowOffset?: undefined;
111
- shadowOpacity?: undefined;
112
- shadowRadius?: undefined;
113
- elevation?: undefined;
114
- flexDirection: "row";
115
- alignItems: "center";
116
- justifyContent: "center";
117
- paddingVertical: number;
118
- paddingHorizontal: number;
119
- borderRadius: number;
120
- marginVertical: number;
121
- gap: number;
122
- width: "100%";
123
- } | {
124
- shadowOffset: {
125
- width: number;
126
- height: number;
127
- };
128
- shadowOpacity: number;
129
- shadowRadius: number;
130
- elevation: number;
131
- boxShadow?: undefined;
132
- flexDirection: "row";
133
- alignItems: "center";
134
- justifyContent: "center";
135
- paddingVertical: number;
136
- paddingHorizontal: number;
137
- borderRadius: number;
138
- marginVertical: number;
139
- gap: number;
140
- width: "100%";
141
- };
142
- buttonText: {
143
- color: string;
144
- fontSize: number;
145
- fontWeight: "600";
146
- letterSpacing: number;
147
- };
148
- navigationButtons: {
149
- flexDirection: "row";
150
- justifyContent: "center";
151
- marginTop: number;
152
- marginBottom: number;
153
- width: "100%";
154
- gap: number;
155
- };
156
- navButton: {
157
- boxShadow: string;
158
- shadowOffset?: undefined;
159
- shadowOpacity?: undefined;
160
- shadowRadius?: undefined;
161
- elevation?: undefined;
162
- flexDirection: "row";
163
- alignItems: "center";
164
- paddingVertical: number;
165
- paddingHorizontal: number;
166
- gap: number;
167
- minWidth: number;
168
- borderWidth: number;
169
- } | {
170
- shadowOffset: {
171
- width: number;
172
- height: number;
173
- };
174
- shadowOpacity: number;
175
- shadowRadius: number;
176
- elevation: number;
177
- boxShadow?: undefined;
178
- flexDirection: "row";
179
- alignItems: "center";
180
- paddingVertical: number;
181
- paddingHorizontal: number;
182
- gap: number;
183
- minWidth: number;
184
- borderWidth: number;
185
- };
186
- backButton: {
187
- backgroundColor: string;
188
- borderTopLeftRadius: number;
189
- borderBottomLeftRadius: number;
190
- borderTopRightRadius: number;
191
- borderBottomRightRadius: number;
192
- };
193
- nextButton: {
194
- backgroundColor: string;
195
- borderTopRightRadius: number;
196
- borderBottomRightRadius: number;
197
- borderTopLeftRadius: number;
198
- borderBottomLeftRadius: number;
199
- };
200
- navButtonText: {
201
- fontSize: number;
202
- fontWeight: "500";
203
- };
204
- progressContainer: {
205
- flexDirection: "row";
206
- justifyContent: "center";
207
- marginBottom: number;
208
- marginTop: number;
209
- };
210
- progressDot: {
211
- boxShadow: string;
212
- shadowColor?: undefined;
213
- shadowOpacity?: undefined;
214
- shadowOffset?: undefined;
215
- shadowRadius?: undefined;
216
- elevation?: undefined;
217
- height: number;
218
- width: number;
219
- borderRadius: number;
220
- marginHorizontal: number;
221
- borderWidth: number;
222
- borderColor: string;
223
- } | {
224
- shadowColor: string;
225
- shadowOpacity: number;
226
- shadowOffset: {
227
- width: number;
228
- height: number;
229
- };
230
- shadowRadius: number;
231
- elevation: number;
232
- boxShadow?: undefined;
233
- height: number;
234
- width: number;
235
- borderRadius: number;
236
- marginHorizontal: number;
237
- borderWidth: number;
238
- borderColor: string;
239
- };
240
- summaryContainer: {
241
- padding: number;
242
- marginBottom: number;
243
- width: "100%";
244
- };
245
- summaryRow: {
246
- flexDirection: "row";
247
- marginBottom: number;
248
- };
249
- summaryLabel: {
250
- fontSize: number;
251
- width: number;
252
- };
253
- summaryValue: {
254
- fontSize: number;
255
- fontWeight: "600";
256
- flex: number;
257
- };
258
- successContainer: {
259
- alignItems: "center";
260
- justifyContent: "center";
261
- padding: number;
262
- };
263
- successIcon: {
264
- marginBottom: number;
265
- };
266
- successTitle: {
267
- fontSize: number;
268
- fontWeight: "bold";
269
- marginBottom: number;
270
- textAlign: "center";
271
- };
272
- successMessage: {
273
- fontSize: number;
274
- textAlign: "center";
275
- opacity: number;
276
- marginBottom: number;
277
- };
278
- };
279
- //# sourceMappingURL=feedbackStyles.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feedbackStyles.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/feedback/feedbackStyles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,eAAO,MAAM,oBAAoB,GAAI,QAAQ,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiPzD,CAAC"}
@@ -1,84 +0,0 @@
1
- import React from 'react';
2
- import { View, Text, TextInput } from 'react-native';
3
- import { Ionicons } from '@expo/vector-icons';
4
- import type { FeedbackColors } from './types';
5
-
6
- interface FormInputProps {
7
- icon: string;
8
- label: string;
9
- value: string;
10
- onChangeText: (text: string) => void;
11
- placeholder?: string;
12
- multiline?: boolean;
13
- numberOfLines?: number;
14
- testID?: string;
15
- colors: FeedbackColors;
16
- styles: any;
17
- borderColor?: string;
18
- accessibilityLabel?: string;
19
- accessibilityHint?: string;
20
- }
21
-
22
- const FormInput: React.FC<FormInputProps> = React.memo(({
23
- icon,
24
- label,
25
- value,
26
- onChangeText,
27
- placeholder,
28
- multiline = false,
29
- numberOfLines = 1,
30
- testID,
31
- colors,
32
- styles,
33
- borderColor,
34
- accessibilityLabel,
35
- accessibilityHint,
36
- }) => (
37
- <View style={styles.inputContainer}>
38
- <View style={[
39
- multiline ? styles.textAreaWrapper : styles.premiumInputWrapper,
40
- {
41
- borderColor: borderColor || colors.border,
42
- backgroundColor: colors.inputBackground,
43
- shadowColor: colors.primary,
44
- shadowOffset: { width: 0, height: 4 },
45
- shadowOpacity: 0.1,
46
- shadowRadius: 12,
47
- elevation: 3,
48
- }
49
- ]}>
50
- {!multiline && (
51
- <Ionicons
52
- name={icon as React.ComponentProps<typeof Ionicons>['name']}
53
- size={22}
54
- color={colors.secondaryText}
55
- style={styles.inputIcon}
56
- />
57
- )}
58
- <View style={styles.inputContent}>
59
- <Text style={[styles.modernLabel, { color: colors.secondaryText }]}>
60
- {label}
61
- </Text>
62
- <TextInput
63
- style={[
64
- multiline ? styles.textArea : styles.modernInput,
65
- { color: colors.text }
66
- ]}
67
- value={value}
68
- onChangeText={onChangeText}
69
- placeholder={placeholder}
70
- placeholderTextColor={`${colors.secondaryText}60`}
71
- multiline={multiline}
72
- numberOfLines={multiline ? numberOfLines : undefined}
73
- testID={testID}
74
- accessibilityLabel={accessibilityLabel || label}
75
- accessibilityHint={accessibilityHint}
76
- />
77
- </View>
78
- </View>
79
- </View>
80
- ));
81
-
82
- FormInput.displayName = 'FormInput';
83
-
84
- export default FormInput;
@@ -1,246 +0,0 @@
1
- import { StyleSheet, Platform, Dimensions } from 'react-native';
2
- import { screenContentStyle } from '../../constants/spacing';
3
- import type { FeedbackColors } from './types';
4
-
5
- export const createFeedbackStyles = (colors: FeedbackColors) => StyleSheet.create({
6
- container: {
7
- flex: 1,
8
- },
9
- fullBleed: {
10
- width: '100%',
11
- alignSelf: 'stretch',
12
- },
13
- scrollContent: {
14
- flexGrow: 1,
15
- ...screenContentStyle,
16
- },
17
- stepContainer: {
18
- flex: 1,
19
- justifyContent: 'flex-start',
20
- alignItems: 'flex-start',
21
- },
22
- modernHeader: {
23
- alignItems: 'flex-start',
24
- width: '100%',
25
- marginBottom: 24,
26
- },
27
- stepTitle: {
28
- fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
29
- fontSize: 42,
30
- lineHeight: 48,
31
- marginBottom: 12,
32
- textAlign: 'left',
33
- letterSpacing: -1,
34
- },
35
- modernSubtitle: {
36
- fontSize: 18,
37
- lineHeight: 24,
38
- textAlign: 'left',
39
- opacity: 0.8,
40
- marginBottom: 24,
41
- },
42
- inputContainer: {
43
- width: '100%',
44
- marginBottom: 24,
45
- },
46
- premiumInputWrapper: {
47
- flexDirection: 'row',
48
- alignItems: 'center',
49
- height: 56,
50
- borderRadius: 16,
51
- paddingHorizontal: 20,
52
- borderWidth: 2,
53
- backgroundColor: colors.inputBackground,
54
- },
55
- textAreaWrapper: {
56
- flexDirection: 'column',
57
- alignItems: 'flex-start',
58
- minHeight: 120,
59
- borderRadius: 16,
60
- paddingHorizontal: 20,
61
- paddingVertical: 16,
62
- borderWidth: 2,
63
- backgroundColor: colors.inputBackground,
64
- },
65
- inputIcon: {
66
- marginRight: 12,
67
- },
68
- inputContent: {
69
- flex: 1,
70
- },
71
- modernLabel: {
72
- fontSize: 12,
73
- fontWeight: '500',
74
- marginBottom: 2,
75
- },
76
- modernInput: {
77
- flex: 1,
78
- fontSize: 16,
79
- height: '100%',
80
- },
81
- textArea: {
82
- flex: 1,
83
- fontSize: 16,
84
- textAlignVertical: 'top',
85
- minHeight: 80,
86
- },
87
- categoryContainer: {
88
- marginBottom: 24,
89
- },
90
- checkboxContainer: {
91
- flexDirection: 'row',
92
- alignItems: 'center',
93
- marginBottom: 24,
94
- },
95
- checkbox: {
96
- width: 24,
97
- height: 24,
98
- borderRadius: 6,
99
- borderWidth: 2,
100
- marginRight: 12,
101
- alignItems: 'center',
102
- justifyContent: 'center',
103
- },
104
- checkboxText: {
105
- fontSize: 16,
106
- flex: 1,
107
- },
108
- button: {
109
- flexDirection: 'row',
110
- alignItems: 'center',
111
- justifyContent: 'center',
112
- paddingVertical: 18,
113
- paddingHorizontal: 32,
114
- borderRadius: 16,
115
- marginVertical: 8,
116
- gap: 8,
117
- width: '100%',
118
- ...Platform.select({
119
- web: {
120
- boxShadow: '0 4px 8px rgba(0,0,0,0.3)',
121
- },
122
- default: {
123
- shadowOffset: { width: 0, height: 4 },
124
- shadowOpacity: 0.3,
125
- shadowRadius: 8,
126
- elevation: 6,
127
- }
128
- }),
129
- },
130
- buttonText: {
131
- color: colors.background,
132
- fontSize: 16,
133
- fontWeight: '600',
134
- letterSpacing: 0.5,
135
- },
136
- navigationButtons: {
137
- flexDirection: 'row',
138
- justifyContent: 'center',
139
- marginTop: 16,
140
- marginBottom: 8,
141
- width: '100%',
142
- gap: 8,
143
- },
144
- navButton: {
145
- flexDirection: 'row',
146
- alignItems: 'center',
147
- paddingVertical: 6,
148
- paddingHorizontal: 12,
149
- gap: 6,
150
- minWidth: 70,
151
- borderWidth: 1,
152
- ...Platform.select({
153
- web: {
154
- boxShadow: '0 2px 4px rgba(0,0,0,0.1)',
155
- },
156
- default: {
157
- shadowOffset: { width: 0, height: 2 },
158
- shadowOpacity: 0.1,
159
- shadowRadius: 4,
160
- elevation: 2,
161
- }
162
- }),
163
- },
164
- backButton: {
165
- backgroundColor: 'transparent',
166
- borderTopLeftRadius: 35,
167
- borderBottomLeftRadius: 35,
168
- borderTopRightRadius: 12,
169
- borderBottomRightRadius: 12,
170
- },
171
- nextButton: {
172
- backgroundColor: 'transparent',
173
- borderTopRightRadius: 35,
174
- borderBottomRightRadius: 35,
175
- borderTopLeftRadius: 12,
176
- borderBottomLeftRadius: 12,
177
- },
178
- navButtonText: {
179
- fontSize: 13,
180
- fontWeight: '500',
181
- },
182
- progressContainer: {
183
- flexDirection: 'row',
184
- justifyContent: 'center',
185
- marginBottom: 20,
186
- marginTop: 8,
187
- },
188
- progressDot: {
189
- height: 10,
190
- width: 10,
191
- borderRadius: 5,
192
- marginHorizontal: 6,
193
- borderWidth: 2,
194
- borderColor: colors.background,
195
- ...Platform.select({
196
- web: {
197
- boxShadow: '0 1px 2px rgba(0,0,0,0.08)',
198
- },
199
- default: {
200
- shadowColor: colors.primary,
201
- shadowOpacity: 0.08,
202
- shadowOffset: { width: 0, height: 1 },
203
- shadowRadius: 2,
204
- elevation: 1,
205
- }
206
- }),
207
- },
208
- summaryContainer: {
209
- padding: 0,
210
- marginBottom: 24,
211
- width: '100%',
212
- },
213
- summaryRow: {
214
- flexDirection: 'row',
215
- marginBottom: 10,
216
- },
217
- summaryLabel: {
218
- fontSize: 15,
219
- width: 90,
220
- },
221
- summaryValue: {
222
- fontSize: 15,
223
- fontWeight: '600',
224
- flex: 1,
225
- },
226
- successContainer: {
227
- alignItems: 'center',
228
- justifyContent: 'center',
229
- padding: 40,
230
- },
231
- successIcon: {
232
- marginBottom: 24,
233
- },
234
- successTitle: {
235
- fontSize: 24,
236
- fontWeight: 'bold',
237
- marginBottom: 12,
238
- textAlign: 'center',
239
- },
240
- successMessage: {
241
- fontSize: 16,
242
- textAlign: 'center',
243
- opacity: 0.8,
244
- marginBottom: 24,
245
- },
246
- });