@ecl/generic-component-button
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -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, | ||
}, | ||
}, | ||
], | ||
}; |
@@ -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
12709
105