Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@restart/ui

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@restart/ui - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

9

cjs/ModalManager.d.ts

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc