@panneau/field-upload 3.0.137 → 3.0.140
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 +11 -11
package/es/index.js
CHANGED
|
@@ -432,7 +432,7 @@ var UploadField = function UploadField(_ref) {
|
|
|
432
432
|
className: "d-flex"
|
|
433
433
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
434
434
|
type: "button",
|
|
435
|
-
theme: "
|
|
435
|
+
theme: "secondary",
|
|
436
436
|
onClick: closeResourceModal,
|
|
437
437
|
disabled: disabled,
|
|
438
438
|
className: "d-block me-2"
|
package/lib/index.js
CHANGED
|
@@ -436,7 +436,7 @@ var UploadField = function UploadField(_ref) {
|
|
|
436
436
|
className: "d-flex"
|
|
437
437
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
438
438
|
type: "button",
|
|
439
|
-
theme: "
|
|
439
|
+
theme: "secondary",
|
|
440
440
|
onClick: closeResourceModal,
|
|
441
441
|
disabled: disabled,
|
|
442
442
|
className: "d-block me-2"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.140",
|
|
4
4
|
"description": "An Upload field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -57,15 +57,15 @@
|
|
|
57
57
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
58
58
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
59
59
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
60
|
-
"@panneau/core": "^3.0.
|
|
61
|
-
"@panneau/element-button": "^3.0.
|
|
62
|
-
"@panneau/element-label": "^3.0.
|
|
63
|
-
"@panneau/element-media-card": "^3.0.
|
|
64
|
-
"@panneau/list-resource-items": "^3.0.
|
|
65
|
-
"@panneau/modal-dialog": "^3.0.
|
|
66
|
-
"@panneau/modal-upload": "^3.0.
|
|
67
|
-
"@panneau/themes": "^3.0.
|
|
68
|
-
"@panneau/uppy": "^3.0.
|
|
60
|
+
"@panneau/core": "^3.0.140",
|
|
61
|
+
"@panneau/element-button": "^3.0.140",
|
|
62
|
+
"@panneau/element-label": "^3.0.140",
|
|
63
|
+
"@panneau/element-media-card": "^3.0.140",
|
|
64
|
+
"@panneau/list-resource-items": "^3.0.140",
|
|
65
|
+
"@panneau/modal-dialog": "^3.0.140",
|
|
66
|
+
"@panneau/modal-upload": "^3.0.140",
|
|
67
|
+
"@panneau/themes": "^3.0.140",
|
|
68
|
+
"@panneau/uppy": "^3.0.140",
|
|
69
69
|
"@uppy/core": "^3.9.1",
|
|
70
70
|
"@uppy/dashboard": "^3.7.3",
|
|
71
71
|
"@uppy/drag-drop": "^3.0.3",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "f148a421cabe2dfa529d2df1eaae42d0f4bb32c5"
|
|
86
86
|
}
|