@teambit/scope 0.0.722 → 0.0.725
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,5 +1,6 @@
|
|
|
1
1
|
import { ScopeAspect } from './scope.aspect';
|
|
2
2
|
export { ComponentNotFound } from './exceptions';
|
|
3
|
+
export { ScopeComponentCard } from './ui/scope-overview/scope-overview';
|
|
3
4
|
export type { ScopeMain, OnTag, OnTagResults } from './scope.main.runtime';
|
|
4
5
|
export type { ScopeModel } from '@teambit/scope.models.scope-model';
|
|
5
6
|
export { ScopeContext } from '@teambit/scope.ui.hooks.scope-context';
|
package/dist/index.js
CHANGED
|
@@ -15,6 +15,12 @@ Object.defineProperty(exports, "ScopeAspect", {
|
|
|
15
15
|
return _scope().ScopeAspect;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
+
Object.defineProperty(exports, "ScopeComponentCard", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () {
|
|
21
|
+
return _scopeOverview().ScopeComponentCard;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
18
24
|
Object.defineProperty(exports, "ScopeContext", {
|
|
19
25
|
enumerable: true,
|
|
20
26
|
get: function () {
|
|
@@ -43,6 +49,16 @@ function _exceptions() {
|
|
|
43
49
|
return data;
|
|
44
50
|
}
|
|
45
51
|
|
|
52
|
+
function _scopeOverview() {
|
|
53
|
+
const data = require("./ui/scope-overview/scope-overview");
|
|
54
|
+
|
|
55
|
+
_scopeOverview = function () {
|
|
56
|
+
return data;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
return data;
|
|
60
|
+
}
|
|
61
|
+
|
|
46
62
|
function _scopeUiHooks() {
|
|
47
63
|
const data = require("@teambit/scope.ui.hooks.scope-context");
|
|
48
64
|
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":["ScopeAspect"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":["ScopeAspect"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAEA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;AACA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAGA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;eAGeA,oB","sourcesContent":["import { ScopeAspect } from './scope.aspect';\n\nexport { ComponentNotFound } from './exceptions';\nexport { ScopeComponentCard } from './ui/scope-overview/scope-overview';\nexport type { ScopeMain, OnTag, OnTagResults } from './scope.main.runtime';\nexport type { ScopeModel } from '@teambit/scope.models.scope-model';\nexport { ScopeContext } from '@teambit/scope.ui.hooks.scope-context';\nexport type { ScopeUI, ScopeBadgeSlot, ScopeOverview, ScopeOverviewSlot, OverviewLineSlot } from './scope.ui.runtime';\nexport { ScopeAspect };\nexport default ScopeAspect;\n"]}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/scope",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.725",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/scope/scope",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.scope",
|
|
8
8
|
"name": "scope",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.725"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "4.1.2",
|
|
@@ -26,37 +26,37 @@
|
|
|
26
26
|
"@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
|
|
27
27
|
"@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
|
|
28
28
|
"@teambit/base-ui.utils.composer": "1.0.0",
|
|
29
|
-
"@teambit/scope.models.scope-model": "0.0.
|
|
30
|
-
"@teambit/scope.ui.hooks.scope-context": "0.0.
|
|
31
|
-
"@teambit/cli": "0.0.
|
|
32
|
-
"@teambit/component": "0.0.
|
|
33
|
-
"@teambit/logger": "0.0.
|
|
34
|
-
"@teambit/aspect-loader": "0.0.
|
|
35
|
-
"@teambit/builder": "0.0.
|
|
36
|
-
"@teambit/compiler": "0.0.
|
|
37
|
-
"@teambit/config": "0.0.
|
|
38
|
-
"@teambit/envs": "0.0.
|
|
39
|
-
"@teambit/express": "0.0.
|
|
40
|
-
"@teambit/graphql": "0.0.
|
|
29
|
+
"@teambit/scope.models.scope-model": "0.0.135",
|
|
30
|
+
"@teambit/scope.ui.hooks.scope-context": "0.0.135",
|
|
31
|
+
"@teambit/cli": "0.0.484",
|
|
32
|
+
"@teambit/component": "0.0.725",
|
|
33
|
+
"@teambit/logger": "0.0.576",
|
|
34
|
+
"@teambit/aspect-loader": "0.0.725",
|
|
35
|
+
"@teambit/builder": "0.0.725",
|
|
36
|
+
"@teambit/compiler": "0.0.725",
|
|
37
|
+
"@teambit/config": "0.0.497",
|
|
38
|
+
"@teambit/envs": "0.0.725",
|
|
39
|
+
"@teambit/express": "0.0.580",
|
|
40
|
+
"@teambit/graphql": "0.0.725",
|
|
41
41
|
"@teambit/harmony.modules.requireable-component": "0.0.484",
|
|
42
|
-
"@teambit/isolator": "0.0.
|
|
42
|
+
"@teambit/isolator": "0.0.725",
|
|
43
43
|
"@teambit/legacy-bit-id": "0.0.399",
|
|
44
|
-
"@teambit/ui": "0.0.
|
|
44
|
+
"@teambit/ui": "0.0.725",
|
|
45
45
|
"@teambit/workspace.modules.match-pattern": "0.0.489",
|
|
46
|
-
"@teambit/component.ui.component-drawer": "0.0.
|
|
46
|
+
"@teambit/component.ui.component-drawer": "0.0.29",
|
|
47
47
|
"@teambit/design.ui.tree": "0.0.5",
|
|
48
|
-
"@teambit/ui-foundation.ui.side-bar": "0.0.
|
|
49
|
-
"@teambit/command-bar": "0.0.
|
|
50
|
-
"@teambit/component-tree": "0.0.
|
|
48
|
+
"@teambit/ui-foundation.ui.side-bar": "0.0.547",
|
|
49
|
+
"@teambit/command-bar": "0.0.725",
|
|
50
|
+
"@teambit/component-tree": "0.0.513",
|
|
51
51
|
"@teambit/component.ui.component-filters": "0.0.3",
|
|
52
|
-
"@teambit/sidebar": "0.0.
|
|
52
|
+
"@teambit/sidebar": "0.0.725",
|
|
53
53
|
"@teambit/ui-foundation.ui.main-dropdown": "0.0.487",
|
|
54
54
|
"@teambit/ui-foundation.ui.menu": "0.0.487",
|
|
55
55
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.489",
|
|
56
56
|
"@teambit/ui-foundation.ui.tree.drawer": "0.0.499",
|
|
57
57
|
"@teambit/bit-error": "0.0.394",
|
|
58
58
|
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.487",
|
|
59
|
-
"@teambit/scope.ui.hooks.use-scope": "0.0.
|
|
59
|
+
"@teambit/scope.ui.hooks.use-scope": "0.0.138",
|
|
60
60
|
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.194",
|
|
61
61
|
"@teambit/ui-foundation.ui.corner": "0.0.497",
|
|
62
62
|
"@teambit/ui-foundation.ui.full-loader": "0.0.486",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.486",
|
|
69
69
|
"@teambit/preview.ui.preview-placeholder": "0.0.487",
|
|
70
70
|
"@teambit/scope.ui.empty-scope": "0.0.492",
|
|
71
|
-
"@teambit/scope.ui.scope-details": "0.0.
|
|
71
|
+
"@teambit/scope.ui.scope-details": "0.0.500"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@types/semver": "7.3.4",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@teambit/scope.content.scope-overview": "1.95.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
|
-
"@teambit/legacy": "1.0.
|
|
89
|
+
"@teambit/legacy": "1.0.263",
|
|
90
90
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
91
91
|
"react": "^16.8.0 || ^17.0.0"
|
|
92
92
|
},
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"react": "-"
|
|
115
115
|
},
|
|
116
116
|
"peerDependencies": {
|
|
117
|
-
"@teambit/legacy": "1.0.
|
|
117
|
+
"@teambit/legacy": "1.0.263",
|
|
118
118
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
119
119
|
"react": "^16.8.0 || ^17.0.0"
|
|
120
120
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.
|
|
2
|
-
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.
|
|
1
|
+
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.725/dist/scope.composition.js')]
|
|
2
|
+
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.725/dist/scope.docs.mdx')]
|
|
Binary file
|