@usecapsule/core-components 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ import { EventEmitter } from '../../stencil-public-runtime';
2
2
  export declare class CpslModal {
3
3
  private draggable;
4
4
  private expandFooterTl;
5
+ private hasAnimatedIn;
5
6
  el: HTMLCpslModalElement;
6
7
  hasFooter: boolean;
7
8
  enterTransitionDuration?: number;
@@ -18,6 +19,7 @@ export declare class CpslModal {
18
19
  toggleHeight(): void;
19
20
  toggleModal(): void;
20
21
  componentDidLoad(): void;
22
+ private handleAnimation;
21
23
  private addExpandAnim;
22
24
  private getDraggableHeight;
23
25
  private initDraggable;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Capsule Core Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -50,5 +50,5 @@
50
50
  "stencil-inline-svg": "^1.1.0",
51
51
  "ts-node": "^10.9.2"
52
52
  },
53
- "gitHead": "6f8da650d7b2accceefd852d606cc0edb18b6ffa"
53
+ "gitHead": "c7a7c4f14fa575888fd2dbd597dd6aef068a6707"
54
54
  }