@manuscripts/style-guide 3.3.5 → 3.3.7

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.
@@ -19,8 +19,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  exports.FileVideoIcon = exports.FileUnknownIcon = exports.FileTableIcon = exports.FilePdfIcon = exports.FileMainDocumentIcon = exports.FileLatexIcon = exports.FileImageIcon = exports.FileGraphicalAbstractIcon = exports.FileFigureIcon = exports.FileDocumentIcon = exports.FileCorruptedIcon = exports.FileCompressedIcon = exports.FileCodeIcon = exports.FileAudioIcon = exports.EditAttrsTrackingIcon = exports.EditIcon = exports.DraggableIcon = exports.DotsIcon = exports.DeleteIcon = exports.DeleteSolidIcon = exports.CorrespondingAuthorIcon = exports.CommentIcon = exports.CommentResolveIcon = exports.CommentReplyIcon = exports.CitationCountIcon = exports.SystemUserAvatarIcon = exports.ChatIcon = exports.BookIcon = exports.AffiliationPlaceholderIcon = exports.AuthorPlaceholderIcon = exports.AffiliationIcon = exports.AlertIcon = exports.AvatarIcon = exports.AttentionRedIcon = exports.AttentionOrangeIcon = exports.AttentionGreenIcon = exports.AttentionBlueIcon = exports.AttachIcon = exports.ArrowUpIcon = exports.ArrowLeftIcon = exports.ArrowDownCircleIcon = exports.ArrowDownIcon = exports.AddRoleIcon = exports.AddIcon = exports.AddOutlineIcon = exports.AddNewIcon = exports.AddedIcon = exports.AddFigureIcon = exports.AddCommentIcon = exports.AddAuthorIcon = void 0;
22
- exports.ToolbarUnindentIcon = exports.ToolbarIndentIcon = exports.ToolbarUnorderedListIcon = exports.ToolbarUnderlineIcon = exports.ToolbarTableIcon = exports.ToolbarSymbolIcon = exports.ToolbarSuperscriptIcon = exports.ToolbarSubscriptIcon = exports.ToolbarOrderedListIcon = exports.ToolbarItalicIcon = exports.ToolbarFigureIcon = exports.ToolbarEquationIcon = exports.ToolbarCodeIcon = exports.ToolbarCitationIcon = exports.ToolbarBoldIcon = exports.TickIcon = exports.TaskStepDoneIcon = exports.SliderOnIcon = exports.SliderOffIcon = exports.SectionCategoryIcon = exports.SearchIcon = exports.ScrollIcon = exports.SaveStatusSavingIcon = exports.SaveStatusSavedIcon = exports.SaveStatusOfflineIcon = exports.RoleReadingIcon = exports.RoleAnnotatingIcon = exports.PlusIcon = exports.OutlineUnorderedListIcon = exports.OutlineTableIcon = exports.OutlineSectionIcon = exports.OutlinePullQuoteIcon = exports.OutlineParagraphIcon = exports.OutlineOrderedListIcon = exports.OutlineManuscriptIcon = exports.OutlineFigureIcon = exports.OutlineEmbedIcon = exports.OutlineEquationIcon = exports.OutlineCodeIcon = exports.OutlineBlockQuoteIcon = exports.ManuscriptIcon = exports.LogoutIcon = exports.LockIcon = exports.LinkIcon = exports.ImageRightIcon = exports.ImageDefaultIcon = exports.ImageLeftIcon = exports.HelpIcon = exports.HandleOutlineIcon = exports.HandleInspectorIcon = void 0;
23
- exports.DangerIcon = exports.AddInstitutionIcon = exports.AddUserIcon = exports.ProfileIcon = exports.CrclTickAnimation = exports.VerticalEllipsisIcon = exports.UploadIcon = exports.TriangleExpandedIcon = exports.TriangleCollapsedIcon = exports.TranslateIcon = void 0;
22
+ exports.ToolbarUnorderedListIcon = exports.ToolbarUnderlineIcon = exports.ToolbarTableIcon = exports.ToolbarSymbolIcon = exports.ToolbarSuperscriptIcon = exports.ToolbarSubscriptIcon = exports.ToolbarSpecialCharactersIcon = exports.ToolbarOrderedListIcon = exports.ToolbarItalicIcon = exports.ToolbarFigureIcon = exports.ToolbarEquationIcon = exports.ToolbarCodeIcon = exports.ToolbarCitationIcon = exports.ToolbarBoxedTextIcon = exports.ToolbarBoldIcon = exports.TickIcon = exports.TaskStepDoneIcon = exports.SliderOnIcon = exports.SliderOffIcon = exports.SectionCategoryIcon = exports.SearchIcon = exports.ScrollIcon = exports.SaveStatusSavingIcon = exports.SaveStatusSavedIcon = exports.SaveStatusOfflineIcon = exports.RoleReadingIcon = exports.RoleAnnotatingIcon = exports.PlusIcon = exports.OutlineUnorderedListIcon = exports.OutlineTableIcon = exports.OutlineSectionIcon = exports.OutlinePullQuoteIcon = exports.OutlineParagraphIcon = exports.OutlineOrderedListIcon = exports.OutlineManuscriptIcon = exports.OutlineFigureIcon = exports.OutlineEmbedIcon = exports.OutlineEquationIcon = exports.OutlineCodeIcon = exports.OutlineBlockQuoteIcon = exports.ManuscriptIcon = exports.LogoutIcon = exports.LockIcon = exports.LinkIcon = exports.ImageRightIcon = exports.ImageDefaultIcon = exports.ImageLeftIcon = exports.HelpIcon = exports.HandleOutlineIcon = exports.HandleInspectorIcon = void 0;
23
+ exports.DangerIcon = exports.AddInstitutionIcon = exports.AddUserIcon = exports.ProfileIcon = exports.CrclTickAnimation = exports.VerticalEllipsisIcon = exports.UploadIcon = exports.TriangleExpandedIcon = exports.TriangleCollapsedIcon = exports.TranslateIcon = exports.ToolbarUnindentIcon = exports.ToolbarIndentIcon = void 0;
24
24
  var add_author_1 = require("./add-author");
