mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 07:17:00 +08:00
feat(editor): store real color values in edgeless (#9254)
### What's Changed! * adds theme type: `ThemeSchema` * adds default theme: `DefaultTheme` * stores real color values
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
"html2canvas": "^1.4.1",
|
||||
"katex": "^0.16.11",
|
||||
"lit": "^3.2.0",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lz-string": "^1.5.0",
|
||||
"mdast-util-gfm-autolink-literal": "^2.0.1",
|
||||
"mdast-util-gfm-strikethrough": "^2.0.0",
|
||||
@@ -92,7 +93,7 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/katex": "^0.16.7"
|
||||
},
|
||||
"version": "0.19.0"
|
||||
"@types/katex": "^0.16.7",
|
||||
"@types/lodash.isequal": "^4.5.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user