@ecl/twig-component-button
Advanced tools
Comparing version 3.2.4 to 3.3.0
@@ -5,3 +5,3 @@ { | ||
"license": "EUPL-1.2", | ||
"version": "3.2.4", | ||
"version": "3.3.0", | ||
"description": "ECL Button", | ||
@@ -12,7 +12,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@ecl/twig-component-icon": "^3.2.4" | ||
"@ecl/twig-component-icon": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@ecl/specs-component-button": "^3.2.4", | ||
"@ecl/vanilla-component-button": "^3.2.4" | ||
"@ecl/specs-component-button": "^3.3.0", | ||
"@ecl/vanilla-component-button": "^3.3.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "repository": { | ||
], | ||
"gitHead": "df0ed566a1a32496ba0988ed238d5be2ca2632fd" | ||
"gitHead": "c9a78d9b503a12271e599bb2f57006d87e2823a9" | ||
} |
@@ -15,2 +15,3 @@ # ECL Button component | ||
- **"disabled"** (bool) (default: false): define if button should be disabled (HTML disabled attribute) | ||
- **"hide_label"** (bool) (default: false): hide button label, for screen reader only | ||
- **"icon_position"** (string, optional) (default: after): Define icon position, can be 'before' or 'after' | ||
@@ -17,0 +18,0 @@ - **"icon"** (associative array, optional) default: A predefined structure such as in the Icon component. |
Sorry, the diff of this file is not supported yet
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
18785
44