mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
release
This commit is contained in:
parent
3865371d2c
commit
7ffa9137c8
|
@ -3997,7 +3997,7 @@ var defaultTheme = {
|
||||||
smoothing: 'antialiased',
|
smoothing: 'antialiased',
|
||||||
optimizeSpeed: true,
|
optimizeSpeed: true,
|
||||||
headings: {
|
headings: {
|
||||||
fontFamily: 'Montserrat, sans-serif',
|
fontFamily: 'Arial',
|
||||||
fontWeight: '400'
|
fontWeight: '400'
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
|
@ -4484,7 +4484,7 @@ var ErrorBoundary_ErrorBoundary = /** @class */ (function (_super) {
|
||||||
external_react_["createElement"]("br", null),
|
external_react_["createElement"]("br", null),
|
||||||
external_react_["createElement"]("small", null,
|
external_react_["createElement"]("small", null,
|
||||||
" Commit: ",
|
" Commit: ",
|
||||||
"c056c81"));
|
"3865371"));
|
||||||
}
|
}
|
||||||
return external_react_["Children"].only(this.props.children);
|
return external_react_["Children"].only(this.props.children);
|
||||||
};
|
};
|
||||||
|
@ -9328,7 +9328,7 @@ var ResponseTitle_ResponseTitle = /** @class */ (function (_super) {
|
||||||
|
|
||||||
var StyledResponseTitle = styled_components(ResponseTitle_ResponseTitle).withConfig({
|
var StyledResponseTitle = styled_components(ResponseTitle_ResponseTitle).withConfig({
|
||||||
componentId: "sc-1kbihq-0"
|
componentId: "sc-1kbihq-0"
|
||||||
})(["padding:10px;border-radius:4px;margin-bottom:4px;line-height:1.5em;background-color:#f2f2f2;cursor:pointer;color:", ";background-color:", ";", ";"], function (props) { return props.theme.colors.responses[props.type].color; }, function (props) { return props.theme.colors.responses[props.type].backgroundColor; }, function (props) { return props.empty && "\ncursor: default;\n&::before {\n content: \"\u2014\";\n font-weight: bold;\n width: 1.5em;\n text-align: center;\n display: inline-block;\n}\n" || ''; });
|
})(["padding:10px;border-radius:4px;margin-bottom:4px;line-height:1.5em;background-color:#f8f8f8;cursor:pointer;color:", ";", ";"], function (props) { return props.theme.colors.responses[props.type].color; }, function (props) { return props.empty && "\ncursor: default;\n&::before {\n content: \"\u2014\";\n font-weight: bold;\n width: 1.5em;\n text-align: center;\n display: inline-block;\n}\n" || ''; });
|
||||||
var ResponseDetailsWrap = styled_components.div.withConfig({
|
var ResponseDetailsWrap = styled_components.div.withConfig({
|
||||||
componentId: "sc-1kbihq-1"
|
componentId: "sc-1kbihq-1"
|
||||||
})(["padding:10px;"]);
|
})(["padding:10px;"]);
|
||||||
|
|
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
|
@ -9,11 +9,10 @@ export const StyledResponseTitle = styled(ResponseTitle)`
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
background-color: #f2f2f2;
|
background-color: #f8f8f8;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
color: ${props => props.theme.colors.responses[props.type].color};
|
color: ${props => props.theme.colors.responses[props.type].color};
|
||||||
background-color: ${props => props.theme.colors.responses[props.type].backgroundColor};
|
|
||||||
|
|
||||||
${props =>
|
${props =>
|
||||||
(props.empty &&
|
(props.empty &&
|
||||||
|
|
|
@ -99,7 +99,7 @@ const defaultTheme: ThemeInterface = {
|
||||||
smoothing: 'antialiased',
|
smoothing: 'antialiased',
|
||||||
optimizeSpeed: true,
|
optimizeSpeed: true,
|
||||||
headings: {
|
headings: {
|
||||||
fontFamily: 'Montserrat, sans-serif',
|
fontFamily: 'Arial',
|
||||||
fontWeight: '400',
|
fontWeight: '400',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user