@embedpdf/snippet 1.0.0

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 (294) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +90 -0
  3. package/dist/components/annotation-menu.d.ts +9 -0
  4. package/dist/components/annotation-menu.d.ts.map +1 -0
  5. package/dist/components/annotation-sidebar/common.d.ts +10 -0
  6. package/dist/components/annotation-sidebar/common.d.ts.map +1 -0
  7. package/dist/components/annotation-sidebar/empty-state.d.ts +7 -0
  8. package/dist/components/annotation-sidebar/empty-state.d.ts.map +1 -0
  9. package/dist/components/annotation-sidebar/free-text-sidebar.d.ts +5 -0
  10. package/dist/components/annotation-sidebar/free-text-sidebar.d.ts.map +1 -0
  11. package/dist/components/annotation-sidebar/ink-sidebar.d.ts +5 -0
  12. package/dist/components/annotation-sidebar/ink-sidebar.d.ts.map +1 -0
  13. package/dist/components/annotation-sidebar/line-sidebar.d.ts +5 -0
  14. package/dist/components/annotation-sidebar/line-sidebar.d.ts.map +1 -0
  15. package/dist/components/annotation-sidebar/polygon-sidebar.d.ts +5 -0
  16. package/dist/components/annotation-sidebar/polygon-sidebar.d.ts.map +1 -0
  17. package/dist/components/annotation-sidebar/registry.d.ts +19 -0
  18. package/dist/components/annotation-sidebar/registry.d.ts.map +1 -0
  19. package/dist/components/annotation-sidebar/shape-sidebar.d.ts +5 -0
  20. package/dist/components/annotation-sidebar/shape-sidebar.d.ts.map +1 -0
  21. package/dist/components/annotation-sidebar/stamp-sidebar.d.ts +5 -0
  22. package/dist/components/annotation-sidebar/stamp-sidebar.d.ts.map +1 -0
  23. package/dist/components/annotation-sidebar/text-markup-sidebar.d.ts +5 -0
  24. package/dist/components/annotation-sidebar/text-markup-sidebar.d.ts.map +1 -0
  25. package/dist/components/annotation-sidebar/ui.d.ts +72 -0
  26. package/dist/components/annotation-sidebar/ui.d.ts.map +1 -0
  27. package/dist/components/annotation-sidebar.d.ts +6 -0
  28. package/dist/components/annotation-sidebar.d.ts.map +1 -0
  29. package/dist/components/app.d.ts +108 -0
  30. package/dist/components/app.d.ts.map +1 -0
  31. package/dist/components/capture.d.ts +3 -0
  32. package/dist/components/capture.d.ts.map +1 -0
  33. package/dist/components/command-button.d.ts +15 -0
  34. package/dist/components/command-button.d.ts.map +1 -0
  35. package/dist/components/comment-sidebar/annotation-card.d.ts +14 -0
  36. package/dist/components/comment-sidebar/annotation-card.d.ts.map +1 -0
  37. package/dist/components/comment-sidebar/annotation-icon.d.ts +9 -0
  38. package/dist/components/comment-sidebar/annotation-icon.d.ts.map +1 -0
  39. package/dist/components/comment-sidebar/annotation-input.d.ts +10 -0
  40. package/dist/components/comment-sidebar/annotation-input.d.ts.map +1 -0
  41. package/dist/components/comment-sidebar/comment.d.ts +12 -0
  42. package/dist/components/comment-sidebar/comment.d.ts.map +1 -0
  43. package/dist/components/comment-sidebar/config.d.ts +15 -0
  44. package/dist/components/comment-sidebar/config.d.ts.map +1 -0
  45. package/dist/components/comment-sidebar/edit-comment-form.d.ts +11 -0
  46. package/dist/components/comment-sidebar/edit-comment-form.d.ts.map +1 -0
  47. package/dist/components/comment-sidebar/empty-state.d.ts +7 -0
  48. package/dist/components/comment-sidebar/empty-state.d.ts.map +1 -0
  49. package/dist/components/comment-sidebar/menu-dropdown.d.ts +10 -0
  50. package/dist/components/comment-sidebar/menu-dropdown.d.ts.map +1 -0
  51. package/dist/components/comment-sidebar/truncated-text.d.ts +10 -0
  52. package/dist/components/comment-sidebar/truncated-text.d.ts.map +1 -0
  53. package/dist/components/comment-sidebar/user-avatar.d.ts +8 -0
  54. package/dist/components/comment-sidebar/user-avatar.d.ts.map +1 -0
  55. package/dist/components/comment-sidebar.d.ts +6 -0
  56. package/dist/components/comment-sidebar.d.ts.map +1 -0
  57. package/dist/components/custom-zoom-toolbar.d.ts +24 -0
  58. package/dist/components/custom-zoom-toolbar.d.ts.map +1 -0
  59. package/dist/components/document-password-prompt.d.ts +8 -0
  60. package/dist/components/document-password-prompt.d.ts.map +1 -0
  61. package/dist/components/empty-state.d.ts +3 -0
  62. package/dist/components/empty-state.d.ts.map +1 -0
  63. package/dist/components/hint-layer.d.ts +3 -0
  64. package/dist/components/hint-layer.d.ts.map +1 -0
  65. package/dist/components/icons/alert-triangle.d.ts +4 -0
  66. package/dist/components/icons/alert-triangle.d.ts.map +1 -0
  67. package/dist/components/icons/align-bottom.d.ts +4 -0
  68. package/dist/components/icons/align-bottom.d.ts.map +1 -0
  69. package/dist/components/icons/align-center.d.ts +4 -0
  70. package/dist/components/icons/align-center.d.ts.map +1 -0
  71. package/dist/components/icons/align-left.d.ts +4 -0
  72. package/dist/components/icons/align-left.d.ts.map +1 -0
  73. package/dist/components/icons/align-middle.d.ts +4 -0
  74. package/dist/components/icons/align-middle.d.ts.map +1 -0
  75. package/dist/components/icons/align-right.d.ts +4 -0
  76. package/dist/components/icons/align-right.d.ts.map +1 -0
  77. package/dist/components/icons/align-top.d.ts +4 -0
  78. package/dist/components/icons/align-top.d.ts.map +1 -0
  79. package/dist/components/icons/arrow-back-up.d.ts +4 -0
  80. package/dist/components/icons/arrow-back-up.d.ts.map +1 -0
  81. package/dist/components/icons/arrow-forward-up.d.ts +4 -0
  82. package/dist/components/icons/arrow-forward-up.d.ts.map +1 -0
  83. package/dist/components/icons/bold.d.ts +4 -0
  84. package/dist/components/icons/bold.d.ts.map +1 -0
  85. package/dist/components/icons/book.d.ts +4 -0
  86. package/dist/components/icons/book.d.ts.map +1 -0
  87. package/dist/components/icons/book2.d.ts +4 -0
  88. package/dist/components/icons/book2.d.ts.map +1 -0
  89. package/dist/components/icons/check.d.ts +4 -0
  90. package/dist/components/icons/check.d.ts.map +1 -0
  91. package/dist/components/icons/chevron-down.d.ts +4 -0
  92. package/dist/components/icons/chevron-down.d.ts.map +1 -0
  93. package/dist/components/icons/chevron-left.d.ts +4 -0
  94. package/dist/components/icons/chevron-left.d.ts.map +1 -0
  95. package/dist/components/icons/chevron-right.d.ts +4 -0
  96. package/dist/components/icons/chevron-right.d.ts.map +1 -0
  97. package/dist/components/icons/circle.d.ts +4 -0
  98. package/dist/components/icons/circle.d.ts.map +1 -0
  99. package/dist/components/icons/comment.d.ts +4 -0
  100. package/dist/components/icons/comment.d.ts.map +1 -0
  101. package/dist/components/icons/copy.d.ts +4 -0
  102. package/dist/components/icons/copy.d.ts.map +1 -0
  103. package/dist/components/icons/device-floppy.d.ts +4 -0
  104. package/dist/components/icons/device-floppy.d.ts.map +1 -0
  105. package/dist/components/icons/dots.d.ts +4 -0
  106. package/dist/components/icons/dots.d.ts.map +1 -0
  107. package/dist/components/icons/double-page.d.ts +4 -0
  108. package/dist/components/icons/double-page.d.ts.map +1 -0
  109. package/dist/components/icons/download.d.ts +4 -0
  110. package/dist/components/icons/download.d.ts.map +1 -0
  111. package/dist/components/icons/file-import.d.ts +4 -0
  112. package/dist/components/icons/file-import.d.ts.map +1 -0
  113. package/dist/components/icons/file.d.ts +4 -0
  114. package/dist/components/icons/file.d.ts.map +1 -0
  115. package/dist/components/icons/fit-to-page.d.ts +4 -0
  116. package/dist/components/icons/fit-to-page.d.ts.map +1 -0
  117. package/dist/components/icons/fit-to-width.d.ts +4 -0
  118. package/dist/components/icons/fit-to-width.d.ts.map +1 -0
  119. package/dist/components/icons/fullscreen-exit.d.ts +4 -0
  120. package/dist/components/icons/fullscreen-exit.d.ts.map +1 -0
  121. package/dist/components/icons/fullscreen.d.ts +4 -0
  122. package/dist/components/icons/fullscreen.d.ts.map +1 -0
  123. package/dist/components/icons/hand.d.ts +4 -0
  124. package/dist/components/icons/hand.d.ts.map +1 -0
  125. package/dist/components/icons/highlight.d.ts +4 -0
  126. package/dist/components/icons/highlight.d.ts.map +1 -0
  127. package/dist/components/icons/horizontal.d.ts +4 -0
  128. package/dist/components/icons/horizontal.d.ts.map +1 -0
  129. package/dist/components/icons/index.d.ts +6 -0
  130. package/dist/components/icons/index.d.ts.map +1 -0
  131. package/dist/components/icons/italic.d.ts +4 -0
  132. package/dist/components/icons/italic.d.ts.map +1 -0
  133. package/dist/components/icons/line-arrow.d.ts +4 -0
  134. package/dist/components/icons/line-arrow.d.ts.map +1 -0
  135. package/dist/components/icons/line.d.ts +4 -0
  136. package/dist/components/icons/line.d.ts.map +1 -0
  137. package/dist/components/icons/list-tree.d.ts +4 -0
  138. package/dist/components/icons/list-tree.d.ts.map +1 -0
  139. package/dist/components/icons/lock.d.ts +4 -0
  140. package/dist/components/icons/lock.d.ts.map +1 -0
  141. package/dist/components/icons/menu.d.ts +4 -0
  142. package/dist/components/icons/menu.d.ts.map +1 -0
  143. package/dist/components/icons/palette.d.ts +4 -0
  144. package/dist/components/icons/palette.d.ts.map +1 -0
  145. package/dist/components/icons/paperclip.d.ts +4 -0
  146. package/dist/components/icons/paperclip.d.ts.map +1 -0
  147. package/dist/components/icons/pencil-marker.d.ts +4 -0
  148. package/dist/components/icons/pencil-marker.d.ts.map +1 -0
  149. package/dist/components/icons/photo.d.ts +4 -0
  150. package/dist/components/icons/photo.d.ts.map +1 -0
  151. package/dist/components/icons/plus.d.ts +4 -0
  152. package/dist/components/icons/plus.d.ts.map +1 -0
  153. package/dist/components/icons/pointer.d.ts +4 -0
  154. package/dist/components/icons/pointer.d.ts.map +1 -0
  155. package/dist/components/icons/polygon.d.ts +4 -0
  156. package/dist/components/icons/polygon.d.ts.map +1 -0
  157. package/dist/components/icons/print.d.ts +4 -0
  158. package/dist/components/icons/print.d.ts.map +1 -0
  159. package/dist/components/icons/redact-area.d.ts +4 -0
  160. package/dist/components/icons/redact-area.d.ts.map +1 -0
  161. package/dist/components/icons/redact.d.ts +4 -0
  162. package/dist/components/icons/redact.d.ts.map +1 -0
  163. package/dist/components/icons/rotate-clockwise.d.ts +4 -0
  164. package/dist/components/icons/rotate-clockwise.d.ts.map +1 -0
  165. package/dist/components/icons/rotate-counter-clockwise.d.ts +4 -0
  166. package/dist/components/icons/rotate-counter-clockwise.d.ts.map +1 -0
  167. package/dist/components/icons/save.d.ts +4 -0
  168. package/dist/components/icons/save.d.ts.map +1 -0
  169. package/dist/components/icons/screenshot.d.ts +4 -0
  170. package/dist/components/icons/screenshot.d.ts.map +1 -0
  171. package/dist/components/icons/search.d.ts +4 -0
  172. package/dist/components/icons/search.d.ts.map +1 -0
  173. package/dist/components/icons/settings.d.ts +4 -0
  174. package/dist/components/icons/settings.d.ts.map +1 -0
  175. package/dist/components/icons/sidebar.d.ts +4 -0
  176. package/dist/components/icons/sidebar.d.ts.map +1 -0
  177. package/dist/components/icons/single-page.d.ts +4 -0
  178. package/dist/components/icons/single-page.d.ts.map +1 -0
  179. package/dist/components/icons/square.d.ts +4 -0
  180. package/dist/components/icons/square.d.ts.map +1 -0
  181. package/dist/components/icons/squares.d.ts +4 -0
  182. package/dist/components/icons/squares.d.ts.map +1 -0
  183. package/dist/components/icons/squiggly.d.ts +4 -0
  184. package/dist/components/icons/squiggly.d.ts.map +1 -0
  185. package/dist/components/icons/strikethrough.d.ts +4 -0
  186. package/dist/components/icons/strikethrough.d.ts.map +1 -0
  187. package/dist/components/icons/text.d.ts +4 -0
  188. package/dist/components/icons/text.d.ts.map +1 -0
  189. package/dist/components/icons/trash.d.ts +4 -0
  190. package/dist/components/icons/trash.d.ts.map +1 -0
  191. package/dist/components/icons/types.d.ts +11 -0
  192. package/dist/components/icons/types.d.ts.map +1 -0
  193. package/dist/components/icons/underline.d.ts +4 -0
  194. package/dist/components/icons/underline.d.ts.map +1 -0
  195. package/dist/components/icons/vertical.d.ts +4 -0
  196. package/dist/components/icons/vertical.d.ts.map +1 -0
  197. package/dist/components/icons/view-settings.d.ts +4 -0
  198. package/dist/components/icons/view-settings.d.ts.map +1 -0
  199. package/dist/components/icons/x.d.ts +4 -0
  200. package/dist/components/icons/x.d.ts.map +1 -0
  201. package/dist/components/icons/zigzag.d.ts +4 -0
  202. package/dist/components/icons/zigzag.d.ts.map +1 -0
  203. package/dist/components/icons/zoom-in-area.d.ts +4 -0
  204. package/dist/components/icons/zoom-in-area.d.ts.map +1 -0
  205. package/dist/components/icons/zoom-in.d.ts +4 -0
  206. package/dist/components/icons/zoom-in.d.ts.map +1 -0
  207. package/dist/components/icons/zoom-out.d.ts +4 -0
  208. package/dist/components/icons/zoom-out.d.ts.map +1 -0
  209. package/dist/components/locale-switcher.d.ts +8 -0
  210. package/dist/components/locale-switcher.d.ts.map +1 -0
  211. package/dist/components/mode-select-button.d.ts +8 -0
  212. package/dist/components/mode-select-button.d.ts.map +1 -0
  213. package/dist/components/outline-sidebar.d.ts +7 -0
  214. package/dist/components/outline-sidebar.d.ts.map +1 -0
  215. package/dist/components/page-controls.d.ts +7 -0
  216. package/dist/components/page-controls.d.ts.map +1 -0
  217. package/dist/components/print-modal.d.ts +10 -0
  218. package/dist/components/print-modal.d.ts.map +1 -0
  219. package/dist/components/redaction-menu.d.ts +10 -0
  220. package/dist/components/redaction-menu.d.ts.map +1 -0
  221. package/dist/components/search-sidebar.d.ts +8 -0
  222. package/dist/components/search-sidebar.d.ts.map +1 -0
  223. package/dist/components/tab-bar.d.ts +14 -0
  224. package/dist/components/tab-bar.d.ts.map +1 -0
  225. package/dist/components/thumbnails-sidebar.d.ts +8 -0
  226. package/dist/components/thumbnails-sidebar.d.ts.map +1 -0
  227. package/dist/components/ui/button.d.ts +14 -0
  228. package/dist/components/ui/button.d.ts.map +1 -0
  229. package/dist/components/ui/checkbox.d.ts +9 -0
  230. package/dist/components/ui/checkbox.d.ts.map +1 -0
  231. package/dist/components/ui/dialog.d.ts +22 -0
  232. package/dist/components/ui/dialog.d.ts.map +1 -0
  233. package/dist/components/ui/dropdown.d.ts +23 -0
  234. package/dist/components/ui/dropdown.d.ts.map +1 -0
  235. package/dist/components/ui/icon.d.ts +20 -0
  236. package/dist/components/ui/icon.d.ts.map +1 -0
  237. package/dist/components/ui/loading-indicator.d.ts +17 -0
  238. package/dist/components/ui/loading-indicator.d.ts.map +1 -0
  239. package/dist/components/ui/tab-button.d.ts +12 -0
  240. package/dist/components/ui/tab-button.d.ts.map +1 -0
  241. package/dist/components/ui/toggle-button.d.ts +15 -0
  242. package/dist/components/ui/toggle-button.d.ts.map +1 -0
  243. package/dist/components/ui/tooltip.d.ts +14 -0
  244. package/dist/components/ui/tooltip.d.ts.map +1 -0
  245. package/dist/components/utils.d.ts +2 -0
  246. package/dist/components/utils.d.ts.map +1 -0
  247. package/dist/config/commands.d.ts +4 -0
  248. package/dist/config/commands.d.ts.map +1 -0
  249. package/dist/config/icon-registry.d.ts +116 -0
  250. package/dist/config/icon-registry.d.ts.map +1 -0
  251. package/dist/config/index.d.ts +6 -0
  252. package/dist/config/index.d.ts.map +1 -0
  253. package/dist/config/theme.d.ts +147 -0
  254. package/dist/config/theme.d.ts.map +1 -0
  255. package/dist/config/translations.d.ts +8 -0
  256. package/dist/config/translations.d.ts.map +1 -0
  257. package/dist/config/types.d.ts +32 -0
  258. package/dist/config/types.d.ts.map +1 -0
  259. package/dist/config/ui-schema.d.ts +9 -0
  260. package/dist/config/ui-schema.d.ts.map +1 -0
  261. package/dist/demo-annotations.pdf +0 -0
  262. package/dist/demo.pdf +0 -0
  263. package/dist/direct-engine-ce9b01ae.js +1 -0
  264. package/dist/ebook.pdf +0 -0
  265. package/dist/embedpdf-9ae31302.js +3 -0
  266. package/dist/embedpdf.d.ts +45 -0
  267. package/dist/embedpdf.d.ts.map +1 -0
  268. package/dist/embedpdf.js +1 -0
  269. package/dist/hooks/use-click-outside.d.ts +3 -0
  270. package/dist/hooks/use-click-outside.d.ts.map +1 -0
  271. package/dist/hooks/use-debounce.d.ts +2 -0
  272. package/dist/hooks/use-debounce.d.ts.map +1 -0
  273. package/dist/hooks/use-swipe-gesture.d.ts +5 -0
  274. package/dist/hooks/use-swipe-gesture.d.ts.map +1 -0
  275. package/dist/index.html +32 -0
  276. package/dist/pdfium.wasm +0 -0
  277. package/dist/ui/hooks/use-container-breakpoint.d.ts +10 -0
  278. package/dist/ui/hooks/use-container-breakpoint.d.ts.map +1 -0
  279. package/dist/ui/schema-menu.d.ts +9 -0
  280. package/dist/ui/schema-menu.d.ts.map +1 -0
  281. package/dist/ui/schema-modal.d.ts +17 -0
  282. package/dist/ui/schema-modal.d.ts.map +1 -0
  283. package/dist/ui/schema-overlay.d.ts +16 -0
  284. package/dist/ui/schema-overlay.d.ts.map +1 -0
  285. package/dist/ui/schema-selection-menu.d.ts +4 -0
  286. package/dist/ui/schema-selection-menu.d.ts.map +1 -0
  287. package/dist/ui/schema-sidebar.d.ts +9 -0
  288. package/dist/ui/schema-sidebar.d.ts.map +1 -0
  289. package/dist/ui/schema-toolbar.d.ts +13 -0
  290. package/dist/ui/schema-toolbar.d.ts.map +1 -0
  291. package/dist/web-components/container.d.ts +65 -0
  292. package/dist/web-components/container.d.ts.map +1 -0
  293. package/dist/worker-engine-892a0577.js +1 -0
  294. package/package.json +83 -0
