@webitel/ui-sdk 26.6.109 → 26.6.110
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.
package/dist/ui-sdk.js
CHANGED
|
@@ -22655,7 +22655,7 @@ var W = {
|
|
|
22655
22655
|
typo: K.Body2
|
|
22656
22656
|
})}
|
|
22657
22657
|
white-space: pre-line;
|
|
22658
|
-
word-break:
|
|
22658
|
+
word-break: break-word;
|
|
22659
22659
|
background: ${e("tooltip.background")};
|
|
22660
22660
|
color: ${e("tooltip.color")};
|
|
22661
22661
|
padding: ${e("tooltip.padding")};
|
package/dist/ui-sdk.umd.cjs
CHANGED
|
@@ -4822,7 +4822,7 @@ using the supplied variables before sending via the underlying provider API.`),s
|
|
|
4822
4822
|
.p-tooltip-text {
|
|
4823
4823
|
${U9({dt:e,typo:m9.Body2})}
|
|
4824
4824
|
white-space: pre-line;
|
|
4825
|
-
word-break:
|
|
4825
|
+
word-break: break-word;
|
|
4826
4826
|
background: ${e(`tooltip.background`)};
|
|
4827
4827
|
color: ${e(`tooltip.color`)};
|
|
4828
4828
|
padding: ${e(`tooltip.padding`)};
|
package/package.json
CHANGED