From 2b11941c0edf28c25cf9cf43044868e3883f5199 Mon Sep 17 00:00:00 2001 From: donteatfriedrice Date: Wed, 19 Feb 2025 11:37:19 +0000 Subject: [PATCH] chore: bump theme (#10290) --- .../affine/block-attachment/package.json | 2 +- blocksuite/affine/block-bookmark/package.json | 2 +- blocksuite/affine/block-code/package.json | 2 +- .../affine/block-data-view/package.json | 2 +- blocksuite/affine/block-database/package.json | 2 +- blocksuite/affine/block-divider/package.json | 2 +- .../affine/block-edgeless-text/package.json | 2 +- blocksuite/affine/block-embed/package.json | 2 +- blocksuite/affine/block-frame/package.json | 2 +- blocksuite/affine/block-image/package.json | 2 +- blocksuite/affine/block-latex/package.json | 2 +- blocksuite/affine/block-list/package.json | 2 +- blocksuite/affine/block-note/package.json | 2 +- .../affine/block-paragraph/package.json | 2 +- .../affine/block-surface-ref/package.json | 2 +- blocksuite/affine/block-surface/package.json | 2 +- blocksuite/affine/components/package.json | 2 +- blocksuite/affine/data-view/package.json | 2 +- blocksuite/affine/model/package.json | 2 +- blocksuite/affine/shared/package.json | 2 +- .../affine/widget-drag-handle/package.json | 2 +- .../widget-edgeless-auto-connect/package.json | 2 +- .../affine/widget-frame-title/package.json | 2 +- .../widget-remote-selection/package.json | 2 +- .../widget-scroll-anchoring/package.json | 2 +- blocksuite/blocks/package.json | 2 +- blocksuite/presets/package.json | 2 +- .../apps/electron-renderer/package.json | 2 +- packages/frontend/component/package.json | 2 +- packages/frontend/core/package.json | 2 +- yarn.lock | 68 +++++++++---------- 31 files changed, 64 insertions(+), 64 deletions(-) diff --git a/blocksuite/affine/block-attachment/package.json b/blocksuite/affine/block-attachment/package.json index 608e00b704..4d05ef80d5 100644 --- a/blocksuite/affine/block-attachment/package.json +++ b/blocksuite/affine/block-attachment/package.json @@ -26,7 +26,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "file-type": "^20.0.0", "lit": "^3.2.0", "minimatch": "^10.0.1", diff --git a/blocksuite/affine/block-bookmark/package.json b/blocksuite/affine/block-bookmark/package.json index 1edb3d7103..2967497031 100644 --- a/blocksuite/affine/block-bookmark/package.json +++ b/blocksuite/affine/block-bookmark/package.json @@ -25,7 +25,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "lit": "^3.2.0", "minimatch": "^10.0.1", "zod": "^3.23.8" diff --git a/blocksuite/affine/block-code/package.json b/blocksuite/affine/block-code/package.json index 835bcecbf7..92d4126544 100644 --- a/blocksuite/affine/block-code/package.json +++ b/blocksuite/affine/block-code/package.json @@ -24,7 +24,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.0.1", diff --git a/blocksuite/affine/block-data-view/package.json b/blocksuite/affine/block-data-view/package.json index 0d54ed7086..0e43fe2a8c 100644 --- a/blocksuite/affine/block-data-view/package.json +++ b/blocksuite/affine/block-data-view/package.json @@ -26,7 +26,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.0.1", diff --git a/blocksuite/affine/block-database/package.json b/blocksuite/affine/block-database/package.json index b8984d1694..cddfb23196 100644 --- a/blocksuite/affine/block-database/package.json +++ b/blocksuite/affine/block-database/package.json @@ -26,7 +26,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/mdast": "^4.0.4", "date-fns": "^4.0.0", "lit": "^3.2.0", diff --git a/blocksuite/affine/block-divider/package.json b/blocksuite/affine/block-divider/package.json index 863fa6875f..64ec424c9f 100644 --- a/blocksuite/affine/block-divider/package.json +++ b/blocksuite/affine/block-divider/package.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.0.1", diff --git a/blocksuite/affine/block-edgeless-text/package.json b/blocksuite/affine/block-edgeless-text/package.json index 53c9c7ecb7..1759e2469f 100644 --- a/blocksuite/affine/block-edgeless-text/package.json +++ b/blocksuite/affine/block-edgeless-text/package.json @@ -25,7 +25,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "lit": "^3.2.0", "minimatch": "^10.0.1", "zod": "^3.23.8" diff --git a/blocksuite/affine/block-embed/package.json b/blocksuite/affine/block-embed/package.json index 7d845bf6de..9689a18918 100644 --- a/blocksuite/affine/block-embed/package.json +++ b/blocksuite/affine/block-embed/package.json @@ -25,7 +25,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "lit": "^3.2.0", "minimatch": "^10.0.1", "yjs": "^13.6.21", diff --git a/blocksuite/affine/block-frame/package.json b/blocksuite/affine/block-frame/package.json index 7fa02f2b8d..57276752b2 100644 --- a/blocksuite/affine/block-frame/package.json +++ b/blocksuite/affine/block-frame/package.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.0.1", diff --git a/blocksuite/affine/block-image/package.json b/blocksuite/affine/block-image/package.json index 14ed87c621..33c144940e 100644 --- a/blocksuite/affine/block-image/package.json +++ b/blocksuite/affine/block-image/package.json @@ -26,7 +26,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "file-type": "^20.0.0", "lit": "^3.2.0", "minimatch": "^10.0.1", diff --git a/blocksuite/affine/block-latex/package.json b/blocksuite/affine/block-latex/package.json index 017400b2b5..76986b9efc 100644 --- a/blocksuite/affine/block-latex/package.json +++ b/blocksuite/affine/block-latex/package.json @@ -24,7 +24,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/katex": "^0.16.7", "@types/mdast": "^4.0.4", "katex": "^0.16.11", diff --git a/blocksuite/affine/block-list/package.json b/blocksuite/affine/block-list/package.json index 00902febea..2b78305c37 100644 --- a/blocksuite/affine/block-list/package.json +++ b/blocksuite/affine/block-list/package.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.0.1", diff --git a/blocksuite/affine/block-note/package.json b/blocksuite/affine/block-note/package.json index 6d0eaf75ce..6ab838cd2f 100644 --- a/blocksuite/affine/block-note/package.json +++ b/blocksuite/affine/block-note/package.json @@ -26,7 +26,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/mdast": "^4.0.4", "@vanilla-extract/css": "^1.17.0", "lit": "^3.2.0", diff --git a/blocksuite/affine/block-paragraph/package.json b/blocksuite/affine/block-paragraph/package.json index 9c90a478c6..06e78d7981 100644 --- a/blocksuite/affine/block-paragraph/package.json +++ b/blocksuite/affine/block-paragraph/package.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.0.1", diff --git a/blocksuite/affine/block-surface-ref/package.json b/blocksuite/affine/block-surface-ref/package.json index 31ad601d18..77e7a73be9 100644 --- a/blocksuite/affine/block-surface-ref/package.json +++ b/blocksuite/affine/block-surface-ref/package.json @@ -24,7 +24,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "fractional-indexing": "^3.2.0", "lit": "^3.2.0", "lodash.chunk": "^4.2.0", diff --git a/blocksuite/affine/block-surface/package.json b/blocksuite/affine/block-surface/package.json index 1e754fda79..0d5ec41d78 100644 --- a/blocksuite/affine/block-surface/package.json +++ b/blocksuite/affine/block-surface/package.json @@ -22,7 +22,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "fractional-indexing": "^3.2.0", "html2canvas": "^1.4.1", "lit": "^3.2.0", diff --git a/blocksuite/affine/components/package.json b/blocksuite/affine/components/package.json index 007f482311..f0a7d643ec 100644 --- a/blocksuite/affine/components/package.json +++ b/blocksuite/affine/components/package.json @@ -24,7 +24,7 @@ "@lit/context": "^1.1.2", "@lottiefiles/dotlottie-wc": "^0.4.0", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", "collapse-white-space": "^2.1.0", diff --git a/blocksuite/affine/data-view/package.json b/blocksuite/affine/data-view/package.json index 1c4b62018f..6eda639d11 100644 --- a/blocksuite/affine/data-view/package.json +++ b/blocksuite/affine/data-view/package.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "date-fns": "^4.0.0", "lit": "^3.2.0", "yjs": "^13.6.21", diff --git a/blocksuite/affine/model/package.json b/blocksuite/affine/model/package.json index 2168e17691..cc13505f6f 100644 --- a/blocksuite/affine/model/package.json +++ b/blocksuite/affine/model/package.json @@ -17,7 +17,7 @@ "@blocksuite/global": "workspace:*", "@blocksuite/inline": "workspace:*", "@blocksuite/store": "workspace:*", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "fractional-indexing": "^3.2.0", "yjs": "^13.6.21", "zod": "^3.23.8" diff --git a/blocksuite/affine/shared/package.json b/blocksuite/affine/shared/package.json index c064e07117..1269d9205c 100644 --- a/blocksuite/affine/shared/package.json +++ b/blocksuite/affine/shared/package.json @@ -22,7 +22,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", "fractional-indexing": "^3.2.0", diff --git a/blocksuite/affine/widget-drag-handle/package.json b/blocksuite/affine/widget-drag-handle/package.json index 5f9feb3ea9..8ac6c88549 100644 --- a/blocksuite/affine/widget-drag-handle/package.json +++ b/blocksuite/affine/widget-drag-handle/package.json @@ -28,7 +28,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "lit": "^3.2.0", "minimatch": "^10.0.1", "zod": "^3.23.8" diff --git a/blocksuite/affine/widget-edgeless-auto-connect/package.json b/blocksuite/affine/widget-edgeless-auto-connect/package.json index 3fca56da32..d1520b499f 100644 --- a/blocksuite/affine/widget-edgeless-auto-connect/package.json +++ b/blocksuite/affine/widget-edgeless-auto-connect/package.json @@ -22,7 +22,7 @@ "@blocksuite/global": "workspace:*", "@blocksuite/icons": "^2.2.3", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "lit": "^3.2.0" }, "exports": { diff --git a/blocksuite/affine/widget-frame-title/package.json b/blocksuite/affine/widget-frame-title/package.json index 2642e2f7f3..019537a702 100644 --- a/blocksuite/affine/widget-frame-title/package.json +++ b/blocksuite/affine/widget-frame-title/package.json @@ -20,7 +20,7 @@ "@blocksuite/global": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "lit": "^3.2.0" }, "exports": { diff --git a/blocksuite/affine/widget-remote-selection/package.json b/blocksuite/affine/widget-remote-selection/package.json index 9e7ab98909..3a115e4e2e 100644 --- a/blocksuite/affine/widget-remote-selection/package.json +++ b/blocksuite/affine/widget-remote-selection/package.json @@ -21,7 +21,7 @@ "@blocksuite/global": "workspace:*", "@blocksuite/icons": "^2.2.3", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "lit": "^3.2.0" }, "exports": { diff --git a/blocksuite/affine/widget-scroll-anchoring/package.json b/blocksuite/affine/widget-scroll-anchoring/package.json index af9929a935..ac84e539d0 100644 --- a/blocksuite/affine/widget-scroll-anchoring/package.json +++ b/blocksuite/affine/widget-scroll-anchoring/package.json @@ -18,7 +18,7 @@ "@blocksuite/block-std": "workspace:*", "@blocksuite/global": "workspace:*", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "lit": "^3.2.0" }, "exports": { diff --git a/blocksuite/blocks/package.json b/blocksuite/blocks/package.json index 070768f089..314e537b52 100644 --- a/blocksuite/blocks/package.json +++ b/blocksuite/blocks/package.json @@ -48,7 +48,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@vanilla-extract/css": "^1.17.0", "date-fns": "^4.0.0", "dompurify": "^3.1.6", diff --git a/blocksuite/presets/package.json b/blocksuite/presets/package.json index e6cbc893e2..f4b128f103 100644 --- a/blocksuite/presets/package.json +++ b/blocksuite/presets/package.json @@ -28,7 +28,7 @@ "@lit/context": "^1.1.3", "@lottiefiles/dotlottie-wc": "^0.4.0", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@vanilla-extract/css": "^1.17.0", "lit": "^3.2.0", "yjs": "^13.6.21", diff --git a/packages/frontend/apps/electron-renderer/package.json b/packages/frontend/apps/electron-renderer/package.json index 68cfca6efd..deb3f80059 100644 --- a/packages/frontend/apps/electron-renderer/package.json +++ b/packages/frontend/apps/electron-renderer/package.json @@ -16,7 +16,7 @@ "@emotion/react": "^11.14.0", "@sentry/react": "^8.44.0", "@toeverything/infra": "workspace:*", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@vanilla-extract/css": "^1.16.1", "async-call-rpc": "^6.4.2", "next-themes": "^0.4.4", diff --git a/packages/frontend/component/package.json b/packages/frontend/component/package.json index d411be1e5a..8eaf2abdfd 100644 --- a/packages/frontend/component/package.json +++ b/packages/frontend/component/package.json @@ -43,7 +43,7 @@ "@radix-ui/react-toast": "^1.2.3", "@radix-ui/react-tooltip": "^1.1.5", "@radix-ui/react-visually-hidden": "^1.1.1", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@vanilla-extract/dynamic": "^2.1.2", "check-password-strength": "^3.0.0", "clsx": "^2.1.1", diff --git a/packages/frontend/core/package.json b/packages/frontend/core/package.json index 4241e7a0d1..657152c995 100644 --- a/packages/frontend/core/package.json +++ b/packages/frontend/core/package.json @@ -37,7 +37,7 @@ "@sentry/react": "^8.44.0", "@toeverything/infra": "workspace:*", "@toeverything/pdf-viewer": "^0.1.1", - "@toeverything/theme": "^1.1.7", + "@toeverything/theme": "^1.1.11", "@vanilla-extract/dynamic": "^2.1.2", "animejs": "^3.2.2", "bytes": "^3.1.2", diff --git a/yarn.lock b/yarn.lock index f6bd299069..8d9d48db33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -308,7 +308,7 @@ __metadata: "@storybook/react-vite": "npm:^8.4.7" "@testing-library/dom": "npm:^10.4.0" "@testing-library/react": "npm:^16.1.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/react": "npm:^19.0.1" "@types/react-dom": "npm:^19.0.2" "@vanilla-extract/css": "npm:^1.16.1" @@ -391,7 +391,7 @@ __metadata: "@testing-library/react": "npm:^16.1.0" "@toeverything/infra": "workspace:*" "@toeverything/pdf-viewer": "npm:^0.1.1" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/animejs": "npm:^3.1.12" "@types/bytes": "npm:^3.1.5" "@types/image-blob-reduce": "npm:^4.1.4" @@ -485,7 +485,7 @@ __metadata: "@emotion/react": "npm:^11.14.0" "@sentry/react": "npm:^8.44.0" "@toeverything/infra": "workspace:*" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/react": "npm:^19.0.1" "@types/react-dom": "npm:^19.0.2" "@vanilla-extract/css": "npm:^1.16.1" @@ -3288,7 +3288,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" file-type: "npm:^20.0.0" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3312,7 +3312,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" zod: "npm:^3.23.8" @@ -3334,7 +3334,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3360,7 +3360,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3385,7 +3385,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/mdast": "npm:^4.0.4" date-fns: "npm:^4.0.0" lit: "npm:^3.2.0" @@ -3409,7 +3409,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3433,7 +3433,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" zod: "npm:^3.23.8" @@ -3456,7 +3456,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" vitest: "npm:3.0.6" @@ -3479,7 +3479,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3504,7 +3504,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" file-type: "npm:^20.0.0" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3527,7 +3527,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/katex": "npm:^0.16.7" "@types/mdast": "npm:^4.0.4" katex: "npm:^0.16.11" @@ -3552,7 +3552,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3578,7 +3578,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/mdast": "npm:^4.0.4" "@vanilla-extract/css": "npm:^1.17.0" lit: "npm:^3.2.0" @@ -3601,7 +3601,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3624,7 +3624,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/lodash.chunk": "npm:^4.2.9" fractional-indexing: "npm:^3.2.0" lit: "npm:^3.2.0" @@ -3647,7 +3647,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/lodash.chunk": "npm:^4.2.9" fractional-indexing: "npm:^3.2.0" html2canvas: "npm:^1.4.1" @@ -3698,7 +3698,7 @@ __metadata: "@lit/context": "npm:^1.1.2" "@lottiefiles/dotlottie-wc": "npm:^0.4.0" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/hast": "npm:^3.0.4" "@types/katex": "npm:^0.16.7" "@types/lodash.clonedeep": "npm:^4.5.9" @@ -3724,7 +3724,7 @@ __metadata: "@blocksuite/global": "workspace:*" "@blocksuite/inline": "workspace:*" "@blocksuite/store": "workspace:*" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" fractional-indexing: "npm:^3.2.0" yjs: "npm:^13.6.21" zod: "npm:^3.23.8" @@ -3744,7 +3744,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/hast": "npm:^3.0.4" "@types/lodash.clonedeep": "npm:^4.5.9" "@types/lodash.mergewith": "npm:^4" @@ -3797,7 +3797,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" zod: "npm:^3.23.8" @@ -3817,7 +3817,7 @@ __metadata: "@blocksuite/global": "workspace:*" "@blocksuite/icons": "npm:^2.2.3" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" lit: "npm:^3.2.0" languageName: unknown linkType: soft @@ -3833,7 +3833,7 @@ __metadata: "@blocksuite/global": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" lit: "npm:^3.2.0" languageName: unknown linkType: soft @@ -3850,7 +3850,7 @@ __metadata: "@blocksuite/global": "workspace:*" "@blocksuite/icons": "npm:^2.2.3" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" lit: "npm:^3.2.0" languageName: unknown linkType: soft @@ -3864,7 +3864,7 @@ __metadata: "@blocksuite/block-std": "workspace:*" "@blocksuite/global": "workspace:*" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" lit: "npm:^3.2.0" languageName: unknown linkType: soft @@ -3948,7 +3948,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@types/katex": "npm:^0.16.7" "@types/lodash-es": "npm:^4.17.12" "@vanilla-extract/css": "npm:^1.17.0" @@ -3987,7 +3987,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" date-fns: "npm:^4.0.0" lit: "npm:^3.2.0" yjs: "npm:^13.6.21" @@ -4116,7 +4116,7 @@ __metadata: "@lit/context": "npm:^1.1.3" "@lottiefiles/dotlottie-wc": "npm:^0.4.0" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.7" + "@toeverything/theme": "npm:^1.1.11" "@vanilla-extract/css": "npm:^1.17.0" "@vanilla-extract/vite-plugin": "npm:^5.0.0" lit: "npm:^3.2.0" @@ -14573,10 +14573,10 @@ __metadata: languageName: node linkType: hard -"@toeverything/theme@npm:^1.1.7": - version: 1.1.10 - resolution: "@toeverything/theme@npm:1.1.10" - checksum: 10/9b02a82063bab86091a07ad011de00bc61331974d8c432b0fc85bfb1c66eee3a8bdad691887c0dbf7460ac983bef2b7706a53e193deea91ef865fc694d53f0de +"@toeverything/theme@npm:^1.1.11, @toeverything/theme@npm:^1.1.7": + version: 1.1.11 + resolution: "@toeverything/theme@npm:1.1.11" + checksum: 10/258da4eb51057b0a1d520f4b537a6c4a495d346e9b38db8fe67e985e197e5edb524cb2de16e7edc0d73672cc401e11d6fd98d573c6a0067233b1fd5459e02340 languageName: node linkType: hard