@nethru/ui 1.0.60 → 1.0.61

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.
Files changed (2) hide show
  1. package/dist/Frame.js +3 -1
  2. package/package.json +1 -1
package/dist/Frame.js CHANGED
@@ -10,7 +10,8 @@ export default function Frame({
10
10
  children,
11
11
  footer,
12
12
  menu,
13
- menuIcons = {}
13
+ menuIcons = {},
14
+ onScroll
14
15
  }) {
15
16
  const containerStyles = {
16
17
  display: 'flex',
@@ -34,6 +35,7 @@ export default function Frame({
34
35
  }), /*#__PURE__*/_jsxs(Box, {
35
36
  component: "section",
36
37
  sx: contentStyles,
38
+ onScroll: onScroll,
37
39
  children: [/*#__PURE__*/_jsx("main", {
38
40
  children: children
39
41
  }), footer]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethru/ui",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "/dist"