@elliemae/ds-dialog 3.53.0-beta.5 → 3.53.0-beta.8

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 './react-desc-prop-types.js';
3
2
  declare const DSDialog: {
4
3
  (props: DSDialogT.Props): JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSDialogInternalsT } from './sharedTypes.js';
3
2
  export declare const DSDialogContext: import("react").Context<DSDialogInternalsT.DSDialogContext>;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const DSDialogPortal: () => JSX.Element | null;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { GlobalAttributesT } from '@elliemae/ds-props-helpers';
3
2
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
4
3
  export declare namespace DSDialogT {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSDialogT } from './react-desc-prop-types.js';
3
2
  export declare namespace DSDialogInternalsT {
4
3
  interface PortalInfo {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { XstyledProps } from '@elliemae/ds-props-helpers';
3
2
  import type { DSDialogT } from './react-desc-prop-types.js';
4
3
  import type { DSDialogInternalsT } from './sharedTypes.js';
@@ -20,7 +19,7 @@ export declare const StyledDialogContainer: import("styled-components").StyledCo
20
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>;
21
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>;
22
21
  export declare const DSDialogHeader: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
23
- children?: import("react").ReactNode;
22
+ children?: import("react").ReactNode | undefined;
24
23
  } & XstyledProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
25
24
  export declare const DSDialogSeparator: import("styled-components").StyledComponent<"hr", import("@elliemae/ds-system").Theme, {
26
25
  'aria-hidden': true;
@@ -29,7 +28,7 @@ export declare const DSDialogBody: import("styled-components").StyledComponent<"
29
28
  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
29
  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
30
  export declare const DSDialogDefaultLayout: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
32
- children?: import("react").ReactNode;
31
+ children?: import("react").ReactNode | undefined;
33
32
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
34
33
  export declare const DSDialogFooter: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
35
34
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dialog",
3
- "version": "3.53.0-beta.5",
3
+ "version": "3.53.0-beta.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Dialog",
6
6
  "files": [
@@ -38,17 +38,17 @@
38
38
  "dependencies": {
39
39
  "lodash-es": "^4.17.21",
40
40
  "uid": "~2.0.1",
41
- "@elliemae/ds-button-v2": "3.53.0-beta.5",
42
- "@elliemae/ds-icons": "3.53.0-beta.5",
43
- "@elliemae/ds-props-helpers": "3.53.0-beta.5",
44
- "@elliemae/ds-system": "3.53.0-beta.5",
45
- "@elliemae/ds-typescript-helpers": "3.53.0-beta.5"
41
+ "@elliemae/ds-button-v2": "3.53.0-beta.8",
42
+ "@elliemae/ds-props-helpers": "3.53.0-beta.8",
43
+ "@elliemae/ds-system": "3.53.0-beta.8",
44
+ "@elliemae/ds-typescript-helpers": "3.53.0-beta.8",
45
+ "@elliemae/ds-icons": "3.53.0-beta.8"
46
46
  },
47
47
  "devDependencies": {
48
- "@elliemae/pui-cli": "9.0.0-next.63",
48
+ "@elliemae/pui-cli": "9.0.0-next.65",
49
49
  "jest": "~29.7.0",
50
50
  "styled-components": "~5.3.9",
51
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.5"
51
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "^18.3.1",