callix-dialer-widget 1.0.5 → 1.0.6

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.
@@ -54818,7 +54818,15 @@ function ActiveCallSummary({
54818
54818
  ] }) });
54819
54819
  }
54820
54820
  function InlineDialer(props) {
54821
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: tw`w-full`, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: tw`[&>div]:!static [&>div]:!transform-none`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(FloatingDialer, { ...props }) }) });
54821
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: tw`w-full`, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: tw`
54822
+ [&>div]:!static
54823
+ [&>div]:!transform-none
54824
+ [&>div]:!w-full
54825
+ [&>div]:!max-w-none
54826
+ [&>div]:scale-75
54827
+ [&>div]:origin-top
54828
+ [&>div]:!overflow-visible
54829
+ `, children: /* @__PURE__ */ jsxRuntimeExports.jsx(FloatingDialer, { ...props }) }) });
54822
54830
  }
54823
54831
  class CallixDialerWidget {
54824
54832
  constructor(options) {