mario-core 2.9.82-beta → 2.9.90-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/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +7 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -377,6 +377,7 @@ var how_my_teachers_can_help_me_learn = "How my teachers can help me learn";
|
|
|
377
377
|
var about_my_learning = "About My Learning";
|
|
378
378
|
var accommodations = "Accommodations";
|
|
379
379
|
var goals = "Goals";
|
|
380
|
+
var this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it = "This goal is showing in the student's conference rubric. Are you sure to delete it?";
|
|
380
381
|
var activity_circles = "Activity Circles";
|
|
381
382
|
var friend_circles = "Friend Circles";
|
|
382
383
|
var are_you_ready_to_learn = "Are you ready to learn?";
|
|
@@ -940,6 +941,7 @@ var lang_us = {
|
|
|
940
941
|
about_my_learning: about_my_learning,
|
|
941
942
|
accommodations: accommodations,
|
|
942
943
|
goals: goals,
|
|
944
|
+
this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it: this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it,
|
|
943
945
|
activity_circles: activity_circles,
|
|
944
946
|
friend_circles: friend_circles,
|
|
945
947
|
are_you_ready_to_learn: are_you_ready_to_learn,
|
|
@@ -1502,6 +1504,7 @@ var how_my_teachers_can_help_me_learn$1 = "How my teachers can help me learn";
|
|
|
1502
1504
|
var about_my_learning$1 = "About My Learning";
|
|
1503
1505
|
var accommodations$1 = "Accommodations";
|
|
1504
1506
|
var goals$1 = "Goals";
|
|
1507
|
+
var this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it$1 = "This goal is showing in the student's conference rubric. Are you sure to delete it?";
|
|
1505
1508
|
var activity_circles$1 = "Activity Circles";
|
|
1506
1509
|
var friend_circles$1 = "Friend Circles";
|
|
1507
1510
|
var are_you_ready_to_learn$1 = "Are you ready to learn?";
|
|
@@ -2065,6 +2068,7 @@ var lang_uk = {
|
|
|
2065
2068
|
about_my_learning: about_my_learning$1,
|
|
2066
2069
|
accommodations: accommodations$1,
|
|
2067
2070
|
goals: goals$1,
|
|
2071
|
+
this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it: this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it$1,
|
|
2068
2072
|
activity_circles: activity_circles$1,
|
|
2069
2073
|
friend_circles: friend_circles$1,
|
|
2070
2074
|
are_you_ready_to_learn: are_you_ready_to_learn$1,
|
|
@@ -8141,7 +8145,7 @@ var NotificationList = function NotificationList() {
|
|
|
8141
8145
|
return React__default.createElement("div", {
|
|
8142
8146
|
className: "animated fadeIn",
|
|
8143
8147
|
style: {
|
|
8144
|
-
padding: "20px 40px"
|
|
8148
|
+
padding: "20px 40px 160px"
|
|
8145
8149
|
}
|
|
8146
8150
|
}, React__default.createElement("h5", {
|
|
8147
8151
|
className: "mb-2"
|
|
@@ -10602,6 +10606,8 @@ var useUserList = function useUserList() {
|
|
|
10602
10606
|
history.push(HOMEPAGE_PARENT$1);
|
|
10603
10607
|
} else if (roles.includes("EduTeacher")) {
|
|
10604
10608
|
history.push(HOMEPAGE_EDU_TEACHER$1);
|
|
10609
|
+
} else if (roles.includes("Counselor") || roles.includes("SecondaryTeacher")) {
|
|
10610
|
+
history.push(HOMEPAGE_TEACHER$1);
|
|
10605
10611
|
}
|
|
10606
10612
|
};
|
|
10607
10613
|
|