@doenet/doenetml-iframe 0.7.24-dev.477 → 0.7.24-dev.480

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/index.js CHANGED
@@ -38159,7 +38159,13 @@ const DEPRECATION_REGISTRY = {
38159
38159
  "isLatex",
38160
38160
  "anchor",
38161
38161
  "positionFromAnchor"
38162
- ])
38162
+ ]),
38163
+ // `align` was the only mode an ODE system could ever be rendered in:
38164
+ // its LaTeX carries `&` alignment markers and its own `\tag`/`\notag`
38165
+ // (equation numbering is controlled by `number`), none of which are
38166
+ // legal in the delimiters the other modes of the math renderer supply.
38167
+ // The mode is now fixed by the component, so the attribute is dropped.
38168
+ odeSystem: ignoredAttributes("odeSystem", ["renderMode"])
38163
38169
  },
38164
38170
  attributeValueRenames: {
38165
38171
  // The label sits beside the input in DOM order, which mirrors with the
@@ -68518,7 +68524,7 @@ function ExternalVirtualKeyboard({
68518
68524
  }
68519
68525
  );
68520
68526
  }
68521
- const version = "0.7.24-dev.477";
68527
+ const version = "0.7.24-dev.480";
68522
68528
  const latestDoenetmlVersion = version;
68523
68529
  function subscribeToPinnedTheme() {
68524
68530
  return () => {