@oxyhq/services 6.9.13 → 6.9.15

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 (1336) hide show
  1. package/lib/commonjs/assets/assets/icons/OxyServices.d.ts +28 -0
  2. package/lib/commonjs/assets/assets/icons/OxyServices.js +53 -0
  3. package/lib/commonjs/assets/assets/illustrations/HighFive.d.ts +7 -0
  4. package/lib/commonjs/assets/assets/illustrations/HighFive.js +41 -0
  5. package/lib/commonjs/assets/icons/OxyServices.js +52 -13
  6. package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
  7. package/lib/commonjs/assets/illustrations/HighFive.js +57 -18
  8. package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -1
  9. package/lib/commonjs/index.js +190 -200
  10. package/lib/commonjs/index.js.map +1 -1
  11. package/lib/commonjs/lib/sonner-safe.js.map +1 -0
  12. package/lib/commonjs/lib/sonner.js +16 -5
  13. package/lib/commonjs/lib/sonner.js.map +1 -1
  14. package/lib/commonjs/lib/sonner.native.js +45 -8
  15. package/lib/commonjs/lib/sonner.native.js.map +1 -1
  16. package/lib/commonjs/lib/sonner.web.js +45 -8
  17. package/lib/commonjs/lib/sonner.web.js.map +1 -1
  18. package/lib/commonjs/ui/client.js +88 -66
  19. package/lib/commonjs/ui/client.js.map +1 -1
  20. package/lib/commonjs/ui/components/ActivityIndicator.js +26 -0
  21. package/lib/commonjs/ui/components/ActivityIndicator.js.map +1 -0
  22. package/lib/commonjs/ui/components/Avatar.js +27 -39
  23. package/lib/commonjs/ui/components/Avatar.js.map +1 -0
  24. package/lib/commonjs/ui/components/BottomSheet.js +20 -0
  25. package/lib/commonjs/ui/components/BottomSheet.js.map +1 -0
  26. package/lib/commonjs/ui/components/BottomSheetRouter.js +103 -65
  27. package/lib/commonjs/ui/components/BottomSheetRouter.js.map +1 -0
  28. package/lib/commonjs/ui/components/CrossFadeIcon.js +30 -0
  29. package/lib/commonjs/ui/components/CrossFadeIcon.js.map +1 -0
  30. package/lib/commonjs/ui/components/EmptyState.js +13 -10
  31. package/lib/commonjs/ui/components/EmptyState.js.map +1 -1
  32. package/lib/commonjs/ui/components/FollowButton.js +81 -52
  33. package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
  34. package/lib/commonjs/ui/components/FontLoader.js +52 -17
  35. package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
  36. package/lib/commonjs/ui/components/GroupedItem.js +29 -27
  37. package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
  38. package/lib/commonjs/ui/components/GroupedSection.js +11 -10
  39. package/lib/commonjs/ui/components/GroupedSection.js.map +1 -1
  40. package/lib/commonjs/ui/components/Header.js +34 -0
  41. package/lib/commonjs/ui/components/Header.js.map +1 -0
  42. package/lib/commonjs/ui/components/HelperText.js +26 -0
  43. package/lib/commonjs/ui/components/HelperText.js.map +1 -0
  44. package/lib/commonjs/ui/components/Icon.js +12 -12
  45. package/lib/commonjs/ui/components/Icon.js.map +1 -1
  46. package/lib/commonjs/ui/components/IconButton/IconButton.js.map +1 -0
  47. package/lib/commonjs/ui/components/IconButton/utils.js +8 -4
  48. package/lib/commonjs/ui/components/IconButton/utils.js.map +1 -1
  49. package/lib/commonjs/ui/components/LoadingState.js +14 -11
  50. package/lib/commonjs/ui/components/LoadingState.js.map +1 -1
  51. package/lib/commonjs/ui/components/OxyLogo.js +53 -14
  52. package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
  53. package/lib/commonjs/ui/components/OxyPayButton.js +19 -17
  54. package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
  55. package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
  56. package/lib/commonjs/ui/components/OxySignInButton.js +1 -1
  57. package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
  58. package/lib/commonjs/ui/components/ProfileCard.js +35 -31
  59. package/lib/commonjs/ui/components/ProfileCard.js.map +1 -0
  60. package/lib/commonjs/ui/components/QuickActions.js +16 -16
  61. package/lib/commonjs/ui/components/QuickActions.js.map +1 -1
  62. package/lib/commonjs/ui/components/Section.js +15 -12
  63. package/lib/commonjs/ui/components/Section.js.map +1 -1
  64. package/lib/commonjs/ui/components/SectionTitle.js +13 -14
  65. package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
  66. package/lib/commonjs/ui/components/SettingRow.js.map +1 -0
  67. package/lib/commonjs/ui/components/SignInModal.js +132 -115
  68. package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
  69. package/lib/commonjs/ui/components/StepBasedScreen.js +85 -71
  70. package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
  71. package/lib/commonjs/ui/components/Surface.js +79 -37
  72. package/lib/commonjs/ui/components/Surface.js.map +1 -1
  73. package/lib/commonjs/ui/components/TextField/Addons/Underline.js +6 -8
  74. package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +1 -1
  75. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +74 -29
  76. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
  77. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +27 -23
  78. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
  79. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +31 -27
  80. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
  81. package/lib/commonjs/ui/components/TextField/Adornment/enums.js +11 -11
  82. package/lib/commonjs/ui/components/TextField/Adornment/enums.js.map +1 -1
  83. package/lib/commonjs/ui/components/TextField/Adornment/types.js.map +1 -0
  84. package/lib/commonjs/ui/components/TextField/Adornment/utils.js +1 -1
  85. package/lib/commonjs/ui/components/TextField/Adornment/utils.js.map +1 -1
  86. package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +23 -21
  87. package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +1 -1
  88. package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +37 -10
  89. package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +2 -1
  90. package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +106 -65
  91. package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
  92. package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +33 -0
  93. package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +1 -0
  94. package/lib/commonjs/ui/components/TextField/constants.js +35 -25
  95. package/lib/commonjs/ui/components/TextField/constants.js.map +1 -1
  96. package/lib/commonjs/ui/components/TextField/helpers.js +44 -43
  97. package/lib/commonjs/ui/components/TextField/helpers.js.map +1 -1
  98. package/lib/commonjs/ui/components/TextField/types.js.map +1 -0
  99. package/lib/commonjs/ui/components/TextField.js +76 -35
  100. package/lib/commonjs/ui/components/TextField.js.map +1 -1
  101. package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +1 -1
  102. package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +64 -30
  103. package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
  104. package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +68 -26
  105. package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
  106. package/lib/commonjs/ui/components/TouchableRipple/utils.js +10 -6
  107. package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +1 -1
  108. package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +1 -0
  109. package/lib/commonjs/ui/components/Typography/types.js +3 -3
  110. package/lib/commonjs/ui/components/Typography/types.js.map +1 -1
  111. package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -1
  112. package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +1 -1
  113. package/lib/commonjs/ui/components/feedback/constants.js.map +1 -0
  114. package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
  115. package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -0
  116. package/lib/commonjs/ui/components/feedback/index.js +10 -0
  117. package/lib/commonjs/ui/components/feedback/index.js.map +1 -1
  118. package/lib/commonjs/ui/components/feedback/types.js.map +1 -1
  119. package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +5 -5
  120. package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -1
  121. package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js +13 -14
  122. package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +1 -0
  123. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +77 -66
  124. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
  125. package/lib/commonjs/ui/components/fileManagement/FileViewer.js +127 -118
  126. package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
  127. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -0
  128. package/lib/commonjs/ui/components/fileManagement/styles.js.map +1 -0
  129. package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +20 -0
  130. package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +1 -0
  131. package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -0
  132. package/lib/commonjs/ui/components/icon/index.js +12 -7
  133. package/lib/commonjs/ui/components/icon/index.js.map +1 -1
  134. package/lib/commonjs/ui/components/index.js +62 -54
  135. package/lib/commonjs/ui/components/index.js.map +1 -1
  136. package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +22 -21
  137. package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +1 -0
  138. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +52 -41
  139. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
  140. package/lib/commonjs/ui/components/modals/index.js +8 -3
  141. package/lib/commonjs/ui/components/modals/index.js.map +1 -1
  142. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +89 -70
  143. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  144. package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
  145. package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -0
  146. package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
  147. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
  148. package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
  149. package/lib/commonjs/ui/components/payment/index.js +15 -0
  150. package/lib/commonjs/ui/components/payment/index.js.map +1 -1
  151. package/lib/commonjs/ui/components/payment/paymentStyles.js +10 -10
  152. package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
  153. package/lib/commonjs/ui/components/payment/types.js.map +1 -1
  154. package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js +59 -27
  155. package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
  156. package/lib/commonjs/ui/components/styles/overlay.js +4 -6
  157. package/lib/commonjs/ui/components/styles/overlay.js.map +1 -1
  158. package/lib/commonjs/ui/components/styles/shadow.js +7 -7
  159. package/lib/commonjs/ui/components/styles/shadow.js.map +1 -1
  160. package/lib/commonjs/ui/components/theming.js +4 -6
  161. package/lib/commonjs/ui/components/theming.js.map +1 -1
  162. package/lib/commonjs/ui/components/types.js.map +1 -1
  163. package/lib/commonjs/ui/components/utils/forwardRef.js +43 -3
  164. package/lib/commonjs/ui/components/utils/forwardRef.js.map +1 -1
  165. package/lib/commonjs/ui/components/utils/hasTouchHandler.js.map +1 -1
  166. package/lib/commonjs/ui/components/utils/roundLayoutSize.js.map +1 -0
  167. package/lib/commonjs/ui/components/utils/splitStyles.js +1 -7
  168. package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -1
  169. package/lib/commonjs/ui/constants/iconColors.js +12 -16
  170. package/lib/commonjs/ui/constants/iconColors.js.map +1 -0
  171. package/lib/commonjs/ui/constants/spacing.js.map +1 -1
  172. package/lib/commonjs/ui/constants/theme.js +8 -9
  173. package/lib/commonjs/ui/constants/theme.js.map +1 -1
  174. package/lib/commonjs/ui/context/OxyContext.js +1 -0
  175. package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
  176. package/lib/commonjs/ui/context/ThemeContext.js +27 -4
  177. package/lib/commonjs/ui/context/ThemeContext.js.map +2 -1
  178. package/lib/commonjs/ui/context/hooks/useAuthOperations.js +27 -0
  179. package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -0
  180. package/lib/commonjs/ui/hooks/index.js +27 -26
  181. package/lib/commonjs/ui/hooks/index.js.map +1 -1
  182. package/lib/commonjs/ui/hooks/mutations/index.js +31 -22
  183. package/lib/commonjs/ui/hooks/mutations/index.js.map +1 -1
  184. package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
  185. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +83 -106
  186. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
  187. package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +45 -53
  188. package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
  189. package/lib/commonjs/ui/hooks/queries/index.js +50 -39
  190. package/lib/commonjs/ui/hooks/queries/index.js.map +1 -1
  191. package/lib/commonjs/ui/hooks/queries/queryKeys.js +6 -0
  192. package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
  193. package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +33 -39
  194. package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -0
  195. package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +11 -12
  196. package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +1 -0
  197. package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +28 -32
  198. package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
  199. package/lib/commonjs/ui/hooks/queryClient.js +10 -17
  200. package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
  201. package/lib/commonjs/ui/hooks/useAssets.js +13 -26
  202. package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
  203. package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
  204. package/lib/commonjs/ui/hooks/useAuth.js +23 -28
  205. package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
  206. package/lib/commonjs/ui/hooks/useAvatarPicker.js +3 -0
  207. package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
  208. package/lib/commonjs/ui/hooks/useColorScheme.js +6 -8
  209. package/lib/commonjs/ui/hooks/useColorScheme.js.map +1 -1
  210. package/lib/commonjs/ui/hooks/useDeviceManagement.js +10 -10
  211. package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -1
  212. package/lib/commonjs/ui/hooks/useFileDownloadUrl.js +7 -7
  213. package/lib/commonjs/ui/hooks/useFileDownloadUrl.js.map +1 -1
  214. package/lib/commonjs/ui/hooks/useFileFiltering.js +7 -9
  215. package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -1
  216. package/lib/commonjs/ui/hooks/useFollow.js +67 -75
  217. package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
  218. package/lib/commonjs/ui/hooks/useFollow.types.js +5 -0
  219. package/lib/commonjs/ui/hooks/useFollow.types.js.map +1 -0
  220. package/lib/commonjs/ui/hooks/useI18n.js +1 -1
  221. package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
  222. package/lib/commonjs/ui/hooks/useLanguageManagement.js +16 -17
  223. package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -1
  224. package/lib/commonjs/ui/hooks/useProfileEditing.js +1 -1
  225. package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
  226. package/lib/commonjs/ui/hooks/useQueryClient.js +2 -2
  227. package/lib/commonjs/ui/hooks/useQueryClient.js.map +1 -1
  228. package/lib/commonjs/ui/hooks/useSessionManagement.js +40 -44
  229. package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
  230. package/lib/commonjs/ui/hooks/useSessionSocket.js +34 -39
  231. package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
  232. package/lib/commonjs/ui/hooks/useSettingToggle.js +16 -22
  233. package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -1
  234. package/lib/commonjs/ui/hooks/useStorage.js +6 -6
  235. package/lib/commonjs/ui/hooks/useStorage.js.map +1 -1
  236. package/lib/commonjs/ui/hooks/useThemeColors.js +1 -1
  237. package/lib/commonjs/ui/hooks/useThemeColors.js.map +1 -1
  238. package/lib/commonjs/ui/hooks/useThemeStyles.js +12 -13
  239. package/lib/commonjs/ui/hooks/useThemeStyles.js.map +1 -1
  240. package/lib/commonjs/ui/hooks/useWebSSO.js +11 -19
  241. package/lib/commonjs/ui/hooks/useWebSSO.js.map +1 -1
  242. package/lib/commonjs/ui/index.js +61 -51
  243. package/lib/commonjs/ui/index.js.map +1 -1
  244. package/lib/commonjs/ui/isFrontend.js +2 -2
  245. package/lib/commonjs/ui/isFrontend.js.map +1 -1
  246. package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
  247. package/lib/commonjs/ui/navigation/bottomSheetManager.js.map +1 -0
  248. package/lib/commonjs/ui/navigation/routes.js +6 -12
  249. package/lib/commonjs/ui/navigation/routes.js.map +1 -1
  250. package/lib/commonjs/ui/screens/AccountCenterScreen.js +75 -66
  251. package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
  252. package/lib/commonjs/ui/screens/AccountOverviewScreen.js +164 -133
  253. package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -0
  254. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +150 -133
  255. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
  256. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
  257. package/lib/commonjs/ui/screens/AccountVerificationScreen.js +83 -44
  258. package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
  259. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
  260. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +19 -0
  261. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
  262. package/lib/commonjs/ui/screens/FAQScreen.js +61 -54
  263. package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
  264. package/lib/commonjs/ui/screens/FeedbackScreen.js +155 -137
  265. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  266. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
  267. package/lib/commonjs/ui/screens/FollowersListScreen.js +9 -6
  268. package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -1
  269. package/lib/commonjs/ui/screens/FollowingListScreen.js +9 -6
  270. package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -1
  271. package/lib/commonjs/ui/screens/HelpSupportScreen.js +75 -36
  272. package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
  273. package/lib/commonjs/ui/screens/HistoryViewScreen.js +79 -43
  274. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  275. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +82 -50
  276. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  277. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +35 -31
  278. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
  279. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +23 -0
  280. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -0
  281. package/lib/commonjs/ui/screens/OxyAuthScreen.js +120 -107
  282. package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
  283. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +63 -69
  284. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
  285. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +241 -205
  286. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
  287. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +114 -81
  288. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
  289. package/lib/commonjs/ui/screens/ProfileScreen.js +128 -102
  290. package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
  291. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +31 -0
  292. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -0
  293. package/lib/commonjs/ui/screens/SearchSettingsScreen.js +69 -32
  294. package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
  295. package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -0
  296. package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
  297. package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
  298. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +120 -85
  299. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  300. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
  301. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +91 -72
  302. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
  303. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +80 -45
  304. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
  305. package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
  306. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -0
  307. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +29 -29
  308. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
  309. package/lib/commonjs/ui/server.js +47 -58
  310. package/lib/commonjs/ui/server.js.map +1 -1
  311. package/lib/commonjs/ui/stores/accountStore.js +1 -1
  312. package/lib/commonjs/ui/stores/accountStore.js.map +1 -0
  313. package/lib/commonjs/ui/stores/assetStore.js +13 -16
  314. package/lib/commonjs/ui/stores/assetStore.js.map +1 -1
  315. package/lib/commonjs/ui/stores/authStore.js +5 -6
  316. package/lib/commonjs/ui/stores/authStore.js.map +1 -1
  317. package/lib/commonjs/ui/stores/fileStore.js.map +1 -1
  318. package/lib/commonjs/ui/stores/followStore.js +3 -10
  319. package/lib/commonjs/ui/stores/followStore.js.map +1 -1
  320. package/lib/commonjs/ui/styles/authStyles.js +12 -12
  321. package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
  322. package/lib/commonjs/ui/styles/fonts.js +18 -19
  323. package/lib/commonjs/ui/styles/fonts.js.map +1 -1
  324. package/lib/commonjs/ui/styles/index.js.map +1 -0
  325. package/lib/commonjs/ui/styles/spacing.js +11 -0
  326. package/lib/commonjs/ui/styles/spacing.js.map +1 -0
  327. package/lib/commonjs/ui/styles/theme.js +11 -12
  328. package/lib/commonjs/ui/styles/theme.js.map +1 -1
  329. package/lib/commonjs/ui/types/fileManagement.js.map +1 -1
  330. package/lib/commonjs/ui/types/navigation.js.map +1 -1
  331. package/lib/commonjs/ui/utils/avatarUtils.js +11 -16
  332. package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
  333. package/lib/commonjs/ui/utils/colorUtils.js +17 -0
  334. package/lib/commonjs/ui/utils/colorUtils.js.map +1 -0
  335. package/lib/commonjs/ui/utils/confirmAction.js +1 -1
  336. package/lib/commonjs/ui/utils/confirmAction.js.map +1 -1
  337. package/lib/commonjs/ui/utils/errorHandlers.js +1 -0
  338. package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
  339. package/lib/commonjs/ui/utils/fileManagement.js +22 -38
  340. package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
  341. package/lib/commonjs/ui/utils/iconNames.js.map +1 -0
  342. package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
  343. package/lib/commonjs/ui/utils/storageHelpers.js +7 -12
  344. package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
  345. package/lib/commonjs/ui/utils/themeUtils.js +15 -0
  346. package/lib/commonjs/ui/utils/themeUtils.js.map +1 -0
  347. package/lib/commonjs/ui/utils/userUtils.js +6 -9
  348. package/lib/commonjs/ui/utils/userUtils.js.map +1 -1
  349. package/lib/commonjs/utils/hookUtils.js +60 -79
  350. package/lib/commonjs/utils/hookUtils.js.map +1 -1
  351. package/lib/module/assets/assets/icons/OxyServices.d.ts +28 -0
  352. package/lib/module/assets/assets/icons/OxyServices.js +53 -0
  353. package/lib/module/assets/assets/illustrations/HighFive.d.ts +7 -0
  354. package/lib/module/assets/assets/illustrations/HighFive.js +41 -0
  355. package/lib/module/assets/icons/OxyServices.js +12 -0
  356. package/lib/module/assets/icons/OxyServices.js.map +1 -0
  357. package/lib/module/assets/illustrations/HighFive.js +15 -0
  358. package/lib/module/assets/illustrations/HighFive.js.map +1 -0
  359. package/lib/module/index.js +406 -34
  360. package/lib/module/index.js.map +1 -1
  361. package/lib/module/lib/sonner-safe.js +7 -8
  362. package/lib/module/lib/sonner-safe.js.map +1 -1
  363. package/lib/module/lib/sonner.js +17 -1
  364. package/lib/module/lib/sonner.js.map +1 -1
  365. package/lib/module/lib/sonner.native.js +45 -0
  366. package/lib/module/lib/sonner.native.js.map +1 -1
  367. package/lib/module/lib/sonner.web.js +48 -6
  368. package/lib/module/lib/sonner.web.js.map +1 -1
  369. package/lib/module/ui/client.js +165 -25
  370. package/lib/module/ui/client.js.map +1 -1
  371. package/lib/module/ui/components/ActivityIndicator.js +69 -27
  372. package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
  373. package/lib/module/ui/components/AutoHeightScrollView.js +13 -9
  374. package/lib/module/ui/components/AutoHeightScrollView.js.map +1 -1
  375. package/lib/module/ui/components/Avatar.js +8 -0
  376. package/lib/module/ui/components/Avatar.js.map +1 -1
  377. package/lib/module/ui/components/BottomSheet.js +99 -0
  378. package/lib/module/ui/components/BottomSheet.js.map +1 -0
  379. package/lib/module/ui/components/BottomSheetRouter.js +105 -61
  380. package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
  381. package/lib/module/ui/components/CrossFadeIcon.js +60 -16
  382. package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
  383. package/lib/module/ui/components/EmptyState.js +15 -7
  384. package/lib/module/ui/components/EmptyState.js.map +1 -1
  385. package/lib/module/ui/components/FollowButton.js +84 -50
  386. package/lib/module/ui/components/FollowButton.js.map +1 -0
  387. package/lib/module/ui/components/FontLoader.js +57 -17
  388. package/lib/module/ui/components/FontLoader.js.map +1 -1
  389. package/lib/module/ui/components/GroupedItem.js +31 -27
  390. package/lib/module/ui/components/GroupedItem.js.map +1 -1
  391. package/lib/module/ui/components/GroupedSection.js +13 -9
  392. package/lib/module/ui/components/GroupedSection.js.map +1 -1
  393. package/lib/module/ui/components/Header.js +102 -57
  394. package/lib/module/ui/components/Header.js.map +1 -1
  395. package/lib/module/ui/components/HelperText.js +55 -13
  396. package/lib/module/ui/components/HelperText.js.map +1 -1
  397. package/lib/module/ui/components/Icon.js +19 -13
  398. package/lib/module/ui/components/Icon.js.map +1 -0
  399. package/lib/module/ui/components/IconButton/IconButton.js +31 -24
  400. package/lib/module/ui/components/IconButton/IconButton.js.map +1 -0
  401. package/lib/module/ui/components/IconButton/utils.js +14 -4
  402. package/lib/module/ui/components/IconButton/utils.js.map +1 -1
  403. package/lib/module/ui/components/LoadingState.js +12 -0
  404. package/lib/module/ui/components/LoadingState.js.map +1 -0
  405. package/lib/module/ui/components/OxyLogo.js +13 -0
  406. package/lib/module/ui/components/OxyLogo.js.map +1 -1
  407. package/lib/module/ui/components/OxyPayButton.js +14 -0
  408. package/lib/module/ui/components/OxyPayButton.js.map +1 -1
  409. package/lib/module/ui/components/OxyProvider.js +39 -48
  410. package/lib/module/ui/components/OxyProvider.js.map +1 -1
  411. package/lib/module/ui/components/OxySignInButton.js +42 -37
  412. package/lib/module/ui/components/OxySignInButton.js.map +1 -1
  413. package/lib/module/ui/components/ProfileCard.js +37 -29
  414. package/lib/module/ui/components/ProfileCard.js.map +1 -1
  415. package/lib/module/ui/components/QuickActions.js +18 -15
  416. package/lib/module/ui/components/QuickActions.js.map +1 -1
  417. package/lib/module/ui/components/Section.js +16 -0
  418. package/lib/module/ui/components/Section.js.map +1 -1
  419. package/lib/module/ui/components/SectionTitle.js +15 -12
  420. package/lib/module/ui/components/SectionTitle.js.map +1 -1
  421. package/lib/module/ui/components/SettingRow.js +17 -0
  422. package/lib/module/ui/components/SettingRow.js.map +1 -1
  423. package/lib/module/ui/components/SignInModal.js +142 -115
  424. package/lib/module/ui/components/SignInModal.js.map +1 -1
  425. package/lib/module/ui/components/StepBasedScreen.js +43 -0
  426. package/lib/module/ui/components/StepBasedScreen.js.map +1 -0
  427. package/lib/module/ui/components/Surface.js +82 -34
  428. package/lib/module/ui/components/Surface.js.map +1 -1
  429. package/lib/module/ui/components/TextField/Addons/Outline.js +8 -0
  430. package/lib/module/ui/components/TextField/Addons/Outline.js.map +1 -0
  431. package/lib/module/ui/components/TextField/Addons/Underline.js +12 -8
  432. package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
  433. package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +62 -0
  434. package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -0
  435. package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +15 -0
  436. package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -0
  437. package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +33 -28
  438. package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
  439. package/lib/module/ui/components/TextField/Adornment/enums.js +13 -9
  440. package/lib/module/ui/components/TextField/Adornment/enums.js.map +1 -0
  441. package/lib/module/ui/components/TextField/Adornment/types.js +3 -0
  442. package/lib/module/ui/components/TextField/Adornment/types.js.map +1 -0
  443. package/lib/module/ui/components/TextField/Adornment/utils.js +7 -2
  444. package/lib/module/ui/components/TextField/Adornment/utils.js.map +1 -1
  445. package/lib/module/ui/components/TextField/Label/InputLabel.js +25 -18
  446. package/lib/module/ui/components/TextField/Label/InputLabel.js.map +1 -0
  447. package/lib/module/ui/components/TextField/TextFieldFlat.js +109 -63
  448. package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
  449. package/lib/module/ui/components/TextField/TextFieldOutlined.js +109 -61
  450. package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
  451. package/lib/module/ui/components/TextField/constants.js +23 -0
  452. package/lib/module/ui/components/TextField/constants.js.map +1 -0
  453. package/lib/module/ui/components/TextField/helpers.js +69 -50
  454. package/lib/module/ui/components/TextField/helpers.js.map +1 -1
  455. package/lib/module/ui/components/TextField/types.js +3 -1
  456. package/lib/module/ui/components/TextField/types.js.map +1 -1
  457. package/lib/module/ui/components/TextField.js +64 -0
  458. package/lib/module/ui/components/TextField.js.map +1 -0
  459. package/lib/module/ui/components/TouchableRipple/Pressable.js +7 -6
  460. package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
  461. package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +67 -28
  462. package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
  463. package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +47 -0
  464. package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
  465. package/lib/module/ui/components/TouchableRipple/utils.js +16 -6
  466. package/lib/module/ui/components/TouchableRipple/utils.js.map +1 -1
  467. package/lib/module/ui/components/Typography/AnimatedText.js +8 -0
  468. package/lib/module/ui/components/Typography/AnimatedText.js.map +1 -0
  469. package/lib/module/ui/components/Typography/types.js +7 -3
  470. package/lib/module/ui/components/Typography/types.js.map +1 -1
  471. package/lib/module/ui/components/feedback/FormInput.js +20 -12
  472. package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
  473. package/lib/module/ui/components/feedback/ProgressIndicator.js +10 -0
  474. package/lib/module/ui/components/feedback/ProgressIndicator.js.map +1 -0
  475. package/lib/module/ui/components/feedback/constants.js +7 -3
  476. package/lib/module/ui/components/feedback/constants.js.map +1 -1
  477. package/lib/module/ui/components/feedback/feedbackStyles.js +15 -10
  478. package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
  479. package/lib/module/ui/components/feedback/index.js +56 -5
  480. package/lib/module/ui/components/feedback/index.js.map +1 -1
  481. package/lib/module/ui/components/feedback/types.js +3 -0
  482. package/lib/module/ui/components/feedback/types.js.map +1 -0
  483. package/lib/module/ui/components/feedback/useFeedbackForm.js +11 -6
  484. package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -1
  485. package/lib/module/ui/components/fileManagement/AnimatedButton.js +10 -0
  486. package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +1 -0
  487. package/lib/module/ui/components/fileManagement/FileDetailsModal.js +72 -67
  488. package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
  489. package/lib/module/ui/components/fileManagement/FileViewer.js +38 -0
  490. package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -0
  491. package/lib/module/ui/components/fileManagement/UploadPreview.js +27 -0
  492. package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
  493. package/lib/module/ui/components/fileManagement/styles.js +24 -20
  494. package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
  495. package/lib/module/ui/components/icon/FAIRWalletIcon.js +58 -14
  496. package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +1 -0
  497. package/lib/module/ui/components/icon/OxyIcon.js +5 -0
  498. package/lib/module/ui/components/icon/OxyIcon.js.map +1 -0
  499. package/lib/module/ui/components/icon/index.js +23 -2
  500. package/lib/module/ui/components/icon/index.js.map +1 -1
  501. package/lib/module/ui/components/index.js +111 -0
  502. package/lib/module/ui/components/index.js.map +1 -1
  503. package/lib/module/ui/components/internal/GroupedPillButtons.js +11 -0
  504. package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
  505. package/lib/module/ui/components/internal/PinInput.js +15 -12
  506. package/lib/module/ui/components/internal/PinInput.js.map +1 -1
  507. package/lib/module/ui/components/modals/DeleteAccountModal.js +48 -40
  508. package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
  509. package/lib/module/ui/components/modals/index.js +16 -1
  510. package/lib/module/ui/components/modals/index.js.map +1 -1
  511. package/lib/module/ui/components/payment/PaymentDetailsStep.js +77 -69
  512. package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  513. package/lib/module/ui/components/payment/PaymentMethodStep.js +25 -17
  514. package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
  515. package/lib/module/ui/components/payment/PaymentReviewStep.js +13 -0
  516. package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
  517. package/lib/module/ui/components/payment/PaymentSuccessStep.js +18 -0
  518. package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
  519. package/lib/module/ui/components/payment/PaymentSummaryStep.js +29 -0
  520. package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
  521. package/lib/module/ui/components/payment/constants.js +7 -0
  522. package/lib/module/ui/components/payment/constants.js.map +1 -0
  523. package/lib/module/ui/components/payment/index.js +73 -0
  524. package/lib/module/ui/components/payment/index.js.map +1 -1
  525. package/lib/module/ui/components/payment/paymentStyles.js +9 -0
  526. package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
  527. package/lib/module/ui/components/payment/types.js +3 -1
  528. package/lib/module/ui/components/payment/types.js.map +1 -1
  529. package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +62 -25
  530. package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
  531. package/lib/module/ui/components/styles/overlay.js +13 -0
  532. package/lib/module/ui/components/styles/overlay.js.map +1 -1
  533. package/lib/module/ui/components/styles/shadow.js +12 -8
  534. package/lib/module/ui/components/styles/shadow.js.map +1 -1
  535. package/lib/module/ui/components/theming.js +9 -6
  536. package/lib/module/ui/components/theming.js.map +1 -1
  537. package/lib/module/ui/components/types.js +3 -1
  538. package/lib/module/ui/components/types.js.map +1 -1
  539. package/lib/module/ui/components/utils/forwardRef.js +40 -0
  540. package/lib/module/ui/components/utils/forwardRef.js.map +1 -0
  541. package/lib/module/ui/components/utils/hasTouchHandler.js +5 -1
  542. package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -1
  543. package/lib/module/ui/components/utils/roundLayoutSize.js +6 -1
  544. package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -1
  545. package/lib/module/ui/components/utils/splitStyles.js +5 -7
  546. package/lib/module/ui/components/utils/splitStyles.js.map +1 -1
  547. package/lib/module/ui/constants/iconColors.js +16 -14
  548. package/lib/module/ui/constants/iconColors.js.map +1 -1
  549. package/lib/module/ui/constants/spacing.js +24 -25
  550. package/lib/module/ui/constants/spacing.js.map +1 -1
  551. package/lib/module/ui/constants/theme.js +7 -4
  552. package/lib/module/ui/constants/theme.js.map +1 -1
  553. package/lib/module/ui/context/OxyContext.js +17 -0
  554. package/lib/module/ui/context/OxyContext.js.map +1 -0
  555. package/lib/module/ui/context/ThemeContext.js +13 -7
  556. package/lib/module/ui/context/ThemeContext.js.map +1 -1
  557. package/lib/module/ui/context/hooks/useAuthOperations.js +68 -39
  558. package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
  559. package/lib/module/ui/hooks/index.js +64 -0
  560. package/lib/module/ui/hooks/index.js.map +1 -0
  561. package/lib/module/ui/hooks/mutations/index.js +67 -5
  562. package/lib/module/ui/hooks/mutations/index.js.map +1 -1
  563. package/lib/module/ui/hooks/mutations/mutationFactory.js +7 -0
  564. package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -0
  565. package/lib/module/ui/hooks/mutations/useAccountMutations.js +92 -109
  566. package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
  567. package/lib/module/ui/hooks/mutations/useServicesMutations.js +54 -54
  568. package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
  569. package/lib/module/ui/hooks/queries/index.js +114 -0
  570. package/lib/module/ui/hooks/queries/index.js.map +1 -0
  571. package/lib/module/ui/hooks/queries/queryKeys.js +39 -36
  572. package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
  573. package/lib/module/ui/hooks/queries/useAccountQueries.js +44 -40
  574. package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
  575. package/lib/module/ui/hooks/queries/useSecurityQueries.js +17 -12
  576. package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -0
  577. package/lib/module/ui/hooks/queries/useServicesQueries.js +37 -33
  578. package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
  579. package/lib/module/ui/hooks/queryClient.js +17 -17
  580. package/lib/module/ui/hooks/queryClient.js.map +1 -1
  581. package/lib/module/ui/hooks/useAssets.js +19 -26
  582. package/lib/module/ui/hooks/useAssets.js.map +1 -1
  583. package/lib/module/ui/hooks/useAsyncAction.js +20 -16
  584. package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
  585. package/lib/module/ui/hooks/useAuth.js +24 -20
  586. package/lib/module/ui/hooks/useAuth.js.map +1 -1
  587. package/lib/module/ui/hooks/useAvatarPicker.js +16 -13
  588. package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
  589. package/lib/module/ui/hooks/useColorScheme.js +3 -0
  590. package/lib/module/ui/hooks/useColorScheme.js.map +1 -1
  591. package/lib/module/ui/hooks/useDeviceManagement.js +16 -11
  592. package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
  593. package/lib/module/ui/hooks/useFileDownloadUrl.js +15 -9
  594. package/lib/module/ui/hooks/useFileDownloadUrl.js.map +1 -0
  595. package/lib/module/ui/hooks/useFileFiltering.js +9 -0
  596. package/lib/module/ui/hooks/useFileFiltering.js.map +1 -0
  597. package/lib/module/ui/hooks/useFollow.js +75 -77
  598. package/lib/module/ui/hooks/useFollow.js.map +1 -1
  599. package/lib/module/ui/hooks/useFollow.types.js +6 -0
  600. package/lib/module/ui/hooks/useFollow.types.js.map +1 -1
  601. package/lib/module/ui/hooks/useI18n.js +7 -0
  602. package/lib/module/ui/hooks/useI18n.js.map +1 -0
  603. package/lib/module/ui/hooks/useLanguageManagement.js +22 -18
  604. package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -0
  605. package/lib/module/ui/hooks/useProfileEditing.js +9 -0
  606. package/lib/module/ui/hooks/useProfileEditing.js.map +1 -0
  607. package/lib/module/ui/hooks/useQueryClient.js +5 -0
  608. package/lib/module/ui/hooks/useQueryClient.js.map +1 -0
  609. package/lib/module/ui/hooks/useSessionManagement.js +46 -45
  610. package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
  611. package/lib/module/ui/hooks/useSessionSocket.js +15 -0
  612. package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
  613. package/lib/module/ui/hooks/useSettingToggle.js +14 -0
  614. package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
  615. package/lib/module/ui/hooks/useStorage.js +12 -7
  616. package/lib/module/ui/hooks/useStorage.js.map +1 -0
  617. package/lib/module/ui/hooks/useThemeColors.js +14 -10
  618. package/lib/module/ui/hooks/useThemeColors.js.map +1 -0
  619. package/lib/module/ui/hooks/useThemeStyles.js +18 -14
  620. package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
  621. package/lib/module/ui/hooks/useWebSSO.js +12 -16
  622. package/lib/module/ui/hooks/useWebSSO.js.map +1 -1
  623. package/lib/module/ui/index.js +74 -46
  624. package/lib/module/ui/index.js.map +1 -1
  625. package/lib/module/ui/isFrontend.js +4 -1
  626. package/lib/module/ui/isFrontend.js.map +1 -1
  627. package/lib/module/ui/navigation/bottomSheetManager.js +17 -0
  628. package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
  629. package/lib/module/ui/navigation/routes.js +8 -14
  630. package/lib/module/ui/navigation/routes.js.map +1 -1
  631. package/lib/module/ui/screens/AccountCenterScreen.js +71 -65
  632. package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
  633. package/lib/module/ui/screens/AccountOverviewScreen.js +167 -131
  634. package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
  635. package/lib/module/ui/screens/AccountSettingsScreen.js +88 -0
  636. package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
  637. package/lib/module/ui/screens/AccountSwitcherScreen.js +88 -0
  638. package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -0
  639. package/lib/module/ui/screens/AccountVerificationScreen.js +86 -42
  640. package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
  641. package/lib/module/ui/screens/AppInfoScreen.js +79 -76
  642. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
  643. package/lib/module/ui/screens/EditProfileFieldScreen.js +114 -89
  644. package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
  645. package/lib/module/ui/screens/FAQScreen.js +38 -0
  646. package/lib/module/ui/screens/FAQScreen.js.map +1 -0
  647. package/lib/module/ui/screens/FeedbackScreen.js +58 -0
  648. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -0
  649. package/lib/module/ui/screens/FileManagementScreen.js +149 -0
  650. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
  651. package/lib/module/ui/screens/FollowersListScreen.js +8 -0
  652. package/lib/module/ui/screens/FollowersListScreen.js.map +1 -1
  653. package/lib/module/ui/screens/FollowingListScreen.js +12 -4
  654. package/lib/module/ui/screens/FollowingListScreen.js.map +1 -1
  655. package/lib/module/ui/screens/HelpSupportScreen.js +45 -0
  656. package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
  657. package/lib/module/ui/screens/HistoryViewScreen.js +81 -41
  658. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  659. package/lib/module/ui/screens/LanguageSelectorScreen.js +71 -0
  660. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -0
  661. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +33 -31
  662. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
  663. package/lib/module/ui/screens/LegalDocumentsScreen.js +72 -35
  664. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  665. package/lib/module/ui/screens/OxyAuthScreen.js +50 -0
  666. package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -0
  667. package/lib/module/ui/screens/PaymentGatewayScreen.js +28 -0
  668. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -0
  669. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +186 -205
  670. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  671. package/lib/module/ui/screens/PrivacySettingsScreen.js +56 -0
  672. package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -0
  673. package/lib/module/ui/screens/ProfileScreen.js +102 -101
  674. package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
  675. package/lib/module/ui/screens/SavesCollectionsScreen.js +55 -0
  676. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -0
  677. package/lib/module/ui/screens/SearchSettingsScreen.js +39 -0
  678. package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -0
  679. package/lib/module/ui/screens/SessionManagementScreen.js +81 -89
  680. package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
  681. package/lib/module/ui/screens/UserLinksScreen.js +21 -18
  682. package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
  683. package/lib/module/ui/screens/UserListScreen.js +69 -0
  684. package/lib/module/ui/screens/UserListScreen.js.map +1 -0
  685. package/lib/module/ui/screens/WelcomeNewUserScreen.js +123 -82
  686. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  687. package/lib/module/ui/screens/karma/KarmaAboutScreen.js +29 -26
  688. package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
  689. package/lib/module/ui/screens/karma/KarmaCenterScreen.js +74 -72
  690. package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
  691. package/lib/module/ui/screens/karma/KarmaFAQScreen.js +83 -43
  692. package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
  693. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +30 -0
  694. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
  695. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +81 -80
  696. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
  697. package/lib/module/ui/server.js +50 -29
  698. package/lib/module/ui/server.js.map +1 -1
  699. package/lib/module/ui/stores/accountStore.js +7 -0
  700. package/lib/module/ui/stores/accountStore.js.map +1 -0
  701. package/lib/module/ui/stores/assetStore.js +24 -14
  702. package/lib/module/ui/stores/assetStore.js.map +1 -1
  703. package/lib/module/ui/stores/authStore.js +8 -5
  704. package/lib/module/ui/stores/authStore.js.map +1 -1
  705. package/lib/module/ui/stores/fileStore.js +6 -0
  706. package/lib/module/ui/stores/fileStore.js.map +1 -0
  707. package/lib/module/ui/stores/followStore.js +6 -9
  708. package/lib/module/ui/stores/followStore.js.map +1 -1
  709. package/lib/module/ui/styles/authStyles.js +17 -12
  710. package/lib/module/ui/styles/authStyles.js.map +1 -1
  711. package/lib/module/ui/styles/fonts.js +8 -0
  712. package/lib/module/ui/styles/fonts.js.map +1 -0
  713. package/lib/module/ui/styles/index.js +26 -4
  714. package/lib/module/ui/styles/index.js.map +1 -1
  715. package/lib/module/ui/styles/spacing.js +54 -0
  716. package/lib/module/ui/styles/spacing.js.map +1 -1
  717. package/lib/module/ui/styles/theme.js +19 -13
  718. package/lib/module/ui/styles/theme.js.map +1 -1
  719. package/lib/module/ui/types/fileManagement.js +3 -1
  720. package/lib/module/ui/types/fileManagement.js.map +1 -0
  721. package/lib/module/ui/types/navigation.js +3 -1
  722. package/lib/module/ui/types/navigation.js.map +1 -1
  723. package/lib/module/ui/utils/avatarUtils.js +5 -0
  724. package/lib/module/ui/utils/avatarUtils.js.map +1 -0
  725. package/lib/module/ui/utils/colorUtils.js +44 -0
  726. package/lib/module/ui/utils/colorUtils.js.map +1 -0
  727. package/lib/module/ui/utils/confirmAction.js +7 -0
  728. package/lib/module/ui/utils/confirmAction.js.map +1 -1
  729. package/lib/module/ui/utils/errorHandlers.js +16 -18
  730. package/lib/module/ui/utils/errorHandlers.js.map +1 -1
  731. package/lib/module/ui/utils/fileManagement.js +6 -0
  732. package/lib/module/ui/utils/fileManagement.js.map +1 -0
  733. package/lib/module/ui/utils/iconNames.js +24 -20
  734. package/lib/module/ui/utils/iconNames.js.map +1 -1
  735. package/lib/module/ui/utils/sessionHelpers.js +17 -15
  736. package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
  737. package/lib/module/ui/utils/storageHelpers.js +12 -10
  738. package/lib/module/ui/utils/storageHelpers.js.map +1 -1
  739. package/lib/module/ui/utils/themeUtils.js +35 -2
  740. package/lib/module/ui/utils/themeUtils.js.map +1 -0
  741. package/lib/module/ui/utils/userUtils.js +10 -6
  742. package/lib/module/ui/utils/userUtils.js.map +1 -1
  743. package/lib/module/utils/hookUtils.js +82 -83
  744. package/lib/module/utils/hookUtils.js.map +1 -1
  745. package/lib/typescript/assets/icons/OxyServices.d.ts +28 -0
  746. package/lib/typescript/assets/illustrations/HighFive.d.ts +7 -0
  747. package/lib/typescript/index.d.ts +46 -0
  748. package/lib/typescript/lib/sonner-safe.d.ts +8 -0
  749. package/lib/typescript/lib/sonner.d.ts +11 -0
  750. package/lib/typescript/lib/sonner.native.d.ts +14 -0
  751. package/lib/typescript/lib/sonner.web.d.ts +14 -0
  752. package/lib/typescript/ui/client.d.ts +30 -0
  753. package/lib/typescript/ui/components/ActivityIndicator.d.ts +44 -0
  754. package/lib/typescript/ui/components/AutoHeightScrollView.d.ts +22 -0
  755. package/lib/typescript/ui/components/Avatar.d.ts +60 -0
  756. package/lib/typescript/ui/components/BottomSheet.d.ts +28 -0
  757. package/lib/typescript/ui/components/BottomSheetRouter.d.ts +8 -0
  758. package/lib/typescript/ui/components/CrossFadeIcon.d.ts +26 -0
  759. package/lib/typescript/ui/components/EmptyState.d.ts +7 -0
  760. package/lib/typescript/ui/components/FollowButton.d.ts +28 -0
  761. package/lib/typescript/ui/components/FontLoader.d.ts +14 -0
  762. package/lib/typescript/ui/components/GroupedItem.d.ts +23 -0
  763. package/lib/typescript/ui/components/GroupedSection.d.ts +29 -0
  764. package/lib/typescript/ui/components/Header.d.ts +37 -0
  765. package/lib/typescript/ui/components/HelperText.d.ts +46 -0
  766. package/lib/typescript/ui/components/Icon.d.ts +59 -0
  767. package/lib/typescript/ui/components/IconButton/IconButton.d.ts +98 -0
  768. package/lib/typescript/ui/components/IconButton/utils.d.ts +18 -0
  769. package/lib/typescript/ui/components/LoadingState.d.ts +8 -0
  770. package/lib/typescript/ui/components/OxyLogo.d.ts +28 -0
  771. package/lib/typescript/ui/components/OxyPayButton.d.ts +28 -0
  772. package/lib/typescript/ui/components/OxyProvider.d.ts +37 -0
  773. package/lib/typescript/ui/components/OxySignInButton.d.ts +64 -0
  774. package/lib/typescript/ui/components/ProfileCard.d.ts +17 -0
  775. package/lib/typescript/ui/components/QuickActions.d.ts +14 -0
  776. package/lib/typescript/ui/components/Section.d.ts +11 -0
  777. package/lib/typescript/ui/components/SectionTitle.d.ts +9 -0
  778. package/lib/typescript/ui/components/SettingRow.d.ts +19 -0
  779. package/lib/typescript/ui/components/SignInModal.d.ts +17 -0
  780. package/lib/typescript/ui/components/StepBasedScreen.d.ts +25 -0
  781. package/lib/typescript/ui/components/Surface.d.ts +75 -0
  782. package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts +15 -0
  783. package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts +18 -0
  784. package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
  785. package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
  786. package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
  787. package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts +12 -0
  788. package/lib/typescript/ui/components/TextField/Adornment/types.d.ts +11 -0
  789. package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts +11 -0
  790. package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts +4 -0
  791. package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
  792. package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts +3 -0
  793. package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
  794. package/lib/typescript/ui/components/TextField/constants.d.ts +31 -0
  795. package/lib/typescript/ui/components/TextField/helpers.d.ts +96 -0
  796. package/lib/typescript/ui/components/TextField/types.d.ts +155 -0
  797. package/lib/typescript/ui/components/TextField.d.ts +191 -0
  798. package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts +12 -0
  799. package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
  800. package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
  801. package/lib/typescript/ui/components/TouchableRipple/utils.d.ts +10 -0
  802. package/lib/typescript/ui/components/Typography/AnimatedText.d.ts +34 -0
  803. package/lib/typescript/ui/components/Typography/types.d.ts +18 -0
  804. package/lib/typescript/ui/components/feedback/FormInput.d.ts +19 -0
  805. package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts +10 -0
  806. package/lib/typescript/ui/components/feedback/constants.d.ts +4 -0
  807. package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts +279 -0
  808. package/lib/typescript/ui/components/feedback/index.d.ts +6 -0
  809. package/lib/typescript/ui/components/feedback/types.d.ts +45 -0
  810. package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts +8 -0
  811. package/lib/typescript/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
  812. package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
  813. package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts +17 -0
  814. package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts +20 -0
  815. package/lib/typescript/ui/components/fileManagement/styles.d.ts +859 -0
  816. package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
  817. package/lib/typescript/ui/components/icon/OxyIcon.d.ts +9 -0
  818. package/lib/typescript/ui/components/icon/index.d.ts +3 -0
  819. package/lib/typescript/ui/components/index.d.ts +16 -0
  820. package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +23 -0
  821. package/lib/typescript/ui/components/internal/PinInput.d.ts +22 -0
  822. package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts +18 -0
  823. package/lib/typescript/ui/components/modals/index.d.ts +1 -0
  824. package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
  825. package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts +13 -0
  826. package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts +15 -0
  827. package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
  828. package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
  829. package/lib/typescript/ui/components/payment/constants.d.ts +6 -0
  830. package/lib/typescript/ui/components/payment/index.d.ts +8 -0
  831. package/lib/typescript/ui/components/payment/paymentStyles.d.ts +395 -0
  832. package/lib/typescript/ui/components/payment/types.d.ts +39 -0
  833. package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
  834. package/lib/typescript/ui/components/styles/overlay.d.ts +3 -0
  835. package/lib/typescript/ui/components/styles/shadow.d.ts +2 -0
  836. package/lib/typescript/ui/components/theming.d.ts +7 -0
  837. package/lib/typescript/ui/components/types.d.ts +80 -0
  838. package/lib/typescript/ui/components/utils/forwardRef.d.ts +11 -0
  839. package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts +5 -0
  840. package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts +1 -0
  841. package/lib/typescript/ui/components/utils/splitStyles.d.ts +19 -0
  842. package/lib/typescript/ui/constants/iconColors.d.ts +129 -0
  843. package/lib/typescript/ui/constants/spacing.d.ts +32 -0
  844. package/lib/typescript/ui/constants/theme.d.ts +96 -0
  845. package/lib/typescript/ui/context/OxyContext.d.ts +75 -0
  846. package/lib/typescript/ui/context/ThemeContext.d.ts +18 -0
  847. package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +39 -0
  848. package/lib/typescript/ui/hooks/index.d.ts +6 -0
  849. package/lib/typescript/ui/hooks/mutations/index.d.ts +8 -0
  850. package/lib/typescript/ui/hooks/mutations/mutationFactory.d.ts +75 -0
  851. package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
  852. package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
  853. package/lib/typescript/ui/hooks/queries/index.d.ts +10 -0
  854. package/lib/typescript/ui/hooks/queries/queryKeys.d.ts +64 -0
  855. package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts +42 -0
  856. package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
  857. package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts +30 -0
  858. package/lib/typescript/ui/hooks/queryClient.d.ts +18 -0
  859. package/lib/typescript/ui/hooks/useAssets.d.ts +34 -0
  860. package/lib/typescript/ui/hooks/useAsyncAction.d.ts +50 -0
  861. package/lib/typescript/ui/hooks/useAuth.d.ts +77 -0
  862. package/lib/typescript/ui/hooks/useAvatarPicker.d.ts +24 -0
  863. package/lib/typescript/ui/hooks/useColorScheme.d.ts +7 -0
  864. package/lib/typescript/ui/hooks/useDeviceManagement.d.ts +26 -0
  865. package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts +21 -0
  866. package/lib/typescript/ui/hooks/useFileFiltering.d.ts +28 -0
  867. package/lib/typescript/ui/hooks/useFollow.d.ts +92 -0
  868. package/lib/typescript/ui/hooks/useFollow.types.d.ts +32 -0
  869. package/lib/typescript/ui/hooks/useI18n.d.ts +4 -0
  870. package/lib/typescript/ui/hooks/useLanguageManagement.d.ts +24 -0
  871. package/lib/typescript/ui/hooks/useProfileEditing.d.ts +35 -0
  872. package/lib/typescript/ui/hooks/useQueryClient.d.ts +6 -0
  873. package/lib/typescript/ui/hooks/useSessionManagement.d.ts +40 -0
  874. package/lib/typescript/ui/hooks/useSessionSocket.d.ts +14 -0
  875. package/lib/typescript/ui/hooks/useSettingToggle.d.ts +56 -0
  876. package/lib/typescript/ui/hooks/useStorage.d.ts +15 -0
  877. package/lib/typescript/ui/hooks/useThemeColors.d.ts +93 -0
  878. package/lib/typescript/ui/hooks/useThemeStyles.d.ts +44 -0
  879. package/lib/typescript/ui/hooks/useWebSSO.d.ts +57 -0
  880. package/lib/typescript/ui/index.d.ts +23 -0
  881. package/lib/typescript/ui/isFrontend.d.ts +2 -0
  882. package/lib/typescript/ui/navigation/bottomSheetManager.d.ts +26 -0
  883. package/lib/typescript/ui/navigation/routes.d.ts +5 -0
  884. package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +4 -0
  885. package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +4 -0
  886. package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +7 -0
  887. package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +4 -0
  888. package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts +4 -0
  889. package/lib/typescript/ui/screens/AppInfoScreen.d.ts +4 -0
  890. package/lib/typescript/ui/screens/EditProfileFieldScreen.d.ts +12 -0
  891. package/lib/typescript/ui/screens/FAQScreen.d.ts +4 -0
  892. package/lib/typescript/ui/screens/FeedbackScreen.d.ts +4 -0
  893. package/lib/typescript/ui/screens/FileManagementScreen.d.ts +4 -0
  894. package/lib/typescript/ui/screens/FollowersListScreen.d.ts +8 -0
  895. package/lib/typescript/ui/screens/FollowingListScreen.d.ts +8 -0
  896. package/lib/typescript/ui/screens/HelpSupportScreen.d.ts +4 -0
  897. package/lib/typescript/ui/screens/HistoryViewScreen.d.ts +4 -0
  898. package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts +6 -0
  899. package/lib/typescript/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
  900. package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts +4 -0
  901. package/lib/typescript/ui/screens/OxyAuthScreen.d.ts +16 -0
  902. package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +14 -0
  903. package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
  904. package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts +4 -0
  905. package/lib/typescript/ui/screens/ProfileScreen.d.ts +8 -0
  906. package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts +4 -0
  907. package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts +4 -0
  908. package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +4 -0
  909. package/lib/typescript/ui/screens/UserLinksScreen.d.ts +14 -0
  910. package/lib/typescript/ui/screens/UserListScreen.d.ts +10 -0
  911. package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
  912. package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
  913. package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
  914. package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
  915. package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
  916. package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
  917. package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
  918. package/lib/typescript/ui/server.d.ts +40 -0
  919. package/lib/typescript/ui/stores/accountStore.d.ts +26 -0
  920. package/lib/typescript/ui/stores/assetStore.d.ts +53 -0
  921. package/lib/typescript/ui/stores/authStore.d.ts +16 -0
  922. package/lib/typescript/ui/stores/fileStore.d.ts +30 -0
  923. package/lib/typescript/ui/stores/followStore.d.ts +24 -0
  924. package/lib/typescript/ui/styles/authStyles.d.ts +331 -0
  925. package/lib/typescript/ui/styles/fonts.d.ts +20 -0
  926. package/lib/typescript/ui/styles/index.d.ts +4 -0
  927. package/lib/typescript/ui/styles/spacing.d.ts +48 -0
  928. package/lib/typescript/ui/styles/theme.d.ts +67 -0
  929. package/lib/typescript/ui/types/fileManagement.d.ts +40 -0
  930. package/lib/typescript/ui/types/navigation.d.ts +36 -0
  931. package/lib/typescript/ui/utils/avatarUtils.d.ts +22 -0
  932. package/lib/typescript/ui/utils/colorUtils.d.ts +9 -0
  933. package/lib/typescript/ui/utils/confirmAction.d.ts +6 -0
  934. package/lib/typescript/ui/utils/errorHandlers.d.ts +34 -0
  935. package/lib/typescript/ui/utils/fileManagement.d.ts +86 -0
  936. package/lib/typescript/ui/utils/iconNames.d.ts +111 -0
  937. package/lib/typescript/ui/utils/sessionHelpers.d.ts +64 -0
  938. package/lib/typescript/ui/utils/storageHelpers.d.ts +27 -0
  939. package/lib/typescript/ui/utils/themeUtils.d.ts +10 -0
  940. package/lib/typescript/ui/utils/userUtils.d.ts +28 -0
  941. package/lib/typescript/utils/hookUtils.d.ts +101 -0
  942. package/package.json +3 -3
  943. package/src/assets/icons/OxyServices.d.ts +28 -0
  944. package/src/assets/icons/OxyServices.js +53 -0
  945. package/src/assets/illustrations/HighFive.d.ts +7 -0
  946. package/src/assets/illustrations/HighFive.js +41 -0
  947. package/src/index.d.ts +46 -0
  948. package/src/index.js +127 -0
  949. package/src/lib/sonner-safe.d.ts +8 -0
  950. package/src/lib/sonner-safe.js +28 -0
  951. package/src/lib/sonner.d.ts +11 -0
  952. package/src/lib/sonner.js +16 -0
  953. package/src/lib/sonner.native.d.ts +14 -0
  954. package/src/lib/sonner.native.js +46 -0
  955. package/src/lib/sonner.web.d.ts +14 -0
  956. package/src/lib/sonner.web.js +46 -0
  957. package/src/ui/client.d.ts +30 -0
  958. package/src/ui/client.js +64 -0
  959. package/src/ui/components/ActivityIndicator.d.ts +44 -0
  960. package/src/ui/components/ActivityIndicator.js +184 -0
  961. package/src/ui/components/AutoHeightScrollView.d.ts +22 -0
  962. package/src/ui/components/AutoHeightScrollView.js +33 -0
  963. package/src/ui/components/Avatar.d.ts +60 -0
  964. package/src/ui/components/Avatar.js +146 -0
  965. package/src/ui/components/BottomSheet.d.ts +28 -0
  966. package/src/ui/components/BottomSheet.js +374 -0
  967. package/src/ui/components/BottomSheetRouter.d.ts +8 -0
  968. package/src/ui/components/BottomSheetRouter.js +211 -0
  969. package/src/ui/components/CrossFadeIcon.d.ts +26 -0
  970. package/src/ui/components/CrossFadeIcon.js +111 -0
  971. package/src/ui/components/EmptyState.d.ts +7 -0
  972. package/src/ui/components/EmptyState.js +27 -0
  973. package/src/ui/components/FollowButton.d.ts +28 -0
  974. package/src/ui/components/FollowButton.js +197 -0
  975. package/src/ui/components/FontLoader.d.ts +14 -0
  976. package/src/ui/components/FontLoader.js +185 -0
  977. package/src/ui/components/GroupedItem.d.ts +23 -0
  978. package/src/ui/components/GroupedItem.js +84 -0
  979. package/src/ui/components/GroupedSection.d.ts +29 -0
  980. package/src/ui/components/GroupedSection.js +13 -0
  981. package/src/ui/components/Header.d.ts +37 -0
  982. package/src/ui/components/Header.js +400 -0
  983. package/src/ui/components/HelperText.d.ts +46 -0
  984. package/src/ui/components/HelperText.js +119 -0
  985. package/src/ui/components/Icon.d.ts +59 -0
  986. package/src/ui/components/Icon.js +108 -0
  987. package/src/ui/components/IconButton/IconButton.d.ts +98 -0
  988. package/src/ui/components/IconButton/IconButton.js +90 -0
  989. package/src/ui/components/IconButton/utils.d.ts +18 -0
  990. package/src/ui/components/IconButton/utils.js +119 -0
  991. package/src/ui/components/LoadingState.d.ts +8 -0
  992. package/src/ui/components/LoadingState.js +29 -0
  993. package/src/ui/components/OxyLogo.d.ts +28 -0
  994. package/src/ui/components/OxyLogo.js +53 -0
  995. package/src/ui/components/OxyPayButton.d.ts +28 -0
  996. package/src/ui/components/OxyPayButton.js +76 -0
  997. package/src/ui/components/OxyProvider.d.ts +37 -0
  998. package/src/ui/components/OxyProvider.js +197 -0
  999. package/src/ui/components/OxySignInButton.d.ts +64 -0
  1000. package/src/ui/components/OxySignInButton.js +145 -0
  1001. package/src/ui/components/ProfileCard.d.ts +17 -0
  1002. package/src/ui/components/ProfileCard.js +82 -0
  1003. package/src/ui/components/QuickActions.d.ts +14 -0
  1004. package/src/ui/components/QuickActions.js +62 -0
  1005. package/src/ui/components/Section.d.ts +11 -0
  1006. package/src/ui/components/Section.js +24 -0
  1007. package/src/ui/components/SectionTitle.d.ts +9 -0
  1008. package/src/ui/components/SectionTitle.js +21 -0
  1009. package/src/ui/components/SettingRow.d.ts +19 -0
  1010. package/src/ui/components/SettingRow.js +38 -0
  1011. package/src/ui/components/SignInModal.d.ts +17 -0
  1012. package/src/ui/components/SignInModal.js +428 -0
  1013. package/src/ui/components/StepBasedScreen.d.ts +25 -0
  1014. package/src/ui/components/StepBasedScreen.js +372 -0
  1015. package/src/ui/components/Surface.d.ts +75 -0
  1016. package/src/ui/components/Surface.js +239 -0
  1017. package/src/ui/components/TextField/Addons/Outline.d.ts +15 -0
  1018. package/src/ui/components/TextField/Addons/Outline.js +30 -0
  1019. package/src/ui/components/TextField/Addons/Underline.d.ts +18 -0
  1020. package/src/ui/components/TextField/Addons/Underline.js +45 -0
  1021. package/src/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
  1022. package/src/ui/components/TextField/Adornment/TextFieldAdornment.js +132 -0
  1023. package/src/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
  1024. package/src/ui/components/TextField/Adornment/TextFieldAffix.js +88 -0
  1025. package/src/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
  1026. package/src/ui/components/TextField/Adornment/TextFieldIcon.js +91 -0
  1027. package/src/ui/components/TextField/Adornment/enums.d.ts +12 -0
  1028. package/src/ui/components/TextField/Adornment/enums.js +18 -0
  1029. package/src/ui/components/TextField/Adornment/types.d.ts +11 -0
  1030. package/src/ui/components/TextField/Adornment/types.js +2 -0
  1031. package/src/ui/components/TextField/Adornment/utils.d.ts +11 -0
  1032. package/src/ui/components/TextField/Adornment/utils.js +50 -0
  1033. package/src/ui/components/TextField/Label/InputLabel.d.ts +4 -0
  1034. package/src/ui/components/TextField/Label/InputLabel.js +125 -0
  1035. package/src/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
  1036. package/src/ui/components/TextField/Label/LabelBackground.js +71 -0
  1037. package/src/ui/components/TextField/TextFieldFlat.d.ts +3 -0
  1038. package/src/ui/components/TextField/TextFieldFlat.js +347 -0
  1039. package/src/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
  1040. package/src/ui/components/TextField/TextFieldOutlined.js +313 -0
  1041. package/src/ui/components/TextField/constants.d.ts +31 -0
  1042. package/src/ui/components/TextField/constants.js +40 -0
  1043. package/src/ui/components/TextField/helpers.d.ts +96 -0
  1044. package/src/ui/components/TextField/helpers.js +388 -0
  1045. package/src/ui/components/TextField/types.d.ts +155 -0
  1046. package/src/ui/components/TextField/types.js +2 -0
  1047. package/src/ui/components/TextField.d.ts +191 -0
  1048. package/src/ui/components/TextField.js +291 -0
  1049. package/src/ui/components/TouchableRipple/Pressable.d.ts +12 -0
  1050. package/src/ui/components/TouchableRipple/Pressable.js +5 -0
  1051. package/src/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
  1052. package/src/ui/components/TouchableRipple/TouchableRipple.js +246 -0
  1053. package/src/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
  1054. package/src/ui/components/TouchableRipple/TouchableRipple.native.js +99 -0
  1055. package/src/ui/components/TouchableRipple/utils.d.ts +10 -0
  1056. package/src/ui/components/TouchableRipple/utils.js +40 -0
  1057. package/src/ui/components/Typography/AnimatedText.d.ts +34 -0
  1058. package/src/ui/components/Typography/AnimatedText.js +49 -0
  1059. package/src/ui/components/Typography/types.d.ts +18 -0
  1060. package/src/ui/components/Typography/types.js +22 -0
  1061. package/src/ui/components/feedback/FormInput.d.ts +19 -0
  1062. package/src/ui/components/feedback/FormInput.js +26 -0
  1063. package/src/ui/components/feedback/ProgressIndicator.d.ts +10 -0
  1064. package/src/ui/components/feedback/ProgressIndicator.js +16 -0
  1065. package/src/ui/components/feedback/constants.d.ts +4 -0
  1066. package/src/ui/components/feedback/constants.js +21 -0
  1067. package/src/ui/components/feedback/feedbackStyles.d.ts +279 -0
  1068. package/src/ui/components/feedback/feedbackStyles.js +250 -0
  1069. package/src/ui/components/feedback/index.d.ts +6 -0
  1070. package/src/ui/components/feedback/index.js +18 -0
  1071. package/src/ui/components/feedback/types.d.ts +45 -0
  1072. package/src/ui/components/feedback/types.js +2 -0
  1073. package/src/ui/components/feedback/useFeedbackForm.d.ts +8 -0
  1074. package/src/ui/components/feedback/useFeedbackForm.js +42 -0
  1075. package/src/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
  1076. package/src/ui/components/fileManagement/AnimatedButton.js +29 -0
  1077. package/src/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
  1078. package/src/ui/components/fileManagement/FileDetailsModal.js +22 -0
  1079. package/src/ui/components/fileManagement/FileViewer.d.ts +17 -0
  1080. package/src/ui/components/fileManagement/FileViewer.js +138 -0
  1081. package/src/ui/components/fileManagement/UploadPreview.d.ts +20 -0
  1082. package/src/ui/components/fileManagement/UploadPreview.js +35 -0
  1083. package/src/ui/components/fileManagement/styles.d.ts +859 -0
  1084. package/src/ui/components/fileManagement/styles.js +861 -0
  1085. package/src/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
  1086. package/src/ui/components/icon/FAIRWalletIcon.js +54 -0
  1087. package/src/ui/components/icon/OxyIcon.d.ts +9 -0
  1088. package/src/ui/components/icon/OxyIcon.js +9 -0
  1089. package/src/ui/components/icon/index.d.ts +3 -0
  1090. package/src/ui/components/icon/index.js +10 -0
  1091. package/src/ui/components/index.d.ts +16 -0
  1092. package/src/ui/components/index.js +42 -0
  1093. package/src/ui/components/internal/GroupedPillButtons.d.ts +23 -0
  1094. package/src/ui/components/internal/GroupedPillButtons.js +149 -0
  1095. package/src/ui/components/internal/PinInput.d.ts +22 -0
  1096. package/src/ui/components/internal/PinInput.js +76 -0
  1097. package/src/ui/components/modals/DeleteAccountModal.d.ts +18 -0
  1098. package/src/ui/components/modals/DeleteAccountModal.js +154 -0
  1099. package/src/ui/components/modals/index.d.ts +1 -0
  1100. package/src/ui/components/modals/index.js +8 -0
  1101. package/src/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
  1102. package/src/ui/components/payment/PaymentDetailsStep.js +65 -0
  1103. package/src/ui/components/payment/PaymentMethodStep.d.ts +13 -0
  1104. package/src/ui/components/payment/PaymentMethodStep.js +54 -0
  1105. package/src/ui/components/payment/PaymentReviewStep.d.ts +15 -0
  1106. package/src/ui/components/payment/PaymentReviewStep.js +88 -0
  1107. package/src/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
  1108. package/src/ui/components/payment/PaymentSuccessStep.js +35 -0
  1109. package/src/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
  1110. package/src/ui/components/payment/PaymentSummaryStep.js +60 -0
  1111. package/src/ui/components/payment/constants.d.ts +6 -0
  1112. package/src/ui/components/payment/constants.js +38 -0
  1113. package/src/ui/components/payment/index.d.ts +8 -0
  1114. package/src/ui/components/payment/index.js +24 -0
  1115. package/src/ui/components/payment/paymentStyles.d.ts +395 -0
  1116. package/src/ui/components/payment/paymentStyles.js +399 -0
  1117. package/src/ui/components/payment/types.d.ts +39 -0
  1118. package/src/ui/components/payment/types.js +2 -0
  1119. package/src/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
  1120. package/src/ui/components/photogrid/JustifiedPhotoGrid.js +122 -0
  1121. package/src/ui/components/styles/overlay.d.ts +3 -0
  1122. package/src/ui/components/styles/overlay.js +81 -0
  1123. package/src/ui/components/styles/shadow.d.ts +2 -0
  1124. package/src/ui/components/styles/shadow.js +123 -0
  1125. package/src/ui/components/theming.d.ts +7 -0
  1126. package/src/ui/components/theming.js +111 -0
  1127. package/src/ui/components/types.d.ts +80 -0
  1128. package/src/ui/components/types.js +2 -0
  1129. package/src/ui/components/utils/forwardRef.d.ts +11 -0
  1130. package/src/ui/components/utils/forwardRef.js +46 -0
  1131. package/src/ui/components/utils/hasTouchHandler.d.ts +5 -0
  1132. package/src/ui/components/utils/hasTouchHandler.js +14 -0
  1133. package/src/ui/components/utils/roundLayoutSize.d.ts +1 -0
  1134. package/src/ui/components/utils/roundLayoutSize.js +5 -0
  1135. package/src/ui/components/utils/splitStyles.d.ts +19 -0
  1136. package/src/ui/components/utils/splitStyles.js +40 -0
  1137. package/src/ui/constants/iconColors.d.ts +129 -0
  1138. package/src/ui/constants/iconColors.js +76 -0
  1139. package/src/ui/constants/spacing.d.ts +32 -0
  1140. package/src/ui/constants/spacing.js +40 -0
  1141. package/src/ui/constants/theme.d.ts +96 -0
  1142. package/src/ui/constants/theme.js +118 -0
  1143. package/src/ui/context/OxyContext.d.ts +75 -0
  1144. package/src/ui/context/OxyContext.js +522 -0
  1145. package/src/ui/context/ThemeContext.d.ts +18 -0
  1146. package/src/ui/context/ThemeContext.js +25 -0
  1147. package/src/ui/context/hooks/useAuthOperations.d.ts +39 -0
  1148. package/src/ui/context/hooks/useAuthOperations.js +318 -0
  1149. package/src/ui/hooks/index.d.ts +6 -0
  1150. package/src/ui/hooks/index.js +19 -0
  1151. package/src/ui/hooks/mutations/index.d.ts +8 -0
  1152. package/src/ui/hooks/mutations/index.js +23 -0
  1153. package/src/ui/hooks/mutations/mutationFactory.d.ts +75 -0
  1154. package/src/ui/hooks/mutations/mutationFactory.js +126 -0
  1155. package/src/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
  1156. package/src/ui/hooks/mutations/useAccountMutations.js +274 -0
  1157. package/src/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
  1158. package/src/ui/hooks/mutations/useServicesMutations.js +149 -0
  1159. package/src/ui/hooks/queries/index.d.ts +10 -0
  1160. package/src/ui/hooks/queries/index.js +35 -0
  1161. package/src/ui/hooks/queries/queryKeys.d.ts +64 -0
  1162. package/src/ui/hooks/queries/queryKeys.js +82 -0
  1163. package/src/ui/hooks/queries/useAccountQueries.d.ts +42 -0
  1164. package/src/ui/hooks/queries/useAccountQueries.js +141 -0
  1165. package/src/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
  1166. package/src/ui/hooks/queries/useSecurityQueries.js +45 -0
  1167. package/src/ui/hooks/queries/useServicesQueries.d.ts +30 -0
  1168. package/src/ui/hooks/queries/useServicesQueries.js +113 -0
  1169. package/src/ui/hooks/queryClient.d.ts +18 -0
  1170. package/src/ui/hooks/queryClient.js +111 -0
  1171. package/src/ui/hooks/useAssets.d.ts +34 -0
  1172. package/src/ui/hooks/useAssets.js +204 -0
  1173. package/src/ui/hooks/useAsyncAction.d.ts +50 -0
  1174. package/src/ui/hooks/useAsyncAction.js +77 -0
  1175. package/src/ui/hooks/useAuth.d.ts +77 -0
  1176. package/src/ui/hooks/useAuth.js +135 -0
  1177. package/src/ui/hooks/useAvatarPicker.d.ts +24 -0
  1178. package/src/ui/hooks/useAvatarPicker.js +44 -0
  1179. package/src/ui/hooks/useColorScheme.d.ts +7 -0
  1180. package/src/ui/hooks/useColorScheme.js +23 -0
  1181. package/src/ui/hooks/useDeviceManagement.d.ts +26 -0
  1182. package/src/ui/hooks/useDeviceManagement.js +69 -0
  1183. package/src/ui/hooks/useFileDownloadUrl.d.ts +21 -0
  1184. package/src/ui/hooks/useFileDownloadUrl.js +104 -0
  1185. package/src/ui/hooks/useFileFiltering.d.ts +28 -0
  1186. package/src/ui/hooks/useFileFiltering.js +80 -0
  1187. package/src/ui/hooks/useFollow.d.ts +92 -0
  1188. package/src/ui/hooks/useFollow.js +216 -0
  1189. package/src/ui/hooks/useFollow.types.d.ts +32 -0
  1190. package/src/ui/hooks/useFollow.types.js +4 -0
  1191. package/src/ui/hooks/useI18n.d.ts +4 -0
  1192. package/src/ui/hooks/useI18n.js +13 -0
  1193. package/src/ui/hooks/useLanguageManagement.d.ts +24 -0
  1194. package/src/ui/hooks/useLanguageManagement.js +108 -0
  1195. package/src/ui/hooks/useProfileEditing.d.ts +35 -0
  1196. package/src/ui/hooks/useProfileEditing.js +101 -0
  1197. package/src/ui/hooks/useQueryClient.d.ts +6 -0
  1198. package/src/ui/hooks/useQueryClient.js +16 -0
  1199. package/src/ui/hooks/useSessionManagement.d.ts +40 -0
  1200. package/src/ui/hooks/useSessionManagement.js +312 -0
  1201. package/src/ui/hooks/useSessionSocket.d.ts +14 -0
  1202. package/src/ui/hooks/useSessionSocket.js +209 -0
  1203. package/src/ui/hooks/useSettingToggle.d.ts +56 -0
  1204. package/src/ui/hooks/useSettingToggle.js +97 -0
  1205. package/src/ui/hooks/useStorage.d.ts +15 -0
  1206. package/src/ui/hooks/useStorage.js +40 -0
  1207. package/src/ui/hooks/useThemeColors.d.ts +93 -0
  1208. package/src/ui/hooks/useThemeColors.js +27 -0
  1209. package/src/ui/hooks/useThemeStyles.d.ts +44 -0
  1210. package/src/ui/hooks/useThemeStyles.js +63 -0
  1211. package/src/ui/hooks/useWebSSO.d.ts +57 -0
  1212. package/src/ui/hooks/useWebSSO.js +146 -0
  1213. package/src/ui/index.d.ts +23 -0
  1214. package/src/ui/index.js +97 -0
  1215. package/src/ui/isFrontend.d.ts +2 -0
  1216. package/src/ui/isFrontend.js +6 -0
  1217. package/src/ui/navigation/bottomSheetManager.d.ts +26 -0
  1218. package/src/ui/navigation/bottomSheetManager.js +68 -0
  1219. package/src/ui/navigation/routes.d.ts +5 -0
  1220. package/src/ui/navigation/routes.js +75 -0
  1221. package/src/ui/screens/AccountCenterScreen.d.ts +4 -0
  1222. package/src/ui/screens/AccountCenterScreen.js +202 -0
  1223. package/src/ui/screens/AccountOverviewScreen.d.ts +4 -0
  1224. package/src/ui/screens/AccountOverviewScreen.js +648 -0
  1225. package/src/ui/screens/AccountSettingsScreen.d.ts +7 -0
  1226. package/src/ui/screens/AccountSettingsScreen.js +480 -0
  1227. package/src/ui/screens/AccountSwitcherScreen.d.ts +4 -0
  1228. package/src/ui/screens/AccountSwitcherScreen.js +482 -0
  1229. package/src/ui/screens/AccountVerificationScreen.d.ts +4 -0
  1230. package/src/ui/screens/AccountVerificationScreen.js +164 -0
  1231. package/src/ui/screens/AppInfoScreen.d.ts +4 -0
  1232. package/src/ui/screens/AppInfoScreen.js +373 -0
  1233. package/src/ui/screens/EditProfileFieldScreen.d.ts +12 -0
  1234. package/src/ui/screens/EditProfileFieldScreen.js +549 -0
  1235. package/src/ui/screens/FAQScreen.d.ts +4 -0
  1236. package/src/ui/screens/FAQScreen.js +182 -0
  1237. package/src/ui/screens/FeedbackScreen.d.ts +4 -0
  1238. package/src/ui/screens/FeedbackScreen.js +160 -0
  1239. package/src/ui/screens/FileManagementScreen.d.ts +4 -0
  1240. package/src/ui/screens/FileManagementScreen.js +1473 -0
  1241. package/src/ui/screens/FollowersListScreen.d.ts +8 -0
  1242. package/src/ui/screens/FollowersListScreen.js +11 -0
  1243. package/src/ui/screens/FollowingListScreen.d.ts +8 -0
  1244. package/src/ui/screens/FollowingListScreen.js +11 -0
  1245. package/src/ui/screens/HelpSupportScreen.d.ts +4 -0
  1246. package/src/ui/screens/HelpSupportScreen.js +140 -0
  1247. package/src/ui/screens/HistoryViewScreen.d.ts +4 -0
  1248. package/src/ui/screens/HistoryViewScreen.js +225 -0
  1249. package/src/ui/screens/LanguageSelectorScreen.d.ts +6 -0
  1250. package/src/ui/screens/LanguageSelectorScreen.js +178 -0
  1251. package/src/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
  1252. package/src/ui/screens/LearnMoreUsernamesScreen.js +150 -0
  1253. package/src/ui/screens/LegalDocumentsScreen.d.ts +4 -0
  1254. package/src/ui/screens/LegalDocumentsScreen.js +185 -0
  1255. package/src/ui/screens/OxyAuthScreen.d.ts +16 -0
  1256. package/src/ui/screens/OxyAuthScreen.js +431 -0
  1257. package/src/ui/screens/PaymentGatewayScreen.d.ts +14 -0
  1258. package/src/ui/screens/PaymentGatewayScreen.js +171 -0
  1259. package/src/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
  1260. package/src/ui/screens/PremiumSubscriptionScreen.js +1080 -0
  1261. package/src/ui/screens/PrivacySettingsScreen.d.ts +4 -0
  1262. package/src/ui/screens/PrivacySettingsScreen.js +252 -0
  1263. package/src/ui/screens/ProfileScreen.d.ts +8 -0
  1264. package/src/ui/screens/ProfileScreen.js +254 -0
  1265. package/src/ui/screens/SavesCollectionsScreen.d.ts +4 -0
  1266. package/src/ui/screens/SavesCollectionsScreen.js +150 -0
  1267. package/src/ui/screens/SearchSettingsScreen.d.ts +4 -0
  1268. package/src/ui/screens/SearchSettingsScreen.js +109 -0
  1269. package/src/ui/screens/SessionManagementScreen.d.ts +4 -0
  1270. package/src/ui/screens/SessionManagementScreen.js +320 -0
  1271. package/src/ui/screens/UserLinksScreen.d.ts +14 -0
  1272. package/src/ui/screens/UserLinksScreen.js +57 -0
  1273. package/src/ui/screens/UserListScreen.d.ts +10 -0
  1274. package/src/ui/screens/UserListScreen.js +249 -0
  1275. package/src/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
  1276. package/src/ui/screens/WelcomeNewUserScreen.js +304 -0
  1277. package/src/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
  1278. package/src/ui/screens/karma/KarmaAboutScreen.js +39 -0
  1279. package/src/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
  1280. package/src/ui/screens/karma/KarmaCenterScreen.js +159 -0
  1281. package/src/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
  1282. package/src/ui/screens/karma/KarmaFAQScreen.js +143 -0
  1283. package/src/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
  1284. package/src/ui/screens/karma/KarmaLeaderboardScreen.js +56 -0
  1285. package/src/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
  1286. package/src/ui/screens/karma/KarmaRewardsScreen.js +460 -0
  1287. package/src/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
  1288. package/src/ui/screens/karma/KarmaRulesScreen.js +47 -0
  1289. package/src/ui/server.d.ts +40 -0
  1290. package/src/ui/server.js +57 -0
  1291. package/src/ui/stores/accountStore.d.ts +26 -0
  1292. package/src/ui/stores/accountStore.js +196 -0
  1293. package/src/ui/stores/assetStore.d.ts +53 -0
  1294. package/src/ui/stores/assetStore.js +192 -0
  1295. package/src/ui/stores/authStore.d.ts +16 -0
  1296. package/src/ui/stores/authStore.js +47 -0
  1297. package/src/ui/stores/fileStore.d.ts +30 -0
  1298. package/src/ui/stores/fileStore.js +113 -0
  1299. package/src/ui/stores/followStore.d.ts +24 -0
  1300. package/src/ui/stores/followStore.js +154 -0
  1301. package/src/ui/styles/authStyles.d.ts +331 -0
  1302. package/src/ui/styles/authStyles.js +332 -0
  1303. package/src/ui/styles/fonts.d.ts +20 -0
  1304. package/src/ui/styles/fonts.js +72 -0
  1305. package/src/ui/styles/index.d.ts +4 -0
  1306. package/src/ui/styles/index.js +20 -0
  1307. package/src/ui/styles/spacing.d.ts +48 -0
  1308. package/src/ui/styles/spacing.js +63 -0
  1309. package/src/ui/styles/theme.d.ts +67 -0
  1310. package/src/ui/styles/theme.js +114 -0
  1311. package/src/ui/types/fileManagement.d.ts +40 -0
  1312. package/src/ui/types/fileManagement.js +2 -0
  1313. package/src/ui/types/navigation.d.ts +36 -0
  1314. package/src/ui/types/navigation.js +2 -0
  1315. package/src/ui/utils/avatarUtils.d.ts +22 -0
  1316. package/src/ui/utils/avatarUtils.js +52 -0
  1317. package/src/ui/utils/colorUtils.d.ts +9 -0
  1318. package/src/ui/utils/colorUtils.js +19 -0
  1319. package/src/ui/utils/confirmAction.d.ts +6 -0
  1320. package/src/ui/utils/confirmAction.js +22 -0
  1321. package/src/ui/utils/errorHandlers.d.ts +34 -0
  1322. package/src/ui/utils/errorHandlers.js +128 -0
  1323. package/src/ui/utils/fileManagement.d.ts +86 -0
  1324. package/src/ui/utils/fileManagement.js +238 -0
  1325. package/src/ui/utils/iconNames.d.ts +111 -0
  1326. package/src/ui/utils/iconNames.js +124 -0
  1327. package/src/ui/utils/sessionHelpers.d.ts +64 -0
  1328. package/src/ui/utils/sessionHelpers.js +90 -0
  1329. package/src/ui/utils/storageHelpers.d.ts +27 -0
  1330. package/src/ui/utils/storageHelpers.js +114 -0
  1331. package/src/ui/utils/themeUtils.d.ts +10 -0
  1332. package/src/ui/utils/themeUtils.js +17 -0
  1333. package/src/ui/utils/userUtils.d.ts +28 -0
  1334. package/src/ui/utils/userUtils.js +54 -0
  1335. package/src/utils/hookUtils.d.ts +101 -0
  1336. package/src/utils/hookUtils.js +373 -0
