Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@10play/phoenix

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@10play/phoenix - npm Package Compare versions

Comparing version 2.0.19 to 2.0.20

8

CHANGELOG.md

@@ -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 @@

8

dist/phoenix.cjs.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc