@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
@@ -6,7 +6,7 @@ import { Ionicons } from '@expo/vector-icons';
6
6
  import { toast } from '../../lib/sonner';
7
7
  import { Header, LoadingState, EmptyState } from "../components/index.js";
8
8
  import { useI18n } from "../hooks/useI18n.js";
9
- import { useThemeStyles } from "../hooks/useThemeStyles.js";
9
+ import { useTheme } from '@oxyhq/bloom/theme';
10
10
  import { useOxy } from "../context/OxyContext.js";
11
11
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
12
  const FAQScreen = ({
@@ -20,7 +20,7 @@ const FAQScreen = ({
20
20
  const {
21
21
  t
22
22
  } = useI18n();
23
- const themeStyles = useThemeStyles(theme || 'light');
23
+ const bloomTheme = useTheme();
24
24
  const [faqs, setFaqs] = useState([]);
25
25
  const [isLoading, setIsLoading] = useState(true);
26
26
  const [searchQuery, setSearchQuery] = useState('');
@@ -72,11 +72,10 @@ const FAQScreen = ({
72
72
  return next;
73
73
  });
74
74
  }, []);
75
- const styles = useMemo(() => createStyles(themeStyles), [themeStyles]);
75
+ const styles = useMemo(() => createStyles(), []);
76
76
  return /*#__PURE__*/_jsxs(View, {
77
- style: [styles.container, {
78
- backgroundColor: themeStyles.backgroundColor
79
- }],
77
+ style: styles.container,
78
+ className: "bg-background",
80
79
  children: [/*#__PURE__*/_jsx(Header, {
81
80
  title: t('faq.title') || 'FAQ',
82
81
  onBack: goBack || onClose,
@@ -86,20 +85,20 @@ const FAQScreen = ({
86
85
  style: styles.searchContainer,
87
86
  children: /*#__PURE__*/_jsxs(View, {
88
87
  style: [styles.searchInputWrapper, {
89
- backgroundColor: themeStyles.secondaryBackgroundColor,
90
- borderColor: themeStyles.borderColor
88
+ backgroundColor: bloomTheme.colors.backgroundSecondary,
89
+ borderColor: bloomTheme.colors.border
91
90
  }],
92
91
  children: [/*#__PURE__*/_jsx(Ionicons, {
93
92
  name: "search",
94
93
  size: 20,
95
- color: themeStyles.mutedTextColor,
94
+ color: bloomTheme.colors.textSecondary,
96
95
  style: styles.searchIcon
97
96
  }), /*#__PURE__*/_jsx(TextInput, {
98
97
  style: [styles.searchInput, {
99
- color: themeStyles.textColor
98
+ color: bloomTheme.colors.text
100
99
  }],
101
100
  placeholder: t('faq.searchPlaceholder') || 'Search FAQs...',
102
- placeholderTextColor: themeStyles.mutedTextColor,
101
+ placeholderTextColor: bloomTheme.colors.textSecondary,
103
102
  value: searchQuery,
104
103
  onChangeText: setSearchQuery,
105
104
  accessibilityLabel: "Search FAQs"
@@ -110,7 +109,7 @@ const FAQScreen = ({
110
109
  children: /*#__PURE__*/_jsx(Ionicons, {
111
110
  name: "close-circle",
112
111
  size: 20,
113
- color: themeStyles.mutedTextColor
112
+ color: bloomTheme.colors.textSecondary
114
113
  })
115
114
  })]
116
115
  })
@@ -121,7 +120,7 @@ const FAQScreen = ({
121
120
  contentContainerStyle: styles.categoriesContent,
122
121
  children: [/*#__PURE__*/_jsx(TouchableOpacity, {
123
122
  style: [styles.categoryChip, !selectedCategory && styles.categoryChipActive, {
124
- backgroundColor: !selectedCategory ? themeStyles.primaryColor : themeStyles.secondaryBackgroundColor
123
+ backgroundColor: !selectedCategory ? bloomTheme.colors.primary : bloomTheme.colors.backgroundSecondary
125
124
  }],
126
125
  onPress: () => setSelectedCategory(null),
127
126
  accessibilityRole: "button",
@@ -131,13 +130,13 @@ const FAQScreen = ({
131
130
  },
132
131
  children: /*#__PURE__*/_jsx(Text, {
133
132
  style: [styles.categoryChipText, {
134
- color: !selectedCategory ? '#FFFFFF' : themeStyles.textColor
133
+ color: !selectedCategory ? '#FFFFFF' : bloomTheme.colors.text
135
134
  }],
136
135
  children: t('faq.allCategories') || 'All'
137
136
  })
138
137
  }), categories.map(cat => /*#__PURE__*/_jsx(TouchableOpacity, {
139
138
  style: [styles.categoryChip, selectedCategory === cat && styles.categoryChipActive, {
140
- backgroundColor: selectedCategory === cat ? themeStyles.primaryColor : themeStyles.secondaryBackgroundColor
139
+ backgroundColor: selectedCategory === cat ? bloomTheme.colors.primary : bloomTheme.colors.backgroundSecondary
141
140
  }],
142
141
  onPress: () => setSelectedCategory(cat),
143
142
  accessibilityRole: "button",
@@ -147,7 +146,7 @@ const FAQScreen = ({
147
146
  },
148
147
  children: /*#__PURE__*/_jsx(Text, {
149
148
  style: [styles.categoryChipText, {
150
- color: selectedCategory === cat ? '#FFFFFF' : themeStyles.textColor
149
+ color: selectedCategory === cat ? '#FFFFFF' : bloomTheme.colors.text
151
150
  }],
152
151
  children: cat
153
152
  })
@@ -157,16 +156,16 @@ const FAQScreen = ({
157
156
  showsVerticalScrollIndicator: false,
158
157
  children: isLoading ? /*#__PURE__*/_jsx(LoadingState, {
159
158
  message: t('faq.loading') || 'Loading FAQs...',
160
- color: themeStyles.textColor
159
+ color: bloomTheme.colors.text
161
160
  }) : filteredFaqs.length === 0 ? /*#__PURE__*/_jsx(EmptyState, {
162
161
  message: searchQuery ? t('faq.noResults') || 'No FAQs match your search' : t('faq.empty') || 'No FAQs available',
163
- textColor: themeStyles.textColor
162
+ textColor: bloomTheme.colors.text
164
163
  }) : filteredFaqs.map((faq, index) => {
165
164
  const isExpanded = expandedIds.has(faq.id);
166
165
  return /*#__PURE__*/_jsxs(View, {
167
166
  style: [styles.faqItem, {
168
- backgroundColor: themeStyles.secondaryBackgroundColor,
169
- borderColor: themeStyles.borderColor
167
+ backgroundColor: bloomTheme.colors.backgroundSecondary,
168
+ borderColor: bloomTheme.colors.border
170
169
  }, index === 0 && styles.faqItemFirst],
171
170
  children: [/*#__PURE__*/_jsxs(TouchableOpacity, {
172
171
  style: styles.faqQuestion,
@@ -179,21 +178,21 @@ const FAQScreen = ({
179
178
  },
180
179
  children: [/*#__PURE__*/_jsx(Text, {
181
180
  style: [styles.faqQuestionText, {
182
- color: themeStyles.textColor
181
+ color: bloomTheme.colors.text
183
182
  }],
184
183
  children: faq.question
185
184
  }), /*#__PURE__*/_jsx(Ionicons, {
186
185
  name: isExpanded ? 'chevron-up' : 'chevron-down',
187
186
  size: 20,
188
- color: themeStyles.mutedTextColor
187
+ color: bloomTheme.colors.textSecondary
189
188
  })]
190
189
  }), isExpanded && /*#__PURE__*/_jsxs(View, {
191
190
  style: [styles.faqAnswer, {
192
- borderTopColor: themeStyles.borderColor
191
+ borderTopColor: bloomTheme.colors.border
193
192
  }],
194
193
  children: [/*#__PURE__*/_jsx(Text, {
195
194
  style: [styles.faqAnswerText, {
196
- color: themeStyles.mutedTextColor
195
+ color: bloomTheme.colors.textSecondary
197
196
  }],
198
197
  children: faq.answer
199
198
  }), /*#__PURE__*/_jsxs(View, {
@@ -201,10 +200,10 @@ const FAQScreen = ({
201
200
  children: [/*#__PURE__*/_jsx(Ionicons, {
202
201
  name: "pricetag-outline",
203
202
  size: 14,
204
- color: themeStyles.primaryColor
203
+ color: bloomTheme.colors.primary
205
204
  }), /*#__PURE__*/_jsx(Text, {
206
205
  style: [styles.faqCategoryText, {
207
- color: themeStyles.primaryColor
206
+ color: bloomTheme.colors.primary
208
207
  }],
209
208
  children: faq.category
210
209
  })]
@@ -215,7 +214,7 @@ const FAQScreen = ({
215
214
  })]
216
215
  });
217
216
  };
218
- const createStyles = themeStyles => StyleSheet.create({
217
+ const createStyles = () => StyleSheet.create({
219
218
  container: {
220
219
  flex: 1
221
220
  },
@@ -1 +1 @@
1
- {"version":3,"names":["useState","useEffect","useCallback","useMemo","View","Text","TouchableOpacity","StyleSheet","ScrollView","TextInput","Platform","Ionicons","toast","Header","LoadingState","EmptyState","useI18n","useThemeStyles","useOxy","jsx","_jsx","jsxs","_jsxs","FAQScreen","onClose","theme","goBack","oxyServices","t","themeStyles","faqs","setFaqs","isLoading","setIsLoading","searchQuery","setSearchQuery","expandedIds","setExpandedIds","Set","selectedCategory","setSelectedCategory","loadFAQs","data","getFAQs","error","categories","cats","map","f","category","sort","filteredFaqs","result","filter","trim","query","toLowerCase","question","includes","answer","toggleExpanded","id","prev","next","has","delete","add","styles","createStyles","style","container","backgroundColor","children","title","onBack","variant","elevation","searchContainer","searchInputWrapper","secondaryBackgroundColor","borderColor","name","size","color","mutedTextColor","searchIcon","searchInput","textColor","placeholder","placeholderTextColor","value","onChangeText","accessibilityLabel","length","onPress","accessibilityRole","horizontal","showsHorizontalScrollIndicator","categoriesContainer","contentContainerStyle","categoriesContent","categoryChip","categoryChipActive","primaryColor","accessibilityState","selected","categoryChipText","cat","content","showsVerticalScrollIndicator","message","faq","index","isExpanded","faqItem","faqItemFirst","faqQuestion","accessibilityHint","expanded","faqQuestionText","faqAnswer","borderTopColor","faqAnswerText","faqCategory","faqCategoryText","create","flex","paddingHorizontal","paddingVertical","flexDirection","alignItems","borderRadius","borderWidth","height","marginRight","fontSize","select","web","outlineStyle","maxHeight","gap","fontWeight","padding","marginBottom","overflow","marginTop","justifyContent","paddingTop","borderTopWidth","lineHeight","marginLeft"],"sourceRoot":"../../../../src","sources":["ui/screens/FAQScreen.tsx"],"mappings":";;AACA,SAASA,QAAQ,EAAEC,SAAS,EAAEC,WAAW,EAAEC,OAAO,QAAQ,OAAO;AACjE,SACIC,IAAI,EACJC,IAAI,EACJC,gBAAgB,EAChBC,UAAU,EACVC,UAAU,EACVC,SAAS,EACTC,QAAQ,QACL,cAAc;AACrB,SAASC,QAAQ,QAAQ,oBAAoB;AAE7C,SAASC,KAAK,QAAQ,kBAAkB;AACxC,SAASC,MAAM,EAAEC,YAAY,EAAEC,UAAU,QAAQ,wBAAe;AAChE,SAASC,OAAO,QAAQ,qBAAkB;AAC1C,SAASC,cAAc,QAAQ,4BAAyB;AACxD,SAASC,MAAM,QAAQ,0BAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAS/C,MAAMC,SAAoC,GAAGA,CAAC;EAC1CC,OAAO;EACPC,KAAK;EACLC;AACJ,CAAC,KAAK;EACF,MAAM;IAAEC;EAAY,CAAC,GAAGT,MAAM,CAAC,CAAC;EAChC,MAAM;IAAEU;EAAE,CAAC,GAAGZ,OAAO,CAAC,CAAC;EACvB,MAAMa,WAAW,GAAGZ,cAAc,CAACQ,KAAK,IAAI,OAAO,CAAC;EAEpD,MAAM,CAACK,IAAI,EAAEC,OAAO,CAAC,GAAG/B,QAAQ,CAAQ,EAAE,CAAC;EAC3C,MAAM,CAACgC,SAAS,EAAEC,YAAY,CAAC,GAAGjC,QAAQ,CAAC,IAAI,CAAC;EAChD,MAAM,CAACkC,WAAW,EAAEC,cAAc,CAAC,GAAGnC,QAAQ,CAAC,EAAE,CAAC;EAClD,MAAM,CAACoC,WAAW,EAAEC,cAAc,CAAC,GAAGrC,QAAQ,CAAc,IAAIsC,GAAG,CAAC,CAAC,CAAC;EACtE,MAAM,CAACC,gBAAgB,EAAEC,mBAAmB,CAAC,GAAGxC,QAAQ,CAAgB,IAAI,CAAC;;EAE7E;EACAC,SAAS,CAAC,MAAM;IACZ,MAAMwC,QAAQ,GAAG,MAAAA,CAAA,KAAY;MACzB,IAAI;QACAR,YAAY,CAAC,IAAI,CAAC;QAClB,MAAMS,IAAI,GAAG,MAAMf,WAAW,CAACgB,OAAO,CAAC,CAAC;QACxCZ,OAAO,CAACW,IAAI,CAAC;MACjB,CAAC,CAAC,OAAOE,KAAK,EAAE;QACZhC,KAAK,CAACgC,KAAK,CAAChB,CAAC,CAAC,eAAe,CAAC,IAAI,qBAAqB,CAAC;MAC5D,CAAC,SAAS;QACNK,YAAY,CAAC,KAAK,CAAC;MACvB;IACJ,CAAC;IAEDQ,QAAQ,CAAC,CAAC;EACd,CAAC,EAAE,CAACd,WAAW,EAAEC,CAAC,CAAC,CAAC;;EAEpB;EACA,MAAMiB,UAAU,GAAG1C,OAAO,CAAC,MAAM;IAC7B,MAAM2C,IAAI,GAAG,CAAC,GAAG,IAAIR,GAAG,CAACR,IAAI,CAACiB,GAAG,CAACC,CAAC,IAAIA,CAAC,CAACC,QAAQ,CAAC,CAAC,CAAC;IACpD,OAAOH,IAAI,CAACI,IAAI,CAAC,CAAC;EACtB,CAAC,EAAE,CAACpB,IAAI,CAAC,CAAC;;EAEV;EACA,MAAMqB,YAAY,GAAGhD,OAAO,CAAC,MAAM;IAC/B,IAAIiD,MAAM,GAAGtB,IAAI;IAEjB,IAAIS,gBAAgB,EAAE;MAClBa,MAAM,GAAGA,MAAM,CAACC,MAAM,CAACL,CAAC,IAAIA,CAAC,CAACC,QAAQ,KAAKV,gBAAgB,CAAC;IAChE;IAEA,IAAIL,WAAW,CAACoB,IAAI,CAAC,CAAC,EAAE;MACpB,MAAMC,KAAK,GAAGrB,WAAW,CAACsB,WAAW,CAAC,CAAC;MACvCJ,MAAM,GAAGA,MAAM,CAACC,MAAM,CAACL,CAAC,IACpBA,CAAC,CAACS,QAAQ,CAACD,WAAW,CAAC,CAAC,CAACE,QAAQ,CAACH,KAAK,CAAC,IACxCP,CAAC,CAACW,MAAM,CAACH,WAAW,CAAC,CAAC,CAACE,QAAQ,CAACH,KAAK,CACzC,CAAC;IACL;IAEA,OAAOH,MAAM;EACjB,CAAC,EAAE,CAACtB,IAAI,EAAEI,WAAW,EAAEK,gBAAgB,CAAC,CAAC;EAEzC,MAAMqB,cAAc,GAAG1D,WAAW,CAAE2D,EAAU,IAAK;IAC/CxB,cAAc,CAACyB,IAAI,IAAI;MACnB,MAAMC,IAAI,GAAG,IAAIzB,GAAG,CAACwB,IAAI,CAAC;MAC1B,IAAIC,IAAI,CAACC,GAAG,CAACH,EAAE,CAAC,EAAE;QACdE,IAAI,CAACE,MAAM,CAACJ,EAAE,CAAC;MACnB,CAAC,MAAM;QACHE,IAAI,CAACG,GAAG,CAACL,EAAE,CAAC;MAChB;MACA,OAAOE,IAAI;IACf,CAAC,CAAC;EACN,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMI,MAAM,GAAGhE,OAAO,CAAC,MAAMiE,YAAY,CAACvC,WAAW,CAAC,EAAE,CAACA,WAAW,CAAC,CAAC;EAEtE,oBACIP,KAAA,CAAClB,IAAI;IAACiE,KAAK,EAAE,CAACF,MAAM,CAACG,SAAS,EAAE;MAAEC,eAAe,EAAE1C,WAAW,CAAC0C;IAAgB,CAAC,CAAE;IAAAC,QAAA,gBAC9EpD,IAAA,CAACP,MAAM;MACH4D,KAAK,EAAE7C,CAAC,CAAC,WAAW,CAAC,IAAI,KAAM;MAC/B8C,MAAM,EAAEhD,MAAM,IAAIF,OAAQ;MAC1BmD,OAAO,EAAC,SAAS;MACjBC,SAAS,EAAC;IAAQ,CACrB,CAAC,eAGFxD,IAAA,CAAChB,IAAI;MAACiE,KAAK,EAAEF,MAAM,CAACU,eAAgB;MAAAL,QAAA,eAChClD,KAAA,CAAClB,IAAI;QAACiE,KAAK,EAAE,CAACF,MAAM,CAACW,kBAAkB,EAAE;UAAEP,eAAe,EAAE1C,WAAW,CAACkD,wBAAwB;UAAEC,WAAW,EAAEnD,WAAW,CAACmD;QAAY,CAAC,CAAE;QAAAR,QAAA,gBACtIpD,IAAA,CAACT,QAAQ;UAACsE,IAAI,EAAC,QAAQ;UAACC,IAAI,EAAE,EAAG;UAACC,KAAK,EAAEtD,WAAW,CAACuD,cAAe;UAACf,KAAK,EAAEF,MAAM,CAACkB;QAAW,CAAE,CAAC,eACjGjE,IAAA,CAACX,SAAS;UACN4D,KAAK,EAAE,CAACF,MAAM,CAACmB,WAAW,EAAE;YAAEH,KAAK,EAAEtD,WAAW,CAAC0D;UAAU,CAAC,CAAE;UAC9DC,WAAW,EAAE5D,CAAC,CAAC,uBAAuB,CAAC,IAAI,gBAAiB;UAC5D6D,oBAAoB,EAAE5D,WAAW,CAACuD,cAAe;UACjDM,KAAK,EAAExD,WAAY;UACnByD,YAAY,EAAExD,cAAe;UAC7ByD,kBAAkB,EAAC;QAAa,CACnC,CAAC,EACD1D,WAAW,CAAC2D,MAAM,GAAG,CAAC,iBACnBzE,IAAA,CAACd,gBAAgB;UACbwF,OAAO,EAAEA,CAAA,KAAM3D,cAAc,CAAC,EAAE,CAAE;UAClC4D,iBAAiB,EAAC,QAAQ;UAC1BH,kBAAkB,EAAC,cAAc;UAAApB,QAAA,eAEjCpD,IAAA,CAACT,QAAQ;YAACsE,IAAI,EAAC,cAAc;YAACC,IAAI,EAAE,EAAG;YAACC,KAAK,EAAEtD,WAAW,CAACuD;UAAe,CAAE;QAAC,CAC/D,CACrB;MAAA,CACC;IAAC,CACL,CAAC,EAGNvC,UAAU,CAACgD,MAAM,GAAG,CAAC,iBAClBvE,KAAA,CAACd,UAAU;MACPwF,UAAU;MACVC,8BAA8B,EAAE,KAAM;MACtC5B,KAAK,EAAEF,MAAM,CAAC+B,mBAAoB;MAClCC,qBAAqB,EAAEhC,MAAM,CAACiC,iBAAkB;MAAA5B,QAAA,gBAEhDpD,IAAA,CAACd,gBAAgB;QACb+D,KAAK,EAAE,CACHF,MAAM,CAACkC,YAAY,EACnB,CAAC9D,gBAAgB,IAAI4B,MAAM,CAACmC,kBAAkB,EAC9C;UAAE/B,eAAe,EAAE,CAAChC,gBAAgB,GAAGV,WAAW,CAAC0E,YAAY,GAAG1E,WAAW,CAACkD;QAAyB,CAAC,CAC1G;QACFe,OAAO,EAAEA,CAAA,KAAMtD,mBAAmB,CAAC,IAAI,CAAE;QACzCuD,iBAAiB,EAAC,QAAQ;QAC1BH,kBAAkB,EAAC,qBAAqB;QACxCY,kBAAkB,EAAE;UAAEC,QAAQ,EAAE,CAAClE;QAAiB,CAAE;QAAAiC,QAAA,eAEpDpD,IAAA,CAACf,IAAI;UAACgE,KAAK,EAAE,CACTF,MAAM,CAACuC,gBAAgB,EACvB;YAAEvB,KAAK,EAAE,CAAC5C,gBAAgB,GAAG,SAAS,GAAGV,WAAW,CAAC0D;UAAU,CAAC,CAClE;UAAAf,QAAA,EACG5C,CAAC,CAAC,mBAAmB,CAAC,IAAI;QAAK,CAC9B;MAAC,CACO,CAAC,EAClBiB,UAAU,CAACE,GAAG,CAAC4D,GAAG,iBACfvF,IAAA,CAACd,gBAAgB;QAEb+D,KAAK,EAAE,CACHF,MAAM,CAACkC,YAAY,EACnB9D,gBAAgB,KAAKoE,GAAG,IAAIxC,MAAM,CAACmC,kBAAkB,EACrD;UAAE/B,eAAe,EAAEhC,gBAAgB,KAAKoE,GAAG,GAAG9E,WAAW,CAAC0E,YAAY,GAAG1E,WAAW,CAACkD;QAAyB,CAAC,CACjH;QACFe,OAAO,EAAEA,CAAA,KAAMtD,mBAAmB,CAACmE,GAAG,CAAE;QACxCZ,iBAAiB,EAAC,QAAQ;QAC1BH,kBAAkB,EAAE,aAAae,GAAG,EAAG;QACvCH,kBAAkB,EAAE;UAAEC,QAAQ,EAAElE,gBAAgB,KAAKoE;QAAI,CAAE;QAAAnC,QAAA,eAE3DpD,IAAA,CAACf,IAAI;UAACgE,KAAK,EAAE,CACTF,MAAM,CAACuC,gBAAgB,EACvB;YAAEvB,KAAK,EAAE5C,gBAAgB,KAAKoE,GAAG,GAAG,SAAS,GAAG9E,WAAW,CAAC0D;UAAU,CAAC,CACzE;UAAAf,QAAA,EACGmC;QAAG,CACF;MAAC,GAhBFA,GAiBS,CACrB,CAAC;IAAA,CACM,CACf,eAEDvF,IAAA,CAACZ,UAAU;MAAC6D,KAAK,EAAEF,MAAM,CAACyC,OAAQ;MAACC,4BAA4B,EAAE,KAAM;MAAArC,QAAA,EAClExC,SAAS,gBACNZ,IAAA,CAACN,YAAY;QACTgG,OAAO,EAAElF,CAAC,CAAC,aAAa,CAAC,IAAI,iBAAkB;QAC/CuD,KAAK,EAAEtD,WAAW,CAAC0D;MAAU,CAChC,CAAC,GACFpC,YAAY,CAAC0C,MAAM,KAAK,CAAC,gBACzBzE,IAAA,CAACL,UAAU;QACP+F,OAAO,EAAE5E,WAAW,GAAIN,CAAC,CAAC,eAAe,CAAC,IAAI,2BAA2B,GAAKA,CAAC,CAAC,WAAW,CAAC,IAAI,mBAAqB;QACrH2D,SAAS,EAAE1D,WAAW,CAAC0D;MAAU,CACpC,CAAC,GAEFpC,YAAY,CAACJ,GAAG,CAAC,CAACgE,GAAG,EAAEC,KAAK,KAAK;QAC7B,MAAMC,UAAU,GAAG7E,WAAW,CAAC4B,GAAG,CAAC+C,GAAG,CAAClD,EAAE,CAAC;QAC1C,oBACIvC,KAAA,CAAClB,IAAI;UAEDiE,KAAK,EAAE,CACHF,MAAM,CAAC+C,OAAO,EACd;YAAE3C,eAAe,EAAE1C,WAAW,CAACkD,wBAAwB;YAAEC,WAAW,EAAEnD,WAAW,CAACmD;UAAY,CAAC,EAC/FgC,KAAK,KAAK,CAAC,IAAI7C,MAAM,CAACgD,YAAY,CACpC;UAAA3C,QAAA,gBAEFlD,KAAA,CAAChB,gBAAgB;YACb+D,KAAK,EAAEF,MAAM,CAACiD,WAAY;YAC1BtB,OAAO,EAAEA,CAAA,KAAMlC,cAAc,CAACmD,GAAG,CAAClD,EAAE,CAAE;YACtCkC,iBAAiB,EAAC,QAAQ;YAC1BH,kBAAkB,EAAEmB,GAAG,CAACtD,QAAS;YACjC4D,iBAAiB,EAAEJ,UAAU,GAAG,iBAAiB,GAAG,eAAgB;YACpET,kBAAkB,EAAE;cAAEc,QAAQ,EAAEL;YAAW,CAAE;YAAAzC,QAAA,gBAE7CpD,IAAA,CAACf,IAAI;cAACgE,KAAK,EAAE,CAACF,MAAM,CAACoD,eAAe,EAAE;gBAAEpC,KAAK,EAAEtD,WAAW,CAAC0D;cAAU,CAAC,CAAE;cAAAf,QAAA,EACnEuC,GAAG,CAACtD;YAAQ,CACX,CAAC,eACPrC,IAAA,CAACT,QAAQ;cACLsE,IAAI,EAAEgC,UAAU,GAAG,YAAY,GAAG,cAAe;cACjD/B,IAAI,EAAE,EAAG;cACTC,KAAK,EAAEtD,WAAW,CAACuD;YAAe,CACrC,CAAC;UAAA,CACY,CAAC,EAClB6B,UAAU,iBACP3F,KAAA,CAAClB,IAAI;YAACiE,KAAK,EAAE,CAACF,MAAM,CAACqD,SAAS,EAAE;cAAEC,cAAc,EAAE5F,WAAW,CAACmD;YAAY,CAAC,CAAE;YAAAR,QAAA,gBACzEpD,IAAA,CAACf,IAAI;cAACgE,KAAK,EAAE,CAACF,MAAM,CAACuD,aAAa,EAAE;gBAAEvC,KAAK,EAAEtD,WAAW,CAACuD;cAAe,CAAC,CAAE;cAAAZ,QAAA,EACtEuC,GAAG,CAACpD;YAAM,CACT,CAAC,eACPrC,KAAA,CAAClB,IAAI;cAACiE,KAAK,EAAEF,MAAM,CAACwD,WAAY;cAAAnD,QAAA,gBAC5BpD,IAAA,CAACT,QAAQ;gBAACsE,IAAI,EAAC,kBAAkB;gBAACC,IAAI,EAAE,EAAG;gBAACC,KAAK,EAAEtD,WAAW,CAAC0E;cAAa,CAAE,CAAC,eAC/EnF,IAAA,CAACf,IAAI;gBAACgE,KAAK,EAAE,CAACF,MAAM,CAACyD,eAAe,EAAE;kBAAEzC,KAAK,EAAEtD,WAAW,CAAC0E;gBAAa,CAAC,CAAE;gBAAA/B,QAAA,EACtEuC,GAAG,CAAC9D;cAAQ,CACX,CAAC;YAAA,CACL,CAAC;UAAA,CACL,CACT;QAAA,GApCI8D,GAAG,CAAClD,EAqCP,CAAC;MAEf,CAAC;IACJ,CACO,CAAC;EAAA,CACX,CAAC;AAEf,CAAC;AAED,MAAMO,YAAY,GAAIvC,WAAgB,IAAKtB,UAAU,CAACsH,MAAM,CAAC;EACzDvD,SAAS,EAAE;IACPwD,IAAI,EAAE;EACV,CAAC;EACDjD,eAAe,EAAE;IACbkD,iBAAiB,EAAE,EAAE;IACrBC,eAAe,EAAE;EACrB,CAAC;EACDlD,kBAAkB,EAAE;IAChBmD,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,YAAY,EAAE,EAAE;IAChBC,WAAW,EAAE,CAAC;IACdL,iBAAiB,EAAE,EAAE;IACrBM,MAAM,EAAE;EACZ,CAAC;EACDhD,UAAU,EAAE;IACRiD,WAAW,EAAE;EACjB,CAAC;EACDhD,WAAW,EAAE;IACTwC,IAAI,EAAE,CAAC;IACPS,QAAQ,EAAE,EAAE;IACZ,GAAG7H,QAAQ,CAAC8H,MAAM,CAAC;MACf;MACAC,GAAG,EAAE;QAAEC,YAAY,EAAE;MAAsE;IAC/F,CAAC;EACL,CAAC;EACDxC,mBAAmB,EAAE;IACjByC,SAAS,EAAE;EACf,CAAC;EACDvC,iBAAiB,EAAE;IACf2B,iBAAiB,EAAE,EAAE;IACrBa,GAAG,EAAE;EACT,CAAC;EACDvC,YAAY,EAAE;IACV0B,iBAAiB,EAAE,EAAE;IACrBC,eAAe,EAAE,CAAC;IAClBG,YAAY,EAAE,EAAE;IAChBG,WAAW,EAAE;EACjB,CAAC;EACDhC,kBAAkB,EAAE,CAAC,CAAC;EACtBI,gBAAgB,EAAE;IACd6B,QAAQ,EAAE,EAAE;IACZM,UAAU,EAAE;EAChB,CAAC;EACDjC,OAAO,EAAE;IACLkB,IAAI,EAAE,CAAC;IACPgB,OAAO,EAAE;EACb,CAAC;EACD5B,OAAO,EAAE;IACLiB,YAAY,EAAE,EAAE;IAChBC,WAAW,EAAE,CAAC;IACdW,YAAY,EAAE,EAAE;IAChBC,QAAQ,EAAE;EACd,CAAC;EACD7B,YAAY,EAAE;IACV8B,SAAS,EAAE;EACf,CAAC;EACD7B,WAAW,EAAE;IACTa,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBgB,cAAc,EAAE,eAAe;IAC/BJ,OAAO,EAAE;EACb,CAAC;EACDvB,eAAe,EAAE;IACbO,IAAI,EAAE,CAAC;IACPS,QAAQ,EAAE,EAAE;IACZM,UAAU,EAAE,KAAK;IACjBP,WAAW,EAAE;EACjB,CAAC;EACDd,SAAS,EAAE;IACPsB,OAAO,EAAE,EAAE;IACXK,UAAU,EAAE,EAAE;IACdC,cAAc,EAAE;EACpB,CAAC;EACD1B,aAAa,EAAE;IACXa,QAAQ,EAAE,EAAE;IACZc,UAAU,EAAE;EAChB,CAAC;EACD1B,WAAW,EAAE;IACTM,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBe,SAAS,EAAE;EACf,CAAC;EACDrB,eAAe,EAAE;IACbW,QAAQ,EAAE,EAAE;IACZe,UAAU,EAAE,CAAC;IACbT,UAAU,EAAE;EAChB;AACJ,CAAC,CAAC;AAEF,eAAetH,SAAS","ignoreList":[]}
1
+ {"version":3,"names":["useState","useEffect","useCallback","useMemo","View","Text","TouchableOpacity","StyleSheet","ScrollView","TextInput","Platform","Ionicons","toast","Header","LoadingState","EmptyState","useI18n","useTheme","useOxy","jsx","_jsx","jsxs","_jsxs","FAQScreen","onClose","theme","goBack","oxyServices","t","bloomTheme","faqs","setFaqs","isLoading","setIsLoading","searchQuery","setSearchQuery","expandedIds","setExpandedIds","Set","selectedCategory","setSelectedCategory","loadFAQs","data","getFAQs","error","categories","cats","map","f","category","sort","filteredFaqs","result","filter","trim","query","toLowerCase","question","includes","answer","toggleExpanded","id","prev","next","has","delete","add","styles","createStyles","style","container","className","children","title","onBack","variant","elevation","searchContainer","searchInputWrapper","backgroundColor","colors","backgroundSecondary","borderColor","border","name","size","color","textSecondary","searchIcon","searchInput","text","placeholder","placeholderTextColor","value","onChangeText","accessibilityLabel","length","onPress","accessibilityRole","horizontal","showsHorizontalScrollIndicator","categoriesContainer","contentContainerStyle","categoriesContent","categoryChip","categoryChipActive","primary","accessibilityState","selected","categoryChipText","cat","content","showsVerticalScrollIndicator","message","textColor","faq","index","isExpanded","faqItem","faqItemFirst","faqQuestion","accessibilityHint","expanded","faqQuestionText","faqAnswer","borderTopColor","faqAnswerText","faqCategory","faqCategoryText","create","flex","paddingHorizontal","paddingVertical","flexDirection","alignItems","borderRadius","borderWidth","height","marginRight","fontSize","select","web","outlineStyle","maxHeight","gap","fontWeight","padding","marginBottom","overflow","marginTop","justifyContent","paddingTop","borderTopWidth","lineHeight","marginLeft"],"sourceRoot":"../../../../src","sources":["ui/screens/FAQScreen.tsx"],"mappings":"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","ignoreList":[]}
@@ -167,14 +167,12 @@ const FeedbackScreen = ({
167
167
  children: [/*#__PURE__*/_jsxs(View, {
168
168
  style: styles.modernHeader,
169
169
  children: [/*#__PURE__*/_jsx(Text, {
170
- style: [styles.stepTitle, {
171
- color: colors.text
172
- }],
170
+ style: styles.stepTitle,
171
+ className: "text-foreground",
173
172
  children: t('feedback.type.title') || 'What type of feedback?'
174
173
  }), /*#__PURE__*/_jsx(Text, {
175
- style: [styles.modernSubtitle, {
176
- color: colors.secondaryText
177
- }],
174
+ style: styles.modernSubtitle,
175
+ className: "text-muted-foreground",
178
176
  children: t('feedback.type.subtitle') || 'Choose the category that best describes your feedback'
179
177
  })]
180
178
  }), /*#__PURE__*/_jsx(View, {
@@ -186,9 +184,9 @@ const FeedbackScreen = ({
186
184
  style: styles.categoryContainer,
187
185
  children: [/*#__PURE__*/_jsx(Text, {
188
186
  style: [styles.modernLabel, {
189
- color: colors.secondaryText,
190
187
  marginBottom: 8
191
188
  }],
189
+ className: "text-muted-foreground",
192
190
  children: t('feedback.category.label') || 'Category'
193
191
  }), /*#__PURE__*/_jsx(View, {
194
192
  style: styles.fullBleed,
@@ -200,10 +198,9 @@ const FeedbackScreen = ({
200
198
  style: styles.navigationButtons,
201
199
  children: [/*#__PURE__*/_jsxs(TouchableOpacity, {
202
200
  style: [styles.navButton, {
203
- backgroundColor: 'transparent',
204
- borderColor: colors.border,
205
201
  borderRadius: 35
206
202
  }],
203
+ className: "border-border",
207
204
  onPress: goBack,
208
205
  accessibilityRole: "button",
209
206
  accessibilityLabel: "Go back",
@@ -212,17 +209,15 @@ const FeedbackScreen = ({
212
209
  size: 16,
213
210
  color: colors.text
214
211
  }), /*#__PURE__*/_jsx(Text, {
215
- style: [styles.navButtonText, {
216
- color: colors.text
217
- }],
212
+ style: styles.navButtonText,
213
+ className: "text-foreground",
218
214
  children: t('common.actions.back') || 'Back'
219
215
  })]
220
216
  }), /*#__PURE__*/_jsxs(TouchableOpacity, {
221
217
  style: [styles.navButton, {
222
- backgroundColor: colors.primary,
223
- borderColor: colors.primary,
224
218
  borderRadius: 35
225
219
  }],
220
+ className: "bg-primary border-primary",
226
221
  onPress: nextStep,
227
222
  disabled: !isTypeStepValid(),
228
223
  accessibilityRole: "button",
@@ -250,14 +245,12 @@ const FeedbackScreen = ({
250
245
  children: [/*#__PURE__*/_jsxs(View, {
251
246
  style: styles.modernHeader,
252
247
  children: [/*#__PURE__*/_jsx(Text, {
253
- style: [styles.stepTitle, {
254
- color: colors.text
255
- }],
248
+ style: styles.stepTitle,
249
+ className: "text-foreground",
256
250
  children: t('feedback.details.title') || 'Tell us more'
257
251
  }), /*#__PURE__*/_jsx(Text, {
258
- style: [styles.modernSubtitle, {
259
- color: colors.secondaryText
260
- }],
252
+ style: styles.modernSubtitle,
253
+ className: "text-muted-foreground",
261
254
  children: t('feedback.details.subtitle') || 'Provide details about your feedback'
262
255
  })]
263
256
  }), /*#__PURE__*/_jsx(FormInput, {
@@ -296,9 +289,9 @@ const FeedbackScreen = ({
296
289
  },
297
290
  children: [/*#__PURE__*/_jsx(Text, {
298
291
  style: [styles.modernLabel, {
299
- color: colors.secondaryText,
300
292
  marginBottom: 8
301
293
  }],
294
+ className: "text-muted-foreground",
302
295
  children: t('feedback.priority.label') || 'Priority Level'
303
296
  }), /*#__PURE__*/_jsx(View, {
304
297
  style: styles.fullBleed,
@@ -309,9 +302,8 @@ const FeedbackScreen = ({
309
302
  }), /*#__PURE__*/_jsxs(View, {
310
303
  style: styles.navigationButtons,
311
304
  children: [/*#__PURE__*/_jsxs(TouchableOpacity, {
312
- style: [styles.navButton, styles.backButton, {
313
- borderColor: colors.border
314
- }],
305
+ style: [styles.navButton, styles.backButton],
306
+ className: "border-border",
315
307
  onPress: prevStep,
316
308
  accessibilityRole: "button",
317
309
  accessibilityLabel: "Go back",
@@ -320,16 +312,13 @@ const FeedbackScreen = ({
320
312
  size: 16,
321
313
  color: colors.text
322
314
  }), /*#__PURE__*/_jsx(Text, {
323
- style: [styles.navButtonText, {
324
- color: colors.text
325
- }],
315
+ style: styles.navButtonText,
316
+ className: "text-foreground",
326
317
  children: t('common.actions.back') || 'Back'
327
318
  })]
328
319
  }), /*#__PURE__*/_jsxs(TouchableOpacity, {
329
- style: [styles.navButton, styles.nextButton, {
330
- backgroundColor: colors.primary,
331
- borderColor: colors.primary
332
- }],
320
+ style: [styles.navButton, styles.nextButton],
321
+ className: "bg-primary border-primary",
333
322
  onPress: nextStep,
334
323
  disabled: !isDetailsStepValid(),
335
324
  accessibilityRole: "button",
@@ -357,14 +346,12 @@ const FeedbackScreen = ({
357
346
  children: [/*#__PURE__*/_jsxs(View, {
358
347
  style: styles.modernHeader,
359
348
  children: [/*#__PURE__*/_jsx(Text, {
360
- style: [styles.stepTitle, {
361
- color: colors.text
362
- }],
349
+ style: styles.stepTitle,
350
+ className: "text-foreground",
363
351
  children: t('feedback.contact.title') || 'Contact Information'
364
352
  }), /*#__PURE__*/_jsx(Text, {
365
- style: [styles.modernSubtitle, {
366
- color: colors.secondaryText
367
- }],
353
+ style: styles.modernSubtitle,
354
+ className: "text-muted-foreground",
368
355
  children: t('feedback.contact.subtitle') || 'Help us get back to you'
369
356
  })]
370
357
  }), /*#__PURE__*/_jsx(FormInput, {
@@ -400,17 +387,15 @@ const FeedbackScreen = ({
400
387
  color: "#FFFFFF"
401
388
  })
402
389
  }), /*#__PURE__*/_jsx(Text, {
403
- style: [styles.checkboxText, {
404
- color: colors.text
405
- }],
390
+ style: styles.checkboxText,
391
+ className: "text-foreground",
406
392
  children: t('feedback.contact.includeSystemInfo') || 'Include system information to help us better understand your issue'
407
393
  })]
408
394
  }), /*#__PURE__*/_jsxs(View, {
409
395
  style: styles.navigationButtons,
410
396
  children: [/*#__PURE__*/_jsxs(TouchableOpacity, {
411
- style: [styles.navButton, styles.backButton, {
412
- borderColor: colors.border
413
- }],
397
+ style: [styles.navButton, styles.backButton],
398
+ className: "border-border",
414
399
  onPress: prevStep,
415
400
  accessibilityRole: "button",
416
401
  accessibilityLabel: "Go back",
@@ -419,16 +404,13 @@ const FeedbackScreen = ({
419
404
  size: 16,
420
405
  color: colors.text
421
406
  }), /*#__PURE__*/_jsx(Text, {
422
- style: [styles.navButtonText, {
423
- color: colors.text
424
- }],
407
+ style: styles.navButtonText,
408
+ className: "text-foreground",
425
409
  children: "Back"
426
410
  })]
427
411
  }), /*#__PURE__*/_jsxs(TouchableOpacity, {
428
- style: [styles.navButton, styles.nextButton, {
429
- backgroundColor: colors.primary,
430
- borderColor: colors.primary
431
- }],
412
+ style: [styles.navButton, styles.nextButton],
413
+ className: "bg-primary border-primary",
432
414
  onPress: nextStep,
433
415
  disabled: !isContactStepValid(),
434
416
  accessibilityRole: "button",
@@ -456,14 +438,12 @@ const FeedbackScreen = ({
456
438
  children: [/*#__PURE__*/_jsxs(View, {
457
439
  style: styles.modernHeader,
458
440
  children: [/*#__PURE__*/_jsx(Text, {
459
- style: [styles.stepTitle, {
460
- color: colors.text
461
- }],
441
+ style: styles.stepTitle,
442
+ className: "text-foreground",
462
443
  children: t('feedback.summary.title') || 'Summary'
463
444
  }), /*#__PURE__*/_jsx(Text, {
464
- style: [styles.modernSubtitle, {
465
- color: colors.secondaryText
466
- }],
445
+ style: styles.modernSubtitle,
446
+ className: "text-muted-foreground",
467
447
  children: t('feedback.summary.subtitle') || 'Please review your feedback before submitting'
468
448
  })]
469
449
  }), /*#__PURE__*/_jsxs(View, {
@@ -471,73 +451,62 @@ const FeedbackScreen = ({
471
451
  children: [/*#__PURE__*/_jsxs(View, {
472
452
  style: styles.summaryRow,
473
453
  children: [/*#__PURE__*/_jsx(Text, {
474
- style: [styles.summaryLabel, {
475
- color: colors.secondaryText
476
- }],
454
+ style: styles.summaryLabel,
455
+ className: "text-muted-foreground",
477
456
  children: "Type:"
478
457
  }), /*#__PURE__*/_jsx(Text, {
479
- style: [styles.summaryValue, {
480
- color: colors.text
481
- }],
458
+ style: styles.summaryValue,
459
+ className: "text-foreground",
482
460
  children: FEEDBACK_TYPES.find(t => t.id === feedbackData.type)?.label
483
461
  })]
484
462
  }), /*#__PURE__*/_jsxs(View, {
485
463
  style: styles.summaryRow,
486
464
  children: [/*#__PURE__*/_jsx(Text, {
487
- style: [styles.summaryLabel, {
488
- color: colors.secondaryText
489
- }],
465
+ style: styles.summaryLabel,
466
+ className: "text-muted-foreground",
490
467
  children: "Category:"
491
468
  }), /*#__PURE__*/_jsx(Text, {
492
- style: [styles.summaryValue, {
493
- color: colors.text
494
- }],
469
+ style: styles.summaryValue,
470
+ className: "text-foreground",
495
471
  children: feedbackData.category
496
472
  })]
497
473
  }), /*#__PURE__*/_jsxs(View, {
498
474
  style: styles.summaryRow,
499
475
  children: [/*#__PURE__*/_jsx(Text, {
500
- style: [styles.summaryLabel, {
501
- color: colors.secondaryText
502
- }],
476
+ style: styles.summaryLabel,
477
+ className: "text-muted-foreground",
503
478
  children: "Priority:"
504
479
  }), /*#__PURE__*/_jsx(Text, {
505
- style: [styles.summaryValue, {
506
- color: colors.text
507
- }],
480
+ style: styles.summaryValue,
481
+ className: "text-foreground",
508
482
  children: PRIORITY_LEVELS.find(p => p.id === feedbackData.priority)?.label
509
483
  })]
510
484
  }), /*#__PURE__*/_jsxs(View, {
511
485
  style: styles.summaryRow,
512
486
  children: [/*#__PURE__*/_jsx(Text, {
513
- style: [styles.summaryLabel, {
514
- color: colors.secondaryText
515
- }],
487
+ style: styles.summaryLabel,
488
+ className: "text-muted-foreground",
516
489
  children: "Title:"
517
490
  }), /*#__PURE__*/_jsx(Text, {
518
- style: [styles.summaryValue, {
519
- color: colors.text
520
- }],
491
+ style: styles.summaryValue,
492
+ className: "text-foreground",
521
493
  children: feedbackData.title
522
494
  })]
523
495
  }), /*#__PURE__*/_jsxs(View, {
524
496
  style: styles.summaryRow,
525
497
  children: [/*#__PURE__*/_jsx(Text, {
526
- style: [styles.summaryLabel, {
527
- color: colors.secondaryText
528
- }],
498
+ style: styles.summaryLabel,
499
+ className: "text-muted-foreground",
529
500
  children: "Contact:"
530
501
  }), /*#__PURE__*/_jsx(Text, {
531
- style: [styles.summaryValue, {
532
- color: colors.text
533
- }],
502
+ style: styles.summaryValue,
503
+ className: "text-foreground",
534
504
  children: feedbackData.contactEmail || user?.email
535
505
  })]
536
506
  })]
537
507
  }), /*#__PURE__*/_jsx(TouchableOpacity, {
538
- style: [styles.button, {
539
- backgroundColor: colors.primary
540
- }],
508
+ style: styles.button,
509
+ className: "bg-primary",
541
510
  onPress: handleSubmitFeedback,
542
511
  disabled: feedbackState.status === 'submitting',
543
512
  testID: "submit-feedback-button",
@@ -560,10 +529,9 @@ const FeedbackScreen = ({
560
529
  style: styles.navigationButtons,
561
530
  children: /*#__PURE__*/_jsxs(TouchableOpacity, {
562
531
  style: [styles.navButton, {
563
- backgroundColor: 'transparent',
564
- borderColor: colors.border,
565
532
  borderRadius: 35
566
533
  }],
534
+ className: "border-border",
567
535
  onPress: prevStep,
568
536
  accessibilityRole: "button",
569
537
  accessibilityLabel: "Go back",
@@ -572,9 +540,8 @@ const FeedbackScreen = ({
572
540
  size: 16,
573
541
  color: colors.text
574
542
  }), /*#__PURE__*/_jsx(Text, {
575
- style: [styles.navButtonText, {
576
- color: colors.text
577
- }],
543
+ style: styles.navButtonText,
544
+ className: "text-foreground",
578
545
  children: t('common.actions.back') || 'Back'
579
546
  })]
580
547
  })
@@ -601,19 +568,16 @@ const FeedbackScreen = ({
601
568
  color: colors.success || '#34C759'
602
569
  })
603
570
  }), /*#__PURE__*/_jsx(Text, {
604
- style: [styles.successTitle, {
605
- color: colors.text
606
- }],
571
+ style: styles.successTitle,
572
+ className: "text-foreground",
607
573
  children: t('feedback.success.thanks') || 'Thank You!'
608
574
  }), /*#__PURE__*/_jsx(Text, {
609
- style: [styles.successMessage, {
610
- color: colors.secondaryText
611
- }],
575
+ style: styles.successMessage,
576
+ className: "text-muted-foreground",
612
577
  children: t('feedback.success.message') || "Your feedback has been submitted successfully. We'll review it and get back to you soon."
613
578
  }), /*#__PURE__*/_jsx(TouchableOpacity, {
614
- style: [styles.button, {
615
- backgroundColor: colors.primary
616
- }],
579
+ style: styles.button,
580
+ className: "bg-primary",
617
581
  onPress: () => {
618
582
  resetForm();
619
583
  setCurrentStep(0);
@@ -643,13 +607,11 @@ const FeedbackScreen = ({
643
607
  }
644
608
  };
645
609
  return /*#__PURE__*/_jsxs(KeyboardAvoidingView, {
646
- style: [styles.container, {
647
- backgroundColor: theme === 'dark' ? colors.background : '#F7F9FC'
648
- }],
610
+ style: styles.container,
611
+ className: "bg-background",
649
612
  behavior: Platform.OS === 'ios' ? 'padding' : 'height',
650
613
  children: [/*#__PURE__*/_jsx(StatusBar, {
651
- barStyle: theme === 'dark' ? 'light-content' : 'dark-content',
652
- backgroundColor: theme === 'dark' ? colors.background : '#F7F9FC'
614
+ barStyle: theme === 'dark' ? 'light-content' : 'dark-content'
653
615
  }), /*#__PURE__*/_jsxs(ScrollView, {
654
616
  contentContainerStyle: [styles.scrollContent, {
655
617
  backgroundColor: 'transparent'