@coinswap-app/uikit 1.0.10 → 1.0.11
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.cjs.js +2 -5
- package/dist/index.esm.js +2 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -9631,11 +9631,8 @@ var ButtonMenuItem = function ButtonMenuItem(_ref) {
|
|
|
9631
9631
|
hide = _ref.hide,
|
|
9632
9632
|
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
9633
9633
|
// Remove isActive from props to prevent it from being passed to DOM
|
|
9634
|
-
|
|
9635
|
-
|
|
9636
|
-
}, props);
|
|
9637
|
-
_isActive$props.isActive;
|
|
9638
|
-
var buttonProps = _objectWithoutProperties(_isActive$props, _excluded2$1);
|
|
9634
|
+
props.isActive;
|
|
9635
|
+
var buttonProps = _objectWithoutProperties(props, _excluded2$1);
|
|
9639
9636
|
if (!isActive) {
|
|
9640
9637
|
return /*#__PURE__*/jsxRuntime.jsx(InactiveButton$1, _objectSpread2(_objectSpread2({
|
|
9641
9638
|
forwardedAs: as,
|
package/dist/index.esm.js
CHANGED
|
@@ -9609,11 +9609,8 @@ var ButtonMenuItem = function ButtonMenuItem(_ref) {
|
|
|
9609
9609
|
hide = _ref.hide,
|
|
9610
9610
|
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
9611
9611
|
// Remove isActive from props to prevent it from being passed to DOM
|
|
9612
|
-
|
|
9613
|
-
|
|
9614
|
-
}, props);
|
|
9615
|
-
_isActive$props.isActive;
|
|
9616
|
-
var buttonProps = _objectWithoutProperties(_isActive$props, _excluded2$1);
|
|
9612
|
+
props.isActive;
|
|
9613
|
+
var buttonProps = _objectWithoutProperties(props, _excluded2$1);
|
|
9617
9614
|
if (!isActive) {
|
|
9618
9615
|
return /*#__PURE__*/jsx(InactiveButton$1, _objectSpread2(_objectSpread2({
|
|
9619
9616
|
forwardedAs: as,
|