@teambit/changelog 1.0.225 → 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_component_changelog-preview.js +1 -1
- package/artifacts/schema.json +11 -47
- package/dist/{preview-1712546198033.js → preview-1712719054377.js} +2 -2
- package/package.json +5 -5
- package/tsconfig.json +10 -1
- package/dist/changelog.aspect.d.ts +0 -3
- package/dist/changelog.composition.d.ts +0 -1
- package/dist/changelog.section.d.ts +0 -16
- package/dist/changelog.ui.runtime.d.ts +0 -11
- package/dist/index.d.ts +0 -5
- package/dist/ui/change-log-page.d.ts +0 -7
|
@@ -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.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.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={95657:(e,t,o)=>{var n={id:"teambit.component/changelog@1.0.227",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(95657);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?:
|
|
77
|
+
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
|
78
78
|
"name": "",
|
|
79
79
|
"params": [
|
|
80
80
|
{
|
|
@@ -132,11 +132,7 @@
|
|
|
132
132
|
"line": 20,
|
|
133
133
|
"character": 59
|
|
134
134
|
},
|
|
135
|
-
"name": "Filters"
|
|
136
|
-
"componentId": {
|
|
137
|
-
"scope": "teambit.component",
|
|
138
|
-
"name": "component"
|
|
139
|
-
}
|
|
135
|
+
"name": "Filters"
|
|
140
136
|
},
|
|
141
137
|
"isOptional": true,
|
|
142
138
|
"isSpread": false
|
|
@@ -169,11 +165,7 @@
|
|
|
169
165
|
"line": 20,
|
|
170
166
|
"character": 87
|
|
171
167
|
},
|
|
172
|
-
"name": "ComponentLogsResult"
|
|
173
|
-
"componentId": {
|
|
174
|
-
"scope": "teambit.component",
|
|
175
|
-
"name": "component"
|
|
176
|
-
}
|
|
168
|
+
"name": "ComponentLogsResult"
|
|
177
169
|
},
|
|
178
170
|
"modifiers": []
|
|
179
171
|
},
|
|
@@ -189,7 +181,6 @@
|
|
|
189
181
|
"character": 5
|
|
190
182
|
},
|
|
191
183
|
"name": "HTMLAttributes",
|
|
192
|
-
"packageName": "react",
|
|
193
184
|
"typeArgs": [
|
|
194
185
|
{
|
|
195
186
|
"__schema": "TypeRefSchema",
|
|
@@ -353,11 +344,7 @@
|
|
|
353
344
|
"line": 21,
|
|
354
345
|
"character": 39
|
|
355
346
|
},
|
|
356
|
-
"name": "ComponentUI"
|
|
357
|
-
"componentId": {
|
|
358
|
-
"scope": "teambit.component",
|
|
359
|
-
"name": "component"
|
|
360
|
-
}
|
|
347
|
+
"name": "ComponentUI"
|
|
361
348
|
}
|
|
362
349
|
]
|
|
363
350
|
},
|
|
@@ -419,12 +406,7 @@
|
|
|
419
406
|
"line": 21,
|
|
420
407
|
"character": 69
|
|
421
408
|
},
|
|
422
|
-
"name": "Harmony"
|
|
423
|
-
"componentId": {
|
|
424
|
-
"scope": "teambit.harmony",
|
|
425
|
-
"name": "harmony",
|
|
426
|
-
"version": "0.4.6"
|
|
427
|
-
}
|
|
409
|
+
"name": "Harmony"
|
|
428
410
|
},
|
|
429
411
|
"isOptional": false,
|
|
430
412
|
"isSpread": false
|
|
@@ -557,7 +539,7 @@
|
|
|
557
539
|
"line": 20,
|
|
558
540
|
"character": 22
|
|
559
541
|
},
|
|
560
|
-
"signature": "(id: string, host: string, filters?:
|
|
542
|
+
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
|
561
543
|
"name": "",
|
|
562
544
|
"params": [
|
|
563
545
|
{
|
|
@@ -615,11 +597,7 @@
|
|
|
615
597
|
"line": 20,
|
|
616
598
|
"character": 59
|
|
617
599
|
},
|
|
618
|
-
"name": "Filters"
|
|
619
|
-
"componentId": {
|
|
620
|
-
"scope": "teambit.component",
|
|
621
|
-
"name": "component"
|
|
622
|
-
}
|
|
600
|
+
"name": "Filters"
|
|
623
601
|
},
|
|
624
602
|
"isOptional": true,
|
|
625
603
|
"isSpread": false
|
|
@@ -652,11 +630,7 @@
|
|
|
652
630
|
"line": 20,
|
|
653
631
|
"character": 87
|
|
654
632
|
},
|
|
655
|
-
"name": "ComponentLogsResult"
|
|
656
|
-
"componentId": {
|
|
657
|
-
"scope": "teambit.component",
|
|
658
|
-
"name": "component"
|
|
659
|
-
}
|
|
633
|
+
"name": "ComponentLogsResult"
|
|
660
634
|
},
|
|
661
635
|
"modifiers": []
|
|
662
636
|
},
|
|
@@ -672,7 +646,6 @@
|
|
|
672
646
|
"character": 5
|
|
673
647
|
},
|
|
674
648
|
"name": "HTMLAttributes",
|
|
675
|
-
"packageName": "react",
|
|
676
649
|
"typeArgs": [
|
|
677
650
|
{
|
|
678
651
|
"__schema": "TypeRefSchema",
|
|
@@ -928,11 +901,7 @@
|
|
|
928
901
|
"line": 21,
|
|
929
902
|
"character": 39
|
|
930
903
|
},
|
|
931
|
-
"name": "ComponentUI"
|
|
932
|
-
"componentId": {
|
|
933
|
-
"scope": "teambit.component",
|
|
934
|
-
"name": "component"
|
|
935
|
-
}
|
|
904
|
+
"name": "ComponentUI"
|
|
936
905
|
}
|
|
937
906
|
]
|
|
938
907
|
},
|
|
@@ -994,12 +963,7 @@
|
|
|
994
963
|
"line": 21,
|
|
995
964
|
"character": 69
|
|
996
965
|
},
|
|
997
|
-
"name": "Harmony"
|
|
998
|
-
"componentId": {
|
|
999
|
-
"scope": "teambit.harmony",
|
|
1000
|
-
"name": "harmony",
|
|
1001
|
-
"version": "0.4.6"
|
|
1002
|
-
}
|
|
966
|
+
"name": "Harmony"
|
|
1003
967
|
},
|
|
1004
968
|
"isOptional": false,
|
|
1005
969
|
"isSpread": false
|
|
@@ -1088,7 +1052,7 @@
|
|
|
1088
1052
|
"componentId": {
|
|
1089
1053
|
"scope": "teambit.component",
|
|
1090
1054
|
"name": "changelog",
|
|
1091
|
-
"version": "1.0.
|
|
1055
|
+
"version": "1.0.227"
|
|
1092
1056
|
},
|
|
1093
1057
|
"taggedModuleExports": []
|
|
1094
1058
|
}
|
|
@@ -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.227/dist/changelog.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_changelog@1.0.227/dist/changelog.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/changelog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.227",
|
|
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.227"
|
|
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.227",
|
|
21
|
+
"@teambit/ui": "1.0.227",
|
|
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.30"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"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,13 @@
|
|
|
35
36
|
"include": [
|
|
36
37
|
"**/*",
|
|
37
38
|
"**/*.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
|
+
}
|
|
38
47
|
]
|
|
39
48
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Logo: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
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
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
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;
|