@blocknote/xl-multi-column 0.19.0 → 0.19.2

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.
@@ -211,9 +211,6 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
211
211
  type: "table";
212
212
  content: "table";
213
213
  propSchema: {
214
- backgroundColor: {
215
- default: "default";
216
- };
217
214
  textColor: {
218
215
  default: "default";
219
216
  };
@@ -223,9 +220,6 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
223
220
  type: "table";
224
221
  content: "table";
225
222
  propSchema: {
226
- backgroundColor: {
227
- default: "default";
228
- };
229
223
  textColor: {
230
224
  default: "default";
231
225
  };
@@ -731,9 +725,6 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
731
725
  type: "table";
732
726
  content: "table";
733
727
  propSchema: {
734
- backgroundColor: {
735
- default: "default";
736
- };
737
728
  textColor: {
738
729
  default: "default";
739
730
  };
@@ -743,9 +734,6 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
743
734
  type: "table";
744
735
  content: "table";
745
736
  propSchema: {
746
- backgroundColor: {
747
- default: "default";
748
- };
749
737
  textColor: {
750
738
  default: "default";
751
739
  };