@veevarts/design-system 0.1.21 → 0.1.23

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
@@ -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 \
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Footer Component
3
+ */
4
+ export declare function Footer(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { Footer } from './Footer';
@@ -1,2 +1,3 @@
1
1
  export { Button } from './Button';
2
+ export { Footer } from './Footer';
2
3
  export type { ButtonProps } from './Button';