@oxyhq/services 5.4.2 → 5.4.4

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 (418) hide show
  1. package/README.md +14 -0
  2. package/lib/commonjs/assets/OxyLogo.svg +1 -0
  3. package/lib/commonjs/assets/assets/OxyLogo.svg +1 -0
  4. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  5. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  6. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  7. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  8. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  9. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  10. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  11. package/lib/commonjs/assets/assets/icons/OxyServices.tsx +67 -0
  12. package/lib/commonjs/assets/assets/icons/logo_OxyServices.svg +1 -0
  13. package/lib/commonjs/assets/assets/illustrations/HighFive.tsx +41 -0
  14. package/lib/commonjs/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  15. package/lib/commonjs/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  16. package/lib/commonjs/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  17. package/lib/commonjs/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  18. package/lib/commonjs/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  19. package/lib/commonjs/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  20. package/lib/commonjs/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  21. package/lib/commonjs/assets/icons/OxyServices.js +53 -0
  22. package/lib/commonjs/assets/icons/OxyServices.js.map +1 -0
  23. package/lib/commonjs/assets/icons/logo_OxyServices.svg +1 -0
  24. package/lib/commonjs/assets/illustrations/HighFive.js +61 -0
  25. package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -0
  26. package/lib/commonjs/constants/version.js +28 -0
  27. package/lib/commonjs/constants/version.js.map +1 -0
  28. package/lib/commonjs/core/index.js +1660 -0
  29. package/lib/commonjs/core/index.js.map +1 -0
  30. package/lib/commonjs/index.js +160 -0
  31. package/lib/commonjs/index.js.map +1 -0
  32. package/lib/commonjs/lib/sonner.js +21 -0
  33. package/lib/commonjs/lib/sonner.js.map +1 -0
  34. package/lib/commonjs/models/interfaces.js +2 -0
  35. package/lib/commonjs/models/interfaces.js.map +1 -0
  36. package/lib/commonjs/models/secureSession.js +2 -0
  37. package/lib/commonjs/models/secureSession.js.map +1 -0
  38. package/lib/commonjs/node/createAuth.js +95 -0
  39. package/lib/commonjs/node/createAuth.js.map +1 -0
  40. package/lib/commonjs/node/index.js +63 -0
  41. package/lib/commonjs/node/index.js.map +1 -0
  42. package/lib/commonjs/package.json +1 -0
  43. package/lib/commonjs/ui/components/Avatar.js +98 -0
  44. package/lib/commonjs/ui/components/Avatar.js.map +1 -0
  45. package/lib/commonjs/ui/components/FollowButton.js +246 -0
  46. package/lib/commonjs/ui/components/FollowButton.js.map +1 -0
  47. package/lib/commonjs/ui/components/FontLoader.js +181 -0
  48. package/lib/commonjs/ui/components/FontLoader.js.map +1 -0
  49. package/lib/commonjs/ui/components/GroupedItem.js +109 -0
  50. package/lib/commonjs/ui/components/GroupedItem.js.map +1 -0
  51. package/lib/commonjs/ui/components/GroupedSection.js +33 -0
  52. package/lib/commonjs/ui/components/GroupedSection.js.map +1 -0
  53. package/lib/commonjs/ui/components/OxyLogo.js +56 -0
  54. package/lib/commonjs/ui/components/OxyLogo.js.map +1 -0
  55. package/lib/commonjs/ui/components/OxyProvider.js +522 -0
  56. package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
  57. package/lib/commonjs/ui/components/OxySignInButton.js +178 -0
  58. package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -0
  59. package/lib/commonjs/ui/components/ProfileCard.js +124 -0
  60. package/lib/commonjs/ui/components/ProfileCard.js.map +1 -0
  61. package/lib/commonjs/ui/components/QuickActions.js +87 -0
  62. package/lib/commonjs/ui/components/QuickActions.js.map +1 -0
  63. package/lib/commonjs/ui/components/Section.js +36 -0
  64. package/lib/commonjs/ui/components/Section.js.map +1 -0
  65. package/lib/commonjs/ui/components/SectionTitle.js +35 -0
  66. package/lib/commonjs/ui/components/SectionTitle.js.map +1 -0
  67. package/lib/commonjs/ui/components/bottomSheet/index.js +37 -0
  68. package/lib/commonjs/ui/components/bottomSheet/index.js.map +1 -0
  69. package/lib/commonjs/ui/components/icon/OxyIcon.js +27 -0
  70. package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -0
  71. package/lib/commonjs/ui/components/icon/index.js +14 -0
  72. package/lib/commonjs/ui/components/icon/index.js.map +1 -0
  73. package/lib/commonjs/ui/components/index.js +97 -0
  74. package/lib/commonjs/ui/components/index.js.map +1 -0
  75. package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +213 -0
  76. package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +1 -0
  77. package/lib/commonjs/ui/components/internal/TextField.js +576 -0
  78. package/lib/commonjs/ui/components/internal/TextField.js.map +1 -0
  79. package/lib/commonjs/ui/context/OxyContext.js +584 -0
  80. package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
  81. package/lib/commonjs/ui/index.js +136 -0
  82. package/lib/commonjs/ui/index.js.map +1 -0
  83. package/lib/commonjs/ui/navigation/OxyRouter.js +269 -0
  84. package/lib/commonjs/ui/navigation/OxyRouter.js.map +1 -0
  85. package/lib/commonjs/ui/navigation/types.js +6 -0
  86. package/lib/commonjs/ui/navigation/types.js.map +1 -0
  87. package/lib/commonjs/ui/screens/AccountCenterScreen.js +313 -0
  88. package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -0
  89. package/lib/commonjs/ui/screens/AccountManagementDemo.js +299 -0
  90. package/lib/commonjs/ui/screens/AccountManagementDemo.js.map +1 -0
  91. package/lib/commonjs/ui/screens/AccountOverviewScreen.js +855 -0
  92. package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -0
  93. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +843 -0
  94. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -0
  95. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +788 -0
  96. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -0
  97. package/lib/commonjs/ui/screens/AppInfoScreen.js +664 -0
  98. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
  99. package/lib/commonjs/ui/screens/BillingManagementScreen.js +636 -0
  100. package/lib/commonjs/ui/screens/BillingManagementScreen.js.map +1 -0
  101. package/lib/commonjs/ui/screens/FeedbackScreen.js +1169 -0
  102. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -0
  103. package/lib/commonjs/ui/screens/FileManagementScreen.js +2515 -0
  104. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
  105. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +1620 -0
  106. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
  107. package/lib/commonjs/ui/screens/ProfileScreen.js +450 -0
  108. package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -0
  109. package/lib/commonjs/ui/screens/SessionManagementScreen.js +449 -0
  110. package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -0
  111. package/lib/commonjs/ui/screens/SignInScreen.js +882 -0
  112. package/lib/commonjs/ui/screens/SignInScreen.js.map +1 -0
  113. package/lib/commonjs/ui/screens/SignUpScreen.js +1036 -0
  114. package/lib/commonjs/ui/screens/SignUpScreen.js.map +1 -0
  115. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +88 -0
  116. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -0
  117. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +364 -0
  118. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
  119. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +227 -0
  120. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -0
  121. package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +148 -0
  122. package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -0
  123. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +127 -0
  124. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -0
  125. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +105 -0
  126. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -0
  127. package/lib/commonjs/ui/store/index.js +52 -0
  128. package/lib/commonjs/ui/store/index.js.map +1 -0
  129. package/lib/commonjs/ui/styles/FONTS.md +126 -0
  130. package/lib/commonjs/ui/styles/fonts.js +84 -0
  131. package/lib/commonjs/ui/styles/fonts.js.map +1 -0
  132. package/lib/commonjs/ui/styles/index.js +28 -0
  133. package/lib/commonjs/ui/styles/index.js.map +1 -0
  134. package/lib/commonjs/ui/styles/theme.js +121 -0
  135. package/lib/commonjs/ui/styles/theme.js.map +1 -0
  136. package/lib/commonjs/utils/deviceManager.js +173 -0
  137. package/lib/commonjs/utils/deviceManager.js.map +1 -0
  138. package/lib/commonjs/utils/index.js +13 -0
  139. package/lib/commonjs/utils/index.js.map +1 -0
  140. package/lib/commonjs/utils/polyfills.js +42 -0
  141. package/lib/commonjs/utils/polyfills.js.map +1 -0
  142. package/lib/module/assets/OxyLogo.svg +1 -0
  143. package/lib/module/assets/assets/OxyLogo.svg +1 -0
  144. package/lib/module/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  145. package/lib/module/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  146. package/lib/module/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  147. package/lib/module/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  148. package/lib/module/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  149. package/lib/module/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  150. package/lib/module/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  151. package/lib/module/assets/assets/icons/OxyServices.tsx +67 -0
  152. package/lib/module/assets/assets/icons/logo_OxyServices.svg +1 -0
  153. package/lib/module/assets/assets/illustrations/HighFive.tsx +41 -0
  154. package/lib/module/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  155. package/lib/module/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  156. package/lib/module/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  157. package/lib/module/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  158. package/lib/module/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  159. package/lib/module/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  160. package/lib/module/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  161. package/lib/module/assets/icons/OxyServices.js +46 -0
  162. package/lib/module/assets/icons/OxyServices.js.map +1 -0
  163. package/lib/module/assets/icons/logo_OxyServices.svg +1 -0
  164. package/lib/module/assets/illustrations/HighFive.js +55 -0
  165. package/lib/module/assets/illustrations/HighFive.js.map +1 -0
  166. package/lib/module/constants/version.js +21 -0
  167. package/lib/module/constants/version.js.map +1 -0
  168. package/lib/module/core/index.js +1634 -0
  169. package/lib/module/core/index.js.map +1 -0
  170. package/lib/module/index.js +48 -0
  171. package/lib/module/index.js.map +1 -0
  172. package/lib/module/lib/sonner.js +16 -0
  173. package/lib/module/lib/sonner.js.map +1 -0
  174. package/lib/module/models/interfaces.js +2 -0
  175. package/lib/module/models/interfaces.js.map +1 -0
  176. package/lib/module/models/secureSession.js +2 -0
  177. package/lib/module/models/secureSession.js.map +1 -0
  178. package/lib/module/node/createAuth.js +90 -0
  179. package/lib/module/node/createAuth.js.map +1 -0
  180. package/lib/module/node/index.js +27 -0
  181. package/lib/module/node/index.js.map +1 -0
  182. package/lib/module/package.json +1 -0
  183. package/lib/module/ui/components/Avatar.js +93 -0
  184. package/lib/module/ui/components/Avatar.js.map +1 -0
  185. package/lib/module/ui/components/FollowButton.js +241 -0
  186. package/lib/module/ui/components/FollowButton.js.map +1 -0
  187. package/lib/module/ui/components/FontLoader.js +176 -0
  188. package/lib/module/ui/components/FontLoader.js.map +1 -0
  189. package/lib/module/ui/components/GroupedItem.js +104 -0
  190. package/lib/module/ui/components/GroupedItem.js.map +1 -0
  191. package/lib/module/ui/components/GroupedSection.js +28 -0
  192. package/lib/module/ui/components/GroupedSection.js.map +1 -0
  193. package/lib/module/ui/components/OxyLogo.js +49 -0
  194. package/lib/module/ui/components/OxyLogo.js.map +1 -0
  195. package/lib/module/ui/components/OxyProvider.js +516 -0
  196. package/lib/module/ui/components/OxyProvider.js.map +1 -0
  197. package/lib/module/ui/components/OxySignInButton.js +172 -0
  198. package/lib/module/ui/components/OxySignInButton.js.map +1 -0
  199. package/lib/module/ui/components/ProfileCard.js +119 -0
  200. package/lib/module/ui/components/ProfileCard.js.map +1 -0
  201. package/lib/module/ui/components/QuickActions.js +82 -0
  202. package/lib/module/ui/components/QuickActions.js.map +1 -0
  203. package/lib/module/ui/components/Section.js +31 -0
  204. package/lib/module/ui/components/Section.js.map +1 -0
  205. package/lib/module/ui/components/SectionTitle.js +30 -0
  206. package/lib/module/ui/components/SectionTitle.js.map +1 -0
  207. package/lib/module/ui/components/bottomSheet/index.js +5 -0
  208. package/lib/module/ui/components/bottomSheet/index.js.map +1 -0
  209. package/lib/module/ui/components/icon/OxyIcon.js +22 -0
  210. package/lib/module/ui/components/icon/OxyIcon.js.map +1 -0
  211. package/lib/module/ui/components/icon/index.js +4 -0
  212. package/lib/module/ui/components/icon/index.js.map +1 -0
  213. package/lib/module/ui/components/index.js +18 -0
  214. package/lib/module/ui/components/index.js.map +1 -0
  215. package/lib/module/ui/components/internal/GroupedPillButtons.js +208 -0
  216. package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -0
  217. package/lib/module/ui/components/internal/TextField.js +571 -0
  218. package/lib/module/ui/components/internal/TextField.js.map +1 -0
  219. package/lib/module/ui/context/OxyContext.js +579 -0
  220. package/lib/module/ui/context/OxyContext.js.map +1 -0
  221. package/lib/module/ui/index.js +26 -0
  222. package/lib/module/ui/index.js.map +1 -0
  223. package/lib/module/ui/navigation/OxyRouter.js +262 -0
  224. package/lib/module/ui/navigation/OxyRouter.js.map +1 -0
  225. package/lib/module/ui/navigation/types.js +4 -0
  226. package/lib/module/ui/navigation/types.js.map +1 -0
  227. package/lib/module/ui/screens/AccountCenterScreen.js +308 -0
  228. package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -0
  229. package/lib/module/ui/screens/AccountManagementDemo.js +296 -0
  230. package/lib/module/ui/screens/AccountManagementDemo.js.map +1 -0
  231. package/lib/module/ui/screens/AccountOverviewScreen.js +849 -0
  232. package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -0
  233. package/lib/module/ui/screens/AccountSettingsScreen.js +837 -0
  234. package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
  235. package/lib/module/ui/screens/AccountSwitcherScreen.js +782 -0
  236. package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -0
  237. package/lib/module/ui/screens/AppInfoScreen.js +658 -0
  238. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -0
  239. package/lib/module/ui/screens/BillingManagementScreen.js +631 -0
  240. package/lib/module/ui/screens/BillingManagementScreen.js.map +1 -0
  241. package/lib/module/ui/screens/FeedbackScreen.js +1164 -0
  242. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -0
  243. package/lib/module/ui/screens/FileManagementScreen.js +2510 -0
  244. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
  245. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +1615 -0
  246. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
  247. package/lib/module/ui/screens/ProfileScreen.js +444 -0
  248. package/lib/module/ui/screens/ProfileScreen.js.map +1 -0
  249. package/lib/module/ui/screens/SessionManagementScreen.js +444 -0
  250. package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -0
  251. package/lib/module/ui/screens/SignInScreen.js +876 -0
  252. package/lib/module/ui/screens/SignInScreen.js.map +1 -0
  253. package/lib/module/ui/screens/SignUpScreen.js +1030 -0
  254. package/lib/module/ui/screens/SignUpScreen.js.map +1 -0
  255. package/lib/module/ui/screens/karma/KarmaAboutScreen.js +83 -0
  256. package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -0
  257. package/lib/module/ui/screens/karma/KarmaCenterScreen.js +358 -0
  258. package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
  259. package/lib/module/ui/screens/karma/KarmaFAQScreen.js +222 -0
  260. package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -0
  261. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +142 -0
  262. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -0
  263. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +122 -0
  264. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -0
  265. package/lib/module/ui/screens/karma/KarmaRulesScreen.js +100 -0
  266. package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +1 -0
  267. package/lib/module/ui/store/index.js +44 -0
  268. package/lib/module/ui/store/index.js.map +1 -0
  269. package/lib/module/ui/styles/FONTS.md +126 -0
  270. package/lib/module/ui/styles/fonts.js +81 -0
  271. package/lib/module/ui/styles/fonts.js.map +1 -0
  272. package/lib/module/ui/styles/index.js +5 -0
  273. package/lib/module/ui/styles/index.js.map +1 -0
  274. package/lib/module/ui/styles/theme.js +114 -0
  275. package/lib/module/ui/styles/theme.js.map +1 -0
  276. package/lib/module/utils/deviceManager.js +167 -0
  277. package/lib/module/utils/deviceManager.js.map +1 -0
  278. package/lib/module/utils/index.js +4 -0
  279. package/lib/module/utils/index.js.map +1 -0
  280. package/lib/module/utils/polyfills.js +36 -0
  281. package/lib/module/utils/polyfills.js.map +1 -0
  282. package/lib/typescript/assets/icons/OxyServices.d.ts +29 -0
  283. package/lib/typescript/assets/icons/OxyServices.d.ts.map +1 -0
  284. package/lib/typescript/assets/illustrations/HighFive.d.ts +9 -0
  285. package/lib/typescript/assets/illustrations/HighFive.d.ts.map +1 -0
  286. package/lib/typescript/constants/version.d.ts +14 -0
  287. package/lib/typescript/constants/version.d.ts.map +1 -0
  288. package/lib/typescript/core/index.d.ts +603 -0
  289. package/lib/typescript/core/index.d.ts.map +1 -0
  290. package/lib/typescript/index.d.ts +20 -0
  291. package/lib/typescript/index.d.ts.map +1 -0
  292. package/lib/typescript/lib/sonner.d.ts +6 -0
  293. package/lib/typescript/lib/sonner.d.ts.map +1 -0
  294. package/lib/typescript/models/interfaces.d.ts +179 -0
  295. package/lib/typescript/models/interfaces.d.ts.map +1 -0
  296. package/lib/typescript/models/secureSession.d.ts +27 -0
  297. package/lib/typescript/models/secureSession.d.ts.map +1 -0
  298. package/lib/typescript/node/createAuth.d.ts +7 -0
  299. package/lib/typescript/node/createAuth.d.ts.map +1 -0
  300. package/lib/typescript/node/index.d.ts +13 -0
  301. package/lib/typescript/node/index.d.ts.map +1 -0
  302. package/lib/typescript/types/expo-vector-icons.d.ts +3 -0
  303. package/lib/typescript/types/express.d.ts +5 -0
  304. package/lib/typescript/types/react-redux.d.ts +5 -0
  305. package/lib/typescript/ui/components/Avatar.d.ts +62 -0
  306. package/lib/typescript/ui/components/Avatar.d.ts.map +1 -0
  307. package/lib/typescript/ui/components/FollowButton.d.ts +92 -0
  308. package/lib/typescript/ui/components/FollowButton.d.ts.map +1 -0
  309. package/lib/typescript/ui/components/FontLoader.d.ts +15 -0
  310. package/lib/typescript/ui/components/FontLoader.d.ts.map +1 -0
  311. package/lib/typescript/ui/components/GroupedItem.d.ts +17 -0
  312. package/lib/typescript/ui/components/GroupedItem.d.ts.map +1 -0
  313. package/lib/typescript/ui/components/GroupedSection.d.ts +19 -0
  314. package/lib/typescript/ui/components/GroupedSection.d.ts.map +1 -0
  315. package/lib/typescript/ui/components/OxyLogo.d.ts +29 -0
  316. package/lib/typescript/ui/components/OxyLogo.d.ts.map +1 -0
  317. package/lib/typescript/ui/components/OxyProvider.d.ts +12 -0
  318. package/lib/typescript/ui/components/OxyProvider.d.ts.map +1 -0
  319. package/lib/typescript/ui/components/OxySignInButton.d.ts +70 -0
  320. package/lib/typescript/ui/components/OxySignInButton.d.ts.map +1 -0
  321. package/lib/typescript/ui/components/ProfileCard.d.ts +20 -0
  322. package/lib/typescript/ui/components/ProfileCard.d.ts.map +1 -0
  323. package/lib/typescript/ui/components/QuickActions.d.ts +15 -0
  324. package/lib/typescript/ui/components/QuickActions.d.ts.map +1 -0
  325. package/lib/typescript/ui/components/Section.d.ts +11 -0
  326. package/lib/typescript/ui/components/Section.d.ts.map +1 -0
  327. package/lib/typescript/ui/components/SectionTitle.d.ts +9 -0
  328. package/lib/typescript/ui/components/SectionTitle.d.ts.map +1 -0
  329. package/lib/typescript/ui/components/bottomSheet/index.d.ts +4 -0
  330. package/lib/typescript/ui/components/bottomSheet/index.d.ts.map +1 -0
  331. package/lib/typescript/ui/components/icon/OxyIcon.d.ts +10 -0
  332. package/lib/typescript/ui/components/icon/OxyIcon.d.ts.map +1 -0
  333. package/lib/typescript/ui/components/icon/index.d.ts +3 -0
  334. package/lib/typescript/ui/components/icon/index.d.ts.map +1 -0
  335. package/lib/typescript/ui/components/index.d.ts +13 -0
  336. package/lib/typescript/ui/components/index.d.ts.map +1 -0
  337. package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +18 -0
  338. package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts.map +1 -0
  339. package/lib/typescript/ui/components/internal/TextField.d.ts +25 -0
  340. package/lib/typescript/ui/components/internal/TextField.d.ts.map +1 -0
  341. package/lib/typescript/ui/context/OxyContext.d.ts +42 -0
  342. package/lib/typescript/ui/context/OxyContext.d.ts.map +1 -0
  343. package/lib/typescript/ui/index.d.ts +17 -0
  344. package/lib/typescript/ui/index.d.ts.map +1 -0
  345. package/lib/typescript/ui/navigation/OxyRouter.d.ts +5 -0
  346. package/lib/typescript/ui/navigation/OxyRouter.d.ts.map +1 -0
  347. package/lib/typescript/ui/navigation/types.d.ts +116 -0
  348. package/lib/typescript/ui/navigation/types.d.ts.map +1 -0
  349. package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +5 -0
  350. package/lib/typescript/ui/screens/AccountCenterScreen.d.ts.map +1 -0
  351. package/lib/typescript/ui/screens/AccountManagementDemo.d.ts +8 -0
  352. package/lib/typescript/ui/screens/AccountManagementDemo.d.ts.map +1 -0
  353. package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +5 -0
  354. package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts.map +1 -0
  355. package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +5 -0
  356. package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
  357. package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +5 -0
  358. package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts.map +1 -0
  359. package/lib/typescript/ui/screens/AppInfoScreen.d.ts +5 -0
  360. package/lib/typescript/ui/screens/AppInfoScreen.d.ts.map +1 -0
  361. package/lib/typescript/ui/screens/BillingManagementScreen.d.ts +5 -0
  362. package/lib/typescript/ui/screens/BillingManagementScreen.d.ts.map +1 -0
  363. package/lib/typescript/ui/screens/FeedbackScreen.d.ts +5 -0
  364. package/lib/typescript/ui/screens/FeedbackScreen.d.ts.map +1 -0
  365. package/lib/typescript/ui/screens/FileManagementScreen.d.ts +8 -0
  366. package/lib/typescript/ui/screens/FileManagementScreen.d.ts.map +1 -0
  367. package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +5 -0
  368. package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
  369. package/lib/typescript/ui/screens/ProfileScreen.d.ts +9 -0
  370. package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +1 -0
  371. package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +5 -0
  372. package/lib/typescript/ui/screens/SessionManagementScreen.d.ts.map +1 -0
  373. package/lib/typescript/ui/screens/SignInScreen.d.ts +5 -0
  374. package/lib/typescript/ui/screens/SignInScreen.d.ts.map +1 -0
  375. package/lib/typescript/ui/screens/SignUpScreen.d.ts +5 -0
  376. package/lib/typescript/ui/screens/SignUpScreen.d.ts.map +1 -0
  377. package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +5 -0
  378. package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -0
  379. package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +5 -0
  380. package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -0
  381. package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +5 -0
  382. package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -0
  383. package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +5 -0
  384. package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -0
  385. package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +5 -0
  386. package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -0
  387. package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +5 -0
  388. package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -0
  389. package/lib/typescript/ui/store/index.d.ts +19 -0
  390. package/lib/typescript/ui/store/index.d.ts.map +1 -0
  391. package/lib/typescript/ui/styles/fonts.d.ts +21 -0
  392. package/lib/typescript/ui/styles/fonts.d.ts.map +1 -0
  393. package/lib/typescript/ui/styles/index.d.ts +3 -0
  394. package/lib/typescript/ui/styles/index.d.ts.map +1 -0
  395. package/lib/typescript/ui/styles/theme.d.ts +68 -0
  396. package/lib/typescript/ui/styles/theme.d.ts.map +1 -0
  397. package/lib/typescript/utils/deviceManager.d.ts +66 -0
  398. package/lib/typescript/utils/deviceManager.d.ts.map +1 -0
  399. package/lib/typescript/utils/index.d.ts +3 -0
  400. package/lib/typescript/utils/index.d.ts.map +1 -0
  401. package/lib/typescript/utils/polyfills.d.ts +6 -0
  402. package/lib/typescript/utils/polyfills.d.ts.map +1 -0
  403. package/package.json +7 -6
  404. package/src/assets/illustrations/HighFive.tsx +41 -0
  405. package/src/node/createAuth.ts +116 -0
  406. package/src/node/index.ts +4 -0
  407. package/src/types/expo-vector-icons.d.ts +3 -0
  408. package/src/types/express.d.ts +5 -0
  409. package/src/types/react-redux.d.ts +5 -0
  410. package/src/ui/components/OxyProvider.tsx +136 -135
  411. package/src/ui/components/internal/GroupedPillButtons.tsx +253 -0
  412. package/src/ui/components/internal/TextField.tsx +694 -0
  413. package/src/ui/index.ts +6 -2
  414. package/src/ui/navigation/OxyRouter.tsx +8 -3
  415. package/src/ui/screens/FeedbackScreen.tsx +1042 -0
  416. package/src/ui/screens/SignInScreen.tsx +179 -222
  417. package/src/ui/screens/SignUpScreen.tsx +772 -608
  418. package/src/ui/store/index.ts +51 -0
