@magmamath/frontend-config 1.5.10 → 1.5.11
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1337,11 +1337,11 @@ var DrawboardCoinVariant = /* @__PURE__ */ ((DrawboardCoinVariant2) => {
|
|
|
1337
1337
|
DrawboardCoinVariant2["PL"] = "pl";
|
|
1338
1338
|
return DrawboardCoinVariant2;
|
|
1339
1339
|
})(DrawboardCoinVariant || {});
|
|
1340
|
-
var
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
return
|
|
1344
|
-
})(
|
|
1340
|
+
var DrawBoardSectionName = /* @__PURE__ */ ((DrawBoardSectionName2) => {
|
|
1341
|
+
DrawBoardSectionName2["ALGEBRA"] = "ALGEBRA";
|
|
1342
|
+
DrawBoardSectionName2["ALGEBRA_SIMPLE"] = "ALGEBRA_SIMPLE";
|
|
1343
|
+
return DrawBoardSectionName2;
|
|
1344
|
+
})(DrawBoardSectionName || {});
|
|
1345
1345
|
|
|
1346
1346
|
// src/shared/constants/problemCreatorKeyboard.constants.ts
|
|
1347
1347
|
var ProblemCreatorKeyboardPreset = /* @__PURE__ */ ((ProblemCreatorKeyboardPreset2) => {
|
|
@@ -11939,6 +11939,6 @@ var AppConfigManager = class {
|
|
|
11939
11939
|
};
|
|
11940
11940
|
};
|
|
11941
11941
|
|
|
11942
|
-
export { AT_CALENDAR_CONFIG,
|
|
11942
|
+
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, 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
11943
|
//# sourceMappingURL=index.mjs.map
|
|
11944
11944
|
//# sourceMappingURL=index.mjs.map
|