@elliemae/ds-modal-slide 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.
@@ -59,8 +59,8 @@ export declare const defaultProps: DSModalSlideT.DefaultProps;
59
59
  export declare const headerDefaultProps: DSModalSlideT.HeaderDefaultProps;
60
60
  export declare const footerDefaultProps: DSModalSlideT.FooterDefaultProps;
61
61
  export declare const DSModalSlidePropTypes: DSPropTypesSchema<DSModalSlideT.Props>;
62
- export declare const DSModalSlidePropTypesSchema: import("react").WeakValidationMap<DSModalSlideT.Props>;
62
+ export declare const DSModalSlidePropTypesSchema: React.WeakValidationMap<DSModalSlideT.Props>;
63
63
  export declare const DSModalSlideHeaderPropTypes: DSPropTypesSchema<DSModalSlideT.HeaderProps>;
64
- export declare const DSModalSlideHeaderPropTypesSchema: import("react").WeakValidationMap<DSModalSlideT.HeaderProps>;
64
+ export declare const DSModalSlideHeaderPropTypesSchema: React.WeakValidationMap<DSModalSlideT.HeaderProps>;
65
65
  export declare const DSModalSlideFooterPropTypes: DSPropTypesSchema<DSModalSlideT.FooterProps>;
66
66
  export declare const DSModalSlideFooterPropTypesSchema: ValidationMap<DSModalSlideT.FooterProps>;
@@ -1,34 +1,14 @@
1
- /// <reference types="react" />
2
- export declare const StyledModalWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
3
- height: string | number;
4
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
5
- export declare const StyledOverlay: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
6
- disappearing: boolean;
7
- showing: boolean;
8
- fadeIn: number;
9
- fadeOut: number;
10
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
11
- export declare const StyledContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
12
- height: number | string;
13
- width: number | string;
14
- disappearing: boolean;
15
- fadeIn: number;
16
- fadeOut: number;
17
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
18
- export declare const StyledGridContent: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
19
- export declare const StyledTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
20
- export declare const StyledHeaderLeftSide: 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 StyledActualContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
22
- export declare const StyledHeader: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
23
- export declare const StyledFooter: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
24
- export declare const StyledFooterWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
25
- export declare const HeaderWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
26
- export declare const StyledSeparator: import("styled-components").StyledComponent<{
27
- (props: import("@elliemae/ds-separator").DSSeparatorV2T.Props): JSX.Element;
28
- displayName: string;
29
- }, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<{
30
- (props: import("@elliemae/ds-separator").DSSeparatorV2T.Props): JSX.Element;
31
- displayName: string;
32
- }>, never>;
33
- export declare const StyledCloseButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
34
- export declare const StyledContentWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
1
+ export declare const StyledModalWrapper: any;
2
+ export declare const StyledOverlay: any;
3
+ export declare const StyledContent: any;
4
+ export declare const StyledGridContent: any;
5
+ export declare const StyledTitle: any;
6
+ export declare const StyledHeaderLeftSide: any;
7
+ export declare const StyledActualContent: any;
8
+ export declare const StyledHeader: any;
9
+ export declare const StyledFooter: any;
10
+ export declare const StyledFooterWrapper: any;
11
+ export declare const HeaderWrapper: any;
12
+ export declare const StyledSeparator: any;
13
+ export declare const StyledCloseButton: any;
14
+ export declare const StyledContentWrapper: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-modal-slide",
3
- "version": "3.46.5",
3
+ "version": "3.46.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Modal Slide",
6
6
  "files": [
@@ -52,18 +52,18 @@
52
52
  "indent": 4
53
53
  },
54
54
  "dependencies": {
55
- "@elliemae/ds-button-v2": "3.46.5",
56
- "@elliemae/ds-classnames": "3.46.5",
57
- "@elliemae/ds-grid": "3.46.5",
58
- "@elliemae/ds-icons": "3.46.5",
59
- "@elliemae/ds-props-helpers": "3.46.5",
60
- "@elliemae/ds-separator": "3.46.5",
61
- "@elliemae/ds-system": "3.46.5"
55
+ "@elliemae/ds-button-v2": "3.46.7",
56
+ "@elliemae/ds-classnames": "3.46.7",
57
+ "@elliemae/ds-grid": "3.46.7",
58
+ "@elliemae/ds-props-helpers": "3.46.7",
59
+ "@elliemae/ds-icons": "3.46.7",
60
+ "@elliemae/ds-separator": "3.46.7",
61
+ "@elliemae/ds-system": "3.46.7"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@elliemae/pui-cli": "9.0.0-next.50",
65
65
  "styled-components": "~5.3.9",
66
- "@elliemae/ds-monorepo-devops": "3.46.5"
66
+ "@elliemae/ds-monorepo-devops": "3.46.7"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "lodash": "~4.17.21",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public",
76
- "typeSafety": true
76
+ "typeSafety": false
77
77
  },
78
78
  "scripts": {
79
79
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",