@pie-element/multiple-choice 8.3.1-next.27 → 8.3.1-next.32

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
  "@material-ui/core": "^3.9.2",
9
9
  "@material-ui/icons": "^3.0.1",
10
10
  "@pie-framework/pie-configure-events": "^1.3.0",
11
- "@pie-lib/pie-toolbox": "1.7.0",
11
+ "@pie-lib/pie-toolbox": "1.7.1",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -8,7 +8,7 @@
8
8
  "author": "",
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
- "@pie-lib/pie-toolbox": "1.7.0",
11
+ "@pie-lib/pie-toolbox": "1.7.1",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15"
14
14
  }
package/module/element.js CHANGED
@@ -16737,7 +16737,7 @@ getDefaultExportFromCjs(SerializedMmlVisitor);
16737
16737
  var NEWLINE_BLOCK_REGEX = /\\embed\{newLine\}\[\]/g;
16738
16738
  var NEWLINE_LATEX = '\\newline ';
16739
16739
  var getGlobal = function getGlobal() {
16740
- var key = '@pie-lib/math-rendering-accessible@1';
16740
+ var key = '@pie-lib/math-rendering@2';
16741
16741
  if (typeof window !== 'undefined') {
16742
16742
  if (!window[key]) {
16743
16743
  window[key] = {};
package/module/print.js CHANGED
@@ -16737,7 +16737,7 @@ getDefaultExportFromCjs(SerializedMmlVisitor);
16737
16737
  var NEWLINE_BLOCK_REGEX = /\\embed\{newLine\}\[\]/g;
16738
16738
  var NEWLINE_LATEX = '\\newline ';
16739
16739
  var getGlobal = function getGlobal() {
16740
- var key = '@pie-lib/math-rendering-accessible@1';
16740
+ var key = '@pie-lib/math-rendering@2';
16741
16741
  if (typeof window !== 'undefined') {
16742
16742
  if (!window[key]) {
16743
16743
  window[key] = {};
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/multiple-choice",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "8.3.1-next.27+727e633c2",
4
+ "version": "8.3.1-next.32+b1d8e6e31",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-lib/pie-toolbox": "1.7.0",
10
+ "@pie-lib/pie-toolbox": "1.7.1",
11
11
  "classnames": "^2.2.5",
12
12
  "debug": "^4.1.1",
13
13
  "enzyme-to-json": "^3.3.3",
@@ -18,7 +18,7 @@
18
18
  "react-test-renderer": "^16.3.2",
19
19
  "react-transition-group": "^2.3.1"
20
20
  },
21
- "gitHead": "727e633c28f236201288f43d9b8d340652fc40c6",
21
+ "gitHead": "b1d8e6e31b14a11bef6b19a2cc4af50477511868",
22
22
  "scripts": {
23
23
  "postpublish": "../../scripts/postpublish"
24
24
  },