New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ecl/generic-component-button

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecl/generic-component-button - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

14

CHANGELOG.md

@@ -6,6 +6,16 @@ # Change Log

<a name="1.5.0"></a>
# 1.5.0 (2019-04-16)
<a name="1.6.0"></a>
# 1.6.0 (2019-07-23)
### Features
* **buttons:** add disabled state - INNO-1506 ([#1149](https://github.com/ec-europa/europa-component-library/issues/1149)) ([743cd9f](https://github.com/ec-europa/europa-component-library/commit/743cd9f))
<a name="1.8.0"></a>
# 1.8.0 (2019-04-16)
### Bug Fixes

@@ -12,0 +22,0 @@

@@ -12,2 +12,11 @@ module.exports = {

{
name: 'default-disabled',
label: 'Default - disabled',
context: {
label: 'Default - disabled',
modifier: 'default',
is_disabled: true,
},
},
{
name: 'primary',

@@ -20,2 +29,11 @@ context: {

{
name: 'primary-disabled',
label: 'Primary - disabled',
context: {
label: 'Primary - disabled',
modifier: 'primary',
is_disabled: true,
},
},
{
name: 'secondary',

@@ -28,2 +46,11 @@ context: {

{
name: 'secondary-disabled',
label: 'Secondary - disabled',
context: {
label: 'Secondary - disabled',
modifier: 'secondary',
is_disabled: true,
},
},
{
name: 'call',

@@ -37,3 +64,13 @@ label: 'Call-to-action',

},
{
name: 'call-disabled',
label: 'Call-to-action - disabled',
context: {
label: 'Call-to-action - disabled',
modifier: 'call',
icon: 'caret-right',
is_disabled: true,
},
},
],
};

2

package.json

@@ -5,3 +5,3 @@ {

"license": "EUPL-1.1",
"version": "1.5.0",
"version": "1.6.0",
"description": "ECL Buttons",

@@ -8,0 +8,0 @@ "style": "generic-component-button.scss",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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