@fileverse-dev/ddoc 2.1.1-v2-patch-2 → 2.1.1-v2-patch-3

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/dist/index.es.js CHANGED
@@ -144969,7 +144969,8 @@ const x_ = ({
144969
144969
  "div",
144970
144970
  {
144971
144971
  className: Ee(
144972
- "flex flex-col w-full box-border transition-all border-b color-border-default hover:!bg-[#F8F9FA] last:border-b-0 py-3 gap-3"
144972
+ "flex flex-col w-full box-border transition-all border-b color-border-default hover:!bg-[#F8F9FA] last:border-b-0 py-3",
144973
+ R.id === t ? "" : "gap-3"
144973
144974
  ),
144974
144975
  onClick: () => P(R.id),
144975
144976
  children: [
@@ -89,3 +89,4 @@ export interface IUser {
89
89
  color: string;
90
90
  isEns: boolean;
91
91
  }
92
+ export { type IComment };
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.1-v2-patch-2",
5
+ "version": "2.1.1-v2-patch-3",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -1,3 +0,0 @@
1
- import { CommentBubbleMenuProps } from './types';
2
-
3
- export declare const CommentBubbleMenu: ({ zoomLevel, editor, }: CommentBubbleMenuProps) => import("react/jsx-runtime").JSX.Element;