callix-dialer-widget 1.2.4 → 1.2.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.
@@ -53416,15 +53416,7 @@ function FloatingDialer({
53416
53416
  }
53417
53417
  );
53418
53418
  if (isMiniMode) {
53419
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
53420
- "div",
53421
- {
53422
- className: ["callix", "mode", "min", tw`w-full`].join(" "),
53423
- "data-callix-variant": "min",
53424
- style: { width: "100%", height: "100%" },
53425
- children: dialerContent
53426
- }
53427
- );
53419
+ return dialerContent;
53428
53420
  }
53429
53421
  const scale = Number.isFinite(contentScale) && contentScale > 0 ? contentScale : 1;
53430
53422
  const scaledWidth = DEFAULT_DIALER_DIMENSIONS.width / scale;