@manuscripts/style-guide 2.1.1-LEAN-4356.0 → 2.1.2-LEAN-4366.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/icons/index.js +5 -3
- package/dist/cjs/components/icons/tick.js +9 -0
- package/dist/cjs/components/icons/{indent.js → toolbar-indent.js} +3 -3
- package/dist/es/components/icons/index.js +2 -1
- package/dist/es/components/icons/tick.js +4 -0
- package/dist/es/components/icons/{indent.js → toolbar-indent.js} +3 -3
- package/dist/types/components/icons/index.d.ts +2 -1
- package/dist/types/components/icons/tick.d.ts +4 -0
- package/dist/types/components/icons/toolbar-indent.d.ts +4 -0
- package/package.json +1 -1
- package/dist/types/components/icons/indent.d.ts +0 -4
|
@@ -19,7 +19,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
19
19
|
};
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
21
|
exports.ImageDefaultIcon = exports.ImageLeftIcon = exports.HelpIcon = exports.HandleOutlineIcon = exports.HandleInspectorIcon = 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.CommentResolveIcon = exports.CommentReplyIcon = exports.CitationCountIcon = exports.SystemUserAvatarIcon = 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.AddIcon = exports.AddOutlineIcon = exports.AddNewIcon = exports.AddedIcon = exports.AddCommentIcon = exports.AddAuthorIcon = void 0;
|
|
22
|
-
exports.AddInstitutionIcon = exports.AddUserIcon = exports.ProfileIcon = exports.CrclTickAnimation = exports.VerticalEllipsisIcon = exports.UploadIcon = exports.TriangleExpandedIcon = exports.TriangleCollapsedIcon = 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.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.LogoutIcon = exports.LinkIcon = exports.
|
|
22
|
+
exports.AddInstitutionIcon = exports.AddUserIcon = exports.ProfileIcon = exports.CrclTickAnimation = exports.VerticalEllipsisIcon = exports.UploadIcon = exports.TriangleExpandedIcon = exports.TriangleCollapsedIcon = 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.LogoutIcon = exports.LinkIcon = exports.ImageRightIcon = void 0;
|
|
23
23
|
var add_author_1 = require("./add-author");
|
|
24
24
|
Object.defineProperty(exports, "AddAuthorIcon", { enumerable: true, get: function () { return __importDefault(add_author_1).default; } });
|
|
25
25
|
var add_comment_1 = require("./add-comment");
|
|
@@ -122,8 +122,6 @@ var image_default_1 = require("./image-default");
|
|
|
122
122
|
Object.defineProperty(exports, "ImageDefaultIcon", { enumerable: true, get: function () { return __importDefault(image_default_1).default; } });
|
|
123
123
|
var image_right_1 = require("./image-right");
|
|
124
124
|
Object.defineProperty(exports, "ImageRightIcon", { enumerable: true, get: function () { return __importDefault(image_right_1).default; } });
|
|
125
|
-
var indent_1 = require("./indent");
|
|
126
|
-
Object.defineProperty(exports, "IndentIcon", { enumerable: true, get: function () { return __importDefault(indent_1).default; } });
|
|
127
125
|
var link_1 = require("./link");
|
|
128
126
|
Object.defineProperty(exports, "LinkIcon", { enumerable: true, get: function () { return __importDefault(link_1).default; } });
|
|
129
127
|
var logout_1 = require("./logout");
|
|
@@ -176,6 +174,8 @@ var slider_on_1 = require("./slider-on");
|
|
|
176
174
|
Object.defineProperty(exports, "SliderOnIcon", { enumerable: true, get: function () { return __importDefault(slider_on_1).default; } });
|
|
177
175
|
var task_step_done_1 = require("./task-step-done");
|
|
178
176
|
Object.defineProperty(exports, "TaskStepDoneIcon", { enumerable: true, get: function () { return __importDefault(task_step_done_1).default; } });
|
|
177
|
+
var tick_1 = require("./tick");
|
|
178
|
+
Object.defineProperty(exports, "TickIcon", { enumerable: true, get: function () { return __importDefault(tick_1).default; } });
|
|
179
179
|
var toolbar_bold_1 = require("./toolbar-bold");
|
|
180
180
|
Object.defineProperty(exports, "ToolbarBoldIcon", { enumerable: true, get: function () { return __importDefault(toolbar_bold_1).default; } });
|
|
181
181
|
var toolbar_citation_1 = require("./toolbar-citation");
|
|
@@ -202,6 +202,8 @@ var toolbar_underline_1 = require("./toolbar-underline");
|
|
|
202
202
|
Object.defineProperty(exports, "ToolbarUnderlineIcon", { enumerable: true, get: function () { return __importDefault(toolbar_underline_1).default; } });
|
|
203
203
|
var toolbar_unordered_list_1 = require("./toolbar-unordered-list");
|
|
204
204
|
Object.defineProperty(exports, "ToolbarUnorderedListIcon", { enumerable: true, get: function () { return __importDefault(toolbar_unordered_list_1).default; } });
|
|
205
|
+
var toolbar_indent_1 = require("./toolbar-indent");
|
|
206
|
+
Object.defineProperty(exports, "ToolbarIndentIcon", { enumerable: true, get: function () { return __importDefault(toolbar_indent_1).default; } });
|
|
205
207
|
var triangle_collapsed_1 = require("./triangle-collapsed");
|
|
206
208
|
Object.defineProperty(exports, "TriangleCollapsedIcon", { enumerable: true, get: function () { return __importDefault(triangle_collapsed_1).default; } });
|
|
207
209
|
var triangle_expanded_1 = require("./triangle-expanded");
|
|
@@ -0,0 +1,9 @@
|
|
|
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 TickIcon = (props) => (react_1.default.createElement("svg", { width: "14", height: "12", viewBox: "0 0 14 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
8
|
+
react_1.default.createElement("path", { d: "M2.26296 5.27695C1.76426 4.67329 0.958698 4.6576 0.453885 5.25348L0.738765 4.91721C0.238342 5.50791 0.239155 6.4752 0.735001 7.07101L4.1106 11.1271C4.60894 11.726 5.43049 11.7459 5.94204 11.1756L13.2477 3.03111C13.7608 2.45906 13.7755 1.52164 13.2707 0.925762L13.5556 1.26203C13.0552 0.671335 12.228 0.656796 11.7131 1.22411L5.01293 8.60571L2.26296 5.27695Z", fill: "#36B260" })));
|
|
9
|
+
exports.default = TickIcon;
|
|
@@ -4,11 +4,11 @@ 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
|
|
7
|
+
const ToolbarIndentIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
8
8
|
react_1.default.createElement("line", { x1: "13", y1: "6.5", x2: "20", y2: "6.5", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
9
|
react_1.default.createElement("line", { x1: "13", y1: "10.25", x2: "20", y2: "10.25", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
10
|
react_1.default.createElement("line", { x1: "13", y1: "14", x2: "20", y2: "14", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
11
|
react_1.default.createElement("line", { x1: "5.5", y1: "17.75", x2: "20", y2: "17.75", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
12
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.35742 10.
|
|
12
|
+
react_1.default.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" }),
|
|
13
13
|
react_1.default.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" })));
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = ToolbarIndentIcon;
|
|
@@ -64,7 +64,6 @@ export { default as HelpIcon } from './help';
|
|
|
64
64
|
export { default as ImageLeftIcon } from './image-left';
|
|
65
65
|
export { default as ImageDefaultIcon } from './image-default';
|
|
66
66
|
export { default as ImageRightIcon } from './image-right';
|
|
67
|
-
export { default as IndentIcon } from './indent';
|
|
68
67
|
export { default as LinkIcon } from './link';
|
|
69
68
|
export { default as LogoutIcon } from './logout';
|
|
70
69
|
export { default as OutlineBlockQuoteIcon } from './outline-block-quote';
|
|
@@ -91,6 +90,7 @@ export { default as SectionCategoryIcon } from './section-category';
|
|
|
91
90
|
export { default as SliderOffIcon } from './slider-off';
|
|
92
91
|
export { default as SliderOnIcon } from './slider-on';
|
|
93
92
|
export { default as TaskStepDoneIcon } from './task-step-done';
|
|
93
|
+
export { default as TickIcon } from './tick';
|
|
94
94
|
export { default as ToolbarBoldIcon } from './toolbar-bold';
|
|
95
95
|
export { default as ToolbarCitationIcon } from './toolbar-citation';
|
|
96
96
|
export { default as ToolbarCodeIcon } from './toolbar-code';
|
|
@@ -104,6 +104,7 @@ export { default as ToolbarSymbolIcon } from './toolbar-symbol';
|
|
|
104
104
|
export { default as ToolbarTableIcon } from './toolbar-table';
|
|
105
105
|
export { default as ToolbarUnderlineIcon } from './toolbar-underline';
|
|
106
106
|
export { default as ToolbarUnorderedListIcon } from './toolbar-unordered-list';
|
|
107
|
+
export { default as ToolbarIndentIcon } from './toolbar-indent';
|
|
107
108
|
export { default as TriangleCollapsedIcon } from './triangle-collapsed';
|
|
108
109
|
export { default as TriangleExpandedIcon } from './triangle-expanded';
|
|
109
110
|
export { default as UploadIcon } from './upload';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const TickIcon = (props) => (React.createElement("svg", { width: "14", height: "12", viewBox: "0 0 14 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
3
|
+
React.createElement("path", { d: "M2.26296 5.27695C1.76426 4.67329 0.958698 4.6576 0.453885 5.25348L0.738765 4.91721C0.238342 5.50791 0.239155 6.4752 0.735001 7.07101L4.1106 11.1271C4.60894 11.726 5.43049 11.7459 5.94204 11.1756L13.2477 3.03111C13.7608 2.45906 13.7755 1.52164 13.2707 0.925762L13.5556 1.26203C13.0552 0.671335 12.228 0.656796 11.7131 1.22411L5.01293 8.60571L2.26296 5.27695Z", fill: "#36B260" })));
|
|
4
|
+
export default TickIcon;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
const
|
|
2
|
+
const ToolbarIndentIcon = (props) => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
3
|
React.createElement("line", { x1: "13", y1: "6.5", x2: "20", y2: "6.5", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
4
|
React.createElement("line", { x1: "13", y1: "10.25", x2: "20", y2: "10.25", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
5
5
|
React.createElement("line", { x1: "13", y1: "14", x2: "20", y2: "14", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
6
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.
|
|
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
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" })));
|
|
9
|
-
export default
|
|
9
|
+
export default ToolbarIndentIcon;
|
|
@@ -64,7 +64,6 @@ export { default as HelpIcon } from './help';
|
|
|
64
64
|
export { default as ImageLeftIcon } from './image-left';
|
|
65
65
|
export { default as ImageDefaultIcon } from './image-default';
|
|
66
66
|
export { default as ImageRightIcon } from './image-right';
|
|
67
|
-
export { default as IndentIcon } from './indent';
|
|
68
67
|
export { default as LinkIcon } from './link';
|
|
69
68
|
export { default as LogoutIcon } from './logout';
|
|
70
69
|
export { default as OutlineBlockQuoteIcon } from './outline-block-quote';
|
|
@@ -91,6 +90,7 @@ export { default as SectionCategoryIcon } from './section-category';
|
|
|
91
90
|
export { default as SliderOffIcon } from './slider-off';
|
|
92
91
|
export { default as SliderOnIcon } from './slider-on';
|
|
93
92
|
export { default as TaskStepDoneIcon } from './task-step-done';
|
|
93
|
+
export { default as TickIcon } from './tick';
|
|
94
94
|
export { default as ToolbarBoldIcon } from './toolbar-bold';
|
|
95
95
|
export { default as ToolbarCitationIcon } from './toolbar-citation';
|
|
96
96
|
export { default as ToolbarCodeIcon } from './toolbar-code';
|
|
@@ -104,6 +104,7 @@ export { default as ToolbarSymbolIcon } from './toolbar-symbol';
|
|
|
104
104
|
export { default as ToolbarTableIcon } from './toolbar-table';
|
|
105
105
|
export { default as ToolbarUnderlineIcon } from './toolbar-underline';
|
|
106
106
|
export { default as ToolbarUnorderedListIcon } from './toolbar-unordered-list';
|
|
107
|
+
export { default as ToolbarIndentIcon } from './toolbar-indent';
|
|
107
108
|
export { default as TriangleCollapsedIcon } from './triangle-collapsed';
|
|
108
109
|
export { default as TriangleExpandedIcon } from './triangle-expanded';
|
|
109
110
|
export { default as UploadIcon } from './upload';
|
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": "2.1.
|
|
4
|
+
"version": "2.1.2-LEAN-4366.0",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|