@pie-element/explicit-constructed-response 6.19.2-next.7 → 6.19.2
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/CHANGELOG.md +13 -0
- package/configure/CHANGELOG.md +12 -0
- package/configure/lib/main.js +3 -2
- package/configure/lib/main.js.map +1 -1
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +12 -0
- package/controller/lib/index.js +17 -11
- package/controller/lib/index.js.map +1 -1
- package/controller/package.json +2 -2
- package/lib/main.js +8 -4
- package/lib/main.js.map +1 -1
- package/module/configure.js +4 -3
- package/module/controller.js +18734 -16884
- package/module/element.js +13 -13
- package/module/manifest.json +1 -1
- package/module/print.js +13 -13
- package/package.json +3 -3
package/module/configure.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.18.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.18.2/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@4.12.0/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) {
|
|
@@ -16337,7 +16337,7 @@ const require$$16 = _dll_pie_lib__pie_toolbox_config_ui;
|
|
|
16337
16337
|
},
|
|
16338
16338
|
flexContainer: {
|
|
16339
16339
|
display: 'flex',
|
|
16340
|
-
alignItems: '
|
|
16340
|
+
alignItems: 'center'
|
|
16341
16341
|
},
|
|
16342
16342
|
responseHeader: {
|
|
16343
16343
|
marginTop: theme.spacing.unit * 3,
|
|
@@ -16608,7 +16608,8 @@ const require$$16 = _dll_pie_lib__pie_toolbox_config_ui;
|
|
|
16608
16608
|
}, promptError)), _react["default"].createElement("div", {
|
|
16609
16609
|
className: classes.flexContainer
|
|
16610
16610
|
}, _react["default"].createElement(_Typography["default"], {
|
|
16611
|
-
className: classes.text
|
|
16611
|
+
className: classes.text,
|
|
16612
|
+
component: "div"
|
|
16612
16613
|
}, "Define Template, Choices, and Correct Responses"), _react["default"].createElement(_Tooltip["default"], {
|
|
16613
16614
|
classes: {
|
|
16614
16615
|
tooltip: classes.tooltip
|