@teambit/isolator 0.0.690 → 0.0.691

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,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/extensions-icons/isolator.svg"
31
+ }));
32
+
33
+ exports.Logo = Logo;
34
+
35
+ //# sourceMappingURL=isolator.composition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["isolator.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/isolator.svg\" />\n </div>\n);\n"]}
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Isolate components for build, debugging, development and testing.
3
- labels: ['isolation', 'component']
3
+ labels: ['isolation', 'component', 'core aspect']
4
4
  ---
5
5
 
6
6
  ## Isolate a component
@@ -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/extensions-icons/isolator.svg" />
6
+ </div>
7
+ );
package/isolator.docs.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Isolate components for build, debugging, development and testing.
3
- labels: ['isolation', 'component']
3
+ labels: ['isolation', 'component', 'core aspect']
4
4
  ---
5
5
 
6
6
  ## Isolate a component
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/isolator",
3
- "version": "0.0.690",
3
+ "version": "0.0.691",
4
4
  "homepage": "https://bit.dev/teambit/component/isolator",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "isolator",
9
- "version": "0.0.690"
9
+ "version": "0.0.691"
10
10
  },
11
11
  "dependencies": {
12
12
  "@teambit/harmony": "0.2.11",
@@ -23,16 +23,17 @@
23
23
  "execa": "2.1.0",
24
24
  "@babel/runtime": "7.12.18",
25
25
  "core-js": "^3.0.0",
26
- "@teambit/component": "0.0.690",
26
+ "@teambit/component": "0.0.691",
27
27
  "@teambit/legacy-bit-id": "0.0.399",
28
- "@teambit/cli": "0.0.462",
28
+ "@teambit/cli": "0.0.463",
29
29
  "@teambit/component-package-version": "0.0.396",
30
- "@teambit/dependency-resolver": "0.0.690",
31
- "@teambit/global-config": "0.0.464",
32
- "@teambit/graph": "0.0.690",
33
- "@teambit/logger": "0.0.554"
30
+ "@teambit/dependency-resolver": "0.0.691",
31
+ "@teambit/global-config": "0.0.465",
32
+ "@teambit/graph": "0.0.691",
33
+ "@teambit/logger": "0.0.555"
34
34
  },
35
35
  "devDependencies": {
36
+ "@types/react": "^17.0.8",
36
37
  "@types/fs-extra": "9.0.7",
37
38
  "@types/lodash": "4.14.165",
38
39
  "@types/object-hash": "1.3.4",
@@ -41,7 +42,6 @@
41
42
  "@types/testing-library__jest-dom": "5.9.5",
42
43
  "@types/jest": "^26.0.0",
43
44
  "@types/react-dom": "^17.0.5",
44
- "@types/react": "^17.0.8",
45
45
  "@types/node": "12.20.4"
46
46
  },
47
47
  "peerDependencies": {
@@ -0,0 +1,2 @@
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_isolator@0.0.691/dist/isolator.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_isolator@0.0.691/dist/isolator.docs.md')]
@@ -1 +0,0 @@
1
- export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_isolator@0.0.690/dist/isolator.docs.md')]