@teambit/panels 0.0.852 → 0.0.853

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