@mindly/ui-components 3.61.0 → 3.62.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.
- package/dist/cjs/index.js +15 -15
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/lib/FrequentlyAskedQuestions/FrequentlyAskedQuestions.d.ts +7 -0
- package/dist/cjs/types/lib/FrequentlyAskedQuestions/index.d.ts +1 -0
- package/dist/esm/index.js +8 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/esm/types/lib/FrequentlyAskedQuestions/FrequentlyAskedQuestions.d.ts +7 -0
- package/dist/esm/types/lib/FrequentlyAskedQuestions/index.d.ts +1 -0
- package/dist/index.d.ts +7 -1
- package/package.json +1 -1
|
@@ -177,3 +177,5 @@ export { default as ReviewStatistics } from './lib/SpecialistProfile/ReviewStati
|
|
|
177
177
|
export * from './lib/SpecialistProfile/ReviewStatistics';
|
|
178
178
|
export { default as ReviewSwiperSection } from './lib/ReviewSwiperSection';
|
|
179
179
|
export * from './lib/ReviewSwiperSection';
|
|
180
|
+
export { default as FrequentlyAskedQuestions } from './lib/FrequentlyAskedQuestions';
|
|
181
|
+
export * from './lib/FrequentlyAskedQuestions';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FrequentlyAskedQuestions';
|
package/dist/index.d.ts
CHANGED
|
@@ -1323,4 +1323,10 @@ declare type ReviewSwiperProps = {
|
|
|
1323
1323
|
};
|
|
1324
1324
|
declare const ReviewSwiperSection: React.FC<ReviewSwiperProps>;
|
|
1325
1325
|
|
|
1326
|
-
|
|
1326
|
+
declare type FrequentlyAskedQuestions = {
|
|
1327
|
+
text: string;
|
|
1328
|
+
alignment: 'right' | 'center' | 'left';
|
|
1329
|
+
};
|
|
1330
|
+
declare const FrequentlyAskedQuestions: React.FC<FrequentlyAskedQuestions>;
|
|
1331
|
+
|
|
1332
|
+
export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, Button, CancelSession, ChangeLangModal, _default$x as ChatListItem, _default$v as ChatListSkeleton, _default$w as ChatMessage, ChatMessageSkeleton, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$j as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$7 as CustomCheckbox, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, DayToRender, _default$d as EducationCard, _default$u as EmptyChatList, EmptyChatMessages, _default$m as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$3 as Flag, FlagTypes, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$B as LetterAvatar, _default$4 as LineFileInput, ListButton, ListSelect, LouseConnect, _default$y as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$A as PersonDateTimeCard, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, Range, _default$i as ReSchedule, ReScheduleSuccess, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$z as SelectImpressionEmoji, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, Skeleton, _default$e as SpecialistAbout, SpecialistCard, _default$s as SpecialistEducationCard, SpecialistLangs, _default$1 as SpecialistMatch, _default$r as SpecialistProfileViewCard, _default as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$a as TextInput, _default$t as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$p as VideoCallInfo, _default$q as VideoPlayer, _default$g as WorkDirections, YourLocalTimeBlock, decOfNum, toast };
|