sag_components 1.0.408 → 1.0.409
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.
|
@@ -18,7 +18,7 @@ var _IconButton = require("./IconButton.style");
|
|
|
18
18
|
const IconButton = props => {
|
|
19
19
|
const {
|
|
20
20
|
// downloadStatus,
|
|
21
|
-
|
|
21
|
+
fileName,
|
|
22
22
|
showProcess,
|
|
23
23
|
contentColor,
|
|
24
24
|
buttonText,
|
|
@@ -107,7 +107,7 @@ const IconButton = props => {
|
|
|
107
107
|
onCancelClick(event);
|
|
108
108
|
};
|
|
109
109
|
return /*#__PURE__*/_react.default.createElement(_IconButton.ButtonWrapper, null, /*#__PURE__*/_react.default.createElement(_IconButton.IconButtonContainer, {
|
|
110
|
-
download:
|
|
110
|
+
download: fileName,
|
|
111
111
|
backgroundColor: backgroundColor,
|
|
112
112
|
borderColor: borderColor,
|
|
113
113
|
borderRadius: borderRadius,
|
|
@@ -125,7 +125,7 @@ exports.IconButton = IconButton;
|
|
|
125
125
|
var _default = exports.default = IconButton;
|
|
126
126
|
IconButton.defaultProps = {
|
|
127
127
|
// downloadStatus: '',
|
|
128
|
-
|
|
128
|
+
fileName: '',
|
|
129
129
|
showProcess: false,
|
|
130
130
|
buttonText: '',
|
|
131
131
|
iconName: 'eye',
|