@ctzhian/tiptap 0.4.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/LICENSE +21 -0
- package/README.md +43 -0
- package/dist/Editor/demo.d.ts +4 -0
- package/dist/Editor/demo.js +150 -0
- package/dist/Editor/index.d.ts +4 -0
- package/dist/Editor/index.js +21 -0
- package/dist/EditorThemeProvider/index.d.ts +11 -0
- package/dist/EditorThemeProvider/index.js +90 -0
- package/dist/EditorToolbar/index.d.ts +9 -0
- package/dist/EditorToolbar/index.js +286 -0
- package/dist/asset/css/index.css +161 -0
- package/dist/asset/images/disk.png +0 -0
- package/dist/asset/images/down.svg +3 -0
- package/dist/component/CustomBubbleMenu/SelectionText.d.ts +9 -0
- package/dist/component/CustomBubbleMenu/SelectionText.js +295 -0
- package/dist/component/CustomDragHandle/index.d.ts +9 -0
- package/dist/component/CustomDragHandle/index.js +1172 -0
- package/dist/component/CustomFloatingMenu/index.d.ts +0 -0
- package/dist/component/CustomFloatingMenu/index.js +85 -0
- package/dist/component/FloatingPopover/index.d.ts +13 -0
- package/dist/component/FloatingPopover/index.js +104 -0
- package/dist/component/Icons/ai-generate-2-icon.d.ts +6 -0
- package/dist/component/Icons/ai-generate-2-icon.js +13 -0
- package/dist/component/Icons/ai-generate-text-icon.d.ts +6 -0
- package/dist/component/Icons/ai-generate-text-icon.js +13 -0
- package/dist/component/Icons/align-bottom-icon.d.ts +6 -0
- package/dist/component/Icons/align-bottom-icon.js +13 -0
- package/dist/component/Icons/align-center-icon.d.ts +6 -0
- package/dist/component/Icons/align-center-icon.js +13 -0
- package/dist/component/Icons/align-justify-icon.d.ts +6 -0
- package/dist/component/Icons/align-justify-icon.js +13 -0
- package/dist/component/Icons/align-left-icon.d.ts +6 -0
- package/dist/component/Icons/align-left-icon.js +13 -0
- package/dist/component/Icons/align-right-icon.d.ts +6 -0
- package/dist/component/Icons/align-right-icon.js +13 -0
- package/dist/component/Icons/align-top-icon.d.ts +6 -0
- package/dist/component/Icons/align-top-icon.js +13 -0
- package/dist/component/Icons/align-vertically-icon.d.ts +6 -0
- package/dist/component/Icons/align-vertically-icon.js +13 -0
- package/dist/component/Icons/anticlockwise-line-icon.d.ts +6 -0
- package/dist/component/Icons/anticlockwise-line-icon.js +13 -0
- package/dist/component/Icons/arrow-down-s-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-down-s-line-icon.js +13 -0
- package/dist/component/Icons/arrow-go-back-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-go-back-line-icon.js +13 -0
- package/dist/component/Icons/arrow-go-forward-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-go-forward-line-icon.js +13 -0
- package/dist/component/Icons/arrow-left-wide-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-left-wide-line-icon.js +13 -0
- package/dist/component/Icons/at-line-icon.d.ts +6 -0
- package/dist/component/Icons/at-line-icon.js +13 -0
- package/dist/component/Icons/attachment-2-icon.d.ts +6 -0
- package/dist/component/Icons/attachment-2-icon.js +13 -0
- package/dist/component/Icons/attachment-line-icon.d.ts +6 -0
- package/dist/component/Icons/attachment-line-icon.js +13 -0
- package/dist/component/Icons/bold-icon.d.ts +6 -0
- package/dist/component/Icons/bold-icon.js +13 -0
- package/dist/component/Icons/brush-line-icon.d.ts +6 -0
- package/dist/component/Icons/brush-line-icon.js +13 -0
- package/dist/component/Icons/carousel-view-icon.d.ts +6 -0
- package/dist/component/Icons/carousel-view-icon.js +13 -0
- package/dist/component/Icons/checkbox-blank-circle-line-icon.d.ts +6 -0
- package/dist/component/Icons/checkbox-blank-circle-line-icon.js +13 -0
- package/dist/component/Icons/checkbox-circle-line-icon.d.ts +6 -0
- package/dist/component/Icons/checkbox-circle-line-icon.js +13 -0
- package/dist/component/Icons/clockwise-line-icon.d.ts +6 -0
- package/dist/component/Icons/clockwise-line-icon.js +13 -0
- package/dist/component/Icons/code-box-line-icon.d.ts +6 -0
- package/dist/component/Icons/code-box-line-icon.js +13 -0
- package/dist/component/Icons/code-line-icon.d.ts +6 -0
- package/dist/component/Icons/code-line-icon.js +13 -0
- package/dist/component/Icons/code-s-slash-line-icon.d.ts +6 -0
- package/dist/component/Icons/code-s-slash-line-icon.js +13 -0
- package/dist/component/Icons/copy-icon.d.ts +6 -0
- package/dist/component/Icons/copy-icon.js +13 -0
- package/dist/component/Icons/custom-size-icon.d.ts +6 -0
- package/dist/component/Icons/custom-size-icon.js +13 -0
- package/dist/component/Icons/delete-column-icon.d.ts +6 -0
- package/dist/component/Icons/delete-column-icon.js +13 -0
- package/dist/component/Icons/delete-line-icon.d.ts +6 -0
- package/dist/component/Icons/delete-line-icon.js +13 -0
- package/dist/component/Icons/delete-row-icon.d.ts +6 -0
- package/dist/component/Icons/delete-row-icon.js +13 -0
- package/dist/component/Icons/double-quotes-l-icon.d.ts +6 -0
- package/dist/component/Icons/double-quotes-l-icon.js +13 -0
- package/dist/component/Icons/download-line-icon.d.ts +6 -0
- package/dist/component/Icons/download-line-icon.js +13 -0
- package/dist/component/Icons/draggable-icon.d.ts +6 -0
- package/dist/component/Icons/draggable-icon.js +13 -0
- package/dist/component/Icons/edit-box-line-icon.d.ts +6 -0
- package/dist/component/Icons/edit-box-line-icon.js +13 -0
- package/dist/component/Icons/export-line-icon.d.ts +6 -0
- package/dist/component/Icons/export-line-icon.js +13 -0
- package/dist/component/Icons/file-copy-line-icon.d.ts +6 -0
- package/dist/component/Icons/file-copy-line-icon.js +13 -0
- package/dist/component/Icons/file-upload-line-icon.d.ts +6 -0
- package/dist/component/Icons/file-upload-line-icon.js +13 -0
- package/dist/component/Icons/flow-chart-icon.d.ts +6 -0
- package/dist/component/Icons/flow-chart-icon.js +13 -0
- package/dist/component/Icons/font-color-icon.d.ts +6 -0
- package/dist/component/Icons/font-color-icon.js +13 -0
- package/dist/component/Icons/font-family-icon.d.ts +6 -0
- package/dist/component/Icons/font-family-icon.js +13 -0
- package/dist/component/Icons/font-size-icon.d.ts +6 -0
- package/dist/component/Icons/font-size-icon.js +13 -0
- package/dist/component/Icons/format-clear-icon.d.ts +6 -0
- package/dist/component/Icons/format-clear-icon.js +13 -0
- package/dist/component/Icons/formula-icon.d.ts +6 -0
- package/dist/component/Icons/formula-icon.js +13 -0
- package/dist/component/Icons/fullscreen-exit-line-icon.d.ts +6 -0
- package/dist/component/Icons/fullscreen-exit-line-icon.js +13 -0
- package/dist/component/Icons/fullscreen-line-icon.d.ts +6 -0
- package/dist/component/Icons/fullscreen-line-icon.js +13 -0
- package/dist/component/Icons/functions-icon.d.ts +6 -0
- package/dist/component/Icons/functions-icon.js +13 -0
- package/dist/component/Icons/game-line-icon.d.ts +6 -0
- package/dist/component/Icons/game-line-icon.js +13 -0
- package/dist/component/Icons/h-1-icon.d.ts +6 -0
- package/dist/component/Icons/h-1-icon.js +13 -0
- package/dist/component/Icons/h-2-icon.d.ts +6 -0
- package/dist/component/Icons/h-2-icon.js +13 -0
- package/dist/component/Icons/h-3-icon.d.ts +6 -0
- package/dist/component/Icons/h-3-icon.js +13 -0
- package/dist/component/Icons/h-4-icon.d.ts +6 -0
- package/dist/component/Icons/h-4-icon.js +13 -0
- package/dist/component/Icons/h-5-icon.d.ts +6 -0
- package/dist/component/Icons/h-5-icon.js +13 -0
- package/dist/component/Icons/h-6-icon.d.ts +6 -0
- package/dist/component/Icons/h-6-icon.js +13 -0
- package/dist/component/Icons/heading-icon.d.ts +6 -0
- package/dist/component/Icons/heading-icon.js +13 -0
- package/dist/component/Icons/image-add-line-icon.d.ts +6 -0
- package/dist/component/Icons/image-add-line-icon.js +13 -0
- package/dist/component/Icons/image-line-icon.d.ts +6 -0
- package/dist/component/Icons/image-line-icon.js +13 -0
- package/dist/component/Icons/import-line-icon.d.ts +6 -0
- package/dist/component/Icons/import-line-icon.js +13 -0
- package/dist/component/Icons/index.d.ts +110 -0
- package/dist/component/Icons/index.js +113 -0
- package/dist/component/Icons/insert-column-left-icon.d.ts +6 -0
- package/dist/component/Icons/insert-column-left-icon.js +13 -0
- package/dist/component/Icons/insert-column-right-icon.d.ts +6 -0
- package/dist/component/Icons/insert-column-right-icon.js +13 -0
- package/dist/component/Icons/insert-row-bottom-icon.d.ts +6 -0
- package/dist/component/Icons/insert-row-bottom-icon.js +13 -0
- package/dist/component/Icons/insert-row-top-icon.d.ts +6 -0
- package/dist/component/Icons/insert-row-top-icon.js +13 -0
- package/dist/component/Icons/italic-icon.d.ts +6 -0
- package/dist/component/Icons/italic-icon.js +13 -0
- package/dist/component/Icons/layout-left-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/layout-left-2-line-icon.js +13 -0
- package/dist/component/Icons/layout-top-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/layout-top-2-line-icon.js +13 -0
- package/dist/component/Icons/link-icon.d.ts +6 -0
- package/dist/component/Icons/link-icon.js +13 -0
- package/dist/component/Icons/link-unlink-icon.d.ts +6 -0
- package/dist/component/Icons/link-unlink-icon.js +13 -0
- package/dist/component/Icons/list-check-2-icon.d.ts +6 -0
- package/dist/component/Icons/list-check-2-icon.js +13 -0
- package/dist/component/Icons/list-check-3-icon.d.ts +6 -0
- package/dist/component/Icons/list-check-3-icon.js +13 -0
- package/dist/component/Icons/list-ordered-2-icon.d.ts +6 -0
- package/dist/component/Icons/list-ordered-2-icon.js +13 -0
- package/dist/component/Icons/list-unordered-icon.d.ts +6 -0
- package/dist/component/Icons/list-unordered-icon.js +13 -0
- package/dist/component/Icons/markdown-line-icon.d.ts +6 -0
- package/dist/component/Icons/markdown-line-icon.js +13 -0
- package/dist/component/Icons/markup-line-icon.d.ts +6 -0
- package/dist/component/Icons/markup-line-icon.js +13 -0
- package/dist/component/Icons/menu-fold-2-fill-icon.d.ts +6 -0
- package/dist/component/Icons/menu-fold-2-fill-icon.js +13 -0
- package/dist/component/Icons/merge-cells-horizontal-icon.d.ts +6 -0
- package/dist/component/Icons/merge-cells-horizontal-icon.js +13 -0
- package/dist/component/Icons/merge-cells-vertical-icon.d.ts +6 -0
- package/dist/component/Icons/merge-cells-vertical-icon.js +13 -0
- package/dist/component/Icons/mind-map-icon.d.ts +6 -0
- package/dist/component/Icons/mind-map-icon.js +13 -0
- package/dist/component/Icons/more-line-icon.d.ts +6 -0
- package/dist/component/Icons/more-line-icon.js +13 -0
- package/dist/component/Icons/movie-line-icon.d.ts +6 -0
- package/dist/component/Icons/movie-line-icon.js +13 -0
- package/dist/component/Icons/music-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/music-2-line-icon.js +13 -0
- package/dist/component/Icons/node-tree-icon.d.ts +6 -0
- package/dist/component/Icons/node-tree-icon.js +13 -0
- package/dist/component/Icons/notification-3-line-icon.d.ts +6 -0
- package/dist/component/Icons/notification-3-line-icon.js +13 -0
- package/dist/component/Icons/organization-chart-icon.d.ts +6 -0
- package/dist/component/Icons/organization-chart-icon.js +13 -0
- package/dist/component/Icons/pause-line-icon.d.ts +6 -0
- package/dist/component/Icons/pause-line-icon.js +13 -0
- package/dist/component/Icons/play-line-icon.d.ts +6 -0
- package/dist/component/Icons/play-line-icon.js +13 -0
- package/dist/component/Icons/quote-text-icon.d.ts +6 -0
- package/dist/component/Icons/quote-text-icon.js +13 -0
- package/dist/component/Icons/repeat-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/repeat-2-line-icon.js +13 -0
- package/dist/component/Icons/reset-left-fill-icon.d.ts +6 -0
- package/dist/component/Icons/reset-left-fill-icon.js +13 -0
- package/dist/component/Icons/scissors-cut-line-icon.d.ts +6 -0
- package/dist/component/Icons/scissors-cut-line-icon.js +13 -0
- package/dist/component/Icons/screenshot-line-icon.d.ts +6 -0
- package/dist/component/Icons/screenshot-line-icon.js +13 -0
- package/dist/component/Icons/scroll-to-bottom-line-icon.d.ts +6 -0
- package/dist/component/Icons/scroll-to-bottom-line-icon.js +13 -0
- package/dist/component/Icons/separator-icon.d.ts +6 -0
- package/dist/component/Icons/separator-icon.js +13 -0
- package/dist/component/Icons/share-box-line-icon.d.ts +6 -0
- package/dist/component/Icons/share-box-line-icon.js +13 -0
- package/dist/component/Icons/slash-commands-2-icon.d.ts +3 -0
- package/dist/component/Icons/slash-commands-2-icon.js +13 -0
- package/dist/component/Icons/speed-line-icon.d.ts +6 -0
- package/dist/component/Icons/speed-line-icon.js +13 -0
- package/dist/component/Icons/split-cells-horizontal-icon.d.ts +6 -0
- package/dist/component/Icons/split-cells-horizontal-icon.js +13 -0
- package/dist/component/Icons/split-cells-vertical-icon.d.ts +6 -0
- package/dist/component/Icons/split-cells-vertical-icon.js +13 -0
- package/dist/component/Icons/square-root-icon.d.ts +6 -0
- package/dist/component/Icons/square-root-icon.js +13 -0
- package/dist/component/Icons/strikethrough-icon.d.ts +6 -0
- package/dist/component/Icons/strikethrough-icon.js +13 -0
- package/dist/component/Icons/subscript-icon.d.ts +6 -0
- package/dist/component/Icons/subscript-icon.js +13 -0
- package/dist/component/Icons/superscript-icon.d.ts +6 -0
- package/dist/component/Icons/superscript-icon.js +13 -0
- package/dist/component/Icons/table-2-icon.d.ts +6 -0
- package/dist/component/Icons/table-2-icon.js +13 -0
- package/dist/component/Icons/text-icon.d.ts +6 -0
- package/dist/component/Icons/text-icon.js +13 -0
- package/dist/component/Icons/text-wrap-icon.d.ts +6 -0
- package/dist/component/Icons/text-wrap-icon.js +13 -0
- package/dist/component/Icons/title-icon.d.ts +6 -0
- package/dist/component/Icons/title-icon.js +13 -0
- package/dist/component/Icons/underline-icon.d.ts +6 -0
- package/dist/component/Icons/underline-icon.js +13 -0
- package/dist/component/Icons/upload-cloud-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/upload-cloud-2-line-icon.js +13 -0
- package/dist/component/Icons/upload-icon.d.ts +6 -0
- package/dist/component/Icons/upload-icon.js +13 -0
- package/dist/component/Icons/volume-mute-line-icon.d.ts +6 -0
- package/dist/component/Icons/volume-mute-line-icon.js +13 -0
- package/dist/component/Icons/volume-up-line-icon.d.ts +6 -0
- package/dist/component/Icons/volume-up-line-icon.js +13 -0
- package/dist/component/ListHover/index.d.ts +7 -0
- package/dist/component/ListHover/index.js +367 -0
- package/dist/component/Menu/index.d.ts +4 -0
- package/dist/component/Menu/index.js +189 -0
- package/dist/component/Toolbar/EditorAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorAlignSelect.js +176 -0
- package/dist/component/Toolbar/EditorCode.d.ts +7 -0
- package/dist/component/Toolbar/EditorCode.js +150 -0
- package/dist/component/Toolbar/EditorFontBgColor.d.ts +7 -0
- package/dist/component/Toolbar/EditorFontBgColor.js +244 -0
- package/dist/component/Toolbar/EditorFontColor.d.ts +7 -0
- package/dist/component/Toolbar/EditorFontColor.js +246 -0
- package/dist/component/Toolbar/EditorFontSize.d.ts +7 -0
- package/dist/component/Toolbar/EditorFontSize.js +137 -0
- package/dist/component/Toolbar/EditorHeading.d.ts +7 -0
- package/dist/component/Toolbar/EditorHeading.js +174 -0
- package/dist/component/Toolbar/EditorInsert/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorInsert/index.js +186 -0
- package/dist/component/Toolbar/EditorListSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorListSelect.js +163 -0
- package/dist/component/Toolbar/EditorMath.d.ts +7 -0
- package/dist/component/Toolbar/EditorMath.js +148 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.js +72 -0
- package/dist/component/Toolbar/EditorMore/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/index.js +101 -0
- package/dist/component/Toolbar/EditorScript.d.ts +7 -0
- package/dist/component/Toolbar/EditorScript.js +150 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.js +163 -0
- package/dist/component/Toolbar/Item.d.ts +15 -0
- package/dist/component/Toolbar/Item.js +69 -0
- package/dist/component/Toolbar/index.d.ts +13 -0
- package/dist/component/Toolbar/index.js +13 -0
- package/dist/component/index.d.ts +1 -0
- package/dist/component/index.js +1 -0
- package/dist/contants/enums.d.ts +30 -0
- package/dist/contants/enums.js +98 -0
- package/dist/contants/highlight.d.ts +4 -0
- package/dist/contants/highlight.js +580 -0
- package/dist/contants/placeholder.d.ts +16 -0
- package/dist/contants/placeholder.js +16 -0
- package/dist/contants/shortcut-key.d.ts +48 -0
- package/dist/contants/shortcut-key.js +224 -0
- package/dist/contants/slash-commands.d.ts +13 -0
- package/dist/contants/slash-commands.js +313 -0
- package/dist/extension/component/Attachment/Insert.d.ts +13 -0
- package/dist/extension/component/Attachment/Insert.js +222 -0
- package/dist/extension/component/Attachment/Readonly.d.ts +9 -0
- package/dist/extension/component/Attachment/Readonly.js +93 -0
- package/dist/extension/component/Attachment/index.d.ts +13 -0
- package/dist/extension/component/Attachment/index.js +317 -0
- package/dist/extension/component/Audio/Insert.d.ts +10 -0
- package/dist/extension/component/Audio/Insert.js +351 -0
- package/dist/extension/component/Audio/Readonly.d.ts +8 -0
- package/dist/extension/component/Audio/Readonly.js +428 -0
- package/dist/extension/component/Audio/index.d.ts +14 -0
- package/dist/extension/component/Audio/index.js +740 -0
- package/dist/extension/component/CodeBlock/Readonly.d.ts +4 -0
- package/dist/extension/component/CodeBlock/Readonly.js +135 -0
- package/dist/extension/component/CodeBlock/index.d.ts +4 -0
- package/dist/extension/component/CodeBlock/index.js +296 -0
- package/dist/extension/component/CustomLink/Insert.d.ts +0 -0
- package/dist/extension/component/CustomLink/Insert.js +176 -0
- package/dist/extension/component/CustomLink/Readonly.d.ts +0 -0
- package/dist/extension/component/CustomLink/Readonly.js +106 -0
- package/dist/extension/component/CustomLink/index.d.ts +0 -0
- package/dist/extension/component/CustomLink/index.js +440 -0
- package/dist/extension/component/EmojiList/index.d.ts +14 -0
- package/dist/extension/component/EmojiList/index.js +104 -0
- package/dist/extension/component/Image/Crop.d.ts +12 -0
- package/dist/extension/component/Image/Crop.js +218 -0
- package/dist/extension/component/Image/Insert.d.ts +10 -0
- package/dist/extension/component/Image/Insert.js +309 -0
- package/dist/extension/component/Image/Readonly.d.ts +8 -0
- package/dist/extension/component/Image/Readonly.js +52 -0
- package/dist/extension/component/Image/index.d.ts +21 -0
- package/dist/extension/component/Image/index.js +372 -0
- package/dist/extension/component/Link/Insert.d.ts +10 -0
- package/dist/extension/component/Link/Insert.js +253 -0
- package/dist/extension/component/Link/Readonly.d.ts +8 -0
- package/dist/extension/component/Link/Readonly.js +102 -0
- package/dist/extension/component/Link/index.d.ts +12 -0
- package/dist/extension/component/Link/index.js +510 -0
- package/dist/extension/component/Mathematics/block/Readonly.d.ts +9 -0
- package/dist/extension/component/Mathematics/block/Readonly.js +36 -0
- package/dist/extension/component/Mathematics/block/index.d.ts +8 -0
- package/dist/extension/component/Mathematics/block/index.js +149 -0
- package/dist/extension/component/Mathematics/index.d.ts +3 -0
- package/dist/extension/component/Mathematics/index.js +3 -0
- package/dist/extension/component/Mathematics/inline/Readonly.d.ts +9 -0
- package/dist/extension/component/Mathematics/inline/Readonly.js +34 -0
- package/dist/extension/component/Mathematics/inline/index.d.ts +8 -0
- package/dist/extension/component/Mathematics/inline/index.js +148 -0
- package/dist/extension/component/MentionList/index.d.ts +13 -0
- package/dist/extension/component/MentionList/index.js +92 -0
- package/dist/extension/component/SlashCommandsList/index.d.ts +4 -0
- package/dist/extension/component/SlashCommandsList/index.js +121 -0
- package/dist/extension/component/Table/ContextMenu.d.ts +10 -0
- package/dist/extension/component/Table/ContextMenu.js +228 -0
- package/dist/extension/component/Table/TableContextMenuPlugin.d.ts +9 -0
- package/dist/extension/component/Table/TableContextMenuPlugin.js +272 -0
- package/dist/extension/component/Table/index.d.ts +2 -0
- package/dist/extension/component/Table/index.js +2 -0
- package/dist/extension/component/UploadProgress/index.d.ts +10 -0
- package/dist/extension/component/UploadProgress/index.js +103 -0
- package/dist/extension/component/Video/Insert.d.ts +10 -0
- package/dist/extension/component/Video/Insert.js +257 -0
- package/dist/extension/component/Video/Readonly.d.ts +8 -0
- package/dist/extension/component/Video/Readonly.js +41 -0
- package/dist/extension/component/Video/index.d.ts +14 -0
- package/dist/extension/component/Video/index.js +166 -0
- package/dist/extension/extension/SlashCommands.d.ts +3 -0
- package/dist/extension/extension/SlashCommands.js +25 -0
- package/dist/extension/extension/index.d.ts +1 -0
- package/dist/extension/extension/index.js +1 -0
- package/dist/extension/index.d.ts +2 -0
- package/dist/extension/index.js +176 -0
- package/dist/extension/mark/Link.d.ts +0 -0
- package/dist/extension/mark/Link.js +58 -0
- package/dist/extension/mark/index.d.ts +0 -0
- package/dist/extension/mark/index.js +1 -0
- package/dist/extension/node/Attachment.d.ts +28 -0
- package/dist/extension/node/Attachment.js +227 -0
- package/dist/extension/node/Audio.d.ts +23 -0
- package/dist/extension/node/Audio.js +194 -0
- package/dist/extension/node/CodeBlockLowlight.d.ts +1 -0
- package/dist/extension/node/CodeBlockLowlight.js +40 -0
- package/dist/extension/node/Details.d.ts +3 -0
- package/dist/extension/node/Details.js +39 -0
- package/dist/extension/node/Emoji.d.ts +1 -0
- package/dist/extension/node/Emoji.js +7 -0
- package/dist/extension/node/FileHandler.d.ts +4 -0
- package/dist/extension/node/FileHandler.js +294 -0
- package/dist/extension/node/Image.d.ts +3 -0
- package/dist/extension/node/Image.js +38 -0
- package/dist/extension/node/Link/helpers/autolink.d.ts +15 -0
- package/dist/extension/node/Link/helpers/autolink.js +162 -0
- package/dist/extension/node/Link/helpers/clickHandler.d.ts +10 -0
- package/dist/extension/node/Link/helpers/clickHandler.js +46 -0
- package/dist/extension/node/Link/helpers/pasteHandler.d.ts +10 -0
- package/dist/extension/node/Link/helpers/pasteHandler.js +32 -0
- package/dist/extension/node/Link/helpers/whitespace.d.ts +4 -0
- package/dist/extension/node/Link/helpers/whitespace.js +6 -0
- package/dist/extension/node/Link/index.d.ts +162 -0
- package/dist/extension/node/Link/index.js +461 -0
- package/dist/extension/node/ListKit.d.ts +2 -0
- package/dist/extension/node/ListKit.js +23 -0
- package/dist/extension/node/Mathematics.d.ts +27 -0
- package/dist/extension/node/Mathematics.js +97 -0
- package/dist/extension/node/Mention.d.ts +2 -0
- package/dist/extension/node/Mention.js +10 -0
- package/dist/extension/node/Table.d.ts +5 -0
- package/dist/extension/node/Table.js +174 -0
- package/dist/extension/node/TableOfContents/index.d.ts +9 -0
- package/dist/extension/node/TableOfContents/index.js +391 -0
- package/dist/extension/node/TableOfContents/plugin.d.ts +6 -0
- package/dist/extension/node/TableOfContents/plugin.js +58 -0
- package/dist/extension/node/TableOfContents/type.d.ts +45 -0
- package/dist/extension/node/TableOfContents/type.js +1 -0
- package/dist/extension/node/TableOfContents/utils.d.ts +6 -0
- package/dist/extension/node/TableOfContents/utils.js +70 -0
- package/dist/extension/node/UploadProgress.d.ts +21 -0
- package/dist/extension/node/UploadProgress.js +135 -0
- package/dist/extension/node/VerticalAlign.d.ts +49 -0
- package/dist/extension/node/VerticalAlign.js +88 -0
- package/dist/extension/node/Video.d.ts +23 -0
- package/dist/extension/node/Video.js +195 -0
- package/dist/extension/node/Youtube.d.ts +3 -0
- package/dist/extension/node/Youtube.js +14 -0
- package/dist/extension/node/index.d.ts +17 -0
- package/dist/extension/node/index.js +17 -0
- package/dist/extension/suggestion/emoji.d.ts +3 -0
- package/dist/extension/suggestion/emoji.js +57 -0
- package/dist/extension/suggestion/mention.d.ts +4 -0
- package/dist/extension/suggestion/mention.js +88 -0
- package/dist/extension/suggestion/slash.d.ts +34 -0
- package/dist/extension/suggestion/slash.js +63 -0
- package/dist/hook/fn.d.ts +13 -0
- package/dist/hook/fn.js +37 -0
- package/dist/hook/index.d.ts +4 -0
- package/dist/hook/index.js +110 -0
- package/dist/index.css +372 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +7 -0
- package/dist/themes/color.d.ts +5 -0
- package/dist/themes/color.js +4 -0
- package/dist/themes/componentStyleOverrides.d.ts +396 -0
- package/dist/themes/componentStyleOverrides.js +431 -0
- package/dist/themes/custom.d.ts +5 -0
- package/dist/themes/custom.js +4 -0
- package/dist/themes/dark.d.ts +86 -0
- package/dist/themes/dark.js +86 -0
- package/dist/themes/index.d.ts +19 -0
- package/dist/themes/index.js +37 -0
- package/dist/themes/light.d.ts +86 -0
- package/dist/themes/light.js +86 -0
- package/dist/themes/palette.d.ts +94 -0
- package/dist/themes/palette.js +24 -0
- package/dist/themes/shadows.d.ts +2 -0
- package/dist/themes/shadows.js +3 -0
- package/dist/themes/themeContext.d.ts +8 -0
- package/dist/themes/themeContext.js +3 -0
- package/dist/themes/typography.d.ts +6 -0
- package/dist/themes/typography.js +8 -0
- package/dist/type/index.d.ts +112 -0
- package/dist/type/index.js +1 -0
- package/dist/types/images.d.ts +19 -0
- package/dist/util/fileDownload.d.ts +16 -0
- package/dist/util/fileDownload.js +268 -0
- package/dist/util/fileHandler.d.ts +7 -0
- package/dist/util/fileHandler.js +79 -0
- package/dist/util/floating.d.ts +2 -0
- package/dist/util/floating.js +22 -0
- package/dist/util/index.d.ts +11 -0
- package/dist/util/index.js +39 -0
- package/dist/util/migrateMathStrings.d.ts +73 -0
- package/dist/util/migrateMathStrings.js +192 -0
- package/dist/util/resourceExtractor.d.ts +15 -0
- package/dist/util/resourceExtractor.js +62 -0
- package/dist/util/shortcutKey.d.ts +2 -0
- package/dist/util/shortcutKey.js +9 -0
- package/package.json +135 -0
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { addOpacityToColor } from "../util";
|
|
8
|
+
import { custom } from "./color";
|
|
9
|
+
export default function componentStyleOverrides(color) {
|
|
10
|
+
return {
|
|
11
|
+
MuiTabs: {
|
|
12
|
+
styleOverrides: {
|
|
13
|
+
root: {
|
|
14
|
+
borderRadius: '10px !important',
|
|
15
|
+
overflow: 'hidden',
|
|
16
|
+
minHeight: '36px',
|
|
17
|
+
height: '36px',
|
|
18
|
+
padding: '0px !important'
|
|
19
|
+
},
|
|
20
|
+
indicator: {
|
|
21
|
+
borderRadius: '0px !important',
|
|
22
|
+
overflow: 'hidden',
|
|
23
|
+
backgroundColor: '#21222D !important'
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
MuiTab: {
|
|
28
|
+
styleOverrides: {
|
|
29
|
+
root: {
|
|
30
|
+
borderRadius: '0px !important',
|
|
31
|
+
fontWeight: 'normal',
|
|
32
|
+
fontSize: '14px !important',
|
|
33
|
+
lineHeight: '34px',
|
|
34
|
+
padding: '0 16px !important'
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
MuiButton: {
|
|
39
|
+
styleOverrides: {
|
|
40
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
41
|
+
root: function root(_ref) {
|
|
42
|
+
var ownerState = _ref.ownerState;
|
|
43
|
+
return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
44
|
+
height: '36px',
|
|
45
|
+
fontSize: 14,
|
|
46
|
+
lineHeight: '36px',
|
|
47
|
+
paddingLeft: '16px',
|
|
48
|
+
paddingRight: '16px',
|
|
49
|
+
boxShadow: 'none',
|
|
50
|
+
transition: 'all 0.2s ease-in-out',
|
|
51
|
+
borderRadius: '10px',
|
|
52
|
+
fontWeight: '400'
|
|
53
|
+
}, ownerState.variant === 'contained' && {
|
|
54
|
+
color: color.text.inverse,
|
|
55
|
+
backgroundColor: color.text.primary
|
|
56
|
+
}), ownerState.variant === 'text' && {}), ownerState.variant === 'outlined' && {
|
|
57
|
+
color: color.text.primary,
|
|
58
|
+
border: "1px solid ".concat(color.text.primary)
|
|
59
|
+
}), ownerState.disabled === true && {
|
|
60
|
+
cursor: 'not-allowed !important'
|
|
61
|
+
}), ownerState.size === 'small' && {
|
|
62
|
+
height: '32px',
|
|
63
|
+
lineHeight: '32px'
|
|
64
|
+
}), {}, {
|
|
65
|
+
'&:hover': _objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
66
|
+
boxShadow: 'none'
|
|
67
|
+
}, ownerState.variant === 'contained' && {
|
|
68
|
+
backgroundColor: addOpacityToColor(color.text.primary, 0.9)
|
|
69
|
+
}), ownerState.variant === 'text' && {
|
|
70
|
+
backgroundColor: color.background.paper3
|
|
71
|
+
}), ownerState.variant === 'outlined' && {
|
|
72
|
+
backgroundColor: color.background.paper3
|
|
73
|
+
}), ownerState.color === 'neutral' && {
|
|
74
|
+
color: color.text.primary
|
|
75
|
+
})
|
|
76
|
+
});
|
|
77
|
+
},
|
|
78
|
+
startIcon: {
|
|
79
|
+
marginLeft: 0,
|
|
80
|
+
marginRight: 8,
|
|
81
|
+
'>*:nth-of-type(1)': {
|
|
82
|
+
fontSize: 14
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
MuiTooltip: {
|
|
88
|
+
styleOverrides: {
|
|
89
|
+
tooltip: {
|
|
90
|
+
borderRadius: '10px',
|
|
91
|
+
maxWidth: '600px',
|
|
92
|
+
padding: '8px 16px',
|
|
93
|
+
backgroundColor: color.text.primary,
|
|
94
|
+
fontSize: '12px',
|
|
95
|
+
lineHeight: '20px',
|
|
96
|
+
color: color.primary.contrastText
|
|
97
|
+
},
|
|
98
|
+
arrow: {
|
|
99
|
+
color: color.text.primary
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
MuiFormHelperText: {
|
|
104
|
+
styleOverrides: {
|
|
105
|
+
root: {
|
|
106
|
+
color: color.error.main
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
MuiFormControl: {
|
|
111
|
+
styleOverrides: {
|
|
112
|
+
root: {
|
|
113
|
+
'.MuiFormLabel-asterisk': {
|
|
114
|
+
color: color.error.main
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
MuiFormControlLabel: {
|
|
120
|
+
styleOverrides: {
|
|
121
|
+
root: {
|
|
122
|
+
marginLeft: '0 !important'
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
MuiTableBody: {
|
|
127
|
+
styleOverrides: {
|
|
128
|
+
root: {
|
|
129
|
+
'.MuiTableRow-root:hover': {
|
|
130
|
+
'.MuiTableCell-root:not(.cx-table-empty-td)': {
|
|
131
|
+
backgroundColor: color.table.row.hoverColor,
|
|
132
|
+
overflowX: 'hidden',
|
|
133
|
+
'.primary-color': {
|
|
134
|
+
color: color.primary.main
|
|
135
|
+
},
|
|
136
|
+
'.no-title-url': {
|
|
137
|
+
color: "".concat(color.primary.main, " !important")
|
|
138
|
+
},
|
|
139
|
+
'.error-color': {
|
|
140
|
+
opacity: 1
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
MuiCheckbox: {
|
|
148
|
+
styleOverrides: {
|
|
149
|
+
root: {
|
|
150
|
+
padding: 0,
|
|
151
|
+
svg: {
|
|
152
|
+
fontSize: '18px'
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
MuiTableCell: {
|
|
158
|
+
styleOverrides: {
|
|
159
|
+
root: {
|
|
160
|
+
background: color.background.paper,
|
|
161
|
+
lineHeight: 1.5,
|
|
162
|
+
fontSize: '14px',
|
|
163
|
+
paddingTop: '16px !important',
|
|
164
|
+
paddingBottom: '16px !important',
|
|
165
|
+
paddingLeft: 0,
|
|
166
|
+
'&:first-of-type': {
|
|
167
|
+
paddingLeft: '0px'
|
|
168
|
+
},
|
|
169
|
+
'&:not(:first-of-type)': {
|
|
170
|
+
paddingLeft: '0px'
|
|
171
|
+
},
|
|
172
|
+
'.MuiCheckbox-root': {
|
|
173
|
+
color: '#CCCCCC',
|
|
174
|
+
svg: {
|
|
175
|
+
fontSize: '16px'
|
|
176
|
+
},
|
|
177
|
+
'&.Mui-checked': {
|
|
178
|
+
color: color.text.primary
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
head: {
|
|
183
|
+
backgroundColor: color.background.paper3,
|
|
184
|
+
color: color.table.head.color,
|
|
185
|
+
fontSize: '12px',
|
|
186
|
+
paddingTop: '0 !important',
|
|
187
|
+
paddingBottom: '0 !important',
|
|
188
|
+
borderSpacing: '12px',
|
|
189
|
+
zIndex: 100
|
|
190
|
+
},
|
|
191
|
+
body: {
|
|
192
|
+
borderBottom: '1px dashed',
|
|
193
|
+
borderColor: color.table.cell.borderColor,
|
|
194
|
+
borderSpacing: '12px'
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
MuiPopover: {
|
|
199
|
+
styleOverrides: {
|
|
200
|
+
paper: {
|
|
201
|
+
borderRadius: '10px',
|
|
202
|
+
boxShadow: custom.selectPopupBoxShadow
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
MuiMenu: {
|
|
207
|
+
styleOverrides: {
|
|
208
|
+
paper: {
|
|
209
|
+
padding: '4px',
|
|
210
|
+
borderRadius: '10px',
|
|
211
|
+
backgroundColor: color.background.paper,
|
|
212
|
+
boxShadow: custom.selectPopupBoxShadow
|
|
213
|
+
},
|
|
214
|
+
list: {
|
|
215
|
+
paddingTop: '0px !important',
|
|
216
|
+
paddingBottom: '0px !important'
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
defaultProps: {
|
|
220
|
+
elevation: 0
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
MuiMenuItem: {
|
|
224
|
+
styleOverrides: {
|
|
225
|
+
root: {
|
|
226
|
+
height: '40px',
|
|
227
|
+
borderRadius: '5px',
|
|
228
|
+
':hover': {
|
|
229
|
+
backgroundColor: color.background.paper3
|
|
230
|
+
},
|
|
231
|
+
'&.Mui-selected': {
|
|
232
|
+
fontWeight: '500',
|
|
233
|
+
backgroundColor: "".concat(custom.selectedMenuItemBgColor, " !important"),
|
|
234
|
+
color: color.primary.main
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
MuiPaper: {
|
|
240
|
+
defaultProps: {
|
|
241
|
+
elevation: 1
|
|
242
|
+
},
|
|
243
|
+
styleOverrides: {
|
|
244
|
+
root: function root(_ref2) {
|
|
245
|
+
var ownerState = _ref2.ownerState;
|
|
246
|
+
return _objectSpread(_objectSpread(_objectSpread({}, ownerState.elevation === 0 && {
|
|
247
|
+
backgroundColor: color.background.paper2
|
|
248
|
+
}), ownerState.elevation === 2 && {
|
|
249
|
+
backgroundColor: color.background.paper3
|
|
250
|
+
}), {}, {
|
|
251
|
+
backgroundImage: 'none'
|
|
252
|
+
});
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
MuiChip: {
|
|
257
|
+
styleOverrides: {
|
|
258
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
259
|
+
root: function root(_ref3) {
|
|
260
|
+
var ownerState = _ref3.ownerState;
|
|
261
|
+
return _objectSpread(_objectSpread({
|
|
262
|
+
height: '24px',
|
|
263
|
+
lineHeight: '24px',
|
|
264
|
+
borderRadius: '8px',
|
|
265
|
+
'.MuiChip-label': {
|
|
266
|
+
padding: '0 8px 0 4px'
|
|
267
|
+
}
|
|
268
|
+
}, ownerState.color === 'default' && {
|
|
269
|
+
backgroundColor: color.background.chip,
|
|
270
|
+
borderColor: color.text.disabled,
|
|
271
|
+
'.Mui-focusVisible': {
|
|
272
|
+
backgroundColor: color.background.chip
|
|
273
|
+
}
|
|
274
|
+
}), ownerState.color === 'error' && {
|
|
275
|
+
backgroundColor: addOpacityToColor(color.error.main, 0.1)
|
|
276
|
+
});
|
|
277
|
+
},
|
|
278
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
279
|
+
label: function label(_ref4) {
|
|
280
|
+
var ownerState = _ref4.ownerState;
|
|
281
|
+
return _objectSpread({
|
|
282
|
+
padding: '0 14px',
|
|
283
|
+
fontSize: '14px',
|
|
284
|
+
lineHeight: '24px'
|
|
285
|
+
}, ownerState.color === 'default' && {
|
|
286
|
+
color: color.text.primary
|
|
287
|
+
});
|
|
288
|
+
},
|
|
289
|
+
deleteIcon: {
|
|
290
|
+
fontSize: '14px',
|
|
291
|
+
color: color.text.disabled
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
MuiAppBar: {
|
|
296
|
+
defaultProps: {
|
|
297
|
+
elevation: 1
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
MuiDialog: {
|
|
301
|
+
styleOverrides: {
|
|
302
|
+
root: {
|
|
303
|
+
'h2.MuiTypography-root button': {
|
|
304
|
+
marginRight: '2px'
|
|
305
|
+
},
|
|
306
|
+
'.MuiDialogActions-root': {
|
|
307
|
+
paddingTop: '24px',
|
|
308
|
+
button: {
|
|
309
|
+
width: '88px',
|
|
310
|
+
height: '36px !important'
|
|
311
|
+
},
|
|
312
|
+
'.MuiButton-text': {
|
|
313
|
+
width: 'auto',
|
|
314
|
+
minWidth: 'auto',
|
|
315
|
+
color: "".concat(color.text.primary, " !important")
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
container: {
|
|
320
|
+
height: '100vh',
|
|
321
|
+
bgcolor: color.text.secondary,
|
|
322
|
+
backdropFilter: 'blur(5px)'
|
|
323
|
+
},
|
|
324
|
+
paper: {
|
|
325
|
+
pb: 1,
|
|
326
|
+
border: '1px solid',
|
|
327
|
+
borderColor: color.divider,
|
|
328
|
+
borderRadius: '10px',
|
|
329
|
+
backgroundColor: color.background.paper,
|
|
330
|
+
textarea: {
|
|
331
|
+
borderRadius: '8px 8px 0 8px'
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
MuiDialogTitle: {
|
|
337
|
+
styleOverrides: {
|
|
338
|
+
root: {
|
|
339
|
+
paddingTop: '24px',
|
|
340
|
+
'> button': {
|
|
341
|
+
top: '20px'
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
MuiAlert: {
|
|
347
|
+
styleOverrides: {
|
|
348
|
+
root: {
|
|
349
|
+
lineHeight: '22px',
|
|
350
|
+
paddingTop: '1px',
|
|
351
|
+
paddingBottom: '1px',
|
|
352
|
+
borderRadius: '10px',
|
|
353
|
+
boxShadow: 'none'
|
|
354
|
+
},
|
|
355
|
+
icon: {
|
|
356
|
+
padding: '10px 0'
|
|
357
|
+
},
|
|
358
|
+
standardInfo: {
|
|
359
|
+
backgroundColor: addOpacityToColor(color.primary.main, 0.1),
|
|
360
|
+
color: color.text.primary
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
MuiRadio: {
|
|
365
|
+
styleOverrides: {
|
|
366
|
+
root: {
|
|
367
|
+
padding: 0,
|
|
368
|
+
paddingRight: '8px'
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
MuiTextField: {
|
|
373
|
+
styleOverrides: {
|
|
374
|
+
root: {
|
|
375
|
+
label: {
|
|
376
|
+
color: color.text.secondary
|
|
377
|
+
},
|
|
378
|
+
'label.Mui-focused': {
|
|
379
|
+
color: color.text.primary
|
|
380
|
+
},
|
|
381
|
+
'& .MuiInputBase-input::placeholder': {
|
|
382
|
+
fontSize: '12px'
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
MuiInputBase: {
|
|
388
|
+
styleOverrides: {
|
|
389
|
+
root: {
|
|
390
|
+
borderRadius: '10px !important',
|
|
391
|
+
backgroundColor: color.background.paper3,
|
|
392
|
+
'.MuiOutlinedInput-notchedOutline': {
|
|
393
|
+
borderColor: "".concat(color.background.paper3, " !important"),
|
|
394
|
+
borderWidth: '1px !important'
|
|
395
|
+
},
|
|
396
|
+
'&.Mui-focused': {
|
|
397
|
+
'.MuiOutlinedInput-notchedOutline': {
|
|
398
|
+
borderColor: "".concat(color.text.primary, " !important"),
|
|
399
|
+
borderWidth: '1px !important'
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
'&:hover': {
|
|
403
|
+
'.MuiOutlinedInput-notchedOutline': {
|
|
404
|
+
borderColor: "".concat(color.text.primary, " !important"),
|
|
405
|
+
borderWidth: '1px !important'
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
input: {
|
|
409
|
+
height: '19px',
|
|
410
|
+
'&.Mui-disabled': {
|
|
411
|
+
color: "".concat(color.text.secondary, " !important"),
|
|
412
|
+
WebkitTextFillColor: "".concat(color.text.secondary, " !important")
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
MuiSelect: {
|
|
419
|
+
styleOverrides: {
|
|
420
|
+
root: {
|
|
421
|
+
height: '36px',
|
|
422
|
+
borderRadius: '10px !important',
|
|
423
|
+
backgroundColor: color.background.paper3
|
|
424
|
+
},
|
|
425
|
+
select: {
|
|
426
|
+
paddingRight: '0 !important'
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
};
|
|
431
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
declare const dark: {
|
|
2
|
+
primary: {
|
|
3
|
+
main: string;
|
|
4
|
+
contrastText: string;
|
|
5
|
+
};
|
|
6
|
+
secondary: {
|
|
7
|
+
main: string;
|
|
8
|
+
lighter: string;
|
|
9
|
+
light: string;
|
|
10
|
+
dark: string;
|
|
11
|
+
darker: string;
|
|
12
|
+
contrastText: string;
|
|
13
|
+
};
|
|
14
|
+
info: {
|
|
15
|
+
main: string;
|
|
16
|
+
lighter: string;
|
|
17
|
+
light: string;
|
|
18
|
+
dark: string;
|
|
19
|
+
darker: string;
|
|
20
|
+
contrastText: string;
|
|
21
|
+
};
|
|
22
|
+
success: {
|
|
23
|
+
main: string;
|
|
24
|
+
lighter: string;
|
|
25
|
+
light: string;
|
|
26
|
+
dark: string;
|
|
27
|
+
darker: string;
|
|
28
|
+
contrastText: string;
|
|
29
|
+
};
|
|
30
|
+
warning: {
|
|
31
|
+
main: string;
|
|
32
|
+
lighter: string;
|
|
33
|
+
light: string;
|
|
34
|
+
dark: string;
|
|
35
|
+
darker: string;
|
|
36
|
+
contrastText: string;
|
|
37
|
+
};
|
|
38
|
+
neutral: {
|
|
39
|
+
main: string;
|
|
40
|
+
contrastText: string;
|
|
41
|
+
};
|
|
42
|
+
error: {
|
|
43
|
+
main: string;
|
|
44
|
+
lighter: string;
|
|
45
|
+
light: string;
|
|
46
|
+
dark: string;
|
|
47
|
+
darker: string;
|
|
48
|
+
contrastText: string;
|
|
49
|
+
};
|
|
50
|
+
text: {
|
|
51
|
+
primary: string;
|
|
52
|
+
secondary: string;
|
|
53
|
+
auxiliary: string;
|
|
54
|
+
disabled: string;
|
|
55
|
+
slave: string;
|
|
56
|
+
inverse: string;
|
|
57
|
+
inverseAuxiliary: string;
|
|
58
|
+
inverseDisabled: string;
|
|
59
|
+
};
|
|
60
|
+
divider: string;
|
|
61
|
+
background: {
|
|
62
|
+
paper2: string;
|
|
63
|
+
paper: string;
|
|
64
|
+
paper3: string;
|
|
65
|
+
default: string;
|
|
66
|
+
chip: string;
|
|
67
|
+
circle: string;
|
|
68
|
+
};
|
|
69
|
+
shadows: string;
|
|
70
|
+
table: {
|
|
71
|
+
head: {
|
|
72
|
+
backgroundColor: string;
|
|
73
|
+
color: string;
|
|
74
|
+
};
|
|
75
|
+
row: {
|
|
76
|
+
hoverColor: string;
|
|
77
|
+
};
|
|
78
|
+
cell: {
|
|
79
|
+
borderColor: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
charts: {
|
|
83
|
+
color: string[];
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
export default dark;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
var dark = {
|
|
2
|
+
primary: {
|
|
3
|
+
main: '#3248F2',
|
|
4
|
+
contrastText: '#000'
|
|
5
|
+
},
|
|
6
|
+
secondary: {
|
|
7
|
+
main: '#2196F3',
|
|
8
|
+
lighter: '#D6E4FF',
|
|
9
|
+
light: '#84A9FF',
|
|
10
|
+
dark: '#1939B7',
|
|
11
|
+
darker: '#091A7A',
|
|
12
|
+
contrastText: '#fff'
|
|
13
|
+
},
|
|
14
|
+
info: {
|
|
15
|
+
main: '#1890FF',
|
|
16
|
+
lighter: '#D0F2FF',
|
|
17
|
+
light: '#74CAFF',
|
|
18
|
+
dark: '#0C53B7',
|
|
19
|
+
darker: '#04297A',
|
|
20
|
+
contrastText: '#fff'
|
|
21
|
+
},
|
|
22
|
+
success: {
|
|
23
|
+
main: '#00DF98',
|
|
24
|
+
lighter: '#E9FCD4',
|
|
25
|
+
light: '#AAF27F',
|
|
26
|
+
dark: '#229A16',
|
|
27
|
+
darker: '#08660D',
|
|
28
|
+
contrastText: 'rgba(0,0,0,0.7)'
|
|
29
|
+
},
|
|
30
|
+
warning: {
|
|
31
|
+
main: '#F7B500',
|
|
32
|
+
lighter: '#FFF7CD',
|
|
33
|
+
light: '#FFE16A',
|
|
34
|
+
dark: '#B78103',
|
|
35
|
+
darker: '#7A4F01',
|
|
36
|
+
contrastText: 'rgba(0,0,0,0.7)'
|
|
37
|
+
},
|
|
38
|
+
neutral: {
|
|
39
|
+
main: '#1A1A1A',
|
|
40
|
+
contrastText: 'rgba(255, 255, 255, 0.60)'
|
|
41
|
+
},
|
|
42
|
+
error: {
|
|
43
|
+
main: '#D93940',
|
|
44
|
+
lighter: '#FFE7D9',
|
|
45
|
+
light: '#FFA48D',
|
|
46
|
+
dark: '#B72136',
|
|
47
|
+
darker: '#7A0C2E',
|
|
48
|
+
contrastText: '#fff'
|
|
49
|
+
},
|
|
50
|
+
text: {
|
|
51
|
+
primary: '#fff',
|
|
52
|
+
secondary: 'rgba(255,255,255,0.7)',
|
|
53
|
+
auxiliary: 'rgba(255,255,255,0.5)',
|
|
54
|
+
disabled: 'rgba(255,255,255,0.26)',
|
|
55
|
+
slave: 'rgba(255,255,255,0.05)',
|
|
56
|
+
inverse: '#000000',
|
|
57
|
+
inverseAuxiliary: 'rgba(0,0,0,0.5)',
|
|
58
|
+
inverseDisabled: 'rgba(0,0,0,0.15)'
|
|
59
|
+
},
|
|
60
|
+
divider: '#ededed',
|
|
61
|
+
background: {
|
|
62
|
+
paper2: '#060608',
|
|
63
|
+
paper: '#18181b',
|
|
64
|
+
paper3: '#27272a',
|
|
65
|
+
default: 'rgba(255,255,255,0.6)',
|
|
66
|
+
chip: 'rgba(145,147,171,0.16)',
|
|
67
|
+
circle: '#3B476A'
|
|
68
|
+
},
|
|
69
|
+
shadows: 'transparent',
|
|
70
|
+
table: {
|
|
71
|
+
head: {
|
|
72
|
+
backgroundColor: '#484848',
|
|
73
|
+
color: '#fff'
|
|
74
|
+
},
|
|
75
|
+
row: {
|
|
76
|
+
hoverColor: 'rgba(48, 58, 70, 0.4)'
|
|
77
|
+
},
|
|
78
|
+
cell: {
|
|
79
|
+
borderColor: '#484848'
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
charts: {
|
|
83
|
+
color: ['#7267EF', '#36B37E']
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
export default dark;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare module '@mui/material/styles' {
|
|
2
|
+
interface Palette {
|
|
3
|
+
neutral: Palette['primary'];
|
|
4
|
+
}
|
|
5
|
+
interface PaletteOptions {
|
|
6
|
+
neutral: PaletteOptions['primary'];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
declare module '@mui/material/Button' {
|
|
10
|
+
interface ButtonPropsColorOverrides {
|
|
11
|
+
neutral: true;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export declare const theme: <T extends string = "light" | "dark">({ mode, colors, theme: customTheme, }: {
|
|
15
|
+
mode: T;
|
|
16
|
+
colors?: Record<T, any> | undefined;
|
|
17
|
+
theme?: any;
|
|
18
|
+
}) => import("@mui/material/styles").Theme;
|
|
19
|
+
export default theme;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { zhCN } from '@mui/material/locale';
|
|
8
|
+
import { createTheme } from '@mui/material/styles';
|
|
9
|
+
import { deepmerge } from '@mui/utils';
|
|
10
|
+
import { dark, light } from "./color";
|
|
11
|
+
import componentStyleOverrides from "./componentStyleOverrides";
|
|
12
|
+
import themePalette from "./palette";
|
|
13
|
+
import shadows from "./shadows";
|
|
14
|
+
import themeTypography from "./typography";
|
|
15
|
+
export var theme = function theme(_ref) {
|
|
16
|
+
var mode = _ref.mode,
|
|
17
|
+
colors = _ref.colors,
|
|
18
|
+
_ref$theme = _ref.theme,
|
|
19
|
+
customTheme = _ref$theme === void 0 ? {} : _ref$theme;
|
|
20
|
+
var color = colors ? colors[mode] : mode === 'light' ? light : dark;
|
|
21
|
+
var themeOptions = {
|
|
22
|
+
cssVariables: true,
|
|
23
|
+
shape: {
|
|
24
|
+
borderRadius: 10
|
|
25
|
+
},
|
|
26
|
+
palette: customTheme.palette ? customTheme.palette(color, mode) : themePalette(color, mode),
|
|
27
|
+
shadows: shadows(color),
|
|
28
|
+
typography: themeTypography(),
|
|
29
|
+
components: customTheme.components ? customTheme.components(color) : componentStyleOverrides(color)
|
|
30
|
+
};
|
|
31
|
+
var otherOptions = _objectSpread({}, customTheme);
|
|
32
|
+
if (otherOptions.palette) delete otherOptions.palette;
|
|
33
|
+
if (otherOptions.components) delete otherOptions.components;
|
|
34
|
+
var themes = createTheme(deepmerge(themeOptions, otherOptions), zhCN);
|
|
35
|
+
return themes;
|
|
36
|
+
};
|
|
37
|
+
export default theme;
|