@webitel/ui-sdk 26.8.8 → 26.8.10
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/{components-DL68kJ6J.js → components-BEEq6Fvq.js} +3 -3
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +3 -2
- package/dist/ui-sdk.umd.cjs +120 -119
- package/dist/{wt-chat-emoji-DHIoEBMM.js → wt-chat-emoji-D9v1fWl2.js} +1 -1
- package/dist/{wt-display-chip-items-DlfFjaAD.js → wt-display-chip-items-DviuzYP0.js} +1 -1
- package/dist/{wt-send-message-popup-D19W5Yxy.js → wt-send-message-popup-oYdzmm4y.js} +1 -1
- package/dist/{wt-table-DWLjoS90.js → wt-table-_Zf-10Ge.js} +57 -60
- package/dist/{wt-type-extension-value-input-Crem3zn1.js → wt-type-extension-value-input-wpaNQiRx.js} +1 -1
- package/dist/{wt-vidstack-player-Bi5_MA91.js → wt-vidstack-player-DQH5QOAU.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-table/wt-table.vue +2 -15
- package/src/plugins/primevue/theme/components/tooltip/tooltip.js +2 -1
- package/types/.tsbuildinfo +1 -1
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-DvONu3WD.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-
|
|
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-BEEq6Fvq.js";
|
|
4
4
|
import { i as v, l as y } from "./enums-De8CDKZ1.js";
|
|
5
5
|
import { computed as b, reactive as x, shallowRef as S, watch as C } from "vue";
|
|
6
6
|
import w from "primevue/autocomplete";
|
|
@@ -22655,7 +22655,8 @@ var W = {
|
|
|
22655
22655
|
typo: K.Body2
|
|
22656
22656
|
})}
|
|
22657
22657
|
white-space: pre-line;
|
|
22658
|
-
word-break:
|
|
22658
|
+
word-break: normal;
|
|
22659
|
+
overflow-wrap: break-word;
|
|
22659
22660
|
background: ${e("tooltip.background")};
|
|
22660
22661
|
color: ${e("tooltip.color")};
|
|
22661
22662
|
padding: ${e("tooltip.padding")};
|