@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useState","TouchableOpacity","Text","View","StyleSheet","fontFamilies","OxyLogo","jsx","_jsx","jsxs","_jsxs","OxyPayButton","style","textStyle","text","disabled","amount","currency","paymentItems","description","onPaymentResult","color","variant","buttonHeight","setButtonHeight","handlePress","console","warn","backgroundColor","textColor","isColorDark","logoWidth","Math","round","logoHeight","fontSize","handleLayout","e","h","nativeEvent","layout","height","abs","styles","button","borderColor","borderWidth","buttonDisabled","onPress","activeOpacity","onLayout","children","buttonContent","width","marginRight","marginTop","fillColor","hex","c","replace","length","split","map","x","join","r","Number","parseInt","substr","g","b","create","padding","borderRadius","alignItems","justifyContent","flexDirection","minHeight","opacity","oxyLogo","centeredItem","fontFamily","phudu","fontWeight"],"sourceRoot":"../../../../src","sources":["ui/components/OxyPayButton.tsx"],"mappings":";;AACA,SAASA,QAAQ,QAAQ,OAAO;AAChC,SAASC,gBAAgB,EAAEC,IAAI,EAAEC,IAAI,EAAEC,UAAU,QAAgF,cAAc;AAC/I,SAASC,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"names":["useState","TouchableOpacity","Text","View","StyleSheet","fontFamilies","OxyLogo","jsx","_jsx","jsxs","_jsxs","OxyPayButton","style","textStyle","text","disabled","amount","currency","paymentItems","description","onPaymentResult","color","variant","buttonHeight","setButtonHeight","handlePress","console","warn","backgroundColor","textColor","isColorDark","logoWidth","Math","round","logoHeight","fontSize","handleLayout","e","h","nativeEvent","layout","height","abs","styles","button","borderColor","borderWidth","buttonDisabled","onPress","activeOpacity","onLayout","children","buttonContent","width","marginRight","marginTop","fillColor","hex","c","replace","length","split","map","x","join","r","Number","parseInt","substr","g","b","create","padding","borderRadius","alignItems","justifyContent","flexDirection","minHeight","opacity","oxyLogo","centeredItem","fontFamily","phudu","fontWeight"],"sourceRoot":"../../../../src","sources":["ui/components/OxyPayButton.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,13 +5,13 @@ import { AppState } from 'react-native';
|
|
|
5
5
|
import { GestureHandlerRootView } from 'react-native-gesture-handler';
|
|
6
6
|
import { SafeAreaProvider } from 'react-native-safe-area-context';
|
|
7
7
|
import { KeyboardProvider } from 'react-native-keyboard-controller';
|
|
8
|
-
import { OxyContextProvider } from
|
|
8
|
+
import { OxyContextProvider } from "../context/OxyContext.js";
|
|
9
9
|
import { QueryClientProvider, focusManager, onlineManager } from '@tanstack/react-query';
|
|
10
|
-
import { setupFonts } from
|
|
11
|
-
import BottomSheetRouter from
|
|
12
|
-
import { Toaster } from
|
|
13
|
-
import { createQueryClient } from
|
|
14
|
-
import { createPlatformStorage } from
|
|
10
|
+
import { setupFonts } from "./FontLoader.js";
|
|
11
|
+
import BottomSheetRouter from "./BottomSheetRouter.js";
|
|
12
|
+
import { Toaster } from "../../lib/sonner.js";
|
|
13
|
+
import { createQueryClient } from "../hooks/queryClient.js";
|
|
14
|
+
import { createPlatformStorage } from "../utils/storageHelpers.js";
|
|
15
15
|
|
|
16
16
|
// Initialize fonts automatically
|
|
17
17
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useEffect","useRef","useState","AppState","GestureHandlerRootView","SafeAreaProvider","KeyboardProvider","OxyContextProvider","QueryClientProvider","focusManager","onlineManager","setupFonts","BottomSheetRouter","Toaster","createQueryClient","createPlatformStorage","jsx","_jsx","jsxs","_jsxs","OxyProvider","oxyServices","children","onAuthStateChange","storageKeyPrefix","baseURL","authWebUrl","authRedirectUri","queryClient","providedQueryClient","storageRef","queryClientRef","setQueryClient","current","mounted","then","storage","client","catch","error","__DEV__","console","warn","subscription","addEventListener","state","setFocused","remove","cleanup","setupNetworkMonitoring","window","navigator","product","NetInfo","default","fetch","setOnline","isConnected","unsubscribe","onLine","handleOnline","handleOffline","removeEventListener","style","flex"],"sourceRoot":"../../../../src","sources":["ui/components/OxyProvider.tsx"],"mappings":";;AAAA,SAASA,SAAS,EAAEC,MAAM,EAAEC,QAAQ,QAAiB,OAAO;AAC5D,SAASC,QAAQ,QAAQ,cAAc;AACvC,SAASC,sBAAsB,QAAQ,8BAA8B;AACrE,SAASC,gBAAgB,QAAQ,gCAAgC;AACjE,SAASC,gBAAgB,QAAQ,kCAAkC;AAEnE,SAASC,kBAAkB,QAAQ,
|
|
1
|
+
{"version":3,"names":["useEffect","useRef","useState","AppState","GestureHandlerRootView","SafeAreaProvider","KeyboardProvider","OxyContextProvider","QueryClientProvider","focusManager","onlineManager","setupFonts","BottomSheetRouter","Toaster","createQueryClient","createPlatformStorage","jsx","_jsx","jsxs","_jsxs","OxyProvider","oxyServices","children","onAuthStateChange","storageKeyPrefix","baseURL","authWebUrl","authRedirectUri","queryClient","providedQueryClient","storageRef","queryClientRef","setQueryClient","current","mounted","then","storage","client","catch","error","__DEV__","console","warn","subscription","addEventListener","state","setFocused","remove","cleanup","setupNetworkMonitoring","window","navigator","product","NetInfo","default","fetch","setOnline","isConnected","unsubscribe","onLine","handleOnline","handleOffline","removeEventListener","style","flex"],"sourceRoot":"../../../../src","sources":["ui/components/OxyProvider.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { TouchableOpacity, Text, View, StyleSheet, Platform } from 'react-native';
|
|
4
|
-
import { useOxy } from
|
|
5
|
-
import OxyLogo from
|
|
4
|
+
import { useOxy } from "../context/OxyContext.js";
|
|
5
|
+
import OxyLogo from "./OxyLogo.js";
|
|
6
6
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
7
|
/**
|
|
8
8
|
* A pre-styled button component for signing in with Oxy identity
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["TouchableOpacity","Text","View","StyleSheet","Platform","useOxy","OxyLogo","jsx","_jsx","jsxs","_jsxs","OxySignInButton","variant","onPress","style","textStyle","text","disabled","showWhenAuthenticated","isAuthenticated","showBottomSheet","handlePress","__DEV__","console","warn","getButtonStyle","styles","buttonOutline","buttonContained","buttonDefault","getTextStyle","textOutline","textContained","textDefault","button","buttonDisabled","children","buttonContent","width","height","fillColor","secondaryFillColor","undefined","opacity","textDisabled","create","padding","borderRadius","alignItems","justifyContent","backgroundColor","borderWidth","borderColor","select","web","boxShadow","default","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","flexDirection","fontFamily","OS","fontWeight","fontSize","marginLeft","color"],"sourceRoot":"../../../../src","sources":["ui/components/OxySignInButton.tsx"],"mappings":";;AACA,SAASA,gBAAgB,EAAEC,IAAI,EAAEC,IAAI,EAAEC,UAAU,EAAkDC,QAAQ,QAAQ,cAAc;AACjI,SAASC,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"names":["TouchableOpacity","Text","View","StyleSheet","Platform","useOxy","OxyLogo","jsx","_jsx","jsxs","_jsxs","OxySignInButton","variant","onPress","style","textStyle","text","disabled","showWhenAuthenticated","isAuthenticated","showBottomSheet","handlePress","__DEV__","console","warn","getButtonStyle","styles","buttonOutline","buttonContained","buttonDefault","getTextStyle","textOutline","textContained","textDefault","button","buttonDisabled","children","buttonContent","width","height","fillColor","secondaryFillColor","undefined","opacity","textDisabled","create","padding","borderRadius","alignItems","justifyContent","backgroundColor","borderWidth","borderColor","select","web","boxShadow","default","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","flexDirection","fontFamily","OS","fontWeight","fontSize","marginLeft","color"],"sourceRoot":"../../../../src","sources":["ui/components/OxySignInButton.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
import { View, Text, TouchableOpacity, StyleSheet } from 'react-native';
|
|
4
4
|
import { Ionicons } from '@expo/vector-icons';
|
|
5
|
-
import { useI18n } from
|
|
6
|
-
import Avatar from
|
|
7
|
-
import { useOxy } from
|
|
8
|
-
import { useFileDownloadUrl } from
|
|
9
|
-
import { fontFamilies } from
|
|
10
|
-
import { useThemeStyles } from
|
|
11
|
-
import { useColorScheme } from
|
|
5
|
+
import { useI18n } from "../hooks/useI18n.js";
|
|
6
|
+
import Avatar from "./Avatar.js";
|
|
7
|
+
import { useOxy } from "../context/OxyContext.js";
|
|
8
|
+
import { useFileDownloadUrl } from "../hooks/index.js";
|
|
9
|
+
import { fontFamilies } from "../styles/fonts.js";
|
|
10
|
+
import { useThemeStyles } from "../hooks/useThemeStyles.js";
|
|
11
|
+
import { useColorScheme } from "../hooks/use-color-scheme.js";
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
const ProfileCard = ({
|
|
14
14
|
user,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["View","Text","TouchableOpacity","StyleSheet","Ionicons","useI18n","Avatar","useOxy","useFileDownloadUrl","fontFamilies","useThemeStyles","useColorScheme","jsx","_jsx","jsxs","_jsxs","ProfileCard","user","theme","onEditPress","onClosePress","showCloseButton","colorScheme","themeStyles","oxyServices","t","textColor","secondaryBackgroundColor","primaryColor","avatarUrl","avatar","variant","url","undefined","style","styles","headerSection","children","profileCard","firstGroupedItem","lastGroupedItem","backgroundColor","userProfile","uri","name","full","username","size","userInfo","userName","color","email","userEmail","isDarkTheme","editProfileButton","onPress","editProfileText","closeButton","create","padding","paddingTop","flexDirection","alignItems","justifyContent","borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius","marginBottom","flex","marginLeft","fontSize","fontWeight","fontFamily","phuduBold","alignSelf"],"sourceRoot":"../../../../src","sources":["ui/components/ProfileCard.tsx"],"mappings":";;AACA,SAASA,IAAI,EAAEC,IAAI,EAAEC,gBAAgB,EAAEC,UAAU,QAAQ,cAAc;AACvE,SAASC,QAAQ,QAAQ,oBAAoB;AAC7C,SAASC,OAAO,QAAQ,
|
|
1
|
+
{"version":3,"names":["View","Text","TouchableOpacity","StyleSheet","Ionicons","useI18n","Avatar","useOxy","useFileDownloadUrl","fontFamilies","useThemeStyles","useColorScheme","jsx","_jsx","jsxs","_jsxs","ProfileCard","user","theme","onEditPress","onClosePress","showCloseButton","colorScheme","themeStyles","oxyServices","t","textColor","secondaryBackgroundColor","primaryColor","avatarUrl","avatar","variant","url","undefined","style","styles","headerSection","children","profileCard","firstGroupedItem","lastGroupedItem","backgroundColor","userProfile","uri","name","full","username","size","userInfo","userName","color","email","userEmail","isDarkTheme","editProfileButton","onPress","editProfileText","closeButton","create","padding","paddingTop","flexDirection","alignItems","justifyContent","borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius","marginBottom","flex","marginLeft","fontSize","fontWeight","fontFamily","phuduBold","alignSelf"],"sourceRoot":"../../../../src","sources":["ui/components/ProfileCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
import { View, Text, TouchableOpacity, StyleSheet } from 'react-native';
|
|
4
4
|
import { Ionicons } from '@expo/vector-icons';
|
|
5
|
-
import { useThemeStyles } from
|
|
6
|
-
import { useColorScheme } from
|
|
5
|
+
import { useThemeStyles } from "../hooks/useThemeStyles.js";
|
|
6
|
+
import { useColorScheme } from "../hooks/use-color-scheme.js";
|
|
7
7
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
8
|
const QuickActions = ({
|
|
9
9
|
actions,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["View","Text","TouchableOpacity","StyleSheet","Ionicons","useThemeStyles","useColorScheme","jsx","_jsx","jsxs","_jsxs","QuickActions","actions","theme","colorScheme","themeStyles","textColor","secondaryBackgroundColor","style","styles","quickActionsContainer","firstGroupedItem","lastGroupedItem","backgroundColor","children","quickActionsRow","map","action","quickActionItem","quickActionCircle","isDarkTheme","onPress","name","icon","size","color","iconColor","quickActionText","title","id","create","padding","marginBottom","borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius","flexDirection","alignItems","justifyContent","flexWrap","minWidth","width","height","borderRadius","fontSize","fontWeight","textAlign"],"sourceRoot":"../../../../src","sources":["ui/components/QuickActions.tsx"],"mappings":";;AACA,SAASA,IAAI,EAAEC,IAAI,EAAEC,gBAAgB,EAAEC,UAAU,QAAQ,cAAc;AACvE,SAASC,QAAQ,QAAQ,oBAAoB;AAC7C,SAASC,cAAc,QAAQ,
|
|
1
|
+
{"version":3,"names":["View","Text","TouchableOpacity","StyleSheet","Ionicons","useThemeStyles","useColorScheme","jsx","_jsx","jsxs","_jsxs","QuickActions","actions","theme","colorScheme","themeStyles","textColor","secondaryBackgroundColor","style","styles","quickActionsContainer","firstGroupedItem","lastGroupedItem","backgroundColor","children","quickActionsRow","map","action","quickActionItem","quickActionCircle","isDarkTheme","onPress","name","icon","size","color","iconColor","quickActionText","title","id","create","padding","marginBottom","borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius","flexDirection","alignItems","justifyContent","flexWrap","minWidth","width","height","borderRadius","fontSize","fontWeight","textAlign"],"sourceRoot":"../../../../src","sources":["ui/components/QuickActions.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { View, StyleSheet } from 'react-native';
|
|
4
|
-
import SectionTitle from
|
|
5
|
-
import { useColorScheme } from
|
|
6
|
-
import { normalizeColorScheme } from
|
|
4
|
+
import SectionTitle from "./SectionTitle.js";
|
|
5
|
+
import { useColorScheme } from "../hooks/use-color-scheme.js";
|
|
6
|
+
import { normalizeColorScheme } from "../utils/themeUtils.js";
|
|
7
7
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
8
|
const Section = ({
|
|
9
9
|
title,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["View","StyleSheet","SectionTitle","useColorScheme","normalizeColorScheme","jsx","_jsx","jsxs","_jsxs","Section","title","theme","children","isFirst","style","colorScheme","styles","section","firstSection","create","marginBottom","gap","marginTop"],"sourceRoot":"../../../../src","sources":["ui/components/Section.tsx"],"mappings":";;AACA,SAASA,IAAI,EAAEC,UAAU,QAAwC,cAAc;AAC/E,OAAOC,YAAY,MAAM,
|
|
1
|
+
{"version":3,"names":["View","StyleSheet","SectionTitle","useColorScheme","normalizeColorScheme","jsx","_jsx","jsxs","_jsxs","Section","title","theme","children","isFirst","style","colorScheme","styles","section","firstSection","create","marginBottom","gap","marginTop"],"sourceRoot":"../../../../src","sources":["ui/components/Section.tsx"],"mappings":";;AACA,SAASA,IAAI,EAAEC,UAAU,QAAwC,cAAc;AAC/E,OAAOC,YAAY,MAAM,mBAAgB;AACzC,SAASC,cAAc,QAAQ,8BAA2B;AAC1D,SAASC,oBAAoB,QAAQ,wBAAqB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAU3D,MAAMC,OAA+B,GAAGA,CAAC;EACrCC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACRC,OAAO,GAAG,KAAK;EACfC;AACJ,CAAC,KAAK;EACF,MAAMC,WAAW,GAAGX,oBAAoB,CAACD,cAAc,CAAC,CAAC,EAAEQ,KAAK,CAAC;EAEjE,oBACIH,KAAA,CAACR,IAAI;IAACc,KAAK,EAAE,CAACE,MAAM,CAACC,OAAO,EAAEJ,OAAO,IAAIG,MAAM,CAACE,YAAY,EAAEJ,KAAK,CAAE;IAAAF,QAAA,GAChEF,KAAK,iBAAIJ,IAAA,CAACJ,YAAY;MAACQ,KAAK,EAAEA,KAAM;MAACC,KAAK,EAAEI;IAAY,CAAE,CAAC,EAC3DH,QAAQ;EAAA,CACP,CAAC;AAEf,CAAC;AAED,MAAMI,MAAM,GAAGf,UAAU,CAACkB,MAAM,CAAC;EAC7BF,OAAO,EAAE;IACLG,YAAY,EAAE,EAAE;IAChBC,GAAG,EAAE;EACT,CAAC;EACDH,YAAY,EAAE;IACVI,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AAEF,eAAeb,OAAO","ignoreList":[]}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { Text, StyleSheet } from 'react-native';
|
|
4
|
-
import { fontFamilies } from
|
|
5
|
-
import { useColorScheme } from
|
|
6
|
-
import { normalizeColorScheme } from
|
|
7
|
-
import { useThemeStyles } from
|
|
4
|
+
import { fontFamilies } from "../styles/fonts.js";
|
|
5
|
+
import { useColorScheme } from "../hooks/use-color-scheme.js";
|
|
6
|
+
import { normalizeColorScheme } from "../utils/themeUtils.js";
|
|
7
|
+
import { useThemeStyles } from "../hooks/useThemeStyles.js";
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
const SectionTitle = ({
|
|
10
10
|
title,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Text","StyleSheet","fontFamilies","useColorScheme","normalizeColorScheme","useThemeStyles","jsx","_jsx","SectionTitle","title","theme","style","colorScheme","themeStyles","styles","sectionTitle","color","textColor","children","create","fontSize","fontWeight","fontFamily","phuduSemiBold"],"sourceRoot":"../../../../src","sources":["ui/components/SectionTitle.tsx"],"mappings":";;AACA,SAASA,IAAI,EAAEC,UAAU,QAAwC,cAAc;AAC/E,SAASC,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"names":["Text","StyleSheet","fontFamilies","useColorScheme","normalizeColorScheme","useThemeStyles","jsx","_jsx","SectionTitle","title","theme","style","colorScheme","themeStyles","styles","sectionTitle","color","textColor","children","create","fontSize","fontWeight","fontFamily","phuduSemiBold"],"sourceRoot":"../../../../src","sources":["ui/components/SectionTitle.tsx"],"mappings":";;AACA,SAASA,IAAI,EAAEC,UAAU,QAAwC,cAAc;AAC/E,SAASC,YAAY,QAAQ,oBAAiB;AAC9C,SAASC,cAAc,QAAQ,8BAA2B;AAC1D,SAASC,oBAAoB,QAAQ,wBAAqB;AAC1D,SAASC,cAAc,QAAQ,4BAAyB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAQzD,MAAMC,YAAyC,GAAGA,CAAC;EAAEC,KAAK;EAAEC,KAAK;EAAEC;AAAM,CAAC,KAAK;EAC3E,MAAMC,WAAW,GAAGR,oBAAoB,CAACD,cAAc,CAAC,CAAC,EAAEO,KAAK,CAAC;EACjE,MAAMG,WAAW,GAAGR,cAAc,CAACK,KAAK,IAAIE,WAAW,EAAEA,WAAW,CAAC;EAErE,oBACIL,IAAA,CAACP,IAAI;IAACW,KAAK,EAAE,CAACG,MAAM,CAACC,YAAY,EAAE;MAAEC,KAAK,EAAEH,WAAW,CAACI;IAAU,CAAC,EAAEN,KAAK,CAAE;IAAAO,QAAA,EACvET;EAAK,CACJ,CAAC;AAEf,CAAC;AAED,MAAMK,MAAM,GAAGb,UAAU,CAACkB,MAAM,CAAC;EAC7BJ,YAAY,EAAE;IACVK,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,UAAU,EAAEpB,YAAY,CAACqB;EAC7B;AACJ,CAAC,CAAC;AAEF,eAAef,YAAY","ignoreList":[]}
|
|
@@ -15,23 +15,29 @@ const SettingRow = ({
|
|
|
15
15
|
disabled = false,
|
|
16
16
|
textColor,
|
|
17
17
|
mutedTextColor,
|
|
18
|
-
borderColor
|
|
18
|
+
borderColor,
|
|
19
|
+
activeColor = '#d169e5',
|
|
20
|
+
inactiveColor = '#767577',
|
|
21
|
+
accessibilityLabel
|
|
19
22
|
}) => {
|
|
20
23
|
return /*#__PURE__*/_jsxs(View, {
|
|
21
24
|
style: [styles.settingRow, borderColor ? {
|
|
22
25
|
borderBottomColor: borderColor
|
|
23
26
|
} : undefined],
|
|
27
|
+
accessibilityRole: "none",
|
|
24
28
|
children: [/*#__PURE__*/_jsxs(View, {
|
|
25
29
|
style: styles.settingInfo,
|
|
26
30
|
children: [/*#__PURE__*/_jsx(Text, {
|
|
27
31
|
style: [styles.settingTitle, textColor ? {
|
|
28
32
|
color: textColor
|
|
29
33
|
} : undefined],
|
|
34
|
+
accessibilityRole: "text",
|
|
30
35
|
children: title
|
|
31
36
|
}), description && /*#__PURE__*/_jsx(Text, {
|
|
32
37
|
style: [styles.settingDescription, mutedTextColor ? {
|
|
33
38
|
color: mutedTextColor
|
|
34
39
|
} : undefined],
|
|
40
|
+
accessibilityRole: "text",
|
|
35
41
|
children: description
|
|
36
42
|
})]
|
|
37
43
|
}), /*#__PURE__*/_jsx(Switch, {
|
|
@@ -39,10 +45,17 @@ const SettingRow = ({
|
|
|
39
45
|
onValueChange: onValueChange,
|
|
40
46
|
disabled: disabled,
|
|
41
47
|
trackColor: {
|
|
42
|
-
false:
|
|
43
|
-
true:
|
|
48
|
+
false: inactiveColor,
|
|
49
|
+
true: activeColor
|
|
44
50
|
},
|
|
45
|
-
thumbColor: value ? '#fff' : '#f4f3f4'
|
|
51
|
+
thumbColor: value ? '#fff' : '#f4f3f4',
|
|
52
|
+
accessibilityRole: "switch",
|
|
53
|
+
accessibilityLabel: accessibilityLabel || title,
|
|
54
|
+
accessibilityState: {
|
|
55
|
+
checked: value,
|
|
56
|
+
disabled
|
|
57
|
+
},
|
|
58
|
+
accessibilityHint: description
|
|
46
59
|
})]
|
|
47
60
|
});
|
|
48
61
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Text","Switch","StyleSheet","jsx","_jsx","jsxs","_jsxs","SettingRow","title","description","value","onValueChange","disabled","textColor","mutedTextColor","borderColor","style","styles","settingRow","borderBottomColor","undefined","children","settingInfo","settingTitle","color","settingDescription","trackColor","false","true","thumbColor","create","flexDirection","justifyContent","alignItems","paddingVertical","borderBottomWidth","flex","marginRight","fontSize","fontWeight","marginBottom","opacity","memo"],"sourceRoot":"../../../../src","sources":["ui/components/SettingRow.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,MAAM,EAAEC,UAAU,QAAQ,cAAc;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;
|
|
1
|
+
{"version":3,"names":["React","View","Text","Switch","StyleSheet","jsx","_jsx","jsxs","_jsxs","SettingRow","title","description","value","onValueChange","disabled","textColor","mutedTextColor","borderColor","activeColor","inactiveColor","accessibilityLabel","style","styles","settingRow","borderBottomColor","undefined","accessibilityRole","children","settingInfo","settingTitle","color","settingDescription","trackColor","false","true","thumbColor","accessibilityState","checked","accessibilityHint","create","flexDirection","justifyContent","alignItems","paddingVertical","borderBottomWidth","flex","marginRight","fontSize","fontWeight","marginBottom","opacity","memo"],"sourceRoot":"../../../../src","sources":["ui/components/SettingRow.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,MAAM,EAAEC,UAAU,QAAQ,cAAc;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAmB9D;AACA;AACA;AACA;AACA,MAAMC,UAAqC,GAAGA,CAAC;EAC3CC,KAAK;EACLC,WAAW;EACXC,KAAK;EACLC,aAAa;EACbC,QAAQ,GAAG,KAAK;EAChBC,SAAS;EACTC,cAAc;EACdC,WAAW;EACXC,WAAW,GAAG,SAAS;EACvBC,aAAa,GAAG,SAAS;EACzBC;AACJ,CAAC,KAAK;EACF,oBACIZ,KAAA,CAACP,IAAI;IACDoB,KAAK,EAAE,CAACC,MAAM,CAACC,UAAU,EAAEN,WAAW,GAAG;MAAEO,iBAAiB,EAAEP;IAAY,CAAC,GAAGQ,SAAS,CAAE;IACzFC,iBAAiB,EAAC,MAAM;IAAAC,QAAA,gBAExBnB,KAAA,CAACP,IAAI;MAACoB,KAAK,EAAEC,MAAM,CAACM,WAAY;MAAAD,QAAA,gBAC5BrB,IAAA,CAACJ,IAAI;QACDmB,KAAK,EAAE,CAACC,MAAM,CAACO,YAAY,EAAEd,SAAS,GAAG;UAAEe,KAAK,EAAEf;QAAU,CAAC,GAAGU,SAAS,CAAE;QAC3EC,iBAAiB,EAAC,MAAM;QAAAC,QAAA,EAEvBjB;MAAK,CACJ,CAAC,EACNC,WAAW,iBACRL,IAAA,CAACJ,IAAI;QACDmB,KAAK,EAAE,CAACC,MAAM,CAACS,kBAAkB,EAAEf,cAAc,GAAG;UAAEc,KAAK,EAAEd;QAAe,CAAC,GAAGS,SAAS,CAAE;QAC3FC,iBAAiB,EAAC,MAAM;QAAAC,QAAA,EAEvBhB;MAAW,CACV,CACT;IAAA,CACC,CAAC,eACPL,IAAA,CAACH,MAAM;MACHS,KAAK,EAAEA,KAAM;MACbC,aAAa,EAAEA,aAAc;MAC7BC,QAAQ,EAAEA,QAAS;MACnBkB,UAAU,EAAE;QAAEC,KAAK,EAAEd,aAAa;QAAEe,IAAI,EAAEhB;MAAY,CAAE;MACxDiB,UAAU,EAAEvB,KAAK,GAAG,MAAM,GAAG,SAAU;MACvCc,iBAAiB,EAAC,QAAQ;MAC1BN,kBAAkB,EAAEA,kBAAkB,IAAIV,KAAM;MAChD0B,kBAAkB,EAAE;QAAEC,OAAO,EAAEzB,KAAK;QAAEE;MAAS,CAAE;MACjDwB,iBAAiB,EAAE3B;IAAY,CAClC,CAAC;EAAA,CACA,CAAC;AAEf,CAAC;AAED,MAAMW,MAAM,GAAGlB,UAAU,CAACmC,MAAM,CAAC;EAC7BhB,UAAU,EAAE;IACRiB,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,eAAe;IAC/BC,UAAU,EAAE,QAAQ;IACpBC,eAAe,EAAE,EAAE;IACnBC,iBAAiB,EAAE;EACvB,CAAC;EACDhB,WAAW,EAAE;IACTiB,IAAI,EAAE,CAAC;IACPC,WAAW,EAAE;EACjB,CAAC;EACDjB,YAAY,EAAE;IACVkB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,YAAY,EAAE;EAClB,CAAC;EACDlB,kBAAkB,EAAE;IAChBgB,QAAQ,EAAE,EAAE;IACZG,OAAO,EAAE;EACb;AACJ,CAAC,CAAC;AAEF,4BAAelD,KAAK,CAACmD,IAAI,CAAC1C,UAAU,CAAC","ignoreList":[]}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { useState, useRef, useCallback, useMemo, useEffect } from 'react';
|
|
4
4
|
import { View, Platform } from 'react-native';
|
|
5
5
|
import Animated, { useSharedValue, useAnimatedStyle, withTiming } from 'react-native-reanimated';
|
|
6
|
-
import { useThemeColors, createAuthStyles } from
|
|
7
|
-
import { screenContentStyle } from
|
|
6
|
+
import { useThemeColors, createAuthStyles } from "../styles/index.js";
|
|
7
|
+
import { screenContentStyle } from "../constants/spacing.js";
|
|
8
8
|
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
9
9
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
10
|
// Individual animated progress dot
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useState","useRef","useCallback","useMemo","useEffect","View","Platform","Animated","useSharedValue","useAnimatedStyle","withTiming","useThemeColors","createAuthStyles","screenContentStyle","useSafeAreaInsets","jsx","_jsx","jsxs","_jsxs","AnimatedProgressDot","isActive","colors","styles","width","backgroundColor","primary","border","value","duration","animatedStyle","style","progressDot","ProgressIndicator","currentStep","totalSteps","progressContainer","children","Array","from","length","_","index","StepBasedScreen","steps","initialStep","showProgressIndicator","enableAnimations","onStepChange","onComplete","stepData","navigate","goBack","onAuthenticated","theme","oxyServices","stepControllerRef","currentScreen","getNavigationProps","state","setState","themeValue","themeString","insets","modernHeader","alignItems","marginBottom","modernTitle","fontFamily","OS","fontWeight","undefined","fontSize","lineHeight","textAlign","modernSubtitle","opacity","modernInputContainer","button","flexDirection","justifyContent","paddingVertical","paddingHorizontal","borderRadius","marginVertical","gap","select","web","boxShadow","default","shadowOffset","height","shadowOpacity","shadowRadius","elevation","buttonText","color","letterSpacing","footerText","footerTextContainer","marginTop","linkText","textDecorationLine","marginHorizontal","onStepChangeRef","onCompleteRef","current","prevState","updateStepData","stepIndex","data","prev","nextStepData","slice","__DEV__","console","warn","currentStepConfig","onEnter","onExit","nextStep","canProceed","nextStepIndex","navigationProps","extractedProps","Object","assign","step0Data","currentStepData","username","userProfile","email","prevStep","goToStep","canGoBack","CurrentStepComponent","component","updateCurrentStepData","stepProps","props","allStepData","contentStyle","paddingBottom","bottom","stepContainer"],"sourceRoot":"../../../../src","sources":["ui/components/StepBasedScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["useState","useRef","useCallback","useMemo","useEffect","View","Platform","Animated","useSharedValue","useAnimatedStyle","withTiming","useThemeColors","createAuthStyles","screenContentStyle","useSafeAreaInsets","jsx","_jsx","jsxs","_jsxs","AnimatedProgressDot","isActive","colors","styles","width","backgroundColor","primary","border","value","duration","animatedStyle","style","progressDot","ProgressIndicator","currentStep","totalSteps","progressContainer","children","Array","from","length","_","index","StepBasedScreen","steps","initialStep","showProgressIndicator","enableAnimations","onStepChange","onComplete","stepData","navigate","goBack","onAuthenticated","theme","oxyServices","stepControllerRef","currentScreen","getNavigationProps","state","setState","themeValue","themeString","insets","modernHeader","alignItems","marginBottom","modernTitle","fontFamily","OS","fontWeight","undefined","fontSize","lineHeight","textAlign","modernSubtitle","opacity","modernInputContainer","button","flexDirection","justifyContent","paddingVertical","paddingHorizontal","borderRadius","marginVertical","gap","select","web","boxShadow","default","shadowOffset","height","shadowOpacity","shadowRadius","elevation","buttonText","color","letterSpacing","footerText","footerTextContainer","marginTop","linkText","textDecorationLine","marginHorizontal","onStepChangeRef","onCompleteRef","current","prevState","updateStepData","stepIndex","data","prev","nextStepData","slice","__DEV__","console","warn","currentStepConfig","onEnter","onExit","nextStep","canProceed","nextStepIndex","navigationProps","extractedProps","Object","assign","step0Data","currentStepData","username","userProfile","email","prevStep","goToStep","canGoBack","CurrentStepComponent","component","updateCurrentStepData","stepProps","props","allStepData","contentStyle","paddingBottom","bottom","stepContainer"],"sourceRoot":"../../../../src","sources":["ui/components/StepBasedScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Animated, Platform, StyleSheet } from 'react-native';
|
|
5
|
-
import { useInternalTheme } from
|
|
6
|
-
import overlay, { isAnimatedValue } from
|
|
7
|
-
import shadow from
|
|
8
|
-
import { forwardRef } from
|
|
9
|
-
import { splitStyles } from
|
|
5
|
+
import { useInternalTheme } from "./theming.js";
|
|
6
|
+
import overlay, { isAnimatedValue } from "./styles/overlay.js";
|
|
7
|
+
import shadow from "./styles/shadow.js";
|
|
8
|
+
import { forwardRef } from "./utils/forwardRef.js";
|
|
9
|
+
import { splitStyles } from "./utils/splitStyles.js";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
const MD2Surface = forwardRef(({
|
|
12
12
|
style,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Animated","Platform","StyleSheet","useInternalTheme","overlay","isAnimatedValue","shadow","forwardRef","splitStyles","jsx","_jsx","MD2Surface","style","theme","overrideTheme","rest","ref","elevation","flatten","dark","isDarkTheme","mode","colors","View","backgroundColor","surface","outerLayerStyleProperties","shadowColor","iOSShadowOutputRanges","shadowOpacity","height","shadowRadius","inputRange","getStyleForShadowLayer","layer","interpolate","outputRange","extrapolate","shadowOffset","width","SurfaceIOS","testID","children","container","props","outerLayerViewStyles","innerLayerViewStyles","useMemo","flattenedStyles","filteredStyles","outerLayerStyles","borderRadiusStyles","includes","startsWith","endsWith","process","env","NODE_ENV","overflow","console","warn","bgColor","isElevated","flex","undefined","Surface","overridenTheme","isV3","map","OS","pointerEvents","elevationLevel","getElevationAndroid","margin","padding","transform","borderRadius","sharedStyle"],"sourceRoot":"../../../../src","sources":["ui/components/Surface.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SACEC,QAAQ,EACRC,QAAQ,EAGRC,UAAU,QAGL,cAAc;AAErB,SAASC,gBAAgB,QAAQ,
|
|
1
|
+
{"version":3,"names":["React","Animated","Platform","StyleSheet","useInternalTheme","overlay","isAnimatedValue","shadow","forwardRef","splitStyles","jsx","_jsx","MD2Surface","style","theme","overrideTheme","rest","ref","elevation","flatten","dark","isDarkTheme","mode","colors","View","backgroundColor","surface","outerLayerStyleProperties","shadowColor","iOSShadowOutputRanges","shadowOpacity","height","shadowRadius","inputRange","getStyleForShadowLayer","layer","interpolate","outputRange","extrapolate","shadowOffset","width","SurfaceIOS","testID","children","container","props","outerLayerViewStyles","innerLayerViewStyles","useMemo","flattenedStyles","filteredStyles","outerLayerStyles","borderRadiusStyles","includes","startsWith","endsWith","process","env","NODE_ENV","overflow","console","warn","bgColor","isElevated","flex","undefined","Surface","overridenTheme","isV3","map","OS","pointerEvents","elevationLevel","getElevationAndroid","margin","padding","transform","borderRadius","sharedStyle"],"sourceRoot":"../../../../src","sources":["ui/components/Surface.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Animated, StyleSheet } from 'react-native';
|
|
5
|
-
import { useInternalTheme } from
|
|
5
|
+
import { useInternalTheme } from "../../theming.js";
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
export const Underline = ({
|
|
8
8
|
parentState,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Animated","StyleSheet","useInternalTheme","jsx","_jsx","Underline","parentState","error","colors","activeColor","underlineColorCustom","hasActiveOutline","style","theme","themeOverrides","isV3","backgroundColor","focused","activeScale","View","testID","styles","underline","md3Underline","transform","scaleY","create","position","left","right","bottom","height","zIndex"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Addons/Underline.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,QAAQ,EAAEC,UAAU,QAA8B,cAAc;AAIzE,SAASC,gBAAgB,QAAQ,
|
|
1
|
+
{"version":3,"names":["React","Animated","StyleSheet","useInternalTheme","jsx","_jsx","Underline","parentState","error","colors","activeColor","underlineColorCustom","hasActiveOutline","style","theme","themeOverrides","isV3","backgroundColor","focused","activeScale","View","testID","styles","underline","md3Underline","transform","scaleY","create","position","left","right","bottom","height","zIndex"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Addons/Underline.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,QAAQ,EAAEC,UAAU,QAA8B,cAAc;AAIzE,SAASC,gBAAgB,QAAQ,kBAAe;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAiBjD,OAAO,MAAMC,SAAS,GAAGA,CAAC;EACxBC,WAAW;EACXC,KAAK;EACLC,MAAM;EACNC,WAAW;EACXC,oBAAoB;EACpBC,gBAAgB;EAChBC,KAAK;EACLC,KAAK,EAAEC;AACO,CAAC,KAAK;EACpB,MAAM;IAAEC;EAAK,CAAC,GAAGb,gBAAgB,CAACY,cAAc,CAAC;EAEjD,IAAIE,eAAe,GAAGV,WAAW,CAACW,OAAO,GACrCR,WAAW,GACXC,oBAAoB;EAExB,IAAIH,KAAK,EAAES,eAAe,GAAGR,MAAM,EAAED,KAAK;EAE1C,MAAMW,WAAW,GAAGH,IAAI,GAAG,CAAC,GAAG,CAAC;EAEhC,oBACEX,IAAA,CAACJ,QAAQ,CAACmB,IAAI;IACZC,MAAM,EAAC,sBAAsB;IAC7BR,KAAK,EAAE,CACLS,MAAM,CAACC,SAAS,EAChBP,IAAI,IAAIM,MAAM,CAACE,YAAY,EAC3B;MACEP,eAAe;MACf;MACAQ,SAAS,EAAE,CACT;QACEC,MAAM,EAAE,CAACV,IAAI,GAAGJ,gBAAgB,GAAGL,WAAW,CAACW,OAAO,IAClDC,WAAW,GACX;MACN,CAAC;IAEL,CAAC,EACDN,KAAK;EACL,CACH,CAAC;AAEN,CAAC;AAED,MAAMS,MAAM,GAAGpB,UAAU,CAACyB,MAAM,CAAC;EAC/BJ,SAAS,EAAE;IACTK,QAAQ,EAAE,UAAU;IACpBC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,CAAC;IACTC,MAAM,EAAE,CAAC;IACTC,MAAM,EAAE;EACV,CAAC;EACDT,YAAY,EAAE;IACZQ,MAAM,EAAE;EACV;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import React, { createElement as _createElement } from 'react';
|
|
4
|
-
import { AdornmentSide, AdornmentType, InputMode } from
|
|
5
|
-
import TextFieldAffix, { AffixAdornment } from
|
|
6
|
-
import TextFieldIcon, { IconAdornment } from
|
|
7
|
-
import { getConstants } from
|
|
4
|
+
import { AdornmentSide, AdornmentType, InputMode } from "./enums.js";
|
|
5
|
+
import TextFieldAffix, { AffixAdornment } from "./TextFieldAffix.js";
|
|
6
|
+
import TextFieldIcon, { IconAdornment } from "./TextFieldIcon.js";
|
|
7
|
+
import { getConstants } from "../helpers.js";
|
|
8
8
|
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
export function getAdornmentConfig({
|
|
10
10
|
left,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","createElement","_createElement","AdornmentSide","AdornmentType","InputMode","TextFieldAffix","AffixAdornment","TextFieldIcon","IconAdornment","getConstants","Fragment","_Fragment","jsx","_jsx","getAdornmentConfig","left","right","adornmentConfig","side","Left","adornment","Right","forEach","isValidElement","type","Affix","Icon","push","getAdornmentStyleAdjustmentForNativeInput","leftAffixWidth","rightAffixWidth","paddingHorizontal","inputOffset","mode","isV3","OUTLINED_INPUT_OFFSET","ADORNMENT_OFFSET","length","adornmentStyleAdjustmentForNativeInput","map","isLeftSide","inputModeAdornemntOffset","Outlined","paddingKey","captalize","affixWidth","padding","offset","isAffix","marginKey","allStyleAdjustmentsMerged","reduce","mergedStyles","currentStyle","text","charAt","toUpperCase","slice","TextFieldAdornment","onAffixChange","textStyle","visible","topPosition","isTextInputFocused","forceFocus","maxFontSizeMultiplier","theme","disabled","children","inputAdornmentComponent","commonProps","testID","key","icon","affix","onLayout"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Adornment/TextFieldAdornment.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAAC,aAAA,IAAAC,cAAA,QAAM,OAAO;AAWzB,SAASC,aAAa,EAAEC,aAAa,EAAEC,SAAS,QAAQ,
|
|
1
|
+
{"version":3,"names":["React","createElement","_createElement","AdornmentSide","AdornmentType","InputMode","TextFieldAffix","AffixAdornment","TextFieldIcon","IconAdornment","getConstants","Fragment","_Fragment","jsx","_jsx","getAdornmentConfig","left","right","adornmentConfig","side","Left","adornment","Right","forEach","isValidElement","type","Affix","Icon","push","getAdornmentStyleAdjustmentForNativeInput","leftAffixWidth","rightAffixWidth","paddingHorizontal","inputOffset","mode","isV3","OUTLINED_INPUT_OFFSET","ADORNMENT_OFFSET","length","adornmentStyleAdjustmentForNativeInput","map","isLeftSide","inputModeAdornemntOffset","Outlined","paddingKey","captalize","affixWidth","padding","offset","isAffix","marginKey","allStyleAdjustmentsMerged","reduce","mergedStyles","currentStyle","text","charAt","toUpperCase","slice","TextFieldAdornment","onAffixChange","textStyle","visible","topPosition","isTextInputFocused","forceFocus","maxFontSizeMultiplier","theme","disabled","children","inputAdornmentComponent","commonProps","testID","key","icon","affix","onLayout"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Adornment/TextFieldAdornment.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { Animated, Pressable, StyleSheet, Text } from 'react-native';
|
|
5
|
-
import { AdornmentSide } from
|
|
6
|
-
import { getTextColor } from
|
|
7
|
-
import { useInternalTheme } from
|
|
8
|
-
import { getConstants } from
|
|
5
|
+
import { AdornmentSide } from "./enums.js";
|
|
6
|
+
import { getTextColor } from "./utils.js";
|
|
7
|
+
import { useInternalTheme } from "../../theming.js";
|
|
8
|
+
import { getConstants } from "../helpers.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
const AffixContext = /*#__PURE__*/React.createContext({
|
|
11
11
|
textStyle: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Animated","Pressable","StyleSheet","Text","AdornmentSide","getTextColor","useInternalTheme","getConstants","jsx","_jsx","AffixContext","createContext","textStyle","fontFamily","color","topPosition","side","Left","AffixAdornment","affix","onLayout","visible","paddingHorizontal","maxFontSizeMultiplier","testID","disabled","Provider","value","children","TextFieldAffix","text","labelStyle","theme","themeOverrides","onTextLayout","onPress","accessibilityLabel","AFFIX_OFFSET","isV3","useContext","offset","style","top","textColor","content","View","styles","container","opacity","interpolate","inputRange","outputRange","accessibilityRole","displayName","create","position","justifyContent","alignItems"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Adornment/TextFieldAffix.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,QAAQ,EAIRC,SAAS,EAETC,UAAU,EACVC,IAAI,QAGC,cAAc;AAErB,SAASC,aAAa,QAAQ,
|
|
1
|
+
{"version":3,"names":["React","Animated","Pressable","StyleSheet","Text","AdornmentSide","getTextColor","useInternalTheme","getConstants","jsx","_jsx","AffixContext","createContext","textStyle","fontFamily","color","topPosition","side","Left","AffixAdornment","affix","onLayout","visible","paddingHorizontal","maxFontSizeMultiplier","testID","disabled","Provider","value","children","TextFieldAffix","text","labelStyle","theme","themeOverrides","onTextLayout","onPress","accessibilityLabel","AFFIX_OFFSET","isV3","useContext","offset","style","top","textColor","content","View","styles","container","opacity","interpolate","inputRange","outputRange","accessibilityRole","displayName","create","position","justifyContent","alignItems"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Adornment/TextFieldAffix.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { StyleSheet, View } from 'react-native';
|
|
5
|
-
import { getIconColor } from
|
|
6
|
-
import { useInternalTheme } from
|
|
7
|
-
import IconButton from
|
|
8
|
-
import { ICON_SIZE } from
|
|
9
|
-
import { getConstants } from
|
|
5
|
+
import { getIconColor } from "./utils.js";
|
|
6
|
+
import { useInternalTheme } from "../../theming.js";
|
|
7
|
+
import IconButton from "../../IconButton/IconButton.js";
|
|
8
|
+
import { ICON_SIZE } from "../constants.js";
|
|
9
|
+
import { getConstants } from "../helpers.js";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
const StyleContext = /*#__PURE__*/React.createContext({
|
|
12
12
|
style: {},
|