@sendbird/actionbook-core 0.10.6 → 0.10.8

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.
@@ -61,6 +61,7 @@ type HeadingNode = {
61
61
  type ListItemNode = {
62
62
  readonly type: 'listItem';
63
63
  readonly checked?: boolean | null;
64
+ readonly value?: number | null;
64
65
  readonly spread?: boolean;
65
66
  readonly content: readonly BlockNode[];
66
67
  };
@@ -3,7 +3,7 @@ import { Plugin, Command, EditorState, PluginKey } from 'prosemirror-state';
3
3
  import { InputRule } from 'prosemirror-inputrules';
4
4
  import { EditorView, Decoration, NodeView } from 'prosemirror-view';
5
5
  import React$1, { ReactElement, RefCallback } from 'react';
6
- import { D as DocumentNode, A as AstNode, t as LlmCompletionEndpoint, I as InlineNode, B as BlockNode, v as JSONContent } from '../types-DK_GhIWZ.js';
6
+ import { D as DocumentNode, A as AstNode, t as LlmCompletionEndpoint, I as InlineNode, B as BlockNode, v as JSONContent } from '../types-BQ95zx4j.js';
7
7
 
8
8
  /**
9
9
  * ProseMirror Schema for Actionbook documents.