@_solaris/messenger-widget 0.1.4 → 0.2.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/dist/messenger.cjs +1 -1
- package/dist/messenger.embed.js +10 -10
- package/dist/messenger.js +2 -1
- package/dist/types/embed.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/messenger.js
CHANGED
|
@@ -4579,7 +4579,7 @@ function $i(t, e, n, a, r, s) {
|
|
|
4579
4579
|
], 6)) : g("", !0)
|
|
4580
4580
|
], 2);
|
|
4581
4581
|
}
|
|
4582
|
-
const Ui = /* @__PURE__ */ B(Ai, [["render", $i], ["__scopeId", "data-v-bee7b290"]]);
|
|
4582
|
+
const Ui = /* @__PURE__ */ B(Ai, [["render", $i], ["__scopeId", "data-v-bee7b290"]]), Di = "0.2.0";
|
|
4583
4583
|
export {
|
|
4584
4584
|
J as AIAvatar,
|
|
4585
4585
|
le as AVATAR_COLORS,
|
|
@@ -4608,6 +4608,7 @@ export {
|
|
|
4608
4608
|
Ks as SuggestionChips,
|
|
4609
4609
|
lt as TeamAvatars,
|
|
4610
4610
|
is as Typing,
|
|
4611
|
+
Di as VERSION,
|
|
4611
4612
|
ge as avatarColor,
|
|
4612
4613
|
we as avatarInitials,
|
|
4613
4614
|
xs as captureScreenshotFile,
|
package/dist/types/embed.d.ts
CHANGED
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@_solaris/messenger-widget",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Embeddable chat messenger widget — Vue 3 library + standalone embed build. Wired to the messenger-server (HMAC + widgetId).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|