@blocklet/discuss-kit-ux 2.5.30 → 2.5.32

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.
@@ -186,8 +186,7 @@ export default function PostComponent({
186
186
  editorPlugins,
187
187
  enableAutoTranslate && /* @__PURE__ */ jsx(PostAutoTranslatePlugin, { postId: post.id, updatedAt: post.updatedAt || "" })
188
188
  ] })
189
- },
190
- editing ? "comment-content" : post.synced || 0
189
+ }
191
190
  ) }),
192
191
  render && /* @__PURE__ */ jsx(Box, { sx: { mt: 1 }, children: render(postContext) })
193
192
  ] })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/discuss-kit-ux",
3
- "version": "2.5.30",
3
+ "version": "2.5.32",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -17,8 +17,8 @@
17
17
  "dependencies": {
18
18
  "@arcblock/bridge": "^3.2.6",
19
19
  "@arcblock/react-hooks": "^3.2.6",
20
- "@arcblock/ws": "^1.27.6",
21
- "@blocklet/js-sdk": "^1.17.2",
20
+ "@arcblock/ws": "^1.27.7",
21
+ "@blocklet/js-sdk": "^1.17.3-beta-20251117-130331-b2ce7065",
22
22
  "@blocklet/uploader": "^0.3.11",
23
23
  "@emotion/css": "^11.13.5",
24
24
  "@emotion/react": "^11.14.0",
@@ -47,8 +47,8 @@
47
47
  "unstated-next": "^1.1.0",
48
48
  "url-join": "^4.0.1",
49
49
  "zustand": "^4.5.5",
50
- "@blocklet/editor": "2.5.30",
51
- "@blocklet/labels": "2.5.30"
50
+ "@blocklet/editor": "2.5.32",
51
+ "@blocklet/labels": "2.5.32"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@arcblock/did-connect-react": "^3.1.5",