mario-core 2.9.46-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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- 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.modern.js
CHANGED
|
@@ -2902,7 +2902,7 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
2902
2902
|
}, React.createElement("div", {
|
|
2903
2903
|
className: "" + styles["block-form"]
|
|
2904
2904
|
}, React.createElement("img", {
|
|
2905
|
-
src: "/images/
|
|
2905
|
+
src: "/images/main-blue-logo.svg",
|
|
2906
2906
|
className: "" + styles["img-login-rectangle"]
|
|
2907
2907
|
}), React.createElement("p", {
|
|
2908
2908
|
className: "" + styles["title-login"]
|