Update
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 7s

This commit is contained in:
2026-05-07 17:00:43 +02:00
parent 72d98f9aa1
commit 5de2378899
14 changed files with 116 additions and 646 deletions

View File

@@ -1,8 +1,8 @@
// src/editor.js
import { $ as $2, isFunc as isFunc2, h as h2 } from "./sigpro.js";
import { $ as $2, isFunc as isFunc2, h as h2 } from "sigpro";
// src/sigpro-ui.js
import { $, watch, h, mount, when, each, isFunc } from "./sigpro.js";
import { $, watch, h, mount, when, each, isFunc } from "sigpro";
var val = (val2) => typeof val2 === "function" ? val2() : val2;
var cls = (...classes) => classes.filter(Boolean).join(" ").trim();
var currentLocale = $("en");