@elliemae/ds-dialog 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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSDialogT } from './propTypes.js';
3
2
  declare const DSDialog: {
4
3
  (props: DSDialogT.Props): JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const DSDialogPortal: () => JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dialog",
3
- "version": "3.31.4",
3
+ "version": "3.31.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Dialog",
6
6
  "files": [
@@ -69,16 +69,16 @@
69
69
  "dependencies": {
70
70
  "lodash": "~4.17.21",
71
71
  "uid": "~2.0.1",
72
- "@elliemae/ds-icons": "3.31.4",
73
- "@elliemae/ds-props-helpers": "3.31.4",
74
- "@elliemae/ds-system": "3.31.4",
75
- "@elliemae/ds-utilities": "3.31.4",
76
- "@elliemae/ds-button": "3.31.4"
72
+ "@elliemae/ds-button": "3.31.5",
73
+ "@elliemae/ds-icons": "3.31.5",
74
+ "@elliemae/ds-props-helpers": "3.31.5",
75
+ "@elliemae/ds-system": "3.31.5",
76
+ "@elliemae/ds-utilities": "3.31.5"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@elliemae/pui-cli": "~9.0.0-next.31",
80
80
  "styled-components": "~5.3.9",
81
- "@elliemae/ds-monorepo-devops": "3.31.4"
81
+ "@elliemae/ds-monorepo-devops": "3.31.5"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "react": "^17.0.2",
@@ -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, };
@@ -1,48 +0,0 @@
1
- /// <reference types="react" />
2
- import type { DSDialogT } from './propTypes.js';
3
- import type { DSDialogInternalsT } from './sharedTypes.js';
4
- interface PortalStylesT {
5
- portalInfo: DSDialogInternalsT.PortalInfo;
6
- portalClassName: string;
7
- }
8
- interface StyledDialogBackgroundT {
9
- zIndex?: number;
10
- }
11
- interface StyledDialogContainerT {
12
- size: DSDialogT.Sizes;
13
- centered: boolean;
14
- width: number | string;
15
- }
16
- export declare const PortalStyles: import("styled-components").GlobalStyleComponent<PortalStylesT, import("styled-components").DefaultTheme>;
17
- export declare const StyledDialogBackground: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledDialogBackgroundT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
18
- export declare const StyledDialogContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledDialogContainerT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
19
- export declare const DSDialogTitle: import("styled-components").StyledComponent<"h3", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"h3">, never>;
20
- export declare const DSDialogAddon: 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 DSDialogHeader: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
22
- [x: string]: any;
23
- [x: number]: any;
24
- [x: symbol]: any;
25
- } & {
26
- theme?: import("@elliemae/ds-system").Theme | undefined;
27
- } & {
28
- as?: string | import("react").ComponentType<any> | undefined;
29
- forwardedAs?: string | import("react").ComponentType<any> | undefined;
30
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
31
- export declare const DSDialogSeparator: import("styled-components").StyledComponent<"hr", import("@elliemae/ds-system").Theme, {
32
- 'aria-hidden': true;
33
- }, string | number | symbol>;
34
- export declare const DSDialogBody: 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>;
35
- 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>;
36
- 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>;
37
- export declare const DSDialogDefaultLayout: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
38
- [x: string]: any;
39
- [x: number]: any;
40
- [x: symbol]: any;
41
- } & {
42
- theme?: import("@elliemae/ds-system").Theme | undefined;
43
- } & {
44
- as?: string | import("react").ComponentType<any> | undefined;
45
- forwardedAs?: string | import("react").ComponentType<any> | undefined;
46
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
47
- 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>;
48
- export {};