@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.
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
10
  "@pie-framework/pie-configure-events": "^1.3.0",
11
- "@pie-lib/pie-toolbox": "next",
11
+ "@pie-lib/pie-toolbox": "1.31.5-next.4",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -7,7 +7,7 @@
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
9
  "@pie-framework/math-validation": "^1.2.2",
10
- "@pie-lib/pie-toolbox": "next",
10
+ "@pie-lib/pie-toolbox": "1.31.5-next.4",
11
11
  "debug": "^3.1.0",
12
12
  "lodash": "^4.17.15"
13
13
  },
@@ -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.43+524ed2558",
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": "524ed2558cc92380d2e6d271a81a8da02b521cf5",
19
+ "gitHead": "a2e933cd27bb052046e245672d3e01cb5ba1b518",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },