@fto-consult/expo-ui 7.13.4 → 7.13.6

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": "7.13.4",
3
+ "version": "7.13.6",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",
@@ -71,7 +71,7 @@
71
71
  "@expo/html-elements": "^0.5.1",
72
72
  "@expo/vector-icons": "^13.0.0",
73
73
  "@faker-js/faker": "^8.0.2",
74
- "@fto-consult/common": "^4.0.3",
74
+ "@fto-consult/common": "^4.0.4",
75
75
  "@fto-consult/electron-gen": "^2.2.0",
76
76
  "@pchmn/expo-material3-theme": "^1.3.1",
77
77
  "@react-native-async-storage/async-storage": "1.18.2",
@@ -173,7 +173,7 @@ AppBarComponent.GO_BACK_EVENT = GO_BACK_EVENT;
173
173
 
174
174
  AppBarComponent.propTypes = {
175
175
  ...defaultObj(Appbar.propTypes),
176
- title : PropTypes.string,
176
+ title : PropTypes.oneOfType([PropTypes.string,PropTypes.element,PropTypes.node,PropTypes.elementType]),
177
177
  /**** le composant pour le rendu des notifications de l'appBar*/
178
178
  Notifications : PropTypes.oneOfType([
179
179
  PropTypes.element,
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
3
  "name": "@fto-consult/expo-ui",
4
- "version": "7.13.2",
4
+ "version": "7.13.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/borispipo/expo-ui.git"
@@ -49,7 +49,7 @@ module.exports = {
49
49
  "license": "MIT"
50
50
  },
51
51
  "@fto-consult/common": {
52
- "version": "4.0.1",
52
+ "version": "4.0.4",
53
53
  "url": "https://github.com/borispipo/common#readme",
54
54
  "license": "ISC"
55
55
  },