@oxyhq/services 6.9.13 → 6.9.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/assets/assets/icons/OxyServices.d.ts +28 -0
- package/lib/commonjs/assets/assets/icons/OxyServices.js +53 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/commonjs/assets/icons/OxyServices.js +52 -13
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
- package/lib/commonjs/assets/illustrations/HighFive.js +57 -18
- package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -1
- package/lib/commonjs/index.js +190 -200
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/lib/sonner-safe.js.map +1 -0
- package/lib/commonjs/lib/sonner.js +16 -5
- package/lib/commonjs/lib/sonner.js.map +1 -1
- package/lib/commonjs/lib/sonner.native.js +45 -8
- package/lib/commonjs/lib/sonner.native.js.map +1 -1
- package/lib/commonjs/lib/sonner.web.js +45 -8
- package/lib/commonjs/lib/sonner.web.js.map +1 -1
- package/lib/commonjs/ui/client.js +88 -66
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +26 -0
- package/lib/commonjs/ui/components/ActivityIndicator.js.map +1 -0
- package/lib/commonjs/ui/components/Avatar.js +27 -39
- package/lib/commonjs/ui/components/Avatar.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheet.js +20 -0
- package/lib/commonjs/ui/components/BottomSheet.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheetRouter.js +103 -65
- package/lib/commonjs/ui/components/BottomSheetRouter.js.map +1 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js +30 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js.map +1 -0
- package/lib/commonjs/ui/components/EmptyState.js +13 -10
- package/lib/commonjs/ui/components/EmptyState.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +81 -52
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/FontLoader.js +52 -17
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +29 -27
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +11 -10
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +34 -0
- package/lib/commonjs/ui/components/Header.js.map +1 -0
- package/lib/commonjs/ui/components/HelperText.js +26 -0
- package/lib/commonjs/ui/components/HelperText.js.map +1 -0
- package/lib/commonjs/ui/components/Icon.js +12 -12
- package/lib/commonjs/ui/components/Icon.js.map +1 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js.map +1 -0
- package/lib/commonjs/ui/components/IconButton/utils.js +8 -4
- package/lib/commonjs/ui/components/IconButton/utils.js.map +1 -1
- package/lib/commonjs/ui/components/LoadingState.js +14 -11
- package/lib/commonjs/ui/components/LoadingState.js.map +1 -1
- package/lib/commonjs/ui/components/OxyLogo.js +53 -14
- package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +19 -17
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
- package/lib/commonjs/ui/components/OxySignInButton.js +1 -1
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js +35 -31
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -0
- package/lib/commonjs/ui/components/QuickActions.js +16 -16
- package/lib/commonjs/ui/components/QuickActions.js.map +1 -1
- package/lib/commonjs/ui/components/Section.js +15 -12
- package/lib/commonjs/ui/components/Section.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +13 -14
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/SettingRow.js.map +1 -0
- package/lib/commonjs/ui/components/SignInModal.js +132 -115
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +85 -71
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +79 -37
- package/lib/commonjs/ui/components/Surface.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +6 -8
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +74 -29
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +27 -23
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +31 -27
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js +11 -11
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/types.js.map +1 -0
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +23 -21
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +37 -10
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +2 -1
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +106 -65
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +33 -0
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +1 -0
- package/lib/commonjs/ui/components/TextField/constants.js +35 -25
- package/lib/commonjs/ui/components/TextField/constants.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/helpers.js +44 -43
- package/lib/commonjs/ui/components/TextField/helpers.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/types.js.map +1 -0
- package/lib/commonjs/ui/components/TextField.js +76 -35
- package/lib/commonjs/ui/components/TextField.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +64 -30
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +68 -26
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/utils.js +10 -6
- package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +1 -0
- package/lib/commonjs/ui/components/Typography/types.js +3 -3
- package/lib/commonjs/ui/components/Typography/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/constants.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/index.js +10 -0
- package/lib/commonjs/ui/components/feedback/index.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +5 -5
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js +13 -14
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +77 -66
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +127 -118
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/styles.js.map +1 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +20 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/index.js +12 -7
- package/lib/commonjs/ui/components/icon/index.js.map +1 -1
- package/lib/commonjs/ui/components/index.js +62 -54
- package/lib/commonjs/ui/components/index.js.map +1 -1
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +22 -21
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +1 -0
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +52 -41
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/commonjs/ui/components/modals/index.js +8 -3
- package/lib/commonjs/ui/components/modals/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +89 -70
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
- package/lib/commonjs/ui/components/payment/index.js +15 -0
- package/lib/commonjs/ui/components/payment/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/paymentStyles.js +10 -10
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/commonjs/ui/components/payment/types.js.map +1 -1
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js +59 -27
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/commonjs/ui/components/styles/overlay.js +4 -6
- package/lib/commonjs/ui/components/styles/overlay.js.map +1 -1
- package/lib/commonjs/ui/components/styles/shadow.js +7 -7
- package/lib/commonjs/ui/components/styles/shadow.js.map +1 -1
- package/lib/commonjs/ui/components/theming.js +4 -6
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/components/types.js.map +1 -1
- package/lib/commonjs/ui/components/utils/forwardRef.js +43 -3
- package/lib/commonjs/ui/components/utils/forwardRef.js.map +1 -1
- package/lib/commonjs/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/commonjs/ui/components/utils/roundLayoutSize.js.map +1 -0
- package/lib/commonjs/ui/components/utils/splitStyles.js +1 -7
- package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +12 -16
- package/lib/commonjs/ui/constants/iconColors.js.map +1 -0
- package/lib/commonjs/ui/constants/spacing.js.map +1 -1
- package/lib/commonjs/ui/constants/theme.js +8 -9
- package/lib/commonjs/ui/constants/theme.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +1 -0
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
- package/lib/commonjs/ui/context/ThemeContext.js +27 -4
- package/lib/commonjs/ui/context/ThemeContext.js.map +2 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +27 -0
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -0
- package/lib/commonjs/ui/hooks/index.js +27 -26
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +31 -22
- package/lib/commonjs/ui/hooks/mutations/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +83 -106
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +45 -53
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/index.js +50 -39
- package/lib/commonjs/ui/hooks/queries/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +6 -0
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +33 -39
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +11 -12
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +28 -32
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queryClient.js +10 -17
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +13 -26
- package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/commonjs/ui/hooks/useAuth.js +23 -28
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAvatarPicker.js +3 -0
- package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/commonjs/ui/hooks/useColorScheme.js +6 -8
- package/lib/commonjs/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +10 -10
- package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js +7 -7
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileFiltering.js +7 -9
- package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.js +67 -75
- package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.types.js +5 -0
- package/lib/commonjs/ui/hooks/useFollow.types.js.map +1 -0
- package/lib/commonjs/ui/hooks/useI18n.js +1 -1
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +16 -17
- package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/commonjs/ui/hooks/useQueryClient.js +2 -2
- package/lib/commonjs/ui/hooks/useQueryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +40 -44
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +34 -39
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSettingToggle.js +16 -22
- package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -1
- package/lib/commonjs/ui/hooks/useStorage.js +6 -6
- package/lib/commonjs/ui/hooks/useStorage.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeStyles.js +12 -13
- package/lib/commonjs/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/commonjs/ui/hooks/useWebSSO.js +11 -19
- package/lib/commonjs/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/commonjs/ui/index.js +61 -51
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/isFrontend.js +2 -2
- package/lib/commonjs/ui/isFrontend.js.map +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js.map +1 -0
- package/lib/commonjs/ui/navigation/routes.js +6 -12
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +75 -66
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +164 -133
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +150 -133
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +83 -44
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +19 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +61 -54
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FeedbackScreen.js +155 -137
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FollowersListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FollowingListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +75 -36
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +79 -43
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +82 -50
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +35 -31
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +23 -0
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +120 -107
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +63 -69
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +241 -205
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +114 -81
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +128 -102
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +31 -0
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +69 -32
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +120 -85
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +91 -72
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +80 -45
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +29 -29
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/server.js +47 -58
- package/lib/commonjs/ui/server.js.map +1 -1
- package/lib/commonjs/ui/stores/accountStore.js +1 -1
- package/lib/commonjs/ui/stores/accountStore.js.map +1 -0
- package/lib/commonjs/ui/stores/assetStore.js +13 -16
- package/lib/commonjs/ui/stores/assetStore.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +5 -6
- package/lib/commonjs/ui/stores/authStore.js.map +1 -1
- package/lib/commonjs/ui/stores/fileStore.js.map +1 -1
- package/lib/commonjs/ui/stores/followStore.js +3 -10
- package/lib/commonjs/ui/stores/followStore.js.map +1 -1
- package/lib/commonjs/ui/styles/authStyles.js +12 -12
- package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
- package/lib/commonjs/ui/styles/fonts.js +18 -19
- package/lib/commonjs/ui/styles/fonts.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js.map +1 -0
- package/lib/commonjs/ui/styles/spacing.js +11 -0
- package/lib/commonjs/ui/styles/spacing.js.map +1 -0
- package/lib/commonjs/ui/styles/theme.js +11 -12
- package/lib/commonjs/ui/styles/theme.js.map +1 -1
- package/lib/commonjs/ui/types/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/types/navigation.js.map +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +11 -16
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
- package/lib/commonjs/ui/utils/colorUtils.js +17 -0
- package/lib/commonjs/ui/utils/colorUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/confirmAction.js +1 -1
- package/lib/commonjs/ui/utils/confirmAction.js.map +1 -1
- package/lib/commonjs/ui/utils/errorHandlers.js +1 -0
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
- package/lib/commonjs/ui/utils/fileManagement.js +22 -38
- package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/utils/iconNames.js.map +1 -0
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/storageHelpers.js +7 -12
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/themeUtils.js +15 -0
- package/lib/commonjs/ui/utils/themeUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/userUtils.js +6 -9
- package/lib/commonjs/ui/utils/userUtils.js.map +1 -1
- package/lib/commonjs/utils/hookUtils.js +60 -79
- package/lib/commonjs/utils/hookUtils.js.map +1 -1
- package/lib/module/assets/assets/icons/OxyServices.d.ts +28 -0
- package/lib/module/assets/assets/icons/OxyServices.js +53 -0
- package/lib/module/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/module/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/module/assets/icons/OxyServices.js +12 -0
- package/lib/module/assets/icons/OxyServices.js.map +1 -0
- package/lib/module/assets/illustrations/HighFive.js +15 -0
- package/lib/module/assets/illustrations/HighFive.js.map +1 -0
- package/lib/module/index.js +406 -34
- package/lib/module/index.js.map +1 -1
- package/lib/module/lib/sonner-safe.js +7 -8
- package/lib/module/lib/sonner-safe.js.map +1 -1
- package/lib/module/lib/sonner.js +17 -1
- package/lib/module/lib/sonner.js.map +1 -1
- package/lib/module/lib/sonner.native.js +45 -0
- package/lib/module/lib/sonner.native.js.map +1 -1
- package/lib/module/lib/sonner.web.js +48 -6
- package/lib/module/lib/sonner.web.js.map +1 -1
- package/lib/module/ui/client.js +165 -25
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/ActivityIndicator.js +69 -27
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/AutoHeightScrollView.js +13 -9
- package/lib/module/ui/components/AutoHeightScrollView.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +8 -0
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +99 -0
- package/lib/module/ui/components/BottomSheet.js.map +1 -0
- package/lib/module/ui/components/BottomSheetRouter.js +105 -61
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +60 -16
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/EmptyState.js +15 -7
- package/lib/module/ui/components/EmptyState.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +84 -50
- package/lib/module/ui/components/FollowButton.js.map +1 -0
- package/lib/module/ui/components/FontLoader.js +57 -17
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +31 -27
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +13 -9
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +102 -57
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +55 -13
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +19 -13
- package/lib/module/ui/components/Icon.js.map +1 -0
- package/lib/module/ui/components/IconButton/IconButton.js +31 -24
- package/lib/module/ui/components/IconButton/IconButton.js.map +1 -0
- package/lib/module/ui/components/IconButton/utils.js +14 -4
- package/lib/module/ui/components/IconButton/utils.js.map +1 -1
- package/lib/module/ui/components/LoadingState.js +12 -0
- package/lib/module/ui/components/LoadingState.js.map +1 -0
- package/lib/module/ui/components/OxyLogo.js +13 -0
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +14 -0
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +39 -48
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +42 -37
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +37 -29
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +18 -15
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +16 -0
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +15 -12
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +17 -0
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +142 -115
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +43 -0
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -0
- package/lib/module/ui/components/Surface.js +82 -34
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Outline.js +8 -0
- package/lib/module/ui/components/TextField/Addons/Outline.js.map +1 -0
- package/lib/module/ui/components/TextField/Addons/Underline.js +12 -8
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +62 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +15 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +33 -28
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/enums.js +13 -9
- package/lib/module/ui/components/TextField/Adornment/enums.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/types.js +3 -0
- package/lib/module/ui/components/TextField/Adornment/types.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/utils.js +7 -2
- package/lib/module/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +25 -18
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +1 -0
- package/lib/module/ui/components/TextField/TextFieldFlat.js +109 -63
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +109 -61
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/constants.js +23 -0
- package/lib/module/ui/components/TextField/constants.js.map +1 -0
- package/lib/module/ui/components/TextField/helpers.js +69 -50
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField/types.js +3 -1
- package/lib/module/ui/components/TextField/types.js.map +1 -1
- package/lib/module/ui/components/TextField.js +64 -0
- package/lib/module/ui/components/TextField.js.map +1 -0
- package/lib/module/ui/components/TouchableRipple/Pressable.js +7 -6
- package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +67 -28
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +47 -0
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/utils.js +16 -6
- package/lib/module/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +8 -0
- package/lib/module/ui/components/Typography/AnimatedText.js.map +1 -0
- package/lib/module/ui/components/Typography/types.js +7 -3
- package/lib/module/ui/components/Typography/types.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +20 -12
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/module/ui/components/feedback/ProgressIndicator.js +10 -0
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +1 -0
- package/lib/module/ui/components/feedback/constants.js +7 -3
- package/lib/module/ui/components/feedback/constants.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +15 -10
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +56 -5
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- package/lib/module/ui/components/feedback/types.js +3 -0
- package/lib/module/ui/components/feedback/types.js.map +1 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js +11 -6
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/module/ui/components/fileManagement/AnimatedButton.js +10 -0
- package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +72 -67
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +38 -0
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js +27 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +24 -20
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/FAIRWalletIcon.js +58 -14
- package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/module/ui/components/icon/OxyIcon.js +5 -0
- package/lib/module/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/module/ui/components/icon/index.js +23 -2
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +111 -0
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/internal/GroupedPillButtons.js +11 -0
- package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/module/ui/components/internal/PinInput.js +15 -12
- package/lib/module/ui/components/internal/PinInput.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +48 -40
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +16 -1
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +77 -69
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +25 -17
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +13 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +18 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +29 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/module/ui/components/payment/constants.js +7 -0
- package/lib/module/ui/components/payment/constants.js.map +1 -0
- package/lib/module/ui/components/payment/index.js +73 -0
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +9 -0
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/module/ui/components/payment/types.js +3 -1
- package/lib/module/ui/components/payment/types.js.map +1 -1
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +62 -25
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/module/ui/components/styles/overlay.js +13 -0
- package/lib/module/ui/components/styles/overlay.js.map +1 -1
- package/lib/module/ui/components/styles/shadow.js +12 -8
- package/lib/module/ui/components/styles/shadow.js.map +1 -1
- package/lib/module/ui/components/theming.js +9 -6
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/components/types.js +3 -1
- package/lib/module/ui/components/types.js.map +1 -1
- package/lib/module/ui/components/utils/forwardRef.js +40 -0
- package/lib/module/ui/components/utils/forwardRef.js.map +1 -0
- package/lib/module/ui/components/utils/hasTouchHandler.js +5 -1
- package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js +6 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -1
- package/lib/module/ui/components/utils/splitStyles.js +5 -7
- package/lib/module/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +16 -14
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/constants/spacing.js +24 -25
- package/lib/module/ui/constants/spacing.js.map +1 -1
- package/lib/module/ui/constants/theme.js +7 -4
- package/lib/module/ui/constants/theme.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +17 -0
- package/lib/module/ui/context/OxyContext.js.map +1 -0
- package/lib/module/ui/context/ThemeContext.js +13 -7
- package/lib/module/ui/context/ThemeContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +68 -39
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/index.js +64 -0
- package/lib/module/ui/hooks/index.js.map +1 -0
- package/lib/module/ui/hooks/mutations/index.js +67 -5
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationFactory.js +7 -0
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -0
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +92 -109
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +54 -54
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/index.js +114 -0
- package/lib/module/ui/hooks/queries/index.js.map +1 -0
- package/lib/module/ui/hooks/queries/queryKeys.js +39 -36
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +44 -40
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +17 -12
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/useServicesQueries.js +37 -33
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/queryClient.js +17 -17
- package/lib/module/ui/hooks/queryClient.js.map +1 -1
- package/lib/module/ui/hooks/useAssets.js +19 -26
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +20 -16
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +24 -20
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useAvatarPicker.js +16 -13
- package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/module/ui/hooks/useColorScheme.js +3 -0
- package/lib/module/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +16 -11
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFileDownloadUrl.js +15 -9
- package/lib/module/ui/hooks/useFileDownloadUrl.js.map +1 -0
- package/lib/module/ui/hooks/useFileFiltering.js +9 -0
- package/lib/module/ui/hooks/useFileFiltering.js.map +1 -0
- package/lib/module/ui/hooks/useFollow.js +75 -77
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.types.js +6 -0
- package/lib/module/ui/hooks/useFollow.types.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +7 -0
- package/lib/module/ui/hooks/useI18n.js.map +1 -0
- package/lib/module/ui/hooks/useLanguageManagement.js +22 -18
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -0
- package/lib/module/ui/hooks/useProfileEditing.js +9 -0
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -0
- package/lib/module/ui/hooks/useQueryClient.js +5 -0
- package/lib/module/ui/hooks/useQueryClient.js.map +1 -0
- package/lib/module/ui/hooks/useSessionManagement.js +46 -45
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +15 -0
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +14 -0
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/module/ui/hooks/useStorage.js +12 -7
- package/lib/module/ui/hooks/useStorage.js.map +1 -0
- package/lib/module/ui/hooks/useThemeColors.js +14 -10
- package/lib/module/ui/hooks/useThemeColors.js.map +1 -0
- package/lib/module/ui/hooks/useThemeStyles.js +18 -14
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/hooks/useWebSSO.js +12 -16
- package/lib/module/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/module/ui/index.js +74 -46
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/isFrontend.js +4 -1
- package/lib/module/ui/isFrontend.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +17 -0
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +8 -14
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +71 -65
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +167 -131
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +88 -0
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js +88 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountVerificationScreen.js +86 -42
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +79 -76
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +114 -89
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +38 -0
- package/lib/module/ui/screens/FAQScreen.js.map +1 -0
- package/lib/module/ui/screens/FeedbackScreen.js +58 -0
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -0
- package/lib/module/ui/screens/FileManagementScreen.js +149 -0
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/FollowersListScreen.js +8 -0
- package/lib/module/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/module/ui/screens/FollowingListScreen.js +12 -4
- package/lib/module/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +45 -0
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +81 -41
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +71 -0
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -0
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +33 -31
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +72 -35
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +50 -0
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js +28 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +186 -205
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +56 -0
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/ProfileScreen.js +102 -101
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +55 -0
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js +39 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/SessionManagementScreen.js +81 -89
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +21 -18
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +69 -0
- package/lib/module/ui/screens/UserListScreen.js.map +1 -0
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +123 -82
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +29 -26
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +74 -72
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +83 -43
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +30 -0
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +81 -80
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/server.js +50 -29
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/stores/accountStore.js +7 -0
- package/lib/module/ui/stores/accountStore.js.map +1 -0
- package/lib/module/ui/stores/assetStore.js +24 -14
- package/lib/module/ui/stores/assetStore.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +8 -5
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/stores/fileStore.js +6 -0
- package/lib/module/ui/stores/fileStore.js.map +1 -0
- package/lib/module/ui/stores/followStore.js +6 -9
- package/lib/module/ui/stores/followStore.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +17 -12
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/fonts.js +8 -0
- package/lib/module/ui/styles/fonts.js.map +1 -0
- package/lib/module/ui/styles/index.js +26 -4
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +54 -0
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +19 -13
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/types/fileManagement.js +3 -1
- package/lib/module/ui/types/fileManagement.js.map +1 -0
- package/lib/module/ui/types/navigation.js +3 -1
- package/lib/module/ui/types/navigation.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +5 -0
- package/lib/module/ui/utils/avatarUtils.js.map +1 -0
- package/lib/module/ui/utils/colorUtils.js +44 -0
- package/lib/module/ui/utils/colorUtils.js.map +1 -0
- package/lib/module/ui/utils/confirmAction.js +7 -0
- package/lib/module/ui/utils/confirmAction.js.map +1 -1
- package/lib/module/ui/utils/errorHandlers.js +16 -18
- package/lib/module/ui/utils/errorHandlers.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +6 -0
- package/lib/module/ui/utils/fileManagement.js.map +1 -0
- package/lib/module/ui/utils/iconNames.js +24 -20
- package/lib/module/ui/utils/iconNames.js.map +1 -1
- package/lib/module/ui/utils/sessionHelpers.js +17 -15
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/module/ui/utils/storageHelpers.js +12 -10
- package/lib/module/ui/utils/storageHelpers.js.map +1 -1
- package/lib/module/ui/utils/themeUtils.js +35 -2
- package/lib/module/ui/utils/themeUtils.js.map +1 -0
- package/lib/module/ui/utils/userUtils.js +10 -6
- package/lib/module/ui/utils/userUtils.js.map +1 -1
- package/lib/module/utils/hookUtils.js +82 -83
- package/lib/module/utils/hookUtils.js.map +1 -1
- package/lib/typescript/assets/icons/OxyServices.d.ts +28 -0
- package/lib/typescript/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/typescript/index.d.ts +46 -0
- package/lib/typescript/lib/sonner-safe.d.ts +8 -0
- package/lib/typescript/lib/sonner.d.ts +11 -0
- package/lib/typescript/lib/sonner.native.d.ts +14 -0
- package/lib/typescript/lib/sonner.web.d.ts +14 -0
- package/lib/typescript/ui/client.d.ts +30 -0
- package/lib/typescript/ui/components/ActivityIndicator.d.ts +44 -0
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/lib/typescript/ui/components/Avatar.d.ts +60 -0
- package/lib/typescript/ui/components/BottomSheet.d.ts +28 -0
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts +8 -0
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts +26 -0
- package/lib/typescript/ui/components/EmptyState.d.ts +7 -0
- package/lib/typescript/ui/components/FollowButton.d.ts +28 -0
- package/lib/typescript/ui/components/FontLoader.d.ts +14 -0
- package/lib/typescript/ui/components/GroupedItem.d.ts +23 -0
- package/lib/typescript/ui/components/GroupedSection.d.ts +29 -0
- package/lib/typescript/ui/components/Header.d.ts +37 -0
- package/lib/typescript/ui/components/HelperText.d.ts +46 -0
- package/lib/typescript/ui/components/Icon.d.ts +59 -0
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts +98 -0
- package/lib/typescript/ui/components/IconButton/utils.d.ts +18 -0
- package/lib/typescript/ui/components/LoadingState.d.ts +8 -0
- package/lib/typescript/ui/components/OxyLogo.d.ts +28 -0
- package/lib/typescript/ui/components/OxyPayButton.d.ts +28 -0
- package/lib/typescript/ui/components/OxyProvider.d.ts +37 -0
- package/lib/typescript/ui/components/OxySignInButton.d.ts +64 -0
- package/lib/typescript/ui/components/ProfileCard.d.ts +17 -0
- package/lib/typescript/ui/components/QuickActions.d.ts +14 -0
- package/lib/typescript/ui/components/Section.d.ts +11 -0
- package/lib/typescript/ui/components/SectionTitle.d.ts +9 -0
- package/lib/typescript/ui/components/SettingRow.d.ts +19 -0
- package/lib/typescript/ui/components/SignInModal.d.ts +17 -0
- package/lib/typescript/ui/components/StepBasedScreen.d.ts +25 -0
- package/lib/typescript/ui/components/Surface.d.ts +75 -0
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/constants.d.ts +31 -0
- package/lib/typescript/ui/components/TextField/helpers.d.ts +96 -0
- package/lib/typescript/ui/components/TextField/types.d.ts +155 -0
- package/lib/typescript/ui/components/TextField.d.ts +191 -0
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/lib/typescript/ui/components/Typography/types.d.ts +18 -0
- package/lib/typescript/ui/components/feedback/FormInput.d.ts +19 -0
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/lib/typescript/ui/components/feedback/constants.d.ts +4 -0
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/lib/typescript/ui/components/feedback/index.d.ts +6 -0
- package/lib/typescript/ui/components/feedback/types.d.ts +45 -0
- package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/lib/typescript/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/lib/typescript/ui/components/fileManagement/styles.d.ts +859 -0
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +9 -0
- package/lib/typescript/ui/components/icon/index.d.ts +3 -0
- package/lib/typescript/ui/components/index.d.ts +16 -0
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/lib/typescript/ui/components/internal/PinInput.d.ts +22 -0
- package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/lib/typescript/ui/components/modals/index.d.ts +1 -0
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/lib/typescript/ui/components/payment/constants.d.ts +6 -0
- package/lib/typescript/ui/components/payment/index.d.ts +8 -0
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts +395 -0
- package/lib/typescript/ui/components/payment/types.d.ts +39 -0
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/lib/typescript/ui/components/styles/overlay.d.ts +3 -0
- package/lib/typescript/ui/components/styles/shadow.d.ts +2 -0
- package/lib/typescript/ui/components/theming.d.ts +7 -0
- package/lib/typescript/ui/components/types.d.ts +80 -0
- package/lib/typescript/ui/components/utils/forwardRef.d.ts +11 -0
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/lib/typescript/ui/components/utils/splitStyles.d.ts +19 -0
- package/lib/typescript/ui/constants/iconColors.d.ts +129 -0
- package/lib/typescript/ui/constants/spacing.d.ts +32 -0
- package/lib/typescript/ui/constants/theme.d.ts +96 -0
- package/lib/typescript/ui/context/OxyContext.d.ts +75 -0
- package/lib/typescript/ui/context/ThemeContext.d.ts +18 -0
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/lib/typescript/ui/hooks/index.d.ts +6 -0
- package/lib/typescript/ui/hooks/mutations/index.d.ts +8 -0
- package/lib/typescript/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/lib/typescript/ui/hooks/queries/index.d.ts +10 -0
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/lib/typescript/ui/hooks/queryClient.d.ts +18 -0
- package/lib/typescript/ui/hooks/useAssets.d.ts +34 -0
- package/lib/typescript/ui/hooks/useAsyncAction.d.ts +50 -0
- package/lib/typescript/ui/hooks/useAuth.d.ts +77 -0
- package/lib/typescript/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/lib/typescript/ui/hooks/useColorScheme.d.ts +7 -0
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/lib/typescript/ui/hooks/useFileFiltering.d.ts +28 -0
- package/lib/typescript/ui/hooks/useFollow.d.ts +92 -0
- package/lib/typescript/ui/hooks/useFollow.types.d.ts +32 -0
- package/lib/typescript/ui/hooks/useI18n.d.ts +4 -0
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts +35 -0
- package/lib/typescript/ui/hooks/useQueryClient.d.ts +6 -0
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts +40 -0
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts +14 -0
- package/lib/typescript/ui/hooks/useSettingToggle.d.ts +56 -0
- package/lib/typescript/ui/hooks/useStorage.d.ts +15 -0
- package/lib/typescript/ui/hooks/useThemeColors.d.ts +93 -0
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts +44 -0
- package/lib/typescript/ui/hooks/useWebSSO.d.ts +57 -0
- package/lib/typescript/ui/index.d.ts +23 -0
- package/lib/typescript/ui/isFrontend.d.ts +2 -0
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/lib/typescript/ui/navigation/routes.d.ts +5 -0
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/FAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FollowersListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/FollowingListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/lib/typescript/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/UserListScreen.d.ts +10 -0
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/lib/typescript/ui/server.d.ts +40 -0
- package/lib/typescript/ui/stores/accountStore.d.ts +26 -0
- package/lib/typescript/ui/stores/assetStore.d.ts +53 -0
- package/lib/typescript/ui/stores/authStore.d.ts +16 -0
- package/lib/typescript/ui/stores/fileStore.d.ts +30 -0
- package/lib/typescript/ui/stores/followStore.d.ts +24 -0
- package/lib/typescript/ui/styles/authStyles.d.ts +331 -0
- package/lib/typescript/ui/styles/fonts.d.ts +20 -0
- package/lib/typescript/ui/styles/index.d.ts +4 -0
- package/lib/typescript/ui/styles/spacing.d.ts +48 -0
- package/lib/typescript/ui/styles/theme.d.ts +67 -0
- package/lib/typescript/ui/types/fileManagement.d.ts +40 -0
- package/lib/typescript/ui/types/navigation.d.ts +36 -0
- package/lib/typescript/ui/utils/avatarUtils.d.ts +22 -0
- package/lib/typescript/ui/utils/colorUtils.d.ts +9 -0
- package/lib/typescript/ui/utils/confirmAction.d.ts +6 -0
- package/lib/typescript/ui/utils/errorHandlers.d.ts +34 -0
- package/lib/typescript/ui/utils/fileManagement.d.ts +86 -0
- package/lib/typescript/ui/utils/iconNames.d.ts +111 -0
- package/lib/typescript/ui/utils/sessionHelpers.d.ts +64 -0
- package/lib/typescript/ui/utils/storageHelpers.d.ts +27 -0
- package/lib/typescript/ui/utils/themeUtils.d.ts +10 -0
- package/lib/typescript/ui/utils/userUtils.d.ts +28 -0
- package/lib/typescript/utils/hookUtils.d.ts +101 -0
- package/package.json +3 -3
- package/src/assets/icons/OxyServices.d.ts +28 -0
- package/src/assets/icons/OxyServices.js +53 -0
- package/src/assets/illustrations/HighFive.d.ts +7 -0
- package/src/assets/illustrations/HighFive.js +41 -0
- package/src/index.d.ts +46 -0
- package/src/index.js +127 -0
- package/src/lib/sonner-safe.d.ts +8 -0
- package/src/lib/sonner-safe.js +28 -0
- package/src/lib/sonner.d.ts +11 -0
- package/src/lib/sonner.js +16 -0
- package/src/lib/sonner.native.d.ts +14 -0
- package/src/lib/sonner.native.js +46 -0
- package/src/lib/sonner.web.d.ts +14 -0
- package/src/lib/sonner.web.js +46 -0
- package/src/ui/client.d.ts +30 -0
- package/src/ui/client.js +64 -0
- package/src/ui/components/ActivityIndicator.d.ts +44 -0
- package/src/ui/components/ActivityIndicator.js +184 -0
- package/src/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/src/ui/components/AutoHeightScrollView.js +33 -0
- package/src/ui/components/Avatar.d.ts +60 -0
- package/src/ui/components/Avatar.js +146 -0
- package/src/ui/components/BottomSheet.d.ts +28 -0
- package/src/ui/components/BottomSheet.js +374 -0
- package/src/ui/components/BottomSheetRouter.d.ts +8 -0
- package/src/ui/components/BottomSheetRouter.js +211 -0
- package/src/ui/components/CrossFadeIcon.d.ts +26 -0
- package/src/ui/components/CrossFadeIcon.js +111 -0
- package/src/ui/components/EmptyState.d.ts +7 -0
- package/src/ui/components/EmptyState.js +27 -0
- package/src/ui/components/FollowButton.d.ts +28 -0
- package/src/ui/components/FollowButton.js +197 -0
- package/src/ui/components/FontLoader.d.ts +14 -0
- package/src/ui/components/FontLoader.js +185 -0
- package/src/ui/components/GroupedItem.d.ts +23 -0
- package/src/ui/components/GroupedItem.js +84 -0
- package/src/ui/components/GroupedSection.d.ts +29 -0
- package/src/ui/components/GroupedSection.js +13 -0
- package/src/ui/components/Header.d.ts +37 -0
- package/src/ui/components/Header.js +400 -0
- package/src/ui/components/HelperText.d.ts +46 -0
- package/src/ui/components/HelperText.js +119 -0
- package/src/ui/components/Icon.d.ts +59 -0
- package/src/ui/components/Icon.js +108 -0
- package/src/ui/components/IconButton/IconButton.d.ts +98 -0
- package/src/ui/components/IconButton/IconButton.js +90 -0
- package/src/ui/components/IconButton/utils.d.ts +18 -0
- package/src/ui/components/IconButton/utils.js +119 -0
- package/src/ui/components/LoadingState.d.ts +8 -0
- package/src/ui/components/LoadingState.js +29 -0
- package/src/ui/components/OxyLogo.d.ts +28 -0
- package/src/ui/components/OxyLogo.js +53 -0
- package/src/ui/components/OxyPayButton.d.ts +28 -0
- package/src/ui/components/OxyPayButton.js +76 -0
- package/src/ui/components/OxyProvider.d.ts +37 -0
- package/src/ui/components/OxyProvider.js +197 -0
- package/src/ui/components/OxySignInButton.d.ts +64 -0
- package/src/ui/components/OxySignInButton.js +145 -0
- package/src/ui/components/ProfileCard.d.ts +17 -0
- package/src/ui/components/ProfileCard.js +82 -0
- package/src/ui/components/QuickActions.d.ts +14 -0
- package/src/ui/components/QuickActions.js +62 -0
- package/src/ui/components/Section.d.ts +11 -0
- package/src/ui/components/Section.js +24 -0
- package/src/ui/components/SectionTitle.d.ts +9 -0
- package/src/ui/components/SectionTitle.js +21 -0
- package/src/ui/components/SettingRow.d.ts +19 -0
- package/src/ui/components/SettingRow.js +38 -0
- package/src/ui/components/SignInModal.d.ts +17 -0
- package/src/ui/components/SignInModal.js +428 -0
- package/src/ui/components/StepBasedScreen.d.ts +25 -0
- package/src/ui/components/StepBasedScreen.js +372 -0
- package/src/ui/components/Surface.d.ts +75 -0
- package/src/ui/components/Surface.js +239 -0
- package/src/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/src/ui/components/TextField/Addons/Outline.js +30 -0
- package/src/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/src/ui/components/TextField/Addons/Underline.js +45 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.js +132 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.js +88 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.js +91 -0
- package/src/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/src/ui/components/TextField/Adornment/enums.js +18 -0
- package/src/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/types.js +2 -0
- package/src/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/utils.js +50 -0
- package/src/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/src/ui/components/TextField/Label/InputLabel.js +125 -0
- package/src/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/src/ui/components/TextField/Label/LabelBackground.js +71 -0
- package/src/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldFlat.js +347 -0
- package/src/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldOutlined.js +313 -0
- package/src/ui/components/TextField/constants.d.ts +31 -0
- package/src/ui/components/TextField/constants.js +40 -0
- package/src/ui/components/TextField/helpers.d.ts +96 -0
- package/src/ui/components/TextField/helpers.js +388 -0
- package/src/ui/components/TextField/types.d.ts +155 -0
- package/src/ui/components/TextField/types.js +2 -0
- package/src/ui/components/TextField.d.ts +191 -0
- package/src/ui/components/TextField.js +291 -0
- package/src/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/src/ui/components/TouchableRipple/Pressable.js +5 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.js +246 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.js +99 -0
- package/src/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/src/ui/components/TouchableRipple/utils.js +40 -0
- package/src/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/src/ui/components/Typography/AnimatedText.js +49 -0
- package/src/ui/components/Typography/types.d.ts +18 -0
- package/src/ui/components/Typography/types.js +22 -0
- package/src/ui/components/feedback/FormInput.d.ts +19 -0
- package/src/ui/components/feedback/FormInput.js +26 -0
- package/src/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/src/ui/components/feedback/ProgressIndicator.js +16 -0
- package/src/ui/components/feedback/constants.d.ts +4 -0
- package/src/ui/components/feedback/constants.js +21 -0
- package/src/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/src/ui/components/feedback/feedbackStyles.js +250 -0
- package/src/ui/components/feedback/index.d.ts +6 -0
- package/src/ui/components/feedback/index.js +18 -0
- package/src/ui/components/feedback/types.d.ts +45 -0
- package/src/ui/components/feedback/types.js +2 -0
- package/src/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/src/ui/components/feedback/useFeedbackForm.js +42 -0
- package/src/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/src/ui/components/fileManagement/AnimatedButton.js +29 -0
- package/src/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/src/ui/components/fileManagement/FileDetailsModal.js +22 -0
- package/src/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/src/ui/components/fileManagement/FileViewer.js +138 -0
- package/src/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/src/ui/components/fileManagement/UploadPreview.js +35 -0
- package/src/ui/components/fileManagement/styles.d.ts +859 -0
- package/src/ui/components/fileManagement/styles.js +861 -0
- package/src/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/src/ui/components/icon/FAIRWalletIcon.js +54 -0
- package/src/ui/components/icon/OxyIcon.d.ts +9 -0
- package/src/ui/components/icon/OxyIcon.js +9 -0
- package/src/ui/components/icon/index.d.ts +3 -0
- package/src/ui/components/icon/index.js +10 -0
- package/src/ui/components/index.d.ts +16 -0
- package/src/ui/components/index.js +42 -0
- package/src/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/src/ui/components/internal/GroupedPillButtons.js +149 -0
- package/src/ui/components/internal/PinInput.d.ts +22 -0
- package/src/ui/components/internal/PinInput.js +76 -0
- package/src/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/src/ui/components/modals/DeleteAccountModal.js +154 -0
- package/src/ui/components/modals/index.d.ts +1 -0
- package/src/ui/components/modals/index.js +8 -0
- package/src/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/src/ui/components/payment/PaymentDetailsStep.js +65 -0
- package/src/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/src/ui/components/payment/PaymentMethodStep.js +54 -0
- package/src/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/src/ui/components/payment/PaymentReviewStep.js +88 -0
- package/src/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/src/ui/components/payment/PaymentSuccessStep.js +35 -0
- package/src/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/src/ui/components/payment/PaymentSummaryStep.js +60 -0
- package/src/ui/components/payment/constants.d.ts +6 -0
- package/src/ui/components/payment/constants.js +38 -0
- package/src/ui/components/payment/index.d.ts +8 -0
- package/src/ui/components/payment/index.js +24 -0
- package/src/ui/components/payment/paymentStyles.d.ts +395 -0
- package/src/ui/components/payment/paymentStyles.js +399 -0
- package/src/ui/components/payment/types.d.ts +39 -0
- package/src/ui/components/payment/types.js +2 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.js +122 -0
- package/src/ui/components/styles/overlay.d.ts +3 -0
- package/src/ui/components/styles/overlay.js +81 -0
- package/src/ui/components/styles/shadow.d.ts +2 -0
- package/src/ui/components/styles/shadow.js +123 -0
- package/src/ui/components/theming.d.ts +7 -0
- package/src/ui/components/theming.js +111 -0
- package/src/ui/components/types.d.ts +80 -0
- package/src/ui/components/types.js +2 -0
- package/src/ui/components/utils/forwardRef.d.ts +11 -0
- package/src/ui/components/utils/forwardRef.js +46 -0
- package/src/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/src/ui/components/utils/hasTouchHandler.js +14 -0
- package/src/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/src/ui/components/utils/roundLayoutSize.js +5 -0
- package/src/ui/components/utils/splitStyles.d.ts +19 -0
- package/src/ui/components/utils/splitStyles.js +40 -0
- package/src/ui/constants/iconColors.d.ts +129 -0
- package/src/ui/constants/iconColors.js +76 -0
- package/src/ui/constants/spacing.d.ts +32 -0
- package/src/ui/constants/spacing.js +40 -0
- package/src/ui/constants/theme.d.ts +96 -0
- package/src/ui/constants/theme.js +118 -0
- package/src/ui/context/OxyContext.d.ts +75 -0
- package/src/ui/context/OxyContext.js +522 -0
- package/src/ui/context/ThemeContext.d.ts +18 -0
- package/src/ui/context/ThemeContext.js +25 -0
- package/src/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/src/ui/context/hooks/useAuthOperations.js +318 -0
- package/src/ui/hooks/index.d.ts +6 -0
- package/src/ui/hooks/index.js +19 -0
- package/src/ui/hooks/mutations/index.d.ts +8 -0
- package/src/ui/hooks/mutations/index.js +23 -0
- package/src/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/src/ui/hooks/mutations/mutationFactory.js +126 -0
- package/src/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/src/ui/hooks/mutations/useAccountMutations.js +274 -0
- package/src/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/src/ui/hooks/mutations/useServicesMutations.js +149 -0
- package/src/ui/hooks/queries/index.d.ts +10 -0
- package/src/ui/hooks/queries/index.js +35 -0
- package/src/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/src/ui/hooks/queries/queryKeys.js +82 -0
- package/src/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/src/ui/hooks/queries/useAccountQueries.js +141 -0
- package/src/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/src/ui/hooks/queries/useSecurityQueries.js +45 -0
- package/src/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/src/ui/hooks/queries/useServicesQueries.js +113 -0
- package/src/ui/hooks/queryClient.d.ts +18 -0
- package/src/ui/hooks/queryClient.js +111 -0
- package/src/ui/hooks/useAssets.d.ts +34 -0
- package/src/ui/hooks/useAssets.js +204 -0
- package/src/ui/hooks/useAsyncAction.d.ts +50 -0
- package/src/ui/hooks/useAsyncAction.js +77 -0
- package/src/ui/hooks/useAuth.d.ts +77 -0
- package/src/ui/hooks/useAuth.js +135 -0
- package/src/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/src/ui/hooks/useAvatarPicker.js +44 -0
- package/src/ui/hooks/useColorScheme.d.ts +7 -0
- package/src/ui/hooks/useColorScheme.js +23 -0
- package/src/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/src/ui/hooks/useDeviceManagement.js +69 -0
- package/src/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/src/ui/hooks/useFileDownloadUrl.js +104 -0
- package/src/ui/hooks/useFileFiltering.d.ts +28 -0
- package/src/ui/hooks/useFileFiltering.js +80 -0
- package/src/ui/hooks/useFollow.d.ts +92 -0
- package/src/ui/hooks/useFollow.js +216 -0
- package/src/ui/hooks/useFollow.types.d.ts +32 -0
- package/src/ui/hooks/useFollow.types.js +4 -0
- package/src/ui/hooks/useI18n.d.ts +4 -0
- package/src/ui/hooks/useI18n.js +13 -0
- package/src/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/src/ui/hooks/useLanguageManagement.js +108 -0
- package/src/ui/hooks/useProfileEditing.d.ts +35 -0
- package/src/ui/hooks/useProfileEditing.js +101 -0
- package/src/ui/hooks/useQueryClient.d.ts +6 -0
- package/src/ui/hooks/useQueryClient.js +16 -0
- package/src/ui/hooks/useSessionManagement.d.ts +40 -0
- package/src/ui/hooks/useSessionManagement.js +312 -0
- package/src/ui/hooks/useSessionSocket.d.ts +14 -0
- package/src/ui/hooks/useSessionSocket.js +209 -0
- package/src/ui/hooks/useSettingToggle.d.ts +56 -0
- package/src/ui/hooks/useSettingToggle.js +97 -0
- package/src/ui/hooks/useStorage.d.ts +15 -0
- package/src/ui/hooks/useStorage.js +40 -0
- package/src/ui/hooks/useThemeColors.d.ts +93 -0
- package/src/ui/hooks/useThemeColors.js +27 -0
- package/src/ui/hooks/useThemeStyles.d.ts +44 -0
- package/src/ui/hooks/useThemeStyles.js +63 -0
- package/src/ui/hooks/useWebSSO.d.ts +57 -0
- package/src/ui/hooks/useWebSSO.js +146 -0
- package/src/ui/index.d.ts +23 -0
- package/src/ui/index.js +97 -0
- package/src/ui/isFrontend.d.ts +2 -0
- package/src/ui/isFrontend.js +6 -0
- package/src/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/src/ui/navigation/bottomSheetManager.js +68 -0
- package/src/ui/navigation/routes.d.ts +5 -0
- package/src/ui/navigation/routes.js +75 -0
- package/src/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/src/ui/screens/AccountCenterScreen.js +202 -0
- package/src/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/src/ui/screens/AccountOverviewScreen.js +648 -0
- package/src/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/src/ui/screens/AccountSettingsScreen.js +480 -0
- package/src/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/src/ui/screens/AccountSwitcherScreen.js +482 -0
- package/src/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/src/ui/screens/AccountVerificationScreen.js +164 -0
- package/src/ui/screens/AppInfoScreen.d.ts +4 -0
- package/src/ui/screens/AppInfoScreen.js +373 -0
- package/src/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/src/ui/screens/EditProfileFieldScreen.js +549 -0
- package/src/ui/screens/FAQScreen.d.ts +4 -0
- package/src/ui/screens/FAQScreen.js +182 -0
- package/src/ui/screens/FeedbackScreen.d.ts +4 -0
- package/src/ui/screens/FeedbackScreen.js +160 -0
- package/src/ui/screens/FileManagementScreen.d.ts +4 -0
- package/src/ui/screens/FileManagementScreen.js +1473 -0
- package/src/ui/screens/FollowersListScreen.d.ts +8 -0
- package/src/ui/screens/FollowersListScreen.js +11 -0
- package/src/ui/screens/FollowingListScreen.d.ts +8 -0
- package/src/ui/screens/FollowingListScreen.js +11 -0
- package/src/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/src/ui/screens/HelpSupportScreen.js +140 -0
- package/src/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/src/ui/screens/HistoryViewScreen.js +225 -0
- package/src/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/src/ui/screens/LanguageSelectorScreen.js +178 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.js +150 -0
- package/src/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/src/ui/screens/LegalDocumentsScreen.js +185 -0
- package/src/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/src/ui/screens/OxyAuthScreen.js +431 -0
- package/src/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/src/ui/screens/PaymentGatewayScreen.js +171 -0
- package/src/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/src/ui/screens/PremiumSubscriptionScreen.js +1080 -0
- package/src/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/src/ui/screens/PrivacySettingsScreen.js +252 -0
- package/src/ui/screens/ProfileScreen.d.ts +8 -0
- package/src/ui/screens/ProfileScreen.js +254 -0
- package/src/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/src/ui/screens/SavesCollectionsScreen.js +150 -0
- package/src/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/src/ui/screens/SearchSettingsScreen.js +109 -0
- package/src/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/src/ui/screens/SessionManagementScreen.js +320 -0
- package/src/ui/screens/UserLinksScreen.d.ts +14 -0
- package/src/ui/screens/UserLinksScreen.js +57 -0
- package/src/ui/screens/UserListScreen.d.ts +10 -0
- package/src/ui/screens/UserListScreen.js +249 -0
- package/src/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/src/ui/screens/WelcomeNewUserScreen.js +304 -0
- package/src/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaAboutScreen.js +39 -0
- package/src/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaCenterScreen.js +159 -0
- package/src/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaFAQScreen.js +143 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.js +56 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.js +460 -0
- package/src/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRulesScreen.js +47 -0
- package/src/ui/server.d.ts +40 -0
- package/src/ui/server.js +57 -0
- package/src/ui/stores/accountStore.d.ts +26 -0
- package/src/ui/stores/accountStore.js +196 -0
- package/src/ui/stores/assetStore.d.ts +53 -0
- package/src/ui/stores/assetStore.js +192 -0
- package/src/ui/stores/authStore.d.ts +16 -0
- package/src/ui/stores/authStore.js +47 -0
- package/src/ui/stores/fileStore.d.ts +30 -0
- package/src/ui/stores/fileStore.js +113 -0
- package/src/ui/stores/followStore.d.ts +24 -0
- package/src/ui/stores/followStore.js +154 -0
- package/src/ui/styles/authStyles.d.ts +331 -0
- package/src/ui/styles/authStyles.js +332 -0
- package/src/ui/styles/fonts.d.ts +20 -0
- package/src/ui/styles/fonts.js +72 -0
- package/src/ui/styles/index.d.ts +4 -0
- package/src/ui/styles/index.js +20 -0
- package/src/ui/styles/spacing.d.ts +48 -0
- package/src/ui/styles/spacing.js +63 -0
- package/src/ui/styles/theme.d.ts +67 -0
- package/src/ui/styles/theme.js +114 -0
- package/src/ui/types/fileManagement.d.ts +40 -0
- package/src/ui/types/fileManagement.js +2 -0
- package/src/ui/types/navigation.d.ts +36 -0
- package/src/ui/types/navigation.js +2 -0
- package/src/ui/utils/avatarUtils.d.ts +22 -0
- package/src/ui/utils/avatarUtils.js +52 -0
- package/src/ui/utils/colorUtils.d.ts +9 -0
- package/src/ui/utils/colorUtils.js +19 -0
- package/src/ui/utils/confirmAction.d.ts +6 -0
- package/src/ui/utils/confirmAction.js +22 -0
- package/src/ui/utils/errorHandlers.d.ts +34 -0
- package/src/ui/utils/errorHandlers.js +128 -0
- package/src/ui/utils/fileManagement.d.ts +86 -0
- package/src/ui/utils/fileManagement.js +238 -0
- package/src/ui/utils/iconNames.d.ts +111 -0
- package/src/ui/utils/iconNames.js +124 -0
- package/src/ui/utils/sessionHelpers.d.ts +64 -0
- package/src/ui/utils/sessionHelpers.js +90 -0
- package/src/ui/utils/storageHelpers.d.ts +27 -0
- package/src/ui/utils/storageHelpers.js +114 -0
- package/src/ui/utils/themeUtils.d.ts +10 -0
- package/src/ui/utils/themeUtils.js +17 -0
- package/src/ui/utils/userUtils.d.ts +28 -0
- package/src/ui/utils/userUtils.js +54 -0
- package/src/utils/hookUtils.d.ts +101 -0
- package/src/utils/hookUtils.js +373 -0
|
@@ -19,4 +19,115 @@ export { FontLoader, setupFonts } from "./FontLoader.js";
|
|
|
19
19
|
export { default as OxyLogo } from "./OxyLogo.js";
|
|
20
20
|
export { default as OxySignInButton } from "./OxySignInButton.js";
|
|
21
21
|
export { default as OxyPayButton } from "./OxyPayButton.js";
|
|
22
|
+
//# sourceMappingURL=index.js.maponTitle");
|
|
23
|
+
Object.defineProperty(exports, "SectionTitle", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () {
|
|
26
|
+
return __importDefault(SectionTitle_1).default;
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
var GroupedItem_1 = require("./GroupedItem");
|
|
30
|
+
Object.defineProperty(exports, "GroupedItem", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () {
|
|
33
|
+
return __importDefault(GroupedItem_1).default;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
var GroupedSection_1 = require("./GroupedSection");
|
|
37
|
+
Object.defineProperty(exports, "GroupedSection", {
|
|
38
|
+
enumerable: true,
|
|
39
|
+
get: function () {
|
|
40
|
+
return __importDefault(GroupedSection_1).default;
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
var QuickActions_1 = require("./QuickActions");
|
|
44
|
+
Object.defineProperty(exports, "QuickActions", {
|
|
45
|
+
enumerable: true,
|
|
46
|
+
get: function () {
|
|
47
|
+
return __importDefault(QuickActions_1).default;
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
var Header_1 = require("./Header");
|
|
51
|
+
Object.defineProperty(exports, "Header", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () {
|
|
54
|
+
return __importDefault(Header_1).default;
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
Object.defineProperty(exports, "getHeaderHeight", {
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: function () {
|
|
60
|
+
return Header_1.getHeaderHeight;
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
var LoadingState_1 = require("./LoadingState");
|
|
64
|
+
Object.defineProperty(exports, "LoadingState", {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function () {
|
|
67
|
+
return __importDefault(LoadingState_1).default;
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
var EmptyState_1 = require("./EmptyState");
|
|
71
|
+
Object.defineProperty(exports, "EmptyState", {
|
|
72
|
+
enumerable: true,
|
|
73
|
+
get: function () {
|
|
74
|
+
return __importDefault(EmptyState_1).default;
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
var SettingRow_1 = require("./SettingRow");
|
|
78
|
+
Object.defineProperty(exports, "SettingRow", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function () {
|
|
81
|
+
return __importDefault(SettingRow_1).default;
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
// Re-export existing components
|
|
85
|
+
var Avatar_1 = require("./Avatar");
|
|
86
|
+
Object.defineProperty(exports, "Avatar", {
|
|
87
|
+
enumerable: true,
|
|
88
|
+
get: function () {
|
|
89
|
+
return __importDefault(Avatar_1).default;
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
var FollowButton_1 = require("./FollowButton");
|
|
93
|
+
Object.defineProperty(exports, "FollowButton", {
|
|
94
|
+
enumerable: true,
|
|
95
|
+
get: function () {
|
|
96
|
+
return __importDefault(FollowButton_1).default;
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
var FontLoader_1 = require("./FontLoader");
|
|
100
|
+
Object.defineProperty(exports, "FontLoader", {
|
|
101
|
+
enumerable: true,
|
|
102
|
+
get: function () {
|
|
103
|
+
return FontLoader_1.FontLoader;
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
Object.defineProperty(exports, "setupFonts", {
|
|
107
|
+
enumerable: true,
|
|
108
|
+
get: function () {
|
|
109
|
+
return FontLoader_1.setupFonts;
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
var OxyLogo_1 = require("./OxyLogo");
|
|
113
|
+
Object.defineProperty(exports, "OxyLogo", {
|
|
114
|
+
enumerable: true,
|
|
115
|
+
get: function () {
|
|
116
|
+
return __importDefault(OxyLogo_1).default;
|
|
117
|
+
}
|
|
118
|
+
});
|
|
119
|
+
var OxySignInButton_1 = require("./OxySignInButton");
|
|
120
|
+
Object.defineProperty(exports, "OxySignInButton", {
|
|
121
|
+
enumerable: true,
|
|
122
|
+
get: function () {
|
|
123
|
+
return __importDefault(OxySignInButton_1).default;
|
|
124
|
+
}
|
|
125
|
+
});
|
|
126
|
+
var OxyPayButton_1 = require("./OxyPayButton");
|
|
127
|
+
Object.defineProperty(exports, "OxyPayButton", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
get: function () {
|
|
130
|
+
return __importDefault(OxyPayButton_1).default;
|
|
131
|
+
}
|
|
132
|
+
});
|
|
22
133
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__importDefault","mod","__esModule","Object","defineProperty","exports","value","OxyPayButton","OxySignInButton","OxyLogo","setupFonts","FontLoader","FollowButton","Avatar","SettingRow","EmptyState","LoadingState","getHeaderHeight","Header","QuickActions","GroupedSection","GroupedItem","SectionTitle","Section","ProfileCard","ProfileCard_1","require","enumerable","get","default","Section_1","SectionTitle_1","GroupedItem_1","GroupedSection_1","QuickActions_1","Header_1","LoadingState_1","EmptyState_1","SettingRow_1","Avatar_1","FollowButton_1","FontLoader_1","OxyLogo_1","OxySignInButton_1","OxyPayButton_1"],"sourceRoot":"../../../../src","sources":["ui/components/index.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -199,4 +199,15 @@ const styles = StyleSheet.create({
|
|
|
199
199
|
}
|
|
200
200
|
});
|
|
201
201
|
export default GroupedPillButtons;
|
|
202
|
+
//# sourceMappingURL=GroupedPillButtons.js.mapex))
|
|
203
|
+
});
|
|
204
|
+
};
|
|
205
|
+
const styles = react_native_1.StyleSheet.create({
|
|
206
|
+
container: {
|
|
207
|
+
flexDirection: 'row',
|
|
208
|
+
justifyContent: 'flex-end',
|
|
209
|
+
width: '100%'
|
|
210
|
+
}
|
|
211
|
+
});
|
|
212
|
+
exports.default = GroupedPillButtons;
|
|
202
213
|
//# sourceMappingURL=GroupedPillButtons.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","jsx_runtime_1","require","react_native_1","vector_icons_1","GroupedPillButtons","buttons","colors","gap","getButtonStyle","button","index","totalButtons","baseStyle","flexDirection","alignItems","paddingVertical","paddingHorizontal","minWidth","borderWidth","flexShrink","borderRadius","borderTopLeftRadius","borderBottomLeftRadius","borderTopRightRadius","borderBottomRightRadius","backgroundColor","borderColor","border","isDisabled","disabled","loading","variant","primary","secondary","opacity","getTextStyle","baseTextStyle","fontSize","fontWeight","textColor","text","color","Platform","OS","whiteSpace","getIconColor","isBackButton","toLowerCase","includes","icon","renderButtonContent","iconColor","isBack","isFirstButton","isSingleButton","length","jsx","ActivityIndicator","size","jsxs","Fragment","children","Text","style","numberOfLines","ellipsizeMode","Ionicons","name","View","styles","container","map","TouchableOpacity","onPress","testID","StyleSheet","create","justifyContent","width","default"],"sourceRoot":"../../../../../src","sources":["ui/components/internal/GroupedPillButtons.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
const react_native_1 = require("react-native");
|
|
9
|
+
const PinInput = (0, react_1.forwardRef)(({
|
|
7
10
|
value,
|
|
8
11
|
onChange,
|
|
9
12
|
length = 6,
|
|
@@ -11,8 +14,8 @@ const PinInput = /*#__PURE__*/forwardRef(({
|
|
|
11
14
|
autoFocus,
|
|
12
15
|
colors
|
|
13
16
|
}, ref) => {
|
|
14
|
-
const inputs = useRef([]);
|
|
15
|
-
useImperativeHandle(ref, () => ({
|
|
17
|
+
const inputs = (0, react_1.useRef)([]);
|
|
18
|
+
(0, react_1.useImperativeHandle)(ref, () => ({
|
|
16
19
|
focus: () => {
|
|
17
20
|
inputs.current[0]?.focus();
|
|
18
21
|
}
|
|
@@ -41,11 +44,11 @@ const PinInput = /*#__PURE__*/forwardRef(({
|
|
|
41
44
|
inputs.current[idx - 1]?.focus();
|
|
42
45
|
}
|
|
43
46
|
};
|
|
44
|
-
return
|
|
47
|
+
return (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
45
48
|
style: styles.pinContainer,
|
|
46
49
|
children: Array.from({
|
|
47
50
|
length
|
|
48
|
-
}).map((_, idx) =>
|
|
51
|
+
}).map((_, idx) => (0, jsx_runtime_1.jsx)(react_native_1.TextInput, {
|
|
49
52
|
ref: ref => {
|
|
50
53
|
inputs.current[idx] = ref;
|
|
51
54
|
},
|
|
@@ -61,7 +64,7 @@ const PinInput = /*#__PURE__*/forwardRef(({
|
|
|
61
64
|
value: value[idx] || '',
|
|
62
65
|
onChangeText: text => handleChange(text, idx),
|
|
63
66
|
onKeyPress: e => handleKeyPress(e, idx),
|
|
64
|
-
keyboardType: Platform.OS === 'ios' ? 'number-pad' : 'numeric',
|
|
67
|
+
keyboardType: react_native_1.Platform.OS === 'ios' ? 'number-pad' : 'numeric',
|
|
65
68
|
maxLength: 1,
|
|
66
69
|
editable: !disabled,
|
|
67
70
|
autoFocus: autoFocus && idx === 0,
|
|
@@ -71,7 +74,7 @@ const PinInput = /*#__PURE__*/forwardRef(({
|
|
|
71
74
|
}, `pin-input-${idx}`))
|
|
72
75
|
});
|
|
73
76
|
});
|
|
74
|
-
const styles = StyleSheet.create({
|
|
77
|
+
const styles = react_native_1.StyleSheet.create({
|
|
75
78
|
pinContainer: {
|
|
76
79
|
flexDirection: 'row',
|
|
77
80
|
justifyContent: 'center',
|
|
@@ -89,7 +92,7 @@ const styles = StyleSheet.create({
|
|
|
89
92
|
backgroundColor: '#F5F5F5',
|
|
90
93
|
textAlign: 'center',
|
|
91
94
|
marginHorizontal: 2,
|
|
92
|
-
...Platform.select({
|
|
95
|
+
...react_native_1.Platform.select({
|
|
93
96
|
web: {
|
|
94
97
|
boxShadow: '0 1px 4px rgba(0,0,0,0.04)'
|
|
95
98
|
},
|
|
@@ -106,5 +109,5 @@ const styles = StyleSheet.create({
|
|
|
106
109
|
})
|
|
107
110
|
}
|
|
108
111
|
});
|
|
109
|
-
|
|
112
|
+
exports.default = PinInput;
|
|
110
113
|
//# sourceMappingURL=PinInput.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","jsx_runtime_1","require","react_1","react_native_1","PinInput","forwardRef","onChange","length","disabled","autoFocus","colors","ref","inputs","useRef","useImperativeHandle","focus","current","handleChange","text","idx","test","newValue","split","slice","join","joined","handleKeyPress","e","nativeEvent","key","jsx","View","style","styles","pinContainer","children","Array","from","map","_","TextInput","pinInput","borderColor","primary","color","backgroundColor","inputBackground","borderWidth","onChangeText","onKeyPress","keyboardType","Platform","OS","maxLength","editable","textAlign","selectionColor","returnKeyType","StyleSheet","create","flexDirection","justifyContent","gap","marginBottom","marginTop","width","height","borderRadius","fontSize","fontWeight","marginHorizontal","select","web","boxShadow","default","shadowColor","shadowOpacity","shadowOffset","shadowRadius","elevation"],"sourceRoot":"../../../../../src","sources":["ui/components/internal/PinInput.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
4
|
+
return mod && mod.__esModule ? mod : {
|
|
5
|
+
"default": mod
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
12
|
+
const react_1 = require("react");
|
|
13
|
+
const react_native_1 = require("react-native");
|
|
14
|
+
const OxyIcon_1 = __importDefault(require("../icon/OxyIcon"));
|
|
7
15
|
const DeleteAccountModal = ({
|
|
8
16
|
visible,
|
|
9
17
|
username,
|
|
@@ -12,13 +20,13 @@ const DeleteAccountModal = ({
|
|
|
12
20
|
colors,
|
|
13
21
|
t
|
|
14
22
|
}) => {
|
|
15
|
-
const [password, setPassword] = useState('');
|
|
16
|
-
const [confirmUsername, setConfirmUsername] = useState('');
|
|
17
|
-
const [isDeleting, setIsDeleting] = useState(false);
|
|
18
|
-
const [error, setError] = useState(null);
|
|
19
|
-
const [showPassword, setShowPassword] = useState(false);
|
|
23
|
+
const [password, setPassword] = (0, react_1.useState)('');
|
|
24
|
+
const [confirmUsername, setConfirmUsername] = (0, react_1.useState)('');
|
|
25
|
+
const [isDeleting, setIsDeleting] = (0, react_1.useState)(false);
|
|
26
|
+
const [error, setError] = (0, react_1.useState)(null);
|
|
27
|
+
const [showPassword, setShowPassword] = (0, react_1.useState)(false);
|
|
20
28
|
const isValid = password.length > 0 && confirmUsername === username;
|
|
21
|
-
const handleDelete = useCallback(async () => {
|
|
29
|
+
const handleDelete = (0, react_1.useCallback)(async () => {
|
|
22
30
|
if (!isValid) return;
|
|
23
31
|
setError(null);
|
|
24
32
|
setIsDeleting(true);
|
|
@@ -31,69 +39,69 @@ const DeleteAccountModal = ({
|
|
|
31
39
|
setIsDeleting(false);
|
|
32
40
|
}
|
|
33
41
|
}, [isValid, password, onDelete, t]);
|
|
34
|
-
const handleClose = useCallback(() => {
|
|
42
|
+
const handleClose = (0, react_1.useCallback)(() => {
|
|
35
43
|
if (isDeleting) return;
|
|
36
44
|
setPassword('');
|
|
37
45
|
setConfirmUsername('');
|
|
38
46
|
setError(null);
|
|
39
47
|
onClose();
|
|
40
48
|
}, [isDeleting, onClose]);
|
|
41
|
-
return
|
|
49
|
+
return (0, jsx_runtime_1.jsx)(react_native_1.Modal, {
|
|
42
50
|
visible: visible,
|
|
43
51
|
transparent: true,
|
|
44
52
|
animationType: "fade",
|
|
45
53
|
onRequestClose: handleClose,
|
|
46
|
-
children:
|
|
47
|
-
behavior: Platform.OS === 'ios' ? 'padding' : 'height',
|
|
54
|
+
children: (0, jsx_runtime_1.jsxs)(react_native_1.KeyboardAvoidingView, {
|
|
55
|
+
behavior: react_native_1.Platform.OS === 'ios' ? 'padding' : 'height',
|
|
48
56
|
style: styles.overlay,
|
|
49
|
-
children: [
|
|
57
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.TouchableOpacity, {
|
|
50
58
|
style: styles.backdrop,
|
|
51
59
|
activeOpacity: 1,
|
|
52
60
|
onPress: handleClose
|
|
53
|
-
}),
|
|
61
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
54
62
|
style: [styles.modal, {
|
|
55
63
|
backgroundColor: colors.background
|
|
56
64
|
}],
|
|
57
|
-
children: [
|
|
65
|
+
children: [(0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
58
66
|
style: styles.header,
|
|
59
|
-
children: [
|
|
67
|
+
children: [(0, jsx_runtime_1.jsx)(OxyIcon_1.default, {
|
|
60
68
|
name: "alert",
|
|
61
69
|
size: 32,
|
|
62
70
|
color: colors.danger
|
|
63
|
-
}),
|
|
71
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
64
72
|
style: [styles.title, {
|
|
65
73
|
color: colors.danger
|
|
66
74
|
}],
|
|
67
75
|
children: t('deleteAccount.title') || 'Delete Account'
|
|
68
76
|
})]
|
|
69
|
-
}),
|
|
77
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
70
78
|
style: [styles.warning, {
|
|
71
79
|
color: colors.text
|
|
72
80
|
}],
|
|
73
81
|
children: t('deleteAccount.warning') || 'This action cannot be undone. Your account and all associated data will be permanently deleted.'
|
|
74
|
-
}), error &&
|
|
82
|
+
}), error && (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
75
83
|
style: [styles.errorContainer, {
|
|
76
84
|
backgroundColor: `${colors.danger}20`
|
|
77
85
|
}],
|
|
78
|
-
children:
|
|
86
|
+
children: (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
79
87
|
style: [styles.errorText, {
|
|
80
88
|
color: colors.danger
|
|
81
89
|
}],
|
|
82
90
|
children: error
|
|
83
91
|
})
|
|
84
|
-
}),
|
|
92
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
85
93
|
style: styles.inputGroup,
|
|
86
|
-
children: [
|
|
94
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
87
95
|
style: [styles.label, {
|
|
88
96
|
color: colors.secondaryText
|
|
89
97
|
}],
|
|
90
98
|
children: t('deleteAccount.passwordLabel') || 'Enter your password'
|
|
91
|
-
}),
|
|
99
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
92
100
|
style: [styles.inputContainer, {
|
|
93
101
|
borderColor: colors.border,
|
|
94
102
|
backgroundColor: colors.inputBackground
|
|
95
103
|
}],
|
|
96
|
-
children: [
|
|
104
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.TextInput, {
|
|
97
105
|
style: [styles.input, {
|
|
98
106
|
color: colors.text
|
|
99
107
|
}],
|
|
@@ -104,26 +112,26 @@ const DeleteAccountModal = ({
|
|
|
104
112
|
secureTextEntry: !showPassword,
|
|
105
113
|
autoCapitalize: "none",
|
|
106
114
|
editable: !isDeleting
|
|
107
|
-
}),
|
|
115
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.TouchableOpacity, {
|
|
108
116
|
onPress: () => setShowPassword(!showPassword),
|
|
109
117
|
style: styles.eyeButton,
|
|
110
|
-
children:
|
|
118
|
+
children: (0, jsx_runtime_1.jsx)(OxyIcon_1.default, {
|
|
111
119
|
name: showPassword ? 'eye-off' : 'eye',
|
|
112
120
|
size: 20,
|
|
113
121
|
color: colors.secondaryText
|
|
114
122
|
})
|
|
115
123
|
})]
|
|
116
124
|
})]
|
|
117
|
-
}),
|
|
125
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
118
126
|
style: styles.inputGroup,
|
|
119
|
-
children: [
|
|
127
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
120
128
|
style: [styles.label, {
|
|
121
129
|
color: colors.secondaryText
|
|
122
130
|
}],
|
|
123
131
|
children: t('deleteAccount.confirmLabel', {
|
|
124
132
|
username
|
|
125
133
|
}) || `Type "${username}" to confirm`
|
|
126
|
-
}),
|
|
134
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.TextInput, {
|
|
127
135
|
style: [styles.input, styles.confirmInput, {
|
|
128
136
|
borderColor: confirmUsername === username ? '#34C759' : colors.border,
|
|
129
137
|
backgroundColor: colors.inputBackground,
|
|
@@ -137,30 +145,30 @@ const DeleteAccountModal = ({
|
|
|
137
145
|
autoCorrect: false,
|
|
138
146
|
editable: !isDeleting
|
|
139
147
|
})]
|
|
140
|
-
}),
|
|
148
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
141
149
|
style: styles.buttons,
|
|
142
|
-
children: [
|
|
150
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.TouchableOpacity, {
|
|
143
151
|
style: [styles.button, styles.cancelButton, {
|
|
144
152
|
borderColor: colors.border
|
|
145
153
|
}],
|
|
146
154
|
onPress: handleClose,
|
|
147
155
|
disabled: isDeleting,
|
|
148
|
-
children:
|
|
156
|
+
children: (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
149
157
|
style: [styles.buttonText, {
|
|
150
158
|
color: colors.text
|
|
151
159
|
}],
|
|
152
160
|
children: t('common.cancel') || 'Cancel'
|
|
153
161
|
})
|
|
154
|
-
}),
|
|
162
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.TouchableOpacity, {
|
|
155
163
|
style: [styles.button, styles.deleteButton, {
|
|
156
164
|
backgroundColor: isValid ? colors.danger : `${colors.danger}50`
|
|
157
165
|
}],
|
|
158
166
|
onPress: handleDelete,
|
|
159
167
|
disabled: !isValid || isDeleting,
|
|
160
|
-
children: isDeleting ?
|
|
168
|
+
children: isDeleting ? (0, jsx_runtime_1.jsx)(react_native_1.ActivityIndicator, {
|
|
161
169
|
color: "#fff",
|
|
162
170
|
size: "small"
|
|
163
|
-
}) :
|
|
171
|
+
}) : (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
164
172
|
style: styles.deleteButtonText,
|
|
165
173
|
children: t('deleteAccount.confirm') || 'Delete Forever'
|
|
166
174
|
})
|
|
@@ -170,14 +178,14 @@ const DeleteAccountModal = ({
|
|
|
170
178
|
})
|
|
171
179
|
});
|
|
172
180
|
};
|
|
173
|
-
const styles = StyleSheet.create({
|
|
181
|
+
const styles = react_native_1.StyleSheet.create({
|
|
174
182
|
overlay: {
|
|
175
183
|
flex: 1,
|
|
176
184
|
justifyContent: 'center',
|
|
177
185
|
alignItems: 'center'
|
|
178
186
|
},
|
|
179
187
|
backdrop: {
|
|
180
|
-
...StyleSheet.absoluteFillObject,
|
|
188
|
+
...react_native_1.StyleSheet.absoluteFillObject,
|
|
181
189
|
backgroundColor: 'rgba(0, 0, 0, 0.5)'
|
|
182
190
|
},
|
|
183
191
|
modal: {
|
|
@@ -272,5 +280,5 @@ const styles = StyleSheet.create({
|
|
|
272
280
|
color: '#fff'
|
|
273
281
|
}
|
|
274
282
|
});
|
|
275
|
-
|
|
283
|
+
exports.default = DeleteAccountModal;
|
|
276
284
|
//# sourceMappingURL=DeleteAccountModal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useState","useCallback","View","Text","TextInput","TouchableOpacity","StyleSheet","Modal","ActivityIndicator","KeyboardAvoidingView","Platform","OxyIcon","jsx","_jsx","jsxs","_jsxs","DeleteAccountModal","visible","username","onClose","onDelete","colors","t","password","setPassword","confirmUsername","setConfirmUsername","isDeleting","setIsDeleting","error","setError","showPassword","setShowPassword","isValid","length","handleDelete","err","Error","message","handleClose","transparent","animationType","onRequestClose","children","behavior","OS","style","styles","overlay","backdrop","activeOpacity","onPress","modal","backgroundColor","background","header","name","size","color","danger","title","warning","text","errorContainer","errorText","inputGroup","label","secondaryText","inputContainer","borderColor","border","inputBackground","input","value","onChangeText","placeholder","placeholderTextColor","secureTextEntry","autoCapitalize","editable","eyeButton","confirmInput","autoCorrect","buttons","button","cancelButton","disabled","buttonText","deleteButton","deleteButtonText","create","flex","justifyContent","alignItems","absoluteFillObject","width","maxWidth","borderRadius","padding","shadowColor","shadowOffset","height","shadowOpacity","shadowRadius","elevation","flexDirection","marginBottom","gap","fontSize","fontWeight","lineHeight","textAlign","borderWidth","paddingVertical","paddingHorizontal","marginTop","minHeight"],"sourceRoot":"../../../../../src","sources":["ui/components/modals/DeleteAccountModal.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["__importDefault","mod","__esModule","Object","defineProperty","exports","value","jsx_runtime_1","require","react_1","react_native_1","OxyIcon_1","DeleteAccountModal","visible","username","onClose","onDelete","colors","t","password","setPassword","useState","confirmUsername","setConfirmUsername","isDeleting","setIsDeleting","error","setError","showPassword","setShowPassword","isValid","length","handleDelete","useCallback","err","Error","message","handleClose","jsx","Modal","transparent","animationType","onRequestClose","children","jsxs","KeyboardAvoidingView","behavior","Platform","OS","style","styles","overlay","TouchableOpacity","backdrop","activeOpacity","onPress","View","modal","backgroundColor","background","header","default","name","size","color","danger","Text","title","warning","text","errorContainer","errorText","inputGroup","label","secondaryText","inputContainer","borderColor","border","inputBackground","TextInput","input","onChangeText","placeholder","placeholderTextColor","secureTextEntry","autoCapitalize","editable","eyeButton","confirmInput","autoCorrect","buttons","button","cancelButton","disabled","buttonText","deleteButton","ActivityIndicator","deleteButtonText","StyleSheet","create","flex","justifyContent","alignItems","absoluteFillObject","width","maxWidth","borderRadius","padding","shadowColor","shadowOffset","height","shadowOpacity","shadowRadius","elevation","flexDirection","marginBottom","gap","fontSize","fontWeight","lineHeight","textAlign","borderWidth","paddingVertical","paddingHorizontal","marginTop","minHeight"],"sourceRoot":"../../../../../src","sources":["ui/components/modals/DeleteAccountModal.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
4
|
+
return mod && mod.__esModule ? mod : {
|
|
5
|
+
"default": mod
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.DeleteAccountModal = void 0;
|
|
12
|
+
var DeleteAccountModal_1 = require("./DeleteAccountModal");
|
|
13
|
+
Object.defineProperty(exports, "DeleteAccountModal", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return __importDefault(DeleteAccountModal_1).default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
4
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__importDefault","mod","__esModule","Object","defineProperty","exports","value","DeleteAccountModal","DeleteAccountModal_1","require","enumerable","get","default"],"sourceRoot":"../../../../../src","sources":["ui/components/modals/index.js"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,eAAe,GAAI,IAAI,IAAI,IAAI,CAACA,eAAe,IAAK,UAAUC,GAAG,EAAE;EACnE,OAAQA,GAAG,IAAIA,GAAG,CAACC,UAAU,GAAID,GAAG,GAAG;IAAE,SAAS,EAAEA;EAAI,CAAC;AAC7D,CAAC;AACDE,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,kBAAkB,GAAG,KAAK,CAAC;AACnC,IAAIC,oBAAoB,GAAGC,OAAO,CAAC,sBAAsB,CAAC;AAC1DN,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,oBAAoB,EAAE;EAAEK,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOX,eAAe,CAACQ,oBAAoB,CAAC,CAACI,OAAO;EAAE;AAAE,CAAC,CAAC","ignoreList":[]}
|