@elliemae/ds-decision-graph 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,8 +1,9 @@
1
+ import React from 'react';
1
2
  import type { DSDecisionGraphT } from '../../react-desc-prop-types.js';
2
3
  type MermaidProps = {
3
4
  chartJson: DSDecisionGraphT.Props['chartJson'];
4
5
  uid: string;
5
6
  direction: DSDecisionGraphT.Directions;
6
7
  };
7
- export declare const MermaidDecisionChart: (props: MermaidProps) => import("react/jsx-runtime.js").JSX.Element;
8
+ export declare const MermaidDecisionChart: (props: MermaidProps) => React.JSX.Element;
8
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-decision-graph",
3
- "version": "3.70.0-next.6",
3
+ "version": "3.70.0-next.60",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Decision Graph",
6
6
  "files": [
@@ -36,23 +36,23 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "ajv": "^8.17.1",
39
+ "ajv": "^8.18.0",
40
40
  "mermaid": "^11.6.0",
41
41
  "uid": "^2.0.2",
42
- "@elliemae/ds-grid": "3.70.0-next.6",
43
- "@elliemae/ds-props-helpers": "3.70.0-next.6",
44
- "@elliemae/ds-system": "3.70.0-next.6"
42
+ "@elliemae/ds-props-helpers": "3.70.0-next.60",
43
+ "@elliemae/ds-grid": "3.70.0-next.60",
44
+ "@elliemae/ds-system": "3.70.0-next.60"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@xstyled/system": "~3.8.1",
48
48
  "jest": "^30.0.0",
49
- "@elliemae/ds-monorepo-devops": "3.70.0-next.6"
49
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.60"
50
50
  },
51
51
  "peerDependencies": {
52
- "lodash-es": "^4.17.21",
52
+ "lodash-es": "^4.18.1",
53
53
  "react": "^18.3.1",
54
54
  "react-dom": "^18.3.1",
55
- "styled-components": "~5.3.9"
55
+ "styled-components": "~5.3.11"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public",
@@ -67,4 +67,4 @@
67
67
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
68
68
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
69
69
  }
70
- }
70
+ }