@crystaltech/hsms-shared-ui 0.0.2-alpha-0.0.10 → 0.0.2-alpha-0.0.12

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.
@@ -0,0 +1,4 @@
1
+ declare const LoginView: ({ backendUrl }: {
2
+ backendUrl: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default LoginView;
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ interface IProps {
3
+ logoIcon: string;
4
+ title: string;
5
+ subTitle: string;
6
+ showOnlyIcons: boolean;
7
+ }
8
+ declare const LogoWithTitle: React.FC<IProps>;
9
+ export default LogoWithTitle;
@@ -13,4 +13,11 @@ export interface ISettingsConfig {
13
13
  footerText: string;
14
14
  }
15
15
  export declare const menuConfig: IMenuConfig[];
16
+ export interface ISettingsConfig {
17
+ logo: string;
18
+ title: string;
19
+ subTitle: string;
20
+ moduleName: string;
21
+ footerText: string;
22
+ }
16
23
  export declare const settingsConfig: ISettingsConfig;
Binary file