@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,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { View, Text, TouchableOpacity, StyleSheet } from 'react-native';
|
|
5
|
+
import { Ionicons } from '@expo/vector-icons';
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
const QuickActions = ({
|
|
8
|
+
actions,
|
|
9
|
+
theme
|
|
10
|
+
}) => {
|
|
11
|
+
const isDarkTheme = theme === 'dark';
|
|
12
|
+
const textColor = isDarkTheme ? '#FFFFFF' : '#000000';
|
|
13
|
+
const secondaryBackgroundColor = isDarkTheme ? '#222222' : '#FFFFFF';
|
|
14
|
+
return /*#__PURE__*/_jsx(View, {
|
|
15
|
+
style: [styles.quickActionsContainer, styles.firstGroupedItem, styles.lastGroupedItem, {
|
|
16
|
+
backgroundColor: secondaryBackgroundColor
|
|
17
|
+
}],
|
|
18
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
19
|
+
style: styles.quickActionsRow,
|
|
20
|
+
children: actions.map(action => /*#__PURE__*/_jsxs(View, {
|
|
21
|
+
style: styles.quickActionItem,
|
|
22
|
+
children: [/*#__PURE__*/_jsx(TouchableOpacity, {
|
|
23
|
+
style: [styles.quickActionCircle, {
|
|
24
|
+
backgroundColor: isDarkTheme ? 'rgba(255,255,255,0.08)' : 'rgba(0,0,0,0.03)'
|
|
25
|
+
}],
|
|
26
|
+
onPress: action.onPress,
|
|
27
|
+
children: /*#__PURE__*/_jsx(Ionicons, {
|
|
28
|
+
name: action.icon,
|
|
29
|
+
size: 24,
|
|
30
|
+
color: action.iconColor
|
|
31
|
+
})
|
|
32
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
33
|
+
style: [styles.quickActionText, {
|
|
34
|
+
color: textColor
|
|
35
|
+
}],
|
|
36
|
+
children: action.title
|
|
37
|
+
})]
|
|
38
|
+
}, action.id))
|
|
39
|
+
})
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
const styles = StyleSheet.create({
|
|
43
|
+
quickActionsContainer: {
|
|
44
|
+
padding: 16,
|
|
45
|
+
marginBottom: 8
|
|
46
|
+
},
|
|
47
|
+
firstGroupedItem: {
|
|
48
|
+
borderTopLeftRadius: 24,
|
|
49
|
+
borderTopRightRadius: 24
|
|
50
|
+
},
|
|
51
|
+
lastGroupedItem: {
|
|
52
|
+
borderBottomLeftRadius: 24,
|
|
53
|
+
borderBottomRightRadius: 24,
|
|
54
|
+
marginBottom: 8
|
|
55
|
+
},
|
|
56
|
+
quickActionsRow: {
|
|
57
|
+
flexDirection: 'row',
|
|
58
|
+
alignItems: 'flex-start',
|
|
59
|
+
justifyContent: 'space-around',
|
|
60
|
+
flexWrap: 'wrap'
|
|
61
|
+
},
|
|
62
|
+
quickActionItem: {
|
|
63
|
+
alignItems: 'center',
|
|
64
|
+
minWidth: 70,
|
|
65
|
+
marginBottom: 8
|
|
66
|
+
},
|
|
67
|
+
quickActionCircle: {
|
|
68
|
+
width: 50,
|
|
69
|
+
height: 50,
|
|
70
|
+
borderRadius: 25,
|
|
71
|
+
alignItems: 'center',
|
|
72
|
+
justifyContent: 'center',
|
|
73
|
+
marginBottom: 8
|
|
74
|
+
},
|
|
75
|
+
quickActionText: {
|
|
76
|
+
fontSize: 12,
|
|
77
|
+
fontWeight: '500',
|
|
78
|
+
textAlign: 'center'
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
export default QuickActions;
|
|
82
|
+
//# sourceMappingURL=QuickActions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","Text","TouchableOpacity","StyleSheet","Ionicons","jsx","_jsx","jsxs","_jsxs","QuickActions","actions","theme","isDarkTheme","textColor","secondaryBackgroundColor","style","styles","quickActionsContainer","firstGroupedItem","lastGroupedItem","backgroundColor","children","quickActionsRow","map","action","quickActionItem","quickActionCircle","onPress","name","icon","size","color","iconColor","quickActionText","title","id","create","padding","marginBottom","borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius","flexDirection","alignItems","justifyContent","flexWrap","minWidth","width","height","borderRadius","fontSize","fontWeight","textAlign"],"sourceRoot":"../../../../src","sources":["ui/components/QuickActions.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,gBAAgB,EAAEC,UAAU,QAAQ,cAAc;AACvE,SAASC,QAAQ,QAAQ,oBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAe9C,MAAMC,YAAyC,GAAGA,CAAC;EAAEC,OAAO;EAAEC;AAAM,CAAC,KAAK;EACtE,MAAMC,WAAW,GAAGD,KAAK,KAAK,MAAM;EACpC,MAAME,SAAS,GAAGD,WAAW,GAAG,SAAS,GAAG,SAAS;EACrD,MAAME,wBAAwB,GAAGF,WAAW,GAAG,SAAS,GAAG,SAAS;EAEpE,oBACIN,IAAA,CAACN,IAAI;IAACe,KAAK,EAAE,CACTC,MAAM,CAACC,qBAAqB,EAC5BD,MAAM,CAACE,gBAAgB,EACvBF,MAAM,CAACG,eAAe,EACtB;MAAEC,eAAe,EAAEN;IAAyB,CAAC,CAC/C;IAAAO,QAAA,eACEf,IAAA,CAACN,IAAI;MAACe,KAAK,EAAEC,MAAM,CAACM,eAAgB;MAAAD,QAAA,EAC/BX,OAAO,CAACa,GAAG,CAAEC,MAAM,iBAChBhB,KAAA,CAACR,IAAI;QAAiBe,KAAK,EAAEC,MAAM,CAACS,eAAgB;QAAAJ,QAAA,gBAChDf,IAAA,CAACJ,gBAAgB;UACba,KAAK,EAAE,CACHC,MAAM,CAACU,iBAAiB,EACxB;YAAEN,eAAe,EAAER,WAAW,GAAG,wBAAwB,GAAG;UAAmB,CAAC,CAClF;UACFe,OAAO,EAAEH,MAAM,CAACG,OAAQ;UAAAN,QAAA,eAExBf,IAAA,CAACF,QAAQ;YAACwB,IAAI,EAAEJ,MAAM,CAACK,IAAY;YAACC,IAAI,EAAE,EAAG;YAACC,KAAK,EAAEP,MAAM,CAACQ;UAAU,CAAE;QAAC,CAC3D,CAAC,eACnB1B,IAAA,CAACL,IAAI;UAACc,KAAK,EAAE,CAACC,MAAM,CAACiB,eAAe,EAAE;YAAEF,KAAK,EAAElB;UAAU,CAAC,CAAE;UAAAQ,QAAA,EAAEG,MAAM,CAACU;QAAK,CAAO,CAAC;MAAA,GAV3EV,MAAM,CAACW,EAWZ,CACT;IAAC,CACA;EAAC,CACL,CAAC;AAEf,CAAC;AAED,MAAMnB,MAAM,GAAGb,UAAU,CAACiC,MAAM,CAAC;EAC7BnB,qBAAqB,EAAE;IACnBoB,OAAO,EAAE,EAAE;IACXC,YAAY,EAAE;EAClB,CAAC;EACDpB,gBAAgB,EAAE;IACdqB,mBAAmB,EAAE,EAAE;IACvBC,oBAAoB,EAAE;EAC1B,CAAC;EACDrB,eAAe,EAAE;IACbsB,sBAAsB,EAAE,EAAE;IAC1BC,uBAAuB,EAAE,EAAE;IAC3BJ,YAAY,EAAE;EAClB,CAAC;EACDhB,eAAe,EAAE;IACbqB,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,YAAY;IACxBC,cAAc,EAAE,cAAc;IAC9BC,QAAQ,EAAE;EACd,CAAC;EACDrB,eAAe,EAAE;IACbmB,UAAU,EAAE,QAAQ;IACpBG,QAAQ,EAAE,EAAE;IACZT,YAAY,EAAE;EAClB,CAAC;EACDZ,iBAAiB,EAAE;IACfsB,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE,EAAE;IAChBN,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBP,YAAY,EAAE;EAClB,CAAC;EACDL,eAAe,EAAE;IACbkB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AAEF,eAAe5C,YAAY","ignoreList":[]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { View, StyleSheet } from 'react-native';
|
|
5
|
+
import SectionTitle from './SectionTitle';
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
const Section = ({
|
|
8
|
+
title,
|
|
9
|
+
theme,
|
|
10
|
+
children,
|
|
11
|
+
isFirst = false,
|
|
12
|
+
style
|
|
13
|
+
}) => {
|
|
14
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
15
|
+
style: [styles.section, isFirst && styles.firstSection, style],
|
|
16
|
+
children: [title && /*#__PURE__*/_jsx(SectionTitle, {
|
|
17
|
+
title: title,
|
|
18
|
+
theme: theme
|
|
19
|
+
}), children]
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
const styles = StyleSheet.create({
|
|
23
|
+
section: {
|
|
24
|
+
marginBottom: 24
|
|
25
|
+
},
|
|
26
|
+
firstSection: {
|
|
27
|
+
marginTop: 8
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export default Section;
|
|
31
|
+
//# sourceMappingURL=Section.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","StyleSheet","SectionTitle","jsx","_jsx","jsxs","_jsxs","Section","title","theme","children","isFirst","style","styles","section","firstSection","create","marginBottom","marginTop"],"sourceRoot":"../../../../src","sources":["ui/components/Section.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,UAAU,QAAQ,cAAc;AAC/C,OAAOC,YAAY,MAAM,gBAAgB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAU1C,MAAMC,OAA+B,GAAGA,CAAC;EACrCC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACRC,OAAO,GAAG,KAAK;EACfC;AACJ,CAAC,KAAK;EACF,oBACIN,KAAA,CAACN,IAAI;IAACY,KAAK,EAAE,CAACC,MAAM,CAACC,OAAO,EAAEH,OAAO,IAAIE,MAAM,CAACE,YAAY,EAAEH,KAAK,CAAE;IAAAF,QAAA,GAChEF,KAAK,iBAAIJ,IAAA,CAACF,YAAY;MAACM,KAAK,EAAEA,KAAM;MAACC,KAAK,EAAEA;IAAM,CAAE,CAAC,EACrDC,QAAQ;EAAA,CACP,CAAC;AAEf,CAAC;AAED,MAAMG,MAAM,GAAGZ,UAAU,CAACe,MAAM,CAAC;EAC7BF,OAAO,EAAE;IACLG,YAAY,EAAE;EAClB,CAAC;EACDF,YAAY,EAAE;IACVG,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AAEF,eAAeX,OAAO","ignoreList":[]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Text, StyleSheet } from 'react-native';
|
|
5
|
+
import { fontFamilies } from '../styles/fonts';
|
|
6
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
+
const SectionTitle = ({
|
|
8
|
+
title,
|
|
9
|
+
theme,
|
|
10
|
+
style
|
|
11
|
+
}) => {
|
|
12
|
+
const isDarkTheme = theme === 'dark';
|
|
13
|
+
const textColor = isDarkTheme ? '#FFFFFF' : '#000000';
|
|
14
|
+
return /*#__PURE__*/_jsx(Text, {
|
|
15
|
+
style: [styles.sectionTitle, {
|
|
16
|
+
color: textColor
|
|
17
|
+
}, style],
|
|
18
|
+
children: title
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
const styles = StyleSheet.create({
|
|
22
|
+
sectionTitle: {
|
|
23
|
+
fontSize: 16,
|
|
24
|
+
fontWeight: '600',
|
|
25
|
+
fontFamily: fontFamilies.phuduSemiBold,
|
|
26
|
+
marginBottom: 12
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
export default SectionTitle;
|
|
30
|
+
//# sourceMappingURL=SectionTitle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Text","StyleSheet","fontFamilies","jsx","_jsx","SectionTitle","title","theme","style","isDarkTheme","textColor","styles","sectionTitle","color","children","create","fontSize","fontWeight","fontFamily","phuduSemiBold","marginBottom"],"sourceRoot":"../../../../src","sources":["ui/components/SectionTitle.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,UAAU,QAAQ,cAAc;AAC/C,SAASC,YAAY,QAAQ,iBAAiB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAQ/C,MAAMC,YAAyC,GAAGA,CAAC;EAAEC,KAAK;EAAEC,KAAK;EAAEC;AAAM,CAAC,KAAK;EAC3E,MAAMC,WAAW,GAAGF,KAAK,KAAK,MAAM;EACpC,MAAMG,SAAS,GAAGD,WAAW,GAAG,SAAS,GAAG,SAAS;EAErD,oBACIL,IAAA,CAACJ,IAAI;IAACQ,KAAK,EAAE,CAACG,MAAM,CAACC,YAAY,EAAE;MAAEC,KAAK,EAAEH;IAAU,CAAC,EAAEF,KAAK,CAAE;IAAAM,QAAA,EAC3DR;EAAK,CACJ,CAAC;AAEf,CAAC;AAED,MAAMK,MAAM,GAAGV,UAAU,CAACc,MAAM,CAAC;EAC7BH,YAAY,EAAE;IACVI,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,UAAU,EAAEhB,YAAY,CAACiB,aAAa;IACtCC,YAAY,EAAE;EAClB;AACJ,CAAC,CAAC;AAEF,eAAef,YAAY","ignoreList":[]}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// Re-export components from @gorhom/bottom-sheet
|
|
6
|
-
// This allows us to use these components internally without requiring the consumer to install @gorhom/bottom-sheet
|
|
7
|
-
export { BottomSheetModal, BottomSheetBackdrop, BottomSheetBackdropProps, BottomSheetModalProvider, BottomSheetView };
|
|
3
|
+
// Re-export bottom sheet components from @gorhom/bottom-sheet
|
|
4
|
+
export { BottomSheetModal, BottomSheetBackdrop, BottomSheetModalProvider, BottomSheetView, BottomSheetScrollView } from '@gorhom/bottom-sheet';
|
|
8
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BottomSheetModal","BottomSheetBackdrop","
|
|
1
|
+
{"version":3,"names":["BottomSheetModal","BottomSheetBackdrop","BottomSheetModalProvider","BottomSheetView","BottomSheetScrollView"],"sourceRoot":"../../../../../src","sources":["ui/components/bottomSheet/index.tsx"],"mappings":";;AAAA;AACA,SACEA,gBAAgB,EAChBC,mBAAmB,EACnBC,wBAAwB,EACxBC,eAAe,EACfC,qBAAqB,QAChB,sBAAsB","ignoreList":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
// Re-export all reusable UI components
|
|
4
|
+
export { default as ProfileCard } from './ProfileCard';
|
|
5
|
+
export { default as Section } from './Section';
|
|
6
|
+
export { default as SectionTitle } from './SectionTitle';
|
|
7
|
+
export { default as GroupedItem } from './GroupedItem';
|
|
8
|
+
export { default as GroupedSection } from './GroupedSection';
|
|
9
|
+
export { default as QuickActions } from './QuickActions';
|
|
10
|
+
|
|
11
|
+
// Re-export existing components
|
|
12
|
+
export { default as Avatar } from './Avatar';
|
|
13
|
+
export { default as FollowButton } from './FollowButton';
|
|
14
|
+
export { FontLoader, setupFonts } from './FontLoader';
|
|
15
|
+
export { default as OxyLogo } from './OxyLogo';
|
|
16
|
+
export { default as OxyProvider } from './OxyProvider';
|
|
17
|
+
export { default as OxySignInButton } from './OxySignInButton';
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["default","ProfileCard","Section","SectionTitle","GroupedItem","GroupedSection","QuickActions","Avatar","FollowButton","FontLoader","setupFonts","OxyLogo","OxyProvider","OxySignInButton"],"sourceRoot":"../../../../src","sources":["ui/components/index.ts"],"mappings":";;AAAA;AACA,SAASA,OAAO,IAAIC,WAAW,QAAQ,eAAe;AACtD,SAASD,OAAO,IAAIE,OAAO,QAAQ,WAAW;AAC9C,SAASF,OAAO,IAAIG,YAAY,QAAQ,gBAAgB;AACxD,SAASH,OAAO,IAAII,WAAW,QAAQ,eAAe;AACtD,SAASJ,OAAO,IAAIK,cAAc,QAAQ,kBAAkB;AAC5D,SAASL,OAAO,IAAIM,YAAY,QAAQ,gBAAgB;;AAExD;AACA,SAASN,OAAO,IAAIO,MAAM,QAAQ,UAAU;AAC5C,SAASP,OAAO,IAAIQ,YAAY,QAAQ,gBAAgB;AACxD,SAASC,UAAU,EAAEC,UAAU,QAAQ,cAAc;AACrD,SAASV,OAAO,IAAIW,OAAO,QAAQ,WAAW;AAC9C,SAASX,OAAO,IAAIY,WAAW,QAAQ,eAAe;AACtD,SAASZ,OAAO,IAAIa,eAAe,QAAQ,mBAAmB","ignoreList":[]}
|
|
@@ -10,6 +10,8 @@ import AccountSwitcherScreen from '../screens/AccountSwitcherScreen';
|
|
|
10
10
|
import SessionManagementScreen from '../screens/SessionManagementScreen';
|
|
11
11
|
import AccountOverviewScreen from '../screens/AccountOverviewScreen';
|
|
12
12
|
import AccountSettingsScreen from '../screens/AccountSettingsScreen';
|
|
13
|
+
import PremiumSubscriptionScreen from '../screens/PremiumSubscriptionScreen';
|
|
14
|
+
import BillingManagementScreen from '../screens/BillingManagementScreen';
|
|
13
15
|
import AppInfoScreen from '../screens/AppInfoScreen';
|
|
14
16
|
import KarmaCenterScreen from '../screens/karma/KarmaCenterScreen';
|
|
15
17
|
import KarmaLeaderboardScreen from '../screens/karma/KarmaLeaderboardScreen';
|
|
@@ -18,6 +20,7 @@ import KarmaAboutScreen from '../screens/karma/KarmaAboutScreen';
|
|
|
18
20
|
import KarmaRewardsScreen from '../screens/karma/KarmaRewardsScreen';
|
|
19
21
|
import KarmaFAQScreen from '../screens/karma/KarmaFAQScreen';
|
|
20
22
|
import ProfileScreen from '../screens/ProfileScreen';
|
|
23
|
+
import FileManagementScreen from '../screens/FileManagementScreen';
|
|
21
24
|
|
|
22
25
|
// Import types
|
|
23
26
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -51,6 +54,14 @@ const routes = {
|
|
|
51
54
|
component: AccountSettingsScreen,
|
|
52
55
|
snapPoints: ['60%', '100%']
|
|
53
56
|
},
|
|
57
|
+
PremiumSubscription: {
|
|
58
|
+
component: PremiumSubscriptionScreen,
|
|
59
|
+
snapPoints: ['70%', '100%']
|
|
60
|
+
},
|
|
61
|
+
BillingManagement: {
|
|
62
|
+
component: BillingManagementScreen,
|
|
63
|
+
snapPoints: ['70%', '100%']
|
|
64
|
+
},
|
|
54
65
|
AppInfo: {
|
|
55
66
|
component: AppInfoScreen,
|
|
56
67
|
snapPoints: ['60%', '90%']
|
|
@@ -82,6 +93,10 @@ const routes = {
|
|
|
82
93
|
Profile: {
|
|
83
94
|
component: ProfileScreen,
|
|
84
95
|
snapPoints: ['60%', '90%']
|
|
96
|
+
},
|
|
97
|
+
FileManagement: {
|
|
98
|
+
component: FileManagementScreen,
|
|
99
|
+
snapPoints: ['70%', '100%']
|
|
85
100
|
}
|
|
86
101
|
};
|
|
87
102
|
const OxyRouter = ({
|
|
@@ -91,7 +106,8 @@ const OxyRouter = ({
|
|
|
91
106
|
onAuthenticated,
|
|
92
107
|
theme,
|
|
93
108
|
adjustSnapPoints,
|
|
94
|
-
navigationRef
|
|
109
|
+
navigationRef,
|
|
110
|
+
containerWidth
|
|
95
111
|
}) => {
|
|
96
112
|
const [currentScreen, setCurrentScreen] = useState(initialScreen);
|
|
97
113
|
const [screenHistory, setScreenHistory] = useState([initialScreen]);
|
|
@@ -156,14 +172,14 @@ const OxyRouter = ({
|
|
|
156
172
|
} else {
|
|
157
173
|
// React Native - poll for global navigation events
|
|
158
174
|
intervalId = setInterval(() => {
|
|
159
|
-
const globalNav =
|
|
175
|
+
const globalNav = globalThis.oxyNavigateEvent;
|
|
160
176
|
if (globalNav) {
|
|
161
177
|
console.log(`RN Navigation event received:`, globalNav);
|
|
162
178
|
if (globalNav.screen) {
|
|
163
179
|
navigate(globalNav.screen, globalNav.props || {});
|
|
164
180
|
}
|
|
165
181
|
// Clear the event after processing
|
|
166
|
-
|
|
182
|
+
globalThis.oxyNavigateEvent = null;
|
|
167
183
|
}
|
|
168
184
|
}, 100); // Check every 100ms
|
|
169
185
|
}
|
|
@@ -213,6 +229,7 @@ const OxyRouter = ({
|
|
|
213
229
|
onClose: onClose,
|
|
214
230
|
onAuthenticated: onAuthenticated,
|
|
215
231
|
theme: theme,
|
|
232
|
+
containerWidth: containerWidth,
|
|
216
233
|
...screenProps
|
|
217
234
|
});
|
|
218
235
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","useEffect","View","StyleSheet","SignInScreen","SignUpScreen","AccountCenterScreen","AccountSwitcherScreen","SessionManagementScreen","AccountOverviewScreen","AccountSettingsScreen","AppInfoScreen","KarmaCenterScreen","KarmaLeaderboardScreen","KarmaRulesScreen","KarmaAboutScreen","KarmaRewardsScreen","KarmaFAQScreen","ProfileScreen","jsx","_jsx","routes","SignIn","component","snapPoints","SignUp","AccountCenter","AccountSwitcher","SessionManagement","AccountOverview","AccountSettings","AppInfo","KarmaCenter","KarmaLeaderboard","KarmaRules","AboutKarma","KarmaRewards","KarmaFAQ","Profile","OxyRouter","oxyServices","initialScreen","onClose","onAuthenticated","theme","adjustSnapPoints","navigationRef","currentScreen","setCurrentScreen","screenHistory","setScreenHistory","screenProps","setScreenProps","navigate","screen","props","prev","console","error","current","handleNavigationEvent","event","detail","screenName","log","intervalId","document","addEventListener","setInterval","globalNav","
|
|
1
|
+
{"version":3,"names":["React","useState","useEffect","View","StyleSheet","SignInScreen","SignUpScreen","AccountCenterScreen","AccountSwitcherScreen","SessionManagementScreen","AccountOverviewScreen","AccountSettingsScreen","PremiumSubscriptionScreen","BillingManagementScreen","AppInfoScreen","KarmaCenterScreen","KarmaLeaderboardScreen","KarmaRulesScreen","KarmaAboutScreen","KarmaRewardsScreen","KarmaFAQScreen","ProfileScreen","FileManagementScreen","jsx","_jsx","routes","SignIn","component","snapPoints","SignUp","AccountCenter","AccountSwitcher","SessionManagement","AccountOverview","AccountSettings","PremiumSubscription","BillingManagement","AppInfo","KarmaCenter","KarmaLeaderboard","KarmaRules","AboutKarma","KarmaRewards","KarmaFAQ","Profile","FileManagement","OxyRouter","oxyServices","initialScreen","onClose","onAuthenticated","theme","adjustSnapPoints","navigationRef","containerWidth","currentScreen","setCurrentScreen","screenHistory","setScreenHistory","screenProps","setScreenProps","navigate","screen","props","prev","console","error","current","handleNavigationEvent","event","detail","screenName","log","intervalId","document","addEventListener","setInterval","globalNav","globalThis","oxyNavigateEvent","removeEventListener","clearInterval","goBack","length","newHistory","pop","previousScreen","renderScreen","CurrentScreen","Object","keys","style","styles","errorContainer","container","children","create","flex","minHeight","backgroundColor","justifyContent","alignItems"],"sourceRoot":"../../../../src","sources":["ui/navigation/OxyRouter.tsx"],"mappings":"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","ignoreList":[]}
|