@teambit/workspace 1.0.761 → 1.0.763

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
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.761/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.761/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.763/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.763/dist/workspace.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -8,21 +8,20 @@ type UseWorkspaceOptions = {
8
8
  };
9
9
  export declare function useWorkspace(options?: UseWorkspaceOptions): {
10
10
  error?: import("@apollo/client").ApolloError | undefined;
11
- errors?: ReadonlyArray<import("graphql").GraphQLFormattedError> | undefined;
12
11
  loading: boolean;
12
+ variables: import("@apollo/client").OperationVariables | undefined;
13
+ startPolling: (pollInterval: number) => void;
14
+ stopPolling: () => void;
15
+ updateQuery: <TVars = import("@apollo/client").OperationVariables>(mapFn: (previousQueryResult: any, options: Pick<import("@apollo/client").WatchQueryOptions<TVars, any>, "variables">) => any) => void;
16
+ reobserve: (newOptions?: Partial<import("@apollo/client").WatchQueryOptions<import("@apollo/client").OperationVariables, any>> | undefined, newNetworkStatus?: import("@apollo/client").NetworkStatus) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
13
17
  client: import("@apollo/client").ApolloClient<any>;
14
18
  observable: import("@apollo/client").ObservableQuery<any, import("@apollo/client").OperationVariables>;
15
19
  networkStatus: import("@apollo/client").NetworkStatus;
16
20
  called: boolean;
17
- startPolling: (pollInterval: number) => void;
18
- stopPolling: () => void;
19
- updateQuery: (mapFn: import("@apollo/client").UpdateQueryMapFn<any, import("@apollo/client").OperationVariables>) => void;
20
- reobserve: (newOptions?: Partial<import("@apollo/client").WatchQueryOptions<import("@apollo/client").OperationVariables, any>> | undefined, newNetworkStatus?: import("@apollo/client").NetworkStatus) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
21
- variables: import("@apollo/client").OperationVariables | undefined;
22
21
  previousData?: any;
23
22
  fetchMore: (options: import("@apollo/client").FetchMoreQueryOptions<import("@apollo/client").OperationVariables, any>) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
24
23
  refetch: (variables?: Partial<import("@apollo/client").OperationVariables> | undefined) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
25
24
  workspace: Workspace | undefined;
26
- subscribeToMore: import("@apollo/client").SubscribeToMoreFunction<any, import("@apollo/client").OperationVariables>;
25
+ subscribeToMore: <TSubscriptionData = any, TSubscriptionVariables = import("@apollo/client").OperationVariables>(options: import("@apollo/client").SubscribeToMoreOptions<any, TSubscriptionVariables, TSubscriptionData>) => () => void;
27
26
  };
28
27
  export {};
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/workspace",
3
- "version": "1.0.761",
3
+ "version": "1.0.763",
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.761"
9
+ "version": "1.0.763"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -28,95 +28,95 @@
28
28
  "reset-css": "5.0.1",
29
29
  "@teambit/component-id": "1.2.4",
30
30
  "@teambit/harmony": "0.4.7",
