@oxyhq/services 6.9.33 → 6.9.35

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 (341) hide show
  1. package/lib/commonjs/ui/components/Avatar.js +5 -3
  2. package/lib/commonjs/ui/components/Avatar.js.map +1 -1
  3. package/lib/commonjs/ui/components/BottomSheet.js +2 -2
  4. package/lib/commonjs/ui/components/BottomSheet.js.map +1 -1
  5. package/lib/commonjs/ui/components/BottomSheetRouter.js +3 -4
  6. package/lib/commonjs/ui/components/BottomSheetRouter.js.map +1 -1
  7. package/lib/commonjs/ui/components/GroupedItem.js +12 -18
  8. package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
  9. package/lib/commonjs/ui/components/Header.js +11 -18
  10. package/lib/commonjs/ui/components/Header.js.map +1 -1
  11. package/lib/commonjs/ui/components/HelperText.js +6 -14
  12. package/lib/commonjs/ui/components/HelperText.js.map +1 -1
  13. package/lib/commonjs/ui/components/OxyLogo.js +4 -2
  14. package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
  15. package/lib/commonjs/ui/components/ProfileCard.js +13 -20
  16. package/lib/commonjs/ui/components/ProfileCard.js.map +1 -1
  17. package/lib/commonjs/ui/components/QuickActions.js +9 -13
  18. package/lib/commonjs/ui/components/QuickActions.js.map +1 -1
  19. package/lib/commonjs/ui/components/SectionTitle.js +2 -8
  20. package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
  21. package/lib/commonjs/ui/components/SignInModal.js +10 -16
  22. package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
  23. package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +6 -4
  24. package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
  25. package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +6 -4
  26. package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +1 -1
  27. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +36 -51
  28. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
  29. package/lib/commonjs/ui/components/fileManagement/FileViewer.js +68 -82
  30. package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
  31. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +35 -48
  32. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -1
  33. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +22 -34
  34. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
  35. package/lib/commonjs/ui/components/theming.js +14 -1
  36. package/lib/commonjs/ui/components/theming.js.map +1 -1
  37. package/lib/commonjs/ui/screens/AccountCenterScreen.js +15 -27
  38. package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
  39. package/lib/commonjs/ui/screens/AccountOverviewScreen.js +44 -49
  40. package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
  41. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +22 -29
  42. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
  43. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +2 -25
  44. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
  45. package/lib/commonjs/ui/screens/AccountVerificationScreen.js +20 -40
  46. package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
  47. package/lib/commonjs/ui/screens/AppInfoScreen.js +28 -24
  48. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
  49. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +25 -29
  50. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
  51. package/lib/commonjs/ui/screens/FAQScreen.js +26 -27
  52. package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -1
  53. package/lib/commonjs/ui/screens/FeedbackScreen.js +70 -108
  54. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  55. package/lib/commonjs/ui/screens/FileManagementScreen.js +106 -119
  56. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
  57. package/lib/commonjs/ui/screens/HelpSupportScreen.js +13 -10
  58. package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
  59. package/lib/commonjs/ui/screens/HistoryViewScreen.js +13 -10
  60. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  61. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +9 -13
  62. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  63. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +19 -20
  64. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
  65. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +16 -14
  66. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
  67. package/lib/commonjs/ui/screens/OxyAuthScreen.js +33 -60
  68. package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
  69. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +2 -5
  70. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
  71. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +10 -16
  72. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  73. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +65 -69
  74. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
  75. package/lib/commonjs/ui/screens/ProfileScreen.js +79 -110
  76. package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
  77. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +16 -13
  78. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
  79. package/lib/commonjs/ui/screens/SearchSettingsScreen.js +13 -17
  80. package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
  81. package/lib/commonjs/ui/screens/SessionManagementScreen.js +17 -30
  82. package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
  83. package/lib/commonjs/ui/screens/UserLinksScreen.js +6 -12
  84. package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
  85. package/lib/commonjs/ui/screens/UserListScreen.js +41 -35
  86. package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
  87. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +15 -14
  88. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  89. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +7 -12
  90. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
  91. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +25 -23
  92. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
  93. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +9 -17
  94. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
  95. package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +6 -11
  96. package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
  97. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +18 -22
  98. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
  99. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +6 -11
  100. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
  101. package/lib/module/ui/components/Avatar.js +5 -3
  102. package/lib/module/ui/components/Avatar.js.map +1 -1
  103. package/lib/module/ui/components/BottomSheet.js +2 -2
  104. package/lib/module/ui/components/BottomSheet.js.map +1 -1
  105. package/lib/module/ui/components/BottomSheetRouter.js +3 -4
  106. package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
  107. package/lib/module/ui/components/GroupedItem.js +12 -18
  108. package/lib/module/ui/components/GroupedItem.js.map +1 -1
  109. package/lib/module/ui/components/Header.js +11 -18
  110. package/lib/module/ui/components/Header.js.map +1 -1
  111. package/lib/module/ui/components/HelperText.js +6 -15
  112. package/lib/module/ui/components/HelperText.js.map +1 -1
  113. package/lib/module/ui/components/OxyLogo.js +4 -2
  114. package/lib/module/ui/components/OxyLogo.js.map +1 -1
  115. package/lib/module/ui/components/ProfileCard.js +13 -20
  116. package/lib/module/ui/components/ProfileCard.js.map +1 -1
  117. package/lib/module/ui/components/QuickActions.js +9 -13
  118. package/lib/module/ui/components/QuickActions.js.map +1 -1
  119. package/lib/module/ui/components/SectionTitle.js +2 -8
  120. package/lib/module/ui/components/SectionTitle.js.map +1 -1
  121. package/lib/module/ui/components/SignInModal.js +10 -16
  122. package/lib/module/ui/components/SignInModal.js.map +1 -1
  123. package/lib/module/ui/components/TextField/TextFieldFlat.js +6 -4
  124. package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
  125. package/lib/module/ui/components/TextField/TextFieldOutlined.js +6 -4
  126. package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
  127. package/lib/module/ui/components/fileManagement/FileDetailsModal.js +36 -51
  128. package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
  129. package/lib/module/ui/components/fileManagement/FileViewer.js +68 -82
  130. package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
  131. package/lib/module/ui/components/fileManagement/UploadPreview.js +35 -48
  132. package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
  133. package/lib/module/ui/components/modals/DeleteAccountModal.js +22 -34
  134. package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
  135. package/lib/module/ui/components/theming.js +15 -2
  136. package/lib/module/ui/components/theming.js.map +1 -1
  137. package/lib/module/ui/screens/AccountCenterScreen.js +14 -26
  138. package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
  139. package/lib/module/ui/screens/AccountOverviewScreen.js +45 -50
  140. package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
  141. package/lib/module/ui/screens/AccountSettingsScreen.js +21 -28
  142. package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
  143. package/lib/module/ui/screens/AccountSwitcherScreen.js +2 -25
  144. package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
  145. package/lib/module/ui/screens/AccountVerificationScreen.js +21 -41
  146. package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
  147. package/lib/module/ui/screens/AppInfoScreen.js +28 -24
  148. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
  149. package/lib/module/ui/screens/EditProfileFieldScreen.js +25 -29
  150. package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
  151. package/lib/module/ui/screens/FAQScreen.js +26 -27
  152. package/lib/module/ui/screens/FAQScreen.js.map +1 -1
  153. package/lib/module/ui/screens/FeedbackScreen.js +70 -108
  154. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
  155. package/lib/module/ui/screens/FileManagementScreen.js +106 -119
  156. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
  157. package/lib/module/ui/screens/HelpSupportScreen.js +13 -10
  158. package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
  159. package/lib/module/ui/screens/HistoryViewScreen.js +13 -10
  160. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  161. package/lib/module/ui/screens/LanguageSelectorScreen.js +9 -13
  162. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  163. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +19 -20
  164. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
  165. package/lib/module/ui/screens/LegalDocumentsScreen.js +16 -14
  166. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  167. package/lib/module/ui/screens/OxyAuthScreen.js +33 -60
  168. package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -1
  169. package/lib/module/ui/screens/PaymentGatewayScreen.js +2 -5
  170. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
  171. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +10 -16
  172. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  173. package/lib/module/ui/screens/PrivacySettingsScreen.js +65 -69
  174. package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
  175. package/lib/module/ui/screens/ProfileScreen.js +77 -108
  176. package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
  177. package/lib/module/ui/screens/SavesCollectionsScreen.js +16 -13
  178. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
  179. package/lib/module/ui/screens/SearchSettingsScreen.js +13 -17
  180. package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
  181. package/lib/module/ui/screens/SessionManagementScreen.js +17 -30
  182. package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
  183. package/lib/module/ui/screens/UserLinksScreen.js +6 -12
  184. package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
  185. package/lib/module/ui/screens/UserListScreen.js +39 -33
  186. package/lib/module/ui/screens/UserListScreen.js.map +1 -1
  187. package/lib/module/ui/screens/WelcomeNewUserScreen.js +15 -14
  188. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  189. package/lib/module/ui/screens/karma/KarmaAboutScreen.js +7 -12
  190. package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
  191. package/lib/module/ui/screens/karma/KarmaCenterScreen.js +25 -23
  192. package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
  193. package/lib/module/ui/screens/karma/KarmaFAQScreen.js +8 -16
  194. package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
  195. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +6 -11
  196. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
  197. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +17 -21
  198. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
  199. package/lib/module/ui/screens/karma/KarmaRulesScreen.js +6 -11
  200. package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
  201. package/lib/typescript/commonjs/ui/components/BottomSheet.d.ts.map +1 -1
  202. package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts.map +1 -1
  203. package/lib/typescript/commonjs/ui/components/Header.d.ts.map +1 -1
  204. package/lib/typescript/commonjs/ui/components/HelperText.d.ts.map +1 -1
  205. package/lib/typescript/commonjs/ui/components/ProfileCard.d.ts.map +1 -1
  206. package/lib/typescript/commonjs/ui/components/QuickActions.d.ts.map +1 -1
  207. package/lib/typescript/commonjs/ui/components/SectionTitle.d.ts.map +1 -1
  208. package/lib/typescript/commonjs/ui/components/SignInModal.d.ts.map +1 -1
  209. package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts +2 -2
  210. package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -1
  211. package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts +2 -2
  212. package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
  213. package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts +2 -2
  214. package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts.map +1 -1
  215. package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts.map +1 -1
  216. package/lib/typescript/commonjs/ui/components/theming.d.ts.map +1 -1
  217. package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts.map +1 -1
  218. package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
  219. package/lib/typescript/commonjs/ui/screens/AccountSwitcherScreen.d.ts.map +1 -1
  220. package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  221. package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts.map +1 -1
  222. package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
  223. package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -1
  224. package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -1
  225. package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts.map +1 -1
  226. package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  227. package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  228. package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  229. package/lib/typescript/commonjs/ui/screens/OxyAuthScreen.d.ts.map +1 -1
  230. package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  231. package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  232. package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  233. package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts.map +1 -1
  234. package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
  235. package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  236. package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  237. package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -1
  238. package/lib/typescript/commonjs/ui/screens/UserListScreen.d.ts.map +1 -1
  239. package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  240. package/lib/typescript/commonjs/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -1
  241. package/lib/typescript/commonjs/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -1
  242. package/lib/typescript/commonjs/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -1
  243. package/lib/typescript/commonjs/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -1
  244. package/lib/typescript/commonjs/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -1
  245. package/lib/typescript/commonjs/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -1
  246. package/lib/typescript/module/ui/components/BottomSheet.d.ts.map +1 -1
  247. package/lib/typescript/module/ui/components/GroupedItem.d.ts.map +1 -1
  248. package/lib/typescript/module/ui/components/Header.d.ts.map +1 -1
  249. package/lib/typescript/module/ui/components/HelperText.d.ts.map +1 -1
  250. package/lib/typescript/module/ui/components/ProfileCard.d.ts.map +1 -1
  251. package/lib/typescript/module/ui/components/QuickActions.d.ts.map +1 -1
  252. package/lib/typescript/module/ui/components/SectionTitle.d.ts.map +1 -1
  253. package/lib/typescript/module/ui/components/SignInModal.d.ts.map +1 -1
  254. package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts +2 -2
  255. package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -1
  256. package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts +2 -2
  257. package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
  258. package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts +2 -2
  259. package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts.map +1 -1
  260. package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts.map +1 -1
  261. package/lib/typescript/module/ui/components/theming.d.ts.map +1 -1
  262. package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts.map +1 -1
  263. package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
  264. package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts.map +1 -1
  265. package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  266. package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts.map +1 -1
  267. package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
  268. package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -1
  269. package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -1
  270. package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts.map +1 -1
  271. package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  272. package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  273. package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  274. package/lib/typescript/module/ui/screens/OxyAuthScreen.d.ts.map +1 -1
  275. package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  276. package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  277. package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  278. package/lib/typescript/module/ui/screens/ProfileScreen.d.ts.map +1 -1
  279. package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
  280. package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  281. package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  282. package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -1
  283. package/lib/typescript/module/ui/screens/UserListScreen.d.ts.map +1 -1
  284. package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  285. package/lib/typescript/module/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -1
  286. package/lib/typescript/module/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -1
  287. package/lib/typescript/module/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -1
  288. package/lib/typescript/module/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -1
  289. package/lib/typescript/module/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -1
  290. package/lib/typescript/module/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -1
  291. package/package.json +2 -2
  292. package/src/ui/components/Avatar.tsx +3 -3
  293. package/src/ui/components/BottomSheet.tsx +2 -3
  294. package/src/ui/components/BottomSheetRouter.tsx +2 -2
  295. package/src/ui/components/GroupedItem.tsx +8 -15
  296. package/src/ui/components/Header.tsx +7 -15
  297. package/src/ui/components/HelperText.tsx +4 -15
  298. package/src/ui/components/OxyLogo.tsx +2 -2
  299. package/src/ui/components/ProfileCard.tsx +14 -17
  300. package/src/ui/components/QuickActions.tsx +12 -14
  301. package/src/ui/components/SectionTitle.tsx +1 -7
  302. package/src/ui/components/SignInModal.tsx +4 -6
  303. package/src/ui/components/TextField/TextFieldFlat.tsx +4 -4
  304. package/src/ui/components/TextField/TextFieldOutlined.tsx +4 -4
  305. package/src/ui/components/fileManagement/FileDetailsModal.tsx +23 -22
  306. package/src/ui/components/fileManagement/FileViewer.tsx +57 -45
  307. package/src/ui/components/fileManagement/UploadPreview.tsx +23 -28
  308. package/src/ui/components/modals/DeleteAccountModal.tsx +13 -12
  309. package/src/ui/components/theming.tsx +15 -2
  310. package/src/ui/screens/AccountCenterScreen.tsx +10 -13
  311. package/src/ui/screens/AccountOverviewScreen.tsx +39 -39
  312. package/src/ui/screens/AccountSettingsScreen.tsx +15 -19
  313. package/src/ui/screens/AccountSwitcherScreen.tsx +1 -23
  314. package/src/ui/screens/AccountVerificationScreen.tsx +15 -33
  315. package/src/ui/screens/AppInfoScreen.tsx +28 -24
  316. package/src/ui/screens/EditProfileFieldScreen.tsx +24 -26
  317. package/src/ui/screens/FAQScreen.tsx +23 -23
  318. package/src/ui/screens/FeedbackScreen.tsx +47 -38
  319. package/src/ui/screens/FileManagementScreen.tsx +102 -116
  320. package/src/ui/screens/HelpSupportScreen.tsx +12 -8
  321. package/src/ui/screens/HistoryViewScreen.tsx +12 -8
  322. package/src/ui/screens/LanguageSelectorScreen.tsx +8 -11
  323. package/src/ui/screens/LearnMoreUsernamesScreen.tsx +17 -17
  324. package/src/ui/screens/LegalDocumentsScreen.tsx +14 -10
  325. package/src/ui/screens/OxyAuthScreen.tsx +17 -27
  326. package/src/ui/screens/PaymentGatewayScreen.tsx +1 -3
  327. package/src/ui/screens/PremiumSubscriptionScreen.tsx +10 -7
  328. package/src/ui/screens/PrivacySettingsScreen.tsx +63 -65
  329. package/src/ui/screens/ProfileScreen.tsx +54 -58
  330. package/src/ui/screens/SavesCollectionsScreen.tsx +15 -11
  331. package/src/ui/screens/SearchSettingsScreen.tsx +11 -13
  332. package/src/ui/screens/SessionManagementScreen.tsx +12 -12
  333. package/src/ui/screens/UserLinksScreen.tsx +4 -8
  334. package/src/ui/screens/UserListScreen.tsx +34 -46
  335. package/src/ui/screens/WelcomeNewUserScreen.tsx +11 -6
  336. package/src/ui/screens/karma/KarmaAboutScreen.tsx +6 -10
  337. package/src/ui/screens/karma/KarmaCenterScreen.tsx +23 -19
  338. package/src/ui/screens/karma/KarmaFAQScreen.tsx +7 -14
  339. package/src/ui/screens/karma/KarmaLeaderboardScreen.tsx +5 -9
  340. package/src/ui/screens/karma/KarmaRewardsScreen.tsx +15 -17
  341. package/src/ui/screens/karma/KarmaRulesScreen.tsx +5 -9
