@panneau/medias 3.0.214 → 3.0.216

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
@@ -1242,6 +1242,7 @@ function MediasBrowser(_ref) {
1242
1242
  onChange: onUploadComplete,
1243
1243
  disabled: uploadProcessing,
1244
1244
  loading: uploadProcessing,
1245
+ outline: false,
1245
1246
  closeAfterFinish: true
1246
1247
  }) : null), /*#__PURE__*/React.createElement("div", {
1247
1248
  className: classNames(['d-flex', 'mt-1', 'mb-3', {
package/lib/index.js CHANGED
@@ -1244,6 +1244,7 @@ function MediasBrowser(_ref) {
1244
1244
  onChange: onUploadComplete,
1245
1245
  disabled: uploadProcessing,
1246
1246
  loading: uploadProcessing,
1247
+ outline: false,
1247
1248
  closeAfterFinish: true
1248
1249
  }) : null), /*#__PURE__*/React.createElement("div", {
1249
1250
  className: classNames(['d-flex', 'mt-1', 'mb-3', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.214",
3
+ "version": "3.0.216",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -46,21 +46,21 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.12.5",
49
- "@panneau/core": "^3.0.194",
50
- "@panneau/data": "^3.0.209",
51
- "@panneau/display-image": "^3.0.201",
52
- "@panneau/element-button": "^3.0.211",
53
- "@panneau/element-buttons": "^3.0.211",
54
- "@panneau/element-form": "^3.0.211",
55
- "@panneau/element-form-status": "^3.0.194",
56
- "@panneau/element-grid": "^3.0.211",
57
- "@panneau/element-icon": "^3.0.211",
58
- "@panneau/element-media-card": "^3.0.211",
59
- "@panneau/element-media-player": "^3.0.210",
60
- "@panneau/element-pagination": "^3.0.211",
61
- "@panneau/element-table": "^3.0.211",
62
- "@panneau/field-upload": "^3.0.211",
63
- "@panneau/filter-filters": "^3.0.211",
49
+ "@panneau/core": "^3.0.215",
50
+ "@panneau/data": "^3.0.215",
51
+ "@panneau/display-image": "^3.0.215",
52
+ "@panneau/element-button": "^3.0.216",
53
+ "@panneau/element-buttons": "^3.0.216",
54
+ "@panneau/element-form": "^3.0.216",
55
+ "@panneau/element-form-status": "^3.0.215",
56
+ "@panneau/element-grid": "^3.0.216",
57
+ "@panneau/element-icon": "^3.0.216",
58
+ "@panneau/element-media-card": "^3.0.216",
59
+ "@panneau/element-media-player": "^3.0.215",
60
+ "@panneau/element-pagination": "^3.0.216",
61
+ "@panneau/element-table": "^3.0.216",
62
+ "@panneau/field-upload": "^3.0.216",
63
+ "@panneau/filter-filters": "^3.0.216",
64
64
  "classnames": "^2.5.1",
65
65
  "lodash": "^4.17.21",
66
66
  "prop-types": "^15.7.2",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "21739f0646ff12bf3fe03a70d69a4604d31e1e49"
72
+ "gitHead": "5b2ee4f43b0034a741cc2a7fea024f451b2f2779"
73
73
  }