mario-core 2.9.326-release → 2.9.330-release

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.
@@ -25,5 +25,6 @@ declare const useLogin: () => {
25
25
  fnLoginSSO: (clickHandler?: any) => Promise<void>;
26
26
  school: ISchool;
27
27
  extensionEmail: string;
28
+ handleLoginWidthClever: () => void;
28
29
  };
29
30
  export default useLogin;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ open: boolean;
4
+ onClose: Function;
5
+ onConfirm: Function;
6
+ }
7
+ declare const BlockAssignTeacherByCode: ({ open, onClose, onConfirm }: Props) => JSX.Element;
8
+ export default BlockAssignTeacherByCode;
@@ -15,6 +15,7 @@ interface Props {
15
15
  googleClientId: string;
16
16
  fnLoginSSO: Function;
17
17
  extensionEmail: string;
18
+ onLoginWidthClever: Function;
18
19
  }
19
20
  declare const BlockLogin: FC<Props>;
20
21
  export default BlockLogin;
package/dist/index.css CHANGED
@@ -869,6 +869,8 @@
869
869
  background: #316CD9; }
870
870
  ._DrSlA:hover p {
871
871
  color: #ffffff; }
872
+ ._DrSlA:hover ._20YJX {
873
+ width: 32px !important; }
872
874
 
873
875
  ._3Vgah {
874
876
  padding-top: 108px;