@magmamath/frontend-config 1.7.13-rc.2 → 1.7.14
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.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -576,6 +576,7 @@ type StudentsWebVarsPreset = {
|
|
|
576
576
|
|
|
577
577
|
type TeachersWebCommon = {
|
|
578
578
|
CDN_HOST_TRANSLATIONS: string;
|
|
579
|
+
DESMOS_API_KEY: string;
|
|
579
580
|
MYSCRIPT_HOST: string;
|
|
580
581
|
MYSCRIPT_REST_APP_KEY: string;
|
|
581
582
|
MYSCRIPT_REST_HMAC_KEY: string;
|
|
@@ -590,6 +591,7 @@ type TeachersWebCommon = {
|
|
|
590
591
|
type TeachersWebVars = RegionSpecificVars & TeachersWebCommon;
|
|
591
592
|
type TeachersWebCommonMars = {
|
|
592
593
|
CDN_HOST_TRANSLATIONS: string;
|
|
594
|
+
DESMOS_API_KEY: string;
|
|
593
595
|
API_URL: string;
|
|
594
596
|
CDN_HOST: string;
|
|
595
597
|
SOCKET_URL: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -576,6 +576,7 @@ type StudentsWebVarsPreset = {
|
|
|
576
576
|
|
|
577
577
|
type TeachersWebCommon = {
|
|
578
578
|
CDN_HOST_TRANSLATIONS: string;
|
|
579
|
+
DESMOS_API_KEY: string;
|
|
579
580
|
MYSCRIPT_HOST: string;
|
|
580
581
|
MYSCRIPT_REST_APP_KEY: string;
|
|
581
582
|
MYSCRIPT_REST_HMAC_KEY: string;
|
|
@@ -590,6 +591,7 @@ type TeachersWebCommon = {
|
|
|
590
591
|
type TeachersWebVars = RegionSpecificVars & TeachersWebCommon;
|
|
591
592
|
type TeachersWebCommonMars = {
|
|
592
593
|
CDN_HOST_TRANSLATIONS: string;
|
|
594
|
+
DESMOS_API_KEY: string;
|
|
593
595
|
API_URL: string;
|
|
594
596
|
CDN_HOST: string;
|
|
595
597
|
SOCKET_URL: string;
|
package/dist/index.js
CHANGED
|
@@ -1867,6 +1867,7 @@ var ENV_STUDENTS_WEB_DE_PROD = {
|
|
|
1867
1867
|
// src/configs/env/teachers-web/env.common.mars.ts
|
|
1868
1868
|
var ENV_TEACHERS_COMMON_MARS = {
|
|
1869
1869
|
CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
|
|
1870
|
+
DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
|
|
1870
1871
|
API_URL: "https://api.eu.mars.magmamath.com/v2",
|
|
1871
1872
|
CDN_HOST: "https://cdn.eu.mars.magmamath.com",
|
|
1872
1873
|
SOCKET_URL: "https://sockets.eu.mars.magmamath.com",
|
|
@@ -1899,6 +1900,7 @@ var ENV_TEACHERS_WEB_US_MARS = {
|
|
|
1899
1900
|
// src/configs/env/teachers-web/env.common.prod.ts
|
|
1900
1901
|
var ENV_TEACHERS_COMMON_PROD = {
|
|
1901
1902
|
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
|
|
1903
|
+
DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
|
|
1902
1904
|
MYSCRIPT_HOST: "myscript-iink.matteappen.se",
|
|
1903
1905
|
MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
|
|
1904
1906
|
MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
|
|
@@ -8213,7 +8215,7 @@ var LOCALE_DISTRICT_GB = {
|
|
|
8213
8215
|
...LOCALE_COMMON_GB,
|
|
8214
8216
|
problemCreator: PROBLEM_CREATOR_GB,
|
|
8215
8217
|
tree: {
|
|
8216
|
-
lowestLevel:
|
|
8218
|
+
lowestLevel: 2 /* SKILL */
|
|
8217
8219
|
}
|
|
8218
8220
|
};
|
|
8219
8221
|
|