@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.mjs CHANGED
@@ -11914,7 +11914,10 @@ var LOCALE_COMMON_HAW = {
11914
11914
  decimalSeparator: "." /* DOT */
11915
11915
  },
11916
11916
  mathSymbols: {
11917
- multiplication: { default: "TIMES" /* TIMES */ }
11917
+ multiplication: {
11918
+ default: "TIMES" /* TIMES */,
11919
+ byGrade: [{ fromGrade: 6 /* SIX */, symbol: "CDOT" /* CDOT */ }]
11920
+ }
11918
11921
  }
11919
11922
  };
11920
11923