@pie-element/explicit-constructed-response 7.5.6-next.3 → 7.5.6-next.5
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 +1 -1
- package/module/element.js +3 -2
- package/module/manifest.json +1 -1
- package/module/print.js +3 -2
- package/package.json +3 -3
package/configure/package.json
CHANGED
|
@@ -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": "2.
|
|
11
|
+
"@pie-lib/pie-toolbox": "2.15.0",
|
|
12
12
|
"classnames": "^2.2.6",
|
|
13
13
|
"debug": "^3.1.0",
|
|
14
14
|
"lodash": "^4.17.15",
|
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.7/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.2/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
5
5
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.7/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.2/module/index.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
5
5
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -92400,6 +92400,7 @@ const require$$23$2 = _dll_debug;
|
|
|
92400
92400
|
var mathMl = toMMl(item.data.root);
|
|
92401
92401
|
var parsedMathMl = mathMl.replaceAll('\n', '');
|
|
92402
92402
|
item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
|
|
92403
|
+
item.data.typesetRoot.setAttribute('tabindex', '-1');
|
|
92403
92404
|
}
|
|
92404
92405
|
}
|
|
92405
92406
|
} catch (e) {
|
|
@@ -136924,7 +136925,7 @@ var defaults = {
|
|
|
136924
136925
|
FOCUS_CHECKED: '#BBDEFB',
|
|
136925
136926
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
136926
136927
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
136927
|
-
FOCUS_UNCHECKED_BORDER: '#
|
|
136928
|
+
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
136928
136929
|
};
|
|
136929
136930
|
color$1.defaults = defaults;
|
|
136930
136931
|
Object.freeze(defaults);
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.7/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.2/module/index.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
5
5
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -92363,6 +92363,7 @@ const require$$23$2 = _dll_debug;
|
|
|
92363
92363
|
var mathMl = toMMl(item.data.root);
|
|
92364
92364
|
var parsedMathMl = mathMl.replaceAll('\n', '');
|
|
92365
92365
|
item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
|
|
92366
|
+
item.data.typesetRoot.setAttribute('tabindex', '-1');
|
|
92366
92367
|
}
|
|
92367
92368
|
}
|
|
92368
92369
|
} catch (e) {
|
|
@@ -136887,7 +136888,7 @@ var defaults = {
|
|
|
136887
136888
|
FOCUS_CHECKED: '#BBDEFB',
|
|
136888
136889
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
136889
136890
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
136890
|
-
FOCUS_UNCHECKED_BORDER: '#
|
|
136891
|
+
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
136891
136892
|
};
|
|
136892
136893
|
color$1.defaults = defaults;
|
|
136893
136894
|
Object.freeze(defaults);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "7.5.6-next.
|
|
7
|
+
"version": "7.5.6-next.5+74243f914",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@material-ui/core": "^3.9.2",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "2.
|
|
15
|
+
"@pie-lib/pie-toolbox": "2.15.0",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"he": "^1.2.0",
|
|
18
18
|
"lodash": "^4.17.10",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"author": "",
|
|
24
24
|
"license": "ISC",
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "74243f9144e5c89c1298f6f3df7292029180a4ab",
|
|
26
26
|
"main": "lib/index.js",
|
|
27
27
|
"module": "src/index.js",
|
|
28
28
|
"exports": {
|