mario-core 2.9.248-multi → 2.9.250-multi
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 +9 -4
- package/dist/index.js +24 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +24 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -104,7 +104,13 @@
|
|
|
104
104
|
opacity: 0.8; }
|
|
105
105
|
|
|
106
106
|
._38Lo1 {
|
|
107
|
-
max-width: 524px;
|
|
107
|
+
max-width: 524px;
|
|
108
|
+
overflow-y: auto;
|
|
109
|
+
overflow-x: hidden;
|
|
110
|
+
padding: 20px 0; }
|
|
111
|
+
|
|
112
|
+
._38Lo1::-webkit-scrollbar {
|
|
113
|
+
display: none; }
|
|
108
114
|
|
|
109
115
|
._1OzGy {
|
|
110
116
|
width: 50%;
|
|
@@ -221,8 +227,7 @@
|
|
|
221
227
|
font-family: "Poppins-Regular" !important;
|
|
222
228
|
-webkit-text-decoration: revert;
|
|
223
229
|
text-decoration: revert;
|
|
224
|
-
|
|
225
|
-
position: absolute; }
|
|
230
|
+
margin-top: 20px; }
|
|
226
231
|
._I4SVu:hover {
|
|
227
232
|
color: #336dda; }
|
|
228
233
|
@media (max-width: 768px) {
|
|
@@ -854,7 +859,7 @@
|
|
|
854
859
|
line-height: 27px;
|
|
855
860
|
text-align: left;
|
|
856
861
|
color: #316CD9;
|
|
857
|
-
font-family: "Poppins-Regular"; }
|
|
862
|
+
font-family: "Poppins-Regular" !important; }
|
|
858
863
|
@media (max-width: 768px) {
|
|
859
864
|
._DrSlA p {
|
|
860
865
|
font-size: 14px;
|
package/dist/index.js
CHANGED
|
@@ -369,6 +369,7 @@ var number_of_used = "Number of used";
|
|
|
369
369
|
var next = "Next";
|
|
370
370
|
var my_conferences = "My Conferences";
|
|
371
371
|
var select_a_student_and_launch_a_new_conference_or_book_one_for_later = "Select a student and launch a new conference or book one for later.";
|
|
372
|
+
var select_a_teacher_and_launch_a_new_conference_or_book_one_for_later = "Select a teacher and launch a new conference or book one for later.";
|
|
372
373
|
var you_have_no_student = "You have no student";
|
|
373
374
|
var this_is_a_required_field = "This is a required field";
|
|
374
375
|
var please_select_question_category = "Please select question category";
|
|
@@ -1989,6 +1990,7 @@ var tutorial_screen = "tutorial screen";
|
|
|
1989
1990
|
var reflection_forms = "reflection forms";
|
|
1990
1991
|
var select_question_to_add = "Select question to add";
|
|
1991
1992
|
var all_of_the_students_marked_as_feeling_safe = "All of the students marked as feeling safe";
|
|
1993
|
+
var integrations = "Integrations";
|
|
1992
1994
|
var lang_us = {
|
|
1993
1995
|
dashboard: dashboard,
|
|
1994
1996
|
user: user,
|
|
@@ -2322,6 +2324,7 @@ var lang_us = {
|
|
|
2322
2324
|
next: next,
|
|
2323
2325
|
my_conferences: my_conferences,
|
|
2324
2326
|
select_a_student_and_launch_a_new_conference_or_book_one_for_later: select_a_student_and_launch_a_new_conference_or_book_one_for_later,
|
|
2327
|
+
select_a_teacher_and_launch_a_new_conference_or_book_one_for_later: select_a_teacher_and_launch_a_new_conference_or_book_one_for_later,
|
|
2325
2328
|
you_have_no_student: you_have_no_student,
|
|
2326
2329
|
this_is_a_required_field: this_is_a_required_field,
|
|
2327
2330
|
please_select_question_category: please_select_question_category,
|
|
@@ -3974,7 +3977,9 @@ var lang_us = {
|
|
|
3974
3977
|
tutorial_screen: tutorial_screen,
|
|
3975
3978
|
reflection_forms: reflection_forms,
|
|
3976
3979
|
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
|
|
3980
|
+
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe,
|
|
3981
|
+
integrations: integrations,
|
|
3982
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
3978
3983
|
};
|
|
3979
3984
|
|
|
3980
3985
|
var dashboard$1 = "Dashboard";
|
|
@@ -4306,6 +4311,7 @@ var number_of_used$1 = "Number of used";
|
|
|
4306
4311
|
var next$1 = "Next";
|
|
4307
4312
|
var my_conferences$1 = "My Conferences";
|
|
4308
4313
|
var select_a_student_and_launch_a_new_conference_or_book_one_for_later$1 = "Select a student and launch a new conference or book one for later.";
|
|
4314
|
+
var select_a_teacher_and_launch_a_new_conference_or_book_one_for_later$1 = "Select a teacher and launch a new conference or book one for later.";
|
|
4309
4315
|
var you_have_no_student$1 = "You have no student";
|
|
4310
4316
|
var this_is_a_required_field$1 = "This is a required field";
|
|
4311
4317
|
var please_select_question_category$1 = "Please select question category";
|
|
@@ -5926,6 +5932,7 @@ var tutorial_screen$1 = "tutorial screen";
|
|
|
5926
5932
|
var reflection_forms$1 = "reflection forms";
|
|
5927
5933
|
var select_question_to_add$1 = "Select question to add";
|
|
5928
5934
|
var all_of_the_students_marked_as_feeling_safe$1 = "All of the students marked as feeling safe";
|
|
5935
|
+
var integrations$1 = "Integrations";
|
|
5929
5936
|
var lang_uk = {
|
|
5930
5937
|
dashboard: dashboard$1,
|
|
5931
5938
|
user: user$1,
|
|
@@ -6259,6 +6266,7 @@ var lang_uk = {
|
|
|
6259
6266
|
next: next$1,
|
|
6260
6267
|
my_conferences: my_conferences$1,
|
|
6261
6268
|
select_a_student_and_launch_a_new_conference_or_book_one_for_later: select_a_student_and_launch_a_new_conference_or_book_one_for_later$1,
|
|
6269
|
+
select_a_teacher_and_launch_a_new_conference_or_book_one_for_later: select_a_teacher_and_launch_a_new_conference_or_book_one_for_later$1,
|
|
6262
6270
|
you_have_no_student: you_have_no_student$1,
|
|
6263
6271
|
this_is_a_required_field: this_is_a_required_field$1,
|
|
6264
6272
|
please_select_question_category: please_select_question_category$1,
|
|
@@ -7911,7 +7919,9 @@ var lang_uk = {
|
|
|
7911
7919
|
tutorial_screen: tutorial_screen$1,
|
|
7912
7920
|
reflection_forms: reflection_forms$1,
|
|
7913
7921
|
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
|
|
7922
|
+
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe$1,
|
|
7923
|
+
integrations: integrations$1,
|
|
7924
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
7915
7925
|
};
|
|
7916
7926
|
|
|
7917
7927
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9851,6 +9861,7 @@ var assignment_result$2 = "نتيجة الاحالة";
|
|
|
9851
9861
|
var learning_support_category$2 = "فئة دعم التعلم";
|
|
9852
9862
|
var feedback$2 = "تعليق";
|
|
9853
9863
|
var reflection_forms$2 = "أشكال الانعكاس";
|
|
9864
|
+
var integrations$2 = "Integrations";
|
|
9854
9865
|
var lang_ar = {
|
|
9855
9866
|
dashboard: dashboard$2,
|
|
9856
9867
|
user: user$2,
|
|
@@ -11821,7 +11832,9 @@ var lang_ar = {
|
|
|
11821
11832
|
assignment_result: assignment_result$2,
|
|
11822
11833
|
learning_support_category: learning_support_category$2,
|
|
11823
11834
|
feedback: feedback$2,
|
|
11824
|
-
reflection_forms: reflection_forms$2
|
|
11835
|
+
reflection_forms: reflection_forms$2,
|
|
11836
|
+
integrations: integrations$2,
|
|
11837
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
11825
11838
|
};
|
|
11826
11839
|
|
|
11827
11840
|
var dashboard$3 = "Panel de Control";
|
|
@@ -13741,6 +13754,7 @@ var assignment_result$3 = "resultado de la tarea";
|
|
|
13741
13754
|
var learning_support_category$3 = "Categoría de apoyo al aprendizaje";
|
|
13742
13755
|
var feedback$3 = "comentario";
|
|
13743
13756
|
var reflection_forms$3 = "formas de reflexión";
|
|
13757
|
+
var integrations$3 = "Integrations";
|
|
13744
13758
|
var lang_es = {
|
|
13745
13759
|
dashboard: dashboard$3,
|
|
13746
13760
|
user: user$3,
|
|
@@ -15694,7 +15708,9 @@ var lang_es = {
|
|
|
15694
15708
|
assignment_result: assignment_result$3,
|
|
15695
15709
|
learning_support_category: learning_support_category$3,
|
|
15696
15710
|
feedback: feedback$3,
|
|
15697
|
-
reflection_forms: reflection_forms$3
|
|
15711
|
+
reflection_forms: reflection_forms$3,
|
|
15712
|
+
integrations: integrations$3,
|
|
15713
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
15698
15714
|
};
|
|
15699
15715
|
|
|
15700
15716
|
var dashboard$4 = "仪表板";
|
|
@@ -17643,6 +17659,7 @@ var assignment_result$4 = "作業結果";
|
|
|
17643
17659
|
var learning_support_category$4 = "學習支援類";
|
|
17644
17660
|
var feedback$4 = "回饋";
|
|
17645
17661
|
var reflection_forms$4 = "反射形式";
|
|
17662
|
+
var integrations$4 = "Integrations";
|
|
17646
17663
|
var lang_zh = {
|
|
17647
17664
|
dashboard: dashboard$4,
|
|
17648
17665
|
user: user$4,
|
|
@@ -19624,7 +19641,9 @@ var lang_zh = {
|
|
|
19624
19641
|
assignment_result: assignment_result$4,
|
|
19625
19642
|
learning_support_category: learning_support_category$4,
|
|
19626
19643
|
feedback: feedback$4,
|
|
19627
|
-
reflection_forms: reflection_forms$4
|
|
19644
|
+
reflection_forms: reflection_forms$4,
|
|
19645
|
+
integrations: integrations$4,
|
|
19646
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
19628
19647
|
};
|
|
19629
19648
|
|
|
19630
19649
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|