@ssplib/react-components 0.0.180 → 0.0.181

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.
@@ -6,7 +6,7 @@ export default function NavBar({ links, title, img, pos, next, el, menuItems, pa
6
6
  }[];
7
7
  title: string;
8
8
  img: string;
9
- paddingBottom: number;
9
+ paddingBottom?: number;
10
10
  menuItems: JSX.Element | JSX.Element[];
11
11
  next?: boolean;
12
12
  el?: JSX.Element;
@@ -49,7 +49,7 @@ const router_1 = require("next/router");
49
49
  const react_1 = __importStar(require("react"));
50
50
  const auth_1 = require("../../context/auth");
51
51
  function NavBar(_a) {
52
- var { links, title, img, pos = 'fixed', next = true, el, menuItems, paddingBottom = 9, logoutMsg = 'Sair' } = _a, props = __rest(_a, ["links", "title", "img", "pos", "next", "el", "menuItems", "paddingBottom", "logoutMsg"]);
52
+ var { links, title, img, pos = 'fixed', next = true, el, menuItems, paddingBottom = 0, logoutMsg = 'Sair' } = _a, props = __rest(_a, ["links", "title", "img", "pos", "next", "el", "menuItems", "paddingBottom", "logoutMsg"]);
53
53
  let router = undefined;
54
54
  if (next)
55
55
  router = (0, router_1.useRouter)();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.180",
3
+ "version": "0.0.181",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",