@chaibuilder/sdk 1.2.88 → 1.2.90
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 +4 -2
- package/dist/{CodeEditor-Oq3aZl5f.cjs → CodeEditor-gqhS0hpB.cjs} +1 -1
- package/dist/{CodeEditor-86swShPz.js → CodeEditor-t2oVfSyK.js} +3 -3
- package/dist/Topbar-s9YVXp9Z.cjs +1 -0
- package/dist/Topbar-x0tjZaWC.js +123 -0
- package/dist/{UnsplashImages-JkK2qDpq.js → UnsplashImages-965l8pGL.js} +3 -3
- package/dist/{UnsplashImages-aNzjUMdE.cjs → UnsplashImages-DRQaQoM-.cjs} +1 -1
- package/dist/{UploadImages-XD7mDSiB.cjs → UploadImages-CumBJ3oE.cjs} +1 -1
- package/dist/{UploadImages--oXePb3w.js → UploadImages-glp4ZyQm.js} +3 -3
- package/dist/context-menu--DZnHfxj.cjs +1 -0
- package/dist/{context-menu-LFlr5p9-.js → context-menu-DeUUflYX.js} +291 -274
- package/dist/core.cjs +1 -1
- package/dist/core.d.ts +11 -28
- package/dist/core.js +53 -58
- package/dist/{index-VEAUj2Fk.cjs → index-BuZrwlQG.cjs} +3 -3
- package/dist/{index-JAlLL51L.js → index-qptv-vi2.js} +471 -477
- package/dist/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.js +308 -264
- package/dist/web-blocks.cjs +1 -1
- package/dist/web-blocks.js +11 -11
- package/package.json +3 -2
- package/dist/Topbar-Hvj7y8Yj.js +0 -144
- package/dist/Topbar-cFOidWo5.cjs +0 -1
- package/dist/context-menu-Lx_MAqsu.cjs +0 -1
- package/dist/select-8MHQqep3.js +0 -75
- package/dist/select-FnytvxNn.cjs +0 -1
package/dist/ui.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import { cva as
|
|
5
|
-
import {
|
|
6
|
-
import { H as
|
|
7
|
-
import { ChevronRightIcon as
|
|
8
|
-
import * as
|
|
9
|
-
import
|
|
10
|
-
import * as
|
|
1
|
+
import { j as t } from "./jsx-runtime-Sp0orL4X.js";
|
|
2
|
+
import * as d from "react";
|
|
3
|
+
import * as p from "@radix-ui/react-toggle";
|
|
4
|
+
import { cva as m } from "class-variance-authority";
|
|
5
|
+
import { ag as s } from "./context-menu-DeUUflYX.js";
|
|
6
|
+
import { H as Re, K as Ie, I as Ae, J as ke, $ as Pe, a7 as ze, a6 as Ge, a0 as Le, a4 as Ve, a5 as He, a1 as Fe, a2 as Be, a3 as Ee, ad as Oe, B as qe, f as _e, i as Je, h as Ke, k as Qe, g as Ue, aj as We, t as Xe, at as Ye, w as Ze, x as $e, u as ea, y as aa, v as ta, av as oa, au as sa, C as ra, aw as na, b as da, aB as ia, c as la, ay as ca, aC as ma, aG as pa, ax as ua, az as fa, aA as ga, aD as xa, aE as ba, aF as ha, a as ya, D as Na, m as wa, p as va, q as Ca, n as ja, o as Sa, l as Ma, Q as Ta, a8 as Da, U as Ra, Y as Ia, Z as Aa, W as ka, am as Pa, aq as za, al as Ga, X as La, _ as Va, an as Ha, ao as Fa, ap as Ba, R as Ea, a9 as Oa, ab as qa, aa as _a, N as Ja, L as Ka, P as Qa, s as Ua, r as Wa, V as Xa, ak as Ya, ac as Za, S as $a, G as et, z as at, F as tt, A as ot, E as st, j as rt, af as nt, T as dt, e as it, O as lt, ae as ct, d as mt, ai as pt, ah as ut, ar as ft, as as gt, M as xt } from "./context-menu-DeUUflYX.js";
|
|
7
|
+
import { ChevronRightIcon as b, CheckIcon as u, DotFilledIcon as h, CaretSortIcon as y, Cross2Icon as N } from "@radix-ui/react-icons";
|
|
8
|
+
import * as r from "@radix-ui/react-menubar";
|
|
9
|
+
import * as i from "@radix-ui/react-select";
|
|
10
|
+
import * as l from "@radix-ui/react-dialog";
|
|
11
11
|
import "@radix-ui/react-switch";
|
|
12
12
|
import "@radix-ui/react-accordion";
|
|
13
13
|
import "@radix-ui/react-alert-dialog";
|
|
@@ -25,8 +25,7 @@ import "cmdk";
|
|
|
25
25
|
import "@radix-ui/react-context-menu";
|
|
26
26
|
import "clsx";
|
|
27
27
|
import "tailwind-merge";
|
|
28
|
-
|
|
29
|
-
const v = c(
|
|
28
|
+
const w = m(
|
|
30
29
|
"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors hover:bg-muted hover:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",
|
|
31
30
|
{
|
|
32
31
|
variants: {
|
|
@@ -45,9 +44,9 @@ const v = c(
|
|
|
45
44
|
size: "default"
|
|
46
45
|
}
|
|
47
46
|
}
|
|
48
|
-
),
|
|
49
|
-
|
|
50
|
-
const C =
|
|
47
|
+
), v = d.forwardRef(({ className: e, variant: a, size: o, ...n }, c) => /* @__PURE__ */ t.jsx(p.Root, { ref: c, className: s(w({ variant: a, size: o, className: e })), ...n }));
|
|
48
|
+
v.displayName = p.Root.displayName;
|
|
49
|
+
const C = m(
|
|
51
50
|
"relative w-full rounded-lg border px-4 py-3 text-sm [&:has(svg)]:pl-11 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",
|
|
52
51
|
{
|
|
53
52
|
variants: {
|
|
@@ -60,170 +59,215 @@ const C = c(
|
|
|
60
59
|
variant: "default"
|
|
61
60
|
}
|
|
62
61
|
}
|
|
63
|
-
),
|
|
64
|
-
|
|
65
|
-
const
|
|
66
|
-
({ className: e, ...
|
|
62
|
+
), j = d.forwardRef(({ className: e, variant: a, ...o }, n) => /* @__PURE__ */ t.jsx("div", { ref: n, role: "alert", className: s(C({ variant: a }), e), ...o }));
|
|
63
|
+
j.displayName = "Alert";
|
|
64
|
+
const S = d.forwardRef(
|
|
65
|
+
({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx("h5", { ref: o, className: s("mb-1 font-medium leading-none tracking-tight", e), ...a })
|
|
67
66
|
);
|
|
68
|
-
|
|
69
|
-
const
|
|
70
|
-
({ className: e, ...
|
|
67
|
+
S.displayName = "AlertTitle";
|
|
68
|
+
const M = d.forwardRef(
|
|
69
|
+
({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx("div", { ref: o, className: s("text-sm [&_p]:leading-relaxed", e), ...a })
|
|
71
70
|
);
|
|
72
|
-
|
|
73
|
-
const
|
|
74
|
-
|
|
71
|
+
M.displayName = "AlertDescription";
|
|
72
|
+
const xe = r.Menu, be = r.Group, he = r.Portal, ye = r.Sub, Ne = r.RadioGroup, T = d.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(
|
|
73
|
+
r.Root,
|
|
75
74
|
{
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
80
|
-
destructive: "border-transparent bg-destructive text-destructive-foreground shadow hover:bg-destructive/80",
|
|
81
|
-
outline: "text-foreground"
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
defaultVariants: {
|
|
85
|
-
variant: "default"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
), me = ({ className: e, variant: t, ...a }) => /* @__PURE__ */ o.jsx("div", { className: r(M({ variant: t }), e), ...a }), ue = s.Menu, pe = s.Group, fe = s.Portal, ge = s.Sub, xe = s.RadioGroup, j = n.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
|
|
89
|
-
s.Root,
|
|
90
|
-
{
|
|
91
|
-
ref: a,
|
|
92
|
-
className: r("flex h-9 items-center space-x-1 rounded-md border bg-background p-1 shadow-sm", e),
|
|
93
|
-
...t
|
|
75
|
+
ref: o,
|
|
76
|
+
className: s("flex h-9 items-center space-x-1 rounded-md border bg-background p-1 shadow-sm", e),
|
|
77
|
+
...a
|
|
94
78
|
}
|
|
95
79
|
));
|
|
96
|
-
|
|
97
|
-
const D =
|
|
98
|
-
|
|
80
|
+
T.displayName = r.Root.displayName;
|
|
81
|
+
const D = d.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(
|
|
82
|
+
r.Trigger,
|
|
99
83
|
{
|
|
100
|
-
ref:
|
|
101
|
-
className:
|
|
84
|
+
ref: o,
|
|
85
|
+
className: s(
|
|
102
86
|
"flex cursor-default select-none items-center rounded-sm px-3 py-1 text-sm font-medium outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
|
|
103
87
|
e
|
|
104
88
|
),
|
|
105
|
-
...
|
|
89
|
+
...a
|
|
106
90
|
}
|
|
107
91
|
));
|
|
108
|
-
D.displayName =
|
|
109
|
-
const
|
|
110
|
-
|
|
92
|
+
D.displayName = r.Trigger.displayName;
|
|
93
|
+
const R = d.forwardRef(({ className: e, inset: a, children: o, ...n }, c) => /* @__PURE__ */ t.jsxs(
|
|
94
|
+
r.SubTrigger,
|
|
111
95
|
{
|
|
112
|
-
ref:
|
|
113
|
-
className:
|
|
96
|
+
ref: c,
|
|
97
|
+
className: s(
|
|
114
98
|
"flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
|
|
115
|
-
|
|
99
|
+
a && "pl-8",
|
|
116
100
|
e
|
|
117
101
|
),
|
|
118
|
-
...
|
|
102
|
+
...n,
|
|
119
103
|
children: [
|
|
120
|
-
|
|
121
|
-
/* @__PURE__ */
|
|
104
|
+
o,
|
|
105
|
+
/* @__PURE__ */ t.jsx(b, { className: "ml-auto h-4 w-4" })
|
|
122
106
|
]
|
|
123
107
|
}
|
|
124
108
|
));
|
|
125
|
-
|
|
126
|
-
const
|
|
127
|
-
|
|
109
|
+
R.displayName = r.SubTrigger.displayName;
|
|
110
|
+
const I = d.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(
|
|
111
|
+
r.SubContent,
|
|
128
112
|
{
|
|
129
|
-
ref:
|
|
130
|
-
className:
|
|
113
|
+
ref: o,
|
|
114
|
+
className: s(
|
|
131
115
|
"z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
132
116
|
e
|
|
133
117
|
),
|
|
134
|
-
...
|
|
118
|
+
...a
|
|
135
119
|
}
|
|
136
120
|
));
|
|
137
|
-
|
|
138
|
-
const
|
|
139
|
-
|
|
121
|
+
I.displayName = r.SubContent.displayName;
|
|
122
|
+
const A = d.forwardRef(({ className: e, align: a = "start", alignOffset: o = -4, sideOffset: n = 8, ...c }, x) => /* @__PURE__ */ t.jsx(r.Portal, { children: /* @__PURE__ */ t.jsx(
|
|
123
|
+
r.Content,
|
|
140
124
|
{
|
|
141
|
-
ref:
|
|
142
|
-
align:
|
|
143
|
-
alignOffset:
|
|
144
|
-
sideOffset:
|
|
145
|
-
className:
|
|
125
|
+
ref: x,
|
|
126
|
+
align: a,
|
|
127
|
+
alignOffset: o,
|
|
128
|
+
sideOffset: n,
|
|
129
|
+
className: s(
|
|
146
130
|
"z-50 min-w-[12rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
147
131
|
e
|
|
148
132
|
),
|
|
149
|
-
...
|
|
133
|
+
...c
|
|
150
134
|
}
|
|
151
135
|
) }));
|
|
152
|
-
|
|
153
|
-
const
|
|
154
|
-
|
|
136
|
+
A.displayName = r.Content.displayName;
|
|
137
|
+
const k = d.forwardRef(({ className: e, inset: a, ...o }, n) => /* @__PURE__ */ t.jsx(
|
|
138
|
+
r.Item,
|
|
155
139
|
{
|
|
156
|
-
ref:
|
|
157
|
-
className:
|
|
140
|
+
ref: n,
|
|
141
|
+
className: s(
|
|
158
142
|
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
159
|
-
|
|
143
|
+
a && "pl-8",
|
|
160
144
|
e
|
|
161
145
|
),
|
|
162
|
-
...
|
|
146
|
+
...o
|
|
163
147
|
}
|
|
164
148
|
));
|
|
165
|
-
|
|
166
|
-
const
|
|
167
|
-
|
|
149
|
+
k.displayName = r.Item.displayName;
|
|
150
|
+
const P = d.forwardRef(({ className: e, children: a, checked: o, ...n }, c) => /* @__PURE__ */ t.jsxs(
|
|
151
|
+
r.CheckboxItem,
|
|
168
152
|
{
|
|
169
|
-
ref:
|
|
170
|
-
className:
|
|
153
|
+
ref: c,
|
|
154
|
+
className: s(
|
|
171
155
|
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
172
156
|
e
|
|
173
157
|
),
|
|
174
|
-
checked:
|
|
175
|
-
...
|
|
158
|
+
checked: o,
|
|
159
|
+
...n,
|
|
176
160
|
children: [
|
|
177
|
-
/* @__PURE__ */
|
|
178
|
-
|
|
161
|
+
/* @__PURE__ */ t.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ t.jsx(r.ItemIndicator, { children: /* @__PURE__ */ t.jsx(u, { className: "h-4 w-4" }) }) }),
|
|
162
|
+
a
|
|
179
163
|
]
|
|
180
164
|
}
|
|
181
165
|
));
|
|
182
|
-
|
|
183
|
-
const
|
|
184
|
-
|
|
166
|
+
P.displayName = r.CheckboxItem.displayName;
|
|
167
|
+
const z = d.forwardRef(({ className: e, children: a, ...o }, n) => /* @__PURE__ */ t.jsxs(
|
|
168
|
+
r.RadioItem,
|
|
185
169
|
{
|
|
186
|
-
ref:
|
|
187
|
-
className:
|
|
170
|
+
ref: n,
|
|
171
|
+
className: s(
|
|
188
172
|
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
189
173
|
e
|
|
190
174
|
),
|
|
191
|
-
...
|
|
175
|
+
...o,
|
|
192
176
|
children: [
|
|
193
|
-
/* @__PURE__ */
|
|
194
|
-
|
|
177
|
+
/* @__PURE__ */ t.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ t.jsx(r.ItemIndicator, { children: /* @__PURE__ */ t.jsx(h, { className: "h-4 w-4 fill-current" }) }) }),
|
|
178
|
+
a
|
|
195
179
|
]
|
|
196
180
|
}
|
|
197
181
|
));
|
|
198
|
-
|
|
199
|
-
const
|
|
200
|
-
|
|
182
|
+
z.displayName = r.RadioItem.displayName;
|
|
183
|
+
const G = d.forwardRef(({ className: e, inset: a, ...o }, n) => /* @__PURE__ */ t.jsx(
|
|
184
|
+
r.Label,
|
|
201
185
|
{
|
|
202
|
-
ref:
|
|
203
|
-
className:
|
|
204
|
-
...
|
|
186
|
+
ref: n,
|
|
187
|
+
className: s("px-2 py-1.5 text-sm font-semibold", a && "pl-8", e),
|
|
188
|
+
...o
|
|
205
189
|
}
|
|
206
190
|
));
|
|
207
|
-
|
|
208
|
-
const
|
|
209
|
-
|
|
210
|
-
const V = ({ className: e, ...
|
|
191
|
+
G.displayName = r.Label.displayName;
|
|
192
|
+
const L = d.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(r.Separator, { ref: o, className: s("-mx-1 my-1 h-px bg-muted", e), ...a }));
|
|
193
|
+
L.displayName = r.Separator.displayName;
|
|
194
|
+
const V = ({ className: e, ...a }) => /* @__PURE__ */ t.jsx("span", { className: s("ml-auto text-xs tracking-widest text-muted-foreground", e), ...a });
|
|
211
195
|
V.displayname = "MenubarShortcut";
|
|
212
|
-
const
|
|
213
|
-
|
|
214
|
-
const p = n.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
|
|
215
|
-
d.Overlay,
|
|
196
|
+
const we = i.Root, ve = i.Group, Ce = i.Value, H = d.forwardRef(({ className: e, children: a, ...o }, n) => /* @__PURE__ */ t.jsxs(
|
|
197
|
+
i.Trigger,
|
|
216
198
|
{
|
|
217
|
-
|
|
199
|
+
ref: n,
|
|
200
|
+
className: s(
|
|
201
|
+
"flex h-9 w-full items-center justify-between rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50",
|
|
202
|
+
e
|
|
203
|
+
),
|
|
204
|
+
...o,
|
|
205
|
+
children: [
|
|
206
|
+
a,
|
|
207
|
+
/* @__PURE__ */ t.jsx(i.Icon, { asChild: !0, children: /* @__PURE__ */ t.jsx(y, { className: "h-4 w-4 opacity-50" }) })
|
|
208
|
+
]
|
|
209
|
+
}
|
|
210
|
+
));
|
|
211
|
+
H.displayName = i.Trigger.displayName;
|
|
212
|
+
const F = d.forwardRef(({ className: e, children: a, position: o = "popper", ...n }, c) => /* @__PURE__ */ t.jsx(i.Portal, { children: /* @__PURE__ */ t.jsx(
|
|
213
|
+
i.Content,
|
|
214
|
+
{
|
|
215
|
+
ref: c,
|
|
216
|
+
className: s(
|
|
217
|
+
"relative z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
218
|
+
o === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
219
|
+
e
|
|
220
|
+
),
|
|
221
|
+
position: o,
|
|
222
|
+
...n,
|
|
223
|
+
children: /* @__PURE__ */ t.jsx(
|
|
224
|
+
i.Viewport,
|
|
225
|
+
{
|
|
226
|
+
className: s(
|
|
227
|
+
"p-1",
|
|
228
|
+
o === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"
|
|
229
|
+
),
|
|
230
|
+
children: a
|
|
231
|
+
}
|
|
232
|
+
)
|
|
233
|
+
}
|
|
234
|
+
) }));
|
|
235
|
+
F.displayName = i.Content.displayName;
|
|
236
|
+
const B = d.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(i.Label, { ref: o, className: s("px-2 py-1.5 text-sm font-semibold", e), ...a }));
|
|
237
|
+
B.displayName = i.Label.displayName;
|
|
238
|
+
const E = d.forwardRef(({ className: e, children: a, ...o }, n) => /* @__PURE__ */ t.jsxs(
|
|
239
|
+
i.Item,
|
|
240
|
+
{
|
|
241
|
+
ref: n,
|
|
242
|
+
className: s(
|
|
243
|
+
"relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-2 pr-8 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
244
|
+
e
|
|
245
|
+
),
|
|
246
|
+
...o,
|
|
247
|
+
children: [
|
|
248
|
+
/* @__PURE__ */ t.jsx("span", { className: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ t.jsx(i.ItemIndicator, { children: /* @__PURE__ */ t.jsx(u, { className: "h-4 w-4" }) }) }),
|
|
249
|
+
/* @__PURE__ */ t.jsx(i.ItemText, { children: a })
|
|
250
|
+
]
|
|
251
|
+
}
|
|
252
|
+
));
|
|
253
|
+
E.displayName = i.Item.displayName;
|
|
254
|
+
const O = d.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(i.Separator, { ref: o, className: s("-mx-1 my-1 h-px bg-muted", e), ...a }));
|
|
255
|
+
O.displayName = i.Separator.displayName;
|
|
256
|
+
const je = l.Root, Se = l.Trigger, Me = l.Close, f = ({ className: e, ...a }) => /* @__PURE__ */ t.jsx(l.Portal, { className: s(e), ...a });
|
|
257
|
+
f.displayName = l.Portal.displayName;
|
|
258
|
+
const g = d.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(
|
|
259
|
+
l.Overlay,
|
|
260
|
+
{
|
|
261
|
+
className: s(
|
|
218
262
|
"fixed inset-0 z-50 bg-background/80 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
|
|
219
263
|
e
|
|
220
264
|
),
|
|
221
|
-
...
|
|
222
|
-
ref:
|
|
265
|
+
...a,
|
|
266
|
+
ref: o
|
|
223
267
|
}
|
|
224
268
|
));
|
|
225
|
-
|
|
226
|
-
const
|
|
269
|
+
g.displayName = l.Overlay.displayName;
|
|
270
|
+
const q = m(
|
|
227
271
|
"fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
|
|
228
272
|
{
|
|
229
273
|
variants: {
|
|
@@ -238,159 +282,159 @@ const L = c(
|
|
|
238
282
|
side: "right"
|
|
239
283
|
}
|
|
240
284
|
}
|
|
241
|
-
),
|
|
242
|
-
({ side: e = "right", className:
|
|
243
|
-
/* @__PURE__ */
|
|
244
|
-
/* @__PURE__ */
|
|
245
|
-
|
|
246
|
-
/* @__PURE__ */
|
|
247
|
-
/* @__PURE__ */
|
|
248
|
-
/* @__PURE__ */
|
|
285
|
+
), _ = d.forwardRef(
|
|
286
|
+
({ side: e = "right", className: a, children: o, ...n }, c) => /* @__PURE__ */ t.jsxs(f, { children: [
|
|
287
|
+
/* @__PURE__ */ t.jsx(g, {}),
|
|
288
|
+
/* @__PURE__ */ t.jsxs(l.Content, { ref: c, className: s(q({ side: e }), a), ...n, children: [
|
|
289
|
+
o,
|
|
290
|
+
/* @__PURE__ */ t.jsxs(l.Close, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary", children: [
|
|
291
|
+
/* @__PURE__ */ t.jsx(N, { className: "h-4 w-4" }),
|
|
292
|
+
/* @__PURE__ */ t.jsx("span", { className: "sr-only", children: "Close" })
|
|
249
293
|
] })
|
|
250
294
|
] })
|
|
251
295
|
] })
|
|
252
296
|
);
|
|
253
|
-
|
|
254
|
-
const
|
|
255
|
-
|
|
256
|
-
const
|
|
257
|
-
|
|
258
|
-
const
|
|
259
|
-
|
|
260
|
-
const
|
|
261
|
-
|
|
297
|
+
_.displayName = l.Content.displayName;
|
|
298
|
+
const J = ({ className: e, ...a }) => /* @__PURE__ */ t.jsx("div", { className: s("flex flex-col space-y-2 text-center sm:text-left", e), ...a });
|
|
299
|
+
J.displayName = "SheetHeader";
|
|
300
|
+
const K = ({ className: e, ...a }) => /* @__PURE__ */ t.jsx("div", { className: s("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", e), ...a });
|
|
301
|
+
K.displayName = "SheetFooter";
|
|
302
|
+
const Q = d.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(l.Title, { ref: o, className: s("text-lg font-semibold text-foreground", e), ...a }));
|
|
303
|
+
Q.displayName = l.Title.displayName;
|
|
304
|
+
const U = d.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(l.Description, { ref: o, className: s("text-sm text-muted-foreground", e), ...a }));
|
|
305
|
+
U.displayName = l.Description.displayName;
|
|
262
306
|
export {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
307
|
+
Re as Accordion,
|
|
308
|
+
Ie as AccordionContent,
|
|
309
|
+
Ae as AccordionItem,
|
|
310
|
+
ke as AccordionTrigger,
|
|
311
|
+
j as Alert,
|
|
312
|
+
M as AlertDescription,
|
|
313
|
+
Pe as AlertDialog,
|
|
314
|
+
ze as AlertDialogAction,
|
|
315
|
+
Ge as AlertDialogCancel,
|
|
316
|
+
Le as AlertDialogContent,
|
|
317
|
+
Ve as AlertDialogDescription,
|
|
318
|
+
He as AlertDialogFooter,
|
|
319
|
+
Fe as AlertDialogHeader,
|
|
320
|
+
Be as AlertDialogTitle,
|
|
321
|
+
Ee as AlertDialogTrigger,
|
|
322
|
+
S as AlertTitle,
|
|
323
|
+
Oe as Badge,
|
|
324
|
+
qe as Button,
|
|
325
|
+
_e as Card,
|
|
326
|
+
Je as CardContent,
|
|
327
|
+
Ke as CardDescription,
|
|
328
|
+
Qe as CardFooter,
|
|
329
|
+
Ue as CardHeader,
|
|
330
|
+
We as CardTitle,
|
|
331
|
+
Xe as Command,
|
|
332
|
+
Ye as CommandDialog,
|
|
333
|
+
Ze as CommandEmpty,
|
|
334
|
+
$e as CommandGroup,
|
|
335
|
+
ea as CommandInput,
|
|
336
|
+
aa as CommandItem,
|
|
337
|
+
ta as CommandList,
|
|
338
|
+
oa as CommandSeparator,
|
|
339
|
+
sa as CommandShortcut,
|
|
340
|
+
ra as ContextMenu,
|
|
341
|
+
na as ContextMenuCheckboxItem,
|
|
342
|
+
da as ContextMenuContent,
|
|
343
|
+
ia as ContextMenuGroup,
|
|
344
|
+
la as ContextMenuItem,
|
|
345
|
+
ca as ContextMenuLabel,
|
|
346
|
+
ma as ContextMenuPortal,
|
|
347
|
+
pa as ContextMenuRadioGroup,
|
|
348
|
+
ua as ContextMenuRadioItem,
|
|
349
|
+
fa as ContextMenuSeparator,
|
|
350
|
+
ga as ContextMenuShortcut,
|
|
351
|
+
xa as ContextMenuSub,
|
|
352
|
+
ba as ContextMenuSubContent,
|
|
353
|
+
ha as ContextMenuSubTrigger,
|
|
354
|
+
ya as ContextMenuTrigger,
|
|
355
|
+
Na as Dialog,
|
|
356
|
+
wa as DialogContent,
|
|
357
|
+
va as DialogDescription,
|
|
358
|
+
Ca as DialogFooter,
|
|
359
|
+
ja as DialogHeader,
|
|
360
|
+
Sa as DialogTitle,
|
|
361
|
+
Ma as DialogTrigger,
|
|
362
|
+
Ta as DropdownMenu,
|
|
363
|
+
Da as DropdownMenuCheckboxItem,
|
|
364
|
+
Ra as DropdownMenuContent,
|
|
365
|
+
Ia as DropdownMenuGroup,
|
|
366
|
+
Aa as DropdownMenuItem,
|
|
367
|
+
ka as DropdownMenuLabel,
|
|
368
|
+
Pa as DropdownMenuPortal,
|
|
369
|
+
za as DropdownMenuRadioGroup,
|
|
370
|
+
Ga as DropdownMenuRadioItem,
|
|
371
|
+
La as DropdownMenuSeparator,
|
|
372
|
+
Va as DropdownMenuShortcut,
|
|
373
|
+
Ha as DropdownMenuSub,
|
|
374
|
+
Fa as DropdownMenuSubContent,
|
|
375
|
+
Ba as DropdownMenuSubTrigger,
|
|
376
|
+
Ea as DropdownMenuTrigger,
|
|
377
|
+
Oa as HoverCard,
|
|
378
|
+
qa as HoverCardContent,
|
|
379
|
+
_a as HoverCardTrigger,
|
|
380
|
+
Ja as Input,
|
|
381
|
+
Ka as Label,
|
|
382
|
+
T as Menubar,
|
|
383
|
+
P as MenubarCheckboxItem,
|
|
384
|
+
A as MenubarContent,
|
|
385
|
+
be as MenubarGroup,
|
|
386
|
+
k as MenubarItem,
|
|
387
|
+
G as MenubarLabel,
|
|
388
|
+
xe as MenubarMenu,
|
|
389
|
+
he as MenubarPortal,
|
|
390
|
+
Ne as MenubarRadioGroup,
|
|
391
|
+
z as MenubarRadioItem,
|
|
392
|
+
L as MenubarSeparator,
|
|
349
393
|
V as MenubarShortcut,
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
394
|
+
ye as MenubarSub,
|
|
395
|
+
I as MenubarSubContent,
|
|
396
|
+
R as MenubarSubTrigger,
|
|
353
397
|
D as MenubarTrigger,
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
398
|
+
Qa as Popover,
|
|
399
|
+
Ua as PopoverContent,
|
|
400
|
+
Wa as PopoverTrigger,
|
|
401
|
+
Xa as ScrollArea,
|
|
402
|
+
Ya as ScrollBar,
|
|
403
|
+
we as Select,
|
|
404
|
+
F as SelectContent,
|
|
405
|
+
ve as SelectGroup,
|
|
406
|
+
E as SelectItem,
|
|
407
|
+
B as SelectLabel,
|
|
408
|
+
O as SelectSeparator,
|
|
409
|
+
H as SelectTrigger,
|
|
410
|
+
Ce as SelectValue,
|
|
411
|
+
Za as Separator,
|
|
412
|
+
je as Sheet,
|
|
413
|
+
Me as SheetClose,
|
|
414
|
+
_ as SheetContent,
|
|
415
|
+
U as SheetDescription,
|
|
416
|
+
K as SheetFooter,
|
|
417
|
+
J as SheetHeader,
|
|
418
|
+
Q as SheetTitle,
|
|
419
|
+
Se as SheetTrigger,
|
|
420
|
+
$a as Skeleton,
|
|
421
|
+
et as Switch,
|
|
422
|
+
at as Tabs,
|
|
423
|
+
tt as TabsContent,
|
|
424
|
+
ot as TabsList,
|
|
425
|
+
st as TabsTrigger,
|
|
426
|
+
rt as Textarea,
|
|
427
|
+
nt as Toaster,
|
|
428
|
+
v as Toggle,
|
|
429
|
+
dt as Tooltip,
|
|
430
|
+
it as TooltipContent,
|
|
431
|
+
lt as TooltipPortal,
|
|
432
|
+
ct as TooltipProvider,
|
|
433
|
+
mt as TooltipTrigger,
|
|
434
|
+
pt as badgeVariants,
|
|
435
|
+
ut as buttonVariants,
|
|
436
|
+
ft as reducer,
|
|
437
|
+
gt as toast,
|
|
438
|
+
w as toggleVariants,
|
|
439
|
+
xt as useToast
|
|
396
440
|
};
|