@react-pdf-kit/viewer 2.6.0-beta.1 → 2.6.0-rc.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.
- package/dist/AnnotationLayer-D6BfL976.js +113 -0
- package/dist/Button-jStpvb3T.js +21 -0
- package/dist/Checkbox-Brta-YKG.js +195 -0
- package/dist/Combination-DqNkTtir.js +695 -0
- package/dist/Container-DTWaZzc7.js +16 -0
- package/dist/CustomThumbnailElement-C2quEICO.js +19 -0
- package/dist/DarkPdfIcon-B5ehd9CV.js +9 -0
- package/dist/DocumentDialog-DHAWcYIz.js +324 -0
- package/dist/DropDown-DikL-krI.js +33 -0
- package/dist/Input-Bb_-ljl1.js +31 -0
- package/dist/LightPdfIcon-DL8MYtWQ.js +9 -0
- package/dist/LoaderIcon-D9YjinGf.js +14 -0
- package/dist/LoadingIndicator-MWrbKa6X.js +45 -0
- package/dist/MenuItem-BJDWfzAw.js +15 -0
- package/dist/MenuSeparator-D1H5l8Ej.js +6 -0
- package/dist/MostPageTool.module-BRVv-sGz.js +4 -0
- package/dist/OtherTool.module-BQY9Nfqz.js +4 -0
- package/dist/Paginate.module-B0GMw-MB.js +8 -0
- package/dist/PaginationContext--n91mIJ4.js +232 -0
- package/dist/PasswordModal-BDHdSpxf.js +76 -0
- package/dist/PropertyItem-evJWWmWZ.js +18 -0
- package/dist/RPDropFileZone-BunRfzst.js +35 -0
- package/dist/RPLayout.module-Vc3h4xxS.js +14 -0
- package/dist/RPPage-BuSGUFzw.js +91 -0
- package/dist/RPPages-V5CNUXFD.js +1007 -0
- package/dist/RPSplitter-C63X9M8w.js +121 -0
- package/dist/RPToolbar.module-BwqWLviy.js +10 -0
- package/dist/RPTooltip-ZZoFqP7C.js +381 -0
- package/dist/RotateTool.module-DH5yWbvM.js +4 -0
- package/dist/SearchTool.module-DUkVXfOn.js +16 -0
- package/dist/SkipLink-Bvbn3miT.js +18 -0
- package/dist/TextHighlightLayer-BSVgBxR3.js +157 -0
- package/dist/TextLayer-DWGFN9SF.js +125 -0
- package/dist/Thumbnail-Dwo2-4Ki.js +97 -0
- package/dist/Thumbnails-ComClyJJ.js +52 -0
- package/dist/ToolbarLayout.module-Zo715dbb.js +12 -0
- package/dist/WrapperLayout-Dcd9l9xH.js +13 -0
- package/dist/ZoomTool.module-BrIPy8pO.js +11 -0
- package/dist/assets/AnnotationLayer.css +1 -0
- package/dist/assets/Button.css +1 -0
- package/dist/assets/Checkbox.css +1 -0
- package/dist/assets/Container.css +1 -0
- package/dist/assets/CustomThumbnailElement.css +1 -0
- package/dist/assets/DocumentDialog.css +1 -0
- package/dist/assets/DropDown.css +1 -0
- package/dist/assets/Input.css +1 -0
- package/dist/assets/LoaderIcon.css +1 -0
- package/dist/assets/LoadingIndicator.css +1 -0
- package/dist/assets/MenuItem.css +1 -0
- package/dist/assets/MenuSeparator.css +1 -0
- package/dist/assets/MostPageTool.css +1 -0
- package/dist/assets/OtherTool.css +1 -0
- package/dist/assets/Paginate.css +1 -0
- package/dist/assets/PasswordModal.css +1 -0
- package/dist/assets/PropertyItem.css +1 -0
- package/dist/assets/RPDropFileZone.css +1 -0
- package/dist/assets/RPLayout.css +1 -0
- package/dist/assets/RPPage.css +1 -0
- package/dist/assets/RPPages.css +1 -0
- package/dist/assets/RPSplitter.css +1 -0
- package/dist/assets/RPToolbar.css +1 -0
- package/dist/assets/RPTooltip.css +1 -0
- package/dist/assets/RotateTool.css +1 -0
- package/dist/assets/SearchTool.css +1 -0
- package/dist/assets/SkipLink.css +1 -0
- package/dist/assets/TextHighlightLayer.css +1 -0
- package/dist/assets/TextLayer.css +1 -0
- package/dist/assets/Thumbnail.css +1 -0
- package/dist/assets/Thumbnails.css +1 -0
- package/dist/assets/ToolbarLayout.css +1 -0
- package/dist/assets/WrapperLayout.css +1 -0
- package/dist/assets/ZoomTool.css +1 -0
- package/dist/assets/style.js +2 -77
- package/dist/chunk-C_CI6nMA.js +13 -0
- package/dist/clsx-B7LyVm5O.js +16 -0
- package/dist/components/RPConfig.js +24 -26
- package/dist/components/RPController.js +85 -135
- package/dist/components/RPDropFileZone.js +3 -61
- package/dist/components/RPPages.js +3 -1082
- package/dist/components/RPProvider.js +50 -131
- package/dist/components/RPTheme.js +20 -21
- package/dist/components/icons/CheckIcon.js +16 -22
- package/dist/components/icons/ChevronDownIcon.js +17 -23
- package/dist/components/icons/ChevronUpIcon.js +16 -22
- package/dist/components/icons/ClearIcon.js +26 -25
- package/dist/components/icons/ClockwiseIcon.js +16 -22
- package/dist/components/icons/CloseIcon.js +16 -22
- package/dist/components/icons/DarkPdfIcon.js +2 -15
- package/dist/components/icons/DualPageIcon.js +16 -22
- package/dist/components/icons/DualPageWithCoverIcon.js +16 -22
- package/dist/components/icons/FileDownloadDefaultIcon.js +20 -23
- package/dist/components/icons/FileUploadDefaultIcon.js +20 -23
- package/dist/components/icons/FullScreenIcon.js +16 -22
- package/dist/components/icons/GoToDownIcon.js +16 -22
- package/dist/components/icons/HandModeDefaultIcon.js +16 -22
- package/dist/components/icons/HorizontalScrollingIcon.js +18 -24
- package/dist/components/icons/InfoIcon.js +16 -22
- package/dist/components/icons/LightPdfIcon.js +2 -15
- package/dist/components/icons/LoaderIcon.js +2 -17
- package/dist/components/icons/MoonIcon.js +16 -22
- package/dist/components/icons/PageScrollingIcon.js +18 -24
- package/dist/components/icons/PrintDefaultIcon.js +20 -23
- package/dist/components/icons/SearchIcon.js +16 -22
- package/dist/components/icons/SinglePageIcon.js +15 -21
- package/dist/components/icons/SunIcon.js +26 -25
- package/dist/components/icons/TextSelectionDefaultIcon.js +20 -23
- package/dist/components/icons/ThreeDotIcon.js +16 -22
- package/dist/components/icons/Thumbnail.js +39 -54
- package/dist/components/icons/VerticalScrollingIcon.js +18 -24
- package/dist/components/icons/WrappedScrollingIcon.js +18 -24
- package/dist/components/icons/ZoomInIcon.js +16 -22
- package/dist/components/icons/ZoomOutIcon.js +16 -22
- package/dist/components/layout/Container.js +2 -21
- package/dist/components/layout/LayoutContainer.js +23 -34
- package/dist/components/layout/LayoutWrapper.js +14 -10
- package/dist/components/layout/RPDefaultLayout.js +99 -244
- package/dist/components/layout/RPLayout.js +70 -220
- package/dist/components/layout/SkipLink.js +3 -29
- package/dist/components/layout/WrapperLayout.js +2 -27
- package/dist/components/layout/sidebar/CustomThumbnailElement.js +2 -68
- package/dist/components/layout/sidebar/RPSidebar.js +61 -112
- package/dist/components/layout/sidebar/RPSplitter.js +2 -9
- package/dist/components/layout/sidebar/Thumbnail.js +3 -155
- package/dist/components/layout/sidebar/Thumbnails.js +2 -82
- package/dist/components/layout/toolbar/DarkModeTool.js +44 -36
- package/dist/components/layout/toolbar/DocumentDialog.js +2 -322
- package/dist/components/layout/toolbar/DocumentProperties.js +30 -39
- package/dist/components/layout/toolbar/FileDownloadTool.js +54 -50
- package/dist/components/layout/toolbar/FileUploadTool.js +54 -49
- package/dist/components/layout/toolbar/FullScreenTool.js +62 -72
- package/dist/components/layout/toolbar/MenuItem.js +2 -19
- package/dist/components/layout/toolbar/MenuSeparator.js +2 -15
- package/dist/components/layout/toolbar/MostPageTool.js +62 -81
- package/dist/components/layout/toolbar/OtherTool.js +97 -198
- package/dist/components/layout/toolbar/Paginate.js +111 -145
- package/dist/components/layout/toolbar/PrintTool.js +70 -72
- package/dist/components/layout/toolbar/PropertyItem.js +2 -12
- package/dist/components/layout/toolbar/RPMenuItem.js +22 -31
- package/dist/components/layout/toolbar/RPMoreOptions.js +140 -220
- package/dist/components/layout/toolbar/RPToolbar.js +45 -151
- package/dist/components/layout/toolbar/RPToolbarEnd.js +23 -121
- package/dist/components/layout/toolbar/RotateTool.js +49 -60
- package/dist/components/layout/toolbar/ScrollModeTool.js +79 -67
- package/dist/components/layout/toolbar/SearchCloseButton.js +23 -31
- package/dist/components/layout/toolbar/SearchResultNavigator.js +39 -100
- package/dist/components/layout/toolbar/SearchTool.js +226 -267
- package/dist/components/layout/toolbar/SelectionModeTool.js +59 -51
- package/dist/components/layout/toolbar/ThumbnailTool.js +30 -39
- package/dist/components/layout/toolbar/ToolbarCustom.js +56 -113
- package/dist/components/layout/toolbar/ToolbarDefault.js +58 -196
- package/dist/components/layout/toolbar/ToolbarLayout.js +12 -158
- package/dist/components/layout/toolbar/ViewModeTool.js +82 -62
- package/dist/components/layout/toolbar/ZoomTool.js +139 -150
- package/dist/components/layout/toolbar/tools/DocumentPropertiesTool.js +24 -54
- package/dist/components/layout/toolbar/tools/DualPageTool.js +23 -25
- package/dist/components/layout/toolbar/tools/DualPageWithCoverTool.js +2 -206
- package/dist/components/layout/toolbar/tools/FileDownloadTool.js +23 -35
- package/dist/components/layout/toolbar/tools/FileUploadTool.js +23 -34
- package/dist/components/layout/toolbar/tools/FirstPageTool.js +2 -201
- package/dist/components/layout/toolbar/tools/FullScreenTool.js +25 -33
- package/dist/components/layout/toolbar/tools/HorizontalScrollingTool.js +24 -36
- package/dist/components/layout/toolbar/tools/InputPageTool.js +51 -92
- package/dist/components/layout/toolbar/tools/LastPageTool.js +2 -201
- package/dist/components/layout/toolbar/tools/NextPageTool.js +32 -61
- package/dist/components/layout/toolbar/tools/PageScrollingTool.js +24 -36
- package/dist/components/layout/toolbar/tools/PreviousPageTool.js +21 -62
- package/dist/components/layout/toolbar/tools/PrintTool.js +23 -35
- package/dist/components/layout/toolbar/tools/RotateClockwiseTool.js +23 -47
- package/dist/components/layout/toolbar/tools/RotateCounterclockwiseTool.js +26 -47
- package/dist/components/layout/toolbar/tools/SelectionModeSwitcherTool.js +29 -38
- package/dist/components/layout/toolbar/tools/SinglePageTool.js +22 -24
- package/dist/components/layout/toolbar/tools/ThemeSwitcherTool.js +24 -35
- package/dist/components/layout/toolbar/tools/ThumbnailTool.js +24 -46
- package/dist/components/layout/toolbar/tools/VerticalScrollingTool.js +24 -36
- package/dist/components/layout/toolbar/tools/ZoomInTool.js +29 -58
- package/dist/components/layout/toolbar/tools/ZoomLevelDisplay.js +26 -26
- package/dist/components/layout/toolbar/tools/ZoomLevelTool.js +94 -133
- package/dist/components/layout/toolbar/tools/ZoomOutTool.js +29 -58
- package/dist/components/layout/toolbar/tools/defaults/RPHorizontalBar.js +60 -148
- package/dist/components/layout/toolbar/tools/defaults/RPVerticalBar.js +31 -42
- package/dist/components/layout/toolbar/tools/more-options/DocumentProperties.js +23 -28
- package/dist/components/layout/toolbar/tools/more-options/FileDownloadTool.js +25 -52
- package/dist/components/layout/toolbar/tools/more-options/FileUploadTool.js +25 -51
- package/dist/components/layout/toolbar/tools/more-options/FullScreenTool.js +26 -42
- package/dist/components/layout/toolbar/tools/more-options/MostPageTool.js +57 -87
- package/dist/components/layout/toolbar/tools/more-options/PrintTool.js +25 -52
- package/dist/components/layout/toolbar/tools/more-options/RotateTool.js +44 -64
- package/dist/components/layout/toolbar/tools/more-options/ScrollModeTool.js +80 -71
- package/dist/components/layout/toolbar/tools/more-options/SelectionModeTool.js +59 -57
- package/dist/components/layout/toolbar/tools/more-options/ViewModeTool.js +79 -66
- package/dist/components/page/AnnotationLayer.js +2 -146
- package/dist/components/page/CanvasLayer.js +47 -71
- package/dist/components/page/CustomElement.js +18 -53
- package/dist/components/page/DualPage.js +43 -98
- package/dist/components/page/DualPageWithCover.js +66 -130
- package/dist/components/page/RPPage.js +2 -143
- package/dist/components/page/SinglePage.js +27 -88
- package/dist/components/page/TextHighlightLayer.js +2 -198
- package/dist/components/page/TextLayer.js +2 -202
- package/dist/components/page/searchHighlight.js +32 -37
- package/dist/components/ui/Button.js +2 -25
- package/dist/components/ui/Checkbox.js +2 -273
- package/dist/components/ui/DropDown.js +2 -36
- package/dist/components/ui/Input.js +2 -28
- package/dist/components/ui/LoadingIndicator.js +2 -59
- package/dist/components/ui/PasswordModal.js +2 -75
- package/dist/components/ui/RPTooltip.js +2 -357
- package/dist/contexts/ConfigContext.js +13 -12
- package/dist/contexts/DarkModeContext.js +26 -27
- package/dist/contexts/DimensionPagesContext.js +49 -60
- package/dist/contexts/DocumentPasswordContext.js +37 -39
- package/dist/contexts/DownloadContext.js +13 -21
- package/dist/contexts/DropFileZoneContext.js +35 -62
- package/dist/contexts/ElementPageContext.js +114 -139
- package/dist/contexts/ElementThumbnailContext.js +132 -195
- package/dist/contexts/EventCallbackContext.js +19 -34
- package/dist/contexts/FileInputContext.js +30 -49
- package/dist/contexts/FullScreenContext.js +31 -24
- package/dist/contexts/GlobalCurrentPage.js +21 -18
- package/dist/contexts/HighlightContext.js +22 -31
- package/dist/contexts/IconContext.js +9 -11
- package/dist/contexts/IconToolContext.js +14 -11
- package/dist/contexts/InitialStateContext.js +9 -11
- package/dist/contexts/LayerContext.js +9 -8
- package/dist/contexts/LayoutContainerContext.js +12 -16
- package/dist/contexts/LayoutDropFileZoneContext.js +8 -11
- package/dist/contexts/LicenseContext.js +12 -17
- package/dist/contexts/LoaderContext.js +14 -27
- package/dist/contexts/LocalizationContext.js +22 -33
- package/dist/contexts/OtherToolContext.js +17 -17
- package/dist/contexts/PageViewportContext.js +9 -8
- package/dist/contexts/PagesRotateContext.js +42 -43
- package/dist/contexts/PaginationContext.js +2 -40
- package/dist/contexts/PrintContext.js +67 -78
- package/dist/contexts/RPDocumentContext.js +60 -73
- package/dist/contexts/RenderQueueProvider.js +43 -72
- package/dist/contexts/RenderedPagesCache.js +17 -13
- package/dist/contexts/RotationContext.js +27 -38
- package/dist/contexts/ScrollModeContext.js +22 -20
- package/dist/contexts/SearchContext.js +39 -97
- package/dist/contexts/SelectionModeContext.js +22 -23
- package/dist/contexts/SmoothScrollContext.js +18 -16
- package/dist/contexts/ThemeContext.js +5 -7
- package/dist/contexts/ThumbnailsContext.js +26 -43
- package/dist/contexts/ToolComponentContext.js +54 -51
- package/dist/contexts/ToolbarComponentContext.js +48 -47
- package/dist/contexts/ViewModeContext.js +34 -31
- package/dist/contexts/ViewportContext.js +91 -85
- package/dist/contexts/VirtualGridContext.js +17 -14
- package/dist/contexts/VirtualScrollContext.js +42 -52
- package/dist/contexts/ZoomContext.js +95 -107
- package/dist/de_DE--0LF-SJR.js +483 -0
- package/dist/dist-7FA4Do6I.js +1286 -0
- package/dist/dist-BRVqFn7R.js +144 -0
- package/dist/dist-C3WNMuW2.js +29 -0
- package/dist/dist-CKteKPPA.js +947 -0
- package/dist/dist-bK-AHWLF.js +314 -0
- package/dist/lib-BiapEtK1.js +10261 -0
- package/dist/libInjectCss.js +7 -8
- package/dist/main-CHO5p1qM.js +60 -0
- package/dist/main.js +53 -296
- package/dist/style-9n_QpMZt.js +5 -0
- package/dist/useWatermark-CvAAf66v.js +67 -0
- package/dist/utils/Queue.js +40 -46
- package/dist/utils/annotations.js +227 -261
- package/dist/utils/appConsole.js +24 -42
- package/dist/utils/approximateFragtion.js +16 -21
- package/dist/utils/calculatePage.js +29 -20
- package/dist/utils/charators.js +39 -48
- package/dist/utils/const.js +8 -11
- package/dist/utils/constants.js +4 -8
- package/dist/utils/convertPdfDate.js +20 -24
- package/dist/utils/dateFormatter.js +7 -7
- package/dist/utils/elementPagePosition.js +10 -10
- package/dist/utils/formatFileSize.js +17 -8
- package/dist/utils/getElementPositionInPage.js +44 -82
- package/dist/utils/getScrollDistance.js +4 -4
- package/dist/utils/getThumbnailViewport.js +12 -6
- package/dist/utils/getWordPositionInPage.js +24 -24
- package/dist/utils/getZoomLevel.js +16 -23
- package/dist/utils/highlight.js +195 -212
- package/dist/utils/hooks/useCopyText.js +23 -33
- package/dist/utils/hooks/useDarkMode.js +10 -10
- package/dist/utils/hooks/useDarkModeProps.js +9 -10
- package/dist/utils/hooks/useDebounce.js +22 -18
- package/dist/utils/hooks/useDropFileZone.js +13 -11
- package/dist/utils/hooks/useElementSize.js +24 -20
- package/dist/utils/hooks/useFileDownload.js +16 -33
- package/dist/utils/hooks/useFlickerSelectText.js +19 -24
- package/dist/utils/hooks/useFullScreen.js +31 -28
- package/dist/utils/hooks/useGrabScroll.js +52 -51
- package/dist/utils/hooks/useHighlight.js +92 -92
- package/dist/utils/hooks/useInfiniteScroll.js +17 -18
- package/dist/utils/hooks/useLicense.js +113 -135
- package/dist/utils/hooks/useLoadPdf.js +107 -96
- package/dist/utils/hooks/useLoadWorker.js +13 -15
- package/dist/utils/hooks/useLocalization.js +25 -25
- package/dist/utils/hooks/useMousePressed.js +25 -19
- package/dist/utils/hooks/usePageRotateContext.js +25 -41
- package/dist/utils/hooks/usePaginate.js +2 -38
- package/dist/utils/hooks/usePdfProperties.js +38 -36
- package/dist/utils/hooks/usePinch.js +65 -100
- package/dist/utils/hooks/usePresentPage.js +69 -92
- package/dist/utils/hooks/usePrint.js +167 -178
- package/dist/utils/hooks/useRequestAnimationFrame.js +16 -16
- package/dist/utils/hooks/useResizeObserver.js +18 -21
- package/dist/utils/hooks/useRotate.js +15 -27
- package/dist/utils/hooks/useScrollToPage.js +2 -38
- package/dist/utils/hooks/useSearch.js +125 -163
- package/dist/utils/hooks/useTextSelection.js +69 -75
- package/dist/utils/hooks/useThumbnail.js +42 -59
- package/dist/utils/hooks/useVirtualReactWindow.js +85 -96
- package/dist/utils/hooks/useWatermark.js +2 -78
- package/dist/utils/injectPrintCSS.js +6 -21
- package/dist/utils/link_service.js +59 -137
- package/dist/utils/renderPage.js +20 -19
- package/dist/utils/sanitizeExternalUrl.js +12 -15
- package/dist/utils/smoothScrollTo.js +8 -5
- package/dist/utils/types.js +29 -21
- package/dist/utils/withRef.js +7 -7
- package/dist/utils/zoom.js +5 -6
- package/package.json +7 -7
- package/dist/Combination-17ab8af1.js +0 -698
- package/dist/MostPageTool.module-13578ad6.js +0 -6
- package/dist/OtherTool.module-a4be5f1f.js +0 -6
- package/dist/Paginate.module-4eef00aa.js +0 -8
- package/dist/PaginationContext-87f832f2.js +0 -233
- package/dist/RPLayout.module-92fa19f7.js +0 -14
- package/dist/RPSplitter-b62772f9.js +0 -122
- package/dist/RPToolbar.module-27d7fe77.js +0 -10
- package/dist/RotateTool.module-67946714.js +0 -6
- package/dist/SearchTool.module-99f60dc7.js +0 -16
- package/dist/ToolbarLayout.module-6e339802.js +0 -12
- package/dist/ZoomTool.module-7082af8c.js +0 -12
- package/dist/assets/style.css +0 -1
- package/dist/clsx-0c6e471a.js +0 -22
- package/dist/de_DE-8145915f.js +0 -489
- package/dist/index-113053cf.js +0 -309
- package/dist/index-11f3cd64.js +0 -983
- package/dist/index-23911b43.js +0 -150
- package/dist/index-ada501c4.js +0 -27
- package/dist/index-d0f0aa9a.js +0 -1542
- package/dist/index-e04c91b1.js +0 -11671
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
)
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
export {
|
|
21
|
-
C as SinglePageIcon
|
|
22
|
-
};
|
|
2
|
+
//#region lib/components/icons/SinglePageIcon.tsx
|
|
3
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
...t,
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 16 17",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: /* @__PURE__ */ e("path", {
|
|
11
|
+
d: "M12.3337 2.5H3.66699C3.40178 2.5 3.14742 2.60536 2.95989 2.79289C2.77235 2.98043 2.66699 3.23478 2.66699 3.5V13.5C2.66699 13.7652 2.77235 14.0196 2.95989 14.2071C3.14742 14.3946 3.40178 14.5 3.66699 14.5H12.3337C12.5989 14.5 12.8532 14.3946 13.0408 14.2071C13.2283 14.0196 13.3337 13.7652 13.3337 13.5V3.5C13.3337 3.23478 13.2283 2.98043 13.0408 2.79289C12.8532 2.60536 12.5989 2.5 12.3337 2.5ZM12.3337 13.5H3.66699V3.5H12.3337V13.5Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { t as SinglePageIcon };
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
//#region lib/components/icons/SunIcon.tsx
|
|
3
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
...n,
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: [/* @__PURE__ */ e("g", {
|
|
11
|
+
clipPath: "url(#clip0_998_9808)",
|
|
12
|
+
children: /* @__PURE__ */ e("path", {
|
|
13
|
+
d: "M9.375 3.125V1.25C9.375 1.08424 9.44085 0.925268 9.55806 0.808058C9.67527 0.690848 9.83424 0.625 10 0.625C10.1658 0.625 10.3247 0.690848 10.4419 0.808058C10.5592 0.925268 10.625 1.08424 10.625 1.25V3.125C10.625 3.29076 10.5592 3.44973 10.4419 3.56694C10.3247 3.68415 10.1658 3.75 10 3.75C9.83424 3.75 9.67527 3.68415 9.55806 3.56694C9.44085 3.44973 9.375 3.29076 9.375 3.125ZM15 10C15 10.9889 14.7068 11.9556 14.1573 12.7779C13.6079 13.6001 12.827 14.241 11.9134 14.6194C10.9998 14.9978 9.99445 15.0969 9.02455 14.9039C8.05464 14.711 7.16373 14.2348 6.46447 13.5355C5.7652 12.8363 5.289 11.9454 5.09607 10.9755C4.90315 10.0055 5.00216 9.00021 5.3806 8.08658C5.75904 7.17295 6.3999 6.39206 7.22215 5.84265C8.04439 5.29324 9.01109 5 10 5C11.3256 5.00145 12.5966 5.5287 13.5339 6.46606C14.4713 7.40343 14.9986 8.67436 15 10ZM13.75 10C13.75 9.25832 13.5301 8.5333 13.118 7.91661C12.706 7.29993 12.1203 6.81928 11.4351 6.53545C10.7498 6.25162 9.99584 6.17736 9.26841 6.32206C8.54098 6.46675 7.8728 6.8239 7.34835 7.34835C6.8239 7.8728 6.46675 8.54098 6.32206 9.26841C6.17736 9.99584 6.25162 10.7498 6.53545 11.4351C6.81928 12.1203 7.29993 12.706 7.91661 13.118C8.5333 13.5301 9.25832 13.75 10 13.75C10.9942 13.749 11.9475 13.3535 12.6505 12.6505C13.3535 11.9475 13.749 10.9942 13.75 10ZM4.55781 5.44219C4.67509 5.55946 4.83415 5.62535 5 5.62535C5.16585 5.62535 5.32491 5.55946 5.44219 5.44219C5.55946 5.32491 5.62535 5.16585 5.62535 5C5.62535 4.83415 5.55946 4.67509 5.44219 4.55781L4.19219 3.30781C4.07491 3.19054 3.91585 3.12465 3.75 3.12465C3.58415 3.12465 3.42509 3.19054 3.30781 3.30781C3.19054 3.42509 3.12465 3.58415 3.12465 3.75C3.12465 3.91585 3.19054 4.07491 3.30781 4.19219L4.55781 5.44219ZM4.55781 14.5578L3.30781 15.8078C3.19054 15.9251 3.12465 16.0841 3.12465 16.25C3.12465 16.4159 3.19054 16.5749 3.30781 16.6922C3.42509 16.8095 3.58415 16.8753 3.75 16.8753C3.91585 16.8753 4.07491 16.8095 4.19219 16.6922L5.44219 15.4422C5.50026 15.3841 5.54632 15.3152 5.57775 15.2393C5.60917 15.1634 5.62535 15.0821 5.62535 15C5.62535 14.9179 5.60917 14.8366 5.57775 14.7607C5.54632 14.6848 5.50026 14.6159 5.44219 14.5578C5.38412 14.4997 5.31518 14.4537 5.23931 14.4223C5.16344 14.3908 5.08212 14.3747 5 14.3747C4.91788 14.3747 4.83656 14.3908 4.76069 14.4223C4.68482 14.4537 4.61588 14.4997 4.55781 14.5578ZM15 5.625C15.0821 5.62506 15.1634 5.60895 15.2393 5.57759C15.3152 5.54622 15.3841 5.50021 15.4422 5.44219L16.6922 4.19219C16.8095 4.07491 16.8753 3.91585 16.8753 3.75C16.8753 3.58415 16.8095 3.42509 16.6922 3.30781C16.5749 3.19054 16.4159 3.12465 16.25 3.12465C16.0841 3.12465 15.9251 3.19054 15.8078 3.30781L14.5578 4.55781C14.4703 4.64522 14.4107 4.75663 14.3865 4.87793C14.3624 4.99924 14.3748 5.12498 14.4221 5.23924C14.4695 5.35351 14.5496 5.45116 14.6525 5.51982C14.7554 5.58849 14.8763 5.6251 15 5.625ZM15.4422 14.5578C15.3249 14.4405 15.1659 14.3747 15 14.3747C14.8341 14.3747 14.6751 14.4405 14.5578 14.5578C14.4405 14.6751 14.3747 14.8341 14.3747 15C14.3747 15.1659 14.4405 15.3249 14.5578 15.4422L15.8078 16.6922C15.8659 16.7503 15.9348 16.7963 16.0107 16.8277C16.0866 16.8592 16.1679 16.8753 16.25 16.8753C16.3321 16.8753 16.4134 16.8592 16.4893 16.8277C16.5652 16.7963 16.6341 16.7503 16.6922 16.6922C16.7503 16.6341 16.7963 16.5652 16.8277 16.4893C16.8592 16.4134 16.8753 16.3321 16.8753 16.25C16.8753 16.1679 16.8592 16.0866 16.8277 16.0107C16.7963 15.9348 16.7503 15.8659 16.6922 15.8078L15.4422 14.5578ZM3.75 10C3.75 9.83424 3.68415 9.67527 3.56694 9.55806C3.44973 9.44085 3.29076 9.375 3.125 9.375H1.25C1.08424 9.375 0.925268 9.44085 0.808058 9.55806C0.690848 9.67527 0.625 9.83424 0.625 10C0.625 10.1658 0.690848 10.3247 0.808058 10.4419C0.925268 10.5592 1.08424 10.625 1.25 10.625H3.125C3.29076 10.625 3.44973 10.5592 3.56694 10.4419C3.68415 10.3247 3.75 10.1658 3.75 10ZM10 16.25C9.83424 16.25 9.67527 16.3158 9.55806 16.4331C9.44085 16.5503 9.375 16.7092 9.375 16.875V18.75C9.375 18.9158 9.44085 19.0747 9.55806 19.1919C9.67527 19.3092 9.83424 19.375 10 19.375C10.1658 19.375 10.3247 19.3092 10.4419 19.1919C10.5592 19.0747 10.625 18.9158 10.625 18.75V16.875C10.625 16.7092 10.5592 16.5503 10.4419 16.4331C10.3247 16.3158 10.1658 16.25 10 16.25ZM18.75 9.375H16.875C16.7092 9.375 16.5503 9.44085 16.4331 9.55806C16.3158 9.67527 16.25 9.83424 16.25 10C16.25 10.1658 16.3158 10.3247 16.4331 10.4419C16.5503 10.5592 16.7092 10.625 16.875 10.625H18.75C18.9158 10.625 19.0747 10.5592 19.1919 10.4419C19.3092 10.3247 19.375 10.1658 19.375 10C19.375 9.83424 19.3092 9.67527 19.1919 9.55806C19.0747 9.44085 18.9158 9.375 18.75 9.375Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
})
|
|
16
|
+
}), /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", {
|
|
17
|
+
id: "clip0_998_9808",
|
|
18
|
+
children: /* @__PURE__ */ e("rect", {
|
|
19
|
+
width: "20",
|
|
20
|
+
height: "20",
|
|
21
|
+
fill: "currentColor"
|
|
22
|
+
})
|
|
23
|
+
}) })]
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { n as SunIcon };
|
|
@@ -1,23 +1,20 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export {
|
|
22
|
-
o as TextSelectionDefaultIcon
|
|
23
|
-
};
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
//#region lib/components/icons/TextSelectionDefaultIcon.tsx
|
|
3
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
...t,
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 16 17",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: /* @__PURE__ */ e("g", {
|
|
11
|
+
id: "icon - pdf",
|
|
12
|
+
children: /* @__PURE__ */ e("path", {
|
|
13
|
+
id: "Vector",
|
|
14
|
+
d: "M10.6029 8.89562L13.4011 7.67937C13.5854 7.59764 13.7407 7.46209 13.8466 7.29052C13.9525 7.11895 14.0041 6.91936 13.9946 6.71796C13.985 6.51655 13.9148 6.32273 13.7932 6.16192C13.6716 6.00112 13.5041 5.88084 13.3129 5.81687L3.30793 2.55C3.13286 2.4927 2.94534 2.48503 2.76617 2.52785C2.58701 2.57066 2.42321 2.66227 2.29295 2.79253C2.1627 2.92278 2.07108 3.08658 2.02827 3.26574C1.98546 3.44491 1.99313 3.63243 2.05043 3.8075L5.3173 13.8125C5.37887 14.0056 5.49828 14.1751 5.65937 14.298C5.82046 14.421 6.01545 14.4915 6.21793 14.5H6.26668C6.46089 14.5007 6.65102 14.4442 6.81338 14.3376C6.97574 14.2311 7.10317 14.0791 7.1798 13.9006L8.39605 11.1025L11.5004 14.2069C11.5933 14.2998 11.7035 14.3734 11.8249 14.4237C11.9462 14.474 12.0763 14.4998 12.2076 14.4998C12.339 14.4998 12.469 14.474 12.5904 14.4237C12.7117 14.3734 12.8219 14.2998 12.9148 14.2069L13.7073 13.4144C13.8002 13.3215 13.8739 13.2113 13.9241 13.0899C13.9744 12.9686 14.0003 12.8385 14.0003 12.7072C14.0003 12.5758 13.9744 12.4458 13.9241 12.3245C13.8739 12.2031 13.8002 12.0929 13.7073 12L10.6029 8.89562ZM12.2073 13.5L9.10293 10.3956C8.98771 10.2802 8.84601 10.1947 8.69018 10.1466C8.53435 10.0985 8.36911 10.0892 8.20887 10.1196C8.04864 10.15 7.89826 10.2191 7.77086 10.3209C7.64346 10.4227 7.54289 10.5542 7.47793 10.7037L6.2648 13.495L3.00043 3.5L12.9923 6.7625L10.2017 7.97625C10.0521 8.04121 9.92065 8.14178 9.81883 8.26918C9.71701 8.39659 9.6479 8.54696 9.61751 8.7072C9.58713 8.86743 9.5964 9.03267 9.64451 9.1885C9.69263 9.34433 9.77812 9.48603 9.89355 9.60125L13.0004 12.7069L12.2073 13.5Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { t as TextSelectionDefaultIcon };
|
|
@@ -1,22 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
)
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
export {
|
|
21
|
-
t as ThreeDotIcon
|
|
22
|
-
};
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
//#region lib/components/icons/ThreeDotIcon.tsx
|
|
3
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
...t,
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: /* @__PURE__ */ e("path", {
|
|
11
|
+
d: "M10.9375 10C10.9375 10.1854 10.8825 10.3667 10.7795 10.5208C10.6765 10.675 10.5301 10.7952 10.3588 10.8661C10.1875 10.9371 9.99896 10.9557 9.8171 10.9195C9.63525 10.8833 9.4682 10.794 9.33709 10.6629C9.20598 10.5318 9.11669 10.3648 9.08051 10.1829C9.04434 10.001 9.06291 9.81254 9.13386 9.64123C9.20482 9.46993 9.32498 9.32351 9.47915 9.2205C9.63332 9.11748 9.81458 9.0625 10 9.0625C10.2486 9.0625 10.4871 9.16127 10.6629 9.33709C10.8387 9.5129 10.9375 9.75136 10.9375 10ZM10 5.625C10.1854 5.625 10.3667 5.57002 10.5208 5.467C10.675 5.36399 10.7952 5.21757 10.8661 5.04627C10.9371 4.87496 10.9557 4.68646 10.9195 4.5046C10.8833 4.32275 10.794 4.1557 10.6629 4.02459C10.5318 3.89348 10.3648 3.80419 10.1829 3.76801C10.001 3.73184 9.81254 3.75041 9.64123 3.82136C9.46993 3.89232 9.32351 4.01248 9.2205 4.16665C9.11748 4.32082 9.0625 4.50208 9.0625 4.6875C9.0625 4.93614 9.16127 5.1746 9.33709 5.35041C9.5129 5.52623 9.75136 5.625 10 5.625ZM10 14.375C9.81458 14.375 9.63332 14.43 9.47915 14.533C9.32498 14.636 9.20482 14.7824 9.13386 14.9537C9.06291 15.125 9.04434 15.3135 9.08051 15.4954C9.11669 15.6773 9.20598 15.8443 9.33709 15.9754C9.4682 16.1065 9.63525 16.1958 9.8171 16.232C9.99896 16.2682 10.1875 16.2496 10.3588 16.1786C10.5301 16.1077 10.6765 15.9875 10.7795 15.8333C10.8825 15.6792 10.9375 15.4979 10.9375 15.3125C10.9375 15.0639 10.8387 14.8254 10.6629 14.6496C10.4871 14.4738 10.2486 14.375 10 14.375Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { t as ThreeDotIcon };
|
|
@@ -1,54 +1,39 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"rect",
|
|
41
|
-
{
|
|
42
|
-
x: "4.25",
|
|
43
|
-
y: "12.5",
|
|
44
|
-
width: "1.66667",
|
|
45
|
-
height: "1.66667",
|
|
46
|
-
fill: "currentColor"
|
|
47
|
-
}
|
|
48
|
-
)
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
);
|
|
52
|
-
export {
|
|
53
|
-
l as ThumbnailIcon
|
|
54
|
-
};
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
//#region lib/components/icons/Thumbnail.tsx
|
|
3
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
...n,
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ e("path", {
|
|
12
|
+
d: "M16.875 3.125H3.125C2.79348 3.125 2.47554 3.2567 2.24112 3.49112C2.0067 3.72554 1.875 4.04348 1.875 4.375V15.625C1.875 15.9565 2.0067 16.2745 2.24112 16.5089C2.47554 16.7433 2.79348 16.875 3.125 16.875H16.875C17.2065 16.875 17.5245 16.7433 17.7589 16.5089C17.9933 16.2745 18.125 15.9565 18.125 15.625V4.375C18.125 4.04348 17.9933 3.72554 17.7589 3.49112C17.5245 3.2567 17.2065 3.125 16.875 3.125ZM3.125 4.375H7.08333V15.625H3.125V4.375ZM16.875 15.625H8.33333V4.375H16.875V15.625Z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ e("rect", {
|
|
16
|
+
x: "4.25",
|
|
17
|
+
y: "5.83325",
|
|
18
|
+
width: "1.66667",
|
|
19
|
+
height: "1.66667",
|
|
20
|
+
fill: "currentColor"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ e("rect", {
|
|
23
|
+
x: "4.25",
|
|
24
|
+
y: "9.16675",
|
|
25
|
+
width: "1.66667",
|
|
26
|
+
height: "1.66667",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ e("rect", {
|
|
30
|
+
x: "4.25",
|
|
31
|
+
y: "12.5",
|
|
32
|
+
width: "1.66667",
|
|
33
|
+
height: "1.66667",
|
|
34
|
+
fill: "currentColor"
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
export { n as ThumbnailIcon };
|
|
@@ -1,24 +1,18 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
)
|
|
20
|
-
}
|
|
21
|
-
);
|
|
22
|
-
export {
|
|
23
|
-
o as VerticalScrollingIcon
|
|
24
|
-
};
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
//#region lib/components/icons/VerticalScrollingIcon.tsx
|
|
3
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
...t,
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 16 17",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: /* @__PURE__ */ e("path", {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
d: "M3.16699 1C3.44313 1 3.66699 1.22386 3.66699 1.5V3H12.3337V1.5C12.3337 1.22386 12.5575 1 12.8337 1C13.1098 1 13.3337 1.22386 13.3337 1.5V3.16667C13.3337 3.6269 12.9606 4 12.5003 4H3.50033C3.04009 4 2.66699 3.6269 2.66699 3.16667V1.5C2.66699 1.22386 2.89085 1 3.16699 1ZM2.66699 5.83333C2.66699 5.28105 3.11471 4.83333 3.66699 4.83333H12.3337C12.8859 4.83333 13.3337 5.28105 13.3337 5.83333V11.1667C13.3337 11.719 12.8859 12.1667 12.3337 12.1667H3.66699C3.11471 12.1667 2.66699 11.719 2.66699 11.1667V5.83333ZM12.3337 5.83333H3.66699V11.1667H12.3337V5.83333ZM3.66699 15.5C3.66699 15.7761 3.44313 16 3.16699 16C2.89085 16 2.66699 15.7761 2.66699 15.5V13.8333C2.66699 13.3731 3.04009 13 3.50033 13H12.5003C12.9606 13 13.3337 13.3731 13.3337 13.8333V15.5C13.3337 15.7761 13.1098 16 12.8337 16C12.5575 16 12.3337 15.7761 12.3337 15.5V14H3.66699V15.5Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
})
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { t as VerticalScrollingIcon };
|
|
@@ -1,24 +1,18 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
)
|
|
20
|
-
}
|
|
21
|
-
);
|
|
22
|
-
export {
|
|
23
|
-
e as WrappedScrollingIcon
|
|
24
|
-
};
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
//#region lib/components/icons/WrappedScrollingIcon.tsx
|
|
3
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
...t,
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 16 17",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: /* @__PURE__ */ e("path", {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
d: "M2 1C2.27614 1 2.5 1.22386 2.5 1.5V3H6.5V1.5C6.5 1.22386 6.72386 1 7 1C7.27614 1 7.5 1.22386 7.5 1.5V3.16667C7.5 3.6269 7.1269 4 6.66667 4H2.33333C1.8731 4 1.5 3.6269 1.5 3.16667V1.5C1.5 1.22386 1.72386 1 2 1ZM2.5 4.83333C1.94772 4.83333 1.5 5.28105 1.5 5.83333V11.1667C1.5 11.719 1.94772 12.1667 2.5 12.1667H6.5C7.05229 12.1667 7.5 11.719 7.5 11.1667V5.83333C7.5 5.28105 7.05229 4.83333 6.5 4.83333H2.5ZM2.5 5.83333H6.5V11.1667H2.5V5.83333ZM9.5 4.83333C8.94772 4.83333 8.5 5.28105 8.5 5.83333V11.1667C8.5 11.719 8.94772 12.1667 9.5 12.1667H13.5C14.0523 12.1667 14.5 11.719 14.5 11.1667V5.83333C14.5 5.28105 14.0523 4.83333 13.5 4.83333H9.5ZM9.5 5.83333H13.5V11.1667H9.5V5.83333ZM9.5 1.5C9.5 1.22386 9.27614 1 9 1C8.72386 1 8.5 1.22386 8.5 1.5V3.16667C8.5 3.6269 8.8731 4 9.33333 4H13.6667C14.1269 4 14.5 3.6269 14.5 3.16667V1.5C14.5 1.22386 14.2761 1 14 1C13.7239 1 13.5 1.22386 13.5 1.5V3H9.5V1.5ZM14 16C13.7239 16 13.5 15.7761 13.5 15.5V14H9.5V15.5C9.5 15.7761 9.27614 16 9 16C8.72386 16 8.5 15.7761 8.5 15.5V13.8333C8.5 13.3731 8.8731 13 9.33333 13H13.6667C14.1269 13 14.5 13.3731 14.5 13.8333V15.5C14.5 15.7761 14.2761 16 14 16ZM6.5 15.5C6.5 15.7761 6.72386 16 7 16C7.27614 16 7.5 15.7761 7.5 15.5V13.8333C7.5 13.3731 7.1269 13 6.66667 13H2.33333C1.8731 13 1.5 13.3731 1.5 13.8333V15.5C1.5 15.7761 1.72386 16 2 16C2.27614 16 2.5 15.7761 2.5 15.5L2.5 14H6.5L6.5 15.5Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
})
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { t as WrappedScrollingIcon };
|
|
@@ -1,22 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
)
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
export {
|
|
21
|
-
e as ZoomInIcon
|
|
22
|
-
};
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
//#region lib/components/icons/ZoomInIcon.tsx
|
|
3
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
...t,
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: /* @__PURE__ */ e("path", {
|
|
11
|
+
d: "M11.8747 8.75006C11.8747 8.91582 11.8088 9.07479 11.6916 9.192C11.5744 9.30921 11.4155 9.37506 11.2497 9.37506H9.37469V11.2501C9.37469 11.4158 9.30884 11.5748 9.19163 11.692C9.07442 11.8092 8.91545 11.8751 8.74969 11.8751C8.58393 11.8751 8.42496 11.8092 8.30775 11.692C8.19054 11.5748 8.12469 11.4158 8.12469 11.2501V9.37506H6.24969C6.08393 9.37506 5.92496 9.30921 5.80775 9.192C5.69054 9.07479 5.62469 8.91582 5.62469 8.75006C5.62469 8.5843 5.69054 8.42532 5.80775 8.30811C5.92496 8.1909 6.08393 8.12506 6.24969 8.12506H8.12469V6.25006C8.12469 6.0843 8.19054 5.92532 8.30775 5.80811C8.42496 5.6909 8.58393 5.62506 8.74969 5.62506C8.91545 5.62506 9.07442 5.6909 9.19163 5.80811C9.30884 5.92532 9.37469 6.0843 9.37469 6.25006V8.12506H11.2497C11.4155 8.12506 11.5744 8.1909 11.6916 8.30811C11.8088 8.42532 11.8747 8.5843 11.8747 8.75006ZM17.9419 17.9422C17.8838 18.0004 17.8149 18.0465 17.739 18.0779C17.6632 18.1094 17.5818 18.1255 17.4997 18.1255C17.4176 18.1255 17.3362 18.1094 17.2604 18.0779C17.1845 18.0465 17.1155 18.0004 17.0575 17.9422L13.1466 14.0305C11.7854 15.1643 10.0395 15.7297 8.27214 15.609C6.50475 15.4883 4.85192 14.6909 3.65748 13.3827C2.46304 12.0744 1.81895 10.356 1.8592 8.58498C1.89945 6.81394 2.62094 5.12659 3.87358 3.87395C5.12622 2.62131 6.81357 1.89982 8.58462 1.85957C10.3557 1.81932 12.074 2.46341 13.3823 3.65785C14.6906 4.85229 15.488 6.50512 15.6086 8.2725C15.7293 10.0399 15.1639 11.7858 14.0302 13.1469L17.9419 17.0579C18 17.1159 18.0461 17.1848 18.0775 17.2607C18.109 17.3366 18.1252 17.4179 18.1252 17.5001C18.1252 17.5822 18.109 17.6635 18.0775 17.7394C18.0461 17.8153 18 17.8842 17.9419 17.9422ZM8.74969 14.3751C9.86221 14.3751 10.9497 14.0452 11.8748 13.4271C12.7998 12.809 13.5208 11.9305 13.9465 10.9027C14.3723 9.87482 14.4837 8.74382 14.2666 7.65267C14.0496 6.56153 13.5138 5.55925 12.7272 4.77258C11.9405 3.98591 10.9382 3.45018 9.84707 3.23314C8.75593 3.0161 7.62493 3.12749 6.5971 3.55323C5.56926 3.97898 4.69076 4.69995 4.07267 5.62497C3.45459 6.55 3.12469 7.63754 3.12469 8.75006C3.12634 10.2414 3.71951 11.6712 4.77404 12.7257C5.82858 13.7802 7.25836 14.3734 8.74969 14.3751Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { t as ZoomInIcon };
|
|
@@ -1,22 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
)
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
export {
|
|
21
|
-
e as ZoomOutIcon
|
|
22
|
-
};
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
//#region lib/components/icons/ZoomOutIcon.tsx
|
|
3
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
...t,
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: /* @__PURE__ */ e("path", {
|
|
11
|
+
d: "M11.8747 8.75006C11.8747 8.91582 11.8088 9.07479 11.6916 9.192C11.5744 9.30921 11.4155 9.37506 11.2497 9.37506H6.24969C6.08393 9.37506 5.92496 9.30921 5.80775 9.192C5.69054 9.07479 5.62469 8.91582 5.62469 8.75006C5.62469 8.5843 5.69054 8.42532 5.80775 8.30811C5.92496 8.1909 6.08393 8.12506 6.24969 8.12506H11.2497C11.4155 8.12506 11.5744 8.1909 11.6916 8.30811C11.8088 8.42532 11.8747 8.5843 11.8747 8.75006ZM17.9419 17.9422C17.8838 18.0004 17.8149 18.0465 17.739 18.0779C17.6632 18.1094 17.5818 18.1255 17.4997 18.1255C17.4176 18.1255 17.3362 18.1094 17.2604 18.0779C17.1845 18.0465 17.1155 18.0004 17.0575 17.9422L13.1466 14.0305C11.7854 15.1643 10.0395 15.7297 8.27214 15.609C6.50475 15.4883 4.85192 14.6909 3.65748 13.3827C2.46304 12.0744 1.81895 10.356 1.8592 8.58498C1.89945 6.81394 2.62094 5.12659 3.87358 3.87395C5.12622 2.62131 6.81357 1.89982 8.58462 1.85957C10.3557 1.81932 12.074 2.46341 13.3823 3.65785C14.6906 4.85229 15.488 6.50512 15.6086 8.2725C15.7293 10.0399 15.1639 11.7858 14.0302 13.1469L17.9419 17.0579C18 17.1159 18.0461 17.1848 18.0775 17.2607C18.109 17.3366 18.1252 17.4179 18.1252 17.5001C18.1252 17.5822 18.109 17.6635 18.0775 17.7394C18.0461 17.8153 18 17.8842 17.9419 17.9422ZM8.74969 14.3751C9.86221 14.3751 10.9497 14.0452 11.8748 13.4271C12.7998 12.809 13.5208 11.9305 13.9465 10.9027C14.3723 9.87482 14.4837 8.74382 14.2666 7.65267C14.0496 6.56153 13.5138 5.55925 12.7272 4.77258C11.9405 3.98591 10.9382 3.45018 9.84707 3.23314C8.75593 3.0161 7.62493 3.12749 6.5971 3.55323C5.56926 3.97898 4.69076 4.69995 4.07267 5.62497C3.45459 6.55 3.12469 7.63754 3.12469 8.75006C3.12634 10.2414 3.71951 11.6712 4.77404 12.7257C5.82858 13.7802 7.25836 14.3734 8.74969 14.3751Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { t as ZoomOutIcon };
|
|
@@ -1,21 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
const s = {
|
|
4
|
-
"rp-container": "_rp-container_f63gc_1"
|
|
5
|
-
}, l = (r) => {
|
|
6
|
-
const { children: n, getContainerRef: e, style: t, className: a } = r;
|
|
7
|
-
return /* @__PURE__ */ c(
|
|
8
|
-
"div",
|
|
9
|
-
{
|
|
10
|
-
tabIndex: 0,
|
|
11
|
-
ref: e,
|
|
12
|
-
"data-rp": "container",
|
|
13
|
-
className: o(s["rp-container"], a),
|
|
14
|
-
style: t,
|
|
15
|
-
children: n
|
|
16
|
-
}
|
|
17
|
-
);
|
|
18
|
-
};
|
|
19
|
-
export {
|
|
20
|
-
l as Container
|
|
21
|
-
};
|
|
1
|
+
import { t as e } from "../../Container-DTWaZzc7.js";
|
|
2
|
+
export { e as Container };
|
|
@@ -1,35 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
),
|
|
23
|
-
style: {
|
|
24
|
-
"--rp-toolbar-height": `${(r == null ? void 0 : r.clientHeight) || 48}px`,
|
|
25
|
-
...p,
|
|
26
|
-
...o ? n : {},
|
|
27
|
-
...a
|
|
28
|
-
},
|
|
29
|
-
children: m
|
|
30
|
-
}
|
|
31
|
-
);
|
|
1
|
+
import { useDarkModeContext as e } from "../../contexts/DarkModeContext.js";
|
|
2
|
+
import { t } from "../../clsx-B7LyVm5O.js";
|
|
3
|
+
import { withRef as n } from "../../utils/withRef.js";
|
|
4
|
+
import { t as r } from "../../RPLayout.module-Vc3h4xxS.js";
|
|
5
|
+
import { useThemeContext as i } from "../../contexts/ThemeContext.js";
|
|
6
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
7
|
+
//#region lib/components/layout/LayoutContainer.tsx
|
|
8
|
+
var o = n((n, o) => {
|
|
9
|
+
let { children: s, toolbarRef: c, style: l, className: u, ...d } = n, { customVariables: f, customDarkVariables: p } = i(), { darkMode: m } = e();
|
|
10
|
+
return /* @__PURE__ */ a("div", {
|
|
11
|
+
ref: o,
|
|
12
|
+
...d,
|
|
13
|
+
className: t(r["rp-theme-variables"], r["rp-container"], m ? r["rp-dark-mode"] : "", u),
|
|
14
|
+
style: {
|
|
15
|
+
"--rp-toolbar-height": `${c?.clientHeight || 48}px`,
|
|
16
|
+
...f,
|
|
17
|
+
...m ? p : {},
|
|
18
|
+
...l
|
|
19
|
+
},
|
|
20
|
+
children: s
|
|
21
|
+
});
|
|
32
22
|
});
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
23
|
+
//#endregion
|
|
24
|
+
export { o as LayoutContainer };
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { withRef as e } from "../../utils/withRef.js";
|
|
2
|
+
import { t } from "../../RPLayout.module-Vc3h4xxS.js";
|
|
3
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
4
|
+
//#region lib/components/layout/LayoutWrapper.tsx
|
|
5
|
+
var r = e((e, r) => {
|
|
6
|
+
let { children: i, ...a } = e;
|
|
7
|
+
return /* @__PURE__ */ n("div", {
|
|
8
|
+
ref: r,
|
|
9
|
+
className: t["rp-layout-wrapper"],
|
|
10
|
+
...a,
|
|
11
|
+
children: i
|
|
12
|
+
});
|
|
8
13
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
14
|
+
//#endregion
|
|
15
|
+
export { r as LayoutWrapper };
|