@@ -14,7 +14,7 @@ import type { BaseScreenProps } from '../types/navigation';
14
14
  import { toast } from '../../lib/sonner';
15
15
  import { Header, LoadingState, EmptyState } from '../components';
16
16
  import { useI18n } from '../hooks/useI18n';
17
- import { useThemeStyles } from '../hooks/useThemeStyles';
17
+ import { useTheme } from '@oxyhq/bloom/theme';
18
18
  import { useOxy } from '../context/OxyContext';
19
19
 
20
20
  interface FAQ {
@@ -31,7 +31,7 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
31
31
  }) => {
32
32
  const { oxyServices } = useOxy();
33
33
  const { t } = useI18n();
34
- const themeStyles = useThemeStyles(theme || 'light');
34
+ const bloomTheme = useTheme();
35
35
 
36
36
  const [faqs, setFaqs] = useState<FAQ[]>([]);
37
37
  const [isLoading, setIsLoading] = useState(true);
@@ -93,10 +93,10 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
93
93
  });
94
94
  }, []);
95
95
 
96
- const styles = useMemo(() => createStyles(themeStyles), [themeStyles]);
96
+ const styles = useMemo(() => createStyles(), []);
97
97
 
98
98
  return (
99
- <View style={[styles.container, { backgroundColor: themeStyles.backgroundColor }]}>
99
+ <View style={styles.container} className="bg-background">
100
100
  <Header
101
101
  title={t('faq.title') || 'FAQ'}
102
102
  onBack={goBack || onClose}
@@ -106,12 +106,12 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
106
106
 
107
107
  {/* Search bar */}
108
108
  <View style={styles.searchContainer}>
109
- <View style={[styles.searchInputWrapper, { backgroundColor: themeStyles.secondaryBackgroundColor, borderColor: themeStyles.borderColor }]}>
110
- <Ionicons name="search" size={20} color={themeStyles.mutedTextColor} style={styles.searchIcon} />
109
+ <View style={[styles.searchInputWrapper, { backgroundColor: bloomTheme.colors.backgroundSecondary, borderColor: bloomTheme.colors.border }]}>
110
+ <Ionicons name="search" size={20} color={bloomTheme.colors.textSecondary} style={styles.searchIcon} />
111
111
  <TextInput
112
- style={[styles.searchInput, { color: themeStyles.textColor }]}
112
+ style={[styles.searchInput, { color: bloomTheme.colors.text }]}
113
113
  placeholder={t('faq.searchPlaceholder') || 'Search FAQs...'}
114
- placeholderTextColor={themeStyles.mutedTextColor}
114
+ placeholderTextColor={bloomTheme.colors.textSecondary}
115
115
  value={searchQuery}
116
116
  onChangeText={setSearchQuery}
117
117
  accessibilityLabel="Search FAQs"
@@ -122,7 +122,7 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
122
122
  accessibilityRole="button"
123
123
  accessibilityLabel="Clear search"
124
124
  >
125
- <Ionicons name="close-circle" size={20} color={themeStyles.mutedTextColor} />
125
+ <Ionicons name="close-circle" size={20} color={bloomTheme.colors.textSecondary} />
126
126
  </TouchableOpacity>
127
127
  )}
