@teambit/panels 0.0.1091 → 0.0.1092

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.ui-foundation/panels@0.0.1091" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.ui-foundation/panels@0.0.1092" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -0,0 +1,579 @@
1
+ {
2
+ "__schema": "APISchema",
3
+ "location": {
4
+ "filePath": "index.ts",
5
+ "line": 1,
6
+ "character": 1
7
+ },
8
+ "module": {
9
+ "__schema": "ModuleSchema",
10
+ "location": {
11
+ "filePath": "index.ts",
12
+ "line": 1,
13
+ "character": 1
14
+ },
15
+ "exports": [
16
+ {
17
+ "__schema": "ExportSchema",
18
+ "location": {
19
+ "filePath": "index.ts",
20
+ "line": 1,
21
+ "character": 15
22
+ },
23
+ "signature": "class PanelUIMain",
24
+ "name": "PanelUIMain",
25
+ "exportNode": {
26
+ "__schema": "ClassSchema",
27
+ "location": {
28
+ "filePath": "panel-ui.main.runtime.ts",
29
+ "line": 5,
30
+ "character": 1
31
+ },
32
+ "signature": "class PanelUIMain",
33
+ "name": "PanelUIMain",
34
+ "members": [
35
+ {
36
+ "__schema": "VariableLikeSchema",
37
+ "location": {
38
+ "filePath": "panel-ui.main.runtime.ts",
39
+ "line": 6,
40
+ "character": 3
41
+ },
42
+ "signature": "(property) PanelUIMain.runtime: RuntimeDefinition",
43
+ "name": "runtime",
44
+ "type": {
45
+ "__schema": "InferenceTypeSchema",
46
+ "location": {
47
+ "filePath": "panel-ui.main.runtime.ts",
48
+ "line": 6,
49
+ "character": 3
50
+ },
51
+ "type": "RuntimeDefinition"
52
+ },
53
+ "isOptional": true,
54
+ "defaultValue": "MainRuntime"
55
+ },
56
+ {
57
+ "__schema": "VariableLikeSchema",
58
+ "location": {
59
+ "filePath": "panel-ui.main.runtime.ts",
60
+ "line": 7,
61
+ "character": 3
62
+ },
63
+ "signature": "(property) PanelUIMain.dependencies: never[]",
64
+ "name": "dependencies",
65
+ "type": {
66
+ "__schema": "InferenceTypeSchema",
67
+ "location": {
68
+ "filePath": "panel-ui.main.runtime.ts",
69
+ "line": 7,
70
+ "character": 3
71
+ },
72
+ "type": "never[]"
73
+ },
74
+ "isOptional": true,
75
+ "defaultValue": "[]"
76
+ },
77
+ {
78
+ "__schema": "FunctionLikeSchema",
79
+ "location": {
80
+ "filePath": "panel-ui.main.runtime.ts",
81
+ "line": 9,
82
+ "character": 3
83
+ },
84
+ "signature": "(method) PanelUIMain.provider(): Promise<PanelUIMain>",
85
+ "name": "provider",
86
+ "params": [],
87
+ "returnType": {
88
+ "__schema": "InferenceTypeSchema",
89
+ "location": {
90
+ "filePath": "panel-ui.main.runtime.ts",
91
+ "line": 9,
92
+ "character": 3
93
+ },
94
+ "type": "Promise<PanelUIMain>"
95
+ },
96
+ "modifiers": [
97
+ "static",
98
+ "async"
99
+ ]
100
+ }
101
+ ],
102
+ "extendsNodes": [],
103
+ "implementNodes": []
104
+ }
105
+ },
106
+ {
107
+ "__schema": "ExportSchema",
108
+ "location": {
109
+ "filePath": "index.ts",
110
+ "line": 2,
111
+ "character": 10
112
+ },
113
+ "signature": "const PanelUiAspect: Aspect",
114
+ "name": "PanelUiAspect",
115
+ "exportNode": {
116
+ "__schema": "VariableLikeSchema",
117
+ "location": {
118
+ "filePath": "panel-ui.aspect.ts",
119
+ "line": 3,
120
+ "character": 14
121
+ },
122
+ "signature": "const PanelUiAspect: Aspect",
123
+ "name": "PanelUiAspect",
124
+ "type": {
125
+ "__schema": "TypeRefSchema",
126
+ "location": {
127
+ "filePath": "panel-ui.aspect.ts",
128
+ "line": 3,
129
+ "character": 14
130
+ },
131
+ "name": "Aspect",
132
+ "componentId": {
133
+ "scope": "teambit.harmony",
134
+ "name": "harmony",
135
+ "version": "0.4.6"
136
+ }
137
+ },
138
+ "isOptional": false,
139
+ "defaultValue": "Aspect.create({\n id: 'teambit.ui-foundation/panels',\n dependencies: [],\n defaultConfig: {},\n})"
140
+ }
141
+ },
142
+ {
143
+ "__schema": "ExportSchema",
144
+ "location": {
145
+ "filePath": "index.ts",
146
+ "line": 3,
147
+ "character": 10
148
+ },
149
+ "signature": "const TabContainer: typeof Tabs",
150
+ "name": "TabContainer",
151
+ "exportNode": {
152
+ "__schema": "VariableLikeSchema",
153
+ "location": {
154
+ "filePath": "ui/tabs.tsx",
155
+ "line": 15,
156
+ "character": 14
157
+ },
158
+ "signature": "const TabContainer: typeof Tabs",
159
+ "name": "TabContainer",
160
+ "type": {
161
+ "__schema": "InferenceTypeSchema",
162
+ "location": {
163
+ "filePath": "ui/tabs.tsx",
164
+ "line": 15,
165
+ "character": 14
166
+ },
167
+ "type": "typeof Tabs"
168
+ },
169
+ "isOptional": false,
170
+ "defaultValue": "Tabs"
171
+ }
172
+ },
173
+ {
174
+ "__schema": "ExportSchema",
175
+ "location": {
176
+ "filePath": "index.ts",
177
+ "line": 3,
178
+ "character": 24
179
+ },
180
+ "signature": "function Tab(props: BaseTabProps): React.JSX.Element\nmodule Tab",
181
+ "name": "Tab",
182
+ "exportNode": {
183
+ "__schema": "FunctionLikeSchema",
184
+ "location": {
185
+ "filePath": "ui/tabs.tsx",
186
+ "line": 30,
187
+ "character": 1
188
+ },
189
+ "signature": "function Tab(props: BaseTabProps): React.JSX.Element\nmodule Tab",
190
+ "name": "Tab",
191
+ "params": [
192
+ {
193
+ "__schema": "ParameterSchema",
194
+ "location": {
195
+ "filePath": "ui/tabs.tsx",
196
+ "line": 30,
197
+ "character": 21
198
+ },
199
+ "name": "props",
200
+ "type": {
201
+ "__schema": "TypeRefSchema",
202
+ "location": {
203
+ "filePath": "ui/tabs.tsx",
204
+ "line": 30,
205
+ "character": 28
206
+ },
207
+ "name": "BaseTabProps"
208
+ },
209
+ "isOptional": false,
210
+ "isSpread": false
211
+ }
212
+ ],
213
+ "returnType": {
214
+ "__schema": "InferenceTypeSchema",
215
+ "location": {
216
+ "filePath": "ui/tabs.tsx",
217
+ "line": 30,
218
+ "character": 1
219
+ },
220
+ "type": "React.JSX.Element\nmodule Tab"
221
+ },
222
+ "modifiers": [
223
+ "export"
224
+ ]
225
+ }
226
+ },
227
+ {
228
+ "__schema": "ExportSchema",
229
+ "location": {
230
+ "filePath": "index.ts",
231
+ "line": 3,
232
+ "character": 29
233
+ },
234
+ "signature": "function TabList(props: TabListProps): React.JSX.Element\nmodule TabList",
235
+ "name": "TabList",
236
+ "exportNode": {
237
+ "__schema": "FunctionLikeSchema",
238
+ "location": {
239
+ "filePath": "ui/tabs.tsx",
240
+ "line": 21,
241
+ "character": 1
242
+ },
243
+ "signature": "function TabList(props: TabListProps): React.JSX.Element\nmodule TabList",
244
+ "name": "TabList",
245
+ "params": [
246
+ {
247
+ "__schema": "ParameterSchema",
248
+ "location": {
249
+ "filePath": "ui/tabs.tsx",
250
+ "line": 21,
251
+ "character": 25
252
+ },
253
+ "name": "props",
254
+ "type": {
255
+ "__schema": "TypeRefSchema",
256
+ "location": {
257
+ "filePath": "ui/tabs.tsx",
258
+ "line": 21,
259
+ "character": 32
260
+ },
261
+ "name": "TabListProps"
262
+ },
263
+ "isOptional": false,
264
+ "isSpread": false
265
+ }
266
+ ],
267
+ "returnType": {
268
+ "__schema": "InferenceTypeSchema",
269
+ "location": {
270
+ "filePath": "ui/tabs.tsx",
271
+ "line": 21,
272
+ "character": 1
273
+ },
274
+ "type": "React.JSX.Element\nmodule TabList"
275
+ },
276
+ "modifiers": [
277
+ "export"
278
+ ]
279
+ }
280
+ },
281
+ {
282
+ "__schema": "ExportSchema",
283
+ "location": {
284
+ "filePath": "index.ts",
285
+ "line": 3,
286
+ "character": 38
287
+ },
288
+ "signature": "const TabPanel: typeof TabPanelBase",
289
+ "name": "TabPanel",
290
+ "exportNode": {
291
+ "__schema": "VariableLikeSchema",
292
+ "location": {
293
+ "filePath": "ui/tabs.tsx",
294
+ "line": 29,
295
+ "character": 14
296
+ },
297
+ "signature": "const TabPanel: typeof TabPanelBase",
298
+ "name": "TabPanel",
299
+ "type": {
300
+ "__schema": "InferenceTypeSchema",
301
+ "location": {
302
+ "filePath": "ui/tabs.tsx",
303
+ "line": 29,
304
+ "character": 14
305
+ },
306
+ "type": "typeof TabPanelBase"
307
+ },
308
+ "isOptional": false,
309
+ "defaultValue": "TabPanelBase"
310
+ }
311
+ }
312
+ ],
313
+ "internals": []
314
+ },
315
+ "internals": [
316
+ {
317
+ "__schema": "ModuleSchema",
318
+ "location": {
319
+ "filePath": "panel-ui.aspect.ts",
320
+ "line": 1,
321
+ "character": 1
322
+ },
323
+ "exports": [
324
+ {
325
+ "__schema": "VariableLikeSchema",
326
+ "location": {
327
+ "filePath": "panel-ui.aspect.ts",
328
+ "line": 3,
329
+ "character": 14
330
+ },
331
+ "signature": "const PanelUiAspect: Aspect",
332
+ "name": "PanelUiAspect",
333
+ "type": {
334
+ "__schema": "TypeRefSchema",
335
+ "location": {
336
+ "filePath": "panel-ui.aspect.ts",
337
+ "line": 3,
338
+ "character": 14
339
+ },
340
+ "name": "Aspect",
341
+ "componentId": {
342
+ "scope": "teambit.harmony",
343
+ "name": "harmony",
344
+ "version": "0.4.6"
345
+ }
346
+ },
347
+ "isOptional": false,
348
+ "defaultValue": "Aspect.create({\n id: 'teambit.ui-foundation/panels',\n dependencies: [],\n defaultConfig: {},\n})"
349
+ }
350
+ ],
351
+ "internals": []
352
+ },
353
+ {
354
+ "__schema": "ModuleSchema",
355
+ "location": {
356
+ "filePath": "ui/tabs.tsx",
357
+ "line": 1,
358
+ "character": 1
359
+ },
360
+ "exports": [
361
+ {
362
+ "__schema": "TypeSchema",
363
+ "location": {
364
+ "filePath": "ui/tabs.tsx",
365
+ "line": 14,
366
+ "character": 1
367
+ },
368
+ "signature": "type TabContainerProps = Tabs",
369
+ "name": "TabContainerProps",
370
+ "type": {
371
+ "__schema": "TypeRefSchema",
372
+ "location": {
373
+ "filePath": "ui/tabs.tsx",
374
+ "line": 14,
375
+ "character": 33
376
+ },
377
+ "name": "Tabs"
378
+ }
379
+ },
380
+ {
381
+ "__schema": "VariableLikeSchema",
382
+ "location": {
383
+ "filePath": "ui/tabs.tsx",
384
+ "line": 15,
385
+ "character": 14
386
+ },
387
+ "signature": "const TabContainer: typeof Tabs",
388
+ "name": "TabContainer",
389
+ "type": {
390
+ "__schema": "InferenceTypeSchema",
391
+ "location": {
392
+ "filePath": "ui/tabs.tsx",
393
+ "line": 15,
394
+ "character": 14
395
+ },
396
+ "type": "typeof Tabs"
397
+ },
398
+ "isOptional": false,
399
+ "defaultValue": "Tabs"
400
+ },
401
+ {
402
+ "__schema": "TypeSchema",
403
+ "location": {
404
+ "filePath": "ui/tabs.tsx",
405
+ "line": 18,
406
+ "character": 1
407
+ },
408
+ "signature": "type TabProps = BaseTabProps",
409
+ "name": "TabProps",
410
+ "type": {
411
+ "__schema": "TypeRefSchema",
412
+ "location": {
413
+ "filePath": "ui/tabs.tsx",
414
+ "line": 18,
415
+ "character": 24
416
+ },
417
+ "name": "BaseTabProps"
418
+ }
419
+ },
420
+ {
421
+ "__schema": "TypeSchema",
422
+ "location": {
423
+ "filePath": "ui/tabs.tsx",
424
+ "line": 20,
425
+ "character": 1
426
+ },
427
+ "signature": "type TabListProps = BaseTabListProps",
428
+ "name": "TabListProps",
429
+ "type": {
430
+ "__schema": "TypeRefSchema",
431
+ "location": {
432
+ "filePath": "ui/tabs.tsx",
433
+ "line": 20,
434
+ "character": 28
435
+ },
436
+ "name": "BaseTabListProps"
437
+ }
438
+ },
439
+ {
440
+ "__schema": "FunctionLikeSchema",
441
+ "location": {
442
+ "filePath": "ui/tabs.tsx",
443
+ "line": 21,
444
+ "character": 1
445
+ },
446
+ "signature": "function TabList(props: TabListProps): React.JSX.Element\nmodule TabList",
447
+ "name": "TabList",
448
+ "params": [
449
+ {
450
+ "__schema": "ParameterSchema",
451
+ "location": {
452
+ "filePath": "ui/tabs.tsx",
453
+ "line": 21,
454
+ "character": 25
455
+ },
456
+ "name": "props",
457
+ "type": {
458
+ "__schema": "TypeRefSchema",
459
+ "location": {
460
+ "filePath": "ui/tabs.tsx",
461
+ "line": 21,
462
+ "character": 32
463
+ },
464
+ "name": "TabListProps"
465
+ },
466
+ "isOptional": false,
467
+ "isSpread": false
468
+ }
469
+ ],
470
+ "returnType": {
471
+ "__schema": "InferenceTypeSchema",
472
+ "location": {
473
+ "filePath": "ui/tabs.tsx",
474
+ "line": 21,
475
+ "character": 1
476
+ },
477
+ "type": "React.JSX.Element\nmodule TabList"
478
+ },
479
+ "modifiers": [
480
+ "export"
481
+ ]
482
+ },
483
+ {
484
+ "__schema": "VariableLikeSchema",
485
+ "location": {
486
+ "filePath": "ui/tabs.tsx",
487
+ "line": 29,
488
+ "character": 14
489
+ },
490
+ "signature": "const TabPanel: typeof TabPanelBase",
491
+ "name": "TabPanel",
492
+ "type": {
493
+ "__schema": "InferenceTypeSchema",
494
+ "location": {
495
+ "filePath": "ui/tabs.tsx",
496
+ "line": 29,
497
+ "character": 14
498
+ },
499
+ "type": "typeof TabPanelBase"
500
+ },
501
+ "isOptional": false,
502
+ "defaultValue": "TabPanelBase"
503
+ },
504
+ {
505
+ "__schema": "FunctionLikeSchema",
506
+ "location": {
507
+ "filePath": "ui/tabs.tsx",
508
+ "line": 30,
509
+ "character": 1
510
+ },
511
+ "signature": "function Tab(props: BaseTabProps): React.JSX.Element\nmodule Tab",
512
+ "name": "Tab",
513
+ "params": [
514
+ {
515
+ "__schema": "ParameterSchema",
516
+ "location": {
517
+ "filePath": "ui/tabs.tsx",
518
+ "line": 30,
519
+ "character": 21
520
+ },
521
+ "name": "props",
522
+ "type": {
523
+ "__schema": "TypeRefSchema",
524
+ "location": {
525
+ "filePath": "ui/tabs.tsx",
526
+ "line": 30,
527
+ "character": 28
528
+ },
529
+ "name": "BaseTabProps"
530
+ },
531
+ "isOptional": false,
532
+ "isSpread": false
533
+ }
534
+ ],
535
+ "returnType": {
536
+ "__schema": "InferenceTypeSchema",
537
+ "location": {
538
+ "filePath": "ui/tabs.tsx",
539
+ "line": 30,
540
+ "character": 1
541
+ },
542
+ "type": "React.JSX.Element\nmodule Tab"
543
+ },
544
+ "modifiers": [
545
+ "export"
546
+ ]
547
+ }
548
+ ],
549
+ "internals": [
550
+ {
551
+ "__schema": "UnImplementedSchema",
552
+ "location": {
553
+ "filePath": "ui/tabs.tsx",
554
+ "line": 27,
555
+ "character": 1
556
+ },
557
+ "name": "TabList.tabsRole = 'TabList';",
558
+ "type": "ExpressionStatement"
559
+ },
560
+ {
561
+ "__schema": "UnImplementedSchema",
562
+ "location": {
563
+ "filePath": "ui/tabs.tsx",
564
+ "line": 41,
565
+ "character": 1
566
+ },
567
+ "name": "Tab.tabsRole = 'Tab';",
568
+ "type": "ExpressionStatement"
569
+ }
570
+ ]
571
+ }
572
+ ],
573
+ "componentId": {
574
+ "scope": "teambit.ui-foundation",
575
+ "name": "panels",
576
+ "version": "0.0.1092"
577
+ },
578
+ "taggedModuleExports": []
579
+ }
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@teambit/panels",
3
- "version": "0.0.1091",
3
+ "version": "0.0.1092",
4
4
  "homepage": "https://bit.cloud/teambit/ui-foundation/panels",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "panels",
9
- "version": "0.0.1091"
9
+ "version": "0.0.1092"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
13
13
  "react-tabs": "3.2.0",
14
14
  "@teambit/harmony": "0.4.6",
15
- "@teambit/cli": "0.0.1089"
15
+ "@teambit/cli": "0.0.1090"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/classnames": "2.2.11",