@usecapsule/core-components 2.0.0-dev.dropdown → 2.0.1-dev.dropdown

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-dev.dropdown",
3
+ "version": "2.0.1-dev.dropdown",
4
4
  "description": "Capsule Core Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",