@nipsys/shadcn-lsd 0.2.1 → 0.2.2
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/README.md +1 -0
- package/dist/components/ui/menubar/Menubar.js +2 -2
- package/dist/components/ui/menubar/MenubarCheckboxItem.js +7 -7
- package/dist/components/ui/menubar/MenubarContent.js +6 -6
- package/dist/components/ui/menubar/MenubarGroup.js +1 -1
- package/dist/components/ui/menubar/MenubarItem.js +2 -2
- package/dist/components/ui/menubar/MenubarLabel.js +4 -4
- package/dist/components/ui/menubar/MenubarMenu.js +1 -1
- package/dist/components/ui/menubar/MenubarPortal.js +1 -1
- package/dist/components/ui/menubar/MenubarRadioGroup.js +1 -1
- package/dist/components/ui/menubar/MenubarRadioItem.js +5 -5
- package/dist/components/ui/menubar/MenubarSeparator.js +6 -6
- package/dist/components/ui/menubar/MenubarSub.js +1 -1
- package/dist/components/ui/menubar/MenubarSubContent.js +5 -5
- package/dist/components/ui/menubar/MenubarSubTrigger.js +4 -4
- package/dist/components/ui/menubar/MenubarTrigger.js +2 -2
- package/dist/{index-DSoDGF_j.js → index-CUMPAqVa.js} +18 -18
- package/dist/main.d.ts +1 -0
- package/dist/main.js +182 -152
- package/dist/{types-D94euSAG.js → types-BSbBWG9A.js} +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -103,6 +103,7 @@ The design system uses CSS custom properties that you can override:
|
|
|
103
103
|
| Dialog | Modal overlay for focused content |
|
|
104
104
|
| Input | Text input field |
|
|
105
105
|
| Label | Form field label |
|
|
106
|
+
| Menubar | Horizontal menu bar with dropdown menus |
|
|
106
107
|
| Popover | Floating content anchored to trigger |
|
|
107
108
|
| Progress | Visual indicator of completion |
|
|
108
109
|
| ScrollArea | Custom scrollbar container |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as m } from "../../../utils-DtaLkIY8.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { m as t } from "../../../types-BSbBWG9A.js";
|
|
4
|
+
import { R as n } from "../../../index-CUMPAqVa.js";
|
|
5
5
|
function p({ className: r, ...o }) {
|
|
6
6
|
return /* @__PURE__ */ a(
|
|
7
7
|
n,
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { c as l } from "../../../utils-DtaLkIY8.js";
|
|
3
|
-
import {
|
|
3
|
+
import { a as n } from "../../../types-BSbBWG9A.js";
|
|
4
4
|
import { C as m } from "../../../check-Bt2UikoU.js";
|
|
5
|
-
import { c,
|
|
5
|
+
import { C as c, I as i } from "../../../index-CUMPAqVa.js";
|
|
6
6
|
function b({
|
|
7
7
|
className: s,
|
|
8
8
|
children: r,
|
|
9
9
|
checked: o,
|
|
10
|
-
...
|
|
10
|
+
...a
|
|
11
11
|
}) {
|
|
12
|
-
return /* @__PURE__ */
|
|
12
|
+
return /* @__PURE__ */ t(
|
|
13
13
|
c,
|
|
14
14
|
{
|
|
15
15
|
"data-slot": "menubar-checkbox-item",
|
|
16
16
|
className: l(n(), "lsd:group", s),
|
|
17
17
|
checked: o,
|
|
18
|
-
...
|
|
18
|
+
...a,
|
|
19
19
|
children: [
|
|
20
|
-
/* @__PURE__ */ e("span", { className: "lsd:pointer-events-none lsd:absolute lsd:left-2 lsd:flex lsd:size-3.5 lsd:items-center lsd:justify-center", children: /* @__PURE__ */ e(
|
|
20
|
+
/* @__PURE__ */ e("span", { className: "lsd:pointer-events-none lsd:absolute lsd:left-2 lsd:flex lsd:size-3.5 lsd:items-center lsd:justify-center", children: /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(m, { className: "lsd:size-4" }) }) }),
|
|
21
21
|
/* @__PURE__ */ e("span", { className: "lsd:group-hover:underline lsd:group-focus:underline", children: r })
|
|
22
22
|
]
|
|
23
23
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
2
|
+
import { c as e } from "../../../utils-DtaLkIY8.js";
|
|
3
3
|
import { MenubarPortal as s } from "./MenubarPortal.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { b as i } from "../../../types-BSbBWG9A.js";
|
|
5
|
+
import { a as c } from "../../../index-CUMPAqVa.js";
|
|
6
6
|
function C({
|
|
7
7
|
className: r,
|
|
8
8
|
align: n = "start",
|
|
9
9
|
alignOffset: o = -4,
|
|
10
10
|
sideOffset: a = 8,
|
|
11
|
-
...
|
|
11
|
+
...m
|
|
12
12
|
}) {
|
|
13
13
|
return /* @__PURE__ */ t(s, { children: /* @__PURE__ */ t(
|
|
14
14
|
c,
|
|
@@ -17,8 +17,8 @@ function C({
|
|
|
17
17
|
align: n,
|
|
18
18
|
alignOffset: o,
|
|
19
19
|
sideOffset: a,
|
|
20
|
-
className:
|
|
21
|
-
...
|
|
20
|
+
className: e(i(), r),
|
|
21
|
+
...m
|
|
22
22
|
}
|
|
23
23
|
) });
|
|
24
24
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as n } from "../../../utils-DtaLkIY8.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { c as o } from "../../../types-BSbBWG9A.js";
|
|
4
|
+
import { b as i } from "../../../index-CUMPAqVa.js";
|
|
5
5
|
function x({
|
|
6
6
|
className: t,
|
|
7
7
|
inset: s,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../utils-DtaLkIY8.js";
|
|
3
|
-
import {
|
|
4
|
-
import { L as n } from "../../../index-
|
|
5
|
-
function
|
|
3
|
+
import { d as e } from "../../../types-BSbBWG9A.js";
|
|
4
|
+
import { L as n } from "../../../index-CUMPAqVa.js";
|
|
5
|
+
function f({ className: r, inset: a, ...m }) {
|
|
6
6
|
return /* @__PURE__ */ o(
|
|
7
7
|
n,
|
|
8
8
|
{
|
|
@@ -14,5 +14,5 @@ function c({ className: r, inset: a, ...m }) {
|
|
|
14
14
|
);
|
|
15
15
|
}
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
f as MenubarLabel
|
|
18
18
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { c as a } from "../../../utils-DtaLkIY8.js";
|
|
3
|
-
import {
|
|
4
|
-
import { c } from "../../../createLucideIcon-CP-mMPfa.js";
|
|
5
|
-
import {
|
|
6
|
-
const d = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]], m =
|
|
3
|
+
import { h as c } from "../../../types-BSbBWG9A.js";
|
|
4
|
+
import { c as i } from "../../../createLucideIcon-CP-mMPfa.js";
|
|
5
|
+
import { f as n, I as t } from "../../../index-CUMPAqVa.js";
|
|
6
|
+
const d = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]], m = i("circle", d);
|
|
7
7
|
function x({
|
|
8
8
|
className: s,
|
|
9
9
|
children: r,
|
|
@@ -13,7 +13,7 @@ function x({
|
|
|
13
13
|
n,
|
|
14
14
|
{
|
|
15
15
|
"data-slot": "menubar-radio-item",
|
|
16
|
-
className: a(
|
|
16
|
+
className: a(c(), "lsd:group", s),
|
|
17
17
|
...l,
|
|
18
18
|
children: [
|
|
19
19
|
/* @__PURE__ */ e("span", { className: "lsd:pointer-events-none lsd:absolute lsd:left-2 lsd:flex lsd:size-3.5 lsd:items-center lsd:justify-center", children: /* @__PURE__ */ e(t, { children: /* @__PURE__ */ e(m, { className: "lsd:size-2 lsd:fill-current" }) }) }),
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../utils-DtaLkIY8.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
function
|
|
3
|
+
import { e } from "../../../types-BSbBWG9A.js";
|
|
4
|
+
import { S as m } from "../../../index-CUMPAqVa.js";
|
|
5
|
+
function f({ className: r, ...a }) {
|
|
6
6
|
return /* @__PURE__ */ o(
|
|
7
|
-
|
|
7
|
+
m,
|
|
8
8
|
{
|
|
9
9
|
"data-slot": "menubar-separator",
|
|
10
|
-
className: t(
|
|
10
|
+
className: t(e(), r),
|
|
11
11
|
...a
|
|
12
12
|
}
|
|
13
13
|
);
|
|
14
14
|
}
|
|
15
15
|
export {
|
|
16
|
-
|
|
16
|
+
f as MenubarSeparator
|
|
17
17
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../../utils-DtaLkIY8.js";
|
|
3
|
-
import { a } from "../../../types-
|
|
4
|
-
import {
|
|
5
|
-
function
|
|
3
|
+
import { f as a } from "../../../types-BSbBWG9A.js";
|
|
4
|
+
import { e } from "../../../index-CUMPAqVa.js";
|
|
5
|
+
function f({ className: t, ...n }) {
|
|
6
6
|
return /* @__PURE__ */ o(
|
|
7
|
-
|
|
7
|
+
e,
|
|
8
8
|
{
|
|
9
9
|
"data-slot": "menubar-sub-content",
|
|
10
10
|
className: r(a(), t),
|
|
@@ -13,5 +13,5 @@ function i({ className: t, ...n }) {
|
|
|
13
13
|
);
|
|
14
14
|
}
|
|
15
15
|
export {
|
|
16
|
-
|
|
16
|
+
f as MenubarSubContent
|
|
17
17
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as n } from "../../../utils-DtaLkIY8.js";
|
|
3
|
-
import {
|
|
3
|
+
import { i } from "../../../types-BSbBWG9A.js";
|
|
4
4
|
import { c as m } from "../../../createLucideIcon-CP-mMPfa.js";
|
|
5
|
-
import {
|
|
5
|
+
import { g as u } from "../../../index-CUMPAqVa.js";
|
|
6
6
|
const c = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], d = m("chevron-right", c);
|
|
7
|
-
function
|
|
7
|
+
function f({
|
|
8
8
|
className: s,
|
|
9
9
|
inset: r,
|
|
10
10
|
children: e,
|
|
@@ -29,5 +29,5 @@ function b({
|
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
31
|
export {
|
|
32
|
-
|
|
32
|
+
f as MenubarSubTrigger
|
|
33
33
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../../utils-DtaLkIY8.js";
|
|
3
|
-
import {
|
|
4
|
-
import { T as e } from "../../../index-
|
|
3
|
+
import { g as t } from "../../../types-BSbBWG9A.js";
|
|
4
|
+
import { T as e } from "../../../index-CUMPAqVa.js";
|
|
5
5
|
function f({ className: r, ...a }) {
|
|
6
6
|
return /* @__PURE__ */ m(
|
|
7
7
|
e,
|
|
@@ -2,12 +2,12 @@ import * as o from "react";
|
|
|
2
2
|
import { c as Ie } from "./index-VnDe3Nx7.js";
|
|
3
3
|
import { u as Pe } from "./index-ByaXH_ih.js";
|
|
4
4
|
import { c as g, P as y, d as yn, b as xn } from "./index-Cc1WoggG.js";
|
|
5
|
-
import {
|
|
5
|
+
import { u as N, c as Tn } from "./index-DLcqcWxM.js";
|
|
6
6
|
import { c as we } from "./index-DFZozV_h.js";
|
|
7
7
|
import { u as G } from "./index-DrO-qzxY.js";
|
|
8
8
|
import { P as An, D as Nn } from "./index-D4uZ9LKw.js";
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
9
|
+
import { h as On, u as Dn, R as kn, F as Fn } from "./index-D1Qyh-m-.js";
|
|
10
|
+
import { R as Ee, A as Ln, c as ye, C as Gn, a as Kn } from "./index-Ce5p59aV.js";
|
|
11
11
|
import { P as q } from "./index-BiHZqHTp.js";
|
|
12
12
|
import { c as J, I as xe, R as Te } from "./index-CLZRNDoo.js";
|
|
13
13
|
import { u as se } from "./index-0ioNhtNM.js";
|
|
@@ -79,7 +79,7 @@ var R = "MenuContent", [Zn, de] = x(R), Ge = o.forwardRef(
|
|
|
79
79
|
const n = P(R, e.__scopeMenu), t = o.useRef(null), a = N(r, t);
|
|
80
80
|
return o.useEffect(() => {
|
|
81
81
|
const u = t.current;
|
|
82
|
-
if (u) return
|
|
82
|
+
if (u) return On(u);
|
|
83
83
|
}, []), /* @__PURE__ */ c(
|
|
84
84
|
fe,
|
|
85
85
|
{
|
|
@@ -127,13 +127,13 @@ var R = "MenuContent", [Zn, de] = x(R), Ge = o.forwardRef(
|
|
|
127
127
|
onDismiss: b,
|
|
128
128
|
disableOutsideScroll: M,
|
|
129
129
|
...h
|
|
130
|
-
} = e, S = P(R, n), w = V(R, n), I = B(n), X = Oe(n), O = Yn(n), [D, he] = o.useState(null), j = o.useRef(null), Sn = N(r, j, S.onContentChange), H = o.useRef(0), W = o.useRef(""), In = o.useRef(0), ee = o.useRef(null), Ce = o.useRef("right"), ne = o.useRef(0), Pn = M ?
|
|
130
|
+
} = e, S = P(R, n), w = V(R, n), I = B(n), X = Oe(n), O = Yn(n), [D, he] = o.useState(null), j = o.useRef(null), Sn = N(r, j, S.onContentChange), H = o.useRef(0), W = o.useRef(""), In = o.useRef(0), ee = o.useRef(null), Ce = o.useRef("right"), ne = o.useRef(0), Pn = M ? kn : o.Fragment, wn = M ? { as: Qn, allowPinchZoom: !0 } : void 0, En = (p) => {
|
|
131
131
|
const A = W.current + p, E = O().filter((_) => !_.disabled), k = document.activeElement, re = E.find((_) => _.ref.current === k)?.textValue, te = E.map((_) => _.textValue), _e = dr(te, A, re), F = E.find((_) => _.textValue === _e)?.ref.current;
|
|
132
132
|
(function _(Re) {
|
|
133
133
|
W.current = Re, window.clearTimeout(H.current), Re !== "" && (H.current = window.setTimeout(() => _(""), 1e3));
|
|
134
134
|
})(A), F && setTimeout(() => F.focus());
|
|
135
135
|
};
|
|
136
|
-
o.useEffect(() => () => window.clearTimeout(H.current), []),
|
|
136
|
+
o.useEffect(() => () => window.clearTimeout(H.current), []), Dn();
|
|
137
137
|
const T = o.useCallback((p) => Ce.current === ee.current?.side && pr(p, ee.current?.area), []);
|
|
138
138
|
return /* @__PURE__ */ c(
|
|
139
139
|
Zn,
|
|
@@ -163,7 +163,7 @@ var R = "MenuContent", [Zn, de] = x(R), Ge = o.forwardRef(
|
|
|
163
163
|
ee.current = p;
|
|
164
164
|
}, []),
|
|
165
165
|
children: /* @__PURE__ */ c(Pn, { ...wn, children: /* @__PURE__ */ c(
|
|
166
|
-
|
|
166
|
+
Fn,
|
|
167
167
|
{
|
|
168
168
|
asChild: !0,
|
|
169
169
|
trapped: a,
|
|
@@ -897,20 +897,20 @@ function Hr(e, r) {
|
|
|
897
897
|
}
|
|
898
898
|
var st = on, it = cn, lt = un, dt = sn, ft = ln, pt = dn, mt = fn, vt = pn, Mt = mn, gt = vn, bt = Mn, ht = gn, Ct = bn, _t = Cn, Rt = _n, St = Rn;
|
|
899
899
|
export {
|
|
900
|
-
|
|
900
|
+
Mt as C,
|
|
901
901
|
pt as G,
|
|
902
|
-
|
|
902
|
+
ht as I,
|
|
903
903
|
mt as L,
|
|
904
904
|
it as M,
|
|
905
905
|
dt as P,
|
|
906
|
-
|
|
907
|
-
|
|
906
|
+
st as R,
|
|
907
|
+
Ct as S,
|
|
908
908
|
lt as T,
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
909
|
+
ft as a,
|
|
910
|
+
vt as b,
|
|
911
|
+
gt as c,
|
|
912
|
+
_t as d,
|
|
913
|
+
St as e,
|
|
914
|
+
bt as f,
|
|
915
|
+
Rt as g
|
|
916
916
|
};
|
package/dist/main.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from './components/ui/command';
|
|
|
10
10
|
export * from './components/ui/dialog';
|
|
11
11
|
export * from './components/ui/input';
|
|
12
12
|
export * from './components/ui/label';
|
|
13
|
+
export * from './components/ui/menubar';
|
|
13
14
|
export * from './components/ui/popover';
|
|
14
15
|
export * from './components/ui/progress';
|
|
15
16
|
export * from './components/ui/select';
|
package/dist/main.js
CHANGED
|
@@ -2,17 +2,17 @@ import './assets/style.css';/* empty css */
|
|
|
2
2
|
import { Accordion as t } from "./components/ui/accordion/Accordion.js";
|
|
3
3
|
import { AccordionContent as p } from "./components/ui/accordion/AccordionContent.js";
|
|
4
4
|
import { AccordionItem as x } from "./components/ui/accordion/AccordionItem.js";
|
|
5
|
-
import { AccordionTrigger as
|
|
6
|
-
import { AlertDialog as
|
|
7
|
-
import { AlertDialogAction as
|
|
8
|
-
import { AlertDialogCancel as
|
|
9
|
-
import { AlertDialogContent as
|
|
5
|
+
import { AccordionTrigger as n } from "./components/ui/accordion/AccordionTrigger.js";
|
|
6
|
+
import { AlertDialog as l } from "./components/ui/alert-dialog/AlertDialog.js";
|
|
7
|
+
import { AlertDialogAction as u } from "./components/ui/alert-dialog/AlertDialogAction.js";
|
|
8
|
+
import { AlertDialogCancel as b } from "./components/ui/alert-dialog/AlertDialogCancel.js";
|
|
9
|
+
import { AlertDialogContent as s } from "./components/ui/alert-dialog/AlertDialogContent.js";
|
|
10
10
|
import { AlertDialogDescription as T } from "./components/ui/alert-dialog/AlertDialogDescription.js";
|
|
11
11
|
import { AlertDialogFooter as D } from "./components/ui/alert-dialog/AlertDialogFooter.js";
|
|
12
|
-
import { AlertDialogHeader as
|
|
13
|
-
import { AlertDialogOverlay as
|
|
14
|
-
import { AlertDialogPortal as
|
|
15
|
-
import { AlertDialogTitle as
|
|
12
|
+
import { AlertDialogHeader as M } from "./components/ui/alert-dialog/AlertDialogHeader.js";
|
|
13
|
+
import { AlertDialogOverlay as B } from "./components/ui/alert-dialog/AlertDialogOverlay.js";
|
|
14
|
+
import { AlertDialogPortal as E } from "./components/ui/alert-dialog/AlertDialogPortal.js";
|
|
15
|
+
import { AlertDialogTitle as P } from "./components/ui/alert-dialog/AlertDialogTitle.js";
|
|
16
16
|
import { AlertDialogTrigger as O } from "./components/ui/alert-dialog/AlertDialogTrigger.js";
|
|
17
17
|
import { A as v, a as H, b as R, u as V } from "./Autocomplete-3wLa9P4X.js";
|
|
18
18
|
import { AutocompleteContent as F } from "./components/ui/autocomplete/AutocompleteList.js";
|
|
@@ -27,16 +27,16 @@ import { CardContent as eo } from "./components/ui/card/CardContent.js";
|
|
|
27
27
|
import { CardDescription as ao } from "./components/ui/card/CardDescription.js";
|
|
28
28
|
import { CardFooter as mo } from "./components/ui/card/CardFooter.js";
|
|
29
29
|
import { CardHeader as fo } from "./components/ui/card/CardHeader.js";
|
|
30
|
-
import { CardTitle as
|
|
30
|
+
import { CardTitle as io } from "./components/ui/card/CardTitle.js";
|
|
31
31
|
import { Checkbox as So } from "./components/ui/checkbox/Checkbox.js";
|
|
32
|
-
import { Command as
|
|
33
|
-
import { CommandDialog as
|
|
32
|
+
import { Command as go } from "./components/ui/command/Command.js";
|
|
33
|
+
import { CommandDialog as so } from "./components/ui/command/CommandDialog.js";
|
|
34
34
|
import { CommandEmpty as To } from "./components/ui/command/CommandEmpty.js";
|
|
35
35
|
import { CommandGroup as Do } from "./components/ui/command/CommandGroup.js";
|
|
36
|
-
import { CommandInput as
|
|
37
|
-
import { CommandItem as
|
|
38
|
-
import { CommandList as
|
|
39
|
-
import { CommandSeparator as
|
|
36
|
+
import { CommandInput as Mo } from "./components/ui/command/CommandInput.js";
|
|
37
|
+
import { CommandItem as Bo } from "./components/ui/command/CommandItem.js";
|
|
38
|
+
import { CommandList as Eo } from "./components/ui/command/CommandList.js";
|
|
39
|
+
import { CommandSeparator as Po } from "./components/ui/command/CommandSeparator.js";
|
|
40
40
|
import { CommandShortcut as Oo } from "./components/ui/command/CommandShortcut.js";
|
|
41
41
|
import { Dialog as vo } from "./components/ui/dialog/Dialog.js";
|
|
42
42
|
import { DialogClose as Ro } from "./components/ui/dialog/DialogClose.js";
|
|
@@ -50,70 +50,85 @@ import { DialogTitle as qo } from "./components/ui/dialog/DialogTitle.js";
|
|
|
50
50
|
import { DialogTrigger as Qo } from "./components/ui/dialog/DialogTrigger.js";
|
|
51
51
|
import { I as $o, g as or, a as rr, b as er } from "./Input-W8QqFI1v.js";
|
|
52
52
|
import { L as ar, l as pr } from "./Label-BEM-ZJXI.js";
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
53
|
+
import { Menubar as xr } from "./components/ui/menubar/Menubar.js";
|
|
54
|
+
import { MenubarCheckboxItem as nr } from "./components/ui/menubar/MenubarCheckboxItem.js";
|
|
55
|
+
import { MenubarContent as lr } from "./components/ui/menubar/MenubarContent.js";
|
|
56
|
+
import { MenubarGroup as ur } from "./components/ui/menubar/MenubarGroup.js";
|
|
57
|
+
import { MenubarItem as br } from "./components/ui/menubar/MenubarItem.js";
|
|
58
|
+
import { MenubarLabel as sr } from "./components/ui/menubar/MenubarLabel.js";
|
|
59
|
+
import { MenubarMenu as Tr } from "./components/ui/menubar/MenubarMenu.js";
|
|
60
|
+
import { MenubarPortal as Dr } from "./components/ui/menubar/MenubarPortal.js";
|
|
61
|
+
import { MenubarRadioGroup as Mr } from "./components/ui/menubar/MenubarRadioGroup.js";
|
|
62
|
+
import { MenubarRadioItem as Br } from "./components/ui/menubar/MenubarRadioItem.js";
|
|
63
|
+
import { MenubarSeparator as Er } from "./components/ui/menubar/MenubarSeparator.js";
|
|
64
|
+
import { MenubarSub as Pr } from "./components/ui/menubar/MenubarSub.js";
|
|
65
|
+
import { MenubarSubContent as Or } from "./components/ui/menubar/MenubarSubContent.js";
|
|
66
|
+
import { MenubarSubTrigger as vr } from "./components/ui/menubar/MenubarSubTrigger.js";
|
|
67
|
+
import { MenubarTrigger as Rr } from "./components/ui/menubar/MenubarTrigger.js";
|
|
68
|
+
import { Popover as yr } from "./components/ui/popover/Popover.js";
|
|
69
|
+
import { PopoverAnchor as Ur } from "./components/ui/popover/PopoverAnchor.js";
|
|
70
|
+
import { PopoverContent as Wr } from "./components/ui/popover/PopoverContent.js";
|
|
71
|
+
import { PopoverTrigger as zr } from "./components/ui/popover/PopoverTrigger.js";
|
|
72
|
+
import { Progress as Yr } from "./components/ui/progress/Progress.js";
|
|
73
|
+
import { Select as Zr } from "./components/ui/select/Select.js";
|
|
74
|
+
import { SelectContent as qr } from "./components/ui/select/SelectContent.js";
|
|
75
|
+
import { SelectGroup as Qr } from "./components/ui/select/SelectGroup.js";
|
|
76
|
+
import { SelectItem as $r } from "./components/ui/select/SelectItem.js";
|
|
77
|
+
import { SelectLabel as re } from "./components/ui/select/SelectLabel.js";
|
|
78
|
+
import { SelectScrollDownButton as te } from "./components/ui/select/SelectScrollDownButton.js";
|
|
79
|
+
import { SelectScrollUpButton as pe } from "./components/ui/select/SelectScrollUpButton.js";
|
|
80
|
+
import { SelectSeparator as xe } from "./components/ui/select/SelectSeparator.js";
|
|
81
|
+
import { SelectTrigger as ne } from "./components/ui/select/SelectTrigger.js";
|
|
82
|
+
import { SelectValue as le } from "./components/ui/select/SelectValue.js";
|
|
83
|
+
import { Separator as ue } from "./components/ui/separator/Separator.js";
|
|
84
|
+
import { Sheet as be } from "./components/ui/sheet/Sheet.js";
|
|
85
|
+
import { SheetClose as se } from "./components/ui/sheet/SheetClose.js";
|
|
86
|
+
import { SheetContent as Te } from "./components/ui/sheet/SheetContent.js";
|
|
87
|
+
import { SheetDescription as De } from "./components/ui/sheet/SheetDescription.js";
|
|
88
|
+
import { SheetFooter as Me } from "./components/ui/sheet/SheetFooter.js";
|
|
89
|
+
import { SheetHeader as Be } from "./components/ui/sheet/SheetHeader.js";
|
|
90
|
+
import { SheetOverlay as Ee } from "./components/ui/sheet/SheetOverlay.js";
|
|
91
|
+
import { SheetPortal as Pe } from "./components/ui/sheet/SheetPortal.js";
|
|
92
|
+
import { SheetTitle as Oe } from "./components/ui/sheet/SheetTitle.js";
|
|
93
|
+
import { SheetTrigger as ve } from "./components/ui/sheet/SheetTrigger.js";
|
|
94
|
+
import { Sidebar as Re } from "./components/ui/sidebar/Sidebar.js";
|
|
95
|
+
import { SidebarContent as ye, SidebarFooter as Fe, SidebarHeader as Ue, SidebarInput as ke, SidebarInset as We, SidebarRail as we, SidebarSeparator as ze, SidebarTrigger as Ne } from "./components/ui/sidebar/SidebarContent.js";
|
|
96
|
+
import { S as Ke, a as Ze, b as je, c as qe, d as Je, s as Qe, u as Xe } from "./SidebarContext-CRh-DPz_.js";
|
|
97
|
+
import { SidebarGroup as ot, SidebarGroupAction as rt, SidebarGroupContent as et, SidebarGroupLabel as tt } from "./components/ui/sidebar/SidebarGroup.js";
|
|
98
|
+
import { SidebarMenu as pt, SidebarMenuAction as mt, SidebarMenuBadge as xt, SidebarMenuButton as ft, SidebarMenuItem as nt, SidebarMenuSkeleton as it, SidebarMenuSub as lt, SidebarMenuSubButton as St, SidebarMenuSubItem as ut } from "./components/ui/sidebar/SidebarMenu.js";
|
|
99
|
+
import { Skeleton as bt } from "./components/ui/skeleton/Skeleton.js";
|
|
100
|
+
import { Toaster as st } from "./components/ui/sonner/Toaster.js";
|
|
101
|
+
import { Switch as Tt } from "./components/ui/switch/Switch.js";
|
|
102
|
+
import { Tabs as Dt } from "./components/ui/tabs/Tabs.js";
|
|
103
|
+
import { TabsContent as Mt } from "./components/ui/tabs/TabsContent.js";
|
|
104
|
+
import { TabsList as Bt } from "./components/ui/tabs/TabsList.js";
|
|
105
|
+
import { TabsTrigger as Et } from "./components/ui/tabs/TabsTrigger.js";
|
|
106
|
+
import { T as Pt, t as Lt } from "./Toggle-DOc92BjI.js";
|
|
107
|
+
import { ToggleGroupContext as _t } from "./components/ui/toggle-group/context.js";
|
|
108
|
+
import { ToggleGroup as Ht } from "./components/ui/toggle-group/ToggleGroup.js";
|
|
109
|
+
import { ToggleGroupItem as Vt } from "./components/ui/toggle-group/ToggleGroupItem.js";
|
|
110
|
+
import { Tooltip as Ft } from "./components/ui/tooltip/Tooltip.js";
|
|
111
|
+
import { TooltipContent as kt } from "./components/ui/tooltip/TooltipContent.js";
|
|
112
|
+
import { TooltipProvider as wt } from "./components/ui/tooltip/TooltipProvider.js";
|
|
113
|
+
import { TooltipTrigger as Nt } from "./components/ui/tooltip/TooltipTrigger.js";
|
|
114
|
+
import { T as Kt, g as Zt } from "./Typography-D8OaaVSH.js";
|
|
100
115
|
export {
|
|
101
116
|
v as AUTOCOMPLETE_DEBOUNCE_DELAY,
|
|
102
117
|
H as AUTOCOMPLETE_SIZE_CLASSES,
|
|
103
118
|
t as Accordion,
|
|
104
119
|
p as AccordionContent,
|
|
105
120
|
x as AccordionItem,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
121
|
+
n as AccordionTrigger,
|
|
122
|
+
l as AlertDialog,
|
|
123
|
+
u as AlertDialogAction,
|
|
124
|
+
b as AlertDialogCancel,
|
|
125
|
+
s as AlertDialogContent,
|
|
111
126
|
T as AlertDialogDescription,
|
|
112
127
|
D as AlertDialogFooter,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
128
|
+
M as AlertDialogHeader,
|
|
129
|
+
B as AlertDialogOverlay,
|
|
130
|
+
E as AlertDialogPortal,
|
|
131
|
+
P as AlertDialogTitle,
|
|
117
132
|
O as AlertDialogTrigger,
|
|
118
133
|
R as Autocomplete,
|
|
119
134
|
F as AutocompleteContent,
|
|
@@ -128,16 +143,16 @@ export {
|
|
|
128
143
|
ao as CardDescription,
|
|
129
144
|
mo as CardFooter,
|
|
130
145
|
fo as CardHeader,
|
|
131
|
-
|
|
146
|
+
io as CardTitle,
|
|
132
147
|
So as Checkbox,
|
|
133
|
-
|
|
134
|
-
|
|
148
|
+
go as Command,
|
|
149
|
+
so as CommandDialog,
|
|
135
150
|
To as CommandEmpty,
|
|
136
151
|
Do as CommandGroup,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
152
|
+
Mo as CommandInput,
|
|
153
|
+
Bo as CommandItem,
|
|
154
|
+
Eo as CommandList,
|
|
155
|
+
Po as CommandSeparator,
|
|
141
156
|
Oo as CommandShortcut,
|
|
142
157
|
vo as Dialog,
|
|
143
158
|
Ro as DialogClose,
|
|
@@ -151,84 +166,99 @@ export {
|
|
|
151
166
|
Qo as DialogTrigger,
|
|
152
167
|
$o as Input,
|
|
153
168
|
ar as Label,
|
|
154
|
-
xr as
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
Zr as
|
|
179
|
-
qr as
|
|
180
|
-
Qr as
|
|
181
|
-
$r as
|
|
182
|
-
re as
|
|
183
|
-
te as
|
|
184
|
-
pe as
|
|
185
|
-
xe as
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
ve as
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
169
|
+
xr as Menubar,
|
|
170
|
+
nr as MenubarCheckboxItem,
|
|
171
|
+
lr as MenubarContent,
|
|
172
|
+
ur as MenubarGroup,
|
|
173
|
+
br as MenubarItem,
|
|
174
|
+
sr as MenubarLabel,
|
|
175
|
+
Tr as MenubarMenu,
|
|
176
|
+
Dr as MenubarPortal,
|
|
177
|
+
Mr as MenubarRadioGroup,
|
|
178
|
+
Br as MenubarRadioItem,
|
|
179
|
+
Er as MenubarSeparator,
|
|
180
|
+
Pr as MenubarSub,
|
|
181
|
+
Or as MenubarSubContent,
|
|
182
|
+
vr as MenubarSubTrigger,
|
|
183
|
+
Rr as MenubarTrigger,
|
|
184
|
+
yr as Popover,
|
|
185
|
+
Ur as PopoverAnchor,
|
|
186
|
+
Wr as PopoverContent,
|
|
187
|
+
zr as PopoverTrigger,
|
|
188
|
+
Yr as Progress,
|
|
189
|
+
Ke as SIDEBAR_KEYBOARD_SHORTCUT,
|
|
190
|
+
Ze as SIDEBAR_WIDTH,
|
|
191
|
+
je as SIDEBAR_WIDTH_ICON,
|
|
192
|
+
qe as SIDEBAR_WIDTH_MOBILE,
|
|
193
|
+
Zr as Select,
|
|
194
|
+
qr as SelectContent,
|
|
195
|
+
Qr as SelectGroup,
|
|
196
|
+
$r as SelectItem,
|
|
197
|
+
re as SelectLabel,
|
|
198
|
+
te as SelectScrollDownButton,
|
|
199
|
+
pe as SelectScrollUpButton,
|
|
200
|
+
xe as SelectSeparator,
|
|
201
|
+
ne as SelectTrigger,
|
|
202
|
+
le as SelectValue,
|
|
203
|
+
ue as Separator,
|
|
204
|
+
be as Sheet,
|
|
205
|
+
se as SheetClose,
|
|
206
|
+
Te as SheetContent,
|
|
207
|
+
De as SheetDescription,
|
|
208
|
+
Me as SheetFooter,
|
|
209
|
+
Be as SheetHeader,
|
|
210
|
+
Ee as SheetOverlay,
|
|
211
|
+
Pe as SheetPortal,
|
|
212
|
+
Oe as SheetTitle,
|
|
213
|
+
ve as SheetTrigger,
|
|
214
|
+
Re as Sidebar,
|
|
215
|
+
ye as SidebarContent,
|
|
216
|
+
Fe as SidebarFooter,
|
|
217
|
+
ot as SidebarGroup,
|
|
218
|
+
rt as SidebarGroupAction,
|
|
219
|
+
et as SidebarGroupContent,
|
|
220
|
+
tt as SidebarGroupLabel,
|
|
221
|
+
Ue as SidebarHeader,
|
|
222
|
+
ke as SidebarInput,
|
|
223
|
+
We as SidebarInset,
|
|
224
|
+
pt as SidebarMenu,
|
|
225
|
+
mt as SidebarMenuAction,
|
|
226
|
+
xt as SidebarMenuBadge,
|
|
227
|
+
ft as SidebarMenuButton,
|
|
228
|
+
nt as SidebarMenuItem,
|
|
229
|
+
it as SidebarMenuSkeleton,
|
|
230
|
+
lt as SidebarMenuSub,
|
|
231
|
+
St as SidebarMenuSubButton,
|
|
232
|
+
ut as SidebarMenuSubItem,
|
|
233
|
+
Je as SidebarProvider,
|
|
234
|
+
we as SidebarRail,
|
|
235
|
+
ze as SidebarSeparator,
|
|
236
|
+
Ne as SidebarTrigger,
|
|
237
|
+
bt as Skeleton,
|
|
238
|
+
Tt as Switch,
|
|
239
|
+
Dt as Tabs,
|
|
240
|
+
Mt as TabsContent,
|
|
241
|
+
Bt as TabsList,
|
|
242
|
+
Et as TabsTrigger,
|
|
243
|
+
st as Toaster,
|
|
244
|
+
Pt as Toggle,
|
|
245
|
+
Ht as ToggleGroup,
|
|
246
|
+
_t as ToggleGroupContext,
|
|
247
|
+
Vt as ToggleGroupItem,
|
|
248
|
+
Ft as Tooltip,
|
|
249
|
+
kt as TooltipContent,
|
|
250
|
+
wt as TooltipProvider,
|
|
251
|
+
Nt as TooltipTrigger,
|
|
252
|
+
Kt as Typography,
|
|
223
253
|
W as badgeVariants,
|
|
224
254
|
N as buttonVariants,
|
|
225
|
-
|
|
255
|
+
Zt as getDefaultComponent,
|
|
226
256
|
or as getLabelSizeClasses,
|
|
227
257
|
rr as getTextSizeClasses,
|
|
228
258
|
er as getVerticalPaddingClasses,
|
|
229
259
|
pr as labelVariants,
|
|
230
|
-
|
|
231
|
-
|
|
260
|
+
Qe as sidebarMenuButtonVariants,
|
|
261
|
+
Lt as toggleVariants,
|
|
232
262
|
V as useAutocompleteFetch,
|
|
233
|
-
|
|
263
|
+
Xe as useSidebar
|
|
234
264
|
};
|
|
@@ -56,14 +56,14 @@ const e = s(
|
|
|
56
56
|
"lsd:relative lsd:flex lsd:cursor-pointer lsd:items-center lsd:gap-2 lsd:py-1.5 lsd:pr-2 lsd:pl-8 lsd:text-sm lsd:outline-none lsd:select-none lsd:text-lsd-text-primary lsd:bg-lsd-surface lsd:disabled:pointer-events-none lsd:disabled:opacity-50 lsd:[&_svg]:pointer-events-none lsd:[&_svg]:shrink-0 lsd:[&_svg:not([class*='size-'])]:size-4"
|
|
57
57
|
);
|
|
58
58
|
export {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
59
|
+
p as a,
|
|
60
|
+
r as b,
|
|
61
|
+
l as c,
|
|
62
|
+
n as d,
|
|
63
|
+
a as e,
|
|
64
|
+
i as f,
|
|
65
|
+
t as g,
|
|
66
|
+
m as h,
|
|
67
|
+
o as i,
|
|
68
|
+
e as m
|
|
69
69
|
};
|