🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@samhammer/tiptob

Package Overview
Dependencies
Maintainers
9
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samhammer/tiptob - npm Package Compare versions

Comparing version
2.3.32
to
2.3.33
+9
dist/base/ButtonKey.d.ts
import type { Editor } from "@tiptap/core";
export type ButtonKey = string | {
name: string;
attributes?: object;
} | {
attributes: object;
} | {
isActive: (editor: Editor) => boolean;
};
import { Extension } from "@tiptap/core";
interface FontSizeOptions {
types: string[];
}
declare module "@tiptap/core" {
interface Commands<ReturnType> {
fontSize: {
setFontSize: (fontSize: string) => ReturnType;
unsetFontSize: () => ReturnType;
};
}
}
export declare const FontSizeExtension: Extension<FontSizeOptions, any>;
export {};
+2
-1

@@ -9,2 +9,3 @@ import ImageExtension from "./plugins/Image/ImageExtension";

import { SignatureExtension } from "./plugins/SignaturePlaceholder/SignatureExtension";
import { FontSizeExtension } from "./plugins/FontSize/FontSizeExtension";
interface CustomHTMLElement extends HTMLElement {

@@ -14,2 +15,2 @@ editor: Editor;

}
export { ImageExtension, KnowledgeExtension, SelectionDecoration, TableBubbleMenuExtension, ExtendedHighlight, TokenExtension, SignatureExtension, type CustomHTMLElement };
export { ImageExtension, KnowledgeExtension, SelectionDecoration, TableBubbleMenuExtension, ExtendedHighlight, TokenExtension, FontSizeExtension, SignatureExtension, type CustomHTMLElement, };
{
"name": "@samhammer/tiptob",
"version": "2.3.32",
"version": "2.3.33",
"description": "TipTap ToolBox",

@@ -5,0 +5,0 @@ "type": "module",

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