@doenet/doenetml-iframe 0.7.21-dev.362 → 0.7.21-dev.364
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/README.md +3 -2
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -197,8 +197,9 @@ differ — a Spanish-speaking student may work a French physics problem.
|
|
|
197
197
|
`documentLocale`, so a fully Spanish activity is fully Spanish without the
|
|
198
198
|
host configuring anything.
|
|
199
199
|
- `localeResources` — FTL message catalogs keyed by locale, for locales other
|
|
200
|
-
than
|
|
201
|
-
|
|
200
|
+
than the bundled ones. English and Spanish are bundled, so a host needing
|
|
201
|
+
only those passes nothing; a catalog supplied here wins over a bundled one
|
|
202
|
+
for the same locale, which is how a deployment corrects a translation.
|
|
202
203
|
|
|
203
204
|
When a language is declared — by either route — the rendered container carries
|
|
204
205
|
a matching `lang` attribute, so screen readers pronounce the content with the
|
package/index.js
CHANGED
|
@@ -65543,7 +65543,7 @@ function ExternalVirtualKeyboard({
|
|
|
65543
65543
|
}
|
|
65544
65544
|
);
|
|
65545
65545
|
}
|
|
65546
|
-
const version = "0.7.21-dev.
|
|
65546
|
+
const version = "0.7.21-dev.364";
|
|
65547
65547
|
const latestDoenetmlVersion = version;
|
|
65548
65548
|
function subscribeToPinnedTheme() {
|
|
65549
65549
|
return () => {
|