@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 CHANGED
@@ -608,7 +608,8 @@ declare enum ProblemCreatorMathEntryVariant {
608
608
  DOLLAR = "Dollar",
609
609
  KRONE = "Krone",
610
610
  POUND_PENCE = "PoundPence",
611
- EURO = "Euro"
611
+ EURO = "Euro",
612
+ ZLOTY = "Zloty"
612
613
  }
613
614
  declare enum ProblemCreatorDescriptionVariant {
614
615
  EXTENDED_MULT_BASIC_ROOTS = "ExtendedMultBasicRoots",
package/dist/index.d.ts CHANGED
@@ -608,7 +608,8 @@ declare enum ProblemCreatorMathEntryVariant {
608
608
  DOLLAR = "Dollar",
609
609
  KRONE = "Krone",
610
610
  POUND_PENCE = "PoundPence",
611
- EURO = "Euro"
611
+ EURO = "Euro",
612
+ ZLOTY = "Zloty"
612
613
  }
613
614
  declare enum ProblemCreatorDescriptionVariant {
614
615
  EXTENDED_MULT_BASIC_ROOTS = "ExtendedMultBasicRoots",
package/dist/index.js CHANGED
@@ -990,6 +990,7 @@ var ProblemCreatorMathEntryVariant = /* @__PURE__ */ ((ProblemCreatorMathEntryVa
990
990
  ProblemCreatorMathEntryVariant2["KRONE"] = "Krone";
991
991
  ProblemCreatorMathEntryVariant2["POUND_PENCE"] = "PoundPence";
992
992
  ProblemCreatorMathEntryVariant2["EURO"] = "Euro";
993
+ ProblemCreatorMathEntryVariant2["ZLOTY"] = "Zloty";
993
994
  return ProblemCreatorMathEntryVariant2;
994
995
  })(ProblemCreatorMathEntryVariant || {});
995
996
  var ProblemCreatorDescriptionVariant = /* @__PURE__ */ ((ProblemCreatorDescriptionVariant2) => {
@@ -3456,7 +3457,7 @@ var PROBLEM_CREATOR_PL = {
3456
3457
  savedProblemLocale: "pl-PL" /* PL */,
3457
3458
  keyboard: {
3458
3459
  preset: "CommaMetric" /* COMMA_METRIC */,
3459
- mathEntryVariant: "Euro" /* EURO */,
3460
+ mathEntryVariant: "Zloty" /* ZLOTY */,
3460
3461
  descriptionVariant: "DotExtendedRoots" /* DOT_EXTENDED_ROOTS */
3461
3462
  }
3462
3463
  };