Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blocksuite/affine-shared

Package Overview
Dependencies
Maintainers
2
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/affine-shared - npm Package Compare versions

Comparing version 0.0.0-canary-20241205001533 to 0.0.0-canary-20241205123002

33

CHANGELOG.md
# @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 @@

5

dist/styles/panel.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc