@teambit/scope 0.0.721 → 0.0.724

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":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAEA;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 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"]}
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"]}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/scope",
3
- "version": "0.0.721",
3
+ "version": "0.0.724",
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.721"
9
+ "version": "0.0.724"
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.132",
30
- "@teambit/scope.ui.hooks.scope-context": "0.0.132",
31
- "@teambit/cli": "0.0.480",
32
- "@teambit/component": "0.0.721",
33
- "@teambit/logger": "0.0.572",
34
- "@teambit/aspect-loader": "0.0.721",
35
- "@teambit/builder": "0.0.721",
36
- "@teambit/compiler": "0.0.721",
37
- "@teambit/config": "0.0.493",
38
- "@teambit/envs": "0.0.721",
39
- "@teambit/express": "0.0.576",
40
- "@teambit/graphql": "0.0.721",
29
+ "@teambit/scope.models.scope-model": "0.0.134",
30
+ "@teambit/scope.ui.hooks.scope-context": "0.0.134",
31
+ "@teambit/cli": "0.0.483",
32
+ "@teambit/component": "0.0.724",
33
+ "@teambit/logger": "0.0.575",
34
+ "@teambit/aspect-loader": "0.0.724",
35
+ "@teambit/builder": "0.0.724",
36
+ "@teambit/compiler": "0.0.724",
37
+ "@teambit/config": "0.0.496",
38
+ "@teambit/envs": "0.0.724",
39
+ "@teambit/express": "0.0.579",
40
+ "@teambit/graphql": "0.0.724",
41
41
  "@teambit/harmony.modules.requireable-component": "0.0.484",
42
- "@teambit/isolator": "0.0.721",
42
+ "@teambit/isolator": "0.0.724",
43
43
  "@teambit/legacy-bit-id": "0.0.399",
44
- "@teambit/ui": "0.0.721",
44
+ "@teambit/ui": "0.0.724",
45
45
  "@teambit/workspace.modules.match-pattern": "0.0.489",
46
- "@teambit/component.ui.component-drawer": "0.0.26",
46
+ "@teambit/component.ui.component-drawer": "0.0.28",
47
47
  "@teambit/design.ui.tree": "0.0.5",
48
- "@teambit/ui-foundation.ui.side-bar": "0.0.544",
49
- "@teambit/command-bar": "0.0.721",
50
- "@teambit/component-tree": "0.0.509",
48
+ "@teambit/ui-foundation.ui.side-bar": "0.0.546",
49
+ "@teambit/command-bar": "0.0.724",
50
+ "@teambit/component-tree": "0.0.512",
51
51
  "@teambit/component.ui.component-filters": "0.0.3",
52
- "@teambit/sidebar": "0.0.721",
52
+ "@teambit/sidebar": "0.0.724",
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.135",
59
+ "@teambit/scope.ui.hooks.use-scope": "0.0.137",
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.499"
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.260",
89
+ "@teambit/legacy": "1.0.262",
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.260",
117
+ "@teambit/legacy": "1.0.262",
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.721/dist/scope.composition.js')]
2
- export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.721/dist/scope.docs.mdx')]
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.724/dist/scope.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.724/dist/scope.docs.mdx')]