@snapcall/design-system 1.20.0-beta.5 → 1.20.0-beta.7
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/Avatar/index.d.mts +1 -21
- package/dist/Avatar/index.d.ts +1 -21
- package/dist/Button/index.d.mts +1 -7
- package/dist/Button/index.d.ts +1 -7
- package/dist/Calendar/index.d.mts +1 -1
- package/dist/Calendar/index.d.ts +1 -1
- package/dist/Command/index.d.mts +2 -96
- package/dist/Command/index.d.ts +2 -96
- package/dist/CreatableSelect/index.d.mts +1 -1
- package/dist/CreatableSelect/index.d.ts +1 -1
- package/dist/Input/index.d.mts +1 -1
- package/dist/Input/index.d.ts +1 -1
- package/dist/Pagination/index.d.mts +1 -1
- package/dist/Pagination/index.d.ts +1 -1
- package/dist/Select/index.d.mts +1 -1
- package/dist/Select/index.d.ts +1 -1
- package/dist/Textarea/index.d.mts +1 -1
- package/dist/Textarea/index.d.ts +1 -1
- package/dist/{chunk-22ROPG2O.mjs → chunk-I7KGDNNG.mjs} +2 -2
- package/dist/{chunk-FETPXSOH.mjs → chunk-IZJXAMXC.mjs} +1 -1
- package/dist/{chunk-APPCA7PA.mjs → chunk-MABOGCOL.mjs} +1 -2
- package/dist/{chunk-4IMIAFOU.mjs → chunk-MH3J6D2F.mjs} +5 -5
- package/dist/{chunk-655CU734.mjs → chunk-PGRZSZPW.mjs} +1 -1
- package/dist/components/Accordion/index.js +4 -2
- package/dist/components/Accordion/index.mjs +1 -1
- package/dist/components/AlertDialog/index.js +6 -4
- package/dist/components/AlertDialog/index.mjs +2 -2
- package/dist/components/Avatar/index.js +6 -10
- package/dist/components/Avatar/index.mjs +2 -5
- package/dist/components/Badge/index.js +4 -2
- package/dist/components/Badge/index.mjs +1 -1
- package/dist/components/Button/index.js +6 -6
- package/dist/components/Button/index.mjs +3 -5
- package/dist/components/Calendar/index.js +5 -3
- package/dist/components/Calendar/index.mjs +2 -2
- package/dist/components/Carousel/index.js +5 -3
- package/dist/components/Carousel/index.mjs +2 -2
- package/dist/components/Checkbox/index.js +4 -2
- package/dist/components/Checkbox/index.mjs +1 -1
- package/dist/components/Command/index.js +6 -4
- package/dist/components/Command/index.mjs +3 -3
- package/dist/components/CreatableSelect/index.js +10 -8
- package/dist/components/CreatableSelect/index.mjs +7 -7
- package/dist/components/Dialog/index.js +5 -4
- package/dist/components/Dialog/index.mjs +2 -3
- package/dist/components/DropdownMenu/index.js +5 -3
- package/dist/components/DropdownMenu/index.mjs +2 -2
- package/dist/components/FilterButton/index.js +8 -6
- package/dist/components/FilterButton/index.mjs +3 -3
- package/dist/components/Form/index.js +5 -3
- package/dist/components/Form/index.mjs +2 -2
- package/dist/components/Input/index.js +4 -2
- package/dist/components/Input/index.mjs +1 -1
- package/dist/components/Label/index.js +4 -2
- package/dist/components/Label/index.mjs +1 -1
- package/dist/components/Link/index.js +4 -2
- package/dist/components/Link/index.mjs +1 -1
- package/dist/components/Pagination/index.js +3 -3
- package/dist/components/Pagination/index.mjs +2 -2
- package/dist/components/Popover/index.js +4 -2
- package/dist/components/Popover/index.mjs +1 -1
- package/dist/components/RadioGroup/index.js +4 -3
- package/dist/components/RadioGroup/index.mjs +1 -2
- package/dist/components/Select/index.js +4 -2
- package/dist/components/Select/index.mjs +1 -1
- package/dist/components/Sheet/index.js +5 -3
- package/dist/components/Sheet/index.mjs +2 -2
- package/dist/components/Skeleton/index.js +2 -2
- package/dist/components/Skeleton/index.mjs +1 -1
- package/dist/components/Switch/index.js +4 -2
- package/dist/components/Switch/index.mjs +1 -1
- package/dist/components/Table/index.js +4 -2
- package/dist/components/Table/index.mjs +1 -1
- package/dist/components/Tabs/index.js +4 -2
- package/dist/components/Tabs/index.mjs +1 -1
- package/dist/components/Textarea/index.js +4 -2
- package/dist/components/Textarea/index.mjs +1 -1
- package/dist/components/Toaster/index.js +2 -2
- package/dist/components/Toaster/index.mjs +1 -1
- package/dist/components/ToggleGroup/index.js +4 -2
- package/dist/components/ToggleGroup/index.mjs +1 -1
- package/dist/components/Tooltip/index.js +4 -2
- package/dist/components/Tooltip/index.mjs +1 -1
- package/dist/icons/search.js +98 -0
- package/dist/icons/search.mjs +50 -0
- package/dist/index-Jp7jKI5I.d.mts +96 -0
- package/dist/index-Jp7jKI5I.d.ts +96 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +59 -275
- package/dist/index.mjs +29 -279
- package/dist/search.d.mts +6 -0
- package/dist/search.d.ts +6 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -3,10 +3,6 @@ var __defProp = Object.defineProperty;
|
|
|
3
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
6
|
var __copyProps = (to, from, except, desc) => {
|
|
11
7
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
8
|
for (let key of __getOwnPropNames(from))
|
|
@@ -15,280 +11,68 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
11
|
}
|
|
16
12
|
return to;
|
|
17
13
|
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
18
15
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
16
|
var src_exports = {};
|
|
20
|
-
__export(src_exports, {
|
|
21
|
-
Accordion: () => import_Accordion.Accordion,
|
|
22
|
-
AccordionContent: () => import_Accordion.AccordionContent,
|
|
23
|
-
AccordionItem: () => import_Accordion.AccordionItem,
|
|
24
|
-
AccordionTrigger: () => import_Accordion.AccordionTrigger,
|
|
25
|
-
AlertDialog: () => import_AlertDialog.AlertDialog,
|
|
26
|
-
AlertDialogAction: () => import_AlertDialog.AlertDialogAction,
|
|
27
|
-
AlertDialogCancel: () => import_AlertDialog.AlertDialogCancel,
|
|
28
|
-
AlertDialogContent: () => import_AlertDialog.AlertDialogContent,
|
|
29
|
-
AlertDialogDescription: () => import_AlertDialog.AlertDialogDescription,
|
|
30
|
-
AlertDialogFooter: () => import_AlertDialog.AlertDialogFooter,
|
|
31
|
-
AlertDialogHeader: () => import_AlertDialog.AlertDialogHeader,
|
|
32
|
-
AlertDialogTitle: () => import_AlertDialog.AlertDialogTitle,
|
|
33
|
-
AlertDialogTrigger: () => import_AlertDialog.AlertDialogTrigger,
|
|
34
|
-
Avatar: () => import_Avatar.Avatar,
|
|
35
|
-
Badge: () => import_Badge.Badge,
|
|
36
|
-
Button: () => import_Button.Button,
|
|
37
|
-
Calendar: () => import_Calendar.Calendar,
|
|
38
|
-
Carousel: () => import_Carousel.Carousel,
|
|
39
|
-
CarouselContent: () => import_Carousel.CarouselContent,
|
|
40
|
-
CarouselItem: () => import_Carousel.CarouselItem,
|
|
41
|
-
CarouselNext: () => import_Carousel.CarouselNext,
|
|
42
|
-
CarouselPrevious: () => import_Carousel.CarouselPrevious,
|
|
43
|
-
Checkbox: () => import_Checkbox.Checkbox,
|
|
44
|
-
Command: () => import_Command.Command,
|
|
45
|
-
CommandEmpty: () => import_Command.CommandEmpty,
|
|
46
|
-
CommandGroup: () => import_Command.CommandGroup,
|
|
47
|
-
CommandInput: () => import_Command.CommandInput,
|
|
48
|
-
CommandItem: () => import_Command.CommandItem,
|
|
49
|
-
CommandList: () => import_Command.CommandList,
|
|
50
|
-
CommandLoading: () => import_Command.CommandLoading,
|
|
51
|
-
CommandSeparator: () => import_Command.CommandSeparator,
|
|
52
|
-
CreatableSelect: () => import_CreatableSelect.CreatableSelect,
|
|
53
|
-
Dialog: () => import_Dialog.Dialog,
|
|
54
|
-
DialogContent: () => import_Dialog.DialogContent,
|
|
55
|
-
DialogDescription: () => import_Dialog.DialogDescription,
|
|
56
|
-
DialogFooter: () => import_Dialog.DialogFooter,
|
|
57
|
-
DialogHeader: () => import_Dialog.DialogHeader,
|
|
58
|
-
DialogTitle: () => import_Dialog.DialogTitle,
|
|
59
|
-
DialogTrigger: () => import_Dialog.DialogTrigger,
|
|
60
|
-
DropdownMenu: () => import_DropdownMenu.DropdownMenu,
|
|
61
|
-
DropdownMenuCheckboxItem: () => import_DropdownMenu.DropdownMenuCheckboxItem,
|
|
62
|
-
DropdownMenuContent: () => import_DropdownMenu.DropdownMenuContent,
|
|
63
|
-
DropdownMenuGroup: () => import_DropdownMenu.DropdownMenuGroup,
|
|
64
|
-
DropdownMenuItem: () => import_DropdownMenu.DropdownMenuItem,
|
|
65
|
-
DropdownMenuLabel: () => import_DropdownMenu.DropdownMenuLabel,
|
|
66
|
-
DropdownMenuPortal: () => import_DropdownMenu.DropdownMenuPortal,
|
|
67
|
-
DropdownMenuRadioGroup: () => import_DropdownMenu.DropdownMenuRadioGroup,
|
|
68
|
-
DropdownMenuRadioItem: () => import_DropdownMenu.DropdownMenuRadioItem,
|
|
69
|
-
DropdownMenuSeparator: () => import_DropdownMenu.DropdownMenuSeparator,
|
|
70
|
-
DropdownMenuSub: () => import_DropdownMenu.DropdownMenuSub,
|
|
71
|
-
DropdownMenuSubContent: () => import_DropdownMenu.DropdownMenuSubContent,
|
|
72
|
-
DropdownMenuSubTrigger: () => import_DropdownMenu.DropdownMenuSubTrigger,
|
|
73
|
-
DropdownMenuTrigger: () => import_DropdownMenu.DropdownMenuTrigger,
|
|
74
|
-
FilterButton: () => import_FilterButton.FilterButton,
|
|
75
|
-
Form: () => import_Form.Form,
|
|
76
|
-
FormControl: () => import_Form.FormControl,
|
|
77
|
-
FormDescription: () => import_Form.FormDescription,
|
|
78
|
-
FormField: () => import_Form.FormField,
|
|
79
|
-
FormItem: () => import_Form.FormItem,
|
|
80
|
-
FormLabel: () => import_Form.FormLabel,
|
|
81
|
-
FormMessage: () => import_Form.FormMessage,
|
|
82
|
-
Input: () => import_Input.Input,
|
|
83
|
-
Label: () => import_Label.Label,
|
|
84
|
-
Pagination: () => import_Pagination.Pagination,
|
|
85
|
-
Popover: () => import_Popover.Popover,
|
|
86
|
-
PopoverContent: () => import_Popover.PopoverContent,
|
|
87
|
-
PopoverTrigger: () => import_Popover.PopoverTrigger,
|
|
88
|
-
RadioGroup: () => import_RadioGroup.RadioGroup,
|
|
89
|
-
RadioGroupItem: () => import_RadioGroup.RadioGroupItem,
|
|
90
|
-
RawToast: () => import_Toaster.RawToast,
|
|
91
|
-
Select: () => import_Select.Select,
|
|
92
|
-
SelectContent: () => import_Select.SelectContent,
|
|
93
|
-
SelectGroup: () => import_Select.SelectGroup,
|
|
94
|
-
SelectItem: () => import_Select.SelectItem,
|
|
95
|
-
SelectLabel: () => import_Select.SelectLabel,
|
|
96
|
-
SelectSeparator: () => import_Select.SelectSeparator,
|
|
97
|
-
SelectTrigger: () => import_Select.SelectTrigger,
|
|
98
|
-
SelectValue: () => import_Select.SelectValue,
|
|
99
|
-
Sheet: () => import_Sheet.Sheet,
|
|
100
|
-
SheetClose: () => import_Sheet.SheetClose,
|
|
101
|
-
SheetContent: () => import_Sheet.SheetContent,
|
|
102
|
-
SheetDescription: () => import_Sheet.SheetDescription,
|
|
103
|
-
SheetHeader: () => import_Sheet.SheetHeader,
|
|
104
|
-
SheetTitle: () => import_Sheet.SheetTitle,
|
|
105
|
-
SheetTrigger: () => import_Sheet.SheetTrigger,
|
|
106
|
-
Skeleton: () => import_Skeleton.Skeleton,
|
|
107
|
-
Switch: () => import_Switch.Switch,
|
|
108
|
-
Table: () => import_Table.Table,
|
|
109
|
-
TableBody: () => import_Table.TableBody,
|
|
110
|
-
TableCell: () => import_Table.TableCell,
|
|
111
|
-
TableEmpty: () => import_Table.TableEmpty,
|
|
112
|
-
TableHead: () => import_Table.TableHead,
|
|
113
|
-
TableHeader: () => import_Table.TableHeader,
|
|
114
|
-
TableRow: () => import_Table.TableRow,
|
|
115
|
-
Tabs: () => import_Tabs.Tabs,
|
|
116
|
-
TabsContent: () => import_Tabs.TabsContent,
|
|
117
|
-
TabsList: () => import_Tabs.TabsList,
|
|
118
|
-
TabsTrigger: () => import_Tabs.TabsTrigger,
|
|
119
|
-
Textarea: () => import_Textarea.Textarea,
|
|
120
|
-
Toast: () => import_Toaster.Toast,
|
|
121
|
-
ToastAction: () => import_Toaster.ToastAction,
|
|
122
|
-
ToastClose: () => import_Toaster.ToastClose,
|
|
123
|
-
ToastContent: () => import_Toaster.ToastContent,
|
|
124
|
-
ToastDescription: () => import_Toaster.ToastDescription,
|
|
125
|
-
ToastProvider: () => import_Toaster.ToastProvider,
|
|
126
|
-
ToastTitle: () => import_Toaster.ToastTitle,
|
|
127
|
-
ToastViewport: () => import_Toaster.ToastViewport,
|
|
128
|
-
Toaster: () => import_Toaster.Toaster,
|
|
129
|
-
ToggleGroup: () => import_ToggleGroup.ToggleGroup,
|
|
130
|
-
ToggleGroupItem: () => import_ToggleGroup.ToggleGroupItem,
|
|
131
|
-
Tooltip: () => import_Tooltip.Tooltip,
|
|
132
|
-
TooltipContent: () => import_Tooltip.TooltipContent,
|
|
133
|
-
TooltipProvider: () => import_Tooltip.TooltipProvider,
|
|
134
|
-
TooltipTrigger: () => import_Tooltip.TooltipTrigger,
|
|
135
|
-
buttonSizes: () => import_Button.buttonSizes,
|
|
136
|
-
buttonVariants: () => import_Button.buttonVariants,
|
|
137
|
-
iconButtonSizes: () => import_Button.iconButtonSizes,
|
|
138
|
-
toast: () => import_Toaster.toast,
|
|
139
|
-
useFormField: () => import_Form.useFormField,
|
|
140
|
-
useToast: () => import_Toaster.useToast
|
|
141
|
-
});
|
|
142
17
|
module.exports = __toCommonJS(src_exports);
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
18
|
+
__reExport(src_exports, require("./components/Accordion"), module.exports);
|
|
19
|
+
__reExport(src_exports, require("./components/AlertDialog"), module.exports);
|
|
20
|
+
__reExport(src_exports, require("./components/Avatar"), module.exports);
|
|
21
|
+
__reExport(src_exports, require("./components/Badge"), module.exports);
|
|
22
|
+
__reExport(src_exports, require("./components/Button"), module.exports);
|
|
23
|
+
__reExport(src_exports, require("./components/Calendar"), module.exports);
|
|
24
|
+
__reExport(src_exports, require("./components/Carousel"), module.exports);
|
|
25
|
+
__reExport(src_exports, require("./components/Checkbox"), module.exports);
|
|
26
|
+
__reExport(src_exports, require("./components/Command"), module.exports);
|
|
27
|
+
__reExport(src_exports, require("./components/CreatableSelect"), module.exports);
|
|
28
|
+
__reExport(src_exports, require("./components/Dialog"), module.exports);
|
|
29
|
+
__reExport(src_exports, require("./components/DropdownMenu"), module.exports);
|
|
30
|
+
__reExport(src_exports, require("./components/FilterButton"), module.exports);
|
|
31
|
+
__reExport(src_exports, require("./components/Form"), module.exports);
|
|
32
|
+
__reExport(src_exports, require("./components/Input"), module.exports);
|
|
33
|
+
__reExport(src_exports, require("./components/Label"), module.exports);
|
|
34
|
+
__reExport(src_exports, require("./components/Pagination"), module.exports);
|
|
35
|
+
__reExport(src_exports, require("./components/Popover"), module.exports);
|
|
36
|
+
__reExport(src_exports, require("./components/RadioGroup"), module.exports);
|
|
37
|
+
__reExport(src_exports, require("./components/Select"), module.exports);
|
|
38
|
+
__reExport(src_exports, require("./components/Sheet"), module.exports);
|
|
39
|
+
__reExport(src_exports, require("./components/Skeleton"), module.exports);
|
|
40
|
+
__reExport(src_exports, require("./components/Switch"), module.exports);
|
|
41
|
+
__reExport(src_exports, require("./components/Table"), module.exports);
|
|
42
|
+
__reExport(src_exports, require("./components/Tabs"), module.exports);
|
|
43
|
+
__reExport(src_exports, require("./components/Textarea"), module.exports);
|
|
44
|
+
__reExport(src_exports, require("./components/Toaster"), module.exports);
|
|
45
|
+
__reExport(src_exports, require("./components/ToggleGroup"), module.exports);
|
|
46
|
+
__reExport(src_exports, require("./components/Tooltip"), module.exports);
|
|
172
47
|
// Annotate the CommonJS export names for ESM import in node:
|
|
173
48
|
0 && (module.exports = {
|
|
174
|
-
Accordion,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
CommandLoading,
|
|
204
|
-
CommandSeparator,
|
|
205
|
-
CreatableSelect,
|
|
206
|
-
Dialog,
|
|
207
|
-
DialogContent,
|
|
208
|
-
DialogDescription,
|
|
209
|
-
DialogFooter,
|
|
210
|
-
DialogHeader,
|
|
211
|
-
DialogTitle,
|
|
212
|
-
DialogTrigger,
|
|
213
|
-
DropdownMenu,
|
|
214
|
-
DropdownMenuCheckboxItem,
|
|
215
|
-
DropdownMenuContent,
|
|
216
|
-
DropdownMenuGroup,
|
|
217
|
-
DropdownMenuItem,
|
|
218
|
-
DropdownMenuLabel,
|
|
219
|
-
DropdownMenuPortal,
|
|
220
|
-
DropdownMenuRadioGroup,
|
|
221
|
-
DropdownMenuRadioItem,
|
|
222
|
-
DropdownMenuSeparator,
|
|
223
|
-
DropdownMenuSub,
|
|
224
|
-
DropdownMenuSubContent,
|
|
225
|
-
DropdownMenuSubTrigger,
|
|
226
|
-
DropdownMenuTrigger,
|
|
227
|
-
FilterButton,
|
|
228
|
-
Form,
|
|
229
|
-
FormControl,
|
|
230
|
-
FormDescription,
|
|
231
|
-
FormField,
|
|
232
|
-
FormItem,
|
|
233
|
-
FormLabel,
|
|
234
|
-
FormMessage,
|
|
235
|
-
Input,
|
|
236
|
-
Label,
|
|
237
|
-
Pagination,
|
|
238
|
-
Popover,
|
|
239
|
-
PopoverContent,
|
|
240
|
-
PopoverTrigger,
|
|
241
|
-
RadioGroup,
|
|
242
|
-
RadioGroupItem,
|
|
243
|
-
RawToast,
|
|
244
|
-
Select,
|
|
245
|
-
SelectContent,
|
|
246
|
-
SelectGroup,
|
|
247
|
-
SelectItem,
|
|
248
|
-
SelectLabel,
|
|
249
|
-
SelectSeparator,
|
|
250
|
-
SelectTrigger,
|
|
251
|
-
SelectValue,
|
|
252
|
-
Sheet,
|
|
253
|
-
SheetClose,
|
|
254
|
-
SheetContent,
|
|
255
|
-
SheetDescription,
|
|
256
|
-
SheetHeader,
|
|
257
|
-
SheetTitle,
|
|
258
|
-
SheetTrigger,
|
|
259
|
-
Skeleton,
|
|
260
|
-
Switch,
|
|
261
|
-
Table,
|
|
262
|
-
TableBody,
|
|
263
|
-
TableCell,
|
|
264
|
-
TableEmpty,
|
|
265
|
-
TableHead,
|
|
266
|
-
TableHeader,
|
|
267
|
-
TableRow,
|
|
268
|
-
Tabs,
|
|
269
|
-
TabsContent,
|
|
270
|
-
TabsList,
|
|
271
|
-
TabsTrigger,
|
|
272
|
-
Textarea,
|
|
273
|
-
Toast,
|
|
274
|
-
ToastAction,
|
|
275
|
-
ToastClose,
|
|
276
|
-
ToastContent,
|
|
277
|
-
ToastDescription,
|
|
278
|
-
ToastProvider,
|
|
279
|
-
ToastTitle,
|
|
280
|
-
ToastViewport,
|
|
281
|
-
Toaster,
|
|
282
|
-
ToggleGroup,
|
|
283
|
-
ToggleGroupItem,
|
|
284
|
-
Tooltip,
|
|
285
|
-
TooltipContent,
|
|
286
|
-
TooltipProvider,
|
|
287
|
-
TooltipTrigger,
|
|
288
|
-
buttonSizes,
|
|
289
|
-
buttonVariants,
|
|
290
|
-
iconButtonSizes,
|
|
291
|
-
toast,
|
|
292
|
-
useFormField,
|
|
293
|
-
useToast
|
|
49
|
+
...require("./components/Accordion"),
|
|
50
|
+
...require("./components/AlertDialog"),
|
|
51
|
+
...require("./components/Avatar"),
|
|
52
|
+
...require("./components/Badge"),
|
|
53
|
+
...require("./components/Button"),
|
|
54
|
+
...require("./components/Calendar"),
|
|
55
|
+
...require("./components/Carousel"),
|
|
56
|
+
...require("./components/Checkbox"),
|
|
57
|
+
...require("./components/Command"),
|
|
58
|
+
...require("./components/CreatableSelect"),
|
|
59
|
+
...require("./components/Dialog"),
|
|
60
|
+
...require("./components/DropdownMenu"),
|
|
61
|
+
...require("./components/FilterButton"),
|
|
62
|
+
...require("./components/Form"),
|
|
63
|
+
...require("./components/Input"),
|
|
64
|
+
...require("./components/Label"),
|
|
65
|
+
...require("./components/Pagination"),
|
|
66
|
+
...require("./components/Popover"),
|
|
67
|
+
...require("./components/RadioGroup"),
|
|
68
|
+
...require("./components/Select"),
|
|
69
|
+
...require("./components/Sheet"),
|
|
70
|
+
...require("./components/Skeleton"),
|
|
71
|
+
...require("./components/Switch"),
|
|
72
|
+
...require("./components/Table"),
|
|
73
|
+
...require("./components/Tabs"),
|
|
74
|
+
...require("./components/Textarea"),
|
|
75
|
+
...require("./components/Toaster"),
|
|
76
|
+
...require("./components/ToggleGroup"),
|
|
77
|
+
...require("./components/Tooltip")
|
|
294
78
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,279 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
Carousel,
|
|
31
|
-
CarouselContent,
|
|
32
|
-
CarouselItem,
|
|
33
|
-
CarouselPrevious,
|
|
34
|
-
CarouselNext
|
|
35
|
-
} from "./components/Carousel/index.js";
|
|
36
|
-
import { Checkbox } from "./components/Checkbox/index.js";
|
|
37
|
-
import {
|
|
38
|
-
Command,
|
|
39
|
-
CommandEmpty,
|
|
40
|
-
CommandGroup,
|
|
41
|
-
CommandInput,
|
|
42
|
-
CommandItem,
|
|
43
|
-
CommandList,
|
|
44
|
-
CommandLoading,
|
|
45
|
-
CommandSeparator
|
|
46
|
-
} from "./components/Command/index.js";
|
|
47
|
-
import {
|
|
48
|
-
CreatableSelect
|
|
49
|
-
} from "./components/CreatableSelect/index.js";
|
|
50
|
-
import {
|
|
51
|
-
Dialog,
|
|
52
|
-
DialogTrigger,
|
|
53
|
-
DialogContent,
|
|
54
|
-
DialogHeader,
|
|
55
|
-
DialogFooter,
|
|
56
|
-
DialogTitle,
|
|
57
|
-
DialogDescription
|
|
58
|
-
} from "./components/Dialog/index.js";
|
|
59
|
-
import {
|
|
60
|
-
DropdownMenu,
|
|
61
|
-
DropdownMenuTrigger,
|
|
62
|
-
DropdownMenuPortal,
|
|
63
|
-
DropdownMenuCheckboxItem,
|
|
64
|
-
DropdownMenuContent,
|
|
65
|
-
DropdownMenuGroup,
|
|
66
|
-
DropdownMenuItem,
|
|
67
|
-
DropdownMenuLabel,
|
|
68
|
-
DropdownMenuRadioGroup,
|
|
69
|
-
DropdownMenuRadioItem,
|
|
70
|
-
DropdownMenuSeparator,
|
|
71
|
-
DropdownMenuSub,
|
|
72
|
-
DropdownMenuSubContent,
|
|
73
|
-
DropdownMenuSubTrigger
|
|
74
|
-
} from "./components/DropdownMenu/index.js";
|
|
75
|
-
import { FilterButton } from "./components/FilterButton/index.js";
|
|
76
|
-
import {
|
|
77
|
-
useFormField,
|
|
78
|
-
Form,
|
|
79
|
-
FormItem,
|
|
80
|
-
FormLabel,
|
|
81
|
-
FormControl,
|
|
82
|
-
FormDescription,
|
|
83
|
-
FormMessage,
|
|
84
|
-
FormField
|
|
85
|
-
} from "./components/Form/index.js";
|
|
86
|
-
import { Input } from "./components/Input/index.js";
|
|
87
|
-
import { Label } from "./components/Label/index.js";
|
|
88
|
-
import {
|
|
89
|
-
Pagination
|
|
90
|
-
} from "./components/Pagination/index.js";
|
|
91
|
-
import {
|
|
92
|
-
Popover,
|
|
93
|
-
PopoverContent,
|
|
94
|
-
PopoverTrigger
|
|
95
|
-
} from "./components/Popover/index.js";
|
|
96
|
-
import { RadioGroup, RadioGroupItem } from "./components/RadioGroup/index.js";
|
|
97
|
-
import {
|
|
98
|
-
Select,
|
|
99
|
-
SelectGroup,
|
|
100
|
-
SelectValue,
|
|
101
|
-
SelectTrigger,
|
|
102
|
-
SelectContent,
|
|
103
|
-
SelectLabel,
|
|
104
|
-
SelectItem,
|
|
105
|
-
SelectSeparator
|
|
106
|
-
} from "./components/Select/index.js";
|
|
107
|
-
import {
|
|
108
|
-
Sheet,
|
|
109
|
-
SheetTrigger,
|
|
110
|
-
SheetClose,
|
|
111
|
-
SheetContent,
|
|
112
|
-
SheetHeader,
|
|
113
|
-
SheetTitle,
|
|
114
|
-
SheetDescription
|
|
115
|
-
} from "./components/Sheet/index.js";
|
|
116
|
-
import { Skeleton } from "./components/Skeleton/index.js";
|
|
117
|
-
import { Switch } from "./components/Switch/index.js";
|
|
118
|
-
import {
|
|
119
|
-
Table,
|
|
120
|
-
TableHeader,
|
|
121
|
-
TableBody,
|
|
122
|
-
TableHead,
|
|
123
|
-
TableRow,
|
|
124
|
-
TableEmpty,
|
|
125
|
-
TableCell
|
|
126
|
-
} from "./components/Table/index.js";
|
|
127
|
-
import {
|
|
128
|
-
Tabs,
|
|
129
|
-
TabsList,
|
|
130
|
-
TabsTrigger,
|
|
131
|
-
TabsContent
|
|
132
|
-
} from "./components/Tabs/index.js";
|
|
133
|
-
import { Textarea } from "./components/Textarea/index.js";
|
|
134
|
-
import {
|
|
135
|
-
ToastProvider,
|
|
136
|
-
ToastViewport,
|
|
137
|
-
RawToast,
|
|
138
|
-
Toast,
|
|
139
|
-
ToastTitle,
|
|
140
|
-
ToastDescription,
|
|
141
|
-
ToastClose,
|
|
142
|
-
ToastAction,
|
|
143
|
-
Toaster,
|
|
144
|
-
ToastContent,
|
|
145
|
-
useToast,
|
|
146
|
-
toast
|
|
147
|
-
} from "./components/Toaster/index.js";
|
|
148
|
-
import {
|
|
149
|
-
ToggleGroup,
|
|
150
|
-
ToggleGroupItem
|
|
151
|
-
} from "./components/ToggleGroup/index.js";
|
|
152
|
-
import {
|
|
153
|
-
Tooltip,
|
|
154
|
-
TooltipContent,
|
|
155
|
-
TooltipProvider,
|
|
156
|
-
TooltipTrigger
|
|
157
|
-
} from "./components/Tooltip/index.js";
|
|
158
|
-
export {
|
|
159
|
-
Accordion,
|
|
160
|
-
AccordionContent,
|
|
161
|
-
AccordionItem,
|
|
162
|
-
AccordionTrigger,
|
|
163
|
-
AlertDialog,
|
|
164
|
-
AlertDialogAction,
|
|
165
|
-
AlertDialogCancel,
|
|
166
|
-
AlertDialogContent,
|
|
167
|
-
AlertDialogDescription,
|
|
168
|
-
AlertDialogFooter,
|
|
169
|
-
AlertDialogHeader,
|
|
170
|
-
AlertDialogTitle,
|
|
171
|
-
AlertDialogTrigger,
|
|
172
|
-
Avatar,
|
|
173
|
-
Badge,
|
|
174
|
-
Button,
|
|
175
|
-
Calendar,
|
|
176
|
-
Carousel,
|
|
177
|
-
CarouselContent,
|
|
178
|
-
CarouselItem,
|
|
179
|
-
CarouselNext,
|
|
180
|
-
CarouselPrevious,
|
|
181
|
-
Checkbox,
|
|
182
|
-
Command,
|
|
183
|
-
CommandEmpty,
|
|
184
|
-
CommandGroup,
|
|
185
|
-
CommandInput,
|
|
186
|
-
CommandItem,
|
|
187
|
-
CommandList,
|
|
188
|
-
CommandLoading,
|
|
189
|
-
CommandSeparator,
|
|
190
|
-
CreatableSelect,
|
|
191
|
-
Dialog,
|
|
192
|
-
DialogContent,
|
|
193
|
-
DialogDescription,
|
|
194
|
-
DialogFooter,
|
|
195
|
-
DialogHeader,
|
|
196
|
-
DialogTitle,
|
|
197
|
-
DialogTrigger,
|
|
198
|
-
DropdownMenu,
|
|
199
|
-
DropdownMenuCheckboxItem,
|
|
200
|
-
DropdownMenuContent,
|
|
201
|
-
DropdownMenuGroup,
|
|
202
|
-
DropdownMenuItem,
|
|
203
|
-
DropdownMenuLabel,
|
|
204
|
-
DropdownMenuPortal,
|
|
205
|
-
DropdownMenuRadioGroup,
|
|
206
|
-
DropdownMenuRadioItem,
|
|
207
|
-
DropdownMenuSeparator,
|
|
208
|
-
DropdownMenuSub,
|
|
209
|
-
DropdownMenuSubContent,
|
|
210
|
-
DropdownMenuSubTrigger,
|
|
211
|
-
DropdownMenuTrigger,
|
|
212
|
-
FilterButton,
|
|
213
|
-
Form,
|
|
214
|
-
FormControl,
|
|
215
|
-
FormDescription,
|
|
216
|
-
FormField,
|
|
217
|
-
FormItem,
|
|
218
|
-
FormLabel,
|
|
219
|
-
FormMessage,
|
|
220
|
-
Input,
|
|
221
|
-
Label,
|
|
222
|
-
Pagination,
|
|
223
|
-
Popover,
|
|
224
|
-
PopoverContent,
|
|
225
|
-
PopoverTrigger,
|
|
226
|
-
RadioGroup,
|
|
227
|
-
RadioGroupItem,
|
|
228
|
-
RawToast,
|
|
229
|
-
Select,
|
|
230
|
-
SelectContent,
|
|
231
|
-
SelectGroup,
|
|
232
|
-
SelectItem,
|
|
233
|
-
SelectLabel,
|
|
234
|
-
SelectSeparator,
|
|
235
|
-
SelectTrigger,
|
|
236
|
-
SelectValue,
|
|
237
|
-
Sheet,
|
|
238
|
-
SheetClose,
|
|
239
|
-
SheetContent,
|
|
240
|
-
SheetDescription,
|
|
241
|
-
SheetHeader,
|
|
242
|
-
SheetTitle,
|
|
243
|
-
SheetTrigger,
|
|
244
|
-
Skeleton,
|
|
245
|
-
Switch,
|
|
246
|
-
Table,
|
|
247
|
-
TableBody,
|
|
248
|
-
TableCell,
|
|
249
|
-
TableEmpty,
|
|
250
|
-
TableHead,
|
|
251
|
-
TableHeader,
|
|
252
|
-
TableRow,
|
|
253
|
-
Tabs,
|
|
254
|
-
TabsContent,
|
|
255
|
-
TabsList,
|
|
256
|
-
TabsTrigger,
|
|
257
|
-
Textarea,
|
|
258
|
-
Toast,
|
|
259
|
-
ToastAction,
|
|
260
|
-
ToastClose,
|
|
261
|
-
ToastContent,
|
|
262
|
-
ToastDescription,
|
|
263
|
-
ToastProvider,
|
|
264
|
-
ToastTitle,
|
|
265
|
-
ToastViewport,
|
|
266
|
-
Toaster,
|
|
267
|
-
ToggleGroup,
|
|
268
|
-
ToggleGroupItem,
|
|
269
|
-
Tooltip,
|
|
270
|
-
TooltipContent,
|
|
271
|
-
TooltipProvider,
|
|
272
|
-
TooltipTrigger,
|
|
273
|
-
buttonSizes,
|
|
274
|
-
buttonVariants,
|
|
275
|
-
iconButtonSizes,
|
|
276
|
-
toast,
|
|
277
|
-
useFormField,
|
|
278
|
-
useToast
|
|
279
|
-
};
|
|
1
|
+
export * from "./components/Accordion";
|
|
2
|
+
export * from "./components/AlertDialog";
|
|
3
|
+
export * from "./components/Avatar";
|
|
4
|
+
export * from "./components/Badge";
|
|
5
|
+
export * from "./components/Button";
|
|
6
|
+
export * from "./components/Calendar";
|
|
7
|
+
export * from "./components/Carousel";
|
|
8
|
+
export * from "./components/Checkbox";
|
|
9
|
+
export * from "./components/Command";
|
|
10
|
+
export * from "./components/CreatableSelect";
|
|
11
|
+
export * from "./components/Dialog";
|
|
12
|
+
export * from "./components/DropdownMenu";
|
|
13
|
+
export * from "./components/FilterButton";
|
|
14
|
+
export * from "./components/Form";
|
|
15
|
+
export * from "./components/Input";
|
|
16
|
+
export * from "./components/Label";
|
|
17
|
+
export * from "./components/Pagination";
|
|
18
|
+
export * from "./components/Popover";
|
|
19
|
+
export * from "./components/RadioGroup";
|
|
20
|
+
export * from "./components/Select";
|
|
21
|
+
export * from "./components/Sheet";
|
|
22
|
+
export * from "./components/Skeleton";
|
|
23
|
+
export * from "./components/Switch";
|
|
24
|
+
export * from "./components/Table";
|
|
25
|
+
export * from "./components/Tabs";
|
|
26
|
+
export * from "./components/Textarea";
|
|
27
|
+
export * from "./components/Toaster";
|
|
28
|
+
export * from "./components/ToggleGroup";
|
|
29
|
+
export * from "./components/Tooltip";
|
package/dist/search.d.ts
ADDED