@visma-swno/gaia-chat-ui 2.0.0-beta → 2.0.1

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
@@ -1,33 +1,33 @@
1
- # @visma-swno/gaia-chat-ui
2
-
3
- Web component library for the Gaia Assistant Chat UI, built with Lit for Visma Software Nordic products.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- npm install @visma-swno/gaia-chat-ui
9
- ```
10
-
11
- **Note:** This package requires `lit` as a peer dependency:
12
-
13
- ```bash
14
- npm install lit@^3.3.0
15
- ```
16
-
17
- ## Usage
18
-
19
- ```javascript
20
- import '@visma-swno/gaia-chat-ui';
21
- ```
22
-
23
- ```html
24
- <gaia-chat
25
- profile-id="default"
26
- base-url="https://your-api-endpoint.com"
27
- is-visitor>
28
- </gaia-chat>
29
- ```
30
-
31
- ## Documentation
32
-
33
- For detailed documentation and development instructions, see the [main repository](https://github.com/visma-swno/vsn-assistant).
1
+ # @visma-swno/gaia-chat-ui
2
+
3
+ Web component library for the Gaia Assistant Chat UI, built with Lit for Visma Software Nordic products.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @visma-swno/gaia-chat-ui
9
+ ```
10
+
11
+ **Note:** This package requires `lit` as a peer dependency:
12
+
13
+ ```bash
14
+ npm install lit@^3.3.0
15
+ ```
16
+
17
+ ## Usage
18
+
19
+ ```javascript
20
+ import '@visma-swno/gaia-chat-ui';
21
+ ```
22
+
23
+ ```html
24
+ <gaia-chat
25
+ profile-id="default"
26
+ base-url="https://your-api-endpoint.com"
27
+ is-visitor>
28
+ </gaia-chat>
29
+ ```
30
+
31
+ ## Documentation
32
+
33
+ For detailed documentation and development instructions, see the [main repository](https://github.com/visma-swno/vsn-assistant).