@helpai/elements 0.14.1 → 0.15.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 +3 -3
- package/configurator.mjs +17 -15
- package/elements-web-component.esm.js +13 -13
- package/elements-web-component.esm.js.map +4 -4
- package/elements.cjs.js +13 -13
- package/elements.cjs.js.map +4 -4
- package/elements.esm.js +13 -13
- package/elements.esm.js.map +4 -4
- package/elements.js +13 -13
- package/elements.js.map +4 -4
- package/index.d.ts +43 -40
- package/index.mjs +439 -402
- package/package.json +1 -1
- package/schema.d.ts +7 -7
- package/schema.json +21 -21
- package/schema.mjs +19 -17
- package/style.css +1 -1
- package/web-component.d.ts +1 -1
- package/web-component.mjs +436 -399
package/web-component.d.ts
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* Mode resolution: the tag itself doesn't pin a default mode. When no
|
|
10
10
|
* `mode=…` attribute is set, the resolver default (`"floating"`) seeds
|
|
11
|
-
* the very first frame — which the App's start-
|
|
11
|
+
* the very first frame — which the App's start-conversation gate keeps blank
|
|
12
12
|
* — then the server's pushed `widget.presentation.mode` wins via
|
|
13
13
|
* `mergeServerConfig` (subscribed in `boot()` below). Drop a bare
|
|
14
14
|
* `<web-ai-chat public-key="…" ai-agent-deployment-id="…">` on the
|