@modul/mbui 0.0.37 → 0.0.38-beta-select-9087c58b
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/BankCardImage/index.js +1 -1
- package/dist/BankLogosRounded/BankLogosRounded.d.ts +6 -0
- package/dist/BankLogosRounded/index.d.ts +1 -0
- package/dist/BankLogosRounded/index.js +1 -0
- package/dist/Calendar/index.js +1 -1
- package/dist/DatePicker/index.js +1 -1
- package/dist/Drawer/Drawer.d.ts +2 -1
- package/dist/Drawer/index.d.ts +1 -1
- package/dist/Drawer/index.js +2 -2
- package/dist/Input-OTP/Input.d.ts +2 -2
- package/dist/Select/SelectDrawer.d.ts +36 -0
- package/dist/Select/index.d.ts +1 -0
- package/dist/Select/index.js +5 -1
- package/dist/assets/css/global.css +1 -1
- package/dist/assets/images/sprite.svg +1 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +6 -6
- package/package.json +9 -9
- /package/dist/{e02563d712f5569fb640.svg → assets/images/maod2-bg.svg} +0 -0
- /package/dist/{1476644af6cec1bd02a8.svg → assets/images/maod2.svg} +0 -0
- /package/dist/{8b4291644fa951602fbf.svg → assets/images/vb01-bg.svg} +0 -0
- /package/dist/{49544592ad8cdafd48da.svg → assets/images/vb01.svg} +0 -0
- /package/dist/{302a770df56183f57b8f.svg → assets/images/vb02-bg.svg} +0 -0
- /package/dist/{2deb3e3ba437d0581b29.svg → assets/images/vb02.svg} +0 -0
- /package/dist/{5353644099f4ce1b7bfb.svg → assets/images/vb03-bg.svg} +0 -0
- /package/dist/{53d3b89e5caf3efddf2f.svg → assets/images/vb03.svg} +0 -0
- /package/dist/{fa6c9ce5bcdc19d33629.svg → assets/images/vb05.svg} +0 -0
    
        package/dist/index.d.ts
    CHANGED
    
    | @@ -10,7 +10,7 @@ import { AccountCollapsible, AccountCollapsibleHeader, AccountCollapsibleTrigger | |
| 10 10 | 
             
            import { Button, buttonVariants, ButtonWidget } from './Button';
         | 
| 11 11 | 
             
            import { Audio } from './Audio';
         | 
| 12 12 | 
             
            import { cn } from './@/lib/utils';
         | 
| 13 | 
            -
            import { Drawer, DrawerTrigger, DrawerClose, DrawerContent, DrawerTitle } from './Drawer';
         | 
| 13 | 
            +
            import { Drawer, DrawerTrigger, DrawerClose, DrawerContent, DrawerTitle, DrawerDescription } from './Drawer';
         | 
| 14 14 | 
             
            import { Page } from './Page';
         | 
| 15 15 | 
             
            import { Chip } from './Chip';
         | 
| 16 16 | 
             
            import { InputField, InputLabel, InputMask } from './Input';
         | 
| @@ -36,5 +36,7 @@ import { Carousel, CarouselContent, CarouselItem, CarouselApi } from './Carousel | |
| 36 36 | 
             
            import { BankCardImage } from './BankCardImage';
         | 
| 37 37 | 
             
            import { RadioGroup, RadioGroupItem } from './Radio';
         | 
| 38 38 | 
             
            import { Loading } from './Loading';
         | 
| 39 | 
            +
            import { SelectDrawer, type ISelectValue, type ISelectOption } from './Select';
         | 
| 40 | 
            +
            import { BankLogosRounded } from './BankLogosRounded';
         | 
| 39 41 | 
             
            import { BankCardIcon } from './BankCardIcon';
         | 
| 40 | 
            -
            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, RadioGroup, RadioGroupItem, Loading, BankCardIcon, };
         | 
| 42 | 
            +
            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, DrawerDescription, 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, RadioGroup, RadioGroupItem, Loading, SelectDrawer, type ISelectValue, type ISelectOption, BankLogosRounded, BankCardIcon, };
         |