Skip to content

Commit d4da65a

Browse files
authored
Merge pull request #899 from mulesoft/build/6.6.63
[@W-21530944] Release v6.6.63
2 parents 7ee5194 + f999e9e commit d4da65a

4 files changed

Lines changed: 19 additions & 14 deletions

File tree

demo/themed/dark-theme.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,17 @@ html {
120120
--http-method-label-delete-background-color: var(--http-delete-color);
121121
--http-method-label-delete-color: #fff;
122122
--http-method-label-options-background-color: var(--http-options-color);
123-
--http-method-label-options-background-color: #fff;
123+
--http-method-label-options-color: #fff;
124124
--http-method-label-head-background-color: var(--http-head-color);
125-
--http-method-label-head-background-color: #fff;
125+
--http-method-label-head-color: #fff;
126126
--http-method-label-trace-background-color: var(--http-trace-color);
127-
--http-method-label-trace-background-color: #fff;
127+
--http-method-label-trace-color: #fff;
128128
--http-method-label-connect-background-color: var(--http-connect-color);
129-
--http-method-label-connect-background-color: #fff;
129+
--http-method-label-connect-color: #fff;
130+
--http-method-label-publish-background-color: rgba(31, 157, 85, 0.74);
131+
--http-method-label-publish-color: #fff;
132+
--http-method-label-subscribe-background-color: rgba(52, 144, 220, 0.74);
133+
--http-method-label-subscribe-color: #fff;
130134
}
131135

132136
body {

demo/themed/dark.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ class ApicApplication extends DemoBase {
1515
['google-drive-api', 'Google Drive API'],
1616
['httpbin', 'HTTPbin API'],
1717
['data-type-fragment', 'RAML data type fragment'],
18-
['demo-api', 'Demo API']
18+
['demo-api', 'Demo API'],
19+
['grpc-test', 'gRPC Test API']
1920
];
2021
}
2122

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api-console",
33
"description": "The API Console to automatically generate API documentation from RAML and OAS files.",
4-
"version": "6.6.62",
4+
"version": "6.6.63",
55
"license": "CPAL-1.0",
66
"main": "index.js",
77
"module": "index.js",

0 commit comments

Comments
 (0)