@teambit/component-compare 0.0.19 → 0.0.22

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.
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+
3
+ export const Logo = () => (
4
+ <div style={{ height: '100%', display: 'flex', justifyContent: 'center' }}>
5
+ <img style={{ width: 70 }} src="https://static.bit.dev/bit-icons/compare.svg" />
6
+ </div>
7
+ );
@@ -0,0 +1,15 @@
1
+ ---
2
+ description: An extension to Bit that allows users to compare two component versions
3
+ labels: ['compare', 'component']
4
+ ---
5
+ [Introducing Component Compare](https://bit.cloud/blog/introducing-a-new-feature-component-compare-l4qyxtoo?baseVersion=0.0.5)
6
+
7
+ Component Compare allows users to compare two component versions. It provides a unified view of all the following differences,
8
+
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
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Logo: () => JSX.Element;
@@ -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/bit-icons/compare.svg"
31
+ }));
32
+
33
+ exports.Logo = Logo;
34
+
35
+ //# sourceMappingURL=component-compare.compositions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Logo","height","display","justifyContent","width"],"sources":["component-compare.compositions.tsx"],"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/bit-icons/compare.svg\" />\n </div>\n);\n"],"mappings":";;;;;;;;;AAAA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,IAAI,GAAG,mBAClB;EAAK,KAAK,EAAE;IAAEC,MAAM,EAAE,MAAV;IAAkBC,OAAO,EAAE,MAA3B;IAAmCC,cAAc,EAAE;EAAnD;AAAZ,gBACE;EAAK,KAAK,EAAE;IAAEC,KAAK,EAAE;EAAT,CAAZ;EAA2B,GAAG,EAAC;AAA/B,EADF,CADK"}
@@ -0,0 +1,15 @@
1
+ ---
2
+ description: An extension to Bit that allows users to compare two component versions
3
+ labels: ['compare', 'component']
4
+ ---
5
+ [Introducing Component Compare](https://bit.cloud/blog/introducing-a-new-feature-component-compare-l4qyxtoo?baseVersion=0.0.5)
6
+
7
+ Component Compare allows users to compare two component versions. It provides a unified view of all the following differences,
8
+
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
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component-compare",
3
- "version": "0.0.19",
3
+ "version": "0.0.22",
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.19"
9
+ "version": "0.0.22"
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.16",
18
- "@teambit/component": "0.0.771",
17
+ "@teambit/component.ui.compare": "0.0.18",
18
+ "@teambit/component": "0.0.774",
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.771"
21
+ "@teambit/ui": "0.0.774"
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.291",
34
+ "@teambit/legacy": "1.0.293",
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.291",
62
+ "@teambit/legacy": "1.0.293",
63
63
  "react-dom": "^16.8.0 || ^17.0.0",
64
64
  "react": "^16.8.0 || ^17.0.0"
65
65
  }
@@ -0,0 +1,5 @@
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@0.0.22/dist/component-compare.compositions.js'
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@0.0.22/dist/component-compare.docs.mdx'
3
+
4
+ export const compositions = [compositions_0];
5
+ export const overview = [overview_0]
@@ -1,5 +0,0 @@
1
-
2
-
3
-
4
- export const compositions = [];
5
- export const overview = []