@oxyhq/services 5.21.7 → 5.23.0

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 (410) hide show
  1. package/README.md +201 -2
  2. package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
  3. package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
  4. package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
  5. package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
  6. package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
  7. package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
  8. package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
  9. package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
  10. package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
  11. package/lib/commonjs/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
  12. package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
  13. package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
  14. package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
  15. package/lib/commonjs/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
  16. package/lib/commonjs/core/HttpService.js +87 -2
  17. package/lib/commonjs/core/HttpService.js.map +1 -1
  18. package/lib/commonjs/core/mixins/OxyServices.assets.js +3 -1
  19. package/lib/commonjs/core/mixins/OxyServices.assets.js.map +1 -1
  20. package/lib/commonjs/i18n/locales/en-US.json +3 -3
  21. package/lib/commonjs/i18n/locales/es-ES.json +240 -19
  22. package/lib/commonjs/ui/components/Avatar.js +1 -1
  23. package/lib/commonjs/ui/components/Avatar.js.map +1 -1
  24. package/lib/commonjs/ui/components/FollowButton.js +1 -1
  25. package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
  26. package/lib/commonjs/ui/components/FontLoader.js +34 -34
  27. package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
  28. package/lib/commonjs/ui/components/Header.js +4 -4
  29. package/lib/commonjs/ui/components/Header.js.map +1 -1
  30. package/lib/commonjs/ui/components/OxyPayButton.js +1 -1
  31. package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
  32. package/lib/commonjs/ui/components/OxySignInButton.js +2 -1
  33. package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
  34. package/lib/commonjs/ui/components/ProfileCard.js +1 -1
  35. package/lib/commonjs/ui/components/ProfileCard.js.map +1 -1
  36. package/lib/commonjs/ui/components/SectionTitle.js +1 -1
  37. package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
  38. package/lib/commonjs/ui/components/StepBasedScreen.js +2 -1
  39. package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
  40. package/lib/commonjs/ui/components/feedback/feedbackStyles.js +2 -1
  41. package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -1
  42. package/lib/commonjs/ui/components/fileManagement/styles.js +17 -17
  43. package/lib/commonjs/ui/components/fileManagement/styles.js.map +1 -1
  44. package/lib/commonjs/ui/components/payment/paymentStyles.js +7 -7
  45. package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
  46. package/lib/commonjs/ui/navigation/routes.js +2 -0
  47. package/lib/commonjs/ui/navigation/routes.js.map +1 -1
  48. package/lib/commonjs/ui/screens/AccountCenterScreen.js +4 -2
  49. package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
  50. package/lib/commonjs/ui/screens/AccountOverviewScreen.js +13 -5
  51. package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
  52. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +273 -1820
  53. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
  54. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +1 -1
  55. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
  56. package/lib/commonjs/ui/screens/AccountVerificationScreen.js +3 -1
  57. package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
  58. package/lib/commonjs/ui/screens/AppInfoScreen.js +2 -2
  59. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
  60. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +640 -0
  61. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -0
  62. package/lib/commonjs/ui/screens/FileManagementScreen.js +39 -21
  63. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
  64. package/lib/commonjs/ui/screens/HistoryViewScreen.js +9 -3
  65. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  66. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +4 -2
  67. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  68. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +3 -1
  69. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
  70. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +11 -12
  71. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  72. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +12 -4
  73. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
  74. package/lib/commonjs/ui/screens/SearchSettingsScreen.js +3 -1
  75. package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
  76. package/lib/commonjs/ui/screens/SessionManagementScreen.js +15 -5
  77. package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
  78. package/lib/commonjs/ui/screens/UserLinksScreen.js +3 -1
  79. package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
  80. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +2 -1
  81. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  82. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +2 -4
  83. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
  84. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +3 -3
  85. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
  86. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +3 -3
  87. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
  88. package/lib/commonjs/ui/styles/authStyles.js +5 -4
  89. package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
  90. package/lib/commonjs/ui/styles/fonts.js +27 -27
  91. package/lib/commonjs/ui/styles/fonts.js.map +1 -1
  92. package/lib/commonjs/ui/styles/theme.js +3 -3
  93. package/lib/commonjs/ui/styles/theme.js.map +1 -1
  94. package/lib/commonjs/web/WebOxyContext.js +224 -0
  95. package/lib/commonjs/web/WebOxyContext.js.map +1 -0
  96. package/lib/commonjs/web/index.js +146 -0
  97. package/lib/commonjs/web/index.js.map +1 -0
  98. package/lib/commonjs/web.js +659 -0
  99. package/lib/commonjs/web.js.map +1 -0
  100. package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
  101. package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
  102. package/lib/module/assets/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
  103. package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
  104. package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
  105. package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
  106. package/lib/module/assets/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
  107. package/lib/module/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
  108. package/lib/module/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
  109. package/lib/module/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
  110. package/lib/module/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
  111. package/lib/module/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
  112. package/lib/module/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
  113. package/lib/module/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
  114. package/lib/module/core/HttpService.js +87 -2
  115. package/lib/module/core/HttpService.js.map +1 -1
  116. package/lib/module/core/mixins/OxyServices.assets.js +3 -1
  117. package/lib/module/core/mixins/OxyServices.assets.js.map +1 -1
  118. package/lib/module/i18n/locales/en-US.json +3 -3
  119. package/lib/module/i18n/locales/es-ES.json +240 -19
  120. package/lib/module/ui/components/Avatar.js +1 -1
  121. package/lib/module/ui/components/Avatar.js.map +1 -1
  122. package/lib/module/ui/components/FollowButton.js +1 -1
  123. package/lib/module/ui/components/FollowButton.js.map +1 -1
  124. package/lib/module/ui/components/FontLoader.js +34 -34
  125. package/lib/module/ui/components/FontLoader.js.map +1 -1
  126. package/lib/module/ui/components/Header.js +4 -4
  127. package/lib/module/ui/components/Header.js.map +1 -1
  128. package/lib/module/ui/components/OxyPayButton.js +1 -1
  129. package/lib/module/ui/components/OxyPayButton.js.map +1 -1
  130. package/lib/module/ui/components/OxySignInButton.js +2 -1
  131. package/lib/module/ui/components/OxySignInButton.js.map +1 -1
  132. package/lib/module/ui/components/ProfileCard.js +1 -1
  133. package/lib/module/ui/components/ProfileCard.js.map +1 -1
  134. package/lib/module/ui/components/SectionTitle.js +1 -1
  135. package/lib/module/ui/components/SectionTitle.js.map +1 -1
  136. package/lib/module/ui/components/StepBasedScreen.js +2 -1
  137. package/lib/module/ui/components/StepBasedScreen.js.map +1 -1
  138. package/lib/module/ui/components/feedback/feedbackStyles.js +2 -1
  139. package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
  140. package/lib/module/ui/components/fileManagement/styles.js +17 -17
  141. package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
  142. package/lib/module/ui/components/payment/paymentStyles.js +7 -7
  143. package/lib/module/ui/components/payment/paymentStyles.js.map +1 -1
  144. package/lib/module/ui/navigation/routes.js +2 -0
  145. package/lib/module/ui/navigation/routes.js.map +1 -1
  146. package/lib/module/ui/screens/AccountCenterScreen.js +4 -2
  147. package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
  148. package/lib/module/ui/screens/AccountOverviewScreen.js +13 -5
  149. package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
  150. package/lib/module/ui/screens/AccountSettingsScreen.js +277 -1824
  151. package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
  152. package/lib/module/ui/screens/AccountSwitcherScreen.js +1 -1
  153. package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
  154. package/lib/module/ui/screens/AccountVerificationScreen.js +3 -1
  155. package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
  156. package/lib/module/ui/screens/AppInfoScreen.js +2 -2
  157. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
  158. package/lib/module/ui/screens/EditProfileFieldScreen.js +635 -0
  159. package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -0
  160. package/lib/module/ui/screens/FileManagementScreen.js +39 -21
  161. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
  162. package/lib/module/ui/screens/HistoryViewScreen.js +9 -3
  163. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  164. package/lib/module/ui/screens/LanguageSelectorScreen.js +4 -2
  165. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  166. package/lib/module/ui/screens/LegalDocumentsScreen.js +3 -1
  167. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  168. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +11 -12
  169. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  170. package/lib/module/ui/screens/PrivacySettingsScreen.js +12 -4
  171. package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
  172. package/lib/module/ui/screens/SearchSettingsScreen.js +3 -1
  173. package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
  174. package/lib/module/ui/screens/SessionManagementScreen.js +15 -5
  175. package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
  176. package/lib/module/ui/screens/UserLinksScreen.js +3 -1
  177. package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
  178. package/lib/module/ui/screens/WelcomeNewUserScreen.js +2 -1
  179. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  180. package/lib/module/ui/screens/karma/KarmaAboutScreen.js +2 -4
  181. package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
  182. package/lib/module/ui/screens/karma/KarmaCenterScreen.js +3 -3
  183. package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
  184. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +3 -3
  185. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
  186. package/lib/module/ui/styles/authStyles.js +5 -4
  187. package/lib/module/ui/styles/authStyles.js.map +1 -1
  188. package/lib/module/ui/styles/fonts.js +27 -27
  189. package/lib/module/ui/styles/fonts.js.map +1 -1
  190. package/lib/module/ui/styles/theme.js +3 -3
  191. package/lib/module/ui/styles/theme.js.map +1 -1
  192. package/lib/module/web/WebOxyContext.js +218 -0
  193. package/lib/module/web/WebOxyContext.js.map +1 -0
  194. package/lib/module/web/index.js +51 -0
  195. package/lib/module/web/index.js.map +1 -0
  196. package/lib/module/web.js +75 -0
  197. package/lib/module/web.js.map +1 -0
  198. package/lib/typescript/commonjs/core/HttpService.d.ts +5 -0
  199. package/lib/typescript/commonjs/core/HttpService.d.ts.map +1 -1
  200. package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -1
  201. package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts.map +1 -1
  202. package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts.map +1 -1
  203. package/lib/typescript/commonjs/ui/navigation/routes.d.ts +1 -1
  204. package/lib/typescript/commonjs/ui/navigation/routes.d.ts.map +1 -1
  205. package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts.map +1 -1
  206. package/lib/typescript/commonjs/ui/screens/AccountOverviewScreen.d.ts.map +1 -1
  207. package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
  208. package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  209. package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts +13 -0
  210. package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -0
  211. package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -1
  212. package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  213. package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  214. package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  215. package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  216. package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  217. package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  218. package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  219. package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -1
  220. package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  221. package/lib/typescript/commonjs/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -1
  222. package/lib/typescript/commonjs/ui/styles/fonts.d.ts +7 -7
  223. package/lib/typescript/commonjs/ui/styles/theme.d.ts.map +1 -1
  224. package/lib/typescript/commonjs/web/WebOxyContext.d.ts +43 -0
  225. package/lib/typescript/commonjs/web/WebOxyContext.d.ts.map +1 -0
  226. package/lib/typescript/commonjs/web/index.d.ts +42 -0
  227. package/lib/typescript/commonjs/web/index.d.ts.map +1 -0
  228. package/lib/typescript/commonjs/web.d.ts +53 -0
  229. package/lib/typescript/commonjs/web.d.ts.map +1 -0
  230. package/lib/typescript/module/core/HttpService.d.ts +5 -0
  231. package/lib/typescript/module/core/HttpService.d.ts.map +1 -1
  232. package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -1
  233. package/lib/typescript/module/ui/components/StepBasedScreen.d.ts.map +1 -1
  234. package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts.map +1 -1
  235. package/lib/typescript/module/ui/navigation/routes.d.ts +1 -1
  236. package/lib/typescript/module/ui/navigation/routes.d.ts.map +1 -1
  237. package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts.map +1 -1
  238. package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts.map +1 -1
  239. package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
  240. package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  241. package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts +13 -0
  242. package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -0
  243. package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -1
  244. package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  245. package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  246. package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  247. package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  248. package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  249. package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  250. package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  251. package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -1
  252. package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  253. package/lib/typescript/module/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -1
  254. package/lib/typescript/module/ui/styles/fonts.d.ts +7 -7
  255. package/lib/typescript/module/ui/styles/theme.d.ts.map +1 -1
  256. package/lib/typescript/module/web/WebOxyContext.d.ts +43 -0
  257. package/lib/typescript/module/web/WebOxyContext.d.ts.map +1 -0
  258. package/lib/typescript/module/web/index.d.ts +42 -0
  259. package/lib/typescript/module/web/index.d.ts.map +1 -0
  260. package/lib/typescript/module/web.d.ts +53 -0
  261. package/lib/typescript/module/web.d.ts.map +1 -0
  262. package/package.json +27 -41
  263. package/src/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
  264. package/src/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
  265. package/src/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
  266. package/src/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
  267. package/src/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
  268. package/src/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
  269. package/src/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
  270. package/src/core/HttpService.ts +91 -0
  271. package/src/core/mixins/OxyServices.assets.ts +1 -1
  272. package/src/i18n/locales/en-US.json +3 -3
  273. package/src/i18n/locales/es-ES.json +240 -19
  274. package/src/ui/components/Avatar.tsx +1 -1
  275. package/src/ui/components/FollowButton.tsx +1 -1
  276. package/src/ui/components/FontLoader.tsx +34 -34
  277. package/src/ui/components/Header.tsx +4 -4
  278. package/src/ui/components/OxyPayButton.tsx +1 -1
  279. package/src/ui/components/OxySignInButton.tsx +2 -1
  280. package/src/ui/components/ProfileCard.tsx +1 -1
  281. package/src/ui/components/SectionTitle.tsx +1 -1
  282. package/src/ui/components/StepBasedScreen.tsx +2 -1
  283. package/src/ui/components/feedback/feedbackStyles.ts +2 -1
  284. package/src/ui/components/fileManagement/styles.ts +17 -17
  285. package/src/ui/components/payment/paymentStyles.ts +7 -7
  286. package/src/ui/navigation/routes.ts +3 -0
  287. package/src/ui/screens/AccountCenterScreen.tsx +4 -2
  288. package/src/ui/screens/AccountOverviewScreen.tsx +13 -5
  289. package/src/ui/screens/AccountSettingsScreen.tsx +35 -1511
  290. package/src/ui/screens/AccountSwitcherScreen.tsx +1 -1
  291. package/src/ui/screens/AccountVerificationScreen.tsx +3 -1
  292. package/src/ui/screens/AppInfoScreen.tsx +2 -2
  293. package/src/ui/screens/EditProfileFieldScreen.tsx +685 -0
  294. package/src/ui/screens/FileManagementScreen.tsx +33 -15
  295. package/src/ui/screens/HistoryViewScreen.tsx +9 -3
  296. package/src/ui/screens/LanguageSelectorScreen.tsx +4 -2
  297. package/src/ui/screens/LegalDocumentsScreen.tsx +3 -1
  298. package/src/ui/screens/PremiumSubscriptionScreen.tsx +11 -13
  299. package/src/ui/screens/PrivacySettingsScreen.tsx +12 -4
  300. package/src/ui/screens/SearchSettingsScreen.tsx +3 -1
  301. package/src/ui/screens/SessionManagementScreen.tsx +15 -5
  302. package/src/ui/screens/UserLinksScreen.tsx +3 -1
  303. package/src/ui/screens/WelcomeNewUserScreen.tsx +2 -1
  304. package/src/ui/screens/karma/KarmaAboutScreen.tsx +6 -8
  305. package/src/ui/screens/karma/KarmaCenterScreen.tsx +3 -3
  306. package/src/ui/screens/karma/KarmaRewardsScreen.tsx +3 -3
  307. package/src/ui/styles/authStyles.ts +4 -4
  308. package/src/ui/styles/fonts.ts +26 -26
  309. package/src/ui/styles/theme.ts +3 -5
  310. package/src/web/WebOxyContext.tsx +257 -0
  311. package/src/web/index.ts +87 -0
  312. package/src/web.ts +230 -0
  313. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  314. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  315. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  316. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  317. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  318. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  319. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  320. package/lib/commonjs/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  321. package/lib/commonjs/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  322. package/lib/commonjs/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  323. package/lib/commonjs/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  324. package/lib/commonjs/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  325. package/lib/commonjs/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  326. package/lib/commonjs/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  327. package/lib/commonjs/ui/components/profile/EditBioModal.js +0 -49
  328. package/lib/commonjs/ui/components/profile/EditBioModal.js.map +0 -1
  329. package/lib/commonjs/ui/components/profile/EditDisplayNameModal.js +0 -54
  330. package/lib/commonjs/ui/components/profile/EditDisplayNameModal.js.map +0 -1
  331. package/lib/commonjs/ui/components/profile/EditEmailModal.js +0 -57
  332. package/lib/commonjs/ui/components/profile/EditEmailModal.js.map +0 -1
  333. package/lib/commonjs/ui/components/profile/EditFieldModal.js +0 -412
  334. package/lib/commonjs/ui/components/profile/EditFieldModal.js.map +0 -1
  335. package/lib/commonjs/ui/components/profile/EditLinksModal.js +0 -315
  336. package/lib/commonjs/ui/components/profile/EditLinksModal.js.map +0 -1
  337. package/lib/commonjs/ui/components/profile/EditLocationModal.js +0 -91
  338. package/lib/commonjs/ui/components/profile/EditLocationModal.js.map +0 -1
  339. package/lib/commonjs/ui/components/profile/EditUsernameModal.js +0 -55
  340. package/lib/commonjs/ui/components/profile/EditUsernameModal.js.map +0 -1
  341. package/lib/module/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  342. package/lib/module/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  343. package/lib/module/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  344. package/lib/module/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  345. package/lib/module/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  346. package/lib/module/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  347. package/lib/module/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  348. package/lib/module/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  349. package/lib/module/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  350. package/lib/module/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  351. package/lib/module/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  352. package/lib/module/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  353. package/lib/module/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  354. package/lib/module/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  355. package/lib/module/ui/components/profile/EditBioModal.js +0 -43
  356. package/lib/module/ui/components/profile/EditBioModal.js.map +0 -1
  357. package/lib/module/ui/components/profile/EditDisplayNameModal.js +0 -48
  358. package/lib/module/ui/components/profile/EditDisplayNameModal.js.map +0 -1
  359. package/lib/module/ui/components/profile/EditEmailModal.js +0 -51
  360. package/lib/module/ui/components/profile/EditEmailModal.js.map +0 -1
  361. package/lib/module/ui/components/profile/EditFieldModal.js +0 -406
  362. package/lib/module/ui/components/profile/EditFieldModal.js.map +0 -1
  363. package/lib/module/ui/components/profile/EditLinksModal.js +0 -309
  364. package/lib/module/ui/components/profile/EditLinksModal.js.map +0 -1
  365. package/lib/module/ui/components/profile/EditLocationModal.js +0 -85
  366. package/lib/module/ui/components/profile/EditLocationModal.js.map +0 -1
  367. package/lib/module/ui/components/profile/EditUsernameModal.js +0 -49
  368. package/lib/module/ui/components/profile/EditUsernameModal.js.map +0 -1
  369. package/lib/typescript/commonjs/ui/components/profile/EditBioModal.d.ts +0 -11
  370. package/lib/typescript/commonjs/ui/components/profile/EditBioModal.d.ts.map +0 -1
  371. package/lib/typescript/commonjs/ui/components/profile/EditDisplayNameModal.d.ts +0 -12
  372. package/lib/typescript/commonjs/ui/components/profile/EditDisplayNameModal.d.ts.map +0 -1
  373. package/lib/typescript/commonjs/ui/components/profile/EditEmailModal.d.ts +0 -11
  374. package/lib/typescript/commonjs/ui/components/profile/EditEmailModal.d.ts.map +0 -1
  375. package/lib/typescript/commonjs/ui/components/profile/EditFieldModal.d.ts +0 -110
  376. package/lib/typescript/commonjs/ui/components/profile/EditFieldModal.d.ts.map +0 -1
  377. package/lib/typescript/commonjs/ui/components/profile/EditLinksModal.d.ts +0 -18
  378. package/lib/typescript/commonjs/ui/components/profile/EditLinksModal.d.ts.map +0 -1
  379. package/lib/typescript/commonjs/ui/components/profile/EditLocationModal.d.ts +0 -21
  380. package/lib/typescript/commonjs/ui/components/profile/EditLocationModal.d.ts.map +0 -1
  381. package/lib/typescript/commonjs/ui/components/profile/EditUsernameModal.d.ts +0 -11
  382. package/lib/typescript/commonjs/ui/components/profile/EditUsernameModal.d.ts.map +0 -1
  383. package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts +0 -11
  384. package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts.map +0 -1
  385. package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts +0 -12
  386. package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts.map +0 -1
  387. package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts +0 -11
  388. package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts.map +0 -1
  389. package/lib/typescript/module/ui/components/profile/EditFieldModal.d.ts +0 -110
  390. package/lib/typescript/module/ui/components/profile/EditFieldModal.d.ts.map +0 -1
  391. package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts +0 -18
  392. package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts.map +0 -1
  393. package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts +0 -21
  394. package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts.map +0 -1
  395. package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts +0 -11
  396. package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts.map +0 -1
  397. package/src/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  398. package/src/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  399. package/src/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  400. package/src/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  401. package/src/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  402. package/src/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  403. package/src/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  404. package/src/ui/components/profile/EditBioModal.tsx +0 -46
  405. package/src/ui/components/profile/EditDisplayNameModal.tsx +0 -56
  406. package/src/ui/components/profile/EditEmailModal.tsx +0 -57
  407. package/src/ui/components/profile/EditFieldModal.tsx +0 -465
  408. package/src/ui/components/profile/EditLinksModal.tsx +0 -316
  409. package/src/ui/components/profile/EditLocationModal.tsx +0 -91
  410. package/src/ui/components/profile/EditUsernameModal.tsx +0 -55
