@oxyhq/services 6.9.14 → 6.9.15
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/assets/icons/OxyServices.d.ts +28 -0
- package/lib/commonjs/assets/assets/icons/OxyServices.js +53 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/commonjs/assets/icons/OxyServices.js +52 -13
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
- package/lib/commonjs/assets/illustrations/HighFive.js +57 -18
- package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -1
- package/lib/commonjs/index.js +190 -200
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/lib/sonner-safe.js.map +1 -0
- package/lib/commonjs/lib/sonner.js +16 -5
- package/lib/commonjs/lib/sonner.js.map +1 -1
- package/lib/commonjs/lib/sonner.native.js +45 -8
- package/lib/commonjs/lib/sonner.native.js.map +1 -1
- package/lib/commonjs/lib/sonner.web.js +45 -8
- package/lib/commonjs/lib/sonner.web.js.map +1 -1
- package/lib/commonjs/ui/client.js +88 -66
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +26 -0
- package/lib/commonjs/ui/components/ActivityIndicator.js.map +1 -0
- package/lib/commonjs/ui/components/Avatar.js +27 -39
- package/lib/commonjs/ui/components/Avatar.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheet.js +20 -0
- package/lib/commonjs/ui/components/BottomSheet.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheetRouter.js +103 -65
- package/lib/commonjs/ui/components/BottomSheetRouter.js.map +1 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js +30 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js.map +1 -0
- package/lib/commonjs/ui/components/EmptyState.js +13 -10
- package/lib/commonjs/ui/components/EmptyState.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +81 -52
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/FontLoader.js +52 -17
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +29 -27
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +11 -10
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +34 -0
- package/lib/commonjs/ui/components/Header.js.map +1 -0
- package/lib/commonjs/ui/components/HelperText.js +26 -0
- package/lib/commonjs/ui/components/HelperText.js.map +1 -0
- 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 +1 -0
- package/lib/commonjs/ui/components/IconButton/utils.js +8 -4
- package/lib/commonjs/ui/components/IconButton/utils.js.map +1 -1
- package/lib/commonjs/ui/components/LoadingState.js +14 -11
- package/lib/commonjs/ui/components/LoadingState.js.map +1 -1
- package/lib/commonjs/ui/components/OxyLogo.js +53 -14
- package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +19 -17
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
- 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 +35 -31
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -0
- 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 +15 -12
- package/lib/commonjs/ui/components/Section.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +13 -14
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/SettingRow.js.map +1 -0
- package/lib/commonjs/ui/components/SignInModal.js +132 -115
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +85 -71
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +79 -37
- package/lib/commonjs/ui/components/Surface.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +6 -8
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +74 -29
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +27 -23
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +31 -27
- 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 +1 -0
- 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 +23 -21
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +37 -10
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +2 -1
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +106 -65
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +33 -0
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +1 -0
- package/lib/commonjs/ui/components/TextField/constants.js +35 -25
- package/lib/commonjs/ui/components/TextField/constants.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/helpers.js +44 -43
- package/lib/commonjs/ui/components/TextField/helpers.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/types.js.map +1 -0
- package/lib/commonjs/ui/components/TextField.js +76 -35
- 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 +64 -30
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +68 -26
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/utils.js +10 -6
- package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +1 -0
- 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 +1 -0
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/index.js +10 -0
- 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 +13 -14
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +77 -66
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +127 -118
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/styles.js.map +1 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +20 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/index.js +12 -7
- package/lib/commonjs/ui/components/icon/index.js.map +1 -1
- package/lib/commonjs/ui/components/index.js +62 -54
- package/lib/commonjs/ui/components/index.js.map +1 -1
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +22 -21
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +1 -0
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +52 -41
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/commonjs/ui/components/modals/index.js +8 -3
- package/lib/commonjs/ui/components/modals/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +89 -70
- 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 +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
- package/lib/commonjs/ui/components/payment/index.js +15 -0
- 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 +59 -27
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/commonjs/ui/components/styles/overlay.js +4 -6
- 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 +4 -6
- 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 +43 -3
- 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 +1 -0
- package/lib/commonjs/ui/components/utils/splitStyles.js +1 -7
- package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +12 -16
- package/lib/commonjs/ui/constants/iconColors.js.map +1 -0
- package/lib/commonjs/ui/constants/spacing.js.map +1 -1
- package/lib/commonjs/ui/constants/theme.js +8 -9
- package/lib/commonjs/ui/constants/theme.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +1 -0
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
- package/lib/commonjs/ui/context/ThemeContext.js +27 -4
- package/lib/commonjs/ui/context/ThemeContext.js.map +2 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +27 -0
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -0
- package/lib/commonjs/ui/hooks/index.js +27 -26
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +31 -22
- 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 +83 -106
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +45 -53
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/index.js +50 -39
- package/lib/commonjs/ui/hooks/queries/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +6 -0
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +33 -39
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +11 -12
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +28 -32
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queryClient.js +10 -17
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +13 -26
- package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/commonjs/ui/hooks/useAuth.js +23 -28
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAvatarPicker.js +3 -0
- package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/commonjs/ui/hooks/useColorScheme.js +6 -8
- 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 +7 -9
- package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.js +67 -75
- package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.types.js +5 -0
- package/lib/commonjs/ui/hooks/useFollow.types.js.map +1 -0
- 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 +16 -17
- 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 +40 -44
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +34 -39
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSettingToggle.js +16 -22
- 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 +12 -13
- package/lib/commonjs/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/commonjs/ui/hooks/useWebSSO.js +11 -19
- package/lib/commonjs/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/commonjs/ui/index.js +61 -51
- 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 +1 -0
- package/lib/commonjs/ui/navigation/routes.js +6 -12
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +75 -66
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +164 -133
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +150 -133
- 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 +83 -44
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +19 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +61 -54
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FeedbackScreen.js +155 -137
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FollowersListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FollowingListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +75 -36
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +79 -43
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +82 -50
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +35 -31
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +23 -0
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +120 -107
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +63 -69
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +241 -205
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +114 -81
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +128 -102
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +31 -0
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +69 -32
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -0
- 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 +120 -85
- 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 +91 -72
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +80 -45
- 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 +1 -0
- 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 +47 -58
- 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 +1 -0
- package/lib/commonjs/ui/stores/assetStore.js +13 -16
- package/lib/commonjs/ui/stores/assetStore.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +5 -6
- 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 +3 -10
- 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 +18 -19
- package/lib/commonjs/ui/styles/fonts.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js.map +1 -0
- package/lib/commonjs/ui/styles/spacing.js +11 -0
- package/lib/commonjs/ui/styles/spacing.js.map +1 -0
- package/lib/commonjs/ui/styles/theme.js +11 -12
- 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 +11 -16
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
- package/lib/commonjs/ui/utils/colorUtils.js +17 -0
- package/lib/commonjs/ui/utils/colorUtils.js.map +1 -0
- 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 +1 -0
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
- package/lib/commonjs/ui/utils/fileManagement.js +22 -38
- package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/utils/iconNames.js.map +1 -0
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/storageHelpers.js +7 -12
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/themeUtils.js +15 -0
- package/lib/commonjs/ui/utils/themeUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/userUtils.js +6 -9
- package/lib/commonjs/ui/utils/userUtils.js.map +1 -1
- package/lib/commonjs/utils/hookUtils.js +60 -79
- package/lib/commonjs/utils/hookUtils.js.map +1 -1
- package/lib/module/assets/assets/icons/OxyServices.d.ts +28 -0
- package/lib/module/assets/assets/icons/OxyServices.js +53 -0
- package/lib/module/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/module/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/module/assets/icons/OxyServices.js +12 -0
- package/lib/module/assets/icons/OxyServices.js.map +1 -0
- package/lib/module/assets/illustrations/HighFive.js +15 -0
- package/lib/module/assets/illustrations/HighFive.js.map +1 -0
- package/lib/module/index.js +406 -34
- package/lib/module/index.js.map +1 -1
- package/lib/module/lib/sonner-safe.js +7 -8
- package/lib/module/lib/sonner-safe.js.map +1 -1
- package/lib/module/lib/sonner.js +17 -1
- package/lib/module/lib/sonner.js.map +1 -1
- package/lib/module/lib/sonner.native.js +45 -0
- package/lib/module/lib/sonner.native.js.map +1 -1
- package/lib/module/lib/sonner.web.js +48 -6
- package/lib/module/lib/sonner.web.js.map +1 -1
- package/lib/module/ui/client.js +165 -25
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/ActivityIndicator.js +69 -27
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/AutoHeightScrollView.js +13 -9
- package/lib/module/ui/components/AutoHeightScrollView.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +8 -0
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +99 -0
- package/lib/module/ui/components/BottomSheet.js.map +1 -0
- package/lib/module/ui/components/BottomSheetRouter.js +105 -61
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +60 -16
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/EmptyState.js +15 -7
- package/lib/module/ui/components/EmptyState.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +84 -50
- package/lib/module/ui/components/FollowButton.js.map +1 -0
- package/lib/module/ui/components/FontLoader.js +57 -17
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +31 -27
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +13 -9
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +102 -57
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +55 -13
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +19 -13
- package/lib/module/ui/components/Icon.js.map +1 -0
- package/lib/module/ui/components/IconButton/IconButton.js +31 -24
- package/lib/module/ui/components/IconButton/IconButton.js.map +1 -0
- package/lib/module/ui/components/IconButton/utils.js +14 -4
- package/lib/module/ui/components/IconButton/utils.js.map +1 -1
- package/lib/module/ui/components/LoadingState.js +12 -0
- package/lib/module/ui/components/LoadingState.js.map +1 -0
- package/lib/module/ui/components/OxyLogo.js +13 -0
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +14 -0
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +39 -48
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +42 -37
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +37 -29
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +18 -15
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +16 -0
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +15 -12
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +17 -0
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +142 -115
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +43 -0
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -0
- package/lib/module/ui/components/Surface.js +82 -34
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Outline.js +8 -0
- package/lib/module/ui/components/TextField/Addons/Outline.js.map +1 -0
- package/lib/module/ui/components/TextField/Addons/Underline.js +12 -8
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +62 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +15 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +33 -28
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/enums.js +13 -9
- package/lib/module/ui/components/TextField/Adornment/enums.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/types.js +3 -0
- package/lib/module/ui/components/TextField/Adornment/types.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/utils.js +7 -2
- package/lib/module/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +25 -18
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +1 -0
- package/lib/module/ui/components/TextField/TextFieldFlat.js +109 -63
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +109 -61
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/constants.js +23 -0
- package/lib/module/ui/components/TextField/constants.js.map +1 -0
- package/lib/module/ui/components/TextField/helpers.js +69 -50
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField/types.js +3 -1
- package/lib/module/ui/components/TextField/types.js.map +1 -1
- package/lib/module/ui/components/TextField.js +64 -0
- package/lib/module/ui/components/TextField.js.map +1 -0
- package/lib/module/ui/components/TouchableRipple/Pressable.js +7 -6
- package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +67 -28
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +47 -0
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/utils.js +16 -6
- package/lib/module/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +8 -0
- package/lib/module/ui/components/Typography/AnimatedText.js.map +1 -0
- package/lib/module/ui/components/Typography/types.js +7 -3
- package/lib/module/ui/components/Typography/types.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +20 -12
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/module/ui/components/feedback/ProgressIndicator.js +10 -0
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +1 -0
- package/lib/module/ui/components/feedback/constants.js +7 -3
- package/lib/module/ui/components/feedback/constants.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +15 -10
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +56 -5
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- package/lib/module/ui/components/feedback/types.js +3 -0
- package/lib/module/ui/components/feedback/types.js.map +1 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js +11 -6
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/module/ui/components/fileManagement/AnimatedButton.js +10 -0
- package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +72 -67
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +38 -0
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js +27 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +24 -20
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/FAIRWalletIcon.js +58 -14
- package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/module/ui/components/icon/OxyIcon.js +5 -0
- package/lib/module/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/module/ui/components/icon/index.js +23 -2
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +111 -0
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/internal/GroupedPillButtons.js +11 -0
- package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/module/ui/components/internal/PinInput.js +15 -12
- package/lib/module/ui/components/internal/PinInput.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +48 -40
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +16 -1
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +77 -69
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +25 -17
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +13 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +18 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +29 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/module/ui/components/payment/constants.js +7 -0
- package/lib/module/ui/components/payment/constants.js.map +1 -0
- package/lib/module/ui/components/payment/index.js +73 -0
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +9 -0
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/module/ui/components/payment/types.js +3 -1
- package/lib/module/ui/components/payment/types.js.map +1 -1
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +62 -25
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/module/ui/components/styles/overlay.js +13 -0
- package/lib/module/ui/components/styles/overlay.js.map +1 -1
- package/lib/module/ui/components/styles/shadow.js +12 -8
- package/lib/module/ui/components/styles/shadow.js.map +1 -1
- package/lib/module/ui/components/theming.js +9 -6
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/components/types.js +3 -1
- package/lib/module/ui/components/types.js.map +1 -1
- package/lib/module/ui/components/utils/forwardRef.js +40 -0
- package/lib/module/ui/components/utils/forwardRef.js.map +1 -0
- package/lib/module/ui/components/utils/hasTouchHandler.js +5 -1
- package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js +6 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -1
- package/lib/module/ui/components/utils/splitStyles.js +5 -7
- package/lib/module/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +16 -14
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/constants/spacing.js +24 -25
- package/lib/module/ui/constants/spacing.js.map +1 -1
- package/lib/module/ui/constants/theme.js +7 -4
- package/lib/module/ui/constants/theme.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +17 -0
- package/lib/module/ui/context/OxyContext.js.map +1 -0
- package/lib/module/ui/context/ThemeContext.js +13 -7
- package/lib/module/ui/context/ThemeContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +68 -39
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/index.js +64 -0
- package/lib/module/ui/hooks/index.js.map +1 -0
- package/lib/module/ui/hooks/mutations/index.js +67 -5
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationFactory.js +7 -0
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -0
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +92 -109
- 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 +114 -0
- package/lib/module/ui/hooks/queries/index.js.map +1 -0
- package/lib/module/ui/hooks/queries/queryKeys.js +39 -36
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +44 -40
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +17 -12
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/useServicesQueries.js +37 -33
- 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 +19 -26
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +20 -16
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +24 -20
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useAvatarPicker.js +16 -13
- package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/module/ui/hooks/useColorScheme.js +3 -0
- package/lib/module/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +16 -11
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFileDownloadUrl.js +15 -9
- package/lib/module/ui/hooks/useFileDownloadUrl.js.map +1 -0
- package/lib/module/ui/hooks/useFileFiltering.js +9 -0
- package/lib/module/ui/hooks/useFileFiltering.js.map +1 -0
- package/lib/module/ui/hooks/useFollow.js +75 -77
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.types.js +6 -0
- package/lib/module/ui/hooks/useFollow.types.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +7 -0
- package/lib/module/ui/hooks/useI18n.js.map +1 -0
- package/lib/module/ui/hooks/useLanguageManagement.js +22 -18
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -0
- package/lib/module/ui/hooks/useProfileEditing.js +9 -0
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -0
- package/lib/module/ui/hooks/useQueryClient.js +5 -0
- package/lib/module/ui/hooks/useQueryClient.js.map +1 -0
- package/lib/module/ui/hooks/useSessionManagement.js +46 -45
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +15 -0
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +14 -0
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/module/ui/hooks/useStorage.js +12 -7
- package/lib/module/ui/hooks/useStorage.js.map +1 -0
- package/lib/module/ui/hooks/useThemeColors.js +14 -10
- package/lib/module/ui/hooks/useThemeColors.js.map +1 -0
- package/lib/module/ui/hooks/useThemeStyles.js +18 -14
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/hooks/useWebSSO.js +12 -16
- package/lib/module/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/module/ui/index.js +74 -46
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/isFrontend.js +4 -1
- package/lib/module/ui/isFrontend.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +17 -0
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +8 -14
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +71 -65
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +167 -131
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +88 -0
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js +88 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountVerificationScreen.js +86 -42
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +79 -76
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +114 -89
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +38 -0
- package/lib/module/ui/screens/FAQScreen.js.map +1 -0
- package/lib/module/ui/screens/FeedbackScreen.js +58 -0
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -0
- package/lib/module/ui/screens/FileManagementScreen.js +149 -0
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/FollowersListScreen.js +8 -0
- package/lib/module/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/module/ui/screens/FollowingListScreen.js +12 -4
- package/lib/module/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +45 -0
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +81 -41
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +71 -0
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -0
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +33 -31
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +72 -35
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +50 -0
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js +28 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +186 -205
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +56 -0
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/ProfileScreen.js +102 -101
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +55 -0
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js +39 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/SessionManagementScreen.js +81 -89
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +21 -18
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +69 -0
- package/lib/module/ui/screens/UserListScreen.js.map +1 -0
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +123 -82
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +29 -26
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +74 -72
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +83 -43
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +30 -0
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +81 -80
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/server.js +50 -29
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/stores/accountStore.js +7 -0
- package/lib/module/ui/stores/accountStore.js.map +1 -0
- package/lib/module/ui/stores/assetStore.js +24 -14
- package/lib/module/ui/stores/assetStore.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +8 -5
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/stores/fileStore.js +6 -0
- package/lib/module/ui/stores/fileStore.js.map +1 -0
- package/lib/module/ui/stores/followStore.js +6 -9
- package/lib/module/ui/stores/followStore.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +17 -12
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/fonts.js +8 -0
- package/lib/module/ui/styles/fonts.js.map +1 -0
- package/lib/module/ui/styles/index.js +26 -4
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +54 -0
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +19 -13
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/types/fileManagement.js +3 -1
- package/lib/module/ui/types/fileManagement.js.map +1 -0
- package/lib/module/ui/types/navigation.js +3 -1
- package/lib/module/ui/types/navigation.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +5 -0
- package/lib/module/ui/utils/avatarUtils.js.map +1 -0
- package/lib/module/ui/utils/colorUtils.js +44 -0
- package/lib/module/ui/utils/colorUtils.js.map +1 -0
- package/lib/module/ui/utils/confirmAction.js +7 -0
- package/lib/module/ui/utils/confirmAction.js.map +1 -1
- package/lib/module/ui/utils/errorHandlers.js +16 -18
- package/lib/module/ui/utils/errorHandlers.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +6 -0
- package/lib/module/ui/utils/fileManagement.js.map +1 -0
- package/lib/module/ui/utils/iconNames.js +24 -20
- package/lib/module/ui/utils/iconNames.js.map +1 -1
- package/lib/module/ui/utils/sessionHelpers.js +17 -15
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/module/ui/utils/storageHelpers.js +12 -10
- package/lib/module/ui/utils/storageHelpers.js.map +1 -1
- package/lib/module/ui/utils/themeUtils.js +35 -2
- package/lib/module/ui/utils/themeUtils.js.map +1 -0
- package/lib/module/ui/utils/userUtils.js +10 -6
- package/lib/module/ui/utils/userUtils.js.map +1 -1
- package/lib/module/utils/hookUtils.js +82 -83
- package/lib/module/utils/hookUtils.js.map +1 -1
- package/lib/typescript/assets/icons/OxyServices.d.ts +28 -0
- package/lib/typescript/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/typescript/index.d.ts +46 -0
- package/lib/typescript/lib/sonner-safe.d.ts +8 -0
- package/lib/typescript/lib/sonner.d.ts +11 -0
- package/lib/typescript/lib/sonner.native.d.ts +14 -0
- package/lib/typescript/lib/sonner.web.d.ts +14 -0
- package/lib/typescript/ui/client.d.ts +30 -0
- package/lib/typescript/ui/components/ActivityIndicator.d.ts +44 -0
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/lib/typescript/ui/components/Avatar.d.ts +60 -0
- package/lib/typescript/ui/components/BottomSheet.d.ts +28 -0
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts +8 -0
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts +26 -0
- package/lib/typescript/ui/components/EmptyState.d.ts +7 -0
- package/lib/typescript/ui/components/FollowButton.d.ts +28 -0
- package/lib/typescript/ui/components/FontLoader.d.ts +14 -0
- package/lib/typescript/ui/components/GroupedItem.d.ts +23 -0
- package/lib/typescript/ui/components/GroupedSection.d.ts +29 -0
- package/lib/typescript/ui/components/Header.d.ts +37 -0
- package/lib/typescript/ui/components/HelperText.d.ts +46 -0
- package/lib/typescript/ui/components/Icon.d.ts +59 -0
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts +98 -0
- package/lib/typescript/ui/components/IconButton/utils.d.ts +18 -0
- package/lib/typescript/ui/components/LoadingState.d.ts +8 -0
- package/lib/typescript/ui/components/OxyLogo.d.ts +28 -0
- package/lib/typescript/ui/components/OxyPayButton.d.ts +28 -0
- package/lib/typescript/ui/components/OxyProvider.d.ts +37 -0
- package/lib/typescript/ui/components/OxySignInButton.d.ts +64 -0
- package/lib/typescript/ui/components/ProfileCard.d.ts +17 -0
- package/lib/typescript/ui/components/QuickActions.d.ts +14 -0
- package/lib/typescript/ui/components/Section.d.ts +11 -0
- package/lib/typescript/ui/components/SectionTitle.d.ts +9 -0
- package/lib/typescript/ui/components/SettingRow.d.ts +19 -0
- package/lib/typescript/ui/components/SignInModal.d.ts +17 -0
- package/lib/typescript/ui/components/StepBasedScreen.d.ts +25 -0
- package/lib/typescript/ui/components/Surface.d.ts +75 -0
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/constants.d.ts +31 -0
- package/lib/typescript/ui/components/TextField/helpers.d.ts +96 -0
- package/lib/typescript/ui/components/TextField/types.d.ts +155 -0
- package/lib/typescript/ui/components/TextField.d.ts +191 -0
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/lib/typescript/ui/components/Typography/types.d.ts +18 -0
- package/lib/typescript/ui/components/feedback/FormInput.d.ts +19 -0
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/lib/typescript/ui/components/feedback/constants.d.ts +4 -0
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/lib/typescript/ui/components/feedback/index.d.ts +6 -0
- package/lib/typescript/ui/components/feedback/types.d.ts +45 -0
- package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/lib/typescript/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/lib/typescript/ui/components/fileManagement/styles.d.ts +859 -0
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +9 -0
- package/lib/typescript/ui/components/icon/index.d.ts +3 -0
- package/lib/typescript/ui/components/index.d.ts +16 -0
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/lib/typescript/ui/components/internal/PinInput.d.ts +22 -0
- package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/lib/typescript/ui/components/modals/index.d.ts +1 -0
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/lib/typescript/ui/components/payment/constants.d.ts +6 -0
- package/lib/typescript/ui/components/payment/index.d.ts +8 -0
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts +395 -0
- package/lib/typescript/ui/components/payment/types.d.ts +39 -0
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/lib/typescript/ui/components/styles/overlay.d.ts +3 -0
- package/lib/typescript/ui/components/styles/shadow.d.ts +2 -0
- package/lib/typescript/ui/components/theming.d.ts +7 -0
- package/lib/typescript/ui/components/types.d.ts +80 -0
- package/lib/typescript/ui/components/utils/forwardRef.d.ts +11 -0
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/lib/typescript/ui/components/utils/splitStyles.d.ts +19 -0
- package/lib/typescript/ui/constants/iconColors.d.ts +129 -0
- package/lib/typescript/ui/constants/spacing.d.ts +32 -0
- package/lib/typescript/ui/constants/theme.d.ts +96 -0
- package/lib/typescript/ui/context/OxyContext.d.ts +75 -0
- package/lib/typescript/ui/context/ThemeContext.d.ts +18 -0
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/lib/typescript/ui/hooks/index.d.ts +6 -0
- package/lib/typescript/ui/hooks/mutations/index.d.ts +8 -0
- package/lib/typescript/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/lib/typescript/ui/hooks/queries/index.d.ts +10 -0
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/lib/typescript/ui/hooks/queryClient.d.ts +18 -0
- package/lib/typescript/ui/hooks/useAssets.d.ts +34 -0
- package/lib/typescript/ui/hooks/useAsyncAction.d.ts +50 -0
- package/lib/typescript/ui/hooks/useAuth.d.ts +77 -0
- package/lib/typescript/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/lib/typescript/ui/hooks/useColorScheme.d.ts +7 -0
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/lib/typescript/ui/hooks/useFileFiltering.d.ts +28 -0
- package/lib/typescript/ui/hooks/useFollow.d.ts +92 -0
- package/lib/typescript/ui/hooks/useFollow.types.d.ts +32 -0
- package/lib/typescript/ui/hooks/useI18n.d.ts +4 -0
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts +35 -0
- package/lib/typescript/ui/hooks/useQueryClient.d.ts +6 -0
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts +40 -0
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts +14 -0
- package/lib/typescript/ui/hooks/useSettingToggle.d.ts +56 -0
- package/lib/typescript/ui/hooks/useStorage.d.ts +15 -0
- package/lib/typescript/ui/hooks/useThemeColors.d.ts +93 -0
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts +44 -0
- package/lib/typescript/ui/hooks/useWebSSO.d.ts +57 -0
- package/lib/typescript/ui/index.d.ts +23 -0
- package/lib/typescript/ui/isFrontend.d.ts +2 -0
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/lib/typescript/ui/navigation/routes.d.ts +5 -0
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/FAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FollowersListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/FollowingListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/lib/typescript/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/UserListScreen.d.ts +10 -0
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/lib/typescript/ui/server.d.ts +40 -0
- package/lib/typescript/ui/stores/accountStore.d.ts +26 -0
- package/lib/typescript/ui/stores/assetStore.d.ts +53 -0
- package/lib/typescript/ui/stores/authStore.d.ts +16 -0
- package/lib/typescript/ui/stores/fileStore.d.ts +30 -0
- package/lib/typescript/ui/stores/followStore.d.ts +24 -0
- package/lib/typescript/ui/styles/authStyles.d.ts +331 -0
- package/lib/typescript/ui/styles/fonts.d.ts +20 -0
- package/lib/typescript/ui/styles/index.d.ts +4 -0
- package/lib/typescript/ui/styles/spacing.d.ts +48 -0
- package/lib/typescript/ui/styles/theme.d.ts +67 -0
- package/lib/typescript/ui/types/fileManagement.d.ts +40 -0
- package/lib/typescript/ui/types/navigation.d.ts +36 -0
- package/lib/typescript/ui/utils/avatarUtils.d.ts +22 -0
- package/lib/typescript/ui/utils/colorUtils.d.ts +9 -0
- package/lib/typescript/ui/utils/confirmAction.d.ts +6 -0
- package/lib/typescript/ui/utils/errorHandlers.d.ts +34 -0
- package/lib/typescript/ui/utils/fileManagement.d.ts +86 -0
- package/lib/typescript/ui/utils/iconNames.d.ts +111 -0
- package/lib/typescript/ui/utils/sessionHelpers.d.ts +64 -0
- package/lib/typescript/ui/utils/storageHelpers.d.ts +27 -0
- package/lib/typescript/ui/utils/themeUtils.d.ts +10 -0
- package/lib/typescript/ui/utils/userUtils.d.ts +28 -0
- package/lib/typescript/utils/hookUtils.d.ts +101 -0
- package/package.json +3 -3
- package/src/assets/icons/OxyServices.d.ts +28 -0
- package/src/assets/icons/OxyServices.js +53 -0
- package/src/assets/illustrations/HighFive.d.ts +7 -0
- package/src/assets/illustrations/HighFive.js +41 -0
- package/src/index.d.ts +46 -0
- package/src/index.js +127 -0
- package/src/lib/sonner-safe.d.ts +8 -0
- package/src/lib/sonner-safe.js +28 -0
- package/src/lib/sonner.d.ts +11 -0
- package/src/lib/sonner.js +16 -0
- package/src/lib/sonner.native.d.ts +14 -0
- package/src/lib/sonner.native.js +46 -0
- package/src/lib/sonner.web.d.ts +14 -0
- package/src/lib/sonner.web.js +46 -0
- package/src/ui/client.d.ts +30 -0
- package/src/ui/client.js +64 -0
- package/src/ui/components/ActivityIndicator.d.ts +44 -0
- package/src/ui/components/ActivityIndicator.js +184 -0
- package/src/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/src/ui/components/AutoHeightScrollView.js +33 -0
- package/src/ui/components/Avatar.d.ts +60 -0
- package/src/ui/components/Avatar.js +146 -0
- package/src/ui/components/BottomSheet.d.ts +28 -0
- package/src/ui/components/BottomSheet.js +374 -0
- package/src/ui/components/BottomSheetRouter.d.ts +8 -0
- package/src/ui/components/BottomSheetRouter.js +211 -0
- package/src/ui/components/CrossFadeIcon.d.ts +26 -0
- package/src/ui/components/CrossFadeIcon.js +111 -0
- package/src/ui/components/EmptyState.d.ts +7 -0
- package/src/ui/components/EmptyState.js +27 -0
- package/src/ui/components/FollowButton.d.ts +28 -0
- package/src/ui/components/FollowButton.js +197 -0
- package/src/ui/components/FontLoader.d.ts +14 -0
- package/src/ui/components/FontLoader.js +185 -0
- package/src/ui/components/GroupedItem.d.ts +23 -0
- package/src/ui/components/GroupedItem.js +84 -0
- package/src/ui/components/GroupedSection.d.ts +29 -0
- package/src/ui/components/GroupedSection.js +13 -0
- package/src/ui/components/Header.d.ts +37 -0
- package/src/ui/components/Header.js +400 -0
- package/src/ui/components/HelperText.d.ts +46 -0
- package/src/ui/components/HelperText.js +119 -0
- package/src/ui/components/Icon.d.ts +59 -0
- package/src/ui/components/Icon.js +108 -0
- package/src/ui/components/IconButton/IconButton.d.ts +98 -0
- package/src/ui/components/IconButton/IconButton.js +90 -0
- package/src/ui/components/IconButton/utils.d.ts +18 -0
- package/src/ui/components/IconButton/utils.js +119 -0
- package/src/ui/components/LoadingState.d.ts +8 -0
- package/src/ui/components/LoadingState.js +29 -0
- package/src/ui/components/OxyLogo.d.ts +28 -0
- package/src/ui/components/OxyLogo.js +53 -0
- package/src/ui/components/OxyPayButton.d.ts +28 -0
- package/src/ui/components/OxyPayButton.js +76 -0
- package/src/ui/components/OxyProvider.d.ts +37 -0
- package/src/ui/components/OxyProvider.js +197 -0
- package/src/ui/components/OxySignInButton.d.ts +64 -0
- package/src/ui/components/OxySignInButton.js +145 -0
- package/src/ui/components/ProfileCard.d.ts +17 -0
- package/src/ui/components/ProfileCard.js +82 -0
- package/src/ui/components/QuickActions.d.ts +14 -0
- package/src/ui/components/QuickActions.js +62 -0
- package/src/ui/components/Section.d.ts +11 -0
- package/src/ui/components/Section.js +24 -0
- package/src/ui/components/SectionTitle.d.ts +9 -0
- package/src/ui/components/SectionTitle.js +21 -0
- package/src/ui/components/SettingRow.d.ts +19 -0
- package/src/ui/components/SettingRow.js +38 -0
- package/src/ui/components/SignInModal.d.ts +17 -0
- package/src/ui/components/SignInModal.js +428 -0
- package/src/ui/components/StepBasedScreen.d.ts +25 -0
- package/src/ui/components/StepBasedScreen.js +372 -0
- package/src/ui/components/Surface.d.ts +75 -0
- package/src/ui/components/Surface.js +239 -0
- package/src/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/src/ui/components/TextField/Addons/Outline.js +30 -0
- package/src/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/src/ui/components/TextField/Addons/Underline.js +45 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.js +132 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.js +88 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.js +91 -0
- package/src/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/src/ui/components/TextField/Adornment/enums.js +18 -0
- package/src/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/types.js +2 -0
- package/src/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/utils.js +50 -0
- package/src/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/src/ui/components/TextField/Label/InputLabel.js +125 -0
- package/src/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/src/ui/components/TextField/Label/LabelBackground.js +71 -0
- package/src/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldFlat.js +347 -0
- package/src/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldOutlined.js +313 -0
- package/src/ui/components/TextField/constants.d.ts +31 -0
- package/src/ui/components/TextField/constants.js +40 -0
- package/src/ui/components/TextField/helpers.d.ts +96 -0
- package/src/ui/components/TextField/helpers.js +388 -0
- package/src/ui/components/TextField/types.d.ts +155 -0
- package/src/ui/components/TextField/types.js +2 -0
- package/src/ui/components/TextField.d.ts +191 -0
- package/src/ui/components/TextField.js +291 -0
- package/src/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/src/ui/components/TouchableRipple/Pressable.js +5 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.js +246 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.js +99 -0
- package/src/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/src/ui/components/TouchableRipple/utils.js +40 -0
- package/src/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/src/ui/components/Typography/AnimatedText.js +49 -0
- package/src/ui/components/Typography/types.d.ts +18 -0
- package/src/ui/components/Typography/types.js +22 -0
- package/src/ui/components/feedback/FormInput.d.ts +19 -0
- package/src/ui/components/feedback/FormInput.js +26 -0
- package/src/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/src/ui/components/feedback/ProgressIndicator.js +16 -0
- package/src/ui/components/feedback/constants.d.ts +4 -0
- package/src/ui/components/feedback/constants.js +21 -0
- package/src/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/src/ui/components/feedback/feedbackStyles.js +250 -0
- package/src/ui/components/feedback/index.d.ts +6 -0
- package/src/ui/components/feedback/index.js +18 -0
- package/src/ui/components/feedback/types.d.ts +45 -0
- package/src/ui/components/feedback/types.js +2 -0
- package/src/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/src/ui/components/feedback/useFeedbackForm.js +42 -0
- package/src/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/src/ui/components/fileManagement/AnimatedButton.js +29 -0
- package/src/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/src/ui/components/fileManagement/FileDetailsModal.js +22 -0
- package/src/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/src/ui/components/fileManagement/FileViewer.js +138 -0
- package/src/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/src/ui/components/fileManagement/UploadPreview.js +35 -0
- package/src/ui/components/fileManagement/styles.d.ts +859 -0
- package/src/ui/components/fileManagement/styles.js +861 -0
- package/src/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/src/ui/components/icon/FAIRWalletIcon.js +54 -0
- package/src/ui/components/icon/OxyIcon.d.ts +9 -0
- package/src/ui/components/icon/OxyIcon.js +9 -0
- package/src/ui/components/icon/index.d.ts +3 -0
- package/src/ui/components/icon/index.js +10 -0
- package/src/ui/components/index.d.ts +16 -0
- package/src/ui/components/index.js +42 -0
- package/src/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/src/ui/components/internal/GroupedPillButtons.js +149 -0
- package/src/ui/components/internal/PinInput.d.ts +22 -0
- package/src/ui/components/internal/PinInput.js +76 -0
- package/src/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/src/ui/components/modals/DeleteAccountModal.js +154 -0
- package/src/ui/components/modals/index.d.ts +1 -0
- package/src/ui/components/modals/index.js +8 -0
- package/src/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/src/ui/components/payment/PaymentDetailsStep.js +65 -0
- package/src/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/src/ui/components/payment/PaymentMethodStep.js +54 -0
- package/src/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/src/ui/components/payment/PaymentReviewStep.js +88 -0
- package/src/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/src/ui/components/payment/PaymentSuccessStep.js +35 -0
- package/src/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/src/ui/components/payment/PaymentSummaryStep.js +60 -0
- package/src/ui/components/payment/constants.d.ts +6 -0
- package/src/ui/components/payment/constants.js +38 -0
- package/src/ui/components/payment/index.d.ts +8 -0
- package/src/ui/components/payment/index.js +24 -0
- package/src/ui/components/payment/paymentStyles.d.ts +395 -0
- package/src/ui/components/payment/paymentStyles.js +399 -0
- package/src/ui/components/payment/types.d.ts +39 -0
- package/src/ui/components/payment/types.js +2 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.js +122 -0
- package/src/ui/components/styles/overlay.d.ts +3 -0
- package/src/ui/components/styles/overlay.js +81 -0
- package/src/ui/components/styles/shadow.d.ts +2 -0
- package/src/ui/components/styles/shadow.js +123 -0
- package/src/ui/components/theming.d.ts +7 -0
- package/src/ui/components/theming.js +111 -0
- package/src/ui/components/types.d.ts +80 -0
- package/src/ui/components/types.js +2 -0
- package/src/ui/components/utils/forwardRef.d.ts +11 -0
- package/src/ui/components/utils/forwardRef.js +46 -0
- package/src/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/src/ui/components/utils/hasTouchHandler.js +14 -0
- package/src/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/src/ui/components/utils/roundLayoutSize.js +5 -0
- package/src/ui/components/utils/splitStyles.d.ts +19 -0
- package/src/ui/components/utils/splitStyles.js +40 -0
- package/src/ui/constants/iconColors.d.ts +129 -0
- package/src/ui/constants/iconColors.js +76 -0
- package/src/ui/constants/spacing.d.ts +32 -0
- package/src/ui/constants/spacing.js +40 -0
- package/src/ui/constants/theme.d.ts +96 -0
- package/src/ui/constants/theme.js +118 -0
- package/src/ui/context/OxyContext.d.ts +75 -0
- package/src/ui/context/OxyContext.js +522 -0
- package/src/ui/context/ThemeContext.d.ts +18 -0
- package/src/ui/context/ThemeContext.js +25 -0
- package/src/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/src/ui/context/hooks/useAuthOperations.js +318 -0
- package/src/ui/hooks/index.d.ts +6 -0
- package/src/ui/hooks/index.js +19 -0
- package/src/ui/hooks/mutations/index.d.ts +8 -0
- package/src/ui/hooks/mutations/index.js +23 -0
- package/src/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/src/ui/hooks/mutations/mutationFactory.js +126 -0
- package/src/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/src/ui/hooks/mutations/useAccountMutations.js +274 -0
- package/src/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/src/ui/hooks/mutations/useServicesMutations.js +149 -0
- package/src/ui/hooks/queries/index.d.ts +10 -0
- package/src/ui/hooks/queries/index.js +35 -0
- package/src/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/src/ui/hooks/queries/queryKeys.js +82 -0
- package/src/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/src/ui/hooks/queries/useAccountQueries.js +141 -0
- package/src/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/src/ui/hooks/queries/useSecurityQueries.js +45 -0
- package/src/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/src/ui/hooks/queries/useServicesQueries.js +113 -0
- package/src/ui/hooks/queryClient.d.ts +18 -0
- package/src/ui/hooks/queryClient.js +111 -0
- package/src/ui/hooks/useAssets.d.ts +34 -0
- package/src/ui/hooks/useAssets.js +204 -0
- package/src/ui/hooks/useAsyncAction.d.ts +50 -0
- package/src/ui/hooks/useAsyncAction.js +77 -0
- package/src/ui/hooks/useAuth.d.ts +77 -0
- package/src/ui/hooks/useAuth.js +135 -0
- package/src/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/src/ui/hooks/useAvatarPicker.js +44 -0
- package/src/ui/hooks/useColorScheme.d.ts +7 -0
- package/src/ui/hooks/useColorScheme.js +23 -0
- package/src/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/src/ui/hooks/useDeviceManagement.js +69 -0
- package/src/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/src/ui/hooks/useFileDownloadUrl.js +104 -0
- package/src/ui/hooks/useFileFiltering.d.ts +28 -0
- package/src/ui/hooks/useFileFiltering.js +80 -0
- package/src/ui/hooks/useFollow.d.ts +92 -0
- package/src/ui/hooks/useFollow.js +216 -0
- package/src/ui/hooks/useFollow.types.d.ts +32 -0
- package/src/ui/hooks/useFollow.types.js +4 -0
- package/src/ui/hooks/useI18n.d.ts +4 -0
- package/src/ui/hooks/useI18n.js +13 -0
- package/src/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/src/ui/hooks/useLanguageManagement.js +108 -0
- package/src/ui/hooks/useProfileEditing.d.ts +35 -0
- package/src/ui/hooks/useProfileEditing.js +101 -0
- package/src/ui/hooks/useQueryClient.d.ts +6 -0
- package/src/ui/hooks/useQueryClient.js +16 -0
- package/src/ui/hooks/useSessionManagement.d.ts +40 -0
- package/src/ui/hooks/useSessionManagement.js +312 -0
- package/src/ui/hooks/useSessionSocket.d.ts +14 -0
- package/src/ui/hooks/useSessionSocket.js +209 -0
- package/src/ui/hooks/useSettingToggle.d.ts +56 -0
- package/src/ui/hooks/useSettingToggle.js +97 -0
- package/src/ui/hooks/useStorage.d.ts +15 -0
- package/src/ui/hooks/useStorage.js +40 -0
- package/src/ui/hooks/useThemeColors.d.ts +93 -0
- package/src/ui/hooks/useThemeColors.js +27 -0
- package/src/ui/hooks/useThemeStyles.d.ts +44 -0
- package/src/ui/hooks/useThemeStyles.js +63 -0
- package/src/ui/hooks/useWebSSO.d.ts +57 -0
- package/src/ui/hooks/useWebSSO.js +146 -0
- package/src/ui/index.d.ts +23 -0
- package/src/ui/index.js +97 -0
- package/src/ui/isFrontend.d.ts +2 -0
- package/src/ui/isFrontend.js +6 -0
- package/src/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/src/ui/navigation/bottomSheetManager.js +68 -0
- package/src/ui/navigation/routes.d.ts +5 -0
- package/src/ui/navigation/routes.js +75 -0
- package/src/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/src/ui/screens/AccountCenterScreen.js +202 -0
- package/src/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/src/ui/screens/AccountOverviewScreen.js +648 -0
- package/src/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/src/ui/screens/AccountSettingsScreen.js +480 -0
- package/src/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/src/ui/screens/AccountSwitcherScreen.js +482 -0
- package/src/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/src/ui/screens/AccountVerificationScreen.js +164 -0
- package/src/ui/screens/AppInfoScreen.d.ts +4 -0
- package/src/ui/screens/AppInfoScreen.js +373 -0
- package/src/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/src/ui/screens/EditProfileFieldScreen.js +549 -0
- package/src/ui/screens/FAQScreen.d.ts +4 -0
- package/src/ui/screens/FAQScreen.js +182 -0
- package/src/ui/screens/FeedbackScreen.d.ts +4 -0
- package/src/ui/screens/FeedbackScreen.js +160 -0
- package/src/ui/screens/FileManagementScreen.d.ts +4 -0
- package/src/ui/screens/FileManagementScreen.js +1473 -0
- package/src/ui/screens/FollowersListScreen.d.ts +8 -0
- package/src/ui/screens/FollowersListScreen.js +11 -0
- package/src/ui/screens/FollowingListScreen.d.ts +8 -0
- package/src/ui/screens/FollowingListScreen.js +11 -0
- package/src/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/src/ui/screens/HelpSupportScreen.js +140 -0
- package/src/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/src/ui/screens/HistoryViewScreen.js +225 -0
- package/src/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/src/ui/screens/LanguageSelectorScreen.js +178 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.js +150 -0
- package/src/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/src/ui/screens/LegalDocumentsScreen.js +185 -0
- package/src/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/src/ui/screens/OxyAuthScreen.js +431 -0
- package/src/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/src/ui/screens/PaymentGatewayScreen.js +171 -0
- package/src/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/src/ui/screens/PremiumSubscriptionScreen.js +1080 -0
- package/src/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/src/ui/screens/PrivacySettingsScreen.js +252 -0
- package/src/ui/screens/ProfileScreen.d.ts +8 -0
- package/src/ui/screens/ProfileScreen.js +254 -0
- package/src/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/src/ui/screens/SavesCollectionsScreen.js +150 -0
- package/src/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/src/ui/screens/SearchSettingsScreen.js +109 -0
- package/src/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/src/ui/screens/SessionManagementScreen.js +320 -0
- package/src/ui/screens/UserLinksScreen.d.ts +14 -0
- package/src/ui/screens/UserLinksScreen.js +57 -0
- package/src/ui/screens/UserListScreen.d.ts +10 -0
- package/src/ui/screens/UserListScreen.js +249 -0
- package/src/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/src/ui/screens/WelcomeNewUserScreen.js +304 -0
- package/src/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaAboutScreen.js +39 -0
- package/src/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaCenterScreen.js +159 -0
- package/src/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaFAQScreen.js +143 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.js +56 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.js +460 -0
- package/src/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRulesScreen.js +47 -0
- package/src/ui/server.d.ts +40 -0
- package/src/ui/server.js +57 -0
- package/src/ui/stores/accountStore.d.ts +26 -0
- package/src/ui/stores/accountStore.js +196 -0
- package/src/ui/stores/assetStore.d.ts +53 -0
- package/src/ui/stores/assetStore.js +192 -0
- package/src/ui/stores/authStore.d.ts +16 -0
- package/src/ui/stores/authStore.js +47 -0
- package/src/ui/stores/fileStore.d.ts +30 -0
- package/src/ui/stores/fileStore.js +113 -0
- package/src/ui/stores/followStore.d.ts +24 -0
- package/src/ui/stores/followStore.js +154 -0
- package/src/ui/styles/authStyles.d.ts +331 -0
- package/src/ui/styles/authStyles.js +332 -0
- package/src/ui/styles/fonts.d.ts +20 -0
- package/src/ui/styles/fonts.js +72 -0
- package/src/ui/styles/index.d.ts +4 -0
- package/src/ui/styles/index.js +20 -0
- package/src/ui/styles/spacing.d.ts +48 -0
- package/src/ui/styles/spacing.js +63 -0
- package/src/ui/styles/theme.d.ts +67 -0
- package/src/ui/styles/theme.js +114 -0
- package/src/ui/types/fileManagement.d.ts +40 -0
- package/src/ui/types/fileManagement.js +2 -0
- package/src/ui/types/navigation.d.ts +36 -0
- package/src/ui/types/navigation.js +2 -0
- package/src/ui/utils/avatarUtils.d.ts +22 -0
- package/src/ui/utils/avatarUtils.js +52 -0
- package/src/ui/utils/colorUtils.d.ts +9 -0
- package/src/ui/utils/colorUtils.js +19 -0
- package/src/ui/utils/confirmAction.d.ts +6 -0
- package/src/ui/utils/confirmAction.js +22 -0
- package/src/ui/utils/errorHandlers.d.ts +34 -0
- package/src/ui/utils/errorHandlers.js +128 -0
- package/src/ui/utils/fileManagement.d.ts +86 -0
- package/src/ui/utils/fileManagement.js +238 -0
- package/src/ui/utils/iconNames.d.ts +111 -0
- package/src/ui/utils/iconNames.js +124 -0
- package/src/ui/utils/sessionHelpers.d.ts +64 -0
- package/src/ui/utils/sessionHelpers.js +90 -0
- package/src/ui/utils/storageHelpers.d.ts +27 -0
- package/src/ui/utils/storageHelpers.js +114 -0
- package/src/ui/utils/themeUtils.d.ts +10 -0
- package/src/ui/utils/themeUtils.js +17 -0
- package/src/ui/utils/userUtils.d.ts +28 -0
- package/src/ui/utils/userUtils.js +54 -0
- package/src/utils/hookUtils.d.ts +101 -0
- package/src/utils/hookUtils.js +373 -0
|
@@ -1,16 +1,65 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return m[k];
|
|
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 Underline_1 = require("./Addons/Underline");
|
|
57
|
+
const enums_1 = require("./Adornment/enums");
|
|
58
|
+
const TextFieldAdornment_1 = __importDefault(require("./Adornment/TextFieldAdornment"));
|
|
59
|
+
const TextFieldAdornment_2 = require("./Adornment/TextFieldAdornment");
|
|
60
|
+
const constants_1 = require("./constants");
|
|
61
|
+
const helpers_1 = require("./helpers");
|
|
62
|
+
const InputLabel_1 = __importDefault(require("./Label/InputLabel"));
|
|
14
63
|
const TextInputFlat = ({
|
|
15
64
|
disabled = false,
|
|
16
65
|
editable = true,
|
|
@@ -25,7 +74,7 @@ const TextInputFlat = ({
|
|
|
25
74
|
dense,
|
|
26
75
|
style,
|
|
27
76
|
theme,
|
|
28
|
-
render = props =>
|
|
77
|
+
render = props => (0, jsx_runtime_1.jsx)(react_native_1.TextInput, {
|
|
29
78
|
...props
|
|
30
79
|
}),
|
|
31
80
|
multiline = false,
|
|
@@ -48,7 +97,7 @@ const TextInputFlat = ({
|
|
|
48
97
|
scaledLabel,
|
|
49
98
|
...rest
|
|
50
99
|
}) => {
|
|
51
|
-
const isAndroid = Platform.OS === 'android';
|
|
100
|
+
const isAndroid = react_native_1.Platform.OS === 'android';
|
|
52
101
|
const {
|
|
53
102
|
isV3,
|
|
54
103
|
roundness
|
|
@@ -60,7 +109,7 @@ const TextInputFlat = ({
|
|
|
60
109
|
FLAT_INPUT_OFFSET,
|
|
61
110
|
MIN_HEIGHT,
|
|
62
111
|
MIN_WIDTH
|
|
63
|
-
} = getConstants(isV3);
|
|
112
|
+
} = (0, helpers_1.getConstants)(isV3);
|
|
64
113
|
const {
|
|
65
114
|
fontSize: fontSizeStyle,
|
|
66
115
|
lineHeight: lineHeightStyle,
|
|
@@ -69,20 +118,20 @@ const TextInputFlat = ({
|
|
|
69
118
|
paddingHorizontal,
|
|
70
119
|
textAlign,
|
|
71
120
|
...viewStyle
|
|
72
|
-
} = StyleSheet.flatten(style) || {};
|
|
73
|
-
const fontSize = fontSizeStyle || MAXIMIZED_LABEL_FONT_SIZE;
|
|
121
|
+
} = react_native_1.StyleSheet.flatten(style) || {};
|
|
122
|
+
const fontSize = fontSizeStyle || constants_1.MAXIMIZED_LABEL_FONT_SIZE;
|
|
74
123
|
// Always set a minimum lineHeight to prevent text cutoff
|
|
75
124
|
// Use at least 1.4x fontSize for better text spacing
|
|
76
125
|
const lineHeight = lineHeightStyle || fontSize * 1.4;
|
|
77
126
|
const isPaddingHorizontalPassed = paddingHorizontal !== undefined && typeof paddingHorizontal === 'number';
|
|
78
|
-
const adornmentConfig = getAdornmentConfig({
|
|
127
|
+
const adornmentConfig = (0, TextFieldAdornment_2.getAdornmentConfig)({
|
|
79
128
|
left,
|
|
80
129
|
right
|
|
81
130
|
});
|
|
82
131
|
let {
|
|
83
132
|
paddingLeft,
|
|
84
133
|
paddingRight
|
|
85
|
-
} = calculateFlatInputHorizontalPadding({
|
|
134
|
+
} = (0, helpers_1.calculateFlatInputHorizontalPadding)({
|
|
86
135
|
adornmentConfig,
|
|
87
136
|
isV3
|
|
88
137
|
});
|
|
@@ -94,15 +143,15 @@ const TextInputFlat = ({
|
|
|
94
143
|
leftLayout,
|
|
95
144
|
rightLayout
|
|
96
145
|
} = parentState;
|
|
97
|
-
const rightAffixWidth = right ? rightLayout.width || ADORNMENT_SIZE : ADORNMENT_SIZE;
|
|
98
|
-
const leftAffixWidth = left ? leftLayout.width || ADORNMENT_SIZE : ADORNMENT_SIZE;
|
|
99
|
-
const adornmentStyleAdjustmentForNativeInput = getAdornmentStyleAdjustmentForNativeInput({
|
|
146
|
+
const rightAffixWidth = right ? rightLayout.width || constants_1.ADORNMENT_SIZE : constants_1.ADORNMENT_SIZE;
|
|
147
|
+
const leftAffixWidth = left ? leftLayout.width || constants_1.ADORNMENT_SIZE : constants_1.ADORNMENT_SIZE;
|
|
148
|
+
const adornmentStyleAdjustmentForNativeInput = (0, TextFieldAdornment_2.getAdornmentStyleAdjustmentForNativeInput)({
|
|
100
149
|
adornmentConfig,
|
|
101
150
|
rightAffixWidth,
|
|
102
151
|
leftAffixWidth,
|
|
103
152
|
paddingHorizontal,
|
|
104
153
|
inputOffset: FLAT_INPUT_OFFSET,
|
|
105
|
-
mode: InputMode.Flat,
|
|
154
|
+
mode: enums_1.InputMode.Flat,
|
|
106
155
|
isV3
|
|
107
156
|
});
|
|
108
157
|
const {
|
|
@@ -113,7 +162,7 @@ const TextInputFlat = ({
|
|
|
113
162
|
errorColor,
|
|
114
163
|
backgroundColor,
|
|
115
164
|
selectionColor
|
|
116
|
-
} = getFlatInputColors({
|
|
165
|
+
} = (0, helpers_1.getFlatInputColors)({
|
|
117
166
|
underlineColor,
|
|
118
167
|
activeUnderlineColor,
|
|
119
168
|
customSelectionColor,
|
|
@@ -122,26 +171,25 @@ const TextInputFlat = ({
|
|
|
122
171
|
error,
|
|
123
172
|
theme
|
|
124
173
|
});
|
|
125
|
-
const themeColors = useThemeColors();
|
|
174
|
+
const themeColors = (0, useThemeColors_1.useThemeColors)();
|
|
126
175
|
const containerStyle = {
|
|
127
176
|
backgroundColor: themeColors.inputBackground,
|
|
128
177
|
borderTopLeftRadius: theme.roundness,
|
|
129
178
|
borderTopRightRadius: theme.roundness
|
|
130
179
|
};
|
|
131
|
-
|
|
132
180
|
// Override text color with theme color (unless custom textColor prop is provided)
|
|
133
181
|
// If disabled, keep the original inputTextColor which handles opacity correctly
|
|
134
182
|
const finalInputTextColor = textColor ?? (disabled ? inputTextColor : themeColors.text);
|
|
135
|
-
const labelScale = MINIMIZED_LABEL_FONT_SIZE / fontSize;
|
|
136
|
-
const fontScale = MAXIMIZED_LABEL_FONT_SIZE / fontSize;
|
|
183
|
+
const labelScale = constants_1.MINIMIZED_LABEL_FONT_SIZE / fontSize;
|
|
184
|
+
const fontScale = constants_1.MAXIMIZED_LABEL_FONT_SIZE / fontSize;
|
|
137
185
|
const labelWidth = parentState.labelLayout.width;
|
|
138
186
|
const labelHeight = parentState.labelLayout.height;
|
|
139
187
|
const labelHalfWidth = labelWidth / 2;
|
|
140
188
|
const labelHalfHeight = labelHeight / 2;
|
|
141
|
-
const baseLabelTranslateX = (I18nManager.getConstants().isRTL ? 1 : -1) * (labelHalfWidth - labelScale * labelWidth / 2) + (1 - labelScale) * (I18nManager.getConstants().isRTL ? -1 : 1) * paddingLeft;
|
|
142
|
-
const minInputHeight = dense ? (label ? MIN_DENSE_HEIGHT_WL : MIN_DENSE_HEIGHT) - LABEL_PADDING_TOP_DENSE : MIN_HEIGHT - LABEL_PADDING_TOP;
|
|
143
|
-
const inputHeight = calculateInputHeight(labelHeight, height, minInputHeight);
|
|
144
|
-
const topPosition = calculateLabelTopPosition(labelHeight, inputHeight, multiline && height ? 0 : !height ? minInputHeight / 2 : 0);
|
|
189
|
+
const baseLabelTranslateX = (react_native_1.I18nManager.getConstants().isRTL ? 1 : -1) * (labelHalfWidth - labelScale * labelWidth / 2) + (1 - labelScale) * (react_native_1.I18nManager.getConstants().isRTL ? -1 : 1) * paddingLeft;
|
|
190
|
+
const minInputHeight = dense ? (label ? constants_1.MIN_DENSE_HEIGHT_WL : constants_1.MIN_DENSE_HEIGHT) - constants_1.LABEL_PADDING_TOP_DENSE : MIN_HEIGHT - LABEL_PADDING_TOP;
|
|
191
|
+
const inputHeight = (0, helpers_1.calculateInputHeight)(labelHeight, height, minInputHeight);
|
|
192
|
+
const topPosition = (0, helpers_1.calculateLabelTopPosition)(labelHeight, inputHeight, multiline && height ? 0 : !height ? minInputHeight / 2 : 0);
|
|
145
193
|
if (height && typeof height !== 'number') {
|
|
146
194
|
// eslint-disable-next-line
|
|
147
195
|
console.warn('Currently we support only numbers in height prop');
|
|
@@ -158,32 +206,31 @@ const TextInputFlat = ({
|
|
|
158
206
|
label,
|
|
159
207
|
scale: fontScale,
|
|
160
208
|
isAndroid,
|
|
161
|
-
styles: StyleSheet.flatten(dense ? styles.inputFlatDense : styles.inputFlat)
|
|
209
|
+
styles: react_native_1.StyleSheet.flatten(dense ? styles.inputFlatDense : styles.inputFlat)
|
|
162
210
|
};
|
|
163
|
-
const pad = calculatePadding(paddingSettings);
|
|
164
|
-
const paddingFlat = adjustPaddingFlat({
|
|
211
|
+
const pad = (0, helpers_1.calculatePadding)(paddingSettings);
|
|
212
|
+
const paddingFlat = (0, helpers_1.adjustPaddingFlat)({
|
|
165
213
|
...paddingSettings,
|
|
166
214
|
pad
|
|
167
215
|
});
|
|
168
|
-
const baseLabelTranslateY = -labelHalfHeight - (topPosition + MINIMIZED_LABEL_Y_OFFSET);
|
|
216
|
+
const baseLabelTranslateY = -labelHalfHeight - (topPosition + constants_1.MINIMIZED_LABEL_Y_OFFSET);
|
|
169
217
|
const {
|
|
170
218
|
current: placeholderOpacityAnims
|
|
171
|
-
} = React.useRef([new Animated.Value(0), new Animated.Value(1)]);
|
|
219
|
+
} = React.useRef([new react_native_1.Animated.Value(0), new react_native_1.Animated.Value(1)]);
|
|
172
220
|
const placeholderOpacity = hasActiveOutline ? parentState.labeled : placeholderOpacityAnims[parentState.labelLayout.measured ? 1 : 0];
|
|
173
|
-
|
|
174
221
|
// We don't want to show placeholder if label is displayed, because they overlap.
|
|
175
222
|
// Before it was done by setting placeholder's value to " ", but inputs have the same props
|
|
176
223
|
// what causes broken styles due to: https://github.com/facebook/react-native/issues/48249
|
|
177
224
|
const placeholderTextColorBasedOnState = parentState.displayPlaceholder ? placeholderTextColor ?? placeholderColor : 'transparent';
|
|
178
|
-
const minHeight = height || (dense ? label ? MIN_DENSE_HEIGHT_WL : MIN_DENSE_HEIGHT : MIN_HEIGHT);
|
|
179
|
-
const flatHeight = inputHeight + (!height ? dense ? LABEL_PADDING_TOP_DENSE : LABEL_PADDING_TOP : 0);
|
|
180
|
-
const iconTopPosition = (flatHeight - ADORNMENT_SIZE) / 2;
|
|
181
|
-
const leftAffixTopPosition = leftLayout.height ? calculateFlatAffixTopPosition({
|
|
225
|
+
const minHeight = height || (dense ? label ? constants_1.MIN_DENSE_HEIGHT_WL : constants_1.MIN_DENSE_HEIGHT : MIN_HEIGHT);
|
|
226
|
+
const flatHeight = inputHeight + (!height ? dense ? constants_1.LABEL_PADDING_TOP_DENSE : LABEL_PADDING_TOP : 0);
|
|
227
|
+
const iconTopPosition = (flatHeight - constants_1.ADORNMENT_SIZE) / 2;
|
|
228
|
+
const leftAffixTopPosition = leftLayout.height ? (0, helpers_1.calculateFlatAffixTopPosition)({
|
|
182
229
|
height: flatHeight,
|
|
183
230
|
...paddingFlat,
|
|
184
231
|
affixHeight: leftLayout.height
|
|
185
232
|
}) : null;
|
|
186
|
-
const rightAffixTopPosition = rightLayout.height ? calculateFlatAffixTopPosition({
|
|
233
|
+
const rightAffixTopPosition = rightLayout.height ? (0, helpers_1.calculateFlatAffixTopPosition)({
|
|
187
234
|
height: flatHeight,
|
|
188
235
|
...paddingFlat,
|
|
189
236
|
affixHeight: rightLayout.height
|
|
@@ -202,10 +249,10 @@ const TextInputFlat = ({
|
|
|
202
249
|
lineHeight,
|
|
203
250
|
fontWeight,
|
|
204
251
|
labelScale,
|
|
205
|
-
wiggleOffsetX: LABEL_WIGGLE_X_OFFSET,
|
|
252
|
+
wiggleOffsetX: constants_1.LABEL_WIGGLE_X_OFFSET,
|
|
206
253
|
topPosition,
|
|
207
|
-
paddingLeft: isAndroid ? I18nManager.isRTL ? paddingRight : paddingLeft : paddingLeft,
|
|
208
|
-
paddingRight: isAndroid ? I18nManager.isRTL ? paddingLeft : paddingRight : paddingRight,
|
|
254
|
+
paddingLeft: isAndroid ? react_native_1.I18nManager.isRTL ? paddingRight : paddingLeft : paddingLeft,
|
|
255
|
+
paddingRight: isAndroid ? react_native_1.I18nManager.isRTL ? paddingLeft : paddingRight : paddingRight,
|
|
209
256
|
hasActiveOutline,
|
|
210
257
|
activeColor,
|
|
211
258
|
placeholderColor,
|
|
@@ -220,20 +267,20 @@ const TextInputFlat = ({
|
|
|
220
267
|
isV3
|
|
221
268
|
};
|
|
222
269
|
const affixTopPosition = {
|
|
223
|
-
[AdornmentSide.Left]: leftAffixTopPosition,
|
|
224
|
-
[AdornmentSide.Right]: rightAffixTopPosition
|
|
270
|
+
[enums_1.AdornmentSide.Left]: leftAffixTopPosition,
|
|
271
|
+
[enums_1.AdornmentSide.Right]: rightAffixTopPosition
|
|
225
272
|
};
|
|
226
273
|
const onAffixChange = {
|
|
227
|
-
[AdornmentSide.Left]: onLeftAffixLayoutChange,
|
|
228
|
-
[AdornmentSide.Right]: onRightAffixLayoutChange
|
|
274
|
+
[enums_1.AdornmentSide.Left]: onLeftAffixLayoutChange,
|
|
275
|
+
[enums_1.AdornmentSide.Right]: onRightAffixLayoutChange
|
|
229
276
|
};
|
|
230
277
|
let adornmentProps = {
|
|
231
278
|
paddingHorizontal,
|
|
232
279
|
adornmentConfig,
|
|
233
280
|
forceFocus,
|
|
234
281
|
topPosition: {
|
|
235
|
-
[AdornmentType.Affix]: affixTopPosition,
|
|
236
|
-
[AdornmentType.Icon]: iconTopPosition
|
|
282
|
+
[enums_1.AdornmentType.Affix]: affixTopPosition,
|
|
283
|
+
[enums_1.AdornmentType.Icon]: iconTopPosition
|
|
237
284
|
},
|
|
238
285
|
onAffixChange,
|
|
239
286
|
isTextInputFocused: parentState.focused,
|
|
@@ -254,9 +301,9 @@ const TextInputFlat = ({
|
|
|
254
301
|
visible: parentState.labeled
|
|
255
302
|
};
|
|
256
303
|
}
|
|
257
|
-
return
|
|
304
|
+
return (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
258
305
|
style: [containerStyle, viewStyle],
|
|
259
|
-
children: [
|
|
306
|
+
children: [(0, jsx_runtime_1.jsx)(Underline_1.Underline, {
|
|
260
307
|
style: underlineStyle,
|
|
261
308
|
hasActiveOutline: hasActiveOutline,
|
|
262
309
|
parentState: parentState,
|
|
@@ -267,7 +314,7 @@ const TextInputFlat = ({
|
|
|
267
314
|
},
|
|
268
315
|
activeColor: activeColor,
|
|
269
316
|
theme: theme
|
|
270
|
-
}),
|
|
317
|
+
}), (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
271
318
|
onLayout: onInputLayout,
|
|
272
319
|
style: [styles.labelContainer, {
|
|
273
320
|
minHeight,
|
|
@@ -275,18 +322,17 @@ const TextInputFlat = ({
|
|
|
275
322
|
flexShrink: 1
|
|
276
323
|
}],
|
|
277
324
|
children: [!isAndroid && multiline && !!label && !disabled &&
|
|
278
|
-
/*#__PURE__*/
|
|
279
325
|
// Workaround for: https://github.com/callstack/react-native-paper/issues/2799
|
|
280
326
|
// Patch for a multiline TextInput with fixed height, which allow to avoid covering input label with its value.
|
|
281
|
-
|
|
327
|
+
(0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
282
328
|
testID: "patch-container",
|
|
283
329
|
pointerEvents: "none",
|
|
284
|
-
style: [StyleSheet.absoluteFill, dense ? styles.densePatchContainer : styles.patchContainer, {
|
|
330
|
+
style: [react_native_1.StyleSheet.absoluteFill, dense ? styles.densePatchContainer : styles.patchContainer, {
|
|
285
331
|
backgroundColor: viewStyle.backgroundColor || containerStyle.backgroundColor,
|
|
286
332
|
left: paddingLeft,
|
|
287
333
|
right: paddingRight
|
|
288
334
|
}]
|
|
289
|
-
}), label ?
|
|
335
|
+
}), label ? (0, jsx_runtime_1.jsx)(InputLabel_1.default, {
|
|
290
336
|
labeled: parentState.labeled,
|
|
291
337
|
error: parentState.error,
|
|
292
338
|
focused: parentState.focused,
|
|
@@ -320,24 +366,24 @@ const TextInputFlat = ({
|
|
|
320
366
|
fontWeight,
|
|
321
367
|
color: finalInputTextColor,
|
|
322
368
|
textAlignVertical: multiline ? 'top' : 'center',
|
|
323
|
-
textAlign: textAlign ? textAlign : I18nManager.getConstants().isRTL ? 'right' : 'left',
|
|
369
|
+
textAlign: textAlign ? textAlign : react_native_1.I18nManager.getConstants().isRTL ? 'right' : 'left',
|
|
324
370
|
flex: 1,
|
|
325
371
|
flexShrink: 1,
|
|
326
372
|
minWidth: 0
|
|
327
|
-
}, Platform.OS === 'web' ? {
|
|
373
|
+
}, react_native_1.Platform.OS === 'web' ? {
|
|
328
374
|
outline: 'none',
|
|
329
375
|
outlineWidth: 0,
|
|
330
376
|
outlineStyle: 'none'
|
|
331
377
|
} : undefined, adornmentStyleAdjustmentForNativeInput, contentStyle],
|
|
332
378
|
testID
|
|
333
379
|
})]
|
|
334
|
-
}),
|
|
380
|
+
}), (0, jsx_runtime_1.jsx)(TextFieldAdornment_1.default, {
|
|
335
381
|
...adornmentProps
|
|
336
382
|
})]
|
|
337
383
|
});
|
|
338
384
|
};
|
|
339
|
-
|
|
340
|
-
const styles = StyleSheet.create({
|
|
385
|
+
exports.default = TextInputFlat;
|
|
386
|
+
const styles = react_native_1.StyleSheet.create({
|
|
341
387
|
placeholder: {
|
|
342
388
|
position: 'absolute',
|
|
343
389
|
left: 0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","I18nManager","Platform","StyleSheet","TextInput","NativeTextInput","View","Animated","useThemeColors","Underline","AdornmentSide","AdornmentType","InputMode","TextFieldAdornment","getAdornmentConfig","getAdornmentStyleAdjustmentForNativeInput","ADORNMENT_SIZE","LABEL_PADDING_TOP_DENSE","LABEL_WIGGLE_X_OFFSET","MAXIMIZED_LABEL_FONT_SIZE","MINIMIZED_LABEL_FONT_SIZE","MINIMIZED_LABEL_Y_OFFSET","MIN_DENSE_HEIGHT","MIN_DENSE_HEIGHT_WL","adjustPaddingFlat","calculateFlatAffixTopPosition","calculateFlatInputHorizontalPadding","calculateInputHeight","calculateLabelTopPosition","calculatePadding","getConstants","getFlatInputColors","InputLabel","jsx","_jsx","jsxs","_jsxs","TextInputFlat","disabled","editable","label","error","selectionColor","customSelectionColor","cursorColor","underlineColor","underlineStyle","activeUnderlineColor","textColor","dense","style","theme","render","props","multiline","parentState","innerRef","onFocus","forceFocus","onBlur","onChangeText","onLayoutAnimatedText","onLabelTextLayout","onLeftAffixLayoutChange","onRightAffixLayoutChange","onInputLayout","left","right","placeholderTextColor","testID","contentStyle","scaledLabel","rest","isAndroid","OS","isV3","roundness","font","fonts","bodyLarge","default","hasActiveOutline","focused","LABEL_PADDING_TOP","FLAT_INPUT_OFFSET","MIN_HEIGHT","MIN_WIDTH","fontSize","fontSizeStyle","lineHeight","lineHeightStyle","fontWeight","height","paddingHorizontal","textAlign","viewStyle","flatten","isPaddingHorizontalPassed","undefined","adornmentConfig","paddingLeft","paddingRight","leftLayout","rightLayout","rightAffixWidth","width","leftAffixWidth","adornmentStyleAdjustmentForNativeInput","inputOffset","mode","Flat","inputTextColor","activeColor","underlineColorCustom","placeholderColor","errorColor","backgroundColor","themeColors","containerStyle","inputBackground","borderTopLeftRadius","borderTopRightRadius","finalInputTextColor","text","labelScale","fontScale","labelWidth","labelLayout","labelHeight","labelHalfWidth","labelHalfHeight","baseLabelTranslateX","isRTL","minInputHeight","inputHeight","topPosition","console","warn","paddingSettings","offset","scale","styles","inputFlatDense","inputFlat","pad","paddingFlat","baseLabelTranslateY","current","placeholderOpacityAnims","useRef","Value","placeholderOpacity","labeled","measured","placeholderTextColorBasedOnState","displayPlaceholder","minHeight","flatHeight","iconTopPosition","leftAffixTopPosition","affixHeight","rightAffixTopPosition","labelProps","labelError","placeholderStyle","placeholder","wiggleOffsetX","maxFontSizeMultiplier","inputContainerLayout","labelTextLayout","opacity","value","affixTopPosition","Left","Right","onAffixChange","adornmentProps","Affix","Icon","isTextInputFocused","length","textStyle","visible","children","colors","onLayout","labelContainer","flex","flexShrink","pointerEvents","absoluteFill","densePatchContainer","patchContainer","wiggle","Boolean","labelLayoutMeasured","labelLayoutWidth","labelLayoutHeight","ref","underlineColorAndroid","input","color","textAlignVertical","minWidth","outline","outlineWidth","outlineStyle","create","position","paddingTop","paddingBottom","flexGrow","overflow","margin","zIndex"],"sourceRoot":"../../../../../src","sources":["ui/components/TextField/TextFieldFlat.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["__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","Underline_1","enums_1","TextFieldAdornment_1","TextFieldAdornment_2","constants_1","helpers_1","InputLabel_1","TextInputFlat","disabled","editable","label","error","selectionColor","customSelectionColor","cursorColor","underlineColor","underlineStyle","activeUnderlineColor","textColor","dense","style","theme","render","props","jsx","TextInput","multiline","parentState","innerRef","onFocus","forceFocus","onBlur","onChangeText","onLayoutAnimatedText","onLabelTextLayout","onLeftAffixLayoutChange","onRightAffixLayoutChange","onInputLayout","left","right","placeholderTextColor","testID","contentStyle","scaledLabel","rest","isAndroid","Platform","OS","isV3","roundness","font","fonts","bodyLarge","default","hasActiveOutline","focused","LABEL_PADDING_TOP","FLAT_INPUT_OFFSET","MIN_HEIGHT","MIN_WIDTH","getConstants","fontSize","fontSizeStyle","lineHeight","lineHeightStyle","fontWeight","height","paddingHorizontal","textAlign","viewStyle","StyleSheet","flatten","MAXIMIZED_LABEL_FONT_SIZE","isPaddingHorizontalPassed","adornmentConfig","getAdornmentConfig","paddingLeft","paddingRight","calculateFlatInputHorizontalPadding","leftLayout","rightLayout","rightAffixWidth","width","ADORNMENT_SIZE","leftAffixWidth","adornmentStyleAdjustmentForNativeInput","getAdornmentStyleAdjustmentForNativeInput","inputOffset","mode","InputMode","Flat","inputTextColor","activeColor","underlineColorCustom","placeholderColor","errorColor","backgroundColor","getFlatInputColors","themeColors","useThemeColors","containerStyle","inputBackground","borderTopLeftRadius","borderTopRightRadius","finalInputTextColor","text","labelScale","MINIMIZED_LABEL_FONT_SIZE","fontScale","labelWidth","labelLayout","labelHeight","labelHalfWidth","labelHalfHeight","baseLabelTranslateX","I18nManager","isRTL","minInputHeight","MIN_DENSE_HEIGHT_WL","MIN_DENSE_HEIGHT","LABEL_PADDING_TOP_DENSE","inputHeight","calculateInputHeight","topPosition","calculateLabelTopPosition","console","warn","paddingSettings","offset","scale","styles","inputFlatDense","inputFlat","pad","calculatePadding","paddingFlat","adjustPaddingFlat","baseLabelTranslateY","MINIMIZED_LABEL_Y_OFFSET","current","placeholderOpacityAnims","useRef","Animated","Value","placeholderOpacity","labeled","measured","placeholderTextColorBasedOnState","displayPlaceholder","minHeight","flatHeight","iconTopPosition","leftAffixTopPosition","calculateFlatAffixTopPosition","affixHeight","rightAffixTopPosition","labelProps","labelError","placeholderStyle","placeholder","wiggleOffsetX","LABEL_WIGGLE_X_OFFSET","maxFontSizeMultiplier","inputContainerLayout","labelTextLayout","opacity","affixTopPosition","AdornmentSide","Left","Right","onAffixChange","adornmentProps","AdornmentType","Affix","Icon","isTextInputFocused","textStyle","visible","jsxs","View","children","Underline","colors","onLayout","labelContainer","flex","flexShrink","pointerEvents","absoluteFill","densePatchContainer","patchContainer","wiggle","Boolean","labelLayoutMeasured","labelLayoutWidth","labelLayoutHeight","ref","underlineColorAndroid","input","color","textAlignVertical","minWidth","outline","outlineWidth","outlineStyle","position","paddingTop","paddingBottom","flexGrow","overflow","margin","zIndex"],"sourceRoot":"../../../../../src","sources":["ui/components/TextField/TextFieldFlat.js"],"mappings":"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","ignoreList":[]}
|