25
25
  Object.defineProperty(exports, "AddAuthorIcon", { enumerable: true, get: function () { return __importDefault(add_author_1).default; } });
26
26
  var add_comment_1 = require("./add-comment");
@@ -193,6 +193,8 @@ var tick_1 = require("./tick");
193
193
  Object.defineProperty(exports, "TickIcon", { enumerable: true, get: function () { return __importDefault(tick_1).default; } });
194
194
  var toolbar_bold_1 = require("./toolbar-bold");
195
195
  Object.defineProperty(exports, "ToolbarBoldIcon", { enumerable: true, get: function () { return __importDefault(toolbar_bold_1).default; } });
196
+ var toolbar_boxed_text_1 = require("./toolbar-boxed-text");
197
+ Object.defineProperty(exports, "ToolbarBoxedTextIcon", { enumerable: true, get: function () { return __importDefault(toolbar_boxed_text_1).default; } });
196
198
  var toolbar_citation_1 = require("./toolbar-citation");
197
199
  Object.defineProperty(exports, "ToolbarCitationIcon", { enumerable: true, get: function () { return __importDefault(toolbar_citation_1).default; } });
198
200
  var toolbar_code_1 = require("./toolbar-code");
@@ -205,6 +207,8 @@ var toolbar_italic_1 = require("./toolbar-italic");
205
207
  Object.defineProperty(exports, "ToolbarItalicIcon", { enumerable: true, get: function () { return __importDefault(toolbar_italic_1).default; } });
206
208
  var toolbar_ordered_list_1 = require("./toolbar-ordered-list");
207
209
  Object.defineProperty(exports, "ToolbarOrderedListIcon", { enumerable: true, get: function () { return __importDefault(toolbar_ordered_list_1).default; } });
210
+ var toolbar_special_characters_1 = require("./toolbar-special-characters");
211
+ Object.defineProperty(exports, "ToolbarSpecialCharactersIcon", { enumerable: true, get: function () { return __importDefault(toolbar_special_characters_1).default; } });
208
212
  var toolbar_subscript_1 = require("./toolbar-subscript");
209
213
  Object.defineProperty(exports, "ToolbarSubscriptIcon", { enumerable: true, get: function () { return __importDefault(toolbar_subscript_1).default; } });
