@clivly/chat-widget 0.3.0-next.8 → 0.3.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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Embeddable chat widget package for Clivly conversations.
|
|
4
4
|
|
|
5
|
+
> **Preview-quality surface.** Install with `npm install @clivly/chat-widget`.
|
|
6
|
+
> The end-to-end path (SDK session handler, `/widget.js` serving, operator
|
|
7
|
+
> inbox) is implemented and covered by integration tests; treat it as
|
|
8
|
+
> design-partner quality while the conversations UX settles.
|
|
9
|
+
|
|
10
|
+
> **New here?** Start with
|
|
11
|
+
> [Adding the chat widget](../../docs/guides/adding-the-chat-widget.md) — the
|
|
12
|
+
> end-to-end integration guide (widget record, session route, embed, operator
|
|
13
|
+
> inbox). This README is the API-level reference for the package's entrypoints.
|
|
14
|
+
|
|
5
15
|
This package currently exposes four stable entrypoints with different intended
|
|
6
16
|
use cases.
|
|
7
17
|
|