fds-vue-core 2.0.46 → 2.0.49
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/FdsBlockAlert/FdsBlockAlert.vue.d.ts.map +1 -1
- package/dist/components/Blocks/FdsBlockContent/FdsBlockContent.vue.d.ts.map +1 -1
- package/dist/fds-vue-core.cjs.js +4 -5
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.es.js +4 -5
- package/dist/fds-vue-core.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsBlockAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockAlert/FdsBlockAlert.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAuNjD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"FdsBlockAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockAlert/FdsBlockAlert.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAuNjD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA8BhD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;4EAInB,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"}
|
|
@@ -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":"AAgEA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,KAAK,CAAA;AACzC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAwCnD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,UAAU,CAAC,EAAE,IAAI,CAAA;CAClB,CAAC;AAmFF,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
|
@@ -1919,7 +1919,6 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
1919
1919
|
},
|
|
1920
1920
|
setup(__props) {
|
|
1921
1921
|
const hasSlot = useHasSlot();
|
|
1922
|
-
const hasHeading = useHasSlot("heading");
|
|
1923
1922
|
const props = __props;
|
|
1924
1923
|
const contentClasses = vue.computed(() => [
|
|
1925
1924
|
"rounded-md p-4 bg-white mb-4",
|
|
@@ -1949,7 +1948,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
1949
1948
|
class: vue.normalizeClass(contentClasses.value),
|
|
1950
1949
|
style: vue.normalizeStyle(borderLeftStyle.value)
|
|
1951
1950
|
}, [
|
|
1952
|
-
|
|
1951
|
+
_ctx.heading ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_2$c, [
|
|
1953
1952
|
vue.createElementVNode("div", _hoisted_3$8, [
|
|
1954
1953
|
vue.createElementVNode("h3", {
|
|
1955
1954
|
class: vue.normalizeClass(headerClasses.value)
|
|
@@ -2877,7 +2876,7 @@ const _hoisted_9 = { class: "flex items-start justify-between gap-4" };
|
|
|
2877
2876
|
const _hoisted_10 = { class: "flex items-center gap-3" };
|
|
2878
2877
|
const _hoisted_11 = { class: "m-0 text-base font-main font-bold tracking-wide" };
|
|
2879
2878
|
const _hoisted_12 = { class: "flex items-start gap-3" };
|
|
2880
|
-
const _hoisted_13 = { class: "
|
|
2879
|
+
const _hoisted_13 = { class: "mb-0-last-child" };
|
|
2881
2880
|
const smallIconSize = 24;
|
|
2882
2881
|
const largeIconSize = 48;
|
|
2883
2882
|
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -2954,7 +2953,7 @@ const _hoisted_2$5 = { class: "flex items-center gap-2" };
|
|
|
2954
2953
|
const _hoisted_3$2 = { class: "relative" };
|
|
2955
2954
|
const _hoisted_4$2 = {
|
|
2956
2955
|
key: 1,
|
|
2957
|
-
class: "
|
|
2956
|
+
class: "mb-0-last-child"
|
|
2958
2957
|
};
|
|
2959
2958
|
const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
2960
2959
|
__name: "FdsBlockAlert",
|
|
@@ -3009,7 +3008,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
3009
3008
|
vue.createElementVNode("div", null, [
|
|
3010
3009
|
_ctx.label ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
3011
3010
|
key: 0,
|
|
3012
|
-
class: vue.normalizeClass(["font-bold w-full justify-between items-center h-[24px] flex gap-2", { "mb-4": isExpanded.value || !_ctx.collapsable }])
|
|
3011
|
+
class: vue.normalizeClass(["font-bold w-full justify-between items-center h-[24px] flex gap-2", { "mb-4": (isExpanded.value || !_ctx.collapsable) && vue.unref(hasSlot) }])
|
|
3013
3012
|
}, [
|
|
3014
3013
|
vue.createElementVNode("div", _hoisted_2$5, [
|
|
3015
3014
|
vue.createVNode(_sfc_main$u, {
|