@mindly/ui-components 7.1.2 → 7.2.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.d.ts +0 -14
- package/dist/cjs/index.js +20 -19
- 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 +0 -14
- package/dist/esm/index.js +20 -19
- 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 +155 -239
- 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" | "mode" | "fill" | "lines" | "
|
|
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" | "lines" | "href" | "target" | "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" | "mode" | "onIonBlur" | "onIonFocus" | "size" | "fill" | "
|
|
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
|
@@ -25,20 +25,6 @@ export { default as MediaPlayer } from './lib/AgoraMediaPlayer';
|
|
|
25
25
|
export * from './lib/AgoraMediaPlayer';
|
|
26
26
|
export { default as RoundButton } from './lib/RoundButton';
|
|
27
27
|
export * from './lib/RoundButton';
|
|
28
|
-
export { default as ChatListItem } from './lib/Chat/ChatListItem';
|
|
29
|
-
export * from './lib/Chat/ChatListItem';
|
|
30
|
-
export { default as ChatMessage } from './lib/Chat/ChatMessage';
|
|
31
|
-
export * from './lib/Chat/ChatMessage';
|
|
32
|
-
export { default as ChatMessageSkeleton } from './lib/Chat/ChatMessageSkeleton';
|
|
33
|
-
export * from './lib/Chat/ChatMessageSkeleton';
|
|
34
|
-
export { default as ChatListSkeleton } from './lib/Chat/ChatListSkeleton';
|
|
35
|
-
export * from './lib/Chat/ChatListSkeleton';
|
|
36
|
-
export { default as EmptyChatList } from './lib/Chat/EmptyChatList';
|
|
37
|
-
export * from './lib/Chat/EmptyChatList';
|
|
38
|
-
export { default as EmptyChatMessages } from './lib/Chat/EmptyChatMessages';
|
|
39
|
-
export * from './lib/Chat/EmptyChatMessages';
|
|
40
|
-
export { default as Textarea } from './lib/Chat/Textarea';
|
|
41
|
-
export * from './lib/Chat/Textarea';
|
|
42
28
|
export { default as UpdatesCard } from './lib/UpdatesCard';
|
|
43
29
|
export * from './lib/UpdatesCard';
|
|
44
30
|
export { default as SwitchDeviceCard } from './lib/SwitchDeviceCard';
|