@blocksuite/affine-shared
Advanced tools
Comparing version
# @blocksuite/affine-shared | ||
## 0.0.0-canary-20241205132404 | ||
## 0.0.0-canary-20241206001532 | ||
@@ -9,7 +9,7 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/affine-model@0.0.0-canary-20241205132404 | ||
- @blocksuite/block-std@0.0.0-canary-20241205132404 | ||
- @blocksuite/global@0.0.0-canary-20241205132404 | ||
- @blocksuite/inline@0.0.0-canary-20241205132404 | ||
- @blocksuite/store@0.0.0-canary-20241205132404 | ||
- @blocksuite/affine-model@0.0.0-canary-20241206001532 | ||
- @blocksuite/block-std@0.0.0-canary-20241206001532 | ||
- @blocksuite/global@0.0.0-canary-20241206001532 | ||
- @blocksuite/inline@0.0.0-canary-20241206001532 | ||
- @blocksuite/store@0.0.0-canary-20241206001532 | ||
@@ -16,0 +16,0 @@ ## 0.18.3 |
@@ -1,2 +0,1 @@ | ||
import { cssVarV2 } from '@toeverything/theme/v2'; | ||
import { unsafeCSS } from 'lit'; | ||
@@ -6,4 +5,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')}; | ||
`); | ||
@@ -17,3 +16,3 @@ export const PANEL_BASE = unsafeCSS(` | ||
border-radius: 4px; | ||
border: 0.5px solid ${cssVarV2('layer/insideBorder/border')}; | ||
border: 0.5px solid var(--affine-border-color); | ||
@@ -20,0 +19,0 @@ ${PANEL_BASE_COLORS}; |
{ | ||
"name": "@blocksuite/affine-shared", | ||
"version": "0.0.0-canary-20241205132404", | ||
"version": "0.0.0-canary-20241206001532", | ||
"description": "Default BlockSuite editable blocks.", | ||
@@ -22,7 +22,7 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/affine-model": "0.0.0-canary-20241205132404", | ||
"@blocksuite/block-std": "0.0.0-canary-20241205132404", | ||
"@blocksuite/global": "0.0.0-canary-20241205132404", | ||
"@blocksuite/inline": "0.0.0-canary-20241205132404", | ||
"@blocksuite/store": "0.0.0-canary-20241205132404", | ||
"@blocksuite/affine-model": "0.0.0-canary-20241206001532", | ||
"@blocksuite/block-std": "0.0.0-canary-20241206001532", | ||
"@blocksuite/global": "0.0.0-canary-20241206001532", | ||
"@blocksuite/inline": "0.0.0-canary-20241206001532", | ||
"@blocksuite/store": "0.0.0-canary-20241206001532", | ||
"@floating-ui/dom": "^1.6.10", | ||
@@ -29,0 +29,0 @@ "@lit/context": "^1.1.2", |
@@ -1,2 +0,1 @@ | ||
import { cssVarV2 } from '@toeverything/theme/v2'; | ||
import { unsafeCSS } from 'lit'; | ||
@@ -8,4 +7,4 @@ | ||
color: var(--affine-icon-color); | ||
background: var(--affine-background-overlay-panel-color); | ||
box-shadow: var(--affine-overlay-shadow); | ||
background: ${cssVarV2('layer/background/overlayPanel')}; | ||
`); | ||
@@ -20,3 +19,3 @@ | ||
border-radius: 4px; | ||
border: 0.5px solid ${cssVarV2('layer/insideBorder/border')}; | ||
border: 0.5px solid var(--affine-border-color); | ||
@@ -23,0 +22,0 @@ ${PANEL_BASE_COLORS}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
910947
-0.03%15276
-0.01%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed