mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 12:49:03 +00:00
chore: update vendored deps
This commit is contained in:
parent
f1332fffbd
commit
5640b12139
@ -11,12 +11,12 @@ 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.7/cdn.global.js",
|
||||
"lucide.min.js": "https://unpkg.com/lucide@0.105.0/dist/umd/lucide.min.js",
|
||||
"twind.min.js": "https://unpkg.com/@twind/cdn@1.0.8/cdn.global.js",
|
||||
"lucide.min.js": "https://unpkg.com/lucide@0.108.0/dist/umd/lucide.min.js",
|
||||
"coloris.min.js":
|
||||
"https://cdn.jsdelivr.net/gh/mdbassit/Coloris@latest/dist/coloris.min.js",
|
||||
"https://cdn.jsdelivr.net/gh/mdbassit/Coloris@v0.17.1/dist/coloris.min.js",
|
||||
"coloris.min.css":
|
||||
"https://cdn.jsdelivr.net/gh/mdbassit/Coloris@latest/dist/coloris.min.css",
|
||||
"https://cdn.jsdelivr.net/gh/mdbassit/Coloris@v0.17.1/dist/coloris.min.css",
|
||||
};
|
||||
|
||||
const output = fileURLToPath(new URL("../src/vendor", import.meta.url)),
|
||||
|
@ -59,29 +59,25 @@ function Onboarding() {
|
||||
href="https://notion-enhancer.github.io/getting-started/basic-usage/"
|
||||
icon="graduation-cap"
|
||||
title="Stuck?"
|
||||
>
|
||||
Check out the basic usage guide.
|
||||
>Check out the basic usage guide.
|
||||
<//>
|
||||
<${Tile}
|
||||
href="https://notion-enhancer.github.io/getting-started/basic-usage/"
|
||||
icon="package-plus"
|
||||
title="Something missing?"
|
||||
>
|
||||
Build your first extension.
|
||||
>Build your own extension.
|
||||
<//>
|
||||
<${Tile}
|
||||
href="https://github.com/notion-enhancer/notion-enhancer/issues/new?template=BUG_REPORT.md"
|
||||
icon="bug"
|
||||
title="Something not working?"
|
||||
>
|
||||
Report a bug.
|
||||
>Report a bug.
|
||||
<//>
|
||||
<${Tile}
|
||||
href="https://discord.gg/sFWPXtA"
|
||||
icon="help-circle"
|
||||
title="Got questions?"
|
||||
>
|
||||
Join the community.
|
||||
>Join the community.
|
||||
<//>
|
||||
</div>`;
|
||||
useState(["rerender"], async () => {
|
||||
|
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
2
src/vendor/twind.min.js
vendored
2
src/vendor/twind.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user