@cullsin/lnc-menu 3.0.1 → 3.0.5

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.css ADDED
@@ -0,0 +1 @@
1
+ .MuiBox-root .MuiList-root{background:linear-gradient(180deg,#1e2f97,#0b1659)!important;bottom:0;color:#fff;height:100%;padding:20px 0}.MuiList-root.MuiMenu-list{background:linear-gradient(180deg,#586d81,#3e4f60)!important;color:#fff;overflow:visible;padding:10px;position:relative;width:175px}.MuiList-root.MuiMenu-list .submenu-title{color:#efffff;display:block;font:12px/18px OpenSans-Regular;padding:0 0 5px 10px;text-transform:uppercase}.MuiList-root.MuiMenu-list .MuiMenuItem-root.Mui-focusVisible{background-color:transparent}.MuiList-root.MuiMenu-list .MuiMenuItem-root:hover{background:#374451;border-radius:6px;font:16px/24px OpenSans-SemiBold}.MuiList-root .MuiListItem-root{padding:15px}.MuiList-root .MuiListItem-root.selected{padding:7px}.MuiList-root .MuiListItem-root.selected .MuiListItemIcon-root{background:linear-gradient(180deg,#7ad4f7,#20a9ef)!important;border-bottom-left-radius:5px;border-top-left-radius:5px;color:#1e2f97;min-width:25px;padding:10px}.MuiList-root .MuiListItem-root.selected .MuiListItemIcon-root:only-of-type{border-bottom-right-radius:5px;border-top-right-radius:5px}.MuiList-root .MuiListItem-root.selected .MuiListItemText-root span{background:linear-gradient(180deg,#7ad4f7,#20a9ef)!important;border-bottom-right-radius:5px;border-top-right-radius:5px;color:#1e2f97;min-width:25px;padding:10px 0}.MuiList-root .MuiListItem-root .MuiListItemIcon-root{color:#fff;cursor:pointer;min-width:30px}.MuiList-root .MuiListItem-root .MuiListItemText-root{margin-bottom:0;margin-top:0}.MuiList-root .MuiListItem-root .MuiListItemText-root .MuiTypography-root{color:#fff;cursor:pointer;font:14px/24px OpenSans-SemiBold;white-space:nowrap}ul.MuiList-root:has(.submenu-title):before{border-bottom:8px solid transparent;border-right:8px solid #516578;border-top:8px solid transparent;content:"";height:0;left:-8px;position:absolute;top:15px;width:0;z-index:2}.MuiPopover-root .MuiPaper-root{overflow:visible;position:relative;width:max-content}.MuiList-root.MuiMenu-list{border-radius:5px}
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
+ import './src/sidemenu.scss';
1
2
  export { default as SideMenu } from './src/SideMenu';