@elliemae/ds-virtual-list 3.17.0-next.9 → 3.17.0

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
  import React from 'react';
2
2
  import { type DSVirtualListT } from './react-desc-prop-types.js';
3
3
  declare const DSVirtualList: {
4
- (props: DSVirtualListT.Props): JSX.Element;
4
+ (props: DSVirtualListT.Props): import("react/jsx-runtime.js").JSX.Element;
5
5
  propTypes: React.WeakValidationMap<unknown>;
6
6
  displayName: string;
7
7
  };
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSVirtualListT } from '../react-desc-prop-types.js';
3
- export declare const List: (props: DSVirtualListT.Props) => JSX.Element;
2
+ export declare const List: (props: DSVirtualListT.Props) => import("react/jsx-runtime.js").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-virtual-list",
3
- "version": "3.17.0-next.9",
3
+ "version": "3.17.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Virtual List",
6
6
  "files": [
@@ -61,14 +61,15 @@
61
61
  "dependencies": {
62
62
  "@tanstack/react-virtual": "3.0.0-beta.54",
63
63
  "@xstyled/system": "3.7.0",
64
+ "axe-core": "^4.6.3",
64
65
  "uid": "^2.0.1",
65
- "@elliemae/ds-props-helpers": "3.17.0-next.9",
66
- "@elliemae/ds-system": "3.17.0-next.9"
66
+ "@elliemae/ds-props-helpers": "3.17.0",
67
+ "@elliemae/ds-system": "3.17.0"
67
68
  },
68
69
  "devDependencies": {
69
70
  "@testing-library/react": "^11.2.6",
70
71
  "styled-components": "~5.3.9",
71
- "@elliemae/ds-test-utils": "3.17.0-next.9"
72
+ "@elliemae/ds-test-utils": "3.17.0"
72
73
  },
73
74
  "peerDependencies": {
74
75
  "lodash": "^4.17.21",