sag_components 2.0.0-beta81 → 2.0.0-beta82

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.
package/dist/index.d.ts CHANGED
@@ -1074,7 +1074,7 @@ declare function LinkButton({ text, type, size, height, width, disabled, textCol
1074
1074
  width?: string;
1075
1075
  disabled?: boolean;
1076
1076
  textColor?: string;
1077
- onClick: any;
1077
+ onClick?: () => void;
1078
1078
  leftIcon?: string;
1079
1079
  rightIcon?: string;
1080
1080
  }): react_jsx_runtime.JSX.Element;
package/dist/index.esm.js CHANGED
@@ -3047,7 +3047,7 @@ const LinkButton = _ref => {
3047
3047
  width = '',
3048
3048
  disabled = false,
3049
3049
  textColor = '',
3050
- onClick,
3050
+ onClick = () => {},
3051
3051
  leftIcon = 'none',
3052
3052
  rightIcon = 'none'
3053
3053
  } = _ref;