@fto-consult/expo-ui 6.56.1 → 6.56.2

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": "6.56.1",
3
+ "version": "6.56.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -131,7 +131,7 @@ const ChipComponent = React.forwardRef(({
131
131
  // @ts-expect-error We keep old a11y props for backwards compat with old RN versions
132
132
  accessibilityTraits={accessibilityTraits}
133
133
  accessibilityComponentType="button"
134
- role="button"
134
+ //role="button"
135
135
  accessibilityState={accessibilityState}
136
136
  testID={testID+"_Container"}
137
137
  >
@@ -4016,8 +4016,8 @@ CommonDatagridComponent.propTypes = {
4016
4016
  handleQueryLimit : PropTypes.bool, ///si le datagrid devra gérer les queryLimit
4017
4017
  /**** les menus customisés à ajouter au composant Datagrid */
4018
4018
  customMenu : PropTypes.oneOfType([
4019
- PropTypes.arrayOf(PropTypes.object),
4020
- PropTypes.objectOf(PropTypes.object),
4019
+ PropTypes.array,
4020
+ PropTypes.object,
4021
4021
  ]),
4022
4022
  /****les colonnes via lesquelles le tableau est groupé par defaut */
4023
4023
  sectionListColumns : PropTypes.oneOfType([
@@ -83,7 +83,7 @@ const DrawerItem = ({icon,iconProps,borderRadius,color,minimized,contentContaine
83
83
  ]}
84
84
  // @ts-expect-error We keep old a11y props for backwards compat with old RN versions
85
85
  accessibilityTraits={active ? ['button', 'selected'] : 'button'}
86
- accessibilityComponentType="button"
86
+ //accessibilityComponentType="button"
87
87
  accessibilityState={{ selected: active }}
88
88
  accessibilityLabel={accessibilityLabel}
89
89
  >