@panneau/medias 3.0.134 → 3.0.136

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/es/index.js CHANGED
@@ -562,7 +562,7 @@ function MediasPicker(_ref) {
562
562
  }, /*#__PURE__*/React.createElement(MediasBrowser, Object.assign({
563
563
  tableProps: {
564
564
  selectable: true,
565
- multiple: multiple,
565
+ multipleSelection: multiple,
566
566
  onSelectionChange: onSelectionChange
567
567
  }
568
568
  }, props)), multiple ? /*#__PURE__*/React.createElement(Button, {
package/lib/index.js CHANGED
@@ -566,7 +566,7 @@ function MediasPicker(_ref) {
566
566
  }, /*#__PURE__*/React.createElement(MediasBrowser, Object.assign({
567
567
  tableProps: {
568
568
  selectable: true,
569
- multiple: multiple,
569
+ multipleSelection: multiple,
570
570
  onSelectionChange: onSelectionChange
571
571
  }
572
572
  }, props)), multiple ? /*#__PURE__*/React.createElement(Button, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.134",
3
+ "version": "3.0.136",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -46,16 +46,16 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.12.5",
49
- "@panneau/core": "^3.0.133",
50
- "@panneau/data": "^3.0.133",
51
- "@panneau/element-button": "^3.0.133",
52
- "@panneau/element-buttons": "^3.0.133",
53
- "@panneau/element-grid": "^3.0.133",
54
- "@panneau/element-icon": "^3.0.133",
55
- "@panneau/element-media-card": "^3.0.133",
56
- "@panneau/element-pagination": "^3.0.133",
57
- "@panneau/element-table": "^3.0.133",
58
- "@panneau/filter-filters": "^3.0.134",
49
+ "@panneau/core": "^3.0.136",
50
+ "@panneau/data": "^3.0.136",
51
+ "@panneau/element-button": "^3.0.136",
52
+ "@panneau/element-buttons": "^3.0.136",
53
+ "@panneau/element-grid": "^3.0.136",
54
+ "@panneau/element-icon": "^3.0.136",
55
+ "@panneau/element-media-card": "^3.0.136",
56
+ "@panneau/element-pagination": "^3.0.136",
57
+ "@panneau/element-table": "^3.0.136",
58
+ "@panneau/filter-filters": "^3.0.136",
59
59
  "classnames": "^2.5.1",
60
60
  "lodash": "^4.17.21",
61
61
  "prop-types": "^15.7.2",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "b30d648c1a3bc67e8cb134d896b06bea405fd9df"
67
+ "gitHead": "c9a3de330286a6cadd73651f1893adbbe090cd0e"
68
68
  }