@magmamath/frontend-config 1.0.24-rc.39 → 1.0.24-rc.40
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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6282,9 +6282,8 @@ var LOCALE_DISTRICT_DE = {
|
|
|
6282
6282
|
// src/configs/locale/_shared/problemCreator/locale/problemCreator.gb.ts
|
|
6283
6283
|
var PROBLEM_CREATOR_GB = {
|
|
6284
6284
|
savedProblemLocale: "en-GB" /* GB */,
|
|
6285
|
-
keyboard: createProblemCreatorKeyboard(
|
|
6286
|
-
operators: { mathEntry: PROBLEM_CREATOR_MATH_ENTRY_UNITS.GB }
|
|
6287
|
-
units: { time: PROBLEM_CREATOR_TIME.H24_DAYS }
|
|
6285
|
+
keyboard: createProblemCreatorKeyboard(PROBLEM_CREATOR_KEYBOARD_PRESET_DOT_MIXED, {
|
|
6286
|
+
operators: { mathEntry: PROBLEM_CREATOR_MATH_ENTRY_UNITS.GB }
|
|
6288
6287
|
})
|
|
6289
6288
|
};
|
|
6290
6289
|
|