beca-ui 2.1.0-beta.10 → 2.1.0-beta.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.
@@ -31,6 +31,8 @@ export interface HeaderProps extends ApplicationsCardProps {
31
31
  scrolled?: boolean;
32
32
  personalProfile: PersonalProfileModel;
33
33
  config?: MainLayoutConfig;
34
+ isShowCollapseButton?: boolean;
35
+ headerTitle?: string;
34
36
  }
35
37
  export type ThemeModel = {
36
38
  getApi?: string;
@@ -6,6 +6,7 @@ interface AppContextProps {
6
6
  userConfig: UserConfig;
7
7
  mainTheme?: MainTheme;
8
8
  isHomeApp?: boolean;
9
+ theme?: "default" | "new";
9
10
  }
10
11
  export declare const AppContext: import("react").Context<AppContextProps>;
11
12
  export declare const MainLayout: import("react").ForwardRefExoticComponent<MainLayoutProps & import("react").RefAttributes<import("./MainLayout.types").NotificationRef>>;
@@ -12,6 +12,7 @@ declare const _default: {
12
12
  justify: string;
13
13
  customTheme: string;
14
14
  font: string;
15
+ theme: string;
15
16
  enterLink: string;
16
17
  enterImageLink: string;
17
18
  pasteWithTextStylesConfirm: string;
@@ -34,5 +35,7 @@ declare const _default: {
34
35
  lightMode: string;
35
36
  english: string;
36
37
  vietnamese: string;
38
+ default: string;
39
+ new: string;
37
40
  };
38
41
  export default _default;
@@ -12,6 +12,7 @@ declare const _default: {
12
12
  justify: string;
13
13
  customTheme: string;
14
14
  font: string;
15
+ theme: string;
15
16
  enterLink: string;
16
17
  enterImageLink: string;
17
18
  pasteWithTextStylesConfirm: string;
@@ -34,5 +35,7 @@ declare const _default: {
34
35
  lightMode: string;
35
36
  english: string;
36
37
  vietnamese: string;
38
+ default: string;
39
+ new: string;
37
40
  };
38
41
  export default _default;
@@ -14,6 +14,7 @@ export declare function useTranslation(): {
14
14
  justify: string;
15
15
  customTheme: string;
16
16
  font: string;
17
+ theme: string;
17
18
  enterLink: string;
18
19
  enterImageLink: string;
19
20
  pasteWithTextStylesConfirm: string;
@@ -36,5 +37,7 @@ export declare function useTranslation(): {
36
37
  lightMode: string;
37
38
  english: string;
38
39
  vietnamese: string;
40
+ default: string;
41
+ new: string;
39
42
  };
40
43
  export {};