mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
Close [BS-2392](https://linear.app/affine-design/issue/BS-2392/page-block-需要显示文章title) ### What Changes - Add `<doc-title>` to edgeless page block (a.k.a the first page visible note block) - Refactors: - Move `<doc-title>` to `@blocksuite/affine-component`, but you can aslo import it from `@blocksuite/preset` - Extract `<edgeless-note-mask>` and `<edgeless-note-background>` from `<affine-edgeless-note>` to a seperate file - Rewrite styles of `<affine-edgeless-note>` with `@vanilla-extract/css` https://github.com/user-attachments/assets/a0c03239-803e-4bfa-b30e-33b919213b12
22 lines
611 B
JSON
22 lines
611 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src", "./src/**/*.json"],
|
|
"references": [
|
|
{ "path": "../affine/block-note" },
|
|
{ "path": "../affine/block-surface" },
|
|
{ "path": "../affine/components" },
|
|
{ "path": "../affine/model" },
|
|
{ "path": "../affine/shared" },
|
|
{ "path": "../framework/block-std" },
|
|
{ "path": "../blocks" },
|
|
{ "path": "../framework/global" },
|
|
{ "path": "../framework/inline" },
|
|
{ "path": "../framework/store" }
|
|
]
|
|
}
|