@pie-element/math-templated 2.22.5-next.43 → 2.22.5-next.44
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/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/module/configure.js +2 -1
- package/module/element.js +2 -1
- package/module/print.js +2 -1
- package/package.json +3 -3
package/configure/package.json
CHANGED
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -43108,7 +43108,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
|
43108
43108
|
}
|
|
43109
43109
|
},
|
|
43110
43110
|
loader: {
|
|
43111
|
-
load: ['input/mml']
|
|
43111
|
+
load: ['input/mml'],
|
|
43112
|
+
preLoad: function preLoad() {}
|
|
43112
43113
|
},
|
|
43113
43114
|
tex: texConfig,
|
|
43114
43115
|
chtml: {
|
package/module/element.js
CHANGED
|
@@ -21903,7 +21903,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
|
21903
21903
|
}
|
|
21904
21904
|
},
|
|
21905
21905
|
loader: {
|
|
21906
|
-
load: ['input/mml']
|
|
21906
|
+
load: ['input/mml'],
|
|
21907
|
+
preLoad: function preLoad() {}
|
|
21907
21908
|
},
|
|
21908
21909
|
tex: texConfig,
|
|
21909
21910
|
chtml: {
|
package/module/print.js
CHANGED
|
@@ -21866,7 +21866,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
|
21866
21866
|
}
|
|
21867
21867
|
},
|
|
21868
21868
|
loader: {
|
|
21869
|
-
load: ['input/mml']
|
|
21869
|
+
load: ['input/mml'],
|
|
21870
|
+
preLoad: function preLoad() {}
|
|
21870
21871
|
},
|
|
21871
21872
|
tex: texConfig,
|
|
21872
21873
|
chtml: {
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "2.22.5-next.
|
|
7
|
+
"version": "2.22.5-next.44+a2e933cd2",
|
|
8
8
|
"description": "",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "next",
|
|
12
|
+
"@pie-lib/pie-toolbox": "1.31.5-next.4",
|
|
13
13
|
"prop-types": "^15.6.1",
|
|
14
14
|
"react": "^16.8.1",
|
|
15
15
|
"react-dom": "^16.8.1"
|
|
16
16
|
},
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "a2e933cd27bb052046e245672d3e01cb5ba1b518",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|