mario-core 2.5.4 → 2.5.8
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/index.css +46 -33
- package/dist/index.js +37 -34
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +37 -34
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -43,7 +43,7 @@ function _catch(body, recover) {
|
|
|
43
43
|
return result;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var styles = {"notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","sidebar-logo":"_1hXpy","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","logout":"_1_9tV","content-text":"_3S4f2","hide-in-mobile":"_1INnO","block-form":"_2e7fZ","hide-in-
|
|
46
|
+
var styles = {"notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","sidebar-logo":"_1hXpy","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","logout":"_1_9tV","content-text":"_3S4f2","hide-in-mobile":"_1INnO","block-form":"_2e7fZ","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5"};
|
|
47
47
|
|
|
48
48
|
var style = {
|
|
49
49
|
fontSize: "0.85rem"
|
|
@@ -494,13 +494,6 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
494
494
|
return React.createElement(Row, {
|
|
495
495
|
className: "" + styles["box-login"]
|
|
496
496
|
}, React.createElement(Col, {
|
|
497
|
-
lg: 4,
|
|
498
|
-
md: 4,
|
|
499
|
-
className: "" + styles["img-box"]
|
|
500
|
-
}, React.createElement("img", {
|
|
501
|
-
src: "/images/img-login.png",
|
|
502
|
-
className: "" + styles["img-login"]
|
|
503
|
-
})), React.createElement(Col, {
|
|
504
497
|
className: "p-0"
|
|
505
498
|
}, React.createElement(Form, {
|
|
506
499
|
className: "" + styles["block-login"],
|
|
@@ -544,7 +537,14 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
544
537
|
}, React.createElement(Link, {
|
|
545
538
|
to: "/forgot-password",
|
|
546
539
|
className: "" + styles["link-to-login"]
|
|
547
|
-
}, "Forgot password ?")))))
|
|
540
|
+
}, "Forgot password ?"))))), React.createElement(Col, {
|
|
541
|
+
lg: 4,
|
|
542
|
+
md: 4,
|
|
543
|
+
className: "" + styles["img-box"]
|
|
544
|
+
}, React.createElement("img", {
|
|
545
|
+
src: "/images/img-login.png",
|
|
546
|
+
className: "" + styles["img-login"]
|
|
547
|
+
})));
|
|
548
548
|
});
|
|
549
549
|
};
|
|
550
550
|
|
|
@@ -737,13 +737,6 @@ var BlockForgetPassword = function BlockForgetPassword() {
|
|
|
737
737
|
return React.createElement(Row, {
|
|
738
738
|
className: "" + styles["box-login"]
|
|
739
739
|
}, React.createElement(Col, {
|
|
740
|
-
lg: 4,
|
|
741
|
-
md: 4,
|
|
742
|
-
className: "" + styles["img-box"]
|
|
743
|
-
}, React.createElement("img", {
|
|
744
|
-
src: "/images/img-login.png",
|
|
745
|
-
className: "" + styles["img-login"]
|
|
746
|
-
})), React.createElement(Col, {
|
|
747
740
|
className: "p-0"
|
|
748
741
|
}, React.createElement("div", {
|
|
749
742
|
className: "" + styles["block-login"]
|
|
@@ -781,7 +774,14 @@ var BlockForgetPassword = function BlockForgetPassword() {
|
|
|
781
774
|
}, React.createElement(Link, {
|
|
782
775
|
to: "/login",
|
|
783
776
|
className: "" + styles["link-to-login"]
|
|
784
|
-
}, "Return to login")))))
|
|
777
|
+
}, "Return to login"))))), React.createElement(Col, {
|
|
778
|
+
lg: 4,
|
|
779
|
+
md: 4,
|
|
780
|
+
className: "" + styles["img-box"]
|
|
781
|
+
}, React.createElement("img", {
|
|
782
|
+
src: "/images/img-login.png",
|
|
783
|
+
className: "" + styles["img-login"]
|
|
784
|
+
})));
|
|
785
785
|
});
|
|
786
786
|
};
|
|
787
787
|
|
|
@@ -831,13 +831,6 @@ var BlockResetPassword = function BlockResetPassword() {
|
|
|
831
831
|
return React.createElement(Row, {
|
|
832
832
|
className: "" + styles["box-login"]
|
|
833
833
|
}, React.createElement(Col, {
|
|
834
|
-
lg: 4,
|
|
835
|
-
md: 4,
|
|
836
|
-
className: "" + styles["img-box"]
|
|
837
|
-
}, React.createElement("img", {
|
|
838
|
-
src: "/images/img-login.png",
|
|
839
|
-
className: "" + styles["img-login"]
|
|
840
|
-
})), React.createElement(Col, {
|
|
841
834
|
className: "p-0"
|
|
842
835
|
}, React.createElement("div", {
|
|
843
836
|
className: "" + styles["block-login"]
|
|
@@ -887,7 +880,14 @@ var BlockResetPassword = function BlockResetPassword() {
|
|
|
887
880
|
}, React.createElement(Link, {
|
|
888
881
|
to: "/login",
|
|
889
882
|
className: "" + styles["link-to-login"]
|
|
890
|
-
}, "Return to login")))))
|
|
883
|
+
}, "Return to login"))))), React.createElement(Col, {
|
|
884
|
+
lg: 4,
|
|
885
|
+
md: 4,
|
|
886
|
+
className: "" + styles["img-box"]
|
|
887
|
+
}, React.createElement("img", {
|
|
888
|
+
src: "/images/img-login.png",
|
|
889
|
+
className: "" + styles["img-login"]
|
|
890
|
+
})));
|
|
891
891
|
});
|
|
892
892
|
};
|
|
893
893
|
|
|
@@ -1080,13 +1080,6 @@ var BlockTwoFactorLogin = function BlockTwoFactorLogin() {
|
|
|
1080
1080
|
return React.createElement(Row, {
|
|
1081
1081
|
className: "" + styles["box-login"]
|
|
1082
1082
|
}, React.createElement(Col, {
|
|
1083
|
-
lg: 4,
|
|
1084
|
-
md: 4,
|
|
1085
|
-
className: "" + styles["img-box"]
|
|
1086
|
-
}, React.createElement("img", {
|
|
1087
|
-
src: "/images/img-login.png",
|
|
1088
|
-
className: "" + styles["img-login"]
|
|
1089
|
-
})), React.createElement(Col, {
|
|
1090
1083
|
className: "p-0"
|
|
1091
1084
|
}, React.createElement("div", {
|
|
1092
1085
|
className: "" + styles["block-login"]
|
|
@@ -1124,7 +1117,14 @@ var BlockTwoFactorLogin = function BlockTwoFactorLogin() {
|
|
|
1124
1117
|
}, React.createElement(Link, {
|
|
1125
1118
|
to: "/login",
|
|
1126
1119
|
className: "" + styles["link-to-login"]
|
|
1127
|
-
}, "Return to login")))))
|
|
1120
|
+
}, "Return to login"))))), React.createElement(Col, {
|
|
1121
|
+
lg: 4,
|
|
1122
|
+
md: 4,
|
|
1123
|
+
className: "" + styles["img-box"]
|
|
1124
|
+
}, React.createElement("img", {
|
|
1125
|
+
src: "/images/img-login.png",
|
|
1126
|
+
className: "" + styles["img-login"]
|
|
1127
|
+
})));
|
|
1128
1128
|
});
|
|
1129
1129
|
};
|
|
1130
1130
|
|
|
@@ -5317,7 +5317,10 @@ var NotificationList = function NotificationList() {
|
|
|
5317
5317
|
viewNotification = _useNotificationList.viewNotification;
|
|
5318
5318
|
|
|
5319
5319
|
return React.createElement("div", {
|
|
5320
|
-
className: "animated fadeIn"
|
|
5320
|
+
className: "animated fadeIn",
|
|
5321
|
+
style: {
|
|
5322
|
+
padding: "20px 40px"
|
|
5323
|
+
}
|
|
5321
5324
|
}, React.createElement("h5", {
|
|
5322
5325
|
className: "mb-2"
|
|
5323
5326
|
}, header$3), React.createElement(Row, {
|