@magmamath/frontend-config 1.2.0 → 1.2.1-rc.0

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.mjs CHANGED
@@ -996,7 +996,6 @@ var PLATFORM_URLS = {
996
996
  var ENV_AUTH_WEB_US_MARS = {
997
997
  ...PLATFORM_URLS.MARS,
998
998
  API_URL: "https://api.mars.magmamath.com/v2",
999
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1000
999
  MAGMAMATH_URL: "https://www.magmamath.com",
1001
1000
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1002
1001
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
@@ -1005,16 +1004,13 @@ var ENV_AUTH_WEB_US_MARS = {
1005
1004
  CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
1006
1005
  SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
1007
1006
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1008
- INTERCOM_APP_ID: "tjidhu4j",
1009
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1010
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1007
+ INTERCOM_APP_ID: "tjidhu4j"
1011
1008
  };
1012
1009
 
1013
1010
  // src/configs/env/auth-web/us/env.us.prod.ts
1014
1011
  var ENV_AUTH_WEB_US_PROD = {
1015
1012
  ...PLATFORM_URLS.PROD,
1016
1013
  API_URL: "https://api.magmamath.com/v2",
1017
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1018
1014
  MAGMAMATH_URL: "https://www.magmamath.com",
1019
1015
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1020
1016
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
@@ -1030,7 +1026,6 @@ var ENV_AUTH_WEB_US_PROD = {
1030
1026
  var ENV_AUTH_WEB_SE_MARS = {
1031
1027
  API_URL: "https://api.mars.matteappen.se/v2",
1032
1028
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1033
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1034
1029
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1035
1030
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
1036
1031
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
@@ -1041,16 +1036,13 @@ var ENV_AUTH_WEB_SE_MARS = {
1041
1036
  SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/trial/ds/?entityID=TestMatteappen",
1042
1037
  SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1043
1038
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1044
- INTERCOM_APP_ID: "tjidhu4j",
1045
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1046
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1039
+ INTERCOM_APP_ID: "tjidhu4j"
1047
1040
  };
1048
1041
 
1049
1042
  // src/configs/env/auth-web/se/env.se.prod.ts
1050
1043
  var ENV_AUTH_WEB_SE_PROD = {
1051
1044
  API_URL: "https://api.matteappen.se/v2",
1052
1045
  AUTH_WEB_URL: "https://app.matteappen.se",
1053
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1054
1046
  STUDENTS_WEB_URL: "https://students.matteappen.se",
1055
1047
  TEACHERS_WEB_URL: "https://teachers.matteappen.se",
1056
1048
  DISTRICT_WEB_URL: "https://district.matteappen.se",
@@ -1069,7 +1061,6 @@ var ENV_AUTH_WEB_GB_MARS = {
1069
1061
  ...PLATFORM_URLS.MARS,
1070
1062
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1071
1063
  API_URL: "https://api.mars.magmamath.com/v2",
1072
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1073
1064
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1074
1065
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1075
1066
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
@@ -1077,9 +1068,7 @@ var ENV_AUTH_WEB_GB_MARS = {
1077
1068
  SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1078
1069
  WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1079
1070
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1080
- INTERCOM_APP_ID: "tjidhu4j",
1081
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1082
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1071
+ INTERCOM_APP_ID: "tjidhu4j"
1083
1072
  };
1084
1073
 
1085
1074
  // src/configs/env/auth-web/gb/env.gb.prod.ts
@@ -1087,7 +1076,6 @@ var ENV_AUTH_WEB_GB_PROD = {
1087
1076
  ...PLATFORM_URLS.PROD,
1088
1077
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/uk`,
1089
1078
  API_URL: "https://api.magmamath.com/v2",
1090
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1091
1079
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1092
1080
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1093
1081
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
@@ -1103,7 +1091,6 @@ var ENV_AUTH_WEB_CA_MARS = {
1103
1091
  ...PLATFORM_URLS.MARS,
1104
1092
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
1105
1093
  API_URL: "https://api.ca.magmamath.com/v2",
1106
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1107
1094
  MAGMAMATH_URL: "https://www.magmamath.com",
1108
1095
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1109
1096
  GOOGLE_AUTH: "https://api.ca.magmamath.com/v2/auth/google",
@@ -1112,9 +1099,7 @@ var ENV_AUTH_WEB_CA_MARS = {
1112
1099
  CLASS_LINK_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink-classlink",
1113
1100
  SCHOOLOGY_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink",
1114
1101
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1115
- INTERCOM_APP_ID: "tjidhu4j",
1116
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1117
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1102
+ INTERCOM_APP_ID: "tjidhu4j"
1118
1103
  };
1119
1104
 
1120
1105
  // src/configs/env/auth-web/ca/env.ca.prod.ts
@@ -1122,7 +1107,6 @@ var ENV_AUTH_WEB_CA_PROD = {
1122
1107
  ...PLATFORM_URLS.PROD,
1123
1108
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
1124
1109
  API_URL: "https://api.ca.magmamath.com/v2",
1125
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1126
1110
  MAGMAMATH_URL: "https://www.magmamath.com",
1127
1111
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1128
1112
  GOOGLE_AUTH: "https://api.ca.magmamath.com/v2/auth/google",
@@ -1139,7 +1123,6 @@ var ENV_AUTH_WEB_SCT_MARS = {
1139
1123
  ...PLATFORM_URLS.MARS,
1140
1124
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1141
1125
  API_URL: "https://api.mars.magmamath.com/v2",
1142
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1143
1126
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1144
1127
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1145
1128
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
@@ -1147,9 +1130,7 @@ var ENV_AUTH_WEB_SCT_MARS = {
1147
1130
  SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1148
1131
  WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1149
1132
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1150
- INTERCOM_APP_ID: "tjidhu4j",
1151
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1152
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1133
+ INTERCOM_APP_ID: "tjidhu4j"
1153
1134
  };
1154
1135
 
1155
1136
  // src/configs/env/auth-web/de/env.de.mars.ts
@@ -1157,20 +1138,16 @@ var ENV_AUTH_WEB_DE_MARS = {
1157
1138
  ...PLATFORM_URLS.MARS,
1158
1139
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
1159
1140
  API_URL: "https://api.mars.magmamath.com/v2",
1160
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1161
1141
  MAGMAMATH_URL: "https://www.magmamath.com",
1162
1142
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1163
1143
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1164
1144
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1165
1145
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1166
- INTERCOM_APP_ID: "tjidhu4j",
1167
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1168
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1146
+ INTERCOM_APP_ID: "tjidhu4j"
1169
1147
  };
1170
1148
 
1171
1149
  // src/configs/env/students-web/env.common.mars.ts
1172
1150
  var ENV_STUDENTS_COMMON_MARS = {
1173
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1174
1151
  GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc",
1175
1152
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
1176
1153
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
@@ -1179,9 +1156,7 @@ var ENV_STUDENTS_COMMON_MARS = {
1179
1156
  MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
1180
1157
  MYSCRIPT_SOCKET_KEY: "2a36f2ef-1056-4a6d-bd5c-6bd54670f9e2",
1181
1158
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1182
- MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
1183
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1184
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1159
+ MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a"
1185
1160
  };
1186
1161
 
1187
1162
  // src/configs/env/students-web/us/env.us.mars.ts
@@ -1197,7 +1172,6 @@ var ENV_STUDENTS_WEB_US_MARS = {
1197
1172
 
1198
1173
  // src/configs/env/students-web/env.common.prod.ts
1199
1174
  var ENV_STUDENTS_COMMON_PROD = {
1200
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1201
1175
  GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc",
1202
1176
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
1203
1177
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
@@ -1226,7 +1200,6 @@ var ENV_STUDENTS_WEB_SE_MARS = {
1226
1200
  API_URL: "https://api.mars.matteappen.se/v2",
1227
1201
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1228
1202
  CDN_HOST: "https://cdn.mars.matteappen.se",
1229
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1230
1203
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SE",
1231
1204
  SOCKET_URL: "https://sockets-mars.matteappen.se",
1232
1205
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
@@ -1241,7 +1214,6 @@ var ENV_STUDENTS_WEB_SE_PROD = {
1241
1214
  API_URL: "https://api.matteappen.se/v2",
1242
1215
  AUTH_WEB_URL: "https://app.matteappen.se",
1243
1216
  CDN_HOST: "https://cdn.matteappen.se",
1244
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1245
1217
  LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_SE",
1246
1218
  SOCKET_URL: "https://sockets.matteappen.se",
1247
1219
  STUDENTS_WEB_URL: "https://students.matteappen.se",
@@ -1278,7 +1250,6 @@ var ENV_STUDENTS_WEB_GB_PROD = {
1278
1250
  var ENV_STUDENTS_WEB_CA_MARS = {
1279
1251
  ...ENV_STUDENTS_COMMON_MARS,
1280
1252
  ...PLATFORM_URLS.MARS,
1281
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1282
1253
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
1283
1254
  API_URL: "https://api-ca.mars.magmamath.com/v2",
1284
1255
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1291,7 +1262,6 @@ var ENV_STUDENTS_WEB_CA_MARS = {
1291
1262
  var ENV_STUDENTS_WEB_CA_PROD = {
1292
1263
  ...ENV_STUDENTS_COMMON_PROD,
1293
1264
  ...PLATFORM_URLS.PROD,
1294
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1295
1265
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
1296
1266
  API_URL: "https://api.ca.magmamath.com/v2",
1297
1267
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1350,16 +1320,13 @@ var ENV_STUDENTS_WEB_DE_PROD = {
1350
1320
 
1351
1321
  // src/configs/env/teachers-web/env.common.mars.ts
1352
1322
  var ENV_TEACHERS_COMMON_MARS = {
1353
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1354
1323
  MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
1355
1324
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1356
1325
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
1357
1326
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
1358
1327
  INTERCOM_APP_ID: "tjidhu4j",
1359
1328
  CLARITY_PROJECT_ID: "rb6vqwkahr",
1360
- LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
1361
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1362
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1329
+ LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0"
1363
1330
  };
1364
1331
 
1365
1332
  // src/configs/env/teachers-web/us/env.us.mars.ts
@@ -1375,7 +1342,6 @@ var ENV_TEACHERS_WEB_US_MARS = {
1375
1342
 
1376
1343
  // src/configs/env/teachers-web/env.common.prod.ts
1377
1344
  var ENV_TEACHERS_COMMON_PROD = {
1378
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1379
1345
  MYSCRIPT_HOST: "myscript-iink.matteappen.se",
1380
1346
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1381
1347
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
@@ -1402,7 +1368,6 @@ var ENV_TEACHERS_WEB_SE_MARS = {
1402
1368
  API_URL: "https://api.mars.matteappen.se/v2",
1403
1369
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1404
1370
  CDN_HOST: "https://cdn.mars.matteappen.se",
1405
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1406
1371
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SE",
1407
1372
  SOCKET_URL: "https://sockets-mars.matteappen.se",
1408
1373
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
@@ -1417,7 +1382,6 @@ var ENV_TEACHERS_WEB_SE_PROD = {
1417
1382
  API_URL: "https://api.matteappen.se/v2",
1418
1383
  AUTH_WEB_URL: "https://app.matteappen.se",
1419
1384
  CDN_HOST: "https://cdn.matteappen.se",
1420
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1421
1385
  LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_SE",
1422
1386
  SOCKET_URL: "https://sockets.matteappen.se",
1423
1387
  STUDENTS_WEB_URL: "https://students.matteappen.se",
@@ -1454,7 +1418,6 @@ var ENV_TEACHERS_WEB_GB_PROD = {
1454
1418
  var ENV_TEACHERS_WEB_CA_MARS = {
1455
1419
  ...ENV_TEACHERS_COMMON_MARS,
1456
1420
  ...PLATFORM_URLS.MARS,
1457
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1458
1421
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
1459
1422
  API_URL: "https://api-ca.mars.magmamath.com/v2",
1460
1423
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1467,7 +1430,6 @@ var ENV_TEACHERS_WEB_CA_MARS = {
1467
1430
  var ENV_TEACHERS_WEB_CA_PROD = {
1468
1431
  ...ENV_TEACHERS_COMMON_PROD,
1469
1432
  ...PLATFORM_URLS.PROD,
1470
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1471
1433
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
1472
1434
  API_URL: "https://api.ca.magmamath.com/v2",
1473
1435
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1526,12 +1488,9 @@ var ENV_TEACHERS_WEB_DE_PROD = {
1526
1488
 
1527
1489
  // src/configs/env/district-dash/env.common.mars.ts
1528
1490
  var ENV_DISTRICT_COMMON_MARS = {
1529
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1530
1491
  INTERCOM_APP_ID: "tjidhu4j",
1531
1492
  CLARITY_PROJECT_ID: "rb6vbwug3r",
1532
- PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
1533
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1534
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1493
+ PROBLEM_IMAGE_SIZE_LIMIT: 5242880
1535
1494
  };
1536
1495
 
1537
1496
  // src/configs/env/district-dash/us/env.us.mars.ts
@@ -1546,7 +1505,6 @@ var ENV_DISTRICT_US_MARS = {
1546
1505
 
1547
1506
  // src/configs/env/district-dash/env.common.prod.ts
1548
1507
  var ENV_DISTRICT_COMMON_PROD = {
1549
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1550
1508
  INTERCOM_APP_ID: "tjidhu4j",
1551
1509
  CLARITY_PROJECT_ID: "rb6vbwug3r",
1552
1510
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880
@@ -1568,7 +1526,6 @@ var ENV_DISTRICT_SE_MARS = {
1568
1526
  API_URL: "https://api.mars.matteappen.se/v2",
1569
1527
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1570
1528
  CDN_HOST: "https://cdn.mars.matteappen.se",
1571
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1572
1529
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SE",
1573
1530
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1574
1531
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
@@ -1582,7 +1539,6 @@ var ENV_DISTRICT_SE_PROD = {
1582
1539
  API_URL: "https://api.matteappen.se/v2",
1583
1540
  AUTH_WEB_URL: "https://app.matteappen.se",
1584
1541
  CDN_HOST: "https://cdn.matteappen.se",
1585
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1586
1542
  LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_SE",
1587
1543
  STUDENTS_WEB_URL: "https://students.matteappen.se",
1588
1544
  TEACHERS_WEB_URL: "https://teachers.matteappen.se",
@@ -1616,7 +1572,6 @@ var ENV_DISTRICT_GB_PROD = {
1616
1572
  var ENV_DISTRICT_CA_MARS = {
1617
1573
  ...ENV_DISTRICT_COMMON_MARS,
1618
1574
  ...PLATFORM_URLS.MARS,
1619
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1620
1575
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
1621
1576
  API_URL: "https://api-ca.mars.magmamath.com/v2",
1622
1577
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1628,7 +1583,6 @@ var ENV_DISTRICT_CA_MARS = {
1628
1583
  var ENV_DISTRICT_CA_PROD = {
1629
1584
  ...ENV_DISTRICT_COMMON_PROD,
1630
1585
  ...PLATFORM_URLS.PROD,
1631
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
1632
1586
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
1633
1587
  API_URL: "https://api.ca.magmamath.com/v2",
1634
1588
  CDN_HOST: "https://cdn.ca.magmamath.com",
@@ -1685,7 +1639,6 @@ var ENV_AUTH_WEB_SCT_PROD = {
1685
1639
  ...PLATFORM_URLS.PROD,
1686
1640
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/uk`,
1687
1641
  API_URL: "https://api.magmamath.com/v2",
1688
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1689
1642
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1690
1643
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1691
1644
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
@@ -1701,7 +1654,6 @@ var ENV_AUTH_WEB_DE_PROD = {
1701
1654
  ...PLATFORM_URLS.PROD,
1702
1655
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/de`,
1703
1656
  API_URL: "https://api.magmamath.com/v2",
1704
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1705
1657
  MAGMAMATH_URL: "https://www.magmamath.com",
1706
1658
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1707
1659
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
@@ -1990,9 +1942,6 @@ var ENV_WEB_ADMIN_CA_PROD = {
1990
1942
 
1991
1943
  // src/configs/env/mobile/env.common.mars.ts
1992
1944
  var ENV_MOBILE_COMMON_MARS = {
1993
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1994
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1995
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq",
1996
1945
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
1997
1946
  USER_AGENT: "Mozilla/5.0 (Linux Android 10 Android SDK built for x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.185 Mobile Safari/537.36",
1998
1947
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
@@ -2033,7 +1982,6 @@ var ENV_MOBILE_SE_MARS = {
2033
1982
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
2034
1983
  API_URL: "https://api.mars.matteappen.se/v2",
2035
1984
  CDN_HOST: "https://cdn.mars.matteappen.se",
2036
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
2037
1985
  SOCKET_URL: "https://sockets-mars.matteappen.se",
2038
1986
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SE",
2039
1987
  GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
@@ -2063,7 +2011,6 @@ var ENV_MOBILE_GB_MARS = {
2063
2011
  // src/configs/env/mobile/ca/env.ca.mars.ts
2064
2012
  var ENV_MOBILE_CA_MARS = {
2065
2013
  ...ENV_MOBILE_COMMON_MARS,
2066
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
2067
2014
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2068
2015
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`,
2069
2016
  API_URL: "https://api.ca.magmamath.com/v2",
@@ -2110,7 +2057,6 @@ var ENV_MOBILE_DE_MARS = {
2110
2057
 
2111
2058
  // src/configs/env/mobile/env.common.prod.ts
2112
2059
  var ENV_MOBILE_COMMON_PROD = {
2113
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2114
2060
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
2115
2061
  USER_AGENT: "Mozilla/5.0 (Linux Android 10 Android SDK built for x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.185 Mobile Safari/537.36",
2116
2062
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
@@ -2151,7 +2097,6 @@ var ENV_MOBILE_SE_PROD = {
2151
2097
  AUTH_WEB_URL: "https://app.matteappen.se",
2152
2098
  API_URL: "https://api.matteappen.se/v2",
2153
2099
  CDN_HOST: "https://cdn.matteappen.se",
2154
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
2155
2100
  SOCKET_URL: "https://sockets.matteappen.se",
2156
2101
  LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_SE",
2157
2102
  GOOGLE_AUTH: "https://api.matteappen.se/v2/auth/google",
@@ -2181,7 +2126,6 @@ var ENV_MOBILE_GB_PROD = {
2181
2126
  // src/configs/env/mobile/ca/env.ca.prod.ts
2182
2127
  var ENV_MOBILE_CA_PROD = {
2183
2128
  ...ENV_MOBILE_COMMON_PROD,
2184
- CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations",
2185
2129
  TEACHERS_WEB_URL: PLATFORM_URLS.PROD.TEACHERS_WEB_URL,
2186
2130
  AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`,
2187
2131
  API_URL: "https://api.ca.magmamath.com/v2",
@@ -2564,8 +2508,7 @@ var GRADES_CONFIG_SE = {
2564
2508
  [8 /* EIGHT */]: { name: "8" },
2565
2509
  [9 /* NINE */]: { name: "9" },
2566
2510
  [10 /* TEN */]: { name: "Mate\xADmatik 1", noPrefix: true },
2567
- [11 /* ELEVEN */]: { name: "Mate\xADmatik 2", noPrefix: true },
2568
- [12 /* TWELVE */]: { name: "Mate\xADmatik 3", noPrefix: true }
2511
+ [11 /* ELEVEN */]: { name: "Mate\xADmatik 2", noPrefix: true }
2569
2512
  },
2570
2513
  highSchool: {}
2571
2514
  };
@@ -2918,18 +2861,6 @@ var LOCALE_STUDENTS_DE = {
2918
2861
  }
2919
2862
  };
2920
2863
 
2921
- // src/configs/locale/_shared/problemCreator/locale/problemCreator.ca.ts
2922
- var PROBLEM_CREATOR_CA = {
2923
- useCommaForDecimal: false,
2924
- useDotForMultiplication: false,
2925
- savedProblemLocale: "en-CA" /* CA */,
2926
- keyboard: {
2927
- preset: "DotMixed" /* DOT_MIXED */,
2928
- mathEntryVariant: "Dollar" /* DOLLAR */,
2929
- descriptionVariant: "ExtendedMultBasicRoots" /* EXTENDED_MULT_BASIC_ROOTS */
2930
- }
2931
- };
2932
-
2933
2864
  // src/configs/locale/_shared/problemCreator/locale/problemCreator.de.ts
2934
2865
  var PROBLEM_CREATOR_DE = {
2935
2866
  useCommaForDecimal: true,
@@ -3148,8 +3079,7 @@ var LOCALE_TEACHERS_CA = {
3148
3079
  firstLoginBooks: {
3149
3080
  ...LOCALE_TEACHERS_US.firstLoginBooks,
3150
3081
  isLargeGrade: null
3151
- },
3152
- problemCreator: PROBLEM_CREATOR_CA
3082
+ }
3153
3083
  };
3154
3084
 
3155
3085
  // src/configs/locale/teachers-web/sct/locale.sct.ts
@@ -3826,10 +3756,6 @@ var LOCALE_MOBILE_US = {
3826
3756
  ...LOCALE_STUDENTS_US.practiceMode,
3827
3757
  ...LOCALE_TEACHERS_US.practiceMode
3828
3758
  },
3829
- urls: {
3830
- ...LOCALE_TEACHERS_US.urls,
3831
- ...LOCALE_AUTHWEB_US.urls
3832
- },
3833
3759
  sources: {
3834
3760
  signIn: {
3835
3761
  withOnboarding: true,
@@ -3862,10 +3788,6 @@ var LOCALE_MOBILE_SE = {
3862
3788
  ...LOCALE_STUDENTS_SE.practiceMode,
3863
3789
  ...LOCALE_TEACHERS_SE.practiceMode
3864
3790
  },
3865
- urls: {
3866
- ...LOCALE_TEACHERS_SE.urls,
3867
- ...LOCALE_AUTHWEB_SE.urls
3868
- },
3869
3791
  sources: {
3870
3792
  signIn: {
3871
3793
  withOnboarding: false,
@@ -3896,10 +3818,6 @@ var LOCALE_MOBILE_GB = {
3896
3818
  ...LOCALE_STUDENTS_GB.practiceMode,
3897
3819
  ...LOCALE_TEACHERS_GB.practiceMode
3898
3820
  },
3899
- urls: {
3900
- ...LOCALE_TEACHERS_GB.urls,
3901
- ...LOCALE_AUTHWEB_GB.urls
3902
- },
3903
3821
  sources: {
3904
3822
  signIn: {
3905
3823
  withOnboarding: false,
@@ -3930,10 +3848,6 @@ var LOCALE_MOBILE_CA = {
3930
3848
  ...LOCALE_STUDENTS_CA.practiceMode,
3931
3849
  ...LOCALE_TEACHERS_CA.practiceMode
3932
3850
  },
3933
- urls: {
3934
- ...LOCALE_TEACHERS_CA.urls,
3935
- ...LOCALE_AUTHWEB_CA.urls
3936
- },
3937
3851
  sources: {
3938
3852
  signIn: {
3939
3853
  withOnboarding: true,
@@ -3966,10 +3880,6 @@ var LOCALE_MOBILE_SCT = {
3966
3880
  ...LOCALE_STUDENTS_SCT.practiceMode,
3967
3881
  ...LOCALE_TEACHERS_SCT.practiceMode
3968
3882
  },
3969
- urls: {
3970
- ...LOCALE_TEACHERS_SCT.urls,
3971
- ...LOCALE_AUTHWEB_SCT.urls
3972
- },
3973
3883
  sources: {
3974
3884
  signIn: {
3975
3885
  withOnboarding: false,
@@ -4000,10 +3910,6 @@ var LOCALE_MOBILE_DE = {
4000
3910
  ...LOCALE_STUDENTS_DE.practiceMode,
4001
3911
  ...LOCALE_TEACHERS_DE.practiceMode
4002
3912
  },
4003
- urls: {
4004
- ...LOCALE_TEACHERS_DE.urls,
4005
- ...LOCALE_AUTHWEB_DE.urls
4006
- },
4007
3913
  sources: {
4008
3914
  signIn: {
4009
3915
  withOnboarding: false,