210
214
  var toolbar_superscript_1 = require("./toolbar-superscript");
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const react_1 = __importDefault(require("react"));
7
- const LinkIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.createElement("path", { d: "M6.63317 12.1949L4.74782 14.0803C3.9662 14.8619 2.70042 14.8619 1.91945 14.0804C1.13832 13.2993 1.13832 12.0334 1.91929 11.2524L5.69063 7.48109C6.4716 6.70009 7.73751 6.70009 8.51848 7.48109C8.77882 7.74143 9.20095 7.74143 9.46129 7.48109C9.72163 7.22075 9.72163 6.79862 9.46129 6.53828C8.1596 5.23659 6.04951 5.23659 4.74782 6.53828L0.97651 10.3096C-0.325178 11.6113 -0.325178 13.7214 0.97651 15.0231C2.27804 16.3254 4.38829 16.3254 5.69067 15.0231L7.57601 13.1377C7.83635 12.8774 7.83635 12.4552 7.57601 12.1949C7.31567 11.9346 6.89351 11.9346 6.63317 12.1949Z", fill: "#6E6E6E" }),
9
- react_1.default.createElement("path", { d: "M15.0235 0.976266C13.7218 -0.325422 11.6111 -0.325422 10.3094 0.976266L8.04737 3.23827C7.78702 3.49861 7.78702 3.92073 8.04737 4.18108C8.30771 4.44142 8.72984 4.44142 8.99018 4.18108L11.2522 1.91908C12.0331 1.13808 13.2997 1.13808 14.0807 1.91908C14.8617 2.70005 14.8617 3.96595 14.0807 4.74692L9.93271 8.89495C9.15171 9.67595 7.88584 9.67595 7.10487 8.89495C6.84452 8.63461 6.4224 8.63461 6.16205 8.89495C5.90171 9.1553 5.90171 9.57742 6.16205 9.83777C7.46374 11.1395 9.57384 11.1395 10.8755 9.83777L15.0235 5.68977C16.3252 4.38808 16.3252 2.27795 15.0235 0.976266Z", fill: "#6E6E6E" })));
7
+ const LinkIcon = (props) => (react_1.default.createElement("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
+ react_1.default.createElement("path", { d: "M0 0H20V20H0V0Z", fill: "white" }),
9
+ react_1.default.createElement("path", { d: "M0.857143 10C0.857143 7.47527 2.96232 5.42857 5.55918 5.42857H7.9102C8.34302 5.42857 8.69388 5.76969 8.69388 6.19048C8.69388 6.61127 8.34302 6.95238 7.9102 6.95238H5.55918C3.82794 6.95238 2.42449 8.31685 2.42449 10C2.42449 11.6832 3.82794 13.0476 5.55918 13.0476H7.9102C8.34302 13.0476 8.69388 13.3887 8.69388 13.8095C8.69388 14.2303 8.34302 14.5714 7.9102 14.5714H5.55918C2.96232 14.5714 0.857143 12.5247 0.857143 10ZM17.5755 10C17.5755 8.31685 16.1721 6.95238 14.4408 6.95238H12.0898C11.657 6.95238 11.3061 6.61127 11.3061 6.19048C11.3061 5.76969 11.657 5.42857 12.0898 5.42857H14.4408C17.0377 5.42857 19.1429 7.47527 19.1429 10C19.1429 12.5247 17.0377 14.5714 14.4408 14.5714H12.0898C11.657 14.5714 11.3061 14.2303 11.3061 13.8095C11.3061 13.3887 11.657 13.0476 12.0898 13.0476H14.4408C16.1721 13.0476 17.5755 11.6832 17.5755 10ZM12.8735 9.2381C13.3063 9.2381 13.6571 9.57921 13.6571 10C13.6571 10.4208 13.3063 10.7619 12.8735 10.7619H7.12653C6.69372 10.7619 6.34286 10.4208 6.34286 10C6.34286 9.57921 6.69372 9.2381 7.12653 9.2381H12.8735Z", fill: "#0D79D0" })));
10
10
  exports.default = LinkIcon;
