@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 +5 -0
- package/dist/bundle.js +1821 -1353
- package/dist/bundle.umd.cjs +177 -1
- package/dist/components/popover/index.d.ts +146 -0
- package/dist/components/popover/index.d.ts.map +1 -0
- package/dist/components/popover/index.js +151 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/style.css +1 -1
- package/package.json +6 -2
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
|