Skip to content

feat: Color scheme customization #1115

feat: Color scheme customization

feat: Color scheme customization #1115

Triggered via pull request August 11, 2023 13:56
Status Failure
Total duration 2m 56s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
Build
File '/home/runner/work/BlockNote/BlockNote/tests/utils/customblocks/Image.tsx' is not listed within the file list of project '/home/runner/work/BlockNote/BlockNote/examples/editor/tsconfig.json'. Projects must list all files or use an 'include' pattern.
Build
File '/home/runner/work/BlockNote/BlockNote/tests/utils/customblocks/ReactImage.tsx' is not listed within the file list of project '/home/runner/work/BlockNote/BlockNote/examples/editor/tsconfig.json'. Projects must list all files or use an 'include' pattern.
Build
Type '{ type: string; colors: { editor: { text: string; background: string; }; menu: { text: string; background: string; }; tooltip: { text: string; background: string; }; hovered: { text: string; background: string; }; ... 5 more ...; highlightColors: { ...; }; }; borderRadius: number; fontFamily: string; }' does not satisfy the expected type 'Partial<Theme>'.
Build
Type '{ type: string; colors: { editor: { text: string; background: string; }; sideMenu: string; highlightColors: { gray: CombinedColor; brown: CombinedColor; red: CombinedColor; ... 5 more ...; pink: CombinedColor; }; ... 6 more ...; border: string; }; borderRadius: number; fontFamily: string; }' does not satisfy the expected type 'Partial<Theme>'.
Build
Type '{ editor: BlockNoteEditor<{ image: BlockSpec<"image", { readonly src: { readonly default: "https://via.placeholder.com/1000"; }; readonly backgroundColor: { default: "transparent"; }; readonly textColor: { default: "black"; }; readonly textAlignment: { ...; }; }>; ... 4 more ...; numberedListItem: { ...; }; }>; them...' is not assignable to type 'IntrinsicAttributes & { editor: BlockNoteEditor<{ image: BlockSpec<"image", { readonly src: { readonly default: "https://via.placeholder.com/1000"; }; readonly backgroundColor: { default: "transparent"; }; readonly textColor: { ...; }; readonly textAlignment: { ...; }; }>; ... 4 more ...; numberedListItem: { ...; };...'.
Build
Parameter 'theme' implicitly has an 'any' type.
Build
Process completed with exit code 1.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.