@teambit/harmony-ui-app 0.0.522 → 0.0.524

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.
@@ -4,21 +4,16 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.HarmonyUiAppAspect = void 0;
7
-
8
7
  function _harmony() {
9
8
  const data = require("@teambit/harmony");
10
-
11
9
  _harmony = function () {
12
10
  return data;
13
11
  };
14
-
15
12
  return data;
16
13
  }
17
-
18
14
  const HarmonyUiAppAspect = _harmony().Aspect.create({
19
15
  id: 'teambit.ui-foundation/harmony-ui-app'
20
16
  });
21
-
22
17
  exports.HarmonyUiAppAspect = HarmonyUiAppAspect;
23
18
 
24
19
  //# sourceMappingURL=harmony-ui-app.aspect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["HarmonyUiAppAspect","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;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,kBAAkB,GAAGC,iBAAA,CAAOC,MAAP,CAAc;EAC9CC,EAAE,EAAE;AAD0C,CAAd,CAA3B"}
1
+ {"version":3,"names":["HarmonyUiAppAspect","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;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEO,MAAMA,kBAAkB,GAAGC,iBAAM,CAACC,MAAM,CAAC;EAC9CC,EAAE,EAAE;AACN,CAAC,CAAC;AAAC"}
@@ -1,22 +1,17 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.Logo = void 0;
9
-
10
8
  function _react() {
11
9
  const data = _interopRequireDefault(require("react"));
12
-
13
10
  _react = function () {
14
11
  return data;
15
12
  };
16
-
17
13
  return data;
18
14
  }
19
-
20
15
  const Logo = () => /*#__PURE__*/_react().default.createElement("div", {
21
16
  style: {
22
17
  height: '100%',
@@ -29,7 +24,6 @@ const Logo = () => /*#__PURE__*/_react().default.createElement("div", {
29
24
  },
30
25
  src: "https://static.bit.dev/extensions-icons/harmony-ui-app.svg"
31
26
  }));
32
-
33
27
  exports.Logo = Logo;
34
28
 
35
29
  //# sourceMappingURL=harmony-ui-app.compositions.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["Logo","height","display","justifyContent","width"],"sources":["harmony-ui-app.compositions.tsx"],"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/harmony-ui-app.svg\" />\n </div>\n);\n"],"mappings":";;;;;;;;;AAAA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,IAAI,GAAG,mBAClB;EAAK,KAAK,EAAE;IAAEC,MAAM,EAAE,MAAV;IAAkBC,OAAO,EAAE,MAA3B;IAAmCC,cAAc,EAAE;EAAnD;AAAZ,gBACE;EAAK,KAAK,EAAE;IAAEC,KAAK,EAAE;EAAT,CAAZ;EAA2B,GAAG,EAAC;AAA/B,EADF,CADK"}
1
+ {"version":3,"names":["Logo","height","display","justifyContent","width"],"sources":["harmony-ui-app.compositions.tsx"],"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/harmony-ui-app.svg\" />\n </div>\n);\n"],"mappings":";;;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEO,MAAMA,IAAI,GAAG,mBAClB;EAAK,KAAK,EAAE;IAAEC,MAAM,EAAE,MAAM;IAAEC,OAAO,EAAE,MAAM;IAAEC,cAAc,EAAE;EAAS;AAAE,gBACxE;EAAK,KAAK,EAAE;IAAEC,KAAK,EAAE;EAAG,CAAE;EAAC,GAAG,EAAC;AAA4D,EAAG,CAEjG;AAAC"}
@@ -1,118 +1,91 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
4
  require("core-js/modules/es.array.iterator.js");
6
-
7
5
  require("core-js/modules/es.promise.js");
8
-
9
6
  Object.defineProperty(exports, "__esModule", {
10
7
  value: true
11
8
  });
12
9
  exports.HarmonyUiAppMain = void 0;
13
-
14
10
  function _defineProperty2() {
15
11
  const data = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
16
-
17
12
  _defineProperty2 = function () {
18
13
  return data;
19
14
  };
20
-
21
15
  return data;
22
16
  }
23
-
24
17
  function _application() {
25
18
  const data = require("@teambit/application");
26
-
27
19
  _application = function () {
28
20
  return data;
29
21
  };
30
-
31
22
  return data;
32
23
  }
33
-
34
24
  function _cli() {
35
25
  const data = require("@teambit/cli");
36
-
37
26
  _cli = function () {
38
27
  return data;
39
28
  };
40
-
41
29
  return data;
42
30
  }
43
-
44
31
  function _ui() {
45
32
  const data = _interopRequireDefault(require("@teambit/ui"));
46
-
47
33
  _ui = function () {
48
34
  return data;
49
35
  };
50
-
51
36
  return data;
52
37
  }
53
-
54
38
  function _component() {
55
39
  const data = require("@teambit/component");
56
-
57
40
  _component = function () {
58
41
  return data;
59
42
  };
60
-
61
43
  return data;
62
44
  }
63
-
64
45
  function _harmonyUiApp() {
65
46
  const data = require("./harmony-ui-app.aspect");
66
-
67
47
  _harmonyUiApp = function () {
68
48
  return data;
69
49
  };
70
-
71
50
  return data;
72
51
  }
73
-
74
52
  // import { HarmonyUIApp } from './ui.application';
53
+
75
54
  class HarmonyUiAppMain {
76
55
  constructor(application, ui, componentAspect) {
77
56
  this.application = application;
78
57
  this.ui = ui;
79
58
  this.componentAspect = componentAspect;
80
59
  }
60
+
81
61
  /**
82
62
  * register a new harmony UI application.
83
63
  */
84
-
85
-
86
64
  registerHarmonyApp(options) {
87
65
  this.ui.registerUiRoot({
88
66
  name: options.name,
89
67
  path: this.componentAspect.getHost().path,
90
68
  configFile: '',
91
-
92
69
  async resolvePattern() {
93
70
  return [];
94
71
  },
95
-
96
72
  async resolveAspects() {
97
73
  return options.aspectDefs;
98
74
  }
75
+ });
99
76
 
100
- }); // this.application.registerApp(new HarmonyUIApp(options.name, this.ui));
77
+ // this.application.registerApp(new HarmonyUIApp(options.name, this.ui));
101
78
 
102
79
  return this;
103
80
  }
