callix-dialer-widget 1.0.6 → 1.0.7
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.
|
@@ -54823,9 +54823,16 @@ function InlineDialer(props) {
|
|
|
54823
54823
|
[&>div]:!transform-none
|
|
54824
54824
|
[&>div]:!w-full
|
|
54825
54825
|
[&>div]:!max-w-none
|
|
54826
|
-
[&>div]:scale-
|
|
54826
|
+
[&>div]:scale-60
|
|
54827
54827
|
[&>div]:origin-top
|
|
54828
54828
|
[&>div]:!overflow-visible
|
|
54829
|
+
[&>div]:!rounded-xl
|
|
54830
|
+
[&_button]:!py-1
|
|
54831
|
+
[&_button]:!px-2
|
|
54832
|
+
[&_button]:!text-xs
|
|
54833
|
+
[&_input]:!py-1
|
|
54834
|
+
[&_input]:!px-2
|
|
54835
|
+
[&_input]:!text-xs
|
|
54829
54836
|
`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(FloatingDialer, { ...props }) }) });
|
|
54830
54837
|
}
|
|
54831
54838
|
class CallixDialerWidget {
|