@elliemae/ds-fast-list 3.70.0-next.6 → 3.70.0-next.60

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,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\n\nexport { type DSFastListT } from './react-desc-prop-types.js';\nexport { DSFastList, DSFastListWithSchema } from './FastList.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKvB,sBAAiD;",
4
+ "sourcesContent": ["export { type DSFastListT } from './react-desc-prop-types.js';\nexport { DSFastList, DSFastListWithSchema } from './FastList.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,sBAAiD;",
6
6
  "names": []
7
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,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\n\nexport { type DSFastListT } from './react-desc-prop-types.js';\nexport { DSFastList, DSFastListWithSchema } from './FastList.js';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACKvB,SAAS,YAAY,4BAA4B;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export { type DSFastListT } from './react-desc-prop-types.js';\nexport { DSFastList, DSFastListWithSchema } from './FastList.js';\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,YAAY,4BAA4B;",
6
6
  "names": []
7
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.6",
3
+ "version": "3.70.0-next.60",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Virtual List",
6
6
  "files": [
@@ -37,23 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@tanstack/react-virtual": "3.13.18",
40
- "@xstyled/system": "~3.8.1",
41
40
  "uid": "^2.0.2",
42
- "@elliemae/ds-props-helpers": "3.70.0-next.6",
43
- "@elliemae/ds-system": "3.70.0-next.6",
44
- "@elliemae/ds-typescript-helpers": "3.70.0-next.6"
41
+ "@elliemae/ds-props-helpers": "3.70.0-next.60",
42
+ "@elliemae/ds-system": "3.70.0-next.60",
43
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.60"
45
44
  },
46
45
  "devDependencies": {
47
46
  "jest": "^30.0.0",
48
- "styled-components": "~5.3.9",
49
- "@elliemae/ds-monorepo-devops": "3.70.0-next.6",
50
- "@elliemae/ds-test-utils": "3.70.0-next.6"
47
+ "styled-components": "~5.3.11",
48
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.60",
49
+ "@elliemae/ds-test-utils": "3.70.0-next.60"
51
50
  },
52
51
  "peerDependencies": {
53
- "lodash-es": "^4.17.21",
52
+ "lodash-es": "^4.18.1",
54
53
  "react": "^18.3.1",
55
54
  "react-dom": "^18.3.1",
56
- "styled-components": "~5.3.9"
55
+ "styled-components": "~5.3.11"
57
56
  },
58
57
  "publishConfig": {
59
58
  "access": "public",
@@ -70,4 +69,4 @@
70
69
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
71
70
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
72
71
  }
73
- }
72
+ }
@@ -1 +0,0 @@
1
- export {};