@10play/phoenix
Advanced tools
Comparing version 2.0.19 to 2.0.20
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.20](https://github.com/davixyz/phoenix/compare/v2.0.19...v2.0.20) (2021-04-18) | ||
**Note:** Version bump only for package @10play/phoenix | ||
## [2.0.19](https://github.com/davixyz/phoenix/compare/v2.0.18...v2.0.19) (2021-04-18) | ||
@@ -8,0 +16,0 @@ |
@@ -200,6 +200,8 @@ 'use strict'; | ||
isBusy = _ref.isBusy, | ||
className = _ref.className; | ||
return /*#__PURE__*/React__default['default'].createElement("button", { | ||
className = _ref.className, | ||
props = _objectWithoutProperties$4(_ref, ["children", "isBusy", "className"]); | ||
return /*#__PURE__*/React__default['default'].createElement("button", _extends$3({}, props, { | ||
className: className | ||
}, /*#__PURE__*/React__default['default'].createElement("div", { | ||
}), /*#__PURE__*/React__default['default'].createElement("div", { | ||
className: "button-content" | ||
@@ -206,0 +208,0 @@ }, isBusy ? /*#__PURE__*/React__default['default'].createElement(Spinner, null) : children)); |
@@ -191,6 +191,8 @@ import React, { Fragment, useEffect } from 'react'; | ||
isBusy = _ref.isBusy, | ||
className = _ref.className; | ||
return /*#__PURE__*/React.createElement("button", { | ||
className = _ref.className, | ||
props = _objectWithoutProperties$4(_ref, ["children", "isBusy", "className"]); | ||
return /*#__PURE__*/React.createElement("button", _extends$3({}, props, { | ||
className: className | ||
}, /*#__PURE__*/React.createElement("div", { | ||
}), /*#__PURE__*/React.createElement("div", { | ||
className: "button-content" | ||
@@ -197,0 +199,0 @@ }, isBusy ? /*#__PURE__*/React.createElement(Spinner, null) : children)); |
{ | ||
"name": "@10play/phoenix", | ||
"version": "2.0.19", | ||
"version": "2.0.20", | ||
"description": "> TODO: description", | ||
@@ -35,6 +35,6 @@ "author": "Carlos Castro <cdcastrofelix@gmail.com>", | ||
"@10play/icons": "^2.0.19", | ||
"@10play/phoenix-button": "^2.0.19", | ||
"@10play/phoenix-button": "^2.0.20", | ||
"@10play/phoenix-table": "^2.0.19", | ||
"@10play/phoenix-text": "^2.0.19", | ||
"@10play/popups": "^2.0.19" | ||
"@10play/popups": "^2.0.20" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "34578115545df7da0f36d5a7d79d82389ddd2007" | ||
"gitHead": "7bbe987934a7d9e11c9f42d9ca045f500af5272b" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82396
2019
+ Addedelectron-to-chromium@1.5.67(transitive)
- Removedelectron-to-chromium@1.5.64(transitive)
Updated@10play/popups@^2.0.20