@oxyhq/services 5.18.0 → 5.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/assets/icons/OxyServices.js +1 -1
- package/lib/commonjs/core/HttpService.js +4 -4
- package/lib/commonjs/core/OxyServices.base.js +9 -9
- package/lib/commonjs/core/OxyServices.base.js.map +1 -1
- package/lib/commonjs/core/OxyServices.js +5 -5
- package/lib/commonjs/core/OxyServices.js.map +1 -1
- package/lib/commonjs/core/index.js +6 -6
- package/lib/commonjs/core/mixins/OxyServices.analytics.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.auth.js +2 -2
- package/lib/commonjs/core/mixins/OxyServices.auth.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.developer.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.features.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.fedcm.js +5 -5
- package/lib/commonjs/core/mixins/OxyServices.fedcm.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.karma.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.language.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.payment.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.popup.js +8 -8
- package/lib/commonjs/core/mixins/OxyServices.popup.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.redirect.js +4 -4
- package/lib/commonjs/core/mixins/OxyServices.redirect.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.user.js +1 -1
- package/lib/commonjs/core/mixins/OxyServices.utility.js +1 -1
- package/lib/commonjs/core/mixins/index.js +21 -21
- package/lib/commonjs/core/mixins/index.js.map +1 -1
- package/lib/commonjs/crypto/index.js +4 -4
- package/lib/commonjs/crypto/recoveryPhrase.js +1 -1
- package/lib/commonjs/crypto/signatureService.js +1 -1
- package/lib/commonjs/index.js +59 -59
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/node/index.js +6 -6
- package/lib/commonjs/node/index.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +1 -1
- package/lib/commonjs/ui/components/Avatar.js +3 -3
- package/lib/commonjs/ui/components/Avatar.js.map +1 -1
- package/lib/commonjs/ui/components/BottomSheet.js +1 -1
- package/lib/commonjs/ui/components/BottomSheetRouter.js +5 -5
- package/lib/commonjs/ui/components/CrossFadeIcon.js +2 -2
- package/lib/commonjs/ui/components/FollowButton.js +5 -5
- package/lib/commonjs/ui/components/GroupedItem.js +5 -5
- package/lib/commonjs/ui/components/GroupedSection.js +1 -1
- package/lib/commonjs/ui/components/Header.js +5 -5
- package/lib/commonjs/ui/components/HelperText.js +2 -2
- package/lib/commonjs/ui/components/HelperText.js.map +1 -1
- package/lib/commonjs/ui/components/Icon.js +1 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js +7 -7
- package/lib/commonjs/ui/components/OxyLogo.js +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +2 -2
- package/lib/commonjs/ui/components/OxyProvider.js +6 -6
- package/lib/commonjs/ui/components/OxySignInButton.js +2 -2
- package/lib/commonjs/ui/components/ProfileCard.js +8 -8
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -1
- package/lib/commonjs/ui/components/QuickActions.js +2 -2
- package/lib/commonjs/ui/components/Section.js +3 -3
- package/lib/commonjs/ui/components/SectionTitle.js +4 -4
- package/lib/commonjs/ui/components/StepBasedScreen.js +4 -4
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +5 -5
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +4 -4
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +4 -4
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +5 -5
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +2 -2
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +7 -7
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +8 -8
- package/lib/commonjs/ui/components/TextField/helpers.js +2 -2
- package/lib/commonjs/ui/components/TextField.js +7 -7
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +5 -5
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +5 -5
- package/lib/commonjs/ui/components/Typography/AnimatedText.js +2 -2
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/index.js +5 -5
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +2 -2
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +3 -3
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +2 -2
- package/lib/commonjs/ui/components/fileManagement/styles.js +1 -1
- package/lib/commonjs/ui/components/icon/index.js +2 -2
- package/lib/commonjs/ui/components/index.js +16 -16
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +1 -1
- package/lib/commonjs/ui/components/modals/index.js +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +9 -9
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +5 -5
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js +4 -4
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js +2 -2
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js +4 -4
- package/lib/commonjs/ui/components/payment/index.js +7 -7
- package/lib/commonjs/ui/components/payment/paymentStyles.js +8 -8
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/commonjs/ui/components/profile/EditBioModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditDisplayNameModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditEmailModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditLinksModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditLocationModal.js +5 -5
- package/lib/commonjs/ui/components/profile/EditUsernameModal.js +5 -5
- package/lib/commonjs/ui/components/theming.js +3 -3
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +20 -20
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +6 -6
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useDeviceManagement.js +2 -2
- package/lib/commonjs/ui/context/hooks/useLanguageManagement.js +2 -2
- package/lib/commonjs/ui/context/hooks/useSessionManagement.js +5 -5
- package/lib/commonjs/ui/hooks/index.js +6 -6
- package/lib/commonjs/ui/hooks/mutations/index.js +2 -2
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +5 -5
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +3 -3
- package/lib/commonjs/ui/hooks/queries/index.js +4 -4
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +2 -2
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +2 -2
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +3 -3
- package/lib/commonjs/ui/hooks/use-color-scheme.js +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js +1 -1
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +2 -2
- package/lib/commonjs/ui/hooks/useFollow.js +2 -2
- package/lib/commonjs/ui/hooks/useI18n.js +3 -3
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +2 -2
- package/lib/commonjs/ui/hooks/useProfileEditing.js +3 -3
- package/lib/commonjs/ui/hooks/useSessionManagement.js +5 -5
- package/lib/commonjs/ui/hooks/useSessionSocket.js +2 -2
- package/lib/commonjs/ui/hooks/useSettingToggle.js +1 -1
- package/lib/commonjs/ui/hooks/useStorage.js +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js +2 -2
- package/lib/commonjs/ui/hooks/useThemeStyles.js +3 -3
- package/lib/commonjs/ui/index.js +4 -4
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +16 -16
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +32 -32
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +29 -29
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +17 -17
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +11 -11
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js +20 -20
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +8 -8
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +23 -23
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js +16 -16
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +10 -10
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +14 -14
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +11 -11
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +10 -10
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +4 -4
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +14 -14
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +8 -8
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +39 -39
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +10 -10
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +14 -14
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +13 -13
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js +10 -10
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserLinksScreen.js +5 -5
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +10 -10
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +7 -7
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +6 -6
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +8 -8
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +8 -8
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +11 -11
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +7 -7
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js +4 -4
- package/lib/commonjs/ui/styles/spacing.js +1 -1
- package/lib/commonjs/ui/styles/theme.js +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +3 -3
- package/lib/commonjs/ui/utils/fileManagement.js +2 -2
- package/lib/commonjs/utils/asyncUtils.js +1 -1
- package/lib/commonjs/utils/errorUtils.js +2 -2
- package/lib/commonjs/utils/index.js +4 -4
- package/lib/module/assets/icons/OxyServices.js +1 -1
- package/lib/module/assets/icons/OxyServices.js.map +1 -1
- package/lib/module/core/HttpService.js +4 -4
- package/lib/module/core/HttpService.js.map +1 -1
- package/lib/module/core/OxyServices.base.js +3 -3
- package/lib/module/core/OxyServices.base.js.map +1 -1
- package/lib/module/core/OxyServices.js +2 -2
- package/lib/module/core/OxyServices.js.map +1 -1
- package/lib/module/core/index.js +8 -8
- package/lib/module/core/index.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.analytics.js +1 -1
- package/lib/module/core/mixins/OxyServices.analytics.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.auth.js +1 -1
- package/lib/module/core/mixins/OxyServices.auth.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.developer.js +1 -1
- package/lib/module/core/mixins/OxyServices.developer.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.features.js +1 -1
- package/lib/module/core/mixins/OxyServices.features.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.fedcm.js +1 -1
- package/lib/module/core/mixins/OxyServices.fedcm.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.karma.js +1 -1
- package/lib/module/core/mixins/OxyServices.karma.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.language.js +1 -1
- package/lib/module/core/mixins/OxyServices.language.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.payment.js +1 -1
- package/lib/module/core/mixins/OxyServices.payment.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.popup.js +1 -1
- package/lib/module/core/mixins/OxyServices.popup.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.redirect.js +1 -1
- package/lib/module/core/mixins/OxyServices.redirect.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.user.js +1 -1
- package/lib/module/core/mixins/OxyServices.user.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.utility.js +1 -1
- package/lib/module/core/mixins/OxyServices.utility.js.map +1 -1
- package/lib/module/core/mixins/index.js +18 -18
- package/lib/module/core/mixins/index.js.map +1 -1
- package/lib/module/crypto/index.js +5 -5
- package/lib/module/crypto/index.js.map +1 -1
- package/lib/module/crypto/recoveryPhrase.js +1 -1
- package/lib/module/crypto/recoveryPhrase.js.map +1 -1
- package/lib/module/crypto/signatureService.js +1 -1
- package/lib/module/crypto/signatureService.js.map +1 -1
- package/lib/module/index.js +25 -25
- package/lib/module/index.js.map +1 -1
- package/lib/module/node/index.js +3 -3
- package/lib/module/node/index.js.map +1 -1
- package/lib/module/package.json +1 -0
- package/lib/module/ui/components/ActivityIndicator.js +1 -1
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +2 -2
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +1 -1
- package/lib/module/ui/components/BottomSheet.js.map +1 -1
- package/lib/module/ui/components/BottomSheetRouter.js +5 -5
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +2 -2
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +5 -5
- package/lib/module/ui/components/FollowButton.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +5 -5
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +1 -1
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +5 -5
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +1 -1
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +1 -1
- package/lib/module/ui/components/Icon.js.map +1 -1
- package/lib/module/ui/components/IconButton/IconButton.js +7 -7
- package/lib/module/ui/components/IconButton/IconButton.js.map +1 -1
- package/lib/module/ui/components/OxyLogo.js +1 -1
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +2 -2
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +6 -6
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +2 -2
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +7 -7
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +2 -2
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +3 -3
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +4 -4
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +2 -2
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/module/ui/components/Surface.js +5 -5
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js +1 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +4 -4
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +4 -4
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +5 -5
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +2 -2
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/LabelBackground.js +1 -1
- package/lib/module/ui/components/TextField/Label/LabelBackground.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldFlat.js +8 -8
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +8 -8
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/helpers.js +2 -2
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField.js +7 -7
- package/lib/module/ui/components/TextField.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +5 -5
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +5 -5
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +2 -2
- package/lib/module/ui/components/Typography/AnimatedText.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +5 -5
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +2 -2
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +3 -3
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/module/ui/components/fileManagement/UploadPreview.js +2 -2
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +1 -1
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/index.js +2 -2
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +16 -16
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +1 -1
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +5 -5
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +4 -4
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +4 -4
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +2 -2
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +4 -4
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -1
- package/lib/module/ui/components/payment/index.js +7 -7
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/module/ui/components/profile/EditBioModal.js +5 -5
- package/lib/module/ui/components/profile/EditBioModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditDisplayNameModal.js +5 -5
- package/lib/module/ui/components/profile/EditDisplayNameModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditEmailModal.js +5 -5
- package/lib/module/ui/components/profile/EditEmailModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditLinksModal.js +5 -5
- package/lib/module/ui/components/profile/EditLinksModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditLocationModal.js +5 -5
- package/lib/module/ui/components/profile/EditLocationModal.js.map +1 -1
- package/lib/module/ui/components/profile/EditUsernameModal.js +5 -5
- package/lib/module/ui/components/profile/EditUsernameModal.js.map +1 -1
- package/lib/module/ui/components/theming.js +1 -1
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +1 -1
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +16 -16
- package/lib/module/ui/context/OxyContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +4 -4
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/context/hooks/useDeviceManagement.js +2 -2
- package/lib/module/ui/context/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useLanguageManagement.js +2 -2
- package/lib/module/ui/context/hooks/useLanguageManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useSessionManagement.js +5 -5
- package/lib/module/ui/context/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/index.js +6 -6
- package/lib/module/ui/hooks/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/index.js +2 -2
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +5 -5
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +3 -3
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/index.js +4 -4
- package/lib/module/ui/hooks/queries/index.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +2 -2
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +2 -2
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useServicesQueries.js +3 -3
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/use-color-scheme.js +1 -1
- package/lib/module/ui/hooks/use-color-scheme.js.map +1 -1
- package/lib/module/ui/hooks/useAssets.js +1 -1
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +2 -2
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.js +2 -2
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +2 -2
- package/lib/module/ui/hooks/useI18n.js.map +1 -1
- package/lib/module/ui/hooks/useLanguageManagement.js +2 -2
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/module/ui/hooks/useProfileEditing.js +3 -3
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/module/ui/hooks/useSessionManagement.js +5 -5
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +2 -2
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -1
- package/lib/module/ui/hooks/useStorage.js +1 -1
- package/lib/module/ui/hooks/useStorage.js.map +1 -1
- package/lib/module/ui/hooks/useThemeColors.js +2 -2
- package/lib/module/ui/hooks/useThemeColors.js.map +1 -1
- package/lib/module/ui/hooks/useThemeStyles.js +3 -3
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/index.js +3 -3
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +16 -16
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +15 -15
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +24 -24
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +10 -10
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js +6 -6
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +8 -8
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +5 -5
- package/lib/module/ui/screens/FAQScreen.js.map +1 -1
- package/lib/module/ui/screens/FeedbackScreen.js +8 -8
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/module/ui/screens/FileManagementScreen.js +15 -15
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +5 -5
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +7 -7
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +9 -9
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +5 -5
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +3 -3
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js +5 -5
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +8 -8
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +6 -6
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/ProfileScreen.js +8 -8
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +6 -6
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +6 -6
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/SessionManagementScreen.js +7 -7
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +3 -3
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +9 -9
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +7 -7
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +9 -9
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js +6 -6
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/module/ui/styles/index.js +4 -4
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +1 -1
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +1 -1
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +3 -3
- package/lib/module/ui/utils/avatarUtils.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +2 -2
- package/lib/module/ui/utils/fileManagement.js.map +1 -1
- package/lib/module/utils/asyncUtils.js +1 -1
- package/lib/module/utils/asyncUtils.js.map +1 -1
- package/lib/module/utils/errorUtils.js +2 -2
- package/lib/module/utils/errorUtils.js.map +1 -1
- package/lib/module/utils/index.js +4 -4
- package/lib/module/utils/index.js.map +1 -1
- package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/commonjs/assets/illustrations/HighFive.d.ts.map +1 -0
- package/lib/typescript/commonjs/constants/version.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/CrossDomainAuth.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/HttpService.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/OxyServices.base.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/OxyServices.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/OxyServices.errors.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.analytics.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.assets.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.auth.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.developer.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.devices.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.features.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.fedcm.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.karma.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.language.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.location.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.payment.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.popup.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.privacy.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.redirect.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.security.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.user.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/OxyServices.utility.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/core/mixins/mixinHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/keyManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/polyfill.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/recoveryPhrase.d.ts.map +1 -0
- package/lib/typescript/commonjs/crypto/signatureService.d.ts.map +1 -0
- package/lib/typescript/commonjs/i18n/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/sonner-safe.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/sonner.d.ts.map +1 -0
- package/lib/typescript/commonjs/models/interfaces.d.ts.map +1 -0
- package/lib/typescript/commonjs/models/session.d.ts.map +1 -0
- package/lib/typescript/commonjs/node/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/commonjs/ui/components/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/AnimationExample.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/AutoHeightScrollView.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Avatar.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/BottomSheetRouter.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/CrossFadeIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/EmptyState.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/FontLoader.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/GroupedSection.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Header.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/HelperText.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/IconButton/IconButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/IconButton/utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/LoadingState.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyLogo.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/ProfileCard.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/QuickActions.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Section.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/SectionTitle.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/SettingRow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Surface.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Outline.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Underline.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/enums.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Label/InputLabel.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/Label/LabelBackground.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldFlat.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldOutlined.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/helpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TextField.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/Pressable.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/TouchableRipple/utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Typography/AnimatedText.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/Typography/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/FormInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/OxyIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/internal/GroupedPillButtons.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/internal/PinInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/modals/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditBioModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditDisplayNameModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditEmailModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditLinksModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditLocationModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/profile/EditUsernameModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/theming.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/forwardRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/splitStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/iconColors.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/theme.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/use-color-scheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/use-haptic-press.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAssets.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAsyncAction.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useI18n.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useQueryClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSessionSocket.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSettingToggle.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useStorage.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useThemeColors.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useThemeStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/isFrontend.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountOverviewScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountSwitcherScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/OxyAuthScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/accountStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/assetStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/authStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/fileStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/followStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/authStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/fonts.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/styles/theme.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/types/fileManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/types/navigation.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/colorUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/confirmAction.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/errorHandlers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/themeUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/user-utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/apiUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/asyncUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/cache.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/deviceManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/errorUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/hookUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/languageUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/loggerUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/requestUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/sessionUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/validationUtils.d.ts.map +1 -0
- package/lib/typescript/module/assets/icons/OxyServices.d.ts +29 -0
- package/lib/typescript/module/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/module/assets/illustrations/HighFive.d.ts +9 -0
- package/lib/typescript/module/assets/illustrations/HighFive.d.ts.map +1 -0
- package/lib/typescript/module/constants/version.d.ts +14 -0
- package/lib/typescript/module/constants/version.d.ts.map +1 -0
- package/lib/typescript/module/core/CrossDomainAuth.d.ts +161 -0
- package/lib/typescript/module/core/CrossDomainAuth.d.ts.map +1 -0
- package/lib/typescript/module/core/HttpService.d.ts +159 -0
- package/lib/typescript/module/core/HttpService.d.ts.map +1 -0
- package/lib/typescript/module/core/OxyServices.base.d.ts +127 -0
- package/lib/typescript/module/core/OxyServices.base.d.ts.map +1 -0
- package/lib/typescript/module/core/OxyServices.d.ts +82 -0
- package/lib/typescript/module/core/OxyServices.d.ts.map +1 -0
- package/lib/typescript/module/core/OxyServices.errors.d.ts +12 -0
- package/lib/typescript/module/core/OxyServices.errors.d.ts.map +1 -0
- package/lib/typescript/module/core/index.d.ts +19 -0
- package/lib/typescript/module/core/index.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.analytics.d.ts +67 -0
- package/lib/typescript/module/core/mixins/OxyServices.analytics.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.assets.d.ts +136 -0
- package/lib/typescript/module/core/mixins/OxyServices.assets.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.auth.d.ts +187 -0
- package/lib/typescript/module/core/mixins/OxyServices.auth.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.developer.d.ts +100 -0
- package/lib/typescript/module/core/mixins/OxyServices.developer.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.devices.d.ts +97 -0
- package/lib/typescript/module/core/mixins/OxyServices.devices.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.features.d.ts +229 -0
- package/lib/typescript/module/core/mixins/OxyServices.features.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.fedcm.d.ts +195 -0
- package/lib/typescript/module/core/mixins/OxyServices.fedcm.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.karma.d.ts +86 -0
- package/lib/typescript/module/core/mixins/OxyServices.karma.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.language.d.ts +82 -0
- package/lib/typescript/module/core/mixins/OxyServices.language.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.location.d.ts +65 -0
- package/lib/typescript/module/core/mixins/OxyServices.location.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.payment.d.ts +112 -0
- package/lib/typescript/module/core/mixins/OxyServices.payment.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.popup.d.ts +206 -0
- package/lib/typescript/module/core/mixins/OxyServices.popup.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.privacy.d.ts +123 -0
- package/lib/typescript/module/core/mixins/OxyServices.privacy.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.redirect.d.ts +246 -0
- package/lib/typescript/module/core/mixins/OxyServices.redirect.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.security.d.ts +79 -0
- package/lib/typescript/module/core/mixins/OxyServices.security.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.user.d.ts +185 -0
- package/lib/typescript/module/core/mixins/OxyServices.user.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/OxyServices.utility.d.ts +94 -0
- package/lib/typescript/module/core/mixins/OxyServices.utility.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/index.d.ts +1128 -0
- package/lib/typescript/module/core/mixins/index.d.ts.map +1 -0
- package/lib/typescript/module/core/mixins/mixinHelpers.d.ts +32 -0
- package/lib/typescript/module/core/mixins/mixinHelpers.d.ts.map +1 -0
- package/lib/typescript/module/crypto/index.d.ts +12 -0
- package/lib/typescript/module/crypto/index.d.ts.map +1 -0
- package/lib/typescript/module/crypto/keyManager.d.ts +190 -0
- package/lib/typescript/module/crypto/keyManager.d.ts.map +1 -0
- package/lib/typescript/module/crypto/polyfill.d.ts +13 -0
- package/lib/typescript/module/crypto/polyfill.d.ts.map +1 -0
- package/lib/typescript/module/crypto/recoveryPhrase.d.ts +59 -0
- package/lib/typescript/module/crypto/recoveryPhrase.d.ts.map +1 -0
- package/lib/typescript/module/crypto/signatureService.d.ts +87 -0
- package/lib/typescript/module/crypto/signatureService.d.ts.map +1 -0
- package/lib/typescript/module/i18n/index.d.ts +4 -0
- package/lib/typescript/module/i18n/index.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +39 -0
- package/lib/typescript/module/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/sonner-safe.d.ts +9 -0
- package/lib/typescript/module/lib/sonner-safe.d.ts.map +1 -0
- package/lib/typescript/module/lib/sonner.d.ts +15 -0
- package/lib/typescript/module/lib/sonner.d.ts.map +1 -0
- package/lib/typescript/module/models/interfaces.d.ts +416 -0
- package/lib/typescript/module/models/interfaces.d.ts.map +1 -0
- package/lib/typescript/module/models/session.d.ts +24 -0
- package/lib/typescript/module/models/session.d.ts.map +1 -0
- package/lib/typescript/module/node/index.d.ts +10 -0
- package/lib/typescript/module/node/index.d.ts.map +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/ui/components/ActivityIndicator.d.ts +45 -0
- package/lib/typescript/module/ui/components/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/AnimationExample.d.ts +4 -0
- package/lib/typescript/module/ui/components/AnimationExample.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts +23 -0
- package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Avatar.d.ts +61 -0
- package/lib/typescript/module/ui/components/Avatar.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/BottomSheet.d.ts +29 -0
- package/lib/typescript/module/ui/components/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/BottomSheetRouter.d.ts +14 -0
- package/lib/typescript/module/ui/components/BottomSheetRouter.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts +27 -0
- package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/EmptyState.d.ts +8 -0
- package/lib/typescript/module/ui/components/EmptyState.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/ErrorBoundary.d.ts +31 -0
- package/lib/typescript/module/ui/components/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/FollowButton.d.ts +18 -0
- package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/FontLoader.d.ts +15 -0
- package/lib/typescript/module/ui/components/FontLoader.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/GroupedItem.d.ts +24 -0
- package/lib/typescript/module/ui/components/GroupedItem.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/GroupedSection.d.ts +25 -0
- package/lib/typescript/module/ui/components/GroupedSection.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Header.d.ts +38 -0
- package/lib/typescript/module/ui/components/Header.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/HelperText.d.ts +47 -0
- package/lib/typescript/module/ui/components/HelperText.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Icon.d.ts +60 -0
- package/lib/typescript/module/ui/components/Icon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts +99 -0
- package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/IconButton/utils.d.ts +19 -0
- package/lib/typescript/module/ui/components/IconButton/utils.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/LoadingState.d.ts +9 -0
- package/lib/typescript/module/ui/components/LoadingState.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyLogo.d.ts +29 -0
- package/lib/typescript/module/ui/components/OxyLogo.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyPayButton.d.ts +29 -0
- package/lib/typescript/module/ui/components/OxyPayButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyProvider.d.ts +11 -0
- package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts +65 -0
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/ProfileCard.d.ts +18 -0
- package/lib/typescript/module/ui/components/ProfileCard.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/QuickActions.d.ts +15 -0
- package/lib/typescript/module/ui/components/QuickActions.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Section.d.ts +12 -0
- package/lib/typescript/module/ui/components/Section.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/SectionTitle.d.ts +10 -0
- package/lib/typescript/module/ui/components/SectionTitle.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/SettingRow.d.ts +20 -0
- package/lib/typescript/module/ui/components/SettingRow.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/StepBasedScreen.d.ts +26 -0
- package/lib/typescript/module/ui/components/StepBasedScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Surface.d.ts +76 -0
- package/lib/typescript/module/ui/components/Surface.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts +16 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts +19 -0
- package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +45 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts +73 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts +78 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts +13 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts +12 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts +12 -0
- package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts +5 -0
- package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts +4 -0
- package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts +4 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts +4 -0
- package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/constants.d.ts +32 -0
- package/lib/typescript/module/ui/components/TextField/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/helpers.d.ts +97 -0
- package/lib/typescript/module/ui/components/TextField/helpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField/types.d.ts +156 -0
- package/lib/typescript/module/ui/components/TextField/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TextField.d.ts +192 -0
- package/lib/typescript/module/ui/components/TextField.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts +13 -0
- package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts +62 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts +25 -0
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts +11 -0
- package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts +35 -0
- package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/Typography/types.d.ts +19 -0
- package/lib/typescript/module/ui/components/Typography/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/FormInput.d.ts +20 -0
- package/lib/typescript/module/ui/components/feedback/FormInput.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts +11 -0
- package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/constants.d.ts +5 -0
- package/lib/typescript/module/ui/components/feedback/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts +280 -0
- package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/index.d.ts +7 -0
- package/lib/typescript/module/ui/components/feedback/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/types.d.ts +46 -0
- package/lib/typescript/module/ui/components/feedback/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts +9 -0
- package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts +15 -0
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts +18 -0
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts +21 -0
- package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/styles.d.ts +860 -0
- package/lib/typescript/module/ui/components/fileManagement/styles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts +9 -0
- package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts +10 -0
- package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/index.d.ts +4 -0
- package/lib/typescript/module/ui/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/index.d.ts +17 -0
- package/lib/typescript/module/ui/components/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts +18 -0
- package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/internal/PinInput.d.ts +23 -0
- package/lib/typescript/module/ui/components/internal/PinInput.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts +19 -0
- package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/modals/index.d.ts +2 -0
- package/lib/typescript/module/ui/components/modals/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts +21 -0
- package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts +14 -0
- package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts +16 -0
- package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts +10 -0
- package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts +15 -0
- package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/constants.d.ts +7 -0
- package/lib/typescript/module/ui/components/payment/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/index.d.ts +9 -0
- package/lib/typescript/module/ui/components/payment/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts +396 -0
- package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/types.d.ts +40 -0
- package/lib/typescript/module/ui/components/payment/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts +27 -0
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts +11 -0
- package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts +12 -0
- package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts +11 -0
- package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts +18 -0
- package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts +20 -0
- package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts +11 -0
- package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/styles/overlay.d.ts +4 -0
- package/lib/typescript/module/ui/components/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/styles/shadow.d.ts +3 -0
- package/lib/typescript/module/ui/components/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/theming.d.ts +8 -0
- package/lib/typescript/module/ui/components/theming.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/types.d.ts +80 -0
- package/lib/typescript/module/ui/components/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/forwardRef.d.ts +12 -0
- package/lib/typescript/module/ui/components/utils/forwardRef.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts +6 -0
- package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts +2 -0
- package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/splitStyles.d.ts +20 -0
- package/lib/typescript/module/ui/components/utils/splitStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/iconColors.d.ts +130 -0
- package/lib/typescript/module/ui/constants/iconColors.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/spacing.d.ts +33 -0
- package/lib/typescript/module/ui/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/theme.d.ts +97 -0
- package/lib/typescript/module/ui/constants/theme.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts +62 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/ThemeContext.d.ts +19 -0
- package/lib/typescript/module/ui/context/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts +40 -0
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useDeviceManagement.d.ts +27 -0
- package/lib/typescript/module/ui/context/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useLanguageManagement.d.ts +25 -0
- package/lib/typescript/module/ui/context/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useSessionManagement.d.ts +41 -0
- package/lib/typescript/module/ui/context/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/index.d.ts +7 -0
- package/lib/typescript/module/ui/hooks/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/index.d.ts +9 -0
- package/lib/typescript/module/ui/hooks/mutations/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +44 -0
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts +23 -0
- package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/index.d.ts +11 -0
- package/lib/typescript/module/ui/hooks/queries/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts +65 -0
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts +47 -0
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts +15 -0
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts +34 -0
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queryClient.d.ts +19 -0
- package/lib/typescript/module/ui/hooks/queryClient.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/use-color-scheme.d.ts +8 -0
- package/lib/typescript/module/ui/hooks/use-color-scheme.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/use-haptic-press.d.ts +8 -0
- package/lib/typescript/module/ui/hooks/use-haptic-press.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAssets.d.ts +35 -0
- package/lib/typescript/module/ui/hooks/useAssets.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts +51 -0
- package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts +27 -0
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts +19 -0
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFollow.d.ts +62 -0
- package/lib/typescript/module/ui/hooks/useFollow.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFollow.types.d.ts +33 -0
- package/lib/typescript/module/ui/hooks/useFollow.types.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useI18n.d.ts +5 -0
- package/lib/typescript/module/ui/hooks/useI18n.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts +25 -0
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts +36 -0
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useQueryClient.d.ts +7 -0
- package/lib/typescript/module/ui/hooks/useQueryClient.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts +41 -0
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSessionSocket.d.ts +14 -0
- package/lib/typescript/module/ui/hooks/useSessionSocket.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts +55 -0
- package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useStorage.d.ts +16 -0
- package/lib/typescript/module/ui/hooks/useStorage.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useThemeColors.d.ts +94 -0
- package/lib/typescript/module/ui/hooks/useThemeColors.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useThemeStyles.d.ts +45 -0
- package/lib/typescript/module/ui/hooks/useThemeStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/index.d.ts +8 -0
- package/lib/typescript/module/ui/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/isFrontend.d.ts +3 -0
- package/lib/typescript/module/ui/isFrontend.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts +74 -0
- package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/routes.d.ts +6 -0
- package/lib/typescript/module/ui/navigation/routes.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts +8 -0
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts +7 -0
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/OxyAuthScreen.d.ts +17 -0
- package/lib/typescript/module/ui/screens/OxyAuthScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts +15 -0
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/ProfileScreen.d.ts +9 -0
- package/lib/typescript/module/ui/screens/ProfileScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts +15 -0
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts +13 -0
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaAboutScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaCenterScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaFAQScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaLeaderboardScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRewardsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRulesScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/accountStore.d.ts +34 -0
- package/lib/typescript/module/ui/stores/accountStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/assetStore.d.ts +54 -0
- package/lib/typescript/module/ui/stores/assetStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/authStore.d.ts +17 -0
- package/lib/typescript/module/ui/stores/authStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/fileStore.d.ts +31 -0
- package/lib/typescript/module/ui/stores/fileStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/followStore.d.ts +25 -0
- package/lib/typescript/module/ui/stores/followStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/authStyles.d.ts +332 -0
- package/lib/typescript/module/ui/styles/authStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/fonts.d.ts +21 -0
- package/lib/typescript/module/ui/styles/fonts.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/index.d.ts +5 -0
- package/lib/typescript/module/ui/styles/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/spacing.d.ts +49 -0
- package/lib/typescript/module/ui/styles/spacing.d.ts.map +1 -0
- package/lib/typescript/module/ui/styles/theme.d.ts +68 -0
- package/lib/typescript/module/ui/styles/theme.d.ts.map +1 -0
- package/lib/typescript/module/ui/types/fileManagement.d.ts +41 -0
- package/lib/typescript/module/ui/types/fileManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/types/navigation.d.ts +37 -0
- package/lib/typescript/module/ui/types/navigation.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts +34 -0
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/colorUtils.d.ts +14 -0
- package/lib/typescript/module/ui/utils/colorUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/confirmAction.d.ts +7 -0
- package/lib/typescript/module/ui/utils/confirmAction.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts +35 -0
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/fileManagement.d.ts +87 -0
- package/lib/typescript/module/ui/utils/fileManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts +59 -0
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts +28 -0
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/themeUtils.d.ts +24 -0
- package/lib/typescript/module/ui/utils/themeUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/user-utils.d.ts +29 -0
- package/lib/typescript/module/ui/utils/user-utils.d.ts.map +1 -0
- package/lib/typescript/module/utils/apiUtils.d.ts +54 -0
- package/lib/typescript/module/utils/apiUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/asyncUtils.d.ts +59 -0
- package/lib/typescript/module/utils/asyncUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/cache.d.ts +128 -0
- package/lib/typescript/module/utils/cache.d.ts.map +1 -0
- package/lib/typescript/module/utils/deviceManager.d.ts +66 -0
- package/lib/typescript/module/utils/deviceManager.d.ts.map +1 -0
- package/lib/typescript/module/utils/errorUtils.d.ts +53 -0
- package/lib/typescript/module/utils/errorUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/hookUtils.d.ts +102 -0
- package/lib/typescript/module/utils/hookUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/index.d.ts +7 -0
- package/lib/typescript/module/utils/index.d.ts.map +1 -0
- package/lib/typescript/module/utils/languageUtils.d.ts +38 -0
- package/lib/typescript/module/utils/languageUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/loggerUtils.d.ts +49 -0
- package/lib/typescript/module/utils/loggerUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/requestUtils.d.ts +122 -0
- package/lib/typescript/module/utils/requestUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/sessionUtils.d.ts +55 -0
- package/lib/typescript/module/utils/sessionUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/validationUtils.d.ts +86 -0
- package/lib/typescript/module/utils/validationUtils.d.ts.map +1 -0
- package/package.json +62 -22
- package/lib/typescript/assets/icons/OxyServices.d.ts.map +0 -1
- package/lib/typescript/assets/illustrations/HighFive.d.ts.map +0 -1
- package/lib/typescript/constants/version.d.ts.map +0 -1
- package/lib/typescript/core/CrossDomainAuth.d.ts.map +0 -1
- package/lib/typescript/core/HttpService.d.ts.map +0 -1
- package/lib/typescript/core/OxyServices.base.d.ts.map +0 -1
- package/lib/typescript/core/OxyServices.d.ts.map +0 -1
- package/lib/typescript/core/OxyServices.errors.d.ts.map +0 -1
- package/lib/typescript/core/index.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.analytics.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.assets.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.auth.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.developer.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.devices.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.features.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.fedcm.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.karma.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.language.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.location.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.payment.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.popup.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.privacy.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.redirect.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.security.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.user.d.ts.map +0 -1
- package/lib/typescript/core/mixins/OxyServices.utility.d.ts.map +0 -1
- package/lib/typescript/core/mixins/index.d.ts.map +0 -1
- package/lib/typescript/core/mixins/mixinHelpers.d.ts.map +0 -1
- package/lib/typescript/crypto/index.d.ts.map +0 -1
- package/lib/typescript/crypto/keyManager.d.ts.map +0 -1
- package/lib/typescript/crypto/polyfill.d.ts.map +0 -1
- package/lib/typescript/crypto/recoveryPhrase.d.ts.map +0 -1
- package/lib/typescript/crypto/signatureService.d.ts.map +0 -1
- package/lib/typescript/i18n/index.d.ts.map +0 -1
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/lib/sonner-safe.d.ts.map +0 -1
- package/lib/typescript/lib/sonner.d.ts.map +0 -1
- package/lib/typescript/models/interfaces.d.ts.map +0 -1
- package/lib/typescript/models/session.d.ts.map +0 -1
- package/lib/typescript/node/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/ActivityIndicator.d.ts.map +0 -1
- package/lib/typescript/ui/components/AnimationExample.d.ts.map +0 -1
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts.map +0 -1
- package/lib/typescript/ui/components/Avatar.d.ts.map +0 -1
- package/lib/typescript/ui/components/BottomSheet.d.ts.map +0 -1
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts.map +0 -1
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/EmptyState.d.ts.map +0 -1
- package/lib/typescript/ui/components/ErrorBoundary.d.ts.map +0 -1
- package/lib/typescript/ui/components/FollowButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/FontLoader.d.ts.map +0 -1
- package/lib/typescript/ui/components/GroupedItem.d.ts.map +0 -1
- package/lib/typescript/ui/components/GroupedSection.d.ts.map +0 -1
- package/lib/typescript/ui/components/Header.d.ts.map +0 -1
- package/lib/typescript/ui/components/HelperText.d.ts.map +0 -1
- package/lib/typescript/ui/components/Icon.d.ts.map +0 -1
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/IconButton/utils.d.ts.map +0 -1
- package/lib/typescript/ui/components/LoadingState.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyLogo.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyPayButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyProvider.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxySignInButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/ProfileCard.d.ts.map +0 -1
- package/lib/typescript/ui/components/QuickActions.d.ts.map +0 -1
- package/lib/typescript/ui/components/Section.d.ts.map +0 -1
- package/lib/typescript/ui/components/SectionTitle.d.ts.map +0 -1
- package/lib/typescript/ui/components/SettingRow.d.ts.map +0 -1
- package/lib/typescript/ui/components/StepBasedScreen.d.ts.map +0 -1
- package/lib/typescript/ui/components/Surface.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/constants.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/helpers.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/TextField.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +0 -1
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts.map +0 -1
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts.map +0 -1
- package/lib/typescript/ui/components/Typography/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/FormInput.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/constants.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts.map +0 -1
- package/lib/typescript/ui/components/fileManagement/styles.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts.map +0 -1
- package/lib/typescript/ui/components/internal/PinInput.d.ts.map +0 -1
- package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/modals/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/constants.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts.map +0 -1
- package/lib/typescript/ui/components/payment/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditBioModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditDisplayNameModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditEmailModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditLinksModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditLocationModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/profile/EditUsernameModal.d.ts.map +0 -1
- package/lib/typescript/ui/components/styles/overlay.d.ts.map +0 -1
- package/lib/typescript/ui/components/styles/shadow.d.ts.map +0 -1
- package/lib/typescript/ui/components/theming.d.ts.map +0 -1
- package/lib/typescript/ui/components/types.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/forwardRef.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts.map +0 -1
- package/lib/typescript/ui/components/utils/splitStyles.d.ts.map +0 -1
- package/lib/typescript/ui/constants/iconColors.d.ts.map +0 -1
- package/lib/typescript/ui/constants/spacing.d.ts.map +0 -1
- package/lib/typescript/ui/constants/theme.d.ts.map +0 -1
- package/lib/typescript/ui/context/OxyContext.d.ts.map +0 -1
- package/lib/typescript/ui/context/ThemeContext.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useDeviceManagement.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useLanguageManagement.d.ts.map +0 -1
- package/lib/typescript/ui/context/hooks/useSessionManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/index.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/mutations/index.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/index.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/queryClient.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/use-color-scheme.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/use-haptic-press.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useAssets.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useAsyncAction.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useFollow.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useFollow.types.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useI18n.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useQueryClient.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useSettingToggle.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useStorage.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useThemeColors.d.ts.map +0 -1
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts.map +0 -1
- package/lib/typescript/ui/index.d.ts.map +0 -1
- package/lib/typescript/ui/isFrontend.d.ts.map +0 -1
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts.map +0 -1
- package/lib/typescript/ui/navigation/routes.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/FAQScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts.map +0 -1
- package/lib/typescript/ui/stores/accountStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/assetStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/authStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/fileStore.d.ts.map +0 -1
- package/lib/typescript/ui/stores/followStore.d.ts.map +0 -1
- package/lib/typescript/ui/styles/authStyles.d.ts.map +0 -1
- package/lib/typescript/ui/styles/fonts.d.ts.map +0 -1
- package/lib/typescript/ui/styles/index.d.ts.map +0 -1
- package/lib/typescript/ui/styles/spacing.d.ts.map +0 -1
- package/lib/typescript/ui/styles/theme.d.ts.map +0 -1
- package/lib/typescript/ui/types/fileManagement.d.ts.map +0 -1
- package/lib/typescript/ui/types/navigation.d.ts.map +0 -1
- package/lib/typescript/ui/utils/avatarUtils.d.ts.map +0 -1
- package/lib/typescript/ui/utils/colorUtils.d.ts.map +0 -1
- package/lib/typescript/ui/utils/confirmAction.d.ts.map +0 -1
- package/lib/typescript/ui/utils/errorHandlers.d.ts.map +0 -1
- package/lib/typescript/ui/utils/fileManagement.d.ts.map +0 -1
- package/lib/typescript/ui/utils/sessionHelpers.d.ts.map +0 -1
- package/lib/typescript/ui/utils/storageHelpers.d.ts.map +0 -1
- package/lib/typescript/ui/utils/themeUtils.d.ts.map +0 -1
- package/lib/typescript/ui/utils/user-utils.d.ts.map +0 -1
- package/lib/typescript/utils/apiUtils.d.ts.map +0 -1
- package/lib/typescript/utils/asyncUtils.d.ts.map +0 -1
- package/lib/typescript/utils/cache.d.ts.map +0 -1
- package/lib/typescript/utils/deviceManager.d.ts.map +0 -1
- package/lib/typescript/utils/errorUtils.d.ts.map +0 -1
- package/lib/typescript/utils/hookUtils.d.ts.map +0 -1
- package/lib/typescript/utils/index.d.ts.map +0 -1
- package/lib/typescript/utils/languageUtils.d.ts.map +0 -1
- package/lib/typescript/utils/loggerUtils.d.ts.map +0 -1
- package/lib/typescript/utils/requestUtils.d.ts.map +0 -1
- package/lib/typescript/utils/sessionUtils.d.ts.map +0 -1
- package/lib/typescript/utils/validationUtils.d.ts.map +0 -1
- /package/lib/typescript/{assets → commonjs/assets}/icons/OxyServices.d.ts +0 -0
- /package/lib/typescript/{assets → commonjs/assets}/illustrations/HighFive.d.ts +0 -0
- /package/lib/typescript/{constants → commonjs/constants}/version.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/CrossDomainAuth.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/HttpService.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/OxyServices.base.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/OxyServices.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/OxyServices.errors.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/index.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.analytics.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.assets.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.auth.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.developer.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.devices.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.features.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.fedcm.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.karma.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.language.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.location.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.payment.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.popup.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.privacy.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.redirect.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.security.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.user.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/OxyServices.utility.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/index.d.ts +0 -0
- /package/lib/typescript/{core → commonjs/core}/mixins/mixinHelpers.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/index.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/keyManager.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/polyfill.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/recoveryPhrase.d.ts +0 -0
- /package/lib/typescript/{crypto → commonjs/crypto}/signatureService.d.ts +0 -0
- /package/lib/typescript/{i18n → commonjs/i18n}/index.d.ts +0 -0
- /package/lib/typescript/{index.d.ts → commonjs/index.d.ts} +0 -0
- /package/lib/typescript/{lib → commonjs/lib}/sonner-safe.d.ts +0 -0
- /package/lib/typescript/{lib → commonjs/lib}/sonner.d.ts +0 -0
- /package/lib/typescript/{models → commonjs/models}/interfaces.d.ts +0 -0
- /package/lib/typescript/{models → commonjs/models}/session.d.ts +0 -0
- /package/lib/typescript/{node → commonjs/node}/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/ActivityIndicator.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/AnimationExample.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/AutoHeightScrollView.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Avatar.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/BottomSheet.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/BottomSheetRouter.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/CrossFadeIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/EmptyState.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/ErrorBoundary.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/FollowButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/FontLoader.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/GroupedItem.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/GroupedSection.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Header.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/HelperText.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Icon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/IconButton/IconButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/IconButton/utils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/LoadingState.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxyLogo.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxyPayButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxyProvider.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/OxySignInButton.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/ProfileCard.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/QuickActions.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Section.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/SectionTitle.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/SettingRow.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/StepBasedScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Surface.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Addons/Outline.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Addons/Underline.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/TextFieldAffix.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/TextFieldIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/enums.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Adornment/utils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Label/InputLabel.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/Label/LabelBackground.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/TextFieldFlat.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/TextFieldOutlined.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/constants.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/helpers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TextField.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/Pressable.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/TouchableRipple.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/TouchableRipple.native.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/TouchableRipple/utils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Typography/AnimatedText.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/Typography/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/FormInput.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/ProgressIndicator.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/constants.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/feedbackStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/feedback/useFeedbackForm.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/FileDetailsModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/FileViewer.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/UploadPreview.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/fileManagement/styles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/icon/FAIRWalletIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/icon/OxyIcon.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/icon/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/internal/GroupedPillButtons.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/internal/PinInput.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/modals/DeleteAccountModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/modals/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentDetailsStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentMethodStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentReviewStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentSuccessStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/PaymentSummaryStep.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/constants.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/paymentStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/payment/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/photogrid/JustifiedPhotoGrid.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditBioModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditDisplayNameModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditEmailModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditLinksModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditLocationModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/profile/EditUsernameModal.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/styles/overlay.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/styles/shadow.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/theming.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/forwardRef.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/hasTouchHandler.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/roundLayoutSize.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/components/utils/splitStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/constants/iconColors.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/constants/spacing.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/constants/theme.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/OxyContext.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/ThemeContext.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useAuthOperations.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useDeviceManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useLanguageManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/context/hooks/useSessionManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/mutations/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/mutations/useAccountMutations.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/mutations/useServicesMutations.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/queryKeys.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/useAccountQueries.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/useSecurityQueries.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queries/useServicesQueries.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/queryClient.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/use-color-scheme.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/use-haptic-press.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useAssets.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useAsyncAction.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useDeviceManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useFileDownloadUrl.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useFollow.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useFollow.types.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useI18n.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useLanguageManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useProfileEditing.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useQueryClient.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useSessionManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useSessionSocket.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useSettingToggle.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useStorage.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useThemeColors.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/hooks/useThemeStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/isFrontend.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/navigation/bottomSheetManager.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/navigation/routes.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountCenterScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountOverviewScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountSettingsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountSwitcherScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AccountVerificationScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/AppInfoScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/FAQScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/FeedbackScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/FileManagementScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/HelpSupportScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/HistoryViewScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/LanguageSelectorScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/LegalDocumentsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/OxyAuthScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/PaymentGatewayScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/PremiumSubscriptionScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/PrivacySettingsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/ProfileScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/SavesCollectionsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/SearchSettingsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/SessionManagementScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/UserLinksScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/WelcomeNewUserScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaAboutScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaCenterScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaFAQScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaLeaderboardScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaRewardsScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/screens/karma/KarmaRulesScreen.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/accountStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/assetStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/authStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/fileStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/stores/followStore.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/authStyles.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/fonts.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/index.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/spacing.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/styles/theme.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/types/fileManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/types/navigation.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/avatarUtils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/colorUtils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/confirmAction.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/errorHandlers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/fileManagement.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/sessionHelpers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/storageHelpers.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/themeUtils.d.ts +0 -0
- /package/lib/typescript/{ui → commonjs/ui}/utils/user-utils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/apiUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/asyncUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/cache.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/deviceManager.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/errorUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/hookUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/index.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/languageUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/loggerUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/requestUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/sessionUtils.d.ts +0 -0
- /package/lib/typescript/{utils → commonjs/utils}/validationUtils.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["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":[]}
|
|
@@ -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":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SACEC,QAAQ,EACRC,QAAQ,EAGRC,UAAU,QAGL,cAAc;AAErB,SAASC,gBAAgB,QAAQ,cAAW;AAC5C,OAAOC,OAAO,IAAIC,eAAe,QAAQ,qBAAkB;AAC3D,OAAOC,MAAM,MAAM,oBAAiB;AAEpC,SAASC,UAAU,QAAQ,uBAAoB;AAC/C,SAASC,WAAW,QAAQ,wBAAqB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AA2ClD,MAAMC,UAAU,GAAGJ,UAAU,CAC3B,CAAC;EAAEK,KAAK;EAAEC,KAAK,EAAEC,aAAa;EAAE,GAAGC;AAA+B,CAAC,EAAEC,GAAG,KAAK;EAC3E,MAAM;IAAEC,SAAS,GAAG;EAAE,CAAC,GAAIf,UAAU,CAACgB,OAAO,CAACN,KAAK,CAAC,IAAI,CAAC,CAAe;EACxE,MAAM;IAAEO,IAAI,EAAEC,WAAW;IAAEC,IAAI;IAAEC;EAAO,CAAC,GAAGnB,gBAAgB,CAACW,aAAa,CAAC;EAE3E,oBACEJ,IAAA,CAACV,QAAQ,CAACuB,IAAI;IACZP,GAAG,EAAEA,GAAI;IAAA,GACLD,IAAI;IACRH,KAAK,EAAE,CACL;MACEY,eAAe,EACbJ,WAAW,IAAIC,IAAI,KAAK,UAAU,GAC9BjB,OAAO,CAACa,SAAS,EAAEK,MAAM,EAAEG,OAAO,CAAC,GACnCH,MAAM,EAAEG;IAChB,CAAC,EACDR,SAAS,GAAGX,MAAM,CAACW,SAAS,CAAC,GAAG,IAAI,EACpCL,KAAK;EACL,CACH,CAAC;AAEN,CACF,CAAC;AAED,MAAMc,yBAA8C,GAAG,CACrD,UAAU,EACV,WAAW,EACX,KAAK,EACL,OAAO,EACP,QAAQ,EACR,MAAM,EACN,OAAO,EACP,KAAK,EACL,MAAM,EACN,YAAY,EACZ,UAAU,EACV,OAAO,EACP,QAAQ,EACR,WAAW,EACX,SAAS,CACV;AAED,MAAMC,WAAW,GAAG,MAAM;AAC1B,MAAMC,qBAAqB,GAAG,CAC5B;EACEC,aAAa,EAAE,IAAI;EACnBC,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;EAC1BC,YAAY,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE;AACnC,CAAC,EACD;EACEF,aAAa,EAAE,GAAG;EAClBC,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;EAC1BC,YAAY,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;AACjC,CAAC,CACF;AACD,MAAMC,UAAU,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;AACrC,SAASC,sBAAsBA,CAC7BhB,SAAoB,EACpBiB,KAAY,EACgC;EAC5C,IAAI7B,eAAe,CAACY,SAAS,CAAC,EAAE;IAC9B,OAAO;MACLU,WAAW;MACXE,aAAa,EAAEZ,SAAS,CAACkB,WAAW,CAAC;QACnCH,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBI,WAAW,EAAE,CAAC,CAAC,EAAER,qBAAqB,CAACM,KAAK,CAAC,CAACL,aAAa,CAAC;QAC5DQ,WAAW,EAAE;MACf,CAAC,CAAC;MACFC,YAAY,EAAE;QACZC,KAAK,EAAE,CAAC;QACRT,MAAM,EAAEb,SAAS,CAACkB,WAAW,CAAC;UAC5BH,UAAU;UACVI,WAAW,EAAER,qBAAqB,CAACM,KAAK,CAAC,CAACJ;QAC5C,CAAC;MACH,CAAC;MACDC,YAAY,EAAEd,SAAS,CAACkB,WAAW,CAAC;QAClCH,UAAU;QACVI,WAAW,EAAER,qBAAqB,CAACM,KAAK,CAAC,CAACH;MAC5C,CAAC;IACH,CAAC;EACH;EAEA,OAAO;IACLJ,WAAW;IACXE,aAAa,EAAEZ,SAAS,GAAGW,qBAAqB,CAACM,KAAK,CAAC,CAACL,aAAa,GAAG,CAAC;IACzES,YAAY,EAAE;MACZC,KAAK,EAAE,CAAC;MACRT,MAAM,EAAEF,qBAAqB,CAACM,KAAK,CAAC,CAACJ,MAAM,CAACb,SAAS;IACvD,CAAC;IACDc,YAAY,EAAEH,qBAAqB,CAACM,KAAK,CAAC,CAACH,YAAY,CAACd,SAAS;EACnE,CAAC;AACH;AAEA,MAAMuB,UAAU,GAAGjC,UAAU,CAO3B,CACE;EACEU,SAAS;EACTL,KAAK;EACLY,eAAe;EACfiB,MAAM;EACNC,QAAQ;EACRrB,IAAI,GAAG,UAAU;EACjBsB,SAAS;EACT,GAAGC;AACL,CAAC,EACD5B,GAAG,KACA;EACH,MAAM,CAAC6B,oBAAoB,EAAEC,oBAAoB,CAAC,GAAG/C,KAAK,CAACgD,OAAO,CAAC,MAAM;IACvE,MAAMC,eAAe,GAAI9C,UAAU,CAACgB,OAAO,CAACN,KAAK,CAAC,IAAI,CAAC,CAAe;IAEtE,MAAM,CAACqC,cAAc,EAAEC,gBAAgB,EAAEC,kBAAkB,CAAC,GAC1D3C,WAAW,CACTwC,eAAe,EACdpC,KAAK,IACJc,yBAAyB,CAAC0B,QAAQ,CAACxC,KAAK,CAAC,IACzCA,KAAK,CAACyC,UAAU,CAAC,QAAQ,CAAC,EAC3BzC,KAAK,IAAKA,KAAK,CAACyC,UAAU,CAAC,QAAQ,CAAC,IAAIzC,KAAK,CAAC0C,QAAQ,CAAC,QAAQ,CAClE,CAAC;IAEH,IACEC,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,YAAY,IACrCR,cAAc,CAACS,QAAQ,KAAK,QAAQ,IACpCzC,SAAS,KAAK,CAAC,EACf;MACA0C,OAAO,CAACC,IAAI,CACV,uKACF,CAAC;IACH;IAEA,MAAMC,OAAO,GAAGb,eAAe,CAACxB,eAAe,IAAIA,eAAe;IAElE,MAAMsC,UAAU,GAAGzC,IAAI,KAAK,UAAU;IAEtC,MAAMwB,oBAAoB,GAAG;MAC3B,IAAIiB,UAAU,IAAI7B,sBAAsB,CAAChB,SAAS,EAAE,CAAC,CAAC,CAAC;MACvD,GAAGiC,gBAAgB;MACnB,GAAGC,kBAAkB;MACrB3B,eAAe,EAAEqC;IACnB,CAAC;IAED,MAAMf,oBAAoB,GAAG;MAC3B,IAAIgB,UAAU,IAAI7B,sBAAsB,CAAChB,SAAS,EAAE,CAAC,CAAC,CAAC;MACvD,GAAGgC,cAAc;MACjB,GAAGE,kBAAkB;MACrBY,IAAI,EACFf,eAAe,CAAClB,MAAM,IAAK,CAACa,SAAS,IAAIK,eAAe,CAACe,IAAK,GAC1D,CAAC,GACDC,SAAS;MACfxC,eAAe,EAAEqC;IACnB,CAAC;IAED,OAAO,CAAChB,oBAAoB,EAAEC,oBAAoB,CAAC;EACrD,CAAC,EAAE,CAAClC,KAAK,EAAEK,SAAS,EAAEO,eAAe,EAAEH,IAAI,EAAEsB,SAAS,CAAC,CAAC;EAExD,oBACEjC,IAAA,CAACV,QAAQ,CAACuB,IAAI;IACZP,GAAG,EAAEA,GAAI;IACTJ,KAAK,EAAEiC,oBAAqB;IAC5BJ,MAAM,EAAE,GAAGA,MAAM,cAAe;IAAAC,QAAA,eAEhChC,IAAA,CAACV,QAAQ,CAACuB,IAAI;MAAA,GAAKqB,KAAK;MAAEhC,KAAK,EAAEkC,oBAAqB;MAACL,MAAM,EAAEA,MAAO;MAAAC,QAAA,EACnEA;IAAQ,CACI;EAAC,CACH,CAAC;AAEpB,CACF,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMuB,OAAO,GAAG1D,UAAU,CACxB,CACE;EACEU,SAAS,GAAG,CAAC;EACbyB,QAAQ;EACR7B,KAAK,EAAEqD,cAAc;EACrBtD,KAAK;EACL6B,MAAM,GAAG,SAAS;EAClBpB,IAAI,GAAG,UAAU;EACjB,GAAGuB;AACE,CAAC,EACR5B,GAAG,KACA;EACH,MAAMH,KAAK,GAAGV,gBAAgB,CAAC+D,cAAc,CAAC;EAE9C,IAAI,CAACrD,KAAK,CAACsD,IAAI,EACb,oBACEzD,IAAA,CAACC,UAAU;IAAA,GAAKiC,KAAK;IAAE/B,KAAK,EAAEA,KAAM;IAACD,KAAK,EAAEA,KAAM;IAACI,GAAG,EAAEA,GAAI;IAAA0B,QAAA,EACzDA;EAAQ,CACC,CAAC;EAGjB,MAAM;IAAEpB;EAAO,CAAC,GAAGT,KAAK;EAExB,MAAMmB,UAAU,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;EAErC,MAAMR,eAAe,GAAG,CAAC,MAAM;IAC7B,IAAInB,eAAe,CAACY,SAAS,CAAC,EAAE;MAC9B,OAAOA,SAAS,CAACkB,WAAW,CAAC;QAC3BH,UAAU;QACVI,WAAW,EAAEJ,UAAU,CAACoC,GAAG,CAAEnD,SAAS,IAAK;UACzC,OAAOK,MAAM,CAACL,SAAS,GAAG,QAAQA,SAAS,EAAkB,CAAC;QAChE,CAAC;MACH,CAAC,CAAC;IACJ;IAEA,OAAOK,MAAM,CAACL,SAAS,GAAG,QAAQA,SAAS,EAAE,CAAC;EAChD,CAAC,EAAE,CAAC;EAEJ,MAAM6C,UAAU,GAAGzC,IAAI,KAAK,UAAU;EAEtC,IAAIpB,QAAQ,CAACoE,EAAE,KAAK,KAAK,EAAE;IACzB,MAAM;MAAEC,aAAa,GAAG;IAAO,CAAC,GAAG1B,KAAK;IACxC,oBACElC,IAAA,CAACV,QAAQ,CAACuB,IAAI;MAAA,GACRqB,KAAK;MACT0B,aAAa,EAAEA,aAAc;MAC7BtD,GAAG,EAAEA,GAAI;MACTyB,MAAM,EAAEA,MAAO;MACf7B,KAAK,EAAE,CACL;QAAEY;MAAgB,CAAC,EACnBP,SAAS,IAAI6C,UAAU,GAAGxD,MAAM,CAACW,SAAS,EAAEJ,KAAK,CAACsD,IAAI,CAAC,GAAG,IAAI,EAC9DvD,KAAK,CACL;MAAA8B,QAAA,EAEDA;IAAQ,CACI,CAAC;EAEpB;EAEA,IAAIzC,QAAQ,CAACoE,EAAE,KAAK,SAAS,EAAE;IAC7B,MAAME,cAAc,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC;IAE3C,MAAMC,mBAAmB,GAAGA,CAAA,KAAM;MAChC,IAAInE,eAAe,CAACY,SAAS,CAAC,EAAE;QAC9B,OAAOA,SAAS,CAACkB,WAAW,CAAC;UAC3BH,UAAU;UACVI,WAAW,EAAEmC;QACf,CAAC,CAAC;MACJ;MAEA,OAAOA,cAAc,CAACtD,SAAS,CAAC;IAClC,CAAC;IAED,MAAM;MAAEwD,MAAM;MAAEC,OAAO;MAAEC,SAAS;MAAEC;IAAa,CAAC,GAAI1E,UAAU,CAACgB,OAAO,CACtEN,KACF,CAAC,IAAI,CAAC,CAAe;IAErB,MAAMsC,gBAAgB,GAAG;MAAEuB,MAAM;MAAEC,OAAO;MAAEC,SAAS;MAAEC;IAAa,CAAC;IACrE,MAAMC,WAAW,GAAG,CAAC;MAAErD;IAAgB,CAAC,EAAEZ,KAAK,CAAC;IAEhD,oBACEF,IAAA,CAACV,QAAQ,CAACuB,IAAI;MAAA,GACRqB,KAAK;MACTH,MAAM,EAAEA,MAAO;MACfzB,GAAG,EAAEA,GAAI;MACTJ,KAAK,EAAE,CACL;QACEY,eAAe;QACfmD;MACF,CAAC,EACDzB,gBAAgB,EAChB2B,WAAW,EACXf,UAAU,IAAI;QACZ7C,SAAS,EAAEuD,mBAAmB,CAAC;MACjC,CAAC,CACD;MAAA9B,QAAA,EAEDA;IAAQ,CACI,CAAC;EAEpB;EAEA,oBACEhC,IAAA,CAAC8B,UAAU;IAAA,GACLI,KAAK;IACT5B,GAAG,EAAEA,GAAI;IACTC,SAAS,EAAEA,SAAU;IACrBO,eAAe,EAAEA,eAAgB;IACjCZ,KAAK,EAAEA,KAAM;IACb6B,MAAM,EAAEA,MAAO;IACfpB,IAAI,EAAEA,IAAK;IAAAqB,QAAA,EAEVA;EAAQ,CACC,CAAC;AAEjB,CACF,CAAC;AAED,eAAeuB,OAAO","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":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,QAAQ,EAIRC,SAAS,EAETC,UAAU,EACVC,IAAI,QAGC,cAAc;AAErB,SAASC,aAAa,QAAQ,YAAS;AACvC,SAASC,YAAY,QAAQ,YAAS;AACtC,SAASC,gBAAgB,QAAQ,kBAAe;AAEhD,SAASC,YAAY,QAAQ,eAAY;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAsC1C,MAAMC,YAAY,gBAAGX,KAAK,CAACY,aAAa,CAAe;EACrDC,SAAS,EAAE;IAAEC,UAAU,EAAE,EAAE;IAAEC,KAAK,EAAE;EAAG,CAAC;EACxCC,WAAW,EAAE,IAAI;EACjBC,IAAI,EAAEZ,aAAa,CAACa;AACtB,CAAC,CAAC;AAEF,MAAMC,cAKL,GAAGA,CAAC;EACHC,KAAK;EACLH,IAAI;EACJJ,SAAS;EACTG,WAAW;EACXK,QAAQ;EACRC,OAAO;EACPC,iBAAiB;EACjBC,qBAAqB;EACrBC,MAAM;EACNC;AACF,CAAC,KAAK;EACF,oBACEhB,IAAA,CAACC,YAAY,CAACgB,QAAQ;IACpBC,KAAK,EAAE;MACLX,IAAI;MACJJ,SAAS;MACTG,WAAW;MACXK,QAAQ;MACRC,OAAO;MACPC,iBAAiB;MACjBC,qBAAqB;MACrBC,MAAM;MACNC;IACF,CAAE;IAAAG,QAAA,EAEDT;EAAK,CACe,CAAC;AAE5B,CAAC;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAMU,cAAc,GAAGA,CAAC;EACtBC,IAAI;EACJlB,SAAS,EAAEmB,UAAU;EACrBC,KAAK,EAAEC,cAAc;EACrBb,QAAQ,EAAEc,YAAY;EACtBC,OAAO;EACPC,kBAAkB,GAAGN;AAChB,CAAC,KAAK;EACX,MAAME,KAAK,GAAG1B,gBAAgB,CAAC2B,cAAc,CAAC;EAC9C,MAAM;IAAEI;EAAa,CAAC,GAAG9B,YAAY,CAACyB,KAAK,CAACM,IAAI,CAAC;EAEjD,MAAM;IACJ1B,SAAS;IACTQ,QAAQ;IACRL,WAAW;IACXC,IAAI;IACJK,OAAO;IACPC,iBAAiB;IACjBC,qBAAqB;IACrBC,MAAM;IACNC;EACF,CAAC,GAAG1B,KAAK,CAACwC,UAAU,CAAC7B,YAAY,CAAC;EAElC,MAAM8B,MAAM,GACV,OAAOlB,iBAAiB,KAAK,QAAQ,GAAGA,iBAAiB,GAAGe,YAAY;EAE1E,MAAMI,KAAK,GAAG;IACZC,GAAG,EAAE3B,WAAW;IAChB,CAACC,IAAI,GAAGwB;EACV,CAAc;EAEd,MAAMG,SAAS,GAAGtC,YAAY,CAAC;IAAE2B,KAAK;IAAEP;EAAS,CAAC,CAAC;EAEnD,MAAMmB,OAAO,gBACXnC,IAAA,CAACN,IAAI;IACHoB,qBAAqB,EAAEA,qBAAsB;IAC7CkB,KAAK,EAAE,CAAC;MAAE3B,KAAK,EAAE6B;IAAU,CAAC,EAAE/B,SAAS,EAAEmB,UAAU,CAAE;IACrDX,QAAQ,EAAEc,YAAa;IACvBV,MAAM,EAAE,GAAGA,MAAM,OAAQ;IAAAI,QAAA,EAExBE;EAAI,CACD,CACP;EAED,oBACErB,IAAA,CAACT,QAAQ,CAAC6C,IAAI;IACZJ,KAAK,EAAE,CACLK,MAAM,CAACC,SAAS,EAChBN,KAAK,EACL;MACEO,OAAO,EACL3B,OAAO,EAAE4B,WAAW,CAAC;QACnBC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBC,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC;MACpB,CAAC,CAAC,IAAI;IACV,CAAC,CACD;IACF/B,QAAQ,EAAEA,QAAS;IACnBI,MAAM,EAAEA,MAAO;IAAAI,QAAA,EAEdO,OAAO,gBACN1B,IAAA,CAACR,SAAS;MACRkC,OAAO,EAAEA,OAAQ;MACjBiB,iBAAiB,EAAC,QAAQ;MAC1BhB,kBAAkB,EAAEA,kBAAmB;MAAAR,QAAA,EAEtCgB;IAAO,CACC,CAAC,GAEZA;EACD,CACY,CAAC;AAEpB,CAAC;AAEDf,cAAc,CAACwB,WAAW,GAAG,iBAAiB;AAE9C,MAAMP,MAAM,GAAG5C,UAAU,CAACoD,MAAM,CAAC;EAC/BP,SAAS,EAAE;IACTQ,QAAQ,EAAE,UAAU;IACpBC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd;AACF,CAAC,CAAC;AAEF,eAAe5B,cAAc;;AAE7B;AACA,SAASA,cAAc,EAAEX,cAAc","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: {},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","getIconColor","useInternalTheme","IconButton","ICON_SIZE","getConstants","jsx","_jsx","StyleContext","createContext","style","isTextInputFocused","forceFocus","testID","IconAdornment","icon","topPosition","side","theme","themeOverrides","disabled","isV3","ICON_OFFSET","top","contextState","Provider","value","children","TextFieldIcon","onPress","forceTextInputFocus","color","customColor","rippleColor","rest","useContext","onPressWithFocusControl","useCallback","e","iconColor","styles","container","iconButton","size","displayName","create","position","width","height","justifyContent","alignItems","margin"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Adornment/TextFieldIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAIEC,UAAU,EACVC,IAAI,QAEC,cAAc;AAErB,SAASC,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","getIconColor","useInternalTheme","IconButton","ICON_SIZE","getConstants","jsx","_jsx","StyleContext","createContext","style","isTextInputFocused","forceFocus","testID","IconAdornment","icon","topPosition","side","theme","themeOverrides","disabled","isV3","ICON_OFFSET","top","contextState","Provider","value","children","TextFieldIcon","onPress","forceTextInputFocus","color","customColor","rippleColor","rest","useContext","onPressWithFocusControl","useCallback","e","iconColor","styles","container","iconButton","size","displayName","create","position","width","height","justifyContent","alignItems","margin"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Adornment/TextFieldIcon.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { Animated, Platform, StyleSheet, useWindowDimensions, View } from 'react-native';
|
|
5
|
-
import AnimatedText from
|
|
6
|
-
import { getConstants } from
|
|
5
|
+
import AnimatedText from "../../Typography/AnimatedText.js";
|
|
6
|
+
import { getConstants } from "../helpers.js";
|
|
7
7
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
8
|
const InputLabel = props => {
|
|
9
9
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Animated","Platform","StyleSheet","useWindowDimensions","View","AnimatedText","getConstants","jsx","_jsx","jsxs","_jsxs","InputLabel","props","labeled","wiggle","error","focused","opacity","labelLayoutWidth","labelLayoutHeight","labelBackground","label","labelError","onLayoutAnimatedText","onLabelTextLayout","hasActiveOutline","activeColor","placeholderStyle","baseLabelTranslateX","baseLabelTranslateY","font","fontSize","lineHeight","fontWeight","placeholderOpacity","wiggleOffsetX","labelScale","topPosition","paddingLeft","paddingRight","backgroundColor","roundness","placeholderColor","errorColor","labelTranslationXOffset","maxFontSizeMultiplier","testID","isV3","inputContainerLayout","scaledLabel","INPUT_PADDING_HORIZONTAL","width","isWeb","OS","paddingOffset","labelTranslationX","transform","translateX","interpolate","inputRange","outputRange","labelStyle","translateY","scale","labelWidth","commonStyles","top","maxWidth","textColor","pointerEvents","style","absoluteFill","styles","overflow","labelContainer","children","variant","onLayout","onTextLayout","color","numberOfLines","create","zIndex","memo"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Label/InputLabel.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,QAAQ,EAERC,QAAQ,EACRC,UAAU,EACVC,mBAAmB,EACnBC,IAAI,QACC,cAAc;AAErB,OAAOC,YAAY,MAAM
|
|
1
|
+
{"version":3,"names":["React","Animated","Platform","StyleSheet","useWindowDimensions","View","AnimatedText","getConstants","jsx","_jsx","jsxs","_jsxs","InputLabel","props","labeled","wiggle","error","focused","opacity","labelLayoutWidth","labelLayoutHeight","labelBackground","label","labelError","onLayoutAnimatedText","onLabelTextLayout","hasActiveOutline","activeColor","placeholderStyle","baseLabelTranslateX","baseLabelTranslateY","font","fontSize","lineHeight","fontWeight","placeholderOpacity","wiggleOffsetX","labelScale","topPosition","paddingLeft","paddingRight","backgroundColor","roundness","placeholderColor","errorColor","labelTranslationXOffset","maxFontSizeMultiplier","testID","isV3","inputContainerLayout","scaledLabel","INPUT_PADDING_HORIZONTAL","width","isWeb","OS","paddingOffset","labelTranslationX","transform","translateX","interpolate","inputRange","outputRange","labelStyle","translateY","scale","labelWidth","commonStyles","top","maxWidth","textColor","pointerEvents","style","absoluteFill","styles","overflow","labelContainer","children","variant","onLayout","onTextLayout","color","numberOfLines","create","zIndex","memo"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Label/InputLabel.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,QAAQ,EAERC,QAAQ,EACRC,UAAU,EACVC,mBAAmB,EACnBC,IAAI,QACC,cAAc;AAErB,OAAOC,YAAY,MAAM,kCAA+B;AACxD,SAASC,YAAY,QAAQ,eAAY;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAG1C,MAAMC,UAAU,GAAIC,KAAsB,IAAK;EAC7C,MAAM;IACJC,OAAO;IACPC,MAAM;IACNC,KAAK;IACLC,OAAO;IACPC,OAAO;IACPC,gBAAgB;IAChBC,iBAAiB;IACjBC,eAAe;IACfC,KAAK;IACLC,UAAU;IACVC,oBAAoB;IACpBC,iBAAiB;IACjBC,gBAAgB;IAChBC,WAAW;IACXC,gBAAgB;IAChBC,mBAAmB;IACnBC,mBAAmB;IACnBC,IAAI;IACJC,QAAQ;IACRC,UAAU;IACVC,UAAU;IACVC,kBAAkB;IAClBC,aAAa;IACbC,UAAU;IACVC,WAAW;IACXC,WAAW;IACXC,YAAY;IACZC,eAAe;IACfC,SAAS;IACTC,gBAAgB;IAChBC,UAAU;IACVC,uBAAuB;IACvBC,qBAAqB;IACrBC,MAAM;IACNC,IAAI;IACJC,oBAAoB;IACpBC;EACF,CAAC,GAAGrC,KAAK;EAET,MAAM;IAAEsC;EAAyB,CAAC,GAAG5C,YAAY,CAACyC,IAAI,CAAC;EACvD,MAAM;IAAEI;EAAM,CAAC,GAAGhD,mBAAmB,CAAC,CAAC;EAEvC,MAAMiD,KAAK,GAAGnD,QAAQ,CAACoD,EAAE,KAAK,KAAK;EAEnC,MAAMC,aAAa,GACjBhB,WAAW,IAAIC,YAAY,GAAG;IAAED,WAAW;IAAEC;EAAa,CAAC,GAAG,CAAC,CAAC;EAElE,MAAMgB,iBAAiB,GAAG;IACxBC,SAAS,EAAE,CACT;MACE;MACAC,UAAU,EAAE5C,OAAO,CAAC6C,WAAW,CAAC;QAC9BC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBC,WAAW,EAAE,CAAChC,mBAAmB,EAAEgB,uBAAuB,IAAI,CAAC;MACjE,CAAC;IACH,CAAC;EAEL,CAAC;EAED,MAAMiB,UAAU,GAAG;IACjB,GAAG/B,IAAI;IACPC,QAAQ;IACRC,UAAU;IACVC,UAAU;IACVhB,OAAO,EAAEJ,OAAO,CAAC6C,WAAW,CAAC;MAC3BC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;MAClBC,WAAW,EAAE,CAACnC,gBAAgB,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC;IAC3C,CAAC,CAAC;IACF+B,SAAS,EAAE,CACT;MACE;MACAC,UAAU,EAAE3C,MAAM,GACdC,KAAK,CAAC2C,WAAW,CAAC;QAClBC,UAAU,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;QACvBC,WAAW,EAAE,CAAC,CAAC,EAAEzB,aAAa,EAAE,CAAC;MACnC,CAAC,CAAC,GACA;IACN,CAAC,EACD;MACE;MACA2B,UAAU,EACRjC,mBAAmB,KAAK,CAAC,GACrBhB,OAAO,CAAC6C,WAAW,CAAC;QACpBC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBC,WAAW,EAAE,CAAC/B,mBAAmB,EAAE,CAAC;MACtC,CAAC,CAAC,GACA;IACR,CAAC,EACD;MACE;MACAkC,KAAK,EACH3B,UAAU,KAAK,CAAC,GACZvB,OAAO,CAAC6C,WAAW,CAAC;QACpBC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBC,WAAW,EAAE,CAACxB,UAAU,EAAE,CAAC;MAC7B,CAAC,CAAC,GACAvB;IACR,CAAC;EAEL,CAAC;EAED,MAAMmD,UAAU,GACd,CAAChB,oBAAoB,CAACG,KAAK,GAAGD,wBAAwB,GAAG,CAAC,KACzDD,WAAW,GAAGb,UAAU,GAAG,CAAC,CAAC;EAEhC,MAAM6B,YAAY,GAAG,CACnBtC,gBAAgB,EAChB;IACEuC,GAAG,EAAE7B;EACP,CAAC,EACD;IACE8B,QAAQ,EAAEH;EACZ,CAAC,EACDH,UAAU,EACVP,aAAa,IAAI,CAAC,CAAC,CACpB;EAED,MAAMc,SAAS,GACb9C,UAAU,IAAIqB,UAAU,GAAGA,UAAU,GAAGD,gBAC3B;EAEf;IAAA;IACE;IACA;IACAlC,IAAA,CAACJ,IAAI;MACHiE,aAAa,EAAC,MAAM;MACpBC,KAAK,EAAE,CAACpE,UAAU,CAACqE,YAAY,EAAEC,MAAM,CAACC,QAAQ,EAAED,MAAM,CAACE,cAAc,CAAE;MAAAC,QAAA,eAEzEnE,IAAA,CAACR,QAAQ,CAACI,IAAI;QACZiE,aAAa,EAAC,MAAM;QACpBC,KAAK,EAAE,CACLpE,UAAU,CAACqE,YAAY,EACvB,CAACnB,KAAK,IAAI;UAAED;QAAM,CAAC,EACnB;UAAElC;QAAQ,CAAC,EACXsC,iBAAiB,CACjB;QAAAoB,QAAA,eAEFjE,KAAA,CAACN,IAAI;UACHkE,KAAK,EAAE;YACLnB,KAAK,EAAEa;UACT,CAAE;UAAAW,QAAA,GAEDvD,eAAe,GAAG;YACjBP,OAAO;YACPK,gBAAgB;YAChBC,iBAAiB;YACjB0C,UAAU;YACVlC,gBAAgB;YAChBC,mBAAmB;YACnBS,WAAW;YACXhB,KAAK;YACLmB,eAAe;YACfC,SAAS;YACTI,qBAAqB,EAAEA,qBAAqB;YAC5CC;UACF,CAAC,CAAC,eACFtC,IAAA,CAACH,YAAY;YACXuE,OAAO,EAAC,WAAW;YACnBC,QAAQ,EAAEtD,oBAAqB;YAC/BuD,YAAY,EAAEtD,iBAAkB;YAChC8C,KAAK,EAAE,CACLL,YAAY,EACZ;cACEc,KAAK,EAAErD;YACT,CAAC,CACD;YACFsD,aAAa,EAAE,CAAE;YACjBnC,qBAAqB,EAAEA,qBAAsB;YAC7CC,MAAM,EAAE,GAAGA,MAAM,eAAgB;YAAA6B,QAAA,EAEhCtD;UAAK,CACM,CAAC,eACfb,IAAA,CAACH,YAAY;YACXuE,OAAO,EAAE5D,OAAO,GAAG,WAAW,GAAG,WAAY;YAC7CsD,KAAK,EAAE,CACLL,YAAY,EACZ;cACEc,KAAK,EAAEX,SAAS;cAChBnD,OAAO,EAAEiB;YACX,CAAC,CACD;YACF8C,aAAa,EAAE,CAAE;YACjBnC,qBAAqB,EAAEA,qBAAsB;YAC7CC,MAAM,EAAE,GAAGA,MAAM,iBAAkB;YAAA6B,QAAA,EAElCtD;UAAK,CACM,CAAC;QAAA,CACX;MAAC,CACM;IAAC,CACZ;EAAC;AAEX,CAAC;AAED,MAAMmD,MAAM,GAAGtE,UAAU,CAAC+E,MAAM,CAAC;EAC/BR,QAAQ,EAAE;IACRA,QAAQ,EAAE;EACZ,CAAC;EACDC,cAAc,EAAE;IACdQ,MAAM,EAAE;EACV;AACF,CAAC,CAAC;AAEF,4BAAenF,KAAK,CAACoF,IAAI,CAACxE,UAAU,CAAC","ignoreList":[]}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Animated, StyleSheet } from 'react-native';
|
|
5
|
-
import AnimatedText from
|
|
5
|
+
import AnimatedText from "../../Typography/AnimatedText.js";
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
const LabelBackground = ({
|
|
8
8
|
labeled,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Animated","StyleSheet","AnimatedText","jsx","_jsx","LabelBackground","labeled","labelLayoutWidth","labelLayoutHeight","placeholderStyle","baseLabelTranslateX","topPosition","backgroundColor","roundness","labelStyle","maxFontSizeMultiplier","testID","opacity","interpolate","inputRange","outputRange","labelTranslationX","translateX","labelTextScaleY","scaleY","labelTextTransform","transform","isRounded","roundedEdgeCover","View","pointerEvents","style","absoluteFill","styles","view","maxHeight","Math","max","bottom","outlinedLabel","top","width","paddingHorizontal","height","numberOfLines","create","position","left","color"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Label/LabelBackground.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,QAAQ,EAAEC,UAAU,QAAQ,cAAc;AAEnD,OAAOC,YAAY,MAAM
|
|
1
|
+
{"version":3,"names":["React","Animated","StyleSheet","AnimatedText","jsx","_jsx","LabelBackground","labeled","labelLayoutWidth","labelLayoutHeight","placeholderStyle","baseLabelTranslateX","topPosition","backgroundColor","roundness","labelStyle","maxFontSizeMultiplier","testID","opacity","interpolate","inputRange","outputRange","labelTranslationX","translateX","labelTextScaleY","scaleY","labelTextTransform","transform","isRounded","roundedEdgeCover","View","pointerEvents","style","absoluteFill","styles","view","maxHeight","Math","max","bottom","outlinedLabel","top","width","paddingHorizontal","height","numberOfLines","create","position","left","color"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Label/LabelBackground.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,QAAQ,EAAEC,UAAU,QAAQ,cAAc;AAEnD,OAAOC,YAAY,MAAM,kCAA+B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGzD,MAAMC,eAAe,GAAGA,CAAC;EACvBC,OAAO;EACPC,gBAAgB;EAChBC,iBAAiB;EACjBC,gBAAgB;EAChBC,mBAAmB;EACnBC,WAAW;EACXC,eAAe;EACfC,SAAS;EACTC,UAAU;EACVC,qBAAqB;EACrBC;AACoB,CAAC,KAAK;EAC1B,MAAMC,OAAO,GAAGX,OAAO,CAACY,WAAW,CAAC;IAClCC,UAAU,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC;IACpBC,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC;EACpB,CAAC,CAAC;EAEF,MAAMC,iBAAiB,GAAG;IACxBC,UAAU,EAAEhB,OAAO,CAACY,WAAW,CAAC;MAC9BC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;MAClBC,WAAW,EAAE,CAAC,CAACV,mBAAmB,EAAE,CAAC;IACvC,CAAC;EACH,CAAC;EAED,MAAMa,eAAe,GAAG;IACtBC,MAAM,EAAElB,OAAO,CAACY,WAAW,CAAC;MAC1BC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;MAClBC,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC;IACtB,CAAC;EACH,CAAC;EAED,MAAMK,kBAAkB,GAAG,CAAC,GAAGX,UAAU,CAACY,SAAS,EAAEH,eAAe,CAAC;EAErE,MAAMI,SAAS,GAAGd,SAAS,GAAG,CAAC;EAC/B,MAAMe,gBAAgB,GAAGD,SAAS,gBAChCvB,IAAA,CAACJ,QAAQ,CAAC6B,IAAI;IAEZC,aAAa,EAAC,MAAM;IACpBC,KAAK,EAAE,CACL9B,UAAU,CAAC+B,YAAY,EACvBC,MAAM,CAACC,IAAI,EACX;MACEtB,eAAe;MACfuB,SAAS,EAAEC,IAAI,CAACC,GAAG,CAACxB,SAAS,GAAG,CAAC,EAAE,CAAC,CAAC;MACrCyB,MAAM,EAAEF,IAAI,CAACC,GAAG,CAACxB,SAAS,EAAE,CAAC,CAAC;MAC9Ba,SAAS,EAAE,CAACL,iBAAiB,CAAC;MAC9BJ;IACF,CAAC;EACD,GAZE,sBAaL,CAAC,GACA,IAAI;EAER,OAAO,CACLW,gBAAgB,eAChBxB,IAAA,CAACF,YAAY;IAEXc,MAAM,EAAE,GAAGA,MAAM,mBAAoB;IACrCe,KAAK,EAAE,CACLtB,gBAAgB,EAChBK,UAAU,EACVmB,MAAM,CAACM,aAAa,EACpB;MACEC,GAAG,EAAE7B,WAAW,GAAG,CAAC;MACpB8B,KAAK,EAAElC,gBAAgB,GAAGE,gBAAgB,CAACiC,iBAAiB;MAC5DC,MAAM,EAAEnC,iBAAiB;MACzBI,eAAe;MACfK,OAAO;MACPS,SAAS,EAAED;IACb,CAAC,CACD;IACFmB,aAAa,EAAE,CAAE;IACjB7B,qBAAqB,EAAEA;EAAsB,GAhBzC,sBAiBL,CAAC,CACH;AACH,CAAC;AAED,eAAeV,eAAe;AAE9B,MAAM4B,MAAM,GAAGhC,UAAU,CAAC4C,MAAM,CAAC;EAC/BX,IAAI,EAAE;IACJY,QAAQ,EAAE,UAAU;IACpBN,GAAG,EAAE,CAAC;IACNO,IAAI,EAAE,EAAE;IACRN,KAAK,EAAE;EACT,CAAC;EACD;EACAF,aAAa,EAAE;IACbO,QAAQ,EAAE,UAAU;IACpBC,IAAI,EAAE,CAAC;IACPL,iBAAiB,EAAE,CAAC;IACpBM,KAAK,EAAE;EACT;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { I18nManager, Platform, StyleSheet, TextInput as NativeTextInput, View, Animated } from 'react-native';
|
|
5
|
-
import { useThemeColors } from
|
|
6
|
-
import { Underline } from
|
|
7
|
-
import { AdornmentSide, AdornmentType, InputMode } from
|
|
8
|
-
import TextFieldAdornment from
|
|
9
|
-
import { getAdornmentConfig, getAdornmentStyleAdjustmentForNativeInput } from
|
|
10
|
-
import { ADORNMENT_SIZE, LABEL_PADDING_TOP_DENSE, LABEL_WIGGLE_X_OFFSET, MAXIMIZED_LABEL_FONT_SIZE, MINIMIZED_LABEL_FONT_SIZE, MINIMIZED_LABEL_Y_OFFSET, MIN_DENSE_HEIGHT, MIN_DENSE_HEIGHT_WL } from
|
|
11
|
-
import { adjustPaddingFlat, calculateFlatAffixTopPosition, calculateFlatInputHorizontalPadding, calculateInputHeight, calculateLabelTopPosition, calculatePadding, getConstants, getFlatInputColors } from
|
|
12
|
-
import InputLabel from
|
|
5
|
+
import { useThemeColors } from "../../hooks/useThemeColors.js";
|
|
6
|
+
import { Underline } from "./Addons/Underline.js";
|
|
7
|
+
import { AdornmentSide, AdornmentType, InputMode } from "./Adornment/enums.js";
|
|
8
|
+
import TextFieldAdornment from "./Adornment/TextFieldAdornment.js";
|
|
9
|
+
import { getAdornmentConfig, getAdornmentStyleAdjustmentForNativeInput } from "./Adornment/TextFieldAdornment.js";
|
|
10
|
+
import { ADORNMENT_SIZE, LABEL_PADDING_TOP_DENSE, LABEL_WIGGLE_X_OFFSET, MAXIMIZED_LABEL_FONT_SIZE, MINIMIZED_LABEL_FONT_SIZE, MINIMIZED_LABEL_Y_OFFSET, MIN_DENSE_HEIGHT, MIN_DENSE_HEIGHT_WL } from "./constants.js";
|
|
11
|
+
import { adjustPaddingFlat, calculateFlatAffixTopPosition, calculateFlatInputHorizontalPadding, calculateInputHeight, calculateLabelTopPosition, calculatePadding, getConstants, getFlatInputColors } from "./helpers.js";
|
|
12
|
+
import InputLabel from "./Label/InputLabel.js";
|
|
13
13
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
14
|
const TextInputFlat = ({
|
|
15
15
|
disabled = false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","I18nManager","Platform","StyleSheet","TextInput","NativeTextInput","View","Animated","useThemeColors","Underline","AdornmentSide","AdornmentType","InputMode","TextFieldAdornment","getAdornmentConfig","getAdornmentStyleAdjustmentForNativeInput","ADORNMENT_SIZE","LABEL_PADDING_TOP_DENSE","LABEL_WIGGLE_X_OFFSET","MAXIMIZED_LABEL_FONT_SIZE","MINIMIZED_LABEL_FONT_SIZE","MINIMIZED_LABEL_Y_OFFSET","MIN_DENSE_HEIGHT","MIN_DENSE_HEIGHT_WL","adjustPaddingFlat","calculateFlatAffixTopPosition","calculateFlatInputHorizontalPadding","calculateInputHeight","calculateLabelTopPosition","calculatePadding","getConstants","getFlatInputColors","InputLabel","jsx","_jsx","jsxs","_jsxs","TextInputFlat","disabled","editable","label","error","selectionColor","customSelectionColor","cursorColor","underlineColor","underlineStyle","activeUnderlineColor","textColor","dense","style","theme","render","props","multiline","parentState","innerRef","onFocus","forceFocus","onBlur","onChangeText","onLayoutAnimatedText","onLabelTextLayout","onLeftAffixLayoutChange","onRightAffixLayoutChange","onInputLayout","left","right","placeholderTextColor","testID","contentStyle","scaledLabel","rest","isAndroid","OS","isV3","roundness","font","fonts","bodyLarge","default","hasActiveOutline","focused","LABEL_PADDING_TOP","FLAT_INPUT_OFFSET","MIN_HEIGHT","MIN_WIDTH","fontSize","fontSizeStyle","lineHeight","lineHeightStyle","fontWeight","height","paddingHorizontal","textAlign","viewStyle","flatten","isPaddingHorizontalPassed","undefined","adornmentConfig","paddingLeft","paddingRight","leftLayout","rightLayout","rightAffixWidth","width","leftAffixWidth","adornmentStyleAdjustmentForNativeInput","inputOffset","mode","Flat","inputTextColor","activeColor","underlineColorCustom","placeholderColor","errorColor","backgroundColor","themeColors","containerStyle","inputBackground","borderTopLeftRadius","borderTopRightRadius","finalInputTextColor","text","labelScale","fontScale","labelWidth","labelLayout","labelHeight","labelHalfWidth","labelHalfHeight","baseLabelTranslateX","isRTL","minInputHeight","inputHeight","topPosition","console","warn","paddingSettings","offset","scale","styles","inputFlatDense","inputFlat","pad","paddingFlat","baseLabelTranslateY","current","placeholderOpacityAnims","useRef","Value","placeholderOpacity","labeled","measured","placeholderTextColorBasedOnState","displayPlaceholder","minHeight","flatHeight","iconTopPosition","leftAffixTopPosition","affixHeight","rightAffixTopPosition","labelProps","labelError","placeholderStyle","placeholder","wiggleOffsetX","maxFontSizeMultiplier","inputContainerLayout","labelTextLayout","opacity","value","affixTopPosition","Left","Right","onAffixChange","adornmentProps","Affix","Icon","isTextInputFocused","length","textStyle","visible","children","colors","onLayout","labelContainer","flex","flexShrink","pointerEvents","absoluteFill","densePatchContainer","patchContainer","wiggle","Boolean","labelLayoutMeasured","labelLayoutWidth","labelLayoutHeight","ref","underlineColorAndroid","input","color","textAlignVertical","minWidth","outline","outlineWidth","outlineStyle","create","position","paddingTop","paddingBottom","flexGrow","overflow","margin","zIndex"],"sourceRoot":"../../../../../src","sources":["ui/components/TextField/TextFieldFlat.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","I18nManager","Platform","StyleSheet","TextInput","NativeTextInput","View","Animated","useThemeColors","Underline","AdornmentSide","AdornmentType","InputMode","TextFieldAdornment","getAdornmentConfig","getAdornmentStyleAdjustmentForNativeInput","ADORNMENT_SIZE","LABEL_PADDING_TOP_DENSE","LABEL_WIGGLE_X_OFFSET","MAXIMIZED_LABEL_FONT_SIZE","MINIMIZED_LABEL_FONT_SIZE","MINIMIZED_LABEL_Y_OFFSET","MIN_DENSE_HEIGHT","MIN_DENSE_HEIGHT_WL","adjustPaddingFlat","calculateFlatAffixTopPosition","calculateFlatInputHorizontalPadding","calculateInputHeight","calculateLabelTopPosition","calculatePadding","getConstants","getFlatInputColors","InputLabel","jsx","_jsx","jsxs","_jsxs","TextInputFlat","disabled","editable","label","error","selectionColor","customSelectionColor","cursorColor","underlineColor","underlineStyle","activeUnderlineColor","textColor","dense","style","theme","render","props","multiline","parentState","innerRef","onFocus","forceFocus","onBlur","onChangeText","onLayoutAnimatedText","onLabelTextLayout","onLeftAffixLayoutChange","onRightAffixLayoutChange","onInputLayout","left","right","placeholderTextColor","testID","contentStyle","scaledLabel","rest","isAndroid","OS","isV3","roundness","font","fonts","bodyLarge","default","hasActiveOutline","focused","LABEL_PADDING_TOP","FLAT_INPUT_OFFSET","MIN_HEIGHT","MIN_WIDTH","fontSize","fontSizeStyle","lineHeight","lineHeightStyle","fontWeight","height","paddingHorizontal","textAlign","viewStyle","flatten","isPaddingHorizontalPassed","undefined","adornmentConfig","paddingLeft","paddingRight","leftLayout","rightLayout","rightAffixWidth","width","leftAffixWidth","adornmentStyleAdjustmentForNativeInput","inputOffset","mode","Flat","inputTextColor","activeColor","underlineColorCustom","placeholderColor","errorColor","backgroundColor","themeColors","containerStyle","inputBackground","borderTopLeftRadius","borderTopRightRadius","finalInputTextColor","text","labelScale","fontScale","labelWidth","labelLayout","labelHeight","labelHalfWidth","labelHalfHeight","baseLabelTranslateX","isRTL","minInputHeight","inputHeight","topPosition","console","warn","paddingSettings","offset","scale","styles","inputFlatDense","inputFlat","pad","paddingFlat","baseLabelTranslateY","current","placeholderOpacityAnims","useRef","Value","placeholderOpacity","labeled","measured","placeholderTextColorBasedOnState","displayPlaceholder","minHeight","flatHeight","iconTopPosition","leftAffixTopPosition","affixHeight","rightAffixTopPosition","labelProps","labelError","placeholderStyle","placeholder","wiggleOffsetX","maxFontSizeMultiplier","inputContainerLayout","labelTextLayout","opacity","value","affixTopPosition","Left","Right","onAffixChange","adornmentProps","Affix","Icon","isTextInputFocused","length","textStyle","visible","children","colors","onLayout","labelContainer","flex","flexShrink","pointerEvents","absoluteFill","densePatchContainer","patchContainer","wiggle","Boolean","labelLayoutMeasured","labelLayoutWidth","labelLayoutHeight","ref","underlineColorAndroid","input","color","textAlignVertical","minWidth","outline","outlineWidth","outlineStyle","create","position","paddingTop","paddingBottom","flexGrow","overflow","margin","zIndex"],"sourceRoot":"../../../../../src","sources":["ui/components/TextField/TextFieldFlat.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Animated, View, TextInput as NativeTextInput, StyleSheet, I18nManager, Platform } from 'react-native';
|
|
5
|
-
import { useThemeColors } from
|
|
6
|
-
import { Outline } from
|
|
7
|
-
import { AdornmentType, AdornmentSide } from
|
|
8
|
-
import TextFieldAdornment, { getAdornmentConfig, getAdornmentStyleAdjustmentForNativeInput } from
|
|
9
|
-
import { MAXIMIZED_LABEL_FONT_SIZE, MINIMIZED_LABEL_FONT_SIZE, LABEL_WIGGLE_X_OFFSET, ADORNMENT_SIZE, OUTLINE_MINIMIZED_LABEL_Y_OFFSET, LABEL_PADDING_TOP, MIN_DENSE_HEIGHT_OUTLINED, LABEL_PADDING_TOP_DENSE } from
|
|
10
|
-
import { calculateLabelTopPosition, calculateInputHeight, calculatePadding, adjustPaddingOut, calculateOutlinedIconAndAffixTopPosition, getOutlinedInputColors, getConstants } from
|
|
11
|
-
import InputLabel from
|
|
12
|
-
import LabelBackground from
|
|
5
|
+
import { useThemeColors } from "../../hooks/useThemeColors.js";
|
|
6
|
+
import { Outline } from "./Addons/Outline.js";
|
|
7
|
+
import { AdornmentType, AdornmentSide } from "./Adornment/enums.js";
|
|
8
|
+
import TextFieldAdornment, { getAdornmentConfig, getAdornmentStyleAdjustmentForNativeInput } from "./Adornment/TextFieldAdornment.js";
|
|
9
|
+
import { MAXIMIZED_LABEL_FONT_SIZE, MINIMIZED_LABEL_FONT_SIZE, LABEL_WIGGLE_X_OFFSET, ADORNMENT_SIZE, OUTLINE_MINIMIZED_LABEL_Y_OFFSET, LABEL_PADDING_TOP, MIN_DENSE_HEIGHT_OUTLINED, LABEL_PADDING_TOP_DENSE } from "./constants.js";
|
|
10
|
+
import { calculateLabelTopPosition, calculateInputHeight, calculatePadding, adjustPaddingOut, calculateOutlinedIconAndAffixTopPosition, getOutlinedInputColors, getConstants } from "./helpers.js";
|
|
11
|
+
import InputLabel from "./Label/InputLabel.js";
|
|
12
|
+
import LabelBackground from "./Label/LabelBackground.js";
|
|
13
13
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
14
|
const TextInputOutlined = ({
|
|
15
15
|
disabled = false,
|