@natoora-libs/core 0.1.20-dev-vini-1 → 0.1.20-dev-vini-2

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.
@@ -6040,7 +6040,7 @@ import {
6040
6040
  import { makeStyles as makeStyles35 } from "tss-react/mui";
6041
6041
 
6042
6042
  // src/utils/useGetActiveSection.ts
6043
- import { useEffect as useEffect4, useState as useState8 } from "react";
6043
+ import { useEffect as useEffect6, useState as useState10 } from "react";
6044
6044
  var transformNameToID = (name) => name.replaceAll(" ", "_").toLocaleLowerCase();
6045
6045
 
6046
6046
  // src/components/RenderContentList/RenderContentList.tsx
@@ -6123,8 +6123,8 @@ var RenderContentList = ({
6123
6123
  }
6124
6124
  },
6125
6125
  children: [
6126
- /* @__PURE__ */ jsx97(ListItemText4, { primary: item }),
6127
- (warningItems?.includes(item) || warningItems?.includes(id)) && /* @__PURE__ */ jsx97(Tooltip4, { title: warningMessage, children: /* @__PURE__ */ jsx97(WarningAmber, { color: "warning" }) })
6126
+ /* @__PURE__ */ jsx102(ListItemText4, { primary: item }),
6127
+ (warningItems?.includes(item) || warningItems?.includes(id)) && /* @__PURE__ */ jsx102(Tooltip8, { title: warningMessage, children: /* @__PURE__ */ jsx102(WarningAmber, { color: "warning" }) })
6128
6128
  ]
6129
6129
  },
6130
6130
  id