@teambit/panels 0.0.908 → 0.0.910

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.908" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.ui-foundation/panels@0.0.910" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -253,8 +253,7 @@
253
253
  "line": 21,
254
254
  "character": 32
255
255
  },
256
- "name": "TabListProps",
257
- "internalFilePath": "ui/tabs.tsx"
256
+ "name": "TabListProps"
258
257
  },
259
258
  "isOptional": false,
260
259
  "isSpread": false
@@ -369,8 +368,7 @@
369
368
  "line": 14,
370
369
  "character": 33
371
370
  },
372
- "name": "Tabs",
373
- "packageName": "react-tabs"
371
+ "name": "Tabs"
374
372
  }
375
373
  },
376
374
  {
@@ -457,8 +455,7 @@
457
455
  "line": 21,
458
456
  "character": 32
459
457
  },
460
- "name": "TabListProps",
461
- "internalFilePath": "ui/tabs.tsx"
458
+ "name": "TabListProps"
462
459
  },
463
460
  "isOptional": false,
464
461
  "isSpread": false
@@ -570,7 +567,7 @@
570
567
  "componentId": {
571
568
  "scope": "teambit.ui-foundation",
572
569
  "name": "panels",
573
- "version": "0.0.908"
570
+ "version": "0.0.910"
574
571
  },
575
572
  "taggedModuleExports": []
576
573
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@teambit/panels",
3
- "version": "0.0.908",
3
+ "version": "0.0.910",
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.908"
9
+ "version": "0.0.910"
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.906"
15
+ "@teambit/cli": "0.0.908"
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.39"
22
+ "@teambit/harmony.envs.core-aspect-env": "0.0.42"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "^17.0.0 || ^18.0.0",