@manuscripts/style-guide 3.3.7 → 3.3.9
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/cjs/components/AlertMessage.js +2 -23
- package/dist/cjs/components/AutoSaveInput.js +2 -16
- package/dist/cjs/components/Avatar.js +3 -50
- package/dist/cjs/components/Button.js +5 -1
- package/dist/cjs/components/ContextMenu.js +5 -22
- package/dist/cjs/components/Dialog.js +5 -38
- package/dist/cjs/components/DraggableModal.js +4 -52
- package/dist/cjs/components/Drawer.js +2 -10
- package/dist/cjs/components/InspectorSection.js +5 -58
- package/dist/cjs/components/LoadingOverlay.js +3 -5
- package/dist/cjs/components/Menus/Menus.js +9 -28
- package/dist/cjs/components/Menus/Shortcut.js +3 -18
- package/dist/cjs/components/Menus/Submenu.js +7 -28
- package/dist/cjs/components/Message.js +2 -4
- package/dist/cjs/components/MultiValueInput.js +3 -39
- package/dist/cjs/components/NavDropdown.js +2 -23
- package/dist/cjs/components/RadioButton.js +2 -19
- package/dist/cjs/components/RelativeDate.js +3 -21
- package/dist/cjs/components/Resizer/Resizer.js +2 -2
- package/dist/cjs/components/Resizer/ResizerButton.js +2 -1
- package/dist/cjs/components/RichText/RichText.js +3 -35
- package/dist/cjs/components/RichText/RichTextField.js +3 -35
- package/dist/cjs/components/SaveStatus.js +5 -31
- package/dist/cjs/components/SelectField.js +2 -17
- package/dist/cjs/components/SelectedItemsBox.js +2 -5
- package/dist/cjs/components/StyledModal.js +4 -18
- package/dist/cjs/components/SystemUserAvatar.js +3 -50
- package/dist/cjs/components/TextField.js +2 -22
- package/dist/cjs/components/TextFieldContainer.js +2 -22
- package/dist/cjs/components/TextFieldError.js +2 -19
- package/dist/cjs/components/TextFieldGroupContainer.js +2 -22
- package/dist/cjs/components/ToggleHeader.js +3 -20
- package/dist/cjs/components/Tooltip.js +3 -4
- package/dist/cjs/components/icons/add-author.js +2 -23
- package/dist/cjs/components/icons/add-comment.js +2 -25
- package/dist/cjs/components/icons/add-figure.js +2 -23
- package/dist/cjs/components/icons/add-institution.js +2 -20
- package/dist/cjs/components/icons/add-new.js +2 -7
- package/dist/cjs/components/icons/add-outline.js +2 -8
- package/dist/cjs/components/icons/add-role.js +2 -8
- package/dist/cjs/components/icons/add-user.js +2 -8
- package/dist/cjs/components/icons/add.js +2 -8
- package/dist/cjs/components/icons/added.js +2 -7
- package/dist/cjs/components/icons/affiliation-placeholder.js +2 -39
- package/dist/cjs/components/icons/affiliation.js +2 -7
- package/dist/cjs/components/icons/alert.js +2 -6
- package/dist/cjs/components/icons/arrow-down-circle.js +2 -7
- package/dist/cjs/components/icons/arrow-down.js +2 -6
- package/dist/cjs/components/icons/arrow-left.js +2 -6
- package/dist/cjs/components/icons/arrow-up.js +2 -6
- package/dist/cjs/components/icons/attach.js +2 -21
- package/dist/cjs/components/icons/attention-blue.js +2 -10
- package/dist/cjs/components/icons/attention-green.js +2 -7
- package/dist/cjs/components/icons/attention-orange.js +2 -12
- package/dist/cjs/components/icons/attention-red.js +2 -10
- package/dist/cjs/components/icons/author-placeholder.js +2 -46
- package/dist/cjs/components/icons/avatar.js +2 -8
- package/dist/cjs/components/icons/book.js +2 -22
- package/dist/cjs/components/icons/chat.js +2 -23
- package/dist/cjs/components/icons/circle-tick-animation.js +4 -8
- package/dist/cjs/components/icons/citation-count.js +2 -6
- package/dist/cjs/components/icons/comment-reply.js +2 -6
- package/dist/cjs/components/icons/comment-resolve.js +2 -21
- package/dist/cjs/components/icons/comment.js +2 -25
- package/dist/cjs/components/icons/corresponding-author.js +2 -12
- package/dist/cjs/components/icons/danger.js +2 -10
- package/dist/cjs/components/icons/delete-solid.js +2 -6
- package/dist/cjs/components/icons/deleted.js +2 -11
- package/dist/cjs/components/icons/dots.js +2 -23
- package/dist/cjs/components/icons/draggable-icon.js +2 -13
- package/dist/cjs/components/icons/edit-attrs-tracking.js +2 -7
- package/dist/cjs/components/icons/edit.js +2 -6
- package/dist/cjs/components/icons/file-audio.js +2 -23
- package/dist/cjs/components/icons/file-code.js +2 -23
- package/dist/cjs/components/icons/file-compressed.js +2 -30
- package/dist/cjs/components/icons/file-corrupted.js +2 -24
- package/dist/cjs/components/icons/file-document.js +2 -24
- package/dist/cjs/components/icons/file-figure.js +2 -23
- package/dist/cjs/components/icons/file-graphical-abstract.js +2 -8
- package/dist/cjs/components/icons/file-image.js +2 -6
- package/dist/cjs/components/icons/file-latex-icon.js +2 -25
- package/dist/cjs/components/icons/file-main-document.js +2 -10
- package/dist/cjs/components/icons/file-pdf.js +2 -22
- package/dist/cjs/components/icons/file-table.js +2 -21
- package/dist/cjs/components/icons/file-unknown.js +2 -22
- package/dist/cjs/components/icons/file-video.js +2 -21
- package/dist/cjs/components/icons/handle-inspector.js +2 -6
- package/dist/cjs/components/icons/handle-outline.js +2 -11
- package/dist/cjs/components/icons/help.js +2 -8
- package/dist/cjs/components/icons/image-default.js +2 -9
- package/dist/cjs/components/icons/image-left.js +2 -9
- package/dist/cjs/components/icons/image-right.js +2 -9
- package/dist/cjs/components/icons/index.js +4 -2
- package/dist/cjs/components/icons/inspector-plugin.js +5 -0
- package/dist/cjs/components/icons/link.js +2 -7
- package/dist/cjs/components/icons/lock.js +2 -9
- package/dist/cjs/components/icons/logout.js +2 -6
- package/dist/cjs/components/icons/manuscript.js +2 -24
- package/dist/cjs/components/icons/outline-block-quote.js +2 -8
- package/dist/cjs/components/icons/outline-code.js +2 -7
- package/dist/cjs/components/icons/outline-embed.js +2 -8
- package/dist/cjs/components/icons/outline-equation.js +2 -6
- package/dist/cjs/components/icons/outline-figure.js +2 -12
- package/dist/cjs/components/icons/outline-manuscript.js +2 -9
- package/dist/cjs/components/icons/outline-ordered-list.js +2 -6
- package/dist/cjs/components/icons/outline-paragraph.js +2 -6
- package/dist/cjs/components/icons/outline-pull-quote.js +2 -8
- package/dist/cjs/components/icons/outline-section.js +2 -6
- package/dist/cjs/components/icons/outline-table.js +2 -8
- package/dist/cjs/components/icons/outline-unordered-list.js +2 -8
- package/dist/cjs/components/icons/plus.js +2 -22
- package/dist/cjs/components/icons/profile-avatar.js +2 -6
- package/dist/cjs/components/icons/role-annotating.js +2 -8
- package/dist/cjs/components/icons/role-reading.js +2 -10
- package/dist/cjs/components/icons/save-status-offline.js +2 -23
- package/dist/cjs/components/icons/save-status-saved.js +2 -22
- package/dist/cjs/components/icons/save-status-saving.js +2 -24
- package/dist/cjs/components/icons/scroll.js +2 -10
- package/dist/cjs/components/icons/search.js +2 -22
- package/dist/cjs/components/icons/section-category.js +2 -21
- package/dist/cjs/components/icons/slider-off.js +2 -7
- package/dist/cjs/components/icons/slider-on.js +2 -7
- package/dist/cjs/components/icons/system-user-avatar.js +2 -9
- package/dist/cjs/components/icons/task-step-done.js +2 -22
- package/dist/cjs/components/icons/tick.js +2 -6
- package/dist/cjs/components/icons/toolbar-bold.js +2 -6
- package/dist/cjs/components/icons/toolbar-boxed-text.js +2 -7
- package/dist/cjs/components/icons/toolbar-citation.js +2 -8
- package/dist/cjs/components/icons/toolbar-code.js +2 -7
- package/dist/cjs/components/icons/toolbar-equation.js +2 -6
- package/dist/cjs/components/icons/toolbar-figure.js +2 -6
- package/dist/cjs/components/icons/toolbar-indent.js +2 -11
- package/dist/cjs/components/icons/toolbar-italic.js +2 -6
- package/dist/cjs/components/icons/toolbar-ordered-list.js +2 -6
- package/dist/cjs/components/icons/toolbar-special-characters.js +2 -7
- package/dist/cjs/components/icons/toolbar-subscript.js +2 -6
- package/dist/cjs/components/icons/toolbar-superscript.js +2 -6
- package/dist/cjs/components/icons/toolbar-symbol.js +2 -6
- package/dist/cjs/components/icons/toolbar-table.js +2 -6
- package/dist/cjs/components/icons/toolbar-underline.js +2 -6
- package/dist/cjs/components/icons/toolbar-unindent.js +2 -11
- package/dist/cjs/components/icons/toolbar-unordered-list.js +2 -6
- package/dist/cjs/components/icons/translate.js +2 -13
- package/dist/cjs/components/icons/triangle-collapsed.js +2 -6
- package/dist/cjs/components/icons/triangle-expanded.js +2 -6
- package/dist/cjs/components/icons/upload.js +2 -8
- package/dist/cjs/components/icons/vertical-ellipsis.js +2 -8
- package/dist/cjs/components/icons/x.js +2 -7
- package/dist/cjs/hooks/use-scroll-detection.js +2 -2
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/lib/files.js +14 -17
- package/dist/es/components/AlertMessage.js +2 -23
- package/dist/es/components/AutoSaveInput.js +2 -16
- package/dist/es/components/Avatar.js +3 -17
- package/dist/es/components/Button.js +5 -1
- package/dist/es/components/ContextMenu.js +5 -22
- package/dist/es/components/Dialog.js +5 -38
- package/dist/es/components/DraggableModal.js +4 -19
- package/dist/es/components/Drawer.js +2 -7
- package/dist/es/components/InspectorSection.js +5 -25
- package/dist/es/components/LoadingOverlay.js +3 -5
- package/dist/es/components/Menus/Menus.js +9 -28
- package/dist/es/components/Menus/Shortcut.js +3 -18
- package/dist/es/components/Menus/Submenu.js +7 -28
- package/dist/es/components/Message.js +2 -4
- package/dist/es/components/MultiValueInput.js +3 -6
- package/dist/es/components/NavDropdown.js +2 -20
- package/dist/es/components/RadioButton.js +2 -19
- package/dist/es/components/RelativeDate.js +3 -18
- package/dist/es/components/Resizer/Resizer.js +2 -2
- package/dist/es/components/Resizer/ResizerButton.js +2 -1
- package/dist/es/components/RichText/RichText.js +3 -2
- package/dist/es/components/RichText/RichTextField.js +3 -2
- package/dist/es/components/SaveStatus.js +5 -31
- package/dist/es/components/SelectField.js +2 -17
- package/dist/es/components/SelectedItemsBox.js +2 -5
- package/dist/es/components/StyledModal.js +4 -18
- package/dist/es/components/SystemUserAvatar.js +3 -17
- package/dist/es/components/TextField.js +2 -19
- package/dist/es/components/TextFieldContainer.js +2 -22
- package/dist/es/components/TextFieldError.js +2 -19
- package/dist/es/components/TextFieldGroupContainer.js +2 -19
- package/dist/es/components/ToggleHeader.js +3 -20
- package/dist/es/components/Tooltip.js +3 -4
- package/dist/es/components/icons/add-author.js +2 -20
- package/dist/es/components/icons/add-comment.js +2 -22
- package/dist/es/components/icons/add-figure.js +2 -20
- package/dist/es/components/icons/add-institution.js +2 -17
- package/dist/es/components/icons/add-new.js +2 -4
- package/dist/es/components/icons/add-outline.js +2 -5
- package/dist/es/components/icons/add-role.js +2 -5
- package/dist/es/components/icons/add-user.js +2 -5
- package/dist/es/components/icons/add.js +2 -5
- package/dist/es/components/icons/added.js +2 -4
- package/dist/es/components/icons/affiliation-placeholder.js +2 -36
- package/dist/es/components/icons/affiliation.js +2 -4
- package/dist/es/components/icons/alert.js +2 -3
- package/dist/es/components/icons/arrow-down-circle.js +2 -4
- package/dist/es/components/icons/arrow-down.js +2 -3
- package/dist/es/components/icons/arrow-left.js +2 -3
- package/dist/es/components/icons/arrow-up.js +2 -3
- package/dist/es/components/icons/attach.js +2 -18
- package/dist/es/components/icons/attention-blue.js +2 -7
- package/dist/es/components/icons/attention-green.js +2 -4
- package/dist/es/components/icons/attention-orange.js +2 -9
- package/dist/es/components/icons/attention-red.js +2 -7
- package/dist/es/components/icons/author-placeholder.js +2 -43
- package/dist/es/components/icons/avatar.js +2 -5
- package/dist/es/components/icons/book.js +2 -19
- package/dist/es/components/icons/chat.js +2 -20
- package/dist/es/components/icons/circle-tick-animation.js +4 -5
- package/dist/es/components/icons/citation-count.js +2 -3
- package/dist/es/components/icons/comment-reply.js +2 -3
- package/dist/es/components/icons/comment-resolve.js +2 -18
- package/dist/es/components/icons/comment.js +2 -22
- package/dist/es/components/icons/corresponding-author.js +2 -9
- package/dist/es/components/icons/danger.js +2 -7
- package/dist/es/components/icons/delete-solid.js +2 -3
- package/dist/es/components/icons/deleted.js +2 -8
- package/dist/es/components/icons/dots.js +2 -20
- package/dist/es/components/icons/draggable-icon.js +2 -10
- package/dist/es/components/icons/edit-attrs-tracking.js +2 -4
- package/dist/es/components/icons/edit.js +2 -3
- package/dist/es/components/icons/file-audio.js +2 -20
- package/dist/es/components/icons/file-code.js +2 -20
- package/dist/es/components/icons/file-compressed.js +2 -27
- package/dist/es/components/icons/file-corrupted.js +2 -21
- package/dist/es/components/icons/file-document.js +2 -21
- package/dist/es/components/icons/file-figure.js +2 -20
- package/dist/es/components/icons/file-graphical-abstract.js +2 -5
- package/dist/es/components/icons/file-image.js +2 -3
- package/dist/es/components/icons/file-latex-icon.js +2 -22
- package/dist/es/components/icons/file-main-document.js +2 -7
- package/dist/es/components/icons/file-pdf.js +2 -19
- package/dist/es/components/icons/file-table.js +2 -18
- package/dist/es/components/icons/file-unknown.js +2 -19
- package/dist/es/components/icons/file-video.js +2 -18
- package/dist/es/components/icons/handle-inspector.js +2 -3
- package/dist/es/components/icons/handle-outline.js +2 -8
- package/dist/es/components/icons/help.js +2 -5
- package/dist/es/components/icons/image-default.js +2 -6
- package/dist/es/components/icons/image-left.js +2 -6
- package/dist/es/components/icons/image-right.js +2 -6
- package/dist/es/components/icons/index.js +1 -0
- package/dist/es/components/icons/inspector-plugin.js +3 -0
- package/dist/es/components/icons/link.js +2 -4
- package/dist/es/components/icons/lock.js +2 -6
- package/dist/es/components/icons/logout.js +2 -3
- package/dist/es/components/icons/manuscript.js +2 -21
- package/dist/es/components/icons/outline-block-quote.js +2 -5
- package/dist/es/components/icons/outline-code.js +2 -4
- package/dist/es/components/icons/outline-embed.js +2 -5
- package/dist/es/components/icons/outline-equation.js +2 -3
- package/dist/es/components/icons/outline-figure.js +2 -9
- package/dist/es/components/icons/outline-manuscript.js +2 -6
- package/dist/es/components/icons/outline-ordered-list.js +2 -3
- package/dist/es/components/icons/outline-paragraph.js +2 -3
- package/dist/es/components/icons/outline-pull-quote.js +2 -5
- package/dist/es/components/icons/outline-section.js +2 -3
- package/dist/es/components/icons/outline-table.js +2 -5
- package/dist/es/components/icons/outline-unordered-list.js +2 -5
- package/dist/es/components/icons/plus.js +2 -19
- package/dist/es/components/icons/profile-avatar.js +2 -3
- package/dist/es/components/icons/role-annotating.js +2 -5
- package/dist/es/components/icons/role-reading.js +2 -7
- package/dist/es/components/icons/save-status-offline.js +2 -20
- package/dist/es/components/icons/save-status-saved.js +2 -19
- package/dist/es/components/icons/save-status-saving.js +2 -21
- package/dist/es/components/icons/scroll.js +2 -7
- package/dist/es/components/icons/search.js +2 -19
- package/dist/es/components/icons/section-category.js +2 -18
- package/dist/es/components/icons/slider-off.js +2 -4
- package/dist/es/components/icons/slider-on.js +2 -4
- package/dist/es/components/icons/system-user-avatar.js +2 -6
- package/dist/es/components/icons/task-step-done.js +2 -19
- package/dist/es/components/icons/tick.js +2 -3
- package/dist/es/components/icons/toolbar-bold.js +2 -3
- package/dist/es/components/icons/toolbar-boxed-text.js +2 -4
- package/dist/es/components/icons/toolbar-citation.js +2 -5
- package/dist/es/components/icons/toolbar-code.js +2 -4
- package/dist/es/components/icons/toolbar-equation.js +2 -3
- package/dist/es/components/icons/toolbar-figure.js +2 -3
- package/dist/es/components/icons/toolbar-indent.js +2 -8
- package/dist/es/components/icons/toolbar-italic.js +2 -3
- package/dist/es/components/icons/toolbar-ordered-list.js +2 -3
- package/dist/es/components/icons/toolbar-special-characters.js +2 -4
- package/dist/es/components/icons/toolbar-subscript.js +2 -3
- package/dist/es/components/icons/toolbar-superscript.js +2 -3
- package/dist/es/components/icons/toolbar-symbol.js +2 -3
- package/dist/es/components/icons/toolbar-table.js +2 -3
- package/dist/es/components/icons/toolbar-underline.js +2 -3
- package/dist/es/components/icons/toolbar-unindent.js +2 -8
- package/dist/es/components/icons/toolbar-unordered-list.js +2 -3
- package/dist/es/components/icons/translate.js +2 -10
- package/dist/es/components/icons/triangle-collapsed.js +2 -3
- package/dist/es/components/icons/triangle-expanded.js +2 -3
- package/dist/es/components/icons/upload.js +2 -5
- package/dist/es/components/icons/vertical-ellipsis.js +2 -5
- package/dist/es/components/icons/x.js +2 -4
- package/dist/es/hooks/use-scroll-detection.js +2 -2
- package/dist/es/index.js +0 -1
- package/dist/es/lib/files.js +14 -14
- package/dist/types/components/AlertMessage.d.ts +1 -1
- package/dist/types/components/AutoSaveInput.d.ts +1 -1
- package/dist/types/components/Dialog.d.ts +1 -1
- package/dist/types/components/InspectorSection.d.ts +1 -1
- package/dist/types/components/RadioButton.d.ts +1 -1
- package/dist/types/components/Resizer/Resizer.d.ts +2 -2
- package/dist/types/components/Resizer/ResizerButton.d.ts +1 -1
- package/dist/types/components/TextField.d.ts +1 -1
- package/dist/types/components/Tooltip.d.ts +1 -1
- package/dist/types/components/icons/add-author.d.ts +1 -2
- package/dist/types/components/icons/add-figure.d.ts +1 -2
- package/dist/types/components/icons/affiliation-placeholder.d.ts +1 -2
- package/dist/types/components/icons/author-placeholder.d.ts +1 -2
- package/dist/types/components/icons/danger.d.ts +1 -2
- package/dist/types/components/icons/index.d.ts +1 -0
- package/dist/types/components/icons/inspector-plugin.d.ts +4 -0
- package/dist/types/components/icons/section-category.d.ts +1 -2
- package/dist/types/components/icons/x.d.ts +1 -2
- package/dist/types/hooks/use-dropdown.d.ts +1 -1
- package/dist/types/hooks/use-menus.d.ts +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/lib/files.d.ts +3 -2
- package/package.json +19 -19
- package/dist/cjs/components/DatePicker/CalendarDatePicker.js +0 -169
- package/dist/cjs/components/DatePicker/index.js +0 -17
- package/dist/es/components/DatePicker/CalendarDatePicker.js +0 -127
- package/dist/es/components/DatePicker/index.js +0 -1
- package/dist/types/components/DatePicker/CalendarDatePicker.d.ts +0 -32
- package/dist/types/components/DatePicker/index.d.ts +0 -1
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarCitationIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M0 0H16V16H0V0Z", fill: "white" }),
|
|
4
|
-
React.createElement("path", { d: "M4.69137 16C3.98627 16 3.35031 15.866 2.78347 15.598C2.23046 15.33 1.79496 14.9683 1.47697 14.5127C1.15899 14.0571 1 13.5413 1 12.9651C1 12.2415 1.18664 11.6721 1.55993 11.2567C1.94704 10.8279 2.57609 10.5265 3.44708 10.3523C4.33191 10.1647 5.52089 10.0709 7.01402 10.0709H7.98871V11.317H7.03476C6.03934 11.317 5.25129 11.3639 4.67063 11.4577C4.08996 11.5515 3.6752 11.7123 3.42635 11.9401C3.19132 12.1545 3.0738 12.4559 3.0738 12.8445C3.0738 13.3537 3.25353 13.769 3.61299 14.0906C3.97245 14.3988 4.47016 14.5529 5.10613 14.5529C5.61766 14.5529 6.06699 14.439 6.4541 14.2112C6.84121 13.97 7.14536 13.6485 7.36657 13.2465C7.6016 12.8445 7.71911 12.3822 7.71911 11.8597V9.54832C7.71911 8.78457 7.55321 8.23521 7.2214 7.90023C6.88959 7.56525 6.34349 7.39777 5.5831 7.39777C5.14069 7.39777 4.67754 7.45136 4.19365 7.55856C3.72359 7.66575 3.23279 7.84664 2.72125 8.10122C2.48622 8.20841 2.28576 8.24191 2.11985 8.20171C1.95395 8.16152 1.82261 8.07442 1.72583 7.94043C1.62905 7.79304 1.57375 7.63895 1.55993 7.47816C1.55993 7.30397 1.6014 7.13648 1.68435 6.97569C1.78113 6.8149 1.94012 6.69431 2.16133 6.61392C2.76964 6.33254 3.37105 6.13155 3.96553 6.01096C4.56002 5.89037 5.11995 5.83007 5.64531 5.83007C6.57161 5.83007 7.33201 5.97076 7.92649 6.25214C8.53481 6.53352 8.98413 6.96229 9.27447 7.53846C9.5648 8.11462 9.70996 8.85827 9.70996 9.76941V14.9348C9.70996 15.2563 9.62701 15.5109 9.46111 15.6985C9.2952 15.8727 9.05326 15.9598 8.73528 15.9598C8.43112 15.9598 8.18918 15.8727 8.00945 15.6985C7.82972 15.5109 7.73985 15.2563 7.73985 14.9348V13.6284H7.92649C7.81589 14.1241 7.60851 14.5529 7.30435 14.9147C7.01402 15.263 6.64765 15.531 6.20524 15.7186C5.76283 15.9062 5.2582 16 4.69137 16Z", fill: "#1A9BC7" }),
|
|
5
|
-
React.createElement("path", { d: "M10.1556 5.48393C10.0008 5.38745 9.91227 5.26954 9.89015 5.13019C9.86803 4.98012 9.9178 4.81933 10.0395 4.64782L11.1676 2.91129L11.3833 3.21679L9.25972 3.28111C9.04957 3.29183 8.87814 3.25431 8.74542 3.16856C8.62375 3.0828 8.56292 2.94881 8.56292 2.76658C8.56292 2.60579 8.62375 2.48252 8.74542 2.39677C8.87814 2.30029 9.04957 2.26278 9.25972 2.28422L11.3833 2.36461L11.1842 2.65403L10.0561 0.917504C9.93439 0.735277 9.88462 0.569128 9.90674 0.419058C9.92886 0.268988 10.0173 0.156435 10.1722 0.0813995C10.316 -0.0150741 10.4598 -0.0257933 10.6035 0.0492421C10.7584 0.124277 10.88 0.252908 10.9685 0.435137L11.881 2.15558H11.6985L12.5944 0.435137C12.6939 0.252908 12.8156 0.124277 12.9594 0.0492421C13.1142 -0.0257933 13.2691 -0.0150741 13.4239 0.0813995C13.5788 0.167154 13.6617 0.285066 13.6728 0.435137C13.6949 0.585207 13.6451 0.745996 13.5235 0.917504L12.3953 2.63795L12.1962 2.36461L14.3198 2.28422C14.5299 2.26278 14.6958 2.30029 14.8175 2.39677C14.9392 2.48252 15 2.60579 15 2.76658C15 2.94881 14.9392 3.0828 14.8175 3.16856C14.6958 3.25431 14.5299 3.29183 14.3198 3.28111L12.1962 3.21679L12.3953 2.91129L13.5235 4.64782C13.6451 4.81933 13.6949 4.97476 13.6728 5.11411C13.6617 5.25346 13.5788 5.37137 13.4239 5.46785C13.258 5.5536 13.1032 5.56432 12.9594 5.5C12.8156 5.43569 12.6939 5.31242 12.5944 5.13019L11.6985 3.40974H11.881L10.9685 5.13019C10.869 5.31242 10.7473 5.44105 10.6035 5.51608C10.4598 5.5804 10.3104 5.56968 10.1556 5.48393Z", fill: "#1A9BC7" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarCitationIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M0 0H16V16H0V0Z", fill: "white" }), _jsx("path", { d: "M4.69137 16C3.98627 16 3.35031 15.866 2.78347 15.598C2.23046 15.33 1.79496 14.9683 1.47697 14.5127C1.15899 14.0571 1 13.5413 1 12.9651C1 12.2415 1.18664 11.6721 1.55993 11.2567C1.94704 10.8279 2.57609 10.5265 3.44708 10.3523C4.33191 10.1647 5.52089 10.0709 7.01402 10.0709H7.98871V11.317H7.03476C6.03934 11.317 5.25129 11.3639 4.67063 11.4577C4.08996 11.5515 3.6752 11.7123 3.42635 11.9401C3.19132 12.1545 3.0738 12.4559 3.0738 12.8445C3.0738 13.3537 3.25353 13.769 3.61299 14.0906C3.97245 14.3988 4.47016 14.5529 5.10613 14.5529C5.61766 14.5529 6.06699 14.439 6.4541 14.2112C6.84121 13.97 7.14536 13.6485 7.36657 13.2465C7.6016 12.8445 7.71911 12.3822 7.71911 11.8597V9.54832C7.71911 8.78457 7.55321 8.23521 7.2214 7.90023C6.88959 7.56525 6.34349 7.39777 5.5831 7.39777C5.14069 7.39777 4.67754 7.45136 4.19365 7.55856C3.72359 7.66575 3.23279 7.84664 2.72125 8.10122C2.48622 8.20841 2.28576 8.24191 2.11985 8.20171C1.95395 8.16152 1.82261 8.07442 1.72583 7.94043C1.62905 7.79304 1.57375 7.63895 1.55993 7.47816C1.55993 7.30397 1.6014 7.13648 1.68435 6.97569C1.78113 6.8149 1.94012 6.69431 2.16133 6.61392C2.76964 6.33254 3.37105 6.13155 3.96553 6.01096C4.56002 5.89037 5.11995 5.83007 5.64531 5.83007C6.57161 5.83007 7.33201 5.97076 7.92649 6.25214C8.53481 6.53352 8.98413 6.96229 9.27447 7.53846C9.5648 8.11462 9.70996 8.85827 9.70996 9.76941V14.9348C9.70996 15.2563 9.62701 15.5109 9.46111 15.6985C9.2952 15.8727 9.05326 15.9598 8.73528 15.9598C8.43112 15.9598 8.18918 15.8727 8.00945 15.6985C7.82972 15.5109 7.73985 15.2563 7.73985 14.9348V13.6284H7.92649C7.81589 14.1241 7.60851 14.5529 7.30435 14.9147C7.01402 15.263 6.64765 15.531 6.20524 15.7186C5.76283 15.9062 5.2582 16 4.69137 16Z", fill: "#1A9BC7" }), _jsx("path", { d: "M10.1556 5.48393C10.0008 5.38745 9.91227 5.26954 9.89015 5.13019C9.86803 4.98012 9.9178 4.81933 10.0395 4.64782L11.1676 2.91129L11.3833 3.21679L9.25972 3.28111C9.04957 3.29183 8.87814 3.25431 8.74542 3.16856C8.62375 3.0828 8.56292 2.94881 8.56292 2.76658C8.56292 2.60579 8.62375 2.48252 8.74542 2.39677C8.87814 2.30029 9.04957 2.26278 9.25972 2.28422L11.3833 2.36461L11.1842 2.65403L10.0561 0.917504C9.93439 0.735277 9.88462 0.569128 9.90674 0.419058C9.92886 0.268988 10.0173 0.156435 10.1722 0.0813995C10.316 -0.0150741 10.4598 -0.0257933 10.6035 0.0492421C10.7584 0.124277 10.88 0.252908 10.9685 0.435137L11.881 2.15558H11.6985L12.5944 0.435137C12.6939 0.252908 12.8156 0.124277 12.9594 0.0492421C13.1142 -0.0257933 13.2691 -0.0150741 13.4239 0.0813995C13.5788 0.167154 13.6617 0.285066 13.6728 0.435137C13.6949 0.585207 13.6451 0.745996 13.5235 0.917504L12.3953 2.63795L12.1962 2.36461L14.3198 2.28422C14.5299 2.26278 14.6958 2.30029 14.8175 2.39677C14.9392 2.48252 15 2.60579 15 2.76658C15 2.94881 14.9392 3.0828 14.8175 3.16856C14.6958 3.25431 14.5299 3.29183 14.3198 3.28111L12.1962 3.21679L12.3953 2.91129L13.5235 4.64782C13.6451 4.81933 13.6949 4.97476 13.6728 5.11411C13.6617 5.25346 13.5788 5.37137 13.4239 5.46785C13.258 5.5536 13.1032 5.56432 12.9594 5.5C12.8156 5.43569 12.6939 5.31242 12.5944 5.13019L11.6985 3.40974H11.881L10.9685 5.13019C10.869 5.31242 10.7473 5.44105 10.6035 5.51608C10.4598 5.5804 10.3104 5.56968 10.1556 5.48393Z", fill: "#1A9BC7" })] }));
|
|
6
3
|
export default ToolbarCitationIcon;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarCodeIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M5.96863 12.7023L1.46861 8.20223L6.07794 3.5929", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
|
-
React.createElement("path", { d: "M13.0779 12.7023L17.578 8.20223L12.9686 3.5929", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarCodeIcon = (props) => (_jsxs("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M5.96863 12.7023L1.46861 8.20223L6.07794 3.5929", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M13.0779 12.7023L17.578 8.20223L12.9686 3.5929", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
5
3
|
export default ToolbarCodeIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarEquationIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.00284 9.09123C7.00284 7.13615 7.50772 5.5302 8.55508 4.19816H9.57559C8.80215 5.18645 8.19522 7.24895 8.19522 9.08586C8.19522 10.9335 8.79678 12.996 9.57559 13.9843H8.55508C7.50772 12.6523 7.00284 11.0463 7.00284 9.09123ZM12.9835 10.2568H12.8976L11.6193 12.33H10.3517L12.2906 9.41887L10.3356 6.48088H11.6837L12.9405 8.54338H13.0318L14.2779 6.48088H15.5616L13.6334 9.37053L15.5831 12.33H14.2565L12.9835 10.2568ZM4.93594 2.3125C5.33438 2.3125 5.58438 2.35938 5.85001 2.41406L5.61563 3.52344C5.44376 3.48438 5.17032 3.44531 4.80313 3.44531C4.02969 3.44531 3.55313 3.85156 3.37344 4.79688L3.22501 5.57812H5.15469L4.92032 6.70312H2.99063L1.47501 14H0.100006L1.61563 6.70312H0.217194L0.451569 5.57812H1.85001L2.00626 4.75781C2.33438 3.03125 3.23282 2.3125 4.93594 2.3125ZM17.3636 4.19816C18.4056 5.5302 18.9105 7.13615 18.9105 9.09123C18.9105 11.0463 18.4056 12.6523 17.3636 13.9843H16.3431C17.1165 12.996 17.7235 10.9335 17.7235 9.08586C17.7235 7.24895 17.1165 5.18645 16.3431 4.19816H17.3636Z", fill: "#FE8F1F" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarEquationIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.00284 9.09123C7.00284 7.13615 7.50772 5.5302 8.55508 4.19816H9.57559C8.80215 5.18645 8.19522 7.24895 8.19522 9.08586C8.19522 10.9335 8.79678 12.996 9.57559 13.9843H8.55508C7.50772 12.6523 7.00284 11.0463 7.00284 9.09123ZM12.9835 10.2568H12.8976L11.6193 12.33H10.3517L12.2906 9.41887L10.3356 6.48088H11.6837L12.9405 8.54338H13.0318L14.2779 6.48088H15.5616L13.6334 9.37053L15.5831 12.33H14.2565L12.9835 10.2568ZM4.93594 2.3125C5.33438 2.3125 5.58438 2.35938 5.85001 2.41406L5.61563 3.52344C5.44376 3.48438 5.17032 3.44531 4.80313 3.44531C4.02969 3.44531 3.55313 3.85156 3.37344 4.79688L3.22501 5.57812H5.15469L4.92032 6.70312H2.99063L1.47501 14H0.100006L1.61563 6.70312H0.217194L0.451569 5.57812H1.85001L2.00626 4.75781C2.33438 3.03125 3.23282 2.3125 4.93594 2.3125ZM17.3636 4.19816C18.4056 5.5302 18.9105 7.13615 18.9105 9.09123C18.9105 11.0463 18.4056 12.6523 17.3636 13.9843H16.3431C17.1165 12.996 17.7235 10.9335 17.7235 9.08586C17.7235 7.24895 17.1165 5.18645 16.3431 4.19816H17.3636Z", fill: "#FE8F1F" }) }));
|
|
4
3
|
export default ToolbarEquationIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarFigureIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 0.5C14.433 0.5 16 2.067 16 4V12C16 13.933 14.433 15.5 12.5 15.5H6.5C4.567 15.5 3 13.933 3 12V4C3 2.067 4.567 0.5 6.5 0.5H12.5ZM12.5 2H6.5C5.39543 2 4.5 2.89543 4.5 4V12C4.5 13.1046 5.39543 14 6.5 14H12.5C13.6046 14 14.5 13.1046 14.5 12V4C14.5 2.89543 13.6046 2 12.5 2ZM7.25 5C7.66421 5 8 5.33579 8 5.75V11.25C8 11.6642 7.66421 12 7.25 12C6.83579 12 6.5 11.6642 6.5 11.25V5.75C6.5 5.33579 6.83579 5 7.25 5ZM10.25 7C10.6642 7 11 7.33579 11 7.75V11.25C11 11.6642 10.6642 12 10.25 12C9.83579 12 9.5 11.6642 9.5 11.25V7.75C9.5 7.33579 9.83579 7 10.25 7Z", fill: "#8DD439" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarFigureIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 0.5C14.433 0.5 16 2.067 16 4V12C16 13.933 14.433 15.5 12.5 15.5H6.5C4.567 15.5 3 13.933 3 12V4C3 2.067 4.567 0.5 6.5 0.5H12.5ZM12.5 2H6.5C5.39543 2 4.5 2.89543 4.5 4V12C4.5 13.1046 5.39543 14 6.5 14H12.5C13.6046 14 14.5 13.1046 14.5 12V4C14.5 2.89543 13.6046 2 12.5 2ZM7.25 5C7.66421 5 8 5.33579 8 5.75V11.25C8 11.6642 7.66421 12 7.25 12C6.83579 12 6.5 11.6642 6.5 11.25V5.75C6.5 5.33579 6.83579 5 7.25 5ZM10.25 7C10.6642 7 11 7.33579 11 7.75V11.25C11 11.6642 10.6642 12 10.25 12C9.83579 12 9.5 11.6642 9.5 11.25V7.75C9.5 7.33579 9.83579 7 10.25 7Z", fill: "#8DD439" }) }));
|
|
4
3
|
export default ToolbarFigureIcon;
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarIndentIcon = (props) => (
|
|
3
|
-
React.createElement("line", { x1: "13", y1: "6.5", x2: "20", y2: "6.5", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
|
-
React.createElement("line", { x1: "13", y1: "10.25", x2: "20", y2: "10.25", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
5
|
-
React.createElement("line", { x1: "13", y1: "14", x2: "20", y2: "14", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
6
|
-
React.createElement("line", { x1: "5.5", y1: "17.75", x2: "20", y2: "17.75", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
7
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.35742 10.5002C8.35742 11.3878 7.98843 12.1074 7.53325 12.1074L3.82445 12.1074C3.36927 12.1074 3.00028 11.3878 3.00028 10.5002C3.00028 9.61261 3.36927 8.89307 3.82445 8.89307L7.53325 8.89307C7.98843 8.89307 8.35742 9.61261 8.35742 10.5002Z", fill: "#6E6E6E" }),
|
|
8
|
-
React.createElement("path", { d: "M9.94931 10.3645C10.0169 10.4325 10.0169 10.5675 9.94931 10.6355L6.88351 13.7199C6.85861 13.7449 6.84202 13.7484 6.83586 13.7494C6.827 13.7508 6.81287 13.7502 6.79482 13.7416C6.76137 13.7257 6.71429 13.6808 6.71429 13.5844L6.71429 7.41561C6.71429 7.31919 6.76137 7.27433 6.79482 7.25839C6.81287 7.24979 6.827 7.2492 6.83586 7.25059C6.84202 7.25156 6.85861 7.25508 6.88351 7.28013L9.94931 10.3645Z", fill: "#6E6E6E", stroke: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarIndentIcon = (props) => (_jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("line", { x1: "13", y1: "6.5", x2: "20", y2: "6.5", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("line", { x1: "13", y1: "10.25", x2: "20", y2: "10.25", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("line", { x1: "13", y1: "14", x2: "20", y2: "14", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("line", { x1: "5.5", y1: "17.75", x2: "20", y2: "17.75", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.35742 10.5002C8.35742 11.3878 7.98843 12.1074 7.53325 12.1074L3.82445 12.1074C3.36927 12.1074 3.00028 11.3878 3.00028 10.5002C3.00028 9.61261 3.36927 8.89307 3.82445 8.89307L7.53325 8.89307C7.98843 8.89307 8.35742 9.61261 8.35742 10.5002Z", fill: "#6E6E6E" }), _jsx("path", { d: "M9.94931 10.3645C10.0169 10.4325 10.0169 10.5675 9.94931 10.6355L6.88351 13.7199C6.85861 13.7449 6.84202 13.7484 6.83586 13.7494C6.827 13.7508 6.81287 13.7502 6.79482 13.7416C6.76137 13.7257 6.71429 13.6808 6.71429 13.5844L6.71429 7.41561C6.71429 7.31919 6.76137 7.27433 6.79482 7.25839C6.81287 7.24979 6.827 7.2492 6.83586 7.25059C6.84202 7.25156 6.85861 7.25508 6.88351 7.28013L9.94931 10.3645Z", fill: "#6E6E6E", stroke: "#6E6E6E" })] }));
|
|
9
3
|
export default ToolbarIndentIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarItalicIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.21802 13.4211H7.5L9.82349 2.5H11.5415L9.21802 13.4211Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarItalicIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.21802 13.4211H7.5L9.82349 2.5H11.5415L9.21802 13.4211Z", fill: "#6E6E6E" }) }));
|
|
4
3
|
export default ToolbarItalicIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarOrderedListIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.87165 9C4.95312 9 5.67634 9.57924 5.67634 10.433C5.67634 10.9688 5.36161 11.4442 4.50446 12.2076L3.70759 12.9408V13.0045H5.7433V13.9621H2.07031V13.1417L3.5971 11.7054C4.30692 11.0491 4.48772 10.8047 4.48772 10.5201C4.48772 10.1652 4.22656 9.92745 3.82812 9.92745C3.41295 9.92745 3.125 10.2087 3.125 10.6071V10.6306H2V10.6105C2 9.64955 2.75 9 3.87165 9ZM15.8583 11C16.2725 11 16.6083 11.3358 16.6083 11.75C16.6083 12.1642 16.2725 12.5 15.8583 12.5H9.35826C8.94405 12.5 8.60826 12.1642 8.60826 11.75C8.60826 11.3358 8.94405 11 9.35826 11H15.8583ZM4.47433 2.25V7.08147H3.24554V3.35826H3.18192L2.01674 4.14509V3.08705L3.24554 2.25H4.47433ZM15.8583 4C16.2725 4 16.6083 4.33579 16.6083 4.75C16.6083 5.16421 16.2725 5.5 15.8583 5.5H9.35826C8.94405 5.5 8.60826 5.16421 8.60826 4.75C8.60826 4.33579 8.94405 4 9.35826 4H15.8583Z", fill: "#0B6BB8" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarOrderedListIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.87165 9C4.95312 9 5.67634 9.57924 5.67634 10.433C5.67634 10.9688 5.36161 11.4442 4.50446 12.2076L3.70759 12.9408V13.0045H5.7433V13.9621H2.07031V13.1417L3.5971 11.7054C4.30692 11.0491 4.48772 10.8047 4.48772 10.5201C4.48772 10.1652 4.22656 9.92745 3.82812 9.92745C3.41295 9.92745 3.125 10.2087 3.125 10.6071V10.6306H2V10.6105C2 9.64955 2.75 9 3.87165 9ZM15.8583 11C16.2725 11 16.6083 11.3358 16.6083 11.75C16.6083 12.1642 16.2725 12.5 15.8583 12.5H9.35826C8.94405 12.5 8.60826 12.1642 8.60826 11.75C8.60826 11.3358 8.94405 11 9.35826 11H15.8583ZM4.47433 2.25V7.08147H3.24554V3.35826H3.18192L2.01674 4.14509V3.08705L3.24554 2.25H4.47433ZM15.8583 4C16.2725 4 16.6083 4.33579 16.6083 4.75C16.6083 5.16421 16.2725 5.5 15.8583 5.5H9.35826C8.94405 5.5 8.60826 5.16421 8.60826 4.75C8.60826 4.33579 8.94405 4 9.35826 4H15.8583Z", fill: "#0B6BB8" }) }));
|
|
4
3
|
export default ToolbarOrderedListIcon;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarSpecialCharactersIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M0 0H15C17.2091 0 19 1.79086 19 4V14C19 16.2091 17.2091 18 15 18H0V0Z", fill: "white" }),
|
|
4
|
-
React.createElement("path", { d: "M16 13.3963V14.3818C16 14.561 15.939 14.7103 15.8169 14.8298C15.7009 14.9433 15.5423 15 15.3408 15H10.5528V12.805C11.0289 12.7213 11.4714 12.5392 11.8803 12.2584C12.2953 11.9777 12.6523 11.6253 12.9514 11.2012C13.2566 10.7712 13.4946 10.2844 13.6655 9.74087C13.8425 9.19136 13.931 8.60901 13.931 7.9938C13.931 7.27108 13.812 6.63795 13.5739 6.09442C13.3359 5.55089 13.0124 5.09695 12.6035 4.7326C12.2007 4.36825 11.7308 4.09649 11.1937 3.9173C10.6566 3.73811 10.092 3.64852 9.5 3.64852C8.90798 3.64852 8.34343 3.73811 7.80634 3.9173C7.26925 4.09649 6.79624 4.36825 6.38732 4.7326C5.98451 5.09695 5.66103 5.55089 5.4169 6.09442C5.17887 6.63795 5.05986 7.27108 5.05986 7.9938C5.05986 8.60901 5.14531 9.19136 5.3162 9.74087C5.49319 10.2844 5.73427 10.7712 6.03944 11.2012C6.3446 11.6253 6.70164 11.9777 7.11056 12.2584C7.52559 12.5392 7.97113 12.7213 8.44718 12.805V15H3.65915C3.45775 15 3.29601 14.9433 3.17394 14.8298C3.05798 14.7103 3 14.561 3 14.3818V13.3963H5.49014C5.72817 13.3963 5.96925 13.4082 6.21338 13.4321C6.46362 13.456 6.7108 13.4859 6.95493 13.5217C6.39953 13.3366 5.88685 13.0678 5.4169 12.7154C4.95305 12.363 4.55023 11.9479 4.20845 11.47C3.87277 10.9922 3.60728 10.4576 3.41197 9.8663C3.22277 9.27498 3.12817 8.64484 3.12817 7.97588C3.12817 7.09189 3.29296 6.28256 3.62254 5.5479C3.95822 4.81323 4.41291 4.18309 4.98662 3.65748C5.56643 3.13186 6.24085 2.72571 7.00986 2.43901C7.78498 2.14634 8.61502 2 9.5 2C10.385 2 11.212 2.14634 11.981 2.43901C12.7561 2.72571 13.4305 3.13186 14.0042 3.65748C14.584 4.18309 15.0387 4.81323 15.3683 5.5479C15.704 6.28256 15.8718 7.09189 15.8718 7.97588C15.8718 8.64484 15.7742 9.27498 15.5789 9.8663C15.3897 10.4576 15.1242 10.9922 14.7824 11.47C14.4467 11.9479 14.0439 12.363 13.5739 12.7154C13.1101 13.0678 12.6005 13.3366 12.0451 13.5217C12.2892 13.4859 12.5333 13.456 12.7775 13.4321C13.0277 13.4082 13.2718 13.3963 13.5099 13.3963H16Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarSpecialCharactersIcon = (props) => (_jsxs("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M0 0H15C17.2091 0 19 1.79086 19 4V14C19 16.2091 17.2091 18 15 18H0V0Z", fill: "white" }), _jsx("path", { d: "M16 13.3963V14.3818C16 14.561 15.939 14.7103 15.8169 14.8298C15.7009 14.9433 15.5423 15 15.3408 15H10.5528V12.805C11.0289 12.7213 11.4714 12.5392 11.8803 12.2584C12.2953 11.9777 12.6523 11.6253 12.9514 11.2012C13.2566 10.7712 13.4946 10.2844 13.6655 9.74087C13.8425 9.19136 13.931 8.60901 13.931 7.9938C13.931 7.27108 13.812 6.63795 13.5739 6.09442C13.3359 5.55089 13.0124 5.09695 12.6035 4.7326C12.2007 4.36825 11.7308 4.09649 11.1937 3.9173C10.6566 3.73811 10.092 3.64852 9.5 3.64852C8.90798 3.64852 8.34343 3.73811 7.80634 3.9173C7.26925 4.09649 6.79624 4.36825 6.38732 4.7326C5.98451 5.09695 5.66103 5.55089 5.4169 6.09442C5.17887 6.63795 5.05986 7.27108 5.05986 7.9938C5.05986 8.60901 5.14531 9.19136 5.3162 9.74087C5.49319 10.2844 5.73427 10.7712 6.03944 11.2012C6.3446 11.6253 6.70164 11.9777 7.11056 12.2584C7.52559 12.5392 7.97113 12.7213 8.44718 12.805V15H3.65915C3.45775 15 3.29601 14.9433 3.17394 14.8298C3.05798 14.7103 3 14.561 3 14.3818V13.3963H5.49014C5.72817 13.3963 5.96925 13.4082 6.21338 13.4321C6.46362 13.456 6.7108 13.4859 6.95493 13.5217C6.39953 13.3366 5.88685 13.0678 5.4169 12.7154C4.95305 12.363 4.55023 11.9479 4.20845 11.47C3.87277 10.9922 3.60728 10.4576 3.41197 9.8663C3.22277 9.27498 3.12817 8.64484 3.12817 7.97588C3.12817 7.09189 3.29296 6.28256 3.62254 5.5479C3.95822 4.81323 4.41291 4.18309 4.98662 3.65748C5.56643 3.13186 6.24085 2.72571 7.00986 2.43901C7.78498 2.14634 8.61502 2 9.5 2C10.385 2 11.212 2.14634 11.981 2.43901C12.7561 2.72571 13.4305 3.13186 14.0042 3.65748C14.584 4.18309 15.0387 4.81323 15.3683 5.5479C15.704 6.28256 15.8718 7.09189 15.8718 7.97588C15.8718 8.64484 15.7742 9.27498 15.5789 9.8663C15.3897 10.4576 15.1242 10.9922 14.7824 11.47C14.4467 11.9479 14.0439 12.363 13.5739 12.7154C13.1101 13.0678 12.6005 13.3366 12.0451 13.5217C12.2892 13.4859 12.5333 13.456 12.7775 13.4321C13.0277 13.4082 13.2718 13.3963 13.5099 13.3963H16Z", fill: "#6E6E6E" })] }));
|
|
5
3
|
export default ToolbarSpecialCharactersIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarSubscriptIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9121 8.71838V15.0597H12.585V10.0104H12.5059L10.9502 11.0826V9.84778L12.5894 8.71838H13.9121ZM11.2808 3.90002V5.31555H8.45605V13.0597H6.81836V5.31555H4V3.90002H11.2808Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarSubscriptIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9121 8.71838V15.0597H12.585V10.0104H12.5059L10.9502 11.0826V9.84778L12.5894 8.71838H13.9121ZM11.2808 3.90002V5.31555H8.45605V13.0597H6.81836V5.31555H4V3.90002H11.2808Z", fill: "#6E6E6E" }) }));
|
|
4
3
|
export default ToolbarSubscriptIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarSuperscriptIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7808 3.88165V5.29718H7.95605V13.0413H6.31836V5.29718H3.5V3.88165H10.7808ZM15.4121 2.70001V9.04132H14.085V3.992H14.0059L12.4502 5.06427V3.82941L14.0894 2.70001H15.4121Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarSuperscriptIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7808 3.88165V5.29718H7.95605V13.0413H6.31836V5.29718H3.5V3.88165H10.7808ZM15.4121 2.70001V9.04132H14.085V3.992H14.0059L12.4502 5.06427V3.82941L14.0894 2.70001H15.4121Z", fill: "#6E6E6E" }) }));
|
|
4
3
|
export default ToolbarSuperscriptIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarSymbolIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.93411 4.5L10.3289 6.8948L10.3309 6.89282L11.4033 7.96526L7.86861 11.5H13.38V13H5.38V11.5H5.72371L9.25647 7.96725L5.78922 4.5H5.35V3H13.35V4.5H7.93411Z", fill: "#FFBD26" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarSymbolIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.93411 4.5L10.3289 6.8948L10.3309 6.89282L11.4033 7.96526L7.86861 11.5H13.38V13H5.38V11.5H5.72371L9.25647 7.96725L5.78922 4.5H5.35V3H13.35V4.5H7.93411Z", fill: "#FFBD26" }) }));
|
|
4
3
|
export default ToolbarSymbolIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarTableIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 2C16.3807 2 17.5 3.11929 17.5 4.5V11.5C17.5 12.8807 16.3807 14 15 14H4C2.61929 14 1.5 12.8807 1.5 11.5V4.5C1.5 3.11929 2.61929 2 4 2H15ZM5 7H3V11.5C3 12.0128 3.38604 12.4355 3.88338 12.4933L4 12.5H5V7ZM16 7H6.5V12.5H15C15.5128 12.5 15.9355 12.114 15.9933 11.6166L16 11.5V7ZM5 3.5H4C3.44772 3.5 3 3.94772 3 4.5V5.5H5V3.5ZM15 3.5H6.5V5.5H16V4.5C16 3.98716 15.614 3.56449 15.1166 3.50673L15 3.5Z", fill: "#F35143" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarTableIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 2C16.3807 2 17.5 3.11929 17.5 4.5V11.5C17.5 12.8807 16.3807 14 15 14H4C2.61929 14 1.5 12.8807 1.5 11.5V4.5C1.5 3.11929 2.61929 2 4 2H15ZM5 7H3V11.5C3 12.0128 3.38604 12.4355 3.88338 12.4933L4 12.5H5V7ZM16 7H6.5V12.5H15C15.5128 12.5 15.9355 12.114 15.9933 11.6166L16 11.5V7ZM5 3.5H4C3.44772 3.5 3 3.94772 3 4.5V5.5H5V3.5ZM15 3.5H6.5V5.5H16V4.5C16 3.98716 15.614 3.56449 15.1166 3.50673L15 3.5Z", fill: "#F35143" }) }));
|
|
4
3
|
export default ToolbarTableIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarUnderlineIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.75 12.4551C14.1642 12.4551 14.5 12.7909 14.5 13.2051C14.5 13.6193 14.1642 13.9551 13.75 13.9551H5.25C4.83579 13.9551 4.5 13.6193 4.5 13.2051C4.5 12.7909 4.83579 12.4551 5.25 12.4551H13.75ZM7.57227 2.5V7.90234C7.57227 9.04492 8.28711 9.8125 9.54102 9.8125C10.7949 9.8125 11.5039 9.04492 11.5039 7.90234V2.5H13.0156V8.04297C13.0156 9.88867 11.6797 11.166 9.54102 11.166C7.40234 11.166 6.06641 9.88867 6.06641 8.04297V2.5H7.57227Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarUnderlineIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.75 12.4551C14.1642 12.4551 14.5 12.7909 14.5 13.2051C14.5 13.6193 14.1642 13.9551 13.75 13.9551H5.25C4.83579 13.9551 4.5 13.6193 4.5 13.2051C4.5 12.7909 4.83579 12.4551 5.25 12.4551H13.75ZM7.57227 2.5V7.90234C7.57227 9.04492 8.28711 9.8125 9.54102 9.8125C10.7949 9.8125 11.5039 9.04492 11.5039 7.90234V2.5H13.0156V8.04297C13.0156 9.88867 11.6797 11.166 9.54102 11.166C7.40234 11.166 6.06641 9.88867 6.06641 8.04297V2.5H7.57227Z", fill: "#6E6E6E" }) }));
|
|
4
3
|
export default ToolbarUnderlineIcon;
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarUnindentIcon = (props) => (
|
|
3
|
-
React.createElement("line", { x1: "13", y1: "6.5", x2: "20", y2: "6.5", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
|
-
React.createElement("line", { x1: "13", y1: "10.25", x2: "20", y2: "10.25", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
5
|
-
React.createElement("line", { x1: "13", y1: "14", x2: "20", y2: "14", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
6
|
-
React.createElement("line", { x1: "5.5", y1: "17.75", x2: "20", y2: "17.75", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
7
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.14258 10.5003C5.14258 9.61268 5.51157 8.89314 5.96675 8.89314L9.67555 8.89314C10.1307 8.89314 10.4997 9.61268 10.4997 10.5003C10.4997 11.3879 10.1307 12.1074 9.67555 12.1074L5.96675 12.1074C5.51157 12.1074 5.14258 11.3879 5.14258 10.5003Z", fill: "#6E6E6E" }),
|
|
8
|
-
React.createElement("path", { d: "M3.55069 10.6355C3.4831 10.5675 3.4831 10.4325 3.55069 10.3645L6.61649 7.28013C6.64139 7.25508 6.65798 7.25155 6.66414 7.25059C6.673 7.2492 6.68713 7.24979 6.70517 7.25839C6.73862 7.27433 6.78571 7.31919 6.78571 7.41561L6.78571 13.5844C6.78571 13.6808 6.73862 13.7257 6.70517 13.7416C6.68713 13.7502 6.673 13.7508 6.66414 13.7494C6.65798 13.7484 6.64139 13.7449 6.61649 13.7199L3.55069 10.6355Z", fill: "#6E6E6E", stroke: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarUnindentIcon = (props) => (_jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("line", { x1: "13", y1: "6.5", x2: "20", y2: "6.5", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("line", { x1: "13", y1: "10.25", x2: "20", y2: "10.25", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("line", { x1: "13", y1: "14", x2: "20", y2: "14", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("line", { x1: "5.5", y1: "17.75", x2: "20", y2: "17.75", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.14258 10.5003C5.14258 9.61268 5.51157 8.89314 5.96675 8.89314L9.67555 8.89314C10.1307 8.89314 10.4997 9.61268 10.4997 10.5003C10.4997 11.3879 10.1307 12.1074 9.67555 12.1074L5.96675 12.1074C5.51157 12.1074 5.14258 11.3879 5.14258 10.5003Z", fill: "#6E6E6E" }), _jsx("path", { d: "M3.55069 10.6355C3.4831 10.5675 3.4831 10.4325 3.55069 10.3645L6.61649 7.28013C6.64139 7.25508 6.65798 7.25155 6.66414 7.25059C6.673 7.2492 6.68713 7.24979 6.70517 7.25839C6.73862 7.27433 6.78571 7.31919 6.78571 7.41561L6.78571 13.5844C6.78571 13.6808 6.73862 13.7257 6.70517 13.7416C6.68713 13.7502 6.673 13.7508 6.66414 13.7494C6.65798 13.7484 6.64139 13.7449 6.61649 13.7199L3.55069 10.6355Z", fill: "#6E6E6E", stroke: "#6E6E6E" })] }));
|
|
9
3
|
export default ToolbarUnindentIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ToolbarUnorderedListIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75569 2.5C5.00148 2.5 6.01139 3.50991 6.01139 4.75569C6.01139 6.00148 5.00148 7.01139 3.75569 7.01139C2.50991 7.01139 1.5 6.00148 1.5 4.75569C1.5 3.50991 2.50991 2.5 3.75569 2.5ZM3.75569 3.73038C3.18943 3.73038 2.73038 4.18943 2.73038 4.75569C2.73038 5.32196 3.18943 5.78101 3.75569 5.78101C4.32196 5.78101 4.78101 5.32196 4.78101 4.75569C4.78101 4.18943 4.32196 3.73038 3.75569 3.73038ZM3.75569 9.5C5.00148 9.5 6.01139 10.5099 6.01139 11.7557C6.01139 13.0015 5.00148 14.0114 3.75569 14.0114C2.50991 14.0114 1.5 13.0015 1.5 11.7557C1.5 10.5099 2.50991 9.5 3.75569 9.5ZM3.75569 10.7304C3.18943 10.7304 2.73038 11.1894 2.73038 11.7557C2.73038 12.322 3.18943 12.781 3.75569 12.781C4.32196 12.781 4.78101 12.322 4.78101 11.7557C4.78101 11.1894 4.32196 10.7304 3.75569 10.7304ZM16.25 11C16.6642 11 17 11.3358 17 11.75C17 12.1642 16.6642 12.5 16.25 12.5H9.75C9.33579 12.5 9 12.1642 9 11.75C9 11.3358 9.33579 11 9.75 11H16.25ZM16.25 4C16.6642 4 17 4.33579 17 4.75C17 5.16421 16.6642 5.5 16.25 5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H16.25Z", fill: "#0B6BB8" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ToolbarUnorderedListIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75569 2.5C5.00148 2.5 6.01139 3.50991 6.01139 4.75569C6.01139 6.00148 5.00148 7.01139 3.75569 7.01139C2.50991 7.01139 1.5 6.00148 1.5 4.75569C1.5 3.50991 2.50991 2.5 3.75569 2.5ZM3.75569 3.73038C3.18943 3.73038 2.73038 4.18943 2.73038 4.75569C2.73038 5.32196 3.18943 5.78101 3.75569 5.78101C4.32196 5.78101 4.78101 5.32196 4.78101 4.75569C4.78101 4.18943 4.32196 3.73038 3.75569 3.73038ZM3.75569 9.5C5.00148 9.5 6.01139 10.5099 6.01139 11.7557C6.01139 13.0015 5.00148 14.0114 3.75569 14.0114C2.50991 14.0114 1.5 13.0015 1.5 11.7557C1.5 10.5099 2.50991 9.5 3.75569 9.5ZM3.75569 10.7304C3.18943 10.7304 2.73038 11.1894 2.73038 11.7557C2.73038 12.322 3.18943 12.781 3.75569 12.781C4.32196 12.781 4.78101 12.322 4.78101 11.7557C4.78101 11.1894 4.32196 10.7304 3.75569 10.7304ZM16.25 11C16.6642 11 17 11.3358 17 11.75C17 12.1642 16.6642 12.5 16.25 12.5H9.75C9.33579 12.5 9 12.1642 9 11.75C9 11.3358 9.33579 11 9.75 11H16.25ZM16.25 4C16.6642 4 17 4.33579 17 4.75C17 5.16421 16.6642 5.5 16.25 5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H16.25Z", fill: "#0B6BB8" }) }));
|
|
4
3
|
export default ToolbarUnorderedListIcon;
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const TranslateIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M17 7.6829L17.0811 7.69169C17.2631 7.72918 17.4004 7.89016 17.4004 8.08329C17.4004 8.27641 17.2631 8.4374 17.0811 8.47489L17 8.48368H12.5C12.2791 8.48368 12.0996 8.3042 12.0996 8.08329C12.0996 7.86237 12.2791 7.6829 12.5 7.6829H17Z", fill: "#6E6E6E" }),
|
|
4
|
-
React.createElement("path", { d: "M13.349 7.98829C13.5376 7.96168 13.7123 8.07734 13.7719 8.25545L13.7904 8.33514L13.8378 8.65308C13.9638 9.37209 14.2014 9.94791 14.638 10.5142C15.149 11.1767 15.9471 11.8456 17.2165 12.6998C17.3979 12.8219 17.4485 13.0733 17.3291 13.2614C17.2094 13.4496 16.9649 13.503 16.7833 13.3808C15.4972 12.5153 14.6124 11.7899 14.021 11.023C13.4931 10.3386 13.2104 9.63634 13.0645 8.80858L13.0097 8.44607L13.0073 8.36322C13.0207 8.17493 13.1606 8.01505 13.349 7.98829Z", fill: "#6E6E6E" }),
|
|
5
|
-
React.createElement("path", { d: "M16.151 7.98829C15.9624 7.96168 15.7877 8.07734 15.7282 8.25545L15.7097 8.33514L15.6623 8.65308C15.5362 9.37209 15.2987 9.94791 14.862 10.5142C14.3511 11.1767 13.5529 11.8456 12.2836 12.6998C12.1021 12.8219 12.0515 13.0733 12.1709 13.2614C12.2906 13.4496 12.5352 13.503 12.7167 13.3808C14.0029 12.5153 14.8876 11.7899 15.4791 11.023C16.0069 10.3386 16.2897 9.63634 16.4356 8.80858L16.4903 8.44607L16.4928 8.36322C16.4793 8.17493 16.3394 8.01505 16.151 7.98829Z", fill: "#6E6E6E" }),
|
|
6
|
-
React.createElement("path", { d: "M15.1548 7.92969L15.146 8.01074C15.1086 8.19291 14.9476 8.33008 14.7544 8.33008C14.5612 8.33008 14.4002 8.19291 14.3628 8.01074L14.354 7.92969V7C14.354 6.77909 14.5335 6.59961 14.7544 6.59961C14.9753 6.59961 15.1548 6.77909 15.1548 7V7.92969Z", fill: "#6E6E6E" }),
|
|
7
|
-
React.createElement("path", { d: "M10.0938 14.1494C10.2874 13.9527 10.6039 13.95 10.8008 14.1436C10.9975 14.3372 11.0002 14.6537 10.8066 14.8506L8.23633 17.4629C8.32048 17.4859 8.40856 17.5 8.5 17.5H17.5C18.0523 17.5 18.5 17.0523 18.5 16.5V4.5C18.5 3.94772 18.0523 3.5 17.5 3.5H10C9.72386 3.5 9.5 3.27614 9.5 3C9.5 2.72386 9.72386 2.5 10 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V16.5C19.5 17.6046 18.6046 18.5 17.5 18.5H8.5C7.39543 18.5 6.5 17.6046 6.5 16.5V14.5C6.5 14.2239 6.72386 14 7 14C7.27614 14 7.5 14.2239 7.5 14.5V16.5C7.5 16.5871 7.51226 16.6714 7.5332 16.752L10.0938 14.1494Z", fill: "#6E6E6E" }),
|
|
8
|
-
React.createElement("path", { d: "M0 13V2C0 0.89543 0.895431 0 2 0H8.22565C9.23805 0 10.0908 0.756519 10.2114 1.76171L11.5855 13.2128C11.6996 14.1634 10.9574 15 10 15V14C10.3578 14 10.6354 13.6873 10.5928 13.332L9.21875 1.88086C9.15844 1.37826 8.73179 1 8.22559 1H2C1.48232 1 1.05621 1.39333 1.00488 1.89746L1 2V13C1 13.5523 1.44772 14 2 14L2 15L1.7959 14.9893C0.854346 14.8938 0.1062 14.1457 0.0107422 13.2041L0 13ZM10 14V15H2L2 14H10Z", fill: "#6E6E6E" }),
|
|
9
|
-
React.createElement("path", { d: "M5.65918 3.00781C6.02373 3.04499 6.34625 3.20823 6.59961 3.45996C6.80754 3.66331 6.95407 3.91034 7.06055 4.15625L7.15527 4.40039L7.15723 4.40723L7.16016 4.41406L8.85938 9.58203L8.93262 9.82422C8.96677 9.96098 8.98846 10.1032 8.99609 10.249L9.26758 10.5283H8.99121C8.98953 10.5469 8.98663 10.5653 8.98438 10.584L8.98633 10.585C8.95038 10.9151 8.82305 11.2818 8.52246 11.5742L8.52344 11.5752C8.52182 11.5768 8.5192 11.5775 8.51758 11.5791C8.51338 11.5832 8.51013 11.5888 8.50586 11.5928L8.50488 11.5908C8.21558 11.868 7.85102 12 7.47754 12C7.06518 11.9999 6.62355 11.8578 6.29688 11.4805L6.28906 11.4717L6.28223 11.4629C6.26561 11.4428 6.25001 11.4212 6.23438 11.4004L6.14746 11.6133L5.82324 10.5283H5.16797L4.84375 11.623L4.75391 11.4053C4.74961 11.4112 4.74655 11.418 4.74219 11.4238C4.42318 11.8507 3.95695 11.9999 3.54395 12C3.16844 12 2.79801 11.8714 2.50195 11.5928L2.48926 11.5811L2.47656 11.5684C2.20132 11.2905 2.06549 10.9487 2.01855 10.6172V10.6123C2.01475 10.5844 2.01235 10.5561 2.00977 10.5283H1.68848L2.00879 10.2031C2.02179 10.0014 2.05787 9.80543 2.11523 9.62012L2.11816 9.61133L2.12109 9.60352L3.82715 4.41406C3.93281 4.09112 4.09769 3.73495 4.37988 3.45898L4.38672 3.45312L4.39355 3.44629C4.68404 3.17277 5.06275 3 5.49707 3L5.65918 3.00781ZM5.497 4C5.34165 4 5.20228 4.05809 5.07891 4.17427C4.96011 4.29046 4.85958 4.47441 4.77734 4.72614L3.0707 9.91563C3.00673 10.1222 2.98617 10.3094 3.00902 10.4772C3.03186 10.6385 3.09127 10.7676 3.18722 10.8645C3.2591 10.9321 3.34389 10.9742 3.44141 10.9912L3.54363 11C3.60547 11 3.66189 10.993 3.7128 10.979C3.77191 10.9627 3.82297 10.9376 3.86719 10.9023L3.94116 10.8257C4.02797 10.7095 4.1125 10.5224 4.19475 10.2642L4.41602 9.52832H6.57031L6.7924 10.2642C6.87008 10.5224 6.95689 10.7095 7.05285 10.8257C7.15337 10.9419 7.29502 11 7.47779 11C7.61487 11 7.72911 10.9548 7.82049 10.8645C7.91645 10.7741 7.97356 10.645 7.99184 10.4772C8.01469 10.3094 7.98956 10.1222 7.91645 9.91563L6.20981 4.72614C6.123 4.47441 6.02019 4.29046 5.90139 4.17427C5.78715 4.05809 5.65236 4 5.497 4ZM5.497 5.94606L6.16016 8.16309H4.82617L5.48329 5.94606H5.497Z", fill: "#6E6E6E" }),
|
|
10
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 0C0.895431 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H10C10.9574 15 11.6996 14.1634 11.5855 13.2128L10.2114 1.76171C10.0908 0.756519 9.23805 0 8.22565 0H2ZM3.18722 10.8645C3.09127 10.7676 3.03186 10.6385 3.00902 10.4772C2.98617 10.3094 3.00673 10.1222 3.0707 9.91563L4.77734 4.72614C4.85958 4.47441 4.96011 4.29046 5.07891 4.17427C5.20228 4.05809 5.34165 4 5.497 4C5.65236 4 5.78715 4.05809 5.90139 4.17427C6.02019 4.29046 6.123 4.47441 6.20981 4.72614L7.91645 9.91563C7.98956 10.1222 8.01469 10.3094 7.99184 10.4772C7.97356 10.645 7.91645 10.7741 7.82049 10.8645C7.72911 10.9548 7.61487 11 7.47779 11C7.29502 11 7.15337 10.9419 7.05285 10.8257C6.95689 10.7095 6.87008 10.5224 6.7924 10.2642L6.57031 9.52832H4.41602L4.19475 10.2642C4.1125 10.5224 4.02797 10.7095 3.94116 10.8257L3.86719 10.9023C3.82297 10.9376 3.77191 10.9627 3.7128 10.979C3.66189 10.993 3.60547 11 3.54363 11L3.44141 10.9912C3.34389 10.9742 3.2591 10.9321 3.18722 10.8645ZM5.48329 5.94606L4.82617 8.16309H6.16016L5.497 5.94606H5.48329Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TranslateIcon = (props) => (_jsxs("svg", { width: "20", height: "19", viewBox: "0 0 20 19", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M17 7.6829L17.0811 7.69169C17.2631 7.72918 17.4004 7.89016 17.4004 8.08329C17.4004 8.27641 17.2631 8.4374 17.0811 8.47489L17 8.48368H12.5C12.2791 8.48368 12.0996 8.3042 12.0996 8.08329C12.0996 7.86237 12.2791 7.6829 12.5 7.6829H17Z", fill: "#6E6E6E" }), _jsx("path", { d: "M13.349 7.98829C13.5376 7.96168 13.7123 8.07734 13.7719 8.25545L13.7904 8.33514L13.8378 8.65308C13.9638 9.37209 14.2014 9.94791 14.638 10.5142C15.149 11.1767 15.9471 11.8456 17.2165 12.6998C17.3979 12.8219 17.4485 13.0733 17.3291 13.2614C17.2094 13.4496 16.9649 13.503 16.7833 13.3808C15.4972 12.5153 14.6124 11.7899 14.021 11.023C13.4931 10.3386 13.2104 9.63634 13.0645 8.80858L13.0097 8.44607L13.0073 8.36322C13.0207 8.17493 13.1606 8.01505 13.349 7.98829Z", fill: "#6E6E6E" }), _jsx("path", { d: "M16.151 7.98829C15.9624 7.96168 15.7877 8.07734 15.7282 8.25545L15.7097 8.33514L15.6623 8.65308C15.5362 9.37209 15.2987 9.94791 14.862 10.5142C14.3511 11.1767 13.5529 11.8456 12.2836 12.6998C12.1021 12.8219 12.0515 13.0733 12.1709 13.2614C12.2906 13.4496 12.5352 13.503 12.7167 13.3808C14.0029 12.5153 14.8876 11.7899 15.4791 11.023C16.0069 10.3386 16.2897 9.63634 16.4356 8.80858L16.4903 8.44607L16.4928 8.36322C16.4793 8.17493 16.3394 8.01505 16.151 7.98829Z", fill: "#6E6E6E" }), _jsx("path", { d: "M15.1548 7.92969L15.146 8.01074C15.1086 8.19291 14.9476 8.33008 14.7544 8.33008C14.5612 8.33008 14.4002 8.19291 14.3628 8.01074L14.354 7.92969V7C14.354 6.77909 14.5335 6.59961 14.7544 6.59961C14.9753 6.59961 15.1548 6.77909 15.1548 7V7.92969Z", fill: "#6E6E6E" }), _jsx("path", { d: "M10.0938 14.1494C10.2874 13.9527 10.6039 13.95 10.8008 14.1436C10.9975 14.3372 11.0002 14.6537 10.8066 14.8506L8.23633 17.4629C8.32048 17.4859 8.40856 17.5 8.5 17.5H17.5C18.0523 17.5 18.5 17.0523 18.5 16.5V4.5C18.5 3.94772 18.0523 3.5 17.5 3.5H10C9.72386 3.5 9.5 3.27614 9.5 3C9.5 2.72386 9.72386 2.5 10 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V16.5C19.5 17.6046 18.6046 18.5 17.5 18.5H8.5C7.39543 18.5 6.5 17.6046 6.5 16.5V14.5C6.5 14.2239 6.72386 14 7 14C7.27614 14 7.5 14.2239 7.5 14.5V16.5C7.5 16.5871 7.51226 16.6714 7.5332 16.752L10.0938 14.1494Z", fill: "#6E6E6E" }), _jsx("path", { d: "M0 13V2C0 0.89543 0.895431 0 2 0H8.22565C9.23805 0 10.0908 0.756519 10.2114 1.76171L11.5855 13.2128C11.6996 14.1634 10.9574 15 10 15V14C10.3578 14 10.6354 13.6873 10.5928 13.332L9.21875 1.88086C9.15844 1.37826 8.73179 1 8.22559 1H2C1.48232 1 1.05621 1.39333 1.00488 1.89746L1 2V13C1 13.5523 1.44772 14 2 14L2 15L1.7959 14.9893C0.854346 14.8938 0.1062 14.1457 0.0107422 13.2041L0 13ZM10 14V15H2L2 14H10Z", fill: "#6E6E6E" }), _jsx("path", { d: "M5.65918 3.00781C6.02373 3.04499 6.34625 3.20823 6.59961 3.45996C6.80754 3.66331 6.95407 3.91034 7.06055 4.15625L7.15527 4.40039L7.15723 4.40723L7.16016 4.41406L8.85938 9.58203L8.93262 9.82422C8.96677 9.96098 8.98846 10.1032 8.99609 10.249L9.26758 10.5283H8.99121C8.98953 10.5469 8.98663 10.5653 8.98438 10.584L8.98633 10.585C8.95038 10.9151 8.82305 11.2818 8.52246 11.5742L8.52344 11.5752C8.52182 11.5768 8.5192 11.5775 8.51758 11.5791C8.51338 11.5832 8.51013 11.5888 8.50586 11.5928L8.50488 11.5908C8.21558 11.868 7.85102 12 7.47754 12C7.06518 11.9999 6.62355 11.8578 6.29688 11.4805L6.28906 11.4717L6.28223 11.4629C6.26561 11.4428 6.25001 11.4212 6.23438 11.4004L6.14746 11.6133L5.82324 10.5283H5.16797L4.84375 11.623L4.75391 11.4053C4.74961 11.4112 4.74655 11.418 4.74219 11.4238C4.42318 11.8507 3.95695 11.9999 3.54395 12C3.16844 12 2.79801 11.8714 2.50195 11.5928L2.48926 11.5811L2.47656 11.5684C2.20132 11.2905 2.06549 10.9487 2.01855 10.6172V10.6123C2.01475 10.5844 2.01235 10.5561 2.00977 10.5283H1.68848L2.00879 10.2031C2.02179 10.0014 2.05787 9.80543 2.11523 9.62012L2.11816 9.61133L2.12109 9.60352L3.82715 4.41406C3.93281 4.09112 4.09769 3.73495 4.37988 3.45898L4.38672 3.45312L4.39355 3.44629C4.68404 3.17277 5.06275 3 5.49707 3L5.65918 3.00781ZM5.497 4C5.34165 4 5.20228 4.05809 5.07891 4.17427C4.96011 4.29046 4.85958 4.47441 4.77734 4.72614L3.0707 9.91563C3.00673 10.1222 2.98617 10.3094 3.00902 10.4772C3.03186 10.6385 3.09127 10.7676 3.18722 10.8645C3.2591 10.9321 3.34389 10.9742 3.44141 10.9912L3.54363 11C3.60547 11 3.66189 10.993 3.7128 10.979C3.77191 10.9627 3.82297 10.9376 3.86719 10.9023L3.94116 10.8257C4.02797 10.7095 4.1125 10.5224 4.19475 10.2642L4.41602 9.52832H6.57031L6.7924 10.2642C6.87008 10.5224 6.95689 10.7095 7.05285 10.8257C7.15337 10.9419 7.29502 11 7.47779 11C7.61487 11 7.72911 10.9548 7.82049 10.8645C7.91645 10.7741 7.97356 10.645 7.99184 10.4772C8.01469 10.3094 7.98956 10.1222 7.91645 9.91563L6.20981 4.72614C6.123 4.47441 6.02019 4.29046 5.90139 4.17427C5.78715 4.05809 5.65236 4 5.497 4ZM5.497 5.94606L6.16016 8.16309H4.82617L5.48329 5.94606H5.497Z", fill: "#6E6E6E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 0C0.895431 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H10C10.9574 15 11.6996 14.1634 11.5855 13.2128L10.2114 1.76171C10.0908 0.756519 9.23805 0 8.22565 0H2ZM3.18722 10.8645C3.09127 10.7676 3.03186 10.6385 3.00902 10.4772C2.98617 10.3094 3.00673 10.1222 3.0707 9.91563L4.77734 4.72614C4.85958 4.47441 4.96011 4.29046 5.07891 4.17427C5.20228 4.05809 5.34165 4 5.497 4C5.65236 4 5.78715 4.05809 5.90139 4.17427C6.02019 4.29046 6.123 4.47441 6.20981 4.72614L7.91645 9.91563C7.98956 10.1222 8.01469 10.3094 7.99184 10.4772C7.97356 10.645 7.91645 10.7741 7.82049 10.8645C7.72911 10.9548 7.61487 11 7.47779 11C7.29502 11 7.15337 10.9419 7.05285 10.8257C6.95689 10.7095 6.87008 10.5224 6.7924 10.2642L6.57031 9.52832H4.41602L4.19475 10.2642C4.1125 10.5224 4.02797 10.7095 3.94116 10.8257L3.86719 10.9023C3.82297 10.9376 3.77191 10.9627 3.7128 10.979C3.66189 10.993 3.60547 11 3.54363 11L3.44141 10.9912C3.34389 10.9742 3.2591 10.9321 3.18722 10.8645ZM5.48329 5.94606L4.82617 8.16309H6.16016L5.497 5.94606H5.48329Z", fill: "#6E6E6E" })] }));
|
|
11
3
|
export default TranslateIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const TriangleCollapsedIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.731 5.65627C5.38994 5.23955 5.43134 4.60792 5.82348 4.24548C6.21562 3.88304 6.81 3.92704 7.15106 4.34375L10.5 8.43549L7.20134 12.6403C6.86855 13.0645 6.27516 13.1217 5.87597 12.7681C5.47679 12.4144 5.42296 11.7839 5.75575 11.3596L8.02818 8.46297L5.731 5.65627Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const TriangleCollapsedIcon = (props) => (_jsx("svg", { width: "17", height: "17", viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.731 5.65627C5.38994 5.23955 5.43134 4.60792 5.82348 4.24548C6.21562 3.88304 6.81 3.92704 7.15106 4.34375L10.5 8.43549L7.20134 12.6403C6.86855 13.0645 6.27516 13.1217 5.87597 12.7681C5.47679 12.4144 5.42296 11.7839 5.75575 11.3596L8.02818 8.46297L5.731 5.65627Z", fill: "#6E6E6E" }) }));
|
|
4
3
|
export default TriangleCollapsedIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const TriangleExpandedIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8437 6.231C11.2604 5.88994 11.8921 5.93134 12.2545 6.32348C12.617 6.71562 12.573 7.31 12.1562 7.65106L8.06451 11L3.85969 7.70134C3.43548 7.36855 3.37828 6.77516 3.73193 6.37598C4.08557 5.97679 4.71615 5.92296 5.14035 6.25575L8.03703 8.52818L10.8437 6.231Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const TriangleExpandedIcon = (props) => (_jsx("svg", { width: "17", height: "17", viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8437 6.231C11.2604 5.88994 11.8921 5.93134 12.2545 6.32348C12.617 6.71562 12.573 7.31 12.1562 7.65106L8.06451 11L3.85969 7.70134C3.43548 7.36855 3.37828 6.77516 3.73193 6.37598C4.08557 5.97679 4.71615 5.92296 5.14035 6.25575L8.03703 8.52818L10.8437 6.231Z", fill: "#6E6E6E" }) }));
|
|
4
3
|
export default TriangleExpandedIcon;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const UploadIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M8.5 12.5V1.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
|
-
React.createElement("path", { d: "M13.5 6.5L8.5 1.5L3.5 6.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
5
|
-
React.createElement("path", { d: "M15.5 16.5H1.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UploadIcon = (props) => (_jsxs("svg", { width: "17", height: "18", viewBox: "0 0 17 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M8.5 12.5V1.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M13.5 6.5L8.5 1.5L3.5 6.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M15.5 16.5H1.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
6
3
|
export default UploadIcon;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const VerticalEllipsisIcon = (props) => (
|
|
3
|
-
React.createElement("circle", { cx: "8", cy: "2", r: "2", fill: "#1A9BC7" }),
|
|
4
|
-
React.createElement("circle", { cx: "8", cy: "8", r: "2", fill: "#1A9BC7" }),
|
|
5
|
-
React.createElement("circle", { cx: "8", cy: "14", r: "2", fill: "#1A9BC7" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VerticalEllipsisIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("circle", { cx: "8", cy: "2", r: "2", fill: "#1A9BC7" }), _jsx("circle", { cx: "8", cy: "8", r: "2", fill: "#1A9BC7" }), _jsx("circle", { cx: "8", cy: "14", r: "2", fill: "#1A9BC7" })] }));
|
|
6
3
|
export default VerticalEllipsisIcon;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
export const XIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.34921 12.4923C3.01447 12.1576 3.01447 11.6187 3.34921 11.2839L12.7654 \n 1.86772C13.1001 1.53298 13.639 1.53298 13.9738 1.86772C14.3085 2.20246 \n 14.3085 2.74135 13.9738 3.07609L4.55758 12.4923C4.22284 12.8271 3.68395 \n 12.8271 3.34921 12.4923Z" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.34921 1.86667C3.01447 2.20141 3.01447 2.74029 3.34921 3.07503L12.7654 \n 12.4913C13.1001 12.826 13.639 12.826 13.9738 12.4913C14.3085 12.1565 \n 14.3085 11.6176 13.9738 11.2829L4.55758 1.86667C4.22284 1.53193 3.68395 \n 1.53193 3.34921 1.86667Z" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
export const XIcon = (props) => (_jsxs("svg", { width: 30, height: 30, viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.34921 12.4923C3.01447 12.1576 3.01447 11.6187 3.34921 11.2839L12.7654 \n 1.86772C13.1001 1.53298 13.639 1.53298 13.9738 1.86772C14.3085 2.20246 \n 14.3085 2.74135 13.9738 3.07609L4.55758 12.4923C4.22284 12.8271 3.68395 \n 12.8271 3.34921 12.4923Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.34921 1.86667C3.01447 2.20141 3.01447 2.74029 3.34921 3.07503L12.7654 \n 12.4913C13.1001 12.826 13.639 12.826 13.9738 12.4913C14.3085 12.1565 \n 14.3085 11.6176 13.9738 11.2829L4.55758 1.86667C4.22284 1.53193 3.68395 \n 1.53193 3.34921 1.86667Z" })] }));
|
|
5
3
|
export default XIcon;
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { useRef, useState } from 'react';
|
|
17
17
|
export const useScrollDetection = (topTrigger, bottomTrigger) => {
|
|
18
|
-
const refRoot = useRef();
|
|
19
|
-
const observer = useRef();
|
|
18
|
+
const refRoot = useRef(null);
|
|
19
|
+
const observer = useRef(undefined);
|
|
20
20
|
const [triggers, setTriggers] = useState({ bottom: false, top: false });
|
|
21
21
|
const ref = (node) => {
|
|
22
22
|
if (!node) {
|
package/dist/es/index.js
CHANGED
|
@@ -43,7 +43,6 @@ export * from './components/Badge';
|
|
|
43
43
|
export * from './components/NavDropdown';
|
|
44
44
|
export * from './components/Dropdown';
|
|
45
45
|
export * from './components/LoadingOverlay';
|
|
46
|
-
export * from './components/DatePicker';
|
|
47
46
|
export * from './components/Text';
|
|
48
47
|
export * from './components/RelativeDate';
|
|
49
48
|
export * from './components/Menus';
|
package/dist/es/lib/files.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { FileAudioIcon, FileCodeIcon, FileCompressedIcon, FileDocumentIcon, FileFigureIcon, FileGraphicalAbstractIcon, FileImageIcon, FileLatexIcon, FilePdfIcon, FileTableIcon, FileUnknownIcon, FileVideoIcon, } from '../components/icons';
|
|
3
3
|
export var FileType;
|
|
4
4
|
(function (FileType) {
|
|
@@ -54,53 +54,53 @@ const extension2type = new Map([
|
|
|
54
54
|
const type2icon = new Map([
|
|
55
55
|
[
|
|
56
56
|
FileType.Audio,
|
|
57
|
-
|
|
57
|
+
_jsx(FileAudioIcon, { className: "file-icon" }, FileType.Audio),
|
|
58
58
|
],
|
|
59
59
|
[
|
|
60
60
|
FileType.Video,
|
|
61
|
-
|
|
61
|
+
_jsx(FileVideoIcon, { className: "file-icon" }, FileType.Video),
|
|
62
62
|
],
|
|
63
63
|
[
|
|
64
64
|
FileType.PlainDocument,
|
|
65
|
-
|
|
65
|
+
_jsx(FileDocumentIcon, { color: "#1A9BC7", className: "file-icon" }, FileType.PlainDocument),
|
|
66
66
|
],
|
|
67
67
|
[
|
|
68
68
|
FileType.SheetsWorkbooks,
|
|
69
|
-
|
|
69
|
+
_jsx(FileTableIcon, { className: "file-icon" }, FileType.SheetsWorkbooks),
|
|
70
70
|
],
|
|
71
71
|
[
|
|
72
72
|
FileType.Latex,
|
|
73
|
-
|
|
73
|
+
_jsx(FileLatexIcon, { color: "#1A9BC7", className: "file-icon" }, FileType.Latex),
|
|
74
74
|
],
|
|
75
75
|
[
|
|
76
76
|
FileType.CodeFile,
|
|
77
|
-
|
|
77
|
+
_jsx(FileCodeIcon, { className: "file-icon" }, FileType.CodeFile),
|
|
78
78
|
],
|
|
79
79
|
[
|
|
80
80
|
FileType.PdfFile,
|
|
81
|
-
|
|
81
|
+
_jsx(FilePdfIcon, { className: "file-icon" }, FileType.PdfFile),
|
|
82
82
|
],
|
|
83
83
|
[
|
|
84
84
|
FileType.CompressedFile,
|
|
85
|
-
|
|
85
|
+
_jsx(FileCompressedIcon, { className: "file-icon" }, FileType.CompressedFile),
|
|
86
86
|
],
|
|
87
87
|
[
|
|
88
88
|
FileType.PlainText,
|
|
89
|
-
|
|
89
|
+
_jsx(FileDocumentIcon, { color: "#FFBD26", className: "file-icon" }, FileType.PlainText),
|
|
90
90
|
],
|
|
91
91
|
[
|
|
92
92
|
FileType.Image,
|
|
93
|
-
|
|
93
|
+
_jsx(FileImageIcon, { className: "file-icon" }, FileType.Image),
|
|
94
94
|
],
|
|
95
95
|
[
|
|
96
96
|
FileType.Figure,
|
|
97
|
-
|
|
97
|
+
_jsx(FileFigureIcon, { className: "file-icon" }, FileType.Figure),
|
|
98
98
|
],
|
|
99
99
|
[
|
|
100
100
|
FileType.GraphicalAbstract,
|
|
101
|
-
|
|
101
|
+
_jsx(FileGraphicalAbstractIcon, { className: "file-icon" }, FileType.GraphicalAbstract),
|
|
102
102
|
],
|
|
103
|
-
[undefined,
|
|
103
|
+
[undefined, _jsx(FileUnknownIcon, { className: "file-icon" }, undefined)],
|
|
104
104
|
]);
|
|
105
105
|
export const getFileType = (name) => {
|
|
106
106
|
const extension = getExtension(name);
|
|
@@ -42,7 +42,7 @@ interface Props {
|
|
|
42
42
|
}
|
|
43
43
|
export declare class AlertMessage extends React.Component<Props, State> {
|
|
44
44
|
state: State;
|
|
45
|
-
render(): false |
|
|
45
|
+
render(): false | import("react/jsx-runtime").JSX.Element;
|
|
46
46
|
private handleClose;
|
|
47
47
|
}
|
|
48
48
|
export {};
|
|
@@ -33,7 +33,7 @@ export declare class AutoSaveInput extends React.Component<FieldProps & AutoSave
|
|
|
33
33
|
focused: boolean;
|
|
34
34
|
};
|
|
35
35
|
componentWillUnmount(): void;
|
|
36
|
-
render():
|
|
36
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
37
37
|
private handleSubmit;
|
|
38
38
|
private handleFocus;
|
|
39
39
|
private handleBlur;
|
|
@@ -49,7 +49,7 @@ export declare enum Category {
|
|
|
49
49
|
export declare class Dialog extends React.Component<DialogProps, DialogState> {
|
|
50
50
|
state: DialogState;
|
|
51
51
|
componentDidMount(): void;
|
|
52
|
-
render():
|
|
52
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
53
53
|
private renderButtons;
|
|
54
54
|
private checkInputValue;
|
|
55
55
|
private setDisabledBtnState;
|
|
@@ -27,7 +27,7 @@ export declare const ExpanderButton: import("styled-components").StyledComponent
|
|
|
27
27
|
} & {
|
|
28
28
|
size: number;
|
|
29
29
|
defaultColor: boolean;
|
|
30
|
-
}, "type" | "
|
|
30
|
+
}, "type" | "defaultColor" | "size">;
|
|
31
31
|
export declare const Subheading: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
32
32
|
export declare const Field: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
33
33
|
interface Props {
|
|
@@ -16,13 +16,13 @@ interface State {
|
|
|
16
16
|
startPosition: number;
|
|
17
17
|
}
|
|
18
18
|
export declare class Resizer extends React.Component<Props, State> {
|
|
19
|
-
resizerRef: React.RefObject<HTMLDivElement>;
|
|
19
|
+
resizerRef: React.RefObject<HTMLDivElement | null>;
|
|
20
20
|
state: {
|
|
21
21
|
isHovering: boolean;
|
|
22
22
|
isResizing: boolean;
|
|
23
23
|
startPosition: number;
|
|
24
24
|
};
|
|
25
|
-
render():
|
|
25
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
26
26
|
private scheduleResize;
|
|
27
27
|
private mouseDownHandler;
|
|
28
28
|
private mouseUpHandler;
|
|
@@ -21,6 +21,6 @@ export declare const TextArea: import("styled-components").StyledComponent<"text
|
|
|
21
21
|
export declare const TextFieldGroup: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
22
22
|
export declare const TextFieldLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>;
|
|
23
23
|
export declare const TextFieldWrapper: React.FC<{
|
|
24
|
-
leftIcon:
|
|
24
|
+
leftIcon: React.ReactNode;
|
|
25
25
|
children: React.ReactNode;
|
|
26
26
|
}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Tooltip as ReactTooltip } from 'react-tooltip';
|
|
3
|
-
export declare const Tooltip: (props: React.ComponentProps<typeof ReactTooltip>) =>
|
|
3
|
+
export declare const Tooltip: (props: React.ComponentProps<typeof ReactTooltip>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import React from 'react';
|
|
17
16
|
import { IconProps } from './types';
|
|
18
|
-
declare const AddAuthorIcon: (props: IconProps) =>
|
|
17
|
+
declare const AddAuthorIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export default AddAuthorIcon;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import React from 'react';
|
|
17
16
|
import { IconProps } from './types';
|
|
18
|
-
declare const AddFigureIcon: (props: IconProps) =>
|
|
17
|
+
declare const AddFigureIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export default AddFigureIcon;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import React from 'react';
|
|
17
16
|
import { IconProps } from './types';
|
|
18
|
-
declare const AffiliationPlaceholderIcon: (props: IconProps) =>
|
|
17
|
+
declare const AffiliationPlaceholderIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export default AffiliationPlaceholderIcon;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import React from 'react';
|
|
17
16
|
import { IconProps } from './types';
|
|
18
|
-
declare const AuthorPlaceholderIcon: (props: IconProps) =>
|
|
17
|
+
declare const AuthorPlaceholderIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export default AuthorPlaceholderIcon;
|
|
@@ -69,6 +69,7 @@ export { default as HelpIcon } from './help';
|
|
|
69
69
|
export { default as ImageLeftIcon } from './image-left';
|
|
70
70
|
export { default as ImageDefaultIcon } from './image-default';
|
|
71
71
|
export { default as ImageRightIcon } from './image-right';
|
|
72
|
+
export { default as InspectorPluginIcon } from './inspector-plugin';
|
|
72
73
|
export { default as LinkIcon } from './link';
|
|
73
74
|
export { default as LockIcon } from './lock';
|
|
74
75
|
export { default as LogoutIcon } from './logout';
|
|
@@ -13,6 +13,5 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
|
|
17
|
-
declare const SectionCategoryIcon: () => React.JSX.Element;
|
|
16
|
+
declare const SectionCategoryIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
18
17
|
export default SectionCategoryIcon;
|
|
@@ -2,5 +2,5 @@ import { Menu, MenuSpec } from '../lib/menus';
|
|
|
2
2
|
export declare const useMenus: (menus: MenuSpec[]) => {
|
|
3
3
|
menus: Menu[];
|
|
4
4
|
handleClick: (indices: number[]) => void;
|
|
5
|
-
ref: import("react").RefObject<HTMLDivElement>;
|
|
5
|
+
ref: import("react").RefObject<HTMLDivElement | null>;
|
|
6
6
|
};
|