@teambit/cloud 0.0.1295 → 0.0.1297

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,3 +1,4 @@
1
+ import React from 'react';
1
2
  import type { UserBarItem, UserBarItemSlot, UserBarSection, UserBarSectionSlot } from '@teambit/cloud.ui.user-bar';
2
3
  import type { LanesUI } from '@teambit/lanes';
3
4
  import type { WorkspaceUI } from '@teambit/workspace';
@@ -22,7 +23,7 @@ export declare class CloudUI {
22
23
  * list all user bar sections.
23
24
  */
24
25
  listUserBarSections(): UserBarSection[];
25
- CloudUserBar: () => import("react/jsx-runtime").JSX.Element;
26
+ CloudUserBar: () => React.JSX.Element;
26
27
  static runtime: import("@teambit/harmony").RuntimeDefinition;
27
28
  static dependencies: import("@teambit/harmony").Aspect[];
28
29
  static slots: (((registerFn: () => string) => import("@teambit/harmony").SlotRegistry<UserBarItem[]>) | ((registerFn: () => string) => import("@teambit/harmony").SlotRegistry<UserBarSection[]>))[];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/cloud",
3
- "version": "0.0.1295",
3
+ "version": "0.0.1297",
4
4
  "homepage": "https://bit.cloud/teambit/cloud/cloud",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.cloud",
8
8
  "name": "cloud",
9
- "version": "0.0.1295"
9
+ "version": "0.0.1297"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphql-tag": "2.12.1",
@@ -18,25 +18,25 @@
18
18
  "yesno": "0.4.0",
19
19
  "@teambit/harmony": "0.4.7",
20
20
  "@teambit/scopes.scope-descriptor": "0.0.34",
21
- "@teambit/cli": "0.0.1328",
22
21
  "@teambit/cloud.models.cloud-scope": "0.0.20",
23
22
  "@teambit/cloud.models.cloud-user": "0.0.20",
24
- "@teambit/config-store": "0.0.209",
25
- "@teambit/express": "0.0.1427",
26
- "@teambit/legacy.constants": "0.0.27",
27
- "@teambit/logger": "0.0.1421",
28
- "@teambit/scope.network": "0.0.118",
29
23
  "@teambit/scopes.scope-id": "0.0.9",
30
24
  "@teambit/base-react.themes.theme-switcher": "1.1.2",
31
25
  "@teambit/cloud.ui.user-bar": "0.0.49",
32
26
  "@teambit/design.controls.menu": "0.0.1",
33
27
  "@teambit/bit-error": "0.0.404",
34
- "@teambit/graphql": "1.0.1001",
35
- "@teambit/scope": "1.0.1001",
36
- "@teambit/ui": "1.0.1001",
37
- "@teambit/workspace": "1.0.1001",
38
- "@teambit/component": "1.0.1001",
39
- "@teambit/lanes": "1.0.1019"
28
+ "@teambit/graphql": "1.0.1003",
29
+ "@teambit/cli": "0.0.1330",
30
+ "@teambit/config-store": "0.0.211",
31
+ "@teambit/express": "0.0.1429",
32
+ "@teambit/legacy.constants": "0.0.29",
33
+ "@teambit/logger": "0.0.1423",
34
+ "@teambit/scope.network": "0.0.120",
35
+ "@teambit/scope": "1.0.1003",
36
+ "@teambit/ui": "1.0.1003",
37
+ "@teambit/workspace": "1.0.1003",
38
+ "@teambit/component": "1.0.1003",
39
+ "@teambit/lanes": "1.0.1021"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/express": "^4.17.21",