@blocksuite/affine-shared
Advanced tools
Comparing version 0.0.0-canary-20241205001533 to 0.0.0-canary-20241205123002
# @blocksuite/affine-shared | ||
## 0.0.0-canary-20241205001533 | ||
## 0.0.0-canary-20241205123002 | ||
@@ -9,8 +9,29 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/affine-model@0.0.0-canary-20241205001533 | ||
- @blocksuite/block-std@0.0.0-canary-20241205001533 | ||
- @blocksuite/global@0.0.0-canary-20241205001533 | ||
- @blocksuite/inline@0.0.0-canary-20241205001533 | ||
- @blocksuite/store@0.0.0-canary-20241205001533 | ||
- @blocksuite/affine-model@0.0.0-canary-20241205123002 | ||
- @blocksuite/block-std@0.0.0-canary-20241205123002 | ||
- @blocksuite/global@0.0.0-canary-20241205123002 | ||
- @blocksuite/inline@0.0.0-canary-20241205123002 | ||
- @blocksuite/store@0.0.0-canary-20241205123002 | ||
## 0.18.3 | ||
### Patch Changes | ||
- 3448094: ## Fix | ||
- fix(database): storage should be accessed via globalThis (#8863) | ||
- fix(edgeless): memory leak in edgeless widgets (#8862) | ||
- fix: page switching under starter route (#8860) | ||
## Refactor | ||
- refactor(blocks): shadowless keyboard toolbar (#8864) | ||
- Updated dependencies [3448094] | ||
- @blocksuite/affine-model@0.18.3 | ||
- @blocksuite/block-std@0.18.3 | ||
- @blocksuite/global@0.18.3 | ||
- @blocksuite/inline@0.18.3 | ||
- @blocksuite/store@0.18.3 | ||
## 0.18.2 | ||
@@ -17,0 +38,0 @@ |
@@ -0,1 +1,2 @@ | ||
import { cssVarV2 } from '@toeverything/theme/v2'; | ||
import { unsafeCSS } from 'lit'; | ||
@@ -5,4 +6,4 @@ import { FONT_SM } from './font.js'; | ||
color: var(--affine-icon-color); | ||
background: var(--affine-background-overlay-panel-color); | ||
box-shadow: var(--affine-overlay-shadow); | ||
background: ${cssVarV2('layer/background/overlayPanel')}; | ||
`); | ||
@@ -16,3 +17,3 @@ export const PANEL_BASE = unsafeCSS(` | ||
border-radius: 4px; | ||
border: 0.5px solid var(--affine-border-color); | ||
border: 0.5px solid ${cssVarV2('layer/insideBorder/border')}; | ||
@@ -19,0 +20,0 @@ ${PANEL_BASE_COLORS}; |
{ | ||
"name": "@blocksuite/affine-shared", | ||
"version": "0.0.0-canary-20241205001533", | ||
"version": "0.0.0-canary-20241205123002", | ||
"description": "Default BlockSuite editable blocks.", | ||
@@ -22,7 +22,7 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/affine-model": "0.0.0-canary-20241205001533", | ||
"@blocksuite/block-std": "0.0.0-canary-20241205001533", | ||
"@blocksuite/global": "0.0.0-canary-20241205001533", | ||
"@blocksuite/inline": "0.0.0-canary-20241205001533", | ||
"@blocksuite/store": "0.0.0-canary-20241205001533", | ||
"@blocksuite/affine-model": "0.0.0-canary-20241205123002", | ||
"@blocksuite/block-std": "0.0.0-canary-20241205123002", | ||
"@blocksuite/global": "0.0.0-canary-20241205123002", | ||
"@blocksuite/inline": "0.0.0-canary-20241205123002", | ||
"@blocksuite/store": "0.0.0-canary-20241205123002", | ||
"@floating-ui/dom": "^1.6.10", | ||
@@ -29,0 +29,0 @@ "@lit/context": "^1.1.2", |
@@ -0,1 +1,2 @@ | ||
import { cssVarV2 } from '@toeverything/theme/v2'; | ||
import { unsafeCSS } from 'lit'; | ||
@@ -7,4 +8,4 @@ | ||
color: var(--affine-icon-color); | ||
background: var(--affine-background-overlay-panel-color); | ||
box-shadow: var(--affine-overlay-shadow); | ||
background: ${cssVarV2('layer/background/overlayPanel')}; | ||
`); | ||
@@ -19,3 +20,3 @@ | ||
border-radius: 4px; | ||
border: 0.5px solid var(--affine-border-color); | ||
border: 0.5px solid ${cssVarV2('layer/insideBorder/border')}; | ||
@@ -22,0 +23,0 @@ ${PANEL_BASE_COLORS}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
911241
15278
+ Added@blocksuite/affine-model@0.0.0-canary-20241205123002(transitive)
+ Added@blocksuite/block-std@0.0.0-canary-20241205123002(transitive)
+ Added@blocksuite/global@0.0.0-canary-20241205123002(transitive)
+ Added@blocksuite/inline@0.0.0-canary-20241205123002(transitive)
+ Added@blocksuite/store@0.0.0-canary-20241205123002(transitive)
+ Added@blocksuite/sync@0.0.0-canary-20241205123002(transitive)
- Removed@blocksuite/affine-model@0.0.0-canary-20241205001533(transitive)
- Removed@blocksuite/block-std@0.0.0-canary-20241205001533(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241205001533(transitive)
- Removed@blocksuite/inline@0.0.0-canary-20241205001533(transitive)
- Removed@blocksuite/store@0.0.0-canary-20241205001533(transitive)
- Removed@blocksuite/sync@0.0.0-canary-20241205001533(transitive)