@elliemae/ds-virtual-list 3.49.0-rc.2 → 3.49.0-rc.20
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.
|
@@ -33,7 +33,7 @@ __export(DSVirtualListDefinitions_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(DSVirtualListDefinitions_exports);
|
|
35
35
|
var React = __toESM(require("react"));
|
|
36
|
-
const DSVirtualListName = "
|
|
36
|
+
const DSVirtualListName = "DSVirtuallist";
|
|
37
37
|
const DSVirtualListSlots = {
|
|
38
38
|
ROOT: "root",
|
|
39
39
|
LIST_WRAPPER: "list-wrapper",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DSVirtualListDefinitions.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["export const DSVirtualListName = '
|
|
4
|
+
"sourcesContent": ["export const DSVirtualListName = 'DSVirtuallist';\n\nexport const DSVirtualListSlots = {\n ROOT: 'root',\n LIST_WRAPPER: 'list-wrapper',\n ITEM_WRAPPER: 'item-wrapper',\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,oBAAoB;AAE1B,MAAM,qBAAqB;AAAA,EAChC,MAAM;AAAA,EACN,cAAc;AAAA,EACd,cAAc;AAChB;",
|
|
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/DSVirtualListDefinitions.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSVirtualListName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSVirtualListName = 'DSVirtuallist';\n\nexport const DSVirtualListSlots = {\n ROOT: 'root',\n LIST_WRAPPER: 'list-wrapper',\n ITEM_WRAPPER: 'item-wrapper',\n};\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,oBAAoB;AAE1B,MAAM,qBAAqB;AAAA,EAChC,MAAM;AAAA,EACN,cAAc;AAAA,EACd,cAAc;AAChB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-virtual-list",
|
|
3
|
-
"version": "3.49.0-rc.
|
|
3
|
+
"version": "3.49.0-rc.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Virtual List",
|
|
6
6
|
"files": [
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|
|
52
|
-
"pnpm": ">=
|
|
53
|
-
"node": ">=
|
|
52
|
+
"pnpm": ">=9",
|
|
53
|
+
"node": ">=22"
|
|
54
54
|
},
|
|
55
55
|
"author": "ICE MT",
|
|
56
56
|
"jestSonar": {
|
|
@@ -63,15 +63,17 @@
|
|
|
63
63
|
"@tanstack/react-virtual": "3.0.0-beta.54",
|
|
64
64
|
"@xstyled/system": "3.7.0",
|
|
65
65
|
"uid": "^2.0.1",
|
|
66
|
-
"@elliemae/ds-
|
|
67
|
-
"@elliemae/ds-
|
|
68
|
-
"@elliemae/ds-typescript-helpers": "3.49.0-rc.
|
|
66
|
+
"@elliemae/ds-system": "3.49.0-rc.20",
|
|
67
|
+
"@elliemae/ds-props-helpers": "3.49.0-rc.20",
|
|
68
|
+
"@elliemae/ds-typescript-helpers": "3.49.0-rc.20"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
72
|
+
"jest": "~29.7.0",
|
|
73
|
+
"jest-cli": "~29.7.0",
|
|
72
74
|
"styled-components": "~5.3.9",
|
|
73
|
-
"@elliemae/ds-monorepo-devops": "3.49.0-rc.
|
|
74
|
-
"@elliemae/ds-test-utils": "3.49.0-rc.
|
|
75
|
+
"@elliemae/ds-monorepo-devops": "3.49.0-rc.20",
|
|
76
|
+
"@elliemae/ds-test-utils": "3.49.0-rc.20"
|
|
75
77
|
},
|
|
76
78
|
"peerDependencies": {
|
|
77
79
|
"lodash": "^4.17.21",
|