@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.
- package/dist/components/index.cjs +5565 -7457
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +3 -3
- package/dist/components/index.js.map +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -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
|
|
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__ */
|
|
6127
|
-
(warningItems?.includes(item) || warningItems?.includes(id)) && /* @__PURE__ */
|
|
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
|