@teambit/component 0.0.603 → 0.0.611

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
+ /// <reference types="react" />
1
2
  import { Section } from './section';
2
3
  export declare class AspectSection implements Section {
3
4
  route: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PubsubUI } from '@teambit/pubsub';
2
3
  import { MenuItemSlot, MenuItem } from '@teambit/ui-foundation.ui.main-dropdown';
3
4
  import { NavigationSlot, RouteSlot } from '@teambit/ui-foundation.ui.react-router.slot-router';
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function AspectPage(): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare class ComponentError {
2
3
  /**
3
4
  * http status code of error
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { OrderedNavigationSlot } from './nav-plugin';
2
3
  export declare function MenuNav({ navigationSlot }: {
3
4
  navigationSlot: OrderedNavigationSlot;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { MenuItemSlot } from '@teambit/ui-foundation.ui.main-dropdown';
2
3
  import { OrderedNavigationSlot, ConsumeMethodSlot } from './nav-plugin';
3
4
  export declare type MenuProps = {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { NavLinkProps } from '@teambit/base-ui.routing.nav-link';
2
3
  export declare function TopBarNav(props: NavLinkProps): JSX.Element;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component",
3
- "version": "0.0.603",
3
+ "version": "0.0.611",
4
4
  "homepage": "https://bit.dev/teambit/component/component",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "component",
9
- "version": "0.0.603"
9
+ "version": "0.0.611"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -28,22 +28,22 @@
28
28
  "@teambit/documenter.ui.separator": "4.1.1",
29
29
  "@teambit/component-id": "0.0.398",
30
30
  "@teambit/ui-foundation.ui.menu-widget-icon": "0.0.487",
31
- "@teambit/aspect-loader": "0.0.603",
31
+ "@teambit/aspect-loader": "0.0.611",
32
32
  "@teambit/legacy-bit-id": "0.0.397",
33
33
  "@teambit/toolbox.string.capitalize": "0.0.482",
34
- "@teambit/cli": "0.0.415",
35
- "@teambit/config": "0.0.427",
36
- "@teambit/express": "0.0.508",
37
- "@teambit/graphql": "0.0.603",
34
+ "@teambit/cli": "0.0.421",
35
+ "@teambit/config": "0.0.433",
36
+ "@teambit/express": "0.0.514",
37
+ "@teambit/graphql": "0.0.611",
38
38
  "@teambit/bit-error": "0.0.394",
39
- "@teambit/command-bar": "0.0.603",
40
- "@teambit/preview": "0.0.603",
41
- "@teambit/pubsub": "0.0.603",
39
+ "@teambit/command-bar": "0.0.611",
40
+ "@teambit/preview": "0.0.611",
41
+ "@teambit/pubsub": "0.0.611",
42
42
  "@teambit/ui-foundation.ui.is-browser": "0.0.485",
43
43
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.485",
44
44
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.487",
45
45
  "@teambit/ui-foundation.ui.use-box.menu": "0.0.108",
46
- "@teambit/ui": "0.0.603",
46
+ "@teambit/ui": "0.0.611",
47
47
  "@teambit/component-issues": "0.0.45",
48
48
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.486",
49
49
  "@teambit/cli-table": "0.0.33",
@@ -52,9 +52,9 @@
52
52
  "@teambit/harmony.ui.aspect-box": "0.0.485",
53
53
  "@teambit/design.ui.pages.not-found": "0.0.353",
54
54
  "@teambit/design.ui.pages.server-error": "0.0.353",
55
- "@teambit/compositions": "0.0.603",
56
- "@teambit/deprecation": "0.0.603",
57
- "@teambit/envs": "0.0.603",
55
+ "@teambit/compositions": "0.0.611",
56
+ "@teambit/deprecation": "0.0.611",
57
+ "@teambit/envs": "0.0.611",
58
58
  "@teambit/component.ui.version-dropdown": "0.0.490",
59
59
  "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.108",
60
60
  "@teambit/ui-foundation.ui.react-router.extend-path": "0.0.485"
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@apollo/client": "^3.0.0",
79
- "@teambit/legacy": "1.0.200",
79
+ "@teambit/legacy": "1.0.203",
80
80
  "react-dom": "^16.8.0 || ^17.0.0",
81
81
  "react": "^16.8.0 || ^17.0.0"
82
82
  },
@@ -104,7 +104,7 @@
104
104
  "react": "-"
105
105
  },
106
106
  "peerDependencies": {
107
- "@teambit/legacy": "1.0.200",
107
+ "@teambit/legacy": "1.0.203",
108
108
  "react-dom": "^16.8.0 || ^17.0.0",
109
109
  "react": "^16.8.0 || ^17.0.0"
110
110
  }