@panneau/field-upload 3.0.228 → 3.0.237

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.
Files changed (2) hide show
  1. package/es/index.js +2 -0
  2. 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.228",
3
+ "version": "3.0.237",
4
4
  "description": "An Upload field",
5
5
  "keywords": [
6
6
  "javascript"
@@ -65,10 +65,10 @@
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.228",
68
+ "@panneau/element-media-card": "^3.0.237",
69
69
  "@panneau/modal-resource-items": "^3.0.228",
70
70
  "@panneau/themes": "^3.0.228",
71
- "@panneau/uppy": "^3.0.228",
71
+ "@panneau/uppy": "^3.0.231",
72
72
  "@uppy/core": "^3.9.1",
73
73
  "@uppy/dashboard": "^3.7.3",
74
74
  "@uppy/drag-drop": "^3.0.3",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "2adf72884fb88052c6a6822e6f32169bb1dfe18b"
88
+ "gitHead": "8c670265ff8be6c59d9e2227d375facd9728b9a4"
89
89
  }