@tempots/beatui 0.83.4 → 0.83.5

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.
@@ -496,7 +496,7 @@ interface UntypedLexicalEditorOptions {
496
496
  }
497
497
  interface StringLexicalEditorOptions extends UntypedLexicalEditorOptions {
498
498
  value?: Value<string>;
499
- format?: 'markdown' | 'json';
499
+ format?: 'markdown' | 'html';
500
500
  onChange?: (content: string, editor: LexicalEditor) => void;
501
501
  onInput?: (content: string, editor: LexicalEditor) => void;
502
502
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/beatui",
3
- "version": "0.83.4",
3
+ "version": "0.83.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",