@logora/debate 0.4.33 → 0.4.34

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.
@@ -212,7 +212,7 @@ const Ne = ce(() => import("../../input/argument_input/index.js").then((e) => ({
212
212
  Ie,
213
213
  {
214
214
  resource: e,
215
- disabled: b || e.status === "rejected" || !W && r?.actions?.disableInputForVisitor === !0 || A,
215
+ disabled: b || e.status === "rejected" || e.status === "pending" || !W && r?.actions?.disableInputForVisitor === !0 || A,
216
216
  reportType: "Message",
217
217
  softDelete: r.actions?.softDelete,
218
218
  deleteType: "messages",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logora/debate",
3
- "version": "0.4.33",
3
+ "version": "0.4.34",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0",
6
6
  "description": "Design system of @Logora made with React",