sag_components 1.0.430 → 1.0.431

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.
@@ -109,6 +109,7 @@ const IconButton = props => {
109
109
  return /*#__PURE__*/_react.default.createElement(_IconButton.ButtonWrapper, null, /*#__PURE__*/_react.default.createElement(_IconButton.IconButtonContainer, {
110
110
  download: true,
111
111
  href: fileLink,
112
+ target: "_blank",
112
113
  backgroundColor: backgroundColor,
113
114
  borderColor: borderColor,
114
115
  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.431",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {