@teambit/graph 0.0.690 → 0.0.693
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/graph.composition.d.ts +2 -0
- package/dist/graph.composition.js +35 -0
- package/dist/graph.composition.js.map +1 -0
- package/dist/graph.docs.md +1 -4
- package/graph.composition.tsx +7 -0
- package/graph.docs.md +1 -4
- package/package-tar/teambit-graph-0.0.693.tgz +0 -0
- package/package.json +6 -6
- package/preview-1648524148272.js +2 -0
- package/package-tar/teambit-graph-0.0.690.tgz +0 -0
- package/preview-1648265027481.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/graph.svg"
|
31
|
+
}));
|
32
|
+
|
33
|
+
exports.Logo = Logo;
|
34
|
+
|
35
|
+
//# sourceMappingURL=graph.composition.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["graph.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/graph.svg\" />\n </div>\n);\n"]}
|
package/dist/graph.docs.md
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
---
|
2
|
-
description:
|
2
|
+
description: An API for the component dependency graph
|
3
3
|
labels: ['dependency', 'graph', 'component', 'bit']
|
4
4
|
---
|
5
|
-
|
6
|
-
This is an extension that knows to build a graph of components from a component or a list of components.
|
7
|
-
It uses the component-resolver extension in order to resolve the component dependencies during the graph building.
|
package/graph.docs.md
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
---
|
2
|
-
description:
|
2
|
+
description: An API for the component dependency graph
|
3
3
|
labels: ['dependency', 'graph', 'component', 'bit']
|
4
4
|
---
|
5
|
-
|
6
|
-
This is an extension that knows to build a graph of components from a component or a list of components.
|
7
|
-
It uses the component-resolver extension in order to resolve the component dependencies during the graph building.
|
Binary file
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/graph",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.693",
|
4
4
|
"homepage": "https://bit.dev/teambit/component/graph",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.component",
|
8
8
|
"name": "graph",
|
9
|
-
"version": "0.0.
|
9
|
+
"version": "0.0.693"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"@teambit/harmony": "0.2.11",
|
@@ -23,10 +23,10 @@
|
|
23
23
|
"@teambit/base-ui.text.muted-text": "1.0.1",
|
24
24
|
"@teambit/evangelist.input.checkbox.label": "1.0.3",
|
25
25
|
"@teambit/documenter.ui.heading": "4.1.1",
|
26
|
-
"@teambit/component": "0.0.
|
27
|
-
"@teambit/graphql": "0.0.
|
28
|
-
"@teambit/cli": "0.0.
|
29
|
-
"@teambit/ui": "0.0.
|
26
|
+
"@teambit/component": "0.0.693",
|
27
|
+
"@teambit/graphql": "0.0.693",
|
28
|
+
"@teambit/cli": "0.0.463",
|
29
|
+
"@teambit/ui": "0.0.693",
|
30
30
|
"@teambit/legacy-bit-id": "0.0.399",
|
31
31
|
"@teambit/component.ui.deprecation-icon": "0.0.493",
|
32
32
|
"@teambit/design.ui.styles.ellipsis": "0.0.347",
|
@@ -0,0 +1,2 @@
|
|
1
|
+
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.693/dist/graph.composition.js')]
|
2
|
+
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.693/dist/graph.docs.md')]
|
Binary file
|
package/preview-1648265027481.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.690/dist/graph.docs.md')]
|