@eigenpal/docx-js-editor 0.0.3 → 0.0.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/dist/chunk-6HBUJFBB.js +1 -0
- package/dist/{chunk-YJJ7HRPG.js → chunk-BQWGTYDH.js} +1 -1
- package/dist/{chunk-T3I3VSJ3.js → chunk-CCXUC6LX.js} +1 -1
- package/dist/{chunk-CDT2SOKB.cjs → chunk-DWFWDKAH.cjs} +2 -2
- package/dist/{chunk-CM5WP7HZ.cjs → chunk-EUHVOGCB.cjs} +2 -2
- package/dist/chunk-FFPSMP4Q.cjs +11 -0
- package/dist/chunk-QB7IFLG2.cjs +1 -0
- package/dist/chunk-ZMWEAP5S.js +11 -0
- package/dist/core-plugins.cjs +1 -1
- package/dist/core-plugins.js +1 -1
- package/dist/headless.cjs +2 -2
- package/dist/headless.js +1 -1
- package/dist/index.cjs +25 -25
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +25 -25
- package/dist/mcp-cli.js +16 -16
- package/dist/mcp.cjs +2 -2
- package/dist/mcp.js +1 -1
- package/dist/selectionRects-2VAWY4ZQ.cjs +1 -0
- package/dist/selectionRects-ONIZYUUI.js +1 -0
- package/dist/styles.css +1 -1
- package/package.json +9 -9
- package/dist/chunk-7KNRIGGW.cjs +0 -1
- package/dist/chunk-EU5LN2WS.js +0 -11
- package/dist/chunk-G4AXMTQY.cjs +0 -11
- package/dist/chunk-HRPNPUU4.js +0 -1
- package/dist/selectionRects-3PJ6FGHQ.js +0 -1
- package/dist/selectionRects-6QL5E7CE.cjs +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -2680,7 +2680,7 @@ interface ResponsiveToolbarProps {
|
|
|
2680
2680
|
*/
|
|
2681
2681
|
interface UseResponsiveToolbarOptions {
|
|
2682
2682
|
/** Container ref */
|
|
2683
|
-
containerRef: React__default.RefObject<HTMLElement>;
|
|
2683
|
+
containerRef: React__default.RefObject<HTMLElement | null>;
|
|
2684
2684
|
/** Total items */
|
|
2685
2685
|
items: ToolbarItem[];
|
|
2686
2686
|
/** Gap between items */
|
package/dist/index.d.ts
CHANGED
|
@@ -2680,7 +2680,7 @@ interface ResponsiveToolbarProps {
|
|
|
2680
2680
|
*/
|
|
2681
2681
|
interface UseResponsiveToolbarOptions {
|
|
2682
2682
|
/** Container ref */
|
|
2683
|
-
containerRef: React__default.RefObject<HTMLElement>;
|
|
2683
|
+
containerRef: React__default.RefObject<HTMLElement | null>;
|
|
2684
2684
|
/** Total items */
|
|
2685
2685
|
items: ToolbarItem[];
|
|
2686
2686
|
/** Gap between items */
|