@redocly/reference-docs 2.12.0 → 2.12.1
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/bin/cli/commands/redocly-docs-cli.min.js +33 -30
- package/bin/cli/commands/redocly-docs-cli.min.js.LICENSE.txt +1 -1
- package/dist/console.redocly-reference-docs.min.js +1 -1
- package/dist/oauth2-redirect.js +1 -1
- package/dist/redocly-reference-docs.min.js +360 -357
- package/lib/components/Search/MenuItemProSearch.js +1 -1
- package/lib/components/Search/styled.js +1 -1
- package/lib/redoc-lib/src/components/SideMenu/styled.elements.js +1 -1
- package/lib-esm/components/Search/MenuItemProSearch.js +1 -1
- package/lib-esm/components/Search/styled.js +1 -1
- package/lib-esm/redoc-lib/src/components/SideMenu/styled.elements.js +1 -1
- package/package.json +2 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.MenuItemPro=void 0;var templateObject_1,templateObject_2,tslib_1=require("tslib"),React=(0,tslib_1.__importStar)(require("react")),redoc_lib_1=require("../../redoc-lib"),ResultMeta=redoc_lib_1.styled.div(templateObject_1||(templateObject_1=(0,tslib_1.__makeTemplateObject)(["\n font-size: 0.8em;\n ","\n"],["\n font-size: 0.8em;\n ","\n"])),(function(e){var t=e.theme;return(0,redoc_lib_1.mediaCSS)({fontFamily:t.typography.code.fontFamily})})),Place=redoc_lib_1.styled.span(templateObject_2||(templateObject_2=(0,tslib_1.__makeTemplateObject)(["\n font-weight: bold;\n"],["\n font-weight: bold;\n"]))),MenuItemPro=function(e){var t=e.result,a=e.active,n=e.term,r=e.onActivate,l=e.history,c=React.useContext(redoc_lib_1.OptionsContext),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.MenuItemPro=void 0;var templateObject_1,templateObject_2,templateObject_3,tslib_1=require("tslib"),React=(0,tslib_1.__importStar)(require("react")),redoc_lib_1=require("../../redoc-lib"),ResultMeta=redoc_lib_1.styled.div(templateObject_1||(templateObject_1=(0,tslib_1.__makeTemplateObject)(["\n font-size: 0.8em;\n ","\n"],["\n font-size: 0.8em;\n ","\n"])),(function(e){var t=e.theme;return(0,redoc_lib_1.mediaCSS)({fontFamily:t.typography.code.fontFamily})})),Place=redoc_lib_1.styled.span(templateObject_2||(templateObject_2=(0,tslib_1.__makeTemplateObject)(["\n font-weight: bold;\n"],["\n font-weight: bold;\n"]))),MarkedSpan=redoc_lib_1.styled.span(templateObject_3||(templateObject_3=(0,tslib_1.__makeTemplateObject)(["\n color: ",";\n background-color: #ffff03;\n"],["\n color: ",";\n background-color: #ffff03;\n"])),(function(e){return e.theme.sidebar.activeTextColor})),MenuItemPro=function(e){var t=e.result,a=e.active,n=e.term,r=e.onActivate,l=e.history,c=React.useContext(redoc_lib_1.OptionsContext),o="path-only"===c.searchMode,i="path-first"===c.sideNavStyle;return React.createElement(redoc_lib_1.MenuItem,{item:Object.create(t.item,{active:{value:a},name:{value:o?t.item.name:""},path:{value:""},search:{value:!0}}),onActivate:function(e,a){if(a.ctrlKey){var n=l.linkForId(t.item.id);window.open(n,"_blank")}else r(t)},withoutChildren:!0,"data-role":"search:result"},(i||o)&&"operation"===t.item.type?React.createElement(React.Fragment,null,React.createElement(redoc_lib_1.MenuItemPath,{title:t.item.path},markString(t.item.path,n))):markString(t.item.name,n),t.count>1?React.createElement(ResultMeta,null,t.count," matching ",formatPlaces(t.places)):1===t.count?React.createElement(ResultMeta,null,"in ",React.createElement(Place,null,t.places[0].place)," ",formatPath(n,t.places[0].paths[0])):null)};function formatPlaces(e){return e.slice().sort(),e.map((function(e){return e.place})).join(" and ")}function formatPath(e,t){return t&&t.length&&t[t.length-1].toLowerCase().startsWith(e.toLowerCase())&&(t=t.slice(0,t.length-1)),t&&0!==t.length?" → "+t.join(" → "):""}function markString(e,t){for(var a=new RegExp("("+t.replace(/[\\^$.*+?()[\]{}|]/g,"\\$&")+")","gi"),n=e.split(a),r=1,l=n.length;r<l;r+=2)n[r]=React.createElement(MarkedSpan,{key:r},n[r]);return n}exports.MenuItemPro=MenuItemPro;
|
|
2
2
|
//# sourceMappingURL=MenuItemProSearch.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SearchInput=exports.SearchResultsItems=exports.SearchResultsBox=exports.TextContainer=exports.SearchPopUpHeader=exports.SearchPopUpWrap=exports.SearchPopUpBG=exports.SearchFieldWrap=exports.SearchIcon=exports.ButtonClear=exports.ButtonClose=exports.CrossIcon=void 0;var tslib_1=require("tslib"),React=(0,tslib_1.__importStar)(require("react")),polished_1=require("polished"),redoc_lib_1=require("../../redoc-lib"),CrossIcon=function(){return React.createElement("svg",{version:"1.1",viewBox:"0 0 12 12",width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg",fill:"none",className:"clear-icon"},React.createElement("path",{d:"M11 1L6 6L11 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),React.createElement("path",{d:"M1 1L6 6L1 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};exports.CrossIcon=CrossIcon,exports.ButtonClose=redoc_lib_1.styled.i.attrs((function(){return{className:"button-close"}}))(templateObject_1||(templateObject_1=(0,tslib_1.__makeTemplateObject)(["\n cursor: pointer;\n position: absolute;\n right: 15px;\n color: ",";\n"],["\n cursor: pointer;\n position: absolute;\n right: 15px;\n color: ",";\n"])),(function(e){return e.theme.colors.text.primary})),exports.ButtonClear=redoc_lib_1.styled.i.attrs((function(){return{className:"button-clear"}}))(templateObject_2||(templateObject_2=(0,tslib_1.__makeTemplateObject)(["\n cursor: pointer;\n position: absolute;\n"],["\n cursor: pointer;\n position: absolute;\n"])));var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,SearchIcon=function(){return React.createElement("svg",{version:"1.1",viewBox:"0 0 15 16",width:"15",height:"16",xmlns:"http://www.w3.org/2000/svg",fill:"none",className:"search-icon"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 14C11.0899 14 14 11.0899 14 7.5C14 3.91015 11.0899 1 7.5 1C3.91015 1 1 3.91015 1 7.5C1 11.0899 3.91015 14 7.5 14Z",stroke:"currentColor",strokeWidth:"2"}),React.createElement("path",{d:"M7.5 5C6.11929 5 5 6.11929 5 7.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),React.createElement("path",{d:"M1 15L3 13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};exports.SearchIcon=SearchIcon,exports.SearchFieldWrap=redoc_lib_1.styled.button.attrs((function(){return{className:"button-field-search"}}))(templateObject_3||(templateObject_3=(0,tslib_1.__makeTemplateObject)(["\n cursor: text;\n margin: 10px 20px 13px;\n padding: 0 18px 0 3px;\n border: 0;\n position: relative;\n border-bottom: 1px solid ",";\n background-color: transparent;\n height: 37px;\n color: ",";\n text-align: left;\n font-family: ",";\n font-size: 12px;\n font-weight: 600;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: 0 0 auto;\n\n span {\n display: block;\n position: absolute;\n right: 0;\n width: 18px;\n height: 37px;\n background-color: ",";\n z-index: 2;\n }\n\n .search-icon {\n margin-left: 6px;\n position: relative;\n top: 2px;\n z-index: 1;\n }\n\n .button-clear {\n padding: 3px;\n right: 0;\n margin-top: 4px;\n z-index: 3;\n }\n"],["\n cursor: text;\n margin: 10px 20px 13px;\n padding: 0 18px 0 3px;\n border: 0;\n position: relative;\n border-bottom: 1px solid ",";\n background-color: transparent;\n height: 37px;\n color: ",";\n text-align: left;\n font-family: ",";\n font-size: 12px;\n font-weight: 600;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: 0 0 auto;\n\n span {\n display: block;\n position: absolute;\n right: 0;\n width: 18px;\n height: 37px;\n background-color: ",";\n z-index: 2;\n }\n\n .search-icon {\n margin-left: 6px;\n position: relative;\n top: 2px;\n z-index: 1;\n }\n\n .button-clear {\n padding: 3px;\n right: 0;\n margin-top: 4px;\n z-index: 3;\n }\n"])),(function(e){return e.theme.colors.border.light}),(function(e){return e.theme.sidebar.textColor}),(function(e){return e.theme.typography.fontFamily}),(function(e){return e.theme.sidebar.backgroundColor})),exports.SearchPopUpBG=redoc_lib_1.styled.div.attrs((function(){return{className:"search-popup"}}))(templateObject_4||(templateObject_4=(0,tslib_1.__makeTemplateObject)(["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 100;\n background: rgba(0, 0, 0, 0.45);\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 100;\n background: rgba(0, 0, 0, 0.45);\n display: flex;\n justify-content: center;\n align-items: center;\n"]))),exports.SearchPopUpWrap=redoc_lib_1.styled.div(templateObject_5||(templateObject_5=(0,tslib_1.__makeTemplateObject)(["\n width: 100%;\n max-width: 500px;\n height: 445px;\n"],["\n width: 100%;\n max-width: 500px;\n height: 445px;\n"]))),exports.SearchPopUpHeader=redoc_lib_1.styled.div(templateObject_6||(templateObject_6=(0,tslib_1.__makeTemplateObject)(["\n background-color: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n height: 45px;\n display: flex;\n align-items: center;\n position: relative;\n\n .search-icon {\n position: absolute;\n left: 15px;\n }\n\n .button-clear {\n right: 45px;\n font-style: normal;\n font-weight: 600;\n font-size: 0.8em;\n background-color: ",";\n padding: 4px 16px;\n border-radius: ",";\n &:hover {\n background-color: ",";\n }\n }\n"],["\n background-color: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n height: 45px;\n display: flex;\n align-items: center;\n position: relative;\n\n .search-icon {\n position: absolute;\n left: 15px;\n }\n\n .button-clear {\n right: 45px;\n font-style: normal;\n font-weight: 600;\n font-size: 0.8em;\n background-color: ",";\n padding: 4px 16px;\n border-radius: ",";\n &:hover {\n background-color: ",";\n }\n }\n"])),(function(e){return e.theme.colors.secondary.light}),(function(e){return e.theme.components.panels.borderRadius}),(function(e){return e.theme.components.panels.borderRadius}),(function(e){return e.theme.colors.secondary.main}),(function(e){return e.theme.shape.borderRadius}),(function(e){var n=e.theme;return(0,polished_1.darken)(.1,n.colors.secondary.main)})),exports.TextContainer=redoc_lib_1.styled.div(templateObject_7||(templateObject_7=(0,tslib_1.__makeTemplateObject)(["\n padding: 30px 20px;\n"],["\n padding: 30px 20px;\n"]))),exports.SearchResultsBox=redoc_lib_1.styled.div(templateObject_8||(templateObject_8=(0,tslib_1.__makeTemplateObject)(["\n padding: 10px;\n background-color:
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SearchInput=exports.SearchResultsItems=exports.SearchResultsBox=exports.TextContainer=exports.SearchPopUpHeader=exports.SearchPopUpWrap=exports.SearchPopUpBG=exports.SearchFieldWrap=exports.SearchIcon=exports.ButtonClear=exports.ButtonClose=exports.CrossIcon=void 0;var tslib_1=require("tslib"),React=(0,tslib_1.__importStar)(require("react")),polished_1=require("polished"),redoc_lib_1=require("../../redoc-lib"),CrossIcon=function(){return React.createElement("svg",{version:"1.1",viewBox:"0 0 12 12",width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg",fill:"none",className:"clear-icon"},React.createElement("path",{d:"M11 1L6 6L11 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),React.createElement("path",{d:"M1 1L6 6L1 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};exports.CrossIcon=CrossIcon,exports.ButtonClose=redoc_lib_1.styled.i.attrs((function(){return{className:"button-close"}}))(templateObject_1||(templateObject_1=(0,tslib_1.__makeTemplateObject)(["\n cursor: pointer;\n position: absolute;\n right: 15px;\n color: ",";\n"],["\n cursor: pointer;\n position: absolute;\n right: 15px;\n color: ",";\n"])),(function(e){return e.theme.colors.text.primary})),exports.ButtonClear=redoc_lib_1.styled.i.attrs((function(){return{className:"button-clear"}}))(templateObject_2||(templateObject_2=(0,tslib_1.__makeTemplateObject)(["\n cursor: pointer;\n position: absolute;\n"],["\n cursor: pointer;\n position: absolute;\n"])));var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,SearchIcon=function(){return React.createElement("svg",{version:"1.1",viewBox:"0 0 15 16",width:"15",height:"16",xmlns:"http://www.w3.org/2000/svg",fill:"none",className:"search-icon"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 14C11.0899 14 14 11.0899 14 7.5C14 3.91015 11.0899 1 7.5 1C3.91015 1 1 3.91015 1 7.5C1 11.0899 3.91015 14 7.5 14Z",stroke:"currentColor",strokeWidth:"2"}),React.createElement("path",{d:"M7.5 5C6.11929 5 5 6.11929 5 7.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),React.createElement("path",{d:"M1 15L3 13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};exports.SearchIcon=SearchIcon,exports.SearchFieldWrap=redoc_lib_1.styled.button.attrs((function(){return{className:"button-field-search"}}))(templateObject_3||(templateObject_3=(0,tslib_1.__makeTemplateObject)(["\n cursor: text;\n margin: 10px 20px 13px;\n padding: 0 18px 0 3px;\n border: 0;\n position: relative;\n border-bottom: 1px solid ",";\n background-color: transparent;\n height: 37px;\n color: ",";\n text-align: left;\n font-family: ",";\n font-size: 12px;\n font-weight: 600;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: 0 0 auto;\n\n span {\n display: block;\n position: absolute;\n right: 0;\n width: 18px;\n height: 37px;\n background-color: ",";\n z-index: 2;\n }\n\n .search-icon {\n margin-left: 6px;\n position: relative;\n top: 2px;\n z-index: 1;\n }\n\n .button-clear {\n padding: 3px;\n right: 0;\n margin-top: 4px;\n z-index: 3;\n }\n"],["\n cursor: text;\n margin: 10px 20px 13px;\n padding: 0 18px 0 3px;\n border: 0;\n position: relative;\n border-bottom: 1px solid ",";\n background-color: transparent;\n height: 37px;\n color: ",";\n text-align: left;\n font-family: ",";\n font-size: 12px;\n font-weight: 600;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: 0 0 auto;\n\n span {\n display: block;\n position: absolute;\n right: 0;\n width: 18px;\n height: 37px;\n background-color: ",";\n z-index: 2;\n }\n\n .search-icon {\n margin-left: 6px;\n position: relative;\n top: 2px;\n z-index: 1;\n }\n\n .button-clear {\n padding: 3px;\n right: 0;\n margin-top: 4px;\n z-index: 3;\n }\n"])),(function(e){return e.theme.colors.border.light}),(function(e){return e.theme.sidebar.textColor}),(function(e){return e.theme.typography.fontFamily}),(function(e){return e.theme.sidebar.backgroundColor})),exports.SearchPopUpBG=redoc_lib_1.styled.div.attrs((function(){return{className:"search-popup"}}))(templateObject_4||(templateObject_4=(0,tslib_1.__makeTemplateObject)(["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 100;\n background: rgba(0, 0, 0, 0.45);\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 100;\n background: rgba(0, 0, 0, 0.45);\n display: flex;\n justify-content: center;\n align-items: center;\n"]))),exports.SearchPopUpWrap=redoc_lib_1.styled.div(templateObject_5||(templateObject_5=(0,tslib_1.__makeTemplateObject)(["\n width: 100%;\n max-width: 500px;\n height: 445px;\n"],["\n width: 100%;\n max-width: 500px;\n height: 445px;\n"]))),exports.SearchPopUpHeader=redoc_lib_1.styled.div(templateObject_6||(templateObject_6=(0,tslib_1.__makeTemplateObject)(["\n background-color: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n height: 45px;\n display: flex;\n align-items: center;\n position: relative;\n\n .search-icon {\n position: absolute;\n left: 15px;\n }\n\n .button-clear {\n right: 45px;\n font-style: normal;\n font-weight: 600;\n font-size: 0.8em;\n background-color: ",";\n padding: 4px 16px;\n border-radius: ",";\n &:hover {\n background-color: ",";\n }\n }\n"],["\n background-color: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n height: 45px;\n display: flex;\n align-items: center;\n position: relative;\n\n .search-icon {\n position: absolute;\n left: 15px;\n }\n\n .button-clear {\n right: 45px;\n font-style: normal;\n font-weight: 600;\n font-size: 0.8em;\n background-color: ",";\n padding: 4px 16px;\n border-radius: ",";\n &:hover {\n background-color: ",";\n }\n }\n"])),(function(e){return e.theme.colors.secondary.light}),(function(e){return e.theme.components.panels.borderRadius}),(function(e){return e.theme.components.panels.borderRadius}),(function(e){return e.theme.colors.secondary.main}),(function(e){return e.theme.shape.borderRadius}),(function(e){var n=e.theme;return(0,polished_1.darken)(.1,n.colors.secondary.main)})),exports.TextContainer=redoc_lib_1.styled.div(templateObject_7||(templateObject_7=(0,tslib_1.__makeTemplateObject)(["\n padding: 30px 20px;\n"],["\n padding: 30px 20px;\n"]))),exports.SearchResultsBox=redoc_lib_1.styled.div(templateObject_8||(templateObject_8=(0,tslib_1.__makeTemplateObject)(["\n padding: 10px;\n background-color: ",";\n min-height: 100px;\n max-height: 400px;\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n\n "," {\n margin-right: 30px;\n border-radius: ",";\n\n svg {\n display: none;\n }\n }\n"],["\n padding: 10px;\n background-color: ",";\n min-height: 100px;\n max-height: 400px;\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n\n "," {\n margin-right: 30px;\n border-radius: ",";\n\n svg {\n display: none;\n }\n }\n"])),(function(e){return e.theme.sidebar.backgroundColor}),(function(e){return e.theme.components.panels.borderRadius}),(function(e){return e.theme.components.panels.borderRadius}),redoc_lib_1.MenuItemLabel,(function(e){return e.theme.shape.borderRadius})),exports.SearchResultsItems=redoc_lib_1.styled.div(templateObject_9||(templateObject_9=(0,tslib_1.__makeTemplateObject)(["\n max-height: 372px;\n"],["\n max-height: 372px;\n"]))),exports.SearchInput=redoc_lib_1.styled.input.attrs((function(){return{className:"search-input"}}))(templateObject_10||(templateObject_10=(0,tslib_1.__makeTemplateObject)(["\n padding: 0 35px;\n outline: none;\n border: 0;\n background-color: transparent;\n width: 100%;\n margin-top: 2px;\n"],["\n padding: 0 35px;\n outline: none;\n border: 0;\n background-color: transparent;\n width: 100%;\n margin-top: 2px;\n"])));
|
|
2
2
|
//# sourceMappingURL=styled.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RedocAttribution=exports.MenuItemTitle=exports.MenuItemLink=exports.MenuItemLabel=exports.MenuItemLi=exports.MenuItemUl=exports.OperationBadge=void 0;var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,tslib_1=require("tslib"),classnames_1=(0,tslib_1.__importDefault)(require("classnames")),polished_1=require("polished"),common_elements_1=require("../../common-elements/"),styled_components_1=(0,tslib_1.__importDefault)(require("../../styled-components"));exports.OperationBadge=styled_components_1.default.span.attrs((function(n){return{className:"operation-type "+n.type}}))(templateObject_1||(templateObject_1=(0,tslib_1.__makeTemplateObject)(["\n display: inline-block;\n font-size: ",";\n font-family: ",";\n font-weight: ",";\n line-height: ",";\n color: ",";\n background-color: #333;\n border-radius: ",";\n width: 36px;\n height: 14px;\n text-transform: uppercase;\n text-align: center;\n margin-right: 6px;\n\n &.get {\n background-color: ",";\n }\n &.post {\n background-color: ",";\n }\n &.put {\n background-color: ",";\n }\n &.options {\n background-color: ",";\n }\n &.patch {\n background-color: ",";\n }\n &.delete {\n background-color: ",";\n }\n &.basic {\n background-color: ",";\n }\n &.link {\n background-color: ",";\n }\n &.head {\n background-color: ",";\n }\n &.hook {\n background-color: ",";\n }\n"],["\n display: inline-block;\n font-size: ",";\n font-family: ",";\n font-weight: ",";\n line-height: ",";\n color: ",";\n background-color: #333;\n border-radius: ",";\n width: 36px;\n height: 14px;\n text-transform: uppercase;\n text-align: center;\n margin-right: 6px;\n\n &.get {\n background-color: ",";\n }\n &.post {\n background-color: ",";\n }\n &.put {\n background-color: ",";\n }\n &.options {\n background-color: ",";\n }\n &.patch {\n background-color: ",";\n }\n &.delete {\n background-color: ",";\n }\n &.basic {\n background-color: ",";\n }\n &.link {\n background-color: ",";\n }\n &.head {\n background-color: ",";\n }\n &.hook {\n background-color: ",";\n }\n"])),(function(n){return n.theme.components.httpBadges.sizes.small.fontSize}),(function(n){return n.theme.components.httpBadges.fontFamily}),(function(n){return n.theme.components.httpBadges.fontWeight}),(function(n){return n.theme.components.httpBadges.sizes.small.lineHeight}),(function(n){return n.theme.components.httpBadges.color}),(function(n){return n.theme.components.httpBadges.borderRadius}),(function(n){return n.theme.colors.http.get}),(function(n){return n.theme.colors.http.post}),(function(n){return n.theme.colors.http.put}),(function(n){return n.theme.colors.http.options}),(function(n){return n.theme.colors.http.patch}),(function(n){return n.theme.colors.http.delete}),(function(n){return n.theme.colors.http.basic}),(function(n){return n.theme.colors.http.link}),(function(n){return n.theme.colors.http.head}),(function(n){return n.theme.colors.primary.main})),exports.MenuItemUl=styled_components_1.default.ul(templateObject_2||(templateObject_2=(0,tslib_1.__makeTemplateObject)(["\n margin: 0;\n padding: 0;\n\n & & {\n font-size: 14px;\n }\n\n ",";\n"],["\n margin: 0;\n padding: 0;\n\n & & {\n font-size: 14px;\n }\n\n ",";\n"])),(function(n){return n.expanded?"":"display: none;"})),exports.MenuItemLi=styled_components_1.default.li(templateObject_3||(templateObject_3=(0,tslib_1.__makeTemplateObject)(["\n list-style: none inside none;\n overflow: hidden;\n text-overflow: ellipsis;\n padding: 0;\n ",";\n"],["\n list-style: none inside none;\n overflow: hidden;\n text-overflow: ellipsis;\n padding: 0;\n ",";\n"])),(function(n){return 0===n.depth?"margin-top: 10px":""})),exports.MenuItemLabel=styled_components_1.default.label.attrs((function(n){return{role:"menuitem",className:(0,classnames_1.default)("-depth"+n.depth,{active:n.active})}}))(templateObject_4||(templateObject_4=(0,tslib_1.__makeTemplateObject)(["\n cursor: pointer;\n position: relative;\n margin: 1px 0 0 16px;\n display: flex;\n text-decoration: none;\n line-height: 15px;\n\n align-items: ",";\n\n font-family: ",";\n font-size: ",";\n font-weight: ",";\n\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n background-color: ",";\n pointer-events: ",";\n\n color: ",";\n\n margin-left: ",";\n\n padding-top: ","px;\n padding-right: ","px;\n padding-bottom: ","px;\n margin-bottom: 1px; // hardcoded for now\n\n padding-left: ","px;\n\n ",";\n\n &:hover {\n background-color: ",";\n color: ",";\n transition: background-color 0.3s, color 0.3s;\n }\n\n "," {\n height: ",";\n width: ",";\n fill: ",";\n margin-right: ","px;\n }\n"],["\n cursor: pointer;\n position: relative;\n margin: 1px 0 0 16px;\n display: flex;\n text-decoration: none;\n line-height: 15px;\n\n align-items: ",";\n\n font-family: ",";\n font-size: ",";\n font-weight: ",";\n\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n background-color: ",";\n pointer-events: ",";\n\n color: ",";\n\n margin-left: ",";\n\n padding-top: ","px;\n padding-right: ","px;\n padding-bottom: ","px;\n margin-bottom: 1px; // hardcoded for now\n\n padding-left: ","px;\n\n ",";\n\n &:hover {\n background-color: ",";\n color: ",";\n transition: background-color 0.3s, color 0.3s;\n }\n\n "," {\n height: ",";\n width: ",";\n fill: ",";\n margin-right: ","px;\n }\n"])),(function(n){return n.hasChildren?"center":""}),(function(n){return n.theme.sidebar.fontFamily}),(function(n){return n.theme.sidebar.fontSize}),(function(n){var e=n.theme;return 0===n.depth?e.typography.fontWeightBold:e.typography.fontWeightRegular}),(function(n){return n.theme.sidebar.borderRadius}),(function(n){return n.theme.sidebar.borderRadius}),(function(n){var e=n.active,t=n.theme;return e?t.sidebar.activeBgColor:
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RedocAttribution=exports.MenuItemTitle=exports.MenuItemLink=exports.MenuItemLabel=exports.MenuItemLi=exports.MenuItemUl=exports.OperationBadge=void 0;var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,tslib_1=require("tslib"),classnames_1=(0,tslib_1.__importDefault)(require("classnames")),polished_1=require("polished"),common_elements_1=require("../../common-elements/"),styled_components_1=(0,tslib_1.__importDefault)(require("../../styled-components"));exports.OperationBadge=styled_components_1.default.span.attrs((function(n){return{className:"operation-type "+n.type}}))(templateObject_1||(templateObject_1=(0,tslib_1.__makeTemplateObject)(["\n display: inline-block;\n font-size: ",";\n font-family: ",";\n font-weight: ",";\n line-height: ",";\n color: ",";\n background-color: #333;\n border-radius: ",";\n width: 36px;\n height: 14px;\n text-transform: uppercase;\n text-align: center;\n margin-right: 6px;\n\n &.get {\n background-color: ",";\n }\n &.post {\n background-color: ",";\n }\n &.put {\n background-color: ",";\n }\n &.options {\n background-color: ",";\n }\n &.patch {\n background-color: ",";\n }\n &.delete {\n background-color: ",";\n }\n &.basic {\n background-color: ",";\n }\n &.link {\n background-color: ",";\n }\n &.head {\n background-color: ",";\n }\n &.hook {\n background-color: ",";\n }\n"],["\n display: inline-block;\n font-size: ",";\n font-family: ",";\n font-weight: ",";\n line-height: ",";\n color: ",";\n background-color: #333;\n border-radius: ",";\n width: 36px;\n height: 14px;\n text-transform: uppercase;\n text-align: center;\n margin-right: 6px;\n\n &.get {\n background-color: ",";\n }\n &.post {\n background-color: ",";\n }\n &.put {\n background-color: ",";\n }\n &.options {\n background-color: ",";\n }\n &.patch {\n background-color: ",";\n }\n &.delete {\n background-color: ",";\n }\n &.basic {\n background-color: ",";\n }\n &.link {\n background-color: ",";\n }\n &.head {\n background-color: ",";\n }\n &.hook {\n background-color: ",";\n }\n"])),(function(n){return n.theme.components.httpBadges.sizes.small.fontSize}),(function(n){return n.theme.components.httpBadges.fontFamily}),(function(n){return n.theme.components.httpBadges.fontWeight}),(function(n){return n.theme.components.httpBadges.sizes.small.lineHeight}),(function(n){return n.theme.components.httpBadges.color}),(function(n){return n.theme.components.httpBadges.borderRadius}),(function(n){return n.theme.colors.http.get}),(function(n){return n.theme.colors.http.post}),(function(n){return n.theme.colors.http.put}),(function(n){return n.theme.colors.http.options}),(function(n){return n.theme.colors.http.patch}),(function(n){return n.theme.colors.http.delete}),(function(n){return n.theme.colors.http.basic}),(function(n){return n.theme.colors.http.link}),(function(n){return n.theme.colors.http.head}),(function(n){return n.theme.colors.primary.main})),exports.MenuItemUl=styled_components_1.default.ul(templateObject_2||(templateObject_2=(0,tslib_1.__makeTemplateObject)(["\n margin: 0;\n padding: 0;\n\n & & {\n font-size: 14px;\n }\n\n ",";\n"],["\n margin: 0;\n padding: 0;\n\n & & {\n font-size: 14px;\n }\n\n ",";\n"])),(function(n){return n.expanded?"":"display: none;"})),exports.MenuItemLi=styled_components_1.default.li(templateObject_3||(templateObject_3=(0,tslib_1.__makeTemplateObject)(["\n list-style: none inside none;\n overflow: hidden;\n text-overflow: ellipsis;\n padding: 0;\n ",";\n"],["\n list-style: none inside none;\n overflow: hidden;\n text-overflow: ellipsis;\n padding: 0;\n ",";\n"])),(function(n){return 0===n.depth?"margin-top: 10px":""})),exports.MenuItemLabel=styled_components_1.default.label.attrs((function(n){return{role:"menuitem",className:(0,classnames_1.default)("-depth"+n.depth,{active:n.active})}}))(templateObject_4||(templateObject_4=(0,tslib_1.__makeTemplateObject)(["\n cursor: pointer;\n position: relative;\n margin: 1px 0 0 16px;\n display: flex;\n text-decoration: none;\n line-height: 15px;\n\n align-items: ",";\n\n font-family: ",";\n font-size: ",";\n font-weight: ",";\n\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n background-color: ",";\n pointer-events: ",";\n\n color: ",";\n\n margin-left: ",";\n\n padding-top: ","px;\n padding-right: ","px;\n padding-bottom: ","px;\n margin-bottom: 1px; // hardcoded for now\n\n padding-left: ","px;\n\n ",";\n\n &:hover {\n background-color: ",";\n color: ",";\n transition: background-color 0.3s, color 0.3s;\n }\n\n "," {\n height: ",";\n width: ",";\n fill: ",";\n margin-right: ","px;\n }\n"],["\n cursor: pointer;\n position: relative;\n margin: 1px 0 0 16px;\n display: flex;\n text-decoration: none;\n line-height: 15px;\n\n align-items: ",";\n\n font-family: ",";\n font-size: ",";\n font-weight: ",";\n\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n background-color: ",";\n pointer-events: ",";\n\n color: ",";\n\n margin-left: ",";\n\n padding-top: ","px;\n padding-right: ","px;\n padding-bottom: ","px;\n margin-bottom: 1px; // hardcoded for now\n\n padding-left: ","px;\n\n ",";\n\n &:hover {\n background-color: ",";\n color: ",";\n transition: background-color 0.3s, color 0.3s;\n }\n\n "," {\n height: ",";\n width: ",";\n fill: ",";\n margin-right: ","px;\n }\n"])),(function(n){return n.hasChildren?"center":""}),(function(n){return n.theme.sidebar.fontFamily}),(function(n){return n.theme.sidebar.fontSize}),(function(n){var e=n.theme;return 0===n.depth?e.typography.fontWeightBold:e.typography.fontWeightRegular}),(function(n){return n.theme.sidebar.borderRadius}),(function(n){return n.theme.sidebar.borderRadius}),(function(n){var e=n.active,t=n.theme;return e?t.sidebar.activeBgColor:t.sidebar.backgroundColor}),(function(n){return 0===n.depth?"none":"auto"}),(function(n){var e=n.active,t=n.theme;return e?t.sidebar.activeTextColor:t.sidebar.textColor}),(function(n){var e=n.depth,t=n.theme;return t.sidebar.spacing.offsetLeft+(e>0?e-1:e)*t.sidebar.spacing.offsetNesting+"px"}),(function(n){return n.theme.sidebar.spacing.paddingVertical}),(function(n){return n.theme.sidebar.spacing.paddingHorizontal}),(function(n){return n.theme.sidebar.spacing.paddingVertical}),(function(n){var e=n.theme,t=n.hasChildren,o=n.depth;return t&&0!==o?e.sidebar.spacing.paddingHorizontal:e.sidebar.spacing.paddingHorizontal+e.sidebar.caretSize+.5*e.sidebar.spacing.unit}),(function(n){return n.deprecated&&common_elements_1.deprecatedCss||""}),(function(n){return n.theme.sidebar.activeBgColor}),(function(n){return n.theme.sidebar.activeTextColor}),common_elements_1.ShelfIcon,(function(n){return n.theme.sidebar.caretSize}),(function(n){return n.theme.sidebar.caretSize}),(function(n){return n.theme.sidebar.caretColor}),(function(n){return n.theme.sidebar.spacing.unit/2})),exports.MenuItemLink=exports.MenuItemLabel.withComponent("a"),exports.MenuItemTitle=styled_components_1.default.span(templateObject_5||(templateObject_5=(0,tslib_1.__makeTemplateObject)(["\n display: inline-block;\n vertical-align: middle;\n width: ",";\n overflow: hidden;\n text-overflow: ellipsis;\n line-height: 15px;\n"],["\n display: inline-block;\n vertical-align: middle;\n width: ",";\n overflow: hidden;\n text-overflow: ellipsis;\n line-height: 15px;\n"])),(function(n){return n.width?n.width:"auto"})),exports.RedocAttribution=styled_components_1.default.div(templateObject_6||(templateObject_6=(0,tslib_1.__makeTemplateObject)(["\n ",";\n"],["\n ",";\n"])),(function(n){var e=n.theme;return"\n font-size: 0.8em;\n margin-top: "+2*e.spacing.unit+"px;\n padding: 0 "+4*e.spacing.unit+"px;\n text-align: left;\n\n opacity: 0.7;\n\n a,\n a:visited,\n a:hover {\n color: "+e.sidebar.textColor+" !important;\n border-top: 1px solid "+(0,polished_1.darken)(.1,e.sidebar.backgroundColor)+";\n padding: "+e.spacing.unit+"px 0;\n display: block;\n }\n"}));
|
|
2
2
|
//# sourceMappingURL=styled.elements.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__makeTemplateObject}from"tslib";import*as React from"react";import{styled,mediaCSS,OptionsContext,MenuItem,MenuItemPath}from"../../redoc-lib";var templateObject_1,templateObject_2,ResultMeta=styled.div(templateObject_1||(templateObject_1=__makeTemplateObject(["\n font-size: 0.8em;\n ","\n"],["\n font-size: 0.8em;\n ","\n"])),(function(e){var t=e.theme;return mediaCSS({fontFamily:t.typography.code.fontFamily})})),Place=styled.span(templateObject_2||(templateObject_2=__makeTemplateObject(["\n font-weight: bold;\n"],["\n font-weight: bold;\n"])));export var MenuItemPro=function(e){var t=e.result,a=e.active,n=e.term,l=e.onActivate,r=e.history,c=React.useContext(OptionsContext),o="path-only"===c.searchMode,m="path-first"===c.sideNavStyle;return React.createElement(MenuItem,{item:Object.create(t.item,{active:{value:a},name:{value:o?t.item.name:""},path:{value:""},search:{value:!0}}),onActivate:function(e,a){if(a.ctrlKey){var n=r.linkForId(t.item.id);window.open(n,"_blank")}else l(t)},withoutChildren:!0,"data-role":"search:result"},(m||o)&&"operation"===t.item.type?React.createElement(React.Fragment,null,React.createElement(MenuItemPath,{title:t.item.path},markString(t.item.path,n))):markString(t.item.name,n),t.count>1?React.createElement(ResultMeta,null,t.count," matching ",formatPlaces(t.places)):1===t.count?React.createElement(ResultMeta,null,"in ",React.createElement(Place,null,t.places[0].place)," ",formatPath(n,t.places[0].paths[0])):null)};function formatPlaces(e){return e.slice().sort(),e.map((function(e){return e.place})).join(" and ")}function formatPath(e,t){return t&&t.length&&t[t.length-1].toLowerCase().startsWith(e.toLowerCase())&&(t=t.slice(0,t.length-1)),t&&0!==t.length?" → "+t.join(" → "):""}function markString(e,t){for(var a=new RegExp("("+t.replace(/[\\^$.*+?()[\]{}|]/g,"\\$&")+")","gi"),n=e.split(a),l=1,r=n.length;l<r;l+=2)n[l]=React.createElement(
|
|
1
|
+
import{__makeTemplateObject}from"tslib";import*as React from"react";import{styled,mediaCSS,OptionsContext,MenuItem,MenuItemPath}from"../../redoc-lib";var templateObject_1,templateObject_2,templateObject_3,ResultMeta=styled.div(templateObject_1||(templateObject_1=__makeTemplateObject(["\n font-size: 0.8em;\n ","\n"],["\n font-size: 0.8em;\n ","\n"])),(function(e){var t=e.theme;return mediaCSS({fontFamily:t.typography.code.fontFamily})})),Place=styled.span(templateObject_2||(templateObject_2=__makeTemplateObject(["\n font-weight: bold;\n"],["\n font-weight: bold;\n"]))),MarkedSpan=styled.span(templateObject_3||(templateObject_3=__makeTemplateObject(["\n color: ",";\n background-color: #ffff03;\n"],["\n color: ",";\n background-color: #ffff03;\n"])),(function(e){return e.theme.sidebar.activeTextColor}));export var MenuItemPro=function(e){var t=e.result,a=e.active,n=e.term,l=e.onActivate,r=e.history,c=React.useContext(OptionsContext),o="path-only"===c.searchMode,m="path-first"===c.sideNavStyle;return React.createElement(MenuItem,{item:Object.create(t.item,{active:{value:a},name:{value:o?t.item.name:""},path:{value:""},search:{value:!0}}),onActivate:function(e,a){if(a.ctrlKey){var n=r.linkForId(t.item.id);window.open(n,"_blank")}else l(t)},withoutChildren:!0,"data-role":"search:result"},(m||o)&&"operation"===t.item.type?React.createElement(React.Fragment,null,React.createElement(MenuItemPath,{title:t.item.path},markString(t.item.path,n))):markString(t.item.name,n),t.count>1?React.createElement(ResultMeta,null,t.count," matching ",formatPlaces(t.places)):1===t.count?React.createElement(ResultMeta,null,"in ",React.createElement(Place,null,t.places[0].place)," ",formatPath(n,t.places[0].paths[0])):null)};function formatPlaces(e){return e.slice().sort(),e.map((function(e){return e.place})).join(" and ")}function formatPath(e,t){return t&&t.length&&t[t.length-1].toLowerCase().startsWith(e.toLowerCase())&&(t=t.slice(0,t.length-1)),t&&0!==t.length?" → "+t.join(" → "):""}function markString(e,t){for(var a=new RegExp("("+t.replace(/[\\^$.*+?()[\]{}|]/g,"\\$&")+")","gi"),n=e.split(a),l=1,r=n.length;l<r;l+=2)n[l]=React.createElement(MarkedSpan,{key:l},n[l]);return n}
|
|
2
2
|
//# sourceMappingURL=MenuItemProSearch.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__makeTemplateObject}from"tslib";import*as React from"react";import{darken}from"polished";import{styled,MenuItemLabel}from"../../redoc-lib";export var CrossIcon=function(){return React.createElement("svg",{version:"1.1",viewBox:"0 0 12 12",width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg",fill:"none",className:"clear-icon"},React.createElement("path",{d:"M11 1L6 6L11 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),React.createElement("path",{d:"M1 1L6 6L1 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};export var ButtonClose=styled.i.attrs((function(){return{className:"button-close"}}))(templateObject_1||(templateObject_1=__makeTemplateObject(["\n cursor: pointer;\n position: absolute;\n right: 15px;\n color: ",";\n"],["\n cursor: pointer;\n position: absolute;\n right: 15px;\n color: ",";\n"])),(function(n){return n.theme.colors.text.primary}));export var ButtonClear=styled.i.attrs((function(){return{className:"button-clear"}}))(templateObject_2||(templateObject_2=__makeTemplateObject(["\n cursor: pointer;\n position: absolute;\n"],["\n cursor: pointer;\n position: absolute;\n"])));export var SearchIcon=function(){return React.createElement("svg",{version:"1.1",viewBox:"0 0 15 16",width:"15",height:"16",xmlns:"http://www.w3.org/2000/svg",fill:"none",className:"search-icon"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 14C11.0899 14 14 11.0899 14 7.5C14 3.91015 11.0899 1 7.5 1C3.91015 1 1 3.91015 1 7.5C1 11.0899 3.91015 14 7.5 14Z",stroke:"currentColor",strokeWidth:"2"}),React.createElement("path",{d:"M7.5 5C6.11929 5 5 6.11929 5 7.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),React.createElement("path",{d:"M1 15L3 13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};export var SearchFieldWrap=styled.button.attrs((function(){return{className:"button-field-search"}}))(templateObject_3||(templateObject_3=__makeTemplateObject(["\n cursor: text;\n margin: 10px 20px 13px;\n padding: 0 18px 0 3px;\n border: 0;\n position: relative;\n border-bottom: 1px solid ",";\n background-color: transparent;\n height: 37px;\n color: ",";\n text-align: left;\n font-family: ",";\n font-size: 12px;\n font-weight: 600;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: 0 0 auto;\n\n span {\n display: block;\n position: absolute;\n right: 0;\n width: 18px;\n height: 37px;\n background-color: ",";\n z-index: 2;\n }\n\n .search-icon {\n margin-left: 6px;\n position: relative;\n top: 2px;\n z-index: 1;\n }\n\n .button-clear {\n padding: 3px;\n right: 0;\n margin-top: 4px;\n z-index: 3;\n }\n"],["\n cursor: text;\n margin: 10px 20px 13px;\n padding: 0 18px 0 3px;\n border: 0;\n position: relative;\n border-bottom: 1px solid ",";\n background-color: transparent;\n height: 37px;\n color: ",";\n text-align: left;\n font-family: ",";\n font-size: 12px;\n font-weight: 600;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: 0 0 auto;\n\n span {\n display: block;\n position: absolute;\n right: 0;\n width: 18px;\n height: 37px;\n background-color: ",";\n z-index: 2;\n }\n\n .search-icon {\n margin-left: 6px;\n position: relative;\n top: 2px;\n z-index: 1;\n }\n\n .button-clear {\n padding: 3px;\n right: 0;\n margin-top: 4px;\n z-index: 3;\n }\n"])),(function(n){return n.theme.colors.border.light}),(function(n){return n.theme.sidebar.textColor}),(function(n){return n.theme.typography.fontFamily}),(function(n){return n.theme.sidebar.backgroundColor}));export var SearchPopUpBG=styled.div.attrs((function(){return{className:"search-popup"}}))(templateObject_4||(templateObject_4=__makeTemplateObject(["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 100;\n background: rgba(0, 0, 0, 0.45);\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 100;\n background: rgba(0, 0, 0, 0.45);\n display: flex;\n justify-content: center;\n align-items: center;\n"])));export var SearchPopUpWrap=styled.div(templateObject_5||(templateObject_5=__makeTemplateObject(["\n width: 100%;\n max-width: 500px;\n height: 445px;\n"],["\n width: 100%;\n max-width: 500px;\n height: 445px;\n"])));export var SearchPopUpHeader=styled.div(templateObject_6||(templateObject_6=__makeTemplateObject(["\n background-color: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n height: 45px;\n display: flex;\n align-items: center;\n position: relative;\n\n .search-icon {\n position: absolute;\n left: 15px;\n }\n\n .button-clear {\n right: 45px;\n font-style: normal;\n font-weight: 600;\n font-size: 0.8em;\n background-color: ",";\n padding: 4px 16px;\n border-radius: ",";\n &:hover {\n background-color: ",";\n }\n }\n"],["\n background-color: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n height: 45px;\n display: flex;\n align-items: center;\n position: relative;\n\n .search-icon {\n position: absolute;\n left: 15px;\n }\n\n .button-clear {\n right: 45px;\n font-style: normal;\n font-weight: 600;\n font-size: 0.8em;\n background-color: ",";\n padding: 4px 16px;\n border-radius: ",";\n &:hover {\n background-color: ",";\n }\n }\n"])),(function(n){return n.theme.colors.secondary.light}),(function(n){return n.theme.components.panels.borderRadius}),(function(n){return n.theme.components.panels.borderRadius}),(function(n){return n.theme.colors.secondary.main}),(function(n){return n.theme.shape.borderRadius}),(function(n){var e=n.theme;return darken(.1,e.colors.secondary.main)}));export var TextContainer=styled.div(templateObject_7||(templateObject_7=__makeTemplateObject(["\n padding: 30px 20px;\n"],["\n padding: 30px 20px;\n"])));export var SearchResultsBox=styled.div(templateObject_8||(templateObject_8=__makeTemplateObject(["\n padding: 10px;\n background-color:
|
|
1
|
+
import{__makeTemplateObject}from"tslib";import*as React from"react";import{darken}from"polished";import{styled,MenuItemLabel}from"../../redoc-lib";export var CrossIcon=function(){return React.createElement("svg",{version:"1.1",viewBox:"0 0 12 12",width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg",fill:"none",className:"clear-icon"},React.createElement("path",{d:"M11 1L6 6L11 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),React.createElement("path",{d:"M1 1L6 6L1 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};export var ButtonClose=styled.i.attrs((function(){return{className:"button-close"}}))(templateObject_1||(templateObject_1=__makeTemplateObject(["\n cursor: pointer;\n position: absolute;\n right: 15px;\n color: ",";\n"],["\n cursor: pointer;\n position: absolute;\n right: 15px;\n color: ",";\n"])),(function(n){return n.theme.colors.text.primary}));export var ButtonClear=styled.i.attrs((function(){return{className:"button-clear"}}))(templateObject_2||(templateObject_2=__makeTemplateObject(["\n cursor: pointer;\n position: absolute;\n"],["\n cursor: pointer;\n position: absolute;\n"])));export var SearchIcon=function(){return React.createElement("svg",{version:"1.1",viewBox:"0 0 15 16",width:"15",height:"16",xmlns:"http://www.w3.org/2000/svg",fill:"none",className:"search-icon"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 14C11.0899 14 14 11.0899 14 7.5C14 3.91015 11.0899 1 7.5 1C3.91015 1 1 3.91015 1 7.5C1 11.0899 3.91015 14 7.5 14Z",stroke:"currentColor",strokeWidth:"2"}),React.createElement("path",{d:"M7.5 5C6.11929 5 5 6.11929 5 7.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),React.createElement("path",{d:"M1 15L3 13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};export var SearchFieldWrap=styled.button.attrs((function(){return{className:"button-field-search"}}))(templateObject_3||(templateObject_3=__makeTemplateObject(["\n cursor: text;\n margin: 10px 20px 13px;\n padding: 0 18px 0 3px;\n border: 0;\n position: relative;\n border-bottom: 1px solid ",";\n background-color: transparent;\n height: 37px;\n color: ",";\n text-align: left;\n font-family: ",";\n font-size: 12px;\n font-weight: 600;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: 0 0 auto;\n\n span {\n display: block;\n position: absolute;\n right: 0;\n width: 18px;\n height: 37px;\n background-color: ",";\n z-index: 2;\n }\n\n .search-icon {\n margin-left: 6px;\n position: relative;\n top: 2px;\n z-index: 1;\n }\n\n .button-clear {\n padding: 3px;\n right: 0;\n margin-top: 4px;\n z-index: 3;\n }\n"],["\n cursor: text;\n margin: 10px 20px 13px;\n padding: 0 18px 0 3px;\n border: 0;\n position: relative;\n border-bottom: 1px solid ",";\n background-color: transparent;\n height: 37px;\n color: ",";\n text-align: left;\n font-family: ",";\n font-size: 12px;\n font-weight: 600;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: 0 0 auto;\n\n span {\n display: block;\n position: absolute;\n right: 0;\n width: 18px;\n height: 37px;\n background-color: ",";\n z-index: 2;\n }\n\n .search-icon {\n margin-left: 6px;\n position: relative;\n top: 2px;\n z-index: 1;\n }\n\n .button-clear {\n padding: 3px;\n right: 0;\n margin-top: 4px;\n z-index: 3;\n }\n"])),(function(n){return n.theme.colors.border.light}),(function(n){return n.theme.sidebar.textColor}),(function(n){return n.theme.typography.fontFamily}),(function(n){return n.theme.sidebar.backgroundColor}));export var SearchPopUpBG=styled.div.attrs((function(){return{className:"search-popup"}}))(templateObject_4||(templateObject_4=__makeTemplateObject(["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 100;\n background: rgba(0, 0, 0, 0.45);\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 100;\n background: rgba(0, 0, 0, 0.45);\n display: flex;\n justify-content: center;\n align-items: center;\n"])));export var SearchPopUpWrap=styled.div(templateObject_5||(templateObject_5=__makeTemplateObject(["\n width: 100%;\n max-width: 500px;\n height: 445px;\n"],["\n width: 100%;\n max-width: 500px;\n height: 445px;\n"])));export var SearchPopUpHeader=styled.div(templateObject_6||(templateObject_6=__makeTemplateObject(["\n background-color: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n height: 45px;\n display: flex;\n align-items: center;\n position: relative;\n\n .search-icon {\n position: absolute;\n left: 15px;\n }\n\n .button-clear {\n right: 45px;\n font-style: normal;\n font-weight: 600;\n font-size: 0.8em;\n background-color: ",";\n padding: 4px 16px;\n border-radius: ",";\n &:hover {\n background-color: ",";\n }\n }\n"],["\n background-color: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n height: 45px;\n display: flex;\n align-items: center;\n position: relative;\n\n .search-icon {\n position: absolute;\n left: 15px;\n }\n\n .button-clear {\n right: 45px;\n font-style: normal;\n font-weight: 600;\n font-size: 0.8em;\n background-color: ",";\n padding: 4px 16px;\n border-radius: ",";\n &:hover {\n background-color: ",";\n }\n }\n"])),(function(n){return n.theme.colors.secondary.light}),(function(n){return n.theme.components.panels.borderRadius}),(function(n){return n.theme.components.panels.borderRadius}),(function(n){return n.theme.colors.secondary.main}),(function(n){return n.theme.shape.borderRadius}),(function(n){var e=n.theme;return darken(.1,e.colors.secondary.main)}));export var TextContainer=styled.div(templateObject_7||(templateObject_7=__makeTemplateObject(["\n padding: 30px 20px;\n"],["\n padding: 30px 20px;\n"])));export var SearchResultsBox=styled.div(templateObject_8||(templateObject_8=__makeTemplateObject(["\n padding: 10px;\n background-color: ",";\n min-height: 100px;\n max-height: 400px;\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n\n "," {\n margin-right: 30px;\n border-radius: ",";\n\n svg {\n display: none;\n }\n }\n"],["\n padding: 10px;\n background-color: ",";\n min-height: 100px;\n max-height: 400px;\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n\n "," {\n margin-right: 30px;\n border-radius: ",";\n\n svg {\n display: none;\n }\n }\n"])),(function(n){return n.theme.sidebar.backgroundColor}),(function(n){return n.theme.components.panels.borderRadius}),(function(n){return n.theme.components.panels.borderRadius}),MenuItemLabel,(function(n){return n.theme.shape.borderRadius}));export var SearchResultsItems=styled.div(templateObject_9||(templateObject_9=__makeTemplateObject(["\n max-height: 372px;\n"],["\n max-height: 372px;\n"])));export var SearchInput=styled.input.attrs((function(){return{className:"search-input"}}))(templateObject_10||(templateObject_10=__makeTemplateObject(["\n padding: 0 35px;\n outline: none;\n border: 0;\n background-color: transparent;\n width: 100%;\n margin-top: 2px;\n"],["\n padding: 0 35px;\n outline: none;\n border: 0;\n background-color: transparent;\n width: 100%;\n margin-top: 2px;\n"])));var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10;
|
|
2
2
|
//# sourceMappingURL=styled.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__makeTemplateObject}from"tslib";import classnames from"classnames";import{darken}from"polished";import{deprecatedCss,ShelfIcon}from"../../common-elements/";import styled from"../../styled-components";export var OperationBadge=styled.span.attrs((function(n){return{className:"operation-type "+n.type}}))(templateObject_1||(templateObject_1=__makeTemplateObject(["\n display: inline-block;\n font-size: ",";\n font-family: ",";\n font-weight: ",";\n line-height: ",";\n color: ",";\n background-color: #333;\n border-radius: ",";\n width: 36px;\n height: 14px;\n text-transform: uppercase;\n text-align: center;\n margin-right: 6px;\n\n &.get {\n background-color: ",";\n }\n &.post {\n background-color: ",";\n }\n &.put {\n background-color: ",";\n }\n &.options {\n background-color: ",";\n }\n &.patch {\n background-color: ",";\n }\n &.delete {\n background-color: ",";\n }\n &.basic {\n background-color: ",";\n }\n &.link {\n background-color: ",";\n }\n &.head {\n background-color: ",";\n }\n &.hook {\n background-color: ",";\n }\n"],["\n display: inline-block;\n font-size: ",";\n font-family: ",";\n font-weight: ",";\n line-height: ",";\n color: ",";\n background-color: #333;\n border-radius: ",";\n width: 36px;\n height: 14px;\n text-transform: uppercase;\n text-align: center;\n margin-right: 6px;\n\n &.get {\n background-color: ",";\n }\n &.post {\n background-color: ",";\n }\n &.put {\n background-color: ",";\n }\n &.options {\n background-color: ",";\n }\n &.patch {\n background-color: ",";\n }\n &.delete {\n background-color: ",";\n }\n &.basic {\n background-color: ",";\n }\n &.link {\n background-color: ",";\n }\n &.head {\n background-color: ",";\n }\n &.hook {\n background-color: ",";\n }\n"])),(function(n){return n.theme.components.httpBadges.sizes.small.fontSize}),(function(n){return n.theme.components.httpBadges.fontFamily}),(function(n){return n.theme.components.httpBadges.fontWeight}),(function(n){return n.theme.components.httpBadges.sizes.small.lineHeight}),(function(n){return n.theme.components.httpBadges.color}),(function(n){return n.theme.components.httpBadges.borderRadius}),(function(n){return n.theme.colors.http.get}),(function(n){return n.theme.colors.http.post}),(function(n){return n.theme.colors.http.put}),(function(n){return n.theme.colors.http.options}),(function(n){return n.theme.colors.http.patch}),(function(n){return n.theme.colors.http.delete}),(function(n){return n.theme.colors.http.basic}),(function(n){return n.theme.colors.http.link}),(function(n){return n.theme.colors.http.head}),(function(n){return n.theme.colors.primary.main}));export var MenuItemUl=styled.ul(templateObject_2||(templateObject_2=__makeTemplateObject(["\n margin: 0;\n padding: 0;\n\n & & {\n font-size: 14px;\n }\n\n ",";\n"],["\n margin: 0;\n padding: 0;\n\n & & {\n font-size: 14px;\n }\n\n ",";\n"])),(function(n){return n.expanded?"":"display: none;"}));export var MenuItemLi=styled.li(templateObject_3||(templateObject_3=__makeTemplateObject(["\n list-style: none inside none;\n overflow: hidden;\n text-overflow: ellipsis;\n padding: 0;\n ",";\n"],["\n list-style: none inside none;\n overflow: hidden;\n text-overflow: ellipsis;\n padding: 0;\n ",";\n"])),(function(n){return 0===n.depth?"margin-top: 10px":""}));export var MenuItemLabel=styled.label.attrs((function(n){return{role:"menuitem",className:classnames("-depth"+n.depth,{active:n.active})}}))(templateObject_4||(templateObject_4=__makeTemplateObject(["\n cursor: pointer;\n position: relative;\n margin: 1px 0 0 16px;\n display: flex;\n text-decoration: none;\n line-height: 15px;\n\n align-items: ",";\n\n font-family: ",";\n font-size: ",";\n font-weight: ",";\n\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n background-color: ",";\n pointer-events: ",";\n\n color: ",";\n\n margin-left: ",";\n\n padding-top: ","px;\n padding-right: ","px;\n padding-bottom: ","px;\n margin-bottom: 1px; // hardcoded for now\n\n padding-left: ","px;\n\n ",";\n\n &:hover {\n background-color: ",";\n color: ",";\n transition: background-color 0.3s, color 0.3s;\n }\n\n "," {\n height: ",";\n width: ",";\n fill: ",";\n margin-right: ","px;\n }\n"],["\n cursor: pointer;\n position: relative;\n margin: 1px 0 0 16px;\n display: flex;\n text-decoration: none;\n line-height: 15px;\n\n align-items: ",";\n\n font-family: ",";\n font-size: ",";\n font-weight: ",";\n\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n background-color: ",";\n pointer-events: ",";\n\n color: ",";\n\n margin-left: ",";\n\n padding-top: ","px;\n padding-right: ","px;\n padding-bottom: ","px;\n margin-bottom: 1px; // hardcoded for now\n\n padding-left: ","px;\n\n ",";\n\n &:hover {\n background-color: ",";\n color: ",";\n transition: background-color 0.3s, color 0.3s;\n }\n\n "," {\n height: ",";\n width: ",";\n fill: ",";\n margin-right: ","px;\n }\n"])),(function(n){return n.hasChildren?"center":""}),(function(n){return n.theme.sidebar.fontFamily}),(function(n){return n.theme.sidebar.fontSize}),(function(n){var e=n.theme;return 0===n.depth?e.typography.fontWeightBold:e.typography.fontWeightRegular}),(function(n){return n.theme.sidebar.borderRadius}),(function(n){return n.theme.sidebar.borderRadius}),(function(n){var e=n.active,t=n.theme;return e?t.sidebar.activeBgColor:
|
|
1
|
+
import{__makeTemplateObject}from"tslib";import classnames from"classnames";import{darken}from"polished";import{deprecatedCss,ShelfIcon}from"../../common-elements/";import styled from"../../styled-components";export var OperationBadge=styled.span.attrs((function(n){return{className:"operation-type "+n.type}}))(templateObject_1||(templateObject_1=__makeTemplateObject(["\n display: inline-block;\n font-size: ",";\n font-family: ",";\n font-weight: ",";\n line-height: ",";\n color: ",";\n background-color: #333;\n border-radius: ",";\n width: 36px;\n height: 14px;\n text-transform: uppercase;\n text-align: center;\n margin-right: 6px;\n\n &.get {\n background-color: ",";\n }\n &.post {\n background-color: ",";\n }\n &.put {\n background-color: ",";\n }\n &.options {\n background-color: ",";\n }\n &.patch {\n background-color: ",";\n }\n &.delete {\n background-color: ",";\n }\n &.basic {\n background-color: ",";\n }\n &.link {\n background-color: ",";\n }\n &.head {\n background-color: ",";\n }\n &.hook {\n background-color: ",";\n }\n"],["\n display: inline-block;\n font-size: ",";\n font-family: ",";\n font-weight: ",";\n line-height: ",";\n color: ",";\n background-color: #333;\n border-radius: ",";\n width: 36px;\n height: 14px;\n text-transform: uppercase;\n text-align: center;\n margin-right: 6px;\n\n &.get {\n background-color: ",";\n }\n &.post {\n background-color: ",";\n }\n &.put {\n background-color: ",";\n }\n &.options {\n background-color: ",";\n }\n &.patch {\n background-color: ",";\n }\n &.delete {\n background-color: ",";\n }\n &.basic {\n background-color: ",";\n }\n &.link {\n background-color: ",";\n }\n &.head {\n background-color: ",";\n }\n &.hook {\n background-color: ",";\n }\n"])),(function(n){return n.theme.components.httpBadges.sizes.small.fontSize}),(function(n){return n.theme.components.httpBadges.fontFamily}),(function(n){return n.theme.components.httpBadges.fontWeight}),(function(n){return n.theme.components.httpBadges.sizes.small.lineHeight}),(function(n){return n.theme.components.httpBadges.color}),(function(n){return n.theme.components.httpBadges.borderRadius}),(function(n){return n.theme.colors.http.get}),(function(n){return n.theme.colors.http.post}),(function(n){return n.theme.colors.http.put}),(function(n){return n.theme.colors.http.options}),(function(n){return n.theme.colors.http.patch}),(function(n){return n.theme.colors.http.delete}),(function(n){return n.theme.colors.http.basic}),(function(n){return n.theme.colors.http.link}),(function(n){return n.theme.colors.http.head}),(function(n){return n.theme.colors.primary.main}));export var MenuItemUl=styled.ul(templateObject_2||(templateObject_2=__makeTemplateObject(["\n margin: 0;\n padding: 0;\n\n & & {\n font-size: 14px;\n }\n\n ",";\n"],["\n margin: 0;\n padding: 0;\n\n & & {\n font-size: 14px;\n }\n\n ",";\n"])),(function(n){return n.expanded?"":"display: none;"}));export var MenuItemLi=styled.li(templateObject_3||(templateObject_3=__makeTemplateObject(["\n list-style: none inside none;\n overflow: hidden;\n text-overflow: ellipsis;\n padding: 0;\n ",";\n"],["\n list-style: none inside none;\n overflow: hidden;\n text-overflow: ellipsis;\n padding: 0;\n ",";\n"])),(function(n){return 0===n.depth?"margin-top: 10px":""}));export var MenuItemLabel=styled.label.attrs((function(n){return{role:"menuitem",className:classnames("-depth"+n.depth,{active:n.active})}}))(templateObject_4||(templateObject_4=__makeTemplateObject(["\n cursor: pointer;\n position: relative;\n margin: 1px 0 0 16px;\n display: flex;\n text-decoration: none;\n line-height: 15px;\n\n align-items: ",";\n\n font-family: ",";\n font-size: ",";\n font-weight: ",";\n\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n background-color: ",";\n pointer-events: ",";\n\n color: ",";\n\n margin-left: ",";\n\n padding-top: ","px;\n padding-right: ","px;\n padding-bottom: ","px;\n margin-bottom: 1px; // hardcoded for now\n\n padding-left: ","px;\n\n ",";\n\n &:hover {\n background-color: ",";\n color: ",";\n transition: background-color 0.3s, color 0.3s;\n }\n\n "," {\n height: ",";\n width: ",";\n fill: ",";\n margin-right: ","px;\n }\n"],["\n cursor: pointer;\n position: relative;\n margin: 1px 0 0 16px;\n display: flex;\n text-decoration: none;\n line-height: 15px;\n\n align-items: ",";\n\n font-family: ",";\n font-size: ",";\n font-weight: ",";\n\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n background-color: ",";\n pointer-events: ",";\n\n color: ",";\n\n margin-left: ",";\n\n padding-top: ","px;\n padding-right: ","px;\n padding-bottom: ","px;\n margin-bottom: 1px; // hardcoded for now\n\n padding-left: ","px;\n\n ",";\n\n &:hover {\n background-color: ",";\n color: ",";\n transition: background-color 0.3s, color 0.3s;\n }\n\n "," {\n height: ",";\n width: ",";\n fill: ",";\n margin-right: ","px;\n }\n"])),(function(n){return n.hasChildren?"center":""}),(function(n){return n.theme.sidebar.fontFamily}),(function(n){return n.theme.sidebar.fontSize}),(function(n){var e=n.theme;return 0===n.depth?e.typography.fontWeightBold:e.typography.fontWeightRegular}),(function(n){return n.theme.sidebar.borderRadius}),(function(n){return n.theme.sidebar.borderRadius}),(function(n){var e=n.active,t=n.theme;return e?t.sidebar.activeBgColor:t.sidebar.backgroundColor}),(function(n){return 0===n.depth?"none":"auto"}),(function(n){var e=n.active,t=n.theme;return e?t.sidebar.activeTextColor:t.sidebar.textColor}),(function(n){var e=n.depth,t=n.theme;return t.sidebar.spacing.offsetLeft+(e>0?e-1:e)*t.sidebar.spacing.offsetNesting+"px"}),(function(n){return n.theme.sidebar.spacing.paddingVertical}),(function(n){return n.theme.sidebar.spacing.paddingHorizontal}),(function(n){return n.theme.sidebar.spacing.paddingVertical}),(function(n){var e=n.theme,t=n.hasChildren,o=n.depth;return t&&0!==o?e.sidebar.spacing.paddingHorizontal:e.sidebar.spacing.paddingHorizontal+e.sidebar.caretSize+.5*e.sidebar.spacing.unit}),(function(n){return n.deprecated&&deprecatedCss||""}),(function(n){return n.theme.sidebar.activeBgColor}),(function(n){return n.theme.sidebar.activeTextColor}),ShelfIcon,(function(n){return n.theme.sidebar.caretSize}),(function(n){return n.theme.sidebar.caretSize}),(function(n){return n.theme.sidebar.caretColor}),(function(n){return n.theme.sidebar.spacing.unit/2}));export var MenuItemLink=MenuItemLabel.withComponent("a");export var MenuItemTitle=styled.span(templateObject_5||(templateObject_5=__makeTemplateObject(["\n display: inline-block;\n vertical-align: middle;\n width: ",";\n overflow: hidden;\n text-overflow: ellipsis;\n line-height: 15px;\n"],["\n display: inline-block;\n vertical-align: middle;\n width: ",";\n overflow: hidden;\n text-overflow: ellipsis;\n line-height: 15px;\n"])),(function(n){return n.width?n.width:"auto"}));export var RedocAttribution=styled.div(templateObject_6||(templateObject_6=__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),(function(n){var e=n.theme;return"\n font-size: 0.8em;\n margin-top: "+2*e.spacing.unit+"px;\n padding: 0 "+4*e.spacing.unit+"px;\n text-align: left;\n\n opacity: 0.7;\n\n a,\n a:visited,\n a:hover {\n color: "+e.sidebar.textColor+" !important;\n border-top: 1px solid "+darken(.1,e.sidebar.backgroundColor)+";\n padding: "+e.spacing.unit+"px 0;\n display: block;\n }\n"}));var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6;
|
|
2
2
|
//# sourceMappingURL=styled.elements.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/reference-docs",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.1",
|
|
4
4
|
"description": "Redocly Reference Docs",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-esm/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"handlebars": "^4.7.6",
|
|
29
29
|
"hotkeys-js": "^3.7.6",
|
|
30
30
|
"informed": "3.33.0",
|
|
31
|
-
"json-pointer": "^0.6.
|
|
31
|
+
"json-pointer": "^0.6.2",
|
|
32
32
|
"kleur": "^3.0.3",
|
|
33
33
|
"lunr": "^2.3.8",
|
|
34
34
|
"mark.js": "^8.11.1",
|