@fto-consult/expo-ui 8.50.8 → 8.50.9
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
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "8.50.
|
3
|
+
"version": "8.50.9",
|
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": {
|
@@ -12,8 +12,12 @@ const ButtonStatusComponent = React.forwardRef(({status,withIcon,color,backgroun
|
|
12
12
|
testID = defaultStr(testID,"RN_ButtonStatusComponent_"+status);
|
13
13
|
const style = defaultObj(StyleSheet.flatten(containerProps.style));
|
14
14
|
color = theme.Colors.isValid(color) ? color : theme.Colors.isValid(style.color)? style.color : undefined;
|
15
|
-
backgroundColor = theme.Colors.isValid(backgroundColor) ? backgroundColor : theme.
|
15
|
+
backgroundColor = theme.Colors.isValid(backgroundColor) ? backgroundColor : theme.Colors.isValid(style.backgroundColor)?style.backgroundColor : undefined;
|
16
16
|
const rP = {style:[color && {color}, backgroundColor && {backgroundColor}]};
|
17
|
+
if(!backgroundColor && !color){
|
18
|
+
backgroundColor = theme.colors.surface;
|
19
|
+
color = theme.colors.onSurface;
|
20
|
+
}
|
17
21
|
if(color){
|
18
22
|
rP.color = color;
|
19
23
|
}
|
@@ -1,21 +1,22 @@
|
|
1
1
|
module.exports = {
|
2
2
|
"@fto-consult/expo-ui": {
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"type": "git",
|
7
|
-
"url": "git+https://github.com/borispipo/expo-ui.git"
|
8
|
-
},
|
9
|
-
"homepage": "https://github.com/borispipo/expo-ui#readme"
|
3
|
+
"version": "8.35.1",
|
4
|
+
"url": "https://github.com/borispipo/expo-ui#readme",
|
5
|
+
"license": "ISC"
|
10
6
|
},
|
11
7
|
"@babel/plugin-proposal-export-namespace-from": {
|
12
8
|
"version": "7.18.9",
|
13
9
|
"url": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from",
|
14
10
|
"license": "MIT"
|
15
11
|
},
|
16
|
-
"@emotion/
|
17
|
-
"version": "11.11.
|
18
|
-
"url": "https://
|
12
|
+
"@emotion/native": {
|
13
|
+
"version": "11.11.0",
|
14
|
+
"url": "https://emotion.sh",
|
15
|
+
"license": "MIT"
|
16
|
+
},
|
17
|
+
"@expo/html-elements": {
|
18
|
+
"version": "0.5.1",
|
19
|
+
"url": "https://github.com/expo/expo/tree/main/packages/html-elements",
|
19
20
|
"license": "MIT"
|
20
21
|
},
|
21
22
|
"@expo/metro-config": {
|
@@ -23,28 +24,59 @@ module.exports = {
|
|
23
24
|
"url": "https://github.com/expo/expo.git",
|
24
25
|
"license": "MIT"
|
25
26
|
},
|
27
|
+
"@expo/vector-icons": {
|
28
|
+
"version": "14.0.0",
|
29
|
+
"url": "https://expo.github.io/vector-icons",
|
30
|
+
"license": "MIT"
|
31
|
+
},
|
26
32
|
"@expo/webpack-config": {
|
27
33
|
"version": "19.0.1",
|
28
34
|
"url": "https://github.com/expo/expo-webpack-integrations/tree/main/packages/webpack-config#readme",
|
29
35
|
"license": "MIT"
|
30
36
|
},
|
31
|
-
"@
|
32
|
-
"version": "
|
33
|
-
"url": "https://github.com/
|
37
|
+
"@pchmn/expo-material3-theme": {
|
38
|
+
"version": "1.3.2",
|
39
|
+
"url": "https://github.com/pchmn/expo-material3-theme#readme",
|
34
40
|
"license": "MIT"
|
35
41
|
},
|
36
|
-
"@
|
37
|
-
"version": "
|
38
|
-
"url": "https://github.com/
|
39
|
-
"license": "
|
42
|
+
"@react-native-async-storage/async-storage": {
|
43
|
+
"version": "1.21.0",
|
44
|
+
"url": "https://github.com/react-native-async-storage/async-storage#readme",
|
45
|
+
"license": "MIT"
|
46
|
+
},
|
47
|
+
"@react-native-community/datetimepicker": {
|
48
|
+
"version": "7.6.1",
|
49
|
+
"url": "https://github.com/react-native-community/datetimepicker#readme",
|
50
|
+
"license": "MIT"
|
51
|
+
},
|
52
|
+
"@react-native-community/netinfo": {
|
53
|
+
"version": "11.1.0",
|
54
|
+
"url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
|
55
|
+
"license": "MIT"
|
56
|
+
},
|
57
|
+
"@react-native/assets-registry": {
|
58
|
+
"version": "0.72.0",
|
59
|
+
"url": "git@github.com:facebook/react-native.git",
|
60
|
+
"license": "MIT"
|
61
|
+
},
|
62
|
+
"@react-navigation/native": {
|
63
|
+
"version": "6.1.16",
|
64
|
+
"url": "https://reactnavigation.org",
|
65
|
+
"license": "MIT"
|
66
|
+
},
|
67
|
+
"@react-navigation/native-stack": {
|
68
|
+
"version": "6.9.25",
|
69
|
+
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
70
|
+
"license": "MIT"
|
40
71
|
},
|
41
|
-
"@
|
42
|
-
"version": "
|
72
|
+
"@react-navigation/stack": {
|
73
|
+
"version": "6.3.28",
|
74
|
+
"url": "https://reactnavigation.org/docs/stack-navigator/",
|
43
75
|
"license": "MIT"
|
44
76
|
},
|
45
|
-
"
|
46
|
-
"version": "
|
47
|
-
"url": "https://
|
77
|
+
"@shopify/flash-list": {
|
78
|
+
"version": "1.6.3",
|
79
|
+
"url": "https://shopify.github.io/flash-list/",
|
48
80
|
"license": "MIT"
|
49
81
|
},
|
50
82
|
"babel-plugin-inline-dotenv": {
|
@@ -57,122 +89,109 @@ module.exports = {
|
|
57
89
|
"url": "https://github.com/tleunen/babel-plugin-module-resolver.git",
|
58
90
|
"license": "MIT"
|
59
91
|
},
|
60
|
-
"
|
61
|
-
"version": "
|
62
|
-
"url": "https://github.com/
|
92
|
+
"expo": {
|
93
|
+
"version": "50.0.13",
|
94
|
+
"url": "https://github.com/expo/expo/tree/main/packages/expo",
|
63
95
|
"license": "MIT"
|
64
96
|
},
|
65
|
-
"
|
66
|
-
"version": "
|
67
|
-
"url": "https://
|
97
|
+
"expo-camera": {
|
98
|
+
"version": "14.1.1",
|
99
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/camera/",
|
68
100
|
"license": "MIT"
|
69
101
|
},
|
70
|
-
"
|
71
|
-
"version": "
|
72
|
-
"url": "https://
|
73
|
-
"license": "(MIT AND Apache-2.0)"
|
74
|
-
},
|
75
|
-
"html2canvas": {
|
76
|
-
"version": "1.4.1",
|
77
|
-
"url": "https://html2canvas.hertzen.com",
|
102
|
+
"expo-clipboard": {
|
103
|
+
"version": "5.0.1",
|
104
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/clipboard",
|
78
105
|
"license": "MIT"
|
79
106
|
},
|
80
|
-
"
|
81
|
-
"version": "
|
82
|
-
"url": "
|
107
|
+
"expo-font": {
|
108
|
+
"version": "11.10.3",
|
109
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/font/",
|
83
110
|
"license": "MIT"
|
84
111
|
},
|
85
|
-
"
|
86
|
-
"version": "
|
112
|
+
"expo-image-picker": {
|
113
|
+
"version": "14.7.1",
|
114
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/imagepicker/",
|
87
115
|
"license": "MIT"
|
88
116
|
},
|
89
|
-
"
|
90
|
-
"version": "
|
91
|
-
"url": "https://
|
117
|
+
"expo-intent-launcher": {
|
118
|
+
"version": "10.11.0",
|
119
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/intent-launcher/",
|
92
120
|
"license": "MIT"
|
93
121
|
},
|
94
|
-
"
|
95
|
-
"version": "
|
96
|
-
"url": "https://
|
122
|
+
"expo-linking": {
|
123
|
+
"version": "6.2.2",
|
124
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/linking",
|
97
125
|
"license": "MIT"
|
98
126
|
},
|
99
|
-
"
|
100
|
-
"version": "
|
101
|
-
"url": "https://
|
127
|
+
"expo-sharing": {
|
128
|
+
"version": "11.10.0",
|
129
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/sharing/",
|
102
130
|
"license": "MIT"
|
103
131
|
},
|
104
|
-
"
|
105
|
-
"version": "
|
106
|
-
"url": "https://
|
132
|
+
"expo-sqlite": {
|
133
|
+
"version": "13.3.0",
|
134
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
|
107
135
|
"license": "MIT"
|
108
136
|
},
|
109
|
-
"
|
110
|
-
"version": "1.
|
111
|
-
"url": "https://
|
112
|
-
"license": "GPL-3.0-or-later"
|
113
|
-
},
|
114
|
-
"react-native-iphone-x-helper": {
|
115
|
-
"version": "1.3.1",
|
116
|
-
"url": "https://github.com/ptelad/react-native-iphone-x-helper#readme",
|
137
|
+
"expo-status-bar": {
|
138
|
+
"version": "1.11.1",
|
139
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/status-bar/",
|
117
140
|
"license": "MIT"
|
118
141
|
},
|
119
|
-
"
|
120
|
-
"version": "2.
|
142
|
+
"expo-system-ui": {
|
143
|
+
"version": "2.9.3",
|
144
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/system-ui",
|
121
145
|
"license": "MIT"
|
122
146
|
},
|
123
|
-
"
|
124
|
-
"version": "
|
125
|
-
"url": "https://
|
147
|
+
"expo-web-browser": {
|
148
|
+
"version": "12.8.2",
|
149
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/webbrowser/",
|
126
150
|
"license": "MIT"
|
127
151
|
},
|
128
|
-
"react-native
|
129
|
-
"version": "0.
|
130
|
-
"url": "https://
|
152
|
+
"react-native": {
|
153
|
+
"version": "0.73.5",
|
154
|
+
"url": "https://reactnative.dev/",
|
131
155
|
"license": "MIT"
|
132
156
|
},
|
133
|
-
"react-native-
|
134
|
-
"version": "
|
135
|
-
"url": "
|
136
|
-
"license": "
|
157
|
+
"react-native-big-list": {
|
158
|
+
"version": "1.6.1",
|
159
|
+
"url": "https://marcocesarato.github.io/react-native-big-list-docs/",
|
160
|
+
"license": "GPL-3.0-or-later"
|
137
161
|
},
|
138
|
-
"react-
|
139
|
-
"version": "
|
140
|
-
"url": "https://
|
162
|
+
"react-native-blob-util": {
|
163
|
+
"version": "0.18.6",
|
164
|
+
"url": "https://github.com/RonRadtke/react-native-blob-util",
|
141
165
|
"license": "MIT"
|
142
166
|
},
|
143
|
-
"
|
144
|
-
"version": "
|
145
|
-
"url": "https://github.com/
|
167
|
+
"react-native-gesture-handler": {
|
168
|
+
"version": "2.14.1",
|
169
|
+
"url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
|
146
170
|
"license": "MIT"
|
147
171
|
},
|
148
|
-
"
|
149
|
-
"version": "
|
150
|
-
"url": "
|
151
|
-
"license": "WTFPL OR ISC"
|
152
|
-
},
|
153
|
-
"sharp-cli": {
|
154
|
-
"version": "2.1.1",
|
155
|
-
"url": "https://github.com/vseventer/sharp-cli",
|
172
|
+
"react-native-reanimated": {
|
173
|
+
"version": "3.6.2",
|
174
|
+
"url": "https://github.com/software-mansion/react-native-reanimated#readme",
|
156
175
|
"license": "MIT"
|
157
176
|
},
|
158
|
-
"
|
159
|
-
"version": "
|
160
|
-
"url": "https://github.com/
|
177
|
+
"react-native-safe-area-context": {
|
178
|
+
"version": "4.8.2",
|
179
|
+
"url": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
|
161
180
|
"license": "MIT"
|
162
181
|
},
|
163
|
-
"
|
164
|
-
"version": "
|
165
|
-
"url": "https://
|
182
|
+
"react-native-screens": {
|
183
|
+
"version": "3.29.0",
|
184
|
+
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
166
185
|
"license": "MIT"
|
167
186
|
},
|
168
|
-
"
|
169
|
-
"version": "
|
170
|
-
"url": "https://github.com/
|
187
|
+
"react-native-svg": {
|
188
|
+
"version": "14.1.0",
|
189
|
+
"url": "https://github.com/react-native-community/react-native-svg",
|
171
190
|
"license": "MIT"
|
172
191
|
},
|
173
|
-
"
|
174
|
-
"version": "
|
175
|
-
"url": "https://
|
176
|
-
"license": "
|
192
|
+
"react-native-webview": {
|
193
|
+
"version": "13.6.4",
|
194
|
+
"url": "https://github.com/react-native-webview/react-native-webview#readme",
|
195
|
+
"license": "MIT"
|
177
196
|
}
|
178
197
|
};
|