128
128
  </View>
@@ -140,7 +140,7 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
140
140
  style={[
141
141
  styles.categoryChip,
142
142
  !selectedCategory && styles.categoryChipActive,
143
- { backgroundColor: !selectedCategory ? themeStyles.primaryColor : themeStyles.secondaryBackgroundColor }
143
+ { backgroundColor: !selectedCategory ? bloomTheme.colors.primary : bloomTheme.colors.backgroundSecondary }
144
144
  ]}
145
145
  onPress={() => setSelectedCategory(null)}
146
146
  accessibilityRole="button"
@@ -149,7 +149,7 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
149
149
  >
150
150
  <Text style={[
151
151
  styles.categoryChipText,
152
- { color: !selectedCategory ? '#FFFFFF' : themeStyles.textColor }
152
+ { color: !selectedCategory ? '#FFFFFF' : bloomTheme.colors.text }
153
153
  ]}>
154
154
  {t('faq.allCategories') || 'All'}
155
155
  </Text>
@@ -160,7 +160,7 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
160
160
  style={[
161
161
  styles.categoryChip,
162
162
  selectedCategory === cat && styles.categoryChipActive,
163
- { backgroundColor: selectedCategory === cat ? themeStyles.primaryColor : themeStyles.secondaryBackgroundColor }
163
+ { backgroundColor: selectedCategory === cat ? bloomTheme.colors.primary : bloomTheme.colors.backgroundSecondary }
164
164
  ]}
