import { a as attr, b as attr_class, c as clsx, f as ensure_array_like, s as store_get, g as stringify, e as escape_html, u as unsubscribe_stores, i as derived } from "../../chunks/index.js";
import { o as onDestroy } from "../../chunks/index-server.js";
import { p as page } from "../../chunks/stores.js";
import { t as toasts } from "../../chunks/toast.js";
import { I as IconCheck } from "../../chunks/IconCheck.js";
import { I as IconX } from "../../chunks/IconX.js";
import { I as IconAlert } from "../../chunks/IconAlert.js";
import { t as themeMode } from "../../chunks/theme.js";
import { t, a as availableLocales, l as locale } from "../../chunks/index2.js";
import { I as IconGlobe } from "../../chunks/IconGlobe.js";
import { I as IconDeploy } from "../../chunks/IconDeploy.js";
import { I as IconSettings } from "../../chunks/IconSettings.js";
import { w as writable, g as get } from "../../chunks/index3.js";
function IconDashboard($$renderer, $$props) {
const { size = 20, class: c = "" } = $$props;
$$renderer.push(``);
}
function IconProjects($$renderer, $$props) {
const { size = 20, class: c = "" } = $$props;
$$renderer.push(``);
}
function IconInfo($$renderer, $$props) {
const { size = 20, class: c = "" } = $$props;
$$renderer.push(``);
}
function IconSun($$renderer, $$props) {
const { size = 20, class: c = "" } = $$props;
$$renderer.push(``);
}
function IconMoon($$renderer, $$props) {
const { size = 20, class: c = "" } = $$props;
$$renderer.push(``);
}
function IconMonitor($$renderer, $$props) {
const { size = 20, class: c = "" } = $$props;
$$renderer.push(``);
}
function IconMenu($$renderer, $$props) {
const { size = 20, class: c = "" } = $$props;
$$renderer.push(``);
}
function IconProxies($$renderer, $$props) {
const { size = 20, class: c = "" } = $$props;
$$renderer.push(``);
}
function IconEvents($$renderer, $$props) {
const { size = 20, class: c = "" } = $$props;
$$renderer.push(``);
}
function IconLogout($$renderer, $$props) {
const { size = 24, class: className = "" } = $$props;
$$renderer.push(``);
}
function Toast($$renderer, $$props) {
$$renderer.component(($$renderer2) => {
var $$store_subs;
const bgMap = {
success: "bg-[var(--color-success)]",
error: "bg-[var(--color-danger)]",
warning: "bg-[var(--color-warning)]",
info: "bg-[var(--color-info)]"
};
$$renderer2.push(`