@edifice.io/react 2.3.2-develop-integration.20251007111128 → 2.3.2-develop-integration.20251007155128

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.
@@ -145,7 +145,7 @@ const DEFAULT_INPUT_MAX_LENGTH = 60, DEFAULT_TEXTAREA_MAX_LENGTH = 400, Resource
145
145
  watchedDescription && /* @__PURE__ */ jsx(TextareaCounter, { content: watchedDescription, maxLength: textareaMaxLength })
146
146
  ] }),
147
147
  application === "blog" && /* @__PURE__ */ jsxs(FormControl, { id: "allowReplies", className: "d-flex gap-8 mt-16 mb-8", children: [
148
- /* @__PURE__ */ jsx(FormControl.Input, { type: "checkbox", defaultChecked: isUpdating ? resource.allowReplies : !1, ...register("allowReplies"), className: "form-check-input mt-0", size: "sm" }),
148
+ /* @__PURE__ */ jsx(FormControl.Input, { type: "checkbox", defaultChecked: isUpdating ? resource.allowReplies : !0, ...register("allowReplies"), className: "form-check-input mt-0", size: "sm" }),
149
149
  /* @__PURE__ */ jsx(FormControl.Label, { className: "form-check-label mb-0", children: "Autoriser les réponses aux commentaires" })
150
150
  ] })
151
151
  ] })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.3.2-develop-integration.20251007111128",
3
+ "version": "2.3.2-develop-integration.20251007155128",
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.3.2-develop-integration.20251007111128",
135
- "@edifice.io/tiptap-extensions": "2.3.2-develop-integration.20251007111128",
136
- "@edifice.io/utilities": "2.3.2-develop-integration.20251007111128"
134
+ "@edifice.io/bootstrap": "2.3.2-develop-integration.20251007155128",
135
+ "@edifice.io/tiptap-extensions": "2.3.2-develop-integration.20251007155128",
136
+ "@edifice.io/utilities": "2.3.2-develop-integration.20251007155128"
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.3.2-develop-integration.20251007111128",
168
- "@edifice.io/config": "2.3.2-develop-integration.20251007111128"
167
+ "@edifice.io/client": "2.3.2-develop-integration.20251007155128",
168
+ "@edifice.io/config": "2.3.2-develop-integration.20251007155128"
169
169
  },
170
170
  "peerDependencies": {
171
171
  "@react-spring/web": "^9.7.5",