@ecl/separator 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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ecl/separator",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "5.0.0-alpha.6",
5
+ "version": "5.0.0-alpha.8",
6
6
  "description": "ECL Separator",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -22,5 +22,5 @@
22
22
  "design-system",
23
23
  "twig"
24
24
  ],
25
- "gitHead": "3a1f904e4fdd672e374de174cc24a2a92e1268c4"
25
+ "gitHead": "765d0f9f94ff5aebe563f8693bb682647cc4f8a8"
26
26
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  {#
4
4
  Parameters:
5
- - "extra_classes" (optional) (string) (default: '') Extra classes (space separated) for the icon
5
+ - "extra_classes" (string) (default: '') Extra classes (space separated) for the icon
6
6
  - "extra_attributes" (optional) (array) (default: []) Extra attributes for icon
7
7
  - "name" (string) Attribute name, eg. 'data-test'
8
8
  - "value" (optional) (string) Attribute value, eg: 'data-test-1'
package/separator.scss CHANGED
@@ -12,5 +12,5 @@ $separator: null !default;
12
12
  %ecl-separator {
13
13
  border-width: 0;
14
14
  border-top: 1px solid map.get($separator, 'color');
15
- margin: var(--s-xs) 0;
15
+ margin: 0;
16
16
  }