@teambit/workspace 1.0.712 → 1.0.714

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.
@@ -0,0 +1,7 @@
1
+ import * as compositions_0 from '/Users/davidfirst/Library/Caches/Bit/capsules/4ff44c81b/teambit.workspace_workspace@1.0.714/dist/workspace.composition.js';
2
+ import * as overview_0 from '/Users/davidfirst/Library/Caches/Bit/capsules/4ff44c81b/teambit.workspace_workspace@1.0.714/dist/workspace.docs.mdx';
3
+
4
+ export const compositions = [compositions_0];
5
+ export const overview = [overview_0];
6
+
7
+ export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
@@ -8,20 +8,21 @@ 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;
11
12
  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>>;
17
13
  client: import("@apollo/client").ApolloClient<any>;
14
+ variables: import("@apollo/client").OperationVariables | undefined;
18
15
  observable: import("@apollo/client").ObservableQuery<any, import("@apollo/client").OperationVariables>;
19
16
  networkStatus: import("@apollo/client").NetworkStatus;
20
17
  called: boolean;
18
+ startPolling: (pollInterval: number) => void;
19
+ stopPolling: () => void;
20
+ updateQuery: (mapFn: import("@apollo/client").UpdateQueryMapFn<any, import("@apollo/client").OperationVariables>) => void;
21
+ 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
22
  previousData?: any;
22
23
  fetchMore: (options: import("@apollo/client").FetchMoreQueryOptions<import("@apollo/client").OperationVariables, any>) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
23
24
  refetch: (variables?: Partial<import("@apollo/client").OperationVariables> | undefined) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
24
25
  workspace: Workspace | undefined;
25
- subscribeToMore: <TSubscriptionData = any, TSubscriptionVariables = import("@apollo/client").OperationVariables>(options: import("@apollo/client").SubscribeToMoreOptions<any, TSubscriptionVariables, TSubscriptionData>) => () => void;
26
+ subscribeToMore: import("@apollo/client").SubscribeToMoreFunction<any, import("@apollo/client").OperationVariables>;
26
27
  };
27
28
  export {};
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/workspace",
3
- "version": "1.0.712",
3
+ "version": "1.0.714",
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.712"
9
+ "version": "1.0.714"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -39,20 +39,14 @@
39
39
  "@teambit/toolbox.fs.last-modified": "0.0.7",
40
40
  "@teambit/toolbox.path.path": "0.0.9",
41
41
  "@teambit/graph.cleargraph": "0.0.11",
42
- "@teambit/logger": "0.0.1359",
43
- "@teambit/cli": "0.0.1266",
44
42
  "@teambit/component.ui.component-status-resolver": "0.0.510",
45
43
  "@teambit/legacy.constants": "0.0.15",
46
44
  "@teambit/harmony.modules.resolved-component": "0.0.505",
47
45
  "@teambit/legacy.utils": "0.0.24",
48
- "@teambit/config-store": "0.0.146",
49
- "@teambit/config": "0.0.1440",
50
46
  "@teambit/harmony.modules.requireable-component": "0.0.505",
51
47
  "@teambit/toolbox.modules.module-resolver": "0.0.12",
52
48
  "@teambit/workspace.modules.node-modules-linker": "0.0.297",
53
- "@teambit/global-config": "0.0.1269",
54
49
  "@teambit/legacy.consumer-config": "0.0.69",
55
- "@teambit/variants": "0.0.1533",
56
50
  "@teambit/component-issues": "0.0.162",
57
51
  "@teambit/component.sources": "0.0.121",
58
52
  "@teambit/dependencies.modules.packages-excluder": "1.0.8",
@@ -63,18 +57,13 @@
63
57
  "@teambit/scope.remotes": "0.0.69",
64
58
  "@teambit/toolbox.path.is-path-inside": "0.0.501",
65
59
  "@teambit/workspace.modules.match-pattern": "0.0.511",
66
- "@teambit/component.ui.component-drawer": "0.0.462",
67
60
  "@teambit/design.ui.tree": "0.0.16",
68
- "@teambit/lanes.hooks.use-lane-components": "0.0.294",
61
+ "@teambit/lanes.hooks.use-lane-components": "0.0.295",
69
62
  "@teambit/lanes.hooks.use-lanes": "0.0.290",
70
63
  "@teambit/lanes.ui.models.lanes-model": "0.0.229",
71
- "@teambit/ui-foundation.ui.side-bar": "0.0.916",
72
64
  "@teambit/component.ui.component-filters.component-filter-context": "0.0.239",
73
- "@teambit/component.ui.component-filters.deprecate-filter": "0.0.237",
74
- "@teambit/component.ui.component-filters.env-filter": "0.0.258",
75
- "@teambit/component.ui.component-filters.show-main-filter": "0.0.230",
76
65
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.13",
77
- "@teambit/ui-foundation.ui.main-dropdown": "0.0.503",
66
+ "@teambit/ui-foundation.ui.main-dropdown": "0.0.504",
78
67
  "@teambit/ui-foundation.ui.menu": "0.0.502",
79
68
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.518",
80
69
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.518",
@@ -82,41 +71,52 @@
82
71
  "@teambit/toolbox.promise.map-pool": "0.0.7",
83
72
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
84
73
  "@teambit/workspace.ui.use-workspace-mode": "0.0.2",
