@oxyhq/services 6.9.15 → 6.9.16
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 +13 -52
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
- package/lib/commonjs/assets/illustrations/HighFive.js +18 -57
- package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -1
- package/lib/commonjs/index.js +200 -190
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/lib/sonner-safe.js.map +0 -1
- package/lib/commonjs/lib/sonner.js +5 -16
- package/lib/commonjs/lib/sonner.js.map +1 -1
- package/lib/commonjs/lib/sonner.native.js +8 -45
- package/lib/commonjs/lib/sonner.native.js.map +1 -1
- package/lib/commonjs/lib/sonner.web.js +8 -45
- package/lib/commonjs/lib/sonner.web.js.map +1 -1
- package/lib/commonjs/ui/client.js +66 -88
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +0 -26
- package/lib/commonjs/ui/components/ActivityIndicator.js.map +0 -1
- package/lib/commonjs/ui/components/Avatar.js +39 -27
- package/lib/commonjs/ui/components/Avatar.js.map +0 -1
- package/lib/commonjs/ui/components/BottomSheet.js +0 -20
- package/lib/commonjs/ui/components/BottomSheet.js.map +0 -1
- package/lib/commonjs/ui/components/BottomSheetRouter.js +65 -103
- package/lib/commonjs/ui/components/BottomSheetRouter.js.map +0 -1
- package/lib/commonjs/ui/components/CrossFadeIcon.js +0 -30
- package/lib/commonjs/ui/components/CrossFadeIcon.js.map +0 -1
- package/lib/commonjs/ui/components/EmptyState.js +10 -13
- package/lib/commonjs/ui/components/EmptyState.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +52 -81
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/FontLoader.js +17 -52
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +27 -29
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +10 -11
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +0 -34
- package/lib/commonjs/ui/components/Header.js.map +0 -1
- package/lib/commonjs/ui/components/HelperText.js +0 -26
- package/lib/commonjs/ui/components/HelperText.js.map +0 -1
- package/lib/commonjs/ui/components/Icon.js +12 -12
- package/lib/commonjs/ui/components/Icon.js.map +1 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js.map +0 -1
- package/lib/commonjs/ui/components/IconButton/utils.js +4 -8
- package/lib/commonjs/ui/components/IconButton/utils.js.map +1 -1
- package/lib/commonjs/ui/components/LoadingState.js +11 -14
- package/lib/commonjs/ui/components/LoadingState.js.map +1 -1
- package/lib/commonjs/ui/components/OxyLogo.js +14 -53
- package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +17 -19
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js.map +0 -1
- package/lib/commonjs/ui/components/OxySignInButton.js +1 -1
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js +31 -35
- package/lib/commonjs/ui/components/ProfileCard.js.map +0 -1
- package/lib/commonjs/ui/components/QuickActions.js +16 -16
- package/lib/commonjs/ui/components/QuickActions.js.map +1 -1
- package/lib/commonjs/ui/components/Section.js +12 -15
- package/lib/commonjs/ui/components/Section.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +14 -13
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/SettingRow.js.map +0 -1
- package/lib/commonjs/ui/components/SignInModal.js +115 -132
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +71 -85
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +37 -79
- package/lib/commonjs/ui/components/Surface.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +8 -6
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +29 -74
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +23 -27
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +27 -31
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js +11 -11
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/types.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +21 -23
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +10 -37
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +1 -2
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +65 -106
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +0 -33
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/constants.js +25 -35
- package/lib/commonjs/ui/components/TextField/constants.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/helpers.js +43 -44
- package/lib/commonjs/ui/components/TextField/helpers.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/types.js.map +0 -1
- package/lib/commonjs/ui/components/TextField.js +35 -76
- package/lib/commonjs/ui/components/TextField.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +30 -64
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +26 -68
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/utils.js +6 -10
- package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +0 -1
- package/lib/commonjs/ui/components/Typography/types.js +3 -3
- package/lib/commonjs/ui/components/Typography/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/constants.js.map +0 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +0 -1
- package/lib/commonjs/ui/components/feedback/index.js +0 -10
- package/lib/commonjs/ui/components/feedback/index.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +5 -5
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js +14 -13
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +0 -1
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +66 -77
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +118 -127
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +0 -1
- package/lib/commonjs/ui/components/fileManagement/styles.js.map +0 -1
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +0 -20
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +0 -1
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/commonjs/ui/components/icon/index.js +7 -12
- package/lib/commonjs/ui/components/icon/index.js.map +1 -1
- package/lib/commonjs/ui/components/index.js +54 -62
- package/lib/commonjs/ui/components/index.js.map +1 -1
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +21 -22
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +0 -1
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +41 -52
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/commonjs/ui/components/modals/index.js +3 -8
- package/lib/commonjs/ui/components/modals/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +70 -89
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +0 -1
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +0 -1
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +0 -1
- package/lib/commonjs/ui/components/payment/constants.js.map +0 -1
- package/lib/commonjs/ui/components/payment/index.js +0 -15
- package/lib/commonjs/ui/components/payment/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/paymentStyles.js +10 -10
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/commonjs/ui/components/payment/types.js.map +1 -1
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js +27 -59
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/commonjs/ui/components/styles/overlay.js +6 -4
- package/lib/commonjs/ui/components/styles/overlay.js.map +1 -1
- package/lib/commonjs/ui/components/styles/shadow.js +7 -7
- package/lib/commonjs/ui/components/styles/shadow.js.map +1 -1
- package/lib/commonjs/ui/components/theming.js +6 -4
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/components/types.js.map +1 -1
- package/lib/commonjs/ui/components/utils/forwardRef.js +3 -43
- package/lib/commonjs/ui/components/utils/forwardRef.js.map +1 -1
- package/lib/commonjs/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/commonjs/ui/components/utils/roundLayoutSize.js.map +0 -1
- package/lib/commonjs/ui/components/utils/splitStyles.js +7 -1
- package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +16 -12
- package/lib/commonjs/ui/constants/iconColors.js.map +0 -1
- package/lib/commonjs/ui/constants/spacing.js.map +1 -1
- package/lib/commonjs/ui/constants/theme.js +9 -8
- package/lib/commonjs/ui/constants/theme.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +0 -1
- package/lib/commonjs/ui/context/OxyContext.js.map +0 -1
- package/lib/commonjs/ui/context/ThemeContext.js +4 -27
- package/lib/commonjs/ui/context/ThemeContext.js.map +1 -2
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +0 -27
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +0 -1
- package/lib/commonjs/ui/hooks/index.js +26 -27
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +22 -31
- package/lib/commonjs/ui/hooks/mutations/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +106 -83
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +53 -45
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/index.js +39 -50
- package/lib/commonjs/ui/hooks/queries/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +0 -6
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +39 -33
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +0 -1
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +12 -11
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +0 -1
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +32 -28
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queryClient.js +17 -10
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +26 -13
- package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +0 -1
- package/lib/commonjs/ui/hooks/useAuth.js +28 -23
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAvatarPicker.js +0 -3
- package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/commonjs/ui/hooks/useColorScheme.js +8 -6
- package/lib/commonjs/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +10 -10
- package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js +7 -7
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileFiltering.js +9 -7
- package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.js +75 -67
- package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.types.js +0 -5
- package/lib/commonjs/ui/hooks/useFollow.types.js.map +0 -1
- package/lib/commonjs/ui/hooks/useI18n.js +1 -1
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +17 -16
- package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/commonjs/ui/hooks/useQueryClient.js +2 -2
- package/lib/commonjs/ui/hooks/useQueryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +44 -40
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +39 -34
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSettingToggle.js +22 -16
- package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -1
- package/lib/commonjs/ui/hooks/useStorage.js +6 -6
- package/lib/commonjs/ui/hooks/useStorage.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeStyles.js +13 -12
- package/lib/commonjs/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/commonjs/ui/hooks/useWebSSO.js +19 -11
- package/lib/commonjs/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/commonjs/ui/index.js +51 -61
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/isFrontend.js +2 -2
- package/lib/commonjs/ui/isFrontend.js.map +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js.map +0 -1
- package/lib/commonjs/ui/navigation/routes.js +12 -6
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +66 -75
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +133 -164
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +133 -150
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +44 -83
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +0 -19
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +54 -61
- package/lib/commonjs/ui/screens/FAQScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +137 -155
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/FollowersListScreen.js +6 -9
- package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FollowingListScreen.js +6 -9
- package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +36 -75
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +43 -79
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +50 -82
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +31 -35
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +0 -23
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +107 -120
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +69 -63
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +205 -241
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +81 -114
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +102 -128
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +0 -31
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +32 -69
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +85 -120
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +72 -91
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +45 -80
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +29 -29
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/server.js +58 -47
- package/lib/commonjs/ui/server.js.map +1 -1
- package/lib/commonjs/ui/stores/accountStore.js +1 -1
- package/lib/commonjs/ui/stores/accountStore.js.map +0 -1
- package/lib/commonjs/ui/stores/assetStore.js +16 -13
- package/lib/commonjs/ui/stores/assetStore.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +6 -5
- package/lib/commonjs/ui/stores/authStore.js.map +1 -1
- package/lib/commonjs/ui/stores/fileStore.js.map +1 -1
- package/lib/commonjs/ui/stores/followStore.js +10 -3
- package/lib/commonjs/ui/stores/followStore.js.map +1 -1
- package/lib/commonjs/ui/styles/authStyles.js +12 -12
- package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
- package/lib/commonjs/ui/styles/fonts.js +19 -18
- package/lib/commonjs/ui/styles/fonts.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js.map +0 -1
- package/lib/commonjs/ui/styles/spacing.js +0 -11
- package/lib/commonjs/ui/styles/spacing.js.map +0 -1
- package/lib/commonjs/ui/styles/theme.js +12 -11
- package/lib/commonjs/ui/styles/theme.js.map +1 -1
- package/lib/commonjs/ui/types/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/types/navigation.js.map +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +16 -11
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
- package/lib/commonjs/ui/utils/colorUtils.js +0 -17
- package/lib/commonjs/ui/utils/colorUtils.js.map +0 -1
- package/lib/commonjs/ui/utils/confirmAction.js +1 -1
- package/lib/commonjs/ui/utils/confirmAction.js.map +1 -1
- package/lib/commonjs/ui/utils/errorHandlers.js +0 -1
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
- package/lib/commonjs/ui/utils/fileManagement.js +38 -22
- package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/utils/iconNames.js.map +0 -1
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/storageHelpers.js +12 -7
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/themeUtils.js +0 -15
- package/lib/commonjs/ui/utils/themeUtils.js.map +0 -1
- package/lib/commonjs/ui/utils/userUtils.js +9 -6
- package/lib/commonjs/ui/utils/userUtils.js.map +1 -1
- package/lib/commonjs/utils/hookUtils.js +79 -60
- package/lib/commonjs/utils/hookUtils.js.map +1 -1
- package/lib/module/assets/icons/OxyServices.js +0 -12
- package/lib/module/assets/icons/OxyServices.js.map +0 -1
- package/lib/module/assets/illustrations/HighFive.js +0 -15
- package/lib/module/assets/illustrations/HighFive.js.map +0 -1
- package/lib/module/index.js +34 -406
- package/lib/module/index.js.map +1 -1
- package/lib/module/lib/sonner-safe.js +8 -7
- package/lib/module/lib/sonner-safe.js.map +1 -1
- package/lib/module/lib/sonner.js +1 -17
- package/lib/module/lib/sonner.js.map +1 -1
- package/lib/module/lib/sonner.native.js +0 -45
- package/lib/module/lib/sonner.native.js.map +1 -1
- package/lib/module/lib/sonner.web.js +6 -48
- package/lib/module/lib/sonner.web.js.map +1 -1
- package/lib/module/ui/client.js +25 -165
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/ActivityIndicator.js +27 -69
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/AutoHeightScrollView.js +9 -13
- package/lib/module/ui/components/AutoHeightScrollView.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +0 -8
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +0 -99
- package/lib/module/ui/components/BottomSheet.js.map +0 -1
- package/lib/module/ui/components/BottomSheetRouter.js +61 -105
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +16 -60
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/EmptyState.js +7 -15
- package/lib/module/ui/components/EmptyState.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +50 -84
- package/lib/module/ui/components/FollowButton.js.map +0 -1
- package/lib/module/ui/components/FontLoader.js +17 -57
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +27 -31
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +9 -13
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +57 -102
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +13 -55
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +13 -19
- package/lib/module/ui/components/Icon.js.map +0 -1
- package/lib/module/ui/components/IconButton/IconButton.js +24 -31
- package/lib/module/ui/components/IconButton/IconButton.js.map +0 -1
- package/lib/module/ui/components/IconButton/utils.js +4 -14
- package/lib/module/ui/components/IconButton/utils.js.map +1 -1
- package/lib/module/ui/components/LoadingState.js +0 -12
- package/lib/module/ui/components/LoadingState.js.map +0 -1
- package/lib/module/ui/components/OxyLogo.js +0 -13
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +0 -14
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +48 -39
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +37 -42
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +29 -37
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +15 -18
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +0 -16
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +12 -15
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +0 -17
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +115 -142
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +0 -43
- package/lib/module/ui/components/StepBasedScreen.js.map +0 -1
- package/lib/module/ui/components/Surface.js +34 -82
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Outline.js +0 -8
- package/lib/module/ui/components/TextField/Addons/Outline.js.map +0 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js +8 -12
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -62
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +0 -15
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +28 -33
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/enums.js +9 -13
- package/lib/module/ui/components/TextField/Adornment/enums.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/types.js +0 -3
- package/lib/module/ui/components/TextField/Adornment/types.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/utils.js +2 -7
- package/lib/module/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +18 -25
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +0 -1
- package/lib/module/ui/components/TextField/TextFieldFlat.js +63 -109
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +61 -109
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/constants.js +0 -23
- package/lib/module/ui/components/TextField/constants.js.map +0 -1
- package/lib/module/ui/components/TextField/helpers.js +50 -69
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField/types.js +1 -3
- package/lib/module/ui/components/TextField/types.js.map +1 -1
- package/lib/module/ui/components/TextField.js +0 -64
- package/lib/module/ui/components/TextField.js.map +0 -1
- package/lib/module/ui/components/TouchableRipple/Pressable.js +6 -7
- package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +28 -67
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +0 -47
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/utils.js +6 -16
- package/lib/module/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +0 -8
- package/lib/module/ui/components/Typography/AnimatedText.js.map +0 -1
- package/lib/module/ui/components/Typography/types.js +3 -7
- package/lib/module/ui/components/Typography/types.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +12 -20
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/module/ui/components/feedback/ProgressIndicator.js +0 -10
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +0 -1
- package/lib/module/ui/components/feedback/constants.js +3 -7
- package/lib/module/ui/components/feedback/constants.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +10 -15
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +5 -56
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- package/lib/module/ui/components/feedback/types.js +0 -3
- package/lib/module/ui/components/feedback/types.js.map +0 -1
- package/lib/module/ui/components/feedback/useFeedbackForm.js +6 -11
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/module/ui/components/fileManagement/AnimatedButton.js +0 -10
- package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +0 -1
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +67 -72
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +0 -38
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +0 -1
- package/lib/module/ui/components/fileManagement/UploadPreview.js +0 -27
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +20 -24
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/FAIRWalletIcon.js +14 -58
- package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +0 -1
- package/lib/module/ui/components/icon/OxyIcon.js +0 -5
- package/lib/module/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/module/ui/components/icon/index.js +2 -23
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +0 -111
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/internal/GroupedPillButtons.js +0 -11
- package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/module/ui/components/internal/PinInput.js +12 -15
- package/lib/module/ui/components/internal/PinInput.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +40 -48
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +1 -16
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +69 -77
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +17 -25
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +0 -13
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +0 -1
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +0 -18
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +0 -1
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +0 -29
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +0 -1
- package/lib/module/ui/components/payment/constants.js +0 -7
- package/lib/module/ui/components/payment/constants.js.map +0 -1
- package/lib/module/ui/components/payment/index.js +0 -73
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +0 -9
- package/lib/module/ui/components/payment/paymentStyles.js.map +0 -1
- package/lib/module/ui/components/payment/types.js +1 -3
- package/lib/module/ui/components/payment/types.js.map +1 -1
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +25 -62
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/module/ui/components/styles/overlay.js +0 -13
- package/lib/module/ui/components/styles/overlay.js.map +1 -1
- package/lib/module/ui/components/styles/shadow.js +8 -12
- package/lib/module/ui/components/styles/shadow.js.map +1 -1
- package/lib/module/ui/components/theming.js +6 -9
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/components/types.js +1 -3
- package/lib/module/ui/components/types.js.map +1 -1
- package/lib/module/ui/components/utils/forwardRef.js +0 -40
- package/lib/module/ui/components/utils/forwardRef.js.map +0 -1
- package/lib/module/ui/components/utils/hasTouchHandler.js +1 -5
- package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js +1 -6
- package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -1
- package/lib/module/ui/components/utils/splitStyles.js +7 -5
- package/lib/module/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +14 -16
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/constants/spacing.js +25 -24
- package/lib/module/ui/constants/spacing.js.map +1 -1
- package/lib/module/ui/constants/theme.js +4 -7
- package/lib/module/ui/constants/theme.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +0 -17
- package/lib/module/ui/context/OxyContext.js.map +0 -1
- package/lib/module/ui/context/ThemeContext.js +7 -13
- package/lib/module/ui/context/ThemeContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +39 -68
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/index.js +0 -64
- package/lib/module/ui/hooks/index.js.map +0 -1
- package/lib/module/ui/hooks/mutations/index.js +5 -67
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationFactory.js +0 -7
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +0 -1
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +109 -92
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +54 -54
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/index.js +0 -114
- package/lib/module/ui/hooks/queries/index.js.map +0 -1
- package/lib/module/ui/hooks/queries/queryKeys.js +36 -39
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +40 -44
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +12 -17
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +0 -1
- package/lib/module/ui/hooks/queries/useServicesQueries.js +33 -37
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/queryClient.js +17 -17
- package/lib/module/ui/hooks/queryClient.js.map +1 -1
- package/lib/module/ui/hooks/useAssets.js +26 -19
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +16 -20
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +20 -24
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useAvatarPicker.js +13 -16
- package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/module/ui/hooks/useColorScheme.js +0 -3
- package/lib/module/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +11 -16
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFileDownloadUrl.js +9 -15
- package/lib/module/ui/hooks/useFileDownloadUrl.js.map +0 -1
- package/lib/module/ui/hooks/useFileFiltering.js +0 -9
- package/lib/module/ui/hooks/useFileFiltering.js.map +0 -1
- package/lib/module/ui/hooks/useFollow.js +77 -75
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.types.js +0 -6
- package/lib/module/ui/hooks/useFollow.types.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +0 -7
- package/lib/module/ui/hooks/useI18n.js.map +0 -1
- package/lib/module/ui/hooks/useLanguageManagement.js +18 -22
- package/lib/module/ui/hooks/useLanguageManagement.js.map +0 -1
- package/lib/module/ui/hooks/useProfileEditing.js +0 -9
- package/lib/module/ui/hooks/useProfileEditing.js.map +0 -1
- package/lib/module/ui/hooks/useQueryClient.js +0 -5
- package/lib/module/ui/hooks/useQueryClient.js.map +0 -1
- package/lib/module/ui/hooks/useSessionManagement.js +45 -46
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +0 -15
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +0 -14
- package/lib/module/ui/hooks/useSettingToggle.js.map +0 -1
- package/lib/module/ui/hooks/useStorage.js +7 -12
- package/lib/module/ui/hooks/useStorage.js.map +0 -1
- package/lib/module/ui/hooks/useThemeColors.js +10 -14
- package/lib/module/ui/hooks/useThemeColors.js.map +0 -1
- package/lib/module/ui/hooks/useThemeStyles.js +14 -18
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/hooks/useWebSSO.js +16 -12
- package/lib/module/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/module/ui/index.js +46 -74
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/isFrontend.js +1 -4
- package/lib/module/ui/isFrontend.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +0 -17
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +14 -8
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +65 -71
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +131 -167
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +0 -88
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +0 -88
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js +42 -86
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +76 -79
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +89 -114
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +0 -38
- package/lib/module/ui/screens/FAQScreen.js.map +0 -1
- package/lib/module/ui/screens/FeedbackScreen.js +0 -58
- package/lib/module/ui/screens/FeedbackScreen.js.map +0 -1
- package/lib/module/ui/screens/FileManagementScreen.js +0 -149
- package/lib/module/ui/screens/FileManagementScreen.js.map +0 -1
- package/lib/module/ui/screens/FollowersListScreen.js +0 -8
- package/lib/module/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/module/ui/screens/FollowingListScreen.js +4 -12
- package/lib/module/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +0 -45
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +41 -81
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +0 -71
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +0 -1
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +31 -33
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +35 -72
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +0 -50
- package/lib/module/ui/screens/OxyAuthScreen.js.map +0 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js +0 -28
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +0 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +205 -186
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +0 -56
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/ProfileScreen.js +101 -102
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +0 -55
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +0 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +0 -39
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/SessionManagementScreen.js +89 -81
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +18 -21
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +0 -69
- package/lib/module/ui/screens/UserListScreen.js.map +0 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +82 -123
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +26 -29
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +72 -74
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +43 -83
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +0 -30
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +80 -81
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/server.js +29 -50
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/stores/accountStore.js +0 -7
- package/lib/module/ui/stores/accountStore.js.map +0 -1
- package/lib/module/ui/stores/assetStore.js +14 -24
- package/lib/module/ui/stores/assetStore.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +5 -8
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/stores/fileStore.js +0 -6
- package/lib/module/ui/stores/fileStore.js.map +0 -1
- package/lib/module/ui/stores/followStore.js +9 -6
- package/lib/module/ui/stores/followStore.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +12 -17
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/fonts.js +0 -8
- package/lib/module/ui/styles/fonts.js.map +0 -1
- package/lib/module/ui/styles/index.js +4 -26
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +0 -54
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +13 -19
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/types/fileManagement.js +1 -3
- package/lib/module/ui/types/fileManagement.js.map +0 -1
- package/lib/module/ui/types/navigation.js +1 -3
- package/lib/module/ui/types/navigation.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +0 -5
- package/lib/module/ui/utils/avatarUtils.js.map +0 -1
- package/lib/module/ui/utils/colorUtils.js +0 -44
- package/lib/module/ui/utils/colorUtils.js.map +0 -1
- package/lib/module/ui/utils/confirmAction.js +0 -7
- package/lib/module/ui/utils/confirmAction.js.map +1 -1
- package/lib/module/ui/utils/errorHandlers.js +18 -16
- package/lib/module/ui/utils/errorHandlers.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +0 -6
- package/lib/module/ui/utils/fileManagement.js.map +0 -1
- package/lib/module/ui/utils/iconNames.js +20 -24
- package/lib/module/ui/utils/iconNames.js.map +1 -1
- package/lib/module/ui/utils/sessionHelpers.js +15 -17
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/module/ui/utils/storageHelpers.js +10 -12
- package/lib/module/ui/utils/storageHelpers.js.map +1 -1
- package/lib/module/ui/utils/themeUtils.js +2 -35
- package/lib/module/ui/utils/themeUtils.js.map +0 -1
- package/lib/module/ui/utils/userUtils.js +6 -10
- package/lib/module/ui/utils/userUtils.js.map +1 -1
- package/lib/module/utils/hookUtils.js +83 -82
- package/lib/module/utils/hookUtils.js.map +1 -1
- package/package.json +1 -1
- package/lib/commonjs/assets/assets/icons/OxyServices.d.ts +0 -28
- package/lib/commonjs/assets/assets/icons/OxyServices.js +0 -53
- package/lib/commonjs/assets/assets/illustrations/HighFive.d.ts +0 -7
- package/lib/commonjs/assets/assets/illustrations/HighFive.js +0 -41
- package/lib/module/assets/assets/icons/OxyServices.d.ts +0 -28
- package/lib/module/assets/assets/icons/OxyServices.js +0 -53
- package/lib/module/assets/assets/illustrations/HighFive.d.ts +0 -7
- package/lib/module/assets/assets/illustrations/HighFive.js +0 -41
- package/lib/typescript/assets/icons/OxyServices.d.ts +0 -28
- package/lib/typescript/assets/illustrations/HighFive.d.ts +0 -7
- package/lib/typescript/index.d.ts +0 -46
- package/lib/typescript/lib/sonner-safe.d.ts +0 -8
- package/lib/typescript/lib/sonner.d.ts +0 -11
- package/lib/typescript/lib/sonner.native.d.ts +0 -14
- package/lib/typescript/lib/sonner.web.d.ts +0 -14
- package/lib/typescript/ui/client.d.ts +0 -30
- package/lib/typescript/ui/components/ActivityIndicator.d.ts +0 -44
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts +0 -22
- package/lib/typescript/ui/components/Avatar.d.ts +0 -60
- package/lib/typescript/ui/components/BottomSheet.d.ts +0 -28
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts +0 -8
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts +0 -26
- package/lib/typescript/ui/components/EmptyState.d.ts +0 -7
- package/lib/typescript/ui/components/FollowButton.d.ts +0 -28
- package/lib/typescript/ui/components/FontLoader.d.ts +0 -14
- package/lib/typescript/ui/components/GroupedItem.d.ts +0 -23
- package/lib/typescript/ui/components/GroupedSection.d.ts +0 -29
- package/lib/typescript/ui/components/Header.d.ts +0 -37
- package/lib/typescript/ui/components/HelperText.d.ts +0 -46
- package/lib/typescript/ui/components/Icon.d.ts +0 -59
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts +0 -98
- package/lib/typescript/ui/components/IconButton/utils.d.ts +0 -18
- package/lib/typescript/ui/components/LoadingState.d.ts +0 -8
- package/lib/typescript/ui/components/OxyLogo.d.ts +0 -28
- package/lib/typescript/ui/components/OxyPayButton.d.ts +0 -28
- package/lib/typescript/ui/components/OxyProvider.d.ts +0 -37
- package/lib/typescript/ui/components/OxySignInButton.d.ts +0 -64
- package/lib/typescript/ui/components/ProfileCard.d.ts +0 -17
- package/lib/typescript/ui/components/QuickActions.d.ts +0 -14
- package/lib/typescript/ui/components/Section.d.ts +0 -11
- package/lib/typescript/ui/components/SectionTitle.d.ts +0 -9
- package/lib/typescript/ui/components/SettingRow.d.ts +0 -19
- package/lib/typescript/ui/components/SignInModal.d.ts +0 -17
- package/lib/typescript/ui/components/StepBasedScreen.d.ts +0 -25
- package/lib/typescript/ui/components/Surface.d.ts +0 -75
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts +0 -15
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts +0 -18
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -44
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -72
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -77
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts +0 -12
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts +0 -11
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts +0 -11
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts +0 -4
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts +0 -3
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts +0 -3
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts +0 -3
- package/lib/typescript/ui/components/TextField/constants.d.ts +0 -31
- package/lib/typescript/ui/components/TextField/helpers.d.ts +0 -96
- package/lib/typescript/ui/components/TextField/types.d.ts +0 -155
- package/lib/typescript/ui/components/TextField.d.ts +0 -191
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts +0 -12
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -61
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -24
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts +0 -10
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts +0 -34
- package/lib/typescript/ui/components/Typography/types.d.ts +0 -18
- package/lib/typescript/ui/components/feedback/FormInput.d.ts +0 -19
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts +0 -10
- package/lib/typescript/ui/components/feedback/constants.d.ts +0 -4
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts +0 -279
- package/lib/typescript/ui/components/feedback/index.d.ts +0 -6
- package/lib/typescript/ui/components/feedback/types.d.ts +0 -45
- package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts +0 -8
- package/lib/typescript/ui/components/fileManagement/AnimatedButton.d.ts +0 -15
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts +0 -14
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts +0 -17
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts +0 -20
- package/lib/typescript/ui/components/fileManagement/styles.d.ts +0 -859
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts +0 -8
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +0 -9
- package/lib/typescript/ui/components/icon/index.d.ts +0 -3
- package/lib/typescript/ui/components/index.d.ts +0 -16
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +0 -23
- package/lib/typescript/ui/components/internal/PinInput.d.ts +0 -22
- package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts +0 -18
- package/lib/typescript/ui/components/modals/index.d.ts +0 -1
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts +0 -20
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts +0 -13
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts +0 -15
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts +0 -9
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts +0 -14
- package/lib/typescript/ui/components/payment/constants.d.ts +0 -6
- package/lib/typescript/ui/components/payment/index.d.ts +0 -8
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts +0 -395
- package/lib/typescript/ui/components/payment/types.d.ts +0 -39
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts +0 -26
- package/lib/typescript/ui/components/styles/overlay.d.ts +0 -3
- package/lib/typescript/ui/components/styles/shadow.d.ts +0 -2
- package/lib/typescript/ui/components/theming.d.ts +0 -7
- package/lib/typescript/ui/components/types.d.ts +0 -80
- package/lib/typescript/ui/components/utils/forwardRef.d.ts +0 -11
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts +0 -5
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts +0 -1
- package/lib/typescript/ui/components/utils/splitStyles.d.ts +0 -19
- package/lib/typescript/ui/constants/iconColors.d.ts +0 -129
- package/lib/typescript/ui/constants/spacing.d.ts +0 -32
- package/lib/typescript/ui/constants/theme.d.ts +0 -96
- package/lib/typescript/ui/context/OxyContext.d.ts +0 -75
- package/lib/typescript/ui/context/ThemeContext.d.ts +0 -18
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +0 -39
- package/lib/typescript/ui/hooks/index.d.ts +0 -6
- package/lib/typescript/ui/hooks/mutations/index.d.ts +0 -8
- package/lib/typescript/ui/hooks/mutations/mutationFactory.d.ts +0 -75
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts +0 -42
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts +0 -22
- package/lib/typescript/ui/hooks/queries/index.d.ts +0 -10
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts +0 -64
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts +0 -42
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts +0 -14
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts +0 -30
- package/lib/typescript/ui/hooks/queryClient.d.ts +0 -18
- package/lib/typescript/ui/hooks/useAssets.d.ts +0 -34
- package/lib/typescript/ui/hooks/useAsyncAction.d.ts +0 -50
- package/lib/typescript/ui/hooks/useAuth.d.ts +0 -77
- package/lib/typescript/ui/hooks/useAvatarPicker.d.ts +0 -24
- package/lib/typescript/ui/hooks/useColorScheme.d.ts +0 -7
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts +0 -26
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts +0 -21
- package/lib/typescript/ui/hooks/useFileFiltering.d.ts +0 -28
- package/lib/typescript/ui/hooks/useFollow.d.ts +0 -92
- package/lib/typescript/ui/hooks/useFollow.types.d.ts +0 -32
- package/lib/typescript/ui/hooks/useI18n.d.ts +0 -4
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts +0 -24
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts +0 -35
- package/lib/typescript/ui/hooks/useQueryClient.d.ts +0 -6
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts +0 -40
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts +0 -14
- package/lib/typescript/ui/hooks/useSettingToggle.d.ts +0 -56
- package/lib/typescript/ui/hooks/useStorage.d.ts +0 -15
- package/lib/typescript/ui/hooks/useThemeColors.d.ts +0 -93
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts +0 -44
- package/lib/typescript/ui/hooks/useWebSSO.d.ts +0 -57
- package/lib/typescript/ui/index.d.ts +0 -23
- package/lib/typescript/ui/isFrontend.d.ts +0 -2
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts +0 -26
- package/lib/typescript/ui/navigation/routes.d.ts +0 -5
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +0 -7
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/EditProfileFieldScreen.d.ts +0 -12
- package/lib/typescript/ui/screens/FAQScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/FollowersListScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/FollowingListScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts +0 -6
- package/lib/typescript/ui/screens/LearnMoreUsernamesScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts +0 -16
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +0 -14
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts +0 -14
- package/lib/typescript/ui/screens/UserListScreen.d.ts +0 -10
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts +0 -12
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +0 -4
- package/lib/typescript/ui/server.d.ts +0 -40
- package/lib/typescript/ui/stores/accountStore.d.ts +0 -26
- package/lib/typescript/ui/stores/assetStore.d.ts +0 -53
- package/lib/typescript/ui/stores/authStore.d.ts +0 -16
- package/lib/typescript/ui/stores/fileStore.d.ts +0 -30
- package/lib/typescript/ui/stores/followStore.d.ts +0 -24
- package/lib/typescript/ui/styles/authStyles.d.ts +0 -331
- package/lib/typescript/ui/styles/fonts.d.ts +0 -20
- package/lib/typescript/ui/styles/index.d.ts +0 -4
- package/lib/typescript/ui/styles/spacing.d.ts +0 -48
- package/lib/typescript/ui/styles/theme.d.ts +0 -67
- package/lib/typescript/ui/types/fileManagement.d.ts +0 -40
- package/lib/typescript/ui/types/navigation.d.ts +0 -36
- package/lib/typescript/ui/utils/avatarUtils.d.ts +0 -22
- package/lib/typescript/ui/utils/colorUtils.d.ts +0 -9
- package/lib/typescript/ui/utils/confirmAction.d.ts +0 -6
- package/lib/typescript/ui/utils/errorHandlers.d.ts +0 -34
- package/lib/typescript/ui/utils/fileManagement.d.ts +0 -86
- package/lib/typescript/ui/utils/iconNames.d.ts +0 -111
- package/lib/typescript/ui/utils/sessionHelpers.d.ts +0 -64
- package/lib/typescript/ui/utils/storageHelpers.d.ts +0 -27
- package/lib/typescript/ui/utils/themeUtils.d.ts +0 -10
- package/lib/typescript/ui/utils/userUtils.d.ts +0 -28
- package/lib/typescript/utils/hookUtils.d.ts +0 -101
- package/src/assets/icons/OxyServices.d.ts +0 -28
- package/src/assets/icons/OxyServices.js +0 -53
- package/src/assets/illustrations/HighFive.d.ts +0 -7
- package/src/assets/illustrations/HighFive.js +0 -41
- package/src/index.d.ts +0 -46
- package/src/index.js +0 -127
- package/src/lib/sonner-safe.d.ts +0 -8
- package/src/lib/sonner-safe.js +0 -28
- package/src/lib/sonner.d.ts +0 -11
- package/src/lib/sonner.js +0 -16
- package/src/lib/sonner.native.d.ts +0 -14
- package/src/lib/sonner.native.js +0 -46
- package/src/lib/sonner.web.d.ts +0 -14
- package/src/lib/sonner.web.js +0 -46
- package/src/ui/client.d.ts +0 -30
- package/src/ui/client.js +0 -64
- package/src/ui/components/ActivityIndicator.d.ts +0 -44
- package/src/ui/components/ActivityIndicator.js +0 -184
- package/src/ui/components/AutoHeightScrollView.d.ts +0 -22
- package/src/ui/components/AutoHeightScrollView.js +0 -33
- package/src/ui/components/Avatar.d.ts +0 -60
- package/src/ui/components/Avatar.js +0 -146
- package/src/ui/components/BottomSheet.d.ts +0 -28
- package/src/ui/components/BottomSheet.js +0 -374
- package/src/ui/components/BottomSheetRouter.d.ts +0 -8
- package/src/ui/components/BottomSheetRouter.js +0 -211
- package/src/ui/components/CrossFadeIcon.d.ts +0 -26
- package/src/ui/components/CrossFadeIcon.js +0 -111
- package/src/ui/components/EmptyState.d.ts +0 -7
- package/src/ui/components/EmptyState.js +0 -27
- package/src/ui/components/FollowButton.d.ts +0 -28
- package/src/ui/components/FollowButton.js +0 -197
- package/src/ui/components/FontLoader.d.ts +0 -14
- package/src/ui/components/FontLoader.js +0 -185
- package/src/ui/components/GroupedItem.d.ts +0 -23
- package/src/ui/components/GroupedItem.js +0 -84
- package/src/ui/components/GroupedSection.d.ts +0 -29
- package/src/ui/components/GroupedSection.js +0 -13
- package/src/ui/components/Header.d.ts +0 -37
- package/src/ui/components/Header.js +0 -400
- package/src/ui/components/HelperText.d.ts +0 -46
- package/src/ui/components/HelperText.js +0 -119
- package/src/ui/components/Icon.d.ts +0 -59
- package/src/ui/components/Icon.js +0 -108
- package/src/ui/components/IconButton/IconButton.d.ts +0 -98
- package/src/ui/components/IconButton/IconButton.js +0 -90
- package/src/ui/components/IconButton/utils.d.ts +0 -18
- package/src/ui/components/IconButton/utils.js +0 -119
- package/src/ui/components/LoadingState.d.ts +0 -8
- package/src/ui/components/LoadingState.js +0 -29
- package/src/ui/components/OxyLogo.d.ts +0 -28
- package/src/ui/components/OxyLogo.js +0 -53
- package/src/ui/components/OxyPayButton.d.ts +0 -28
- package/src/ui/components/OxyPayButton.js +0 -76
- package/src/ui/components/OxyProvider.d.ts +0 -37
- package/src/ui/components/OxyProvider.js +0 -197
- package/src/ui/components/OxySignInButton.d.ts +0 -64
- package/src/ui/components/OxySignInButton.js +0 -145
- package/src/ui/components/ProfileCard.d.ts +0 -17
- package/src/ui/components/ProfileCard.js +0 -82
- package/src/ui/components/QuickActions.d.ts +0 -14
- package/src/ui/components/QuickActions.js +0 -62
- package/src/ui/components/Section.d.ts +0 -11
- package/src/ui/components/Section.js +0 -24
- package/src/ui/components/SectionTitle.d.ts +0 -9
- package/src/ui/components/SectionTitle.js +0 -21
- package/src/ui/components/SettingRow.d.ts +0 -19
- package/src/ui/components/SettingRow.js +0 -38
- package/src/ui/components/SignInModal.d.ts +0 -17
- package/src/ui/components/SignInModal.js +0 -428
- package/src/ui/components/StepBasedScreen.d.ts +0 -25
- package/src/ui/components/StepBasedScreen.js +0 -372
- package/src/ui/components/Surface.d.ts +0 -75
- package/src/ui/components/Surface.js +0 -239
- package/src/ui/components/TextField/Addons/Outline.d.ts +0 -15
- package/src/ui/components/TextField/Addons/Outline.js +0 -30
- package/src/ui/components/TextField/Addons/Underline.d.ts +0 -18
- package/src/ui/components/TextField/Addons/Underline.js +0 -45
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -44
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -132
- package/src/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -72
- package/src/ui/components/TextField/Adornment/TextFieldAffix.js +0 -88
- package/src/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -77
- package/src/ui/components/TextField/Adornment/TextFieldIcon.js +0 -91
- package/src/ui/components/TextField/Adornment/enums.d.ts +0 -12
- package/src/ui/components/TextField/Adornment/enums.js +0 -18
- package/src/ui/components/TextField/Adornment/types.d.ts +0 -11
- package/src/ui/components/TextField/Adornment/types.js +0 -2
- package/src/ui/components/TextField/Adornment/utils.d.ts +0 -11
- package/src/ui/components/TextField/Adornment/utils.js +0 -50
- package/src/ui/components/TextField/Label/InputLabel.d.ts +0 -4
- package/src/ui/components/TextField/Label/InputLabel.js +0 -125
- package/src/ui/components/TextField/Label/LabelBackground.d.ts +0 -3
- package/src/ui/components/TextField/Label/LabelBackground.js +0 -71
- package/src/ui/components/TextField/TextFieldFlat.d.ts +0 -3
- package/src/ui/components/TextField/TextFieldFlat.js +0 -347
- package/src/ui/components/TextField/TextFieldOutlined.d.ts +0 -3
- package/src/ui/components/TextField/TextFieldOutlined.js +0 -313
- package/src/ui/components/TextField/constants.d.ts +0 -31
- package/src/ui/components/TextField/constants.js +0 -40
- package/src/ui/components/TextField/helpers.d.ts +0 -96
- package/src/ui/components/TextField/helpers.js +0 -388
- package/src/ui/components/TextField/types.d.ts +0 -155
- package/src/ui/components/TextField/types.js +0 -2
- package/src/ui/components/TextField.d.ts +0 -191
- package/src/ui/components/TextField.js +0 -291
- package/src/ui/components/TouchableRipple/Pressable.d.ts +0 -12
- package/src/ui/components/TouchableRipple/Pressable.js +0 -5
- package/src/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -61
- package/src/ui/components/TouchableRipple/TouchableRipple.js +0 -246
- package/src/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -24
- package/src/ui/components/TouchableRipple/TouchableRipple.native.js +0 -99
- package/src/ui/components/TouchableRipple/utils.d.ts +0 -10
- package/src/ui/components/TouchableRipple/utils.js +0 -40
- package/src/ui/components/Typography/AnimatedText.d.ts +0 -34
- package/src/ui/components/Typography/AnimatedText.js +0 -49
- package/src/ui/components/Typography/types.d.ts +0 -18
- package/src/ui/components/Typography/types.js +0 -22
- package/src/ui/components/feedback/FormInput.d.ts +0 -19
- package/src/ui/components/feedback/FormInput.js +0 -26
- package/src/ui/components/feedback/ProgressIndicator.d.ts +0 -10
- package/src/ui/components/feedback/ProgressIndicator.js +0 -16
- package/src/ui/components/feedback/constants.d.ts +0 -4
- package/src/ui/components/feedback/constants.js +0 -21
- package/src/ui/components/feedback/feedbackStyles.d.ts +0 -279
- package/src/ui/components/feedback/feedbackStyles.js +0 -250
- package/src/ui/components/feedback/index.d.ts +0 -6
- package/src/ui/components/feedback/index.js +0 -18
- package/src/ui/components/feedback/types.d.ts +0 -45
- package/src/ui/components/feedback/types.js +0 -2
- package/src/ui/components/feedback/useFeedbackForm.d.ts +0 -8
- package/src/ui/components/feedback/useFeedbackForm.js +0 -42
- package/src/ui/components/fileManagement/AnimatedButton.d.ts +0 -15
- package/src/ui/components/fileManagement/AnimatedButton.js +0 -29
- package/src/ui/components/fileManagement/FileDetailsModal.d.ts +0 -14
- package/src/ui/components/fileManagement/FileDetailsModal.js +0 -22
- package/src/ui/components/fileManagement/FileViewer.d.ts +0 -17
- package/src/ui/components/fileManagement/FileViewer.js +0 -138
- package/src/ui/components/fileManagement/UploadPreview.d.ts +0 -20
- package/src/ui/components/fileManagement/UploadPreview.js +0 -35
- package/src/ui/components/fileManagement/styles.d.ts +0 -859
- package/src/ui/components/fileManagement/styles.js +0 -861
- package/src/ui/components/icon/FAIRWalletIcon.d.ts +0 -8
- package/src/ui/components/icon/FAIRWalletIcon.js +0 -54
- package/src/ui/components/icon/OxyIcon.d.ts +0 -9
- package/src/ui/components/icon/OxyIcon.js +0 -9
- package/src/ui/components/icon/index.d.ts +0 -3
- package/src/ui/components/icon/index.js +0 -10
- package/src/ui/components/index.d.ts +0 -16
- package/src/ui/components/index.js +0 -42
- package/src/ui/components/internal/GroupedPillButtons.d.ts +0 -23
- package/src/ui/components/internal/GroupedPillButtons.js +0 -149
- package/src/ui/components/internal/PinInput.d.ts +0 -22
- package/src/ui/components/internal/PinInput.js +0 -76
- package/src/ui/components/modals/DeleteAccountModal.d.ts +0 -18
- package/src/ui/components/modals/DeleteAccountModal.js +0 -154
- package/src/ui/components/modals/index.d.ts +0 -1
- package/src/ui/components/modals/index.js +0 -8
- package/src/ui/components/payment/PaymentDetailsStep.d.ts +0 -20
- package/src/ui/components/payment/PaymentDetailsStep.js +0 -65
- package/src/ui/components/payment/PaymentMethodStep.d.ts +0 -13
- package/src/ui/components/payment/PaymentMethodStep.js +0 -54
- package/src/ui/components/payment/PaymentReviewStep.d.ts +0 -15
- package/src/ui/components/payment/PaymentReviewStep.js +0 -88
- package/src/ui/components/payment/PaymentSuccessStep.d.ts +0 -9
- package/src/ui/components/payment/PaymentSuccessStep.js +0 -35
- package/src/ui/components/payment/PaymentSummaryStep.d.ts +0 -14
- package/src/ui/components/payment/PaymentSummaryStep.js +0 -60
- package/src/ui/components/payment/constants.d.ts +0 -6
- package/src/ui/components/payment/constants.js +0 -38
- package/src/ui/components/payment/index.d.ts +0 -8
- package/src/ui/components/payment/index.js +0 -24
- package/src/ui/components/payment/paymentStyles.d.ts +0 -395
- package/src/ui/components/payment/paymentStyles.js +0 -399
- package/src/ui/components/payment/types.d.ts +0 -39
- package/src/ui/components/payment/types.js +0 -2
- package/src/ui/components/photogrid/JustifiedPhotoGrid.d.ts +0 -26
- package/src/ui/components/photogrid/JustifiedPhotoGrid.js +0 -122
- package/src/ui/components/styles/overlay.d.ts +0 -3
- package/src/ui/components/styles/overlay.js +0 -81
- package/src/ui/components/styles/shadow.d.ts +0 -2
- package/src/ui/components/styles/shadow.js +0 -123
- package/src/ui/components/theming.d.ts +0 -7
- package/src/ui/components/theming.js +0 -111
- package/src/ui/components/types.d.ts +0 -80
- package/src/ui/components/types.js +0 -2
- package/src/ui/components/utils/forwardRef.d.ts +0 -11
- package/src/ui/components/utils/forwardRef.js +0 -46
- package/src/ui/components/utils/hasTouchHandler.d.ts +0 -5
- package/src/ui/components/utils/hasTouchHandler.js +0 -14
- package/src/ui/components/utils/roundLayoutSize.d.ts +0 -1
- package/src/ui/components/utils/roundLayoutSize.js +0 -5
- package/src/ui/components/utils/splitStyles.d.ts +0 -19
- package/src/ui/components/utils/splitStyles.js +0 -40
- package/src/ui/constants/iconColors.d.ts +0 -129
- package/src/ui/constants/iconColors.js +0 -76
- package/src/ui/constants/spacing.d.ts +0 -32
- package/src/ui/constants/spacing.js +0 -40
- package/src/ui/constants/theme.d.ts +0 -96
- package/src/ui/constants/theme.js +0 -118
- package/src/ui/context/OxyContext.d.ts +0 -75
- package/src/ui/context/OxyContext.js +0 -522
- package/src/ui/context/ThemeContext.d.ts +0 -18
- package/src/ui/context/ThemeContext.js +0 -25
- package/src/ui/context/hooks/useAuthOperations.d.ts +0 -39
- package/src/ui/context/hooks/useAuthOperations.js +0 -318
- package/src/ui/hooks/index.d.ts +0 -6
- package/src/ui/hooks/index.js +0 -19
- package/src/ui/hooks/mutations/index.d.ts +0 -8
- package/src/ui/hooks/mutations/index.js +0 -23
- package/src/ui/hooks/mutations/mutationFactory.d.ts +0 -75
- package/src/ui/hooks/mutations/mutationFactory.js +0 -126
- package/src/ui/hooks/mutations/useAccountMutations.d.ts +0 -42
- package/src/ui/hooks/mutations/useAccountMutations.js +0 -274
- package/src/ui/hooks/mutations/useServicesMutations.d.ts +0 -22
- package/src/ui/hooks/mutations/useServicesMutations.js +0 -149
- package/src/ui/hooks/queries/index.d.ts +0 -10
- package/src/ui/hooks/queries/index.js +0 -35
- package/src/ui/hooks/queries/queryKeys.d.ts +0 -64
- package/src/ui/hooks/queries/queryKeys.js +0 -82
- package/src/ui/hooks/queries/useAccountQueries.d.ts +0 -42
- package/src/ui/hooks/queries/useAccountQueries.js +0 -141
- package/src/ui/hooks/queries/useSecurityQueries.d.ts +0 -14
- package/src/ui/hooks/queries/useSecurityQueries.js +0 -45
- package/src/ui/hooks/queries/useServicesQueries.d.ts +0 -30
- package/src/ui/hooks/queries/useServicesQueries.js +0 -113
- package/src/ui/hooks/queryClient.d.ts +0 -18
- package/src/ui/hooks/queryClient.js +0 -111
- package/src/ui/hooks/useAssets.d.ts +0 -34
- package/src/ui/hooks/useAssets.js +0 -204
- package/src/ui/hooks/useAsyncAction.d.ts +0 -50
- package/src/ui/hooks/useAsyncAction.js +0 -77
- package/src/ui/hooks/useAuth.d.ts +0 -77
- package/src/ui/hooks/useAuth.js +0 -135
- package/src/ui/hooks/useAvatarPicker.d.ts +0 -24
- package/src/ui/hooks/useAvatarPicker.js +0 -44
- package/src/ui/hooks/useColorScheme.d.ts +0 -7
- package/src/ui/hooks/useColorScheme.js +0 -23
- package/src/ui/hooks/useDeviceManagement.d.ts +0 -26
- package/src/ui/hooks/useDeviceManagement.js +0 -69
- package/src/ui/hooks/useFileDownloadUrl.d.ts +0 -21
- package/src/ui/hooks/useFileDownloadUrl.js +0 -104
- package/src/ui/hooks/useFileFiltering.d.ts +0 -28
- package/src/ui/hooks/useFileFiltering.js +0 -80
- package/src/ui/hooks/useFollow.d.ts +0 -92
- package/src/ui/hooks/useFollow.js +0 -216
- package/src/ui/hooks/useFollow.types.d.ts +0 -32
- package/src/ui/hooks/useFollow.types.js +0 -4
- package/src/ui/hooks/useI18n.d.ts +0 -4
- package/src/ui/hooks/useI18n.js +0 -13
- package/src/ui/hooks/useLanguageManagement.d.ts +0 -24
- package/src/ui/hooks/useLanguageManagement.js +0 -108
- package/src/ui/hooks/useProfileEditing.d.ts +0 -35
- package/src/ui/hooks/useProfileEditing.js +0 -101
- package/src/ui/hooks/useQueryClient.d.ts +0 -6
- package/src/ui/hooks/useQueryClient.js +0 -16
- package/src/ui/hooks/useSessionManagement.d.ts +0 -40
- package/src/ui/hooks/useSessionManagement.js +0 -312
- package/src/ui/hooks/useSessionSocket.d.ts +0 -14
- package/src/ui/hooks/useSessionSocket.js +0 -209
- package/src/ui/hooks/useSettingToggle.d.ts +0 -56
- package/src/ui/hooks/useSettingToggle.js +0 -97
- package/src/ui/hooks/useStorage.d.ts +0 -15
- package/src/ui/hooks/useStorage.js +0 -40
- package/src/ui/hooks/useThemeColors.d.ts +0 -93
- package/src/ui/hooks/useThemeColors.js +0 -27
- package/src/ui/hooks/useThemeStyles.d.ts +0 -44
- package/src/ui/hooks/useThemeStyles.js +0 -63
- package/src/ui/hooks/useWebSSO.d.ts +0 -57
- package/src/ui/hooks/useWebSSO.js +0 -146
- package/src/ui/index.d.ts +0 -23
- package/src/ui/index.js +0 -97
- package/src/ui/isFrontend.d.ts +0 -2
- package/src/ui/isFrontend.js +0 -6
- package/src/ui/navigation/bottomSheetManager.d.ts +0 -26
- package/src/ui/navigation/bottomSheetManager.js +0 -68
- package/src/ui/navigation/routes.d.ts +0 -5
- package/src/ui/navigation/routes.js +0 -75
- package/src/ui/screens/AccountCenterScreen.d.ts +0 -4
- package/src/ui/screens/AccountCenterScreen.js +0 -202
- package/src/ui/screens/AccountOverviewScreen.d.ts +0 -4
- package/src/ui/screens/AccountOverviewScreen.js +0 -648
- package/src/ui/screens/AccountSettingsScreen.d.ts +0 -7
- package/src/ui/screens/AccountSettingsScreen.js +0 -480
- package/src/ui/screens/AccountSwitcherScreen.d.ts +0 -4
- package/src/ui/screens/AccountSwitcherScreen.js +0 -482
- package/src/ui/screens/AccountVerificationScreen.d.ts +0 -4
- package/src/ui/screens/AccountVerificationScreen.js +0 -164
- package/src/ui/screens/AppInfoScreen.d.ts +0 -4
- package/src/ui/screens/AppInfoScreen.js +0 -373
- package/src/ui/screens/EditProfileFieldScreen.d.ts +0 -12
- package/src/ui/screens/EditProfileFieldScreen.js +0 -549
- package/src/ui/screens/FAQScreen.d.ts +0 -4
- package/src/ui/screens/FAQScreen.js +0 -182
- package/src/ui/screens/FeedbackScreen.d.ts +0 -4
- package/src/ui/screens/FeedbackScreen.js +0 -160
- package/src/ui/screens/FileManagementScreen.d.ts +0 -4
- package/src/ui/screens/FileManagementScreen.js +0 -1473
- package/src/ui/screens/FollowersListScreen.d.ts +0 -8
- package/src/ui/screens/FollowersListScreen.js +0 -11
- package/src/ui/screens/FollowingListScreen.d.ts +0 -8
- package/src/ui/screens/FollowingListScreen.js +0 -11
- package/src/ui/screens/HelpSupportScreen.d.ts +0 -4
- package/src/ui/screens/HelpSupportScreen.js +0 -140
- package/src/ui/screens/HistoryViewScreen.d.ts +0 -4
- package/src/ui/screens/HistoryViewScreen.js +0 -225
- package/src/ui/screens/LanguageSelectorScreen.d.ts +0 -6
- package/src/ui/screens/LanguageSelectorScreen.js +0 -178
- package/src/ui/screens/LearnMoreUsernamesScreen.d.ts +0 -4
- package/src/ui/screens/LearnMoreUsernamesScreen.js +0 -150
- package/src/ui/screens/LegalDocumentsScreen.d.ts +0 -4
- package/src/ui/screens/LegalDocumentsScreen.js +0 -185
- package/src/ui/screens/OxyAuthScreen.d.ts +0 -16
- package/src/ui/screens/OxyAuthScreen.js +0 -431
- package/src/ui/screens/PaymentGatewayScreen.d.ts +0 -14
- package/src/ui/screens/PaymentGatewayScreen.js +0 -171
- package/src/ui/screens/PremiumSubscriptionScreen.d.ts +0 -4
- package/src/ui/screens/PremiumSubscriptionScreen.js +0 -1080
- package/src/ui/screens/PrivacySettingsScreen.d.ts +0 -4
- package/src/ui/screens/PrivacySettingsScreen.js +0 -252
- package/src/ui/screens/ProfileScreen.d.ts +0 -8
- package/src/ui/screens/ProfileScreen.js +0 -254
- package/src/ui/screens/SavesCollectionsScreen.d.ts +0 -4
- package/src/ui/screens/SavesCollectionsScreen.js +0 -150
- package/src/ui/screens/SearchSettingsScreen.d.ts +0 -4
- package/src/ui/screens/SearchSettingsScreen.js +0 -109
- package/src/ui/screens/SessionManagementScreen.d.ts +0 -4
- package/src/ui/screens/SessionManagementScreen.js +0 -320
- package/src/ui/screens/UserLinksScreen.d.ts +0 -14
- package/src/ui/screens/UserLinksScreen.js +0 -57
- package/src/ui/screens/UserListScreen.d.ts +0 -10
- package/src/ui/screens/UserListScreen.js +0 -249
- package/src/ui/screens/WelcomeNewUserScreen.d.ts +0 -12
- package/src/ui/screens/WelcomeNewUserScreen.js +0 -304
- package/src/ui/screens/karma/KarmaAboutScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaAboutScreen.js +0 -39
- package/src/ui/screens/karma/KarmaCenterScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaCenterScreen.js +0 -159
- package/src/ui/screens/karma/KarmaFAQScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaFAQScreen.js +0 -143
- package/src/ui/screens/karma/KarmaLeaderboardScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaLeaderboardScreen.js +0 -56
- package/src/ui/screens/karma/KarmaRewardsScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaRewardsScreen.js +0 -460
- package/src/ui/screens/karma/KarmaRulesScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaRulesScreen.js +0 -47
- package/src/ui/server.d.ts +0 -40
- package/src/ui/server.js +0 -57
- package/src/ui/stores/accountStore.d.ts +0 -26
- package/src/ui/stores/accountStore.js +0 -196
- package/src/ui/stores/assetStore.d.ts +0 -53
- package/src/ui/stores/assetStore.js +0 -192
- package/src/ui/stores/authStore.d.ts +0 -16
- package/src/ui/stores/authStore.js +0 -47
- package/src/ui/stores/fileStore.d.ts +0 -30
- package/src/ui/stores/fileStore.js +0 -113
- package/src/ui/stores/followStore.d.ts +0 -24
- package/src/ui/stores/followStore.js +0 -154
- package/src/ui/styles/authStyles.d.ts +0 -331
- package/src/ui/styles/authStyles.js +0 -332
- package/src/ui/styles/fonts.d.ts +0 -20
- package/src/ui/styles/fonts.js +0 -72
- package/src/ui/styles/index.d.ts +0 -4
- package/src/ui/styles/index.js +0 -20
- package/src/ui/styles/spacing.d.ts +0 -48
- package/src/ui/styles/spacing.js +0 -63
- package/src/ui/styles/theme.d.ts +0 -67
- package/src/ui/styles/theme.js +0 -114
- package/src/ui/types/fileManagement.d.ts +0 -40
- package/src/ui/types/fileManagement.js +0 -2
- package/src/ui/types/navigation.d.ts +0 -36
- package/src/ui/types/navigation.js +0 -2
- package/src/ui/utils/avatarUtils.d.ts +0 -22
- package/src/ui/utils/avatarUtils.js +0 -52
- package/src/ui/utils/colorUtils.d.ts +0 -9
- package/src/ui/utils/colorUtils.js +0 -19
- package/src/ui/utils/confirmAction.d.ts +0 -6
- package/src/ui/utils/confirmAction.js +0 -22
- package/src/ui/utils/errorHandlers.d.ts +0 -34
- package/src/ui/utils/errorHandlers.js +0 -128
- package/src/ui/utils/fileManagement.d.ts +0 -86
- package/src/ui/utils/fileManagement.js +0 -238
- package/src/ui/utils/iconNames.d.ts +0 -111
- package/src/ui/utils/iconNames.js +0 -124
- package/src/ui/utils/sessionHelpers.d.ts +0 -64
- package/src/ui/utils/sessionHelpers.js +0 -90
- package/src/ui/utils/storageHelpers.d.ts +0 -27
- package/src/ui/utils/storageHelpers.js +0 -114
- package/src/ui/utils/themeUtils.d.ts +0 -10
- package/src/ui/utils/themeUtils.js +0 -17
- package/src/ui/utils/userUtils.d.ts +0 -28
- package/src/ui/utils/userUtils.js +0 -54
- package/src/utils/hookUtils.d.ts +0 -101
- package/src/utils/hookUtils.js +0 -373
|
@@ -1,65 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
Object.defineProperty(o, k2, desc);
|
|
15
|
-
} : function (o, m, k, k2) {
|
|
16
|
-
if (k2 === undefined) k2 = k;
|
|
17
|
-
o[k2] = m[k];
|
|
18
|
-
});
|
|
19
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
20
|
-
Object.defineProperty(o, "default", {
|
|
21
|
-
enumerable: true,
|
|
22
|
-
value: v
|
|
23
|
-
});
|
|
24
|
-
} : function (o, v) {
|
|
25
|
-
o["default"] = v;
|
|
26
|
-
});
|
|
27
|
-
var __importStar = this && this.__importStar || function () {
|
|
28
|
-
var ownKeys = function (o) {
|
|
29
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
30
|
-
var ar = [];
|
|
31
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
32
|
-
return ar;
|
|
33
|
-
};
|
|
34
|
-
return ownKeys(o);
|
|
35
|
-
};
|
|
36
|
-
return function (mod) {
|
|
37
|
-
if (mod && mod.__esModule) return mod;
|
|
38
|
-
var result = {};
|
|
39
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
40
|
-
__setModuleDefault(result, mod);
|
|
41
|
-
return result;
|
|
42
|
-
};
|
|
43
|
-
}();
|
|
44
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
45
|
-
return mod && mod.__esModule ? mod : {
|
|
46
|
-
"default": mod
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
Object.defineProperty(exports, "__esModule", {
|
|
50
|
-
value: true
|
|
51
|
-
});
|
|
52
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
53
|
-
const React = __importStar(require("react"));
|
|
54
|
-
const react_native_1 = require("react-native");
|
|
55
|
-
const useThemeColors_1 = require("../../hooks/useThemeColors");
|
|
56
|
-
const Outline_1 = require("./Addons/Outline");
|
|
57
|
-
const enums_1 = require("./Adornment/enums");
|
|
58
|
-
const TextFieldAdornment_1 = __importStar(require("./Adornment/TextFieldAdornment"));
|
|
59
|
-
const constants_1 = require("./constants");
|
|
60
|
-
const helpers_1 = require("./helpers");
|
|
61
|
-
const InputLabel_1 = __importDefault(require("./Label/InputLabel"));
|
|
62
|
-
const LabelBackground_1 = __importDefault(require("./Label/LabelBackground"));
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { Animated, View, TextInput as NativeTextInput, StyleSheet, I18nManager, Platform } from 'react-native';
|
|
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
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
63
14
|
const TextInputOutlined = ({
|
|
64
15
|
disabled = false,
|
|
65
16
|
editable = true,
|
|
@@ -75,7 +26,7 @@ const TextInputOutlined = ({
|
|
|
75
26
|
dense,
|
|
76
27
|
style,
|
|
77
28
|
theme,
|
|
78
|
-
render = props => (
|
|
29
|
+
render = props => /*#__PURE__*/_jsx(NativeTextInput, {
|
|
79
30
|
...props
|
|
80
31
|
}),
|
|
81
32
|
multiline = false,
|
|
@@ -99,7 +50,7 @@ const TextInputOutlined = ({
|
|
|
99
50
|
scaledLabel,
|
|
100
51
|
...rest
|
|
101
52
|
}) => {
|
|
102
|
-
const adornmentConfig =
|
|
53
|
+
const adornmentConfig = getAdornmentConfig({
|
|
103
54
|
left,
|
|
104
55
|
right
|
|
105
56
|
});
|
|
@@ -114,8 +65,8 @@ const TextInputOutlined = ({
|
|
|
114
65
|
MIN_HEIGHT,
|
|
115
66
|
ADORNMENT_OFFSET,
|
|
116
67
|
MIN_WIDTH
|
|
117
|
-
} =
|
|
118
|
-
const themeColors =
|
|
68
|
+
} = getConstants(isV3);
|
|
69
|
+
const themeColors = useThemeColors();
|
|
119
70
|
const {
|
|
120
71
|
fontSize: fontSizeStyle,
|
|
121
72
|
fontWeight,
|
|
@@ -124,9 +75,9 @@ const TextInputOutlined = ({
|
|
|
124
75
|
backgroundColor: styleBackgroundColor,
|
|
125
76
|
textAlign,
|
|
126
77
|
...viewStyle
|
|
127
|
-
} =
|
|
78
|
+
} = StyleSheet.flatten(style) || {};
|
|
128
79
|
const backgroundColor = styleBackgroundColor ?? themeColors.background;
|
|
129
|
-
const fontSize = fontSizeStyle ||
|
|
80
|
+
const fontSize = fontSizeStyle || MAXIMIZED_LABEL_FONT_SIZE;
|
|
130
81
|
// Always set a minimum lineHeight to prevent text cutoff
|
|
131
82
|
// Use at least 1.4x fontSize for better text spacing
|
|
132
83
|
const lineHeight = lineHeightStyle || fontSize * 1.4;
|
|
@@ -137,7 +88,7 @@ const TextInputOutlined = ({
|
|
|
137
88
|
placeholderColor,
|
|
138
89
|
errorColor,
|
|
139
90
|
selectionColor
|
|
140
|
-
} =
|
|
91
|
+
} = getOutlinedInputColors({
|
|
141
92
|
activeOutlineColor,
|
|
142
93
|
customOutlineColor,
|
|
143
94
|
customSelectionColor,
|
|
@@ -146,34 +97,35 @@ const TextInputOutlined = ({
|
|
|
146
97
|
error,
|
|
147
98
|
theme
|
|
148
99
|
});
|
|
100
|
+
|
|
149
101
|
// Override text color with theme color (unless custom textColor prop is provided)
|
|
150
102
|
// If disabled, keep the original inputTextColor which handles opacity correctly
|
|
151
103
|
const finalInputTextColor = textColor ?? (disabled ? inputTextColor : themeColors.text);
|
|
152
|
-
const densePaddingTop = label ?
|
|
153
|
-
const paddingTop = label ?
|
|
154
|
-
const yOffset = label ?
|
|
155
|
-
const labelScale =
|
|
156
|
-
const fontScale =
|
|
104
|
+
const densePaddingTop = label ? LABEL_PADDING_TOP_DENSE : 0;
|
|
105
|
+
const paddingTop = label ? LABEL_PADDING_TOP : 0;
|
|
106
|
+
const yOffset = label ? OUTLINE_MINIMIZED_LABEL_Y_OFFSET : 0;
|
|
107
|
+
const labelScale = MINIMIZED_LABEL_FONT_SIZE / fontSize;
|
|
108
|
+
const fontScale = MAXIMIZED_LABEL_FONT_SIZE / fontSize;
|
|
157
109
|
const labelWidth = parentState.labelLayout.width;
|
|
158
110
|
const labelHeight = parentState.labelLayout.height;
|
|
159
111
|
const labelHalfWidth = labelWidth / 2;
|
|
160
112
|
const labelHalfHeight = labelHeight / 2;
|
|
161
|
-
const baseLabelTranslateX = (
|
|
113
|
+
const baseLabelTranslateX = (I18nManager.getConstants().isRTL ? 1 : -1) * (labelHalfWidth - labelScale * labelWidth / 2 - (fontSize - MINIMIZED_LABEL_FONT_SIZE) * labelScale);
|
|
162
114
|
let labelTranslationXOffset = 0;
|
|
163
115
|
const isAdornmentLeftIcon = adornmentConfig.some(({
|
|
164
116
|
side,
|
|
165
117
|
type
|
|
166
|
-
}) => side ===
|
|
118
|
+
}) => side === AdornmentSide.Left && type === AdornmentType.Icon);
|
|
167
119
|
const isAdornmentRightIcon = adornmentConfig.some(({
|
|
168
120
|
side,
|
|
169
121
|
type
|
|
170
|
-
}) => side ===
|
|
122
|
+
}) => side === AdornmentSide.Right && type === AdornmentType.Icon);
|
|
171
123
|
if (isAdornmentLeftIcon) {
|
|
172
|
-
labelTranslationXOffset = (
|
|
124
|
+
labelTranslationXOffset = (I18nManager.getConstants().isRTL ? -1 : 1) * (ADORNMENT_SIZE + ADORNMENT_OFFSET - (isV3 ? 0 : 8));
|
|
173
125
|
}
|
|
174
|
-
const minInputHeight = (dense ?
|
|
175
|
-
const inputHeight =
|
|
176
|
-
const topPosition =
|
|
126
|
+
const minInputHeight = (dense ? MIN_DENSE_HEIGHT_OUTLINED : MIN_HEIGHT) - paddingTop;
|
|
127
|
+
const inputHeight = calculateInputHeight(labelHeight, height, minInputHeight);
|
|
128
|
+
const topPosition = calculateLabelTopPosition(labelHeight, inputHeight, paddingTop);
|
|
177
129
|
if (height && typeof height !== 'number') {
|
|
178
130
|
// eslint-disable-next-line
|
|
179
131
|
console.warn('Currently we support only numbers in height prop');
|
|
@@ -189,18 +141,18 @@ const TextInputOutlined = ({
|
|
|
189
141
|
lineHeight,
|
|
190
142
|
label,
|
|
191
143
|
scale: fontScale,
|
|
192
|
-
isAndroid:
|
|
193
|
-
styles:
|
|
144
|
+
isAndroid: Platform.OS === 'android',
|
|
145
|
+
styles: StyleSheet.flatten(dense ? styles.inputOutlinedDense : styles.inputOutlined)
|
|
194
146
|
};
|
|
195
|
-
const pad =
|
|
196
|
-
const paddingOut =
|
|
147
|
+
const pad = calculatePadding(paddingSettings);
|
|
148
|
+
const paddingOut = adjustPaddingOut({
|
|
197
149
|
...paddingSettings,
|
|
198
150
|
pad
|
|
199
151
|
});
|
|
200
152
|
const baseLabelTranslateY = -labelHalfHeight - (topPosition + yOffset);
|
|
201
153
|
const {
|
|
202
154
|
current: placeholderOpacityAnims
|
|
203
|
-
} = React.useRef([new
|
|
155
|
+
} = React.useRef([new Animated.Value(0), new Animated.Value(1)]);
|
|
204
156
|
const placeholderOpacity = hasActiveOutline ? parentState.labeled : placeholderOpacityAnims[parentState.labelLayout.measured ? 1 : 0];
|
|
205
157
|
const placeholderStyle = {
|
|
206
158
|
position: 'absolute',
|
|
@@ -223,7 +175,7 @@ const TextInputOutlined = ({
|
|
|
223
175
|
lineHeight,
|
|
224
176
|
fontWeight,
|
|
225
177
|
labelScale,
|
|
226
|
-
wiggleOffsetX:
|
|
178
|
+
wiggleOffsetX: LABEL_WIGGLE_X_OFFSET,
|
|
227
179
|
topPosition,
|
|
228
180
|
hasActiveOutline,
|
|
229
181
|
activeColor,
|
|
@@ -245,30 +197,30 @@ const TextInputOutlined = ({
|
|
|
245
197
|
onInputLayout(e);
|
|
246
198
|
onLayout?.(e);
|
|
247
199
|
}, [onLayout, onInputLayout]);
|
|
248
|
-
const minHeight = height || (dense ?
|
|
200
|
+
const minHeight = height || (dense ? MIN_DENSE_HEIGHT_OUTLINED : MIN_HEIGHT);
|
|
249
201
|
const outlinedHeight = inputHeight + (dense ? densePaddingTop / 2 : paddingTop);
|
|
250
202
|
const {
|
|
251
203
|
leftLayout,
|
|
252
204
|
rightLayout
|
|
253
205
|
} = parentState;
|
|
254
|
-
const leftAffixTopPosition =
|
|
206
|
+
const leftAffixTopPosition = calculateOutlinedIconAndAffixTopPosition({
|
|
255
207
|
height: outlinedHeight,
|
|
256
208
|
affixHeight: leftLayout.height || 0,
|
|
257
209
|
labelYOffset: -yOffset
|
|
258
210
|
});
|
|
259
|
-
const rightAffixTopPosition =
|
|
211
|
+
const rightAffixTopPosition = calculateOutlinedIconAndAffixTopPosition({
|
|
260
212
|
height: outlinedHeight,
|
|
261
213
|
affixHeight: rightLayout.height || 0,
|
|
262
214
|
labelYOffset: -yOffset
|
|
263
215
|
});
|
|
264
|
-
const iconTopPosition =
|
|
216
|
+
const iconTopPosition = calculateOutlinedIconAndAffixTopPosition({
|
|
265
217
|
height: outlinedHeight,
|
|
266
|
-
affixHeight:
|
|
218
|
+
affixHeight: ADORNMENT_SIZE,
|
|
267
219
|
labelYOffset: -yOffset
|
|
268
220
|
});
|
|
269
|
-
const rightAffixWidth = right ? rightLayout.width ||
|
|
270
|
-
const leftAffixWidth = left ? leftLayout.width ||
|
|
271
|
-
const adornmentStyleAdjustmentForNativeInput =
|
|
221
|
+
const rightAffixWidth = right ? rightLayout.width || ADORNMENT_SIZE : ADORNMENT_SIZE;
|
|
222
|
+
const leftAffixWidth = left ? leftLayout.width || ADORNMENT_SIZE : ADORNMENT_SIZE;
|
|
223
|
+
const adornmentStyleAdjustmentForNativeInput = getAdornmentStyleAdjustmentForNativeInput({
|
|
272
224
|
adornmentConfig,
|
|
273
225
|
rightAffixWidth,
|
|
274
226
|
leftAffixWidth,
|
|
@@ -276,19 +228,19 @@ const TextInputOutlined = ({
|
|
|
276
228
|
isV3
|
|
277
229
|
});
|
|
278
230
|
const affixTopPosition = {
|
|
279
|
-
[
|
|
280
|
-
[
|
|
231
|
+
[AdornmentSide.Left]: leftAffixTopPosition,
|
|
232
|
+
[AdornmentSide.Right]: rightAffixTopPosition
|
|
281
233
|
};
|
|
282
234
|
const onAffixChange = {
|
|
283
|
-
[
|
|
284
|
-
[
|
|
235
|
+
[AdornmentSide.Left]: onLeftAffixLayoutChange,
|
|
236
|
+
[AdornmentSide.Right]: onRightAffixLayoutChange
|
|
285
237
|
};
|
|
286
238
|
let adornmentProps = {
|
|
287
239
|
adornmentConfig,
|
|
288
240
|
forceFocus,
|
|
289
241
|
topPosition: {
|
|
290
|
-
[
|
|
291
|
-
[
|
|
242
|
+
[AdornmentType.Icon]: iconTopPosition,
|
|
243
|
+
[AdornmentType.Affix]: affixTopPosition
|
|
292
244
|
},
|
|
293
245
|
onAffixChange,
|
|
294
246
|
isTextInputFocused: parentState.focused,
|
|
@@ -309,9 +261,9 @@ const TextInputOutlined = ({
|
|
|
309
261
|
visible: parentState.labeled
|
|
310
262
|
};
|
|
311
263
|
}
|
|
312
|
-
return (
|
|
264
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
313
265
|
style: viewStyle,
|
|
314
|
-
children: [(
|
|
266
|
+
children: [/*#__PURE__*/_jsx(Outline, {
|
|
315
267
|
isV3: isV3,
|
|
316
268
|
style: outlineStyle,
|
|
317
269
|
label: label,
|
|
@@ -321,14 +273,14 @@ const TextInputOutlined = ({
|
|
|
321
273
|
activeColor: activeColor,
|
|
322
274
|
outlineColor: outlineColor,
|
|
323
275
|
backgroundColor: backgroundColor
|
|
324
|
-
}), (
|
|
276
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
325
277
|
style: [styles.labelContainer, {
|
|
326
278
|
paddingTop,
|
|
327
279
|
minHeight,
|
|
328
280
|
flex: 1,
|
|
329
281
|
flexShrink: 1
|
|
330
282
|
}],
|
|
331
|
-
children: [label ? (
|
|
283
|
+
children: [label ? /*#__PURE__*/_jsx(InputLabel, {
|
|
332
284
|
labeled: parentState.labeled,
|
|
333
285
|
error: parentState.error,
|
|
334
286
|
focused: parentState.focused,
|
|
@@ -338,7 +290,7 @@ const TextInputOutlined = ({
|
|
|
338
290
|
labelLayoutWidth: parentState.labelLayout.width,
|
|
339
291
|
labelLayoutHeight: parentState.labelLayout.height,
|
|
340
292
|
...labelProps,
|
|
341
|
-
labelBackground:
|
|
293
|
+
labelBackground: LabelBackground,
|
|
342
294
|
maxFontSizeMultiplier: rest.maxFontSizeMultiplier
|
|
343
295
|
}) : null, render?.({
|
|
344
296
|
...rest,
|
|
@@ -363,25 +315,25 @@ const TextInputOutlined = ({
|
|
|
363
315
|
fontWeight,
|
|
364
316
|
color: finalInputTextColor,
|
|
365
317
|
textAlignVertical: multiline ? 'top' : 'center',
|
|
366
|
-
textAlign: textAlign ? textAlign :
|
|
318
|
+
textAlign: textAlign ? textAlign : I18nManager.getConstants().isRTL ? 'right' : 'left',
|
|
367
319
|
paddingHorizontal: INPUT_PADDING_HORIZONTAL,
|
|
368
320
|
flex: 1,
|
|
369
321
|
flexShrink: 1,
|
|
370
322
|
minWidth: 0
|
|
371
|
-
},
|
|
323
|
+
}, Platform.OS === 'web' ? {
|
|
372
324
|
outline: 'none',
|
|
373
325
|
outlineWidth: 0,
|
|
374
326
|
outlineStyle: 'none'
|
|
375
327
|
} : undefined, adornmentStyleAdjustmentForNativeInput, contentStyle],
|
|
376
328
|
testID
|
|
377
329
|
})]
|
|
378
|
-
}), (
|
|
330
|
+
}), /*#__PURE__*/_jsx(TextFieldAdornment, {
|
|
379
331
|
...adornmentProps
|
|
380
332
|
})]
|
|
381
333
|
});
|
|
382
334
|
};
|
|
383
|
-
|
|
384
|
-
const styles =
|
|
335
|
+
export default TextInputOutlined;
|
|
336
|
+
const styles = StyleSheet.create({
|
|
385
337
|
labelContainer: {
|
|
386
338
|
paddingBottom: 0,
|
|
387
339
|
flexGrow: 1,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__createBinding","Object","create","o","m","k","k2","undefined","desc","getOwnPropertyDescriptor","__esModule","writable","configurable","enumerable","get","defineProperty","__setModuleDefault","v","value","__importStar","ownKeys","getOwnPropertyNames","ar","prototype","hasOwnProperty","call","length","mod","result","i","__importDefault","exports","jsx_runtime_1","require","React","react_native_1","useThemeColors_1","Outline_1","enums_1","TextFieldAdornment_1","constants_1","helpers_1","InputLabel_1","LabelBackground_1","TextInputOutlined","disabled","editable","label","error","selectionColor","customSelectionColor","cursorColor","underlineColor","_underlineColor","outlineColor","customOutlineColor","activeOutlineColor","outlineStyle","textColor","dense","style","theme","render","props","jsx","TextInput","multiline","parentState","innerRef","onFocus","forceFocus","onBlur","onChangeText","onLayoutAnimatedText","onLabelTextLayout","onLeftAffixLayoutChange","onRightAffixLayoutChange","onInputLayout","onLayout","left","right","placeholderTextColor","testID","contentStyle","scaledLabel","rest","adornmentConfig","getAdornmentConfig","isV3","roundness","font","fonts","bodyLarge","default","hasActiveOutline","focused","INPUT_PADDING_HORIZONTAL","MIN_HEIGHT","ADORNMENT_OFFSET","MIN_WIDTH","getConstants","themeColors","useThemeColors","fontSize","fontSizeStyle","fontWeight","lineHeight","lineHeightStyle","height","backgroundColor","styleBackgroundColor","textAlign","viewStyle","StyleSheet","flatten","background","MAXIMIZED_LABEL_FONT_SIZE","inputTextColor","activeColor","placeholderColor","errorColor","getOutlinedInputColors","finalInputTextColor","text","densePaddingTop","LABEL_PADDING_TOP_DENSE","paddingTop","LABEL_PADDING_TOP","yOffset","OUTLINE_MINIMIZED_LABEL_Y_OFFSET","labelScale","MINIMIZED_LABEL_FONT_SIZE","fontScale","labelWidth","labelLayout","width","labelHeight","labelHalfWidth","labelHalfHeight","baseLabelTranslateX","I18nManager","isRTL","labelTranslationXOffset","isAdornmentLeftIcon","some","side","type","AdornmentSide","Left","AdornmentType","Icon","isAdornmentRightIcon","Right","ADORNMENT_SIZE","minInputHeight","MIN_DENSE_HEIGHT_OUTLINED","inputHeight","calculateInputHeight","topPosition","calculateLabelTopPosition","console","warn","paddingSettings","offset","scale","isAndroid","Platform","OS","styles","inputOutlinedDense","inputOutlined","pad","calculatePadding","paddingOut","adjustPaddingOut","baseLabelTranslateY","current","placeholderOpacityAnims","useRef","Animated","Value","placeholderOpacity","labeled","measured","placeholderStyle","position","paddingHorizontal","placeholderTextColorBasedOnState","displayPlaceholder","labelBackgroundColor","colors","labelProps","labelError","wiggleOffsetX","LABEL_WIGGLE_X_OFFSET","maxFontSizeMultiplier","inputContainerLayout","opacity","onLayoutChange","useCallback","e","minHeight","outlinedHeight","leftLayout","rightLayout","leftAffixTopPosition","calculateOutlinedIconAndAffixTopPosition","affixHeight","labelYOffset","rightAffixTopPosition","iconTopPosition","rightAffixWidth","leftAffixWidth","adornmentStyleAdjustmentForNativeInput","getAdornmentStyleAdjustmentForNativeInput","mode","affixTopPosition","onAffixChange","adornmentProps","Affix","isTextInputFocused","textStyle","visible","jsxs","View","children","Outline","labelContainer","flex","flexShrink","wiggle","Boolean","labelLayoutMeasured","labelLayoutWidth","labelLayoutHeight","labelBackground","ref","placeholder","underlineColorAndroid","input","color","textAlignVertical","minWidth","outline","outlineWidth","paddingBottom","flexGrow","overflow","margin"],"sourceRoot":"../../../../../src","sources":["ui/components/TextField/TextFieldOutlined.js"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","Animated","View","TextInput","NativeTextInput","StyleSheet","I18nManager","Platform","useThemeColors","Outline","AdornmentType","AdornmentSide","TextFieldAdornment","getAdornmentConfig","getAdornmentStyleAdjustmentForNativeInput","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","calculateLabelTopPosition","calculateInputHeight","calculatePadding","adjustPaddingOut","calculateOutlinedIconAndAffixTopPosition","getOutlinedInputColors","getConstants","InputLabel","LabelBackground","jsx","_jsx","jsxs","_jsxs","TextInputOutlined","disabled","editable","label","error","selectionColor","customSelectionColor","cursorColor","underlineColor","_underlineColor","outlineColor","customOutlineColor","activeOutlineColor","outlineStyle","textColor","dense","style","theme","render","props","multiline","parentState","innerRef","onFocus","forceFocus","onBlur","onChangeText","onLayoutAnimatedText","onLabelTextLayout","onLeftAffixLayoutChange","onRightAffixLayoutChange","onInputLayout","onLayout","left","right","placeholderTextColor","testID","contentStyle","scaledLabel","rest","adornmentConfig","isV3","roundness","font","fonts","bodyLarge","default","hasActiveOutline","focused","INPUT_PADDING_HORIZONTAL","MIN_HEIGHT","ADORNMENT_OFFSET","MIN_WIDTH","themeColors","fontSize","fontSizeStyle","fontWeight","lineHeight","lineHeightStyle","height","backgroundColor","styleBackgroundColor","textAlign","viewStyle","flatten","background","inputTextColor","activeColor","placeholderColor","errorColor","finalInputTextColor","text","densePaddingTop","paddingTop","yOffset","labelScale","fontScale","labelWidth","labelLayout","width","labelHeight","labelHalfWidth","labelHalfHeight","baseLabelTranslateX","isRTL","labelTranslationXOffset","isAdornmentLeftIcon","some","side","type","Left","Icon","isAdornmentRightIcon","Right","minInputHeight","inputHeight","topPosition","console","warn","paddingSettings","offset","scale","isAndroid","OS","styles","inputOutlinedDense","inputOutlined","pad","paddingOut","baseLabelTranslateY","current","placeholderOpacityAnims","useRef","Value","placeholderOpacity","labeled","measured","placeholderStyle","position","paddingHorizontal","placeholderTextColorBasedOnState","displayPlaceholder","labelBackgroundColor","colors","labelProps","labelError","wiggleOffsetX","maxFontSizeMultiplier","inputContainerLayout","opacity","value","onLayoutChange","useCallback","e","minHeight","outlinedHeight","leftLayout","rightLayout","leftAffixTopPosition","affixHeight","labelYOffset","rightAffixTopPosition","iconTopPosition","rightAffixWidth","leftAffixWidth","adornmentStyleAdjustmentForNativeInput","mode","affixTopPosition","onAffixChange","adornmentProps","Affix","isTextInputFocused","length","textStyle","visible","children","labelContainer","flex","flexShrink","wiggle","Boolean","labelLayoutMeasured","labelLayoutWidth","labelLayoutHeight","labelBackground","ref","placeholder","underlineColorAndroid","input","color","textAlignVertical","minWidth","outline","outlineWidth","undefined","create","paddingBottom","flexGrow","overflow","margin"],"sourceRoot":"../../../../../src","sources":["ui/components/TextField/TextFieldOutlined.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -43,27 +43,4 @@ export const MD2_OUTLINED_INPUT_OFFSET = 8;
|
|
|
43
43
|
export const MD3_OUTLINED_INPUT_OFFSET = 16;
|
|
44
44
|
export const OUTLINE_MINIMIZED_LABEL_Y_OFFSET = -6;
|
|
45
45
|
export const MIN_DENSE_HEIGHT_OUTLINED = 48;
|
|
46
|
-
//# sourceMappingURL=constants.js.maports.MD3_MIN_HEIGHT = 56;
|
|
47
|
-
exports.MD3_ADORNMENT_OFFSET = 16;
|
|
48
|
-
exports.MD2_ADORNMENT_OFFSET = 12;
|
|
49
|
-
exports.LABEL_PADDING_TOP_DENSE = 24;
|
|
50
|
-
exports.LABEL_PADDING_TOP = 8;
|
|
51
|
-
// Text input flat
|
|
52
|
-
exports.MD2_LABEL_PADDING_TOP = 30;
|
|
53
|
-
exports.MD3_LABEL_PADDING_TOP = 26;
|
|
54
|
-
exports.MD2_LABEL_PADDING_HORIZONTAL = 12;
|
|
55
|
-
exports.MD3_LABEL_PADDING_HORIZONTAL = 16;
|
|
56
|
-
exports.MD2_FLAT_INPUT_OFFSET = 8;
|
|
57
|
-
exports.MD3_FLAT_INPUT_OFFSET = 16;
|
|
58
|
-
exports.MINIMIZED_LABEL_Y_OFFSET = -18;
|
|
59
|
-
exports.MIN_DENSE_HEIGHT_WL = 52;
|
|
60
|
-
exports.MIN_DENSE_HEIGHT = 40;
|
|
61
|
-
// Text input outlined
|
|
62
|
-
exports.MD2_INPUT_PADDING_HORIZONTAL = 14;
|
|
63
|
-
exports.MD3_INPUT_PADDING_HORIZONTAL = 16;
|
|
64
|
-
// extra space to avoid overlapping input's text and icon
|
|
65
|
-
exports.MD2_OUTLINED_INPUT_OFFSET = 8;
|
|
66
|
-
exports.MD3_OUTLINED_INPUT_OFFSET = 16;
|
|
67
|
-
exports.OUTLINE_MINIMIZED_LABEL_Y_OFFSET = -6;
|
|
68
|
-
exports.MIN_DENSE_HEIGHT_OUTLINED = 48;
|
|
69
46
|
//# sourceMappingURL=constants.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
{"version":3,"names":["MAXIMIZED_LABEL_FONT_SIZE","MINIMIZED_LABEL_FONT_SIZE","LABEL_WIGGLE_X_OFFSET","ADORNMENT_SIZE","MIN_WIDTH","MD2_AFFIX_OFFSET","MD3_AFFIX_OFFSET","ICON_SIZE","MD2_ICON_OFFSET","MD3_ICON_OFFSET","MD2_MIN_HEIGHT","MD3_MIN_HEIGHT","MD3_ADORNMENT_OFFSET","MD2_ADORNMENT_OFFSET","LABEL_PADDING_TOP_DENSE","LABEL_PADDING_TOP","MD2_LABEL_PADDING_TOP","MD3_LABEL_PADDING_TOP","MD2_LABEL_PADDING_HORIZONTAL","MD3_LABEL_PADDING_HORIZONTAL","MD2_FLAT_INPUT_OFFSET","MD3_FLAT_INPUT_OFFSET","MINIMIZED_LABEL_Y_OFFSET","MIN_DENSE_HEIGHT_WL","MIN_DENSE_HEIGHT","MD2_INPUT_PADDING_HORIZONTAL","MD3_INPUT_PADDING_HORIZONTAL","MD2_OUTLINED_INPUT_OFFSET","MD3_OUTLINED_INPUT_OFFSET","OUTLINE_MINIMIZED_LABEL_Y_OFFSET","MIN_DENSE_HEIGHT_OUTLINED"],"sourceRoot":"../../../../../src","sources":["ui/components/TextField/constants.tsx"],"mappings":";;AAAA,OAAO,MAAMA,yBAAyB,GAAG,EAAE;AAC3C,OAAO,MAAMC,yBAAyB,GAAG,EAAE;AAC3C,OAAO,MAAMC,qBAAqB,GAAG,CAAC;AAEtC,OAAO,MAAMC,cAAc,GAAG,EAAE;AAChC,OAAO,MAAMC,SAAS,GAAG,GAAG;;AAE5B;AACA,OAAO,MAAMC,gBAAgB,GAAG,EAAE;AAClC,OAAO,MAAMC,gBAAgB,GAAG,EAAE;;AAElC;AACA,OAAO,MAAMC,SAAS,GAAG,EAAE;AAC3B,OAAO,MAAMC,eAAe,GAAG,EAAE;AACjC,OAAO,MAAMC,eAAe,GAAG,EAAE;;AAEjC;AACA,OAAO,MAAMC,cAAc,GAAG,EAAE;AAChC,OAAO,MAAMC,cAAc,GAAG,EAAE;AAChC,OAAO,MAAMC,oBAAoB,GAAG,EAAE;AACtC,OAAO,MAAMC,oBAAoB,GAAG,EAAE;AACtC,OAAO,MAAMC,uBAAuB,GAAG,EAAE;AACzC,OAAO,MAAMC,iBAAiB,GAAG,CAAC;;AAElC;AACA,OAAO,MAAMC,qBAAqB,GAAG,EAAE;AACvC,OAAO,MAAMC,qBAAqB,GAAG,EAAE;AAEvC,OAAO,MAAMC,4BAA4B,GAAG,EAAE;AAC9C,OAAO,MAAMC,4BAA4B,GAAG,EAAE;AAE9C,OAAO,MAAMC,qBAAqB,GAAG,CAAC;AACtC,OAAO,MAAMC,qBAAqB,GAAG,EAAE;AAEvC,OAAO,MAAMC,wBAAwB,GAAG,CAAC,EAAE;AAC3C,OAAO,MAAMC,mBAAmB,GAAG,EAAE;AACrC,OAAO,MAAMC,gBAAgB,GAAG,EAAE;;AAElC;AACA,OAAO,MAAMC,4BAA4B,GAAG,EAAE;AAC9C,OAAO,MAAMC,4BAA4B,GAAG,EAAE;;AAE9C;AACA,OAAO,MAAMC,yBAAyB,GAAG,CAAC;AAC1C,OAAO,MAAMC,yBAAyB,GAAG,EAAE;AAE3C,OAAO,MAAMC,gCAAgC,GAAG,CAAC,CAAC;AAClD,OAAO,MAAMC,yBAAyB,GAAG,EAAE","ignoreList":[]}
|
|
2
|
-
B,OAAO,CAAC2B,gBAAgB,GAAG,EAAE;AAC7B3B,OAAO,CAAC0B,gBAAgB,GAAG,EAAE;AAC7B;AACA1B,OAAO,CAACyB,SAAS,GAAG,EAAE;AACtBzB,OAAO,CAACwB,eAAe,GAAG,EAAE;AAC5BxB,OAAO,CAACuB,eAAe,GAAG,EAAE;AAC5B;AACAvB,OAAO,CAACsB,cAAc,GAAG,EAAE;AAC3BtB,OAAO,CAACqB,cAAc,GAAG,EAAE;AAC3BrB,OAAO,CAACoB,oBAAoB,GAAG,EAAE;AACjCpB,OAAO,CAACmB,oBAAoB,GAAG,EAAE;AACjCnB,OAAO,CAACkB,uBAAuB,GAAG,EAAE;AACpClB,OAAO,CAACiB,iBAAiB,GAAG,CAAC;AAC7B;AACAjB,OAAO,CAACgB,qBAAqB,GAAG,EAAE;AAClChB,OAAO,CAACe,qBAAqB,GAAG,EAAE;AAClCf,OAAO,CAACc,4BAA4B,GAAG,EAAE;AACzCd,OAAO,CAACa,4BAA4B,GAAG,EAAE;AACzCb,OAAO,CAACY,qBAAqB,GAAG,CAAC;AACjCZ,OAAO,CAACW,qBAAqB,GAAG,EAAE;AAClCX,OAAO,CAACU,wBAAwB,GAAG,CAAC,EAAE;AACtCV,OAAO,CAACS,mBAAmB,GAAG,EAAE;AAChCT,OAAO,CAACQ,gBAAgB,GAAG,EAAE;AAC7B;AACAR,OAAO,CAACO,4BAA4B,GAAG,EAAE;AACzCP,OAAO,CAACM,4BAA4B,GAAG,EAAE;AACzC;AACAN,OAAO,CAACK,yBAAyB,GAAG,CAAC;AACrCL,OAAO,CAACI,yBAAyB,GAAG,EAAE;AACtCJ,OAAO,CAACG,gCAAgC,GAAG,CAAC,CAAC;AAC7CH,OAAO,CAACE,yBAAyB,GAAG,EAAE","ignoreList":[]}
|