bonuspluscomponents 0.0.253 → 0.0.255
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.
|
@@ -9810,9 +9810,9 @@ const Od = ({
|
|
|
9810
9810
|
{
|
|
9811
9811
|
className: Lr("chat__chat_area__messages__message", { remote: !y.isBusinessMessage }),
|
|
9812
9812
|
children: /* @__PURE__ */ f.jsx("div", { children: /* @__PURE__ */ f.jsxs("div", { style: {
|
|
9813
|
-
backgroundColor:
|
|
9814
|
-
opacity: y.isBusinessMessage ?
|
|
9815
|
-
color:
|
|
9813
|
+
backgroundColor: i,
|
|
9814
|
+
opacity: y.isBusinessMessage ? 1 : 0.8,
|
|
9815
|
+
color: a
|
|
9816
9816
|
}, children: [
|
|
9817
9817
|
/* @__PURE__ */ f.jsx("div", { children: y.text }),
|
|
9818
9818
|
/* @__PURE__ */ f.jsx("div", { className: "chat__chat_area__messages__message__date", children: g(y) })
|
|
@@ -9857,10 +9857,10 @@ const Od = ({
|
|
|
9857
9857
|
}, [n]);
|
|
9858
9858
|
}, GM = ({ reviewId: e, remoteColor: t, remoteBackgroundColor: n }) => {
|
|
9859
9859
|
const [r, o] = ge([]), { Send: a, isLoading: i } = un({
|
|
9860
|
-
url: "
|
|
9860
|
+
url: "/externalCustomerCabinet/reviewInfo/chatMessages",
|
|
9861
9861
|
method: "post"
|
|
9862
9862
|
}), { Send: s, isLoading: c } = un({
|
|
9863
|
-
url: "
|
|
9863
|
+
url: "/externalCustomerCabinet/reviewInfo/customerAnswer",
|
|
9864
9864
|
method: "post",
|
|
9865
9865
|
successMessage: "Сообщение успешно отправлено"
|
|
9866
9866
|
}), u = (p) => {
|
|
@@ -21679,7 +21679,7 @@ const UO = () => {
|
|
|
21679
21679
|
] });
|
|
21680
21680
|
}, qO = () => {
|
|
21681
21681
|
const { phoneNumber: e } = Ce(vt), { showNewPopup: t } = Ce(mn), { setIsLoading: n } = Ce(Bn), [r, o] = ge([]), [a, i] = ge(null), { Send: s } = un({
|
|
21682
|
-
url: "externalCustomerCabinet/tickets",
|
|
21682
|
+
url: "/externalCustomerCabinet/tickets",
|
|
21683
21683
|
method: "get",
|
|
21684
21684
|
initLoading: !0
|
|
21685
21685
|
}), c = async () => {
|