quicksnack 3.25.0 → 3.25.1

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.
@@ -95,7 +95,7 @@ var Dropzone = function (_a) {
95
95
  return (react_1.default.createElement(StyledDropZone, __assign({ ref: dropzone, onDragOver: handleDragOver, onDragLeave: handleDragLeave, onDrop: handleDrop, onClick: handleClick, isReadyToDrop: isReadyToDrop }, rest),
96
96
  react_1.default.createElement(HiddenInput, { "data-testid": "dropzone-file-input", type: "file", ref: fileInput, onChange: handleInputChange, multiple: true }),
97
97
  react_1.default.createElement(Box_1.Box, null,
98
- react_1.default.createElement(Button_1.Button, { variant: "text", color: "secondary", icon: icon }, label))));
98
+ react_1.default.createElement(Button_1.Button, { variant: "text", color: "secondary", type: "button", icon: icon }, label))));
99
99
  };
100
100
  exports.Dropzone = Dropzone;
101
101
  var templateObject_1, templateObject_2, templateObject_3;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quicksnack",
3
3
  "description": "Quickly create beautiful admin layouts using react",
4
- "version": "3.25.0",
4
+ "version": "3.25.1",
5
5
  "private": false,
6
6
  "files": [
7
7
  "dist/**"