@oxyhq/services 5.17.18 → 5.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/assets/icons/OxyServices.js +1 -1
- package/lib/commonjs/core/HttpService.js +4 -4
- package/lib/commonjs/core/OxyServices.base.js +9 -9
- package/lib/commonjs/core/OxyServices.base.js.map +1 -1
- package/lib/commonjs/core/OxyServices.js +5 -5
- package/lib/commonjs/core/OxyServices.js.map +1 -1
- package/lib/commonjs/core/index.js +6 -6
- package/lib/commonjs/core/mixins/OxyServices.analytics.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.auth.js +2 -2
- package/lib/commonjs/core/mixins/OxyServices.auth.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.developer.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.features.js +372 -0
- package/lib/commonjs/core/mixins/OxyServices.features.js.map +1 -0
- package/lib/commonjs/core/mixins/OxyServices.fedcm.js +5 -5
- package/lib/commonjs/core/mixins/OxyServices.fedcm.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.karma.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.language.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.payment.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.popup.js +8 -8
- package/lib/commonjs/core/mixins/OxyServices.popup.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.redirect.js +4 -4
- package/lib/commonjs/core/mixins/OxyServices.redirect.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.user.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.utility.js +1 -1
- package/lib/commonjs/core/mixins/index.js +21 -20
- package/lib/commonjs/core/mixins/index.js.map +1 -1
- package/lib/commonjs/crypto/index.js +4 -4
- package/lib/commonjs/crypto/recoveryPhrase.js +1 -1
- package/lib/commonjs/crypto/signatureService.js +1 -1
- package/lib/commonjs/index.js +59 -59
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/node/index.js +6 -6
- package/lib/commonjs/node/index.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +1 -1
- package/lib/commonjs/ui/components/Avatar.js +3 -3
- package/lib/commonjs/ui/components/Avatar.js.map +1 -1
- package/lib/commonjs/ui/components/BottomSheet.js +1 -1
- package/lib/commonjs/ui/components/BottomSheetRouter.js +5 -5
- package/lib/commonjs/ui/components/CrossFadeIcon.js +2 -2
- package/lib/commonjs/ui/components/FollowButton.js +5 -5
- package/lib/commonjs/ui/components/GroupedItem.js +16 -6
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +1 -1
- package/lib/commonjs/ui/components/Header.js +5 -5
- package/lib/commonjs/ui/components/HelperText.js +2 -2
- package/lib/commonjs/ui/components/HelperText.js.map +1 -1
- package/lib/commonjs/ui/components/Icon.js +1 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js +7 -7
- package/lib/commonjs/ui/components/OxyLogo.js +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +2 -2
- package/lib/commonjs/ui/components/OxyProvider.js +6 -6
- package/lib/commonjs/ui/components/OxySignInButton.js +2 -2
- package/lib/commonjs/ui/components/ProfileCard.js +8 -8
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -1
- package/lib/commonjs/ui/components/QuickActions.js +2 -2
- package/lib/commonjs/ui/components/Section.js +3 -3
- package/lib/commonjs/ui/components/SectionTitle.js +4 -4
- package/lib/commonjs/ui/components/SettingRow.js +17 -4
- package/lib/commonjs/ui/components/SettingRow.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +4 -4
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +5 -5
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +4 -4
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +4 -4
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +5 -5
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +2 -2
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +7 -7
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +8 -8
- package/lib/commonjs/ui/components/TextField/helpers.js +2 -2
- package/lib/commonjs/ui/components/TextField.js +7 -7
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +5 -5
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +5 -5
- package/lib/commonjs/ui/components/Typography/AnimatedText.js +2 -2
- package/lib/commonjs/ui/components/feedback/FormInput.js +72 -0
- package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js +33 -0
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/constants.js +59 -0
- package/lib/commonjs/ui/components/feedback/constants.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +262 -0
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/index.js +54 -0
- package/lib/commonjs/ui/components/feedback/index.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/types.js +6 -0
- package/lib/commonjs/ui/components/feedback/types.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +52 -0
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +2 -2
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +3 -3
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +2 -2
- package/lib/commonjs/ui/components/fileManagement/styles.js +1 -1
- package/lib/commonjs/ui/components/icon/index.js +2 -2
- package/lib/commonjs/ui/components/index.js +16 -16
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +282 -0
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -0
- package/lib/commonjs/ui/components/modals/index.js +14 -0
- package/lib/commonjs/ui/components/modals/index.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +309 -0
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +79 -0
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js +108 -0
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js +79 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js +176 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/constants.js +53 -0
- package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
- package/lib/commonjs/ui/components/payment/index.js +80 -0
- package/lib/commonjs/ui/components/payment/index.js.map +1 -0
- package/lib/commonjs/ui/components/payment/paymentStyles.js +409 -0
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/commonjs/ui/components/payment/types.js +6 -0
- package/lib/commonjs/ui/components/payment/types.js.map +1 -0
- package/lib/commonjs/ui/components/profile/EditBioModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditDisplayNameModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditEmailModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditLinksModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditLocationModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditUsernameModal.js +5 -5
- package/lib/commonjs/ui/components/theming.js +3 -3
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +20 -20
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +6 -6
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useDeviceManagement.js +2 -2
- package/lib/commonjs/ui/context/hooks/useLanguageManagement.js +2 -2
- package/lib/commonjs/ui/context/hooks/useSessionManagement.js +5 -5
- package/lib/commonjs/ui/hooks/index.js +30 -4
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +2 -2
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +5 -5
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +3 -3
- package/lib/commonjs/ui/hooks/queries/index.js +4 -4
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +2 -2
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +2 -2
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +3 -3
- package/lib/commonjs/ui/hooks/use-color-scheme.js +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js +95 -0
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +2 -2
- package/lib/commonjs/ui/hooks/useFollow.js +2 -2
- package/lib/commonjs/ui/hooks/useI18n.js +3 -3
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +2 -2
- package/lib/commonjs/ui/hooks/useProfileEditing.js +3 -3
- package/lib/commonjs/ui/hooks/useSessionManagement.js +5 -5
- package/lib/commonjs/ui/hooks/useSessionSocket.js +2 -2
- package/lib/commonjs/ui/hooks/useSettingToggle.js +126 -0
- package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/commonjs/ui/hooks/useStorage.js +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js +2 -2
- package/lib/commonjs/ui/hooks/useThemeStyles.js +3 -3
- package/lib/commonjs/ui/index.js +4 -4
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/commonjs/ui/navigation/routes.js +1 -0
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +20 -18
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +63 -60
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +29 -29
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +17 -17
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +11 -11
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js +20 -20
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +315 -0
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FeedbackScreen.js +84 -601
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js +16 -16
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +18 -17
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +14 -14
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +11 -11
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +10 -10
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +4 -4
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +71 -1399
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +8 -8
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +39 -39
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +23 -15
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +30 -24
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +13 -13
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js +10 -10
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserLinksScreen.js +5 -5
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +10 -10
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +7 -7
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +29 -17
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +8 -8
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +8 -8
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +11 -11
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +7 -7
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js +4 -4
- package/lib/commonjs/ui/styles/spacing.js +1 -1
- package/lib/commonjs/ui/styles/theme.js +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +3 -3
- package/lib/commonjs/ui/utils/fileManagement.js +2 -2
- package/lib/commonjs/utils/asyncUtils.js +1 -1
- package/lib/commonjs/utils/errorUtils.js +2 -2
- package/lib/commonjs/utils/index.js +4 -4
- package/lib/module/assets/icons/OxyServices.js +1 -1
- package/lib/module/assets/icons/OxyServices.js.map +1 -1
- package/lib/module/core/HttpService.js +4 -4
- package/lib/module/core/HttpService.js.map +1 -1
- package/lib/module/core/OxyServices.base.js +3 -3
- package/lib/module/core/OxyServices.base.js.map +1 -1
- package/lib/module/core/OxyServices.js +2 -2
- package/lib/module/core/OxyServices.js.map +1 -1
- package/lib/module/core/index.js +8 -8
- package/lib/module/core/index.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.analytics.js +1 -1
- package/lib/module/core/mixins/OxyServices.analytics.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.auth.js +1 -1
- package/lib/module/core/mixins/OxyServices.auth.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.developer.js +1 -1
- package/lib/module/core/mixins/OxyServices.developer.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.features.js +369 -0
- package/lib/module/core/mixins/OxyServices.features.js.map +1 -0
- package/lib/module/core/mixins/OxyServices.fedcm.js +1 -1
- package/lib/module/core/mixins/OxyServices.fedcm.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.karma.js +1 -1
- package/lib/module/core/mixins/OxyServices.karma.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.language.js +1 -1
- package/lib/module/core/mixins/OxyServices.language.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.payment.js +1 -1
- package/lib/module/core/mixins/OxyServices.payment.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.popup.js +1 -1
- package/lib/module/core/mixins/OxyServices.popup.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.redirect.js +1 -1
- package/lib/module/core/mixins/OxyServices.redirect.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.user.js +1 -1
- package/lib/module/core/mixins/OxyServices.user.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.utility.js +1 -1
- package/lib/module/core/mixins/OxyServices.utility.js.map +1 -1
- package/lib/module/core/mixins/index.js +20 -19
- package/lib/module/core/mixins/index.js.map +1 -1
- package/lib/module/crypto/index.js +5 -5
- package/lib/module/crypto/index.js.map +1 -1
- package/lib/module/crypto/recoveryPhrase.js +1 -1
- package/lib/module/crypto/recoveryPhrase.js.map +1 -1
- package/lib/module/crypto/signatureService.js +1 -1
- package/lib/module/crypto/signatureService.js.map +1 -1
- package/lib/module/index.js +25 -25
- package/lib/module/index.js.map +1 -1
- package/lib/module/node/index.js +3 -3
- package/lib/module/node/index.js.map +1 -1
- package/lib/module/package.json +1 -0
- package/lib/module/ui/components/ActivityIndicator.js +1 -1
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +2 -2
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +1 -1
- package/lib/module/ui/components/BottomSheet.js.map +1 -1
- package/lib/module/ui/components/BottomSheetRouter.js +5 -5
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +2 -2
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +5 -5
- package/lib/module/ui/components/FollowButton.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +16 -6
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +1 -1
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +5 -5
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +1 -1
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +1 -1
- package/lib/module/ui/components/Icon.js.map +1 -1
- package/lib/module/ui/components/IconButton/IconButton.js +7 -7
- package/lib/module/ui/components/IconButton/IconButton.js.map +1 -1
- package/lib/module/ui/components/OxyLogo.js +1 -1
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +2 -2
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +6 -6
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +2 -2
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +7 -7
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +2 -2
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +3 -3
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +4 -4
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +17 -4
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +2 -2
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/module/ui/components/Surface.js +5 -5
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js +1 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +4 -4
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +4 -4
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +5 -5
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +2 -2
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/LabelBackground.js +1 -1
- package/lib/module/ui/components/TextField/Label/LabelBackground.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldFlat.js +8 -8
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +8 -8
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/helpers.js +2 -2
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField.js +7 -7
- package/lib/module/ui/components/TextField.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +5 -5
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +5 -5
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +2 -2
- package/lib/module/ui/components/Typography/AnimatedText.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +67 -0
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -0
- package/lib/module/ui/components/feedback/ProgressIndicator.js +28 -0
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +1 -0
- package/lib/module/ui/components/feedback/constants.js +55 -0
- package/lib/module/ui/components/feedback/constants.js.map +1 -0
- package/lib/module/ui/components/feedback/feedbackStyles.js +257 -0
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -0
- package/lib/module/ui/components/feedback/index.js +8 -0
- package/lib/module/ui/components/feedback/index.js.map +1 -0
- package/lib/module/ui/components/feedback/types.js +4 -0
- package/lib/module/ui/components/feedback/types.js.map +1 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js +47 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -0
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +2 -2
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +3 -3
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/module/ui/components/fileManagement/UploadPreview.js +2 -2
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +1 -1
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/index.js +2 -2
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +16 -16
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +276 -0
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -0
- package/lib/module/ui/components/modals/index.js +4 -0
- package/lib/module/ui/components/modals/index.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +303 -0
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentMethodStep.js +73 -0
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js +102 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +73 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +170 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/module/ui/components/payment/constants.js +47 -0
- package/lib/module/ui/components/payment/constants.js.map +1 -0
- package/lib/module/ui/components/payment/index.js +10 -0
- package/lib/module/ui/components/payment/index.js.map +1 -0
- package/lib/module/ui/components/payment/paymentStyles.js +404 -0
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/module/ui/components/payment/types.js +4 -0
- package/lib/module/ui/components/payment/types.js.map +1 -0
- package/lib/module/ui/components/profile/EditBioModal.js +5 -5
- package/lib/module/ui/components/profile/EditBioModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditDisplayNameModal.js +5 -5
- package/lib/module/ui/components/profile/EditDisplayNameModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditEmailModal.js +5 -5
- package/lib/module/ui/components/profile/EditEmailModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditLinksModal.js +5 -5
- package/lib/module/ui/components/profile/EditLinksModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditLocationModal.js +5 -5
- package/lib/module/ui/components/profile/EditLocationModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditUsernameModal.js +5 -5
- package/lib/module/ui/components/profile/EditUsernameModal.js.map +1 -1
- package/lib/module/ui/components/theming.js +1 -1
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +1 -1
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +16 -16
- package/lib/module/ui/context/OxyContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +4 -4
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/context/hooks/useDeviceManagement.js +2 -2
- package/lib/module/ui/context/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useLanguageManagement.js +2 -2
- package/lib/module/ui/context/hooks/useLanguageManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useSessionManagement.js +5 -5
- package/lib/module/ui/context/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/index.js +6 -4
- package/lib/module/ui/hooks/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/index.js +2 -2
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +5 -5
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +3 -3
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/index.js +4 -4
- package/lib/module/ui/hooks/queries/index.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +2 -2
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +2 -2
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useServicesQueries.js +3 -3
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/use-color-scheme.js +1 -1
- package/lib/module/ui/hooks/use-color-scheme.js.map +1 -1
- package/lib/module/ui/hooks/useAssets.js +1 -1
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +89 -0
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/module/ui/hooks/useDeviceManagement.js +2 -2
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.js +2 -2
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +2 -2
- package/lib/module/ui/hooks/useI18n.js.map +1 -1
- package/lib/module/ui/hooks/useLanguageManagement.js +2 -2
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/module/ui/hooks/useProfileEditing.js +3 -3
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/module/ui/hooks/useSessionManagement.js +5 -5
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +2 -2
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +120 -0
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/module/ui/hooks/useStorage.js +1 -1
- package/lib/module/ui/hooks/useStorage.js.map +1 -1
- package/lib/module/ui/hooks/useThemeColors.js +2 -2
- package/lib/module/ui/hooks/useThemeColors.js.map +1 -1
- package/lib/module/ui/hooks/useThemeStyles.js +3 -3
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/index.js +3 -3
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +1 -0
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +20 -18
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +47 -44
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +24 -24
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +10 -10
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js +6 -6
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +8 -8
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +310 -0
- package/lib/module/ui/screens/FAQScreen.js.map +1 -0
- package/lib/module/ui/screens/FeedbackScreen.js +71 -588
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/module/ui/screens/FileManagementScreen.js +15 -15
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +13 -12
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +7 -7
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +9 -9
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +5 -5
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +3 -3
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js +69 -1399
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +8 -8
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +6 -6
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/ProfileScreen.js +21 -13
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +22 -16
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +6 -6
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/SessionManagementScreen.js +7 -7
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +3 -3
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +9 -9
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +29 -17
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +7 -7
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +9 -9
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/module/ui/styles/index.js +4 -4
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +1 -1
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +1 -1
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +3 -3
- package/lib/module/ui/utils/avatarUtils.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +2 -2
- package/lib/module/ui/utils/fileManagement.js.map +1 -1
- package/lib/module/utils/asyncUtils.js +1 -1
- package/lib/module/utils/asyncUtils.js.map +1 -1
- package/lib/module/utils/errorUtils.js +2 -2
- package/lib/module/utils/errorUtils.js.map +1 -1
- package/lib/module/utils/index.js +4 -4
- package/lib/module/utils/index.js.map +1 -1
- package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/commonjs/assets/illustrations/HighFive.d.ts.map +1 -0
- package/lib/typescript/commonjs/constants/version.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/CrossDomainAuth.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/HttpService.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/OxyServices.base.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/OxyServices.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/OxyServices.errors.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.analytics.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.assets.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.auth.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.developer.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.devices.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.features.d.ts +229 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.features.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.fedcm.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.karma.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.language.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.location.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.payment.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.popup.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.privacy.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.redirect.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.security.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.user.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.utility.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/index.d.ts +1128 -0
- package/lib/typescript/commonjs/core/mixins/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/mixinHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/keyManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/polyfill.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/recoveryPhrase.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/signatureService.d.ts.map +1 -0
- package/lib/typescript/commonjs/i18n/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/sonner-safe.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/sonner.d.ts.map +1 -0
- package/lib/typescript/commonjs/models/interfaces.d.ts.map +1 -0
- package/lib/typescript/commonjs/models/session.d.ts.map +1 -0
- package/lib/typescript/commonjs/node/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/commonjs/ui/components/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/AnimationExample.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/AutoHeightScrollView.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Avatar.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/BottomSheetRouter.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/CrossFadeIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/EmptyState.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/FontLoader.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts +24 -0
- package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/GroupedSection.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Header.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/HelperText.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/IconButton/IconButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/IconButton/utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/LoadingState.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyLogo.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/ProfileCard.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/QuickActions.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Section.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/SectionTitle.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/SettingRow.d.ts +20 -0
- package/lib/typescript/commonjs/ui/components/SettingRow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Surface.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Outline.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Underline.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/enums.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Label/InputLabel.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Label/LabelBackground.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldFlat.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldOutlined.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/helpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/Pressable.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Typography/AnimatedText.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Typography/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/FormInput.d.ts +20 -0
- package/lib/typescript/commonjs/ui/components/feedback/FormInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts +11 -0
- package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts +5 -0
- package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts +280 -0
- package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/index.d.ts +7 -0
- package/lib/typescript/commonjs/ui/components/feedback/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/types.d.ts +46 -0
- package/lib/typescript/commonjs/ui/components/feedback/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/useFeedbackForm.d.ts +9 -0
- package/lib/typescript/commonjs/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/OxyIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/internal/GroupedPillButtons.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/internal/PinInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts +19 -0
- package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/modals/index.d.ts +2 -0
- package/lib/typescript/commonjs/ui/components/modals/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts +21 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts +14 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts +16 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts +10 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts +15 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/constants.d.ts +7 -0
- package/lib/typescript/commonjs/ui/components/payment/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/index.d.ts +9 -0
- package/lib/typescript/commonjs/ui/components/payment/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts +396 -0
- package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/types.d.ts +40 -0
- package/lib/typescript/commonjs/ui/components/payment/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditBioModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditDisplayNameModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditEmailModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditLinksModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditLocationModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditUsernameModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/theming.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/forwardRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/splitStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/iconColors.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/theme.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/index.d.ts +7 -0
- package/lib/typescript/commonjs/ui/hooks/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/use-color-scheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/use-haptic-press.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAssets.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAsyncAction.d.ts +51 -0
- package/lib/typescript/commonjs/ui/hooks/useAsyncAction.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useI18n.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useQueryClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSessionSocket.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSettingToggle.d.ts +55 -0
- package/lib/typescript/commonjs/ui/hooks/useSettingToggle.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useStorage.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useThemeColors.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useThemeStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/isFrontend.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts +6 -0
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountOverviewScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountSwitcherScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/OxyAuthScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts +15 -0
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/accountStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/assetStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/authStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/fileStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/followStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/authStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/fonts.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/theme.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/types/fileManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/types/navigation.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/colorUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/confirmAction.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/errorHandlers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/themeUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/user-utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/apiUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/asyncUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/cache.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/deviceManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/errorUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/hookUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/languageUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/loggerUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/requestUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/sessionUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/validationUtils.d.ts.map +1 -0
- package/lib/typescript/module/assets/icons/OxyServices.d.ts +29 -0
- package/lib/typescript/module/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/module/assets/illustrations/HighFive.d.ts +9 -0
- package/lib/typescript/module/assets/illustrations/HighFive.d.ts.map +1 -0
- package/lib/typescript/module/constants/version.d.ts +14 -0
- package/lib/typescript/module/constants/version.d.ts.map +1 -0
- package/lib/typescript/module/core/CrossDomainAuth.d.ts +161 -0
- package/lib/typescript/module/core/CrossDomainAuth.d.ts.map +1 -0
- package/lib/typescript/module/core/HttpService.d.ts +159 -0
- package/lib/typescript/module/core/HttpService.d.ts.map +1 -0
- package/lib/typescript/module/core/OxyServices.base.d.ts +127 -0
- package/lib/typescript/module/core/OxyServices.base.d.ts.map +1 -0
- package/lib/typescript/module/core/OxyServices.d.ts +82 -0
- package/lib/typescript/module/core/OxyServices.d.ts.map +1 -0
- package/lib/typescript/module/core/OxyServices.errors.d.ts +12 -0
- package/lib/typescript/module/core/OxyServices.errors.d.ts.map +1 -0
- package/lib/typescript/module/core/index.d.ts +19 -0
- package/lib/typescript/module/core/index.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.analytics.d.ts +67 -0
- package/lib/typescript/module/core/mixins/OxyServices.analytics.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.assets.d.ts +136 -0
- package/lib/typescript/module/core/mixins/OxyServices.assets.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.auth.d.ts +187 -0
- package/lib/typescript/module/core/mixins/OxyServices.auth.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.developer.d.ts +100 -0
- package/lib/typescript/module/core/mixins/OxyServices.developer.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.devices.d.ts +97 -0
- package/lib/typescript/module/core/mixins/OxyServices.devices.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.features.d.ts +229 -0
- package/lib/typescript/module/core/mixins/OxyServices.features.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.fedcm.d.ts +195 -0
- package/lib/typescript/module/core/mixins/OxyServices.fedcm.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.karma.d.ts +86 -0
- package/lib/typescript/module/core/mixins/OxyServices.karma.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.language.d.ts +82 -0
- package/lib/typescript/module/core/mixins/OxyServices.language.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.location.d.ts +65 -0
- package/lib/typescript/module/core/mixins/OxyServices.location.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.payment.d.ts +112 -0
- package/lib/typescript/module/core/mixins/OxyServices.payment.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.popup.d.ts +206 -0
- package/lib/typescript/module/core/mixins/OxyServices.popup.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.privacy.d.ts +123 -0
- package/lib/typescript/module/core/mixins/OxyServices.privacy.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.redirect.d.ts +246 -0
- package/lib/typescript/module/core/mixins/OxyServices.redirect.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.security.d.ts +79 -0
- package/lib/typescript/module/core/mixins/OxyServices.security.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.user.d.ts +185 -0
- package/lib/typescript/module/core/mixins/OxyServices.user.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.utility.d.ts +94 -0
- package/lib/typescript/module/core/mixins/OxyServices.utility.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/index.d.ts +1128 -0
- package/lib/typescript/module/core/mixins/index.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/mixinHelpers.d.ts +32 -0
- package/lib/typescript/module/core/mixins/mixinHelpers.d.ts.map +1 -0
- package/lib/typescript/module/crypto/index.d.ts +12 -0
- package/lib/typescript/module/crypto/index.d.ts.map +1 -0
- package/lib/typescript/module/crypto/keyManager.d.ts +190 -0
- package/lib/typescript/module/crypto/keyManager.d.ts.map +1 -0
- package/lib/typescript/module/crypto/polyfill.d.ts +13 -0
- package/lib/typescript/module/crypto/polyfill.d.ts.map +1 -0
- package/lib/typescript/module/crypto/recoveryPhrase.d.ts +59 -0
- package/lib/typescript/module/crypto/recoveryPhrase.d.ts.map +1 -0
- package/lib/typescript/module/crypto/signatureService.d.ts +87 -0
- package/lib/typescript/module/crypto/signatureService.d.ts.map +1 -0
- package/lib/typescript/module/i18n/index.d.ts +4 -0
- package/lib/typescript/module/i18n/index.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +39 -0
- package/lib/typescript/module/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/sonner-safe.d.ts +9 -0
- package/lib/typescript/module/lib/sonner-safe.d.ts.map +1 -0
- package/lib/typescript/module/lib/sonner.d.ts +15 -0
- package/lib/typescript/module/lib/sonner.d.ts.map +1 -0
- package/lib/typescript/module/models/interfaces.d.ts +416 -0
- package/lib/typescript/module/models/interfaces.d.ts.map +1 -0
- package/lib/typescript/module/models/session.d.ts +24 -0
- package/lib/typescript/module/models/session.d.ts.map +1 -0
- package/lib/typescript/module/node/index.d.ts +10 -0
- package/lib/typescript/module/node/index.d.ts.map +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/ui/components/ActivityIndicator.d.ts +45 -0
- package/lib/typescript/module/ui/components/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/AnimationExample.d.ts +4 -0
- package/lib/typescript/module/ui/components/AnimationExample.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts +23 -0
- package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Avatar.d.ts +61 -0
- package/lib/typescript/module/ui/components/Avatar.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/BottomSheet.d.ts +29 -0
- package/lib/typescript/module/ui/components/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/BottomSheetRouter.d.ts +14 -0
- package/lib/typescript/module/ui/components/BottomSheetRouter.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts +27 -0
- package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/EmptyState.d.ts +8 -0
- package/lib/typescript/module/ui/components/EmptyState.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/ErrorBoundary.d.ts +31 -0
- package/lib/typescript/module/ui/components/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/FollowButton.d.ts +18 -0
- package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/FontLoader.d.ts +15 -0
- package/lib/typescript/module/ui/components/FontLoader.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/GroupedItem.d.ts +24 -0
- package/lib/typescript/module/ui/components/GroupedItem.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/GroupedSection.d.ts +25 -0
- package/lib/typescript/module/ui/components/GroupedSection.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Header.d.ts +38 -0
- package/lib/typescript/module/ui/components/Header.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/HelperText.d.ts +47 -0
- package/lib/typescript/module/ui/components/HelperText.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Icon.d.ts +60 -0
- package/lib/typescript/module/ui/components/Icon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts +99 -0
- package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/IconButton/utils.d.ts +19 -0
- package/lib/typescript/module/ui/components/IconButton/utils.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/LoadingState.d.ts +9 -0
- package/lib/typescript/module/ui/components/LoadingState.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyLogo.d.ts +29 -0
- package/lib/typescript/module/ui/components/OxyLogo.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyPayButton.d.ts +29 -0
- package/lib/typescript/module/ui/components/OxyPayButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyProvider.d.ts +11 -0
- package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts +65 -0
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/ProfileCard.d.ts +18 -0
- package/lib/typescript/module/ui/components/ProfileCard.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/QuickActions.d.ts +15 -0
- package/lib/typescript/module/ui/components/QuickActions.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Section.d.ts +12 -0
- package/lib/typescript/module/ui/components/Section.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/SectionTitle.d.ts +10 -0
- package/lib/typescript/module/ui/components/SectionTitle.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/SettingRow.d.ts +20 -0
- package/lib/typescript/module/ui/components/SettingRow.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/StepBasedScreen.d.ts +26 -0
- package/lib/typescript/module/ui/components/StepBasedScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Surface.d.ts +76 -0
- package/lib/typescript/module/ui/components/Surface.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts +16 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts +19 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +45 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts +73 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts +78 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts +13 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts +12 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts +12 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts +5 -0
- package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts +4 -0
- package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts +4 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts +4 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/constants.d.ts +32 -0
- package/lib/typescript/module/ui/components/TextField/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/helpers.d.ts +97 -0
- package/lib/typescript/module/ui/components/TextField/helpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/types.d.ts +156 -0
- package/lib/typescript/module/ui/components/TextField/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField.d.ts +192 -0
- package/lib/typescript/module/ui/components/TextField.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts +13 -0
- package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts +62 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts +25 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts +11 -0
- package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts +35 -0
- package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Typography/types.d.ts +19 -0
- package/lib/typescript/module/ui/components/Typography/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/FormInput.d.ts +20 -0
- package/lib/typescript/module/ui/components/feedback/FormInput.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts +11 -0
- package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/constants.d.ts +5 -0
- package/lib/typescript/module/ui/components/feedback/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts +280 -0
- package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/index.d.ts +7 -0
- package/lib/typescript/module/ui/components/feedback/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/types.d.ts +46 -0
- package/lib/typescript/module/ui/components/feedback/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts +9 -0
- package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts +15 -0
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts +18 -0
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts +21 -0
- package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/styles.d.ts +860 -0
- package/lib/typescript/module/ui/components/fileManagement/styles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts +9 -0
- package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts +10 -0
- package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/index.d.ts +4 -0
- package/lib/typescript/module/ui/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/index.d.ts +17 -0
- package/lib/typescript/module/ui/components/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts +18 -0
- package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/internal/PinInput.d.ts +23 -0
- package/lib/typescript/module/ui/components/internal/PinInput.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts +19 -0
- package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/modals/index.d.ts +2 -0
- package/lib/typescript/module/ui/components/modals/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts +21 -0
- package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts +14 -0
- package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts +16 -0
- package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts +10 -0
- package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts +15 -0
- package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/constants.d.ts +7 -0
- package/lib/typescript/module/ui/components/payment/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/index.d.ts +9 -0
- package/lib/typescript/module/ui/components/payment/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts +396 -0
- package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/types.d.ts +40 -0
- package/lib/typescript/module/ui/components/payment/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts +27 -0
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts +11 -0
- package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts +12 -0
- package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts +11 -0
- package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts +18 -0
- package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts +20 -0
- package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts +11 -0
- package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/styles/overlay.d.ts +4 -0
- package/lib/typescript/module/ui/components/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/styles/shadow.d.ts +3 -0
- package/lib/typescript/module/ui/components/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/theming.d.ts +8 -0
- package/lib/typescript/module/ui/components/theming.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/types.d.ts +80 -0
- package/lib/typescript/module/ui/components/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/forwardRef.d.ts +12 -0
- package/lib/typescript/module/ui/components/utils/forwardRef.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts +6 -0
- package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts +2 -0
- package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/splitStyles.d.ts +20 -0
- package/lib/typescript/module/ui/components/utils/splitStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/iconColors.d.ts +130 -0
- package/lib/typescript/module/ui/constants/iconColors.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/spacing.d.ts +33 -0
- package/lib/typescript/module/ui/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/theme.d.ts +97 -0
- package/lib/typescript/module/ui/constants/theme.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts +62 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/ThemeContext.d.ts +19 -0
- package/lib/typescript/module/ui/context/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts +40 -0
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useDeviceManagement.d.ts +27 -0
- package/lib/typescript/module/ui/context/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useLanguageManagement.d.ts +25 -0
- package/lib/typescript/module/ui/context/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useSessionManagement.d.ts +41 -0
- package/lib/typescript/module/ui/context/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/index.d.ts +7 -0
- package/lib/typescript/module/ui/hooks/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/index.d.ts +9 -0
- package/lib/typescript/module/ui/hooks/mutations/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +44 -0
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts +23 -0
- package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/index.d.ts +11 -0
- package/lib/typescript/module/ui/hooks/queries/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts +65 -0
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts +47 -0
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts +15 -0
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts +34 -0
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queryClient.d.ts +19 -0
- package/lib/typescript/module/ui/hooks/queryClient.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/use-color-scheme.d.ts +8 -0
- package/lib/typescript/module/ui/hooks/use-color-scheme.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/use-haptic-press.d.ts +8 -0
- package/lib/typescript/module/ui/hooks/use-haptic-press.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAssets.d.ts +35 -0
- package/lib/typescript/module/ui/hooks/useAssets.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts +51 -0
- package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts +27 -0
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts +19 -0
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFollow.d.ts +62 -0
- package/lib/typescript/module/ui/hooks/useFollow.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFollow.types.d.ts +33 -0
- package/lib/typescript/module/ui/hooks/useFollow.types.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useI18n.d.ts +5 -0
- package/lib/typescript/module/ui/hooks/useI18n.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts +25 -0
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts +36 -0
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useQueryClient.d.ts +7 -0
- package/lib/typescript/module/ui/hooks/useQueryClient.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts +41 -0
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSessionSocket.d.ts +14 -0
- package/lib/typescript/module/ui/hooks/useSessionSocket.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts +55 -0
- package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useStorage.d.ts +16 -0
- package/lib/typescript/module/ui/hooks/useStorage.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useThemeColors.d.ts +94 -0
- package/lib/typescript/module/ui/hooks/useThemeColors.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useThemeStyles.d.ts +45 -0
- package/lib/typescript/module/ui/hooks/useThemeStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/index.d.ts +8 -0
- package/lib/typescript/module/ui/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/isFrontend.d.ts +3 -0
- package/lib/typescript/module/ui/isFrontend.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts +74 -0
- package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/routes.d.ts +6 -0
- package/lib/typescript/module/ui/navigation/routes.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts +8 -0
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts +7 -0
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/OxyAuthScreen.d.ts +17 -0
- package/lib/typescript/module/ui/screens/OxyAuthScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts +15 -0
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/ProfileScreen.d.ts +9 -0
- package/lib/typescript/module/ui/screens/ProfileScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts +15 -0
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts +13 -0
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaAboutScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaCenterScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaFAQScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaLeaderboardScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRewardsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRulesScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/accountStore.d.ts +34 -0
- package/lib/typescript/module/ui/stores/accountStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/assetStore.d.ts +54 -0
- package/lib/typescript/module/ui/stores/assetStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/authStore.d.ts +17 -0
- package/lib/typescript/module/ui/stores/authStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/fileStore.d.ts +31 -0
- package/lib/typescript/module/ui/stores/fileStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/followStore.d.ts +25 -0
- package/lib/typescript/module/ui/stores/followStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/authStyles.d.ts +332 -0
- package/lib/typescript/module/ui/styles/authStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/fonts.d.ts +21 -0
- package/lib/typescript/module/ui/styles/fonts.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/index.d.ts +5 -0
- package/lib/typescript/module/ui/styles/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/spacing.d.ts +49 -0
- package/lib/typescript/module/ui/styles/spacing.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/theme.d.ts +68 -0
- package/lib/typescript/module/ui/styles/theme.d.ts.map +1 -0
- package/lib/typescript/module/ui/types/fileManagement.d.ts +41 -0
- package/lib/typescript/module/ui/types/fileManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/types/navigation.d.ts +37 -0
- package/lib/typescript/module/ui/types/navigation.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts +34 -0
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/colorUtils.d.ts +14 -0
- package/lib/typescript/module/ui/utils/colorUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/confirmAction.d.ts +7 -0
- package/lib/typescript/module/ui/utils/confirmAction.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts +35 -0
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/fileManagement.d.ts +87 -0
- package/lib/typescript/module/ui/utils/fileManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts +59 -0
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts +28 -0
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/themeUtils.d.ts +24 -0
- package/lib/typescript/module/ui/utils/themeUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/user-utils.d.ts +29 -0
- package/lib/typescript/module/ui/utils/user-utils.d.ts.map +1 -0
- package/lib/typescript/module/utils/apiUtils.d.ts +54 -0
- package/lib/typescript/module/utils/apiUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/asyncUtils.d.ts +59 -0
- package/lib/typescript/module/utils/asyncUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/cache.d.ts +128 -0
- package/lib/typescript/module/utils/cache.d.ts.map +1 -0
- package/lib/typescript/module/utils/deviceManager.d.ts +66 -0
- package/lib/typescript/module/utils/deviceManager.d.ts.map +1 -0
- package/lib/typescript/module/utils/errorUtils.d.ts +53 -0
- package/lib/typescript/module/utils/errorUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/hookUtils.d.ts +102 -0
- package/lib/typescript/module/utils/hookUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/index.d.ts +7 -0
- package/lib/typescript/module/utils/index.d.ts.map +1 -0
- package/lib/typescript/module/utils/languageUtils.d.ts +38 -0
- package/lib/typescript/module/utils/languageUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/loggerUtils.d.ts +49 -0
- package/lib/typescript/module/utils/loggerUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/requestUtils.d.ts +122 -0
- package/lib/typescript/module/utils/requestUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/sessionUtils.d.ts +55 -0
- package/lib/typescript/module/utils/sessionUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/validationUtils.d.ts +86 -0
- package/lib/typescript/module/utils/validationUtils.d.ts.map +1 -0
- package/package.json +62 -22
- package/src/core/mixins/OxyServices.features.ts +428 -0
- package/src/core/mixins/index.ts +20 -17
- package/src/ui/components/GroupedItem.tsx +19 -1
- package/src/ui/components/SettingRow.tsx +26 -4
- package/src/ui/components/feedback/FormInput.tsx +84 -0
- package/src/ui/components/feedback/ProgressIndicator.tsx +35 -0
- package/src/ui/components/feedback/constants.ts +22 -0
- package/src/ui/components/feedback/feedbackStyles.ts +247 -0
- package/src/ui/components/feedback/index.ts +6 -0
- package/src/ui/components/feedback/types.ts +52 -0
- package/src/ui/components/feedback/useFeedbackForm.ts +44 -0
- package/src/ui/components/modals/DeleteAccountModal.tsx +294 -0
- package/src/ui/components/modals/index.ts +1 -0
- package/src/ui/components/payment/PaymentDetailsStep.tsx +222 -0
- package/src/ui/components/payment/PaymentMethodStep.tsx +89 -0
- package/src/ui/components/payment/PaymentReviewStep.tsx +126 -0
- package/src/ui/components/payment/PaymentSuccessStep.tsx +71 -0
- package/src/ui/components/payment/PaymentSummaryStep.tsx +159 -0
- package/src/ui/components/payment/constants.ts +39 -0
- package/src/ui/components/payment/index.ts +9 -0
- package/src/ui/components/payment/paymentStyles.ts +397 -0
- package/src/ui/components/payment/types.ts +45 -0
- package/src/ui/hooks/index.ts +3 -1
- package/src/ui/hooks/useAsyncAction.ts +129 -0
- package/src/ui/hooks/useSettingToggle.ts +147 -0
- package/src/ui/navigation/routes.ts +2 -0
- package/src/ui/screens/AccountCenterScreen.tsx +2 -2
- package/src/ui/screens/AccountOverviewScreen.tsx +35 -37
- package/src/ui/screens/FAQScreen.tsx +332 -0
- package/src/ui/screens/FeedbackScreen.tsx +91 -626
- package/src/ui/screens/HelpSupportScreen.tsx +7 -5
- package/src/ui/screens/PaymentGatewayScreen.tsx +96 -1275
- package/src/ui/screens/ProfileScreen.tsx +11 -6
- package/src/ui/screens/SavesCollectionsScreen.tsx +19 -10
- package/src/ui/screens/karma/KarmaCenterScreen.tsx +10 -10
- package/lib/typescript/assets/icons/OxyServices.d.ts.map +0 -1
- package/lib/typescript/assets/illustrations/HighFive.d.ts.map +0 -1
- package/lib/typescript/constants/version.d.ts.map +0 -1
- package/lib/typescript/core/CrossDomainAuth.d.ts.map +0 -1
- package/lib/typescript/core/HttpService.d.ts.map +0 -1
- package/lib/typescript/core/OxyServices.base.d.ts.map +0 -1
- package/lib/typescript/core/OxyServices.d.ts.map +0 -1
- package/lib/typescript/core/OxyServices.errors.d.ts.map +0 -1
- package/lib/typescript/core/index.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.analytics.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.assets.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.auth.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.developer.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.devices.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.fedcm.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.karma.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.language.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.location.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.payment.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.popup.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.privacy.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.redirect.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.security.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.user.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.utility.d.ts.map +0 -1
- package/lib/typescript/core/mixins/index.d.ts +0 -1058
- package/lib/typescript/core/mixins/index.d.ts.map +0 -1
- package/lib/typescript/core/mixins/mixinHelpers.d.ts.map +0 -1
- package/lib/typescript/crypto/index.d.ts.map +0 -1
- package/lib/typescript/crypto/keyManager.d.ts.map +0 -1
- package/lib/typescript/crypto/polyfill.d.ts.map +0 -1
- package/lib/typescript/crypto/recoveryPhrase.d.ts.map +0 -1
- package/lib/typescript/crypto/signatureService.d.ts.map +0 -1
- package/lib/typescript/i18n/index.d.ts.map +0 -1
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/lib/sonner-safe.d.ts.map +0 -1
- package/lib/typescript/lib/sonner.d.ts.map +0 -1
- package/lib/typescript/models/interfaces.d.ts.map +0 -1
- package/lib/typescript/models/session.d.ts.map +0 -1
- package/lib/typescript/node/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/ActivityIndicator.d.ts.map +0 -1
- package/lib/typescript/ui/components/AnimationExample.d.ts.map +0 -1
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts.map +0 -1
- package/lib/typescript/ui/components/Avatar.d.ts.map +0 -1
- package/lib/typescript/ui/components/BottomSheet.d.ts.map +0 -1
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts.map +0 -1
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/EmptyState.d.ts.map +0 -1
- package/lib/typescript/ui/components/ErrorBoundary.d.ts.map +0 -1
- package/lib/typescript/ui/components/FollowButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/FontLoader.d.ts.map +0 -1
- package/lib/typescript/ui/components/GroupedItem.d.ts +0 -20
- package/lib/typescript/ui/components/GroupedItem.d.ts.map +0 -1
- package/lib/typescript/ui/components/GroupedSection.d.ts.map +0 -1
- package/lib/typescript/ui/components/Header.d.ts.map +0 -1
- package/lib/typescript/ui/components/HelperText.d.ts.map +0 -1
- package/lib/typescript/ui/components/Icon.d.ts.map +0 -1
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/IconButton/utils.d.ts.map +0 -1
- package/lib/typescript/ui/components/LoadingState.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyLogo.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyPayButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyProvider.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxySignInButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/ProfileCard.d.ts.map +0 -1
- package/lib/typescript/ui/components/QuickActions.d.ts.map +0 -1
- package/lib/typescript/ui/components/Section.d.ts.map +0 -1
- package/lib/typescript/ui/components/SectionTitle.d.ts.map +0 -1
- package/lib/typescript/ui/components/SettingRow.d.ts +0 -14
- package/lib/typescript/ui/components/SettingRow.d.ts.map +0 -1
- package/lib/typescript/ui/components/StepBasedScreen.d.ts.map +0 -1
- package/lib/typescript/ui/components/Surface.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/constants.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/helpers.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts.map +0 -1
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts.map +0 -1
- package/lib/typescript/ui/components/Typography/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/styles.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts.map +0 -1
- package/lib/typescript/ui/components/internal/PinInput.d.ts.map +0 -1
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditBioModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditDisplayNameModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditEmailModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditLinksModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditLocationModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditUsernameModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/styles/overlay.d.ts.map +0 -1
- package/lib/typescript/ui/components/styles/shadow.d.ts.map +0 -1
- package/lib/typescript/ui/components/theming.d.ts.map +0 -1
- package/lib/typescript/ui/components/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/forwardRef.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/splitStyles.d.ts.map +0 -1
- package/lib/typescript/ui/constants/iconColors.d.ts.map +0 -1
- package/lib/typescript/ui/constants/spacing.d.ts.map +0 -1
- package/lib/typescript/ui/constants/theme.d.ts.map +0 -1
- package/lib/typescript/ui/context/OxyContext.d.ts.map +0 -1
- package/lib/typescript/ui/context/ThemeContext.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useDeviceManagement.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useLanguageManagement.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useSessionManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/index.d.ts +0 -5
- package/lib/typescript/ui/hooks/index.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/mutations/index.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/index.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queryClient.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/use-color-scheme.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/use-haptic-press.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useAssets.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useFollow.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useFollow.types.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useI18n.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useQueryClient.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useStorage.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useThemeColors.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts.map +0 -1
- package/lib/typescript/ui/index.d.ts.map +0 -1
- package/lib/typescript/ui/isFrontend.d.ts.map +0 -1
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts.map +0 -1
- package/lib/typescript/ui/navigation/routes.d.ts +0 -6
- package/lib/typescript/ui/navigation/routes.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +0 -27
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts.map +0 -1
- package/lib/typescript/ui/stores/accountStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/assetStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/authStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/fileStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/followStore.d.ts.map +0 -1
- package/lib/typescript/ui/styles/authStyles.d.ts.map +0 -1
- package/lib/typescript/ui/styles/fonts.d.ts.map +0 -1
- package/lib/typescript/ui/styles/index.d.ts.map +0 -1
- package/lib/typescript/ui/styles/spacing.d.ts.map +0 -1
- package/lib/typescript/ui/styles/theme.d.ts.map +0 -1
- package/lib/typescript/ui/types/fileManagement.d.ts.map +0 -1
- package/lib/typescript/ui/types/navigation.d.ts.map +0 -1
- package/lib/typescript/ui/utils/avatarUtils.d.ts.map +0 -1
- package/lib/typescript/ui/utils/colorUtils.d.ts.map +0 -1
- package/lib/typescript/ui/utils/confirmAction.d.ts.map +0 -1
- package/lib/typescript/ui/utils/errorHandlers.d.ts.map +0 -1
- package/lib/typescript/ui/utils/fileManagement.d.ts.map +0 -1
- package/lib/typescript/ui/utils/sessionHelpers.d.ts.map +0 -1
- package/lib/typescript/ui/utils/storageHelpers.d.ts.map +0 -1
- package/lib/typescript/ui/utils/themeUtils.d.ts.map +0 -1
- package/lib/typescript/ui/utils/user-utils.d.ts.map +0 -1
- package/lib/typescript/utils/apiUtils.d.ts.map +0 -1
- package/lib/typescript/utils/asyncUtils.d.ts.map +0 -1
- package/lib/typescript/utils/cache.d.ts.map +0 -1
- package/lib/typescript/utils/deviceManager.d.ts.map +0 -1
- package/lib/typescript/utils/errorUtils.d.ts.map +0 -1
- package/lib/typescript/utils/hookUtils.d.ts.map +0 -1
- package/lib/typescript/utils/index.d.ts.map +0 -1
- package/lib/typescript/utils/languageUtils.d.ts.map +0 -1
- package/lib/typescript/utils/loggerUtils.d.ts.map +0 -1
- package/lib/typescript/utils/requestUtils.d.ts.map +0 -1
- package/lib/typescript/utils/sessionUtils.d.ts.map +0 -1
- package/lib/typescript/utils/validationUtils.d.ts.map +0 -1
- /package/lib/typescript/{assets → commonjs/assets}/icons/OxyServices.d.ts +0 -0
- /package/lib/typescript/{assets → commonjs/assets}/illustrations/HighFive.d.ts +0 -0
- /package/lib/typescript/{constants → commonjs/constants}/version.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/CrossDomainAuth.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/HttpService.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/OxyServices.base.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/OxyServices.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/OxyServices.errors.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/index.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.analytics.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.assets.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.auth.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.developer.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.devices.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.fedcm.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.karma.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.language.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.location.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.payment.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.popup.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.privacy.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.redirect.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.security.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.user.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.utility.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/mixinHelpers.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/index.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/keyManager.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/polyfill.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/recoveryPhrase.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/signatureService.d.ts +0 -0
- /package/lib/typescript/{i18n → commonjs/i18n}/index.d.ts +0 -0
- /package/lib/typescript/{index.d.ts → commonjs/index.d.ts} +0 -0
- /package/lib/typescript/{lib → commonjs/lib}/sonner-safe.d.ts +0 -0
- /package/lib/typescript/{lib → commonjs/lib}/sonner.d.ts +0 -0
- /package/lib/typescript/{models → commonjs/models}/interfaces.d.ts +0 -0
- /package/lib/typescript/{models → commonjs/models}/session.d.ts +0 -0
- /package/lib/typescript/{node → commonjs/node}/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/ActivityIndicator.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/AnimationExample.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/AutoHeightScrollView.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Avatar.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/BottomSheet.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/BottomSheetRouter.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/CrossFadeIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/EmptyState.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/ErrorBoundary.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/FollowButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/FontLoader.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/GroupedSection.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Header.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/HelperText.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Icon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/IconButton/IconButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/IconButton/utils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/LoadingState.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxyLogo.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxyPayButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxyProvider.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxySignInButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/ProfileCard.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/QuickActions.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Section.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/SectionTitle.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/StepBasedScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Surface.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Addons/Outline.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Addons/Underline.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/TextFieldAffix.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/TextFieldIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/enums.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/utils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Label/InputLabel.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Label/LabelBackground.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/TextFieldFlat.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/TextFieldOutlined.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/constants.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/helpers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/Pressable.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/TouchableRipple.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/TouchableRipple.native.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/utils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Typography/AnimatedText.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Typography/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/FileDetailsModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/FileViewer.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/UploadPreview.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/styles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/icon/FAIRWalletIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/icon/OxyIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/icon/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/internal/GroupedPillButtons.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/internal/PinInput.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/photogrid/JustifiedPhotoGrid.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditBioModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditDisplayNameModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditEmailModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditLinksModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditLocationModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditUsernameModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/styles/overlay.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/styles/shadow.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/theming.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/forwardRef.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/hasTouchHandler.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/roundLayoutSize.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/splitStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/constants/iconColors.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/constants/spacing.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/constants/theme.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/OxyContext.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/ThemeContext.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useAuthOperations.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useDeviceManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useLanguageManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useSessionManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/mutations/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/mutations/useAccountMutations.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/mutations/useServicesMutations.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/queryKeys.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/useAccountQueries.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/useSecurityQueries.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/useServicesQueries.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queryClient.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/use-color-scheme.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/use-haptic-press.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useAssets.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useDeviceManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useFileDownloadUrl.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useFollow.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useFollow.types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useI18n.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useLanguageManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useProfileEditing.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useQueryClient.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useSessionManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useSessionSocket.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useStorage.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useThemeColors.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useThemeStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/isFrontend.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/navigation/bottomSheetManager.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountCenterScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountOverviewScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountSettingsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountSwitcherScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountVerificationScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AppInfoScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/FeedbackScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/FileManagementScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/HelpSupportScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/HistoryViewScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/LanguageSelectorScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/LegalDocumentsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/OxyAuthScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/PremiumSubscriptionScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/PrivacySettingsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/ProfileScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/SavesCollectionsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/SearchSettingsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/SessionManagementScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/UserLinksScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/WelcomeNewUserScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaAboutScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaCenterScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaFAQScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaLeaderboardScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaRewardsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaRulesScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/accountStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/assetStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/authStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/fileStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/followStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/authStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/fonts.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/spacing.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/theme.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/types/fileManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/types/navigation.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/avatarUtils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/colorUtils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/confirmAction.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/errorHandlers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/fileManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/sessionHelpers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/storageHelpers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/themeUtils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/user-utils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/apiUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/asyncUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/cache.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/deviceManager.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/errorUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/hookUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/index.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/languageUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/loggerUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/requestUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/sessionUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/validationUtils.d.ts +0 -0
|
@@ -6,13 +6,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
|
-
var _sonner = require("../../lib/sonner");
|
|
10
|
-
var _confirmAction = require("../utils/confirmAction");
|
|
11
|
-
var
|
|
12
|
-
var _useI18n = require("../hooks/useI18n");
|
|
13
|
-
var _useThemeStyles = require("../hooks/useThemeStyles");
|
|
14
|
-
var _useColorScheme = require("../hooks/use-color-scheme");
|
|
15
|
-
var _OxyContext = require("../context/OxyContext");
|
|
9
|
+
var _sonner = require("../../lib/sonner.js");
|
|
10
|
+
var _confirmAction = require("../utils/confirmAction.js");
|
|
11
|
+
var _index = require("../components/index.js");
|
|
12
|
+
var _useI18n = require("../hooks/useI18n.js");
|
|
13
|
+
var _useThemeStyles = require("../hooks/useThemeStyles.js");
|
|
14
|
+
var _useColorScheme = require("../hooks/use-color-scheme.js");
|
|
15
|
+
var _OxyContext = require("../context/OxyContext.js");
|
|
16
16
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
17
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
18
18
|
const HistoryViewScreen = ({
|
|
@@ -155,17 +155,17 @@ const HistoryViewScreen = ({
|
|
|
155
155
|
style: [styles.container, {
|
|
156
156
|
backgroundColor: themeStyles.backgroundColor
|
|
157
157
|
}],
|
|
158
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
158
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Header, {
|
|
159
159
|
title: t('history.title') || 'History',
|
|
160
160
|
onBack: goBack || onClose,
|
|
161
161
|
variant: "minimal",
|
|
162
162
|
elevation: "subtle"
|
|
163
163
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.ScrollView, {
|
|
164
164
|
style: styles.content,
|
|
165
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
165
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Section, {
|
|
166
166
|
title: t('history.actions') || 'Actions',
|
|
167
167
|
isFirst: true,
|
|
168
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
168
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GroupedSection, {
|
|
169
169
|
items: [{
|
|
170
170
|
id: 'delete-last-15',
|
|
171
171
|
icon: 'clock-outline',
|
|
@@ -184,15 +184,15 @@ const HistoryViewScreen = ({
|
|
|
184
184
|
disabled: isDeleting || history.length === 0
|
|
185
185
|
}]
|
|
186
186
|
})
|
|
187
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
187
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Section, {
|
|
188
188
|
title: t('history.recent') || 'Recent History',
|
|
189
|
-
children: isLoading ? /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
189
|
+
children: isLoading ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.LoadingState, {
|
|
190
190
|
message: t('history.loading') || 'Loading history...',
|
|
191
191
|
color: themeStyles.textColor
|
|
192
|
-
}) : history.length === 0 ? /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
192
|
+
}) : history.length === 0 ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.EmptyState, {
|
|
193
193
|
message: t('history.empty') || 'No history yet',
|
|
194
194
|
textColor: themeStyles.textColor
|
|
195
|
-
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
195
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GroupedSection, {
|
|
196
196
|
items: history.map(item => ({
|
|
197
197
|
id: item.id,
|
|
198
198
|
icon: item.type === 'search' ? 'search' : 'globe',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_sonner","_confirmAction","_components","_useI18n","_useThemeStyles","_useColorScheme","_OxyContext","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","HistoryViewScreen","onClose","theme","goBack","user","useOxy","useI18n","colorScheme","useColorScheme","themeStyles","useThemeStyles","history","setHistory","useState","isLoading","setIsLoading","isDeleting","setIsDeleting","getStorage","isReactNative","navigator","product","asyncStorageModule","Promise","resolve","then","storage","getItem","bind","setItem","removeItem","error","console","Error","key","window","localStorage","value","React","useEffect","loadHistory","historyKey","id","stored","parsed","JSON","parse","map","item","timestamp","Date","handleDeleteLast15Minutes","useCallback","confirmAction","fifteenMinutesAgo","now","filtered","filter","stringify","toast","success","handleClearAll","formatTime","date","diff","getTime","minutes","Math","floor","hours","days","toLocaleDateString","jsxs","View","style","styles","container","backgroundColor","children","jsx","Header","title","onBack","variant","elevation","ScrollView","content","Section","isFirst","GroupedSection","items","icon","iconColor","colors","iconStorage","subtitle","onPress","disabled","length","iconSharing","LoadingState","message","color","textColor","EmptyState","type","iconSecurity","iconPersonalInfo","query","StyleSheet","create","flex","padding","_default","exports","memo"],"sourceRoot":"../../../../src","sources":["ui/screens/HistoryViewScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_sonner","_confirmAction","_index","_useI18n","_useThemeStyles","_useColorScheme","_OxyContext","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","HistoryViewScreen","onClose","theme","goBack","user","useOxy","useI18n","colorScheme","useColorScheme","themeStyles","useThemeStyles","history","setHistory","useState","isLoading","setIsLoading","isDeleting","setIsDeleting","getStorage","isReactNative","navigator","product","asyncStorageModule","Promise","resolve","then","storage","getItem","bind","setItem","removeItem","error","console","Error","key","window","localStorage","value","React","useEffect","loadHistory","historyKey","id","stored","parsed","JSON","parse","map","item","timestamp","Date","handleDeleteLast15Minutes","useCallback","confirmAction","fifteenMinutesAgo","now","filtered","filter","stringify","toast","success","handleClearAll","formatTime","date","diff","getTime","minutes","Math","floor","hours","days","toLocaleDateString","jsxs","View","style","styles","container","backgroundColor","children","jsx","Header","title","onBack","variant","elevation","ScrollView","content","Section","isFirst","GroupedSection","items","icon","iconColor","colors","iconStorage","subtitle","onPress","disabled","length","iconSharing","LoadingState","message","color","textColor","EmptyState","type","iconSecurity","iconPersonalInfo","query","StyleSheet","create","flex","padding","_default","exports","memo"],"sourceRoot":"../../../../src","sources":["ui/screens/HistoryViewScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -6,16 +6,16 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
|
-
var _useThemeStyles = require("../hooks/useThemeStyles");
|
|
10
|
-
var _useColorScheme = require("../hooks/use-color-scheme");
|
|
11
|
-
var _themeUtils = require("../utils/themeUtils");
|
|
9
|
+
var _useThemeStyles = require("../hooks/useThemeStyles.js");
|
|
10
|
+
var _useColorScheme = require("../hooks/use-color-scheme.js");
|
|
11
|
+
var _themeUtils = require("../utils/themeUtils.js");
|
|
12
12
|
var _vectorIcons = require("@expo/vector-icons");
|
|
13
|
-
var _sonner = require("../../lib/sonner");
|
|
14
|
-
var
|
|
15
|
-
var _useI18n = require("../hooks/useI18n");
|
|
16
|
-
var _languageUtils = require("../../utils/languageUtils");
|
|
17
|
-
var _OxyContext = require("../context/OxyContext");
|
|
18
|
-
var _fonts = require("../styles/fonts");
|
|
13
|
+
var _sonner = require("../../lib/sonner.js");
|
|
14
|
+
var _index = require("../components/index.js");
|
|
15
|
+
var _useI18n = require("../hooks/useI18n.js");
|
|
16
|
+
var _languageUtils = require("../../utils/languageUtils.js");
|
|
17
|
+
var _OxyContext = require("../context/OxyContext.js");
|
|
18
|
+
var _fonts = require("../styles/fonts.js");
|
|
19
19
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
20
20
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
21
21
|
/**
|
|
@@ -126,7 +126,7 @@ const LanguageSelectorScreen = ({
|
|
|
126
126
|
style: [styles.container, {
|
|
127
127
|
backgroundColor: theme === 'dark' ? '#000000' : '#F5F5F5'
|
|
128
128
|
}],
|
|
129
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
129
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Header, {
|
|
130
130
|
title: "",
|
|
131
131
|
subtitle: "",
|
|
132
132
|
theme: normalizedTheme,
|
|
@@ -157,7 +157,7 @@ const LanguageSelectorScreen = ({
|
|
|
157
157
|
style: [styles.materialCard, {
|
|
158
158
|
backgroundColor: themeColors.card
|
|
159
159
|
}],
|
|
160
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
160
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GroupedSection, {
|
|
161
161
|
items: languageItems
|
|
162
162
|
})
|
|
163
163
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useThemeStyles","_useColorScheme","_themeUtils","_vectorIcons","_sonner","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useThemeStyles","_useColorScheme","_themeUtils","_vectorIcons","_sonner","_index","_useI18n","_languageUtils","_OxyContext","_fonts","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","LanguageSelectorScreen","goBack","onClose","theme","user","currentLanguage","setLanguage","oxyServices","isAuthenticated","useOxy","useI18n","colorScheme","useColorScheme","normalizedTheme","normalizeTheme","themeStyles","useThemeStyles","themeColors","colors","isLoading","setIsLoading","useState","handleLanguageSelect","useCallback","languageId","serverSyncFailed","id","updateProfile","language","__DEV__","console","warn","message","selectedLang","SUPPORTED_LANGUAGES","find","lang","toast","success","name","error","languageItems","useMemo","map","isSelected","title","subtitle","nativeName","customIcon","jsx","View","style","styles","languageFlag","backgroundColor","color","children","Text","flagEmoji","flag","iconColor","selected","onPress","customContent","Ionicons","size","tint","undefined","jsxs","container","Header","onBack","variant","elevation","ScrollView","content","contentContainerStyle","contentContainer","showsVerticalScrollIndicator","removeClippedSubviews","titleContainer","bigTitle","text","bigSubtitle","secondaryText","sectionContainer","materialCard","card","GroupedSection","items","StyleSheet","create","flex","padding","paddingTop","marginBottom","fontSize","fontWeight","Platform","OS","fontFamily","fontFamilies","phuduBold","lineHeight","letterSpacing","opacity","marginTop","borderRadius","overflow","width","height","alignItems","justifyContent","_default","exports","React","memo"],"sourceRoot":"../../../../src","sources":["ui/screens/LanguageSelectorScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -6,11 +6,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
|
-
var _sonner = require("../../lib/sonner");
|
|
10
|
-
var
|
|
11
|
-
var _useI18n = require("../hooks/useI18n");
|
|
12
|
-
var _useThemeStyles = require("../hooks/useThemeStyles");
|
|
13
|
-
var _useColorScheme = require("../hooks/use-color-scheme");
|
|
9
|
+
var _sonner = require("../../lib/sonner.js");
|
|
10
|
+
var _index = require("../components/index.js");
|
|
11
|
+
var _useI18n = require("../hooks/useI18n.js");
|
|
12
|
+
var _useThemeStyles = require("../hooks/useThemeStyles.js");
|
|
13
|
+
var _useColorScheme = require("../hooks/use-color-scheme.js");
|
|
14
14
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
15
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
16
16
|
const LegalDocumentsScreen = ({
|
|
@@ -88,12 +88,12 @@ const LegalDocumentsScreen = ({
|
|
|
88
88
|
style: [styles.container, {
|
|
89
89
|
backgroundColor: themeStyles.backgroundColor
|
|
90
90
|
}],
|
|
91
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
91
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Header, {
|
|
92
92
|
title: getPolicyTitle(documentType),
|
|
93
93
|
onBack: goBack || onClose,
|
|
94
94
|
variant: "minimal",
|
|
95
95
|
elevation: "subtle"
|
|
96
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
96
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.LoadingState, {
|
|
97
97
|
message: t('legal.opening') || 'Opening document...',
|
|
98
98
|
color: themeStyles.textColor
|
|
99
99
|
})]
|
|
@@ -105,17 +105,17 @@ const LegalDocumentsScreen = ({
|
|
|
105
105
|
style: [styles.container, {
|
|
106
106
|
backgroundColor: themeStyles.backgroundColor
|
|
107
107
|
}],
|
|
108
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
108
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Header, {
|
|
109
109
|
title: t('legal.title') || 'Legal Documents',
|
|
110
110
|
onBack: goBack || onClose,
|
|
111
111
|
variant: "minimal",
|
|
112
112
|
elevation: "subtle"
|
|
113
113
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ScrollView, {
|
|
114
114
|
style: styles.content,
|
|
115
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
115
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Section, {
|
|
116
116
|
title: t('legal.policies') || 'Policies & Guidelines',
|
|
117
117
|
isFirst: true,
|
|
118
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
118
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GroupedSection, {
|
|
119
119
|
items: [{
|
|
120
120
|
id: 'privacy-policy',
|
|
121
121
|
icon: 'shield-check',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_sonner","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_sonner","_index","_useI18n","_useThemeStyles","_useColorScheme","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","LegalDocumentsScreen","onClose","theme","goBack","initialStep","useI18n","loading","setLoading","useState","colorScheme","useColorScheme","themeStyles","useThemeStyles","POLICY_URLS","privacy","terms","community","dataRetention","contentModeration","childSafety","cookie","documentType","handleOpenPolicy","useCallback","policyKey","url","canOpen","Linking","canOpenURL","openURL","toast","error","console","React","useEffect","getPolicyTitle","key","titles","jsxs","View","style","styles","container","backgroundColor","children","jsx","Header","title","onBack","variant","elevation","LoadingState","message","color","textColor","ScrollView","content","Section","isFirst","GroupedSection","items","id","icon","iconColor","colors","iconPersonalInfo","subtitle","onPress","iconSecurity","iconData","iconStorage","iconSharing","StyleSheet","create","flex","padding","_default","exports","memo"],"sourceRoot":"../../../../src","sources":["ui/screens/LegalDocumentsScreen.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAOA,IAAAE,OAAA,GAAAF,OAAA;AACA,IAAAG,MAAA,GAAAH,OAAA;AACA,IAAAI,QAAA,GAAAJ,OAAA;AACA,IAAAK,eAAA,GAAAL,OAAA;AACA,IAAAM,eAAA,GAAAN,OAAA;AAA2D,IAAAO,WAAA,GAAAP,OAAA;AAAA,SAAAD,wBAAAS,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAX,uBAAA,YAAAA,CAAAS,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAE3D,MAAMkB,oBAA+C,GAAGA,CAAC;EACrDC,OAAO;EACPC,KAAK;EACLC,MAAM;EACNC;AACJ,CAAC,KAAK;EACF,MAAM;IAAEtB;EAAE,CAAC,GAAG,IAAAuB,gBAAO,EAAC,CAAC;EACvB,MAAM,CAACC,OAAO,EAAEC,UAAU,CAAC,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EAC7C,MAAMC,WAAW,GAAG,IAAAC,8BAAc,EAAC,CAAC;EACpC,MAAMC,WAAW,GAAG,IAAAC,8BAAc,EAACV,KAAK,IAAI,OAAO,EAAEO,WAAW,CAAC;;EAEjE;EACA,MAAMI,WAAW,GAAG;IAChBC,OAAO,EAAE,sDAAsD;IAC/DC,KAAK,EAAE,+DAA+D;IACtEC,SAAS,EAAE,mEAAmE;IAC9EC,aAAa,EAAE,6DAA6D;IAC5EC,iBAAiB,EAAE,iEAAiE;IACpFC,WAAW,EAAE,2DAA2D;IACxEC,MAAM,EAAE;EACZ,CAAC;;EAED;EACA,MAAMC,YAAY,GAAGjB,WAAW,KAAK,CAAC,GAAG,SAAS,GAC5CA,WAAW,KAAK,CAAC,GAAG,OAAO,GACvBA,WAAW,KAAK,CAAC,GAAG,WAAW,GAC3BA,WAAW,KAAK,CAAC,GAAG,eAAe,GAC/BA,WAAW,KAAK,CAAC,GAAG,mBAAmB,GACnCA,WAAW,KAAK,CAAC,GAAG,aAAa,GAC7BA,WAAW,KAAK,CAAC,GAAG,QAAQ,GACxB,IAAI;;EAElC;EACA,MAAMkB,gBAAgB,GAAG,IAAAC,kBAAW,EAAEC,SAAmC,IAAK;IAC1E,OAAO,YAAY;MACf,IAAI;QACAjB,UAAU,CAAC,IAAI,CAAC;QAChB,MAAMkB,GAAG,GAAGZ,WAAW,CAACW,SAAS,CAAC;QAClC,MAAME,OAAO,GAAG,MAAMC,oBAAO,CAACC,UAAU,CAACH,GAAG,CAAC;QAC7C,IAAIC,OAAO,EAAE;UACT,MAAMC,oBAAO,CAACE,OAAO,CAACJ,GAAG,CAAC;QAC9B,CAAC,MAAM;UACHK,aAAK,CAACC,KAAK,CAACjD,CAAC,CAAC,iBAAiB,CAAC,IAAI,yBAAyB,CAAC;QAClE;MACJ,CAAC,CAAC,OAAOiD,KAAK,EAAE;QACZC,OAAO,CAACD,KAAK,CAAC,kBAAkBP,SAAS,UAAU,EAAEO,KAAK,CAAC;QAC3DD,aAAK,CAACC,KAAK,CAACjD,CAAC,CAAC,iBAAiB,CAAC,IAAI,yBAAyB,CAAC;MAClE,CAAC,SAAS;QACNyB,UAAU,CAAC,KAAK,CAAC;MACrB;IACJ,CAAC;EACL,CAAC,EAAE,CAACzB,CAAC,CAAC,CAAC;;EAEP;EACAmD,cAAK,CAACC,SAAS,CAAC,MAAM;IAClB,IAAIb,YAAY,EAAE;MACdC,gBAAgB,CAACD,YAAY,CAAC,CAAC,CAAC;IACpC;EACJ,CAAC,EAAE,CAACA,YAAY,EAAEC,gBAAgB,CAAC,CAAC;;EAEpC;EACA,MAAMa,cAAc,GAAIC,GAAW,IAAK;IACpC,MAAMC,MAA8B,GAAG;MACnCvB,OAAO,EAAEhC,CAAC,CAAC,2BAA2B,CAAC,IAAI,gBAAgB;MAC3DiC,KAAK,EAAEjC,CAAC,CAAC,4BAA4B,CAAC,IAAI,kBAAkB;MAC5DkC,SAAS,EAAElC,CAAC,CAAC,iCAAiC,CAAC,IAAI,sBAAsB;MACzEmC,aAAa,EAAEnC,CAAC,CAAC,2BAA2B,CAAC,IAAI,uBAAuB;MACxEoC,iBAAiB,EAAEpC,CAAC,CAAC,+BAA+B,CAAC,IAAI,2BAA2B;MACpFqC,WAAW,EAAErC,CAAC,CAAC,yBAAyB,CAAC,IAAI,qBAAqB;MAClEsC,MAAM,EAAEtC,CAAC,CAAC,0BAA0B,CAAC,IAAI;IAC7C,CAAC;IACD,OAAOuD,MAAM,CAACD,GAAG,CAAC,IAAI,UAAU;EACpC,CAAC;;EAED;EACA,IAAIf,YAAY,EAAE;IACd,oBACI,IAAAzC,WAAA,CAAA0D,IAAA,EAAChE,YAAA,CAAAiE,IAAI;MAACC,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAE;QAAEC,eAAe,EAAEhC,WAAW,CAACgC;MAAgB,CAAC,CAAE;MAAAC,QAAA,gBAC9E,IAAAhE,WAAA,CAAAiE,GAAA,EAACrE,MAAA,CAAAsE,MAAM;QACHC,KAAK,EAAEZ,cAAc,CAACd,YAAY,CAAE;QACpC2B,MAAM,EAAE7C,MAAM,IAAIF,OAAQ;QAC1BgD,OAAO,EAAC,SAAS;QACjBC,SAAS,EAAC;MAAQ,CACrB,CAAC,eACF,IAAAtE,WAAA,CAAAiE,GAAA,EAACrE,MAAA,CAAA2E,YAAY;QACTC,OAAO,EAAEtE,CAAC,CAAC,eAAe,CAAC,IAAI,qBAAsB;QACrDuE,KAAK,EAAE1C,WAAW,CAAC2C;MAAU,CAChC,CAAC;IAAA,CACA,CAAC;EAEf;;EAEA;EACA,oBACI,IAAA1E,WAAA,CAAA0D,IAAA,EAAChE,YAAA,CAAAiE,IAAI;IAACC,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAE;MAAEC,eAAe,EAAEhC,WAAW,CAACgC;IAAgB,CAAC,CAAE;IAAAC,QAAA,gBAC9E,IAAAhE,WAAA,CAAAiE,GAAA,EAACrE,MAAA,CAAAsE,MAAM;MACHC,KAAK,EAAEjE,CAAC,CAAC,aAAa,CAAC,IAAI,iBAAkB;MAC7CkE,MAAM,EAAE7C,MAAM,IAAIF,OAAQ;MAC1BgD,OAAO,EAAC,SAAS;MACjBC,SAAS,EAAC;IAAQ,CACrB,CAAC,eAEF,IAAAtE,WAAA,CAAAiE,GAAA,EAACvE,YAAA,CAAAiF,UAAU;MAACf,KAAK,EAAEC,MAAM,CAACe,OAAQ;MAAAZ,QAAA,eAC9B,IAAAhE,WAAA,CAAAiE,GAAA,EAACrE,MAAA,CAAAiF,OAAO;QAACV,KAAK,EAAEjE,CAAC,CAAC,gBAAgB,CAAC,IAAI,uBAAwB;QAAE4E,OAAO,EAAE,IAAK;QAAAd,QAAA,eAC3E,IAAAhE,WAAA,CAAAiE,GAAA,EAACrE,MAAA,CAAAmF,cAAc;UACXC,KAAK,EAAE,CACH;YACIC,EAAE,EAAE,gBAAgB;YACpBC,IAAI,EAAE,cAAc;YACpBC,SAAS,EAAEpD,WAAW,CAACqD,MAAM,CAACC,gBAAgB;YAC9ClB,KAAK,EAAEjE,CAAC,CAAC,2BAA2B,CAAC,IAAI,gBAAgB;YACzDoF,QAAQ,EAAEpF,CAAC,CAAC,8BAA8B,CAAC,IAAI,yBAAyB;YACxEqF,OAAO,EAAE7C,gBAAgB,CAAC,SAAS;UACvC,CAAC,EACD;YACIuC,EAAE,EAAE,kBAAkB;YACtBC,IAAI,EAAE,eAAe;YACrBC,SAAS,EAAEpD,WAAW,CAACqD,MAAM,CAACI,YAAY;YAC1CrB,KAAK,EAAEjE,CAAC,CAAC,4BAA4B,CAAC,IAAI,kBAAkB;YAC5DoF,QAAQ,EAAEpF,CAAC,CAAC,+BAA+B,CAAC,IAAI,6BAA6B;YAC7EqF,OAAO,EAAE7C,gBAAgB,CAAC,OAAO;UACrC,CAAC,EACD;YACIuC,EAAE,EAAE,sBAAsB;YAC1BC,IAAI,EAAE,eAAe;YACrBC,SAAS,EAAEpD,WAAW,CAACqD,MAAM,CAACK,QAAQ;YACtCtB,KAAK,EAAEjE,CAAC,CAAC,iCAAiC,CAAC,IAAI,sBAAsB;YACrEoF,QAAQ,EAAEpF,CAAC,CAAC,oCAAoC,CAAC,IAAI,0CAA0C;YAC/FqF,OAAO,EAAE7C,gBAAgB,CAAC,WAAW;UACzC,CAAC,EACD;YACIuC,EAAE,EAAE,gBAAgB;YACpBC,IAAI,EAAE,OAAO;YACbC,SAAS,EAAEpD,WAAW,CAACqD,MAAM,CAACM,WAAW;YACzCvB,KAAK,EAAEjE,CAAC,CAAC,2BAA2B,CAAC,IAAI,uBAAuB;YAChEoF,QAAQ,EAAEpF,CAAC,CAAC,8BAA8B,CAAC,IAAI,4BAA4B;YAC3EqF,OAAO,EAAE7C,gBAAgB,CAAC,eAAe;UAC7C,CAAC,EACD;YACIuC,EAAE,EAAE,oBAAoB;YACxBC,IAAI,EAAE,KAAK;YACXC,SAAS,EAAEpD,WAAW,CAACqD,MAAM,CAACO,WAAW;YACzCxB,KAAK,EAAEjE,CAAC,CAAC,+BAA+B,CAAC,IAAI,2BAA2B;YACxEoF,QAAQ,EAAEpF,CAAC,CAAC,kCAAkC,CAAC,IAAI,yBAAyB;YAC5EqF,OAAO,EAAE7C,gBAAgB,CAAC,mBAAmB;UACjD,CAAC,EACD;YACIuC,EAAE,EAAE,cAAc;YAClBC,IAAI,EAAE,OAAO;YACbC,SAAS,EAAE,SAAS;YACpBhB,KAAK,EAAEjE,CAAC,CAAC,yBAAyB,CAAC,IAAI,qBAAqB;YAC5DoF,QAAQ,EAAEpF,CAAC,CAAC,4BAA4B,CAAC,IAAI,mCAAmC;YAChFqF,OAAO,EAAE7C,gBAAgB,CAAC,aAAa;UAC3C,CAAC,EACD;YACIuC,EAAE,EAAE,eAAe;YACnBC,IAAI,EAAE,QAAQ;YACdC,SAAS,EAAE,SAAS;YACpBhB,KAAK,EAAEjE,CAAC,CAAC,0BAA0B,CAAC,IAAI,eAAe;YACvDoF,QAAQ,EAAEpF,CAAC,CAAC,6BAA6B,CAAC,IAAI,6CAA6C;YAC3FqF,OAAO,EAAE7C,gBAAgB,CAAC,QAAQ;UACtC,CAAC;QACH,CAEL;MAAC,CACG;IAAC,CACF,CAAC;EAAA,CACX,CAAC;AAEf,CAAC;AAED,MAAMmB,MAAM,GAAG+B,uBAAU,CAACC,MAAM,CAAC;EAC7B/B,SAAS,EAAE;IACPgC,IAAI,EAAE;EACV,CAAC;EACDlB,OAAO,EAAE;IACLkB,IAAI,EAAE,CAAC;IACPC,OAAO,EAAE;EACb;AACJ,CAAC,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAtF,OAAA,gBAEY0C,cAAK,CAAC6C,IAAI,CAAC9E,oBAAoB,CAAC","ignoreList":[]}
|
|
@@ -7,10 +7,10 @@ exports.default = void 0;
|
|
|
7
7
|
var _react = require("react");
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _socket = _interopRequireDefault(require("socket.io-client"));
|
|
10
|
-
var
|
|
11
|
-
var _OxyContext = require("../context/OxyContext");
|
|
10
|
+
var _index = require("../styles/index.js");
|
|
11
|
+
var _OxyContext = require("../context/OxyContext.js");
|
|
12
12
|
var _reactNativeQrcodeSvg = _interopRequireDefault(require("react-native-qrcode-svg"));
|
|
13
|
-
var _OxyLogo = _interopRequireDefault(require("../components/OxyLogo"));
|
|
13
|
+
var _OxyLogo = _interopRequireDefault(require("../components/OxyLogo.js"));
|
|
14
14
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
16
|
/**
|
|
@@ -93,7 +93,7 @@ const OxyAuthScreen = ({
|
|
|
93
93
|
theme
|
|
94
94
|
}) => {
|
|
95
95
|
const themeValue = theme === 'light' || theme === 'dark' ? theme : 'light';
|
|
96
|
-
const colors = (0,
|
|
96
|
+
const colors = (0, _index.useThemeColors)(themeValue);
|
|
97
97
|
const {
|
|
98
98
|
oxyServices,
|
|
99
99
|
signIn,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_socket","_interopRequireDefault","_styles","_OxyContext","_reactNativeQrcodeSvg","_OxyLogo","_jsxRuntime","e","__esModule","default","OXY_ACCOUNTS_WEB_URL","OXY_AUTH_WEB_URL","AUTH_SESSION_EXPIRY_MS","POLLING_INTERVAL_MS","resolveAuthWebBaseUrl","baseURL","authWebUrl","url","URL","port","origin","hostname","startsWith","slice","resolveAuthRedirectUri","authRedirectUri","initialUrl","Linking","getInitialURL","parsed","search","hash","toString","getRedirectParams","sessionId","searchParams","get","undefined","error","OxyAuthScreen","navigate","goBack","onAuthenticated","theme","themeValue","colors","useThemeColors","oxyServices","signIn","switchSession","useOxy","authSession","setAuthSession","useState","isLoading","setIsLoading","setError","isWaiting","setIsWaiting","connectionType","setConnectionType","socketRef","useRef","pollingIntervalRef","isProcessingRef","linkingHandledRef","handleAuthSuccess","useCallback","current","user","getTokenBySession","getUserBySession","err","__DEV__","console","connectSocket","sessionToken","getBaseURL","socket","io","transports","reconnection","reconnectionAttempts","reconnectionDelay","on","log","emit","payload","status","cleanup","message","disconnect","startPolling","setInterval","response","makeRequest","cache","authorized","clearInterval","generateAuthSession","generateSessionToken","expiresAt","Date","now","appId","Platform","OS","chars","result","i","charAt","Math","floor","random","length","useEffect","getQRData","handleOpenAuth","authBaseUrl","config","webUrl","set","redirectUri","openURL","handleRefresh","handleAuthRedirect","params","subscription","addEventListener","then","catch","remove","jsxs","View","style","styles","container","backgroundColor","background","children","jsx","ActivityIndicator","size","color","primary","Text","loadingText","secondaryText","errorText","TouchableOpacity","button","onPress","buttonText","header","width","height","title","text","subtitle","qrContainer","inputBackground","borderColor","border","qrWrapper","value","qrHint","dividerContainer","divider","dividerText","fillColor","buttonIcon","statusContainer","statusText","footer","footerText","footerLink","cancelButton","cancelText","StyleSheet","create","flex","padding","alignItems","justifyContent","marginBottom","fontSize","fontWeight","marginTop","textAlign","borderRadius","borderWidth","flexDirection","marginVertical","marginHorizontal","paddingVertical","paddingHorizontal","marginRight","marginLeft","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/screens/OxyAuthScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_socket","_interopRequireDefault","_index","_OxyContext","_reactNativeQrcodeSvg","_OxyLogo","_jsxRuntime","e","__esModule","default","OXY_ACCOUNTS_WEB_URL","OXY_AUTH_WEB_URL","AUTH_SESSION_EXPIRY_MS","POLLING_INTERVAL_MS","resolveAuthWebBaseUrl","baseURL","authWebUrl","url","URL","port","origin","hostname","startsWith","slice","resolveAuthRedirectUri","authRedirectUri","initialUrl","Linking","getInitialURL","parsed","search","hash","toString","getRedirectParams","sessionId","searchParams","get","undefined","error","OxyAuthScreen","navigate","goBack","onAuthenticated","theme","themeValue","colors","useThemeColors","oxyServices","signIn","switchSession","useOxy","authSession","setAuthSession","useState","isLoading","setIsLoading","setError","isWaiting","setIsWaiting","connectionType","setConnectionType","socketRef","useRef","pollingIntervalRef","isProcessingRef","linkingHandledRef","handleAuthSuccess","useCallback","current","user","getTokenBySession","getUserBySession","err","__DEV__","console","connectSocket","sessionToken","getBaseURL","socket","io","transports","reconnection","reconnectionAttempts","reconnectionDelay","on","log","emit","payload","status","cleanup","message","disconnect","startPolling","setInterval","response","makeRequest","cache","authorized","clearInterval","generateAuthSession","generateSessionToken","expiresAt","Date","now","appId","Platform","OS","chars","result","i","charAt","Math","floor","random","length","useEffect","getQRData","handleOpenAuth","authBaseUrl","config","webUrl","set","redirectUri","openURL","handleRefresh","handleAuthRedirect","params","subscription","addEventListener","then","catch","remove","jsxs","View","style","styles","container","backgroundColor","background","children","jsx","ActivityIndicator","size","color","primary","Text","loadingText","secondaryText","errorText","TouchableOpacity","button","onPress","buttonText","header","width","height","title","text","subtitle","qrContainer","inputBackground","borderColor","border","qrWrapper","value","qrHint","dividerContainer","divider","dividerText","fillColor","buttonIcon","statusContainer","statusText","footer","footerText","footerLink","cancelButton","cancelText","StyleSheet","create","flex","padding","alignItems","justifyContent","marginBottom","fontSize","fontWeight","marginTop","textAlign","borderRadius","borderWidth","flexDirection","marginVertical","marginHorizontal","paddingVertical","paddingHorizontal","marginRight","marginLeft","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/screens/OxyAuthScreen.tsx"],"mappings":"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","ignoreList":[]}
|