@magmamath/frontend-config 1.7.12 → 1.7.13

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
@@ -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