@definable/ui 0.1.36 → 0.1.37
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/icons/icons.d.ts +1 -0
- package/dist/icons/providers/definable.d.ts +2 -0
- package/dist/icons/providers/index.d.ts +1 -0
- package/dist/index.js +131 -107
- package/package.json +1 -1
package/dist/icons/icons.d.ts
CHANGED
|
@@ -8,4 +8,5 @@ export declare const Icons: {
|
|
|
8
8
|
moonshot: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
byteplus: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
kling: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
definable: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { Drawer as z, DrawerClose as D, DrawerContent as
|
|
2
|
-
import { Alert as
|
|
3
|
-
import { AlertDialog as
|
|
4
|
-
import { Avatar as
|
|
1
|
+
import { Drawer as z, DrawerClose as D, DrawerContent as I, DrawerDescription as S, DrawerFooter as L, DrawerHeader as N, DrawerOverlay as A, DrawerPortal as Z, DrawerTitle as B, DrawerTrigger as T } from "./components/drawer.js";
|
|
2
|
+
import { Alert as G, AlertDescription as O, AlertTitle as R } from "./components/alert.js";
|
|
3
|
+
import { AlertDialog as j } from "./components/alert-dialog.js";
|
|
4
|
+
import { Avatar as V, AvatarFallback as U, AvatarImage as K } from "./components/avatar.js";
|
|
5
5
|
import { Badge as X, badgeVariants as _ } from "./components/badge.js";
|
|
6
6
|
import { Button as J } from "./components/button.js";
|
|
7
7
|
import { Calendar as W } from "./components/calendar.js";
|
|
8
|
-
import { Card as
|
|
9
|
-
import { Carousel as
|
|
10
|
-
import { Checkbox as
|
|
11
|
-
import { Collapse as
|
|
12
|
-
import { Command as
|
|
13
|
-
import { CommandMenu as
|
|
8
|
+
import { Card as $, CardContent as e0, CardDescription as l0, CardFooter as o0, CardHeader as r0, CardTitle as t0 } from "./components/card.js";
|
|
9
|
+
import { Carousel as a0 } from "./components/carousel.js";
|
|
10
|
+
import { Checkbox as c0 } from "./components/checkbox.js";
|
|
11
|
+
import { Collapse as d0 } from "./components/collapse.js";
|
|
12
|
+
import { Command as m0, CommandDialog as h0, CommandEmpty as C0, CommandGroup as f0, CommandInput as g0, CommandItem as x0, CommandList as u0, CommandSeparator as w0 } from "./components/command.js";
|
|
13
|
+
import { CommandMenu as M0, CommandMenuDemo as b0 } from "./components/command-menu.js";
|
|
14
14
|
import { ConfirmationModal as y0 } from "./components/confirmation-modal.js";
|
|
15
|
-
import { ContextMenu as D0, ContextMenuCheckboxItem as
|
|
16
|
-
import { Dialog as
|
|
17
|
-
import { DropdownMenu as J0, DropdownMenuContent as Q0, DropdownMenuGroup as W0, DropdownMenuItem as Y0, DropdownMenuSeparator as
|
|
18
|
-
import { Dropzone as
|
|
19
|
-
import { ImageCropper as
|
|
20
|
-
import { ImageCropperModal as
|
|
21
|
-
import { Input as
|
|
22
|
-
import { Label as
|
|
23
|
-
import { Loader as
|
|
24
|
-
import { LoadingPlaceholder as
|
|
25
|
-
import { Mention as
|
|
15
|
+
import { ContextMenu as D0, ContextMenuCheckboxItem as I0, ContextMenuGroup as S0, ContextMenuItem as L0, ContextMenuLabel as N0, ContextMenuRadioGroup as A0, ContextMenuRadioItem as Z0, ContextMenuSeparator as B0, ContextMenuSub as T0, ContextMenuSubContent as k0, ContextMenuSubTrigger as G0 } from "./components/context-menu.js";
|
|
16
|
+
import { Dialog as R0, DialogClose as F0, DialogContent as j0, DialogDescription as P0, DialogFooter as V0, DialogHeader as U0, DialogOverlay as K0, DialogPortal as E0, DialogTitle as X0, DialogTrigger as _0 } from "./components/dialog.js";
|
|
17
|
+
import { DropdownMenu as J0, DropdownMenuContent as Q0, DropdownMenuGroup as W0, DropdownMenuItem as Y0, DropdownMenuSeparator as $0, DropdownMenuTrigger as e1 } from "./components/dropdown-menu.js";
|
|
18
|
+
import { Dropzone as o1 } from "./components/dropzone.js";
|
|
19
|
+
import { ImageCropper as t1 } from "./components/image-cropper.js";
|
|
20
|
+
import { ImageCropperModal as a1 } from "./components/image-cropper-modal.js";
|
|
21
|
+
import { Input as c1 } from "./components/input.js";
|
|
22
|
+
import { Label as d1 } from "./components/label.js";
|
|
23
|
+
import { Loader as m1 } from "./components/loader.js";
|
|
24
|
+
import { LoadingPlaceholder as C1 } from "./components/loading-placeholder.js";
|
|
25
|
+
import { Mention as g1 } from "./components/mention.js";
|
|
26
26
|
import { Modal as u1 } from "./components/modal.js";
|
|
27
27
|
import { NotificationContainer as v1 } from "./components/notification.js";
|
|
28
|
-
import { Popover as b1, PopoverContent as
|
|
28
|
+
import { Popover as b1, PopoverContent as H1, PopoverTrigger as y1 } from "./components/popover.js";
|
|
29
29
|
import { Progress as D1 } from "./components/progress.js";
|
|
30
|
-
import { RadioGroup as
|
|
31
|
-
import { ScrollArea as A1, ScrollBar as
|
|
32
|
-
import { SearchableSelect as
|
|
30
|
+
import { RadioGroup as S1, RadioGroupItem as L1 } from "./components/radio-group.js";
|
|
31
|
+
import { ScrollArea as A1, ScrollBar as Z1 } from "./components/scroll-area.js";
|
|
32
|
+
import { SearchableSelect as T1, Select as k1, SelectContent as G1, SelectGroup as O1, SelectItem as R1, SelectLabel as F1, SelectTrigger as j1, SelectValue as P1 } from "./components/select.js";
|
|
33
33
|
import { SelectionBar as U1 } from "./components/selection-bar.js";
|
|
34
34
|
import { Separator as E1 } from "./components/separator.js";
|
|
35
35
|
import { Sheet as _1 } from "./components/sheet.js";
|
|
36
36
|
import { Skeleton as J1 } from "./components/skeleton.js";
|
|
37
37
|
import { Slider as W1 } from "./components/slider.js";
|
|
38
|
-
import { a as
|
|
39
|
-
import { Switch as
|
|
40
|
-
import { Table as
|
|
41
|
-
import { TableEmpty as
|
|
42
|
-
import { TableMobile as
|
|
43
|
-
import { Tabs as
|
|
44
|
-
import { ANSI as
|
|
38
|
+
import { a as $1, S as e2, b as l2 } from "./stepper-modal-Bh6gsg8o.js";
|
|
39
|
+
import { Switch as r2 } from "./components/switch.js";
|
|
40
|
+
import { Table as n2 } from "./components/table.js";
|
|
41
|
+
import { TableEmpty as i2 } from "./components/table-empty.js";
|
|
42
|
+
import { TableMobile as s2 } from "./components/table-mobile.js";
|
|
43
|
+
import { Tabs as p2, TabsContent as m2, TabsList as h2, TabsTrigger as C2 } from "./components/tabs.js";
|
|
44
|
+
import { ANSI as g2, LOG_COLORS as x2, colorize as u2 } from "./components/terminal.js";
|
|
45
45
|
import { Textarea as v2 } from "./components/textarea.js";
|
|
46
46
|
import { Tooltip as b2 } from "./components/tooltip.js";
|
|
47
47
|
import { ToastContainer as y2, toast as z2, useToast as D2 } from "./components/use-toast.js";
|
|
48
|
-
import { Picker as
|
|
48
|
+
import { Picker as S2 } from "./components/picker.js";
|
|
49
49
|
import { jsx as l, jsxs as t } from "react/jsx-runtime";
|
|
50
50
|
import { cn as n } from "./lib/utils.js";
|
|
51
51
|
import { BotIcon as a } from "lucide-react";
|
|
@@ -318,7 +318,7 @@ const i = (o) => {
|
|
|
318
318
|
)
|
|
319
319
|
}
|
|
320
320
|
);
|
|
321
|
-
},
|
|
321
|
+
}, h = (o) => {
|
|
322
322
|
const { size: e = 48, className: r = "" } = o;
|
|
323
323
|
return /* @__PURE__ */ l(
|
|
324
324
|
"div",
|
|
@@ -350,7 +350,7 @@ const i = (o) => {
|
|
|
350
350
|
)
|
|
351
351
|
}
|
|
352
352
|
);
|
|
353
|
-
},
|
|
353
|
+
}, C = (o) => {
|
|
354
354
|
const { size: e = 48, className: r = "" } = o;
|
|
355
355
|
return /* @__PURE__ */ l(
|
|
356
356
|
"div",
|
|
@@ -415,6 +415,29 @@ const i = (o) => {
|
|
|
415
415
|
)
|
|
416
416
|
}
|
|
417
417
|
);
|
|
418
|
+
}, g = (o) => {
|
|
419
|
+
const { size: e = 48, className: r = "" } = o;
|
|
420
|
+
return /* @__PURE__ */ t(
|
|
421
|
+
"svg",
|
|
422
|
+
{
|
|
423
|
+
"aria-label": "Definable",
|
|
424
|
+
fill: "#FF592C",
|
|
425
|
+
height: e,
|
|
426
|
+
width: e,
|
|
427
|
+
viewBox: "0 0 562 547",
|
|
428
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
429
|
+
className: n("flex-none leading-none", r),
|
|
430
|
+
children: [
|
|
431
|
+
/* @__PURE__ */ l("title", { children: "Definable" }),
|
|
432
|
+
/* @__PURE__ */ l("path", { d: "M264.87 320.455C261.857 321.08 258.735 321.411 255.537 321.411C252.334 321.411 249.21 321.083 246.193 320.455H264.87ZM478.363 320.455C476.203 320.768 473.993 320.934 471.745 320.934C469.5 320.934 467.292 320.768 465.132 320.455H478.363ZM288.164 311.364C285.609 312.738 283.042 314.024 280.462 315.19H232.516C230.568 314.05 228.714 312.768 226.963 311.364H288.164ZM499.716 311.364C497.89 312.779 495.956 314.059 493.927 315.19H447.915C445.272 314.033 442.646 312.744 440.029 311.364H499.716ZM303.534 302.264C301.468 303.559 299.404 304.845 297.333 306.095H221.425C220.338 304.876 219.315 303.598 218.361 302.264H303.534ZM508.575 302.264C507.595 303.598 506.546 304.878 505.429 306.095H430.742C428.654 304.845 426.571 303.563 424.49 302.264H508.575ZM318.09 293.168C316.026 294.422 313.962 295.704 311.902 296.997H215.112C214.456 295.754 213.855 294.477 213.314 293.168H318.09ZM513.769 293.168C513.209 294.477 512.593 295.754 511.92 296.997H416.075C414.009 295.704 411.943 294.422 409.872 293.168H513.769ZM334.797 284.075C332.25 285.248 329.718 286.534 327.193 287.904H211.506C211.159 286.648 210.864 285.372 210.624 284.075H334.797ZM516.565 284.075C516.312 285.372 516.006 286.648 515.643 287.904H400.751C398.222 286.534 395.686 285.248 393.137 284.075H516.565ZM517.427 275.216C517.427 276.426 517.379 277.622 517.287 278.808H378.24C374.304 277.889 370.328 277.371 366.292 277.371H361.631C357.599 277.371 353.625 277.889 349.692 278.808H209.964C209.895 277.78 209.855 276.741 209.855 275.695C209.855 275.456 209.86 275.218 209.864 274.979H517.424C517.424 275.058 517.427 275.137 517.427 275.216ZM340.584 265.884C344.523 266.796 348.513 267.317 352.571 267.317H374.055C378.113 267.317 382.103 266.796 386.04 265.884H516.471C516.731 267.142 516.939 268.417 517.094 269.713H210.246C210.415 268.417 210.639 267.14 210.914 265.884H340.584ZM317.768 256.786C320.348 258.149 322.934 259.44 325.536 260.617H212.4C212.856 259.313 213.368 258.035 213.935 256.786H317.768ZM513.559 256.786C514.11 258.035 514.609 259.313 515.048 260.617H401.071C403.668 259.44 406.248 258.149 408.821 256.786H513.559ZM301.736 247.691C303.927 248.973 306.122 250.253 308.313 251.52H216.762C217.588 250.196 218.479 248.918 219.431 247.691H301.736ZM508.218 247.691C509.145 248.92 510.015 250.198 510.818 251.52H418.248C420.43 250.253 422.609 248.973 424.789 247.691H508.218ZM285.348 238.597C287.762 239.807 290.165 241.094 292.561 242.426H224.21C225.666 241.052 227.212 239.772 228.841 238.597H285.348ZM499.097 238.597C500.671 239.777 502.165 241.057 503.572 242.426H433.877C436.243 241.096 438.617 239.814 440.998 238.597H499.097ZM255.537 229.977C259.367 229.977 263.09 230.451 266.647 231.34C268.844 231.891 271.028 232.561 273.197 233.331H238.346C243.652 231.171 249.455 229.977 255.537 229.977ZM471.745 229.5C478.262 229.5 484.458 230.869 490.066 233.331H452.766C455.396 232.348 458.042 231.504 460.713 230.841C464.246 229.963 467.941 229.5 471.745 229.5Z" }),
|
|
433
|
+
/* @__PURE__ */ l("path", { d: "M313.684 112.939C334.459 92.1478 334.459 58.4381 313.684 37.6466C292.909 16.8552 259.227 16.8552 238.452 37.6466C217.677 58.4381 217.677 92.1478 238.452 112.939C259.227 133.731 292.909 133.731 313.684 112.939Z" }),
|
|
434
|
+
/* @__PURE__ */ l("path", { d: "M125.512 309.846C146.287 289.055 146.287 255.345 125.512 234.554C104.737 213.762 71.0549 213.762 50.2801 234.554C29.5054 255.345 29.5053 289.055 50.2801 309.846C71.0549 330.638 104.737 330.638 125.512 309.846Z" }),
|
|
435
|
+
/* @__PURE__ */ l("path", { d: "M313.684 507.211C334.459 486.419 334.459 452.71 313.684 431.918C292.909 411.127 259.227 411.127 238.452 431.918C217.677 452.71 217.677 486.419 238.452 507.211C259.227 528.002 292.909 528.002 313.684 507.211Z" }),
|
|
436
|
+
/* @__PURE__ */ l("path", { d: "M337.945 134.965C358.718 114.175 392.402 114.175 413.176 134.965C433.951 155.757 433.951 189.467 413.176 210.259C392.402 231.05 358.721 231.05 337.945 210.259C323.599 195.902 307.423 178.8 287.136 178.8H263.162C242.876 178.8 226.698 195.902 212.353 210.259C191.578 231.05 157.895 231.05 137.12 210.259C116.346 189.467 116.345 155.757 137.12 134.965C157.895 114.174 191.579 114.174 212.353 134.965C227.201 149.825 243.834 167.937 264.832 167.937H285.462C306.461 167.937 323.096 149.825 337.945 134.965Z" }),
|
|
437
|
+
/* @__PURE__ */ l("path", { d: "M339.439 332.005C360.213 311.215 393.896 311.215 414.672 332.005C435.446 352.798 435.446 386.508 414.672 407.299C393.896 428.091 360.213 428.091 339.439 407.299C325.093 392.943 308.917 375.84 288.629 375.84H264.659C244.371 375.84 228.195 392.943 213.849 407.299C193.075 428.091 159.391 428.091 138.616 407.299C117.841 386.508 117.841 352.798 138.616 332.005C159.391 311.215 193.075 311.215 213.849 332.005C228.697 346.864 245.33 364.976 266.327 364.976H286.959C307.955 364.976 324.59 346.864 339.439 332.005Z" })
|
|
438
|
+
]
|
|
439
|
+
}
|
|
440
|
+
);
|
|
418
441
|
}, x = {
|
|
419
442
|
claude: i,
|
|
420
443
|
anthropic: c,
|
|
@@ -422,61 +445,62 @@ const i = (o) => {
|
|
|
422
445
|
deepseek: d,
|
|
423
446
|
xai: p,
|
|
424
447
|
gemini: m,
|
|
425
|
-
moonshot:
|
|
426
|
-
byteplus:
|
|
427
|
-
kling: f
|
|
448
|
+
moonshot: h,
|
|
449
|
+
byteplus: C,
|
|
450
|
+
kling: f,
|
|
451
|
+
definable: g
|
|
428
452
|
}, u = (o, e = {}) => {
|
|
429
453
|
const r = x[o];
|
|
430
454
|
return r ? /* @__PURE__ */ l(r, { ...e }) : /* @__PURE__ */ l(a, { ...e });
|
|
431
455
|
}, b = (o, e = {}) => o.type === "core" ? u(o.provider, e) : /* @__PURE__ */ l("img", { src: o.image, alt: o.name, className: n("h-6 w-6", e.className), ...e });
|
|
432
456
|
export {
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
457
|
+
g2 as ANSI,
|
|
458
|
+
G as Alert,
|
|
459
|
+
O as AlertDescription,
|
|
460
|
+
j as AlertDialog,
|
|
461
|
+
R as AlertTitle,
|
|
462
|
+
V as Avatar,
|
|
439
463
|
U as AvatarFallback,
|
|
440
464
|
K as AvatarImage,
|
|
441
465
|
X as Badge,
|
|
442
466
|
J as Button,
|
|
443
467
|
W as Calendar,
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
468
|
+
$ as Card,
|
|
469
|
+
e0 as CardContent,
|
|
470
|
+
l0 as CardDescription,
|
|
471
|
+
o0 as CardFooter,
|
|
472
|
+
r0 as CardHeader,
|
|
473
|
+
t0 as CardTitle,
|
|
474
|
+
a0 as Carousel,
|
|
475
|
+
c0 as Checkbox,
|
|
476
|
+
d0 as Collapse,
|
|
477
|
+
m0 as Command,
|
|
478
|
+
h0 as CommandDialog,
|
|
479
|
+
C0 as CommandEmpty,
|
|
480
|
+
f0 as CommandGroup,
|
|
481
|
+
g0 as CommandInput,
|
|
458
482
|
x0 as CommandItem,
|
|
459
483
|
u0 as CommandList,
|
|
460
|
-
|
|
484
|
+
M0 as CommandMenu,
|
|
461
485
|
b0 as CommandMenuDemo,
|
|
462
486
|
w0 as CommandSeparator,
|
|
463
487
|
y0 as ConfirmationModal,
|
|
464
488
|
D0 as ContextMenu,
|
|
465
|
-
|
|
466
|
-
|
|
489
|
+
I0 as ContextMenuCheckboxItem,
|
|
490
|
+
S0 as ContextMenuGroup,
|
|
467
491
|
L0 as ContextMenuItem,
|
|
468
492
|
N0 as ContextMenuLabel,
|
|
469
493
|
A0 as ContextMenuRadioGroup,
|
|
470
|
-
|
|
494
|
+
Z0 as ContextMenuRadioItem,
|
|
471
495
|
B0 as ContextMenuSeparator,
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
496
|
+
T0 as ContextMenuSub,
|
|
497
|
+
k0 as ContextMenuSubContent,
|
|
498
|
+
G0 as ContextMenuSubTrigger,
|
|
499
|
+
R0 as Dialog,
|
|
500
|
+
F0 as DialogClose,
|
|
501
|
+
j0 as DialogContent,
|
|
502
|
+
P0 as DialogDescription,
|
|
503
|
+
V0 as DialogFooter,
|
|
480
504
|
U0 as DialogHeader,
|
|
481
505
|
K0 as DialogOverlay,
|
|
482
506
|
E0 as DialogPortal,
|
|
@@ -484,65 +508,65 @@ export {
|
|
|
484
508
|
_0 as DialogTrigger,
|
|
485
509
|
z as Drawer,
|
|
486
510
|
D as DrawerClose,
|
|
487
|
-
|
|
488
|
-
|
|
511
|
+
I as DrawerContent,
|
|
512
|
+
S as DrawerDescription,
|
|
489
513
|
L as DrawerFooter,
|
|
490
514
|
N as DrawerHeader,
|
|
491
515
|
A as DrawerOverlay,
|
|
492
|
-
|
|
516
|
+
Z as DrawerPortal,
|
|
493
517
|
B as DrawerTitle,
|
|
494
|
-
|
|
518
|
+
T as DrawerTrigger,
|
|
495
519
|
J0 as DropdownMenu,
|
|
496
520
|
Q0 as DropdownMenuContent,
|
|
497
521
|
W0 as DropdownMenuGroup,
|
|
498
522
|
Y0 as DropdownMenuItem,
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
523
|
+
$0 as DropdownMenuSeparator,
|
|
524
|
+
e1 as DropdownMenuTrigger,
|
|
525
|
+
o1 as Dropzone,
|
|
502
526
|
x as Icons,
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
527
|
+
t1 as ImageCropper,
|
|
528
|
+
a1 as ImageCropperModal,
|
|
529
|
+
c1 as Input,
|
|
506
530
|
x2 as LOG_COLORS,
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
531
|
+
d1 as Label,
|
|
532
|
+
m1 as Loader,
|
|
533
|
+
C1 as LoadingPlaceholder,
|
|
534
|
+
g1 as Mention,
|
|
511
535
|
u1 as Modal,
|
|
512
536
|
v1 as NotificationContainer,
|
|
513
|
-
|
|
537
|
+
S2 as Picker,
|
|
514
538
|
b1 as Popover,
|
|
515
|
-
|
|
539
|
+
H1 as PopoverContent,
|
|
516
540
|
y1 as PopoverTrigger,
|
|
517
541
|
D1 as Progress,
|
|
518
|
-
|
|
542
|
+
S1 as RadioGroup,
|
|
519
543
|
L1 as RadioGroupItem,
|
|
520
544
|
A1 as ScrollArea,
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
545
|
+
Z1 as ScrollBar,
|
|
546
|
+
T1 as SearchableSelect,
|
|
547
|
+
k1 as Select,
|
|
548
|
+
G1 as SelectContent,
|
|
549
|
+
O1 as SelectGroup,
|
|
550
|
+
R1 as SelectItem,
|
|
551
|
+
F1 as SelectLabel,
|
|
552
|
+
j1 as SelectTrigger,
|
|
553
|
+
P1 as SelectValue,
|
|
530
554
|
U1 as SelectionBar,
|
|
531
555
|
E1 as Separator,
|
|
532
556
|
_1 as Sheet,
|
|
533
557
|
J1 as Skeleton,
|
|
534
558
|
W1 as Slider,
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
559
|
+
$1 as StepLayout,
|
|
560
|
+
e2 as Stepper,
|
|
561
|
+
l2 as StepperModal,
|
|
562
|
+
r2 as Switch,
|
|
563
|
+
n2 as Table,
|
|
564
|
+
i2 as TableEmpty,
|
|
565
|
+
s2 as TableMobile,
|
|
566
|
+
p2 as Tabs,
|
|
567
|
+
m2 as TabsContent,
|
|
568
|
+
h2 as TabsList,
|
|
569
|
+
C2 as TabsTrigger,
|
|
546
570
|
v2 as Textarea,
|
|
547
571
|
y2 as ToastContainer,
|
|
548
572
|
b2 as Tooltip,
|