fds-vue-core 2.0.79 → 2.0.80
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.es.js
CHANGED
|
@@ -3270,7 +3270,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
3270
3270
|
class: normalizeClass(["flex items-center gap-4", headerClasses.value])
|
|
3271
3271
|
}, [
|
|
3272
3272
|
createElementVNode("h3", {
|
|
3273
|
-
class: normalizeClass(["flex-1 font-heading text-lg tracking-normal m-0", headerTextClasses.value])
|
|
3273
|
+
class: normalizeClass(["flex-1 font-heading text-lg tracking-normal m-0 leading-md", headerTextClasses.value])
|
|
3274
3274
|
}, toDisplayString(_ctx.label), 3)
|
|
3275
3275
|
], 2),
|
|
3276
3276
|
createElementVNode("div", {
|