mario-core 2.6.3 → 2.6.7
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 +5 -1
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +12 -12
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
font-size: 24px;
|
|
111
111
|
font-weight: bold;
|
|
112
112
|
line-height: 28px;
|
|
113
|
-
margin-bottom:
|
|
113
|
+
margin-bottom: 30px; }
|
|
114
114
|
|
|
115
115
|
._21qb6 {
|
|
116
116
|
margin-bottom: 5px; }
|
|
@@ -301,6 +301,10 @@
|
|
|
301
301
|
height: 100%;
|
|
302
302
|
border-radius: 0 5px 5px 0 !important; }
|
|
303
303
|
|
|
304
|
+
._2kOvJ {
|
|
305
|
+
width: 50%;
|
|
306
|
+
margin-bottom: 25px; }
|
|
307
|
+
|
|
304
308
|
._39l0X {
|
|
305
309
|
padding: 0; }
|
|
306
310
|
._39l0X > ._1BMwK {
|
package/dist/index.js
CHANGED
|
@@ -46,7 +46,7 @@ function _catch(body, recover) {
|
|
|
46
46
|
return result;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
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"};
|
|
49
|
+
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"};
|
|
50
50
|
|
|
51
51
|
var style = {
|
|
52
52
|
fontSize: "0.85rem"
|
|
@@ -133,10 +133,9 @@ var COLORS = {
|
|
|
133
133
|
SUCCESS: "#28a745",
|
|
134
134
|
INFO: "#007bff"
|
|
135
135
|
};
|
|
136
|
-
var DATE_FORMAT = "yyyy-MM-
|
|
137
|
-
var DATE_RESULT = "
|
|
138
|
-
var FULL_DATE_RESULT = "
|
|
139
|
-
var FULL_DATE_FORMAT = "yyyy-MM-DD HH:mm";
|
|
136
|
+
var DATE_FORMAT = "yyyy-MM-dd";
|
|
137
|
+
var DATE_RESULT = "dd-MM-yyyy";
|
|
138
|
+
var FULL_DATE_RESULT = "dd-MM-yyyy HH:mm";
|
|
140
139
|
var DATE_MIN_VALUE = "0001-01-01T00:00:00";
|
|
141
140
|
var LICENSE_AGGRID = "Alhanko&Johnson_BASE23_single_1_Devs__22_November_2020_[v2]_MTYwNjAwMzIwMDAwMA==d452f38afc893671cad92795e95d52a1";
|
|
142
141
|
var BASE_URL = function () {
|
|
@@ -503,11 +502,12 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
503
502
|
onSubmit: handleSubmit
|
|
504
503
|
}, React__default.createElement("div", {
|
|
505
504
|
className: "" + styles["block-form"]
|
|
506
|
-
}, React__default.createElement("
|
|
505
|
+
}, React__default.createElement("img", {
|
|
506
|
+
src: "/images/Icon-Rectangle.png",
|
|
507
|
+
className: "" + styles["img-login-rectangle"]
|
|
508
|
+
}), React__default.createElement("p", {
|
|
507
509
|
className: "" + styles["title-login"]
|
|
508
|
-
}, "Sign in"), React__default.createElement(
|
|
509
|
-
className: "recover-account"
|
|
510
|
-
}, "Lorem ipsum dolor sit amet, consectetur adipiscing elit."), React__default.createElement(reactstrap.FormGroup, {
|
|
510
|
+
}, "Sign in"), React__default.createElement(reactstrap.FormGroup, {
|
|
511
511
|
className: "" + styles["form-user-name"]
|
|
512
512
|
}, React__default.createElement(reactstrap.Input, {
|
|
513
513
|
type: "text",
|
|
@@ -1213,7 +1213,7 @@ var data = {
|
|
|
1213
1213
|
content: "Understand yourself better through helpful feedback."
|
|
1214
1214
|
}, {
|
|
1215
1215
|
scrIcon: "/images/177_9_Brain.svg",
|
|
1216
|
-
content: "
|
|
1216
|
+
content: "Create, explore, and share exciting personalized learning journeys."
|
|
1217
1217
|
}, {
|
|
1218
1218
|
scrIcon: "/images/177_6_Goal.svg",
|
|
1219
1219
|
content: "Set, monitor, and achieve your goals."
|
|
@@ -5154,7 +5154,7 @@ var utcToLocalTime = (function (time, FORMAT) {
|
|
|
5154
5154
|
if (time === DATE_MIN_VALUE) return "";
|
|
5155
5155
|
|
|
5156
5156
|
try {
|
|
5157
|
-
return moment.utc(time).local().format(FORMAT ||
|
|
5157
|
+
return moment.utc(time).local().format(FORMAT || "yyyy-MM-DD");
|
|
5158
5158
|
} catch (_unused) {
|
|
5159
5159
|
return "";
|
|
5160
5160
|
}
|
|
@@ -5378,7 +5378,7 @@ var NotificationList = function NotificationList() {
|
|
|
5378
5378
|
className: "align-middle"
|
|
5379
5379
|
}, record.text), React__default.createElement("td", {
|
|
5380
5380
|
className: "align-middle"
|
|
5381
|
-
}, utcToLocalTime(record.time,
|
|
5381
|
+
}, utcToLocalTime(record.time, "yyyy-MM-DD HH:mm")), React__default.createElement("td", {
|
|
5382
5382
|
className: styles["control-input"] + " text-center align-middle"
|
|
5383
5383
|
}, React__default.createElement(reactstrap.CustomInput, {
|
|
5384
5384
|
type: "checkbox",
|