@expcat/tigercat-core 1.2.19 → 1.2.23

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/index.d.cts CHANGED
@@ -5223,6 +5223,7 @@ interface MenuProps {
5223
5223
  defaultOpenKeys?: MenuKey[];
5224
5224
  /**
5225
5225
  * Whether the menu is collapsed (for vertical mode)
5226
+ * When used with `mode="inline"`, collapsed menus automatically use popup-style submenu behavior.
5226
5227
  * @default false
5227
5228
  */
5228
5229
  collapsed?: boolean;
package/dist/index.d.ts CHANGED
@@ -5223,6 +5223,7 @@ interface MenuProps {
5223
5223
  defaultOpenKeys?: MenuKey[];
5224
5224
  /**
5225
5225
  * Whether the menu is collapsed (for vertical mode)
5226
+ * When used with `mode="inline"`, collapsed menus automatically use popup-style submenu behavior.
5226
5227
  * @default false
5227
5228
  */
5228
5229
  collapsed?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expcat/tigercat-core",
3
- "version": "1.2.19",
3
+ "version": "1.2.23",
4
4
  "type": "module",
5
5
  "description": "Core utilities for Tigercat UI library",
6
6
  "license": "MIT",