ngx-sfc-components 0.0.8 → 0.0.10

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.
@@ -15,8 +15,9 @@ export declare class SliderComponent implements AfterViewInit, AfterViewChecked
15
15
  private resizeService;
16
16
  imageLoadService: ImageLoadService;
17
17
  private changeDetector;
18
- readonly PAUSE_ICON: IconDefinition;
19
- readonly PLAY_ICON: IconDefinition;
18
+ private readonly SIZE_FACTOR;
19
+ private readonly PAUSE_ICON;
20
+ private readonly PLAY_ICON;
20
21
  SliderButtonType: typeof SliderButtonType;
21
22
  SliderMoveType: typeof SliderMoveType;
22
23
  items: ISliderItemModel[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-sfc-components",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "Angular components library for SFC project",
5
5
  "keywords": [
6
6
  "Street Football Club",
@@ -25,7 +25,7 @@
25
25
  "@fortawesome/angular-fontawesome": "0.10.2",
26
26
  "@fortawesome/fontawesome-svg-core": "^6.1.1",
27
27
  "@fortawesome/free-solid-svg-icons": "^6.1.1",
28
- "ngx-sfc-common": "^0.0.10"
28
+ "ngx-sfc-common": "^0.0.12"
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.3.0"