@panneau/medias 4.0.66 → 4.0.68

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 +4 -4
package/dist/index.js CHANGED
@@ -17,8 +17,8 @@ import Grid from '@panneau/element-grid';
17
17
  import Icon from '@panneau/element-icon';
18
18
  import MediaCard from '@panneau/element-media-card';
19
19
  import Pagination from '@panneau/element-pagination';
20
- import Table from '@panneau/element-table';
21
20
  import Filters from '@panneau/filter-filters';
21
+ import Table from '@panneau/list-table';
22
22
  import { useItems, useItem, useApi } from '@panneau/data';
23
23
 
24
24
  const MediasApiContext = /*#__PURE__*/createContext(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "4.0.66",
3
+ "version": "4.0.68",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -63,9 +63,9 @@
63
63
  "@panneau/element-media-card": "^4.0.66",
64
64
  "@panneau/element-media-player": "^4.0.66",
65
65
  "@panneau/element-pagination": "^4.0.66",
66
- "@panneau/element-table": "^4.0.66",
67
- "@panneau/field-upload": "^4.0.66",
66
+ "@panneau/field-upload": "^4.0.68",
68
67
  "@panneau/filter-filters": "^4.0.66",
68
+ "@panneau/list-table": "^4.0.68",
69
69
  "classnames": "^2.5.1",
70
70
  "lodash": "^4.17.21",
71
71
  "react-intl": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0"
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "9f89301a517c628efb03ed6f27632c66a03dd146"
84
+ "gitHead": "eb965e102588ca90f0d864d7afcb2337a3b9198d"
85
85
  }