labsense-ui-kit 1.1.99 → 1.2.1

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.
@@ -4091,8 +4091,8 @@ var StyledButton = styled.button(_templateObject5$1 || (_templateObject5$1 = _ta
4091
4091
  var $disabled = _ref11.$disabled;
4092
4092
  return $disabled ? 'not-allowed' : 'pointer';
4093
4093
  }, function (_ref12) {
4094
- var buttonWidth = _ref12.buttonWidth;
4095
- return buttonWidth;
4094
+ var $buttonWidth = _ref12.$buttonWidth;
4095
+ return $buttonWidth;
4096
4096
  }, function (_ref13) {
4097
4097
  var $borderRadius = _ref13.$borderRadius;
4098
4098
  return $borderRadius || '8px';
@@ -4193,7 +4193,7 @@ var ButtonComponent = function ButtonComponent(_ref21) {
4193
4193
  return React.createElement(StyledButton, {
4194
4194
  "$disabled": disabled,
4195
4195
  onClick: onClick,
4196
- buttonWidth: buttonWidth,
4196
+ "$buttonWidth": buttonWidth,
4197
4197
  "$background": background,
4198
4198
  "$borderDefault": borderDefault,
4199
4199
  "$borderHover": borderHover,