@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.20.0" };
var t = new e.Error().stack;
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "666a9ee7-60d2-43e8-9bcb-2bf74e5e8f8c", e._sentryDebugIdIdentifier = "sentry-dbid-666a9ee7-60d2-43e8-9bcb-2bf74e5e8f8c");
} catch {}
})();
import { r as e } from "./rolldown-runtime-7-Wh3Cc7.js";
import { t } from "./react-lDheuaid.js";
import { t as n } from "./jsx-runtime-BRhWrtmW.js";
import { c as r, l as i, t as a, u as o, y as s } from "./flex-CjUEJCJL.js";
import { t as c } from "./classnames-DuZoMrrx.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._5ea800d4e947acedb1fa1275f1697b17/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 };