@manuscripts/style-guide 2.0.20-LEAN-3840.0 → 2.0.21
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/Button.js +6 -1
- package/dist/cjs/components/icons/help.js +11 -0
- package/dist/cjs/components/icons/index.js +6 -2
- package/dist/cjs/components/icons/logout.js +9 -0
- package/dist/es/components/Button.js +5 -0
- package/dist/es/components/icons/help.js +6 -0
- package/dist/es/components/icons/index.js +2 -0
- package/dist/es/components/icons/logout.js +4 -0
- package/dist/types/components/Button.d.ts +7 -0
- package/dist/types/components/icons/help.d.ts +4 -0
- package/dist/types/components/icons/index.d.ts +2 -0
- package/dist/types/components/icons/logout.d.ts +4 -0
- package/package.json +1 -1
|
@@ -38,7 +38,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
38
38
|
return result;
|
|
39
39
|
};
|
|
40
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
-
exports.IconButtonGroup = exports.ButtonGroup = exports.SecondaryIconButton = exports.RoundIconButton = exports.IconButton = exports.ToggleButtonAlt = exports.ToggleButton = exports.IconTextButton = exports.TertiaryButton = exports.PrimaryButton = exports.SecondaryButton = void 0;
|
|
41
|
+
exports.IconButtonGroup = exports.ButtonGroup = exports.SecondaryIconButton = exports.RoundIconButton = exports.IconButton = exports.ToggleButtonAlt = exports.ToggleButton = exports.IconTextButton = exports.TertiaryButton = exports.LoginButton = exports.PrimaryButton = exports.SecondaryButton = void 0;
|
|
42
42
|
const styled_components_1 = __importStar(require("styled-components"));
|
|
43
43
|
const dangerBtnStyles = (0, styled_components_1.css) `
|
|
44
44
|
${(props) => btnColors(props.theme.colors.button.error.color.default, props.theme.colors.button.error.background.default, props.theme.colors.button.error.border.default, true)}
|
|
@@ -125,6 +125,11 @@ exports.PrimaryButton = (0, styled_components_1.default)(ButtonTemplate) `
|
|
|
125
125
|
${(props) => btnColors(props.theme.colors.button.primary.color.active, props.theme.colors.button.primary.background.active, props.theme.colors.button.primary.border.active, false)}
|
|
126
126
|
}
|
|
127
127
|
`;
|
|
128
|
+
exports.LoginButton = (0, styled_components_1.default)(exports.PrimaryButton) `
|
|
129
|
+
box-sizing: border-box;
|
|
130
|
+
width: 240px;
|
|
131
|
+
padding: 8px 16px;
|
|
132
|
+
`;
|
|
128
133
|
exports.TertiaryButton = (0, styled_components_1.default)(ButtonTemplate) `
|
|
129
134
|
${(props) => btnColors(props.theme.colors.button.default.color.default, props.theme.colors.button.default.background.default, props.theme.colors.button.default.border.default, false)}
|
|
130
135
|
|
|
@@ -0,0 +1,11 @@
|
|
|
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 HelpIcon = (props) => (react_1.default.createElement("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
8
|
+
react_1.default.createElement("path", { d: "M12.8596 16.2537C12.544 16.2537 12.2858 16.512 12.2858 16.8276V17.2101C12.2858 17.5257 12.544 17.784 12.8596 17.784C13.1753 17.784 13.4335 17.5257 13.4335 17.2101V16.8276C13.4335 16.512 13.1753 16.2537 12.8596 16.2537Z", fill: "#4F4F4F" }),
|
|
9
|
+
react_1.default.createElement("path", { d: "M11.1381 10.917C11.1381 11.2326 10.8799 11.4717 10.5643 11.4717C10.2487 11.4717 10 11.2231 10 10.917C10 10.8405 10.0191 10.1806 10.3634 9.49198C10.7077 8.80338 11.425 8 12.9266 8C14.2656 8 14.9733 8.5547 15.3272 9.01377C15.7862 9.5972 15.9297 10.391 15.7193 11.1848C15.4998 12.0438 14.8803 12.6741 14.3359 13.228L14.3325 13.2315C13.8926 13.6714 13.4813 14.0923 13.4813 14.4366C13.4813 14.7522 13.2231 15.0104 12.9075 15.0104C12.5919 15.0104 12.3336 14.7522 12.3336 14.4366C12.3336 13.6428 12.9081 13.0496 13.4694 12.47C13.483 12.456 13.4965 12.4421 13.51 12.4281C13.5206 12.4173 13.5313 12.4064 13.5419 12.3955C14.0006 11.9278 14.4697 11.4494 14.6099 10.8979C14.7246 10.4388 14.6577 10.018 14.4186 9.71197C14.1316 9.33897 13.6152 9.14768 12.917 9.14768C12.171 9.14768 11.6641 9.4346 11.3772 10.0084C11.1477 10.458 11.1381 10.917 11.1381 10.917Z", fill: "#4F4F4F" }),
|
|
10
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 13C21 8.58172 17.4183 5 13 5C8.58172 5 5 8.58172 5 13C5 17.4183 8.58172 21 13 21C17.4183 21 21 17.4183 21 13ZM20 13C20 9.13401 16.866 6 13 6C9.13401 6 6 9.13401 6 13C6 16.866 9.13401 20 13 20C16.866 20 20 16.866 20 13Z", fill: "#4F4F4F" })));
|
|
11
|
+
exports.default = HelpIcon;
|
|
@@ -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.SectionCategoryIcon = exports.SearchIcon = exports.SaveStatusSavingIcon = exports.SaveStatusSavedIcon = exports.SaveStatusOfflineIcon = exports.RoleReadingIcon = exports.RoleAnnotatingIcon = exports.PlusIcon = exports.OutlineUnorderedListIcon = exports.OutlineTableIcon = exports.OutlineSectionIcon = exports.OutlinePullQuoteIcon = void 0;
|
|
21
|
+
exports.OutlineManuscriptIcon = exports.OutlineFigureIcon = exports.OutlineEquationIcon = exports.OutlineCodeIcon = exports.OutlineBlockQuoteIcon = exports.LogoutIcon = exports.LinkIcon = 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.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.SectionCategoryIcon = exports.SearchIcon = exports.SaveStatusSavingIcon = exports.SaveStatusSavedIcon = exports.SaveStatusOfflineIcon = exports.RoleReadingIcon = exports.RoleAnnotatingIcon = exports.PlusIcon = exports.OutlineUnorderedListIcon = exports.OutlineTableIcon = exports.OutlineSectionIcon = exports.OutlinePullQuoteIcon = exports.OutlineParagraphIcon = exports.OutlineOrderedListIcon = 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");
|
|
@@ -104,8 +104,12 @@ var handle_inspector_1 = require("./handle-inspector");
|
|
|
104
104
|
Object.defineProperty(exports, "HandleInspectorIcon", { enumerable: true, get: function () { return __importDefault(handle_inspector_1).default; } });
|
|
105
105
|
var handle_outline_1 = require("./handle-outline");
|
|
106
106
|
Object.defineProperty(exports, "HandleOutlineIcon", { enumerable: true, get: function () { return __importDefault(handle_outline_1).default; } });
|
|
107
|
+
var help_1 = require("./help");
|
|
108
|
+
Object.defineProperty(exports, "HelpIcon", { enumerable: true, get: function () { return __importDefault(help_1).default; } });
|
|
107
109
|
var link_1 = require("./link");
|
|
108
110
|
Object.defineProperty(exports, "LinkIcon", { enumerable: true, get: function () { return __importDefault(link_1).default; } });
|
|
111
|
+
var logout_1 = require("./logout");
|
|
112
|
+
Object.defineProperty(exports, "LogoutIcon", { enumerable: true, get: function () { return __importDefault(logout_1).default; } });
|
|
109
113
|
var outline_block_quote_1 = require("./outline-block-quote");
|
|
110
114
|
Object.defineProperty(exports, "OutlineBlockQuoteIcon", { enumerable: true, get: function () { return __importDefault(outline_block_quote_1).default; } });
|
|
111
115
|
var outline_code_1 = require("./outline-code");
|
|
@@ -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 LogoutIcon = (props) => (react_1.default.createElement("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
8
|
+
react_1.default.createElement("path", { d: "M9.57227 6.78711H9.07227V7.28711L9.07227 18.7129V19.2129H9.57227H14.3711C14.4736 19.2129 14.5566 19.296 14.5566 19.3984C14.5566 19.5009 14.4736 19.584 14.3711 19.584H9.34375C8.98886 19.584 8.70117 19.2963 8.70117 18.9414L8.70117 7.05859C8.70117 6.70371 8.98886 6.41602 9.34375 6.41602L14.3711 6.41602C14.4736 6.41602 14.5566 6.49909 14.5566 6.60156C14.5566 6.70404 14.4736 6.78711 14.3711 6.78711H9.57227ZM15.6992 13C15.6992 13.316 15.6325 13.5774 15.5484 13.7414C15.5077 13.8206 15.4762 13.8564 15.4597 13.8711H14.8711L14.8711 12.1289H15.4597C15.4762 12.1436 15.5077 12.1794 15.5484 12.2586C15.6325 12.4226 15.6992 12.684 15.6992 13ZM15.4471 13.8803C15.447 13.8801 15.4482 13.8793 15.4508 13.8782C15.4484 13.8798 15.4471 13.8804 15.4471 13.8803ZM13.8711 12.1289L13.8711 13.8711L12.3684 13.8711C12.352 13.8564 12.3204 13.8206 12.2798 13.7414C12.1957 13.5774 12.1289 13.316 12.1289 13C12.1289 12.684 12.1957 12.4226 12.2798 12.2586C12.3204 12.1794 12.352 12.1436 12.3684 12.1289H13.8711ZM12.3811 12.1197C12.3811 12.1199 12.3799 12.1207 12.3774 12.1218C12.3797 12.1202 12.381 12.1196 12.3811 12.1197ZM12.3811 13.8803C12.381 13.8804 12.3797 13.8798 12.3774 13.8782C12.3799 13.8793 12.3811 13.8801 12.3811 13.8803ZM15.4961 11.1289H14.8711V10.3686C14.8711 10.3383 14.8788 10.3223 14.8834 10.315C14.8859 10.3111 14.8885 10.308 14.8909 10.3058L15.7437 11.1637C15.6669 11.1414 15.5845 11.1289 15.4961 11.1289ZM16.6992 13C16.6992 12.608 16.6277 12.2294 16.4922 11.9168L17.5055 12.9362C17.5153 12.9461 17.5273 12.9673 17.5273 13C17.5273 13.0327 17.5153 13.0539 17.5055 13.0638L16.4922 14.0832C16.6277 13.7706 16.6992 13.392 16.6992 13ZM15.4961 14.8711C15.5844 14.8711 15.6669 14.8586 15.7437 14.8363L14.8909 15.6942C14.8885 15.692 14.8859 15.6889 14.8834 15.685C14.8788 15.6777 14.8711 15.6617 14.8711 15.6314V14.8711H15.4961ZM15.4471 12.1197C15.4471 12.1196 15.4484 12.1202 15.4508 12.1218C15.4482 12.1207 15.447 12.1199 15.4471 12.1197Z", fill: "#353535", stroke: "#353535" })));
|
|
9
|
+
exports.default = LogoutIcon;
|
|
@@ -99,6 +99,11 @@ export const PrimaryButton = styled(ButtonTemplate) `
|
|
|
99
99
|
${(props) => btnColors(props.theme.colors.button.primary.color.active, props.theme.colors.button.primary.background.active, props.theme.colors.button.primary.border.active, false)}
|
|
100
100
|
}
|
|
101
101
|
`;
|
|
102
|
+
export const LoginButton = styled(PrimaryButton) `
|
|
103
|
+
box-sizing: border-box;
|
|
104
|
+
width: 240px;
|
|
105
|
+
padding: 8px 16px;
|
|
106
|
+
`;
|
|
102
107
|
export const TertiaryButton = styled(ButtonTemplate) `
|
|
103
108
|
${(props) => btnColors(props.theme.colors.button.default.color.default, props.theme.colors.button.default.background.default, props.theme.colors.button.default.border.default, false)}
|
|
104
109
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const HelpIcon = (props) => (React.createElement("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
3
|
+
React.createElement("path", { d: "M12.8596 16.2537C12.544 16.2537 12.2858 16.512 12.2858 16.8276V17.2101C12.2858 17.5257 12.544 17.784 12.8596 17.784C13.1753 17.784 13.4335 17.5257 13.4335 17.2101V16.8276C13.4335 16.512 13.1753 16.2537 12.8596 16.2537Z", fill: "#4F4F4F" }),
|
|
4
|
+
React.createElement("path", { d: "M11.1381 10.917C11.1381 11.2326 10.8799 11.4717 10.5643 11.4717C10.2487 11.4717 10 11.2231 10 10.917C10 10.8405 10.0191 10.1806 10.3634 9.49198C10.7077 8.80338 11.425 8 12.9266 8C14.2656 8 14.9733 8.5547 15.3272 9.01377C15.7862 9.5972 15.9297 10.391 15.7193 11.1848C15.4998 12.0438 14.8803 12.6741 14.3359 13.228L14.3325 13.2315C13.8926 13.6714 13.4813 14.0923 13.4813 14.4366C13.4813 14.7522 13.2231 15.0104 12.9075 15.0104C12.5919 15.0104 12.3336 14.7522 12.3336 14.4366C12.3336 13.6428 12.9081 13.0496 13.4694 12.47C13.483 12.456 13.4965 12.4421 13.51 12.4281C13.5206 12.4173 13.5313 12.4064 13.5419 12.3955C14.0006 11.9278 14.4697 11.4494 14.6099 10.8979C14.7246 10.4388 14.6577 10.018 14.4186 9.71197C14.1316 9.33897 13.6152 9.14768 12.917 9.14768C12.171 9.14768 11.6641 9.4346 11.3772 10.0084C11.1477 10.458 11.1381 10.917 11.1381 10.917Z", fill: "#4F4F4F" }),
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 13C21 8.58172 17.4183 5 13 5C8.58172 5 5 8.58172 5 13C5 17.4183 8.58172 21 13 21C17.4183 21 21 17.4183 21 13ZM20 13C20 9.13401 16.866 6 13 6C9.13401 6 6 9.13401 6 13C6 16.866 9.13401 20 13 20C16.866 20 20 16.866 20 13Z", fill: "#4F4F4F" })));
|
|
6
|
+
export default HelpIcon;
|
|
@@ -55,7 +55,9 @@ export { default as FileUnknownIcon } from './file-unknown';
|
|
|
55
55
|
export { default as FileVideoIcon } from './file-video';
|
|
56
56
|
export { default as HandleInspectorIcon } from './handle-inspector';
|
|
57
57
|
export { default as HandleOutlineIcon } from './handle-outline';
|
|
58
|
+
export { default as HelpIcon } from './help';
|
|
58
59
|
export { default as LinkIcon } from './link';
|
|
60
|
+
export { default as LogoutIcon } from './logout';
|
|
59
61
|
export { default as OutlineBlockQuoteIcon } from './outline-block-quote';
|
|
60
62
|
export { default as OutlineCodeIcon } from './outline-code';
|
|
61
63
|
export { default as OutlineEquationIcon } from './outline-equation';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const LogoutIcon = (props) => (React.createElement("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
3
|
+
React.createElement("path", { d: "M9.57227 6.78711H9.07227V7.28711L9.07227 18.7129V19.2129H9.57227H14.3711C14.4736 19.2129 14.5566 19.296 14.5566 19.3984C14.5566 19.5009 14.4736 19.584 14.3711 19.584H9.34375C8.98886 19.584 8.70117 19.2963 8.70117 18.9414L8.70117 7.05859C8.70117 6.70371 8.98886 6.41602 9.34375 6.41602L14.3711 6.41602C14.4736 6.41602 14.5566 6.49909 14.5566 6.60156C14.5566 6.70404 14.4736 6.78711 14.3711 6.78711H9.57227ZM15.6992 13C15.6992 13.316 15.6325 13.5774 15.5484 13.7414C15.5077 13.8206 15.4762 13.8564 15.4597 13.8711H14.8711L14.8711 12.1289H15.4597C15.4762 12.1436 15.5077 12.1794 15.5484 12.2586C15.6325 12.4226 15.6992 12.684 15.6992 13ZM15.4471 13.8803C15.447 13.8801 15.4482 13.8793 15.4508 13.8782C15.4484 13.8798 15.4471 13.8804 15.4471 13.8803ZM13.8711 12.1289L13.8711 13.8711L12.3684 13.8711C12.352 13.8564 12.3204 13.8206 12.2798 13.7414C12.1957 13.5774 12.1289 13.316 12.1289 13C12.1289 12.684 12.1957 12.4226 12.2798 12.2586C12.3204 12.1794 12.352 12.1436 12.3684 12.1289H13.8711ZM12.3811 12.1197C12.3811 12.1199 12.3799 12.1207 12.3774 12.1218C12.3797 12.1202 12.381 12.1196 12.3811 12.1197ZM12.3811 13.8803C12.381 13.8804 12.3797 13.8798 12.3774 13.8782C12.3799 13.8793 12.3811 13.8801 12.3811 13.8803ZM15.4961 11.1289H14.8711V10.3686C14.8711 10.3383 14.8788 10.3223 14.8834 10.315C14.8859 10.3111 14.8885 10.308 14.8909 10.3058L15.7437 11.1637C15.6669 11.1414 15.5845 11.1289 15.4961 11.1289ZM16.6992 13C16.6992 12.608 16.6277 12.2294 16.4922 11.9168L17.5055 12.9362C17.5153 12.9461 17.5273 12.9673 17.5273 13C17.5273 13.0327 17.5153 13.0539 17.5055 13.0638L16.4922 14.0832C16.6277 13.7706 16.6992 13.392 16.6992 13ZM15.4961 14.8711C15.5844 14.8711 15.6669 14.8586 15.7437 14.8363L14.8909 15.6942C14.8885 15.692 14.8859 15.6889 14.8834 15.685C14.8788 15.6777 14.8711 15.6617 14.8711 15.6314V14.8711H15.4961ZM15.4471 12.1197C15.4471 12.1196 15.4484 12.1202 15.4508 12.1218C15.4482 12.1207 15.447 12.1199 15.4471 12.1197Z", fill: "#353535", stroke: "#353535" })));
|
|
4
|
+
export default LogoutIcon;
|
|
@@ -27,6 +27,13 @@ export declare const PrimaryButton: import("styled-components").StyledComponent<
|
|
|
27
27
|
disabled?: boolean | undefined;
|
|
28
28
|
mini?: boolean | undefined;
|
|
29
29
|
}, "type">;
|
|
30
|
+
export declare const LoginButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
|
|
31
|
+
type: "button" | "submit" | "reset";
|
|
32
|
+
} & {
|
|
33
|
+
danger?: boolean | undefined;
|
|
34
|
+
disabled?: boolean | undefined;
|
|
35
|
+
mini?: boolean | undefined;
|
|
36
|
+
}, "type">;
|
|
30
37
|
export declare const TertiaryButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
|
|
31
38
|
type: "button" | "submit" | "reset";
|
|
32
39
|
} & {
|
|
@@ -55,7 +55,9 @@ export { default as FileUnknownIcon } from './file-unknown';
|
|
|
55
55
|
export { default as FileVideoIcon } from './file-video';
|
|
56
56
|
export { default as HandleInspectorIcon } from './handle-inspector';
|
|
57
57
|
export { default as HandleOutlineIcon } from './handle-outline';
|
|
58
|
+
export { default as HelpIcon } from './help';
|
|
58
59
|
export { default as LinkIcon } from './link';
|
|
60
|
+
export { default as LogoutIcon } from './logout';
|
|
59
61
|
export { default as OutlineBlockQuoteIcon } from './outline-block-quote';
|
|
60
62
|
export { default as OutlineCodeIcon } from './outline-code';
|
|
61
63
|
export { default as OutlineEquationIcon } from './outline-equation';
|
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.21",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|