@oxyhq/services 5.17.18 → 5.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/assets/icons/OxyServices.js +1 -1
- package/lib/commonjs/core/HttpService.js +4 -4
- package/lib/commonjs/core/OxyServices.base.js +9 -9
- package/lib/commonjs/core/OxyServices.base.js.map +1 -1
- package/lib/commonjs/core/OxyServices.js +5 -5
- package/lib/commonjs/core/OxyServices.js.map +1 -1
- package/lib/commonjs/core/index.js +6 -6
- package/lib/commonjs/core/mixins/OxyServices.analytics.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.auth.js +2 -2
- package/lib/commonjs/core/mixins/OxyServices.auth.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.developer.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.features.js +372 -0
- package/lib/commonjs/core/mixins/OxyServices.features.js.map +1 -0
- package/lib/commonjs/core/mixins/OxyServices.fedcm.js +5 -5
- package/lib/commonjs/core/mixins/OxyServices.fedcm.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.karma.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.language.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.payment.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.popup.js +8 -8
- package/lib/commonjs/core/mixins/OxyServices.popup.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.redirect.js +4 -4
- package/lib/commonjs/core/mixins/OxyServices.redirect.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.user.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.utility.js +1 -1
- package/lib/commonjs/core/mixins/index.js +21 -20
- package/lib/commonjs/core/mixins/index.js.map +1 -1
- package/lib/commonjs/crypto/index.js +4 -4
- package/lib/commonjs/crypto/recoveryPhrase.js +1 -1
- package/lib/commonjs/crypto/signatureService.js +1 -1
- package/lib/commonjs/index.js +59 -59
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/node/index.js +6 -6
- package/lib/commonjs/node/index.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +1 -1
- package/lib/commonjs/ui/components/Avatar.js +3 -3
- package/lib/commonjs/ui/components/Avatar.js.map +1 -1
- package/lib/commonjs/ui/components/BottomSheet.js +1 -1
- package/lib/commonjs/ui/components/BottomSheetRouter.js +5 -5
- package/lib/commonjs/ui/components/CrossFadeIcon.js +2 -2
- package/lib/commonjs/ui/components/FollowButton.js +5 -5
- package/lib/commonjs/ui/components/GroupedItem.js +16 -6
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +1 -1
- package/lib/commonjs/ui/components/Header.js +5 -5
- package/lib/commonjs/ui/components/HelperText.js +2 -2
- package/lib/commonjs/ui/components/HelperText.js.map +1 -1
- package/lib/commonjs/ui/components/Icon.js +1 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js +7 -7
- package/lib/commonjs/ui/components/OxyLogo.js +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +2 -2
- package/lib/commonjs/ui/components/OxyProvider.js +6 -6
- package/lib/commonjs/ui/components/OxySignInButton.js +2 -2
- package/lib/commonjs/ui/components/ProfileCard.js +8 -8
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -1
- package/lib/commonjs/ui/components/QuickActions.js +2 -2
- package/lib/commonjs/ui/components/Section.js +3 -3
- package/lib/commonjs/ui/components/SectionTitle.js +4 -4
- package/lib/commonjs/ui/components/SettingRow.js +17 -4
- package/lib/commonjs/ui/components/SettingRow.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +4 -4
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +5 -5
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +4 -4
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +4 -4
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +5 -5
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +2 -2
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +7 -7
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +8 -8
- package/lib/commonjs/ui/components/TextField/helpers.js +2 -2
- package/lib/commonjs/ui/components/TextField.js +7 -7
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +5 -5
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +5 -5
- package/lib/commonjs/ui/components/Typography/AnimatedText.js +2 -2
- package/lib/commonjs/ui/components/feedback/FormInput.js +72 -0
- package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js +33 -0
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/constants.js +59 -0
- package/lib/commonjs/ui/components/feedback/constants.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +262 -0
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/index.js +54 -0
- package/lib/commonjs/ui/components/feedback/index.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/types.js +6 -0
- package/lib/commonjs/ui/components/feedback/types.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +52 -0
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +2 -2
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +3 -3
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +2 -2
- package/lib/commonjs/ui/components/fileManagement/styles.js +1 -1
- package/lib/commonjs/ui/components/icon/index.js +2 -2
- package/lib/commonjs/ui/components/index.js +16 -16
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +282 -0
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -0
- package/lib/commonjs/ui/components/modals/index.js +14 -0
- package/lib/commonjs/ui/components/modals/index.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +309 -0
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +79 -0
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js +108 -0
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js +79 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js +176 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/constants.js +53 -0
- package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
- package/lib/commonjs/ui/components/payment/index.js +80 -0
- package/lib/commonjs/ui/components/payment/index.js.map +1 -0
- package/lib/commonjs/ui/components/payment/paymentStyles.js +409 -0
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/commonjs/ui/components/payment/types.js +6 -0
- package/lib/commonjs/ui/components/payment/types.js.map +1 -0
- package/lib/commonjs/ui/components/profile/EditBioModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditDisplayNameModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditEmailModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditLinksModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditLocationModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditUsernameModal.js +5 -5
- package/lib/commonjs/ui/components/theming.js +3 -3
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +20 -20
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +6 -6
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useDeviceManagement.js +2 -2
- package/lib/commonjs/ui/context/hooks/useLanguageManagement.js +2 -2
- package/lib/commonjs/ui/context/hooks/useSessionManagement.js +5 -5
- package/lib/commonjs/ui/hooks/index.js +30 -4
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +2 -2
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +5 -5
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +3 -3
- package/lib/commonjs/ui/hooks/queries/index.js +4 -4
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +2 -2
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +2 -2
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +3 -3
- package/lib/commonjs/ui/hooks/use-color-scheme.js +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js +95 -0
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +2 -2
- package/lib/commonjs/ui/hooks/useFollow.js +2 -2
- package/lib/commonjs/ui/hooks/useI18n.js +3 -3
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +2 -2
- package/lib/commonjs/ui/hooks/useProfileEditing.js +3 -3
- package/lib/commonjs/ui/hooks/useSessionManagement.js +5 -5
- package/lib/commonjs/ui/hooks/useSessionSocket.js +2 -2
- package/lib/commonjs/ui/hooks/useSettingToggle.js +126 -0
- package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/commonjs/ui/hooks/useStorage.js +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js +2 -2
- package/lib/commonjs/ui/hooks/useThemeStyles.js +3 -3
- package/lib/commonjs/ui/index.js +4 -4
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/commonjs/ui/navigation/routes.js +1 -0
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +20 -18
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +63 -60
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +29 -29
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +17 -17
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +11 -11
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js +20 -20
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +315 -0
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FeedbackScreen.js +84 -601
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js +16 -16
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +18 -17
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +14 -14
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +11 -11
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +10 -10
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +4 -4
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +71 -1399
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +8 -8
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +39 -39
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +23 -15
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +30 -24
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +13 -13
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js +10 -10
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserLinksScreen.js +5 -5
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +10 -10
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +7 -7
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +29 -17
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +8 -8
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +8 -8
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +11 -11
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +7 -7
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js +4 -4
- package/lib/commonjs/ui/styles/spacing.js +1 -1
- package/lib/commonjs/ui/styles/theme.js +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +3 -3
- package/lib/commonjs/ui/utils/fileManagement.js +2 -2
- package/lib/commonjs/utils/asyncUtils.js +1 -1
- package/lib/commonjs/utils/errorUtils.js +2 -2
- package/lib/commonjs/utils/index.js +4 -4
- package/lib/module/assets/icons/OxyServices.js +1 -1
- package/lib/module/assets/icons/OxyServices.js.map +1 -1
- package/lib/module/core/HttpService.js +4 -4
- package/lib/module/core/HttpService.js.map +1 -1
- package/lib/module/core/OxyServices.base.js +3 -3
- package/lib/module/core/OxyServices.base.js.map +1 -1
- package/lib/module/core/OxyServices.js +2 -2
- package/lib/module/core/OxyServices.js.map +1 -1
- package/lib/module/core/index.js +8 -8
- package/lib/module/core/index.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.analytics.js +1 -1
- package/lib/module/core/mixins/OxyServices.analytics.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.auth.js +1 -1
- package/lib/module/core/mixins/OxyServices.auth.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.developer.js +1 -1
- package/lib/module/core/mixins/OxyServices.developer.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.features.js +369 -0
- package/lib/module/core/mixins/OxyServices.features.js.map +1 -0
- package/lib/module/core/mixins/OxyServices.fedcm.js +1 -1
- package/lib/module/core/mixins/OxyServices.fedcm.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.karma.js +1 -1
- package/lib/module/core/mixins/OxyServices.karma.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.language.js +1 -1
- package/lib/module/core/mixins/OxyServices.language.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.payment.js +1 -1
- package/lib/module/core/mixins/OxyServices.payment.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.popup.js +1 -1
- package/lib/module/core/mixins/OxyServices.popup.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.redirect.js +1 -1
- package/lib/module/core/mixins/OxyServices.redirect.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.user.js +1 -1
- package/lib/module/core/mixins/OxyServices.user.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.utility.js +1 -1
- package/lib/module/core/mixins/OxyServices.utility.js.map +1 -1
- package/lib/module/core/mixins/index.js +20 -19
- package/lib/module/core/mixins/index.js.map +1 -1
- package/lib/module/crypto/index.js +5 -5
- package/lib/module/crypto/index.js.map +1 -1
- package/lib/module/crypto/recoveryPhrase.js +1 -1
- package/lib/module/crypto/recoveryPhrase.js.map +1 -1
- package/lib/module/crypto/signatureService.js +1 -1
- package/lib/module/crypto/signatureService.js.map +1 -1
- package/lib/module/index.js +25 -25
- package/lib/module/index.js.map +1 -1
- package/lib/module/node/index.js +3 -3
- package/lib/module/node/index.js.map +1 -1
- package/lib/module/package.json +1 -0
- package/lib/module/ui/components/ActivityIndicator.js +1 -1
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +2 -2
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +1 -1
- package/lib/module/ui/components/BottomSheet.js.map +1 -1
- package/lib/module/ui/components/BottomSheetRouter.js +5 -5
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +2 -2
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +5 -5
- package/lib/module/ui/components/FollowButton.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +16 -6
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +1 -1
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +5 -5
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +1 -1
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +1 -1
- package/lib/module/ui/components/Icon.js.map +1 -1
- package/lib/module/ui/components/IconButton/IconButton.js +7 -7
- package/lib/module/ui/components/IconButton/IconButton.js.map +1 -1
- package/lib/module/ui/components/OxyLogo.js +1 -1
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +2 -2
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +6 -6
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +2 -2
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +7 -7
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +2 -2
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +3 -3
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +4 -4
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +17 -4
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +2 -2
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/module/ui/components/Surface.js +5 -5
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js +1 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +4 -4
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +4 -4
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +5 -5
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +2 -2
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/LabelBackground.js +1 -1
- package/lib/module/ui/components/TextField/Label/LabelBackground.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldFlat.js +8 -8
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +8 -8
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/helpers.js +2 -2
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField.js +7 -7
- package/lib/module/ui/components/TextField.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +5 -5
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +5 -5
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +2 -2
- package/lib/module/ui/components/Typography/AnimatedText.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +67 -0
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -0
- package/lib/module/ui/components/feedback/ProgressIndicator.js +28 -0
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +1 -0
- package/lib/module/ui/components/feedback/constants.js +55 -0
- package/lib/module/ui/components/feedback/constants.js.map +1 -0
- package/lib/module/ui/components/feedback/feedbackStyles.js +257 -0
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -0
- package/lib/module/ui/components/feedback/index.js +8 -0
- package/lib/module/ui/components/feedback/index.js.map +1 -0
- package/lib/module/ui/components/feedback/types.js +4 -0
- package/lib/module/ui/components/feedback/types.js.map +1 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js +47 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -0
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +2 -2
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +3 -3
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/module/ui/components/fileManagement/UploadPreview.js +2 -2
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +1 -1
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/index.js +2 -2
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +16 -16
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +276 -0
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -0
- package/lib/module/ui/components/modals/index.js +4 -0
- package/lib/module/ui/components/modals/index.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +303 -0
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentMethodStep.js +73 -0
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js +102 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +73 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +170 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/module/ui/components/payment/constants.js +47 -0
- package/lib/module/ui/components/payment/constants.js.map +1 -0
- package/lib/module/ui/components/payment/index.js +10 -0
- package/lib/module/ui/components/payment/index.js.map +1 -0
- package/lib/module/ui/components/payment/paymentStyles.js +404 -0
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/module/ui/components/payment/types.js +4 -0
- package/lib/module/ui/components/payment/types.js.map +1 -0
- package/lib/module/ui/components/profile/EditBioModal.js +5 -5
- package/lib/module/ui/components/profile/EditBioModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditDisplayNameModal.js +5 -5
- package/lib/module/ui/components/profile/EditDisplayNameModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditEmailModal.js +5 -5
- package/lib/module/ui/components/profile/EditEmailModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditLinksModal.js +5 -5
- package/lib/module/ui/components/profile/EditLinksModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditLocationModal.js +5 -5
- package/lib/module/ui/components/profile/EditLocationModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditUsernameModal.js +5 -5
- package/lib/module/ui/components/profile/EditUsernameModal.js.map +1 -1
- package/lib/module/ui/components/theming.js +1 -1
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +1 -1
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +16 -16
- package/lib/module/ui/context/OxyContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +4 -4
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/context/hooks/useDeviceManagement.js +2 -2
- package/lib/module/ui/context/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useLanguageManagement.js +2 -2
- package/lib/module/ui/context/hooks/useLanguageManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useSessionManagement.js +5 -5
- package/lib/module/ui/context/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/index.js +6 -4
- package/lib/module/ui/hooks/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/index.js +2 -2
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +5 -5
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +3 -3
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/index.js +4 -4
- package/lib/module/ui/hooks/queries/index.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +2 -2
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +2 -2
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useServicesQueries.js +3 -3
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/use-color-scheme.js +1 -1
- package/lib/module/ui/hooks/use-color-scheme.js.map +1 -1
- package/lib/module/ui/hooks/useAssets.js +1 -1
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +89 -0
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/module/ui/hooks/useDeviceManagement.js +2 -2
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.js +2 -2
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +2 -2
- package/lib/module/ui/hooks/useI18n.js.map +1 -1
- package/lib/module/ui/hooks/useLanguageManagement.js +2 -2
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/module/ui/hooks/useProfileEditing.js +3 -3
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/module/ui/hooks/useSessionManagement.js +5 -5
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +2 -2
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +120 -0
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/module/ui/hooks/useStorage.js +1 -1
- package/lib/module/ui/hooks/useStorage.js.map +1 -1
- package/lib/module/ui/hooks/useThemeColors.js +2 -2
- package/lib/module/ui/hooks/useThemeColors.js.map +1 -1
- package/lib/module/ui/hooks/useThemeStyles.js +3 -3
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/index.js +3 -3
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +1 -0
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +20 -18
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +47 -44
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +24 -24
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +10 -10
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js +6 -6
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +8 -8
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +310 -0
- package/lib/module/ui/screens/FAQScreen.js.map +1 -0
- package/lib/module/ui/screens/FeedbackScreen.js +71 -588
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/module/ui/screens/FileManagementScreen.js +15 -15
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +13 -12
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +7 -7
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +9 -9
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +5 -5
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +3 -3
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js +69 -1399
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +8 -8
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +6 -6
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/ProfileScreen.js +21 -13
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +22 -16
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +6 -6
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/SessionManagementScreen.js +7 -7
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +3 -3
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +9 -9
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +29 -17
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +7 -7
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +9 -9
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/module/ui/styles/index.js +4 -4
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +1 -1
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +1 -1
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +3 -3
- package/lib/module/ui/utils/avatarUtils.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +2 -2
- package/lib/module/ui/utils/fileManagement.js.map +1 -1
- package/lib/module/utils/asyncUtils.js +1 -1
- package/lib/module/utils/asyncUtils.js.map +1 -1
- package/lib/module/utils/errorUtils.js +2 -2
- package/lib/module/utils/errorUtils.js.map +1 -1
- package/lib/module/utils/index.js +4 -4
- package/lib/module/utils/index.js.map +1 -1
- package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/commonjs/assets/illustrations/HighFive.d.ts.map +1 -0
- package/lib/typescript/commonjs/constants/version.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/CrossDomainAuth.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/HttpService.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/OxyServices.base.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/OxyServices.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/OxyServices.errors.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.analytics.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.assets.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.auth.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.developer.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.devices.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.features.d.ts +229 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.features.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.fedcm.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.karma.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.language.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.location.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.payment.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.popup.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.privacy.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.redirect.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.security.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.user.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.utility.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/index.d.ts +1128 -0
- package/lib/typescript/commonjs/core/mixins/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/mixinHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/keyManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/polyfill.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/recoveryPhrase.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/signatureService.d.ts.map +1 -0
- package/lib/typescript/commonjs/i18n/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/sonner-safe.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/sonner.d.ts.map +1 -0
- package/lib/typescript/commonjs/models/interfaces.d.ts.map +1 -0
- package/lib/typescript/commonjs/models/session.d.ts.map +1 -0
- package/lib/typescript/commonjs/node/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/commonjs/ui/components/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/AnimationExample.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/AutoHeightScrollView.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Avatar.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/BottomSheetRouter.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/CrossFadeIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/EmptyState.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/FontLoader.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts +24 -0
- package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/GroupedSection.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Header.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/HelperText.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/IconButton/IconButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/IconButton/utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/LoadingState.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyLogo.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/ProfileCard.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/QuickActions.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Section.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/SectionTitle.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/SettingRow.d.ts +20 -0
- package/lib/typescript/commonjs/ui/components/SettingRow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Surface.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Outline.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Underline.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/enums.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Label/InputLabel.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Label/LabelBackground.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldFlat.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldOutlined.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/helpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/Pressable.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Typography/AnimatedText.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Typography/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/FormInput.d.ts +20 -0
- package/lib/typescript/commonjs/ui/components/feedback/FormInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts +11 -0
- package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts +5 -0
- package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts +280 -0
- package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/index.d.ts +7 -0
- package/lib/typescript/commonjs/ui/components/feedback/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/types.d.ts +46 -0
- package/lib/typescript/commonjs/ui/components/feedback/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/useFeedbackForm.d.ts +9 -0
- package/lib/typescript/commonjs/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/OxyIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/internal/GroupedPillButtons.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/internal/PinInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts +19 -0
- package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/modals/index.d.ts +2 -0
- package/lib/typescript/commonjs/ui/components/modals/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts +21 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts +14 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts +16 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts +10 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts +15 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/constants.d.ts +7 -0
- package/lib/typescript/commonjs/ui/components/payment/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/index.d.ts +9 -0
- package/lib/typescript/commonjs/ui/components/payment/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts +396 -0
- package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/types.d.ts +40 -0
- package/lib/typescript/commonjs/ui/components/payment/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditBioModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditDisplayNameModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditEmailModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditLinksModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditLocationModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditUsernameModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/theming.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/forwardRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/splitStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/iconColors.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/theme.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/index.d.ts +7 -0
- package/lib/typescript/commonjs/ui/hooks/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/use-color-scheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/use-haptic-press.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAssets.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAsyncAction.d.ts +51 -0
- package/lib/typescript/commonjs/ui/hooks/useAsyncAction.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useI18n.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useQueryClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSessionSocket.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSettingToggle.d.ts +55 -0
- package/lib/typescript/commonjs/ui/hooks/useSettingToggle.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useStorage.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useThemeColors.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useThemeStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/isFrontend.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts +6 -0
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountOverviewScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountSwitcherScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/OxyAuthScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts +15 -0
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/accountStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/assetStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/authStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/fileStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/followStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/authStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/fonts.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/theme.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/types/fileManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/types/navigation.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/colorUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/confirmAction.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/errorHandlers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/themeUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/user-utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/apiUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/asyncUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/cache.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/deviceManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/errorUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/hookUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/languageUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/loggerUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/requestUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/sessionUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/validationUtils.d.ts.map +1 -0
- package/lib/typescript/module/assets/icons/OxyServices.d.ts +29 -0
- package/lib/typescript/module/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/module/assets/illustrations/HighFive.d.ts +9 -0
- package/lib/typescript/module/assets/illustrations/HighFive.d.ts.map +1 -0
- package/lib/typescript/module/constants/version.d.ts +14 -0
- package/lib/typescript/module/constants/version.d.ts.map +1 -0
- package/lib/typescript/module/core/CrossDomainAuth.d.ts +161 -0
- package/lib/typescript/module/core/CrossDomainAuth.d.ts.map +1 -0
- package/lib/typescript/module/core/HttpService.d.ts +159 -0
- package/lib/typescript/module/core/HttpService.d.ts.map +1 -0
- package/lib/typescript/module/core/OxyServices.base.d.ts +127 -0
- package/lib/typescript/module/core/OxyServices.base.d.ts.map +1 -0
- package/lib/typescript/module/core/OxyServices.d.ts +82 -0
- package/lib/typescript/module/core/OxyServices.d.ts.map +1 -0
- package/lib/typescript/module/core/OxyServices.errors.d.ts +12 -0
- package/lib/typescript/module/core/OxyServices.errors.d.ts.map +1 -0
- package/lib/typescript/module/core/index.d.ts +19 -0
- package/lib/typescript/module/core/index.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.analytics.d.ts +67 -0
- package/lib/typescript/module/core/mixins/OxyServices.analytics.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.assets.d.ts +136 -0
- package/lib/typescript/module/core/mixins/OxyServices.assets.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.auth.d.ts +187 -0
- package/lib/typescript/module/core/mixins/OxyServices.auth.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.developer.d.ts +100 -0
- package/lib/typescript/module/core/mixins/OxyServices.developer.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.devices.d.ts +97 -0
- package/lib/typescript/module/core/mixins/OxyServices.devices.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.features.d.ts +229 -0
- package/lib/typescript/module/core/mixins/OxyServices.features.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.fedcm.d.ts +195 -0
- package/lib/typescript/module/core/mixins/OxyServices.fedcm.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.karma.d.ts +86 -0
- package/lib/typescript/module/core/mixins/OxyServices.karma.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.language.d.ts +82 -0
- package/lib/typescript/module/core/mixins/OxyServices.language.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.location.d.ts +65 -0
- package/lib/typescript/module/core/mixins/OxyServices.location.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.payment.d.ts +112 -0
- package/lib/typescript/module/core/mixins/OxyServices.payment.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.popup.d.ts +206 -0
- package/lib/typescript/module/core/mixins/OxyServices.popup.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.privacy.d.ts +123 -0
- package/lib/typescript/module/core/mixins/OxyServices.privacy.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.redirect.d.ts +246 -0
- package/lib/typescript/module/core/mixins/OxyServices.redirect.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.security.d.ts +79 -0
- package/lib/typescript/module/core/mixins/OxyServices.security.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.user.d.ts +185 -0
- package/lib/typescript/module/core/mixins/OxyServices.user.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.utility.d.ts +94 -0
- package/lib/typescript/module/core/mixins/OxyServices.utility.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/index.d.ts +1128 -0
- package/lib/typescript/module/core/mixins/index.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/mixinHelpers.d.ts +32 -0
- package/lib/typescript/module/core/mixins/mixinHelpers.d.ts.map +1 -0
- package/lib/typescript/module/crypto/index.d.ts +12 -0
- package/lib/typescript/module/crypto/index.d.ts.map +1 -0
- package/lib/typescript/module/crypto/keyManager.d.ts +190 -0
- package/lib/typescript/module/crypto/keyManager.d.ts.map +1 -0
- package/lib/typescript/module/crypto/polyfill.d.ts +13 -0
- package/lib/typescript/module/crypto/polyfill.d.ts.map +1 -0
- package/lib/typescript/module/crypto/recoveryPhrase.d.ts +59 -0
- package/lib/typescript/module/crypto/recoveryPhrase.d.ts.map +1 -0
- package/lib/typescript/module/crypto/signatureService.d.ts +87 -0
- package/lib/typescript/module/crypto/signatureService.d.ts.map +1 -0
- package/lib/typescript/module/i18n/index.d.ts +4 -0
- package/lib/typescript/module/i18n/index.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +39 -0
- package/lib/typescript/module/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/sonner-safe.d.ts +9 -0
- package/lib/typescript/module/lib/sonner-safe.d.ts.map +1 -0
- package/lib/typescript/module/lib/sonner.d.ts +15 -0
- package/lib/typescript/module/lib/sonner.d.ts.map +1 -0
- package/lib/typescript/module/models/interfaces.d.ts +416 -0
- package/lib/typescript/module/models/interfaces.d.ts.map +1 -0
- package/lib/typescript/module/models/session.d.ts +24 -0
- package/lib/typescript/module/models/session.d.ts.map +1 -0
- package/lib/typescript/module/node/index.d.ts +10 -0
- package/lib/typescript/module/node/index.d.ts.map +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/ui/components/ActivityIndicator.d.ts +45 -0
- package/lib/typescript/module/ui/components/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/AnimationExample.d.ts +4 -0
- package/lib/typescript/module/ui/components/AnimationExample.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts +23 -0
- package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Avatar.d.ts +61 -0
- package/lib/typescript/module/ui/components/Avatar.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/BottomSheet.d.ts +29 -0
- package/lib/typescript/module/ui/components/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/BottomSheetRouter.d.ts +14 -0
- package/lib/typescript/module/ui/components/BottomSheetRouter.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts +27 -0
- package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/EmptyState.d.ts +8 -0
- package/lib/typescript/module/ui/components/EmptyState.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/ErrorBoundary.d.ts +31 -0
- package/lib/typescript/module/ui/components/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/FollowButton.d.ts +18 -0
- package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/FontLoader.d.ts +15 -0
- package/lib/typescript/module/ui/components/FontLoader.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/GroupedItem.d.ts +24 -0
- package/lib/typescript/module/ui/components/GroupedItem.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/GroupedSection.d.ts +25 -0
- package/lib/typescript/module/ui/components/GroupedSection.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Header.d.ts +38 -0
- package/lib/typescript/module/ui/components/Header.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/HelperText.d.ts +47 -0
- package/lib/typescript/module/ui/components/HelperText.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Icon.d.ts +60 -0
- package/lib/typescript/module/ui/components/Icon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts +99 -0
- package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/IconButton/utils.d.ts +19 -0
- package/lib/typescript/module/ui/components/IconButton/utils.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/LoadingState.d.ts +9 -0
- package/lib/typescript/module/ui/components/LoadingState.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyLogo.d.ts +29 -0
- package/lib/typescript/module/ui/components/OxyLogo.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyPayButton.d.ts +29 -0
- package/lib/typescript/module/ui/components/OxyPayButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyProvider.d.ts +11 -0
- package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts +65 -0
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/ProfileCard.d.ts +18 -0
- package/lib/typescript/module/ui/components/ProfileCard.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/QuickActions.d.ts +15 -0
- package/lib/typescript/module/ui/components/QuickActions.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Section.d.ts +12 -0
- package/lib/typescript/module/ui/components/Section.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/SectionTitle.d.ts +10 -0
- package/lib/typescript/module/ui/components/SectionTitle.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/SettingRow.d.ts +20 -0
- package/lib/typescript/module/ui/components/SettingRow.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/StepBasedScreen.d.ts +26 -0
- package/lib/typescript/module/ui/components/StepBasedScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Surface.d.ts +76 -0
- package/lib/typescript/module/ui/components/Surface.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts +16 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts +19 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +45 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts +73 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts +78 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts +13 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts +12 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts +12 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts +5 -0
- package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts +4 -0
- package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts +4 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts +4 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/constants.d.ts +32 -0
- package/lib/typescript/module/ui/components/TextField/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/helpers.d.ts +97 -0
- package/lib/typescript/module/ui/components/TextField/helpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/types.d.ts +156 -0
- package/lib/typescript/module/ui/components/TextField/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField.d.ts +192 -0
- package/lib/typescript/module/ui/components/TextField.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts +13 -0
- package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts +62 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts +25 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts +11 -0
- package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts +35 -0
- package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Typography/types.d.ts +19 -0
- package/lib/typescript/module/ui/components/Typography/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/FormInput.d.ts +20 -0
- package/lib/typescript/module/ui/components/feedback/FormInput.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts +11 -0
- package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/constants.d.ts +5 -0
- package/lib/typescript/module/ui/components/feedback/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts +280 -0
- package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/index.d.ts +7 -0
- package/lib/typescript/module/ui/components/feedback/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/types.d.ts +46 -0
- package/lib/typescript/module/ui/components/feedback/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts +9 -0
- package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts +15 -0
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts +18 -0
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts +21 -0
- package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/styles.d.ts +860 -0
- package/lib/typescript/module/ui/components/fileManagement/styles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts +9 -0
- package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts +10 -0
- package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/index.d.ts +4 -0
- package/lib/typescript/module/ui/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/index.d.ts +17 -0
- package/lib/typescript/module/ui/components/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts +18 -0
- package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/internal/PinInput.d.ts +23 -0
- package/lib/typescript/module/ui/components/internal/PinInput.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts +19 -0
- package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/modals/index.d.ts +2 -0
- package/lib/typescript/module/ui/components/modals/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts +21 -0
- package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts +14 -0
- package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts +16 -0
- package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts +10 -0
- package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts +15 -0
- package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/constants.d.ts +7 -0
- package/lib/typescript/module/ui/components/payment/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/index.d.ts +9 -0
- package/lib/typescript/module/ui/components/payment/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts +396 -0
- package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/types.d.ts +40 -0
- package/lib/typescript/module/ui/components/payment/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts +27 -0
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts +11 -0
- package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts +12 -0
- package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts +11 -0
- package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts +18 -0
- package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts +20 -0
- package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts +11 -0
- package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/styles/overlay.d.ts +4 -0
- package/lib/typescript/module/ui/components/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/styles/shadow.d.ts +3 -0
- package/lib/typescript/module/ui/components/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/theming.d.ts +8 -0
- package/lib/typescript/module/ui/components/theming.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/types.d.ts +80 -0
- package/lib/typescript/module/ui/components/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/forwardRef.d.ts +12 -0
- package/lib/typescript/module/ui/components/utils/forwardRef.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts +6 -0
- package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts +2 -0
- package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/splitStyles.d.ts +20 -0
- package/lib/typescript/module/ui/components/utils/splitStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/iconColors.d.ts +130 -0
- package/lib/typescript/module/ui/constants/iconColors.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/spacing.d.ts +33 -0
- package/lib/typescript/module/ui/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/theme.d.ts +97 -0
- package/lib/typescript/module/ui/constants/theme.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts +62 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/ThemeContext.d.ts +19 -0
- package/lib/typescript/module/ui/context/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts +40 -0
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useDeviceManagement.d.ts +27 -0
- package/lib/typescript/module/ui/context/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useLanguageManagement.d.ts +25 -0
- package/lib/typescript/module/ui/context/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useSessionManagement.d.ts +41 -0
- package/lib/typescript/module/ui/context/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/index.d.ts +7 -0
- package/lib/typescript/module/ui/hooks/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/index.d.ts +9 -0
- package/lib/typescript/module/ui/hooks/mutations/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +44 -0
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts +23 -0
- package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/index.d.ts +11 -0
- package/lib/typescript/module/ui/hooks/queries/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts +65 -0
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts +47 -0
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts +15 -0
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts +34 -0
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queryClient.d.ts +19 -0
- package/lib/typescript/module/ui/hooks/queryClient.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/use-color-scheme.d.ts +8 -0
- package/lib/typescript/module/ui/hooks/use-color-scheme.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/use-haptic-press.d.ts +8 -0
- package/lib/typescript/module/ui/hooks/use-haptic-press.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAssets.d.ts +35 -0
- package/lib/typescript/module/ui/hooks/useAssets.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts +51 -0
- package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts +27 -0
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts +19 -0
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFollow.d.ts +62 -0
- package/lib/typescript/module/ui/hooks/useFollow.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFollow.types.d.ts +33 -0
- package/lib/typescript/module/ui/hooks/useFollow.types.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useI18n.d.ts +5 -0
- package/lib/typescript/module/ui/hooks/useI18n.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts +25 -0
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts +36 -0
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useQueryClient.d.ts +7 -0
- package/lib/typescript/module/ui/hooks/useQueryClient.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts +41 -0
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSessionSocket.d.ts +14 -0
- package/lib/typescript/module/ui/hooks/useSessionSocket.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts +55 -0
- package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useStorage.d.ts +16 -0
- package/lib/typescript/module/ui/hooks/useStorage.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useThemeColors.d.ts +94 -0
- package/lib/typescript/module/ui/hooks/useThemeColors.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useThemeStyles.d.ts +45 -0
- package/lib/typescript/module/ui/hooks/useThemeStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/index.d.ts +8 -0
- package/lib/typescript/module/ui/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/isFrontend.d.ts +3 -0
- package/lib/typescript/module/ui/isFrontend.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts +74 -0
- package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/routes.d.ts +6 -0
- package/lib/typescript/module/ui/navigation/routes.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts +8 -0
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts +7 -0
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/OxyAuthScreen.d.ts +17 -0
- package/lib/typescript/module/ui/screens/OxyAuthScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts +15 -0
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/ProfileScreen.d.ts +9 -0
- package/lib/typescript/module/ui/screens/ProfileScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts +15 -0
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts +13 -0
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaAboutScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaCenterScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaFAQScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaLeaderboardScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRewardsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRulesScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/accountStore.d.ts +34 -0
- package/lib/typescript/module/ui/stores/accountStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/assetStore.d.ts +54 -0
- package/lib/typescript/module/ui/stores/assetStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/authStore.d.ts +17 -0
- package/lib/typescript/module/ui/stores/authStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/fileStore.d.ts +31 -0
- package/lib/typescript/module/ui/stores/fileStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/followStore.d.ts +25 -0
- package/lib/typescript/module/ui/stores/followStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/authStyles.d.ts +332 -0
- package/lib/typescript/module/ui/styles/authStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/fonts.d.ts +21 -0
- package/lib/typescript/module/ui/styles/fonts.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/index.d.ts +5 -0
- package/lib/typescript/module/ui/styles/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/spacing.d.ts +49 -0
- package/lib/typescript/module/ui/styles/spacing.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/theme.d.ts +68 -0
- package/lib/typescript/module/ui/styles/theme.d.ts.map +1 -0
- package/lib/typescript/module/ui/types/fileManagement.d.ts +41 -0
- package/lib/typescript/module/ui/types/fileManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/types/navigation.d.ts +37 -0
- package/lib/typescript/module/ui/types/navigation.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts +34 -0
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/colorUtils.d.ts +14 -0
- package/lib/typescript/module/ui/utils/colorUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/confirmAction.d.ts +7 -0
- package/lib/typescript/module/ui/utils/confirmAction.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts +35 -0
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/fileManagement.d.ts +87 -0
- package/lib/typescript/module/ui/utils/fileManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts +59 -0
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts +28 -0
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/themeUtils.d.ts +24 -0
- package/lib/typescript/module/ui/utils/themeUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/user-utils.d.ts +29 -0
- package/lib/typescript/module/ui/utils/user-utils.d.ts.map +1 -0
- package/lib/typescript/module/utils/apiUtils.d.ts +54 -0
- package/lib/typescript/module/utils/apiUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/asyncUtils.d.ts +59 -0
- package/lib/typescript/module/utils/asyncUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/cache.d.ts +128 -0
- package/lib/typescript/module/utils/cache.d.ts.map +1 -0
- package/lib/typescript/module/utils/deviceManager.d.ts +66 -0
- package/lib/typescript/module/utils/deviceManager.d.ts.map +1 -0
- package/lib/typescript/module/utils/errorUtils.d.ts +53 -0
- package/lib/typescript/module/utils/errorUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/hookUtils.d.ts +102 -0
- package/lib/typescript/module/utils/hookUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/index.d.ts +7 -0
- package/lib/typescript/module/utils/index.d.ts.map +1 -0
- package/lib/typescript/module/utils/languageUtils.d.ts +38 -0
- package/lib/typescript/module/utils/languageUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/loggerUtils.d.ts +49 -0
- package/lib/typescript/module/utils/loggerUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/requestUtils.d.ts +122 -0
- package/lib/typescript/module/utils/requestUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/sessionUtils.d.ts +55 -0
- package/lib/typescript/module/utils/sessionUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/validationUtils.d.ts +86 -0
- package/lib/typescript/module/utils/validationUtils.d.ts.map +1 -0
- package/package.json +62 -22
- package/src/core/mixins/OxyServices.features.ts +428 -0
- package/src/core/mixins/index.ts +20 -17
- package/src/ui/components/GroupedItem.tsx +19 -1
- package/src/ui/components/SettingRow.tsx +26 -4
- package/src/ui/components/feedback/FormInput.tsx +84 -0
- package/src/ui/components/feedback/ProgressIndicator.tsx +35 -0
- package/src/ui/components/feedback/constants.ts +22 -0
- package/src/ui/components/feedback/feedbackStyles.ts +247 -0
- package/src/ui/components/feedback/index.ts +6 -0
- package/src/ui/components/feedback/types.ts +52 -0
- package/src/ui/components/feedback/useFeedbackForm.ts +44 -0
- package/src/ui/components/modals/DeleteAccountModal.tsx +294 -0
- package/src/ui/components/modals/index.ts +1 -0
- package/src/ui/components/payment/PaymentDetailsStep.tsx +222 -0
- package/src/ui/components/payment/PaymentMethodStep.tsx +89 -0
- package/src/ui/components/payment/PaymentReviewStep.tsx +126 -0
- package/src/ui/components/payment/PaymentSuccessStep.tsx +71 -0
- package/src/ui/components/payment/PaymentSummaryStep.tsx +159 -0
- package/src/ui/components/payment/constants.ts +39 -0
- package/src/ui/components/payment/index.ts +9 -0
- package/src/ui/components/payment/paymentStyles.ts +397 -0
- package/src/ui/components/payment/types.ts +45 -0
- package/src/ui/hooks/index.ts +3 -1
- package/src/ui/hooks/useAsyncAction.ts +129 -0
- package/src/ui/hooks/useSettingToggle.ts +147 -0
- package/src/ui/navigation/routes.ts +2 -0
- package/src/ui/screens/AccountCenterScreen.tsx +2 -2
- package/src/ui/screens/AccountOverviewScreen.tsx +35 -37
- package/src/ui/screens/FAQScreen.tsx +332 -0
- package/src/ui/screens/FeedbackScreen.tsx +91 -626
- package/src/ui/screens/HelpSupportScreen.tsx +7 -5
- package/src/ui/screens/PaymentGatewayScreen.tsx +96 -1275
- package/src/ui/screens/ProfileScreen.tsx +11 -6
- package/src/ui/screens/SavesCollectionsScreen.tsx +19 -10
- package/src/ui/screens/karma/KarmaCenterScreen.tsx +10 -10
- package/lib/typescript/assets/icons/OxyServices.d.ts.map +0 -1
- package/lib/typescript/assets/illustrations/HighFive.d.ts.map +0 -1
- package/lib/typescript/constants/version.d.ts.map +0 -1
- package/lib/typescript/core/CrossDomainAuth.d.ts.map +0 -1
- package/lib/typescript/core/HttpService.d.ts.map +0 -1
- package/lib/typescript/core/OxyServices.base.d.ts.map +0 -1
- package/lib/typescript/core/OxyServices.d.ts.map +0 -1
- package/lib/typescript/core/OxyServices.errors.d.ts.map +0 -1
- package/lib/typescript/core/index.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.analytics.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.assets.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.auth.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.developer.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.devices.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.fedcm.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.karma.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.language.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.location.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.payment.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.popup.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.privacy.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.redirect.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.security.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.user.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.utility.d.ts.map +0 -1
- package/lib/typescript/core/mixins/index.d.ts +0 -1058
- package/lib/typescript/core/mixins/index.d.ts.map +0 -1
- package/lib/typescript/core/mixins/mixinHelpers.d.ts.map +0 -1
- package/lib/typescript/crypto/index.d.ts.map +0 -1
- package/lib/typescript/crypto/keyManager.d.ts.map +0 -1
- package/lib/typescript/crypto/polyfill.d.ts.map +0 -1
- package/lib/typescript/crypto/recoveryPhrase.d.ts.map +0 -1
- package/lib/typescript/crypto/signatureService.d.ts.map +0 -1
- package/lib/typescript/i18n/index.d.ts.map +0 -1
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/lib/sonner-safe.d.ts.map +0 -1
- package/lib/typescript/lib/sonner.d.ts.map +0 -1
- package/lib/typescript/models/interfaces.d.ts.map +0 -1
- package/lib/typescript/models/session.d.ts.map +0 -1
- package/lib/typescript/node/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/ActivityIndicator.d.ts.map +0 -1
- package/lib/typescript/ui/components/AnimationExample.d.ts.map +0 -1
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts.map +0 -1
- package/lib/typescript/ui/components/Avatar.d.ts.map +0 -1
- package/lib/typescript/ui/components/BottomSheet.d.ts.map +0 -1
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts.map +0 -1
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/EmptyState.d.ts.map +0 -1
- package/lib/typescript/ui/components/ErrorBoundary.d.ts.map +0 -1
- package/lib/typescript/ui/components/FollowButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/FontLoader.d.ts.map +0 -1
- package/lib/typescript/ui/components/GroupedItem.d.ts +0 -20
- package/lib/typescript/ui/components/GroupedItem.d.ts.map +0 -1
- package/lib/typescript/ui/components/GroupedSection.d.ts.map +0 -1
- package/lib/typescript/ui/components/Header.d.ts.map +0 -1
- package/lib/typescript/ui/components/HelperText.d.ts.map +0 -1
- package/lib/typescript/ui/components/Icon.d.ts.map +0 -1
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/IconButton/utils.d.ts.map +0 -1
- package/lib/typescript/ui/components/LoadingState.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyLogo.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyPayButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyProvider.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxySignInButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/ProfileCard.d.ts.map +0 -1
- package/lib/typescript/ui/components/QuickActions.d.ts.map +0 -1
- package/lib/typescript/ui/components/Section.d.ts.map +0 -1
- package/lib/typescript/ui/components/SectionTitle.d.ts.map +0 -1
- package/lib/typescript/ui/components/SettingRow.d.ts +0 -14
- package/lib/typescript/ui/components/SettingRow.d.ts.map +0 -1
- package/lib/typescript/ui/components/StepBasedScreen.d.ts.map +0 -1
- package/lib/typescript/ui/components/Surface.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/constants.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/helpers.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts.map +0 -1
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts.map +0 -1
- package/lib/typescript/ui/components/Typography/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/styles.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts.map +0 -1
- package/lib/typescript/ui/components/internal/PinInput.d.ts.map +0 -1
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditBioModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditDisplayNameModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditEmailModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditLinksModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditLocationModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditUsernameModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/styles/overlay.d.ts.map +0 -1
- package/lib/typescript/ui/components/styles/shadow.d.ts.map +0 -1
- package/lib/typescript/ui/components/theming.d.ts.map +0 -1
- package/lib/typescript/ui/components/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/forwardRef.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/splitStyles.d.ts.map +0 -1
- package/lib/typescript/ui/constants/iconColors.d.ts.map +0 -1
- package/lib/typescript/ui/constants/spacing.d.ts.map +0 -1
- package/lib/typescript/ui/constants/theme.d.ts.map +0 -1
- package/lib/typescript/ui/context/OxyContext.d.ts.map +0 -1
- package/lib/typescript/ui/context/ThemeContext.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useDeviceManagement.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useLanguageManagement.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useSessionManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/index.d.ts +0 -5
- package/lib/typescript/ui/hooks/index.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/mutations/index.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/index.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queryClient.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/use-color-scheme.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/use-haptic-press.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useAssets.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useFollow.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useFollow.types.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useI18n.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useQueryClient.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useStorage.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useThemeColors.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts.map +0 -1
- package/lib/typescript/ui/index.d.ts.map +0 -1
- package/lib/typescript/ui/isFrontend.d.ts.map +0 -1
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts.map +0 -1
- package/lib/typescript/ui/navigation/routes.d.ts +0 -6
- package/lib/typescript/ui/navigation/routes.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +0 -27
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts.map +0 -1
- package/lib/typescript/ui/stores/accountStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/assetStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/authStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/fileStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/followStore.d.ts.map +0 -1
- package/lib/typescript/ui/styles/authStyles.d.ts.map +0 -1
- package/lib/typescript/ui/styles/fonts.d.ts.map +0 -1
- package/lib/typescript/ui/styles/index.d.ts.map +0 -1
- package/lib/typescript/ui/styles/spacing.d.ts.map +0 -1
- package/lib/typescript/ui/styles/theme.d.ts.map +0 -1
- package/lib/typescript/ui/types/fileManagement.d.ts.map +0 -1
- package/lib/typescript/ui/types/navigation.d.ts.map +0 -1
- package/lib/typescript/ui/utils/avatarUtils.d.ts.map +0 -1
- package/lib/typescript/ui/utils/colorUtils.d.ts.map +0 -1
- package/lib/typescript/ui/utils/confirmAction.d.ts.map +0 -1
- package/lib/typescript/ui/utils/errorHandlers.d.ts.map +0 -1
- package/lib/typescript/ui/utils/fileManagement.d.ts.map +0 -1
- package/lib/typescript/ui/utils/sessionHelpers.d.ts.map +0 -1
- package/lib/typescript/ui/utils/storageHelpers.d.ts.map +0 -1
- package/lib/typescript/ui/utils/themeUtils.d.ts.map +0 -1
- package/lib/typescript/ui/utils/user-utils.d.ts.map +0 -1
- package/lib/typescript/utils/apiUtils.d.ts.map +0 -1
- package/lib/typescript/utils/asyncUtils.d.ts.map +0 -1
- package/lib/typescript/utils/cache.d.ts.map +0 -1
- package/lib/typescript/utils/deviceManager.d.ts.map +0 -1
- package/lib/typescript/utils/errorUtils.d.ts.map +0 -1
- package/lib/typescript/utils/hookUtils.d.ts.map +0 -1
- package/lib/typescript/utils/index.d.ts.map +0 -1
- package/lib/typescript/utils/languageUtils.d.ts.map +0 -1
- package/lib/typescript/utils/loggerUtils.d.ts.map +0 -1
- package/lib/typescript/utils/requestUtils.d.ts.map +0 -1
- package/lib/typescript/utils/sessionUtils.d.ts.map +0 -1
- package/lib/typescript/utils/validationUtils.d.ts.map +0 -1
- /package/lib/typescript/{assets → commonjs/assets}/icons/OxyServices.d.ts +0 -0
- /package/lib/typescript/{assets → commonjs/assets}/illustrations/HighFive.d.ts +0 -0
- /package/lib/typescript/{constants → commonjs/constants}/version.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/CrossDomainAuth.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/HttpService.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/OxyServices.base.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/OxyServices.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/OxyServices.errors.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/index.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.analytics.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.assets.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.auth.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.developer.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.devices.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.fedcm.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.karma.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.language.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.location.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.payment.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.popup.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.privacy.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.redirect.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.security.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.user.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.utility.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/mixinHelpers.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/index.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/keyManager.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/polyfill.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/recoveryPhrase.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/signatureService.d.ts +0 -0
- /package/lib/typescript/{i18n → commonjs/i18n}/index.d.ts +0 -0
- /package/lib/typescript/{index.d.ts → commonjs/index.d.ts} +0 -0
- /package/lib/typescript/{lib → commonjs/lib}/sonner-safe.d.ts +0 -0
- /package/lib/typescript/{lib → commonjs/lib}/sonner.d.ts +0 -0
- /package/lib/typescript/{models → commonjs/models}/interfaces.d.ts +0 -0
- /package/lib/typescript/{models → commonjs/models}/session.d.ts +0 -0
- /package/lib/typescript/{node → commonjs/node}/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/ActivityIndicator.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/AnimationExample.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/AutoHeightScrollView.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Avatar.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/BottomSheet.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/BottomSheetRouter.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/CrossFadeIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/EmptyState.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/ErrorBoundary.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/FollowButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/FontLoader.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/GroupedSection.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Header.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/HelperText.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Icon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/IconButton/IconButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/IconButton/utils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/LoadingState.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxyLogo.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxyPayButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxyProvider.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxySignInButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/ProfileCard.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/QuickActions.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Section.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/SectionTitle.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/StepBasedScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Surface.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Addons/Outline.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Addons/Underline.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/TextFieldAffix.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/TextFieldIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/enums.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/utils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Label/InputLabel.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Label/LabelBackground.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/TextFieldFlat.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/TextFieldOutlined.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/constants.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/helpers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/Pressable.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/TouchableRipple.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/TouchableRipple.native.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/utils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Typography/AnimatedText.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Typography/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/FileDetailsModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/FileViewer.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/UploadPreview.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/styles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/icon/FAIRWalletIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/icon/OxyIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/icon/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/internal/GroupedPillButtons.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/internal/PinInput.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/photogrid/JustifiedPhotoGrid.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditBioModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditDisplayNameModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditEmailModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditLinksModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditLocationModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditUsernameModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/styles/overlay.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/styles/shadow.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/theming.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/forwardRef.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/hasTouchHandler.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/roundLayoutSize.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/splitStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/constants/iconColors.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/constants/spacing.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/constants/theme.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/OxyContext.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/ThemeContext.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useAuthOperations.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useDeviceManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useLanguageManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useSessionManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/mutations/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/mutations/useAccountMutations.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/mutations/useServicesMutations.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/queryKeys.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/useAccountQueries.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/useSecurityQueries.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/useServicesQueries.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queryClient.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/use-color-scheme.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/use-haptic-press.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useAssets.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useDeviceManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useFileDownloadUrl.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useFollow.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useFollow.types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useI18n.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useLanguageManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useProfileEditing.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useQueryClient.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useSessionManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useSessionSocket.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useStorage.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useThemeColors.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useThemeStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/isFrontend.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/navigation/bottomSheetManager.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountCenterScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountOverviewScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountSettingsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountSwitcherScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountVerificationScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AppInfoScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/FeedbackScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/FileManagementScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/HelpSupportScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/HistoryViewScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/LanguageSelectorScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/LegalDocumentsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/OxyAuthScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/PremiumSubscriptionScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/PrivacySettingsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/ProfileScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/SavesCollectionsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/SearchSettingsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/SessionManagementScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/UserLinksScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/WelcomeNewUserScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaAboutScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaCenterScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaFAQScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaLeaderboardScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaRewardsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaRulesScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/accountStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/assetStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/authStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/fileStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/followStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/authStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/fonts.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/spacing.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/theme.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/types/fileManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/types/navigation.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/avatarUtils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/colorUtils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/confirmAction.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/errorHandlers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/fileManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/sessionHelpers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/storageHelpers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/themeUtils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/user-utils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/apiUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/asyncUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/cache.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/deviceManager.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/errorUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/hookUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/index.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/languageUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/loggerUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/requestUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/sessionUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/validationUtils.d.ts +0 -0
|
@@ -0,0 +1,397 @@
|
|
|
1
|
+
import { StyleSheet, Platform } from 'react-native';
|
|
2
|
+
import { fontFamilies } from '../../styles';
|
|
3
|
+
import type { PaymentColors } from './types';
|
|
4
|
+
|
|
5
|
+
export const createPaymentStyles = (colors: PaymentColors) => StyleSheet.create({
|
|
6
|
+
container: {
|
|
7
|
+
flex: 1,
|
|
8
|
+
},
|
|
9
|
+
content: {
|
|
10
|
+
flex: 1,
|
|
11
|
+
padding: 16,
|
|
12
|
+
},
|
|
13
|
+
stepContainer: {
|
|
14
|
+
justifyContent: 'flex-start',
|
|
15
|
+
alignItems: 'flex-start',
|
|
16
|
+
width: '100%',
|
|
17
|
+
},
|
|
18
|
+
section: {
|
|
19
|
+
marginBottom: 24,
|
|
20
|
+
width: '100%',
|
|
21
|
+
},
|
|
22
|
+
sectionTitle: {
|
|
23
|
+
fontSize: 16,
|
|
24
|
+
fontWeight: '600',
|
|
25
|
+
color: colors.text,
|
|
26
|
+
marginBottom: 12,
|
|
27
|
+
fontFamily: fontFamilies.phuduSemiBold,
|
|
28
|
+
},
|
|
29
|
+
errorContainer: {
|
|
30
|
+
flex: 1,
|
|
31
|
+
justifyContent: 'center',
|
|
32
|
+
alignItems: 'center',
|
|
33
|
+
padding: 32,
|
|
34
|
+
},
|
|
35
|
+
errorText: {
|
|
36
|
+
fontSize: 18,
|
|
37
|
+
color: 'red',
|
|
38
|
+
marginBottom: 24,
|
|
39
|
+
},
|
|
40
|
+
// Summary card styles
|
|
41
|
+
summaryCard: {
|
|
42
|
+
backgroundColor: '#fff',
|
|
43
|
+
borderRadius: 16,
|
|
44
|
+
padding: 24,
|
|
45
|
+
marginBottom: 24,
|
|
46
|
+
alignItems: 'center',
|
|
47
|
+
width: '100%',
|
|
48
|
+
},
|
|
49
|
+
summaryCardContent: {
|
|
50
|
+
alignItems: 'center',
|
|
51
|
+
width: '100%',
|
|
52
|
+
},
|
|
53
|
+
summaryCardIcon: {
|
|
54
|
+
marginBottom: 8,
|
|
55
|
+
},
|
|
56
|
+
summaryCardMainTitle: {
|
|
57
|
+
fontFamily: fontFamilies.phuduBold,
|
|
58
|
+
fontWeight: 'bold',
|
|
59
|
+
fontSize: 28,
|
|
60
|
+
color: colors.text,
|
|
61
|
+
marginBottom: 2,
|
|
62
|
+
textAlign: 'center',
|
|
63
|
+
letterSpacing: 0.5,
|
|
64
|
+
},
|
|
65
|
+
summaryCardSubtitle: {
|
|
66
|
+
fontSize: 16,
|
|
67
|
+
color: colors.secondaryText,
|
|
68
|
+
textAlign: 'center',
|
|
69
|
+
marginBottom: 24,
|
|
70
|
+
width: '100%',
|
|
71
|
+
},
|
|
72
|
+
summaryCardItems: {
|
|
73
|
+
width: '100%',
|
|
74
|
+
marginBottom: 16,
|
|
75
|
+
},
|
|
76
|
+
summaryItemPrice: {
|
|
77
|
+
color: colors.text,
|
|
78
|
+
fontWeight: '600',
|
|
79
|
+
fontSize: 16,
|
|
80
|
+
},
|
|
81
|
+
summaryCardAmount: {
|
|
82
|
+
alignItems: 'center',
|
|
83
|
+
width: '100%',
|
|
84
|
+
marginBottom: 16,
|
|
85
|
+
},
|
|
86
|
+
summaryCardAmountLabel: {
|
|
87
|
+
fontSize: 16,
|
|
88
|
+
color: colors.secondaryText,
|
|
89
|
+
textAlign: 'center',
|
|
90
|
+
marginBottom: 8,
|
|
91
|
+
},
|
|
92
|
+
summaryCardAmountValue: {
|
|
93
|
+
fontSize: 32,
|
|
94
|
+
fontWeight: 'bold',
|
|
95
|
+
color: colors.text,
|
|
96
|
+
textAlign: 'center',
|
|
97
|
+
marginBottom: 8,
|
|
98
|
+
fontFamily: fontFamilies.phuduBold,
|
|
99
|
+
},
|
|
100
|
+
summaryCardAmountDescription: {
|
|
101
|
+
fontSize: 14,
|
|
102
|
+
color: colors.secondaryText,
|
|
103
|
+
textAlign: 'center',
|
|
104
|
+
lineHeight: 20,
|
|
105
|
+
},
|
|
106
|
+
summaryCardDivider: {
|
|
107
|
+
height: 1,
|
|
108
|
+
backgroundColor: colors.border,
|
|
109
|
+
marginVertical: 16,
|
|
110
|
+
width: '100%',
|
|
111
|
+
},
|
|
112
|
+
summaryCardTotalSection: {
|
|
113
|
+
width: '100%',
|
|
114
|
+
marginBottom: 8,
|
|
115
|
+
},
|
|
116
|
+
summaryCardTotalRow: {
|
|
117
|
+
flexDirection: 'row',
|
|
118
|
+
justifyContent: 'space-between',
|
|
119
|
+
alignItems: 'center',
|
|
120
|
+
paddingVertical: 4,
|
|
121
|
+
},
|
|
122
|
+
summaryCardTotalLabel: {
|
|
123
|
+
fontSize: 16,
|
|
124
|
+
color: colors.secondaryText,
|
|
125
|
+
fontWeight: '500',
|
|
126
|
+
},
|
|
127
|
+
summaryCardTotalValue: {
|
|
128
|
+
fontSize: 16,
|
|
129
|
+
color: colors.text,
|
|
130
|
+
fontWeight: '600',
|
|
131
|
+
},
|
|
132
|
+
// Card payment styles
|
|
133
|
+
cardPaymentCard: {
|
|
134
|
+
backgroundColor: '#fff',
|
|
135
|
+
borderRadius: 16,
|
|
136
|
+
padding: 24,
|
|
137
|
+
marginBottom: 24,
|
|
138
|
+
alignItems: 'center',
|
|
139
|
+
width: '100%',
|
|
140
|
+
},
|
|
141
|
+
cardPaymentContent: {
|
|
142
|
+
alignItems: 'center',
|
|
143
|
+
width: '100%',
|
|
144
|
+
},
|
|
145
|
+
cardPaymentIcon: {
|
|
146
|
+
marginBottom: 8,
|
|
147
|
+
},
|
|
148
|
+
cardPaymentMainTitle: {
|
|
149
|
+
fontFamily: fontFamilies.phuduBold,
|
|
150
|
+
fontWeight: 'bold',
|
|
151
|
+
fontSize: 28,
|
|
152
|
+
color: colors.text,
|
|
153
|
+
marginBottom: 2,
|
|
154
|
+
textAlign: 'center',
|
|
155
|
+
letterSpacing: 0.5,
|
|
156
|
+
},
|
|
157
|
+
cardPaymentSubtitle: {
|
|
158
|
+
fontSize: 16,
|
|
159
|
+
color: colors.secondaryText,
|
|
160
|
+
textAlign: 'center',
|
|
161
|
+
marginBottom: 24,
|
|
162
|
+
width: '100%',
|
|
163
|
+
},
|
|
164
|
+
cardPaymentFields: {
|
|
165
|
+
width: '100%',
|
|
166
|
+
marginBottom: 16,
|
|
167
|
+
},
|
|
168
|
+
cardPaymentWaiting: {
|
|
169
|
+
fontSize: 14,
|
|
170
|
+
color: colors.secondaryText,
|
|
171
|
+
textAlign: 'center',
|
|
172
|
+
marginBottom: 8,
|
|
173
|
+
},
|
|
174
|
+
cardRowInfo: {
|
|
175
|
+
flexDirection: 'row',
|
|
176
|
+
alignItems: 'center',
|
|
177
|
+
marginBottom: 16,
|
|
178
|
+
},
|
|
179
|
+
cardRowIcon: {
|
|
180
|
+
marginRight: 8,
|
|
181
|
+
},
|
|
182
|
+
cardRowText: {
|
|
183
|
+
fontSize: 15,
|
|
184
|
+
color: colors.secondaryText,
|
|
185
|
+
},
|
|
186
|
+
cardFieldContainer: {
|
|
187
|
+
marginBottom: 16,
|
|
188
|
+
},
|
|
189
|
+
cardFieldRow: {
|
|
190
|
+
flexDirection: 'row',
|
|
191
|
+
gap: 12,
|
|
192
|
+
},
|
|
193
|
+
cardFieldHalfLeft: {
|
|
194
|
+
flex: 1,
|
|
195
|
+
marginRight: 6,
|
|
196
|
+
},
|
|
197
|
+
cardFieldHalfRight: {
|
|
198
|
+
flex: 1,
|
|
199
|
+
marginLeft: 6,
|
|
200
|
+
},
|
|
201
|
+
// Oxy Pay styles
|
|
202
|
+
oxyPayCard: {
|
|
203
|
+
backgroundColor: '#fff',
|
|
204
|
+
borderRadius: 16,
|
|
205
|
+
padding: 24,
|
|
206
|
+
marginBottom: 24,
|
|
207
|
+
alignItems: 'center',
|
|
208
|
+
width: '100%',
|
|
209
|
+
},
|
|
210
|
+
oxyPayContent: {
|
|
211
|
+
alignItems: 'center',
|
|
212
|
+
width: '100%',
|
|
213
|
+
},
|
|
214
|
+
oxyPayIcon: {
|
|
215
|
+
marginBottom: 8,
|
|
216
|
+
},
|
|
217
|
+
oxyPayMainTitle: {
|
|
218
|
+
fontFamily: fontFamilies.phuduBold,
|
|
219
|
+
fontWeight: 'bold',
|
|
220
|
+
fontSize: 28,
|
|
221
|
+
color: colors.text,
|
|
222
|
+
marginBottom: 2,
|
|
223
|
+
textAlign: 'center',
|
|
224
|
+
letterSpacing: 0.5,
|
|
225
|
+
},
|
|
226
|
+
oxyPaySubtitle: {
|
|
227
|
+
fontSize: 16,
|
|
228
|
+
color: colors.secondaryText,
|
|
229
|
+
textAlign: 'center',
|
|
230
|
+
marginBottom: 8,
|
|
231
|
+
},
|
|
232
|
+
oxyPayBalanceBox: {
|
|
233
|
+
backgroundColor: colors.primary + '22',
|
|
234
|
+
borderRadius: 12,
|
|
235
|
+
padding: 8,
|
|
236
|
+
marginTop: 8,
|
|
237
|
+
},
|
|
238
|
+
oxyPayBalanceText: {
|
|
239
|
+
color: colors.primary,
|
|
240
|
+
fontWeight: '600',
|
|
241
|
+
},
|
|
242
|
+
oxyPayWaiting: {
|
|
243
|
+
fontSize: 14,
|
|
244
|
+
color: colors.secondaryText,
|
|
245
|
+
textAlign: 'center',
|
|
246
|
+
marginBottom: 8,
|
|
247
|
+
},
|
|
248
|
+
// FairCoin styles
|
|
249
|
+
faircoinCard: {
|
|
250
|
+
backgroundColor: '#fff',
|
|
251
|
+
borderRadius: 16,
|
|
252
|
+
padding: 24,
|
|
253
|
+
marginBottom: 24,
|
|
254
|
+
alignItems: 'center',
|
|
255
|
+
width: '100%',
|
|
256
|
+
},
|
|
257
|
+
faircoinContent: {
|
|
258
|
+
alignItems: 'center',
|
|
259
|
+
width: '100%',
|
|
260
|
+
},
|
|
261
|
+
faircoinIcon: {
|
|
262
|
+
marginBottom: 8,
|
|
263
|
+
},
|
|
264
|
+
faircoinMainTitle: {
|
|
265
|
+
fontFamily: fontFamilies.phuduBold,
|
|
266
|
+
fontWeight: 'bold',
|
|
267
|
+
fontSize: 28,
|
|
268
|
+
color: '#1b1f0a',
|
|
269
|
+
marginBottom: 2,
|
|
270
|
+
textAlign: 'center',
|
|
271
|
+
letterSpacing: 0.5,
|
|
272
|
+
},
|
|
273
|
+
faircoinSubtitle: {
|
|
274
|
+
color: '#1b1f0a',
|
|
275
|
+
fontWeight: '700',
|
|
276
|
+
fontSize: 17,
|
|
277
|
+
marginBottom: 18,
|
|
278
|
+
textAlign: 'center',
|
|
279
|
+
letterSpacing: 0.2,
|
|
280
|
+
},
|
|
281
|
+
faircoinScanText: {
|
|
282
|
+
color: '#1b1f0a',
|
|
283
|
+
fontWeight: '600',
|
|
284
|
+
fontSize: 15,
|
|
285
|
+
marginBottom: 8,
|
|
286
|
+
},
|
|
287
|
+
faircoinQRCard: {
|
|
288
|
+
width: 200,
|
|
289
|
+
height: 200,
|
|
290
|
+
backgroundColor: '#fff',
|
|
291
|
+
borderRadius: 32,
|
|
292
|
+
justifyContent: 'center',
|
|
293
|
+
alignItems: 'center',
|
|
294
|
+
marginBottom: 16,
|
|
295
|
+
padding: 16,
|
|
296
|
+
borderWidth: 3,
|
|
297
|
+
borderColor: '#9ffb50',
|
|
298
|
+
shadowColor: '#9ffb50',
|
|
299
|
+
shadowOffset: { width: 0, height: 4 },
|
|
300
|
+
shadowOpacity: 0.25,
|
|
301
|
+
shadowRadius: 12,
|
|
302
|
+
elevation: 8,
|
|
303
|
+
position: 'relative',
|
|
304
|
+
},
|
|
305
|
+
faircoinQRBadge: {
|
|
306
|
+
position: 'absolute',
|
|
307
|
+
bottom: 12,
|
|
308
|
+
right: 12,
|
|
309
|
+
backgroundColor: '#fff',
|
|
310
|
+
borderRadius: 16,
|
|
311
|
+
padding: 4,
|
|
312
|
+
shadowColor: '#000',
|
|
313
|
+
shadowOffset: { width: 0, height: 2 },
|
|
314
|
+
shadowOpacity: 0.1,
|
|
315
|
+
shadowRadius: 4,
|
|
316
|
+
elevation: 2,
|
|
317
|
+
},
|
|
318
|
+
faircoinTitle: {
|
|
319
|
+
fontSize: 16,
|
|
320
|
+
marginBottom: 8,
|
|
321
|
+
color: colors.text,
|
|
322
|
+
fontWeight: '600',
|
|
323
|
+
textAlign: 'center',
|
|
324
|
+
},
|
|
325
|
+
faircoinAddress: {
|
|
326
|
+
color: colors.secondaryText,
|
|
327
|
+
fontSize: 13,
|
|
328
|
+
textAlign: 'center',
|
|
329
|
+
marginTop: 6,
|
|
330
|
+
marginBottom: 2,
|
|
331
|
+
},
|
|
332
|
+
faircoinButton: {
|
|
333
|
+
flexDirection: 'row',
|
|
334
|
+
alignItems: 'center',
|
|
335
|
+
alignSelf: 'center',
|
|
336
|
+
backgroundColor: colors.primary + '11',
|
|
337
|
+
borderRadius: 16,
|
|
338
|
+
paddingHorizontal: 16,
|
|
339
|
+
paddingVertical: 8,
|
|
340
|
+
marginTop: 6,
|
|
341
|
+
marginBottom: 2,
|
|
342
|
+
},
|
|
343
|
+
faircoinButtonText: {
|
|
344
|
+
color: colors.primary,
|
|
345
|
+
fontWeight: '600',
|
|
346
|
+
fontSize: 15,
|
|
347
|
+
},
|
|
348
|
+
faircoinWaiting: {
|
|
349
|
+
fontSize: 14,
|
|
350
|
+
color: colors.secondaryText,
|
|
351
|
+
textAlign: 'center',
|
|
352
|
+
marginBottom: 8,
|
|
353
|
+
},
|
|
354
|
+
faircoinPlaceholder: {
|
|
355
|
+
fontSize: 13,
|
|
356
|
+
color: colors.secondaryText,
|
|
357
|
+
textAlign: 'center',
|
|
358
|
+
},
|
|
359
|
+
// Success styles
|
|
360
|
+
successCard: {
|
|
361
|
+
backgroundColor: '#fff',
|
|
362
|
+
borderRadius: 16,
|
|
363
|
+
padding: 24,
|
|
364
|
+
marginBottom: 24,
|
|
365
|
+
alignItems: 'center',
|
|
366
|
+
width: '100%',
|
|
367
|
+
},
|
|
368
|
+
successContent: {
|
|
369
|
+
alignItems: 'center',
|
|
370
|
+
width: '100%',
|
|
371
|
+
},
|
|
372
|
+
successIcon: {
|
|
373
|
+
marginBottom: 8,
|
|
374
|
+
},
|
|
375
|
+
successMainTitle: {
|
|
376
|
+
fontFamily: fontFamilies.phuduBold,
|
|
377
|
+
fontWeight: 'bold',
|
|
378
|
+
fontSize: 28,
|
|
379
|
+
color: colors.success || '#4BB543',
|
|
380
|
+
marginBottom: 2,
|
|
381
|
+
textAlign: 'center',
|
|
382
|
+
letterSpacing: 0.5,
|
|
383
|
+
},
|
|
384
|
+
successSubtitle: {
|
|
385
|
+
fontSize: 16,
|
|
386
|
+
color: colors.text,
|
|
387
|
+
textAlign: 'center',
|
|
388
|
+
marginBottom: 8,
|
|
389
|
+
width: '100%',
|
|
390
|
+
},
|
|
391
|
+
successMessage: {
|
|
392
|
+
fontSize: 14,
|
|
393
|
+
color: colors.secondaryText,
|
|
394
|
+
textAlign: 'center',
|
|
395
|
+
marginBottom: 8,
|
|
396
|
+
},
|
|
397
|
+
});
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type { Animated } from 'react-native';
|
|
2
|
+
|
|
3
|
+
export type PaymentItem = {
|
|
4
|
+
type: 'product' | 'subscription' | 'service' | 'fee' | string;
|
|
5
|
+
name: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
quantity?: number;
|
|
8
|
+
period?: string;
|
|
9
|
+
price: number;
|
|
10
|
+
currency?: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export interface PaymentGatewayResult {
|
|
14
|
+
success: boolean;
|
|
15
|
+
details?: Record<string, string | number | boolean | null>;
|
|
16
|
+
error?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface CardDetails {
|
|
20
|
+
number: string;
|
|
21
|
+
expiry: string;
|
|
22
|
+
cvv: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface PaymentMethod {
|
|
26
|
+
key: string;
|
|
27
|
+
label: string;
|
|
28
|
+
icon: string;
|
|
29
|
+
description: string;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface PaymentStepAnimations {
|
|
33
|
+
fadeAnim: Animated.Value;
|
|
34
|
+
slideAnim: Animated.Value;
|
|
35
|
+
scaleAnim: Animated.Value;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface PaymentColors {
|
|
39
|
+
primary: string;
|
|
40
|
+
text: string;
|
|
41
|
+
secondaryText: string;
|
|
42
|
+
border: string;
|
|
43
|
+
success?: string;
|
|
44
|
+
background?: string;
|
|
45
|
+
}
|
package/src/ui/hooks/index.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export { useFollow, useFollowerCounts } from './useFollow';
|
|
2
2
|
export { useFileDownloadUrl, setOxyFileUrlInstance } from './useFileDownloadUrl';
|
|
3
3
|
export { useThemeStyles } from './useThemeStyles';
|
|
4
|
-
export { useThemeColors } from './useThemeColors';
|
|
4
|
+
export { useThemeColors } from './useThemeColors';
|
|
5
|
+
export { useAsyncAction, executeWithToast } from './useAsyncAction';
|
|
6
|
+
export { useSettingToggle, useSettingToggles } from './useSettingToggle';
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { useState, useCallback } from 'react';
|
|
2
|
+
import { toast } from '../../lib/sonner';
|
|
3
|
+
|
|
4
|
+
interface UseAsyncActionOptions<T> {
|
|
5
|
+
/** Function to execute */
|
|
6
|
+
action: () => Promise<T>;
|
|
7
|
+
/** Success message to display */
|
|
8
|
+
successMessage?: string;
|
|
9
|
+
/** Error message to display (or function to get message from error) */
|
|
10
|
+
errorMessage?: string | ((error: any) => string);
|
|
11
|
+
/** Callback on success */
|
|
12
|
+
onSuccess?: (result: T) => void;
|
|
13
|
+
/** Callback on error */
|
|
14
|
+
onError?: (error: any) => void;
|
|
15
|
+
/** Show loading toast */
|
|
16
|
+
showLoadingToast?: boolean;
|
|
17
|
+
/** Loading message */
|
|
18
|
+
loadingMessage?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
interface UseAsyncActionReturn<T> {
|
|
22
|
+
/** Execute the action */
|
|
23
|
+
execute: () => Promise<T | undefined>;
|
|
24
|
+
/** Whether the action is currently executing */
|
|
25
|
+
isLoading: boolean;
|
|
26
|
+
/** The last error that occurred */
|
|
27
|
+
error: Error | null;
|
|
28
|
+
/** Reset the error state */
|
|
29
|
+
resetError: () => void;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Hook for handling async actions with loading state, error handling, and toast notifications.
|
|
34
|
+
* Reduces boilerplate for common patterns like try-catch with toast feedback.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* const { execute, isLoading } = useAsyncAction({
|
|
38
|
+
* action: () => api.saveSettings(settings),
|
|
39
|
+
* successMessage: 'Settings saved!',
|
|
40
|
+
* errorMessage: 'Failed to save settings',
|
|
41
|
+
* });
|
|
42
|
+
*
|
|
43
|
+
* <Button onPress={execute} disabled={isLoading}>Save</Button>
|
|
44
|
+
*/
|
|
45
|
+
export function useAsyncAction<T = void>(
|
|
46
|
+
options: UseAsyncActionOptions<T>
|
|
47
|
+
): UseAsyncActionReturn<T> {
|
|
48
|
+
const [isLoading, setIsLoading] = useState(false);
|
|
49
|
+
const [error, setError] = useState<Error | null>(null);
|
|
50
|
+
|
|
51
|
+
const execute = useCallback(async (): Promise<T | undefined> => {
|
|
52
|
+
const {
|
|
53
|
+
action,
|
|
54
|
+
successMessage,
|
|
55
|
+
errorMessage,
|
|
56
|
+
onSuccess,
|
|
57
|
+
onError,
|
|
58
|
+
showLoadingToast,
|
|
59
|
+
loadingMessage,
|
|
60
|
+
} = options;
|
|
61
|
+
|
|
62
|
+
setIsLoading(true);
|
|
63
|
+
setError(null);
|
|
64
|
+
|
|
65
|
+
if (showLoadingToast && loadingMessage) {
|
|
66
|
+
toast.loading(loadingMessage);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
try {
|
|
70
|
+
const result = await action();
|
|
71
|
+
|
|
72
|
+
if (successMessage) {
|
|
73
|
+
toast.success(successMessage);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
onSuccess?.(result);
|
|
77
|
+
return result;
|
|
78
|
+
} catch (err: any) {
|
|
79
|
+
const message = typeof errorMessage === 'function'
|
|
80
|
+
? errorMessage(err)
|
|
81
|
+
: errorMessage || err?.message || 'An error occurred';
|
|
82
|
+
|
|
83
|
+
toast.error(message);
|
|
84
|
+
setError(err instanceof Error ? err : new Error(message));
|
|
85
|
+
onError?.(err);
|
|
86
|
+
return undefined;
|
|
87
|
+
} finally {
|
|
88
|
+
setIsLoading(false);
|
|
89
|
+
}
|
|
90
|
+
}, [options]);
|
|
91
|
+
|
|
92
|
+
const resetError = useCallback(() => {
|
|
93
|
+
setError(null);
|
|
94
|
+
}, []);
|
|
95
|
+
|
|
96
|
+
return { execute, isLoading, error, resetError };
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Simplified version that just executes an async action with toast feedback.
|
|
101
|
+
* Useful for one-off actions.
|
|
102
|
+
*/
|
|
103
|
+
export async function executeWithToast<T>(
|
|
104
|
+
action: () => Promise<T>,
|
|
105
|
+
options?: {
|
|
106
|
+
successMessage?: string;
|
|
107
|
+
errorMessage?: string;
|
|
108
|
+
loadingMessage?: string;
|
|
109
|
+
}
|
|
110
|
+
): Promise<T | undefined> {
|
|
111
|
+
const { successMessage, errorMessage, loadingMessage } = options || {};
|
|
112
|
+
|
|
113
|
+
if (loadingMessage) {
|
|
114
|
+
toast.loading(loadingMessage);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
try {
|
|
118
|
+
const result = await action();
|
|
119
|
+
if (successMessage) {
|
|
120
|
+
toast.success(successMessage);
|
|
121
|
+
}
|
|
122
|
+
return result;
|
|
123
|
+
} catch (err: any) {
|
|
124
|
+
toast.error(errorMessage || err?.message || 'An error occurred');
|
|
125
|
+
return undefined;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export default useAsyncAction;
|