@@ -4,7 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const react_1 = __importDefault(require("react"));
7
- const OutlineEmbedIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2.88889C12.5223 2.88889 13.0801 3.17103 13.4826 3.63755C13.8647 4.08044 14.1053 4.69112 14.1053 5.36813V11.5208C14.1053 12.1978 13.8647 12.8084 13.4826 13.2513C13.0801 13.7178 12.5223 14 11.9098 14H4.09026C3.47778 14 2.91998 13.7178 2.51747 13.2513C2.13533 12.8084 1.89478 12.1978 1.89478 11.5208V5.36813C1.89478 4.69112 2.13533 4.08044 2.51747 3.63755C2.91998 3.17103 3.47778 2.88889 4.09026 2.88889H11.9098Z", stroke: "#0D79D0", strokeWidth: "1.5" }),
9
- react_1.default.createElement("path", { d: "M10.2468 8.01749C10.5665 8.21235 10.5665 8.67656 10.2468 8.87142L7.28654 10.6755C6.95334 10.8785 6.52634 10.6387 6.52634 10.2485L6.52634 6.6404C6.52634 6.25021 6.95334 6.01038 7.28654 6.21344L10.2468 8.01749Z", fill: "#0D79D0" })));
7
+ const OutlineEmbedIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
+ react_1.default.createElement("rect", { width: "19", height: "18", fill: "white" }),
9
+ react_1.default.createElement("path", { d: "M16 5.03906C16 4.46631 15.7852 3.95919 15.4561 3.59766C15.1099 3.2176 14.644 3 14.1426 3H4.85742C4.35596 3 3.89008 3.2176 3.54395 3.59766C3.21478 3.95919 3.00002 4.46631 3 5.03906V11.9609C3.00002 12.5337 3.21478 13.0408 3.54395 13.4023C3.89008 13.7824 4.35596 14 4.85742 14H14.1426C14.644 14 15.1099 13.7824 15.4561 13.4023C15.7852 13.0408 16 12.5337 16 11.9609V5.03906ZM17.5 11.9609C17.5 12.9113 17.1437 13.7782 16.5654 14.4131C15.9556 15.0827 15.0958 15.5 14.1426 15.5H4.85742C3.90424 15.5 3.04441 15.0827 2.43457 14.4131C1.85632 13.7782 1.50002 12.9113 1.5 11.9609V5.03906C1.50002 4.08874 1.85632 3.22183 2.43457 2.58691C3.04441 1.91731 3.90424 1.5 4.85742 1.5H14.1426C15.0958 1.5 15.9556 1.91731 16.5654 2.58691C17.1437 3.22183 17.5 4.08874 17.5 5.03906V11.9609Z", fill: "#FE8F1F" }),
10
+ react_1.default.createElement("path", { d: "M11.7088 7.66137C12.3158 8.05567 12.3158 8.94433 11.7088 9.33862L8.54462 11.3938C7.87935 11.8259 6.99992 11.3485 6.99992 10.5552L6.99992 6.44482C6.99992 5.65154 7.87935 5.17409 8.54463 5.6062L11.7088 7.66137Z", fill: "#FE8F1F" })));
10
11
  exports.default = OutlineEmbedIcon;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const ToolbarBoxedTextIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
+ react_1.default.createElement("path", { d: "M16 5.03906C16 4.46631 15.7852 3.95919 15.4561 3.59766C15.1099 3.2176 14.644 3 14.1426 3H4.85742C4.35596 3 3.89008 3.2176 3.54395 3.59766C3.21478 3.95919 3.00002 4.46631 3 5.03906V11.9609C3.00002 12.5337 3.21478 13.0408 3.54395 13.4023C3.89008 13.7824 4.35596 14 4.85742 14H14.1426C14.644 14 15.1099 13.7824 15.4561 13.4023C15.7852 13.0408 16 12.5337 16 11.9609V5.03906ZM17.5 11.9609C17.5 12.9113 17.1437 13.7782 16.5654 14.4131C15.9556 15.0827 15.0958 15.5 14.1426 15.5H4.85742C3.90424 15.5 3.04441 15.0827 2.43457 14.4131C1.85632 13.7782 1.50002 12.9113 1.5 11.9609V5.03906C1.50002 4.08874 1.85632 3.22183 2.43457 2.58691C3.04441 1.91731 3.90424 1.5 4.85742 1.5H14.1426C15.0958 1.5 15.9556 1.91731 16.5654 2.58691C17.1437 3.22183 17.5 4.08874 17.5 5.03906V11.9609Z", fill: "#6E6E6E" }),
9
+ react_1.default.createElement("path", { d: "M10.4824 12C10.0458 12 9.67968 11.9214 9.38413 11.7642C9.0953 11.6069 8.88035 11.3783 8.73929 11.0781C8.59824 10.7708 8.52771 10.392 8.52771 9.94181V7.6585H8.00378C7.84257 7.6585 7.7183 7.61562 7.63098 7.52986C7.54366 7.43696 7.5 7.31189 7.5 7.15467C7.5 6.9903 7.54366 6.86524 7.63098 6.77948C7.7183 6.69372 7.84257 6.65084 8.00378 6.65084H8.52771V5.67534C8.52771 5.4538 8.58144 5.28586 8.68892 5.17152C8.80311 5.05717 8.96096 5 9.16247 5C9.36398 5 9.51847 5.05717 9.62594 5.17152C9.73342 5.28586 9.78715 5.4538 9.78715 5.67534V6.65084H10.8552C11.0164 6.65084 11.1406 6.69372 11.228 6.77948C11.3153 6.86524 11.3589 6.9903 11.3589 7.15467C11.3589 7.31189 11.3153 7.43696 11.228 7.52986C11.1406 7.61562 11.0164 7.6585 10.8552 7.6585H9.78715V9.86677C9.78715 10.2098 9.85768 10.4671 9.99874 10.6386C10.1398 10.8101 10.3682 10.8959 10.6839 10.8959C10.7981 10.8959 10.8988 10.8851 10.9861 10.8637C11.0735 10.8423 11.1507 10.828 11.2179 10.8208C11.2985 10.8137 11.3657 10.8423 11.4194 10.9066C11.4731 10.9638 11.5 11.0852 11.5 11.2711C11.5 11.414 11.4765 11.5426 11.4295 11.657C11.3892 11.7642 11.3119 11.8392 11.1977 11.8821C11.1104 11.9107 10.9962 11.9357 10.8552 11.9571C10.7141 11.9857 10.5898 12 10.4824 12Z", fill: "#6E6E6E" })));
10
+ exports.default = ToolbarBoxedTextIcon;
@@ -4,6 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const react_1 = __importDefault(require("react"));
7
- const ToolbarCitationIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.018 6.842L13.656 5.482L14.336 7.114L10.63 8.406L12.874 11.5L11.48 12.554L9.134 9.29L6.924 12.554L5.394 11.5L7.604 8.406L4 7.114L4.612 5.482L8.216 6.842V3H10.018V6.842Z", fill: "#1A9BC7" })));
7
+ const ToolbarCitationIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
+ react_1.default.createElement("path", { d: "M0 0H16V16H0V0Z", fill: "white" }),
9
+ react_1.default.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" }),
10
+ react_1.default.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" })));
9
11
  exports.default = ToolbarCitationIcon;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const ToolbarSpecialCharactersIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
