@teambit/scope 1.0.691 → 1.0.693
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.scope_scope@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.693/dist/scope.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.693/dist/scope.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -189,7 +189,7 @@ export declare class ScopeUI {
|
|
|
189
189
|
private menuItems;
|
|
190
190
|
static dependencies: import("@teambit/harmony").Aspect[];
|
|
191
191
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
192
|
-
static slots: (((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<
|
|
192
|
+
static slots: (((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<ScopeBadge>) | ((registerFn: () => string) => SlotRegistry<MenuWidget[]>) | ((registerFn: () => string) => SlotRegistry<CornerSlot>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>))[];
|
|
193
193
|
static defaultConfig: {
|
|
194
194
|
showGallery: boolean;
|
|
195
195
|
};
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/scope",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.693",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/scope/scope",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.scope",
|
|
8
8
|
"name": "scope",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.693"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -25,16 +25,30 @@
|
|
|
25
25
|
"@teambit/ui-foundation.ui.tree.drawer": "0.0.518",
|
|
26
26
|
"@teambit/scope.ui.hooks.scope-context": "0.0.527",
|
|
27
27
|
"@teambit/bit-error": "0.0.404",
|
|
28
|
+
"@teambit/cli": "0.0.1256",
|
|
29
|
+
"@teambit/config-store": "0.0.136",
|
|
28
30
|
"@teambit/harmony.modules.requireable-component": "0.0.504",
|
|
29
31
|
"@teambit/harmony": "0.4.7",
|
|
30
32
|
"@teambit/legacy.constants": "0.0.14",
|
|
33
|
+
"@teambit/logger": "0.0.1349",
|
|
31
34
|
"@teambit/harmony.modules.in-memory-cache": "0.0.17",
|
|
35
|
+
"@teambit/legacy.consumer-component": "0.0.66",
|
|
32
36
|
"@teambit/bit.get-bit-version": "0.0.6",
|
|
33
37
|
"@teambit/legacy-component-log": "0.0.408",
|
|
38
|
+
"@teambit/legacy.scope-api": "0.0.120",
|
|
34
39
|
"@teambit/component-id": "1.2.4",
|
|
40
|
+
"@teambit/component.snap-distance": "0.0.66",
|
|
41
|
+
"@teambit/express": "0.0.1355",
|
|
35
42
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
36
43
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
44
|
+
"@teambit/legacy.extension-data": "0.0.67",
|
|
45
|
+
"@teambit/legacy.scope": "0.0.65",
|
|
46
|
+
"@teambit/pkg.modules.component-package-name": "0.0.72",
|
|
47
|
+
"@teambit/scope.network": "0.0.65",
|
|
48
|
+
"@teambit/scope.remote-actions": "0.0.65",
|
|
49
|
+
"@teambit/scope.remotes": "0.0.65",
|
|
37
50
|
"@teambit/workspace.modules.match-pattern": "0.0.510",
|
|
51
|
+
"@teambit/component.ui.component-drawer": "0.0.454",
|
|
38
52
|
"@teambit/design.ui.tree": "0.0.16",
|
|
39
53
|
"@teambit/lanes.hooks.use-lane-components": "0.0.288",
|
|
40
54
|
"@teambit/lanes.hooks.use-lanes": "0.0.290",
|
|
@@ -69,33 +83,19 @@
|
|
|
69
83
|
"@teambit/scope.ui.empty-scope": "0.0.510",
|
|
70
84
|
"@teambit/scope.ui.scope-details": "0.0.526",
|
|
71
85
|
"@teambit/scopes.scope-id": "0.0.7",
|
|
72
|
-
"@teambit/aspect-loader": "1.0.
|
|
73
|
-
"@teambit/
|
|
74
|
-
"@teambit/
|
|
75
|
-
"@teambit/
|
|
76
|
-
"@teambit/
|
|
77
|
-
"@teambit/
|
|
78
|
-
"@teambit/
|
|
79
|
-
"@teambit/
|
|
80
|
-
"@teambit/
|
|
81
|
-
"@teambit/
|
|
82
|
-
"@teambit/
|
|
83
|
-
"@teambit/
|
|
84
|
-
"@teambit/
|
|
85
|
-
"@teambit/express": "0.0.1355",
|
|
86
|
-
"@teambit/graph": "1.0.691",
|
|
87
|
-
"@teambit/graphql": "1.0.691",
|
|
88
|
-
"@teambit/legacy.extension-data": "0.0.67",
|
|
89
|
-
"@teambit/legacy.scope": "0.0.65",
|
|
90
|
-
"@teambit/pkg.modules.component-package-name": "0.0.72",
|
|
91
|
-
"@teambit/scope.network": "0.0.65",
|
|
92
|
-
"@teambit/scope.remote-actions": "0.0.65",
|
|
93
|
-
"@teambit/scope.remotes": "0.0.65",
|
|
94
|
-
"@teambit/ui": "1.0.691",
|
|
95
|
-
"@teambit/component.ui.component-drawer": "0.0.454",
|
|
96
|
-
"@teambit/command-bar": "1.0.691",
|
|
97
|
-
"@teambit/component-tree": "1.0.691",
|
|
98
|
-
"@teambit/sidebar": "1.0.691"
|
|
86
|
+
"@teambit/aspect-loader": "1.0.693",
|
|
87
|
+
"@teambit/compiler": "1.0.693",
|
|
88
|
+
"@teambit/component": "1.0.693",
|
|
89
|
+
"@teambit/dependency-resolver": "1.0.693",
|
|
90
|
+
"@teambit/envs": "1.0.693",
|
|
91
|
+
"@teambit/isolator": "1.0.693",
|
|
92
|
+
"@teambit/objects": "0.0.200",
|
|
93
|
+
"@teambit/graph": "1.0.693",
|
|
94
|
+
"@teambit/graphql": "1.0.693",
|
|
95
|
+
"@teambit/ui": "1.0.693",
|
|
96
|
+
"@teambit/command-bar": "1.0.693",
|
|
97
|
+
"@teambit/component-tree": "1.0.693",
|
|
98
|
+
"@teambit/sidebar": "1.0.693"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@types/fs-extra": "9.0.7",
|