@restart/ui
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,6 @@ export interface ModalInstance { | ||
} | ||
export interface ModalManagerOptions { | ||
handleContainerOverflow?: boolean; | ||
isRTL?: boolean; | ||
} | ||
export declare type ContainerState = { | ||
@@ -21,6 +25,3 @@ scrollBarWidth: number; | ||
private state; | ||
constructor({ handleContainerOverflow, isRTL }?: { | ||
handleContainerOverflow?: boolean | undefined; | ||
isRTL?: boolean | undefined; | ||
}); | ||
constructor({ handleContainerOverflow, isRTL, }?: ModalManagerOptions); | ||
getScrollbarWidth(): number; | ||
@@ -27,0 +28,0 @@ getElement(): HTMLElement; |
@@ -5,2 +5,6 @@ export interface ModalInstance { | ||
} | ||
export interface ModalManagerOptions { | ||
handleContainerOverflow?: boolean; | ||
isRTL?: boolean; | ||
} | ||
export declare type ContainerState = { | ||
@@ -21,6 +25,3 @@ scrollBarWidth: number; | ||
private state; | ||
constructor({ handleContainerOverflow, isRTL }?: { | ||
handleContainerOverflow?: boolean | undefined; | ||
isRTL?: boolean | undefined; | ||
}); | ||
constructor({ handleContainerOverflow, isRTL, }?: ModalManagerOptions); | ||
getScrollbarWidth(): number; | ||
@@ -27,0 +28,0 @@ getElement(): HTMLElement; |
{ | ||
"name": "@restart/ui", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Utilities for creating robust overlay components", | ||
@@ -5,0 +5,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
318426
7610