vix-editor 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ import { Extension } from '@tiptap/core';
2
+
3
+ export interface HTMLStyleOptions {
4
+ allowedTags?: string[];
5
+ allowedAttributes?: Record<string, string[]>;
6
+ }
7
+ export declare const HTMLStyle: Extension<HTMLStyleOptions, any>;
8
+ export default HTMLStyle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vix-editor",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "A modern AI-powered WYSIWYG rich-text editor for Vue, based on Tiptap and shadcn-vue",