@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
@@ -14,6 +14,7 @@ interface WtProps extends ChipProps {
14
14
  * @default false
15
15
  */
16
16
  removable?: boolean;
17
+ constrainedByWidth?: boolean;
17
18
  }
18
19
  declare var __VLS_8: {};
19
20
  type __VLS_Slots = {} & {
@@ -26,6 +27,7 @@ declare const __VLS_base: import("vue").DefineComponent<WtProps, {}, {}, {}, {},
26
27
  }>, {
27
28
  color: ChipColor;
28
29
  removable: boolean;
30
+ constrainedByWidth: boolean;
29
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
32
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
33
  declare const _default: typeof __VLS_export;
@@ -1,6 +1,7 @@
1
1
  export default chip;
2
2
  declare namespace chip {
3
3
  let root: {
4
+ maxWidth: string;
4
5
  borderRadius: string;
5
6
  paddingX: string;
6
7
  paddingY: string;