@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,3 +1,2 @@
1
- import type { WeakValidationMap } from 'react';
2
1
  import { type DSVirtualListT } from '../react-desc-prop-types.js';
3
2
  export declare const useValidateProps: (props: DSVirtualListT.InternalProps, propTypes: WeakValidationMap<unknown>) => void;
@@ -1,7 +1,3 @@
1
- export declare const StyledWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
2
- export declare const StyledListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
3
- height: number;
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.5",
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.5",
67
- "@elliemae/ds-system": "3.46.5",
68
- "@elliemae/ds-typescript-helpers": "3.46.5"
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-monorepo-devops": "3.46.5",
74
- "@elliemae/ds-test-utils": "3.46.5"
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": true
84
+ "typeSafety": false
85
85
  },
86
86
  "scripts": {
87
87
  "test": "pui-cli test --passWithNoTests --coverage=\"false\"",