@@ -1,10 +1,54 @@
1
1
  "use strict";
2
2
 
3
- import * as React from 'react';
4
- import { Animated, StyleSheet, View } from 'react-native';
5
- import Icon, { isEqualIcon, isValidIcon } from "./Icon.js";
6
- import { useInternalTheme } from "./theming.js";
7
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = {
8
+ enumerable: true,
9
+ get: function () {
10
+ return m[k];
11
+ }
12
+ };
13
+ }
14
+ Object.defineProperty(o, k2, desc);
15
+ } : function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ o[k2] = m[k];
18
+ });
19
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
20
+ Object.defineProperty(o, "default", {
21
+ enumerable: true,
22
+ value: v
23
+ });
24
+ } : function (o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = this && this.__importStar || function () {
28
+ var ownKeys = function (o) {
29
+ ownKeys = Object.getOwnPropertyNames || function (o) {
30
+ var ar = [];
31
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
32
+ return ar;
33
+ };
34
+ return ownKeys(o);
35
+ };
36
+ return function (mod) {
37
+ if (mod && mod.__esModule) return mod;
38
+ var result = {};
39
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
40
+ __setModuleDefault(result, mod);
41
+ return result;
42
+ };
43
+ }();
44
+ Object.defineProperty(exports, "__esModule", {
45
+ value: true
46
+ });
47
+ const jsx_runtime_1 = require("react/jsx-runtime");
48
+ const React = __importStar(require("react"));
49
+ const react_native_1 = require("react-native");
50
+ const Icon_1 = __importStar(require("./Icon"));
51
+ const theming_1 = require("./theming");
8
52
  const CrossFadeIcon = ({
9
53
  color,
10
54
  size,
@@ -12,12 +56,12 @@ const CrossFadeIcon = ({
12
56
  theme: themeOverrides,
13
57
  testID = 'cross-fade-icon'
14
58
  }) => {
15
- const theme = useInternalTheme(themeOverrides);
59
+ const theme = (0, theming_1.useInternalTheme)(themeOverrides);
16
60
  const [currentIcon, setCurrentIcon] = React.useState(() => source);
17
61
  const [previousIcon, setPreviousIcon] = React.useState(null);
18
62
  const {
19
63
  current: fade
20
- } = React.useRef(new Animated.Value(1));
64
+ } = React.useRef(new react_native_1.Animated.Value(1));
21
65
  const {
22
66
  scale
23
67
  } = theme.animation;
@@ -26,9 +70,9 @@ const CrossFadeIcon = ({
26
70
  setCurrentIcon(() => source);
27
71
  }
28
72
  React.useEffect(() => {
29
- if (isValidIcon(previousIcon) && !isEqualIcon(previousIcon, currentIcon)) {
73
+ if ((0, Icon_1.isValidIcon)(previousIcon) && !(0, Icon_1.isEqualIcon)(previousIcon, currentIcon)) {
30
74
  fade.setValue(1);
31
- Animated.timing(fade, {
75
+ react_native_1.Animated.timing(fade, {
32
76
  duration: scale * 200,
33
77
  toValue: 0,
34
78
  useNativeDriver: true
@@ -48,12 +92,12 @@ const CrossFadeIcon = ({
48
92
  inputRange: [0, 1],
49
93
  outputRange: ['0deg', '-180deg']
50
94
  }) : '0deg';
51
- return /*#__PURE__*/_jsxs(View, {
95
+ return (0, jsx_runtime_1.jsxs)(react_native_1.View, {
52
96
  style: [styles.content, {
53
97
  height: size,
54
98
  width: size
55
99
  }],
56
- children: [previousIcon ? /*#__PURE__*/_jsx(Animated.View, {
100
+ children: [previousIcon ? (0, jsx_runtime_1.jsx)(react_native_1.Animated.View, {
57
101
  style: [styles.icon, {
58
102
  opacity: opacityPrev,
59
103
  transform: [{
@@ -61,13 +105,13 @@ const CrossFadeIcon = ({
61
105
  }]
62
106
  }],
63
107
  testID: `${testID}-previous`,
64
- children: /*#__PURE__*/_jsx(Icon, {
108
+ children: (0, jsx_runtime_1.jsx)(Icon_1.default, {
65
109
  source: previousIcon,
66
110
  size: size,
67
111
  color: color,
68
112
  theme: theme
69
113
  })
70
- }) : null, /*#__PURE__*/_jsx(Animated.View, {
114
+ }) : null, (0, jsx_runtime_1.jsx)(react_native_1.Animated.View, {
71
115
  style: [styles.icon, {
72
116
  opacity: opacityNext,
73
117
  transform: [{
@@ -75,7 +119,7 @@ const CrossFadeIcon = ({
75
119
  }]
76
120
  }],
77
121
  testID: `${testID}-current`,
78
- children: /*#__PURE__*/_jsx(Icon, {
122
+ children: (0, jsx_runtime_1.jsx)(Icon_1.default, {
79
123
  source: currentIcon,
80
124
  size: size,
81
125
  color: color,
@@ -84,8 +128,8 @@ const CrossFadeIcon = ({
84
128
  })]
85
129
  });
86
130
  };
87
- export default CrossFadeIcon;
88
- const styles = StyleSheet.create({
131
+ exports.default = CrossFadeIcon;
132
+ const styles = react_native_1.StyleSheet.create({
89
133
  content: {
90
134
  alignItems: 'center',
91
135
  justifyContent: 'center'
@@ -1 +1 @@
1
- {"version":3,"names":["React","Animated","StyleSheet","View","Icon","isEqualIcon","isValidIcon","useInternalTheme","jsx","_jsx","jsxs","_jsxs","CrossFadeIcon","color","size","source","theme","themeOverrides","testID","currentIcon","setCurrentIcon","useState","previousIcon","setPreviousIcon","current","fade","useRef","Value","scale","animation","useEffect","setValue","timing","duration","toValue","useNativeDriver","start","opacityPrev","opacityNext","interpolate","inputRange","outputRange","rotatePrev","rotateNext","style","styles","content","height","width","children","icon","opacity","transform","rotate","create","alignItems","justifyContent","position","top","left","right","bottom"],"sourceRoot":"../../../../src","sources":["ui/components/CrossFadeIcon.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["__createBinding","Object","create","o","m","k","k2","undefined","desc","getOwnPropertyDescriptor","__esModule","writable","configurable","enumerable","get","defineProperty","__setModuleDefault","v","value","__importStar","ownKeys","getOwnPropertyNames","ar","prototype","hasOwnProperty","call","length","mod","result","i","exports","jsx_runtime_1","require","React","react_native_1","Icon_1","theming_1","CrossFadeIcon","color","size","source","theme","themeOverrides","testID","useInternalTheme","currentIcon","setCurrentIcon","useState","previousIcon","setPreviousIcon","current","fade","useRef","Animated","Value","scale","animation","useEffect","isValidIcon","isEqualIcon","setValue","timing","duration","toValue","useNativeDriver","start","opacityPrev","opacityNext","interpolate","inputRange","outputRange","rotatePrev","rotateNext","jsxs","View","style","styles","content","height","width","children","jsx","icon","opacity","transform","rotate","default","StyleSheet","alignItems","justifyContent","position","top","left","right","bottom"],"sourceRoot":"../../../../src","sources":["ui/components/CrossFadeIcon.js"],"mappings":"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","ignoreList":[]}
@@ -1,8 +1,16 @@
1
1
  "use strict";
2
2
 
3
- import React from 'react';
4
- import { View, Text, StyleSheet } from 'react-native';
5
- import { jsx as _jsx } from "react/jsx-runtime";
3
+ var __importDefault = this && this.__importDefault || function (mod) {
4
+ return mod && mod.__esModule ? mod : {
5
+ "default": mod
6
+ };
7
+ };
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ const jsx_runtime_1 = require("react/jsx-runtime");
12
+ const react_1 = __importDefault(require("react"));
13
+ const react_native_1 = require("react-native");
6
14
  /**
7
15
  * Reusable empty state component
8
16
  * Provides consistent empty state displays across screens
@@ -11,9 +19,9 @@ const EmptyState = ({
11
19
  message,
12
20
  textColor
13
21
  }) => {
14
- return /*#__PURE__*/_jsx(View, {
22
+ return (0, jsx_runtime_1.jsx)(react_native_1.View, {
15
23
  style: styles.container,
16
- children: /*#__PURE__*/_jsx(Text, {
24
+ children: (0, jsx_runtime_1.jsx)(react_native_1.Text, {
17
25
  style: [styles.message, textColor ? {
18
26
  color: textColor
19
27
  } : undefined],
@@ -21,7 +29,7 @@ const EmptyState = ({
21
29
  })
22
30
  });
23
31
  };
24
- const styles = StyleSheet.create({
32
+ const styles = react_native_1.StyleSheet.create({
25
33
  container: {
26
34
  padding: 40,
27
35
  alignItems: 'center',
@@ -32,5 +40,5 @@ const styles = StyleSheet.create({
32
40
  textAlign: 'center'
33
41
  }
34
42
  });
35
- export default /*#__PURE__*/React.memo(EmptyState);
43
+ exports.default = react_1.default.memo(EmptyState);
36
44
  //# sourceMappingURL=EmptyState.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","Text","StyleSheet","jsx","_jsx","EmptyState","message","textColor","style","styles","container","children","color","undefined","create","padding","alignItems","justifyContent","fontSize","textAlign","memo"],"sourceRoot":"../../../../src","sources":["ui/components/EmptyState.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,UAAU,QAAQ,cAAc;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAOtD;AACA;AACA;AACA;AACA,MAAMC,UAAqC,GAAGA,CAAC;EAC3CC,OAAO;EACPC;AACJ,CAAC,KAAK;EACF,oBACIH,IAAA,CAACJ,IAAI;IAACQ,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,eAC1BP,IAAA,CAACH,IAAI;MAACO,KAAK,EAAE,CAACC,MAAM,CAACH,OAAO,EAAEC,SAAS,GAAG;QAAEK,KAAK,EAAEL;MAAU,CAAC,GAAGM,SAAS,CAAE;MAAAF,QAAA,EACvEL;IAAO,CACN;EAAC,CACL,CAAC;AAEf,CAAC;AAED,MAAMG,MAAM,GAAGP,UAAU,CAACY,MAAM,CAAC;EAC7BJ,SAAS,EAAE;IACPK,OAAO,EAAE,EAAE;IACXC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EACpB,CAAC;EACDX,OAAO,EAAE;IACLY,QAAQ,EAAE,EAAE;IACZC,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AAEF,4BAAepB,KAAK,CAACqB,IAAI,CAACf,UAAU,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__importDefault","mod","__esModule","Object","defineProperty","exports","value","jsx_runtime_1","require","react_1","react_native_1","EmptyState","message","textColor","jsx","View","style","styles","container","children","Text","color","undefined","StyleSheet","create","padding","alignItems","justifyContent","fontSize","textAlign","default","memo"],"sourceRoot":"../../../../src","sources":["ui/components/EmptyState.js"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,eAAe,GAAI,IAAI,IAAI,IAAI,CAACA,eAAe,IAAK,UAAUC,GAAG,EAAE;EACnE,OAAQA,GAAG,IAAIA,GAAG,CAACC,UAAU,GAAID,GAAG,GAAG;IAAE,SAAS,EAAEA;EAAI,CAAC;AAC7D,CAAC;AACDE,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7D,MAAMC,aAAa,GAAGC,OAAO,CAAC,mBAAmB,CAAC;AAClD,MAAMC,OAAO,GAAGT,eAAe,CAACQ,OAAO,CAAC,OAAO,CAAC,CAAC;AACjD,MAAME,cAAc,GAAGF,OAAO,CAAC,cAAc,CAAC;AAC9C;AACA;AACA;AACA;AACA,MAAMG,UAAU,GAAGA,CAAC;EAAEC,OAAO;EAAEC;AAAW,CAAC,KAAK;EAC5C,OAAQ,CAAC,CAAC,EAAEN,aAAa,CAACO,GAAG,EAAEJ,cAAc,CAACK,IAAI,EAAE;IAAEC,KAAK,EAAEC,MAAM,CAACC,SAAS;IAAEC,QAAQ,EAAE,CAAC,CAAC,EAAEZ,aAAa,CAACO,GAAG,EAAEJ,cAAc,CAACU,IAAI,EAAE;MAAEJ,KAAK,EAAE,CAACC,MAAM,CAACL,OAAO,EAAEC,SAAS,GAAG;QAAEQ,KAAK,EAAER;MAAU,CAAC,GAAGS,SAAS,CAAC;MAAEH,QAAQ,EAAEP;IAAQ,CAAC;EAAE,CAAC,CAAC;AACzO,CAAC;AACD,MAAMK,MAAM,GAAGP,cAAc,CAACa,UAAU,CAACC,MAAM,CAAC;EAC5CN,SAAS,EAAE;IACPO,OAAO,EAAE,EAAE;IACXC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EACpB,CAAC;EACDf,OAAO,EAAE;IACLgB,QAAQ,EAAE,EAAE;IACZC,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AACFxB,OAAO,CAACyB,OAAO,GAAGrB,OAAO,CAACqB,OAAO,CAACC,IAAI,CAACpB,UAAU,CAAC","ignoreList":[]}
@@ -1,17 +1,62 @@
1
1
  "use strict";
2
2
 
3
- import React, { useEffect, useCallback, memo } from 'react';
4
- import { TouchableOpacity, Text, Platform, ActivityIndicator } from 'react-native';
5
- import Animated, { useSharedValue, useAnimatedStyle, withSpring, interpolateColor, Easing, withTiming } from 'react-native-reanimated';
6
- import { useOxy } from "../context/OxyContext.js";
7
- import { fontFamilies } from "../styles/fonts.js";
8
- import { toast } from '../../lib/sonner';
9
- import { useFollowForButton } from "../hooks/useFollow.js";
10
- import { useThemeColors } from "../styles/theme.js";
11
- import { jsx as _jsx } from "react/jsx-runtime";
3
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = {
8
+ enumerable: true,
9
+ get: function () {
10
+ return m[k];
11
+ }
12
+ };
13
+ }
14
+ Object.defineProperty(o, k2, desc);
15
+ } : function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ o[k2] = m[k];
18
+ });
19
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
20
+ Object.defineProperty(o, "default", {
21
+ enumerable: true,
22
+ value: v
23
+ });
24
+ } : function (o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = this && this.__importStar || function () {
28
+ var ownKeys = function (o) {
29
+ ownKeys = Object.getOwnPropertyNames || function (o) {
30
+ var ar = [];
31
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
32
+ return ar;
33
+ };
34
+ return ownKeys(o);
35
+ };
36
+ return function (mod) {
37
+ if (mod && mod.__esModule) return mod;
38
+ var result = {};
39
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
40
+ __setModuleDefault(result, mod);
41
+ return result;
42
+ };
43
+ }();
44
+ Object.defineProperty(exports, "__esModule", {
45
+ value: true
46
+ });
47
+ exports.FollowButton = void 0;
48
+ const jsx_runtime_1 = require("react/jsx-runtime");
49
+ const react_1 = require("react");
50
+ const react_native_1 = require("react-native");
51
+ const react_native_reanimated_1 = __importStar(require("react-native-reanimated"));
52
+ const OxyContext_1 = require("../context/OxyContext");
53
+ const fonts_1 = require("../styles/fonts");
54
+ const sonner_1 = require("../../lib/sonner");
55
+ const useFollow_1 = require("../hooks/useFollow");
56
+ const theme_1 = require("../styles/theme");
12
57
  // Create animated TouchableOpacity
13
- const AnimatedTouchableOpacity = Animated.createAnimatedComponent(TouchableOpacity);
14
- const AnimatedText = Animated.createAnimatedComponent(Text);
58
+ const AnimatedTouchableOpacity = react_native_reanimated_1.default.createAnimatedComponent(react_native_1.TouchableOpacity);
59
+ const AnimatedText = react_native_reanimated_1.default.createAnimatedComponent(react_native_1.Text);
15
60
  /**
16
61
  * Inner component that handles all hooks and rendering.
17
62
  *
@@ -25,7 +70,7 @@ const AnimatedText = Animated.createAnimatedComponent(Text);
25
70
  * N buttons would all re-render on any context change (session socket events,
26
71
  * token refreshes, etc.).
27
72
  */
28
- const FollowButtonInner = /*#__PURE__*/memo(function FollowButtonInner({
73
+ const FollowButtonInner = (0, react_1.memo)(function FollowButtonInner({
29
74
  userId,
30
75
  oxyServices,
31
76
  initiallyFollowing = false,
@@ -38,8 +83,7 @@ const FollowButtonInner = /*#__PURE__*/memo(function FollowButtonInner({
38
83
  preventParentActions = true,
39
84
  theme = 'light'
40
85
  }) {
41
- const colors = useThemeColors(theme);
42
-
86
+ const colors = (0, theme_1.useThemeColors)(theme);
43
87
  // Uses granular Zustand selectors — only re-renders when THIS user's data changes
44
88
  const {
45
89
  isFollowing,
@@ -47,26 +91,23 @@ const FollowButtonInner = /*#__PURE__*/memo(function FollowButtonInner({
47
91
  toggleFollow,
48
92
  setFollowStatus,
49
93
  fetchStatus
50
- } = useFollowForButton(userId, oxyServices);
51
-
94
+ } = (0, useFollow_1.useFollowForButton)(userId, oxyServices);
52
95
  // Animation values
53
- const animationProgress = useSharedValue(isFollowing ? 1 : 0);
54
- const scale = useSharedValue(1);
55
-
96
+ const animationProgress = (0, react_native_reanimated_1.useSharedValue)(isFollowing ? 1 : 0);
97
+ const scale = (0, react_native_reanimated_1.useSharedValue)(1);
56
98
  // Stable press handler — depends on primitives only
57
- const handlePress = useCallback(async event => {
99
+ const handlePress = (0, react_1.useCallback)(async event => {
58
100
  if (preventParentActions && event && event.preventDefault) {
59
101
  event.preventDefault();
60
102
  event.stopPropagation?.();
61
103
  }
62
104
  if (disabled || isLoading) return;
63
-
64
105
  // Press animation
65
- scale.value = withTiming(0.95, {
106
+ scale.value = (0, react_native_reanimated_1.withTiming)(0.95, {
66
107
  duration: 100
67
108
  }, finished => {
68
109
  if (finished) {
69
- scale.value = withSpring(1, {
110
+ scale.value = (0, react_native_reanimated_1.withSpring)(1, {
70
111
  damping: 15,
71
112
  stiffness: 200
72
113
  });
@@ -77,66 +118,61 @@ const FollowButtonInner = /*#__PURE__*/memo(function FollowButtonInner({
77
118
  if (onFollowChange) onFollowChange(!isFollowing);
78
119
  } catch (err) {
79
120
  const error = err instanceof Error ? err : new Error(String(err));
80
- toast.error(error.message || 'Failed to update follow status');
121
+ sonner_1.toast.error(error.message || 'Failed to update follow status');
81
122
  }
82
123
  }, [disabled, isLoading, toggleFollow, onFollowChange, isFollowing, preventParentActions, scale]);
83
-
84
124
  // Set initial follow status on mount if provided and not already set
85
- useEffect(() => {
125
+ (0, react_1.useEffect)(() => {
86
126
  if (userId && !isFollowing && initiallyFollowing) {
87
127
  setFollowStatus(initiallyFollowing);
88
128
  }
89
129
  // Intentional: only run on mount with initial values
90
130
  // eslint-disable-next-line react-hooks/exhaustive-deps
91
131
  }, [userId, initiallyFollowing]);
92
-
93
132
  // Fetch latest follow status from backend on mount
94
- useEffect(() => {
133
+ (0, react_1.useEffect)(() => {
95
134
  if (userId) {
96
135
  fetchStatus();
97
136
  }
98
137
  }, [userId, fetchStatus]);
99
-
100
138
  // Animate button on follow/unfollow
101
- useEffect(() => {
102
- animationProgress.value = withTiming(isFollowing ? 1 : 0, {
139
+ (0, react_1.useEffect)(() => {
140
+ animationProgress.value = (0, react_native_reanimated_1.withTiming)(isFollowing ? 1 : 0, {
103
141
  duration: 300,
104
- easing: Easing.inOut(Easing.ease)
142
+ easing: react_native_reanimated_1.Easing.inOut(react_native_reanimated_1.Easing.ease)
105
143
  });
106
144
  }, [isFollowing, animationProgress]);
107
-
108
145
  // Animated styles
109
- const animatedButtonStyle = useAnimatedStyle(() => {
146
+ const animatedButtonStyle = (0, react_native_reanimated_1.useAnimatedStyle)(() => {
110
147
  return {
111
148
  transform: [{
112
149
  scale: scale.value
113
150
  }],
114
- backgroundColor: interpolateColor(animationProgress.value, [0, 1], [colors.background, colors.primary]),
115
- borderColor: interpolateColor(animationProgress.value, [0, 1], [colors.border, colors.primary])
151
+ backgroundColor: (0, react_native_reanimated_1.interpolateColor)(animationProgress.value, [0, 1], [colors.background, colors.primary]),
152
+ borderColor: (0, react_native_reanimated_1.interpolateColor)(animationProgress.value, [0, 1], [colors.border, colors.primary])
116
153
  };
117
154
  }, [colors]);
118
- const animatedTextStyle = useAnimatedStyle(() => {
155
+ const animatedTextStyle = (0, react_native_reanimated_1.useAnimatedStyle)(() => {
119
156
  return {
120
- color: interpolateColor(animationProgress.value, [0, 1], [colors.text, '#FFFFFF'])
157
+ color: (0, react_native_reanimated_1.interpolateColor)(animationProgress.value, [0, 1], [colors.text, '#FFFFFF'])
121
158
  };
122
159
  }, [colors]);
123
160
  const baseButtonStyle = getBaseButtonStyle(size, style);
124
161
  const baseTextStyle = getBaseTextStyle(size, textStyle);
125
- return /*#__PURE__*/_jsx(AnimatedTouchableOpacity, {
162
+ return (0, jsx_runtime_1.jsx)(AnimatedTouchableOpacity, {
126
163
  style: [baseButtonStyle, animatedButtonStyle],
127
164
  onPress: handlePress,
128
165
  disabled: disabled || isLoading,
129
166
  activeOpacity: 0.8,
130
- children: showLoadingState && isLoading ? /*#__PURE__*/_jsx(ActivityIndicator, {
167
+ children: showLoadingState && isLoading ? (0, jsx_runtime_1.jsx)(react_native_1.ActivityIndicator, {
131
168
  size: "small",
132
169
  color: isFollowing ? '#FFFFFF' : colors.primary
133
- }) : /*#__PURE__*/_jsx(AnimatedText, {
170
+ }) : (0, jsx_runtime_1.jsx)(AnimatedText, {
134
171
  style: [baseTextStyle, animatedTextStyle],
135
172
  children: isFollowing ? 'Following' : 'Follow'
136
173
  })
137
174
  });
138
175
  });
139
-
140
176
  /**
141
177
  * Outer wrapper that handles the "should we render?" check.
142
178
  *
@@ -153,21 +189,20 @@ const FollowButton = props => {
153
189
  oxyServices,
154
190
  isAuthenticated,
155
191
  user: currentUser
156
- } = useOxy();
192
+ } = (0, OxyContext_1.useOxy)();
157
193
  const currentUserId = currentUser?.id ? String(currentUser.id).trim() : '';
158
194
  const targetUserId = props.userId ? String(props.userId).trim() : '';
159
-
160
195
  // Don't render if not authenticated or viewing own profile
161
196
  if (!isAuthenticated || !targetUserId || currentUserId && currentUserId === targetUserId) {
162
197
  return null;
163
198
  }
164
- return /*#__PURE__*/_jsx(FollowButtonInner, {
199
+ return (0, jsx_runtime_1.jsx)(FollowButtonInner, {
165
200
  ...props,
166
201
  userId: targetUserId,
167
202
  oxyServices: oxyServices
168
203
  });
169
204
  };
170
-
205
+ exports.FollowButton = FollowButton;
171
206
  // Pure helper functions (no hooks, no state) extracted outside the component
172
207
  function getBaseButtonStyle(size, style) {
173
208
  const baseStyle = {
@@ -175,7 +210,7 @@ function getBaseButtonStyle(size, style) {
175
210
  alignItems: 'center',
176
211
  justifyContent: 'center',
177
212
  borderWidth: 1,
178
- ...Platform.select({
213
+ ...react_native_1.Platform.select({
179
214
  web: {},
180
215
  default: {
181
216
  shadowColor: '#000',
@@ -216,7 +251,7 @@ function getBaseButtonStyle(size, style) {
216
251
  }
217
252
  function getBaseTextStyle(size, textStyle) {
218
253
  const baseTextStyle = {
219
- fontFamily: fontFamilies.interSemiBold,
254
+ fontFamily: fonts_1.fontFamilies.interSemiBold,
220
255
  fontWeight: '600'
221
256
  };
222
257
  let sizeTextStyle;
@@ -235,6 +270,5 @@ function getBaseTextStyle(size, textStyle) {
235
270
  }
236
271
  return [baseTextStyle, sizeTextStyle, textStyle];
237
272
  }
238
- export { FollowButton };
239
- export default FollowButton;
273
+ exports.default = FollowButton;
240
274
  //# sourceMappingURL=FollowButton.js.map
@@ -1 +1,2 @@
1
1
  {"version":3,"names":["React","useEffect","useCallback","memo","TouchableOpacity","Text","Platform","ActivityIndicator","Animated","useSharedValue","useAnimatedStyle","withSpring","interpolateColor","Easing","withTiming","useOxy","fontFamilies","toast","useFollowForButton","useThemeColors","jsx","_jsx","AnimatedTouchableOpacity","createAnimatedComponent","AnimatedText","FollowButtonInner","userId","oxyServices","initiallyFollowing","size","onFollowChange","style","textStyle","disabled","showLoadingState","preventParentActions","theme","colors","isFollowing","isLoading","toggleFollow","setFollowStatus","fetchStatus","animationProgress","scale","handlePress","event","preventDefault","stopPropagation","value","duration","finished","damping","stiffness","err","error","Error","String","message","easing","inOut","ease","animatedButtonStyle","transform","backgroundColor","background","primary","borderColor","border","animatedTextStyle","color","text","baseButtonStyle","getBaseButtonStyle","baseTextStyle","getBaseTextStyle","onPress","activeOpacity","children","FollowButton","props","isAuthenticated","user","currentUser","currentUserId","id","trim","targetUserId","baseStyle","flexDirection","alignItems","justifyContent","borderWidth","select","web","default","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","sizeStyle","paddingVertical","paddingHorizontal","minWidth","borderRadius","fontFamily","interSemiBold","fontWeight","sizeTextStyle","fontSize"],"sourceRoot":"../../../../src","sources":["ui/components/FollowButton.tsx"],"mappings":"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","ignoreList":[]}
2
+ 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","ignoreList":[]}
@@ -1,14 +1,58 @@
1
1
  "use strict";
2
2
 
3
- import { useState, useEffect } from 'react';
4
- import { Platform } from 'react-native';
5
- import * as Font from 'expo-font';
6
-
3
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = {
8
+ enumerable: true,
9
+ get: function () {
10
+ return m[k];
11
+ }
12
+ };
13
+ }
14
+ Object.defineProperty(o, k2, desc);
15
+ } : function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ o[k2] = m[k];
18
+ });
19
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
20
+ Object.defineProperty(o, "default", {
21
+ enumerable: true,
22
+ value: v
23
+ });
24
+ } : function (o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = this && this.__importStar || function () {
28
+ var ownKeys = function (o) {
29
+ ownKeys = Object.getOwnPropertyNames || function (o) {
30
+ var ar = [];
31
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
32
+ return ar;
33
+ };
34
+ return ownKeys(o);
35
+ };
36
+ return function (mod) {
37
+ if (mod && mod.__esModule) return mod;
38
+ var result = {};
39
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
40
+ __setModuleDefault(result, mod);
41
+ return result;
42
+ };
43
+ }();
44
+ Object.defineProperty(exports, "__esModule", {
45
+ value: true
46
+ });
47
+ exports.setupFonts = exports.FontLoader = void 0;
48
+ const jsx_runtime_1 = require("react/jsx-runtime");
49
+ const react_1 = require("react");
50
+ const react_native_1 = require("react-native");
51
+ const Font = __importStar(require("expo-font"));
7
52
  /**
8
53
  * Get the Inter font sources for both native and web environments
9
54
  * This is specifically designed to work when distributed as an npm package
10
55
  */
11
- import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
12
56
  const getInterFonts = () => {
13
57
  try {
14
58
  // For both development and when used as a package
@@ -29,17 +73,16 @@ const getInterFonts = () => {
29
73
  return null;
30
74
  }
31
75
  };
32
-
33
76
  /**
34
77
  * FontLoader component that loads custom fonts in the background while rendering children immediately
35
78
  * This works in both the package development and when consumed as an npm package
36
79
  * Children render immediately with system fonts as fallback until custom fonts are loaded
37
80
  */
38
- export const FontLoader = ({
81
+ const FontLoader = ({
39
82
  children
40
83
  }) => {
41
- const [fontState, setFontState] = useState('loading');
42
- useEffect(() => {
84
+ const [fontState, setFontState] = (0, react_1.useState)('loading');
85
+ (0, react_1.useEffect)(() => {
43
86
  const loadFonts = async () => {
44
87
  try {
45
88
  // Get all the font weights
@@ -47,7 +90,6 @@ export const FontLoader = ({
47
90
  if (!interFonts) {
48
91
  throw new Error('Inter font files not found');
49
92
  }
50
-
51
93
  // Load all the static Inter fonts with their respective weights
52
94
  await Font.loadAsync(interFonts);
53
95
  setFontState('loaded');
@@ -60,36 +102,33 @@ export const FontLoader = ({
60
102
  };
61
103
  loadFonts();
62
104
  }, []);
63
-
64
105
  // Always render children immediately - fonts will load in background
65
106
  // If fonts aren't loaded yet, the app will use system fonts as fallback
66
107
  if (fontState === 'error' && __DEV__) {
67
108
  console.warn('Fonts failed to load. Using system fonts instead.');
68
109
  }
69
-
70
110
  // Render children immediately, even while fonts are loading
71
111
  // Fonts will apply when they're ready, otherwise system fonts are used
72
- return /*#__PURE__*/_jsx(_Fragment, {
112
+ return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {
73
113
  children: children
74
114
  });
75
115
  };
76
-
116
+ exports.FontLoader = FontLoader;
77
117
  /**
78
118
  * Setup fonts for applications consuming this package
79
119
  * This should be called by applications using your package
80
120
  */
81
- export const setupFonts = async () => {
121
+ const setupFonts = async () => {
82
122
  try {
83
123
  const interFonts = getInterFonts();
84
124
  if (!interFonts) {
85
125
  throw new Error('Inter font files not found');
86
126
  }
87
- if (Platform.OS === 'web') {
127
+ if (react_native_1.Platform.OS === 'web') {
88
128
  // For web platform, dynamically inject CSS to load the fonts
89
129
  if (typeof document !== 'undefined') {
90
130
  // Create a style element
91
131
  const style = document.createElement('style');
92
-
93
132
  // Define @font-face rules for each font weight
94
133
  const fontFaceRules = `
95
134
  @font-face {
@@ -154,4 +193,5 @@ export const setupFonts = async () => {
154
193
  return false;
155
194
  }
156
195
  };
196
+ exports.setupFonts = setupFonts;
157
197
  //# sourceMappingURL=FontLoader.js.map