@elliemae/ds-treeview 3.50.1-next.9 → 3.51.0-next.1

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,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSTreeviewT } from '../react-desc-prop-types.js';
2
3
  interface PropsT {
3
4
  item: DSTreeviewT.Item;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSTreeviewT } from '../react-desc-prop-types.js';
2
3
  interface PropsT {
3
4
  item: DSTreeviewT.Item;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSTreeviewT } from '../react-desc-prop-types.js';
2
3
  interface PropsT {
3
4
  item: DSTreeviewT.Item;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSTreeviewT } from '../react-desc-prop-types.js';
2
3
  type NestingSpacePropsType = {
3
4
  item: DSTreeviewT.Item;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSTreeviewT } from '../react-desc-prop-types.js';
2
3
  interface PropsT {
3
4
  item: DSTreeviewT.Item;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-treeview",
3
- "version": "3.50.1-next.9",
3
+ "version": "3.51.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tree View",
6
6
  "files": [
@@ -232,28 +232,28 @@
232
232
  "react-virtual": "~2.10.4",
233
233
  "tree-model": "~1.0.7",
234
234
  "uid": "~2.0.1",
235
- "@elliemae/ds-button-v2": "3.50.1-next.9",
236
- "@elliemae/ds-classnames": "3.50.1-next.9",
237
- "@elliemae/ds-controlled-form": "3.50.1-next.9",
238
- "@elliemae/ds-drag-and-drop": "3.50.1-next.9",
239
- "@elliemae/ds-circular-progress-indicator": "3.50.1-next.9",
240
- "@elliemae/ds-form": "3.50.1-next.9",
241
- "@elliemae/ds-props-helpers": "3.50.1-next.9",
242
- "@elliemae/ds-system": "3.50.1-next.9",
243
- "@elliemae/ds-icons": "3.50.1-next.9",
244
- "@elliemae/ds-truncated-tooltip-text": "3.50.1-next.9",
245
- "@elliemae/ds-typescript-helpers": "3.50.1-next.9"
235
+ "@elliemae/ds-button-v2": "3.51.0-next.1",
236
+ "@elliemae/ds-circular-progress-indicator": "3.51.0-next.1",
237
+ "@elliemae/ds-classnames": "3.51.0-next.1",
238
+ "@elliemae/ds-controlled-form": "3.51.0-next.1",
239
+ "@elliemae/ds-drag-and-drop": "3.51.0-next.1",
240
+ "@elliemae/ds-form": "3.51.0-next.1",
241
+ "@elliemae/ds-icons": "3.51.0-next.1",
242
+ "@elliemae/ds-props-helpers": "3.51.0-next.1",
243
+ "@elliemae/ds-system": "3.51.0-next.1",
244
+ "@elliemae/ds-truncated-tooltip-text": "3.51.0-next.1",
245
+ "@elliemae/ds-typescript-helpers": "3.51.0-next.1"
246
246
  },
247
247
  "devDependencies": {
248
- "@elliemae/pui-cli": "9.0.0-next.31",
248
+ "@elliemae/pui-cli": "9.0.0-next.50",
249
249
  "jest": "~29.7.0",
250
250
  "styled-components": "~5.3.9",
251
- "@elliemae/ds-monorepo-devops": "3.50.1-next.9"
251
+ "@elliemae/ds-monorepo-devops": "3.51.0-next.1"
252
252
  },
253
253
  "peerDependencies": {
254
254
  "lodash": "^4.17.21",
255
- "react": "^17.0.2",
256
- "react-dom": "^17.0.2",
255
+ "react": "^18.3.1",
256
+ "react-dom": "^18.3.1",
257
257
  "styled-components": "~5.3.9"
258
258
  },
259
259
  "scripts": {