mario-education 2.4.596-feedback → 2.4.597-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/containers/SurveyDashboard/configs/typeCardItem.d.ts +1 -1
- package/dist/containers/SurveyDashboard/configs/types.d.ts +1 -1
- package/dist/index.js +35 -59
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +35 -59
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +1 -2
- package/package.json +2 -2
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export declare const isMalvernCollege: boolean;
|
|
2
|
-
export declare const isSaisSchool: boolean;
|
|
3
1
|
export declare const CONFERENCE_RUBRIC_TYPES: {
|
|
4
2
|
Default: string;
|
|
5
3
|
Balanced: string;
|
|
@@ -26,6 +24,7 @@ export declare const defaultDate = "0001-01-01T00:00:00";
|
|
|
26
24
|
export declare const SMALL_FONT_DEFAULT = 12;
|
|
27
25
|
export declare const LARGE_FONT_DEFAULT = 20;
|
|
28
26
|
export declare const studentGrades: string[];
|
|
27
|
+
export declare const isSaisSchool: boolean;
|
|
29
28
|
export declare const screenWidth: number;
|
|
30
29
|
export declare const screenScale125 = 1.25;
|
|
31
30
|
export declare const screenScale150 = 1.5;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mario-education",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.597-feedback",
|
|
4
4
|
"description": "Contains education components && functions for BRSS Mario project",
|
|
5
5
|
"author": "brss",
|
|
6
6
|
"license": "MIT",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"grapesjs-preset-webpage": "^0.1.11",
|
|
97
97
|
"html2canvas": "^1.4.1",
|
|
98
98
|
"jspdf": "^2.5.1",
|
|
99
|
-
"mario-core": "2.9.
|
|
99
|
+
"mario-core": "2.9.425-feedback",
|
|
100
100
|
"papaparse": "^5.5.2",
|
|
101
101
|
"react-apexcharts": "^1.3.9",
|
|
102
102
|
"react-datepicker": "^3.8.0",
|