@ecl/button 5.0.0-alpha.7 → 5.0.0-alpha.9

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.
Files changed (2) hide show
  1. package/button.html.twig +1 -1
  2. 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', 'tertiaty'
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.7",
5
+ "version": "5.0.0-alpha.9",
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.7",
13
- "@ecl/indicator": "5.0.0-alpha.7"
12
+ "@ecl/icon": "5.0.0-alpha.9",
13
+ "@ecl/indicator": "5.0.0-alpha.9"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "design-system",
27
27
  "twig"
28
28
  ],
29
- "gitHead": "caa7533a945f33c4337889c31109082b8b39b076"
29
+ "gitHead": "9ce8853975dc4e5c768598fbecddf3646608bce1"
30
30
  }