@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.
@@ -1,4 +1,4 @@
1
- import "./components-DYxUm4Ny.js";
1
+ import "./components-gG_-DJ10.js";
2
2
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { l as t } from "./enums-De8CDKZ1.js";
4
4
  import { t as n } from "./wt-button-B7B7qITq.js";
@@ -1,4 +1,4 @@
1
- import { C as e, i as t } from "./components-DYxUm4Ny.js";
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-DYxUm4Ny.js";
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";
@@ -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-DYxUm4Ny.js";
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";
@@ -1,4 +1,4 @@
1
- import { E as e } from "./components-DYxUm4Ny.js";
1
+ import { E as e } from "./components-gG_-DJ10.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { l as n } from "./enums-De8CDKZ1.js";
4
4
  import "./wt-button-B7B7qITq.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.8.48",
3
+ "version": "26.8.49",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -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: center;
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;