mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
release
This commit is contained in:
parent
ce658646e1
commit
7a8a289c71
|
@ -7144,7 +7144,7 @@ var ErrorBoundary_ErrorBoundary = /** @class */ (function (_super) {
|
|||
external_react_["createElement"]("br", null),
|
||||
external_react_["createElement"]("small", null,
|
||||
" Commit: ",
|
||||
"de64856"));
|
||||
"ce65864"));
|
||||
}
|
||||
return external_react_["Children"].only(this.props.children);
|
||||
};
|
||||
|
@ -10250,6 +10250,12 @@ function PerfectScrollbarWrap(props) {
|
|||
}
|
||||
var perfect_scrollbar_templateObject_1;
|
||||
|
||||
// CONCATENATED MODULE: ./src/common-elements/buttons.ts
|
||||
|
||||
var Button = styled_components.button.withConfig({
|
||||
componentId: "sc-1f1xs96-0"
|
||||
})(["display:inline-block;vertical-align:middle;border:0;padding:0;margin:4px;position:relative;width:24px;height:24px;background-color:#ebebeb;cursor:pointer;transition:background .15s,opacity .15s,border-color .15s;white-space:nowrap;border-radius:16px;&:hover{background-color:#ccc;text-decoration:none;}&:focus{outline:none;}@media screen and (max-width:450px){display:none;}"]);
|
||||
|
||||
// CONCATENATED MODULE: ./src/common-elements/index.ts
|
||||
|
||||
|
||||
|
@ -10263,6 +10269,7 @@ var perfect_scrollbar_templateObject_1;
|
|||
|
||||
|
||||
|
||||
|
||||
// EXTERNAL MODULE: external "dompurify"
|
||||
var external_dompurify_ = __webpack_require__(41);
|
||||
|
||||
|
@ -11540,7 +11547,8 @@ var Field_Field = /** @class */ (function (_super) {
|
|||
var paramName = withSubSchema ? external_react_["createElement"](ClickablePropertyNameCell, { onClick: this.toggle, className: deprecated ? 'deprecated' : '', kind: kind, title: name },
|
||||
external_react_["createElement"](PropertyBullet, null),
|
||||
name,
|
||||
external_react_["createElement"](ShelfIcon, { direction: this.state.expanded ? 'down' : 'right' }),
|
||||
external_react_["createElement"](Button, null,
|
||||
external_react_["createElement"](ShelfIcon, { direction: this.state.expanded ? 'down' : 'right' })),
|
||||
!required && external_react_["createElement"](OptionalLabel, null, " optional ")) : external_react_["createElement"](PropertyNameCell, { className: deprecated ? 'deprecated' : undefined, kind: kind, title: name },
|
||||
external_react_["createElement"](PropertyBullet, null),
|
||||
name,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user