@webitel/ui-sdk 26.8.26 → 26.8.28

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.
Files changed (23) hide show
  1. package/dist/{clients-Cgrz-ee-.js → clients-B0X6h5kQ.js} +2673 -2400
  2. package/dist/{components-CMDMeVl5.js → components-Cx915__m.js} +363 -359
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +13 -2
  5. package/dist/ui-sdk.umd.cjs +850 -743
  6. package/dist/{wt-button-B0EZEFZ0.js → wt-button-B7B7qITq.js} +1 -1
  7. package/dist/{wt-chat-emoji-vkaLOaZw.js → wt-chat-emoji-NGR9eeqQ.js} +3 -3
  8. package/dist/{wt-display-chip-items-Tj67KEDy.js → wt-display-chip-items-BmiTSnfu.js} +1 -1
  9. package/dist/{wt-icon-BRp_p6JM.js → wt-icon-09f_Vpk_.js} +271 -237
  10. package/dist/{wt-icon-btn-SK1QWwA8.js → wt-icon-btn-DvrrxhWx.js} +1 -1
  11. package/dist/{wt-notifications-bar-DpU7bkWU.js → wt-notifications-bar-0o0yhR7P.js} +1 -1
  12. package/dist/{wt-player-CcM3TqAN.js → wt-player-D_kVPIdJ.js} +2 -2
  13. package/dist/{wt-send-message-popup-B3rQXfLN.js → wt-send-message-popup-CoIsI1qk.js} +2 -2
  14. package/dist/{wt-toast-B0-s86Ob.js → wt-toast-DrfbAfTj.js} +1 -1
  15. package/dist/{wt-tree-table-DFhFhgdA.js → wt-tree-table-DJGISZ65.js} +1 -1
  16. package/dist/{wt-type-extension-value-input-ssUVyehN.js → wt-type-extension-value-input-VRi1AAQy.js} +2 -2
  17. package/dist/{wt-vidstack-player-DdCyRD7b.js → wt-vidstack-player-C6o5MHBh.js} +3 -3
  18. package/package.json +1 -1
  19. package/src/components/wt-chip/wt-chip.vue +12 -3
  20. package/src/plugins/primevue/theme/components/chip/chip.js +10 -0
  21. package/types/.tsbuildinfo +1 -1
  22. package/types/components/wt-chip/wt-chip.vue.d.ts +2 -0
  23. package/types/plugins/primevue/theme/components/chip/chip.d.ts +1 -0
package/dist/ui-sdk.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./generateInstance-C9d7J_TX.js";
2
- import { n as t } from "./wt-icon-BRp_p6JM.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-CMDMeVl5.js";
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-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",
@@ -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,