ode-explorer 1.4.12-develop.202406251256 → 1.4.12

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.
package/dist/index.js CHANGED
@@ -19028,8 +19028,8 @@ function getNodeScroll$1(element) {
19028
19028
  };
19029
19029
  }
19030
19030
  return {
19031
- scrollLeft: element.pageXOffset,
19032
- scrollTop: element.pageYOffset
19031
+ scrollLeft: element.scrollX,
19032
+ scrollTop: element.scrollY
19033
19033
  };
19034
19034
  }
19035
19035
  function getParentNode$1(node) {
@@ -55982,8 +55982,21 @@ function OdeClientProvider({
55982
55982
  appCode
55983
55983
  }), init2 = (confQuery == null ? void 0 : confQuery.isSuccess) && (sessionQuery == null ? void 0 : sessionQuery.isSuccess);
55984
55984
  reactExports.useEffect(() => {
55985
- var _a2, _b2;
55986
- (_b2 = document.querySelector("html")) == null || _b2.setAttribute("lang", ((_a2 = sessionQuery == null ? void 0 : sessionQuery.data) == null ? void 0 : _a2.currentLanguage) || "fr");
55985
+ var _a2;
55986
+ [
55987
+ {
55988
+ data: "html",
55989
+ value: ((_a2 = sessionQuery == null ? void 0 : sessionQuery.data) == null ? void 0 : _a2.currentLanguage) || "fr"
55990
+ },
55991
+ // #WB-3137 Disable the translation of the content of the page which provoced issues
55992
+ {
55993
+ data: "translate",
55994
+ value: "no"
55995
+ }
55996
+ ].forEach((attribute) => {
55997
+ var _a22;
55998
+ return (_a22 = document.querySelector("html")) == null ? void 0 : _a22.setAttribute(attribute.data, attribute.value);
55999
+ });
55987
56000
  }, [sessionQuery == null ? void 0 : sessionQuery.data]), reactExports.useEffect(() => {
55988
56001
  document.title = `${translatedAppCode}`;
55989
56002
  }, [appCode, sessionQuery.data, translatedAppCode]);
package/dist/version.txt CHANGED
@@ -1 +1 @@
1
- ode-explorer=1.0-b2school-SNAPSHOT 25/06/2024 12:57:25
1
+ ode-explorer=1.0-b2school-SNAPSHOT 01/07/2024 10:41:37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-explorer",
3
- "version": "1.4.12-develop.202406251256",
3
+ "version": "1.4.12",
4
4
  "description": "Edifice Explorer",
5
5
  "homepage": "https://github.com/edificeio/explorer#readme",
6
6
  "bugs": {
@@ -36,8 +36,8 @@
36
36
  ]
37
37
  },
38
38
  "dependencies": {
39
- "@edifice-ui/icons": "develop",
40
- "@edifice-ui/react": "develop",
39
+ "@edifice-ui/icons": "1.5.10",
40
+ "@edifice-ui/react": "1.5.10",
41
41
  "@react-spring/web": "9.7.3",
42
42
  "@tanstack/react-query": "5.8.4",
43
43
  "clsx": "2.1.0",
@@ -65,8 +65,8 @@
65
65
  "@vitejs/plugin-react-swc": "3.5.0",
66
66
  "concurrently": "8.2.2",
67
67
  "csstype": "3.1.3",
68
- "edifice-bootstrap": "develop",
69
- "edifice-ts-client": "develop",
68
+ "edifice-bootstrap": "1.5.10",
69
+ "edifice-ts-client": "1.5.10",
70
70
  "eslint": "8.56.0",
71
71
  "eslint-config-prettier": "9.1.0",
72
72
  "eslint-plugin-import": "2.29.1",