@panneau/medias 3.0.196 → 3.0.197

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
@@ -1178,7 +1178,8 @@ function MediasBrowser(_ref) {
1178
1178
  uppyConfig: uppyConfig,
1179
1179
  onChange: onUploadComplete,
1180
1180
  disabled: uploadProcessing,
1181
- loading: uploadProcessing
1181
+ loading: uploadProcessing,
1182
+ closeAfterFinish: true
1182
1183
  }) : null), /*#__PURE__*/React.createElement("div", {
1183
1184
  className: classNames(['d-flex', 'mt-1', 'mb-3', {
1184
1185
  'justify-content-between': hasLayouts,
package/lib/index.js CHANGED
@@ -1180,7 +1180,8 @@ function MediasBrowser(_ref) {
1180
1180
  uppyConfig: uppyConfig,
1181
1181
  onChange: onUploadComplete,
1182
1182
  disabled: uploadProcessing,
1183
- loading: uploadProcessing
1183
+ loading: uploadProcessing,
1184
+ closeAfterFinish: true
1184
1185
  }) : null), /*#__PURE__*/React.createElement("div", {
1185
1186
  className: classNames(['d-flex', 'mt-1', 'mb-3', {
1186
1187
  'justify-content-between': hasLayouts,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.196",
3
+ "version": "3.0.197",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -59,7 +59,7 @@
59
59
  "@panneau/element-media-player": "^3.0.194",
60
60
  "@panneau/element-pagination": "^3.0.194",
61
61
  "@panneau/element-table": "^3.0.194",
62
- "@panneau/field-upload": "^3.0.194",
62
+ "@panneau/field-upload": "^3.0.197",
63
63
  "@panneau/filter-filters": "^3.0.194",
64
64
  "classnames": "^2.5.1",
65
65
  "lodash": "^4.17.21",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "4b478929e4e4fe1a710056e5b7052814e81d6990"
72
+ "gitHead": "1d58a5294a2f28a96c998462f1eb421503db2bc2"
73
73
  }