@grasp-labs/ds-react-components 0.16.0 → 0.18.0
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/components/{menu/Menu.d.ts → sidebar/Sidebar.d.ts} +17 -17
- package/dist/components/{menu/MenuEntry.d.ts → sidebar/SidebarEntry.d.ts} +18 -18
- package/dist/components/sidebar/index.d.ts +11 -0
- package/dist/{index-Kt3P7VYT.js → index-B-Odpfhq.js} +502 -502
- package/dist/index.d.ts +1 -1
- package/dist/{index.esm-CbCRZkhP.js → index.esm-Dvqs323u.js} +1 -1
- package/dist/index.js +20 -20
- package/package.json +1 -1
- package/dist/components/menu/MenuFooter.d.ts +0 -23
- package/dist/components/menu/index.d.ts +0 -11
package/dist/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export * from './components/iconButton';
|
|
|
17
17
|
export * from './components/jsonEditor';
|
|
18
18
|
export * from './components/list';
|
|
19
19
|
export * from './components/logo';
|
|
20
|
-
export * from './components/
|
|
20
|
+
export * from './components/sidebar';
|
|
21
21
|
export * from './components/multiSelect';
|
|
22
22
|
export * from './components/popover';
|
|
23
23
|
export * from './components/portal';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as o } from "./index-
|
|
1
|
+
import { j as o } from "./index-B-Odpfhq.js";
|
|
2
2
|
import { useState as G, useEffect as Oe, createContext as Xt, useRef as ce, useContext as Zt, useMemo as le, useCallback as Ie } from "react";
|
|
3
3
|
const Be = (e, t, n, r, a) => {
|
|
4
4
|
if (!r) throw new Error(a ?? `Invalid property path: ${t}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, b as o, B as n, a as l, c, d as r, a6 as t, C as i, y as I, a7 as d, e as u, f as C, a8 as g, a9 as b, aa as T, ab as h, ac as D, ad as F, ae as p, g as B, af as x, ag as E, a4 as P, ah as
|
|
1
|
+
import { A as e, b as o, B as n, a as l, c, d as r, a6 as t, C as i, y as I, a7 as d, e as u, f as C, a8 as g, a9 as b, aa as T, ab as h, ac as D, ad as F, ae as p, g as B, af as x, ag as E, a4 as P, ah as S, ai as H, D as L, h as m, i as v, t as w, aj as f, E as y, ak as O, al as R, k, am as A, ao as M, an as W, F as G, m as _, q, l as z, p as J, n as N, r as U, o as V, ap as Y, s as j, Y as K, Z as Q, _ as X, $ as Z, a0 as $, a1 as aa, aq as sa, ar as ea, I as oa, as as na, at as la, J as ca, a2 as ra, L as ta, u as ia, v as Ia, M as da, G as ua, au as Ca, av as ga, P as ba, w as Ta, R as ha, aw as Da, ax as Fa, ay as pa, az as Ba, x as xa, S as Ea, z as Pa, aA as Sa, aB as Ha, N as La, O as ma, T as va, aC as wa, H as fa, K as ya, aD as Oa, Q as Ra, U as ka, V as Aa, W as Ma, X as Wa, a3 as Ga, aE as _a, aF as qa, a5 as za, aG as Ja, aH as Na } from "./index-B-Odpfhq.js";
|
|
2
2
|
export {
|
|
3
3
|
e as Alert,
|
|
4
4
|
o as AnimatedList,
|
|
@@ -23,9 +23,9 @@ export {
|
|
|
23
23
|
x as DashIcon,
|
|
24
24
|
E as DatabaseIcon,
|
|
25
25
|
P as DatePicker,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
S as DeleteIcon,
|
|
27
|
+
H as DetailsIcon,
|
|
28
|
+
L as Dialog,
|
|
29
29
|
m as Drawer,
|
|
30
30
|
v as DynamicIcon,
|
|
31
31
|
w as EMPTY_OPTION_ID,
|
|
@@ -63,23 +63,23 @@ export {
|
|
|
63
63
|
ta as List,
|
|
64
64
|
ia as ListItem,
|
|
65
65
|
Ia as Logo,
|
|
66
|
-
da as
|
|
67
|
-
ua as
|
|
68
|
-
Ca as
|
|
69
|
-
ga as
|
|
70
|
-
ba as
|
|
71
|
-
Ta as
|
|
72
|
-
ha as
|
|
73
|
-
Da as
|
|
74
|
-
Fa as
|
|
75
|
-
pa as
|
|
76
|
-
Ba as
|
|
77
|
-
xa as
|
|
78
|
-
Ea as
|
|
66
|
+
da as MultiSelect,
|
|
67
|
+
ua as Pagination,
|
|
68
|
+
Ca as PlayIcon,
|
|
69
|
+
ga as PlusIcon,
|
|
70
|
+
ba as Popover,
|
|
71
|
+
Ta as Portal,
|
|
72
|
+
ha as RadioButton,
|
|
73
|
+
Da as RecycleIcon,
|
|
74
|
+
Fa as ReloadIcon,
|
|
75
|
+
pa as SaveIcon,
|
|
76
|
+
Ba as SearchIcon,
|
|
77
|
+
xa as Select,
|
|
78
|
+
Ea as Sidebar,
|
|
79
79
|
Pa as Spinner,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
Sa as SuccessFilledIcon,
|
|
81
|
+
Ha as SuccessOutlinedIcon,
|
|
82
|
+
La as Tab,
|
|
83
83
|
ma as TabPanel,
|
|
84
84
|
va as Table,
|
|
85
85
|
wa as TableArrowIcon,
|
package/package.json
CHANGED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { JSX } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* Props for the `MenuFooter` component.
|
|
4
|
-
*/
|
|
5
|
-
export type MenuFooterProps = {
|
|
6
|
-
/**
|
|
7
|
-
* Text to display in the footer.
|
|
8
|
-
* Typically used for copyright, branding, or version info.
|
|
9
|
-
*/
|
|
10
|
-
text: string;
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* `MenuFooter` renders a simple text footer for the menu.
|
|
14
|
-
* It is always pinned to the bottom of the navigation container.
|
|
15
|
-
*
|
|
16
|
-
* @example
|
|
17
|
-
* ```tsx
|
|
18
|
-
* <MenuFooter text="© 2025 My Company" />
|
|
19
|
-
* <MenuFooter text="v2.1.0" />
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
declare const MenuFooter: ({ text }: MenuFooterProps) => JSX.Element;
|
|
23
|
-
export default MenuFooter;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Barrel exports for the Menu system.
|
|
3
|
-
* Allows importing the main menu component.
|
|
4
|
-
*
|
|
5
|
-
* @example
|
|
6
|
-
* ```tsx
|
|
7
|
-
* import { Menu } from "@/components/Menu";
|
|
8
|
-
* ```
|
|
9
|
-
*/
|
|
10
|
-
export { Menu } from './Menu';
|
|
11
|
-
export type { MenuProps, MenuRoute } from './Menu';
|