@teambit/changelog 1.0.329 → 1.0.331
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.
@@ -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.331" 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={95806:(e,t,o)=>{var n={id:"teambit.component/changelog@1.0.331",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 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/changelog.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={};o.r(n),o.d(n,{compositions:()=>f,compositions_metadata:()=>v,overview:()=>m});var r={};o.r(r),o.d(r,{default:()=>d});var i=o(95806);o(41594);const a=MdxJsReact,c=TeambitMdxUiMdxScopeContext;var p=["components"];function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)({}).hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},s.apply(null,arguments)}var l={},u="wrapper";function d(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={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;o[n]=e[n]}return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||{}.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}(e,p);return(0,a.mdx)(u,s({},l,o,{components:t,mdxType:"MDXLayout"}),(0,a.mdx)(c.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}d.isMDXComponent=!0;const f=[i],m=[r],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return n})()));
|
package/artifacts/schema.json
CHANGED
@@ -82,7 +82,7 @@
|
|
82
82
|
"line": 20,
|
83
83
|
"character": 22
|
84
84
|
},
|
85
|
-
"signature": "(id: string, host: string, filters?:
|
85
|
+
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
86
86
|
"name": "",
|
87
87
|
"params": [
|
88
88
|
{
|
@@ -140,11 +140,7 @@
|
|
140
140
|
"line": 20,
|
141
141
|
"character": 59
|
142
142
|
},
|
143
|
-
"name": "Filters"
|
144
|
-
"componentId": {
|
145
|
-
"scope": "teambit.component",
|
146
|
-
"name": "component"
|
147
|
-
}
|
143
|
+
"name": "Filters"
|
148
144
|
},
|
149
145
|
"isOptional": true,
|
150
146
|
"isSpread": false
|
@@ -177,11 +173,7 @@
|
|
177
173
|
"line": 20,
|
178
174
|
"character": 87
|
179
175
|
},
|
180
|
-
"name": "ComponentLogsResult"
|
181
|
-
"componentId": {
|
182
|
-
"scope": "teambit.component",
|
183
|
-
"name": "component"
|
184
|
-
}
|
176
|
+
"name": "ComponentLogsResult"
|
185
177
|
},
|
186
178
|
"modifiers": []
|
187
179
|
},
|
@@ -197,7 +189,6 @@
|
|
197
189
|
"character": 5
|
198
190
|
},
|
199
191
|
"name": "HTMLAttributes",
|
200
|
-
"packageName": "react",
|
201
192
|
"typeArgs": [
|
202
193
|
{
|
203
194
|
"__schema": "TypeRefSchema",
|
@@ -370,11 +361,7 @@
|
|
370
361
|
"line": 21,
|
371
362
|
"character": 39
|
372
363
|
},
|
373
|
-
"name": "ComponentUI"
|
374
|
-
"componentId": {
|
375
|
-
"scope": "teambit.component",
|
376
|
-
"name": "component"
|
377
|
-
}
|
364
|
+
"name": "ComponentUI"
|
378
365
|
}
|
379
366
|
]
|
380
367
|
},
|
@@ -436,12 +423,7 @@
|
|
436
423
|
"line": 21,
|
437
424
|
"character": 69
|
438
425
|
},
|
439
|
-
"name": "Harmony"
|
440
|
-
"componentId": {
|
441
|
-
"scope": "teambit.harmony",
|
442
|
-
"name": "harmony",
|
443
|
-
"version": "0.4.6"
|
444
|
-
}
|
426
|
+
"name": "Harmony"
|
445
427
|
},
|
446
428
|
"isOptional": false,
|
447
429
|
"isSpread": false
|
@@ -584,7 +566,7 @@
|
|
584
566
|
"line": 20,
|
585
567
|
"character": 22
|
586
568
|
},
|
587
|
-
"signature": "(id: string, host: string, filters?:
|
569
|
+
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
588
570
|
"name": "",
|
589
571
|
"params": [
|
590
572
|
{
|
@@ -642,11 +624,7 @@
|
|
642
624
|
"line": 20,
|
643
625
|
"character": 59
|
644
626
|
},
|
645
|
-
"name": "Filters"
|
646
|
-
"componentId": {
|
647
|
-
"scope": "teambit.component",
|
648
|
-
"name": "component"
|
649
|
-
}
|
627
|
+
"name": "Filters"
|
650
628
|
},
|
651
629
|
"isOptional": true,
|
652
630
|
"isSpread": false
|
@@ -679,11 +657,7 @@
|
|
679
657
|
"line": 20,
|
680
658
|
"character": 87
|
681
659
|
},
|
682
|
-
"name": "ComponentLogsResult"
|
683
|
-
"componentId": {
|
684
|
-
"scope": "teambit.component",
|
685
|
-
"name": "component"
|
686
|
-
}
|
660
|
+
"name": "ComponentLogsResult"
|
687
661
|
},
|
688
662
|
"modifiers": []
|
689
663
|
},
|
@@ -699,7 +673,6 @@
|
|
699
673
|
"character": 5
|
700
674
|
},
|
701
675
|
"name": "HTMLAttributes",
|
702
|
-
"packageName": "react",
|
703
676
|
"typeArgs": [
|
704
677
|
{
|
705
678
|
"__schema": "TypeRefSchema",
|
@@ -955,11 +928,7 @@
|
|
955
928
|
"line": 21,
|
956
929
|
"character": 39
|
957
930
|
},
|
958
|
-
"name": "ComponentUI"
|
959
|
-
"componentId": {
|
960
|
-
"scope": "teambit.component",
|
961
|
-
"name": "component"
|
962
|
-
}
|
931
|
+
"name": "ComponentUI"
|
963
932
|
}
|
964
933
|
]
|
965
934
|
},
|
@@ -1021,12 +990,7 @@
|
|
1021
990
|
"line": 21,
|
1022
991
|
"character": 69
|
1023
992
|
},
|
1024
|
-
"name": "Harmony"
|
1025
|
-
"componentId": {
|
1026
|
-
"scope": "teambit.harmony",
|
1027
|
-
"name": "harmony",
|
1028
|
-
"version": "0.4.6"
|
1029
|
-
}
|
993
|
+
"name": "Harmony"
|
1030
994
|
},
|
1031
995
|
"isOptional": false,
|
1032
996
|
"isSpread": false
|
@@ -1115,7 +1079,7 @@
|
|
1115
1079
|
"componentId": {
|
1116
1080
|
"scope": "teambit.component",
|
1117
1081
|
"name": "changelog",
|
1118
|
-
"version": "1.0.
|
1082
|
+
"version": "1.0.331"
|
1119
1083
|
},
|
1120
1084
|
"taggedModuleExports": []
|
1121
1085
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.331/dist/changelog.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.331/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.331",
|
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.331"
|
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.9",
|
20
|
-
"@teambit/component": "1.0.
|
21
|
-
"@teambit/ui": "1.0.
|
20
|
+
"@teambit/component": "1.0.331",
|
21
|
+
"@teambit/ui": "1.0.331",
|
22
22
|
"@teambit/component.ui.version-block": "0.0.890"
|
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.42"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
31
31
|
"react": "^17.0.0 || ^18.0.0",
|