@teambit/workspace 1.0.12 → 1.0.14

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,5 +1,5 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { ComponentTreeNode, ComponentTreeNodeProps } from '@teambit/component-tree';
3
3
  export declare class ComponentTreeWidget implements ComponentTreeNode {
4
- widget: ({ component }: ComponentTreeNodeProps) => JSX.Element;
4
+ widget: ({ component }: ComponentTreeNodeProps) => React.JSX.Element;
5
5
  }
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { Command } from '@teambit/cli';
2
+ import React from 'react';
3
3
  import { Workspace } from './workspace';
4
4
  export declare class ListCmd implements Command {
5
5
  private workspace;
@@ -12,5 +12,5 @@ export declare class ListCmd implements Command {
12
12
  options: never[];
13
13
  render(params: any, options: {
14
14
  [key: string]: any;
15
- }): Promise<JSX.Element>;
15
+ }): Promise<React.JSX.Element>;
16
16
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.12/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.12/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.14/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.14/dist/workspace.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare function WorkspaceOverview(): JSX.Element;
1
+ import React from 'react';
2
+ export declare function WorkspaceOverview(): React.JSX.Element;
@@ -1,4 +1,4 @@
1
- import { ReactNode } from 'react';
1
+ import React, { ReactNode } from 'react';
2
2
  import { Workspace } from './workspace-model';
3
3
  export declare type WorkspaceProviderProps = {
4
4
  /**
@@ -13,4 +13,4 @@ export declare type WorkspaceProviderProps = {
13
13
  /**
14
14
  * context provider of the workspace
15
15
  */
16
- export declare function WorkspaceProvider({ workspace, children }: WorkspaceProviderProps): JSX.Element;
16
+ export declare function WorkspaceProvider({ workspace, children }: WorkspaceProviderProps): React.JSX.Element;
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
1
  import 'reset-css';
2
+ import React from 'react';
3
3
  import { RouteSlot } from '@teambit/ui-foundation.ui.react-router.slot-router';
4
4
  import { WorkspaceUI } from '../../workspace.ui.runtime';
5
5
  export declare type WorkspaceProps = {
@@ -12,4 +12,4 @@ export declare type WorkspaceProps = {
12
12
  /**
13
13
  * main workspace component.
14
14
  */
15
- export declare function Workspace({ routeSlot, menuSlot, sidebar, workspaceUI, onSidebarTogglerChange }: WorkspaceProps): JSX.Element;
15
+ export declare function Workspace({ routeSlot, menuSlot, sidebar, workspaceUI, onSidebarTogglerChange }: WorkspaceProps): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const Logo: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const Logo: () => React.JSX.Element;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/workspace",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/workspace",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "workspace",
9
- "version": "1.0.12"
9
+ "version": "1.0.14"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -58,38 +58,38 @@
58
58
  "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
59
59
  "@teambit/workspace.ui.empty-workspace": "0.0.508",
60
60
  "@teambit/workspace.ui.workspace-component-card": "0.0.516",
61
- "@teambit/component": "1.0.12",
62
- "@teambit/dependency-resolver": "1.0.12",
63
- "@teambit/envs": "1.0.12",
61
+ "@teambit/component": "1.0.14",
62
+ "@teambit/dependency-resolver": "1.0.14",
63
+ "@teambit/envs": "1.0.14",
64
64
  "@teambit/bit-error": "0.0.404",
65
65
  "@teambit/lane-id": "0.0.305",
66
66
  "@teambit/logger": "0.0.886",
67
- "@teambit/scope": "1.0.12",
68
- "@teambit/graph": "1.0.12",
67
+ "@teambit/scope": "1.0.14",
68
+ "@teambit/graph": "1.0.14",
69
69
  "@teambit/cli": "0.0.793",
70
- "@teambit/isolator": "1.0.12",
71
- "@teambit/component-tree": "1.0.12",
70
+ "@teambit/isolator": "1.0.14",
71
+ "@teambit/component-tree": "1.0.14",
72
72
  "@teambit/harmony.modules.resolved-component": "0.0.493",
73
- "@teambit/compiler": "1.0.12",
74
- "@teambit/aspect-loader": "1.0.12",
73
+ "@teambit/compiler": "1.0.14",
74
+ "@teambit/aspect-loader": "1.0.14",
75
75
  "@teambit/config": "0.0.808",
76
76
  "@teambit/global-config": "0.0.795",
77
77
  "@teambit/harmony.modules.requireable-component": "0.0.493",
78
78
  "@teambit/toolbox.modules.module-resolver": "0.0.3",
79
79
  "@teambit/workspace.modules.node-modules-linker": "0.0.134",
80
- "@teambit/graphql": "1.0.12",
81
- "@teambit/bundler": "1.0.12",
82
- "@teambit/pubsub": "1.0.12",
83
- "@teambit/ui": "1.0.12",
80
+ "@teambit/graphql": "1.0.14",
81
+ "@teambit/bundler": "1.0.14",
82
+ "@teambit/pubsub": "1.0.14",
83
+ "@teambit/ui": "1.0.14",
84
84
  "@teambit/variants": "0.0.900",
85
85
  "@teambit/component-issues": "0.0.97",
86
86
  "@teambit/component-version": "1.0.2",
87
87
  "@teambit/dependencies.modules.packages-excluder": "1.0.4",
88
88
  "@teambit/workspace.modules.match-pattern": "0.0.500",
89
- "@teambit/command-bar": "1.0.12",
90
- "@teambit/sidebar": "1.0.12",
89
+ "@teambit/command-bar": "1.0.14",
90
+ "@teambit/sidebar": "1.0.14",
91
91
  "@teambit/component-descriptor": "0.0.359",
92
- "@teambit/deprecation": "1.0.12"
92
+ "@teambit/deprecation": "1.0.14"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@types/lodash": "4.14.165",