@doenet/v06-to-v07 0.7.25-dev.508 → 0.7.25-dev.509
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-CMPbxYVh.js → index-Ct1MBqIK.js} +6 -2
- package/{index-CMPbxYVh.js.map → index-Ct1MBqIK.js.map} +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/{sha256-DT5xJ2Hv-D_5GEHZV-BnEAFVHR.js → sha256-DT5xJ2Hv-DfRYKmeN-UtPyiAdt.js} +2 -2
- package/{sha256-DT5xJ2Hv-D_5GEHZV-BnEAFVHR.js.map → sha256-DT5xJ2Hv-DfRYKmeN-UtPyiAdt.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-DfRYKmeN-UtPyiAdt.js").then((n2) => n2.s)).default;
|
|
45861
45861
|
digest = (data2) => sha256(data2, {
|
|
45862
45862
|
asBytes: true
|
|
45863
45863
|
});
|
|
@@ -226646,6 +226646,7 @@ class Legend extends GraphicalComponent {
|
|
|
226646
226646
|
swatchType: "marker",
|
|
226647
226647
|
markerStyle: selectedStyle.markerStyle,
|
|
226648
226648
|
markerColor: selectedStyle.markerColor,
|
|
226649
|
+
markerColorDarkMode: selectedStyle.markerColorDarkMode,
|
|
226649
226650
|
markerSize: selectedStyle.markerSize,
|
|
226650
226651
|
lineOpacity: selectedStyle.lineOpacity,
|
|
226651
226652
|
label: label.labelInfo
|
|
@@ -226656,9 +226657,11 @@ class Legend extends GraphicalComponent {
|
|
|
226656
226657
|
swatchType: "rectangle",
|
|
226657
226658
|
lineStyle: selectedStyle.lineStyle,
|
|
226658
226659
|
lineColor: selectedStyle.lineColor,
|
|
226660
|
+
lineColorDarkMode: selectedStyle.lineColorDarkMode,
|
|
226659
226661
|
lineWidth: selectedStyle.lineWidth,
|
|
226660
226662
|
lineOpacity: selectedStyle.lineOpacity,
|
|
226661
226663
|
fillColor: selectedStyle.fillColor,
|
|
226664
|
+
fillColorDarkMode: selectedStyle.fillColorDarkMode,
|
|
226662
226665
|
filled: componentForLabel.stateValues.filled,
|
|
226663
226666
|
fillOpacity: selectedStyle.fillOpacity,
|
|
226664
226667
|
label: label.labelInfo
|
|
@@ -226669,6 +226672,7 @@ class Legend extends GraphicalComponent {
|
|
|
226669
226672
|
swatchType: "line",
|
|
226670
226673
|
lineStyle: selectedStyle.lineStyle,
|
|
226671
226674
|
lineColor: selectedStyle.lineColor,
|
|
226675
|
+
lineColorDarkMode: selectedStyle.lineColorDarkMode,
|
|
226672
226676
|
lineWidth: selectedStyle.lineWidth,
|
|
226673
226677
|
lineOpacity: selectedStyle.lineOpacity,
|
|
226674
226678
|
label: label.labelInfo
|
|
@@ -237461,4 +237465,4 @@ export {
|
|
|
237461
237465
|
getDefaultExportFromCjs$1 as g,
|
|
237462
237466
|
updateSyntaxFromV06toV07 as u
|
|
237463
237467
|
};
|
|
237464
|
-
//# sourceMappingURL=index-
|
|
237468
|
+
//# sourceMappingURL=index-Ct1MBqIK.js.map
|