@blocknote/xl-multi-column 0.29.1 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/webpack-stats.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"builtAt":
|
|
1
|
+
{"builtAt":1746802468806,"assets":[{"name":"blocknote-xl-multi-column.cjs","size":20482},{"name":"blocknote-xl-multi-column.cjs.map","size":3791822}],"chunks":[{"id":"a1ee98a","entry":true,"initial":true,"files":["blocknote-xl-multi-column.cjs"],"names":["blocknote-xl-multi-column"]}],"modules":[{"name":"./src/i18n/locales/ar.ts","size":364,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/de.ts","size":400,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/en.ts","size":378,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/es.ts","size":392,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/fr.ts","size":398,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/hr.ts","size":396,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/is.ts","size":376,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ja.ts","size":284,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ko.ts","size":288,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/nl.ts","size":390,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/pl.ts","size":394,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/pt.ts","size":388,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ru.ts","size":370,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/vi.ts","size":340,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/zh.ts","size":274,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/index.ts","size":0,"chunks":["a1ee98a"]},{"name":"./src/i18n/dictionary.ts","size":189,"chunks":["a1ee98a"]},{"name":"./src/extensions/ColumnResize/ColumnResizeExtension.ts","size":8309,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/Column.ts","size":2567,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/ColumnList.ts","size":1120,"chunks":["a1ee98a"]},{"name":"./src/blocks/Columns/index.ts","size":210,"chunks":["a1ee98a"]},{"name":"./src/blocks/schema.ts","size":425,"chunks":["a1ee98a"]},{"name":"./src/extensions/DropCursor/MultiColumnDropCursorPlugin.ts","size":11715,"chunks":["a1ee98a"]},{"name":"../../node_modules/.pnpm/react-icons@5.5.0_react@18.3.1/node_modules/react-icons/lib/iconContext.mjs","size":251,"chunks":["a1ee98a"]},{"name":"../../node_modules/.pnpm/react-icons@5.5.0_react@18.3.1/node_modules/react-icons/lib/iconBase.mjs","size":4003,"chunks":["a1ee98a"]},{"name":"../../node_modules/.pnpm/react-icons@5.5.0_react@18.3.1/node_modules/react-icons/tb/index.mjs","size":708,"chunks":["a1ee98a"]},{"name":"./src/extensions/SuggestionMenu/getMultiColumnSlashMenuItems.tsx","size":2073,"chunks":["a1ee98a"]},{"name":"./src/index.ts","size":0,"chunks":["a1ee98a"]}]}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "packages/xl-multi-column"
|
|
10
10
|
},
|
|
11
11
|
"license": "AGPL-3.0 OR PROPRIETARY",
|
|
12
|
-
"version": "0.
|
|
12
|
+
"version": "0.30.0",
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
15
|
"types",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@blocknote/core": "0.
|
|
46
|
-
"@blocknote/react": "0.
|
|
45
|
+
"@blocknote/core": "0.30.0",
|
|
46
|
+
"@blocknote/react": "0.30.0",
|
|
47
47
|
"@tiptap/core": "^2.7.1",
|
|
48
|
-
"prosemirror-model": "^1.
|
|
48
|
+
"prosemirror-model": "^1.25.1",
|
|
49
49
|
"prosemirror-state": "^1.4.3",
|
|
50
50
|
"prosemirror-tables": "^1.3.7",
|
|
51
51
|
"prosemirror-transform": "^1.9.0",
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"eslint": "^8.10.0",
|
|
60
60
|
"jsdom": "^21.1.0",
|
|
61
61
|
"prettier": "^2.7.1",
|
|
62
|
+
"react": "^18.3.1",
|
|
63
|
+
"react-dom": "^18.3.1",
|
|
62
64
|
"rimraf": "^5.0.5",
|
|
63
65
|
"rollup-plugin-webpack-stats": "^0.2.2",
|
|
64
66
|
"typescript": "^5.3.3",
|
|
65
67
|
"vite": "^5.3.4",
|
|
66
68
|
"vite-plugin-eslint": "^1.8.1",
|
|
67
|
-
"vitest": "^2.0.3"
|
|
68
|
-
"react": "^18.3.1",
|
|
69
|
-
"react-dom": "^18.3.1"
|
|
69
|
+
"vitest": "^2.0.3"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"react": "^18.0 || ^19.0 || >= 19.0.0-rc",
|
|
@@ -330,7 +330,8 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
|
|
|
330
330
|
default: true;
|
|
331
331
|
};
|
|
332
332
|
previewWidth: {
|
|
333
|
-
default:
|
|
333
|
+
default: undefined;
|
|
334
|
+
type: "number";
|
|
334
335
|
};
|
|
335
336
|
};
|
|
336
337
|
content: "none";
|
|
@@ -360,7 +361,8 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
|
|
|
360
361
|
default: true;
|
|
361
362
|
};
|
|
362
363
|
previewWidth: {
|
|
363
|
-
default:
|
|
364
|
+
default: undefined;
|
|
365
|
+
type: "number";
|
|
364
366
|
};
|
|
365
367
|
};
|
|
366
368
|
content: "none";
|
|
@@ -392,7 +394,8 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
|
|
|
392
394
|
default: true;
|
|
393
395
|
};
|
|
394
396
|
previewWidth: {
|
|
395
|
-
default:
|
|
397
|
+
default: undefined;
|
|
398
|
+
type: "number";
|
|
396
399
|
};
|
|
397
400
|
};
|
|
398
401
|
content: "none";
|
|
@@ -422,7 +425,8 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
|
|
|
422
425
|
default: true;
|
|
423
426
|
};
|
|
424
427
|
previewWidth: {
|
|
425
|
-
default:
|
|
428
|
+
default: undefined;
|
|
429
|
+
type: "number";
|
|
426
430
|
};
|
|
427
431
|
};
|
|
428
432
|
content: "none";
|
|
@@ -884,7 +888,8 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
884
888
|
default: true;
|
|
885
889
|
};
|
|
886
890
|
previewWidth: {
|
|
887
|
-
default:
|
|
891
|
+
default: undefined;
|
|
892
|
+
type: "number";
|
|
888
893
|
};
|
|
889
894
|
};
|
|
890
895
|
content: "none";
|
|
@@ -914,7 +919,8 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
914
919
|
default: true;
|
|
915
920
|
};
|
|
916
921
|
previewWidth: {
|
|
917
|
-
default:
|
|
922
|
+
default: undefined;
|
|
923
|
+
type: "number";
|
|
918
924
|
};
|
|
919
925
|
};
|
|
920
926
|
content: "none";
|
|
@@ -946,7 +952,8 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
946
952
|
default: true;
|
|
947
953
|
};
|
|
948
954
|
previewWidth: {
|
|
949
|
-
default:
|
|
955
|
+
default: undefined;
|
|
956
|
+
type: "number";
|
|
950
957
|
};
|
|
951
958
|
};
|
|
952
959
|
content: "none";
|
|
@@ -976,7 +983,8 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
976
983
|
default: true;
|
|
977
984
|
};
|
|
978
985
|
previewWidth: {
|
|
979
|
-
default:
|
|
986
|
+
default: undefined;
|
|
987
|
+
type: "number";
|
|
980
988
|
};
|
|
981
989
|
};
|
|
982
990
|
content: "none";
|