@magmamath/frontend-config 1.3.5-rc.1 → 1.3.5-rc.2
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 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4557,8 +4557,7 @@ var LOCALE_STUDENTS_PL = {
|
|
|
4557
4557
|
},
|
|
4558
4558
|
practiceMode: {
|
|
4559
4559
|
locale: "pl-PL" /* PL */,
|
|
4560
|
-
|
|
4561
|
-
defaultPracticeTreeId: ""
|
|
4560
|
+
defaultPracticeTreeId: "69e8ca0b2ea159929c5d3cae"
|
|
4562
4561
|
},
|
|
4563
4562
|
keyboard: {
|
|
4564
4563
|
preset: "CommaMetric" /* COMMA_METRIC */,
|
|
@@ -4581,7 +4580,7 @@ var LOCALE_STUDENTS_PL = {
|
|
|
4581
4580
|
var LOCALE_TEACHERS_PL = {
|
|
4582
4581
|
...LOCALE_COMMON_PL,
|
|
4583
4582
|
emails: {
|
|
4584
|
-
studentsList: "
|
|
4583
|
+
studentsList: "hello@magmamath.com"
|
|
4585
4584
|
},
|
|
4586
4585
|
urls: {
|
|
4587
4586
|
specialBook: "https://intercom.help/magma-math-us/en/articles/10643615-teacher-guide-using-bridges-to-mathematics-material-in-magma-math",
|
|
@@ -4593,8 +4592,7 @@ var LOCALE_TEACHERS_PL = {
|
|
|
4593
4592
|
showProblemComplexity: false
|
|
4594
4593
|
},
|
|
4595
4594
|
practiceMode: {
|
|
4596
|
-
|
|
4597
|
-
defaultPracticeTreeId: "",
|
|
4595
|
+
defaultPracticeTreeId: "69e8ca0b2ea159929c5d3cae",
|
|
4598
4596
|
alwaysEnabled: false
|
|
4599
4597
|
},
|
|
4600
4598
|
matrix: {
|