@modul/mbui 1.7.1-beta-dev-303cefde → 1.7.1-beta-dev-11100ed8
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/Chip/Chip.d.ts +1 -1
- package/dist/Input/InputTime.d.ts +25 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/Input/index.js +5 -4
- package/dist/Input-OTP/Input.d.ts +2 -2
- package/dist/LandingPage/WhiteBusiness/components/index.js +4 -3
- package/dist/LandingPage/index.js +4 -3
- package/dist/Select/SelectDrawer/index.js +12 -11
- package/dist/Select/index.js +4 -3
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import { cn } from './@/lib/utils';
|
|
|
14
14
|
import { Drawer, DrawerTrigger, DrawerClose, DrawerContent, DrawerTitle, DrawerDescription } from './Drawer';
|
|
15
15
|
import { Page } from './Page';
|
|
16
16
|
import { Chip } from './Chip';
|
|
17
|
-
import { InputField, InputLabel, InputMask, InputNumericFormat, InputMaskWidget, InputSearch } from './Input';
|
|
17
|
+
import { InputField, InputLabel, InputMask, InputNumericFormat, InputMaskWidget, InputSearch, InputTime } from './Input';
|
|
18
18
|
import { Alert } from './Alert';
|
|
19
19
|
import { Switch } from './Switch';
|
|
20
20
|
import { Label } from './Label';
|
|
@@ -50,4 +50,4 @@ import { Stepper } from './Stepper';
|
|
|
50
50
|
import { useIntersectionObserver } from './hooks/useIntersectionObserver';
|
|
51
51
|
import { ServiceIcon } from './ServiceIcon';
|
|
52
52
|
import { Typography } from './Typography';
|
|
53
|
-
export { Autocomplete, AutocompleteOption, Tabs, Slider, Popover, Logo, InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator, Collapsible, CollapsibleTrigger, CollapsibleContent, AccountCollapsible, AccountCollapsibleHeader, AccountCollapsibleTrigger, AccountCollapsibleContent, AccountCollapsibleContentItem, Button, buttonVariants, InputField, InputLabel, InputNumericFormat, InputMaskWidget, InputSearch, 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, CarouselIndicator, CarouselIndicators, type CarouselApi, BankCardImage, RadioGroup, RadioGroupItem, Loading, SelectDrawer, type ISelectValue, type ISelectOption, Option, OptionBank, SelectBankValue, SelectAccountValue, OptionAccount, BankLogosRounded, BankCardIcon, CurrencyFlag, DrawerDatePicker, CurrencySymbol, Counter, PDFViewer, IconFile, Stepper, WhiteBusinessPage, PageNavbar, Hero, CheckingCounterparty, ReliabilityIndicators, Consultation, ProgressBarWidget, List, ListItem, StickyFooter, useIntersectionObserver, ServicePricing, ServiceIcon, Typography, };
|
|
53
|
+
export { Autocomplete, AutocompleteOption, Tabs, Slider, Popover, Logo, InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator, Collapsible, CollapsibleTrigger, CollapsibleContent, AccountCollapsible, AccountCollapsibleHeader, AccountCollapsibleTrigger, AccountCollapsibleContent, AccountCollapsibleContentItem, Button, buttonVariants, InputField, InputLabel, InputNumericFormat, InputMaskWidget, InputSearch, InputTime, 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, CarouselIndicator, CarouselIndicators, type CarouselApi, BankCardImage, RadioGroup, RadioGroupItem, Loading, SelectDrawer, type ISelectValue, type ISelectOption, Option, OptionBank, SelectBankValue, SelectAccountValue, OptionAccount, BankLogosRounded, BankCardIcon, CurrencyFlag, DrawerDatePicker, CurrencySymbol, Counter, PDFViewer, IconFile, Stepper, WhiteBusinessPage, PageNavbar, Hero, CheckingCounterparty, ReliabilityIndicators, Consultation, ProgressBarWidget, List, ListItem, StickyFooter, useIntersectionObserver, ServicePricing, ServiceIcon, Typography, };
|