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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2835,7 +2835,8 @@ var ButtonComponent = function ButtonComponent(_ref20) {
|
|
|
2835
2835
|
text = _ref20.text,
|
|
2836
2836
|
size = _ref20.size,
|
|
2837
2837
|
background = _ref20.background,
|
|
2838
|
-
hoverColor = _ref20.hoverColor,
|
|
2838
|
+
_ref20$hoverColor = _ref20.hoverColor,
|
|
2839
|
+
hoverColor = _ref20$hoverColor === void 0 ? colorVariables.text.white : _ref20$hoverColor,
|
|
2839
2840
|
color = _ref20.color,
|
|
2840
2841
|
borderDefault = _ref20.borderDefault,
|
|
2841
2842
|
borderHover = _ref20.borderHover,
|