@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 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__importDefault","mod","__esModule","Object","defineProperty","exports","value","jsx_runtime_1","require","react_1","react_native_1","fonts_1","core_1","sonner_1","vector_icons_1","OxyServices_1","components_1","useThemeStyles_1","useColorScheme_1","OxyContext_1","useI18n_1","AppInfoScreen","onClose","theme","navigate","user","sessions","oxyServices","isAuthenticated","useOxy","t","useI18n","systemInfo","setSystemInfo","useState","isRunningSystemCheck","setIsRunningSystemCheck","connectionStatus","setConnectionStatus","colorScheme","useColorScheme","themeStyles","useThemeStyles","backgroundColor","isDarkTheme","primaryColor","colors","iconSecurity","useEffect","updateDimensions","dimensions","Dimensions","get","prev","platform","Platform","OS","version","Version","toString","screenDimensions","width","height","timestamp","Date","toISOString","subscription","addEventListener","checkConnection","healthCheck","error","remove","copyToClipboard","text","label","Clipboard","setString","toast","success","runSystemCheck","Promise","resolve","setTimeout","generateFullReport","report","package","packageInfo","system","id","username","email","isPremium","length","connection","JSON","stringify","handleCopyFullReport","jsxs","View","style","styles","container","children","header","jsx","TouchableOpacity","cancelButton","onPress","Ionicons","name","size","color","Text","headerTitle","placeholder","ScrollView","content","showsVerticalScrollIndicator","Section","title","GroupedSection","items","icon","iconColor","subtitle","customContent","default","settingIcon","iconData","iconPersonalInfo","description","iconStorage","main","iconSharing","module","types","__DEV__","userId","info","getBaseURL","disabled","ActivityIndicator","marginRight","StyleSheet","create","flex","flexDirection","alignItems","justifyContent","paddingHorizontal","paddingVertical","padding","fontSize","fontWeight","fontFamily","fontFamilies","interBold"],"sourceRoot":"../../../../src","sources":["ui/screens/AppInfoScreen.js"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["useState","useEffect","View","Text","TouchableOpacity","StyleSheet","Platform","Dimensions","Clipboard","ScrollView","ActivityIndicator","fontFamilies","packageInfo","toast","Ionicons","OxyServicesLogo","Section","GroupedSection","useThemeStyles","useColorScheme","useOxy","useI18n","jsx","_jsx","jsxs","_jsxs","AppInfoScreen","onClose","theme","navigate","user","sessions","oxyServices","isAuthenticated","t","systemInfo","setSystemInfo","isRunningSystemCheck","setIsRunningSystemCheck","connectionStatus","setConnectionStatus","colorScheme","themeStyles","backgroundColor","isDarkTheme","primaryColor","colors","iconSecurity","updateDimensions","dimensions","get","prev","platform","OS","version","Version","toString","screenDimensions","width","height","timestamp","Date","toISOString","subscription","addEventListener","checkConnection","healthCheck","error","remove","copyToClipboard","text","label","setString","success","runSystemCheck","Promise","resolve","setTimeout","generateFullReport","report","package","system","id","username","email","isPremium","length","connection","JSON","stringify","handleCopyFullReport","style","styles","container","children","header","cancelButton","onPress","name","size","color","headerTitle","placeholder","content","showsVerticalScrollIndicator","title","items","icon","iconColor","subtitle","customContent","settingIcon","iconData","iconPersonalInfo","description","iconStorage","main","iconSharing","module","types","__DEV__","userId","info","getBaseURL","disabled","marginRight","create","flex","flexDirection","alignItems","justifyContent","paddingHorizontal","paddingVertical","padding","fontSize","fontWeight","fontFamily","interBold"],"sourceRoot":"../../../../src","sources":["ui/screens/AppInfoScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,63 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
o["default"] = v;
|
|
26
|
-
});
|
|
27
|
-
var __importStar = this && this.__importStar || function () {
|
|
28
|
-
var ownKeys = function (o) {
|
|
29
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
30
|
-
var ar = [];
|
|
31
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
32
|
-
return ar;
|
|
33
|
-
};
|
|
34
|
-
return ownKeys(o);
|
|
35
|
-
};
|
|
36
|
-
return function (mod) {
|
|
37
|
-
if (mod && mod.__esModule) return mod;
|
|
38
|
-
var result = {};
|
|
39
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
40
|
-
__setModuleDefault(result, mod);
|
|
41
|
-
return result;
|
|
42
|
-
};
|
|
43
|
-
}();
|
|
44
|
-
Object.defineProperty(exports, "__esModule", {
|
|
45
|
-
value: true
|
|
46
|
-
});
|
|
47
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
48
|
-
const react_1 = __importStar(require("react"));
|
|
49
|
-
const react_native_1 = require("react-native");
|
|
50
|
-
const vector_icons_1 = require("@expo/vector-icons");
|
|
51
|
-
const useThemeStyles_1 = require("../hooks/useThemeStyles");
|
|
52
|
-
const useColorScheme_1 = require("../hooks/useColorScheme");
|
|
53
|
-
const themeUtils_1 = require("../utils/themeUtils");
|
|
54
|
-
const components_1 = require("../components");
|
|
55
|
-
const useI18n_1 = require("../hooks/useI18n");
|
|
56
|
-
const OxyContext_1 = require("../context/OxyContext");
|
|
57
|
-
const useProfileEditing_1 = require("../hooks/useProfileEditing");
|
|
58
|
-
const fonts_1 = require("../styles/fonts");
|
|
59
|
-
const sonner_1 = require("../../lib/sonner");
|
|
60
|
-
const core_1 = require("@oxyhq/core");
|
|
3
|
+
import React, { useState, useEffect, useCallback, useMemo } from 'react';
|
|
4
|
+
import { View, Text, TextInput, TouchableOpacity, StyleSheet, ScrollView, Platform, Image, KeyboardAvoidingView } from 'react-native';
|
|
5
|
+
import { Ionicons } from '@expo/vector-icons';
|
|
6
|
+
import { useThemeStyles } from "../hooks/useThemeStyles.js";
|
|
7
|
+
import { useColorScheme } from "../hooks/useColorScheme.js";
|
|
8
|
+
import { normalizeTheme } from "../utils/themeUtils.js";
|
|
9
|
+
import { Header } from "../components/index.js";
|
|
10
|
+
import { useI18n } from "../hooks/useI18n.js";
|
|
11
|
+
import { useOxy } from "../context/OxyContext.js";
|
|
12
|
+
import { useProfileEditing } from "../hooks/useProfileEditing.js";
|
|
13
|
+
import { fontFamilies } from "../styles/fonts.js";
|
|
14
|
+
import { toast } from '../../lib/sonner';
|
|
15
|
+
import { EMAIL_REGEX } from '@oxyhq/core';
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Field types supported by EditProfileFieldScreen
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Field configuration for each field type
|
|
23
|
+
*/
|
|
24
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
61
25
|
/**
|
|
62
26
|
* EditProfileFieldScreen - A dedicated screen for editing profile fields
|
|
63
27
|
*
|
|
@@ -74,27 +38,30 @@ const EditProfileFieldScreen = ({
|
|
|
74
38
|
}) => {
|
|
75
39
|
const {
|
|
76
40
|
user
|
|
77
|
-
} =
|
|
41
|
+
} = useOxy();
|
|
78
42
|
const {
|
|
79
43
|
t
|
|
80
|
-
} =
|
|
44
|
+
} = useI18n();
|
|
81
45
|
const {
|
|
82
46
|
saveProfile,
|
|
83
47
|
updateField,
|
|
84
48
|
isSaving
|
|
85
|
-
} =
|
|
86
|
-
const colorScheme =
|
|
87
|
-
const normalizedTheme =
|
|
88
|
-
const themeStyles =
|
|
49
|
+
} = useProfileEditing();
|
|
50
|
+
const colorScheme = useColorScheme();
|
|
51
|
+
const normalizedTheme = normalizeTheme(theme);
|
|
52
|
+
const themeStyles = useThemeStyles(normalizedTheme, colorScheme);
|
|
89
53
|
const colors = themeStyles.colors;
|
|
54
|
+
|
|
90
55
|
// State for field values
|
|
91
|
-
const [fieldValues, setFieldValues] =
|
|
92
|
-
const [fieldErrors, setFieldErrors] =
|
|
56
|
+
const [fieldValues, setFieldValues] = useState({});
|
|
57
|
+
const [fieldErrors, setFieldErrors] = useState({});
|
|
58
|
+
|
|
93
59
|
// State for list fields (locations, links)
|
|
94
|
-
const [listItems, setListItems] =
|
|
95
|
-
const [newItemValue, setNewItemValue] =
|
|
60
|
+
const [listItems, setListItems] = useState([]);
|
|
61
|
+
const [newItemValue, setNewItemValue] = useState('');
|
|
62
|
+
|
|
96
63
|
// Get field configuration based on fieldType
|
|
97
|
-
const fieldConfig =
|
|
64
|
+
const fieldConfig = useMemo(() => {
|
|
98
65
|
switch (fieldType) {
|
|
99
66
|
case 'displayName':
|
|
100
67
|
return {
|
|
@@ -143,7 +110,7 @@ const EditProfileFieldScreen = ({
|
|
|
143
110
|
placeholder: t('editProfile.items.email.placeholder') || 'Enter your email address',
|
|
144
111
|
type: 'email',
|
|
145
112
|
validation: value => {
|
|
146
|
-
if (!
|
|
113
|
+
if (!EMAIL_REGEX.test(value)) {
|
|
147
114
|
return t('editProfile.items.email.invalid') || 'Please enter a valid email address';
|
|
148
115
|
}
|
|
149
116
|
return undefined;
|
|
@@ -237,8 +204,9 @@ const EditProfileFieldScreen = ({
|
|
|
237
204
|
};
|
|
238
205
|
}
|
|
239
206
|
}, [fieldType, t]);
|
|
207
|
+
|
|
240
208
|
// Initialize field values from user data
|
|
241
|
-
|
|
209
|
+
useEffect(() => {
|
|
242
210
|
if (!user) return;
|
|
243
211
|
const userData = user;
|
|
244
212
|
if (fieldConfig.isList) {
|
|
@@ -289,8 +257,9 @@ const EditProfileFieldScreen = ({
|
|
|
289
257
|
setFieldValues(initialValues);
|
|
290
258
|
}
|
|
291
259
|
}, [user, fieldConfig, fieldType]);
|
|
260
|
+
|
|
292
261
|
// Field change handler
|
|
293
|
-
const handleFieldChange =
|
|
262
|
+
const handleFieldChange = useCallback((key, value) => {
|
|
294
263
|
setFieldValues(prev => ({
|
|
295
264
|
...prev,
|
|
296
265
|
[key]: value
|
|
@@ -302,8 +271,9 @@ const EditProfileFieldScreen = ({
|
|
|
302
271
|
}));
|
|
303
272
|
}
|
|
304
273
|
}, [fieldErrors]);
|
|
274
|
+
|
|
305
275
|
// Validate all fields
|
|
306
|
-
const validateFields =
|
|
276
|
+
const validateFields = useCallback(() => {
|
|
307
277
|
const errors = {};
|
|
308
278
|
let isValid = true;
|
|
309
279
|
fieldConfig.fields.forEach(field => {
|
|
@@ -318,8 +288,9 @@ const EditProfileFieldScreen = ({
|
|
|
318
288
|
setFieldErrors(errors);
|
|
319
289
|
return isValid;
|
|
320
290
|
}, [fieldConfig.fields, fieldValues]);
|
|
291
|
+
|
|
321
292
|
// Add item to list
|
|
322
|
-
const handleAddItem =
|
|
293
|
+
const handleAddItem = useCallback(() => {
|
|
323
294
|
if (!newItemValue.trim()) return;
|
|
324
295
|
if (fieldType === 'locations') {
|
|
325
296
|
const newItem = {
|
|
@@ -337,10 +308,12 @@ const EditProfileFieldScreen = ({
|
|
|
337
308
|
}
|
|
338
309
|
setNewItemValue('');
|
|
339
310
|
}, [newItemValue, fieldType]);
|
|
311
|
+
|
|
340
312
|
// Remove item from list
|
|
341
|
-
const handleRemoveItem =
|
|
313
|
+
const handleRemoveItem = useCallback(id => {
|
|
342
314
|
setListItems(prev => prev.filter(item => item.id !== id));
|
|
343
315
|
}, []);
|
|
316
|
+
|
|
344
317
|
// Save handler
|
|
345
318
|
const handleSave = async () => {
|
|
346
319
|
if (fieldConfig.isList) {
|
|
@@ -377,7 +350,7 @@ const EditProfileFieldScreen = ({
|
|
|
377
350
|
});
|
|
378
351
|
}
|
|
379
352
|
if (success) {
|
|
380
|
-
|
|
353
|
+
toast.success(t('common.saved') || 'Saved successfully');
|
|
381
354
|
(onClose || goBack)?.();
|
|
382
355
|
}
|
|
383
356
|
} else {
|
|
@@ -395,22 +368,23 @@ const EditProfileFieldScreen = ({
|
|
|
395
368
|
}
|
|
396
369
|
}
|
|
397
370
|
if (success) {
|
|
398
|
-
|
|
371
|
+
toast.success(t('common.saved') || 'Saved successfully');
|
|
399
372
|
(onClose || goBack)?.();
|
|
400
373
|
}
|
|
401
374
|
}
|
|
402
375
|
};
|
|
376
|
+
|
|
403
377
|
// Render a single field input
|
|
404
378
|
const renderField = (field, index) => {
|
|
405
379
|
const isTextarea = field.type === 'textarea';
|
|
406
|
-
return (
|
|
380
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
407
381
|
style: styles.inputGroup,
|
|
408
|
-
children: [(
|
|
382
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
409
383
|
style: [styles.label, {
|
|
410
384
|
color: colors.text
|
|
411
385
|
}],
|
|
412
386
|
children: field.label
|
|
413
|
-
}), (
|
|
387
|
+
}), /*#__PURE__*/_jsx(TextInput, {
|
|
414
388
|
style: [isTextarea ? styles.textArea : styles.input, {
|
|
415
389
|
backgroundColor: colors.card,
|
|
416
390
|
color: colors.text,
|
|
@@ -423,28 +397,29 @@ const EditProfileFieldScreen = ({
|
|
|
423
397
|
autoFocus: index === 0,
|
|
424
398
|
selectionColor: colors.tint,
|
|
425
399
|
...field.inputProps
|
|
426
|
-
}), fieldErrors[field.key] && (
|
|
400
|
+
}), fieldErrors[field.key] && /*#__PURE__*/_jsx(Text, {
|
|
427
401
|
style: styles.errorText,
|
|
428
402
|
children: fieldErrors[field.key]
|
|
429
403
|
})]
|
|
430
404
|
}, field.key);
|
|
431
405
|
};
|
|
406
|
+
|
|
432
407
|
// Render list content (locations or links)
|
|
433
408
|
const renderListContent = () => {
|
|
434
409
|
const addLabel = fieldType === 'locations' ? t('editProfile.items.locations.add') || 'Add Location' : t('editProfile.items.links.add') || 'Add Link';
|
|
435
410
|
const placeholder = fieldType === 'locations' ? t('editProfile.items.locations.placeholder') || 'Enter location name' : t('editProfile.items.links.placeholder') || 'Enter URL';
|
|
436
411
|
const listTitle = fieldType === 'locations' ? t('editProfile.items.locations.yourLocations') || 'Your Locations' : t('editProfile.items.links.yourLinks') || 'Your Links';
|
|
437
|
-
return (
|
|
438
|
-
children: [(
|
|
412
|
+
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
413
|
+
children: [/*#__PURE__*/_jsxs(View, {
|
|
439
414
|
style: styles.inputGroup,
|
|
440
|
-
children: [(
|
|
415
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
441
416
|
style: [styles.label, {
|
|
442
417
|
color: colors.text
|
|
443
418
|
}],
|
|
444
419
|
children: addLabel
|
|
445
|
-
}), (
|
|
420
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
446
421
|
style: styles.addItemRow,
|
|
447
|
-
children: [(
|
|
422
|
+
children: [/*#__PURE__*/_jsx(TextInput, {
|
|
448
423
|
style: [styles.input, {
|
|
449
424
|
backgroundColor: colors.card,
|
|
450
425
|
color: colors.text,
|
|
@@ -461,55 +436,55 @@ const EditProfileFieldScreen = ({
|
|
|
461
436
|
onSubmitEditing: handleAddItem,
|
|
462
437
|
returnKeyType: "done",
|
|
463
438
|
keyboardType: fieldType === 'links' ? 'url' : 'default'
|
|
464
|
-
}), (
|
|
439
|
+
}), /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
465
440
|
style: [styles.addButton, {
|
|
466
441
|
backgroundColor: newItemValue.trim() ? colors.tint : colors.border
|
|
467
442
|
}],
|
|
468
443
|
onPress: handleAddItem,
|
|
469
444
|
disabled: !newItemValue.trim(),
|
|
470
|
-
children: (
|
|
445
|
+
children: /*#__PURE__*/_jsx(Ionicons, {
|
|
471
446
|
name: "add",
|
|
472
447
|
size: 20,
|
|
473
448
|
color: "#fff"
|
|
474
449
|
})
|
|
475
450
|
})]
|
|
476
451
|
})]
|
|
477
|
-
}), listItems.length > 0 && (
|
|
452
|
+
}), listItems.length > 0 && /*#__PURE__*/_jsxs(View, {
|
|
478
453
|
style: styles.listSection,
|
|
479
|
-
children: [(
|
|
454
|
+
children: [/*#__PURE__*/_jsxs(Text, {
|
|
480
455
|
style: [styles.listTitle, {
|
|
481
456
|
color: colors.text
|
|
482
457
|
}],
|
|
483
458
|
children: [listTitle, " (", listItems.length, ")"]
|
|
484
|
-
}), listItems.map(item => (
|
|
459
|
+
}), listItems.map(item => /*#__PURE__*/_jsxs(View, {
|
|
485
460
|
style: [styles.listItem, {
|
|
486
461
|
backgroundColor: colors.card,
|
|
487
462
|
borderColor: colors.border
|
|
488
463
|
}],
|
|
489
|
-
children: [fieldType === 'links' && item.image && (
|
|
464
|
+
children: [fieldType === 'links' && item.image && /*#__PURE__*/_jsx(Image, {
|
|
490
465
|
source: {
|
|
491
466
|
uri: item.image
|
|
492
467
|
},
|
|
493
468
|
style: styles.linkImage
|
|
494
|
-
}), (
|
|
469
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
495
470
|
style: styles.listItemContent,
|
|
496
|
-
children: [(
|
|
471
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
497
472
|
style: [styles.listItemTitle, {
|
|
498
473
|
color: colors.text
|
|
499
474
|
}],
|
|
500
475
|
numberOfLines: 1,
|
|
501
476
|
children: fieldType === 'locations' ? item.name : item.title || item.url
|
|
502
|
-
}), fieldType === 'links' && (
|
|
477
|
+
}), fieldType === 'links' && /*#__PURE__*/_jsx(Text, {
|
|
503
478
|
style: [styles.listItemSubtitle, {
|
|
504
479
|
color: colors.secondaryText
|
|
505
480
|
}],
|
|
506
481
|
numberOfLines: 1,
|
|
507
482
|
children: item.url
|
|
508
483
|
})]
|
|
509
|
-
}), (
|
|
484
|
+
}), /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
510
485
|
onPress: () => handleRemoveItem(item.id),
|
|
511
486
|
style: styles.removeButton,
|
|
512
|
-
children: (
|
|
487
|
+
children: /*#__PURE__*/_jsx(Ionicons, {
|
|
513
488
|
name: "trash-outline",
|
|
514
489
|
size: 18,
|
|
515
490
|
color: "#FF3B30"
|
|
@@ -519,12 +494,12 @@ const EditProfileFieldScreen = ({
|
|
|
519
494
|
})]
|
|
520
495
|
});
|
|
521
496
|
};
|
|
522
|
-
return (
|
|
497
|
+
return /*#__PURE__*/_jsxs(KeyboardAvoidingView, {
|
|
523
498
|
style: [styles.container, {
|
|
524
499
|
backgroundColor: normalizedTheme === 'dark' ? '#000000' : '#F5F5F5'
|
|
525
500
|
}],
|
|
526
|
-
behavior:
|
|
527
|
-
children: [(
|
|
501
|
+
behavior: Platform.OS === 'ios' ? 'padding' : undefined,
|
|
502
|
+
children: [/*#__PURE__*/_jsx(Header, {
|
|
528
503
|
title: "",
|
|
529
504
|
subtitle: "",
|
|
530
505
|
theme: normalizedTheme,
|
|
@@ -537,25 +512,25 @@ const EditProfileFieldScreen = ({
|
|
|
537
512
|
disabled: isSaving,
|
|
538
513
|
loading: isSaving
|
|
539
514
|
}
|
|
540
|
-
}), (
|
|
515
|
+
}), /*#__PURE__*/_jsxs(ScrollView, {
|
|
541
516
|
style: styles.content,
|
|
542
517
|
contentContainerStyle: styles.contentContainer,
|
|
543
518
|
showsVerticalScrollIndicator: false,
|
|
544
519
|
keyboardShouldPersistTaps: "handled",
|
|
545
|
-
children: [(
|
|
520
|
+
children: [/*#__PURE__*/_jsxs(View, {
|
|
546
521
|
style: styles.titleContainer,
|
|
547
|
-
children: [(
|
|
522
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
548
523
|
style: [styles.bigTitle, {
|
|
549
524
|
color: colors.text
|
|
550
525
|
}],
|
|
551
526
|
children: fieldConfig.title
|
|
552
|
-
}), fieldConfig.subtitle && (
|
|
527
|
+
}), fieldConfig.subtitle && /*#__PURE__*/_jsx(Text, {
|
|
553
528
|
style: [styles.bigSubtitle, {
|
|
554
529
|
color: colors.secondaryText
|
|
555
530
|
}],
|
|
556
531
|
children: fieldConfig.subtitle
|
|
557
532
|
})]
|
|
558
|
-
}), (
|
|
533
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
559
534
|
style: [styles.formCard, {
|
|
560
535
|
backgroundColor: colors.card
|
|
561
536
|
}],
|
|
@@ -564,7 +539,7 @@ const EditProfileFieldScreen = ({
|
|
|
564
539
|
})]
|
|
565
540
|
});
|
|
566
541
|
};
|
|
567
|
-
const styles =
|
|
542
|
+
const styles = StyleSheet.create({
|
|
568
543
|
container: {
|
|
569
544
|
flex: 1
|
|
570
545
|
},
|
|
@@ -581,8 +556,8 @@ const styles = react_native_1.StyleSheet.create({
|
|
|
581
556
|
},
|
|
582
557
|
bigTitle: {
|
|
583
558
|
fontSize: 34,
|
|
584
|
-
fontWeight:
|
|
585
|
-
fontFamily:
|
|
559
|
+
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
560
|
+
fontFamily: fontFamilies.interBold,
|
|
586
561
|
lineHeight: 40,
|
|
587
562
|
marginBottom: 8,
|
|
588
563
|
letterSpacing: -0.5
|
|
@@ -604,17 +579,17 @@ const styles = react_native_1.StyleSheet.create({
|
|
|
604
579
|
label: {
|
|
605
580
|
fontSize: 14,
|
|
606
581
|
fontWeight: '600',
|
|
607
|
-
fontFamily:
|
|
582
|
+
fontFamily: fontFamilies.interSemiBold
|
|
608
583
|
},
|
|
609
584
|
input: {
|
|
610
|
-
borderWidth:
|
|
585
|
+
borderWidth: StyleSheet.hairlineWidth,
|
|
611
586
|
borderRadius: 12,
|
|
612
587
|
padding: 16,
|
|
613
588
|
fontSize: 16,
|
|
614
589
|
minHeight: 52
|
|
615
590
|
},
|
|
616
591
|
textArea: {
|
|
617
|
-
borderWidth:
|
|
592
|
+
borderWidth: StyleSheet.hairlineWidth,
|
|
618
593
|
borderRadius: 12,
|
|
619
594
|
padding: 16,
|
|
620
595
|
fontSize: 16,
|
|
@@ -643,7 +618,7 @@ const styles = react_native_1.StyleSheet.create({
|
|
|
643
618
|
listTitle: {
|
|
644
619
|
fontSize: 16,
|
|
645
620
|
fontWeight: '600',
|
|
646
|
-
fontFamily:
|
|
621
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
647
622
|
marginBottom: 12
|
|
648
623
|
},
|
|
649
624
|
listItem: {
|
|
@@ -651,7 +626,7 @@ const styles = react_native_1.StyleSheet.create({
|
|
|
651
626
|
alignItems: 'center',
|
|
652
627
|
padding: 16,
|
|
653
628
|
borderRadius: 12,
|
|
654
|
-
borderWidth:
|
|
629
|
+
borderWidth: StyleSheet.hairlineWidth,
|
|
655
630
|
gap: 12,
|
|
656
631
|
marginBottom: 8
|
|
657
632
|
},
|
|
@@ -675,5 +650,5 @@ const styles = react_native_1.StyleSheet.create({
|
|
|
675
650
|
padding: 8
|
|
676
651
|
}
|
|
677
652
|
});
|
|
678
|
-
|
|
653
|
+
export default /*#__PURE__*/React.memo(EditProfileFieldScreen);
|
|
679
654
|
//# sourceMappingURL=EditProfileFieldScreen.js.map
|