@oxyhq/services 6.9.14 → 6.9.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/assets/assets/icons/OxyServices.d.ts +28 -0
- package/lib/commonjs/assets/assets/icons/OxyServices.js +53 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/commonjs/assets/icons/OxyServices.js +52 -13
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
- package/lib/commonjs/assets/illustrations/HighFive.js +57 -18
- package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -1
- package/lib/commonjs/index.js +190 -200
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/lib/sonner-safe.js.map +1 -0
- package/lib/commonjs/lib/sonner.js +16 -5
- package/lib/commonjs/lib/sonner.js.map +1 -1
- package/lib/commonjs/lib/sonner.native.js +45 -8
- package/lib/commonjs/lib/sonner.native.js.map +1 -1
- package/lib/commonjs/lib/sonner.web.js +45 -8
- package/lib/commonjs/lib/sonner.web.js.map +1 -1
- package/lib/commonjs/ui/client.js +88 -66
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +26 -0
- package/lib/commonjs/ui/components/ActivityIndicator.js.map +1 -0
- package/lib/commonjs/ui/components/Avatar.js +27 -39
- package/lib/commonjs/ui/components/Avatar.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheet.js +20 -0
- package/lib/commonjs/ui/components/BottomSheet.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheetRouter.js +103 -65
- package/lib/commonjs/ui/components/BottomSheetRouter.js.map +1 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js +30 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js.map +1 -0
- package/lib/commonjs/ui/components/EmptyState.js +13 -10
- package/lib/commonjs/ui/components/EmptyState.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +81 -52
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/FontLoader.js +52 -17
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +29 -27
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +11 -10
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +34 -0
- package/lib/commonjs/ui/components/Header.js.map +1 -0
- package/lib/commonjs/ui/components/HelperText.js +26 -0
- package/lib/commonjs/ui/components/HelperText.js.map +1 -0
- package/lib/commonjs/ui/components/Icon.js +12 -12
- package/lib/commonjs/ui/components/Icon.js.map +1 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js.map +1 -0
- package/lib/commonjs/ui/components/IconButton/utils.js +8 -4
- package/lib/commonjs/ui/components/IconButton/utils.js.map +1 -1
- package/lib/commonjs/ui/components/LoadingState.js +14 -11
- package/lib/commonjs/ui/components/LoadingState.js.map +1 -1
- package/lib/commonjs/ui/components/OxyLogo.js +53 -14
- package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +19 -17
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
- package/lib/commonjs/ui/components/OxySignInButton.js +1 -1
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js +35 -31
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -0
- package/lib/commonjs/ui/components/QuickActions.js +16 -16
- package/lib/commonjs/ui/components/QuickActions.js.map +1 -1
- package/lib/commonjs/ui/components/Section.js +15 -12
- package/lib/commonjs/ui/components/Section.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +13 -14
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/SettingRow.js.map +1 -0
- package/lib/commonjs/ui/components/SignInModal.js +132 -115
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +85 -71
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +79 -37
- package/lib/commonjs/ui/components/Surface.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +6 -8
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +74 -29
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +27 -23
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +31 -27
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js +11 -11
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/types.js.map +1 -0
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +23 -21
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +37 -10
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +2 -1
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +106 -65
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +33 -0
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +1 -0
- package/lib/commonjs/ui/components/TextField/constants.js +35 -25
- package/lib/commonjs/ui/components/TextField/constants.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/helpers.js +44 -43
- package/lib/commonjs/ui/components/TextField/helpers.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/types.js.map +1 -0
- package/lib/commonjs/ui/components/TextField.js +76 -35
- package/lib/commonjs/ui/components/TextField.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +64 -30
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +68 -26
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/utils.js +10 -6
- package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +1 -0
- package/lib/commonjs/ui/components/Typography/types.js +3 -3
- package/lib/commonjs/ui/components/Typography/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/constants.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/index.js +10 -0
- package/lib/commonjs/ui/components/feedback/index.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +5 -5
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js +13 -14
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +77 -66
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +127 -118
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/styles.js.map +1 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +20 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/index.js +12 -7
- package/lib/commonjs/ui/components/icon/index.js.map +1 -1
- package/lib/commonjs/ui/components/index.js +62 -54
- package/lib/commonjs/ui/components/index.js.map +1 -1
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +22 -21
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +1 -0
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +52 -41
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/commonjs/ui/components/modals/index.js +8 -3
- package/lib/commonjs/ui/components/modals/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +89 -70
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
- package/lib/commonjs/ui/components/payment/index.js +15 -0
- package/lib/commonjs/ui/components/payment/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/paymentStyles.js +10 -10
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/commonjs/ui/components/payment/types.js.map +1 -1
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js +59 -27
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/commonjs/ui/components/styles/overlay.js +4 -6
- package/lib/commonjs/ui/components/styles/overlay.js.map +1 -1
- package/lib/commonjs/ui/components/styles/shadow.js +7 -7
- package/lib/commonjs/ui/components/styles/shadow.js.map +1 -1
- package/lib/commonjs/ui/components/theming.js +4 -6
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/components/types.js.map +1 -1
- package/lib/commonjs/ui/components/utils/forwardRef.js +43 -3
- package/lib/commonjs/ui/components/utils/forwardRef.js.map +1 -1
- package/lib/commonjs/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/commonjs/ui/components/utils/roundLayoutSize.js.map +1 -0
- package/lib/commonjs/ui/components/utils/splitStyles.js +1 -7
- package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +12 -16
- package/lib/commonjs/ui/constants/iconColors.js.map +1 -0
- package/lib/commonjs/ui/constants/spacing.js.map +1 -1
- package/lib/commonjs/ui/constants/theme.js +8 -9
- package/lib/commonjs/ui/constants/theme.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +1 -0
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
- package/lib/commonjs/ui/context/ThemeContext.js +27 -4
- package/lib/commonjs/ui/context/ThemeContext.js.map +2 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +27 -0
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -0
- package/lib/commonjs/ui/hooks/index.js +27 -26
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +31 -22
- package/lib/commonjs/ui/hooks/mutations/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +83 -106
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +45 -53
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/index.js +50 -39
- package/lib/commonjs/ui/hooks/queries/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +6 -0
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +33 -39
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +11 -12
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +28 -32
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queryClient.js +10 -17
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +13 -26
- package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/commonjs/ui/hooks/useAuth.js +23 -28
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAvatarPicker.js +3 -0
- package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/commonjs/ui/hooks/useColorScheme.js +6 -8
- package/lib/commonjs/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +10 -10
- package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js +7 -7
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileFiltering.js +7 -9
- package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.js +67 -75
- package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.types.js +5 -0
- package/lib/commonjs/ui/hooks/useFollow.types.js.map +1 -0
- package/lib/commonjs/ui/hooks/useI18n.js +1 -1
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +16 -17
- package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/commonjs/ui/hooks/useQueryClient.js +2 -2
- package/lib/commonjs/ui/hooks/useQueryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +40 -44
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +34 -39
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSettingToggle.js +16 -22
- package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -1
- package/lib/commonjs/ui/hooks/useStorage.js +6 -6
- package/lib/commonjs/ui/hooks/useStorage.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeStyles.js +12 -13
- package/lib/commonjs/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/commonjs/ui/hooks/useWebSSO.js +11 -19
- package/lib/commonjs/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/commonjs/ui/index.js +61 -51
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/isFrontend.js +2 -2
- package/lib/commonjs/ui/isFrontend.js.map +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js.map +1 -0
- package/lib/commonjs/ui/navigation/routes.js +6 -12
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +75 -66
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +164 -133
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +150 -133
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +83 -44
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +19 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +61 -54
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FeedbackScreen.js +155 -137
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FollowersListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FollowingListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +75 -36
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +79 -43
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +82 -50
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +35 -31
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +23 -0
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +120 -107
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +63 -69
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +241 -205
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +114 -81
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +128 -102
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +31 -0
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +69 -32
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +120 -85
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +91 -72
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +80 -45
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +29 -29
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/server.js +47 -58
- package/lib/commonjs/ui/server.js.map +1 -1
- package/lib/commonjs/ui/stores/accountStore.js +1 -1
- package/lib/commonjs/ui/stores/accountStore.js.map +1 -0
- package/lib/commonjs/ui/stores/assetStore.js +13 -16
- package/lib/commonjs/ui/stores/assetStore.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +5 -6
- package/lib/commonjs/ui/stores/authStore.js.map +1 -1
- package/lib/commonjs/ui/stores/fileStore.js.map +1 -1
- package/lib/commonjs/ui/stores/followStore.js +3 -10
- package/lib/commonjs/ui/stores/followStore.js.map +1 -1
- package/lib/commonjs/ui/styles/authStyles.js +12 -12
- package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
- package/lib/commonjs/ui/styles/fonts.js +18 -19
- package/lib/commonjs/ui/styles/fonts.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js.map +1 -0
- package/lib/commonjs/ui/styles/spacing.js +11 -0
- package/lib/commonjs/ui/styles/spacing.js.map +1 -0
- package/lib/commonjs/ui/styles/theme.js +11 -12
- package/lib/commonjs/ui/styles/theme.js.map +1 -1
- package/lib/commonjs/ui/types/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/types/navigation.js.map +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +11 -16
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
- package/lib/commonjs/ui/utils/colorUtils.js +17 -0
- package/lib/commonjs/ui/utils/colorUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/confirmAction.js +1 -1
- package/lib/commonjs/ui/utils/confirmAction.js.map +1 -1
- package/lib/commonjs/ui/utils/errorHandlers.js +1 -0
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
- package/lib/commonjs/ui/utils/fileManagement.js +22 -38
- package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/utils/iconNames.js.map +1 -0
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/storageHelpers.js +7 -12
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/themeUtils.js +15 -0
- package/lib/commonjs/ui/utils/themeUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/userUtils.js +6 -9
- package/lib/commonjs/ui/utils/userUtils.js.map +1 -1
- package/lib/commonjs/utils/hookUtils.js +60 -79
- package/lib/commonjs/utils/hookUtils.js.map +1 -1
- package/lib/module/assets/assets/icons/OxyServices.d.ts +28 -0
- package/lib/module/assets/assets/icons/OxyServices.js +53 -0
- package/lib/module/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/module/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/module/assets/icons/OxyServices.js +12 -0
- package/lib/module/assets/icons/OxyServices.js.map +1 -0
- package/lib/module/assets/illustrations/HighFive.js +15 -0
- package/lib/module/assets/illustrations/HighFive.js.map +1 -0
- package/lib/module/index.js +406 -34
- package/lib/module/index.js.map +1 -1
- package/lib/module/lib/sonner-safe.js +7 -8
- package/lib/module/lib/sonner-safe.js.map +1 -1
- package/lib/module/lib/sonner.js +17 -1
- package/lib/module/lib/sonner.js.map +1 -1
- package/lib/module/lib/sonner.native.js +45 -0
- package/lib/module/lib/sonner.native.js.map +1 -1
- package/lib/module/lib/sonner.web.js +48 -6
- package/lib/module/lib/sonner.web.js.map +1 -1
- package/lib/module/ui/client.js +165 -25
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/ActivityIndicator.js +69 -27
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/AutoHeightScrollView.js +13 -9
- package/lib/module/ui/components/AutoHeightScrollView.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +8 -0
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +99 -0
- package/lib/module/ui/components/BottomSheet.js.map +1 -0
- package/lib/module/ui/components/BottomSheetRouter.js +105 -61
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +60 -16
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/EmptyState.js +15 -7
- package/lib/module/ui/components/EmptyState.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +84 -50
- package/lib/module/ui/components/FollowButton.js.map +1 -0
- package/lib/module/ui/components/FontLoader.js +57 -17
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +31 -27
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +13 -9
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +102 -57
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +55 -13
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +19 -13
- package/lib/module/ui/components/Icon.js.map +1 -0
- package/lib/module/ui/components/IconButton/IconButton.js +31 -24
- package/lib/module/ui/components/IconButton/IconButton.js.map +1 -0
- package/lib/module/ui/components/IconButton/utils.js +14 -4
- package/lib/module/ui/components/IconButton/utils.js.map +1 -1
- package/lib/module/ui/components/LoadingState.js +12 -0
- package/lib/module/ui/components/LoadingState.js.map +1 -0
- package/lib/module/ui/components/OxyLogo.js +13 -0
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +14 -0
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +39 -48
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +42 -37
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +37 -29
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +18 -15
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +16 -0
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +15 -12
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +17 -0
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +142 -115
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +43 -0
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -0
- package/lib/module/ui/components/Surface.js +82 -34
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Outline.js +8 -0
- package/lib/module/ui/components/TextField/Addons/Outline.js.map +1 -0
- package/lib/module/ui/components/TextField/Addons/Underline.js +12 -8
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +62 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +15 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +33 -28
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/enums.js +13 -9
- package/lib/module/ui/components/TextField/Adornment/enums.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/types.js +3 -0
- package/lib/module/ui/components/TextField/Adornment/types.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/utils.js +7 -2
- package/lib/module/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +25 -18
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +1 -0
- package/lib/module/ui/components/TextField/TextFieldFlat.js +109 -63
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +109 -61
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/constants.js +23 -0
- package/lib/module/ui/components/TextField/constants.js.map +1 -0
- package/lib/module/ui/components/TextField/helpers.js +69 -50
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField/types.js +3 -1
- package/lib/module/ui/components/TextField/types.js.map +1 -1
- package/lib/module/ui/components/TextField.js +64 -0
- package/lib/module/ui/components/TextField.js.map +1 -0
- package/lib/module/ui/components/TouchableRipple/Pressable.js +7 -6
- package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +67 -28
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +47 -0
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/utils.js +16 -6
- package/lib/module/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +8 -0
- package/lib/module/ui/components/Typography/AnimatedText.js.map +1 -0
- package/lib/module/ui/components/Typography/types.js +7 -3
- package/lib/module/ui/components/Typography/types.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +20 -12
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/module/ui/components/feedback/ProgressIndicator.js +10 -0
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +1 -0
- package/lib/module/ui/components/feedback/constants.js +7 -3
- package/lib/module/ui/components/feedback/constants.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +15 -10
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +56 -5
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- package/lib/module/ui/components/feedback/types.js +3 -0
- package/lib/module/ui/components/feedback/types.js.map +1 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js +11 -6
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/module/ui/components/fileManagement/AnimatedButton.js +10 -0
- package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +72 -67
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +38 -0
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js +27 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +24 -20
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/FAIRWalletIcon.js +58 -14
- package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/module/ui/components/icon/OxyIcon.js +5 -0
- package/lib/module/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/module/ui/components/icon/index.js +23 -2
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +111 -0
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/internal/GroupedPillButtons.js +11 -0
- package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/module/ui/components/internal/PinInput.js +15 -12
- package/lib/module/ui/components/internal/PinInput.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +48 -40
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +16 -1
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +77 -69
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +25 -17
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +13 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +18 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +29 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/module/ui/components/payment/constants.js +7 -0
- package/lib/module/ui/components/payment/constants.js.map +1 -0
- package/lib/module/ui/components/payment/index.js +73 -0
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +9 -0
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/module/ui/components/payment/types.js +3 -1
- package/lib/module/ui/components/payment/types.js.map +1 -1
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +62 -25
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/module/ui/components/styles/overlay.js +13 -0
- package/lib/module/ui/components/styles/overlay.js.map +1 -1
- package/lib/module/ui/components/styles/shadow.js +12 -8
- package/lib/module/ui/components/styles/shadow.js.map +1 -1
- package/lib/module/ui/components/theming.js +9 -6
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/components/types.js +3 -1
- package/lib/module/ui/components/types.js.map +1 -1
- package/lib/module/ui/components/utils/forwardRef.js +40 -0
- package/lib/module/ui/components/utils/forwardRef.js.map +1 -0
- package/lib/module/ui/components/utils/hasTouchHandler.js +5 -1
- package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js +6 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -1
- package/lib/module/ui/components/utils/splitStyles.js +5 -7
- package/lib/module/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +16 -14
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/constants/spacing.js +24 -25
- package/lib/module/ui/constants/spacing.js.map +1 -1
- package/lib/module/ui/constants/theme.js +7 -4
- package/lib/module/ui/constants/theme.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +17 -0
- package/lib/module/ui/context/OxyContext.js.map +1 -0
- package/lib/module/ui/context/ThemeContext.js +13 -7
- package/lib/module/ui/context/ThemeContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +68 -39
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/index.js +64 -0
- package/lib/module/ui/hooks/index.js.map +1 -0
- package/lib/module/ui/hooks/mutations/index.js +67 -5
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationFactory.js +7 -0
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -0
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +92 -109
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +54 -54
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/index.js +114 -0
- package/lib/module/ui/hooks/queries/index.js.map +1 -0
- package/lib/module/ui/hooks/queries/queryKeys.js +39 -36
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +44 -40
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +17 -12
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/useServicesQueries.js +37 -33
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/queryClient.js +17 -17
- package/lib/module/ui/hooks/queryClient.js.map +1 -1
- package/lib/module/ui/hooks/useAssets.js +19 -26
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +20 -16
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +24 -20
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useAvatarPicker.js +16 -13
- package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/module/ui/hooks/useColorScheme.js +3 -0
- package/lib/module/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +16 -11
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFileDownloadUrl.js +15 -9
- package/lib/module/ui/hooks/useFileDownloadUrl.js.map +1 -0
- package/lib/module/ui/hooks/useFileFiltering.js +9 -0
- package/lib/module/ui/hooks/useFileFiltering.js.map +1 -0
- package/lib/module/ui/hooks/useFollow.js +75 -77
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.types.js +6 -0
- package/lib/module/ui/hooks/useFollow.types.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +7 -0
- package/lib/module/ui/hooks/useI18n.js.map +1 -0
- package/lib/module/ui/hooks/useLanguageManagement.js +22 -18
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -0
- package/lib/module/ui/hooks/useProfileEditing.js +9 -0
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -0
- package/lib/module/ui/hooks/useQueryClient.js +5 -0
- package/lib/module/ui/hooks/useQueryClient.js.map +1 -0
- package/lib/module/ui/hooks/useSessionManagement.js +46 -45
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +15 -0
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +14 -0
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/module/ui/hooks/useStorage.js +12 -7
- package/lib/module/ui/hooks/useStorage.js.map +1 -0
- package/lib/module/ui/hooks/useThemeColors.js +14 -10
- package/lib/module/ui/hooks/useThemeColors.js.map +1 -0
- package/lib/module/ui/hooks/useThemeStyles.js +18 -14
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/hooks/useWebSSO.js +12 -16
- package/lib/module/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/module/ui/index.js +74 -46
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/isFrontend.js +4 -1
- package/lib/module/ui/isFrontend.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +17 -0
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +8 -14
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +71 -65
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +167 -131
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +88 -0
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js +88 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountVerificationScreen.js +86 -42
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +79 -76
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +114 -89
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +38 -0
- package/lib/module/ui/screens/FAQScreen.js.map +1 -0
- package/lib/module/ui/screens/FeedbackScreen.js +58 -0
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -0
- package/lib/module/ui/screens/FileManagementScreen.js +149 -0
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/FollowersListScreen.js +8 -0
- package/lib/module/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/module/ui/screens/FollowingListScreen.js +12 -4
- package/lib/module/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +45 -0
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +81 -41
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +71 -0
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -0
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +33 -31
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +72 -35
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +50 -0
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js +28 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +186 -205
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +56 -0
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/ProfileScreen.js +102 -101
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +55 -0
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js +39 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/SessionManagementScreen.js +81 -89
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +21 -18
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +69 -0
- package/lib/module/ui/screens/UserListScreen.js.map +1 -0
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +123 -82
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +29 -26
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +74 -72
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +83 -43
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +30 -0
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +81 -80
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/server.js +50 -29
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/stores/accountStore.js +7 -0
- package/lib/module/ui/stores/accountStore.js.map +1 -0
- package/lib/module/ui/stores/assetStore.js +24 -14
- package/lib/module/ui/stores/assetStore.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +8 -5
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/stores/fileStore.js +6 -0
- package/lib/module/ui/stores/fileStore.js.map +1 -0
- package/lib/module/ui/stores/followStore.js +6 -9
- package/lib/module/ui/stores/followStore.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +17 -12
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/fonts.js +8 -0
- package/lib/module/ui/styles/fonts.js.map +1 -0
- package/lib/module/ui/styles/index.js +26 -4
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +54 -0
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +19 -13
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/types/fileManagement.js +3 -1
- package/lib/module/ui/types/fileManagement.js.map +1 -0
- package/lib/module/ui/types/navigation.js +3 -1
- package/lib/module/ui/types/navigation.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +5 -0
- package/lib/module/ui/utils/avatarUtils.js.map +1 -0
- package/lib/module/ui/utils/colorUtils.js +44 -0
- package/lib/module/ui/utils/colorUtils.js.map +1 -0
- package/lib/module/ui/utils/confirmAction.js +7 -0
- package/lib/module/ui/utils/confirmAction.js.map +1 -1
- package/lib/module/ui/utils/errorHandlers.js +16 -18
- package/lib/module/ui/utils/errorHandlers.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +6 -0
- package/lib/module/ui/utils/fileManagement.js.map +1 -0
- package/lib/module/ui/utils/iconNames.js +24 -20
- package/lib/module/ui/utils/iconNames.js.map +1 -1
- package/lib/module/ui/utils/sessionHelpers.js +17 -15
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/module/ui/utils/storageHelpers.js +12 -10
- package/lib/module/ui/utils/storageHelpers.js.map +1 -1
- package/lib/module/ui/utils/themeUtils.js +35 -2
- package/lib/module/ui/utils/themeUtils.js.map +1 -0
- package/lib/module/ui/utils/userUtils.js +10 -6
- package/lib/module/ui/utils/userUtils.js.map +1 -1
- package/lib/module/utils/hookUtils.js +82 -83
- package/lib/module/utils/hookUtils.js.map +1 -1
- package/lib/typescript/assets/icons/OxyServices.d.ts +28 -0
- package/lib/typescript/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/typescript/index.d.ts +46 -0
- package/lib/typescript/lib/sonner-safe.d.ts +8 -0
- package/lib/typescript/lib/sonner.d.ts +11 -0
- package/lib/typescript/lib/sonner.native.d.ts +14 -0
- package/lib/typescript/lib/sonner.web.d.ts +14 -0
- package/lib/typescript/ui/client.d.ts +30 -0
- package/lib/typescript/ui/components/ActivityIndicator.d.ts +44 -0
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/lib/typescript/ui/components/Avatar.d.ts +60 -0
- package/lib/typescript/ui/components/BottomSheet.d.ts +28 -0
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts +8 -0
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts +26 -0
- package/lib/typescript/ui/components/EmptyState.d.ts +7 -0
- package/lib/typescript/ui/components/FollowButton.d.ts +28 -0
- package/lib/typescript/ui/components/FontLoader.d.ts +14 -0
- package/lib/typescript/ui/components/GroupedItem.d.ts +23 -0
- package/lib/typescript/ui/components/GroupedSection.d.ts +29 -0
- package/lib/typescript/ui/components/Header.d.ts +37 -0
- package/lib/typescript/ui/components/HelperText.d.ts +46 -0
- package/lib/typescript/ui/components/Icon.d.ts +59 -0
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts +98 -0
- package/lib/typescript/ui/components/IconButton/utils.d.ts +18 -0
- package/lib/typescript/ui/components/LoadingState.d.ts +8 -0
- package/lib/typescript/ui/components/OxyLogo.d.ts +28 -0
- package/lib/typescript/ui/components/OxyPayButton.d.ts +28 -0
- package/lib/typescript/ui/components/OxyProvider.d.ts +37 -0
- package/lib/typescript/ui/components/OxySignInButton.d.ts +64 -0
- package/lib/typescript/ui/components/ProfileCard.d.ts +17 -0
- package/lib/typescript/ui/components/QuickActions.d.ts +14 -0
- package/lib/typescript/ui/components/Section.d.ts +11 -0
- package/lib/typescript/ui/components/SectionTitle.d.ts +9 -0
- package/lib/typescript/ui/components/SettingRow.d.ts +19 -0
- package/lib/typescript/ui/components/SignInModal.d.ts +17 -0
- package/lib/typescript/ui/components/StepBasedScreen.d.ts +25 -0
- package/lib/typescript/ui/components/Surface.d.ts +75 -0
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/constants.d.ts +31 -0
- package/lib/typescript/ui/components/TextField/helpers.d.ts +96 -0
- package/lib/typescript/ui/components/TextField/types.d.ts +155 -0
- package/lib/typescript/ui/components/TextField.d.ts +191 -0
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/lib/typescript/ui/components/Typography/types.d.ts +18 -0
- package/lib/typescript/ui/components/feedback/FormInput.d.ts +19 -0
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/lib/typescript/ui/components/feedback/constants.d.ts +4 -0
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/lib/typescript/ui/components/feedback/index.d.ts +6 -0
- package/lib/typescript/ui/components/feedback/types.d.ts +45 -0
- package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/lib/typescript/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/lib/typescript/ui/components/fileManagement/styles.d.ts +859 -0
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +9 -0
- package/lib/typescript/ui/components/icon/index.d.ts +3 -0
- package/lib/typescript/ui/components/index.d.ts +16 -0
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/lib/typescript/ui/components/internal/PinInput.d.ts +22 -0
- package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/lib/typescript/ui/components/modals/index.d.ts +1 -0
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/lib/typescript/ui/components/payment/constants.d.ts +6 -0
- package/lib/typescript/ui/components/payment/index.d.ts +8 -0
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts +395 -0
- package/lib/typescript/ui/components/payment/types.d.ts +39 -0
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/lib/typescript/ui/components/styles/overlay.d.ts +3 -0
- package/lib/typescript/ui/components/styles/shadow.d.ts +2 -0
- package/lib/typescript/ui/components/theming.d.ts +7 -0
- package/lib/typescript/ui/components/types.d.ts +80 -0
- package/lib/typescript/ui/components/utils/forwardRef.d.ts +11 -0
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/lib/typescript/ui/components/utils/splitStyles.d.ts +19 -0
- package/lib/typescript/ui/constants/iconColors.d.ts +129 -0
- package/lib/typescript/ui/constants/spacing.d.ts +32 -0
- package/lib/typescript/ui/constants/theme.d.ts +96 -0
- package/lib/typescript/ui/context/OxyContext.d.ts +75 -0
- package/lib/typescript/ui/context/ThemeContext.d.ts +18 -0
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/lib/typescript/ui/hooks/index.d.ts +6 -0
- package/lib/typescript/ui/hooks/mutations/index.d.ts +8 -0
- package/lib/typescript/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/lib/typescript/ui/hooks/queries/index.d.ts +10 -0
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/lib/typescript/ui/hooks/queryClient.d.ts +18 -0
- package/lib/typescript/ui/hooks/useAssets.d.ts +34 -0
- package/lib/typescript/ui/hooks/useAsyncAction.d.ts +50 -0
- package/lib/typescript/ui/hooks/useAuth.d.ts +77 -0
- package/lib/typescript/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/lib/typescript/ui/hooks/useColorScheme.d.ts +7 -0
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/lib/typescript/ui/hooks/useFileFiltering.d.ts +28 -0
- package/lib/typescript/ui/hooks/useFollow.d.ts +92 -0
- package/lib/typescript/ui/hooks/useFollow.types.d.ts +32 -0
- package/lib/typescript/ui/hooks/useI18n.d.ts +4 -0
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts +35 -0
- package/lib/typescript/ui/hooks/useQueryClient.d.ts +6 -0
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts +40 -0
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts +14 -0
- package/lib/typescript/ui/hooks/useSettingToggle.d.ts +56 -0
- package/lib/typescript/ui/hooks/useStorage.d.ts +15 -0
- package/lib/typescript/ui/hooks/useThemeColors.d.ts +93 -0
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts +44 -0
- package/lib/typescript/ui/hooks/useWebSSO.d.ts +57 -0
- package/lib/typescript/ui/index.d.ts +23 -0
- package/lib/typescript/ui/isFrontend.d.ts +2 -0
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/lib/typescript/ui/navigation/routes.d.ts +5 -0
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/FAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FollowersListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/FollowingListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/lib/typescript/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/UserListScreen.d.ts +10 -0
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/lib/typescript/ui/server.d.ts +40 -0
- package/lib/typescript/ui/stores/accountStore.d.ts +26 -0
- package/lib/typescript/ui/stores/assetStore.d.ts +53 -0
- package/lib/typescript/ui/stores/authStore.d.ts +16 -0
- package/lib/typescript/ui/stores/fileStore.d.ts +30 -0
- package/lib/typescript/ui/stores/followStore.d.ts +24 -0
- package/lib/typescript/ui/styles/authStyles.d.ts +331 -0
- package/lib/typescript/ui/styles/fonts.d.ts +20 -0
- package/lib/typescript/ui/styles/index.d.ts +4 -0
- package/lib/typescript/ui/styles/spacing.d.ts +48 -0
- package/lib/typescript/ui/styles/theme.d.ts +67 -0
- package/lib/typescript/ui/types/fileManagement.d.ts +40 -0
- package/lib/typescript/ui/types/navigation.d.ts +36 -0
- package/lib/typescript/ui/utils/avatarUtils.d.ts +22 -0
- package/lib/typescript/ui/utils/colorUtils.d.ts +9 -0
- package/lib/typescript/ui/utils/confirmAction.d.ts +6 -0
- package/lib/typescript/ui/utils/errorHandlers.d.ts +34 -0
- package/lib/typescript/ui/utils/fileManagement.d.ts +86 -0
- package/lib/typescript/ui/utils/iconNames.d.ts +111 -0
- package/lib/typescript/ui/utils/sessionHelpers.d.ts +64 -0
- package/lib/typescript/ui/utils/storageHelpers.d.ts +27 -0
- package/lib/typescript/ui/utils/themeUtils.d.ts +10 -0
- package/lib/typescript/ui/utils/userUtils.d.ts +28 -0
- package/lib/typescript/utils/hookUtils.d.ts +101 -0
- package/package.json +3 -3
- package/src/assets/icons/OxyServices.d.ts +28 -0
- package/src/assets/icons/OxyServices.js +53 -0
- package/src/assets/illustrations/HighFive.d.ts +7 -0
- package/src/assets/illustrations/HighFive.js +41 -0
- package/src/index.d.ts +46 -0
- package/src/index.js +127 -0
- package/src/lib/sonner-safe.d.ts +8 -0
- package/src/lib/sonner-safe.js +28 -0
- package/src/lib/sonner.d.ts +11 -0
- package/src/lib/sonner.js +16 -0
- package/src/lib/sonner.native.d.ts +14 -0
- package/src/lib/sonner.native.js +46 -0
- package/src/lib/sonner.web.d.ts +14 -0
- package/src/lib/sonner.web.js +46 -0
- package/src/ui/client.d.ts +30 -0
- package/src/ui/client.js +64 -0
- package/src/ui/components/ActivityIndicator.d.ts +44 -0
- package/src/ui/components/ActivityIndicator.js +184 -0
- package/src/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/src/ui/components/AutoHeightScrollView.js +33 -0
- package/src/ui/components/Avatar.d.ts +60 -0
- package/src/ui/components/Avatar.js +146 -0
- package/src/ui/components/BottomSheet.d.ts +28 -0
- package/src/ui/components/BottomSheet.js +374 -0
- package/src/ui/components/BottomSheetRouter.d.ts +8 -0
- package/src/ui/components/BottomSheetRouter.js +211 -0
- package/src/ui/components/CrossFadeIcon.d.ts +26 -0
- package/src/ui/components/CrossFadeIcon.js +111 -0
- package/src/ui/components/EmptyState.d.ts +7 -0
- package/src/ui/components/EmptyState.js +27 -0
- package/src/ui/components/FollowButton.d.ts +28 -0
- package/src/ui/components/FollowButton.js +197 -0
- package/src/ui/components/FontLoader.d.ts +14 -0
- package/src/ui/components/FontLoader.js +185 -0
- package/src/ui/components/GroupedItem.d.ts +23 -0
- package/src/ui/components/GroupedItem.js +84 -0
- package/src/ui/components/GroupedSection.d.ts +29 -0
- package/src/ui/components/GroupedSection.js +13 -0
- package/src/ui/components/Header.d.ts +37 -0
- package/src/ui/components/Header.js +400 -0
- package/src/ui/components/HelperText.d.ts +46 -0
- package/src/ui/components/HelperText.js +119 -0
- package/src/ui/components/Icon.d.ts +59 -0
- package/src/ui/components/Icon.js +108 -0
- package/src/ui/components/IconButton/IconButton.d.ts +98 -0
- package/src/ui/components/IconButton/IconButton.js +90 -0
- package/src/ui/components/IconButton/utils.d.ts +18 -0
- package/src/ui/components/IconButton/utils.js +119 -0
- package/src/ui/components/LoadingState.d.ts +8 -0
- package/src/ui/components/LoadingState.js +29 -0
- package/src/ui/components/OxyLogo.d.ts +28 -0
- package/src/ui/components/OxyLogo.js +53 -0
- package/src/ui/components/OxyPayButton.d.ts +28 -0
- package/src/ui/components/OxyPayButton.js +76 -0
- package/src/ui/components/OxyProvider.d.ts +37 -0
- package/src/ui/components/OxyProvider.js +197 -0
- package/src/ui/components/OxySignInButton.d.ts +64 -0
- package/src/ui/components/OxySignInButton.js +145 -0
- package/src/ui/components/ProfileCard.d.ts +17 -0
- package/src/ui/components/ProfileCard.js +82 -0
- package/src/ui/components/QuickActions.d.ts +14 -0
- package/src/ui/components/QuickActions.js +62 -0
- package/src/ui/components/Section.d.ts +11 -0
- package/src/ui/components/Section.js +24 -0
- package/src/ui/components/SectionTitle.d.ts +9 -0
- package/src/ui/components/SectionTitle.js +21 -0
- package/src/ui/components/SettingRow.d.ts +19 -0
- package/src/ui/components/SettingRow.js +38 -0
- package/src/ui/components/SignInModal.d.ts +17 -0
- package/src/ui/components/SignInModal.js +428 -0
- package/src/ui/components/StepBasedScreen.d.ts +25 -0
- package/src/ui/components/StepBasedScreen.js +372 -0
- package/src/ui/components/Surface.d.ts +75 -0
- package/src/ui/components/Surface.js +239 -0
- package/src/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/src/ui/components/TextField/Addons/Outline.js +30 -0
- package/src/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/src/ui/components/TextField/Addons/Underline.js +45 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.js +132 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.js +88 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.js +91 -0
- package/src/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/src/ui/components/TextField/Adornment/enums.js +18 -0
- package/src/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/types.js +2 -0
- package/src/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/utils.js +50 -0
- package/src/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/src/ui/components/TextField/Label/InputLabel.js +125 -0
- package/src/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/src/ui/components/TextField/Label/LabelBackground.js +71 -0
- package/src/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldFlat.js +347 -0
- package/src/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldOutlined.js +313 -0
- package/src/ui/components/TextField/constants.d.ts +31 -0
- package/src/ui/components/TextField/constants.js +40 -0
- package/src/ui/components/TextField/helpers.d.ts +96 -0
- package/src/ui/components/TextField/helpers.js +388 -0
- package/src/ui/components/TextField/types.d.ts +155 -0
- package/src/ui/components/TextField/types.js +2 -0
- package/src/ui/components/TextField.d.ts +191 -0
- package/src/ui/components/TextField.js +291 -0
- package/src/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/src/ui/components/TouchableRipple/Pressable.js +5 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.js +246 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.js +99 -0
- package/src/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/src/ui/components/TouchableRipple/utils.js +40 -0
- package/src/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/src/ui/components/Typography/AnimatedText.js +49 -0
- package/src/ui/components/Typography/types.d.ts +18 -0
- package/src/ui/components/Typography/types.js +22 -0
- package/src/ui/components/feedback/FormInput.d.ts +19 -0
- package/src/ui/components/feedback/FormInput.js +26 -0
- package/src/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/src/ui/components/feedback/ProgressIndicator.js +16 -0
- package/src/ui/components/feedback/constants.d.ts +4 -0
- package/src/ui/components/feedback/constants.js +21 -0
- package/src/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/src/ui/components/feedback/feedbackStyles.js +250 -0
- package/src/ui/components/feedback/index.d.ts +6 -0
- package/src/ui/components/feedback/index.js +18 -0
- package/src/ui/components/feedback/types.d.ts +45 -0
- package/src/ui/components/feedback/types.js +2 -0
- package/src/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/src/ui/components/feedback/useFeedbackForm.js +42 -0
- package/src/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/src/ui/components/fileManagement/AnimatedButton.js +29 -0
- package/src/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/src/ui/components/fileManagement/FileDetailsModal.js +22 -0
- package/src/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/src/ui/components/fileManagement/FileViewer.js +138 -0
- package/src/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/src/ui/components/fileManagement/UploadPreview.js +35 -0
- package/src/ui/components/fileManagement/styles.d.ts +859 -0
- package/src/ui/components/fileManagement/styles.js +861 -0
- package/src/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/src/ui/components/icon/FAIRWalletIcon.js +54 -0
- package/src/ui/components/icon/OxyIcon.d.ts +9 -0
- package/src/ui/components/icon/OxyIcon.js +9 -0
- package/src/ui/components/icon/index.d.ts +3 -0
- package/src/ui/components/icon/index.js +10 -0
- package/src/ui/components/index.d.ts +16 -0
- package/src/ui/components/index.js +42 -0
- package/src/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/src/ui/components/internal/GroupedPillButtons.js +149 -0
- package/src/ui/components/internal/PinInput.d.ts +22 -0
- package/src/ui/components/internal/PinInput.js +76 -0
- package/src/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/src/ui/components/modals/DeleteAccountModal.js +154 -0
- package/src/ui/components/modals/index.d.ts +1 -0
- package/src/ui/components/modals/index.js +8 -0
- package/src/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/src/ui/components/payment/PaymentDetailsStep.js +65 -0
- package/src/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/src/ui/components/payment/PaymentMethodStep.js +54 -0
- package/src/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/src/ui/components/payment/PaymentReviewStep.js +88 -0
- package/src/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/src/ui/components/payment/PaymentSuccessStep.js +35 -0
- package/src/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/src/ui/components/payment/PaymentSummaryStep.js +60 -0
- package/src/ui/components/payment/constants.d.ts +6 -0
- package/src/ui/components/payment/constants.js +38 -0
- package/src/ui/components/payment/index.d.ts +8 -0
- package/src/ui/components/payment/index.js +24 -0
- package/src/ui/components/payment/paymentStyles.d.ts +395 -0
- package/src/ui/components/payment/paymentStyles.js +399 -0
- package/src/ui/components/payment/types.d.ts +39 -0
- package/src/ui/components/payment/types.js +2 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.js +122 -0
- package/src/ui/components/styles/overlay.d.ts +3 -0
- package/src/ui/components/styles/overlay.js +81 -0
- package/src/ui/components/styles/shadow.d.ts +2 -0
- package/src/ui/components/styles/shadow.js +123 -0
- package/src/ui/components/theming.d.ts +7 -0
- package/src/ui/components/theming.js +111 -0
- package/src/ui/components/types.d.ts +80 -0
- package/src/ui/components/types.js +2 -0
- package/src/ui/components/utils/forwardRef.d.ts +11 -0
- package/src/ui/components/utils/forwardRef.js +46 -0
- package/src/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/src/ui/components/utils/hasTouchHandler.js +14 -0
- package/src/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/src/ui/components/utils/roundLayoutSize.js +5 -0
- package/src/ui/components/utils/splitStyles.d.ts +19 -0
- package/src/ui/components/utils/splitStyles.js +40 -0
- package/src/ui/constants/iconColors.d.ts +129 -0
- package/src/ui/constants/iconColors.js +76 -0
- package/src/ui/constants/spacing.d.ts +32 -0
- package/src/ui/constants/spacing.js +40 -0
- package/src/ui/constants/theme.d.ts +96 -0
- package/src/ui/constants/theme.js +118 -0
- package/src/ui/context/OxyContext.d.ts +75 -0
- package/src/ui/context/OxyContext.js +522 -0
- package/src/ui/context/ThemeContext.d.ts +18 -0
- package/src/ui/context/ThemeContext.js +25 -0
- package/src/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/src/ui/context/hooks/useAuthOperations.js +318 -0
- package/src/ui/hooks/index.d.ts +6 -0
- package/src/ui/hooks/index.js +19 -0
- package/src/ui/hooks/mutations/index.d.ts +8 -0
- package/src/ui/hooks/mutations/index.js +23 -0
- package/src/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/src/ui/hooks/mutations/mutationFactory.js +126 -0
- package/src/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/src/ui/hooks/mutations/useAccountMutations.js +274 -0
- package/src/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/src/ui/hooks/mutations/useServicesMutations.js +149 -0
- package/src/ui/hooks/queries/index.d.ts +10 -0
- package/src/ui/hooks/queries/index.js +35 -0
- package/src/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/src/ui/hooks/queries/queryKeys.js +82 -0
- package/src/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/src/ui/hooks/queries/useAccountQueries.js +141 -0
- package/src/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/src/ui/hooks/queries/useSecurityQueries.js +45 -0
- package/src/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/src/ui/hooks/queries/useServicesQueries.js +113 -0
- package/src/ui/hooks/queryClient.d.ts +18 -0
- package/src/ui/hooks/queryClient.js +111 -0
- package/src/ui/hooks/useAssets.d.ts +34 -0
- package/src/ui/hooks/useAssets.js +204 -0
- package/src/ui/hooks/useAsyncAction.d.ts +50 -0
- package/src/ui/hooks/useAsyncAction.js +77 -0
- package/src/ui/hooks/useAuth.d.ts +77 -0
- package/src/ui/hooks/useAuth.js +135 -0
- package/src/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/src/ui/hooks/useAvatarPicker.js +44 -0
- package/src/ui/hooks/useColorScheme.d.ts +7 -0
- package/src/ui/hooks/useColorScheme.js +23 -0
- package/src/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/src/ui/hooks/useDeviceManagement.js +69 -0
- package/src/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/src/ui/hooks/useFileDownloadUrl.js +104 -0
- package/src/ui/hooks/useFileFiltering.d.ts +28 -0
- package/src/ui/hooks/useFileFiltering.js +80 -0
- package/src/ui/hooks/useFollow.d.ts +92 -0
- package/src/ui/hooks/useFollow.js +216 -0
- package/src/ui/hooks/useFollow.types.d.ts +32 -0
- package/src/ui/hooks/useFollow.types.js +4 -0
- package/src/ui/hooks/useI18n.d.ts +4 -0
- package/src/ui/hooks/useI18n.js +13 -0
- package/src/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/src/ui/hooks/useLanguageManagement.js +108 -0
- package/src/ui/hooks/useProfileEditing.d.ts +35 -0
- package/src/ui/hooks/useProfileEditing.js +101 -0
- package/src/ui/hooks/useQueryClient.d.ts +6 -0
- package/src/ui/hooks/useQueryClient.js +16 -0
- package/src/ui/hooks/useSessionManagement.d.ts +40 -0
- package/src/ui/hooks/useSessionManagement.js +312 -0
- package/src/ui/hooks/useSessionSocket.d.ts +14 -0
- package/src/ui/hooks/useSessionSocket.js +209 -0
- package/src/ui/hooks/useSettingToggle.d.ts +56 -0
- package/src/ui/hooks/useSettingToggle.js +97 -0
- package/src/ui/hooks/useStorage.d.ts +15 -0
- package/src/ui/hooks/useStorage.js +40 -0
- package/src/ui/hooks/useThemeColors.d.ts +93 -0
- package/src/ui/hooks/useThemeColors.js +27 -0
- package/src/ui/hooks/useThemeStyles.d.ts +44 -0
- package/src/ui/hooks/useThemeStyles.js +63 -0
- package/src/ui/hooks/useWebSSO.d.ts +57 -0
- package/src/ui/hooks/useWebSSO.js +146 -0
- package/src/ui/index.d.ts +23 -0
- package/src/ui/index.js +97 -0
- package/src/ui/isFrontend.d.ts +2 -0
- package/src/ui/isFrontend.js +6 -0
- package/src/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/src/ui/navigation/bottomSheetManager.js +68 -0
- package/src/ui/navigation/routes.d.ts +5 -0
- package/src/ui/navigation/routes.js +75 -0
- package/src/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/src/ui/screens/AccountCenterScreen.js +202 -0
- package/src/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/src/ui/screens/AccountOverviewScreen.js +648 -0
- package/src/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/src/ui/screens/AccountSettingsScreen.js +480 -0
- package/src/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/src/ui/screens/AccountSwitcherScreen.js +482 -0
- package/src/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/src/ui/screens/AccountVerificationScreen.js +164 -0
- package/src/ui/screens/AppInfoScreen.d.ts +4 -0
- package/src/ui/screens/AppInfoScreen.js +373 -0
- package/src/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/src/ui/screens/EditProfileFieldScreen.js +549 -0
- package/src/ui/screens/FAQScreen.d.ts +4 -0
- package/src/ui/screens/FAQScreen.js +182 -0
- package/src/ui/screens/FeedbackScreen.d.ts +4 -0
- package/src/ui/screens/FeedbackScreen.js +160 -0
- package/src/ui/screens/FileManagementScreen.d.ts +4 -0
- package/src/ui/screens/FileManagementScreen.js +1473 -0
- package/src/ui/screens/FollowersListScreen.d.ts +8 -0
- package/src/ui/screens/FollowersListScreen.js +11 -0
- package/src/ui/screens/FollowingListScreen.d.ts +8 -0
- package/src/ui/screens/FollowingListScreen.js +11 -0
- package/src/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/src/ui/screens/HelpSupportScreen.js +140 -0
- package/src/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/src/ui/screens/HistoryViewScreen.js +225 -0
- package/src/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/src/ui/screens/LanguageSelectorScreen.js +178 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.js +150 -0
- package/src/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/src/ui/screens/LegalDocumentsScreen.js +185 -0
- package/src/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/src/ui/screens/OxyAuthScreen.js +431 -0
- package/src/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/src/ui/screens/PaymentGatewayScreen.js +171 -0
- package/src/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/src/ui/screens/PremiumSubscriptionScreen.js +1080 -0
- package/src/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/src/ui/screens/PrivacySettingsScreen.js +252 -0
- package/src/ui/screens/ProfileScreen.d.ts +8 -0
- package/src/ui/screens/ProfileScreen.js +254 -0
- package/src/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/src/ui/screens/SavesCollectionsScreen.js +150 -0
- package/src/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/src/ui/screens/SearchSettingsScreen.js +109 -0
- package/src/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/src/ui/screens/SessionManagementScreen.js +320 -0
- package/src/ui/screens/UserLinksScreen.d.ts +14 -0
- package/src/ui/screens/UserLinksScreen.js +57 -0
- package/src/ui/screens/UserListScreen.d.ts +10 -0
- package/src/ui/screens/UserListScreen.js +249 -0
- package/src/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/src/ui/screens/WelcomeNewUserScreen.js +304 -0
- package/src/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaAboutScreen.js +39 -0
- package/src/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaCenterScreen.js +159 -0
- package/src/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaFAQScreen.js +143 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.js +56 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.js +460 -0
- package/src/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRulesScreen.js +47 -0
- package/src/ui/server.d.ts +40 -0
- package/src/ui/server.js +57 -0
- package/src/ui/stores/accountStore.d.ts +26 -0
- package/src/ui/stores/accountStore.js +196 -0
- package/src/ui/stores/assetStore.d.ts +53 -0
- package/src/ui/stores/assetStore.js +192 -0
- package/src/ui/stores/authStore.d.ts +16 -0
- package/src/ui/stores/authStore.js +47 -0
- package/src/ui/stores/fileStore.d.ts +30 -0
- package/src/ui/stores/fileStore.js +113 -0
- package/src/ui/stores/followStore.d.ts +24 -0
- package/src/ui/stores/followStore.js +154 -0
- package/src/ui/styles/authStyles.d.ts +331 -0
- package/src/ui/styles/authStyles.js +332 -0
- package/src/ui/styles/fonts.d.ts +20 -0
- package/src/ui/styles/fonts.js +72 -0
- package/src/ui/styles/index.d.ts +4 -0
- package/src/ui/styles/index.js +20 -0
- package/src/ui/styles/spacing.d.ts +48 -0
- package/src/ui/styles/spacing.js +63 -0
- package/src/ui/styles/theme.d.ts +67 -0
- package/src/ui/styles/theme.js +114 -0
- package/src/ui/types/fileManagement.d.ts +40 -0
- package/src/ui/types/fileManagement.js +2 -0
- package/src/ui/types/navigation.d.ts +36 -0
- package/src/ui/types/navigation.js +2 -0
- package/src/ui/utils/avatarUtils.d.ts +22 -0
- package/src/ui/utils/avatarUtils.js +52 -0
- package/src/ui/utils/colorUtils.d.ts +9 -0
- package/src/ui/utils/colorUtils.js +19 -0
- package/src/ui/utils/confirmAction.d.ts +6 -0
- package/src/ui/utils/confirmAction.js +22 -0
- package/src/ui/utils/errorHandlers.d.ts +34 -0
- package/src/ui/utils/errorHandlers.js +128 -0
- package/src/ui/utils/fileManagement.d.ts +86 -0
- package/src/ui/utils/fileManagement.js +238 -0
- package/src/ui/utils/iconNames.d.ts +111 -0
- package/src/ui/utils/iconNames.js +124 -0
- package/src/ui/utils/sessionHelpers.d.ts +64 -0
- package/src/ui/utils/sessionHelpers.js +90 -0
- package/src/ui/utils/storageHelpers.d.ts +27 -0
- package/src/ui/utils/storageHelpers.js +114 -0
- package/src/ui/utils/themeUtils.d.ts +10 -0
- package/src/ui/utils/themeUtils.js +17 -0
- package/src/ui/utils/userUtils.d.ts +28 -0
- package/src/ui/utils/userUtils.js +54 -0
- package/src/utils/hookUtils.d.ts +101 -0
- package/src/utils/hookUtils.js +373 -0
|
@@ -1,39 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
4
|
+
return mod && mod.__esModule ? mod : {
|
|
5
|
+
"default": mod
|
|
6
|
+
};
|
|
7
|
+
};
|
|
3
8
|
Object.defineProperty(exports, "__esModule", {
|
|
4
9
|
value: true
|
|
5
10
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
17
|
-
/**
|
|
18
|
-
* OxyAuthScreen - Sign in with Oxy
|
|
19
|
-
*
|
|
20
|
-
* This screen is used by OTHER apps in the Oxy ecosystem to authenticate users.
|
|
21
|
-
* It presents two options:
|
|
22
|
-
* 1. Scan QR code with Oxy Accounts app
|
|
23
|
-
* 2. Open the Oxy Auth web flow
|
|
24
|
-
*
|
|
25
|
-
* Uses WebSocket for real-time authorization updates (with polling fallback).
|
|
26
|
-
* The Oxy Accounts app is where users manage their cryptographic identity.
|
|
27
|
-
* This screen should NOT be used within the Accounts app itself.
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
const debug = (0, _core.createDebugLogger)('OxyAuthScreen');
|
|
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 socket_io_client_1 = __importDefault(require("socket.io-client"));
|
|
15
|
+
const styles_1 = require("../styles");
|
|
16
|
+
const OxyContext_1 = require("../context/OxyContext");
|
|
17
|
+
const react_native_qrcode_svg_1 = __importDefault(require("react-native-qrcode-svg"));
|
|
18
|
+
const OxyLogo_1 = __importDefault(require("../components/OxyLogo"));
|
|
19
|
+
const core_1 = require("@oxyhq/core");
|
|
20
|
+
const debug = (0, core_1.createDebugLogger)('OxyAuthScreen');
|
|
31
21
|
const OXY_ACCOUNTS_WEB_URL = 'https://accounts.oxy.so';
|
|
32
22
|
const OXY_AUTH_WEB_URL = 'https://auth.oxy.so';
|
|
33
|
-
|
|
34
23
|
// Auth session expiration (5 minutes)
|
|
35
24
|
const AUTH_SESSION_EXPIRY_MS = 5 * 60 * 1000;
|
|
36
|
-
|
|
37
25
|
// Polling interval (fallback if socket fails)
|
|
38
26
|
const POLLING_INTERVAL_MS = 3000;
|
|
39
27
|
const resolveAuthWebBaseUrl = (baseURL, authWebUrl) => {
|
|
@@ -60,7 +48,7 @@ const resolveAuthRedirectUri = async authRedirectUri => {
|
|
|
60
48
|
return authRedirectUri;
|
|
61
49
|
}
|
|
62
50
|
try {
|
|
63
|
-
const initialUrl = await
|
|
51
|
+
const initialUrl = await react_native_1.Linking.getInitialURL();
|
|
64
52
|
if (!initialUrl) {
|
|
65
53
|
return null;
|
|
66
54
|
}
|
|
@@ -95,24 +83,23 @@ const OxyAuthScreen = ({
|
|
|
95
83
|
theme
|
|
96
84
|
}) => {
|
|
97
85
|
const themeValue = theme === 'light' || theme === 'dark' ? theme : 'light';
|
|
98
|
-
const colors = (0,
|
|
86
|
+
const colors = (0, styles_1.useThemeColors)(themeValue);
|
|
99
87
|
const {
|
|
100
88
|
oxyServices,
|
|
101
89
|
signIn,
|
|
102
90
|
switchSession
|
|
103
|
-
} = (0,
|
|
104
|
-
const [authSession, setAuthSession] = (0,
|
|
105
|
-
const [isLoading, setIsLoading] = (0,
|
|
106
|
-
const [error, setError] = (0,
|
|
107
|
-
const [isWaiting, setIsWaiting] = (0,
|
|
108
|
-
const [connectionType, setConnectionType] = (0,
|
|
109
|
-
const socketRef = (0,
|
|
110
|
-
const pollingIntervalRef = (0,
|
|
111
|
-
const isProcessingRef = (0,
|
|
112
|
-
const linkingHandledRef = (0,
|
|
113
|
-
|
|
91
|
+
} = (0, OxyContext_1.useOxy)();
|
|
92
|
+
const [authSession, setAuthSession] = (0, react_1.useState)(null);
|
|
93
|
+
const [isLoading, setIsLoading] = (0, react_1.useState)(true);
|
|
94
|
+
const [error, setError] = (0, react_1.useState)(null);
|
|
95
|
+
const [isWaiting, setIsWaiting] = (0, react_1.useState)(false);
|
|
96
|
+
const [connectionType, setConnectionType] = (0, react_1.useState)('socket');
|
|
97
|
+
const socketRef = (0, react_1.useRef)(null);
|
|
98
|
+
const pollingIntervalRef = (0, react_1.useRef)(null);
|
|
99
|
+
const isProcessingRef = (0, react_1.useRef)(false);
|
|
100
|
+
const linkingHandledRef = (0, react_1.useRef)(false);
|
|
114
101
|
// Handle successful authorization
|
|
115
|
-
const handleAuthSuccess = (0,
|
|
102
|
+
const handleAuthSuccess = (0, react_1.useCallback)(async sessionId => {
|
|
116
103
|
if (isProcessingRef.current) return;
|
|
117
104
|
isProcessingRef.current = true;
|
|
118
105
|
try {
|
|
@@ -136,13 +123,11 @@ const OxyAuthScreen = ({
|
|
|
136
123
|
isProcessingRef.current = false;
|
|
137
124
|
}
|
|
138
125
|
}, [oxyServices, switchSession, onAuthenticated]);
|
|
139
|
-
|
|
140
126
|
// Connect to socket for real-time updates
|
|
141
|
-
const connectSocket = (0,
|
|
127
|
+
const connectSocket = (0, react_1.useCallback)(sessionToken => {
|
|
142
128
|
const baseURL = oxyServices.getBaseURL();
|
|
143
|
-
|
|
144
129
|
// Connect to the auth-session namespace (no authentication required)
|
|
145
|
-
const socket = (0,
|
|
130
|
+
const socket = (0, socket_io_client_1.default)(`${baseURL}/auth-session`, {
|
|
146
131
|
transports: ['websocket', 'polling'],
|
|
147
132
|
reconnection: true,
|
|
148
133
|
reconnectionAttempts: 3,
|
|
@@ -181,9 +166,8 @@ const OxyAuthScreen = ({
|
|
|
181
166
|
debug.log('Auth socket disconnected');
|
|
182
167
|
});
|
|
183
168
|
}, [oxyServices, handleAuthSuccess]);
|
|
184
|
-
|
|
185
169
|
// Start polling for authorization (fallback)
|
|
186
|
-
const startPolling = (0,
|
|
170
|
+
const startPolling = (0, react_1.useCallback)(sessionToken => {
|
|
187
171
|
setConnectionType('polling');
|
|
188
172
|
pollingIntervalRef.current = setInterval(async () => {
|
|
189
173
|
if (isProcessingRef.current) return;
|
|
@@ -207,9 +191,8 @@ const OxyAuthScreen = ({
|
|
|
207
191
|
}
|
|
208
192
|
}, POLLING_INTERVAL_MS);
|
|
209
193
|
}, [oxyServices, handleAuthSuccess]);
|
|
210
|
-
|
|
211
194
|
// Cleanup socket and polling
|
|
212
|
-
const cleanup = (0,
|
|
195
|
+
const cleanup = (0, react_1.useCallback)(() => {
|
|
213
196
|
setIsWaiting(false);
|
|
214
197
|
if (socketRef.current) {
|
|
215
198
|
socketRef.current.disconnect();
|
|
@@ -220,9 +203,8 @@ const OxyAuthScreen = ({
|
|
|
220
203
|
pollingIntervalRef.current = null;
|
|
221
204
|
}
|
|
222
205
|
}, []);
|
|
223
|
-
|
|
224
206
|
// Generate a new auth session
|
|
225
|
-
const generateAuthSession = (0,
|
|
207
|
+
const generateAuthSession = (0, react_1.useCallback)(async () => {
|
|
226
208
|
setIsLoading(true);
|
|
227
209
|
setError(null);
|
|
228
210
|
isProcessingRef.current = false;
|
|
@@ -230,12 +212,11 @@ const OxyAuthScreen = ({
|
|
|
230
212
|
// Generate a unique session token for this auth request
|
|
231
213
|
const sessionToken = generateSessionToken();
|
|
232
214
|
const expiresAt = Date.now() + AUTH_SESSION_EXPIRY_MS;
|
|
233
|
-
|
|
234
215
|
// Register the auth session with the server
|
|
235
216
|
await oxyServices.makeRequest('POST', '/auth/session/create', {
|
|
236
217
|
sessionToken,
|
|
237
218
|
expiresAt,
|
|
238
|
-
appId:
|
|
219
|
+
appId: react_native_1.Platform.OS // Identifier for requesting app
|
|
239
220
|
}, {
|
|
240
221
|
cache: false
|
|
241
222
|
});
|
|
@@ -244,7 +225,6 @@ const OxyAuthScreen = ({
|
|
|
244
225
|
expiresAt
|
|
245
226
|
});
|
|
246
227
|
setIsWaiting(true);
|
|
247
|
-
|
|
248
228
|
// Try socket first, will fall back to polling if needed
|
|
249
229
|
connectSocket(sessionToken);
|
|
250
230
|
} catch (err) {
|
|
@@ -253,7 +233,6 @@ const OxyAuthScreen = ({
|
|
|
253
233
|
setIsLoading(false);
|
|
254
234
|
}
|
|
255
235
|
}, [oxyServices, connectSocket]);
|
|
256
|
-
|
|
257
236
|
// Generate a random session token
|
|
258
237
|
const generateSessionToken = () => {
|
|
259
238
|
const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
|
@@ -263,38 +242,32 @@ const OxyAuthScreen = ({
|
|
|
263
242
|
}
|
|
264
243
|
return result;
|
|
265
244
|
};
|
|
266
|
-
|
|
267
245
|
// Clean up on unmount
|
|
268
|
-
(0,
|
|
246
|
+
(0, react_1.useEffect)(() => {
|
|
269
247
|
return () => {
|
|
270
248
|
cleanup();
|
|
271
249
|
};
|
|
272
250
|
}, [cleanup]);
|
|
273
|
-
|
|
274
251
|
// Initialize auth session
|
|
275
|
-
(0,
|
|
252
|
+
(0, react_1.useEffect)(() => {
|
|
276
253
|
generateAuthSession();
|
|
277
254
|
}, []);
|
|
278
|
-
|
|
279
255
|
// Check if session expired
|
|
280
|
-
(0,
|
|
256
|
+
(0, react_1.useEffect)(() => {
|
|
281
257
|
if (authSession && Date.now() > authSession.expiresAt) {
|
|
282
258
|
cleanup();
|
|
283
259
|
setAuthSession(null);
|
|
284
260
|
setError('Session expired. Please try again.');
|
|
285
261
|
}
|
|
286
262
|
}, [authSession, cleanup]);
|
|
287
|
-
|
|
288
263
|
// Build the QR code data
|
|
289
264
|
const getQRData = () => {
|
|
290
265
|
if (!authSession) return '';
|
|
291
|
-
|
|
292
266
|
// Format: oxyauth://{sessionToken}
|
|
293
267
|
return `oxyauth://${authSession.sessionToken}`;
|
|
294
268
|
};
|
|
295
|
-
|
|
296
269
|
// Open Oxy Auth web flow
|
|
297
|
-
const handleOpenAuth = (0,
|
|
270
|
+
const handleOpenAuth = (0, react_1.useCallback)(async () => {
|
|
298
271
|
if (!authSession) return;
|
|
299
272
|
const authBaseUrl = resolveAuthWebBaseUrl(oxyServices.getBaseURL(), oxyServices.config?.authWebUrl);
|
|
300
273
|
const webUrl = new URL('/authorize', authBaseUrl);
|
|
@@ -304,18 +277,17 @@ const OxyAuthScreen = ({
|
|
|
304
277
|
webUrl.searchParams.set('redirect_uri', redirectUri);
|
|
305
278
|
}
|
|
306
279
|
try {
|
|
307
|
-
await
|
|
280
|
+
await react_native_1.Linking.openURL(webUrl.toString());
|
|
308
281
|
} catch (err) {
|
|
309
282
|
setError('Unable to open Oxy Auth. Please try again or use the QR code.');
|
|
310
283
|
}
|
|
311
284
|
}, [authSession, oxyServices]);
|
|
312
|
-
|
|
313
285
|
// Refresh session
|
|
314
|
-
const handleRefresh = (0,
|
|
286
|
+
const handleRefresh = (0, react_1.useCallback)(() => {
|
|
315
287
|
cleanup();
|
|
316
288
|
generateAuthSession();
|
|
317
289
|
}, [generateAuthSession, cleanup]);
|
|
318
|
-
const handleAuthRedirect = (0,
|
|
290
|
+
const handleAuthRedirect = (0, react_1.useCallback)(url => {
|
|
319
291
|
const params = getRedirectParams(url);
|
|
320
292
|
if (!params) {
|
|
321
293
|
return;
|
|
@@ -330,17 +302,17 @@ const OxyAuthScreen = ({
|
|
|
330
302
|
handleAuthSuccess(params.sessionId);
|
|
331
303
|
}
|
|
332
304
|
}, [cleanup, handleAuthSuccess]);
|
|
333
|
-
(0,
|
|
334
|
-
if (
|
|
305
|
+
(0, react_1.useEffect)(() => {
|
|
306
|
+
if (react_native_1.Platform.OS === 'web') {
|
|
335
307
|
return;
|
|
336
308
|
}
|
|
337
|
-
const subscription =
|
|
309
|
+
const subscription = react_native_1.Linking.addEventListener('url', ({
|
|
338
310
|
url
|
|
339
311
|
}) => {
|
|
340
312
|
linkingHandledRef.current = true;
|
|
341
313
|
handleAuthRedirect(url);
|
|
342
314
|
});
|
|
343
|
-
|
|
315
|
+
react_native_1.Linking.getInitialURL().then(url => {
|
|
344
316
|
if (url && !linkingHandledRef.current) {
|
|
345
317
|
handleAuthRedirect(url);
|
|
346
318
|
}
|
|
@@ -352,14 +324,14 @@ const OxyAuthScreen = ({
|
|
|
352
324
|
};
|
|
353
325
|
}, [handleAuthRedirect]);
|
|
354
326
|
if (isLoading) {
|
|
355
|
-
return
|
|
327
|
+
return (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
356
328
|
style: [styles.container, {
|
|
357
329
|
backgroundColor: colors.background
|
|
358
330
|
}],
|
|
359
|
-
children: [
|
|
331
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.ActivityIndicator, {
|
|
360
332
|
size: "large",
|
|
361
333
|
color: colors.primary
|
|
362
|
-
}),
|
|
334
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
363
335
|
style: [styles.loadingText, {
|
|
364
336
|
color: colors.secondaryText
|
|
365
337
|
}],
|
|
@@ -368,127 +340,127 @@ const OxyAuthScreen = ({
|
|
|
368
340
|
});
|
|
369
341
|
}
|
|
370
342
|
if (error) {
|
|
371
|
-
return
|
|
343
|
+
return (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
372
344
|
style: [styles.container, {
|
|
373
345
|
backgroundColor: colors.background
|
|
374
346
|
}],
|
|
375
|
-
children: [
|
|
347
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
376
348
|
style: [styles.errorText, {
|
|
377
349
|
color: colors.error
|
|
378
350
|
}],
|
|
379
351
|
children: error
|
|
380
|
-
}),
|
|
352
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.TouchableOpacity, {
|
|
381
353
|
style: [styles.button, {
|
|
382
354
|
backgroundColor: colors.primary
|
|
383
355
|
}],
|
|
384
356
|
onPress: handleRefresh,
|
|
385
|
-
children:
|
|
357
|
+
children: (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
386
358
|
style: styles.buttonText,
|
|
387
359
|
children: "Try Again"
|
|
388
360
|
})
|
|
389
361
|
})]
|
|
390
362
|
});
|
|
391
363
|
}
|
|
392
|
-
return
|
|
364
|
+
return (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
393
365
|
style: [styles.container, {
|
|
394
366
|
backgroundColor: colors.background
|
|
395
367
|
}],
|
|
396
|
-
children: [
|
|
368
|
+
children: [(0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
397
369
|
style: styles.header,
|
|
398
|
-
children: [
|
|
370
|
+
children: [(0, jsx_runtime_1.jsx)(OxyLogo_1.default, {
|
|
399
371
|
width: 48,
|
|
400
372
|
height: 48
|
|
401
|
-
}),
|
|
373
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
402
374
|
style: [styles.title, {
|
|
403
375
|
color: colors.text
|
|
404
376
|
}],
|
|
405
377
|
children: "Sign in with Oxy"
|
|
406
|
-
}),
|
|
378
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
407
379
|
style: [styles.subtitle, {
|
|
408
380
|
color: colors.secondaryText
|
|
409
381
|
}],
|
|
410
382
|
children: "Use your Oxy identity to sign in securely"
|
|
411
383
|
})]
|
|
412
|
-
}),
|
|
384
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
413
385
|
style: [styles.qrContainer, {
|
|
414
386
|
backgroundColor: colors.inputBackground,
|
|
415
387
|
borderColor: colors.border
|
|
416
388
|
}],
|
|
417
|
-
children: [
|
|
389
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
418
390
|
style: styles.qrWrapper,
|
|
419
|
-
children:
|
|
391
|
+
children: (0, jsx_runtime_1.jsx)(react_native_qrcode_svg_1.default, {
|
|
420
392
|
value: getQRData(),
|
|
421
393
|
size: 200,
|
|
422
394
|
backgroundColor: "white",
|
|
423
395
|
color: "black"
|
|
424
396
|
})
|
|
425
|
-
}),
|
|
397
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
426
398
|
style: [styles.qrHint, {
|
|
427
399
|
color: colors.secondaryText
|
|
428
400
|
}],
|
|
429
401
|
children: "Scan with Oxy Accounts app"
|
|
430
402
|
})]
|
|
431
|
-
}),
|
|
403
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
432
404
|
style: styles.dividerContainer,
|
|
433
|
-
children: [
|
|
405
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
434
406
|
style: [styles.divider, {
|
|
435
407
|
backgroundColor: colors.border
|
|
436
408
|
}]
|
|
437
|
-
}),
|
|
409
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
438
410
|
style: [styles.dividerText, {
|
|
439
411
|
color: colors.secondaryText
|
|
440
412
|
}],
|
|
441
413
|
children: "or"
|
|
442
|
-
}),
|
|
414
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
443
415
|
style: [styles.divider, {
|
|
444
416
|
backgroundColor: colors.border
|
|
445
417
|
}]
|
|
446
418
|
})]
|
|
447
|
-
}),
|
|
419
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.TouchableOpacity, {
|
|
448
420
|
style: [styles.button, {
|
|
449
421
|
backgroundColor: colors.primary
|
|
450
422
|
}],
|
|
451
423
|
onPress: handleOpenAuth,
|
|
452
|
-
children: [
|
|
424
|
+
children: [(0, jsx_runtime_1.jsx)(OxyLogo_1.default, {
|
|
453
425
|
width: 20,
|
|
454
426
|
height: 20,
|
|
455
427
|
fillColor: "white",
|
|
456
428
|
style: styles.buttonIcon
|
|
457
|
-
}),
|
|
429
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
458
430
|
style: styles.buttonText,
|
|
459
431
|
children: "Open Oxy Auth"
|
|
460
432
|
})]
|
|
461
|
-
}), isWaiting &&
|
|
433
|
+
}), isWaiting && (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
462
434
|
style: styles.statusContainer,
|
|
463
|
-
children: [
|
|
435
|
+
children: [(0, jsx_runtime_1.jsx)(react_native_1.ActivityIndicator, {
|
|
464
436
|
size: "small",
|
|
465
437
|
color: colors.primary
|
|
466
|
-
}),
|
|
438
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
467
439
|
style: [styles.statusText, {
|
|
468
440
|
color: colors.secondaryText
|
|
469
441
|
}],
|
|
470
442
|
children: "Waiting for authorization..."
|
|
471
443
|
})]
|
|
472
|
-
}),
|
|
444
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
473
445
|
style: styles.footer,
|
|
474
|
-
children: [
|
|
446
|
+
children: [(0, jsx_runtime_1.jsxs)(react_native_1.Text, {
|
|
475
447
|
style: [styles.footerText, {
|
|
476
448
|
color: colors.secondaryText
|
|
477
449
|
}],
|
|
478
450
|
children: ["Don't have Oxy Accounts?", ' ']
|
|
479
|
-
}),
|
|
480
|
-
onPress: () =>
|
|
481
|
-
children:
|
|
451
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.TouchableOpacity, {
|
|
452
|
+
onPress: () => react_native_1.Linking.openURL(OXY_ACCOUNTS_WEB_URL),
|
|
453
|
+
children: (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
482
454
|
style: [styles.footerLink, {
|
|
483
455
|
color: colors.primary
|
|
484
456
|
}],
|
|
485
457
|
children: "Get it here"
|
|
486
458
|
})
|
|
487
459
|
})]
|
|
488
|
-
}), goBack &&
|
|
460
|
+
}), goBack && (0, jsx_runtime_1.jsx)(react_native_1.TouchableOpacity, {
|
|
489
461
|
style: styles.cancelButton,
|
|
490
462
|
onPress: goBack,
|
|
491
|
-
children:
|
|
463
|
+
children: (0, jsx_runtime_1.jsx)(react_native_1.Text, {
|
|
492
464
|
style: [styles.cancelText, {
|
|
493
465
|
color: colors.secondaryText
|
|
494
466
|
}],
|
|
@@ -497,7 +469,7 @@ const OxyAuthScreen = ({
|
|
|
497
469
|
})]
|
|
498
470
|
});
|
|
499
471
|
};
|
|
500
|
-
const styles =
|
|
472
|
+
const styles = react_native_1.StyleSheet.create({
|
|
501
473
|
container: {
|
|
502
474
|
flex: 1,
|
|
503
475
|
padding: 24,
|
|
@@ -601,5 +573,46 @@ const styles = _reactNative.StyleSheet.create({
|
|
|
601
573
|
marginBottom: 16
|
|
602
574
|
}
|
|
603
575
|
});
|
|
576
|
+
exports.default = OxyAuthScreen;
|
|
577
|
+
//# sourceMappingURL=OxyAuthScreen.js.map fontSize: 16,
|
|
578
|
+
fontWeight: '600'
|
|
579
|
+
},
|
|
580
|
+
statusContainer: {
|
|
581
|
+
flexDirection: 'row',
|
|
582
|
+
alignItems: 'center',
|
|
583
|
+
marginTop: 24
|
|
584
|
+
},
|
|
585
|
+
statusText: {
|
|
586
|
+
marginLeft: 8,
|
|
587
|
+
fontSize: 14
|
|
588
|
+
},
|
|
589
|
+
footer: {
|
|
590
|
+
flexDirection: 'row',
|
|
591
|
+
marginTop: 32
|
|
592
|
+
},
|
|
593
|
+
footerText: {
|
|
594
|
+
fontSize: 14
|
|
595
|
+
},
|
|
596
|
+
footerLink: {
|
|
597
|
+
fontSize: 14,
|
|
598
|
+
fontWeight: '600'
|
|
599
|
+
},
|
|
600
|
+
cancelButton: {
|
|
601
|
+
marginTop: 16,
|
|
602
|
+
padding: 12
|
|
603
|
+
},
|
|
604
|
+
cancelText: {
|
|
605
|
+
fontSize: 14
|
|
606
|
+
},
|
|
607
|
+
loadingText: {
|
|
608
|
+
marginTop: 16,
|
|
609
|
+
fontSize: 14
|
|
610
|
+
},
|
|
611
|
+
errorText: {
|
|
612
|
+
fontSize: 14,
|
|
613
|
+
textAlign: 'center',
|
|
614
|
+
marginBottom: 16
|
|
615
|
+
}
|
|
616
|
+
});
|
|
604
617
|
var _default = exports.default = OxyAuthScreen;
|
|
605
618
|
//# sourceMappingURL=OxyAuthScreen.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_socket","_interopRequireDefault","_index","_OxyContext","_reactNativeQrcodeSvg","_OxyLogo","_core","_jsxRuntime","e","__esModule","default","debug","createDebugLogger","OXY_ACCOUNTS_WEB_URL","OXY_AUTH_WEB_URL","AUTH_SESSION_EXPIRY_MS","POLLING_INTERVAL_MS","resolveAuthWebBaseUrl","baseURL","authWebUrl","url","URL","port","origin","hostname","startsWith","slice","resolveAuthRedirectUri","authRedirectUri","initialUrl","Linking","getInitialURL","parsed","search","hash","toString","getRedirectParams","sessionId","searchParams","get","undefined","error","OxyAuthScreen","navigate","goBack","onAuthenticated","theme","themeValue","colors","useThemeColors","oxyServices","signIn","switchSession","useOxy","authSession","setAuthSession","useState","isLoading","setIsLoading","setError","isWaiting","setIsWaiting","connectionType","setConnectionType","socketRef","useRef","pollingIntervalRef","isProcessingRef","linkingHandledRef","handleAuthSuccess","useCallback","current","user","getTokenBySession","getUserBySession","err","connectSocket","sessionToken","getBaseURL","socket","io","transports","reconnection","reconnectionAttempts","reconnectionDelay","on","log","emit","payload","status","cleanup","Error","message","disconnect","startPolling","setInterval","response","makeRequest","cache","authorized","clearInterval","generateAuthSession","generateSessionToken","expiresAt","Date","now","appId","Platform","OS","chars","result","i","charAt","Math","floor","random","length","useEffect","getQRData","handleOpenAuth","authBaseUrl","config","webUrl","set","redirectUri","openURL","handleRefresh","handleAuthRedirect","params","subscription","addEventListener","then","catch","remove","jsxs","View","style","styles","container","backgroundColor","background","children","jsx","ActivityIndicator","size","color","primary","Text","loadingText","secondaryText","errorText","TouchableOpacity","button","onPress","buttonText","header","width","height","title","text","subtitle","qrContainer","inputBackground","borderColor","border","qrWrapper","value","qrHint","dividerContainer","divider","dividerText","fillColor","buttonIcon","statusContainer","statusText","footer","footerText","footerLink","cancelButton","cancelText","StyleSheet","create","flex","padding","alignItems","justifyContent","marginBottom","fontSize","fontWeight","marginTop","textAlign","borderRadius","borderWidth","flexDirection","marginVertical","marginHorizontal","paddingVertical","paddingHorizontal","marginRight","marginLeft","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/screens/OxyAuthScreen.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","socket_io_client_1","styles_1","OxyContext_1","react_native_qrcode_svg_1","OxyLogo_1","core_1","debug","createDebugLogger","OXY_ACCOUNTS_WEB_URL","OXY_AUTH_WEB_URL","AUTH_SESSION_EXPIRY_MS","POLLING_INTERVAL_MS","resolveAuthWebBaseUrl","baseURL","authWebUrl","url","URL","port","origin","hostname","startsWith","slice","resolveAuthRedirectUri","authRedirectUri","initialUrl","Linking","getInitialURL","parsed","search","hash","toString","getRedirectParams","sessionId","searchParams","get","undefined","error","OxyAuthScreen","navigate","goBack","onAuthenticated","theme","themeValue","colors","useThemeColors","oxyServices","signIn","switchSession","useOxy","authSession","setAuthSession","useState","isLoading","setIsLoading","setError","isWaiting","setIsWaiting","connectionType","setConnectionType","socketRef","useRef","pollingIntervalRef","isProcessingRef","linkingHandledRef","handleAuthSuccess","useCallback","current","user","getTokenBySession","getUserBySession","err","connectSocket","sessionToken","getBaseURL","socket","default","transports","reconnection","reconnectionAttempts","reconnectionDelay","on","log","emit","payload","status","cleanup","Error","message","disconnect","startPolling","setInterval","response","makeRequest","cache","authorized","clearInterval","generateAuthSession","generateSessionToken","expiresAt","Date","now","appId","Platform","OS","chars","result","i","charAt","Math","floor","random","length","useEffect","getQRData","handleOpenAuth","authBaseUrl","config","webUrl","set","redirectUri","openURL","handleRefresh","handleAuthRedirect","params","subscription","addEventListener","then","catch","remove","jsxs","View","style","styles","container","backgroundColor","background","children","jsx","ActivityIndicator","size","color","primary","Text","loadingText","secondaryText","errorText","TouchableOpacity","button","onPress","buttonText","header","width","height","title","text","subtitle","qrContainer","inputBackground","borderColor","border","qrWrapper","qrHint","dividerContainer","divider","dividerText","fillColor","buttonIcon","statusContainer","statusText","footer","footerText","footerLink","cancelButton","cancelText","StyleSheet","create","flex","padding","alignItems","justifyContent","marginBottom","fontSize","fontWeight","marginTop","textAlign","borderRadius","borderWidth","flexDirection","marginVertical","marginHorizontal","paddingVertical","paddingHorizontal","marginRight","marginLeft"],"sourceRoot":"../../../../src","sources":["ui/screens/OxyAuthScreen.js"],"mappings":"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","ignoreList":[]}
|