@doenet/v06-to-v07 0.7.20-dev.337 → 0.7.20-dev.338

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-CHRxYe9s-Dt6aucUZ.js").then((n2) => n2.s)).default;
40966
+ const sha256 = (await import("./sha256-C0vj3HDn-DY9PhZwh-DuCkfPJI.js").then((n2) => n2.s)).default;
40967
40967
  digest = (data2) => sha256(data2, {
40968
40968
  asBytes: true
40969
40969
  });
@@ -73985,10 +73985,10 @@ class Label extends InlineComponent {
73985
73985
  forRenderer: true
73986
73986
  };
73987
73987
  attributes.maskLabel = {
73988
- description: "Whether to give the label an opaque background so it stays legible when it overlaps an axis, grid line, or another object.",
73988
+ description: "Whether to give the label an opaque background so it stays legible when it overlaps an axis, grid line, or another object. Set to false to restore a transparent label background.",
73989
73989
  createComponentOfType: "boolean",
73990
73990
  createStateVariable: "maskLabel",
73991
- defaultValue: false,
73991
+ defaultValue: true,
73992
73992
  public: true,
73993
73993
  forRenderer: true
73994
73994
  };
@@ -82577,10 +82577,10 @@ class GraphicalComponent extends BaseComponent {
82577
82577
  attributes.maskLabel = {
82578
82578
  createComponentOfType: "boolean",
82579
82579
  createStateVariable: "maskLabel",
82580
- defaultValue: false,
82580
+ defaultValue: true,
82581
82581
  public: true,
82582
82582
  forRenderer: true,
82583
- description: "Whether to give the label an opaque background so it stays legible when it overlaps an axis, grid line, or another object."
82583
+ description: "Whether to give the label an opaque background so it stays legible when it overlaps an axis, grid line, or another object. Set to false to restore a transparent label background."
82584
82584
  };
82585
82585
  attributes.layer = {
82586
82586
  createComponentOfType: "integer",
@@ -229528,4 +229528,4 @@ export {
229528
229528
  getDefaultExportFromCjs as g,
229529
229529
  updateSyntaxFromV06toV07 as u
229530
229530
  };
229531
- //# sourceMappingURL=index-C0V9XMN-.js.map
229531
+ //# sourceMappingURL=index-1Qvh96-8.js.map