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

@blocksuite/affine-shared

Package Overview
Dependencies
Maintainers
0
Versions
210
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-20241205132404 to 0.0.0-canary-20241206001532

12

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

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