@teambit/harmony-ui-app 1.0.226 → 1.0.227
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_ui_foundation_harmony_ui_app-preview.js +1 -1
- package/artifacts/schema.json +15 -65
- package/dist/{preview-1712632644937.js → preview-1712719054377.js} +2 -2
- package/package.json +8 -8
- package/tsconfig.json +19 -1
- package/dist/harmony-app-options.d.ts +0 -8
- package/dist/harmony-ui-app.aspect.d.ts +0 -2
- package/dist/harmony-ui-app.compositions.d.ts +0 -1
- package/dist/harmony-ui-app.main.runtime.d.ts +0 -18
- package/dist/index.d.ts +0 -4
- package/dist/ui.application.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.ui-foundation/harmony-ui-app@1.0.
|
|
3
|
+
<testsuite name="teambit.ui-foundation/harmony-ui-app@1.0.227" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.ui-foundation/harmony-ui-app-preview"]=t():e["teambit.ui-foundation/harmony-ui-app-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.ui-foundation/harmony-ui-app-preview"]=t():e["teambit.ui-foundation/harmony-ui-app-preview"]=t()}(self,(()=>(()=>{"use strict";var e={96207:(e,t,o)=>{var n={id:"teambit.ui-foundation/harmony-ui-app@1.0.227",homepage:"https://bit.cloud/teambit/ui-foundation/harmony-ui-app",exported:!0};function r(){const e=i(o(41594));return r=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,r.__bit_component=n,i.__bit_component=n;const a=()=>r().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},r().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/harmony-ui-app.svg"}));a.__bit_component=n,t.Logo=a},41594:e=>{e.exports=React}},t={};function o(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{o.r(n),o.d(n,{compositions:()=>d,compositions_metadata:()=>l,overview:()=>f});var e={};o.r(e),o.d(e,{default:()=>s});var t=o(96207);o(41594);const r=MdxJsReact,i=TeambitMdxUiMdxScopeContext;var a=["components"];function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},p.apply(this,arguments)}var u={},c="wrapper";function s(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,n,r=function(e,t){if(null==e)return{};var o,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||(r[o]=e[o]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}(e,a);return(0,r.mdx)(c,p({},u,o,{components:t,mdxType:"MDXLayout"}),(0,r.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}s.isMDXComponent=!0;const d=[t],f=[e],l={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),n})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -48,11 +48,7 @@
|
|
|
48
48
|
"line": 10,
|
|
49
49
|
"character": 36
|
|
50
50
|
},
|
|
51
|
-
"name": "ApplicationMain"
|
|
52
|
-
"componentId": {
|
|
53
|
-
"scope": "teambit.harmony",
|
|
54
|
-
"name": "application"
|
|
55
|
-
}
|
|
51
|
+
"name": "ApplicationMain"
|
|
56
52
|
},
|
|
57
53
|
"isOptional": false,
|
|
58
54
|
"isSpread": false
|
|
@@ -72,11 +68,7 @@
|
|
|
72
68
|
"line": 10,
|
|
73
69
|
"character": 65
|
|
74
70
|
},
|
|
75
|
-
"name": "UiMain"
|
|
76
|
-
"componentId": {
|
|
77
|
-
"scope": "teambit.ui-foundation",
|
|
78
|
-
"name": "ui"
|
|
79
|
-
}
|
|
71
|
+
"name": "UiMain"
|
|
80
72
|
},
|
|
81
73
|
"isOptional": false,
|
|
82
74
|
"isSpread": false
|
|
@@ -96,11 +88,7 @@
|
|
|
96
88
|
"line": 10,
|
|
97
89
|
"character": 98
|
|
98
90
|
},
|
|
99
|
-
"name": "ComponentMain"
|
|
100
|
-
"componentId": {
|
|
101
|
-
"scope": "teambit.component",
|
|
102
|
-
"name": "component"
|
|
103
|
-
}
|
|
91
|
+
"name": "ComponentMain"
|
|
104
92
|
},
|
|
105
93
|
"isOptional": false,
|
|
106
94
|
"isSpread": false
|
|
@@ -152,8 +140,7 @@
|
|
|
152
140
|
"line": 15,
|
|
153
141
|
"character": 31
|
|
154
142
|
},
|
|
155
|
-
"name": "HarmonyAppOptions"
|
|
156
|
-
"internalFilePath": "harmony-app-options.ts"
|
|
143
|
+
"name": "HarmonyAppOptions"
|
|
157
144
|
},
|
|
158
145
|
"isOptional": false,
|
|
159
146
|
"isSpread": false
|
|
@@ -266,11 +253,7 @@
|
|
|
266
253
|
"line": 39,
|
|
267
254
|
"character": 62
|
|
268
255
|
},
|
|
269
|
-
"name": "ApplicationMain"
|
|
270
|
-
"componentId": {
|
|
271
|
-
"scope": "teambit.harmony",
|
|
272
|
-
"name": "application"
|
|
273
|
-
}
|
|
256
|
+
"name": "ApplicationMain"
|
|
274
257
|
},
|
|
275
258
|
{
|
|
276
259
|
"__schema": "TypeRefSchema",
|
|
@@ -279,11 +262,7 @@
|
|
|
279
262
|
"line": 39,
|
|
280
263
|
"character": 79
|
|
281
264
|
},
|
|
282
|
-
"name": "UiMain"
|
|
283
|
-
"componentId": {
|
|
284
|
-
"scope": "teambit.ui-foundation",
|
|
285
|
-
"name": "ui"
|
|
286
|
-
}
|
|
265
|
+
"name": "UiMain"
|
|
287
266
|
},
|
|
288
267
|
{
|
|
289
268
|
"__schema": "TypeRefSchema",
|
|
@@ -292,11 +271,7 @@
|
|
|
292
271
|
"line": 39,
|
|
293
272
|
"character": 87
|
|
294
273
|
},
|
|
295
|
-
"name": "ComponentMain"
|
|
296
|
-
"componentId": {
|
|
297
|
-
"scope": "teambit.component",
|
|
298
|
-
"name": "component"
|
|
299
|
-
}
|
|
274
|
+
"name": "ComponentMain"
|
|
300
275
|
}
|
|
301
276
|
]
|
|
302
277
|
},
|
|
@@ -405,11 +380,7 @@
|
|
|
405
380
|
"line": 10,
|
|
406
381
|
"character": 36
|
|
407
382
|
},
|
|
408
|
-
"name": "ApplicationMain"
|
|
409
|
-
"componentId": {
|
|
410
|
-
"scope": "teambit.harmony",
|
|
411
|
-
"name": "application"
|
|
412
|
-
}
|
|
383
|
+
"name": "ApplicationMain"
|
|
413
384
|
},
|
|
414
385
|
"isOptional": false,
|
|
415
386
|
"isSpread": false
|
|
@@ -429,11 +400,7 @@
|
|
|
429
400
|
"line": 10,
|
|
430
401
|
"character": 65
|
|
431
402
|
},
|
|
432
|
-
"name": "UiMain"
|
|
433
|
-
"componentId": {
|
|
434
|
-
"scope": "teambit.ui-foundation",
|
|
435
|
-
"name": "ui"
|
|
436
|
-
}
|
|
403
|
+
"name": "UiMain"
|
|
437
404
|
},
|
|
438
405
|
"isOptional": false,
|
|
439
406
|
"isSpread": false
|
|
@@ -453,11 +420,7 @@
|
|
|
453
420
|
"line": 10,
|
|
454
421
|
"character": 98
|
|
455
422
|
},
|
|
456
|
-
"name": "ComponentMain"
|
|
457
|
-
"componentId": {
|
|
458
|
-
"scope": "teambit.component",
|
|
459
|
-
"name": "component"
|
|
460
|
-
}
|
|
423
|
+
"name": "ComponentMain"
|
|
461
424
|
},
|
|
462
425
|
"isOptional": false,
|
|
463
426
|
"isSpread": false
|
|
@@ -509,8 +472,7 @@
|
|
|
509
472
|
"line": 15,
|
|
510
473
|
"character": 31
|
|
511
474
|
},
|
|
512
|
-
"name": "HarmonyAppOptions"
|
|
513
|
-
"internalFilePath": "harmony-app-options.ts"
|
|
475
|
+
"name": "HarmonyAppOptions"
|
|
514
476
|
},
|
|
515
477
|
"isOptional": false,
|
|
516
478
|
"isSpread": false
|
|
@@ -623,11 +585,7 @@
|
|
|
623
585
|
"line": 39,
|
|
624
586
|
"character": 62
|
|
625
587
|
},
|
|
626
|
-
"name": "ApplicationMain"
|
|
627
|
-
"componentId": {
|
|
628
|
-
"scope": "teambit.harmony",
|
|
629
|
-
"name": "application"
|
|
630
|
-
}
|
|
588
|
+
"name": "ApplicationMain"
|
|
631
589
|
},
|
|
632
590
|
{
|
|
633
591
|
"__schema": "TypeRefSchema",
|
|
@@ -636,11 +594,7 @@
|
|
|
636
594
|
"line": 39,
|
|
637
595
|
"character": 79
|
|
638
596
|
},
|
|
639
|
-
"name": "UiMain"
|
|
640
|
-
"componentId": {
|
|
641
|
-
"scope": "teambit.ui-foundation",
|
|
642
|
-
"name": "ui"
|
|
643
|
-
}
|
|
597
|
+
"name": "UiMain"
|
|
644
598
|
},
|
|
645
599
|
{
|
|
646
600
|
"__schema": "TypeRefSchema",
|
|
@@ -649,11 +603,7 @@
|
|
|
649
603
|
"line": 39,
|
|
650
604
|
"character": 87
|
|
651
605
|
},
|
|
652
|
-
"name": "ComponentMain"
|
|
653
|
-
"componentId": {
|
|
654
|
-
"scope": "teambit.component",
|
|
655
|
-
"name": "component"
|
|
656
|
-
}
|
|
606
|
+
"name": "ComponentMain"
|
|
657
607
|
}
|
|
658
608
|
]
|
|
659
609
|
},
|
|
@@ -734,7 +684,7 @@
|
|
|
734
684
|
"componentId": {
|
|
735
685
|
"scope": "teambit.ui-foundation",
|
|
736
686
|
"name": "harmony-ui-app",
|
|
737
|
-
"version": "1.0.
|
|
687
|
+
"version": "1.0.227"
|
|
738
688
|
},
|
|
739
689
|
"taggedModuleExports": []
|
|
740
690
|
}
|
|
@@ -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.227/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.227/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,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/harmony-ui-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.227",
|
|
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.227"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/harmony": "0.4.6",
|
|
13
|
-
"@teambit/aspect-loader": "1.0.
|
|
14
|
-
"@teambit/application": "1.0.
|
|
15
|
-
"@teambit/cli": "0.0.
|
|
16
|
-
"@teambit/component": "1.0.
|
|
17
|
-
"@teambit/ui": "1.0.
|
|
13
|
+
"@teambit/aspect-loader": "1.0.227",
|
|
14
|
+
"@teambit/application": "1.0.227",
|
|
15
|
+
"@teambit/cli": "0.0.860",
|
|
16
|
+
"@teambit/component": "1.0.227",
|
|
17
|
+
"@teambit/ui": "1.0.227"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/mocha": "9.1.0",
|
|
21
21
|
"chai": "4.3.0",
|
|
22
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
22
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.30"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"react": "^17.0.0 || ^18.0.0",
|
package/tsconfig.json
CHANGED
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"emitDeclarationOnly": true,
|
|
21
21
|
"strict": true,
|
|
22
22
|
"strictPropertyInitialization": false,
|
|
23
|
-
"noImplicitAny": false
|
|
23
|
+
"noImplicitAny": false,
|
|
24
|
+
"composite": true
|
|
24
25
|
},
|
|
25
26
|
"exclude": [
|
|
26
27
|
"artifacts",
|
|
@@ -35,5 +36,22 @@
|
|
|
35
36
|
"include": [
|
|
36
37
|
"**/*",
|
|
37
38
|
"**/*.json"
|
|
39
|
+
],
|
|
40
|
+
"references": [
|
|
41
|
+
{
|
|
42
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_aspect-loader@1.0.227"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_application@1.0.227"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.860"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.227"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@1.0.227"
|
|
55
|
+
}
|
|
38
56
|
]
|
|
39
57
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Logo: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ApplicationMain } from '@teambit/application';
|
|
2
|
-
import { UiMain } from '@teambit/ui';
|
|
3
|
-
import { ComponentMain } from '@teambit/component';
|
|
4
|
-
import { HarmonyAppOptions } from './harmony-app-options';
|
|
5
|
-
export declare class HarmonyUiAppMain {
|
|
6
|
-
private application;
|
|
7
|
-
private ui;
|
|
8
|
-
private componentAspect;
|
|
9
|
-
constructor(application: ApplicationMain, ui: UiMain, componentAspect: ComponentMain);
|
|
10
|
-
/**
|
|
11
|
-
* register a new harmony UI application.
|
|
12
|
-
*/
|
|
13
|
-
registerHarmonyApp(options: HarmonyAppOptions): this;
|
|
14
|
-
static slots: never[];
|
|
15
|
-
static dependencies: import("@teambit/harmony").Aspect[];
|
|
16
|
-
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
17
|
-
static provider([application, ui, componentAspect]: [ApplicationMain, UiMain, ComponentMain]): Promise<HarmonyUiAppMain>;
|
|
18
|
-
}
|
package/dist/index.d.ts
DELETED
package/dist/ui.application.d.ts
DELETED
|
File without changes
|