@oxyhq/services 11.0.0 → 11.1.0
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/index.js.map +1 -1
- package/lib/commonjs/ui/components/AccountMenu.js +9 -5
- package/lib/commonjs/ui/components/AccountMenu.js.map +1 -1
- package/lib/commonjs/ui/components/AnotherDeviceQR.js +51 -56
- package/lib/commonjs/ui/components/AnotherDeviceQR.js.map +1 -1
- package/lib/commonjs/ui/components/BottomSheetRouter.js +1 -0
- package/lib/commonjs/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +18 -5
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js +23 -7
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
- package/lib/commonjs/ui/components/SignInModal.js +20 -1
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +19 -9
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +4 -2
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +153 -19
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +6 -17
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js +5 -5
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +38 -38
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +2 -2
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +3 -3
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js +16 -12
- package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +10 -6
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queryClient.js +6 -5
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useOxyAuthSession.js +40 -2
- package/lib/commonjs/ui/hooks/useOxyAuthSession.js.map +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js +21 -0
- package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +3 -3
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +100 -108
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js +227 -273
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AvatarCropScreen.js +10 -4
- package/lib/commonjs/ui/screens/AvatarCropScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ConnectedAppsScreen.js +20 -37
- package/lib/commonjs/ui/screens/ConnectedAppsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/CreateManagedAccountScreen.js +89 -201
- package/lib/commonjs/ui/screens/CreateManagedAccountScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +80 -208
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +56 -208
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +303 -352
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js +20 -20
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +77 -89
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +43 -58
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +67 -90
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +77 -177
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +113 -107
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ManageAccountScreen.js +55 -114
- package/lib/commonjs/ui/screens/ManageAccountScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/NotificationsScreen.js +67 -85
- package/lib/commonjs/ui/screens/NotificationsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +71 -135
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +15 -9
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PreferencesScreen.js +65 -83
- package/lib/commonjs/ui/screens/PreferencesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +378 -1023
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +294 -242
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +192 -305
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +57 -97
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +41 -41
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserLinksScreen.js +17 -24
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js +83 -214
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +115 -77
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/trust/TrustAboutScreen.js +70 -57
- package/lib/commonjs/ui/screens/trust/TrustAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js +136 -332
- package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js +47 -137
- package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js +182 -115
- package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js +138 -214
- package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js +54 -92
- package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/utils/activeAuthuser.js +15 -9
- package/lib/commonjs/ui/utils/activeAuthuser.js.map +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/ui/components/AccountMenu.js +10 -6
- package/lib/module/ui/components/AccountMenu.js.map +1 -1
- package/lib/module/ui/components/AnotherDeviceQR.js +50 -56
- package/lib/module/ui/components/AnotherDeviceQR.js.map +1 -1
- package/lib/module/ui/components/BottomSheetRouter.js +2 -1
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +18 -5
- package/lib/module/ui/components/FollowButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +23 -7
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +20 -1
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +19 -9
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/module/ui/components/fileManagement/UploadPreview.js +4 -2
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +154 -20
- package/lib/module/ui/context/OxyContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +6 -17
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationFactory.js +5 -5
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +38 -38
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +2 -2
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/queryKeys.js +3 -3
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/usePaymentQueries.js +16 -12
- package/lib/module/ui/hooks/queries/usePaymentQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useServicesQueries.js +9 -6
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/queryClient.js +6 -5
- package/lib/module/ui/hooks/queryClient.js.map +1 -1
- package/lib/module/ui/hooks/useOxyAuthSession.js +40 -2
- package/lib/module/ui/hooks/useOxyAuthSession.js.map +1 -1
- package/lib/module/ui/hooks/useProfileEditing.js +21 -0
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/module/ui/hooks/useSessionManagement.js +4 -3
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js +101 -109
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +228 -275
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/AvatarCropScreen.js +10 -4
- package/lib/module/ui/screens/AvatarCropScreen.js.map +1 -1
- package/lib/module/ui/screens/ConnectedAppsScreen.js +19 -39
- package/lib/module/ui/screens/ConnectedAppsScreen.js.map +1 -1
- package/lib/module/ui/screens/CreateManagedAccountScreen.js +90 -202
- package/lib/module/ui/screens/CreateManagedAccountScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +77 -205
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +55 -207
- package/lib/module/ui/screens/FAQScreen.js.map +1 -1
- package/lib/module/ui/screens/FeedbackScreen.js +301 -350
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/module/ui/screens/FileManagementScreen.js +20 -20
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +78 -90
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +44 -59
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +68 -91
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +75 -177
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +116 -108
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/ManageAccountScreen.js +52 -112
- package/lib/module/ui/screens/ManageAccountScreen.js.map +1 -1
- package/lib/module/ui/screens/NotificationsScreen.js +68 -86
- package/lib/module/ui/screens/NotificationsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +69 -134
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js +16 -10
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/module/ui/screens/PreferencesScreen.js +66 -84
- package/lib/module/ui/screens/PreferencesScreen.js.map +1 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +366 -1012
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +295 -243
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/ProfileScreen.js +189 -302
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +58 -98
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +42 -42
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +18 -25
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +81 -212
- package/lib/module/ui/screens/UserListScreen.js.map +1 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +114 -76
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/trust/TrustAboutScreen.js +69 -57
- package/lib/module/ui/screens/trust/TrustAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/trust/TrustCenterScreen.js +135 -332
- package/lib/module/ui/screens/trust/TrustCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/trust/TrustFAQScreen.js +48 -138
- package/lib/module/ui/screens/trust/TrustFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js +184 -117
- package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/trust/TrustRewardsScreen.js +132 -208
- package/lib/module/ui/screens/trust/TrustRewardsScreen.js.map +1 -1
- package/lib/module/ui/screens/trust/TrustRulesScreen.js +58 -94
- package/lib/module/ui/screens/trust/TrustRulesScreen.js.map +1 -1
- package/lib/module/ui/utils/activeAuthuser.js +15 -9
- package/lib/module/ui/utils/activeAuthuser.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +1 -1
- package/lib/module/ui/utils/avatarUtils.js.map +1 -1
- package/lib/typescript/commonjs/index.d.ts +1 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/AccountMenu.d.ts +2 -0
- package/lib/typescript/commonjs/ui/components/AccountMenu.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/AnotherDeviceQR.d.ts +12 -2
- package/lib/typescript/commonjs/ui/components/AnotherDeviceQR.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/BottomSheetRouter.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts +3 -2
- package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/SignInModal.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts +1 -1
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts +34 -0
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts +3 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts +3 -3
- package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useOxyAuthSession.d.ts +22 -0
- package/lib/typescript/commonjs/ui/hooks/useOxyAuthSession.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts +3 -0
- package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts +2 -1
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/AvatarCropScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/ConnectedAppsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/CreateManagedAccountScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/ManageAccountScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/NotificationsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/OxyAuthScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/PreferencesScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/UserListScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/trust/TrustAboutScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/trust/TrustCenterScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/trust/TrustLeaderboardScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/trust/TrustRewardsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/trust/TrustRulesScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/activeAuthuser.d.ts.map +1 -1
- package/lib/typescript/module/index.d.ts +1 -0
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/AccountMenu.d.ts +2 -0
- package/lib/typescript/module/ui/components/AccountMenu.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/AnotherDeviceQR.d.ts +12 -2
- package/lib/typescript/module/ui/components/AnotherDeviceQR.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/BottomSheetRouter.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/OxyProvider.d.ts +3 -2
- package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/SignInModal.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts +1 -1
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/OxyContext.d.ts +34 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +3 -0
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts +3 -3
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/queryClient.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useOxyAuthSession.d.ts +22 -0
- package/lib/typescript/module/ui/hooks/useOxyAuthSession.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts +3 -0
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts +2 -1
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/AvatarCropScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/ConnectedAppsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/CreateManagedAccountScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/ManageAccountScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/NotificationsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/OxyAuthScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/PreferencesScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/ProfileScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/UserListScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/trust/TrustAboutScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/trust/TrustCenterScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/trust/TrustLeaderboardScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/trust/TrustRewardsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/trust/TrustRulesScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/activeAuthuser.d.ts.map +1 -1
- package/lib/typescript/types/expo-haptics.d.ts +42 -0
- package/package.json +8 -3
- package/src/index.ts +1 -0
- package/src/types/expo-haptics.d.ts +42 -0
- package/src/ui/components/AccountMenu.tsx +11 -5
- package/src/ui/components/AnotherDeviceQR.tsx +53 -45
- package/src/ui/components/BottomSheetRouter.tsx +2 -1
- package/src/ui/components/FollowButton.tsx +24 -5
- package/src/ui/components/OxyProvider.tsx +22 -8
- package/src/ui/components/SignInModal.tsx +21 -2
- package/src/ui/components/TouchableRipple/TouchableRipple.native.tsx +1 -1
- package/src/ui/components/fileManagement/FileViewer.tsx +9 -9
- package/src/ui/components/fileManagement/UploadPreview.tsx +2 -2
- package/src/ui/context/OxyContext.tsx +178 -21
- package/src/ui/context/hooks/useAuthOperations.ts +6 -17
- package/src/ui/hooks/mutations/mutationFactory.ts +5 -5
- package/src/ui/hooks/mutations/useAccountMutations.ts +38 -38
- package/src/ui/hooks/mutations/useServicesMutations.ts +2 -2
- package/src/ui/hooks/queries/queryKeys.ts +6 -3
- package/src/ui/hooks/queries/useAccountQueries.ts +1 -1
- package/src/ui/hooks/queries/usePaymentQueries.ts +12 -12
- package/src/ui/hooks/queries/useServicesQueries.ts +9 -6
- package/src/ui/hooks/queryClient.ts +5 -5
- package/src/ui/hooks/useOxyAuthSession.ts +76 -2
- package/src/ui/hooks/useProfileEditing.ts +24 -0
- package/src/ui/hooks/useSessionManagement.ts +9 -6
- package/src/ui/screens/AccountVerificationScreen.tsx +101 -113
- package/src/ui/screens/AppInfoScreen.tsx +200 -238
- package/src/ui/screens/AvatarCropScreen.tsx +17 -4
- package/src/ui/screens/ConnectedAppsScreen.tsx +16 -34
- package/src/ui/screens/CreateManagedAccountScreen.tsx +94 -170
- package/src/ui/screens/EditProfileFieldScreen.tsx +77 -190
- package/src/ui/screens/FAQScreen.tsx +77 -208
- package/src/ui/screens/FeedbackScreen.tsx +330 -239
- package/src/ui/screens/FileManagementScreen.tsx +20 -20
- package/src/ui/screens/HelpSupportScreen.tsx +67 -82
- package/src/ui/screens/HistoryViewScreen.tsx +32 -38
- package/src/ui/screens/LanguageSelectorScreen.tsx +79 -93
- package/src/ui/screens/LearnMoreUsernamesScreen.tsx +81 -164
- package/src/ui/screens/LegalDocumentsScreen.tsx +184 -123
- package/src/ui/screens/ManageAccountScreen.tsx +48 -114
- package/src/ui/screens/NotificationsScreen.tsx +107 -106
- package/src/ui/screens/OxyAuthScreen.tsx +76 -109
- package/src/ui/screens/PaymentGatewayScreen.tsx +16 -7
- package/src/ui/screens/PreferencesScreen.tsx +96 -116
- package/src/ui/screens/PremiumSubscriptionScreen.tsx +419 -872
- package/src/ui/screens/PrivacySettingsScreen.tsx +203 -185
- package/src/ui/screens/ProfileScreen.tsx +158 -200
- package/src/ui/screens/SavesCollectionsScreen.tsx +78 -125
- package/src/ui/screens/SearchSettingsScreen.tsx +52 -41
- package/src/ui/screens/UserLinksScreen.tsx +18 -25
- package/src/ui/screens/UserListScreen.tsx +95 -188
- package/src/ui/screens/WelcomeNewUserScreen.tsx +109 -36
- package/src/ui/screens/trust/TrustAboutScreen.tsx +52 -41
- package/src/ui/screens/trust/TrustCenterScreen.tsx +184 -222
- package/src/ui/screens/trust/TrustFAQScreen.tsx +64 -124
- package/src/ui/screens/trust/TrustLeaderboardScreen.tsx +190 -67
- package/src/ui/screens/trust/TrustRewardsScreen.tsx +147 -182
- package/src/ui/screens/trust/TrustRulesScreen.tsx +77 -50
- package/src/ui/utils/activeAuthuser.ts +15 -9
- package/src/ui/utils/avatarUtils.ts +1 -1
- package/lib/commonjs/ui/components/feedback/FormInput.js +0 -72
- package/lib/commonjs/ui/components/feedback/FormInput.js.map +0 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +0 -261
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +0 -1
- package/lib/module/ui/components/feedback/FormInput.js +0 -67
- package/lib/module/ui/components/feedback/FormInput.js.map +0 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +0 -256
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +0 -1
- package/lib/typescript/commonjs/ui/components/feedback/FormInput.d.ts +0 -20
- package/lib/typescript/commonjs/ui/components/feedback/FormInput.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts +0 -279
- package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/feedback/FormInput.d.ts +0 -20
- package/lib/typescript/module/ui/components/feedback/FormInput.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts +0 -279
- package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts.map +0 -1
- package/src/ui/components/feedback/FormInput.tsx +0 -84
- package/src/ui/components/feedback/feedbackStyles.ts +0 -246
|
@@ -7,19 +7,22 @@ exports.default = void 0;
|
|
|
7
7
|
var _react = require("react");
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _vectorIcons = require("@expo/vector-icons");
|
|
10
|
-
var
|
|
10
|
+
var _chip = require("@oxyhq/bloom/chip");
|
|
11
11
|
var _theme = require("@oxyhq/bloom/theme");
|
|
12
|
-
var
|
|
13
|
-
var
|
|
14
|
-
var
|
|
15
|
-
var
|
|
12
|
+
var _typography = require("@oxyhq/bloom/typography");
|
|
13
|
+
var _settingsList = require("@oxyhq/bloom/settings-list");
|
|
14
|
+
var _Header = _interopRequireDefault(require("../../components/Header.js"));
|
|
15
|
+
var _SettingsIcon = require("../../components/SettingsIcon.js");
|
|
16
|
+
var _LoadingState = _interopRequireDefault(require("../../components/LoadingState.js"));
|
|
17
|
+
var _useI18n = require("../../hooks/useI18n.js");
|
|
16
18
|
var _OxyContext = require("../../context/OxyContext.js");
|
|
17
19
|
var _trustTier = require("./trustTier.js");
|
|
18
20
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
19
22
|
const TrustCenterScreen = ({
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
onClose,
|
|
24
|
+
goBack,
|
|
25
|
+
navigate
|
|
23
26
|
}) => {
|
|
24
27
|
// Use useOxy() hook for OxyContext values
|
|
25
28
|
const {
|
|
@@ -36,20 +39,7 @@ const TrustCenterScreen = ({
|
|
|
36
39
|
const [isLoading, setIsLoading] = (0, _react.useState)(true);
|
|
37
40
|
const [error, setError] = (0, _react.useState)(null);
|
|
38
41
|
const bloomTheme = (0, _theme.useTheme)();
|
|
39
|
-
const
|
|
40
|
-
const normalizedColorScheme = (0, _core.normalizeColorScheme)(colorScheme);
|
|
41
|
-
const themeColors = _theme2.Colors[normalizedColorScheme];
|
|
42
|
-
// Override primaryColor for Oxy Trust screens (purple instead of blue)
|
|
43
|
-
const primaryColor = '#d169e5';
|
|
44
|
-
const dangerColor = bloomTheme.colors.error;
|
|
45
|
-
const mutedTextColor = bloomTheme.colors.textTertiary;
|
|
46
|
-
|
|
47
|
-
// Icon colors from theme
|
|
48
|
-
const iconLeaderboard = themeColors.iconPayments;
|
|
49
|
-
const iconRules = themeColors.iconSecurity;
|
|
50
|
-
const iconAbout = themeColors.iconPayments;
|
|
51
|
-
const iconRewards = themeColors.iconStorage;
|
|
52
|
-
const iconFAQ = themeColors.iconPersonalInfo;
|
|
42
|
+
const primaryColor = bloomTheme.colors.primary;
|
|
53
43
|
(0, _react.useEffect)(() => {
|
|
54
44
|
if (!user) return;
|
|
55
45
|
setIsLoading(true);
|
|
@@ -63,342 +53,156 @@ const TrustCenterScreen = ({
|
|
|
63
53
|
}).finally(() => setIsLoading(false));
|
|
64
54
|
}, [user, oxyServices, t]);
|
|
65
55
|
const trustTierLabel = (0, _react.useMemo)(() => trustTier ? (0, _trustTier.getTrustTierLabel)(trustTier, t) : null, [trustTier, t]);
|
|
56
|
+
const title = t('trust.center.title') || 'Trust Center';
|
|
66
57
|
if (!isAuthenticated) {
|
|
67
|
-
return /*#__PURE__*/(0, _jsxRuntime.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
children:
|
|
76
|
-
|
|
58
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
59
|
+
className: "flex-1 bg-bg",
|
|
60
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Header.default, {
|
|
61
|
+
title: title,
|
|
62
|
+
onBack: goBack || onClose,
|
|
63
|
+
elevation: "subtle"
|
|
64
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
65
|
+
style: styles.center,
|
|
66
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
|
|
67
|
+
className: "text-text font-medium text-base",
|
|
68
|
+
children: t('common.status.notSignedIn') || 'Not signed in'
|
|
69
|
+
})
|
|
70
|
+
})]
|
|
77
71
|
});
|
|
78
72
|
}
|
|
79
73
|
if (isLoading) {
|
|
80
|
-
return /*#__PURE__*/(0, _jsxRuntime.
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
74
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
75
|
+
className: "flex-1 bg-bg",
|
|
76
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Header.default, {
|
|
77
|
+
title: title,
|
|
78
|
+
onBack: goBack || onClose,
|
|
79
|
+
elevation: "subtle"
|
|
80
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
81
|
+
style: styles.center,
|
|
82
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_LoadingState.default, {
|
|
83
|
+
color: primaryColor
|
|
84
|
+
})
|
|
85
|
+
})]
|
|
89
86
|
});
|
|
90
87
|
}
|
|
91
|
-
return /*#__PURE__*/(0, _jsxRuntime.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
88
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
89
|
+
className: "flex-1 bg-bg",
|
|
90
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Header.default, {
|
|
91
|
+
title: title,
|
|
92
|
+
onBack: goBack || onClose,
|
|
93
|
+
elevation: "subtle"
|
|
94
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.ScrollView, {
|
|
95
|
+
className: "flex-1",
|
|
96
|
+
contentContainerClassName: "px-screen-margin pb-space-24",
|
|
98
97
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
99
|
-
|
|
100
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
101
|
-
style:
|
|
98
|
+
className: "items-center bg-fill-secondary rounded-radius-20 px-space-20 py-space-24 mb-space-16",
|
|
99
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.H1, {
|
|
100
|
+
style: {
|
|
102
101
|
color: primaryColor
|
|
103
|
-
}
|
|
102
|
+
},
|
|
104
103
|
children: reputationTotal ?? 0
|
|
105
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
106
|
-
|
|
107
|
-
color: bloomTheme.colors.textTertiary
|
|
108
|
-
}],
|
|
104
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
|
|
105
|
+
className: "text-text-tertiary text-base mt-space-2 mb-space-12",
|
|
109
106
|
children: t('trust.center.balance') || 'Reputation Balance'
|
|
110
|
-
}), trustTierLabel
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
|
|
107
|
+
}), trustTierLabel ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_chip.Chip, {
|
|
108
|
+
variant: "soft",
|
|
109
|
+
color: "primary",
|
|
110
|
+
startIcon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
|
|
115
111
|
name: "shield-checkmark-outline",
|
|
116
112
|
size: 14,
|
|
117
113
|
color: primaryColor
|
|
118
|
-
}),
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
})]
|
|
124
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
125
|
-
style: styles.actionContainer,
|
|
126
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
127
|
-
style: styles.actionRow,
|
|
128
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.TouchableOpacity, {
|
|
129
|
-
style: styles.actionIconWrapper,
|
|
130
|
-
onPress: () => navigate?.('TrustLeaderboard'),
|
|
131
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
132
|
-
style: [styles.actionIcon, {
|
|
133
|
-
backgroundColor: iconLeaderboard
|
|
134
|
-
}],
|
|
135
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
|
|
136
|
-
name: "trophy-outline",
|
|
137
|
-
size: 28,
|
|
138
|
-
color: (0, _colorUtils.darkenColor)(iconLeaderboard)
|
|
139
|
-
})
|
|
140
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
141
|
-
style: [styles.actionLabel, {
|
|
142
|
-
color: mutedTextColor
|
|
143
|
-
}],
|
|
144
|
-
children: t('trust.center.actions.leaderboard') || 'Leaderboard'
|
|
145
|
-
})]
|
|
146
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.TouchableOpacity, {
|
|
147
|
-
style: styles.actionIconWrapper,
|
|
148
|
-
onPress: () => navigate?.('TrustRules'),
|
|
149
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
150
|
-
style: [styles.actionIcon, {
|
|
151
|
-
backgroundColor: iconRules
|
|
152
|
-
}],
|
|
153
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
|
|
154
|
-
name: "document-text-outline",
|
|
155
|
-
size: 28,
|
|
156
|
-
color: (0, _colorUtils.darkenColor)(iconRules)
|
|
157
|
-
})
|
|
158
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
159
|
-
style: [styles.actionLabel, {
|
|
160
|
-
color: mutedTextColor
|
|
161
|
-
}],
|
|
162
|
-
children: t('trust.center.actions.rules') || 'Rules'
|
|
163
|
-
})]
|
|
164
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.TouchableOpacity, {
|
|
165
|
-
style: styles.actionIconWrapper,
|
|
166
|
-
onPress: () => navigate?.('AboutTrust'),
|
|
167
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
168
|
-
style: [styles.actionIcon, {
|
|
169
|
-
backgroundColor: iconAbout
|
|
170
|
-
}],
|
|
171
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
|
|
172
|
-
name: "star-outline",
|
|
173
|
-
size: 28,
|
|
174
|
-
color: (0, _colorUtils.darkenColor)(iconAbout)
|
|
175
|
-
})
|
|
176
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
177
|
-
style: [styles.actionLabel, {
|
|
178
|
-
color: mutedTextColor
|
|
179
|
-
}],
|
|
180
|
-
children: t('trust.center.actions.about') || 'About'
|
|
181
|
-
})]
|
|
182
|
-
})]
|
|
183
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
184
|
-
style: styles.actionRow,
|
|
185
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.TouchableOpacity, {
|
|
186
|
-
style: styles.actionIconWrapper,
|
|
187
|
-
onPress: () => navigate?.('TrustRewards'),
|
|
188
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
189
|
-
style: [styles.actionIcon, {
|
|
190
|
-
backgroundColor: iconRewards
|
|
191
|
-
}],
|
|
192
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
|
|
193
|
-
name: "gift-outline",
|
|
194
|
-
size: 28,
|
|
195
|
-
color: (0, _colorUtils.darkenColor)(iconRewards)
|
|
196
|
-
})
|
|
197
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
198
|
-
style: [styles.actionLabel, {
|
|
199
|
-
color: mutedTextColor
|
|
200
|
-
}],
|
|
201
|
-
children: t('trust.center.actions.rewards') || 'Rewards'
|
|
202
|
-
})]
|
|
203
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.TouchableOpacity, {
|
|
204
|
-
style: styles.actionIconWrapper,
|
|
205
|
-
onPress: () => navigate?.('TrustFAQ'),
|
|
206
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
207
|
-
style: [styles.actionIcon, {
|
|
208
|
-
backgroundColor: iconFAQ
|
|
209
|
-
}],
|
|
210
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
|
|
211
|
-
name: "help-circle-outline",
|
|
212
|
-
size: 28,
|
|
213
|
-
color: (0, _colorUtils.darkenColor)(iconFAQ)
|
|
214
|
-
})
|
|
215
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
216
|
-
style: [styles.actionLabel, {
|
|
217
|
-
color: mutedTextColor
|
|
218
|
-
}],
|
|
219
|
-
children: t('trust.center.actions.faq') || 'FAQ'
|
|
220
|
-
})]
|
|
221
|
-
})]
|
|
222
|
-
})]
|
|
223
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
224
|
-
style: [styles.infoText, {
|
|
225
|
-
color: mutedTextColor
|
|
226
|
-
}],
|
|
114
|
+
}),
|
|
115
|
+
children: trustTierLabel
|
|
116
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
|
|
117
|
+
className: "text-text-tertiary text-sm text-center mt-space-16",
|
|
118
|
+
style: styles.infoText,
|
|
227
119
|
children: t('trust.center.info') || 'Reputation can only be earned by positive actions in the Oxy Ecosystem. It cannot be sent or received directly.'
|
|
228
120
|
})]
|
|
229
|
-
}), /*#__PURE__*/(0, _jsxRuntime.
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
121
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_settingsList.SettingsListGroup, {
|
|
122
|
+
title: t('trust.center.actions.title') || 'Explore',
|
|
123
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
124
|
+
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
125
|
+
name: "trophy",
|
|
126
|
+
color: bloomTheme.colors.warning
|
|
127
|
+
}),
|
|
128
|
+
title: t('trust.center.actions.leaderboard') || 'Leaderboard',
|
|
129
|
+
onPress: () => navigate?.('TrustLeaderboard')
|
|
130
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
131
|
+
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
132
|
+
name: "file-document",
|
|
133
|
+
color: bloomTheme.colors.info
|
|
134
|
+
}),
|
|
135
|
+
title: t('trust.center.actions.rules') || 'Rules',
|
|
136
|
+
onPress: () => navigate?.('TrustRules')
|
|
137
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
138
|
+
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
139
|
+
name: "gift",
|
|
140
|
+
color: bloomTheme.colors.success
|
|
141
|
+
}),
|
|
142
|
+
title: t('trust.center.actions.rewards') || 'Rewards',
|
|
143
|
+
onPress: () => navigate?.('TrustRewards')
|
|
144
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
145
|
+
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
146
|
+
name: "star",
|
|
147
|
+
color: bloomTheme.colors.primary
|
|
148
|
+
}),
|
|
149
|
+
title: t('trust.center.actions.about') || 'About',
|
|
150
|
+
onPress: () => navigate?.('AboutTrust')
|
|
151
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
152
|
+
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
153
|
+
name: "help-circle",
|
|
154
|
+
color: bloomTheme.colors.secondary
|
|
155
|
+
}),
|
|
156
|
+
title: t('trust.center.actions.faq') || 'FAQ',
|
|
157
|
+
onPress: () => navigate?.('TrustFAQ')
|
|
158
|
+
})]
|
|
159
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListGroup, {
|
|
160
|
+
title: t('trust.center.history') || 'Reputation History',
|
|
161
|
+
children: transactions.length === 0 ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
162
|
+
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
163
|
+
name: "history",
|
|
164
|
+
color: bloomTheme.colors.textTertiary
|
|
165
|
+
}),
|
|
166
|
+
title: t('trust.center.noHistory') || 'No reputation history yet.',
|
|
167
|
+
showChevron: false,
|
|
168
|
+
disabled: true
|
|
169
|
+
}) : transactions.map(entry => /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
170
|
+
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
171
|
+
name: entry.points > 0 ? 'plus-circle' : 'minus-circle',
|
|
172
|
+
color: entry.points > 0 ? bloomTheme.colors.success : bloomTheme.colors.error
|
|
173
|
+
}),
|
|
174
|
+
title: entry.reason || entry.actionType || t('trust.center.noDescription') || 'No description',
|
|
175
|
+
description: `${entry.category}${entry.createdAt ? ` · ${new Date(entry.createdAt).toLocaleString()}` : ''}`,
|
|
176
|
+
rightElement: /*#__PURE__*/(0, _jsxRuntime.jsx)(_chip.Chip, {
|
|
177
|
+
variant: "soft",
|
|
178
|
+
size: "small",
|
|
179
|
+
color: entry.points > 0 ? 'success' : 'error',
|
|
180
|
+
children: `${entry.points > 0 ? '+' : ''}${entry.points}`
|
|
181
|
+
}),
|
|
182
|
+
showChevron: false
|
|
271
183
|
}, entry.id))
|
|
272
|
-
}), error
|
|
184
|
+
}), error ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
|
|
185
|
+
className: "text-sm text-center mt-space-16",
|
|
273
186
|
style: {
|
|
274
|
-
color:
|
|
275
|
-
marginTop: 16,
|
|
276
|
-
textAlign: 'center'
|
|
187
|
+
color: bloomTheme.colors.error
|
|
277
188
|
},
|
|
278
189
|
children: error
|
|
279
|
-
})]
|
|
280
|
-
})
|
|
190
|
+
}) : null]
|
|
191
|
+
})]
|
|
281
192
|
});
|
|
282
193
|
};
|
|
194
|
+
|
|
195
|
+
// Layout-only styles: flex centering for the empty/loading branches and the
|
|
196
|
+
// info caption's measured max width. No color, spacing, radius, or typography
|
|
197
|
+
// roles live here — those use Bloom token classes.
|
|
283
198
|
const styles = _reactNative.StyleSheet.create({
|
|
284
|
-
|
|
285
|
-
flex: 1
|
|
286
|
-
},
|
|
287
|
-
scrollView: {
|
|
288
|
-
flex: 1
|
|
289
|
-
},
|
|
290
|
-
scrollContainer: {
|
|
291
|
-
padding: 0,
|
|
292
|
-
alignItems: 'center'
|
|
293
|
-
},
|
|
294
|
-
walletHeader: {
|
|
199
|
+
center: {
|
|
200
|
+
flex: 1,
|
|
295
201
|
alignItems: 'center',
|
|
296
|
-
|
|
297
|
-
paddingBottom: 24,
|
|
298
|
-
width: '100%',
|
|
299
|
-
backgroundColor: 'transparent'
|
|
300
|
-
},
|
|
301
|
-
reputationLabel: {
|
|
302
|
-
fontSize: 16,
|
|
303
|
-
marginBottom: 12
|
|
304
|
-
},
|
|
305
|
-
reputationAmount: {
|
|
306
|
-
fontSize: 48,
|
|
307
|
-
fontWeight: 'bold',
|
|
308
|
-
marginBottom: 4
|
|
309
|
-
},
|
|
310
|
-
tierBadge: {
|
|
311
|
-
flexDirection: 'row',
|
|
312
|
-
alignItems: 'center',
|
|
313
|
-
gap: 6,
|
|
314
|
-
borderWidth: 1,
|
|
315
|
-
borderRadius: 999,
|
|
316
|
-
paddingHorizontal: 12,
|
|
317
|
-
paddingVertical: 5,
|
|
318
|
-
marginBottom: 18
|
|
319
|
-
},
|
|
320
|
-
tierBadgeText: {
|
|
321
|
-
fontSize: 13,
|
|
322
|
-
fontWeight: '600'
|
|
323
|
-
},
|
|
324
|
-
actionContainer: {
|
|
325
|
-
marginBottom: 18,
|
|
326
|
-
gap: 8
|
|
327
|
-
},
|
|
328
|
-
actionRow: {
|
|
329
|
-
flexDirection: 'row',
|
|
330
|
-
justifyContent: 'center',
|
|
331
|
-
gap: 2
|
|
332
|
-
},
|
|
333
|
-
actionIconWrapper: {
|
|
334
|
-
alignItems: 'center',
|
|
335
|
-
width: 72
|
|
336
|
-
},
|
|
337
|
-
actionIcon: {
|
|
338
|
-
width: 56,
|
|
339
|
-
height: 56,
|
|
340
|
-
borderRadius: 28,
|
|
341
|
-
alignItems: 'center',
|
|
342
|
-
justifyContent: 'center',
|
|
343
|
-
marginBottom: 6
|
|
344
|
-
},
|
|
345
|
-
actionIconText: {
|
|
346
|
-
fontSize: 28
|
|
347
|
-
},
|
|
348
|
-
actionLabel: {
|
|
349
|
-
fontSize: 10
|
|
202
|
+
justifyContent: 'center'
|
|
350
203
|
},
|
|
351
204
|
infoText: {
|
|
352
|
-
fontSize: 13,
|
|
353
|
-
textAlign: 'center',
|
|
354
|
-
marginTop: 8,
|
|
355
|
-
marginBottom: 8,
|
|
356
205
|
maxWidth: 320
|
|
357
|
-
},
|
|
358
|
-
sectionTitle: {
|
|
359
|
-
fontSize: 18,
|
|
360
|
-
fontWeight: _reactNative.Platform.OS === 'web' ? '600' : undefined,
|
|
361
|
-
marginTop: 8,
|
|
362
|
-
alignSelf: 'flex-start',
|
|
363
|
-
marginLeft: 24
|
|
364
|
-
},
|
|
365
|
-
historyContainer: {
|
|
366
|
-
borderRadius: 15,
|
|
367
|
-
overflow: 'hidden',
|
|
368
|
-
marginBottom: 20,
|
|
369
|
-
width: '100%',
|
|
370
|
-
paddingHorizontal: 12
|
|
371
|
-
},
|
|
372
|
-
historyItem: {
|
|
373
|
-
padding: 14,
|
|
374
|
-
borderBottomWidth: 1
|
|
375
|
-
},
|
|
376
|
-
historyPoints: {
|
|
377
|
-
fontSize: 16,
|
|
378
|
-
fontWeight: '700'
|
|
379
|
-
},
|
|
380
|
-
historyDesc: {
|
|
381
|
-
fontSize: 15,
|
|
382
|
-
marginTop: 2
|
|
383
|
-
},
|
|
384
|
-
historyMetaRow: {
|
|
385
|
-
flexDirection: 'row',
|
|
386
|
-
alignItems: 'center',
|
|
387
|
-
justifyContent: 'space-between',
|
|
388
|
-
marginTop: 2
|
|
389
|
-
},
|
|
390
|
-
historyCategory: {
|
|
391
|
-
fontSize: 12,
|
|
392
|
-
fontWeight: '600',
|
|
393
|
-
textTransform: 'capitalize'
|
|
394
|
-
},
|
|
395
|
-
historyDate: {
|
|
396
|
-
fontSize: 13
|
|
397
|
-
},
|
|
398
|
-
message: {
|
|
399
|
-
fontSize: 16,
|
|
400
|
-
textAlign: 'center',
|
|
401
|
-
marginTop: 24
|
|
402
206
|
}
|
|
403
207
|
});
|
|
404
208
|
var _default = exports.default = TrustCenterScreen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_vectorIcons","_useI18n","_theme","_useColorScheme","_theme2","_core","_colorUtils","_OxyContext","_trustTier","_jsxRuntime","TrustCenterScreen","theme","navigate","goBack","user","oxyServices","isAuthenticated","useOxy","t","useI18n","reputationTotal","setReputationTotal","useState","trustTier","setTrustTier","transactions","setTransactions","isLoading","setIsLoading","error","setError","bloomTheme","useTheme","colorScheme","useColorScheme","normalizedColorScheme","normalizeColorScheme","themeColors","Colors","primaryColor","dangerColor","colors","mutedTextColor","textTertiary","iconLeaderboard","iconPayments","iconRules","iconSecurity","iconAbout","iconRewards","iconStorage","iconFAQ","iconPersonalInfo","useEffect","Promise","all","getReputationBalance","id","getReputationTransactions","then","balance","txns","total","Array","isArray","catch","err","Error","message","finally","trustTierLabel","useMemo","getTrustTierLabel","jsx","View","style","styles","container","backgroundColor","background","children","Text","color","text","justifyContent","ActivityIndicator","size","jsxs","ScrollView","scrollView","contentContainerStyle","scrollContainer","walletHeader","reputationAmount","reputationLabel","tierBadge","borderColor","Ionicons","name","tierBadgeText","actionContainer","actionRow","TouchableOpacity","actionIconWrapper","onPress","actionIcon","darkenColor","actionLabel","infoText","sectionTitle","historyContainer","length","textAlign","marginTop","map","entry","historyItem","border","historyPoints","points","historyDesc","reason","actionType","historyMetaRow","historyCategory","category","historyDate","createdAt","Date","toLocaleString","StyleSheet","create","flex","padding","alignItems","paddingTop","paddingBottom","width","fontSize","marginBottom","fontWeight","flexDirection","gap","borderWidth","borderRadius","paddingHorizontal","paddingVertical","height","actionIconText","maxWidth","Platform","OS","undefined","alignSelf","marginLeft","overflow","borderBottomWidth","textTransform","_default","exports","default"],"sourceRoot":"../../../../../src","sources":["ui/screens/trust/TrustCenterScreen.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_vectorIcons","_chip","_theme","_typography","_settingsList","_Header","_interopRequireDefault","_SettingsIcon","_LoadingState","_useI18n","_OxyContext","_trustTier","_jsxRuntime","e","__esModule","default","TrustCenterScreen","onClose","goBack","navigate","user","oxyServices","isAuthenticated","useOxy","t","useI18n","reputationTotal","setReputationTotal","useState","trustTier","setTrustTier","transactions","setTransactions","isLoading","setIsLoading","error","setError","bloomTheme","useTheme","primaryColor","colors","primary","useEffect","Promise","all","getReputationBalance","id","getReputationTransactions","then","balance","txns","total","Array","isArray","catch","err","Error","message","finally","trustTierLabel","useMemo","getTrustTierLabel","title","jsxs","View","className","children","jsx","onBack","elevation","style","styles","center","Text","color","ScrollView","contentContainerClassName","H1","Chip","variant","startIcon","Ionicons","name","size","infoText","SettingsListGroup","SettingsListItem","icon","SettingsIcon","warning","onPress","info","success","secondary","length","textTertiary","showChevron","disabled","map","entry","points","reason","actionType","description","category","createdAt","Date","toLocaleString","rightElement","StyleSheet","create","flex","alignItems","justifyContent","maxWidth","_default","exports"],"sourceRoot":"../../../../../src","sources":["ui/screens/trust/TrustCenterScreen.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,YAAA,GAAAF,OAAA;AACA,IAAAG,KAAA,GAAAH,OAAA;AACA,IAAAI,MAAA,GAAAJ,OAAA;AACA,IAAAK,WAAA,GAAAL,OAAA;AACA,IAAAM,aAAA,GAAAN,OAAA;AAEA,IAAAO,OAAA,GAAAC,sBAAA,CAAAR,OAAA;AACA,IAAAS,aAAA,GAAAT,OAAA;AACA,IAAAU,aAAA,GAAAF,sBAAA,CAAAR,OAAA;AACA,IAAAW,QAAA,GAAAX,OAAA;AACA,IAAAY,WAAA,GAAAZ,OAAA;AACA,IAAAa,UAAA,GAAAb,OAAA;AAAgD,IAAAc,WAAA,GAAAd,OAAA;AAAA,SAAAQ,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEhD,MAAMG,iBAA4C,GAAGA,CAAC;EAClDC,OAAO;EACPC,MAAM;EACNC;AACJ,CAAC,KAAK;EACF;EACA,MAAM;IAAEC,IAAI;IAAEC,WAAW;IAAEC;EAAgB,CAAC,GAAG,IAAAC,kBAAM,EAAC,CAAC;EACvD,MAAM;IAAEC;EAAE,CAAC,GAAG,IAAAC,gBAAO,EAAC,CAAC;EACvB,MAAM,CAACC,eAAe,EAAEC,kBAAkB,CAAC,GAAG,IAAAC,eAAQ,EAAgB,IAAI,CAAC;EAC3E,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAF,eAAQ,EAAmB,IAAI,CAAC;EAClE,MAAM,CAACG,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAJ,eAAQ,EAA0B,EAAE,CAAC;EAC7E,MAAM,CAACK,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAN,eAAQ,EAAC,IAAI,CAAC;EAChD,MAAM,CAACO,KAAK,EAAEC,QAAQ,CAAC,GAAG,IAAAR,eAAQ,EAAgB,IAAI,CAAC;EAEvD,MAAMS,UAAU,GAAG,IAAAC,eAAQ,EAAC,CAAC;EAC7B,MAAMC,YAAY,GAAGF,UAAU,CAACG,MAAM,CAACC,OAAO;EAE9C,IAAAC,gBAAS,EAAC,MAAM;IACZ,IAAI,CAACtB,IAAI,EAAE;IACXc,YAAY,CAAC,IAAI,CAAC;IAClBE,QAAQ,CAAC,IAAI,CAAC;IACdO,OAAO,CAACC,GAAG,CAAC,CACRvB,WAAW,CAACwB,oBAAoB,CAACzB,IAAI,CAAC0B,EAAE,CAAC,EACzCzB,WAAW,CAAC0B,yBAAyB,CAAC3B,IAAI,CAAC0B,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CACxD,CAAC,CACGE,IAAI,CAAC,CAAC,CAACC,OAAO,EAAEC,IAAI,CAAC,KAAK;MACvBvB,kBAAkB,CAACsB,OAAO,CAACE,KAAK,CAAC;MACjCrB,YAAY,CAACmB,OAAO,CAACpB,SAAS,CAAC;MAC/BG,eAAe,CAACoB,KAAK,CAACC,OAAO,CAACH,IAAI,CAAC,GAAGA,IAAI,GAAG,EAAE,CAAC;IACpD,CAAC,CAAC,CACDI,KAAK,CAAEC,GAAY,IAAK;MACrBnB,QAAQ,CACJ,CAACmB,GAAG,YAAYC,KAAK,GAAGD,GAAG,CAACE,OAAO,GAAG,IAAI,KACrCjC,CAAC,CAAC,wBAAwB,CAAC,IAAI,gCACxC,CAAC;IACL,CAAC,CAAC,CACDkC,OAAO,CAAC,MAAMxB,YAAY,CAAC,KAAK,CAAC,CAAC;EAC3C,CAAC,EAAE,CAACd,IAAI,EAAEC,WAAW,EAAEG,CAAC,CAAC,CAAC;EAE1B,MAAMmC,cAAc,GAAG,IAAAC,cAAO,EAC1B,MAAO/B,SAAS,GAAG,IAAAgC,4BAAiB,EAAChC,SAAS,EAAEL,CAAC,CAAC,GAAG,IAAK,EAC1D,CAACK,SAAS,EAAEL,CAAC,CACjB,CAAC;EAED,MAAMsC,KAAK,GAAGtC,CAAC,CAAC,oBAAoB,CAAC,IAAI,cAAc;EAEvD,IAAI,CAACF,eAAe,EAAE;IAClB,oBACI,IAAAV,WAAA,CAAAmD,IAAA,EAAChE,YAAA,CAAAiE,IAAI;MAACC,SAAS,EAAC,cAAc;MAAAC,QAAA,gBAC1B,IAAAtD,WAAA,CAAAuD,GAAA,EAAC9D,OAAA,CAAAU,OAAM;QAAC+C,KAAK,EAAEA,KAAM;QAACM,MAAM,EAAElD,MAAM,IAAID,OAAQ;QAACoD,SAAS,EAAC;MAAQ,CAAE,CAAC,eACtE,IAAAzD,WAAA,CAAAuD,GAAA,EAACpE,YAAA,CAAAiE,IAAI;QAACM,KAAK,EAAEC,MAAM,CAACC,MAAO;QAAAN,QAAA,eACvB,IAAAtD,WAAA,CAAAuD,GAAA,EAAChE,WAAA,CAAAsE,IAAI;UAACR,SAAS,EAAC,iCAAiC;UAAAC,QAAA,EAC5C1C,CAAC,CAAC,2BAA2B,CAAC,IAAI;QAAe,CAChD;MAAC,CACL,CAAC;IAAA,CACL,CAAC;EAEf;EAEA,IAAIS,SAAS,EAAE;IACX,oBACI,IAAArB,WAAA,CAAAmD,IAAA,EAAChE,YAAA,CAAAiE,IAAI;MAACC,SAAS,EAAC,cAAc;MAAAC,QAAA,gBAC1B,IAAAtD,WAAA,CAAAuD,GAAA,EAAC9D,OAAA,CAAAU,OAAM;QAAC+C,KAAK,EAAEA,KAAM;QAACM,MAAM,EAAElD,MAAM,IAAID,OAAQ;QAACoD,SAAS,EAAC;MAAQ,CAAE,CAAC,eACtE,IAAAzD,WAAA,CAAAuD,GAAA,EAACpE,YAAA,CAAAiE,IAAI;QAACM,KAAK,EAAEC,MAAM,CAACC,MAAO;QAAAN,QAAA,eACvB,IAAAtD,WAAA,CAAAuD,GAAA,EAAC3D,aAAA,CAAAO,OAAY;UAAC2D,KAAK,EAAEnC;QAAa,CAAE;MAAC,CACnC,CAAC;IAAA,CACL,CAAC;EAEf;EAEA,oBACI,IAAA3B,WAAA,CAAAmD,IAAA,EAAChE,YAAA,CAAAiE,IAAI;IAACC,SAAS,EAAC,cAAc;IAAAC,QAAA,gBAC1B,IAAAtD,WAAA,CAAAuD,GAAA,EAAC9D,OAAA,CAAAU,OAAM;MAAC+C,KAAK,EAAEA,KAAM;MAACM,MAAM,EAAElD,MAAM,IAAID,OAAQ;MAACoD,SAAS,EAAC;IAAQ,CAAE,CAAC,eACtE,IAAAzD,WAAA,CAAAmD,IAAA,EAAChE,YAAA,CAAA4E,UAAU;MACPV,SAAS,EAAC,QAAQ;MAClBW,yBAAyB,EAAC,8BAA8B;MAAAV,QAAA,gBAGxD,IAAAtD,WAAA,CAAAmD,IAAA,EAAChE,YAAA,CAAAiE,IAAI;QAACC,SAAS,EAAC,sFAAsF;QAAAC,QAAA,gBAClG,IAAAtD,WAAA,CAAAuD,GAAA,EAAChE,WAAA,CAAA0E,EAAE;UAACP,KAAK,EAAE;YAAEI,KAAK,EAAEnC;UAAa,CAAE;UAAA2B,QAAA,EAAExC,eAAe,IAAI;QAAC,CAAK,CAAC,eAC/D,IAAAd,WAAA,CAAAuD,GAAA,EAAChE,WAAA,CAAAsE,IAAI;UAACR,SAAS,EAAC,qDAAqD;UAAAC,QAAA,EAChE1C,CAAC,CAAC,sBAAsB,CAAC,IAAI;QAAoB,CAChD,CAAC,EACNmC,cAAc,gBACX,IAAA/C,WAAA,CAAAuD,GAAA,EAAClE,KAAA,CAAA6E,IAAI;UACDC,OAAO,EAAC,MAAM;UACdL,KAAK,EAAC,SAAS;UACfM,SAAS,eACL,IAAApE,WAAA,CAAAuD,GAAA,EAACnE,YAAA,CAAAiF,QAAQ;YACLC,IAAI,EAAC,0BAA0B;YAC/BC,IAAI,EAAE,EAAG;YACTT,KAAK,EAAEnC;UAAa,CACvB,CACJ;UAAA2B,QAAA,EAEAP;QAAc,CACb,CAAC,GACP,IAAI,eACR,IAAA/C,WAAA,CAAAuD,GAAA,EAAChE,WAAA,CAAAsE,IAAI;UACDR,SAAS,EAAC,oDAAoD;UAC9DK,KAAK,EAAEC,MAAM,CAACa,QAAS;UAAAlB,QAAA,EAEtB1C,CAAC,CAAC,mBAAmB,CAAC,IACnB;QAAiH,CACnH,CAAC;MAAA,CACL,CAAC,eAGP,IAAAZ,WAAA,CAAAmD,IAAA,EAAC3D,aAAA,CAAAiF,iBAAiB;QACdvB,KAAK,EAAEtC,CAAC,CAAC,4BAA4B,CAAC,IAAI,SAAU;QAAA0C,QAAA,gBAEpD,IAAAtD,WAAA,CAAAuD,GAAA,EAAC/D,aAAA,CAAAkF,gBAAgB;UACbC,IAAI,eACA,IAAA3E,WAAA,CAAAuD,GAAA,EAAC5D,aAAA,CAAAiF,YAAY;YACTN,IAAI,EAAC,QAAQ;YACbR,KAAK,EAAErC,UAAU,CAACG,MAAM,CAACiD;UAAQ,CACpC,CACJ;UACD3B,KAAK,EAAEtC,CAAC,CAAC,kCAAkC,CAAC,IAAI,aAAc;UAC9DkE,OAAO,EAAEA,CAAA,KAAMvE,QAAQ,GAAG,kBAAkB;QAAE,CACjD,CAAC,eACF,IAAAP,WAAA,CAAAuD,GAAA,EAAC/D,aAAA,CAAAkF,gBAAgB;UACbC,IAAI,eACA,IAAA3E,WAAA,CAAAuD,GAAA,EAAC5D,aAAA,CAAAiF,YAAY;YACTN,IAAI,EAAC,eAAe;YACpBR,KAAK,EAAErC,UAAU,CAACG,MAAM,CAACmD;UAAK,CACjC,CACJ;UACD7B,KAAK,EAAEtC,CAAC,CAAC,4BAA4B,CAAC,IAAI,OAAQ;UAClDkE,OAAO,EAAEA,CAAA,KAAMvE,QAAQ,GAAG,YAAY;QAAE,CAC3C,CAAC,eACF,IAAAP,WAAA,CAAAuD,GAAA,EAAC/D,aAAA,CAAAkF,gBAAgB;UACbC,IAAI,eACA,IAAA3E,WAAA,CAAAuD,GAAA,EAAC5D,aAAA,CAAAiF,YAAY;YACTN,IAAI,EAAC,MAAM;YACXR,KAAK,EAAErC,UAAU,CAACG,MAAM,CAACoD;UAAQ,CACpC,CACJ;UACD9B,KAAK,EAAEtC,CAAC,CAAC,8BAA8B,CAAC,IAAI,SAAU;UACtDkE,OAAO,EAAEA,CAAA,KAAMvE,QAAQ,GAAG,cAAc;QAAE,CAC7C,CAAC,eACF,IAAAP,WAAA,CAAAuD,GAAA,EAAC/D,aAAA,CAAAkF,gBAAgB;UACbC,IAAI,eACA,IAAA3E,WAAA,CAAAuD,GAAA,EAAC5D,aAAA,CAAAiF,YAAY;YACTN,IAAI,EAAC,MAAM;YACXR,KAAK,EAAErC,UAAU,CAACG,MAAM,CAACC;UAAQ,CACpC,CACJ;UACDqB,KAAK,EAAEtC,CAAC,CAAC,4BAA4B,CAAC,IAAI,OAAQ;UAClDkE,OAAO,EAAEA,CAAA,KAAMvE,QAAQ,GAAG,YAAY;QAAE,CAC3C,CAAC,eACF,IAAAP,WAAA,CAAAuD,GAAA,EAAC/D,aAAA,CAAAkF,gBAAgB;UACbC,IAAI,eACA,IAAA3E,WAAA,CAAAuD,GAAA,EAAC5D,aAAA,CAAAiF,YAAY;YACTN,IAAI,EAAC,aAAa;YAClBR,KAAK,EAAErC,UAAU,CAACG,MAAM,CAACqD;UAAU,CACtC,CACJ;UACD/B,KAAK,EAAEtC,CAAC,CAAC,0BAA0B,CAAC,IAAI,KAAM;UAC9CkE,OAAO,EAAEA,CAAA,KAAMvE,QAAQ,GAAG,UAAU;QAAE,CACzC,CAAC;MAAA,CACa,CAAC,eAGpB,IAAAP,WAAA,CAAAuD,GAAA,EAAC/D,aAAA,CAAAiF,iBAAiB;QACdvB,KAAK,EAAEtC,CAAC,CAAC,sBAAsB,CAAC,IAAI,oBAAqB;QAAA0C,QAAA,EAExDnC,YAAY,CAAC+D,MAAM,KAAK,CAAC,gBACtB,IAAAlF,WAAA,CAAAuD,GAAA,EAAC/D,aAAA,CAAAkF,gBAAgB;UACbC,IAAI,eACA,IAAA3E,WAAA,CAAAuD,GAAA,EAAC5D,aAAA,CAAAiF,YAAY;YACTN,IAAI,EAAC,SAAS;YACdR,KAAK,EAAErC,UAAU,CAACG,MAAM,CAACuD;UAAa,CACzC,CACJ;UACDjC,KAAK,EACDtC,CAAC,CAAC,wBAAwB,CAAC,IAAI,4BAClC;UACDwE,WAAW,EAAE,KAAM;UACnBC,QAAQ;QAAA,CACX,CAAC,GAEFlE,YAAY,CAACmE,GAAG,CAAEC,KAAK,iBACnB,IAAAvF,WAAA,CAAAuD,GAAA,EAAC/D,aAAA,CAAAkF,gBAAgB;UAEbC,IAAI,eACA,IAAA3E,WAAA,CAAAuD,GAAA,EAAC5D,aAAA,CAAAiF,YAAY;YACTN,IAAI,EACAiB,KAAK,CAACC,MAAM,GAAG,CAAC,GACV,aAAa,GACb,cACT;YACD1B,KAAK,EACDyB,KAAK,CAACC,MAAM,GAAG,CAAC,GACV/D,UAAU,CAACG,MAAM,CAACoD,OAAO,GACzBvD,UAAU,CAACG,MAAM,CAACL;UAC3B,CACJ,CACJ;UACD2B,KAAK,EACDqC,KAAK,CAACE,MAAM,IACZF,KAAK,CAACG,UAAU,IACf9E,CAAC,CAAC,4BAA4B,CAAC,IAAI,gBACvC;UACD+E,WAAW,EACP,GAAGJ,KAAK,CAACK,QAAQ,GACbL,KAAK,CAACM,SAAS,GACT,MAAM,IAAIC,IAAI,CAACP,KAAK,CAACM,SAAS,CAAC,CAACE,cAAc,CAAC,CAAC,EAAE,GAClD,EAAE,EAEf;UACDC,YAAY,eACR,IAAAhG,WAAA,CAAAuD,GAAA,EAAClE,KAAA,CAAA6E,IAAI;YACDC,OAAO,EAAC,MAAM;YACdI,IAAI,EAAC,OAAO;YACZT,KAAK,EAAEyB,KAAK,CAACC,MAAM,GAAG,CAAC,GAAG,SAAS,GAAG,OAAQ;YAAAlC,QAAA,EAE7C,GAAGiC,KAAK,CAACC,MAAM,GAAG,CAAC,GAAG,GAAG,GAAG,EAAE,GAAGD,KAAK,CAACC,MAAM;UAAE,CAC9C,CACT;UACDJ,WAAW,EAAE;QAAM,GApCdG,KAAK,CAACrD,EAqCd,CACJ;MACJ,CACc,CAAC,EAEnBX,KAAK,gBACF,IAAAvB,WAAA,CAAAuD,GAAA,EAAChE,WAAA,CAAAsE,IAAI;QACDR,SAAS,EAAC,iCAAiC;QAC3CK,KAAK,EAAE;UAAEI,KAAK,EAAErC,UAAU,CAACG,MAAM,CAACL;QAAM,CAAE;QAAA+B,QAAA,EAEzC/B;MAAK,CACJ,CAAC,GACP,IAAI;IAAA,CACA,CAAC;EAAA,CACX,CAAC;AAEf,CAAC;;AAED;AACA;AACA;AACA,MAAMoC,MAAM,GAAGsC,uBAAU,CAACC,MAAM,CAAC;EAC7BtC,MAAM,EAAE;IACJuC,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EACpB,CAAC;EACD7B,QAAQ,EAAE;IACN8B,QAAQ,EAAE;EACd;AACJ,CAAC,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAArG,OAAA,GAEYC,iBAAiB","ignoreList":[]}
|