@modul/mbui 0.0.40-beta-for-dev-c493cb0e → 0.0.40-beta-pv-53450-e9bccecd
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/AlertDialog/index.js +1 -1
- package/dist/Button/ButtonWidget.d.ts +0 -1
- package/dist/Button/index.js +1 -1
- package/dist/Checkbox/Checkbox.d.ts +2 -2
- package/dist/Checkbox/index.js +1 -1
- package/dist/Chip/Chip.d.ts +1 -1
- package/dist/DatePicker/DatePicker.d.ts +3 -4
- package/dist/DatePicker/index.js +1 -1
- package/dist/Input/index.js +1 -1
- package/dist/Logo/index.js +1 -1
- package/dist/Select/SelectDrawer.d.ts +0 -2
- package/dist/Select/index.js +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +3 -3
- package/package.json +9 -9
- package/dist/CurrencyFlag/CurrencyFlag.d.ts +0 -6
- package/dist/CurrencyFlag/index.d.ts +0 -1
- package/dist/CurrencyFlag/index.js +0 -1
- package/dist/assets/images/currency_flags/sprite.stack.svg +0 -1
- package/dist/assets/images/icons/other/icon-error.svg +0 -1
- package/dist/assets/images/icons/other/icon-success.svg +0 -1
- package/dist/assets/images/statusbar.svg +0 -1
- package/dist/assets/images/user-avatar.svg +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -41,5 +41,4 @@ import { BankLogosRounded } from './BankLogosRounded';
|
|
|
41
41
|
import { BankCardIcon } from './BankCardIcon';
|
|
42
42
|
import { SelectBankAccountBalanceOption } from './Select';
|
|
43
43
|
import { SelectPrimaryAccountValue } from './Select';
|
|
44
|
-
|
|
45
|
-
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, SelectBankAccountBalanceOption, SelectPrimaryAccountValue, CurrencyFlag, };
|
|
44
|
+
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, SelectBankAccountBalanceOption, SelectPrimaryAccountValue, };
|