@webitel/ui-sdk 26.8.48 → 26.8.49
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-DYxUm4Ny.js → components-gG_-DJ10.js} +5 -4
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +1 -1
- package/dist/{wt-chat-emoji-Cj4hFgmc.js → wt-chat-emoji-mH3xAWyP.js} +1 -1
- package/dist/{wt-display-chip-items-BK4t9QuQ.js → wt-display-chip-items-DnL_Twmy.js} +1 -1
- package/dist/{wt-send-message-popup-BqvGOPfj.js → wt-send-message-popup-C-fqzFxG.js} +1 -1
- package/dist/{wt-type-extension-value-input-LBbOPFvb.js → wt-type-extension-value-input-jb7TbSvV.js} +1 -1
- package/dist/{wt-vidstack-player-B6kvSv-U.js → wt-vidstack-player-BrDmQ4dp.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-radio/wt-radio.vue +6 -1
- package/types/.tsbuildinfo +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as e, i as t } from "./components-
|
|
1
|
+
import { C as e, i as t } from "./components-gG_-DJ10.js";
|
|
2
2
|
import { t as n } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { t as r } from "./displayText-CtaxzaBz.js";
|
|
4
4
|
import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createTextVNode as c, createVNode as l, defineComponent as u, openBlock as d, renderList as f, renderSlot as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "./rolldown-runtime-BEcgMyyN.js";
|
|
2
2
|
import { n as t, r as n } from "./clients-DBqdsc05.js";
|
|
3
|
-
import { T as r, n as i, w as a } from "./components-
|
|
3
|
+
import { T as r, n as i, w as a } from "./components-gG_-DJ10.js";
|
|
4
4
|
import { t as o } from "./vue-i18n-Db_oYfO8.js";
|
|
5
5
|
import { n as s } from "./useEventBus-B-ZeklLu.js";
|
|
6
6
|
import { createBlock as c, createTextVNode as l, createVNode as u, defineComponent as d, mergeProps as f, onMounted as p, openBlock as m, ref as h, resolveComponent as g, toDisplayString as _, unref as v, withCtx as y } from "vue";
|
package/dist/{wt-type-extension-value-input-LBbOPFvb.js → wt-type-extension-value-input-jb7TbSvV.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "./clients-DBqdsc05.js";
|
|
2
|
-
import { a as t, o as n, r, s as i } from "./components-
|
|
2
|
+
import { a as t, o as n, r, s as i } from "./components-gG_-DJ10.js";
|
|
3
3
|
import { t as a } from "./enums-De8CDKZ1.js";
|
|
4
4
|
import { t as o } from "./vue-i18n-Db_oYfO8.js";
|
|
5
5
|
import { computed as s, createBlock as c, createCommentVNode as l, createVNode as u, defineComponent as d, mergeModels as f, mergeProps as p, openBlock as m, renderSlot as h, resolveComponent as g, unref as _, useModel as v } from "vue";
|
package/package.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
>
|
|
5
5
|
<p-radio
|
|
6
6
|
v-model="model"
|
|
7
|
+
class="wt-radio__control"
|
|
7
8
|
:input-id="radioId"
|
|
8
9
|
:disabled="disabled"
|
|
9
10
|
:value="value"
|
|
@@ -102,10 +103,14 @@ const isChecked = computed(() => {
|
|
|
102
103
|
width: fit-content;
|
|
103
104
|
display: flex;
|
|
104
105
|
position: relative;
|
|
105
|
-
align-items:
|
|
106
|
+
align-items: flex-start;
|
|
106
107
|
user-select: none;
|
|
107
108
|
}
|
|
108
109
|
|
|
110
|
+
.wt-radio__control {
|
|
111
|
+
flex-shrink: 0;
|
|
112
|
+
}
|
|
113
|
+
|
|
109
114
|
.wt-radio__label {
|
|
110
115
|
transition: var(--transition);
|
|
111
116
|
cursor: pointer;
|