@teambit/workspace 1.0.558 → 1.0.560

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.
@@ -77,7 +77,7 @@ export declare class WorkspaceUI {
77
77
  private menuItems;
78
78
  static dependencies: import("@teambit/harmony").Aspect[];
79
79
  static runtime: import("@teambit/harmony").RuntimeDefinition;
80
- static slots: (((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>))[];
80
+ static slots: (((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuItemSlot>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>))[];
81
81
  static provider([ui, componentUi, sidebar, componentTree, commandBarUI, graphUI]: [
82
82
  UiUI,
83
83
  ComponentUI,
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/workspace",
3
- "version": "1.0.558",
3
+ "version": "1.0.560",
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.558"
9
+ "version": "1.0.560"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -19,7 +19,6 @@
19
19
  "find-root": "1.1.0",
20
20
  "graphql-tag": "2.12.1",
21
21
  "comment-json": "4.2.5",
22
- "memoizee": "0.4.15",
23
22
  "detect-indent": "5.0.0",
24
23
  "detect-newline": "3.1.0",
25
24
  "p-map": "4.0.0",
@@ -27,17 +26,17 @@
27
26
  "classnames": "2.2.6",
28
27
  "pluralize": "8.0.0",
29
28
  "reset-css": "5.0.1",
30
- "@teambit/component-id": "1.2.2",
31
- "@teambit/harmony": "0.4.6",
32
- "@teambit/component-version": "1.0.3",
29
+ "@teambit/component-id": "1.2.3",
30
+ "@teambit/harmony": "0.4.7",
31
+ "@teambit/component-version": "1.0.4",
33
32
  "@teambit/bit-error": "0.0.404",
34
33
  "@teambit/lane-id": "0.0.312",
35
34
  "@teambit/graph.cleargraph": "0.0.11",
36
35
  "@teambit/component.ui.component-status-resolver": "0.0.510",
37
36
  "@teambit/dependencies.modules.packages-excluder": "1.0.8",
38
- "@teambit/legacy-bit-id": "1.1.1",
37
+ "@teambit/legacy-bit-id": "1.1.2",
39
38
  "@teambit/design.ui.tree": "0.0.16",
40
- "@teambit/lanes.ui.models.lanes-model": "0.0.223",
39
+ "@teambit/lanes.ui.models.lanes-model": "0.0.224",
41
40
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.12",
42
41
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.502",
43
42
  "@teambit/ui-foundation.ui.menu": "0.0.502",
@@ -50,75 +49,75 @@
50
49
  "@teambit/ui-foundation.ui.corner": "0.0.520",
51
50
  "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
52
51
  "@teambit/ui-foundation.ui.top-bar": "0.0.515",
53
- "@teambit/explorer.ui.component-card": "0.0.47",
52
+ "@teambit/explorer.ui.component-card": "0.0.48",
54
53
  "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
55
54
  "@teambit/scopes.scope-id": "0.0.7",
56
55
  "@teambit/workspace.ui.empty-workspace": "0.0.509",
57
- "@teambit/component": "1.0.558",
58
- "@teambit/dependency-resolver": "1.0.558",
59
- "@teambit/envs": "1.0.558",
60
- "@teambit/legacy.extension-data": "0.0.41",
61
- "@teambit/legacy.scope": "0.0.39",
62
- "@teambit/legacy.consumer-component": "0.0.40",
63
- "@teambit/legacy.consumer": "0.0.39",
64
- "@teambit/legacy.bit-map": "0.0.96",
56
+ "@teambit/component": "1.0.560",
57
+ "@teambit/dependency-resolver": "1.0.560",
58
+ "@teambit/envs": "1.0.560",
59
+ "@teambit/legacy.extension-data": "0.0.43",
60
+ "@teambit/legacy.scope": "0.0.41",
61
+ "@teambit/legacy.consumer-component": "0.0.42",
62
+ "@teambit/legacy.consumer": "0.0.41",
63
+ "@teambit/legacy.bit-map": "0.0.98",
65
64
  "@teambit/toolbox.fs.last-modified": "0.0.5",
66
65
  "@teambit/toolbox.path.path": "0.0.8",
67
- "@teambit/logger": "0.0.1228",
68
- "@teambit/objects": "0.0.65",
69
- "@teambit/scope": "1.0.558",
70
- "@teambit/graph": "1.0.558",
71
- "@teambit/cli": "0.0.1135",
72
- "@teambit/isolator": "1.0.558",
73
- "@teambit/component-tree": "1.0.558",
66
+ "@teambit/logger": "0.0.1230",
67
+ "@teambit/objects": "0.0.67",
68
+ "@teambit/scope": "1.0.560",
69
+ "@teambit/graph": "1.0.560",
70
+ "@teambit/cli": "0.0.1137",
71
+ "@teambit/isolator": "1.0.560",
72
+ "@teambit/component-tree": "1.0.560",
74
73
  "@teambit/legacy.constants": "0.0.11",
75
74
  "@teambit/harmony.modules.resolved-component": "0.0.502",
76
- "@teambit/legacy.utils": "0.0.18",
77
- "@teambit/watcher": "1.0.558",
78
- "@teambit/aspect-loader": "1.0.558",
79
- "@teambit/config-store": "0.0.15",
80
- "@teambit/config": "0.0.1309",
75
+ "@teambit/legacy.utils": "0.0.19",
76
+ "@teambit/watcher": "1.0.560",
77
+ "@teambit/aspect-loader": "1.0.560",
78
+ "@teambit/config-store": "0.0.17",
79
+ "@teambit/config": "0.0.1311",
81
80
  "@teambit/harmony.modules.requireable-component": "0.0.502",
82
81
  "@teambit/toolbox.modules.module-resolver": "0.0.11",
83
- "@teambit/workspace.modules.node-modules-linker": "0.0.267",
84
- "@teambit/graphql": "1.0.558",
85
- "@teambit/bundler": "1.0.558",
86
- "@teambit/global-config": "0.0.1138",
87
- "@teambit/legacy.consumer-config": "0.0.39",
88
- "@teambit/ui": "1.0.558",
89
- "@teambit/variants": "0.0.1402",
90
- "@teambit/component-issues": "0.0.156",
91
- "@teambit/component.sources": "0.0.91",
82
+ "@teambit/workspace.modules.node-modules-linker": "0.0.269",
83
+ "@teambit/graphql": "1.0.560",
84
+ "@teambit/bundler": "1.0.560",
85
+ "@teambit/global-config": "0.0.1140",
86
+ "@teambit/legacy.consumer-config": "0.0.41",
87
+ "@teambit/ui": "1.0.560",
88
+ "@teambit/variants": "0.0.1404",
89
+ "@teambit/component-issues": "0.0.157",
90
+ "@teambit/component.sources": "0.0.93",
92
91
  "@teambit/harmony.modules.in-memory-cache": "0.0.13",
93
- "@teambit/legacy.component-list": "0.0.93",
94
- "@teambit/legacy.scope-api": "0.0.94",
95
- "@teambit/scope.network": "0.0.39",
96
- "@teambit/scope.remotes": "0.0.39",
92
+ "@teambit/legacy.component-list": "0.0.95",
93
+ "@teambit/legacy.scope-api": "0.0.96",
94
+ "@teambit/scope.network": "0.0.41",
95
+ "@teambit/scope.remotes": "0.0.41",
97
96
  "@teambit/toolbox.path.is-path-inside": "0.0.500",
98
97
  "@teambit/workspace.modules.match-pattern": "0.0.509",
99
- "@teambit/component.ui.component-drawer": "0.0.439",
100
- "@teambit/lanes.hooks.use-lane-components": "0.0.280",
101
- "@teambit/lanes.hooks.use-lanes": "0.0.282",
102
- "@teambit/ui-foundation.ui.side-bar": "0.0.903",
103
- "@teambit/command-bar": "1.0.558",
104
- "@teambit/component.ui.component-filters.component-filter-context": "0.0.233",
105
- "@teambit/component.ui.component-filters.deprecate-filter": "0.0.231",
106
- "@teambit/component.ui.component-filters.env-filter": "0.0.248",
107
- "@teambit/component.ui.component-filters.show-main-filter": "0.0.224",
108
- "@teambit/sidebar": "1.0.558",
109
- "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.515",
110
- "@teambit/pubsub": "1.0.558",
98
+ "@teambit/component.ui.component-drawer": "0.0.440",
99
+ "@teambit/lanes.hooks.use-lane-components": "0.0.281",
100
+ "@teambit/lanes.hooks.use-lanes": "0.0.283",
101
+ "@teambit/ui-foundation.ui.side-bar": "0.0.904",
102
+ "@teambit/command-bar": "1.0.560",
103
+ "@teambit/component.ui.component-filters.component-filter-context": "0.0.234",
104
+ "@teambit/component.ui.component-filters.deprecate-filter": "0.0.232",
105
+ "@teambit/component.ui.component-filters.env-filter": "0.0.249",
106
+ "@teambit/component.ui.component-filters.show-main-filter": "0.0.225",
107
+ "@teambit/sidebar": "1.0.560",
108
+ "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.516",
109
+ "@teambit/pubsub": "1.0.560",
111
110
  "@teambit/harmony.modules.concurrency": "0.0.12",
112
111
  "@teambit/toolbox.promise.map-pool": "0.0.6",
113
112
  "@teambit/workspace.ui.use-workspace-mode": "0.0.2",
114
- "@teambit/component-descriptor": "0.0.432",
115
- "@teambit/deprecation": "1.0.558",
113
+ "@teambit/component-descriptor": "0.0.433",
114
+ "@teambit/deprecation": "1.0.560",
116
115
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.227",
117
116
  "@teambit/workspace.ui.preserve-workspace-mode": "0.0.2",
118
117
  "@teambit/cloud.hooks.use-cloud-scopes": "0.0.8",
119
118
  "@teambit/design.ui.tooltip": "0.0.375",
120
- "@teambit/preview.ui.preview-placeholder": "0.0.537",
121
- "@teambit/workspace.ui.workspace-component-card": "0.0.545"
119
+ "@teambit/preview.ui.preview-placeholder": "0.0.539",
120
+ "@teambit/workspace.ui.workspace-component-card": "0.0.546"
122
121
  },
123
122
  "devDependencies": {
124
123
  "@types/lodash": "4.14.165",
@@ -127,7 +126,6 @@
127
126
  "@types/lodash.compact": "3.0.6",
128
127
  "@types/fs-extra": "9.0.7",
129
128
  "@types/find-root": "1.1.2",
130
- "@types/memoizee": "0.4.5",
131
129
  "@types/classnames": "2.2.11",
132
130
  "@types/pluralize": "0.0.29",
133
131
  "@types/mocha": "9.1.0",
@@ -72,6 +72,7 @@ export function Workspace({ routeSlot, menuSlot, sidebar, workspaceUI, onSidebar
72
72
  icon={workspace.icon}
73
73
  />
74
74
  )}
75
+ // @ts-ignore - getting an error of "Types have separate declarations of a private property 'registerFn'." for some reason after upgrading teambit.harmony/harmony from 0.4.6 to 0.4.7
75
76
  menu={menuSlot}
76
77
  />
77
78
  }