@oxyhq/services 6.9.15 → 6.9.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/assets/icons/OxyServices.js +13 -52
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
- package/lib/commonjs/assets/illustrations/HighFive.js +18 -57
- package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -1
- package/lib/commonjs/index.js +201 -190
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/lib/sonner-safe.js.map +0 -1
- package/lib/commonjs/lib/sonner.js +5 -16
- package/lib/commonjs/lib/sonner.js.map +1 -1
- package/lib/commonjs/lib/sonner.native.js +8 -45
- package/lib/commonjs/lib/sonner.native.js.map +1 -1
- package/lib/commonjs/lib/sonner.web.js +8 -45
- package/lib/commonjs/lib/sonner.web.js.map +1 -1
- package/lib/commonjs/ui/client.js +66 -88
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +0 -26
- package/lib/commonjs/ui/components/ActivityIndicator.js.map +0 -1
- package/lib/commonjs/ui/components/Avatar.js +39 -27
- package/lib/commonjs/ui/components/Avatar.js.map +0 -1
- package/lib/commonjs/ui/components/BottomSheet.js +0 -20
- package/lib/commonjs/ui/components/BottomSheet.js.map +0 -1
- package/lib/commonjs/ui/components/BottomSheetRouter.js +65 -103
- package/lib/commonjs/ui/components/BottomSheetRouter.js.map +0 -1
- package/lib/commonjs/ui/components/CrossFadeIcon.js +0 -30
- package/lib/commonjs/ui/components/CrossFadeIcon.js.map +0 -1
- package/lib/commonjs/ui/components/EmptyState.js +10 -13
- package/lib/commonjs/ui/components/EmptyState.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +52 -81
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/FontLoader.js +17 -52
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +27 -29
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +10 -11
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +0 -34
- package/lib/commonjs/ui/components/Header.js.map +0 -1
- package/lib/commonjs/ui/components/HelperText.js +0 -26
- package/lib/commonjs/ui/components/HelperText.js.map +0 -1
- package/lib/commonjs/ui/components/Icon.js +12 -12
- package/lib/commonjs/ui/components/Icon.js.map +1 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js.map +0 -1
- package/lib/commonjs/ui/components/IconButton/utils.js +4 -8
- package/lib/commonjs/ui/components/IconButton/utils.js.map +1 -1
- package/lib/commonjs/ui/components/LoadingState.js +11 -14
- package/lib/commonjs/ui/components/LoadingState.js.map +1 -1
- package/lib/commonjs/ui/components/OxyLogo.js +14 -53
- package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +17 -19
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js.map +0 -1
- package/lib/commonjs/ui/components/OxySignInButton.js +1 -1
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js +31 -35
- package/lib/commonjs/ui/components/ProfileCard.js.map +0 -1
- package/lib/commonjs/ui/components/QuickActions.js +16 -16
- package/lib/commonjs/ui/components/QuickActions.js.map +1 -1
- package/lib/commonjs/ui/components/Section.js +12 -15
- package/lib/commonjs/ui/components/Section.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +14 -13
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/SettingRow.js.map +0 -1
- package/lib/commonjs/ui/components/SignInModal.js +115 -132
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +71 -85
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +37 -79
- package/lib/commonjs/ui/components/Surface.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +8 -6
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +29 -74
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +23 -27
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +27 -31
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js +11 -11
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/types.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +21 -23
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +10 -37
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +1 -2
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +65 -106
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +0 -33
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/constants.js +25 -35
- package/lib/commonjs/ui/components/TextField/constants.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/helpers.js +43 -44
- package/lib/commonjs/ui/components/TextField/helpers.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/types.js.map +0 -1
- package/lib/commonjs/ui/components/TextField.js +35 -76
- package/lib/commonjs/ui/components/TextField.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +30 -64
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +26 -68
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/utils.js +6 -10
- package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +0 -1
- package/lib/commonjs/ui/components/Typography/types.js +3 -3
- package/lib/commonjs/ui/components/Typography/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/constants.js.map +0 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +0 -1
- package/lib/commonjs/ui/components/feedback/index.js +0 -10
- package/lib/commonjs/ui/components/feedback/index.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +5 -5
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js +14 -13
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +0 -1
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +66 -77
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +118 -127
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +0 -1
- package/lib/commonjs/ui/components/fileManagement/styles.js.map +0 -1
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +0 -20
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +0 -1
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/commonjs/ui/components/icon/index.js +7 -12
- package/lib/commonjs/ui/components/icon/index.js.map +1 -1
- package/lib/commonjs/ui/components/index.js +54 -62
- package/lib/commonjs/ui/components/index.js.map +1 -1
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +21 -22
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +0 -1
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +41 -52
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/commonjs/ui/components/modals/index.js +3 -8
- package/lib/commonjs/ui/components/modals/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +70 -89
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +0 -1
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +0 -1
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +0 -1
- package/lib/commonjs/ui/components/payment/constants.js.map +0 -1
- package/lib/commonjs/ui/components/payment/index.js +0 -15
- package/lib/commonjs/ui/components/payment/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/paymentStyles.js +10 -10
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/commonjs/ui/components/payment/types.js.map +1 -1
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js +27 -59
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/commonjs/ui/components/styles/overlay.js +6 -4
- package/lib/commonjs/ui/components/styles/overlay.js.map +1 -1
- package/lib/commonjs/ui/components/styles/shadow.js +7 -7
- package/lib/commonjs/ui/components/styles/shadow.js.map +1 -1
- package/lib/commonjs/ui/components/theming.js +6 -4
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/components/types.js.map +1 -1
- package/lib/commonjs/ui/components/utils/forwardRef.js +3 -43
- package/lib/commonjs/ui/components/utils/forwardRef.js.map +1 -1
- package/lib/commonjs/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/commonjs/ui/components/utils/roundLayoutSize.js.map +0 -1
- package/lib/commonjs/ui/components/utils/splitStyles.js +7 -1
- package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +16 -12
- package/lib/commonjs/ui/constants/iconColors.js.map +0 -1
- package/lib/commonjs/ui/constants/spacing.js.map +1 -1
- package/lib/commonjs/ui/constants/theme.js +9 -8
- package/lib/commonjs/ui/constants/theme.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +0 -1
- package/lib/commonjs/ui/context/OxyContext.js.map +0 -1
- package/lib/commonjs/ui/context/ThemeContext.js +4 -27
- package/lib/commonjs/ui/context/ThemeContext.js.map +1 -2
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +0 -27
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +0 -1
- package/lib/commonjs/ui/hooks/index.js +26 -27
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +22 -31
- package/lib/commonjs/ui/hooks/mutations/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +106 -83
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +53 -45
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/index.js +39 -50
- package/lib/commonjs/ui/hooks/queries/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +0 -6
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +39 -33
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +0 -1
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +12 -11
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +0 -1
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +32 -28
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queryClient.js +17 -10
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +26 -13
- package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +0 -1
- package/lib/commonjs/ui/hooks/useAuth.js +21 -24
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAvatarPicker.js +0 -3
- package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/commonjs/ui/hooks/useColorScheme.js +8 -6
- package/lib/commonjs/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +10 -10
- package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js +7 -7
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileFiltering.js +9 -7
- package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.js +75 -67
- package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.types.js +0 -5
- package/lib/commonjs/ui/hooks/useFollow.types.js.map +0 -1
- package/lib/commonjs/ui/hooks/useI18n.js +1 -1
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +17 -16
- package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/commonjs/ui/hooks/useQueryClient.js +2 -2
- package/lib/commonjs/ui/hooks/useQueryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +44 -40
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +39 -34
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSettingToggle.js +22 -16
- package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -1
- package/lib/commonjs/ui/hooks/useStorage.js +6 -6
- package/lib/commonjs/ui/hooks/useStorage.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeStyles.js +13 -12
- package/lib/commonjs/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/commonjs/ui/hooks/useWebSSO.js +19 -11
- package/lib/commonjs/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/commonjs/ui/index.js +138 -112
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/isFrontend.js +2 -2
- package/lib/commonjs/ui/isFrontend.js.map +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js.map +0 -1
- package/lib/commonjs/ui/navigation/routes.js +12 -6
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +66 -75
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +133 -164
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +133 -150
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +44 -83
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +0 -19
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +54 -61
- package/lib/commonjs/ui/screens/FAQScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +137 -155
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/FollowersListScreen.js +6 -9
- package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FollowingListScreen.js +6 -9
- package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +36 -75
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +43 -79
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +50 -82
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +31 -35
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +0 -23
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +107 -120
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +69 -63
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +205 -241
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +81 -114
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +102 -128
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +0 -31
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +32 -69
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +85 -120
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +72 -91
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +45 -80
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +29 -29
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/server.js +58 -47
- package/lib/commonjs/ui/server.js.map +1 -1
- package/lib/commonjs/ui/stores/accountStore.js +1 -1
- package/lib/commonjs/ui/stores/accountStore.js.map +0 -1
- package/lib/commonjs/ui/stores/assetStore.js +16 -13
- package/lib/commonjs/ui/stores/assetStore.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +6 -5
- package/lib/commonjs/ui/stores/authStore.js.map +1 -1
- package/lib/commonjs/ui/stores/fileStore.js.map +1 -1
- package/lib/commonjs/ui/stores/followStore.js +10 -3
- package/lib/commonjs/ui/stores/followStore.js.map +1 -1
- package/lib/commonjs/ui/styles/authStyles.js +12 -12
- package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
- package/lib/commonjs/ui/styles/fonts.js +19 -18
- package/lib/commonjs/ui/styles/fonts.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js.map +0 -1
- package/lib/commonjs/ui/styles/spacing.js +0 -11
- package/lib/commonjs/ui/styles/spacing.js.map +0 -1
- package/lib/commonjs/ui/styles/theme.js +12 -11
- package/lib/commonjs/ui/styles/theme.js.map +1 -1
- package/lib/commonjs/ui/types/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/types/navigation.js.map +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +16 -11
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
- package/lib/commonjs/ui/utils/colorUtils.js +0 -17
- package/lib/commonjs/ui/utils/colorUtils.js.map +0 -1
- package/lib/commonjs/ui/utils/confirmAction.js +1 -1
- package/lib/commonjs/ui/utils/confirmAction.js.map +1 -1
- package/lib/commonjs/ui/utils/errorHandlers.js +0 -1
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
- package/lib/commonjs/ui/utils/fileManagement.js +38 -22
- package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/utils/iconNames.js.map +0 -1
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/storageHelpers.js +12 -7
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/themeUtils.js +0 -15
- package/lib/commonjs/ui/utils/themeUtils.js.map +0 -1
- package/lib/commonjs/ui/utils/userUtils.js +9 -6
- package/lib/commonjs/ui/utils/userUtils.js.map +1 -1
- package/lib/commonjs/utils/hookUtils.js +79 -60
- package/lib/commonjs/utils/hookUtils.js.map +1 -1
- package/lib/module/assets/icons/OxyServices.js +0 -12
- package/lib/module/assets/icons/OxyServices.js.map +0 -1
- package/lib/module/assets/illustrations/HighFive.js +0 -15
- package/lib/module/assets/illustrations/HighFive.js.map +0 -1
- package/lib/module/index.js +35 -406
- package/lib/module/index.js.map +1 -1
- package/lib/module/lib/sonner-safe.js +8 -7
- package/lib/module/lib/sonner-safe.js.map +1 -1
- package/lib/module/lib/sonner.js +1 -17
- package/lib/module/lib/sonner.js.map +1 -1
- package/lib/module/lib/sonner.native.js +0 -45
- package/lib/module/lib/sonner.native.js.map +1 -1
- package/lib/module/lib/sonner.web.js +6 -48
- package/lib/module/lib/sonner.web.js.map +1 -1
- package/lib/module/ui/client.js +25 -165
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/ActivityIndicator.js +27 -69
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/AutoHeightScrollView.js +9 -13
- package/lib/module/ui/components/AutoHeightScrollView.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +0 -8
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +0 -99
- package/lib/module/ui/components/BottomSheet.js.map +0 -1
- package/lib/module/ui/components/BottomSheetRouter.js +61 -105
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +16 -60
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/EmptyState.js +7 -15
- package/lib/module/ui/components/EmptyState.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +50 -84
- package/lib/module/ui/components/FollowButton.js.map +0 -1
- package/lib/module/ui/components/FontLoader.js +17 -57
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +27 -31
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +9 -13
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +57 -102
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +13 -55
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +13 -19
- package/lib/module/ui/components/Icon.js.map +0 -1
- package/lib/module/ui/components/IconButton/IconButton.js +24 -31
- package/lib/module/ui/components/IconButton/IconButton.js.map +0 -1
- package/lib/module/ui/components/IconButton/utils.js +4 -14
- package/lib/module/ui/components/IconButton/utils.js.map +1 -1
- package/lib/module/ui/components/LoadingState.js +0 -12
- package/lib/module/ui/components/LoadingState.js.map +0 -1
- package/lib/module/ui/components/OxyLogo.js +0 -13
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +0 -14
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +48 -39
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +37 -42
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +29 -37
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +15 -18
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +0 -16
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +12 -15
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +0 -17
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +115 -142
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +0 -43
- package/lib/module/ui/components/StepBasedScreen.js.map +0 -1
- package/lib/module/ui/components/Surface.js +34 -82
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Outline.js +0 -8
- package/lib/module/ui/components/TextField/Addons/Outline.js.map +0 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js +8 -12
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -62
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +0 -15
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +28 -33
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/enums.js +9 -13
- package/lib/module/ui/components/TextField/Adornment/enums.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/types.js +0 -3
- package/lib/module/ui/components/TextField/Adornment/types.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/utils.js +2 -7
- package/lib/module/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +18 -25
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +0 -1
- package/lib/module/ui/components/TextField/TextFieldFlat.js +63 -109
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +61 -109
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/constants.js +0 -23
- package/lib/module/ui/components/TextField/constants.js.map +0 -1
- package/lib/module/ui/components/TextField/helpers.js +50 -69
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField/types.js +1 -3
- package/lib/module/ui/components/TextField/types.js.map +1 -1
- package/lib/module/ui/components/TextField.js +0 -64
- package/lib/module/ui/components/TextField.js.map +0 -1
- package/lib/module/ui/components/TouchableRipple/Pressable.js +6 -7
- package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +28 -67
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +0 -47
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/utils.js +6 -16
- package/lib/module/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +0 -8
- package/lib/module/ui/components/Typography/AnimatedText.js.map +0 -1
- package/lib/module/ui/components/Typography/types.js +3 -7
- package/lib/module/ui/components/Typography/types.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +12 -20
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/module/ui/components/feedback/ProgressIndicator.js +0 -10
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +0 -1
- package/lib/module/ui/components/feedback/constants.js +3 -7
- package/lib/module/ui/components/feedback/constants.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +10 -15
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +5 -56
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- package/lib/module/ui/components/feedback/types.js +0 -3
- package/lib/module/ui/components/feedback/types.js.map +0 -1
- package/lib/module/ui/components/feedback/useFeedbackForm.js +6 -11
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/module/ui/components/fileManagement/AnimatedButton.js +0 -10
- package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +0 -1
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +67 -72
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +0 -38
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +0 -1
- package/lib/module/ui/components/fileManagement/UploadPreview.js +0 -27
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +20 -24
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/FAIRWalletIcon.js +14 -58
- package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +0 -1
- package/lib/module/ui/components/icon/OxyIcon.js +0 -5
- package/lib/module/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/module/ui/components/icon/index.js +2 -23
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +0 -111
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/internal/GroupedPillButtons.js +0 -11
- package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/module/ui/components/internal/PinInput.js +12 -15
- package/lib/module/ui/components/internal/PinInput.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +40 -48
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +1 -16
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +69 -77
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +17 -25
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +0 -13
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +0 -1
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +0 -18
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +0 -1
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +0 -29
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +0 -1
- package/lib/module/ui/components/payment/constants.js +0 -7
- package/lib/module/ui/components/payment/constants.js.map +0 -1
- package/lib/module/ui/components/payment/index.js +0 -73
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +0 -9
- package/lib/module/ui/components/payment/paymentStyles.js.map +0 -1
- package/lib/module/ui/components/payment/types.js +1 -3
- package/lib/module/ui/components/payment/types.js.map +1 -1
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +25 -62
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/module/ui/components/styles/overlay.js +0 -13
- package/lib/module/ui/components/styles/overlay.js.map +1 -1
- package/lib/module/ui/components/styles/shadow.js +8 -12
- package/lib/module/ui/components/styles/shadow.js.map +1 -1
- package/lib/module/ui/components/theming.js +6 -9
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/components/types.js +1 -3
- package/lib/module/ui/components/types.js.map +1 -1
- package/lib/module/ui/components/utils/forwardRef.js +0 -40
- package/lib/module/ui/components/utils/forwardRef.js.map +0 -1
- package/lib/module/ui/components/utils/hasTouchHandler.js +1 -5
- package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js +1 -6
- package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -1
- package/lib/module/ui/components/utils/splitStyles.js +7 -5
- package/lib/module/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +14 -16
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/constants/spacing.js +25 -24
- package/lib/module/ui/constants/spacing.js.map +1 -1
- package/lib/module/ui/constants/theme.js +4 -7
- package/lib/module/ui/constants/theme.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +0 -17
- package/lib/module/ui/context/OxyContext.js.map +0 -1
- package/lib/module/ui/context/ThemeContext.js +7 -13
- package/lib/module/ui/context/ThemeContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +39 -68
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/index.js +0 -64
- package/lib/module/ui/hooks/index.js.map +0 -1
- package/lib/module/ui/hooks/mutations/index.js +5 -67
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationFactory.js +0 -7
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +0 -1
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +109 -92
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +54 -54
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/index.js +0 -114
- package/lib/module/ui/hooks/queries/index.js.map +0 -1
- package/lib/module/ui/hooks/queries/queryKeys.js +36 -39
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +40 -44
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +12 -17
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +0 -1
- package/lib/module/ui/hooks/queries/useServicesQueries.js +33 -37
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/queryClient.js +17 -17
- package/lib/module/ui/hooks/queryClient.js.map +1 -1
- package/lib/module/ui/hooks/useAssets.js +26 -19
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +16 -20
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +18 -25
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useAvatarPicker.js +13 -16
- package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/module/ui/hooks/useColorScheme.js +0 -3
- package/lib/module/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +11 -16
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFileDownloadUrl.js +9 -15
- package/lib/module/ui/hooks/useFileDownloadUrl.js.map +0 -1
- package/lib/module/ui/hooks/useFileFiltering.js +0 -9
- package/lib/module/ui/hooks/useFileFiltering.js.map +0 -1
- package/lib/module/ui/hooks/useFollow.js +77 -75
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.types.js +0 -6
- package/lib/module/ui/hooks/useFollow.types.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +0 -7
- package/lib/module/ui/hooks/useI18n.js.map +0 -1
- package/lib/module/ui/hooks/useLanguageManagement.js +18 -22
- package/lib/module/ui/hooks/useLanguageManagement.js.map +0 -1
- package/lib/module/ui/hooks/useProfileEditing.js +0 -9
- package/lib/module/ui/hooks/useProfileEditing.js.map +0 -1
- package/lib/module/ui/hooks/useQueryClient.js +0 -5
- package/lib/module/ui/hooks/useQueryClient.js.map +0 -1
- package/lib/module/ui/hooks/useSessionManagement.js +45 -46
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +0 -15
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +0 -14
- package/lib/module/ui/hooks/useSettingToggle.js.map +0 -1
- package/lib/module/ui/hooks/useStorage.js +7 -12
- package/lib/module/ui/hooks/useStorage.js.map +0 -1
- package/lib/module/ui/hooks/useThemeColors.js +10 -14
- package/lib/module/ui/hooks/useThemeColors.js.map +0 -1
- package/lib/module/ui/hooks/useThemeStyles.js +14 -18
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/hooks/useWebSSO.js +16 -12
- package/lib/module/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/module/ui/index.js +37 -117
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/isFrontend.js +1 -4
- package/lib/module/ui/isFrontend.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +0 -17
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +14 -8
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +65 -71
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +131 -167
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +0 -88
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +0 -88
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js +42 -86
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +76 -79
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +89 -114
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +0 -38
- package/lib/module/ui/screens/FAQScreen.js.map +0 -1
- package/lib/module/ui/screens/FeedbackScreen.js +0 -58
- package/lib/module/ui/screens/FeedbackScreen.js.map +0 -1
- package/lib/module/ui/screens/FileManagementScreen.js +0 -149
- package/lib/module/ui/screens/FileManagementScreen.js.map +0 -1
- package/lib/module/ui/screens/FollowersListScreen.js +0 -8
- package/lib/module/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/module/ui/screens/FollowingListScreen.js +4 -12
- package/lib/module/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +0 -45
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +41 -81
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +0 -71
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +0 -1
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +31 -33
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +35 -72
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +0 -50
- package/lib/module/ui/screens/OxyAuthScreen.js.map +0 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js +0 -28
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +0 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +205 -186
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +0 -56
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/ProfileScreen.js +101 -102
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +0 -55
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +0 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +0 -39
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/SessionManagementScreen.js +89 -81
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +18 -21
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +0 -69
- package/lib/module/ui/screens/UserListScreen.js.map +0 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +82 -123
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +26 -29
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +72 -74
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +43 -83
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +0 -30
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +80 -81
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/server.js +29 -50
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/stores/accountStore.js +0 -7
- package/lib/module/ui/stores/accountStore.js.map +0 -1
- package/lib/module/ui/stores/assetStore.js +14 -24
- package/lib/module/ui/stores/assetStore.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +5 -8
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/stores/fileStore.js +0 -6
- package/lib/module/ui/stores/fileStore.js.map +0 -1
- package/lib/module/ui/stores/followStore.js +9 -6
- package/lib/module/ui/stores/followStore.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +12 -17
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/fonts.js +0 -8
- package/lib/module/ui/styles/fonts.js.map +0 -1
- package/lib/module/ui/styles/index.js +4 -26
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +0 -54
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +13 -19
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/types/fileManagement.js +1 -3
- package/lib/module/ui/types/fileManagement.js.map +0 -1
- package/lib/module/ui/types/navigation.js +1 -3
- package/lib/module/ui/types/navigation.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +0 -5
- package/lib/module/ui/utils/avatarUtils.js.map +0 -1
- package/lib/module/ui/utils/colorUtils.js +0 -44
- package/lib/module/ui/utils/colorUtils.js.map +0 -1
- package/lib/module/ui/utils/confirmAction.js +0 -7
- package/lib/module/ui/utils/confirmAction.js.map +1 -1
- package/lib/module/ui/utils/errorHandlers.js +18 -16
- package/lib/module/ui/utils/errorHandlers.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +0 -6
- package/lib/module/ui/utils/fileManagement.js.map +0 -1
- package/lib/module/ui/utils/iconNames.js +20 -24
- package/lib/module/ui/utils/iconNames.js.map +1 -1
- package/lib/module/ui/utils/sessionHelpers.js +15 -17
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/module/ui/utils/storageHelpers.js +10 -12
- package/lib/module/ui/utils/storageHelpers.js.map +1 -1
- package/lib/module/ui/utils/themeUtils.js +2 -35
- package/lib/module/ui/utils/themeUtils.js.map +0 -1
- package/lib/module/ui/utils/userUtils.js +6 -10
- package/lib/module/ui/utils/userUtils.js.map +1 -1
- package/lib/module/utils/hookUtils.js +83 -82
- package/lib/module/utils/hookUtils.js.map +1 -1
- package/lib/typescript/commonjs/index.d.ts +2 -1
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts +0 -1
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/index.d.ts +28 -21
- package/lib/typescript/commonjs/ui/index.d.ts.map +1 -1
- package/lib/typescript/module/index.d.ts +2 -1
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useAuth.d.ts +0 -1
- package/lib/typescript/module/ui/hooks/useAuth.d.ts.map +1 -1
- package/lib/typescript/module/ui/index.d.ts +28 -21
- package/lib/typescript/module/ui/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -1
- package/src/ui/hooks/useAuth.ts +0 -2
- package/src/ui/index.ts +33 -104
- package/lib/commonjs/assets/assets/icons/OxyServices.d.ts +0 -28
- package/lib/commonjs/assets/assets/icons/OxyServices.js +0 -53
- package/lib/commonjs/assets/assets/illustrations/HighFive.d.ts +0 -7
- package/lib/commonjs/assets/assets/illustrations/HighFive.js +0 -41
- package/lib/module/assets/assets/icons/OxyServices.d.ts +0 -28
- package/lib/module/assets/assets/icons/OxyServices.js +0 -53
- package/lib/module/assets/assets/illustrations/HighFive.d.ts +0 -7
- package/lib/module/assets/assets/illustrations/HighFive.js +0 -41
- package/lib/typescript/assets/icons/OxyServices.d.ts +0 -28
- package/lib/typescript/assets/illustrations/HighFive.d.ts +0 -7
- package/lib/typescript/index.d.ts +0 -46
- package/lib/typescript/lib/sonner-safe.d.ts +0 -8
- package/lib/typescript/lib/sonner.d.ts +0 -11
- package/lib/typescript/lib/sonner.native.d.ts +0 -14
- package/lib/typescript/lib/sonner.web.d.ts +0 -14
- package/lib/typescript/ui/client.d.ts +0 -30
- package/lib/typescript/ui/components/ActivityIndicator.d.ts +0 -44
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts +0 -22
- package/lib/typescript/ui/components/Avatar.d.ts +0 -60
- package/lib/typescript/ui/components/BottomSheet.d.ts +0 -28
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts +0 -8
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts +0 -26
- package/lib/typescript/ui/components/EmptyState.d.ts +0 -7
- package/lib/typescript/ui/components/FollowButton.d.ts +0 -28
- package/lib/typescript/ui/components/FontLoader.d.ts +0 -14
- package/lib/typescript/ui/components/GroupedItem.d.ts +0 -23
- package/lib/typescript/ui/components/GroupedSection.d.ts +0 -29
- package/lib/typescript/ui/components/Header.d.ts +0 -37
- package/lib/typescript/ui/components/HelperText.d.ts +0 -46
- package/lib/typescript/ui/components/Icon.d.ts +0 -59
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts +0 -98
- package/lib/typescript/ui/components/IconButton/utils.d.ts +0 -18
- package/lib/typescript/ui/components/LoadingState.d.ts +0 -8
- package/lib/typescript/ui/components/OxyLogo.d.ts +0 -28
- package/lib/typescript/ui/components/OxyPayButton.d.ts +0 -28
- package/lib/typescript/ui/components/OxyProvider.d.ts +0 -37
- package/lib/typescript/ui/components/OxySignInButton.d.ts +0 -64
- package/lib/typescript/ui/components/ProfileCard.d.ts +0 -17
- package/lib/typescript/ui/components/QuickActions.d.ts +0 -14
- package/lib/typescript/ui/components/Section.d.ts +0 -11
- package/lib/typescript/ui/components/SectionTitle.d.ts +0 -9
- package/lib/typescript/ui/components/SettingRow.d.ts +0 -19
- package/lib/typescript/ui/components/SignInModal.d.ts +0 -17
- package/lib/typescript/ui/components/StepBasedScreen.d.ts +0 -25
- package/lib/typescript/ui/components/Surface.d.ts +0 -75
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts +0 -15
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts +0 -18
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -44
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -72
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -77
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts +0 -12
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts +0 -11
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts +0 -11
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts +0 -4
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts +0 -3
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts +0 -3
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts +0 -3
- package/lib/typescript/ui/components/TextField/constants.d.ts +0 -31
- package/lib/typescript/ui/components/TextField/helpers.d.ts +0 -96
- package/lib/typescript/ui/components/TextField/types.d.ts +0 -155
- package/lib/typescript/ui/components/TextField.d.ts +0 -191
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts +0 -12
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -61
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -24
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts +0 -10
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts +0 -34
- package/lib/typescript/ui/components/Typography/types.d.ts +0 -18
- package/lib/typescript/ui/components/feedback/FormInput.d.ts +0 -19
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts +0 -10
- package/lib/typescript/ui/components/feedback/constants.d.ts +0 -4
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts +0 -279
- package/lib/typescript/ui/components/feedback/index.d.ts +0 -6
- package/lib/typescript/ui/components/feedback/types.d.ts +0 -45
- package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts +0 -8
- package/lib/typescript/ui/components/fileManagement/AnimatedButton.d.ts +0 -15
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts +0 -14
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts +0 -17
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts +0 -20
- package/lib/typescript/ui/components/fileManagement/styles.d.ts +0 -859
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts +0 -8
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +0 -9
- package/lib/typescript/ui/components/icon/index.d.ts +0 -3
- package/lib/typescript/ui/components/index.d.ts +0 -16
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +0 -23
- package/lib/typescript/ui/components/internal/PinInput.d.ts +0 -22
- package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts +0 -18
- package/lib/typescript/ui/components/modals/index.d.ts +0 -1
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts +0 -20
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts +0 -13
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts +0 -15
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts +0 -9
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts +0 -14
- package/lib/typescript/ui/components/payment/constants.d.ts +0 -6
- package/lib/typescript/ui/components/payment/index.d.ts +0 -8
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts +0 -395
- package/lib/typescript/ui/components/payment/types.d.ts +0 -39
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts +0 -26
- package/lib/typescript/ui/components/styles/overlay.d.ts +0 -3
- package/lib/typescript/ui/components/styles/shadow.d.ts +0 -2
- package/lib/typescript/ui/components/theming.d.ts +0 -7
- package/lib/typescript/ui/components/types.d.ts +0 -80
- package/lib/typescript/ui/components/utils/forwardRef.d.ts +0 -11
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts +0 -5
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts +0 -1
- package/lib/typescript/ui/components/utils/splitStyles.d.ts +0 -19
- package/lib/typescript/ui/constants/iconColors.d.ts +0 -129
- package/lib/typescript/ui/constants/spacing.d.ts +0 -32
- package/lib/typescript/ui/constants/theme.d.ts +0 -96
- package/lib/typescript/ui/context/OxyContext.d.ts +0 -75
- package/lib/typescript/ui/context/ThemeContext.d.ts +0 -18
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +0 -39
- package/lib/typescript/ui/hooks/index.d.ts +0 -6
- package/lib/typescript/ui/hooks/mutations/index.d.ts +0 -8
- package/lib/typescript/ui/hooks/mutations/mutationFactory.d.ts +0 -75
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts +0 -42
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts +0 -22
- package/lib/typescript/ui/hooks/queries/index.d.ts +0 -10
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts +0 -64
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts +0 -42
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts +0 -14
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts +0 -30
- package/lib/typescript/ui/hooks/queryClient.d.ts +0 -18
- package/lib/typescript/ui/hooks/useAssets.d.ts +0 -34
- package/lib/typescript/ui/hooks/useAsyncAction.d.ts +0 -50
- package/lib/typescript/ui/hooks/useAuth.d.ts +0 -77
- package/lib/typescript/ui/hooks/useAvatarPicker.d.ts +0 -24
- package/lib/typescript/ui/hooks/useColorScheme.d.ts +0 -7
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts +0 -26
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts +0 -21
- package/lib/typescript/ui/hooks/useFileFiltering.d.ts +0 -28
- package/lib/typescript/ui/hooks/useFollow.d.ts +0 -92
- package/lib/typescript/ui/hooks/useFollow.types.d.ts +0 -32
- package/lib/typescript/ui/hooks/useI18n.d.ts +0 -4
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts +0 -24
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts +0 -35
- package/lib/typescript/ui/hooks/useQueryClient.d.ts +0 -6
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts +0 -40
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts +0 -14
- package/lib/typescript/ui/hooks/useSettingToggle.d.ts +0 -56
- package/lib/typescript/ui/hooks/useStorage.d.ts +0 -15
- package/lib/typescript/ui/hooks/useThemeColors.d.ts +0 -93
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts +0 -44
- package/lib/typescript/ui/hooks/useWebSSO.d.ts +0 -57
- package/lib/typescript/ui/index.d.ts +0 -23
- package/lib/typescript/ui/isFrontend.d.ts +0 -2
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts +0 -26
- package/lib/typescript/ui/navigation/routes.d.ts +0 -5
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +0 -7
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/EditProfileFieldScreen.d.ts +0 -12
- package/lib/typescript/ui/screens/FAQScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/FollowersListScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/FollowingListScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts +0 -6
- package/lib/typescript/ui/screens/LearnMoreUsernamesScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts +0 -16
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +0 -14
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts +0 -14
- package/lib/typescript/ui/screens/UserListScreen.d.ts +0 -10
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts +0 -12
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +0 -4
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +0 -4
- package/lib/typescript/ui/server.d.ts +0 -40
- package/lib/typescript/ui/stores/accountStore.d.ts +0 -26
- package/lib/typescript/ui/stores/assetStore.d.ts +0 -53
- package/lib/typescript/ui/stores/authStore.d.ts +0 -16
- package/lib/typescript/ui/stores/fileStore.d.ts +0 -30
- package/lib/typescript/ui/stores/followStore.d.ts +0 -24
- package/lib/typescript/ui/styles/authStyles.d.ts +0 -331
- package/lib/typescript/ui/styles/fonts.d.ts +0 -20
- package/lib/typescript/ui/styles/index.d.ts +0 -4
- package/lib/typescript/ui/styles/spacing.d.ts +0 -48
- package/lib/typescript/ui/styles/theme.d.ts +0 -67
- package/lib/typescript/ui/types/fileManagement.d.ts +0 -40
- package/lib/typescript/ui/types/navigation.d.ts +0 -36
- package/lib/typescript/ui/utils/avatarUtils.d.ts +0 -22
- package/lib/typescript/ui/utils/colorUtils.d.ts +0 -9
- package/lib/typescript/ui/utils/confirmAction.d.ts +0 -6
- package/lib/typescript/ui/utils/errorHandlers.d.ts +0 -34
- package/lib/typescript/ui/utils/fileManagement.d.ts +0 -86
- package/lib/typescript/ui/utils/iconNames.d.ts +0 -111
- package/lib/typescript/ui/utils/sessionHelpers.d.ts +0 -64
- package/lib/typescript/ui/utils/storageHelpers.d.ts +0 -27
- package/lib/typescript/ui/utils/themeUtils.d.ts +0 -10
- package/lib/typescript/ui/utils/userUtils.d.ts +0 -28
- package/lib/typescript/utils/hookUtils.d.ts +0 -101
- package/src/assets/icons/OxyServices.d.ts +0 -28
- package/src/assets/icons/OxyServices.js +0 -53
- package/src/assets/illustrations/HighFive.d.ts +0 -7
- package/src/assets/illustrations/HighFive.js +0 -41
- package/src/index.d.ts +0 -46
- package/src/index.js +0 -127
- package/src/lib/sonner-safe.d.ts +0 -8
- package/src/lib/sonner-safe.js +0 -28
- package/src/lib/sonner.d.ts +0 -11
- package/src/lib/sonner.js +0 -16
- package/src/lib/sonner.native.d.ts +0 -14
- package/src/lib/sonner.native.js +0 -46
- package/src/lib/sonner.web.d.ts +0 -14
- package/src/lib/sonner.web.js +0 -46
- package/src/ui/client.d.ts +0 -30
- package/src/ui/client.js +0 -64
- package/src/ui/components/ActivityIndicator.d.ts +0 -44
- package/src/ui/components/ActivityIndicator.js +0 -184
- package/src/ui/components/AutoHeightScrollView.d.ts +0 -22
- package/src/ui/components/AutoHeightScrollView.js +0 -33
- package/src/ui/components/Avatar.d.ts +0 -60
- package/src/ui/components/Avatar.js +0 -146
- package/src/ui/components/BottomSheet.d.ts +0 -28
- package/src/ui/components/BottomSheet.js +0 -374
- package/src/ui/components/BottomSheetRouter.d.ts +0 -8
- package/src/ui/components/BottomSheetRouter.js +0 -211
- package/src/ui/components/CrossFadeIcon.d.ts +0 -26
- package/src/ui/components/CrossFadeIcon.js +0 -111
- package/src/ui/components/EmptyState.d.ts +0 -7
- package/src/ui/components/EmptyState.js +0 -27
- package/src/ui/components/FollowButton.d.ts +0 -28
- package/src/ui/components/FollowButton.js +0 -197
- package/src/ui/components/FontLoader.d.ts +0 -14
- package/src/ui/components/FontLoader.js +0 -185
- package/src/ui/components/GroupedItem.d.ts +0 -23
- package/src/ui/components/GroupedItem.js +0 -84
- package/src/ui/components/GroupedSection.d.ts +0 -29
- package/src/ui/components/GroupedSection.js +0 -13
- package/src/ui/components/Header.d.ts +0 -37
- package/src/ui/components/Header.js +0 -400
- package/src/ui/components/HelperText.d.ts +0 -46
- package/src/ui/components/HelperText.js +0 -119
- package/src/ui/components/Icon.d.ts +0 -59
- package/src/ui/components/Icon.js +0 -108
- package/src/ui/components/IconButton/IconButton.d.ts +0 -98
- package/src/ui/components/IconButton/IconButton.js +0 -90
- package/src/ui/components/IconButton/utils.d.ts +0 -18
- package/src/ui/components/IconButton/utils.js +0 -119
- package/src/ui/components/LoadingState.d.ts +0 -8
- package/src/ui/components/LoadingState.js +0 -29
- package/src/ui/components/OxyLogo.d.ts +0 -28
- package/src/ui/components/OxyLogo.js +0 -53
- package/src/ui/components/OxyPayButton.d.ts +0 -28
- package/src/ui/components/OxyPayButton.js +0 -76
- package/src/ui/components/OxyProvider.d.ts +0 -37
- package/src/ui/components/OxyProvider.js +0 -197
- package/src/ui/components/OxySignInButton.d.ts +0 -64
- package/src/ui/components/OxySignInButton.js +0 -145
- package/src/ui/components/ProfileCard.d.ts +0 -17
- package/src/ui/components/ProfileCard.js +0 -82
- package/src/ui/components/QuickActions.d.ts +0 -14
- package/src/ui/components/QuickActions.js +0 -62
- package/src/ui/components/Section.d.ts +0 -11
- package/src/ui/components/Section.js +0 -24
- package/src/ui/components/SectionTitle.d.ts +0 -9
- package/src/ui/components/SectionTitle.js +0 -21
- package/src/ui/components/SettingRow.d.ts +0 -19
- package/src/ui/components/SettingRow.js +0 -38
- package/src/ui/components/SignInModal.d.ts +0 -17
- package/src/ui/components/SignInModal.js +0 -428
- package/src/ui/components/StepBasedScreen.d.ts +0 -25
- package/src/ui/components/StepBasedScreen.js +0 -372
- package/src/ui/components/Surface.d.ts +0 -75
- package/src/ui/components/Surface.js +0 -239
- package/src/ui/components/TextField/Addons/Outline.d.ts +0 -15
- package/src/ui/components/TextField/Addons/Outline.js +0 -30
- package/src/ui/components/TextField/Addons/Underline.d.ts +0 -18
- package/src/ui/components/TextField/Addons/Underline.js +0 -45
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -44
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -132
- package/src/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -72
- package/src/ui/components/TextField/Adornment/TextFieldAffix.js +0 -88
- package/src/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -77
- package/src/ui/components/TextField/Adornment/TextFieldIcon.js +0 -91
- package/src/ui/components/TextField/Adornment/enums.d.ts +0 -12
- package/src/ui/components/TextField/Adornment/enums.js +0 -18
- package/src/ui/components/TextField/Adornment/types.d.ts +0 -11
- package/src/ui/components/TextField/Adornment/types.js +0 -2
- package/src/ui/components/TextField/Adornment/utils.d.ts +0 -11
- package/src/ui/components/TextField/Adornment/utils.js +0 -50
- package/src/ui/components/TextField/Label/InputLabel.d.ts +0 -4
- package/src/ui/components/TextField/Label/InputLabel.js +0 -125
- package/src/ui/components/TextField/Label/LabelBackground.d.ts +0 -3
- package/src/ui/components/TextField/Label/LabelBackground.js +0 -71
- package/src/ui/components/TextField/TextFieldFlat.d.ts +0 -3
- package/src/ui/components/TextField/TextFieldFlat.js +0 -347
- package/src/ui/components/TextField/TextFieldOutlined.d.ts +0 -3
- package/src/ui/components/TextField/TextFieldOutlined.js +0 -313
- package/src/ui/components/TextField/constants.d.ts +0 -31
- package/src/ui/components/TextField/constants.js +0 -40
- package/src/ui/components/TextField/helpers.d.ts +0 -96
- package/src/ui/components/TextField/helpers.js +0 -388
- package/src/ui/components/TextField/types.d.ts +0 -155
- package/src/ui/components/TextField/types.js +0 -2
- package/src/ui/components/TextField.d.ts +0 -191
- package/src/ui/components/TextField.js +0 -291
- package/src/ui/components/TouchableRipple/Pressable.d.ts +0 -12
- package/src/ui/components/TouchableRipple/Pressable.js +0 -5
- package/src/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -61
- package/src/ui/components/TouchableRipple/TouchableRipple.js +0 -246
- package/src/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -24
- package/src/ui/components/TouchableRipple/TouchableRipple.native.js +0 -99
- package/src/ui/components/TouchableRipple/utils.d.ts +0 -10
- package/src/ui/components/TouchableRipple/utils.js +0 -40
- package/src/ui/components/Typography/AnimatedText.d.ts +0 -34
- package/src/ui/components/Typography/AnimatedText.js +0 -49
- package/src/ui/components/Typography/types.d.ts +0 -18
- package/src/ui/components/Typography/types.js +0 -22
- package/src/ui/components/feedback/FormInput.d.ts +0 -19
- package/src/ui/components/feedback/FormInput.js +0 -26
- package/src/ui/components/feedback/ProgressIndicator.d.ts +0 -10
- package/src/ui/components/feedback/ProgressIndicator.js +0 -16
- package/src/ui/components/feedback/constants.d.ts +0 -4
- package/src/ui/components/feedback/constants.js +0 -21
- package/src/ui/components/feedback/feedbackStyles.d.ts +0 -279
- package/src/ui/components/feedback/feedbackStyles.js +0 -250
- package/src/ui/components/feedback/index.d.ts +0 -6
- package/src/ui/components/feedback/index.js +0 -18
- package/src/ui/components/feedback/types.d.ts +0 -45
- package/src/ui/components/feedback/types.js +0 -2
- package/src/ui/components/feedback/useFeedbackForm.d.ts +0 -8
- package/src/ui/components/feedback/useFeedbackForm.js +0 -42
- package/src/ui/components/fileManagement/AnimatedButton.d.ts +0 -15
- package/src/ui/components/fileManagement/AnimatedButton.js +0 -29
- package/src/ui/components/fileManagement/FileDetailsModal.d.ts +0 -14
- package/src/ui/components/fileManagement/FileDetailsModal.js +0 -22
- package/src/ui/components/fileManagement/FileViewer.d.ts +0 -17
- package/src/ui/components/fileManagement/FileViewer.js +0 -138
- package/src/ui/components/fileManagement/UploadPreview.d.ts +0 -20
- package/src/ui/components/fileManagement/UploadPreview.js +0 -35
- package/src/ui/components/fileManagement/styles.d.ts +0 -859
- package/src/ui/components/fileManagement/styles.js +0 -861
- package/src/ui/components/icon/FAIRWalletIcon.d.ts +0 -8
- package/src/ui/components/icon/FAIRWalletIcon.js +0 -54
- package/src/ui/components/icon/OxyIcon.d.ts +0 -9
- package/src/ui/components/icon/OxyIcon.js +0 -9
- package/src/ui/components/icon/index.d.ts +0 -3
- package/src/ui/components/icon/index.js +0 -10
- package/src/ui/components/index.d.ts +0 -16
- package/src/ui/components/index.js +0 -42
- package/src/ui/components/internal/GroupedPillButtons.d.ts +0 -23
- package/src/ui/components/internal/GroupedPillButtons.js +0 -149
- package/src/ui/components/internal/PinInput.d.ts +0 -22
- package/src/ui/components/internal/PinInput.js +0 -76
- package/src/ui/components/modals/DeleteAccountModal.d.ts +0 -18
- package/src/ui/components/modals/DeleteAccountModal.js +0 -154
- package/src/ui/components/modals/index.d.ts +0 -1
- package/src/ui/components/modals/index.js +0 -8
- package/src/ui/components/payment/PaymentDetailsStep.d.ts +0 -20
- package/src/ui/components/payment/PaymentDetailsStep.js +0 -65
- package/src/ui/components/payment/PaymentMethodStep.d.ts +0 -13
- package/src/ui/components/payment/PaymentMethodStep.js +0 -54
- package/src/ui/components/payment/PaymentReviewStep.d.ts +0 -15
- package/src/ui/components/payment/PaymentReviewStep.js +0 -88
- package/src/ui/components/payment/PaymentSuccessStep.d.ts +0 -9
- package/src/ui/components/payment/PaymentSuccessStep.js +0 -35
- package/src/ui/components/payment/PaymentSummaryStep.d.ts +0 -14
- package/src/ui/components/payment/PaymentSummaryStep.js +0 -60
- package/src/ui/components/payment/constants.d.ts +0 -6
- package/src/ui/components/payment/constants.js +0 -38
- package/src/ui/components/payment/index.d.ts +0 -8
- package/src/ui/components/payment/index.js +0 -24
- package/src/ui/components/payment/paymentStyles.d.ts +0 -395
- package/src/ui/components/payment/paymentStyles.js +0 -399
- package/src/ui/components/payment/types.d.ts +0 -39
- package/src/ui/components/payment/types.js +0 -2
- package/src/ui/components/photogrid/JustifiedPhotoGrid.d.ts +0 -26
- package/src/ui/components/photogrid/JustifiedPhotoGrid.js +0 -122
- package/src/ui/components/styles/overlay.d.ts +0 -3
- package/src/ui/components/styles/overlay.js +0 -81
- package/src/ui/components/styles/shadow.d.ts +0 -2
- package/src/ui/components/styles/shadow.js +0 -123
- package/src/ui/components/theming.d.ts +0 -7
- package/src/ui/components/theming.js +0 -111
- package/src/ui/components/types.d.ts +0 -80
- package/src/ui/components/types.js +0 -2
- package/src/ui/components/utils/forwardRef.d.ts +0 -11
- package/src/ui/components/utils/forwardRef.js +0 -46
- package/src/ui/components/utils/hasTouchHandler.d.ts +0 -5
- package/src/ui/components/utils/hasTouchHandler.js +0 -14
- package/src/ui/components/utils/roundLayoutSize.d.ts +0 -1
- package/src/ui/components/utils/roundLayoutSize.js +0 -5
- package/src/ui/components/utils/splitStyles.d.ts +0 -19
- package/src/ui/components/utils/splitStyles.js +0 -40
- package/src/ui/constants/iconColors.d.ts +0 -129
- package/src/ui/constants/iconColors.js +0 -76
- package/src/ui/constants/spacing.d.ts +0 -32
- package/src/ui/constants/spacing.js +0 -40
- package/src/ui/constants/theme.d.ts +0 -96
- package/src/ui/constants/theme.js +0 -118
- package/src/ui/context/OxyContext.d.ts +0 -75
- package/src/ui/context/OxyContext.js +0 -522
- package/src/ui/context/ThemeContext.d.ts +0 -18
- package/src/ui/context/ThemeContext.js +0 -25
- package/src/ui/context/hooks/useAuthOperations.d.ts +0 -39
- package/src/ui/context/hooks/useAuthOperations.js +0 -318
- package/src/ui/hooks/index.d.ts +0 -6
- package/src/ui/hooks/index.js +0 -19
- package/src/ui/hooks/mutations/index.d.ts +0 -8
- package/src/ui/hooks/mutations/index.js +0 -23
- package/src/ui/hooks/mutations/mutationFactory.d.ts +0 -75
- package/src/ui/hooks/mutations/mutationFactory.js +0 -126
- package/src/ui/hooks/mutations/useAccountMutations.d.ts +0 -42
- package/src/ui/hooks/mutations/useAccountMutations.js +0 -274
- package/src/ui/hooks/mutations/useServicesMutations.d.ts +0 -22
- package/src/ui/hooks/mutations/useServicesMutations.js +0 -149
- package/src/ui/hooks/queries/index.d.ts +0 -10
- package/src/ui/hooks/queries/index.js +0 -35
- package/src/ui/hooks/queries/queryKeys.d.ts +0 -64
- package/src/ui/hooks/queries/queryKeys.js +0 -82
- package/src/ui/hooks/queries/useAccountQueries.d.ts +0 -42
- package/src/ui/hooks/queries/useAccountQueries.js +0 -141
- package/src/ui/hooks/queries/useSecurityQueries.d.ts +0 -14
- package/src/ui/hooks/queries/useSecurityQueries.js +0 -45
- package/src/ui/hooks/queries/useServicesQueries.d.ts +0 -30
- package/src/ui/hooks/queries/useServicesQueries.js +0 -113
- package/src/ui/hooks/queryClient.d.ts +0 -18
- package/src/ui/hooks/queryClient.js +0 -111
- package/src/ui/hooks/useAssets.d.ts +0 -34
- package/src/ui/hooks/useAssets.js +0 -204
- package/src/ui/hooks/useAsyncAction.d.ts +0 -50
- package/src/ui/hooks/useAsyncAction.js +0 -77
- package/src/ui/hooks/useAuth.d.ts +0 -77
- package/src/ui/hooks/useAuth.js +0 -135
- package/src/ui/hooks/useAvatarPicker.d.ts +0 -24
- package/src/ui/hooks/useAvatarPicker.js +0 -44
- package/src/ui/hooks/useColorScheme.d.ts +0 -7
- package/src/ui/hooks/useColorScheme.js +0 -23
- package/src/ui/hooks/useDeviceManagement.d.ts +0 -26
- package/src/ui/hooks/useDeviceManagement.js +0 -69
- package/src/ui/hooks/useFileDownloadUrl.d.ts +0 -21
- package/src/ui/hooks/useFileDownloadUrl.js +0 -104
- package/src/ui/hooks/useFileFiltering.d.ts +0 -28
- package/src/ui/hooks/useFileFiltering.js +0 -80
- package/src/ui/hooks/useFollow.d.ts +0 -92
- package/src/ui/hooks/useFollow.js +0 -216
- package/src/ui/hooks/useFollow.types.d.ts +0 -32
- package/src/ui/hooks/useFollow.types.js +0 -4
- package/src/ui/hooks/useI18n.d.ts +0 -4
- package/src/ui/hooks/useI18n.js +0 -13
- package/src/ui/hooks/useLanguageManagement.d.ts +0 -24
- package/src/ui/hooks/useLanguageManagement.js +0 -108
- package/src/ui/hooks/useProfileEditing.d.ts +0 -35
- package/src/ui/hooks/useProfileEditing.js +0 -101
- package/src/ui/hooks/useQueryClient.d.ts +0 -6
- package/src/ui/hooks/useQueryClient.js +0 -16
- package/src/ui/hooks/useSessionManagement.d.ts +0 -40
- package/src/ui/hooks/useSessionManagement.js +0 -312
- package/src/ui/hooks/useSessionSocket.d.ts +0 -14
- package/src/ui/hooks/useSessionSocket.js +0 -209
- package/src/ui/hooks/useSettingToggle.d.ts +0 -56
- package/src/ui/hooks/useSettingToggle.js +0 -97
- package/src/ui/hooks/useStorage.d.ts +0 -15
- package/src/ui/hooks/useStorage.js +0 -40
- package/src/ui/hooks/useThemeColors.d.ts +0 -93
- package/src/ui/hooks/useThemeColors.js +0 -27
- package/src/ui/hooks/useThemeStyles.d.ts +0 -44
- package/src/ui/hooks/useThemeStyles.js +0 -63
- package/src/ui/hooks/useWebSSO.d.ts +0 -57
- package/src/ui/hooks/useWebSSO.js +0 -146
- package/src/ui/index.d.ts +0 -23
- package/src/ui/index.js +0 -97
- package/src/ui/isFrontend.d.ts +0 -2
- package/src/ui/isFrontend.js +0 -6
- package/src/ui/navigation/bottomSheetManager.d.ts +0 -26
- package/src/ui/navigation/bottomSheetManager.js +0 -68
- package/src/ui/navigation/routes.d.ts +0 -5
- package/src/ui/navigation/routes.js +0 -75
- package/src/ui/screens/AccountCenterScreen.d.ts +0 -4
- package/src/ui/screens/AccountCenterScreen.js +0 -202
- package/src/ui/screens/AccountOverviewScreen.d.ts +0 -4
- package/src/ui/screens/AccountOverviewScreen.js +0 -648
- package/src/ui/screens/AccountSettingsScreen.d.ts +0 -7
- package/src/ui/screens/AccountSettingsScreen.js +0 -480
- package/src/ui/screens/AccountSwitcherScreen.d.ts +0 -4
- package/src/ui/screens/AccountSwitcherScreen.js +0 -482
- package/src/ui/screens/AccountVerificationScreen.d.ts +0 -4
- package/src/ui/screens/AccountVerificationScreen.js +0 -164
- package/src/ui/screens/AppInfoScreen.d.ts +0 -4
- package/src/ui/screens/AppInfoScreen.js +0 -373
- package/src/ui/screens/EditProfileFieldScreen.d.ts +0 -12
- package/src/ui/screens/EditProfileFieldScreen.js +0 -549
- package/src/ui/screens/FAQScreen.d.ts +0 -4
- package/src/ui/screens/FAQScreen.js +0 -182
- package/src/ui/screens/FeedbackScreen.d.ts +0 -4
- package/src/ui/screens/FeedbackScreen.js +0 -160
- package/src/ui/screens/FileManagementScreen.d.ts +0 -4
- package/src/ui/screens/FileManagementScreen.js +0 -1473
- package/src/ui/screens/FollowersListScreen.d.ts +0 -8
- package/src/ui/screens/FollowersListScreen.js +0 -11
- package/src/ui/screens/FollowingListScreen.d.ts +0 -8
- package/src/ui/screens/FollowingListScreen.js +0 -11
- package/src/ui/screens/HelpSupportScreen.d.ts +0 -4
- package/src/ui/screens/HelpSupportScreen.js +0 -140
- package/src/ui/screens/HistoryViewScreen.d.ts +0 -4
- package/src/ui/screens/HistoryViewScreen.js +0 -225
- package/src/ui/screens/LanguageSelectorScreen.d.ts +0 -6
- package/src/ui/screens/LanguageSelectorScreen.js +0 -178
- package/src/ui/screens/LearnMoreUsernamesScreen.d.ts +0 -4
- package/src/ui/screens/LearnMoreUsernamesScreen.js +0 -150
- package/src/ui/screens/LegalDocumentsScreen.d.ts +0 -4
- package/src/ui/screens/LegalDocumentsScreen.js +0 -185
- package/src/ui/screens/OxyAuthScreen.d.ts +0 -16
- package/src/ui/screens/OxyAuthScreen.js +0 -431
- package/src/ui/screens/PaymentGatewayScreen.d.ts +0 -14
- package/src/ui/screens/PaymentGatewayScreen.js +0 -171
- package/src/ui/screens/PremiumSubscriptionScreen.d.ts +0 -4
- package/src/ui/screens/PremiumSubscriptionScreen.js +0 -1080
- package/src/ui/screens/PrivacySettingsScreen.d.ts +0 -4
- package/src/ui/screens/PrivacySettingsScreen.js +0 -252
- package/src/ui/screens/ProfileScreen.d.ts +0 -8
- package/src/ui/screens/ProfileScreen.js +0 -254
- package/src/ui/screens/SavesCollectionsScreen.d.ts +0 -4
- package/src/ui/screens/SavesCollectionsScreen.js +0 -150
- package/src/ui/screens/SearchSettingsScreen.d.ts +0 -4
- package/src/ui/screens/SearchSettingsScreen.js +0 -109
- package/src/ui/screens/SessionManagementScreen.d.ts +0 -4
- package/src/ui/screens/SessionManagementScreen.js +0 -320
- package/src/ui/screens/UserLinksScreen.d.ts +0 -14
- package/src/ui/screens/UserLinksScreen.js +0 -57
- package/src/ui/screens/UserListScreen.d.ts +0 -10
- package/src/ui/screens/UserListScreen.js +0 -249
- package/src/ui/screens/WelcomeNewUserScreen.d.ts +0 -12
- package/src/ui/screens/WelcomeNewUserScreen.js +0 -304
- package/src/ui/screens/karma/KarmaAboutScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaAboutScreen.js +0 -39
- package/src/ui/screens/karma/KarmaCenterScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaCenterScreen.js +0 -159
- package/src/ui/screens/karma/KarmaFAQScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaFAQScreen.js +0 -143
- package/src/ui/screens/karma/KarmaLeaderboardScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaLeaderboardScreen.js +0 -56
- package/src/ui/screens/karma/KarmaRewardsScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaRewardsScreen.js +0 -460
- package/src/ui/screens/karma/KarmaRulesScreen.d.ts +0 -4
- package/src/ui/screens/karma/KarmaRulesScreen.js +0 -47
- package/src/ui/server.d.ts +0 -40
- package/src/ui/server.js +0 -57
- package/src/ui/stores/accountStore.d.ts +0 -26
- package/src/ui/stores/accountStore.js +0 -196
- package/src/ui/stores/assetStore.d.ts +0 -53
- package/src/ui/stores/assetStore.js +0 -192
- package/src/ui/stores/authStore.d.ts +0 -16
- package/src/ui/stores/authStore.js +0 -47
- package/src/ui/stores/fileStore.d.ts +0 -30
- package/src/ui/stores/fileStore.js +0 -113
- package/src/ui/stores/followStore.d.ts +0 -24
- package/src/ui/stores/followStore.js +0 -154
- package/src/ui/styles/authStyles.d.ts +0 -331
- package/src/ui/styles/authStyles.js +0 -332
- package/src/ui/styles/fonts.d.ts +0 -20
- package/src/ui/styles/fonts.js +0 -72
- package/src/ui/styles/index.d.ts +0 -4
- package/src/ui/styles/index.js +0 -20
- package/src/ui/styles/spacing.d.ts +0 -48
- package/src/ui/styles/spacing.js +0 -63
- package/src/ui/styles/theme.d.ts +0 -67
- package/src/ui/styles/theme.js +0 -114
- package/src/ui/types/fileManagement.d.ts +0 -40
- package/src/ui/types/fileManagement.js +0 -2
- package/src/ui/types/navigation.d.ts +0 -36
- package/src/ui/types/navigation.js +0 -2
- package/src/ui/utils/avatarUtils.d.ts +0 -22
- package/src/ui/utils/avatarUtils.js +0 -52
- package/src/ui/utils/colorUtils.d.ts +0 -9
- package/src/ui/utils/colorUtils.js +0 -19
- package/src/ui/utils/confirmAction.d.ts +0 -6
- package/src/ui/utils/confirmAction.js +0 -22
- package/src/ui/utils/errorHandlers.d.ts +0 -34
- package/src/ui/utils/errorHandlers.js +0 -128
- package/src/ui/utils/fileManagement.d.ts +0 -86
- package/src/ui/utils/fileManagement.js +0 -238
- package/src/ui/utils/iconNames.d.ts +0 -111
- package/src/ui/utils/iconNames.js +0 -124
- package/src/ui/utils/sessionHelpers.d.ts +0 -64
- package/src/ui/utils/sessionHelpers.js +0 -90
- package/src/ui/utils/storageHelpers.d.ts +0 -27
- package/src/ui/utils/storageHelpers.js +0 -114
- package/src/ui/utils/themeUtils.d.ts +0 -10
- package/src/ui/utils/themeUtils.js +0 -17
- package/src/ui/utils/userUtils.d.ts +0 -28
- package/src/ui/utils/userUtils.js +0 -54
- package/src/utils/hookUtils.d.ts +0 -101
- package/src/utils/hookUtils.js +0 -373
|
@@ -1,2 +1 @@
|
|
|
1
1
|
{"version":3,"names":["useMemo","View","Text","Animated","Ionicons","GroupedSection","GroupedPillButtons","createPaymentStyles","getCurrencySymbol","CURRENCY_SYMBOLS","useI18n","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","getItemTypeIcon","type","PaymentSummaryStep","paymentItems","amount","currency","description","colors","animations","onClose","onNext","styles","t","currencySymbol","fadeAnim","slideAnim","scaleAnim","style","stepContainer","opacity","transform","translateY","scale","accessibilityRole","accessibilityLabel","children","section","sectionTitle","summaryCard","summaryCardContent","name","size","color","primary","summaryCardIcon","summaryCardMainTitle","length","summaryCardSubtitle","summaryCardItems","items","map","item","idx","id","icon","iconColor","title","quantity","period","subtitle","toUpperCase","price","customContent","summaryItemPrice","summaryCardDivider","summaryCardTotalSection","summaryCardTotalRow","summaryCardTotalLabel","summaryCardTotalValue","summaryCardAmount","summaryCardAmountLabel","summaryCardAmountValue","summaryCardAmountDescription","buttons","text","onPress","variant"],"sourceRoot":"../../../../../src","sources":["ui/components/payment/PaymentSummaryStep.tsx"],"mappings":"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","ignoreList":[]}
|
|
2
|
-
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","ignoreList":[]}
|
|
@@ -44,11 +44,4 @@ export const getCurrencySymbol = currency => {
|
|
|
44
44
|
export const getCurrencyName = currency => {
|
|
45
45
|
return CURRENCY_NAMES[currency.toUpperCase()] || currency;
|
|
46
46
|
};
|
|
47
|
-
//# sourceMappingURL=constants.js.mapBOLS[currency.toUpperCase()] || currency;
|
|
48
|
-
};
|
|
49
|
-
exports.getCurrencySymbol = getCurrencySymbol;
|
|
50
|
-
const getCurrencyName = currency => {
|
|
51
|
-
return exports.CURRENCY_NAMES[currency.toUpperCase()] || currency;
|
|
52
|
-
};
|
|
53
|
-
exports.getCurrencyName = getCurrencyName;
|
|
54
47
|
//# sourceMappingURL=constants.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
{"version":3,"names":["PAYMENT_METHODS","key","label","icon","description","CURRENCY_SYMBOLS","FAIR","INR","USD","EUR","GBP","JPY","CNY","AUD","CAD","CURRENCY_NAMES","getCurrencySymbol","currency","toUpperCase","getCurrencyName"],"sourceRoot":"../../../../../src","sources":["ui/components/payment/constants.ts"],"mappings":";;AAEA,OAAO,MAAMA,eAAgC,GAAG,CAC5C;EAAEC,GAAG,EAAE,MAAM;EAAEC,KAAK,EAAE,mBAAmB;EAAEC,IAAI,EAAE,cAAc;EAAEC,WAAW,EAAE;AAA+C,CAAC,EAC9H;EAAEH,GAAG,EAAE,KAAK;EAAEC,KAAK,EAAE,SAAS;EAAEC,IAAI,EAAE,gBAAgB;EAAEC,WAAW,EAAE;AAAmC,CAAC,EACzG;EAAEH,GAAG,EAAE,UAAU;EAAEC,KAAK,EAAE,YAAY;EAAEC,IAAI,EAAE,iBAAiB;EAAEC,WAAW,EAAE;AAA2C,CAAC,CAC7H;AAED,OAAO,MAAMC,gBAAwC,GAAG;EACpDC,IAAI,EAAE,GAAG;EACTC,GAAG,EAAE,GAAG;EACRC,GAAG,EAAE,GAAG;EACRC,GAAG,EAAE,GAAG;EACRC,GAAG,EAAE,GAAG;EACRC,GAAG,EAAE,GAAG;EACRC,GAAG,EAAE,GAAG;EACRC,GAAG,EAAE,IAAI;EACTC,GAAG,EAAE;AACT,CAAC;AAED,OAAO,MAAMC,cAAsC,GAAG;EAClDT,IAAI,EAAE,UAAU;EAChBC,GAAG,EAAE,cAAc;EACnBC,GAAG,EAAE,WAAW;EAChBC,GAAG,EAAE,MAAM;EACXC,GAAG,EAAE,eAAe;EACpBC,GAAG,EAAE,cAAc;EACnBC,GAAG,EAAE,cAAc;EACnBC,GAAG,EAAE,mBAAmB;EACxBC,GAAG,EAAE;AACT,CAAC;AAED,OAAO,MAAME,iBAAiB,GAAIC,QAAgB,IAAa;EAC3D,OAAOZ,gBAAgB,CAACY,QAAQ,CAACC,WAAW,CAAC,CAAC,CAAC,IAAID,QAAQ;AAC/D,CAAC;AAED,OAAO,MAAME,eAAe,GAAIF,QAAgB,IAAa;EACzD,OAAOF,cAAc,CAACE,QAAQ,CAACC,WAAW,CAAC,CAAC,CAAC,IAAID,QAAQ;AAC7D,CAAC","ignoreList":[]}
|
|
2
|
-
EAAE;AACT,CAAC;AACD,MAAMhB,iBAAiB,GAAIiB,QAAQ,IAAK;EACpC,OAAOpB,OAAO,CAACK,gBAAgB,CAACe,QAAQ,CAACC,WAAW,CAAC,CAAC,CAAC,IAAID,QAAQ;AACvE,CAAC;AACDpB,OAAO,CAACG,iBAAiB,GAAGA,iBAAiB;AAC7C,MAAMD,eAAe,GAAIkB,QAAQ,IAAK;EAClC,OAAOpB,OAAO,CAACI,cAAc,CAACgB,QAAQ,CAACC,WAAW,CAAC,CAAC,CAAC,IAAID,QAAQ;AACrE,CAAC;AACDpB,OAAO,CAACE,eAAe,GAAGA,eAAe","ignoreList":[]}
|
|
@@ -7,77 +7,4 @@ export { default as PaymentReviewStep } from "./PaymentReviewStep.js";
|
|
|
7
7
|
export { default as PaymentSuccessStep } from "./PaymentSuccessStep.js";
|
|
8
8
|
export { createPaymentStyles } from "./paymentStyles.js";
|
|
9
9
|
export { PAYMENT_METHODS, CURRENCY_SYMBOLS, CURRENCY_NAMES, getCurrencySymbol, getCurrencyName } from "./constants.js";
|
|
10
|
-
//# sourceMappingURL=index.js.mapp");
|
|
11
|
-
Object.defineProperty(exports, "PaymentSummaryStep", {
|
|
12
|
-
enumerable: true,
|
|
13
|
-
get: function () {
|
|
14
|
-
return __importDefault(PaymentSummaryStep_1).default;
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
var PaymentMethodStep_1 = require("./PaymentMethodStep");
|
|
18
|
-
Object.defineProperty(exports, "PaymentMethodStep", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () {
|
|
21
|
-
return __importDefault(PaymentMethodStep_1).default;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
var PaymentDetailsStep_1 = require("./PaymentDetailsStep");
|
|
25
|
-
Object.defineProperty(exports, "PaymentDetailsStep", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () {
|
|
28
|
-
return __importDefault(PaymentDetailsStep_1).default;
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
var PaymentReviewStep_1 = require("./PaymentReviewStep");
|
|
32
|
-
Object.defineProperty(exports, "PaymentReviewStep", {
|
|
33
|
-
enumerable: true,
|
|
34
|
-
get: function () {
|
|
35
|
-
return __importDefault(PaymentReviewStep_1).default;
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
var PaymentSuccessStep_1 = require("./PaymentSuccessStep");
|
|
39
|
-
Object.defineProperty(exports, "PaymentSuccessStep", {
|
|
40
|
-
enumerable: true,
|
|
41
|
-
get: function () {
|
|
42
|
-
return __importDefault(PaymentSuccessStep_1).default;
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
var paymentStyles_1 = require("./paymentStyles");
|
|
46
|
-
Object.defineProperty(exports, "createPaymentStyles", {
|
|
47
|
-
enumerable: true,
|
|
48
|
-
get: function () {
|
|
49
|
-
return paymentStyles_1.createPaymentStyles;
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
var constants_1 = require("./constants");
|
|
53
|
-
Object.defineProperty(exports, "PAYMENT_METHODS", {
|
|
54
|
-
enumerable: true,
|
|
55
|
-
get: function () {
|
|
56
|
-
return constants_1.PAYMENT_METHODS;
|
|
57
|
-
}
|
|
58
|
-
});
|
|
59
|
-
Object.defineProperty(exports, "CURRENCY_SYMBOLS", {
|
|
60
|
-
enumerable: true,
|
|
61
|
-
get: function () {
|
|
62
|
-
return constants_1.CURRENCY_SYMBOLS;
|
|
63
|
-
}
|
|
64
|
-
});
|
|
65
|
-
Object.defineProperty(exports, "CURRENCY_NAMES", {
|
|
66
|
-
enumerable: true,
|
|
67
|
-
get: function () {
|
|
68
|
-
return constants_1.CURRENCY_NAMES;
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
Object.defineProperty(exports, "getCurrencySymbol", {
|
|
72
|
-
enumerable: true,
|
|
73
|
-
get: function () {
|
|
74
|
-
return constants_1.getCurrencySymbol;
|
|
75
|
-
}
|
|
76
|
-
});
|
|
77
|
-
Object.defineProperty(exports, "getCurrencyName", {
|
|
78
|
-
enumerable: true,
|
|
79
|
-
get: function () {
|
|
80
|
-
return constants_1.getCurrencyName;
|
|
81
|
-
}
|
|
82
|
-
});
|
|
83
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["default","PaymentSummaryStep","PaymentMethodStep","PaymentDetailsStep","PaymentReviewStep","PaymentSuccessStep","createPaymentStyles","PAYMENT_METHODS","CURRENCY_SYMBOLS","CURRENCY_NAMES","getCurrencySymbol","getCurrencyName"],"sourceRoot":"../../../../../src","sources":["ui/components/payment/index.ts"],"mappings":";;AAAA,SAASA,OAAO,IAAIC,kBAAkB,QAAQ,yBAAsB;AACpE,SAASD,OAAO,IAAIE,iBAAiB,QAAQ,wBAAqB;AAClE,SAASF,OAAO,IAAIG,kBAAkB,QAAQ,yBAAsB;AACpE,SAASH,OAAO,IAAII,iBAAiB,QAAQ,wBAAqB;AAClE,SAASJ,OAAO,IAAIK,kBAAkB,QAAQ,yBAAsB;AAEpE,SAASC,mBAAmB,QAAQ,oBAAiB;AACrD,SAASC,eAAe,EAAEC,gBAAgB,EAAEC,cAAc,EAAEC,iBAAiB,EAAEC,eAAe,QAAQ,gBAAa","ignoreList":[]}
|
|
@@ -401,13 +401,4 @@ export const createPaymentStyles = colors => StyleSheet.create({
|
|
|
401
401
|
marginBottom: 8
|
|
402
402
|
}
|
|
403
403
|
});
|
|
404
|
-
//# sourceMappingURL=paymentStyles.js.map,
|
|
405
|
-
successMessage: {
|
|
406
|
-
fontSize: 14,
|
|
407
|
-
color: colors.secondaryText,
|
|
408
|
-
textAlign: 'center',
|
|
409
|
-
marginBottom: 8
|
|
410
|
-
}
|
|
411
|
-
});
|
|
412
|
-
exports.createPaymentStyles = createPaymentStyles;
|
|
413
404
|
//# sourceMappingURL=paymentStyles.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
{"version":3,"names":["StyleSheet","fontFamilies","createPaymentStyles","colors","create","container","flex","content","padding","stepContainer","justifyContent","alignItems","width","section","marginBottom","sectionTitle","fontSize","fontWeight","color","text","fontFamily","interSemiBold","errorContainer","errorText","summaryCard","backgroundColor","borderRadius","summaryCardContent","summaryCardIcon","summaryCardMainTitle","interBold","textAlign","letterSpacing","summaryCardSubtitle","secondaryText","summaryCardItems","summaryItemPrice","summaryCardAmount","summaryCardAmountLabel","summaryCardAmountValue","summaryCardAmountDescription","lineHeight","summaryCardDivider","height","border","marginVertical","summaryCardTotalSection","summaryCardTotalRow","flexDirection","paddingVertical","summaryCardTotalLabel","summaryCardTotalValue","cardPaymentCard","cardPaymentContent","cardPaymentIcon","cardPaymentMainTitle","cardPaymentSubtitle","cardPaymentFields","cardPaymentWaiting","cardRowInfo","cardRowIcon","marginRight","cardRowText","cardFieldContainer","cardFieldRow","gap","cardFieldHalfLeft","cardFieldHalfRight","marginLeft","oxyPayCard","oxyPayContent","oxyPayIcon","oxyPayMainTitle","oxyPaySubtitle","oxyPayBalanceBox","primary","marginTop","oxyPayBalanceText","oxyPayWaiting","faircoinCard","faircoinContent","faircoinIcon","faircoinMainTitle","faircoinSubtitle","faircoinScanText","faircoinQRCard","borderWidth","borderColor","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","position","faircoinQRBadge","bottom","right","faircoinTitle","faircoinAddress","faircoinButton","alignSelf","paddingHorizontal","faircoinButtonText","faircoinWaiting","faircoinPlaceholder","successCard","successContent","successIcon","successMainTitle","success","successSubtitle","successMessage"],"sourceRoot":"../../../../../src","sources":["ui/components/payment/paymentStyles.ts"],"mappings":"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","ignoreList":[]}
|
|
2
|
-
AAC;IACfkB,SAAS,EAAE,QAAQ;IACnBC,aAAa,EAAE;EACnB,CAAC;EACD8E,eAAe,EAAE;IACb/F,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAEhB,MAAM,CAACiB,IAAI;IAClBa,SAAS,EAAE,QAAQ;IACnBlB,YAAY,EAAE,CAAC;IACfF,KAAK,EAAE;EACX,CAAC;EACDoG,cAAc,EAAE;IACZhG,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAEhB,MAAM,CAACiC,aAAa;IAC3BH,SAAS,EAAE,QAAQ;IACnBlB,YAAY,EAAE;EAClB;AACJ,CAAC,CAAC;AACFlB,OAAO,CAACE,mBAAmB,GAAGA,mBAAmB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["ui/components/payment/types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,52 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
Object.defineProperty(exports, "__esModule", {
|
|
45
|
-
value: true
|
|
46
|
-
});
|
|
47
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
48
|
-
const react_1 = __importStar(require("react"));
|
|
49
|
-
const react_native_1 = require("react-native");
|
|
3
|
+
import React, { useEffect, useMemo, useState, useCallback } from 'react';
|
|
4
|
+
import { View, Text } from 'react-native';
|
|
5
|
+
|
|
6
|
+
// Using plain React Native styles (nativewind not installed in this repo)
|
|
7
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
50
8
|
/**
|
|
51
9
|
* Responsive justified photo grid that stretches to the provided containerWidth.
|
|
52
10
|
* Uses flex rows with proportional children widths instead of absolute pixel widths so it always fills.
|
|
@@ -65,20 +23,22 @@ const JustifiedPhotoGrid = ({
|
|
|
65
23
|
dateFormatLocale = 'en-US'
|
|
66
24
|
}) => {
|
|
67
25
|
// Responsive width measurement if not explicitly provided
|
|
68
|
-
const [measuredWidth, setMeasuredWidth] =
|
|
26
|
+
const [measuredWidth, setMeasuredWidth] = useState(null);
|
|
69
27
|
const effectiveWidth = explicitWidth ?? measuredWidth ?? 0; // 0 until measured
|
|
70
|
-
|
|
28
|
+
|
|
29
|
+
const onLayoutContainer = useCallback(e => {
|
|
71
30
|
if (explicitWidth) return; // ignore if controlled
|
|
72
31
|
const w = e.nativeEvent.layout.width;
|
|
73
32
|
setMeasuredWidth(prev => prev === w ? prev : w);
|
|
74
33
|
}, [explicitWidth]);
|
|
75
34
|
// Ensure dimensions are loaded for displayed photos
|
|
76
|
-
|
|
35
|
+
useEffect(() => {
|
|
77
36
|
loadPhotoDimensions(photos);
|
|
78
37
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
79
38
|
}, [photos.map(p => p.id).join(',')]);
|
|
39
|
+
|
|
80
40
|
// Group photos by date first
|
|
81
|
-
const photosByDate =
|
|
41
|
+
const photosByDate = useMemo(() => {
|
|
82
42
|
return photos.reduce((groups, photo) => {
|
|
83
43
|
const date = new Date(photo.uploadDate).toDateString();
|
|
84
44
|
if (!groups[date]) groups[date] = [];
|
|
@@ -86,34 +46,35 @@ const JustifiedPhotoGrid = ({
|
|
|
86
46
|
return groups;
|
|
87
47
|
}, {});
|
|
88
48
|
}, [photos]);
|
|
89
|
-
const sortedDates =
|
|
49
|
+
const sortedDates = useMemo(() => Object.keys(photosByDate).sort((a, b) => new Date(b).getTime() - new Date(a).getTime()), [photosByDate]);
|
|
50
|
+
|
|
90
51
|
// Track measured width of each date section (may differ if parent applies horizontal padding/margins)
|
|
91
|
-
const [dateWidths, setDateWidths] =
|
|
92
|
-
const onLayoutDate =
|
|
52
|
+
const [dateWidths, setDateWidths] = useState({});
|
|
53
|
+
const onLayoutDate = useCallback((date, width) => {
|
|
93
54
|
setDateWidths(prev => prev[date] === width ? prev : {
|
|
94
55
|
...prev,
|
|
95
56
|
[date]: width
|
|
96
57
|
});
|
|
97
58
|
}, []);
|
|
98
|
-
return (
|
|
59
|
+
return /*#__PURE__*/_jsx(View, {
|
|
99
60
|
style: {
|
|
100
61
|
width: '100%'
|
|
101
62
|
},
|
|
102
63
|
onLayout: onLayoutContainer,
|
|
103
|
-
children: effectiveWidth === 0 && !explicitWidth ? null : (
|
|
64
|
+
children: effectiveWidth === 0 && !explicitWidth ? null : /*#__PURE__*/_jsx(_Fragment, {
|
|
104
65
|
children: sortedDates.map(date => {
|
|
105
66
|
const dayPhotos = photosByDate[date];
|
|
106
67
|
// createJustifiedRows should build rows such that the "ideal" height (availableWidth / totalAspect) stays within min/max.
|
|
107
68
|
// We pass the effective container width.
|
|
108
69
|
const dateWidth = dateWidths[date] ?? effectiveWidth; // fallback to overall width until measured
|
|
109
70
|
const rows = dateWidth > 0 ? createJustifiedRows(dayPhotos, dateWidth) : [];
|
|
110
|
-
return (
|
|
71
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
111
72
|
style: {
|
|
112
73
|
marginBottom: 24,
|
|
113
74
|
width: '100%'
|
|
114
75
|
},
|
|
115
76
|
onLayout: e => onLayoutDate(date, e.nativeEvent.layout.width),
|
|
116
|
-
children: [(
|
|
77
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
117
78
|
style: {
|
|
118
79
|
fontSize: 14,
|
|
119
80
|
fontWeight: '600',
|
|
@@ -126,7 +87,7 @@ const JustifiedPhotoGrid = ({
|
|
|
126
87
|
month: 'long',
|
|
127
88
|
day: 'numeric'
|
|
128
89
|
})
|
|
129
|
-
}), (
|
|
90
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
130
91
|
style: {
|
|
131
92
|
width: '100%'
|
|
132
93
|
},
|
|
@@ -151,6 +112,7 @@ const JustifiedPhotoGrid = ({
|
|
|
151
112
|
rowHeight = maxRowHeight;
|
|
152
113
|
widthAdjustment = availableWidth - rowHeight * totalAspect;
|
|
153
114
|
}
|
|
115
|
+
|
|
154
116
|
// Pre-compute widths maintaining aspect ratios
|
|
155
117
|
let widths = aspects.map(ar => ar * rowHeight);
|
|
156
118
|
// If we have widthAdjustment (due to clamping) distribute proportionally so row still fills exactly
|
|
@@ -158,13 +120,14 @@ const JustifiedPhotoGrid = ({
|
|
|
158
120
|
const widthSum = widths.reduce((a, b) => a + b, 0);
|
|
159
121
|
widths = widths.map(w => w + w / widthSum * widthAdjustment);
|
|
160
122
|
}
|
|
123
|
+
|
|
161
124
|
// To combat rounding issues, adjust last item width to fill precisely
|
|
162
125
|
const widthSumRounded = widths.reduce((a, b) => a + b, 0);
|
|
163
126
|
const roundingDiff = availableWidth - widthSumRounded;
|
|
164
127
|
if (Math.abs(roundingDiff) > 0.5) {
|
|
165
128
|
widths[widths.length - 1] += roundingDiff; // minimal correction
|
|
166
129
|
}
|
|
167
|
-
return (
|
|
130
|
+
return /*#__PURE__*/_jsx(View, {
|
|
168
131
|
style: {
|
|
169
132
|
flexDirection: 'row',
|
|
170
133
|
width: '100%',
|
|
@@ -172,7 +135,7 @@ const JustifiedPhotoGrid = ({
|
|
|
172
135
|
},
|
|
173
136
|
children: row.map((p, i) => {
|
|
174
137
|
const photoWidth = widths[i];
|
|
175
|
-
return (
|
|
138
|
+
return /*#__PURE__*/_jsx(View, {
|
|
176
139
|
style: {
|
|
177
140
|
width: photoWidth,
|
|
178
141
|
height: rowHeight,
|
|
@@ -189,5 +152,5 @@ const JustifiedPhotoGrid = ({
|
|
|
189
152
|
})
|
|
190
153
|
});
|
|
191
154
|
};
|
|
192
|
-
|
|
155
|
+
export default /*#__PURE__*/React.memo(JustifiedPhotoGrid);
|
|
193
156
|
//# sourceMappingURL=JustifiedPhotoGrid.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["React","useEffect","useMemo","useState","useCallback","View","Text","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","JustifiedPhotoGrid","photos","photoDimensions","loadPhotoDimensions","createJustifiedRows","renderJustifiedPhotoItem","textColor","containerWidth","explicitWidth","gap","minRowHeight","maxRowHeight","dateFormatLocale","measuredWidth","setMeasuredWidth","effectiveWidth","onLayoutContainer","e","w","nativeEvent","layout","width","prev","map","p","id","join","photosByDate","reduce","groups","photo","date","Date","uploadDate","toDateString","push","sortedDates","Object","keys","sort","a","b","getTime","dateWidths","setDateWidths","onLayoutDate","style","onLayout","children","dayPhotos","dateWidth","rows","marginBottom","fontSize","fontWeight","color","toLocaleDateString","weekday","year","month","day","row","rowIndex","aspects","dims","height","totalAspect","gapsTotal","length","availableWidth","idealHeight","rowHeight","widthAdjustment","widths","ar","widthSum","widthSumRounded","roundingDiff","Math","abs","flexDirection","i","photoWidth","marginRight","memo"],"sourceRoot":"../../../../../src","sources":["ui/components/photogrid/JustifiedPhotoGrid.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -77,17 +77,4 @@ const elevationOverlayTransparency = {
|
|
|
77
77
|
23: 15.84,
|
|
78
78
|
24: 16
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=overlay.js.map14.25,
|
|
81
|
-
14: 14.5,
|
|
82
|
-
15: 14.75,
|
|
83
|
-
16: 15,
|
|
84
|
-
17: 15.12,
|
|
85
|
-
18: 15.24,
|
|
86
|
-
19: 15.36,
|
|
87
|
-
20: 15.48,
|
|
88
|
-
21: 15.6,
|
|
89
|
-
22: 15.72,
|
|
90
|
-
23: 15.84,
|
|
91
|
-
24: 16
|
|
92
|
-
};
|
|
93
80
|
//# sourceMappingURL=overlay.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Animated","hexToRgb","hex","r","Number","parseInt","slice","g","b","rgbToHex","map","x","Math","round","toString","length","join","mixColors","color1","color2","ratio","r1","g1","b1","r2","g2","b2","isAnimatedValue","it","Value","overlay","elevation","surfaceColor","inputRange","interpolate","outputRange","calculateColor","overlayTransparency","elevationOverlayTransparency"],"sourceRoot":"../../../../../src","sources":["ui/components/styles/overlay.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = shadow;
|
|
7
|
-
const react_native_1 = require("react-native");
|
|
3
|
+
import { Animated, Platform } from 'react-native';
|
|
8
4
|
const SHADOW_COLOR = '#000000';
|
|
9
5
|
const SHADOW_OPACITY = 0.24;
|
|
10
6
|
const MD3_SHADOW_OPACITY = 0.3;
|
|
11
7
|
const MD3_SHADOW_COLOR = '#000000';
|
|
12
|
-
function shadow(elevation = 0, isV3 = false) {
|
|
8
|
+
export default function shadow(elevation = 0, isV3 = false) {
|
|
13
9
|
return isV3 ? v3Shadow(elevation) : v2Shadow(elevation);
|
|
14
10
|
}
|
|
15
11
|
function v2Shadow(elevation = 0) {
|
|
16
|
-
if (elevation instanceof
|
|
12
|
+
if (elevation instanceof Animated.Value) {
|
|
17
13
|
const inputRange = [0, 1, 2, 3, 8, 24];
|
|
18
|
-
if (
|
|
14
|
+
if (Platform.OS === 'ios') {
|
|
19
15
|
return {
|
|
20
16
|
shadowColor: SHADOW_COLOR,
|
|
21
17
|
shadowOffset: {
|
|
@@ -61,7 +57,7 @@ function v2Shadow(elevation = 0) {
|
|
|
61
57
|
height = elevation - 1;
|
|
62
58
|
radius = elevation;
|
|
63
59
|
}
|
|
64
|
-
if (
|
|
60
|
+
if (Platform.OS === 'ios') {
|
|
65
61
|
return {
|
|
66
62
|
shadowColor: SHADOW_COLOR,
|
|
67
63
|
shadowOffset: {
|
|
@@ -80,8 +76,8 @@ function v3Shadow(elevation = 0) {
|
|
|
80
76
|
const inputRange = [0, 1, 2, 3, 4, 5];
|
|
81
77
|
const shadowHeight = [0, 1, 2, 4, 6, 8];
|
|
82
78
|
const shadowRadius = [0, 3, 6, 8, 10, 12];
|
|
83
|
-
if (elevation instanceof
|
|
84
|
-
if (
|
|
79
|
+
if (elevation instanceof Animated.Value) {
|
|
80
|
+
if (Platform.OS === 'ios') {
|
|
85
81
|
return {
|
|
86
82
|
shadowColor: MD3_SHADOW_COLOR,
|
|
87
83
|
shadowOffset: {
|
|
@@ -109,7 +105,7 @@ function v3Shadow(elevation = 0) {
|
|
|
109
105
|
})
|
|
110
106
|
};
|
|
111
107
|
}
|
|
112
|
-
if (
|
|
108
|
+
if (Platform.OS === 'ios') {
|
|
113
109
|
return {
|
|
114
110
|
shadowColor: MD3_SHADOW_COLOR,
|
|
115
111
|
shadowOpacity: elevation ? MD3_SHADOW_OPACITY : 0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Animated","Platform","SHADOW_COLOR","SHADOW_OPACITY","MD3_SHADOW_OPACITY","MD3_SHADOW_COLOR","shadow","elevation","isV3","v3Shadow","v2Shadow","Value","inputRange","OS","shadowColor","shadowOffset","width","height","interpolate","outputRange","shadowOpacity","extrapolate","shadowRadius","radius","shadowHeight"],"sourceRoot":"../../../../../src","sources":["ui/components/styles/shadow.tsx"],"mappings":";;AAAA,SAASA,QAAQ,EAAEC,QAAQ,QAA6C,cAAc;AAEtF,MAAMC,YAAY,GAAG,SAAS;AAC9B,MAAMC,cAAc,GAAG,IAAI;AAC3B,MAAMC,kBAAkB,GAAG,GAAG;AAC9B,MAAMC,gBAAgB,GAAG,SAAS;AAElC,eAAe,SAASC,MAAMA,CAC5BC,SAAkC,GAAG,CAAC,EACtCC,IAAI,GAAG,KAAK,EACgB;EAC5B,OAAOA,IAAI,GAAGC,QAAQ,CAACF,SAAS,CAAC,GAAGG,QAAQ,CAACH,SAAS,CAAC;AACzD;AAEA,SAASG,QAAQA,CAACH,SAAkC,GAAG,CAAC,EAA8B;EACpF,IAAIA,SAAS,YAAYP,QAAQ,CAACW,KAAK,EAAE;IACvC,MAAMC,UAAU,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;IAEtC,IAAIX,QAAQ,CAACY,EAAE,KAAK,KAAK,EAAE;MACzB,OAAO;QACLC,WAAW,EAAEZ,YAAY;QACzBa,YAAY,EAAE;UACZC,KAAK,EAAE,CAAC;UACRC,MAAM,EAAEV,SAAS,CAACW,WAAW,CAAC;YAC5BN,UAAU;YACVO,WAAW,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE;UACtC,CAAC;QACH,CAAC;QACDC,aAAa,EAAEb,SAAS,CAACW,WAAW,CAAC;UACnCN,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;UAClBO,WAAW,EAAE,CAAC,CAAC,EAAEhB,cAAc,CAAC;UAChCkB,WAAW,EAAE;QACf,CAAC,CAAC;QACFC,YAAY,EAAEf,SAAS,CAACW,WAAW,CAAC;UAClCN,UAAU;UACVO,WAAW,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE;QACtC,CAAC;MACH,CAAC;IACH;IACE,OAAO;MACLZ,SAAS,EAAEA,SAAS,CAACW,WAAW,CAAC;QAC/BN,UAAU;QACVO,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE;MACjC,CAAC;IACH,CAAC;EACL;EACE,IAAIZ,SAAS,KAAK,CAAC,EAAE;IACnB,OAAO,CAAC,CAAC;EACX;EAEA,IAAIU,MAAM;EACV,IAAIM,MAAM;EACV,QAAQhB,SAAS;IACf,KAAK,CAAC;MACJU,MAAM,GAAG,GAAG;MACZM,MAAM,GAAG,IAAI;MACb;IACF,KAAK,CAAC;MACJN,MAAM,GAAG,IAAI;MACbM,MAAM,GAAG,GAAG;MACZ;IACF;MACEN,MAAM,GAAGV,SAAS,GAAG,CAAC;MACtBgB,MAAM,GAAGhB,SAAS;EACtB;EAEA,IAAIN,QAAQ,CAACY,EAAE,KAAK,KAAK,EAAE;IACzB,OAAO;MACLC,WAAW,EAAEZ,YAAY;MACzBa,YAAY,EAAE;QACZC,KAAK,EAAE,CAAC;QACRC;MACF,CAAC;MACDG,aAAa,EAAEjB,cAAc;MAC7BmB,YAAY,EAAEC;IAChB,CAAC;EACH;EACE,OAAO;IACLhB,SAAS,EAAEA;EACb,CAAC;AACP;AAEA,SAASE,QAAQA,CAACF,SAAkC,GAAG,CAAC,EAA8B;EACpF,MAAMK,UAAU,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;EACrC,MAAMY,YAAY,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;EACvC,MAAMF,YAAY,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC;EAEzC,IAAIf,SAAS,YAAYP,QAAQ,CAACW,KAAK,EAAE;IACvC,IAAIV,QAAQ,CAACY,EAAE,KAAK,KAAK,EAAE;MACzB,OAAO;QACLC,WAAW,EAAET,gBAAgB;QAC7BU,YAAY,EAAE;UACZC,KAAK,EAAE,CAAC;UACRC,MAAM,EAAEV,SAAS,CAACW,WAAW,CAAC;YAC5BN,UAAU;YACVO,WAAW,EAAEK;UACf,CAAC;QACH,CAAC;QACDJ,aAAa,EAAEb,SAAS,CAACW,WAAW,CAAC;UACnCN,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;UAClBO,WAAW,EAAE,CAAC,CAAC,EAAEf,kBAAkB,CAAC;UACpCiB,WAAW,EAAE;QACf,CAAC,CAAC;QACFC,YAAY,EAAEf,SAAS,CAACW,WAAW,CAAC;UAClCN,UAAU;UACVO,WAAW,EAAEG;QACf,CAAC;MACH,CAAC;IACH;IACE,OAAO;MACLf,SAAS,EAAEA,SAAS,CAACW,WAAW,CAAC;QAC/BN,UAAU;QACVO,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;MAChC,CAAC;IACH,CAAC;EACL;EACE,IAAIlB,QAAQ,CAACY,EAAE,KAAK,KAAK,EAAE;IACzB,OAAO;MACLC,WAAW,EAAET,gBAAgB;MAC7Be,aAAa,EAAEb,SAAS,GAAGH,kBAAkB,GAAG,CAAC;MACjDW,YAAY,EAAE;QACZC,KAAK,EAAE,CAAC;QACRC,MAAM,EAAEO,YAAY,CAACjB,SAAS,CAAC,IAAI;MACrC,CAAC;MACDe,YAAY,EAAEA,YAAY,CAACf,SAAS,CAAC,IAAI;IAC3C,CAAC;EACH;EACE,OAAO;IACLA,SAAS,EAAEA,SAAS,IAAI;EAC1B,CAAC;AACP","ignoreList":[]}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.useInternalTheme = void 0;
|
|
7
|
-
const styles_1 = require("../styles");
|
|
3
|
+
import { useThemeColors, getTheme } from "../styles/index.js";
|
|
8
4
|
/**
|
|
9
5
|
* Adapter to convert services theming to react-native-paper's InternalTheme format
|
|
10
6
|
*/
|
|
11
|
-
const useInternalTheme = themeOverrides => {
|
|
7
|
+
export const useInternalTheme = themeOverrides => {
|
|
12
8
|
// Handle string theme prop (for compatibility with services theme system)
|
|
13
9
|
let theme = 'light';
|
|
14
10
|
if (typeof themeOverrides === 'string') {
|
|
@@ -16,8 +12,9 @@ const useInternalTheme = themeOverrides => {
|
|
|
16
12
|
} else if (themeOverrides && typeof themeOverrides === 'object' && themeOverrides.dark) {
|
|
17
13
|
theme = 'dark';
|
|
18
14
|
}
|
|
19
|
-
const colors =
|
|
20
|
-
const themeObj =
|
|
15
|
+
const colors = useThemeColors(theme);
|
|
16
|
+
const themeObj = getTheme(theme);
|
|
17
|
+
|
|
21
18
|
// Create InternalTheme compatible object
|
|
22
19
|
const internalTheme = {
|
|
23
20
|
version: 3,
|
|
@@ -93,6 +90,7 @@ const useInternalTheme = themeOverrides => {
|
|
|
93
90
|
}
|
|
94
91
|
}
|
|
95
92
|
};
|
|
93
|
+
|
|
96
94
|
// Merge with overrides if provided (only if it's an object, not a string)
|
|
97
95
|
if (themeOverrides && typeof themeOverrides === 'object') {
|
|
98
96
|
return {
|
|
@@ -110,5 +108,4 @@ const useInternalTheme = themeOverrides => {
|
|
|
110
108
|
}
|
|
111
109
|
return internalTheme;
|
|
112
110
|
};
|
|
113
|
-
exports.useInternalTheme = useInternalTheme;
|
|
114
111
|
//# sourceMappingURL=theming.js.map
|