@doenet/v06-to-v07 0.7.20-dev.334 → 0.7.20-dev.336

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.
@@ -40963,7 +40963,7 @@ async function cidFromArrayBuffer(data) {
40963
40963
  await crypto.subtle.digest("SHA-256", new Uint8Array());
40964
40964
  digest = (data2) => crypto.subtle.digest("SHA-256", data2);
40965
40965
  } catch (e22) {
40966
- const sha256 = (await import("./sha256-C0vj3HDn-DacUQVtr-D-tXNUow.js").then((n2) => n2.s)).default;
40966
+ const sha256 = (await import("./sha256-C0vj3HDn-DY9PhZwh-BHC67PoE.js").then((n2) => n2.s)).default;
40967
40967
  digest = (data2) => sha256(data2, {
40968
40968
  asBytes: true
40969
40969
  });
@@ -91214,6 +91214,25 @@ class SectioningComponent extends BlockComponent {
91214
91214
  };
91215
91215
  }
91216
91216
  };
91217
+ stateVariableDefinitions.useListItemGridLayout = {
91218
+ forRenderer: true,
91219
+ returnDependencies: () => ({
91220
+ nonBoxedListItemWithoutTitle: {
91221
+ dependencyType: "stateVariable",
91222
+ variableName: "nonBoxedListItemWithoutTitle"
91223
+ },
91224
+ firstVisibleChild: {
91225
+ dependencyType: "stateVariable",
91226
+ variableName: "firstVisibleChild"
91227
+ }
91228
+ }),
91229
+ definition({ dependencyValues }) {
91230
+ const useListItemGridLayout = Boolean(
91231
+ dependencyValues.nonBoxedListItemWithoutTitle && dependencyValues.firstVisibleChild != null
91232
+ );
91233
+ return { setValue: { useListItemGridLayout } };
91234
+ }
91235
+ };
91217
91236
  stateVariableDefinitions.firstChildListItemAlignment = {
91218
91237
  stateVariablesDeterminingDependencies: ["firstVisibleChild"],
91219
91238
  forRenderer: true,
@@ -229509,4 +229528,4 @@ export {
229509
229528
  getDefaultExportFromCjs as g,
229510
229529
  updateSyntaxFromV06toV07 as u
229511
229530
  };
229512
- //# sourceMappingURL=index-qPpE2bSo.js.map
229531
+ //# sourceMappingURL=index-BBLx4yjr.js.map