@fto-consult/expo-ui 8.55.0 → 8.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/src/auth/ThemeSelector/index.js +1 -1
- package/src/components/Chart/appexChart/appexChart.html +3 -3
- package/src/components/Menu/Menu.js +4 -1
- package/src/layouts/ProfilAvatar/index.js +3 -2
- package/src/screens/Auth/Profile.js +5 -2
- package/src/screens/Help/openLibraries.js +90 -123
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.57.0",
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
5
5
|
"react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
|
6
6
|
"scripts": {
|
@@ -69,9 +69,9 @@
|
|
69
69
|
"dependencies": {
|
70
70
|
"@emotion/react": "^11.11.1",
|
71
71
|
"@faker-js/faker": "^8.0.2",
|
72
|
-
"@fto-consult/common": "^4.
|
72
|
+
"@fto-consult/common": "^4.39.8",
|
73
73
|
"@fto-consult/node-utils": "^1.7.1",
|
74
|
-
"apexcharts": "^3.
|
74
|
+
"apexcharts": "^3.48.0",
|
75
75
|
"file-saver": "^2.0.5",
|
76
76
|
"google-libphonenumber": "^3.2.34",
|
77
77
|
"html2canvas": "^1.4.1",
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"react-native-paper": "^5.12.3",
|
88
88
|
"react-native-paper-dates": "^0.22.3",
|
89
89
|
"react-native-web": "^0.19.10",
|
90
|
-
"react-virtuoso": "^4.7.
|
90
|
+
"react-virtuoso": "^4.7.3",
|
91
91
|
"readable-stream": "^4.5.2",
|
92
92
|
"sanitize-filename": "^1.6.3",
|
93
93
|
"tippy.js": "^6.3.7",
|
@@ -267,7 +267,7 @@ export const getThemeFieldProps = (props,ref)=>{
|
|
267
267
|
let sText = defaultStr(secondaryName,split[1],secondary);
|
268
268
|
//<Icon icon={dark?'brightness-6':'brightness-4'} size={15} title={dark?'Sombre':'Clair'}/>
|
269
269
|
return <View style={[styles.buttonContainer]}>
|
270
|
-
<Label style={[getStyle(primary),{height:'100%',borderLeftWidth:10,borderLeftColor:dark?
|
270
|
+
<Label style={[getStyle(primary),{height:'100%',borderLeftWidth:10,borderLeftColor:dark?"black":"white"}]}>
|
271
271
|
{pText}
|
272
272
|
</Label>
|
273
273
|
<View style={[styles.labelRight]}>
|