@smart-factor/gem-ui-components 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Tree-CW-L7LOv.js +138016 -0
- package/dist/components/ResizableWrapper/ResizableWrapper.d.ts +4 -3
- package/dist/components/Tree/index.js +1 -1
- package/dist/main.js +2 -2
- package/package.json +1 -1
- package/dist/Tree-DhFKd3iM.js +0 -69423
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import { SizingProps } from '@mui/system';
|
|
2
|
+
|
|
2
3
|
export interface ResizableWrapperProps {
|
|
3
4
|
children: React.ReactNode;
|
|
4
5
|
isOpen: boolean;
|
|
5
6
|
customCloseWidth?: number;
|
|
6
|
-
customOpenWidth?:
|
|
7
|
-
customCloseHeight?:
|
|
7
|
+
customOpenWidth?: SizingProps['width'];
|
|
8
|
+
customCloseHeight?: SizingProps['width'];
|
|
8
9
|
direction: 'horizontal' | 'vertical';
|
|
9
10
|
}
|
|
10
11
|
export declare const ResizableWrapper: ({ direction, children, isOpen, customCloseWidth, customCloseHeight, customOpenWidth, }: ResizableWrapperProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/main.js
CHANGED
|
@@ -4,8 +4,8 @@ import { r as yl, e as Qc, P as ar, a as lw, H as rr, o as mn, d as Da, i as cn,
|
|
|
4
4
|
import { D as J5, L as e4 } from "./Drawer-iSM2PgEO.js";
|
|
5
5
|
import * as d from "react";
|
|
6
6
|
import Rt, { createElement as Gn, useMemo as on, useRef as ea, useReducer as cw, useEffect as Jo, useCallback as Ut, forwardRef as _m, useImperativeHandle as uw, Fragment as dw, useState as Sr, useLayoutEffect as pw, createContext as fw, useContext as mw } from "react";
|
|
7
|
-
import { C as gw, u as Do, F as Jc, a as Nt, b as at, d as Ed, r as hw, l as bw, c as yw, e as vw } from "./Tree-
|
|
8
|
-
import { T as o4 } from "./Tree-
|
|
7
|
+
import { C as gw, u as Do, F as Jc, a as Nt, b as at, d as Ed, r as hw, l as bw, c as yw, e as vw } from "./Tree-CW-L7LOv.js";
|
|
8
|
+
import { T as o4 } from "./Tree-CW-L7LOv.js";
|
|
9
9
|
import * as Cw from "react-dom";
|
|
10
10
|
import ww from "react-dom";
|
|
11
11
|
import { Link as xw } from "react-router-dom";
|