@chatsystem/client 1.1.56 → 1.1.57
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -644,7 +644,8 @@ const Va = ({ facet: e }) => {
|
|
|
644
644
|
spr_gutterY: c,
|
|
645
645
|
spr_rows: d,
|
|
646
646
|
spr_originX: f,
|
|
647
|
-
spr_originY: h
|
|
647
|
+
spr_originY: h,
|
|
648
|
+
spr_scale: m
|
|
648
649
|
} = e;
|
|
649
650
|
return /* @__PURE__ */ Te("div", { className: "assetContainer", children: [
|
|
650
651
|
t === Qe.AgentDisplayFacetModeType.LOTTIE && /* @__PURE__ */ L(
|
|
@@ -652,7 +653,7 @@ const Va = ({ facet: e }) => {
|
|
|
652
653
|
{
|
|
653
654
|
src: n,
|
|
654
655
|
autoplay: !0,
|
|
655
|
-
onError: (
|
|
656
|
+
onError: (y) => console.error(y)
|
|
656
657
|
}
|
|
657
658
|
),
|
|
658
659
|
t === Qe.AgentDisplayFacetModeType.SVG && /* @__PURE__ */ L("div", { children: /* @__PURE__ */ L(nc, { url: n }) }),
|
|
@@ -671,6 +672,7 @@ const Va = ({ facet: e }) => {
|
|
|
671
672
|
gutterY: c,
|
|
672
673
|
originX: f,
|
|
673
674
|
originY: h,
|
|
675
|
+
scale: m,
|
|
674
676
|
autoplay: !0
|
|
675
677
|
}
|
|
676
678
|
)
|