@panneau/medias 3.0.174 → 3.0.175

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
@@ -1252,8 +1252,8 @@ function MediasPicker(_ref) {
1252
1252
  onSelectPage: onSelectPage,
1253
1253
  selectedItems: selectedItems,
1254
1254
  pageSelected: pageSelected
1255
- }, tableProps),
1256
- items: initialItems // TODO: fix useItems if actually using this
1255
+ }, tableProps)
1256
+ // items={initialItems} // TODO: fix useItems if actually using this
1257
1257
  ,
1258
1258
  onItemsChange: onItemsChange,
1259
1259
  selectedCount: selectedCount,
package/lib/index.js CHANGED
@@ -1254,8 +1254,8 @@ function MediasPicker(_ref) {
1254
1254
  onSelectPage: onSelectPage,
1255
1255
  selectedItems: selectedItems,
1256
1256
  pageSelected: pageSelected
1257
- }, tableProps),
1258
- items: initialItems // TODO: fix useItems if actually using this
1257
+ }, tableProps)
1258
+ // items={initialItems} // TODO: fix useItems if actually using this
1259
1259
  ,
1260
1260
  onItemsChange: onItemsChange,
1261
1261
  selectedCount: selectedCount,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.174",
3
+ "version": "3.0.175",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -46,20 +46,20 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.12.5",
49
- "@panneau/core": "^3.0.174",
50
- "@panneau/data": "^3.0.174",
51
- "@panneau/display-image": "^3.0.174",
52
- "@panneau/element-button": "^3.0.174",
53
- "@panneau/element-buttons": "^3.0.174",
54
- "@panneau/element-form": "^3.0.174",
55
- "@panneau/element-form-status": "^3.0.174",
56
- "@panneau/element-grid": "^3.0.174",
57
- "@panneau/element-icon": "^3.0.174",
58
- "@panneau/element-media-card": "^3.0.174",
59
- "@panneau/element-media-player": "^3.0.174",
60
- "@panneau/element-pagination": "^3.0.174",
61
- "@panneau/element-table": "^3.0.174",
62
- "@panneau/filter-filters": "^3.0.174",
49
+ "@panneau/core": "^3.0.175",
50
+ "@panneau/data": "^3.0.175",
51
+ "@panneau/display-image": "^3.0.175",
52
+ "@panneau/element-button": "^3.0.175",
53
+ "@panneau/element-buttons": "^3.0.175",
54
+ "@panneau/element-form": "^3.0.175",
55
+ "@panneau/element-form-status": "^3.0.175",
56
+ "@panneau/element-grid": "^3.0.175",
57
+ "@panneau/element-icon": "^3.0.175",
58
+ "@panneau/element-media-card": "^3.0.175",
59
+ "@panneau/element-media-player": "^3.0.175",
60
+ "@panneau/element-pagination": "^3.0.175",
61
+ "@panneau/element-table": "^3.0.175",
62
+ "@panneau/filter-filters": "^3.0.175",
63
63
  "classnames": "^2.5.1",
64
64
  "lodash": "^4.17.21",
65
65
  "prop-types": "^15.7.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "0b3a328b97ef9e9c02f8cfe731ac50a1611dc854"
71
+ "gitHead": "cb8320f1041e7ced6bcf77dd6d32661950215a92"
72
72
  }