@edifice.io/react 2.5.15-develop-pedago.20260401173729 → 2.5.15-develop-pedago.20260401181131

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.
@@ -99,6 +99,7 @@ const Header = ({
99
99
  /* @__PURE__ */ jsx(SvgIconOneMessaging, { className: "icon notification" }),
100
100
  /* @__PURE__ */ jsx(VisuallyHidden, { children: t("navbar.messages") })
101
101
  ] }) }),
102
+ communitiesWorkflow && /* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsx(NavLink, { link: "/communities", translate: t("navbar.community"), children: /* @__PURE__ */ jsx(SvgIconCommunities, { className: "icon communities" }) }) }),
102
103
  /* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsx(NavLink, { link: "/userbook/mon-compte", className: "dropdown-item", translate: t("navbar.myaccount"), children: /* @__PURE__ */ jsx(SvgIconOneProfile, { className: "icon user" }) }) }),
103
104
  currentLanguage === "fr" && hasOldHelpEnableWorkflow ? /* @__PURE__ */ jsxs(NavItem, { children: [
104
105
  /* @__PURE__ */ jsxs("button", { className: "nav-link", onClick: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.5.15-develop-pedago.20260401173729",
3
+ "version": "2.5.15-develop-pedago.20260401181131",
4
4
  "description": "Edifice React Library",
5
5
  "keywords": [
6
6
  "react",
@@ -135,9 +135,9 @@
135
135
  "swiper": "^10.1.0",
136
136
  "ua-parser-js": "^1.0.36",
137
137
  "react-pdf": "10.2.0",
138
- "@edifice.io/bootstrap": "2.5.15-develop-pedago.20260401173729",
139
- "@edifice.io/tiptap-extensions": "2.5.15-develop-pedago.20260401173729",
140
- "@edifice.io/utilities": "2.5.15-develop-pedago.20260401173729"
138
+ "@edifice.io/bootstrap": "2.5.15-develop-pedago.20260401181131",
139
+ "@edifice.io/tiptap-extensions": "2.5.15-develop-pedago.20260401181131",
140
+ "@edifice.io/utilities": "2.5.15-develop-pedago.20260401181131"
141
141
  },
142
142
  "devDependencies": {
143
143
  "@babel/plugin-transform-react-pure-annotations": "^7.23.3",
@@ -168,8 +168,8 @@
168
168
  "vite": "^5.4.11",
169
169
  "vite-plugin-dts": "^4.1.0",
170
170
  "vite-tsconfig-paths": "^5.0.1",
171
- "@edifice.io/client": "2.5.15-develop-pedago.20260401173729",
172
- "@edifice.io/config": "2.5.15-develop-pedago.20260401173729"
171
+ "@edifice.io/client": "2.5.15-develop-pedago.20260401181131",
172
+ "@edifice.io/config": "2.5.15-develop-pedago.20260401181131"
173
173
  },
174
174
  "peerDependencies": {
175
175
  "@react-spring/web": "^9.7.5",