@teambit/workspace 1.0.670 → 1.0.671

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.670/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.670/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.671/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.671/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.670",
3
+ "version": "1.0.671",
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.670"
9
+ "version": "1.0.671"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -35,21 +35,30 @@
35
35
  "@teambit/toolbox.path.path": "0.0.8",
36
36
  "@teambit/graph.cleargraph": "0.0.11",
37
37
  "@teambit/component.ui.component-status-resolver": "0.0.510",
38
- "@teambit/legacy.constants": "0.0.13",
39
38
  "@teambit/harmony.modules.resolved-component": "0.0.504",
39
+ "@teambit/legacy.utils": "0.0.23",
40
40
  "@teambit/harmony.modules.requireable-component": "0.0.504",
41
41
  "@teambit/toolbox.modules.module-resolver": "0.0.11",
42
+ "@teambit/component-issues": "0.0.161",
42
43
  "@teambit/dependencies.modules.packages-excluder": "1.0.8",
43
- "@teambit/harmony.modules.in-memory-cache": "0.0.16",
44
44
  "@teambit/legacy-bit-id": "1.1.3",
45
45
  "@teambit/toolbox.path.is-path-inside": "0.0.500",
46
46
  "@teambit/workspace.modules.match-pattern": "0.0.510",
47
+ "@teambit/component.ui.component-drawer": "0.0.452",
47
48
  "@teambit/design.ui.tree": "0.0.16",
49
+ "@teambit/lanes.hooks.use-lane-components": "0.0.287",
50
+ "@teambit/lanes.hooks.use-lanes": "0.0.290",
51
+ "@teambit/lanes.ui.models.lanes-model": "0.0.229",
52
+ "@teambit/ui-foundation.ui.side-bar": "0.0.914",
53
+ "@teambit/component.ui.component-filters.component-filter-context": "0.0.239",
54
+ "@teambit/component.ui.component-filters.deprecate-filter": "0.0.237",
55
+ "@teambit/component.ui.component-filters.env-filter": "0.0.256",
56
+ "@teambit/component.ui.component-filters.show-main-filter": "0.0.230",
48
57
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.12",
49
58
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.503",
50
59
  "@teambit/ui-foundation.ui.menu": "0.0.502",
60
+ "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.518",
51
61
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.518",
52
- "@teambit/harmony.modules.concurrency": "0.0.14",
53
62
  "@teambit/toolbox.promise.map-pool": "0.0.6",
54
63
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
55
64
  "@teambit/workspace.ui.use-workspace-mode": "0.0.2",
@@ -58,65 +67,56 @@
58
67
  "@teambit/base-react.themes.theme-switcher": "1.1.2",
59
68
  "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
60
69
  "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
70
+ "@teambit/ui-foundation.ui.buttons.collapser": "0.0.229",
61
71
  "@teambit/ui-foundation.ui.corner": "0.0.520",
62
72
  "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
63
73
  "@teambit/ui-foundation.ui.top-bar": "0.0.515",
64
74
  "@teambit/workspace.ui.preserve-workspace-mode": "0.0.2",
65
75
  "@teambit/cloud.hooks.use-cloud-scopes": "0.0.9",
76
+ "@teambit/design.ui.tooltip": "0.0.379",
66
77
  "@teambit/explorer.ui.component-card": "0.0.50",
67
78
  "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
68
79
  "@teambit/preview.ui.preview-placeholder": "0.0.546",
69
80
  "@teambit/scopes.scope-id": "0.0.7",
70
81
  "@teambit/workspace.ui.empty-workspace": "0.0.509",
