@iamjariwala/react-doc-viewer 1.4.1 → 1.4.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.
Files changed (123) hide show
  1. package/package.json +1 -1
  2. package/dist/docs-site/docusaurus.config.d.ts +0 -4
  3. package/dist/docs-site/sidebars.d.ts +0 -4
  4. package/dist/docs-site/src/components/HomepageFeatures/index.d.ts +0 -3
  5. package/dist/docs-site/src/pages/index.d.ts +0 -3
  6. /package/dist/{src/DocViewer.d.ts → DocViewer.d.ts} +0 -0
  7. /package/dist/{src/components → components}/DocumentNav.d.ts +0 -0
  8. /package/dist/{src/components → components}/FileName.d.ts +0 -0
  9. /package/dist/{src/components → components}/HeaderBar.d.ts +0 -0
  10. /package/dist/{src/components → components}/LoadingTimout.d.ts +0 -0
  11. /package/dist/{src/components → components}/ProxyRenderer.d.ts +0 -0
  12. /package/dist/{src/components → components}/common/Button.d.ts +0 -0
  13. /package/dist/{src/components → components}/common/index.d.ts +0 -0
  14. /package/dist/{src/components → components}/icons/index.d.ts +0 -0
  15. /package/dist/{src/cssStyles.d.ts → cssStyles.d.ts} +0 -0
  16. /package/dist/{src/defaultTheme.d.ts → defaultTheme.d.ts} +0 -0
  17. /package/dist/{src/features → features}/annotations/components/AnnotationLayer.d.ts +0 -0
  18. /package/dist/{src/features → features}/annotations/components/AnnotationToolbar.d.ts +0 -0
  19. /package/dist/{src/features → features}/annotations/components/ColorPicker.d.ts +0 -0
  20. /package/dist/{src/features → features}/annotations/components/CommentMarker.d.ts +0 -0
  21. /package/dist/{src/features → features}/annotations/components/CommentPopover.d.ts +0 -0
  22. /package/dist/{src/features → features}/annotations/components/TextHighlight.d.ts +0 -0
  23. /package/dist/{src/features → features}/annotations/components/icons/index.d.ts +0 -0
  24. /package/dist/{src/features → features}/annotations/hooks/useAnnotationExport.d.ts +0 -0
  25. /package/dist/{src/features → features}/annotations/hooks/useDrawingCanvas.d.ts +0 -0
  26. /package/dist/{src/features → features}/annotations/hooks/useTextSelection.d.ts +0 -0
  27. /package/dist/{src/features → features}/annotations/index.d.ts +0 -0
  28. /package/dist/{src/features → features}/annotations/state/actions.d.ts +0 -0
  29. /package/dist/{src/features → features}/annotations/state/index.d.ts +0 -0
  30. /package/dist/{src/features → features}/annotations/state/reducer.d.ts +0 -0
  31. /package/dist/{src/features → features}/annotations/types/index.d.ts +0 -0
  32. /package/dist/{src/features → features}/bookmarks/components/BookmarkItem.d.ts +0 -0
  33. /package/dist/{src/features → features}/bookmarks/components/BookmarksSidebar.d.ts +0 -0
  34. /package/dist/{src/features → features}/bookmarks/components/BookmarksToggle.d.ts +0 -0
  35. /package/dist/{src/features → features}/bookmarks/hooks/useBookmarks.d.ts +0 -0
  36. /package/dist/{src/features → features}/bookmarks/index.d.ts +0 -0
  37. /package/dist/{src/features → features}/bookmarks/state/actions.d.ts +0 -0
  38. /package/dist/{src/features → features}/bookmarks/state/context.d.ts +0 -0
  39. /package/dist/{src/features → features}/bookmarks/state/provider.d.ts +0 -0
  40. /package/dist/{src/features → features}/bookmarks/state/reducer.d.ts +0 -0
  41. /package/dist/{src/features → features}/bookmarks/types/index.d.ts +0 -0
  42. /package/dist/{src/features → features}/drag-drop/components/DropZoneOverlay.d.ts +0 -0
  43. /package/dist/{src/features → features}/drag-drop/hooks/useDragDrop.d.ts +0 -0
  44. /package/dist/{src/features → features}/drag-drop/hooks/useFileProcessor.d.ts +0 -0
  45. /package/dist/{src/features → features}/drag-drop/index.d.ts +0 -0
  46. /package/dist/{src/features → features}/drag-drop/types/index.d.ts +0 -0
  47. /package/dist/{src/features → features}/keyboard-shortcuts/hooks/useKeyboardShortcuts.d.ts +0 -0
  48. /package/dist/{src/features → features}/keyboard-shortcuts/index.d.ts +0 -0
  49. /package/dist/{src/features → features}/keyboard-shortcuts/types/index.d.ts +0 -0
  50. /package/dist/{src/features → features}/password-pdf/components/PasswordPrompt.d.ts +0 -0
  51. /package/dist/{src/features → features}/password-pdf/index.d.ts +0 -0
  52. /package/dist/{src/features → features}/split-view/components/SplitViewContainer.d.ts +0 -0
  53. /package/dist/{src/features → features}/split-view/index.d.ts +0 -0
  54. /package/dist/{src/features → features}/text-search/components/SearchBar.d.ts +0 -0
  55. /package/dist/{src/features → features}/text-search/hooks/useTextSearch.d.ts +0 -0
  56. /package/dist/{src/features → features}/text-search/index.d.ts +0 -0
  57. /package/dist/{src/features → features}/text-search/state/actions.d.ts +0 -0
  58. /package/dist/{src/features → features}/text-search/state/context.d.ts +0 -0
  59. /package/dist/{src/features → features}/text-search/state/provider.d.ts +0 -0
  60. /package/dist/{src/features → features}/text-search/state/reducer.d.ts +0 -0
  61. /package/dist/{src/features → features}/text-search/types/index.d.ts +0 -0
  62. /package/dist/{src/features → features}/thumbnail-sidebar/components/ThumbnailItem.d.ts +0 -0
  63. /package/dist/{src/features → features}/thumbnail-sidebar/components/ThumbnailSidebar.d.ts +0 -0
  64. /package/dist/{src/features → features}/thumbnail-sidebar/components/ThumbnailToggle.d.ts +0 -0
  65. /package/dist/{src/features → features}/thumbnail-sidebar/hooks/useThumbnailGenerator.d.ts +0 -0
  66. /package/dist/{src/features → features}/thumbnail-sidebar/index.d.ts +0 -0
  67. /package/dist/{src/features → features}/thumbnail-sidebar/state/actions.d.ts +0 -0
  68. /package/dist/{src/features → features}/thumbnail-sidebar/state/index.d.ts +0 -0
  69. /package/dist/{src/features → features}/thumbnail-sidebar/state/reducer.d.ts +0 -0
  70. /package/dist/{src/features → features}/watermark/components/WatermarkOverlay.d.ts +0 -0
  71. /package/dist/{src/features → features}/watermark/index.d.ts +0 -0
  72. /package/dist/{src/hooks → hooks}/useDocumentLoader.d.ts +0 -0
  73. /package/dist/{src/hooks → hooks}/useFullscreen.d.ts +0 -0
  74. /package/dist/{src/hooks → hooks}/useRendererSelector.d.ts +0 -0
  75. /package/dist/{src/hooks → hooks}/useTranslation.d.ts +0 -0
  76. /package/dist/{src/hooks → hooks}/useWindowSize.d.ts +0 -0
  77. /package/dist/{src/i18n.d.ts → i18n.d.ts} +0 -0
  78. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  79. /package/dist/{src/locales → locales}/ar.json.d.ts +0 -0
  80. /package/dist/{src/locales → locales}/de.json.d.ts +0 -0
  81. /package/dist/{src/locales → locales}/en.json.d.ts +0 -0
  82. /package/dist/{src/locales → locales}/es.json.d.ts +0 -0
  83. /package/dist/{src/locales → locales}/fr.json.d.ts +0 -0
  84. /package/dist/{src/locales → locales}/it.json.d.ts +0 -0
  85. /package/dist/{src/locales → locales}/ja.json.d.ts +0 -0
  86. /package/dist/{src/locales → locales}/pl.json.d.ts +0 -0
  87. /package/dist/{src/locales → locales}/pt.json.d.ts +0 -0
  88. /package/dist/{src/locales → locales}/ru.json.d.ts +0 -0
  89. /package/dist/{src/locales → locales}/se.json.d.ts +0 -0
  90. /package/dist/{src/locales → locales}/sr.json.d.ts +0 -0
  91. /package/dist/{src/locales → locales}/sr_cyr.json.d.ts +0 -0
  92. /package/dist/{src/locales → locales}/tr.json.d.ts +0 -0
  93. /package/dist/{src/models.d.ts → models.d.ts} +0 -0
  94. /package/dist/{src/renderers → renderers}/bmp/index.d.ts +0 -0
  95. /package/dist/{src/renderers → renderers}/csv/index.d.ts +0 -0
  96. /package/dist/{src/renderers → renderers}/gif/index.d.ts +0 -0
  97. /package/dist/{src/renderers → renderers}/html/index.d.ts +0 -0
  98. /package/dist/{src/renderers → renderers}/image/index.d.ts +0 -0
  99. /package/dist/{src/renderers → renderers}/index.d.ts +0 -0
  100. /package/dist/{src/renderers → renderers}/jpg/index.d.ts +0 -0
  101. /package/dist/{src/renderers → renderers}/msdoc/index.d.ts +0 -0
  102. /package/dist/{src/renderers → renderers}/pdf/components/PDFControls.d.ts +0 -0
  103. /package/dist/{src/renderers → renderers}/pdf/components/PDFPagination.d.ts +0 -0
  104. /package/dist/{src/renderers → renderers}/pdf/components/PDFThumbnailGenerator.d.ts +0 -0
  105. /package/dist/{src/renderers → renderers}/pdf/components/icons/index.d.ts +0 -0
  106. /package/dist/{src/renderers → renderers}/pdf/components/pages/PDFAllPages.d.ts +0 -0
  107. /package/dist/{src/renderers → renderers}/pdf/components/pages/PDFPages.d.ts +0 -0
  108. /package/dist/{src/renderers → renderers}/pdf/components/pages/PDFSinglePage.d.ts +0 -0
  109. /package/dist/{src/renderers → renderers}/pdf/index.d.ts +0 -0
  110. /package/dist/{src/renderers → renderers}/pdf/state/actions.d.ts +0 -0
  111. /package/dist/{src/renderers → renderers}/pdf/state/index.d.ts +0 -0
  112. /package/dist/{src/renderers → renderers}/pdf/state/reducer.d.ts +0 -0
  113. /package/dist/{src/renderers → renderers}/png/index.d.ts +0 -0
  114. /package/dist/{src/renderers → renderers}/tiff/index.d.ts +0 -0
  115. /package/dist/{src/renderers → renderers}/tiff/tiffToCanvas.d.ts +0 -0
  116. /package/dist/{src/renderers → renderers}/txt/index.d.ts +0 -0
  117. /package/dist/{src/renderers → renderers}/video/index.d.ts +0 -0
  118. /package/dist/{src/renderers → renderers}/webp/index.d.ts +0 -0
  119. /package/dist/{src/store → store}/DocViewerProvider.d.ts +0 -0
  120. /package/dist/{src/store → store}/actions.d.ts +0 -0
  121. /package/dist/{src/store → store}/mainStateReducer.d.ts +0 -0
  122. /package/dist/{src/utils → utils}/fileLoaders.d.ts +0 -0
  123. /package/dist/{src/utils → utils}/getFileName.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iamjariwala/react-doc-viewer",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "React document viewer and PDF viewer component — render PDF, Word, Excel, PowerPoint, images, video, CSV and 20+ file types with drag-and-drop, annotations, thumbnails and i18n.",
5
5
  "author": "Mehul Jariwala",
6
6
  "type": "module",
@@ -1,4 +0,0 @@
1
- import { Config } from '@docusaurus/types';
2
-
3
- declare const config: Config;
4
- export default config;
@@ -1,4 +0,0 @@
1
- import { SidebarsConfig } from '@docusaurus/plugin-content-docs';
2
-
3
- declare const sidebars: SidebarsConfig;
4
- export default sidebars;
@@ -1,3 +0,0 @@
1
- import { ReactNode } from 'react';
2
-
3
- export default function HomepageFeatures(): ReactNode;
@@ -1,3 +0,0 @@
1
- import { ReactNode } from 'react';
2
-
3
- export default function Home(): ReactNode;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes