@teambit/panels 0.0.794 → 0.0.796

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.
package/dist/ui/tabs.d.ts CHANGED
@@ -1,15 +1,15 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { TabListProps as BaseTabListProps, TabPanel as TabPanelBase, TabProps as BaseTabProps, Tabs } from 'react-tabs';
3
3
  export declare type TabContainerProps = Tabs;
4
4
  export declare const TabContainer: typeof Tabs;
5
5
  export declare type TabProps = BaseTabProps;
6
6
  export declare type TabListProps = BaseTabListProps;
7
- export declare function TabList(props: TabListProps): JSX.Element;
7
+ export declare function TabList(props: TabListProps): React.JSX.Element;
8
8
  export declare namespace TabList {
9
9
  var tabsRole: string;
10
10
  }
11
11
  export declare const TabPanel: typeof TabPanelBase;
12
- export declare function Tab(props: BaseTabProps): JSX.Element;
12
+ export declare function Tab(props: BaseTabProps): React.JSX.Element;
13
13
  export declare namespace Tab {
14
14
  var tabsRole: string;
15
15
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/panels",
3
- "version": "0.0.794",
3
+ "version": "0.0.796",
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.794"
9
+ "version": "0.0.796"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
@@ -14,7 +14,7 @@
14
14
  "core-js": "^3.0.0",
15
15
  "@babel/runtime": "7.20.0",
16
16
  "@teambit/harmony": "0.4.6",
17
- "@teambit/cli": "0.0.793"
17
+ "@teambit/cli": "0.0.795"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/classnames": "2.2.11",
@@ -27,7 +27,7 @@
27
27
  "@types/testing-library__jest-dom": "5.9.5"
28
28
  },
29
29
  "peerDependencies": {
30
- "@teambit/legacy": "1.0.572",
30
+ "@teambit/legacy": "1.0.574",
31
31
  "react": "^16.8.0 || ^17.0.0",
32
32
  "react-dom": "^16.8.0 || ^17.0.0"
33
33
  },