mario-core 2.9.245-release → 2.9.246-multi
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/containers/Login/views/block/BlockLogin.d.ts +7 -0
- package/dist/index.css +5 -4
- package/dist/index.js +1131 -1147
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1133 -1149
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,6 +6,13 @@ interface Props {
|
|
|
6
6
|
onCancelModelAssign: Function;
|
|
7
7
|
openModelAssign: boolean;
|
|
8
8
|
school: ISchool;
|
|
9
|
+
isShowPassword: boolean;
|
|
10
|
+
setIsShowPassword: Function;
|
|
11
|
+
fnIsCheckLogin: Function;
|
|
12
|
+
isLoginGoogle: boolean;
|
|
13
|
+
submitLogin: Function;
|
|
14
|
+
infoUser: any;
|
|
15
|
+
googleClientId: string;
|
|
9
16
|
}
|
|
10
17
|
declare const BlockLogin: FC<Props>;
|
|
11
18
|
export default BlockLogin;
|
package/dist/index.css
CHANGED
|
@@ -161,7 +161,8 @@
|
|
|
161
161
|
padding: 10px 27px; } }
|
|
162
162
|
|
|
163
163
|
._2OUwW {
|
|
164
|
-
height:
|
|
164
|
+
height: 100%;
|
|
165
|
+
max-height: 56px; }
|
|
165
166
|
|
|
166
167
|
._2Owso {
|
|
167
168
|
font-size: 16px;
|
|
@@ -844,8 +845,7 @@
|
|
|
844
845
|
justify-content: center;
|
|
845
846
|
padding: 10px 0; }
|
|
846
847
|
._DrSlA img {
|
|
847
|
-
|
|
848
|
-
height: auto;
|
|
848
|
+
height: 26px;
|
|
849
849
|
margin-right: 10px; }
|
|
850
850
|
._DrSlA p {
|
|
851
851
|
margin-bottom: 0;
|
|
@@ -853,7 +853,8 @@
|
|
|
853
853
|
font-weight: 700;
|
|
854
854
|
line-height: 27px;
|
|
855
855
|
text-align: left;
|
|
856
|
-
color: #316CD9;
|
|
856
|
+
color: #316CD9;
|
|
857
|
+
font-family: "Poppins-Regular"; }
|
|
857
858
|
@media (max-width: 768px) {
|
|
858
859
|
._DrSlA p {
|
|
859
860
|
font-size: 14px;
|