@panneau/field-upload 3.0.231 → 3.0.238
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 +2 -0
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -408,6 +408,8 @@ var UploadField = function UploadField(_ref) {
|
|
|
408
408
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
409
409
|
type: "button",
|
|
410
410
|
theme: "primary",
|
|
411
|
+
icon: "search",
|
|
412
|
+
iconPosition: "right",
|
|
411
413
|
onClick: finalOnClickFind,
|
|
412
414
|
disabled: disabled,
|
|
413
415
|
outline: outline
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.238",
|
|
4
4
|
"description": "An Upload field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@panneau/core": "^3.0.228",
|
|
66
66
|
"@panneau/element-button": "^3.0.228",
|
|
67
67
|
"@panneau/element-label": "^3.0.228",
|
|
68
|
-
"@panneau/element-media-card": "^3.0.
|
|
69
|
-
"@panneau/modal-resource-items": "^3.0.
|
|
68
|
+
"@panneau/element-media-card": "^3.0.237",
|
|
69
|
+
"@panneau/modal-resource-items": "^3.0.238",
|
|
70
70
|
"@panneau/themes": "^3.0.228",
|
|
71
71
|
"@panneau/uppy": "^3.0.231",
|
|
72
72
|
"@uppy/core": "^3.9.1",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "ca3f04e57ed301659af58e6c178eea93852074a6"
|
|
89
89
|
}
|