@teambit/scope 1.0.1053 → 1.0.1055

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.1053/dist/scope.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.1053/dist/scope.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.1055/dist/scope.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.1055/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<MenuItemSlot>) | ((registerFn: () => string) => SlotRegistry<SidebarItemSlot>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<ComponentFiltersSlot>) | ((registerFn: () => string) => SlotRegistry<ScopeBadge>) | ((registerFn: () => string) => SlotRegistry<MenuWidget[]>) | ((registerFn: () => string) => SlotRegistry<CornerSlot>) | ((registerFn: () => string) => SlotRegistry<OverviewLineSlot>) | ((registerFn: () => string) => SlotRegistry<ContextSlot>))[];
192
+ static slots: (((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<ScopeBadge>) | ((registerFn: () => string) => SlotRegistry<MenuWidget[]>) | ((registerFn: () => string) => SlotRegistry<MenuItemSlot>) | ((registerFn: () => string) => SlotRegistry<CornerSlot>) | ((registerFn: () => string) => SlotRegistry<OverviewLineSlot>) | ((registerFn: () => string) => SlotRegistry<SidebarItemSlot>) | ((registerFn: () => string) => SlotRegistry<ContextSlot>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<ComponentFiltersSlot>))[];
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.1053",
3
+ "version": "1.0.1055",
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.1053"
9
+ "version": "1.0.1055"
10
10
  },
