@teambit/harmony-ui-app 1.0.40 → 1.0.42
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"
|
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
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["_harmonyUiApp","data","require","_default","
|
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.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@1.0.42/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.42/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.
|
3
|
+
"version": "1.0.42",
|
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.
|
9
|
+
"version": "1.0.42"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"core-js": "^3.0.0",
|
13
|
-
"@babel/runtime": "7.
|
13
|
+
"@babel/runtime": "7.23.2",
|
14
14
|
"@teambit/harmony": "0.4.6",
|
15
|
-
"@teambit/aspect-loader": "1.0.
|
16
|
-
"@teambit/application": "1.0.
|
17
|
-
"@teambit/cli": "0.0.
|
18
|
-
"@teambit/component": "1.0.
|
19
|
-
"@teambit/ui": "1.0.
|
15
|
+
"@teambit/aspect-loader": "1.0.42",
|
16
|
+
"@teambit/application": "1.0.42",
|
17
|
+
"@teambit/cli": "0.0.807",
|
18
|
+
"@teambit/component": "1.0.42",
|
19
|
+
"@teambit/ui": "1.0.42"
|
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.
|
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
|
},
|