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.cjs.js
CHANGED
|
@@ -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: "
|
|
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
|
|
871
|
-
const _hoisted_2$h = {
|
|
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
|
|
877
|
-
const
|
|
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
|
|
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",
|
|
955
|
-
|
|
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",
|
|
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(["
|
|
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",
|
|
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,
|
|
996
|
+
], 8, _hoisted_5$8), [
|
|
996
997
|
[vue.vShow, isOpen.value]
|
|
997
998
|
])
|
|
998
999
|
], 16);
|