@oxyhq/services 5.4.1 → 5.4.2

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 (370) hide show
  1. package/package.json +2 -2
  2. package/src/core/index.ts +68 -0
  3. package/src/ui/components/OxyProvider.tsx +5 -5
  4. package/src/ui/context/OxyContext.tsx +61 -41
  5. package/src/ui/screens/AccountOverviewScreen.tsx +44 -26
  6. package/src/ui/screens/AccountSettingsScreen.tsx +24 -18
  7. package/src/ui/screens/FileManagementScreen.tsx +246 -211
  8. package/src/ui/screens/SignInScreen.tsx +382 -326
  9. package/src/ui/screens/SignUpScreen.tsx +443 -273
  10. package/src/ui/screens/karma/KarmaFAQScreen.tsx +50 -29
  11. package/lib/commonjs/assets/OxyLogo.svg +0 -1
  12. package/lib/commonjs/assets/assets/OxyLogo.svg +0 -1
  13. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  14. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  15. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  16. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  17. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  18. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  19. package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  20. package/lib/commonjs/assets/assets/icons/OxyServices.tsx +0 -67
  21. package/lib/commonjs/assets/assets/icons/logo_OxyServices.svg +0 -1
  22. package/lib/commonjs/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  23. package/lib/commonjs/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  24. package/lib/commonjs/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  25. package/lib/commonjs/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  26. package/lib/commonjs/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  27. package/lib/commonjs/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  28. package/lib/commonjs/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  29. package/lib/commonjs/assets/icons/OxyServices.js +0 -53
  30. package/lib/commonjs/assets/icons/OxyServices.js.map +0 -1
  31. package/lib/commonjs/assets/icons/logo_OxyServices.svg +0 -1
  32. package/lib/commonjs/constants/version.js +0 -28
  33. package/lib/commonjs/constants/version.js.map +0 -1
  34. package/lib/commonjs/core/index.js +0 -1578
  35. package/lib/commonjs/core/index.js.map +0 -1
  36. package/lib/commonjs/index.js +0 -160
  37. package/lib/commonjs/index.js.map +0 -1
  38. package/lib/commonjs/lib/sonner.js +0 -21
  39. package/lib/commonjs/lib/sonner.js.map +0 -1
  40. package/lib/commonjs/models/interfaces.js +0 -2
  41. package/lib/commonjs/models/interfaces.js.map +0 -1
  42. package/lib/commonjs/models/secureSession.js +0 -2
  43. package/lib/commonjs/models/secureSession.js.map +0 -1
  44. package/lib/commonjs/node/index.js +0 -54
  45. package/lib/commonjs/node/index.js.map +0 -1
  46. package/lib/commonjs/package.json +0 -1
  47. package/lib/commonjs/ui/components/Avatar.js +0 -98
  48. package/lib/commonjs/ui/components/Avatar.js.map +0 -1
  49. package/lib/commonjs/ui/components/FollowButton.js +0 -246
  50. package/lib/commonjs/ui/components/FollowButton.js.map +0 -1
  51. package/lib/commonjs/ui/components/FontLoader.js +0 -181
  52. package/lib/commonjs/ui/components/FontLoader.js.map +0 -1
  53. package/lib/commonjs/ui/components/GroupedItem.js +0 -109
  54. package/lib/commonjs/ui/components/GroupedItem.js.map +0 -1
  55. package/lib/commonjs/ui/components/GroupedSection.js +0 -33
  56. package/lib/commonjs/ui/components/GroupedSection.js.map +0 -1
  57. package/lib/commonjs/ui/components/OxyLogo.js +0 -56
  58. package/lib/commonjs/ui/components/OxyLogo.js.map +0 -1
  59. package/lib/commonjs/ui/components/OxyProvider.js +0 -517
  60. package/lib/commonjs/ui/components/OxyProvider.js.map +0 -1
  61. package/lib/commonjs/ui/components/OxySignInButton.js +0 -178
  62. package/lib/commonjs/ui/components/OxySignInButton.js.map +0 -1
  63. package/lib/commonjs/ui/components/ProfileCard.js +0 -124
  64. package/lib/commonjs/ui/components/ProfileCard.js.map +0 -1
  65. package/lib/commonjs/ui/components/QuickActions.js +0 -87
  66. package/lib/commonjs/ui/components/QuickActions.js.map +0 -1
  67. package/lib/commonjs/ui/components/Section.js +0 -36
  68. package/lib/commonjs/ui/components/Section.js.map +0 -1
  69. package/lib/commonjs/ui/components/SectionTitle.js +0 -35
  70. package/lib/commonjs/ui/components/SectionTitle.js.map +0 -1
  71. package/lib/commonjs/ui/components/bottomSheet/index.js +0 -37
  72. package/lib/commonjs/ui/components/bottomSheet/index.js.map +0 -1
  73. package/lib/commonjs/ui/components/icon/OxyIcon.js +0 -27
  74. package/lib/commonjs/ui/components/icon/OxyIcon.js.map +0 -1
  75. package/lib/commonjs/ui/components/icon/index.js +0 -14
  76. package/lib/commonjs/ui/components/icon/index.js.map +0 -1
  77. package/lib/commonjs/ui/components/index.js +0 -97
  78. package/lib/commonjs/ui/components/index.js.map +0 -1
  79. package/lib/commonjs/ui/context/OxyContext.js +0 -568
  80. package/lib/commonjs/ui/context/OxyContext.js.map +0 -1
  81. package/lib/commonjs/ui/index.js +0 -128
  82. package/lib/commonjs/ui/index.js.map +0 -1
  83. package/lib/commonjs/ui/navigation/OxyRouter.js +0 -264
  84. package/lib/commonjs/ui/navigation/OxyRouter.js.map +0 -1
  85. package/lib/commonjs/ui/navigation/types.js +0 -6
  86. package/lib/commonjs/ui/navigation/types.js.map +0 -1
  87. package/lib/commonjs/ui/screens/AccountCenterScreen.js +0 -313
  88. package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +0 -1
  89. package/lib/commonjs/ui/screens/AccountManagementDemo.js +0 -299
  90. package/lib/commonjs/ui/screens/AccountManagementDemo.js.map +0 -1
  91. package/lib/commonjs/ui/screens/AccountOverviewScreen.js +0 -837
  92. package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +0 -1
  93. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +0 -836
  94. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +0 -1
  95. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +0 -788
  96. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +0 -1
  97. package/lib/commonjs/ui/screens/AppInfoScreen.js +0 -664
  98. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +0 -1
  99. package/lib/commonjs/ui/screens/BillingManagementScreen.js +0 -636
  100. package/lib/commonjs/ui/screens/BillingManagementScreen.js.map +0 -1
  101. package/lib/commonjs/ui/screens/FileManagementScreen.js +0 -2497
  102. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +0 -1
  103. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +0 -1620
  104. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +0 -1
  105. package/lib/commonjs/ui/screens/ProfileScreen.js +0 -450
  106. package/lib/commonjs/ui/screens/ProfileScreen.js.map +0 -1
  107. package/lib/commonjs/ui/screens/SessionManagementScreen.js +0 -449
  108. package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +0 -1
  109. package/lib/commonjs/ui/screens/SignInScreen.js +0 -956
  110. package/lib/commonjs/ui/screens/SignInScreen.js.map +0 -1
  111. package/lib/commonjs/ui/screens/SignUpScreen.js +0 -762
  112. package/lib/commonjs/ui/screens/SignUpScreen.js.map +0 -1
  113. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +0 -88
  114. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +0 -1
  115. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +0 -364
  116. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +0 -1
  117. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +0 -202
  118. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +0 -1
  119. package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +0 -148
  120. package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +0 -1
  121. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +0 -127
  122. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +0 -1
  123. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +0 -105
  124. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +0 -1
  125. package/lib/commonjs/ui/styles/FONTS.md +0 -126
  126. package/lib/commonjs/ui/styles/fonts.js +0 -84
  127. package/lib/commonjs/ui/styles/fonts.js.map +0 -1
  128. package/lib/commonjs/ui/styles/index.js +0 -28
  129. package/lib/commonjs/ui/styles/index.js.map +0 -1
  130. package/lib/commonjs/ui/styles/theme.js +0 -121
  131. package/lib/commonjs/ui/styles/theme.js.map +0 -1
  132. package/lib/commonjs/utils/deviceManager.js +0 -173
  133. package/lib/commonjs/utils/deviceManager.js.map +0 -1
  134. package/lib/commonjs/utils/index.js +0 -13
  135. package/lib/commonjs/utils/index.js.map +0 -1
  136. package/lib/commonjs/utils/polyfills.js +0 -42
  137. package/lib/commonjs/utils/polyfills.js.map +0 -1
  138. package/lib/module/assets/OxyLogo.svg +0 -1
  139. package/lib/module/assets/assets/OxyLogo.svg +0 -1
  140. package/lib/module/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  141. package/lib/module/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  142. package/lib/module/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  143. package/lib/module/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  144. package/lib/module/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  145. package/lib/module/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  146. package/lib/module/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  147. package/lib/module/assets/assets/icons/OxyServices.tsx +0 -67
  148. package/lib/module/assets/assets/icons/logo_OxyServices.svg +0 -1
  149. package/lib/module/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
  150. package/lib/module/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
  151. package/lib/module/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
  152. package/lib/module/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
  153. package/lib/module/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
  154. package/lib/module/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
  155. package/lib/module/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
  156. package/lib/module/assets/icons/OxyServices.js +0 -46
  157. package/lib/module/assets/icons/OxyServices.js.map +0 -1
  158. package/lib/module/assets/icons/logo_OxyServices.svg +0 -1
  159. package/lib/module/constants/version.js +0 -21
  160. package/lib/module/constants/version.js.map +0 -1
  161. package/lib/module/core/index.js +0 -1552
  162. package/lib/module/core/index.js.map +0 -1
  163. package/lib/module/index.js +0 -48
  164. package/lib/module/index.js.map +0 -1
  165. package/lib/module/lib/sonner.js +0 -16
  166. package/lib/module/lib/sonner.js.map +0 -1
  167. package/lib/module/models/interfaces.js +0 -2
  168. package/lib/module/models/interfaces.js.map +0 -1
  169. package/lib/module/models/secureSession.js +0 -2
  170. package/lib/module/models/secureSession.js.map +0 -1
  171. package/lib/module/node/index.js +0 -23
  172. package/lib/module/node/index.js.map +0 -1
  173. package/lib/module/package.json +0 -1
  174. package/lib/module/ui/components/Avatar.js +0 -93
  175. package/lib/module/ui/components/Avatar.js.map +0 -1
  176. package/lib/module/ui/components/FollowButton.js +0 -241
  177. package/lib/module/ui/components/FollowButton.js.map +0 -1
  178. package/lib/module/ui/components/FontLoader.js +0 -176
  179. package/lib/module/ui/components/FontLoader.js.map +0 -1
  180. package/lib/module/ui/components/GroupedItem.js +0 -104
  181. package/lib/module/ui/components/GroupedItem.js.map +0 -1
  182. package/lib/module/ui/components/GroupedSection.js +0 -28
  183. package/lib/module/ui/components/GroupedSection.js.map +0 -1
  184. package/lib/module/ui/components/OxyLogo.js +0 -49
  185. package/lib/module/ui/components/OxyLogo.js.map +0 -1
  186. package/lib/module/ui/components/OxyProvider.js +0 -511
  187. package/lib/module/ui/components/OxyProvider.js.map +0 -1
  188. package/lib/module/ui/components/OxySignInButton.js +0 -172
  189. package/lib/module/ui/components/OxySignInButton.js.map +0 -1
  190. package/lib/module/ui/components/ProfileCard.js +0 -119
  191. package/lib/module/ui/components/ProfileCard.js.map +0 -1
  192. package/lib/module/ui/components/QuickActions.js +0 -82
  193. package/lib/module/ui/components/QuickActions.js.map +0 -1
  194. package/lib/module/ui/components/Section.js +0 -31
  195. package/lib/module/ui/components/Section.js.map +0 -1
  196. package/lib/module/ui/components/SectionTitle.js +0 -30
  197. package/lib/module/ui/components/SectionTitle.js.map +0 -1
  198. package/lib/module/ui/components/bottomSheet/index.js +0 -5
  199. package/lib/module/ui/components/bottomSheet/index.js.map +0 -1
  200. package/lib/module/ui/components/icon/OxyIcon.js +0 -22
  201. package/lib/module/ui/components/icon/OxyIcon.js.map +0 -1
  202. package/lib/module/ui/components/icon/index.js +0 -4
  203. package/lib/module/ui/components/icon/index.js.map +0 -1
  204. package/lib/module/ui/components/index.js +0 -18
  205. package/lib/module/ui/components/index.js.map +0 -1
  206. package/lib/module/ui/context/OxyContext.js +0 -563
  207. package/lib/module/ui/context/OxyContext.js.map +0 -1
  208. package/lib/module/ui/index.js +0 -24
  209. package/lib/module/ui/index.js.map +0 -1
  210. package/lib/module/ui/navigation/OxyRouter.js +0 -257
  211. package/lib/module/ui/navigation/OxyRouter.js.map +0 -1
  212. package/lib/module/ui/navigation/types.js +0 -4
  213. package/lib/module/ui/navigation/types.js.map +0 -1
  214. package/lib/module/ui/screens/AccountCenterScreen.js +0 -308
  215. package/lib/module/ui/screens/AccountCenterScreen.js.map +0 -1
  216. package/lib/module/ui/screens/AccountManagementDemo.js +0 -296
  217. package/lib/module/ui/screens/AccountManagementDemo.js.map +0 -1
  218. package/lib/module/ui/screens/AccountOverviewScreen.js +0 -831
  219. package/lib/module/ui/screens/AccountOverviewScreen.js.map +0 -1
  220. package/lib/module/ui/screens/AccountSettingsScreen.js +0 -830
  221. package/lib/module/ui/screens/AccountSettingsScreen.js.map +0 -1
  222. package/lib/module/ui/screens/AccountSwitcherScreen.js +0 -782
  223. package/lib/module/ui/screens/AccountSwitcherScreen.js.map +0 -1
  224. package/lib/module/ui/screens/AppInfoScreen.js +0 -658
  225. package/lib/module/ui/screens/AppInfoScreen.js.map +0 -1
  226. package/lib/module/ui/screens/BillingManagementScreen.js +0 -631
  227. package/lib/module/ui/screens/BillingManagementScreen.js.map +0 -1
  228. package/lib/module/ui/screens/FileManagementScreen.js +0 -2492
  229. package/lib/module/ui/screens/FileManagementScreen.js.map +0 -1
  230. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +0 -1615
  231. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +0 -1
  232. package/lib/module/ui/screens/ProfileScreen.js +0 -444
  233. package/lib/module/ui/screens/ProfileScreen.js.map +0 -1
  234. package/lib/module/ui/screens/SessionManagementScreen.js +0 -444
  235. package/lib/module/ui/screens/SessionManagementScreen.js.map +0 -1
  236. package/lib/module/ui/screens/SignInScreen.js +0 -950
  237. package/lib/module/ui/screens/SignInScreen.js.map +0 -1
  238. package/lib/module/ui/screens/SignUpScreen.js +0 -755
  239. package/lib/module/ui/screens/SignUpScreen.js.map +0 -1
  240. package/lib/module/ui/screens/karma/KarmaAboutScreen.js +0 -83
  241. package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +0 -1
  242. package/lib/module/ui/screens/karma/KarmaCenterScreen.js +0 -358
  243. package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +0 -1
  244. package/lib/module/ui/screens/karma/KarmaFAQScreen.js +0 -197
  245. package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +0 -1
  246. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +0 -142
  247. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +0 -1
  248. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +0 -122
  249. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +0 -1
  250. package/lib/module/ui/screens/karma/KarmaRulesScreen.js +0 -100
  251. package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +0 -1
  252. package/lib/module/ui/styles/FONTS.md +0 -126
  253. package/lib/module/ui/styles/fonts.js +0 -81
  254. package/lib/module/ui/styles/fonts.js.map +0 -1
  255. package/lib/module/ui/styles/index.js +0 -5
  256. package/lib/module/ui/styles/index.js.map +0 -1
  257. package/lib/module/ui/styles/theme.js +0 -114
  258. package/lib/module/ui/styles/theme.js.map +0 -1
  259. package/lib/module/utils/deviceManager.js +0 -167
  260. package/lib/module/utils/deviceManager.js.map +0 -1
  261. package/lib/module/utils/index.js +0 -4
  262. package/lib/module/utils/index.js.map +0 -1
  263. package/lib/module/utils/polyfills.js +0 -36
  264. package/lib/module/utils/polyfills.js.map +0 -1
  265. package/lib/typescript/assets/icons/OxyServices.d.ts +0 -29
  266. package/lib/typescript/assets/icons/OxyServices.d.ts.map +0 -1
  267. package/lib/typescript/constants/version.d.ts +0 -14
  268. package/lib/typescript/constants/version.d.ts.map +0 -1
  269. package/lib/typescript/core/index.d.ts +0 -579
  270. package/lib/typescript/core/index.d.ts.map +0 -1
  271. package/lib/typescript/index.d.ts +0 -20
  272. package/lib/typescript/index.d.ts.map +0 -1
  273. package/lib/typescript/lib/sonner.d.ts +0 -6
  274. package/lib/typescript/lib/sonner.d.ts.map +0 -1
  275. package/lib/typescript/models/interfaces.d.ts +0 -179
  276. package/lib/typescript/models/interfaces.d.ts.map +0 -1
  277. package/lib/typescript/models/secureSession.d.ts +0 -27
  278. package/lib/typescript/models/secureSession.d.ts.map +0 -1
  279. package/lib/typescript/node/index.d.ts +0 -11
  280. package/lib/typescript/node/index.d.ts.map +0 -1
  281. package/lib/typescript/ui/components/Avatar.d.ts +0 -62
  282. package/lib/typescript/ui/components/Avatar.d.ts.map +0 -1
  283. package/lib/typescript/ui/components/FollowButton.d.ts +0 -92
  284. package/lib/typescript/ui/components/FollowButton.d.ts.map +0 -1
  285. package/lib/typescript/ui/components/FontLoader.d.ts +0 -15
  286. package/lib/typescript/ui/components/FontLoader.d.ts.map +0 -1
  287. package/lib/typescript/ui/components/GroupedItem.d.ts +0 -17
  288. package/lib/typescript/ui/components/GroupedItem.d.ts.map +0 -1
  289. package/lib/typescript/ui/components/GroupedSection.d.ts +0 -19
  290. package/lib/typescript/ui/components/GroupedSection.d.ts.map +0 -1
  291. package/lib/typescript/ui/components/OxyLogo.d.ts +0 -29
  292. package/lib/typescript/ui/components/OxyLogo.d.ts.map +0 -1
  293. package/lib/typescript/ui/components/OxyProvider.d.ts +0 -12
  294. package/lib/typescript/ui/components/OxyProvider.d.ts.map +0 -1
  295. package/lib/typescript/ui/components/OxySignInButton.d.ts +0 -70
  296. package/lib/typescript/ui/components/OxySignInButton.d.ts.map +0 -1
  297. package/lib/typescript/ui/components/ProfileCard.d.ts +0 -20
  298. package/lib/typescript/ui/components/ProfileCard.d.ts.map +0 -1
  299. package/lib/typescript/ui/components/QuickActions.d.ts +0 -15
  300. package/lib/typescript/ui/components/QuickActions.d.ts.map +0 -1
  301. package/lib/typescript/ui/components/Section.d.ts +0 -11
  302. package/lib/typescript/ui/components/Section.d.ts.map +0 -1
  303. package/lib/typescript/ui/components/SectionTitle.d.ts +0 -9
  304. package/lib/typescript/ui/components/SectionTitle.d.ts.map +0 -1
  305. package/lib/typescript/ui/components/bottomSheet/index.d.ts +0 -4
  306. package/lib/typescript/ui/components/bottomSheet/index.d.ts.map +0 -1
  307. package/lib/typescript/ui/components/icon/OxyIcon.d.ts +0 -10
  308. package/lib/typescript/ui/components/icon/OxyIcon.d.ts.map +0 -1
  309. package/lib/typescript/ui/components/icon/index.d.ts +0 -3
  310. package/lib/typescript/ui/components/icon/index.d.ts.map +0 -1
  311. package/lib/typescript/ui/components/index.d.ts +0 -13
  312. package/lib/typescript/ui/components/index.d.ts.map +0 -1
  313. package/lib/typescript/ui/context/OxyContext.d.ts +0 -42
  314. package/lib/typescript/ui/context/OxyContext.d.ts.map +0 -1
  315. package/lib/typescript/ui/index.d.ts +0 -15
  316. package/lib/typescript/ui/index.d.ts.map +0 -1
  317. package/lib/typescript/ui/navigation/OxyRouter.d.ts +0 -5
  318. package/lib/typescript/ui/navigation/OxyRouter.d.ts.map +0 -1
  319. package/lib/typescript/ui/navigation/types.d.ts +0 -116
  320. package/lib/typescript/ui/navigation/types.d.ts.map +0 -1
  321. package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +0 -5
  322. package/lib/typescript/ui/screens/AccountCenterScreen.d.ts.map +0 -1
  323. package/lib/typescript/ui/screens/AccountManagementDemo.d.ts +0 -8
  324. package/lib/typescript/ui/screens/AccountManagementDemo.d.ts.map +0 -1
  325. package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +0 -5
  326. package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts.map +0 -1
  327. package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +0 -5
  328. package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts.map +0 -1
  329. package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +0 -5
  330. package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts.map +0 -1
  331. package/lib/typescript/ui/screens/AppInfoScreen.d.ts +0 -5
  332. package/lib/typescript/ui/screens/AppInfoScreen.d.ts.map +0 -1
  333. package/lib/typescript/ui/screens/BillingManagementScreen.d.ts +0 -5
  334. package/lib/typescript/ui/screens/BillingManagementScreen.d.ts.map +0 -1
  335. package/lib/typescript/ui/screens/FileManagementScreen.d.ts +0 -8
  336. package/lib/typescript/ui/screens/FileManagementScreen.d.ts.map +0 -1
  337. package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +0 -5
  338. package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +0 -1
  339. package/lib/typescript/ui/screens/ProfileScreen.d.ts +0 -9
  340. package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +0 -1
  341. package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +0 -5
  342. package/lib/typescript/ui/screens/SessionManagementScreen.d.ts.map +0 -1
  343. package/lib/typescript/ui/screens/SignInScreen.d.ts +0 -5
  344. package/lib/typescript/ui/screens/SignInScreen.d.ts.map +0 -1
  345. package/lib/typescript/ui/screens/SignUpScreen.d.ts +0 -5
  346. package/lib/typescript/ui/screens/SignUpScreen.d.ts.map +0 -1
  347. package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +0 -5
  348. package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts.map +0 -1
  349. package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +0 -5
  350. package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts.map +0 -1
  351. package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +0 -5
  352. package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts.map +0 -1
  353. package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +0 -5
  354. package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +0 -1
  355. package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +0 -5
  356. package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts.map +0 -1
  357. package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +0 -5
  358. package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts.map +0 -1
  359. package/lib/typescript/ui/styles/fonts.d.ts +0 -21
  360. package/lib/typescript/ui/styles/fonts.d.ts.map +0 -1
  361. package/lib/typescript/ui/styles/index.d.ts +0 -3
  362. package/lib/typescript/ui/styles/index.d.ts.map +0 -1
  363. package/lib/typescript/ui/styles/theme.d.ts +0 -68
  364. package/lib/typescript/ui/styles/theme.d.ts.map +0 -1
  365. package/lib/typescript/utils/deviceManager.d.ts +0 -66
  366. package/lib/typescript/utils/deviceManager.d.ts.map +0 -1
  367. package/lib/typescript/utils/index.d.ts +0 -3
  368. package/lib/typescript/utils/index.d.ts.map +0 -1
  369. package/lib/typescript/utils/polyfills.d.ts +0 -6
  370. package/lib/typescript/utils/polyfills.d.ts.map +0 -1
