eddyter 1.4.14 → 1.4.16

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.
Files changed (24) hide show
  1. package/dist/{CommentBubblePlugin-D3bL5RBS.js → CommentBubblePlugin-DZQW1ibY.js} +1 -1
  2. package/dist/{LazySignatureCanvas-BSUT19Vt.js → LazySignatureCanvas-FKl1mD-T.js} +1 -1
  3. package/dist/assets/style.css +1 -1
  4. package/dist/components/ConfigurableEditorWithAuth.d.ts +2 -0
  5. package/dist/components/NotePanelView/NotePanelView.d.ts +2 -1
  6. package/dist/components/ScopedEditor.d.ts +1 -0
  7. package/dist/editor/components/FloatingToolbarManager.d.ts +2 -1
  8. package/dist/{generateDocxThumbnail-CKQuKnUT.js → generateDocxThumbnail-DJlPLsdY.js} +1 -1
  9. package/dist/{generatePdfThumbnail-D4U1YS2w.js → generatePdfThumbnail-CfDAh39b.js} +1 -1
  10. package/dist/{generateXlsxThumbnail-D5ERSQBB.js → generateXlsxThumbnail-cRIT4Jyf.js} +1 -1
  11. package/dist/{html2pdf.bundle.min-COsPeKwZ.js → html2pdf.bundle.min-BW3dolOS.js} +1 -1
  12. package/dist/{index-BH7a8CPx.js → index-BDDjWwK4.js} +10756 -10462
  13. package/dist/{index-DDfcBODy.js → index-BEepnYCf.js} +34 -33
  14. package/dist/index-BmfQcIrc.js +1429 -0
  15. package/dist/{index-BM5DZ48c.js → index-BydXFu_2.js} +1 -1
  16. package/dist/{index-ChTbPFck.js → index-W6_ogglw.js} +11 -11
  17. package/dist/{index-BxZPRzTs.js → index-gjz4wieB.js} +11 -11
  18. package/dist/index.js +1 -1
  19. package/dist/nodes/NotePanelNode.d.ts +7 -2
  20. package/dist/pages/ConfigurableEditor/ConfigurableEditor.d.ts +1 -0
  21. package/dist/utils/notePanelExport.d.ts +11 -0
  22. package/dist/utils/notePanelPaste.d.ts +7 -0
  23. package/package.json +1 -1
  24. package/dist/index-Cy8ozH1W.js +0 -1613
@@ -50,6 +50,8 @@ interface ConfigurableEditorWithAuthProps {
50
50
  darkMode?: boolean;
51
51
  /** Toolbar behavior config: sticky/static mode with sticky offset and z-index. */
52
52
  toolbar?: ToolbarConfig;
53
+ /** Additional class name for floating elements and portal container */
54
+ floatingToolbarClassName?: string;
53
55
  }
54
56
  declare const ConfigurableEditorWithAuth: React.FC<ConfigurableEditorWithAuthProps>;
55
57
  export default ConfigurableEditorWithAuth;
@@ -3,7 +3,8 @@ import { NotePanelType } from '../../nodes/NotePanelNode';
3
3
  interface NotePanelViewProps {
4
4
  type: NotePanelType;
5
5
  title: string;
6
- content: any;
6
+ bodyHtml: string;
7
+ content: unknown;
7
8
  nodeKey: string;
8
9
  }
9
10
  declare const NotePanelView: React.FC<NotePanelViewProps>;
@@ -3,6 +3,7 @@ interface ScopedEditorWrapperProps {
3
3
  className?: string;
4
4
  style?: React.CSSProperties;
5
5
  darkMode?: boolean;
6
+ floatingToolbarClassName?: string;
6
7
  }
7
8
  export declare const ScopedEditorWrapper: React.FC<ScopedEditorWrapperProps>;
8
9
  export default ScopedEditorWrapper;
@@ -5,6 +5,7 @@ interface FloatingToolbarManagerProps {
5
5
  mode?: "sticky" | "static";
6
6
  topOffset?: number;
7
7
  zIndex?: number;
8
+ floatingToolbarClassName?: string;
8
9
  }
9
- export default function FloatingToolbarManager({ editorRef, children, mode, topOffset, zIndex, }: FloatingToolbarManagerProps): import("react/jsx-runtime").JSX.Element;
10
+ export default function FloatingToolbarManager({ editorRef, children, mode, topOffset, zIndex, floatingToolbarClassName, }: FloatingToolbarManagerProps): import("react/jsx-runtime").JSX.Element;
10
11
  export {};
@@ -1,4 +1,4 @@
1
- import { m as Tt, i as Se, V as Ce, z as xe } from "./index-BH7a8CPx.js";
1
+ import { n as Tt, j as Se, Y as Ce, G as xe } from "./index-BDDjWwK4.js";
2
2
  import { h as Ee } from "./html2canvas.esm-BD_Vwvv8.js";
3
3
  function Ft(c) {
4
4
  throw new Error('Could not dynamically require "' + c + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
@@ -1,4 +1,4 @@
1
- import { V as u, z as b } from "./index-BH7a8CPx.js";
1
+ import { Y as u, G as b } from "./index-BDDjWwK4.js";
2
2
  const m = "https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174";
3
3
  let w = null;
4
4
  async function C() {
@@ -1,5 +1,5 @@
1
1
  import { h as Ci } from "./html2canvas.esm-BD_Vwvv8.js";
2
- import { V as yi, z as Di } from "./index-BH7a8CPx.js";
2
+ import { Y as yi, G as Di } from "./index-BDDjWwK4.js";
3
3
  var In = 1252, Oi = [874, 932, 936, 949, 950, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1e4], Zt = {
4
4
  /*::[*/
5
5
  0: 1252,
@@ -1,4 +1,4 @@
1
- import { m as Ka, i as $u } from "./index-BH7a8CPx.js";
1
+ import { n as Ka, j as $u } from "./index-BDDjWwK4.js";
2
2
  function tl(Qa, iu) {
3
3
  for (var jo = 0; jo < iu.length; jo++) {
4
4
  const qs = iu[jo];