@webitel/ui-sdk 26.8.9 → 26.8.10

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: break-word;
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")};
@@ -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: break-word;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.8.9",
3
+ "version": "26.8.10",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -14,7 +14,8 @@ const tooltip = {
14
14
  typo: WtTypography.Body2,
15
15
  })}
16
16
  white-space: pre-line;
17
- word-break: break-word;
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')};