baaz-custom-components 3.1.14 → 3.1.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/dist/index.d.mts CHANGED
@@ -32,12 +32,11 @@ interface NavbarProps {
32
32
  navbarData: NavbarEntry[];
33
33
  userData: UserData;
34
34
  onLogout: () => void;
35
- layoutName: string;
36
35
  notificationData: NotificationDataTypes[];
37
36
  router: RouterAdapter;
38
37
  }
39
38
 
40
- declare function Navbar({ navbarData, userData, onLogout, layoutName, notificationData, router, }: NavbarProps): react.JSX.Element | null;
39
+ declare function Navbar({ navbarData, userData, onLogout, notificationData, router, }: NavbarProps): react.JSX.Element | null;
41
40
 
42
41
  type BreadcrumbProps = {
43
42
  layoutName: string;
package/dist/index.d.ts CHANGED
@@ -32,12 +32,11 @@ interface NavbarProps {
32
32
  navbarData: NavbarEntry[];
33
33
  userData: UserData;
34
34
  onLogout: () => void;
35
- layoutName: string;
36
35
  notificationData: NotificationDataTypes[];
37
36
  router: RouterAdapter;
38
37
  }
39
38
 
40
- declare function Navbar({ navbarData, userData, onLogout, layoutName, notificationData, router, }: NavbarProps): react.JSX.Element | null;
39
+ declare function Navbar({ navbarData, userData, onLogout, notificationData, router, }: NavbarProps): react.JSX.Element | null;
41
40
 
42
41
  type BreadcrumbProps = {
43
42
  layoutName: string;
package/dist/index.js CHANGED
@@ -609,7 +609,6 @@ function DesktopNavbar({
609
609
  navbarData,
610
610
  userData,
611
611
  onLogout,
612
- layoutName,
613
612
  notificationData,
614
613
  router
615
614
  }) {
@@ -1319,7 +1318,6 @@ function MobileNavbar({
1319
1318
  navbarData,
1320
1319
  userData,
1321
1320
  onLogout,
1322
- layoutName,
1323
1321
  notificationData,
1324
1322
  router
1325
1323
  }) {
@@ -1343,7 +1341,6 @@ function Navbar({
1343
1341
  navbarData,
1344
1342
  userData,
1345
1343
  onLogout,
1346
- layoutName,
1347
1344
  notificationData,
1348
1345
  router
1349
1346
  }) {
@@ -1359,7 +1356,6 @@ function Navbar({
1359
1356
  navbarData,
1360
1357
  userData,
1361
1358
  onLogout,
1362
- layoutName,
1363
1359
  notificationData,
1364
1360
  router
1365
1361
  }
@@ -1369,7 +1365,6 @@ function Navbar({
1369
1365
  navbarData,
1370
1366
  userData,
1371
1367
  onLogout,
1372
- layoutName,
1373
1368
  notificationData,
1374
1369
  router
1375
1370
  }
package/dist/index.mjs CHANGED
@@ -575,7 +575,6 @@ function DesktopNavbar({
575
575
  navbarData,
576
576
  userData,
577
577
  onLogout,
578
- layoutName,
579
578
  notificationData,
580
579
  router
581
580
  }) {
@@ -1285,7 +1284,6 @@ function MobileNavbar({
1285
1284
  navbarData,
1286
1285
  userData,
1287
1286
  onLogout,
1288
- layoutName,
1289
1287
  notificationData,
1290
1288
  router
1291
1289
  }) {
@@ -1309,7 +1307,6 @@ function Navbar({
1309
1307
  navbarData,
1310
1308
  userData,
1311
1309
  onLogout,
1312
- layoutName,
1313
1310
  notificationData,
1314
1311
  router
1315
1312
  }) {
@@ -1325,7 +1322,6 @@ function Navbar({
1325
1322
  navbarData,
1326
1323
  userData,
1327
1324
  onLogout,
1328
- layoutName,
1329
1325
  notificationData,
1330
1326
  router
1331
1327
  }
@@ -1335,7 +1331,6 @@ function Navbar({
1335
1331
  navbarData,
1336
1332
  userData,
1337
1333
  onLogout,
1338
- layoutName,
1339
1334
  notificationData,
1340
1335
  router
1341
1336
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baaz-custom-components",
3
- "version": "3.1.14",
3
+ "version": "3.1.15",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",