@natoora-libs/core 0.2.1 → 0.2.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.
@@ -6509,7 +6509,7 @@ var import_mui41 = require("tss-react/mui");
6509
6509
 
6510
6510
  // src/utils/useGetActiveSection.ts
6511
6511
  var import_react28 = require("react");
6512
- var transformNameToID = (name) => name.replaceAll(" ", "-").toLocaleLowerCase();
6512
+ var transformNameToID = (name) => name.replaceAll(" ", "_").toLocaleLowerCase();
6513
6513
 
6514
6514
  // src/components/RenderContentList/RenderContentList.tsx
6515
6515
  var import_jsx_runtime106 = require("react/jsx-runtime");
@@ -6592,7 +6592,7 @@ var RenderContentList = ({
6592
6592
  },
6593
6593
  children: [
6594
6594
  /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_material53.ListItemText, { primary: item }),
6595
- warningItems?.includes(item) && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_material53.Tooltip, { title: warningMessage, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_icons_material8.WarningAmber, { color: "warning" }) })
6595
+ (warningItems?.includes(item) || warningItems?.includes(id)) && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_material53.Tooltip, { title: warningMessage, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_icons_material8.WarningAmber, { color: "warning" }) })
6596
6596
  ]
6597
6597
  },
6598
6598
  id