104
-
105
81
  static async provider([application, ui, componentAspect]) {
106
82
  return new HarmonyUiAppMain(application, ui, componentAspect);
107
83
  }
108
-
109
84
  }
110
-
111
85
  exports.HarmonyUiAppMain = HarmonyUiAppMain;
112
86
  (0, _defineProperty2().default)(HarmonyUiAppMain, "slots", []);
113
87
  (0, _defineProperty2().default)(HarmonyUiAppMain, "dependencies", [_application().ApplicationAspect, _ui().default, _component().ComponentAspect]);
114
88
  (0, _defineProperty2().default)(HarmonyUiAppMain, "runtime", _cli().MainRuntime);
115
-
116
89
  _harmonyUiApp().HarmonyUiAppAspect.addRuntime(HarmonyUiAppMain);
117
90
 
118
91
  //# sourceMappingURL=harmony-ui-app.main.runtime.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["HarmonyUiAppMain","constructor","application","ui","componentAspect","registerHarmonyApp","options","registerUiRoot","name","path","getHost","configFile","resolvePattern","resolveAspects","aspectDefs","provider","ApplicationAspect","UIAspect","ComponentAspect","MainRuntime","HarmonyUiAppAspect","addRuntime"],"sources":["harmony-ui-app.main.runtime.ts"],"sourcesContent":["import { ApplicationAspect, ApplicationMain } from '@teambit/application';\nimport { MainRuntime } from '@teambit/cli';\nimport UIAspect, { UiMain } from '@teambit/ui';\nimport { ComponentAspect, ComponentMain } from '@teambit/component';\nimport { HarmonyAppOptions } from './harmony-app-options';\nimport { HarmonyUiAppAspect } from './harmony-ui-app.aspect';\n// import { HarmonyUIApp } from './ui.application';\n\nexport class HarmonyUiAppMain {\n constructor(private application: ApplicationMain, private ui: UiMain, private componentAspect: ComponentMain) {}\n\n /**\n * register a new harmony UI application.\n */\n registerHarmonyApp(options: HarmonyAppOptions) {\n this.ui.registerUiRoot({\n name: options.name,\n path: this.componentAspect.getHost().path,\n configFile: '',\n async resolvePattern() {\n return [];\n },\n async resolveAspects() {\n return options.aspectDefs;\n },\n });\n\n // this.application.registerApp(new HarmonyUIApp(options.name, this.ui));\n\n return this;\n }\n\n static slots = [];\n\n static dependencies = [ApplicationAspect, UIAspect, ComponentAspect];\n\n static runtime = MainRuntime;\n\n static async provider([application, ui, componentAspect]: [ApplicationMain, UiMain, ComponentMain]) {\n return new HarmonyUiAppMain(application, ui, componentAspect);\n }\n}\n\nHarmonyUiAppAspect.addRuntime(HarmonyUiAppMain);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AACA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AACA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AACA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AACA;AAEO,MAAMA,gBAAN,CAAuB;EAC5BC,WAAW,CAASC,WAAT,EAA+CC,EAA/C,EAAmEC,eAAnE,EAAmG;IAAA,KAA1FF,WAA0F,GAA1FA,WAA0F;IAAA,KAApDC,EAAoD,GAApDA,EAAoD;IAAA,KAAhCC,eAAgC,GAAhCA,eAAgC;EAAE;EAEhH;AACF;AACA;;;EACEC,kBAAkB,CAACC,OAAD,EAA6B;IAC7C,KAAKH,EAAL,CAAQI,cAAR,CAAuB;MACrBC,IAAI,EAAEF,OAAO,CAACE,IADO;MAErBC,IAAI,EAAE,KAAKL,eAAL,CAAqBM,OAArB,GAA+BD,IAFhB;MAGrBE,UAAU,EAAE,EAHS;;MAIrB,MAAMC,cAAN,GAAuB;QACrB,OAAO,EAAP;MACD,CANoB;;MAOrB,MAAMC,cAAN,GAAuB;QACrB,OAAOP,OAAO,CAACQ,UAAf;MACD;;IAToB,CAAvB,EAD6C,CAa7C;;IAEA,OAAO,IAAP;EACD;;EAQoB,aAARC,QAAQ,CAAC,CAACb,WAAD,EAAcC,EAAd,EAAkBC,eAAlB,CAAD,EAA+E;IAClG,OAAO,IAAIJ,gBAAJ,CAAqBE,WAArB,EAAkCC,EAAlC,EAAsCC,eAAtC,CAAP;EACD;;AAhC2B;;;gCAAjBJ,gB,WAwBI,E;gCAxBJA,gB,kBA0BW,CAACgB,gCAAD,EAAoBC,aAApB,EAA8BC,4BAA9B,C;gCA1BXlB,gB,aA4BMmB,kB;;AAOnBC,kCAAA,CAAmBC,UAAnB,CAA8BrB,gBAA9B"}
