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