@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,296 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { View, Text, TouchableOpacity, StyleSheet, ScrollView } from 'react-native';
|
|
5
|
-
import OxyProvider from '../components/OxyProvider';
|
|
6
|
-
import { OxyServices } from '../../core';
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Demo component showcasing the complete account management UI flow
|
|
10
|
-
* This demonstrates how all the account screens work together
|
|
11
|
-
*/
|
|
12
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
const AccountManagementDemo = () => {
|
|
14
|
-
const oxyServices = new OxyServices({
|
|
15
|
-
baseURL: 'http://localhost:3001'
|
|
16
|
-
});
|
|
17
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
18
|
-
style: styles.container,
|
|
19
|
-
children: [/*#__PURE__*/_jsxs(ScrollView, {
|
|
20
|
-
style: styles.content,
|
|
21
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
22
|
-
style: styles.title,
|
|
23
|
-
children: "Account Management System Demo"
|
|
24
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
25
|
-
style: styles.description,
|
|
26
|
-
children: "Complete account management flow with 5 interconnected screens:"
|
|
27
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
28
|
-
style: styles.screensList,
|
|
29
|
-
children: [/*#__PURE__*/_jsx(ScreenCard, {
|
|
30
|
-
title: "AccountCenterScreen",
|
|
31
|
-
description: "Main account hub and entry point",
|
|
32
|
-
features: ['User profile display', 'Quick access to all account features', 'Multi-account switching', 'Session management access'],
|
|
33
|
-
navigatesTo: ['AccountOverview', 'AccountSwitcher', 'AccountSettings', 'SessionManagement']
|
|
34
|
-
}), /*#__PURE__*/_jsx(ScreenCard, {
|
|
35
|
-
title: "AccountOverviewScreen",
|
|
36
|
-
description: "Comprehensive account information and management",
|
|
37
|
-
features: ['Detailed profile information', 'Account settings shortcuts', 'Subscription management', 'Privacy and security overview'],
|
|
38
|
-
navigatesTo: ['AccountSettings', 'SessionManagement']
|
|
39
|
-
}), /*#__PURE__*/_jsx(ScreenCard, {
|
|
40
|
-
title: "AccountSettingsScreen",
|
|
41
|
-
description: "Complete account configuration and preferences",
|
|
42
|
-
features: ['Profile editing (username, email, name)', 'Password management', 'Security settings', 'Notification preferences', 'Tabbed interface for organization'],
|
|
43
|
-
navigatesTo: ['Previous screen via goBack()']
|
|
44
|
-
}), /*#__PURE__*/_jsx(ScreenCard, {
|
|
45
|
-
title: "AccountSwitcherScreen",
|
|
46
|
-
description: "Multi-account management and switching",
|
|
47
|
-
features: ['View all saved accounts', 'Switch between accounts', 'Remove unwanted accounts', 'Device session management', 'Add new accounts'],
|
|
48
|
-
navigatesTo: ['SignIn', 'Account switching']
|
|
49
|
-
}), /*#__PURE__*/_jsx(ScreenCard, {
|
|
50
|
-
title: "SessionManagementScreen",
|
|
51
|
-
description: "Active session management across devices",
|
|
52
|
-
features: ['View all active sessions', 'Device information display', 'Logout specific sessions', 'Logout all sessions', 'Session security monitoring'],
|
|
53
|
-
navigatesTo: ['Session logout actions']
|
|
54
|
-
})]
|
|
55
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
56
|
-
style: styles.navigationFlow,
|
|
57
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
58
|
-
style: styles.sectionTitle,
|
|
59
|
-
children: "Navigation Flow"
|
|
60
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
61
|
-
style: styles.flowDescription,
|
|
62
|
-
children: "The screens are designed with intuitive navigation patterns:"
|
|
63
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
64
|
-
style: styles.flowItem,
|
|
65
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
66
|
-
style: styles.flowStep,
|
|
67
|
-
children: "1. Entry Point"
|
|
68
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
69
|
-
style: styles.flowText,
|
|
70
|
-
children: "Users typically start at AccountCenterScreen"
|
|
71
|
-
})]
|
|
72
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
73
|
-
style: styles.flowItem,
|
|
74
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
75
|
-
style: styles.flowStep,
|
|
76
|
-
children: "2. Explore"
|
|
77
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
78
|
-
style: styles.flowText,
|
|
79
|
-
children: "Navigate to specific screens based on needs"
|
|
80
|
-
})]
|
|
81
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
82
|
-
style: styles.flowItem,
|
|
83
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
84
|
-
style: styles.flowStep,
|
|
85
|
-
children: "3. Manage"
|
|
86
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
87
|
-
style: styles.flowText,
|
|
88
|
-
children: "Perform account actions in specialized screens"
|
|
89
|
-
})]
|
|
90
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
91
|
-
style: styles.flowItem,
|
|
92
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
93
|
-
style: styles.flowStep,
|
|
94
|
-
children: "4. Return"
|
|
95
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
96
|
-
style: styles.flowText,
|
|
97
|
-
children: "Navigate back or to related screens seamlessly"
|
|
98
|
-
})]
|
|
99
|
-
})]
|
|
100
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
101
|
-
style: styles.demoSection,
|
|
102
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
103
|
-
style: styles.sectionTitle,
|
|
104
|
-
children: "Try the Demo"
|
|
105
|
-
}), /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
106
|
-
style: styles.demoButton,
|
|
107
|
-
children: /*#__PURE__*/_jsx(Text, {
|
|
108
|
-
style: styles.demoButtonText,
|
|
109
|
-
children: "Launch Account Center"
|
|
110
|
-
})
|
|
111
|
-
})]
|
|
112
|
-
})]
|
|
113
|
-
}), /*#__PURE__*/_jsx(OxyProvider, {
|
|
114
|
-
oxyServices: oxyServices,
|
|
115
|
-
initialScreen: "AccountCenter",
|
|
116
|
-
theme: "light",
|
|
117
|
-
autoPresent: false
|
|
118
|
-
})]
|
|
119
|
-
});
|
|
120
|
-
};
|
|
121
|
-
const ScreenCard = ({
|
|
122
|
-
title,
|
|
123
|
-
description,
|
|
124
|
-
features,
|
|
125
|
-
navigatesTo
|
|
126
|
-
}) => /*#__PURE__*/_jsxs(View, {
|
|
127
|
-
style: styles.screenCard,
|
|
128
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
129
|
-
style: styles.screenTitle,
|
|
130
|
-
children: title
|
|
131
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
132
|
-
style: styles.screenDescription,
|
|
133
|
-
children: description
|
|
134
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
135
|
-
style: styles.featuresTitle,
|
|
136
|
-
children: "Features:"
|
|
137
|
-
}), features.map((feature, index) => /*#__PURE__*/_jsxs(Text, {
|
|
138
|
-
style: styles.feature,
|
|
139
|
-
children: ["\u2022 ", feature]
|
|
140
|
-
}, index)), /*#__PURE__*/_jsx(Text, {
|
|
141
|
-
style: styles.navigationTitle,
|
|
142
|
-
children: "Navigates to:"
|
|
143
|
-
}), navigatesTo.map((nav, index) => /*#__PURE__*/_jsxs(Text, {
|
|
144
|
-
style: styles.navigationItem,
|
|
145
|
-
children: ["\u2192 ", nav]
|
|
146
|
-
}, index))]
|
|
147
|
-
});
|
|
148
|
-
const styles = StyleSheet.create({
|
|
149
|
-
container: {
|
|
150
|
-
flex: 1,
|
|
151
|
-
backgroundColor: '#F5F5F5'
|
|
152
|
-
},
|
|
153
|
-
content: {
|
|
154
|
-
flex: 1,
|
|
155
|
-
padding: 20
|
|
156
|
-
},
|
|
157
|
-
title: {
|
|
158
|
-
fontSize: 28,
|
|
159
|
-
fontWeight: 'bold',
|
|
160
|
-
color: '#333',
|
|
161
|
-
marginBottom: 10,
|
|
162
|
-
textAlign: 'center'
|
|
163
|
-
},
|
|
164
|
-
description: {
|
|
165
|
-
fontSize: 16,
|
|
166
|
-
color: '#666',
|
|
167
|
-
marginBottom: 20,
|
|
168
|
-
textAlign: 'center',
|
|
169
|
-
lineHeight: 22
|
|
170
|
-
},
|
|
171
|
-
screensList: {
|
|
172
|
-
marginBottom: 30
|
|
173
|
-
},
|
|
174
|
-
screenCard: {
|
|
175
|
-
backgroundColor: '#FFFFFF',
|
|
176
|
-
borderRadius: 12,
|
|
177
|
-
padding: 20,
|
|
178
|
-
marginBottom: 16,
|
|
179
|
-
shadowColor: '#000',
|
|
180
|
-
shadowOffset: {
|
|
181
|
-
width: 0,
|
|
182
|
-
height: 2
|
|
183
|
-
},
|
|
184
|
-
shadowOpacity: 0.1,
|
|
185
|
-
shadowRadius: 4,
|
|
186
|
-
elevation: 3
|
|
187
|
-
},
|
|
188
|
-
screenTitle: {
|
|
189
|
-
fontSize: 20,
|
|
190
|
-
fontWeight: 'bold',
|
|
191
|
-
color: '#0066CC',
|
|
192
|
-
marginBottom: 8
|
|
193
|
-
},
|
|
194
|
-
screenDescription: {
|
|
195
|
-
fontSize: 14,
|
|
196
|
-
color: '#666',
|
|
197
|
-
marginBottom: 12,
|
|
198
|
-
lineHeight: 20
|
|
199
|
-
},
|
|
200
|
-
featuresTitle: {
|
|
201
|
-
fontSize: 16,
|
|
202
|
-
fontWeight: '600',
|
|
203
|
-
color: '#333',
|
|
204
|
-
marginBottom: 8
|
|
205
|
-
},
|
|
206
|
-
feature: {
|
|
207
|
-
fontSize: 14,
|
|
208
|
-
color: '#555',
|
|
209
|
-
marginBottom: 4,
|
|
210
|
-
marginLeft: 10
|
|
211
|
-
},
|
|
212
|
-
navigationTitle: {
|
|
213
|
-
fontSize: 16,
|
|
214
|
-
fontWeight: '600',
|
|
215
|
-
color: '#333',
|
|
216
|
-
marginTop: 12,
|
|
217
|
-
marginBottom: 8
|
|
218
|
-
},
|
|
219
|
-
navigationItem: {
|
|
220
|
-
fontSize: 14,
|
|
221
|
-
color: '#0066CC',
|
|
222
|
-
marginBottom: 4,
|
|
223
|
-
marginLeft: 10
|
|
224
|
-
},
|
|
225
|
-
navigationFlow: {
|
|
226
|
-
backgroundColor: '#FFFFFF',
|
|
227
|
-
borderRadius: 12,
|
|
228
|
-
padding: 20,
|
|
229
|
-
marginBottom: 30,
|
|
230
|
-
shadowColor: '#000',
|
|
231
|
-
shadowOffset: {
|
|
232
|
-
width: 0,
|
|
233
|
-
height: 2
|
|
234
|
-
},
|
|
235
|
-
shadowOpacity: 0.1,
|
|
236
|
-
shadowRadius: 4,
|
|
237
|
-
elevation: 3
|
|
238
|
-
},
|
|
239
|
-
sectionTitle: {
|
|
240
|
-
fontSize: 22,
|
|
241
|
-
fontWeight: 'bold',
|
|
242
|
-
color: '#333',
|
|
243
|
-
marginBottom: 12
|
|
244
|
-
},
|
|
245
|
-
flowDescription: {
|
|
246
|
-
fontSize: 14,
|
|
247
|
-
color: '#666',
|
|
248
|
-
marginBottom: 16,
|
|
249
|
-
lineHeight: 20
|
|
250
|
-
},
|
|
251
|
-
flowItem: {
|
|
252
|
-
flexDirection: 'row',
|
|
253
|
-
alignItems: 'flex-start',
|
|
254
|
-
marginBottom: 12
|
|
255
|
-
},
|
|
256
|
-
flowStep: {
|
|
257
|
-
fontSize: 14,
|
|
258
|
-
fontWeight: 'bold',
|
|
259
|
-
color: '#0066CC',
|
|
260
|
-
minWidth: 80
|
|
261
|
-
},
|
|
262
|
-
flowText: {
|
|
263
|
-
fontSize: 14,
|
|
264
|
-
color: '#555',
|
|
265
|
-
flex: 1,
|
|
266
|
-
lineHeight: 20
|
|
267
|
-
},
|
|
268
|
-
demoSection: {
|
|
269
|
-
backgroundColor: '#FFFFFF',
|
|
270
|
-
borderRadius: 12,
|
|
271
|
-
padding: 20,
|
|
272
|
-
alignItems: 'center',
|
|
273
|
-
shadowColor: '#000',
|
|
274
|
-
shadowOffset: {
|
|
275
|
-
width: 0,
|
|
276
|
-
height: 2
|
|
277
|
-
},
|
|
278
|
-
shadowOpacity: 0.1,
|
|
279
|
-
shadowRadius: 4,
|
|
280
|
-
elevation: 3
|
|
281
|
-
},
|
|
282
|
-
demoButton: {
|
|
283
|
-
backgroundColor: '#0066CC',
|
|
284
|
-
borderRadius: 25,
|
|
285
|
-
paddingHorizontal: 30,
|
|
286
|
-
paddingVertical: 12,
|
|
287
|
-
marginTop: 10
|
|
288
|
-
},
|
|
289
|
-
demoButtonText: {
|
|
290
|
-
color: '#FFFFFF',
|
|
291
|
-
fontSize: 16,
|
|
292
|
-
fontWeight: '600'
|
|
293
|
-
}
|
|
294
|
-
});
|
|
295
|
-
export default AccountManagementDemo;
|
|
296
|
-
//# sourceMappingURL=AccountManagementDemo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Text","TouchableOpacity","StyleSheet","ScrollView","OxyProvider","OxyServices","jsx","_jsx","jsxs","_jsxs","AccountManagementDemo","oxyServices","baseURL","style","styles","container","children","content","title","description","screensList","ScreenCard","features","navigatesTo","navigationFlow","sectionTitle","flowDescription","flowItem","flowStep","flowText","demoSection","demoButton","demoButtonText","initialScreen","theme","autoPresent","screenCard","screenTitle","screenDescription","featuresTitle","map","feature","index","navigationTitle","nav","navigationItem","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"],"sourceRoot":"../../../../src","sources":["ui/screens/AccountManagementDemo.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,gBAAgB,EAAEC,UAAU,EAAEC,UAAU,QAAQ,cAAc;AACnF,OAAOC,WAAW,MAAM,2BAA2B;AACnD,SAASC,WAAW,QAAQ,YAAY;;AAExC;AACA;AACA;AACA;AAHA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAIA,MAAMC,qBAA+B,GAAGA,CAAA,KAAM;EAC1C,MAAMC,WAAW,GAAG,IAAIN,WAAW,CAAC;IAChCO,OAAO,EAAE;EACb,CAAC,CAAC;EAEF,oBACIH,KAAA,CAACV,IAAI;IAACc,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,gBAC1BP,KAAA,CAACN,UAAU;MAACU,KAAK,EAAEC,MAAM,CAACG,OAAQ;MAAAD,QAAA,gBAC9BT,IAAA,CAACP,IAAI;QAACa,KAAK,EAAEC,MAAM,CAACI,KAAM;QAAAF,QAAA,EAAC;MAA8B,CAAM,CAAC,eAChET,IAAA,CAACP,IAAI;QAACa,KAAK,EAAEC,MAAM,CAACK,WAAY;QAAAH,QAAA,EAAC;MAEjC,CAAM,CAAC,eAEPP,KAAA,CAACV,IAAI;QAACc,KAAK,EAAEC,MAAM,CAACM,WAAY;QAAAJ,QAAA,gBAC5BT,IAAA,CAACc,UAAU;UACPH,KAAK,EAAC,qBAAqB;UAC3BC,WAAW,EAAC,kCAAkC;UAC9CG,QAAQ,EAAE,CACN,sBAAsB,EACtB,sCAAsC,EACtC,yBAAyB,EACzB,2BAA2B,CAC7B;UACFC,WAAW,EAAE,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,mBAAmB;QAAE,CAC/F,CAAC,eAEFhB,IAAA,CAACc,UAAU;UACPH,KAAK,EAAC,uBAAuB;UAC7BC,WAAW,EAAC,kDAAkD;UAC9DG,QAAQ,EAAE,CACN,8BAA8B,EAC9B,4BAA4B,EAC5B,yBAAyB,EACzB,+BAA+B,CACjC;UACFC,WAAW,EAAE,CAAC,iBAAiB,EAAE,mBAAmB;QAAE,CACzD,CAAC,eAEFhB,IAAA,CAACc,UAAU;UACPH,KAAK,EAAC,uBAAuB;UAC7BC,WAAW,EAAC,gDAAgD;UAC5DG,QAAQ,EAAE,CACN,yCAAyC,EACzC,qBAAqB,EACrB,mBAAmB,EACnB,0BAA0B,EAC1B,mCAAmC,CACrC;UACFC,WAAW,EAAE,CAAC,8BAA8B;QAAE,CACjD,CAAC,eAEFhB,IAAA,CAACc,UAAU;UACPH,KAAK,EAAC,uBAAuB;UAC7BC,WAAW,EAAC,wCAAwC;UACpDG,QAAQ,EAAE,CACN,yBAAyB,EACzB,yBAAyB,EACzB,0BAA0B,EAC1B,2BAA2B,EAC3B,kBAAkB,CACpB;UACFC,WAAW,EAAE,CAAC,QAAQ,EAAE,mBAAmB;QAAE,CAChD,CAAC,eAEFhB,IAAA,CAACc,UAAU;UACPH,KAAK,EAAC,yBAAyB;UAC/BC,WAAW,EAAC,0CAA0C;UACtDG,QAAQ,EAAE,CACN,0BAA0B,EAC1B,4BAA4B,EAC5B,0BAA0B,EAC1B,qBAAqB,EACrB,6BAA6B,CAC/B;UACFC,WAAW,EAAE,CAAC,wBAAwB;QAAE,CAC3C,CAAC;MAAA,CACA,CAAC,eAEPd,KAAA,CAACV,IAAI;QAACc,KAAK,EAAEC,MAAM,CAACU,cAAe;QAAAR,QAAA,gBAC/BT,IAAA,CAACP,IAAI;UAACa,KAAK,EAAEC,MAAM,CAACW,YAAa;UAAAT,QAAA,EAAC;QAAe,CAAM,CAAC,eACxDT,IAAA,CAACP,IAAI;UAACa,KAAK,EAAEC,MAAM,CAACY,eAAgB;UAAAV,QAAA,EAAC;QAErC,CAAM,CAAC,eAEPP,KAAA,CAACV,IAAI;UAACc,KAAK,EAAEC,MAAM,CAACa,QAAS;UAAAX,QAAA,gBACzBT,IAAA,CAACP,IAAI;YAACa,KAAK,EAAEC,MAAM,CAACc,QAAS;YAAAZ,QAAA,EAAC;UAAc,CAAM,CAAC,eACnDT,IAAA,CAACP,IAAI;YAACa,KAAK,EAAEC,MAAM,CAACe,QAAS;YAAAb,QAAA,EAAC;UAA4C,CAAM,CAAC;QAAA,CAC/E,CAAC,eAEPP,KAAA,CAACV,IAAI;UAACc,KAAK,EAAEC,MAAM,CAACa,QAAS;UAAAX,QAAA,gBACzBT,IAAA,CAACP,IAAI;YAACa,KAAK,EAAEC,MAAM,CAACc,QAAS;YAAAZ,QAAA,EAAC;UAAU,CAAM,CAAC,eAC/CT,IAAA,CAACP,IAAI;YAACa,KAAK,EAAEC,MAAM,CAACe,QAAS;YAAAb,QAAA,EAAC;UAA2C,CAAM,CAAC;QAAA,CAC9E,CAAC,eAEPP,KAAA,CAACV,IAAI;UAACc,KAAK,EAAEC,MAAM,CAACa,QAAS;UAAAX,QAAA,gBACzBT,IAAA,CAACP,IAAI;YAACa,KAAK,EAAEC,MAAM,CAACc,QAAS;YAAAZ,QAAA,EAAC;UAAS,CAAM,CAAC,eAC9CT,IAAA,CAACP,IAAI;YAACa,KAAK,EAAEC,MAAM,CAACe,QAAS;YAAAb,QAAA,EAAC;UAA8C,CAAM,CAAC;QAAA,CACjF,CAAC,eAEPP,KAAA,CAACV,IAAI;UAACc,KAAK,EAAEC,MAAM,CAACa,QAAS;UAAAX,QAAA,gBACzBT,IAAA,CAACP,IAAI;YAACa,KAAK,EAAEC,MAAM,CAACc,QAAS;YAAAZ,QAAA,EAAC;UAAS,CAAM,CAAC,eAC9CT,IAAA,CAACP,IAAI;YAACa,KAAK,EAAEC,MAAM,CAACe,QAAS;YAAAb,QAAA,EAAC;UAA8C,CAAM,CAAC;QAAA,CACjF,CAAC;MAAA,CACL,CAAC,eAEPP,KAAA,CAACV,IAAI;QAACc,KAAK,EAAEC,MAAM,CAACgB,WAAY;QAAAd,QAAA,gBAC5BT,IAAA,CAACP,IAAI;UAACa,KAAK,EAAEC,MAAM,CAACW,YAAa;UAAAT,QAAA,EAAC;QAAY,CAAM,CAAC,eACrDT,IAAA,CAACN,gBAAgB;UAACY,KAAK,EAAEC,MAAM,CAACiB,UAAW;UAAAf,QAAA,eACvCT,IAAA,CAACP,IAAI;YAACa,KAAK,EAAEC,MAAM,CAACkB,cAAe;YAAAhB,QAAA,EAAC;UAEpC,CAAM;QAAC,CACO,CAAC;MAAA,CACjB,CAAC;IAAA,CACC,CAAC,eAGbT,IAAA,CAACH,WAAW;MACRO,WAAW,EAAEA,WAAY;MACzBsB,aAAa,EAAC,eAAe;MAC7BC,KAAK,EAAC,OAAO;MACbC,WAAW,EAAE;IAAM,CACtB,CAAC;EAAA,CACA,CAAC;AAEf,CAAC;AAED,MAAMd,UAKJ,GAAGA,CAAC;EAAEH,KAAK;EAAEC,WAAW;EAAEG,QAAQ;EAAEC;AAAY,CAAC,kBAC/Cd,KAAA,CAACV,IAAI;EAACc,KAAK,EAAEC,MAAM,CAACsB,UAAW;EAAApB,QAAA,gBAC3BT,IAAA,CAACP,IAAI;IAACa,KAAK,EAAEC,MAAM,CAACuB,WAAY;IAAArB,QAAA,EAAEE;EAAK,CAAO,CAAC,eAC/CX,IAAA,CAACP,IAAI;IAACa,KAAK,EAAEC,MAAM,CAACwB,iBAAkB;IAAAtB,QAAA,EAAEG;EAAW,CAAO,CAAC,eAE3DZ,IAAA,CAACP,IAAI;IAACa,KAAK,EAAEC,MAAM,CAACyB,aAAc;IAAAvB,QAAA,EAAC;EAAS,CAAM,CAAC,EAClDM,QAAQ,CAACkB,GAAG,CAAC,CAACC,OAAO,EAAEC,KAAK,kBACzBjC,KAAA,CAACT,IAAI;IAAaa,KAAK,EAAEC,MAAM,CAAC2B,OAAQ;IAAAzB,QAAA,GAAC,SAAE,EAACyB,OAAO;EAAA,GAAxCC,KAA+C,CAC7D,CAAC,eAEFnC,IAAA,CAACP,IAAI;IAACa,KAAK,EAAEC,MAAM,CAAC6B,eAAgB;IAAA3B,QAAA,EAAC;EAAa,CAAM,CAAC,EACxDO,WAAW,CAACiB,GAAG,CAAC,CAACI,GAAG,EAAEF,KAAK,kBACxBjC,KAAA,CAACT,IAAI;IAAaa,KAAK,EAAEC,MAAM,CAAC+B,cAAe;IAAA7B,QAAA,GAAC,SAAE,EAAC4B,GAAG;EAAA,GAA3CF,KAAkD,CAChE,CAAC;AAAA,CACA,CACT;AAED,MAAM5B,MAAM,GAAGZ,UAAU,CAAC4C,MAAM,CAAC;EAC7B/B,SAAS,EAAE;IACPgC,IAAI,EAAE,CAAC;IACPC,eAAe,EAAE;EACrB,CAAC;EACD/B,OAAO,EAAE;IACL8B,IAAI,EAAE,CAAC;IACPE,OAAO,EAAE;EACb,CAAC;EACD/B,KAAK,EAAE;IACHgC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,MAAM;IAClBC,KAAK,EAAE,MAAM;IACbC,YAAY,EAAE,EAAE;IAChBC,SAAS,EAAE;EACf,CAAC;EACDnC,WAAW,EAAE;IACT+B,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAE,MAAM;IACbC,YAAY,EAAE,EAAE;IAChBC,SAAS,EAAE,QAAQ;IACnBC,UAAU,EAAE;EAChB,CAAC;EACDnC,WAAW,EAAE;IACTiC,YAAY,EAAE;EAClB,CAAC;EACDjB,UAAU,EAAE;IACRY,eAAe,EAAE,SAAS;IAC1BQ,YAAY,EAAE,EAAE;IAChBP,OAAO,EAAE,EAAE;IACXI,YAAY,EAAE,EAAE;IAChBI,WAAW,EAAE,MAAM;IACnBC,YAAY,EAAE;MAAEC,KAAK,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAE,CAAC;IACrCC,aAAa,EAAE,GAAG;IAClBC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAE;EACf,CAAC;EACD1B,WAAW,EAAE;IACTa,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,MAAM;IAClBC,KAAK,EAAE,SAAS;IAChBC,YAAY,EAAE;EAClB,CAAC;EACDf,iBAAiB,EAAE;IACfY,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAE,MAAM;IACbC,YAAY,EAAE,EAAE;IAChBE,UAAU,EAAE;EAChB,CAAC;EACDhB,aAAa,EAAE;IACXW,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,KAAK,EAAE,MAAM;IACbC,YAAY,EAAE;EAClB,CAAC;EACDZ,OAAO,EAAE;IACLS,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAE,MAAM;IACbC,YAAY,EAAE,CAAC;IACfW,UAAU,EAAE;EAChB,CAAC;EACDrB,eAAe,EAAE;IACbO,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,KAAK,EAAE,MAAM;IACba,SAAS,EAAE,EAAE;IACbZ,YAAY,EAAE;EAClB,CAAC;EACDR,cAAc,EAAE;IACZK,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAE,SAAS;IAChBC,YAAY,EAAE,CAAC;IACfW,UAAU,EAAE;EAChB,CAAC;EACDxC,cAAc,EAAE;IACZwB,eAAe,EAAE,SAAS;IAC1BQ,YAAY,EAAE,EAAE;IAChBP,OAAO,EAAE,EAAE;IACXI,YAAY,EAAE,EAAE;IAChBI,WAAW,EAAE,MAAM;IACnBC,YAAY,EAAE;MAAEC,KAAK,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAE,CAAC;IACrCC,aAAa,EAAE,GAAG;IAClBC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAE;EACf,CAAC;EACDtC,YAAY,EAAE;IACVyB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,MAAM;IAClBC,KAAK,EAAE,MAAM;IACbC,YAAY,EAAE;EAClB,CAAC;EACD3B,eAAe,EAAE;IACbwB,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAE,MAAM;IACbC,YAAY,EAAE,EAAE;IAChBE,UAAU,EAAE;EAChB,CAAC;EACD5B,QAAQ,EAAE;IACNuC,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,YAAY;IACxBd,YAAY,EAAE;EAClB,CAAC;EACDzB,QAAQ,EAAE;IACNsB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,MAAM;IAClBC,KAAK,EAAE,SAAS;IAChBgB,QAAQ,EAAE;EACd,CAAC;EACDvC,QAAQ,EAAE;IACNqB,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAE,MAAM;IACbL,IAAI,EAAE,CAAC;IACPQ,UAAU,EAAE;EAChB,CAAC;EACDzB,WAAW,EAAE;IACTkB,eAAe,EAAE,SAAS;IAC1BQ,YAAY,EAAE,EAAE;IAChBP,OAAO,EAAE,EAAE;IACXkB,UAAU,EAAE,QAAQ;IACpBV,WAAW,EAAE,MAAM;IACnBC,YAAY,EAAE;MAAEC,KAAK,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAE,CAAC;IACrCC,aAAa,EAAE,GAAG;IAClBC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAE;EACf,CAAC;EACDhC,UAAU,EAAE;IACRiB,eAAe,EAAE,SAAS;IAC1BQ,YAAY,EAAE,EAAE;IAChBa,iBAAiB,EAAE,EAAE;IACrBC,eAAe,EAAE,EAAE;IACnBL,SAAS,EAAE;EACf,CAAC;EACDjC,cAAc,EAAE;IACZoB,KAAK,EAAE,SAAS;IAChBF,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EAChB;AACJ,CAAC,CAAC;AAEF,eAAezC,qBAAqB","ignoreList":[]}
|