@teambit/changelog 1.0.227 → 1.0.229
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_component_changelog-preview.js +1 -1
- package/artifacts/schema.json +47 -11
- package/dist/changelog.aspect.d.ts +3 -0
- package/dist/changelog.composition.d.ts +1 -0
- package/dist/changelog.section.d.ts +16 -0
- package/dist/changelog.ui.runtime.d.ts +11 -0
- package/dist/index.d.ts +5 -0
- package/dist/{preview-1712719054377.js → preview-1712822929999.js} +2 -2
- package/dist/ui/change-log-page.d.ts +7 -0
- package/package.json +5 -5
- package/tsconfig.json +1 -10
|
@@ -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.component/changelog@1.0.
|
|
3
|
+
<testsuite name="teambit.component/changelog@1.0.229" 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.component/changelog-preview"]=t():e["teambit.component/changelog-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.component/changelog-preview"]=t():e["teambit.component/changelog-preview"]=t()}(self,(()=>(()=>{"use strict";var e={31238:(e,t,o)=>{var n={id:"teambit.component/changelog@1.0.229",homepage:"https://bit.cloud/teambit/component/changelog",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 c=()=>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/changelog.svg"}));c.__bit_component=n,t.Logo=c},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:()=>f,overview:()=>u});var e={};o.r(e),o.d(e,{default:()=>l});var t=o(31238);o(41594);const r=MdxJsReact,i=TeambitMdxUiMdxScopeContext;var c=["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 a={},s="wrapper";function l(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,c);return(0,r.mdx)(s,p({},a,o,{components:t,mdxType:"MDXLayout"}),(0,r.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}l.isMDXComponent=!0;const d=[t],u=[e],f={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),n})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"line": 20,
|
|
75
75
|
"character": 22
|
|
76
76
|
},
|
|
77
|
-
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
|
77
|
+
"signature": "(id: string, host: string, filters?: \u001b[2m(component: teambit.component/component)\u001b[22m Filters, skip?: boolean): \u001b[2m(component: teambit.component/component)\u001b[22m ComponentLogsResult",
|
|
78
78
|
"name": "",
|
|
79
79
|
"params": [
|
|
80
80
|
{
|
|
@@ -132,7 +132,11 @@
|
|
|
132
132
|
"line": 20,
|
|
133
133
|
"character": 59
|
|
134
134
|
},
|
|
135
|
-
"name": "Filters"
|
|
135
|
+
"name": "Filters",
|
|
136
|
+
"componentId": {
|
|
137
|
+
"scope": "teambit.component",
|
|
138
|
+
"name": "component"
|
|
139
|
+
}
|
|
136
140
|
},
|
|
137
141
|
"isOptional": true,
|
|
138
142
|
"isSpread": false
|
|
@@ -165,7 +169,11 @@
|
|
|
165
169
|
"line": 20,
|
|
166
170
|
"character": 87
|
|
167
171
|
},
|
|
168
|
-
"name": "ComponentLogsResult"
|
|
172
|
+
"name": "ComponentLogsResult",
|
|
173
|
+
"componentId": {
|
|
174
|
+
"scope": "teambit.component",
|
|
175
|
+
"name": "component"
|
|
176
|
+
}
|
|
169
177
|
},
|
|
170
178
|
"modifiers": []
|
|
171
179
|
},
|
|
@@ -181,6 +189,7 @@
|
|
|
181
189
|
"character": 5
|
|
182
190
|
},
|
|
183
191
|
"name": "HTMLAttributes",
|
|
192
|
+
"packageName": "react",
|
|
184
193
|
"typeArgs": [
|
|
185
194
|
{
|
|
186
195
|
"__schema": "TypeRefSchema",
|
|
@@ -344,7 +353,11 @@
|
|
|
344
353
|
"line": 21,
|
|
345
354
|
"character": 39
|
|
346
355
|
},
|
|
347
|
-
"name": "ComponentUI"
|
|
356
|
+
"name": "ComponentUI",
|
|
357
|
+
"componentId": {
|
|
358
|
+
"scope": "teambit.component",
|
|
359
|
+
"name": "component"
|
|
360
|
+
}
|
|
348
361
|
}
|
|
349
362
|
]
|
|
350
363
|
},
|
|
@@ -406,7 +419,12 @@
|
|
|
406
419
|
"line": 21,
|
|
407
420
|
"character": 69
|
|
408
421
|
},
|
|
409
|
-
"name": "Harmony"
|
|
422
|
+
"name": "Harmony",
|
|
423
|
+
"componentId": {
|
|
424
|
+
"scope": "teambit.harmony",
|
|
425
|
+
"name": "harmony",
|
|
426
|
+
"version": "0.4.6"
|
|
427
|
+
}
|
|
410
428
|
},
|
|
411
429
|
"isOptional": false,
|
|
412
430
|
"isSpread": false
|
|
@@ -539,7 +557,7 @@
|
|
|
539
557
|
"line": 20,
|
|
540
558
|
"character": 22
|
|
541
559
|
},
|
|
542
|
-
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
|
560
|
+
"signature": "(id: string, host: string, filters?: \u001b[2m(component: teambit.component/component)\u001b[22m Filters, skip?: boolean): \u001b[2m(component: teambit.component/component)\u001b[22m ComponentLogsResult",
|
|
543
561
|
"name": "",
|
|
544
562
|
"params": [
|
|
545
563
|
{
|
|
@@ -597,7 +615,11 @@
|
|
|
597
615
|
"line": 20,
|
|
598
616
|
"character": 59
|
|
599
617
|
},
|
|
600
|
-
"name": "Filters"
|
|
618
|
+
"name": "Filters",
|
|
619
|
+
"componentId": {
|
|
620
|
+
"scope": "teambit.component",
|
|
621
|
+
"name": "component"
|
|
622
|
+
}
|
|
601
623
|
},
|
|
602
624
|
"isOptional": true,
|
|
603
625
|
"isSpread": false
|
|
@@ -630,7 +652,11 @@
|
|
|
630
652
|
"line": 20,
|
|
631
653
|
"character": 87
|
|
632
654
|
},
|
|
633
|
-
"name": "ComponentLogsResult"
|
|
655
|
+
"name": "ComponentLogsResult",
|
|
656
|
+
"componentId": {
|
|
657
|
+
"scope": "teambit.component",
|
|
658
|
+
"name": "component"
|
|
659
|
+
}
|
|
634
660
|
},
|
|
635
661
|
"modifiers": []
|
|
636
662
|
},
|
|
@@ -646,6 +672,7 @@
|
|
|
646
672
|
"character": 5
|
|
647
673
|
},
|
|
648
674
|
"name": "HTMLAttributes",
|
|
675
|
+
"packageName": "react",
|
|
649
676
|
"typeArgs": [
|
|
650
677
|
{
|
|
651
678
|
"__schema": "TypeRefSchema",
|
|
@@ -901,7 +928,11 @@
|
|
|
901
928
|
"line": 21,
|
|
902
929
|
"character": 39
|
|
903
930
|
},
|
|
904
|
-
"name": "ComponentUI"
|
|
931
|
+
"name": "ComponentUI",
|
|
932
|
+
"componentId": {
|
|
933
|
+
"scope": "teambit.component",
|
|
934
|
+
"name": "component"
|
|
935
|
+
}
|
|
905
936
|
}
|
|
906
937
|
]
|
|
907
938
|
},
|
|
@@ -963,7 +994,12 @@
|
|
|
963
994
|
"line": 21,
|
|
964
995
|
"character": 69
|
|
965
996
|
},
|
|
966
|
-
"name": "Harmony"
|
|
997
|
+
"name": "Harmony",
|
|
998
|
+
"componentId": {
|
|
999
|
+
"scope": "teambit.harmony",
|
|
1000
|
+
"name": "harmony",
|
|
1001
|
+
"version": "0.4.6"
|
|
1002
|
+
}
|
|
967
1003
|
},
|
|
968
1004
|
"isOptional": false,
|
|
969
1005
|
"isSpread": false
|
|
@@ -1052,7 +1088,7 @@
|
|
|
1052
1088
|
"componentId": {
|
|
1053
1089
|
"scope": "teambit.component",
|
|
1054
1090
|
"name": "changelog",
|
|
1055
|
-
"version": "1.0.
|
|
1091
|
+
"version": "1.0.229"
|
|
1056
1092
|
},
|
|
1057
1093
|
"taggedModuleExports": []
|
|
1058
1094
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Logo: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Section } from '@teambit/component';
|
|
2
|
+
import { ChangeLogUI } from './changelog.ui.runtime';
|
|
3
|
+
export declare class ChangelogSection implements Section {
|
|
4
|
+
private ui;
|
|
5
|
+
constructor(ui: ChangeLogUI);
|
|
6
|
+
route: {
|
|
7
|
+
path: string;
|
|
8
|
+
element: import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
navigationLink: {
|
|
11
|
+
href: string;
|
|
12
|
+
children: import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
displayName: string;
|
|
14
|
+
};
|
|
15
|
+
order: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ComponentUI } from '@teambit/component';
|
|
2
|
+
import { Harmony } from '@teambit/harmony';
|
|
3
|
+
import { ChangeLogPageProps } from './ui/change-log-page';
|
|
4
|
+
export declare class ChangeLogUI {
|
|
5
|
+
private host;
|
|
6
|
+
constructor(host: string);
|
|
7
|
+
ChangeLog: (props?: ChangeLogPageProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
static dependencies: import("@teambit/harmony").Aspect[];
|
|
9
|
+
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
10
|
+
static provider([component]: [ComponentUI], _: any, __: any, harmony: Harmony): Promise<ChangeLogUI>;
|
|
11
|
+
}
|
package/dist/index.d.ts
ADDED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_changelog@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_changelog@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_changelog@1.0.229/dist/changelog.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_changelog@1.0.229/dist/changelog.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ComponentLogsResult, Filters } from '@teambit/component';
|
|
2
|
+
import { HTMLAttributes } from 'react';
|
|
3
|
+
export type ChangeLogPageProps = {
|
|
4
|
+
host?: string;
|
|
5
|
+
useComponentLogs?: (id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult;
|
|
6
|
+
} & HTMLAttributes<HTMLDivElement>;
|
|
7
|
+
export declare function ChangeLogPage({ className, useComponentLogs, host, }: ChangeLogPageProps): import("react/jsx-runtime").JSX.Element | null;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/changelog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.229",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/changelog",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "changelog",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.229"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"classnames": "2.2.6",
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
"@teambit/design.ui.separator": "0.0.354",
|
|
18
18
|
"@teambit/documenter.ui.heading": "4.1.1",
|
|
19
19
|
"@teambit/mdx.ui.mdx-layout": "1.0.6",
|
|
20
|
-
"@teambit/component": "1.0.
|
|
21
|
-
"@teambit/ui": "1.0.
|
|
20
|
+
"@teambit/component": "1.0.229",
|
|
21
|
+
"@teambit/ui": "1.0.229",
|
|
22
22
|
"@teambit/component.ui.version-block": "0.0.887"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/classnames": "2.2.11",
|
|
26
26
|
"@types/mocha": "9.1.0",
|
|
27
27
|
"chai": "4.3.0",
|
|
28
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
28
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.33"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "^17.0.0 || ^18.0.0",
|
package/tsconfig.json
CHANGED
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
"emitDeclarationOnly": true,
|
|
21
21
|
"strict": true,
|
|
22
22
|
"strictPropertyInitialization": false,
|
|
23
|
-
"noImplicitAny": false
|
|
24
|
-
"composite": true
|
|
23
|
+
"noImplicitAny": false
|
|
25
24
|
},
|
|
26
25
|
"exclude": [
|
|
27
26
|
"artifacts",
|
|
@@ -36,13 +35,5 @@
|
|
|
36
35
|
"include": [
|
|
37
36
|
"**/*",
|
|
38
37
|
"**/*.json"
|
|
39
|
-
],
|
|
40
|
-
"references": [
|
|
41
|
-
{
|
|
42
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.227"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@1.0.227"
|
|
46
|
-
}
|
|
47
38
|
]
|
|
48
39
|
}
|