@elliemae/ds-modal-slide 3.28.1-rc.2 → 3.29.0-next.2

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.
@@ -33,10 +33,10 @@ export declare const StyledFooter: import("styled-components").StyledComponent<"
33
33
  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>;
34
34
  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>;
35
35
  export declare const StyledSeparator: import("styled-components").StyledComponent<{
36
- (props: import("@elliemae/ds-separator/dist/types/v2/react-desc-prop-types.js").DSSeparatorV2T.Props): JSX.Element;
36
+ (props: import("@elliemae/ds-separator").DSSeparatorV2T.Props): JSX.Element;
37
37
  displayName: string;
38
38
  }, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<{
39
- (props: import("@elliemae/ds-separator/dist/types/v2/react-desc-prop-types.js").DSSeparatorV2T.Props): JSX.Element;
39
+ (props: import("@elliemae/ds-separator").DSSeparatorV2T.Props): JSX.Element;
40
40
  displayName: string;
41
41
  }>, never>;
42
42
  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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-modal-slide",
3
- "version": "3.28.1-rc.2",
3
+ "version": "3.29.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Modal Slide",
6
6
  "files": [
@@ -51,19 +51,19 @@
51
51
  "indent": 4
52
52
  },
53
53
  "dependencies": {
54
- "@elliemae/ds-button-v2": "3.28.1-rc.2",
55
- "@elliemae/ds-icons": "3.28.1-rc.2",
56
- "@elliemae/ds-grid": "3.28.1-rc.2",
57
- "@elliemae/ds-props-helpers": "3.28.1-rc.2",
58
- "@elliemae/ds-classnames": "3.28.1-rc.2",
59
- "@elliemae/ds-separator": "3.28.1-rc.2",
60
- "@elliemae/ds-system": "3.28.1-rc.2"
54
+ "@elliemae/ds-classnames": "3.29.0-next.2",
55
+ "@elliemae/ds-button-v2": "3.29.0-next.2",
56
+ "@elliemae/ds-grid": "3.29.0-next.2",
57
+ "@elliemae/ds-props-helpers": "3.29.0-next.2",
58
+ "@elliemae/ds-icons": "3.29.0-next.2",
59
+ "@elliemae/ds-separator": "3.29.0-next.2",
60
+ "@elliemae/ds-system": "3.29.0-next.2"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@elliemae/pui-cli": "~9.0.0-next.31",
64
64
  "styled-components": "~5.3.9",
65
- "@elliemae/ds-monorepo-devops": "3.28.1-rc.2",
66
- "@elliemae/ds-utilities": "3.28.1-rc.2"
65
+ "@elliemae/ds-monorepo-devops": "3.29.0-next.2",
66
+ "@elliemae/ds-utilities": "3.29.0-next.2"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "lodash": "~4.17.21",