@teambit/scope 0.0.677 → 0.0.678
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/scope.composition.d.ts +2 -0
- package/dist/scope.composition.js +35 -0
- package/dist/scope.composition.js.map +1 -0
- package/dist/scope.docs.mdx +2 -2
- package/package-tar/teambit-scope-0.0.678.tgz +0 -0
- package/package.json +21 -21
- package/preview-1647487436311.js +2 -0
- package/scope.composition.tsx +7 -0
- package/scope.docs.mdx +2 -2
- package/package-tar/teambit-scope-0.0.677.tgz +0 -0
- package/preview-1647401023351.js +0 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.Logo = void 0;
|
|
9
|
+
|
|
10
|
+
function _react() {
|
|
11
|
+
const data = _interopRequireDefault(require("react"));
|
|
12
|
+
|
|
13
|
+
_react = function () {
|
|
14
|
+
return data;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
return data;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const Logo = () => /*#__PURE__*/_react().default.createElement("div", {
|
|
21
|
+
style: {
|
|
22
|
+
height: '100%',
|
|
23
|
+
display: 'flex',
|
|
24
|
+
justifyContent: 'center'
|
|
25
|
+
}
|
|
26
|
+
}, /*#__PURE__*/_react().default.createElement("img", {
|
|
27
|
+
style: {
|
|
28
|
+
width: 70
|
|
29
|
+
},
|
|
30
|
+
src: "https://static.bit.dev/extensions-icons/scope.svg"
|
|
31
|
+
}));
|
|
32
|
+
|
|
33
|
+
exports.Logo = Logo;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=scope.composition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["scope.composition.tsx"],"names":["Logo","height","display","justifyContent","width"],"mappings":";;;;;;;;;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAEO,MAAMA,IAAI,GAAG,mBAClB;AAAK,EAAA,KAAK,EAAE;AAAEC,IAAAA,MAAM,EAAE,MAAV;AAAkBC,IAAAA,OAAO,EAAE,MAA3B;AAAmCC,IAAAA,cAAc,EAAE;AAAnD;AAAZ,gBACE;AAAK,EAAA,KAAK,EAAE;AAAEC,IAAAA,KAAK,EAAE;AAAT,GAAZ;AAA2B,EAAA,GAAG,EAAC;AAA/B,EADF,CADK","sourcesContent":["import React from 'react';\n\nexport const Logo = () => (\n <div style={{ height: '100%', display: 'flex', justifyContent: 'center' }}>\n <img style={{ width: 70 }} src=\"https://static.bit.dev/extensions-icons/scope.svg\" />\n </div>\n);\n"]}
|
package/dist/scope.docs.mdx
CHANGED
|
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.678",
|
|
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.678"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"semver": "7.3.4",
|
|
@@ -26,35 +26,35 @@
|
|
|
26
26
|
"@teambit/base-ui.utils.composer": "1.0.0",
|
|
27
27
|
"@teambit/base-ui.graph.tree.recursive-tree": "1.0.0",
|
|
28
28
|
"@teambit/design.ui.input.toggle": "1.0.12",
|
|
29
|
-
"@teambit/scope.models.scope-model": "0.0.
|
|
30
|
-
"@teambit/scope.ui.hooks.scope-context": "0.0.
|
|
31
|
-
"@teambit/component": "0.0.
|
|
29
|
+
"@teambit/scope.models.scope-model": "0.0.107",
|
|
30
|
+
"@teambit/scope.ui.hooks.scope-context": "0.0.107",
|
|
31
|
+
"@teambit/component": "0.0.678",
|
|
32
32
|
"@teambit/logger": "0.0.545",
|
|
33
|
-
"@teambit/aspect-loader": "0.0.
|
|
34
|
-
"@teambit/builder": "0.0.
|
|
33
|
+
"@teambit/aspect-loader": "0.0.678",
|
|
34
|
+
"@teambit/builder": "0.0.678",
|
|
35
35
|
"@teambit/cli": "0.0.453",
|
|
36
|
-
"@teambit/compiler": "0.0.
|
|
36
|
+
"@teambit/compiler": "0.0.678",
|
|
37
37
|
"@teambit/config": "0.0.466",
|
|
38
|
-
"@teambit/envs": "0.0.
|
|
38
|
+
"@teambit/envs": "0.0.678",
|
|
39
39
|
"@teambit/express": "0.0.549",
|
|
40
|
-
"@teambit/graphql": "0.0.
|
|
40
|
+
"@teambit/graphql": "0.0.678",
|
|
41
41
|
"@teambit/harmony.modules.requireable-component": "0.0.484",
|
|
42
|
-
"@teambit/isolator": "0.0.
|
|
42
|
+
"@teambit/isolator": "0.0.678",
|
|
43
43
|
"@teambit/legacy-bit-id": "0.0.398",
|
|
44
|
-
"@teambit/ui": "0.0.
|
|
44
|
+
"@teambit/ui": "0.0.678",
|
|
45
45
|
"@teambit/workspace.modules.match-pattern": "0.0.489",
|
|
46
|
-
"@teambit/command-bar": "0.0.
|
|
47
|
-
"@teambit/component-tree": "0.0.
|
|
46
|
+
"@teambit/command-bar": "0.0.678",
|
|
47
|
+
"@teambit/component-tree": "0.0.466",
|
|
48
48
|
"@teambit/design.ui.surfaces.menu.link-item": "0.0.379",
|
|
49
|
-
"@teambit/react-router": "0.0.
|
|
50
|
-
"@teambit/sidebar": "0.0.
|
|
49
|
+
"@teambit/react-router": "0.0.678",
|
|
50
|
+
"@teambit/sidebar": "0.0.678",
|
|
51
51
|
"@teambit/ui-foundation.ui.main-dropdown": "0.0.486",
|
|
52
52
|
"@teambit/ui-foundation.ui.menu": "0.0.486",
|
|
53
53
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.488",
|
|
54
54
|
"@teambit/ui-foundation.ui.tree.drawer": "0.0.496",
|
|
55
55
|
"@teambit/bit-error": "0.0.394",
|
|
56
56
|
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.487",
|
|
57
|
-
"@teambit/scope.ui.hooks.use-scope": "0.0.
|
|
57
|
+
"@teambit/scope.ui.hooks.use-scope": "0.0.110",
|
|
58
58
|
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.193",
|
|
59
59
|
"@teambit/ui-foundation.ui.corner": "0.0.494",
|
|
60
60
|
"@teambit/ui-foundation.ui.full-loader": "0.0.486",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@teambit/ui-foundation.ui.top-bar": "0.0.489",
|
|
63
63
|
"@teambit/design.ui.styles.ellipsis": "0.0.347",
|
|
64
64
|
"@teambit/design.ui.styles.muted-italic": "0.0.35",
|
|
65
|
-
"@teambit/ui-foundation.ui.side-bar": "0.0.
|
|
66
|
-
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.
|
|
67
|
-
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.
|
|
65
|
+
"@teambit/ui-foundation.ui.side-bar": "0.0.513",
|
|
66
|
+
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.113",
|
|
67
|
+
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.113",
|
|
68
68
|
"@teambit/explorer.ui.gallery.component-card": "0.0.494",
|
|
69
69
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.486",
|
|
70
70
|
"@teambit/preview.ui.preview-placeholder": "0.0.487",
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/semver": "7.3.4",
|
|
76
|
+
"@types/react": "^17.0.8",
|
|
76
77
|
"@types/fs-extra": "9.0.7",
|
|
77
78
|
"@types/lodash": "4.14.165",
|
|
78
79
|
"@types/lodash.flatten": "4.4.6",
|
|
79
80
|
"@types/react-router-dom": "5.1.7",
|
|
80
|
-
"@types/react": "^17.0.8",
|
|
81
81
|
"@types/classnames": "2.2.11",
|
|
82
82
|
"@types/mocha": "9.1.0",
|
|
83
83
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.678/dist/scope.composition.js')]
|
|
2
|
+
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.678/dist/scope.docs.mdx')]
|
package/scope.docs.mdx
CHANGED
|
Binary file
|
package/preview-1647401023351.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.677/dist/scope.docs.mdx')]
|