@elliemae/ds-modal-slide 3.31.4 → 3.31.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/package.json +10 -10
- package/dist/types/DSModalSlide.d.ts +0 -11
- package/dist/types/styled.d.ts +0 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-modal-slide",
|
|
3
|
-
"version": "3.31.
|
|
3
|
+
"version": "3.31.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Modal Slide",
|
|
6
6
|
"files": [
|
|
@@ -51,19 +51,19 @@
|
|
|
51
51
|
"indent": 4
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@elliemae/ds-button-v2": "3.31.
|
|
55
|
-
"@elliemae/ds-classnames": "3.31.
|
|
56
|
-
"@elliemae/ds-grid": "3.31.
|
|
57
|
-
"@elliemae/ds-
|
|
58
|
-
"@elliemae/ds-
|
|
59
|
-
"@elliemae/ds-separator": "3.31.
|
|
60
|
-
"@elliemae/ds-system": "3.31.
|
|
54
|
+
"@elliemae/ds-button-v2": "3.31.5",
|
|
55
|
+
"@elliemae/ds-classnames": "3.31.5",
|
|
56
|
+
"@elliemae/ds-grid": "3.31.5",
|
|
57
|
+
"@elliemae/ds-props-helpers": "3.31.5",
|
|
58
|
+
"@elliemae/ds-icons": "3.31.5",
|
|
59
|
+
"@elliemae/ds-separator": "3.31.5",
|
|
60
|
+
"@elliemae/ds-system": "3.31.5"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
64
64
|
"styled-components": "~5.3.9",
|
|
65
|
-
"@elliemae/ds-monorepo-devops": "3.31.
|
|
66
|
-
"@elliemae/ds-utilities": "3.31.
|
|
65
|
+
"@elliemae/ds-monorepo-devops": "3.31.5",
|
|
66
|
+
"@elliemae/ds-utilities": "3.31.5"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"lodash": "~4.17.21",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import ModalHeader from './components/Header.js';
|
|
3
|
-
import ModalFooter from './components/Footer.js';
|
|
4
|
-
import { type DSModalSlideT } from './react-desc-prop-types.js';
|
|
5
|
-
declare const DSModalSlide: {
|
|
6
|
-
(props: DSModalSlideT.Props): React.ReactPortal | null;
|
|
7
|
-
displayName: string;
|
|
8
|
-
};
|
|
9
|
-
declare const DSModalSlideWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSModalSlideT.Props>;
|
|
10
|
-
export { ModalHeader, ModalFooter, DSModalSlide, DSModalSlideWithSchema };
|
|
11
|
-
export default DSModalSlide;
|
package/dist/types/styled.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledModalWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
3
|
-
height: string | number;
|
|
4
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
5
|
-
export declare const StyledOverlay: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
6
|
-
disappearing: boolean;
|
|
7
|
-
showing: boolean;
|
|
8
|
-
fadeIn: number;
|
|
9
|
-
fadeOut: number;
|
|
10
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
11
|
-
export declare const StyledContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
12
|
-
height: number | string;
|
|
13
|
-
width: number | string;
|
|
14
|
-
disappearing: boolean;
|
|
15
|
-
fadeIn: number;
|
|
16
|
-
fadeOut: number;
|
|
17
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
18
|
-
export declare const StyledGridContent: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
19
|
-
export declare const StyledTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
20
|
-
export declare const StyledHeaderLeftSide: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
21
|
-
export declare const StyledActualContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
22
|
-
export declare const StyledHeader: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
23
|
-
[x: string]: any;
|
|
24
|
-
[x: number]: any;
|
|
25
|
-
[x: symbol]: any;
|
|
26
|
-
} & {
|
|
27
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
28
|
-
} & {
|
|
29
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
30
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
31
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
32
|
-
export declare const StyledFooter: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
33
|
-
export declare const StyledFooterWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
34
|
-
export declare const HeaderWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
35
|
-
export declare const StyledSeparator: import("styled-components").StyledComponent<{
|
|
36
|
-
(props: import("@elliemae/ds-separator").DSSeparatorV2T.Props): JSX.Element;
|
|
37
|
-
displayName: string;
|
|
38
|
-
}, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<{
|
|
39
|
-
(props: import("@elliemae/ds-separator").DSSeparatorV2T.Props): JSX.Element;
|
|
40
|
-
displayName: string;
|
|
41
|
-
}>, never>;
|
|
42
|
-
export declare const StyledCloseButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
|
|
43
|
-
export declare const StyledContentWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|