@elliemae/ds-menu-tree-item 3.49.0-rc.9 → 3.49.0
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 = "
|
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 = '
|
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,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 = '
|
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
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-menu-tree-item",
|
3
|
-
"version": "3.49.0
|
3
|
+
"version": "3.49.0",
|
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": ">=
|
29
|
-
"node": ">=
|
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
|
41
|
-
"@elliemae/ds-form-checkbox": "3.49.0
|
42
|
-
"@elliemae/ds-
|
43
|
-
"@elliemae/ds-
|
44
|
-
"@elliemae/ds-
|
45
|
-
"@elliemae/ds-
|
46
|
-
"@elliemae/ds-
|
47
|
-
"@elliemae/ds-
|
48
|
-
"@elliemae/ds-
|
49
|
-
"@elliemae/ds-
|
40
|
+
"@elliemae/ds-button-v2": "3.49.0",
|
41
|
+
"@elliemae/ds-form-checkbox": "3.49.0",
|
42
|
+
"@elliemae/ds-props-helpers": "3.49.0",
|
43
|
+
"@elliemae/ds-icons": "3.49.0",
|
44
|
+
"@elliemae/ds-typescript-helpers": "3.49.0",
|
45
|
+
"@elliemae/ds-grid": "3.49.0",
|
46
|
+
"@elliemae/ds-system": "3.49.0",
|
47
|
+
"@elliemae/ds-form-radio": "3.49.0",
|
48
|
+
"@elliemae/ds-typography": "3.49.0",
|
49
|
+
"@elliemae/ds-separator": "3.49.0"
|
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
|
56
|
+
"@elliemae/ds-monorepo-devops": "3.49.0"
|
55
57
|
},
|
56
58
|
"peerDependencies": {
|
57
59
|
"@testing-library/jest-dom": "~5.16.4",
|