@xh/hoist 75.0.0-SNAPSHOT.1753294066799 → 75.0.0-SNAPSHOT.1753369138152
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.
|
@@ -9,7 +9,7 @@ export interface ExpandToLevelButtonProps extends Omit<ButtonProps, 'title'> {
|
|
|
9
9
|
/** Position for menu, as per Blueprint docs. */
|
|
10
10
|
popoverPosition?: Position;
|
|
11
11
|
/** Title for the menu popover - defaults to "Expand To Level". */
|
|
12
|
-
title
|
|
12
|
+
title?: ReactNode;
|
|
13
13
|
}
|
|
14
14
|
/**
|
|
15
15
|
* A menu button to expand a multi-level grouped or tree grid out to a desired level.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "75.0.0-SNAPSHOT.
|
|
3
|
+
"version": "75.0.0-SNAPSHOT.1753369138152",
|
|
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",
|