datastake-daf 0.6.684 → 0.6.686
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/layouts/index.js
CHANGED
|
@@ -5984,12 +5984,6 @@ function MobileDrawer({
|
|
|
5984
5984
|
}
|
|
5985
5985
|
});
|
|
5986
5986
|
};
|
|
5987
|
-
console.log({
|
|
5988
|
-
mod,
|
|
5989
|
-
user,
|
|
5990
|
-
isCollapsed,
|
|
5991
|
-
moduleInterfaceConfig
|
|
5992
|
-
});
|
|
5993
5987
|
return /*#__PURE__*/jsxRuntime.jsx(Style$5, {
|
|
5994
5988
|
className: formatClassname([!drawerOpened && 'closed', isUserDropdown && 'user-dropdown']),
|
|
5995
5989
|
children: /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
@@ -1924,7 +1924,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1924
1924
|
}
|
|
1925
1925
|
|
|
1926
1926
|
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option.ant-select-item-option-selected {
|
|
1927
|
-
background-color: var(--
|
|
1927
|
+
background-color: var(--custom-sidenav-hover-color) !important;
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
1930
1930
|
.ant-dropdown.user-dropdown-layout.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content .drop-header h4,
|
package/package.json
CHANGED
|
@@ -153,8 +153,6 @@ export default function MobileDrawer({
|
|
|
153
153
|
});
|
|
154
154
|
};
|
|
155
155
|
|
|
156
|
-
console.log({mod, user, isCollapsed, moduleInterfaceConfig})
|
|
157
|
-
|
|
158
156
|
return (
|
|
159
157
|
<Style className={formatClassname([!drawerOpened && 'closed', isUserDropdown && 'user-dropdown'])}>
|
|
160
158
|
<div className="drawer">
|
|
@@ -1924,7 +1924,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1924
1924
|
}
|
|
1925
1925
|
|
|
1926
1926
|
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option.ant-select-item-option-selected {
|
|
1927
|
-
background-color: var(--
|
|
1927
|
+
background-color: var(--custom-sidenav-hover-color) !important;
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
1930
1930
|
.ant-dropdown.user-dropdown-layout.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content .drop-header h4,
|