profinansy-ui-lib 3.0.71 → 3.0.73

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.
@@ -1,5 +1,6 @@
1
1
  interface IProps {
2
- isLMS: boolean;
2
+ isMAFK: boolean;
3
+ isIdvMirror: boolean;
3
4
  }
4
- declare const Contacts: ({ isLMS }: IProps) => JSX.Element;
5
+ declare const Contacts: ({ isMAFK, isIdvMirror }: IProps) => JSX.Element;
5
6
  export { Contacts };
@@ -1,5 +1,5 @@
1
1
  interface IProps {
2
- isLMS: boolean;
2
+ isMAFK: boolean;
3
3
  }
4
- declare const Information: ({ isLMS }: IProps) => JSX.Element;
4
+ declare const Information: ({ isMAFK }: IProps) => JSX.Element;
5
5
  export { Information };
@@ -94,7 +94,7 @@ export declare const getFooterNavRows: (userRole: UserRole, isMirrorLMS: boolean
94
94
  href?: undefined;
95
95
  })[];
96
96
  }[])[];
97
- export declare const getFooterDescription: (isLms?: boolean) => string;
97
+ export declare const getFooterDescription: (isMAFK?: boolean) => string;
98
98
  export declare const getFooterLeaderBoardLinks: (permission: boolean, hostname: string, isGuest?: boolean) => {
99
99
  name: string;
100
100
  href: string;