@elliemae/ds-dialog 3.20.2 → 3.20.4
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/DSDialog.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-dialog",
|
|
3
|
-
"version": "3.20.
|
|
3
|
+
"version": "3.20.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Dialog",
|
|
6
6
|
"files": [
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"lodash": "~4.17.21",
|
|
71
71
|
"uid": "~2.0.1",
|
|
72
|
-
"@elliemae/ds-button": "3.20.
|
|
73
|
-
"@elliemae/ds-props-helpers": "3.20.
|
|
74
|
-
"@elliemae/ds-icons": "3.20.
|
|
75
|
-
"@elliemae/ds-
|
|
76
|
-
"@elliemae/ds-
|
|
72
|
+
"@elliemae/ds-button": "3.20.4",
|
|
73
|
+
"@elliemae/ds-props-helpers": "3.20.4",
|
|
74
|
+
"@elliemae/ds-icons": "3.20.4",
|
|
75
|
+
"@elliemae/ds-utilities": "3.20.4",
|
|
76
|
+
"@elliemae/ds-system": "3.20.4"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@testing-library/react": "~12.1.3",
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { DSDialogBody, DSDialogHeader, DSDialogFooter, DSDialogSeparator, DSDialogTitle, DSDialogAddon, DSDialogDefaultLayout, DSDialogPrimaryMessage, DSDialogSecondaryMessage } from './styles.js';
|
|
3
|
-
declare const DSDialogBodyWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
4
|
-
[x: string]: any;
|
|
5
|
-
[x: number]: any;
|
|
6
|
-
[x: symbol]: any;
|
|
7
|
-
} & {
|
|
8
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
9
|
-
} & {
|
|
10
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
11
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
12
|
-
}>;
|
|
13
|
-
declare const DSDialogHeaderWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
14
|
-
[x: string]: any;
|
|
15
|
-
[x: number]: any;
|
|
16
|
-
[x: symbol]: any;
|
|
17
|
-
} & {
|
|
18
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
19
|
-
} & {
|
|
20
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
21
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
22
|
-
}>;
|
|
23
|
-
declare const DSDialogFooterWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
24
|
-
[x: string]: any;
|
|
25
|
-
[x: number]: any;
|
|
26
|
-
[x: symbol]: any;
|
|
27
|
-
} & {
|
|
28
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
29
|
-
} & {
|
|
30
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
31
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
32
|
-
}>;
|
|
33
|
-
declare const DSDialogSeparatorWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
34
|
-
[x: string]: any;
|
|
35
|
-
[x: number]: any;
|
|
36
|
-
[x: symbol]: any;
|
|
37
|
-
} & {
|
|
38
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
39
|
-
} & {
|
|
40
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
41
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
42
|
-
}>;
|
|
43
|
-
declare const DSDialogTitleWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
44
|
-
[x: string]: any;
|
|
45
|
-
[x: number]: any;
|
|
46
|
-
[x: symbol]: any;
|
|
47
|
-
} & {
|
|
48
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
49
|
-
} & {
|
|
50
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
51
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
52
|
-
}>;
|
|
53
|
-
declare const DSDialogAddonWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
54
|
-
[x: string]: any;
|
|
55
|
-
[x: number]: any;
|
|
56
|
-
[x: symbol]: any;
|
|
57
|
-
} & {
|
|
58
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
59
|
-
} & {
|
|
60
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
61
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
62
|
-
}>;
|
|
63
|
-
declare const DSDialogDefaultLayoutWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
64
|
-
[x: string]: any;
|
|
65
|
-
[x: number]: any;
|
|
66
|
-
[x: symbol]: any;
|
|
67
|
-
} & {
|
|
68
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
69
|
-
} & {
|
|
70
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
71
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
72
|
-
}>;
|
|
73
|
-
declare const DSDialogPrimaryMessageWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
74
|
-
[x: string]: any;
|
|
75
|
-
[x: number]: any;
|
|
76
|
-
[x: symbol]: any;
|
|
77
|
-
} & {
|
|
78
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
79
|
-
} & {
|
|
80
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
81
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
82
|
-
}>;
|
|
83
|
-
declare const DSDialogSecondaryMessageWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
|
|
84
|
-
[x: string]: any;
|
|
85
|
-
[x: number]: any;
|
|
86
|
-
[x: symbol]: any;
|
|
87
|
-
} & {
|
|
88
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
89
|
-
} & {
|
|
90
|
-
as?: string | import("react").ComponentType<any> | undefined;
|
|
91
|
-
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
92
|
-
}>;
|
|
93
|
-
export * from './DSDialog.js';
|
|
94
|
-
export * from './DSDialogDatatestid.js';
|
|
95
|
-
export { DSDialogSizes } from './utils.js';
|
|
96
|
-
export { DSDialogBody, DSDialogHeader, DSDialogFooter, DSDialogSeparator, DSDialogTitle, DSDialogAddon, DSDialogDefaultLayout, DSDialogPrimaryMessage, DSDialogSecondaryMessage, DSDialogBodyWithSchema, DSDialogHeaderWithSchema, DSDialogFooterWithSchema, DSDialogSeparatorWithSchema, DSDialogTitleWithSchema, DSDialogAddonWithSchema, DSDialogDefaultLayoutWithSchema, DSDialogPrimaryMessageWithSchema, DSDialogSecondaryMessageWithSchema, };
|