@pathscale/ui 0.0.54 → 0.0.55
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/index.js +2 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9011,7 +9011,6 @@ const SidenavMenu = (props)=>{
|
|
|
9011
9011
|
const sidenav_SidenavMenu = SidenavMenu;
|
|
9012
9012
|
var SidenavItem_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<li>");
|
|
9013
9013
|
const SidenavItem = (props)=>{
|
|
9014
|
-
console.log("SidenavItem component rendered with active:", props.active);
|
|
9015
9014
|
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
9016
9015
|
"children",
|
|
9017
9016
|
"active",
|
|
@@ -9021,12 +9020,9 @@ const SidenavItem = (props)=>{
|
|
|
9021
9020
|
"style"
|
|
9022
9021
|
]);
|
|
9023
9022
|
const resolvedChildren = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.children)(()=>local.children);
|
|
9024
|
-
const classes = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>{
|
|
9025
|
-
console.log(`SidenavItem createMemo running - active prop: ${local.active}`);
|
|
9026
|
-
return twMerge("sidenav-item", local.class, local.className, clsx({
|
|
9023
|
+
const classes = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>twMerge("sidenav-item", local.class, local.className, clsx({
|
|
9027
9024
|
"sidenav-item-active": local.active
|
|
9028
|
-
}));
|
|
9029
|
-
});
|
|
9025
|
+
})));
|
|
9030
9026
|
return (()=>{
|
|
9031
9027
|
var _el$ = SidenavItem_tmpl$();
|
|
9032
9028
|
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
|