@oxyhq/services 6.9.15 → 6.9.16
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/icons/OxyServices.js +13 -52
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
- package/lib/commonjs/assets/illustrations/HighFive.js +18 -57
- package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -1
- package/lib/commonjs/index.js +200 -190
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/lib/sonner-safe.js.map +0 -1
- package/lib/commonjs/lib/sonner.js +5 -16
- package/lib/commonjs/lib/sonner.js.map +1 -1
- package/lib/commonjs/lib/sonner.native.js +8 -45
- package/lib/commonjs/lib/sonner.native.js.map +1 -1
- package/lib/commonjs/lib/sonner.web.js +8 -45
- package/lib/commonjs/lib/sonner.web.js.map +1 -1
- package/lib/commonjs/ui/client.js +66 -88
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +0 -26
- package/lib/commonjs/ui/components/ActivityIndicator.js.map +0 -1
- package/lib/commonjs/ui/components/Avatar.js +39 -27
- package/lib/commonjs/ui/components/Avatar.js.map +0 -1
- package/lib/commonjs/ui/components/BottomSheet.js +0 -20
- package/lib/commonjs/ui/components/BottomSheet.js.map +0 -1
- package/lib/commonjs/ui/components/BottomSheetRouter.js +65 -103
- package/lib/commonjs/ui/components/BottomSheetRouter.js.map +0 -1
- package/lib/commonjs/ui/components/CrossFadeIcon.js +0 -30
- package/lib/commonjs/ui/components/CrossFadeIcon.js.map +0 -1
- package/lib/commonjs/ui/components/EmptyState.js +10 -13
- package/lib/commonjs/ui/components/EmptyState.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +52 -81
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/FontLoader.js +17 -52
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +27 -29
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +10 -11
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +0 -34
- package/lib/commonjs/ui/components/Header.js.map +0 -1
- package/lib/commonjs/ui/components/HelperText.js +0 -26
- package/lib/commonjs/ui/components/HelperText.js.map +0 -1
- 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 +0 -1
- package/lib/commonjs/ui/components/IconButton/utils.js +4 -8
- package/lib/commonjs/ui/components/IconButton/utils.js.map +1 -1
- package/lib/commonjs/ui/components/LoadingState.js +11 -14
- package/lib/commonjs/ui/components/LoadingState.js.map +1 -1
- package/lib/commonjs/ui/components/OxyLogo.js +14 -53
- package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +17 -19
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js.map +0 -1
- 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 +31 -35
- package/lib/commonjs/ui/components/ProfileCard.js.map +0 -1
- 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 +12 -15
- package/lib/commonjs/ui/components/Section.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +14 -13
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/SettingRow.js.map +0 -1
- package/lib/commonjs/ui/components/SignInModal.js +115 -132
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +71 -85
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +37 -79
- package/lib/commonjs/ui/components/Surface.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +8 -6
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +29 -74
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +23 -27
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +27 -31
- 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 +0 -1
- 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 +21 -23
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +10 -37
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +1 -2
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +65 -106
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +0 -33
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/constants.js +25 -35
- package/lib/commonjs/ui/components/TextField/constants.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/helpers.js +43 -44
- package/lib/commonjs/ui/components/TextField/helpers.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/types.js.map +0 -1
- package/lib/commonjs/ui/components/TextField.js +35 -76
- 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 +30 -64
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +26 -68
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/utils.js +6 -10
- package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +0 -1
- 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 +0 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +0 -1
- package/lib/commonjs/ui/components/feedback/index.js +0 -10
- 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 +14 -13
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +0 -1
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +66 -77
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +118 -127
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +0 -1
- package/lib/commonjs/ui/components/fileManagement/styles.js.map +0 -1
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +0 -20
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +0 -1
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/commonjs/ui/components/icon/index.js +7 -12
- package/lib/commonjs/ui/components/icon/index.js.map +1 -1
- package/lib/commonjs/ui/components/index.js +54 -62
- package/lib/commonjs/ui/components/index.js.map +1 -1
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +21 -22
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +0 -1
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +41 -52
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/commonjs/ui/components/modals/index.js +3 -8
- package/lib/commonjs/ui/components/modals/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +70 -89
- 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 +0 -1
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +0 -1
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +0 -1
- package/lib/commonjs/ui/components/payment/constants.js.map +0 -1
- package/lib/commonjs/ui/components/payment/index.js +0 -15
- 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 +27 -59
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/commonjs/ui/components/styles/overlay.js +6 -4
- 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 +6 -4
- 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 +3 -43
- 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 +0 -1
- package/lib/commonjs/ui/components/utils/splitStyles.js +7 -1
- package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +16 -12
- package/lib/commonjs/ui/constants/iconColors.js.map +0 -1
- package/lib/commonjs/ui/constants/spacing.js.map +1 -1
- package/lib/commonjs/ui/constants/theme.js +9 -8
- package/lib/commonjs/ui/constants/theme.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +0 -1
- package/lib/commonjs/ui/context/OxyContext.js.map +0 -1
- package/lib/commonjs/ui/context/ThemeContext.js +4 -27
- package/lib/commonjs/ui/context/ThemeContext.js.map +1 -2
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +0 -27
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +0 -1
- package/lib/commonjs/ui/hooks/index.js +26 -27
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +22 -31
- 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 +106 -83
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +53 -45
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/index.js +39 -50
- package/lib/commonjs/ui/hooks/queries/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +0 -6
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +39 -33
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +0 -1
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +12 -11
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +0 -1
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +32 -28
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queryClient.js +17 -10
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +26 -13
- package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +0 -1
- package/lib/commonjs/ui/hooks/useAuth.js +28 -23
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAvatarPicker.js +0 -3
- package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/commonjs/ui/hooks/useColorScheme.js +8 -6
- 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 +9 -7
- package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.js +75 -67
- package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.types.js +0 -5
- package/lib/commonjs/ui/hooks/useFollow.types.js.map +0 -1
- 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 +17 -16
- 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 +44 -40
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +39 -34
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSettingToggle.js +22 -16
- 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 +13 -12
- package/lib/commonjs/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/commonjs/ui/hooks/useWebSSO.js +19 -11
- package/lib/commonjs/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/commonjs/ui/index.js +51 -61
- 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 +0 -1
- package/lib/commonjs/ui/navigation/routes.js +12 -6
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +66 -75
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +133 -164
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +133 -150
- 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 +44 -83
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +0 -19
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +54 -61
- package/lib/commonjs/ui/screens/FAQScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +137 -155
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/FollowersListScreen.js +6 -9
- package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FollowingListScreen.js +6 -9
- package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +36 -75
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +43 -79
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +50 -82
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +31 -35
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +0 -23
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +107 -120
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +69 -63
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +205 -241
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +81 -114
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +102 -128
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +0 -31
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +32 -69
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +0 -1
- 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 +85 -120
- 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 +72 -91
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +45 -80
- 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 +0 -1
- 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 +58 -47
- 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 +0 -1
- package/lib/commonjs/ui/stores/assetStore.js +16 -13
- package/lib/commonjs/ui/stores/assetStore.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +6 -5
- 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 +10 -3
- 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 +19 -18
- package/lib/commonjs/ui/styles/fonts.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js.map +0 -1
- package/lib/commonjs/ui/styles/spacing.js +0 -11
- package/lib/commonjs/ui/styles/spacing.js.map +0 -1
- package/lib/commonjs/ui/styles/theme.js +12 -11
- 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 +16 -11
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
- package/lib/commonjs/ui/utils/colorUtils.js +0 -17
- package/lib/commonjs/ui/utils/colorUtils.js.map +0 -1
- 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 +0 -1
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
- package/lib/commonjs/ui/utils/fileManagement.js +38 -22
- package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/utils/iconNames.js.map +0 -1
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/storageHelpers.js +12 -7
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/themeUtils.js +0 -15
- package/lib/commonjs/ui/utils/themeUtils.js.map +0 -1
- package/lib/commonjs/ui/utils/userUtils.js +9 -6
- package/lib/commonjs/ui/utils/userUtils.js.map +1 -1
- package/lib/commonjs/utils/hookUtils.js +79 -60
- package/lib/commonjs/utils/hookUtils.js.map +1 -1
- package/lib/module/assets/icons/OxyServices.js +0 -12
- package/lib/module/assets/icons/OxyServices.js.map +0 -1
- package/lib/module/assets/illustrations/HighFive.js +0 -15
- package/lib/module/assets/illustrations/HighFive.js.map +0 -1
- package/lib/module/index.js +34 -406
- package/lib/module/index.js.map +1 -1
- package/lib/module/lib/sonner-safe.js +8 -7
- package/lib/module/lib/sonner-safe.js.map +1 -1
- package/lib/module/lib/sonner.js +1 -17
- package/lib/module/lib/sonner.js.map +1 -1
- package/lib/module/lib/sonner.native.js +0 -45
- package/lib/module/lib/sonner.native.js.map +1 -1
- package/lib/module/lib/sonner.web.js +6 -48
- package/lib/module/lib/sonner.web.js.map +1 -1
- package/lib/module/ui/client.js +25 -165
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/ActivityIndicator.js +27 -69
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/AutoHeightScrollView.js +9 -13
- package/lib/module/ui/components/AutoHeightScrollView.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +0 -8
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +0 -99
- package/lib/module/ui/components/BottomSheet.js.map +0 -1
- package/lib/module/ui/components/BottomSheetRouter.js +61 -105
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +16 -60
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/EmptyState.js +7 -15
- package/lib/module/ui/components/EmptyState.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +50 -84
- package/lib/module/ui/components/FollowButton.js.map +0 -1
- package/lib/module/ui/components/FontLoader.js +17 -57
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +27 -31
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +9 -13
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +57 -102
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +13 -55
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +13 -19
- package/lib/module/ui/components/Icon.js.map +0 -1
- package/lib/module/ui/components/IconButton/IconButton.js +24 -31
- package/lib/module/ui/components/IconButton/IconButton.js.map +0 -1
- package/lib/module/ui/components/IconButton/utils.js +4 -14
- package/lib/module/ui/components/IconButton/utils.js.map +1 -1
- package/lib/module/ui/components/LoadingState.js +0 -12
- package/lib/module/ui/components/LoadingState.js.map +0 -1
- package/lib/module/ui/components/OxyLogo.js +0 -13
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +0 -14
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +48 -39
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +37 -42
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +29 -37
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +15 -18
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +0 -16
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +12 -15
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +0 -17
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +115 -142
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +0 -43
- package/lib/module/ui/components/StepBasedScreen.js.map +0 -1
- package/lib/module/ui/components/Surface.js +34 -82
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Outline.js +0 -8
- package/lib/module/ui/components/TextField/Addons/Outline.js.map +0 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js +8 -12
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -62
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +0 -15
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +28 -33
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/enums.js +9 -13
- package/lib/module/ui/components/TextField/Adornment/enums.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/types.js +0 -3
- package/lib/module/ui/components/TextField/Adornment/types.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/utils.js +2 -7
- package/lib/module/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +18 -25
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +0 -1
- package/lib/module/ui/components/TextField/TextFieldFlat.js +63 -109
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +61 -109
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/constants.js +0 -23
- package/lib/module/ui/components/TextField/constants.js.map +0 -1
- package/lib/module/ui/components/TextField/helpers.js +50 -69
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField/types.js +1 -3
- package/lib/module/ui/components/TextField/types.js.map +1 -1
- package/lib/module/ui/components/TextField.js +0 -64
- package/lib/module/ui/components/TextField.js.map +0 -1
- package/lib/module/ui/components/TouchableRipple/Pressable.js +6 -7
- package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +28 -67
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +0 -47
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/utils.js +6 -16
- package/lib/module/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +0 -8
- package/lib/module/ui/components/Typography/AnimatedText.js.map +0 -1
- package/lib/module/ui/components/Typography/types.js +3 -7
- package/lib/module/ui/components/Typography/types.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +12 -20
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/module/ui/components/feedback/ProgressIndicator.js +0 -10
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +0 -1
- package/lib/module/ui/components/feedback/constants.js +3 -7
- package/lib/module/ui/components/feedback/constants.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +10 -15
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +5 -56
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- package/lib/module/ui/components/feedback/types.js +0 -3
- package/lib/module/ui/components/feedback/types.js.map +0 -1
- package/lib/module/ui/components/feedback/useFeedbackForm.js +6 -11
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/module/ui/components/fileManagement/AnimatedButton.js +0 -10
- package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +0 -1
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +67 -72
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +0 -38
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +0 -1
- package/lib/module/ui/components/fileManagement/UploadPreview.js +0 -27
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +20 -24
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/FAIRWalletIcon.js +14 -58
- package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +0 -1
- package/lib/module/ui/components/icon/OxyIcon.js +0 -5
- package/lib/module/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/module/ui/components/icon/index.js +2 -23
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +0 -111
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/internal/GroupedPillButtons.js +0 -11
- package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/module/ui/components/internal/PinInput.js +12 -15
- package/lib/module/ui/components/internal/PinInput.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +40 -48
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +1 -16
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +69 -77
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +17 -25
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +0 -13
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +0 -1
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +0 -18
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +0 -1
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +0 -29
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +0 -1
- package/lib/module/ui/components/payment/constants.js +0 -7
- package/lib/module/ui/components/payment/constants.js.map +0 -1
- package/lib/module/ui/components/payment/index.js +0 -73
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +0 -9
- package/lib/module/ui/components/payment/paymentStyles.js.map +0 -1
- package/lib/module/ui/components/payment/types.js +1 -3
- package/lib/module/ui/components/payment/types.js.map +1 -1
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +25 -62
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/module/ui/components/styles/overlay.js +0 -13
- package/lib/module/ui/components/styles/overlay.js.map +1 -1
- package/lib/module/ui/components/styles/shadow.js +8 -12
- package/lib/module/ui/components/styles/shadow.js.map +1 -1
- package/lib/module/ui/components/theming.js +6 -9
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/components/types.js +1 -3
- package/lib/module/ui/components/types.js.map +1 -1
- package/lib/module/ui/components/utils/forwardRef.js +0 -40
- package/lib/module/ui/components/utils/forwardRef.js.map +0 -1
- package/lib/module/ui/components/utils/hasTouchHandler.js +1 -5
- package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js +1 -6
- package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -1
- package/lib/module/ui/components/utils/splitStyles.js +7 -5
- package/lib/module/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +14 -16
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/constants/spacing.js +25 -24
- package/lib/module/ui/constants/spacing.js.map +1 -1
- package/lib/module/ui/constants/theme.js +4 -7
- package/lib/module/ui/constants/theme.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +0 -17
- package/lib/module/ui/context/OxyContext.js.map +0 -1
- package/lib/module/ui/context/ThemeContext.js +7 -13
- package/lib/module/ui/context/ThemeContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +39 -68
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/index.js +0 -64
- package/lib/module/ui/hooks/index.js.map +0 -1
- package/lib/module/ui/hooks/mutations/index.js +5 -67
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationFactory.js +0 -7
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +0 -1
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +109 -92
- 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 +0 -114
- package/lib/module/ui/hooks/queries/index.js.map +0 -1
- package/lib/module/ui/hooks/queries/queryKeys.js +36 -39
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +40 -44
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +12 -17
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +0 -1
- package/lib/module/ui/hooks/queries/useServicesQueries.js +33 -37
- 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 +26 -19
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +16 -20
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +20 -24
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useAvatarPicker.js +13 -16
- package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/module/ui/hooks/useColorScheme.js +0 -3
- package/lib/module/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +11 -16
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFileDownloadUrl.js +9 -15
- package/lib/module/ui/hooks/useFileDownloadUrl.js.map +0 -1
- package/lib/module/ui/hooks/useFileFiltering.js +0 -9
- package/lib/module/ui/hooks/useFileFiltering.js.map +0 -1
- package/lib/module/ui/hooks/useFollow.js +77 -75
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.types.js +0 -6
- package/lib/module/ui/hooks/useFollow.types.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +0 -7
- package/lib/module/ui/hooks/useI18n.js.map +0 -1
- package/lib/module/ui/hooks/useLanguageManagement.js +18 -22
- package/lib/module/ui/hooks/useLanguageManagement.js.map +0 -1
- package/lib/module/ui/hooks/useProfileEditing.js +0 -9
- package/lib/module/ui/hooks/useProfileEditing.js.map +0 -1
- package/lib/module/ui/hooks/useQueryClient.js +0 -5
- package/lib/module/ui/hooks/useQueryClient.js.map +0 -1
- package/lib/module/ui/hooks/useSessionManagement.js +45 -46
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +0 -15
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +0 -14
- package/lib/module/ui/hooks/useSettingToggle.js.map +0 -1
- package/lib/module/ui/hooks/useStorage.js +7 -12
- package/lib/module/ui/hooks/useStorage.js.map +0 -1
- package/lib/module/ui/hooks/useThemeColors.js +10 -14
- package/lib/module/ui/hooks/useThemeColors.js.map +0 -1
- package/lib/module/ui/hooks/useThemeStyles.js +14 -18
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/hooks/useWebSSO.js +16 -12
- package/lib/module/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/module/ui/index.js +46 -74
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/isFrontend.js +1 -4
- package/lib/module/ui/isFrontend.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +0 -17
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +14 -8
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +65 -71
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +131 -167
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +0 -88
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +0 -88
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js +42 -86
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +76 -79
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +89 -114
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +0 -38
- package/lib/module/ui/screens/FAQScreen.js.map +0 -1
- package/lib/module/ui/screens/FeedbackScreen.js +0 -58
- package/lib/module/ui/screens/FeedbackScreen.js.map +0 -1
- package/lib/module/ui/screens/FileManagementScreen.js +0 -149
- package/lib/module/ui/screens/FileManagementScreen.js.map +0 -1
- package/lib/module/ui/screens/FollowersListScreen.js +0 -8
- package/lib/module/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/module/ui/screens/FollowingListScreen.js +4 -12
- package/lib/module/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +0 -45
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +41 -81
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +0 -71
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +0 -1
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +31 -33
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +35 -72
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +0 -50
- package/lib/module/ui/screens/OxyAuthScreen.js.map +0 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js +0 -28
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +0 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +205 -186
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +0 -56
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/ProfileScreen.js +101 -102
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +0 -55
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +0 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +0 -39
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/SessionManagementScreen.js +89 -81
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +18 -21
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +0 -69
- package/lib/module/ui/screens/UserListScreen.js.map +0 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +82 -123
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +26 -29
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +72 -74
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +43 -83
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +0 -30
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +80 -81
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/server.js +29 -50
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/stores/accountStore.js +0 -7
- package/lib/module/ui/stores/accountStore.js.map +0 -1
- package/lib/module/ui/stores/assetStore.js +14 -24
- package/lib/module/ui/stores/assetStore.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +5 -8
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/stores/fileStore.js +0 -6
- package/lib/module/ui/stores/fileStore.js.map +0 -1
- package/lib/module/ui/stores/followStore.js +9 -6
- package/lib/module/ui/stores/followStore.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +12 -17
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/fonts.js +0 -8
- package/lib/module/ui/styles/fonts.js.map +0 -1
- package/lib/module/ui/styles/index.js +4 -26
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +0 -54
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +13 -19
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/types/fileManagement.js +1 -3
- package/lib/module/ui/types/fileManagement.js.map +0 -1
- package/lib/module/ui/types/navigation.js +1 -3
- package/lib/module/ui/types/navigation.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +0 -5
- package/lib/module/ui/utils/avatarUtils.js.map +0 -1
- package/lib/module/ui/utils/colorUtils.js +0 -44
- package/lib/module/ui/utils/colorUtils.js.map +0 -1
- package/lib/module/ui/utils/confirmAction.js +0 -7
- package/lib/module/ui/utils/confirmAction.js.map +1 -1
- package/lib/module/ui/utils/errorHandlers.js +18 -16
- package/lib/module/ui/utils/errorHandlers.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +0 -6
- package/lib/module/ui/utils/fileManagement.js.map +0 -1
- package/lib/module/ui/utils/iconNames.js +20 -24
- package/lib/module/ui/utils/iconNames.js.map +1 -1
- package/lib/module/ui/utils/sessionHelpers.js +15 -17
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/module/ui/utils/storageHelpers.js +10 -12
- package/lib/module/ui/utils/storageHelpers.js.map +1 -1
- package/lib/module/ui/utils/themeUtils.js +2 -35
- package/lib/module/ui/utils/themeUtils.js.map +0 -1
- package/lib/module/ui/utils/userUtils.js +6 -10
- package/lib/module/ui/utils/userUtils.js.map +1 -1
- package/lib/module/utils/hookUtils.js +83 -82
- package/lib/module/utils/hookUtils.js.map +1 -1
- package/package.json +1 -1
- package/lib/commonjs/assets/assets/icons/OxyServices.d.ts +0 -28
- package/lib/commonjs/assets/assets/icons/OxyServices.js +0 -53
- package/lib/commonjs/assets/assets/illustrations/HighFive.d.ts +0 -7
- package/lib/commonjs/assets/assets/illustrations/HighFive.js +0 -41
- package/lib/module/assets/assets/icons/OxyServices.d.ts +0 -28
- package/lib/module/assets/assets/icons/OxyServices.js +0 -53
- package/lib/module/assets/assets/illustrations/HighFive.d.ts +0 -7
- package/lib/module/assets/assets/illustrations/HighFive.js +0 -41
- package/lib/typescript/assets/icons/OxyServices.d.ts +0 -28
- package/lib/typescript/assets/illustrations/HighFive.d.ts +0 -7
- package/lib/typescript/index.d.ts +0 -46
- package/lib/typescript/lib/sonner-safe.d.ts +0 -8
- package/lib/typescript/lib/sonner.d.ts +0 -11
- package/lib/typescript/lib/sonner.native.d.ts +0 -14
- package/lib/typescript/lib/sonner.web.d.ts +0 -14
- package/lib/typescript/ui/client.d.ts +0 -30
- package/lib/typescript/ui/components/ActivityIndicator.d.ts +0 -44
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts +0 -22
- package/lib/typescript/ui/components/Avatar.d.ts +0 -60
- package/lib/typescript/ui/components/BottomSheet.d.ts +0 -28
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts +0 -8
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts +0 -26
- package/lib/typescript/ui/components/EmptyState.d.ts +0 -7
- package/lib/typescript/ui/components/FollowButton.d.ts +0 -28
- package/lib/typescript/ui/components/FontLoader.d.ts +0 -14
- package/lib/typescript/ui/components/GroupedItem.d.ts +0 -23
- package/lib/typescript/ui/components/GroupedSection.d.ts +0 -29
- package/lib/typescript/ui/components/Header.d.ts +0 -37
- package/lib/typescript/ui/components/HelperText.d.ts +0 -46
- package/lib/typescript/ui/components/Icon.d.ts +0 -59
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts +0 -98
- package/lib/typescript/ui/components/IconButton/utils.d.ts +0 -18
- package/lib/typescript/ui/components/LoadingState.d.ts +0 -8
- package/lib/typescript/ui/components/OxyLogo.d.ts +0 -28
- package/lib/typescript/ui/components/OxyPayButton.d.ts +0 -28
- package/lib/typescript/ui/components/OxyProvider.d.ts +0 -37
- package/lib/typescript/ui/components/OxySignInButton.d.ts +0 -64
- package/lib/typescript/ui/components/ProfileCard.d.ts +0 -17
- package/lib/typescript/ui/components/QuickActions.d.ts +0 -14
- package/lib/typescript/ui/components/Section.d.ts +0 -11
- package/lib/typescript/ui/components/SectionTitle.d.ts +0 -9
- package/lib/typescript/ui/components/SettingRow.d.ts +0 -19
- package/lib/typescript/ui/components/SignInModal.d.ts +0 -17
- package/lib/typescript/ui/components/StepBasedScreen.d.ts +0 -25
- package/lib/typescript/ui/components/Surface.d.ts +0 -75
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts +0 -15
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts +0 -18
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -44
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -72
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -77
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts +0 -12
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts +0 -11
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts +0 -11
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts +0 -4
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts +0 -3
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts +0 -3
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts +0 -3
- package/lib/typescript/ui/components/TextField/constants.d.ts +0 -31
- package/lib/typescript/ui/components/TextField/helpers.d.ts +0 -96
- package/lib/typescript/ui/components/TextField/types.d.ts +0 -155
- package/lib/typescript/ui/components/TextField.d.ts +0 -191
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts +0 -12
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -61
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -24
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts +0 -10
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts +0 -34
- package/lib/typescript/ui/components/Typography/types.d.ts +0 -18
- package/lib/typescript/ui/components/feedback/FormInput.d.ts +0 -19
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts +0 -10
- package/lib/typescript/ui/components/feedback/constants.d.ts +0 -4
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts +0 -279
- package/lib/typescript/ui/components/feedback/index.d.ts +0 -6
- package/lib/typescript/ui/components/feedback/types.d.ts +0 -45
- package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts +0 -8
- package/lib/typescript/ui/components/fileManagement/AnimatedButton.d.ts +0 -15
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts +0 -14
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts +0 -17
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts +0 -20
- package/lib/typescript/ui/components/fileManagement/styles.d.ts +0 -859
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts +0 -8
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +0 -9
- package/lib/typescript/ui/components/icon/index.d.ts +0 -3
- package/lib/typescript/ui/components/index.d.ts +0 -16
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +0 -23
- package/lib/typescript/ui/components/internal/PinInput.d.ts +0 -22
- package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts +0 -18
- package/lib/typescript/ui/components/modals/index.d.ts +0 -1
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts +0 -20
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts +0 -13
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts +0 -15
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts +0 -9
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts +0 -14
- package/lib/typescript/ui/components/payment/constants.d.ts +0 -6
- package/lib/typescript/ui/components/payment/index.d.ts +0 -8
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts +0 -395
- package/lib/typescript/ui/components/payment/types.d.ts +0 -39
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts +0 -26
- package/lib/typescript/ui/components/styles/overlay.d.ts +0 -3
- package/lib/typescript/ui/components/styles/shadow.d.ts +0 -2
- package/lib/typescript/ui/components/theming.d.ts +0 -7
- package/lib/typescript/ui/components/types.d.ts +0 -80
- package/lib/typescript/ui/components/utils/forwardRef.d.ts +0 -11
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts +0 -5
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts +0 -1
- package/lib/typescript/ui/components/utils/splitStyles.d.ts +0 -19
- package/lib/typescript/ui/constants/iconColors.d.ts +0 -129
- package/lib/typescript/ui/constants/spacing.d.ts +0 -32
- package/lib/typescript/ui/constants/theme.d.ts +0 -96
- package/lib/typescript/ui/context/OxyContext.d.ts +0 -75
- package/lib/typescript/ui/context/ThemeContext.d.ts +0 -18
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +0 -39
- package/lib/typescript/ui/hooks/index.d.ts +0 -6
- package/lib/typescript/ui/hooks/mutations/index.d.ts +0 -8
- package/lib/typescript/ui/hooks/mutations/mutationFactory.d.ts +0 -75
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts +0 -42
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts +0 -22
- package/lib/typescript/ui/hooks/queries/index.d.ts +0 -10
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts +0 -64
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts +0 -42
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts +0 -14
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts +0 -30
- package/lib/typescript/ui/hooks/queryClient.d.ts +0 -18
- package/lib/typescript/ui/hooks/useAssets.d.ts +0 -34
- package/lib/typescript/ui/hooks/useAsyncAction.d.ts +0 -50
- package/lib/typescript/ui/hooks/useAuth.d.ts +0 -77
- package/lib/typescript/ui/hooks/useAvatarPicker.d.ts +0 -24
- package/lib/typescript/ui/hooks/useColorScheme.d.ts +0 -7
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts +0 -26
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts +0 -21
- package/lib/typescript/ui/hooks/useFileFiltering.d.ts +0 -28
- package/lib/typescript/ui/hooks/useFollow.d.ts +0 -92
- package/lib/typescript/ui/hooks/useFollow.types.d.ts +0 -32
- package/lib/typescript/ui/hooks/useI18n.d.ts +0 -4
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts +0 -24
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts +0 -35
- package/lib/typescript/ui/hooks/useQueryClient.d.ts +0 -6
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts +0 -40
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts +0 -14
- package/lib/typescript/ui/hooks/useSettingToggle.d.ts +0 -56
- package/lib/typescript/ui/hooks/useStorage.d.ts +0 -15
- package/lib/typescript/ui/hooks/useThemeColors.d.ts +0 -93
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts +0 -44
- package/lib/typescript/ui/hooks/useWebSSO.d.ts +0 -57
- package/lib/typescript/ui/index.d.ts +0 -23
- package/lib/typescript/ui/isFrontend.d.ts +0 -2
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts +0 -26
- package/lib/typescript/ui/navigation/routes.d.ts +0 -5
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +0 -7
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/EditProfileFieldScreen.d.ts +0 -12
- package/lib/typescript/ui/screens/FAQScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/FollowersListScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/FollowingListScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts +0 -6
- package/lib/typescript/ui/screens/LearnMoreUsernamesScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts +0 -16
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +0 -14
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts +0 -14
- package/lib/typescript/ui/screens/UserListScreen.d.ts +0 -10
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts +0 -12
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +0 -4
- package/lib/typescript/ui/server.d.ts +0 -40
- package/lib/typescript/ui/stores/accountStore.d.ts +0 -26
- package/lib/typescript/ui/stores/assetStore.d.ts +0 -53
- package/lib/typescript/ui/stores/authStore.d.ts +0 -16
- package/lib/typescript/ui/stores/fileStore.d.ts +0 -30
- package/lib/typescript/ui/stores/followStore.d.ts +0 -24
- package/lib/typescript/ui/styles/authStyles.d.ts +0 -331
- package/lib/typescript/ui/styles/fonts.d.ts +0 -20
- package/lib/typescript/ui/styles/index.d.ts +0 -4
- package/lib/typescript/ui/styles/spacing.d.ts +0 -48
- package/lib/typescript/ui/styles/theme.d.ts +0 -67
- package/lib/typescript/ui/types/fileManagement.d.ts +0 -40
- package/lib/typescript/ui/types/navigation.d.ts +0 -36
- package/lib/typescript/ui/utils/avatarUtils.d.ts +0 -22
- package/lib/typescript/ui/utils/colorUtils.d.ts +0 -9
- package/lib/typescript/ui/utils/confirmAction.d.ts +0 -6
- package/lib/typescript/ui/utils/errorHandlers.d.ts +0 -34
- package/lib/typescript/ui/utils/fileManagement.d.ts +0 -86
- package/lib/typescript/ui/utils/iconNames.d.ts +0 -111
- package/lib/typescript/ui/utils/sessionHelpers.d.ts +0 -64
- package/lib/typescript/ui/utils/storageHelpers.d.ts +0 -27
- package/lib/typescript/ui/utils/themeUtils.d.ts +0 -10
- package/lib/typescript/ui/utils/userUtils.d.ts +0 -28
- package/lib/typescript/utils/hookUtils.d.ts +0 -101
- package/src/assets/icons/OxyServices.d.ts +0 -28
- package/src/assets/icons/OxyServices.js +0 -53
- package/src/assets/illustrations/HighFive.d.ts +0 -7
- package/src/assets/illustrations/HighFive.js +0 -41
- package/src/index.d.ts +0 -46
- package/src/index.js +0 -127
- package/src/lib/sonner-safe.d.ts +0 -8
- package/src/lib/sonner-safe.js +0 -28
- package/src/lib/sonner.d.ts +0 -11
- package/src/lib/sonner.js +0 -16
- package/src/lib/sonner.native.d.ts +0 -14
- package/src/lib/sonner.native.js +0 -46
- package/src/lib/sonner.web.d.ts +0 -14
- package/src/lib/sonner.web.js +0 -46
- package/src/ui/client.d.ts +0 -30
- package/src/ui/client.js +0 -64
- package/src/ui/components/ActivityIndicator.d.ts +0 -44
- package/src/ui/components/ActivityIndicator.js +0 -184
- package/src/ui/components/AutoHeightScrollView.d.ts +0 -22
- package/src/ui/components/AutoHeightScrollView.js +0 -33
- package/src/ui/components/Avatar.d.ts +0 -60
- package/src/ui/components/Avatar.js +0 -146
- package/src/ui/components/BottomSheet.d.ts +0 -28
- package/src/ui/components/BottomSheet.js +0 -374
- package/src/ui/components/BottomSheetRouter.d.ts +0 -8
- package/src/ui/components/BottomSheetRouter.js +0 -211
- package/src/ui/components/CrossFadeIcon.d.ts +0 -26
- package/src/ui/components/CrossFadeIcon.js +0 -111
- package/src/ui/components/EmptyState.d.ts +0 -7
- package/src/ui/components/EmptyState.js +0 -27
- package/src/ui/components/FollowButton.d.ts +0 -28
- package/src/ui/components/FollowButton.js +0 -197
- package/src/ui/components/FontLoader.d.ts +0 -14
- package/src/ui/components/FontLoader.js +0 -185
- package/src/ui/components/GroupedItem.d.ts +0 -23
- package/src/ui/components/GroupedItem.js +0 -84
- package/src/ui/components/GroupedSection.d.ts +0 -29
- package/src/ui/components/GroupedSection.js +0 -13
- package/src/ui/components/Header.d.ts +0 -37
- package/src/ui/components/Header.js +0 -400
- package/src/ui/components/HelperText.d.ts +0 -46
- package/src/ui/components/HelperText.js +0 -119
- package/src/ui/components/Icon.d.ts +0 -59
- package/src/ui/components/Icon.js +0 -108
- package/src/ui/components/IconButton/IconButton.d.ts +0 -98
- package/src/ui/components/IconButton/IconButton.js +0 -90
- package/src/ui/components/IconButton/utils.d.ts +0 -18
- package/src/ui/components/IconButton/utils.js +0 -119
- package/src/ui/components/LoadingState.d.ts +0 -8
- package/src/ui/components/LoadingState.js +0 -29
- package/src/ui/components/OxyLogo.d.ts +0 -28
- package/src/ui/components/OxyLogo.js +0 -53
- package/src/ui/components/OxyPayButton.d.ts +0 -28
- package/src/ui/components/OxyPayButton.js +0 -76
- package/src/ui/components/OxyProvider.d.ts +0 -37
- package/src/ui/components/OxyProvider.js +0 -197
- package/src/ui/components/OxySignInButton.d.ts +0 -64
- package/src/ui/components/OxySignInButton.js +0 -145
- package/src/ui/components/ProfileCard.d.ts +0 -17
- package/src/ui/components/ProfileCard.js +0 -82
- package/src/ui/components/QuickActions.d.ts +0 -14
- package/src/ui/components/QuickActions.js +0 -62
- package/src/ui/components/Section.d.ts +0 -11
- package/src/ui/components/Section.js +0 -24
- package/src/ui/components/SectionTitle.d.ts +0 -9
- package/src/ui/components/SectionTitle.js +0 -21
- package/src/ui/components/SettingRow.d.ts +0 -19
- package/src/ui/components/SettingRow.js +0 -38
- package/src/ui/components/SignInModal.d.ts +0 -17
- package/src/ui/components/SignInModal.js +0 -428
- package/src/ui/components/StepBasedScreen.d.ts +0 -25
- package/src/ui/components/StepBasedScreen.js +0 -372
- package/src/ui/components/Surface.d.ts +0 -75
- package/src/ui/components/Surface.js +0 -239
- package/src/ui/components/TextField/Addons/Outline.d.ts +0 -15
- package/src/ui/components/TextField/Addons/Outline.js +0 -30
- package/src/ui/components/TextField/Addons/Underline.d.ts +0 -18
- package/src/ui/components/TextField/Addons/Underline.js +0 -45
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -44
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -132
- package/src/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -72
- package/src/ui/components/TextField/Adornment/TextFieldAffix.js +0 -88
- package/src/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -77
- package/src/ui/components/TextField/Adornment/TextFieldIcon.js +0 -91
- package/src/ui/components/TextField/Adornment/enums.d.ts +0 -12
- package/src/ui/components/TextField/Adornment/enums.js +0 -18
- package/src/ui/components/TextField/Adornment/types.d.ts +0 -11
- package/src/ui/components/TextField/Adornment/types.js +0 -2
- package/src/ui/components/TextField/Adornment/utils.d.ts +0 -11
- package/src/ui/components/TextField/Adornment/utils.js +0 -50
- package/src/ui/components/TextField/Label/InputLabel.d.ts +0 -4
- package/src/ui/components/TextField/Label/InputLabel.js +0 -125
- package/src/ui/components/TextField/Label/LabelBackground.d.ts +0 -3
- package/src/ui/components/TextField/Label/LabelBackground.js +0 -71
- package/src/ui/components/TextField/TextFieldFlat.d.ts +0 -3
- package/src/ui/components/TextField/TextFieldFlat.js +0 -347
- package/src/ui/components/TextField/TextFieldOutlined.d.ts +0 -3
- package/src/ui/components/TextField/TextFieldOutlined.js +0 -313
- package/src/ui/components/TextField/constants.d.ts +0 -31
- package/src/ui/components/TextField/constants.js +0 -40
- package/src/ui/components/TextField/helpers.d.ts +0 -96
- package/src/ui/components/TextField/helpers.js +0 -388
- package/src/ui/components/TextField/types.d.ts +0 -155
- package/src/ui/components/TextField/types.js +0 -2
- package/src/ui/components/TextField.d.ts +0 -191
- package/src/ui/components/TextField.js +0 -291
- package/src/ui/components/TouchableRipple/Pressable.d.ts +0 -12
- package/src/ui/components/TouchableRipple/Pressable.js +0 -5
- package/src/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -61
- package/src/ui/components/TouchableRipple/TouchableRipple.js +0 -246
- package/src/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -24
- package/src/ui/components/TouchableRipple/TouchableRipple.native.js +0 -99
- package/src/ui/components/TouchableRipple/utils.d.ts +0 -10
- package/src/ui/components/TouchableRipple/utils.js +0 -40
- package/src/ui/components/Typography/AnimatedText.d.ts +0 -34
- package/src/ui/components/Typography/AnimatedText.js +0 -49
- package/src/ui/components/Typography/types.d.ts +0 -18
- package/src/ui/components/Typography/types.js +0 -22
- package/src/ui/components/feedback/FormInput.d.ts +0 -19
- package/src/ui/components/feedback/FormInput.js +0 -26
- package/src/ui/components/feedback/ProgressIndicator.d.ts +0 -10
- package/src/ui/components/feedback/ProgressIndicator.js +0 -16
- package/src/ui/components/feedback/constants.d.ts +0 -4
- package/src/ui/components/feedback/constants.js +0 -21
- package/src/ui/components/feedback/feedbackStyles.d.ts +0 -279
- package/src/ui/components/feedback/feedbackStyles.js +0 -250
- package/src/ui/components/feedback/index.d.ts +0 -6
- package/src/ui/components/feedback/index.js +0 -18
- package/src/ui/components/feedback/types.d.ts +0 -45
- package/src/ui/components/feedback/types.js +0 -2
- package/src/ui/components/feedback/useFeedbackForm.d.ts +0 -8
- package/src/ui/components/feedback/useFeedbackForm.js +0 -42
- package/src/ui/components/fileManagement/AnimatedButton.d.ts +0 -15
- package/src/ui/components/fileManagement/AnimatedButton.js +0 -29
- package/src/ui/components/fileManagement/FileDetailsModal.d.ts +0 -14
- package/src/ui/components/fileManagement/FileDetailsModal.js +0 -22
- package/src/ui/components/fileManagement/FileViewer.d.ts +0 -17
- package/src/ui/components/fileManagement/FileViewer.js +0 -138
- package/src/ui/components/fileManagement/UploadPreview.d.ts +0 -20
- package/src/ui/components/fileManagement/UploadPreview.js +0 -35
- package/src/ui/components/fileManagement/styles.d.ts +0 -859
- package/src/ui/components/fileManagement/styles.js +0 -861
- package/src/ui/components/icon/FAIRWalletIcon.d.ts +0 -8
- package/src/ui/components/icon/FAIRWalletIcon.js +0 -54
- package/src/ui/components/icon/OxyIcon.d.ts +0 -9
- package/src/ui/components/icon/OxyIcon.js +0 -9
- package/src/ui/components/icon/index.d.ts +0 -3
- package/src/ui/components/icon/index.js +0 -10
- package/src/ui/components/index.d.ts +0 -16
- package/src/ui/components/index.js +0 -42
- package/src/ui/components/internal/GroupedPillButtons.d.ts +0 -23
- package/src/ui/components/internal/GroupedPillButtons.js +0 -149
- package/src/ui/components/internal/PinInput.d.ts +0 -22
- package/src/ui/components/internal/PinInput.js +0 -76
- package/src/ui/components/modals/DeleteAccountModal.d.ts +0 -18
- package/src/ui/components/modals/DeleteAccountModal.js +0 -154
- package/src/ui/components/modals/index.d.ts +0 -1
- package/src/ui/components/modals/index.js +0 -8
- package/src/ui/components/payment/PaymentDetailsStep.d.ts +0 -20
- package/src/ui/components/payment/PaymentDetailsStep.js +0 -65
- package/src/ui/components/payment/PaymentMethodStep.d.ts +0 -13
- package/src/ui/components/payment/PaymentMethodStep.js +0 -54
- package/src/ui/components/payment/PaymentReviewStep.d.ts +0 -15
- package/src/ui/components/payment/PaymentReviewStep.js +0 -88
- package/src/ui/components/payment/PaymentSuccessStep.d.ts +0 -9
- package/src/ui/components/payment/PaymentSuccessStep.js +0 -35
- package/src/ui/components/payment/PaymentSummaryStep.d.ts +0 -14
- package/src/ui/components/payment/PaymentSummaryStep.js +0 -60
- package/src/ui/components/payment/constants.d.ts +0 -6
- package/src/ui/components/payment/constants.js +0 -38
- package/src/ui/components/payment/index.d.ts +0 -8
- package/src/ui/components/payment/index.js +0 -24
- package/src/ui/components/payment/paymentStyles.d.ts +0 -395
- package/src/ui/components/payment/paymentStyles.js +0 -399
- package/src/ui/components/payment/types.d.ts +0 -39
- package/src/ui/components/payment/types.js +0 -2
- package/src/ui/components/photogrid/JustifiedPhotoGrid.d.ts +0 -26
- package/src/ui/components/photogrid/JustifiedPhotoGrid.js +0 -122
- package/src/ui/components/styles/overlay.d.ts +0 -3
- package/src/ui/components/styles/overlay.js +0 -81
- package/src/ui/components/styles/shadow.d.ts +0 -2
- package/src/ui/components/styles/shadow.js +0 -123
- package/src/ui/components/theming.d.ts +0 -7
- package/src/ui/components/theming.js +0 -111
- package/src/ui/components/types.d.ts +0 -80
- package/src/ui/components/types.js +0 -2
- package/src/ui/components/utils/forwardRef.d.ts +0 -11
- package/src/ui/components/utils/forwardRef.js +0 -46
- package/src/ui/components/utils/hasTouchHandler.d.ts +0 -5
- package/src/ui/components/utils/hasTouchHandler.js +0 -14
- package/src/ui/components/utils/roundLayoutSize.d.ts +0 -1
- package/src/ui/components/utils/roundLayoutSize.js +0 -5
- package/src/ui/components/utils/splitStyles.d.ts +0 -19
- package/src/ui/components/utils/splitStyles.js +0 -40
- package/src/ui/constants/iconColors.d.ts +0 -129
- package/src/ui/constants/iconColors.js +0 -76
- package/src/ui/constants/spacing.d.ts +0 -32
- package/src/ui/constants/spacing.js +0 -40
- package/src/ui/constants/theme.d.ts +0 -96
- package/src/ui/constants/theme.js +0 -118
- package/src/ui/context/OxyContext.d.ts +0 -75
- package/src/ui/context/OxyContext.js +0 -522
- package/src/ui/context/ThemeContext.d.ts +0 -18
- package/src/ui/context/ThemeContext.js +0 -25
- package/src/ui/context/hooks/useAuthOperations.d.ts +0 -39
- package/src/ui/context/hooks/useAuthOperations.js +0 -318
- package/src/ui/hooks/index.d.ts +0 -6
- package/src/ui/hooks/index.js +0 -19
- package/src/ui/hooks/mutations/index.d.ts +0 -8
- package/src/ui/hooks/mutations/index.js +0 -23
- package/src/ui/hooks/mutations/mutationFactory.d.ts +0 -75
- package/src/ui/hooks/mutations/mutationFactory.js +0 -126
- package/src/ui/hooks/mutations/useAccountMutations.d.ts +0 -42
- package/src/ui/hooks/mutations/useAccountMutations.js +0 -274
- package/src/ui/hooks/mutations/useServicesMutations.d.ts +0 -22
- package/src/ui/hooks/mutations/useServicesMutations.js +0 -149
- package/src/ui/hooks/queries/index.d.ts +0 -10
- package/src/ui/hooks/queries/index.js +0 -35
- package/src/ui/hooks/queries/queryKeys.d.ts +0 -64
- package/src/ui/hooks/queries/queryKeys.js +0 -82
- package/src/ui/hooks/queries/useAccountQueries.d.ts +0 -42
- package/src/ui/hooks/queries/useAccountQueries.js +0 -141
- package/src/ui/hooks/queries/useSecurityQueries.d.ts +0 -14
- package/src/ui/hooks/queries/useSecurityQueries.js +0 -45
- package/src/ui/hooks/queries/useServicesQueries.d.ts +0 -30
- package/src/ui/hooks/queries/useServicesQueries.js +0 -113
- package/src/ui/hooks/queryClient.d.ts +0 -18
- package/src/ui/hooks/queryClient.js +0 -111
- package/src/ui/hooks/useAssets.d.ts +0 -34
- package/src/ui/hooks/useAssets.js +0 -204
- package/src/ui/hooks/useAsyncAction.d.ts +0 -50
- package/src/ui/hooks/useAsyncAction.js +0 -77
- package/src/ui/hooks/useAuth.d.ts +0 -77
- package/src/ui/hooks/useAuth.js +0 -135
- package/src/ui/hooks/useAvatarPicker.d.ts +0 -24
- package/src/ui/hooks/useAvatarPicker.js +0 -44
- package/src/ui/hooks/useColorScheme.d.ts +0 -7
- package/src/ui/hooks/useColorScheme.js +0 -23
- package/src/ui/hooks/useDeviceManagement.d.ts +0 -26
- package/src/ui/hooks/useDeviceManagement.js +0 -69
- package/src/ui/hooks/useFileDownloadUrl.d.ts +0 -21
- package/src/ui/hooks/useFileDownloadUrl.js +0 -104
- package/src/ui/hooks/useFileFiltering.d.ts +0 -28
- package/src/ui/hooks/useFileFiltering.js +0 -80
- package/src/ui/hooks/useFollow.d.ts +0 -92
- package/src/ui/hooks/useFollow.js +0 -216
- package/src/ui/hooks/useFollow.types.d.ts +0 -32
- package/src/ui/hooks/useFollow.types.js +0 -4
- package/src/ui/hooks/useI18n.d.ts +0 -4
- package/src/ui/hooks/useI18n.js +0 -13
- package/src/ui/hooks/useLanguageManagement.d.ts +0 -24
- package/src/ui/hooks/useLanguageManagement.js +0 -108
- package/src/ui/hooks/useProfileEditing.d.ts +0 -35
- package/src/ui/hooks/useProfileEditing.js +0 -101
- package/src/ui/hooks/useQueryClient.d.ts +0 -6
- package/src/ui/hooks/useQueryClient.js +0 -16
- package/src/ui/hooks/useSessionManagement.d.ts +0 -40
- package/src/ui/hooks/useSessionManagement.js +0 -312
- package/src/ui/hooks/useSessionSocket.d.ts +0 -14
- package/src/ui/hooks/useSessionSocket.js +0 -209
- package/src/ui/hooks/useSettingToggle.d.ts +0 -56
- package/src/ui/hooks/useSettingToggle.js +0 -97
- package/src/ui/hooks/useStorage.d.ts +0 -15
- package/src/ui/hooks/useStorage.js +0 -40
- package/src/ui/hooks/useThemeColors.d.ts +0 -93
- package/src/ui/hooks/useThemeColors.js +0 -27
- package/src/ui/hooks/useThemeStyles.d.ts +0 -44
- package/src/ui/hooks/useThemeStyles.js +0 -63
- package/src/ui/hooks/useWebSSO.d.ts +0 -57
- package/src/ui/hooks/useWebSSO.js +0 -146
- package/src/ui/index.d.ts +0 -23
- package/src/ui/index.js +0 -97
- package/src/ui/isFrontend.d.ts +0 -2
- package/src/ui/isFrontend.js +0 -6
- package/src/ui/navigation/bottomSheetManager.d.ts +0 -26
- package/src/ui/navigation/bottomSheetManager.js +0 -68
- package/src/ui/navigation/routes.d.ts +0 -5
- package/src/ui/navigation/routes.js +0 -75
- package/src/ui/screens/AccountCenterScreen.d.ts +0 -4
- package/src/ui/screens/AccountCenterScreen.js +0 -202
- package/src/ui/screens/AccountOverviewScreen.d.ts +0 -4
- package/src/ui/screens/AccountOverviewScreen.js +0 -648
- package/src/ui/screens/AccountSettingsScreen.d.ts +0 -7
- package/src/ui/screens/AccountSettingsScreen.js +0 -480
- package/src/ui/screens/AccountSwitcherScreen.d.ts +0 -4
- package/src/ui/screens/AccountSwitcherScreen.js +0 -482
- package/src/ui/screens/AccountVerificationScreen.d.ts +0 -4
- package/src/ui/screens/AccountVerificationScreen.js +0 -164
- package/src/ui/screens/AppInfoScreen.d.ts +0 -4
- package/src/ui/screens/AppInfoScreen.js +0 -373
- package/src/ui/screens/EditProfileFieldScreen.d.ts +0 -12
- package/src/ui/screens/EditProfileFieldScreen.js +0 -549
- package/src/ui/screens/FAQScreen.d.ts +0 -4
- package/src/ui/screens/FAQScreen.js +0 -182
- package/src/ui/screens/FeedbackScreen.d.ts +0 -4
- package/src/ui/screens/FeedbackScreen.js +0 -160
- package/src/ui/screens/FileManagementScreen.d.ts +0 -4
- package/src/ui/screens/FileManagementScreen.js +0 -1473
- package/src/ui/screens/FollowersListScreen.d.ts +0 -8
- package/src/ui/screens/FollowersListScreen.js +0 -11
- package/src/ui/screens/FollowingListScreen.d.ts +0 -8
- package/src/ui/screens/FollowingListScreen.js +0 -11
- package/src/ui/screens/HelpSupportScreen.d.ts +0 -4
- package/src/ui/screens/HelpSupportScreen.js +0 -140
- package/src/ui/screens/HistoryViewScreen.d.ts +0 -4
- package/src/ui/screens/HistoryViewScreen.js +0 -225
- package/src/ui/screens/LanguageSelectorScreen.d.ts +0 -6
- package/src/ui/screens/LanguageSelectorScreen.js +0 -178
- package/src/ui/screens/LearnMoreUsernamesScreen.d.ts +0 -4
- package/src/ui/screens/LearnMoreUsernamesScreen.js +0 -150
- package/src/ui/screens/LegalDocumentsScreen.d.ts +0 -4
- package/src/ui/screens/LegalDocumentsScreen.js +0 -185
- package/src/ui/screens/OxyAuthScreen.d.ts +0 -16
- package/src/ui/screens/OxyAuthScreen.js +0 -431
- package/src/ui/screens/PaymentGatewayScreen.d.ts +0 -14
- package/src/ui/screens/PaymentGatewayScreen.js +0 -171
- package/src/ui/screens/PremiumSubscriptionScreen.d.ts +0 -4
- package/src/ui/screens/PremiumSubscriptionScreen.js +0 -1080
- package/src/ui/screens/PrivacySettingsScreen.d.ts +0 -4
- package/src/ui/screens/PrivacySettingsScreen.js +0 -252
- package/src/ui/screens/ProfileScreen.d.ts +0 -8
- package/src/ui/screens/ProfileScreen.js +0 -254
- package/src/ui/screens/SavesCollectionsScreen.d.ts +0 -4
- package/src/ui/screens/SavesCollectionsScreen.js +0 -150
- package/src/ui/screens/SearchSettingsScreen.d.ts +0 -4
- package/src/ui/screens/SearchSettingsScreen.js +0 -109
- package/src/ui/screens/SessionManagementScreen.d.ts +0 -4
- package/src/ui/screens/SessionManagementScreen.js +0 -320
- package/src/ui/screens/UserLinksScreen.d.ts +0 -14
- package/src/ui/screens/UserLinksScreen.js +0 -57
- package/src/ui/screens/UserListScreen.d.ts +0 -10
- package/src/ui/screens/UserListScreen.js +0 -249
- package/src/ui/screens/WelcomeNewUserScreen.d.ts +0 -12
- package/src/ui/screens/WelcomeNewUserScreen.js +0 -304
- package/src/ui/screens/karma/KarmaAboutScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaAboutScreen.js +0 -39
- package/src/ui/screens/karma/KarmaCenterScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaCenterScreen.js +0 -159
- package/src/ui/screens/karma/KarmaFAQScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaFAQScreen.js +0 -143
- package/src/ui/screens/karma/KarmaLeaderboardScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaLeaderboardScreen.js +0 -56
- package/src/ui/screens/karma/KarmaRewardsScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaRewardsScreen.js +0 -460
- package/src/ui/screens/karma/KarmaRulesScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaRulesScreen.js +0 -47
- package/src/ui/server.d.ts +0 -40
- package/src/ui/server.js +0 -57
- package/src/ui/stores/accountStore.d.ts +0 -26
- package/src/ui/stores/accountStore.js +0 -196
- package/src/ui/stores/assetStore.d.ts +0 -53
- package/src/ui/stores/assetStore.js +0 -192
- package/src/ui/stores/authStore.d.ts +0 -16
- package/src/ui/stores/authStore.js +0 -47
- package/src/ui/stores/fileStore.d.ts +0 -30
- package/src/ui/stores/fileStore.js +0 -113
- package/src/ui/stores/followStore.d.ts +0 -24
- package/src/ui/stores/followStore.js +0 -154
- package/src/ui/styles/authStyles.d.ts +0 -331
- package/src/ui/styles/authStyles.js +0 -332
- package/src/ui/styles/fonts.d.ts +0 -20
- package/src/ui/styles/fonts.js +0 -72
- package/src/ui/styles/index.d.ts +0 -4
- package/src/ui/styles/index.js +0 -20
- package/src/ui/styles/spacing.d.ts +0 -48
- package/src/ui/styles/spacing.js +0 -63
- package/src/ui/styles/theme.d.ts +0 -67
- package/src/ui/styles/theme.js +0 -114
- package/src/ui/types/fileManagement.d.ts +0 -40
- package/src/ui/types/fileManagement.js +0 -2
- package/src/ui/types/navigation.d.ts +0 -36
- package/src/ui/types/navigation.js +0 -2
- package/src/ui/utils/avatarUtils.d.ts +0 -22
- package/src/ui/utils/avatarUtils.js +0 -52
- package/src/ui/utils/colorUtils.d.ts +0 -9
- package/src/ui/utils/colorUtils.js +0 -19
- package/src/ui/utils/confirmAction.d.ts +0 -6
- package/src/ui/utils/confirmAction.js +0 -22
- package/src/ui/utils/errorHandlers.d.ts +0 -34
- package/src/ui/utils/errorHandlers.js +0 -128
- package/src/ui/utils/fileManagement.d.ts +0 -86
- package/src/ui/utils/fileManagement.js +0 -238
- package/src/ui/utils/iconNames.d.ts +0 -111
- package/src/ui/utils/iconNames.js +0 -124
- package/src/ui/utils/sessionHelpers.d.ts +0 -64
- package/src/ui/utils/sessionHelpers.js +0 -90
- package/src/ui/utils/storageHelpers.d.ts +0 -27
- package/src/ui/utils/storageHelpers.js +0 -114
- package/src/ui/utils/themeUtils.d.ts +0 -10
- package/src/ui/utils/themeUtils.js +0 -17
- package/src/ui/utils/userUtils.d.ts +0 -28
- package/src/ui/utils/userUtils.js +0 -54
- package/src/utils/hookUtils.d.ts +0 -101
- package/src/utils/hookUtils.js +0 -373
|
@@ -1,95 +1,48 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
});
|
|
19
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
20
|
-
Object.defineProperty(o, "default", {
|
|
21
|
-
enumerable: true,
|
|
22
|
-
value: v
|
|
23
|
-
});
|
|
24
|
-
} : function (o, v) {
|
|
25
|
-
o["default"] = v;
|
|
26
|
-
});
|
|
27
|
-
var __importStar = this && this.__importStar || function () {
|
|
28
|
-
var ownKeys = function (o) {
|
|
29
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
30
|
-
var ar = [];
|
|
31
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
32
|
-
return ar;
|
|
33
|
-
};
|
|
34
|
-
return ownKeys(o);
|
|
35
|
-
};
|
|
36
|
-
return function (mod) {
|
|
37
|
-
if (mod && mod.__esModule) return mod;
|
|
38
|
-
var result = {};
|
|
39
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
40
|
-
__setModuleDefault(result, mod);
|
|
41
|
-
return result;
|
|
42
|
-
};
|
|
43
|
-
}();
|
|
44
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
45
|
-
return mod && mod.__esModule ? mod : {
|
|
46
|
-
"default": mod
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
Object.defineProperty(exports, "__esModule", {
|
|
50
|
-
value: true
|
|
51
|
-
});
|
|
52
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
53
|
-
const react_1 = require("react");
|
|
54
|
-
const react_native_1 = require("react-native");
|
|
55
|
-
const react_native_reanimated_1 = __importStar(require("react-native-reanimated"));
|
|
56
|
-
const Avatar_1 = __importDefault(require("../components/Avatar"));
|
|
57
|
-
const vector_icons_1 = require("@expo/vector-icons");
|
|
58
|
-
const sonner_1 = require("../../lib/sonner");
|
|
59
|
-
const styles_1 = require("../styles");
|
|
60
|
-
const fonts_1 = require("../styles/fonts");
|
|
61
|
-
const themeUtils_1 = require("../utils/themeUtils");
|
|
62
|
-
const GroupedPillButtons_1 = __importDefault(require("../components/internal/GroupedPillButtons"));
|
|
63
|
-
const useI18n_1 = require("../hooks/useI18n");
|
|
64
|
-
const OxyContext_1 = require("../context/OxyContext");
|
|
65
|
-
const useAccountMutations_1 = require("../hooks/mutations/useAccountMutations");
|
|
66
|
-
const core_1 = require("@oxyhq/core");
|
|
3
|
+
import { useCallback, useMemo, useRef, useState, useEffect } from 'react';
|
|
4
|
+
import { View, Text, TouchableOpacity, StyleSheet, Platform, Animated } from 'react-native';
|
|
5
|
+
import AnimatedReanimated, { useSharedValue, useAnimatedStyle, withTiming } from 'react-native-reanimated';
|
|
6
|
+
import Avatar from "../components/Avatar.js";
|
|
7
|
+
import { Ionicons } from '@expo/vector-icons';
|
|
8
|
+
import { toast } from '../../lib/sonner';
|
|
9
|
+
import { useThemeColors } from "../styles/index.js";
|
|
10
|
+
import { fontFamilies } from "../styles/fonts.js";
|
|
11
|
+
import { normalizeTheme } from "../utils/themeUtils.js";
|
|
12
|
+
import GroupedPillButtons from "../components/internal/GroupedPillButtons.js";
|
|
13
|
+
import { useI18n } from "../hooks/useI18n.js";
|
|
14
|
+
import { useOxy } from "../context/OxyContext.js";
|
|
15
|
+
import { useUpdateProfile } from "../hooks/mutations/useAccountMutations.js";
|
|
16
|
+
import { updateAvatarVisibility } from '@oxyhq/core';
|
|
17
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
67
18
|
const GAP = 12;
|
|
68
19
|
const INNER_GAP = 8;
|
|
20
|
+
|
|
69
21
|
// Individual animated progress dot
|
|
70
22
|
const AnimatedProgressDot = ({
|
|
71
23
|
isActive,
|
|
72
24
|
colors,
|
|
73
25
|
styles
|
|
74
26
|
}) => {
|
|
75
|
-
const width =
|
|
76
|
-
const backgroundColor =
|
|
77
|
-
|
|
78
|
-
width.value =
|
|
27
|
+
const width = useSharedValue(isActive ? 12 : 6);
|
|
28
|
+
const backgroundColor = useSharedValue(isActive ? colors.primary : colors.border);
|
|
29
|
+
useEffect(() => {
|
|
30
|
+
width.value = withTiming(isActive ? 12 : 6, {
|
|
79
31
|
duration: 300
|
|
80
32
|
});
|
|
81
|
-
backgroundColor.value =
|
|
33
|
+
backgroundColor.value = withTiming(isActive ? colors.primary : colors.border, {
|
|
82
34
|
duration: 300
|
|
83
35
|
});
|
|
84
36
|
}, [isActive, colors.primary, colors.border, width, backgroundColor]);
|
|
85
|
-
const animatedStyle =
|
|
37
|
+
const animatedStyle = useAnimatedStyle(() => ({
|
|
86
38
|
width: width.value,
|
|
87
39
|
backgroundColor: backgroundColor.value
|
|
88
40
|
}));
|
|
89
|
-
return (
|
|
41
|
+
return /*#__PURE__*/_jsx(AnimatedReanimated.View, {
|
|
90
42
|
style: [styles.progressDot, animatedStyle]
|
|
91
43
|
});
|
|
92
44
|
};
|
|
45
|
+
|
|
93
46
|
/**
|
|
94
47
|
* Post-signup welcome & onboarding screen.
|
|
95
48
|
* - Greets the newly registered user
|
|
@@ -106,23 +59,25 @@ const WelcomeNewUserScreen = ({
|
|
|
106
59
|
const {
|
|
107
60
|
user,
|
|
108
61
|
oxyServices
|
|
109
|
-
} =
|
|
62
|
+
} = useOxy();
|
|
110
63
|
const {
|
|
111
64
|
t
|
|
112
|
-
} =
|
|
113
|
-
const updateProfileMutation =
|
|
65
|
+
} = useI18n();
|
|
66
|
+
const updateProfileMutation = useUpdateProfile();
|
|
114
67
|
const currentUser = user || newUser; // fallback
|
|
115
|
-
const normalizedTheme =
|
|
116
|
-
const colors =
|
|
117
|
-
const styles =
|
|
68
|
+
const normalizedTheme = normalizeTheme(theme);
|
|
69
|
+
const colors = useThemeColors(normalizedTheme);
|
|
70
|
+
const styles = useMemo(() => createStyles(normalizedTheme), [normalizedTheme]);
|
|
71
|
+
|
|
118
72
|
// Animation state
|
|
119
|
-
const fadeAnim =
|
|
120
|
-
const slideAnim =
|
|
121
|
-
const [currentStep, setCurrentStep] =
|
|
73
|
+
const fadeAnim = useRef(new Animated.Value(1)).current;
|
|
74
|
+
const slideAnim = useRef(new Animated.Value(0)).current;
|
|
75
|
+
const [currentStep, setCurrentStep] = useState(0);
|
|
122
76
|
// Track avatar separately to ensure it updates immediately after selection
|
|
123
|
-
const [selectedAvatarId, setSelectedAvatarId] =
|
|
77
|
+
const [selectedAvatarId, setSelectedAvatarId] = useState(currentUser?.avatar);
|
|
78
|
+
|
|
124
79
|
// Update selectedAvatarId when user changes
|
|
125
|
-
|
|
80
|
+
useEffect(() => {
|
|
126
81
|
if (user?.avatar) {
|
|
127
82
|
setSelectedAvatarId(user.avatar);
|
|
128
83
|
} else if (newUser?.avatar) {
|
|
@@ -130,6 +85,7 @@ const WelcomeNewUserScreen = ({
|
|
|
130
85
|
}
|
|
131
86
|
}, [user?.avatar, newUser?.avatar]);
|
|
132
87
|
const avatarUri = selectedAvatarId ? oxyServices.getFileDownloadUrl(selectedAvatarId, 'thumb') : undefined;
|
|
88
|
+
|
|
133
89
|
// Steps content
|
|
134
90
|
const welcomeTitle = currentUser?.username ? t('welcomeNew.welcome.titleWithName', {
|
|
135
91
|
username: currentUser.username
|
|
@@ -162,38 +118,38 @@ const WelcomeNewUserScreen = ({
|
|
|
162
118
|
}];
|
|
163
119
|
const totalSteps = steps.length;
|
|
164
120
|
const avatarStepIndex = steps.findIndex(s => s.showAvatar);
|
|
165
|
-
const animateToStepCallback =
|
|
166
|
-
|
|
121
|
+
const animateToStepCallback = useCallback(next => {
|
|
122
|
+
Animated.timing(fadeAnim, {
|
|
167
123
|
toValue: 0,
|
|
168
124
|
duration: 180,
|
|
169
|
-
useNativeDriver:
|
|
125
|
+
useNativeDriver: Platform.OS !== 'web'
|
|
170
126
|
}).start(() => {
|
|
171
127
|
setCurrentStep(next);
|
|
172
128
|
slideAnim.setValue(-40);
|
|
173
|
-
|
|
129
|
+
Animated.parallel([Animated.timing(fadeAnim, {
|
|
174
130
|
toValue: 1,
|
|
175
131
|
duration: 220,
|
|
176
|
-
useNativeDriver:
|
|
177
|
-
}),
|
|
132
|
+
useNativeDriver: Platform.OS !== 'web'
|
|
133
|
+
}), Animated.spring(slideAnim, {
|
|
178
134
|
toValue: 0,
|
|
179
|
-
useNativeDriver:
|
|
135
|
+
useNativeDriver: Platform.OS !== 'web',
|
|
180
136
|
friction: 9
|
|
181
137
|
})]).start();
|
|
182
138
|
});
|
|
183
139
|
}, [fadeAnim, slideAnim]);
|
|
184
|
-
const nextStep =
|
|
140
|
+
const nextStep = useCallback(() => {
|
|
185
141
|
if (currentStep < totalSteps - 1) animateToStepCallback(currentStep + 1);
|
|
186
142
|
}, [currentStep, totalSteps, animateToStepCallback]);
|
|
187
|
-
const prevStep =
|
|
143
|
+
const prevStep = useCallback(() => {
|
|
188
144
|
if (currentStep > 0) animateToStepCallback(currentStep - 1);
|
|
189
145
|
}, [currentStep, animateToStepCallback]);
|
|
190
|
-
const skipToAvatar =
|
|
146
|
+
const skipToAvatar = useCallback(() => {
|
|
191
147
|
if (avatarStepIndex >= 0) animateToStepCallback(avatarStepIndex);
|
|
192
148
|
}, [avatarStepIndex, animateToStepCallback]);
|
|
193
|
-
const finish =
|
|
149
|
+
const finish = useCallback(() => {
|
|
194
150
|
if (onAuthenticated && currentUser) onAuthenticated(currentUser);
|
|
195
151
|
}, [onAuthenticated, currentUser]);
|
|
196
|
-
const openAvatarPicker =
|
|
152
|
+
const openAvatarPicker = useCallback(() => {
|
|
197
153
|
// Ensure we're on the avatar step before opening picker
|
|
198
154
|
if (avatarStepIndex >= 0 && currentStep !== avatarStepIndex) {
|
|
199
155
|
animateToStepCallback(avatarStepIndex);
|
|
@@ -206,31 +162,34 @@ const WelcomeNewUserScreen = ({
|
|
|
206
162
|
// Don't navigate away - stay on current screen
|
|
207
163
|
onSelect: async file => {
|
|
208
164
|
if (!file.contentType.startsWith('image/')) {
|
|
209
|
-
|
|
165
|
+
toast.error(t('editProfile.toasts.selectImage') || 'Please select an image file');
|
|
210
166
|
return;
|
|
211
167
|
}
|
|
212
168
|
try {
|
|
213
169
|
// Update file visibility to public for avatar
|
|
214
|
-
await
|
|
170
|
+
await updateAvatarVisibility(file.id, oxyServices, 'WelcomeNewUser');
|
|
171
|
+
|
|
215
172
|
// Update the avatar immediately in local state
|
|
216
173
|
setSelectedAvatarId(file.id);
|
|
174
|
+
|
|
217
175
|
// Update user using TanStack Query mutation
|
|
218
176
|
await updateProfileMutation.mutateAsync({
|
|
219
177
|
avatar: file.id
|
|
220
178
|
});
|
|
221
|
-
|
|
179
|
+
toast.success(t('editProfile.toasts.avatarUpdated') || 'Avatar updated');
|
|
180
|
+
|
|
222
181
|
// Ensure we stay on the avatar step
|
|
223
182
|
if (avatarStepIndex >= 0 && currentStep !== avatarStepIndex) {
|
|
224
183
|
animateToStepCallback(avatarStepIndex);
|
|
225
184
|
}
|
|
226
185
|
} catch (e) {
|
|
227
|
-
|
|
186
|
+
toast.error((e instanceof Error ? e.message : null) || t('editProfile.toasts.updateAvatarFailed') || 'Failed to update avatar');
|
|
228
187
|
}
|
|
229
188
|
}
|
|
230
189
|
});
|
|
231
190
|
}, [navigate, updateProfileMutation, oxyServices, currentStep, avatarStepIndex, animateToStepCallback, t]);
|
|
232
191
|
const step = steps[currentStep];
|
|
233
|
-
const pillButtons =
|
|
192
|
+
const pillButtons = useMemo(() => {
|
|
234
193
|
if (currentStep === totalSteps - 1) {
|
|
235
194
|
return [{
|
|
236
195
|
text: t('welcomeNew.actions.back') || 'Back',
|
|
@@ -285,80 +244,80 @@ const WelcomeNewUserScreen = ({
|
|
|
285
244
|
variant: 'primary'
|
|
286
245
|
}];
|
|
287
246
|
}, [currentStep, totalSteps, prevStep, nextStep, finish, skipToAvatar, avatarStepIndex, step.showAvatar, avatarUri]);
|
|
288
|
-
return (
|
|
247
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
289
248
|
style: styles.container,
|
|
290
|
-
children: [(
|
|
249
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
291
250
|
style: styles.progressContainer,
|
|
292
|
-
children: steps.map((s, i) => (
|
|
251
|
+
children: steps.map((s, i) => /*#__PURE__*/_jsx(AnimatedProgressDot, {
|
|
293
252
|
isActive: i === currentStep,
|
|
294
253
|
colors: colors,
|
|
295
254
|
styles: styles
|
|
296
255
|
}, s.key))
|
|
297
|
-
}), (
|
|
256
|
+
}), /*#__PURE__*/_jsx(Animated.View, {
|
|
298
257
|
style: {
|
|
299
258
|
opacity: fadeAnim,
|
|
300
259
|
transform: [{
|
|
301
260
|
translateX: slideAnim
|
|
302
261
|
}]
|
|
303
262
|
},
|
|
304
|
-
children: (
|
|
263
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
305
264
|
style: [styles.scrollInner, styles.contentContainer],
|
|
306
|
-
children: [(
|
|
265
|
+
children: [/*#__PURE__*/_jsxs(View, {
|
|
307
266
|
style: [styles.header, styles.sectionSpacing],
|
|
308
|
-
children: [(
|
|
267
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
309
268
|
style: [styles.title, {
|
|
310
269
|
color: colors.text
|
|
311
270
|
}],
|
|
312
271
|
children: step.title
|
|
313
|
-
}), step.body && (
|
|
272
|
+
}), step.body && /*#__PURE__*/_jsx(Text, {
|
|
314
273
|
style: [styles.body, {
|
|
315
274
|
color: colors.secondaryText
|
|
316
275
|
}],
|
|
317
276
|
children: step.body
|
|
318
277
|
})]
|
|
319
|
-
}), Array.isArray(step.bullets) && step.bullets.length > 0 && (
|
|
278
|
+
}), Array.isArray(step.bullets) && step.bullets.length > 0 && /*#__PURE__*/_jsx(View, {
|
|
320
279
|
style: [styles.bulletContainer, styles.sectionSpacing],
|
|
321
|
-
children: step.bullets.map(b => (
|
|
280
|
+
children: step.bullets.map(b => /*#__PURE__*/_jsxs(View, {
|
|
322
281
|
style: styles.bulletRow,
|
|
323
|
-
children: [(
|
|
282
|
+
children: [/*#__PURE__*/_jsx(Ionicons, {
|
|
324
283
|
name: "ellipse",
|
|
325
284
|
size: 8,
|
|
326
285
|
color: colors.primary,
|
|
327
286
|
style: {
|
|
328
287
|
marginTop: 6
|
|
329
288
|
}
|
|
330
|
-
}), (
|
|
289
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
331
290
|
style: [styles.bulletText, {
|
|
332
291
|
color: colors.secondaryText
|
|
333
292
|
}],
|
|
334
293
|
children: b
|
|
335
294
|
})]
|
|
336
295
|
}, b))
|
|
337
|
-
}), step.showAvatar && (
|
|
296
|
+
}), step.showAvatar && /*#__PURE__*/_jsxs(View, {
|
|
338
297
|
style: [styles.avatarSection, styles.sectionSpacing],
|
|
339
|
-
children: [(
|
|
298
|
+
children: [/*#__PURE__*/_jsx(Avatar, {
|
|
340
299
|
size: 120,
|
|
341
300
|
name: currentUser?.name?.full || currentUser?.name?.first || currentUser?.username,
|
|
342
301
|
uri: avatarUri,
|
|
343
302
|
backgroundColor: `${colors.primary}20`,
|
|
344
303
|
style: styles.avatar
|
|
345
|
-
}), (
|
|
304
|
+
}), /*#__PURE__*/_jsxs(TouchableOpacity, {
|
|
346
305
|
style: [styles.changeAvatarButton, {
|
|
347
306
|
backgroundColor: colors.primary
|
|
348
307
|
}],
|
|
349
308
|
onPress: openAvatarPicker,
|
|
350
|
-
children: [(
|
|
309
|
+
children: [/*#__PURE__*/_jsx(Ionicons, {
|
|
351
310
|
name: "image-outline",
|
|
352
311
|
size: 18,
|
|
353
312
|
color: "#FFFFFF"
|
|
354
|
-
}), (
|
|
313
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
355
314
|
style: styles.changeAvatarText,
|
|
356
315
|
children: avatarUri ? t('welcomeNew.avatar.change') || 'Change Avatar' : t('welcomeNew.avatar.add') || 'Add Avatar'
|
|
357
316
|
})]
|
|
358
317
|
})]
|
|
359
|
-
}), (
|
|
318
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
360
319
|
style: styles.sectionSpacing,
|
|
361
|
-
children: (
|
|
320
|
+
children: /*#__PURE__*/_jsx(GroupedPillButtons, {
|
|
362
321
|
buttons: pillButtons,
|
|
363
322
|
colors: colors
|
|
364
323
|
})
|
|
@@ -370,7 +329,7 @@ const WelcomeNewUserScreen = ({
|
|
|
370
329
|
const createStyles = theme => {
|
|
371
330
|
const isDark = theme === 'dark';
|
|
372
331
|
const border = isDark ? '#333333' : '#E0E0E0';
|
|
373
|
-
return
|
|
332
|
+
return StyleSheet.create({
|
|
374
333
|
container: {
|
|
375
334
|
width: '100%',
|
|
376
335
|
paddingHorizontal: 20
|
|
@@ -393,8 +352,8 @@ const createStyles = theme => {
|
|
|
393
352
|
},
|
|
394
353
|
title: {
|
|
395
354
|
fontSize: 42,
|
|
396
|
-
fontFamily:
|
|
397
|
-
fontWeight:
|
|
355
|
+
fontFamily: fontFamilies.interBold,
|
|
356
|
+
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
398
357
|
letterSpacing: -1,
|
|
399
358
|
textAlign: 'left'
|
|
400
359
|
},
|
|
@@ -440,7 +399,7 @@ const createStyles = theme => {
|
|
|
440
399
|
height: 0
|
|
441
400
|
},
|
|
442
401
|
elevation: 0,
|
|
443
|
-
...(
|
|
402
|
+
...(Platform.OS === 'web' ? {
|
|
444
403
|
boxShadow: 'none'
|
|
445
404
|
} : null)
|
|
446
405
|
},
|
|
@@ -466,5 +425,5 @@ const createStyles = theme => {
|
|
|
466
425
|
}
|
|
467
426
|
});
|
|
468
427
|
};
|
|
469
|
-
|
|
428
|
+
export default WelcomeNewUserScreen;
|
|
470
429
|
//# sourceMappingURL=WelcomeNewUserScreen.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__createBinding","Object","create","o","m","k","k2","undefined","desc","getOwnPropertyDescriptor","__esModule","writable","configurable","enumerable","get","defineProperty","__setModuleDefault","v","value","__importStar","ownKeys","getOwnPropertyNames","ar","prototype","hasOwnProperty","call","length","mod","result","i","__importDefault","exports","jsx_runtime_1","require","react_1","react_native_1","react_native_reanimated_1","Avatar_1","vector_icons_1","sonner_1","styles_1","fonts_1","themeUtils_1","GroupedPillButtons_1","useI18n_1","OxyContext_1","useAccountMutations_1","core_1","GAP","INNER_GAP","AnimatedProgressDot","isActive","colors","styles","width","useSharedValue","backgroundColor","primary","border","useEffect","withTiming","duration","animatedStyle","useAnimatedStyle","jsx","default","View","style","progressDot","WelcomeNewUserScreen","navigate","onAuthenticated","theme","newUser","user","oxyServices","useOxy","t","useI18n","updateProfileMutation","useUpdateProfile","currentUser","normalizedTheme","normalizeTheme","useThemeColors","useMemo","createStyles","fadeAnim","useRef","Animated","Value","current","slideAnim","currentStep","setCurrentStep","useState","selectedAvatarId","setSelectedAvatarId","avatar","avatarUri","getFileDownloadUrl","welcomeTitle","username","steps","key","title","body","bullets","showAvatar","totalSteps","avatarStepIndex","findIndex","s","animateToStepCallback","useCallback","next","timing","toValue","useNativeDriver","Platform","OS","start","setValue","parallel","spring","friction","nextStep","prevStep","skipToAvatar","finish","openAvatarPicker","selectMode","multiSelect","disabledMimeTypes","afterSelect","onSelect","file","contentType","startsWith","toast","error","updateAvatarVisibility","id","mutateAsync","success","e","Error","message","step","pillButtons","text","onPress","icon","variant","arr","push","jsxs","container","children","progressContainer","map","opacity","transform","translateX","scrollInner","contentContainer","header","sectionSpacing","Text","color","secondaryText","Array","isArray","bulletContainer","b","bulletRow","Ionicons","name","size","marginTop","bulletText","avatarSection","full","first","uri","TouchableOpacity","changeAvatarButton","changeAvatarText","buttons","isDark","StyleSheet","paddingHorizontal","paddingTop","maxWidth","alignSelf","marginBottom","alignItems","gap","fontSize","fontFamily","fontFamilies","interBold","fontWeight","letterSpacing","textAlign","lineHeight","flexDirection","flex","paddingVertical","borderRadius","shadowOpacity","shadowRadius","shadowOffset","height","elevation","boxShadow","justifyContent","marginHorizontal"],"sourceRoot":"../../../../src","sources":["ui/screens/WelcomeNewUserScreen.js"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["useCallback","useMemo","useRef","useState","useEffect","View","Text","TouchableOpacity","StyleSheet","Platform","Animated","AnimatedReanimated","useSharedValue","useAnimatedStyle","withTiming","Avatar","Ionicons","toast","useThemeColors","fontFamilies","normalizeTheme","GroupedPillButtons","useI18n","useOxy","useUpdateProfile","updateAvatarVisibility","jsx","_jsx","jsxs","_jsxs","GAP","INNER_GAP","AnimatedProgressDot","isActive","colors","styles","width","backgroundColor","primary","border","value","duration","animatedStyle","style","progressDot","WelcomeNewUserScreen","navigate","onAuthenticated","theme","newUser","user","oxyServices","t","updateProfileMutation","currentUser","normalizedTheme","createStyles","fadeAnim","Value","current","slideAnim","currentStep","setCurrentStep","selectedAvatarId","setSelectedAvatarId","avatar","avatarUri","getFileDownloadUrl","undefined","welcomeTitle","username","steps","key","title","body","bullets","showAvatar","totalSteps","length","avatarStepIndex","findIndex","s","animateToStepCallback","next","timing","toValue","useNativeDriver","OS","start","setValue","parallel","spring","friction","nextStep","prevStep","skipToAvatar","finish","openAvatarPicker","selectMode","multiSelect","disabledMimeTypes","afterSelect","onSelect","file","contentType","startsWith","error","id","mutateAsync","success","e","Error","message","step","pillButtons","text","onPress","icon","variant","arr","push","container","children","progressContainer","map","i","opacity","transform","translateX","scrollInner","contentContainer","header","sectionSpacing","color","secondaryText","Array","isArray","bulletContainer","b","bulletRow","name","size","marginTop","bulletText","avatarSection","full","first","uri","changeAvatarButton","changeAvatarText","buttons","isDark","create","paddingHorizontal","paddingTop","maxWidth","alignSelf","marginBottom","alignItems","gap","fontSize","fontFamily","interBold","fontWeight","letterSpacing","textAlign","lineHeight","flexDirection","flex","paddingVertical","borderRadius","shadowOpacity","shadowRadius","shadowOffset","height","elevation","boxShadow","justifyContent","marginHorizontal"],"sourceRoot":"../../../../src","sources":["ui/screens/WelcomeNewUserScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,60 +1,57 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
const themeUtils_1 = require("../../utils/themeUtils");
|
|
12
|
-
const useColorScheme_1 = require("../../hooks/useColorScheme");
|
|
13
|
-
const fonts_1 = require("../../styles/fonts");
|
|
3
|
+
import { View, Text, StyleSheet, ScrollView, Platform } from 'react-native';
|
|
4
|
+
import { Header } from "../../components/index.js";
|
|
5
|
+
import { useI18n } from "../../hooks/useI18n.js";
|
|
6
|
+
import { useThemeStyles } from "../../hooks/useThemeStyles.js";
|
|
7
|
+
import { normalizeTheme } from "../../utils/themeUtils.js";
|
|
8
|
+
import { useColorScheme } from "../../hooks/useColorScheme.js";
|
|
9
|
+
import { fontFamilies } from "../../styles/fonts.js";
|
|
10
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
11
|
const KarmaAboutScreen = ({
|
|
15
12
|
goBack,
|
|
16
13
|
theme
|
|
17
14
|
}) => {
|
|
18
15
|
const {
|
|
19
16
|
t
|
|
20
|
-
} =
|
|
21
|
-
const colorScheme =
|
|
22
|
-
const normalizedTheme =
|
|
23
|
-
const themeStyles =
|
|
17
|
+
} = useI18n();
|
|
18
|
+
const colorScheme = useColorScheme();
|
|
19
|
+
const normalizedTheme = normalizeTheme(theme);
|
|
20
|
+
const themeStyles = useThemeStyles(normalizedTheme, colorScheme);
|
|
24
21
|
// Override primaryColor for Karma screens (purple instead of blue)
|
|
25
22
|
const primaryColor = '#d169e5';
|
|
26
|
-
return (
|
|
23
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
27
24
|
style: [styles.container, {
|
|
28
25
|
backgroundColor: themeStyles.backgroundColor
|
|
29
26
|
}],
|
|
30
|
-
children: [(
|
|
27
|
+
children: [/*#__PURE__*/_jsx(Header, {
|
|
31
28
|
title: t('karma.about.title') || 'About Karma',
|
|
32
29
|
subtitle: t('karma.about.subtitle') || 'Learn about the karma system',
|
|
33
30
|
onBack: goBack,
|
|
34
31
|
elevation: "subtle"
|
|
35
|
-
}), (
|
|
32
|
+
}), /*#__PURE__*/_jsxs(ScrollView, {
|
|
36
33
|
contentContainerStyle: styles.contentContainer,
|
|
37
|
-
children: [(
|
|
34
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
38
35
|
style: [styles.paragraph, {
|
|
39
36
|
color: themeStyles.textColor
|
|
40
37
|
}],
|
|
41
38
|
children: t('karma.about.intro') || 'Karma is a recognition of your positive actions in the Oxy Ecosystem. It cannot be sent or received directly, only earned by contributing to the community.'
|
|
42
|
-
}), (
|
|
39
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
43
40
|
style: [styles.section, {
|
|
44
41
|
color: primaryColor
|
|
45
42
|
}],
|
|
46
43
|
children: t('karma.about.how.title') || 'How to Earn Karma'
|
|
47
|
-
}), (
|
|
44
|
+
}), /*#__PURE__*/_jsxs(Text, {
|
|
48
45
|
style: [styles.paragraph, {
|
|
49
46
|
color: themeStyles.textColor
|
|
50
47
|
}],
|
|
51
48
|
children: ["\u2022 ", t('karma.about.how.help') || 'Helping other users', '\n', "\u2022 ", t('karma.about.how.report') || 'Reporting bugs', '\n', "\u2022 ", t('karma.about.how.contribute') || 'Contributing content', '\n', "\u2022 ", t('karma.about.how.participate') || 'Participating in events', '\n', "\u2022 ", t('karma.about.how.other') || 'Other positive actions']
|
|
52
|
-
}), (
|
|
49
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
53
50
|
style: [styles.section, {
|
|
54
51
|
color: primaryColor
|
|
55
52
|
}],
|
|
56
53
|
children: t('karma.about.why.title') || 'Why Karma?'
|
|
57
|
-
}), (
|
|
54
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
58
55
|
style: [styles.paragraph, {
|
|
59
56
|
color: themeStyles.textColor
|
|
60
57
|
}],
|
|
@@ -63,13 +60,13 @@ const KarmaAboutScreen = ({
|
|
|
63
60
|
})]
|
|
64
61
|
});
|
|
65
62
|
};
|
|
66
|
-
const styles =
|
|
63
|
+
const styles = StyleSheet.create({
|
|
67
64
|
container: {
|
|
68
65
|
flex: 1
|
|
69
66
|
},
|
|
70
67
|
title: {
|
|
71
|
-
fontFamily:
|
|
72
|
-
fontWeight:
|
|
68
|
+
fontFamily: fontFamilies.interBold,
|
|
69
|
+
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
73
70
|
// Only apply fontWeight on web
|
|
74
71
|
fontSize: 54,
|
|
75
72
|
margin: 24,
|
|
@@ -81,8 +78,8 @@ const styles = react_native_1.StyleSheet.create({
|
|
|
81
78
|
},
|
|
82
79
|
section: {
|
|
83
80
|
fontSize: 18,
|
|
84
|
-
fontWeight:
|
|
85
|
-
fontFamily:
|
|
81
|
+
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
82
|
+
fontFamily: fontFamilies.interBold,
|
|
86
83
|
marginTop: 24,
|
|
87
84
|
marginBottom: 8
|
|
88
85
|
},
|
|
@@ -91,5 +88,5 @@ const styles = react_native_1.StyleSheet.create({
|
|
|
91
88
|
marginBottom: 12
|
|
92
89
|
}
|
|
93
90
|
});
|
|
94
|
-
|
|
91
|
+
export default KarmaAboutScreen;
|
|
95
92
|
//# sourceMappingURL=KarmaAboutScreen.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["View","Text","StyleSheet","ScrollView","Platform","Header","useI18n","useThemeStyles","normalizeTheme","useColorScheme","fontFamilies","jsx","_jsx","jsxs","_jsxs","KarmaAboutScreen","goBack","theme","t","colorScheme","normalizedTheme","themeStyles","primaryColor","style","styles","container","backgroundColor","children","title","subtitle","onBack","elevation","contentContainerStyle","contentContainer","paragraph","color","textColor","section","create","flex","fontFamily","interBold","fontWeight","OS","undefined","fontSize","margin","marginBottom","padding","paddingTop","marginTop"],"sourceRoot":"../../../../../src","sources":["ui/screens/karma/KarmaAboutScreen.tsx"],"mappings":"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","ignoreList":[]}
|