@doenet/v06-to-v07 0.7.23-dev.472 → 0.7.23-dev.475
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-BFqezOw-.js → index-B6XSSTr-.js} +5 -2
- package/{index-BFqezOw-.js.map → index-B6XSSTr-.js.map} +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/{sha256-DT5xJ2Hv-ClLeQMNm-B3MTJdH6.js → sha256-DT5xJ2Hv-DF9EMVpM-Co0rpFKO.js} +2 -2
- package/{sha256-DT5xJ2Hv-ClLeQMNm-B3MTJdH6.js.map → sha256-DT5xJ2Hv-DF9EMVpM-Co0rpFKO.js.map} +1 -1
|
@@ -45851,7 +45851,7 @@ async function cidFromArrayBuffer(data) {
|
|
|
45851
45851
|
await crypto.subtle.digest("SHA-256", new Uint8Array());
|
|
45852
45852
|
digest = (data2) => crypto.subtle.digest("SHA-256", data2);
|
|
45853
45853
|
} catch (e22) {
|
|
45854
|
-
const sha256 = (await import("./sha256-DT5xJ2Hv-
|
|
45854
|
+
const sha256 = (await import("./sha256-DT5xJ2Hv-DF9EMVpM-Co0rpFKO.js").then((n2) => n2.s)).default;
|
|
45855
45855
|
digest = (data2) => sha256(data2, {
|
|
45856
45856
|
asBytes: true
|
|
45857
45857
|
});
|
|
@@ -161717,6 +161717,9 @@ class Markers extends BaseComponent {
|
|
|
161717
161717
|
}
|
|
161718
161718
|
class Pegboard extends GraphicalComponent {
|
|
161719
161719
|
static componentType = "pegboard";
|
|
161720
|
+
// A pegboard fills the whole visible region, so there is nowhere for a
|
|
161721
|
+
// label to sit beside it and the renderer draws none.
|
|
161722
|
+
static includeLabels = false;
|
|
161720
161723
|
static componentDocs = {
|
|
161721
161724
|
summary: "Renders a grid of pegs on a graph"
|
|
161722
161725
|
};
|
|
@@ -237189,4 +237192,4 @@ export {
|
|
|
237189
237192
|
getDefaultExportFromCjs$1 as g,
|
|
237190
237193
|
updateSyntaxFromV06toV07 as u
|
|
237191
237194
|
};
|
|
237192
|
-
//# sourceMappingURL=index-
|
|
237195
|
+
//# sourceMappingURL=index-B6XSSTr-.js.map
|