@teambit/panels 0.0.1091 → 0.0.1093

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.1093" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -0,0 +1,582 @@
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
+ "internalFilePath": "ui/tabs.tsx"
263
+ },
264
+ "isOptional": false,
265
+ "isSpread": false
266
+ }
267
+ ],
268
+ "returnType": {
269
+ "__schema": "InferenceTypeSchema",
270
+ "location": {
271
+ "filePath": "ui/tabs.tsx",
272
+ "line": 21,
273
+ "character": 1
274
+ },
275
+ "type": "React.JSX.Element\nmodule TabList"
276
+ },
277
+ "modifiers": [
278
+ "export"
279
+ ]
280
+ }
281
+ },
282
+ {
283
+ "__schema": "ExportSchema",
284
+ "location": {
285
+ "filePath": "index.ts",
286
+ "line": 3,
287
+ "character": 38
288
+ },
289
+ "signature": "const TabPanel: typeof TabPanelBase",
290
+ "name": "TabPanel",
291
+ "exportNode": {
292
+ "__schema": "VariableLikeSchema",
293
+ "location": {
294
+ "filePath": "ui/tabs.tsx",
295
+ "line": 29,
296
+ "character": 14
297
+ },
298
+ "signature": "const TabPanel: typeof TabPanelBase",
299
+ "name": "TabPanel",
300
+ "type": {
301
+ "__schema": "InferenceTypeSchema",
302
+ "location": {
303
+ "filePath": "ui/tabs.tsx",
304
+ "line": 29,
305
+ "character": 14
306
+ },
307
+ "type": "typeof TabPanelBase"
308
+ },
309
+ "isOptional": false,
310
+ "defaultValue": "TabPanelBase"
311
+ }
312
+ }
313
+ ],
314
+ "internals": []
315
+ },
316
+ "internals": [
317
+ {
318
+ "__schema": "ModuleSchema",
319
+ "location": {
320
+ "filePath": "panel-ui.aspect.ts",
321
+ "line": 1,
322
+ "character": 1
323
+ },
324
+ "exports": [
325
+ {
326
+ "__schema": "VariableLikeSchema",
327
+ "location": {
328
+ "filePath": "panel-ui.aspect.ts",
329
+ "line": 3,
330
+ "character": 14
331
+ },
332
+ "signature": "const PanelUiAspect: Aspect",
333
+ "name": "PanelUiAspect",
334
+ "type": {
335
+ "__schema": "TypeRefSchema",
336
+ "location": {
337
+ "filePath": "panel-ui.aspect.ts",
338
+ "line": 3,
339
+ "character": 14
340
+ },
341
+ "name": "Aspect",
342
+ "componentId": {
343
+ "scope": "teambit.harmony",
344
+ "name": "harmony",
345
+ "version": "0.4.6"
346
+ }
347
+ },
348
+ "isOptional": false,
349
+ "defaultValue": "Aspect.create({\n id: 'teambit.ui-foundation/panels',\n dependencies: [],\n defaultConfig: {},\n})"
350
+ }
351
+ ],
352
+ "internals": []
353
+ },
354
+ {
355
+ "__schema": "ModuleSchema",
356
+ "location": {
357
+ "filePath": "ui/tabs.tsx",
358
+ "line": 1,
359
+ "character": 1
360
+ },
361
+ "exports": [
362
+ {
363
+ "__schema": "TypeSchema",
364
+ "location": {
365
+ "filePath": "ui/tabs.tsx",
366
+ "line": 14,
367
+ "character": 1
368
+ },
369
+ "signature": "type TabContainerProps = Tabs",
370
+ "name": "TabContainerProps",
371
+ "type": {
372
+ "__schema": "TypeRefSchema",
373
+ "location": {
374
+ "filePath": "ui/tabs.tsx",
375
+ "line": 14,
376
+ "character": 33
377
+ },
378
+ "name": "Tabs",
379
+ "packageName": "react-tabs"
380
+ }
381
+ },
382
+ {
383
+ "__schema": "VariableLikeSchema",
384
+ "location": {
385
+ "filePath": "ui/tabs.tsx",
386
+ "line": 15,
387
+ "character": 14
388
+ },
389
+ "signature": "const TabContainer: typeof Tabs",
390
+ "name": "TabContainer",
391
+ "type": {
392
+ "__schema": "InferenceTypeSchema",
393
+ "location": {
394
+ "filePath": "ui/tabs.tsx",
395
+ "line": 15,
396
+ "character": 14
397
+ },
398
+ "type": "typeof Tabs"
399
+ },
400
+ "isOptional": false,
401
+ "defaultValue": "Tabs"
402
+ },
403
+ {
404
+ "__schema": "TypeSchema",
405
+ "location": {
406
+ "filePath": "ui/tabs.tsx",
407
+ "line": 18,
408
+ "character": 1
409
+ },
410
+ "signature": "type TabProps = BaseTabProps",
411
+ "name": "TabProps",
412
+ "type": {
413
+ "__schema": "TypeRefSchema",
414
+ "location": {
415
+ "filePath": "ui/tabs.tsx",
416
+ "line": 18,
417
+ "character": 24
418
+ },
419
+ "name": "BaseTabProps"
420
+ }
421
+ },
422
+ {
423
+ "__schema": "TypeSchema",
424
+ "location": {
425
+ "filePath": "ui/tabs.tsx",
426
+ "line": 20,
427
+ "character": 1
428
+ },
429
+ "signature": "type TabListProps = BaseTabListProps",
430
+ "name": "TabListProps",
431
+ "type": {
432
+ "__schema": "TypeRefSchema",
433
+ "location": {
434
+ "filePath": "ui/tabs.tsx",
435
+ "line": 20,
436
+ "character": 28
437
+ },
438
+ "name": "BaseTabListProps"
439
+ }
440
+ },
441
+ {
442
+ "__schema": "FunctionLikeSchema",
443
+ "location": {
444
+ "filePath": "ui/tabs.tsx",
445
+ "line": 21,
446
+ "character": 1
447
+ },
448
+ "signature": "function TabList(props: TabListProps): React.JSX.Element\nmodule TabList",
449
+ "name": "TabList",
450
+ "params": [
451
+ {
452
+ "__schema": "ParameterSchema",
453
+ "location": {
454
+ "filePath": "ui/tabs.tsx",
455
+ "line": 21,
456
+ "character": 25
457
+ },
458
+ "name": "props",
459
+ "type": {
460
+ "__schema": "TypeRefSchema",
461
+ "location": {
462
+ "filePath": "ui/tabs.tsx",
463
+ "line": 21,
464
+ "character": 32
465
+ },
466
+ "name": "TabListProps",
467
+ "internalFilePath": "ui/tabs.tsx"
468
+ },
469
+ "isOptional": false,
470
+ "isSpread": false
471
+ }
472
+ ],
473
+ "returnType": {
474
+ "__schema": "InferenceTypeSchema",
475
+ "location": {
476
+ "filePath": "ui/tabs.tsx",
477
+ "line": 21,
478
+ "character": 1
479
+ },
480
+ "type": "React.JSX.Element\nmodule TabList"
481
+ },
482
+ "modifiers": [
483
+ "export"
484
+ ]
485
+ },
486
+ {
487
+ "__schema": "VariableLikeSchema",
488
+ "location": {
489
+ "filePath": "ui/tabs.tsx",
490
+ "line": 29,
491
+ "character": 14
492
+ },
493
+ "signature": "const TabPanel: typeof TabPanelBase",
494
+ "name": "TabPanel",
495
+ "type": {
496
+ "__schema": "InferenceTypeSchema",
497
+ "location": {
498
+ "filePath": "ui/tabs.tsx",
499
+ "line": 29,
500
+ "character": 14
501
+ },
502
+ "type": "typeof TabPanelBase"
503
+ },
504
+ "isOptional": false,
505
+ "defaultValue": "TabPanelBase"
506
+ },
507
+ {
508
+ "__schema": "FunctionLikeSchema",
509
+ "location": {
510
+ "filePath": "ui/tabs.tsx",
511
+ "line": 30,
512
+ "character": 1
513
+ },
514
+ "signature": "function Tab(props: BaseTabProps): React.JSX.Element\nmodule Tab",
515
+ "name": "Tab",
516
+ "params": [
517
+ {
518
+ "__schema": "ParameterSchema",
519
+ "location": {
520
+ "filePath": "ui/tabs.tsx",
521
+ "line": 30,
522
+ "character": 21
523
+ },
524
+ "name": "props",
525
+ "type": {
526
+ "__schema": "TypeRefSchema",
527
+ "location": {
528
+ "filePath": "ui/tabs.tsx",
529
+ "line": 30,
530
+ "character": 28
531
+ },
532
+ "name": "BaseTabProps"
533
+ },
534
+ "isOptional": false,
535
+ "isSpread": false
536
+ }
537
+ ],
538
+ "returnType": {
539
+ "__schema": "InferenceTypeSchema",
540
+ "location": {
541
+ "filePath": "ui/tabs.tsx",
542
+ "line": 30,
543
+ "character": 1
544
+ },
545
+ "type": "React.JSX.Element\nmodule Tab"
546
+ },
547
+ "modifiers": [
548
+ "export"
549
+ ]
550
+ }
551
+ ],
552
+ "internals": [
553
+ {
554
+ "__schema": "UnImplementedSchema",
555
+ "location": {
556
+ "filePath": "ui/tabs.tsx",
557
+ "line": 27,
558
+ "character": 1
559
+ },
560
+ "name": "TabList.tabsRole = 'TabList';",
561
+ "type": "ExpressionStatement"
562
+ },
563
+ {
564
+ "__schema": "UnImplementedSchema",
565
+ "location": {
566
+ "filePath": "ui/tabs.tsx",
567
+ "line": 41,
568
+ "character": 1
569
+ },
570
+ "name": "Tab.tabsRole = 'Tab';",
571
+ "type": "ExpressionStatement"
572
+ }
573
+ ]
574
+ }
575
+ ],
576
+ "componentId": {
577
+ "scope": "teambit.ui-foundation",
578
+ "name": "panels",
579
+ "version": "0.0.1093"
580
+ },
581
+ "taggedModuleExports": []
582
+ }
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@teambit/panels",
3
- "version": "0.0.1091",
3
+ "version": "0.0.1093",
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.1093"
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.1091"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/classnames": "2.2.11",
19
19
  "@types/react-tabs": "2.3.2",
20
20
  "@types/mocha": "9.1.0",
21
- "@teambit/harmony.envs.core-aspect-env": "0.0.65"
21
+ "@teambit/harmony.envs.core-aspect-env": "0.0.68"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "^17.0.0 || ^18.0.0",