callix-dialer-widget 1.1.9 → 1.2.1

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.
@@ -54369,6 +54369,15 @@ function AuthenticatedDialer({ username, dialValue, setDialValue, onLogout, vari
54369
54369
  const isCallActive = isInCall || isConnecting;
54370
54370
  const callButtonDisabled = !isCallActive && !isNumberValid;
54371
54371
  const miniCanUseKeypad = !availabilityError && (canUseKeypad || isIdle || isOnBreak);
54372
+ console.log("[FloatingDialer Mini] Estado do teclado:", {
54373
+ miniCanUseKeypad,
54374
+ availabilityError,
54375
+ canUseKeypad,
54376
+ isIdle,
54377
+ isOnBreak,
54378
+ callState,
54379
+ operatorState: operatorState == null ? void 0 : operatorState.state
54380
+ });
54372
54381
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(
54373
54382
  "div",
54374
54383
  {