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