@edifice.io/react 2.4.1-develop-integration.20251106161919 → 2.4.1-develop-integration.20251124172025

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.
@@ -36,7 +36,7 @@ const DEFAULT_INPUT_MAX_LENGTH = 60, DEFAULT_TEXTAREA_MAX_LENGTH = 400, Resource
36
36
  const {
37
37
  appCode: contextAppCode,
38
38
  currentApp
39
- } = useEdificeClient(), application = customAppCode || contextAppCode, hasOptionalCommentRepliesWorkflow = useHasWorkflow("org.entcore.blog.controllers.optionalCommentReplies"), {
39
+ } = useEdificeClient(), application = customAppCode || contextAppCode, hasOptionalCommentRepliesWorkflow = useHasWorkflow("org.entcore.blog.controllers.BlogController|optionalCommentReplies"), {
40
40
  t
41
41
  } = useTranslation(), {
42
42
  mode
@@ -147,7 +147,7 @@ const DEFAULT_INPUT_MAX_LENGTH = 60, DEFAULT_TEXTAREA_MAX_LENGTH = 400, Resource
147
147
  ] }),
148
148
  application === "blog" && hasOptionalCommentRepliesWorkflow === !0 && /* @__PURE__ */ jsxs(FormControl, { id: "allowReplies", className: "d-flex gap-8 mt-16 mb-8", children: [
149
149
  /* @__PURE__ */ jsx(FormControl.Input, { type: "checkbox", defaultChecked: isUpdating ? resource.allowReplies : !0, ...register("allowReplies"), className: "form-check-input mt-0", size: "sm" }),
150
- /* @__PURE__ */ jsx(FormControl.Label, { className: "form-check-label mb-0", children: t("explorer.comments.allowReplies") })
150
+ /* @__PURE__ */ jsx(FormControl.Label, { className: "form-check-label mb-0", children: t("explorer.resource.editModal.comments.allowReplies") })
151
151
  ] })
152
152
  ] })
153
153
  ] }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.4.1-develop-integration.20251106161919",
3
+ "version": "2.4.1-develop-integration.20251124172025",
4
4
  "description": "Edifice React Library",
5
5
  "keywords": [
6
6
  "react",
@@ -131,9 +131,9 @@
131
131
  "react-slugify": "^3.0.3",
132
132
  "swiper": "^10.1.0",
133
133
  "ua-parser-js": "^1.0.36",
134
- "@edifice.io/bootstrap": "2.4.1-develop-integration.20251106161919",
135
- "@edifice.io/tiptap-extensions": "2.4.1-develop-integration.20251106161919",
136
- "@edifice.io/utilities": "2.4.1-develop-integration.20251106161919"
134
+ "@edifice.io/bootstrap": "2.4.1-develop-integration.20251124172025",
135
+ "@edifice.io/tiptap-extensions": "2.4.1-develop-integration.20251124172025",
136
+ "@edifice.io/utilities": "2.4.1-develop-integration.20251124172025"
137
137
  },
138
138
  "devDependencies": {
139
139
  "@babel/plugin-transform-react-pure-annotations": "^7.23.3",
@@ -164,8 +164,8 @@
164
164
  "vite": "^5.4.11",
165
165
  "vite-plugin-dts": "^4.1.0",
166
166
  "vite-tsconfig-paths": "^5.0.1",
167
- "@edifice.io/client": "2.4.1-develop-integration.20251106161919",
168
- "@edifice.io/config": "2.4.1-develop-integration.20251106161919"
167
+ "@edifice.io/client": "2.4.1-develop-integration.20251124172025",
168
+ "@edifice.io/config": "2.4.1-develop-integration.20251124172025"
169
169
  },
170
170
  "peerDependencies": {
171
171
  "@react-spring/web": "^9.7.5",