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.
package/dist/index.js CHANGED
@@ -4095,8 +4095,8 @@ var StyledButton = styled__default.button(_templateObject5$1 || (_templateObject
4095
4095
  var $disabled = _ref11.$disabled;
4096
4096
  return $disabled ? 'not-allowed' : 'pointer';
4097
4097
  }, function (_ref12) {
4098
- var buttonWidth = _ref12.buttonWidth;
4099
- return buttonWidth;
4098
+ var $buttonWidth = _ref12.$buttonWidth;
4099
+ return $buttonWidth;
4100
4100
  }, function (_ref13) {
4101
4101
  var $borderRadius = _ref13.$borderRadius;
4102
4102
  return $borderRadius || '8px';
@@ -4197,7 +4197,7 @@ var ButtonComponent = function ButtonComponent(_ref21) {
4197
4197
  return React__default.createElement(StyledButton, {
4198
4198
  "$disabled": disabled,
4199
4199
  onClick: onClick,
4200
- buttonWidth: buttonWidth,
4200
+ "$buttonWidth": buttonWidth,
4201
4201
  "$background": background,
4202
4202
  "$borderDefault": borderDefault,
4203
4203
  "$borderHover": borderHover,