@manuscripts/style-guide 3.3.13 → 3.3.15
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/icons/index.js +6 -2
- package/dist/cjs/components/icons/supplements.js +5 -0
- package/dist/es/components/icons/index.js +2 -0
- package/dist/es/components/icons/supplements.js +3 -0
- package/dist/types/components/icons/index.d.ts +2 -0
- package/dist/types/components/icons/supplements.d.ts +19 -0
- package/package.json +1 -1
|
@@ -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.
|
|
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 = exports.ToolbarUnorderedListIcon = exports.ToolbarUnderlineIcon = void 0;
|
|
22
|
+
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.SupplementsIcon = exports.SliderOnIcon = exports.SliderOffIcon = exports.SectionCategoryIcon = exports.SearchIcon = exports.ScrollIcon = exports.SaveStatusErrorIcon = 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.InspectorPluginIcon = exports.ImageRightIcon = exports.ImageDefaultIcon = exports.ImageLeftIcon = exports.HelpIcon = exports.HandleOutlineIcon = exports.HandleInspectorIcon = void 0;
|
|
23
|
+
exports.XIcon = exports.DangerIcon = exports.AddInstitutionIcon = exports.AddUserIcon = exports.ProfileIcon = exports.CrclTickAnimation = exports.VerticalEllipsisIcon = exports.UploadIcon = exports.TriangleExpandedIcon = exports.TriangleCollapsedIcon = exports.TranslateIcon = exports.ToolbarUnindentIcon = exports.ToolbarIndentIcon = exports.ToolbarUnorderedListIcon = exports.ToolbarUnderlineIcon = exports.ToolbarTableIcon = 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");
|
|
@@ -191,6 +191,8 @@ var slider_off_1 = require("./slider-off");
|
|
|
191
191
|
Object.defineProperty(exports, "SliderOffIcon", { enumerable: true, get: function () { return __importDefault(slider_off_1).default; } });
|
|
192
192
|
var slider_on_1 = require("./slider-on");
|
|
193
193
|
Object.defineProperty(exports, "SliderOnIcon", { enumerable: true, get: function () { return __importDefault(slider_on_1).default; } });
|
|
194
|
+
var supplements_1 = require("./supplements");
|
|
195
|
+
Object.defineProperty(exports, "SupplementsIcon", { enumerable: true, get: function () { return __importDefault(supplements_1).default; } });
|
|
194
196
|
var task_step_done_1 = require("./task-step-done");
|
|
195
197
|
Object.defineProperty(exports, "TaskStepDoneIcon", { enumerable: true, get: function () { return __importDefault(task_step_done_1).default; } });
|
|
196
198
|
var tick_1 = require("./tick");
|
|
@@ -249,3 +251,5 @@ var add_institution_1 = require("./add-institution");
|
|
|
249
251
|
Object.defineProperty(exports, "AddInstitutionIcon", { enumerable: true, get: function () { return __importDefault(add_institution_1).default; } });
|
|
250
252
|
var danger_1 = require("./danger");
|
|
251
253
|
Object.defineProperty(exports, "DangerIcon", { enumerable: true, get: function () { return __importDefault(danger_1).default; } });
|
|
254
|
+
var x_1 = require("./x");
|
|
255
|
+
Object.defineProperty(exports, "XIcon", { enumerable: true, get: function () { return __importDefault(x_1).default; } });
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const SupplementsIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "13", viewBox: "0 0 11 13", fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M5.83594 0.75C6.29734 0.75 6.73768 0.932179 7.06445 1.25488L9.72949 3.88672C10.0624 4.21544 10.2499 4.66403 10.25 5.13184V10.5C10.25 11.4665 9.4665 12.25 8.5 12.25H2.5C1.5335 12.25 0.75 11.4665 0.75 10.5V2.5C0.75 1.53371 1.5333 0.75 2.5 0.75H5.83594Z", stroke: "#6E6E6E", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.1665 1.5V5.07143H9.49984", stroke: "#6E6E6E", strokeWidth: "1.5" })] }));
|
|
5
|
+
exports.default = SupplementsIcon;
|
|
@@ -98,6 +98,7 @@ export { default as SearchIcon } from './search';
|
|
|
98
98
|
export { default as SectionCategoryIcon } from './section-category';
|
|
99
99
|
export { default as SliderOffIcon } from './slider-off';
|
|
100
100
|
export { default as SliderOnIcon } from './slider-on';
|
|
101
|
+
export { default as SupplementsIcon } from './supplements';
|
|
101
102
|
export { default as TaskStepDoneIcon } from './task-step-done';
|
|
102
103
|
export { default as TickIcon } from './tick';
|
|
103
104
|
export { default as ToolbarBoldIcon } from './toolbar-bold';
|
|
@@ -127,3 +128,4 @@ export { default as ProfileIcon } from './profile-avatar';
|
|
|
127
128
|
export { default as AddUserIcon } from './add-user';
|
|
128
129
|
export { default as AddInstitutionIcon } from './add-institution';
|
|
129
130
|
export { default as DangerIcon } from './danger';
|
|
131
|
+
export { default as XIcon } from './x';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SupplementsIcon = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "13", viewBox: "0 0 11 13", fill: "none", ...props, children: [_jsx("path", { d: "M5.83594 0.75C6.29734 0.75 6.73768 0.932179 7.06445 1.25488L9.72949 3.88672C10.0624 4.21544 10.2499 4.66403 10.25 5.13184V10.5C10.25 11.4665 9.4665 12.25 8.5 12.25H2.5C1.5335 12.25 0.75 11.4665 0.75 10.5V2.5C0.75 1.53371 1.5333 0.75 2.5 0.75H5.83594Z", stroke: "#6E6E6E", strokeWidth: "1.5" }), _jsx("path", { d: "M6.1665 1.5V5.07143H9.49984", stroke: "#6E6E6E", strokeWidth: "1.5" })] }));
|
|
3
|
+
export default SupplementsIcon;
|
|
@@ -98,6 +98,7 @@ export { default as SearchIcon } from './search';
|
|
|
98
98
|
export { default as SectionCategoryIcon } from './section-category';
|
|
99
99
|
export { default as SliderOffIcon } from './slider-off';
|
|
100
100
|
export { default as SliderOnIcon } from './slider-on';
|
|
101
|
+
export { default as SupplementsIcon } from './supplements';
|
|
101
102
|
export { default as TaskStepDoneIcon } from './task-step-done';
|
|
102
103
|
export { default as TickIcon } from './tick';
|
|
103
104
|
export { default as ToolbarBoldIcon } from './toolbar-bold';
|
|
@@ -127,3 +128,4 @@ export { default as ProfileIcon } from './profile-avatar';
|
|
|
127
128
|
export { default as AddUserIcon } from './add-user';
|
|
128
129
|
export { default as AddInstitutionIcon } from './add-institution';
|
|
129
130
|
export { default as DangerIcon } from './danger';
|
|
131
|
+
export { default as XIcon } from './x';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* © 2025 Atypon Systems LLC
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import React from 'react';
|
|
17
|
+
import { IconProps } from './types';
|
|
18
|
+
declare const SupplementsIcon: React.FC<IconProps>;
|
|
19
|
+
export default SupplementsIcon;
|
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.
|
|
4
|
+
"version": "3.3.15",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|