@@ -0,0 +1,313 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _OxyContext = require("../context/OxyContext");
10
+ var _version = require("../../constants/version");
11
+ var _sonner = require("../../lib/sonner");
12
+ var _fonts = require("../styles/fonts");
13
+ var _components = require("../components");
14
+ var _jsxRuntime = require("react/jsx-runtime");
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ const AccountCenterScreen = ({
17
+ onClose,
18
+ theme,
19
+ navigate
20
+ }) => {
21
+ const {
22
+ user,
23
+ logout,
24
+ isLoading,
25
+ sessions
26
+ } = (0, _OxyContext.useOxy)();
27
+ const isDarkTheme = theme === 'dark';
28
+ const textColor = isDarkTheme ? '#FFFFFF' : '#000000';
29
+ const backgroundColor = isDarkTheme ? '#121212' : '#f2f2f2';
30
+ const secondaryBackgroundColor = isDarkTheme ? '#222222' : '#FFFFFF';
31
+ const borderColor = isDarkTheme ? '#444444' : '#E0E0E0';
32
+ const primaryColor = '#0066CC';
33
+ const dangerColor = '#D32F2F';
34
+ const handleLogout = async () => {
35
+ try {
36
+ await logout();
37
+ if (onClose) {
38
+ onClose();
39
+ }
40
+ } catch (error) {
41
+ console.error('Logout failed:', error);
42
+ _sonner.toast.error('There was a problem signing you out. Please try again.');
43
+ }
44
+ };
45
+ const confirmLogout = () => {
46
+ _reactNative.Alert.alert('Sign Out', 'Are you sure you want to sign out?', [{
47
+ text: 'Cancel',
48
+ style: 'cancel'
49
+ }, {
50
+ text: 'Sign Out',
51
+ onPress: handleLogout,
52
+ style: 'destructive'
53
+ }], {
54
+ cancelable: true
55
+ });
56
+ };
57
+ if (!user) {
58
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
59
+ style: [styles.container, {
60
+ backgroundColor
61
+ }],
62
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
63
+ style: [styles.message, {
64
+ color: textColor
65
+ }],
66
+ children: "Not signed in"
67
+ })
68
+ });
69
+ }
70
+ if (isLoading) {
71
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
72
+ style: [styles.container, {
73
+ backgroundColor,
74
+ justifyContent: 'center'
75
+ }],
76
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
77
+ size: "large",
78
+ color: primaryColor
79
+ })
80
+ });
81
+ }
82
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
83
+ style: [styles.container, {
84
+ backgroundColor
85
+ }],
86
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.ProfileCard, {
87
+ user: user,
88
+ theme: theme,
89
+ onEditPress: () => navigate('AccountSettings', {
90
+ activeTab: 'profile'
91
+ }),
92
+ onClosePress: onClose,
93
+ showCloseButton: !!onClose
94
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.ScrollView, {
95
+ style: styles.scrollView,
96
+ contentContainerStyle: styles.scrollContainer,
97
+ showsVerticalScrollIndicator: false,
98
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
99
+ title: "Quick Actions",
100
+ theme: theme,
101
+ isFirst: true,
102
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.QuickActions, {
103
+ actions: [{
104
+ id: 'overview',
105
+ icon: 'person-circle',
106
+ iconColor: '#007AFF',
107
+ title: 'Overview',
108
+ onPress: () => navigate('AccountOverview')
109
+ }, {
110
+ id: 'settings',
111
+ icon: 'settings',
112
+ iconColor: '#5856D6',
113
+ title: 'Settings',
114
+ onPress: () => navigate('AccountSettings')
115
+ }, {
116
+ id: 'sessions',
117
+ icon: 'shield-checkmark',
118
+ iconColor: '#30D158',
119
+ title: 'Sessions',
120
+ onPress: () => navigate('SessionManagement')
121
+ }, {
122
+ id: 'premium',
123
+ icon: 'star',
124
+ iconColor: '#FFD700',
125
+ title: 'Premium',
126
+ onPress: () => navigate('PremiumSubscription')
127
+ }, ...(user?.isPremium ? [{
128
+ id: 'billing',
129
+ icon: 'card',
130
+ iconColor: '#34C759',
131
+ title: 'Billing',
132
+ onPress: () => navigate('BillingManagement')
133
+ }] : []), ...(sessions && sessions.length > 1 ? [{
134
+ id: 'switch',
135
+ icon: 'swap-horizontal',
136
+ iconColor: '#FF9500',
137
+ title: 'Switch',
138
+ onPress: () => navigate('AccountSwitcher')
139
+ }] : [])],
140
+ theme: theme
141
+ })
142
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
143
+ title: "Account Management",
144
+ theme: theme,
145
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedSection, {
146
+ items: [{
147
+ id: 'overview',
148
+ icon: 'person-circle',
149
+ iconColor: '#007AFF',
150
+ title: 'Account Overview',
151
+ subtitle: 'Complete account information',
152
+ onPress: () => navigate('AccountOverview')
153
+ }, {
154
+ id: 'settings',
155
+ icon: 'settings',
156
+ iconColor: '#5856D6',
157
+ title: 'Account Settings',
158
+ subtitle: 'Manage your preferences',
159
+ onPress: () => navigate('AccountSettings')
160
+ }, {
161
+ id: 'sessions',
162
+ icon: 'shield-checkmark',
163
+ iconColor: '#30D158',
164
+ title: 'Manage Sessions',
165
+ subtitle: 'Security and active devices',
166
+ onPress: () => navigate('SessionManagement')
167
+ }, {
168
+ id: 'files',
169
+ icon: 'folder',
170
+ iconColor: '#FF9500',
171
+ title: 'File Management',
172
+ subtitle: 'Upload, download, and manage your files',
173
+ onPress: () => navigate('FileManagement')
174
+ }, {
175
+ id: 'premium',
176
+ icon: 'star',
177
+ iconColor: '#FFD700',
178
+ title: 'Oxy+ Subscriptions',
179
+ subtitle: user?.isPremium ? 'Manage your premium plan' : 'Upgrade to premium features',
180
+ onPress: () => navigate('PremiumSubscription')
181
+ }, ...(user?.isPremium ? [{
182
+ id: 'billing',
183
+ icon: 'card',
184
+ iconColor: '#34C759',
185
+ title: 'Billing Management',
186
+ subtitle: 'Payment methods and invoices',
187
+ onPress: () => navigate('BillingManagement')
188
+ }] : [])],
189
+ theme: theme
190
+ })
191
+ }), sessions && sessions.length > 1 && /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
192
+ title: "Multi-Account",
193
+ theme: theme,
194
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedSection, {
195
+ items: [{
196
+ id: 'switch',
197
+ icon: 'people',
198
+ iconColor: '#FF9500',
199
+ title: 'Switch Account',
200
+ subtitle: `${sessions.length} accounts available`,
201
+ onPress: () => navigate('AccountSwitcher')
202
+ }, {
203
+ id: 'add',
204
+ icon: 'person-add',
205
+ iconColor: '#30D158',
206
+ title: 'Add Another Account',
207
+ subtitle: 'Sign in with a different account',
208
+ onPress: () => navigate('SignIn')
209
+ }],
210
+ theme: theme
211
+ })
212
+ }), (!sessions || sessions.length <= 1) && /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
213
+ title: "Add Account",
214
+ theme: theme,
215
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedSection, {
216
+ items: [{
217
+ id: 'add',
218
+ icon: 'person-add',
219
+ iconColor: '#30D158',
220
+ title: 'Add Another Account',
221
+ subtitle: 'Sign in with a different account',
222
+ onPress: () => navigate('SignIn')
223
+ }],
224
+ theme: theme
225
+ })
226
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
227
+ title: "More Options",
228
+ theme: theme,
229
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedSection, {
230
+ items: [...(_reactNative.Platform.OS !== 'web' ? [{
231
+ id: 'notifications',
232
+ icon: 'notifications',
233
+ iconColor: '#FF9500',
234
+ title: 'Notifications',
235
+ subtitle: 'Manage notification settings',
236
+ onPress: () => _sonner.toast.info('Notifications feature coming soon!')
237
+ }] : []), {
238
+ id: 'help',
239
+ icon: 'help-circle',
240
+ iconColor: '#007AFF',
241
+ title: 'Help & Support',
242
+ subtitle: 'Get help and contact support',
243
+ onPress: () => _sonner.toast.info('Help & Support feature coming soon!')
244
+ }, {
245
+ id: 'appinfo',
246
+ icon: 'information-circle',
247
+ iconColor: '#8E8E93',
248
+ title: 'App Information',
249
+ subtitle: 'Version and system details',
250
+ onPress: () => navigate('AppInfo')
251
+ }],
252
+ theme: theme
253
+ })
254
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
255
+ theme: theme,
256
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedItem, {
257
+ icon: "log-out",
258
+ iconColor: dangerColor,
259
+ title: isLoading ? "Signing out..." : "Sign Out",
260
+ theme: theme,
261
+ onPress: confirmLogout,
262
+ isFirst: true,
263
+ isLast: true,
264
+ showChevron: false,
265
+ disabled: isLoading,
266
+ customContent: isLoading ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
267
+ color: dangerColor,
268
+ size: "small",
269
+ style: {
270
+ marginRight: 16
271
+ }
272
+ }) : null
273
+ })
274
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
275
+ style: styles.versionContainer,
276
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
277
+ style: [styles.versionText, {
278
+ color: isDarkTheme ? '#666666' : '#999999'
279
+ }],
280
+ children: ["Version ", _version.packageInfo.version]
281
+ })
282
+ })]
283
+ })]
284
+ });
285
+ };
286
+ const styles = _reactNative.StyleSheet.create({
287
+ container: {
288
+ flex: 1
289
+ },
290
+ scrollView: {
291
+ flex: 1
292
+ },
293
+ scrollContainer: {
294
+ padding: 16,
295
+ paddingBottom: 20
296
+ },
297
+ versionContainer: {
298
+ alignItems: 'center',
299
+ marginTop: 20,
300
+ marginBottom: 20
301
+ },
302
+ versionText: {
303
+ fontSize: 12,
304
+ fontFamily: _fonts.fontFamilies.phudu
305
+ },
306
+ message: {
307
+ fontSize: 16,
308
+ textAlign: 'center',
309
+ marginTop: 24
310
+ }
311
+ });
312
+ var _default = exports.default = AccountCenterScreen;
313
+ //# sourceMappingURL=AccountCenterScreen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_OxyContext","_version","_sonner","_fonts","_components","_jsxRuntime","e","__esModule","default","AccountCenterScreen","onClose","theme","navigate","user","logout","isLoading","sessions","useOxy","isDarkTheme","textColor","backgroundColor","secondaryBackgroundColor","borderColor","primaryColor","dangerColor","handleLogout","error","console","toast","confirmLogout","Alert","alert","text","style","onPress","cancelable","jsx","View","styles","container","children","Text","message","color","justifyContent","ActivityIndicator","size","jsxs","ProfileCard","onEditPress","activeTab","onClosePress","showCloseButton","ScrollView","scrollView","contentContainerStyle","scrollContainer","showsVerticalScrollIndicator","Section","title","isFirst","QuickActions","actions","id","icon","iconColor","isPremium","length","GroupedSection","items","subtitle","Platform","OS","info","GroupedItem","isLast","showChevron","disabled","customContent","marginRight","versionContainer","versionText","packageInfo","version","StyleSheet","create","flex","padding","paddingBottom","alignItems","marginTop","marginBottom","fontSize","fontFamily","fontFamilies","phudu","textAlign","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/screens/AccountCenterScreen.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAWA,IAAAE,WAAA,GAAAF,OAAA;AACA,IAAAG,QAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAJ,OAAA;AAEA,IAAAK,MAAA,GAAAL,OAAA;AACA,IAAAM,WAAA,GAAAN,OAAA;AAMuB,IAAAO,WAAA,GAAAP,OAAA;AAAA,SAAAD,uBAAAS,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEvB,MAAMG,mBAA8C,GAAGA,CAAC;EACpDC,OAAO;EACPC,KAAK;EACLC;AACJ,CAAC,KAAK;EACF,MAAM;IAAEC,IAAI;IAAEC,MAAM;IAAEC,SAAS;IAAEC;EAAS,CAAC,GAAG,IAAAC,kBAAM,EAAC,CAAC;EAEtD,MAAMC,WAAW,GAAGP,KAAK,KAAK,MAAM;EACpC,MAAMQ,SAAS,GAAGD,WAAW,GAAG,SAAS,GAAG,SAAS;EACrD,MAAME,eAAe,GAAGF,WAAW,GAAG,SAAS,GAAG,SAAS;EAC3D,MAAMG,wBAAwB,GAAGH,WAAW,GAAG,SAAS,GAAG,SAAS;EACpE,MAAMI,WAAW,GAAGJ,WAAW,GAAG,SAAS,GAAG,SAAS;EACvD,MAAMK,YAAY,GAAG,SAAS;EAC9B,MAAMC,WAAW,GAAG,SAAS;EAE7B,MAAMC,YAAY,GAAG,MAAAA,CAAA,KAAY;IAC7B,IAAI;MACA,MAAMX,MAAM,CAAC,CAAC;MACd,IAAIJ,OAAO,EAAE;QACTA,OAAO,CAAC,CAAC;MACb;IACJ,CAAC,CAAC,OAAOgB,KAAK,EAAE;MACZC,OAAO,CAACD,KAAK,CAAC,gBAAgB,EAAEA,KAAK,CAAC;MACtCE,aAAK,CAACF,KAAK,CAAC,wDAAwD,CAAC;IACzE;EACJ,CAAC;EAED,MAAMG,aAAa,GAAGA,CAAA,KAAM;IACxBC,kBAAK,CAACC,KAAK,CACP,UAAU,EACV,oCAAoC,EACpC,CACI;MACIC,IAAI,EAAE,QAAQ;MACdC,KAAK,EAAE;IACX,CAAC,EACD;MACID,IAAI,EAAE,UAAU;MAChBE,OAAO,EAAET,YAAY;MACrBQ,KAAK,EAAE;IACX,CAAC,CACJ,EACD;MAAEE,UAAU,EAAE;IAAK,CACvB,CAAC;EACL,CAAC;EAED,IAAI,CAACtB,IAAI,EAAE;IACP,oBACI,IAAAR,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAAsC,IAAI;MAACJ,KAAK,EAAE,CAACK,MAAM,CAACC,SAAS,EAAE;QAAEnB;MAAgB,CAAC,CAAE;MAAAoB,QAAA,eACjD,IAAAnC,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAA0C,IAAI;QAACR,KAAK,EAAE,CAACK,MAAM,CAACI,OAAO,EAAE;UAAEC,KAAK,EAAExB;QAAU,CAAC,CAAE;QAAAqB,QAAA,EAAC;MAAa,CAAM;IAAC,CACvE,CAAC;EAEf;EAEA,IAAIzB,SAAS,EAAE;IACX,oBACI,IAAAV,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAAsC,IAAI;MAACJ,KAAK,EAAE,CAACK,MAAM,CAACC,SAAS,EAAE;QAAEnB,eAAe;QAAEwB,cAAc,EAAE;MAAS,CAAC,CAAE;MAAAJ,QAAA,eAC3E,IAAAnC,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAA8C,iBAAiB;QAACC,IAAI,EAAC,OAAO;QAACH,KAAK,EAAEpB;MAAa,CAAE;IAAC,CACrD,CAAC;EAEf;EAEA,oBACI,IAAAlB,WAAA,CAAA0C,IAAA,EAAChD,YAAA,CAAAsC,IAAI;IAACJ,KAAK,EAAE,CAACK,MAAM,CAACC,SAAS,EAAE;MAAEnB;IAAgB,CAAC,CAAE;IAAAoB,QAAA,gBAEjD,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAA4C,WAAW;MACRnC,IAAI,EAAEA,IAAK;MACXF,KAAK,EAAEA,KAAM;MACbsC,WAAW,EAAEA,CAAA,KAAMrC,QAAQ,CAAC,iBAAiB,EAAE;QAAEsC,SAAS,EAAE;MAAU,CAAC,CAAE;MACzEC,YAAY,EAAEzC,OAAQ;MACtB0C,eAAe,EAAE,CAAC,CAAC1C;IAAQ,CAC9B,CAAC,eAEF,IAAAL,WAAA,CAAA0C,IAAA,EAAChD,YAAA,CAAAsD,UAAU;MAACpB,KAAK,EAAEK,MAAM,CAACgB,UAAW;MAACC,qBAAqB,EAAEjB,MAAM,CAACkB,eAAgB;MAACC,4BAA4B,EAAE,KAAM;MAAAjB,QAAA,gBAErH,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,eAAe;QAAChD,KAAK,EAAEA,KAAM;QAACiD,OAAO,EAAE,IAAK;QAAApB,QAAA,eACvD,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAyD,YAAY;UACTC,OAAO,EAAE,CACL;YAAEC,EAAE,EAAE,UAAU;YAAEC,IAAI,EAAE,eAAe;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,UAAU;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAAE,CAAC,EAC9H;YAAEmD,EAAE,EAAE,UAAU;YAAEC,IAAI,EAAE,UAAU;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,UAAU;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAAE,CAAC,EACzH;YAAEmD,EAAE,EAAE,UAAU;YAAEC,IAAI,EAAE,kBAAkB;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,UAAU;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,mBAAmB;UAAE,CAAC,EACnI;YAAEmD,EAAE,EAAE,SAAS;YAAEC,IAAI,EAAE,MAAM;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,SAAS;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,qBAAqB;UAAE,CAAC,EACvH,IAAIC,IAAI,EAAEqD,SAAS,GAAG,CAAC;YAAEH,EAAE,EAAE,SAAS;YAAEC,IAAI,EAAE,MAAM;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,SAAS;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,mBAAmB;UAAE,CAAC,CAAC,GAAG,EAAE,CAAC,EACnJ,IAAII,QAAQ,IAAIA,QAAQ,CAACmD,MAAM,GAAG,CAAC,GAAG,CAAC;YAAEJ,EAAE,EAAE,QAAQ;YAAEC,IAAI,EAAE,iBAAiB;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,QAAQ;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAC5K;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CAAC,eAGV,IAAAN,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,oBAAoB;QAAChD,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eAC7C,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAgE,cAAc;UACXC,KAAK,EAAE,CACH;YACIN,EAAE,EAAE,UAAU;YACdC,IAAI,EAAE,eAAe;YACrBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,kBAAkB;YACzBW,QAAQ,EAAE,8BAA8B;YACxCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAC7C,CAAC,EACD;YACImD,EAAE,EAAE,UAAU;YACdC,IAAI,EAAE,UAAU;YAChBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,kBAAkB;YACzBW,QAAQ,EAAE,yBAAyB;YACnCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAC7C,CAAC,EACD;YACImD,EAAE,EAAE,UAAU;YACdC,IAAI,EAAE,kBAAkB;YACxBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,iBAAiB;YACxBW,QAAQ,EAAE,6BAA6B;YACvCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,mBAAmB;UAC/C,CAAC,EACD;YACImD,EAAE,EAAE,OAAO;YACXC,IAAI,EAAE,QAAQ;YACdC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,iBAAiB;YACxBW,QAAQ,EAAE,yCAAyC;YACnDpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,gBAAgB;UAC5C,CAAC,EACD;YACImD,EAAE,EAAE,SAAS;YACbC,IAAI,EAAE,MAAM;YACZC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,oBAAoB;YAC3BW,QAAQ,EAAEzD,IAAI,EAAEqD,SAAS,GAAG,0BAA0B,GAAG,6BAA6B;YACtFhC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,qBAAqB;UACjD,CAAC,EACD,IAAIC,IAAI,EAAEqD,SAAS,GAAG,CAAC;YACnBH,EAAE,EAAE,SAAS;YACbC,IAAI,EAAE,MAAM;YACZC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,oBAAoB;YAC3BW,QAAQ,EAAE,8BAA8B;YACxCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,mBAAmB;UAC/C,CAAC,CAAC,GAAG,EAAE,CAAC,CACV;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CAAC,EAGTK,QAAQ,IAAIA,QAAQ,CAACmD,MAAM,GAAG,CAAC,iBAC5B,IAAA9D,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,eAAe;QAAChD,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eACxC,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAgE,cAAc;UACXC,KAAK,EAAE,CACH;YACIN,EAAE,EAAE,QAAQ;YACZC,IAAI,EAAE,QAAQ;YACdC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,gBAAgB;YACvBW,QAAQ,EAAE,GAAGtD,QAAQ,CAACmD,MAAM,qBAAqB;YACjDjC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAC7C,CAAC,EACD;YACImD,EAAE,EAAE,KAAK;YACTC,IAAI,EAAE,YAAY;YAClBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,qBAAqB;YAC5BW,QAAQ,EAAE,kCAAkC;YAC5CpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,QAAQ;UACpC,CAAC,CACH;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CACZ,EAGA,CAAC,CAACK,QAAQ,IAAIA,QAAQ,CAACmD,MAAM,IAAI,CAAC,kBAC/B,IAAA9D,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,aAAa;QAAChD,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eACtC,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAgE,cAAc;UACXC,KAAK,EAAE,CACH;YACIN,EAAE,EAAE,KAAK;YACTC,IAAI,EAAE,YAAY;YAClBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,qBAAqB;YAC5BW,QAAQ,EAAE,kCAAkC;YAC5CpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,QAAQ;UACpC,CAAC,CACH;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CACZ,eAGD,IAAAN,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,cAAc;QAAChD,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eACvC,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAgE,cAAc;UACXC,KAAK,EAAE,CACH,IAAIE,qBAAQ,CAACC,EAAE,KAAK,KAAK,GAAG,CAAC;YACzBT,EAAE,EAAE,eAAe;YACnBC,IAAI,EAAE,eAAe;YACrBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,eAAe;YACtBW,QAAQ,EAAE,8BAA8B;YACxCpC,OAAO,EAAEA,CAAA,KAAMN,aAAK,CAAC6C,IAAI,CAAC,oCAAoC;UAClE,CAAC,CAAC,GAAG,EAAE,CAAC,EACR;YACIV,EAAE,EAAE,MAAM;YACVC,IAAI,EAAE,aAAa;YACnBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,gBAAgB;YACvBW,QAAQ,EAAE,8BAA8B;YACxCpC,OAAO,EAAEA,CAAA,KAAMN,aAAK,CAAC6C,IAAI,CAAC,qCAAqC;UACnE,CAAC,EACD;YACIV,EAAE,EAAE,SAAS;YACbC,IAAI,EAAE,oBAAoB;YAC1BC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,iBAAiB;YACxBW,QAAQ,EAAE,4BAA4B;YACtCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,SAAS;UACrC,CAAC,CACH;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CAAC,eAGV,IAAAN,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAAC/C,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eAClB,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsE,WAAW;UACRV,IAAI,EAAC,SAAS;UACdC,SAAS,EAAEzC,WAAY;UACvBmC,KAAK,EAAE5C,SAAS,GAAG,gBAAgB,GAAG,UAAW;UACjDJ,KAAK,EAAEA,KAAM;UACbuB,OAAO,EAAEL,aAAc;UACvB+B,OAAO,EAAE,IAAK;UACde,MAAM,EAAE,IAAK;UACbC,WAAW,EAAE,KAAM;UACnBC,QAAQ,EAAE9D,SAAU;UACpB+D,aAAa,EAAE/D,SAAS,gBACpB,IAAAV,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAA8C,iBAAiB;YAACF,KAAK,EAAEnB,WAAY;YAACsB,IAAI,EAAC,OAAO;YAACb,KAAK,EAAE;cAAE8C,WAAW,EAAE;YAAG;UAAE,CAAE,CAAC,GAClF;QAAK,CACZ;MAAC,CACG,CAAC,eAEV,IAAA1E,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAAsC,IAAI;QAACJ,KAAK,EAAEK,MAAM,CAAC0C,gBAAiB;QAAAxC,QAAA,eACjC,IAAAnC,WAAA,CAAA0C,IAAA,EAAChD,YAAA,CAAA0C,IAAI;UAACR,KAAK,EAAE,CAACK,MAAM,CAAC2C,WAAW,EAAE;YAAEtC,KAAK,EAAEzB,WAAW,GAAG,SAAS,GAAG;UAAU,CAAC,CAAE;UAAAsB,QAAA,GAAC,UACvE,EAAC0C,oBAAW,CAACC,OAAO;QAAA,CAC1B;MAAC,CACL,CAAC;IAAA,CACC,CAAC;EAAA,CACX,CAAC;AAEf,CAAC;AAED,MAAM7C,MAAM,GAAG8C,uBAAU,CAACC,MAAM,CAAC;EAC7B9C,SAAS,EAAE;IACP+C,IAAI,EAAE;EACV,CAAC;EACDhC,UAAU,EAAE;IACRgC,IAAI,EAAE;EACV,CAAC;EACD9B,eAAe,EAAE;IACb+B,OAAO,EAAE,EAAE;IACXC,aAAa,EAAE;EACnB,CAAC;EACDR,gBAAgB,EAAE;IACdS,UAAU,EAAE,QAAQ;IACpBC,SAAS,EAAE,EAAE;IACbC,YAAY,EAAE;EAClB,CAAC;EACDV,WAAW,EAAE;IACTW,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEC,mBAAY,CAACC;EAC7B,CAAC;EACDrD,OAAO,EAAE;IACLkD,QAAQ,EAAE,EAAE;IACZI,SAAS,EAAE,QAAQ;IACnBN,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AAAC,IAAAO,QAAA,GAAAC,OAAA,CAAA1F,OAAA,GAEYC,mBAAmB","ignoreList":[]}
@@ -0,0 +1,299 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _OxyProvider = _interopRequireDefault(require("../components/OxyProvider"));
10
+ var _core = require("../../core");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
+ /**
14
+ * Demo component showcasing the complete account management UI flow
15
+ * This demonstrates how all the account screens work together
16
+ */const AccountManagementDemo = () => {
17
+ const oxyServices = new _core.OxyServices({
18
+ baseURL: 'https://api.oxy.so'
19
+ });
20
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
21
+ style: styles.container,
22
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.ScrollView, {
23
+ style: styles.content,
24
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
25
+ style: styles.title,
26
+ children: "Account Management System Demo"
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
28
+ style: styles.description,
29
+ children: "Complete account management flow with 5 interconnected screens:"
30
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
31
+ style: styles.screensList,
32
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
33
+ title: "AccountCenterScreen",
34
+ description: "Main account hub and entry point",
35
+ features: ['User profile display', 'Quick access to all account features', 'Multi-account switching', 'Session management access'],
36
+ navigatesTo: ['AccountOverview', 'AccountSwitcher', 'AccountSettings', 'SessionManagement']
37
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
38
+ title: "AccountOverviewScreen",
39
+ description: "Comprehensive account information and management",
40
+ features: ['Detailed profile information', 'Account settings shortcuts', 'Subscription management', 'Privacy and security overview'],
41
+ navigatesTo: ['AccountSettings', 'SessionManagement']
42
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
43
+ title: "AccountSettingsScreen",
44
+ description: "Complete account configuration and preferences",
45
+ features: ['Profile editing (username, email, name)', 'Password management', 'Security settings', 'Notification preferences', 'Tabbed interface for organization'],
46
+ navigatesTo: ['Previous screen via goBack()']
47
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
48
+ title: "AccountSwitcherScreen",
49
+ description: "Multi-account management and switching",
50
+ features: ['View all saved accounts', 'Switch between accounts', 'Remove unwanted accounts', 'Device session management', 'Add new accounts'],
51
+ navigatesTo: ['SignIn', 'Account switching']
52
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
53
+ title: "SessionManagementScreen",
54
+ description: "Active session management across devices",
55
+ features: ['View all active sessions', 'Device information display', 'Logout specific sessions', 'Logout all sessions', 'Session security monitoring'],
56
+ navigatesTo: ['Session logout actions']
57
+ })]
58
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
59
+ style: styles.navigationFlow,
60
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
61
+ style: styles.sectionTitle,
62
+ children: "Navigation Flow"
63
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
64
+ style: styles.flowDescription,
65
+ children: "The screens are designed with intuitive navigation patterns:"
66
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
67
+ style: styles.flowItem,
68
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
69
+ style: styles.flowStep,
70
+ children: "1. Entry Point"
71
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
72
+ style: styles.flowText,
73
+ children: "Users typically start at AccountCenterScreen"
74
+ })]
75
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
76
+ style: styles.flowItem,
77
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
78
+ style: styles.flowStep,
79
+ children: "2. Explore"
80
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
81
+ style: styles.flowText,
82
+ children: "Navigate to specific screens based on needs"
83
+ })]
84
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
85
+ style: styles.flowItem,
86
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
87
+ style: styles.flowStep,
88
+ children: "3. Manage"
89
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
90
+ style: styles.flowText,
91
+ children: "Perform account actions in specialized screens"
92
+ })]
93
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
94
+ style: styles.flowItem,
95
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
96
+ style: styles.flowStep,
97
+ children: "4. Return"
98
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
99
+ style: styles.flowText,
100
+ children: "Navigate back or to related screens seamlessly"
101
+ })]
102
+ })]
103
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
104
+ style: styles.demoSection,
105
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
106
+ style: styles.sectionTitle,
107
+ children: "Try the Demo"
108
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
109
+ style: styles.demoButton,
110
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
111
+ style: styles.demoButtonText,
112
+ children: "Launch Account Center"
113
+ })
114
+ })]
115
+ })]
116
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_OxyProvider.default, {
117
+ oxyServices: oxyServices,
118
+ initialScreen: "AccountCenter",
119
+ theme: "light",
120
+ autoPresent: false
121
+ })]
122
+ });
123
+ };
124
+ const ScreenCard = ({
125
+ title,
126
+ description,
127
+ features,
128
+ navigatesTo
129
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
130
+ style: styles.screenCard,
131
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
132
+ style: styles.screenTitle,
133
+ children: title
134
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
135
+ style: styles.screenDescription,
136
+ children: description
137
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
138
+ style: styles.featuresTitle,
139
+ children: "Features:"
140
+ }), features.map((feature, index) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
141
+ style: styles.feature,
142
+ children: ["\u2022 ", feature]
143
+ }, index)), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
144
+ style: styles.navigationTitle,
145
+ children: "Navigates to:"
146
+ }), navigatesTo.map((nav, index) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
147
+ style: styles.navigationItem,
148
+ children: ["\u2192 ", nav]
149
+ }, index))]
150
+ });
151
+ const styles = _reactNative.StyleSheet.create({
152
+ container: {
153
+ flex: 1,
154
+ backgroundColor: '#F5F5F5'
155
+ },
156
+ content: {
157
+ flex: 1,
158
+ padding: 20
159
+ },
160
+ title: {
161
+ fontSize: 28,
162
+ fontWeight: 'bold',
163
+ color: '#333',
164
+ marginBottom: 10,
165
+ textAlign: 'center'
166
+ },
167
+ description: {
168
+ fontSize: 16,
169
+ color: '#666',
170
+ marginBottom: 20,
171
+ textAlign: 'center',
172
+ lineHeight: 22
173
+ },
174
+ screensList: {
175
+ marginBottom: 30
176
+ },
177
+ screenCard: {
178
+ backgroundColor: '#FFFFFF',
179
+ borderRadius: 12,
180
+ padding: 20,
181
+ marginBottom: 16,
182
+ shadowColor: '#000',
183
+ shadowOffset: {
184
+ width: 0,
185
+ height: 2
186
+ },
187
+ shadowOpacity: 0.1,
188
+ shadowRadius: 4,
189
+ elevation: 3
190
+ },
191
+ screenTitle: {
192
+ fontSize: 20,
193
+ fontWeight: 'bold',
194
+ color: '#0066CC',
195
+ marginBottom: 8
196
+ },
197
+ screenDescription: {
198
+ fontSize: 14,
199
+ color: '#666',
200
+ marginBottom: 12,
201
+ lineHeight: 20
202
+ },
203
+ featuresTitle: {
204
+ fontSize: 16,
205
+ fontWeight: '600',
206
+ color: '#333',
207
+ marginBottom: 8
208
+ },
209
+ feature: {
210
+ fontSize: 14,
211
+ color: '#555',
212
+ marginBottom: 4,
213
+ marginLeft: 10
214
+ },
215
+ navigationTitle: {
216
+ fontSize: 16,
217
+ fontWeight: '600',
218
+ color: '#333',
219
+ marginTop: 12,
220
+ marginBottom: 8
221
+ },
222
+ navigationItem: {
223
+ fontSize: 14,
224
+ color: '#0066CC',
225
+ marginBottom: 4,
226
+ marginLeft: 10
227
+ },
228
+ navigationFlow: {
229
+ backgroundColor: '#FFFFFF',
230
+ borderRadius: 12,
231
+ padding: 20,
232
+ marginBottom: 30,
233
+ shadowColor: '#000',
234
+ shadowOffset: {
235
+ width: 0,
236
+ height: 2
237
+ },
238
+ shadowOpacity: 0.1,
239
+ shadowRadius: 4,
240
+ elevation: 3
241
+ },
242
+ sectionTitle: {
243
+ fontSize: 22,
244
+ fontWeight: 'bold',
245
+ color: '#333',
246
+ marginBottom: 12
247
+ },
248
+ flowDescription: {
249
+ fontSize: 14,
250
+ color: '#666',
251
+ marginBottom: 16,
252
+ lineHeight: 20
253
+ },
254
+ flowItem: {
255
+ flexDirection: 'row',
256
+ alignItems: 'flex-start',
257
+ marginBottom: 12
258
+ },
259
+ flowStep: {
260
+ fontSize: 14,
261
+ fontWeight: 'bold',
262
+ color: '#0066CC',
263
+ minWidth: 80
264
+ },
265
+ flowText: {
266
+ fontSize: 14,
267
+ color: '#555',
268
+ flex: 1,
269
+ lineHeight: 20
270
+ },
271
+ demoSection: {
272
+ backgroundColor: '#FFFFFF',
273
+ borderRadius: 12,
274
+ padding: 20,
275
+ alignItems: 'center',
276
+ shadowColor: '#000',
277
+ shadowOffset: {
278
+ width: 0,
279
+ height: 2
280
+ },
281
+ shadowOpacity: 0.1,
282
+ shadowRadius: 4,
283
+ elevation: 3
284
+ },
285
+ demoButton: {
286
+ backgroundColor: '#0066CC',
287
+ borderRadius: 25,
288
+ paddingHorizontal: 30,
289
+ paddingVertical: 12,
290
+ marginTop: 10
291
+ },
292
+ demoButtonText: {
293
+ color: '#FFFFFF',
294
+ fontSize: 16,
295
+ fontWeight: '600'
296
+ }
297
+ });
298
+ var _default = exports.default = AccountManagementDemo;
299
+ //# sourceMappingURL=AccountManagementDemo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_OxyProvider","_core","_jsxRuntime","e","__esModule","default","AccountManagementDemo","oxyServices","OxyServices","baseURL","jsxs","View","style","styles","container","children","ScrollView","content","jsx","Text","title","description","screensList","ScreenCard","features","navigatesTo","navigationFlow","sectionTitle","flowDescription","flowItem","flowStep","flowText","demoSection","TouchableOpacity","demoButton","demoButtonText","initialScreen","theme","autoPresent","screenCard","screenTitle","screenDescription","featuresTitle","map","feature","index","navigationTitle","nav","navigationItem","StyleSheet","create","flex","backgroundColor","padding","fontSize","fontWeight","color","marginBottom","textAlign","lineHeight","borderRadius","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","marginLeft","marginTop","flexDirection","alignItems","minWidth","paddingHorizontal","paddingVertical","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/screens/AccountManagementDemo.tsx"],"mappings":"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","ignoreList":[]}