+ react_1.default.createElement("path", { d: "M0 0H15C17.2091 0 19 1.79086 19 4V14C19 16.2091 17.2091 18 15 18H0V0Z", fill: "white" }),
9
+ react_1.default.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" })));
10
+ exports.default = ToolbarSpecialCharactersIcon;
@@ -99,12 +99,14 @@ export { default as SliderOnIcon } from './slider-on';
99
99
  export { default as TaskStepDoneIcon } from './task-step-done';
100
100
  export { default as TickIcon } from './tick';
101
101
  export { default as ToolbarBoldIcon } from './toolbar-bold';
102
+ export { default as ToolbarBoxedTextIcon } from './toolbar-boxed-text';
102
103
  export { default as ToolbarCitationIcon } from './toolbar-citation';
103
104
  export { default as ToolbarCodeIcon } from './toolbar-code';
104
105
  export { default as ToolbarEquationIcon } from './toolbar-equation';
105
106
  export { default as ToolbarFigureIcon } from './toolbar-figure';
106
107
  export { default as ToolbarItalicIcon } from './toolbar-italic';
107
108
  export { default as ToolbarOrderedListIcon } from './toolbar-ordered-list';
109
+ export { default as ToolbarSpecialCharactersIcon } from './toolbar-special-characters';
108
110
  export { default as ToolbarSubscriptIcon } from './toolbar-subscript';
109
111
  export { default as ToolbarSuperscriptIcon } from './toolbar-superscript';
