@oxyhq/services 5.18.0 → 5.18.2
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 +1 -1
- 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 -21
- 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 +5 -5
- 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/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/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/index.js +5 -5
- 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 +1 -1
- package/lib/commonjs/ui/components/modals/index.js +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +9 -9
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +5 -5
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js +4 -4
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js +2 -2
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js +4 -4
- package/lib/commonjs/ui/components/payment/index.js +7 -7
- package/lib/commonjs/ui/components/payment/paymentStyles.js +8 -8
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- 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 +6 -6
- 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 +1 -1
- 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 +1 -1
- 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/screens/AccountCenterScreen.js +16 -16
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +32 -32
- 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 +8 -8
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +23 -23
- 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 +10 -10
- 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 +14 -14
- 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 +10 -10
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +14 -14
- 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 +6 -6
- 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/hookUtils.js +31 -13
- package/lib/commonjs/utils/hookUtils.js.map +1 -1
- 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 +1 -1
- package/lib/module/core/mixins/OxyServices.features.js.map +1 -1
- 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 +18 -18
- 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 +5 -5
- 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/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/feedbackStyles.js +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +5 -5
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- 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 +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +1 -1
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +5 -5
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +4 -4
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +4 -4
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +2 -2
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +4 -4
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -1
- package/lib/module/ui/components/payment/index.js +7 -7
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -1
- 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 -6
- 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 +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- 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 +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -1
- 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/screens/AccountCenterScreen.js +16 -16
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +15 -15
- 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 +5 -5
- package/lib/module/ui/screens/FAQScreen.js.map +1 -1
- package/lib/module/ui/screens/FeedbackScreen.js +8 -8
- 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 +5 -5
- 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 +5 -5
- 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 +8 -8
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +6 -6
- 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 +6 -6
- 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/hookUtils.js +31 -13
- package/lib/module/utils/hookUtils.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.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.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.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.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.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/types.d.ts.map +1 -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.map +1 -0
- package/lib/typescript/commonjs/ui/components/modals/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts.map +1 -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.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.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.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.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.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.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 +102 -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/utils/hookUtils.ts +38 -14
- 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.features.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.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.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.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/feedback/FormInput.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/constants.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/useFeedbackForm.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/modals/DeleteAccountModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/modals/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/constants.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/types.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.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/useAsyncAction.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/useSettingToggle.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.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/FAQScreen.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.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 +0 -102
- 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.features.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/index.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/GroupedItem.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/SettingRow.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/feedback/FormInput.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/ProgressIndicator.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/constants.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/feedbackStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/useFeedbackForm.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/modals/DeleteAccountModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/modals/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentDetailsStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentMethodStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentReviewStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentSuccessStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentSummaryStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/constants.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/paymentStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/types.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/index.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/useAsyncAction.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/useSettingToggle.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}/navigation/routes.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/FAQScreen.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/PaymentGatewayScreen.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}/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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CACHE_TIMES","OxyServicesPaymentMixin","Base","constructor","args","createPayment","data","makeRequest","cache","error","handleError","getPayment","paymentId","undefined","cacheTTL","LONG","getUserPayments","getSubscription","userId","MEDIUM","getCurrentUserSubscription","getCurrentUserId","Error","getWallet","SHORT","getCurrentUserWallet","getWalletTransactions","options","params","URLSearchParams","limit","append","toString","offset","queryString","url","getCurrentUserWalletTransactions"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.payment.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAASA,WAAW,QAAQ,
|
|
1
|
+
{"version":3,"names":["CACHE_TIMES","OxyServicesPaymentMixin","Base","constructor","args","createPayment","data","makeRequest","cache","error","handleError","getPayment","paymentId","undefined","cacheTTL","LONG","getUserPayments","getSubscription","userId","MEDIUM","getCurrentUserSubscription","getCurrentUserId","Error","getWallet","SHORT","getCurrentUserWallet","getWalletTransactions","options","params","URLSearchParams","limit","append","toString","offset","queryString","url","getCurrentUserWalletTransactions"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.payment.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["OxyAuthenticationError","OxyServicesPopupAuthMixin","Base","constructor","args","AUTH_URL","POPUP_WIDTH","POPUP_HEIGHT","POPUP_TIMEOUT","SILENT_TIMEOUT","signInWithPopup","options","window","state","generateState","nonce","generateNonce","storeAuthState","width","height","timeout","mode","authUrl","buildAuthUrl","clientId","location","origin","redirectUri","popup","openCenteredPopup","session","waitForPopupAuth","accessToken","httpService","setTokens","error","clearAuthState","signUpWithPopup","silentSignIn","iframe","document","createElement","style","display","position","border","silentUrl","encodeURIComponent","src","body","appendChild","waitForIframeAuth","removeChild","url","title","left","screenX","outerWidth","top","screenY","outerHeight","features","join","open","expectedState","Promise","resolve","reject","timeoutId","setTimeout","cleanup","messageHandler","event","type","data","pollInterval","setInterval","closed","clearTimeout","clearInterval","removeEventListener","close","addEventListener","expectedOrigin","params","URL","searchParams","set","toString","crypto","randomUUID","Date","now","Math","random","substring","sessionStorage","setItem","JSON","stringify","timestamp","removeItem","PopupAuthMixin"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.popup.ts"],"mappings":";;AACA,SAASA,sBAAsB,QAAQ,
|
|
1
|
+
{"version":3,"names":["OxyAuthenticationError","OxyServicesPopupAuthMixin","Base","constructor","args","AUTH_URL","POPUP_WIDTH","POPUP_HEIGHT","POPUP_TIMEOUT","SILENT_TIMEOUT","signInWithPopup","options","window","state","generateState","nonce","generateNonce","storeAuthState","width","height","timeout","mode","authUrl","buildAuthUrl","clientId","location","origin","redirectUri","popup","openCenteredPopup","session","waitForPopupAuth","accessToken","httpService","setTokens","error","clearAuthState","signUpWithPopup","silentSignIn","iframe","document","createElement","style","display","position","border","silentUrl","encodeURIComponent","src","body","appendChild","waitForIframeAuth","removeChild","url","title","left","screenX","outerWidth","top","screenY","outerHeight","features","join","open","expectedState","Promise","resolve","reject","timeoutId","setTimeout","cleanup","messageHandler","event","type","data","pollInterval","setInterval","closed","clearTimeout","clearInterval","removeEventListener","close","addEventListener","expectedOrigin","params","URL","searchParams","set","toString","crypto","randomUUID","Date","now","Math","random","substring","sessionStorage","setItem","JSON","stringify","timestamp","removeItem","PopupAuthMixin"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.popup.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["OxyAuthenticationError","OxyServicesRedirectAuthMixin","Base","constructor","args","AUTH_URL","TOKEN_STORAGE_KEY","SESSION_STORAGE_KEY","STATE_STORAGE_KEY","PRE_AUTH_URL_KEY","NONCE_STORAGE_KEY","signInWithRedirect","options","window","redirectUri","location","href","mode","state","generateState","nonce","generateNonce","storeAuthState","preserveUrl","savePreAuthUrl","authUrl","buildAuthUrl","clientId","origin","signUpWithRedirect","handleAuthCallback","url","URL","accessToken","searchParams","get","sessionId","expiresAt","error","errorDescription","clearAuthState","savedState","getStoredState","storeTokens","httpService","setTokens","session","deviceId","Date","now","toISOString","user","cleanAuthCallbackUrl","restoreSession","token","localStorage","getItem","clearStoredSession","removeItem","clearTokens","getStoredSessionId","params","set","toString","setItem","crypto","randomUUID","Math","random","substring","sessionStorage","delete","history","replaceState","RedirectAuthMixin"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.redirect.ts"],"mappings":";;AACA,SAASA,sBAAsB,QAAQ,
|
|
1
|
+
{"version":3,"names":["OxyAuthenticationError","OxyServicesRedirectAuthMixin","Base","constructor","args","AUTH_URL","TOKEN_STORAGE_KEY","SESSION_STORAGE_KEY","STATE_STORAGE_KEY","PRE_AUTH_URL_KEY","NONCE_STORAGE_KEY","signInWithRedirect","options","window","redirectUri","location","href","mode","state","generateState","nonce","generateNonce","storeAuthState","preserveUrl","savePreAuthUrl","authUrl","buildAuthUrl","clientId","origin","signUpWithRedirect","handleAuthCallback","url","URL","accessToken","searchParams","get","sessionId","expiresAt","error","errorDescription","clearAuthState","savedState","getStoredState","storeTokens","httpService","setTokens","session","deviceId","Date","now","toISOString","user","cleanAuthCallbackUrl","restoreSession","token","localStorage","getItem","clearStoredSession","removeItem","clearTokens","getStoredSessionId","params","set","toString","setItem","crypto","randomUUID","Math","random","substring","sessionStorage","delete","history","replaceState","RedirectAuthMixin"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.redirect.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User Management Methods Mixin
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { buildSearchParams, buildPaginationParams } from
|
|
7
|
+
import { buildSearchParams, buildPaginationParams } from "../../utils/apiUtils.js";
|
|
8
8
|
export function OxyServicesUserMixin(Base) {
|
|
9
9
|
return class extends Base {
|
|
10
10
|
constructor(...args) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["buildSearchParams","buildPaginationParams","OxyServicesUserMixin","Base","constructor","args","getProfileByUsername","username","makeRequest","undefined","cache","cacheTTL","error","handleError","searchProfiles","query","pagination","params","searchParams","paramsObj","Object","fromEntries","entries","response","isSearchProfilesResponse","payload","Array","isArray","data","typedResponse","paginationInfo","total","length","limit","offset","hasMore","fallbackLimit","fallbackPagination","Error","getProfileRecommendations","withAuthRetry","getUserById","userId","getCurrentUser","updateProfile","updates","errorAny","errorMessage","message","String","status","isAuthError","includes","hasValidToken","getPrivacySettings","id","updatePrivacySettings","settings","requestAccountVerification","reason","evidence","downloadAccountData","format","result","getClient","request","method","url","deleteAccount","password","confirmText","followUser","unfollowUser","getFollowStatus","getUserFollowers","followers","getUserFollowing","following","getNotifications","getUnreadCount","res","count","createNotification","markNotificationAsRead","notificationId","markAllNotificationsAsRead","deleteNotification"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.user.ts"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["buildSearchParams","buildPaginationParams","OxyServicesUserMixin","Base","constructor","args","getProfileByUsername","username","makeRequest","undefined","cache","cacheTTL","error","handleError","searchProfiles","query","pagination","params","searchParams","paramsObj","Object","fromEntries","entries","response","isSearchProfilesResponse","payload","Array","isArray","data","typedResponse","paginationInfo","total","length","limit","offset","hasMore","fallbackLimit","fallbackPagination","Error","getProfileRecommendations","withAuthRetry","getUserById","userId","getCurrentUser","updateProfile","updates","errorAny","errorMessage","message","String","status","isAuthError","includes","hasValidToken","getPrivacySettings","id","updatePrivacySettings","settings","requestAccountVerification","reason","evidence","downloadAccountData","format","result","getClient","request","method","url","deleteAccount","password","confirmText","followUser","unfollowUser","getFollowStatus","getUserFollowers","followers","getUserFollowing","following","getNotifications","getUnreadCount","res","count","createNotification","markNotificationAsRead","notificationId","markAllNotificationsAsRead","deleteNotification"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.user.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* and Express.js authentication middleware
|
|
8
8
|
*/
|
|
9
9
|
import { jwtDecode } from 'jwt-decode';
|
|
10
|
-
import { CACHE_TIMES } from
|
|
10
|
+
import { CACHE_TIMES } from "./mixinHelpers.js";
|
|
11
11
|
export function OxyServicesUtilityMixin(Base) {
|
|
12
12
|
return class extends Base {
|
|
13
13
|
constructor(...args) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["jwtDecode","CACHE_TIMES","OxyServicesUtilityMixin","Base","constructor","args","fetchLinkMetadata","url","makeRequest","cache","cacheTTL","EXTRA_LONG","error","handleError","auth","options","debug","onError","loadUser","session","req","res","next","authHeader","headers","token","startsWith","substring","console","log","method","path","message","code","status","json","decoded","userId","id","decodeError","exp","Math","floor","Date","now","accessToken","user","setTokens","apiError"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.utility.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,SAAS,QAAQ,YAAY;AAGtC,SAASC,WAAW,QAAQ,
|
|
1
|
+
{"version":3,"names":["jwtDecode","CACHE_TIMES","OxyServicesUtilityMixin","Base","constructor","args","fetchLinkMetadata","url","makeRequest","cache","cacheTTL","EXTRA_LONG","error","handleError","auth","options","debug","onError","loadUser","session","req","res","next","authHeader","headers","token","startsWith","substring","console","log","method","path","message","code","status","json","decoded","userId","id","decodeError","exp","Math","floor","Date","now","accessToken","user","setTokens","apiError"],"sourceRoot":"../../../../src","sources":["core/mixins/OxyServices.utility.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -7,24 +7,24 @@
|
|
|
7
7
|
* and ensures consistent ordering for better maintainability
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
import { OxyServicesBase } from
|
|
11
|
-
import { OxyServicesAuthMixin } from
|
|
12
|
-
import { OxyServicesFedCMMixin } from
|
|
13
|
-
import { OxyServicesPopupAuthMixin } from
|
|
14
|
-
import { OxyServicesRedirectAuthMixin } from
|
|
15
|
-
import { OxyServicesUserMixin } from
|
|
16
|
-
import { OxyServicesPrivacyMixin } from
|
|
17
|
-
import { OxyServicesLanguageMixin } from
|
|
18
|
-
import { OxyServicesPaymentMixin } from
|
|
19
|
-
import { OxyServicesKarmaMixin } from
|
|
20
|
-
import { OxyServicesAssetsMixin } from
|
|
21
|
-
import { OxyServicesDeveloperMixin } from
|
|
22
|
-
import { OxyServicesLocationMixin } from
|
|
23
|
-
import { OxyServicesAnalyticsMixin } from
|
|
24
|
-
import { OxyServicesDevicesMixin } from
|
|
25
|
-
import { OxyServicesSecurityMixin } from
|
|
26
|
-
import { OxyServicesUtilityMixin } from
|
|
27
|
-
import { OxyServicesFeaturesMixin } from
|
|
10
|
+
import { OxyServicesBase } from "../OxyServices.base.js";
|
|
11
|
+
import { OxyServicesAuthMixin } from "./OxyServices.auth.js";
|
|
12
|
+
import { OxyServicesFedCMMixin } from "./OxyServices.fedcm.js";
|
|
13
|
+
import { OxyServicesPopupAuthMixin } from "./OxyServices.popup.js";
|
|
14
|
+
import { OxyServicesRedirectAuthMixin } from "./OxyServices.redirect.js";
|
|
15
|
+
import { OxyServicesUserMixin } from "./OxyServices.user.js";
|
|
16
|
+
import { OxyServicesPrivacyMixin } from "./OxyServices.privacy.js";
|
|
17
|
+
import { OxyServicesLanguageMixin } from "./OxyServices.language.js";
|
|
18
|
+
import { OxyServicesPaymentMixin } from "./OxyServices.payment.js";
|
|
19
|
+
import { OxyServicesKarmaMixin } from "./OxyServices.karma.js";
|
|
20
|
+
import { OxyServicesAssetsMixin } from "./OxyServices.assets.js";
|
|
21
|
+
import { OxyServicesDeveloperMixin } from "./OxyServices.developer.js";
|
|
22
|
+
import { OxyServicesLocationMixin } from "./OxyServices.location.js";
|
|
23
|
+
import { OxyServicesAnalyticsMixin } from "./OxyServices.analytics.js";
|
|
24
|
+
import { OxyServicesDevicesMixin } from "./OxyServices.devices.js";
|
|
25
|
+
import { OxyServicesSecurityMixin } from "./OxyServices.security.js";
|
|
26
|
+
import { OxyServicesUtilityMixin } from "./OxyServices.utility.js";
|
|
27
|
+
import { OxyServicesFeaturesMixin } from "./OxyServices.features.js";
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* Composes all OxyServices mixins in the correct order
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["OxyServicesBase","OxyServicesAuthMixin","OxyServicesFedCMMixin","OxyServicesPopupAuthMixin","OxyServicesRedirectAuthMixin","OxyServicesUserMixin","OxyServicesPrivacyMixin","OxyServicesLanguageMixin","OxyServicesPaymentMixin","OxyServicesKarmaMixin","OxyServicesAssetsMixin","OxyServicesDeveloperMixin","OxyServicesLocationMixin","OxyServicesAnalyticsMixin","OxyServicesDevicesMixin","OxyServicesSecurityMixin","OxyServicesUtilityMixin","OxyServicesFeaturesMixin","composeOxyServices"],"sourceRoot":"../../../../src","sources":["core/mixins/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,eAAe,QAAQ,
|
|
1
|
+
{"version":3,"names":["OxyServicesBase","OxyServicesAuthMixin","OxyServicesFedCMMixin","OxyServicesPopupAuthMixin","OxyServicesRedirectAuthMixin","OxyServicesUserMixin","OxyServicesPrivacyMixin","OxyServicesLanguageMixin","OxyServicesPaymentMixin","OxyServicesKarmaMixin","OxyServicesAssetsMixin","OxyServicesDeveloperMixin","OxyServicesLocationMixin","OxyServicesAnalyticsMixin","OxyServicesDevicesMixin","OxyServicesSecurityMixin","OxyServicesUtilityMixin","OxyServicesFeaturesMixin","composeOxyServices"],"sourceRoot":"../../../../src","sources":["core/mixins/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,eAAe,QAAQ,wBAAqB;AACrD,SAASC,oBAAoB,QAAQ,uBAAoB;AACzD,SAASC,qBAAqB,QAAQ,wBAAqB;AAC3D,SAASC,yBAAyB,QAAQ,wBAAqB;AAC/D,SAASC,4BAA4B,QAAQ,2BAAwB;AACrE,SAASC,oBAAoB,QAAQ,uBAAoB;AACzD,SAASC,uBAAuB,QAAQ,0BAAuB;AAC/D,SAASC,wBAAwB,QAAQ,2BAAwB;AACjE,SAASC,uBAAuB,QAAQ,0BAAuB;AAC/D,SAASC,qBAAqB,QAAQ,wBAAqB;AAC3D,SAASC,sBAAsB,QAAQ,yBAAsB;AAC7D,SAASC,yBAAyB,QAAQ,4BAAyB;AACnE,SAASC,wBAAwB,QAAQ,2BAAwB;AACjE,SAASC,yBAAyB,QAAQ,4BAAyB;AACnE,SAASC,uBAAuB,QAAQ,0BAAuB;AAC/D,SAASC,wBAAwB,QAAQ,2BAAwB;AACjE,SAASC,uBAAuB,QAAQ,0BAAuB;AAC/D,SAASC,wBAAwB,QAAQ,2BAAwB;;AAEjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,kBAAkBA,CAAA,EAAG;EACnC,OAAOF,uBAAuB,CAC5BC,wBAAwB,CACtBF,wBAAwB,CACtBD,uBAAuB,CACrBD,yBAAyB,CACvBD,wBAAwB,CACtBD,yBAAyB,CACvBD,sBAAsB,CACpBD,qBAAqB,CACnBD,uBAAuB,CACrBD,wBAAwB,CACtBD,uBAAuB,CACrBD,oBAAoB;EAClB;EACAD,4BAA4B,CAC1BD,yBAAyB,CACvBD,qBAAqB;EACnB;EACAD,oBAAoB,CAACD,eAAe,CACtC,CACF,CACF,CACF,CACF,CACF,CACF,CACF,CACF,CACF,CACF,CACF,CACF,CACF,CACF,CACF,CAAC;AACH","ignoreList":[]}
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
// Import polyfills first - this ensures Buffer is available for bip39 and other libraries
|
|
11
|
-
import
|
|
12
|
-
export { KeyManager } from
|
|
13
|
-
export { SignatureService } from
|
|
14
|
-
export { RecoveryPhraseService } from
|
|
11
|
+
import "./polyfill.js";
|
|
12
|
+
export { KeyManager } from "./keyManager.js";
|
|
13
|
+
export { SignatureService } from "./signatureService.js";
|
|
14
|
+
export { RecoveryPhraseService } from "./recoveryPhrase.js";
|
|
15
15
|
|
|
16
16
|
// Re-export for convenience
|
|
17
|
-
export { KeyManager as default } from
|
|
17
|
+
export { KeyManager as default } from "./keyManager.js";
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["KeyManager","SignatureService","RecoveryPhraseService","default"],"sourceRoot":"../../../src","sources":["crypto/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,OAAO,
|
|
1
|
+
{"version":3,"names":["KeyManager","SignatureService","RecoveryPhraseService","default"],"sourceRoot":"../../../src","sources":["crypto/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,OAAO,eAAY;AAEnB,SAASA,UAAU,QAAsB,iBAAc;AACvD,SACEC,gBAAgB,QAGX,uBAAoB;AAC3B,SACEC,qBAAqB,QAEhB,qBAAkB;;AAEzB;AACA,SAASF,UAAU,IAAIG,OAAO,QAAQ,iBAAc","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["bip39","KeyManager","toHex","data","bytes","Uint8Array","Array","from","map","b","toString","padStart","join","RecoveryPhraseService","generateIdentityWithRecovery","mnemonic","generateMnemonic","seed","mnemonicToSeed","seedSlice","subarray","slice","privateKeyHex","publicKey","importKeyPair","phrase","words","split","generateIdentityWithRecovery24","restoreFromPhrase","normalizedPhrase","trim","toLowerCase","validateMnemonic","Error","validatePhrase","getWordList","wordlists","english","isValidWord","word","includes","getSuggestions","partial","limit","lowerPartial","filter","startsWith","derivePublicKeyFromPhrase","derivePublicKey","phraseToWords","wordsToPhrase","w"],"sourceRoot":"../../../src","sources":["crypto/recoveryPhrase.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,UAAU,QAAQ,
|
|
1
|
+
{"version":3,"names":["bip39","KeyManager","toHex","data","bytes","Uint8Array","Array","from","map","b","toString","padStart","join","RecoveryPhraseService","generateIdentityWithRecovery","mnemonic","generateMnemonic","seed","mnemonicToSeed","seedSlice","subarray","slice","privateKeyHex","publicKey","importKeyPair","phrase","words","split","generateIdentityWithRecovery24","restoreFromPhrase","normalizedPhrase","trim","toLowerCase","validateMnemonic","Error","validatePhrase","getWordList","wordlists","english","isValidWord","word","includes","getSuggestions","partial","limit","lowerPartial","filter","startsWith","derivePublicKeyFromPhrase","derivePublicKey","phraseToWords","wordsToPhrase","w"],"sourceRoot":"../../../src","sources":["crypto/recoveryPhrase.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ec","EC","KeyManager","ExpoCrypto","isReactNative","navigator","product","isNodeJS","process","versions","node","initExpoCrypto","sha256","message","Crypto","digestStringAsync","CryptoDigestAlgorithm","SHA256","getCrypto","Function","crypto","createHash","update","digest","error","SignatureService","generateChallenge","randomBytes","getRandomBytesAsync","Array","from","map","b","toString","padStart","join","hashMessage","sign","keyPair","getKeyPairObject","Error","messageHash","signature","toDER","signWithKey","privateKey","keyFromPrivate","verify","publicKey","key","keyFromPublic","verifySync","createSignedMessage","getPublicKey","timestamp","Date","now","messageWithTimestamp","verifySignedMessage","signedMessage","maxAgeMs","signChallenge","challenge","verifyChallengeResponse","originalChallenge","response","createRegistrationSignature","signRequestData","data","sortedKeys","Object","keys","sort","canonicalParts","JSON","stringify","canonicalString"],"sourceRoot":"../../../src","sources":["crypto/signatureService.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,EAAE,IAAIC,EAAE,QAAQ,UAAU;AACnC,SAASC,UAAU,QAAQ,
|
|
1
|
+
{"version":3,"names":["ec","EC","KeyManager","ExpoCrypto","isReactNative","navigator","product","isNodeJS","process","versions","node","initExpoCrypto","sha256","message","Crypto","digestStringAsync","CryptoDigestAlgorithm","SHA256","getCrypto","Function","crypto","createHash","update","digest","error","SignatureService","generateChallenge","randomBytes","getRandomBytesAsync","Array","from","map","b","toString","padStart","join","hashMessage","sign","keyPair","getKeyPairObject","Error","messageHash","signature","toDER","signWithKey","privateKey","keyFromPrivate","verify","publicKey","key","keyFromPublic","verifySync","createSignedMessage","getPublicKey","timestamp","Date","now","messageWithTimestamp","verifySignedMessage","signedMessage","maxAgeMs","signChallenge","challenge","verifyChallengeResponse","originalChallenge","response","createRegistrationSignature","signRequestData","data","sortedKeys","Object","keys","sort","canonicalParts","JSON","stringify","canonicalString"],"sourceRoot":"../../../src","sources":["crypto/signatureService.ts"],"mappings":"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","ignoreList":[]}
|
package/lib/module/index.js
CHANGED
|
@@ -10,40 +10,40 @@
|
|
|
10
10
|
|
|
11
11
|
// IMPORTANT: Import crypto module first to ensure polyfills are loaded
|
|
12
12
|
// before any other code that might use Buffer or other polyfilled APIs
|
|
13
|
-
import
|
|
13
|
+
import "./crypto/polyfill.js";
|
|
14
14
|
|
|
15
15
|
// Crypto/Identity exports (must be before core to ensure polyfills are available)
|
|
16
|
-
export { KeyManager, SignatureService, RecoveryPhraseService } from
|
|
16
|
+
export { KeyManager, SignatureService, RecoveryPhraseService } from "./crypto/index.js";
|
|
17
17
|
|
|
18
18
|
// Core exports
|
|
19
|
-
export { OxyServices, OxyAuthenticationError, OxyAuthenticationTimeoutError } from
|
|
20
|
-
export { OXY_CLOUD_URL, oxyClient } from
|
|
19
|
+
export { OxyServices, OxyAuthenticationError, OxyAuthenticationTimeoutError } from "./core/index.js";
|
|
20
|
+
export { OXY_CLOUD_URL, oxyClient } from "./core/index.js";
|
|
21
21
|
|
|
22
22
|
// Cross-domain authentication (Web SSO via FedCM/popup/redirect)
|
|
23
|
-
export { CrossDomainAuth, createCrossDomainAuth } from
|
|
23
|
+
export { CrossDomainAuth, createCrossDomainAuth } from "./core/index.js";
|
|
24
24
|
// React context
|
|
25
|
-
export { useOxy } from
|
|
25
|
+
export { useOxy } from "./ui/context/OxyContext.js";
|
|
26
26
|
|
|
27
27
|
// Streamlined provider with built-in bottom sheet
|
|
28
|
-
export { default as OxyProvider } from
|
|
28
|
+
export { default as OxyProvider } from "./ui/components/OxyProvider.js";
|
|
29
29
|
|
|
30
30
|
// Device management
|
|
31
|
-
export { DeviceManager } from
|
|
31
|
+
export { DeviceManager } from "./utils/deviceManager.js";
|
|
32
32
|
// Language utilities
|
|
33
|
-
export { SUPPORTED_LANGUAGES, getLanguageMetadata, getLanguageName, getNativeLanguageName, normalizeLanguageCode } from
|
|
33
|
+
export { SUPPORTED_LANGUAGES, getLanguageMetadata, getLanguageName, getNativeLanguageName, normalizeLanguageCode } from "./utils/languageUtils.js";
|
|
34
34
|
|
|
35
35
|
// Type exports
|
|
36
36
|
|
|
37
37
|
// Export security constants
|
|
38
|
-
export { SECURITY_EVENT_SEVERITY_MAP } from
|
|
38
|
+
export { SECURITY_EVENT_SEVERITY_MAP } from "./models/interfaces.js";
|
|
39
39
|
// UI hooks - Stores
|
|
40
|
-
export { useAuthStore } from
|
|
41
|
-
export { useAssetStore, useAssets as useAssetsStore, useAsset, useUploadProgress, useAssetLoading, useAssetErrors, useAssetsByApp, useAssetsByEntity, useAssetUsageCount, useIsAssetLinked } from
|
|
40
|
+
export { useAuthStore } from "./ui/stores/authStore.js";
|
|
41
|
+
export { useAssetStore, useAssets as useAssetsStore, useAsset, useUploadProgress, useAssetLoading, useAssetErrors, useAssetsByApp, useAssetsByEntity, useAssetUsageCount, useIsAssetLinked } from "./ui/stores/assetStore.js";
|
|
42
42
|
|
|
43
43
|
// UI hooks - Custom hooks
|
|
44
|
-
export { useSessionSocket } from
|
|
45
|
-
export { useAssets, setOxyAssetInstance } from
|
|
46
|
-
export { useFileDownloadUrl, setOxyFileUrlInstance } from
|
|
44
|
+
export { useSessionSocket } from "./ui/hooks/useSessionSocket.js";
|
|
45
|
+
export { useAssets, setOxyAssetInstance } from "./ui/hooks/useAssets.js";
|
|
46
|
+
export { useFileDownloadUrl, setOxyFileUrlInstance } from "./ui/hooks/useFileDownloadUrl.js";
|
|
47
47
|
|
|
48
48
|
// UI hooks - Query hooks (TanStack Query)
|
|
49
49
|
export {
|
|
@@ -52,24 +52,24 @@ useUserProfile, useUserProfiles, useCurrentUser, useUserById, useUserByUsername,
|
|
|
52
52
|
// Service queries
|
|
53
53
|
useSessions, useSession, useDeviceSessions, useUserDevices, useSecurityInfo,
|
|
54
54
|
// Security activity queries
|
|
55
|
-
useSecurityActivity, useRecentSecurityActivity } from
|
|
55
|
+
useSecurityActivity, useRecentSecurityActivity } from "./ui/hooks/queries/index.js";
|
|
56
56
|
|
|
57
57
|
// UI hooks - Mutation hooks (TanStack Query)
|
|
58
58
|
export {
|
|
59
59
|
// Account mutations
|
|
60
60
|
useUpdateProfile, useUploadAvatar, useUpdateAccountSettings, useUpdatePrivacySettings, useUploadFile,
|
|
61
61
|
// Service mutations
|
|
62
|
-
useSwitchSession, useLogoutSession, useLogoutAll, useUpdateDeviceName, useRemoveDevice } from
|
|
62
|
+
useSwitchSession, useLogoutSession, useLogoutAll, useUpdateDeviceName, useRemoveDevice } from "./ui/hooks/mutations/index.js";
|
|
63
63
|
|
|
64
64
|
// UI components
|
|
65
|
-
export { OxySignInButton } from
|
|
66
|
-
export { OxyLogo, FollowButton } from
|
|
65
|
+
export { OxySignInButton } from "./ui/components/OxySignInButton.js";
|
|
66
|
+
export { OxyLogo, FollowButton } from "./ui/index.js";
|
|
67
67
|
|
|
68
68
|
// New consolidated utilities
|
|
69
|
-
export * from
|
|
70
|
-
export { ErrorCodes, createApiError, handleHttpError, validateRequiredFields, retryWithBackoff } from
|
|
71
|
-
export * from
|
|
72
|
-
export { logger, LogLevel, LogContext, logAuth, logApi, logSession, logUser, logDevice, logPayment, logPerformance } from
|
|
73
|
-
export * from
|
|
74
|
-
export * from
|
|
69
|
+
export * from "./utils/apiUtils.js";
|
|
70
|
+
export { ErrorCodes, createApiError, handleHttpError, validateRequiredFields, retryWithBackoff } from "./utils/errorUtils.js";
|
|
71
|
+
export * from "./utils/validationUtils.js";
|
|
72
|
+
export { logger, LogLevel, LogContext, logAuth, logApi, logSession, logUser, logDevice, logPayment, logPerformance } from "./utils/loggerUtils.js";
|
|
73
|
+
export * from "./utils/asyncUtils.js";
|
|
74
|
+
export * from "./utils/hookUtils.js";
|
|
75
75
|
//# sourceMappingURL=index.js.map
|
package/lib/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["KeyManager","SignatureService","RecoveryPhraseService","OxyServices","OxyAuthenticationError","OxyAuthenticationTimeoutError","OXY_CLOUD_URL","oxyClient","CrossDomainAuth","createCrossDomainAuth","useOxy","default","OxyProvider","DeviceManager","SUPPORTED_LANGUAGES","getLanguageMetadata","getLanguageName","getNativeLanguageName","normalizeLanguageCode","SECURITY_EVENT_SEVERITY_MAP","useAuthStore","useAssetStore","useAssets","useAssetsStore","useAsset","useUploadProgress","useAssetLoading","useAssetErrors","useAssetsByApp","useAssetsByEntity","useAssetUsageCount","useIsAssetLinked","useSessionSocket","setOxyAssetInstance","useFileDownloadUrl","setOxyFileUrlInstance","useUserProfile","useUserProfiles","useCurrentUser","useUserById","useUserByUsername","useUsersBySessions","usePrivacySettings","useSessions","useSession","useDeviceSessions","useUserDevices","useSecurityInfo","useSecurityActivity","useRecentSecurityActivity","useUpdateProfile","useUploadAvatar","useUpdateAccountSettings","useUpdatePrivacySettings","useUploadFile","useSwitchSession","useLogoutSession","useLogoutAll","useUpdateDeviceName","useRemoveDevice","OxySignInButton","OxyLogo","FollowButton","ErrorCodes","createApiError","handleHttpError","validateRequiredFields","retryWithBackoff","logger","LogLevel","LogContext","logAuth","logApi","logSession","logUser","logDevice","logPayment","logPerformance"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,OAAO,
|
|
1
|
+
{"version":3,"names":["KeyManager","SignatureService","RecoveryPhraseService","OxyServices","OxyAuthenticationError","OxyAuthenticationTimeoutError","OXY_CLOUD_URL","oxyClient","CrossDomainAuth","createCrossDomainAuth","useOxy","default","OxyProvider","DeviceManager","SUPPORTED_LANGUAGES","getLanguageMetadata","getLanguageName","getNativeLanguageName","normalizeLanguageCode","SECURITY_EVENT_SEVERITY_MAP","useAuthStore","useAssetStore","useAssets","useAssetsStore","useAsset","useUploadProgress","useAssetLoading","useAssetErrors","useAssetsByApp","useAssetsByEntity","useAssetUsageCount","useIsAssetLinked","useSessionSocket","setOxyAssetInstance","useFileDownloadUrl","setOxyFileUrlInstance","useUserProfile","useUserProfiles","useCurrentUser","useUserById","useUserByUsername","useUsersBySessions","usePrivacySettings","useSessions","useSession","useDeviceSessions","useUserDevices","useSecurityInfo","useSecurityActivity","useRecentSecurityActivity","useUpdateProfile","useUploadAvatar","useUpdateAccountSettings","useUpdatePrivacySettings","useUploadFile","useSwitchSession","useLogoutSession","useLogoutAll","useUpdateDeviceName","useRemoveDevice","OxySignInButton","OxyLogo","FollowButton","ErrorCodes","createApiError","handleHttpError","validateRequiredFields","retryWithBackoff","logger","LogLevel","LogContext","logAuth","logApi","logSession","logUser","logDevice","logPayment","logPerformance"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,OAAO,sBAAmB;;AAE1B;AACA,SACEA,UAAU,EACVC,gBAAgB,EAChBC,qBAAqB,QAChB,mBAAU;;AAEjB;AACA,SAASC,WAAW,EAAEC,sBAAsB,EAAEC,6BAA6B,QAAQ,iBAAQ;AAC3F,SAASC,aAAa,EAAEC,SAAS,QAAQ,iBAAQ;;AAEjD;AACA,SAASC,eAAe,EAAEC,qBAAqB,QAAQ,iBAAQ;AAS/D;AACA,SAASC,MAAM,QAAQ,4BAAyB;;AAEhD;AACA,SAASC,OAAO,IAAIC,WAAW,QAAQ,gCAA6B;;AAEpE;AACA,SAASC,aAAa,QAAQ,0BAAuB;AAGrD;AACA,SACEC,mBAAmB,EACnBC,mBAAmB,EACnBC,eAAe,EACfC,qBAAqB,EACrBC,qBAAqB,QAChB,0BAAuB;;AAG9B;;AA6DA;AACA,SAASC,2BAA2B,QAAQ,wBAAqB;AAQjE;AACA,SAASC,YAAY,QAAQ,0BAAuB;AACpD,SACEC,aAAa,EACbC,SAAS,IAAIC,cAAc,EAC3BC,QAAQ,EACRC,iBAAiB,EACjBC,eAAe,EACfC,cAAc,EACdC,cAAc,EACdC,iBAAiB,EACjBC,kBAAkB,EAClBC,gBAAgB,QACX,2BAAwB;;AAE/B;AACA,SAASC,gBAAgB,QAAQ,gCAA6B;AAC9D,SAASV,SAAS,EAAEW,mBAAmB,QAAQ,yBAAsB;AACrE,SAASC,kBAAkB,EAAEC,qBAAqB,QAAQ,kCAA+B;;AAEzF;AACA;AACE;AACAC,cAAc,EACdC,eAAe,EACfC,cAAc,EACdC,WAAW,EACXC,iBAAiB,EACjBC,kBAAkB,EAClBC,kBAAkB;AAClB;AACAC,WAAW,EACXC,UAAU,EACVC,iBAAiB,EACjBC,cAAc,EACdC,eAAe;AACf;AACAC,mBAAmB,EACnBC,yBAAyB,QACpB,6BAAoB;;AAE3B;AACA;AACE;AACAC,gBAAgB,EAChBC,eAAe,EACfC,wBAAwB,EACxBC,wBAAwB,EACxBC,aAAa;AACb;AACAC,gBAAgB,EAChBC,gBAAgB,EAChBC,YAAY,EACZC,mBAAmB,EACnBC,eAAe,QACV,+BAAsB;;AAE7B;AACA,SAASC,eAAe,QAAQ,oCAAiC;AACjE,SAASC,OAAO,EAAEC,YAAY,QAAQ,eAAM;;AAE5C;AACA,cAAc,qBAAkB;AAChC,SACEC,UAAU,EACVC,cAAc,EACdC,eAAe,EACfC,sBAAsB,EACtBC,gBAAgB,QACX,uBAAoB;AAC3B,cAAc,4BAAyB;AACvC,SACEC,MAAM,EACNC,QAAQ,EACRC,UAAU,EACVC,OAAO,EACPC,MAAM,EACNC,UAAU,EACVC,OAAO,EACPC,SAAS,EACTC,UAAU,EACVC,cAAc,QACT,wBAAqB;AAC5B,cAAc,uBAAoB;AAClC,cAAc,sBAAmB","ignoreList":[]}
|
package/lib/module/node/index.js
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
// ------------- Core Imports -------------
|
|
8
|
-
import { OxyServices, OXY_CLOUD_URL, oxyClient } from
|
|
9
|
-
import * as Models from
|
|
8
|
+
import { OxyServices, OXY_CLOUD_URL, oxyClient } from "../core/index.js"; // Adjusted path
|
|
9
|
+
import * as Models from "../models/interfaces.js"; // Adjusted path
|
|
10
10
|
|
|
11
11
|
// ------------- Core Exports -------------
|
|
12
12
|
export { OxyServices, OXY_CLOUD_URL, oxyClient };
|
|
13
13
|
|
|
14
14
|
// ------------- Model Exports -------------
|
|
15
15
|
export { Models }; // Export all models as a namespace
|
|
16
|
-
export * from
|
|
16
|
+
export * from "../models/interfaces.js"; // Export all models directly
|
|
17
17
|
|
|
18
18
|
// Default export for consistency or specific use cases if needed
|
|
19
19
|
export default OxyServices;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["OxyServices","OXY_CLOUD_URL","oxyClient","Models"],"sourceRoot":"../../../src","sources":["node/index.ts"],"mappings":";;AAAA;AACA;AACA;;AAEA;AACA,SAASA,WAAW,EAAEC,aAAa,EAAEC,SAAS,QAAQ,
|
|
1
|
+
{"version":3,"names":["OxyServices","OXY_CLOUD_URL","oxyClient","Models"],"sourceRoot":"../../../src","sources":["node/index.ts"],"mappings":";;AAAA;AACA;AACA;;AAEA;AACA,SAASA,WAAW,EAAEC,aAAa,EAAEC,SAAS,QAAQ,kBAAS,CAAC,CAAC;AACjE,OAAO,KAAKC,MAAM,MAAM,yBAAsB,CAAC,CAAC;;AAEhD;AACA,SAASH,WAAW,EAAEC,aAAa,EAAEC,SAAS;;AAE9C;AACA,SAASC,MAAM,GAAG,CAAE;AACpB,cAAc,yBAAsB,CAAC,CAAC;;AAEtC;AACA,eAAeH,WAAW","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"module"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Animated, Easing, Platform, StyleSheet, View } from 'react-native';
|
|
5
|
-
import { useInternalTheme } from
|
|
5
|
+
import { useInternalTheme } from "./theming.js";
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
const DURATION = 2400;
|
|
8
8
|
|