@dpa-id-components/dpa-shared-components 8.0.5 → 8.0.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.
|
@@ -15908,12 +15908,6 @@ const q1 = { class: "pb-1 text-sm font-semibold" }, H1 = { class: "text-sm" }, i
|
|
|
15908
15908
|
{
|
|
15909
15909
|
name: "eventListeners",
|
|
15910
15910
|
enabled: !0
|
|
15911
|
-
},
|
|
15912
|
-
{
|
|
15913
|
-
name: "preventOverflow",
|
|
15914
|
-
options: {
|
|
15915
|
-
padding: 4
|
|
15916
|
-
}
|
|
15917
15911
|
}
|
|
15918
15912
|
],
|
|
15919
15913
|
placement: t.position
|
|
@@ -15959,7 +15953,7 @@ const q1 = { class: "pb-1 text-sm font-semibold" }, H1 = { class: "text-sm" }, i
|
|
|
15959
15953
|
"data-testid": "tooltip",
|
|
15960
15954
|
class: se(["popper items-center bg-gray-900 px-2 py-half text-xs leading-5 text-white", [
|
|
15961
15955
|
{ hidden: !a.value },
|
|
15962
|
-
i.multilines ? "h-auto max-w-[
|
|
15956
|
+
i.multilines ? "h-auto max-w-[300px] flex-wrap rounded-2xl " : "h-6 w-max rounded-full"
|
|
15963
15957
|
]])
|
|
15964
15958
|
}, [
|
|
15965
15959
|
ee(i.$slots, "default")
|