@magmamath/frontend-config 1.7.3 → 1.7.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 +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +14 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1375,6 +1375,11 @@ var DrawboardCoinVariant = /* @__PURE__ */ ((DrawboardCoinVariant2) => {
|
|
|
1375
1375
|
DrawboardCoinVariant2["IQ"] = "iq";
|
|
1376
1376
|
return DrawboardCoinVariant2;
|
|
1377
1377
|
})(DrawboardCoinVariant || {});
|
|
1378
|
+
var DrawBoardSectionName = /* @__PURE__ */ ((DrawBoardSectionName2) => {
|
|
1379
|
+
DrawBoardSectionName2["ALGEBRA"] = "ALGEBRA";
|
|
1380
|
+
DrawBoardSectionName2["ALGEBRA_SIMPLE"] = "ALGEBRA_SIMPLE";
|
|
1381
|
+
return DrawBoardSectionName2;
|
|
1382
|
+
})(DrawBoardSectionName || {});
|
|
1378
1383
|
|
|
1379
1384
|
// src/shared/constants/problemCreatorKeyboard.constants.ts
|
|
1380
1385
|
var ProblemCreatorKeyboardPreset = /* @__PURE__ */ ((ProblemCreatorKeyboardPreset2) => {
|
|
@@ -7964,7 +7969,14 @@ var LOCALE_STUDENTS_GB = {
|
|
|
7964
7969
|
},
|
|
7965
7970
|
drawboard: {
|
|
7966
7971
|
basicManipulativesMaxGrade: 8,
|
|
7967
|
-
coinVariant: "uk" /* UK
|
|
7972
|
+
coinVariant: "uk" /* UK */,
|
|
7973
|
+
manipulativeOverrides: [
|
|
7974
|
+
{
|
|
7975
|
+
grades: [1, 2, 3],
|
|
7976
|
+
sections: ["ALGEBRA" /* ALGEBRA */, "ALGEBRA_SIMPLE" /* ALGEBRA_SIMPLE */],
|
|
7977
|
+
shapes: ["numicon"]
|
|
7978
|
+
}
|
|
7979
|
+
]
|
|
7968
7980
|
},
|
|
7969
7981
|
myScript: {
|
|
7970
7982
|
enableSolver: false
|
|
@@ -12330,6 +12342,6 @@ var AppConfigManager = class {
|
|
|
12330
12342
|
};
|
|
12331
12343
|
};
|
|
12332
12344
|
|
|
12333
|
-
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, HIGH_SCHOOL_STRING_GRADES, HomeRegion, IQ_CALENDAR_CONFIG, 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, getMultiplicationSymbol, isHighSchoolStringGrade };
|
|
12345
|
+
export { AT_CALENDAR_CONFIG, AppConfigManager, CH_CALENDAR_CONFIG, CalculatorType, CalendarLocale, DE_CALENDAR_CONFIG, DK_CALENDAR_CONFIG, DateFormat, DateLocale, DrawBoardSectionName, DrawboardCoinVariant, EN_CALENDAR_CONFIG, ES_CALENDAR_CONFIG, Environment, FI_CALENDAR_CONFIG, FR_CALENDAR_CONFIG, Grade, HIGH_SCHOOL_STRING_GRADES, HomeRegion, IQ_CALENDAR_CONFIG, 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, getMultiplicationSymbol, isHighSchoolStringGrade };
|
|
12334
12346
|
//# sourceMappingURL=index.mjs.map
|
|
12335
12347
|
//# sourceMappingURL=index.mjs.map
|