mario-core 2.9.46-beta → 2.9.48-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 +21 -15
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -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"]
|
|
@@ -4529,6 +4529,9 @@ var defaultparams = [{
|
|
|
4529
4529
|
}, {
|
|
4530
4530
|
label: "$MESSAGE$",
|
|
4531
4531
|
meaning: "Message"
|
|
4532
|
+
}, {
|
|
4533
|
+
label: "$DOMAIN$",
|
|
4534
|
+
meaning: "Domain"
|
|
4532
4535
|
}];
|
|
4533
4536
|
|
|
4534
4537
|
var MailSubject = function MailSubject(_ref) {
|