110
112
  export { default as ToolbarSymbolIcon } from './toolbar-symbol';
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- const LinkIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { d: "M6.63317 12.1949L4.74782 14.0803C3.9662 14.8619 2.70042 14.8619 1.91945 14.0804C1.13832 13.2993 1.13832 12.0334 1.91929 11.2524L5.69063 7.48109C6.4716 6.70009 7.73751 6.70009 8.51848 7.48109C8.77882 7.74143 9.20095 7.74143 9.46129 7.48109C9.72163 7.22075 9.72163 6.79862 9.46129 6.53828C8.1596 5.23659 6.04951 5.23659 4.74782 6.53828L0.97651 10.3096C-0.325178 11.6113 -0.325178 13.7214 0.97651 15.0231C2.27804 16.3254 4.38829 16.3254 5.69067 15.0231L7.57601 13.1377C7.83635 12.8774 7.83635 12.4552 7.57601 12.1949C7.31567 11.9346 6.89351 11.9346 6.63317 12.1949Z", fill: "#6E6E6E" }),
4
- React.createElement("path", { d: "M15.0235 0.976266C13.7218 -0.325422 11.6111 -0.325422 10.3094 0.976266L8.04737 3.23827C7.78702 3.49861 7.78702 3.92073 8.04737 4.18108C8.30771 4.44142 8.72984 4.44142 8.99018 4.18108L11.2522 1.91908C12.0331 1.13808 13.2997 1.13808 14.0807 1.91908C14.8617 2.70005 14.8617 3.96595 14.0807 4.74692L9.93271 8.89495C9.15171 9.67595 7.88584 9.67595 7.10487 8.89495C6.84452 8.63461 6.4224 8.63461 6.16205 8.89495C5.90171 9.1553 5.90171 9.57742 6.16205 9.83777C7.46374 11.1395 9.57384 11.1395 10.8755 9.83777L15.0235 5.68977C16.3252 4.38808 16.3252 2.27795 15.0235 0.976266Z", fill: "#6E6E6E" })));
2
+ const LinkIcon = (props) => (React.createElement("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
+ React.createElement("path", { d: "M0 0H20V20H0V0Z", fill: "white" }),
4
+ React.createElement("path", { d: "M0.857143 10C0.857143 7.47527 2.96232 5.42857 5.55918 5.42857H7.9102C8.34302 5.42857 8.69388 5.76969 8.69388 6.19048C8.69388 6.61127 8.34302 6.95238 7.9102 6.95238H5.55918C3.82794 6.95238 2.42449 8.31685 2.42449 10C2.42449 11.6832 3.82794 13.0476 5.55918 13.0476H7.9102C8.34302 13.0476 8.69388 13.3887 8.69388 13.8095C8.69388 14.2303 8.34302 14.5714 7.9102 14.5714H5.55918C2.96232 14.5714 0.857143 12.5247 0.857143 10ZM17.5755 10C17.5755 8.31685 16.1721 6.95238 14.4408 6.95238H12.0898C11.657 6.95238 11.3061 6.61127 11.3061 6.19048C11.3061 5.76969 11.657 5.42857 12.0898 5.42857H14.4408C17.0377 5.42857 19.1429 7.47527 19.1429 10C19.1429 12.5247 17.0377 14.5714 14.4408 14.5714H12.0898C11.657 14.5714 11.3061 14.2303 11.3061 13.8095C11.3061 13.3887 11.657 13.0476 12.0898 13.0476H14.4408C16.1721 13.0476 17.5755 11.6832 17.5755 10ZM12.8735 9.2381C13.3063 9.2381 13.6571 9.57921 13.6571 10C13.6571 10.4208 13.3063 10.7619 12.8735 10.7619H7.12653C6.69372 10.7619 6.34286 10.4208 6.34286 10C6.34286 9.57921 6.69372 9.2381 7.12653 9.2381H12.8735Z", fill: "#0D79D0" })));
5
5
  export default LinkIcon;
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
- const OutlineEmbedIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2.88889C12.5223 2.88889 13.0801 3.17103 13.4826 3.63755C13.8647 4.08044 14.1053 4.69112 14.1053 5.36813V11.5208C14.1053 12.1978 13.8647 12.8084 13.4826 13.2513C13.0801 13.7178 12.5223 14 11.9098 14H4.09026C3.47778 14 2.91998 13.7178 2.51747 13.2513C2.13533 12.8084 1.89478 12.1978 1.89478 11.5208V5.36813C1.89478 4.69112 2.13533 4.08044 2.51747 3.63755C2.91998 3.17103 3.47778 2.88889 4.09026 2.88889H11.9098Z", stroke: "#0D79D0", strokeWidth: "1.5" }),
4
- React.createElement("path", { d: "M10.2468 8.01749C10.5665 8.21235 10.5665 8.67656 10.2468 8.87142L7.28654 10.6755C6.95334 10.8785 6.52634 10.6387 6.52634 10.2485L6.52634 6.6404C6.52634 6.25021 6.95334 6.01038 7.28654 6.21344L10.2468 8.01749Z", fill: "#0D79D0" })));
2
+ const OutlineEmbedIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
+ React.createElement("rect", { width: "19", height: "18", fill: "white" }),
4
+ React.createElement("path", { d: "M16 5.03906C16 4.46631 15.7852 3.95919 15.4561 3.59766C15.1099 3.2176 14.644 3 14.1426 3H4.85742C4.35596 3 3.89008 3.2176 3.54395 3.59766C3.21478 3.95919 3.00002 4.46631 3 5.03906V11.9609C3.00002 12.5337 3.21478 13.0408 3.54395 13.4023C3.89008 13.7824 4.35596 14 4.85742 14H14.1426C14.644 14 15.1099 13.7824 15.4561 13.4023C15.7852 13.0408 16 12.5337 16 11.9609V5.03906ZM17.5 11.9609C17.5 12.9113 17.1437 13.7782 16.5654 14.4131C15.9556 15.0827 15.0958 15.5 14.1426 15.5H4.85742C3.90424 15.5 3.04441 15.0827 2.43457 14.4131C1.85632 13.7782 1.50002 12.9113 1.5 11.9609V5.03906C1.50002 4.08874 1.85632 3.22183 2.43457 2.58691C3.04441 1.91731 3.90424 1.5 4.85742 1.5H14.1426C15.0958 1.5 15.9556 1.91731 16.5654 2.58691C17.1437 3.22183 17.5 4.08874 17.5 5.03906V11.9609Z", fill: "#FE8F1F" }),
5
+ React.createElement("path", { d: "M11.7088 7.66137C12.3158 8.05567 12.3158 8.94433 11.7088 9.33862L8.54462 11.3938C7.87935 11.8259 6.99992 11.3485 6.99992 10.5552L6.99992 6.44482C6.99992 5.65154 7.87935 5.17409 8.54463 5.6062L11.7088 7.66137Z", fill: "#FE8F1F" })));
5
6
  export default OutlineEmbedIcon;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ const ToolbarBoxedTextIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
