@pie-element/math-templated 3.1.5-next.3 → 3.2.0
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 +17 -0
- package/configure/CHANGELOG.md +16 -0
- package/configure/lib/design.js +2 -0
- package/configure/lib/design.js.map +1 -1
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +16 -0
- package/controller/lib/index.js +2 -1
- package/controller/lib/index.js.map +1 -1
- package/controller/package.json +2 -2
- package/lib/main.js +3 -1
- package/lib/main.js.map +1 -1
- package/module/configure.js +396 -196
- package/module/controller.js +1 -0
- package/module/element.js +36683 -4740
- package/module/manifest.json +2 -2
- package/module/print.js +36679 -4736
- package/package.json +3 -3
package/module/controller.js
CHANGED
|
@@ -22974,6 +22974,7 @@ const model = (question, session, env) => {
|
|
|
22974
22974
|
view: env.mode === 'view',
|
|
22975
22975
|
correctness,
|
|
22976
22976
|
env,
|
|
22977
|
+
extraCSSRules: normalizedQuestion.extraCSSRules,
|
|
22977
22978
|
};
|
|
22978
22979
|
|
|
22979
22980
|
const { answers = {} } = session || {};
|