@elliemae/ds-treeview 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.
@@ -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 { DSTreeviewT } from './react-desc-prop-types.js';
2
3
  export declare const TreeView: {
3
- (props: DSTreeviewT.Props): import("react/jsx-runtime.js").JSX.Element;
4
+ (props: DSTreeviewT.Props): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  declare const TreeViewWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSTreeviewT.Props>;
@@ -4,6 +4,6 @@ interface TruncatedTooltipTextProps {
4
4
  value?: React.ReactNode;
5
5
  placement?: DSHookFloatingContextT.PopperPlacementsT;
6
6
  }
7
- declare const TruncatedTooltipText: ({ value, placement }: TruncatedTooltipTextProps) => import("react/jsx-runtime").JSX.Element;
7
+ declare const TruncatedTooltipText: ({ value, placement }: TruncatedTooltipTextProps) => React.JSX.Element;
8
8
  export { TruncatedTooltipText };
9
9
  export default TruncatedTooltipText;
@@ -1,8 +1,9 @@
1
+ import React from 'react';
1
2
  import type { DSTreeviewT } from '../react-desc-prop-types.js';
2
3
  interface DnDHandleProps {
3
4
  id: DSTreeviewT.StringOrNum;
4
5
  isDragOverlay: boolean;
5
6
  disableActions: boolean;
6
7
  }
7
- export declare const DnDHandle: ({ id, isDragOverlay, disableActions }: DnDHandleProps) => import("react/jsx-runtime.js").JSX.Element;
8
+ export declare const DnDHandle: ({ id, isDragOverlay, disableActions }: DnDHandleProps) => React.JSX.Element;
8
9
  export {};
@@ -1,7 +1,8 @@
1
+ import React from 'react';
1
2
  import type { DSTreeviewT } from '../react-desc-prop-types.js';
2
3
  interface PropsT {
3
4
  item: DSTreeviewT.Item;
4
5
  itemIndex: number;
5
6
  }
6
- declare const RadioSelectable: (props: PropsT) => import("react/jsx-runtime.js").JSX.Element;
7
+ declare const RadioSelectable: (props: PropsT) => React.JSX.Element;
7
8
  export default RadioSelectable;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  interface PropsT {
2
3
  handleChange: (opt: {
3
4
  target: {
@@ -11,5 +12,5 @@ interface PropsT {
11
12
  totalResults: number;
12
13
  value: string;
13
14
  }
14
- export declare const TreeViewSearchBar: (props: PropsT) => import("react/jsx-runtime").JSX.Element;
15
+ export declare const TreeViewSearchBar: (props: PropsT) => React.JSX.Element;
15
16
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-treeview",
3
- "version": "3.70.0-next.6",
3
+ "version": "3.70.0-next.60",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tree View",
6
6
  "files": [
@@ -45,29 +45,29 @@
45
45
  "react-virtual": "~2.10.4",
46
46
  "tree-model": "~1.0.7",
47
47
  "uid": "^2.0.2",
48
- "@elliemae/ds-button-v2": "3.70.0-next.6",
49
- "@elliemae/ds-drag-and-drop": "3.70.0-next.6",
50
- "@elliemae/ds-circular-progress-indicator": "3.70.0-next.6",
51
- "@elliemae/ds-floating-context": "3.70.0-next.6",
52
- "@elliemae/ds-classnames": "3.70.0-next.6",
53
- "@elliemae/ds-form-radio": "3.70.0-next.6",
54
- "@elliemae/ds-props-helpers": "3.70.0-next.6",
55
- "@elliemae/ds-system": "3.70.0-next.6",
56
- "@elliemae/ds-form-checkbox": "3.70.0-next.6",
57
- "@elliemae/ds-icons": "3.70.0-next.6",
58
- "@elliemae/ds-typescript-helpers": "3.70.0-next.6"
48
+ "@elliemae/ds-button-v2": "3.70.0-next.60",
49
+ "@elliemae/ds-classnames": "3.70.0-next.60",
50
+ "@elliemae/ds-drag-and-drop": "3.70.0-next.60",
51
+ "@elliemae/ds-circular-progress-indicator": "3.70.0-next.60",
52
+ "@elliemae/ds-floating-context": "3.70.0-next.60",
53
+ "@elliemae/ds-form-checkbox": "3.70.0-next.60",
54
+ "@elliemae/ds-form-radio": "3.70.0-next.60",
55
+ "@elliemae/ds-system": "3.70.0-next.60",
56
+ "@elliemae/ds-icons": "3.70.0-next.60",
57
+ "@elliemae/ds-props-helpers": "3.70.0-next.60",
58
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.60"
59
59
  },
60
60
  "devDependencies": {
61
61
  "jest": "^30.0.0",
62
- "styled-components": "~5.3.9",
63
- "@elliemae/ds-monorepo-devops": "3.70.0-next.6",
64
- "@elliemae/ds-test-utils": "3.70.0-next.6"
62
+ "styled-components": "~5.3.11",
63
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.60",
64
+ "@elliemae/ds-test-utils": "3.70.0-next.60"
65
65
  },
66
66
  "peerDependencies": {
67
- "lodash-es": "^4.17.21",
67
+ "lodash-es": "^4.18.1",
68
68
  "react": "^18.3.1",
69
69
  "react-dom": "^18.3.1",
70
- "styled-components": "~5.3.9"
70
+ "styled-components": "~5.3.11"
71
71
  },
72
72
  "scripts": {
73
73
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
@@ -80,4 +80,4 @@
80
80
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
81
81
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
82
82
  }
83
- }
83
+ }
@@ -1 +0,0 @@
1
- export {};