@panneau/medias 4.0.29 → 4.0.31

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1304,7 +1304,7 @@ function MediasBrowser(_ref) {
1304
1304
  clearValue: types !== null ? queryWithoutTypes : null,
1305
1305
  filters: finalFilters,
1306
1306
  onChange: onQueryChange,
1307
- onReset: onQueryReset,
1307
+ onClear: onQueryReset,
1308
1308
  theme: theme
1309
1309
  }) : null
1310
1310
  }), /*#__PURE__*/jsx("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "4.0.29",
3
+ "version": "4.0.31",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -66,10 +66,10 @@
66
66
  "@panneau/element-icon": "^4.0.27",
67
67
  "@panneau/element-media-card": "^4.0.27",
68
68
  "@panneau/element-media-player": "^4.0.27",
69
- "@panneau/element-pagination": "^4.0.27",
69
+ "@panneau/element-pagination": "^4.0.31",
70
70
  "@panneau/element-table": "^4.0.27",
71
- "@panneau/field-upload": "^4.0.27",
72
- "@panneau/filter-filters": "^4.0.27",
71
+ "@panneau/field-upload": "^4.0.31",
72
+ "@panneau/filter-filters": "^4.0.31",
73
73
  "classnames": "^2.5.1",
74
74
  "lodash": "^4.17.21",
75
75
  "react-intl": "^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -77,5 +77,5 @@
77
77
  "publishConfig": {
78
78
  "access": "public"
79
79
  },
80
- "gitHead": "8c6871368e91e2cc741c5286da554d6203faaa9b"
80
+ "gitHead": "64756359d534e2eb7a3516f8ee0691dc7d7587db"
81
81
  }