@teambit/component 1.0.579 → 1.0.581
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.
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { ComponentAspect } from './component.aspect';
|
|
2
|
+
import { ConsumerComponent } from '@teambit/legacy.consumer-component';
|
|
2
3
|
export type { GetComponentsOptions } from './get-component-opts';
|
|
3
4
|
export type { UseComponentType } from './ui/use-component';
|
|
5
|
+
export type { ConsumerComponent };
|
|
4
6
|
export { useComponentHost } from './host';
|
|
5
7
|
export { Component, InvalidComponent } from './component';
|
|
6
8
|
export { ComponentID } from '@teambit/component-id';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_component","data","require","_host","_component2","_componentId","_componentFs","_interopRequireDefault","_aspectEntry","_snap","_tag","_state","_tagMap","_componentMap","_componentContext","_context","_ui","_menu","_componentModel","_topBarNav","_config","e","__esModule","default","_default","exports","ComponentAspect"],"sources":["index.ts"],"sourcesContent":["import { ComponentAspect } from './component.aspect';\n\nexport type { GetComponentsOptions } from './get-component-opts';\nexport type { UseComponentType } from './ui/use-component';\nexport { useComponentHost } from './host';\nexport { Component, InvalidComponent } from './component';\nexport { ComponentID } from '@teambit/component-id';\nexport { default as ComponentFS } from './component-fs';\nexport type { Config as ComponentConfig } from './config';\nexport type {\n ComponentFactory,\n ResolveAspectsOptions,\n FilterAspectsOptions,\n LoadAspectsOptions,\n} from './component-factory';\nexport type { AspectList } from './aspect-list';\nexport { AspectEntry, AspectData, ResolveComponentIdFunc } from './aspect-entry';\n// TODO: check why it's not working when using the index in snap dir like this:\n// export { Snap, Author } from './snap';\nexport { Snap, SnapProps } from './snap/snap';\nexport type { Author } from './snap/author';\n// TODO: check why it's not working when using the index in tag dir like this:\n// export { Tag } from './tag';\nexport { Tag, TagProps } from './tag/tag';\nexport type { IComponent } from './component-interface';\nexport { State } from './state';\nexport type { Hash } from './hash';\nexport { TagMap } from './tag-map';\nexport { ComponentMap } from './component-map';\nexport type { ComponentMain } from './component.main.runtime';\nexport type { ComponentUI } from './component.ui.runtime';\nexport type { Section } from './section';\nexport { ComponentContext, ComponentDescriptorContext, useComponentDescriptor } from './ui/context/component-context';\nexport type { ComponentProviderProps, ComponentDescriptorProviderProps } from './ui/context';\nexport { ComponentProvider, ComponentDescriptorProvider } from './ui/context';\nexport { componentFields, componentIdFields, componentOverviewFields } from './ui';\nexport type { NavPlugin, ConsumePlugin, MenuNavProps } from './ui/menu';\nexport { CollapsibleMenuNav, ComponentMenu, VersionRelatedDropdowns } from './ui/menu';\nexport type { RegisteredComponentRoute, ComponentUrlParams } from './component.route';\nexport type { ComponentModelProps } from './ui/component-model';\nexport { ComponentModel } from './ui/component-model';\nexport { TopBarNav } from './ui/top-bar-nav';\nexport type { ShowFragment, ShowRow, ShowJSONRow } from './show';\nexport { Config } from './config';\nexport { useComponent, useIdFromLocation, useComponentLogs, ComponentLogsResult, Filters } from './ui';\n\n// export { AspectList } from './aspect-list';\n// export { AspectEntry } from './aspect-entry';\nexport { ComponentAspect };\nexport default ComponentAspect;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAAA,WAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,UAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;
|
|
1
|
+
{"version":3,"names":["_component","data","require","_host","_component2","_componentId","_componentFs","_interopRequireDefault","_aspectEntry","_snap","_tag","_state","_tagMap","_componentMap","_componentContext","_context","_ui","_menu","_componentModel","_topBarNav","_config","e","__esModule","default","_default","exports","ComponentAspect"],"sources":["index.ts"],"sourcesContent":["import { ComponentAspect } from './component.aspect';\nimport { ConsumerComponent } from '@teambit/legacy.consumer-component';\n\nexport type { GetComponentsOptions } from './get-component-opts';\nexport type { UseComponentType } from './ui/use-component';\nexport type { ConsumerComponent };\nexport { useComponentHost } from './host';\nexport { Component, InvalidComponent } from './component';\nexport { ComponentID } from '@teambit/component-id';\nexport { default as ComponentFS } from './component-fs';\nexport type { Config as ComponentConfig } from './config';\nexport type {\n ComponentFactory,\n ResolveAspectsOptions,\n FilterAspectsOptions,\n LoadAspectsOptions,\n} from './component-factory';\nexport type { AspectList } from './aspect-list';\nexport { AspectEntry, AspectData, ResolveComponentIdFunc } from './aspect-entry';\n// TODO: check why it's not working when using the index in snap dir like this:\n// export { Snap, Author } from './snap';\nexport { Snap, SnapProps } from './snap/snap';\nexport type { Author } from './snap/author';\n// TODO: check why it's not working when using the index in tag dir like this:\n// export { Tag } from './tag';\nexport { Tag, TagProps } from './tag/tag';\nexport type { IComponent } from './component-interface';\nexport { State } from './state';\nexport type { Hash } from './hash';\nexport { TagMap } from './tag-map';\nexport { ComponentMap } from './component-map';\nexport type { ComponentMain } from './component.main.runtime';\nexport type { ComponentUI } from './component.ui.runtime';\nexport type { Section } from './section';\nexport { ComponentContext, ComponentDescriptorContext, useComponentDescriptor } from './ui/context/component-context';\nexport type { ComponentProviderProps, ComponentDescriptorProviderProps } from './ui/context';\nexport { ComponentProvider, ComponentDescriptorProvider } from './ui/context';\nexport { componentFields, componentIdFields, componentOverviewFields } from './ui';\nexport type { NavPlugin, ConsumePlugin, MenuNavProps } from './ui/menu';\nexport { CollapsibleMenuNav, ComponentMenu, VersionRelatedDropdowns } from './ui/menu';\nexport type { RegisteredComponentRoute, ComponentUrlParams } from './component.route';\nexport type { ComponentModelProps } from './ui/component-model';\nexport { ComponentModel } from './ui/component-model';\nexport { TopBarNav } from './ui/top-bar-nav';\nexport type { ShowFragment, ShowRow, ShowJSONRow } from './show';\nexport { Config } from './config';\nexport { useComponent, useIdFromLocation, useComponentLogs, ComponentLogsResult, Filters } from './ui';\n\n// export { AspectList } from './aspect-list';\n// export { AspectEntry } from './aspect-entry';\nexport { ComponentAspect };\nexport default ComponentAspect;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -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.581/dist/component.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.581/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.581",
|
|
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.581"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/any-fs": "0.0.5",
|
|
@@ -36,57 +36,57 @@
|
|
|
36
36
|
"@teambit/ui-foundation.ui.use-box.menu": "1.0.16",
|
|
37
37
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
|
|
38
38
|
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
|
|
39
|
+
"@teambit/design.ui.pages.not-found": "0.0.371",
|
|
40
|
+
"@teambit/design.ui.pages.server-error": "0.0.368",
|
|
39
41
|
"@teambit/design.ui.empty-box": "0.0.363",
|
|
40
42
|
"@teambit/documenter.ui.heading": "4.1.1",
|
|
41
43
|
"@teambit/documenter.ui.separator": "4.1.1",
|
|
42
|
-
"@teambit/design.ui.pages.not-found": "0.0.371",
|
|
43
|
-
"@teambit/design.ui.pages.server-error": "0.0.368",
|
|
44
44
|
"@teambit/design.ui.styles.ellipsis": "0.0.357",
|
|
45
45
|
"@teambit/explorer.ui.command-bar": "2.0.16",
|
|
46
46
|
"@teambit/design.navigation.responsive-navbar": "0.0.8",
|
|
47
47
|
"@teambit/base-ui.layout.breakpoints": "1.0.0",
|
|
48
48
|
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.143",
|
|
49
|
-
"@teambit/legacy.extension-data": "0.0.
|
|
50
|
-
"@teambit/aspect-loader": "1.0.
|
|
51
|
-
"@teambit/dependency-resolver": "1.0.
|
|
52
|
-
"@teambit/graph": "1.0.
|
|
53
|
-
"@teambit/legacy.consumer-component": "0.0.
|
|
54
|
-
"@teambit/objects": "0.0.
|
|
55
|
-
"@teambit/component.sources": "0.0.
|
|
49
|
+
"@teambit/legacy.extension-data": "0.0.47",
|
|
50
|
+
"@teambit/aspect-loader": "1.0.581",
|
|
51
|
+
"@teambit/dependency-resolver": "1.0.581",
|
|
52
|
+
"@teambit/graph": "1.0.581",
|
|
53
|
+
"@teambit/legacy.consumer-component": "0.0.46",
|
|
54
|
+
"@teambit/objects": "0.0.88",
|
|
55
|
+
"@teambit/component.sources": "0.0.97",
|
|
56
56
|
"@teambit/toolbox.path.match-patterns": "0.0.19",
|
|
57
57
|
"@teambit/toolbox.string.eol": "0.0.5",
|
|
58
58
|
"@teambit/toolbox.string.capitalize": "0.0.500",
|
|
59
|
-
"@teambit/graphql": "1.0.
|
|
59
|
+
"@teambit/graphql": "1.0.581",
|
|
60
60
|
"@teambit/toolbox.path.path": "0.0.8",
|
|
61
|
-
"@teambit/cli": "0.0.
|
|
62
|
-
"@teambit/express": "0.0.
|
|
63
|
-
"@teambit/logger": "0.0.
|
|
61
|
+
"@teambit/cli": "0.0.1158",
|
|
62
|
+
"@teambit/express": "0.0.1257",
|
|
63
|
+
"@teambit/logger": "0.0.1251",
|
|
64
64
|
"@teambit/legacy.constants": "0.0.11",
|
|
65
|
-
"@teambit/command-bar": "1.0.
|
|
65
|
+
"@teambit/command-bar": "1.0.581",
|
|
66
66
|
"@teambit/component-package-version": "0.0.438",
|
|
67
|
-
"@teambit/preview": "1.0.
|
|
68
|
-
"@teambit/pubsub": "1.0.
|
|
69
|
-
"@teambit/react-router": "1.0.
|
|
67
|
+
"@teambit/preview": "1.0.581",
|
|
68
|
+
"@teambit/pubsub": "1.0.581",
|
|
69
|
+
"@teambit/react-router": "1.0.581",
|
|
70
70
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.516",
|
|
71
|
-
"@teambit/ui": "1.0.
|
|
71
|
+
"@teambit/ui": "1.0.581",
|
|
72
72
|
"@teambit/legacy.utils": "0.0.19",
|
|
73
73
|
"@teambit/component-issues": "0.0.157",
|
|
74
74
|
"@teambit/pkg.modules.semver-helper": "0.0.8",
|
|
75
75
|
"@teambit/cli-table": "0.0.50",
|
|
76
|
-
"@teambit/legacy.bit-map": "0.0.
|
|
76
|
+
"@teambit/legacy.bit-map": "0.0.102",
|
|
77
77
|
"@teambit/legacy-component-log": "0.0.407",
|
|
78
78
|
"@teambit/component-descriptor": "0.0.433",
|
|
79
|
-
"@teambit/semantics.doc-parser": "0.0.
|
|
80
|
-
"@teambit/legacy.consumer": "0.0.
|
|
81
|
-
"@teambit/legacy.dependency-graph": "0.0.
|
|
79
|
+
"@teambit/semantics.doc-parser": "0.0.53",
|
|
80
|
+
"@teambit/legacy.consumer": "0.0.45",
|
|
81
|
+
"@teambit/legacy.dependency-graph": "0.0.48",
|
|
82
82
|
"@teambit/legacy.loader": "0.0.7",
|
|
83
|
-
"@teambit/legacy.scope": "0.0.
|
|
84
|
-
"@teambit/scope.remotes": "0.0.
|
|
85
|
-
"@teambit/legacy.component-diff": "0.0.
|
|
83
|
+
"@teambit/legacy.scope": "0.0.45",
|
|
84
|
+
"@teambit/scope.remotes": "0.0.45",
|
|
85
|
+
"@teambit/legacy.component-diff": "0.0.99",
|
|
86
86
|
"@teambit/harmony.ui.aspect-box": "0.0.508",
|
|
87
|
-
"@teambit/compositions": "1.0.
|
|
88
|
-
"@teambit/deprecation": "1.0.
|
|
89
|
-
"@teambit/envs": "1.0.
|
|
87
|
+
"@teambit/compositions": "1.0.581",
|
|
88
|
+
"@teambit/deprecation": "1.0.581",
|
|
89
|
+
"@teambit/envs": "1.0.581",
|
|
90
90
|
"@teambit/envs.ui.env-icon": "0.0.506",
|
|
91
91
|
"@teambit/workspace.ui.use-workspace-mode": "0.0.2",
|
|
92
92
|
"@teambit/component.ui.version-dropdown": "0.0.886",
|