@xh/hoist 75.0.0-SNAPSHOT.1751273865753 → 75.0.0-SNAPSHOT.1751313309623

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## v75.0.0-SNAPSHOT - unreleased
4
4
 
5
+ ## v74.1.0 - 2025-06-30
6
+
5
7
  ### 🎁 New Features
6
8
 
7
9
  * Updated the `GroupingChooser` UI to use a single popover for both updating the value and
@@ -44,7 +44,7 @@ export interface PanelProps extends HoistProps<PanelModel>, Omit<BoxProps, 'titl
44
44
  */
45
45
  tbar?: Some<ReactNode>;
46
46
  /**
47
- * A toolbar to be docked at the top of the panel.
47
+ * A toolbar to be docked at the bottom of the panel.
48
48
  * If specified as an array, items will be passed as children to a Toolbar component.
49
49
  */
50
50
  bbar?: Some<ReactNode>;
@@ -84,7 +84,7 @@ export interface PanelProps extends HoistProps<PanelModel>, Omit<BoxProps, 'titl
84
84
  tbar?: Some<ReactNode>;
85
85
 
86
86
  /**
87
- * A toolbar to be docked at the top of the panel.
87
+ * A toolbar to be docked at the bottom of the panel.
88
88
  * If specified as an array, items will be passed as children to a Toolbar component.
89
89
  */
90
90
  bbar?: Some<ReactNode>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "75.0.0-SNAPSHOT.1751273865753",
3
+ "version": "75.0.0-SNAPSHOT.1751313309623",
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",