@oxyhq/services 6.9.15 → 6.9.17

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