@arkyn/components 3.0.1-beta.24 → 3.0.1-beta.26

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
 
@@ -113,6 +114,10 @@ function App() {
113
114
  - **useScrollLock** - Prevent page scrolling
114
115
  - **useToast** - Toast state management
115
116
 
117
+ ## Services
118
+
119
+ - **RichTextService** - A comprehensive service for managing rich text editing functionality.
120
+
116
121
  ## 🎨 Component Examples
117
122
 
118
123
  ### Button