sag_components 1.0.430 → 1.0.432

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