@visma-swno/gaia-chat-ui 2.0.0-beta → 2.0.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 +33 -33
- package/dist/{index-CEzUK_fb.js → index-Dqwvnu6Y.js} +280 -277
- package/dist/index-Dqwvnu6Y.js.map +1 -0
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +126 -124
- package/dist/index.umd.js.map +1 -1
- package/dist/{nb-KBzNLow3.js → nb-vuxswg4u.js} +6 -10
- package/dist/nb-vuxswg4u.js.map +1 -0
- package/dist/package.json.d.ts +1 -1
- package/dist/src/app/app.d.ts +1 -0
- package/dist/src/app/app.d.ts.map +1 -1
- package/dist/src/components/feedback-form.d.ts.map +1 -1
- package/dist/src/components/message/operator.d.ts.map +1 -1
- package/dist/src/generated/locale-codes.d.ts.map +1 -1
- package/dist/src/generated/locales/nb.d.ts +2 -6
- package/dist/src/generated/locales/nb.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-CEzUK_fb.js.map +0 -1
- package/dist/nb-KBzNLow3.js.map +0 -1
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).
|