@teambit/component 1.0.712 → 1.0.713
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.
|
@@ -71,7 +71,7 @@ export declare class ComponentMain {
|
|
|
71
71
|
*/
|
|
72
72
|
registerShowFragments(showFragments: ShowFragment[]): this;
|
|
73
73
|
private _priorHost;
|
|
74
|
-
static slots: (((registerFn: () => string) => SlotRegistry<
|
|
74
|
+
static slots: (((registerFn: () => string) => SlotRegistry<Route[]>) | ((registerFn: () => string) => SlotRegistry<ComponentFactory>) | ((registerFn: () => string) => SlotRegistry<ShowFragment[]>))[];
|
|
75
75
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
76
76
|
static dependencies: import("@teambit/harmony").Aspect[];
|
|
77
77
|
static provider([graphql, express, cli, loggerMain]: [GraphqlMain, ExpressMain, CLIMain, LoggerMain], config: any, [hostSlot, showFragmentSlot]: [ComponentHostSlot, ShowFragmentSlot]): Promise<ComponentMain>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.713/dist/component.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.713/dist/component.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/component",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.713",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/component",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "component",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.713"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/any-fs": "0.0.5",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"copy-to-clipboard": "3.3.1",
|
|
19
19
|
"lodash.flatten": "4.4.0",
|
|
20
20
|
"open": "7.4.2",
|
|
21
|
-
"classnames": "2.2.6",
|
|
22
|
-
"lodash.compact": "3.0.1",
|
|
23
21
|
"chalk": "4.1.2",
|
|
24
22
|
"cli-table": "0.3.6",
|
|
25
23
|
"pad-right": "0.2.2",
|
|
26
24
|
"table": "6.7.3",
|
|
25
|
+
"classnames": "2.2.6",
|
|
26
|
+
"lodash.compact": "3.0.1",
|
|
27
27
|
"@teambit/component-id": "1.2.4",
|
|
28
28
|
"@teambit/legacy.extension-data": "0.0.71",
|
|
29
29
|
"@teambit/ui-foundation.ui.menu-widget-icon": "0.0.502",
|
|
@@ -36,9 +36,6 @@
|
|
|
36
36
|
"@teambit/toolbox.string.capitalize": "0.0.501",
|
|
37
37
|
"@teambit/harmony": "0.4.7",
|
|
38
38
|
"@teambit/toolbox.path.path": "0.0.9",
|
|
39
|
-
"@teambit/cli": "0.0.1266",
|
|
40
|
-
"@teambit/express": "0.0.1365",
|
|
41
|
-
"@teambit/logger": "0.0.1359",
|
|
42
39
|
"@teambit/bit-error": "0.0.404",
|
|
43
40
|
"@teambit/legacy.constants": "0.0.15",
|
|
44
41
|
"@teambit/component-package-version": "0.0.441",
|
|
@@ -51,18 +48,24 @@
|
|
|
51
48
|
"@teambit/component-issues": "0.0.162",
|
|
52
49
|
"@teambit/pkg.modules.semver-helper": "0.0.14",
|
|
53
50
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
|
|
54
|
-
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
|
|
55
|
-
"@teambit/legacy-component-log": "0.0.409",
|
|
56
|
-
"@teambit/component-descriptor": "0.0.444",
|
|
57
51
|
"@teambit/cli-table": "0.0.50",
|
|
58
52
|
"@teambit/legacy.bit-map": "0.0.126",
|
|
59
53
|
"@teambit/pkg.modules.component-package-name": "0.0.76",
|
|
60
|
-
"@teambit/
|
|
61
|
-
"@teambit/
|
|
54
|
+
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
|
|
55
|
+
"@teambit/legacy-component-log": "0.0.409",
|
|
56
|
+
"@teambit/semantics.doc-parser": "0.0.77",
|
|
57
|
+
"@teambit/legacy.consumer": "0.0.69",
|
|
58
|
+
"@teambit/legacy.dependency-graph": "0.0.72",
|
|
59
|
+
"@teambit/legacy.loader": "0.0.10",
|
|
60
|
+
"@teambit/legacy.scope": "0.0.69",
|
|
61
|
+
"@teambit/scope.remotes": "0.0.69",
|
|
62
|
+
"@teambit/legacy.component-diff": "0.0.123",
|
|
62
63
|
"@teambit/design.ui.empty-box": "0.0.363",
|
|
63
64
|
"@teambit/documenter.ui.heading": "4.1.1",
|
|
64
65
|
"@teambit/documenter.ui.separator": "4.1.1",
|
|
65
66
|
"@teambit/harmony.ui.aspect-box": "0.0.508",
|
|
67
|
+
"@teambit/design.ui.pages.not-found": "0.0.371",
|
|
68
|
+
"@teambit/design.ui.pages.server-error": "0.0.368",
|
|
66
69
|
"@teambit/design.ui.styles.ellipsis": "0.0.357",
|
|
67
70
|
"@teambit/envs.ui.env-icon": "0.0.507",
|
|
68
71
|
"@teambit/explorer.ui.command-bar": "2.0.17",
|
|
@@ -73,36 +76,33 @@
|
|
|
73
76
|
"@teambit/lanes.hooks.use-lanes": "0.0.290",
|
|
74
77
|
"@teambit/lanes.ui.models.lanes-model": "0.0.229",
|
|
75
78
|
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.148",
|
|
76
|
-
"@teambit/
|
|
77
|
-
"@teambit/
|
|
78
|
-
"@teambit/
|
|
79
|
-
"@teambit/
|
|
80
|
-
"@teambit/
|
|
81
|
-
"@teambit/
|
|
82
|
-
"@teambit/
|
|
83
|
-
"@teambit/
|
|
84
|
-
"@teambit/
|
|
85
|
-
"@teambit/
|
|
86
|
-
"@teambit/
|
|
87
|
-
"@teambit/
|
|
88
|
-
"@teambit/
|
|
89
|
-
"@teambit/
|
|
90
|
-
"@teambit/
|
|
91
|
-
"@teambit/
|
|
92
|
-
"@teambit/compositions": "1.0.712",
|
|
93
|
-
"@teambit/deprecation": "1.0.712",
|
|
94
|
-
"@teambit/envs": "1.0.712"
|
|
79
|
+
"@teambit/aspect-loader": "1.0.713",
|
|
80
|
+
"@teambit/dependency-resolver": "1.0.713",
|
|
81
|
+
"@teambit/objects": "0.0.220",
|
|
82
|
+
"@teambit/graphql": "1.0.713",
|
|
83
|
+
"@teambit/cli": "0.0.1267",
|
|
84
|
+
"@teambit/express": "0.0.1366",
|
|
85
|
+
"@teambit/logger": "0.0.1360",
|
|
86
|
+
"@teambit/command-bar": "1.0.713",
|
|
87
|
+
"@teambit/preview": "1.0.713",
|
|
88
|
+
"@teambit/pubsub": "1.0.713",
|
|
89
|
+
"@teambit/react-router": "1.0.713",
|
|
90
|
+
"@teambit/ui": "1.0.713",
|
|
91
|
+
"@teambit/component-descriptor": "0.0.445",
|
|
92
|
+
"@teambit/compositions": "1.0.713",
|
|
93
|
+
"@teambit/deprecation": "1.0.713",
|
|
94
|
+
"@teambit/envs": "1.0.713"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@types/lodash": "4.14.165",
|
|
98
98
|
"@types/semver": "7.5.8",
|
|
99
99
|
"@types/lodash.flatten": "4.4.6",
|
|
100
|
+
"@types/cli-table": "^0.3.0",
|
|
100
101
|
"@types/classnames": "2.2.11",
|
|
101
102
|
"@types/lodash.compact": "3.0.6",
|
|
102
|
-
"@types/cli-table": "^0.3.0",
|
|
103
103
|
"@types/mocha": "9.1.0",
|
|
104
104
|
"@teambit/component.content.component-overview": "1.95.0",
|
|
105
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
105
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.78"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"@apollo/client": "^3.6.0",
|