@mindly/ui-components 6.0.0-dev.3 → 6.0.0-dev.5
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 -12
- package/dist/cjs/index.js +7 -7
- package/dist/cjs/lib/Avatar/Avatar.d.ts +0 -3
- package/dist/cjs/lib/CustomButton/CustomButton.d.ts +3 -0
- package/dist/cjs/lib/Filters/ListSelect/ListSelect.style.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -1
- package/dist/esm/index.d.ts +1 -12
- package/dist/esm/index.js +7 -7
- package/dist/esm/lib/Avatar/Avatar.d.ts +0 -3
- package/dist/esm/lib/CustomButton/CustomButton.d.ts +3 -0
- package/dist/esm/lib/Filters/ListSelect/ListSelect.style.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -1
- package/dist/index.d.ts +4 -101
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const ListTitle: import("styled-components").StyledComponent<"h3", any, {}, never>;
|
|
3
|
-
export declare const IonItemStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonItem, "button" | "type" | "disabled" | "rel" | "color" | "
|
|
3
|
+
export declare const IonItemStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonItem, "button" | "type" | "disabled" | "rel" | "color" | "mode" | "fill" | "href" | "target" | "lines" | "routerAnimation" | "download" | "shape" | "counter" | "counterFormatter" | "detail" | "detailIcon"> & {
|
|
4
4
|
routerLink?: string | undefined;
|
|
5
5
|
routerDirection?: "root" | "none" | "forward" | "back" | undefined;
|
|
6
6
|
routerOptions?: import("@ionic/react").RouterOptions | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "
|
|
2
|
+
export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "mode" | "onIonBlur" | "onIonFocus" | "size" | "fill" | "href" | "target" | "expand" | "routerAnimation" | "download" | "shape"> & {
|
|
3
3
|
routerLink?: string | undefined;
|
|
4
4
|
routerDirection?: "root" | "none" | "forward" | "back" | undefined;
|
|
5
5
|
routerOptions?: import("@ionic/react").RouterOptions | undefined;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Button } from './deprecated/button/Button';
|
|
2
|
-
import { FloatingButton } from './lib/floating-button/FloatingButton';
|
|
3
|
-
import { ListButton } from './lib/list-button/ListButton';
|
|
4
2
|
import { NavigationBar } from './lib/navigation-bar/NavigationBar';
|
|
5
|
-
import { ContentCard } from './lib/content-card/ContentCard';
|
|
6
3
|
import { toast } from './deprecated/toast/toast';
|
|
7
4
|
import { DatePicker } from './lib/date-picker/DatePicker';
|
|
8
5
|
import { NoInternetConnection } from './lib/no-internet-connection/NoInternetConnection';
|
|
@@ -11,8 +8,6 @@ import { Input } from './deprecated/input/Input';
|
|
|
11
8
|
import { ScrollTabs } from './lib/scroll-tabs/ScrollTabs';
|
|
12
9
|
import { TabBar } from './lib/tab-bar/TabBar';
|
|
13
10
|
import { YourLocalTimeBlock } from './lib/your-local-time-block/YourLocalTimeBlock';
|
|
14
|
-
import { ModalCalendar } from './lib/ModalCalendar/ModalCalendar';
|
|
15
|
-
import { HorizontalCalendar } from './lib/HorisontalCalendar';
|
|
16
11
|
import ImpressionEmojiEnum from './lib/SelectImpressionEmoji/ImpressionEmojiEnum';
|
|
17
12
|
import LetterAvatar from './deprecated/LetterAvatar/LetterAvatar';
|
|
18
13
|
import ImageWithFallback from './lib/ImageWithFallback/ImageWithFallback';
|
|
@@ -28,8 +23,7 @@ import '@ionic/react/css/ionic-swiper.css';
|
|
|
28
23
|
import './lib2/shared/css/variables.css';
|
|
29
24
|
import './lib2/shared/css/tailwind.css';
|
|
30
25
|
import './lib2/shared/css/ionic.css';
|
|
31
|
-
export { DatePicker, Button,
|
|
32
|
-
export * from './lib/EntryNotFound';
|
|
26
|
+
export { DatePicker, Button, NavigationBar, toast, NoInternetConnection, TherapistInformationComponent, Input, ScrollTabs, TabBar, YourLocalTimeBlock, ImpressionEmojiEnum, LetterAvatar, ImageWithFallback, PersonDateTimeCard, UsersPsychologistScrollList, NotesEditor, NotesCardText, Range, Toggle, };
|
|
33
27
|
export * from './lib/Avatar';
|
|
34
28
|
export { default as AppHeader } from './lib/AppHeader';
|
|
35
29
|
export * from './lib/AppHeader';
|
|
@@ -37,13 +31,8 @@ export { default as Container } from './lib/Container';
|
|
|
37
31
|
export * from './lib/Container';
|
|
38
32
|
export { default as Segment } from './lib/Segment';
|
|
39
33
|
export * from './lib/Segment';
|
|
40
|
-
export { default as Modal } from './lib/Modal';
|
|
41
|
-
export * from './lib/Modal';
|
|
42
34
|
export { default as SelectImpressionEmoji } from './lib/SelectImpressionEmoji';
|
|
43
35
|
export * from './lib/SelectImpressionEmoji/SelectImpressionEmojiProps';
|
|
44
|
-
export * from './lib/HorisontalCalendar';
|
|
45
|
-
export { default as FooterForBooking } from './lib/footer-for-booking';
|
|
46
|
-
export * from './lib/footer-for-booking';
|
|
47
36
|
export { default as StatusTag } from './lib/StatusTag';
|
|
48
37
|
export * from './lib/StatusTag';
|
|
49
38
|
export { default as MediaPlayer } from './lib/AgoraMediaPlayer';
|