@dpa-id-components/dpa-shared-components 0.15.4 → 0.15.6
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.
|
@@ -6167,6 +6167,7 @@ const rd = /* @__PURE__ */ ce({
|
|
|
6167
6167
|
title: ee(n) || e.defaultTitle,
|
|
6168
6168
|
"data-testid": "button",
|
|
6169
6169
|
disabled: e.disabled,
|
|
6170
|
+
"icon-size": "small",
|
|
6170
6171
|
onClick: c
|
|
6171
6172
|
}, null, 8, ["variant", "title", "disabled"]),
|
|
6172
6173
|
Le(sn, {
|
|
@@ -7564,11 +7565,11 @@ const Pf = { class: "flex flex-row-reverse" }, $f = { class: "pb-1 text-sm font-
|
|
|
7564
7565
|
a(), !($.length === 0 && _ > 0) && (n.value[_] = $, t("update:modelValue", n.value));
|
|
7565
7566
|
}
|
|
7566
7567
|
const l = (_) => _ === n.value.length - 1, h = re(() => r.label.length > 0), b = re(() => {
|
|
7567
|
-
const _ = "border-b border-b-gray-200 self-start
|
|
7568
|
-
return h.value ? ["lg:col-start-2", _] : [_];
|
|
7568
|
+
const _ = "border-b border-b-gray-200 self-start flex-shrink-0";
|
|
7569
|
+
return h.value ? ["lg:col-start-2 lg:text-base", _] : [_];
|
|
7569
7570
|
});
|
|
7570
7571
|
return (_, $) => (A(), F("div", {
|
|
7571
|
-
class: K(["mb-4 grid
|
|
7572
|
+
class: K(["mb-4 grid text-gray-900 lg:mb-0 lg:grid-rows-1 lg:gap-y-5", {
|
|
7572
7573
|
"lg:grid-cols-[224px_1fr]": ee(h),
|
|
7573
7574
|
"lg:grid-cols-1": !ee(h)
|
|
7574
7575
|
}])
|