+ React.createElement("path", { d: "M16 5.03906C16 4.46631 15.7852 3.95919 15.4561 3.59766C15.1099 3.2176 14.644 3 14.1426 3H4.85742C4.35596 3 3.89008 3.2176 3.54395 3.59766C3.21478 3.95919 3.00002 4.46631 3 5.03906V11.9609C3.00002 12.5337 3.21478 13.0408 3.54395 13.4023C3.89008 13.7824 4.35596 14 4.85742 14H14.1426C14.644 14 15.1099 13.7824 15.4561 13.4023C15.7852 13.0408 16 12.5337 16 11.9609V5.03906ZM17.5 11.9609C17.5 12.9113 17.1437 13.7782 16.5654 14.4131C15.9556 15.0827 15.0958 15.5 14.1426 15.5H4.85742C3.90424 15.5 3.04441 15.0827 2.43457 14.4131C1.85632 13.7782 1.50002 12.9113 1.5 11.9609V5.03906C1.50002 4.08874 1.85632 3.22183 2.43457 2.58691C3.04441 1.91731 3.90424 1.5 4.85742 1.5H14.1426C15.0958 1.5 15.9556 1.91731 16.5654 2.58691C17.1437 3.22183 17.5 4.08874 17.5 5.03906V11.9609Z", fill: "#6E6E6E" }),
4
+ React.createElement("path", { d: "M10.4824 12C10.0458 12 9.67968 11.9214 9.38413 11.7642C9.0953 11.6069 8.88035 11.3783 8.73929 11.0781C8.59824 10.7708 8.52771 10.392 8.52771 9.94181V7.6585H8.00378C7.84257 7.6585 7.7183 7.61562 7.63098 7.52986C7.54366 7.43696 7.5 7.31189 7.5 7.15467C7.5 6.9903 7.54366 6.86524 7.63098 6.77948C7.7183 6.69372 7.84257 6.65084 8.00378 6.65084H8.52771V5.67534C8.52771 5.4538 8.58144 5.28586 8.68892 5.17152C8.80311 5.05717 8.96096 5 9.16247 5C9.36398 5 9.51847 5.05717 9.62594 5.17152C9.73342 5.28586 9.78715 5.4538 9.78715 5.67534V6.65084H10.8552C11.0164 6.65084 11.1406 6.69372 11.228 6.77948C11.3153 6.86524 11.3589 6.9903 11.3589 7.15467C11.3589 7.31189 11.3153 7.43696 11.228 7.52986C11.1406 7.61562 11.0164 7.6585 10.8552 7.6585H9.78715V9.86677C9.78715 10.2098 9.85768 10.4671 9.99874 10.6386C10.1398 10.8101 10.3682 10.8959 10.6839 10.8959C10.7981 10.8959 10.8988 10.8851 10.9861 10.8637C11.0735 10.8423 11.1507 10.828 11.2179 10.8208C11.2985 10.8137 11.3657 10.8423 11.4194 10.9066C11.4731 10.9638 11.5 11.0852 11.5 11.2711C11.5 11.414 11.4765 11.5426 11.4295 11.657C11.3892 11.7642 11.3119 11.8392 11.1977 11.8821C11.1104 11.9107 10.9962 11.9357 10.8552 11.9571C10.7141 11.9857 10.5898 12 10.4824 12Z", fill: "#6E6E6E" })));
5
+ export default ToolbarBoxedTextIcon;
@@ -1,4 +1,6 @@
1
1
  import React from 'react';
2
- const ToolbarCitationIcon = (props) => (React.createElement("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.018 6.842L13.656 5.482L14.336 7.114L10.63 8.406L12.874 11.5L11.48 12.554L9.134 9.29L6.924 12.554L5.394 11.5L7.604 8.406L4 7.114L4.612 5.482L8.216 6.842V3H10.018V6.842Z", fill: "#1A9BC7" })));
2
+ const ToolbarCitationIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...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" })));
4
6
  export default ToolbarCitationIcon;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ const ToolbarSpecialCharactersIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...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" })));
