@webitel/ui-sdk 26.6.119 → 26.6.120
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,8 @@ var W = {
|
|
|
22655
22655
|
typo: K.Body2
|
|
22656
22656
|
})}
|
|
22657
22657
|
white-space: pre-line;
|
|
22658
|
-
word-break:
|
|
22658
|
+
word-break: normal;
|
|
22659
|
+
overflow-wrap: break-word;
|
|
22659
22660
|
background: ${e("tooltip.background")};
|
|
22660
22661
|
color: ${e("tooltip.color")};
|
|
22661
22662
|
padding: ${e("tooltip.padding")};
|
package/dist/ui-sdk.umd.cjs
CHANGED
|
@@ -4827,7 +4827,8 @@ using the supplied variables before sending via the underlying provider API.`),s
|
|
|
4827
4827
|
.p-tooltip-text {
|
|
4828
4828
|
${U9({dt:e,typo:m9.Body2})}
|
|
4829
4829
|
white-space: pre-line;
|
|
4830
|
-
word-break:
|
|
4830
|
+
word-break: normal;
|
|
4831
|
+
overflow-wrap: break-word;
|
|
4831
4832
|
background: ${e(`tooltip.background`)};
|
|
4832
4833
|
color: ${e(`tooltip.color`)};
|
|
4833
4834
|
padding: ${e(`tooltip.padding`)};
|
package/package.json
CHANGED
|
@@ -14,7 +14,8 @@ const tooltip = {
|
|
|
14
14
|
typo: WtTypography.Body2,
|
|
15
15
|
})}
|
|
16
16
|
white-space: pre-line;
|
|
17
|
-
word-break:
|
|
17
|
+
word-break: normal;
|
|
18
|
+
overflow-wrap: break-word;
|
|
18
19
|
background: ${dt('tooltip.background')};
|
|
19
20
|
color: ${dt('tooltip.color')};
|
|
20
21
|
padding: ${dt('tooltip.padding')};
|