sag_components 1.0.432 → 1.0.433

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.
@@ -106,11 +106,9 @@ const IconButton = props => {
106
106
  const onCancelClickHandler = event => {
107
107
  onCancelClick(event);
108
108
  };
109
- return /*#__PURE__*/_react.default.createElement(_IconButton.ButtonWrapper, null, /*#__PURE__*/_react.default.createElement(_IconButton.IconButtonContainer
110
- // download
111
- , {
109
+ return /*#__PURE__*/_react.default.createElement(_IconButton.ButtonWrapper, null, /*#__PURE__*/_react.default.createElement(_IconButton.IconButtonContainer, {
110
+ download: true,
112
111
  href: fileLink,
113
- target: "_blank",
114
112
  backgroundColor: backgroundColor,
115
113
  borderColor: borderColor,
116
114
  borderRadius: borderRadius,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.432",
3
+ "version": "1.0.433",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {