@xh/hoist 73.0.0-SNAPSHOT.1744046548420 → 73.0.0-SNAPSHOT.1744065661676
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.
|
@@ -10,6 +10,6 @@ import '@xh/hoist/desktop/register';
|
|
|
10
10
|
*
|
|
11
11
|
* Overflowing tabs can be displayed in a dropdown menu if `enableOverflow` is true.
|
|
12
12
|
* Note that in order for tabs to overflow, the TabSwitcher or it's wrapper must have a
|
|
13
|
-
*
|
|
13
|
+
* maximum width.
|
|
14
14
|
*/
|
|
15
15
|
export declare const TabSwitcher: import("react").FC<TabSwitcherProps>, tabSwitcher: import("@xh/hoist/core").ElementFactory<TabSwitcherProps>;
|
|
@@ -41,7 +41,7 @@ import {CSSProperties, ReactElement, KeyboardEvent} from 'react';
|
|
|
41
41
|
*
|
|
42
42
|
* Overflowing tabs can be displayed in a dropdown menu if `enableOverflow` is true.
|
|
43
43
|
* Note that in order for tabs to overflow, the TabSwitcher or it's wrapper must have a
|
|
44
|
-
*
|
|
44
|
+
* maximum width.
|
|
45
45
|
*/
|
|
46
46
|
export const [TabSwitcher, tabSwitcher] = hoistCmp.withFactory<TabSwitcherProps>({
|
|
47
47
|
displayName: 'TabSwitcher',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "73.0.0-SNAPSHOT.
|
|
3
|
+
"version": "73.0.0-SNAPSHOT.1744065661676",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|