@pie-element/complex-rubric 2.19.7-next.1 → 2.19.7-next.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/module/element.js CHANGED
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.26.1/module/index.js";
2
- import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.28.1/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.0/module/index.js";
2
+ import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.0/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) {
@@ -65379,90 +65379,6 @@ responseIndicators.NothingSubmitted = NothingSubmitted;
65379
65379
  var collapsible = {};
65380
65380
  var mathRenderingAccessible = {};
65381
65381
  var renderMath$1 = {};
65382
- var mathjaxScript = {};
65383
- Object.defineProperty(mathjaxScript, "__esModule", {
65384
- value: true
65385
- });
65386
- mathjaxScript.initializeMathJax = mathjaxScript.MathJaxVersion = void 0;
65387
- var _renderMath = renderMath$1;
65388
- var MathJaxVersion = '3.2.2';
65389
- mathjaxScript.MathJaxVersion = MathJaxVersion;
65390
- var initializeMathJax = function initializeMathJax(renderOpts) {
65391
- if (renderOpts !== null && renderOpts !== void 0 && renderOpts.useSingleDollar) {
65392
- console.warn('[math-rendering] using $ is not advisable, please use $$..$$ or \\(...\\)');
65393
- }
65394
- var texConfig = renderOpts !== null && renderOpts !== void 0 && renderOpts.useSingleDollar ? {
65395
- macros: {
65396
- parallelogram: "\\lower.2em{\\Huge\\unicode{x25B1}}",
65397
- overarc: '\\overparen',
65398
- napprox: '\\not\\approx',
65399
- longdiv: '\\enclose{longdiv}'
65400
- },
65401
- inlineMath: [['$', '$'], ['\\(', '\\)']],
65402
- processEscapes: true,
65403
- displayMath: [['$$', '$$'], ['\\[', '\\]']]
65404
- } : {
65405
- macros: {
65406
- parallelogram: "\\lower.2em{\\Huge\\unicode{x25B1}}",
65407
- overarc: '\\overparen',
65408
- napprox: '\\not\\approx',
65409
- longdiv: '\\enclose{longdiv}'
65410
- },
65411
- displayMath: [['$$', '$$'], ['\\[', '\\]']]
65412
- };
65413
- window.mathjaxLoadedP = new Promise(function (resolve) {
65414
- window.MathJax = {
65415
- startup: {
65416
- typeset: false,
65417
- ready: function ready() {
65418
- var mathjax = MathJax._.mathjax.mathjax;
65419
- var STATE = MathJax._.core.MathItem.STATE;
65420
- var Menu = MathJax._.ui.menu.Menu.Menu;
65421
- var rerender = Menu.prototype.rerender;
65422
- Menu.prototype.rerender = function () {
65423
- var _this = this;
65424
- var start = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : STATE.TYPESET;
65425
- mathjax.handleRetriesFor(function () {
65426
- return rerender.call(_this, start);
65427
- });
65428
- };
65429
- MathJax.startup.defaultReady();
65430
- var globalObj = (0, _renderMath.getGlobal)();
65431
- globalObj.instance = MathJax;
65432
- resolve();
65433
- }
65434
- },
65435
- loader: {
65436
- load: ['input/mml']
65437
- },
65438
- tex: texConfig,
65439
- chtml: {
65440
- fontURL: 'https://unpkg.com/mathjax-full@3.2.2/ts/output/chtml/fonts/tex-woff-v2',
65441
- displayAlign: 'center'
65442
- },
65443
- customKey: '@pie-lib/math-rendering-accessible@1',
65444
- options: {
65445
- enableEnrichment: true,
65446
- sre: {
65447
- speech: 'deep'
65448
- },
65449
- menuOptions: {
65450
- settings: {
65451
- assistiveMml: true,
65452
- collapsible: false,
65453
- explorer: false
65454
- }
65455
- }
65456
- }
65457
- };
65458
- var script = document.createElement('script');
65459
- script.type = 'text/javascript';
65460
- script.src = ("https://cdn.jsdelivr.net/npm/mathjax@").concat(MathJaxVersion, "/es5/tex-chtml-full.js");
65461
- script.async = true;
65462
- document.body.appendChild(script);
65463
- });
65464
- };
65465
- mathjaxScript.initializeMathJax = initializeMathJax;
65466
65382
  var normalization$1 = {};
65467
65383
  var _interopRequireDefault$2p = interopRequireDefault.exports;
65468
65384
  Object.defineProperty(normalization$1, "__esModule", {
@@ -124998,9 +124914,8 @@ getDefaultExportFromCjs(mathRendering);
124998
124914
  Object.defineProperty(exports, "__esModule", {
124999
124915
  value: true
125000
124916
  });
125001
- exports.getGlobal = exports.fixMathElements = exports.fixMathElement = exports["default"] = void 0;
124917
+ exports.initializeMathJax = exports.getGlobal = exports.fixMathElements = exports.fixMathElement = exports["default"] = exports.MathJaxVersion = void 0;
125002
124918
  var _typeof2 = _interopRequireDefault(_typeof$s.exports);
125003
- var _mathjaxScript = mathjaxScript;
125004
124919
  var _normalization = normalization$1;
125005
124920
  var mr = _interopRequireWildcard(mathRendering);
125006
124921
  var _SerializedMmlVisitor = SerializedMmlVisitor;
@@ -125048,11 +124963,13 @@ getDefaultExportFromCjs(mathRendering);
125048
124963
  return visitor.visitTree(node);
125049
124964
  };
125050
124965
  var NEWLINE_BLOCK_REGEX = /\\embed\{newLine\}\[\]/g;
125051
- var NEWLINE_LATEX = '\\newline ';
125052
- var mathRenderingKEY = '@pie-lib/math-rendering@2';
125053
- var mathRenderingAccessibleKEY = '@pie-lib/math-rendering-accessible@1';
124966
+ var NEWLINE_LATEX = "\\newline ";
124967
+ var mathRenderingKEY = "@pie-lib/math-rendering@2";
124968
+ var mathRenderingAccessibleKEY = "@pie-lib/math-rendering-accessible@1";
124969
+ var MathJaxVersion = "3.2.2";
124970
+ exports.MathJaxVersion = MathJaxVersion;
125054
124971
  var getGlobal = function getGlobal() {
125055
- if (typeof window !== 'undefined') {
124972
+ if (typeof window !== "undefined") {
125056
124973
  if (!window[mathRenderingAccessibleKEY]) {
125057
124974
  window[mathRenderingAccessibleKEY] = {};
125058
124975
  }
@@ -125062,16 +124979,13 @@ getDefaultExportFromCjs(mathRendering);
125062
124979
  }
125063
124980
  };
125064
124981
  exports.getGlobal = getGlobal;
125065
- var defaultOpts = function defaultOpts() {
125066
- return getGlobal().opts || ({});
125067
- };
125068
124982
  var fixMathElement = function fixMathElement(element) {
125069
124983
  if (element.dataset.mathHandled) {
125070
124984
  return;
125071
124985
  }
125072
- var property = 'innerText';
124986
+ var property = "innerText";
125073
124987
  if (element.textContent) {
125074
- property = 'textContent';
124988
+ property = "textContent";
125075
124989
  }
125076
124990
  if (element[property]) {
125077
124991
  element[property] = (0, _normalization.wrapMath)((0, _normalization.unWrapMath)(element[property]).unwrapped);
@@ -125082,7 +124996,7 @@ getDefaultExportFromCjs(mathRendering);
125082
124996
  exports.fixMathElement = fixMathElement;
125083
124997
  var fixMathElements = function fixMathElements() {
125084
124998
  var el = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : document;
125085
- var mathElements = el.querySelectorAll('[data-latex]');
124999
+ var mathElements = el.querySelectorAll("[data-latex]");
125086
125000
  mathElements.forEach(function (item) {
125087
125001
  return fixMathElement(item);
125088
125002
  });
@@ -125090,25 +125004,25 @@ getDefaultExportFromCjs(mathRendering);
125090
125004
  exports.fixMathElements = fixMathElements;
125091
125005
  var adjustMathMLStyle = function adjustMathMLStyle() {
125092
125006
  var el = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : document;
125093
- var nodes = el.querySelectorAll('math');
125007
+ var nodes = el.querySelectorAll("math");
125094
125008
  nodes.forEach(function (node) {
125095
- return node.setAttribute('displaystyle', 'true');
125009
+ return node.setAttribute("displaystyle", "true");
125096
125010
  });
125097
125011
  };
125098
125012
  var createPlaceholder = function createPlaceholder(element) {
125099
125013
  var _element$previousSibl;
125100
- if (!element.previousSibling || !((_element$previousSibl = element.previousSibling.classList) !== null && _element$previousSibl !== void 0 && _element$previousSibl.contains('math-placeholder'))) {
125014
+ if (!element.previousSibling || !((_element$previousSibl = element.previousSibling.classList) !== null && _element$previousSibl !== void 0 && _element$previousSibl.contains("math-placeholder"))) {
125101
125015
  var _element$parentNode;
125102
- element.dataset.originalDisplay = element.style.display || '';
125103
- element.style.display = 'none';
125104
- var placeholder = document.createElement('span');
125105
- placeholder.style.cssText = 'height: 10px; width: 50px; display: inline-block; vertical-align: middle; justify-content: center; background: #fafafa; border-radius: 4px;';
125106
- placeholder.classList.add('math-placeholder');
125016
+ element.dataset.originalDisplay = element.style.display || "";
125017
+ element.style.display = "none";
125018
+ var placeholder = document.createElement("span");
125019
+ placeholder.style.cssText = "height: 10px; width: 50px; display: inline-block; vertical-align: middle; justify-content: center; background: #fafafa; border-radius: 4px;";
125020
+ placeholder.classList.add("math-placeholder");
125107
125021
  (_element$parentNode = element.parentNode) === null || _element$parentNode === void 0 ? void 0 : _element$parentNode.insertBefore(placeholder, element);
125108
125022
  }
125109
125023
  };
125110
125024
  var removePlaceholdersAndRestoreDisplay = function removePlaceholdersAndRestoreDisplay() {
125111
- document.querySelectorAll('.math-placeholder').forEach(function (placeholder) {
125025
+ document.querySelectorAll(".math-placeholder").forEach(function (placeholder) {
125112
125026
  var _targetElement$datase;
125113
125027
  var targetElement = placeholder.nextElementSibling;
125114
125028
  if (targetElement && ((_targetElement$datase = targetElement.dataset) === null || _targetElement$datase === void 0 ? void 0 : _targetElement$datase.originalDisplay) !== undefined) {
@@ -125119,9 +125033,9 @@ getDefaultExportFromCjs(mathRendering);
125119
125033
  });
125120
125034
  };
125121
125035
  var removeExcessMjxContainers = function removeExcessMjxContainers(content) {
125122
- var elements = content.querySelectorAll('[data-latex][data-math-handled="true"]');
125036
+ var elements = content.querySelectorAll("[data-latex][data-math-handled=\"true\"]");
125123
125037
  elements.forEach(function (element) {
125124
- var mjxContainers = element.querySelectorAll('mjx-container');
125038
+ var mjxContainers = element.querySelectorAll("mjx-container");
125125
125039
  if (mjxContainers.length > 1) {
125126
125040
  for (var i = 1; i < mjxContainers.length; i++) {
125127
125041
  mjxContainers[i].parentNode.removeChild(mjxContainers[i]);
@@ -125129,28 +125043,124 @@ getDefaultExportFromCjs(mathRendering);
125129
125043
  }
125130
125044
  });
125131
125045
  };
125132
- var getMathJaxCustomKey = function getMathJaxCustomKey() {
125133
- var _window, _window$MathJax, _window2, _window2$MathJax, _window2$MathJax$conf;
125134
- return ((_window = window) === null || _window === void 0 ? void 0 : (_window$MathJax = _window.MathJax) === null || _window$MathJax === void 0 ? void 0 : _window$MathJax.customKey) || ((_window2 = window) === null || _window2 === void 0 ? void 0 : (_window2$MathJax = _window2.MathJax) === null || _window2$MathJax === void 0 ? void 0 : (_window2$MathJax$conf = _window2$MathJax.config) === null || _window2$MathJax$conf === void 0 ? void 0 : _window2$MathJax$conf.customKey);
125046
+ var renderContentWithMathJax = function renderContentWithMathJax(executeOn) {
125047
+ executeOn = executeOn || document.body;
125048
+ fixMathElements(executeOn);
125049
+ adjustMathMLStyle(executeOn);
125050
+ var mathJaxInstance = getGlobal().instance;
125051
+ if (mathJaxInstance) {
125052
+ mathJaxInstance.texReset();
125053
+ mathJaxInstance.typesetClear();
125054
+ mathJaxInstance.typesetPromise([executeOn]).then(function () {
125055
+ try {
125056
+ removeExcessMjxContainers(executeOn);
125057
+ var updatedDocument = mathJaxInstance.startup.document;
125058
+ var list = updatedDocument.math.list;
125059
+ for (var item = list.next; (0, _typeof2["default"])(item.data) !== 'symbol'; item = item.next) {
125060
+ var mathMl = toMMl(item.data.root);
125061
+ var parsedMathMl = mathMl.replaceAll("\n", "");
125062
+ item.data.typesetRoot.setAttribute("data-mathml", parsedMathMl);
125063
+ }
125064
+ } catch (e) {
125065
+ console.error("Error post-processing MathJax typesetting:", e.toString());
125066
+ }
125067
+ mathJaxInstance.startup.document.clear();
125068
+ })["catch"](function (error) {
125069
+ console.error("Error in typesetting with MathJax:", error);
125070
+ });
125071
+ }
125072
+ };
125073
+ var initializeMathJax = function initializeMathJax(callback) {
125074
+ var texConfig = {
125075
+ macros: {
125076
+ parallelogram: "\\lower.2em{\\Huge\\unicode{x25B1}}",
125077
+ overarc: "\\overparen",
125078
+ napprox: "\\not\\approx",
125079
+ longdiv: "\\enclose{longdiv}"
125080
+ },
125081
+ displayMath: [["$$", "$$"], ["\\[", "\\]"]]
125082
+ };
125083
+ window.mathjaxLoadedP = new Promise(function (resolve) {
125084
+ window.MathJax = {
125085
+ startup: {
125086
+ typeset: false,
125087
+ ready: function ready() {
125088
+ var mathjax = MathJax._.mathjax.mathjax;
125089
+ var STATE = MathJax._.core.MathItem.STATE;
125090
+ var Menu = MathJax._.ui.menu.Menu.Menu;
125091
+ var rerender = Menu.prototype.rerender;
125092
+ Menu.prototype.rerender = function () {
125093
+ var _this = this;
125094
+ var start = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : STATE.TYPESET;
125095
+ mathjax.handleRetriesFor(function () {
125096
+ return rerender.call(_this, start);
125097
+ });
125098
+ };
125099
+ MathJax.startup.defaultReady();
125100
+ var globalObj = getGlobal();
125101
+ globalObj.instance = MathJax;
125102
+ window.mathjaxLoadedComplete = true;
125103
+ console.log("MathJax has initialised!", new Date().toString());
125104
+ if (callback) {
125105
+ callback();
125106
+ }
125107
+ resolve();
125108
+ }
125109
+ },
125110
+ loader: {
125111
+ load: ["input/mml"],
125112
+ preLoad: function preLoad() {}
125113
+ },
125114
+ tex: texConfig,
125115
+ chtml: {
125116
+ fontURL: "https://unpkg.com/mathjax-full@3.2.2/ts/output/chtml/fonts/tex-woff-v2",
125117
+ displayAlign: "center"
125118
+ },
125119
+ customKey: "@pie-lib/math-rendering-accessible@1",
125120
+ options: {
125121
+ enableEnrichment: true,
125122
+ sre: {
125123
+ speech: "deep"
125124
+ },
125125
+ menuOptions: {
125126
+ settings: {
125127
+ assistiveMml: true,
125128
+ collapsible: false,
125129
+ explorer: false
125130
+ }
125131
+ }
125132
+ }
125133
+ };
125134
+ var script = document.createElement("script");
125135
+ script.type = "text/javascript";
125136
+ script.src = ("https://cdn.jsdelivr.net/npm/mathjax@").concat(MathJaxVersion, "/es5/tex-chtml-full.js");
125137
+ script.async = true;
125138
+ document.body.appendChild(script);
125139
+ });
125135
125140
  };
125141
+ exports.initializeMathJax = initializeMathJax;
125136
125142
  var renderMath = function renderMath(el, renderOpts) {
125137
- var isString = typeof el === 'string';
125143
+ var usedForMmlOutput = typeof el === "string";
125138
125144
  var executeOn = document.body;
125139
- if (isString) {
125140
- var div = document.createElement('div');
125141
- div.innerHTML = el;
125142
- executeOn = div;
125145
+ if (window.hasOwnProperty(mathRenderingKEY) && window[mathRenderingKEY].instance) {
125146
+ return mr.renderMath(el, renderOpts);
125143
125147
  }
125144
- var _ref = renderOpts || ({}), skipWaitForMathRenderingLib = _ref.skipWaitForMathRenderingLib;
125145
- var renderMathAccessible = function renderMathAccessible() {
125146
- fixMathElements(executeOn);
125147
- adjustMathMLStyle(executeOn);
125148
- var mathJaxCustomKey = getMathJaxCustomKey();
125149
- if ((!window.MathJax || window.MathJax.version !== _mathjaxScript.MathJaxVersion) && !window.mathjaxLoadedP || mathJaxCustomKey && mathJaxCustomKey !== mathRenderingAccessibleKEY) {
125150
- renderOpts = renderOpts || defaultOpts();
125151
- (0, _mathjaxScript.initializeMathJax)(renderOpts);
125148
+ if (!usedForMmlOutput) {
125149
+ if (window.mathjaxLoadedComplete) {
125150
+ renderContentWithMathJax(el);
125151
+ } else if (window.mathjaxLoadedP) {
125152
+ window.mathjaxLoadedP.then(function () {
125153
+ window.mathjaxLoadedComplete = true;
125154
+ renderContentWithMathJax(el);
125155
+ })["catch"](function (error) {
125156
+ return console.error("Error in initializing MathJax:", error);
125157
+ });
125152
125158
  }
125153
- if (isString && window.MathJax && window.mathjaxLoadedP) {
125159
+ } else {
125160
+ if (window.MathJax && window.mathjaxLoadedP) {
125161
+ var div = document.createElement("div");
125162
+ div.innerHTML = el;
125163
+ executeOn = div;
125154
125164
  try {
125155
125165
  MathJax.texReset();
125156
125166
  MathJax.typesetClear();
@@ -125159,76 +125169,38 @@ getDefaultExportFromCjs(mathRendering);
125159
125169
  var list = updatedDocument.math.list;
125160
125170
  var item = list.next;
125161
125171
  var mathMl = toMMl(item.data.root);
125162
- var parsedMathMl = mathMl.replaceAll('\n', '');
125172
+ var parsedMathMl = mathMl.replaceAll("\n", "");
125163
125173
  return parsedMathMl;
125164
125174
  } catch (error) {
125165
- console.error('Error rendering math:', error.message);
125175
+ console.error("Error rendering math:", error.message);
125166
125176
  }
125167
125177
  return el;
125168
125178
  }
125169
- if (window.mathjaxLoadedP) {
125170
- window.mathjaxLoadedP.then(function () {
125171
- var mathJaxInstance = getGlobal().instance;
125172
- if (mathJaxInstance) {
125173
- mathJaxInstance.texReset();
125174
- mathJaxInstance.typesetClear();
125175
- mathJaxInstance.typesetPromise([executeOn]).then(function () {
125176
- try {
125177
- removeExcessMjxContainers(executeOn);
125178
- removePlaceholdersAndRestoreDisplay();
125179
- var _updatedDocument = mathJaxInstance.startup.document;
125180
- var _list = _updatedDocument.math.list;
125181
- for (var _item = _list.next; (0, _typeof2["default"])(_item.data) !== 'symbol'; _item = _item.next) {
125182
- var _mathMl = toMMl(_item.data.root);
125183
- var _parsedMathMl = _mathMl.replaceAll('\n', '');
125184
- _item.data.typesetRoot.setAttribute('data-mathml', _parsedMathMl);
125185
- }
125186
- } catch (e) {
125187
- console.error('Error post-processing MathJax typesetting:', e.toString());
125188
- }
125189
- mathJaxInstance.startup.document.clear();
125190
- })["catch"](function (error) {
125191
- console.error('Error in typesetting with MathJax:', error);
125192
- });
125193
- }
125194
- })["catch"](function (error) {
125195
- console.error('Error in initializing MathJax:', error);
125196
- });
125197
- }
125198
- };
125199
- if (skipWaitForMathRenderingLib) {
125200
- return renderMathAccessible();
125201
- } else {
125202
- if (window.hasOwnProperty(mathRenderingKEY) && window[mathRenderingKEY].instance) {
125203
- removePlaceholdersAndRestoreDisplay();
125204
- return mr.renderMath(executeOn, renderOpts);
125205
- }
125206
- if (window.hasOwnProperty(mathRenderingAccessibleKEY) && window[mathRenderingAccessibleKEY].instance) {
125207
- return renderMathAccessible();
125208
- }
125209
- var waitForMathRenderingLib = function waitForMathRenderingLib(renderMathAccessibleCallback) {
125210
- var mathElements = executeOn.querySelectorAll('[data-latex]');
125211
- mathElements.forEach(createPlaceholder);
125212
- var checkIntervalId;
125213
- var maxWaitTime = 500;
125214
- var startTime = Date.now();
125215
- var checkForLib = function checkForLib() {
125216
- var mathRenderingHasLoaded = window.hasOwnProperty(mathRenderingKEY) && window[mathRenderingKEY].instance;
125217
- var hasExceededMaxWait = Date.now() - startTime > maxWaitTime;
125218
- if (mathRenderingHasLoaded || hasExceededMaxWait) {
125219
- clearInterval(checkIntervalId);
125220
- if (mathRenderingHasLoaded) {
125221
- removePlaceholdersAndRestoreDisplay();
125222
- return mr.renderMath(executeOn, renderOpts);
125223
- }
125224
- renderMathAccessibleCallback();
125225
- }
125226
- };
125227
- checkIntervalId = setInterval(checkForLib, 100);
125228
- };
125229
- waitForMathRenderingLib(renderMathAccessible);
125179
+ return el;
125230
125180
  }
125231
125181
  };
125182
+ (function () {
125183
+ if (window.checkIntervalId) {
125184
+ return;
125185
+ }
125186
+ window.checkIntervalId = undefined;
125187
+ var maxWaitTime = 5000;
125188
+ var startTime = Date.now();
125189
+ var checkForLib = function checkForLib() {
125190
+ var mathElements = document.body.querySelectorAll("[data-latex]");
125191
+ mathElements.forEach(createPlaceholder);
125192
+ var mathRenderingHasLoaded = window.hasOwnProperty(mathRenderingKEY) && window[mathRenderingKEY].instance;
125193
+ var hasExceededMaxWait = Date.now() - startTime > maxWaitTime;
125194
+ if (mathRenderingHasLoaded || hasExceededMaxWait) {
125195
+ clearInterval(window.checkIntervalId);
125196
+ removePlaceholdersAndRestoreDisplay();
125197
+ }
125198
+ if (hasExceededMaxWait) {
125199
+ initializeMathJax(renderContentWithMathJax);
125200
+ }
125201
+ };
125202
+ window.checkIntervalId = setInterval(checkForLib, 50);
125203
+ })();
125232
125204
  var _default = renderMath;
125233
125205
  exports["default"] = _default;
125234
125206
  })(renderMath$1);
@@ -4,11 +4,11 @@
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "1.26.1"
7
+ "version": "2.0.0"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
11
- "version": "4.28.1"
11
+ "version": "5.0.0"
12
12
  }
13
13
  ]
14
14
  }