@remirror/core-utils
Advanced tools
Comparing version 0.0.0-pr1942.1 to 0.0.0-pr1948.1
@@ -142,3 +142,3 @@ import { RemirrorIdentifier } from '@remirror/core-constants'; | ||
export declare function isDocNodeEmpty(node: ProsemirrorNode): boolean; | ||
interface DefaultDocNodeOptions { | ||
export interface DefaultDocNodeOptions { | ||
/** | ||
@@ -145,0 +145,0 @@ * When true will not check any of the attributes for any of the nodes. |
export type { RemoveMarkProps, ReplaceTextProps, ToggleBlockItemProps, UpdateMarkProps, } from './command-utils'; | ||
export { isChrome, isSafari, lift, preserveSelection, removeMark, replaceText, setBlockType, toggleBlockItem, toggleWrap, updateMark, wrapIn, } from './command-utils'; | ||
export type { CreateDocumentNodeProps, CustomDocumentProps, FragmentStringHandlerOptions, GetMarkRange, InvalidContentBlock, InvalidContentHandler, InvalidContentHandlerProps, NamedStringHandlers, NodeStringHandlerOptions, StringHandler, StringHandlerOptions, StringHandlerProps, } from './core-utils'; | ||
export type { CreateDocumentNodeProps, CustomDocumentProps, DefaultDocNodeOptions, FragmentStringHandlerOptions, GetMarkRange, InvalidContentBlock, InvalidContentHandler, InvalidContentHandlerProps, NamedStringHandlers, NodeStringHandlerOptions, StringHandler, StringHandlerOptions, StringHandlerProps, } from './core-utils'; | ||
export { areSchemasCompatible, areStatesEqual, atDocEnd, atDocStart, canInsertNode, createDocumentNode, endPositionOfParent, getChangedNodeRanges, getChangedRanges, getCursor, getDefaultBlockNode, getDefaultDocNode, getDocRange, getDocument, getInvalidContent, getMarkAttributes, getMarkRange, getMarkRanges, getMarkType, getMatchString, getNodeType, getRemirrorJSON, getSelectedGroup, getSelectedWord, getTextContentFromSlice, getTextSelection, htmlToProsemirrorNode, isAllSelection, isDefaultBlockNode, isDefaultDocNode, isDocNode, isDocNodeEmpty, isEditorSchema, isEditorState, isEmptyBlockNode, isEndOfTextBlock, isIdentifierOfType, isMarkActive, isMarkType, isNodeSelection, isNodeType, isProsemirrorFragment, isProsemirrorMark, isProsemirrorNode, isRemirrorJSON, isRemirrorType, isResolvedPos, isSelection, isStartOfDoc, isStartOfTextBlock, isTextSelection, isTransaction, joinStyles, omitExtraAttributes, prosemirrorNodeToDom, prosemirrorNodeToHtml, rangeHasMark, shouldUseDomEnvironment, startPositionOfParent, textBetween, } from './core-utils'; | ||
@@ -5,0 +5,0 @@ export type { DomSizeUnit, ParsedDomSize } from './dom-utils'; |
{ | ||
"name": "@remirror/core-utils", | ||
"version": "0.0.0-pr1942.1", | ||
"version": "0.0.0-pr1948.1", | ||
"description": "Core utilities for dealing with the dom and prosemirror within remirror", | ||
@@ -34,6 +34,6 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-utils", | ||
"@babel/runtime": "^7.13.10", | ||
"@remirror/core-constants": "0.0.0-pr1942.1", | ||
"@remirror/core-helpers": "0.0.0-pr1942.1", | ||
"@remirror/core-types": "0.0.0-pr1942.1", | ||
"@remirror/messages": "0.0.0-pr1942.1", | ||
"@remirror/core-constants": "0.0.0-pr1948.1", | ||
"@remirror/core-helpers": "0.0.0-pr1948.1", | ||
"@remirror/core-types": "0.0.0-pr1948.1", | ||
"@remirror/messages": "0.0.0-pr1948.1", | ||
"@types/min-document": "^2.19.0", | ||
@@ -46,3 +46,3 @@ "css-in-js-utils": "^3.1.0", | ||
"devDependencies": { | ||
"@remirror/pm": "0.0.0-pr1942.1", | ||
"@remirror/pm": "0.0.0-pr1948.1", | ||
"@types/jsdom": "^16.2.13", | ||
@@ -53,3 +53,3 @@ "@types/node": "^16.3.3", | ||
"peerDependencies": { | ||
"@remirror/pm": "0.0.0-pr1942.1", | ||
"@remirror/pm": "0.0.0-pr1948.1", | ||
"@types/node": "*" | ||
@@ -56,0 +56,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
600282
41822
+ Added@remirror/core-constants@0.0.0-pr1948.1(transitive)
+ Added@remirror/core-helpers@0.0.0-pr1948.1(transitive)
+ Added@remirror/core-types@0.0.0-pr1948.1(transitive)
+ Added@remirror/messages@0.0.0-pr1948.1(transitive)
+ Added@remirror/pm@0.0.0-pr1948.1(transitive)
+ Added@remirror/types@0.0.0-pr1948.1(transitive)
+ Added@types/node@22.10.0(transitive)
+ Addedprosemirror-paste-rules@0.0.0-pr1948.1(transitive)
+ Addedprosemirror-suggest@0.0.0-pr1948.1(transitive)
+ Addedprosemirror-trailing-node@0.0.0-pr1948.1(transitive)
- Removed@remirror/core-constants@0.0.0-pr1942.1(transitive)
- Removed@remirror/core-helpers@0.0.0-pr1942.1(transitive)
- Removed@remirror/core-types@0.0.0-pr1942.1(transitive)
- Removed@remirror/messages@0.0.0-pr1942.1(transitive)
- Removed@remirror/pm@0.0.0-pr1942.1(transitive)
- Removed@remirror/types@0.0.0-pr1942.1(transitive)
- Removed@types/node@22.10.1(transitive)
- Removedprosemirror-paste-rules@0.0.0-pr1942.1(transitive)
- Removedprosemirror-suggest@0.0.0-pr1942.1(transitive)
- Removedprosemirror-trailing-node@0.0.0-pr1942.1(transitive)