@festo-ui/angular 3.1.0-pre-20220322.2 → 3.1.0-pre-20220325.1

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.
@@ -1,6 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class StepHorizontalComponent {
3
3
  isActive: boolean;
4
+ title: string;
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<StepHorizontalComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<StepHorizontalComponent, "fng-step-horizontal", never, { "isActive": "isActive"; }, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepHorizontalComponent, "fng-step-horizontal", never, { "isActive": "isActive"; "title": "title"; }, {}, never, ["*"]>;
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "3.1.0-pre-20220322.2",
3
+ "version": "3.1.0-pre-20220325.1",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "description": "CSS framework and utils to build FESTO web applications",
@@ -52,14 +52,14 @@
52
52
  }
53
53
 
54
54
  &::after {
55
- top: 8px;
56
- right: 0px;
55
+ top: 12px;
56
+ right: 4px;
57
57
  color: $caerul;
58
58
  font-family: $font-family-icons-16;
59
- font-size: $font-size-xl;
59
+ font-size: $font-size-base;
60
60
  content: "\e900";
61
- height: $spacer-m;
62
- line-height: $spacer-m;
61
+ height: $spacer-s;
62
+ line-height: $spacer-s;
63
63
  }
64
64
 
65
65
  &--expanded {
@@ -102,7 +102,7 @@
102
102
  }
103
103
 
104
104
  &::after {
105
- top: 27px;
105
+ top: 30px;
106
106
  }
107
107
  }
108
108
  }
@@ -9,7 +9,7 @@
9
9
  &-link {
10
10
  position: absolute;
11
11
  top: $spacer-m;
12
- right: $spacer-l;
12
+ right: $spacer-m;
13
13
  color: $caerul;
14
14
  font-size: $font-size-md;
15
15
  pointer-events: none;
@@ -29,7 +29,7 @@
29
29
 
30
30
  &::after {
31
31
  position: absolute;
32
- top: $spacer-s;
32
+ top: 21px;
33
33
  right: $spacer-s;
34
34
  display: block;
35
35
  font-family: $font-family-icons-32;