@modul/mbui 0.0.32-beta-select-6e026d5b → 0.0.32-beta-select-67b05512
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +3 -2
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -34,5 +34,6 @@ import { Swipe2Show } from './Swipe2Show';
|
|
34
34
|
import { Skeleton } from './Skeleton';
|
35
35
|
import { Carousel, CarouselContent, CarouselItem, CarouselApi } from './Carousel';
|
36
36
|
import { BankCardImage } from './BankCardImage';
|
37
|
-
import { SelectDrawer, SelectDrawerTrigger, SelectDrawerContent, SelectDrawerTitle, SelectDrawerClose } from './Select';
|
38
|
-
|
37
|
+
import { SelectDrawer, SelectDrawerTrigger, SelectDrawerContent, SelectDrawerTitle, SelectDrawerClose, SelectDrawerOption, SelectDrawerValue } from './Select';
|
38
|
+
import { BankLogosRounded } from './BankLogosRounded';
|
39
|
+
export { Tabs, Slider, Popover, Logo, InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator, Collapsible, CollapsibleTrigger, CollapsibleContent, AccountCollapsible, AccountCollapsibleHeader, AccountCollapsibleTrigger, AccountCollapsibleContent, AccountCollapsibleContentItem, Button, buttonVariants, InputField, InputLabel, Audio, cn, Icon, Drawer, DrawerTrigger, DrawerTitle, DrawerClose, DrawerContent, BottomNavigation, BottomNavigationList, BottomNavigationListItem, BottomNavigationLink, Page, Chip, Progress, Alert, Switch, Label, Textarea, SelectAccountCard, SelectAccount, SelectAsync, Select, Form, FormLabel, FormField, FormItem, FormControl, FormDescription, FormMessage, Calendar, DatePicker, InputMask, AlertDialog, AlertDialogTrigger, AlertDialogContent, AlertDialogHeader, AlertDialogFooter, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AlertDialogCancel, MessageTyping, FavoritePaymentsList, FavoritePaymentsItem, FarvoritePaymentDescription, farvoriteLinkClasses, Badge, badgeVariants, DigitKeyPad, ButtonWidget, Toaster, toast, Checkbox, Swipe2Show, Skeleton, Carousel, CarouselContent, CarouselItem, type CarouselApi, BankCardImage, SelectDrawer, SelectDrawerTrigger, SelectDrawerContent, SelectDrawerTitle, SelectDrawerClose, SelectDrawerOption, SelectDrawerValue, BankLogosRounded, };
|