165
165
  onPress={() => setSelectedCategory(cat)}
166
166
  accessibilityRole="button"
@@ -169,7 +169,7 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
169
169
  >
170
170
  <Text style={[
171
171
  styles.categoryChipText,
172
- { color: selectedCategory === cat ? '#FFFFFF' : themeStyles.textColor }
172
+ { color: selectedCategory === cat ? '#FFFFFF' : bloomTheme.colors.text }
173
173
  ]}>
174
174
  {cat}
175
175
  </Text>
@@ -182,12 +182,12 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
182
182
  {isLoading ? (
183
183
  <LoadingState
184
184
  message={t('faq.loading') || 'Loading FAQs...'}
185
- color={themeStyles.textColor}
185
+ color={bloomTheme.colors.text}
186
186
  />
187
187
  ) : filteredFaqs.length === 0 ? (
188
188
  <EmptyState
189
189
  message={searchQuery ? (t('faq.noResults') || 'No FAQs match your search') : (t('faq.empty') || 'No FAQs available')}
190
- textColor={themeStyles.textColor}
190
+ textColor={bloomTheme.colors.text}
191
191
  />
192
192
  ) : (
193
193
  filteredFaqs.map((faq, index) => {
@@ -197,7 +197,7 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
197
197
  key={faq.id}
198
198
  style={[
199
199
  styles.faqItem,
200
- { backgroundColor: themeStyles.secondaryBackgroundColor, borderColor: themeStyles.borderColor },
200
+ { backgroundColor: bloomTheme.colors.backgroundSecondary, borderColor: bloomTheme.colors.border },
201
201
  index === 0 && styles.faqItemFirst,
202
202
  ]}
203
203
  >
@@ -209,23 +209,23 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
209
209
  accessibilityHint={isExpanded ? 'Collapse answer' : 'Expand answer'}
210
210
  accessibilityState={{ expanded: isExpanded }}
211
211
  >
212
- <Text style={[styles.faqQuestionText, { color: themeStyles.textColor }]}>
212
+ <Text style={[styles.faqQuestionText, { color: bloomTheme.colors.text }]}>
213
213
  {faq.question}
214
214
  </Text>
215
215
  <Ionicons
216
216
  name={isExpanded ? 'chevron-up' : 'chevron-down'}
217
217
  size={20}
218
- color={themeStyles.mutedTextColor}
218
+ color={bloomTheme.colors.textSecondary}
219
219
  />
220
220
  </TouchableOpacity>
221
221
  {isExpanded && (
222
- <View style={[styles.faqAnswer, { borderTopColor: themeStyles.borderColor }]}>
223
- <Text style={[styles.faqAnswerText, { color: themeStyles.mutedTextColor }]}>
222
+ <View style={[styles.faqAnswer, { borderTopColor: bloomTheme.colors.border }]}>
223
+ <Text style={[styles.faqAnswerText, { color: bloomTheme.colors.textSecondary }]}>
224
224
  {faq.answer}
225
225
  </Text>
226
226
  <View style={styles.faqCategory}>
227
- <Ionicons name="pricetag-outline" size={14} color={themeStyles.primaryColor} />
228
- <Text style={[styles.faqCategoryText, { color: themeStyles.primaryColor }]}>
227
+ <Ionicons name="pricetag-outline" size={14} color={bloomTheme.colors.primary} />
228
+ <Text style={[styles.faqCategoryText, { color: bloomTheme.colors.primary }]}>
229
229
  {faq.category}
230
230
  </Text>
231
231
  </View>
@@ -240,7 +240,7 @@ const FAQScreen: React.FC<BaseScreenProps> = ({
240
240
  );
241
241
  };
242
242
 
243
- const createStyles = (themeStyles: any) => StyleSheet.create({
243
+ const createStyles = () => StyleSheet.create({
244
244
  container: {
245
245
  flex: 1,
246
246
  },
@@ -181,10 +181,10 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
181
181
  const renderTypeStep = () => (
182
182
  <Animated.View style={[styles.stepContainer, { opacity: fadeAnim, transform: [{ translateX: slideAnim }] }]}>
183
183
  <View style={styles.modernHeader}>
184
- <Text style={[styles.stepTitle, { color: colors.text }]}>
184
+ <Text style={styles.stepTitle} className="text-foreground">
185
185
  {t('feedback.type.title') || 'What type of feedback?'}
186
186
  </Text>
187
- <Text style={[styles.modernSubtitle, { color: colors.secondaryText }]}>
187
+ <Text style={styles.modernSubtitle} className="text-muted-foreground">
188
188
  {t('feedback.type.subtitle') || 'Choose the category that best describes your feedback'}
189
189
  </Text>
190
190
  </View>
@@ -194,7 +194,7 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
194
194
 
195
195
  {feedbackData.type && (
196
196
  <View style={styles.categoryContainer}>
197
- <Text style={[styles.modernLabel, { color: colors.secondaryText, marginBottom: 8 }]}>
197
+ <Text style={[styles.modernLabel, { marginBottom: 8 }]} className="text-muted-foreground">
198
198
  {t('feedback.category.label') || 'Category'}
199
199
  </Text>
200
200
  <View style={styles.fullBleed}>
@@ -205,17 +205,19 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
205
205
 
206
206
  <View style={styles.navigationButtons}>
207
207
  <TouchableOpacity
208
- style={[styles.navButton, { backgroundColor: 'transparent', borderColor: colors.border, borderRadius: 35 }]}
208
+ style={[styles.navButton, { borderRadius: 35 }]}
209
+ className="border-border"
209
210
  onPress={goBack}
210
211
  accessibilityRole="button"
211
212
  accessibilityLabel="Go back"
212
213
  >
213
214
  <Ionicons name="arrow-back" size={16} color={colors.text} />
214
- <Text style={[styles.navButtonText, { color: colors.text }]}>{t('common.actions.back') || 'Back'}</Text>
215
+ <Text style={styles.navButtonText} className="text-foreground">{t('common.actions.back') || 'Back'}</Text>
215
216
  </TouchableOpacity>
216
217
 
217
218
  <TouchableOpacity
218
- style={[styles.navButton, { backgroundColor: colors.primary, borderColor: colors.primary, borderRadius: 35 }]}
219
+ style={[styles.navButton, { borderRadius: 35 }]}
220
+ className="bg-primary border-primary"
219
221
  onPress={nextStep}
220
222
  disabled={!isTypeStepValid()}
221
223
  accessibilityRole="button"
@@ -231,10 +233,10 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
231
233
  const renderDetailsStep = () => (
232
234
  <Animated.View style={[styles.stepContainer, { opacity: fadeAnim, transform: [{ translateX: slideAnim }] }]}>
233
235
  <View style={styles.modernHeader}>
234
- <Text style={[styles.stepTitle, { color: colors.text }]}>
236
+ <Text style={styles.stepTitle} className="text-foreground">
235
237
  {t('feedback.details.title') || 'Tell us more'}
236
238
  </Text>
237
- <Text style={[styles.modernSubtitle, { color: colors.secondaryText }]}>
239
+ <Text style={styles.modernSubtitle} className="text-muted-foreground">
238
240
  {t('feedback.details.subtitle') || 'Provide details about your feedback'}
239
241
  </Text>
240
242
  </View>
@@ -268,7 +270,7 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
268
270
  />
269
271
 
270
272
  <View style={{ marginBottom: 24 }}>
271
- <Text style={[styles.modernLabel, { color: colors.secondaryText, marginBottom: 8 }]}>
273
+ <Text style={[styles.modernLabel, { marginBottom: 8 }]} className="text-muted-foreground">
272
274
  {t('feedback.priority.label') || 'Priority Level'}
273
275
  </Text>
274
276
  <View style={styles.fullBleed}>
@@ -278,17 +280,19 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
278
280
 
279
281
  <View style={styles.navigationButtons}>
280
282
  <TouchableOpacity
281
- style={[styles.navButton, styles.backButton, { borderColor: colors.border }]}
283
+ style={[styles.navButton, styles.backButton]}
284
+ className="border-border"
282
285
  onPress={prevStep}
283
286
  accessibilityRole="button"
284
287
  accessibilityLabel="Go back"
285
288
  >
286
289
  <Ionicons name="arrow-back" size={16} color={colors.text} />
287
- <Text style={[styles.navButtonText, { color: colors.text }]}>{t('common.actions.back') || 'Back'}</Text>
290
+ <Text style={styles.navButtonText} className="text-foreground">{t('common.actions.back') || 'Back'}</Text>
288
291
  </TouchableOpacity>
289
292
 
290
293
  <TouchableOpacity
291
- style={[styles.navButton, styles.nextButton, { backgroundColor: colors.primary, borderColor: colors.primary }]}
294
+ style={[styles.navButton, styles.nextButton]}
295
+ className="bg-primary border-primary"
292
296
  onPress={nextStep}
293
297
  disabled={!isDetailsStepValid()}
294
298
  accessibilityRole="button"
@@ -304,10 +308,10 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
304
308
  const renderContactStep = () => (
305
309
  <Animated.View style={[styles.stepContainer, { opacity: fadeAnim, transform: [{ translateX: slideAnim }] }]}>
306
310
  <View style={styles.modernHeader}>
307
- <Text style={[styles.stepTitle, { color: colors.text }]}>
311
+ <Text style={styles.stepTitle} className="text-foreground">
308
312
  {t('feedback.contact.title') || 'Contact Information'}
309
313
  </Text>
310
- <Text style={[styles.modernSubtitle, { color: colors.secondaryText }]}>
314
+ <Text style={styles.modernSubtitle} className="text-muted-foreground">
311
315
  {t('feedback.contact.subtitle') || 'Help us get back to you'}
312
316
  </Text>
313
317
  </View>
@@ -341,24 +345,26 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
341
345
  >
342
346
  {feedbackData.systemInfo && <Ionicons name="checkmark" size={16} color="#FFFFFF" />}
343
347
  </TouchableOpacity>
344
- <Text style={[styles.checkboxText, { color: colors.text }]}>
348
+ <Text style={styles.checkboxText} className="text-foreground">
345
349
  {t('feedback.contact.includeSystemInfo') || 'Include system information to help us better understand your issue'}
346
350
  </Text>
347
351
  </View>
348
352
 
349
353
  <View style={styles.navigationButtons}>
350
354
  <TouchableOpacity
351
- style={[styles.navButton, styles.backButton, { borderColor: colors.border }]}
355
+ style={[styles.navButton, styles.backButton]}
356
+ className="border-border"
352
357
  onPress={prevStep}
353
358
  accessibilityRole="button"
354
359
  accessibilityLabel="Go back"
355
360
  >
356
361
  <Ionicons name="arrow-back" size={16} color={colors.text} />
357
- <Text style={[styles.navButtonText, { color: colors.text }]}>Back</Text>
362
+ <Text style={styles.navButtonText} className="text-foreground">Back</Text>
358
363
  </TouchableOpacity>
359
364
 
360
365
  <TouchableOpacity
361
- style={[styles.navButton, styles.nextButton, { backgroundColor: colors.primary, borderColor: colors.primary }]}
366
+ style={[styles.navButton, styles.nextButton]}
367
+ className="bg-primary border-primary"
362
368
  onPress={nextStep}
363
369
  disabled={!isContactStepValid()}
364
370
  accessibilityRole="button"
@@ -374,45 +380,46 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
374
380
  const renderSummaryStep = () => (
375
381
  <Animated.View style={[styles.stepContainer, { opacity: fadeAnim, transform: [{ translateX: slideAnim }] }]}>
376
382
  <View style={styles.modernHeader}>
377
- <Text style={[styles.stepTitle, { color: colors.text }]}>
383
+ <Text style={styles.stepTitle} className="text-foreground">
378
384
  {t('feedback.summary.title') || 'Summary'}
379
385
  </Text>
380
- <Text style={[styles.modernSubtitle, { color: colors.secondaryText }]}>
386
+ <Text style={styles.modernSubtitle} className="text-muted-foreground">
381
387
  {t('feedback.summary.subtitle') || 'Please review your feedback before submitting'}
382
388
  </Text>
383
389
  </View>
384
390
 
385
391
  <View style={styles.summaryContainer}>
386
392
  <View style={styles.summaryRow}>
387
- <Text style={[styles.summaryLabel, { color: colors.secondaryText }]}>Type:</Text>
388
- <Text style={[styles.summaryValue, { color: colors.text }]}>
393
+ <Text style={styles.summaryLabel} className="text-muted-foreground">Type:</Text>
394
+ <Text style={styles.summaryValue} className="text-foreground">
389
395
  {FEEDBACK_TYPES.find(t => t.id === feedbackData.type)?.label}
390
396
  </Text>
391
397
  </View>
392
398
  <View style={styles.summaryRow}>
393
- <Text style={[styles.summaryLabel, { color: colors.secondaryText }]}>Category:</Text>
394
- <Text style={[styles.summaryValue, { color: colors.text }]}>{feedbackData.category}</Text>
399
+ <Text style={styles.summaryLabel} className="text-muted-foreground">Category:</Text>
400
+ <Text style={styles.summaryValue} className="text-foreground">{feedbackData.category}</Text>
395
401
  </View>
396
402
  <View style={styles.summaryRow}>
397
- <Text style={[styles.summaryLabel, { color: colors.secondaryText }]}>Priority:</Text>
398
- <Text style={[styles.summaryValue, { color: colors.text }]}>
403
+ <Text style={styles.summaryLabel} className="text-muted-foreground">Priority:</Text>
404
+ <Text style={styles.summaryValue} className="text-foreground">
399
405
  {PRIORITY_LEVELS.find(p => p.id === feedbackData.priority)?.label}
400
406
  </Text>
401
407
  </View>
402
408
  <View style={styles.summaryRow}>
403
- <Text style={[styles.summaryLabel, { color: colors.secondaryText }]}>Title:</Text>
404
- <Text style={[styles.summaryValue, { color: colors.text }]}>{feedbackData.title}</Text>
409
+ <Text style={styles.summaryLabel} className="text-muted-foreground">Title:</Text>
410
+ <Text style={styles.summaryValue} className="text-foreground">{feedbackData.title}</Text>
405
411
  </View>
406
412
  <View style={styles.summaryRow}>
407
- <Text style={[styles.summaryLabel, { color: colors.secondaryText }]}>Contact:</Text>
408
- <Text style={[styles.summaryValue, { color: colors.text }]}>
413
+ <Text style={styles.summaryLabel} className="text-muted-foreground">Contact:</Text>
414
+ <Text style={styles.summaryValue} className="text-foreground">
409
415
  {feedbackData.contactEmail || user?.email}
410
416
  </Text>
411
417
  </View>
412
418
  </View>
413
419
 
414
420
  <TouchableOpacity
415
- style={[styles.button, { backgroundColor: colors.primary }]}
421
+ style={styles.button}
422
+ className="bg-primary"
416
423
  onPress={handleSubmitFeedback}
417
424
  disabled={feedbackState.status === 'submitting'}
418
425
  testID="submit-feedback-button"
@@ -431,13 +438,14 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
431
438
 
432
439
  <View style={styles.navigationButtons}>
433
440
  <TouchableOpacity
434
- style={[styles.navButton, { backgroundColor: 'transparent', borderColor: colors.border, borderRadius: 35 }]}
441
+ style={[styles.navButton, { borderRadius: 35 }]}
442
+ className="border-border"
435
443
  onPress={prevStep}
436
444
  accessibilityRole="button"
437
445
  accessibilityLabel="Go back"
438
446
  >
439
447
  <Ionicons name="arrow-back" size={16} color={colors.text} />
440
- <Text style={[styles.navButtonText, { color: colors.text }]}>{t('common.actions.back') || 'Back'}</Text>
448
+ <Text style={styles.navButtonText} className="text-foreground">{t('common.actions.back') || 'Back'}</Text>
441
449
  </TouchableOpacity>
442
450
  </View>
443
451
  </Animated.View>
@@ -449,14 +457,15 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
449
457
  <View style={[styles.successIcon, { backgroundColor: `${colors.success || '#34C759'}20`, padding: 24, borderRadius: 50 }]}>
450
458
  <Ionicons name="checkmark-circle" size={48} color={colors.success || '#34C759'} />
451
459
  </View>
452
- <Text style={[styles.successTitle, { color: colors.text }]}>
460
+ <Text style={styles.successTitle} className="text-foreground">
453
461
  {t('feedback.success.thanks') || 'Thank You!'}
454
462
  </Text>
455
- <Text style={[styles.successMessage, { color: colors.secondaryText }]}>
463
+ <Text style={styles.successMessage} className="text-muted-foreground">
456
464
  {t('feedback.success.message') || "Your feedback has been submitted successfully. We'll review it and get back to you soon."}
457
465
  </Text>
458
466
  <TouchableOpacity
459
- style={[styles.button, { backgroundColor: colors.primary }]}
467
+ style={styles.button}
468
+ className="bg-primary"
460
469
  onPress={() => { resetForm(); setCurrentStep(0); }}
461
470
  accessibilityRole="button"
462
471
  accessibilityLabel="Submit another feedback"
@@ -480,12 +489,12 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
480
489
 
481
490
  return (
482
491
  <KeyboardAvoidingView
483
- style={[styles.container, { backgroundColor: theme === 'dark' ? colors.background : '#F7F9FC' }]}
492
+ style={styles.container}
493
+ className="bg-background"
484
494
  behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
485
495
  >
486
496
  <StatusBar
487
497
  barStyle={theme === 'dark' ? 'light-content' : 'dark-content'}
488
- backgroundColor={theme === 'dark' ? colors.background : '#F7F9FC'}
489
498
  />
490
499
 
491
500
  <ScrollView