mario-core 2.9.45-beta → 2.9.47-beta
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/constant/type.d.ts +5 -0
- package/dist/containers/Login/views/ModelSelectRole.d.ts +4 -0
- package/dist/index.css +5 -5
- package/dist/index.js +2 -16
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -16
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/amplitude.d.ts +1 -0
- package/package.json +1 -1
- package/dist/components/Loading/LoadLanguage.d.ts +0 -3
- package/dist/lang/de.d.ts +0 -4
- package/dist/lang/en.d.ts +0 -4
- package/dist/utils/getTranslations.d.ts +0 -2
- package/dist/utils/translations.d.ts +0 -3
package/dist/index.css
CHANGED
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
text-align: center;
|
|
149
149
|
font-weight: 500; }
|
|
150
150
|
._Ce3Kg:hover {
|
|
151
|
-
color: #
|
|
151
|
+
color: #336DDA; }
|
|
152
152
|
|
|
153
153
|
._2t6d9 {
|
|
154
154
|
text-align: left;
|
|
@@ -156,12 +156,12 @@
|
|
|
156
156
|
font-size: 16px !important; }
|
|
157
157
|
|
|
158
158
|
._3bDsd {
|
|
159
|
-
color: #
|
|
159
|
+
color: #336DDA;
|
|
160
160
|
font-size: 16px;
|
|
161
161
|
display: inline-block;
|
|
162
162
|
font-weight: 500; }
|
|
163
163
|
._3bDsd:hover {
|
|
164
|
-
color: #
|
|
164
|
+
color: #336DDA;
|
|
165
165
|
-webkit-text-decoration: revert;
|
|
166
166
|
text-decoration: revert; }
|
|
167
167
|
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
background-image: url("/images/home.png") !important; }
|
|
279
279
|
|
|
280
280
|
._F-hjL {
|
|
281
|
-
background-color: #
|
|
281
|
+
background-color: #336DDA;
|
|
282
282
|
background-repeat: no-repeat;
|
|
283
283
|
background-size: cover;
|
|
284
284
|
width: 100%;
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
background-position: center; }
|
|
287
287
|
@media (max-width: 768px) {
|
|
288
288
|
._F-hjL {
|
|
289
|
-
background-color: #
|
|
289
|
+
background-color: #336DDA;
|
|
290
290
|
overflow: hidden; } }
|
|
291
291
|
._F-hjL ._1TT1q {
|
|
292
292
|
padding-top: 40px;
|
package/dist/index.js
CHANGED
|
@@ -2904,7 +2904,7 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
2904
2904
|
}, React__default.createElement("div", {
|
|
2905
2905
|
className: "" + styles["block-form"]
|
|
2906
2906
|
}, React__default.createElement("img", {
|
|
2907
|
-
src: "/images/
|
|
2907
|
+
src: "/images/main-blue-logo.svg",
|
|
2908
2908
|
className: "" + styles["img-login-rectangle"]
|
|
2909
2909
|
}), React__default.createElement("p", {
|
|
2910
2910
|
className: "" + styles["title-login"]
|
|
@@ -3839,21 +3839,7 @@ var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
|
3839
3839
|
width: "30px"
|
|
3840
3840
|
},
|
|
3841
3841
|
src: "/images/united-kingdom.png"
|
|
3842
|
-
})), "United Kingdom"))
|
|
3843
|
-
className: styles["dropdown-change"] + " px-0 py-0 pb-2",
|
|
3844
|
-
onClick: function onClick() {
|
|
3845
|
-
return changeLanguageApp("us");
|
|
3846
|
-
}
|
|
3847
|
-
}, React__default.createElement("div", {
|
|
3848
|
-
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (language == "us" ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
3849
|
-
}, React__default.createElement("span", {
|
|
3850
|
-
className: "mr-2 d-flex hover-opacity"
|
|
3851
|
-
}, React__default.createElement("img", {
|
|
3852
|
-
style: {
|
|
3853
|
-
width: "30px"
|
|
3854
|
-
},
|
|
3855
|
-
src: "/images/usa.png"
|
|
3856
|
-
})), "United States of America"))));
|
|
3842
|
+
})), "United Kingdom"))));
|
|
3857
3843
|
};
|
|
3858
3844
|
|
|
3859
3845
|
var TheHeader = function TheHeader() {
|