@oxyhq/services 6.9.13 → 6.9.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/assets/assets/icons/OxyServices.d.ts +28 -0
- package/lib/commonjs/assets/assets/icons/OxyServices.js +53 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/commonjs/assets/icons/OxyServices.js +52 -13
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
- package/lib/commonjs/assets/illustrations/HighFive.js +57 -18
- package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -1
- package/lib/commonjs/index.js +190 -200
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/lib/sonner-safe.js.map +1 -0
- package/lib/commonjs/lib/sonner.js +16 -5
- package/lib/commonjs/lib/sonner.js.map +1 -1
- package/lib/commonjs/lib/sonner.native.js +45 -8
- package/lib/commonjs/lib/sonner.native.js.map +1 -1
- package/lib/commonjs/lib/sonner.web.js +45 -8
- package/lib/commonjs/lib/sonner.web.js.map +1 -1
- package/lib/commonjs/ui/client.js +88 -66
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +26 -0
- package/lib/commonjs/ui/components/ActivityIndicator.js.map +1 -0
- package/lib/commonjs/ui/components/Avatar.js +27 -39
- package/lib/commonjs/ui/components/Avatar.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheet.js +20 -0
- package/lib/commonjs/ui/components/BottomSheet.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheetRouter.js +103 -65
- package/lib/commonjs/ui/components/BottomSheetRouter.js.map +1 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js +30 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js.map +1 -0
- package/lib/commonjs/ui/components/EmptyState.js +13 -10
- package/lib/commonjs/ui/components/EmptyState.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +81 -52
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/FontLoader.js +52 -17
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +29 -27
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +11 -10
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +34 -0
- package/lib/commonjs/ui/components/Header.js.map +1 -0
- package/lib/commonjs/ui/components/HelperText.js +26 -0
- package/lib/commonjs/ui/components/HelperText.js.map +1 -0
- package/lib/commonjs/ui/components/Icon.js +12 -12
- package/lib/commonjs/ui/components/Icon.js.map +1 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js.map +1 -0
- package/lib/commonjs/ui/components/IconButton/utils.js +8 -4
- package/lib/commonjs/ui/components/IconButton/utils.js.map +1 -1
- package/lib/commonjs/ui/components/LoadingState.js +14 -11
- package/lib/commonjs/ui/components/LoadingState.js.map +1 -1
- package/lib/commonjs/ui/components/OxyLogo.js +53 -14
- package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +19 -17
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
- package/lib/commonjs/ui/components/OxySignInButton.js +1 -1
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js +35 -31
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -0
- package/lib/commonjs/ui/components/QuickActions.js +16 -16
- package/lib/commonjs/ui/components/QuickActions.js.map +1 -1
- package/lib/commonjs/ui/components/Section.js +15 -12
- package/lib/commonjs/ui/components/Section.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +13 -14
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/SettingRow.js.map +1 -0
- package/lib/commonjs/ui/components/SignInModal.js +132 -115
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +85 -71
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +79 -37
- package/lib/commonjs/ui/components/Surface.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +6 -8
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +74 -29
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +27 -23
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +31 -27
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js +11 -11
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/types.js.map +1 -0
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +23 -21
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +37 -10
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +2 -1
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +106 -65
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +33 -0
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +1 -0
- package/lib/commonjs/ui/components/TextField/constants.js +35 -25
- package/lib/commonjs/ui/components/TextField/constants.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/helpers.js +44 -43
- package/lib/commonjs/ui/components/TextField/helpers.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/types.js.map +1 -0
- package/lib/commonjs/ui/components/TextField.js +76 -35
- package/lib/commonjs/ui/components/TextField.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +64 -30
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +68 -26
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/utils.js +10 -6
- package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +1 -0
- package/lib/commonjs/ui/components/Typography/types.js +3 -3
- package/lib/commonjs/ui/components/Typography/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/constants.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/index.js +10 -0
- package/lib/commonjs/ui/components/feedback/index.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +5 -5
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js +13 -14
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +77 -66
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +127 -118
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/styles.js.map +1 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +20 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/index.js +12 -7
- package/lib/commonjs/ui/components/icon/index.js.map +1 -1
- package/lib/commonjs/ui/components/index.js +62 -54
- package/lib/commonjs/ui/components/index.js.map +1 -1
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +22 -21
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +1 -0
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +52 -41
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/commonjs/ui/components/modals/index.js +8 -3
- package/lib/commonjs/ui/components/modals/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +89 -70
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
- package/lib/commonjs/ui/components/payment/index.js +15 -0
- package/lib/commonjs/ui/components/payment/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/paymentStyles.js +10 -10
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/commonjs/ui/components/payment/types.js.map +1 -1
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js +59 -27
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/commonjs/ui/components/styles/overlay.js +4 -6
- package/lib/commonjs/ui/components/styles/overlay.js.map +1 -1
- package/lib/commonjs/ui/components/styles/shadow.js +7 -7
- package/lib/commonjs/ui/components/styles/shadow.js.map +1 -1
- package/lib/commonjs/ui/components/theming.js +4 -6
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/components/types.js.map +1 -1
- package/lib/commonjs/ui/components/utils/forwardRef.js +43 -3
- package/lib/commonjs/ui/components/utils/forwardRef.js.map +1 -1
- package/lib/commonjs/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/commonjs/ui/components/utils/roundLayoutSize.js.map +1 -0
- package/lib/commonjs/ui/components/utils/splitStyles.js +1 -7
- package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +12 -16
- package/lib/commonjs/ui/constants/iconColors.js.map +1 -0
- package/lib/commonjs/ui/constants/spacing.js.map +1 -1
- package/lib/commonjs/ui/constants/theme.js +8 -9
- package/lib/commonjs/ui/constants/theme.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +1 -0
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
- package/lib/commonjs/ui/context/ThemeContext.js +27 -4
- package/lib/commonjs/ui/context/ThemeContext.js.map +2 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +27 -0
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -0
- package/lib/commonjs/ui/hooks/index.js +27 -26
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +31 -22
- package/lib/commonjs/ui/hooks/mutations/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +83 -106
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +45 -53
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/index.js +50 -39
- package/lib/commonjs/ui/hooks/queries/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +6 -0
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +33 -39
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +11 -12
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +28 -32
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queryClient.js +10 -17
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +13 -26
- package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/commonjs/ui/hooks/useAuth.js +23 -28
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAvatarPicker.js +3 -0
- package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/commonjs/ui/hooks/useColorScheme.js +6 -8
- package/lib/commonjs/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +10 -10
- package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js +7 -7
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileFiltering.js +7 -9
- package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.js +67 -75
- package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.types.js +5 -0
- package/lib/commonjs/ui/hooks/useFollow.types.js.map +1 -0
- package/lib/commonjs/ui/hooks/useI18n.js +1 -1
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +16 -17
- package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/commonjs/ui/hooks/useQueryClient.js +2 -2
- package/lib/commonjs/ui/hooks/useQueryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +40 -44
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +34 -39
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSettingToggle.js +16 -22
- package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -1
- package/lib/commonjs/ui/hooks/useStorage.js +6 -6
- package/lib/commonjs/ui/hooks/useStorage.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeStyles.js +12 -13
- package/lib/commonjs/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/commonjs/ui/hooks/useWebSSO.js +11 -19
- package/lib/commonjs/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/commonjs/ui/index.js +61 -51
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/isFrontend.js +2 -2
- package/lib/commonjs/ui/isFrontend.js.map +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js.map +1 -0
- package/lib/commonjs/ui/navigation/routes.js +6 -12
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +75 -66
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +164 -133
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +150 -133
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +83 -44
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +19 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +61 -54
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FeedbackScreen.js +155 -137
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FollowersListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FollowingListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +75 -36
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +79 -43
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +82 -50
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +35 -31
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +23 -0
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +120 -107
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +63 -69
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +241 -205
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +114 -81
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +128 -102
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +31 -0
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +69 -32
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +120 -85
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +91 -72
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +80 -45
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +29 -29
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/server.js +47 -58
- package/lib/commonjs/ui/server.js.map +1 -1
- package/lib/commonjs/ui/stores/accountStore.js +1 -1
- package/lib/commonjs/ui/stores/accountStore.js.map +1 -0
- package/lib/commonjs/ui/stores/assetStore.js +13 -16
- package/lib/commonjs/ui/stores/assetStore.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +5 -6
- package/lib/commonjs/ui/stores/authStore.js.map +1 -1
- package/lib/commonjs/ui/stores/fileStore.js.map +1 -1
- package/lib/commonjs/ui/stores/followStore.js +3 -10
- package/lib/commonjs/ui/stores/followStore.js.map +1 -1
- package/lib/commonjs/ui/styles/authStyles.js +12 -12
- package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
- package/lib/commonjs/ui/styles/fonts.js +18 -19
- package/lib/commonjs/ui/styles/fonts.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js.map +1 -0
- package/lib/commonjs/ui/styles/spacing.js +11 -0
- package/lib/commonjs/ui/styles/spacing.js.map +1 -0
- package/lib/commonjs/ui/styles/theme.js +11 -12
- package/lib/commonjs/ui/styles/theme.js.map +1 -1
- package/lib/commonjs/ui/types/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/types/navigation.js.map +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +11 -16
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
- package/lib/commonjs/ui/utils/colorUtils.js +17 -0
- package/lib/commonjs/ui/utils/colorUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/confirmAction.js +1 -1
- package/lib/commonjs/ui/utils/confirmAction.js.map +1 -1
- package/lib/commonjs/ui/utils/errorHandlers.js +1 -0
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
- package/lib/commonjs/ui/utils/fileManagement.js +22 -38
- package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/utils/iconNames.js.map +1 -0
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/storageHelpers.js +7 -12
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/themeUtils.js +15 -0
- package/lib/commonjs/ui/utils/themeUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/userUtils.js +6 -9
- package/lib/commonjs/ui/utils/userUtils.js.map +1 -1
- package/lib/commonjs/utils/hookUtils.js +60 -79
- package/lib/commonjs/utils/hookUtils.js.map +1 -1
- package/lib/module/assets/assets/icons/OxyServices.d.ts +28 -0
- package/lib/module/assets/assets/icons/OxyServices.js +53 -0
- package/lib/module/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/module/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/module/assets/icons/OxyServices.js +12 -0
- package/lib/module/assets/icons/OxyServices.js.map +1 -0
- package/lib/module/assets/illustrations/HighFive.js +15 -0
- package/lib/module/assets/illustrations/HighFive.js.map +1 -0
- package/lib/module/index.js +406 -34
- package/lib/module/index.js.map +1 -1
- package/lib/module/lib/sonner-safe.js +7 -8
- package/lib/module/lib/sonner-safe.js.map +1 -1
- package/lib/module/lib/sonner.js +17 -1
- package/lib/module/lib/sonner.js.map +1 -1
- package/lib/module/lib/sonner.native.js +45 -0
- package/lib/module/lib/sonner.native.js.map +1 -1
- package/lib/module/lib/sonner.web.js +48 -6
- package/lib/module/lib/sonner.web.js.map +1 -1
- package/lib/module/ui/client.js +165 -25
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/ActivityIndicator.js +69 -27
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/AutoHeightScrollView.js +13 -9
- package/lib/module/ui/components/AutoHeightScrollView.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +8 -0
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +99 -0
- package/lib/module/ui/components/BottomSheet.js.map +1 -0
- package/lib/module/ui/components/BottomSheetRouter.js +105 -61
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +60 -16
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/EmptyState.js +15 -7
- package/lib/module/ui/components/EmptyState.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +84 -50
- package/lib/module/ui/components/FollowButton.js.map +1 -0
- package/lib/module/ui/components/FontLoader.js +57 -17
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +31 -27
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +13 -9
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +102 -57
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +55 -13
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +19 -13
- package/lib/module/ui/components/Icon.js.map +1 -0
- package/lib/module/ui/components/IconButton/IconButton.js +31 -24
- package/lib/module/ui/components/IconButton/IconButton.js.map +1 -0
- package/lib/module/ui/components/IconButton/utils.js +14 -4
- package/lib/module/ui/components/IconButton/utils.js.map +1 -1
- package/lib/module/ui/components/LoadingState.js +12 -0
- package/lib/module/ui/components/LoadingState.js.map +1 -0
- package/lib/module/ui/components/OxyLogo.js +13 -0
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +14 -0
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +39 -48
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +42 -37
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +37 -29
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +18 -15
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +16 -0
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +15 -12
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +17 -0
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +142 -115
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +43 -0
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -0
- package/lib/module/ui/components/Surface.js +82 -34
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Outline.js +8 -0
- package/lib/module/ui/components/TextField/Addons/Outline.js.map +1 -0
- package/lib/module/ui/components/TextField/Addons/Underline.js +12 -8
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +62 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +15 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +33 -28
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/enums.js +13 -9
- package/lib/module/ui/components/TextField/Adornment/enums.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/types.js +3 -0
- package/lib/module/ui/components/TextField/Adornment/types.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/utils.js +7 -2
- package/lib/module/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +25 -18
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +1 -0
- package/lib/module/ui/components/TextField/TextFieldFlat.js +109 -63
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +109 -61
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/constants.js +23 -0
- package/lib/module/ui/components/TextField/constants.js.map +1 -0
- package/lib/module/ui/components/TextField/helpers.js +69 -50
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField/types.js +3 -1
- package/lib/module/ui/components/TextField/types.js.map +1 -1
- package/lib/module/ui/components/TextField.js +64 -0
- package/lib/module/ui/components/TextField.js.map +1 -0
- package/lib/module/ui/components/TouchableRipple/Pressable.js +7 -6
- package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +67 -28
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +47 -0
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/utils.js +16 -6
- package/lib/module/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +8 -0
- package/lib/module/ui/components/Typography/AnimatedText.js.map +1 -0
- package/lib/module/ui/components/Typography/types.js +7 -3
- package/lib/module/ui/components/Typography/types.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +20 -12
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/module/ui/components/feedback/ProgressIndicator.js +10 -0
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +1 -0
- package/lib/module/ui/components/feedback/constants.js +7 -3
- package/lib/module/ui/components/feedback/constants.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +15 -10
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +56 -5
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- package/lib/module/ui/components/feedback/types.js +3 -0
- package/lib/module/ui/components/feedback/types.js.map +1 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js +11 -6
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/module/ui/components/fileManagement/AnimatedButton.js +10 -0
- package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +72 -67
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +38 -0
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js +27 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +24 -20
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/FAIRWalletIcon.js +58 -14
- package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/module/ui/components/icon/OxyIcon.js +5 -0
- package/lib/module/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/module/ui/components/icon/index.js +23 -2
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +111 -0
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/internal/GroupedPillButtons.js +11 -0
- package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/module/ui/components/internal/PinInput.js +15 -12
- package/lib/module/ui/components/internal/PinInput.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +48 -40
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +16 -1
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +77 -69
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +25 -17
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +13 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +18 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +29 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/module/ui/components/payment/constants.js +7 -0
- package/lib/module/ui/components/payment/constants.js.map +1 -0
- package/lib/module/ui/components/payment/index.js +73 -0
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +9 -0
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/module/ui/components/payment/types.js +3 -1
- package/lib/module/ui/components/payment/types.js.map +1 -1
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +62 -25
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/module/ui/components/styles/overlay.js +13 -0
- package/lib/module/ui/components/styles/overlay.js.map +1 -1
- package/lib/module/ui/components/styles/shadow.js +12 -8
- package/lib/module/ui/components/styles/shadow.js.map +1 -1
- package/lib/module/ui/components/theming.js +9 -6
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/components/types.js +3 -1
- package/lib/module/ui/components/types.js.map +1 -1
- package/lib/module/ui/components/utils/forwardRef.js +40 -0
- package/lib/module/ui/components/utils/forwardRef.js.map +1 -0
- package/lib/module/ui/components/utils/hasTouchHandler.js +5 -1
- package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js +6 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -1
- package/lib/module/ui/components/utils/splitStyles.js +5 -7
- package/lib/module/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +16 -14
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/constants/spacing.js +24 -25
- package/lib/module/ui/constants/spacing.js.map +1 -1
- package/lib/module/ui/constants/theme.js +7 -4
- package/lib/module/ui/constants/theme.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +17 -0
- package/lib/module/ui/context/OxyContext.js.map +1 -0
- package/lib/module/ui/context/ThemeContext.js +13 -7
- package/lib/module/ui/context/ThemeContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +68 -39
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/index.js +64 -0
- package/lib/module/ui/hooks/index.js.map +1 -0
- package/lib/module/ui/hooks/mutations/index.js +67 -5
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationFactory.js +7 -0
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -0
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +92 -109
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +54 -54
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/index.js +114 -0
- package/lib/module/ui/hooks/queries/index.js.map +1 -0
- package/lib/module/ui/hooks/queries/queryKeys.js +39 -36
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +44 -40
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +17 -12
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/useServicesQueries.js +37 -33
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/queryClient.js +17 -17
- package/lib/module/ui/hooks/queryClient.js.map +1 -1
- package/lib/module/ui/hooks/useAssets.js +19 -26
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +20 -16
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +24 -20
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useAvatarPicker.js +16 -13
- package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/module/ui/hooks/useColorScheme.js +3 -0
- package/lib/module/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +16 -11
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFileDownloadUrl.js +15 -9
- package/lib/module/ui/hooks/useFileDownloadUrl.js.map +1 -0
- package/lib/module/ui/hooks/useFileFiltering.js +9 -0
- package/lib/module/ui/hooks/useFileFiltering.js.map +1 -0
- package/lib/module/ui/hooks/useFollow.js +75 -77
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.types.js +6 -0
- package/lib/module/ui/hooks/useFollow.types.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +7 -0
- package/lib/module/ui/hooks/useI18n.js.map +1 -0
- package/lib/module/ui/hooks/useLanguageManagement.js +22 -18
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -0
- package/lib/module/ui/hooks/useProfileEditing.js +9 -0
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -0
- package/lib/module/ui/hooks/useQueryClient.js +5 -0
- package/lib/module/ui/hooks/useQueryClient.js.map +1 -0
- package/lib/module/ui/hooks/useSessionManagement.js +46 -45
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +15 -0
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +14 -0
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/module/ui/hooks/useStorage.js +12 -7
- package/lib/module/ui/hooks/useStorage.js.map +1 -0
- package/lib/module/ui/hooks/useThemeColors.js +14 -10
- package/lib/module/ui/hooks/useThemeColors.js.map +1 -0
- package/lib/module/ui/hooks/useThemeStyles.js +18 -14
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/hooks/useWebSSO.js +12 -16
- package/lib/module/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/module/ui/index.js +74 -46
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/isFrontend.js +4 -1
- package/lib/module/ui/isFrontend.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +17 -0
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +8 -14
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +71 -65
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +167 -131
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +88 -0
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js +88 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountVerificationScreen.js +86 -42
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +79 -76
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +114 -89
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +38 -0
- package/lib/module/ui/screens/FAQScreen.js.map +1 -0
- package/lib/module/ui/screens/FeedbackScreen.js +58 -0
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -0
- package/lib/module/ui/screens/FileManagementScreen.js +149 -0
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/FollowersListScreen.js +8 -0
- package/lib/module/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/module/ui/screens/FollowingListScreen.js +12 -4
- package/lib/module/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +45 -0
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +81 -41
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +71 -0
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -0
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +33 -31
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +72 -35
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +50 -0
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js +28 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +186 -205
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +56 -0
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/ProfileScreen.js +102 -101
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +55 -0
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js +39 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/SessionManagementScreen.js +81 -89
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +21 -18
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +69 -0
- package/lib/module/ui/screens/UserListScreen.js.map +1 -0
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +123 -82
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +29 -26
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +74 -72
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +83 -43
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +30 -0
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +81 -80
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/server.js +50 -29
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/stores/accountStore.js +7 -0
- package/lib/module/ui/stores/accountStore.js.map +1 -0
- package/lib/module/ui/stores/assetStore.js +24 -14
- package/lib/module/ui/stores/assetStore.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +8 -5
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/stores/fileStore.js +6 -0
- package/lib/module/ui/stores/fileStore.js.map +1 -0
- package/lib/module/ui/stores/followStore.js +6 -9
- package/lib/module/ui/stores/followStore.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +17 -12
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/fonts.js +8 -0
- package/lib/module/ui/styles/fonts.js.map +1 -0
- package/lib/module/ui/styles/index.js +26 -4
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +54 -0
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +19 -13
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/types/fileManagement.js +3 -1
- package/lib/module/ui/types/fileManagement.js.map +1 -0
- package/lib/module/ui/types/navigation.js +3 -1
- package/lib/module/ui/types/navigation.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +5 -0
- package/lib/module/ui/utils/avatarUtils.js.map +1 -0
- package/lib/module/ui/utils/colorUtils.js +44 -0
- package/lib/module/ui/utils/colorUtils.js.map +1 -0
- package/lib/module/ui/utils/confirmAction.js +7 -0
- package/lib/module/ui/utils/confirmAction.js.map +1 -1
- package/lib/module/ui/utils/errorHandlers.js +16 -18
- package/lib/module/ui/utils/errorHandlers.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +6 -0
- package/lib/module/ui/utils/fileManagement.js.map +1 -0
- package/lib/module/ui/utils/iconNames.js +24 -20
- package/lib/module/ui/utils/iconNames.js.map +1 -1
- package/lib/module/ui/utils/sessionHelpers.js +17 -15
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/module/ui/utils/storageHelpers.js +12 -10
- package/lib/module/ui/utils/storageHelpers.js.map +1 -1
- package/lib/module/ui/utils/themeUtils.js +35 -2
- package/lib/module/ui/utils/themeUtils.js.map +1 -0
- package/lib/module/ui/utils/userUtils.js +10 -6
- package/lib/module/ui/utils/userUtils.js.map +1 -1
- package/lib/module/utils/hookUtils.js +82 -83
- package/lib/module/utils/hookUtils.js.map +1 -1
- package/lib/typescript/assets/icons/OxyServices.d.ts +28 -0
- package/lib/typescript/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/typescript/index.d.ts +46 -0
- package/lib/typescript/lib/sonner-safe.d.ts +8 -0
- package/lib/typescript/lib/sonner.d.ts +11 -0
- package/lib/typescript/lib/sonner.native.d.ts +14 -0
- package/lib/typescript/lib/sonner.web.d.ts +14 -0
- package/lib/typescript/ui/client.d.ts +30 -0
- package/lib/typescript/ui/components/ActivityIndicator.d.ts +44 -0
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/lib/typescript/ui/components/Avatar.d.ts +60 -0
- package/lib/typescript/ui/components/BottomSheet.d.ts +28 -0
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts +8 -0
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts +26 -0
- package/lib/typescript/ui/components/EmptyState.d.ts +7 -0
- package/lib/typescript/ui/components/FollowButton.d.ts +28 -0
- package/lib/typescript/ui/components/FontLoader.d.ts +14 -0
- package/lib/typescript/ui/components/GroupedItem.d.ts +23 -0
- package/lib/typescript/ui/components/GroupedSection.d.ts +29 -0
- package/lib/typescript/ui/components/Header.d.ts +37 -0
- package/lib/typescript/ui/components/HelperText.d.ts +46 -0
- package/lib/typescript/ui/components/Icon.d.ts +59 -0
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts +98 -0
- package/lib/typescript/ui/components/IconButton/utils.d.ts +18 -0
- package/lib/typescript/ui/components/LoadingState.d.ts +8 -0
- package/lib/typescript/ui/components/OxyLogo.d.ts +28 -0
- package/lib/typescript/ui/components/OxyPayButton.d.ts +28 -0
- package/lib/typescript/ui/components/OxyProvider.d.ts +37 -0
- package/lib/typescript/ui/components/OxySignInButton.d.ts +64 -0
- package/lib/typescript/ui/components/ProfileCard.d.ts +17 -0
- package/lib/typescript/ui/components/QuickActions.d.ts +14 -0
- package/lib/typescript/ui/components/Section.d.ts +11 -0
- package/lib/typescript/ui/components/SectionTitle.d.ts +9 -0
- package/lib/typescript/ui/components/SettingRow.d.ts +19 -0
- package/lib/typescript/ui/components/SignInModal.d.ts +17 -0
- package/lib/typescript/ui/components/StepBasedScreen.d.ts +25 -0
- package/lib/typescript/ui/components/Surface.d.ts +75 -0
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/constants.d.ts +31 -0
- package/lib/typescript/ui/components/TextField/helpers.d.ts +96 -0
- package/lib/typescript/ui/components/TextField/types.d.ts +155 -0
- package/lib/typescript/ui/components/TextField.d.ts +191 -0
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/lib/typescript/ui/components/Typography/types.d.ts +18 -0
- package/lib/typescript/ui/components/feedback/FormInput.d.ts +19 -0
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/lib/typescript/ui/components/feedback/constants.d.ts +4 -0
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/lib/typescript/ui/components/feedback/index.d.ts +6 -0
- package/lib/typescript/ui/components/feedback/types.d.ts +45 -0
- package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/lib/typescript/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/lib/typescript/ui/components/fileManagement/styles.d.ts +859 -0
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +9 -0
- package/lib/typescript/ui/components/icon/index.d.ts +3 -0
- package/lib/typescript/ui/components/index.d.ts +16 -0
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/lib/typescript/ui/components/internal/PinInput.d.ts +22 -0
- package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/lib/typescript/ui/components/modals/index.d.ts +1 -0
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/lib/typescript/ui/components/payment/constants.d.ts +6 -0
- package/lib/typescript/ui/components/payment/index.d.ts +8 -0
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts +395 -0
- package/lib/typescript/ui/components/payment/types.d.ts +39 -0
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/lib/typescript/ui/components/styles/overlay.d.ts +3 -0
- package/lib/typescript/ui/components/styles/shadow.d.ts +2 -0
- package/lib/typescript/ui/components/theming.d.ts +7 -0
- package/lib/typescript/ui/components/types.d.ts +80 -0
- package/lib/typescript/ui/components/utils/forwardRef.d.ts +11 -0
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/lib/typescript/ui/components/utils/splitStyles.d.ts +19 -0
- package/lib/typescript/ui/constants/iconColors.d.ts +129 -0
- package/lib/typescript/ui/constants/spacing.d.ts +32 -0
- package/lib/typescript/ui/constants/theme.d.ts +96 -0
- package/lib/typescript/ui/context/OxyContext.d.ts +75 -0
- package/lib/typescript/ui/context/ThemeContext.d.ts +18 -0
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/lib/typescript/ui/hooks/index.d.ts +6 -0
- package/lib/typescript/ui/hooks/mutations/index.d.ts +8 -0
- package/lib/typescript/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/lib/typescript/ui/hooks/queries/index.d.ts +10 -0
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/lib/typescript/ui/hooks/queryClient.d.ts +18 -0
- package/lib/typescript/ui/hooks/useAssets.d.ts +34 -0
- package/lib/typescript/ui/hooks/useAsyncAction.d.ts +50 -0
- package/lib/typescript/ui/hooks/useAuth.d.ts +77 -0
- package/lib/typescript/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/lib/typescript/ui/hooks/useColorScheme.d.ts +7 -0
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/lib/typescript/ui/hooks/useFileFiltering.d.ts +28 -0
- package/lib/typescript/ui/hooks/useFollow.d.ts +92 -0
- package/lib/typescript/ui/hooks/useFollow.types.d.ts +32 -0
- package/lib/typescript/ui/hooks/useI18n.d.ts +4 -0
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts +35 -0
- package/lib/typescript/ui/hooks/useQueryClient.d.ts +6 -0
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts +40 -0
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts +14 -0
- package/lib/typescript/ui/hooks/useSettingToggle.d.ts +56 -0
- package/lib/typescript/ui/hooks/useStorage.d.ts +15 -0
- package/lib/typescript/ui/hooks/useThemeColors.d.ts +93 -0
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts +44 -0
- package/lib/typescript/ui/hooks/useWebSSO.d.ts +57 -0
- package/lib/typescript/ui/index.d.ts +23 -0
- package/lib/typescript/ui/isFrontend.d.ts +2 -0
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/lib/typescript/ui/navigation/routes.d.ts +5 -0
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/FAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FollowersListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/FollowingListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/lib/typescript/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/UserListScreen.d.ts +10 -0
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/lib/typescript/ui/server.d.ts +40 -0
- package/lib/typescript/ui/stores/accountStore.d.ts +26 -0
- package/lib/typescript/ui/stores/assetStore.d.ts +53 -0
- package/lib/typescript/ui/stores/authStore.d.ts +16 -0
- package/lib/typescript/ui/stores/fileStore.d.ts +30 -0
- package/lib/typescript/ui/stores/followStore.d.ts +24 -0
- package/lib/typescript/ui/styles/authStyles.d.ts +331 -0
- package/lib/typescript/ui/styles/fonts.d.ts +20 -0
- package/lib/typescript/ui/styles/index.d.ts +4 -0
- package/lib/typescript/ui/styles/spacing.d.ts +48 -0
- package/lib/typescript/ui/styles/theme.d.ts +67 -0
- package/lib/typescript/ui/types/fileManagement.d.ts +40 -0
- package/lib/typescript/ui/types/navigation.d.ts +36 -0
- package/lib/typescript/ui/utils/avatarUtils.d.ts +22 -0
- package/lib/typescript/ui/utils/colorUtils.d.ts +9 -0
- package/lib/typescript/ui/utils/confirmAction.d.ts +6 -0
- package/lib/typescript/ui/utils/errorHandlers.d.ts +34 -0
- package/lib/typescript/ui/utils/fileManagement.d.ts +86 -0
- package/lib/typescript/ui/utils/iconNames.d.ts +111 -0
- package/lib/typescript/ui/utils/sessionHelpers.d.ts +64 -0
- package/lib/typescript/ui/utils/storageHelpers.d.ts +27 -0
- package/lib/typescript/ui/utils/themeUtils.d.ts +10 -0
- package/lib/typescript/ui/utils/userUtils.d.ts +28 -0
- package/lib/typescript/utils/hookUtils.d.ts +101 -0
- package/package.json +3 -3
- package/src/assets/icons/OxyServices.d.ts +28 -0
- package/src/assets/icons/OxyServices.js +53 -0
- package/src/assets/illustrations/HighFive.d.ts +7 -0
- package/src/assets/illustrations/HighFive.js +41 -0
- package/src/index.d.ts +46 -0
- package/src/index.js +127 -0
- package/src/lib/sonner-safe.d.ts +8 -0
- package/src/lib/sonner-safe.js +28 -0
- package/src/lib/sonner.d.ts +11 -0
- package/src/lib/sonner.js +16 -0
- package/src/lib/sonner.native.d.ts +14 -0
- package/src/lib/sonner.native.js +46 -0
- package/src/lib/sonner.web.d.ts +14 -0
- package/src/lib/sonner.web.js +46 -0
- package/src/ui/client.d.ts +30 -0
- package/src/ui/client.js +64 -0
- package/src/ui/components/ActivityIndicator.d.ts +44 -0
- package/src/ui/components/ActivityIndicator.js +184 -0
- package/src/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/src/ui/components/AutoHeightScrollView.js +33 -0
- package/src/ui/components/Avatar.d.ts +60 -0
- package/src/ui/components/Avatar.js +146 -0
- package/src/ui/components/BottomSheet.d.ts +28 -0
- package/src/ui/components/BottomSheet.js +374 -0
- package/src/ui/components/BottomSheetRouter.d.ts +8 -0
- package/src/ui/components/BottomSheetRouter.js +211 -0
- package/src/ui/components/CrossFadeIcon.d.ts +26 -0
- package/src/ui/components/CrossFadeIcon.js +111 -0
- package/src/ui/components/EmptyState.d.ts +7 -0
- package/src/ui/components/EmptyState.js +27 -0
- package/src/ui/components/FollowButton.d.ts +28 -0
- package/src/ui/components/FollowButton.js +197 -0
- package/src/ui/components/FontLoader.d.ts +14 -0
- package/src/ui/components/FontLoader.js +185 -0
- package/src/ui/components/GroupedItem.d.ts +23 -0
- package/src/ui/components/GroupedItem.js +84 -0
- package/src/ui/components/GroupedSection.d.ts +29 -0
- package/src/ui/components/GroupedSection.js +13 -0
- package/src/ui/components/Header.d.ts +37 -0
- package/src/ui/components/Header.js +400 -0
- package/src/ui/components/HelperText.d.ts +46 -0
- package/src/ui/components/HelperText.js +119 -0
- package/src/ui/components/Icon.d.ts +59 -0
- package/src/ui/components/Icon.js +108 -0
- package/src/ui/components/IconButton/IconButton.d.ts +98 -0
- package/src/ui/components/IconButton/IconButton.js +90 -0
- package/src/ui/components/IconButton/utils.d.ts +18 -0
- package/src/ui/components/IconButton/utils.js +119 -0
- package/src/ui/components/LoadingState.d.ts +8 -0
- package/src/ui/components/LoadingState.js +29 -0
- package/src/ui/components/OxyLogo.d.ts +28 -0
- package/src/ui/components/OxyLogo.js +53 -0
- package/src/ui/components/OxyPayButton.d.ts +28 -0
- package/src/ui/components/OxyPayButton.js +76 -0
- package/src/ui/components/OxyProvider.d.ts +37 -0
- package/src/ui/components/OxyProvider.js +197 -0
- package/src/ui/components/OxySignInButton.d.ts +64 -0
- package/src/ui/components/OxySignInButton.js +145 -0
- package/src/ui/components/ProfileCard.d.ts +17 -0
- package/src/ui/components/ProfileCard.js +82 -0
- package/src/ui/components/QuickActions.d.ts +14 -0
- package/src/ui/components/QuickActions.js +62 -0
- package/src/ui/components/Section.d.ts +11 -0
- package/src/ui/components/Section.js +24 -0
- package/src/ui/components/SectionTitle.d.ts +9 -0
- package/src/ui/components/SectionTitle.js +21 -0
- package/src/ui/components/SettingRow.d.ts +19 -0
- package/src/ui/components/SettingRow.js +38 -0
- package/src/ui/components/SignInModal.d.ts +17 -0
- package/src/ui/components/SignInModal.js +428 -0
- package/src/ui/components/StepBasedScreen.d.ts +25 -0
- package/src/ui/components/StepBasedScreen.js +372 -0
- package/src/ui/components/Surface.d.ts +75 -0
- package/src/ui/components/Surface.js +239 -0
- package/src/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/src/ui/components/TextField/Addons/Outline.js +30 -0
- package/src/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/src/ui/components/TextField/Addons/Underline.js +45 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.js +132 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.js +88 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.js +91 -0
- package/src/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/src/ui/components/TextField/Adornment/enums.js +18 -0
- package/src/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/types.js +2 -0
- package/src/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/utils.js +50 -0
- package/src/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/src/ui/components/TextField/Label/InputLabel.js +125 -0
- package/src/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/src/ui/components/TextField/Label/LabelBackground.js +71 -0
- package/src/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldFlat.js +347 -0
- package/src/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldOutlined.js +313 -0
- package/src/ui/components/TextField/constants.d.ts +31 -0
- package/src/ui/components/TextField/constants.js +40 -0
- package/src/ui/components/TextField/helpers.d.ts +96 -0
- package/src/ui/components/TextField/helpers.js +388 -0
- package/src/ui/components/TextField/types.d.ts +155 -0
- package/src/ui/components/TextField/types.js +2 -0
- package/src/ui/components/TextField.d.ts +191 -0
- package/src/ui/components/TextField.js +291 -0
- package/src/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/src/ui/components/TouchableRipple/Pressable.js +5 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.js +246 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.js +99 -0
- package/src/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/src/ui/components/TouchableRipple/utils.js +40 -0
- package/src/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/src/ui/components/Typography/AnimatedText.js +49 -0
- package/src/ui/components/Typography/types.d.ts +18 -0
- package/src/ui/components/Typography/types.js +22 -0
- package/src/ui/components/feedback/FormInput.d.ts +19 -0
- package/src/ui/components/feedback/FormInput.js +26 -0
- package/src/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/src/ui/components/feedback/ProgressIndicator.js +16 -0
- package/src/ui/components/feedback/constants.d.ts +4 -0
- package/src/ui/components/feedback/constants.js +21 -0
- package/src/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/src/ui/components/feedback/feedbackStyles.js +250 -0
- package/src/ui/components/feedback/index.d.ts +6 -0
- package/src/ui/components/feedback/index.js +18 -0
- package/src/ui/components/feedback/types.d.ts +45 -0
- package/src/ui/components/feedback/types.js +2 -0
- package/src/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/src/ui/components/feedback/useFeedbackForm.js +42 -0
- package/src/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/src/ui/components/fileManagement/AnimatedButton.js +29 -0
- package/src/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/src/ui/components/fileManagement/FileDetailsModal.js +22 -0
- package/src/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/src/ui/components/fileManagement/FileViewer.js +138 -0
- package/src/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/src/ui/components/fileManagement/UploadPreview.js +35 -0
- package/src/ui/components/fileManagement/styles.d.ts +859 -0
- package/src/ui/components/fileManagement/styles.js +861 -0
- package/src/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/src/ui/components/icon/FAIRWalletIcon.js +54 -0
- package/src/ui/components/icon/OxyIcon.d.ts +9 -0
- package/src/ui/components/icon/OxyIcon.js +9 -0
- package/src/ui/components/icon/index.d.ts +3 -0
- package/src/ui/components/icon/index.js +10 -0
- package/src/ui/components/index.d.ts +16 -0
- package/src/ui/components/index.js +42 -0
- package/src/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/src/ui/components/internal/GroupedPillButtons.js +149 -0
- package/src/ui/components/internal/PinInput.d.ts +22 -0
- package/src/ui/components/internal/PinInput.js +76 -0
- package/src/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/src/ui/components/modals/DeleteAccountModal.js +154 -0
- package/src/ui/components/modals/index.d.ts +1 -0
- package/src/ui/components/modals/index.js +8 -0
- package/src/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/src/ui/components/payment/PaymentDetailsStep.js +65 -0
- package/src/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/src/ui/components/payment/PaymentMethodStep.js +54 -0
- package/src/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/src/ui/components/payment/PaymentReviewStep.js +88 -0
- package/src/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/src/ui/components/payment/PaymentSuccessStep.js +35 -0
- package/src/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/src/ui/components/payment/PaymentSummaryStep.js +60 -0
- package/src/ui/components/payment/constants.d.ts +6 -0
- package/src/ui/components/payment/constants.js +38 -0
- package/src/ui/components/payment/index.d.ts +8 -0
- package/src/ui/components/payment/index.js +24 -0
- package/src/ui/components/payment/paymentStyles.d.ts +395 -0
- package/src/ui/components/payment/paymentStyles.js +399 -0
- package/src/ui/components/payment/types.d.ts +39 -0
- package/src/ui/components/payment/types.js +2 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.js +122 -0
- package/src/ui/components/styles/overlay.d.ts +3 -0
- package/src/ui/components/styles/overlay.js +81 -0
- package/src/ui/components/styles/shadow.d.ts +2 -0
- package/src/ui/components/styles/shadow.js +123 -0
- package/src/ui/components/theming.d.ts +7 -0
- package/src/ui/components/theming.js +111 -0
- package/src/ui/components/types.d.ts +80 -0
- package/src/ui/components/types.js +2 -0
- package/src/ui/components/utils/forwardRef.d.ts +11 -0
- package/src/ui/components/utils/forwardRef.js +46 -0
- package/src/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/src/ui/components/utils/hasTouchHandler.js +14 -0
- package/src/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/src/ui/components/utils/roundLayoutSize.js +5 -0
- package/src/ui/components/utils/splitStyles.d.ts +19 -0
- package/src/ui/components/utils/splitStyles.js +40 -0
- package/src/ui/constants/iconColors.d.ts +129 -0
- package/src/ui/constants/iconColors.js +76 -0
- package/src/ui/constants/spacing.d.ts +32 -0
- package/src/ui/constants/spacing.js +40 -0
- package/src/ui/constants/theme.d.ts +96 -0
- package/src/ui/constants/theme.js +118 -0
- package/src/ui/context/OxyContext.d.ts +75 -0
- package/src/ui/context/OxyContext.js +522 -0
- package/src/ui/context/ThemeContext.d.ts +18 -0
- package/src/ui/context/ThemeContext.js +25 -0
- package/src/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/src/ui/context/hooks/useAuthOperations.js +318 -0
- package/src/ui/hooks/index.d.ts +6 -0
- package/src/ui/hooks/index.js +19 -0
- package/src/ui/hooks/mutations/index.d.ts +8 -0
- package/src/ui/hooks/mutations/index.js +23 -0
- package/src/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/src/ui/hooks/mutations/mutationFactory.js +126 -0
- package/src/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/src/ui/hooks/mutations/useAccountMutations.js +274 -0
- package/src/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/src/ui/hooks/mutations/useServicesMutations.js +149 -0
- package/src/ui/hooks/queries/index.d.ts +10 -0
- package/src/ui/hooks/queries/index.js +35 -0
- package/src/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/src/ui/hooks/queries/queryKeys.js +82 -0
- package/src/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/src/ui/hooks/queries/useAccountQueries.js +141 -0
- package/src/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/src/ui/hooks/queries/useSecurityQueries.js +45 -0
- package/src/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/src/ui/hooks/queries/useServicesQueries.js +113 -0
- package/src/ui/hooks/queryClient.d.ts +18 -0
- package/src/ui/hooks/queryClient.js +111 -0
- package/src/ui/hooks/useAssets.d.ts +34 -0
- package/src/ui/hooks/useAssets.js +204 -0
- package/src/ui/hooks/useAsyncAction.d.ts +50 -0
- package/src/ui/hooks/useAsyncAction.js +77 -0
- package/src/ui/hooks/useAuth.d.ts +77 -0
- package/src/ui/hooks/useAuth.js +135 -0
- package/src/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/src/ui/hooks/useAvatarPicker.js +44 -0
- package/src/ui/hooks/useColorScheme.d.ts +7 -0
- package/src/ui/hooks/useColorScheme.js +23 -0
- package/src/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/src/ui/hooks/useDeviceManagement.js +69 -0
- package/src/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/src/ui/hooks/useFileDownloadUrl.js +104 -0
- package/src/ui/hooks/useFileFiltering.d.ts +28 -0
- package/src/ui/hooks/useFileFiltering.js +80 -0
- package/src/ui/hooks/useFollow.d.ts +92 -0
- package/src/ui/hooks/useFollow.js +216 -0
- package/src/ui/hooks/useFollow.types.d.ts +32 -0
- package/src/ui/hooks/useFollow.types.js +4 -0
- package/src/ui/hooks/useI18n.d.ts +4 -0
- package/src/ui/hooks/useI18n.js +13 -0
- package/src/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/src/ui/hooks/useLanguageManagement.js +108 -0
- package/src/ui/hooks/useProfileEditing.d.ts +35 -0
- package/src/ui/hooks/useProfileEditing.js +101 -0
- package/src/ui/hooks/useQueryClient.d.ts +6 -0
- package/src/ui/hooks/useQueryClient.js +16 -0
- package/src/ui/hooks/useSessionManagement.d.ts +40 -0
- package/src/ui/hooks/useSessionManagement.js +312 -0
- package/src/ui/hooks/useSessionSocket.d.ts +14 -0
- package/src/ui/hooks/useSessionSocket.js +209 -0
- package/src/ui/hooks/useSettingToggle.d.ts +56 -0
- package/src/ui/hooks/useSettingToggle.js +97 -0
- package/src/ui/hooks/useStorage.d.ts +15 -0
- package/src/ui/hooks/useStorage.js +40 -0
- package/src/ui/hooks/useThemeColors.d.ts +93 -0
- package/src/ui/hooks/useThemeColors.js +27 -0
- package/src/ui/hooks/useThemeStyles.d.ts +44 -0
- package/src/ui/hooks/useThemeStyles.js +63 -0
- package/src/ui/hooks/useWebSSO.d.ts +57 -0
- package/src/ui/hooks/useWebSSO.js +146 -0
- package/src/ui/index.d.ts +23 -0
- package/src/ui/index.js +97 -0
- package/src/ui/isFrontend.d.ts +2 -0
- package/src/ui/isFrontend.js +6 -0
- package/src/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/src/ui/navigation/bottomSheetManager.js +68 -0
- package/src/ui/navigation/routes.d.ts +5 -0
- package/src/ui/navigation/routes.js +75 -0
- package/src/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/src/ui/screens/AccountCenterScreen.js +202 -0
- package/src/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/src/ui/screens/AccountOverviewScreen.js +648 -0
- package/src/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/src/ui/screens/AccountSettingsScreen.js +480 -0
- package/src/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/src/ui/screens/AccountSwitcherScreen.js +482 -0
- package/src/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/src/ui/screens/AccountVerificationScreen.js +164 -0
- package/src/ui/screens/AppInfoScreen.d.ts +4 -0
- package/src/ui/screens/AppInfoScreen.js +373 -0
- package/src/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/src/ui/screens/EditProfileFieldScreen.js +549 -0
- package/src/ui/screens/FAQScreen.d.ts +4 -0
- package/src/ui/screens/FAQScreen.js +182 -0
- package/src/ui/screens/FeedbackScreen.d.ts +4 -0
- package/src/ui/screens/FeedbackScreen.js +160 -0
- package/src/ui/screens/FileManagementScreen.d.ts +4 -0
- package/src/ui/screens/FileManagementScreen.js +1473 -0
- package/src/ui/screens/FollowersListScreen.d.ts +8 -0
- package/src/ui/screens/FollowersListScreen.js +11 -0
- package/src/ui/screens/FollowingListScreen.d.ts +8 -0
- package/src/ui/screens/FollowingListScreen.js +11 -0
- package/src/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/src/ui/screens/HelpSupportScreen.js +140 -0
- package/src/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/src/ui/screens/HistoryViewScreen.js +225 -0
- package/src/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/src/ui/screens/LanguageSelectorScreen.js +178 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.js +150 -0
- package/src/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/src/ui/screens/LegalDocumentsScreen.js +185 -0
- package/src/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/src/ui/screens/OxyAuthScreen.js +431 -0
- package/src/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/src/ui/screens/PaymentGatewayScreen.js +171 -0
- package/src/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/src/ui/screens/PremiumSubscriptionScreen.js +1080 -0
- package/src/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/src/ui/screens/PrivacySettingsScreen.js +252 -0
- package/src/ui/screens/ProfileScreen.d.ts +8 -0
- package/src/ui/screens/ProfileScreen.js +254 -0
- package/src/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/src/ui/screens/SavesCollectionsScreen.js +150 -0
- package/src/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/src/ui/screens/SearchSettingsScreen.js +109 -0
- package/src/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/src/ui/screens/SessionManagementScreen.js +320 -0
- package/src/ui/screens/UserLinksScreen.d.ts +14 -0
- package/src/ui/screens/UserLinksScreen.js +57 -0
- package/src/ui/screens/UserListScreen.d.ts +10 -0
- package/src/ui/screens/UserListScreen.js +249 -0
- package/src/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/src/ui/screens/WelcomeNewUserScreen.js +304 -0
- package/src/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaAboutScreen.js +39 -0
- package/src/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaCenterScreen.js +159 -0
- package/src/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaFAQScreen.js +143 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.js +56 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.js +460 -0
- package/src/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRulesScreen.js +47 -0
- package/src/ui/server.d.ts +40 -0
- package/src/ui/server.js +57 -0
- package/src/ui/stores/accountStore.d.ts +26 -0
- package/src/ui/stores/accountStore.js +196 -0
- package/src/ui/stores/assetStore.d.ts +53 -0
- package/src/ui/stores/assetStore.js +192 -0
- package/src/ui/stores/authStore.d.ts +16 -0
- package/src/ui/stores/authStore.js +47 -0
- package/src/ui/stores/fileStore.d.ts +30 -0
- package/src/ui/stores/fileStore.js +113 -0
- package/src/ui/stores/followStore.d.ts +24 -0
- package/src/ui/stores/followStore.js +154 -0
- package/src/ui/styles/authStyles.d.ts +331 -0
- package/src/ui/styles/authStyles.js +332 -0
- package/src/ui/styles/fonts.d.ts +20 -0
- package/src/ui/styles/fonts.js +72 -0
- package/src/ui/styles/index.d.ts +4 -0
- package/src/ui/styles/index.js +20 -0
- package/src/ui/styles/spacing.d.ts +48 -0
- package/src/ui/styles/spacing.js +63 -0
- package/src/ui/styles/theme.d.ts +67 -0
- package/src/ui/styles/theme.js +114 -0
- package/src/ui/types/fileManagement.d.ts +40 -0
- package/src/ui/types/fileManagement.js +2 -0
- package/src/ui/types/navigation.d.ts +36 -0
- package/src/ui/types/navigation.js +2 -0
- package/src/ui/utils/avatarUtils.d.ts +22 -0
- package/src/ui/utils/avatarUtils.js +52 -0
- package/src/ui/utils/colorUtils.d.ts +9 -0
- package/src/ui/utils/colorUtils.js +19 -0
- package/src/ui/utils/confirmAction.d.ts +6 -0
- package/src/ui/utils/confirmAction.js +22 -0
- package/src/ui/utils/errorHandlers.d.ts +34 -0
- package/src/ui/utils/errorHandlers.js +128 -0
- package/src/ui/utils/fileManagement.d.ts +86 -0
- package/src/ui/utils/fileManagement.js +238 -0
- package/src/ui/utils/iconNames.d.ts +111 -0
- package/src/ui/utils/iconNames.js +124 -0
- package/src/ui/utils/sessionHelpers.d.ts +64 -0
- package/src/ui/utils/sessionHelpers.js +90 -0
- package/src/ui/utils/storageHelpers.d.ts +27 -0
- package/src/ui/utils/storageHelpers.js +114 -0
- package/src/ui/utils/themeUtils.d.ts +10 -0
- package/src/ui/utils/themeUtils.js +17 -0
- package/src/ui/utils/userUtils.d.ts +28 -0
- package/src/ui/utils/userUtils.js +54 -0
- package/src/utils/hookUtils.d.ts +101 -0
- package/src/utils/hookUtils.js +373 -0
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
4
|
+
return mod && mod.__esModule ? mod : {
|
|
5
|
+
"default": mod
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
12
|
+
const react_1 = require("react");
|
|
13
|
+
const react_native_1 = require("react-native");
|
|
14
|
+
const styles_1 = require("../styles");
|
|
15
|
+
const Avatar_1 = __importDefault(require("../components/Avatar"));
|
|
16
|
+
const components_1 = require("../components");
|
|
17
|
+
const useFollow_1 = require("../hooks/useFollow");
|
|
18
|
+
const vector_icons_1 = require("@expo/vector-icons");
|
|
19
|
+
const useI18n_1 = require("../hooks/useI18n");
|
|
20
|
+
const OxyContext_1 = require("../context/OxyContext");
|
|
21
|
+
const core_1 = require("@oxyhq/core");
|
|
22
|
+
const errorHandlers_1 = require("../utils/errorHandlers");
|
|
15
23
|
const ProfileScreen = ({
|
|
16
24
|
userId,
|
|
17
25
|
username,
|
|
@@ -23,27 +31,25 @@ const ProfileScreen = ({
|
|
|
23
31
|
const {
|
|
24
32
|
oxyServices,
|
|
25
33
|
user: currentUser
|
|
26
|
-
} = useOxy();
|
|
27
|
-
const [profile, setProfile] = useState(null);
|
|
28
|
-
const [karmaTotal, setKarmaTotal] = useState(null);
|
|
29
|
-
const [postsCount, setPostsCount] = useState(null);
|
|
30
|
-
const [commentsCount, setCommentsCount] = useState(null);
|
|
31
|
-
const [isLoading, setIsLoading] = useState(true);
|
|
32
|
-
const [error, setError] = useState(null);
|
|
33
|
-
const [links, setLinks] = useState([]);
|
|
34
|
-
|
|
34
|
+
} = (0, OxyContext_1.useOxy)();
|
|
35
|
+
const [profile, setProfile] = (0, react_1.useState)(null);
|
|
36
|
+
const [karmaTotal, setKarmaTotal] = (0, react_1.useState)(null);
|
|
37
|
+
const [postsCount, setPostsCount] = (0, react_1.useState)(null);
|
|
38
|
+
const [commentsCount, setCommentsCount] = (0, react_1.useState)(null);
|
|
39
|
+
const [isLoading, setIsLoading] = (0, react_1.useState)(true);
|
|
40
|
+
const [error, setError] = (0, react_1.useState)(null);
|
|
41
|
+
const [links, setLinks] = (0, react_1.useState)([]);
|
|
35
42
|
// Use the follow hook for real follower data
|
|
36
43
|
const {
|
|
37
44
|
followerCount,
|
|
38
45
|
followingCount,
|
|
39
46
|
isLoadingCounts
|
|
40
|
-
} = useFollow(userId);
|
|
41
|
-
const colors = useThemeColors(theme ?? 'light');
|
|
47
|
+
} = (0, useFollow_1.useFollow)(userId);
|
|
48
|
+
const colors = (0, styles_1.useThemeColors)(theme ?? 'light');
|
|
42
49
|
const styles = createStyles(colors);
|
|
43
50
|
const {
|
|
44
51
|
t
|
|
45
|
-
} = useI18n();
|
|
46
|
-
|
|
52
|
+
} = (0, useI18n_1.useI18n)();
|
|
47
53
|
// Check if current user is viewing their own profile
|
|
48
54
|
// Normalize IDs by trimming whitespace to handle format mismatches
|
|
49
55
|
const normalizeId = id => {
|
|
@@ -53,7 +59,7 @@ const ProfileScreen = ({
|
|
|
53
59
|
const currentUserId = normalizeId(currentUser?.id);
|
|
54
60
|
const targetUserId = normalizeId(userId);
|
|
55
61
|
const isOwnProfile = currentUserId && targetUserId && currentUserId === targetUserId;
|
|
56
|
-
useEffect(() => {
|
|
62
|
+
(0, react_1.useEffect)(() => {
|
|
57
63
|
if (!userId) {
|
|
58
64
|
setError('No user ID provided');
|
|
59
65
|
setIsLoading(false);
|
|
@@ -61,7 +67,6 @@ const ProfileScreen = ({
|
|
|
61
67
|
}
|
|
62
68
|
setIsLoading(true);
|
|
63
69
|
setError(null);
|
|
64
|
-
|
|
65
70
|
// Load user profile, karma total, and stats
|
|
66
71
|
Promise.all([oxyServices.getUserById(userId).catch(err => {
|
|
67
72
|
// If this is the current user and the API call fails, use current user data as fallback
|
|
@@ -93,7 +98,6 @@ const ProfileScreen = ({
|
|
|
93
98
|
}
|
|
94
99
|
setProfile(profileRes);
|
|
95
100
|
setKarmaTotal(typeof karmaRes.total === 'number' ? karmaRes.total : null);
|
|
96
|
-
|
|
97
101
|
// Extract links from profile data
|
|
98
102
|
if (profileRes.linksMetadata && Array.isArray(profileRes.linksMetadata)) {
|
|
99
103
|
const linksWithIds = profileRes.linksMetadata.map((link, index) => ({
|
|
@@ -122,22 +126,19 @@ const ProfileScreen = ({
|
|
|
122
126
|
} else {
|
|
123
127
|
setLinks([]);
|
|
124
128
|
}
|
|
125
|
-
|
|
126
129
|
// Follower/following counts are managed by the `useFollow` hook.
|
|
127
|
-
|
|
128
130
|
// User stats from API
|
|
129
131
|
setPostsCount(statsRes?.postCount ?? 0);
|
|
130
132
|
setCommentsCount(statsRes?.commentCount ?? 0);
|
|
131
133
|
}).catch(err => {
|
|
132
|
-
logger.error('Profile loading error', err instanceof Error ? err : new Error(String(err)), {
|
|
134
|
+
core_1.logger.error('Profile loading error', err instanceof Error ? err : new Error(String(err)), {
|
|
133
135
|
component: 'ProfileScreen'
|
|
134
136
|
});
|
|
135
137
|
// Provide user-friendly error messages based on the error type
|
|
136
138
|
let errorMessage = 'Failed to load profile';
|
|
137
|
-
|
|
138
139
|
// Type guard for error with status property
|
|
139
140
|
const errorWithStatus = err && typeof err === 'object' && 'status' in err ? err : null;
|
|
140
|
-
const errorMessageText = extractErrorMessage(err, '');
|
|
141
|
+
const errorMessageText = (0, errorHandlers_1.extractErrorMessage)(err, '');
|
|
141
142
|
if (errorWithStatus?.status === 404 || errorMessageText.includes('not found') || errorMessageText.includes('Resource not found')) {
|
|
142
143
|
const normalizedCurrentId = normalizeId(currentUser?.id);
|
|
143
144
|
const normalizedTargetId = normalizeId(userId);
|
|
@@ -157,51 +158,51 @@ const ProfileScreen = ({
|
|
|
157
158
|
}).finally(() => setIsLoading(false));
|
|
158
159
|
}, [userId]);
|
|
159
160
|
if (isLoading) {
|
|
160
|
-
return
|
|
161
|
+
return (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
161
162
|
style: [styles.container, {
|
|
162
163
|
backgroundColor: colors.background,
|
|
163
164
|
justifyContent: 'center'
|
|
164
165
|
}],
|
|
165
|
-
children:
|
|
166
|
+
children: (0, jsx_runtime_1.jsx)(react_native_1.ActivityIndicator, {
|
|
166
167
|
size: "large",
|
|
167
168
|
color: colors.primary
|
|
168
169
|
})
|
|
169
170
|
});
|
|
170
171
|
}
|
|
171
172
|
if (error) {
|
|
172
|
-
return
|
|
173
|
+
return (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
173
174
|
style: [styles.container, {
|
|
174
175
|
backgroundColor: colors.background
|
|
175
176
|
}],
|
|
176
|
-
children: [
|
|
177
|
+
children: [(0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
177
178
|
style: styles.errorHeader,
|
|
178
|
-
children: [goBack &&
|
|
179
|
+
children: [goBack && (0, jsx_runtime_1.jsx)(react_native_1.TouchableOpacity, {
|
|
179
180
|
onPress: goBack,
|
|
180
181
|
style: styles.backButton,
|
|
181
|
-
children:
|
|
182
|
+
children: (0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
182
183
|
name: "arrow-back",
|
|
183
184
|
size: 24,
|
|
184
185
|
color: colors.text
|
|
185
186
|
})
|
|
186
|
-
}),
|
|
187
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
187
188
|
style: [styles.errorTitle, {
|
|
188
189
|
color: colors.text
|
|
189
190
|
}],
|
|
190
191
|
children: "Profile Error"
|
|
191
192
|
})]
|
|
192
|
-
}),
|
|
193
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
193
194
|
style: styles.errorContent,
|
|
194
|
-
children: [
|
|
195
|
+
children: [(0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
195
196
|
name: "alert-circle",
|
|
196
197
|
size: 48,
|
|
197
198
|
color: colors.error,
|
|
198
199
|
style: styles.errorIcon
|
|
199
|
-
}),
|
|
200
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
200
201
|
style: [styles.errorText, {
|
|
201
202
|
color: colors.error
|
|
202
203
|
}],
|
|
203
204
|
children: error
|
|
204
|
-
}),
|
|
205
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
205
206
|
style: [styles.errorSubtext, {
|
|
206
207
|
color: colors.secondaryText
|
|
207
208
|
}],
|
|
@@ -210,79 +211,79 @@ const ProfileScreen = ({
|
|
|
210
211
|
})]
|
|
211
212
|
});
|
|
212
213
|
}
|
|
213
|
-
return
|
|
214
|
+
return (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
214
215
|
style: [styles.container, {
|
|
215
216
|
backgroundColor: colors.background
|
|
216
217
|
}],
|
|
217
|
-
children:
|
|
218
|
+
children: (0, jsx_runtime_1.jsxs)(react_native_1.ScrollView, {
|
|
218
219
|
style: {
|
|
219
220
|
flex: 1
|
|
220
221
|
},
|
|
221
222
|
contentContainerStyle: styles.scrollContainer,
|
|
222
|
-
children: [
|
|
223
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
223
224
|
style: styles.bannerContainer,
|
|
224
|
-
children:
|
|
225
|
+
children: (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
225
226
|
style: styles.bannerImage
|
|
226
227
|
})
|
|
227
|
-
}),
|
|
228
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
228
229
|
style: styles.avatarRow,
|
|
229
|
-
children: [
|
|
230
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
230
231
|
style: styles.avatarWrapper,
|
|
231
|
-
children:
|
|
232
|
+
children: (0, jsx_runtime_1.jsx)(Avatar_1.default, {
|
|
232
233
|
uri: profile?.avatar ? oxyServices.getFileDownloadUrl(profile.avatar, 'thumb') : undefined,
|
|
233
234
|
name: profile?.username || username,
|
|
234
235
|
size: 96
|
|
235
236
|
})
|
|
236
|
-
}),
|
|
237
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
237
238
|
style: styles.actionButtonWrapper,
|
|
238
|
-
children: isOwnProfile ?
|
|
239
|
+
children: isOwnProfile ? (0, jsx_runtime_1.jsx)(react_native_1.TouchableOpacity, {
|
|
239
240
|
style: styles.actionButton,
|
|
240
241
|
onPress: () => navigate?.('AccountSettings'),
|
|
241
|
-
children:
|
|
242
|
+
children: (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
242
243
|
style: styles.actionButtonText,
|
|
243
244
|
children: t('editProfile.title') || 'Edit Profile'
|
|
244
245
|
})
|
|
245
|
-
}) :
|
|
246
|
+
}) : (0, jsx_runtime_1.jsx)(components_1.FollowButton, {
|
|
246
247
|
userId: userId,
|
|
247
248
|
onFollowChange: isFollowing => {
|
|
248
249
|
// The follow button will automatically update counts via Zustand
|
|
249
250
|
if (__DEV__) {
|
|
250
|
-
logger.debug(`Follow status changed: ${isFollowing}`, {
|
|
251
|
+
core_1.logger.debug(`Follow status changed: ${isFollowing}`, {
|
|
251
252
|
component: 'ProfileScreen'
|
|
252
253
|
});
|
|
253
254
|
}
|
|
254
255
|
}
|
|
255
256
|
})
|
|
256
257
|
})]
|
|
257
|
-
}),
|
|
258
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
258
259
|
style: styles.header,
|
|
259
|
-
children: [
|
|
260
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
260
261
|
style: [styles.displayName, {
|
|
261
262
|
color: colors.text
|
|
262
263
|
}],
|
|
263
264
|
children: (profile && 'displayName' in profile && typeof profile.displayName === 'string' ? profile.displayName : null) || profile?.username || username || profile?.id || ''
|
|
264
|
-
}), profile?.username &&
|
|
265
|
+
}), profile?.username && (0, jsx_runtime_1.jsxs)(react_native_1.Text, {
|
|
265
266
|
style: [styles.subText, {
|
|
266
267
|
color: colors.secondaryText
|
|
267
268
|
}],
|
|
268
269
|
children: ["@", profile.username]
|
|
269
|
-
}),
|
|
270
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
270
271
|
style: [styles.bio, {
|
|
271
272
|
color: colors.text
|
|
272
273
|
}],
|
|
273
274
|
children: profile?.bio || t('profile.noBio') || 'This user has no bio yet.'
|
|
274
|
-
}),
|
|
275
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
275
276
|
style: styles.infoGrid,
|
|
276
|
-
children: [profile?.createdAt &&
|
|
277
|
+
children: [profile?.createdAt && (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
277
278
|
style: styles.infoGridItem,
|
|
278
|
-
children: [
|
|
279
|
+
children: [(0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
279
280
|
name: "calendar-outline",
|
|
280
281
|
size: 16,
|
|
281
282
|
color: colors.secondaryText,
|
|
282
283
|
style: {
|
|
283
284
|
marginRight: 6
|
|
284
285
|
}
|
|
285
|
-
}),
|
|
286
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
286
287
|
style: [styles.infoGridText, {
|
|
287
288
|
color: colors.secondaryText
|
|
288
289
|
}],
|
|
@@ -290,96 +291,96 @@ const ProfileScreen = ({
|
|
|
290
291
|
date: new Date(profile.createdAt).toLocaleDateString()
|
|
291
292
|
}) || `Joined ${new Date(profile.createdAt).toLocaleDateString()}`
|
|
292
293
|
})]
|
|
293
|
-
}), profile?.location &&
|
|
294
|
+
}), profile?.location && (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
294
295
|
style: styles.infoGridItem,
|
|
295
|
-
children: [
|
|
296
|
+
children: [(0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
296
297
|
name: "location-outline",
|
|
297
298
|
size: 16,
|
|
298
299
|
color: colors.secondaryText,
|
|
299
300
|
style: {
|
|
300
301
|
marginRight: 6
|
|
301
302
|
}
|
|
302
|
-
}),
|
|
303
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
303
304
|
style: [styles.infoGridText, {
|
|
304
305
|
color: colors.secondaryText
|
|
305
306
|
}],
|
|
306
307
|
numberOfLines: 1,
|
|
307
308
|
children: profile.location
|
|
308
309
|
})]
|
|
309
|
-
}), profile?.website &&
|
|
310
|
+
}), profile?.website && (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
310
311
|
style: styles.infoGridItem,
|
|
311
|
-
children: [
|
|
312
|
+
children: [(0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
312
313
|
name: "globe-outline",
|
|
313
314
|
size: 16,
|
|
314
315
|
color: colors.secondaryText,
|
|
315
316
|
style: {
|
|
316
317
|
marginRight: 6
|
|
317
318
|
}
|
|
318
|
-
}),
|
|
319
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
319
320
|
style: [styles.infoGridText, {
|
|
320
321
|
color: colors.secondaryText
|
|
321
322
|
}],
|
|
322
323
|
numberOfLines: 1,
|
|
323
324
|
children: profile.website
|
|
324
325
|
})]
|
|
325
|
-
}), profile && 'company' in profile && typeof profile.company === 'string' && profile.company &&
|
|
326
|
+
}), profile && 'company' in profile && typeof profile.company === 'string' && profile.company && (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
326
327
|
style: styles.infoGridItem,
|
|
327
|
-
children: [
|
|
328
|
+
children: [(0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
328
329
|
name: "business-outline",
|
|
329
330
|
size: 16,
|
|
330
331
|
color: colors.secondaryText,
|
|
331
332
|
style: {
|
|
332
333
|
marginRight: 6
|
|
333
334
|
}
|
|
334
|
-
}),
|
|
335
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
335
336
|
style: [styles.infoGridText, {
|
|
336
337
|
color: colors.secondaryText
|
|
337
338
|
}],
|
|
338
339
|
numberOfLines: 1,
|
|
339
340
|
children: profile.company
|
|
340
341
|
})]
|
|
341
|
-
}), profile && 'jobTitle' in profile && typeof profile.jobTitle === 'string' && profile.jobTitle &&
|
|
342
|
+
}), profile && 'jobTitle' in profile && typeof profile.jobTitle === 'string' && profile.jobTitle && (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
342
343
|
style: styles.infoGridItem,
|
|
343
|
-
children: [
|
|
344
|
+
children: [(0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
344
345
|
name: "briefcase-outline",
|
|
345
346
|
size: 16,
|
|
346
347
|
color: colors.secondaryText,
|
|
347
348
|
style: {
|
|
348
349
|
marginRight: 6
|
|
349
350
|
}
|
|
350
|
-
}),
|
|
351
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
351
352
|
style: [styles.infoGridText, {
|
|
352
353
|
color: colors.secondaryText
|
|
353
354
|
}],
|
|
354
355
|
numberOfLines: 1,
|
|
355
356
|
children: profile.jobTitle
|
|
356
357
|
})]
|
|
357
|
-
}), profile && 'education' in profile && typeof profile.education === 'string' && profile.education &&
|
|
358
|
+
}), profile && 'education' in profile && typeof profile.education === 'string' && profile.education && (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
358
359
|
style: styles.infoGridItem,
|
|
359
|
-
children: [
|
|
360
|
+
children: [(0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
360
361
|
name: "school-outline",
|
|
361
362
|
size: 16,
|
|
362
363
|
color: colors.secondaryText,
|
|
363
364
|
style: {
|
|
364
365
|
marginRight: 6
|
|
365
366
|
}
|
|
366
|
-
}),
|
|
367
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
367
368
|
style: [styles.infoGridText, {
|
|
368
369
|
color: colors.secondaryText
|
|
369
370
|
}],
|
|
370
371
|
numberOfLines: 1,
|
|
371
372
|
children: profile.education
|
|
372
373
|
})]
|
|
373
|
-
}), profile && 'birthday' in profile && typeof profile.birthday === 'string' && profile.birthday &&
|
|
374
|
+
}), profile && 'birthday' in profile && typeof profile.birthday === 'string' && profile.birthday && (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
374
375
|
style: styles.infoGridItem,
|
|
375
|
-
children: [
|
|
376
|
+
children: [(0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
376
377
|
name: "gift-outline",
|
|
377
378
|
size: 16,
|
|
378
379
|
color: colors.secondaryText,
|
|
379
380
|
style: {
|
|
380
381
|
marginRight: 6
|
|
381
382
|
}
|
|
382
|
-
}),
|
|
383
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
383
384
|
style: [styles.infoGridText, {
|
|
384
385
|
color: colors.secondaryText
|
|
385
386
|
}],
|
|
@@ -387,26 +388,26 @@ const ProfileScreen = ({
|
|
|
387
388
|
date: new Date(profile.birthday).toLocaleDateString()
|
|
388
389
|
}) || `Born ${new Date(profile.birthday).toLocaleDateString()}`
|
|
389
390
|
})]
|
|
390
|
-
}), links.length > 0 &&
|
|
391
|
+
}), links.length > 0 && (0, jsx_runtime_1.jsxs)(react_native_1.TouchableOpacity, {
|
|
391
392
|
style: styles.infoGridItem,
|
|
392
393
|
onPress: () => navigate?.('UserLinks', {
|
|
393
394
|
userId,
|
|
394
395
|
links
|
|
395
396
|
}),
|
|
396
|
-
children: [
|
|
397
|
+
children: [(0, jsx_runtime_1.jsx)(vector_icons_1.Ionicons, {
|
|
397
398
|
name: "link-outline",
|
|
398
399
|
size: 16,
|
|
399
400
|
color: colors.secondaryText,
|
|
400
401
|
style: {
|
|
401
402
|
marginRight: 6
|
|
402
403
|
}
|
|
403
|
-
}),
|
|
404
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
404
405
|
style: [styles.infoGridText, {
|
|
405
406
|
color: colors.secondaryText
|
|
406
407
|
}],
|
|
407
408
|
numberOfLines: 1,
|
|
408
409
|
children: links[0].url
|
|
409
|
-
}), links.length > 1 &&
|
|
410
|
+
}), links.length > 1 && (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
410
411
|
style: [styles.linksMore, {
|
|
411
412
|
color: colors.secondaryText
|
|
412
413
|
}],
|
|
@@ -415,50 +416,50 @@ const ProfileScreen = ({
|
|
|
415
416
|
}) || `+ ${links.length - 1} more`
|
|
416
417
|
})]
|
|
417
418
|
})]
|
|
418
|
-
}),
|
|
419
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
419
420
|
style: styles.divider
|
|
420
|
-
}),
|
|
421
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
421
422
|
style: styles.statsRow,
|
|
422
|
-
children: [
|
|
423
|
+
children: [(0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
423
424
|
style: styles.statItem,
|
|
424
|
-
children: [
|
|
425
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
425
426
|
style: [styles.karmaAmount, {
|
|
426
427
|
color: colors.primary
|
|
427
428
|
}],
|
|
428
429
|
children: karmaTotal !== null && karmaTotal !== undefined ? karmaTotal : '--'
|
|
429
|
-
}),
|
|
430
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
430
431
|
style: [styles.karmaLabel, {
|
|
431
432
|
color: colors.secondaryText
|
|
432
433
|
}],
|
|
433
434
|
children: t('profile.karma') || 'Karma'
|
|
434
435
|
})]
|
|
435
|
-
}),
|
|
436
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
436
437
|
style: styles.statItem,
|
|
437
|
-
children: [isLoadingCounts ?
|
|
438
|
+
children: [isLoadingCounts ? (0, jsx_runtime_1.jsx)(react_native_1.ActivityIndicator, {
|
|
438
439
|
size: "small",
|
|
439
440
|
color: colors.text
|
|
440
|
-
}) :
|
|
441
|
+
}) : (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
441
442
|
style: [styles.karmaAmount, {
|
|
442
443
|
color: colors.text
|
|
443
444
|
}],
|
|
444
445
|
children: followerCount !== null ? followerCount : '--'
|
|
445
|
-
}),
|
|
446
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
446
447
|
style: [styles.karmaLabel, {
|
|
447
448
|
color: colors.secondaryText
|
|
448
449
|
}],
|
|
449
450
|
children: t('profile.followers') || 'Followers'
|
|
450
451
|
})]
|
|
451
|
-
}),
|
|
452
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
452
453
|
style: styles.statItem,
|
|
453
|
-
children: [isLoadingCounts ?
|
|
454
|
+
children: [isLoadingCounts ? (0, jsx_runtime_1.jsx)(react_native_1.ActivityIndicator, {
|
|
454
455
|
size: "small",
|
|
455
456
|
color: colors.text
|
|
456
|
-
}) :
|
|
457
|
+
}) : (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
457
458
|
style: [styles.karmaAmount, {
|
|
458
459
|
color: colors.text
|
|
459
460
|
}],
|
|
460
461
|
children: followingCount !== null ? followingCount : '--'
|
|
461
|
-
}),
|
|
462
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
462
463
|
style: [styles.karmaLabel, {
|
|
463
464
|
color: colors.secondaryText
|
|
464
465
|
}],
|
|
@@ -470,7 +471,7 @@ const ProfileScreen = ({
|
|
|
470
471
|
})
|
|
471
472
|
});
|
|
472
473
|
};
|
|
473
|
-
const createStyles = colors => StyleSheet.create({
|
|
474
|
+
const createStyles = colors => react_native_1.StyleSheet.create({
|
|
474
475
|
container: {
|
|
475
476
|
flex: 1
|
|
476
477
|
},
|
|
@@ -646,5 +647,5 @@ const createStyles = colors => StyleSheet.create({
|
|
|
646
647
|
opacity: 0.7
|
|
647
648
|
}
|
|
648
649
|
});
|
|
649
|
-
|
|
650
|
+
exports.default = ProfileScreen;
|
|
650
651
|
//# sourceMappingURL=ProfileScreen.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useEffect","useState","View","Text","StyleSheet","ActivityIndicator","ScrollView","TouchableOpacity","useThemeColors","Avatar","FollowButton","useFollow","Ionicons","useI18n","useOxy","logger","extractErrorMessage","jsx","_jsx","jsxs","_jsxs","ProfileScreen","userId","username","theme","goBack","navigate","oxyServices","user","currentUser","profile","setProfile","karmaTotal","setKarmaTotal","postsCount","setPostsCount","commentsCount","setCommentsCount","isLoading","setIsLoading","error","setError","links","setLinks","followerCount","followingCount","isLoadingCounts","colors","styles","createStyles","t","normalizeId","id","String","trim","currentUserId","targetUserId","isOwnProfile","Promise","all","getUserById","catch","err","normalizedCurrentId","normalizedTargetId","getUserKarmaTotal","total","undefined","resolve","getUserStats","postCount","commentCount","then","profileRes","karmaRes","statsRes","linksMetadata","Array","isArray","linksWithIds","map","link","index","simpleLinks","l","filter","Boolean","linksWithMetadata","url","title","replace","description","image","website","Error","component","errorMessage","errorWithStatus","errorMessageText","status","includes","finally","style","container","backgroundColor","background","justifyContent","children","size","color","primary","errorHeader","onPress","backButton","name","text","errorTitle","errorContent","errorIcon","errorText","errorSubtext","secondaryText","flex","contentContainerStyle","scrollContainer","bannerContainer","bannerImage","avatarRow","avatarWrapper","uri","avatar","getFileDownloadUrl","actionButtonWrapper","actionButton","actionButtonText","onFollowChange","isFollowing","__DEV__","debug","header","displayName","subText","bio","infoGrid","createdAt","infoGridItem","marginRight","infoGridText","date","Date","toLocaleDateString","location","numberOfLines","company","jobTitle","education","birthday","length","linksMore","count","divider","statsRow","statItem","karmaAmount","karmaLabel","create","alignItems","paddingBottom","height","position","overflow","flexDirection","marginTop","paddingHorizontal","zIndex","borderWidth","borderColor","borderRadius","paddingVertical","marginBottom","elevation","shadowColor","shadowOffset","width","shadowOpacity","shadowRadius","fontWeight","fontSize","letterSpacing","lineHeight","flexWrap","border","marginVertical","marginLeft","minWidth","textAlign","borderBottomWidth","borderBottomColor","padding","opacity"],"sourceRoot":"../../../../src","sources":["ui/screens/ProfileScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["__importDefault","mod","__esModule","Object","defineProperty","exports","value","jsx_runtime_1","require","react_1","react_native_1","styles_1","Avatar_1","components_1","useFollow_1","vector_icons_1","useI18n_1","OxyContext_1","core_1","errorHandlers_1","ProfileScreen","userId","username","theme","goBack","navigate","oxyServices","user","currentUser","useOxy","profile","setProfile","useState","karmaTotal","setKarmaTotal","postsCount","setPostsCount","commentsCount","setCommentsCount","isLoading","setIsLoading","error","setError","links","setLinks","followerCount","followingCount","isLoadingCounts","useFollow","colors","useThemeColors","styles","createStyles","t","useI18n","normalizeId","id","String","trim","currentUserId","targetUserId","isOwnProfile","useEffect","Promise","all","getUserById","catch","err","normalizedCurrentId","normalizedTargetId","getUserKarmaTotal","total","undefined","resolve","getUserStats","postCount","commentCount","then","profileRes","karmaRes","statsRes","linksMetadata","Array","isArray","linksWithIds","map","link","index","simpleLinks","l","filter","Boolean","linksWithMetadata","url","title","replace","description","image","website","logger","Error","component","errorMessage","errorWithStatus","errorMessageText","extractErrorMessage","status","includes","finally","jsx","View","style","container","backgroundColor","background","justifyContent","children","ActivityIndicator","size","color","primary","jsxs","errorHeader","TouchableOpacity","onPress","backButton","Ionicons","name","text","Text","errorTitle","errorContent","errorIcon","errorText","errorSubtext","secondaryText","ScrollView","flex","contentContainerStyle","scrollContainer","bannerContainer","bannerImage","avatarRow","avatarWrapper","default","uri","avatar","getFileDownloadUrl","actionButtonWrapper","actionButton","actionButtonText","FollowButton","onFollowChange","isFollowing","__DEV__","debug","header","displayName","subText","bio","infoGrid","createdAt","infoGridItem","marginRight","infoGridText","date","Date","toLocaleDateString","location","numberOfLines","company","jobTitle","education","birthday","length","linksMore","count","divider","statsRow","statItem","karmaAmount","karmaLabel","StyleSheet","create","alignItems","paddingBottom","height","position","overflow","flexDirection","marginTop","paddingHorizontal","zIndex","borderWidth","borderColor","borderRadius","paddingVertical","marginBottom","elevation","shadowColor","shadowOffset","width","shadowOpacity","shadowRadius","fontWeight","fontSize","letterSpacing","lineHeight","flexWrap","border","marginVertical","marginLeft","minWidth","textAlign","borderBottomWidth","borderBottomColor","padding","opacity"],"sourceRoot":"../../../../src","sources":["ui/screens/ProfileScreen.js"],"mappings":"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","ignoreList":[]}
|