datastake-daf 0.6.734 → 0.6.735

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.
@@ -45357,6 +45357,12 @@ function SidenavMenu(_ref) {
45357
45357
  className: "title-span",
45358
45358
  children: t("core")
45359
45359
  }), renderMenu(coreItems)]
45360
+ }) : null, operationsItems.length ? /*#__PURE__*/jsxRuntime.jsxs("div", {
45361
+ className: "sidemenu-cont",
45362
+ children: [/*#__PURE__*/jsxRuntime.jsx("span", {
45363
+ className: "title-span",
45364
+ children: t("operations")
45365
+ }), renderMenu(operationsItems)]
45360
45366
  }) : null, activityItems.length ? /*#__PURE__*/jsxRuntime.jsxs("div", {
45361
45367
  className: "sidemenu-cont",
45362
45368
  children: [/*#__PURE__*/jsxRuntime.jsx("span", {
@@ -45411,12 +45417,6 @@ function SidenavMenu(_ref) {
45411
45417
  className: "title-span",
45412
45418
  children: t("specifications")
45413
45419
  }), renderMenu(specificationsItems)]
45414
- }) : null, operationsItems.length ? /*#__PURE__*/jsxRuntime.jsxs("div", {
45415
- className: "sidemenu-cont",
45416
- children: [/*#__PURE__*/jsxRuntime.jsx("span", {
45417
- className: "title-span",
45418
- children: t("operations")
45419
- }), renderMenu(operationsItems)]
45420
45420
  }) : null, projectDataItems.length ? /*#__PURE__*/jsxRuntime.jsxs("div", {
45421
45421
  className: "sidemenu-cont",
45422
45422
  children: [/*#__PURE__*/jsxRuntime.jsx("span", {