@remirror/core-utils
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -1,2 +0,2 @@ | ||
import type { AttributesProps, CommandFunction, CommandFunctionProps, FromToProps, MarkType, MarkTypeProps, NodeType, NodeTypeProps, PrimitiveSelection, ProsemirrorAttributes, RangeProps, Selection, Transaction } from '@remirror/core-types'; | ||
import type { AttributesProps, CommandFunction, CommandFunctionProps, FromToProps, MakeNullable, MarkType, MarkTypeProps, NodeType, NodeTypeProps, PrimitiveSelection, ProsemirrorAttributes, RangeProps, Selection, Transaction } from '@remirror/core-types'; | ||
export interface UpdateMarkProps extends Partial<RangeProps>, Partial<AttributesProps> { | ||
@@ -119,3 +119,3 @@ /** | ||
export declare function replaceText(props: ReplaceTextProps): CommandFunction; | ||
export interface RemoveMarkProps extends MarkTypeProps { | ||
export interface RemoveMarkProps extends MakeNullable<MarkTypeProps, 'type'> { | ||
/** | ||
@@ -122,0 +122,0 @@ * Whether to expand empty selections to the current mark range. |
{ | ||
"name": "@remirror/core-utils", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Core utilities for dealing with the dom and prosemirror within remirror", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-utils", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
642559
18682