fds-vue-core 4.7.2 → 4.7.3
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 +6 -5
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.es.js +6 -5
- package/dist/fds-vue-core.es.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Blocks/FdsBlockExpander/FdsBlockExpander.stories.ts +27 -0
- package/src/components/Blocks/FdsBlockExpander/FdsBlockExpander.vue +1 -1
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -865,11 +865,12 @@ const _hoisted_2$j = {
|
|
|
865
865
|
class: "flex items-center mr-4"
|
|
866
866
|
};
|
|
867
867
|
const _hoisted_3$b = { class: "inline-flex items-center" };
|
|
868
|
-
const _hoisted_4$a = {
|
|
868
|
+
const _hoisted_4$a = { class: "flex items-center gap-2" };
|
|
869
|
+
const _hoisted_5$9 = {
|
|
869
870
|
key: 0,
|
|
870
871
|
class: "w-full flex mt-2"
|
|
871
872
|
};
|
|
872
|
-
const
|
|
873
|
+
const _hoisted_6$6 = ["aria-hidden"];
|
|
873
874
|
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
874
875
|
...{
|
|
875
876
|
inheritAttrs: false
|
|
@@ -958,7 +959,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
958
959
|
}, vue.toDisplayString(__props.heading), 3)
|
|
959
960
|
])
|
|
960
961
|
], 2),
|
|
961
|
-
vue.createElementVNode("span",
|
|
962
|
+
vue.createElementVNode("span", _hoisted_4$a, [
|
|
962
963
|
__props.stickerText && __props.stickerColor ? (vue.openBlock(), vue.createBlock(_sfc_main$A, {
|
|
963
964
|
key: 0,
|
|
964
965
|
variant: __props.stickerColor
|
|
@@ -976,7 +977,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
976
977
|
])
|
|
977
978
|
])
|
|
978
979
|
], 2),
|
|
979
|
-
vue.unref(hasExtraRowSlot) && !isOpen.value ? (vue.openBlock(), vue.createElementBlock("span",
|
|
980
|
+
vue.unref(hasExtraRowSlot) && !isOpen.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$9, [
|
|
980
981
|
vue.renderSlot(_ctx.$slots, "extra-row")
|
|
981
982
|
])) : vue.createCommentVNode("", true)
|
|
982
983
|
], 16),
|
|
@@ -985,7 +986,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
985
986
|
class: "mb-0-last-child block px-4 pb-6 rounded-b-2xl bg-white"
|
|
986
987
|
}, [
|
|
987
988
|
vue.renderSlot(_ctx.$slots, "default")
|
|
988
|
-
], 8,
|
|
989
|
+
], 8, _hoisted_6$6), [
|
|
989
990
|
[vue.vShow, isOpen.value]
|
|
990
991
|
])
|
|
991
992
|
], 16);
|