@dgui/react-shared
Advanced tools
+11
-0
@@ -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" | ||
| } |
98157
0.32%858
1.3%