@teambit/panels 0.0.1077 → 0.0.1079

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.1077" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.ui-foundation/panels@0.0.1079" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -258,7 +258,8 @@
258
258
  "line": 21,
259
259
  "character": 32
260
260
  },
261
- "name": "TabListProps"
261
+ "name": "TabListProps",
262
+ "internalFilePath": "ui/tabs.tsx"
262
263
  },
263
264
  "isOptional": false,
264
265
  "isSpread": false
@@ -374,7 +375,8 @@
374
375
  "line": 14,
375
376
  "character": 33
376
377
  },
377
- "name": "Tabs"
378
+ "name": "Tabs",
379
+ "packageName": "react-tabs"
378
380
  }
379
381
  },
380
382
  {
@@ -461,7 +463,8 @@
461
463
  "line": 21,
462
464
  "character": 32
463
465
  },
464
- "name": "TabListProps"
466
+ "name": "TabListProps",
467
+ "internalFilePath": "ui/tabs.tsx"
465
468
  },
466
469
  "isOptional": false,
467
470
  "isSpread": false
@@ -573,7 +576,7 @@
573
576
  "componentId": {
574
577
  "scope": "teambit.ui-foundation",
575
578
  "name": "panels",
576
- "version": "0.0.1077"
579
+ "version": "0.0.1079"
577
580
  },
578
581
  "taggedModuleExports": []
579
582
  }
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@teambit/panels",
3
- "version": "0.0.1077",
3
+ "version": "0.0.1079",
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.1077"
9
+ "version": "0.0.1079"
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.1075"
15
+ "@teambit/cli": "0.0.1077"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/classnames": "2.2.11",