fds-vue-core 2.0.45 → 2.0.46
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/components/Blocks/FdsBlockContent/FdsBlockContent.vue.d.ts.map +1 -1
- package/dist/fds-vue-core.cjs.js +7 -3
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.es.js +7 -3
- package/dist/fds-vue-core.es.js.map +1 -1
- package/dist/slot-styles.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsBlockContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockContent/FdsBlockContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsBlockContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockContent/FdsBlockContent.vue"],"names":[],"mappings":"AAiEA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,KAAK,CAAA;AACzC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAyCnD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,UAAU,CAAC,EAAE,IAAI,CAAA;CAClB,CAAC;AAoFF,QAAA,MAAM,eAAe;;;;4EAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -1902,7 +1902,10 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
1902
1902
|
}
|
|
1903
1903
|
});
|
|
1904
1904
|
const _hoisted_1$i = ["id"];
|
|
1905
|
-
const _hoisted_2$c = {
|
|
1905
|
+
const _hoisted_2$c = {
|
|
1906
|
+
key: 0,
|
|
1907
|
+
class: "flex items-start justify-between gap-4"
|
|
1908
|
+
};
|
|
1906
1909
|
const _hoisted_3$8 = { class: "flex items-center gap-3" };
|
|
1907
1910
|
const _hoisted_4$7 = { class: "flex items-start gap-3" };
|
|
1908
1911
|
const _hoisted_5$5 = { class: "mb-0-last-child" };
|
|
@@ -1916,6 +1919,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
1916
1919
|
},
|
|
1917
1920
|
setup(__props) {
|
|
1918
1921
|
const hasSlot = useHasSlot();
|
|
1922
|
+
const hasHeading = useHasSlot("heading");
|
|
1919
1923
|
const props = __props;
|
|
1920
1924
|
const contentClasses = vue.computed(() => [
|
|
1921
1925
|
"rounded-md p-4 bg-white mb-4",
|
|
@@ -1945,7 +1949,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
1945
1949
|
class: vue.normalizeClass(contentClasses.value),
|
|
1946
1950
|
style: vue.normalizeStyle(borderLeftStyle.value)
|
|
1947
1951
|
}, [
|
|
1948
|
-
vue.
|
|
1952
|
+
vue.unref(hasHeading) ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_2$c, [
|
|
1949
1953
|
vue.createElementVNode("div", _hoisted_3$8, [
|
|
1950
1954
|
vue.createElementVNode("h3", {
|
|
1951
1955
|
class: vue.normalizeClass(headerClasses.value)
|
|
@@ -1954,7 +1958,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
1954
1958
|
vue.createElementVNode("div", _hoisted_4$7, [
|
|
1955
1959
|
vue.renderSlot(_ctx.$slots, "headerInfo")
|
|
1956
1960
|
])
|
|
1957
|
-
]),
|
|
1961
|
+
])) : vue.createCommentVNode("", true),
|
|
1958
1962
|
vue.createElementVNode("div", _hoisted_5$5, [
|
|
1959
1963
|
vue.renderSlot(_ctx.$slots, "default")
|
|
1960
1964
|
])
|