ricos-tiptap-types
Advanced tools
Comparing version 8.71.33 to 8.71.36
@@ -8,3 +8,3 @@ /// <reference types="i18next" /> | ||
import type { ComponentType } from 'react'; | ||
import type { Decoration_Type, DraftContent, EditorPlugin, LegacyEditorPluginConfig, LinkSettings, Node_Type, RicosEditorAPI, TextAlignment, TranslationFunction } from 'ricos-types'; | ||
import type { Decoration_Type, DraftContent, EditorPlugin, LegacyEditorPluginConfig, LinkSettings, Node_Type, RicosEditorAPI, TextAlignment, TranslationFunction, RicosServices } from 'ricos-types'; | ||
import type { ComponentData } from 'wix-rich-content-common'; | ||
@@ -56,3 +56,3 @@ export declare type PluginProps = NodeViewRendererProps & { | ||
}; | ||
reconfigure?: (config: NodeConfig, extensions: RicosExtension[], ricosProps: ExtensionProps, settings: Record<string, unknown>) => NodeConfig; | ||
reconfigure?: (config: NodeConfig, extensions: RicosExtension[], ricosProps: ExtensionProps, settings: Record<string, unknown>, services: RicosServices) => NodeConfig; | ||
createExtensionConfig: ({ textblockTypeInputRule, mergeAttributes, markPasteRule, markInputRule, Plugin, PluginKey, }: { | ||
@@ -73,3 +73,3 @@ textblockTypeInputRule: typeof textblockTypeInputRuleFn; | ||
settings?: Record<string, unknown>; | ||
reconfigure?: (config: MarkConfig, extensions: RicosExtension[], ricosProps: ExtensionProps, settings: Record<string, unknown>) => MarkConfig; | ||
reconfigure?: (config: MarkConfig, extensions: RicosExtension[], ricosProps: ExtensionProps, settings: Record<string, unknown>, services: RicosServices) => MarkConfig; | ||
createExtensionConfig: ({ textblockTypeInputRule, mergeAttributes, markPasteRule, markInputRule, Plugin, PluginKey, }: { | ||
@@ -89,3 +89,3 @@ textblockTypeInputRule: typeof textblockTypeInputRuleFn; | ||
settings?: Record<string, unknown>; | ||
reconfigure?: (config: RicosExtensionConfig, extensions: RicosExtension[], ricosProps: ExtensionProps, settings: Record<string, unknown>) => RicosExtensionConfig; | ||
reconfigure?: (config: RicosExtensionConfig, extensions: RicosExtension[], ricosProps: ExtensionProps, settings: Record<string, unknown>, services: RicosServices) => RicosExtensionConfig; | ||
createExtensionConfig: ({ mergeAttributes, }: { | ||
@@ -92,0 +92,0 @@ mergeAttributes: typeof mergeAttributesFn; |
{ | ||
"name": "ricos-tiptap-types", | ||
"version": "8.71.33", | ||
"version": "8.71.36", | ||
"author": { | ||
@@ -38,3 +38,3 @@ "name": "Alex Greenstein", | ||
"prosemirror-state": "^1.3.4", | ||
"wix-rich-content-common": "8.71.33" | ||
"wix-rich-content-common": "8.71.36" | ||
}, | ||
@@ -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
26345
+ Addedricos-content@8.71.36(transitive)
+ Addedricos-schema@8.71.36(transitive)
+ Addedricos-types@8.71.36(transitive)
+ Addedwix-rich-content-common@8.71.36(transitive)
- Removedricos-content@8.71.33(transitive)
- Removedricos-schema@8.71.33(transitive)
- Removedricos-types@8.71.33(transitive)
- Removedwix-rich-content-common@8.71.33(transitive)