@ecl/button 5.0.0-alpha.6 → 5.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/button.html.twig +1 -1
- package/package.json +4 -4
package/button.html.twig
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{#
|
|
5
5
|
Parameters:
|
|
6
6
|
- "label" (string) (default: '')
|
|
7
|
-
- "variant" (string) (default: 'primary'): can be 'primary', 'secondary', 'cta', 'ghost', 'ghost-inverted', '
|
|
7
|
+
- "variant" (string) (default: 'primary'): can be 'primary', 'secondary', 'cta', 'ghost', 'ghost-inverted', 'tertiary'
|
|
8
8
|
- "type" (string) (default: 'submit'): can be the same type as HTML button - 'submit', 'reset', 'button'
|
|
9
9
|
- "icon" (associative array) OR (array) of associative arrays : format
|
|
10
10
|
{
|
package/package.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"name": "@ecl/button",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "5.0.0-alpha.
|
|
5
|
+
"version": "5.0.0-alpha.8",
|
|
6
6
|
"description": "ECL Button",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"style": "button.scss",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ecl/icon": "5.0.0-alpha.
|
|
13
|
-
"@ecl/indicator": "5.0.0-alpha.
|
|
12
|
+
"@ecl/icon": "5.0.0-alpha.8",
|
|
13
|
+
"@ecl/indicator": "5.0.0-alpha.8"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"design-system",
|
|
27
27
|
"twig"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "765d0f9f94ff5aebe563f8693bb682647cc4f8a8"
|
|
30
30
|
}
|