@mindly/ui-components 6.0.0-dev.5 → 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,20 +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';
4
3
  import { DatePicker } from './lib/date-picker/DatePicker';
5
4
  import { NoInternetConnection } from './lib/no-internet-connection/NoInternetConnection';
6
- import { TherapistInformationComponent } from './lib/therapist-information-component/TherapistInformationComponent';
7
5
  import { Input } from './deprecated/input/Input';
8
- import { ScrollTabs } from './lib/scroll-tabs/ScrollTabs';
9
- import { TabBar } from './lib/tab-bar/TabBar';
10
- import { YourLocalTimeBlock } from './lib/your-local-time-block/YourLocalTimeBlock';
11
- import ImpressionEmojiEnum from './lib/SelectImpressionEmoji/ImpressionEmojiEnum';
12
6
  import LetterAvatar from './deprecated/LetterAvatar/LetterAvatar';
13
7
  import ImageWithFallback from './lib/ImageWithFallback/ImageWithFallback';
14
- import PersonDateTimeCard from './lib/PersonDateTimeCard/PersonDateTimeCard';
15
- import { UsersPsychologistScrollList } from './lib/UsersPsychologistScrollList/UsersPsychologistScrollList';
16
- import NotesEditor from './lib/notes-editor/NotesEditor';
17
- import NotesCardText from './lib/notes-card-text/NotesCardText';
18
8
  import Range from './lib/Filters/Range';
19
9
  import Toggle from './lib/Filters/Toggle';
20
10
  import './lib2/shared/css/fonts';
@@ -23,7 +13,7 @@ import '@ionic/react/css/ionic-swiper.css';
23
13
  import './lib2/shared/css/variables.css';
24
14
  import './lib2/shared/css/tailwind.css';
25
15
  import './lib2/shared/css/ionic.css';
26
- export { DatePicker, 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, };
27
17
  export * from './lib/Avatar';
28
18
  export { default as AppHeader } from './lib/AppHeader';
29
19
  export * from './lib/AppHeader';
@@ -31,10 +21,6 @@ export { default as Container } from './lib/Container';
31
21
  export * from './lib/Container';
32
22
  export { default as Segment } from './lib/Segment';
33
23
  export * from './lib/Segment';
34
- export { default as SelectImpressionEmoji } from './lib/SelectImpressionEmoji';
35
- export * from './lib/SelectImpressionEmoji/SelectImpressionEmojiProps';
36
- export { default as StatusTag } from './lib/StatusTag';
37
- export * from './lib/StatusTag';
38
24
  export { default as MediaPlayer } from './lib/AgoraMediaPlayer';
39
25
  export * from './lib/AgoraMediaPlayer';
40
26
  export { default as RoundButton } from './lib/RoundButton';