@blocksuite/affine-model
Advanced tools
Comparing version 0.0.0-canary-20241210001545 to 0.0.0-canary-20241211001530
# @blocksuite/affine-model | ||
## 0.0.0-canary-20241210001545 | ||
## 0.0.0-canary-20241211001530 | ||
@@ -9,6 +9,6 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/block-std@0.0.0-canary-20241210001545 | ||
- @blocksuite/global@0.0.0-canary-20241210001545 | ||
- @blocksuite/inline@0.0.0-canary-20241210001545 | ||
- @blocksuite/store@0.0.0-canary-20241210001545 | ||
- @blocksuite/block-std@0.0.0-canary-20241211001530 | ||
- @blocksuite/global@0.0.0-canary-20241211001530 | ||
- @blocksuite/inline@0.0.0-canary-20241211001530 | ||
- @blocksuite/store@0.0.0-canary-20241211001530 | ||
@@ -15,0 +15,0 @@ ## 0.18.5 |
@@ -19,2 +19,3 @@ import { GfxCompatible } from '@blocksuite/block-std/gfx'; | ||
xywh: '[0,0,0,0]', | ||
lockedBySelf: false, | ||
rotate: 0, | ||
@@ -21,0 +22,0 @@ }; |
@@ -19,2 +19,3 @@ import { GfxCompatible } from '@blocksuite/block-std/gfx'; | ||
xywh: '[0,0,0,0]', | ||
lockedBySelf: false, | ||
rotate: 0, | ||
@@ -21,0 +22,0 @@ }; |
@@ -9,2 +9,3 @@ import { GfxCompatible } from '@blocksuite/block-std/gfx'; | ||
index: 'a0', | ||
lockedBySelf: false, | ||
color: '#000000', | ||
@@ -11,0 +12,0 @@ fontFamily: FontFamily.Inter, |
@@ -14,2 +14,3 @@ var _a; | ||
presentationIndex: generateKeyBetweenV2(null, null), | ||
lockedBySelf: false, | ||
}), | ||
@@ -16,0 +17,0 @@ metadata: { |
@@ -11,2 +11,3 @@ import { GfxCompatible } from '@blocksuite/block-std/gfx'; | ||
xywh: '[0,0,0,0]', | ||
lockedBySelf: false, | ||
rotate: 0, | ||
@@ -13,0 +14,0 @@ size: -1, |
@@ -8,2 +8,3 @@ import { GfxCompatible, } from '@blocksuite/block-std/gfx'; | ||
index: 'a0', | ||
lockedBySelf: false, | ||
scale: 1, | ||
@@ -10,0 +11,0 @@ rotate: 0, |
@@ -11,2 +11,3 @@ import { GfxCompatible } from '@blocksuite/block-std/gfx'; | ||
index: 'a0', | ||
lockedBySelf: false, | ||
hidden: false, | ||
@@ -13,0 +14,0 @@ displayMode: NoteDisplayMode.DocAndEdgeless, |
@@ -14,2 +14,3 @@ import { GfxCompatible } from '@blocksuite/block-std/gfx'; | ||
xywh: '[0,0,0,0]', | ||
lockedBySelf: false, | ||
rotate: 0, | ||
@@ -16,0 +17,0 @@ ...userProps, |
{ | ||
"name": "@blocksuite/affine-model", | ||
"version": "0.0.0-canary-20241210001545", | ||
"version": "0.0.0-canary-20241211001530", | ||
"description": "Models for BlockSuite in Affine.", | ||
@@ -22,6 +22,6 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/block-std": "0.0.0-canary-20241210001545", | ||
"@blocksuite/global": "0.0.0-canary-20241210001545", | ||
"@blocksuite/inline": "0.0.0-canary-20241210001545", | ||
"@blocksuite/store": "0.0.0-canary-20241210001545", | ||
"@blocksuite/block-std": "0.0.0-canary-20241211001530", | ||
"@blocksuite/global": "0.0.0-canary-20241211001530", | ||
"@blocksuite/inline": "0.0.0-canary-20241211001530", | ||
"@blocksuite/store": "0.0.0-canary-20241211001530", | ||
"fractional-indexing": "^3.2.0", | ||
@@ -28,0 +28,0 @@ "zod": "^3.23.8" |
@@ -68,2 +68,3 @@ import type { | ||
xywh: '[0,0,0,0]', | ||
lockedBySelf: false, | ||
rotate: 0, | ||
@@ -70,0 +71,0 @@ }; |
@@ -37,2 +37,3 @@ import type { | ||
xywh: '[0,0,0,0]', | ||
lockedBySelf: false, | ||
rotate: 0, | ||
@@ -39,0 +40,0 @@ }; |
@@ -27,2 +27,3 @@ import type { | ||
index: 'a0', | ||
lockedBySelf: false, | ||
color: '#000000', | ||
@@ -29,0 +30,0 @@ fontFamily: FontFamily.Inter, |
@@ -39,2 +39,3 @@ import type { | ||
presentationIndex: generateKeyBetweenV2(null, null), | ||
lockedBySelf: false, | ||
}), | ||
@@ -41,0 +42,0 @@ metadata: { |
@@ -27,2 +27,3 @@ import type { | ||
xywh: '[0,0,0,0]', | ||
lockedBySelf: false, | ||
rotate: 0, | ||
@@ -29,0 +30,0 @@ size: -1, |
@@ -17,2 +17,3 @@ import { | ||
index: 'a0', | ||
lockedBySelf: false, | ||
scale: 1, | ||
@@ -19,0 +20,0 @@ rotate: 0, |
@@ -29,2 +29,3 @@ import type { | ||
index: 'a0', | ||
lockedBySelf: false, | ||
hidden: false, | ||
@@ -31,0 +32,0 @@ displayMode: NoteDisplayMode.DocAndEdgeless, |
@@ -52,2 +52,3 @@ import type { GfxCompatibleProps } from '@blocksuite/block-std/gfx'; | ||
xywh: '[0,0,0,0]', | ||
lockedBySelf: false, | ||
rotate: 0, | ||
@@ -54,0 +55,0 @@ ...userProps, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
726580
10164
+ Added@blocksuite/block-std@0.0.0-canary-20241211001530(transitive)
+ Added@blocksuite/global@0.0.0-canary-20241211001530(transitive)
+ Added@blocksuite/inline@0.0.0-canary-20241211001530(transitive)
+ Added@blocksuite/store@0.0.0-canary-20241211001530(transitive)
+ Added@blocksuite/sync@0.0.0-canary-20241211001530(transitive)
- Removed@blocksuite/block-std@0.0.0-canary-20241210001545(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241210001545(transitive)
- Removed@blocksuite/inline@0.0.0-canary-20241210001545(transitive)
- Removed@blocksuite/store@0.0.0-canary-20241210001545(transitive)
- Removed@blocksuite/sync@0.0.0-canary-20241210001545(transitive)