@expofp/floorplan
Version:
Interactive floor plan library for expos and events
39 lines (38 loc) • 1.39 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.7.8" };
var t = new e.Error().stack;
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "282eea68-8adf-4928-9805-d318ae668a85", e._sentryDebugIdIdentifier = "sentry-dbid-282eea68-8adf-4928-9805-d318ae668a85");
} catch {}
})();
import { n as e } from "./rolldown-runtime-YBAZwyzS.js";
import { t } from "./react-Di3Pmpio.js";
import { t as n } from "./jsx-runtime-C8yjdFgZ.js";
import { s as r } from "./i18n-BEer1tI4.js";
import { n as i } from "./Button-C4gPbjAY.js";
import { t as a } from "./PermissionNotice-D-iU7GsJ.js";
//#region src/components/CookieConsent.tsx
var o = /* @__PURE__ */ e({ default: () => c });
t();
var s = n(), c = i(({ link: e, onAccept: t, onReject: n }) => /* @__PURE__ */ (0, s.jsxs)(a, {
placement: "bottom-left",
title: r("Cookie Consent"),
acceptText: r("Accept cookies"),
rejectText: r("Reject"),
onAccept: t,
onReject: n,
children: [
r("We use cookies for analytics only"),
"\xA0",
e && /* @__PURE__ */ (0, s.jsx)("a", {
href: e,
target: "_blank",
rel: "noopener noreferrer",
"aria-label": r("Read more about cookie usage in a new tab"),
children: r("Read More")
})
]
}));
//#endregion
export { o as t };