@mindly/ui-components 3.50.0 → 3.51.1
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 +57 -57
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/lib/BrowserNotSupport/NotSupportModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/ChangeLangModal/ChangeLangModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/CustomModal/CustomModal.d.ts +6 -0
- package/dist/cjs/types/lib/CustomModal/index.d.ts +1 -0
- package/dist/cjs/types/lib/Modal/Modal.style.d.ts +3 -1
- package/dist/esm/index.js +58 -58
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/esm/types/lib/BrowserNotSupport/NotSupportModal.style.d.ts +3 -1
- package/dist/esm/types/lib/ChangeLangModal/ChangeLangModal.style.d.ts +3 -1
- package/dist/esm/types/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +3 -1
- package/dist/esm/types/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +3 -1
- package/dist/esm/types/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +3 -1
- package/dist/esm/types/lib/CustomModal/CustomModal.d.ts +6 -0
- package/dist/esm/types/lib/CustomModal/index.d.ts +1 -0
- package/dist/esm/types/lib/Modal/Modal.style.d.ts +3 -1
- package/dist/index.d.ts +39 -34
- package/package.json +3 -2
|
@@ -163,3 +163,5 @@ export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLa
|
|
|
163
163
|
export * from './lib/SpecialistProfile/SpecialistLangs';
|
|
164
164
|
export { default as ChangeLangModal } from './lib/ChangeLangModal';
|
|
165
165
|
export * from './lib/ChangeLangModal';
|
|
166
|
+
export { default as CustomModal } from './lib/CustomModal';
|
|
167
|
+
export * from './lib/CustomModal';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledNotSupportModal: import("styled-components").StyledComponent<import("react").
|
|
2
|
+
export declare const StyledNotSupportModal: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
3
|
+
children: import("react").ReactNode;
|
|
4
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, {}, never>;
|
|
3
5
|
export declare const StyledNotSupportModalContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
6
|
export declare const StyleRedBlock: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
7
|
export declare const StyleTextBlock: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const ChangeLangWrapper: import("styled-components").StyledComponent<import("react").
|
|
2
|
+
export declare const ChangeLangWrapper: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
3
|
+
children: import("react").ReactNode;
|
|
4
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, {}, never>;
|
|
3
5
|
export declare const ChangeLangContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
6
|
export declare const LanguagesListWrapper: import("styled-components").StyledComponent<"ul", any, {}, never>;
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
declare type ConsultationModalWrapperProps = {
|
|
3
3
|
height: number;
|
|
4
4
|
};
|
|
5
|
-
export declare const ConsultationModalWrapper: import("styled-components").StyledComponent<import("react").
|
|
5
|
+
export declare const ConsultationModalWrapper: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
6
|
+
children: import("react").ReactNode;
|
|
7
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, ConsultationModalWrapperProps, never>;
|
|
6
8
|
export declare const ConsultationModalContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
9
|
export {};
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
declare type SignUpSessionWrapperProps = {
|
|
3
3
|
height: number;
|
|
4
4
|
};
|
|
5
|
-
export declare const SignUpSessionWrapper: import("styled-components").StyledComponent<import("react").
|
|
5
|
+
export declare const SignUpSessionWrapper: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
6
|
+
children: import("react").ReactNode;
|
|
7
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, SignUpSessionWrapperProps, never>;
|
|
6
8
|
export declare const SignUpSessionContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
9
|
export {};
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
declare type SpecialistInfoWrapperProps = {
|
|
3
3
|
isClient: boolean;
|
|
4
4
|
};
|
|
5
|
-
export declare const SpecialistInfoWrapper: import("styled-components").StyledComponent<import("react").
|
|
5
|
+
export declare const SpecialistInfoWrapper: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
6
|
+
children: import("react").ReactNode;
|
|
7
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, SpecialistInfoWrapperProps, never>;
|
|
6
8
|
declare type SpecialistInfoContainerProps = {
|
|
7
9
|
isClient: boolean;
|
|
8
10
|
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { JSX } from '@ionic/core';
|
|
3
|
+
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
} & JSX.IonModal & React.RefAttributes<HTMLIonModalElement>>>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './CustomModal';
|
|
@@ -2,5 +2,7 @@
|
|
|
2
2
|
declare type ModalStyledProps = {
|
|
3
3
|
isFullWidth: boolean;
|
|
4
4
|
};
|
|
5
|
-
export declare const ModalStyled: import("styled-components").StyledComponent<import("react").
|
|
5
|
+
export declare const ModalStyled: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
6
|
+
children: import("react").ReactNode;
|
|
7
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, ModalStyledProps, never>;
|
|
6
8
|
export {};
|