5
+ export default ToolbarSpecialCharactersIcon;
@@ -99,12 +99,14 @@ export { default as SliderOnIcon } from './slider-on';
99
99
  export { default as TaskStepDoneIcon } from './task-step-done';
100
100
  export { default as TickIcon } from './tick';
101
101
  export { default as ToolbarBoldIcon } from './toolbar-bold';
102
+ export { default as ToolbarBoxedTextIcon } from './toolbar-boxed-text';
102
103
  export { default as ToolbarCitationIcon } from './toolbar-citation';
103
104
  export { default as ToolbarCodeIcon } from './toolbar-code';
104
105
  export { default as ToolbarEquationIcon } from './toolbar-equation';
105
106
  export { default as ToolbarFigureIcon } from './toolbar-figure';
106
107
  export { default as ToolbarItalicIcon } from './toolbar-italic';
107
108
  export { default as ToolbarOrderedListIcon } from './toolbar-ordered-list';
109
+ export { default as ToolbarSpecialCharactersIcon } from './toolbar-special-characters';
108
110
  export { default as ToolbarSubscriptIcon } from './toolbar-subscript';
109
111
  export { default as ToolbarSuperscriptIcon } from './toolbar-superscript';
110
112
  export { default as ToolbarSymbolIcon } from './toolbar-symbol';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarBoxedTextIcon: React.FC<IconProps>;
4
+ export default ToolbarBoxedTextIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarSpecialCharactersIcon: React.FC<IconProps>;
4
+ export default ToolbarSpecialCharactersIcon;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "3.3.5",
4
+ "version": "3.3.7",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -60,6 +60,8 @@
60
60
  "@babel/preset-env": "7.23.8",
61
61
  "@babel/preset-react": "7.23.3",
62
62
  "@babel/preset-typescript": "7.23.3",
63
+ "@eslint/eslintrc": "3.3.1",
64
+ "@eslint/js": "9.39.1",
63
65
  "@manuscripts/eslint-config": "0.5.1",
64
66
  "@storybook/addon-actions": "7.6.10",
65
67
  "@storybook/addon-essentials": "7.6.10",
@@ -76,28 +78,29 @@
76
78
  "@types/react-modal": "3.16.3",
77
79
  "@types/react-router-dom": "5.3.3",
78
80
  "@types/styled-components": "5.1.34",
79
- "@typescript-eslint/eslint-plugin": "5.62.0",
80
- "@typescript-eslint/parser": "5.62.0",
81
+ "@typescript-eslint/eslint-plugin": "8.46.4",
82
+ "@typescript-eslint/parser": "8.46.4",
81
83
  "babel-jest": "30.0.5",
82
- "eslint": "8.57.1",
83
- "eslint-config-prettier": "8.10.0",
84
+ "eslint": "9.39.1",
85
+ "eslint-config-prettier": "10.1.8",
86
+ "eslint-plugin-diff": "2.0.3",
84
87
  "eslint-plugin-header": "3.1.1",
85
- "eslint-plugin-import": "2.31.0",
86
- "eslint-plugin-jest": "27.9.0",
88
+ "eslint-plugin-import": "2.32.0",
89
+ "eslint-plugin-jest": "29.1.0",
87
90
  "eslint-plugin-jsx-a11y": "6.10.2",
88
- "eslint-plugin-mdx": "2.3.4",
91
+ "eslint-plugin-mdx": "3.6.2",
89
92
  "eslint-plugin-node": "11.1.0",
90
- "eslint-plugin-prettier": "4.2.1",
91
- "eslint-plugin-promise": "6.6.0",
93
+ "eslint-plugin-prettier": "5.5.4",
94
+ "eslint-plugin-promise": "7.2.1",
92
95
  "eslint-plugin-react": "7.37.5",
93
- "eslint-plugin-react-hooks": "4.6.2",
94
- "eslint-plugin-simple-import-sort": "8.0.0",
95
- "eslint-plugin-storybook": "0.12.0",
96
+ "eslint-plugin-react-hooks": "7.0.1",
97
+ "eslint-plugin-simple-import-sort": "12.1.1",
98
+ "eslint-plugin-storybook": "10.0.6",
96
99
  "husky": "8.0.3",
97
100
  "jest": "30.0.5",
98
101
  "jest-environment-jsdom": "30.0.5",
99
102
  "npm-run-all": "4.1.5",
100
- "prettier": "2.8.8",
103
+ "prettier": "3.6.2",
101
104
  "rimraf": "6.0.1",
102
105
  "storybook": "7.6.10",
103
106
  "typeface-lato": "1.1.13",