@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.
- package/{index-C0V9XMN-.js → index-1Qvh96-8.js} +6 -6
- package/{index-C0V9XMN-.js.map → index-1Qvh96-8.js.map} +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/{sha256-C0vj3HDn-CHRxYe9s-Dt6aucUZ.js → sha256-C0vj3HDn-DY9PhZwh-DuCkfPJI.js} +2 -2
- package/{sha256-C0vj3HDn-CHRxYe9s-Dt6aucUZ.js.map → sha256-C0vj3HDn-DY9PhZwh-DuCkfPJI.js.map} +1 -1
|
@@ -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-
|
|
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:
|
|
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:
|
|
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-
|
|
229531
|
+
//# sourceMappingURL=index-1Qvh96-8.js.map
|