@elliemae/ds-treeview 2.4.17 → 2.4.20

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-treeview",
3
- "version": "2.4.17",
3
+ "version": "2.4.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tree View",
6
6
  "module": "./esm/index.js",
@@ -229,15 +229,15 @@
229
229
  "dependencies": {
230
230
  "@dnd-kit/core": "~4.0.1",
231
231
  "@dnd-kit/sortable": "~5.0.0",
232
- "@elliemae/ds-button": "2.4.17",
233
- "@elliemae/ds-circular-progress-indicator": "2.4.17",
234
- "@elliemae/ds-classnames": "2.4.17",
235
- "@elliemae/ds-drag-and-drop": "2.4.17",
236
- "@elliemae/ds-form": "2.4.17",
237
- "@elliemae/ds-icons": "2.4.17",
238
- "@elliemae/ds-props-helpers": "2.4.17",
239
- "@elliemae/ds-truncated-tooltip-text": "2.4.17",
240
- "@elliemae/ds-utilities": "2.4.17",
232
+ "@elliemae/ds-button": "2.4.20",
233
+ "@elliemae/ds-circular-progress-indicator": "2.4.20",
234
+ "@elliemae/ds-classnames": "2.4.20",
235
+ "@elliemae/ds-drag-and-drop": "2.4.20",
236
+ "@elliemae/ds-form": "2.4.20",
237
+ "@elliemae/ds-icons": "2.4.20",
238
+ "@elliemae/ds-props-helpers": "2.4.20",
239
+ "@elliemae/ds-truncated-tooltip-text": "2.4.20",
240
+ "@elliemae/ds-utilities": "2.4.20",
241
241
  "react-desc": "~4.1.3",
242
242
  "react-highlight-words": "~0.17.0",
243
243
  "react-virtual": "~2.8.2",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTreeviewT } from '../react-desc-prop-types';
3
2
  interface PropsT {
4
3
  item: DSTreeviewT.Item;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DSTreeviewT } from '../react-desc-prop-types';
3
2
  interface DnDHandleProps {
4
3
  id: DSTreeviewT.StringOrNum;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTreeviewT } from '../react-desc-prop-types';
3
2
  interface PropsT {
4
3
  item: DSTreeviewT.Item;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTreeviewT } from '../react-desc-prop-types';
3
2
  interface PropsT {
4
3
  item: DSTreeviewT.Item;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTreeviewT } from '../react-desc-prop-types';
3
2
  declare type NestingSpacePropsType = {
4
3
  item: DSTreeviewT.Item;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTreeviewT } from '../react-desc-prop-types';
3
2
  interface PropsT {
4
3
  item: DSTreeviewT.Item;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTreeviewT } from '../react-desc-prop-types';
3
2
  interface PropsT {
4
3
  item: DSTreeviewT.Item;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface PropsT {
3
2
  handleChange: (opt: {
4
3
  target: {