@mindly/ui-components 5.11.1 → 5.12.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.
@@ -1,5 +1,4 @@
1
1
  export * from './use-dom-ref';
2
2
  export * from './use-event';
3
3
  export * from './useAutoFocus';
4
- export * from './useIsKeyboardShown';
5
4
  export * from './useToastContext';
package/dist/index.d.ts CHANGED
@@ -1662,8 +1662,6 @@ declare function useEvent<TCallback extends AnyFunction>(callback: TCallback): T
1662
1662
  type InputRefType = HTMLIonInputElement | HTMLIonTextareaElement;
1663
1663
  declare function useAutoFocus<T extends InputRefType>(): React.RefObject<T>;
1664
1664
 
1665
- declare function useIsKeyBoardShown(): boolean;
1666
-
1667
1665
  declare function useToastContext(): ToastState<MindlyToastProps>;
1668
1666
 
1669
1667
  interface IconProps$l extends React.SVGAttributes<SVGElement> {
@@ -1912,4 +1910,4 @@ type PushNotificationsIsDisabledBannerProps = {
1912
1910
 
1913
1911
  declare function PushNotificationsIsDisabledBanner({ onOpenNativeSettings, className, title, description, buttonText, }: PushNotificationsIsDisabledBannerProps): JSX.Element;
1914
1912
 
1915
- export { AppFooter, _default$a as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$9 as Avatar_v2, _default$5 as Badge, _default$o as BookingScheduleTime, _default$n as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$J as ChatListItem, _default$H as ChatListSkeleton, _default$I as ChatMessage, ChatMessageSkeleton, _default$i as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$A as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$x as ConsultationModal, _default$v as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$j as CustomCheckbox, CustomRadioButton, _default$k as CustomSelect, _default$l as CustomTextarea, DatePicker, _default$t as DaySlider, DayToRender, _default$p as EducationCard, _default$G as EmptyChatList, EmptyChatMessages, _default$y as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$f as Flag, FlagTypes, _default$7 as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconApple, IconArrowLeft, IconArrowRight, IconBeachAccess, _default$2 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$N as LetterAvatar, _default$g as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, ListOption, ListSelect, ListSelectProps, LouseConnect, _default$K as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$M as PersonDateTimeCard, _default$6 as Picture, _default$e as ProfileInformation, _default$r as ProfileView, _default$h as ProgressBar, _default$1 as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$3 as Rating, _default$u as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$L as SelectImpressionEmoji, _default$z as SignUpSessionButton, _default$w as SignUpSessionModal, Skeleton, _default$8 as Skeleton_v2, _default as SlotsGrid, _default$q as SpecialistAbout, SpecialistCard, _default$E as SpecialistEducationCard, SpecialistLangs, _default$d as SpecialistMatch, _default$D as SpecialistProfileViewCard, _default$c as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$m as TextInput, _default$F as Textarea, _default$4 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$b as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$B as VideoCallInfo, _default$C as VideoPlayer, _default$s as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, mergeRefs, toast, useAutoFocus, useDomRef, useEvent, useIsKeyBoardShown, useToastContext };
1913
+ export { AppFooter, _default$a as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$9 as Avatar_v2, _default$5 as Badge, _default$o as BookingScheduleTime, _default$n as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$J as ChatListItem, _default$H as ChatListSkeleton, _default$I as ChatMessage, ChatMessageSkeleton, _default$i as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$A as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$x as ConsultationModal, _default$v as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$j as CustomCheckbox, CustomRadioButton, _default$k as CustomSelect, _default$l as CustomTextarea, DatePicker, _default$t as DaySlider, DayToRender, _default$p as EducationCard, _default$G as EmptyChatList, EmptyChatMessages, _default$y as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$f as Flag, FlagTypes, _default$7 as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconApple, IconArrowLeft, IconArrowRight, IconBeachAccess, _default$2 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$N as LetterAvatar, _default$g as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, ListOption, ListSelect, ListSelectProps, LouseConnect, _default$K as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$M as PersonDateTimeCard, _default$6 as Picture, _default$e as ProfileInformation, _default$r as ProfileView, _default$h as ProgressBar, _default$1 as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$3 as Rating, _default$u as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$L as SelectImpressionEmoji, _default$z as SignUpSessionButton, _default$w as SignUpSessionModal, Skeleton, _default$8 as Skeleton_v2, _default as SlotsGrid, _default$q as SpecialistAbout, SpecialistCard, _default$E as SpecialistEducationCard, SpecialistLangs, _default$d as SpecialistMatch, _default$D as SpecialistProfileViewCard, _default$c as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$m as TextInput, _default$F as Textarea, _default$4 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$b as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$B as VideoCallInfo, _default$C as VideoPlayer, _default$s as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, mergeRefs, toast, useAutoFocus, useDomRef, useEvent, useToastContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.11.1",
3
+ "version": "5.12.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -15,7 +15,6 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@babel/polyfill": "^7.12.1",
18
- "@capacitor/keyboard": "4.1.0",
19
18
  "@fontsource/inter": "^5.0.8",
20
19
  "@fontsource/inter-tight": "^5.0.12",
21
20
  "@ionic/react": "^6.1.11",
@@ -41,7 +40,6 @@
41
40
  },
42
41
  "peerDependencies": {
43
42
  "@babel/polyfill": "^7.12.1",
44
- "@capacitor/core": "4.6.1",
45
43
  "@fontsource/inter": "^5.0.8",
46
44
  "@fontsource/inter-tight": "^5.0.12",
47
45
  "@ionic/react": "^6.1.11",
@@ -28,6 +28,7 @@ export default {
28
28
  },
29
29
  },
30
30
  white: '#ffffff',
31
+ black: '#212121',
31
32
  },
32
33
  typography: {
33
34
  typography: {
@@ -49,6 +49,8 @@
49
49
  --color-info-orange: 255 153 0;
50
50
  --color-info-light-green: 225 244 228;
51
51
  --color-info-green: 66 173 82;
52
+
53
+ --borders-divider: 33 33 33;
52
54
  }
53
55
 
54
56
  :root[data-app-theme="specialist"] {
@@ -8,6 +8,4 @@
8
8
  --field-field-hint: rgba(33, 33, 33, 0.35);
9
9
  --field-field-bg: rgba(33, 33, 33, 0.35);
10
10
  --field-field-focus: rgba(33, 33, 33, 1);
11
-
12
- --borders-divider: rgba(33, 33, 33, 0.1);
13
11
  }
@@ -1 +0,0 @@
1
- export declare function useIsKeyBoardShown(): boolean;
@@ -1 +0,0 @@
1
- export declare function useIsKeyBoardShown(): boolean;