@oliasoft-open-source/react-ui-library 5.8.5-beta-2 → 5.8.5-beta-4

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/README.md CHANGED
@@ -2531,6 +2531,7 @@ The `Tree` component represents a hierarchical structure of items in a tree form
2531
2531
  | `onItemToggle` | Callback function invoked when a tree node is toggled (opened/closed). | - |
2532
2532
  | `icons` | Custom icons for expand and collapse actions. | - |
2533
2533
  | `stickyHeader` | Determines whether the list header sticks to the top when scrolling. | - |
2534
+ | `height` | Height of the tree component. | - |
2534
2535
 
2535
2536
  #### ITreeListProps
2536
2537