ct-rich-text-editor 1.3.16 → 1.3.18

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/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n, C, l, H, o, m, u, v } from "./index-75a344b6.js";
1
+ import { n, C, l, H, o, m, u, v } from "./index-dbb526cd.js";
2
2
  import "react/jsx-runtime";
3
3
  import "react";
4
4
  import "axios";
@@ -5,4 +5,10 @@ import { LexicalEditor } from '../../node_modules/lexical';
5
5
  * ==========================================
6
6
  */
7
7
  export declare function useExportWithStriping(): () => string;
8
- export declare function exportEditorWithStriping(editor: LexicalEditor): string;
8
+ export declare function exportEditorWithInlineStyle(editor: LexicalEditor): string;
9
+ /**
10
+ * Processes initial HTML content for table loading.
11
+ * Detects striping patterns and applies CSS classes/variables.
12
+ * Explicit cell colors are preserved in InitialContentPlugin by adding !important.
13
+ */
14
+ export declare function preprocessInitialContent(html: string): string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ct-rich-text-editor",
3
3
  "private": false,
4
- "version": "1.3.16",
4
+ "version": "1.3.18",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@9.0.0",
7
7
  "main": "dist/index.js",