chore: update lucide

This commit is contained in:
dragonwocky 2024-01-30 22:37:18 +11:00
parent c4eacd201c
commit ff1e5f7550
Signed by: dragonwocky
GPG Key ID: 7998D08F7D7BD7A8
3 changed files with 5 additions and 4 deletions

View File

@ -12,7 +12,7 @@ import { fileURLToPath } from "node:url";
const dependencies = {
"htm.min.js": "https://unpkg.com/htm@3.1.1/mini/index.js",
"twind.min.js": "https://unpkg.com/@twind/cdn@1.0.8/cdn.global.js",
"lucide.min.js": "https://unpkg.com/lucide@0.309.0/dist/umd/lucide.min.js",
"lucide.min.js": "https://unpkg.com/lucide@0.319.0/dist/umd/lucide.min.js",
"coloris.min.js":
"https://cdn.jsdelivr.net/gh/mdbassit/Coloris@v0.22.0/dist/coloris.min.js",
"coloris.min.css":

View File

@ -48,6 +48,7 @@ function FloatingButton({ icon, ...props }, ...children) {
return html`<button ...${props}>${children}</button>`;
}
if (globalThis.document) setupWrapper();
Object.assign((globalThis.__enhancerApi ??= {}), {
addFloatingButton,
removeFloatingButton,

File diff suppressed because one or more lines are too long