deps: update @quartz-community/types and @quartz-community/utils

This commit is contained in:
saberzero1 2026-04-16 13:26:28 +02:00
parent 097066d3d3
commit 1d323e05cd
No known key found for this signature in database
5 changed files with 777 additions and 251 deletions

View file

@ -1,4 +1,5 @@
import { jsxs, jsx } from 'preact/jsx-runtime';
import { classNames } from '@quartz-community/utils/lang';
// src/components/OverflowList.tsx
var OverflowList = ({
@ -43,11 +44,6 @@ document.addEventListener("nav", (e) => {
};
};
// src/util/lang.ts
function classNames(...classes) {
return classes.filter(Boolean).join(" ");
}
// src/i18n/locales/en-US.ts
var en_US_default = {
components: {

File diff suppressed because one or more lines are too long

6
dist/index.js vendored
View file

@ -1,4 +1,5 @@
import { jsxs, jsx } from 'preact/jsx-runtime';
import { classNames } from '@quartz-community/utils/lang';
// src/components/OverflowList.tsx
var OverflowList = ({
@ -43,11 +44,6 @@ document.addEventListener("nav", (e) => {
};
};
// src/util/lang.ts
function classNames(...classes) {
return classes.filter(Boolean).join(" ");
}
// src/i18n/locales/en-US.ts
var en_US_default = {
components: {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

1012
package-lock.json generated

File diff suppressed because it is too large Load diff