@doenet/doenetml-iframe 0.7.0-alpha52 → 0.7.0-alpha54
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 +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -23432,7 +23432,7 @@ function createHtmlForDoenetEditor(id2, doenetML, width, doenetEditorProps, stan
|
|
|
23432
23432
|
<script type="module" src="${standaloneUrl}"><\/script>
|
|
23433
23433
|
<link rel="stylesheet" href="${cssUrl}">
|
|
23434
23434
|
</head>
|
|
23435
|
-
<body style="margin:0
|
|
23435
|
+
<body style="margin:0; background-color:white">
|
|
23436
23436
|
<script type="module">
|
|
23437
23437
|
const editorId = "${id2}";
|
|
23438
23438
|
const doenetEditorProps = ${JSON.stringify(augmentedProps)};
|
|
@@ -46449,7 +46449,7 @@ function ExternalVirtualKeyboard() {
|
|
|
46449
46449
|
}
|
|
46450
46450
|
);
|
|
46451
46451
|
}
|
|
46452
|
-
const version = "0.7.0-
|
|
46452
|
+
const version = "0.7.0-alpha54";
|
|
46453
46453
|
const latestDoenetmlVersion = version;
|
|
46454
46454
|
function DoenetViewer({
|
|
46455
46455
|
doenetML,
|