@teambit/babel 0.0.690 → 0.0.693

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.
@@ -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/brands/logo-babbel.svg" />
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 compilation for Bit components
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';
@@ -27,7 +27,7 @@ const Logo = () => /*#__PURE__*/_react().default.createElement("div", {
27
27
  style: {
28
28
  width: 70
29
29
  },
30
- src: "https://static.bit.dev/brands/logo-babbel.svg"
30
+ src: "https://static.bit.dev/extensions-icons/babel.svg"
31
31
  }));
32
32
 
33
33
  exports.Logo = Logo;
@@ -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/brands/logo-babbel.svg\" />\n </div>\n);\n"]}
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"]}
@@ -1,6 +1,6 @@
1
1
  ---
2
- description: Babel compilation for Bit components
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';
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/babel",
3
- "version": "0.0.690",
3
+ "version": "0.0.693",
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.690"
9
+ "version": "0.0.693"
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.690",
20
+ "@teambit/builder": "0.0.693",
21
21
  "@teambit/compilation.modules.babel-compiler": "0.0.124",
22
- "@teambit/compiler": "0.0.690",
23
- "@teambit/isolator": "0.0.690",
24
- "@teambit/logger": "0.0.554",
25
- "@teambit/cli": "0.0.462"
22
+ "@teambit/compiler": "0.0.693",
23
+ "@teambit/isolator": "0.0.693",
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.690/dist/babel.composition.js')]
2
- export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_babel@0.0.690/dist/babel.docs.mdx')]
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_babel@0.0.693/dist/babel.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_babel@0.0.693/dist/babel.docs.mdx')]