@mindly/ui-components 6.0.0-dev.1 → 6.0.0-dev.3
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 -6
- package/dist/cjs/index.js +7 -7
- 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 -6
- package/dist/esm/index.js +7 -7
- 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 +7 -33
- 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';
|
|
@@ -65,8 +64,6 @@ export { default as EmptyChatMessages } from './lib/Chat/EmptyChatMessages';
|
|
|
65
64
|
export * from './lib/Chat/EmptyChatMessages';
|
|
66
65
|
export { default as Textarea } from './lib/Chat/Textarea';
|
|
67
66
|
export * from './lib/Chat/Textarea';
|
|
68
|
-
export { default as LouseConnect } from './lib/Chat/LouseConnect';
|
|
69
|
-
export * from './lib/Chat/LouseConnect';
|
|
70
67
|
export { default as UpdatesCard } from './lib/UpdatesCard';
|
|
71
68
|
export * from './lib/UpdatesCard';
|
|
72
69
|
export { default as SwitchDeviceCard } from './lib/SwitchDeviceCard';
|
|
@@ -154,8 +151,6 @@ export { default as Flag } from './lib/Flag';
|
|
|
154
151
|
export * from './lib/Flag';
|
|
155
152
|
export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLangs';
|
|
156
153
|
export * from './lib/SpecialistProfile/SpecialistLangs';
|
|
157
|
-
export { default as ChangeLangModal } from './lib/ChangeLangModal';
|
|
158
|
-
export * from './lib/ChangeLangModal';
|
|
159
154
|
export { default as ProfileInformation } from './lib/SpecialistProfile/ProfileInformation';
|
|
160
155
|
export * from './lib/SpecialistProfile/ProfileInformation';
|
|
161
156
|
export { default as SpecialistMatch } from './lib/SpecialistProfile/SpecialistMatch';
|