@blocknote/xl-multi-column 0.39.1 → 0.41.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":1759917867897,"assets":[{"name":"blocknote-xl-multi-column.cjs","size":20516},{"name":"blocknote-xl-multi-column.cjs.map","size":3791854}],"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":2591,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/ColumnList.ts","size":1144,"chunks":["a1ee98a"]},{"name":"./src/blocks/Columns/index.ts","size":316,"chunks":["a1ee98a"]},{"name":"./src/blocks/schema.ts","size":295,"chunks":["a1ee98a"]},{"name":"./src/extensions/DropCursor/MultiColumnDropCursorPlugin.ts","size":11843,"chunks":["a1ee98a"]},{"name":"../../node_modules/.pnpm/react-icons@5.5.0_react@19.1.0/node_modules/react-icons/lib/iconContext.mjs","size":251,"chunks":["a1ee98a"]},{"name":"../../node_modules/.pnpm/react-icons@5.5.0_react@19.1.0/node_modules/react-icons/lib/iconBase.mjs","size":4003,"chunks":["a1ee98a"]},{"name":"../../node_modules/.pnpm/react-icons@5.5.0_react@19.1.0/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": "GPL-3.0 OR PROPRIETARY",
|
|
12
|
-
"version": "0.
|
|
12
|
+
"version": "0.41.0",
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
15
|
"types",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@blocknote/core": "0.
|
|
46
|
-
"@blocknote/react": "0.
|
|
45
|
+
"@blocknote/core": "0.41.0",
|
|
46
|
+
"@blocknote/react": "0.41.0",
|
|
47
47
|
"@tiptap/core": "^3.4.3",
|
|
48
48
|
"prosemirror-model": "^1.25.3",
|
|
49
49
|
"prosemirror-state": "^1.4.3",
|
|
50
50
|
"prosemirror-tables": "^1.3.7",
|
|
51
51
|
"prosemirror-transform": "^1.10.4",
|
|
52
|
-
"prosemirror-view": "^1.
|
|
52
|
+
"prosemirror-view": "^1.41.2",
|
|
53
53
|
"react-icons": "^5.2.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
@@ -50,6 +50,7 @@ export declare const testEditorSchema: import("@blocknote/core").CustomBlockNote
|
|
|
50
50
|
readonly default: string;
|
|
51
51
|
};
|
|
52
52
|
}, "inline">;
|
|
53
|
+
readonly divider: import("@blocknote/core").BlockSpec<"divider", {}, "none">;
|
|
53
54
|
readonly file: import("@blocknote/core").BlockSpec<"file", {
|
|
54
55
|
readonly backgroundColor: {
|
|
55
56
|
default: "default";
|
|
@@ -70,7 +71,7 @@ export declare const testEditorSchema: import("@blocknote/core").CustomBlockNote
|
|
|
70
71
|
readonly optional: true;
|
|
71
72
|
} | undefined;
|
|
72
73
|
readonly level: {
|
|
73
|
-
readonly default: 1 |
|
|
74
|
+
readonly default: 1 | 4 | 2 | 3 | 5 | 6;
|
|
74
75
|
readonly values: readonly number[];
|
|
75
76
|
};
|
|
76
77
|
readonly backgroundColor: {
|
|
@@ -314,6 +315,7 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
314
315
|
readonly default: string;
|
|
315
316
|
};
|
|
316
317
|
}, "inline">;
|
|
318
|
+
readonly divider: import("@blocknote/core").BlockSpec<"divider", {}, "none">;
|
|
317
319
|
readonly file: import("@blocknote/core").BlockSpec<"file", {
|
|
318
320
|
readonly backgroundColor: {
|
|
319
321
|
default: "default";
|
|
@@ -334,7 +336,7 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
334
336
|
readonly optional: true;
|
|
335
337
|
} | undefined;
|
|
336
338
|
readonly level: {
|
|
337
|
-
readonly default: 1 |
|
|
339
|
+
readonly default: 1 | 4 | 2 | 3 | 5 | 6;
|
|
338
340
|
readonly values: readonly number[];
|
|
339
341
|
};
|
|
340
342
|
readonly backgroundColor: {
|