callix-dialer-widget 1.2.5 → 1.2.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.
|
@@ -55175,6 +55175,17 @@ function InlineDialer({ variant = "default", ...props }) {
|
|
|
55175
55175
|
{
|
|
55176
55176
|
dangerouslySetInnerHTML: {
|
|
55177
55177
|
__html: `
|
|
55178
|
+
/* Container externo do HTML - SEM padding/border para não vazar */
|
|
55179
|
+
#dialer-inline.callix.mode.min {
|
|
55180
|
+
display: block !important;
|
|
55181
|
+
width: 100% !important;
|
|
55182
|
+
max-width: 100% !important;
|
|
55183
|
+
padding: 0 !important;
|
|
55184
|
+
border: none !important;
|
|
55185
|
+
background: transparent !important;
|
|
55186
|
+
box-shadow: none !important;
|
|
55187
|
+
}
|
|
55188
|
+
|
|
55178
55189
|
/* Estilos para modo mini quando Tailwind CDN não processa classes */
|
|
55179
55190
|
.callix.mode.min {
|
|
55180
55191
|
display: flex !important;
|
|
@@ -55188,6 +55199,7 @@ function InlineDialer({ variant = "default", ...props }) {
|
|
|
55188
55199
|
color: #1e293b !important;
|
|
55189
55200
|
width: 100% !important;
|
|
55190
55201
|
max-width: 100% !important;
|
|
55202
|
+
box-sizing: border-box !important;
|
|
55191
55203
|
}
|
|
55192
55204
|
|
|
55193
55205
|
/* Botões do modo mini */
|