@teambit/panels 0.0.853 → 0.0.854

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.853" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.ui-foundation/panels@0.0.854" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -513,7 +513,7 @@
513
513
  "componentId": {
514
514
  "scope": "teambit.ui-foundation",
515
515
  "name": "panels",
516
- "version": "0.0.853"
516
+ "version": "0.0.854"
517
517
  },
518
518
  "taggedModuleExports": []
519
519
  }
package/dist/ui/tabs.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TabListProps as BaseTabListProps, TabPanel as TabPanelBase, TabProps as BaseTabProps, Tabs } from 'react-tabs';
3
2
  export type TabContainerProps = Tabs;
4
3
  export declare const TabContainer: typeof Tabs;
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@teambit/panels",
3
- "version": "0.0.853",
3
+ "version": "0.0.854",
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.853"
9
+ "version": "0.0.854"
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.851"
15
+ "@teambit/cli": "0.0.852"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/classnames": "2.2.11",