@hybridly/utils
Advanced tools
Comparing version 0.0.1-alpha.13 to 0.0.1-alpha.14
@@ -19,3 +19,3 @@ import makeDebugger from 'debug'; | ||
private html; | ||
private animationDurationInMs; | ||
private id; | ||
private main; | ||
@@ -26,5 +26,6 @@ private overlay; | ||
private hideOnEscape?; | ||
constructor(html: string, animationDurationInMs?: number); | ||
static fromException(response: string): Modal; | ||
static forPageComponent(component: string): Modal; | ||
private animationDurationInMs; | ||
constructor(html: string, id: string); | ||
static fromException(response: string, id: string): Modal; | ||
static forPageComponent(component: string, id: string): Modal; | ||
initializeDOM(): false | undefined; | ||
@@ -31,0 +32,0 @@ show(): void; |
{ | ||
"name": "@hybridly/utils", | ||
"version": "0.0.1-alpha.13", | ||
"version": "0.0.1-alpha.14", | ||
"description": "A solution to develop server-driven, client-rendered applications", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24042
686