@doenet/doenetml-iframe 0.7.0-alpha51 → 0.7.0-alpha52
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 +6 -6
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -42480,12 +42480,12 @@ function requireReactDomClient_production() {
|
|
|
42480
42480
|
}
|
|
42481
42481
|
};
|
|
42482
42482
|
var isomorphicReactPackageVersion$jscomp$inline_1785 = React.version;
|
|
42483
|
-
if ("19.1.
|
|
42483
|
+
if ("19.1.1" !== isomorphicReactPackageVersion$jscomp$inline_1785)
|
|
42484
42484
|
throw Error(
|
|
42485
42485
|
formatProdErrorMessage(
|
|
42486
42486
|
527,
|
|
42487
42487
|
isomorphicReactPackageVersion$jscomp$inline_1785,
|
|
42488
|
-
"19.1.
|
|
42488
|
+
"19.1.1"
|
|
42489
42489
|
)
|
|
42490
42490
|
);
|
|
42491
42491
|
ReactDOMSharedInternals.findDOMNode = function(componentOrElement) {
|
|
@@ -42503,10 +42503,10 @@ function requireReactDomClient_production() {
|
|
|
42503
42503
|
};
|
|
42504
42504
|
var internals$jscomp$inline_2256 = {
|
|
42505
42505
|
bundleType: 0,
|
|
42506
|
-
version: "19.1.
|
|
42506
|
+
version: "19.1.1",
|
|
42507
42507
|
rendererPackageName: "react-dom",
|
|
42508
42508
|
currentDispatcherRef: ReactSharedInternals,
|
|
42509
|
-
reconcilerVersion: "19.1.
|
|
42509
|
+
reconcilerVersion: "19.1.1"
|
|
42510
42510
|
};
|
|
42511
42511
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
42512
42512
|
var hook$jscomp$inline_2257 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -42573,7 +42573,7 @@ function requireReactDomClient_production() {
|
|
|
42573
42573
|
listenToAllSupportedEvents(container);
|
|
42574
42574
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
42575
42575
|
};
|
|
42576
|
-
reactDomClient_production.version = "19.1.
|
|
42576
|
+
reactDomClient_production.version = "19.1.1";
|
|
42577
42577
|
return reactDomClient_production;
|
|
42578
42578
|
}
|
|
42579
42579
|
var hasRequiredClient;
|
|
@@ -46449,7 +46449,7 @@ function ExternalVirtualKeyboard() {
|
|
|
46449
46449
|
}
|
|
46450
46450
|
);
|
|
46451
46451
|
}
|
|
46452
|
-
const version = "0.7.0-
|
|
46452
|
+
const version = "0.7.0-alpha52";
|
|
46453
46453
|
const latestDoenetmlVersion = version;
|
|
46454
46454
|
function DoenetViewer({
|
|
46455
46455
|
doenetML,
|