@magmamath/frontend-config 1.7.0-rc.3 → 1.7.0-rc.5
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11951,6 +11951,7 @@ var LOCALE_TEACHERS_IQ = {
|
|
|
11951
11951
|
pieChart: { showExtraTreeDataContent: true },
|
|
11952
11952
|
firstLoginBooks: { isLargeGrade: null, mergeHighSchoolGrades: false, withGradeZero: true },
|
|
11953
11953
|
gradesModal: { withOtherOption: false },
|
|
11954
|
+
calculators: BASE_CALCULATORS,
|
|
11954
11955
|
problemCreator: PROBLEM_CREATOR_IQ
|
|
11955
11956
|
};
|
|
11956
11957
|
|
|
@@ -11994,7 +11995,7 @@ var LOCALE_AUTHWEB_IQ = {
|
|
|
11994
11995
|
signIn: { withOnboarding: false, qrCodeSize: "medium" /* MEDIUM */, list: [] },
|
|
11995
11996
|
signUp: { list: [] }
|
|
11996
11997
|
},
|
|
11997
|
-
isPrimaryRegion:
|
|
11998
|
+
isPrimaryRegion: false,
|
|
11998
11999
|
regionGroup: "iq",
|
|
11999
12000
|
navigatorLanguages: ["ckb-IQ" /* IQ */, "ckb"],
|
|
12000
12001
|
locale: "ckb-IQ" /* IQ */,
|
|
@@ -12008,7 +12009,7 @@ var LOCALE_WEB_ADMIN_IQ = {
|
|
|
12008
12009
|
locale: "ckb-IQ" /* IQ */,
|
|
12009
12010
|
isPrimaryRegion: true,
|
|
12010
12011
|
regionGroup: "iq",
|
|
12011
|
-
|
|
12012
|
+
homeRegion: "eu-main" /* EU_MAIN */
|
|
12012
12013
|
};
|
|
12013
12014
|
|
|
12014
12015
|
// src/configs/locale/mobile/ckb/locale.ckb.ts
|