@veevarts/design-system 0.1.21 → 0.1.22
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 +1 -1
- package/dist/index.cjs +12 -15
- package/dist/index.js +4992 -8767
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ npm install @veevarts/design-system @heroui/react framer-motion lucide-react
|
|
|
114
114
|
|
|
115
115
|
**If using RichTextArea component (additional TipTap dependencies):**
|
|
116
116
|
```bash
|
|
117
|
-
npm install @tiptap/react @tiptap/starter-kit @tiptap/pm \
|
|
117
|
+
npm install @tiptap/core @tiptap/react @tiptap/starter-kit @tiptap/pm \
|
|
118
118
|
@tiptap/extension-color @tiptap/extension-highlight \
|
|
119
119
|
@tiptap/extension-link @tiptap/extension-placeholder \
|
|
120
120
|
@tiptap/extension-task-item @tiptap/extension-task-list \
|