@teambit/panels 0.0.858 → 0.0.860
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.
|
|
3
|
+
<testsuite name="teambit.ui-foundation/panels@0.0.860" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
package/dist/ui/tabs.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ export type TabContainerProps = Tabs;
|
|
|
3
3
|
export declare const TabContainer: typeof Tabs;
|
|
4
4
|
export type TabProps = BaseTabProps;
|
|
5
5
|
export type TabListProps = BaseTabListProps;
|
|
6
|
-
export declare function TabList(props: TabListProps): JSX.Element;
|
|
6
|
+
export declare function TabList(props: TabListProps): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export declare namespace TabList {
|
|
8
8
|
var tabsRole: string;
|
|
9
9
|
}
|
|
10
10
|
export declare const TabPanel: typeof TabPanelBase;
|
|
11
|
-
export declare function Tab(props: BaseTabProps): JSX.Element;
|
|
11
|
+
export declare function Tab(props: BaseTabProps): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export declare namespace Tab {
|
|
13
13
|
var tabsRole: string;
|
|
14
14
|
}
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/panels",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.860",
|
|
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.
|
|
9
|
+
"version": "0.0.860"
|
|
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.
|
|
15
|
+
"@teambit/cli": "0.0.858"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/classnames": "2.2.11",
|
|
File without changes
|