fds-vue-core 2.3.0 → 2.3.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.
@@ -580,7 +580,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
580
580
  });
581
581
  return (_ctx, _cache) => {
582
582
  return vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
583
- class: "inline-flex items-center justify-center align-middle",
583
+ class: "flex items-center justify-center align-middle",
584
584
  style: { width: pixelSize.value, height: pixelSize.value }
585
585
  }, rootAttrs.value, { innerHTML: svgHtml.value }), null, 16, _hoisted_1$p);
586
586
  };
@@ -867,18 +867,17 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
867
867
  };
868
868
  }
869
869
  });
870
- const _hoisted_1$m = { class: "w-full flex justify-between items-start" };
871
- const _hoisted_2$h = { class: "inline-flex items-center" };
872
- const _hoisted_3$a = {
870
+ const _hoisted_1$m = { class: "leading-6 w-full flex justify-between gap-4" };
871
+ const _hoisted_2$h = {
873
872
  key: 0,
874
873
  class: "flex items-center mr-4"
875
874
  };
876
- const _hoisted_4$9 = { class: "inline-flex items-center" };
877
- const _hoisted_5$8 = {
875
+ const _hoisted_3$a = { class: "inline-flex items-center" };
876
+ const _hoisted_4$9 = {
878
877
  key: 0,
879
878
  class: "w-full flex mt-2"
880
879
  };
881
- const _hoisted_6$5 = ["aria-hidden"];
880
+ const _hoisted_5$8 = ["aria-hidden"];
882
881
  const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
883
882
  ...{
884
883
  inheritAttrs: false
@@ -951,20 +950,22 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
951
950
  class: vue.normalizeClass(buttonRowClasses.value)
952
951
  }, [
953
952
  vue.createElementVNode("span", _hoisted_1$m, [
954
- vue.createElementVNode("span", _hoisted_2$h, [
955
- __props.preIcon ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$a, [
953
+ vue.createElementVNode("span", {
954
+ class: vue.normalizeClass({ "inline-flex items-start": __props.preIcon })
955
+ }, [
956
+ __props.preIcon ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$h, [
956
957
  vue.createVNode(_sfc_main$y, {
957
958
  name: __props.preIcon,
958
959
  size: 24,
959
960
  class: vue.normalizeClass(["fill-blue-500", { "fill-gray-500": __props.disabled }])
960
961
  }, null, 8, ["name", "class"])
961
962
  ])) : vue.createCommentVNode("", true),
962
- vue.createElementVNode("span", _hoisted_4$9, [
963
+ vue.createElementVNode("span", _hoisted_3$a, [
963
964
  vue.createElementVNode("span", {
964
965
  class: vue.normalizeClass(["font-bold font-heading text-lg leading-md", { "text-gray-700": __props.disabled }])
965
966
  }, vue.toDisplayString(__props.label), 3)
966
967
  ])
967
- ]),
968
+ ], 2),
968
969
  vue.createElementVNode("span", null, [
969
970
  __props.stickerText && __props.stickerColor ? (vue.openBlock(), vue.createBlock(_sfc_main$u, {
970
971
  key: 0,
@@ -978,12 +979,12 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
978
979
  vue.createVNode(_sfc_main$y, {
979
980
  name: "arrowDown",
980
981
  size: 24,
981
- class: vue.normalizeClass(["ml-4 transition-transform duration-200 fill-blue-500 min-w-6 min-h-6", { "rotate-180": isOpen.value, "fill-gray-500": __props.disabled }])
982
+ class: vue.normalizeClass(["transition-transform duration-200 fill-blue-500 min-w-6 min-h-6", { "rotate-180": isOpen.value, "fill-gray-500": __props.disabled }])
982
983
  }, null, 8, ["class"])
983
984
  ])
984
985
  ])
985
986
  ], 2),
986
- vue.unref(hasExtraRowSlot) && !isOpen.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$8, [
987
+ vue.unref(hasExtraRowSlot) && !isOpen.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$9, [
987
988
  vue.renderSlot(_ctx.$slots, "extra-row")
988
989
  ])) : vue.createCommentVNode("", true)
989
990
  ], 16),
@@ -992,7 +993,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
992
993
  class: "mb-0-last-child block px-4 pb-6 rounded-b-2xl bg-white"
993
994
  }, [
994
995
  vue.renderSlot(_ctx.$slots, "default")
995
- ], 8, _hoisted_6$5), [
996
+ ], 8, _hoisted_5$8), [
996
997
  [vue.vShow, isOpen.value]
997
998
  ])
998
999
  ], 16);