@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
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { StyleSheet, Platform } from 'react-native';
|
|
4
|
-
import { screenContentStyle } from "../../constants/spacing.js";
|
|
5
|
-
export const createFeedbackStyles = colors => StyleSheet.create({
|
|
6
|
-
container: {
|
|
7
|
-
flex: 1
|
|
8
|
-
},
|
|
9
|
-
fullBleed: {
|
|
10
|
-
width: '100%',
|
|
11
|
-
alignSelf: 'stretch'
|
|
12
|
-
},
|
|
13
|
-
scrollContent: {
|
|
14
|
-
flexGrow: 1,
|
|
15
|
-
...screenContentStyle
|
|
16
|
-
},
|
|
17
|
-
stepContainer: {
|
|
18
|
-
flex: 1,
|
|
19
|
-
justifyContent: 'flex-start',
|
|
20
|
-
alignItems: 'flex-start'
|
|
21
|
-
},
|
|
22
|
-
modernHeader: {
|
|
23
|
-
alignItems: 'flex-start',
|
|
24
|
-
width: '100%',
|
|
25
|
-
marginBottom: 24
|
|
26
|
-
},
|
|
27
|
-
stepTitle: {
|
|
28
|
-
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
29
|
-
fontSize: 42,
|
|
30
|
-
lineHeight: 48,
|
|
31
|
-
marginBottom: 12,
|
|
32
|
-
textAlign: 'left',
|
|
33
|
-
letterSpacing: -1
|
|
34
|
-
},
|
|
35
|
-
modernSubtitle: {
|
|
36
|
-
fontSize: 18,
|
|
37
|
-
lineHeight: 24,
|
|
38
|
-
textAlign: 'left',
|
|
39
|
-
opacity: 0.8,
|
|
40
|
-
marginBottom: 24
|
|
41
|
-
},
|
|
42
|
-
inputContainer: {
|
|
43
|
-
width: '100%',
|
|
44
|
-
marginBottom: 24
|
|
45
|
-
},
|
|
46
|
-
premiumInputWrapper: {
|
|
47
|
-
flexDirection: 'row',
|
|
48
|
-
alignItems: 'center',
|
|
49
|
-
height: 56,
|
|
50
|
-
borderRadius: 16,
|
|
51
|
-
paddingHorizontal: 20,
|
|
52
|
-
borderWidth: 2,
|
|
53
|
-
backgroundColor: colors.inputBackground
|
|
54
|
-
},
|
|
55
|
-
textAreaWrapper: {
|
|
56
|
-
flexDirection: 'column',
|
|
57
|
-
alignItems: 'flex-start',
|
|
58
|
-
minHeight: 120,
|
|
59
|
-
borderRadius: 16,
|
|
60
|
-
paddingHorizontal: 20,
|
|
61
|
-
paddingVertical: 16,
|
|
62
|
-
borderWidth: 2,
|
|
63
|
-
backgroundColor: colors.inputBackground
|
|
64
|
-
},
|
|
65
|
-
inputIcon: {
|
|
66
|
-
marginRight: 12
|
|
67
|
-
},
|
|
68
|
-
inputContent: {
|
|
69
|
-
flex: 1
|
|
70
|
-
},
|
|
71
|
-
modernLabel: {
|
|
72
|
-
fontSize: 12,
|
|
73
|
-
fontWeight: '500',
|
|
74
|
-
marginBottom: 2
|
|
75
|
-
},
|
|
76
|
-
modernInput: {
|
|
77
|
-
flex: 1,
|
|
78
|
-
fontSize: 16,
|
|
79
|
-
height: '100%'
|
|
80
|
-
},
|
|
81
|
-
textArea: {
|
|
82
|
-
flex: 1,
|
|
83
|
-
fontSize: 16,
|
|
84
|
-
textAlignVertical: 'top',
|
|
85
|
-
minHeight: 80
|
|
86
|
-
},
|
|
87
|
-
categoryContainer: {
|
|
88
|
-
marginBottom: 24
|
|
89
|
-
},
|
|
90
|
-
checkboxContainer: {
|
|
91
|
-
flexDirection: 'row',
|
|
92
|
-
alignItems: 'center',
|
|
93
|
-
marginBottom: 24
|
|
94
|
-
},
|
|
95
|
-
checkbox: {
|
|
96
|
-
width: 24,
|
|
97
|
-
height: 24,
|
|
98
|
-
borderRadius: 6,
|
|
99
|
-
borderWidth: 2,
|
|
100
|
-
marginRight: 12,
|
|
101
|
-
alignItems: 'center',
|
|
102
|
-
justifyContent: 'center'
|
|
103
|
-
},
|
|
104
|
-
checkboxText: {
|
|
105
|
-
fontSize: 16,
|
|
106
|
-
flex: 1
|
|
107
|
-
},
|
|
108
|
-
button: {
|
|
109
|
-
flexDirection: 'row',
|
|
110
|
-
alignItems: 'center',
|
|
111
|
-
justifyContent: 'center',
|
|
112
|
-
paddingVertical: 18,
|
|
113
|
-
paddingHorizontal: 32,
|
|
114
|
-
borderRadius: 16,
|
|
115
|
-
marginVertical: 8,
|
|
116
|
-
gap: 8,
|
|
117
|
-
width: '100%',
|
|
118
|
-
...Platform.select({
|
|
119
|
-
web: {
|
|
120
|
-
boxShadow: '0 4px 8px rgba(0,0,0,0.3)'
|
|
121
|
-
},
|
|
122
|
-
default: {
|
|
123
|
-
shadowOffset: {
|
|
124
|
-
width: 0,
|
|
125
|
-
height: 4
|
|
126
|
-
},
|
|
127
|
-
shadowOpacity: 0.3,
|
|
128
|
-
shadowRadius: 8,
|
|
129
|
-
elevation: 6
|
|
130
|
-
}
|
|
131
|
-
})
|
|
132
|
-
},
|
|
133
|
-
buttonText: {
|
|
134
|
-
color: colors.background,
|
|
135
|
-
fontSize: 16,
|
|
136
|
-
fontWeight: '600',
|
|
137
|
-
letterSpacing: 0.5
|
|
138
|
-
},
|
|
139
|
-
navigationButtons: {
|
|
140
|
-
flexDirection: 'row',
|
|
141
|
-
justifyContent: 'center',
|
|
142
|
-
marginTop: 16,
|
|
143
|
-
marginBottom: 8,
|
|
144
|
-
width: '100%',
|
|
145
|
-
gap: 8
|
|
146
|
-
},
|
|
147
|
-
navButton: {
|
|
148
|
-
flexDirection: 'row',
|
|
149
|
-
alignItems: 'center',
|
|
150
|
-
paddingVertical: 6,
|
|
151
|
-
paddingHorizontal: 12,
|
|
152
|
-
gap: 6,
|
|
153
|
-
minWidth: 70,
|
|
154
|
-
borderWidth: 1,
|
|
155
|
-
...Platform.select({
|
|
156
|
-
web: {
|
|
157
|
-
boxShadow: '0 2px 4px rgba(0,0,0,0.1)'
|
|
158
|
-
},
|
|
159
|
-
default: {
|
|
160
|
-
shadowOffset: {
|
|
161
|
-
width: 0,
|
|
162
|
-
height: 2
|
|
163
|
-
},
|
|
164
|
-
shadowOpacity: 0.1,
|
|
165
|
-
shadowRadius: 4,
|
|
166
|
-
elevation: 2
|
|
167
|
-
}
|
|
168
|
-
})
|
|
169
|
-
},
|
|
170
|
-
backButton: {
|
|
171
|
-
backgroundColor: 'transparent',
|
|
172
|
-
borderTopLeftRadius: 35,
|
|
173
|
-
borderBottomLeftRadius: 35,
|
|
174
|
-
borderTopRightRadius: 12,
|
|
175
|
-
borderBottomRightRadius: 12
|
|
176
|
-
},
|
|
177
|
-
nextButton: {
|
|
178
|
-
backgroundColor: 'transparent',
|
|
179
|
-
borderTopRightRadius: 35,
|
|
180
|
-
borderBottomRightRadius: 35,
|
|
181
|
-
borderTopLeftRadius: 12,
|
|
182
|
-
borderBottomLeftRadius: 12
|
|
183
|
-
},
|
|
184
|
-
navButtonText: {
|
|
185
|
-
fontSize: 13,
|
|
186
|
-
fontWeight: '500'
|
|
187
|
-
},
|
|
188
|
-
progressContainer: {
|
|
189
|
-
flexDirection: 'row',
|
|
190
|
-
justifyContent: 'center',
|
|
191
|
-
marginBottom: 20,
|
|
192
|
-
marginTop: 8
|
|
193
|
-
},
|
|
194
|
-
progressDot: {
|
|
195
|
-
height: 10,
|
|
196
|
-
width: 10,
|
|
197
|
-
borderRadius: 5,
|
|
198
|
-
marginHorizontal: 6,
|
|
199
|
-
borderWidth: 2,
|
|
200
|
-
borderColor: colors.background,
|
|
201
|
-
...Platform.select({
|
|
202
|
-
web: {
|
|
203
|
-
boxShadow: '0 1px 2px rgba(0,0,0,0.08)'
|
|
204
|
-
},
|
|
205
|
-
default: {
|
|
206
|
-
shadowColor: colors.primary,
|
|
207
|
-
shadowOpacity: 0.08,
|
|
208
|
-
shadowOffset: {
|
|
209
|
-
width: 0,
|
|
210
|
-
height: 1
|
|
211
|
-
},
|
|
212
|
-
shadowRadius: 2,
|
|
213
|
-
elevation: 1
|
|
214
|
-
}
|
|
215
|
-
})
|
|
216
|
-
},
|
|
217
|
-
summaryContainer: {
|
|
218
|
-
padding: 0,
|
|
219
|
-
marginBottom: 24,
|
|
220
|
-
width: '100%'
|
|
221
|
-
},
|
|
222
|
-
summaryRow: {
|
|
223
|
-
flexDirection: 'row',
|
|
224
|
-
marginBottom: 10
|
|
225
|
-
},
|
|
226
|
-
summaryLabel: {
|
|
227
|
-
fontSize: 15,
|
|
228
|
-
width: 90
|
|
229
|
-
},
|
|
230
|
-
summaryValue: {
|
|
231
|
-
fontSize: 15,
|
|
232
|
-
fontWeight: '600',
|
|
233
|
-
flex: 1
|
|
234
|
-
},
|
|
235
|
-
successContainer: {
|
|
236
|
-
alignItems: 'center',
|
|
237
|
-
justifyContent: 'center',
|
|
238
|
-
padding: 40
|
|
239
|
-
},
|
|
240
|
-
successIcon: {
|
|
241
|
-
marginBottom: 24
|
|
242
|
-
},
|
|
243
|
-
successTitle: {
|
|
244
|
-
fontSize: 24,
|
|
245
|
-
fontWeight: 'bold',
|
|
246
|
-
marginBottom: 12,
|
|
247
|
-
textAlign: 'center'
|
|
248
|
-
},
|
|
249
|
-
successMessage: {
|
|
250
|
-
fontSize: 16,
|
|
251
|
-
textAlign: 'center',
|
|
252
|
-
opacity: 0.8,
|
|
253
|
-
marginBottom: 24
|
|
254
|
-
}
|
|
255
|
-
});
|
|
256
|
-
//# sourceMappingURL=feedbackStyles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","Platform","screenContentStyle","createFeedbackStyles","colors","create","container","flex","fullBleed","width","alignSelf","scrollContent","flexGrow","stepContainer","justifyContent","alignItems","modernHeader","marginBottom","stepTitle","fontWeight","OS","undefined","fontSize","lineHeight","textAlign","letterSpacing","modernSubtitle","opacity","inputContainer","premiumInputWrapper","flexDirection","height","borderRadius","paddingHorizontal","borderWidth","backgroundColor","inputBackground","textAreaWrapper","minHeight","paddingVertical","inputIcon","marginRight","inputContent","modernLabel","modernInput","textArea","textAlignVertical","categoryContainer","checkboxContainer","checkbox","checkboxText","button","marginVertical","gap","select","web","boxShadow","default","shadowOffset","shadowOpacity","shadowRadius","elevation","buttonText","color","background","navigationButtons","marginTop","navButton","minWidth","backButton","borderTopLeftRadius","borderBottomLeftRadius","borderTopRightRadius","borderBottomRightRadius","nextButton","navButtonText","progressContainer","progressDot","marginHorizontal","borderColor","shadowColor","primary","summaryContainer","padding","summaryRow","summaryLabel","summaryValue","successContainer","successIcon","successTitle","successMessage"],"sourceRoot":"../../../../../src","sources":["ui/components/feedback/feedbackStyles.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { FeedbackColors } from './types';
|
|
3
|
-
interface FormInputProps {
|
|
4
|
-
icon: string;
|
|
5
|
-
label: string;
|
|
6
|
-
value: string;
|
|
7
|
-
onChangeText: (text: string) => void;
|
|
8
|
-
placeholder?: string;
|
|
9
|
-
multiline?: boolean;
|
|
10
|
-
numberOfLines?: number;
|
|
11
|
-
testID?: string;
|
|
12
|
-
colors: FeedbackColors;
|
|
13
|
-
styles: any;
|
|
14
|
-
borderColor?: string;
|
|
15
|
-
accessibilityLabel?: string;
|
|
16
|
-
accessibilityHint?: string;
|
|
17
|
-
}
|
|
18
|
-
declare const FormInput: React.FC<FormInputProps>;
|
|
19
|
-
export default FormInput;
|
|
20
|
-
//# sourceMappingURL=FormInput.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormInput.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/feedback/FormInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,UAAU,cAAc;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,cAAc,CAAC;IACvB,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA0DtC,CAAC;AAIH,eAAe,SAAS,CAAC"}
|
|
@@ -1,279 +0,0 @@
|
|
|
1
|
-
import type { FeedbackColors } from './types';
|
|
2
|
-
export declare const createFeedbackStyles: (colors: FeedbackColors) => {
|
|
3
|
-
container: {
|
|
4
|
-
flex: number;
|
|
5
|
-
};
|
|
6
|
-
fullBleed: {
|
|
7
|
-
width: "100%";
|
|
8
|
-
alignSelf: "stretch";
|
|
9
|
-
};
|
|
10
|
-
scrollContent: {
|
|
11
|
-
paddingHorizontal: number;
|
|
12
|
-
paddingVertical: number;
|
|
13
|
-
paddingTop: number;
|
|
14
|
-
paddingBottom: number;
|
|
15
|
-
flexGrow: number;
|
|
16
|
-
};
|
|
17
|
-
stepContainer: {
|
|
18
|
-
flex: number;
|
|
19
|
-
justifyContent: "flex-start";
|
|
20
|
-
alignItems: "flex-start";
|
|
21
|
-
};
|
|
22
|
-
modernHeader: {
|
|
23
|
-
alignItems: "flex-start";
|
|
24
|
-
width: "100%";
|
|
25
|
-
marginBottom: number;
|
|
26
|
-
};
|
|
27
|
-
stepTitle: {
|
|
28
|
-
fontWeight: "bold" | undefined;
|
|
29
|
-
fontSize: number;
|
|
30
|
-
lineHeight: number;
|
|
31
|
-
marginBottom: number;
|
|
32
|
-
textAlign: "left";
|
|
33
|
-
letterSpacing: number;
|
|
34
|
-
};
|
|
35
|
-
modernSubtitle: {
|
|
36
|
-
fontSize: number;
|
|
37
|
-
lineHeight: number;
|
|
38
|
-
textAlign: "left";
|
|
39
|
-
opacity: number;
|
|
40
|
-
marginBottom: number;
|
|
41
|
-
};
|
|
42
|
-
inputContainer: {
|
|
43
|
-
width: "100%";
|
|
44
|
-
marginBottom: number;
|
|
45
|
-
};
|
|
46
|
-
premiumInputWrapper: {
|
|
47
|
-
flexDirection: "row";
|
|
48
|
-
alignItems: "center";
|
|
49
|
-
height: number;
|
|
50
|
-
borderRadius: number;
|
|
51
|
-
paddingHorizontal: number;
|
|
52
|
-
borderWidth: number;
|
|
53
|
-
backgroundColor: string;
|
|
54
|
-
};
|
|
55
|
-
textAreaWrapper: {
|
|
56
|
-
flexDirection: "column";
|
|
57
|
-
alignItems: "flex-start";
|
|
58
|
-
minHeight: number;
|
|
59
|
-
borderRadius: number;
|
|
60
|
-
paddingHorizontal: number;
|
|
61
|
-
paddingVertical: number;
|
|
62
|
-
borderWidth: number;
|
|
63
|
-
backgroundColor: string;
|
|
64
|
-
};
|
|
65
|
-
inputIcon: {
|
|
66
|
-
marginRight: number;
|
|
67
|
-
};
|
|
68
|
-
inputContent: {
|
|
69
|
-
flex: number;
|
|
70
|
-
};
|
|
71
|
-
modernLabel: {
|
|
72
|
-
fontSize: number;
|
|
73
|
-
fontWeight: "500";
|
|
74
|
-
marginBottom: number;
|
|
75
|
-
};
|
|
76
|
-
modernInput: {
|
|
77
|
-
flex: number;
|
|
78
|
-
fontSize: number;
|
|
79
|
-
height: "100%";
|
|
80
|
-
};
|
|
81
|
-
textArea: {
|
|
82
|
-
flex: number;
|
|
83
|
-
fontSize: number;
|
|
84
|
-
textAlignVertical: "top";
|
|
85
|
-
minHeight: number;
|
|
86
|
-
};
|
|
87
|
-
categoryContainer: {
|
|
88
|
-
marginBottom: number;
|
|
89
|
-
};
|
|
90
|
-
checkboxContainer: {
|
|
91
|
-
flexDirection: "row";
|
|
92
|
-
alignItems: "center";
|
|
93
|
-
marginBottom: number;
|
|
94
|
-
};
|
|
95
|
-
checkbox: {
|
|
96
|
-
width: number;
|
|
97
|
-
height: number;
|
|
98
|
-
borderRadius: number;
|
|
99
|
-
borderWidth: number;
|
|
100
|
-
marginRight: number;
|
|
101
|
-
alignItems: "center";
|
|
102
|
-
justifyContent: "center";
|
|
103
|
-
};
|
|
104
|
-
checkboxText: {
|
|
105
|
-
fontSize: number;
|
|
106
|
-
flex: number;
|
|
107
|
-
};
|
|
108
|
-
button: {
|
|
109
|
-
boxShadow: string;
|
|
110
|
-
shadowOffset?: undefined;
|
|
111
|
-
shadowOpacity?: undefined;
|
|
112
|
-
shadowRadius?: undefined;
|
|
113
|
-
elevation?: undefined;
|
|
114
|
-
flexDirection: "row";
|
|
115
|
-
alignItems: "center";
|
|
116
|
-
justifyContent: "center";
|
|
117
|
-
paddingVertical: number;
|
|
118
|
-
paddingHorizontal: number;
|
|
119
|
-
borderRadius: number;
|
|
120
|
-
marginVertical: number;
|
|
121
|
-
gap: number;
|
|
122
|
-
width: "100%";
|
|
123
|
-
} | {
|
|
124
|
-
shadowOffset: {
|
|
125
|
-
width: number;
|
|
126
|
-
height: number;
|
|
127
|
-
};
|
|
128
|
-
shadowOpacity: number;
|
|
129
|
-
shadowRadius: number;
|
|
130
|
-
elevation: number;
|
|
131
|
-
boxShadow?: undefined;
|
|
132
|
-
flexDirection: "row";
|
|
133
|
-
alignItems: "center";
|
|
134
|
-
justifyContent: "center";
|
|
135
|
-
paddingVertical: number;
|
|
136
|
-
paddingHorizontal: number;
|
|
137
|
-
borderRadius: number;
|
|
138
|
-
marginVertical: number;
|
|
139
|
-
gap: number;
|
|
140
|
-
width: "100%";
|
|
141
|
-
};
|
|
142
|
-
buttonText: {
|
|
143
|
-
color: string;
|
|
144
|
-
fontSize: number;
|
|
145
|
-
fontWeight: "600";
|
|
146
|
-
letterSpacing: number;
|
|
147
|
-
};
|
|
148
|
-
navigationButtons: {
|
|
149
|
-
flexDirection: "row";
|
|
150
|
-
justifyContent: "center";
|
|
151
|
-
marginTop: number;
|
|
152
|
-
marginBottom: number;
|
|
153
|
-
width: "100%";
|
|
154
|
-
gap: number;
|
|
155
|
-
};
|
|
156
|
-
navButton: {
|
|
157
|
-
boxShadow: string;
|
|
158
|
-
shadowOffset?: undefined;
|
|
159
|
-
shadowOpacity?: undefined;
|
|
160
|
-
shadowRadius?: undefined;
|
|
161
|
-
elevation?: undefined;
|
|
162
|
-
flexDirection: "row";
|
|
163
|
-
alignItems: "center";
|
|
164
|
-
paddingVertical: number;
|
|
165
|
-
paddingHorizontal: number;
|
|
166
|
-
gap: number;
|
|
167
|
-
minWidth: number;
|
|
168
|
-
borderWidth: number;
|
|
169
|
-
} | {
|
|
170
|
-
shadowOffset: {
|
|
171
|
-
width: number;
|
|
172
|
-
height: number;
|
|
173
|
-
};
|
|
174
|
-
shadowOpacity: number;
|
|
175
|
-
shadowRadius: number;
|
|
176
|
-
elevation: number;
|
|
177
|
-
boxShadow?: undefined;
|
|
178
|
-
flexDirection: "row";
|
|
179
|
-
alignItems: "center";
|
|
180
|
-
paddingVertical: number;
|
|
181
|
-
paddingHorizontal: number;
|
|
182
|
-
gap: number;
|
|
183
|
-
minWidth: number;
|
|
184
|
-
borderWidth: number;
|
|
185
|
-
};
|
|
186
|
-
backButton: {
|
|
187
|
-
backgroundColor: string;
|
|
188
|
-
borderTopLeftRadius: number;
|
|
189
|
-
borderBottomLeftRadius: number;
|
|
190
|
-
borderTopRightRadius: number;
|
|
191
|
-
borderBottomRightRadius: number;
|
|
192
|
-
};
|
|
193
|
-
nextButton: {
|
|
194
|
-
backgroundColor: string;
|
|
195
|
-
borderTopRightRadius: number;
|
|
196
|
-
borderBottomRightRadius: number;
|
|
197
|
-
borderTopLeftRadius: number;
|
|
198
|
-
borderBottomLeftRadius: number;
|
|
199
|
-
};
|
|
200
|
-
navButtonText: {
|
|
201
|
-
fontSize: number;
|
|
202
|
-
fontWeight: "500";
|
|
203
|
-
};
|
|
204
|
-
progressContainer: {
|
|
205
|
-
flexDirection: "row";
|
|
206
|
-
justifyContent: "center";
|
|
207
|
-
marginBottom: number;
|
|
208
|
-
marginTop: number;
|
|
209
|
-
};
|
|
210
|
-
progressDot: {
|
|
211
|
-
boxShadow: string;
|
|
212
|
-
shadowColor?: undefined;
|
|
213
|
-
shadowOpacity?: undefined;
|
|
214
|
-
shadowOffset?: undefined;
|
|
215
|
-
shadowRadius?: undefined;
|
|
216
|
-
elevation?: undefined;
|
|
217
|
-
height: number;
|
|
218
|
-
width: number;
|
|
219
|
-
borderRadius: number;
|
|
220
|
-
marginHorizontal: number;
|
|
221
|
-
borderWidth: number;
|
|
222
|
-
borderColor: string;
|
|
223
|
-
} | {
|
|
224
|
-
shadowColor: string;
|
|
225
|
-
shadowOpacity: number;
|
|
226
|
-
shadowOffset: {
|
|
227
|
-
width: number;
|
|
228
|
-
height: number;
|
|
229
|
-
};
|
|
230
|
-
shadowRadius: number;
|
|
231
|
-
elevation: number;
|
|
232
|
-
boxShadow?: undefined;
|
|
233
|
-
height: number;
|
|
234
|
-
width: number;
|
|
235
|
-
borderRadius: number;
|
|
236
|
-
marginHorizontal: number;
|
|
237
|
-
borderWidth: number;
|
|
238
|
-
borderColor: string;
|
|
239
|
-
};
|
|
240
|
-
summaryContainer: {
|
|
241
|
-
padding: number;
|
|
242
|
-
marginBottom: number;
|
|
243
|
-
width: "100%";
|
|
244
|
-
};
|
|
245
|
-
summaryRow: {
|
|
246
|
-
flexDirection: "row";
|
|
247
|
-
marginBottom: number;
|
|
248
|
-
};
|
|
249
|
-
summaryLabel: {
|
|
250
|
-
fontSize: number;
|
|
251
|
-
width: number;
|
|
252
|
-
};
|
|
253
|
-
summaryValue: {
|
|
254
|
-
fontSize: number;
|
|
255
|
-
fontWeight: "600";
|
|
256
|
-
flex: number;
|
|
257
|
-
};
|
|
258
|
-
successContainer: {
|
|
259
|
-
alignItems: "center";
|
|
260
|
-
justifyContent: "center";
|
|
261
|
-
padding: number;
|
|
262
|
-
};
|
|
263
|
-
successIcon: {
|
|
264
|
-
marginBottom: number;
|
|
265
|
-
};
|
|
266
|
-
successTitle: {
|
|
267
|
-
fontSize: number;
|
|
268
|
-
fontWeight: "bold";
|
|
269
|
-
marginBottom: number;
|
|
270
|
-
textAlign: "center";
|
|
271
|
-
};
|
|
272
|
-
successMessage: {
|
|
273
|
-
fontSize: number;
|
|
274
|
-
textAlign: "center";
|
|
275
|
-
opacity: number;
|
|
276
|
-
marginBottom: number;
|
|
277
|
-
};
|
|
278
|
-
};
|
|
279
|
-
//# sourceMappingURL=feedbackStyles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"feedbackStyles.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/feedback/feedbackStyles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,eAAO,MAAM,oBAAoB,GAAI,QAAQ,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiPzD,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { FeedbackColors } from './types';
|
|
3
|
-
interface FormInputProps {
|
|
4
|
-
icon: string;
|
|
5
|
-
label: string;
|
|
6
|
-
value: string;
|
|
7
|
-
onChangeText: (text: string) => void;
|
|
8
|
-
placeholder?: string;
|
|
9
|
-
multiline?: boolean;
|
|
10
|
-
numberOfLines?: number;
|
|
11
|
-
testID?: string;
|
|
12
|
-
colors: FeedbackColors;
|
|
13
|
-
styles: any;
|
|
14
|
-
borderColor?: string;
|
|
15
|
-
accessibilityLabel?: string;
|
|
16
|
-
accessibilityHint?: string;
|
|
17
|
-
}
|
|
18
|
-
declare const FormInput: React.FC<FormInputProps>;
|
|
19
|
-
export default FormInput;
|
|
20
|
-
//# sourceMappingURL=FormInput.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormInput.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/feedback/FormInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,UAAU,cAAc;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,cAAc,CAAC;IACvB,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA0DtC,CAAC;AAIH,eAAe,SAAS,CAAC"}
|