@@ -1,172 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import { TouchableOpacity, Text, View, StyleSheet, Platform } from 'react-native';
5
- import { useOxy } from '../context/OxyContext';
6
- import OxyLogo from './OxyLogo';
7
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
8
- /**
9
- * A pre-styled button component for signing in with Oxy services
10
- *
11
- * This component automatically integrates with the OxyProvider context
12
- * and will control the authentication bottom sheet when pressed.
13
- *
14
- * @example
15
- * ```tsx
16
- * // Basic usage
17
- * <OxySignInButton />
18
- *
19
- * // Custom styling
20
- * <OxySignInButton
21
- * variant="contained"
22
- * style={{ marginTop: 20 }}
23
- * text="Login with Oxy"
24
- * />
25
- *
26
- * // Custom handler
27
- * <OxySignInButton onPress={() => {
28
- * // Custom authentication flow
29
- * console.log('Custom auth flow initiated');
30
- * }} />
31
- * ```
32
- */
33
- export const OxySignInButton = ({
34
- variant = 'default',
35
- onPress,
36
- style,
37
- textStyle,
38
- text = 'Sign in with Oxy',
39
- disabled = false,
40
- showWhenAuthenticated = false,
41
- screen = 'SignIn'
42
- }) => {
43
- // Get all needed values from context in a single call
44
- const {
45
- user,
46
- showBottomSheet
47
- } = useOxy();
48
-
49
- // Don't show the button if already authenticated (unless explicitly overridden)
50
- if (user && !showWhenAuthenticated) return null;
51
-
52
- // Default handler that uses the context methods
53
- const handlePress = () => {
54
- if (onPress) {
55
- onPress();
56
- return;
57
- }
58
-
59
- // Allow passing any screen name, including 'SignUp', 'AccountCenter', etc.
60
- if (showBottomSheet) {
61
- showBottomSheet(screen);
62
- } else {
63
- console.warn('OxySignInButton: showBottomSheet is not available. Either provide an onPress prop or ensure this component is used within an OxyProvider.');
64
- }
65
- };
66
-
67
- // Determine the button style based on the variant
68
- const getButtonStyle = () => {
69
- switch (variant) {
70
- case 'outline':
71
- return [styles.buttonOutline, style];
72
- case 'contained':
73
- return [styles.buttonContained, style];
74
- default:
75
- return [styles.buttonDefault, style];
76
- }
77
- };
78
-
79
- // Determine the text style based on the variant
80
- const getTextStyle = () => {
81
- switch (variant) {
82
- case 'outline':
83
- return [styles.textOutline, textStyle];
84
- case 'contained':
85
- return [styles.textContained, textStyle];
86
- default:
87
- return [styles.textDefault, textStyle];
88
- }
89
- };
90
-
91
- // This function was previously used for logo container styling
92
- // Now removed as we're not using the container anymore
93
-
94
- return /*#__PURE__*/_jsx(TouchableOpacity, {
95
- style: [styles.button, getButtonStyle(), disabled && styles.buttonDisabled],
96
- onPress: handlePress,
97
- disabled: disabled,
98
- children: /*#__PURE__*/_jsxs(View, {
99
- style: styles.buttonContent,
100
- children: [/*#__PURE__*/_jsx(OxyLogo, {
101
- width: 20,
102
- height: 20,
103
- fillColor: variant === 'contained' ? 'white' : '#d169e5',
104
- secondaryFillColor: variant === 'contained' ? '#d169e5' : undefined,
105
- style: disabled ? {
106
- opacity: 0.6
107
- } : undefined
108
- }), /*#__PURE__*/_jsx(Text, {
109
- style: [styles.text, getTextStyle(), disabled && styles.textDisabled],
110
- children: text
111
- })]
112
- })
113
- });
114
- };
115
- const styles = StyleSheet.create({
116
- button: {
117
- padding: 14,
118
- borderRadius: 35,
119
- alignItems: 'center',
120
- justifyContent: 'center'
121
- },
122
- buttonDefault: {
123
- backgroundColor: '#FFFFFF',
124
- borderWidth: 1,
125
- borderColor: '#DDDDDD',
126
- shadowColor: '#000000',
127
- shadowOffset: {
128
- width: 0,
129
- height: 2
130
- },
131
- shadowOpacity: 0.1,
132
- shadowRadius: 4,
133
- elevation: 2
134
- },
135
- buttonOutline: {
136
- backgroundColor: 'transparent',
137
- borderWidth: 1,
138
- borderColor: '#d169e5'
139
- },
140
- buttonContained: {
141
- backgroundColor: '#d169e5'
142
- },
143
- buttonDisabled: {
144
- opacity: 0.6
145
- },
146
- buttonContent: {
147
- flexDirection: 'row',
148
- alignItems: 'center',
149
- justifyContent: 'center'
150
- },
151
- text: {
152
- fontFamily: Platform.OS === 'web' ? 'Phudu' : 'Phudu-SemiBold',
153
- fontWeight: Platform.OS === 'web' ? '600' : undefined,
154
- // Only apply fontWeight on web
155
- fontSize: 16,
156
- marginLeft: 10
157
- },
158
- textDefault: {
159
- color: '#333333'
160
- },
161
- textOutline: {
162
- color: '#d169e5'
163
- },
164
- textContained: {
165
- color: '#FFFFFF'
166
- },
167
- textDisabled: {
168
- color: '#888888'
169
- }
170
- });
171
- export default OxySignInButton;
172
- //# sourceMappingURL=OxySignInButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","TouchableOpacity","Text","View","StyleSheet","Platform","useOxy","OxyLogo","jsx","_jsx","jsxs","_jsxs","OxySignInButton","variant","onPress","style","textStyle","text","disabled","showWhenAuthenticated","screen","user","showBottomSheet","handlePress","console","warn","getButtonStyle","styles","buttonOutline","buttonContained","buttonDefault","getTextStyle","textOutline","textContained","textDefault","button","buttonDisabled","children","buttonContent","width","height","fillColor","secondaryFillColor","undefined","opacity","textDisabled","create","padding","borderRadius","alignItems","justifyContent","backgroundColor","borderWidth","borderColor","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","flexDirection","fontFamily","OS","fontWeight","fontSize","marginLeft","color"],"sourceRoot":"../../../../src","sources":["ui/components/OxySignInButton.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,gBAAgB,EAAEC,IAAI,EAAEC,IAAI,EAAEC,UAAU,EAAmCC,QAAQ,QAAQ,cAAc;AAClH,SAASC,MAAM,QAAQ,uBAAuB;AAC9C,OAAOC,OAAO,MAAM,WAAW;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAmDhC;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,OAAO,MAAMC,eAA+C,GAAGA,CAAC;EAC5DC,OAAO,GAAG,SAAS;EACnBC,OAAO;EACPC,KAAK;EACLC,SAAS;EACTC,IAAI,GAAG,kBAAkB;EACzBC,QAAQ,GAAG,KAAK;EAChBC,qBAAqB,GAAG,KAAK;EAC7BC,MAAM,GAAG;AACb,CAAC,KAAK;EACF;EACA,MAAM;IAAEC,IAAI;IAAEC;EAAgB,CAAC,GAAGhB,MAAM,CAAC,CAAC;;EAE1C;EACA,IAAIe,IAAI,IAAI,CAACF,qBAAqB,EAAE,OAAO,IAAI;;EAE/C;EACA,MAAMI,WAAW,GAAGA,CAAA,KAAM;IACtB,IAAIT,OAAO,EAAE;MACTA,OAAO,CAAC,CAAC;MACT;IACJ;;IAEA;IACA,IAAIQ,eAAe,EAAE;MACjBA,eAAe,CAACF,MAAM,CAAC;IAC3B,CAAC,MAAM;MACHI,OAAO,CAACC,IAAI,CAAC,2IAA2I,CAAC;IAC7J;EACJ,CAAC;;EAED;EACA,MAAMC,cAAc,GAAGA,CAAA,KAAM;IACzB,QAAQb,OAAO;MACX,KAAK,SAAS;QACV,OAAO,CAACc,MAAM,CAACC,aAAa,EAAEb,KAAK,CAAC;MACxC,KAAK,WAAW;QACZ,OAAO,CAACY,MAAM,CAACE,eAAe,EAAEd,KAAK,CAAC;MAC1C;QACI,OAAO,CAACY,MAAM,CAACG,aAAa,EAAEf,KAAK,CAAC;IAC5C;EACJ,CAAC;;EAED;EACA,MAAMgB,YAAY,GAAGA,CAAA,KAAM;IACvB,QAAQlB,OAAO;MACX,KAAK,SAAS;QACV,OAAO,CAACc,MAAM,CAACK,WAAW,EAAEhB,SAAS,CAAC;MAC1C,KAAK,WAAW;QACZ,OAAO,CAACW,MAAM,CAACM,aAAa,EAAEjB,SAAS,CAAC;MAC5C;QACI,OAAO,CAACW,MAAM,CAACO,WAAW,EAAElB,SAAS,CAAC;IAC9C;EACJ,CAAC;;EAED;EACA;;EAEA,oBACIP,IAAA,CAACR,gBAAgB;IACbc,KAAK,EAAE,CAACY,MAAM,CAACQ,MAAM,EAAET,cAAc,CAAC,CAAC,EAAER,QAAQ,IAAIS,MAAM,CAACS,cAAc,CAAE;IAC5EtB,OAAO,EAAES,WAAY;IACrBL,QAAQ,EAAEA,QAAS;IAAAmB,QAAA,eAEnB1B,KAAA,CAACR,IAAI;MAACY,KAAK,EAAEY,MAAM,CAACW,aAAc;MAAAD,QAAA,gBAC9B5B,IAAA,CAACF,OAAO;QACJgC,KAAK,EAAE,EAAG;QACVC,MAAM,EAAE,EAAG;QACXC,SAAS,EAAE5B,OAAO,KAAK,WAAW,GAAG,OAAO,GAAG,SAAU;QACzD6B,kBAAkB,EAAE7B,OAAO,KAAK,WAAW,GAAG,SAAS,GAAG8B,SAAU;QACpE5B,KAAK,EAAEG,QAAQ,GAAG;UAAE0B,OAAO,EAAE;QAAI,CAAC,GAAGD;MAAU,CAClD,CAAC,eACFlC,IAAA,CAACP,IAAI;QAACa,KAAK,EAAE,CAACY,MAAM,CAACV,IAAI,EAAEc,YAAY,CAAC,CAAC,EAAEb,QAAQ,IAAIS,MAAM,CAACkB,YAAY,CAAE;QAAAR,QAAA,EACvEpB;MAAI,CACH,CAAC;IAAA,CACL;EAAC,CACO,CAAC;AAE3B,CAAC;AAED,MAAMU,MAAM,GAAGvB,UAAU,CAAC0C,MAAM,CAAC;EAC7BX,MAAM,EAAE;IACJY,OAAO,EAAE,EAAE;IACXC,YAAY,EAAE,EAAE;IAChBC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EACpB,CAAC;EACDpB,aAAa,EAAE;IACXqB,eAAe,EAAE,SAAS;IAC1BC,WAAW,EAAE,CAAC;IACdC,WAAW,EAAE,SAAS;IACtBC,WAAW,EAAE,SAAS;IACtBC,YAAY,EAAE;MAAEhB,KAAK,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAE,CAAC;IACrCgB,aAAa,EAAE,GAAG;IAClBC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAE;EACf,CAAC;EACD9B,aAAa,EAAE;IACXuB,eAAe,EAAE,aAAa;IAC9BC,WAAW,EAAE,CAAC;IACdC,WAAW,EAAE;EACjB,CAAC;EACDxB,eAAe,EAAE;IACbsB,eAAe,EAAE;EACrB,CAAC;EACDf,cAAc,EAAE;IACZQ,OAAO,EAAE;EACb,CAAC;EACDN,aAAa,EAAE;IACXqB,aAAa,EAAE,KAAK;IACpBV,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EACpB,CAAC;EACDjC,IAAI,EAAE;IACF2C,UAAU,EAAEvD,QAAQ,CAACwD,EAAE,KAAK,KAAK,GAAG,OAAO,GAAG,gBAAgB;IAC9DC,UAAU,EAAEzD,QAAQ,CAACwD,EAAE,KAAK,KAAK,GAAG,KAAK,GAAGlB,SAAS;IAAE;IACvDoB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EAChB,CAAC;EACD9B,WAAW,EAAE;IACT+B,KAAK,EAAE;EACX,CAAC;EACDjC,WAAW,EAAE;IACTiC,KAAK,EAAE;EACX,CAAC;EACDhC,aAAa,EAAE;IACXgC,KAAK,EAAE;EACX,CAAC;EACDpB,YAAY,EAAE;IACVoB,KAAK,EAAE;EACX;AACJ,CAAC,CAAC;AAEF,eAAerD,eAAe","ignoreList":[]}
@@ -1,119 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import { View, Text, TouchableOpacity, StyleSheet } from 'react-native';
5
- import { Ionicons } from '@expo/vector-icons';
6
- import Avatar from './Avatar';
7
- import { fontFamilies } from '../styles/fonts';
8
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
- const ProfileCard = ({
10
- user,
11
- theme,
12
- onEditPress,
13
- onClosePress,
14
- showCloseButton = false
15
- }) => {
16
- const isDarkTheme = theme === 'dark';
17
- const textColor = isDarkTheme ? '#FFFFFF' : '#000000';
18
- const secondaryBackgroundColor = isDarkTheme ? '#222222' : '#FFFFFF';
19
- const primaryColor = '#0066CC';
20
- return /*#__PURE__*/_jsx(View, {
21
- style: styles.headerSection,
22
- children: /*#__PURE__*/_jsxs(View, {
23
- style: [styles.profileCard, styles.firstGroupedItem, styles.lastGroupedItem, {
24
- backgroundColor: secondaryBackgroundColor
25
- }],
26
- children: [/*#__PURE__*/_jsxs(View, {
27
- style: styles.userProfile,
28
- children: [/*#__PURE__*/_jsx(Avatar, {
29
- uri: user?.avatar?.url,
30
- name: user?.name?.full || user?.username,
31
- size: 60,
32
- theme: theme
33
- }), /*#__PURE__*/_jsxs(View, {
34
- style: styles.userInfo,
35
- children: [/*#__PURE__*/_jsx(Text, {
36
- style: [styles.userName, {
37
- color: textColor
38
- }],
39
- children: user.username
40
- }), user.email && /*#__PURE__*/_jsx(Text, {
41
- style: [styles.userEmail, {
42
- color: isDarkTheme ? '#BBBBBB' : '#666666'
43
- }],
44
- children: user.email
45
- }), onEditPress && /*#__PURE__*/_jsx(TouchableOpacity, {
46
- style: styles.editProfileButton,
47
- onPress: onEditPress,
48
- children: /*#__PURE__*/_jsx(Text, {
49
- style: [styles.editProfileText, {
50
- color: primaryColor
51
- }],
52
- children: "Edit Profile"
53
- })
54
- })]
55
- })]
56
- }), showCloseButton && onClosePress && /*#__PURE__*/_jsx(TouchableOpacity, {
57
- style: styles.closeButton,
58
- onPress: onClosePress,
59
- children: /*#__PURE__*/_jsx(Ionicons, {
60
- name: "close",
61
- size: 24,
62
- color: textColor
63
- })
64
- })]
65
- })
66
- });
67
- };
68
- const styles = StyleSheet.create({
69
- headerSection: {
70
- padding: 16,
71
- paddingTop: 20
72
- },
73
- profileCard: {
74
- padding: 20,
75
- flexDirection: 'row',
76
- alignItems: 'center',
77
- justifyContent: 'space-between'
78
- },
79
- firstGroupedItem: {
80
- borderTopLeftRadius: 24,
81
- borderTopRightRadius: 24
82
- },
83
- lastGroupedItem: {
84
- borderBottomLeftRadius: 24,
85
- borderBottomRightRadius: 24,
86
- marginBottom: 8
87
- },
88
- userProfile: {
89
- flexDirection: 'row',
90
- alignItems: 'center',
91
- flex: 1
92
- },
93
- userInfo: {
94
- marginLeft: 16,
95
- flex: 1
96
- },
97
- userName: {
98
- fontSize: 22,
99
- fontWeight: 'bold',
100
- fontFamily: fontFamilies.phuduBold,
101
- marginBottom: 4
102
- },
103
- userEmail: {
104
- fontSize: 14,
105
- marginBottom: 8
106
- },
107
- editProfileButton: {
108
- alignSelf: 'flex-start'
109
- },
110
- editProfileText: {
111
- fontSize: 14,
112
- fontWeight: '600'
113
- },
114
- closeButton: {
115
- padding: 8
116
- }
117
- });
118
- export default ProfileCard;
119
- //# sourceMappingURL=ProfileCard.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","Text","TouchableOpacity","StyleSheet","Ionicons","Avatar","fontFamilies","jsx","_jsx","jsxs","_jsxs","ProfileCard","user","theme","onEditPress","onClosePress","showCloseButton","isDarkTheme","textColor","secondaryBackgroundColor","primaryColor","style","styles","headerSection","children","profileCard","firstGroupedItem","lastGroupedItem","backgroundColor","userProfile","uri","avatar","url","name","full","username","size","userInfo","userName","color","email","userEmail","editProfileButton","onPress","editProfileText","closeButton","create","padding","paddingTop","flexDirection","alignItems","justifyContent","borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius","marginBottom","flex","marginLeft","fontSize","fontWeight","fontFamily","phuduBold","alignSelf"],"sourceRoot":"../../../../src","sources":["ui/components/ProfileCard.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,82 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import { View, Text, TouchableOpacity, StyleSheet } from 'react-native';
5
- import { Ionicons } from '@expo/vector-icons';
6
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
- const QuickActions = ({
8
- actions,
9
- theme
10
- }) => {
11
- const isDarkTheme = theme === 'dark';
12
- const textColor = isDarkTheme ? '#FFFFFF' : '#000000';
13
- const secondaryBackgroundColor = isDarkTheme ? '#222222' : '#FFFFFF';
14
- return /*#__PURE__*/_jsx(View, {
15
- style: [styles.quickActionsContainer, styles.firstGroupedItem, styles.lastGroupedItem, {
16
- backgroundColor: secondaryBackgroundColor
17
- }],
18
- children: /*#__PURE__*/_jsx(View, {
19
- style: styles.quickActionsRow,
20
- children: actions.map(action => /*#__PURE__*/_jsxs(View, {
21
- style: styles.quickActionItem,
22
- children: [/*#__PURE__*/_jsx(TouchableOpacity, {
23
- style: [styles.quickActionCircle, {
24
- backgroundColor: isDarkTheme ? 'rgba(255,255,255,0.08)' : 'rgba(0,0,0,0.03)'
25
- }],
26
- onPress: action.onPress,
27
- children: /*#__PURE__*/_jsx(Ionicons, {
28
- name: action.icon,
29
- size: 24,
30
- color: action.iconColor
31
- })
32
- }), /*#__PURE__*/_jsx(Text, {
33
- style: [styles.quickActionText, {
34
- color: textColor
35
- }],
36
- children: action.title
37
- })]
38
- }, action.id))
39
- })
40
- });
41
- };
42
- const styles = StyleSheet.create({
43
- quickActionsContainer: {
44
- padding: 16,
45
- marginBottom: 8
46
- },
47
- firstGroupedItem: {
48
- borderTopLeftRadius: 24,
49
- borderTopRightRadius: 24
50
- },
51
- lastGroupedItem: {
52
- borderBottomLeftRadius: 24,
53
- borderBottomRightRadius: 24,
54
- marginBottom: 8
55
- },
56
- quickActionsRow: {
57
- flexDirection: 'row',
58
- alignItems: 'flex-start',
59
- justifyContent: 'space-around',
60
- flexWrap: 'wrap'
61
- },
62
- quickActionItem: {
63
- alignItems: 'center',
64
- minWidth: 70,
65
- marginBottom: 8
66
- },
67
- quickActionCircle: {
68
- width: 50,
69
- height: 50,
70
- borderRadius: 25,
71
- alignItems: 'center',
72
- justifyContent: 'center',
73
- marginBottom: 8
74
- },
75
- quickActionText: {
76
- fontSize: 12,
77
- fontWeight: '500',
78
- textAlign: 'center'
79
- }
80
- });
81
- export default QuickActions;
82
- //# sourceMappingURL=QuickActions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","Text","TouchableOpacity","StyleSheet","Ionicons","jsx","_jsx","jsxs","_jsxs","QuickActions","actions","theme","isDarkTheme","textColor","secondaryBackgroundColor","style","styles","quickActionsContainer","firstGroupedItem","lastGroupedItem","backgroundColor","children","quickActionsRow","map","action","quickActionItem","quickActionCircle","onPress","name","icon","size","color","iconColor","quickActionText","title","id","create","padding","marginBottom","borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius","flexDirection","alignItems","justifyContent","flexWrap","minWidth","width","height","borderRadius","fontSize","fontWeight","textAlign"],"sourceRoot":"../../../../src","sources":["ui/components/QuickActions.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,gBAAgB,EAAEC,UAAU,QAAQ,cAAc;AACvE,SAASC,QAAQ,QAAQ,oBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAe9C,MAAMC,YAAyC,GAAGA,CAAC;EAAEC,OAAO;EAAEC;AAAM,CAAC,KAAK;EACtE,MAAMC,WAAW,GAAGD,KAAK,KAAK,MAAM;EACpC,MAAME,SAAS,GAAGD,WAAW,GAAG,SAAS,GAAG,SAAS;EACrD,MAAME,wBAAwB,GAAGF,WAAW,GAAG,SAAS,GAAG,SAAS;EAEpE,oBACIN,IAAA,CAACN,IAAI;IAACe,KAAK,EAAE,CACTC,MAAM,CAACC,qBAAqB,EAC5BD,MAAM,CAACE,gBAAgB,EACvBF,MAAM,CAACG,eAAe,EACtB;MAAEC,eAAe,EAAEN;IAAyB,CAAC,CAC/C;IAAAO,QAAA,eACEf,IAAA,CAACN,IAAI;MAACe,KAAK,EAAEC,MAAM,CAACM,eAAgB;MAAAD,QAAA,EAC/BX,OAAO,CAACa,GAAG,CAAEC,MAAM,iBAChBhB,KAAA,CAACR,IAAI;QAAiBe,KAAK,EAAEC,MAAM,CAACS,eAAgB;QAAAJ,QAAA,gBAChDf,IAAA,CAACJ,gBAAgB;UACba,KAAK,EAAE,CACHC,MAAM,CAACU,iBAAiB,EACxB;YAAEN,eAAe,EAAER,WAAW,GAAG,wBAAwB,GAAG;UAAmB,CAAC,CAClF;UACFe,OAAO,EAAEH,MAAM,CAACG,OAAQ;UAAAN,QAAA,eAExBf,IAAA,CAACF,QAAQ;YAACwB,IAAI,EAAEJ,MAAM,CAACK,IAAY;YAACC,IAAI,EAAE,EAAG;YAACC,KAAK,EAAEP,MAAM,CAACQ;UAAU,CAAE;QAAC,CAC3D,CAAC,eACnB1B,IAAA,CAACL,IAAI;UAACc,KAAK,EAAE,CAACC,MAAM,CAACiB,eAAe,EAAE;YAAEF,KAAK,EAAElB;UAAU,CAAC,CAAE;UAAAQ,QAAA,EAAEG,MAAM,CAACU;QAAK,CAAO,CAAC;MAAA,GAV3EV,MAAM,CAACW,EAWZ,CACT;IAAC,CACA;EAAC,CACL,CAAC;AAEf,CAAC;AAED,MAAMnB,MAAM,GAAGb,UAAU,CAACiC,MAAM,CAAC;EAC7BnB,qBAAqB,EAAE;IACnBoB,OAAO,EAAE,EAAE;IACXC,YAAY,EAAE;EAClB,CAAC;EACDpB,gBAAgB,EAAE;IACdqB,mBAAmB,EAAE,EAAE;IACvBC,oBAAoB,EAAE;EAC1B,CAAC;EACDrB,eAAe,EAAE;IACbsB,sBAAsB,EAAE,EAAE;IAC1BC,uBAAuB,EAAE,EAAE;IAC3BJ,YAAY,EAAE;EAClB,CAAC;EACDhB,eAAe,EAAE;IACbqB,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,YAAY;IACxBC,cAAc,EAAE,cAAc;IAC9BC,QAAQ,EAAE;EACd,CAAC;EACDrB,eAAe,EAAE;IACbmB,UAAU,EAAE,QAAQ;IACpBG,QAAQ,EAAE,EAAE;IACZT,YAAY,EAAE;EAClB,CAAC;EACDZ,iBAAiB,EAAE;IACfsB,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE,EAAE;IAChBN,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBP,YAAY,EAAE;EAClB,CAAC;EACDL,eAAe,EAAE;IACbkB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AAEF,eAAe5C,YAAY","ignoreList":[]}
@@ -1,31 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import { View, StyleSheet } from 'react-native';
5
- import SectionTitle from './SectionTitle';
6
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
- const Section = ({
8
- title,
9
- theme,
10
- children,
11
- isFirst = false,
12
- style
13
- }) => {
14
- return /*#__PURE__*/_jsxs(View, {
15
- style: [styles.section, isFirst && styles.firstSection, style],
16
- children: [title && /*#__PURE__*/_jsx(SectionTitle, {
17
- title: title,
18
- theme: theme
19
- }), children]
20
- });
21
- };
22
- const styles = StyleSheet.create({
23
- section: {
24
- marginBottom: 24
25
- },
26
- firstSection: {
27
- marginTop: 8
28
- }
29
- });
30
- export default Section;
31
- //# sourceMappingURL=Section.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","StyleSheet","SectionTitle","jsx","_jsx","jsxs","_jsxs","Section","title","theme","children","isFirst","style","styles","section","firstSection","create","marginBottom","marginTop"],"sourceRoot":"../../../../src","sources":["ui/components/Section.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,UAAU,QAAQ,cAAc;AAC/C,OAAOC,YAAY,MAAM,gBAAgB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAU1C,MAAMC,OAA+B,GAAGA,CAAC;EACrCC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACRC,OAAO,GAAG,KAAK;EACfC;AACJ,CAAC,KAAK;EACF,oBACIN,KAAA,CAACN,IAAI;IAACY,KAAK,EAAE,CAACC,MAAM,CAACC,OAAO,EAAEH,OAAO,IAAIE,MAAM,CAACE,YAAY,EAAEH,KAAK,CAAE;IAAAF,QAAA,GAChEF,KAAK,iBAAIJ,IAAA,CAACF,YAAY;MAACM,KAAK,EAAEA,KAAM;MAACC,KAAK,EAAEA;IAAM,CAAE,CAAC,EACrDC,QAAQ;EAAA,CACP,CAAC;AAEf,CAAC;AAED,MAAMG,MAAM,GAAGZ,UAAU,CAACe,MAAM,CAAC;EAC7BF,OAAO,EAAE;IACLG,YAAY,EAAE;EAClB,CAAC;EACDF,YAAY,EAAE;IACVG,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AAEF,eAAeX,OAAO","ignoreList":[]}
@@ -1,30 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import { Text, StyleSheet } from 'react-native';
5
- import { fontFamilies } from '../styles/fonts';
6
- import { jsx as _jsx } from "react/jsx-runtime";
7
- const SectionTitle = ({
8
- title,
9
- theme,
10
- style
11
- }) => {
12
- const isDarkTheme = theme === 'dark';
13
- const textColor = isDarkTheme ? '#FFFFFF' : '#000000';
14
- return /*#__PURE__*/_jsx(Text, {
15
- style: [styles.sectionTitle, {
16
- color: textColor
17
- }, style],
18
- children: title
19
- });
20
- };
21
- const styles = StyleSheet.create({
22
- sectionTitle: {
23
- fontSize: 16,
24
- fontWeight: '600',
25
- fontFamily: fontFamilies.phuduSemiBold,
26
- marginBottom: 12
27
- }
28
- });
29
- export default SectionTitle;
30
- //# sourceMappingURL=SectionTitle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Text","StyleSheet","fontFamilies","jsx","_jsx","SectionTitle","title","theme","style","isDarkTheme","textColor","styles","sectionTitle","color","children","create","fontSize","fontWeight","fontFamily","phuduSemiBold","marginBottom"],"sourceRoot":"../../../../src","sources":["ui/components/SectionTitle.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,UAAU,QAAQ,cAAc;AAC/C,SAASC,YAAY,QAAQ,iBAAiB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAQ/C,MAAMC,YAAyC,GAAGA,CAAC;EAAEC,KAAK;EAAEC,KAAK;EAAEC;AAAM,CAAC,KAAK;EAC3E,MAAMC,WAAW,GAAGF,KAAK,KAAK,MAAM;EACpC,MAAMG,SAAS,GAAGD,WAAW,GAAG,SAAS,GAAG,SAAS;EAErD,oBACIL,IAAA,CAACJ,IAAI;IAACQ,KAAK,EAAE,CAACG,MAAM,CAACC,YAAY,EAAE;MAAEC,KAAK,EAAEH;IAAU,CAAC,EAAEF,KAAK,CAAE;IAAAM,QAAA,EAC3DR;EAAK,CACJ,CAAC;AAEf,CAAC;AAED,MAAMK,MAAM,GAAGV,UAAU,CAACc,MAAM,CAAC;EAC7BH,YAAY,EAAE;IACVI,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,UAAU,EAAEhB,YAAY,CAACiB,aAAa;IACtCC,YAAY,EAAE;EAClB;AACJ,CAAC,CAAC;AAEF,eAAef,YAAY","ignoreList":[]}
@@ -1,5 +0,0 @@
1
- "use strict";
2
-
3
- // Re-export bottom sheet components from @gorhom/bottom-sheet
4
- export { BottomSheetModal, BottomSheetBackdrop, BottomSheetModalProvider, BottomSheetView, BottomSheetScrollView } from '@gorhom/bottom-sheet';
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["BottomSheetModal","BottomSheetBackdrop","BottomSheetModalProvider","BottomSheetView","BottomSheetScrollView"],"sourceRoot":"../../../../../src","sources":["ui/components/bottomSheet/index.tsx"],"mappings":";;AAAA;AACA,SACEA,gBAAgB,EAChBC,mBAAmB,EACnBC,wBAAwB,EACxBC,eAAe,EACfC,qBAAqB,QAChB,sBAAsB","ignoreList":[]}
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import { Ionicons } from '@expo/vector-icons';
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- const OxyIcon = ({
7
- name,
8
- size = 24,
9
- color = '#000',
10
- style
11
- }) => {
12
- // Handle both string and Ionicons name types
13
- const iconName = name;
14
- return /*#__PURE__*/_jsx(Ionicons, {
15
- name: iconName,
16
- size: size,
17
- color: color,
18
- style: style
19
- });
20
- };
21
- export default OxyIcon;
22
- //# sourceMappingURL=OxyIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Ionicons","jsx","_jsx","OxyIcon","name","size","color","style","iconName"],"sourceRoot":"../../../../../src","sources":["ui/components/icon/OxyIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,QAAQ,QAAQ,oBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAS9C,MAAMC,OAA4B,GAAGA,CAAC;EACpCC,IAAI;EACJC,IAAI,GAAG,EAAE;EACTC,KAAK,GAAG,MAAM;EACdC;AACF,CAAC,KAAK;EACJ;EACA,MAAMC,QAAQ,GAAGJ,IAAW;EAE5B,oBACEF,IAAA,CAACF,QAAQ;IACPI,IAAI,EAAEI,QAAS;IACfH,IAAI,EAAEA,IAAK;IACXC,KAAK,EAAEA,KAAM;IACbC,KAAK,EAAEA;EAAM,CACd,CAAC;AAEN,CAAC;AAED,eAAeJ,OAAO","ignoreList":[]}
@@ -1,4 +0,0 @@
1
- "use strict";
2
-
3
- export { default as OxyIcon } from './OxyIcon';
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["default","OxyIcon"],"sourceRoot":"../../../../../src","sources":["ui/components/icon/index.ts"],"mappings":";;AAAA,SAASA,OAAO,IAAIC,OAAO,QAAQ,WAAW","ignoreList":[]}
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- // Re-export all reusable UI components
4
- export { default as ProfileCard } from './ProfileCard';
5
- export { default as Section } from './Section';
6
- export { default as SectionTitle } from './SectionTitle';
7
- export { default as GroupedItem } from './GroupedItem';
8
- export { default as GroupedSection } from './GroupedSection';
9
- export { default as QuickActions } from './QuickActions';
10
-
11
- // Re-export existing components
12
- export { default as Avatar } from './Avatar';
13
- export { default as FollowButton } from './FollowButton';
14
- export { FontLoader, setupFonts } from './FontLoader';
15
- export { default as OxyLogo } from './OxyLogo';
16
- export { default as OxyProvider } from './OxyProvider';
17
- export { default as OxySignInButton } from './OxySignInButton';
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["default","ProfileCard","Section","SectionTitle","GroupedItem","GroupedSection","QuickActions","Avatar","FollowButton","FontLoader","setupFonts","OxyLogo","OxyProvider","OxySignInButton"],"sourceRoot":"../../../../src","sources":["ui/components/index.ts"],"mappings":";;AAAA;AACA,SAASA,OAAO,IAAIC,WAAW,QAAQ,eAAe;AACtD,SAASD,OAAO,IAAIE,OAAO,QAAQ,WAAW;AAC9C,SAASF,OAAO,IAAIG,YAAY,QAAQ,gBAAgB;AACxD,SAASH,OAAO,IAAII,WAAW,QAAQ,eAAe;AACtD,SAASJ,OAAO,IAAIK,cAAc,QAAQ,kBAAkB;AAC5D,SAASL,OAAO,IAAIM,YAAY,QAAQ,gBAAgB;;AAExD;AACA,SAASN,OAAO,IAAIO,MAAM,QAAQ,UAAU;AAC5C,SAASP,OAAO,IAAIQ,YAAY,QAAQ,gBAAgB;AACxD,SAASC,UAAU,EAAEC,UAAU,QAAQ,cAAc;AACrD,SAASV,OAAO,IAAIW,OAAO,QAAQ,WAAW;AAC9C,SAASX,OAAO,IAAIY,WAAW,QAAQ,eAAe;AACtD,SAASZ,OAAO,IAAIa,eAAe,QAAQ,mBAAmB","ignoreList":[]}