@elliemae/ds-decision-graph 3.50.1-next.9 → 3.51.0-beta.1

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.
@@ -36,7 +36,7 @@ __export(constants_exports, {
36
36
  module.exports = __toCommonJS(constants_exports);
37
37
  var React = __toESM(require("react"));
38
38
  var import_ds_system = require("@elliemae/ds-system");
39
- const DSDecisionGraphName = "DSDecisionGraph";
39
+ const DSDecisionGraphName = "DSDecisiongraph";
40
40
  const DECISION_GRAPH_SLOTS = {
41
41
  WRAPPER: "wrapper"
42
42
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/constants/index.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n// carefull to not implement dependency cycles, especially in react-desc-prop-types.ts\n// this file is meant to host \"simple\" constants\n// this file should never need to refeer the typescript namespace\n// if you need the typescript namespace in this file, you are probably not having to define a constant ?\n// if you are sure it's actually a constant declare a new file like `complex-constants.ts` or something like that to avoid cycle\n\nexport const DSDecisionGraphName = 'DSDecisionGraph';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_SLOTS = {\n WRAPPER: 'wrapper',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_DATA_TESTID = slotObjectToDataTestIds(DSDecisionGraphName, DECISION_GRAPH_SLOTS);\n\nexport const JSON_SCHEMA = {\n $schema: 'http://json-schema.org/draft-07/schema#',\n type: 'object',\n properties: {\n chartTitle: {\n type: 'string',\n description: 'Title of the decision chart',\n },\n subtree: {\n $ref: '#/definitions/DecisionNode',\n description: 'The root of the decision tree',\n },\n },\n required: ['chartTitle', 'subtree'],\n definitions: {\n DecisionNode: {\n type: 'object',\n properties: {\n nodeText: {\n type: 'string',\n description: 'Text representing a conclusion or question',\n },\n semanticMeaning: { type: 'string', enum: ['question', 'conclusion'] },\n repeatedId: {\n type: 'string',\n description:\n 'optional unique identifier for the node, used to allow pointing multiple paths to the same node in the chart',\n },\n truePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the true path',\n },\n falsePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the false path',\n },\n notApplicablePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the not applicable path',\n },\n },\n required: ['nodeText', 'semanticMeaning'],\n },\n },\n} as const;\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n// carefull to not implement dependency cycles, especially in react-desc-prop-types.ts\n// this file is meant to host \"simple\" constants\n// this file should never need to refeer the typescript namespace\n// if you need the typescript namespace in this file, you are probably not having to define a constant ?\n// if you are sure it's actually a constant declare a new file like `complex-constants.ts` or something like that to avoid cycle\n\nexport const DSDecisionGraphName = 'DSDecisiongraph';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_SLOTS = {\n WRAPPER: 'wrapper',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_DATA_TESTID = slotObjectToDataTestIds(DSDecisionGraphName, DECISION_GRAPH_SLOTS);\n\nexport const JSON_SCHEMA = {\n $schema: 'http://json-schema.org/draft-07/schema#',\n type: 'object',\n properties: {\n chartTitle: {\n type: 'string',\n description: 'Title of the decision chart',\n },\n subtree: {\n $ref: '#/definitions/DecisionNode',\n description: 'The root of the decision tree',\n },\n },\n required: ['chartTitle', 'subtree'],\n definitions: {\n DecisionNode: {\n type: 'object',\n properties: {\n nodeText: {\n type: 'string',\n description: 'Text representing a conclusion or question',\n },\n semanticMeaning: { type: 'string', enum: ['question', 'conclusion'] },\n repeatedId: {\n type: 'string',\n description:\n 'optional unique identifier for the node, used to allow pointing multiple paths to the same node in the chart',\n },\n truePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the true path',\n },\n falsePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the false path',\n },\n notApplicablePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the not applicable path',\n },\n },\n required: ['nodeText', 'semanticMeaning'],\n },\n },\n} as const;\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAOjC,MAAM,sBAAsB;AAG5B,MAAM,uBAAuB;AAAA,EAClC,SAAS;AACX;AAGO,MAAM,iCAA6B,0CAAwB,qBAAqB,oBAAoB;AAEpG,MAAM,cAAc;AAAA,EACzB,SAAS;AAAA,EACT,MAAM;AAAA,EACN,YAAY;AAAA,IACV,YAAY;AAAA,MACV,MAAM;AAAA,MACN,aAAa;AAAA,IACf;AAAA,IACA,SAAS;AAAA,MACP,MAAM;AAAA,MACN,aAAa;AAAA,IACf;AAAA,EACF;AAAA,EACA,UAAU,CAAC,cAAc,SAAS;AAAA,EAClC,aAAa;AAAA,IACX,cAAc;AAAA,MACZ,MAAM;AAAA,MACN,YAAY;AAAA,QACV,UAAU;AAAA,UACR,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,iBAAiB,EAAE,MAAM,UAAU,MAAM,CAAC,YAAY,YAAY,EAAE;AAAA,QACpE,YAAY;AAAA,UACV,MAAM;AAAA,UACN,aACE;AAAA,QACJ;AAAA,QACA,UAAU;AAAA,UACR,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,WAAW;AAAA,UACT,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,mBAAmB;AAAA,UACjB,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,MACF;AAAA,MACA,UAAU,CAAC,YAAY,iBAAiB;AAAA,IAC1C;AAAA,EACF;AACF;",
6
6
  "names": []
7
7
  }
@@ -1,6 +1,6 @@
1
1
  import * as React from "react";
2
2
  import { slotObjectToDataTestIds } from "@elliemae/ds-system";
3
- const DSDecisionGraphName = "DSDecisionGraph";
3
+ const DSDecisionGraphName = "DSDecisiongraph";
4
4
  const DECISION_GRAPH_SLOTS = {
5
5
  WRAPPER: "wrapper"
6
6
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/constants/index.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n// carefull to not implement dependency cycles, especially in react-desc-prop-types.ts\n// this file is meant to host \"simple\" constants\n// this file should never need to refeer the typescript namespace\n// if you need the typescript namespace in this file, you are probably not having to define a constant ?\n// if you are sure it's actually a constant declare a new file like `complex-constants.ts` or something like that to avoid cycle\n\nexport const DSDecisionGraphName = 'DSDecisionGraph';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_SLOTS = {\n WRAPPER: 'wrapper',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_DATA_TESTID = slotObjectToDataTestIds(DSDecisionGraphName, DECISION_GRAPH_SLOTS);\n\nexport const JSON_SCHEMA = {\n $schema: 'http://json-schema.org/draft-07/schema#',\n type: 'object',\n properties: {\n chartTitle: {\n type: 'string',\n description: 'Title of the decision chart',\n },\n subtree: {\n $ref: '#/definitions/DecisionNode',\n description: 'The root of the decision tree',\n },\n },\n required: ['chartTitle', 'subtree'],\n definitions: {\n DecisionNode: {\n type: 'object',\n properties: {\n nodeText: {\n type: 'string',\n description: 'Text representing a conclusion or question',\n },\n semanticMeaning: { type: 'string', enum: ['question', 'conclusion'] },\n repeatedId: {\n type: 'string',\n description:\n 'optional unique identifier for the node, used to allow pointing multiple paths to the same node in the chart',\n },\n truePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the true path',\n },\n falsePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the false path',\n },\n notApplicablePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the not applicable path',\n },\n },\n required: ['nodeText', 'semanticMeaning'],\n },\n },\n} as const;\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n// carefull to not implement dependency cycles, especially in react-desc-prop-types.ts\n// this file is meant to host \"simple\" constants\n// this file should never need to refeer the typescript namespace\n// if you need the typescript namespace in this file, you are probably not having to define a constant ?\n// if you are sure it's actually a constant declare a new file like `complex-constants.ts` or something like that to avoid cycle\n\nexport const DSDecisionGraphName = 'DSDecisiongraph';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_SLOTS = {\n WRAPPER: 'wrapper',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_DATA_TESTID = slotObjectToDataTestIds(DSDecisionGraphName, DECISION_GRAPH_SLOTS);\n\nexport const JSON_SCHEMA = {\n $schema: 'http://json-schema.org/draft-07/schema#',\n type: 'object',\n properties: {\n chartTitle: {\n type: 'string',\n description: 'Title of the decision chart',\n },\n subtree: {\n $ref: '#/definitions/DecisionNode',\n description: 'The root of the decision tree',\n },\n },\n required: ['chartTitle', 'subtree'],\n definitions: {\n DecisionNode: {\n type: 'object',\n properties: {\n nodeText: {\n type: 'string',\n description: 'Text representing a conclusion or question',\n },\n semanticMeaning: { type: 'string', enum: ['question', 'conclusion'] },\n repeatedId: {\n type: 'string',\n description:\n 'optional unique identifier for the node, used to allow pointing multiple paths to the same node in the chart',\n },\n truePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the true path',\n },\n falsePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the false path',\n },\n notApplicablePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the not applicable path',\n },\n },\n required: ['nodeText', 'semanticMeaning'],\n },\n },\n} as const;\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAOjC,MAAM,sBAAsB;AAG5B,MAAM,uBAAuB;AAAA,EAClC,SAAS;AACX;AAGO,MAAM,6BAA6B,wBAAwB,qBAAqB,oBAAoB;AAEpG,MAAM,cAAc;AAAA,EACzB,SAAS;AAAA,EACT,MAAM;AAAA,EACN,YAAY;AAAA,IACV,YAAY;AAAA,MACV,MAAM;AAAA,MACN,aAAa;AAAA,IACf;AAAA,IACA,SAAS;AAAA,MACP,MAAM;AAAA,MACN,aAAa;AAAA,IACf;AAAA,EACF;AAAA,EACA,UAAU,CAAC,cAAc,SAAS;AAAA,EAClC,aAAa;AAAA,IACX,cAAc;AAAA,MACZ,MAAM;AAAA,MACN,YAAY;AAAA,QACV,UAAU;AAAA,UACR,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,iBAAiB,EAAE,MAAM,UAAU,MAAM,CAAC,YAAY,YAAY,EAAE;AAAA,QACpE,YAAY;AAAA,UACV,MAAM;AAAA,UACN,aACE;AAAA,QACJ;AAAA,QACA,UAAU;AAAA,UACR,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,WAAW;AAAA,UACT,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,mBAAmB;AAAA,UACjB,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,MACF;AAAA,MACA,UAAU,CAAC,YAAY,iBAAiB;AAAA,IAC1C;AAAA,EACF;AACF;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,4 @@
1
- export declare const DSDecisionGraphName = "DSDecisionGraph";
1
+ export declare const DSDecisionGraphName = "DSDecisiongraph";
2
2
  export declare const DECISION_GRAPH_SLOTS: {
3
3
  readonly WRAPPER: "wrapper";
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-decision-graph",
3
- "version": "3.50.1-next.9",
3
+ "version": "3.51.0-beta.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Decision Graph",
6
6
  "files": [
@@ -25,8 +25,8 @@
25
25
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
26
26
  },
27
27
  "engines": {
28
- "pnpm": ">=6",
29
- "node": ">=16"
28
+ "pnpm": ">=9",
29
+ "node": ">=22"
30
30
  },
31
31
  "author": "ICE MT",
32
32
  "jestSonar": {
@@ -40,23 +40,23 @@
40
40
  "ajv": "^8.12.0",
41
41
  "mermaid": "^10.9.0",
42
42
  "uid": "~2.0.1",
43
- "@elliemae/ds-button": "3.50.1-next.9",
44
- "@elliemae/ds-props-helpers": "3.50.1-next.9",
45
- "@elliemae/ds-grid": "3.50.1-next.9",
46
- "@elliemae/ds-system": "3.50.1-next.9"
43
+ "@elliemae/ds-button": "3.51.0-beta.1",
44
+ "@elliemae/ds-grid": "3.51.0-beta.1",
45
+ "@elliemae/ds-props-helpers": "3.51.0-beta.1",
46
+ "@elliemae/ds-system": "3.51.0-beta.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@elliemae/pui-cli": "9.0.0-next.31",
49
+ "@elliemae/pui-cli": "9.0.0-next.55",
50
50
  "@xstyled/system": "~3.7.3",
51
51
  "jest": "~29.7.0",
52
52
  "lodash": "^4.17.21",
53
53
  "styled-components": "~5.3.9",
54
- "@elliemae/ds-monorepo-devops": "3.50.1-next.9"
54
+ "@elliemae/ds-monorepo-devops": "3.51.0-beta.1"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "lodash": "^4.17.21",
58
- "react": "^17.0.2",
59
- "react-dom": "^17.0.2",
58
+ "react": "^18.3.1",
59
+ "react-dom": "^18.3.1",
60
60
  "styled-components": "~5.3.9"
61
61
  },
62
62
  "publishConfig": {