periplo-ui 1.29.2 → 1.29.3
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/index.d.ts +1 -0
- package/dist/index.js +40 -37
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,37 +1,38 @@
|
|
|
1
1
|
import { B as r, b as t } from "./chunks/Button-DN8PxQ7g.js";
|
|
2
|
-
import { Typography as m, typographyVariants as
|
|
3
|
-
import { Card as l, CardContent as p, CardMedia as
|
|
4
|
-
import { Avatar as
|
|
2
|
+
import { Typography as m, typographyVariants as i } from "./components/Typography/Typography.js";
|
|
3
|
+
import { Card as l, CardContent as p, CardMedia as C } from "./components/Card/Card.js";
|
|
4
|
+
import { Avatar as d, AvatarFallback as g, AvatarImage as s } from "./components/Avatar/Avatar.js";
|
|
5
5
|
import { Badge as S } from "./components/Badge/Badge.js";
|
|
6
|
-
import { Carousel as
|
|
6
|
+
import { Carousel as f, CarouselContent as u, CarouselItem as b, CarouselNext as h, CarouselPrevious as P } from "./components/Carousel/Carousel.js";
|
|
7
7
|
import { Dialog as v, DialogClose as B, DialogContent as D, DialogDescription as I, DialogFooter as A, DialogHeader as L, DialogTitle as y, DialogTrigger as k } from "./components/Dialog/Dialog.js";
|
|
8
|
-
import { Form as H, FormControl as
|
|
8
|
+
import { Form as H, FormControl as V, FormDescription as E, FormField as M, FormItem as R, FormLabel as w, FormMessage as N, useFormField as O } from "./components/Form/Form.js";
|
|
9
9
|
import { Input as j } from "./components/Input/Input.js";
|
|
10
10
|
import { Label as z } from "./components/Label/Label.js";
|
|
11
11
|
import { Select as K, SelectContent as Q, SelectGroup as W, SelectInput as X, SelectItem as Y, SelectLabel as Z, SelectScrollDownButton as _, SelectScrollUpButton as $, SelectSeparator as oo, SelectTrigger as eo, SelectValue as ro } from "./components/Select/Select.js";
|
|
12
12
|
import { Textarea as ao } from "./components/Textarea/Textarea.js";
|
|
13
|
-
import { Tooltip as
|
|
13
|
+
import { Tooltip as io, TooltipContent as no, TooltipPrimitve as lo, TooltipProvider as po, TooltipTrigger as Co } from "./components/Tooltip/Tooltip.js";
|
|
14
14
|
import { Popover as go, PopoverAnchor as so, PopoverComponent as xo, PopoverContent as So, PopoverTrigger as To } from "./components/Popover/Popover.js";
|
|
15
|
-
import { Command as
|
|
16
|
-
import { Sheet as Lo, SheetClose as yo, SheetComponent as ko, SheetContent as Go, SheetDescription as Ho, SheetFooter as
|
|
15
|
+
import { Command as uo, CommandDialog as bo, CommandEmpty as ho, CommandGroup as Po, CommandInput as Fo, CommandItem as vo, CommandList as Bo, CommandSeparator as Do, CommandShortcut as Io } from "./components/Command/Command.js";
|
|
16
|
+
import { Sheet as Lo, SheetClose as yo, SheetComponent as ko, SheetContent as Go, SheetDescription as Ho, SheetFooter as Vo, SheetHeader as Eo, SheetOverlay as Mo, SheetPortal as Ro, SheetTitle as wo, SheetTrigger as No } from "./components/Sheet/Sheet.js";
|
|
17
17
|
import { Toaster as Uo, toast as jo } from "./components/Toaster/Toaster.js";
|
|
18
18
|
import { Tabs as zo, TabsContent as Jo, TabsList as Ko, TabsTrigger as Qo } from "./components/Tabs/Tabs.js";
|
|
19
19
|
import { Breadcrumb as Xo, BreadcrumbEllipsis as Yo, BreadcrumbItem as Zo, BreadcrumbLink as _o, BreadcrumbList as $o, BreadcrumbPage as oe, BreadcrumbSeparator as ee } from "./components/Breadcrumb/Breadcrumb.js";
|
|
20
|
-
import { Table as te, TableBody as ae, TableCaption as me, TableCell as
|
|
21
|
-
import { Accordion as
|
|
22
|
-
import { RadioGroup as Te, RadioGroupItem as
|
|
20
|
+
import { Table as te, TableBody as ae, TableCaption as me, TableCell as ie, TableFooter as ne, TableHead as le, TableHeader as pe, TableRow as Ce } from "./components/Table/Table.js";
|
|
21
|
+
import { Accordion as de, AccordionContent as ge, AccordionItem as se, AccordionTrigger as xe } from "./components/Accordion/Accordion.js";
|
|
22
|
+
import { RadioGroup as Te, RadioGroupItem as fe } from "./components/RadioGroup/RadioGroup.js";
|
|
23
23
|
import { Pagination as be, PaginationContent as he, PaginationEllipsis as Pe, PaginationItem as Fe, PaginationLink as ve, PaginationNext as Be, PaginationPrevious as De } from "./components/Pagination/Pagination.js";
|
|
24
24
|
import { Checkbox as Ae } from "./components/Checkbox/Checkbox.js";
|
|
25
25
|
import { MultiSelect as ye } from "./components/MultiSelect/MultiSelect.js";
|
|
26
26
|
import { Skeleton as Ge } from "./components/Skeleton/Skeleton.js";
|
|
27
|
-
import { C as
|
|
28
|
-
import {
|
|
27
|
+
import { C as Ve } from "./chunks/Calendar-CGA8pexO.js";
|
|
28
|
+
import { Chip as Me, chipVariants as Re } from "./components/Chip/Chip.js";
|
|
29
|
+
import { handler as Ne, periploTheme as Oe } from "./lib/plugin.js";
|
|
29
30
|
export {
|
|
30
|
-
|
|
31
|
+
de as Accordion,
|
|
31
32
|
ge as AccordionContent,
|
|
32
33
|
se as AccordionItem,
|
|
33
34
|
xe as AccordionTrigger,
|
|
34
|
-
|
|
35
|
+
d as Avatar,
|
|
35
36
|
g as AvatarFallback,
|
|
36
37
|
s as AvatarImage,
|
|
37
38
|
S as Badge,
|
|
@@ -43,17 +44,18 @@ export {
|
|
|
43
44
|
oe as BreadcrumbPage,
|
|
44
45
|
ee as BreadcrumbSeparator,
|
|
45
46
|
r as Button,
|
|
46
|
-
|
|
47
|
+
Ve as Calendar,
|
|
47
48
|
l as Card,
|
|
48
49
|
p as CardContent,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
C as CardMedia,
|
|
51
|
+
f as Carousel,
|
|
52
|
+
u as CarouselContent,
|
|
52
53
|
b as CarouselItem,
|
|
53
54
|
h as CarouselNext,
|
|
54
55
|
P as CarouselPrevious,
|
|
55
56
|
Ae as Checkbox,
|
|
56
|
-
|
|
57
|
+
Me as Chip,
|
|
58
|
+
uo as Command,
|
|
57
59
|
bo as CommandDialog,
|
|
58
60
|
ho as CommandEmpty,
|
|
59
61
|
Po as CommandGroup,
|
|
@@ -71,10 +73,10 @@ export {
|
|
|
71
73
|
y as DialogTitle,
|
|
72
74
|
k as DialogTrigger,
|
|
73
75
|
H as Form,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
V as FormControl,
|
|
77
|
+
E as FormDescription,
|
|
78
|
+
M as FormField,
|
|
79
|
+
R as FormItem,
|
|
78
80
|
w as FormLabel,
|
|
79
81
|
N as FormMessage,
|
|
80
82
|
j as Input,
|
|
@@ -93,7 +95,7 @@ export {
|
|
|
93
95
|
So as PopoverContent,
|
|
94
96
|
To as PopoverTrigger,
|
|
95
97
|
Te as RadioGroup,
|
|
96
|
-
|
|
98
|
+
fe as RadioGroupItem,
|
|
97
99
|
K as Select,
|
|
98
100
|
Q as SelectContent,
|
|
99
101
|
W as SelectGroup,
|
|
@@ -110,38 +112,39 @@ export {
|
|
|
110
112
|
ko as SheetComponent,
|
|
111
113
|
Go as SheetContent,
|
|
112
114
|
Ho as SheetDescription,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
Vo as SheetFooter,
|
|
116
|
+
Eo as SheetHeader,
|
|
117
|
+
Mo as SheetOverlay,
|
|
118
|
+
Ro as SheetPortal,
|
|
117
119
|
wo as SheetTitle,
|
|
118
120
|
No as SheetTrigger,
|
|
119
121
|
Ge as Skeleton,
|
|
120
122
|
te as Table,
|
|
121
123
|
ae as TableBody,
|
|
122
124
|
me as TableCaption,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
+
ie as TableCell,
|
|
126
|
+
ne as TableFooter,
|
|
125
127
|
le as TableHead,
|
|
126
128
|
pe as TableHeader,
|
|
127
|
-
|
|
129
|
+
Ce as TableRow,
|
|
128
130
|
zo as Tabs,
|
|
129
131
|
Jo as TabsContent,
|
|
130
132
|
Ko as TabsList,
|
|
131
133
|
Qo as TabsTrigger,
|
|
132
134
|
ao as Textarea,
|
|
133
135
|
Uo as Toaster,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
+
io as Tooltip,
|
|
137
|
+
no as TooltipContent,
|
|
136
138
|
lo as TooltipPrimitve,
|
|
137
139
|
po as TooltipProvider,
|
|
138
140
|
Co as TooltipTrigger,
|
|
139
141
|
m as Typography,
|
|
140
142
|
t as buttonVariants,
|
|
141
|
-
Re as
|
|
142
|
-
|
|
143
|
+
Re as chipVariants,
|
|
144
|
+
Ne as handler,
|
|
145
|
+
Oe as periploTheme,
|
|
143
146
|
jo as toast,
|
|
144
|
-
|
|
147
|
+
i as typographyVariants,
|
|
145
148
|
O as useFormField
|
|
146
149
|
};
|
|
147
150
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|