11
11
  "dependencies": {
12
12
  "fs-extra": "10.0.0",
@@ -20,18 +20,44 @@
20
20
  "cli-table": "0.3.6",
21
21
  "classnames": "^2.5.1",
22
22
  "reset-css": "5.0.1",
23
+ "@teambit/component.modules.component-url": "0.0.195",
24
+ "@teambit/scope.models.scope-model": "0.0.555",
23
25
  "@teambit/ui-foundation.ui.tree.drawer": "1.0.0",
26
+ "@teambit/scope.ui.hooks.scope-context": "0.0.551",
24
27
  "@teambit/bit-error": "0.0.404",
28
+ "@teambit/cli": "0.0.1350",
29
+ "@teambit/config-store": "0.0.231",
30
+ "@teambit/harmony.modules.requireable-component": "0.0.518",
25
31
  "@teambit/harmony": "0.4.12",
32
+ "@teambit/legacy.constants": "0.0.34",
33
+ "@teambit/logger": "0.0.1443",
34
+ "@teambit/harmony.modules.in-memory-cache": "0.0.38",
35
+ "@teambit/harmony.modules.load-trace": "0.0.6",
36
+ "@teambit/legacy.consumer-component": "0.0.137",
37
+ "@teambit/bit.get-bit-version": "0.0.20",
38
+ "@teambit/legacy-component-log": "0.0.422",
39
+ "@teambit/legacy.scope-api": "0.0.191",
26
40
  "@teambit/component-id": "1.2.4",
41
+ "@teambit/component.snap-distance": "0.0.137",
42
+ "@teambit/express": "0.0.1449",
27
43
  "@teambit/graph.cleargraph": "0.0.11",
28
44
  "@teambit/legacy-bit-id": "1.1.3",
45
+ "@teambit/legacy.extension-data": "0.0.138",
46
+ "@teambit/legacy.scope": "0.0.136",
47
+ "@teambit/pkg.modules.component-package-name": "0.0.143",
48
+ "@teambit/scope.network": "0.0.136",
49
+ "@teambit/scope.remote-actions": "0.0.136",
50
+ "@teambit/scope.remotes": "0.0.136",
51
+ "@teambit/workspace.modules.match-pattern": "0.0.525",
52
+ "@teambit/component.ui.component-drawer": "0.0.493",
29
53
  "@teambit/design.ui.tree": "0.0.16",
30
54
  "@teambit/lanes.hooks.use-lane-components": "0.0.306",
31
55
  "@teambit/lanes.hooks.use-lanes": "0.0.293",
32
56
  "@teambit/lanes.ui.models.lanes-model": "0.0.233",
57
+ "@teambit/ui-foundation.ui.side-bar": "0.0.943",
33
58
  "@teambit/component.ui.component-filters.component-filter-context": "0.0.242",
34
59
  "@teambit/component.ui.component-filters.deprecate-filter": "0.0.244",
60
+ "@teambit/component.ui.component-filters.env-filter": "0.0.280",
35
61
  "@teambit/component.ui.component-filters.show-main-filter": "0.0.237",
36
62
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.13",
37
63
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.505",
@@ -48,55 +74,29 @@
48
74
  "@teambit/ui-foundation.ui.full-loader": "0.0.500",
49
75
  "@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.200",
50
76
  "@teambit/ui-foundation.ui.top-bar": "0.0.515",
51
- "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.151",
52
- "@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.147",
53
77
  "@teambit/component-descriptor": "0.0.455",
54
78
  "@teambit/design.ui.tooltip": "0.0.383",
55
79
  "@teambit/explorer.ui.component-card": "0.0.52",
56
80
  "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
81
+ "@teambit/preview.ui.preview-placeholder": "0.0.572",
57
82
  "@teambit/scope.ui.empty-scope": "0.0.510",
58
83
  "@teambit/scope.ui.scope-details": "0.0.526",
59
84
  "@teambit/scopes.scope-id": "0.0.9",
60
- "@teambit/component.modules.component-url": "0.0.195",
61
- "@teambit/scope.models.scope-model": "0.0.555",
62
- "@teambit/scope.ui.hooks.scope-context": "0.0.551",
63
- "@teambit/aspect-loader": "1.0.1053",
64
- "@teambit/cli": "0.0.1350",
65
- "@teambit/compiler": "1.0.1053",
66
- "@teambit/component": "1.0.1053",
67
- "@teambit/config-store": "0.0.231",
68
- "@teambit/dependency-resolver": "1.0.1053",
69
- "@teambit/envs": "1.0.1053",
70
- "@teambit/harmony.modules.requireable-component": "0.0.518",
71
- "@teambit/isolator": "1.0.1053",
72
- "@teambit/legacy.constants": "0.0.34",
73
- "@teambit/logger": "0.0.1443",
74
- "@teambit/objects": "0.0.560",
75
- "@teambit/harmony.modules.in-memory-cache": "0.0.38",
76
- "@teambit/harmony.modules.load-trace": "0.0.6",
77
- "@teambit/legacy.consumer-component": "0.0.137",
78
- "@teambit/bit.get-bit-version": "0.0.20",
79
- "@teambit/legacy-component-log": "0.0.422",
80
- "@teambit/legacy.scope-api": "0.0.191",
81
- "@teambit/component.snap-distance": "0.0.137",
82
- "@teambit/express": "0.0.1449",
83
- "@teambit/graph": "1.0.1053",
84
- "@teambit/graphql": "1.0.1053",
85
- "@teambit/legacy.extension-data": "0.0.138",
86
- "@teambit/legacy.scope": "0.0.136",
87
- "@teambit/pkg.modules.component-package-name": "0.0.143",
88
- "@teambit/scope.network": "0.0.136",
89
- "@teambit/scope.remote-actions": "0.0.136",
90
- "@teambit/scope.remotes": "0.0.136",
91
- "@teambit/ui": "1.0.1053",
92
- "@teambit/workspace.modules.match-pattern": "0.0.525",
93
- "@teambit/component.ui.component-drawer": "0.0.492",
94
- "@teambit/ui-foundation.ui.side-bar": "0.0.942",
95
- "@teambit/command-bar": "1.0.1053",
96
- "@teambit/component-tree": "1.0.1053",
97
- "@teambit/component.ui.component-filters.env-filter": "0.0.280",
98
- "@teambit/sidebar": "1.0.1053",
99
- "@teambit/preview.ui.preview-placeholder": "0.0.572"
85
+ "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.151",
86
+ "@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.147",
87
+ "@teambit/aspect-loader": "1.0.1055",
88
+ "@teambit/compiler": "1.0.1055",
89
+ "@teambit/component": "1.0.1055",
90
+ "@teambit/dependency-resolver": "1.0.1055",
91
+ "@teambit/envs": "1.0.1055",
92
+ "@teambit/isolator": "1.0.1055",
93
+ "@teambit/objects": "0.0.562",
94
+ "@teambit/graph": "1.0.1055",
95
+ "@teambit/graphql": "1.0.1055",
96
+ "@teambit/ui": "1.0.1055",
97
+ "@teambit/command-bar": "1.0.1055",
98
+ "@teambit/component-tree": "1.0.1055",
99
+ "@teambit/sidebar": "1.0.1055"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@types/fs-extra": "9.0.7",