1
+ {"version":3,"names":["HarmonyUiAppMain","constructor","application","ui","componentAspect","registerHarmonyApp","options","registerUiRoot","name","path","getHost","configFile","resolvePattern","resolveAspects","aspectDefs","provider","ApplicationAspect","UIAspect","ComponentAspect","MainRuntime","HarmonyUiAppAspect","addRuntime"],"sources":["harmony-ui-app.main.runtime.ts"],"sourcesContent":["import { ApplicationAspect, ApplicationMain } from '@teambit/application';\nimport { MainRuntime } from '@teambit/cli';\nimport UIAspect, { UiMain } from '@teambit/ui';\nimport { ComponentAspect, ComponentMain } from '@teambit/component';\nimport { HarmonyAppOptions } from './harmony-app-options';\nimport { HarmonyUiAppAspect } from './harmony-ui-app.aspect';\n// import { HarmonyUIApp } from './ui.application';\n\nexport class HarmonyUiAppMain {\n constructor(private application: ApplicationMain, private ui: UiMain, private componentAspect: ComponentMain) {}\n\n /**\n * register a new harmony UI application.\n */\n registerHarmonyApp(options: HarmonyAppOptions) {\n this.ui.registerUiRoot({\n name: options.name,\n path: this.componentAspect.getHost().path,\n configFile: '',\n async resolvePattern() {\n return [];\n },\n async resolveAspects() {\n return options.aspectDefs;\n },\n });\n\n // this.application.registerApp(new HarmonyUIApp(options.name, this.ui));\n\n return this;\n }\n\n static slots = [];\n\n static dependencies = [ApplicationAspect, UIAspect, ComponentAspect];\n\n static runtime = MainRuntime;\n\n static async provider([application, ui, componentAspect]: [ApplicationMain, UiMain, ComponentMain]) {\n return new HarmonyUiAppMain(application, ui, componentAspect);\n }\n}\n\nHarmonyUiAppAspect.addRuntime(HarmonyUiAppMain);\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AACA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AACA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AACA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AACA;;AAEO,MAAMA,gBAAgB,CAAC;EAC5BC,WAAW,CAASC,WAA4B,EAAUC,EAAU,EAAUC,eAA8B,EAAE;IAAA,KAA1FF,WAA4B,GAA5BA,WAA4B;IAAA,KAAUC,EAAU,GAAVA,EAAU;IAAA,KAAUC,eAA8B,GAA9BA,eAA8B;EAAG;;EAE/G;AACF;AACA;EACEC,kBAAkB,CAACC,OAA0B,EAAE;IAC7C,IAAI,CAACH,EAAE,CAACI,cAAc,CAAC;MACrBC,IAAI,EAAEF,OAAO,CAACE,IAAI;MAClBC,IAAI,EAAE,IAAI,CAACL,eAAe,CAACM,OAAO,EAAE,CAACD,IAAI;MACzCE,UAAU,EAAE,EAAE;MACd,MAAMC,cAAc,GAAG;QACrB,OAAO,EAAE;MACX,CAAC;MACD,MAAMC,cAAc,GAAG;QACrB,OAAOP,OAAO,CAACQ,UAAU;MAC3B;IACF,CAAC,CAAC;;IAEF;;IAEA,OAAO,IAAI;EACb;EAQA,aAAaC,QAAQ,CAAC,CAACb,WAAW,EAAEC,EAAE,EAAEC,eAAe,CAA2C,EAAE;IAClG,OAAO,IAAIJ,gBAAgB,CAACE,WAAW,EAAEC,EAAE,EAAEC,eAAe,CAAC;EAC/D;AACF;AAAC;AAAA,gCAjCYJ,gBAAgB,WAwBZ,EAAE;AAAA,gCAxBNA,gBAAgB,kBA0BL,CAACgB,gCAAiB,EAAEC,aAAQ,EAAEC,4BAAe,CAAC;AAAA,gCA1BzDlB,gBAAgB,aA4BVmB,kBAAW;AAO9BC,kCAAkB,CAACC,UAAU,CAACrB,gBAAgB,CAAC"}
package/dist/index.js CHANGED
@@ -10,19 +10,14 @@ Object.defineProperty(exports, "HarmonyUiAppAspect", {
10
10
  }
11
11
  });
