@elliemae/ds-decision-graph 3.54.0-next.4 → 3.54.0-next.6

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.
@@ -2,7 +2,9 @@ export declare const DSDecisionGraphName = "DSDecisiongraph";
2
2
  export declare const DECISION_GRAPH_SLOTS: {
3
3
  readonly WRAPPER: "wrapper";
4
4
  };
5
- export declare const DECISION_GRAPH_DATA_TESTID: Record<string, string>;
5
+ export declare const DECISION_GRAPH_DATA_TESTID: {
6
+ readonly WRAPPER: "ds-decisiongraph-wrapper";
7
+ };
6
8
  export declare const JSON_SCHEMA: {
7
9
  readonly $schema: "http://json-schema.org/draft-07/schema#";
8
10
  readonly type: "object";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-decision-graph",
3
- "version": "3.54.0-next.4",
3
+ "version": "3.54.0-next.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Decision Graph",
6
6
  "files": [
@@ -40,10 +40,10 @@
40
40
  "ajv": "^8.17.1",
41
41
  "mermaid": "^11.6.0",
42
42
  "uid": "~2.0.2",
43
- "@elliemae/ds-button": "3.54.0-next.4",
44
- "@elliemae/ds-grid": "3.54.0-next.4",
45
- "@elliemae/ds-props-helpers": "3.54.0-next.4",
46
- "@elliemae/ds-system": "3.54.0-next.4"
43
+ "@elliemae/ds-props-helpers": "3.54.0-next.6",
44
+ "@elliemae/ds-button": "3.54.0-next.6",
45
+ "@elliemae/ds-system": "3.54.0-next.6",
46
+ "@elliemae/ds-grid": "3.54.0-next.6"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@elliemae/pui-cli": "9.0.0-next.65",
@@ -51,7 +51,7 @@
51
51
  "jest": "~29.7.0",
52
52
  "lodash-es": "^4.17.21",
53
53
  "styled-components": "~5.3.9",
54
- "@elliemae/ds-monorepo-devops": "3.54.0-next.4"
54
+ "@elliemae/ds-monorepo-devops": "3.54.0-next.6"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "lodash-es": "^4.17.21",