mario-education 2.4.584-feedback → 2.4.584-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/containers/Dashboard/configs/constants.d.ts +1 -1
- package/dist/containers/Homepage/common/constant.d.ts +1 -1
- package/dist/containers/Homepage/common/interface.d.ts +1 -0
- package/dist/index.css +15141 -15141
- package/dist/index.js +15 -14
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +15 -14
- package/dist/index.modern.js.map +1 -1
- package/package.json +110 -110
- package/dist/components/Loading/LoadLanguage.d.ts +0 -3
|
@@ -69,7 +69,7 @@ export declare const INITIAL_OVERALL_READY_TO_LEARN: {
|
|
|
69
69
|
export declare const heightChartDefault = 250;
|
|
70
70
|
export declare const PREPAREDNESS_QUESTION: string[];
|
|
71
71
|
export declare const SUCCESS_INDICATORS_QUESTION: string[];
|
|
72
|
-
export declare const SAFETY_QUESTION
|
|
72
|
+
export declare const SAFETY_QUESTION: string[];
|
|
73
73
|
export declare const STRESS_QUESTION = "stress";
|
|
74
74
|
export declare const readinessToLearnName = "readiness_to_learn";
|
|
75
75
|
export declare const preparednessChartName = "readiness_to_learn";
|
|
@@ -23,7 +23,7 @@ export declare const INITIAl_SCHOOL_INFO: {
|
|
|
23
23
|
logo: string;
|
|
24
24
|
name: string;
|
|
25
25
|
};
|
|
26
|
-
export declare const SAFETY_QUESTION
|
|
26
|
+
export declare const SAFETY_QUESTION: string[];
|
|
27
27
|
export declare const STRESS_QUESTION = "stress";
|
|
28
28
|
export declare const PREPAREDNESS_QUESTION: string[];
|
|
29
29
|
export declare const SUCCESS_INDICATORS_QUESTION: string[];
|