12
12
  exports.default = void 0;
13
-
14
13
  function _harmonyUiApp() {
15
14
  const data = require("./harmony-ui-app.aspect");
16
-
17
15
  _harmonyUiApp = function () {
18
16
  return data;
19
17
  };
20
-
21
18
  return data;
22
19
  }
23
-
24
20
  var _default = _harmonyUiApp().HarmonyUiAppAspect;
25
-
26
21
  exports.default = _default;
27
22
 
28
23
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["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;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;eAGeA,kC"}
1
+ {"version":3,"names":["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;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAA6D,eAG9CA,kCAAkB;AAAA"}
@@ -1,14 +1,18 @@
1
1
  // import { Application } from '@teambit/application';
2
2
  // import { UiMain } from '@teambit/ui';
3
+
3
4
  // export class HarmonyUIApp implements Application {
4
5
  // constructor(readonly name: string, private uiAspect: UiMain) {}
6
+
5
7
  // async run() {
6
8
  // const uiServer = await this.uiAspect.createRuntime({
7
9
  // uiRootName: this.name,
8
10
  // dev: true,
9
11
  // });
12
+
10
13
  // await uiServer.dev();
11
14
  // }
15
+
12
16
  // // async deploy() {
13
17
  // // return '';
14
18
  // // }
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["ui.application.ts"],"sourcesContent":["// import { Application } from '@teambit/application';\n// import { UiMain } from '@teambit/ui';\n\n// export class HarmonyUIApp implements Application {\n// constructor(readonly name: string, private uiAspect: UiMain) {}\n\n// async run() {\n// const uiServer = await this.uiAspect.createRuntime({\n// uiRootName: this.name,\n// dev: true,\n// });\n\n// await uiServer.dev();\n// }\n\n// // async deploy() {\n// // return '';\n// // }\n// }\n"],"mappings":"AAAA;AACA;AAEA;AACA;AAEA;AACA;AACA;AACA;AACA;AAEA;AACA;AAEA;AACA;AACA;AACA"}
1
+ {"version":3,"names":[],"sources":["ui.application.ts"],"sourcesContent":["// import { Application } from '@teambit/application';\n// import { UiMain } from '@teambit/ui';\n\n// export class HarmonyUIApp implements Application {\n// constructor(readonly name: string, private uiAspect: UiMain) {}\n\n// async run() {\n// const uiServer = await this.uiAspect.createRuntime({\n// uiRootName: this.name,\n// dev: true,\n// });\n\n// await uiServer.dev();\n// }\n\n// // async deploy() {\n// // return '';\n// // }\n// }\n"],"mappings":"AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AAAA"}
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@teambit/harmony-ui-app",
3
- "version": "0.0.522",
3
+ "version": "0.0.524",
4
4
  "homepage": "https://bit.dev/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": "0.0.522"
