@dpa-id-components/dpa-shared-components 8.9.2 → 8.9.4
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/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +1 -1
- package/dist/dpa-shared-components.mjs +4 -3
- package/dist/dpa-shared-components.umd.js +2 -2
- package/dist/eil-311dfbe1.mjs +15 -0
- package/dist/emoji-add-7fb19e1a.mjs +29 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/UseBreakpoints.stories.ts +0 -22
- package/dist/UseBreakpoints.vue +0 -12
- package/dist/UseTailwindBreakpoints.stories.ts +0 -22
- package/dist/UseTailwindBreakpoints.vue +0 -13
- package/dist/audio-inline-92256dc7.mjs +0 -19
- package/dist/bookmark-4ff074d8.mjs +0 -19
- package/dist/bookmark-89d43835.mjs +0 -18
- package/dist/bookmark-fill-2b5e5104.mjs +0 -18
- package/dist/bookmark-fill-731ae06c.mjs +0 -19
- package/dist/filter-e213ae59.mjs +0 -15
- package/dist/filter-outline-91e5aa0a.mjs +0 -19
- package/dist/graphic-855e5909.mjs +0 -19
- package/dist/graphic-90b2d2fc.mjs +0 -20
- package/dist/graphic-inline-a41ad739.mjs +0 -19
- package/dist/picture-inline-0eb9c590.mjs +0 -19
- package/dist/screens.js +0 -13
- package/dist/tailwind/screens.d.ts +0 -8
- package/dist/tailwind/useBreakpoints.d.ts +0 -9
- package/dist/tailwind/useTailwindBreakpoints.d.ts +0 -9
- package/dist/text-inline-cbb3242f.mjs +0 -15
- package/dist/useBreakpoints.ts +0 -19
- package/dist/useTailwindBreakpoints.ts +0 -19
- package/dist/utils.css +0 -16
- package/dist/video-inline-b961f9cd.mjs +0 -19
|
@@ -269,9 +269,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
269
269
|
firstAvailableDate: number | undefined;
|
|
270
270
|
maxDate: Date | undefined;
|
|
271
271
|
autoRange: number | null;
|
|
272
|
+
inputLabel: string | undefined;
|
|
272
273
|
showMultiCalendars: boolean | undefined;
|
|
273
274
|
independentMultiCalendars: boolean | undefined;
|
|
274
|
-
inputLabel: string | undefined;
|
|
275
275
|
mobileOverlayHeadline: string | undefined;
|
|
276
276
|
overlayHeadline: string | undefined;
|
|
277
277
|
hasHeader: boolean | undefined;
|
|
@@ -5150,7 +5150,7 @@ const rf = (e, t) => {
|
|
|
5150
5150
|
key: 1,
|
|
5151
5151
|
"data-testid": "event-item-date-details",
|
|
5152
5152
|
class: "text-xs"
|
|
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
|
|
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 = {
|
|
5154
5154
|
key: 0,
|
|
5155
5155
|
"data-testid": "event-item-location",
|
|
5156
5156
|
class: "text-xs"
|
|
@@ -5185,7 +5185,7 @@ const rf = (e, t) => {
|
|
|
5185
5185
|
]),
|
|
5186
5186
|
Y("div", Ef, [
|
|
5187
5187
|
Y("h2", {
|
|
5188
|
-
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 }]),
|
|
5189
5189
|
"data-testid": "event-item-title",
|
|
5190
5190
|
title: t.title
|
|
5191
5191
|
}, [
|
|
@@ -5195,7 +5195,7 @@ const rf = (e, t) => {
|
|
|
5195
5195
|
small: !0,
|
|
5196
5196
|
color: "neon-green",
|
|
5197
5197
|
"screen-reader-text": "Top-Eintrag-Badge",
|
|
5198
|
-
class: "py-0"
|
|
5198
|
+
class: "translate-y-[0.5px] py-0"
|
|
5199
5199
|
}, {
|
|
5200
5200
|
default: he(() => [
|
|
5201
5201
|
Fe(ut, {
|
|
@@ -17569,6 +17569,7 @@ function Eb(e) {
|
|
|
17569
17569
|
return typeof e == "function" ? e() : re(e);
|
|
17570
17570
|
}
|
|
17571
17571
|
const Ab = typeof window < "u" && typeof document < "u";
|
|
17572
|
+
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
17572
17573
|
function Ib(e, t) {
|
|
17573
17574
|
var a;
|
|
17574
17575
|
if (typeof e == "number")
|