@doenet/doenetml-iframe 0.7.0-rc-1 → 0.7.0-rc-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/index.js +9 -7
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -26683,12 +26683,14 @@ class Parse {
|
|
|
26683
26683
|
}
|
|
26684
26684
|
}
|
|
26685
26685
|
}
|
|
26686
|
-
if (newStacks.length > 12)
|
|
26686
|
+
if (newStacks.length > 12) {
|
|
26687
|
+
newStacks.sort((a, b) => b.score - a.score);
|
|
26687
26688
|
newStacks.splice(
|
|
26688
26689
|
12,
|
|
26689
26690
|
newStacks.length - 12
|
|
26690
26691
|
/* Rec.MaxStackCount */
|
|
26691
26692
|
);
|
|
26693
|
+
}
|
|
26692
26694
|
}
|
|
26693
26695
|
this.minStackPos = newStacks[0].pos;
|
|
26694
26696
|
for (let i = 1; i < newStacks.length; i++)
|
|
@@ -43514,12 +43516,12 @@ function requireReactDomClient_production() {
|
|
|
43514
43516
|
}
|
|
43515
43517
|
};
|
|
43516
43518
|
var isomorphicReactPackageVersion$jscomp$inline_1840 = React.version;
|
|
43517
|
-
if ("19.2.
|
|
43519
|
+
if ("19.2.3" !== isomorphicReactPackageVersion$jscomp$inline_1840)
|
|
43518
43520
|
throw Error(
|
|
43519
43521
|
formatProdErrorMessage(
|
|
43520
43522
|
527,
|
|
43521
43523
|
isomorphicReactPackageVersion$jscomp$inline_1840,
|
|
43522
|
-
"19.2.
|
|
43524
|
+
"19.2.3"
|
|
43523
43525
|
)
|
|
43524
43526
|
);
|
|
43525
43527
|
ReactDOMSharedInternals.findDOMNode = function(componentOrElement) {
|
|
@@ -43537,10 +43539,10 @@ function requireReactDomClient_production() {
|
|
|
43537
43539
|
};
|
|
43538
43540
|
var internals$jscomp$inline_2347 = {
|
|
43539
43541
|
bundleType: 0,
|
|
43540
|
-
version: "19.2.
|
|
43542
|
+
version: "19.2.3",
|
|
43541
43543
|
rendererPackageName: "react-dom",
|
|
43542
43544
|
currentDispatcherRef: ReactSharedInternals,
|
|
43543
|
-
reconcilerVersion: "19.2.
|
|
43545
|
+
reconcilerVersion: "19.2.3"
|
|
43544
43546
|
};
|
|
43545
43547
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
43546
43548
|
var hook$jscomp$inline_2348 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -43607,7 +43609,7 @@ function requireReactDomClient_production() {
|
|
|
43607
43609
|
listenToAllSupportedEvents(container);
|
|
43608
43610
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
43609
43611
|
};
|
|
43610
|
-
reactDomClient_production.version = "19.2.
|
|
43612
|
+
reactDomClient_production.version = "19.2.3";
|
|
43611
43613
|
return reactDomClient_production;
|
|
43612
43614
|
}
|
|
43613
43615
|
var hasRequiredClient;
|
|
@@ -70742,7 +70744,7 @@ function ExternalVirtualKeyboard() {
|
|
|
70742
70744
|
}
|
|
70743
70745
|
);
|
|
70744
70746
|
}
|
|
70745
|
-
const version = "0.7.0-rc-
|
|
70747
|
+
const version = "0.7.0-rc-2";
|
|
70746
70748
|
const latestDoenetmlVersion = version;
|
|
70747
70749
|
function DoenetViewer({
|
|
70748
70750
|
doenetML,
|