lupine.components 1.0.14 → 1.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lupine.components",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "license": "MIT",
5
5
  "author": "uuware.com",
6
6
  "homepage": "https://github.com/uuware/lupine.js",
@@ -3,10 +3,10 @@ import { stopPropagation } from '../lib';
3
3
  import { MediaQueryMaxWidth } from '../styles';
4
4
  import { NestMenuItemProps } from './menu-item-props';
5
5
 
6
- const fetchMenu = async (menuId: string) => {
7
- const data = await getRenderPageProps().renderPageFunctions.fetchData(`/api/menu/get/${menuId}`);
8
- return data.json;
9
- };
6
+ // const fetchMenu = async (menuId: string) => {
7
+ // const data = await getRenderPageProps().renderPageFunctions.fetchData(`/api/menu/get/${menuId}`);
8
+ // return data.json;
9
+ // };
10
10
 
11
11
  export type MenuSidebarProps = {
12
12
  mobileMenu?: boolean;
@@ -186,9 +186,10 @@ export const MenuSidebar = ({
186
186
  // top: 0,
187
187
  flex: 1,
188
188
  overflowY: 'auto',
189
- paddingTop: '200px',
189
+ // paddingTop: '200px',
190
190
  width: '200px',
191
191
  marginLeft: 'unset',
192
+ justifyContent: 'start',
192
193
  },
193
194
  '.menu-sidebar-top.open .menu-sidebar-sub-box > .menu-sidebar-sub': {
194
195
  display: 'flex',