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

cf-component-button

Package Overview
Dependencies
Maintainers
18
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-button - npm Package Compare versions

Comparing version 7.1.0 to 7.1.2

22

CHANGELOG.md

@@ -6,2 +6,24 @@ # Change Log

<a name="7.1.2"></a>
## [7.1.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-button@7.1.0...cf-component-button@7.1.2) (2017-10-20)
### Bug Fixes
* **cf-component-button:** UI-152 fix published package ([1b8ef68](http://stash.cfops.it:7999/www/cf-ux/commits/1b8ef68))
<a name="7.1.1"></a>
## [7.1.1](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-button@7.1.0...cf-component-button@7.1.1) (2017-10-20)
### Bug Fixes
* **cf-component-button:** UI-152 fix published package ([1b8ef68](http://stash.cfops.it:7999/www/cf-ux/commits/1b8ef68))
<a name="7.1.0"></a>

@@ -8,0 +30,0 @@ # [7.1.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-button@7.0.0...cf-component-button@7.1.0) (2017-10-19)

2

lib/Button.js

@@ -17,3 +17,3 @@ 'use strict';

var _cfStyleContainer = require('../../cf-style-container/src/index.js');
var _cfStyleContainer = require('cf-style-container');

@@ -20,0 +20,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -15,3 +15,3 @@ 'use strict';

var _cfStyleContainer = require('../../cf-style-container/src/index.js');
var _cfStyleContainer = require('cf-style-container');

@@ -18,0 +18,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -24,3 +24,3 @@ 'use strict';

var _cfStyleContainer = require('../../cf-style-container/src/index.js');
var _cfStyleContainer = require('cf-style-container');

@@ -27,0 +27,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

{
"name": "cf-component-button",
"description": "Cloudflare Button Component",
"version": "7.1.0",
"version": "7.1.2",
"main": "lib/index.js",

@@ -14,3 +14,3 @@ "module": "es/index.js",

"dependencies": {
"cf-style-container": "^5.1.0",
"cf-style-container": "^5.2.0",
"polished": "^1.8.1",

@@ -17,0 +17,0 @@ "prop-types": "^15.5.8"

@@ -35,3 +35,3 @@ # cf-component-button

<ButtonGroup spaced>
<Button type="success" onClick={() => console.log('Clicked Four!')}>
<Button type="warning" onClick={() => console.log('Clicked Four!')}>
Button Four

@@ -42,6 +42,24 @@ </Button>

</Button>
<Button type="dangerOutline" onClick={() => console.log('Clicked Six!')}>
<Button
type="danger"
disabled
onClick={() => console.log('Clicked disabled!')}
>
Disabled
</Button>
<Button
type="danger"
onClick={() => console.log('Clicked Six!')}
inverted
>
Button Six
</Button>
<Button
type="primary"
onClick={() => console.log('Clicked Seven!')}
inverted
>
Button Seven
</Button>
<Button
type="default"

@@ -51,3 +69,3 @@ loading

>
Button Seven
Button Eight
</Button>

@@ -54,0 +72,0 @@ </ButtonGroup>

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