@magmamath/frontend-config 1.5.10 → 1.6.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
@@ -1337,11 +1337,6 @@ var DrawboardCoinVariant = /* @__PURE__ */ ((DrawboardCoinVariant2) => {
1337
1337
  DrawboardCoinVariant2["PL"] = "pl";
1338
1338
  return DrawboardCoinVariant2;
1339
1339
  })(DrawboardCoinVariant || {});
1340
- var AlgebraSectionName = /* @__PURE__ */ ((AlgebraSectionName2) => {
1341
- AlgebraSectionName2["ALGEBRA"] = "ALGEBRA";
1342
- AlgebraSectionName2["ALGEBRA_SIMPLE"] = "ALGEBRA_SIMPLE";
1343
- return AlgebraSectionName2;
1344
- })(AlgebraSectionName || {});
1345
1340
 
1346
1341
  // src/shared/constants/problemCreatorKeyboard.constants.ts
1347
1342
  var ProblemCreatorKeyboardPreset = /* @__PURE__ */ ((ProblemCreatorKeyboardPreset2) => {
@@ -1409,7 +1404,7 @@ var ENV_AUTH_WEB_US_MARS = {
1409
1404
  CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
1410
1405
  CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
1411
1406
  SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
1412
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1407
+ AMPLITUDE_API_KEY: "e521466ce715087707e3ba925f4f57d5",
1413
1408
  INTERCOM_APP_ID: "tjidhu4j",
1414
1409
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1415
1410
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -1427,7 +1422,8 @@ var ENV_AUTH_WEB_US_PROD = {
1427
1422
  CLEVER_AUTH: "https://api.us.magmamath.com/v2/auth/clever",
1428
1423
  CLASS_LINK_AUTH: "https://api.us.magmamath.com/v2/auth/edlink-classlink",
1429
1424
  SCHOOLOGY_AUTH: "https://api.us.magmamath.com/v2/auth/edlink",
1430
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1425
+ AMPLITUDE_API_KEY: "",
1426
+ // TODO: create an API key once the Amplitude plan is upgraded
1431
1427
  INTERCOM_APP_ID: "tjidhu4j"
1432
1428
  };
1433
1429
 
@@ -1446,7 +1442,6 @@ var ENV_AUTH_WEB_SE_MARS = {
1446
1442
  MICROSOFT_AUTH: "https://api.mars.matteappen.se/v2/auth/microsoft",
1447
1443
  SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/trial/ds/?entityID=TestMatteappen",
1448
1444
  SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1449
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1450
1445
  INTERCOM_APP_ID: "tjidhu4j",
1451
1446
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1452
1447
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -1467,7 +1462,6 @@ var ENV_AUTH_WEB_SE_PROD = {
1467
1462
  MICROSOFT_AUTH: "https://api.matteappen.se/v2/auth/microsoft",
1468
1463
  SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/prod/ds/?entityID=https://matteappen.se",
1469
1464
  SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon",
1470
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1471
1465
  INTERCOM_APP_ID: "tjidhu4j"
1472
1466
  };
1473
1467
 
@@ -1483,7 +1477,6 @@ var ENV_AUTH_WEB_GB_MARS = {
1483
1477
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1484
1478
  SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1485
1479
  WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1486
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1487
1480
  INTERCOM_APP_ID: "tjidhu4j",
1488
1481
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1489
1482
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -1501,7 +1494,6 @@ var ENV_AUTH_WEB_GB_PROD = {
1501
1494
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
1502
1495
  SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon",
1503
1496
  WONDE_AUTH: "https://api.magmamath.com/v2/auth/mylogin",
1504
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1505
1497
  INTERCOM_APP_ID: "tjidhu4j"
1506
1498
  };
1507
1499
 
@@ -1518,7 +1510,6 @@ var ENV_AUTH_WEB_CA_MARS = {
1518
1510
  CLEVER_AUTH: "https://api.ca.magmamath.com/v2/auth/clever",
1519
1511
  CLASS_LINK_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink-classlink",
1520
1512
  SCHOOLOGY_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink",
1521
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1522
1513
  INTERCOM_APP_ID: "tjidhu4j",
1523
1514
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1524
1515
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -1537,7 +1528,6 @@ var ENV_AUTH_WEB_CA_PROD = {
1537
1528
  CLEVER_AUTH: "https://api.ca.magmamath.com/v2/auth/clever",
1538
1529
  CLASS_LINK_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink-classlink",
1539
1530
  SCHOOLOGY_AUTH: "https://api.ca.magmamath.com/v2/auth/edlink",
1540
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1541
1531
  INTERCOM_APP_ID: "tjidhu4j"
1542
1532
  };
1543
1533
 
@@ -1553,7 +1543,6 @@ var ENV_AUTH_WEB_SCT_MARS = {
1553
1543
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1554
1544
  SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1555
1545
  WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1556
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1557
1546
  INTERCOM_APP_ID: "tjidhu4j",
1558
1547
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1559
1548
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -1569,7 +1558,6 @@ var ENV_AUTH_WEB_DE_MARS = {
1569
1558
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1570
1559
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1571
1560
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1572
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1573
1561
  INTERCOM_APP_ID: "tjidhu4j",
1574
1562
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1575
1563
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -1778,7 +1766,6 @@ var ENV_TEACHERS_COMMON_MARS = {
1778
1766
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
1779
1767
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
1780
1768
  INTERCOM_APP_ID: "tjidhu4j",
1781
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1782
1769
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
1783
1770
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1784
1771
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq",
@@ -1806,7 +1793,6 @@ var ENV_TEACHERS_COMMON_PROD = {
1806
1793
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
1807
1794
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
1808
1795
  INTERCOM_APP_ID: "tjidhu4j",
1809
- CLARITY_PROJECT_ID: "rb6vqwkahr",
1810
1796
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
1811
1797
  GOOGLE_TRANSLATE_URL: "https://translation.googleapis.com/language/translate/v2",
1812
1798
  GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc"
@@ -1969,7 +1955,6 @@ var ENV_TEACHERS_WEB_DE_PROD = {
1969
1955
  var ENV_DISTRICT_COMMON_MARS = {
1970
1956
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1971
1957
  INTERCOM_APP_ID: "tjidhu4j",
1972
- CLARITY_PROJECT_ID: "rb6vbwug3r",
1973
1958
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
1974
1959
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1975
1960
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -1984,14 +1969,14 @@ var ENV_DISTRICT_US_MARS = {
1984
1969
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US",
1985
1970
  SOCKET_URL: "https://sockets-mars.magmamath.com",
1986
1971
  WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1987
- MAGMAMATH_URL: "https://www.magmamath.com"
1972
+ MAGMAMATH_URL: "https://www.magmamath.com",
1973
+ AMPLITUDE_API_KEY: "407ea49ce6e1586815bcfd05ec5f15dc"
1988
1974
  };
1989
1975
 
1990
1976
  // src/configs/env/district-dash/env.common.prod.ts
1991
1977
  var ENV_DISTRICT_COMMON_PROD = {
1992
1978
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1993
1979
  INTERCOM_APP_ID: "tjidhu4j",
1994
- CLARITY_PROJECT_ID: "rb6vbwug3r",
1995
1980
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880
1996
1981
  };
1997
1982
 
@@ -2005,7 +1990,8 @@ var ENV_DISTRICT_US_PROD = {
2005
1990
  LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_US",
2006
1991
  SOCKET_URL: "https://sockets.us.magmamath.com",
2007
1992
  WEBSOCKETS_URL: "https://websockets.us.magmamath.com",
2008
- MAGMAMATH_URL: "https://www.magmamath.com"
1993
+ MAGMAMATH_URL: "https://www.magmamath.com",
1994
+ AMPLITUDE_API_KEY: "c829c019e480c63d360e92774e3a35c9"
2009
1995
  };
2010
1996
 
2011
1997
  // src/configs/env/district-dash/se/env.se.mars.ts
@@ -2160,7 +2146,6 @@ var ENV_AUTH_WEB_SCT_PROD = {
2160
2146
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
2161
2147
  SKOLON_AUTH: "https://api.matteappen.se/v2/auth/skolon",
2162
2148
  WONDE_AUTH: "https://api.magmamath.com/v2/auth/mylogin",
2163
- CLARITY_PROJECT_ID: "rb6vqwkahr",
2164
2149
  INTERCOM_APP_ID: "tjidhu4j"
2165
2150
  };
2166
2151
 
@@ -2174,7 +2159,6 @@ var ENV_AUTH_WEB_DE_PROD = {
2174
2159
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
2175
2160
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
2176
2161
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
2177
- CLARITY_PROJECT_ID: "rb6vqwkahr",
2178
2162
  INTERCOM_APP_ID: "tjidhu4j"
2179
2163
  };
2180
2164
 
@@ -2789,7 +2773,6 @@ var ENV_AUTH_WEB_PL_MARS = {
2789
2773
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
2790
2774
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2791
2775
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2792
- CLARITY_PROJECT_ID: "rb6vqwkahr",
2793
2776
  INTERCOM_APP_ID: "tjidhu4j",
2794
2777
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
2795
2778
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -2805,7 +2788,6 @@ var ENV_AUTH_WEB_PL_PROD = {
2805
2788
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
2806
2789
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
2807
2790
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
2808
- CLARITY_PROJECT_ID: "rb6vqwkahr",
2809
2791
  INTERCOM_APP_ID: "tjidhu4j"
2810
2792
  };
2811
2793
 
@@ -2975,7 +2957,6 @@ var ENV_AUTH_WEB_IT_MARS = {
2975
2957
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2976
2958
  MAGMAMATH_URL: "https://www.magmamath.com",
2977
2959
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
2978
- CLARITY_PROJECT_ID: "rb6vqwkahr",
2979
2960
  INTERCOM_APP_ID: "tjidhu4j",
2980
2961
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
2981
2962
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -2991,7 +2972,6 @@ var ENV_AUTH_WEB_IT_PROD = {
2991
2972
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2992
2973
  MAGMAMATH_URL: "https://www.magmamath.com",
2993
2974
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
2994
- CLARITY_PROJECT_ID: "rb6vqwkahr",
2995
2975
  INTERCOM_APP_ID: "tjidhu4j"
2996
2976
  };
2997
2977
 
@@ -3161,7 +3141,6 @@ var ENV_AUTH_WEB_FR_MARS = {
3161
3141
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3162
3142
  MAGMAMATH_URL: "https://www.magmamath.com",
3163
3143
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3164
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3165
3144
  INTERCOM_APP_ID: "tjidhu4j",
3166
3145
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
3167
3146
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -3177,7 +3156,6 @@ var ENV_AUTH_WEB_FR_PROD = {
3177
3156
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3178
3157
  MAGMAMATH_URL: "https://www.magmamath.com",
3179
3158
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3180
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3181
3159
  INTERCOM_APP_ID: "tjidhu4j"
3182
3160
  };
3183
3161
 
@@ -3347,7 +3325,6 @@ var ENV_AUTH_WEB_DA_MARS = {
3347
3325
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3348
3326
  MAGMAMATH_URL: "https://www.magmamath.com",
3349
3327
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3350
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3351
3328
  INTERCOM_APP_ID: "tjidhu4j",
3352
3329
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
3353
3330
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -3363,7 +3340,6 @@ var ENV_AUTH_WEB_DA_PROD = {
3363
3340
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3364
3341
  MAGMAMATH_URL: "https://www.magmamath.com",
3365
3342
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3366
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3367
3343
  INTERCOM_APP_ID: "tjidhu4j"
3368
3344
  };
3369
3345
 
@@ -3533,7 +3509,6 @@ var ENV_AUTH_WEB_NO_MARS = {
3533
3509
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3534
3510
  MAGMAMATH_URL: "https://www.magmamath.com",
3535
3511
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3536
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3537
3512
  INTERCOM_APP_ID: "tjidhu4j",
3538
3513
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
3539
3514
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -3549,7 +3524,6 @@ var ENV_AUTH_WEB_NO_PROD = {
3549
3524
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3550
3525
  MAGMAMATH_URL: "https://www.magmamath.com",
3551
3526
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3552
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3553
3527
  INTERCOM_APP_ID: "tjidhu4j"
3554
3528
  };
3555
3529
 
@@ -3719,7 +3693,6 @@ var ENV_AUTH_WEB_NL_MARS = {
3719
3693
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3720
3694
  MAGMAMATH_URL: "https://www.magmamath.com",
3721
3695
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3722
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3723
3696
  INTERCOM_APP_ID: "tjidhu4j",
3724
3697
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
3725
3698
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -3735,7 +3708,6 @@ var ENV_AUTH_WEB_NL_PROD = {
3735
3708
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3736
3709
  MAGMAMATH_URL: "https://www.magmamath.com",
3737
3710
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3738
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3739
3711
  INTERCOM_APP_ID: "tjidhu4j"
3740
3712
  };
3741
3713
 
@@ -3905,7 +3877,6 @@ var ENV_AUTH_WEB_FI_MARS = {
3905
3877
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3906
3878
  MAGMAMATH_URL: "https://www.magmamath.com",
3907
3879
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3908
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3909
3880
  INTERCOM_APP_ID: "tjidhu4j",
3910
3881
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
3911
3882
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -3921,7 +3892,6 @@ var ENV_AUTH_WEB_FI_PROD = {
3921
3892
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3922
3893
  MAGMAMATH_URL: "https://www.magmamath.com",
3923
3894
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3924
- CLARITY_PROJECT_ID: "rb6vqwkahr",
3925
3895
  INTERCOM_APP_ID: "tjidhu4j"
3926
3896
  };
3927
3897
 
@@ -4091,7 +4061,6 @@ var ENV_AUTH_WEB_NL_BE_MARS = {
4091
4061
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4092
4062
  MAGMAMATH_URL: "https://www.magmamath.com",
4093
4063
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4094
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4095
4064
  INTERCOM_APP_ID: "tjidhu4j",
4096
4065
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
4097
4066
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -4107,7 +4076,6 @@ var ENV_AUTH_WEB_NL_BE_PROD = {
4107
4076
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4108
4077
  MAGMAMATH_URL: "https://www.magmamath.com",
4109
4078
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4110
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4111
4079
  INTERCOM_APP_ID: "tjidhu4j"
4112
4080
  };
4113
4081
 
@@ -4277,7 +4245,6 @@ var ENV_AUTH_WEB_IE_MARS = {
4277
4245
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4278
4246
  MAGMAMATH_URL: "https://www.magmamath.com",
4279
4247
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4280
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4281
4248
  INTERCOM_APP_ID: "tjidhu4j",
4282
4249
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
4283
4250
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -4293,7 +4260,6 @@ var ENV_AUTH_WEB_IE_PROD = {
4293
4260
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4294
4261
  MAGMAMATH_URL: "https://www.magmamath.com",
4295
4262
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4296
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4297
4263
  INTERCOM_APP_ID: "tjidhu4j"
4298
4264
  };
4299
4265
 
@@ -4463,7 +4429,6 @@ var ENV_AUTH_WEB_IS_MARS = {
4463
4429
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4464
4430
  MAGMAMATH_URL: "https://www.magmamath.com",
4465
4431
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4466
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4467
4432
  INTERCOM_APP_ID: "tjidhu4j",
4468
4433
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
4469
4434
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -4479,7 +4444,6 @@ var ENV_AUTH_WEB_IS_PROD = {
4479
4444
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4480
4445
  MAGMAMATH_URL: "https://www.magmamath.com",
4481
4446
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4482
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4483
4447
  INTERCOM_APP_ID: "tjidhu4j"
4484
4448
  };
4485
4449
 
@@ -4649,7 +4613,6 @@ var ENV_AUTH_WEB_SV_FI_MARS = {
4649
4613
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4650
4614
  MAGMAMATH_URL: "https://www.magmamath.com",
4651
4615
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4652
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4653
4616
  INTERCOM_APP_ID: "tjidhu4j",
4654
4617
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
4655
4618
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -4665,7 +4628,6 @@ var ENV_AUTH_WEB_SV_FI_PROD = {
4665
4628
  CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4666
4629
  MAGMAMATH_URL: "https://www.magmamath.com",
4667
4630
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4668
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4669
4631
  INTERCOM_APP_ID: "tjidhu4j"
4670
4632
  };
4671
4633
 
@@ -4835,7 +4797,6 @@ var ENV_AUTH_WEB_AT_MARS = {
4835
4797
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4836
4798
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4837
4799
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4838
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4839
4800
  INTERCOM_APP_ID: "tjidhu4j",
4840
4801
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
4841
4802
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -4851,7 +4812,6 @@ var ENV_AUTH_WEB_AT_PROD = {
4851
4812
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4852
4813
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
4853
4814
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
4854
- CLARITY_PROJECT_ID: "rb6vqwkahr",
4855
4815
  INTERCOM_APP_ID: "tjidhu4j"
4856
4816
  };
4857
4817
 
@@ -5021,7 +4981,6 @@ var ENV_AUTH_WEB_CH_MARS = {
5021
4981
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5022
4982
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5023
4983
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5024
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5025
4984
  INTERCOM_APP_ID: "tjidhu4j",
5026
4985
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
5027
4986
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -5037,7 +4996,6 @@ var ENV_AUTH_WEB_CH_PROD = {
5037
4996
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5038
4997
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
5039
4998
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
5040
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5041
4999
  INTERCOM_APP_ID: "tjidhu4j"
5042
5000
  };
5043
5001
 
@@ -5207,7 +5165,6 @@ var ENV_AUTH_WEB_ES_MARS = {
5207
5165
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5208
5166
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5209
5167
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5210
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5211
5168
  INTERCOM_APP_ID: "tjidhu4j",
5212
5169
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
5213
5170
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -5223,7 +5180,6 @@ var ENV_AUTH_WEB_ES_PROD = {
5223
5180
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5224
5181
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
5225
5182
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
5226
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5227
5183
  INTERCOM_APP_ID: "tjidhu4j"
5228
5184
  };
5229
5185
 
@@ -5393,7 +5349,6 @@ var ENV_AUTH_WEB_PT_MARS = {
5393
5349
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5394
5350
  GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5395
5351
  MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5396
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5397
5352
  INTERCOM_APP_ID: "tjidhu4j",
5398
5353
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
5399
5354
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -5409,7 +5364,6 @@ var ENV_AUTH_WEB_PT_PROD = {
5409
5364
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5410
5365
  GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
5411
5366
  MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
5412
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5413
5367
  INTERCOM_APP_ID: "tjidhu4j"
5414
5368
  };
5415
5369
 
@@ -5581,7 +5535,6 @@ var ENV_AUTH_WEB_US_EU_MAIN_MARS = {
5581
5535
  CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5582
5536
  CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5583
5537
  SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5584
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5585
5538
  INTERCOM_APP_ID: "tjidhu4j",
5586
5539
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
5587
5540
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -5599,7 +5552,6 @@ var ENV_AUTH_WEB_US_EU_MAIN_PROD = {
5599
5552
  CLEVER_AUTH: "https://api.magmamath.com/v2/auth/clever",
5600
5553
  CLASS_LINK_AUTH: "https://api.magmamath.com/v2/auth/edlink-classlink",
5601
5554
  SCHOOLOGY_AUTH: "https://api.magmamath.com/v2/auth/edlink",
5602
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5603
5555
  INTERCOM_APP_ID: "tjidhu4j"
5604
5556
  };
5605
5557
 
@@ -5621,7 +5573,6 @@ var ENV_AUTH_WEB_CA_EU_MAIN_MARS = {
5621
5573
  CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5622
5574
  CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5623
5575
  SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5624
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5625
5576
  INTERCOM_APP_ID: "tjidhu4j",
5626
5577
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
5627
5578
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
@@ -5639,7 +5590,6 @@ var ENV_AUTH_WEB_CA_EU_MAIN_PROD = {
5639
5590
  CLEVER_AUTH: "https://api.magmamath.com/v2/auth/clever",
5640
5591
  CLASS_LINK_AUTH: "https://api.magmamath.com/v2/auth/edlink-classlink",
5641
5592
  SCHOOLOGY_AUTH: "https://api.magmamath.com/v2/auth/edlink",
5642
- CLARITY_PROJECT_ID: "rb6vqwkahr",
5643
5593
  INTERCOM_APP_ID: "tjidhu4j"
5644
5594
  };
5645
5595
 
@@ -7708,14 +7658,7 @@ var LOCALE_STUDENTS_GB = {
7708
7658
  },
7709
7659
  drawboard: {
7710
7660
  basicManipulativesMaxGrade: 8,
7711
- coinVariant: "uk" /* UK */,
7712
- manipulativeOverrides: [
7713
- {
7714
- grades: [1, 2, 3],
7715
- sections: ["ALGEBRA" /* ALGEBRA */, "ALGEBRA_SIMPLE" /* ALGEBRA_SIMPLE */],
7716
- shapes: ["numicon"]
7717
- }
7718
- ]
7661
+ coinVariant: "uk" /* UK */
7719
7662
  },
7720
7663
  myScript: {
7721
7664
  enableSolver: false
@@ -11939,6 +11882,6 @@ var AppConfigManager = class {
11939
11882
  };
11940
11883
  };
11941
11884
 
11942
- export { AT_CALENDAR_CONFIG, AlgebraSectionName, AppConfigManager, CH_CALENDAR_CONFIG, CalculatorType, CalendarLocale, DE_CALENDAR_CONFIG, DK_CALENDAR_CONFIG, DateFormat, DateLocale, DrawboardCoinVariant, EN_CALENDAR_CONFIG, ES_CALENDAR_CONFIG, Environment, FI_CALENDAR_CONFIG, FR_CALENDAR_CONFIG, Grade, HomeRegion, IS_CALENDAR_CONFIG, IT_CALENDAR_CONFIG, KeyboardCurrencyVariant, KeyboardPreset, KeyboardTimeVariant, LANGUAGES_CONFIG, LANGUAGES_LIST, Language, Locale, LoginSource, MOST_USED_LANGUAGES, MatrixMode, MomentDateLocale, MultiplicationSymbol, NL_BE_CALENDAR_CONFIG, NL_CALENDAR_CONFIG, NO_CALENDAR_CONFIG, NumberDecimalSeparator, NumberGroupingSeparator, PL_CALENDAR_CONFIG, PRIORITY_LANGUAGES, PT_CALENDAR_CONFIG, Platform, PlatformBuildTarget, ProblemCreatorDescriptionVariant, ProblemCreatorKeyboardPreset, ProblemCreatorMathEntryVariant, QRCodeSize, SE_CALENDAR_CONFIG, SSO, SV_FI_CALENDAR_CONFIG, Source, TTSOverrideSymbol, TreeLevel, buildTargetToEnvironment };
11885
+ export { AT_CALENDAR_CONFIG, AppConfigManager, CH_CALENDAR_CONFIG, CalculatorType, CalendarLocale, DE_CALENDAR_CONFIG, DK_CALENDAR_CONFIG, DateFormat, DateLocale, DrawboardCoinVariant, EN_CALENDAR_CONFIG, ES_CALENDAR_CONFIG, Environment, FI_CALENDAR_CONFIG, FR_CALENDAR_CONFIG, Grade, HomeRegion, IS_CALENDAR_CONFIG, IT_CALENDAR_CONFIG, KeyboardCurrencyVariant, KeyboardPreset, KeyboardTimeVariant, LANGUAGES_CONFIG, LANGUAGES_LIST, Language, Locale, LoginSource, MOST_USED_LANGUAGES, MatrixMode, MomentDateLocale, MultiplicationSymbol, NL_BE_CALENDAR_CONFIG, NL_CALENDAR_CONFIG, NO_CALENDAR_CONFIG, NumberDecimalSeparator, NumberGroupingSeparator, PL_CALENDAR_CONFIG, PRIORITY_LANGUAGES, PT_CALENDAR_CONFIG, Platform, PlatformBuildTarget, ProblemCreatorDescriptionVariant, ProblemCreatorKeyboardPreset, ProblemCreatorMathEntryVariant, QRCodeSize, SE_CALENDAR_CONFIG, SSO, SV_FI_CALENDAR_CONFIG, Source, TTSOverrideSymbol, TreeLevel, buildTargetToEnvironment };
11943
11886
  //# sourceMappingURL=index.mjs.map
11944
11887
  //# sourceMappingURL=index.mjs.map