@teambit/workspace 1.0.186 → 1.0.188
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.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_workspace_workspace-preview.js +1 -1
- package/dist/bit-map.js +3 -2
- package/dist/bit-map.js.map +1 -1
- package/dist/{preview-1709781440634.js → preview-1710040632859.js} +2 -2
- package/dist/ui/workspace/workspace-overview/workspace-overview.d.ts +1 -1
- package/dist/ui/workspace/workspace-overview/workspace-overview.js.map +1 -1
- package/dist/workspace.d.ts +6 -1
- package/dist/workspace.graphql.js +2 -3
- package/dist/workspace.graphql.js.map +1 -1
- package/dist/workspace.js +11 -3
- package/dist/workspace.js.map +1 -1
- package/package.json +24 -24
- package/ui/workspace/workspace-overview/workspace-overview.tsx +1 -1
- package/artifacts/schema.json +0 -31464
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/workspace",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.188",
|
|
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.
|
|
9
|
+
"version": "1.0.188"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -55,46 +55,46 @@
|
|
|
55
55
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.496",
|
|
56
56
|
"@teambit/scopes.scope-id": "0.0.7",
|
|
57
57
|
"@teambit/workspace.ui.empty-workspace": "0.0.508",
|
|
58
|
-
"@teambit/component": "1.0.
|
|
59
|
-
"@teambit/dependency-resolver": "1.0.
|
|
60
|
-
"@teambit/envs": "1.0.
|
|
61
|
-
"@teambit/logger": "0.0.
|
|
62
|
-
"@teambit/scope": "1.0.
|
|
63
|
-
"@teambit/graph": "1.0.
|
|
64
|
-
"@teambit/cli": "0.0.
|
|
65
|
-
"@teambit/isolator": "1.0.
|
|
66
|
-
"@teambit/component-tree": "1.0.
|
|
58
|
+
"@teambit/component": "1.0.188",
|
|
59
|
+
"@teambit/dependency-resolver": "1.0.188",
|
|
60
|
+
"@teambit/envs": "1.0.188",
|
|
61
|
+
"@teambit/logger": "0.0.948",
|
|
62
|
+
"@teambit/scope": "1.0.188",
|
|
63
|
+
"@teambit/graph": "1.0.188",
|
|
64
|
+
"@teambit/cli": "0.0.855",
|
|
65
|
+
"@teambit/isolator": "1.0.188",
|
|
66
|
+
"@teambit/component-tree": "1.0.188",
|
|
67
67
|
"@teambit/harmony.modules.resolved-component": "0.0.497",
|
|
68
|
-
"@teambit/watcher": "1.0.
|
|
69
|
-
"@teambit/aspect-loader": "1.0.
|
|
70
|
-
"@teambit/config": "0.0.
|
|
71
|
-
"@teambit/global-config": "0.0.
|
|
68
|
+
"@teambit/watcher": "1.0.188",
|
|
69
|
+
"@teambit/aspect-loader": "1.0.188",
|
|
70
|
+
"@teambit/config": "0.0.939",
|
|
71
|
+
"@teambit/global-config": "0.0.858",
|
|
72
72
|
"@teambit/harmony.modules.requireable-component": "0.0.497",
|
|
73
73
|
"@teambit/toolbox.modules.module-resolver": "0.0.7",
|
|
74
74
|
"@teambit/workspace.modules.node-modules-linker": "0.0.165",
|
|
75
|
-
"@teambit/graphql": "1.0.
|
|
76
|
-
"@teambit/bundler": "1.0.
|
|
77
|
-
"@teambit/pubsub": "1.0.
|
|
78
|
-
"@teambit/ui": "1.0.
|
|
79
|
-
"@teambit/variants": "0.0.
|
|
75
|
+
"@teambit/graphql": "1.0.188",
|
|
76
|
+
"@teambit/bundler": "1.0.188",
|
|
77
|
+
"@teambit/pubsub": "1.0.188",
|
|
78
|
+
"@teambit/ui": "1.0.188",
|
|
79
|
+
"@teambit/variants": "0.0.1032",
|
|
80
80
|
"@teambit/component-issues": "0.0.141",
|
|
81
81
|
"@teambit/workspace.modules.match-pattern": "0.0.505",
|
|
82
82
|
"@teambit/component.ui.component-drawer": "0.0.395",
|
|
83
83
|
"@teambit/lanes.hooks.use-lane-components": "0.0.258",
|
|
84
84
|
"@teambit/lanes.hooks.use-lanes": "0.0.262",
|
|
85
85
|
"@teambit/lanes.ui.models.lanes-model": "0.0.213",
|
|
86
|
-
"@teambit/command-bar": "1.0.
|
|
86
|
+
"@teambit/command-bar": "1.0.188",
|
|
87
87
|
"@teambit/component.ui.component-filters.component-filter-context": "0.0.220",
|
|
88
88
|
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.218",
|
|
89
89
|
"@teambit/component.ui.component-filters.env-filter": "0.0.225",
|
|
90
90
|
"@teambit/component.ui.component-filters.show-main-filter": "0.0.211",
|
|
91
|
-
"@teambit/sidebar": "1.0.
|
|
91
|
+
"@teambit/sidebar": "1.0.188",
|
|
92
92
|
"@teambit/component-descriptor": "0.0.415",
|
|
93
|
-
"@teambit/deprecation": "1.0.
|
|
93
|
+
"@teambit/deprecation": "1.0.188",
|
|
94
94
|
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.217",
|
|
95
95
|
"@teambit/cloud.hooks.use-cloud-scopes": "0.0.3",
|
|
96
96
|
"@teambit/preview.ui.preview-placeholder": "0.0.514",
|
|
97
|
-
"@teambit/workspace.ui.workspace-component-card": "0.0.
|
|
97
|
+
"@teambit/workspace.ui.workspace-component-card": "0.0.522"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
100
|
"@types/lodash": "4.14.165",
|
|
@@ -9,7 +9,7 @@ import { useCloudScopes } from '@teambit/cloud.hooks.use-cloud-scopes';
|
|
|
9
9
|
import { ScopeID } from '@teambit/scopes.scope-id';
|
|
10
10
|
import { compact } from 'lodash';
|
|
11
11
|
import { WorkspaceComponentCard } from '@teambit/workspace.ui.workspace-component-card';
|
|
12
|
-
import { ComponentCardPluginType, PluginProps } from '@teambit/explorer.ui.component-card';
|
|
12
|
+
import type { ComponentCardPluginType, PluginProps } from '@teambit/explorer.ui.component-card';
|
|
13
13
|
import { WorkspaceContext } from '../workspace-context';
|
|
14
14
|
import styles from './workspace-overview.module.scss';
|
|
15
15
|
import { LinkPlugin } from './link-plugin';
|