@brightspace-ui/core 3.163.0 → 3.163.1
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/helpers/mathjax.js +1 -2
- package/package.json +1 -1
package/helpers/mathjax.js
CHANGED
@@ -42,8 +42,7 @@ class HtmlBlockMathRenderer {
|
|
42
42
|
if (!options.contextValues) return elem;
|
43
43
|
let context = options.contextValues.get(mathjaxContextKey);
|
44
44
|
|
45
|
-
|
46
|
-
if (getFlag('shield-12649-mathjax-default-context', false)) {
|
45
|
+
if (getFlag('shield-12649-mathjax-default-context', true)) {
|
47
46
|
context = context || {
|
48
47
|
renderLatex: false,
|
49
48
|
outputScale: 1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.163.
|
3
|
+
"version": "3.163.1",
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|