@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: normal;
22658
+ word-break: break-word;
22659
22659
  background: ${e("tooltip.background")};
22660
22660
  color: ${e("tooltip.color")};
22661
22661
  padding: ${e("tooltip.padding")};
@@ -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: normal;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.6.109",
3
+ "version": "26.6.110",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -14,7 +14,7 @@ const tooltip = {
14
14
  typo: WtTypography.Body2,
15
15
  })}
16
16
  white-space: pre-line;
17
- word-break: normal;
17
+ word-break: break-word;
18
18
  background: ${dt('tooltip.background')};
19
19
  color: ${dt('tooltip.color')};
20
20
  padding: ${dt('tooltip.padding')};