@mindly/ui-components 6.0.0-dev.4 → 6.0.0-dev.6

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,19 +1,10 @@
1
1
  import { Button } from './deprecated/button/Button';
2
- import { NavigationBar } from './lib/navigation-bar/NavigationBar';
3
2
  import { toast } from './deprecated/toast/toast';
3
+ import { DatePicker } from './lib/date-picker/DatePicker';
4
4
  import { NoInternetConnection } from './lib/no-internet-connection/NoInternetConnection';
5
- import { TherapistInformationComponent } from './lib/therapist-information-component/TherapistInformationComponent';
6
5
  import { Input } from './deprecated/input/Input';
7
- import { ScrollTabs } from './lib/scroll-tabs/ScrollTabs';
8
- import { TabBar } from './lib/tab-bar/TabBar';
9
- import { YourLocalTimeBlock } from './lib/your-local-time-block/YourLocalTimeBlock';
10
- import ImpressionEmojiEnum from './lib/SelectImpressionEmoji/ImpressionEmojiEnum';
11
6
  import LetterAvatar from './deprecated/LetterAvatar/LetterAvatar';
12
7
  import ImageWithFallback from './lib/ImageWithFallback/ImageWithFallback';
13
- import PersonDateTimeCard from './lib/PersonDateTimeCard/PersonDateTimeCard';
14
- import { UsersPsychologistScrollList } from './lib/UsersPsychologistScrollList/UsersPsychologistScrollList';
15
- import NotesEditor from './lib/notes-editor/NotesEditor';
16
- import NotesCardText from './lib/notes-card-text/NotesCardText';
17
8
  import Range from './lib/Filters/Range';
18
9
  import Toggle from './lib/Filters/Toggle';
19
10
  import './lib2/shared/css/fonts';
@@ -22,17 +13,14 @@ import '@ionic/react/css/ionic-swiper.css';
22
13
  import './lib2/shared/css/variables.css';
23
14
  import './lib2/shared/css/tailwind.css';
24
15
  import './lib2/shared/css/ionic.css';
25
- export { Button, NavigationBar, toast, NoInternetConnection, TherapistInformationComponent, Input, ScrollTabs, TabBar, YourLocalTimeBlock, ImpressionEmojiEnum, LetterAvatar, ImageWithFallback, PersonDateTimeCard, UsersPsychologistScrollList, NotesEditor, NotesCardText, Range, Toggle, };
16
+ export { DatePicker, Button, toast, NoInternetConnection, Input, LetterAvatar, ImageWithFallback, Range, Toggle, };
17
+ export * from './lib/Avatar';
26
18
  export { default as AppHeader } from './lib/AppHeader';
27
19
  export * from './lib/AppHeader';
28
20
  export { default as Container } from './lib/Container';
29
21
  export * from './lib/Container';
30
22
  export { default as Segment } from './lib/Segment';
31
23
  export * from './lib/Segment';
32
- export { default as SelectImpressionEmoji } from './lib/SelectImpressionEmoji';
33
- export * from './lib/SelectImpressionEmoji/SelectImpressionEmojiProps';
34
- export { default as StatusTag } from './lib/StatusTag';
35
- export * from './lib/StatusTag';
36
24
  export { default as MediaPlayer } from './lib/AgoraMediaPlayer';
37
25
  export * from './lib/AgoraMediaPlayer';
38
26
  export { default as RoundButton } from './lib/RoundButton';
@@ -134,6 +122,8 @@ export { default as LineFileInput } from './lib/Inputs/LineFileInput';
134
122
  export * from './lib/Inputs/LineFileInput';
135
123
  export { default as SuccessScreen } from './lib/SuccessScreen';
136
124
  export * from './lib/SuccessScreen';
125
+ export { default as Flag } from './lib/Flag';
126
+ export * from './lib/Flag';
137
127
  export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLangs';
138
128
  export * from './lib/SpecialistProfile/SpecialistLangs';
139
129
  export { default as ProfileInformation } from './lib/SpecialistProfile/ProfileInformation';