@teambit/component-compare 0.0.26 → 0.0.29

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.
@@ -11,6 +11,6 @@ export class CompareChangelogSection implements Section {
11
11
 
12
12
  route = {
13
13
  path: 'changelog/*',
14
- element: <ComponentCompareChangelog/>,
14
+ element: <ComponentCompareChangelog />,
15
15
  };
16
16
  }
@@ -2,14 +2,15 @@
2
2
  description: An extension to Bit that allows users to compare two component versions
3
3
  labels: ['compare', 'component']
4
4
  ---
5
+
5
6
  [Introducing Component Compare](https://bit.cloud/blog/introducing-a-new-feature-component-compare-l4qyxtoo?baseVersion=0.0.5)
6
7
 
7
8
  Component Compare allows users to compare two component versions. It provides a unified view of all the following differences,
8
9
 
9
- * Code: Modifications made to the source code of the component.
10
- * Composition: Changes made to how the component looks visually.
11
- * Tests: Changes made to how the component is tested.
12
- * Dependencies: Changes made to the component's dependency graph.
13
- * Overview: Changes to the auto-generated documentation for the component.
14
- * Aspects: Changes made to the extensions for the component.
15
- * Changelog: Changes exported between the two selected versions
10
+ - Code: Modifications made to the source code of the component.
11
+ - Composition: Changes made to how the component looks visually.
12
+ - Tests: Changes made to how the component is tested.
13
+ - Dependencies: Changes made to the component's dependency graph.
14
+ - Overview: Changes to the auto-generated documentation for the component.
15
+ - Aspects: Changes made to the extensions for the component.
16
+ - Changelog: Changes exported between the two selected versions
@@ -1 +1 @@
1
- {"version":3,"names":["CompareChangelogSection","href","children","order","path","element"],"sources":["component-compare-changelog.section.tsx"],"sourcesContent":["import React from 'react';\nimport { Section } from '@teambit/component';\nimport { ComponentCompareChangelog } from '@teambit/component.ui.compare';\n\nexport class CompareChangelogSection implements Section {\n navigationLink = {\n href: 'changelog',\n children: 'Changelog',\n order: 5,\n };\n\n route = {\n path: 'changelog/*',\n element: <ComponentCompareChangelog/>,\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,uBAAN,CAAiD;EAAA;IAAA,wDACrC;MACfC,IAAI,EAAE,WADS;MAEfC,QAAQ,EAAE,WAFK;MAGfC,KAAK,EAAE;IAHQ,CADqC;IAAA,+CAO9C;MACNC,IAAI,EAAE,aADA;MAENC,OAAO,eAAE,+BAAC,wCAAD;IAFH,CAP8C;EAAA;;AAAA"}
1
+ {"version":3,"names":["CompareChangelogSection","href","children","order","path","element"],"sources":["component-compare-changelog.section.tsx"],"sourcesContent":["import React from 'react';\nimport { Section } from '@teambit/component';\nimport { ComponentCompareChangelog } from '@teambit/component.ui.compare';\n\nexport class CompareChangelogSection implements Section {\n navigationLink = {\n href: 'changelog',\n children: 'Changelog',\n order: 5,\n };\n\n route = {\n path: 'changelog/*',\n element: <ComponentCompareChangelog />,\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,uBAAN,CAAiD;EAAA;IAAA,wDACrC;MACfC,IAAI,EAAE,WADS;MAEfC,QAAQ,EAAE,WAFK;MAGfC,KAAK,EAAE;IAHQ,CADqC;IAAA,+CAO9C;MACNC,IAAI,EAAE,aADA;MAENC,OAAO,eAAE,+BAAC,wCAAD;IAFH,CAP8C;EAAA;;AAAA"}
@@ -2,14 +2,15 @@
2
2
  description: An extension to Bit that allows users to compare two component versions
3
3
  labels: ['compare', 'component']
4
4
  ---
5
+
5
6
  [Introducing Component Compare](https://bit.cloud/blog/introducing-a-new-feature-component-compare-l4qyxtoo?baseVersion=0.0.5)
6
7
 
7
8
  Component Compare allows users to compare two component versions. It provides a unified view of all the following differences,
8
9
 
9
- * Code: Modifications made to the source code of the component.
10
- * Composition: Changes made to how the component looks visually.
11
- * Tests: Changes made to how the component is tested.
12
- * Dependencies: Changes made to the component's dependency graph.
13
- * Overview: Changes to the auto-generated documentation for the component.
14
- * Aspects: Changes made to the extensions for the component.
15
- * Changelog: Changes exported between the two selected versions
10
+ - Code: Modifications made to the source code of the component.
11
+ - Composition: Changes made to how the component looks visually.
12
+ - Tests: Changes made to how the component is tested.
13
+ - Dependencies: Changes made to the component's dependency graph.
14
+ - Overview: Changes to the auto-generated documentation for the component.
15
+ - Aspects: Changes made to the extensions for the component.
16
+ - Changelog: Changes exported between the two selected versions
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component-compare",
3
- "version": "0.0.26",
3
+ "version": "0.0.29",
4
4
  "homepage": "https://bit.dev/teambit/component/component-compare",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "component-compare",
9
- "version": "0.0.26"
9
+ "version": "0.0.29"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
@@ -14,11 +14,11 @@
14
14
  "core-js": "^3.0.0",
15
15
  "@teambit/harmony": "0.3.3",
16
16
  "@teambit/base-ui.routing.nav-link": "1.0.0",
17
- "@teambit/component.ui.compare": "0.0.21",
18
- "@teambit/component": "0.0.778",
17
+ "@teambit/component.ui.compare": "0.0.24",
18
+ "@teambit/component": "0.0.781",
19
19
  "@teambit/design.ui.tooltip": "0.0.352",
20
20
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.490",
21
- "@teambit/ui": "0.0.778"
21
+ "@teambit/ui": "0.0.781"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/react": "^17.0.8",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react-router-dom": "^6.0.0",
34
- "@teambit/legacy": "1.0.296",
34
+ "@teambit/legacy": "1.0.298",
35
35
  "react-dom": "^16.8.0 || ^17.0.0",
36
36
  "react": "^16.8.0 || ^17.0.0"
37
37
  },
@@ -59,7 +59,7 @@
59
59
  "react": "-"
60
60
  },
61
61
  "peerDependencies": {
62
- "@teambit/legacy": "1.0.296",
62
+ "@teambit/legacy": "1.0.298",
63
63
  "react-dom": "^16.8.0 || ^17.0.0",
64
64
  "react": "^16.8.0 || ^17.0.0"
65
65
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@0.0.26/dist/component-compare.compositions.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@0.0.26/dist/component-compare.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@0.0.29/dist/component-compare.compositions.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@0.0.29/dist/component-compare.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];