@chatsystem/client 1.1.79 → 1.1.80
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 +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -21667,7 +21667,11 @@ const Dc = ({
|
|
|
21667
21667
|
w
|
|
21668
21668
|
), [P, $] = ue(
|
|
21669
21669
|
null
|
|
21670
|
-
), [H, z] = ue(!1), [X, me] = ue(!1), { start: ye, stop: Me, cancel: Be, audioLevel: g } = Ky(), { companySettings: U } = Ge(jt), { appCurrentLang: K } = Ge(kc), [T, Q] = ue(
|
|
21670
|
+
), [H, z] = ue(!1), [X, me] = ue(!1), { start: ye, stop: Me, cancel: Be, audioLevel: g } = Ky(), { companySettings: U } = Ge(jt), { appCurrentLang: K } = Ge(kc), [T, Q] = ue(() => {
|
|
21671
|
+
if (typeof window > "u") return !0;
|
|
21672
|
+
const G = window.matchMedia("(pointer: coarse)"), k = window.matchMedia("(hover: none)");
|
|
21673
|
+
return !(G.matches || k.matches);
|
|
21674
|
+
}), te = he(/* @__PURE__ */ new Map());
|
|
21671
21675
|
xe(() => {
|
|
21672
21676
|
if (typeof window > "u") return;
|
|
21673
21677
|
const G = window.matchMedia("(pointer: coarse)"), k = window.matchMedia("(hover: none)"), D = () => {
|