@expofp/floorplan
Version:
Interactive floor plan library for expos and events
39 lines (38 loc) • 1.4 kB
JavaScript
(function() {
try {
var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
e.SENTRY_RELEASE = { id: "3.39.1" };
var t = new e.Error().stack;
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "88aa745e-8f27-4f1e-a6cd-e21a5b978840", e._sentryDebugIdIdentifier = "sentry-dbid-88aa745e-8f27-4f1e-a6cd-e21a5b978840");
} catch {}
})();
import { n as e } from "./rolldown-runtime-BOCG9HEF.js";
import { s as t } from "./i18n-BVE2kS7w.js";
import { t as n } from "./react-CM7l092i.js";
import { t as r } from "./jsx-runtime-BGutO_I9.js";
import { t as i } from "./PermissionNotice-DMOhs0fQ.js";
import { t as a } from "./index.module-CVo9wrU4.js";
//#region src/components/CookieConsent.tsx
var o = /* @__PURE__ */ e({ default: () => c });
n();
var s = r(), c = a(({ link: e, onAccept: n, onReject: r }) => /* @__PURE__ */ (0, s.jsxs)(i, {
placement: "bottom-left",
title: t("Cookie Consent"),
acceptText: t("Accept cookies"),
rejectText: t("Reject"),
onAccept: n,
onReject: r,
children: [
t("We use cookies for analytics only"),
"\xA0",
e && /* @__PURE__ */ (0, s.jsx)("a", {
href: e,
target: "_blank",
rel: "noopener noreferrer",
"aria-label": t("Read more about cookie usage in a new tab"),
children: t("Read More")
})
]
}));
//#endregion
export { o as t };