From cf98afb32e323b74c67eabbdf9dbf41c9aeba7fa Mon Sep 17 00:00:00 2001 From: Cats Juice Date: Tue, 6 Jan 2026 20:48:44 +0800 Subject: [PATCH] chore: bump theme@1.1.23 (#14222) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #13952 ## Summary by CodeRabbit * **Chores** * Upgraded the shared theme library from v1.1.16 to v1.1.23 across the project (core components, UI widgets, content blocks, and frontend apps), delivering the latest styling and design refinements platform-wide. ✏️ Tip: You can customize this high-level summary in your review settings. --------- Co-authored-by: L-Sun --- .../affine/blocks/attachment/package.json | 2 +- .../affine/blocks/bookmark/package.json | 2 +- blocksuite/affine/blocks/callout/package.json | 2 +- blocksuite/affine/blocks/code/package.json | 2 +- .../affine/blocks/data-view/package.json | 2 +- .../affine/blocks/database/package.json | 2 +- blocksuite/affine/blocks/divider/package.json | 2 +- .../affine/blocks/edgeless-text/package.json | 2 +- .../affine/blocks/embed-doc/package.json | 2 +- blocksuite/affine/blocks/embed/package.json | 2 +- blocksuite/affine/blocks/frame/package.json | 2 +- blocksuite/affine/blocks/image/package.json | 2 +- blocksuite/affine/blocks/latex/package.json | 2 +- blocksuite/affine/blocks/list/package.json | 2 +- blocksuite/affine/blocks/note/package.json | 2 +- .../affine/blocks/paragraph/package.json | 2 +- blocksuite/affine/blocks/root/package.json | 2 +- .../affine/blocks/surface-ref/package.json | 2 +- blocksuite/affine/blocks/surface/package.json | 2 +- blocksuite/affine/components/package.json | 2 +- blocksuite/affine/data-view/package.json | 2 +- blocksuite/affine/foundation/package.json | 2 +- .../fragments/adapter-panel/package.json | 2 +- .../affine/fragments/doc-title/package.json | 2 +- .../affine/fragments/frame-panel/package.json | 2 +- .../affine/fragments/outline/package.json | 2 +- blocksuite/affine/gfx/brush/package.json | 2 +- blocksuite/affine/gfx/connector/package.json | 2 +- blocksuite/affine/gfx/group/package.json | 2 +- blocksuite/affine/gfx/link/package.json | 2 +- blocksuite/affine/gfx/mindmap/package.json | 2 +- blocksuite/affine/gfx/note/package.json | 2 +- blocksuite/affine/gfx/pointer/package.json | 2 +- blocksuite/affine/gfx/shape/package.json | 2 +- blocksuite/affine/gfx/template/package.json | 2 +- blocksuite/affine/gfx/text/package.json | 2 +- .../affine/inlines/comment/package.json | 2 +- .../affine/inlines/footnote/package.json | 2 +- blocksuite/affine/inlines/latex/package.json | 2 +- blocksuite/affine/inlines/link/package.json | 2 +- .../affine/inlines/mention/package.json | 2 +- blocksuite/affine/inlines/preset/package.json | 2 +- .../affine/inlines/reference/package.json | 2 +- blocksuite/affine/model/package.json | 2 +- blocksuite/affine/rich-text/package.json | 2 +- blocksuite/affine/shared/package.json | 2 +- .../affine/widgets/drag-handle/package.json | 2 +- .../edgeless-auto-connect/package.json | 2 +- .../edgeless-dragging-area/package.json | 2 +- .../edgeless-selected-rect/package.json | 2 +- .../widgets/edgeless-toolbar/package.json | 2 +- .../edgeless-zoom-toolbar/package.json | 2 +- .../affine/widgets/frame-title/package.json | 2 +- .../widgets/keyboard-toolbar/package.json | 2 +- .../affine/widgets/linked-doc/package.json | 2 +- .../affine/widgets/note-slicer/package.json | 2 +- .../widgets/page-dragging-area/package.json | 2 +- .../widgets/remote-selection/package.json | 2 +- .../widgets/scroll-anchoring/package.json | 2 +- .../affine/widgets/slash-menu/package.json | 2 +- .../affine/widgets/toolbar/package.json | 2 +- .../widgets/viewport-overlay/package.json | 2 +- blocksuite/integration-test/package.json | 2 +- packages/frontend/admin/package.json | 2 +- .../apps/electron-renderer/package.json | 2 +- packages/frontend/component/package.json | 2 +- packages/frontend/core/package.json | 2 +- tests/blocksuite/package.json | 2 +- yarn.lock | 144 +++++++++--------- 69 files changed, 140 insertions(+), 140 deletions(-) diff --git a/blocksuite/affine/blocks/attachment/package.json b/blocksuite/affine/blocks/attachment/package.json index 2450ebc22..b1f1d17fa 100644 --- a/blocksuite/affine/blocks/attachment/package.json +++ b/blocksuite/affine/blocks/attachment/package.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "file-type": "^21.0.0", "lit": "^3.2.0", "minimatch": "^10.1.1", diff --git a/blocksuite/affine/blocks/bookmark/package.json b/blocksuite/affine/blocks/bookmark/package.json index 8dcd0f1a1..06175871a 100644 --- a/blocksuite/affine/blocks/bookmark/package.json +++ b/blocksuite/affine/blocks/bookmark/package.json @@ -24,7 +24,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "minimatch": "^10.1.1", "rxjs": "^7.8.2", diff --git a/blocksuite/affine/blocks/callout/package.json b/blocksuite/affine/blocks/callout/package.json index b729895f6..ec7a806bc 100644 --- a/blocksuite/affine/blocks/callout/package.json +++ b/blocksuite/affine/blocks/callout/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.16", + "@toeverything/theme": "^1.1.23", "@types/mdast": "^4.0.4", "emoji-mart": "^5.6.0", "lit": "^3.2.0", diff --git a/blocksuite/affine/blocks/code/package.json b/blocksuite/affine/blocks/code/package.json index affc92cb6..5f1731922 100644 --- a/blocksuite/affine/blocks/code/package.json +++ b/blocksuite/affine/blocks/code/package.json @@ -28,7 +28,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.1.1", diff --git a/blocksuite/affine/blocks/data-view/package.json b/blocksuite/affine/blocks/data-view/package.json index 86fee02bd..56b751dd0 100644 --- a/blocksuite/affine/blocks/data-view/package.json +++ b/blocksuite/affine/blocks/data-view/package.json @@ -24,7 +24,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.1.1", diff --git a/blocksuite/affine/blocks/database/package.json b/blocksuite/affine/blocks/database/package.json index 6ca61d566..f79efc36a 100644 --- a/blocksuite/affine/blocks/database/package.json +++ b/blocksuite/affine/blocks/database/package.json @@ -28,7 +28,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/mdast": "^4.0.4", "date-fns": "^4.0.0", "lit": "^3.2.0", diff --git a/blocksuite/affine/blocks/divider/package.json b/blocksuite/affine/blocks/divider/package.json index e413218e8..33a750569 100644 --- a/blocksuite/affine/blocks/divider/package.json +++ b/blocksuite/affine/blocks/divider/package.json @@ -21,7 +21,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.1.1", diff --git a/blocksuite/affine/blocks/edgeless-text/package.json b/blocksuite/affine/blocks/edgeless-text/package.json index b5e6b2324..91c7614dc 100644 --- a/blocksuite/affine/blocks/edgeless-text/package.json +++ b/blocksuite/affine/blocks/edgeless-text/package.json @@ -26,7 +26,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "minimatch": "^10.1.1", "rxjs": "^7.8.2", diff --git a/blocksuite/affine/blocks/embed-doc/package.json b/blocksuite/affine/blocks/embed-doc/package.json index 2255a5a89..b485b5075 100644 --- a/blocksuite/affine/blocks/embed-doc/package.json +++ b/blocksuite/affine/blocks/embed-doc/package.json @@ -26,7 +26,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/blocks/embed/package.json b/blocksuite/affine/blocks/embed/package.json index b5e319eb7..3c1f9fb92 100644 --- a/blocksuite/affine/blocks/embed/package.json +++ b/blocksuite/affine/blocks/embed/package.json @@ -26,7 +26,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/blocks/frame/package.json b/blocksuite/affine/blocks/frame/package.json index 8152839ae..c7fada833 100644 --- a/blocksuite/affine/blocks/frame/package.json +++ b/blocksuite/affine/blocks/frame/package.json @@ -25,7 +25,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.1.1", diff --git a/blocksuite/affine/blocks/image/package.json b/blocksuite/affine/blocks/image/package.json index 41c41935b..6d20e8ee4 100644 --- a/blocksuite/affine/blocks/image/package.json +++ b/blocksuite/affine/blocks/image/package.json @@ -25,7 +25,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "file-type": "^21.0.0", "lit": "^3.2.0", "minimatch": "^10.1.1", diff --git a/blocksuite/affine/blocks/latex/package.json b/blocksuite/affine/blocks/latex/package.json index c8c30bfdd..5cc4f19aa 100644 --- a/blocksuite/affine/blocks/latex/package.json +++ b/blocksuite/affine/blocks/latex/package.json @@ -25,7 +25,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/katex": "^0.16.7", "@types/mdast": "^4.0.4", "katex": "^0.16.27", diff --git a/blocksuite/affine/blocks/list/package.json b/blocksuite/affine/blocks/list/package.json index 2fcebfe84..d0f1bf915 100644 --- a/blocksuite/affine/blocks/list/package.json +++ b/blocksuite/affine/blocks/list/package.json @@ -24,7 +24,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.1.1", diff --git a/blocksuite/affine/blocks/note/package.json b/blocksuite/affine/blocks/note/package.json index 7c629af9b..faf362a43 100644 --- a/blocksuite/affine/blocks/note/package.json +++ b/blocksuite/affine/blocks/note/package.json @@ -27,7 +27,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "@types/mdast": "^4.0.4", "@vanilla-extract/css": "^1.17.0", diff --git a/blocksuite/affine/blocks/paragraph/package.json b/blocksuite/affine/blocks/paragraph/package.json index 2bc5d6f90..54c8df1d9 100644 --- a/blocksuite/affine/blocks/paragraph/package.json +++ b/blocksuite/affine/blocks/paragraph/package.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/mdast": "^4.0.4", "lit": "^3.2.0", "minimatch": "^10.1.1", diff --git a/blocksuite/affine/blocks/root/package.json b/blocksuite/affine/blocks/root/package.json index 67c1b6cc6..5f6386d16 100644 --- a/blocksuite/affine/blocks/root/package.json +++ b/blocksuite/affine/blocks/root/package.json @@ -44,7 +44,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "dompurify": "^3.3.0", "html2canvas": "^1.4.1", diff --git a/blocksuite/affine/blocks/surface-ref/package.json b/blocksuite/affine/blocks/surface-ref/package.json index 2a36f7e18..6823f34b5 100644 --- a/blocksuite/affine/blocks/surface-ref/package.json +++ b/blocksuite/affine/blocks/surface-ref/package.json @@ -25,7 +25,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "fractional-indexing": "^3.2.0", "lit": "^3.2.0", diff --git a/blocksuite/affine/blocks/surface/package.json b/blocksuite/affine/blocks/surface/package.json index aaf7c0dde..426b487f4 100644 --- a/blocksuite/affine/blocks/surface/package.json +++ b/blocksuite/affine/blocks/surface/package.json @@ -20,7 +20,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "fractional-indexing": "^3.2.0", "html2canvas": "^1.4.1", diff --git a/blocksuite/affine/components/package.json b/blocksuite/affine/components/package.json index 6d7ee4dbd..b922f6d3a 100644 --- a/blocksuite/affine/components/package.json +++ b/blocksuite/affine/components/package.json @@ -21,7 +21,7 @@ "@lit/context": "^1.1.2", "@lottiefiles/dotlottie-wc": "^0.5.0", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/hast": "^3.0.4", "@types/katex": "^0.16.7", "@types/lodash-es": "^4.17.12", diff --git a/blocksuite/affine/data-view/package.json b/blocksuite/affine/data-view/package.json index 97106726d..1a1129a6c 100644 --- a/blocksuite/affine/data-view/package.json +++ b/blocksuite/affine/data-view/package.json @@ -21,7 +21,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "clsx": "^2.1.1", "date-fns": "^4.0.0", diff --git a/blocksuite/affine/foundation/package.json b/blocksuite/affine/foundation/package.json index 9613f2213..f31f1d15a 100644 --- a/blocksuite/affine/foundation/package.json +++ b/blocksuite/affine/foundation/package.json @@ -22,7 +22,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/fragments/adapter-panel/package.json b/blocksuite/affine/fragments/adapter-panel/package.json index b4c9a4a4a..fbe172df1 100644 --- a/blocksuite/affine/fragments/adapter-panel/package.json +++ b/blocksuite/affine/fragments/adapter-panel/package.json @@ -21,7 +21,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "rxjs": "^7.8.2" }, diff --git a/blocksuite/affine/fragments/doc-title/package.json b/blocksuite/affine/fragments/doc-title/package.json index 2f10251b9..81b6203ae 100644 --- a/blocksuite/affine/fragments/doc-title/package.json +++ b/blocksuite/affine/fragments/doc-title/package.json @@ -24,7 +24,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "minimatch": "^10.1.1", "rxjs": "^7.8.2", diff --git a/blocksuite/affine/fragments/frame-panel/package.json b/blocksuite/affine/fragments/frame-panel/package.json index a3e8a2bf9..4ce628c6f 100644 --- a/blocksuite/affine/fragments/frame-panel/package.json +++ b/blocksuite/affine/fragments/frame-panel/package.json @@ -24,7 +24,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/fragments/outline/package.json b/blocksuite/affine/fragments/outline/package.json index 3393aedec..144d75e13 100644 --- a/blocksuite/affine/fragments/outline/package.json +++ b/blocksuite/affine/fragments/outline/package.json @@ -24,7 +24,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@vanilla-extract/css": "^1.17.0", "lit": "^3.2.0", "minimatch": "^10.1.1", diff --git a/blocksuite/affine/gfx/brush/package.json b/blocksuite/affine/gfx/brush/package.json index 1dd221ed4..30f2be98b 100644 --- a/blocksuite/affine/gfx/brush/package.json +++ b/blocksuite/affine/gfx/brush/package.json @@ -23,7 +23,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/gfx/connector/package.json b/blocksuite/affine/gfx/connector/package.json index 30e4ff679..f7fcd9e14 100644 --- a/blocksuite/affine/gfx/connector/package.json +++ b/blocksuite/affine/gfx/connector/package.json @@ -24,7 +24,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/gfx/group/package.json b/blocksuite/affine/gfx/group/package.json index 5832e4c61..ba42ba0e7 100644 --- a/blocksuite/affine/gfx/group/package.json +++ b/blocksuite/affine/gfx/group/package.json @@ -24,7 +24,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/gfx/link/package.json b/blocksuite/affine/gfx/link/package.json index 2aaa50fd3..f52f55e35 100644 --- a/blocksuite/affine/gfx/link/package.json +++ b/blocksuite/affine/gfx/link/package.json @@ -26,7 +26,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/gfx/mindmap/package.json b/blocksuite/affine/gfx/mindmap/package.json index ee41f657c..4a5298282 100644 --- a/blocksuite/affine/gfx/mindmap/package.json +++ b/blocksuite/affine/gfx/mindmap/package.json @@ -30,7 +30,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/gfx/note/package.json b/blocksuite/affine/gfx/note/package.json index 8a0679f0f..5a00efaf0 100644 --- a/blocksuite/affine/gfx/note/package.json +++ b/blocksuite/affine/gfx/note/package.json @@ -26,7 +26,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/gfx/pointer/package.json b/blocksuite/affine/gfx/pointer/package.json index c13dad221..342f4d043 100644 --- a/blocksuite/affine/gfx/pointer/package.json +++ b/blocksuite/affine/gfx/pointer/package.json @@ -23,7 +23,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/gfx/shape/package.json b/blocksuite/affine/gfx/shape/package.json index e199e7478..d3c86845c 100644 --- a/blocksuite/affine/gfx/shape/package.json +++ b/blocksuite/affine/gfx/shape/package.json @@ -24,7 +24,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/gfx/template/package.json b/blocksuite/affine/gfx/template/package.json index af6e977f3..a692aa035 100644 --- a/blocksuite/affine/gfx/template/package.json +++ b/blocksuite/affine/gfx/template/package.json @@ -25,7 +25,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/gfx/text/package.json b/blocksuite/affine/gfx/text/package.json index 306e16323..46a4845e6 100644 --- a/blocksuite/affine/gfx/text/package.json +++ b/blocksuite/affine/gfx/text/package.json @@ -23,7 +23,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/inlines/comment/package.json b/blocksuite/affine/inlines/comment/package.json index 6a4925c7d..a1bf59209 100644 --- a/blocksuite/affine/inlines/comment/package.json +++ b/blocksuite/affine/inlines/comment/package.json @@ -19,7 +19,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.15", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lit-html": "^3.2.1", diff --git a/blocksuite/affine/inlines/footnote/package.json b/blocksuite/affine/inlines/footnote/package.json index fae64db59..78ed2d68f 100644 --- a/blocksuite/affine/inlines/footnote/package.json +++ b/blocksuite/affine/inlines/footnote/package.json @@ -22,7 +22,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "collapse-white-space": "^2.1.0", "date-fns": "^4.0.0", diff --git a/blocksuite/affine/inlines/latex/package.json b/blocksuite/affine/inlines/latex/package.json index 7a963e929..ebcdc4166 100644 --- a/blocksuite/affine/inlines/latex/package.json +++ b/blocksuite/affine/inlines/latex/package.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/hast": "^3.0.4", "@types/katex": "^0.16.7", "@types/lodash-es": "^4.17.12", diff --git a/blocksuite/affine/inlines/link/package.json b/blocksuite/affine/inlines/link/package.json index 04e5ffbaa..5a94aafb4 100644 --- a/blocksuite/affine/inlines/link/package.json +++ b/blocksuite/affine/inlines/link/package.json @@ -22,7 +22,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "collapse-white-space": "^2.1.0", "date-fns": "^4.0.0", diff --git a/blocksuite/affine/inlines/mention/package.json b/blocksuite/affine/inlines/mention/package.json index d49853f61..bc390b558 100644 --- a/blocksuite/affine/inlines/mention/package.json +++ b/blocksuite/affine/inlines/mention/package.json @@ -21,7 +21,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "collapse-white-space": "^2.1.0", "date-fns": "^4.0.0", diff --git a/blocksuite/affine/inlines/preset/package.json b/blocksuite/affine/inlines/preset/package.json index ee95a22e2..d731b2170 100644 --- a/blocksuite/affine/inlines/preset/package.json +++ b/blocksuite/affine/inlines/preset/package.json @@ -28,7 +28,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/hast": "^3.0.4", "@types/katex": "^0.16.7", "@types/lodash-es": "^4.17.12", diff --git a/blocksuite/affine/inlines/reference/package.json b/blocksuite/affine/inlines/reference/package.json index 45d3c256b..91d4652c6 100644 --- a/blocksuite/affine/inlines/reference/package.json +++ b/blocksuite/affine/inlines/reference/package.json @@ -21,7 +21,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "collapse-white-space": "^2.1.0", "date-fns": "^4.0.0", diff --git a/blocksuite/affine/model/package.json b/blocksuite/affine/model/package.json index a3b097892..d5876f5df 100644 --- a/blocksuite/affine/model/package.json +++ b/blocksuite/affine/model/package.json @@ -13,7 +13,7 @@ "@blocksuite/global": "workspace:*", "@blocksuite/std": "workspace:*", "@blocksuite/store": "workspace:*", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "fractional-indexing": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/rich-text/package.json b/blocksuite/affine/rich-text/package.json index 923871070..243e4c16a 100644 --- a/blocksuite/affine/rich-text/package.json +++ b/blocksuite/affine/rich-text/package.json @@ -20,7 +20,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "collapse-white-space": "^2.1.0", "date-fns": "^4.0.0", diff --git a/blocksuite/affine/shared/package.json b/blocksuite/affine/shared/package.json index 82a44d4cb..ba3f3636c 100644 --- a/blocksuite/affine/shared/package.json +++ b/blocksuite/affine/shared/package.json @@ -18,7 +18,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/bytes": "^3.1.5", "@types/hast": "^3.0.4", "@types/lodash-es": "^4.17.12", diff --git a/blocksuite/affine/widgets/drag-handle/package.json b/blocksuite/affine/widgets/drag-handle/package.json index f60a03aad..a497fd1f7 100644 --- a/blocksuite/affine/widgets/drag-handle/package.json +++ b/blocksuite/affine/widgets/drag-handle/package.json @@ -27,7 +27,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/widgets/edgeless-auto-connect/package.json b/blocksuite/affine/widgets/edgeless-auto-connect/package.json index 9a4837b5b..e27297dbe 100644 --- a/blocksuite/affine/widgets/edgeless-auto-connect/package.json +++ b/blocksuite/affine/widgets/edgeless-auto-connect/package.json @@ -20,7 +20,7 @@ "@blocksuite/icons": "^2.2.17", "@blocksuite/std": "workspace:*", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "rxjs": "^7.8.2" }, diff --git a/blocksuite/affine/widgets/edgeless-dragging-area/package.json b/blocksuite/affine/widgets/edgeless-dragging-area/package.json index e16ca7f49..966f91ac6 100644 --- a/blocksuite/affine/widgets/edgeless-dragging-area/package.json +++ b/blocksuite/affine/widgets/edgeless-dragging-area/package.json @@ -21,7 +21,7 @@ "@blocksuite/std": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "rxjs": "^7.8.2", "yjs": "^13.6.27" diff --git a/blocksuite/affine/widgets/edgeless-selected-rect/package.json b/blocksuite/affine/widgets/edgeless-selected-rect/package.json index 149db05f9..8ea44ccfd 100644 --- a/blocksuite/affine/widgets/edgeless-selected-rect/package.json +++ b/blocksuite/affine/widgets/edgeless-selected-rect/package.json @@ -25,7 +25,7 @@ "@blocksuite/std": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "rxjs": "^7.8.2", "yjs": "^13.6.27" diff --git a/blocksuite/affine/widgets/edgeless-toolbar/package.json b/blocksuite/affine/widgets/edgeless-toolbar/package.json index d242f9a31..18d45adb8 100644 --- a/blocksuite/affine/widgets/edgeless-toolbar/package.json +++ b/blocksuite/affine/widgets/edgeless-toolbar/package.json @@ -22,7 +22,7 @@ "@floating-ui/dom": "^1.6.13", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/widgets/edgeless-zoom-toolbar/package.json b/blocksuite/affine/widgets/edgeless-zoom-toolbar/package.json index 086cbdae1..c4342712d 100644 --- a/blocksuite/affine/widgets/edgeless-zoom-toolbar/package.json +++ b/blocksuite/affine/widgets/edgeless-zoom-toolbar/package.json @@ -20,7 +20,7 @@ "@blocksuite/std": "workspace:*", "@floating-ui/dom": "^1.6.13", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/widgets/frame-title/package.json b/blocksuite/affine/widgets/frame-title/package.json index e89d1e9b0..320b97e7f 100644 --- a/blocksuite/affine/widgets/frame-title/package.json +++ b/blocksuite/affine/widgets/frame-title/package.json @@ -20,7 +20,7 @@ "@blocksuite/std": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "rxjs": "^7.8.2" }, diff --git a/blocksuite/affine/widgets/keyboard-toolbar/package.json b/blocksuite/affine/widgets/keyboard-toolbar/package.json index d30dcf0be..02ede578c 100644 --- a/blocksuite/affine/widgets/keyboard-toolbar/package.json +++ b/blocksuite/affine/widgets/keyboard-toolbar/package.json @@ -38,7 +38,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "fflate": "^0.8.2", "lit": "^3.2.0", diff --git a/blocksuite/affine/widgets/linked-doc/package.json b/blocksuite/affine/widgets/linked-doc/package.json index 9bd1bd6a2..2e98b6db0 100644 --- a/blocksuite/affine/widgets/linked-doc/package.json +++ b/blocksuite/affine/widgets/linked-doc/package.json @@ -23,7 +23,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "fflate": "^0.8.2", "js-yaml": "^4.1.1", diff --git a/blocksuite/affine/widgets/note-slicer/package.json b/blocksuite/affine/widgets/note-slicer/package.json index b628164cc..6419cf7d9 100644 --- a/blocksuite/affine/widgets/note-slicer/package.json +++ b/blocksuite/affine/widgets/note-slicer/package.json @@ -22,7 +22,7 @@ "@blocksuite/std": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "rxjs": "^7.8.2", "yjs": "^13.6.27" diff --git a/blocksuite/affine/widgets/page-dragging-area/package.json b/blocksuite/affine/widgets/page-dragging-area/package.json index 513223ede..38d054989 100644 --- a/blocksuite/affine/widgets/page-dragging-area/package.json +++ b/blocksuite/affine/widgets/page-dragging-area/package.json @@ -20,7 +20,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "fflate": "^0.8.2", "lit": "^3.2.0", diff --git a/blocksuite/affine/widgets/remote-selection/package.json b/blocksuite/affine/widgets/remote-selection/package.json index 203d9a60e..05f2507c0 100644 --- a/blocksuite/affine/widgets/remote-selection/package.json +++ b/blocksuite/affine/widgets/remote-selection/package.json @@ -19,7 +19,7 @@ "@blocksuite/icons": "^2.2.17", "@blocksuite/std": "workspace:*", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/widgets/scroll-anchoring/package.json b/blocksuite/affine/widgets/scroll-anchoring/package.json index a594fdc0e..a2343a5c0 100644 --- a/blocksuite/affine/widgets/scroll-anchoring/package.json +++ b/blocksuite/affine/widgets/scroll-anchoring/package.json @@ -16,7 +16,7 @@ "@blocksuite/global": "workspace:*", "@blocksuite/std": "workspace:*", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "lit": "^3.2.0", "rxjs": "^7.8.2" }, diff --git a/blocksuite/affine/widgets/slash-menu/package.json b/blocksuite/affine/widgets/slash-menu/package.json index 69d3da8c2..a28177ecd 100644 --- a/blocksuite/affine/widgets/slash-menu/package.json +++ b/blocksuite/affine/widgets/slash-menu/package.json @@ -20,7 +20,7 @@ "@blocksuite/store": "workspace:*", "@floating-ui/dom": "^1.6.13", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/widgets/toolbar/package.json b/blocksuite/affine/widgets/toolbar/package.json index 4403efb75..848dca619 100644 --- a/blocksuite/affine/widgets/toolbar/package.json +++ b/blocksuite/affine/widgets/toolbar/package.json @@ -22,7 +22,7 @@ "@blocksuite/std": "workspace:*", "@floating-ui/dom": "^1.6.13", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/affine/widgets/viewport-overlay/package.json b/blocksuite/affine/widgets/viewport-overlay/package.json index cc5e531c0..5cd176b0e 100644 --- a/blocksuite/affine/widgets/viewport-overlay/package.json +++ b/blocksuite/affine/widgets/viewport-overlay/package.json @@ -19,7 +19,7 @@ "@blocksuite/std": "workspace:*", "@floating-ui/dom": "^1.6.13", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@types/lodash-es": "^4.17.12", "lit": "^3.2.0", "lodash-es": "^4.17.21", diff --git a/blocksuite/integration-test/package.json b/blocksuite/integration-test/package.json index c374039d6..33da4942e 100644 --- a/blocksuite/integration-test/package.json +++ b/blocksuite/integration-test/package.json @@ -19,7 +19,7 @@ "@lit/context": "^1.1.3", "@lottiefiles/dotlottie-wc": "^0.5.0", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@vanilla-extract/css": "^1.17.0", "lit": "^3.2.0", "rxjs": "^7.8.2", diff --git a/packages/frontend/admin/package.json b/packages/frontend/admin/package.json index 4db00e994..23055ae4f 100644 --- a/packages/frontend/admin/package.json +++ b/packages/frontend/admin/package.json @@ -40,7 +40,7 @@ "@sentry/react": "^9.47.1", "@tanstack/react-table": "^8.20.5", "@toeverything/infra": "workspace:*", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "cmdk": "^1.0.4", "embla-carousel-react": "^8.5.1", "input-otp": "^1.4.1", diff --git a/packages/frontend/apps/electron-renderer/package.json b/packages/frontend/apps/electron-renderer/package.json index ffd470130..13a05f1d1 100644 --- a/packages/frontend/apps/electron-renderer/package.json +++ b/packages/frontend/apps/electron-renderer/package.json @@ -19,7 +19,7 @@ "@emotion/react": "^11.14.0", "@sentry/react": "^9.47.1", "@toeverything/infra": "workspace:*", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@vanilla-extract/css": "^1.17.0", "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 8217e38ce..58ae6d9be 100644 --- a/packages/frontend/component/package.json +++ b/packages/frontend/component/package.json @@ -45,7 +45,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.16", + "@toeverything/theme": "^1.1.23", "@vanilla-extract/dynamic": "^2.1.2", "bytes": "^3.1.2", "check-password-strength": "^3.0.0", diff --git a/packages/frontend/core/package.json b/packages/frontend/core/package.json index 91ef6116b..54097e8b3 100644 --- a/packages/frontend/core/package.json +++ b/packages/frontend/core/package.json @@ -48,7 +48,7 @@ "@sentry/react": "^9.47.1", "@toeverything/infra": "workspace:*", "@toeverything/pdf-viewer": "^0.1.1", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "@vanilla-extract/dynamic": "^2.1.2", "@webcontainer/api": "^1.6.1", "animejs": "^4.0.0", diff --git a/tests/blocksuite/package.json b/tests/blocksuite/package.json index 773ea835e..f3700ae19 100644 --- a/tests/blocksuite/package.json +++ b/tests/blocksuite/package.json @@ -9,7 +9,7 @@ "@blocksuite/affine": "workspace:*", "@blocksuite/integration-test": "workspace:*", "@playwright/test": "=1.52.0", - "@toeverything/theme": "^1.1.16", + "@toeverything/theme": "^1.1.23", "json-stable-stringify": "^1.2.1", "rxjs": "^7.8.2" }, diff --git a/yarn.lock b/yarn.lock index 5e83adf54..c35c78381 100644 --- a/yarn.lock +++ b/yarn.lock @@ -87,7 +87,7 @@ __metadata: "@blocksuite/affine": "workspace:*" "@blocksuite/integration-test": "workspace:*" "@playwright/test": "npm:=1.52.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" json-stable-stringify: "npm:^1.2.1" rxjs: "npm:^7.8.2" languageName: unknown @@ -214,7 +214,7 @@ __metadata: "@sentry/react": "npm:^9.47.1" "@tanstack/react-table": "npm:^8.20.5" "@toeverything/infra": "workspace:*" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" class-variance-authority: "npm:^0.7.1" clsx: "npm:^2.1.1" @@ -334,7 +334,7 @@ __metadata: "@storybook/react-vite": "npm:^10.0.0" "@testing-library/dom": "npm:^10.4.0" "@testing-library/react": "npm:^16.1.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/bytes": "npm:^3.1.5" "@types/react": "npm:^19.0.1" "@types/react-dom": "npm:^19.0.2" @@ -433,7 +433,7 @@ __metadata: "@testing-library/react": "npm:^16.1.0" "@toeverything/infra": "workspace:*" "@toeverything/pdf-viewer": "npm:^0.1.1" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/animejs": "npm:^3.1.12" "@types/bytes": "npm:^3.1.5" "@types/image-blob-reduce": "npm:^4.1.4" @@ -539,7 +539,7 @@ __metadata: "@emotion/react": "npm:^11.14.0" "@sentry/react": "npm:^9.47.1" "@toeverything/infra": "workspace:*" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/react": "npm:^19.0.1" "@types/react-dom": "npm:^19.0.2" "@vanilla-extract/css": "npm:^1.17.0" @@ -2510,7 +2510,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" file-type: "npm:^21.0.0" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" @@ -2537,7 +2537,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" rxjs: "npm:^7.8.2" @@ -2567,7 +2567,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.16" + "@toeverything/theme": "npm:^1.1.23" "@types/mdast": "npm:^4.0.4" emoji-mart: "npm:^5.6.0" lit: "npm:^3.2.0" @@ -2599,7 +2599,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" @@ -2627,7 +2627,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" @@ -2658,7 +2658,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/mdast": "npm:^4.0.4" date-fns: "npm:^4.0.0" lit: "npm:^3.2.0" @@ -2684,7 +2684,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" @@ -2713,7 +2713,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" rxjs: "npm:^7.8.2" @@ -2741,7 +2741,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -2773,7 +2773,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -2804,7 +2804,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" @@ -2833,7 +2833,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" file-type: "npm:^21.0.0" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" @@ -2861,7 +2861,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/katex": "npm:^0.16.7" "@types/mdast": "npm:^4.0.4" katex: "npm:^0.16.27" @@ -2891,7 +2891,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" @@ -2922,7 +2922,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" "@types/mdast": "npm:^4.0.4" "@vanilla-extract/css": "npm:^1.17.0" @@ -2951,7 +2951,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" @@ -2998,7 +2998,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" dompurify: "npm:^3.3.0" html2canvas: "npm:^1.4.1" @@ -3030,7 +3030,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" fractional-indexing: "npm:^3.2.0" lit: "npm:^3.2.0" @@ -3055,7 +3055,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" fractional-indexing: "npm:^3.2.0" html2canvas: "npm:^1.4.1" @@ -3112,7 +3112,7 @@ __metadata: "@lit/context": "npm:^1.1.2" "@lottiefiles/dotlottie-wc": "npm:^0.5.0" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/hast": "npm:^3.0.4" "@types/katex": "npm:^0.16.7" "@types/lodash-es": "npm:^4.17.12" @@ -3158,7 +3158,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3183,7 +3183,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" rxjs: "npm:^7.8.2" languageName: unknown @@ -3207,7 +3207,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" rxjs: "npm:^7.8.2" @@ -3233,7 +3233,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3261,7 +3261,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@vanilla-extract/css": "npm:^1.17.0" lit: "npm:^3.2.0" minimatch: "npm:^10.1.1" @@ -3287,7 +3287,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3316,7 +3316,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3345,7 +3345,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3376,7 +3376,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3411,7 +3411,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3443,7 +3443,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3471,7 +3471,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3500,7 +3500,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3530,7 +3530,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3558,7 +3558,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3593,7 +3593,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.15" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lit-html: "npm:^3.2.1" @@ -3621,7 +3621,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" collapse-white-space: "npm:^2.1.0" date-fns: "npm:^4.0.0" @@ -3652,7 +3652,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/hast": "npm:^3.0.4" "@types/katex": "npm:^0.16.7" "@types/lodash-es": "npm:^4.17.12" @@ -3686,7 +3686,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" collapse-white-space: "npm:^2.1.0" date-fns: "npm:^4.0.0" @@ -3714,7 +3714,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" collapse-white-space: "npm:^2.1.0" date-fns: "npm:^4.0.0" @@ -3749,7 +3749,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/hast": "npm:^3.0.4" "@types/katex": "npm:^0.16.7" "@types/lodash-es": "npm:^4.17.12" @@ -3783,7 +3783,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" collapse-white-space: "npm:^2.1.0" date-fns: "npm:^4.0.0" @@ -3803,7 +3803,7 @@ __metadata: "@blocksuite/global": "workspace:*" "@blocksuite/std": "workspace:*" "@blocksuite/store": "workspace:*" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" fractional-indexing: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3827,7 +3827,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" collapse-white-space: "npm:^2.1.0" date-fns: "npm:^4.0.0" @@ -3852,7 +3852,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/bytes": "npm:^3.1.5" "@types/hast": "npm:^3.0.4" "@types/lodash-es": "npm:^4.17.12" @@ -3913,7 +3913,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -3937,7 +3937,7 @@ __metadata: "@blocksuite/icons": "npm:^2.2.17" "@blocksuite/std": "workspace:*" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" rxjs: "npm:^7.8.2" languageName: unknown @@ -3958,7 +3958,7 @@ __metadata: "@blocksuite/std": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" rxjs: "npm:^7.8.2" yjs: "npm:^13.6.27" @@ -3984,7 +3984,7 @@ __metadata: "@blocksuite/std": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" rxjs: "npm:^7.8.2" yjs: "npm:^13.6.27" @@ -4007,7 +4007,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -4029,7 +4029,7 @@ __metadata: "@blocksuite/std": "workspace:*" "@floating-ui/dom": "npm:^1.6.13" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -4051,7 +4051,7 @@ __metadata: "@blocksuite/std": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" rxjs: "npm:^7.8.2" languageName: unknown @@ -4089,7 +4089,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" fflate: "npm:^0.8.2" lit: "npm:^3.2.0" @@ -4115,7 +4115,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" fflate: "npm:^0.8.2" js-yaml: "npm:^4.1.1" @@ -4143,7 +4143,7 @@ __metadata: "@blocksuite/std": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" rxjs: "npm:^7.8.2" yjs: "npm:^13.6.27" @@ -4164,7 +4164,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" fflate: "npm:^0.8.2" lit: "npm:^3.2.0" @@ -4186,7 +4186,7 @@ __metadata: "@blocksuite/icons": "npm:^2.2.17" "@blocksuite/std": "workspace:*" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -4204,7 +4204,7 @@ __metadata: "@blocksuite/global": "workspace:*" "@blocksuite/std": "workspace:*" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" lit: "npm:^3.2.0" rxjs: "npm:^7.8.2" languageName: unknown @@ -4224,7 +4224,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@floating-ui/dom": "npm:^1.6.13" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -4248,7 +4248,7 @@ __metadata: "@blocksuite/std": "workspace:*" "@floating-ui/dom": "npm:^1.6.13" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -4269,7 +4269,7 @@ __metadata: "@blocksuite/std": "workspace:*" "@floating-ui/dom": "npm:^1.6.13" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" lit: "npm:^3.2.0" lodash-es: "npm:^4.17.21" @@ -4382,7 +4382,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.13" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@types/lodash-es": "npm:^4.17.12" clsx: "npm:^2.1.1" date-fns: "npm:^4.0.0" @@ -4435,7 +4435,7 @@ __metadata: "@lit/context": "npm:^1.1.3" "@lottiefiles/dotlottie-wc": "npm:^0.5.0" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.16" + "@toeverything/theme": "npm:^1.1.23" "@vanilla-extract/css": "npm:^1.17.0" "@vanilla-extract/vite-plugin": "npm:^5.0.0" lit: "npm:^3.2.0" @@ -17786,10 +17786,10 @@ __metadata: languageName: node linkType: hard -"@toeverything/theme@npm:^1.1.15, @toeverything/theme@npm:^1.1.16": - version: 1.1.16 - resolution: "@toeverything/theme@npm:1.1.16" - checksum: 10/6fc139f5b31d1d4051ae9897ec79f4fa50cdc81b865d188e441b812e211e7e1699b78e0e6f0a15ac268a5ebdad8c319c0db5a10f2cfa1dea8673eebb06b1bc67 +"@toeverything/theme@npm:^1.1.23": + version: 1.1.23 + resolution: "@toeverything/theme@npm:1.1.23" + checksum: 10/b89eaf1865b811bc4e81a5005a7cc57038846fd10277fc65a5d170dd17482acc396118e77811f1cdf3378271b6183bd6d6fe7349640c907bb6d348801f77be61 languageName: node linkType: hard