callix-dialer-widget 1.0.8 → 1.1.0
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,28 +54818,14 @@ function ActiveCallSummary({
|
|
|
54818
54818
|
] }) });
|
|
54819
54819
|
}
|
|
54820
54820
|
function InlineDialer(props) {
|
|
54821
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: tw`w-full
|
|
54822
|
-
[&>div]:!static
|
|
54823
|
-
[&>div]:!transform-none
|
|
54821
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: tw`w-full`, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: tw`
|
|
54822
|
+
[&>div]:!static
|
|
54824
54823
|
[&>div]:!w-full
|
|
54825
54824
|
[&>div]:!max-w-full
|
|
54826
|
-
[&>div]:!
|
|
54827
|
-
[&>div]:!
|
|
54828
|
-
[&>div]:!
|
|
54829
|
-
[&>div
|
|
54830
|
-
[&>div>div]:!space-y-2
|
|
54831
|
-
[&_button]:!py-1.5
|
|
54832
|
-
[&_button]:!px-2.5
|
|
54833
|
-
[&_button]:!text-xs
|
|
54834
|
-
[&_button]:!h-auto
|
|
54835
|
-
[&_input]:!py-1.5
|
|
54836
|
-
[&_input]:!px-2.5
|
|
54837
|
-
[&_input]:!text-xs
|
|
54838
|
-
[&_p]:!text-xs
|
|
54839
|
-
[&_span]:!text-xs
|
|
54840
|
-
[&_h1]:!text-sm
|
|
54841
|
-
[&_h2]:!text-sm
|
|
54842
|
-
[&_h3]:!text-xs
|
|
54825
|
+
[&>div]:!min-w-0
|
|
54826
|
+
[&>div]:!left-auto
|
|
54827
|
+
[&>div]:!top-auto
|
|
54828
|
+
[&>div]:!transform-none
|
|
54843
54829
|
`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(FloatingDialer, { ...props }) }) });
|
|
54844
54830
|
}
|
|
54845
54831
|
class CallixDialerWidget {
|