Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dgui/react-shared

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dgui/react-shared - npm Package Compare versions

Comparing version
1.6.0-next.1
to
1.6.0-next.2
+11
-0
dist/Types.d.ts

@@ -68,5 +68,16 @@ import { type Dispatch, type PropsWithChildren, type SetStateAction } from 'react';

export type ProvidersProps = DrawerIndexProviderProps & DrawerToggleProviderProps & PropsWithChildren<{}> & TabIndexProviderProps;
export type DrawerPosition = 'left' | 'right';
export type ReactDigestProps = PropsWithChildren<{
drawerAnimationTime?: number;
drawerOpacity?: number;
drawerPosition?: DrawerPosition;
drawerWidth?: number;
swipe?: boolean;
}> & ProvidersProps;
export type ReactDigestDrawersProps = {
animationTime?: number;
opacity?: number;
position?: DrawerPosition;
width?: number;
};
export type ReactDigestDrawerProps = Omit<DrawerType, 'tabs'> & PropsWithChildren<{}> & {

@@ -73,0 +84,0 @@ tabId?: string;

+2
-2

@@ -5,3 +5,3 @@ {

"license": "LGPL-3.0-or-later",
"version": "1.6.0-next.1",
"version": "1.6.0-next.2",
"private": false,

@@ -74,3 +74,3 @@ "description": "Shared Components for a boilerplate React GUI",

],
"gitHead": "af1085945da2dadfe76c7ac30fc62eab00994460"
"gitHead": "8c5844894399aeab501e5cbd59678e7333e2a7b6"
}