This commit is contained in:
2026-05-02 21:32:43 +02:00
parent 97f481e22f
commit 235735f8c9
6 changed files with 27 additions and 26 deletions

12
dist/sigpro-ui.esm.js vendored
View File

@@ -1535,18 +1535,8 @@ var Editor = (p) => {
]);
};
// index.js
// sigpro-ui_ESM.js
var Components = { ...exports_sigpro_ui };
if (typeof window !== "undefined") {
Object.entries({ ...Components }).forEach(([name, value]) => {
Object.defineProperty(window, name, {
value,
writable: false,
configurable: true,
enumerable: true
});
});
}
export {
Components
};