@mindly/ui-components 4.6.1 → 4.7.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/index.js +1 -1
- package/dist/cjs/lib2/shared/assets/icons/iconPause.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +1 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/lib2/shared/assets/icons/iconPause.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +1 -0
- package/dist/index.d.ts +13 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1576,23 +1576,23 @@ type AnyFunction = (...args: any[]) => any;
|
|
|
1576
1576
|
*/
|
|
1577
1577
|
declare function useEvent<TCallback extends AnyFunction>(callback: TCallback): TCallback;
|
|
1578
1578
|
|
|
1579
|
-
interface IconProps$
|
|
1579
|
+
interface IconProps$3 extends React.SVGAttributes<SVGElement> {
|
|
1580
1580
|
size?: number | string;
|
|
1581
1581
|
color?: string;
|
|
1582
1582
|
}
|
|
1583
|
-
declare function IconCheckboxChecked({ color, size, ...other }: IconProps$
|
|
1583
|
+
declare function IconCheckboxChecked({ color, size, ...other }: IconProps$3): JSX.Element;
|
|
1584
1584
|
|
|
1585
|
-
interface IconProps$
|
|
1585
|
+
interface IconProps$2 extends React.SVGAttributes<SVGElement> {
|
|
1586
1586
|
size?: number | string;
|
|
1587
1587
|
color?: string;
|
|
1588
1588
|
}
|
|
1589
|
-
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$
|
|
1589
|
+
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$2): JSX.Element;
|
|
1590
1590
|
|
|
1591
|
-
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
1591
|
+
interface IconProps$1 extends React.SVGAttributes<SVGElement> {
|
|
1592
1592
|
size?: number | string;
|
|
1593
1593
|
color?: string;
|
|
1594
1594
|
}
|
|
1595
|
-
declare function IconLanguage({ color, size, ...other }: IconProps): JSX.Element;
|
|
1595
|
+
declare function IconLanguage({ color, size, ...other }: IconProps$1): JSX.Element;
|
|
1596
1596
|
|
|
1597
1597
|
declare const IconStar: FC<React.SVGAttributes<SVGElement>>;
|
|
1598
1598
|
|
|
@@ -1604,6 +1604,12 @@ declare const IconLeftArrow: FC<React.SVGAttributes<SVGElement>>;
|
|
|
1604
1604
|
|
|
1605
1605
|
declare const IconSuccess: FC<React.SVGAttributes<SVGElement>>;
|
|
1606
1606
|
|
|
1607
|
+
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
1608
|
+
size?: number | string;
|
|
1609
|
+
color?: string;
|
|
1610
|
+
}
|
|
1611
|
+
declare function IconPause({ color, size, ...other }: IconProps): JSX.Element;
|
|
1612
|
+
|
|
1607
1613
|
type CountryOfOriginModalProps = {
|
|
1608
1614
|
countries: string[];
|
|
1609
1615
|
onSearchChange: (event: IonSearchbarCustomEvent<SearchbarChangeEventDetail>) => void;
|
|
@@ -1641,4 +1647,4 @@ type CardModalProps = {
|
|
|
1641
1647
|
};
|
|
1642
1648
|
declare const CardModal: FC<CardModalProps>;
|
|
1643
1649
|
|
|
1644
|
-
export { AppFooter, _default$8 as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$7 as Avatar_v2, _default$3 as Badge, _default$m as BookingScheduleTime, _default$l as BookingSpecialistInfo, Button, Button_v2, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$H as ChatListItem, _default$F as ChatListSkeleton, _default$G as ChatMessage, ChatMessageSkeleton, _default$g as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$y as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$v as ConsultationModal, _default$t as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$h as CustomCheckbox, CustomRadioButton, _default$i as CustomSelect, _default$j as CustomTextarea, DatePicker, _default$r as DaySlider, DayToRender, _default$n as EducationCard, _default$E as EmptyChatList, EmptyChatMessages, _default$w as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$d as Flag, FlagTypes, _default$5 as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, _default as IconButton, IconCheckboxChecked, IconCheckboxUnchecked, IconClose, IconLanguage, IconLeftArrow, IconStar, IconStarFilled, IconSuccess, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$L as LetterAvatar, _default$e as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, ListOption, ListSelect, ListSelectProps, LouseConnect, _default$I as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$K as PersonDateTimeCard, _default$4 as Picture, _default$c as ProfileInformation, _default$p as ProfileView, _default$f as ProgressBar, Range, _default$1 as Rating, _default$s as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$J as SelectImpressionEmoji, _default$x as SignUpSessionButton, _default$u as SignUpSessionModal, Skeleton, _default$6 as Skeleton_v2, _default$o as SpecialistAbout, SpecialistCard, _default$C as SpecialistEducationCard, SpecialistLangs, _default$b as SpecialistMatch, _default$B as SpecialistProfileViewCard, _default$a as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$k as TextInput, _default$D as Textarea, _default$2 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastProps, Toggle, TooltipComponent, _default$9 as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$z as VideoCallInfo, _default$A as VideoPlayer, _default$q as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, toast, useDomRef, useEvent };
|
|
1650
|
+
export { AppFooter, _default$8 as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$7 as Avatar_v2, _default$3 as Badge, _default$m as BookingScheduleTime, _default$l as BookingSpecialistInfo, Button, Button_v2, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$H as ChatListItem, _default$F as ChatListSkeleton, _default$G as ChatMessage, ChatMessageSkeleton, _default$g as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$y as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$v as ConsultationModal, _default$t as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$h as CustomCheckbox, CustomRadioButton, _default$i as CustomSelect, _default$j as CustomTextarea, DatePicker, _default$r as DaySlider, DayToRender, _default$n as EducationCard, _default$E as EmptyChatList, EmptyChatMessages, _default$w as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$d as Flag, FlagTypes, _default$5 as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, _default as IconButton, IconCheckboxChecked, IconCheckboxUnchecked, IconClose, IconLanguage, IconLeftArrow, IconPause, IconStar, IconStarFilled, IconSuccess, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$L as LetterAvatar, _default$e as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, ListOption, ListSelect, ListSelectProps, LouseConnect, _default$I as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$K as PersonDateTimeCard, _default$4 as Picture, _default$c as ProfileInformation, _default$p as ProfileView, _default$f as ProgressBar, Range, _default$1 as Rating, _default$s as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$J as SelectImpressionEmoji, _default$x as SignUpSessionButton, _default$u as SignUpSessionModal, Skeleton, _default$6 as Skeleton_v2, _default$o as SpecialistAbout, SpecialistCard, _default$C as SpecialistEducationCard, SpecialistLangs, _default$b as SpecialistMatch, _default$B as SpecialistProfileViewCard, _default$a as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$k as TextInput, _default$D as Textarea, _default$2 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastProps, Toggle, TooltipComponent, _default$9 as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$z as VideoCallInfo, _default$A as VideoPlayer, _default$q as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, toast, useDomRef, useEvent };
|