85
- "@teambit/component-descriptor": "0.0.444",
74
+ "@teambit/component-descriptor": "0.0.445",
86
75
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
87
76
  "@teambit/base-react.themes.theme-switcher": "1.1.2",
88
77
  "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
89
78
  "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
90
- "@teambit/ui-foundation.ui.buttons.collapser": "0.0.231",
91
79
  "@teambit/ui-foundation.ui.corner": "0.0.520",
92
80
  "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
93
81
  "@teambit/ui-foundation.ui.top-bar": "0.0.515",
94
82
  "@teambit/workspace.ui.preserve-workspace-mode": "0.0.2",
95
- "@teambit/cloud.hooks.use-cloud-scopes": "0.0.10",
96
- "@teambit/design.ui.tooltip": "0.0.380",
97
- "@teambit/explorer.ui.component-card": "0.0.50",
83
+ "@teambit/explorer.ui.component-card": "0.0.51",
98
84
  "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
99
- "@teambit/preview.ui.preview-placeholder": "0.0.554",
100
- "@teambit/scopes.scope-id": "0.0.7",
85
+ "@teambit/scopes.scope-id": "0.0.9",
101
86
  "@teambit/workspace.ui.empty-workspace": "0.0.509",
102
- "@teambit/workspace.ui.workspace-component-card": "0.0.560",
103
- "@teambit/component": "1.0.712",
104
- "@teambit/dependency-resolver": "1.0.712",
105
- "@teambit/envs": "1.0.712",
106
- "@teambit/objects": "0.0.219",
107
- "@teambit/scope": "1.0.712",
108
- "@teambit/graph": "1.0.712",
109
- "@teambit/isolator": "1.0.712",
110
- "@teambit/component-tree": "1.0.712",
111
- "@teambit/watcher": "1.0.712",
112
- "@teambit/aspect-loader": "1.0.712",
113
- "@teambit/graphql": "1.0.712",
114
- "@teambit/bundler": "1.0.712",
115
- "@teambit/ui": "1.0.712",
116
- "@teambit/command-bar": "1.0.712",
117
- "@teambit/sidebar": "1.0.712",
118
- "@teambit/pubsub": "1.0.712",
119
- "@teambit/deprecation": "1.0.712"
87
+ "@teambit/component": "1.0.714",
88
+ "@teambit/dependency-resolver": "1.0.714",
89
+ "@teambit/envs": "1.0.714",
90
+ "@teambit/logger": "0.0.1361",
91
+ "@teambit/objects": "0.0.221",
92
+ "@teambit/scope": "1.0.714",
93
+ "@teambit/graph": "1.0.714",
94
+ "@teambit/cli": "0.0.1268",
95
+ "@teambit/isolator": "1.0.714",
96
+ "@teambit/component-tree": "1.0.714",
97
+ "@teambit/watcher": "1.0.714",
98
+ "@teambit/aspect-loader": "1.0.714",
99
+ "@teambit/config-store": "0.0.148",
100
+ "@teambit/config": "0.0.1442",
101
+ "@teambit/graphql": "1.0.714",
102
+ "@teambit/bundler": "1.0.714",
103
+ "@teambit/global-config": "0.0.1271",
104
+ "@teambit/ui": "1.0.714",
105
+ "@teambit/variants": "0.0.1535",
106
+ "@teambit/component.ui.component-drawer": "0.0.464",
107
+ "@teambit/ui-foundation.ui.side-bar": "0.0.917",
108
+ "@teambit/command-bar": "1.0.714",
109
+ "@teambit/component.ui.component-filters.deprecate-filter": "0.0.238",
110
+ "@teambit/component.ui.component-filters.env-filter": "0.0.259",
111
+ "@teambit/component.ui.component-filters.show-main-filter": "0.0.231",
112
+ "@teambit/sidebar": "1.0.714",
113
+ "@teambit/pubsub": "1.0.714",
114
+ "@teambit/deprecation": "1.0.714",
115
+ "@teambit/ui-foundation.ui.buttons.collapser": "0.0.232",
116
+ "@teambit/cloud.hooks.use-cloud-scopes": "0.0.11",
117
+ "@teambit/design.ui.tooltip": "0.0.381",
118
+ "@teambit/preview.ui.preview-placeholder": "0.0.556",
119
+ "@teambit/workspace.ui.workspace-component-card": "0.0.562"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@types/lodash": "4.14.165",
@@ -128,8 +128,8 @@
128
128
  "@types/classnames": "2.2.11",
129
129
  "@types/pluralize": "0.0.29",
130
130
  "@types/mocha": "9.1.0",
131
- "@teambit/workspace.content.workspace-overview": "1.95.0",
132
- "@teambit/harmony.envs.core-aspect-env": "0.0.77"
131
+ "@teambit/workspace.content.workspace-overview": "1.96.6",
132
+ "@teambit/harmony.envs.core-aspect-env": "0.0.78"
133
133
  },
134
134
  "peerDependencies": {
135
135
  "@apollo/client": "^3.6.0",
@@ -1,7 +0,0 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.712/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.712/dist/workspace.docs.mdx';
3
-
4
- export const compositions = [compositions_0];
5
- export const overview = [overview_0];
6
-
7
- export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};