@mindly/ui-components 5.13.1 → 5.15.0
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/cjs/configs/tailwind/fonts.d.ts +3 -0
- package/dist/cjs/index.js +5 -5
- package/dist/cjs/lib2/shared/assets/icons/IconCheckSmall.d.ts +2 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +2 -1
- package/dist/esm/configs/tailwind/fonts.d.ts +3 -0
- package/dist/esm/index.js +4 -4
- package/dist/esm/lib2/shared/assets/icons/IconCheckSmall.d.ts +2 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Typography/types.d.ts +2 -1
- package/dist/index.d.ts +5 -2
- package/package.json +1 -1
- package/src/configs/tailwind/fonts.ts +6 -0
|
@@ -17,7 +17,8 @@ export declare enum TypographyVariantsEnum {
|
|
|
17
17
|
Text14Regular = "Text/14 Regular",
|
|
18
18
|
Text13Semi = "Text/13 Semi",
|
|
19
19
|
Text13Regular = "Text/13 Regular",
|
|
20
|
-
Text12Regular = "Text/12 Regular"
|
|
20
|
+
Text12Regular = "Text/12 Regular",
|
|
21
|
+
Tabbar10Medium = "Tabbar/10 Medium"
|
|
21
22
|
}
|
|
22
23
|
export type TypographyAlignType = 'left' | 'center' | 'right';
|
|
23
24
|
export type TypographyOpacityType = 100 | 65 | 50 | 45 | 35 | 30 | 15 | 10 | 8 | 6;
|
package/dist/index.d.ts
CHANGED
|
@@ -1411,7 +1411,8 @@ declare enum TypographyVariantsEnum {
|
|
|
1411
1411
|
Text14Regular = "Text/14 Regular",
|
|
1412
1412
|
Text13Semi = "Text/13 Semi",
|
|
1413
1413
|
Text13Regular = "Text/13 Regular",
|
|
1414
|
-
Text12Regular = "Text/12 Regular"
|
|
1414
|
+
Text12Regular = "Text/12 Regular",
|
|
1415
|
+
Tabbar10Medium = "Tabbar/10 Medium"
|
|
1415
1416
|
}
|
|
1416
1417
|
type TypographyAlignType = 'left' | 'center' | 'right';
|
|
1417
1418
|
type TypographyOpacityType = 100 | 65 | 50 | 45 | 35 | 30 | 15 | 10 | 8 | 6;
|
|
@@ -1830,6 +1831,8 @@ declare const IconChat3d: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
|
1830
1831
|
|
|
1831
1832
|
declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
1832
1833
|
|
|
1834
|
+
declare const IconCheckSmall: React.FC<React.SVGAttributes<SVGElement>>;
|
|
1835
|
+
|
|
1833
1836
|
type AnyRef = React__default.Ref<any>;
|
|
1834
1837
|
declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
|
|
1835
1838
|
|
|
@@ -1915,4 +1918,4 @@ type PushNotificationsIsDisabledBannerProps = {
|
|
|
1915
1918
|
|
|
1916
1919
|
declare function PushNotificationsIsDisabledBanner({ onOpenNativeSettings, className, title, description, buttonText, }: PushNotificationsIsDisabledBannerProps): JSX.Element;
|
|
1917
1920
|
|
|
1918
|
-
export { AppFooter, _default$b as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$a as Avatar_v2, _default$6 as Badge, _default$p as BookingScheduleTime, _default$o as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$K as ChatListItem, _default$I as ChatListSkeleton, _default$J as ChatMessage, ChatMessageSkeleton, _default$j as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$B as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$y as ConsultationModal, _default$w as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$k as CustomCheckbox, CustomRadioButton, _default$l as CustomSelect, _default$m as CustomTextarea, DatePicker, _default$u as DaySlider, DayToRender, _default$q as EducationCard, _default$H as EmptyChatList, EmptyChatMessages, _default$z as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$g as Flag, FlagTypes, _default$8 as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconApple, IconArrowLeft, IconArrowRight, IconBeachAccess, _default$3 as IconButton, IconCalendar, IconCalendarMonth, IconChat3d, IconChatOutline, IconCheckboxChecked, IconCheckboxUnchecked, IconClose, IconEditCalendar, IconEye, IconEyeOff, IconGoogle, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLogout, IconNotificationMuted, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconResume, IconSettings, IconSpinner, IconStar, IconStarFilled, IconSuccess, IconTime, IconVerifiedUser, IconVisible, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$O as LetterAvatar, _default$h as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, ListOption, ListSelect, ListSelectProps, _default$1 as Loading, LouseConnect, _default$L as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$N as PersonDateTimeCard, _default$7 as Picture, _default$f as ProfileInformation, _default$s as ProfileView, _default$i as ProgressBar, _default$2 as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$4 as Rating, _default$v as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$M as SelectImpressionEmoji, _default$A as SignUpSessionButton, _default$x as SignUpSessionModal, Skeleton, _default$9 as Skeleton_v2, _default as SlotsGrid, _default$r as SpecialistAbout, SpecialistCard, _default$F as SpecialistEducationCard, SpecialistLangs, _default$e as SpecialistMatch, _default$E as SpecialistProfileViewCard, _default$d as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$n as TextInput, _default$G as Textarea, _default$5 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$c as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$C as VideoCallInfo, _default$D as VideoPlayer, _default$t as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, mergeRefs, toast, useAutoFocus, useDomRef, useEvent, useToastContext };
|
|
1921
|
+
export { AppFooter, _default$b as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$a as Avatar_v2, _default$6 as Badge, _default$p as BookingScheduleTime, _default$o as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$K as ChatListItem, _default$I as ChatListSkeleton, _default$J as ChatMessage, ChatMessageSkeleton, _default$j as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$B as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$y as ConsultationModal, _default$w as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$k as CustomCheckbox, CustomRadioButton, _default$l as CustomSelect, _default$m as CustomTextarea, DatePicker, _default$u as DaySlider, DayToRender, _default$q as EducationCard, _default$H as EmptyChatList, EmptyChatMessages, _default$z as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$g as Flag, FlagTypes, _default$8 as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconApple, IconArrowLeft, IconArrowRight, IconBeachAccess, _default$3 as IconButton, IconCalendar, IconCalendarMonth, IconChat3d, IconChatOutline, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClose, IconEditCalendar, IconEye, IconEyeOff, IconGoogle, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLogout, IconNotificationMuted, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconResume, IconSettings, IconSpinner, IconStar, IconStarFilled, IconSuccess, IconTime, IconVerifiedUser, IconVisible, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$O as LetterAvatar, _default$h as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, ListOption, ListSelect, ListSelectProps, _default$1 as Loading, LouseConnect, _default$L as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$N as PersonDateTimeCard, _default$7 as Picture, _default$f as ProfileInformation, _default$s as ProfileView, _default$i as ProgressBar, _default$2 as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$4 as Rating, _default$v as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$M as SelectImpressionEmoji, _default$A as SignUpSessionButton, _default$x as SignUpSessionModal, Skeleton, _default$9 as Skeleton_v2, _default as SlotsGrid, _default$r as SpecialistAbout, SpecialistCard, _default$F as SpecialistEducationCard, SpecialistLangs, _default$e as SpecialistMatch, _default$E as SpecialistProfileViewCard, _default$d as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$n as TextInput, _default$G as Textarea, _default$5 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$c as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$C as VideoCallInfo, _default$D as VideoPlayer, _default$t as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, mergeRefs, toast, useAutoFocus, useDomRef, useEvent, useToastContext };
|
package/package.json
CHANGED