callix-dialer-widget 1.1.0 → 1.1.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.
|
@@ -54826,6 +54826,11 @@ function InlineDialer(props) {
|
|
|
54826
54826
|
[&>div]:!left-auto
|
|
54827
54827
|
[&>div]:!top-auto
|
|
54828
54828
|
[&>div]:!transform-none
|
|
54829
|
+
[&>div>div]:!w-full
|
|
54830
|
+
[&>div>div]:!max-w-full
|
|
54831
|
+
[&>div>div]:!min-w-0
|
|
54832
|
+
[&>div>div]:!max-h-none
|
|
54833
|
+
[&>div>div]:!overflow-visible
|
|
54829
54834
|
`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(FloatingDialer, { ...props }) }) });
|
|
54830
54835
|
}
|
|
54831
54836
|
class CallixDialerWidget {
|