@elliemae/ds-modal-slide 3.70.0-next.6 → 3.70.0-next.60

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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import { type DSModalFooterT } from './react-desc-prop-types.js';
2
3
  declare const DSModalFooter: {
3
- (props: DSModalFooterT.Props): import("react/jsx-runtime.js").JSX.Element;
4
+ (props: DSModalFooterT.Props): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  declare const DSModalFooterWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSModalFooterT.Props>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-modal-slide",
3
- "version": "3.70.0-next.6",
3
+ "version": "3.70.0-next.60",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Modal Slide",
6
6
  "files": [
@@ -36,24 +36,24 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-button-v2": "3.70.0-next.6",
40
- "@elliemae/ds-grid": "3.70.0-next.6",
41
- "@elliemae/ds-props-helpers": "3.70.0-next.6",
42
- "@elliemae/ds-icons": "3.70.0-next.6",
43
- "@elliemae/ds-separator": "3.70.0-next.6",
44
- "@elliemae/ds-system": "3.70.0-next.6"
39
+ "@elliemae/ds-grid": "3.70.0-next.60",
40
+ "@elliemae/ds-button-v2": "3.70.0-next.60",
41
+ "@elliemae/ds-icons": "3.70.0-next.60",
42
+ "@elliemae/ds-separator": "3.70.0-next.60",
43
+ "@elliemae/ds-system": "3.70.0-next.60",
44
+ "@elliemae/ds-props-helpers": "3.70.0-next.60"
45
45
  },
46
46
  "devDependencies": {
47
47
  "jest": "^30.0.0",
48
- "styled-components": "~5.3.9",
49
- "@elliemae/ds-test-utils": "3.70.0-next.6",
50
- "@elliemae/ds-monorepo-devops": "3.70.0-next.6"
48
+ "styled-components": "~5.3.11",
49
+ "@elliemae/ds-test-utils": "3.70.0-next.60",
50
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.60"
51
51
  },
52
52
  "peerDependencies": {
53
- "lodash-es": "^4.17.21",
53
+ "lodash-es": "^4.18.1",
54
54
  "react": "^18.3.1",
55
55
  "react-dom": "^18.3.1",
56
- "styled-components": "~5.3.9"
56
+ "styled-components": "~5.3.11"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public",
@@ -68,4 +68,4 @@
68
68
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
69
69
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
70
70
  }
71
- }
71
+ }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};