@manuscripts/style-guide 2.0.12 → 2.0.14
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/alert.js +9 -0
- package/dist/cjs/components/icons/edit-attrs-tracking.js +10 -0
- package/dist/cjs/components/icons/index.js +6 -2
- package/dist/es/components/icons/alert.js +4 -0
- package/dist/es/components/icons/edit-attrs-tracking.js +5 -0
- package/dist/es/components/icons/index.js +2 -0
- package/dist/types/components/icons/alert.d.ts +4 -0
- package/dist/types/components/icons/edit-attrs-tracking.d.ts +4 -0
- package/dist/types/components/icons/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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 AlertIcon = () => (react_1.default.createElement("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
8
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 12C2.68629 12 1.18852e-06 9.31371 1.47821e-06 6C1.7679e-06 2.68629 2.68629 1.39444e-07 6 4.29138e-07C9.31371 7.18831e-07 12 2.68629 12 6C12 9.31371 9.31371 12 6 12ZM6.74998 2.99996L6.75 6.37462C6.75 6.78819 6.41522 7.12243 6.00166 7.12334C5.58681 7.12426 5.25001 6.78821 5.25001 6.37335L5.25 3.00082C5.25 2.58629 5.58629 2.25037 6.00082 2.25083C6.4147 2.25128 6.74998 2.58607 6.74998 2.99996ZM6.75 8.99263C6.75 9.46884 6.47288 9.75 5.99853 9.75C5.52419 9.75 5.25 9.47179 5.25 8.99558C5.25 8.51937 5.52421 8.25 5.99855 8.25C6.47289 8.25 6.75 8.51642 6.75 8.99263Z", fill: "#FE8F1F" })));
|
|
9
|
+
exports.default = AlertIcon;
|
|
@@ -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 EditAttrsTracking = () => (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", { d: "M12 2L14 4L9 9L6 10L7 7L12 2Z", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
react_1.default.createElement("path", { d: "M13 10V11.5C13 12.328 12.328 13 11.5 13H4.5C3.672 13 3 12.328 3 11.5V4.5C3 3.672 3.672 3 4.5 3H6", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
10
|
+
exports.default = EditAttrsTracking;
|
|
@@ -18,8 +18,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
18
18
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
19
|
};
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.
|
|
22
|
-
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.SearchIcon = exports.SaveStatusSavingIcon = exports.SaveStatusSavedIcon = exports.SaveStatusOfflineIcon = exports.RoleReadingIcon = exports.RoleAnnotatingIcon = exports.PlusIcon = exports.OutlineUnorderedListIcon = exports.OutlineTableIcon = void 0;
|
|
21
|
+
exports.OutlineParagraphIcon = exports.OutlineOrderedListIcon = exports.OutlineManuscriptIcon = exports.OutlineFigureIcon = exports.OutlineEquationIcon = exports.OutlineCodeIcon = exports.OutlineBlockQuoteIcon = exports.LinkIcon = 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.DotsIcon = exports.DeleteIcon = exports.DeleteSolidIcon = exports.CorrespondingAuthorIcon = exports.CommentResolveIcon = exports.CommentReplyIcon = exports.CitationCountIcon = exports.SystemUserAvatarIcon = 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.AddNewIcon = exports.AddedIcon = exports.AddCommentIcon = exports.AddAuthorIcon = void 0;
|
|
22
|
+
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.SearchIcon = exports.SaveStatusSavingIcon = exports.SaveStatusSavedIcon = exports.SaveStatusOfflineIcon = exports.RoleReadingIcon = exports.RoleAnnotatingIcon = exports.PlusIcon = exports.OutlineUnorderedListIcon = exports.OutlineTableIcon = exports.OutlineSectionIcon = exports.OutlinePullQuoteIcon = 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");
|
|
@@ -50,6 +50,8 @@ var attention_red_1 = require("./attention-red");
|
|
|
50
50
|
Object.defineProperty(exports, "AttentionRedIcon", { enumerable: true, get: function () { return __importDefault(attention_red_1).default; } });
|
|
51
51
|
var avatar_1 = require("./avatar");
|
|
52
52
|
Object.defineProperty(exports, "AvatarIcon", { enumerable: true, get: function () { return __importDefault(avatar_1).default; } });
|
|
53
|
+
var alert_1 = require("./alert");
|
|
54
|
+
Object.defineProperty(exports, "AlertIcon", { enumerable: true, get: function () { return __importDefault(alert_1).default; } });
|
|
53
55
|
var system_user_avatar_1 = require("./system-user-avatar");
|
|
54
56
|
Object.defineProperty(exports, "SystemUserAvatarIcon", { enumerable: true, get: function () { return __importDefault(system_user_avatar_1).default; } });
|
|
55
57
|
var citation_count_1 = require("./citation-count");
|
|
@@ -68,6 +70,8 @@ var dots_1 = require("./dots");
|
|
|
68
70
|
Object.defineProperty(exports, "DotsIcon", { enumerable: true, get: function () { return __importDefault(dots_1).default; } });
|
|
69
71
|
var edit_1 = require("./edit");
|
|
70
72
|
Object.defineProperty(exports, "EditIcon", { enumerable: true, get: function () { return __importDefault(edit_1).default; } });
|
|
73
|
+
var edit_attrs_tracking_1 = require("./edit-attrs-tracking");
|
|
74
|
+
Object.defineProperty(exports, "EditAttrsTrackingIcon", { enumerable: true, get: function () { return __importDefault(edit_attrs_tracking_1).default; } });
|
|
71
75
|
var file_audio_1 = require("./file-audio");
|
|
72
76
|
Object.defineProperty(exports, "FileAudioIcon", { enumerable: true, get: function () { return __importDefault(file_audio_1).default; } });
|
|
73
77
|
var file_code_1 = require("./file-code");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const AlertIcon = () => (React.createElement("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
3
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 12C2.68629 12 1.18852e-06 9.31371 1.47821e-06 6C1.7679e-06 2.68629 2.68629 1.39444e-07 6 4.29138e-07C9.31371 7.18831e-07 12 2.68629 12 6C12 9.31371 9.31371 12 6 12ZM6.74998 2.99996L6.75 6.37462C6.75 6.78819 6.41522 7.12243 6.00166 7.12334C5.58681 7.12426 5.25001 6.78821 5.25001 6.37335L5.25 3.00082C5.25 2.58629 5.58629 2.25037 6.00082 2.25083C6.4147 2.25128 6.74998 2.58607 6.74998 2.99996ZM6.75 8.99263C6.75 9.46884 6.47288 9.75 5.99853 9.75C5.52419 9.75 5.25 9.47179 5.25 8.99558C5.25 8.51937 5.52421 8.25 5.99855 8.25C6.47289 8.25 6.75 8.51642 6.75 8.99263Z", fill: "#FE8F1F" })));
|
|
4
|
+
export default AlertIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const EditAttrsTracking = () => (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", { d: "M12 2L14 4L9 9L6 10L7 7L12 2Z", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
|
+
React.createElement("path", { d: "M13 10V11.5C13 12.328 12.328 13 11.5 13H4.5C3.672 13 3 12.328 3 11.5V4.5C3 3.672 3.672 3 4.5 3H6", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
5
|
+
export default EditAttrsTracking;
|
|
@@ -28,6 +28,7 @@ export { default as AttentionGreenIcon } from './attention-green';
|
|
|
28
28
|
export { default as AttentionOrangeIcon } from './attention-orange';
|
|
29
29
|
export { default as AttentionRedIcon } from './attention-red';
|
|
30
30
|
export { default as AvatarIcon } from './avatar';
|
|
31
|
+
export { default as AlertIcon } from './alert';
|
|
31
32
|
export { default as SystemUserAvatarIcon } from './system-user-avatar';
|
|
32
33
|
export { default as CitationCountIcon } from './citation-count';
|
|
33
34
|
export { default as CommentReplyIcon } from './comment-reply';
|
|
@@ -37,6 +38,7 @@ export { default as DeleteSolidIcon } from './delete-solid';
|
|
|
37
38
|
export { default as DeleteIcon } from './deleted';
|
|
38
39
|
export { default as DotsIcon } from './dots';
|
|
39
40
|
export { default as EditIcon } from './edit';
|
|
41
|
+
export { default as EditAttrsTrackingIcon } from './edit-attrs-tracking';
|
|
40
42
|
export { default as FileAudioIcon } from './file-audio';
|
|
41
43
|
export { default as FileCodeIcon } from './file-code';
|
|
42
44
|
export { default as FileCompressedIcon } from './file-compressed';
|
|
@@ -28,6 +28,7 @@ export { default as AttentionGreenIcon } from './attention-green';
|
|
|
28
28
|
export { default as AttentionOrangeIcon } from './attention-orange';
|
|
29
29
|
export { default as AttentionRedIcon } from './attention-red';
|
|
30
30
|
export { default as AvatarIcon } from './avatar';
|
|
31
|
+
export { default as AlertIcon } from './alert';
|
|
31
32
|
export { default as SystemUserAvatarIcon } from './system-user-avatar';
|
|
32
33
|
export { default as CitationCountIcon } from './citation-count';
|
|
33
34
|
export { default as CommentReplyIcon } from './comment-reply';
|
|
@@ -37,6 +38,7 @@ export { default as DeleteSolidIcon } from './delete-solid';
|
|
|
37
38
|
export { default as DeleteIcon } from './deleted';
|
|
38
39
|
export { default as DotsIcon } from './dots';
|
|
39
40
|
export { default as EditIcon } from './edit';
|
|
41
|
+
export { default as EditAttrsTrackingIcon } from './edit-attrs-tracking';
|
|
40
42
|
export { default as FileAudioIcon } from './file-audio';
|
|
41
43
|
export { default as FileCodeIcon } from './file-code';
|
|
42
44
|
export { default as FileCompressedIcon } from './file-compressed';
|
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.0.
|
|
4
|
+
"version": "2.0.14",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|