@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.
- package/dist/components/index.cjs +147 -136
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +1 -2
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +136 -125
- package/dist/components/index.js.map +1 -1
- package/package.json +9 -12
|
@@ -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,
|
|
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,
|
|
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';
|