@mindly/ui-components 6.0.0-dev.1 → 6.0.0-dev.2
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.d.ts +1 -22
- package/dist/cjs/index.js +19 -18
- package/dist/cjs/lib/AppHeader/AppHeader.d.ts +3 -0
- package/dist/cjs/lib/Avatar/Avatar.d.ts +3 -0
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -1
- package/dist/esm/index.d.ts +1 -22
- package/dist/esm/index.js +19 -18
- package/dist/esm/lib/AppHeader/AppHeader.d.ts +3 -0
- package/dist/esm/lib/Avatar/Avatar.d.ts +3 -0
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -1
- package/dist/index.d.ts +10 -138
- package/package.json +1 -1
package/dist/cjs/index.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import { ListButton } from './lib/list-button/ListButton';
|
|
|
4
4
|
import { NavigationBar } from './lib/navigation-bar/NavigationBar';
|
|
5
5
|
import { ContentCard } from './lib/content-card/ContentCard';
|
|
6
6
|
import { toast } from './deprecated/toast/toast';
|
|
7
|
-
import { ArchivedConsultationCard } from './lib/archived-consultation-card/ArchivedConsultationCard';
|
|
8
7
|
import { DatePicker } from './lib/date-picker/DatePicker';
|
|
9
8
|
import { NoInternetConnection } from './lib/no-internet-connection/NoInternetConnection';
|
|
10
9
|
import { TherapistInformationComponent } from './lib/therapist-information-component/TherapistInformationComponent';
|
|
@@ -29,7 +28,7 @@ import '@ionic/react/css/ionic-swiper.css';
|
|
|
29
28
|
import './lib2/shared/css/variables.css';
|
|
30
29
|
import './lib2/shared/css/tailwind.css';
|
|
31
30
|
import './lib2/shared/css/ionic.css';
|
|
32
|
-
export {
|
|
31
|
+
export { DatePicker, Button, FloatingButton, ListButton, NavigationBar, ContentCard, toast, NoInternetConnection, TherapistInformationComponent, Input, ScrollTabs, TabBar, YourLocalTimeBlock, ModalCalendar, HorizontalCalendar, ImpressionEmojiEnum, LetterAvatar, ImageWithFallback, PersonDateTimeCard, UsersPsychologistScrollList, NotesEditor, NotesCardText, Range, Toggle, };
|
|
33
32
|
export * from './lib/EntryNotFound';
|
|
34
33
|
export * from './lib/Avatar';
|
|
35
34
|
export { default as AppHeader } from './lib/AppHeader';
|
|
@@ -47,26 +46,8 @@ export { default as FooterForBooking } from './lib/footer-for-booking';
|
|
|
47
46
|
export * from './lib/footer-for-booking';
|
|
48
47
|
export { default as StatusTag } from './lib/StatusTag';
|
|
49
48
|
export * from './lib/StatusTag';
|
|
50
|
-
export { default as MediaPlayer } from './lib/AgoraMediaPlayer';
|
|
51
|
-
export * from './lib/AgoraMediaPlayer';
|
|
52
49
|
export { default as RoundButton } from './lib/RoundButton';
|
|
53
50
|
export * from './lib/RoundButton';
|
|
54
|
-
export { default as ChatListItem } from './lib/Chat/ChatListItem';
|
|
55
|
-
export * from './lib/Chat/ChatListItem';
|
|
56
|
-
export { default as ChatMessage } from './lib/Chat/ChatMessage';
|
|
57
|
-
export * from './lib/Chat/ChatMessage';
|
|
58
|
-
export { default as ChatMessageSkeleton } from './lib/Chat/ChatMessageSkeleton';
|
|
59
|
-
export * from './lib/Chat/ChatMessageSkeleton';
|
|
60
|
-
export { default as ChatListSkeleton } from './lib/Chat/ChatListSkeleton';
|
|
61
|
-
export * from './lib/Chat/ChatListSkeleton';
|
|
62
|
-
export { default as EmptyChatList } from './lib/Chat/EmptyChatList';
|
|
63
|
-
export * from './lib/Chat/EmptyChatList';
|
|
64
|
-
export { default as EmptyChatMessages } from './lib/Chat/EmptyChatMessages';
|
|
65
|
-
export * from './lib/Chat/EmptyChatMessages';
|
|
66
|
-
export { default as Textarea } from './lib/Chat/Textarea';
|
|
67
|
-
export * from './lib/Chat/Textarea';
|
|
68
|
-
export { default as LouseConnect } from './lib/Chat/LouseConnect';
|
|
69
|
-
export * from './lib/Chat/LouseConnect';
|
|
70
51
|
export { default as UpdatesCard } from './lib/UpdatesCard';
|
|
71
52
|
export * from './lib/UpdatesCard';
|
|
72
53
|
export { default as SwitchDeviceCard } from './lib/SwitchDeviceCard';
|
|
@@ -154,8 +135,6 @@ export { default as Flag } from './lib/Flag';
|
|
|
154
135
|
export * from './lib/Flag';
|
|
155
136
|
export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLangs';
|
|
156
137
|
export * from './lib/SpecialistProfile/SpecialistLangs';
|
|
157
|
-
export { default as ChangeLangModal } from './lib/ChangeLangModal';
|
|
158
|
-
export * from './lib/ChangeLangModal';
|
|
159
138
|
export { default as ProfileInformation } from './lib/SpecialistProfile/ProfileInformation';
|
|
160
139
|
export * from './lib/SpecialistProfile/ProfileInformation';
|
|
161
140
|
export { default as SpecialistMatch } from './lib/SpecialistProfile/SpecialistMatch';
|