From 14ca171a1852c00c8ef4b285d118a874192868d2 Mon Sep 17 00:00:00 2001 From: doodlewind <7312949+doodlewind@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:51:23 +0000 Subject: [PATCH] chore(web): bump theme (#9801) --- .../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 +- .../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 +- blocksuite/tests-legacy/package.json | 2 +- .../apps/electron-renderer/package.json | 2 +- packages/frontend/component/package.json | 2 +- packages/frontend/core/package.json | 2 +- yarn.lock | 62 +++++++++---------- 31 files changed, 61 insertions(+), 61 deletions(-) diff --git a/blocksuite/affine/block-attachment/package.json b/blocksuite/affine/block-attachment/package.json index c3f6278756..608e00b704 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.6", + "@toeverything/theme": "^1.1.7", "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 20302e26b7..8567961921 100644 --- a/blocksuite/affine/block-bookmark/package.json +++ b/blocksuite/affine/block-bookmark/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.6", + "@toeverything/theme": "^1.1.7", "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 39e6bffaaf..44cb021775 100644 --- a/blocksuite/affine/block-code/package.json +++ b/blocksuite/affine/block-code/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.6", + "@toeverything/theme": "^1.1.7", "@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 fb8954b28b..d64f72e4a5 100644 --- a/blocksuite/affine/block-data-view/package.json +++ b/blocksuite/affine/block-data-view/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.6", + "@toeverything/theme": "^1.1.7", "@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 4020ce4c68..b8984d1694 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.6", + "@toeverything/theme": "^1.1.7", "@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 6269ac0a4e..863fa6875f 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.6", + "@toeverything/theme": "^1.1.7", "@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 42d7ed18a2..53c9c7ecb7 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.6", + "@toeverything/theme": "^1.1.7", "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 966e9c80b7..a1892d71a0 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.6", + "@toeverything/theme": "^1.1.7", "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 d2d4ab687a..7fa02f2b8d 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.6", + "@toeverything/theme": "^1.1.7", "@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 d99c0b4788..60cee41ed4 100644 --- a/blocksuite/affine/block-image/package.json +++ b/blocksuite/affine/block-image/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.6", + "@toeverything/theme": "^1.1.7", "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 716f3c5ea5..017400b2b5 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.6", + "@toeverything/theme": "^1.1.7", "@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 b6523515d1..7aac1e8b6d 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.6", + "@toeverything/theme": "^1.1.7", "@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 80f2ae8afd..ea75af589c 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.6", + "@toeverything/theme": "^1.1.7", "lit": "^3.2.0", "minimatch": "^10.0.1", "zod": "^3.23.8" diff --git a/blocksuite/affine/block-paragraph/package.json b/blocksuite/affine/block-paragraph/package.json index c3b104c208..9c90a478c6 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.6", + "@toeverything/theme": "^1.1.7", "@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 4cd73908d0..afaa5c423a 100644 --- a/blocksuite/affine/block-surface-ref/package.json +++ b/blocksuite/affine/block-surface-ref/package.json @@ -23,7 +23,7 @@ "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.6", + "@toeverything/theme": "^1.1.7", "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 8258b99009..2fb65391ed 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.6", + "@toeverything/theme": "^1.1.7", "fractional-indexing": "^3.2.0", "lit": "^3.2.0", "lodash.chunk": "^4.2.0", diff --git a/blocksuite/affine/components/package.json b/blocksuite/affine/components/package.json index 44e134e4e0..38f431734b 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.6", + "@toeverything/theme": "^1.1.7", "@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 efade4ddb3..1c4b62018f 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.6", + "@toeverything/theme": "^1.1.7", "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 f761ed424c..2168e17691 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.6", + "@toeverything/theme": "^1.1.7", "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 f82d7c287a..9c6d3c32e9 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.6", + "@toeverything/theme": "^1.1.7", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", "lit": "^3.2.0", diff --git a/blocksuite/affine/widget-drag-handle/package.json b/blocksuite/affine/widget-drag-handle/package.json index dd192eb2d2..5f9feb3ea9 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.6", + "@toeverything/theme": "^1.1.7", "lit": "^3.2.0", "minimatch": "^10.0.1", "zod": "^3.23.8" diff --git a/blocksuite/affine/widget-frame-title/package.json b/blocksuite/affine/widget-frame-title/package.json index 58caa277a2..2642e2f7f3 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.6", + "@toeverything/theme": "^1.1.7", "lit": "^3.2.0" }, "exports": { diff --git a/blocksuite/affine/widget-remote-selection/package.json b/blocksuite/affine/widget-remote-selection/package.json index 517b173120..0a68427f38 100644 --- a/blocksuite/affine/widget-remote-selection/package.json +++ b/blocksuite/affine/widget-remote-selection/package.json @@ -20,7 +20,7 @@ "@blocksuite/block-std": "workspace:*", "@blocksuite/global": "workspace:*", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.6", + "@toeverything/theme": "^1.1.7", "lit": "^3.2.0" }, "exports": { diff --git a/blocksuite/affine/widget-scroll-anchoring/package.json b/blocksuite/affine/widget-scroll-anchoring/package.json index 29462594e7..af9929a935 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.6", + "@toeverything/theme": "^1.1.7", "lit": "^3.2.0" }, "exports": { diff --git a/blocksuite/blocks/package.json b/blocksuite/blocks/package.json index f75b9cd112..4d5f4c7e12 100644 --- a/blocksuite/blocks/package.json +++ b/blocksuite/blocks/package.json @@ -46,7 +46,7 @@ "@floating-ui/dom": "^1.6.10", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.6", + "@toeverything/theme": "^1.1.7", "@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 9426957eb4..5f10f56618 100644 --- a/blocksuite/presets/package.json +++ b/blocksuite/presets/package.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.10", "@lottiefiles/dotlottie-wc": "^0.4.0", "@preact/signals-core": "^1.8.0", - "@toeverything/theme": "^1.1.6", + "@toeverything/theme": "^1.1.7", "lit": "^3.2.0", "yjs": "^13.6.21", "zod": "^3.23.8" diff --git a/blocksuite/tests-legacy/package.json b/blocksuite/tests-legacy/package.json index 5798308b70..10a08a326a 100644 --- a/blocksuite/tests-legacy/package.json +++ b/blocksuite/tests-legacy/package.json @@ -14,7 +14,7 @@ "@blocksuite/global": "workspace:*", "@blocksuite/presets": "workspace:*", "@playwright/test": "=1.49.1", - "@toeverything/theme": "^1.1.6" + "@toeverything/theme": "^1.1.7" }, "bsImport": { "@atlaskit/pragmatic-drag-and-drop/element/adapter": "@atlaskit/pragmatic-drag-and-drop/dist/cjs/entry-point/element/adapter.js", diff --git a/packages/frontend/apps/electron-renderer/package.json b/packages/frontend/apps/electron-renderer/package.json index 5165248ab8..c296ffd2f9 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.6", + "@toeverything/theme": "^1.1.7", "@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 4448778993..0325def5e7 100644 --- a/packages/frontend/component/package.json +++ b/packages/frontend/component/package.json @@ -42,7 +42,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.6", + "@toeverything/theme": "^1.1.7", "@vanilla-extract/dynamic": "^2.1.2", "check-password-strength": "^2.0.10", "clsx": "^2.1.1", diff --git a/packages/frontend/core/package.json b/packages/frontend/core/package.json index 33126bb145..5dfef14e06 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.6", + "@toeverything/theme": "^1.1.7", "@vanilla-extract/dynamic": "^2.1.2", "animejs": "^3.2.2", "bytes": "^3.1.2", diff --git a/yarn.lock b/yarn.lock index cab581fc5e..05f647c767 100644 --- a/yarn.lock +++ b/yarn.lock @@ -299,7 +299,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/react": "npm:^19.0.1" "@types/react-dom": "npm:^19.0.2" "@vanilla-extract/css": "npm:^1.16.1" @@ -382,7 +382,7 @@ __metadata: "@testing-library/react": "npm:^16.1.0" "@toeverything/infra": "workspace:*" "@toeverything/pdf-viewer": "npm:^0.1.1" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" "@types/animejs": "npm:^3.1.12" "@types/bytes": "npm:^3.1.5" "@types/image-blob-reduce": "npm:^4.1.4" @@ -476,7 +476,7 @@ __metadata: "@emotion/react": "npm:^11.14.0" "@sentry/react": "npm:^8.44.0" "@toeverything/infra": "workspace:*" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" "@types/react": "npm:^19.0.1" "@types/react-dom": "npm:^19.0.2" "@vanilla-extract/css": "npm:^1.16.1" @@ -3242,7 +3242,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.6" + "@toeverything/theme": "npm:^1.1.7" file-type: "npm:^20.0.0" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3267,7 +3267,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.6" + "@toeverything/theme": "npm:^1.1.7" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" zod: "npm:^3.23.8" @@ -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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3313,7 +3313,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3338,7 +3338,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/mdast": "npm:^4.0.4" date-fns: "npm:^4.0.0" lit: "npm:^3.2.0" @@ -3362,7 +3362,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3386,7 +3386,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.6" + "@toeverything/theme": "npm:^1.1.7" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" zod: "npm:^3.23.8" @@ -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.6" + "@toeverything/theme": "npm:^1.1.7" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" vitest: "npm:3.0.2" @@ -3432,7 +3432,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3455,7 +3455,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.6" + "@toeverything/theme": "npm:^1.1.7" file-type: "npm:^20.0.0" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3478,7 +3478,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/katex": "npm:^0.16.7" "@types/mdast": "npm:^4.0.4" katex: "npm:^0.16.11" @@ -3503,7 +3503,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3529,7 +3529,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.6" + "@toeverything/theme": "npm:^1.1.7" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" zod: "npm:^3.23.8" @@ -3550,7 +3550,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/mdast": "npm:^4.0.4" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" @@ -3572,7 +3572,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" "@types/lodash.chunk": "npm:^4.2.9" fractional-indexing: "npm:^3.2.0" lit: "npm:^3.2.0" @@ -3595,7 +3595,7 @@ __metadata: "@blocksuite/store": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" "@types/lodash.chunk": "npm:^4.2.9" fractional-indexing: "npm:^3.2.0" lit: "npm:^3.2.0" @@ -3622,7 +3622,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/hast": "npm:^3.0.4" "@types/katex": "npm:^0.16.7" "@types/lodash.clonedeep": "npm:^4.5.9" @@ -3648,7 +3648,7 @@ __metadata: "@blocksuite/global": "workspace:*" "@blocksuite/inline": "workspace:*" "@blocksuite/store": "workspace:*" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" fractional-indexing: "npm:^3.2.0" yjs: "npm:^13.6.21" zod: "npm:^3.23.8" @@ -3668,7 +3668,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/hast": "npm:^3.0.4" "@types/lodash.clonedeep": "npm:^4.5.9" "@types/lodash.mergewith": "npm:^4" @@ -3717,7 +3717,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.6" + "@toeverything/theme": "npm:^1.1.7" lit: "npm:^3.2.0" minimatch: "npm:^10.0.1" zod: "npm:^3.23.8" @@ -3735,7 +3735,7 @@ __metadata: "@blocksuite/global": "workspace:*" "@lit/context": "npm:^1.1.2" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" lit: "npm:^3.2.0" languageName: unknown linkType: soft @@ -3751,7 +3751,7 @@ __metadata: "@blocksuite/block-std": "workspace:*" "@blocksuite/global": "workspace:*" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" lit: "npm:^3.2.0" languageName: unknown linkType: soft @@ -3765,7 +3765,7 @@ __metadata: "@blocksuite/block-std": "workspace:*" "@blocksuite/global": "workspace:*" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" lit: "npm:^3.2.0" languageName: unknown linkType: soft @@ -3847,7 +3847,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.6" + "@toeverything/theme": "npm:^1.1.7" "@types/katex": "npm:^0.16.7" "@types/lodash.isequal": "npm:^4.5.8" "@vanilla-extract/css": "npm:^1.17.0" @@ -3886,7 +3886,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.6" + "@toeverything/theme": "npm:^1.1.7" date-fns: "npm:^4.0.0" lit: "npm:^3.2.0" yjs: "npm:^13.6.21" @@ -3947,7 +3947,7 @@ __metadata: "@blocksuite/global": "workspace:*" "@blocksuite/presets": "workspace:*" "@playwright/test": "npm:=1.49.1" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" languageName: unknown linkType: soft @@ -4009,7 +4009,7 @@ __metadata: "@floating-ui/dom": "npm:^1.6.10" "@lottiefiles/dotlottie-wc": "npm:^0.4.0" "@preact/signals-core": "npm:^1.8.0" - "@toeverything/theme": "npm:^1.1.6" + "@toeverything/theme": "npm:^1.1.7" "@vanilla-extract/vite-plugin": "npm:^4.0.19" lit: "npm:^3.2.0" vitest: "npm:^3.0.0" @@ -14017,7 +14017,7 @@ __metadata: languageName: node linkType: hard -"@toeverything/theme@npm:^1.1.6": +"@toeverything/theme@npm:^1.1.7": version: 1.1.7 resolution: "@toeverything/theme@npm:1.1.7" checksum: 10/0760e6fe40ab597a34ac6e7cc2b74be508ec9754585dfe769185769ea9f9979d9bf6f52b9eda5cc24c15cb40fe96b60a02506d0f5adf1098a323b2ae0ef5c322