@teambit/scope 0.0.748 → 0.0.749

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.
@@ -164,7 +164,7 @@ export declare class ScopeUI {
164
164
  private menuItems;
165
165
  static dependencies: import("@teambit/harmony").Aspect[];
166
166
  static runtime: import("@teambit/harmony").RuntimeDefinition;
167
- static slots: (((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<ScopeBadge>) | ((registerFn: () => string) => SlotRegistry<MenuWidget[]>) | ((registerFn: () => string) => SlotRegistry<CornerSlot>))[];
167
+ static slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<ScopeBadge>) | ((registerFn: () => string) => SlotRegistry<MenuWidget[]>) | ((registerFn: () => string) => SlotRegistry<CornerSlot>))[];
168
168
  static provider([ui, componentUi, sidebar, commandBarUI]: [UiUI, ComponentUI, SidebarUI, CommandBarUI], config: any, [routeSlot, menuSlot, sidebarSlot, scopeBadgeSlot, menuWidgetSlot, menuItemSlot, sidebarItemSlot, cornerSlot, overviewSlot, contextSlot, drawerWidgetSlot, componentFiltersSlot,]: [
169
169
  RouteSlot,
170
170
  RouteSlot,
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/scope",
3
- "version": "0.0.748",
3
+ "version": "0.0.749",
4
4
  "homepage": "https://bit.dev/teambit/scope/scope",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.scope",
8
8
  "name": "scope",
9
- "version": "0.0.748"
9
+ "version": "0.0.749"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -26,37 +26,37 @@
26
26
  "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
27
27
  "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
28
28
  "@teambit/base-ui.utils.composer": "1.0.0",
29
- "@teambit/scope.models.scope-model": "0.0.144",
30
- "@teambit/scope.ui.hooks.scope-context": "0.0.144",
31
- "@teambit/cli": "0.0.493",
32
- "@teambit/component": "0.0.748",
33
- "@teambit/logger": "0.0.586",
34
- "@teambit/aspect-loader": "0.0.748",
29
+ "@teambit/scope.models.scope-model": "0.0.145",
30
+ "@teambit/scope.ui.hooks.scope-context": "0.0.145",
31
+ "@teambit/cli": "0.0.494",
32
+ "@teambit/component": "0.0.749",
33
+ "@teambit/logger": "0.0.587",
34
+ "@teambit/aspect-loader": "0.0.749",
35
35
  "@teambit/bit-error": "0.0.394",
36
- "@teambit/builder": "0.0.748",
37
- "@teambit/compiler": "0.0.748",
38
- "@teambit/config": "0.0.506",
39
- "@teambit/envs": "0.0.748",
40
- "@teambit/express": "0.0.591",
41
- "@teambit/graphql": "0.0.748",
36
+ "@teambit/builder": "0.0.749",
37
+ "@teambit/compiler": "0.0.749",
38
+ "@teambit/config": "0.0.507",
39
+ "@teambit/envs": "0.0.749",
40
+ "@teambit/express": "0.0.592",
41
+ "@teambit/graphql": "0.0.749",
42
42
  "@teambit/harmony.modules.requireable-component": "0.0.484",
43
- "@teambit/isolator": "0.0.748",
43
+ "@teambit/isolator": "0.0.749",
44
44
  "@teambit/legacy-bit-id": "0.0.399",
45
- "@teambit/ui": "0.0.748",
45
+ "@teambit/ui": "0.0.749",
46
46
  "@teambit/workspace.modules.match-pattern": "0.0.489",
47
- "@teambit/component.ui.component-drawer": "0.0.39",
47
+ "@teambit/component.ui.component-drawer": "0.0.40",
48
48
  "@teambit/design.ui.tree": "0.0.5",
49
- "@teambit/ui-foundation.ui.side-bar": "0.0.557",
50
- "@teambit/command-bar": "0.0.748",
51
- "@teambit/component-tree": "0.0.536",
49
+ "@teambit/ui-foundation.ui.side-bar": "0.0.558",
50
+ "@teambit/command-bar": "0.0.749",
51
+ "@teambit/component-tree": "0.0.537",
52
52
  "@teambit/component.ui.component-filters": "0.0.5",
53
- "@teambit/sidebar": "0.0.748",
53
+ "@teambit/sidebar": "0.0.749",
54
54
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.487",
55
55
  "@teambit/ui-foundation.ui.menu": "0.0.487",
56
56
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.490",
57
57
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.499",
58
58
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.487",
59
- "@teambit/scope.ui.hooks.use-scope": "0.0.147",
59
+ "@teambit/scope.ui.hooks.use-scope": "0.0.148",
60
60
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.194",
61
61
  "@teambit/ui-foundation.ui.corner": "0.0.498",
62
62
  "@teambit/ui-foundation.ui.full-loader": "0.0.486",
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "peerDependencies": {
88
88
  "react-router-dom": "^6.0.0",
89
- "@teambit/legacy": "1.0.273",
89
+ "@teambit/legacy": "1.0.274",
90
90
  "react-dom": "^16.8.0 || ^17.0.0",
91
91
  "react": "^16.8.0 || ^17.0.0"
92
92
  },
@@ -114,7 +114,7 @@
114
114
  "react": "-"
115
115
  },
116
116
  "peerDependencies": {
117
- "@teambit/legacy": "1.0.273",
117
+ "@teambit/legacy": "1.0.274",
118
118
  "react-dom": "^16.8.0 || ^17.0.0",
119
119
  "react": "^16.8.0 || ^17.0.0"
120
120
  }
@@ -1,2 +1,2 @@
1
- export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.748/dist/scope.composition.js')]
2
- export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.748/dist/scope.docs.mdx')]
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.749/dist/scope.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.749/dist/scope.docs.mdx')]
package/tsconfig.json CHANGED
@@ -30,7 +30,8 @@
30
30
  "preserveConstEnums": true
31
31
  },
32
32
  "exclude": [
33
- "dist"
33
+ "dist",
34
+ "package.json"
34
35
  ],
35
36
  "include": [
36
37
  "**/*",