@oxyhq/services 5.18.0 → 5.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/assets/icons/OxyServices.js +1 -1
- package/lib/commonjs/core/HttpService.js +4 -4
- package/lib/commonjs/core/OxyServices.base.js +9 -9
- package/lib/commonjs/core/OxyServices.base.js.map +1 -1
- package/lib/commonjs/core/OxyServices.js +5 -5
- package/lib/commonjs/core/OxyServices.js.map +1 -1
- package/lib/commonjs/core/index.js +6 -6
- package/lib/commonjs/core/mixins/OxyServices.analytics.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.auth.js +2 -2
- package/lib/commonjs/core/mixins/OxyServices.auth.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.developer.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.features.js +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/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/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.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/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.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}/hookUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/index.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/languageUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/loggerUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/requestUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/sessionUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/validationUtils.d.ts +0 -0
|
@@ -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
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Animated","Easing","Platform","StyleSheet","View","useInternalTheme","jsx","_jsx","DURATION","ActivityIndicator","animating","color","indicatorColor","hidesWhenStopped","size","indicatorSize","style","theme","themeOverrides","rest","current","timer","useRef","Value","fade","rotation","undefined","animation","scale","startRotation","useCallback","timing","duration","toValue","isInteraction","useNativeDriver","start","setValue","loop","stopRotation","stop","useEffect","easing","linear","OS","colors","primary","frames","bezier","containerStyle","width","height","overflow","styles","container","accessible","accessibilityRole","accessibilityState","busy","children","opacity","collapsable","map","index","inputRange","Array","from","_","frameIndex","outputRange","progress","direction","layerStyle","transform","rotate","interpolate","viewportStyle","translateY","offsetStyle","top","lineStyle","borderColor","borderWidth","borderRadius","layer","create","justifyContent","alignItems","absoluteFillObject"],"sourceRoot":"../../../../src","sources":["ui/components/ActivityIndicator.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SACEC,QAAQ,EACRC,MAAM,EACNC,QAAQ,EAERC,UAAU,EACVC,IAAI,QAEC,cAAc;AAErB,SAASC,gBAAgB,QAAQ,
|
|
1
|
+
{"version":3,"names":["React","Animated","Easing","Platform","StyleSheet","View","useInternalTheme","jsx","_jsx","DURATION","ActivityIndicator","animating","color","indicatorColor","hidesWhenStopped","size","indicatorSize","style","theme","themeOverrides","rest","current","timer","useRef","Value","fade","rotation","undefined","animation","scale","startRotation","useCallback","timing","duration","toValue","isInteraction","useNativeDriver","start","setValue","loop","stopRotation","stop","useEffect","easing","linear","OS","colors","primary","frames","bezier","containerStyle","width","height","overflow","styles","container","accessible","accessibilityRole","accessibilityState","busy","children","opacity","collapsable","map","index","inputRange","Array","from","_","frameIndex","outputRange","progress","direction","layerStyle","transform","rotate","interpolate","viewportStyle","translateY","offsetStyle","top","lineStyle","borderColor","borderWidth","borderRadius","layer","create","justifyContent","alignItems","absoluteFillObject"],"sourceRoot":"../../../../src","sources":["ui/components/ActivityIndicator.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
import { memo, useMemo } from 'react';
|
|
4
4
|
import { View, Text, Image, StyleSheet, ActivityIndicator, Platform } from 'react-native';
|
|
5
|
-
import { useThemeColors } from
|
|
6
|
-
import { fontFamilies } from
|
|
5
|
+
import { useThemeColors } from "../styles/index.js";
|
|
6
|
+
import { fontFamilies } from "../styles/fonts.js";
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
/**
|
|
9
9
|
* Extracts initials from a name string
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["memo","useMemo","View","Text","Image","StyleSheet","ActivityIndicator","Platform","useThemeColors","fontFamilies","jsx","_jsx","getInitials","nameStr","trim","trimmed","parts","split","filter","part","length","firstPart","startsWith","substring","toUpperCase","charAt","generateColorFromString","str","hash","i","charCodeAt","hue","Math","abs","calculateFontSize","size","floor","Avatar","uri","text","name","theme","backgroundColor","textColor","style","imageStyle","textStyle","isLoading","colors","displayText","generatedBgColor","primary","nameForColor","bgColor","fontSize","containerStyle","width","height","borderRadius","textStyleComputed","styles","fontFamily","phuduBold","color","textAlign","lineHeight","OS","includeFontPadding","container","inputBackground","children","source","image","resizeMode","create","overflow","justifyContent","alignItems","fontWeight","undefined"],"sourceRoot":"../../../../src","sources":["ui/components/Avatar.tsx"],"mappings":";;AACA,SAASA,IAAI,EAAEC,OAAO,QAAQ,OAAO;AACrC,SAASC,IAAI,EAAEC,IAAI,EAAEC,KAAK,EAAEC,UAAU,EAAmEC,iBAAiB,EAAEC,QAAQ,QAAQ,cAAc;AAC1J,SAASC,cAAc,QAAQ,
|
|
1
|
+
{"version":3,"names":["memo","useMemo","View","Text","Image","StyleSheet","ActivityIndicator","Platform","useThemeColors","fontFamilies","jsx","_jsx","getInitials","nameStr","trim","trimmed","parts","split","filter","part","length","firstPart","startsWith","substring","toUpperCase","charAt","generateColorFromString","str","hash","i","charCodeAt","hue","Math","abs","calculateFontSize","size","floor","Avatar","uri","text","name","theme","backgroundColor","textColor","style","imageStyle","textStyle","isLoading","colors","displayText","generatedBgColor","primary","nameForColor","bgColor","fontSize","containerStyle","width","height","borderRadius","textStyleComputed","styles","fontFamily","phuduBold","color","textAlign","lineHeight","OS","includeFontPadding","container","inputBackground","children","source","image","resizeMode","create","overflow","justifyContent","alignItems","fontWeight","undefined"],"sourceRoot":"../../../../src","sources":["ui/components/Avatar.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -6,7 +6,7 @@ import { Gesture, GestureDetector, GestureHandlerRootView } from 'react-native-g
|
|
|
6
6
|
import { useKeyboardHandler } from 'react-native-keyboard-controller';
|
|
7
7
|
import Animated, { interpolate, runOnJS, useAnimatedScrollHandler, useAnimatedStyle, useSharedValue, withSpring, withTiming } from 'react-native-reanimated';
|
|
8
8
|
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
9
|
-
import { useThemeColors } from
|
|
9
|
+
import { useThemeColors } from "../hooks/useThemeColors.js";
|
|
10
10
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
11
|
const {
|
|
12
12
|
width: SCREEN_WIDTH,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","useImperativeHandle","useRef","useEffect","useState","useCallback","useMemo","View","StyleSheet","Modal","Pressable","Dimensions","Platform","Gesture","GestureDetector","GestureHandlerRootView","useKeyboardHandler","Animated","interpolate","runOnJS","useAnimatedScrollHandler","useAnimatedStyle","useSharedValue","withSpring","withTiming","useSafeAreaInsets","useThemeColors","jsx","_jsx","jsxs","_jsxs","width","SCREEN_WIDTH","height","SCREEN_HEIGHT","get","SPRING_CONFIG","damping","stiffness","mass","BottomSheet","props","ref","children","onDismiss","enablePanDownToClose","backgroundComponent","backdropComponent","style","enableHandlePanningGesture","onDismissAttempt","detached","insets","colors","visible","setVisible","rendered","setRendered","closeTimeoutRef","hasClosedRef","scrollViewRef","translateY","opacity","scrollOffsetY","isScrollAtTop","allowPanClose","keyboardHeight","context","y","onMove","e","value","onEnd","safeClose","finishClose","current","clearTimeout","duration","finished","setTimeout","OS","createWebScrollbarStyle","border","present","dismiss","scrollTo","animated","close","expand","collapse","nativeGesture","Native","panGesture","Pan","enabled","simultaneousWithExternalGesture","onStart","onUpdate","event","newTranslateY","translationY","atTopOrNearTop","velocity","velocityY","distance","closeThreshold","Math","max","fastSwipeThreshold","shouldClose","backdropStyle","sheetStyle","scale","transform","sheetHeightStyle","maxHeight","top","bottom","sheetMarginStyle","marginBottom","handleBackdropPress","scrollHandler","onScroll","contentOffset","dynamicStyles","isDark","background","create","handle","styles","backgroundColor","sheet","sheetDetached","sheetNormal","scrollContent","transparent","animationType","statusBarTranslucent","onRequestClose","absoluteFill","backdrop","onPress","backdropTouchable","gesture","ScrollView","scrollView","scrollbarWidth","scrollbarColor","contentContainerStyle","showsVerticalScrollIndicator","keyboardShouldPersistTaps","scrollEventThrottle","className","undefined","onLayout","displayName","flex","position","overflow","maxWidth","alignSelf","marginHorizontal","left","right","borderRadius","borderTopLeftRadius","borderTopRightRadius","marginLeft","zIndex","absoluteFillObject","flexGrow","borderColor","document","styleId","styleElement","getElementById","createElement","id","head","appendChild","scrollbarHoverColor","textContent"],"sourceRoot":"../../../../src","sources":["ui/components/BottomSheet.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useImperativeHandle","useRef","useEffect","useState","useCallback","useMemo","View","StyleSheet","Modal","Pressable","Dimensions","Platform","Gesture","GestureDetector","GestureHandlerRootView","useKeyboardHandler","Animated","interpolate","runOnJS","useAnimatedScrollHandler","useAnimatedStyle","useSharedValue","withSpring","withTiming","useSafeAreaInsets","useThemeColors","jsx","_jsx","jsxs","_jsxs","width","SCREEN_WIDTH","height","SCREEN_HEIGHT","get","SPRING_CONFIG","damping","stiffness","mass","BottomSheet","props","ref","children","onDismiss","enablePanDownToClose","backgroundComponent","backdropComponent","style","enableHandlePanningGesture","onDismissAttempt","detached","insets","colors","visible","setVisible","rendered","setRendered","closeTimeoutRef","hasClosedRef","scrollViewRef","translateY","opacity","scrollOffsetY","isScrollAtTop","allowPanClose","keyboardHeight","context","y","onMove","e","value","onEnd","safeClose","finishClose","current","clearTimeout","duration","finished","setTimeout","OS","createWebScrollbarStyle","border","present","dismiss","scrollTo","animated","close","expand","collapse","nativeGesture","Native","panGesture","Pan","enabled","simultaneousWithExternalGesture","onStart","onUpdate","event","newTranslateY","translationY","atTopOrNearTop","velocity","velocityY","distance","closeThreshold","Math","max","fastSwipeThreshold","shouldClose","backdropStyle","sheetStyle","scale","transform","sheetHeightStyle","maxHeight","top","bottom","sheetMarginStyle","marginBottom","handleBackdropPress","scrollHandler","onScroll","contentOffset","dynamicStyles","isDark","background","create","handle","styles","backgroundColor","sheet","sheetDetached","sheetNormal","scrollContent","transparent","animationType","statusBarTranslucent","onRequestClose","absoluteFill","backdrop","onPress","backdropTouchable","gesture","ScrollView","scrollView","scrollbarWidth","scrollbarColor","contentContainerStyle","showsVerticalScrollIndicator","keyboardShouldPersistTaps","scrollEventThrottle","className","undefined","onLayout","displayName","flex","position","overflow","maxWidth","alignSelf","marginHorizontal","left","right","borderRadius","borderTopLeftRadius","borderTopRightRadius","marginLeft","zIndex","absoluteFillObject","flexGrow","borderColor","document","styleId","styleElement","getElementById","createElement","id","head","appendChild","scrollbarHoverColor","textContent"],"sourceRoot":"../../../../src","sources":["ui/components/BottomSheet.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,11 +4,11 @@ import React, { useRef, useEffect, useCallback } from 'react';
|
|
|
4
4
|
import { BackHandler, View, StyleSheet } from 'react-native';
|
|
5
5
|
import Animated, { useSharedValue, useAnimatedStyle } from 'react-native-reanimated';
|
|
6
6
|
import { useStore } from 'zustand';
|
|
7
|
-
import { getScreenComponent, isValidRoute } from
|
|
8
|
-
import { useColorScheme } from
|
|
9
|
-
import { Colors } from
|
|
10
|
-
import BottomSheet from
|
|
11
|
-
import { setBottomSheetRef as setManagerRef, updateBottomSheetState, subscribeToBottomSheetState, managerShowBottomSheet, managerCloseBottomSheet, managerGoBack, getBottomSheetState, bottomSheetStore } from
|
|
7
|
+
import { getScreenComponent, isValidRoute } from "../navigation/routes.js";
|
|
8
|
+
import { useColorScheme } from "../hooks/use-color-scheme.js";
|
|
9
|
+
import { Colors } from "../constants/theme.js";
|
|
10
|
+
import BottomSheet from "./BottomSheet.js";
|
|
11
|
+
import { setBottomSheetRef as setManagerRef, updateBottomSheetState, subscribeToBottomSheetState, managerShowBottomSheet, managerCloseBottomSheet, managerGoBack, getBottomSheetState, bottomSheetStore } from "../navigation/bottomSheetManager.js";
|
|
12
12
|
|
|
13
13
|
// Re-export types for backward compatibility
|
|
14
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","useEffect","useCallback","BackHandler","View","StyleSheet","Animated","useSharedValue","useAnimatedStyle","useStore","getScreenComponent","isValidRoute","useColorScheme","Colors","BottomSheet","setBottomSheetRef","setManagerRef","updateBottomSheetState","subscribeToBottomSheetState","managerShowBottomSheet","managerCloseBottomSheet","managerGoBack","getBottomSheetState","bottomSheetStore","jsx","_jsx","AnimatedScreenContainer","children","fadeAnim","scaleAnim","screenKey","animatedStyle","opacity","value","transform","scale","style","flexShrink","BottomSheetRouterComponent","onScreenChange","onDismiss","bottomSheetRef","colorScheme","colors","previousScreenRef","isTransitioningRef","managerRefObject","current","present","dismiss","state","animateScreenTransition","newScreen","newState","currentScreen","previousScreen","isScreenChange","handleDismiss","screenProps","currentStep","undefined","navigationHistory","isOpen","ScreenComponent","navigate","screen","props","__DEV__","console","warn","isSameScreen","newStep","initialStep","isStepChange","addToHistory","handleStepChange","step","_totalSteps","canDismiss","currentState","length","isStepBased","goBack","wentBack","previousStep","backHandler","addEventListener","remove","calculatedInitialStep","_","otherScreenProps","scrollTo","y","animated","onClose","onAuthenticated","theme","onStepChange","renderBackground","styles","background","backgroundColor","handleDismissAttempt","ref","enablePanDownToClose","backgroundComponent","enableHandlePanningGesture","container","onDismissAttempt","BottomSheetRouter","memo","displayName","create","maxWidth","width","alignSelf","marginHorizontal","borderTopLeftRadius","borderTopRightRadius","overflow"],"sourceRoot":"../../../../src","sources":["ui/components/BottomSheetRouter.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAIC,MAAM,EAAEC,SAAS,EAAEC,WAAW,QAAQ,OAAO;AAC7D,SAASC,WAAW,EAAEC,IAAI,EAAEC,UAAU,QAAwC,cAAc;AAC5F,OAAOC,QAAQ,IACXC,cAAc,EACdC,gBAAgB,QAIb,yBAAyB;AAChC,SAASC,QAAQ,QAAQ,SAAS;AAElC,SAASC,kBAAkB,EAAEC,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"names":["React","useRef","useEffect","useCallback","BackHandler","View","StyleSheet","Animated","useSharedValue","useAnimatedStyle","useStore","getScreenComponent","isValidRoute","useColorScheme","Colors","BottomSheet","setBottomSheetRef","setManagerRef","updateBottomSheetState","subscribeToBottomSheetState","managerShowBottomSheet","managerCloseBottomSheet","managerGoBack","getBottomSheetState","bottomSheetStore","jsx","_jsx","AnimatedScreenContainer","children","fadeAnim","scaleAnim","screenKey","animatedStyle","opacity","value","transform","scale","style","flexShrink","BottomSheetRouterComponent","onScreenChange","onDismiss","bottomSheetRef","colorScheme","colors","previousScreenRef","isTransitioningRef","managerRefObject","current","present","dismiss","state","animateScreenTransition","newScreen","newState","currentScreen","previousScreen","isScreenChange","handleDismiss","screenProps","currentStep","undefined","navigationHistory","isOpen","ScreenComponent","navigate","screen","props","__DEV__","console","warn","isSameScreen","newStep","initialStep","isStepChange","addToHistory","handleStepChange","step","_totalSteps","canDismiss","currentState","length","isStepBased","goBack","wentBack","previousStep","backHandler","addEventListener","remove","calculatedInitialStep","_","otherScreenProps","scrollTo","y","animated","onClose","onAuthenticated","theme","onStepChange","renderBackground","styles","background","backgroundColor","handleDismissAttempt","ref","enablePanDownToClose","backgroundComponent","enableHandlePanningGesture","container","onDismissAttempt","BottomSheetRouter","memo","displayName","create","maxWidth","width","alignSelf","marginHorizontal","borderTopLeftRadius","borderTopRightRadius","overflow"],"sourceRoot":"../../../../src","sources":["ui/components/BottomSheetRouter.tsx"],"mappings":"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","ignoreList":[]}
|