@edifice.io/react 2.5.15-develop-pedago.20260401184645 → 2.5.15-develop-pedago.20260401185248
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.
|
@@ -100,7 +100,7 @@ const Header = ({
|
|
|
100
100
|
/* @__PURE__ */ jsx(VisuallyHidden, { children: t("navbar.messages") })
|
|
101
101
|
] }) }),
|
|
102
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
|
-
communitiesWorkflow && /* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsx(NavLink, { link: "/communities", translate: t("navbar.community"), children: /* @__PURE__ */ jsx(SvgIconCommunities, { className: "icon communities
|
|
103
|
+
communitiesWorkflow && /* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsx(NavLink, { link: "/communities", translate: t("navbar.community"), children: /* @__PURE__ */ jsx(SvgIconCommunities, { className: "icon communities text-purple-500" }) }) }),
|
|
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: [
|
|
106
106
|
/* @__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.
|
|
3
|
+
"version": "2.5.15-develop-pedago.20260401185248",
|
|
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.20260401185248",
|
|
139
|
+
"@edifice.io/utilities": "2.5.15-develop-pedago.20260401185248",
|
|
140
|
+
"@edifice.io/tiptap-extensions": "2.5.15-develop-pedago.20260401185248"
|
|
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.20260401185248",
|
|
172
|
+
"@edifice.io/config": "2.5.15-develop-pedago.20260401185248"
|
|
173
173
|
},
|
|
174
174
|
"peerDependencies": {
|
|
175
175
|
"@react-spring/web": "^9.7.5",
|