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.js
CHANGED
|
@@ -692,6 +692,9 @@ var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t ha
|
|
|
692
692
|
var no_last_or_requested_check_ins = "No last or requested Check-Ins";
|
|
693
693
|
var students_who_are_highly_stressed = "Students who are highly stressed";
|
|
694
694
|
var students_who_are_not_feeling_safe = "Students who are not feeling safe";
|
|
695
|
+
var students_missing_a_weekly_check_in = "Students missing a weekly check-in";
|
|
696
|
+
var student_stress_by_zone = "Student Stress by Zone";
|
|
697
|
+
var student_distribution = "Student Distribution";
|
|
695
698
|
var lang_us = {
|
|
696
699
|
dashboard: dashboard,
|
|
697
700
|
user: user,
|
|
@@ -1360,7 +1363,10 @@ var lang_us = {
|
|
|
1360
1363
|
this_student_does_nt_have_check_in_in_this_week: this_student_does_nt_have_check_in_in_this_week,
|
|
1361
1364
|
no_last_or_requested_check_ins: no_last_or_requested_check_ins,
|
|
1362
1365
|
students_who_are_highly_stressed: students_who_are_highly_stressed,
|
|
1363
|
-
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe
|
|
1366
|
+
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe,
|
|
1367
|
+
students_missing_a_weekly_check_in: students_missing_a_weekly_check_in,
|
|
1368
|
+
student_stress_by_zone: student_stress_by_zone,
|
|
1369
|
+
student_distribution: student_distribution
|
|
1364
1370
|
};
|
|
1365
1371
|
|
|
1366
1372
|
var dashboard$1 = "Dashboard";
|
|
@@ -2021,6 +2027,9 @@ var this_student_does_nt_have_check_in_in_this_week$1 = "This student doesn’t
|
|
|
2021
2027
|
var no_last_or_requested_check_ins$1 = "No last or requested Check-Ins";
|
|
2022
2028
|
var students_who_are_highly_stressed$1 = "Students who are highly stressed";
|
|
2023
2029
|
var students_who_are_not_feeling_safe$1 = "Students who are not feeling safe";
|
|
2030
|
+
var students_missing_a_weekly_check_in$1 = "Students missing a weekly check-in";
|
|
2031
|
+
var student_stress_by_zone$1 = "Student Stress by Zone";
|
|
2032
|
+
var student_distribution$1 = "Student Distribution";
|
|
2024
2033
|
var lang_uk = {
|
|
2025
2034
|
dashboard: dashboard$1,
|
|
2026
2035
|
user: user$1,
|
|
@@ -2689,7 +2698,10 @@ var lang_uk = {
|
|
|
2689
2698
|
this_student_does_nt_have_check_in_in_this_week: this_student_does_nt_have_check_in_in_this_week$1,
|
|
2690
2699
|
no_last_or_requested_check_ins: no_last_or_requested_check_ins$1,
|
|
2691
2700
|
students_who_are_highly_stressed: students_who_are_highly_stressed$1,
|
|
2692
|
-
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe$1
|
|
2701
|
+
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe$1,
|
|
2702
|
+
students_missing_a_weekly_check_in: students_missing_a_weekly_check_in$1,
|
|
2703
|
+
student_stress_by_zone: student_stress_by_zone$1,
|
|
2704
|
+
student_distribution: student_distribution$1
|
|
2693
2705
|
};
|
|
2694
2706
|
|
|
2695
2707
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|