@edifice.io/react 2.5.15-develop-pedago.20260401183850 → 2.5.15-develop-pedago.20260401184645
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,7 +99,7 @@ const Header = ({
|
|
|
99
99
|
/* @__PURE__ */ jsx(SvgIconOneMessaging, { className: "icon notification" }),
|
|
100
100
|
/* @__PURE__ */ jsx(VisuallyHidden, { children: t("navbar.messages") })
|
|
101
101
|
] }) }),
|
|
102
|
-
communityWorkflow && /* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsx(NavLink, { link: "/community", translate: t("navbar.community"), children: /* @__PURE__ */ jsx(SvgIconCommunity, { className: "icon
|
|
102
|
+
communityWorkflow && /* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsx(NavLink, { link: "/community", translate: t("navbar.community"), children: /* @__PURE__ */ jsx(SvgIconCommunity, { className: "icon communities text-purple-500" }) }) }),
|
|
103
103
|
communitiesWorkflow && /* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsx(NavLink, { link: "/communities", translate: t("navbar.community"), children: /* @__PURE__ */ jsx(SvgIconCommunities, { className: "icon communities", color: "#823aa1" }) }) }),
|
|
104
104
|
/* @__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" }) }) }),
|
|
105
105
|
currentLanguage === "fr" && hasOldHelpEnableWorkflow ? /* @__PURE__ */ jsxs(NavItem, { children: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.5.15-develop-pedago.
|
|
3
|
+
"version": "2.5.15-develop-pedago.20260401184645",
|
|
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.
|
|
139
|
-
"@edifice.io/utilities": "2.5.15-develop-pedago.
|
|
140
|
-
"@edifice.io/tiptap-extensions": "2.5.15-develop-pedago.
|
|
138
|
+
"@edifice.io/bootstrap": "2.5.15-develop-pedago.20260401184645",
|
|
139
|
+
"@edifice.io/utilities": "2.5.15-develop-pedago.20260401184645",
|
|
140
|
+
"@edifice.io/tiptap-extensions": "2.5.15-develop-pedago.20260401184645"
|
|
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.
|
|
172
|
-
"@edifice.io/config": "2.5.15-develop-pedago.
|
|
171
|
+
"@edifice.io/client": "2.5.15-develop-pedago.20260401184645",
|
|
172
|
+
"@edifice.io/config": "2.5.15-develop-pedago.20260401184645"
|
|
173
173
|
},
|
|
174
174
|
"peerDependencies": {
|
|
175
175
|
"@react-spring/web": "^9.7.5",
|