callix-dialer-widget 1.1.0 → 1.1.2
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,14 +54818,24 @@ 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`
|
|
54821
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: tw`w-full h-full`, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: tw`
|
|
54822
54822
|
[&>div]:!static
|
|
54823
54823
|
[&>div]:!w-full
|
|
54824
54824
|
[&>div]:!max-w-full
|
|
54825
54825
|
[&>div]:!min-w-0
|
|
54826
|
+
[&>div]:!h-full
|
|
54827
|
+
[&>div]:!max-h-full
|
|
54828
|
+
[&>div]:!min-h-0
|
|
54826
54829
|
[&>div]:!left-auto
|
|
54827
54830
|
[&>div]:!top-auto
|
|
54828
54831
|
[&>div]:!transform-none
|
|
54832
|
+
[&>div>div]:!w-full
|
|
54833
|
+
[&>div>div]:!max-w-full
|
|
54834
|
+
[&>div>div]:!min-w-0
|
|
54835
|
+
[&>div>div]:!h-full
|
|
54836
|
+
[&>div>div]:!max-h-full
|
|
54837
|
+
[&>div>div]:!min-h-0
|
|
54838
|
+
[&>div>div]:!overflow-visible
|
|
54829
54839
|
`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(FloatingDialer, { ...props }) }) });
|
|
54830
54840
|
}
|
|
54831
54841
|
class CallixDialerWidget {
|