@lax-wp/editor 0.1.3 → 0.1.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lax-wp/editor",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A modern, feature-rich editor built with React and TipTap",
5
5
  "keywords": [
6
6
  "editor",
@@ -1,11 +0,0 @@
1
- import { Extension } from '@tiptap/core';
2
- /**
3
- * List Marker Format Plugin
4
- *
5
- * Syncs formatting from list item content to the list item element
6
- * so that CSS markers (::marker) can inherit the formatting.
7
- *
8
- * This plugin watches the editor and applies inline styles to <li> elements
9
- * based on the formatting marks found in their content.
10
- */
11
- export declare const ListMarkerFormatPlugin: Extension<any, any>;