@teambit/graph 1.0.174 → 1.0.175
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_component_graph-preview.js +1 -1
- package/artifacts/schema.json +11 -11
- package/dist/graph.compare.section.d.ts +0 -1
- package/dist/graph.composition.d.ts +0 -1
- package/dist/preview-1709003857850.js +7 -0
- package/dist/ui/component-node/component-node.d.ts +0 -1
- package/dist/ui/dependencies-compare/dependencies-compare.d.ts +0 -1
- package/dist/ui/dependencies-compare/dependency-compare-node.d.ts +0 -1
- package/dist/ui/dependencies-graph/dependencies-graph.d.ts +0 -1
- package/dist/ui/graph-page/graph-filters.d.ts +0 -1
- package/dist/ui/graph-page/graph-page.d.ts +0 -1
- package/dist/ui/graph.section.d.ts +0 -1
- package/package.json +6 -6
- package/dist/preview-1708958940676.js +0 -7
@@ -1,4 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.component/graph@1.0.
|
3
|
+
<testsuite name="teambit.component/graph@1.0.175" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
@@ -1 +1 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.component/graph-preview"]=t():e["teambit.component/graph-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.component/graph-preview"]=t():e["teambit.component/graph-preview"]=t()}(self,(()=>(()=>{"use strict";var e={86295:(e,t,o)=>{var r={id:"teambit.component/graph@1.0.175",homepage:"https://bit.cloud/teambit/component/graph",exported:!0};function n(){const e=i(o(41594));return n=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,n.__bit_component=r,i.__bit_component=r;const p=()=>n().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},n().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/graph.svg"}));p.__bit_component=r,t.Logo=p},41594:e=>{e.exports=React}},t={};function o(r){var n=t[r];if(void 0!==n)return n.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{o.r(r),o.d(r,{compositions:()=>u,compositions_metadata:()=>l,overview:()=>f});var e={};o.r(e),o.d(e,{default:()=>d});var t=o(86295);o(41594);const n=MdxJsReact,i=TeambitMdxUiMdxScopeContext;var p=["components"];function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},a.apply(this,arguments)}var c={},s="wrapper";function d(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,r,n=function(e,t){if(null==e)return{};var o,r,n={},i=Object.keys(e);for(r=0;r<i.length;r++)o=i[r],t.indexOf(o)>=0||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)o=i[r],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,p);return(0,n.mdx)(s,a({},c,o,{components:t,mdxType:"MDXLayout"}),(0,n.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}d.isMDXComponent=!0;const u=[t],f=[e],l={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),r})()));
|
package/artifacts/schema.json
CHANGED
@@ -140,7 +140,7 @@
|
|
140
140
|
"line": 1,
|
141
141
|
"character": 1
|
142
142
|
},
|
143
|
-
"signature": "type DependencyType = \"dev\" | \"
|
143
|
+
"signature": "type DependencyType = \"dev\" | \"runtime\" | \"peer\"",
|
144
144
|
"name": "DependencyType",
|
145
145
|
"type": {
|
146
146
|
"__schema": "TypeUnionSchema",
|
@@ -496,7 +496,7 @@
|
|
496
496
|
"_legacy": {
|
497
497
|
"scope": "teambit.component",
|
498
498
|
"name": "graph",
|
499
|
-
"version": "1.0.
|
499
|
+
"version": "1.0.175"
|
500
500
|
},
|
501
501
|
"_scope": "teambit.component"
|
502
502
|
}
|
@@ -2620,7 +2620,7 @@
|
|
2620
2620
|
"_legacy": {
|
2621
2621
|
"scope": "teambit.component",
|
2622
2622
|
"name": "graph",
|
2623
|
-
"version": "1.0.
|
2623
|
+
"version": "1.0.175"
|
2624
2624
|
},
|
2625
2625
|
"_scope": "teambit.component"
|
2626
2626
|
}
|
@@ -3104,7 +3104,7 @@
|
|
3104
3104
|
"_legacy": {
|
3105
3105
|
"scope": "teambit.component",
|
3106
3106
|
"name": "graph",
|
3107
|
-
"version": "1.0.
|
3107
|
+
"version": "1.0.175"
|
3108
3108
|
},
|
3109
3109
|
"_scope": "teambit.component"
|
3110
3110
|
}
|
@@ -3210,7 +3210,7 @@
|
|
3210
3210
|
"_legacy": {
|
3211
3211
|
"scope": "teambit.component",
|
3212
3212
|
"name": "graph",
|
3213
|
-
"version": "1.0.
|
3213
|
+
"version": "1.0.175"
|
3214
3214
|
},
|
3215
3215
|
"_scope": "teambit.component"
|
3216
3216
|
}
|
@@ -4593,7 +4593,7 @@
|
|
4593
4593
|
"_legacy": {
|
4594
4594
|
"scope": "teambit.component",
|
4595
4595
|
"name": "graph",
|
4596
|
-
"version": "1.0.
|
4596
|
+
"version": "1.0.175"
|
4597
4597
|
},
|
4598
4598
|
"_scope": "teambit.component"
|
4599
4599
|
}
|
@@ -6904,7 +6904,7 @@
|
|
6904
6904
|
"_legacy": {
|
6905
6905
|
"scope": "teambit.component",
|
6906
6906
|
"name": "graph",
|
6907
|
-
"version": "1.0.
|
6907
|
+
"version": "1.0.175"
|
6908
6908
|
},
|
6909
6909
|
"_scope": "teambit.component"
|
6910
6910
|
}
|
@@ -7481,7 +7481,7 @@
|
|
7481
7481
|
"_legacy": {
|
7482
7482
|
"scope": "teambit.component",
|
7483
7483
|
"name": "graph",
|
7484
|
-
"version": "1.0.
|
7484
|
+
"version": "1.0.175"
|
7485
7485
|
},
|
7486
7486
|
"_scope": "teambit.component"
|
7487
7487
|
}
|
@@ -7629,7 +7629,7 @@
|
|
7629
7629
|
"_legacy": {
|
7630
7630
|
"scope": "teambit.component",
|
7631
7631
|
"name": "graph",
|
7632
|
-
"version": "1.0.
|
7632
|
+
"version": "1.0.175"
|
7633
7633
|
},
|
7634
7634
|
"_scope": "teambit.component"
|
7635
7635
|
}
|
@@ -8407,7 +8407,7 @@
|
|
8407
8407
|
"character": 6
|
8408
8408
|
},
|
8409
8409
|
"name": "rest",
|
8410
|
-
"type": "{\n id?: string | undefined;\n
|
8410
|
+
"type": "{\n id?: string | undefined;\n hidden?: boolean | undefined;\n defaultValue?: string | number | readonly string[] | undefined;\n property?: string | undefined;\n slot?: string | undefined;\n style?: React.CSSProperties | undefined;\n ... 302 more ...;\n onEdgeUpdate?: OnEdgeUpdateFunc<...> | undefined;\n}",
|
8411
8411
|
"isSpread": true
|
8412
8412
|
}
|
8413
8413
|
],
|
@@ -9215,7 +9215,7 @@
|
|
9215
9215
|
"componentId": {
|
9216
9216
|
"scope": "teambit.component",
|
9217
9217
|
"name": "graph",
|
9218
|
-
"version": "1.0.
|
9218
|
+
"version": "1.0.175"
|
9219
9219
|
},
|
9220
9220
|
"taggedModuleExports": []
|
9221
9221
|
}
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { Section } from '@teambit/component';
|
3
2
|
import { ChangeType } from '@teambit/component.ui.component-compare.models.component-compare-change-type';
|
4
3
|
import { TabItem } from '@teambit/component.ui.component-compare.models.component-compare-props';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@1.0.175/dist/graph.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@1.0.175/dist/graph.docs.md';
|
3
|
+
|
4
|
+
export const compositions = [compositions_0];
|
5
|
+
export const overview = [overview_0];
|
6
|
+
|
7
|
+
export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/graph",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.175",
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/graph",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.component",
|
8
8
|
"name": "graph",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.175"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"graphlib": "2.1.8",
|
@@ -35,13 +35,13 @@
|
|
35
35
|
"@teambit/ui-foundation.ui.full-loader": "0.0.500",
|
36
36
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.505",
|
37
37
|
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.501",
|
38
|
-
"@teambit/component": "1.0.
|
38
|
+
"@teambit/component": "1.0.175",
|
39
39
|
"@teambit/cli": "0.0.851",
|
40
40
|
"@teambit/component.ui.component-compare.models.component-compare-props": "0.0.103",
|
41
|
-
"@teambit/graphql": "1.0.
|
41
|
+
"@teambit/graphql": "1.0.175",
|
42
42
|
"@teambit/logger": "0.0.944",
|
43
|
-
"@teambit/component-compare": "1.0.
|
44
|
-
"@teambit/ui": "1.0.
|
43
|
+
"@teambit/component-compare": "1.0.175",
|
44
|
+
"@teambit/ui": "1.0.175",
|
45
45
|
"@teambit/component.modules.component-url": "0.0.167",
|
46
46
|
"@teambit/envs.ui.env-icon": "0.0.505",
|
47
47
|
"@teambit/component.ui.component-compare.context": "0.0.118"
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import * as compositions_0 from '/Users/giladshoham/Library/Caches/Bit/capsules/root/95c2f3515392701f327019ce43202e7563a02128/teambit.component_graph@1.0.174/dist/graph.composition.js';
|
2
|
-
import * as overview_0 from '/Users/giladshoham/Library/Caches/Bit/capsules/root/95c2f3515392701f327019ce43202e7563a02128/teambit.component_graph@1.0.174/dist/graph.docs.md';
|
3
|
-
|
4
|
-
export const compositions = [compositions_0];
|
5
|
-
export const overview = [overview_0];
|
6
|
-
|
7
|
-
export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
|