@yusr_systems/ui 3.1.1 → 3.1.2

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.ts CHANGED
@@ -1371,8 +1371,8 @@ export declare namespace YusrSideBar {
1371
1371
  var Content: ({ LogoutHandler, }: {
1372
1372
  LogoutHandler?: () => Promise<void>;
1373
1373
  }) => JSX.Element;
1374
- var Footer: ({ loggedInUser }: {
1375
- loggedInUser: any;
1374
+ var Footer: ({ loggedInUser, }: {
1375
+ loggedInUser?: any;
1376
1376
  }) => JSX.Element;
1377
1377
  }
1378
1378
 
package/dist/yusr-ui.js CHANGED
@@ -3589,7 +3589,7 @@ ha.Header = function() {
3589
3589
  onLogout: e,
3590
3590
  LinkComponent: r
3591
3591
  })] });
3592
- }, ha.Footer = function({ loggedInUser: e }) {
3592
+ }, ha.Footer = function({ loggedInUser: e = void 0 }) {
3593
3593
  return /* @__PURE__ */ a(gi, { children: /* @__PURE__ */ a(da, { user: e }) });
3594
3594
  };
3595
3595
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yusr_systems/ui",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"