@onemrvapublic/design-system 22.0.0-develop.5 → 22.0.0-develop.6

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,5 +1,5 @@
1
1
  // Auto-generated — do not edit
2
- const VERSION = '22.0.0-develop.5';
2
+ const VERSION = '22.0.0-develop.6';
3
3
 
4
4
  const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
5
5
 
@@ -1 +1 @@
1
- {"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["// Auto-generated — do not edit\nexport const VERSION = '22.0.0-develop.5';\n","export { VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACO,MAAM,OAAO,GAAG;;ACChB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
1
+ {"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["// Auto-generated — do not edit\nexport const VERSION = '22.0.0-develop.6';\n","export { VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACO,MAAM,OAAO,GAAG;;ACChB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
@@ -45,3 +45,21 @@
45
45
  }
46
46
  }
47
47
  }
48
+
49
+ @keyframes fadeIn {
50
+ from {
51
+ opacity: 0;
52
+ }
53
+ to {
54
+ opacity: 1;
55
+ }
56
+ }
57
+
58
+ @keyframes fadeOut {
59
+ from {
60
+ opacity: 1;
61
+ }
62
+ to {
63
+ opacity: 0;
64
+ }
65
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "22.0.0-develop.5",
3
+ "version": "22.0.0-develop.6",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,6 +1,5 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { TemplateRef, ElementRef, AfterViewInit, OnInit, OnDestroy, Renderer2 } from '@angular/core';
3
- import { AnimationBuilder, AnimationFactory } from '@angular/animations';
4
3
  import { Subject } from 'rxjs';
5
4
 
6
5
  declare class OnemrvaMatCarouselItemComponent {
@@ -28,14 +27,12 @@ declare class OnemrvaMatCarouselComponent implements AfterViewInit, OnInit, OnDe
28
27
  carouselWrapperStyle: {};
29
28
  width: number;
30
29
  destroyed: Subject<any>;
31
- builder: AnimationBuilder;
32
30
  element: ElementRef;
33
31
  renderer: Renderer2;
34
32
  constructor();
35
33
  ngOnInit(): void;
36
34
  ngOnDestroy(): void;
37
35
  onResize(_event: any): void;
38
- buildAnimation(offset: number): AnimationFactory;
39
36
  goto(index: number): void;
40
37
  next(): void;
41
38
  prev(): void;
@@ -1,4 +1,4 @@
1
- declare const VERSION = "22.0.0-develop.5";
1
+ declare const VERSION = "22.0.0-develop.6";
2
2
 
3
3
  declare const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
4
4