@elliemae/ds-dialog 3.46.5 → 3.46.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/types/styles.d.ts +11 -28
- package/package.json +8 -8
package/dist/types/styles.d.ts
CHANGED
|
@@ -1,35 +1,18 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { XstyledProps } from '@elliemae/ds-props-helpers';
|
|
3
|
-
import type { DSDialogT } from './react-desc-prop-types.js';
|
|
4
1
|
import type { DSDialogInternalsT } from './sharedTypes.js';
|
|
5
2
|
interface PortalStylesT {
|
|
6
3
|
portalInfo: DSDialogInternalsT.PortalInfo;
|
|
7
4
|
portalClassName: string;
|
|
8
5
|
}
|
|
9
|
-
interface StyledDialogBackgroundT {
|
|
10
|
-
zIndex?: number;
|
|
11
|
-
}
|
|
12
|
-
interface StyledDialogContainerT {
|
|
13
|
-
size: DSDialogT.Sizes;
|
|
14
|
-
centered: boolean;
|
|
15
|
-
width: number | string;
|
|
16
|
-
}
|
|
17
6
|
export declare const PortalStyles: import("styled-components").GlobalStyleComponent<PortalStylesT, import("styled-components").DefaultTheme>;
|
|
18
|
-
export declare const StyledDialogBackground:
|
|
19
|
-
export declare const StyledDialogContainer:
|
|
20
|
-
export declare const DSDialogTitle:
|
|
21
|
-
export declare const DSDialogAddon:
|
|
22
|
-
export declare const DSDialogHeader:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export declare const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
export declare const
|
|
29
|
-
export declare const DSDialogPrimaryMessage: import("styled-components").StyledComponent<"h3", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"h3">, never>;
|
|
30
|
-
export declare const DSDialogSecondaryMessage: import("styled-components").StyledComponent<"p", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"p">, never>;
|
|
31
|
-
export declare const DSDialogDefaultLayout: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
32
|
-
children?: import("react").ReactNode;
|
|
33
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
34
|
-
export declare const DSDialogFooter: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").TypographyProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").BackgroundProps & import("@elliemae/ds-system").SpaceProps & import("@xstyled/system").BoxShadowProps<import("@xstyled/system").Theme> & import("@xstyled/system").FlexboxesProps<import("@xstyled/system").Theme> & import("@xstyled/system").LayoutProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").ColorProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
7
|
+
export declare const StyledDialogBackground: any;
|
|
8
|
+
export declare const StyledDialogContainer: any;
|
|
9
|
+
export declare const DSDialogTitle: any;
|
|
10
|
+
export declare const DSDialogAddon: any;
|
|
11
|
+
export declare const DSDialogHeader: any;
|
|
12
|
+
export declare const DSDialogSeparator: any;
|
|
13
|
+
export declare const DSDialogBody: any;
|
|
14
|
+
export declare const DSDialogPrimaryMessage: any;
|
|
15
|
+
export declare const DSDialogSecondaryMessage: any;
|
|
16
|
+
export declare const DSDialogDefaultLayout: any;
|
|
17
|
+
export declare const DSDialogFooter: any;
|
|
35
18
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-dialog",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Dialog",
|
|
6
6
|
"files": [
|
|
@@ -70,16 +70,16 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"lodash": "~4.17.21",
|
|
72
72
|
"uid": "~2.0.1",
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-
|
|
75
|
-
"@elliemae/ds-
|
|
76
|
-
"@elliemae/ds-
|
|
77
|
-
"@elliemae/ds-typescript-helpers": "3.46.
|
|
73
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
|
74
|
+
"@elliemae/ds-button-v2": "3.46.7",
|
|
75
|
+
"@elliemae/ds-system": "3.46.7",
|
|
76
|
+
"@elliemae/ds-icons": "3.46.7",
|
|
77
|
+
"@elliemae/ds-typescript-helpers": "3.46.7"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
81
81
|
"styled-components": "~5.3.9",
|
|
82
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
82
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"react": "^17.0.2",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
},
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public",
|
|
91
|
-
"typeSafety":
|
|
91
|
+
"typeSafety": false
|
|
92
92
|
},
|
|
93
93
|
"scripts": {
|
|
94
94
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|