@dpa-id-components/dpa-shared-components 8.9.1 → 8.9.3
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.
|
@@ -5007,7 +5007,11 @@ const rf = (e, t) => {
|
|
|
5007
5007
|
"neon-green": "bg-neon-green text-white"
|
|
5008
5008
|
})[t.color]);
|
|
5009
5009
|
return (r, n) => (T(), I("div", {
|
|
5010
|
-
class: ie(["group relative inline-block rounded-full px-2
|
|
5010
|
+
class: ie(["group relative inline-block rounded-full px-2", [
|
|
5011
|
+
a.value,
|
|
5012
|
+
{ "pl-2": r.iconName },
|
|
5013
|
+
r.small ? "py-0 text-xs" : "py-0.5 text-sm"
|
|
5014
|
+
]])
|
|
5011
5015
|
}, [
|
|
5012
5016
|
r.mobileTrim || r.trim ? (T(), I("span", {
|
|
5013
5017
|
key: 0,
|
|
@@ -5146,7 +5150,7 @@ const rf = (e, t) => {
|
|
|
5146
5150
|
key: 1,
|
|
5147
5151
|
"data-testid": "event-item-date-details",
|
|
5148
5152
|
class: "text-xs"
|
|
5149
|
-
}, Cf = { class: "h-8 w-8 @md:hidden" }, Ef = { class: "flex shrink flex-col justify-center gap-y-1 @md:col-span-2 @md:col-start-2 @md:ml-2" }, Af = ["title"], If = { class: "mr-2
|
|
5153
|
+
}, Cf = { class: "h-8 w-8 @md:hidden" }, Ef = { class: "flex shrink flex-col justify-center gap-y-1 @md:col-span-2 @md:col-start-2 @md:ml-2" }, Af = ["title"], If = { class: "mr-2" }, Nf = {
|
|
5150
5154
|
key: 0,
|
|
5151
5155
|
"data-testid": "event-item-location",
|
|
5152
5156
|
class: "text-xs"
|
|
@@ -5181,7 +5185,7 @@ const rf = (e, t) => {
|
|
|
5181
5185
|
]),
|
|
5182
5186
|
Y("div", Ef, [
|
|
5183
5187
|
Y("h2", {
|
|
5184
|
-
class: ie(["text-sm font-semibold group-hover:underline @lg:mr-6", { "line-clamp-2": t.truncateTitle }]),
|
|
5188
|
+
class: ie(["text-sm font-semibold leading-normal group-hover:underline @lg:mr-6", { "line-clamp-2": t.truncateTitle }]),
|
|
5185
5189
|
"data-testid": "event-item-title",
|
|
5186
5190
|
title: t.title
|
|
5187
5191
|
}, [
|
|
@@ -5191,7 +5195,7 @@ const rf = (e, t) => {
|
|
|
5191
5195
|
small: !0,
|
|
5192
5196
|
color: "neon-green",
|
|
5193
5197
|
"screen-reader-text": "Top-Eintrag-Badge",
|
|
5194
|
-
class: "py-0"
|
|
5198
|
+
class: "translate-y-[0.5px] py-0"
|
|
5195
5199
|
}, {
|
|
5196
5200
|
default: he(() => [
|
|
5197
5201
|
Fe(ut, {
|