@elliemae/ds-card-v1 3.70.0-next.7 → 3.70.0-next.71

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,10 +1,11 @@
1
+ import React from 'react';
1
2
  declare const DSCard: {
2
3
  ({ innerRef, children, containerProps, ...otherProps }: {
3
4
  [x: string]: any;
4
5
  innerRef?: undefined;
5
6
  children?: null | undefined;
6
7
  containerProps?: {} | undefined;
7
- }): import("react/jsx-runtime.js").JSX.Element;
8
+ }): React.JSX.Element;
8
9
  displayName: string;
9
10
  };
10
11
  declare const DSCardWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
@@ -1,7 +1,8 @@
1
+ import React from 'react';
1
2
  declare const DSCardBody: {
2
3
  ({ children }: {
3
4
  children: any;
4
- }): import("react/jsx-runtime.js").JSX.Element;
5
+ }): React.JSX.Element;
5
6
  propTypes: {
6
7
  /** children */
7
8
  children: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
@@ -1,8 +1,9 @@
1
+ import React from 'react';
1
2
  declare const DSCardHeader: {
2
3
  ({ title, action }: {
3
4
  title: any;
4
5
  action: any;
5
- }): import("react/jsx-runtime.js").JSX.Element;
6
+ }): React.JSX.Element;
6
7
  displayName: string;
7
8
  };
8
9
  declare const DSCardHeaderWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card-v1",
3
- "version": "3.70.0-next.7",
3
+ "version": "3.70.0-next.71",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Card",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://git.elliemae.io/platform-ui/dimsum.git"
25
+ "url": "https://github.com/intcx/PLATFORM-UI.dimsum.git"
26
26
  },
27
27
  "engines": {
28
28
  "pnpm": ">=9",
@@ -36,20 +36,20 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-classnames": "3.70.0-next.7",
40
- "@elliemae/ds-props-helpers": "3.70.0-next.7"
39
+ "@elliemae/ds-classnames": "3.70.0-next.71",
40
+ "@elliemae/ds-props-helpers": "3.70.0-next.71"
41
41
  },
42
42
  "devDependencies": {
43
43
  "jest": "^30.0.0",
44
- "styled-components": "~5.3.9",
45
- "@elliemae/ds-monorepo-devops": "3.70.0-next.7",
46
- "@elliemae/ds-test-utils": "3.70.0-next.7"
44
+ "styled-components": "~5.3.11",
45
+ "@elliemae/ds-test-utils": "3.70.0-next.71",
46
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.71"
47
47
  },
48
48
  "peerDependencies": {
49
- "lodash-es": "^4.17.21",
49
+ "lodash-es": "^4.18.1",
50
50
  "react": "^18.3.1",
51
51
  "react-dom": "^18.3.1",
52
- "styled-components": "~5.3.9"
52
+ "styled-components": "~5.3.11"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public",
@@ -63,4 +63,4 @@
63
63
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
64
64
  "checkDeps": "exit 0 | echo"
65
65
  }
66
- }
66
+ }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};