mario-core 2.6.7 → 2.6.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.
@@ -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","img-login-rectangle":"_2kOvJ","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"};
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","img-login-rectangle":"_2kOvJ","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","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5"};
47
47
 
48
48
  var style = {
49
49
  fontSize: "0.85rem"
@@ -533,16 +533,20 @@ var BlockLogin = function BlockLogin(_ref) {
533
533
  className: "" + styles["btn-login"],
534
534
  type: "submit"
535
535
  }, "LOGIN")), React.createElement("div", {
536
- className: "d-flex justify-content-end"
536
+ className: "d-flex justify-content-between"
537
537
  }, React.createElement(Link, {
538
538
  to: "/forgot-password",
539
539
  className: "" + styles["link-to-login"]
540
- }, "Forgot password ?"))))), React.createElement(Col, {
540
+ }, "Forgot password ?"), React.createElement("a", {
541
+ href: "https://marioframework.com/privacy-policy/",
542
+ target: "blank",
543
+ className: "" + styles["link-to-login"]
544
+ }, "Privacy Policy"))))), React.createElement(Col, {
541
545
  lg: 4,
542
546
  md: 4,
543
547
  className: "" + styles["img-box"]
544
548
  }, React.createElement("img", {
545
- src: "/images/img-login.png",
549
+ src: "/images/img-login.jpg",
546
550
  className: "" + styles["img-login"]
547
551
  })));
548
552
  });
@@ -770,16 +774,20 @@ var BlockForgetPassword = function BlockForgetPassword() {
770
774
  return handleSubmit();
771
775
  }
772
776
  }, "Continue")), React.createElement("p", {
773
- className: "d-flex justify-content-end"
777
+ className: "d-flex justify-content-between"
774
778
  }, React.createElement(Link, {
775
779
  to: "/login",
776
780
  className: "" + styles["link-to-login"]
777
- }, "Return to login"))))), React.createElement(Col, {
781
+ }, "Return to login"), React.createElement("a", {
782
+ href: "https://marioframework.com/privacy-policy/",
783
+ target: "blank",
784
+ className: "" + styles["link-to-login"]
785
+ }, "Privacy Policy"))))), React.createElement(Col, {
778
786
  lg: 4,
779
787
  md: 4,
780
788
  className: "" + styles["img-box"]
781
789
  }, React.createElement("img", {
782
- src: "/images/img-login.png",
790
+ src: "/images/img-login.jpg",
783
791
  className: "" + styles["img-login"]
784
792
  })));
785
793
  });
@@ -876,16 +884,20 @@ var BlockResetPassword = function BlockResetPassword() {
876
884
  return handleSubmit();
877
885
  }
878
886
  }, "Confirm")), React.createElement("p", {
879
- className: "d-flex justify-content-end"
887
+ className: "d-flex justify-content-between"
880
888
  }, React.createElement(Link, {
881
889
  to: "/login",
882
890
  className: "" + styles["link-to-login"]
883
- }, "Return to login"))))), React.createElement(Col, {
891
+ }, "Return to login"), React.createElement("a", {
892
+ href: "https://marioframework.com/privacy-policy/",
893
+ target: "blank",
894
+ className: "" + styles["link-to-login"]
895
+ }, "Privacy Policy"))))), React.createElement(Col, {
884
896
  lg: 4,
885
897
  md: 4,
886
898
  className: "" + styles["img-box"]
887
899
  }, React.createElement("img", {
888
- src: "/images/img-login.png",
900
+ src: "/images/img-login.jpg",
889
901
  className: "" + styles["img-login"]
890
902
  })));
891
903
  });
@@ -1113,16 +1125,20 @@ var BlockTwoFactorLogin = function BlockTwoFactorLogin() {
1113
1125
  return handleSubmit();
1114
1126
  }
1115
1127
  }, "Confirm")), React.createElement("p", {
1116
- className: "d-flex justify-content-end"
1128
+ className: "d-flex justify-content-between"
1117
1129
  }, React.createElement(Link, {
1118
1130
  to: "/login",
1119
1131
  className: "" + styles["link-to-login"]
1120
- }, "Return to login"))))), React.createElement(Col, {
1132
+ }, "Return to login"), React.createElement("a", {
1133
+ href: "https://marioframework.com/privacy-policy/",
1134
+ target: "blank",
1135
+ className: "" + styles["link-to-login"]
1136
+ }, "Privacy Policy"))))), React.createElement(Col, {
1121
1137
  lg: 4,
1122
1138
  md: 4,
1123
1139
  className: "" + styles["img-box"]
1124
1140
  }, React.createElement("img", {
1125
- src: "/images/img-login.png",
1141
+ src: "/images/img-login.jpg",
1126
1142
  className: "" + styles["img-login"]
1127
1143
  })));
1128
1144
  });