@teambit/ui-foundation.ui.side-bar 0.0.933 → 0.0.935

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.
@@ -10,5 +10,5 @@ type ComponentTreeProps = {
10
10
  isCollapsed?: boolean;
11
11
  lanesModel?: LanesModel;
12
12
  } & React.HTMLAttributes<HTMLDivElement>;
13
- export declare function ComponentTree({ components, isCollapsed, className, transformTree, lanesModel, TreeNode, }: ComponentTreeProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function ComponentTree({ components, isCollapsed, className, transformTree, lanesModel, TreeNode, }: ComponentTreeProps): React.JSX.Element;
14
14
  export {};
@@ -1,7 +1,8 @@
1
1
  import type { ComponentTreeSlot } from '@teambit/component-tree';
2
+ import React from 'react';
2
3
  import type { TreeNodeProps } from '@teambit/base-ui.graph.tree.recursive-tree';
3
4
  export type ComponentViewProps<Payload = any> = {
4
5
  treeNodeSlot?: ComponentTreeSlot;
5
6
  scopeName?: string;
6
7
  } & TreeNodeProps<Payload>;
7
- export declare function ComponentView(props: ComponentViewProps): import("react/jsx-runtime").JSX.Element | null;
8
+ export declare function ComponentView(props: ComponentViewProps): React.JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import type { TreeNodeProps } from '@teambit/base-ui.graph.tree.recursive-tree';
2
3
  import type { PayloadType } from '../payload-type';
3
- export declare function DefaultTreeNodeRenderer(props: TreeNodeProps<PayloadType>): import("react/jsx-runtime").JSX.Element;
4
+ export declare function DefaultTreeNodeRenderer(props: TreeNodeProps<PayloadType>): React.JSX.Element;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  import type { TreeNodeProps } from '@teambit/design.ui.tree';
2
3
  import type { PayloadType } from '../payload-type';
3
4
  export type NamespaceTreeNodeProps = {} & TreeNodeProps<PayloadType>;
4
- export declare function NamespaceTreeNode({ node, depth }: NamespaceTreeNodeProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function NamespaceTreeNode({ node, depth }: NamespaceTreeNodeProps): React.JSX.Element;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  import type { TreeNodeProps } from '@teambit/design.ui.tree';
2
3
  import type { PayloadType } from '../payload-type';
3
4
  export type ScopeTreeNodeProps = {} & TreeNodeProps<PayloadType>;
4
- export declare function ScopeTreeNode({ node, depth }: ScopeTreeNodeProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ScopeTreeNode({ node, depth }: ScopeTreeNodeProps): React.JSX.Element;
package/package.json CHANGED
@@ -1,35 +1,35 @@
1
1
  {
2
2
  "name": "@teambit/ui-foundation.ui.side-bar",
3
- "version": "0.0.933",
3
+ "version": "0.0.935",
4
4
  "homepage": "https://bit.cloud/teambit/ui-foundation/ui/side-bar",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "ui/side-bar",
9
- "version": "0.0.933"
9
+ "version": "0.0.935"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "^2.5.1",
13
13
  "react-animate-height": "3.2.3",
14
+ "@teambit/lanes.hooks.use-lanes": "0.0.293",
15
+ "@teambit/lanes.ui.models.lanes-model": "0.0.233",
14
16
  "@teambit/base-ui.graph.tree.indent": "1.0.0",
15
17
  "@teambit/base-ui.graph.tree.inflate-paths": "1.0.1",
16
18
  "@teambit/base-ui.graph.tree.tree-context": "1.0.5",
17
19
  "@teambit/design.ui.tree": "0.0.16",
18
20
  "@teambit/base-ui.theme.colors": "1.0.0",
19
21
  "@teambit/component-id": "1.2.4",
20
- "@teambit/component.modules.component-url": "0.0.189",
22
+ "@teambit/design.ui.tooltip": "0.0.383",
23
+ "@teambit/envs.ui.env-icon": "0.0.508",
21
24
  "@teambit/base-ui.graph.tree.recursive-tree": "1.0.5",
22
25
  "@teambit/component.ui.deprecation-icon": "0.0.509",
23
26
  "@teambit/evangelist.elements.icon": "1.0.5",
24
- "@teambit/lanes.hooks.use-lanes": "0.0.293",
25
- "@teambit/lanes.ui.models.lanes-model": "0.0.233",
26
- "@teambit/design.ui.tooltip": "0.0.383",
27
- "@teambit/envs.ui.env-icon": "0.0.508"
27
+ "@teambit/component.modules.component-url": "0.0.191"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/classnames": "^2.3.4",
31
31
  "@types/mocha": "9.1.0",
32
- "@teambit/react.v17.react-env": "1.2.5"
32
+ "@teambit/react.v17.react-env": "1.2.6"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "17.0.2",