svelteplot 0.3.8-pr-134.0 → 0.3.8-pr-134.1

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.
@@ -2,9 +2,10 @@
2
2
  let { label, value = $bindable(), ...restProps } = $props();
3
3
  </script>
4
4
 
5
- <!-- eslint-disable-next-line svelte/no-at-html-tags -->
6
- <label class="checkbox"
7
- ><input type="checkbox" bind:checked={value} {...restProps} /> {@html label}</label>
5
+ <label class="checkbox">
6
+ <input type="checkbox" bind:checked={value} {...restProps} />
7
+ <!-- eslint-disable-next-line svelte/no-at-html-tags -->
8
+ {@html label}</label>
8
9
 
9
10
  <style>
10
11
  label.checkbox + :global(label.checkbox) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.3.8-pr-134.0",
3
+ "version": "0.3.8-pr-134.1",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",