@panneau/field-upload 3.0.103 → 3.0.104
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -365,7 +365,7 @@ var UploadField = function UploadField(_ref) {
|
|
|
365
365
|
showProgressDetails: true,
|
|
366
366
|
areInsidesReadyToBeVisible: true,
|
|
367
367
|
proudlyDisplayPoweredByUppy: false
|
|
368
|
-
}))) : null, !showResourceModal && !disabled && withButton && uppy !== null
|
|
368
|
+
}))) : null, !showResourceModal && !disabled && withButton && uppy !== null ? /*#__PURE__*/React.createElement(DashboardModal, Object.assign({
|
|
369
369
|
uppy: uppy,
|
|
370
370
|
className: styles.dashboardModal,
|
|
371
371
|
plugins: sources,
|
package/lib/index.js
CHANGED
|
@@ -385,7 +385,7 @@ var UploadField = function UploadField(_ref) {
|
|
|
385
385
|
showProgressDetails: true,
|
|
386
386
|
areInsidesReadyToBeVisible: true,
|
|
387
387
|
proudlyDisplayPoweredByUppy: false
|
|
388
|
-
}))) : null, !showResourceModal && !disabled && withButton && uppy$1 !== null
|
|
388
|
+
}))) : null, !showResourceModal && !disabled && withButton && uppy$1 !== null ? /*#__PURE__*/React__default["default"].createElement(react.DashboardModal, Object.assign({
|
|
389
389
|
uppy: uppy$1,
|
|
390
390
|
className: styles.dashboardModal,
|
|
391
391
|
plugins: sources,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.104",
|
|
4
4
|
"description": "An Upload field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "21dddb8907259c0c996abda0bc586df799ea6bc7"
|
|
85
85
|
}
|