@asyncapi/react-component 1.0.1 → 1.0.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asyncapi/react-component",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A React component for AsyncAPI specification.",
|
|
6
6
|
"repository": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@asyncapi/avro-schema-parser": "3.0.3",
|
|
72
72
|
"@asyncapi/openapi-schema-parser": "3.0.4",
|
|
73
73
|
"@asyncapi/protobuf-schema-parser": "3.0.0",
|
|
74
|
-
"@asyncapi/parser": "^3.0.0-next-major-spec.
|
|
74
|
+
"@asyncapi/parser": "^3.0.0-next-major-spec.3",
|
|
75
75
|
"highlight.js": "^10.7.2",
|
|
76
76
|
"isomorphic-dompurify": "^0.13.0",
|
|
77
77
|
"marked": "^4.0.14",
|
package/styles/default.css
CHANGED
|
@@ -1148,9 +1148,6 @@ Add the correct display in Chrome and Safari.
|
|
|
1148
1148
|
}
|
|
1149
1149
|
}
|
|
1150
1150
|
|
|
1151
|
-
.aui-root .container\:xl .burger-menu {
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
1151
|
@media (min-width: 1024px){
|
|
1155
1152
|
.aui-root .container\:base .sidebar{
|
|
1156
1153
|
position: relative;
|
|
@@ -1160,9 +1157,6 @@ Add the correct display in Chrome and Safari.
|
|
|
1160
1157
|
}
|
|
1161
1158
|
}
|
|
1162
1159
|
|
|
1163
|
-
.aui-root .container\:xl .sidebar {
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
1160
|
@media (min-width: 1024px){
|
|
1167
1161
|
.aui-root .container\:base .sidebar--content{
|
|
1168
1162
|
width: 14rem;
|
|
@@ -1212,9 +1206,6 @@ Add the correct display in Chrome and Safari.
|
|
|
1212
1206
|
}
|
|
1213
1207
|
}
|
|
1214
1208
|
|
|
1215
|
-
.aui-root .container\:xl .examples {
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
1209
|
.aui-root .container\:base .panel--right {
|
|
1219
1210
|
display: none;
|
|
1220
1211
|
}
|