@oliasoft-open-source/react-ui-library 4.20.4-beta-1 → 4.20.4-beta-2

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2475,6 +2475,7 @@ The `Tree` component represents a hierarchical structure of items in a tree form
2475
2475
  | `itemHasChild` | Function to determine if a tree node has child nodes. | - |
2476
2476
  | `onItemToggle` | Callback function invoked when a tree node is toggled (opened/closed). | - |
2477
2477
  | `icons` | Custom icons for expand and collapse actions. | - |
2478
+ | `stickyHeader` | Determines whether the list header sticks to the top when scrolling. | - |
2478
2479
 
2479
2480
  #### ITreeListProps
2480
2481
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "4.20.4-beta-1",
3
+ "version": "4.20.4-beta-2",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {