labsense-ui-kit 1.0.37 → 1.0.38

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
@@ -2839,7 +2839,8 @@ var ButtonComponent = function ButtonComponent(_ref20) {
2839
2839
  text = _ref20.text,
2840
2840
  size = _ref20.size,
2841
2841
  background = _ref20.background,
2842
- hoverColor = _ref20.hoverColor,
2842
+ _ref20$hoverColor = _ref20.hoverColor,
2843
+ hoverColor = _ref20$hoverColor === void 0 ? colorVariables.text.white : _ref20$hoverColor,
2843
2844
  color = _ref20.color,
2844
2845
  borderDefault = _ref20.borderDefault,
2845
2846
  borderHover = _ref20.borderHover,