@arkyn/components 3.0.1-beta.23 → 3.0.1-beta.25

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
@@ -89,6 +89,7 @@ function App() {
89
89
  - **Modal** - Modal dialogs
90
90
  - **Tooltip** - Contextual tooltips
91
91
  - **Badge** - Status and count badges
92
+ - **Popover** - Floating content containers with positioning
92
93
 
93
94
  ### Layout
94
95
 
@@ -111,6 +112,7 @@ function App() {
111
112
  - **useHydrated** - Check if component is hydrated
112
113
  - **useScopedParams** - URL parameter utilities
113
114
  - **useScrollLock** - Prevent page scrolling
115
+ - **useToast** - Toast state management
114
116
 
115
117
  ## 🎨 Component Examples
116
118