@@ -0,0 +1,146 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "CrossDomainAuth", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _index.CrossDomainAuth;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "DeviceManager", {
13
+ enumerable: true,
14
+ get: function () {
15
+ return _index.DeviceManager;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "OXY_CLOUD_URL", {
19
+ enumerable: true,
20
+ get: function () {
21
+ return _index.OXY_CLOUD_URL;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "OxyAuthenticationError", {
25
+ enumerable: true,
26
+ get: function () {
27
+ return _index.OxyAuthenticationError;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "OxyAuthenticationTimeoutError", {
31
+ enumerable: true,
32
+ get: function () {
33
+ return _index.OxyAuthenticationTimeoutError;
34
+ }
35
+ });
36
+ Object.defineProperty(exports, "OxyServices", {
37
+ enumerable: true,
38
+ get: function () {
39
+ return _index.OxyServices;
40
+ }
41
+ });
42
+ Object.defineProperty(exports, "SUPPORTED_LANGUAGES", {
43
+ enumerable: true,
44
+ get: function () {
45
+ return _languageUtils.SUPPORTED_LANGUAGES;
46
+ }
47
+ });
48
+ Object.defineProperty(exports, "WebOxyProvider", {
49
+ enumerable: true,
50
+ get: function () {
51
+ return _WebOxyContext.WebOxyProvider;
52
+ }
53
+ });
54
+ Object.defineProperty(exports, "createCrossDomainAuth", {
55
+ enumerable: true,
56
+ get: function () {
57
+ return _index.createCrossDomainAuth;
58
+ }
59
+ });
60
+ exports.default = void 0;
61
+ Object.defineProperty(exports, "getLanguageMetadata", {
62
+ enumerable: true,
63
+ get: function () {
64
+ return _languageUtils.getLanguageMetadata;
65
+ }
66
+ });
67
+ Object.defineProperty(exports, "getLanguageName", {
68
+ enumerable: true,
69
+ get: function () {
70
+ return _languageUtils.getLanguageName;
71
+ }
72
+ });
73
+ Object.defineProperty(exports, "getNativeLanguageName", {
74
+ enumerable: true,
75
+ get: function () {
76
+ return _languageUtils.getNativeLanguageName;
77
+ }
78
+ });
79
+ Object.defineProperty(exports, "normalizeLanguageCode", {
80
+ enumerable: true,
81
+ get: function () {
82
+ return _languageUtils.normalizeLanguageCode;
83
+ }
84
+ });
85
+ Object.defineProperty(exports, "oxyClient", {
86
+ enumerable: true,
87
+ get: function () {
88
+ return _index.oxyClient;
89
+ }
90
+ });
91
+ Object.defineProperty(exports, "useAuth", {
92
+ enumerable: true,
93
+ get: function () {
94
+ return _WebOxyContext.useAuth;
95
+ }
96
+ });
97
+ Object.defineProperty(exports, "useWebOxy", {
98
+ enumerable: true,
99
+ get: function () {
100
+ return _WebOxyContext.useWebOxy;
101
+ }
102
+ });
103
+ var _index = require("../core/index.js");
104
+ var _WebOxyContext = require("./WebOxyContext.js");
105
+ var _languageUtils = require("../utils/languageUtils.js");
106
+ /**
107
+ * @oxyhq/services/web - Web-Only Module
108
+ *
109
+ * Clean, professional web module with ZERO React Native dependencies.
110
+ * Perfect for Next.js, Vite, Create React App, and other pure React web apps.
111
+ *
112
+ * Features:
113
+ * - WebOxyProvider for React context
114
+ * - useAuth hook for authentication
115
+ * - Cross-domain SSO via FedCM
116
+ * - Full TypeScript support
117
+ * - Zero bundler configuration needed
118
+ *
119
+ * Usage:
120
+ * ```tsx
121
+ * import { WebOxyProvider, useAuth } from '@oxyhq/services/web';
122
+ *
123
+ * function App() {
124
+ * return (
125
+ * <WebOxyProvider baseURL="https://api.oxy.so">
126
+ * <YourApp />
127
+ * </WebOxyProvider>
128
+ * );
129
+ * }
130
+ *
131
+ * function YourApp() {
132
+ * const { user, isAuthenticated, signIn, signOut } = useAuth();
133
+ * // ... your app logic
134
+ * }
135
+ * ```
136
+ */
137
+ // ==================== Core API ====================
138
+ // Re-export core services (zero React Native deps)
139
+ // ==================== Web Components ====================
140
+ // ==================== Models & Types ====================
141
+ // Re-export commonly used types
142
+ // Re-export session types
143
+ // ==================== Utilities ====================
144
+ // Default export for convenience
145
+ var _default = exports.default = _WebOxyContext.WebOxyProvider;
146
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_index","require","_WebOxyContext","_languageUtils","_default","exports","default","WebOxyProvider"],"sourceRoot":"../../../src","sources":["web/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA,IAAAA,MAAA,GAAAC,OAAA;AAkBA,IAAAC,cAAA,GAAAD,OAAA;AAsBA,IAAAE,cAAA,GAAAF,OAAA;AA1EA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AAkBA;AAIA;AACA;AAcA;AAGA;AAWA;AAAA,IAAAG,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEeC,6BAAc","ignoreList":[]}