@telia-ace/widget-conversation-flamingo 1.0.4 → 1.0.5
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/components/conversation/conversation.d.ts.map +1 -1
- package/dist/{conversation-d7cd0ee9.js → conversation-d8f60ca8.js} +31 -23
- package/dist/{conversation-d7cd0ee9.js.map → conversation-d8f60ca8.js.map} +1 -1
- package/dist/{index-87a5d014.js → index-b38e12e1.js} +2 -2
- package/dist/{index-87a5d014.js.map → index-b38e12e1.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
|
@@ -5345,7 +5345,7 @@ const Fo = (s, t, e, n, i) => s.getAsync("componentResolver").then((r) => (r.reg
|
|
|
5345
5345
|
return Fo(
|
|
5346
5346
|
s,
|
|
5347
5347
|
"conversation",
|
|
5348
|
-
import("./conversation-
|
|
5348
|
+
import("./conversation-d8f60ca8.js"),
|
|
5349
5349
|
(n) => w(void 0, null, function* () {
|
|
5350
5350
|
const { rehydrate: i = !1 } = n.properties(), o = t.getRouteData().params.id || n.node.name || "component", a = yield e.createController(o, { rehydrate: i }), c = e.registerController(
|
|
5351
5351
|
a,
|
|
@@ -5437,4 +5437,4 @@ export {
|
|
|
5437
5437
|
va as m,
|
|
5438
5438
|
ya as r
|
|
5439
5439
|
};
|
|
5440
|
-
//# sourceMappingURL=index-
|
|
5440
|
+
//# sourceMappingURL=index-b38e12e1.js.map
|