@teambit/harmony-ui-app 1.0.41 → 1.0.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,9 +11,8 @@ function _harmony() {
11
11
  };
12
12
  return data;
13
13
  }
14
- const HarmonyUiAppAspect = _harmony().Aspect.create({
14
+ const HarmonyUiAppAspect = exports.HarmonyUiAppAspect = _harmony().Aspect.create({
15
15
  id: 'teambit.ui-foundation/harmony-ui-app'
16
16
  });
17
- exports.HarmonyUiAppAspect = HarmonyUiAppAspect;
18
17
 
19
18
  //# sourceMappingURL=harmony-ui-app.aspect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_harmony","data","require","HarmonyUiAppAspect","Aspect","create","id","exports"],"sources":["harmony-ui-app.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const HarmonyUiAppAspect = Aspect.create({\n id: 'teambit.ui-foundation/harmony-ui-app',\n});\n"],"mappings":";;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEO,MAAME,kBAAkB,GAAGC,iBAAM,CAACC,MAAM,CAAC;EAC9CC,EAAE,EAAE;AACN,CAAC,CAAC;AAACC,OAAA,CAAAJ,kBAAA,GAAAA,kBAAA"}
1
+ {"version":3,"names":["_harmony","data","require","HarmonyUiAppAspect","exports","Aspect","create","id"],"sources":["harmony-ui-app.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const HarmonyUiAppAspect = Aspect.create({\n id: 'teambit.ui-foundation/harmony-ui-app',\n});\n"],"mappings":";;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEO,MAAME,kBAAkB,GAAAC,OAAA,CAAAD,kBAAA,GAAGE,iBAAM,CAACC,MAAM,CAAC;EAC9CC,EAAE,EAAE;AACN,CAAC,CAAC"}
package/dist/index.js CHANGED
@@ -17,7 +17,6 @@ function _harmonyUiApp() {
17
17
  };
18
18
  return data;
19
19
  }
20
- var _default = _harmonyUiApp().HarmonyUiAppAspect;
21
- exports.default = _default;
20
+ var _default = exports.default = _harmonyUiApp().HarmonyUiAppAspect;
22
21
 
23
22
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_harmonyUiApp","data","require","_default","HarmonyUiAppAspect","exports","default"],"sources":["index.ts"],"sourcesContent":["import { HarmonyUiAppAspect } from './harmony-ui-app.aspect';\n\nexport type { HarmonyUiAppMain } from './harmony-ui-app.main.runtime';\nexport default HarmonyUiAppAspect;\nexport { HarmonyUiAppAspect };\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,cAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,aAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAA6D,IAAAE,QAAA,GAG9CC,kCAAkB;AAAAC,OAAA,CAAAC,OAAA,GAAAH,QAAA"}
1
+ {"version":3,"names":["_harmonyUiApp","data","require","_default","exports","default","HarmonyUiAppAspect"],"sources":["index.ts"],"sourcesContent":["import { HarmonyUiAppAspect } from './harmony-ui-app.aspect';\n\nexport type { HarmonyUiAppMain } from './harmony-ui-app.main.runtime';\nexport default HarmonyUiAppAspect;\nexport { HarmonyUiAppAspect };\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,cAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,aAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAA6D,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAG9CC,kCAAkB"}
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@1.0.41/dist/harmony-ui-app.compositions.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@1.0.41/dist/harmony-ui-app.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@1.0.43/dist/harmony-ui-app.compositions.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@1.0.43/dist/harmony-ui-app.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@teambit/harmony-ui-app",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "homepage": "https://bit.cloud/teambit/ui-foundation/harmony-ui-app",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "harmony-ui-app",
9
- "version": "1.0.41"
9
+ "version": "1.0.43"
10
10
  },
11
11
  "dependencies": {
12
12
  "core-js": "^3.0.0",
13
- "@babel/runtime": "7.20.0",
13
+ "@babel/runtime": "7.23.2",
14
14
  "@teambit/harmony": "0.4.6",
15
- "@teambit/aspect-loader": "1.0.41",
16
- "@teambit/application": "1.0.41",
17
- "@teambit/cli": "0.0.806",
18
- "@teambit/component": "1.0.41",
19
- "@teambit/ui": "1.0.41"
15
+ "@teambit/aspect-loader": "1.0.43",
16
+ "@teambit/application": "1.0.43",
17
+ "@teambit/cli": "0.0.808",
18
+ "@teambit/component": "1.0.43",
19
+ "@teambit/ui": "1.0.43"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^17.0.8",
@@ -27,7 +27,7 @@
27
27
  "@types/testing-library__jest-dom": "5.9.5"
28
28
  },
29
29
  "peerDependencies": {
30
- "@teambit/legacy": "1.0.587",
30
+ "@teambit/legacy": "1.0.590",
31
31
  "react": "^16.8.0 || ^17.0.0",
32
32
  "react-dom": "^16.8.0 || ^17.0.0"
33
33
  },