ricos-tiptap-types
Advanced tools
Comparing version 8.65.8 to 8.65.9
/// <reference types="i18next" /> | ||
import { ExtensionConfig, MarkConfig, mergeAttributes as mergeAttributesFn, markPasteRule as markPasteRuleFn, markInputRule as markInputRuleFn, NodeConfig, NodeViewRendererProps } from '@tiptap/core'; | ||
import { ExtensionConfig, MarkConfig, mergeAttributes as mergeAttributesFn, markPasteRule as markPasteRuleFn, markInputRule as markInputRuleFn, textblockTypeInputRule as textblockTypeInputRuleFn, NodeConfig, NodeViewRendererProps } from '@tiptap/core'; | ||
import { Plugin as IPlugin, PluginKey as IPluginKey } from 'prosemirror-state'; | ||
@@ -32,4 +32,7 @@ import { ComponentType } from 'react'; | ||
type: 'node'; | ||
createExtensionConfig: ({ mergeAttributes, }: { | ||
createExtensionConfig: ({ textblockTypeInputRule, mergeAttributes, markPasteRule, markInputRule, }: { | ||
textblockTypeInputRule: typeof textblockTypeInputRuleFn; | ||
mergeAttributes: typeof mergeAttributesFn; | ||
markPasteRule: typeof markPasteRuleFn; | ||
markInputRule: typeof markInputRuleFn; | ||
}) => NodeConfig; | ||
@@ -41,3 +44,4 @@ Component?: ComponentType; | ||
type: 'mark'; | ||
createExtensionConfig: ({ mergeAttributes, markPasteRule, markInputRule, Plugin, PluginKey, }: { | ||
createExtensionConfig: ({ textblockTypeInputRule, mergeAttributes, markPasteRule, markInputRule, Plugin, PluginKey, }: { | ||
textblockTypeInputRule: typeof textblockTypeInputRuleFn; | ||
mergeAttributes: typeof mergeAttributesFn; | ||
@@ -44,0 +48,0 @@ markPasteRule: typeof markPasteRuleFn; |
{ | ||
"name": "ricos-tiptap-types", | ||
"version": "8.65.8", | ||
"version": "8.65.9", | ||
"author": { | ||
@@ -38,3 +38,3 @@ "name": "Alex Greenstein", | ||
"prosemirror-state": "^1.3.4", | ||
"wix-rich-content-common": "8.65.8" | ||
"wix-rich-content-common": "8.65.9" | ||
}, | ||
@@ -41,0 +41,0 @@ "unpkg": true, |
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
16534
73
+ Addedricos-content@8.65.9(transitive)
+ Addedricos-schema@8.65.9(transitive)
+ Addedwix-rich-content-common@8.65.9(transitive)
- Removedricos-content@8.65.8(transitive)
- Removedricos-schema@8.65.8(transitive)
- Removedwix-rich-content-common@8.65.8(transitive)