mario-core 2.6.5 → 2.6.9

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","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"
@@ -499,11 +499,12 @@ var BlockLogin = function BlockLogin(_ref) {
499
499
  onSubmit: handleSubmit
500
500
  }, React.createElement("div", {
501
501
  className: "" + styles["block-form"]
502
- }, React.createElement("p", {
502
+ }, React.createElement("img", {
503
+ src: "/images/Icon-Rectangle.png",
504
+ className: "" + styles["img-login-rectangle"]
505
+ }), React.createElement("p", {
503
506
  className: "" + styles["title-login"]
504
- }, "Sign in"), React.createElement("p", {
505
- className: "recover-account"
506
- }, "Lorem ipsum dolor sit amet, consectetur adipiscing elit."), React.createElement(FormGroup, {
507
+ }, "Sign in"), React.createElement(FormGroup, {
507
508
  className: "" + styles["form-user-name"]
508
509
  }, React.createElement(Input, {
509
510
  type: "text",
@@ -532,16 +533,20 @@ var BlockLogin = function BlockLogin(_ref) {
532
533
  className: "" + styles["btn-login"],
533
534
  type: "submit"
534
535
  }, "LOGIN")), React.createElement("div", {
535
- className: "d-flex justify-content-end"
536
+ className: "d-flex justify-content-between"
536
537
  }, React.createElement(Link, {
537
538
  to: "/forgot-password",
538
539
  className: "" + styles["link-to-login"]
539
- }, "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, {
540
545
  lg: 4,
541
546
  md: 4,
542
547
  className: "" + styles["img-box"]
543
548
  }, React.createElement("img", {
544
- src: "/images/img-login.png",
549
+ src: "/images/img-login.jpg",
545
550
  className: "" + styles["img-login"]
546
551
  })));
547
552
  });
@@ -769,16 +774,20 @@ var BlockForgetPassword = function BlockForgetPassword() {
769
774
  return handleSubmit();
770
775
  }
771
776
  }, "Continue")), React.createElement("p", {
772
- className: "d-flex justify-content-end"
777
+ className: "d-flex justify-content-between"
773
778
  }, React.createElement(Link, {
774
779
  to: "/login",
775
780
  className: "" + styles["link-to-login"]
776
- }, "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, {
777
786
  lg: 4,
778
787
  md: 4,
779
788
  className: "" + styles["img-box"]
780
789
  }, React.createElement("img", {
781
- src: "/images/img-login.png",
790
+ src: "/images/img-login.jpg",
782
791
  className: "" + styles["img-login"]
783
792
  })));
784
793
  });
@@ -875,16 +884,20 @@ var BlockResetPassword = function BlockResetPassword() {
875
884
  return handleSubmit();
876
885
  }
877
886
  }, "Confirm")), React.createElement("p", {
878
- className: "d-flex justify-content-end"
887
+ className: "d-flex justify-content-between"
879
888
  }, React.createElement(Link, {
880
889
  to: "/login",
881
890
  className: "" + styles["link-to-login"]
882
- }, "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, {
883
896
  lg: 4,
884
897
  md: 4,
885
898
  className: "" + styles["img-box"]
886
899
  }, React.createElement("img", {
887
- src: "/images/img-login.png",
900
+ src: "/images/img-login.jpg",
888
901
  className: "" + styles["img-login"]
889
902
  })));
890
903
  });
@@ -1112,16 +1125,20 @@ var BlockTwoFactorLogin = function BlockTwoFactorLogin() {
1112
1125
  return handleSubmit();
1113
1126
  }
1114
1127
  }, "Confirm")), React.createElement("p", {
1115
- className: "d-flex justify-content-end"
1128
+ className: "d-flex justify-content-between"
1116
1129
  }, React.createElement(Link, {
1117
1130
  to: "/login",
1118
1131
  className: "" + styles["link-to-login"]
1119
- }, "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, {
1120
1137
  lg: 4,
1121
1138
  md: 4,
1122
1139
  className: "" + styles["img-box"]
1123
1140
  }, React.createElement("img", {
1124
- src: "/images/img-login.png",
1141
+ src: "/images/img-login.jpg",
1125
1142
  className: "" + styles["img-login"]
1126
1143
  })));
1127
1144
  });
@@ -1209,7 +1226,7 @@ var data = {
1209
1226
  content: "Understand yourself better through helpful feedback."
1210
1227
  }, {
1211
1228
  scrIcon: "/images/177_9_Brain.svg",
1212
- content: "Grow together as both learners and educators create and share personalized learning journeys."
1229
+ content: "Create, explore, and share exciting personalized learning journeys."
1213
1230
  }, {
1214
1231
  scrIcon: "/images/177_6_Goal.svg",
1215
1232
  content: "Set, monitor, and achieve your goals."