31
- "@teambit/component-version": "1.0.4",
32
- "@teambit/bit-error": "0.0.404",
33
- "@teambit/lane-id": "0.0.312",
34
- "@teambit/graph.cleargraph": "0.0.11",
35
- "@teambit/component.ui.component-status-resolver": "0.0.510",
36
- "@teambit/dependencies.modules.packages-excluder": "1.0.8",
37
- "@teambit/legacy-bit-id": "1.1.3",
38
- "@teambit/design.ui.tree": "0.0.16",
39
- "@teambit/lanes.hooks.use-lanes": "0.0.290",
40
- "@teambit/lanes.ui.models.lanes-model": "0.0.229",
41
- "@teambit/component.ui.component-filters.component-filter-context": "0.0.239",
42
- "@teambit/component.ui.component-filters.deprecate-filter": "0.0.239",
43
- "@teambit/component.ui.component-filters.show-main-filter": "0.0.232",
44
- "@teambit/design.ui.surfaces.menu.link-item": "1.0.13",
45
- "@teambit/ui-foundation.ui.main-dropdown": "0.0.505",
46
- "@teambit/ui-foundation.ui.menu": "0.0.503",
47
- "@teambit/ui-foundation.ui.tree.drawer": "0.0.518",
48
- "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
49
- "@teambit/workspace.ui.use-workspace-mode": "0.0.2",
50
- "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
51
- "@teambit/base-react.themes.theme-switcher": "1.1.2",
52
- "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
53
- "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
54
- "@teambit/ui-foundation.ui.buttons.collapser": "0.0.232",
55
- "@teambit/ui-foundation.ui.corner": "0.0.520",
56
- "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
57
- "@teambit/ui-foundation.ui.top-bar": "0.0.515",
58
- "@teambit/workspace.ui.preserve-workspace-mode": "0.0.2",
59
- "@teambit/design.ui.tooltip": "0.0.381",
60
- "@teambit/explorer.ui.component-card": "0.0.51",
61
- "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
62
- "@teambit/scopes.scope-id": "0.0.9",
63
- "@teambit/workspace.ui.empty-workspace": "0.0.509",
64
- "@teambit/component": "1.0.761",
65
- "@teambit/dependency-resolver": "1.0.761",
66
- "@teambit/envs": "1.0.761",
67
31
  "@teambit/legacy.extension-data": "0.0.80",
68
32
  "@teambit/legacy.scope": "0.0.78",
33
+ "@teambit/component-version": "1.0.4",
69
34
  "@teambit/legacy.consumer-component": "0.0.79",
70
35
  "@teambit/legacy.consumer": "0.0.78",
36
+ "@teambit/bit-error": "0.0.404",
37
+ "@teambit/lane-id": "0.0.312",
71
38
  "@teambit/legacy.bit-map": "0.0.135",
72
39
  "@teambit/toolbox.fs.last-modified": "0.0.9",
73
40
  "@teambit/toolbox.path.path": "0.0.11",
41
+ "@teambit/graph.cleargraph": "0.0.11",
74
42
  "@teambit/logger": "0.0.1370",
75
- "@teambit/objects": "0.0.268",
76
- "@teambit/scope": "1.0.761",
77
- "@teambit/graph": "1.0.761",
78
43
  "@teambit/cli": "0.0.1277",
79
- "@teambit/isolator": "1.0.761",
80
- "@teambit/component-tree": "1.0.761",
44
+ "@teambit/component.ui.component-status-resolver": "0.0.510",
81
45
  "@teambit/legacy.constants": "0.0.19",
82
46
  "@teambit/harmony.modules.resolved-component": "0.0.508",
83
47
  "@teambit/legacy.utils": "0.0.28",
84
- "@teambit/watcher": "1.0.761",
85
- "@teambit/aspect-loader": "1.0.761",
86
48
  "@teambit/config-store": "0.0.157",
87
49
  "@teambit/config": "0.0.1451",
88
50
  "@teambit/harmony.modules.requireable-component": "0.0.508",
89
51
  "@teambit/toolbox.modules.module-resolver": "0.0.14",
90
- "@teambit/workspace.modules.node-modules-linker": "0.0.306",
91
- "@teambit/graphql": "1.0.761",
92
- "@teambit/bundler": "1.0.761",
93
52
  "@teambit/global-config": "0.0.1280",
94
53
  "@teambit/legacy.consumer-config": "0.0.78",
95
- "@teambit/ui": "1.0.761",
96
54
  "@teambit/variants": "0.0.1544",
97
55
  "@teambit/component-issues": "0.0.165",
98
56
  "@teambit/component.sources": "0.0.130",
57
+ "@teambit/dependencies.modules.packages-excluder": "1.0.8",
99
58
  "@teambit/harmony.modules.in-memory-cache": "0.0.23",
59
+ "@teambit/legacy-bit-id": "1.1.3",
100
60
  "@teambit/legacy.component-list": "0.0.132",
101
61
  "@teambit/legacy.scope-api": "0.0.133",
102
62
  "@teambit/scope.remotes": "0.0.78",
103
63
  "@teambit/toolbox.path.is-path-inside": "0.0.503",
104
64
  "@teambit/workspace.modules.match-pattern": "0.0.515",
