@webitel/ui-sdk 25.6.4 → 25.6.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "25.6.4",
3
+ "version": "25.6.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -335,6 +335,7 @@ export default {
335
335
  .multiselect__custom-tag,
336
336
  .multiselect__single-label {
337
337
  // text overflow 3 dots
338
+ @extend %typo-body-1;
338
339
  display: block;
339
340
  overflow: hidden;
340
341
  max-width: 100%;