@teambit/component 1.0.1061 → 1.0.1062
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<ComponentFactory>) | ((registerFn: () => string) => SlotRegistry<Route[]>) | ((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.1062/dist/component.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.1062/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.1062",
|
|
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.1062"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/any-fs": "0.0.5",
|
|
@@ -18,21 +18,27 @@
|
|
|
18
18
|
"copy-to-clipboard": "3.3.1",
|
|
19
19
|
"lodash.flatten": "4.4.0",
|
|
20
20
|
"open": "8.4.2",
|
|
21
|
+
"classnames": "^2.5.1",
|
|
22
|
+
"lodash.compact": "3.0.1",
|
|
21
23
|
"chalk": "4.1.2",
|
|
22
24
|
"cli-table": "0.3.6",
|
|
23
25
|
"pad-right": "0.2.2",
|
|
24
26
|
"table": "6.7.3",
|
|
25
|
-
"classnames": "^2.5.1",
|
|
26
|
-
"lodash.compact": "3.0.1",
|
|
27
27
|
"@teambit/component-id": "1.2.4",
|
|
28
|
+
"@teambit/legacy.extension-data": "0.0.139",
|
|
28
29
|
"@teambit/ui-foundation.ui.menu-widget-icon": "0.0.502",
|
|
29
30
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
30
31
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
32
|
+
"@teambit/legacy.consumer-component": "0.0.138",
|
|
33
|
+
"@teambit/component.sources": "0.0.189",
|
|
31
34
|
"@teambit/toolbox.path.match-patterns": "0.0.30",
|
|
32
35
|
"@teambit/toolbox.string.eol": "0.0.16",
|
|
33
36
|
"@teambit/toolbox.string.capitalize": "0.0.511",
|
|
34
37
|
"@teambit/harmony": "0.4.12",
|
|
35
38
|
"@teambit/toolbox.path.path": "0.0.19",
|
|
39
|
+
"@teambit/cli": "0.0.1352",
|
|
40
|
+
"@teambit/express": "0.0.1451",
|
|
41
|
+
"@teambit/logger": "0.0.1445",
|
|
36
42
|
"@teambit/bit-error": "0.0.404",
|
|
37
43
|
"@teambit/legacy.constants": "0.0.34",
|
|
38
44
|
"@teambit/component-package-version": "0.0.454",
|
|
@@ -45,11 +51,12 @@
|
|
|
45
51
|
"@teambit/component-issues": "0.0.177",
|
|
46
52
|
"@teambit/pkg.modules.semver-helper": "0.0.27",
|
|
47
53
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
|
|
48
|
-
"@teambit/cli-table": "0.0.54",
|
|
49
54
|
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
|
|
50
55
|
"@teambit/legacy-component-log": "0.0.422",
|
|
51
56
|
"@teambit/component-descriptor": "0.0.455",
|
|
52
|
-
"@teambit/
|
|
57
|
+
"@teambit/cli-table": "0.0.54",
|
|
58
|
+
"@teambit/legacy.bit-map": "0.0.194",
|
|
59
|
+
"@teambit/pkg.modules.component-package-name": "0.0.144",
|
|
53
60
|
"@teambit/design.ui.empty-box": "0.0.364",
|
|
54
61
|
"@teambit/documenter.ui.heading": "4.1.8",
|
|
55
62
|
"@teambit/documenter.ui.separator": "4.1.7",
|
|
@@ -66,40 +73,33 @@
|
|
|
66
73
|
"@teambit/lanes.hooks.use-lanes": "0.0.293",
|
|
67
74
|
"@teambit/lanes.ui.models.lanes-model": "0.0.233",
|
|
68
75
|
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.151",
|
|
69
|
-
"@teambit/legacy.extension-data": "0.0.139",
|
|
70
|
-
"@teambit/aspect-loader": "1.0.1061",
|
|
71
|
-
"@teambit/dependency-resolver": "1.0.1061",
|
|
72
|
-
"@teambit/legacy.consumer-component": "0.0.138",
|
|
73
|
-
"@teambit/objects": "0.0.568",
|
|
74
|
-
"@teambit/component.sources": "0.0.189",
|
|
75
|
-
"@teambit/graphql": "1.0.1061",
|
|
76
|
-
"@teambit/cli": "0.0.1352",
|
|
77
|
-
"@teambit/express": "0.0.1451",
|
|
78
|
-
"@teambit/logger": "0.0.1445",
|
|
79
|
-
"@teambit/command-bar": "1.0.1061",
|
|
80
|
-
"@teambit/preview": "1.0.1061",
|
|
81
|
-
"@teambit/pubsub": "1.0.1061",
|
|
82
|
-
"@teambit/react-router": "1.0.1061",
|
|
83
|
-
"@teambit/ui": "1.0.1061",
|
|
84
|
-
"@teambit/legacy.bit-map": "0.0.194",
|
|
85
|
-
"@teambit/pkg.modules.component-package-name": "0.0.144",
|
|
86
76
|
"@teambit/semantics.doc-parser": "0.0.145",
|
|
87
77
|
"@teambit/legacy.consumer": "0.0.137",
|
|
88
78
|
"@teambit/legacy.dependency-graph": "0.0.140",
|
|
79
|
+
"@teambit/legacy.loader": "0.0.23",
|
|
89
80
|
"@teambit/legacy.scope": "0.0.137",
|
|
90
81
|
"@teambit/scope.remotes": "0.0.137",
|
|
91
82
|
"@teambit/legacy.component-diff": "0.0.193",
|
|
92
|
-
"@teambit/
|
|
93
|
-
"@teambit/
|
|
94
|
-
"@teambit/
|
|
83
|
+
"@teambit/aspect-loader": "1.0.1062",
|
|
84
|
+
"@teambit/dependency-resolver": "1.0.1062",
|
|
85
|
+
"@teambit/objects": "0.0.569",
|
|
86
|
+
"@teambit/graphql": "1.0.1062",
|
|
87
|
+
"@teambit/command-bar": "1.0.1062",
|
|
88
|
+
"@teambit/preview": "1.0.1062",
|
|
89
|
+
"@teambit/pubsub": "1.0.1062",
|
|
90
|
+
"@teambit/react-router": "1.0.1062",
|
|
91
|
+
"@teambit/ui": "1.0.1062",
|
|
92
|
+
"@teambit/compositions": "1.0.1062",
|
|
93
|
+
"@teambit/deprecation": "1.0.1062",
|
|
94
|
+
"@teambit/envs": "1.0.1062"
|
|
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",
|
|
101
100
|
"@types/classnames": "^2.3.4",
|
|
102
101
|
"@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.96.6",
|
|
105
105
|
"@teambit/harmony.envs.core-aspect-env": "1.0.0"
|