105
- "@teambit/component.ui.component-drawer": "0.0.467",
65
+ "@teambit/component.ui.component-drawer": "0.0.468",
66
+ "@teambit/design.ui.tree": "0.0.16",
106
67
  "@teambit/lanes.hooks.use-lane-components": "0.0.296",
68
+ "@teambit/lanes.hooks.use-lanes": "0.0.290",
69
+ "@teambit/lanes.ui.models.lanes-model": "0.0.229",
107
70
  "@teambit/ui-foundation.ui.side-bar": "0.0.920",
108
- "@teambit/command-bar": "1.0.761",
109
- "@teambit/component.ui.component-filters.env-filter": "0.0.263",
110
- "@teambit/sidebar": "1.0.761",
71
+ "@teambit/component.ui.component-filters.component-filter-context": "0.0.239",
72
+ "@teambit/component.ui.component-filters.deprecate-filter": "0.0.239",
73
+ "@teambit/component.ui.component-filters.env-filter": "0.0.264",
74
+ "@teambit/component.ui.component-filters.show-main-filter": "0.0.232",
75
+ "@teambit/design.ui.surfaces.menu.link-item": "1.0.13",
76
+ "@teambit/ui-foundation.ui.main-dropdown": "0.0.505",
77
+ "@teambit/ui-foundation.ui.menu": "0.0.503",
111
78
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.519",
112
- "@teambit/pubsub": "1.0.761",
79
+ "@teambit/ui-foundation.ui.tree.drawer": "1.0.0",
113
80
  "@teambit/harmony.modules.concurrency": "0.0.20",
114
81
  "@teambit/toolbox.promise.map-pool": "0.0.9",
82
+ "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
83
+ "@teambit/workspace.ui.use-workspace-mode": "0.0.2",
115
84
  "@teambit/component-descriptor": "0.0.446",
116
- "@teambit/deprecation": "1.0.761",
85
+ "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
86
+ "@teambit/base-react.themes.theme-switcher": "1.1.2",
87
+ "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
88
+ "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
89
+ "@teambit/ui-foundation.ui.buttons.collapser": "0.0.232",
90
+ "@teambit/ui-foundation.ui.corner": "0.0.520",
91
+ "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
92
+ "@teambit/ui-foundation.ui.top-bar": "0.0.515",
93
+ "@teambit/workspace.ui.preserve-workspace-mode": "0.0.2",
117
94
  "@teambit/cloud.hooks.use-cloud-scopes": "0.0.14",
95
+ "@teambit/design.ui.tooltip": "0.0.381",
96
+ "@teambit/explorer.ui.component-card": "0.0.51",
97
+ "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
118
98
  "@teambit/preview.ui.preview-placeholder": "0.0.558",
119
- "@teambit/workspace.ui.workspace-component-card": "0.0.563"
99
+ "@teambit/scopes.scope-id": "0.0.9",
100
+ "@teambit/workspace.ui.empty-workspace": "0.0.509",
101
+ "@teambit/workspace.ui.workspace-component-card": "0.0.563",
102
+ "@teambit/component": "1.0.763",
103
+ "@teambit/dependency-resolver": "1.0.763",
104
+ "@teambit/envs": "1.0.763",
105
+ "@teambit/objects": "0.0.270",
106
+ "@teambit/scope": "1.0.763",
107
+ "@teambit/graph": "1.0.763",
108
+ "@teambit/isolator": "1.0.763",
109
+ "@teambit/component-tree": "1.0.763",
110
+ "@teambit/watcher": "1.0.763",
111
+ "@teambit/aspect-loader": "1.0.763",
112
+ "@teambit/workspace.modules.node-modules-linker": "0.0.307",
113
+ "@teambit/graphql": "1.0.763",
114
+ "@teambit/bundler": "1.0.763",
115
+ "@teambit/ui": "1.0.763",
116
+ "@teambit/command-bar": "1.0.763",
117
+ "@teambit/sidebar": "1.0.763",
118
+ "@teambit/pubsub": "1.0.763",
119
+ "@teambit/deprecation": "1.0.763"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@types/lodash": "4.14.165",