@xy-planning-network/trees 0.7.5-rc3 → 0.7.5-rc4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xy-planning-network/trees",
3
- "version": "0.7.5-rc3",
3
+ "version": "0.7.5-rc4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "repository": "github:xy-planning-network/trees",
@@ -1,4 +1,5 @@
1
1
  <script setup lang="ts">
2
+ import FieldsetLegend from "./FieldsetLegend.vue"
2
3
  import InputLabel from "./InputLabel.vue"
3
4
  import InputHelp from "./InputHelp.vue"
4
5
  import InputError from "./InputError.vue"
@@ -37,7 +38,7 @@ const onChange = (e: Event, val: boolean) => {
37
38
  :aria-errormessage="aria.errormessage"
38
39
  >
39
40
  <div v-if="label">
40
- <InputLabel
41
+ <FieldsetLegend
41
42
  :id="aria.labelledby"
42
43
  class="block my-auto"
43
44
  :label="label"