mario-core 2.9.136-level → 2.9.138-level
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 +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +14 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -690,6 +690,9 @@ var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t ha
|
|
|
690
690
|
var no_last_or_requested_check_ins = "No last or requested Check-Ins";
|
|
691
691
|
var students_who_are_highly_stressed = "Students who are highly stressed";
|
|
692
692
|
var students_who_are_not_feeling_safe = "Students who are not feeling safe";
|
|
693
|
+
var students_missing_a_weekly_check_in = "Students missing a weekly check-in";
|
|
694
|
+
var student_stress_by_zone = "Student Stress by Zone";
|
|
695
|
+
var student_distribution = "Student Distribution";
|
|
693
696
|
var lang_us = {
|
|
694
697
|
dashboard: dashboard,
|
|
695
698
|
user: user,
|
|
@@ -1358,7 +1361,10 @@ var lang_us = {
|
|
|
1358
1361
|
this_student_does_nt_have_check_in_in_this_week: this_student_does_nt_have_check_in_in_this_week,
|
|
1359
1362
|
no_last_or_requested_check_ins: no_last_or_requested_check_ins,
|
|
1360
1363
|
students_who_are_highly_stressed: students_who_are_highly_stressed,
|
|
1361
|
-
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe
|
|
1364
|
+
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe,
|
|
1365
|
+
students_missing_a_weekly_check_in: students_missing_a_weekly_check_in,
|
|
1366
|
+
student_stress_by_zone: student_stress_by_zone,
|
|
1367
|
+
student_distribution: student_distribution
|
|
1362
1368
|
};
|
|
1363
1369
|
|
|
1364
1370
|
var dashboard$1 = "Dashboard";
|
|
@@ -2019,6 +2025,9 @@ var this_student_does_nt_have_check_in_in_this_week$1 = "This student doesn’t
|
|
|
2019
2025
|
var no_last_or_requested_check_ins$1 = "No last or requested Check-Ins";
|
|
2020
2026
|
var students_who_are_highly_stressed$1 = "Students who are highly stressed";
|
|
2021
2027
|
var students_who_are_not_feeling_safe$1 = "Students who are not feeling safe";
|
|
2028
|
+
var students_missing_a_weekly_check_in$1 = "Students missing a weekly check-in";
|
|
2029
|
+
var student_stress_by_zone$1 = "Student Stress by Zone";
|
|
2030
|
+
var student_distribution$1 = "Student Distribution";
|
|
2022
2031
|
var lang_uk = {
|
|
2023
2032
|
dashboard: dashboard$1,
|
|
2024
2033
|
user: user$1,
|
|
@@ -2687,7 +2696,10 @@ var lang_uk = {
|
|
|
2687
2696
|
this_student_does_nt_have_check_in_in_this_week: this_student_does_nt_have_check_in_in_this_week$1,
|
|
2688
2697
|
no_last_or_requested_check_ins: no_last_or_requested_check_ins$1,
|
|
2689
2698
|
students_who_are_highly_stressed: students_who_are_highly_stressed$1,
|
|
2690
|
-
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe$1
|
|
2699
|
+
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe$1,
|
|
2700
|
+
students_missing_a_weekly_check_in: students_missing_a_weekly_check_in$1,
|
|
2701
|
+
student_stress_by_zone: student_stress_by_zone$1,
|
|
2702
|
+
student_distribution: student_distribution$1
|
|
2691
2703
|
};
|
|
2692
2704
|
|
|
2693
2705
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|