@magmamath/frontend-config 1.7.12 → 1.7.13-rc.2

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 CHANGED
@@ -8213,7 +8213,7 @@ var LOCALE_DISTRICT_GB = {
8213
8213
  ...LOCALE_COMMON_GB,
8214
8214
  problemCreator: PROBLEM_CREATOR_GB,
8215
8215
  tree: {
8216
- lowestLevel: 2 /* SKILL */
8216
+ lowestLevel: 1 /* STANDARD */
8217
8217
  }
8218
8218
  };
8219
8219
 
@@ -11920,7 +11920,10 @@ var LOCALE_COMMON_HAW = {
11920
11920
  decimalSeparator: "." /* DOT */
11921
11921
  },
11922
11922
  mathSymbols: {
11923
- multiplication: { default: "TIMES" /* TIMES */ }
11923
+ multiplication: {
11924
+ default: "TIMES" /* TIMES */,
11925
+ byGrade: [{ fromGrade: 6 /* SIX */, symbol: "CDOT" /* CDOT */ }]
11926
+ }
11924
11927
  }
11925
11928
  };
11926
11929