@webitel/ui-sdk 26.8.27 → 26.8.29

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
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./generateInstance-C9d7J_TX.js";
2
2
  import { n as t } from "./wt-icon-09f_Vpk_.js";
3
- import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-B8guINQt.js";
3
+ import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-Cx915__m.js";
4
4
  import { i as v, l as y } from "./enums-De8CDKZ1.js";
5
5
  import { t as b } from "./useEventBus-B-ZeklLu.js";
6
6
  import { computed as x, reactive as S, shallowRef as C, watch as w } from "vue";
@@ -19828,6 +19828,7 @@ var W = {
19828
19828
  }
19829
19829
  },
19830
19830
  sizes: {
19831
+ maxWidth: "150px",
19831
19832
  borderRadius: "16px",
19832
19833
  paddingX: "0.5rem",
19833
19834
  paddingY: "0.25rem",
@@ -20844,7 +20845,7 @@ var W = {
20844
20845
  }
20845
20846
  },
20846
20847
  sizes: {
20847
- maxWidth: "320px",
20848
+ maxWidth: "500px",
20848
20849
  padding: "{overlay.popover.padding}",
20849
20850
  gutter: "0.5rem",
20850
20851
  arrowOffset: "1rem",
@@ -22176,6 +22177,16 @@ var W = {
22176
22177
  width: ${e("chip.removeIcon.size")};
22177
22178
  height: ${e("chip.removeIcon.size")};
22178
22179
  }
22180
+
22181
+ .p-chip--width-constrained {
22182
+ max-width: ${e("chip.maxWidth")};
22183
+ }
22184
+
22185
+ .p-chip--width-constrained .wt-chip__label {
22186
+ overflow: hidden;
22187
+ white-space: nowrap;
22188
+ text-overflow: ellipsis;
22189
+ }
22179
22190
  `
22180
22191
  }, Sa = {
22181
22192
  root: Ui.sizes,