@teambit/graph 0.0.1038 → 0.0.1039

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.
@@ -46,7 +46,7 @@ class GraphCompareSection {
46
46
  });
47
47
  (0, _defineProperty2().default)(this, "order", 25);
48
48
  (0, _defineProperty2().default)(this, "changeType", _componentUiComponentCompareModels().ChangeType.DEPENDENCY);
49
- (0, _defineProperty2().default)(this, "id", 'dependency');
49
+ (0, _defineProperty2().default)(this, "id", '');
50
50
  }
51
51
  }
52
52
  exports.GraphCompareSection = GraphCompareSection;
@@ -1 +1 @@
1
- {"version":3,"names":["GraphCompareSection","href","children","navigationLink","path","element","ChangeType","DEPENDENCY"],"sources":["graph.compare.section.tsx"],"sourcesContent":["import React from 'react';\nimport { Section } from '@teambit/component';\nimport { ChangeType } from '@teambit/component.ui.component-compare.models.component-compare-change-type';\nimport { TabItem } from '@teambit/component.ui.component-compare.models.component-compare-props';\nimport { DependenciesCompare } from '@teambit/graph';\n\nexport class GraphCompareSection implements Section, TabItem {\n navigationLink = {\n href: 'dependencies',\n children: 'Dependencies',\n };\n\n props = this.navigationLink;\n\n route = {\n path: 'dependencies/*',\n element: <DependenciesCompare />,\n };\n\n order = 25;\n changeType = ChangeType.DEPENDENCY;\n id = 'dependency';\n}\n"],"mappings":";;;;;;;;;;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEO,MAAMA,mBAAmB,CAA6B;EAAA;IAAA,wDAC1C;MACfC,IAAI,EAAE,cAAc;MACpBC,QAAQ,EAAE;IACZ,CAAC;IAAA,+CAEO,IAAI,CAACC,cAAc;IAAA,+CAEnB;MACNC,IAAI,EAAE,gBAAgB;MACtBC,OAAO,eAAE,+BAAC,4BAAmB;IAC/B,CAAC;IAAA,+CAEO,EAAE;IAAA,oDACGC,+CAAU,CAACC,UAAU;IAAA,4CAC7B,YAAY;EAAA;AACnB;AAAC"}
1
+ {"version":3,"names":["GraphCompareSection","href","children","navigationLink","path","element","ChangeType","DEPENDENCY"],"sources":["graph.compare.section.tsx"],"sourcesContent":["import React from 'react';\nimport { Section } from '@teambit/component';\nimport { ChangeType } from '@teambit/component.ui.component-compare.models.component-compare-change-type';\nimport { TabItem } from '@teambit/component.ui.component-compare.models.component-compare-props';\nimport { DependenciesCompare } from '@teambit/graph';\n\nexport class GraphCompareSection implements Section, TabItem {\n navigationLink = {\n href: 'dependencies',\n children: 'Dependencies',\n };\n\n props = this.navigationLink;\n\n route = {\n path: 'dependencies/*',\n element: <DependenciesCompare />,\n };\n\n order = 25;\n changeType = ChangeType.DEPENDENCY;\n id = '';\n}\n"],"mappings":";;;;;;;;;;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEO,MAAMA,mBAAmB,CAA6B;EAAA;IAAA,wDAC1C;MACfC,IAAI,EAAE,cAAc;MACpBC,QAAQ,EAAE;IACZ,CAAC;IAAA,+CAEO,IAAI,CAACC,cAAc;IAAA,+CAEnB;MACNC,IAAI,EAAE,gBAAgB;MACtBC,OAAO,eAAE,+BAAC,4BAAmB;IAC/B,CAAC;IAAA,+CAEO,EAAE;IAAA,oDACGC,+CAAU,CAACC,UAAU;IAAA,4CAC7B,EAAE;EAAA;AACT;AAAC"}
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.1038/dist/graph.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.1038/dist/graph.docs.md';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.1039/dist/graph.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.1039/dist/graph.docs.md';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -19,5 +19,5 @@ export class GraphCompareSection implements Section, TabItem {
19
19
 
20
20
  order = 25;
21
21
  changeType = ChangeType.DEPENDENCY;
22
- id = 'dependency';
22
+ id = '';
23
23
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/graph",
3
- "version": "0.0.1038",
3
+ "version": "0.0.1039",
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": "0.0.1038"
9
+ "version": "0.0.1039"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -22,28 +22,28 @@
22
22
  "@teambit/graph.cleargraph": "0.0.1",
23
23
  "@teambit/legacy-bit-id": "0.0.423",
24
24
  "@teambit/harmony": "0.4.6",
25
- "@teambit/component.ui.component-compare.models.component-compare-change-type": "0.0.1",
26
- "@teambit/component.ui.component-compare.models.component-compare-props": "0.0.7",
27
25
  "@teambit/base-ui.routing.nav-link": "1.0.0",
28
26
  "@teambit/base-ui.surfaces.card": "1.0.1",
29
27
  "@teambit/base-ui.text.muted-text": "1.0.1",
30
28
  "@teambit/design.ui.styles.ellipsis": "0.0.357",
31
- "@teambit/component.ui.component-compare.context": "0.0.22",
32
29
  "@teambit/design.ui.round-loader": "0.0.355",
33
- "@teambit/component.ui.component-compare.status-resolver": "0.0.4",
34
30
  "@teambit/evangelist.input.checkbox.label": "1.0.3",
35
31
  "@teambit/design.ui.pages.not-found": "0.0.366",
36
32
  "@teambit/design.ui.pages.server-error": "0.0.366",
37
33
  "@teambit/documenter.ui.heading": "4.1.1",
38
- "@teambit/component": "0.0.1038",
34
+ "@teambit/component": "0.0.1039",
39
35
  "@teambit/cli": "0.0.699",
40
- "@teambit/graphql": "0.0.1038",
36
+ "@teambit/component.ui.component-compare.models.component-compare-change-type": "0.0.1",
37
+ "@teambit/component.ui.component-compare.models.component-compare-props": "0.0.8",
38
+ "@teambit/graphql": "0.0.1039",
41
39
  "@teambit/logger": "0.0.792",
42
- "@teambit/component-compare": "0.0.286",
43
- "@teambit/ui": "0.0.1038",
40
+ "@teambit/component-compare": "0.0.287",
41
+ "@teambit/ui": "0.0.1039",
44
42
  "@teambit/component.modules.component-url": "0.0.151",
45
43
  "@teambit/component.ui.deprecation-icon": "0.0.504",
46
44
  "@teambit/envs.ui.env-icon": "0.0.495",
45
+ "@teambit/component.ui.component-compare.context": "0.0.23",
46
+ "@teambit/component.ui.component-compare.status-resolver": "0.0.4",
47
47
  "@teambit/ui-foundation.ui.full-loader": "0.0.495",
48
48
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.500",
49
49
  "@teambit/ui-foundation.ui.react-router.use-query": "0.0.496"