@elliemae/ds-menu-tree-item 3.49.0-rc.2 → 3.49.0-rc.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 DSMenuTreeItemName = "DSMenuTreeItem";
39
+ const DSMenuTreeItemName = "DSMenutreeitem";
40
40
  const EXAMPLE_CONSTANTS = {
41
41
  HELLO: "WORLD",
42
42
  FOO: "BAR"
@@ -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\nexport const DSMenuTreeItemName = 'DSMenuTreeItem';\n\nexport const EXAMPLE_CONSTANTS = {\n HELLO: 'WORLD',\n FOO: 'BAR',\n} as const;\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const MENU_TREE_ITEM_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const MENU_TREE_ITEM_DATA_TESTID = slotObjectToDataTestIds(DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS);\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSMenuTreeItemName = 'DSMenutreeitem';\n\nexport const EXAMPLE_CONSTANTS = {\n HELLO: 'WORLD',\n FOO: 'BAR',\n} as const;\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const MENU_TREE_ITEM_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const MENU_TREE_ITEM_DATA_TESTID = slotObjectToDataTestIds(DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS);\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,qBAAqB;AAE3B,MAAM,oBAAoB;AAAA,EAC/B,OAAO;AAAA,EACP,KAAK;AACP;AAGO,MAAM,uBAAuB;AAAA,EAClC,MAAM;AACR;AAGO,MAAM,iCAA6B,0CAAwB,oBAAoB,oBAAoB;",
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 DSMenuTreeItemName = "DSMenuTreeItem";
3
+ const DSMenuTreeItemName = "DSMenutreeitem";
4
4
  const EXAMPLE_CONSTANTS = {
5
5
  HELLO: "WORLD",
6
6
  FOO: "BAR"
@@ -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\nexport const DSMenuTreeItemName = 'DSMenuTreeItem';\n\nexport const EXAMPLE_CONSTANTS = {\n HELLO: 'WORLD',\n FOO: 'BAR',\n} as const;\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const MENU_TREE_ITEM_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const MENU_TREE_ITEM_DATA_TESTID = slotObjectToDataTestIds(DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS);\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSMenuTreeItemName = 'DSMenutreeitem';\n\nexport const EXAMPLE_CONSTANTS = {\n HELLO: 'WORLD',\n FOO: 'BAR',\n} as const;\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const MENU_TREE_ITEM_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const MENU_TREE_ITEM_DATA_TESTID = slotObjectToDataTestIds(DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS);\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,qBAAqB;AAE3B,MAAM,oBAAoB;AAAA,EAC/B,OAAO;AAAA,EACP,KAAK;AACP;AAGO,MAAM,uBAAuB;AAAA,EAClC,MAAM;AACR;AAGO,MAAM,6BAA6B,wBAAwB,oBAAoB,oBAAoB;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,4 @@
1
- export declare const DSMenuTreeItemName = "DSMenuTreeItem";
1
+ export declare const DSMenuTreeItemName = "DSMenutreeitem";
2
2
  export declare const EXAMPLE_CONSTANTS: {
3
3
  readonly HELLO: "WORLD";
4
4
  readonly FOO: "BAR";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-tree-item",
3
- "version": "3.49.0-rc.2",
3
+ "version": "3.49.0-rc.21",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Tree Item",
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": {
@@ -37,21 +37,23 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.6.0",
40
- "@elliemae/ds-button-v2": "3.49.0-rc.2",
41
- "@elliemae/ds-form-checkbox": "3.49.0-rc.2",
42
- "@elliemae/ds-form-radio": "3.49.0-rc.2",
43
- "@elliemae/ds-grid": "3.49.0-rc.2",
44
- "@elliemae/ds-icons": "3.49.0-rc.2",
45
- "@elliemae/ds-separator": "3.49.0-rc.2",
46
- "@elliemae/ds-props-helpers": "3.49.0-rc.2",
47
- "@elliemae/ds-system": "3.49.0-rc.2",
48
- "@elliemae/ds-typescript-helpers": "3.49.0-rc.2",
49
- "@elliemae/ds-typography": "3.49.0-rc.2"
40
+ "@elliemae/ds-button-v2": "3.49.0-rc.21",
41
+ "@elliemae/ds-form-checkbox": "3.49.0-rc.21",
42
+ "@elliemae/ds-form-radio": "3.49.0-rc.21",
43
+ "@elliemae/ds-grid": "3.49.0-rc.21",
44
+ "@elliemae/ds-icons": "3.49.0-rc.21",
45
+ "@elliemae/ds-props-helpers": "3.49.0-rc.21",
46
+ "@elliemae/ds-separator": "3.49.0-rc.21",
47
+ "@elliemae/ds-system": "3.49.0-rc.21",
48
+ "@elliemae/ds-typography": "3.49.0-rc.21",
49
+ "@elliemae/ds-typescript-helpers": "3.49.0-rc.21"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@elliemae/pui-cli": "9.0.0-next.50",
53
+ "jest": "~29.7.0",
54
+ "jest-cli": "~29.7.0",
53
55
  "styled-components": "~5.3.9",
54
- "@elliemae/ds-monorepo-devops": "3.49.0-rc.2"
56
+ "@elliemae/ds-monorepo-devops": "3.49.0-rc.21"
55
57
  },
56
58
  "peerDependencies": {
57
59
  "@testing-library/jest-dom": "~5.16.4",