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

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
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.20251110153523",
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.20251110153523",
135
+ "@edifice.io/utilities": "2.4.1-develop-integration.20251110153523",
136
+ "@edifice.io/tiptap-extensions": "2.4.1-develop-integration.20251110153523"
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.20251110153523",
168
+ "@edifice.io/config": "2.4.1-develop-integration.20251110153523"
169
169
  },
170
170
  "peerDependencies": {
171
171
  "@react-spring/web": "^9.7.5",