71
- "@teambit/component": "1.0.670",
72
- "@teambit/dependency-resolver": "1.0.670",
73
- "@teambit/envs": "1.0.670",
74
- "@teambit/legacy.extension-data": "0.0.61",
75
- "@teambit/legacy.scope": "0.0.59",
76
- "@teambit/legacy.consumer-component": "0.0.60",
77
- "@teambit/legacy.consumer": "0.0.59",
78
- "@teambit/legacy.bit-map": "0.0.116",
79
- "@teambit/logger": "0.0.1340",
80
- "@teambit/objects": "0.0.177",
81
- "@teambit/scope": "1.0.670",
82
- "@teambit/graph": "1.0.670",
83
- "@teambit/cli": "0.0.1247",
84
- "@teambit/isolator": "1.0.670",
85
- "@teambit/component-tree": "1.0.670",
86
- "@teambit/legacy.utils": "0.0.23",
87
- "@teambit/watcher": "1.0.670",
88
- "@teambit/aspect-loader": "1.0.670",
89
- "@teambit/config-store": "0.0.127",
90
- "@teambit/config": "0.0.1421",
91
- "@teambit/workspace.modules.node-modules-linker": "0.0.287",
92
- "@teambit/graphql": "1.0.670",
93
- "@teambit/bundler": "1.0.670",
94
- "@teambit/global-config": "0.0.1250",
95
- "@teambit/legacy.consumer-config": "0.0.59",
96
- "@teambit/ui": "1.0.670",
97
- "@teambit/variants": "0.0.1514",
98
- "@teambit/component-issues": "0.0.161",
99
- "@teambit/component.sources": "0.0.111",
100
- "@teambit/legacy.component-list": "0.0.113",
101
- "@teambit/legacy.scope-api": "0.0.114",
102
- "@teambit/scope.remotes": "0.0.59",
103
- "@teambit/component.ui.component-drawer": "0.0.452",
104
- "@teambit/lanes.hooks.use-lane-components": "0.0.287",
105
- "@teambit/lanes.hooks.use-lanes": "0.0.290",
106
- "@teambit/lanes.ui.models.lanes-model": "0.0.229",
107
- "@teambit/ui-foundation.ui.side-bar": "0.0.914",
108
- "@teambit/command-bar": "1.0.670",
109
- "@teambit/component.ui.component-filters.component-filter-context": "0.0.239",
110
- "@teambit/component.ui.component-filters.deprecate-filter": "0.0.237",
111
- "@teambit/component.ui.component-filters.env-filter": "0.0.256",
112
- "@teambit/component.ui.component-filters.show-main-filter": "0.0.230",
113
- "@teambit/sidebar": "1.0.670",
114
- "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.518",
115
- "@teambit/pubsub": "1.0.670",
116
- "@teambit/deprecation": "1.0.670",
117
- "@teambit/ui-foundation.ui.buttons.collapser": "0.0.229",
118
- "@teambit/design.ui.tooltip": "0.0.379",
119
- "@teambit/workspace.ui.workspace-component-card": "0.0.553"
82
+ "@teambit/workspace.ui.workspace-component-card": "0.0.553",
83
+ "@teambit/component": "1.0.671",
84
+ "@teambit/dependency-resolver": "1.0.671",
85
+ "@teambit/envs": "1.0.671",
86
+ "@teambit/legacy.extension-data": "0.0.62",
87
+ "@teambit/legacy.scope": "0.0.60",
88
+ "@teambit/legacy.consumer-component": "0.0.61",
89
+ "@teambit/legacy.consumer": "0.0.60",
90
+ "@teambit/legacy.bit-map": "0.0.117",
91
+ "@teambit/logger": "0.0.1341",
92
+ "@teambit/objects": "0.0.178",
93
+ "@teambit/scope": "1.0.671",
94
+ "@teambit/graph": "1.0.671",
95
+ "@teambit/cli": "0.0.1248",
96
+ "@teambit/isolator": "1.0.671",
97
+ "@teambit/component-tree": "1.0.671",
98
+ "@teambit/legacy.constants": "0.0.14",
99
+ "@teambit/watcher": "1.0.671",
100
+ "@teambit/aspect-loader": "1.0.671",
101
+ "@teambit/config-store": "0.0.128",
102
+ "@teambit/config": "0.0.1422",
103
+ "@teambit/workspace.modules.node-modules-linker": "0.0.288",
104
+ "@teambit/graphql": "1.0.671",
105
+ "@teambit/bundler": "1.0.671",
106
+ "@teambit/global-config": "0.0.1251",
107
+ "@teambit/legacy.consumer-config": "0.0.60",
108
+ "@teambit/ui": "1.0.671",
109
+ "@teambit/variants": "0.0.1515",
110
+ "@teambit/component.sources": "0.0.112",
111
+ "@teambit/harmony.modules.in-memory-cache": "0.0.17",
112
+ "@teambit/legacy.component-list": "0.0.114",
113
+ "@teambit/legacy.scope-api": "0.0.115",
114
+ "@teambit/scope.remotes": "0.0.60",
115
+ "@teambit/command-bar": "1.0.671",
116
+ "@teambit/sidebar": "1.0.671",
117
+ "@teambit/pubsub": "1.0.671",
118
+ "@teambit/harmony.modules.concurrency": "0.0.15",
119
+ "@teambit/deprecation": "1.0.671"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@types/lodash": "4.14.165",