@oxyhq/services 5.21.7 → 5.22.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/README.md +201 -2
- package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
- package/lib/commonjs/core/HttpService.js +87 -2
- package/lib/commonjs/core/HttpService.js.map +1 -1
- package/lib/commonjs/core/mixins/OxyServices.assets.js +3 -1
- package/lib/commonjs/core/mixins/OxyServices.assets.js.map +1 -1
- package/lib/commonjs/i18n/locales/en-US.json +3 -3
- package/lib/commonjs/i18n/locales/es-ES.json +240 -19
- package/lib/commonjs/ui/components/Avatar.js +1 -1
- package/lib/commonjs/ui/components/Avatar.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +1 -1
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/FontLoader.js +34 -34
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +4 -4
- package/lib/commonjs/ui/components/Header.js.map +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxySignInButton.js +2 -1
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +2 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +2 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/styles.js +17 -17
- package/lib/commonjs/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/commonjs/ui/components/payment/paymentStyles.js +7 -7
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/commonjs/ui/navigation/routes.js +2 -0
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +4 -2
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +13 -5
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +273 -1820
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +3 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js +2 -2
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +640 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FileManagementScreen.js +39 -21
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +9 -3
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +4 -2
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +3 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +11 -12
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +12 -4
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +3 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js +15 -5
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserLinksScreen.js +3 -1
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +2 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +2 -4
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +3 -3
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +3 -3
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/commonjs/ui/styles/authStyles.js +5 -4
- package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
- package/lib/commonjs/ui/styles/fonts.js +27 -27
- package/lib/commonjs/ui/styles/fonts.js.map +1 -1
- package/lib/commonjs/ui/styles/theme.js +3 -3
- package/lib/commonjs/ui/styles/theme.js.map +1 -1
- package/lib/commonjs/web.js +682 -0
- package/lib/commonjs/web.js.map +1 -0
- package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
- package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
- package/lib/module/assets/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
- package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
- package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
- package/lib/module/assets/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
- package/lib/module/assets/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
- package/lib/module/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
- package/lib/module/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
- package/lib/module/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
- package/lib/module/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
- package/lib/module/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
- package/lib/module/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
- package/lib/module/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
- package/lib/module/core/HttpService.js +87 -2
- package/lib/module/core/HttpService.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.assets.js +3 -1
- package/lib/module/core/mixins/OxyServices.assets.js.map +1 -1
- package/lib/module/i18n/locales/en-US.json +3 -3
- package/lib/module/i18n/locales/es-ES.json +240 -19
- package/lib/module/ui/components/Avatar.js +1 -1
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +1 -1
- package/lib/module/ui/components/FollowButton.js.map +1 -1
- package/lib/module/ui/components/FontLoader.js +34 -34
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/Header.js +4 -4
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +1 -1
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +2 -1
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +1 -1
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +1 -1
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +2 -1
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +2 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +17 -17
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +7 -7
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +2 -0
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +4 -2
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +13 -5
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +277 -1824
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +1 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js +3 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +2 -2
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +635 -0
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -0
- package/lib/module/ui/screens/FileManagementScreen.js +39 -21
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +9 -3
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +4 -2
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +3 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +11 -12
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +12 -4
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +3 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/SessionManagementScreen.js +15 -5
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +3 -1
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +2 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +2 -4
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +3 -3
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +3 -3
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +5 -4
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/fonts.js +27 -27
- package/lib/module/ui/styles/fonts.js.map +1 -1
- package/lib/module/ui/styles/theme.js +3 -3
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/web.js +75 -0
- package/lib/module/web.js.map +1 -0
- package/lib/typescript/commonjs/core/HttpService.d.ts +5 -0
- package/lib/typescript/commonjs/core/HttpService.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/feedback/feedbackStyles.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts +1 -1
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/AccountOverviewScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts +13 -0
- package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FileManagementScreen.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/LegalDocumentsScreen.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/SearchSettingsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/styles/fonts.d.ts +7 -7
- package/lib/typescript/commonjs/ui/styles/theme.d.ts.map +1 -1
- package/lib/typescript/commonjs/web.d.ts +54 -0
- package/lib/typescript/commonjs/web.d.ts.map +1 -0
- package/lib/typescript/module/core/HttpService.d.ts +5 -0
- package/lib/typescript/module/core/HttpService.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/StepBasedScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/feedback/feedbackStyles.d.ts.map +1 -1
- package/lib/typescript/module/ui/navigation/routes.d.ts +1 -1
- package/lib/typescript/module/ui/navigation/routes.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts +13 -0
- package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FileManagementScreen.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/LegalDocumentsScreen.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/SearchSettingsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/styles/fonts.d.ts +7 -7
- package/lib/typescript/module/ui/styles/theme.d.ts.map +1 -1
- package/lib/typescript/module/web.d.ts +54 -0
- package/lib/typescript/module/web.d.ts.map +1 -0
- package/package.json +27 -41
- package/src/assets/fonts/Inter/Inter_18pt-Black.ttf +0 -0
- package/src/assets/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
- package/src/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
- package/src/assets/fonts/Inter/Inter_18pt-Light.ttf +0 -0
- package/src/assets/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
- package/src/assets/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
- package/src/assets/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
- package/src/core/HttpService.ts +91 -0
- package/src/core/mixins/OxyServices.assets.ts +1 -1
- package/src/i18n/locales/en-US.json +3 -3
- package/src/i18n/locales/es-ES.json +240 -19
- package/src/ui/components/Avatar.tsx +1 -1
- package/src/ui/components/FollowButton.tsx +1 -1
- package/src/ui/components/FontLoader.tsx +34 -34
- package/src/ui/components/Header.tsx +4 -4
- package/src/ui/components/OxyPayButton.tsx +1 -1
- package/src/ui/components/OxySignInButton.tsx +2 -1
- package/src/ui/components/ProfileCard.tsx +1 -1
- package/src/ui/components/SectionTitle.tsx +1 -1
- package/src/ui/components/StepBasedScreen.tsx +2 -1
- package/src/ui/components/feedback/feedbackStyles.ts +2 -1
- package/src/ui/components/fileManagement/styles.ts +17 -17
- package/src/ui/components/payment/paymentStyles.ts +7 -7
- package/src/ui/navigation/routes.ts +3 -0
- package/src/ui/screens/AccountCenterScreen.tsx +4 -2
- package/src/ui/screens/AccountOverviewScreen.tsx +13 -5
- package/src/ui/screens/AccountSettingsScreen.tsx +35 -1511
- package/src/ui/screens/AccountSwitcherScreen.tsx +1 -1
- package/src/ui/screens/AccountVerificationScreen.tsx +3 -1
- package/src/ui/screens/AppInfoScreen.tsx +2 -2
- package/src/ui/screens/EditProfileFieldScreen.tsx +685 -0
- package/src/ui/screens/FileManagementScreen.tsx +33 -15
- package/src/ui/screens/HistoryViewScreen.tsx +9 -3
- package/src/ui/screens/LanguageSelectorScreen.tsx +4 -2
- package/src/ui/screens/LegalDocumentsScreen.tsx +3 -1
- package/src/ui/screens/PremiumSubscriptionScreen.tsx +11 -13
- package/src/ui/screens/PrivacySettingsScreen.tsx +12 -4
- package/src/ui/screens/SearchSettingsScreen.tsx +3 -1
- package/src/ui/screens/SessionManagementScreen.tsx +15 -5
- package/src/ui/screens/UserLinksScreen.tsx +3 -1
- package/src/ui/screens/WelcomeNewUserScreen.tsx +2 -1
- package/src/ui/screens/karma/KarmaAboutScreen.tsx +6 -8
- package/src/ui/screens/karma/KarmaCenterScreen.tsx +3 -3
- package/src/ui/screens/karma/KarmaRewardsScreen.tsx +3 -3
- package/src/ui/styles/authStyles.ts +4 -4
- package/src/ui/styles/fonts.ts +26 -26
- package/src/ui/styles/theme.ts +3 -5
- package/src/web.ts +230 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
- package/lib/commonjs/ui/components/profile/EditBioModal.js +0 -49
- package/lib/commonjs/ui/components/profile/EditBioModal.js.map +0 -1
- package/lib/commonjs/ui/components/profile/EditDisplayNameModal.js +0 -54
- package/lib/commonjs/ui/components/profile/EditDisplayNameModal.js.map +0 -1
- package/lib/commonjs/ui/components/profile/EditEmailModal.js +0 -57
- package/lib/commonjs/ui/components/profile/EditEmailModal.js.map +0 -1
- package/lib/commonjs/ui/components/profile/EditFieldModal.js +0 -412
- package/lib/commonjs/ui/components/profile/EditFieldModal.js.map +0 -1
- package/lib/commonjs/ui/components/profile/EditLinksModal.js +0 -315
- package/lib/commonjs/ui/components/profile/EditLinksModal.js.map +0 -1
- package/lib/commonjs/ui/components/profile/EditLocationModal.js +0 -91
- package/lib/commonjs/ui/components/profile/EditLocationModal.js.map +0 -1
- package/lib/commonjs/ui/components/profile/EditUsernameModal.js +0 -55
- package/lib/commonjs/ui/components/profile/EditUsernameModal.js.map +0 -1
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
- package/lib/module/ui/components/profile/EditBioModal.js +0 -43
- package/lib/module/ui/components/profile/EditBioModal.js.map +0 -1
- package/lib/module/ui/components/profile/EditDisplayNameModal.js +0 -48
- package/lib/module/ui/components/profile/EditDisplayNameModal.js.map +0 -1
- package/lib/module/ui/components/profile/EditEmailModal.js +0 -51
- package/lib/module/ui/components/profile/EditEmailModal.js.map +0 -1
- package/lib/module/ui/components/profile/EditFieldModal.js +0 -406
- package/lib/module/ui/components/profile/EditFieldModal.js.map +0 -1
- package/lib/module/ui/components/profile/EditLinksModal.js +0 -309
- package/lib/module/ui/components/profile/EditLinksModal.js.map +0 -1
- package/lib/module/ui/components/profile/EditLocationModal.js +0 -85
- package/lib/module/ui/components/profile/EditLocationModal.js.map +0 -1
- package/lib/module/ui/components/profile/EditUsernameModal.js +0 -49
- package/lib/module/ui/components/profile/EditUsernameModal.js.map +0 -1
- package/lib/typescript/commonjs/ui/components/profile/EditBioModal.d.ts +0 -11
- package/lib/typescript/commonjs/ui/components/profile/EditBioModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/profile/EditDisplayNameModal.d.ts +0 -12
- package/lib/typescript/commonjs/ui/components/profile/EditDisplayNameModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/profile/EditEmailModal.d.ts +0 -11
- package/lib/typescript/commonjs/ui/components/profile/EditEmailModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/profile/EditFieldModal.d.ts +0 -110
- package/lib/typescript/commonjs/ui/components/profile/EditFieldModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/profile/EditLinksModal.d.ts +0 -18
- package/lib/typescript/commonjs/ui/components/profile/EditLinksModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/profile/EditLocationModal.d.ts +0 -21
- package/lib/typescript/commonjs/ui/components/profile/EditLocationModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/profile/EditUsernameModal.d.ts +0 -11
- package/lib/typescript/commonjs/ui/components/profile/EditUsernameModal.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts +0 -11
- package/lib/typescript/module/ui/components/profile/EditBioModal.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts +0 -12
- package/lib/typescript/module/ui/components/profile/EditDisplayNameModal.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts +0 -11
- package/lib/typescript/module/ui/components/profile/EditEmailModal.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/profile/EditFieldModal.d.ts +0 -110
- package/lib/typescript/module/ui/components/profile/EditFieldModal.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts +0 -18
- package/lib/typescript/module/ui/components/profile/EditLinksModal.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts +0 -21
- package/lib/typescript/module/ui/components/profile/EditLocationModal.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts +0 -11
- package/lib/typescript/module/ui/components/profile/EditUsernameModal.d.ts.map +0 -1
- package/src/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
- package/src/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
- package/src/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
- package/src/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
- package/src/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
- package/src/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
- package/src/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
- package/src/ui/components/profile/EditBioModal.tsx +0 -46
- package/src/ui/components/profile/EditDisplayNameModal.tsx +0 -56
- package/src/ui/components/profile/EditEmailModal.tsx +0 -57
- package/src/ui/components/profile/EditFieldModal.tsx +0 -465
- package/src/ui/components/profile/EditLinksModal.tsx +0 -316
- package/src/ui/components/profile/EditLocationModal.tsx +0 -91
- package/src/ui/components/profile/EditUsernameModal.tsx +0 -55
|
@@ -417,14 +417,14 @@ const styles = StyleSheet.create({
|
|
|
417
417
|
titleDefault: {
|
|
418
418
|
fontSize: 18,
|
|
419
419
|
fontWeight: '700',
|
|
420
|
-
fontFamily: fontFamilies.
|
|
420
|
+
fontFamily: fontFamilies.interBold,
|
|
421
421
|
letterSpacing: -0.5,
|
|
422
422
|
lineHeight: 22,
|
|
423
423
|
},
|
|
424
424
|
titleLarge: {
|
|
425
425
|
fontSize: 28,
|
|
426
426
|
fontWeight: '800',
|
|
427
|
-
fontFamily: fontFamilies.
|
|
427
|
+
fontFamily: fontFamilies.interExtraBold,
|
|
428
428
|
letterSpacing: -1,
|
|
429
429
|
lineHeight: 34,
|
|
430
430
|
marginBottom: 3,
|
|
@@ -432,7 +432,7 @@ const styles = StyleSheet.create({
|
|
|
432
432
|
titleMinimal: {
|
|
433
433
|
fontSize: 16,
|
|
434
434
|
fontWeight: '600',
|
|
435
|
-
fontFamily: fontFamilies.
|
|
435
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
436
436
|
letterSpacing: -0.3,
|
|
437
437
|
lineHeight: 20,
|
|
438
438
|
},
|
|
@@ -486,7 +486,7 @@ const styles = StyleSheet.create({
|
|
|
486
486
|
actionText: {
|
|
487
487
|
fontSize: 14,
|
|
488
488
|
fontWeight: '600',
|
|
489
|
-
fontFamily: fontFamilies.
|
|
489
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
490
490
|
letterSpacing: -0.2,
|
|
491
491
|
},
|
|
492
492
|
loadingContainer: {
|
|
@@ -2,6 +2,7 @@ import type React from 'react';
|
|
|
2
2
|
import { useState } from 'react';
|
|
3
3
|
import { TouchableOpacity, Text, View, StyleSheet, type ViewStyle, type TextStyle, type StyleProp, Platform } from 'react-native';
|
|
4
4
|
import { useAuth } from '../hooks/useAuth';
|
|
5
|
+
import { fontFamilies } from '../styles/fonts';
|
|
5
6
|
import OxyLogo from './OxyLogo';
|
|
6
7
|
|
|
7
8
|
export interface OxySignInButtonProps {
|
|
@@ -198,7 +199,7 @@ const styles = StyleSheet.create({
|
|
|
198
199
|
justifyContent: 'center',
|
|
199
200
|
},
|
|
200
201
|
text: {
|
|
201
|
-
fontFamily:
|
|
202
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
202
203
|
fontWeight: Platform.OS === 'web' ? '600' : undefined,
|
|
203
204
|
fontSize: 16,
|
|
204
205
|
marginLeft: 10,
|
|
@@ -10,6 +10,7 @@ import Animated, {
|
|
|
10
10
|
withTiming,
|
|
11
11
|
} from 'react-native-reanimated';
|
|
12
12
|
import { useThemeColors, createAuthStyles } from '../styles';
|
|
13
|
+
import { fontFamilies } from '../styles/fonts';
|
|
13
14
|
import type { BaseScreenProps, StepController } from '../types/navigation';
|
|
14
15
|
import type { RouteName } from '../types/navigation';
|
|
15
16
|
import { screenContentStyle } from '../constants/spacing';
|
|
@@ -139,7 +140,7 @@ const StepBasedScreen: React.FC<StepBasedScreenProps> = ({
|
|
|
139
140
|
marginBottom: 24,
|
|
140
141
|
},
|
|
141
142
|
modernTitle: {
|
|
142
|
-
fontFamily:
|
|
143
|
+
fontFamily: fontFamilies.interBold,
|
|
143
144
|
fontWeight: Platform.OS === 'web' ? 'bold' as const : undefined,
|
|
144
145
|
fontSize: 42,
|
|
145
146
|
lineHeight: 50.4, // 42 * 1.2
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { StyleSheet, Platform, Dimensions } from 'react-native';
|
|
2
2
|
import { screenContentStyle } from '../../constants/spacing';
|
|
3
|
+
import { fontFamilies } from '../../styles/fonts';
|
|
3
4
|
import type { FeedbackColors } from './types';
|
|
4
5
|
|
|
5
6
|
export const createFeedbackStyles = (colors: FeedbackColors) => StyleSheet.create({
|
|
@@ -25,7 +26,7 @@ export const createFeedbackStyles = (colors: FeedbackColors) => StyleSheet.creat
|
|
|
25
26
|
marginBottom: 24,
|
|
26
27
|
},
|
|
27
28
|
stepTitle: {
|
|
28
|
-
fontFamily:
|
|
29
|
+
fontFamily: fontFamilies.interBold,
|
|
29
30
|
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
30
31
|
fontSize: 42,
|
|
31
32
|
lineHeight: 48,
|
|
@@ -50,14 +50,14 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
50
50
|
headerTitle: {
|
|
51
51
|
fontSize: 22,
|
|
52
52
|
fontWeight: '700',
|
|
53
|
-
fontFamily: fontFamilies.
|
|
53
|
+
fontFamily: fontFamilies.interBold,
|
|
54
54
|
letterSpacing: -0.5,
|
|
55
55
|
lineHeight: 28,
|
|
56
56
|
},
|
|
57
57
|
headerSubtitle: {
|
|
58
58
|
fontSize: 13,
|
|
59
59
|
fontWeight: '500',
|
|
60
|
-
fontFamily: fontFamilies.
|
|
60
|
+
fontFamily: fontFamilies.interMedium,
|
|
61
61
|
marginTop: 2,
|
|
62
62
|
letterSpacing: 0.2,
|
|
63
63
|
},
|
|
@@ -133,7 +133,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
133
133
|
searchInput: {
|
|
134
134
|
flex: 1,
|
|
135
135
|
fontSize: 16,
|
|
136
|
-
fontFamily: fontFamilies.
|
|
136
|
+
fontFamily: fontFamilies.inter,
|
|
137
137
|
lineHeight: 20,
|
|
138
138
|
},
|
|
139
139
|
searchClearButton: {
|
|
@@ -159,14 +159,14 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
159
159
|
statValue: {
|
|
160
160
|
fontSize: 20,
|
|
161
161
|
fontWeight: '800',
|
|
162
|
-
fontFamily: fontFamilies.
|
|
162
|
+
fontFamily: fontFamilies.interBold,
|
|
163
163
|
letterSpacing: -0.5,
|
|
164
164
|
lineHeight: 24,
|
|
165
165
|
},
|
|
166
166
|
statLabel: {
|
|
167
167
|
fontSize: 12,
|
|
168
168
|
fontWeight: '500',
|
|
169
|
-
fontFamily: fontFamilies.
|
|
169
|
+
fontFamily: fontFamilies.interMedium,
|
|
170
170
|
marginTop: 2,
|
|
171
171
|
letterSpacing: 0.2,
|
|
172
172
|
},
|
|
@@ -322,7 +322,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
322
322
|
emptyStateTitle: {
|
|
323
323
|
fontSize: 24,
|
|
324
324
|
fontWeight: 'bold',
|
|
325
|
-
fontFamily: fontFamilies.
|
|
325
|
+
fontFamily: fontFamilies.interBold,
|
|
326
326
|
marginTop: 16,
|
|
327
327
|
marginBottom: 8,
|
|
328
328
|
},
|
|
@@ -362,7 +362,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
362
362
|
modalTitle: {
|
|
363
363
|
fontSize: 18,
|
|
364
364
|
fontWeight: '600',
|
|
365
|
-
fontFamily: fontFamilies.
|
|
365
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
366
366
|
},
|
|
367
367
|
modalPlaceholder: {
|
|
368
368
|
width: 40,
|
|
@@ -383,7 +383,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
383
383
|
fileDetailName: {
|
|
384
384
|
fontSize: 20,
|
|
385
385
|
fontWeight: 'bold',
|
|
386
|
-
fontFamily: fontFamilies.
|
|
386
|
+
fontFamily: fontFamilies.interBold,
|
|
387
387
|
textAlign: 'center',
|
|
388
388
|
marginBottom: 24,
|
|
389
389
|
},
|
|
@@ -442,7 +442,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
442
442
|
uploadPreviewTitle: {
|
|
443
443
|
fontSize: 20,
|
|
444
444
|
fontWeight: '700',
|
|
445
|
-
fontFamily: fontFamilies.
|
|
445
|
+
fontFamily: fontFamilies.interBold,
|
|
446
446
|
},
|
|
447
447
|
uploadPreviewList: {
|
|
448
448
|
flex: 1,
|
|
@@ -476,12 +476,12 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
476
476
|
uploadPreviewName: {
|
|
477
477
|
fontSize: 16,
|
|
478
478
|
fontWeight: '600',
|
|
479
|
-
fontFamily: fontFamilies.
|
|
479
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
480
480
|
marginBottom: 4,
|
|
481
481
|
},
|
|
482
482
|
uploadPreviewMeta: {
|
|
483
483
|
fontSize: 13,
|
|
484
|
-
fontFamily: fontFamilies.
|
|
484
|
+
fontFamily: fontFamilies.inter,
|
|
485
485
|
},
|
|
486
486
|
uploadPreviewRemove: {
|
|
487
487
|
padding: 4,
|
|
@@ -498,7 +498,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
498
498
|
uploadPreviewStatsText: {
|
|
499
499
|
fontSize: 15,
|
|
500
500
|
fontWeight: '600',
|
|
501
|
-
fontFamily: fontFamilies.
|
|
501
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
502
502
|
},
|
|
503
503
|
uploadPreviewActions: {
|
|
504
504
|
flexDirection: 'row',
|
|
@@ -515,7 +515,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
515
515
|
uploadPreviewCancelText: {
|
|
516
516
|
fontSize: 16,
|
|
517
517
|
fontWeight: '600',
|
|
518
|
-
fontFamily: fontFamilies.
|
|
518
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
519
519
|
},
|
|
520
520
|
uploadPreviewConfirmButton: {
|
|
521
521
|
flex: 2,
|
|
@@ -530,7 +530,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
530
530
|
color: '#FFFFFF',
|
|
531
531
|
fontSize: 16,
|
|
532
532
|
fontWeight: '600',
|
|
533
|
-
fontFamily: fontFamilies.
|
|
533
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
534
534
|
},
|
|
535
535
|
fileViewerContainer: {
|
|
536
536
|
flex: 1,
|
|
@@ -570,7 +570,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
570
570
|
fileViewerTitle: {
|
|
571
571
|
fontSize: 18,
|
|
572
572
|
fontWeight: '600',
|
|
573
|
-
fontFamily: fontFamilies.
|
|
573
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
574
574
|
marginBottom: 2,
|
|
575
575
|
},
|
|
576
576
|
fileViewerSubtitle: {
|
|
@@ -661,7 +661,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
661
661
|
unsupportedFileTitle: {
|
|
662
662
|
fontSize: 24,
|
|
663
663
|
fontWeight: 'bold',
|
|
664
|
-
fontFamily: fontFamilies.
|
|
664
|
+
fontFamily: fontFamilies.interBold,
|
|
665
665
|
marginTop: 16,
|
|
666
666
|
marginBottom: 8,
|
|
667
667
|
textAlign: 'center',
|
|
@@ -719,7 +719,7 @@ export const fileManagementStyles = StyleSheet.create({
|
|
|
719
719
|
fileDetailsSectionTitle: {
|
|
720
720
|
fontSize: 18,
|
|
721
721
|
fontWeight: '600',
|
|
722
|
-
fontFamily: fontFamilies.
|
|
722
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
723
723
|
flex: 1,
|
|
724
724
|
},
|
|
725
725
|
fileDetailsSectionHeader: {
|
|
@@ -24,7 +24,7 @@ export const createPaymentStyles = (colors: PaymentColors) => StyleSheet.create(
|
|
|
24
24
|
fontWeight: '600',
|
|
25
25
|
color: colors.text,
|
|
26
26
|
marginBottom: 12,
|
|
27
|
-
fontFamily: fontFamilies.
|
|
27
|
+
fontFamily: fontFamilies.interSemiBold,
|
|
28
28
|
},
|
|
29
29
|
errorContainer: {
|
|
30
30
|
flex: 1,
|
|
@@ -54,7 +54,7 @@ export const createPaymentStyles = (colors: PaymentColors) => StyleSheet.create(
|
|
|
54
54
|
marginBottom: 8,
|
|
55
55
|
},
|
|
56
56
|
summaryCardMainTitle: {
|
|
57
|
-
fontFamily: fontFamilies.
|
|
57
|
+
fontFamily: fontFamilies.interBold,
|
|
58
58
|
fontWeight: 'bold',
|
|
59
59
|
fontSize: 28,
|
|
60
60
|
color: colors.text,
|
|
@@ -95,7 +95,7 @@ export const createPaymentStyles = (colors: PaymentColors) => StyleSheet.create(
|
|
|
95
95
|
color: colors.text,
|
|
96
96
|
textAlign: 'center',
|
|
97
97
|
marginBottom: 8,
|
|
98
|
-
fontFamily: fontFamilies.
|
|
98
|
+
fontFamily: fontFamilies.interBold,
|
|
99
99
|
},
|
|
100
100
|
summaryCardAmountDescription: {
|
|
101
101
|
fontSize: 14,
|
|
@@ -146,7 +146,7 @@ export const createPaymentStyles = (colors: PaymentColors) => StyleSheet.create(
|
|
|
146
146
|
marginBottom: 8,
|
|
147
147
|
},
|
|
148
148
|
cardPaymentMainTitle: {
|
|
149
|
-
fontFamily: fontFamilies.
|
|
149
|
+
fontFamily: fontFamilies.interBold,
|
|
150
150
|
fontWeight: 'bold',
|
|
151
151
|
fontSize: 28,
|
|
152
152
|
color: colors.text,
|
|
@@ -215,7 +215,7 @@ export const createPaymentStyles = (colors: PaymentColors) => StyleSheet.create(
|
|
|
215
215
|
marginBottom: 8,
|
|
216
216
|
},
|
|
217
217
|
oxyPayMainTitle: {
|
|
218
|
-
fontFamily: fontFamilies.
|
|
218
|
+
fontFamily: fontFamilies.interBold,
|
|
219
219
|
fontWeight: 'bold',
|
|
220
220
|
fontSize: 28,
|
|
221
221
|
color: colors.text,
|
|
@@ -262,7 +262,7 @@ export const createPaymentStyles = (colors: PaymentColors) => StyleSheet.create(
|
|
|
262
262
|
marginBottom: 8,
|
|
263
263
|
},
|
|
264
264
|
faircoinMainTitle: {
|
|
265
|
-
fontFamily: fontFamilies.
|
|
265
|
+
fontFamily: fontFamilies.interBold,
|
|
266
266
|
fontWeight: 'bold',
|
|
267
267
|
fontSize: 28,
|
|
268
268
|
color: '#1b1f0a',
|
|
@@ -373,7 +373,7 @@ export const createPaymentStyles = (colors: PaymentColors) => StyleSheet.create(
|
|
|
373
373
|
marginBottom: 8,
|
|
374
374
|
},
|
|
375
375
|
successMainTitle: {
|
|
376
|
-
fontFamily: fontFamilies.
|
|
376
|
+
fontFamily: fontFamilies.interBold,
|
|
377
377
|
fontWeight: 'bold',
|
|
378
378
|
fontSize: 28,
|
|
379
379
|
color: colors.success || '#4BB543',
|
|
@@ -32,6 +32,7 @@ export type RouteName =
|
|
|
32
32
|
| 'HistoryView'
|
|
33
33
|
| 'SavesCollections'
|
|
34
34
|
| 'EditProfile' // For backward compatibility, maps to AccountSettings
|
|
35
|
+
| 'EditProfileField' // Dedicated screen for editing a single profile field
|
|
35
36
|
| 'KarmaCenter'
|
|
36
37
|
| 'KarmaLeaderboard'
|
|
37
38
|
| 'KarmaRewards'
|
|
@@ -71,6 +72,8 @@ const screenLoaders: Record<RouteName, () => ComponentType<BaseScreenProps>> = {
|
|
|
71
72
|
SavesCollections: () => require('../screens/SavesCollectionsScreen').default,
|
|
72
73
|
// Backward compatibility - EditProfile maps to AccountSettings
|
|
73
74
|
EditProfile: () => require('../screens/AccountSettingsScreen').default,
|
|
75
|
+
// Dedicated screen for editing a single profile field
|
|
76
|
+
EditProfileField: () => require('../screens/EditProfileFieldScreen').default,
|
|
74
77
|
// Karma screens
|
|
75
78
|
KarmaCenter: () => require('../screens/karma/KarmaCenterScreen').default,
|
|
76
79
|
KarmaLeaderboard: () => require('../screens/karma/KarmaLeaderboardScreen').default,
|
|
@@ -54,7 +54,9 @@ const AccountCenterScreen: React.FC<BaseScreenProps> = ({
|
|
|
54
54
|
onClose();
|
|
55
55
|
}
|
|
56
56
|
} catch (error) {
|
|
57
|
-
|
|
57
|
+
if (__DEV__) {
|
|
58
|
+
console.error('Logout failed:', error);
|
|
59
|
+
}
|
|
58
60
|
toast.error(t('common.errors.signOutFailed') || 'There was a problem signing you out. Please try again.');
|
|
59
61
|
}
|
|
60
62
|
}, [logout, onClose, t]);
|
|
@@ -300,7 +302,7 @@ const styles = StyleSheet.create({
|
|
|
300
302
|
},
|
|
301
303
|
versionText: {
|
|
302
304
|
fontSize: 12,
|
|
303
|
-
fontFamily: fontFamilies.
|
|
305
|
+
fontFamily: fontFamilies.inter,
|
|
304
306
|
},
|
|
305
307
|
message: {
|
|
306
308
|
fontSize: 16,
|
|
@@ -190,7 +190,9 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
190
190
|
onClose();
|
|
191
191
|
}
|
|
192
192
|
} catch (error) {
|
|
193
|
-
|
|
193
|
+
if (__DEV__) {
|
|
194
|
+
console.error('Logout failed:', error);
|
|
195
|
+
}
|
|
194
196
|
toast.error(t('common.errors.signOutFailed'));
|
|
195
197
|
}
|
|
196
198
|
}, [logout, onClose]);
|
|
@@ -245,7 +247,9 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
245
247
|
toast.success(t('accountOverview.items.downloadData.success') || 'Data downloaded successfully');
|
|
246
248
|
}
|
|
247
249
|
} catch (error: any) {
|
|
248
|
-
|
|
250
|
+
if (__DEV__) {
|
|
251
|
+
console.error('Failed to download data:', error);
|
|
252
|
+
}
|
|
249
253
|
toast.error(error?.message || t('accountOverview.items.downloadData.error') || 'Failed to download data');
|
|
250
254
|
}
|
|
251
255
|
},
|
|
@@ -273,7 +277,9 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
273
277
|
toast.success(t('accountOverview.items.downloadData.success') || 'Data downloaded successfully');
|
|
274
278
|
}
|
|
275
279
|
} catch (error: any) {
|
|
276
|
-
|
|
280
|
+
if (__DEV__) {
|
|
281
|
+
console.error('Failed to download data:', error);
|
|
282
|
+
}
|
|
277
283
|
toast.error(error?.message || t('accountOverview.items.downloadData.error') || 'Failed to download data');
|
|
278
284
|
}
|
|
279
285
|
},
|
|
@@ -281,7 +287,9 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
281
287
|
]
|
|
282
288
|
);
|
|
283
289
|
} catch (error: any) {
|
|
284
|
-
|
|
290
|
+
if (__DEV__) {
|
|
291
|
+
console.error('Failed to initiate download:', error);
|
|
292
|
+
}
|
|
285
293
|
toast.error(error?.message || t('accountOverview.items.downloadData.error') || 'Failed to download data');
|
|
286
294
|
}
|
|
287
295
|
}, [oxyServices, user, t]);
|
|
@@ -766,7 +774,7 @@ const styles = StyleSheet.create({
|
|
|
766
774
|
fontSize: 28,
|
|
767
775
|
fontWeight: '600',
|
|
768
776
|
marginBottom: 8,
|
|
769
|
-
fontFamily: fontFamilies.
|
|
777
|
+
fontFamily: fontFamilies.interBold,
|
|
770
778
|
maxWidth: '90%',
|
|
771
779
|
},
|
|
772
780
|
welcomeSubtext: {
|