@teambit/babel 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.
- package/babel.composition.tsx +1 -1
- package/babel.docs.mdx +2 -2
- package/dist/babel.composition.js +1 -1
- package/dist/babel.composition.js.map +1 -1
- package/dist/babel.docs.mdx +2 -2
- package/package-tar/teambit-babel-0.0.691.tgz +0 -0
- package/package.json +7 -7
- package/{preview-1648265027481.js → preview-1648386827284.js} +2 -2
- package/package-tar/teambit-babel-0.0.690.tgz +0 -0
package/babel.composition.tsx
CHANGED
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
|
|
3
3
|
export const Logo = () => (
|
|
4
4
|
<div style={{ height: '100%', display: 'flex', justifyContent: 'center' }}>
|
|
5
|
-
<img style={{ width: 70 }} src="https://static.bit.dev/
|
|
5
|
+
<img style={{ width: 70 }} src="https://static.bit.dev/extensions-icons/babel.svg" />
|
|
6
6
|
</div>
|
|
7
7
|
);
|
package/babel.docs.mdx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Babel
|
|
3
|
-
labels: ['babel', 'compiler', 'bit', 'extension', 'aspect']
|
|
2
|
+
description: A Babel compiler for components.
|
|
3
|
+
labels: ['core aspect', 'babel', 'compiler', 'bit', 'extension', 'aspect']
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
import { Babel } from '@teambit/compilation.aspect-docs.babel';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["babel.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/
|
|
1
|
+
{"version":3,"sources":["babel.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/babel.svg\" />\n </div>\n);\n"]}
|
package/dist/babel.docs.mdx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Babel
|
|
3
|
-
labels: ['babel', 'compiler', 'bit', 'extension', 'aspect']
|
|
2
|
+
description: A Babel compiler for components.
|
|
3
|
+
labels: ['core aspect', 'babel', 'compiler', 'bit', 'extension', 'aspect']
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
import { Babel } from '@teambit/compilation.aspect-docs.babel';
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/babel",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.691",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/compilation/babel",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.compilation",
|
|
8
8
|
"name": "babel",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.691"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/harmony": "0.2.11",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"p-map-series": "2.1.0",
|
|
18
18
|
"@babel/runtime": "7.12.18",
|
|
19
19
|
"core-js": "^3.0.0",
|
|
20
|
-
"@teambit/builder": "0.0.
|
|
20
|
+
"@teambit/builder": "0.0.691",
|
|
21
21
|
"@teambit/compilation.modules.babel-compiler": "0.0.124",
|
|
22
|
-
"@teambit/compiler": "0.0.
|
|
23
|
-
"@teambit/isolator": "0.0.
|
|
24
|
-
"@teambit/logger": "0.0.
|
|
25
|
-
"@teambit/cli": "0.0.
|
|
22
|
+
"@teambit/compiler": "0.0.691",
|
|
23
|
+
"@teambit/isolator": "0.0.691",
|
|
24
|
+
"@teambit/logger": "0.0.555",
|
|
25
|
+
"@teambit/cli": "0.0.463"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/fs-extra": "9.0.7",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_babel@0.0.
|
|
2
|
-
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_babel@0.0.
|
|
1
|
+
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_babel@0.0.691/dist/babel.composition.js')]
|
|
2
|
+
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_babel@0.0.691/dist/babel.docs.mdx')]
|
|
Binary file
|