@expofp/floorplan
Version:
Interactive floor plan library for expos and events
77 lines (76 loc) • 2.25 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] = "a567f856-66cb-4080-9885-1fa21e0c8dee", e._sentryDebugIdIdentifier = "sentry-dbid-a567f856-66cb-4080-9885-1fa21e0c8dee");
} catch {}
})();
import { r as e } from "./rolldown-runtime-YBAZwyzS.js";
import { t } from "./react-Di3Pmpio.js";
import { t as n } from "./jsx-runtime-C8yjdFgZ.js";
import { c as r, l as i, t as a, u as o, y as s } from "./flex-CegveOzn.js";
import { t as c } from "./classnames-BRCgwycl.js";
//#region ../../node_modules/.pnpm/@radix-ui+themes@3.3.0_@types+react-dom@19.2.3_@types+react@19.2.17__@types+react@19.2._925f851475345a9e5e368d312bb98178/node_modules/@radix-ui/themes/dist/esm/components/separator.props.js
var l = /* @__PURE__ */ e(t()), u = /* @__PURE__ */ e(c()), d = {
orientation: {
type: "enum",
className: "rt-r-orientation",
values: ["horizontal", "vertical"],
default: "horizontal",
responsive: !0
},
size: {
type: "enum",
className: "rt-r-size",
values: [
"1",
"2",
"3",
"4"
],
default: "1",
responsive: !0
},
color: {
...s.color,
default: "gray"
},
decorative: {
type: "boolean",
default: !0
}
}, f = l.forwardRef((e, t) => {
let { className: n, color: r, decorative: a, ...s } = o(e, d, i);
return l.createElement("span", {
"data-accent-color": r,
role: a ? void 0 : "separator",
...s,
ref: t,
className: (0, u.default)("rt-Separator", n)
});
});
f.displayName = "Separator";
//#endregion
//#region ../debug/src/lib/ui/settings-item.tsx
var p = n(), m = ({ label: e, children: t }) => /* @__PURE__ */ (0, p.jsxs)(p.Fragment, { children: [/* @__PURE__ */ (0, p.jsxs)(a, {
align: "center",
justify: "between",
gap: "4",
wrap: "wrap",
children: [/* @__PURE__ */ (0, p.jsx)(r, {
size: "4",
children: e
}), /* @__PURE__ */ (0, p.jsx)(a, {
align: "center",
justify: "end",
gap: "2",
flexGrow: "1",
children: t
})]
}), /* @__PURE__ */ (0, p.jsx)(f, {
size: "4",
my: "20px"
})] });
//#endregion
export { m as t };