@blocknote/xl-multi-column 0.20.0 → 0.22.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":1734956151731,"assets":[{"name":"blocknote-xl-multi-column.umd.cjs","size":69012},{"name":"blocknote-xl-multi-column.umd.cjs.map","size":3631734}],"chunks":[{"id":"a1ee98a","entry":true,"initial":true,"files":["blocknote-xl-multi-column.umd.cjs"],"names":["index"]}],"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":11957,"chunks":["a1ee98a"]},{"name":"./commonjsHelpers.js","size":140,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/jsx-runtime.js?commonjs-module","size":31,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/cjs/react-jsx-runtime.production.min.js?commonjs-exports","size":40,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/index.js?commonjs-module","size":26,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/cjs/react.production.min.js?commonjs-exports","size":30,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/cjs/react.production.min.js","size":7647,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/cjs/react.development.js?commonjs-module","size":38,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/cjs/react.development.js","size":92443,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/index.js","size":299,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/cjs/react-jsx-runtime.production.min.js","size":1192,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/cjs/react-jsx-runtime.development.js?commonjs-exports","size":37,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/cjs/react-jsx-runtime.development.js","size":43835,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/jsx-runtime.js","size":225,"chunks":["a1ee98a"]},{"name":"../../node_modules/react/index.js?commonjs-es-import","size":100,"chunks":["a1ee98a"]},{"name":"../../node_modules/react-icons/lib/iconContext.mjs","size":217,"chunks":["a1ee98a"]},{"name":"../../node_modules/react-icons/lib/iconBase.mjs","size":3929,"chunks":["a1ee98a"]},{"name":"../../node_modules/react-icons/tb/index.mjs","size":732,"chunks":["a1ee98a"]},{"name":"./src/extensions/SuggestionMenu/getMultiColumnSlashMenuItems.tsx","size":2087,"chunks":["a1ee98a"]},{"name":"./src/index.ts","size":0,"chunks":["a1ee98a"]}]}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"homepage": "https://github.com/TypeCellOS/BlockNote",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "AGPL-3.0 OR PROPRIETARY",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.22.0",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist",
|
|
9
9
|
"types",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"clean": "rimraf dist && rimraf types"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@blocknote/core": "^0.
|
|
49
|
-
"@blocknote/react": "^0.
|
|
48
|
+
"@blocknote/core": "^0.22.0",
|
|
49
|
+
"@blocknote/react": "^0.22.0",
|
|
50
50
|
"@tiptap/core": "^2.7.1",
|
|
51
51
|
"prosemirror-model": "^1.23.0",
|
|
52
52
|
"prosemirror-state": "^1.4.3",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public",
|
|
77
77
|
"registry": "https://registry.npmjs.org/"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "934299b7307e666099fdafefb06454fd334e1c34"
|
|
80
80
|
}
|
|
@@ -137,6 +137,10 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
|
|
|
137
137
|
type: "numberedListItem";
|
|
138
138
|
content: "inline";
|
|
139
139
|
propSchema: {
|
|
140
|
+
start: {
|
|
141
|
+
default: undefined;
|
|
142
|
+
type: "number";
|
|
143
|
+
};
|
|
140
144
|
backgroundColor: {
|
|
141
145
|
default: "default";
|
|
142
146
|
};
|
|
@@ -153,6 +157,10 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
|
|
|
153
157
|
type: "numberedListItem";
|
|
154
158
|
content: "inline";
|
|
155
159
|
propSchema: {
|
|
160
|
+
start: {
|
|
161
|
+
default: undefined;
|
|
162
|
+
type: "number";
|
|
163
|
+
};
|
|
156
164
|
backgroundColor: {
|
|
157
165
|
default: "default";
|
|
158
166
|
};
|
|
@@ -651,6 +659,10 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
651
659
|
type: "numberedListItem";
|
|
652
660
|
content: "inline";
|
|
653
661
|
propSchema: {
|
|
662
|
+
start: {
|
|
663
|
+
default: undefined;
|
|
664
|
+
type: "number";
|
|
665
|
+
};
|
|
654
666
|
backgroundColor: {
|
|
655
667
|
default: "default";
|
|
656
668
|
};
|
|
@@ -667,6 +679,10 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
667
679
|
type: "numberedListItem";
|
|
668
680
|
content: "inline";
|
|
669
681
|
propSchema: {
|
|
682
|
+
start: {
|
|
683
|
+
default: undefined;
|
|
684
|
+
type: "number";
|
|
685
|
+
};
|
|
670
686
|
backgroundColor: {
|
|
671
687
|
default: "default";
|
|
672
688
|
};
|