@@ -0,0 +1,10 @@
1
+ import { h } from 'preact';
2
+ interface MenuDropdownProps {
3
+ onEdit: () => void;
4
+ onDelete: () => void;
5
+ onClose: () => void;
6
+ documentId: string;
7
+ }
8
+ export declare const MenuDropdown: ({ onEdit, onDelete, onClose, documentId }: MenuDropdownProps) => h.JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=menu-dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu-dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/comment-sidebar/menu-dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAK3B,UAAU,iBAAiB;IACzB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,GAAI,2CAA2C,iBAAiB,kBAwCxF,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { h } from 'preact';
2
+ interface TruncatedTextProps {
3
+ text: string;
4
+ maxWords?: number;
5
+ className?: string;
6
+ documentId: string;
7
+ }
8
+ export declare const TruncatedText: ({ text, maxWords, className, documentId, }: TruncatedTextProps) => h.JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=truncated-text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"truncated-text.d.ts","sourceRoot":"","sources":["../../../src/components/comment-sidebar/truncated-text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAY,MAAM,QAAQ,CAAC;AAIrC,UAAU,kBAAkB;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,aAAa,GAAI,4CAK3B,kBAAkB,kBA2BpB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { h } from 'preact';
2
+ interface UserAvatarProps {
3
+ name?: string;
4
+ className?: string;
5
+ }
6
+ export declare const UserAvatar: ({ name, className }: UserAvatarProps) => h.JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=user-avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-avatar.d.ts","sourceRoot":"","sources":["../../../src/components/comment-sidebar/user-avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B,UAAU,eAAe;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA8BD,eAAO,MAAM,UAAU,GAAI,qBAA0B,eAAe,kBAMnE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { h } from 'preact';
2
+ export interface CommentSidebarProps {
3
+ documentId: string;
4
+ }
5
+ export declare const CommentSidebar: ({ documentId }: CommentSidebarProps) => h.JSX.Element;
6
+ //# sourceMappingURL=comment-sidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment-sidebar.d.ts","sourceRoot":"","sources":["../../src/components/comment-sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAe3B,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,GAAI,gBAAgB,mBAAmB,kBA+JjE,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { h } from 'preact';
2
+ /**
3
+ * Custom Zoom Toolbar Component
4
+ *
5
+ * This component is designed to be registered with the UI plugin and used
6
+ * as a custom component in the UI schema.
7
+ *
8
+ * Props:
9
+ * - documentId: The document ID (passed by the UI renderer)
10
+ */
11
+ interface CustomZoomToolbarProps {
12
+ documentId: string;
13
+ }
14
+ /**
15
+ * Custom Zoom Toolbar
16
+ *
17
+ * A comprehensive zoom control with:
18
+ * - Zoom in/out buttons
19
+ * - Editable zoom percentage input
20
+ * - Dropdown menu with zoom presets
21
+ */
22
+ export declare function CustomZoomToolbar({ documentId }: CustomZoomToolbarProps): h.JSX.Element | null;
23
+ export {};
24
+ //# sourceMappingURL=custom-zoom-toolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-zoom-toolbar.d.ts","sourceRoot":"","sources":["../../src/components/custom-zoom-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAK3B;;;;;;;;GAQG;AACH,UAAU,sBAAsB;IAC9B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,UAAU,EAAE,EAAE,sBAAsB,wBAqEvE"}
@@ -0,0 +1,8 @@
1
+ import { h } from 'preact';
2
+ import { DocumentState } from '@embedpdf/core';
3
+ interface DocumentPasswordPromptProps {
4
+ documentState: DocumentState;
5
+ }
6
+ export declare function DocumentPasswordPrompt({ documentState }: DocumentPasswordPromptProps): h.JSX.Element | null;
7
+ export {};
8
+ //# sourceMappingURL=document-password-prompt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-password-prompt.d.ts","sourceRoot":"","sources":["../../src/components/document-password-prompt.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAK3B,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAG/C,UAAU,2BAA2B;IACnC,aAAa,EAAE,aAAa,CAAC;CAC9B;AAED,wBAAgB,sBAAsB,CAAC,EAAE,aAAa,EAAE,EAAE,2BAA2B,wBAgIpF"}
@@ -0,0 +1,3 @@
1
+ import { h } from 'preact';
2
+ export declare function EmptyState(): h.JSX.Element;
3
+ //# sourceMappingURL=empty-state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-state.d.ts","sourceRoot":"","sources":["../../src/components/empty-state.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAK3B,wBAAgB,UAAU,kBA0CzB"}
@@ -0,0 +1,3 @@
1
+ import { h } from 'preact';
2
+ export declare const HintLayer: () => h.JSX.Element | null;
3
+ //# sourceMappingURL=hint-layer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hint-layer.d.ts","sourceRoot":"","sources":["../../src/components/hint-layer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAU3B,eAAO,MAAM,SAAS,4BAqPrB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const AlertTriangleIcon: ({ size, className, style }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=alert-triangle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert-triangle.d.ts","sourceRoot":"","sources":["../../../src/components/icons/alert-triangle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,iBAAiB,GAAI,4BAAsC,SAAS,kBAkBhF,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const AlignBottomIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=align-bottom.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"align-bottom.d.ts","sourceRoot":"","sources":["../../../src/components/icons/align-bottom.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,GAAI,wDAM7B,SAAS,kBAoBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const AlignCenterIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=align-center.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"align-center.d.ts","sourceRoot":"","sources":["../../../src/components/icons/align-center.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,GAAI,wDAM7B,SAAS,kBAmBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const AlignLeftIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=align-left.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"align-left.d.ts","sourceRoot":"","sources":["../../../src/components/icons/align-left.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,aAAa,GAAI,wDAM3B,SAAS,kBAmBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const AlignMiddleIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=align-middle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"align-middle.d.ts","sourceRoot":"","sources":["../../../src/components/icons/align-middle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,GAAI,wDAM7B,SAAS,kBAoBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const AlignRightIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=align-right.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"align-right.d.ts","sourceRoot":"","sources":["../../../src/components/icons/align-right.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,GAAI,wDAM5B,SAAS,kBAmBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const AlignTopIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=align-top.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"align-top.d.ts","sourceRoot":"","sources":["../../../src/components/icons/align-top.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,YAAY,GAAI,wDAM1B,SAAS,kBAoBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const ArrowBackUpIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=arrow-back-up.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-back-up.d.ts","sourceRoot":"","sources":["../../../src/components/icons/arrow-back-up.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,GAAI,wDAM7B,SAAS,kBAkBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const ArrowForwardUpIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=arrow-forward-up.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-forward-up.d.ts","sourceRoot":"","sources":["../../../src/components/icons/arrow-forward-up.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,kBAAkB,GAAI,wDAMhC,SAAS,kBAkBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const BoldIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=bold.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bold.d.ts","sourceRoot":"","sources":["../../../src/components/icons/bold.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,GAAI,wDAMtB,SAAS,kBAkBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const BookIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=book.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"book.d.ts","sourceRoot":"","sources":["../../../src/components/icons/book.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,GAAI,wDAMtB,SAAS,kBAqBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const Book2Icon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=book2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"book2.d.ts","sourceRoot":"","sources":["../../../src/components/icons/book2.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,SAAS,GAAI,wDAMvB,SAAS,kBAmBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const CheckIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=check.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check.d.ts","sourceRoot":"","sources":["../../../src/components/icons/check.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,SAAS,GAAI,wDAMvB,SAAS,kBAiBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const ChevronDownIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=chevron-down.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chevron-down.d.ts","sourceRoot":"","sources":["../../../src/components/icons/chevron-down.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,GAAI,wDAM7B,SAAS,kBAiBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const ChevronLeftIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=chevron-left.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chevron-left.d.ts","sourceRoot":"","sources":["../../../src/components/icons/chevron-left.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,GAAI,wDAM7B,SAAS,kBAiBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const ChevronRightIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=chevron-right.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chevron-right.d.ts","sourceRoot":"","sources":["../../../src/components/icons/chevron-right.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,gBAAgB,GAAI,wDAM9B,SAAS,kBAiBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const CircleIcon: ({ size, strokeWidth, primaryColor, secondaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=circle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"circle.d.ts","sourceRoot":"","sources":["../../../src/components/icons/circle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,UAAU,GAAI,wEAOxB,SAAS,kBAiBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const CommentIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=comment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.d.ts","sourceRoot":"","sources":["../../../src/components/icons/comment.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,WAAW,GAAI,wDAMzB,SAAS,kBAoBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const CopyIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=copy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../src/components/icons/copy.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,GAAI,wDAMtB,SAAS,kBAkBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const DeviceFloppyIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=device-floppy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"device-floppy.d.ts","sourceRoot":"","sources":["../../../src/components/icons/device-floppy.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,gBAAgB,GAAI,wDAM9B,SAAS,kBAmBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const DotsIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=dots.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dots.d.ts","sourceRoot":"","sources":["../../../src/components/icons/dots.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,GAAI,wDAMtB,SAAS,kBAmBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const DoublePageIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=double-page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"double-page.d.ts","sourceRoot":"","sources":["../../../src/components/icons/double-page.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,GAAI,wDAM5B,SAAS,kBAiBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const DownloadIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=download.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"download.d.ts","sourceRoot":"","sources":["../../../src/components/icons/download.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,YAAY,GAAI,wDAM1B,SAAS,kBAmBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const FileImportIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=file-import.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-import.d.ts","sourceRoot":"","sources":["../../../src/components/icons/file-import.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,GAAI,wDAM5B,SAAS,kBAkBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare function FileIcon({ size, strokeWidth, primaryColor, className, title, }: IconProps): h.JSX.Element;
4
+ //# sourceMappingURL=file.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../src/components/icons/file.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,wBAAgB,QAAQ,CAAC,EACvB,IAAS,EACT,WAAe,EACf,YAA6B,EAC7B,SAAS,EACT,KAAK,GACN,EAAE,SAAS,iBAqBX"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const FitToPageIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=fit-to-page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fit-to-page.d.ts","sourceRoot":"","sources":["../../../src/components/icons/fit-to-page.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,aAAa,GAAI,wDAM3B,SAAS,kBAqBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const FitToWidthIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=fit-to-width.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fit-to-width.d.ts","sourceRoot":"","sources":["../../../src/components/icons/fit-to-width.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,GAAI,wDAM5B,SAAS,kBAqBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const FullscreenExitIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=fullscreen-exit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fullscreen-exit.d.ts","sourceRoot":"","sources":["../../../src/components/icons/fullscreen-exit.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,kBAAkB,GAAI,wDAMhC,SAAS,kBAqBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const FullscreenIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=fullscreen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fullscreen.d.ts","sourceRoot":"","sources":["../../../src/components/icons/fullscreen.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,GAAI,wDAM5B,SAAS,kBAoBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const HandIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=hand.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hand.d.ts","sourceRoot":"","sources":["../../../src/components/icons/hand.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,GAAI,wDAMtB,SAAS,kBAoBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const HighlightIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=highlight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../src/components/icons/highlight.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,aAAa,GAAI,wDAM3B,SAAS,kBAkBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const HorizontalIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=horizontal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"horizontal.d.ts","sourceRoot":"","sources":["../../../src/components/icons/horizontal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,GAAI,wDAM5B,SAAS,kBAmBX,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { IconComponent } from './types';
2
+ export type Icons = {
3
+ [key: string]: IconComponent;
4
+ };
5
+ export declare const icons: Icons;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icons/index.tsx"],"names":[],"mappings":"AAgEA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAQxC,MAAM,MAAM,KAAK,GAAG;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAuEnB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const ItalicIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=italic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"italic.d.ts","sourceRoot":"","sources":["../../../src/components/icons/italic.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,UAAU,GAAI,wDAMxB,SAAS,kBAmBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const LineArrowIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=line-arrow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"line-arrow.d.ts","sourceRoot":"","sources":["../../../src/components/icons/line-arrow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,aAAa,GAAI,wDAM3B,SAAS,kBAkBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const LineIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=line.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"line.d.ts","sourceRoot":"","sources":["../../../src/components/icons/line.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,GAAI,wDAMtB,SAAS,kBAiBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const ListTreeIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=list-tree.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-tree.d.ts","sourceRoot":"","sources":["../../../src/components/icons/list-tree.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,YAAY,GAAI,wDAM1B,SAAS,kBAsBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const LockIcon: ({ size, className, style }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=lock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lock.d.ts","sourceRoot":"","sources":["../../../src/components/icons/lock.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,GAAI,4BAAsC,SAAS,kBAiBvE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const MenuIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/components/icons/menu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,GAAI,wDAMtB,SAAS,kBAkBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const PaletteIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=palette.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette.d.ts","sourceRoot":"","sources":["../../../src/components/icons/palette.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,WAAW,GAAI,wDAMzB,SAAS,kBAoBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const PaperclipIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=paperclip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paperclip.d.ts","sourceRoot":"","sources":["../../../src/components/icons/paperclip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,aAAa,GAAI,wDAM3B,SAAS,kBAiBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const PencilMarkerIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=pencil-marker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pencil-marker.d.ts","sourceRoot":"","sources":["../../../src/components/icons/pencil-marker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,gBAAgB,GAAI,wDAM9B,SAAS,kBAsBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const PhotoIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=photo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"photo.d.ts","sourceRoot":"","sources":["../../../src/components/icons/photo.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,SAAS,GAAI,wDAMvB,SAAS,kBAoBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare function PlusIcon({ size, strokeWidth, primaryColor, className, title, }: IconProps): h.JSX.Element;
4
+ //# sourceMappingURL=plus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plus.d.ts","sourceRoot":"","sources":["../../../src/components/icons/plus.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,wBAAgB,QAAQ,CAAC,EACvB,IAAS,EACT,WAAe,EACf,YAA6B,EAC7B,SAAS,EACT,KAAK,GACN,EAAE,SAAS,iBAqBX"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const PointerIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=pointer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pointer.d.ts","sourceRoot":"","sources":["../../../src/components/icons/pointer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,WAAW,GAAI,wDAMzB,SAAS,kBAiBX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { h } from 'preact';
2
+ import { IconProps } from './types';
3
+ export declare const PolygonIcon: ({ size, strokeWidth, primaryColor, secondaryColor, className, title, }: IconProps) => h.JSX.Element;
4
+ //# sourceMappingURL=polygon.d.ts.map