@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
package/lib/module/ui/server.js
CHANGED
|
@@ -9,10 +9,7 @@
|
|
|
9
9
|
* @example
|
|
10
10
|
* import { OxyProvider, useOxy } from '@oxyhq/services/ui/server';
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
|
-
value: true
|
|
14
|
-
});
|
|
15
|
-
exports.extractErrorMessage = exports.isTimeoutOrNetworkError = exports.isInvalidSessionError = exports.handleAuthError = exports.toast = exports.fontStyles = exports.fontFamilies = exports.useAccountStore = exports.useAuthStore = exports.ProfileScreen = exports.useStorage = exports.useFollow = exports.useAuth = exports.useOxy = exports.OxyIcon = exports.setupFonts = exports.FontLoader = exports.OxyPayButton = exports.FollowButton = exports.Avatar = exports.OxyLogo = exports.OxySignInButton = exports.OxyProvider = void 0;
|
|
12
|
+
|
|
16
13
|
// Noop utilities
|
|
17
14
|
const noopComponent = () => null;
|
|
18
15
|
const noopHook = () => ({});
|
|
@@ -20,34 +17,39 @@ const noopStorageResult = {
|
|
|
20
17
|
storage: null,
|
|
21
18
|
isReady: false
|
|
22
19
|
};
|
|
20
|
+
|
|
23
21
|
// Components (all render null)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
const setupFonts = () => {};
|
|
32
|
-
|
|
33
|
-
|
|
22
|
+
export const OxyProvider = noopComponent;
|
|
23
|
+
export const OxySignInButton = noopComponent;
|
|
24
|
+
export const OxyLogo = noopComponent;
|
|
25
|
+
export const Avatar = noopComponent;
|
|
26
|
+
export const FollowButton = noopComponent;
|
|
27
|
+
export const OxyPayButton = noopComponent;
|
|
28
|
+
export const FontLoader = noopComponent;
|
|
29
|
+
export const setupFonts = () => {};
|
|
30
|
+
export const OxyIcon = noopComponent;
|
|
31
|
+
|
|
34
32
|
// Context
|
|
35
|
-
|
|
33
|
+
export const useOxy = noopHook;
|
|
34
|
+
|
|
36
35
|
// Hooks (all return empty objects)
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
const useStorage = () => noopStorageResult;
|
|
40
|
-
|
|
36
|
+
export const useAuth = noopHook;
|
|
37
|
+
export const useFollow = noopHook;
|
|
38
|
+
export const useStorage = () => noopStorageResult;
|
|
39
|
+
|
|
41
40
|
// Screens (render null)
|
|
42
|
-
|
|
41
|
+
export const ProfileScreen = noopComponent;
|
|
42
|
+
|
|
43
43
|
// Stores (return empty objects)
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
export const useAuthStore = noopHook;
|
|
45
|
+
export const useAccountStore = noopHook;
|
|
46
|
+
|
|
46
47
|
// Styles (empty objects)
|
|
47
|
-
|
|
48
|
-
|
|
48
|
+
export const fontFamilies = {};
|
|
49
|
+
export const fontStyles = {};
|
|
50
|
+
|
|
49
51
|
// Toast (noop)
|
|
50
|
-
|
|
52
|
+
export const toast = Object.assign(() => {}, {
|
|
51
53
|
success: () => {},
|
|
52
54
|
error: () => {},
|
|
53
55
|
info: () => {},
|
|
@@ -55,30 +57,7 @@ exports.toast = Object.assign(() => {}, {
|
|
|
55
57
|
loading: () => {},
|
|
56
58
|
dismiss: () => {}
|
|
57
59
|
});
|
|
60
|
+
|
|
58
61
|
// Error handler utilities (pure functions work everywhere)
|
|
59
|
-
|
|
60
|
-
Object.defineProperty(exports, "handleAuthError", {
|
|
61
|
-
enumerable: true,
|
|
62
|
-
get: function () {
|
|
63
|
-
return errorHandlers_1.handleAuthError;
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
Object.defineProperty(exports, "isInvalidSessionError", {
|
|
67
|
-
enumerable: true,
|
|
68
|
-
get: function () {
|
|
69
|
-
return errorHandlers_1.isInvalidSessionError;
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
Object.defineProperty(exports, "isTimeoutOrNetworkError", {
|
|
73
|
-
enumerable: true,
|
|
74
|
-
get: function () {
|
|
75
|
-
return errorHandlers_1.isTimeoutOrNetworkError;
|
|
76
|
-
}
|
|
77
|
-
});
|
|
78
|
-
Object.defineProperty(exports, "extractErrorMessage", {
|
|
79
|
-
enumerable: true,
|
|
80
|
-
get: function () {
|
|
81
|
-
return errorHandlers_1.extractErrorMessage;
|
|
82
|
-
}
|
|
83
|
-
});
|
|
62
|
+
export { handleAuthError, isInvalidSessionError, isTimeoutOrNetworkError, extractErrorMessage } from "./utils/errorHandlers.js";
|
|
84
63
|
//# sourceMappingURL=server.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["noopComponent","noopHook","noopStorageResult","storage","isReady","OxyProvider","OxySignInButton","OxyLogo","Avatar","FollowButton","OxyPayButton","FontLoader","setupFonts","OxyIcon","useOxy","useAuth","useFollow","useStorage","ProfileScreen","useAuthStore","useAccountStore","fontFamilies","fontStyles","toast","Object","assign","success","error","info","warning","loading","dismiss","handleAuthError","isInvalidSessionError","isTimeoutOrNetworkError","extractErrorMessage"],"sourceRoot":"../../../src","sources":["ui/server.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,MAAMA,aAAa,GAAGA,CAAA,KAAM,IAAI;AAChC,MAAMC,QAAQ,GAAGA,CAAA,MAAO,CAAC,CAAC,CAAC;AAC3B,MAAMC,iBAAiB,GAAG;EAAEC,OAAO,EAAE,IAAI;EAAEC,OAAO,EAAE;AAAM,CAAC;;AAE3D;AACA,OAAO,MAAMC,WAAW,GAAGL,aAAa;AACxC,OAAO,MAAMM,eAAe,GAAGN,aAAa;AAC5C,OAAO,MAAMO,OAAO,GAAGP,aAAa;AACpC,OAAO,MAAMQ,MAAM,GAAGR,aAAa;AACnC,OAAO,MAAMS,YAAY,GAAGT,aAAa;AACzC,OAAO,MAAMU,YAAY,GAAGV,aAAa;AACzC,OAAO,MAAMW,UAAU,GAAGX,aAAa;AACvC,OAAO,MAAMY,UAAU,GAAGA,CAAA,KAAM,CAAC,CAAC;AAClC,OAAO,MAAMC,OAAO,GAAGb,aAAa;;AAEpC;AACA,OAAO,MAAMc,MAAM,GAAGb,QAAQ;;AAE9B;AACA,OAAO,MAAMc,OAAO,GAAGd,QAAQ;AAC/B,OAAO,MAAMe,SAAS,GAAGf,QAAQ;AACjC,OAAO,MAAMgB,UAAU,GAAGA,CAAA,KAAMf,iBAAiB;;AAEjD;AACA,OAAO,MAAMgB,aAAa,GAAGlB,aAAa;;AAE1C;AACA,OAAO,MAAMmB,YAAY,GAAGlB,QAAQ;AACpC,OAAO,MAAMmB,eAAe,GAAGnB,QAAQ;;AAEvC;AACA,OAAO,MAAMoB,YAAY,GAAG,CAAC,CAAC;AAC9B,OAAO,MAAMC,UAAU,GAAG,CAAC,CAAC;;AAE5B;AACA,OAAO,MAAMC,KAAK,GAAGC,MAAM,CAACC,MAAM,CAC9B,MAAM,CAAC,CAAC,EACR;EACIC,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;EACjBC,KAAK,EAAEA,CAAA,KAAM,CAAC,CAAC;EACfC,IAAI,EAAEA,CAAA,KAAM,CAAC,CAAC;EACdC,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;EACjBC,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;EACjBC,OAAO,EAAEA,CAAA,KAAM,CAAC;AACpB,CACJ,CAAC;;AAED;AACA,SACIC,eAAe,EACfC,qBAAqB,EACrBC,uBAAuB,EACvBC,mBAAmB,QAChB,0BAAuB","ignoreList":[]}
|
|
@@ -210,11 +210,4 @@ export const useAccounts = () => {
|
|
|
210
210
|
export const useAccountLoading = () => useAccountStore(s => s.loading);
|
|
211
211
|
export const useAccountError = () => useAccountStore(s => s.error);
|
|
212
212
|
export const useAccountLoadingSession = sessionId => useAccountStore(s => s.loadingSessionIds.has(sessionId));
|
|
213
|
-
//# sourceMappingURL=accountStore.js.mapeAccounts = useAccounts;
|
|
214
|
-
const useAccountLoading = () => (0, exports.useAccountStore)(s => s.loading);
|
|
215
|
-
exports.useAccountLoading = useAccountLoading;
|
|
216
|
-
const useAccountError = () => (0, exports.useAccountStore)(s => s.error);
|
|
217
|
-
exports.useAccountError = useAccountError;
|
|
218
|
-
const useAccountLoadingSession = sessionId => (0, exports.useAccountStore)(s => s.loadingSessionIds.has(sessionId));
|
|
219
|
-
exports.useAccountLoadingSession = useAccountLoadingSession;
|
|
220
213
|
//# sourceMappingURL=accountStore.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
{"version":3,"names":["create","buildAccountsArray","createQuickAccount","initialState","accounts","accountOrder","accountsArray","loading","loadingSessionIds","Set","error","useAccountStore","set","get","setAccounts","state","accountMap","order","seenSessionIds","account","has","sessionId","add","push","sameOrder","length","every","id","i","sameAccounts","existing","newAccount","userId","avatar","avatarUrl","addAccount","newAccounts","newOrder","updateAccount","updates","updated","removeAccount","_removed","rest","filter","moveAccountToTop","filtered","setLoading","setLoadingSession","newSet","delete","setError","loadAccounts","sessionIds","oxyServices","existingAccounts","preserveOrder","uniqueSessionIds","Array","from","existingMap","Map","map","a","Object","values","missingSessionIds","ordered","acc","undefined","batchResults","getUsersBySessions","user","userData","fileId","variant","getFileDownloadUrl","orderToUse","seen","errorMessage","Error","message","__DEV__","console","reset","useAccounts","useAccountLoading","s","useAccountError","useAccountLoadingSession"],"sourceRoot":"../../../../src","sources":["ui/stores/accountStore.ts"],"mappings":"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","ignoreList":[]}
|
|
2
|
-
C;IAChD;EACJ,CAAC;EACD8E,KAAK,EAAEA,CAAA,KAAMzE,GAAG,CAACT,YAAY;AACjC,CAAC,CAAC,CAAC;AACH;AACA,MAAML,WAAW,GAAGA,CAAA,KAAM;EACtB,OAAO,CAAC,CAAC,EAAEL,OAAO,CAACM,eAAe,EAAEgB,KAAK,IAAIA,KAAK,CAACT,aAAa,CAAC;AACrE,CAAC;AACDb,OAAO,CAACK,WAAW,GAAGA,WAAW;AACjC,MAAMD,iBAAiB,GAAGA,CAAA,KAAM,CAAC,CAAC,EAAEJ,OAAO,CAACM,eAAe,EAAEuF,CAAC,IAAIA,CAAC,CAAC/E,OAAO,CAAC;AAC5Ed,OAAO,CAACI,iBAAiB,GAAGA,iBAAiB;AAC7C,MAAMD,eAAe,GAAGA,CAAA,KAAM,CAAC,CAAC,EAAEH,OAAO,CAACM,eAAe,EAAEuF,CAAC,IAAIA,CAAC,CAAC5E,KAAK,CAAC;AACxEjB,OAAO,CAACG,eAAe,GAAGA,eAAe;AACzC,MAAMD,wBAAwB,GAAI0B,SAAS,IAAK,CAAC,CAAC,EAAE5B,OAAO,CAACM,eAAe,EAAEuF,CAAC,IAAIA,CAAC,CAAC9E,iBAAiB,CAACY,GAAG,CAACC,SAAS,CAAC,CAAC;AACrH5B,OAAO,CAACE,wBAAwB,GAAGA,wBAAwB","ignoreList":[]}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.useIsAssetLinked = exports.useAssetUsageCount = exports.useAssetsByEntity = exports.useAssetsByApp = exports.useAssetErrors = exports.useAssetLoading = exports.useUploadProgress = exports.useAsset = exports.useAssets = exports.useAssetStore = void 0;
|
|
7
|
-
const zustand_1 = require("zustand");
|
|
3
|
+
import { create } from 'zustand';
|
|
8
4
|
const initialState = {
|
|
9
5
|
assets: {},
|
|
10
6
|
uploadProgress: {},
|
|
@@ -15,7 +11,7 @@ const initialState = {
|
|
|
15
11
|
},
|
|
16
12
|
errors: {}
|
|
17
13
|
};
|
|
18
|
-
|
|
14
|
+
export const useAssetStore = create((set, get) => ({
|
|
19
15
|
...initialState,
|
|
20
16
|
// Asset management
|
|
21
17
|
setAsset: asset => {
|
|
@@ -76,6 +72,7 @@ exports.useAssetStore = (0, zustand_1.create)((set, get) => ({
|
|
|
76
72
|
set(state => {
|
|
77
73
|
const asset = state.assets[assetId];
|
|
78
74
|
if (!asset) return state;
|
|
75
|
+
|
|
79
76
|
// Check if link already exists
|
|
80
77
|
const existingLink = asset.links.find(l => l.app === link.app && l.entityType === link.entityType && l.entityId === link.entityId);
|
|
81
78
|
if (existingLink) return state;
|
|
@@ -199,24 +196,17 @@ exports.useAssetStore = (0, zustand_1.create)((set, get) => ({
|
|
|
199
196
|
set(initialState);
|
|
200
197
|
}
|
|
201
198
|
}));
|
|
199
|
+
|
|
202
200
|
// Selector hooks for convenience
|
|
203
|
-
const useAssets = () =>
|
|
204
|
-
|
|
205
|
-
const
|
|
206
|
-
|
|
207
|
-
const
|
|
208
|
-
|
|
209
|
-
const useAssetLoading = () => (0, exports.useAssetStore)(state => state.loading);
|
|
210
|
-
exports.useAssetLoading = useAssetLoading;
|
|
211
|
-
const useAssetErrors = () => (0, exports.useAssetStore)(state => state.errors);
|
|
212
|
-
exports.useAssetErrors = useAssetErrors;
|
|
201
|
+
export const useAssets = () => useAssetStore(state => Object.values(state.assets));
|
|
202
|
+
export const useAsset = assetId => useAssetStore(state => state.assets[assetId]);
|
|
203
|
+
export const useUploadProgress = () => useAssetStore(state => state.uploadProgress);
|
|
204
|
+
export const useAssetLoading = () => useAssetStore(state => state.loading);
|
|
205
|
+
export const useAssetErrors = () => useAssetStore(state => state.errors);
|
|
206
|
+
|
|
213
207
|
// Typed selectors for specific use cases
|
|
214
|
-
const useAssetsByApp = app =>
|
|
215
|
-
|
|
216
|
-
const
|
|
217
|
-
|
|
218
|
-
const useAssetUsageCount = assetId => (0, exports.useAssetStore)(state => state.getAssetUsageCount(assetId));
|
|
219
|
-
exports.useAssetUsageCount = useAssetUsageCount;
|
|
220
|
-
const useIsAssetLinked = (assetId, app, entityType, entityId) => (0, exports.useAssetStore)(state => state.isAssetLinked(assetId, app, entityType, entityId));
|
|
221
|
-
exports.useIsAssetLinked = useIsAssetLinked;
|
|
208
|
+
export const useAssetsByApp = app => useAssetStore(state => state.getAssetsByApp(app));
|
|
209
|
+
export const useAssetsByEntity = (app, entityType, entityId) => useAssetStore(state => state.getAssetsByEntity(app, entityType, entityId));
|
|
210
|
+
export const useAssetUsageCount = assetId => useAssetStore(state => state.getAssetUsageCount(assetId));
|
|
211
|
+
export const useIsAssetLinked = (assetId, app, entityType, entityId) => useAssetStore(state => state.isAssetLinked(assetId, app, entityType, entityId));
|
|
222
212
|
//# sourceMappingURL=assetStore.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["create","initialState","assets","uploadProgress","loading","uploading","linking","deleting","errors","useAssetStore","set","get","setAsset","asset","state","id","setAssets","assetMap","reduce","acc","removeAsset","assetId","removed","rest","setUploadProgress","fileId","progress","removeUploadProgress","addLink","link","existingLink","links","find","l","app","entityType","entityId","updatedAsset","usageCount","length","removeLink","filteredLinks","filter","status","setUploading","setLinking","setDeleting","setUploadError","error","upload","setLinkError","setDeleteError","delete","clearErrors","getAssetsByApp","Object","values","some","getAssetsByEntity","getAssetUsageCount","isAssetLinked","reset","useAssets","useAsset","useUploadProgress","useAssetLoading","useAssetErrors","useAssetsByApp","useAssetsByEntity","useAssetUsageCount","useIsAssetLinked"],"sourceRoot":"../../../../src","sources":["ui/stores/assetStore.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
const zustand_1 = require("zustand");
|
|
8
|
-
const core_1 = require("@oxyhq/core");
|
|
9
|
-
const debug = (0, core_1.createDebugLogger)('AuthStore');
|
|
10
|
-
exports.useAuthStore = (0, zustand_1.create)((set, get) => ({
|
|
3
|
+
import { create } from 'zustand';
|
|
4
|
+
import { createDebugLogger } from '@oxyhq/core';
|
|
5
|
+
const debug = createDebugLogger('AuthStore');
|
|
6
|
+
export const useAuthStore = create((set, get) => ({
|
|
11
7
|
user: null,
|
|
12
8
|
isAuthenticated: false,
|
|
13
9
|
isLoading: false,
|
|
@@ -37,6 +33,7 @@ exports.useAuthStore = (0, zustand_1.create)((set, get) => ({
|
|
|
37
33
|
const now = Date.now();
|
|
38
34
|
const cacheAge = state.lastUserFetch ? now - state.lastUserFetch : Number.POSITIVE_INFINITY;
|
|
39
35
|
const cacheValid = cacheAge < 5 * 60 * 1000; // 5 minutes cache
|
|
36
|
+
|
|
40
37
|
// Use cached data if available and not forcing refresh
|
|
41
38
|
if (!forceRefresh && state.user && cacheValid) {
|
|
42
39
|
debug.log('Using cached user data (age:', cacheAge, 'ms)');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["create","createDebugLogger","debug","useAuthStore","set","get","user","isAuthenticated","isLoading","error","lastUserFetch","loginSuccess","Date","now","loginFailure","logout","setUser","fetchUser","oxyServices","forceRefresh","state","cacheAge","Number","POSITIVE_INFINITY","cacheValid","log","getCurrentUser","errorMessage","Error","message"],"sourceRoot":"../../../../src","sources":["ui/stores/authStore.ts"],"mappings":";;AAAA,SAASA,MAAM,QAAQ,SAAS;AAEhC,SAASC,iBAAiB,QAAQ,aAAa;AAE/C,MAAMC,KAAK,GAAGD,iBAAiB,CAAC,WAAW,CAAC;AAgB5C,OAAO,MAAME,YAAY,GAAGH,MAAM,CAAY,CAACI,GAAwC,EAAEC,GAAoB,MAAM;EACjHC,IAAI,EAAE,IAAI;EACVC,eAAe,EAAE,KAAK;EACtBC,SAAS,EAAE,KAAK;EAChBC,KAAK,EAAE,IAAI;EACXC,aAAa,EAAE,IAAI;EAEnBC,YAAY,EAAGL,IAAU,IAAKF,GAAG,CAAC;IAChCI,SAAS,EAAE,KAAK;IAChBD,eAAe,EAAE,IAAI;IACrBD,IAAI;IACJI,aAAa,EAAEE,IAAI,CAACC,GAAG,CAAC;EAC1B,CAAC,CAAC;EACFC,YAAY,EAAGL,KAAa,IAAKL,GAAG,CAAC;IAAEI,SAAS,EAAE,KAAK;IAAEC;EAAM,CAAC,CAAC;EACjEM,MAAM,EAAEA,CAAA,KAAMX,GAAG,CAAC;IAChBE,IAAI,EAAE,IAAI;IACVC,eAAe,EAAE,KAAK;IACtBG,aAAa,EAAE;EACjB,CAAC,CAAC;EACFM,OAAO,EAAGV,IAAU,IAAKF,GAAG,CAAC;IAAEE,IAAI;IAAEI,aAAa,EAAEE,IAAI,CAACC,GAAG,CAAC;EAAE,CAAC,CAAC;EACjEI,SAAS,EAAE,MAAAA,CAAOC,WAAW,EAAEC,YAAY,GAAG,KAAK,KAAK;IACtD,MAAMC,KAAK,GAAGf,GAAG,CAAC,CAAC;IACnB,MAAMQ,GAAG,GAAGD,IAAI,CAACC,GAAG,CAAC,CAAC;IACtB,MAAMQ,QAAQ,GAAGD,KAAK,CAACV,aAAa,GAAGG,GAAG,GAAGO,KAAK,CAACV,aAAa,GAAGY,MAAM,CAACC,iBAAiB;IAC3F,MAAMC,UAAU,GAAGH,QAAQ,GAAG,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC;;IAE7C;IACA,IAAI,CAACF,YAAY,IAAIC,KAAK,CAACd,IAAI,IAAIkB,UAAU,EAAE;MAC7CtB,KAAK,CAACuB,GAAG,CAAC,8BAA8B,EAAEJ,QAAQ,EAAE,KAAK,CAAC;MAC1D;IACF;IAEAjB,GAAG,CAAC;MAAEI,SAAS,EAAE,IAAI;MAAEC,KAAK,EAAE;IAAK,CAAC,CAAC;IACrC,IAAI;MACF,MAAMH,IAAI,GAAG,MAAMY,WAAW,CAACQ,cAAc,CAAC,CAAC;MAC/CtB,GAAG,CAAC;QAAEE,IAAI;QAAEE,SAAS,EAAE,KAAK;QAAED,eAAe,EAAE,IAAI;QAAEG,aAAa,EAAEG;MAAI,CAAC,CAAC;IAC5E,CAAC,CAAC,OAAOJ,KAAK,EAAE;MACd,MAAMkB,YAAY,GAAGlB,KAAK,YAAYmB,KAAK,GAAGnB,KAAK,CAACoB,OAAO,GAAG,sBAAsB;MACpF3B,KAAK,CAACO,KAAK,CAAC,sBAAsB,EAAEA,KAAK,CAAC;MAC1CL,GAAG,CAAC;QAAEK,KAAK,EAAEkB,YAAY;QAAEnB,SAAS,EAAE;MAAM,CAAC,CAAC;IAChD;EACF;AACF,CAAC,CAAC,CAAC","ignoreList":[]}
|
|
@@ -142,10 +142,4 @@ export const useFiles = () => {
|
|
|
142
142
|
export const useUploading = () => useFileStore(s => s.uploading);
|
|
143
143
|
export const useUploadAggregateProgress = () => useFileStore(s => s.uploadProgress);
|
|
144
144
|
export const useDeleting = () => useFileStore(s => s.deleting);
|
|
145
|
-
//# sourceMappingURL=fileStore.js.mapre)(s => s.uploading);
|
|
146
|
-
exports.useUploading = useUploading;
|
|
147
|
-
const useUploadAggregateProgress = () => (0, exports.useFileStore)(s => s.uploadProgress);
|
|
148
|
-
exports.useUploadAggregateProgress = useUploadAggregateProgress;
|
|
149
|
-
const useDeleting = () => (0, exports.useFileStore)(s => s.deleting);
|
|
150
|
-
exports.useDeleting = useDeleting;
|
|
151
145
|
//# sourceMappingURL=fileStore.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
{"version":3,"names":["create","shallowEqualFile","a","b","aKeys","Object","keys","bKeys","length","k","initialState","files","order","uploading","deleting","uploadProgress","useFileStore","set","get","setFiles","opts","state","merge","map","forEach","f","id","push","sameOrder","every","i","sameFiles","newFiles","newOrder","changed","prev","merged","includes","unshift","addFile","file","prepend","updateFile","patch","existing","updated","removeFile","_removed","rest","filter","fid","setUploading","val","setDeleting","setUploadProgress","p","reset","useFiles","s","out","useUploading","useUploadAggregateProgress","useDeleting"],"sourceRoot":"../../../../src","sources":["ui/stores/fileStore.ts"],"mappings":"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","ignoreList":[]}
|
|
2
|
-
AAG,CAAEG,EAAE,IAAKf,KAAK,CAACe,EAAE,CAAC,CAAC;EACxC,OAAOgC,GAAG;AACd,CAAC;AACDjE,OAAO,CAACK,QAAQ,GAAGA,QAAQ;AAC3B,MAAMD,YAAY,GAAGA,CAAA,KAAM,CAAC,CAAC,EAAEJ,OAAO,CAACM,YAAY,EAAE0D,CAAC,IAAIA,CAAC,CAAC5C,SAAS,CAAC;AACtEpB,OAAO,CAACI,YAAY,GAAGA,YAAY;AACnC,MAAMD,0BAA0B,GAAGA,CAAA,KAAM,CAAC,CAAC,EAAEH,OAAO,CAACM,YAAY,EAAE0D,CAAC,IAAIA,CAAC,CAAC1C,cAAc,CAAC;AACzFtB,OAAO,CAACG,0BAA0B,GAAGA,0BAA0B;AAC/D,MAAMD,WAAW,GAAGA,CAAA,KAAM,CAAC,CAAC,EAAEF,OAAO,CAACM,YAAY,EAAE0D,CAAC,IAAIA,CAAC,CAAC3C,QAAQ,CAAC;AACpErB,OAAO,CAACE,WAAW,GAAGA,WAAW","ignoreList":[]}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
});
|
|
6
|
-
exports.useFollowStore = void 0;
|
|
7
|
-
const zustand_1 = require("zustand");
|
|
8
|
-
exports.useFollowStore = (0, zustand_1.create)((set, get) => ({
|
|
3
|
+
import { create } from 'zustand';
|
|
4
|
+
export const useFollowStore = create((set, get) => ({
|
|
9
5
|
followingUsers: {},
|
|
10
6
|
loadingUsers: {},
|
|
11
7
|
fetchingUsers: {},
|
|
@@ -99,6 +95,7 @@ exports.useFollowStore = (0, zustand_1.create)((set, get) => ({
|
|
|
99
95
|
response = await oxyServices.followUser(userId);
|
|
100
96
|
newFollowState = true;
|
|
101
97
|
}
|
|
98
|
+
|
|
102
99
|
// Update follow status
|
|
103
100
|
set(state => ({
|
|
104
101
|
followingUsers: {
|
|
@@ -114,6 +111,7 @@ exports.useFollowStore = (0, zustand_1.create)((set, get) => ({
|
|
|
114
111
|
[userId]: null
|
|
115
112
|
}
|
|
116
113
|
}));
|
|
114
|
+
|
|
117
115
|
// Update counts if the response includes them
|
|
118
116
|
// The API returns counts for both users:
|
|
119
117
|
// - followers: target user's follower count (the user being followed)
|
|
@@ -122,15 +120,18 @@ exports.useFollowStore = (0, zustand_1.create)((set, get) => ({
|
|
|
122
120
|
const {
|
|
123
121
|
counts
|
|
124
122
|
} = response;
|
|
123
|
+
|
|
125
124
|
// Get current user ID from oxyServices
|
|
126
125
|
const currentUserId = oxyServices.getCurrentUserId();
|
|
127
126
|
set(state => {
|
|
128
127
|
const updates = {};
|
|
128
|
+
|
|
129
129
|
// Update target user's follower count (the user being followed)
|
|
130
130
|
updates.followerCounts = {
|
|
131
131
|
...state.followerCounts,
|
|
132
132
|
[userId]: counts.followers
|
|
133
133
|
};
|
|
134
|
+
|
|
134
135
|
// Update current user's following count (the user doing the following)
|
|
135
136
|
if (currentUserId) {
|
|
136
137
|
updates.followingCounts = {
|
|
@@ -169,11 +170,13 @@ exports.useFollowStore = (0, zustand_1.create)((set, get) => ({
|
|
|
169
170
|
updateCountsFromFollowAction: (targetUserId, action, counts, currentUserId) => {
|
|
170
171
|
set(state => {
|
|
171
172
|
const updates = {};
|
|
173
|
+
|
|
172
174
|
// Update target user's follower count (the user being followed)
|
|
173
175
|
updates.followerCounts = {
|
|
174
176
|
...state.followerCounts,
|
|
175
177
|
[targetUserId]: counts.followers
|
|
176
178
|
};
|
|
179
|
+
|
|
177
180
|
// Update current user's following count (the user doing the following)
|
|
178
181
|
if (currentUserId) {
|
|
179
182
|
updates.followingCounts = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["create","useFollowStore","set","get","followingUsers","loadingUsers","fetchingUsers","errors","followerCounts","followingCounts","loadingCounts","setFollowingStatus","userId","isFollowing","state","clearFollowError","resetFollowState","fetchFollowStatus","oxyServices","response","getFollowStatus","error","Error","message","toggleFollowUser","isCurrentlyFollowing","newFollowState","unfollowUser","followUser","counts","currentUserId","getCurrentUserId","updates","followers","following","setFollowerCount","count","setFollowingCount","updateCountsFromFollowAction","targetUserId","action","fetchUserCounts","user","getUserById","_count"],"sourceRoot":"../../../../src","sources":["ui/stores/followStore.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
exports.createAuthStyles = void 0;
|
|
7
|
-
const react_native_1 = require("react-native");
|
|
8
|
-
const fonts_1 = require("./fonts");
|
|
9
|
-
const createAuthStyles = (colors, theme) => react_native_1.StyleSheet.create({
|
|
3
|
+
import { Platform, StyleSheet } from 'react-native';
|
|
4
|
+
import { fontFamilies } from "./fonts.js";
|
|
5
|
+
export const createAuthStyles = (colors, theme) => StyleSheet.create({
|
|
10
6
|
// Container and scrollContent styles removed entirely
|
|
11
7
|
// All layout is handled by BottomSheetRouter's BottomSheetScrollView
|
|
12
8
|
// StepBasedScreen and step components are pure content renderers
|
|
@@ -23,8 +19,8 @@ const createAuthStyles = (colors, theme) => react_native_1.StyleSheet.create({
|
|
|
23
19
|
marginBottom: 24
|
|
24
20
|
},
|
|
25
21
|
modernTitle: {
|
|
26
|
-
fontFamily:
|
|
27
|
-
fontWeight:
|
|
22
|
+
fontFamily: fontFamilies.interBold,
|
|
23
|
+
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
28
24
|
fontSize: 62,
|
|
29
25
|
lineHeight: 74.4,
|
|
30
26
|
// 62 * 1.2
|
|
@@ -39,8 +35,8 @@ const createAuthStyles = (colors, theme) => react_native_1.StyleSheet.create({
|
|
|
39
35
|
opacity: 0.8
|
|
40
36
|
},
|
|
41
37
|
welcomeTitle: {
|
|
42
|
-
fontFamily:
|
|
43
|
-
fontWeight:
|
|
38
|
+
fontFamily: fontFamilies.interBold,
|
|
39
|
+
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
44
40
|
fontSize: 42,
|
|
45
41
|
lineHeight: 50.4,
|
|
46
42
|
// 42 * 1.2
|
|
@@ -49,8 +45,8 @@ const createAuthStyles = (colors, theme) => react_native_1.StyleSheet.create({
|
|
|
49
45
|
letterSpacing: -1
|
|
50
46
|
},
|
|
51
47
|
stepTitle: {
|
|
52
|
-
fontFamily:
|
|
53
|
-
fontWeight:
|
|
48
|
+
fontFamily: fontFamilies.interBold,
|
|
49
|
+
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
54
50
|
fontSize: 42,
|
|
55
51
|
lineHeight: 50.4,
|
|
56
52
|
// 42 * 1.2
|
|
@@ -175,7 +171,7 @@ const createAuthStyles = (colors, theme) => react_native_1.StyleSheet.create({
|
|
|
175
171
|
paddingHorizontal: 32,
|
|
176
172
|
borderRadius: 16,
|
|
177
173
|
marginVertical: 8,
|
|
178
|
-
...
|
|
174
|
+
...Platform.select({
|
|
179
175
|
web: {
|
|
180
176
|
boxShadow: '0 4px 8px rgba(0,0,0,0.3)'
|
|
181
177
|
},
|
|
@@ -245,8 +241,8 @@ const createAuthStyles = (colors, theme) => react_native_1.StyleSheet.create({
|
|
|
245
241
|
borderColor: '#FFFFFF'
|
|
246
242
|
},
|
|
247
243
|
modernUserDisplayName: {
|
|
248
|
-
fontFamily:
|
|
249
|
-
fontWeight:
|
|
244
|
+
fontFamily: fontFamilies.interBold,
|
|
245
|
+
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
250
246
|
fontSize: 42,
|
|
251
247
|
marginBottom: 4,
|
|
252
248
|
textAlign: 'left',
|
|
@@ -335,5 +331,4 @@ const createAuthStyles = (colors, theme) => react_native_1.StyleSheet.create({
|
|
|
335
331
|
flex: 1
|
|
336
332
|
}
|
|
337
333
|
});
|
|
338
|
-
exports.createAuthStyles = createAuthStyles;
|
|
339
334
|
//# sourceMappingURL=authStyles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Platform","StyleSheet","fontFamilies","createAuthStyles","colors","theme","create","stepContainer","justifyContent","alignItems","modernHeader","width","marginBottom","modernTitle","fontFamily","interBold","fontWeight","OS","undefined","fontSize","lineHeight","textAlign","letterSpacing","modernSubtitle","opacity","welcomeTitle","stepTitle","modernInfoCard","flexDirection","padding","borderRadius","gap","modernInfoText","flex","modernErrorCard","errorText","modernInputContainer","inputWrapper","height","paddingHorizontal","borderWidth","backgroundColor","inputBackground","premiumInputWrapper","inputIcon","marginRight","inputContent","modernInput","passwordToggle","validationIndicator","marginLeft","validationSuccessCard","marginTop","validationErrorCard","validationCard","validationText","belowInputMessage","belowInputText","modernButton","paddingVertical","marginVertical","select","web","boxShadow","default","shadowOffset","shadowOpacity","shadowRadius","elevation","modernButtonText","color","buttonIcon","modernLabel","modernLinkText","textDecorationLine","footerTextContainer","footerText","modernUserProfileContainer","avatarContainer","position","modernUserAvatar","borderColor","statusIndicator","bottom","right","modernUserDisplayName","modernUsernameSubtext","welcomeBackBadge","welcomeBackText","textTransform","modernNavigationButtons","modernBackButton","modernBackButtonText","securityNotice","securityText","welcomeImageContainer","welcomeText","successCard","successText"],"sourceRoot":"../../../../src","sources":["ui/styles/authStyles.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -78,12 +78,4 @@ export const fontStyles = {
|
|
|
78
78
|
fontWeight: Platform.OS === 'web' ? '600' : undefined // Only apply fontWeight on web
|
|
79
79
|
}
|
|
80
80
|
};
|
|
81
|
-
//# sourceMappingURL=fonts.js.mapatform.OS === 'web' ? 'bold' : undefined // Only apply fontWeight on web
|
|
82
|
-
},
|
|
83
|
-
buttonText: {
|
|
84
|
-
fontFamily: exports.fontFamilies.interSemiBold,
|
|
85
|
-
fontSize: 16,
|
|
86
|
-
fontWeight: react_native_1.Platform.OS === 'web' ? '600' : undefined // Only apply fontWeight on web
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
81
|
//# sourceMappingURL=fonts.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
{"version":3,"names":["Platform","fontFamilies","inter","select","web","default","interLight","interMedium","interSemiBold","interBold","interExtraBold","interBlack","fontStyles","titleLarge","fontFamily","fontSize","fontWeight","OS","undefined","titleMedium","titleSmall","buttonText"],"sourceRoot":"../../../../src","sources":["ui/styles/fonts.ts"],"mappings":";;AAAA,SAASA,QAAQ,QAAwB,cAAc;;AAEvD;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,YAAY,GAAG;EAC1B;EACAC,KAAK,EAAEF,QAAQ,CAACG,MAAM,CAAC;IACrBC,GAAG,EAAE,OAAO;IAAG;IACfC,OAAO,EAAE,eAAe,CAAE;EAC5B,CAAC,CAAC;EAEF;EACAC,UAAU,EAAEN,QAAQ,CAACG,MAAM,CAAC;IAC1BC,GAAG,EAAE,OAAO;IAAG;IACfC,OAAO,EAAE,aAAa,CAAE;EAC1B,CAAC,CAAC;EAEF;EACAE,WAAW,EAAEP,QAAQ,CAACG,MAAM,CAAC;IAC3BC,GAAG,EAAE,OAAO;IAAG;IACfC,OAAO,EAAE,cAAc,CAAE;EAC3B,CAAC,CAAC;EAEF;EACAG,aAAa,EAAER,QAAQ,CAACG,MAAM,CAAC;IAC7BC,GAAG,EAAE,OAAO;IAAG;IACfC,OAAO,EAAE,gBAAgB,CAAE;EAC7B,CAAC,CAAC;EAEF;EACAI,SAAS,EAAET,QAAQ,CAACG,MAAM,CAAC;IACzBC,GAAG,EAAE,OAAO;IAAG;IACfC,OAAO,EAAE,YAAY,CAAE;EACzB,CAAC,CAAC;EAEF;EACAK,cAAc,EAAEV,QAAQ,CAACG,MAAM,CAAC;IAC9BC,GAAG,EAAE,OAAO;IAAG;IACfC,OAAO,EAAE,iBAAiB,CAAE;EAC9B,CAAC,CAAC;EAEF;EACAM,UAAU,EAAEX,QAAQ,CAACG,MAAM,CAAC;IAC1BC,GAAG,EAAE,OAAO;IAAG;IACfC,OAAO,EAAE,aAAa,CAAE;EAC1B,CAAC;AACH,CAAC;;AAED;AACA;AACA;AACA,OAAO,MAAMO,UAAqC,GAAG;EACnDC,UAAU,EAAE;IACVC,UAAU,EAAEb,YAAY,CAACQ,SAAS;IAClCM,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,QAAQ,CAACiB,EAAE,KAAK,KAAK,GAAG,MAAM,GAAGC,SAAS,CAAG;EAC3D,CAAC;EACDC,WAAW,EAAE;IACXL,UAAU,EAAEb,YAAY,CAACQ,SAAS;IAClCM,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,QAAQ,CAACiB,EAAE,KAAK,KAAK,GAAG,MAAM,GAAGC,SAAS,CAAG;EAC3D,CAAC;EACDE,UAAU,EAAE;IACVN,UAAU,EAAEb,YAAY,CAACQ,SAAS;IAClCM,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,QAAQ,CAACiB,EAAE,KAAK,KAAK,GAAG,MAAM,GAAGC,SAAS,CAAG;EAC3D,CAAC;EACDG,UAAU,EAAE;IACVP,UAAU,EAAEb,YAAY,CAACO,aAAa;IACtCO,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,QAAQ,CAACiB,EAAE,KAAK,KAAK,GAAG,KAAK,GAAGC,SAAS,CAAG;EAC1D;AACF,CAAC","ignoreList":[]}
|
|
2
|
-
AAGC,SAAS,CAAE;EAC3E,CAAC;EACDE,UAAU,EAAE;IACRN,UAAU,EAAElB,OAAO,CAACG,YAAY,CAACW,SAAS;IAC1CK,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,cAAc,CAACG,QAAQ,CAACc,EAAE,KAAK,KAAK,GAAG,MAAM,GAAGC,SAAS,CAAE;EAC3E,CAAC;EACDG,UAAU,EAAE;IACRP,UAAU,EAAElB,OAAO,CAACG,YAAY,CAACU,aAAa;IAC9CM,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,cAAc,CAACG,QAAQ,CAACc,EAAE,KAAK,KAAK,GAAG,KAAK,GAAGC,SAAS,CAAE;EAC1E;AACJ,CAAC","ignoreList":[]}
|