mario-core 2.9.238-release → 2.9.239-release
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 +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1988,6 +1988,7 @@ var suggestion = "suggestion";
|
|
|
1988
1988
|
var tutorial_screen = "tutorial screen";
|
|
1989
1989
|
var reflection_forms = "reflection forms";
|
|
1990
1990
|
var select_question_to_add = "Select question to add";
|
|
1991
|
+
var all_of_the_students_marked_as_feeling_safe = "All of the students marked as feeling safe";
|
|
1991
1992
|
var lang_us = {
|
|
1992
1993
|
dashboard: dashboard,
|
|
1993
1994
|
user: user,
|
|
@@ -3972,7 +3973,8 @@ var lang_us = {
|
|
|
3972
3973
|
suggestion: suggestion,
|
|
3973
3974
|
tutorial_screen: tutorial_screen,
|
|
3974
3975
|
reflection_forms: reflection_forms,
|
|
3975
|
-
select_question_to_add: select_question_to_add
|
|
3976
|
+
select_question_to_add: select_question_to_add,
|
|
3977
|
+
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe
|
|
3976
3978
|
};
|
|
3977
3979
|
|
|
3978
3980
|
var dashboard$1 = "Dashboard";
|
|
@@ -5923,6 +5925,7 @@ var suggestion$1 = "suggestion";
|
|
|
5923
5925
|
var tutorial_screen$1 = "tutorial screen";
|
|
5924
5926
|
var reflection_forms$1 = "reflection forms";
|
|
5925
5927
|
var select_question_to_add$1 = "Select question to add";
|
|
5928
|
+
var all_of_the_students_marked_as_feeling_safe$1 = "All of the students marked as feeling safe";
|
|
5926
5929
|
var lang_uk = {
|
|
5927
5930
|
dashboard: dashboard$1,
|
|
5928
5931
|
user: user$1,
|
|
@@ -7907,7 +7910,8 @@ var lang_uk = {
|
|
|
7907
7910
|
suggestion: suggestion$1,
|
|
7908
7911
|
tutorial_screen: tutorial_screen$1,
|
|
7909
7912
|
reflection_forms: reflection_forms$1,
|
|
7910
|
-
select_question_to_add: select_question_to_add$1
|
|
7913
|
+
select_question_to_add: select_question_to_add$1,
|
|
7914
|
+
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe$1
|
|
7911
7915
|
};
|
|
7912
7916
|
|
|
7913
7917
|
var dashboard$2 = "لوحة المعلومات";
|