@elliemae/ds-fast-list 3.70.0-next.53 → 3.70.0-next.58

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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import { type DSFastListT } from './react-desc-prop-types.js';
2
3
  declare const DSFastList: {
3
- <T extends object>(props: DSFastListT.Props<T>): import("react/jsx-runtime.js").JSX.Element;
4
+ <T extends object>(props: DSFastListT.Props<T>): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  declare const DSFastListWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSFastListT.Props<object>>;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import type { DSFastListT } from '../react-desc-prop-types.js';
2
- export declare const List: <T extends object>(props: DSFastListT.Props<T>) => import("react/jsx-runtime.js").JSX.Element;
3
+ export declare const List: <T extends object>(props: DSFastListT.Props<T>) => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-fast-list",
3
- "version": "3.70.0-next.53",
3
+ "version": "3.70.0-next.58",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Virtual List",
6
6
  "files": [
@@ -38,21 +38,21 @@
38
38
  "dependencies": {
39
39
  "@tanstack/react-virtual": "3.13.18",
40
40
  "uid": "^2.0.2",
41
- "@elliemae/ds-system": "3.70.0-next.53",
42
- "@elliemae/ds-props-helpers": "3.70.0-next.53",
43
- "@elliemae/ds-typescript-helpers": "3.70.0-next.53"
41
+ "@elliemae/ds-props-helpers": "3.70.0-next.58",
42
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.58",
43
+ "@elliemae/ds-system": "3.70.0-next.58"
44
44
  },
45
45
  "devDependencies": {
46
46
  "jest": "^30.0.0",
47
- "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.70.0-next.53",
49
- "@elliemae/ds-test-utils": "3.70.0-next.53"
47
+ "styled-components": "~5.3.11",
48
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.58",
49
+ "@elliemae/ds-test-utils": "3.70.0-next.58"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "lodash-es": "^4.18.1",
53
53
  "react": "^18.3.1",
54
54
  "react-dom": "^18.3.1",
55
- "styled-components": "~5.3.9"
55
+ "styled-components": "~5.3.11"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public",
@@ -69,4 +69,4 @@
69
69
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
70
70
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
71
71
  }
72
- }
72
+ }