SPACEBROWSER_INTERFACE/interface_base/creator-ui/dist/chunks/Onboarding.BDRBUM0D.js
2025-08-07 20:28:59 -04:00

51 lines
1.8 KiB
JavaScript

import { jsxs as c, Fragment as s, jsx as n } from "react/jsx-runtime";
import { B as m } from "./BrandBar.DTHyeNR7.js";
import { P as d } from "./PageSection.DaF45FbK.js";
import { a as l, g as C, d as u } from "./GridRow._ehOXG8R.js";
import { G as h } from "./GridLayouts.DSIvKCIo.js";
import { a as p } from "./index.CfQlFjZU.js";
import { n as f } from "./index.B0wX8xO7.js";
import { c as g } from "./index.CfM2L_w0.js";
import { P as _ } from "./Page.DxkgZw21.js";
const N = "creator_contentContainerStretch_PbA4g", P = "creator_mainContentContainer_N6XS1", S = "creator_formContainer_h31N9", b = "creator_sectionFormContainer_TZmuK", e = { contentContainerStretch: N, mainContentContainer: P, formContainer: S, sectionFormContainer: b }, O = ({ children: o }) => /* @__PURE__ */ n(
"div",
{
className: g(
e.contentContainerStretch,
e.mainContentContainer
),
children: o
}
), G = ({ children: o }) => /* @__PURE__ */ n("div", { className: e.contentContainerStretch, children: o }), y = ({ children: o }) => /* @__PURE__ */ n(d, { children: o }), B = ({
children: o,
noBrandBar: r,
layout: t = "section"
}) => {
const a = {
column: O,
plain: G,
section: y
}[t];
return {
children: o,
showBrand: !r,
colOnboardingClassName: h.colOnboarding,
content: a,
noPadding: t !== "section"
};
}, L = ({
children: o,
showBrand: r,
colOnboardingClassName: t,
content: a,
noPadding: i
}) => /* @__PURE__ */ c(s, { children: [
/* @__PURE__ */ n(f, { value: r, then: /* @__PURE__ */ n(m, {}) }),
/* @__PURE__ */ n(_, { noPadding: i, children: /* @__PURE__ */ n(l, { children: /* @__PURE__ */ n(C, { children: /* @__PURE__ */ n(u, { className: t, children: /* @__PURE__ */ n(a, { children: o }) }) }) }) })
] }), V = p(L, B);
export {
V as O,
L as a,
B as u
};