@oxyhq/services 5.3.11 → 5.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -0
- package/lib/commonjs/assets/assets/icons/OxyServices.tsx +67 -0
- package/lib/commonjs/assets/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/commonjs/assets/icons/OxyServices.js +53 -0
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -0
- package/lib/commonjs/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/commonjs/core/index.js +119 -23
- package/lib/commonjs/core/index.js.map +1 -1
- package/lib/commonjs/index.js +2 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/lib/sonner.js +15 -11
- package/lib/commonjs/lib/sonner.js.map +1 -1
- package/lib/commonjs/node/index.js +2 -0
- package/lib/commonjs/node/index.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +109 -0
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -0
- package/lib/commonjs/ui/components/GroupedSection.js +33 -0
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -0
- package/lib/commonjs/ui/components/OxyProvider.js +95 -112
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js +124 -0
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -0
- package/lib/commonjs/ui/components/QuickActions.js +87 -0
- package/lib/commonjs/ui/components/QuickActions.js.map +1 -0
- package/lib/commonjs/ui/components/Section.js +36 -0
- package/lib/commonjs/ui/components/Section.js.map +1 -0
- package/lib/commonjs/ui/components/SectionTitle.js +35 -0
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -0
- package/lib/commonjs/ui/components/bottomSheet/index.js +6 -6
- package/lib/commonjs/ui/components/index.js +97 -0
- package/lib/commonjs/ui/components/index.js.map +1 -0
- package/lib/commonjs/ui/navigation/OxyRouter.js +20 -3
- package/lib/commonjs/ui/navigation/OxyRouter.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +190 -207
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountManagementDemo.js +299 -0
- package/lib/commonjs/ui/screens/AccountManagementDemo.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +669 -401
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +695 -498
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +451 -488
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js +498 -185
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/BillingManagementScreen.js +636 -0
- package/lib/commonjs/ui/screens/BillingManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FileManagementScreen.js +2497 -0
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +1620 -0
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/ProfileScreen.js +117 -13
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SignInScreen.js +1 -1
- package/lib/commonjs/ui/screens/SignUpScreen.js +1 -1
- package/lib/commonjs/utils/polyfills.js +42 -0
- package/lib/commonjs/utils/polyfills.js.map +1 -0
- package/lib/module/assets/assets/icons/OxyServices.tsx +67 -0
- package/lib/module/assets/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/module/assets/icons/OxyServices.js +46 -0
- package/lib/module/assets/icons/OxyServices.js.map +1 -0
- package/lib/module/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/module/core/index.js +119 -23
- package/lib/module/core/index.js.map +1 -1
- package/lib/module/index.js +3 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/lib/sonner.js +13 -1
- package/lib/module/lib/sonner.js.map +1 -1
- package/lib/module/node/index.js +3 -0
- package/lib/module/node/index.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +104 -0
- package/lib/module/ui/components/GroupedItem.js.map +1 -0
- package/lib/module/ui/components/GroupedSection.js +28 -0
- package/lib/module/ui/components/GroupedSection.js.map +1 -0
- package/lib/module/ui/components/OxyProvider.js +97 -114
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +119 -0
- package/lib/module/ui/components/ProfileCard.js.map +1 -0
- package/lib/module/ui/components/QuickActions.js +82 -0
- package/lib/module/ui/components/QuickActions.js.map +1 -0
- package/lib/module/ui/components/Section.js +31 -0
- package/lib/module/ui/components/Section.js.map +1 -0
- package/lib/module/ui/components/SectionTitle.js +30 -0
- package/lib/module/ui/components/SectionTitle.js.map +1 -0
- package/lib/module/ui/components/bottomSheet/index.js +2 -5
- package/lib/module/ui/components/bottomSheet/index.js.map +1 -1
- package/lib/module/ui/components/index.js +18 -0
- package/lib/module/ui/components/index.js.map +1 -0
- package/lib/module/ui/navigation/OxyRouter.js +20 -3
- package/lib/module/ui/navigation/OxyRouter.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +191 -208
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountManagementDemo.js +296 -0
- package/lib/module/ui/screens/AccountManagementDemo.js.map +1 -0
- package/lib/module/ui/screens/AccountOverviewScreen.js +671 -403
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +698 -501
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +450 -488
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +498 -186
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/BillingManagementScreen.js +631 -0
- package/lib/module/ui/screens/BillingManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/FileManagementScreen.js +2492 -0
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +1615 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/module/ui/screens/ProfileScreen.js +118 -14
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/SignInScreen.js +1 -1
- package/lib/module/ui/screens/SignInScreen.js.map +1 -1
- package/lib/module/ui/screens/SignUpScreen.js +1 -1
- package/lib/module/ui/screens/SignUpScreen.js.map +1 -1
- package/lib/module/utils/polyfills.js +36 -0
- package/lib/module/utils/polyfills.js.map +1 -0
- package/lib/typescript/assets/icons/OxyServices.d.ts +29 -0
- package/lib/typescript/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/core/index.d.ts +26 -1
- package/lib/typescript/core/index.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +1 -0
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/lib/sonner.d.ts +5 -1
- package/lib/typescript/lib/sonner.d.ts.map +1 -1
- package/lib/typescript/models/interfaces.d.ts +1 -2
- package/lib/typescript/models/interfaces.d.ts.map +1 -1
- package/lib/typescript/node/index.d.ts +1 -0
- package/lib/typescript/node/index.d.ts.map +1 -1
- package/lib/typescript/ui/components/GroupedItem.d.ts +17 -0
- package/lib/typescript/ui/components/GroupedItem.d.ts.map +1 -0
- package/lib/typescript/ui/components/GroupedSection.d.ts +19 -0
- package/lib/typescript/ui/components/GroupedSection.d.ts.map +1 -0
- package/lib/typescript/ui/components/OxyProvider.d.ts.map +1 -1
- package/lib/typescript/ui/components/ProfileCard.d.ts +20 -0
- package/lib/typescript/ui/components/ProfileCard.d.ts.map +1 -0
- package/lib/typescript/ui/components/QuickActions.d.ts +15 -0
- package/lib/typescript/ui/components/QuickActions.d.ts.map +1 -0
- package/lib/typescript/ui/components/Section.d.ts +11 -0
- package/lib/typescript/ui/components/Section.d.ts.map +1 -0
- package/lib/typescript/ui/components/SectionTitle.d.ts +9 -0
- package/lib/typescript/ui/components/SectionTitle.d.ts.map +1 -0
- package/lib/typescript/ui/components/bottomSheet/index.d.ts +3 -2
- package/lib/typescript/ui/components/bottomSheet/index.d.ts.map +1 -1
- package/lib/typescript/ui/components/index.d.ts +13 -0
- package/lib/typescript/ui/components/index.d.ts.map +1 -0
- package/lib/typescript/ui/navigation/OxyRouter.d.ts.map +1 -1
- package/lib/typescript/ui/navigation/types.d.ts +8 -0
- package/lib/typescript/ui/navigation/types.d.ts.map +1 -1
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/AccountManagementDemo.d.ts +8 -0
- package/lib/typescript/ui/screens/AccountManagementDemo.d.ts.map +1 -0
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +1 -4
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/BillingManagementScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/BillingManagementScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts.map +1 -1
- package/lib/typescript/utils/polyfills.d.ts +6 -0
- package/lib/typescript/utils/polyfills.d.ts.map +1 -0
- package/package.json +11 -3
- package/src/__tests__/polyfills.test.ts +30 -0
- package/src/__tests__/setup.ts +43 -0
- package/src/__tests__/ui/screens/AccountSettingsScreen.test.tsx +8 -8
- package/src/assets/icons/OxyServices.tsx +67 -0
- package/src/assets/icons/logo_OxyServices.svg +1 -0
- package/src/core/index.ts +127 -19
- package/src/index.ts +3 -0
- package/src/lib/sonner.ts +10 -1
- package/src/models/interfaces.ts +1 -2
- package/src/node/index.ts +3 -0
- package/src/ui/components/GroupedItem.tsx +118 -0
- package/src/ui/components/GroupedSection.tsx +45 -0
- package/src/ui/components/OxyProvider.tsx +95 -120
- package/src/ui/components/ProfileCard.tsx +129 -0
- package/src/ui/components/QuickActions.tsx +90 -0
- package/src/ui/components/Section.tsx +37 -0
- package/src/ui/components/SectionTitle.tsx +31 -0
- package/src/ui/components/bottomSheet/index.tsx +13 -11
- package/src/ui/components/index.ts +15 -0
- package/src/ui/navigation/OxyRouter.tsx +20 -3
- package/src/ui/navigation/types.ts +10 -1
- package/src/ui/screens/AccountCenterScreen.tsx +188 -159
- package/src/ui/screens/AccountManagementDemo.tsx +297 -0
- package/src/ui/screens/AccountOverviewScreen.tsx +474 -310
- package/src/ui/screens/AccountSettingsScreen.tsx +648 -463
- package/src/ui/screens/AccountSwitcherScreen.tsx +385 -449
- package/src/ui/screens/AppInfoScreen.tsx +571 -140
- package/src/ui/screens/BillingManagementScreen.tsx +589 -0
- package/src/ui/screens/FileManagementScreen.tsx +2513 -0
- package/src/ui/screens/PremiumSubscriptionScreen.tsx +1628 -0
- package/src/ui/screens/ProfileScreen.tsx +101 -7
- package/src/ui/screens/SessionManagementScreen.tsx +1 -0
- package/src/ui/screens/SignInScreen.tsx +1 -1
- package/src/ui/screens/SignUpScreen.tsx +1 -1
- package/src/utils/polyfills.ts +34 -0
- package/lib/commonjs/lib/sonner.web.js +0 -17
- package/lib/commonjs/lib/sonner.web.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/typescript/__tests__/ui/screens/AccountSettingsScreen.test.d.ts +0 -2
- package/lib/typescript/__tests__/ui/screens/AccountSettingsScreen.test.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/src/lib/sonner.web.ts +0 -1
|
@@ -0,0 +1,299 @@
|
|
|
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: 'https://api.oxy.so'
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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":[]}
|