@natoora-libs/core 0.2.20 → 0.2.21-dev-package-upgrades-1

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.
@@ -1015,9 +1015,8 @@ type Props = {
1015
1015
  LeftDrawer: ReactNode;
1016
1016
  leftSection?: ReactNode;
1017
1017
  rightSection?: ReactNode;
1018
- isAuthenticated?: boolean;
1019
1018
  };
1020
- declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, rightSection, isAuthenticated, }: Props) => react_jsx_runtime.JSX.Element>;
1019
+ declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, rightSection, }: Props) => react_jsx_runtime.JSX.Element>;
1021
1020
 
1022
1021
  type IToastMessage = {
1023
1022
  toastType: 'success' | 'info' | 'warning' | 'error';
@@ -1015,9 +1015,8 @@ type Props = {
1015
1015
  LeftDrawer: ReactNode;
1016
1016
  leftSection?: ReactNode;
1017
1017
  rightSection?: ReactNode;
1018
- isAuthenticated?: boolean;
1019
1018
  };
1020
- declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, rightSection, isAuthenticated, }: Props) => react_jsx_runtime.JSX.Element>;
1019
+ declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, rightSection, }: Props) => react_jsx_runtime.JSX.Element>;
1021
1020
 
1022
1021
  type IToastMessage = {
1023
1022
  toastType: 'success' | 'info' | 'warning' | 'error';