@oxyhq/services 5.4.0 → 5.4.2
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/package.json +3 -2
- package/src/__tests__/ui/screens/AccountSettingsScreen.test.tsx +8 -8
- package/src/core/index.ts +103 -0
- package/src/lib/sonner.ts +9 -4
- package/src/ui/components/OxyProvider.tsx +5 -5
- package/src/ui/context/OxyContext.tsx +61 -41
- package/src/ui/screens/AccountManagementDemo.tsx +1 -1
- package/src/ui/screens/AccountOverviewScreen.tsx +44 -26
- package/src/ui/screens/AccountSettingsScreen.tsx +25 -19
- package/src/ui/screens/AppInfoScreen.tsx +5 -5
- package/src/ui/screens/FileManagementScreen.tsx +246 -211
- package/src/ui/screens/SignInScreen.tsx +382 -326
- package/src/ui/screens/SignUpScreen.tsx +443 -273
- package/src/ui/screens/karma/KarmaFAQScreen.tsx +50 -29
- package/lib/commonjs/assets/OxyLogo.svg +0 -1
- package/lib/commonjs/assets/assets/OxyLogo.svg +0 -1
- 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/assets/icons/OxyServices.tsx +0 -67
- package/lib/commonjs/assets/assets/icons/logo_OxyServices.svg +0 -1
- 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/assets/icons/OxyServices.js +0 -53
- package/lib/commonjs/assets/icons/OxyServices.js.map +0 -1
- package/lib/commonjs/assets/icons/logo_OxyServices.svg +0 -1
- package/lib/commonjs/constants/version.js +0 -28
- package/lib/commonjs/constants/version.js.map +0 -1
- package/lib/commonjs/core/index.js +0 -1543
- package/lib/commonjs/core/index.js.map +0 -1
- package/lib/commonjs/index.js +0 -160
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/lib/react-native-polyfills.js +0 -181
- package/lib/commonjs/lib/react-native-polyfills.js.map +0 -1
- package/lib/commonjs/lib/sonner-safe.js +0 -41
- package/lib/commonjs/lib/sonner-safe.js.map +0 -1
- package/lib/commonjs/lib/sonner.js +0 -18
- package/lib/commonjs/lib/sonner.js.map +0 -1
- package/lib/commonjs/lib/sonner.web.js +0 -17
- package/lib/commonjs/lib/sonner.web.js.map +0 -1
- package/lib/commonjs/models/interfaces.js +0 -2
- package/lib/commonjs/models/interfaces.js.map +0 -1
- package/lib/commonjs/models/secureSession.js +0 -2
- package/lib/commonjs/models/secureSession.js.map +0 -1
- package/lib/commonjs/node/index.js +0 -54
- package/lib/commonjs/node/index.js.map +0 -1
- package/lib/commonjs/package.json +0 -1
- package/lib/commonjs/ui/components/Avatar.js +0 -98
- package/lib/commonjs/ui/components/Avatar.js.map +0 -1
- package/lib/commonjs/ui/components/FollowButton.js +0 -246
- package/lib/commonjs/ui/components/FollowButton.js.map +0 -1
- package/lib/commonjs/ui/components/FontLoader.js +0 -181
- package/lib/commonjs/ui/components/FontLoader.js.map +0 -1
- package/lib/commonjs/ui/components/GroupedItem.js +0 -109
- package/lib/commonjs/ui/components/GroupedItem.js.map +0 -1
- package/lib/commonjs/ui/components/GroupedSection.js +0 -33
- package/lib/commonjs/ui/components/GroupedSection.js.map +0 -1
- package/lib/commonjs/ui/components/OxyLogo.js +0 -56
- package/lib/commonjs/ui/components/OxyLogo.js.map +0 -1
- package/lib/commonjs/ui/components/OxyProvider.js +0 -517
- package/lib/commonjs/ui/components/OxyProvider.js.map +0 -1
- package/lib/commonjs/ui/components/OxySignInButton.js +0 -178
- package/lib/commonjs/ui/components/OxySignInButton.js.map +0 -1
- package/lib/commonjs/ui/components/ProfileCard.js +0 -124
- package/lib/commonjs/ui/components/ProfileCard.js.map +0 -1
- package/lib/commonjs/ui/components/QuickActions.js +0 -87
- package/lib/commonjs/ui/components/QuickActions.js.map +0 -1
- package/lib/commonjs/ui/components/Section.js +0 -36
- package/lib/commonjs/ui/components/Section.js.map +0 -1
- package/lib/commonjs/ui/components/SectionTitle.js +0 -35
- package/lib/commonjs/ui/components/SectionTitle.js.map +0 -1
- package/lib/commonjs/ui/components/bottomSheet/index.js +0 -37
- package/lib/commonjs/ui/components/bottomSheet/index.js.map +0 -1
- package/lib/commonjs/ui/components/icon/OxyIcon.js +0 -27
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/commonjs/ui/components/icon/index.js +0 -14
- package/lib/commonjs/ui/components/icon/index.js.map +0 -1
- package/lib/commonjs/ui/components/index.js +0 -97
- package/lib/commonjs/ui/components/index.js.map +0 -1
- package/lib/commonjs/ui/context/OxyContext.js +0 -568
- package/lib/commonjs/ui/context/OxyContext.js.map +0 -1
- package/lib/commonjs/ui/index.js +0 -128
- package/lib/commonjs/ui/index.js.map +0 -1
- package/lib/commonjs/ui/navigation/OxyRouter.js +0 -264
- package/lib/commonjs/ui/navigation/OxyRouter.js.map +0 -1
- package/lib/commonjs/ui/navigation/types.js +0 -6
- package/lib/commonjs/ui/navigation/types.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +0 -313
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountManagementDemo.js +0 -299
- package/lib/commonjs/ui/screens/AccountManagementDemo.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +0 -837
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +0 -836
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +0 -788
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js +0 -664
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/BillingManagementScreen.js +0 -636
- package/lib/commonjs/ui/screens/BillingManagementScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js +0 -2497
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +0 -1620
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +0 -450
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js +0 -449
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/SignInScreen.js +0 -956
- package/lib/commonjs/ui/screens/SignInScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/SignUpScreen.js +0 -762
- package/lib/commonjs/ui/screens/SignUpScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +0 -88
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +0 -364
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +0 -202
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +0 -148
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +0 -127
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +0 -105
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +0 -1
- package/lib/commonjs/ui/styles/FONTS.md +0 -126
- package/lib/commonjs/ui/styles/fonts.js +0 -84
- package/lib/commonjs/ui/styles/fonts.js.map +0 -1
- package/lib/commonjs/ui/styles/index.js +0 -28
- package/lib/commonjs/ui/styles/index.js.map +0 -1
- package/lib/commonjs/ui/styles/theme.js +0 -121
- package/lib/commonjs/ui/styles/theme.js.map +0 -1
- package/lib/commonjs/utils/deviceManager.js +0 -173
- package/lib/commonjs/utils/deviceManager.js.map +0 -1
- package/lib/commonjs/utils/index.js +0 -13
- package/lib/commonjs/utils/index.js.map +0 -1
- package/lib/commonjs/utils/polyfills.js +0 -42
- package/lib/commonjs/utils/polyfills.js.map +0 -1
- package/lib/module/assets/OxyLogo.svg +0 -1
- package/lib/module/assets/assets/OxyLogo.svg +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/assets/icons/OxyServices.tsx +0 -67
- package/lib/module/assets/assets/icons/logo_OxyServices.svg +0 -1
- 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/assets/icons/OxyServices.js +0 -46
- package/lib/module/assets/icons/OxyServices.js.map +0 -1
- package/lib/module/assets/icons/logo_OxyServices.svg +0 -1
- package/lib/module/constants/version.js +0 -21
- package/lib/module/constants/version.js.map +0 -1
- package/lib/module/core/index.js +0 -1517
- package/lib/module/core/index.js.map +0 -1
- package/lib/module/index.js +0 -48
- package/lib/module/index.js.map +0 -1
- package/lib/module/lib/react-native-polyfills.js +0 -179
- package/lib/module/lib/react-native-polyfills.js.map +0 -1
- package/lib/module/lib/sonner-safe.js +0 -37
- package/lib/module/lib/sonner-safe.js.map +0 -1
- package/lib/module/lib/sonner.js +0 -8
- package/lib/module/lib/sonner.js.map +0 -1
- package/lib/module/lib/sonner.web.js +0 -4
- package/lib/module/lib/sonner.web.js.map +0 -1
- package/lib/module/models/interfaces.js +0 -2
- package/lib/module/models/interfaces.js.map +0 -1
- package/lib/module/models/secureSession.js +0 -2
- package/lib/module/models/secureSession.js.map +0 -1
- package/lib/module/node/index.js +0 -23
- package/lib/module/node/index.js.map +0 -1
- package/lib/module/package.json +0 -1
- package/lib/module/ui/components/Avatar.js +0 -93
- package/lib/module/ui/components/Avatar.js.map +0 -1
- package/lib/module/ui/components/FollowButton.js +0 -241
- package/lib/module/ui/components/FollowButton.js.map +0 -1
- package/lib/module/ui/components/FontLoader.js +0 -176
- package/lib/module/ui/components/FontLoader.js.map +0 -1
- package/lib/module/ui/components/GroupedItem.js +0 -104
- package/lib/module/ui/components/GroupedItem.js.map +0 -1
- package/lib/module/ui/components/GroupedSection.js +0 -28
- package/lib/module/ui/components/GroupedSection.js.map +0 -1
- package/lib/module/ui/components/OxyLogo.js +0 -49
- package/lib/module/ui/components/OxyLogo.js.map +0 -1
- package/lib/module/ui/components/OxyProvider.js +0 -511
- package/lib/module/ui/components/OxyProvider.js.map +0 -1
- package/lib/module/ui/components/OxySignInButton.js +0 -172
- package/lib/module/ui/components/OxySignInButton.js.map +0 -1
- package/lib/module/ui/components/ProfileCard.js +0 -119
- package/lib/module/ui/components/ProfileCard.js.map +0 -1
- package/lib/module/ui/components/QuickActions.js +0 -82
- package/lib/module/ui/components/QuickActions.js.map +0 -1
- package/lib/module/ui/components/Section.js +0 -31
- package/lib/module/ui/components/Section.js.map +0 -1
- package/lib/module/ui/components/SectionTitle.js +0 -30
- package/lib/module/ui/components/SectionTitle.js.map +0 -1
- package/lib/module/ui/components/bottomSheet/index.js +0 -5
- package/lib/module/ui/components/bottomSheet/index.js.map +0 -1
- package/lib/module/ui/components/icon/OxyIcon.js +0 -22
- package/lib/module/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/module/ui/components/icon/index.js +0 -4
- package/lib/module/ui/components/icon/index.js.map +0 -1
- package/lib/module/ui/components/index.js +0 -18
- package/lib/module/ui/components/index.js.map +0 -1
- package/lib/module/ui/context/OxyContext.js +0 -563
- package/lib/module/ui/context/OxyContext.js.map +0 -1
- package/lib/module/ui/index.js +0 -24
- package/lib/module/ui/index.js.map +0 -1
- package/lib/module/ui/navigation/OxyRouter.js +0 -257
- package/lib/module/ui/navigation/OxyRouter.js.map +0 -1
- package/lib/module/ui/navigation/types.js +0 -4
- package/lib/module/ui/navigation/types.js.map +0 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +0 -308
- package/lib/module/ui/screens/AccountCenterScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountManagementDemo.js +0 -296
- package/lib/module/ui/screens/AccountManagementDemo.js.map +0 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +0 -831
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +0 -830
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +0 -782
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +0 -1
- package/lib/module/ui/screens/AppInfoScreen.js +0 -658
- package/lib/module/ui/screens/AppInfoScreen.js.map +0 -1
- package/lib/module/ui/screens/BillingManagementScreen.js +0 -631
- package/lib/module/ui/screens/BillingManagementScreen.js.map +0 -1
- package/lib/module/ui/screens/FileManagementScreen.js +0 -2492
- package/lib/module/ui/screens/FileManagementScreen.js.map +0 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +0 -1615
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +0 -1
- package/lib/module/ui/screens/ProfileScreen.js +0 -444
- package/lib/module/ui/screens/ProfileScreen.js.map +0 -1
- package/lib/module/ui/screens/SessionManagementScreen.js +0 -444
- package/lib/module/ui/screens/SessionManagementScreen.js.map +0 -1
- package/lib/module/ui/screens/SignInScreen.js +0 -950
- package/lib/module/ui/screens/SignInScreen.js.map +0 -1
- package/lib/module/ui/screens/SignUpScreen.js +0 -755
- package/lib/module/ui/screens/SignUpScreen.js.map +0 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +0 -83
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +0 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +0 -358
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +0 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +0 -197
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +0 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +0 -142
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +0 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +0 -122
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +0 -1
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js +0 -100
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +0 -1
- package/lib/module/ui/styles/FONTS.md +0 -126
- package/lib/module/ui/styles/fonts.js +0 -81
- package/lib/module/ui/styles/fonts.js.map +0 -1
- package/lib/module/ui/styles/index.js +0 -5
- package/lib/module/ui/styles/index.js.map +0 -1
- package/lib/module/ui/styles/theme.js +0 -114
- package/lib/module/ui/styles/theme.js.map +0 -1
- package/lib/module/utils/deviceManager.js +0 -167
- package/lib/module/utils/deviceManager.js.map +0 -1
- package/lib/module/utils/index.js +0 -4
- package/lib/module/utils/index.js.map +0 -1
- package/lib/module/utils/polyfills.js +0 -36
- package/lib/module/utils/polyfills.js.map +0 -1
- package/lib/typescript/assets/icons/OxyServices.d.ts +0 -29
- package/lib/typescript/assets/icons/OxyServices.d.ts.map +0 -1
- package/lib/typescript/constants/version.d.ts +0 -14
- package/lib/typescript/constants/version.d.ts.map +0 -1
- package/lib/typescript/core/index.d.ts +0 -563
- package/lib/typescript/core/index.d.ts.map +0 -1
- package/lib/typescript/index.d.ts +0 -20
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/lib/react-native-polyfills.d.ts +0 -8
- package/lib/typescript/lib/react-native-polyfills.d.ts.map +0 -1
- package/lib/typescript/lib/sonner-safe.d.ts +0 -11
- package/lib/typescript/lib/sonner-safe.d.ts.map +0 -1
- package/lib/typescript/lib/sonner.d.ts +0 -3
- package/lib/typescript/lib/sonner.d.ts.map +0 -1
- package/lib/typescript/lib/sonner.web.d.ts +0 -2
- package/lib/typescript/lib/sonner.web.d.ts.map +0 -1
- package/lib/typescript/models/interfaces.d.ts +0 -179
- package/lib/typescript/models/interfaces.d.ts.map +0 -1
- package/lib/typescript/models/secureSession.d.ts +0 -27
- package/lib/typescript/models/secureSession.d.ts.map +0 -1
- package/lib/typescript/node/index.d.ts +0 -11
- package/lib/typescript/node/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/Avatar.d.ts +0 -62
- package/lib/typescript/ui/components/Avatar.d.ts.map +0 -1
- package/lib/typescript/ui/components/FollowButton.d.ts +0 -92
- package/lib/typescript/ui/components/FollowButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/FontLoader.d.ts +0 -15
- package/lib/typescript/ui/components/FontLoader.d.ts.map +0 -1
- package/lib/typescript/ui/components/GroupedItem.d.ts +0 -17
- package/lib/typescript/ui/components/GroupedItem.d.ts.map +0 -1
- package/lib/typescript/ui/components/GroupedSection.d.ts +0 -19
- package/lib/typescript/ui/components/GroupedSection.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyLogo.d.ts +0 -29
- package/lib/typescript/ui/components/OxyLogo.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxyProvider.d.ts +0 -12
- package/lib/typescript/ui/components/OxyProvider.d.ts.map +0 -1
- package/lib/typescript/ui/components/OxySignInButton.d.ts +0 -70
- package/lib/typescript/ui/components/OxySignInButton.d.ts.map +0 -1
- package/lib/typescript/ui/components/ProfileCard.d.ts +0 -20
- package/lib/typescript/ui/components/ProfileCard.d.ts.map +0 -1
- package/lib/typescript/ui/components/QuickActions.d.ts +0 -15
- package/lib/typescript/ui/components/QuickActions.d.ts.map +0 -1
- package/lib/typescript/ui/components/Section.d.ts +0 -11
- package/lib/typescript/ui/components/Section.d.ts.map +0 -1
- package/lib/typescript/ui/components/SectionTitle.d.ts +0 -9
- package/lib/typescript/ui/components/SectionTitle.d.ts.map +0 -1
- package/lib/typescript/ui/components/bottomSheet/index.d.ts +0 -4
- package/lib/typescript/ui/components/bottomSheet/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +0 -10
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts.map +0 -1
- package/lib/typescript/ui/components/icon/index.d.ts +0 -3
- package/lib/typescript/ui/components/icon/index.d.ts.map +0 -1
- package/lib/typescript/ui/components/index.d.ts +0 -13
- package/lib/typescript/ui/components/index.d.ts.map +0 -1
- package/lib/typescript/ui/context/OxyContext.d.ts +0 -42
- package/lib/typescript/ui/context/OxyContext.d.ts.map +0 -1
- package/lib/typescript/ui/index.d.ts +0 -15
- package/lib/typescript/ui/index.d.ts.map +0 -1
- package/lib/typescript/ui/navigation/OxyRouter.d.ts +0 -5
- package/lib/typescript/ui/navigation/OxyRouter.d.ts.map +0 -1
- package/lib/typescript/ui/navigation/types.d.ts +0 -116
- package/lib/typescript/ui/navigation/types.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountManagementDemo.d.ts +0 -8
- package/lib/typescript/ui/screens/AccountManagementDemo.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/BillingManagementScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/BillingManagementScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +0 -8
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +0 -9
- package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SignInScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/SignInScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/SignUpScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/SignUpScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts.map +0 -1
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +0 -5
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts.map +0 -1
- package/lib/typescript/ui/styles/fonts.d.ts +0 -21
- package/lib/typescript/ui/styles/fonts.d.ts.map +0 -1
- package/lib/typescript/ui/styles/index.d.ts +0 -3
- package/lib/typescript/ui/styles/index.d.ts.map +0 -1
- package/lib/typescript/ui/styles/theme.d.ts +0 -68
- package/lib/typescript/ui/styles/theme.d.ts.map +0 -1
- package/lib/typescript/utils/deviceManager.d.ts +0 -66
- package/lib/typescript/utils/deviceManager.d.ts.map +0 -1
- package/lib/typescript/utils/index.d.ts +0 -3
- package/lib/typescript/utils/index.d.ts.map +0 -1
- package/lib/typescript/utils/polyfills.d.ts +0 -6
- package/lib/typescript/utils/polyfills.d.ts.map +0 -1
- package/src/lib/react-native-polyfills.ts +0 -219
- package/src/lib/sonner-safe.ts +0 -37
- package/src/lib/sonner.web.ts +0 -1
|
@@ -1,313 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _OxyContext = require("../context/OxyContext");
|
|
10
|
-
var _version = require("../../constants/version");
|
|
11
|
-
var _sonner = require("../../lib/sonner");
|
|
12
|
-
var _fonts = require("../styles/fonts");
|
|
13
|
-
var _components = require("../components");
|
|
14
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
|
-
const AccountCenterScreen = ({
|
|
17
|
-
onClose,
|
|
18
|
-
theme,
|
|
19
|
-
navigate
|
|
20
|
-
}) => {
|
|
21
|
-
const {
|
|
22
|
-
user,
|
|
23
|
-
logout,
|
|
24
|
-
isLoading,
|
|
25
|
-
sessions
|
|
26
|
-
} = (0, _OxyContext.useOxy)();
|
|
27
|
-
const isDarkTheme = theme === 'dark';
|
|
28
|
-
const textColor = isDarkTheme ? '#FFFFFF' : '#000000';
|
|
29
|
-
const backgroundColor = isDarkTheme ? '#121212' : '#f2f2f2';
|
|
30
|
-
const secondaryBackgroundColor = isDarkTheme ? '#222222' : '#FFFFFF';
|
|
31
|
-
const borderColor = isDarkTheme ? '#444444' : '#E0E0E0';
|
|
32
|
-
const primaryColor = '#0066CC';
|
|
33
|
-
const dangerColor = '#D32F2F';
|
|
34
|
-
const handleLogout = async () => {
|
|
35
|
-
try {
|
|
36
|
-
await logout();
|
|
37
|
-
if (onClose) {
|
|
38
|
-
onClose();
|
|
39
|
-
}
|
|
40
|
-
} catch (error) {
|
|
41
|
-
console.error('Logout failed:', error);
|
|
42
|
-
_sonner.toast.error('There was a problem signing you out. Please try again.');
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
const confirmLogout = () => {
|
|
46
|
-
_reactNative.Alert.alert('Sign Out', 'Are you sure you want to sign out?', [{
|
|
47
|
-
text: 'Cancel',
|
|
48
|
-
style: 'cancel'
|
|
49
|
-
}, {
|
|
50
|
-
text: 'Sign Out',
|
|
51
|
-
onPress: handleLogout,
|
|
52
|
-
style: 'destructive'
|
|
53
|
-
}], {
|
|
54
|
-
cancelable: true
|
|
55
|
-
});
|
|
56
|
-
};
|
|
57
|
-
if (!user) {
|
|
58
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
59
|
-
style: [styles.container, {
|
|
60
|
-
backgroundColor
|
|
61
|
-
}],
|
|
62
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
63
|
-
style: [styles.message, {
|
|
64
|
-
color: textColor
|
|
65
|
-
}],
|
|
66
|
-
children: "Not signed in"
|
|
67
|
-
})
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
if (isLoading) {
|
|
71
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
72
|
-
style: [styles.container, {
|
|
73
|
-
backgroundColor,
|
|
74
|
-
justifyContent: 'center'
|
|
75
|
-
}],
|
|
76
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
|
|
77
|
-
size: "large",
|
|
78
|
-
color: primaryColor
|
|
79
|
-
})
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
83
|
-
style: [styles.container, {
|
|
84
|
-
backgroundColor
|
|
85
|
-
}],
|
|
86
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.ProfileCard, {
|
|
87
|
-
user: user,
|
|
88
|
-
theme: theme,
|
|
89
|
-
onEditPress: () => navigate('AccountSettings', {
|
|
90
|
-
activeTab: 'profile'
|
|
91
|
-
}),
|
|
92
|
-
onClosePress: onClose,
|
|
93
|
-
showCloseButton: !!onClose
|
|
94
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.ScrollView, {
|
|
95
|
-
style: styles.scrollView,
|
|
96
|
-
contentContainerStyle: styles.scrollContainer,
|
|
97
|
-
showsVerticalScrollIndicator: false,
|
|
98
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
|
|
99
|
-
title: "Quick Actions",
|
|
100
|
-
theme: theme,
|
|
101
|
-
isFirst: true,
|
|
102
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.QuickActions, {
|
|
103
|
-
actions: [{
|
|
104
|
-
id: 'overview',
|
|
105
|
-
icon: 'person-circle',
|
|
106
|
-
iconColor: '#007AFF',
|
|
107
|
-
title: 'Overview',
|
|
108
|
-
onPress: () => navigate('AccountOverview')
|
|
109
|
-
}, {
|
|
110
|
-
id: 'settings',
|
|
111
|
-
icon: 'settings',
|
|
112
|
-
iconColor: '#5856D6',
|
|
113
|
-
title: 'Settings',
|
|
114
|
-
onPress: () => navigate('AccountSettings')
|
|
115
|
-
}, {
|
|
116
|
-
id: 'sessions',
|
|
117
|
-
icon: 'shield-checkmark',
|
|
118
|
-
iconColor: '#30D158',
|
|
119
|
-
title: 'Sessions',
|
|
120
|
-
onPress: () => navigate('SessionManagement')
|
|
121
|
-
}, {
|
|
122
|
-
id: 'premium',
|
|
123
|
-
icon: 'star',
|
|
124
|
-
iconColor: '#FFD700',
|
|
125
|
-
title: 'Premium',
|
|
126
|
-
onPress: () => navigate('PremiumSubscription')
|
|
127
|
-
}, ...(user?.isPremium ? [{
|
|
128
|
-
id: 'billing',
|
|
129
|
-
icon: 'card',
|
|
130
|
-
iconColor: '#34C759',
|
|
131
|
-
title: 'Billing',
|
|
132
|
-
onPress: () => navigate('BillingManagement')
|
|
133
|
-
}] : []), ...(sessions && sessions.length > 1 ? [{
|
|
134
|
-
id: 'switch',
|
|
135
|
-
icon: 'swap-horizontal',
|
|
136
|
-
iconColor: '#FF9500',
|
|
137
|
-
title: 'Switch',
|
|
138
|
-
onPress: () => navigate('AccountSwitcher')
|
|
139
|
-
}] : [])],
|
|
140
|
-
theme: theme
|
|
141
|
-
})
|
|
142
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
|
|
143
|
-
title: "Account Management",
|
|
144
|
-
theme: theme,
|
|
145
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedSection, {
|
|
146
|
-
items: [{
|
|
147
|
-
id: 'overview',
|
|
148
|
-
icon: 'person-circle',
|
|
149
|
-
iconColor: '#007AFF',
|
|
150
|
-
title: 'Account Overview',
|
|
151
|
-
subtitle: 'Complete account information',
|
|
152
|
-
onPress: () => navigate('AccountOverview')
|
|
153
|
-
}, {
|
|
154
|
-
id: 'settings',
|
|
155
|
-
icon: 'settings',
|
|
156
|
-
iconColor: '#5856D6',
|
|
157
|
-
title: 'Account Settings',
|
|
158
|
-
subtitle: 'Manage your preferences',
|
|
159
|
-
onPress: () => navigate('AccountSettings')
|
|
160
|
-
}, {
|
|
161
|
-
id: 'sessions',
|
|
162
|
-
icon: 'shield-checkmark',
|
|
163
|
-
iconColor: '#30D158',
|
|
164
|
-
title: 'Manage Sessions',
|
|
165
|
-
subtitle: 'Security and active devices',
|
|
166
|
-
onPress: () => navigate('SessionManagement')
|
|
167
|
-
}, {
|
|
168
|
-
id: 'files',
|
|
169
|
-
icon: 'folder',
|
|
170
|
-
iconColor: '#FF9500',
|
|
171
|
-
title: 'File Management',
|
|
172
|
-
subtitle: 'Upload, download, and manage your files',
|
|
173
|
-
onPress: () => navigate('FileManagement')
|
|
174
|
-
}, {
|
|
175
|
-
id: 'premium',
|
|
176
|
-
icon: 'star',
|
|
177
|
-
iconColor: '#FFD700',
|
|
178
|
-
title: 'Oxy+ Subscriptions',
|
|
179
|
-
subtitle: user?.isPremium ? 'Manage your premium plan' : 'Upgrade to premium features',
|
|
180
|
-
onPress: () => navigate('PremiumSubscription')
|
|
181
|
-
}, ...(user?.isPremium ? [{
|
|
182
|
-
id: 'billing',
|
|
183
|
-
icon: 'card',
|
|
184
|
-
iconColor: '#34C759',
|
|
185
|
-
title: 'Billing Management',
|
|
186
|
-
subtitle: 'Payment methods and invoices',
|
|
187
|
-
onPress: () => navigate('BillingManagement')
|
|
188
|
-
}] : [])],
|
|
189
|
-
theme: theme
|
|
190
|
-
})
|
|
191
|
-
}), sessions && sessions.length > 1 && /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
|
|
192
|
-
title: "Multi-Account",
|
|
193
|
-
theme: theme,
|
|
194
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedSection, {
|
|
195
|
-
items: [{
|
|
196
|
-
id: 'switch',
|
|
197
|
-
icon: 'people',
|
|
198
|
-
iconColor: '#FF9500',
|
|
199
|
-
title: 'Switch Account',
|
|
200
|
-
subtitle: `${sessions.length} accounts available`,
|
|
201
|
-
onPress: () => navigate('AccountSwitcher')
|
|
202
|
-
}, {
|
|
203
|
-
id: 'add',
|
|
204
|
-
icon: 'person-add',
|
|
205
|
-
iconColor: '#30D158',
|
|
206
|
-
title: 'Add Another Account',
|
|
207
|
-
subtitle: 'Sign in with a different account',
|
|
208
|
-
onPress: () => navigate('SignIn')
|
|
209
|
-
}],
|
|
210
|
-
theme: theme
|
|
211
|
-
})
|
|
212
|
-
}), (!sessions || sessions.length <= 1) && /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
|
|
213
|
-
title: "Add Account",
|
|
214
|
-
theme: theme,
|
|
215
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedSection, {
|
|
216
|
-
items: [{
|
|
217
|
-
id: 'add',
|
|
218
|
-
icon: 'person-add',
|
|
219
|
-
iconColor: '#30D158',
|
|
220
|
-
title: 'Add Another Account',
|
|
221
|
-
subtitle: 'Sign in with a different account',
|
|
222
|
-
onPress: () => navigate('SignIn')
|
|
223
|
-
}],
|
|
224
|
-
theme: theme
|
|
225
|
-
})
|
|
226
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
|
|
227
|
-
title: "More Options",
|
|
228
|
-
theme: theme,
|
|
229
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedSection, {
|
|
230
|
-
items: [...(_reactNative.Platform.OS !== 'web' ? [{
|
|
231
|
-
id: 'notifications',
|
|
232
|
-
icon: 'notifications',
|
|
233
|
-
iconColor: '#FF9500',
|
|
234
|
-
title: 'Notifications',
|
|
235
|
-
subtitle: 'Manage notification settings',
|
|
236
|
-
onPress: () => _sonner.toast.info('Notifications feature coming soon!')
|
|
237
|
-
}] : []), {
|
|
238
|
-
id: 'help',
|
|
239
|
-
icon: 'help-circle',
|
|
240
|
-
iconColor: '#007AFF',
|
|
241
|
-
title: 'Help & Support',
|
|
242
|
-
subtitle: 'Get help and contact support',
|
|
243
|
-
onPress: () => _sonner.toast.info('Help & Support feature coming soon!')
|
|
244
|
-
}, {
|
|
245
|
-
id: 'appinfo',
|
|
246
|
-
icon: 'information-circle',
|
|
247
|
-
iconColor: '#8E8E93',
|
|
248
|
-
title: 'App Information',
|
|
249
|
-
subtitle: 'Version and system details',
|
|
250
|
-
onPress: () => navigate('AppInfo')
|
|
251
|
-
}],
|
|
252
|
-
theme: theme
|
|
253
|
-
})
|
|
254
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Section, {
|
|
255
|
-
theme: theme,
|
|
256
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.GroupedItem, {
|
|
257
|
-
icon: "log-out",
|
|
258
|
-
iconColor: dangerColor,
|
|
259
|
-
title: isLoading ? "Signing out..." : "Sign Out",
|
|
260
|
-
theme: theme,
|
|
261
|
-
onPress: confirmLogout,
|
|
262
|
-
isFirst: true,
|
|
263
|
-
isLast: true,
|
|
264
|
-
showChevron: false,
|
|
265
|
-
disabled: isLoading,
|
|
266
|
-
customContent: isLoading ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
|
|
267
|
-
color: dangerColor,
|
|
268
|
-
size: "small",
|
|
269
|
-
style: {
|
|
270
|
-
marginRight: 16
|
|
271
|
-
}
|
|
272
|
-
}) : null
|
|
273
|
-
})
|
|
274
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
275
|
-
style: styles.versionContainer,
|
|
276
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
|
|
277
|
-
style: [styles.versionText, {
|
|
278
|
-
color: isDarkTheme ? '#666666' : '#999999'
|
|
279
|
-
}],
|
|
280
|
-
children: ["Version ", _version.packageInfo.version]
|
|
281
|
-
})
|
|
282
|
-
})]
|
|
283
|
-
})]
|
|
284
|
-
});
|
|
285
|
-
};
|
|
286
|
-
const styles = _reactNative.StyleSheet.create({
|
|
287
|
-
container: {
|
|
288
|
-
flex: 1
|
|
289
|
-
},
|
|
290
|
-
scrollView: {
|
|
291
|
-
flex: 1
|
|
292
|
-
},
|
|
293
|
-
scrollContainer: {
|
|
294
|
-
padding: 16,
|
|
295
|
-
paddingBottom: 20
|
|
296
|
-
},
|
|
297
|
-
versionContainer: {
|
|
298
|
-
alignItems: 'center',
|
|
299
|
-
marginTop: 20,
|
|
300
|
-
marginBottom: 20
|
|
301
|
-
},
|
|
302
|
-
versionText: {
|
|
303
|
-
fontSize: 12,
|
|
304
|
-
fontFamily: _fonts.fontFamilies.phudu
|
|
305
|
-
},
|
|
306
|
-
message: {
|
|
307
|
-
fontSize: 16,
|
|
308
|
-
textAlign: 'center',
|
|
309
|
-
marginTop: 24
|
|
310
|
-
}
|
|
311
|
-
});
|
|
312
|
-
var _default = exports.default = AccountCenterScreen;
|
|
313
|
-
//# sourceMappingURL=AccountCenterScreen.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_OxyContext","_version","_sonner","_fonts","_components","_jsxRuntime","e","__esModule","default","AccountCenterScreen","onClose","theme","navigate","user","logout","isLoading","sessions","useOxy","isDarkTheme","textColor","backgroundColor","secondaryBackgroundColor","borderColor","primaryColor","dangerColor","handleLogout","error","console","toast","confirmLogout","Alert","alert","text","style","onPress","cancelable","jsx","View","styles","container","children","Text","message","color","justifyContent","ActivityIndicator","size","jsxs","ProfileCard","onEditPress","activeTab","onClosePress","showCloseButton","ScrollView","scrollView","contentContainerStyle","scrollContainer","showsVerticalScrollIndicator","Section","title","isFirst","QuickActions","actions","id","icon","iconColor","isPremium","length","GroupedSection","items","subtitle","Platform","OS","info","GroupedItem","isLast","showChevron","disabled","customContent","marginRight","versionContainer","versionText","packageInfo","version","StyleSheet","create","flex","padding","paddingBottom","alignItems","marginTop","marginBottom","fontSize","fontFamily","fontFamilies","phudu","textAlign","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/screens/AccountCenterScreen.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAWA,IAAAE,WAAA,GAAAF,OAAA;AACA,IAAAG,QAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAJ,OAAA;AAEA,IAAAK,MAAA,GAAAL,OAAA;AACA,IAAAM,WAAA,GAAAN,OAAA;AAMuB,IAAAO,WAAA,GAAAP,OAAA;AAAA,SAAAD,uBAAAS,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEvB,MAAMG,mBAA8C,GAAGA,CAAC;EACpDC,OAAO;EACPC,KAAK;EACLC;AACJ,CAAC,KAAK;EACF,MAAM;IAAEC,IAAI;IAAEC,MAAM;IAAEC,SAAS;IAAEC;EAAS,CAAC,GAAG,IAAAC,kBAAM,EAAC,CAAC;EAEtD,MAAMC,WAAW,GAAGP,KAAK,KAAK,MAAM;EACpC,MAAMQ,SAAS,GAAGD,WAAW,GAAG,SAAS,GAAG,SAAS;EACrD,MAAME,eAAe,GAAGF,WAAW,GAAG,SAAS,GAAG,SAAS;EAC3D,MAAMG,wBAAwB,GAAGH,WAAW,GAAG,SAAS,GAAG,SAAS;EACpE,MAAMI,WAAW,GAAGJ,WAAW,GAAG,SAAS,GAAG,SAAS;EACvD,MAAMK,YAAY,GAAG,SAAS;EAC9B,MAAMC,WAAW,GAAG,SAAS;EAE7B,MAAMC,YAAY,GAAG,MAAAA,CAAA,KAAY;IAC7B,IAAI;MACA,MAAMX,MAAM,CAAC,CAAC;MACd,IAAIJ,OAAO,EAAE;QACTA,OAAO,CAAC,CAAC;MACb;IACJ,CAAC,CAAC,OAAOgB,KAAK,EAAE;MACZC,OAAO,CAACD,KAAK,CAAC,gBAAgB,EAAEA,KAAK,CAAC;MACtCE,aAAK,CAACF,KAAK,CAAC,wDAAwD,CAAC;IACzE;EACJ,CAAC;EAED,MAAMG,aAAa,GAAGA,CAAA,KAAM;IACxBC,kBAAK,CAACC,KAAK,CACP,UAAU,EACV,oCAAoC,EACpC,CACI;MACIC,IAAI,EAAE,QAAQ;MACdC,KAAK,EAAE;IACX,CAAC,EACD;MACID,IAAI,EAAE,UAAU;MAChBE,OAAO,EAAET,YAAY;MACrBQ,KAAK,EAAE;IACX,CAAC,CACJ,EACD;MAAEE,UAAU,EAAE;IAAK,CACvB,CAAC;EACL,CAAC;EAED,IAAI,CAACtB,IAAI,EAAE;IACP,oBACI,IAAAR,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAAsC,IAAI;MAACJ,KAAK,EAAE,CAACK,MAAM,CAACC,SAAS,EAAE;QAAEnB;MAAgB,CAAC,CAAE;MAAAoB,QAAA,eACjD,IAAAnC,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAA0C,IAAI;QAACR,KAAK,EAAE,CAACK,MAAM,CAACI,OAAO,EAAE;UAAEC,KAAK,EAAExB;QAAU,CAAC,CAAE;QAAAqB,QAAA,EAAC;MAAa,CAAM;IAAC,CACvE,CAAC;EAEf;EAEA,IAAIzB,SAAS,EAAE;IACX,oBACI,IAAAV,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAAsC,IAAI;MAACJ,KAAK,EAAE,CAACK,MAAM,CAACC,SAAS,EAAE;QAAEnB,eAAe;QAAEwB,cAAc,EAAE;MAAS,CAAC,CAAE;MAAAJ,QAAA,eAC3E,IAAAnC,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAA8C,iBAAiB;QAACC,IAAI,EAAC,OAAO;QAACH,KAAK,EAAEpB;MAAa,CAAE;IAAC,CACrD,CAAC;EAEf;EAEA,oBACI,IAAAlB,WAAA,CAAA0C,IAAA,EAAChD,YAAA,CAAAsC,IAAI;IAACJ,KAAK,EAAE,CAACK,MAAM,CAACC,SAAS,EAAE;MAAEnB;IAAgB,CAAC,CAAE;IAAAoB,QAAA,gBAEjD,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAA4C,WAAW;MACRnC,IAAI,EAAEA,IAAK;MACXF,KAAK,EAAEA,KAAM;MACbsC,WAAW,EAAEA,CAAA,KAAMrC,QAAQ,CAAC,iBAAiB,EAAE;QAAEsC,SAAS,EAAE;MAAU,CAAC,CAAE;MACzEC,YAAY,EAAEzC,OAAQ;MACtB0C,eAAe,EAAE,CAAC,CAAC1C;IAAQ,CAC9B,CAAC,eAEF,IAAAL,WAAA,CAAA0C,IAAA,EAAChD,YAAA,CAAAsD,UAAU;MAACpB,KAAK,EAAEK,MAAM,CAACgB,UAAW;MAACC,qBAAqB,EAAEjB,MAAM,CAACkB,eAAgB;MAACC,4BAA4B,EAAE,KAAM;MAAAjB,QAAA,gBAErH,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,eAAe;QAAChD,KAAK,EAAEA,KAAM;QAACiD,OAAO,EAAE,IAAK;QAAApB,QAAA,eACvD,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAyD,YAAY;UACTC,OAAO,EAAE,CACL;YAAEC,EAAE,EAAE,UAAU;YAAEC,IAAI,EAAE,eAAe;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,UAAU;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAAE,CAAC,EAC9H;YAAEmD,EAAE,EAAE,UAAU;YAAEC,IAAI,EAAE,UAAU;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,UAAU;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAAE,CAAC,EACzH;YAAEmD,EAAE,EAAE,UAAU;YAAEC,IAAI,EAAE,kBAAkB;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,UAAU;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,mBAAmB;UAAE,CAAC,EACnI;YAAEmD,EAAE,EAAE,SAAS;YAAEC,IAAI,EAAE,MAAM;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,SAAS;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,qBAAqB;UAAE,CAAC,EACvH,IAAIC,IAAI,EAAEqD,SAAS,GAAG,CAAC;YAAEH,EAAE,EAAE,SAAS;YAAEC,IAAI,EAAE,MAAM;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,SAAS;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,mBAAmB;UAAE,CAAC,CAAC,GAAG,EAAE,CAAC,EACnJ,IAAII,QAAQ,IAAIA,QAAQ,CAACmD,MAAM,GAAG,CAAC,GAAG,CAAC;YAAEJ,EAAE,EAAE,QAAQ;YAAEC,IAAI,EAAE,iBAAiB;YAAEC,SAAS,EAAE,SAAS;YAAEN,KAAK,EAAE,QAAQ;YAAEzB,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAC5K;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CAAC,eAGV,IAAAN,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,oBAAoB;QAAChD,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eAC7C,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAgE,cAAc;UACXC,KAAK,EAAE,CACH;YACIN,EAAE,EAAE,UAAU;YACdC,IAAI,EAAE,eAAe;YACrBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,kBAAkB;YACzBW,QAAQ,EAAE,8BAA8B;YACxCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAC7C,CAAC,EACD;YACImD,EAAE,EAAE,UAAU;YACdC,IAAI,EAAE,UAAU;YAChBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,kBAAkB;YACzBW,QAAQ,EAAE,yBAAyB;YACnCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAC7C,CAAC,EACD;YACImD,EAAE,EAAE,UAAU;YACdC,IAAI,EAAE,kBAAkB;YACxBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,iBAAiB;YACxBW,QAAQ,EAAE,6BAA6B;YACvCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,mBAAmB;UAC/C,CAAC,EACD;YACImD,EAAE,EAAE,OAAO;YACXC,IAAI,EAAE,QAAQ;YACdC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,iBAAiB;YACxBW,QAAQ,EAAE,yCAAyC;YACnDpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,gBAAgB;UAC5C,CAAC,EACD;YACImD,EAAE,EAAE,SAAS;YACbC,IAAI,EAAE,MAAM;YACZC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,oBAAoB;YAC3BW,QAAQ,EAAEzD,IAAI,EAAEqD,SAAS,GAAG,0BAA0B,GAAG,6BAA6B;YACtFhC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,qBAAqB;UACjD,CAAC,EACD,IAAIC,IAAI,EAAEqD,SAAS,GAAG,CAAC;YACnBH,EAAE,EAAE,SAAS;YACbC,IAAI,EAAE,MAAM;YACZC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,oBAAoB;YAC3BW,QAAQ,EAAE,8BAA8B;YACxCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,mBAAmB;UAC/C,CAAC,CAAC,GAAG,EAAE,CAAC,CACV;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CAAC,EAGTK,QAAQ,IAAIA,QAAQ,CAACmD,MAAM,GAAG,CAAC,iBAC5B,IAAA9D,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,eAAe;QAAChD,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eACxC,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAgE,cAAc;UACXC,KAAK,EAAE,CACH;YACIN,EAAE,EAAE,QAAQ;YACZC,IAAI,EAAE,QAAQ;YACdC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,gBAAgB;YACvBW,QAAQ,EAAE,GAAGtD,QAAQ,CAACmD,MAAM,qBAAqB;YACjDjC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,iBAAiB;UAC7C,CAAC,EACD;YACImD,EAAE,EAAE,KAAK;YACTC,IAAI,EAAE,YAAY;YAClBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,qBAAqB;YAC5BW,QAAQ,EAAE,kCAAkC;YAC5CpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,QAAQ;UACpC,CAAC,CACH;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CACZ,EAGA,CAAC,CAACK,QAAQ,IAAIA,QAAQ,CAACmD,MAAM,IAAI,CAAC,kBAC/B,IAAA9D,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,aAAa;QAAChD,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eACtC,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAgE,cAAc;UACXC,KAAK,EAAE,CACH;YACIN,EAAE,EAAE,KAAK;YACTC,IAAI,EAAE,YAAY;YAClBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,qBAAqB;YAC5BW,QAAQ,EAAE,kCAAkC;YAC5CpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,QAAQ;UACpC,CAAC,CACH;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CACZ,eAGD,IAAAN,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAACC,KAAK,EAAC,cAAc;QAAChD,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eACvC,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAgE,cAAc;UACXC,KAAK,EAAE,CACH,IAAIE,qBAAQ,CAACC,EAAE,KAAK,KAAK,GAAG,CAAC;YACzBT,EAAE,EAAE,eAAe;YACnBC,IAAI,EAAE,eAAe;YACrBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,eAAe;YACtBW,QAAQ,EAAE,8BAA8B;YACxCpC,OAAO,EAAEA,CAAA,KAAMN,aAAK,CAAC6C,IAAI,CAAC,oCAAoC;UAClE,CAAC,CAAC,GAAG,EAAE,CAAC,EACR;YACIV,EAAE,EAAE,MAAM;YACVC,IAAI,EAAE,aAAa;YACnBC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,gBAAgB;YACvBW,QAAQ,EAAE,8BAA8B;YACxCpC,OAAO,EAAEA,CAAA,KAAMN,aAAK,CAAC6C,IAAI,CAAC,qCAAqC;UACnE,CAAC,EACD;YACIV,EAAE,EAAE,SAAS;YACbC,IAAI,EAAE,oBAAoB;YAC1BC,SAAS,EAAE,SAAS;YACpBN,KAAK,EAAE,iBAAiB;YACxBW,QAAQ,EAAE,4BAA4B;YACtCpC,OAAO,EAAEA,CAAA,KAAMtB,QAAQ,CAAC,SAAS;UACrC,CAAC,CACH;UACFD,KAAK,EAAEA;QAAM,CAChB;MAAC,CACG,CAAC,eAGV,IAAAN,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsD,OAAO;QAAC/C,KAAK,EAAEA,KAAM;QAAA6B,QAAA,eAClB,IAAAnC,WAAA,CAAA+B,GAAA,EAAChC,WAAA,CAAAsE,WAAW;UACRV,IAAI,EAAC,SAAS;UACdC,SAAS,EAAEzC,WAAY;UACvBmC,KAAK,EAAE5C,SAAS,GAAG,gBAAgB,GAAG,UAAW;UACjDJ,KAAK,EAAEA,KAAM;UACbuB,OAAO,EAAEL,aAAc;UACvB+B,OAAO,EAAE,IAAK;UACde,MAAM,EAAE,IAAK;UACbC,WAAW,EAAE,KAAM;UACnBC,QAAQ,EAAE9D,SAAU;UACpB+D,aAAa,EAAE/D,SAAS,gBACpB,IAAAV,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAA8C,iBAAiB;YAACF,KAAK,EAAEnB,WAAY;YAACsB,IAAI,EAAC,OAAO;YAACb,KAAK,EAAE;cAAE8C,WAAW,EAAE;YAAG;UAAE,CAAE,CAAC,GAClF;QAAK,CACZ;MAAC,CACG,CAAC,eAEV,IAAA1E,WAAA,CAAA+B,GAAA,EAACrC,YAAA,CAAAsC,IAAI;QAACJ,KAAK,EAAEK,MAAM,CAAC0C,gBAAiB;QAAAxC,QAAA,eACjC,IAAAnC,WAAA,CAAA0C,IAAA,EAAChD,YAAA,CAAA0C,IAAI;UAACR,KAAK,EAAE,CAACK,MAAM,CAAC2C,WAAW,EAAE;YAAEtC,KAAK,EAAEzB,WAAW,GAAG,SAAS,GAAG;UAAU,CAAC,CAAE;UAAAsB,QAAA,GAAC,UACvE,EAAC0C,oBAAW,CAACC,OAAO;QAAA,CAC1B;MAAC,CACL,CAAC;IAAA,CACC,CAAC;EAAA,CACX,CAAC;AAEf,CAAC;AAED,MAAM7C,MAAM,GAAG8C,uBAAU,CAACC,MAAM,CAAC;EAC7B9C,SAAS,EAAE;IACP+C,IAAI,EAAE;EACV,CAAC;EACDhC,UAAU,EAAE;IACRgC,IAAI,EAAE;EACV,CAAC;EACD9B,eAAe,EAAE;IACb+B,OAAO,EAAE,EAAE;IACXC,aAAa,EAAE;EACnB,CAAC;EACDR,gBAAgB,EAAE;IACdS,UAAU,EAAE,QAAQ;IACpBC,SAAS,EAAE,EAAE;IACbC,YAAY,EAAE;EAClB,CAAC;EACDV,WAAW,EAAE;IACTW,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEC,mBAAY,CAACC;EAC7B,CAAC;EACDrD,OAAO,EAAE;IACLkD,QAAQ,EAAE,EAAE;IACZI,SAAS,EAAE,QAAQ;IACnBN,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AAAC,IAAAO,QAAA,GAAAC,OAAA,CAAA1F,OAAA,GAEYC,mBAAmB","ignoreList":[]}
|
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _OxyProvider = _interopRequireDefault(require("../components/OxyProvider"));
|
|
10
|
-
var _core = require("../../core");
|
|
11
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
-
/**
|
|
14
|
-
* Demo component showcasing the complete account management UI flow
|
|
15
|
-
* This demonstrates how all the account screens work together
|
|
16
|
-
*/const AccountManagementDemo = () => {
|
|
17
|
-
const oxyServices = new _core.OxyServices({
|
|
18
|
-
baseURL: 'http://localhost:3001'
|
|
19
|
-
});
|
|
20
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
21
|
-
style: styles.container,
|
|
22
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.ScrollView, {
|
|
23
|
-
style: styles.content,
|
|
24
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
25
|
-
style: styles.title,
|
|
26
|
-
children: "Account Management System Demo"
|
|
27
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
28
|
-
style: styles.description,
|
|
29
|
-
children: "Complete account management flow with 5 interconnected screens:"
|
|
30
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
31
|
-
style: styles.screensList,
|
|
32
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
|
|
33
|
-
title: "AccountCenterScreen",
|
|
34
|
-
description: "Main account hub and entry point",
|
|
35
|
-
features: ['User profile display', 'Quick access to all account features', 'Multi-account switching', 'Session management access'],
|
|
36
|
-
navigatesTo: ['AccountOverview', 'AccountSwitcher', 'AccountSettings', 'SessionManagement']
|
|
37
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
|
|
38
|
-
title: "AccountOverviewScreen",
|
|
39
|
-
description: "Comprehensive account information and management",
|
|
40
|
-
features: ['Detailed profile information', 'Account settings shortcuts', 'Subscription management', 'Privacy and security overview'],
|
|
41
|
-
navigatesTo: ['AccountSettings', 'SessionManagement']
|
|
42
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
|
|
43
|
-
title: "AccountSettingsScreen",
|
|
44
|
-
description: "Complete account configuration and preferences",
|
|
45
|
-
features: ['Profile editing (username, email, name)', 'Password management', 'Security settings', 'Notification preferences', 'Tabbed interface for organization'],
|
|
46
|
-
navigatesTo: ['Previous screen via goBack()']
|
|
47
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
|
|
48
|
-
title: "AccountSwitcherScreen",
|
|
49
|
-
description: "Multi-account management and switching",
|
|
50
|
-
features: ['View all saved accounts', 'Switch between accounts', 'Remove unwanted accounts', 'Device session management', 'Add new accounts'],
|
|
51
|
-
navigatesTo: ['SignIn', 'Account switching']
|
|
52
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenCard, {
|
|
53
|
-
title: "SessionManagementScreen",
|
|
54
|
-
description: "Active session management across devices",
|
|
55
|
-
features: ['View all active sessions', 'Device information display', 'Logout specific sessions', 'Logout all sessions', 'Session security monitoring'],
|
|
56
|
-
navigatesTo: ['Session logout actions']
|
|
57
|
-
})]
|
|
58
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
59
|
-
style: styles.navigationFlow,
|
|
60
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
61
|
-
style: styles.sectionTitle,
|
|
62
|
-
children: "Navigation Flow"
|
|
63
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
64
|
-
style: styles.flowDescription,
|
|
65
|
-
children: "The screens are designed with intuitive navigation patterns:"
|
|
66
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
67
|
-
style: styles.flowItem,
|
|
68
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
69
|
-
style: styles.flowStep,
|
|
70
|
-
children: "1. Entry Point"
|
|
71
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
72
|
-
style: styles.flowText,
|
|
73
|
-
children: "Users typically start at AccountCenterScreen"
|
|
74
|
-
})]
|
|
75
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
76
|
-
style: styles.flowItem,
|
|
77
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
78
|
-
style: styles.flowStep,
|
|
79
|
-
children: "2. Explore"
|
|
80
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
81
|
-
style: styles.flowText,
|
|
82
|
-
children: "Navigate to specific screens based on needs"
|
|
83
|
-
})]
|
|
84
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
85
|
-
style: styles.flowItem,
|
|
86
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
87
|
-
style: styles.flowStep,
|
|
88
|
-
children: "3. Manage"
|
|
89
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
90
|
-
style: styles.flowText,
|
|
91
|
-
children: "Perform account actions in specialized screens"
|
|
92
|
-
})]
|
|
93
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
94
|
-
style: styles.flowItem,
|
|
95
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
96
|
-
style: styles.flowStep,
|
|
97
|
-
children: "4. Return"
|
|
98
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
99
|
-
style: styles.flowText,
|
|
100
|
-
children: "Navigate back or to related screens seamlessly"
|
|
101
|
-
})]
|
|
102
|
-
})]
|
|
103
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
104
|
-
style: styles.demoSection,
|
|
105
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
106
|
-
style: styles.sectionTitle,
|
|
107
|
-
children: "Try the Demo"
|
|
108
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
|
|
109
|
-
style: styles.demoButton,
|
|
110
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
111
|
-
style: styles.demoButtonText,
|
|
112
|
-
children: "Launch Account Center"
|
|
113
|
-
})
|
|
114
|
-
})]
|
|
115
|
-
})]
|
|
116
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_OxyProvider.default, {
|
|
117
|
-
oxyServices: oxyServices,
|
|
118
|
-
initialScreen: "AccountCenter",
|
|
119
|
-
theme: "light",
|
|
120
|
-
autoPresent: false
|
|
121
|
-
})]
|
|
122
|
-
});
|
|
123
|
-
};
|
|
124
|
-
const ScreenCard = ({
|
|
125
|
-
title,
|
|
126
|
-
description,
|
|
127
|
-
features,
|
|
128
|
-
navigatesTo
|
|
129
|
-
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
130
|
-
style: styles.screenCard,
|
|
131
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
132
|
-
style: styles.screenTitle,
|
|
133
|
-
children: title
|
|
134
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
135
|
-
style: styles.screenDescription,
|
|
136
|
-
children: description
|
|
137
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
138
|
-
style: styles.featuresTitle,
|
|
139
|
-
children: "Features:"
|
|
140
|
-
}), features.map((feature, index) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
|
|
141
|
-
style: styles.feature,
|
|
142
|
-
children: ["\u2022 ", feature]
|
|
143
|
-
}, index)), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
144
|
-
style: styles.navigationTitle,
|
|
145
|
-
children: "Navigates to:"
|
|
146
|
-
}), navigatesTo.map((nav, index) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
|
|
147
|
-
style: styles.navigationItem,
|
|
148
|
-
children: ["\u2192 ", nav]
|
|
149
|
-
}, index))]
|
|
150
|
-
});
|
|
151
|
-
const styles = _reactNative.StyleSheet.create({
|
|
152
|
-
container: {
|
|
153
|
-
flex: 1,
|
|
154
|
-
backgroundColor: '#F5F5F5'
|
|
155
|
-
},
|
|
156
|
-
content: {
|
|
157
|
-
flex: 1,
|
|
158
|
-
padding: 20
|
|
159
|
-
},
|
|
160
|
-
title: {
|
|
161
|
-
fontSize: 28,
|
|
162
|
-
fontWeight: 'bold',
|
|
163
|
-
color: '#333',
|
|
164
|
-
marginBottom: 10,
|
|
165
|
-
textAlign: 'center'
|
|
166
|
-
},
|
|
167
|
-
description: {
|
|
168
|
-
fontSize: 16,
|
|
169
|
-
color: '#666',
|
|
170
|
-
marginBottom: 20,
|
|
171
|
-
textAlign: 'center',
|
|
172
|
-
lineHeight: 22
|
|
173
|
-
},
|
|
174
|
-
screensList: {
|
|
175
|
-
marginBottom: 30
|
|
176
|
-
},
|
|
177
|
-
screenCard: {
|
|
178
|
-
backgroundColor: '#FFFFFF',
|
|
179
|
-
borderRadius: 12,
|
|
180
|
-
padding: 20,
|
|
181
|
-
marginBottom: 16,
|
|
182
|
-
shadowColor: '#000',
|
|
183
|
-
shadowOffset: {
|
|
184
|
-
width: 0,
|
|
185
|
-
height: 2
|
|
186
|
-
},
|
|
187
|
-
shadowOpacity: 0.1,
|
|
188
|
-
shadowRadius: 4,
|
|
189
|
-
elevation: 3
|
|
190
|
-
},
|
|
191
|
-
screenTitle: {
|
|
192
|
-
fontSize: 20,
|
|
193
|
-
fontWeight: 'bold',
|
|
194
|
-
color: '#0066CC',
|
|
195
|
-
marginBottom: 8
|
|
196
|
-
},
|
|
197
|
-
screenDescription: {
|
|
198
|
-
fontSize: 14,
|
|
199
|
-
color: '#666',
|
|
200
|
-
marginBottom: 12,
|
|
201
|
-
lineHeight: 20
|
|
202
|
-
},
|
|
203
|
-
featuresTitle: {
|
|
204
|
-
fontSize: 16,
|
|
205
|
-
fontWeight: '600',
|
|
206
|
-
color: '#333',
|
|
207
|
-
marginBottom: 8
|
|
208
|
-
},
|
|
209
|
-
feature: {
|
|
210
|
-
fontSize: 14,
|
|
211
|
-
color: '#555',
|
|
212
|
-
marginBottom: 4,
|
|
213
|
-
marginLeft: 10
|
|
214
|
-
},
|
|
215
|
-
navigationTitle: {
|
|
216
|
-
fontSize: 16,
|
|
217
|
-
fontWeight: '600',
|
|
218
|
-
color: '#333',
|
|
219
|
-
marginTop: 12,
|
|
220
|
-
marginBottom: 8
|
|
221
|
-
},
|
|
222
|
-
navigationItem: {
|
|
223
|
-
fontSize: 14,
|
|
224
|
-
color: '#0066CC',
|
|
225
|
-
marginBottom: 4,
|
|
226
|
-
marginLeft: 10
|
|
227
|
-
},
|
|
228
|
-
navigationFlow: {
|
|
229
|
-
backgroundColor: '#FFFFFF',
|
|
230
|
-
borderRadius: 12,
|
|
231
|
-
padding: 20,
|
|
232
|
-
marginBottom: 30,
|
|
233
|
-
shadowColor: '#000',
|
|
234
|
-
shadowOffset: {
|
|
235
|
-
width: 0,
|
|
236
|
-
height: 2
|
|
237
|
-
},
|
|
238
|
-
shadowOpacity: 0.1,
|
|
239
|
-
shadowRadius: 4,
|
|
240
|
-
elevation: 3
|
|
241
|
-
},
|
|
242
|
-
sectionTitle: {
|
|
243
|
-
fontSize: 22,
|
|
244
|
-
fontWeight: 'bold',
|
|
245
|
-
color: '#333',
|
|
246
|
-
marginBottom: 12
|
|
247
|
-
},
|
|
248
|
-
flowDescription: {
|
|
249
|
-
fontSize: 14,
|
|
250
|
-
color: '#666',
|
|
251
|
-
marginBottom: 16,
|
|
252
|
-
lineHeight: 20
|
|
253
|
-
},
|
|
254
|
-
flowItem: {
|
|
255
|
-
flexDirection: 'row',
|
|
256
|
-
alignItems: 'flex-start',
|
|
257
|
-
marginBottom: 12
|
|
258
|
-
},
|
|
259
|
-
flowStep: {
|
|
260
|
-
fontSize: 14,
|
|
261
|
-
fontWeight: 'bold',
|
|
262
|
-
color: '#0066CC',
|
|
263
|
-
minWidth: 80
|
|
264
|
-
},
|
|
265
|
-
flowText: {
|
|
266
|
-
fontSize: 14,
|
|
267
|
-
color: '#555',
|
|
268
|
-
flex: 1,
|
|
269
|
-
lineHeight: 20
|
|
270
|
-
},
|
|
271
|
-
demoSection: {
|
|
272
|
-
backgroundColor: '#FFFFFF',
|
|
273
|
-
borderRadius: 12,
|
|
274
|
-
padding: 20,
|
|
275
|
-
alignItems: 'center',
|
|
276
|
-
shadowColor: '#000',
|
|
277
|
-
shadowOffset: {
|
|
278
|
-
width: 0,
|
|
279
|
-
height: 2
|
|
280
|
-
},
|
|
281
|
-
shadowOpacity: 0.1,
|
|
282
|
-
shadowRadius: 4,
|
|
283
|
-
elevation: 3
|
|
284
|
-
},
|
|
285
|
-
demoButton: {
|
|
286
|
-
backgroundColor: '#0066CC',
|
|
287
|
-
borderRadius: 25,
|
|
288
|
-
paddingHorizontal: 30,
|
|
289
|
-
paddingVertical: 12,
|
|
290
|
-
marginTop: 10
|
|
291
|
-
},
|
|
292
|
-
demoButtonText: {
|
|
293
|
-
color: '#FFFFFF',
|
|
294
|
-
fontSize: 16,
|
|
295
|
-
fontWeight: '600'
|
|
296
|
-
}
|
|
297
|
-
});
|
|
298
|
-
var _default = exports.default = AccountManagementDemo;
|
|
299
|
-
//# sourceMappingURL=AccountManagementDemo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_OxyProvider","_core","_jsxRuntime","e","__esModule","default","AccountManagementDemo","oxyServices","OxyServices","baseURL","jsxs","View","style","styles","container","children","ScrollView","content","jsx","Text","title","description","screensList","ScreenCard","features","navigatesTo","navigationFlow","sectionTitle","flowDescription","flowItem","flowStep","flowText","demoSection","TouchableOpacity","demoButton","demoButtonText","initialScreen","theme","autoPresent","screenCard","screenTitle","screenDescription","featuresTitle","map","feature","index","navigationTitle","nav","navigationItem","StyleSheet","create","flex","backgroundColor","padding","fontSize","fontWeight","color","marginBottom","textAlign","lineHeight","borderRadius","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","marginLeft","marginTop","flexDirection","alignItems","minWidth","paddingHorizontal","paddingVertical","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/screens/AccountManagementDemo.tsx"],"mappings":"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","ignoreList":[]}
|