@elliemae/ds-dialog 3.16.0-next.16 → 3.16.0-next.18

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.
@@ -0,0 +1,48 @@
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: '';
15
+ }
16
+ export declare const PortalStyles: import("styled-components").GlobalStyleComponent<PortalStylesT, import("styled-components").DefaultTheme>;
17
+ export declare const StyledDialogBackground: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledDialogBackgroundT, never>;
18
+ export declare const StyledDialogContainer: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledDialogContainerT, never>;
19
+ export declare const DSDialogTitle: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
20
+ export declare const DSDialogAddon: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, 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
+ }, never>;
31
+ export declare const DSDialogSeparator: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & {
32
+ 'aria-hidden': true;
33
+ } & object, "aria-hidden">;
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").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, never>;
35
+ export declare const DSDialogPrimaryMessage: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
36
+ export declare const DSDialogSecondaryMessage: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
37
+ export declare const DSDialogDefaultLayout: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & {
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
+ }, 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").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, never>;
48
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dialog",
3
- "version": "3.16.0-next.16",
3
+ "version": "3.16.0-next.18",
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.16.0-next.16",
73
- "@elliemae/ds-icons": "3.16.0-next.16",
74
- "@elliemae/ds-props-helpers": "3.16.0-next.16",
75
- "@elliemae/ds-system": "3.16.0-next.16",
76
- "@elliemae/ds-utilities": "3.16.0-next.16"
72
+ "@elliemae/ds-button": "3.16.0-next.18",
73
+ "@elliemae/ds-icons": "3.16.0-next.18",
74
+ "@elliemae/ds-props-helpers": "3.16.0-next.18",
75
+ "@elliemae/ds-system": "3.16.0-next.18",
76
+ "@elliemae/ds-utilities": "3.16.0-next.18"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@testing-library/react": "~12.1.3",