@nethru/ui 1.0.61 → 1.0.63

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/Frame.js CHANGED
@@ -11,6 +11,7 @@ export default function Frame({
11
11
  footer,
12
12
  menu,
13
13
  menuIcons = {},
14
+ mainRef,
14
15
  onScroll
15
16
  }) {
16
17
  const containerStyles = {
@@ -33,6 +34,7 @@ export default function Frame({
33
34
  icons: menuIcons,
34
35
  children: sideBar
35
36
  }), /*#__PURE__*/_jsxs(Box, {
37
+ ref: mainRef,
36
38
  component: "section",
37
39
  sx: contentStyles,
38
40
  onScroll: onScroll,
package/dist/ListItem.js CHANGED
@@ -5,7 +5,7 @@ import { jsxs as _jsxs } from "react/jsx-runtime";
5
5
  export default function ListItem({
6
6
  grid,
7
7
  spacing = 10,
8
- verticalAlign = 'center',
8
+ verticalAlign = 'flex-start',
9
9
  children,
10
10
  ...props
11
11
  }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethru/ui",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "/dist"