mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 04:39:03 +00:00
chore: update lucide
This commit is contained in:
parent
c4eacd201c
commit
ff1e5f7550
@ -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":
|
||||
|
@ -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,
|
||||
|
6
src/vendor/lucide.min.js
vendored
6
src/vendor/lucide.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user