@elliemae/ds-virtual-list 3.46.5 → 3.46.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.
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
export declare const StyledWrapper:
|
|
2
|
-
export declare const StyledListWrapper:
|
|
3
|
-
|
|
4
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
5
|
-
export declare const StyledItemWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
6
|
-
start: number;
|
|
7
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledWrapper: any;
|
|
2
|
+
export declare const StyledListWrapper: any;
|
|
3
|
+
export declare const StyledItemWrapper: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-virtual-list",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Virtual List",
|
|
6
6
|
"files": [
|
|
@@ -63,15 +63,15 @@
|
|
|
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-props-helpers": "3.46.
|
|
67
|
-
"@elliemae/ds-system": "3.46.
|
|
68
|
-
"@elliemae/ds-typescript-helpers": "3.46.
|
|
66
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
67
|
+
"@elliemae/ds-system": "3.46.6",
|
|
68
|
+
"@elliemae/ds-typescript-helpers": "3.46.6"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
72
72
|
"styled-components": "~5.3.9",
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-
|
|
73
|
+
"@elliemae/ds-test-utils": "3.46.6",
|
|
74
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"lodash": "^4.17.21",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public",
|
|
84
|
-
"typeSafety":
|
|
84
|
+
"typeSafety": false
|
|
85
85
|
},
|
|
86
86
|
"scripts": {
|
|
87
87
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|