@doenet/v06-to-v07 0.7.24-dev.480 → 0.7.24-dev.482
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-CoQ1l7jN.js → index-DlfTZGFl.js} +3 -7
- package/{index-CoQ1l7jN.js.map → index-DlfTZGFl.js.map} +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/{sha256-DT5xJ2Hv-COfUNpbs-D3zfFexD.js → sha256-DT5xJ2Hv-BPQuorEo-lKjpPVin.js} +2 -2
- package/{sha256-DT5xJ2Hv-COfUNpbs-D3zfFexD.js.map → sha256-DT5xJ2Hv-BPQuorEo-lKjpPVin.js.map} +1 -1
|
@@ -45857,7 +45857,7 @@ async function cidFromArrayBuffer(data) {
|
|
|
45857
45857
|
await crypto.subtle.digest("SHA-256", new Uint8Array());
|
|
45858
45858
|
digest = (data2) => crypto.subtle.digest("SHA-256", data2);
|
|
45859
45859
|
} catch (e22) {
|
|
45860
|
-
const sha256 = (await import("./sha256-DT5xJ2Hv-
|
|
45860
|
+
const sha256 = (await import("./sha256-DT5xJ2Hv-BPQuorEo-lKjpPVin.js").then((n2) => n2.s)).default;
|
|
45861
45861
|
digest = (data2) => sha256(data2, {
|
|
45862
45862
|
asBytes: true
|
|
45863
45863
|
});
|
|
@@ -97417,10 +97417,6 @@ class SectioningComponent extends BlockComponent {
|
|
|
97417
97417
|
dependencyType: "stateVariable",
|
|
97418
97418
|
variableName: "childIndicesToRender"
|
|
97419
97419
|
},
|
|
97420
|
-
hideChildren: {
|
|
97421
|
-
dependencyType: "stateVariable",
|
|
97422
|
-
variableName: "hideChildren"
|
|
97423
|
-
},
|
|
97424
97420
|
childrenToHide: {
|
|
97425
97421
|
dependencyType: "stateVariable",
|
|
97426
97422
|
variableName: "childrenToHide"
|
|
@@ -97429,7 +97425,7 @@ class SectioningComponent extends BlockComponent {
|
|
|
97429
97425
|
},
|
|
97430
97426
|
definition({ dependencyValues, componentInfoObjects: componentInfoObjects2 }) {
|
|
97431
97427
|
let firstVisibleChild = null;
|
|
97432
|
-
if (dependencyValues.childIndicesToRender
|
|
97428
|
+
if (dependencyValues.childIndicesToRender) {
|
|
97433
97429
|
for (const ind of dependencyValues.childIndicesToRender) {
|
|
97434
97430
|
const child = dependencyValues.allChildren[ind];
|
|
97435
97431
|
if (!dependencyValues.childrenToHide.includes(
|
|
@@ -237290,4 +237286,4 @@ export {
|
|
|
237290
237286
|
getDefaultExportFromCjs$1 as g,
|
|
237291
237287
|
updateSyntaxFromV06toV07 as u
|
|
237292
237288
|
};
|
|
237293
|
-
//# sourceMappingURL=index-
|
|
237289
|
+
//# sourceMappingURL=index-DlfTZGFl.js.map
|