@magmamath/frontend-config 1.3.5-rc.3 → 1.3.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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -984,6 +984,7 @@ var ProblemCreatorMathEntryVariant = /* @__PURE__ */ ((ProblemCreatorMathEntryVa
|
|
|
984
984
|
ProblemCreatorMathEntryVariant2["KRONE"] = "Krone";
|
|
985
985
|
ProblemCreatorMathEntryVariant2["POUND_PENCE"] = "PoundPence";
|
|
986
986
|
ProblemCreatorMathEntryVariant2["EURO"] = "Euro";
|
|
987
|
+
ProblemCreatorMathEntryVariant2["ZLOTY"] = "Zloty";
|
|
987
988
|
return ProblemCreatorMathEntryVariant2;
|
|
988
989
|
})(ProblemCreatorMathEntryVariant || {});
|
|
989
990
|
var ProblemCreatorDescriptionVariant = /* @__PURE__ */ ((ProblemCreatorDescriptionVariant2) => {
|
|
@@ -3450,7 +3451,7 @@ var PROBLEM_CREATOR_PL = {
|
|
|
3450
3451
|
savedProblemLocale: "pl-PL" /* PL */,
|
|
3451
3452
|
keyboard: {
|
|
3452
3453
|
preset: "CommaMetric" /* COMMA_METRIC */,
|
|
3453
|
-
mathEntryVariant: "
|
|
3454
|
+
mathEntryVariant: "Zloty" /* ZLOTY */,
|
|
3454
3455
|
descriptionVariant: "DotExtendedRoots" /* DOT_EXTENDED_ROOTS */
|
|
3455
3456
|
}
|
|
3456
3457
|
};
|