9
+ "version": "0.0.524"
10
10
  },
11
11
  "dependencies": {
12
12
  "@babel/runtime": "7.12.18",
13
13
  "core-js": "^3.0.0",
14
14
  "@teambit/harmony": "0.3.3",
15
- "@teambit/aspect-loader": "0.0.880",
16
- "@teambit/application": "0.0.522",
17
- "@teambit/cli": "0.0.590",
18
- "@teambit/component": "0.0.880",
19
- "@teambit/ui": "0.0.880"
15
+ "@teambit/aspect-loader": "0.0.882",
16
+ "@teambit/application": "0.0.524",
17
+ "@teambit/cli": "0.0.591",
18
+ "@teambit/component": "0.0.882",
19
+ "@teambit/ui": "0.0.882"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^17.0.8",
@@ -27,7 +27,7 @@
27
27
  "@types/node": "12.20.4"
28
28
  },
29
29
  "peerDependencies": {
30
- "@teambit/legacy": "1.0.373",
30
+ "@teambit/legacy": "1.0.374",
31
31
  "react-dom": "^16.8.0 || ^17.0.0",
32
32
  "react": "^16.8.0 || ^17.0.0"
33
33
  },
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@0.0.522/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@0.0.522/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@0.0.524/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@0.0.524/dist/harmony-ui-app.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];