@fileverse-dev/ddoc 2.1.3-patch-23 → 2.1.3-patch-24

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.
@@ -1,3 +1,3 @@
1
1
  import { CommentSectionProps } from './types';
2
2
 
3
- export declare const CommentSection: ({ activeCommentId, isNavbarVisible, isPresentationMode, isOpen, }: CommentSectionProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const CommentSection: ({ activeCommentId, isNavbarVisible, isPresentationMode, }: CommentSectionProps) => import("react/jsx-runtime").JSX.Element;
@@ -63,7 +63,6 @@ export interface CommentSectionProps {
63
63
  activeCommentId: string | null;
64
64
  isNavbarVisible?: boolean;
65
65
  isPresentationMode?: boolean;
66
- isOpen?: boolean;
67
66
  }
68
67
  export interface UserDisplayProps {
69
68
  ensStatus: EnsStatus;
@@ -1,2 +1,3 @@
1
1
  export declare const nameFormatter: (username: string) => string;
2
2
  export declare const dateFormatter: (date: Date) => string | import("react/jsx-runtime").JSX.Element;
3
+ export declare const renderTextWithLinks: (text: string) => (string | import("react/jsx-runtime").JSX.Element)[];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.1.3-patch-23",
5
+ "version": "2.1.3-patch-24",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {