fds-vue-core 6.0.9 → 6.0.10

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.
@@ -8588,7 +8588,9 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
8588
8588
  vue.createElementVNode("div", {
8589
8589
  class: vue.normalizeClass({ "flex flex-row gap-4": props.labelLeft })
8590
8590
  }, [
8591
- vue.createElementVNode("div", null, [
8591
+ vue.createElementVNode("div", {
8592
+ class: vue.normalizeClass({ "text-right": props.labelLeft })
8593
+ }, [
8592
8594
  props.label ? (vue.openBlock(), vue.createElementBlock("label", vue.mergeProps({
8593
8595
  key: 0,
8594
8596
  for: inputId.value,
@@ -8598,7 +8600,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
8598
8600
  key: 1,
8599
8601
  class: vue.normalizeClass(["font-thin", { "mb-1": !props.labelLeft }])
8600
8602
  }, vue.toDisplayString(props.meta), 3)) : vue.createCommentVNode("", true)
8601
- ]),
8603
+ ], 2),
8602
8604
  vue.createElementVNode("div", {
8603
8605
  class: vue.normalizeClass({ "flex-1": props.labelLeft })
8604
8606
  }, [