@asyncapi/react-component 0.24.9 → 0.24.13

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -184,7 +184,7 @@ To use component in Angular, follow these steps:
184
184
  where:
185
185
 
186
186
  - `schema`, `config`, `schemaUrl`, `schemaFetchOptions` are Web Component's properties used in any valid combination, as described in [Web Component specification](#web-component),
187
- - `cssImportPath` is the path to styles. By default it is `assets/fiori.css`
187
+ - `cssImportPath` is the path to styles. By default it is `assets/asyncapi.css`
188
188
 
189
189
  > **NOTE**: The easiest way to use the default css is to copy the content of the `@asyncapi/react-component/lib/styles/fiori.css` file to a `assets/asyncapi.css` file.
190
190
 
@@ -251,6 +251,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/all-contri
251
251
  <td align="center"><a href="https://github.com/aeworxet"><img src="https://avatars.githubusercontent.com/u/16149591?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Viacheslav Turovskyi</b></sub></a><br /><a href="https://github.com/asyncapi/asyncapi-react/commits?author=aeworxet" title="Documentation">📖</a> <a href="https://github.com/asyncapi/asyncapi-react/commits?author=aeworxet" title="Code">💻</a></td>
252
252
  <td align="center"><a href="https://github.com/195858"><img src="https://avatars.githubusercontent.com/u/3858485?v=4?s=100" width="100px;" alt=""/><br /><sub><b>195858</b></sub></a><br /><a href="https://github.com/asyncapi/asyncapi-react/commits?author=195858" title="Code">💻</a></td>
253
253
  <td align="center"><a href="https://github.com/aayushmau5"><img src="https://avatars.githubusercontent.com/u/54525741?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aayush Kumar Sahu</b></sub></a><br /><a href="https://github.com/asyncapi/asyncapi-react/commits?author=aayushmau5" title="Code">💻</a></td>
254
+ <td align="center"><a href="http://dalelane.co.uk/"><img src="https://avatars.githubusercontent.com/u/1444788?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dale Lane</b></sub></a><br /><a href="https://github.com/asyncapi/asyncapi-react/commits?author=dalelane" title="Code">💻</a> <a href="#ideas-dalelane" title="Ideas, Planning, & Feedback">🤔</a></td>
254
255
  </tr>
255
256
  </table>
256
257
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asyncapi/react-component",
3
- "version": "0.24.9",
3
+ "version": "0.24.13",
4
4
  "private": false,
5
5
  "description": "A React component for AsyncAPI specification.",
6
6
  "repository": {
@@ -46,9 +46,9 @@
46
46
  "postpack": "rm -rf ./README.md && rm -rf ./LICENSE"
47
47
  },
48
48
  "dependencies": {
49
- "@asyncapi/avro-schema-parser": "^0.4.0",
49
+ "@asyncapi/avro-schema-parser": "^0.5.0",
50
50
  "@asyncapi/openapi-schema-parser": "^2.0.1",
51
- "@asyncapi/parser": "^1.9.0",
51
+ "@asyncapi/parser": "^1.10.1",
52
52
  "constate": "^1.2.0",
53
53
  "dompurify": "^2.1.1",
54
54
  "markdown-it": "^11.0.1",