@chaibuilder/sdk 2.0.0-beta.64 → 2.0.0-beta.66
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/CodeEditor-B2x4yruH.cjs +1 -0
- package/dist/CodeEditor-VcQsGvTM.js +65 -0
- package/dist/Topbar-BQsjWb-A.js +16 -0
- package/dist/Topbar-DEw_kBMz.cjs +1 -0
- package/dist/chaibuilder-logo.png +0 -0
- package/dist/context-menu-C4lLV8gP.cjs +1 -0
- package/dist/{context-menu-FCyNTUkl.js → context-menu-D5ViOi6K.js} +236 -239
- package/dist/core.cjs +5 -5
- package/dist/core.js +1601 -1609
- package/dist/render.cjs +2 -2
- package/dist/render.js +83 -83
- package/dist/ui.cjs +1 -1
- package/dist/ui.js +198 -198
- package/dist/web-blocks.cjs +6 -6
- package/dist/web-blocks.js +375 -346
- package/package.json +4 -2
- package/dist/CodeEditor-BLTQpTTM.js +0 -67
- package/dist/CodeEditor-CJhjQonw.cjs +0 -1
- package/dist/Topbar-CEyGOl06.js +0 -16
- package/dist/Topbar-pFV2NO8v.cjs +0 -1
- package/dist/context-menu-C_ITMOD1.cjs +0 -1
- package/dist/jsx-runtime-Drh4NO5G.js +0 -633
- package/dist/jsx-runtime-qcKc-DpB.cjs +0 -30
package/dist/ui.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsx as o, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import * as r from "react";
|
|
3
|
-
import * as
|
|
4
|
-
import { cva as
|
|
5
|
-
import { c as s, D as
|
|
6
|
-
import { A as
|
|
7
|
-
import { CaretSortIcon as
|
|
3
|
+
import * as u from "@radix-ui/react-toggle";
|
|
4
|
+
import { cva as p } from "class-variance-authority";
|
|
5
|
+
import { c as s, D as h, a as b } from "./context-menu-D5ViOi6K.js";
|
|
6
|
+
import { A as de, g as ie, e as le, f as me, j as ce, q as pe, r as ue, l as ge, p as fe, n as xe, m as he, o as be, k as ye, h as Ne, B as we, C as ve, F as Ce, E as Se, y as De, x as Te, z as ke, aj as Me, an as Re, al as Ie, as as _e, am as Ae, ap as Pe, at as Ve, ax as Ge, ao as Le, aq as He, ar as je, au as ze, av as Fe, aw as Be, ak as Ee, w as Oe, u as qe, t as $e, v as Je, s as Ke, $ as Qe, a3 as Ue, a1 as We, a8 as Xe, a2 as Ye, a5 as Ze, a9 as ea, ad as aa, a4 as ta, a6 as oa, a7 as sa, aa as ra, ab as na, ac as da, a0 as ia, Y as la, _ as ma, Z as ca, I as pa, L as ua, V as ga, X as fa, W as xa, G as ha, H as ba, ae as ya, S as Na, b as wa, J as va, N as Ca, K as Sa, M as Da, T as Ta, ai as ka, O as Ma, Q as Ra, U as Ia, R as _a, P as Aa, i as Pa, d as Va, af as Ga, ah as La, ag as Ha } from "./context-menu-D5ViOi6K.js";
|
|
7
|
+
import { CaretSortIcon as y, CheckIcon as N, Cross2Icon as w, MagnifyingGlassIcon as v } from "@radix-ui/react-icons";
|
|
8
8
|
import * as n from "@radix-ui/react-select";
|
|
9
9
|
import * as d from "@radix-ui/react-dialog";
|
|
10
10
|
import { Command as i } from "cmdk";
|
|
11
|
-
const
|
|
11
|
+
const C = p(
|
|
12
12
|
"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",
|
|
13
13
|
{
|
|
14
14
|
variants: {
|
|
@@ -27,9 +27,9 @@ const v = c(
|
|
|
27
27
|
size: "default"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
),
|
|
31
|
-
|
|
32
|
-
const
|
|
30
|
+
), S = r.forwardRef(({ className: e, variant: a, size: t, ...l }, c) => /* @__PURE__ */ o(u.Root, { ref: c, className: s(C({ variant: a, size: t, className: e })), ...l }));
|
|
31
|
+
S.displayName = u.Root.displayName;
|
|
32
|
+
const D = p(
|
|
33
33
|
"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",
|
|
34
34
|
{
|
|
35
35
|
variants: {
|
|
@@ -42,17 +42,17 @@ const j = c(
|
|
|
42
42
|
variant: "default"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
),
|
|
46
|
-
|
|
47
|
-
const
|
|
48
|
-
({ className: e, ...a },
|
|
45
|
+
), T = r.forwardRef(({ className: e, variant: a, ...t }, l) => /* @__PURE__ */ o("div", { ref: l, role: "alert", className: s(D({ variant: a }), e), ...t }));
|
|
46
|
+
T.displayName = "Alert";
|
|
47
|
+
const k = r.forwardRef(
|
|
48
|
+
({ className: e, ...a }, t) => /* @__PURE__ */ o("h5", { ref: t, className: s("mb-1 font-medium leading-none tracking-tight", e), ...a })
|
|
49
49
|
);
|
|
50
|
-
|
|
51
|
-
const
|
|
52
|
-
({ className: e, ...a },
|
|
50
|
+
k.displayName = "AlertTitle";
|
|
51
|
+
const M = r.forwardRef(
|
|
52
|
+
({ className: e, ...a }, t) => /* @__PURE__ */ o("div", { ref: t, className: s("text-sm [&_p]:leading-relaxed", e), ...a })
|
|
53
53
|
);
|
|
54
|
-
|
|
55
|
-
const
|
|
54
|
+
M.displayName = "AlertDescription";
|
|
55
|
+
const Y = n.Root, Z = n.Group, ee = n.Value, R = r.forwardRef(({ className: e, children: a, ...t }, l) => /* @__PURE__ */ m(
|
|
56
56
|
n.Trigger,
|
|
57
57
|
{
|
|
58
58
|
ref: l,
|
|
@@ -60,41 +60,41 @@ const X = n.Root, Y = n.Group, Z = n.Value, k = r.forwardRef(({ className: e, ch
|
|
|
60
60
|
"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",
|
|
61
61
|
e
|
|
62
62
|
),
|
|
63
|
-
...
|
|
63
|
+
...t,
|
|
64
64
|
children: [
|
|
65
65
|
a,
|
|
66
|
-
/* @__PURE__ */
|
|
66
|
+
/* @__PURE__ */ o(n.Icon, { asChild: !0, children: /* @__PURE__ */ o(y, { className: "h-4 w-4 opacity-50" }) })
|
|
67
67
|
]
|
|
68
68
|
}
|
|
69
69
|
));
|
|
70
|
-
|
|
71
|
-
const
|
|
70
|
+
R.displayName = n.Trigger.displayName;
|
|
71
|
+
const I = r.forwardRef(({ className: e, children: a, position: t = "popper", ...l }, c) => /* @__PURE__ */ o(n.Portal, { children: /* @__PURE__ */ o(
|
|
72
72
|
n.Content,
|
|
73
73
|
{
|
|
74
|
-
ref:
|
|
74
|
+
ref: c,
|
|
75
75
|
className: s(
|
|
76
76
|
"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",
|
|
77
|
-
|
|
77
|
+
t === "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",
|
|
78
78
|
e
|
|
79
79
|
),
|
|
80
|
-
position:
|
|
80
|
+
position: t,
|
|
81
81
|
...l,
|
|
82
|
-
children: /* @__PURE__ */
|
|
82
|
+
children: /* @__PURE__ */ o(
|
|
83
83
|
n.Viewport,
|
|
84
84
|
{
|
|
85
85
|
className: s(
|
|
86
86
|
"p-1",
|
|
87
|
-
|
|
87
|
+
t === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"
|
|
88
88
|
),
|
|
89
89
|
children: a
|
|
90
90
|
}
|
|
91
91
|
)
|
|
92
92
|
}
|
|
93
93
|
) }));
|
|
94
|
-
|
|
95
|
-
const
|
|
96
|
-
|
|
97
|
-
const
|
|
94
|
+
I.displayName = n.Content.displayName;
|
|
95
|
+
const _ = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(n.Label, { ref: t, className: s("px-2 py-1.5 text-sm font-semibold", e), ...a }));
|
|
96
|
+
_.displayName = n.Label.displayName;
|
|
97
|
+
const A = r.forwardRef(({ className: e, children: a, ...t }, l) => /* @__PURE__ */ m(
|
|
98
98
|
n.Item,
|
|
99
99
|
{
|
|
100
100
|
ref: l,
|
|
@@ -102,19 +102,19 @@ const I = r.forwardRef(({ className: e, children: a, ...o }, l) => /* @__PURE__
|
|
|
102
102
|
"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",
|
|
103
103
|
e
|
|
104
104
|
),
|
|
105
|
-
...
|
|
105
|
+
...t,
|
|
106
106
|
children: [
|
|
107
|
-
/* @__PURE__ */
|
|
108
|
-
/* @__PURE__ */
|
|
107
|
+
/* @__PURE__ */ o("span", { className: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o(n.ItemIndicator, { children: /* @__PURE__ */ o(N, { className: "h-4 w-4" }) }) }),
|
|
108
|
+
/* @__PURE__ */ o(n.ItemText, { children: a })
|
|
109
109
|
]
|
|
110
110
|
}
|
|
111
111
|
));
|
|
112
|
-
|
|
113
|
-
const
|
|
114
|
-
|
|
115
|
-
const
|
|
116
|
-
|
|
117
|
-
const
|
|
112
|
+
A.displayName = n.Item.displayName;
|
|
113
|
+
const P = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(n.Separator, { ref: t, className: s("-mx-1 my-1 h-px bg-muted", e), ...a }));
|
|
114
|
+
P.displayName = n.Separator.displayName;
|
|
115
|
+
const ae = d.Root, te = d.Trigger, oe = d.Close, g = ({ className: e, ...a }) => /* @__PURE__ */ o(d.Portal, { className: s(e), ...a });
|
|
116
|
+
g.displayName = d.Portal.displayName;
|
|
117
|
+
const f = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(
|
|
118
118
|
d.Overlay,
|
|
119
119
|
{
|
|
120
120
|
className: s(
|
|
@@ -122,11 +122,11 @@ const g = r.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(
|
|
|
122
122
|
e
|
|
123
123
|
),
|
|
124
124
|
...a,
|
|
125
|
-
ref:
|
|
125
|
+
ref: t
|
|
126
126
|
}
|
|
127
127
|
));
|
|
128
|
-
|
|
129
|
-
const
|
|
128
|
+
f.displayName = d.Overlay.displayName;
|
|
129
|
+
const V = p(
|
|
130
130
|
"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",
|
|
131
131
|
{
|
|
132
132
|
variants: {
|
|
@@ -141,31 +141,31 @@ const A = c(
|
|
|
141
141
|
side: "right"
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
|
-
),
|
|
145
|
-
({ side: e = "right", className: a, children:
|
|
146
|
-
/* @__PURE__ */
|
|
147
|
-
/* @__PURE__ */
|
|
148
|
-
|
|
149
|
-
/* @__PURE__ */
|
|
150
|
-
/* @__PURE__ */
|
|
151
|
-
/* @__PURE__ */
|
|
144
|
+
), G = r.forwardRef(
|
|
145
|
+
({ side: e = "right", className: a, children: t, ...l }, c) => /* @__PURE__ */ m(g, { children: [
|
|
146
|
+
/* @__PURE__ */ o(f, {}),
|
|
147
|
+
/* @__PURE__ */ m(d.Content, { ref: c, className: s(V({ side: e }), a), ...l, children: [
|
|
148
|
+
t,
|
|
149
|
+
/* @__PURE__ */ m(d.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: [
|
|
150
|
+
/* @__PURE__ */ o(w, { className: "h-4 w-4" }),
|
|
151
|
+
/* @__PURE__ */ o("span", { className: "sr-only", children: "Close" })
|
|
152
152
|
] })
|
|
153
153
|
] })
|
|
154
154
|
] })
|
|
155
155
|
);
|
|
156
|
-
|
|
157
|
-
const
|
|
158
|
-
|
|
159
|
-
const
|
|
160
|
-
|
|
161
|
-
const
|
|
162
|
-
|
|
163
|
-
const
|
|
164
|
-
|
|
165
|
-
const
|
|
156
|
+
G.displayName = d.Content.displayName;
|
|
157
|
+
const L = ({ className: e, ...a }) => /* @__PURE__ */ o("div", { className: s("flex flex-col space-y-2 text-center sm:text-left", e), ...a });
|
|
158
|
+
L.displayName = "SheetHeader";
|
|
159
|
+
const H = ({ className: e, ...a }) => /* @__PURE__ */ o("div", { className: s("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", e), ...a });
|
|
160
|
+
H.displayName = "SheetFooter";
|
|
161
|
+
const j = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(d.Title, { ref: t, className: s("text-lg font-semibold text-foreground", e), ...a }));
|
|
162
|
+
j.displayName = d.Title.displayName;
|
|
163
|
+
const z = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(d.Description, { ref: t, className: s("text-sm text-muted-foreground", e), ...a }));
|
|
164
|
+
z.displayName = d.Description.displayName;
|
|
165
|
+
const x = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(
|
|
166
166
|
i,
|
|
167
167
|
{
|
|
168
|
-
ref:
|
|
168
|
+
ref: t,
|
|
169
169
|
className: s(
|
|
170
170
|
"flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",
|
|
171
171
|
e
|
|
@@ -173,13 +173,13 @@ const f = r.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(
|
|
|
173
173
|
...a
|
|
174
174
|
}
|
|
175
175
|
));
|
|
176
|
-
|
|
177
|
-
const
|
|
178
|
-
/* @__PURE__ */
|
|
179
|
-
/* @__PURE__ */
|
|
176
|
+
x.displayName = i.displayName;
|
|
177
|
+
const se = ({ children: e, ...a }) => /* @__PURE__ */ o(h, { ...a, children: /* @__PURE__ */ o(b, { className: "overflow-hidden p-0", children: /* @__PURE__ */ o(x, { className: "[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5", children: e }) }) }), F = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ m("div", { className: "flex items-center border-b px-3", "cmdk-input-wrapper": "", children: [
|
|
178
|
+
/* @__PURE__ */ o(v, { className: "mr-2 h-4 w-4 shrink-0 opacity-50" }),
|
|
179
|
+
/* @__PURE__ */ o(
|
|
180
180
|
i.Input,
|
|
181
181
|
{
|
|
182
|
-
ref:
|
|
182
|
+
ref: t,
|
|
183
183
|
className: s(
|
|
184
184
|
"flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
|
|
185
185
|
e
|
|
@@ -188,22 +188,22 @@ const oe = ({ children: e, ...a }) => /* @__PURE__ */ t.jsx(x, { ...a, children:
|
|
|
188
188
|
}
|
|
189
189
|
)
|
|
190
190
|
] }));
|
|
191
|
-
|
|
192
|
-
const
|
|
191
|
+
F.displayName = i.Input.displayName;
|
|
192
|
+
const B = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(
|
|
193
193
|
i.List,
|
|
194
194
|
{
|
|
195
|
-
ref:
|
|
195
|
+
ref: t,
|
|
196
196
|
className: s("max-h-[300px] overflow-y-auto overflow-x-hidden", e),
|
|
197
197
|
...a
|
|
198
198
|
}
|
|
199
199
|
));
|
|
200
|
-
|
|
201
|
-
const E = r.forwardRef((e, a) => /* @__PURE__ */
|
|
200
|
+
B.displayName = i.List.displayName;
|
|
201
|
+
const E = r.forwardRef((e, a) => /* @__PURE__ */ o(i.Empty, { ref: a, className: "py-6 text-center text-sm", ...e }));
|
|
202
202
|
E.displayName = i.Empty.displayName;
|
|
203
|
-
const
|
|
203
|
+
const O = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(
|
|
204
204
|
i.Group,
|
|
205
205
|
{
|
|
206
|
-
ref:
|
|
206
|
+
ref: t,
|
|
207
207
|
className: s(
|
|
208
208
|
"overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
|
|
209
209
|
e
|
|
@@ -211,13 +211,13 @@ const B = r.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(
|
|
|
211
211
|
...a
|
|
212
212
|
}
|
|
213
213
|
));
|
|
214
|
-
|
|
215
|
-
const
|
|
216
|
-
|
|
217
|
-
const
|
|
214
|
+
O.displayName = i.Group.displayName;
|
|
215
|
+
const q = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(i.Separator, { ref: t, className: s("-mx-1 h-px bg-border", e), ...a }));
|
|
216
|
+
q.displayName = i.Separator.displayName;
|
|
217
|
+
const $ = r.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ o(
|
|
218
218
|
i.Item,
|
|
219
219
|
{
|
|
220
|
-
ref:
|
|
220
|
+
ref: t,
|
|
221
221
|
className: s(
|
|
222
222
|
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
223
223
|
e
|
|
@@ -225,125 +225,125 @@ const q = r.forwardRef(({ className: e, ...a }, o) => /* @__PURE__ */ t.jsx(
|
|
|
225
225
|
...a
|
|
226
226
|
}
|
|
227
227
|
));
|
|
228
|
-
|
|
229
|
-
const
|
|
230
|
-
|
|
228
|
+
$.displayName = i.Item.displayName;
|
|
229
|
+
const J = ({ className: e, ...a }) => /* @__PURE__ */ o("span", { className: s("ml-auto text-xs tracking-widest text-muted-foreground", e), ...a });
|
|
230
|
+
J.displayName = "CommandShortcut";
|
|
231
231
|
export {
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
232
|
+
de as Accordion,
|
|
233
|
+
ie as AccordionContent,
|
|
234
|
+
le as AccordionItem,
|
|
235
|
+
me as AccordionTrigger,
|
|
236
|
+
T as Alert,
|
|
237
|
+
M as AlertDescription,
|
|
238
|
+
ce as AlertDialog,
|
|
239
|
+
pe as AlertDialogAction,
|
|
240
|
+
ue as AlertDialogCancel,
|
|
241
|
+
ge as AlertDialogContent,
|
|
242
|
+
fe as AlertDialogDescription,
|
|
243
|
+
xe as AlertDialogFooter,
|
|
244
|
+
he as AlertDialogHeader,
|
|
245
|
+
be as AlertDialogTitle,
|
|
246
|
+
ye as AlertDialogTrigger,
|
|
247
|
+
k as AlertTitle,
|
|
248
|
+
Ne as Badge,
|
|
249
|
+
we as Button,
|
|
250
|
+
ve as Card,
|
|
251
|
+
Ce as CardContent,
|
|
252
|
+
Se as CardDescription,
|
|
253
|
+
De as CardFooter,
|
|
254
|
+
Te as CardHeader,
|
|
255
|
+
ke as CardTitle,
|
|
256
|
+
x as Command,
|
|
257
|
+
se as CommandDialog,
|
|
258
258
|
E as CommandEmpty,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
259
|
+
O as CommandGroup,
|
|
260
|
+
F as CommandInput,
|
|
261
|
+
$ as CommandItem,
|
|
262
|
+
B as CommandList,
|
|
263
|
+
q as CommandSeparator,
|
|
264
|
+
J as CommandShortcut,
|
|
265
|
+
Me as ContextMenu,
|
|
266
|
+
Re as ContextMenuCheckboxItem,
|
|
267
|
+
Ie as ContextMenuContent,
|
|
268
|
+
_e as ContextMenuGroup,
|
|
269
|
+
Ae as ContextMenuItem,
|
|
270
|
+
Pe as ContextMenuLabel,
|
|
271
|
+
Ve as ContextMenuPortal,
|
|
272
|
+
Ge as ContextMenuRadioGroup,
|
|
273
|
+
Le as ContextMenuRadioItem,
|
|
274
|
+
He as ContextMenuSeparator,
|
|
275
|
+
je as ContextMenuShortcut,
|
|
276
|
+
ze as ContextMenuSub,
|
|
277
|
+
Fe as ContextMenuSubContent,
|
|
278
|
+
Be as ContextMenuSubTrigger,
|
|
279
279
|
Ee as ContextMenuTrigger,
|
|
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
|
-
|
|
280
|
+
h as Dialog,
|
|
281
|
+
b as DialogContent,
|
|
282
|
+
Oe as DialogDescription,
|
|
283
|
+
qe as DialogFooter,
|
|
284
|
+
$e as DialogHeader,
|
|
285
|
+
Je as DialogTitle,
|
|
286
|
+
Ke as DialogTrigger,
|
|
287
|
+
Qe as DropdownMenu,
|
|
288
|
+
Ue as DropdownMenuCheckboxItem,
|
|
289
|
+
We as DropdownMenuContent,
|
|
290
|
+
Xe as DropdownMenuGroup,
|
|
291
|
+
Ye as DropdownMenuItem,
|
|
292
|
+
Ze as DropdownMenuLabel,
|
|
293
|
+
ea as DropdownMenuPortal,
|
|
294
|
+
aa as DropdownMenuRadioGroup,
|
|
295
|
+
ta as DropdownMenuRadioItem,
|
|
296
|
+
oa as DropdownMenuSeparator,
|
|
297
|
+
sa as DropdownMenuShortcut,
|
|
298
|
+
ra as DropdownMenuSub,
|
|
299
|
+
na as DropdownMenuSubContent,
|
|
300
|
+
da as DropdownMenuSubTrigger,
|
|
301
|
+
ia as DropdownMenuTrigger,
|
|
302
|
+
la as HoverCard,
|
|
303
|
+
ma as HoverCardContent,
|
|
304
|
+
ca as HoverCardTrigger,
|
|
305
|
+
pa as Input,
|
|
306
|
+
ua as Label,
|
|
307
|
+
ga as Popover,
|
|
308
|
+
fa as PopoverContent,
|
|
309
|
+
xa as PopoverTrigger,
|
|
310
|
+
ha as ScrollArea,
|
|
311
|
+
ba as ScrollBar,
|
|
312
|
+
Y as Select,
|
|
313
|
+
I as SelectContent,
|
|
314
|
+
Z as SelectGroup,
|
|
315
|
+
A as SelectItem,
|
|
316
|
+
_ as SelectLabel,
|
|
317
|
+
P as SelectSeparator,
|
|
318
|
+
R as SelectTrigger,
|
|
319
|
+
ee as SelectValue,
|
|
320
|
+
ya as Separator,
|
|
321
|
+
ae as Sheet,
|
|
322
|
+
oe as SheetClose,
|
|
323
|
+
G as SheetContent,
|
|
324
|
+
z as SheetDescription,
|
|
325
|
+
H as SheetFooter,
|
|
326
|
+
L as SheetHeader,
|
|
327
|
+
j as SheetTitle,
|
|
328
|
+
te as SheetTrigger,
|
|
329
|
+
Na as Skeleton,
|
|
330
|
+
wa as Switch,
|
|
331
|
+
va as Tabs,
|
|
332
|
+
Ca as TabsContent,
|
|
333
|
+
Sa as TabsList,
|
|
334
|
+
Da as TabsTrigger,
|
|
335
|
+
Ta as Textarea,
|
|
336
|
+
ka as Toaster,
|
|
337
|
+
S as Toggle,
|
|
338
|
+
Ma as Tooltip,
|
|
339
|
+
Ra as TooltipContent,
|
|
340
|
+
Ia as TooltipPortal,
|
|
341
|
+
_a as TooltipProvider,
|
|
342
|
+
Aa as TooltipTrigger,
|
|
343
|
+
Pa as badgeVariants,
|
|
344
|
+
Va as buttonVariants,
|
|
345
|
+
Ga as reducer,
|
|
346
|
+
La as toast,
|
|
347
|
+
C as toggleVariants,
|
|
348
|
+
Ha as useToast
|
|
349
349
|
};
|