mario-core 2.9.381-feedback → 2.9.383-feedback
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 +4 -4
- package/dist/index.modern.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -79,8 +79,8 @@ var tooltip_content_conference_chart = "The composite representation of individu
|
|
|
79
79
|
var tooltip_content_safety_chart = "The visual represenation of all the responses from the question asking students to rate their perceived level of safety for themselves at your school over time.";
|
|
80
80
|
var tooltip_content_student_by_age_chart = "The specific representation of students by gender and grade level at your school.";
|
|
81
81
|
var tooltip_content_students_by_designation = "The composite representation of students by individual grades in your school with specific designations.";
|
|
82
|
-
var total_1_to_1 = "Total 1-1s";
|
|
83
|
-
var total_check_in = "Total Check
|
|
82
|
+
var total_1_to_1 = "Total 1-to-1s";
|
|
83
|
+
var total_check_in = "Total Check-ins";
|
|
84
84
|
var total_check_ins = "Total Check Ins";
|
|
85
85
|
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
86
86
|
var total_conferences = "Total Conferences";
|
|
@@ -4204,8 +4204,8 @@ var tooltip_content_conference_chart$1 = "The composite representation of indivi
|
|
|
4204
4204
|
var tooltip_content_safety_chart$1 = "The visual represenation of all the responses from the question asking students to rate their perceived level of safety for themselves at your school over time.";
|
|
4205
4205
|
var tooltip_content_student_by_age_chart$1 = "The specific representation of students by gender and grade level at your school.";
|
|
4206
4206
|
var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
|
|
4207
|
-
var total_1_to_1$1 = "Total 1-1s";
|
|
4208
|
-
var total_check_in$1 = "Total Check
|
|
4207
|
+
var total_1_to_1$1 = "Total 1-to-1s";
|
|
4208
|
+
var total_check_in$1 = "Total Check-ins";
|
|
4209
4209
|
var total_check_ins$1 = "Total Check Ins";
|
|
4210
4210
|
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
4211
4211
|
var total_conferences$1 = "Total Conferences";
|
package/dist/index.modern.js
CHANGED
|
@@ -78,8 +78,8 @@ var tooltip_content_conference_chart = "The composite representation of individu
|
|
|
78
78
|
var tooltip_content_safety_chart = "The visual represenation of all the responses from the question asking students to rate their perceived level of safety for themselves at your school over time.";
|
|
79
79
|
var tooltip_content_student_by_age_chart = "The specific representation of students by gender and grade level at your school.";
|
|
80
80
|
var tooltip_content_students_by_designation = "The composite representation of students by individual grades in your school with specific designations.";
|
|
81
|
-
var total_1_to_1 = "Total 1-1s";
|
|
82
|
-
var total_check_in = "Total Check
|
|
81
|
+
var total_1_to_1 = "Total 1-to-1s";
|
|
82
|
+
var total_check_in = "Total Check-ins";
|
|
83
83
|
var total_check_ins = "Total Check Ins";
|
|
84
84
|
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
85
85
|
var total_conferences = "Total Conferences";
|
|
@@ -4203,8 +4203,8 @@ var tooltip_content_conference_chart$1 = "The composite representation of indivi
|
|
|
4203
4203
|
var tooltip_content_safety_chart$1 = "The visual represenation of all the responses from the question asking students to rate their perceived level of safety for themselves at your school over time.";
|
|
4204
4204
|
var tooltip_content_student_by_age_chart$1 = "The specific representation of students by gender and grade level at your school.";
|
|
4205
4205
|
var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
|
|
4206
|
-
var total_1_to_1$1 = "Total 1-1s";
|
|
4207
|
-
var total_check_in$1 = "Total Check
|
|
4206
|
+
var total_1_to_1$1 = "Total 1-to-1s";
|
|
4207
|
+
var total_check_in$1 = "Total Check-ins";
|
|
4208
4208
|
var total_check_ins$1 = "Total Check Ins";
|
|
4209
4209
|
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
4210
4210
|
var total_conferences$1 = "Total Conferences";
|