@mindly/ui-components 3.26.6 → 3.26.7
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 +44 -44
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/lib/SpecialistProfile/StatisticsScroll/StatisticsScroll.style.d.ts +2 -2
- package/dist/esm/index.js +38 -38
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/esm/types/lib/SpecialistProfile/StatisticsScroll/StatisticsScroll.style.d.ts +2 -2
- package/package.json +2 -1
|
@@ -26,6 +26,8 @@ import ListSelect from './lib/Filters/ListSelect';
|
|
|
26
26
|
import Range from './lib/Filters/Range';
|
|
27
27
|
import RowSelect from './lib/Filters/RowSelect';
|
|
28
28
|
import Toggle from './lib/Filters/Toggle';
|
|
29
|
+
import 'swiper/swiper.min.css';
|
|
30
|
+
import '@ionic/react/css/ionic-swiper.css';
|
|
29
31
|
export { ArchivedConsultationCard, DatePicker, Button, FloatingButton, ListButton, NavigationBar, ContentCard, TherapistCard, toast, NoInternetConnection, TherapistInformationComponent, Input, ScrollTabs, TabBar, YourLocalTimeBlock, ModalCalendar, HorizontalCalendar, ImpressionEmojiEnum, LetterAvatar, ImageWithFallback, PersonDateTimeCard, UsersPsychologistScrollList, NotesEditor, NotesCardText, ListSelect, Range, RowSelect, Toggle, };
|
|
30
32
|
export * from './lib/EntryNotFound';
|
|
31
33
|
export * from './lib/Avatar';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyleSpecialistStatisticsContainer: import("styled-components").StyledComponent<import("react").
|
|
2
|
+
export declare const StyleSpecialistStatisticsContainer: import("styled-components").StyledComponent<import("react").FunctionComponent<import("swiper/react").SwiperProps>, any, {}, never>;
|
|
3
3
|
declare type StyledContainerItemProps = {
|
|
4
4
|
widthInPx?: number;
|
|
5
5
|
leftGap?: number;
|
|
6
6
|
rightGap?: number;
|
|
7
7
|
};
|
|
8
|
-
export declare const StyledContainerItem: import("styled-components").StyledComponent<import("react").
|
|
8
|
+
export declare const StyledContainerItem: import("styled-components").StyledComponent<import("react").VoidFunctionComponent<import("swiper/react").SwiperSlideProps>, any, StyledContainerItemProps, never>;
|
|
9
9
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindly/ui-components",
|
|
3
|
-
"version": "3.26.
|
|
3
|
+
"version": "3.26.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "react-scripts start",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"react-refresh": "^0.9.0",
|
|
44
44
|
"react-scripts": "4.0.3",
|
|
45
45
|
"styled-components": "^5.3.1",
|
|
46
|
+
"swiper": "^8.4.4",
|
|
46
47
|
"web-vitals": "^1.1.2"
|
|
47
48
|
},
|
|
48
49
|
"peerDependencies": {
|