@scmlatam/web-ui 0.2.5 → 0.2.6
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/web-ui.js +2 -5
- package/dist/web-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/web-ui.js
CHANGED
|
@@ -7386,12 +7386,9 @@ function bm({ sidebarOpen: e }) {
|
|
|
7386
7386
|
}
|
|
7387
7387
|
function xm({ item: e, sidebarOpen: t }) {
|
|
7388
7388
|
let n = hm[gm(e.path)];
|
|
7389
|
-
return /* @__PURE__ */ D("span", {
|
|
7389
|
+
return console.log("item", e, n), /* @__PURE__ */ D("span", {
|
|
7390
7390
|
className: t ? "rb-sidebar-item__icon rb-sidebar-item__icon--open" : "rb-sidebar-item__icon rb-sidebar-item__icon--closed",
|
|
7391
|
-
children:
|
|
7392
|
-
src: n,
|
|
7393
|
-
alt: ""
|
|
7394
|
-
}) : e.icon
|
|
7391
|
+
children: e.icon
|
|
7395
7392
|
});
|
|
7396
7393
|
}
|
|
7397
7394
|
function Sm({ title: e, items: t, onClose: n }) {
|