@apiuikit/web-component 1.3.0 → 1.4.0

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/README.md CHANGED
@@ -6,8 +6,8 @@ Two custom elements are available:
6
6
 
7
7
  | Element | When to use |
8
8
  |---|---|
9
- | `<aui-asyncapi-renderer>` | You have a raw AsyncAPI YAML or JSON string |
10
- | `<aui-asyncapi>` | You already have a parsed AsyncAPI document object |
9
+ | `<apiuikit-asyncapi-renderer>` | You have a raw AsyncAPI YAML or JSON string |
10
+ | `<apiuikit-asyncapi>` | You already have a parsed AsyncAPI document object |
11
11
 
12
12
  If you're building a React app, use [apiuikit](https://www.npmjs.com/package/apiuikit) directly instead of this package.
13
13
 
@@ -31,7 +31,7 @@ No extra packages are required — React, ReactDOM, and parsing support are bund
31
31
  ```html
32
32
  <link rel="stylesheet" href="node_modules/@apiuikit/web-component/dist/web-component.css" />
33
33
 
34
- <aui-asyncapi-renderer id="doc"></aui-asyncapi-renderer>
34
+ <apiuikit-asyncapi-renderer id="doc"></apiuikit-asyncapi-renderer>
35
35
 
36
36
  <script type="module" src="node_modules/@apiuikit/web-component/dist/web-component.es.js"></script>
37
37
  <script type="module">
@@ -46,7 +46,7 @@ No extra packages are required — React, ReactDOM, and parsing support are bund
46
46
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@apiuikit/web-component/dist/web-component.css" />
47
47
  <script src="https://cdn.jsdelivr.net/npm/@apiuikit/web-component/dist/web-component.iife.js"></script>
48
48
 
49
- <aui-asyncapi-renderer id="doc"></aui-asyncapi-renderer>
49
+ <apiuikit-asyncapi-renderer id="doc"></apiuikit-asyncapi-renderer>
50
50
  <script>
51
51
  document.getElementById("doc").spec = `asyncapi: 3.0.0
52
52
  info: