@panneau/field-upload 3.0.25 → 3.0.30

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
@@ -390,9 +390,9 @@ var UploadField = function UploadField(_ref) {
390
390
  } : null, {
391
391
  plugins: sources,
392
392
  inline: true,
393
+ showProgressDetails: true,
393
394
  areInsidesReadyToBeVisible: true,
394
- proudlyDisplayPoweredByUppy: false,
395
- showProgressDetails: true
395
+ proudlyDisplayPoweredByUppy: false
396
396
  }))) : null, !showResourceModal && !disabled && withButton && uppy !== null && modalOpened ?
397
397
  /*#__PURE__*/
398
398
  // <DashboardModal
package/lib/index.js CHANGED
@@ -412,9 +412,9 @@ var UploadField = function UploadField(_ref) {
412
412
  } : null, {
413
413
  plugins: sources,
414
414
  inline: true,
415
+ showProgressDetails: true,
415
416
  areInsidesReadyToBeVisible: true,
416
- proudlyDisplayPoweredByUppy: false,
417
- showProgressDetails: true
417
+ proudlyDisplayPoweredByUppy: false
418
418
  }))) : null, !showResourceModal && !disabled && withButton && uppy$1 !== null && modalOpened ?
419
419
  /*#__PURE__*/
420
420
  // <DashboardModal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-upload",
3
- "version": "3.0.25",
3
+ "version": "3.0.30",
4
4
  "description": "An Upload field",
5
5
  "keywords": [
6
6
  "javascript"
@@ -61,7 +61,7 @@
61
61
  "@panneau/element-button": "^3.0.23",
62
62
  "@panneau/element-card": "^3.0.23",
63
63
  "@panneau/element-label": "^3.0.23",
64
- "@panneau/list-resource-items": "^3.0.23",
64
+ "@panneau/list-resource-items": "^3.0.30",
65
65
  "@panneau/modal-dialog": "^3.0.24",
66
66
  "@panneau/themes": "^3.0.23",
67
67
  "@panneau/uppy": "^3.0.23",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "0743de3708364f23d0ade952b62a45c66d7bb699"
85
+ "gitHead": "c70ab6c98eaadaa2491d2ebc30fa0cbb797f0f22"
86
86
  }