fds-vue-core 2.0.79 → 2.0.81
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
|
@@ -3244,7 +3244,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
3244
3244
|
});
|
|
3245
3245
|
return (_ctx, _cache) => {
|
|
3246
3246
|
return openBlock(), createBlock(resolveDynamicComponent(componentType.value), mergeProps(componentAttrs.value, {
|
|
3247
|
-
class: ["box-border appearance-none text-left w-full flex items-start bg-white p-[calc(1rem-2px)] mb-
|
|
3247
|
+
class: ["box-border appearance-none text-left w-full flex items-start bg-white p-[calc(1rem-2px)] mb-3 text-blue-600 shadow-lg shadow-blue-200 rounded-2xl no-underline border-2 border-transparent transition-all duration-200 hover:border-blue-600 hover:border-2 active:border-transparent active:shadow-none active:bg-blue_t-100 focus-visible:border-blue-500 focus-visible:border-dashed focus-visible:outline-0", innerClasses.value],
|
|
3248
3248
|
target: componentType.value === "a" ? _ctx.target : void 0,
|
|
3249
3249
|
rel: componentType.value === "a" ? _ctx.rel : void 0,
|
|
3250
3250
|
download: componentType.value === "a" ? _ctx.download : void 0,
|
|
@@ -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", {
|