@teambit/scope 1.0.64 → 1.0.66
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/esm.d.mts +7 -0
- package/dist/esm.mjs +11 -0
- package/dist/{preview-1700991709206.js → preview-1701141530916.js} +2 -2
- package/dist/scope.ui.runtime.d.ts +1 -1
- package/esm.mjs +11 -0
- package/package.json +23 -23
package/dist/esm.d.mts
ADDED
package/dist/esm.mjs
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// eslint-disable-next-line import/no-unresolved
|
|
2
|
+
import cjsModule from './index.js';
|
|
3
|
+
|
|
4
|
+
export const ComponentNotFound = cjsModule.ComponentNotFound;
|
|
5
|
+
export const NoIdMatchPattern = cjsModule.NoIdMatchPattern;
|
|
6
|
+
export const ScopeComponentCard = cjsModule.ScopeComponentCard;
|
|
7
|
+
export const ScopeContext = cjsModule.ScopeContext;
|
|
8
|
+
export const ScopeAspect = cjsModule.ScopeAspect;
|
|
9
|
+
|
|
10
|
+
export default cjsModule;
|
|
11
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.66/dist/scope.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.66/dist/scope.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -182,7 +182,7 @@ export declare class ScopeUI {
|
|
|
182
182
|
lanesModel: LanesModel;
|
|
183
183
|
}): import("@teambit/component.ui.component-drawer").ComponentsDrawer;
|
|
184
184
|
uiRoot(): UIRoot;
|
|
185
|
-
listSidebarLinks(): (React.
|
|
185
|
+
listSidebarLinks(): (React.FunctionComponent<{}> | React.ComponentClass<{}, any>)[];
|
|
186
186
|
/** registers available components */
|
|
187
187
|
setComponents: (components: ComponentModel[]) => void;
|
|
188
188
|
private menuItems;
|
package/esm.mjs
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// eslint-disable-next-line import/no-unresolved
|
|
2
|
+
import cjsModule from './index.js';
|
|
3
|
+
|
|
4
|
+
export const ComponentNotFound = cjsModule.ComponentNotFound;
|
|
5
|
+
export const NoIdMatchPattern = cjsModule.NoIdMatchPattern;
|
|
6
|
+
export const ScopeComponentCard = cjsModule.ScopeComponentCard;
|
|
7
|
+
export const ScopeContext = cjsModule.ScopeContext;
|
|
8
|
+
export const ScopeAspect = cjsModule.ScopeAspect;
|
|
9
|
+
|
|
10
|
+
export default cjsModule;
|
|
11
|
+
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/scope",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.66",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/scope/scope",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.scope",
|
|
8
8
|
"name": "scope",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.66"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -59,28 +59,28 @@
|
|
|
59
59
|
"@teambit/scope.ui.empty-scope": "0.0.509",
|
|
60
60
|
"@teambit/scope.ui.scope-details": "0.0.526",
|
|
61
61
|
"@teambit/component.modules.component-url": "0.0.164",
|
|
62
|
-
"@teambit/scope.models.scope-model": "0.0.
|
|
63
|
-
"@teambit/scope.ui.hooks.scope-context": "0.0.
|
|
64
|
-
"@teambit/aspect-loader": "1.0.
|
|
65
|
-
"@teambit/cli": "0.0.
|
|
66
|
-
"@teambit/compiler": "1.0.
|
|
67
|
-
"@teambit/component": "1.0.
|
|
68
|
-
"@teambit/dependency-resolver": "1.0.
|
|
69
|
-
"@teambit/envs": "1.0.
|
|
70
|
-
"@teambit/global-config": "0.0.
|
|
62
|
+
"@teambit/scope.models.scope-model": "0.0.480",
|
|
63
|
+
"@teambit/scope.ui.hooks.scope-context": "0.0.474",
|
|
64
|
+
"@teambit/aspect-loader": "1.0.66",
|
|
65
|
+
"@teambit/cli": "0.0.823",
|
|
66
|
+
"@teambit/compiler": "1.0.66",
|
|
67
|
+
"@teambit/component": "1.0.66",
|
|
68
|
+
"@teambit/dependency-resolver": "1.0.66",
|
|
69
|
+
"@teambit/envs": "1.0.66",
|
|
70
|
+
"@teambit/global-config": "0.0.825",
|
|
71
71
|
"@teambit/harmony.modules.requireable-component": "0.0.495",
|
|
72
|
-
"@teambit/isolator": "1.0.
|
|
73
|
-
"@teambit/logger": "0.0.
|
|
74
|
-
"@teambit/builder": "1.0.
|
|
75
|
-
"@teambit/express": "0.0.
|
|
76
|
-
"@teambit/graph": "1.0.
|
|
77
|
-
"@teambit/graphql": "1.0.
|
|
78
|
-
"@teambit/ui": "1.0.
|
|
72
|
+
"@teambit/isolator": "1.0.66",
|
|
73
|
+
"@teambit/logger": "0.0.916",
|
|
74
|
+
"@teambit/builder": "1.0.66",
|
|
75
|
+
"@teambit/express": "0.0.922",
|
|
76
|
+
"@teambit/graph": "1.0.66",
|
|
77
|
+
"@teambit/graphql": "1.0.66",
|
|
78
|
+
"@teambit/ui": "1.0.66",
|
|
79
79
|
"@teambit/workspace.modules.match-pattern": "0.0.502",
|
|
80
|
-
"@teambit/component.ui.component-drawer": "0.0.
|
|
81
|
-
"@teambit/command-bar": "1.0.
|
|
82
|
-
"@teambit/component-tree": "1.0.
|
|
83
|
-
"@teambit/sidebar": "1.0.
|
|
80
|
+
"@teambit/component.ui.component-drawer": "0.0.364",
|
|
81
|
+
"@teambit/command-bar": "1.0.66",
|
|
82
|
+
"@teambit/component-tree": "1.0.66",
|
|
83
|
+
"@teambit/sidebar": "1.0.66",
|
|
84
84
|
"@teambit/preview.ui.preview-placeholder": "0.0.504"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"react-router-dom": "^6.0.0",
|
|
101
|
-
"@teambit/legacy": "1.0.
|
|
101
|
+
"@teambit/legacy": "1.0.606",
|
|
102
102
|
"react": "^16.8.0 || ^17.0.0",
|
|
103
103
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
104
104
|
},
|