Upgrade spectacle module

pull/489/head
Chocobozzz 2018-04-06 10:44:02 +02:00
parent 9c758359c0
commit 228e84aa7e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
5 changed files with 699 additions and 1025 deletions

View File

@ -130,7 +130,7 @@
"mocha": "^5.0.0",
"nodemon": "^1.11.0",
"source-map-support": "^0.5.0",
"spectacle-docs": "^0.9.13",
"spectacle-docs": "^1.0.2",
"supertest": "^3.0.0",
"ts-node": "5.0.1",
"tslint": "^5.7.0",

File diff suppressed because it is too large Load Diff

View File

@ -1123,6 +1123,9 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
border-top: 1px solid #ddd; }
#spectacle article .prop-row .prop-title {
font-weight: bold; }
#spectacle article .prop-row .prop-subtitle {
font-weight: 400;
font-size: 80%; }
#spectacle article .prop-row .prop-name {
text-align: right;
padding-right: 0.85rem !important;
@ -1178,6 +1181,26 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
word-spacing: normal;
white-space: pre-wrap;
word-break: normal; }
#spectacle article .doc-examples .swagger-response-headers {
background-color: transparent;
border: none;
border-top: 1px solid #000;
border-bottom: 1px solid #404040;
border-radius: 5px;
box-shadow: 0 0 200px rgba(0, 0, 0, 0.33) inset;
margin-bottom: 1.5rem; }
#spectacle article .doc-examples .swagger-response-headers thead {
color: #fefefe;
font-size: 1rem;
opacity: 0.8;
background-color: transparent;
border: none; }
#spectacle article .doc-examples .swagger-response-headers tbody {
border: none;
background-color: transparent; }
#spectacle article .doc-examples .swagger-response-headers tbody tr {
background-color: transparent;
border-top: 1px solid #404040; }
#spectacle article .powered-by {
font-size: 80%;
color: #cacaca; }
@ -1197,6 +1220,12 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
right: 50%; } }
#spectacle article .operation .operation-path {
word-break: break-all; }
#spectacle article .security-definition-description {
margin-top: 1.5rem;
margin-bottom: .5rem; }
#spectacle article .security-definition-scope-description {
color: #8a8a8a;
margin-bottom: .5rem; }
#spectacle article .definition .doc-examples h5 {
margin-top: -1rem; }
#spectacle article .definition .doc-copy > section {

File diff suppressed because one or more lines are too long

View File

@ -5713,9 +5713,9 @@ spdx-license-ids@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz#7a7cd28470cc6d3a1cfe6d66886f6bc430d3ac87"
spectacle-docs@^0.9.13:
version "0.9.13"
resolved "https://registry.yarnpkg.com/spectacle-docs/-/spectacle-docs-0.9.13.tgz#48cc29de3a69d41f1dfda582b876d4d8affc085e"
spectacle-docs@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/spectacle-docs/-/spectacle-docs-1.0.2.tgz#b84d47bca9fa1f3e12ebc9d917d527936b47fca1"
dependencies:
bluebird "^3.4.7"
cheerio "^0.19.0"