@teambit/changelog 1.0.256 → 1.0.258
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.258" 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={48569:(e,t,o)=>{var n={id:"teambit.component/changelog@1.0.258",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(48569);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
@@ -14,465 +14,474 @@
|
|
14
14
|
},
|
15
15
|
"exports": [
|
16
16
|
{
|
17
|
-
"__schema": "
|
17
|
+
"__schema": "ExportSchema",
|
18
18
|
"location": {
|
19
|
-
"filePath": "
|
20
|
-
"line":
|
21
|
-
"character":
|
19
|
+
"filePath": "index.ts",
|
20
|
+
"line": 3,
|
21
|
+
"character": 15
|
22
22
|
},
|
23
|
-
"signature": "type ChangeLogPageProps = {\n host?: string | undefined;\n useComponentLogs?: ((id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult) | undefined;\n} & React.HTMLAttributes<HTMLDivElement>",
|
24
23
|
"name": "ChangeLogPageProps",
|
25
|
-
"
|
26
|
-
"__schema": "
|
24
|
+
"exportNode": {
|
25
|
+
"__schema": "TypeSchema",
|
27
26
|
"location": {
|
28
27
|
"filePath": "ui/change-log-page.tsx",
|
29
28
|
"line": 18,
|
30
|
-
"character":
|
29
|
+
"character": 1
|
31
30
|
},
|
32
|
-
"
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
"__schema": "
|
31
|
+
"signature": "type ChangeLogPageProps = {\n host?: string | undefined;\n useComponentLogs?: ((id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult) | undefined;\n} & React.HTMLAttributes<HTMLDivElement>",
|
32
|
+
"name": "ChangeLogPageProps",
|
33
|
+
"type": {
|
34
|
+
"__schema": "TypeIntersectionSchema",
|
35
|
+
"location": {
|
36
|
+
"filePath": "ui/change-log-page.tsx",
|
37
|
+
"line": 18,
|
38
|
+
"character": 34
|
39
|
+
},
|
40
|
+
"types": [
|
41
|
+
{
|
42
|
+
"__schema": "TypeLiteralSchema",
|
43
|
+
"location": {
|
44
|
+
"filePath": "ui/change-log-page.tsx",
|
45
|
+
"line": 18,
|
46
|
+
"character": 34
|
47
|
+
},
|
48
|
+
"members": [
|
49
|
+
{
|
50
|
+
"__schema": "VariableLikeSchema",
|
52
51
|
"location": {
|
53
52
|
"filePath": "ui/change-log-page.tsx",
|
54
53
|
"line": 19,
|
55
|
-
"character":
|
54
|
+
"character": 3
|
56
55
|
},
|
57
|
-
"
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
56
|
+
"signature": "(property) host?: string | undefined",
|
57
|
+
"name": "host",
|
58
|
+
"type": {
|
59
|
+
"__schema": "KeywordTypeSchema",
|
60
|
+
"location": {
|
61
|
+
"filePath": "ui/change-log-page.tsx",
|
62
|
+
"line": 19,
|
63
|
+
"character": 10
|
64
|
+
},
|
65
|
+
"name": "string"
|
66
|
+
},
|
67
|
+
"isOptional": true
|
67
68
|
},
|
68
|
-
|
69
|
-
|
70
|
-
"type": {
|
71
|
-
"__schema": "FunctionLikeSchema",
|
69
|
+
{
|
70
|
+
"__schema": "VariableLikeSchema",
|
72
71
|
"location": {
|
73
72
|
"filePath": "ui/change-log-page.tsx",
|
74
73
|
"line": 20,
|
75
|
-
"character":
|
74
|
+
"character": 3
|
76
75
|
},
|
77
|
-
"signature": "(id: string, host: string, filters?:
|
78
|
-
"name": "",
|
79
|
-
"
|
80
|
-
|
81
|
-
|
82
|
-
"
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
76
|
+
"signature": "(property) useComponentLogs?: ((id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult) | undefined",
|
77
|
+
"name": "useComponentLogs",
|
78
|
+
"type": {
|
79
|
+
"__schema": "FunctionLikeSchema",
|
80
|
+
"location": {
|
81
|
+
"filePath": "ui/change-log-page.tsx",
|
82
|
+
"line": 20,
|
83
|
+
"character": 22
|
84
|
+
},
|
85
|
+
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
86
|
+
"name": "",
|
87
|
+
"params": [
|
88
|
+
{
|
89
|
+
"__schema": "ParameterSchema",
|
90
90
|
"location": {
|
91
91
|
"filePath": "ui/change-log-page.tsx",
|
92
92
|
"line": 20,
|
93
|
-
"character":
|
93
|
+
"character": 23
|
94
94
|
},
|
95
|
-
"name": "
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
"
|
95
|
+
"name": "id",
|
96
|
+
"type": {
|
97
|
+
"__schema": "KeywordTypeSchema",
|
98
|
+
"location": {
|
99
|
+
"filePath": "ui/change-log-page.tsx",
|
100
|
+
"line": 20,
|
101
|
+
"character": 27
|
102
|
+
},
|
103
|
+
"name": "string"
|
104
|
+
},
|
105
|
+
"isOptional": false,
|
106
|
+
"isSpread": false
|
106
107
|
},
|
107
|
-
|
108
|
-
|
109
|
-
"__schema": "KeywordTypeSchema",
|
108
|
+
{
|
109
|
+
"__schema": "ParameterSchema",
|
110
110
|
"location": {
|
111
111
|
"filePath": "ui/change-log-page.tsx",
|
112
112
|
"line": 20,
|
113
|
-
"character":
|
113
|
+
"character": 35
|
114
114
|
},
|
115
|
-
"name": "
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
"
|
115
|
+
"name": "host",
|
116
|
+
"type": {
|
117
|
+
"__schema": "KeywordTypeSchema",
|
118
|
+
"location": {
|
119
|
+
"filePath": "ui/change-log-page.tsx",
|
120
|
+
"line": 20,
|
121
|
+
"character": 41
|
122
|
+
},
|
123
|
+
"name": "string"
|
124
|
+
},
|
125
|
+
"isOptional": false,
|
126
|
+
"isSpread": false
|
126
127
|
},
|
127
|
-
|
128
|
-
|
129
|
-
"__schema": "TypeRefSchema",
|
128
|
+
{
|
129
|
+
"__schema": "ParameterSchema",
|
130
130
|
"location": {
|
131
131
|
"filePath": "ui/change-log-page.tsx",
|
132
132
|
"line": 20,
|
133
|
-
"character":
|
133
|
+
"character": 49
|
134
134
|
},
|
135
|
-
"name": "
|
136
|
-
"
|
137
|
-
"
|
138
|
-
"
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
"filePath": "ui/change-log-page.tsx",
|
148
|
-
"line": 20,
|
149
|
-
"character": 68
|
135
|
+
"name": "filters",
|
136
|
+
"type": {
|
137
|
+
"__schema": "TypeRefSchema",
|
138
|
+
"location": {
|
139
|
+
"filePath": "ui/change-log-page.tsx",
|
140
|
+
"line": 20,
|
141
|
+
"character": 59
|
142
|
+
},
|
143
|
+
"name": "Filters"
|
144
|
+
},
|
145
|
+
"isOptional": true,
|
146
|
+
"isSpread": false
|
150
147
|
},
|
151
|
-
|
152
|
-
|
153
|
-
"__schema": "KeywordTypeSchema",
|
148
|
+
{
|
149
|
+
"__schema": "ParameterSchema",
|
154
150
|
"location": {
|
155
151
|
"filePath": "ui/change-log-page.tsx",
|
156
152
|
"line": 20,
|
157
|
-
"character":
|
153
|
+
"character": 68
|
158
154
|
},
|
159
|
-
"name": "
|
155
|
+
"name": "skip",
|
156
|
+
"type": {
|
157
|
+
"__schema": "KeywordTypeSchema",
|
158
|
+
"location": {
|
159
|
+
"filePath": "ui/change-log-page.tsx",
|
160
|
+
"line": 20,
|
161
|
+
"character": 75
|
162
|
+
},
|
163
|
+
"name": "boolean"
|
164
|
+
},
|
165
|
+
"isOptional": true,
|
166
|
+
"isSpread": false
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"returnType": {
|
170
|
+
"__schema": "TypeRefSchema",
|
171
|
+
"location": {
|
172
|
+
"filePath": "ui/change-log-page.tsx",
|
173
|
+
"line": 20,
|
174
|
+
"character": 87
|
160
175
|
},
|
161
|
-
"
|
162
|
-
"isSpread": false
|
163
|
-
}
|
164
|
-
],
|
165
|
-
"returnType": {
|
166
|
-
"__schema": "TypeRefSchema",
|
167
|
-
"location": {
|
168
|
-
"filePath": "ui/change-log-page.tsx",
|
169
|
-
"line": 20,
|
170
|
-
"character": 87
|
176
|
+
"name": "ComponentLogsResult"
|
171
177
|
},
|
172
|
-
"
|
173
|
-
"componentId": {
|
174
|
-
"scope": "teambit.component",
|
175
|
-
"name": "component"
|
176
|
-
}
|
178
|
+
"modifiers": []
|
177
179
|
},
|
178
|
-
"
|
179
|
-
}
|
180
|
-
|
181
|
-
}
|
182
|
-
]
|
183
|
-
},
|
184
|
-
{
|
185
|
-
"__schema": "TypeRefSchema",
|
186
|
-
"location": {
|
187
|
-
"filePath": "ui/change-log-page.tsx",
|
188
|
-
"line": 21,
|
189
|
-
"character": 5
|
180
|
+
"isOptional": true
|
181
|
+
}
|
182
|
+
]
|
190
183
|
},
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
"
|
196
|
-
"
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
184
|
+
{
|
185
|
+
"__schema": "TypeRefSchema",
|
186
|
+
"location": {
|
187
|
+
"filePath": "ui/change-log-page.tsx",
|
188
|
+
"line": 21,
|
189
|
+
"character": 5
|
190
|
+
},
|
191
|
+
"name": "HTMLAttributes",
|
192
|
+
"typeArgs": [
|
193
|
+
{
|
194
|
+
"__schema": "TypeRefSchema",
|
195
|
+
"location": {
|
196
|
+
"filePath": "ui/change-log-page.tsx",
|
197
|
+
"line": 21,
|
198
|
+
"character": 20
|
199
|
+
},
|
200
|
+
"name": "HTMLDivElement"
|
201
|
+
}
|
202
|
+
]
|
203
|
+
}
|
204
|
+
]
|
205
|
+
}
|
206
206
|
}
|
207
207
|
},
|
208
208
|
{
|
209
|
-
"__schema": "
|
209
|
+
"__schema": "ExportSchema",
|
210
210
|
"location": {
|
211
|
-
"filePath": "
|
212
|
-
"line":
|
213
|
-
"character":
|
211
|
+
"filePath": "index.ts",
|
212
|
+
"line": 5,
|
213
|
+
"character": 15
|
214
214
|
},
|
215
|
-
"signature": "class ChangeLogUI",
|
216
215
|
"name": "ChangeLogUI",
|
217
|
-
"
|
218
|
-
|
219
|
-
|
220
|
-
"
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
"
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
216
|
+
"exportNode": {
|
217
|
+
"__schema": "ClassSchema",
|
218
|
+
"location": {
|
219
|
+
"filePath": "changelog.ui.runtime.tsx",
|
220
|
+
"line": 10,
|
221
|
+
"character": 1
|
222
|
+
},
|
223
|
+
"signature": "class ChangeLogUI",
|
224
|
+
"name": "ChangeLogUI",
|
225
|
+
"members": [
|
226
|
+
{
|
227
|
+
"__schema": "ConstructorSchema",
|
228
|
+
"location": {
|
229
|
+
"filePath": "changelog.ui.runtime.tsx",
|
230
|
+
"line": 11,
|
231
|
+
"character": 3
|
232
|
+
},
|
233
|
+
"signature": "constructor ChangeLogUI(host: string): ChangeLogUI",
|
234
|
+
"name": "constructor",
|
235
|
+
"params": [
|
236
|
+
{
|
237
|
+
"__schema": "ParameterSchema",
|
238
238
|
"location": {
|
239
239
|
"filePath": "changelog.ui.runtime.tsx",
|
240
240
|
"line": 11,
|
241
|
-
"character":
|
241
|
+
"character": 15
|
242
242
|
},
|
243
|
-
"name": "
|
243
|
+
"name": "host",
|
244
|
+
"type": {
|
245
|
+
"__schema": "KeywordTypeSchema",
|
246
|
+
"location": {
|
247
|
+
"filePath": "changelog.ui.runtime.tsx",
|
248
|
+
"line": 11,
|
249
|
+
"character": 29
|
250
|
+
},
|
251
|
+
"name": "string"
|
252
|
+
},
|
253
|
+
"isOptional": false,
|
254
|
+
"isSpread": false
|
255
|
+
}
|
256
|
+
],
|
257
|
+
"returnType": {
|
258
|
+
"__schema": "ThisTypeSchema",
|
259
|
+
"location": {
|
260
|
+
"filePath": "changelog.ui.runtime.tsx",
|
261
|
+
"line": 10,
|
262
|
+
"character": 1
|
244
263
|
},
|
245
|
-
"
|
246
|
-
"isSpread": false
|
247
|
-
}
|
248
|
-
],
|
249
|
-
"returnType": {
|
250
|
-
"__schema": "ThisTypeSchema",
|
251
|
-
"location": {
|
252
|
-
"filePath": "changelog.ui.runtime.tsx",
|
253
|
-
"line": 10,
|
254
|
-
"character": 1
|
264
|
+
"name": "ChangeLogUI"
|
255
265
|
},
|
256
|
-
"
|
257
|
-
},
|
258
|
-
"modifiers": []
|
259
|
-
},
|
260
|
-
{
|
261
|
-
"__schema": "VariableLikeSchema",
|
262
|
-
"location": {
|
263
|
-
"filePath": "changelog.ui.runtime.tsx",
|
264
|
-
"line": 13,
|
265
|
-
"character": 3
|
266
|
+
"modifiers": []
|
266
267
|
},
|
267
|
-
|
268
|
-
|
269
|
-
"type": {
|
270
|
-
"__schema": "InferenceTypeSchema",
|
268
|
+
{
|
269
|
+
"__schema": "VariableLikeSchema",
|
271
270
|
"location": {
|
272
271
|
"filePath": "changelog.ui.runtime.tsx",
|
273
272
|
"line": 13,
|
274
273
|
"character": 3
|
275
274
|
},
|
276
|
-
"
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
275
|
+
"signature": "(property) ChangeLogUI.ChangeLog: (props?: ChangeLogPageProps) => React.JSX.Element",
|
276
|
+
"name": "ChangeLog",
|
277
|
+
"type": {
|
278
|
+
"__schema": "InferenceTypeSchema",
|
279
|
+
"location": {
|
280
|
+
"filePath": "changelog.ui.runtime.tsx",
|
281
|
+
"line": 13,
|
282
|
+
"character": 3
|
283
|
+
},
|
284
|
+
"type": "(props?: ChangeLogPageProps) => React.JSX.Element"
|
285
|
+
},
|
286
|
+
"isOptional": true,
|
287
|
+
"defaultValue": "(props: ChangeLogPageProps = {}) => {\n return <ChangeLogPage {...props} host={this.host} />;\n }"
|
287
288
|
},
|
288
|
-
|
289
|
-
|
290
|
-
"type": {
|
291
|
-
"__schema": "InferenceTypeSchema",
|
289
|
+
{
|
290
|
+
"__schema": "VariableLikeSchema",
|
292
291
|
"location": {
|
293
292
|
"filePath": "changelog.ui.runtime.tsx",
|
294
293
|
"line": 17,
|
295
294
|
"character": 3
|
296
295
|
},
|
297
|
-
"
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
296
|
+
"signature": "(property) ChangeLogUI.dependencies: Aspect[]",
|
297
|
+
"name": "dependencies",
|
298
|
+
"type": {
|
299
|
+
"__schema": "InferenceTypeSchema",
|
300
|
+
"location": {
|
301
|
+
"filePath": "changelog.ui.runtime.tsx",
|
302
|
+
"line": 17,
|
303
|
+
"character": 3
|
304
|
+
},
|
305
|
+
"type": "Aspect[]"
|
306
|
+
},
|
307
|
+
"isOptional": true,
|
308
|
+
"defaultValue": "[ComponentAspect]"
|
308
309
|
},
|
309
|
-
|
310
|
-
|
311
|
-
"type": {
|
312
|
-
"__schema": "InferenceTypeSchema",
|
310
|
+
{
|
311
|
+
"__schema": "VariableLikeSchema",
|
313
312
|
"location": {
|
314
313
|
"filePath": "changelog.ui.runtime.tsx",
|
315
314
|
"line": 19,
|
316
315
|
"character": 3
|
317
316
|
},
|
318
|
-
"
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
},
|
323
|
-
{
|
324
|
-
"__schema": "FunctionLikeSchema",
|
325
|
-
"location": {
|
326
|
-
"filePath": "changelog.ui.runtime.tsx",
|
327
|
-
"line": 21,
|
328
|
-
"character": 3
|
329
|
-
},
|
330
|
-
"signature": "(method) ChangeLogUI.provider([component]: [ComponentUI], _: any, __: any, harmony: Harmony): Promise<ChangeLogUI>",
|
331
|
-
"name": "provider",
|
332
|
-
"params": [
|
333
|
-
{
|
334
|
-
"__schema": "ParameterSchema",
|
317
|
+
"signature": "(property) ChangeLogUI.runtime: RuntimeDefinition",
|
318
|
+
"name": "runtime",
|
319
|
+
"type": {
|
320
|
+
"__schema": "InferenceTypeSchema",
|
335
321
|
"location": {
|
336
322
|
"filePath": "changelog.ui.runtime.tsx",
|
337
|
-
"line":
|
338
|
-
"character":
|
323
|
+
"line": 19,
|
324
|
+
"character": 3
|
339
325
|
},
|
340
|
-
"
|
341
|
-
|
342
|
-
|
326
|
+
"type": "RuntimeDefinition"
|
327
|
+
},
|
328
|
+
"isOptional": true,
|
329
|
+
"defaultValue": "UIRuntime"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"__schema": "FunctionLikeSchema",
|
333
|
+
"location": {
|
334
|
+
"filePath": "changelog.ui.runtime.tsx",
|
335
|
+
"line": 21,
|
336
|
+
"character": 3
|
337
|
+
},
|
338
|
+
"signature": "(method) ChangeLogUI.provider([component]: [ComponentUI], _: any, __: any, harmony: Harmony): Promise<ChangeLogUI>",
|
339
|
+
"name": "provider",
|
340
|
+
"params": [
|
341
|
+
{
|
342
|
+
"__schema": "ParameterSchema",
|
343
343
|
"location": {
|
344
344
|
"filePath": "changelog.ui.runtime.tsx",
|
345
345
|
"line": 21,
|
346
|
-
"character":
|
346
|
+
"character": 25
|
347
347
|
},
|
348
|
-
"
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
"
|
359
|
-
"
|
348
|
+
"name": "[ component ]",
|
349
|
+
"type": {
|
350
|
+
"__schema": "TupleTypeSchema",
|
351
|
+
"location": {
|
352
|
+
"filePath": "changelog.ui.runtime.tsx",
|
353
|
+
"line": 21,
|
354
|
+
"character": 38
|
355
|
+
},
|
356
|
+
"elements": [
|
357
|
+
{
|
358
|
+
"__schema": "TypeRefSchema",
|
359
|
+
"location": {
|
360
|
+
"filePath": "changelog.ui.runtime.tsx",
|
361
|
+
"line": 21,
|
362
|
+
"character": 39
|
363
|
+
},
|
364
|
+
"name": "ComponentUI"
|
360
365
|
}
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
"isSpread": false
|
366
|
-
},
|
367
|
-
{
|
368
|
-
"__schema": "ParameterSchema",
|
369
|
-
"location": {
|
370
|
-
"filePath": "changelog.ui.runtime.tsx",
|
371
|
-
"line": 21,
|
372
|
-
"character": 53
|
366
|
+
]
|
367
|
+
},
|
368
|
+
"isOptional": false,
|
369
|
+
"isSpread": false
|
373
370
|
},
|
374
|
-
|
375
|
-
|
376
|
-
"__schema": "InferenceTypeSchema",
|
371
|
+
{
|
372
|
+
"__schema": "ParameterSchema",
|
377
373
|
"location": {
|
378
374
|
"filePath": "changelog.ui.runtime.tsx",
|
379
375
|
"line": 21,
|
380
376
|
"character": 53
|
381
377
|
},
|
382
|
-
"
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
"
|
378
|
+
"name": "_",
|
379
|
+
"type": {
|
380
|
+
"__schema": "InferenceTypeSchema",
|
381
|
+
"location": {
|
382
|
+
"filePath": "changelog.ui.runtime.tsx",
|
383
|
+
"line": 21,
|
384
|
+
"character": 53
|
385
|
+
},
|
386
|
+
"type": "any"
|
387
|
+
},
|
388
|
+
"isOptional": false,
|
389
|
+
"isSpread": false
|
393
390
|
},
|
394
|
-
|
395
|
-
|
396
|
-
"__schema": "InferenceTypeSchema",
|
391
|
+
{
|
392
|
+
"__schema": "ParameterSchema",
|
397
393
|
"location": {
|
398
394
|
"filePath": "changelog.ui.runtime.tsx",
|
399
395
|
"line": 21,
|
400
396
|
"character": 56
|
401
397
|
},
|
402
|
-
"
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
"
|
398
|
+
"name": "__",
|
399
|
+
"type": {
|
400
|
+
"__schema": "InferenceTypeSchema",
|
401
|
+
"location": {
|
402
|
+
"filePath": "changelog.ui.runtime.tsx",
|
403
|
+
"line": 21,
|
404
|
+
"character": 56
|
405
|
+
},
|
406
|
+
"type": "any"
|
407
|
+
},
|
408
|
+
"isOptional": false,
|
409
|
+
"isSpread": false
|
413
410
|
},
|
414
|
-
|
415
|
-
|
416
|
-
"__schema": "TypeRefSchema",
|
411
|
+
{
|
412
|
+
"__schema": "ParameterSchema",
|
417
413
|
"location": {
|
418
414
|
"filePath": "changelog.ui.runtime.tsx",
|
419
415
|
"line": 21,
|
420
|
-
"character":
|
416
|
+
"character": 60
|
421
417
|
},
|
422
|
-
"name": "
|
423
|
-
"
|
424
|
-
"
|
425
|
-
"
|
426
|
-
|
427
|
-
|
418
|
+
"name": "harmony",
|
419
|
+
"type": {
|
420
|
+
"__schema": "TypeRefSchema",
|
421
|
+
"location": {
|
422
|
+
"filePath": "changelog.ui.runtime.tsx",
|
423
|
+
"line": 21,
|
424
|
+
"character": 69
|
425
|
+
},
|
426
|
+
"name": "Harmony"
|
427
|
+
},
|
428
|
+
"isOptional": false,
|
429
|
+
"isSpread": false
|
430
|
+
}
|
431
|
+
],
|
432
|
+
"returnType": {
|
433
|
+
"__schema": "InferenceTypeSchema",
|
434
|
+
"location": {
|
435
|
+
"filePath": "changelog.ui.runtime.tsx",
|
436
|
+
"line": 21,
|
437
|
+
"character": 3
|
428
438
|
},
|
429
|
-
"
|
430
|
-
"isSpread": false
|
431
|
-
}
|
432
|
-
],
|
433
|
-
"returnType": {
|
434
|
-
"__schema": "InferenceTypeSchema",
|
435
|
-
"location": {
|
436
|
-
"filePath": "changelog.ui.runtime.tsx",
|
437
|
-
"line": 21,
|
438
|
-
"character": 3
|
439
|
+
"type": "Promise<ChangeLogUI>"
|
439
440
|
},
|
440
|
-
"
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
"implementNodes": []
|
441
|
+
"modifiers": [
|
442
|
+
"static",
|
443
|
+
"async"
|
444
|
+
]
|
445
|
+
}
|
446
|
+
],
|
447
|
+
"extendsNodes": [],
|
448
|
+
"implementNodes": []
|
449
|
+
}
|
450
450
|
},
|
451
451
|
{
|
452
|
-
"__schema": "
|
452
|
+
"__schema": "ExportSchema",
|
453
453
|
"location": {
|
454
|
-
"filePath": "
|
455
|
-
"line":
|
456
|
-
"character":
|
454
|
+
"filePath": "index.ts",
|
455
|
+
"line": 6,
|
456
|
+
"character": 10
|
457
457
|
},
|
458
|
-
"signature": "const ChangelogAspect: Aspect",
|
459
458
|
"name": "ChangelogAspect",
|
460
|
-
"
|
461
|
-
"__schema": "
|
459
|
+
"exportNode": {
|
460
|
+
"__schema": "VariableLikeSchema",
|
462
461
|
"location": {
|
463
462
|
"filePath": "changelog.aspect.ts",
|
464
463
|
"line": 3,
|
465
464
|
"character": 14
|
466
465
|
},
|
467
|
-
"
|
468
|
-
"
|
469
|
-
|
470
|
-
"
|
471
|
-
"
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
466
|
+
"signature": "const ChangelogAspect: Aspect",
|
467
|
+
"name": "ChangelogAspect",
|
468
|
+
"type": {
|
469
|
+
"__schema": "TypeRefSchema",
|
470
|
+
"location": {
|
471
|
+
"filePath": "changelog.aspect.ts",
|
472
|
+
"line": 3,
|
473
|
+
"character": 14
|
474
|
+
},
|
475
|
+
"name": "Aspect",
|
476
|
+
"componentId": {
|
477
|
+
"scope": "teambit.harmony",
|
478
|
+
"name": "harmony",
|
479
|
+
"version": "0.4.6"
|
480
|
+
}
|
481
|
+
},
|
482
|
+
"isOptional": false,
|
483
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/changelog',\n dependencies: [],\n defaultConfig: {},\n})"
|
484
|
+
}
|
476
485
|
},
|
477
486
|
{
|
478
487
|
"__schema": "UnImplementedSchema",
|
@@ -557,7 +566,7 @@
|
|
557
566
|
"line": 20,
|
558
567
|
"character": 22
|
559
568
|
},
|
560
|
-
"signature": "(id: string, host: string, filters?:
|
569
|
+
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
561
570
|
"name": "",
|
562
571
|
"params": [
|
563
572
|
{
|
@@ -615,11 +624,7 @@
|
|
615
624
|
"line": 20,
|
616
625
|
"character": 59
|
617
626
|
},
|
618
|
-
"name": "Filters"
|
619
|
-
"componentId": {
|
620
|
-
"scope": "teambit.component",
|
621
|
-
"name": "component"
|
622
|
-
}
|
627
|
+
"name": "Filters"
|
623
628
|
},
|
624
629
|
"isOptional": true,
|
625
630
|
"isSpread": false
|
@@ -652,11 +657,7 @@
|
|
652
657
|
"line": 20,
|
653
658
|
"character": 87
|
654
659
|
},
|
655
|
-
"name": "ComponentLogsResult"
|
656
|
-
"componentId": {
|
657
|
-
"scope": "teambit.component",
|
658
|
-
"name": "component"
|
659
|
-
}
|
660
|
+
"name": "ComponentLogsResult"
|
660
661
|
},
|
661
662
|
"modifiers": []
|
662
663
|
},
|
@@ -672,7 +673,6 @@
|
|
672
673
|
"character": 5
|
673
674
|
},
|
674
675
|
"name": "HTMLAttributes",
|
675
|
-
"packageName": "react",
|
676
676
|
"typeArgs": [
|
677
677
|
{
|
678
678
|
"__schema": "TypeRefSchema",
|
@@ -928,11 +928,7 @@
|
|
928
928
|
"line": 21,
|
929
929
|
"character": 39
|
930
930
|
},
|
931
|
-
"name": "ComponentUI"
|
932
|
-
"componentId": {
|
933
|
-
"scope": "teambit.component",
|
934
|
-
"name": "component"
|
935
|
-
}
|
931
|
+
"name": "ComponentUI"
|
936
932
|
}
|
937
933
|
]
|
938
934
|
},
|
@@ -994,12 +990,7 @@
|
|
994
990
|
"line": 21,
|
995
991
|
"character": 69
|
996
992
|
},
|
997
|
-
"name": "Harmony"
|
998
|
-
"componentId": {
|
999
|
-
"scope": "teambit.harmony",
|
1000
|
-
"name": "harmony",
|
1001
|
-
"version": "0.4.6"
|
1002
|
-
}
|
993
|
+
"name": "Harmony"
|
1003
994
|
},
|
1004
995
|
"isOptional": false,
|
1005
996
|
"isSpread": false
|
@@ -1088,7 +1079,7 @@
|
|
1088
1079
|
"componentId": {
|
1089
1080
|
"scope": "teambit.component",
|
1090
1081
|
"name": "changelog",
|
1091
|
-
"version": "1.0.
|
1082
|
+
"version": "1.0.258"
|
1092
1083
|
},
|
1093
1084
|
"taggedModuleExports": []
|
1094
1085
|
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import * as compositions_0 from '/Users/giladshoham/Library/Caches/Bit/capsules/root/b5ea46ec3/teambit.component_changelog@1.0.258/dist/changelog.composition.js';
|
2
|
+
import * as overview_0 from '/Users/giladshoham/Library/Caches/Bit/capsules/root/b5ea46ec3/teambit.component_changelog@1.0.258/dist/changelog.docs.mdx';
|
3
|
+
|
4
|
+
export const compositions = [compositions_0];
|
5
|
+
export const overview = [overview_0];
|
6
|
+
|
7
|
+
export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/changelog",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.258",
|
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.258"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"classnames": "2.2.6",
|
@@ -17,8 +17,8 @@
|
|
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.258",
|
21
|
+
"@teambit/ui": "1.0.258",
|
22
22
|
"@teambit/component.ui.version-block": "0.0.887"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.256/dist/changelog.composition.js';
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.256/dist/changelog.docs.mdx';
|
3
|
-
|
4
|
-
export const compositions = [compositions_0];
|
5
|
-
export const overview = [overview_0];
|
6
|
-
|
7
|
-
export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
|