@extend-ai/react-docx 0.6.1 → 0.6.2

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.d.cts CHANGED
@@ -1011,10 +1011,10 @@ interface DocxEditorViewerProps {
1011
1011
  /**
1012
1012
  * Hides the document behind `loadingState` until initial pagination settles.
1013
1013
  *
1014
- * Leave enabled when you prefer stable first paint over immediate approximate
1015
- * layout. Disable when you want the first visible page as soon as possible.
1014
+ * Enable only when you prefer stable first paint over immediate approximate
1015
+ * layout.
1016
1016
  *
1017
- * @defaultValue `true`
1017
+ * @defaultValue `false`
1018
1018
  */
1019
1019
  deferInitialPaginationPaint?: boolean;
1020
1020
  /**
package/dist/index.d.ts CHANGED
@@ -1011,10 +1011,10 @@ interface DocxEditorViewerProps {
1011
1011
  /**
1012
1012
  * Hides the document behind `loadingState` until initial pagination settles.
1013
1013
  *
1014
- * Leave enabled when you prefer stable first paint over immediate approximate
1015
- * layout. Disable when you want the first visible page as soon as possible.
1014
+ * Enable only when you prefer stable first paint over immediate approximate
1015
+ * layout.
1016
1016
  *
1017
- * @defaultValue `true`
1017
+ * @defaultValue `false`
1018
1018
  */
1019
1019
  deferInitialPaginationPaint?: boolean;
1020
1020
  /**