@panneau/medias 3.0.136 → 3.0.137

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
@@ -494,7 +494,10 @@ function MediasBrowser(_ref) {
494
494
  }
495
495
  })) : /*#__PURE__*/React.createElement(Table, Object.assign({}, tableProps, {
496
496
  columns: columns,
497
- items: items
497
+ items: items,
498
+ displayPlaceholder: /*#__PURE__*/React.createElement("span", {
499
+ className: "text-secondary text-opacity-75"
500
+ }, "\u2014")
498
501
  })), /*#__PURE__*/React.createElement("div", {
499
502
  className: classNames(['d-flex', 'mt-3', 'mb-1', 'justify-content-end'])
500
503
  }, /*#__PURE__*/React.createElement(Pagination, {
package/lib/index.js CHANGED
@@ -498,7 +498,10 @@ function MediasBrowser(_ref) {
498
498
  }
499
499
  })) : /*#__PURE__*/React.createElement(Table, Object.assign({}, tableProps, {
500
500
  columns: columns,
501
- items: items
501
+ items: items,
502
+ displayPlaceholder: /*#__PURE__*/React.createElement("span", {
503
+ className: "text-secondary text-opacity-75"
504
+ }, "\u2014")
502
505
  })), /*#__PURE__*/React.createElement("div", {
503
506
  className: classNames(['d-flex', 'mt-3', 'mb-1', 'justify-content-end'])
504
507
  }, /*#__PURE__*/React.createElement(Pagination, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.136",
3
+ "version": "3.0.137",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -54,8 +54,8 @@
54
54
  "@panneau/element-icon": "^3.0.136",
55
55
  "@panneau/element-media-card": "^3.0.136",
56
56
  "@panneau/element-pagination": "^3.0.136",
57
- "@panneau/element-table": "^3.0.136",
58
- "@panneau/filter-filters": "^3.0.136",
57
+ "@panneau/element-table": "^3.0.137",
58
+ "@panneau/filter-filters": "^3.0.137",
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": "c9a3de330286a6cadd73651f1893adbbe090cd0e"
67
+ "gitHead": "15122b8a8fa0e7b58a45d235171bbedd2e935d30"
68
68
  }