import { jsx as a } from "react/jsx-runtime"; import { c as l } from "./index.CfM2L_w0.js"; import { a as o } from "./index.CfQlFjZU.js"; import { n as m } from "./index.B0wX8xO7.js"; const n = "creator_skeleton_7nDen", c = "creator_shimmer_A4sv4", i = "creator_small_dikUv", C = "creator_medium_ddzc6", d = "creator_large_2KtyC", g = "creator_xlarge_WFj-4", _ = "creator_wheel_19C-V", h = "creator_spin_aLtMm", t = { skeleton: n, shimmer: c, small: i, medium: C, large: d, xlarge: g, wheel: _, spin: h }; function u({ type: r, size: e }) { return { type: r, skeletonClassName: l(t.skeleton, { [t.small]: e === "small", [t.medium]: e === "medium", [t.large]: e === "large", [t.xlarge]: e === "xlarge" }), wheelClassName: l(t.wheel, { [t.small]: e === "small", [t.medium]: e === "medium" }) }; } function w({ type: r, skeletonClassName: e, wheelClassName: s }) { return /* @__PURE__ */ a( m, { value: r, then: { skeleton: /* @__PURE__ */ a("div", { className: e }), wheel: /* @__PURE__ */ a(p, { className: s }) } } ); } function p({ className: r }) { return /* @__PURE__ */ a( "svg", { className: r, width: "24", height: "24", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", role: "status", "aria-label": "Loading", children: /* @__PURE__ */ a("g", { id: "progress_activity", children: /* @__PURE__ */ a( "path", { id: "Vector", d: "M12 22C10.6333 22 9.34167 21.7375 8.125 21.2125C6.90833 20.6875 5.84583 19.9708 4.9375 19.0625C4.02917 18.1542 3.3125 17.0917 2.7875 15.875C2.2625 14.6583 2 13.3667 2 12C2 10.6167 2.2625 9.32083 2.7875 8.1125C3.3125 6.90417 4.02917 5.84583 4.9375 4.9375C5.84583 4.02917 6.90833 3.3125 8.125 2.7875C9.34167 2.2625 10.6333 2 12 2C12.2833 2 12.5208 2.09583 12.7125 2.2875C12.9042 2.47917 13 2.71667 13 3C13 3.28333 12.9042 3.52083 12.7125 3.7125C12.5208 3.90417 12.2833 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.7167 20.0958 11.4792 20.2875 11.2875C20.4792 11.0958 20.7167 11 21 11C21.2833 11 21.5208 11.0958 21.7125 11.2875C21.9042 11.4792 22 11.7167 22 12C22 13.3667 21.7375 14.6583 21.2125 15.875C20.6875 17.0917 19.9708 18.1542 19.0625 19.0625C18.1542 19.9708 17.0958 20.6875 15.8875 21.2125C14.6792 21.7375 13.3833 22 12 22Z", fillOpacity: "0.75" } ) }) } ); } const L = o(w, u, "LoadingState"); export { L };